aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrjive <mrjive@mrjive.it>2016-01-11 11:37:43 +0100
committermrjive <mrjive@mrjive.it>2016-01-11 11:37:43 +0100
commit3206a46a9297dcbdc56c25512767dfb5bf66837b (patch)
tree1c4d162035669b4b599c6fce63f87cfb6dc4dd87
parent9cbbc92062f0e42e32881a972a234a6c25758c37 (diff)
parent42b35c5ac9939d3401874edf4528ae7c917f77f1 (diff)
downloadvolse-hubzilla-3206a46a9297dcbdc56c25512767dfb5bf66837b.tar.gz
volse-hubzilla-3206a46a9297dcbdc56c25512767dfb5bf66837b.tar.bz2
volse-hubzilla-3206a46a9297dcbdc56c25512767dfb5bf66837b.zip
Merge pull request #14 from redmatrix/master
updating from original codebase
-rwxr-xr-x.gitignore2
-rw-r--r--.homeinstall/README.md155
-rw-r--r--.homeinstall/hubzilla-config.txt175
-rwxr-xr-x.homeinstall/hubzilla-setup.sh788
-rw-r--r--include/message.php9
-rw-r--r--version.inc2
-rw-r--r--view/css/redable.css2
l---------view/es2
-rw-r--r--view/es-es/hmessages.po11802
-rw-r--r--view/es-es/hstrings.php3046
-rw-r--r--view/it/hmessages.po11800
-rw-r--r--view/it/hstrings.php3046
-rw-r--r--view/nl/hmessages.po11800
-rw-r--r--view/nl/hstrings.php3046
-rw-r--r--view/theme/redbasic/schema/bluegrid.css2
-rwxr-xr-xview/tpl/group_edit.tpl2
16 files changed, 23419 insertions, 22260 deletions
diff --git a/.gitignore b/.gitignore
index b01074eaa..6ceac139f 100755
--- a/.gitignore
+++ b/.gitignore
@@ -27,6 +27,8 @@ custom/
apps/
# default startpage
home.html
+# page header plugin
+pageheader.html
# Ignore site TOS
doc/SiteTOS.md
# themes except for redbasic
diff --git a/.homeinstall/README.md b/.homeinstall/README.md
new file mode 100644
index 000000000..62c860cd5
--- /dev/null
+++ b/.homeinstall/README.md
@@ -0,0 +1,155 @@
+# Hubzilla at Home next to your Router
+
+Run hubzilla-setup.sh for an unattended installation of hubzilla.
+
+The script is known to work with Debian stable (Jessie).
+
+# Step-by-Step Overwiew
+
+## Preconditions
+
+Hardware
+
++ Internet connection and router at home
++ Mini-pc connected to your router
++ USB drive for backups
+
+Software
+
++ Fresh installation of Debian on your mini-pc
++ Router with open ports 80 and 443 for your Debian
+
+## The basic steps
+
++ Register your own domain (for example at selfHOST) or a free subdomain (for example at freeDNS)
++ Clone hubzilla to /var/www/html
++ Copy hubzilla-config.txt and hubzilla-setup.sh to your Debian (future hub)
++ Edit hubzilla-config.txt. Enter your values there: db pass, domain, values for dyn DNS
++ Run hubzilla-setup.sh as root ... wait, wait, wait until the script is finised
++ Open your domain with a browser and step throught the initial configuration of hubzilla.
+
+# Step-by-Step in Detail
+
+## Preparations Hardware
+
+### Mini-PC
+
+### Recommended: USB Drive for Backups
+
+The installation will create a daily backup.
+
+If the backup process does not find an external device than the backup goes to
+the internal disk.
+
+The USB drive must be compatible with an encrpyted filesystem LUKS + ext4.
+
+## Preparations Software
+
+### Install Debian Linux on the Mini-PC
+
+Download the stable Debian at https://www.debian.org/
+
+Create bootable USB drive with Debian on it. You could use the programm
+unetbootin, https://en.wikipedia.org/wiki/UNetbootin
+
+Switch of your mini pc, plug in your USB drive and start the mini pc from the
+stick. Install Debian. Follow the instructions of the installation.
+
+### Configure your Router
+
+Open the ports 80 and 443 on your router for your Debian
+
+## Preparations Dynamic IP Address
+
+Your Hubzilla must be reachable by a domain that you can type in your browser
+
+ cooldomain.org
+
+You can use subdomains as well
+
+ my.cooldomain.org
+
+There are two way to get a domain
+
+- buy a domain (recommended) or
+- register a free subdomain
+
+### Method 1: Get yourself an own Domain (recommended)
+
+### Method 2 Register a (free) Subdomain
+
+Register a free subdomain for example at
+
+- freeDNS
+- selfHOST
+
+WATCH THIS: A free subdomain is not the prefered way to get a domain name. Why?
+
+Let's encrpyt issues a limited number of certificates each
+day. Possibly other users of this domain will try to issue a certificate
+at the same day as you do. So make sure you choose a domain with as less subdomains as
+possible.
+
+## Install Hubzilla on your Debian
+
+Login to your debian
+(Provided your username is "you" and the name of the mini pc is "debian". You
+could take the IP address instead of "debian")
+
+ ssh -X you@debian
+
+Change to root user
+
+ su -l
+
+Install git
+
+ apt-get install git
+
+Make the directory for apache and change diretory to it
+
+ mkdir /var/www
+ cd /var/www/
+
+Clone hubzilla from git ("git pull" will update it later)
+
+ git clone https://github.com/redmatrix/hubzilla html
+
+Change to the install script
+
+ cd html/.homeinstall/
+
+Change the file "hubzilla-config.txt". Enter your values there.
+
+ nano hubzilla-config.txt
+
+Run the script
+
+ ./hubzilla-setup.sh
+
+Wait... The script should not finish with an error message.
+
+In a webbrowser open your domain.
+Expected: A test page of hubzilla is shown. All checks there shoulg be
+successfull. Go on...
+Expected: A page for the Hubzilla server configuration shows up.
+
+Leave db server name "127.0.0.1" and port "0" untouched.
+
+Enter
+
+- DB user name = hubzilla
+- DB pass word = This is the password you entered in "hubzilla-config.txt"
+- DB name = hubzilla
+
+Leave db type "MySQL" untouched.
+
+Follow the instructions in the next pages.
+
+# The Script explained
+
+This chapter shows you
+
+- What the script does exactly
+- Explanations on technical details. May be this will encourage you to play with bash scripts?
+
diff --git a/.homeinstall/hubzilla-config.txt b/.homeinstall/hubzilla-config.txt
new file mode 100644
index 000000000..23d188945
--- /dev/null
+++ b/.homeinstall/hubzilla-config.txt
@@ -0,0 +1,175 @@
+###############################################
+### MANDATORY - database password #############
+#
+# Please give your database password
+# Example: db_pass=pass_word_with_no_blanks_in_it
+# Example: db_pass="this password has blanks in it"
+db_pass=
+
+###############################################
+### MANDATORY - let's encrypt #################
+#
+# Hubilla does not allow ecrypted communication, httpS.
+#
+# Please give the domain name of your hub
+#
+# Example: my.cooldomain.org
+# Example: cooldomain.org
+#
+# Email is optional
+#
+#
+le_domain=
+le_email=
+
+###############################################
+### OPTIONAL - selfHOST - dynamic IP address ##
+#
+# 1. Register a domain at selfhost.de
+# - choose offer "DOMAIN dynamisch" 1,50€/mon at 08.01.2016
+# 2. Get your configuration for dynamic IP update
+# - Log in at selfhost.de
+# - go to "DynDNS Accounte"
+# - klick "Details" of your (freshly) registered domain
+# - You will find the configuration there
+# - Benutzername (user name) > use this for "selfhost_user="
+# - Passwort (pass word) > use this for "selfhost_pass="
+#
+#
+selfhost_user=
+selfhost_pass=
+
+###############################################
+### OPTIONAL - FreeDNS - dynamic IP address ###
+#
+# Please give the alpha-numeric-key of freedns
+#
+# Get a free subdomain from freedns and use it for your dynamic ip address
+# Documentation under http://www.techjawab.com/2013/06/setup-dynamic-dns-dyndns-for-free-on.html
+#
+# - Register for a Free domain at http://freedns.afraid.org/signup/
+# - WATCH THIS: Make sure you choose a domain with as less subdomains as
+# possible. Why? Let's encrpyt issues a limited count of certificates each
+# day. Possible other users of this domain will try to issue a certificate
+# at the same day.
+# - Logon to FreeDNS (where you just registered)
+# - Goto http://freedns.afraid.org/dynamic/
+# - Right click on "Direct Link" and copy the URL and paste it somewhere.
+# - You should notice a large and unique alpha-numeric key in the URL
+#
+# http://freedns.afraid.org/dynamic/update.php?alpha-numeric-key
+#
+# Provided your url from freedns is
+#
+# http://freedns.afraid.org/dynamic/update.php?U1Z6aGt2R0NzMFNPNWRjbWxxZGpsd093OjE1Mzg5NDE5
+#
+# Then you have to provide
+#
+# freedns_key=U1Z6aGt2R0NzMFNPNWRjbWxxZGpsd093OjE1Mzg5NDE5
+#
+#
+#freedns_key=
+
+
+###############################################
+### OPTIONAL - Backup to external device ######
+#
+# The script can use an external device for the daily backup.
+# The file system of the device (USB stick for example) must be compatible
+# with encrypted LUKS + ext4
+#
+# You should test to mount the device befor you run the script
+# (hubzilla-setup.sh).
+# How to find your (pluged-in) devices?
+#
+# fdisk -l
+#
+# Provided your device was listed as is /dev/sdb1. You could check with:
+#
+# blkid | grep /dev/sdb1
+#
+# Try to decrypt
+# (You might install cryptsetup befor using apt-get install.
+#
+# apt-get install cryptsetup
+# cryptsetup luksOpen /dev/sdb1 cryptobackup
+#
+# Try to mount
+# You might create the directory /media/hubzilla_backup it it does not exist
+# using mkdir.
+#
+# mkdir /media/hubzilla_backup
+# mount /dev/mapper/cryptobackup /media/hubzilla_backup
+#
+# Unmounting device goes like this
+#
+# umount /media/hubzilla_backup
+# cryptsetup luksClose cryptobackup
+#
+# To check if still mounted
+#
+# lsof /media/hubzilla_backup
+#
+# If you leave the following parameters
+# - "backup_device_name" and
+# - "backup_device_pass"
+# empty the script will create daily backups on the internal disk (which could
+# save you as well).
+#
+# Example: backup_device_name=/dev/sdc1
+#
+backup_device_name=
+backup_device_pass=
+
+
+###############################################
+### OPTIONAL - Owncloud - deprecated ##########
+#
+# To install owncloud: owncloud=y
+# Leave empty if you don't want to install owncloud
+#
+#owncloud=
+
+
+
+###############################################
+### OPTIONAL - do not mess with things below ##
+# (...if you are not certain)
+#
+# Usally you are done here
+# All what comes below is OPTIONAL
+#
+###############################################
+#
+# Database for huzilla
+hubzilla_db_name=hubzilla
+hubzilla_db_user=hubzilla
+hubzilla_db_pass=$db_pass
+#
+#
+# Password for package mysql-server
+# Example: mysqlpass=aberhallo
+# Example: mysqlpass="aber hallo has blanks in it"
+#
+mysqlpass=$db_pass
+
+# Password for package phpmyadmin
+# Example: phpmyadminpass=aberhallo
+# Example: phpmyadminpass="aber hallo has blanks in it"
+phpmyadminpass=$db_pass
+
+# TODO Prepare hubzilla for programmers
+# - install eclipse and plugins
+# - install xdebug to debug the php with eclipse
+# - weaken permissions on /var/www/html
+# - manual steps after this script
+# * in eclipse: install plugins for php git hub
+# * in eclipse: configure firefox (chrome,...) as browser to run with the php debuger
+# * in eclipse: switch php debugger from zend to xdebug
+# * in eclipse: add local hubzilla github repository
+#
+# Wich user will use eclipse?
+# Leave this empty if you do not want to prepare hubzilla for debugging
+#
+#developer_name=
+
diff --git a/.homeinstall/hubzilla-setup.sh b/.homeinstall/hubzilla-setup.sh
new file mode 100755
index 000000000..5e8cd69c8
--- /dev/null
+++ b/.homeinstall/hubzilla-setup.sh
@@ -0,0 +1,788 @@
+#!/bin/bash
+#
+# How to use
+# ----------
+#
+# This file automates the installation of hubzilla under Debian Linux
+#
+# 1) Edit the file "hubzilla-config.txt"
+# Follow the instuctions there
+#
+# 2) Switch to user "root" by typing "su -"
+#
+# 3) Run with "./hubzilla-setup.sh"
+# If this fails check if you can execute the script.
+# - To make it executable type "chmod +x hubzilla-setup.sh"
+# - or run "bash hubzilla-setup.sh"
+#
+#
+# What does this script do basically?
+# -----------------------------------
+#
+# This file automates the installation of hubzilla under Debian Linux
+# - install
+# * apache webserer,
+# * php,
+# * mysql - the database for hubzilla,
+# * phpmyadmin,
+# * git to download and update hubzilla itself
+# - download hubzilla core and addons
+# - configure cron
+# * "poller.php" for regular background prozesses of hubzilla
+# * to_do "apt-get update" and "apt-get dist-upgrade" to keep linux
+# up-to-date
+# * to_do backup hubzillas database and files (rsnapshot)
+# - configure dynamic ip with cron
+# - to_do letsencrypt
+# - to_do redirection to https
+#
+#
+# Discussion
+# ----------
+#
+# Security - password is the same for mysql-server, phpmyadmin and hubzilla db
+# - The script runs into installation errors for phpmyadmin if it uses
+# different passwords. For the sake of simplicity one singel password.
+#
+# Security - suhosin for PHP
+# - The script does not install suhosin.
+# - Is the security package suhosin usefull or not usefull?
+#
+# Hubzilla - email verification
+# - The script switches off email verification off in all htconfig.tpl.
+# Example: /var/www/html/view/en/htconfig.tpl
+# - Is this a silly idea or not?
+#
+#
+# Remove Hubzilla (for a fresh start using the script)
+# ----------------------------------------------------
+#
+# You could use /var/www/hubzilla-remove.sh
+# that is created by hubzilla-setup.sh.
+#
+# The script will remove (almost everything) what was installed by the script.
+# After the removal you could run the script again to have a fresh install
+# of all applications including hubzilla and its database.
+#
+# How to restore from backup
+# --------------------------
+#
+# Daily backup
+# - - - - - -
+#
+# The installation
+# - writes a script /var/www/hubzilla-daily.sh
+# - creates a daily cron that runs the hubzilla-daily.sh
+#
+# hubzilla-daily.sh makes a (daily) backup of all relevant files
+# - /var/lib/mysql/ > hubzilla database
+# - /var/www/html/ > hubzilla from github
+# - /var/www/letsencrypt/ > certificates
+#
+# hubzilla-daily.sh writes the backup
+# - either to an external disk compatible to LUKS+ext4 (see hubzilla-config.txt)
+# - or to /var/cache/rsnapshot in case the external disk is not plugged in
+#
+# Restore backup
+# - - - - - - -
+#
+# This was not tested yet.
+# Bacically you can copy the files from the backup to the server.
+#
+# Credits
+# -------
+#
+# The srcipt is based on Thomas Willinghams script "debian-setup.sh"
+# which he used to install the red#matrix.
+#
+# The script uses another script from https://github.com/lukas2511/letsencrypt.sh
+#
+# The documentation of bash is here
+# https://www.gnu.org/software/bash/manual/bash.html
+#
+function check_sanity {
+ # Do some sanity checking.
+ print_info "Sanity check..."
+ if [ $(/usr/bin/id -u) != "0" ]
+ then
+ die 'Must be run by root user'
+ fi
+
+ if [ -f /etc/lsb-release ]
+ then
+ die "Distribution is not supported"
+ fi
+ if [ ! -f /etc/debian_version ]
+ then
+ die "Ubuntu is not supported"
+ fi
+}
+
+function die {
+ echo "ERROR: $1" > /dev/null 1>&2
+ exit 1
+}
+
+
+function update_upgrade {
+ print_info "updated and upgrade..."
+ # Run through the apt-get update/upgrade first. This should be done before
+ # we try to install any package
+ apt-get -q -y update && apt-get -q -y dist-upgrade
+ print_info "updated and upgraded linux"
+}
+
+function check_install {
+ if [ -z "`which "$1" 2>/dev/null`" ]
+ then
+ # export DEBIAN_FRONTEND=noninteractive ... answers from the package
+ # configuration database
+ # - q ... without progress information
+ # - y ... answer interactive questions with "yes"
+ # DEBIAN_FRONTEND=noninteractive apt-get --no-install-recommends -q -y install $2
+ DEBIAN_FRONTEND=noninteractive apt-get -q -y install $2
+ print_info "installed $2 installed for $1"
+ else
+ print_warn "$2 already installed"
+ fi
+}
+
+function nocheck_install {
+ # export DEBIAN_FRONTEND=noninteractive ... answers from the package configuration database
+ # - q ... without progress information
+ # - y ... answer interactive questions with "yes"
+ # DEBIAN_FRONTEND=noninteractive apt-get --no-install-recommends -q -y install $2
+ # DEBIAN_FRONTEND=noninteractive apt-get --install-suggests -q -y install $1
+ DEBIAN_FRONTEND=noninteractive apt-get -q -y install $1
+ print_info "installed $1"
+}
+
+
+function print_info {
+ echo -n -e '\e[1;34m'
+ echo -n $1
+ echo -e '\e[0m'
+}
+
+function print_warn {
+ echo -n -e '\e[1;31m'
+ echo -n $1
+ echo -e '\e[0m'
+}
+
+function install_apache {
+ print_info "installing apache..."
+ nocheck_install "apache2 apache2-utils"
+}
+
+function install_php {
+ # openssl and mbstring are included in libapache2-mod-php5
+ # to_to: php5-suhosin
+ print_info "installing php..."
+ nocheck_install "libapache2-mod-php5 php5 php-pear php5-xcache php5-curl php5-mcrypt php5-gd"
+ php5enmod mcrypt
+}
+
+function install_mysql {
+ # http://www.microhowto.info/howto/perform_an_unattended_installation_of_a_debian_package.html
+ #
+ # To determine the required package name, key and type you can perform
+ # a trial installation then search the configuration database.
+ #
+ # debconf-get-selections | grep mysql-server
+ #
+ # The command debconf-get-selections is provided by the package
+ # debconf-utils, which you may need to install.
+ #
+ # apt-get install debconf-utils
+ #
+ # If you want to supply an answer to a configuration question but do not
+ # want to be prompted for it then this can be arranged by preseeding the
+ # DebConf database with the required information.
+ #
+ # echo mysql-server-5.5 mysql-server/root_password password xyzzy | debconf-set-selections
+ # echo mysql-server-5.5 mysql-server/root_password_again password xyzzy | debconf-set-selections
+ #
+ print_info "installing mysql..."
+ if [ -z "$mysqlpass" ]
+ then
+ die "mysqlpass not set in $configfile"
+ fi
+ echo mysql-server-5.5 mysql-server/root_password password $mysqlpass | debconf-set-selections
+ echo mysql-server-5.5 mysql-server/root_password_again password $mysqlpass | debconf-set-selections
+ nocheck_install "php5-mysql mysql-server mysql-client"
+ php5enmod mcrypt
+}
+
+function install_phpmyadmin {
+ print_info "installing phpmyadmin..."
+ if [ -z "$phpmyadminpass" ]
+ then
+ die "phpmyadminpass not set in $configfile"
+ fi
+ echo phpmyadmin phpmyadmin/setup-password password $phpmyadminpass | debconf-set-selections
+ echo phpmyadmin phpmyadmin/mysql/app-pass password $phpmyadminpass | debconf-set-selections
+ echo phpmyadmin phpmyadmin/app-password-confirm password $phpmyadminpass | debconf-set-selections
+ echo phpmyadmin phpmyadmin/mysql/admin-pass password $phpmyadminpass | debconf-set-selections
+ echo phpmyadmin phpmyadmin/password-confirm password $phpmyadminpass | debconf-set-selections
+ echo phpmyadmin phpmyadmin/reconfigure-webserver multiselect apache2 | debconf-set-selections
+ nocheck_install "phpmyadmin"
+
+ # It seems to be not neccessary to check rewrite.load because it comes
+ # with the installation. To be sure you could check this manually by:
+ #
+ # nano /etc/apache2/mods-available/rewrite.load
+ #
+ # You should find the content:
+ #
+ # LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so
+
+ a2enmod rewrite
+ if [ ! -f /etc/apache2/apache2.conf ]
+ then
+ die "could not find file /etc/apache2/apache2.conf"
+ fi
+ sed -i \
+ "s/AllowOverride None/AllowOverride all/" \
+ /etc/apache2/apache2.conf
+ if [ -z "`grep 'Include /etc/phpmyadmin/apache.conf' /etc/apache2/apache2.conf`" ]
+ then
+ echo "Include /etc/phpmyadmin/apache.conf" >> /etc/apache2/apache2.conf
+ fi
+ service apache2 restart
+}
+
+function create_hubzilla_db {
+ print_info "creating hubzilla database..."
+ if [ -z "$hubzilla_db_name" ]
+ then
+ die "hubzilla_db_name not set in $configfile"
+ fi
+ if [ -z "$hubzilla_db_user" ]
+ then
+ die "hubzilla_db_user not set in $configfile"
+ fi
+ if [ -z "$hubzilla_db_pass" ]
+ then
+ die "hubzilla_db_pass not set in $configfile"
+ fi
+ Q1="CREATE DATABASE IF NOT EXISTS $hubzilla_db_name;"
+ Q2="GRANT USAGE ON *.* TO $hubzilla_db_user@localhost IDENTIFIED BY '$hubzilla_db_pass';"
+ Q3="GRANT ALL PRIVILEGES ON $hubzilla_db_name.* to $hubzilla_db_user@localhost identified by '$hubzilla_db_pass';"
+ Q4="FLUSH PRIVILEGES;"
+ SQL="${Q1}${Q2}${Q3}${Q4}"
+ mysql -uroot -p$phpmyadminpass -e "$SQL"
+}
+
+function run_freedns {
+ print_info "run freedns (dynamic IP)..."
+ if [ -z "$freedns_key" ]
+ then
+ print_info "freedns was not started because 'freedns_key' is empty in $configfile"
+ else
+ if [ -n "$selfhost_user" ]
+ then
+ die "You can not use freeDNS AND selfHOST for dynamic IP updates ('freedns_key' AND 'selfhost_user' set in $configfile)"
+ fi
+ wget --no-check-certificate -O - https://freedns.afraid.org/dynamic/update.php?$freedns_key
+ fi
+}
+
+function install_run_selfhost {
+ print_info "install and start selfhost (dynamic IP)..."
+ if [ -z "$selfhost_user" ]
+ then
+ print_info "selfHOST was not started because 'selfhost_user' is empty in $configfile"
+ else
+ if [ -n "$freedns_key" ]
+ then
+ die "You can not use freeDNS AND selfHOST for dynamic IP updates ('freedns_key' AND 'selfhost_user' set in $configfile)"
+ fi
+ if [ -z "$selfhost_pass" ]
+ then
+ die "selfHOST was not started because 'selfhost_pass' is empty in $configfile"
+ fi
+ if [ ! -d $selfhostdir ]
+ then
+ mkdir $selfhostdir
+ fi
+ # the old way
+ # https://carol.selfhost.de/update?username=123456&password=supersafe
+ #
+ # the prefered way
+ wget --output-document=$selfhostdir/$selfhostscript http://jonaspasche.de/selfhost-updater
+ echo "router" > $selfhostdir/device
+ echo "$selfhost_user" > $selfhostdir/user
+ echo "$selfhost_pass" > $selfhostdir/pass
+ bash $selfhostdir/$selfhostscript update
+ fi
+}
+
+function ping_domain {
+ print_info "ping domain $domain..."
+ # Is the domain resolved? Try to ping 6 times à 10 seconds
+ COUNTER=0
+ for i in {1..6}
+ do
+ print_info "loop $i for ping -c 1 $domain ..."
+ if ping -c 4 -W 1 $le_domain
+ then
+ print_info "$le_domain resolved"
+ break
+ else
+ if [ $i -gt 5 ]
+ then
+ die "Failed to: ping -c 1 $domain not resolved"
+ fi
+ fi
+ sleep 10
+ done
+ sleep 5
+}
+
+function configure_cron_freedns {
+ print_info "configure cron for freedns..."
+ if [ -z "$freedns_key" ]
+ then
+ print_info "freedns is not configured because freedns_key is empty in $configfile"
+ else
+ # Use cron for dynamich ip update
+ # - at reboot
+ # - every 30 minutes
+ if [ -z "`grep 'freedns.afraid.org' /etc/crontab`" ]
+ then
+ echo "@reboot root https://freedns.afraid.org/dynamic/update.php?$freedns_key > /dev/null 2>&1" >> /etc/crontab
+ echo "*/30 * * * * root wget --no-check-certificate -O - https://freedns.afraid.org/dynamic/update.php?$freedns_key > /dev/null 2>&1" >> /etc/crontab
+ else
+ print_info "cron for freedns was configured already"
+ fi
+ fi
+}
+
+function configure_cron_selfhost {
+ print_info "configure cron for selfhost..."
+ if [ -z "$selfhost_user" ]
+ then
+ print_info "freedns is not configured because freedns_key is empty in $configfile"
+ else
+ # Use cron for dynamich ip update
+ # - at reboot
+ # - every 30 minutes
+ if [ -z "`grep 'selfhost-updater.sh' /etc/crontab`" ]
+ then
+ echo "@reboot root bash /etc/selfhost/selfhost-updater.sh update > /dev/null 2>&1" >> /etc/crontab
+ echo "*/5 * * * * root /bin/bash /etc/selfhost/selfhost-updater.sh update > /dev/null 2>&1" >> /etc/crontab
+ else
+ print_info "cron for selfhost was configured already"
+ fi
+ fi
+}
+
+function install_git {
+ print_info "installing git..."
+ nocheck_install "git"
+}
+
+function install_letsencrypt {
+ print_info "installing let's encrypt ..."
+ # check if user gave domain
+ if [ -z "$le_domain" ]
+ then
+ die "Failed to install let's encrypt: 'le_domain' is empty in $configfile"
+ fi
+ # configure apache
+ apache_le_conf=/etc/apache2/sites-available/le-default.conf
+ if [ -f $apache_le_conf ]
+ then
+ print_info "$apache_le_conf exist already"
+ else
+ cat > $apache_le_conf <<END
+# letsencrypt default Apache configuration
+Alias /.well-known/acme-challenge /var/www/letsencrypt
+
+<Directory /var/www/letsencrypt>
+ Options FollowSymLinks
+ Allow from all
+</Directory>
+END
+ a2ensite le-default.conf
+ service apache2 restart
+ fi
+ # download the shell script
+ if [ -d $le_dir ]
+ then
+ print_info "letsenrypt exists already (nothing downloaded > no certificate created and registered)"
+ return 0
+ fi
+ git clone https://github.com/lukas2511/letsencrypt.sh $le_dir
+ cd $le_dir
+ # create config file for letsencrypt.sh
+ echo "WELLKNOWN=$le_dir" > $le_dir/config.sh
+ if [ -n "$le_email" ]
+ then
+ echo "CONTACT_EMAIL=$le_email" >> $le_dir/config.sh
+ fi
+ # create domain file for letsencrypt.sh
+ # WATCH THIS:
+ # - It did not work wit "sub.domain.org www.sub.domain.org".
+ # - So just use "sub.domain.org" only!
+ echo "$le_domain" > $le_dir/domains.txt
+ # test apache config for letsencrpyt
+ url_http=http://$le_domain/.well-known/acme-challenge/domains.txt
+ wget_output=$(wget -nv --spider --max-redirect 0 $url_http)
+ if [ $? -ne 0 ]
+ then
+ die "Failed to load $url_http"
+ fi
+ # run letsencrypt.sh
+ #
+ ./letsencrypt.sh --cron
+}
+
+function configure_apache_for_https {
+ print_info "configuring apache to use httpS ..."
+ # letsencrypt.sh
+ #
+ # "${BASEDIR}/certs/${domain}/privkey.pem"
+ # "${BASEDIR}/certs/${domain}/cert.pem"
+ # "${BASEDIR}/certs/${domain}/fullchain.pem"
+ #
+ SSLCertificateFile=${le_dir}/certs/${le_domain}/cert.pem
+ SSLCertificateKeyFile=${le_dir}/certs/${le_domain}/privkey.pem
+ SSLCertificateChainFile=${le_dir}/certs/${le_domain}/fullchain.pem
+ if [ ! -f $SSLCertificateFile ]
+ then
+ print_warn "Failed to configure apache for httpS: Missing certificate file $SSLCertificateFile"
+ return 0
+ fi
+ # make sure that the ssl mode is enabled
+ print_info "...configuring apache to use httpS - a2enmod ssl ..."
+ a2enmod ssl
+ # modify apach' ssl conf file
+ if grep -i "ServerName" $sslconf
+ then
+ print_info "seems that apache was already configered to use httpS with $sslconf"
+ else
+ sed -i "s/ServerAdmin.*$/ServerAdmin webmaster@localhost\\n ServerName ${le_domain}/" $sslconf
+ fi
+ sed -i s#/etc/ssl/certs/ssl-cert-snakeoil.pem#$SSLCertificateFile# $sslconf
+ sed -i s#/etc/ssl/private/ssl-cert-snakeoil.key#$SSLCertificateKeyFile# $sslconf
+ sed -i s#/etc/apache2/ssl.crt/server-ca.crt#$SSLCertificateChainFile# $sslconf
+ sed -i s/#SSLCertificateChainFile/SSLCertificateChainFile/ $sslconf
+ # apply changes
+ a2ensite default-ssl.conf
+ service apache2 restart
+}
+
+function check_https {
+ print_info "checking httpS > testing ..."
+ url_https=https://$le_domain
+ wget_output=$(wget -nv --spider --max-redirect 0 $url_https)
+ if [ $? -ne 0 ]
+ then
+ print_warn "check not ok"
+ else
+ print_info "check ok"
+ fi
+}
+
+function install_hubzilla {
+ print_info "installing hubzilla..."
+ # rm -R /var/www/html/ # for "stand alone" usage
+ cd /var/www/
+ # git clone https://github.com/redmatrix/hubzilla html # for "stand alone" usage
+ cd html/
+ git clone https://github.com/redmatrix/hubzilla-addons addon
+ mkdir -p "store/[data]/smarty3"
+ chmod -R 777 store
+ touch .htconfig.php
+ chmod ou+w .htconfig.php
+ cd ..
+ chown -R www-data:www-data html
+ chown root:www-data /var/www/html/
+ chown root:www-data /var/www/html/.htaccess
+ chmod 0644 /var/www/html/.htaccess
+ # try to switch off email registration
+ sed -i "s/verify_email.*1/verify_email'] = 0/" /var/www/html/view/*/ht*
+ if [ -n "`grep -r 'verify_email.*1' /var/www/html/view/`" ]
+ then
+ print_warn "Hubzillas registration prozess might have email verification switched on."
+ fi
+ print_info "installed hubzilla"
+}
+
+function rewrite_to_https {
+ print_info "configuring apache to redirect http to httpS ..."
+ htaccessfile=/var/www/html/.htaccess
+ if grep -i "https" $htaccessfile
+ then
+ print_info "...configuring apache to redirect http to httpS was already done in $htaccessfile"
+ else
+ sed -i "s#QSA]#QSA]\\n RewriteCond %{SERVER_PORT} !^443$\\n RewriteRule (.*) https://%{HTTP_HOST}/$1 [R=301,L]#" $htaccessfile
+ fi
+ service apache2 restart
+}
+
+
+function install_owncloud {
+ if [ -z "$owncloud" ]
+ then
+ print_info "Do not install owncloud"
+ return 0
+ fi
+ if [ -f /etc/apt/sources.list.d/owncloud.list ]
+ then
+ print_info "owncloud is already installed and is left untouched"
+ return 0
+ fi
+ print_info "installing owncloud..."
+ # add the repository key to apt
+ wget -nv https://download.owncloud.org/download/repositories/stable/Debian_8.0/Release.key -O Release.key
+ apt-key add - < Release.key
+ # add the repository and install from there
+ sh -c "echo 'deb http://download.owncloud.org/download/repositories/stable/Debian_8.0/ /' >> /etc/apt/sources.list.d/owncloud.list"
+ apt-get update
+ nocheck_install "owncloud"
+ chown -R www-data:www-data /var/www/owncloud/
+ # set strong permissions
+ ocpath='/var/www/owncloud'
+ htuser='www-data'
+ htgroup='www-data'
+ rootuser='root' # On QNAP this is admin
+ find ${ocpath}/ -type f -print0 | xargs -0 chmod 0640
+ find ${ocpath}/ -type d -print0 | xargs -0 chmod 0750
+ chown -R ${rootuser}:${htgroup} ${ocpath}/
+ chown -R ${htuser}:${htgroup} ${ocpath}/apps/
+ chown -R ${htuser}:${htgroup} ${ocpath}/config/
+ chown -R ${htuser}:${htgroup} ${ocpath}/data/
+ chown -R ${htuser}:${htgroup} ${ocpath}/themes/
+ chown ${rootuser}:${htgroup} ${ocpath}/.htaccess
+ chown ${rootuser}:${htgroup} ${ocpath}/data/.htaccess
+ chmod 0644 ${ocpath}/.htaccess
+ chmod 0644 ${ocpath}/data/.htaccess
+}
+
+# This will allways overwrite both config files
+# - internal disk
+# - external disk (LUKS + ext4)
+# of rsnapshot for hubzilla
+function install_rsnapshot {
+ print_info "installing rsnapshot..."
+ nocheck_install "rsnapshot"
+ # internal disk
+ cp -f /etc/rsnapshot.conf $snapshotconfig
+ sed -i "/hourly/s/retain/#retain/" $snapshotconfig
+ sed -i "/monthly/s/#retain/retain/" $snapshotconfig
+ sed -i "s/^cmd_cp/#cmd_cp/" $snapshotconfig
+ sed -i "s/^backup/#backup/" $snapshotconfig
+ if [ -z "`grep 'letsencrypt' $snapshotconfig`" ]
+ then
+ echo "backup /var/lib/mysql/ localhost/" >> $snapshotconfig
+ echo "backup /var/www/html/ localhost/" >> $snapshotconfig
+ echo "backup /var/www/letsencrypt/ localhost/" >> $snapshotconfig
+ fi
+ # external disk
+ if [ -n "$backup_device_name" ] && [ -n "$backup_device_pass" ]
+ then
+ cp -f /etc/rsnapshot.conf $snapshotconfig_external_device
+ sed -i "s#snapshot_root.*#snapshot_root $backup_mount_point#" $snapshotconfig_external_device
+ sed -i "/hourly/s/retain/#retain/" $snapshotconfig_external_device
+ sed -i "/monthly/s/#retain/retain/" $snapshotconfig_external_device
+ sed -i "s/^cmd_cp/#cmd_cp/" $snapshotconfig_external_device
+ sed -i "s/^backup/#backup/" $snapshotconfig_external_device
+ if [ -z "`grep 'letsencrypt' $snapshotconfig_external_device`" ]
+ then
+ echo "backup /var/lib/mysql/ localhost/" >> $snapshotconfig_external_device
+ echo "backup /var/www/html/ localhost/" >> $snapshotconfig_external_device
+ echo "backup /var/www/letsencrypt/ localhost/" >> $snapshotconfig_external_device
+ fi
+ else
+ print_info "No backup configuration (rsnapshot) for external device configured. Reason: backup_device_name and/or backup_device_pass not given in $configfile"
+ fi
+}
+
+function install_cryptosetup {
+ print_info "installing cryptsetup..."
+ nocheck_install "cryptsetup"
+}
+
+function configure_cron_daily {
+ print_info "configuring cron..."
+ # every 10 min for poller.php
+ if [ -z "`grep 'poller.php' /etc/crontab`" ]
+ then
+ echo "*/10 * * * * www-data cd /var/www/html; php include/poller.php >> /dev/null 2>&1" >> /etc/crontab
+ fi
+ # Run external script daily at 05:30
+ # - stop apache and mysql-server
+ # - backup hubzilla
+ # - update hubzilla core and addon
+ # - update and upgrade linux
+ # - reboot
+ cat > /var/www/$hubzilladaily <<END
+#!/bin/sh
+#
+echo " "
+echo "+++ \$(date) +++"
+echo " "
+# renew certificat if over 30 days old
+echo "\$(date) - renew certificat if 30 days old..."
+bash /var/www/letsencrypt/letsencrypt.sh --cron
+#
+# stop hubzilla
+echo "\$(date) - stoping apaache and mysql..."
+service apache2 stop
+/etc/init.d/mysql stop # to avoid inconsistancies
+#
+# backup
+echo "\$(date) - try to mount external device for backup..."
+backup_device_name=$backup_device_name
+backup_device_pass=$backup_device_pass
+backup_mount_point=$backup_mount_point
+device_mounted=0
+if [ -n "$backup_device_name" ] && [ -n "$backup_device_pass" ]
+then
+ if blkid | grep $backup_device_name
+ then
+ echo "decrypting backup device..."
+ echo "$backup_device_pass" | cryptsetup luksOpen $backup_device_name cryptobackup
+ if [ ! -d $backup_mount_point ]
+ then
+ mkdir $backup_mount_point
+ fi
+ echo "mounting backup device..."
+ if mount /dev/mapper/cryptobackup $backup_mount_point
+ then
+ device_mounted=1
+ echo "device $backup_device_name is now mounted. Starting backup..."
+ rsnapshot -c $snapshotconfig_external_device daily
+ rsnapshot -c $snapshotconfig_external_device weekly
+ rsnapshot -c $snapshotconfig_external_device monthly
+ echo "\$(date) - disk sizes..."
+ df -h
+ echo "\$(date) - db size..."
+ du -h $backup_mount_point | grep mysql/hubzilla
+ echo "unmounting backup device..."
+ umount $backup_mount_point
+ else
+ echo "failed to mount device $backup_device_name"
+ fi
+ echo "closing decrypted backup device..."
+ cryptsetup luksClose cryptobackup
+ fi
+fi
+if [ \$device_mounted == 0 ]
+then
+ echo "device could not be mounted $backup_device_name. Using internal disk for backup..."
+ rsnapshot -c $snapshotconfig daily
+ rsnapshot -c $snapshotconfig weekly
+ rsnapshot -c $snapshotconfig monthly
+fi
+#
+echo "\$(date) - db size..."
+du -h /var/cache/rsnapshot/ | grep mysql/hubzilla
+#
+# update
+echo "\$(date) - updating letsencrypt.sh..."
+git -C /var/www/letsencrypt/ pull
+echo "\$(date) - updating hubhilla core..."
+git -C /var/www/html/ pull
+echo "\$(date) - updating hubhilla addons..."
+git -C /var/www/html/addon/ pull
+chown -R www-data:www-data /var/www/html/ # make all accessable for the webserver
+chown root:www-data /var/www/html/.htaccess
+chmod 0644 /var/www/html/.htaccess # www-data can read but not write it
+echo "\$(date) - updating linux..."
+apt-get -q -y update && apt-get -q -y dist-upgrade # update linux and upgrade
+echo "\$(date) - Backup hubzilla and update linux finished. Rebooting..."
+#
+reboot
+END
+ if [ -z "`grep 'hubzilla-daily.sh' /etc/crontab`" ]
+ then
+ echo "30 05 * * * root /bin/bash /var/www/$hubzilladaily >> /var/www/html/hubzilla-daily.log 2>&1" >> /etc/crontab
+ echo "0 0 1 * * root rm /var/www/html/hubzilla-daily.log" >> /etc/crontab
+ fi
+
+ # This is active after either "reboot" or "/etc/init.d/cron reload"
+ print_info "configured cron for updates/upgrades"
+}
+
+function write_uninstall_script {
+ print_info "writing uninstall script..."
+
+ cat > /var/www/hubzilla-remove.sh <<END
+#!/bin/sh
+#
+# This script removes Hubzilla.
+# You might do this for a fresh start using the script.
+# The script will remove (almost everything) what was installed by the script,
+# all applications including hubzilla and its database.
+#
+# Backup the certificates of letsencrypt (you never know)
+cp -a /var/www/letsencrypt/ ~/backup_le_certificats
+#
+# Removal
+apt-get remove apache2 apache2-utils libapache2-mod-php5 php5 php-pear php5-xcache php5-curl php5-mcrypt php5-gd php5-mysql mysql-server mysql-client phpmyadmin
+apt-get purge apache2 apache2-utils libapache2-mod-php5 php5 php-pear php5-xcache php5-curl php5-mcrypt php5-gd php5-mysql mysql-server mysql-client phpmyadmin
+apt-get autoremove
+apt-get clean
+rm /etc/rsnapshot_hubzilla.conf
+rm /etc/rsnapshot_hubzilla_external_device.conf
+rm -R /etc/apache2/
+rm -R /var/lib/mysql/
+rm -R /var/www
+rm -R /etc/selfhost/
+# uncomment the next line if you want to remove the backups
+# rm -R /var/cache/rsnapshot
+nano /etc/crontab # remove entries there manually
+END
+ chmod -x /var/www/hubzilla-remove.sh
+}
+
+########################################################################
+# START OF PROGRAM
+########################################################################
+export PATH=/bin:/usr/bin:/sbin:/usr/sbin
+
+check_sanity
+
+# Read config file edited by user
+configfile=hubzilla-config.txt
+source $configfile
+selfhostdir=/etc/selfhost
+selfhostscript=selfhost-updater.sh
+hubzilladaily=hubzilla-daily.sh
+snapshotconfig=/etc/rsnapshot_hubzilla.conf
+snapshotconfig_external_device=/etc/rsnapshot_hubzilla_external_device.conf
+backup_mount_point=/media/hubzilla_backup
+le_dir=/var/www/letsencrypt
+sslconf=/etc/apache2/sites-available/default-ssl.conf
+
+#set -x # activate debugging from here
+
+update_upgrade
+install_apache
+install_php
+install_mysql
+install_phpmyadmin
+create_hubzilla_db
+run_freedns
+install_run_selfhost
+ping_domain
+configure_cron_freedns
+configure_cron_selfhost
+install_git
+install_letsencrypt
+configure_apache_for_https
+check_https
+install_hubzilla
+rewrite_to_https
+# install_owncloud # deprecated
+install_rsnapshot
+configure_cron_daily
+install_cryptosetup
+write_uninstall_script
+
+#set +x # stop debugging from here
+
diff --git a/include/message.php b/include/message.php
index 940fcc275..f24bb6e4b 100644
--- a/include/message.php
+++ b/include/message.php
@@ -11,6 +11,7 @@ require_once('include/attach.php');
function send_message($uid = 0, $recipient='', $body='', $subject='', $replyto='',$expires = ''){
$ret = array('success' => false);
+ $is_reply = false;
$a = get_app();
$observer_hash = get_observer_hash();
@@ -51,6 +52,7 @@ function send_message($uid = 0, $recipient='', $body='', $subject='', $replyto='
$conv_guid = '';
if(strlen($replyto)) {
+ $is_reply = true;
$r = q("select conv_guid from mail where channel_id = %d and ( mid = '%s' or parent_mid = '%s' ) limit 1",
intval(local_channel()),
dbesc($replyto),
@@ -187,8 +189,8 @@ function send_message($uid = 0, $recipient='', $body='', $subject='', $replyto='
- $r = q("INSERT INTO mail ( account_id, conv_guid, mail_obscured, channel_id, from_xchan, to_xchan, title, body, attach, mid, parent_mid, created, expires )
- VALUES ( %d, '%s', %d, %d, '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s' )",
+ $r = q("INSERT INTO mail ( account_id, conv_guid, mail_obscured, channel_id, from_xchan, to_xchan, title, body, attach, mid, parent_mid, created, expires, mail_isreply )
+ VALUES ( %d, '%s', %d, %d, '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', %d )",
intval($channel['channel_account_id']),
dbesc($conv_guid),
intval(1),
@@ -201,7 +203,8 @@ function send_message($uid = 0, $recipient='', $body='', $subject='', $replyto='
dbesc($mid),
dbesc($replyto),
dbesc(datetime_convert()),
- dbescdate($expires)
+ dbescdate($expires),
+ intval($is_reply)
);
// verify the save
diff --git a/version.inc b/version.inc
index 5793fa135..3641bf5e9 100644
--- a/version.inc
+++ b/version.inc
@@ -1 +1 @@
-2016-01-09.1273H
+2016-01-10.1274H
diff --git a/view/css/redable.css b/view/css/redable.css
index 48e1c04ae..d72051279 100644
--- a/view/css/redable.css
+++ b/view/css/redable.css
@@ -1,4 +1,4 @@
-nav, header {
+nav, header, .pageheader {
display: none;
}
diff --git a/view/es b/view/es
index 55914a5c4..c8ba7666b 120000
--- a/view/es
+++ b/view/es
@@ -1 +1 @@
-es-es/ \ No newline at end of file
+es-es \ No newline at end of file
diff --git a/view/es-es/hmessages.po b/view/es-es/hmessages.po
index 824ae5e49..6ce628e10 100644
--- a/view/es-es/hmessages.po
+++ b/view/es-es/hmessages.po
@@ -4,8 +4,6 @@
#
# Translators:
# Alfonso <admin@alfonsomh.eu>, 2015
-# JACOB MALDONADO <axetransit@gmail.com>, 2015
-# jeroenpraat <jeroenpraat@xs4all.nl>, 2015
# Manuel Jiménez Friaza <mjfriaza@openmailbox.org>, 2015-2016
# Rafael, 2015
# tony baldwin <tonybaldwin@gmx.com>, 2014
@@ -13,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Redmatrix\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-01-01 00:03-0800\n"
-"PO-Revision-Date: 2016-01-02 11:55+0000\n"
+"POT-Creation-Date: 2016-01-08 00:03-0800\n"
+"PO-Revision-Date: 2016-01-10 15:33+0000\n"
"Last-Translator: Manuel Jiménez Friaza <mjfriaza@openmailbox.org>\n"
"Language-Team: Spanish (Spain) (http://www.transifex.com/Friendica/red-matrix/language/es_ES/)\n"
"MIME-Version: 1.0\n"
@@ -23,492 +21,469 @@ msgstr ""
"Language: es_ES\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../../include/Contact.php:101 ../../include/identity.php:947
-#: ../../include/widgets.php:137 ../../include/widgets.php:175
-#: ../../include/conversation.php:953 ../../mod/match.php:64
-#: ../../mod/directory.php:318 ../../mod/suggest.php:52
-msgid "Connect"
-msgstr "Conectar"
-
-#: ../../include/Contact.php:118
-msgid "New window"
-msgstr "Nueva ventana"
-
-#: ../../include/Contact.php:119
-msgid "Open the selected location in a different window or browser tab"
-msgstr "Abrir la dirección seleccionada en una ventana o pestaña aparte"
-
-#: ../../include/Contact.php:237
-#, php-format
-msgid "User '%s' deleted"
-msgstr "El usuario '%s' ha sido eliminado"
-
-#: ../../include/chat.php:23
-msgid "Missing room name"
-msgstr "Sala de chat sin nombre"
-
-#: ../../include/chat.php:32
-msgid "Duplicate room name"
-msgstr "Nombre de sala duplicado."
-
-#: ../../include/chat.php:82 ../../include/chat.php:90
-msgid "Invalid room specifier."
-msgstr "Especificador de sala no válido."
-
-#: ../../include/chat.php:122
-msgid "Room not found."
-msgstr "Sala no encontrada."
-
-#: ../../include/chat.php:133 ../../include/items.php:4405
-#: ../../include/photos.php:29 ../../include/attach.php:140
-#: ../../include/attach.php:188 ../../include/attach.php:251
-#: ../../include/attach.php:265 ../../include/attach.php:272
-#: ../../include/attach.php:337 ../../include/attach.php:351
-#: ../../include/attach.php:358 ../../include/attach.php:436
-#: ../../include/attach.php:888 ../../include/attach.php:959
-#: ../../include/attach.php:1111 ../../mod/filestorage.php:18
-#: ../../mod/filestorage.php:73 ../../mod/filestorage.php:88
-#: ../../mod/filestorage.php:115 ../../mod/group.php:9 ../../mod/item.php:206
-#: ../../mod/item.php:214 ../../mod/item.php:1050 ../../mod/common.php:35
-#: ../../mod/achievements.php:30 ../../mod/rate.php:111
-#: ../../mod/blocks.php:69 ../../mod/blocks.php:76 ../../mod/id.php:71
-#: ../../mod/like.php:177 ../../mod/page.php:31 ../../mod/page.php:86
-#: ../../mod/mood.php:112 ../../mod/new_channel.php:68
-#: ../../mod/new_channel.php:99 ../../mod/setup.php:227
-#: ../../mod/bookmarks.php:48 ../../mod/poke.php:133
-#: ../../mod/profiles.php:198 ../../mod/profiles.php:584
-#: ../../mod/connedit.php:352 ../../mod/editwebpage.php:64
-#: ../../mod/editwebpage.php:86 ../../mod/editwebpage.php:101
-#: ../../mod/editwebpage.php:125 ../../mod/profile.php:64
-#: ../../mod/profile.php:72 ../../mod/api.php:26 ../../mod/api.php:31
-#: ../../mod/fsuggest.php:78 ../../mod/sources.php:66
-#: ../../mod/notifications.php:66 ../../mod/invite.php:13
-#: ../../mod/invite.php:87 ../../mod/profile_photo.php:341
-#: ../../mod/profile_photo.php:354 ../../mod/thing.php:271
-#: ../../mod/thing.php:291 ../../mod/thing.php:328 ../../mod/editblock.php:65
-#: ../../mod/network.php:12 ../../mod/pdledit.php:21 ../../mod/register.php:72
-#: ../../mod/editlayout.php:63 ../../mod/editlayout.php:87
-#: ../../mod/settings.php:568 ../../mod/webpages.php:69
-#: ../../mod/appman.php:66 ../../mod/layouts.php:69 ../../mod/layouts.php:76
-#: ../../mod/layouts.php:87 ../../mod/locs.php:83 ../../mod/regmod.php:17
-#: ../../mod/channel.php:100 ../../mod/channel.php:214
-#: ../../mod/channel.php:254 ../../mod/photos.php:70 ../../mod/editpost.php:13
-#: ../../mod/chat.php:94 ../../mod/chat.php:99 ../../mod/viewsrc.php:14
-#: ../../mod/authtest.php:13 ../../mod/connections.php:29
-#: ../../mod/manage.php:6 ../../mod/menu.php:74 ../../mod/mail.php:126
-#: ../../mod/service_limits.php:7 ../../mod/suggest.php:26
-#: ../../mod/events.php:260 ../../mod/message.php:16 ../../mod/block.php:22
-#: ../../mod/block.php:72 ../../mod/mitem.php:111 ../../mod/sharedwithme.php:7
-#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27
-#: ../../index.php:182 ../../index.php:365
-msgid "Permission denied."
-msgstr "Acceso denegado."
-
-#: ../../include/chat.php:143
-msgid "Room is full"
-msgstr "La sala está llena."
-
-#: ../../include/import.php:23
+#: ../../Zotlabs/Zot/Auth.php:140
msgid ""
-"Cannot create a duplicate channel identifier on this system. Import failed."
-msgstr "No se ha podido crear un canal con un identificador que ya existe en este sistema. La importación ha fallado."
-
-#: ../../include/import.php:44 ../../include/Import/import_diaspora.php:42
-msgid "Unable to create a unique channel address. Import failed."
-msgstr "No se ha podido crear una dirección de canal única. Ha fallado la importación."
-
-#: ../../include/import.php:70
-msgid "Channel clone failed. Import failed."
-msgstr "La clonación del canal no ha salido bien. La importación ha fallado."
-
-#: ../../include/import.php:80 ../../mod/import.php:139
-msgid "Cloned channel not found. Import failed."
-msgstr "No se ha podido importar el canal porque el canal clonado no se ha encontrado."
-
-#: ../../include/text.php:394
-msgid "prev"
-msgstr "anterior"
-
-#: ../../include/text.php:396
-msgid "first"
-msgstr "primera"
-
-#: ../../include/text.php:425
-msgid "last"
-msgstr "última"
-
-#: ../../include/text.php:428
-msgid "next"
-msgstr "próxima"
-
-#: ../../include/text.php:438
-msgid "older"
-msgstr "más antiguas"
+"Remote authentication blocked. You are logged into this site locally. Please"
+" logout and retry."
+msgstr "La autenticación desde su servidor está bloqueada. Ha iniciado sesión localmente. Por favor, salga de la sesión y vuelva a intentarlo."
-#: ../../include/text.php:440
-msgid "newer"
-msgstr "más recientes"
+#: ../../Zotlabs/Zot/Auth.php:248 ../../mod/openid.php:72
+#: ../../mod/openid.php:179
+#, php-format
+msgid "Welcome %s. Remote authentication successful."
+msgstr "Bienvenido %s. La identificación desde su servidor se ha llevado a cabo correctamente."
-#: ../../include/text.php:803
-msgid "No connections"
-msgstr "Sin conexiones"
+#: ../../boot.php:1304
+#, php-format
+msgid "Update %s failed. See error logs."
+msgstr "La actualización %s ha fallado. Mire el informe de errores."
-#: ../../include/text.php:815
+#: ../../boot.php:1307
#, php-format
-msgid "%d Connection"
-msgid_plural "%d Connections"
-msgstr[0] "%d Conexión"
-msgstr[1] "%d Conexiones"
+msgid "Update Error at %s"
+msgstr "Error de actualización en %s"
-#: ../../include/text.php:828 ../../mod/viewconnections.php:101
-msgid "View Connections"
-msgstr "Ver conexiones"
+#: ../../boot.php:1474
+msgid ""
+"Create an account to access services and applications within the Hubzilla"
+msgstr "Crear una cuenta para acceder a los servicios y aplicaciones dentro de Hubzilla"
-#: ../../include/text.php:885 ../../include/text.php:897
-#: ../../include/nav.php:159 ../../include/apps.php:147
-#: ../../mod/search.php:40
-msgid "Search"
-msgstr "Buscar"
+#: ../../boot.php:1475 ../../include/nav.php:149 ../../mod/register.php:226
+msgid "Register"
+msgstr "Registrarse"
-#: ../../include/text.php:886 ../../include/text.php:898
-#: ../../include/widgets.php:192 ../../mod/rbmark.php:28
-#: ../../mod/rbmark.php:100 ../../mod/admin.php:1454 ../../mod/admin.php:1474
-#: ../../mod/filer.php:49
-msgid "Save"
-msgstr "Guardar"
+#: ../../boot.php:1492 ../../include/nav.php:82 ../../include/nav.php:114
+msgid "Logout"
+msgstr "Finalizar sesión"
-#: ../../include/text.php:972
-msgid "poke"
-msgstr "un toque"
+#: ../../boot.php:1493 ../../include/apps.php:131 ../../include/nav.php:111
+msgid "Login"
+msgstr "Iniciar sesión"
-#: ../../include/text.php:972 ../../include/conversation.php:243
-msgid "poked"
-msgstr "ha dado un toque a"
+#: ../../boot.php:1495 ../../include/contact_selectors.php:79
+#: ../../mod/admin.php:891 ../../mod/admin.php:900 ../../mod/id.php:15
+#: ../../mod/id.php:16
+msgid "Email"
+msgstr "Correo electrónico"
-#: ../../include/text.php:973
-msgid "ping"
-msgstr "un \"ping\""
+#: ../../boot.php:1496
+msgid "Password"
+msgstr "Contraseña"
-#: ../../include/text.php:973
-msgid "pinged"
-msgstr "ha enviado un \"ping\" a"
+#: ../../boot.php:1497
+msgid "Remember me"
+msgstr "Recordarme"
-#: ../../include/text.php:974
-msgid "prod"
-msgstr "una incitación "
+#: ../../boot.php:1497 ../../include/dir_fns.php:141
+#: ../../include/dir_fns.php:142 ../../include/dir_fns.php:143
+#: ../../mod/admin.php:421 ../../mod/api.php:102 ../../mod/connedit.php:641
+#: ../../mod/connedit.php:690 ../../mod/events.php:447
+#: ../../mod/events.php:448 ../../mod/events.php:457
+#: ../../mod/filestorage.php:151 ../../mod/filestorage.php:159
+#: ../../mod/menu.php:96 ../../mod/menu.php:153 ../../mod/mitem.php:154
+#: ../../mod/mitem.php:155 ../../mod/mitem.php:228 ../../mod/mitem.php:229
+#: ../../mod/photos.php:626 ../../mod/removeme.php:60
+#: ../../mod/settings.php:577 ../../view/theme/redbasic/php/config.php:104
+#: ../../view/theme/redbasic/php/config.php:129
+msgid "No"
+msgstr "No"
-#: ../../include/text.php:974
-msgid "prodded"
-msgstr "ha incitado a "
+#: ../../boot.php:1497 ../../include/dir_fns.php:141
+#: ../../include/dir_fns.php:142 ../../include/dir_fns.php:143
+#: ../../mod/admin.php:423 ../../mod/api.php:101 ../../mod/events.php:447
+#: ../../mod/events.php:448 ../../mod/events.php:457
+#: ../../mod/filestorage.php:151 ../../mod/filestorage.php:159
+#: ../../mod/menu.php:96 ../../mod/menu.php:153 ../../mod/mitem.php:154
+#: ../../mod/mitem.php:155 ../../mod/mitem.php:228 ../../mod/mitem.php:229
+#: ../../mod/photos.php:626 ../../mod/removeme.php:60
+#: ../../mod/settings.php:577 ../../view/theme/redbasic/php/config.php:104
+#: ../../view/theme/redbasic/php/config.php:129
+msgid "Yes"
+msgstr "Sí"
-#: ../../include/text.php:975
-msgid "slap"
-msgstr "una bofetada "
+#: ../../boot.php:1500
+msgid "Forgot your password?"
+msgstr "¿Olvidó su contraseña?"
-#: ../../include/text.php:975
-msgid "slapped"
-msgstr "ha abofeteado a "
+#: ../../boot.php:1501 ../../mod/lostpass.php:86
+msgid "Password Reset"
+msgstr "Restablecer la contraseña"
-#: ../../include/text.php:976
-msgid "finger"
-msgstr "un \"finger\" "
+#: ../../boot.php:2120
+msgid "toggle mobile"
+msgstr "cambiar a modo móvil"
-#: ../../include/text.php:976
-msgid "fingered"
-msgstr "envió un \"finger\" a"
+#: ../../boot.php:2272
+msgid "Website SSL certificate is not valid. Please correct."
+msgstr "El certificado SSL del sitio web no es válido. Por favor, solucione el problema."
-#: ../../include/text.php:977
-msgid "rebuff"
-msgstr "un reproche"
+#: ../../boot.php:2275
+#, php-format
+msgid "[hubzilla] Website SSL error for %s"
+msgstr "[hubzilla] Error SSL del sitio web en %s"
-#: ../../include/text.php:977
-msgid "rebuffed"
-msgstr "ha hecho un reproche a "
+#: ../../boot.php:2312
+msgid "Cron/Scheduled tasks not running."
+msgstr "Las tareas del Planificador/Cron no están funcionando."
-#: ../../include/text.php:987
-msgid "happy"
-msgstr "feliz "
+#: ../../boot.php:2313 ../../include/datetime.php:263
+msgid "never"
+msgstr "nunca"
-#: ../../include/text.php:988
-msgid "sad"
-msgstr "triste "
+#: ../../boot.php:2316
+#, php-format
+msgid "[hubzilla] Cron tasks not running on %s"
+msgstr "[hubzilla] Las tareas de Cron no están funcionando en %s"
-#: ../../include/text.php:989
-msgid "mellow"
-msgstr "tranquilo/a"
+#: ../../include/Contact.php:101 ../../include/conversation.php:953
+#: ../../include/identity.php:947 ../../include/widgets.php:137
+#: ../../include/widgets.php:175 ../../mod/directory.php:318
+#: ../../mod/match.php:64 ../../mod/suggest.php:52
+msgid "Connect"
+msgstr "Conectar"
-#: ../../include/text.php:990
-msgid "tired"
-msgstr "cansado/a "
+#: ../../include/Contact.php:118
+msgid "New window"
+msgstr "Nueva ventana"
-#: ../../include/text.php:991
-msgid "perky"
-msgstr "vivaz"
+#: ../../include/Contact.php:119
+msgid "Open the selected location in a different window or browser tab"
+msgstr "Abrir la dirección seleccionada en una ventana o pestaña aparte"
-#: ../../include/text.php:992
-msgid "angry"
-msgstr "enfadado/a"
+#: ../../include/Contact.php:237
+#, php-format
+msgid "User '%s' deleted"
+msgstr "El usuario '%s' ha sido eliminado"
-#: ../../include/text.php:993
-msgid "stupefied"
-msgstr "asombrado"
+#: ../../include/Import/import_diaspora.php:17
+msgid "No username found in import file."
+msgstr "No se ha encontrado el nombre de usuario en el fichero importado."
-#: ../../include/text.php:994
-msgid "puzzled"
-msgstr "perplejo/a"
+#: ../../include/Import/import_diaspora.php:42 ../../include/import.php:44
+msgid "Unable to create a unique channel address. Import failed."
+msgstr "No se ha podido crear una dirección de canal única. Ha fallado la importación."
-#: ../../include/text.php:995
-msgid "interested"
-msgstr "interesado/a"
+#: ../../include/Import/import_diaspora.php:143 ../../mod/import.php:487
+msgid "Import completed."
+msgstr "Importación completada."
-#: ../../include/text.php:996
-msgid "bitter"
-msgstr "amargado/a"
+#: ../../include/ItemObject.php:89 ../../include/conversation.php:664
+msgid "Private Message"
+msgstr "Mensaje Privado"
-#: ../../include/text.php:997
-msgid "cheerful"
-msgstr "alegre"
+#: ../../include/ItemObject.php:100 ../../include/RedDAV/RedBrowser.php:240
+#: ../../include/apps.php:259 ../../include/menu.php:108
+#: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36
+#: ../../mod/blocks.php:153 ../../mod/connections.php:235
+#: ../../mod/connections.php:248 ../../mod/connections.php:267
+#: ../../mod/editblock.php:135 ../../mod/editlayout.php:134
+#: ../../mod/editpost.php:112 ../../mod/editwebpage.php:176
+#: ../../mod/layouts.php:183 ../../mod/menu.php:108 ../../mod/settings.php:648
+#: ../../mod/thing.php:257 ../../mod/webpages.php:181
+msgid "Edit"
+msgstr "Editar"
-#: ../../include/text.php:998
-msgid "alive"
-msgstr "animado/a"
+#: ../../include/ItemObject.php:120 ../../include/RedDAV/RedBrowser.php:241
+#: ../../include/apps.php:260 ../../include/conversation.php:657
+#: ../../mod/admin.php:895 ../../mod/admin.php:1054 ../../mod/blocks.php:155
+#: ../../mod/connedit.php:557 ../../mod/editblock.php:181
+#: ../../mod/editlayout.php:179 ../../mod/editwebpage.php:223
+#: ../../mod/group.php:173 ../../mod/photos.php:1126
+#: ../../mod/settings.php:649 ../../mod/thing.php:258
+#: ../../mod/webpages.php:183
+msgid "Delete"
+msgstr "Eliminar"
-#: ../../include/text.php:999
-msgid "annoyed"
-msgstr "molesto/a"
+#: ../../include/ItemObject.php:126 ../../include/conversation.php:656
+msgid "Select"
+msgstr "Seleccionar"
-#: ../../include/text.php:1000
-msgid "anxious"
-msgstr "ansioso/a"
+#: ../../include/ItemObject.php:130
+msgid "Save to Folder"
+msgstr "Guardar en carpeta"
-#: ../../include/text.php:1001
-msgid "cranky"
-msgstr "de mal humor"
+#: ../../include/ItemObject.php:151
+msgid "I will attend"
+msgstr "Participaré"
-#: ../../include/text.php:1002
-msgid "disturbed"
-msgstr "perturbado/a"
+#: ../../include/ItemObject.php:151
+msgid "I will not attend"
+msgstr "No participaré"
-#: ../../include/text.php:1003
-msgid "frustrated"
-msgstr "frustrado/a"
+#: ../../include/ItemObject.php:151
+msgid "I might attend"
+msgstr "Quizá participe"
-#: ../../include/text.php:1004
-msgid "depressed"
-msgstr "deprimido/a"
+#: ../../include/ItemObject.php:161
+msgid "I agree"
+msgstr "Estoy de acuerdo"
-#: ../../include/text.php:1005
-msgid "motivated"
-msgstr "motivado/a"
+#: ../../include/ItemObject.php:161
+msgid "I disagree"
+msgstr "No estoy de acuerdo"
-#: ../../include/text.php:1006
-msgid "relaxed"
-msgstr "relajado/a"
+#: ../../include/ItemObject.php:161
+msgid "I abstain"
+msgstr "Me abstengo"
-#: ../../include/text.php:1007
-msgid "surprised"
-msgstr "sorprendido/a"
+#: ../../include/ItemObject.php:175 ../../include/ItemObject.php:187
+#: ../../include/conversation.php:1697 ../../mod/photos.php:1079
+#: ../../mod/photos.php:1091
+msgid "View all"
+msgstr "Ver todo"
-#: ../../include/text.php:1179 ../../include/js_strings.php:70
-msgid "Monday"
-msgstr "lunes"
+#: ../../include/ItemObject.php:179 ../../include/conversation.php:1721
+#: ../../include/identity.php:1258 ../../include/taxonomy.php:414
+#: ../../mod/photos.php:1083
+msgctxt "noun"
+msgid "Like"
+msgid_plural "Likes"
+msgstr[0] "Me gusta"
+msgstr[1] "Me gusta"
-#: ../../include/text.php:1179 ../../include/js_strings.php:71
-msgid "Tuesday"
-msgstr "martes"
+#: ../../include/ItemObject.php:184 ../../include/conversation.php:1724
+#: ../../mod/photos.php:1088
+msgctxt "noun"
+msgid "Dislike"
+msgid_plural "Dislikes"
+msgstr[0] "No me gusta"
+msgstr[1] "No me gusta"
-#: ../../include/text.php:1179 ../../include/js_strings.php:72
-msgid "Wednesday"
-msgstr "miércoles"
+#: ../../include/ItemObject.php:212
+msgid "Add Star"
+msgstr "Destacar añadiendo una estrella"
-#: ../../include/text.php:1179 ../../include/js_strings.php:73
-msgid "Thursday"
-msgstr "jueves"
+#: ../../include/ItemObject.php:213
+msgid "Remove Star"
+msgstr "Eliminar estrella"
-#: ../../include/text.php:1179 ../../include/js_strings.php:74
-msgid "Friday"
-msgstr "viernes"
+#: ../../include/ItemObject.php:214
+msgid "Toggle Star Status"
+msgstr "Activar o desactivar el estado de entrada preferida"
-#: ../../include/text.php:1179 ../../include/js_strings.php:75
-msgid "Saturday"
-msgstr "sábado"
+#: ../../include/ItemObject.php:218
+msgid "starred"
+msgstr "preferidas"
-#: ../../include/text.php:1179 ../../include/js_strings.php:69
-msgid "Sunday"
-msgstr "domingo"
+#: ../../include/ItemObject.php:227 ../../include/conversation.php:671
+msgid "Message signature validated"
+msgstr "Firma de mensaje validada"
-#: ../../include/text.php:1183 ../../include/js_strings.php:45
-msgid "January"
-msgstr "enero"
+#: ../../include/ItemObject.php:228 ../../include/conversation.php:672
+msgid "Message signature incorrect"
+msgstr "Firma de mensaje incorrecta"
-#: ../../include/text.php:1183 ../../include/js_strings.php:46
-msgid "February"
-msgstr "febrero"
+#: ../../include/ItemObject.php:236
+msgid "Add Tag"
+msgstr "Añadir etiqueta"
-#: ../../include/text.php:1183 ../../include/js_strings.php:47
-msgid "March"
-msgstr "marzo"
+#: ../../include/ItemObject.php:254 ../../mod/photos.php:1023
+msgid "I like this (toggle)"
+msgstr "me gusta (cambiar)"
-#: ../../include/text.php:1183 ../../include/js_strings.php:48
-msgid "April"
-msgstr "abril"
+#: ../../include/ItemObject.php:254 ../../include/taxonomy.php:328
+msgid "like"
+msgstr "me gusta"
-#: ../../include/text.php:1183
-msgid "May"
-msgstr "mayo"
+#: ../../include/ItemObject.php:255 ../../mod/photos.php:1024
+msgid "I don't like this (toggle)"
+msgstr "No me gusta esto (cambiar)"
-#: ../../include/text.php:1183 ../../include/js_strings.php:50
-msgid "June"
-msgstr "junio"
+#: ../../include/ItemObject.php:255 ../../include/taxonomy.php:329
+msgid "dislike"
+msgstr "no me gusta"
-#: ../../include/text.php:1183 ../../include/js_strings.php:51
-msgid "July"
-msgstr "julio"
+#: ../../include/ItemObject.php:259
+msgid "Share This"
+msgstr "Compartir esto"
-#: ../../include/text.php:1183 ../../include/js_strings.php:52
-msgid "August"
-msgstr "agosto"
+#: ../../include/ItemObject.php:259
+msgid "share"
+msgstr "compartir"
-#: ../../include/text.php:1183 ../../include/js_strings.php:53
-msgid "September"
-msgstr "septiembre"
+#: ../../include/ItemObject.php:268
+msgid "Delivery Report"
+msgstr "Informe de transmisión"
-#: ../../include/text.php:1183 ../../include/js_strings.php:54
-msgid "October"
-msgstr "octubre"
+#: ../../include/ItemObject.php:286
+#, php-format
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] "%d comentario"
+msgstr[1] "%d comentarios"
-#: ../../include/text.php:1183 ../../include/js_strings.php:55
-msgid "November"
-msgstr "noviembre"
+#: ../../include/ItemObject.php:315 ../../include/ItemObject.php:316
+#, php-format
+msgid "View %s's profile - %s"
+msgstr "Ver el perfil de %s - %s"
-#: ../../include/text.php:1183 ../../include/js_strings.php:56
-msgid "December"
-msgstr "diciembre"
+#: ../../include/ItemObject.php:319
+msgid "to"
+msgstr "a"
-#: ../../include/text.php:1260 ../../include/text.php:1264
-msgid "Unknown Attachment"
-msgstr "Adjunto no reconocido"
+#: ../../include/ItemObject.php:320
+msgid "via"
+msgstr "mediante"
-#: ../../include/text.php:1266 ../../include/RedDAV/RedBrowser.php:237
-#: ../../mod/sharedwithme.php:97
-msgid "Size"
-msgstr "Tamaño"
+#: ../../include/ItemObject.php:321
+msgid "Wall-to-Wall"
+msgstr "De página del perfil a página del perfil (de \"muro\" a \"muro\")"
-#: ../../include/text.php:1266
-msgid "unknown"
-msgstr "desconocido"
+#: ../../include/ItemObject.php:322
+msgid "via Wall-To-Wall:"
+msgstr "Mediante el procedimiento página del perfil a página del perfil (de \"muro\" a \"muro\")"
-#: ../../include/text.php:1302
-msgid "remove category"
-msgstr "eliminar categoría"
+#: ../../include/ItemObject.php:334 ../../include/conversation.php:719
+#, php-format
+msgid "from %s"
+msgstr "desde %s"
-#: ../../include/text.php:1379
-msgid "remove from file"
-msgstr "eliminar del fichero"
+#: ../../include/ItemObject.php:337 ../../include/conversation.php:722
+#, php-format
+msgid "last edited: %s"
+msgstr "último cambio: %s"
-#: ../../include/text.php:1410 ../../include/event.php:22
-#: ../../include/bb2diaspora.php:465
-msgid "l F d, Y \\@ g:i A"
-msgstr "l d de F, Y \\@ G:i"
+#: ../../include/ItemObject.php:338 ../../include/conversation.php:723
+#, php-format
+msgid "Expires: %s"
+msgstr "Caduca: %s"
-#: ../../include/text.php:1414 ../../include/event.php:30
-#: ../../include/bb2diaspora.php:471
-msgid "Starts:"
-msgstr "Comienza:"
+#: ../../include/ItemObject.php:362
+msgid "Save Bookmarks"
+msgstr "Guardar en Marcadores"
-#: ../../include/text.php:1418 ../../include/event.php:40
-#: ../../include/bb2diaspora.php:479
-msgid "Finishes:"
-msgstr "Finaliza:"
+#: ../../include/ItemObject.php:363
+msgid "Add to Calendar"
+msgstr "Añadir al calendario"
-#: ../../include/text.php:1425 ../../include/event.php:52
-#: ../../include/identity.php:998 ../../include/bb2diaspora.php:487
-#: ../../mod/directory.php:304
-msgid "Location:"
-msgstr "Ubicación:"
+#: ../../include/ItemObject.php:372
+msgid "Mark all seen"
+msgstr "Marcar todo como visto"
-#: ../../include/text.php:1521 ../../include/text.php:1532
-msgid "Click to open/close"
-msgstr "Pulsar para abrir/cerrar"
+#: ../../include/ItemObject.php:378 ../../mod/photos.php:1209
+msgctxt "noun"
+msgid "Likes"
+msgstr "Me gusta"
-#: ../../include/text.php:1716 ../../mod/events.php:623
-msgid "Link to Source"
-msgstr "Enlazar con la entrada en su ubicación original"
+#: ../../include/ItemObject.php:379 ../../mod/photos.php:1210
+msgctxt "noun"
+msgid "Dislikes"
+msgstr "No me gusta"
-#: ../../include/text.php:1737 ../../include/text.php:1809
-msgid "default"
-msgstr "por defecto"
+#: ../../include/ItemObject.php:384 ../../include/acl_selectors.php:252
+#: ../../mod/photos.php:1215
+msgid "Close"
+msgstr "Cerrar"
-#: ../../include/text.php:1745
-msgid "Page layout"
-msgstr "Formato de la página"
+#: ../../include/ItemObject.php:389 ../../include/conversation.php:740
+#: ../../include/conversation.php:1227 ../../mod/editblock.php:150
+#: ../../mod/editlayout.php:148 ../../mod/editpost.php:129
+#: ../../mod/editwebpage.php:190 ../../mod/photos.php:1026
+msgid "Please wait"
+msgstr "Espere por favor"
-#: ../../include/text.php:1745
-msgid "You can create your own with the layouts tool"
-msgstr "Puede crear su propio formato gráfico con las herramientas de diseño"
+#: ../../include/ItemObject.php:413 ../../include/js_strings.php:7
+msgid "[+] show all"
+msgstr "[+] mostrar todo:"
-#: ../../include/text.php:1787
-msgid "Page content type"
-msgstr "Tipo de contenido de página"
+#: ../../include/ItemObject.php:694 ../../mod/photos.php:1042
+#: ../../mod/photos.php:1160
+msgid "This is you"
+msgstr "Este es usted"
-#: ../../include/text.php:1821
-msgid "Select an alternate language"
-msgstr "Seleccionar un idioma alternativo"
+#: ../../include/ItemObject.php:696 ../../include/js_strings.php:6
+#: ../../mod/photos.php:1044 ../../mod/photos.php:1162
+msgid "Comment"
+msgstr "Comentar"
-#: ../../include/text.php:1940 ../../include/conversation.php:120
-#: ../../mod/tagger.php:43 ../../mod/like.php:361 ../../mod/subthread.php:83
-msgid "photo"
-msgstr "foto"
+#: ../../include/ItemObject.php:697 ../../include/js_strings.php:22
+#: ../../include/widgets.php:679 ../../include/widgets.php:691
+#: ../../mod/admin.php:453 ../../mod/admin.php:596 ../../mod/admin.php:888
+#: ../../mod/admin.php:1052 ../../mod/admin.php:1189 ../../mod/admin.php:1383
+#: ../../mod/admin.php:1468 ../../mod/appman.php:99 ../../mod/chat.php:184
+#: ../../mod/chat.php:213 ../../mod/connect.php:93 ../../mod/connedit.php:721
+#: ../../mod/events.php:461 ../../mod/events.php:658
+#: ../../mod/filestorage.php:156 ../../mod/fsuggest.php:108
+#: ../../mod/group.php:81 ../../mod/import.php:527
+#: ../../mod/import_items.php:122 ../../mod/invite.php:142
+#: ../../mod/locs.php:116 ../../mod/mail.php:380 ../../mod/mitem.php:231
+#: ../../mod/mood.php:135 ../../mod/pconfig.php:108 ../../mod/pdledit.php:58
+#: ../../mod/photos.php:637 ../../mod/photos.php:1005
+#: ../../mod/photos.php:1045 ../../mod/photos.php:1163 ../../mod/poke.php:171
+#: ../../mod/profiles.php:675 ../../mod/rate.php:168
+#: ../../mod/settings.php:586 ../../mod/settings.php:698
+#: ../../mod/settings.php:726 ../../mod/settings.php:749
+#: ../../mod/settings.php:834 ../../mod/settings.php:1023
+#: ../../mod/setup.php:331 ../../mod/setup.php:371 ../../mod/sources.php:104
+#: ../../mod/sources.php:138 ../../mod/thing.php:313 ../../mod/thing.php:359
+#: ../../mod/xchan.php:11 ../../view/theme/redbasic/php/config.php:99
+msgid "Submit"
+msgstr "Enviar"
-#: ../../include/text.php:1943 ../../include/event.php:904
-#: ../../include/conversation.php:123 ../../mod/tagger.php:47
-#: ../../mod/like.php:363 ../../mod/events.php:249
-msgid "event"
-msgstr "evento"
+#: ../../include/ItemObject.php:698 ../../include/conversation.php:1199
+#: ../../mod/editblock.php:136 ../../mod/editlayout.php:135
+#: ../../mod/editpost.php:113 ../../mod/editwebpage.php:177
+msgid "Bold"
+msgstr "Negrita"
-#: ../../include/text.php:1946 ../../include/conversation.php:148
-#: ../../mod/like.php:361 ../../mod/subthread.php:83
-msgid "status"
-msgstr "el mensaje de estado"
+#: ../../include/ItemObject.php:699 ../../include/conversation.php:1200
+#: ../../mod/editblock.php:137 ../../mod/editlayout.php:136
+#: ../../mod/editpost.php:114 ../../mod/editwebpage.php:178
+msgid "Italic"
+msgstr "Itálico "
-#: ../../include/text.php:1948 ../../include/conversation.php:150
-#: ../../mod/tagger.php:53
-msgid "comment"
-msgstr "el comentario"
+#: ../../include/ItemObject.php:700 ../../include/conversation.php:1201
+#: ../../mod/editblock.php:138 ../../mod/editlayout.php:137
+#: ../../mod/editpost.php:115 ../../mod/editwebpage.php:179
+msgid "Underline"
+msgstr "Subrayar"
-#: ../../include/text.php:1953
-msgid "activity"
-msgstr "actividad"
+#: ../../include/ItemObject.php:701 ../../include/conversation.php:1202
+#: ../../mod/editblock.php:139 ../../mod/editlayout.php:138
+#: ../../mod/editpost.php:116 ../../mod/editwebpage.php:180
+msgid "Quote"
+msgstr "Citar"
-#: ../../include/text.php:2248
-msgid "Design Tools"
-msgstr "Herramientas de diseño"
+#: ../../include/ItemObject.php:702 ../../include/conversation.php:1203
+#: ../../mod/editblock.php:140 ../../mod/editlayout.php:139
+#: ../../mod/editpost.php:117 ../../mod/editwebpage.php:181
+msgid "Code"
+msgstr "Código"
-#: ../../include/text.php:2251 ../../mod/blocks.php:147
-msgid "Blocks"
-msgstr "Bloques"
+#: ../../include/ItemObject.php:703
+msgid "Image"
+msgstr "Imagen"
-#: ../../include/text.php:2252 ../../mod/menu.php:103
-msgid "Menus"
-msgstr "Menús"
+#: ../../include/ItemObject.php:704
+msgid "Insert Link"
+msgstr "Insertar enlace"
-#: ../../include/text.php:2253 ../../mod/layouts.php:174
-msgid "Layouts"
-msgstr "Formato gráfico"
+#: ../../include/ItemObject.php:705
+msgid "Video"
+msgstr "Vídeo"
-#: ../../include/text.php:2254
-msgid "Pages"
-msgstr "Páginas"
+#: ../../include/ItemObject.php:706 ../../include/conversation.php:1169
+#: ../../include/page_widgets.php:40 ../../mod/editblock.php:171
+#: ../../mod/editpost.php:149 ../../mod/editwebpage.php:212
+#: ../../mod/events.php:458 ../../mod/photos.php:1046
+#: ../../mod/webpages.php:188
+msgid "Preview"
+msgstr "Previsualizar"
-#: ../../include/text.php:2606 ../../include/RedDAV/RedBrowser.php:131
-msgid "Collection"
-msgstr "Colección"
+#: ../../include/ItemObject.php:709 ../../include/conversation.php:1257
+#: ../../mod/editpost.php:157 ../../mod/mail.php:255 ../../mod/mail.php:385
+msgid "Encrypt text"
+msgstr "Cifrar texto"
#: ../../include/RedDAV/RedBrowser.php:107
#: ../../include/RedDAV/RedBrowser.php:239
msgid "parent"
msgstr "padre"
+#: ../../include/RedDAV/RedBrowser.php:131 ../../include/text.php:2606
+msgid "Collection"
+msgstr "Colección"
+
#: ../../include/RedDAV/RedBrowser.php:134
msgid "Principal"
msgstr "Principal"
@@ -529,15 +504,15 @@ msgstr "Programar bandeja de entrada"
msgid "Schedule Outbox"
msgstr "Programar bandeja de salida"
-#: ../../include/RedDAV/RedBrowser.php:164 ../../include/widgets.php:1330
-#: ../../include/conversation.php:1027 ../../include/apps.php:360
-#: ../../include/apps.php:415 ../../mod/photos.php:754
+#: ../../include/RedDAV/RedBrowser.php:164 ../../include/apps.php:360
+#: ../../include/apps.php:415 ../../include/conversation.php:1027
+#: ../../include/widgets.php:1334 ../../mod/photos.php:754
#: ../../mod/photos.php:1195
msgid "Unknown"
msgstr "Desconocido"
-#: ../../include/RedDAV/RedBrowser.php:226 ../../include/conversation.php:1629
-#: ../../include/nav.php:93 ../../include/apps.php:135
+#: ../../include/RedDAV/RedBrowser.php:226 ../../include/apps.php:135
+#: ../../include/conversation.php:1629 ../../include/nav.php:93
#: ../../mod/fbrowser.php:109
msgid "Files"
msgstr "Ficheros"
@@ -552,19 +527,19 @@ msgstr "Compartido"
#: ../../include/RedDAV/RedBrowser.php:230
#: ../../include/RedDAV/RedBrowser.php:303 ../../mod/blocks.php:152
-#: ../../mod/new_channel.php:121 ../../mod/webpages.php:180
#: ../../mod/layouts.php:175 ../../mod/menu.php:114
+#: ../../mod/new_channel.php:133 ../../mod/webpages.php:180
msgid "Create"
msgstr "Crear"
#: ../../include/RedDAV/RedBrowser.php:231
-#: ../../include/RedDAV/RedBrowser.php:305 ../../include/widgets.php:1343
-#: ../../mod/profile_photo.php:453 ../../mod/photos.php:781
-#: ../../mod/photos.php:1316
+#: ../../include/RedDAV/RedBrowser.php:305 ../../include/widgets.php:1347
+#: ../../mod/photos.php:781 ../../mod/photos.php:1316
+#: ../../mod/profile_photo.php:453
msgid "Upload"
msgstr "Subir"
-#: ../../include/RedDAV/RedBrowser.php:235 ../../mod/admin.php:986
+#: ../../include/RedDAV/RedBrowser.php:235 ../../mod/admin.php:1060
#: ../../mod/settings.php:588 ../../mod/settings.php:614
#: ../../mod/sharedwithme.php:95
msgid "Name"
@@ -574,33 +549,15 @@ msgstr "Nombre"
msgid "Type"
msgstr "Tipo"
+#: ../../include/RedDAV/RedBrowser.php:237 ../../include/text.php:1266
+#: ../../mod/sharedwithme.php:97
+msgid "Size"
+msgstr "Tamaño"
+
#: ../../include/RedDAV/RedBrowser.php:238 ../../mod/sharedwithme.php:98
msgid "Last Modified"
msgstr "Última modificación"
-#: ../../include/RedDAV/RedBrowser.php:240 ../../include/menu.php:108
-#: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36
-#: ../../include/ItemObject.php:100 ../../include/apps.php:259
-#: ../../mod/blocks.php:153 ../../mod/editwebpage.php:176
-#: ../../mod/thing.php:257 ../../mod/editblock.php:135
-#: ../../mod/editlayout.php:134 ../../mod/settings.php:648
-#: ../../mod/webpages.php:181 ../../mod/layouts.php:183
-#: ../../mod/editpost.php:112 ../../mod/connections.php:235
-#: ../../mod/connections.php:248 ../../mod/connections.php:267
-#: ../../mod/menu.php:108
-msgid "Edit"
-msgstr "Editar"
-
-#: ../../include/RedDAV/RedBrowser.php:241 ../../include/conversation.php:657
-#: ../../include/ItemObject.php:120 ../../include/apps.php:260
-#: ../../mod/group.php:173 ../../mod/blocks.php:155 ../../mod/connedit.php:551
-#: ../../mod/editwebpage.php:223 ../../mod/thing.php:258
-#: ../../mod/editblock.php:181 ../../mod/admin.php:821 ../../mod/admin.php:980
-#: ../../mod/editlayout.php:179 ../../mod/settings.php:649
-#: ../../mod/webpages.php:183 ../../mod/photos.php:1126
-msgid "Delete"
-msgstr "Eliminar"
-
#: ../../include/RedDAV/RedBrowser.php:282
#, php-format
msgid "You are using %1$s of your available file storage."
@@ -623,792 +580,303 @@ msgstr "Crear nueva carpeta"
msgid "Upload file"
msgstr "Subir fichero"
-#: ../../include/js_strings.php:5
-msgid "Delete this item?"
-msgstr "¿Borrar este elemento?"
-
-#: ../../include/js_strings.php:6 ../../include/ItemObject.php:696
-#: ../../mod/photos.php:1044 ../../mod/photos.php:1162
-msgid "Comment"
-msgstr "Comentar"
-
-#: ../../include/js_strings.php:7 ../../include/ItemObject.php:413
-msgid "[+] show all"
-msgstr "[+] mostrar todo:"
-
-#: ../../include/js_strings.php:8
-msgid "[-] show less"
-msgstr "[-] mostrar menos"
-
-#: ../../include/js_strings.php:9
-msgid "[+] expand"
-msgstr "[+] expandir"
-
-#: ../../include/js_strings.php:10
-msgid "[-] collapse"
-msgstr "[-] contraer"
-
-#: ../../include/js_strings.php:11
-msgid "Password too short"
-msgstr "Contraseña demasiado corta"
-
-#: ../../include/js_strings.php:12
-msgid "Passwords do not match"
-msgstr "Las contraseñas no coinciden"
-
-#: ../../include/js_strings.php:13 ../../mod/photos.php:41
-msgid "everybody"
-msgstr "cualquiera"
-
-#: ../../include/js_strings.php:14
-msgid "Secret Passphrase"
-msgstr "Contraseña secreta"
-
-#: ../../include/js_strings.php:15
-msgid "Passphrase hint"
-msgstr "Pista de contraseña"
-
-#: ../../include/js_strings.php:16
-msgid "Notice: Permissions have changed but have not yet been submitted."
-msgstr "Aviso: los permisos han cambiado pero aún no han sido enviados."
-
-#: ../../include/js_strings.php:17
-msgid "close all"
-msgstr "cerrar todo"
-
-#: ../../include/js_strings.php:18
-msgid "Nothing new here"
-msgstr "Nada nuevo por aquí"
-
-#: ../../include/js_strings.php:19
-msgid "Rate This Channel (this is public)"
-msgstr "Valorar este canal (esto es público)"
-
-#: ../../include/js_strings.php:20 ../../mod/rate.php:157
-#: ../../mod/connedit.php:694
-msgid "Rating"
-msgstr "Valoración"
-
-#: ../../include/js_strings.php:21
-msgid "Describe (optional)"
-msgstr "Describir (opcional)"
-
-#: ../../include/js_strings.php:22 ../../include/widgets.php:676
-#: ../../include/widgets.php:688 ../../include/ItemObject.php:697
-#: ../../mod/filestorage.php:156 ../../mod/group.php:81
-#: ../../mod/connect.php:93 ../../mod/rate.php:168 ../../mod/mood.php:135
-#: ../../mod/setup.php:331 ../../mod/setup.php:371 ../../mod/pconfig.php:108
-#: ../../mod/poke.php:171 ../../mod/profiles.php:675
-#: ../../mod/connedit.php:715 ../../mod/fsuggest.php:108
-#: ../../mod/sources.php:104 ../../mod/sources.php:138
-#: ../../mod/import.php:527 ../../mod/invite.php:142 ../../mod/thing.php:313
-#: ../../mod/thing.php:359 ../../mod/import_items.php:122
-#: ../../mod/pdledit.php:58 ../../mod/admin.php:447 ../../mod/admin.php:814
-#: ../../mod/admin.php:978 ../../mod/admin.php:1115 ../../mod/admin.php:1309
-#: ../../mod/admin.php:1394 ../../mod/settings.php:586
-#: ../../mod/settings.php:698 ../../mod/settings.php:726
-#: ../../mod/settings.php:749 ../../mod/settings.php:834
-#: ../../mod/settings.php:1023 ../../mod/appman.php:99 ../../mod/locs.php:116
-#: ../../mod/xchan.php:11 ../../mod/photos.php:637 ../../mod/photos.php:1005
-#: ../../mod/photos.php:1045 ../../mod/photos.php:1163 ../../mod/chat.php:184
-#: ../../mod/chat.php:213 ../../mod/mail.php:380 ../../mod/events.php:461
-#: ../../mod/events.php:658 ../../mod/mitem.php:231
-#: ../../view/theme/redbasic/php/config.php:99
-msgid "Submit"
-msgstr "Enviar"
-
-#: ../../include/js_strings.php:23
-msgid "Please enter a link URL"
-msgstr "Por favor, introduzca una dirección de enlace"
-
-#: ../../include/js_strings.php:24
-msgid "Unsaved changes. Are you sure you wish to leave this page?"
-msgstr "Cambios no guardados. ¿Está seguro de que desea abandonar la página?"
-
-#: ../../include/js_strings.php:25 ../../mod/pubsites.php:28
-#: ../../mod/profiles.php:464 ../../mod/events.php:452
-msgid "Location"
-msgstr "Ubicación"
+#: ../../include/account.php:27
+msgid "Not a valid email address"
+msgstr "Dirección de correo no válida"
-#: ../../include/js_strings.php:27
-msgid "timeago.prefixAgo"
-msgstr "timeago.prefixAgo"
+#: ../../include/account.php:29
+msgid "Your email domain is not among those allowed on this site"
+msgstr "Su dirección de correo no pertenece a ninguno de los dominios permitidos en este sitio."
-#: ../../include/js_strings.php:28
-msgid "timeago.prefixFromNow"
-msgstr "timeago.prefixFromNow"
+#: ../../include/account.php:35
+msgid "Your email address is already registered at this site."
+msgstr "Su dirección de correo está ya registrada en este sitio."
-#: ../../include/js_strings.php:29
-msgid "ago"
-msgstr "antes"
+#: ../../include/account.php:67
+msgid "An invitation is required."
+msgstr "Es obligatorio que le inviten."
-#: ../../include/js_strings.php:30
-msgid "from now"
-msgstr "desde ahora"
+#: ../../include/account.php:71
+msgid "Invitation could not be verified."
+msgstr "No se ha podido verificar su invitación."
-#: ../../include/js_strings.php:31
-msgid "less than a minute"
-msgstr "menos de un minuto"
+#: ../../include/account.php:121
+msgid "Please enter the required information."
+msgstr "Por favor introduzca la información requerida."
-#: ../../include/js_strings.php:32
-msgid "about a minute"
-msgstr "alrededor de un minuto"
+#: ../../include/account.php:188
+msgid "Failed to store account information."
+msgstr "La información de la cuenta no se ha podido guardar."
-#: ../../include/js_strings.php:33
+#: ../../include/account.php:248
#, php-format
-msgid "%d minutes"
-msgstr "%d minutos"
-
-#: ../../include/js_strings.php:34
-msgid "about an hour"
-msgstr "alrededor de una hora"
+msgid "Registration confirmation for %s"
+msgstr "Confirmación de registro para %s"
-#: ../../include/js_strings.php:35
+#: ../../include/account.php:314
#, php-format
-msgid "about %d hours"
-msgstr "alrededor de %d horas"
-
-#: ../../include/js_strings.php:36
-msgid "a day"
-msgstr "un día"
+msgid "Registration request at %s"
+msgstr "Solicitud de registro en %s"
-#: ../../include/js_strings.php:37
-#, php-format
-msgid "%d days"
-msgstr "%d días"
+#: ../../include/account.php:316 ../../include/account.php:343
+#: ../../include/account.php:403 ../../include/network.php:1655
+msgid "Administrator"
+msgstr "Administrador"
-#: ../../include/js_strings.php:38
-msgid "about a month"
-msgstr "alrededor de un mes"
+#: ../../include/account.php:338
+msgid "your registration password"
+msgstr "su contraseña de registro"
-#: ../../include/js_strings.php:39
+#: ../../include/account.php:341 ../../include/account.php:401
#, php-format
-msgid "%d months"
-msgstr "%d meses"
+msgid "Registration details for %s"
+msgstr "Detalles del registro de %s"
-#: ../../include/js_strings.php:40
-msgid "about a year"
-msgstr "alrededor de un año"
+#: ../../include/account.php:410
+msgid "Account approved."
+msgstr "Cuenta aprobada."
-#: ../../include/js_strings.php:41
+#: ../../include/account.php:449
#, php-format
-msgid "%d years"
-msgstr "%d años"
-
-#: ../../include/js_strings.php:42
-msgid " "
-msgstr " "
-
-#: ../../include/js_strings.php:43
-msgid "timeago.numbers"
-msgstr "timeago.numbers"
-
-#: ../../include/js_strings.php:49
-msgctxt "long"
-msgid "May"
-msgstr "mayo"
-
-#: ../../include/js_strings.php:57
-msgid "Jan"
-msgstr "ene"
-
-#: ../../include/js_strings.php:58
-msgid "Feb"
-msgstr "feb"
-
-#: ../../include/js_strings.php:59
-msgid "Mar"
-msgstr "mar"
-
-#: ../../include/js_strings.php:60
-msgid "Apr"
-msgstr "abr"
-
-#: ../../include/js_strings.php:61
-msgctxt "short"
-msgid "May"
-msgstr "may"
-
-#: ../../include/js_strings.php:62
-msgid "Jun"
-msgstr "jun"
-
-#: ../../include/js_strings.php:63
-msgid "Jul"
-msgstr "jul"
-
-#: ../../include/js_strings.php:64
-msgid "Aug"
-msgstr "ago"
-
-#: ../../include/js_strings.php:65
-msgid "Sep"
-msgstr "sep"
-
-#: ../../include/js_strings.php:66
-msgid "Oct"
-msgstr "oct"
-
-#: ../../include/js_strings.php:67
-msgid "Nov"
-msgstr "nov"
-
-#: ../../include/js_strings.php:68
-msgid "Dec"
-msgstr "dic"
-
-#: ../../include/js_strings.php:76
-msgid "Sun"
-msgstr "dom"
-
-#: ../../include/js_strings.php:77
-msgid "Mon"
-msgstr "lun"
-
-#: ../../include/js_strings.php:78
-msgid "Tue"
-msgstr "mar"
-
-#: ../../include/js_strings.php:79
-msgid "Wed"
-msgstr "mié"
-
-#: ../../include/js_strings.php:80
-msgid "Thu"
-msgstr "jue"
-
-#: ../../include/js_strings.php:81
-msgid "Fri"
-msgstr "vie"
-
-#: ../../include/js_strings.php:82
-msgid "Sat"
-msgstr "sáb"
-
-#: ../../include/js_strings.php:83
-msgctxt "calendar"
-msgid "today"
-msgstr "hoy"
-
-#: ../../include/js_strings.php:84
-msgctxt "calendar"
-msgid "month"
-msgstr "mes"
-
-#: ../../include/js_strings.php:85
-msgctxt "calendar"
-msgid "week"
-msgstr "semana"
+msgid "Registration revoked for %s"
+msgstr "Registro revocado para %s"
-#: ../../include/js_strings.php:86
-msgctxt "calendar"
-msgid "day"
-msgstr "día"
+#: ../../include/account.php:494
+msgid "Account verified. Please login."
+msgstr "Cuenta verificada. Por favor, inicie sesión."
-#: ../../include/js_strings.php:87
-msgctxt "calendar"
-msgid "All day"
-msgstr "Todos los días"
+#: ../../include/account.php:707 ../../include/account.php:709
+msgid "Click here to upgrade."
+msgstr "Pulse aquí para actualizar"
-#: ../../include/Import/import_diaspora.php:17
-msgid "No username found in import file."
-msgstr "No se ha encontrado el nombre de usuario en el fichero importado."
+#: ../../include/account.php:715
+msgid "This action exceeds the limits set by your subscription plan."
+msgstr "Esta acción supera los límites establecidos por su plan de suscripción "
-#: ../../include/Import/import_diaspora.php:143 ../../mod/import.php:487
-msgid "Import completed."
-msgstr "Importación completada."
+#: ../../include/account.php:720
+msgid "This action is not available under your subscription plan."
+msgstr "Esta acción no está disponible en su plan de suscripción."
-#: ../../include/comanche.php:34 ../../mod/admin.php:356
-msgid "Default"
-msgstr "Predeterminado"
+#: ../../include/acl_selectors.php:218
+msgid "Visible to your default audience"
+msgstr "Visible para su público predeterminado."
-#: ../../include/items.php:423 ../../mod/group.php:68 ../../mod/like.php:280
-#: ../../mod/dreport.php:6 ../../mod/dreport.php:45 ../../mod/subthread.php:58
-#: ../../mod/import_items.php:114 ../../mod/profperm.php:23
-#: ../../index.php:364
-msgid "Permission denied"
-msgstr "Permiso denegado"
+#: ../../include/acl_selectors.php:243
+msgid "Show"
+msgstr "Mostrar"
-#: ../../include/items.php:1130 ../../include/items.php:1176
-msgid "(Unknown)"
-msgstr "(Desconocido)"
+#: ../../include/acl_selectors.php:244
+msgid "Don't show"
+msgstr "No mostrar"
-#: ../../include/items.php:1373
-msgid "Visible to anybody on the internet."
-msgstr "Visible para cualquiera en internet."
+#: ../../include/acl_selectors.php:249
+msgid "Other networks and post services"
+msgstr "Otras redes y servicios de publicación"
-#: ../../include/items.php:1375
-msgid "Visible to you only."
-msgstr "Visible sólo para usted."
+#: ../../include/acl_selectors.php:251 ../../mod/chat.php:211
+#: ../../mod/filestorage.php:147 ../../mod/photos.php:631
+#: ../../mod/photos.php:998 ../../mod/thing.php:310 ../../mod/thing.php:356
+msgid "Permissions"
+msgstr "Permisos"
-#: ../../include/items.php:1377
-msgid "Visible to anybody in this network."
-msgstr "Visible para cualquiera en esta red."
+#: ../../include/activities.php:42
+msgid " and "
+msgstr "y"
-#: ../../include/items.php:1379
-msgid "Visible to anybody authenticated."
-msgstr "Visible para cualquiera que haya sido autenticado."
+#: ../../include/activities.php:50
+msgid "public profile"
+msgstr "perfil público"
-#: ../../include/items.php:1381
+#: ../../include/activities.php:59
#, php-format
-msgid "Visible to anybody on %s."
-msgstr "Visible para cualquiera en %s."
-
-#: ../../include/items.php:1383
-msgid "Visible to all connections."
-msgstr "Visible para todas las conexiones."
-
-#: ../../include/items.php:1385
-msgid "Visible to approved connections."
-msgstr "Visible para las conexiones permitidas."
-
-#: ../../include/items.php:1387
-msgid "Visible to specific connections."
-msgstr "Visible para conexiones específicas."
-
-#: ../../include/items.php:4326 ../../mod/filestorage.php:27
-#: ../../mod/display.php:36 ../../mod/thing.php:86 ../../mod/admin.php:129
-#: ../../mod/admin.php:1017 ../../mod/admin.php:1222 ../../mod/viewsrc.php:20
-msgid "Item not found."
-msgstr "Elemento no encontrado."
-
-#: ../../include/items.php:4838 ../../mod/group.php:38 ../../mod/group.php:137
-msgid "Collection not found."
-msgstr "Colección no encontrada."
-
-#: ../../include/items.php:4854
-msgid "Collection is empty."
-msgstr "La colección está vacía."
+msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
+msgstr "%1$s ha cambiado %2$s a &ldquo;%3$s&rdquo;"
-#: ../../include/items.php:4861
+#: ../../include/activities.php:60
#, php-format
-msgid "Collection: %s"
-msgstr "Colección: %s"
+msgid "Visit %1$s's %2$s"
+msgstr "Visitar %2$s de %1$s"
-#: ../../include/items.php:4871 ../../mod/connedit.php:683
+#: ../../include/activities.php:63
#, php-format
-msgid "Connection: %s"
-msgstr "Conexión: %s"
-
-#: ../../include/items.php:4873
-msgid "Connection not found."
-msgstr "Conexión no encontrada"
-
-#: ../../include/event.php:768
-msgid "This event has been added to your calendar."
-msgstr "Este evento ha sido añadido a su calendario."
-
-#: ../../include/event.php:967
-msgid "Not specified"
-msgstr "Sin especificar"
-
-#: ../../include/event.php:968
-msgid "Needs Action"
-msgstr "Necesita de una intervención"
-
-#: ../../include/event.php:969
-msgid "Completed"
-msgstr "Completado/a"
-
-#: ../../include/event.php:970
-msgid "In Process"
-msgstr "En proceso"
-
-#: ../../include/event.php:971
-msgid "Cancelled"
-msgstr "Cancelado/a"
-
-#: ../../include/identity.php:32
-msgid "Unable to obtain identity information from database"
-msgstr "No ha sido posible obtener información sobre la identidad desde la base de datos"
-
-#: ../../include/identity.php:66
-msgid "Empty name"
-msgstr "Nombre vacío"
-
-#: ../../include/identity.php:69
-msgid "Name too long"
-msgstr "Nombre demasiado largo"
-
-#: ../../include/identity.php:181
-msgid "No account identifier"
-msgstr "Ningún identificador de la cuenta"
-
-#: ../../include/identity.php:193
-msgid "Nickname is required."
-msgstr "Se requiere un sobrenombre (alias)."
-
-#: ../../include/identity.php:207
-msgid "Reserved nickname. Please choose another."
-msgstr "Sobrenombre en uso. Por favor, elija otro."
-
-#: ../../include/identity.php:212
-msgid ""
-"Nickname has unsupported characters or is already being used on this site."
-msgstr "El alias contiene caracteres no admitidos o está ya en uso por otros usuarios de este sitio."
-
-#: ../../include/identity.php:288
-msgid "Unable to retrieve created identity"
-msgstr "No ha sido posible recuperar la identidad creada"
-
-#: ../../include/identity.php:346
-msgid "Default Profile"
-msgstr "Perfil principal"
-
-#: ../../include/identity.php:390 ../../include/identity.php:391
-#: ../../include/identity.php:398 ../../include/widgets.php:430
-#: ../../include/profile_selectors.php:80 ../../mod/connedit.php:573
-#: ../../mod/settings.php:338 ../../mod/settings.php:342
-#: ../../mod/settings.php:343 ../../mod/settings.php:346
-#: ../../mod/settings.php:357
-msgid "Friends"
-msgstr "Amigos/as"
-
-#: ../../include/identity.php:770
-msgid "Requested channel is not available."
-msgstr "El canal solicitado no está disponible."
-
-#: ../../include/identity.php:816 ../../mod/filestorage.php:54
-#: ../../mod/connect.php:13 ../../mod/achievements.php:11
-#: ../../mod/blocks.php:29 ../../mod/hcard.php:8 ../../mod/editwebpage.php:28
-#: ../../mod/profile.php:16 ../../mod/editblock.php:29
-#: ../../mod/editlayout.php:27 ../../mod/webpages.php:29
-#: ../../mod/layouts.php:29
-msgid "Requested profile is not available."
-msgstr "El perfil solicitado no está disponible."
-
-#: ../../include/identity.php:960 ../../mod/profiles.php:782
-msgid "Change profile photo"
-msgstr "Cambiar la foto del perfil"
-
-#: ../../include/identity.php:966
-msgid "Profiles"
-msgstr "Perfiles"
-
-#: ../../include/identity.php:966
-msgid "Manage/edit profiles"
-msgstr "Administrar/editar perfiles"
-
-#: ../../include/identity.php:967 ../../mod/profiles.php:783
-msgid "Create New Profile"
-msgstr "Crear un nuevo perfil"
-
-#: ../../include/identity.php:970 ../../include/nav.php:90
-msgid "Edit Profile"
-msgstr "Editar el perfil"
-
-#: ../../include/identity.php:982 ../../mod/profiles.php:794
-msgid "Profile Image"
-msgstr "Imagen del perfil"
-
-#: ../../include/identity.php:985
-msgid "visible to everybody"
-msgstr "visible para cualquiera"
-
-#: ../../include/identity.php:986 ../../mod/profiles.php:677
-#: ../../mod/profiles.php:798
-msgid "Edit visibility"
-msgstr "Editar visibilidad"
-
-#: ../../include/identity.php:1002 ../../include/identity.php:1242
-msgid "Gender:"
-msgstr "Género:"
-
-#: ../../include/identity.php:1003 ../../include/identity.php:1286
-msgid "Status:"
-msgstr "Estado:"
-
-#: ../../include/identity.php:1004 ../../include/identity.php:1297
-msgid "Homepage:"
-msgstr "Página personal:"
+msgid "%1$s has an updated %2$s, changing %3$s."
+msgstr "%1$s ha actualizado %2$s cambiando %3$s."
-#: ../../include/identity.php:1005
-msgid "Online Now"
-msgstr "Ahora en línea"
+#: ../../include/api.php:1336
+msgid "Public Timeline"
+msgstr "Cronología pública"
-#: ../../include/identity.php:1089 ../../include/identity.php:1167
-#: ../../mod/ping.php:318
-msgid "g A l F d"
-msgstr "g A l d F"
+#: ../../include/apps.php:128
+msgid "Site Admin"
+msgstr "Adminstrador del sitio"
-#: ../../include/identity.php:1090 ../../include/identity.php:1168
-msgid "F d"
-msgstr "d F"
+#: ../../include/apps.php:129 ../../include/conversation.php:1655
+#: ../../include/nav.php:103
+msgid "Bookmarks"
+msgstr "Marcadores"
-#: ../../include/identity.php:1135 ../../include/identity.php:1207
-#: ../../mod/ping.php:341
-msgid "[today]"
-msgstr "[hoy]"
+#: ../../include/apps.php:130
+msgid "Address Book"
+msgstr "Libreta de direcciones"
-#: ../../include/identity.php:1146
-msgid "Birthday Reminders"
-msgstr "Recordatorios de cumpleaños"
+#: ../../include/apps.php:132 ../../include/nav.php:200
+#: ../../mod/manage.php:160
+msgid "Channel Manager"
+msgstr "Administración de canales"
-#: ../../include/identity.php:1147
-msgid "Birthdays this week:"
-msgstr "Cumpleaños de esta semana:"
+#: ../../include/apps.php:133 ../../include/nav.php:174
+msgid "Grid"
+msgstr "Red"
-#: ../../include/identity.php:1200
-msgid "[No description]"
-msgstr "[Sin descripción]"
+#: ../../include/apps.php:134 ../../include/nav.php:202
+#: ../../include/widgets.php:557 ../../mod/admin.php:1150
+#: ../../mod/admin.php:1350
+msgid "Settings"
+msgstr "Ajustes"
-#: ../../include/identity.php:1218
-msgid "Event Reminders"
-msgstr "Recordatorios de eventos"
+#: ../../include/apps.php:136 ../../include/conversation.php:1665
+#: ../../include/nav.php:107 ../../mod/webpages.php:178
+msgid "Webpages"
+msgstr "Páginas web"
-#: ../../include/identity.php:1219
-msgid "Events this week:"
-msgstr "Eventos de esta semana:"
+#: ../../include/apps.php:137 ../../include/nav.php:177
+msgid "Channel Home"
+msgstr "Mi canal"
-#: ../../include/identity.php:1232 ../../include/identity.php:1349
-#: ../../include/apps.php:138 ../../mod/profperm.php:112
+#: ../../include/apps.php:138 ../../include/identity.php:1232
+#: ../../include/identity.php:1349 ../../mod/profperm.php:112
msgid "Profile"
msgstr "Perfil"
-#: ../../include/identity.php:1240 ../../mod/settings.php:1029
-msgid "Full Name:"
-msgstr "Nombre completo:"
-
-#: ../../include/identity.php:1247
-msgid "Like this channel"
-msgstr "Me gusta este canal"
-
-#: ../../include/identity.php:1258 ../../include/taxonomy.php:414
-#: ../../include/conversation.php:1721 ../../include/ItemObject.php:179
-#: ../../mod/photos.php:1083
-msgctxt "noun"
-msgid "Like"
-msgid_plural "Likes"
-msgstr[0] "Me gusta"
-msgstr[1] "Me gusta"
-
-#: ../../include/identity.php:1271
-msgid "j F, Y"
-msgstr "j F Y"
-
-#: ../../include/identity.php:1272
-msgid "j F"
-msgstr "j F"
-
-#: ../../include/identity.php:1279
-msgid "Birthday:"
-msgstr "Cumpleaños:"
-
-#: ../../include/identity.php:1283 ../../mod/directory.php:299
-msgid "Age:"
-msgstr "Edad:"
-
-#: ../../include/identity.php:1292
-#, php-format
-msgid "for %1$d %2$s"
-msgstr "por %1$d %2$s"
-
-#: ../../include/identity.php:1295 ../../mod/profiles.php:699
-msgid "Sexual Preference:"
-msgstr "Orientación sexual:"
-
-#: ../../include/identity.php:1299 ../../mod/profiles.php:701
-#: ../../mod/directory.php:315
-msgid "Hometown:"
-msgstr "Ciudad de origen:"
-
-#: ../../include/identity.php:1301
-msgid "Tags:"
-msgstr "Etiquetas:"
-
-#: ../../include/identity.php:1303 ../../mod/profiles.php:702
-msgid "Political Views:"
-msgstr "Posición política:"
-
-#: ../../include/identity.php:1305
-msgid "Religion:"
-msgstr "Religión:"
-
-#: ../../include/identity.php:1307 ../../mod/directory.php:317
-msgid "About:"
-msgstr "Sobre mí:"
-
-#: ../../include/identity.php:1309
-msgid "Hobbies/Interests:"
-msgstr "Aficciones/Intereses:"
-
-#: ../../include/identity.php:1311 ../../mod/profiles.php:705
-msgid "Likes:"
-msgstr "Me gusta:"
-
-#: ../../include/identity.php:1313 ../../mod/profiles.php:706
-msgid "Dislikes:"
-msgstr "No me gusta:"
-
-#: ../../include/identity.php:1315
-msgid "Contact information and Social Networks:"
-msgstr "Información de contacto y redes sociales:"
-
-#: ../../include/identity.php:1317
-msgid "My other channels:"
-msgstr "Mis otros canales:"
-
-#: ../../include/identity.php:1319
-msgid "Musical interests:"
-msgstr "Intereses musicales:"
-
-#: ../../include/identity.php:1321
-msgid "Books, literature:"
-msgstr "Libros, literatura:"
-
-#: ../../include/identity.php:1323
-msgid "Television:"
-msgstr "Televisión:"
-
-#: ../../include/identity.php:1325
-msgid "Film/dance/culture/entertainment:"
-msgstr "Cine/danza/cultura/entretenimiento:"
-
-#: ../../include/identity.php:1327
-msgid "Love/Romance:"
-msgstr "Vida sentimental/amorosa:"
-
-#: ../../include/identity.php:1329
-msgid "Work/employment:"
-msgstr "Trabajo:"
-
-#: ../../include/identity.php:1331
-msgid "School/education:"
-msgstr "Estudios:"
-
-#: ../../include/identity.php:1351
-msgid "Like this thing"
-msgstr "Me gusta esto"
-
-#: ../../include/taxonomy.php:240 ../../include/taxonomy.php:261
-msgid "Tags"
-msgstr "Etiquetas"
-
-#: ../../include/taxonomy.php:282 ../../include/widgets.php:36
-#: ../../include/contact_widgets.php:95
-msgid "Categories"
-msgstr "Categorías"
-
-#: ../../include/taxonomy.php:305
-msgid "Keywords"
-msgstr "Palabras clave"
-
-#: ../../include/taxonomy.php:326
-msgid "have"
-msgstr "tener"
-
-#: ../../include/taxonomy.php:326
-msgid "has"
-msgstr "tiene"
-
-#: ../../include/taxonomy.php:327
-msgid "want"
-msgstr "quiero"
-
-#: ../../include/taxonomy.php:327
-msgid "wants"
-msgstr "quiere"
-
-#: ../../include/taxonomy.php:328 ../../include/ItemObject.php:254
-msgid "like"
-msgstr "me gusta"
-
-#: ../../include/taxonomy.php:328
-msgid "likes"
-msgstr "gusta de"
-
-#: ../../include/taxonomy.php:329 ../../include/ItemObject.php:255
-msgid "dislike"
-msgstr "no me gusta"
+#: ../../include/apps.php:139 ../../include/conversation.php:1622
+#: ../../include/nav.php:92 ../../mod/fbrowser.php:25
+msgid "Photos"
+msgstr "Fotos"
-#: ../../include/taxonomy.php:329
-msgid "dislikes"
-msgstr "no gusta de"
+#: ../../include/apps.php:140 ../../include/nav.php:196
+msgid "Events"
+msgstr "Eventos"
-#: ../../include/photos.php:112
-#, php-format
-msgid "Image exceeds website size limit of %lu bytes"
-msgstr "La imagen excede el límite de %lu bytes del sitio"
+#: ../../include/apps.php:141 ../../include/nav.php:162
+msgid "Directory"
+msgstr "Directorio"
-#: ../../include/photos.php:119
-msgid "Image file is empty."
-msgstr "El fichero de imagen está vacío. "
+#: ../../include/apps.php:142 ../../include/nav.php:154 ../../mod/help.php:204
+#: ../../mod/help.php:209 ../../mod/layouts.php:176
+msgid "Help"
+msgstr "Ayuda"
-#: ../../include/photos.php:146 ../../mod/profile_photo.php:225
-msgid "Unable to process image"
-msgstr "No ha sido posible procesar la imagen"
+#: ../../include/apps.php:143 ../../include/nav.php:188
+msgid "Mail"
+msgstr "Correo"
-#: ../../include/photos.php:257
-msgid "Photo storage failed."
-msgstr "La foto no ha podido ser guardada."
+#: ../../include/apps.php:144 ../../mod/mood.php:131
+msgid "Mood"
+msgstr "Estado de ánimo"
-#: ../../include/photos.php:297
-msgid "a new photo"
-msgstr "una nueva foto"
+#: ../../include/apps.php:145 ../../include/conversation.php:956
+msgid "Poke"
+msgstr "Toques y otras cosas"
-#: ../../include/photos.php:301
-#, php-format
-msgctxt "photo_upload"
-msgid "%1$s posted %2$s to %3$s"
-msgstr "%1$s ha publicado %2$s en %3$s"
+#: ../../include/apps.php:146 ../../include/nav.php:97
+msgid "Chat"
+msgstr "Chat"
-#: ../../include/photos.php:506 ../../include/conversation.php:1625
-msgid "Photo Albums"
-msgstr "Álbumes de fotos"
+#: ../../include/apps.php:147 ../../include/nav.php:159
+#: ../../include/text.php:885 ../../include/text.php:897
+#: ../../mod/search.php:40
+msgid "Search"
+msgstr "Buscar"
-#: ../../include/photos.php:510
-msgid "Upload New Photos"
-msgstr "Subir nuevas fotos"
+#: ../../include/apps.php:148
+msgid "Probe"
+msgstr "Probar"
-#: ../../include/acl_selectors.php:218
-msgid "Visible to your default audience"
-msgstr "Visible para su público predeterminado."
+#: ../../include/apps.php:149
+msgid "Suggest"
+msgstr "Sugerir"
-#: ../../include/acl_selectors.php:243
-msgid "Show"
-msgstr "Mostrar"
+#: ../../include/apps.php:150
+msgid "Random Channel"
+msgstr "Canal aleatorio"
-#: ../../include/acl_selectors.php:244
-msgid "Don't show"
-msgstr "No mostrar"
+#: ../../include/apps.php:151
+msgid "Invite"
+msgstr "Invitar"
-#: ../../include/acl_selectors.php:249
-msgid "Other networks and post services"
-msgstr "Otras redes y servicios de publicación"
+#: ../../include/apps.php:152 ../../include/widgets.php:1220
+msgid "Features"
+msgstr "Funcionalidades"
-#: ../../include/acl_selectors.php:251 ../../mod/filestorage.php:147
-#: ../../mod/thing.php:310 ../../mod/thing.php:356 ../../mod/photos.php:631
-#: ../../mod/photos.php:998 ../../mod/chat.php:211
-msgid "Permissions"
-msgstr "Permisos"
+#: ../../include/apps.php:153 ../../mod/id.php:28
+msgid "Language"
+msgstr "Idioma"
-#: ../../include/acl_selectors.php:252 ../../include/ItemObject.php:384
-#: ../../mod/photos.php:1215
-msgid "Close"
-msgstr "Cerrar"
+#: ../../include/apps.php:154
+msgid "Post"
+msgstr "Publicación"
-#: ../../include/activities.php:42
-msgid " and "
-msgstr "y"
+#: ../../include/apps.php:155 ../../mod/id.php:17 ../../mod/id.php:18
+#: ../../mod/id.php:19
+msgid "Profile Photo"
+msgstr "Foto del perfil"
-#: ../../include/activities.php:50
-msgid "public profile"
-msgstr "perfil público"
+#: ../../include/apps.php:252 ../../mod/settings.php:84
+#: ../../mod/settings.php:612
+msgid "Update"
+msgstr "Actualizar"
-#: ../../include/activities.php:59
-#, php-format
-msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
-msgstr "%1$s ha cambiado %2$s a &ldquo;%3$s&rdquo;"
+#: ../../include/apps.php:252
+msgid "Install"
+msgstr "Instalar"
-#: ../../include/activities.php:60
-#, php-format
-msgid "Visit %1$s's %2$s"
-msgstr "Visitar %2$s de %1$s"
+#: ../../include/apps.php:257
+msgid "Purchase"
+msgstr "Comprar"
-#: ../../include/activities.php:63
-#, php-format
-msgid "%1$s has an updated %2$s, changing %3$s."
-msgstr "%1$s ha actualizado %2$s cambiando %3$s."
+#: ../../include/attach.php:140 ../../include/attach.php:188
+#: ../../include/attach.php:251 ../../include/attach.php:265
+#: ../../include/attach.php:272 ../../include/attach.php:337
+#: ../../include/attach.php:351 ../../include/attach.php:358
+#: ../../include/attach.php:436 ../../include/attach.php:888
+#: ../../include/attach.php:959 ../../include/attach.php:1111
+#: ../../include/chat.php:133 ../../include/items.php:4405
+#: ../../include/photos.php:29 ../../index.php:182 ../../index.php:365
+#: ../../mod/achievements.php:30 ../../mod/api.php:26 ../../mod/api.php:31
+#: ../../mod/appman.php:66 ../../mod/authtest.php:13 ../../mod/block.php:22
+#: ../../mod/block.php:72 ../../mod/blocks.php:69 ../../mod/blocks.php:76
+#: ../../mod/bookmarks.php:48 ../../mod/channel.php:100
+#: ../../mod/channel.php:214 ../../mod/channel.php:254 ../../mod/chat.php:94
+#: ../../mod/chat.php:99 ../../mod/common.php:35 ../../mod/connections.php:29
+#: ../../mod/connedit.php:352 ../../mod/editblock.php:65
+#: ../../mod/editlayout.php:63 ../../mod/editlayout.php:87
+#: ../../mod/editpost.php:13 ../../mod/editwebpage.php:64
+#: ../../mod/editwebpage.php:86 ../../mod/editwebpage.php:101
+#: ../../mod/editwebpage.php:125 ../../mod/events.php:260
+#: ../../mod/filestorage.php:18 ../../mod/filestorage.php:73
+#: ../../mod/filestorage.php:88 ../../mod/filestorage.php:115
+#: ../../mod/fsuggest.php:78 ../../mod/group.php:9 ../../mod/id.php:71
+#: ../../mod/invite.php:13 ../../mod/invite.php:87 ../../mod/item.php:206
+#: ../../mod/item.php:214 ../../mod/item.php:1049 ../../mod/layouts.php:69
+#: ../../mod/layouts.php:76 ../../mod/layouts.php:87 ../../mod/like.php:177
+#: ../../mod/locs.php:83 ../../mod/mail.php:126 ../../mod/manage.php:6
+#: ../../mod/menu.php:74 ../../mod/message.php:16 ../../mod/mitem.php:111
+#: ../../mod/mood.php:112 ../../mod/network.php:12
+#: ../../mod/new_channel.php:68 ../../mod/new_channel.php:99
+#: ../../mod/notifications.php:66 ../../mod/page.php:31 ../../mod/page.php:86
+#: ../../mod/pdledit.php:21 ../../mod/photos.php:70 ../../mod/poke.php:133
+#: ../../mod/profile.php:64 ../../mod/profile.php:72
+#: ../../mod/profile_photo.php:341 ../../mod/profile_photo.php:354
+#: ../../mod/profiles.php:198 ../../mod/profiles.php:584
+#: ../../mod/rate.php:111 ../../mod/register.php:72 ../../mod/regmod.php:17
+#: ../../mod/service_limits.php:7 ../../mod/settings.php:568
+#: ../../mod/setup.php:227 ../../mod/sharedwithme.php:7
+#: ../../mod/sources.php:66 ../../mod/suggest.php:26 ../../mod/thing.php:271
+#: ../../mod/thing.php:291 ../../mod/thing.php:328
+#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27
+#: ../../mod/viewsrc.php:14 ../../mod/webpages.php:69
+msgid "Permission denied."
+msgstr "Acceso denegado."
#: ../../include/attach.php:246 ../../include/attach.php:332
msgid "Item was not found."
@@ -1472,971 +940,299 @@ msgstr "el almacenamiento en la base de datos ha fallado."
msgid "Empty path"
msgstr "Ruta vacía"
-#: ../../include/notify.php:20
-msgid "created a new post"
-msgstr "ha creado una nueva entrada"
-
-#: ../../include/notify.php:21
-#, php-format
-msgid "commented on %s's post"
-msgstr "ha comentado la entrada de %s"
-
-#: ../../include/widgets.php:92 ../../include/nav.php:157
-#: ../../mod/apps.php:36
-msgid "Apps"
-msgstr "Aplicaciones"
-
-#: ../../include/widgets.php:93
-msgid "System"
-msgstr "Sistema"
-
-#: ../../include/widgets.php:95 ../../include/conversation.php:1526
-msgid "Personal"
-msgstr "Personales"
-
-#: ../../include/widgets.php:96
-msgid "Create Personal App"
-msgstr "Crear una aplicación personal"
-
-#: ../../include/widgets.php:97
-msgid "Edit Personal App"
-msgstr "Editar una aplicación personal"
-
-#: ../../include/widgets.php:139 ../../mod/suggest.php:54
-msgid "Ignore/Hide"
-msgstr "Ignorar/Ocultar"
-
-#: ../../include/widgets.php:144 ../../mod/connections.php:125
-msgid "Suggestions"
-msgstr "Sugerencias"
-
-#: ../../include/widgets.php:145
-msgid "See more..."
-msgstr "Ver más..."
-
-#: ../../include/widgets.php:166
-#, php-format
-msgid "You have %1$.0f of %2$.0f allowed connections."
-msgstr "Tiene %1$.0f de %2$.0f conexiones permitidas."
-
-#: ../../include/widgets.php:172
-msgid "Add New Connection"
-msgstr "Añadir nueva conexión"
-
-#: ../../include/widgets.php:173
-msgid "Enter the channel address"
-msgstr "Introducir la dirección del canal"
-
-#: ../../include/widgets.php:174
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr "Ejemplo: paco@ejemplo.com, http://ejemplo.com/paco"
-
-#: ../../include/widgets.php:190
-msgid "Notes"
-msgstr "Notas"
-
-#: ../../include/widgets.php:266
-msgid "Remove term"
-msgstr "Eliminar término"
-
-#: ../../include/widgets.php:274 ../../include/features.php:72
-msgid "Saved Searches"
-msgstr "Búsquedas guardadas"
-
-#: ../../include/widgets.php:275 ../../include/group.php:300
-msgid "add"
-msgstr "añadir"
-
-#: ../../include/widgets.php:304 ../../include/features.php:85
-#: ../../include/contact_widgets.php:57
-msgid "Saved Folders"
-msgstr "Carpetas guardadas"
-
-#: ../../include/widgets.php:307 ../../include/contact_widgets.php:60
-#: ../../include/contact_widgets.php:98
-msgid "Everything"
-msgstr "Todo"
-
-#: ../../include/widgets.php:349
-msgid "Archives"
-msgstr "Hemeroteca"
-
-#: ../../include/widgets.php:428 ../../mod/connedit.php:571
-msgid "Me"
-msgstr "Yo"
-
-#: ../../include/widgets.php:429 ../../mod/connedit.php:572
-msgid "Family"
-msgstr "Familia"
-
-#: ../../include/widgets.php:431 ../../mod/connedit.php:574
-msgid "Acquaintances"
-msgstr "Conocidos/as"
-
-#: ../../include/widgets.php:432 ../../mod/connedit.php:575
-#: ../../mod/connections.php:88 ../../mod/connections.php:103
-msgid "All"
-msgstr "Todos/as"
-
-#: ../../include/widgets.php:451
-msgid "Refresh"
-msgstr "Recargar"
-
-#: ../../include/widgets.php:485
-msgid "Account settings"
-msgstr "Configuración de la cuenta"
-
-#: ../../include/widgets.php:491
-msgid "Channel settings"
-msgstr "Configuración del canal"
-
-#: ../../include/widgets.php:497
-msgid "Additional features"
-msgstr "Funcionalidades"
-
-#: ../../include/widgets.php:503
-msgid "Feature/Addon settings"
-msgstr "Complementos"
-
-#: ../../include/widgets.php:509
-msgid "Display settings"
-msgstr "Ajustes de visualización"
-
-#: ../../include/widgets.php:515
-msgid "Connected apps"
-msgstr "Aplicaciones conectadas"
-
-#: ../../include/widgets.php:521
-msgid "Export channel"
-msgstr "Exportar canal"
-
-#: ../../include/widgets.php:530 ../../mod/connedit.php:683
-msgid "Connection Default Permissions"
-msgstr "Permisos predeterminados de conexión"
-
-#: ../../include/widgets.php:538
-msgid "Premium Channel Settings"
-msgstr "Configuración del canal premium"
-
-#: ../../include/widgets.php:546 ../../include/features.php:59
-#: ../../mod/sources.php:88
-msgid "Channel Sources"
-msgstr "Orígenes de los contenidos del canal"
-
-#: ../../include/widgets.php:554 ../../include/nav.php:202
-#: ../../include/apps.php:134 ../../mod/admin.php:1076
-#: ../../mod/admin.php:1276
-msgid "Settings"
-msgstr "Ajustes"
-
-#: ../../include/widgets.php:568
-msgid "Private Mail Menu"
-msgstr "Menú de correo privado"
-
-#: ../../include/widgets.php:570
-msgid "Combined View"
-msgstr "Vista combinada"
-
-#: ../../include/widgets.php:575 ../../include/nav.php:191
-msgid "Inbox"
-msgstr "Bandeja de entrada"
-
-#: ../../include/widgets.php:580 ../../include/nav.php:192
-msgid "Outbox"
-msgstr "Bandeja de salida"
-
-#: ../../include/widgets.php:585 ../../include/nav.php:193
-msgid "New Message"
-msgstr "Nuevo mensaje"
-
-#: ../../include/widgets.php:604 ../../include/widgets.php:616
-msgid "Conversations"
-msgstr "Conversaciones"
-
-#: ../../include/widgets.php:608
-msgid "Received Messages"
-msgstr "Mensajes recibidos"
-
-#: ../../include/widgets.php:612
-msgid "Sent Messages"
-msgstr "Enviar mensajes"
-
-#: ../../include/widgets.php:626
-msgid "No messages."
-msgstr "Sin mensajes."
-
-#: ../../include/widgets.php:644
-msgid "Delete conversation"
-msgstr "Eliminar conversación"
-
-#: ../../include/widgets.php:670
-msgid "Events Menu"
-msgstr "Menú de eventos"
-
-#: ../../include/widgets.php:671
-msgid "Day View"
-msgstr "Eventos del día"
-
-#: ../../include/widgets.php:672
-msgid "Week View"
-msgstr "Eventos de la semana"
-
-#: ../../include/widgets.php:673
-msgid "Month View"
-msgstr "Eventos del mes"
-
-#: ../../include/widgets.php:674 ../../mod/events.php:654
-msgid "Export"
-msgstr "Exportar"
-
-#: ../../include/widgets.php:675 ../../mod/events.php:657
-msgid "Import"
-msgstr "Importar"
-
-#: ../../include/widgets.php:685
-msgid "Events Tools"
-msgstr "Gestión de eventos"
-
-#: ../../include/widgets.php:686
-msgid "Export Calendar"
-msgstr "Exportar el calendario"
-
-#: ../../include/widgets.php:687
-msgid "Import Calendar"
-msgstr "Importar un calendario"
-
-#: ../../include/widgets.php:761
-msgid "Chat Rooms"
-msgstr "Salas de chat"
-
-#: ../../include/widgets.php:781
-msgid "Bookmarked Chatrooms"
-msgstr "Salas de chat preferidas"
-
-#: ../../include/widgets.php:801
-msgid "Suggested Chatrooms"
-msgstr "Salas de chat sugeridas"
-
-#: ../../include/widgets.php:928 ../../include/widgets.php:986
-msgid "photo/image"
-msgstr "foto/imagen"
-
-#: ../../include/widgets.php:1081 ../../include/widgets.php:1083
-msgid "Rate Me"
-msgstr "Valorar este canal"
-
-#: ../../include/widgets.php:1087
-msgid "View Ratings"
-msgstr "Mostrar las valoraciones"
-
-#: ../../include/widgets.php:1098
-msgid "Public Hubs"
-msgstr "Servidores públicos"
-
-#: ../../include/widgets.php:1146
-msgid "Forums"
-msgstr "Foros"
-
-#: ../../include/widgets.php:1175
-msgid "Tasks"
-msgstr "Tareas"
-
-#: ../../include/widgets.php:1184
-msgid "Documentation"
-msgstr "Documentación"
-
-#: ../../include/widgets.php:1186
-msgid "Project/Site Information"
-msgstr "Información sobre el proyecto o sitio"
-
-#: ../../include/widgets.php:1187
-msgid "For Members"
-msgstr "Para los usuarios"
-
-#: ../../include/widgets.php:1188
-msgid "For Administrators"
-msgstr "Para los administradores"
-
-#: ../../include/widgets.php:1189
-msgid "For Developers"
-msgstr "Para los desarrolladores"
-
-#: ../../include/widgets.php:1214 ../../mod/admin.php:446
-msgid "Site"
-msgstr "Sitio"
-
-#: ../../include/widgets.php:1215
-msgid "Accounts"
-msgstr "Cuentas"
-
-#: ../../include/widgets.php:1216 ../../mod/admin.php:977
-msgid "Channels"
-msgstr "Canales"
-
-#: ../../include/widgets.php:1217 ../../mod/admin.php:1074
-#: ../../mod/admin.php:1114
-msgid "Plugins"
-msgstr "Extensiones"
-
-#: ../../include/widgets.php:1218 ../../mod/admin.php:1274
-#: ../../mod/admin.php:1308
-msgid "Themes"
-msgstr "Temas"
-
-#: ../../include/widgets.php:1219
-msgid "Inspect queue"
-msgstr "Examinar la cola"
-
-#: ../../include/widgets.php:1220
-msgid "Profile Config"
-msgstr "Ajustes del perfil"
-
-#: ../../include/widgets.php:1221
-msgid "DB updates"
-msgstr "Actualizaciones de la base de datos"
-
-#: ../../include/widgets.php:1239 ../../include/widgets.php:1245
-#: ../../mod/admin.php:1393
-msgid "Logs"
-msgstr "Informes"
-
-#: ../../include/widgets.php:1243 ../../include/nav.php:210
-msgid "Admin"
-msgstr "Administrador"
-
-#: ../../include/widgets.php:1244
-msgid "Plugin Features"
-msgstr "Extensiones"
-
-#: ../../include/widgets.php:1246
-msgid "User registrations waiting for confirmation"
-msgstr "Registros de usuarios pendientes de confirmación"
+#: ../../include/auth.php:132
+msgid "Logged out."
+msgstr "Desconectado/a."
-#: ../../include/widgets.php:1324 ../../mod/photos.php:748
-#: ../../mod/photos.php:1283
-msgid "View Photo"
-msgstr "Ver foto"
+#: ../../include/auth.php:273
+msgid "Failed authentication"
+msgstr "Autenticación fallida."
-#: ../../include/widgets.php:1341 ../../mod/photos.php:779
-msgid "Edit Album"
-msgstr "Editar álbum"
+#: ../../include/auth.php:287 ../../mod/openid.php:189
+msgid "Login failed."
+msgstr "El acceso ha fallado."
#: ../../include/bb2diaspora.php:376
msgid "Attachments:"
msgstr "Ficheros adjuntos:"
+#: ../../include/bb2diaspora.php:465 ../../include/event.php:22
+#: ../../include/text.php:1410
+msgid "l F d, Y \\@ g:i A"
+msgstr "l d de F, Y \\@ G:i"
+
#: ../../include/bb2diaspora.php:467
msgid "$Projectname event notification:"
msgstr "Notificación de eventos de $Projectname:"
-#: ../../include/bookmarks.php:35
-#, php-format
-msgid "%1$s's bookmarks"
-msgstr "Marcadores de %1$s"
-
-#: ../../include/features.php:38
-msgid "General Features"
-msgstr "Funcionalidades básicas"
-
-#: ../../include/features.php:40
-msgid "Content Expiration"
-msgstr "Caducidad del contenido"
-
-#: ../../include/features.php:40
-msgid "Remove posts/comments and/or private messages at a future time"
-msgstr "Eliminar publicaciones/comentarios y/o mensajes privados más adelante"
-
-#: ../../include/features.php:41
-msgid "Multiple Profiles"
-msgstr "Múltiples perfiles"
-
-#: ../../include/features.php:41
-msgid "Ability to create multiple profiles"
-msgstr "Capacidad de crear múltiples perfiles"
-
-#: ../../include/features.php:42
-msgid "Advanced Profiles"
-msgstr "Perfiles avanzados"
-
-#: ../../include/features.php:42
-msgid "Additional profile sections and selections"
-msgstr "Secciones y selecciones de perfil adicionales"
-
-#: ../../include/features.php:43
-msgid "Profile Import/Export"
-msgstr "Importar/Exportar perfil"
-
-#: ../../include/features.php:43
-msgid "Save and load profile details across sites/channels"
-msgstr "Guardar y cargar detalles del perfil a través de sitios/canales"
-
-#: ../../include/features.php:44
-msgid "Web Pages"
-msgstr "Páginas web"
-
-#: ../../include/features.php:44
-msgid "Provide managed web pages on your channel"
-msgstr "Proveer páginas web gestionadas en su canal"
-
-#: ../../include/features.php:45
-msgid "Private Notes"
-msgstr "Notas privadas"
-
-#: ../../include/features.php:45
-msgid "Enables a tool to store notes and reminders"
-msgstr "Activar una herramienta para almacenar notas y recordatorios"
-
-#: ../../include/features.php:46
-msgid "Navigation Channel Select"
-msgstr "Navegación por el selector de canales"
-
-#: ../../include/features.php:46
-msgid "Change channels directly from within the navigation dropdown menu"
-msgstr "Cambiar de canales directamente desde el menú de navegación desplegable"
-
-#: ../../include/features.php:47
-msgid "Photo Location"
-msgstr "Ubicación de las fotos"
-
-#: ../../include/features.php:47
-msgid "If location data is available on uploaded photos, link this to a map."
-msgstr "Si los datos de ubicación están disponibles en las fotos subidas, enlazar estas a un mapa."
-
-#: ../../include/features.php:49
-msgid "Expert Mode"
-msgstr "Modo de experto"
-
-#: ../../include/features.php:49
-msgid "Enable Expert Mode to provide advanced configuration options"
-msgstr "Habilitar el modo de experto para acceder a opciones avanzadas de configuración"
-
-#: ../../include/features.php:50
-msgid "Premium Channel"
-msgstr "Canal premium"
-
-#: ../../include/features.php:50
-msgid ""
-"Allows you to set restrictions and terms on those that connect with your "
-"channel"
-msgstr "Les permite configurar restricciones y normas de uso a aquellos que conectan con su canal"
-
-#: ../../include/features.php:55
-msgid "Post Composition Features"
-msgstr "Opciones para la redacción de entradas"
-
-#: ../../include/features.php:57
-msgid "Use Markdown"
-msgstr "Usar Markdown"
-
-#: ../../include/features.php:57
-msgid "Allow use of \"Markdown\" to format posts"
-msgstr "Permitir el uso de \"Markdown\" para formatear publicaciones"
-
-#: ../../include/features.php:58
-msgid "Large Photos"
-msgstr "Fotos de gran tamaño"
-
-#: ../../include/features.php:58
-msgid ""
-"Include large (1024px) photo thumbnails in posts. If not enabled, use small "
-"(640px) photo thumbnails"
-msgstr "Incluir miniaturas de fotos grandes (1024px) en publicaciones. Si no está habilitado, usar miniaturas pequeñas (640px)"
-
-#: ../../include/features.php:59
-msgid "Automatically import channel content from other channels or feeds"
-msgstr "Importar automáticamente contenido de otros canales o \"feeds\""
-
-#: ../../include/features.php:60
-msgid "Even More Encryption"
-msgstr "Más cifrado todavía"
-
-#: ../../include/features.php:60
-msgid ""
-"Allow optional encryption of content end-to-end with a shared secret key"
-msgstr "Permitir cifrado adicional de contenido \"punto-a-punto\" con una clave secreta compartida."
+#: ../../include/bb2diaspora.php:471 ../../include/event.php:30
+#: ../../include/text.php:1414
+msgid "Starts:"
+msgstr "Comienza:"
-#: ../../include/features.php:61
-msgid "Enable Voting Tools"
-msgstr "Permitir entradas con votación"
+#: ../../include/bb2diaspora.php:479 ../../include/event.php:40
+#: ../../include/text.php:1418
+msgid "Finishes:"
+msgstr "Finaliza:"
-#: ../../include/features.php:61
-msgid "Provide a class of post which others can vote on"
-msgstr "Proveer una clase de publicación en la que otros puedan votar"
+#: ../../include/bb2diaspora.php:487 ../../include/event.php:52
+#: ../../include/identity.php:998 ../../include/text.php:1425
+#: ../../mod/directory.php:304
+msgid "Location:"
+msgstr "Ubicación:"
-#: ../../include/features.php:62
-msgid "Delayed Posting"
-msgstr "Publicación aplazada"
+#: ../../include/bbcode.php:123 ../../include/bbcode.php:794
+#: ../../include/bbcode.php:797 ../../include/bbcode.php:802
+#: ../../include/bbcode.php:805 ../../include/bbcode.php:808
+#: ../../include/bbcode.php:811 ../../include/bbcode.php:816
+#: ../../include/bbcode.php:819 ../../include/bbcode.php:824
+#: ../../include/bbcode.php:827 ../../include/bbcode.php:830
+#: ../../include/bbcode.php:833
+msgid "Image/photo"
+msgstr "Imagen/foto"
-#: ../../include/features.php:62
-msgid "Allow posts to be published at a later date"
-msgstr "Permitir mensajes que se publicarán en una fecha posterior"
+#: ../../include/bbcode.php:162 ../../include/bbcode.php:844
+msgid "Encrypted content"
+msgstr "Contenido cifrado"
-#: ../../include/features.php:63
-msgid "Suppress Duplicate Posts/Comments"
-msgstr "Prevenir entradas o comentarios duplicados"
+#: ../../include/bbcode.php:179
+#, php-format
+msgid "Install %s element: "
+msgstr "Instalar el elemento %s:"
-#: ../../include/features.php:63
+#: ../../include/bbcode.php:183
+#, php-format
msgid ""
-"Prevent posts with identical content to be published with less than two "
-"minutes in between submissions."
-msgstr "Prevenir que entradas con contenido idéntico se publiquen con menos de dos minutos de intervalo."
-
-#: ../../include/features.php:69
-msgid "Network and Stream Filtering"
-msgstr "Filtrado del contenido"
-
-#: ../../include/features.php:70
-msgid "Search by Date"
-msgstr "Buscar por fecha"
-
-#: ../../include/features.php:70
-msgid "Ability to select posts by date ranges"
-msgstr "Capacidad de seleccionar entradas por rango de fechas"
-
-#: ../../include/features.php:71
-msgid "Collections Filter"
-msgstr "Filtrado de colecciones"
-
-#: ../../include/features.php:71
-msgid "Enable widget to display Network posts only from selected collections"
-msgstr "Habilitar la muestra de entradas eligiendo colecciones"
-
-#: ../../include/features.php:72
-msgid "Save search terms for re-use"
-msgstr "Guardar términos de búsqueda para su reutilización"
-
-#: ../../include/features.php:73
-msgid "Network Personal Tab"
-msgstr "Actividad personal"
-
-#: ../../include/features.php:73
-msgid "Enable tab to display only Network posts that you've interacted on"
-msgstr "Habilitar una pestaña en la cual se muestren solo las entradas en las que ha participado."
-
-#: ../../include/features.php:74
-msgid "Network New Tab"
-msgstr "Contenido nuevo"
-
-#: ../../include/features.php:74
-msgid "Enable tab to display all new Network activity"
-msgstr "Habilitar una pestaña en la que se muestre solo el contenido nuevo"
-
-#: ../../include/features.php:75
-msgid "Affinity Tool"
-msgstr "Herramienta de afinidad"
-
-#: ../../include/features.php:75
-msgid "Filter stream activity by depth of relationships"
-msgstr "Filtrar el contenido según la profundidad de las relaciones"
-
-#: ../../include/features.php:76
-msgid "Connection Filtering"
-msgstr "Filtrado de conexiones"
-
-#: ../../include/features.php:76
-msgid "Filter incoming posts from connections based on keywords/content"
-msgstr "Filtrar publicaciones entrantes de conexiones por palabras clave o contenido"
-
-#: ../../include/features.php:77
-msgid "Suggest Channels"
-msgstr "Sugerir canales"
-
-#: ../../include/features.php:77
-msgid "Show channel suggestions"
-msgstr "Mostrar sugerencias de canales"
-
-#: ../../include/features.php:82
-msgid "Post/Comment Tools"
-msgstr "Gestión de entradas y comentarios"
-
-#: ../../include/features.php:83
-msgid "Tagging"
-msgstr "Etiquetado"
-
-#: ../../include/features.php:83
-msgid "Ability to tag existing posts"
-msgstr "Capacidad de etiquetar entradas existentes"
-
-#: ../../include/features.php:84
-msgid "Post Categories"
-msgstr "Categorías de entradas"
-
-#: ../../include/features.php:84
-msgid "Add categories to your posts"
-msgstr "Añadir categorías a sus publicaciones"
-
-#: ../../include/features.php:85
-msgid "Ability to file posts under folders"
-msgstr "Capacidad de archivar entradas en carpetas"
-
-#: ../../include/features.php:86
-msgid "Dislike Posts"
-msgstr "Desagrado de publicaciones"
-
-#: ../../include/features.php:86
-msgid "Ability to dislike posts/comments"
-msgstr "Capacidad de mostrar desacuerdo con el contenido de entradas y comentarios"
-
-#: ../../include/features.php:87
-msgid "Star Posts"
-msgstr "Entradas destacadas"
-
-#: ../../include/features.php:87
-msgid "Ability to mark special posts with a star indicator"
-msgstr "Capacidad de marcar entradas destacadas con un indicador de estrella"
-
-#: ../../include/features.php:88
-msgid "Tag Cloud"
-msgstr "Nube de etiquetas"
-
-#: ../../include/features.php:88
-msgid "Provide a personal tag cloud on your channel page"
-msgstr "Proveer nube de etiquetas personal en su página de canal"
-
-#: ../../include/profile_selectors.php:6
-#: ../../include/profile_selectors.php:23 ../../mod/id.php:103
-msgid "Male"
-msgstr "Hombre"
-
-#: ../../include/profile_selectors.php:6
-#: ../../include/profile_selectors.php:23 ../../mod/id.php:105
-msgid "Female"
-msgstr "Mujer"
-
-#: ../../include/profile_selectors.php:6
-msgid "Currently Male"
-msgstr "Actualmente hombre"
-
-#: ../../include/profile_selectors.php:6
-msgid "Currently Female"
-msgstr "Actualmente mujer"
-
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Male"
-msgstr "Generalmente hombre"
-
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Female"
-msgstr "Generalmente mujer"
-
-#: ../../include/profile_selectors.php:6
-msgid "Transgender"
-msgstr "Transgénero"
-
-#: ../../include/profile_selectors.php:6
-msgid "Intersex"
-msgstr "Intersexual"
-
-#: ../../include/profile_selectors.php:6
-msgid "Transsexual"
-msgstr "Transexual"
-
-#: ../../include/profile_selectors.php:6
-msgid "Hermaphrodite"
-msgstr "Hermafrodita"
-
-#: ../../include/profile_selectors.php:6
-msgid "Neuter"
-msgstr "Neutral"
-
-#: ../../include/profile_selectors.php:6
-msgid "Non-specific"
-msgstr "No especificado"
-
-#: ../../include/profile_selectors.php:6
-#: ../../include/profile_selectors.php:23
-#: ../../include/profile_selectors.php:61
-#: ../../include/profile_selectors.php:97 ../../include/permissions.php:871
-msgid "Other"
-msgstr "Otro"
-
-#: ../../include/profile_selectors.php:6
-msgid "Undecided"
-msgstr "Indeciso/a"
-
-#: ../../include/profile_selectors.php:42
-#: ../../include/profile_selectors.php:61
-msgid "Males"
-msgstr "Hombres"
-
-#: ../../include/profile_selectors.php:42
-#: ../../include/profile_selectors.php:61
-msgid "Females"
-msgstr "Mujeres"
-
-#: ../../include/profile_selectors.php:42
-msgid "Gay"
-msgstr "Homosexual"
-
-#: ../../include/profile_selectors.php:42
-msgid "Lesbian"
-msgstr "Lesbiana"
-
-#: ../../include/profile_selectors.php:42
-msgid "No Preference"
-msgstr "Sin preferencias"
-
-#: ../../include/profile_selectors.php:42
-msgid "Bisexual"
-msgstr "Bisexual"
-
-#: ../../include/profile_selectors.php:42
-msgid "Autosexual"
-msgstr "Autosexual"
-
-#: ../../include/profile_selectors.php:42
-msgid "Abstinent"
-msgstr "Casto/a"
-
-#: ../../include/profile_selectors.php:42
-msgid "Virgin"
-msgstr "Virgen"
-
-#: ../../include/profile_selectors.php:42
-msgid "Deviant"
-msgstr "Fuera de lo común"
-
-#: ../../include/profile_selectors.php:42
-msgid "Fetish"
-msgstr "Fetichista"
-
-#: ../../include/profile_selectors.php:42
-msgid "Oodles"
-msgstr "Orgías"
-
-#: ../../include/profile_selectors.php:42
-msgid "Nonsexual"
-msgstr "Asexual"
-
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "Single"
-msgstr "Soltero/a"
-
-#: ../../include/profile_selectors.php:80
-msgid "Lonely"
-msgstr "Solo/a"
-
-#: ../../include/profile_selectors.php:80
-msgid "Available"
-msgstr "Disponible"
-
-#: ../../include/profile_selectors.php:80
-msgid "Unavailable"
-msgstr "No disponible"
+"This post contains an installable %s element, however you lack permissions "
+"to install it on this site."
+msgstr "Esta entrada contiene el elemento instalable %s, sin embargo le faltan permisos para instalarlo en este sitio."
-#: ../../include/profile_selectors.php:80
-msgid "Has crush"
-msgstr "Enamorado/a"
+#: ../../include/bbcode.php:193 ../../mod/impel.php:37
+msgid "webpage"
+msgstr "página web"
-#: ../../include/profile_selectors.php:80
-msgid "Infatuated"
-msgstr "Apasionado/a"
+#: ../../include/bbcode.php:196 ../../mod/impel.php:47
+msgid "layout"
+msgstr "disposición"
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "Dating"
-msgstr "Saliendo con alguien"
+#: ../../include/bbcode.php:199 ../../mod/impel.php:42
+msgid "block"
+msgstr "bloque"
-#: ../../include/profile_selectors.php:80
-msgid "Unfaithful"
-msgstr "Infiel"
+#: ../../include/bbcode.php:202 ../../mod/impel.php:54
+msgid "menu"
+msgstr "menú"
-#: ../../include/profile_selectors.php:80
-msgid "Sex Addict"
-msgstr "Con adicción al sexo"
+#: ../../include/bbcode.php:257
+#, php-format
+msgid "%1$s wrote the following %2$s %3$s"
+msgstr "%1$s escribió la siguiente %2$s %3$s"
-#: ../../include/profile_selectors.php:80
-msgid "Friends/Benefits"
-msgstr "Amigos con algo extra"
+#: ../../include/bbcode.php:259 ../../mod/tagger.php:51
+msgid "post"
+msgstr "entrada"
-#: ../../include/profile_selectors.php:80
-msgid "Casual"
-msgstr "Casual"
+#: ../../include/bbcode.php:547
+msgid "Different viewers will see this text differently"
+msgstr "Visitantes diferentes verán este texto de forma distinta"
-#: ../../include/profile_selectors.php:80
-msgid "Engaged"
-msgstr "Prometido/a"
+#: ../../include/bbcode.php:755
+msgid "$1 spoiler"
+msgstr "$1 spoiler"
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "Married"
-msgstr "Casado/a"
+#: ../../include/bbcode.php:782
+msgid "$1 wrote:"
+msgstr "$1 escribió:"
-#: ../../include/profile_selectors.php:80
-msgid "Imaginarily married"
-msgstr "Casado/a en sueños"
+#: ../../include/bookmarks.php:35
+#, php-format
+msgid "%1$s's bookmarks"
+msgstr "Marcadores de %1$s"
-#: ../../include/profile_selectors.php:80
-msgid "Partners"
-msgstr "Pareja"
+#: ../../include/chat.php:23
+msgid "Missing room name"
+msgstr "Sala de chat sin nombre"
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "Cohabiting"
-msgstr "Cohabitando"
+#: ../../include/chat.php:32
+msgid "Duplicate room name"
+msgstr "Nombre de sala duplicado."
-#: ../../include/profile_selectors.php:80
-msgid "Common law"
-msgstr "Matrimonio tradicional"
+#: ../../include/chat.php:82 ../../include/chat.php:90
+msgid "Invalid room specifier."
+msgstr "Especificador de sala no válido."
-#: ../../include/profile_selectors.php:80
-msgid "Happy"
-msgstr "Felíz"
+#: ../../include/chat.php:122
+msgid "Room not found."
+msgstr "Sala no encontrada."
-#: ../../include/profile_selectors.php:80
-msgid "Not looking"
-msgstr "No estoy buscando"
+#: ../../include/chat.php:143
+msgid "Room is full"
+msgstr "La sala está llena."
-#: ../../include/profile_selectors.php:80
-msgid "Swinger"
-msgstr "Libertino"
+#: ../../include/comanche.php:34 ../../mod/admin.php:362
+msgid "Default"
+msgstr "Predeterminado"
-#: ../../include/profile_selectors.php:80
-msgid "Betrayed"
-msgstr "Engañado/a"
+#: ../../include/contact_selectors.php:56
+msgid "Frequently"
+msgstr "Frecuentemente"
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "Separated"
-msgstr "Separado/a"
+#: ../../include/contact_selectors.php:57
+msgid "Hourly"
+msgstr "Cada hora"
-#: ../../include/profile_selectors.php:80
-msgid "Unstable"
-msgstr "Inestable"
+#: ../../include/contact_selectors.php:58
+msgid "Twice daily"
+msgstr "Dos veces al día"
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "Divorced"
-msgstr "Divorciado/a"
+#: ../../include/contact_selectors.php:59
+msgid "Daily"
+msgstr "Diariamente"
-#: ../../include/profile_selectors.php:80
-msgid "Imaginarily divorced"
-msgstr "Divorciado/a en sueños"
+#: ../../include/contact_selectors.php:60
+msgid "Weekly"
+msgstr "Semanalmente"
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "Widowed"
-msgstr "Viudo/a"
+#: ../../include/contact_selectors.php:61
+msgid "Monthly"
+msgstr "Mensualmente"
-#: ../../include/profile_selectors.php:80
-msgid "Uncertain"
-msgstr "Indeterminado"
+#: ../../include/contact_selectors.php:76
+msgid "Friendica"
+msgstr "Friendica"
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "It's complicated"
-msgstr "Es complicado"
+#: ../../include/contact_selectors.php:77
+msgid "OStatus"
+msgstr "OStatus"
-#: ../../include/profile_selectors.php:80
-msgid "Don't care"
-msgstr "No me importa"
+#: ../../include/contact_selectors.php:78
+msgid "RSS/Atom"
+msgstr "RSS/Atom"
-#: ../../include/profile_selectors.php:80
-msgid "Ask me"
-msgstr "Pregúnteme"
+#: ../../include/contact_selectors.php:80
+msgid "Diaspora"
+msgstr "Diaspora"
-#: ../../include/datetime.php:48
-msgid "Miscellaneous"
-msgstr "Varios"
+#: ../../include/contact_selectors.php:81
+msgid "Facebook"
+msgstr "Facebook"
-#: ../../include/datetime.php:132
-msgid "YYYY-MM-DD or MM-DD"
-msgstr "AAAA-MM-DD o MM-DD"
+#: ../../include/contact_selectors.php:82
+msgid "Zot!"
+msgstr "Zot!"
-#: ../../include/datetime.php:236 ../../mod/appman.php:91
-#: ../../mod/appman.php:92 ../../mod/events.php:437 ../../mod/events.php:442
-msgid "Required"
-msgstr "Obligatorio"
+#: ../../include/contact_selectors.php:83
+msgid "LinkedIn"
+msgstr "LinkedIn"
-#: ../../include/datetime.php:263 ../../boot.php:2291
-msgid "never"
-msgstr "nunca"
+#: ../../include/contact_selectors.php:84
+msgid "XMPP/IM"
+msgstr "XMPP/IM"
-#: ../../include/datetime.php:269
-msgid "less than a second ago"
-msgstr "hace un instante"
+#: ../../include/contact_selectors.php:85
+msgid "MySpace"
+msgstr "MySpace"
-#: ../../include/datetime.php:272
-msgid "year"
-msgstr "año"
+#: ../../include/contact_widgets.php:14
+#, php-format
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] "%d invitación pendiente"
+msgstr[1] "%d invitaciones disponibles"
-#: ../../include/datetime.php:272
-msgid "years"
-msgstr "años"
+#: ../../include/contact_widgets.php:19 ../../mod/admin.php:457
+msgid "Advanced"
+msgstr "Avanzado"
-#: ../../include/datetime.php:273
-msgid "month"
-msgstr "mes"
+#: ../../include/contact_widgets.php:22
+msgid "Find Channels"
+msgstr "Encontrar canales"
-#: ../../include/datetime.php:273
-msgid "months"
-msgstr "meses"
+#: ../../include/contact_widgets.php:23
+msgid "Enter name or interest"
+msgstr "Introducir nombre o interés"
-#: ../../include/datetime.php:274
-msgid "week"
-msgstr "semana"
+#: ../../include/contact_widgets.php:24
+msgid "Connect/Follow"
+msgstr "Conectar/Seguir"
-#: ../../include/datetime.php:274
-msgid "weeks"
-msgstr "semanas"
+#: ../../include/contact_widgets.php:25
+msgid "Examples: Robert Morgenstein, Fishing"
+msgstr "Ejemplos: José Fernández, Pesca"
-#: ../../include/datetime.php:275
-msgid "day"
-msgstr "día"
+#: ../../include/contact_widgets.php:26 ../../mod/connections.php:266
+#: ../../mod/directory.php:381 ../../mod/directory.php:386
+msgid "Find"
+msgstr "Encontrar"
-#: ../../include/datetime.php:275
-msgid "days"
-msgstr "días"
+#: ../../include/contact_widgets.php:27 ../../mod/directory.php:385
+#: ../../mod/suggest.php:60
+msgid "Channel Suggestions"
+msgstr "Sugerencias de canales"
-#: ../../include/datetime.php:276
-msgid "hour"
-msgstr "hora"
+#: ../../include/contact_widgets.php:29
+msgid "Random Profile"
+msgstr "Perfil aleatorio"
-#: ../../include/datetime.php:276
-msgid "hours"
-msgstr "horas"
+#: ../../include/contact_widgets.php:30
+msgid "Invite Friends"
+msgstr "Invitar a amigos"
-#: ../../include/datetime.php:277
-msgid "minute"
-msgstr "minuto"
+#: ../../include/contact_widgets.php:32
+msgid "Advanced example: name=fred and country=iceland"
+msgstr "Ejemplo avanzado: nombre=juan y país=españa"
-#: ../../include/datetime.php:277
-msgid "minutes"
-msgstr "minutos"
+#: ../../include/contact_widgets.php:57 ../../include/features.php:92
+#: ../../include/widgets.php:304
+msgid "Saved Folders"
+msgstr "Carpetas guardadas"
-#: ../../include/datetime.php:278
-msgid "second"
-msgstr "segundo"
+#: ../../include/contact_widgets.php:60 ../../include/contact_widgets.php:98
+#: ../../include/widgets.php:307
+msgid "Everything"
+msgstr "Todo"
-#: ../../include/datetime.php:278
-msgid "seconds"
-msgstr "segundos"
+#: ../../include/contact_widgets.php:95 ../../include/taxonomy.php:282
+#: ../../include/widgets.php:36
+msgid "Categories"
+msgstr "Categorías"
-#: ../../include/datetime.php:286
+#: ../../include/contact_widgets.php:128
#, php-format
-msgctxt "e.g. 22 hours ago, 1 minute ago"
-msgid "%1$d %2$s ago"
-msgstr "hace %1$d %2$s"
+msgid "%d connection in common"
+msgid_plural "%d connections in common"
+msgstr[0] "%d conexión en común"
+msgstr[1] "%d conexiones en común"
-#: ../../include/datetime.php:520
-#, php-format
-msgid "%1$s's birthday"
-msgstr "Cumpleaños de %1$s"
+#: ../../include/contact_widgets.php:133
+msgid "show more"
+msgstr "mostrar más"
-#: ../../include/datetime.php:521
-#, php-format
-msgid "Happy Birthday %1$s"
-msgstr "Feliz cumpleaños %1$s"
+#: ../../include/conversation.php:120 ../../include/text.php:1940
+#: ../../mod/like.php:361 ../../mod/subthread.php:83 ../../mod/tagger.php:43
+msgid "photo"
+msgstr "foto"
-#: ../../include/api.php:1336
-msgid "Public Timeline"
-msgstr "Cronología pública"
+#: ../../include/conversation.php:123 ../../include/event.php:904
+#: ../../include/text.php:1943 ../../mod/events.php:249 ../../mod/like.php:363
+#: ../../mod/tagger.php:47
+msgid "event"
+msgstr "evento"
#: ../../include/conversation.php:126 ../../mod/like.php:113
msgid "channel"
msgstr "el canal"
+#: ../../include/conversation.php:148 ../../include/text.php:1946
+#: ../../mod/like.php:361 ../../mod/subthread.php:83
+msgid "status"
+msgstr "el mensaje de estado"
+
+#: ../../include/conversation.php:150 ../../include/text.php:1948
+#: ../../mod/tagger.php:53
+msgid "comment"
+msgstr "el comentario"
+
#: ../../include/conversation.php:164 ../../mod/like.php:410
#, php-format
msgid "%1$s likes %2$s's %3$s"
@@ -2457,6 +1253,10 @@ msgstr "%1$s ahora está conectado/a con %2$s"
msgid "%1$s poked %2$s"
msgstr "%1$s ha dado un toque a %2$s"
+#: ../../include/conversation.php:243 ../../include/text.php:972
+msgid "poked"
+msgstr "ha dado un toque a"
+
#: ../../include/conversation.php:260 ../../mod/mood.php:63
#, php-format
msgctxt "mood"
@@ -2503,22 +1303,6 @@ msgctxt "title"
msgid "Might attend"
msgstr "Quizá participe"
-#: ../../include/conversation.php:656 ../../include/ItemObject.php:126
-msgid "Select"
-msgstr "Seleccionar"
-
-#: ../../include/conversation.php:664 ../../include/ItemObject.php:89
-msgid "Private Message"
-msgstr "Mensaje Privado"
-
-#: ../../include/conversation.php:671 ../../include/ItemObject.php:227
-msgid "Message signature validated"
-msgstr "Firma de mensaje validada"
-
-#: ../../include/conversation.php:672 ../../include/ItemObject.php:228
-msgid "Message signature incorrect"
-msgstr "Firma de mensaje incorrecta"
-
#: ../../include/conversation.php:691
#, php-format
msgid "View %s's profile @ %s"
@@ -2532,32 +1316,10 @@ msgstr "Categorías:"
msgid "Filed under:"
msgstr "Archivado bajo:"
-#: ../../include/conversation.php:719 ../../include/ItemObject.php:334
-#, php-format
-msgid "from %s"
-msgstr "desde %s"
-
-#: ../../include/conversation.php:722 ../../include/ItemObject.php:337
-#, php-format
-msgid "last edited: %s"
-msgstr "último cambio: %s"
-
-#: ../../include/conversation.php:723 ../../include/ItemObject.php:338
-#, php-format
-msgid "Expires: %s"
-msgstr "Caduca: %s"
-
#: ../../include/conversation.php:738
msgid "View in context"
msgstr "Mostrar en su contexto"
-#: ../../include/conversation.php:740 ../../include/conversation.php:1227
-#: ../../include/ItemObject.php:389 ../../mod/editwebpage.php:190
-#: ../../mod/editblock.php:150 ../../mod/editlayout.php:148
-#: ../../mod/photos.php:1026 ../../mod/editpost.php:129
-msgid "Please wait"
-msgstr "Espere por favor"
-
#: ../../include/conversation.php:850
msgid "remove"
msgstr "eliminar"
@@ -2587,7 +1349,7 @@ msgid "View Status"
msgstr "Ver mi estado actual"
#: ../../include/conversation.php:950 ../../include/nav.php:86
-#: ../../mod/connedit.php:498
+#: ../../mod/connedit.php:504
msgid "View Profile"
msgstr "Ver el perfil"
@@ -2607,10 +1369,6 @@ msgstr "Editar conexión"
msgid "Send PM"
msgstr "Enviar un mensaje privado"
-#: ../../include/conversation.php:956 ../../include/apps.php:145
-msgid "Poke"
-msgstr "Toques y otras cosas"
-
#: ../../include/conversation.php:1070
#, php-format
msgid "%s likes this."
@@ -2690,17 +1448,9 @@ msgstr "¿Donde está ahora?"
msgid "Expires YYYY-MM-DD HH:MM"
msgstr "Caduca YYYY-MM-DD HH:MM"
-#: ../../include/conversation.php:1169 ../../include/page_widgets.php:40
-#: ../../include/ItemObject.php:706 ../../mod/editwebpage.php:212
-#: ../../mod/editblock.php:171 ../../mod/webpages.php:188
-#: ../../mod/photos.php:1046 ../../mod/editpost.php:149
-#: ../../mod/events.php:458
-msgid "Preview"
-msgstr "Previsualizar"
-
#: ../../include/conversation.php:1192 ../../mod/blocks.php:154
-#: ../../mod/webpages.php:182 ../../mod/layouts.php:184
-#: ../../mod/photos.php:1025
+#: ../../mod/layouts.php:184 ../../mod/photos.php:1025
+#: ../../mod/webpages.php:182
msgid "Share"
msgstr "Compartir"
@@ -2712,39 +1462,9 @@ msgstr "Nombre de enlace de página"
msgid "Post as"
msgstr "Publicar como"
-#: ../../include/conversation.php:1199 ../../include/ItemObject.php:698
-#: ../../mod/editwebpage.php:177 ../../mod/editblock.php:136
-#: ../../mod/editlayout.php:135 ../../mod/editpost.php:113
-msgid "Bold"
-msgstr "Negrita"
-
-#: ../../include/conversation.php:1200 ../../include/ItemObject.php:699
-#: ../../mod/editwebpage.php:178 ../../mod/editblock.php:137
-#: ../../mod/editlayout.php:136 ../../mod/editpost.php:114
-msgid "Italic"
-msgstr "Itálico "
-
-#: ../../include/conversation.php:1201 ../../include/ItemObject.php:700
-#: ../../mod/editwebpage.php:179 ../../mod/editblock.php:138
-#: ../../mod/editlayout.php:137 ../../mod/editpost.php:115
-msgid "Underline"
-msgstr "Subrayar"
-
-#: ../../include/conversation.php:1202 ../../include/ItemObject.php:701
-#: ../../mod/editwebpage.php:180 ../../mod/editblock.php:139
-#: ../../mod/editlayout.php:138 ../../mod/editpost.php:116
-msgid "Quote"
-msgstr "Citar"
-
-#: ../../include/conversation.php:1203 ../../include/ItemObject.php:702
-#: ../../mod/editwebpage.php:181 ../../mod/editblock.php:140
-#: ../../mod/editlayout.php:139 ../../mod/editpost.php:117
-msgid "Code"
-msgstr "Código"
-
-#: ../../include/conversation.php:1204 ../../mod/editwebpage.php:182
-#: ../../mod/editblock.php:142 ../../mod/editlayout.php:140
-#: ../../mod/editpost.php:118
+#: ../../include/conversation.php:1204 ../../mod/editblock.php:142
+#: ../../mod/editlayout.php:140 ../../mod/editpost.php:118
+#: ../../mod/editwebpage.php:182
msgid "Upload photo"
msgstr "Subir foto"
@@ -2752,9 +1472,9 @@ msgstr "Subir foto"
msgid "upload photo"
msgstr "subir foto"
-#: ../../include/conversation.php:1206 ../../mod/editwebpage.php:183
-#: ../../mod/editblock.php:143 ../../mod/editlayout.php:141
-#: ../../mod/editpost.php:119 ../../mod/mail.php:248 ../../mod/mail.php:378
+#: ../../include/conversation.php:1206 ../../mod/editblock.php:143
+#: ../../mod/editlayout.php:141 ../../mod/editpost.php:119
+#: ../../mod/editwebpage.php:183 ../../mod/mail.php:248 ../../mod/mail.php:378
msgid "Attach file"
msgstr "Adjuntar fichero"
@@ -2762,9 +1482,9 @@ msgstr "Adjuntar fichero"
msgid "attach file"
msgstr "adjuntar fichero"
-#: ../../include/conversation.php:1208 ../../mod/editwebpage.php:184
-#: ../../mod/editblock.php:144 ../../mod/editlayout.php:142
-#: ../../mod/editpost.php:120 ../../mod/mail.php:249 ../../mod/mail.php:379
+#: ../../include/conversation.php:1208 ../../mod/editblock.php:144
+#: ../../mod/editlayout.php:142 ../../mod/editpost.php:120
+#: ../../mod/editwebpage.php:184 ../../mod/mail.php:249 ../../mod/mail.php:379
msgid "Insert web link"
msgstr "Insertar enlace web"
@@ -2788,9 +1508,9 @@ msgstr "Insertar enlace de audio"
msgid "audio link"
msgstr "enlace de audio"
-#: ../../include/conversation.php:1214 ../../mod/editwebpage.php:188
-#: ../../mod/editblock.php:148 ../../mod/editlayout.php:146
-#: ../../mod/editpost.php:124
+#: ../../include/conversation.php:1214 ../../mod/editblock.php:148
+#: ../../mod/editlayout.php:146 ../../mod/editpost.php:124
+#: ../../mod/editwebpage.php:188
msgid "Set your location"
msgstr "Establecer su ubicación"
@@ -2802,9 +1522,9 @@ msgstr "establecer ubicación"
msgid "Toggle voting"
msgstr "Cambiar votación"
-#: ../../include/conversation.php:1219 ../../mod/editwebpage.php:189
-#: ../../mod/editblock.php:149 ../../mod/editlayout.php:147
-#: ../../mod/editpost.php:125
+#: ../../include/conversation.php:1219 ../../mod/editblock.php:149
+#: ../../mod/editlayout.php:147 ../../mod/editpost.php:125
+#: ../../mod/editwebpage.php:189
msgid "Clear browser location"
msgstr "Eliminar los datos de ubicación del navegador"
@@ -2812,20 +1532,20 @@ msgstr "Eliminar los datos de ubicación del navegador"
msgid "clear location"
msgstr "borrar los datos de ubicación"
-#: ../../include/conversation.php:1222 ../../mod/editwebpage.php:205
-#: ../../mod/editblock.php:162 ../../mod/editpost.php:141
+#: ../../include/conversation.php:1222 ../../mod/editblock.php:162
+#: ../../mod/editpost.php:141 ../../mod/editwebpage.php:205
msgid "Title (optional)"
msgstr "Título (opcional)"
-#: ../../include/conversation.php:1226 ../../mod/editwebpage.php:207
-#: ../../mod/editblock.php:165 ../../mod/editlayout.php:163
-#: ../../mod/editpost.php:143
+#: ../../include/conversation.php:1226 ../../mod/editblock.php:165
+#: ../../mod/editlayout.php:163 ../../mod/editpost.php:143
+#: ../../mod/editwebpage.php:207
msgid "Categories (optional, comma-separated list)"
msgstr "Categorías (opcional, lista separada por comas)"
-#: ../../include/conversation.php:1228 ../../mod/editwebpage.php:191
-#: ../../mod/editblock.php:151 ../../mod/editlayout.php:149
-#: ../../mod/editpost.php:130 ../../mod/events.php:459
+#: ../../include/conversation.php:1228 ../../mod/editblock.php:151
+#: ../../mod/editlayout.php:149 ../../mod/editpost.php:130
+#: ../../mod/editwebpage.php:191 ../../mod/events.php:459
msgid "Permission settings"
msgstr "Configuración de permisos"
@@ -2833,21 +1553,21 @@ msgstr "Configuración de permisos"
msgid "permissions"
msgstr "permisos"
-#: ../../include/conversation.php:1237 ../../mod/editwebpage.php:200
-#: ../../mod/editblock.php:159 ../../mod/editlayout.php:156
-#: ../../mod/editpost.php:138
+#: ../../include/conversation.php:1237 ../../mod/editblock.php:159
+#: ../../mod/editlayout.php:156 ../../mod/editpost.php:138
+#: ../../mod/editwebpage.php:200
msgid "Public post"
msgstr "Entrada pública"
-#: ../../include/conversation.php:1239 ../../mod/editwebpage.php:208
-#: ../../mod/editblock.php:166 ../../mod/editlayout.php:164
-#: ../../mod/editpost.php:144
+#: ../../include/conversation.php:1239 ../../mod/editblock.php:166
+#: ../../mod/editlayout.php:164 ../../mod/editpost.php:144
+#: ../../mod/editwebpage.php:208
msgid "Example: bob@example.com, mary@example.com"
msgstr "Ejemplo: roberto@ejemplo.com, maría@ejemplo.com"
-#: ../../include/conversation.php:1252 ../../mod/editwebpage.php:217
-#: ../../mod/editblock.php:176 ../../mod/editlayout.php:173
-#: ../../mod/editpost.php:155 ../../mod/mail.php:253 ../../mod/mail.php:383
+#: ../../include/conversation.php:1252 ../../mod/editblock.php:176
+#: ../../mod/editlayout.php:173 ../../mod/editpost.php:155
+#: ../../mod/editwebpage.php:217 ../../mod/mail.php:253 ../../mod/mail.php:383
msgid "Set expiration date"
msgstr "Configurar fecha de caducidad"
@@ -2855,19 +1575,14 @@ msgstr "Configurar fecha de caducidad"
msgid "Set publish date"
msgstr "Establecer la fecha de publicación"
-#: ../../include/conversation.php:1257 ../../include/ItemObject.php:709
-#: ../../mod/editpost.php:157 ../../mod/mail.php:255 ../../mod/mail.php:385
-msgid "Encrypt text"
-msgstr "Cifrar texto"
-
#: ../../include/conversation.php:1259 ../../mod/editpost.php:159
msgid "OK"
msgstr "OK"
-#: ../../include/conversation.php:1260 ../../mod/fbrowser.php:77
-#: ../../mod/fbrowser.php:112 ../../mod/tagrm.php:11 ../../mod/tagrm.php:134
+#: ../../include/conversation.php:1260 ../../mod/editpost.php:160
+#: ../../mod/fbrowser.php:77 ../../mod/fbrowser.php:112
#: ../../mod/settings.php:587 ../../mod/settings.php:613
-#: ../../mod/editpost.php:160
+#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:134
msgid "Cancel"
msgstr "Cancelar"
@@ -2895,6 +1610,10 @@ msgstr "Publicaciones recientes"
msgid "Sort by Post Date"
msgstr "Ordenar por fecha de publicación"
+#: ../../include/conversation.php:1526 ../../include/widgets.php:95
+msgid "Personal"
+msgstr "Personales"
+
#: ../../include/conversation.php:1529
msgid "Posts that mention or involve you"
msgstr "Publicaciones que le mencionan o involucran"
@@ -2924,7 +1643,7 @@ msgstr "Correo basura"
msgid "Posts flagged as SPAM"
msgstr "Publicaciones marcadas como basura"
-#: ../../include/conversation.php:1601 ../../mod/admin.php:985
+#: ../../include/conversation.php:1601 ../../mod/admin.php:1059
msgid "Channel"
msgstr "Canal"
@@ -2940,10 +1659,9 @@ msgstr "Mi perfil"
msgid "Profile Details"
msgstr "Detalles del perfil"
-#: ../../include/conversation.php:1622 ../../include/nav.php:92
-#: ../../include/apps.php:139 ../../mod/fbrowser.php:25
-msgid "Photos"
-msgstr "Fotos"
+#: ../../include/conversation.php:1625 ../../include/photos.php:506
+msgid "Photo Albums"
+msgstr "Álbumes de fotos"
#: ../../include/conversation.php:1632
msgid "Files and Storage"
@@ -2953,38 +1671,14 @@ msgstr "Ficheros y repositorio"
msgid "Chatrooms"
msgstr "Salas de chat"
-#: ../../include/conversation.php:1655 ../../include/nav.php:103
-#: ../../include/apps.php:129
-msgid "Bookmarks"
-msgstr "Marcadores"
-
#: ../../include/conversation.php:1658
msgid "Saved Bookmarks"
msgstr "Marcadores guardados"
-#: ../../include/conversation.php:1665 ../../include/nav.php:107
-#: ../../include/apps.php:136 ../../mod/webpages.php:178
-msgid "Webpages"
-msgstr "Páginas web"
-
#: ../../include/conversation.php:1668
msgid "Manage Webpages"
msgstr "Administrar páginas web"
-#: ../../include/conversation.php:1697 ../../include/ItemObject.php:175
-#: ../../include/ItemObject.php:187 ../../mod/photos.php:1079
-#: ../../mod/photos.php:1091
-msgid "View all"
-msgstr "Ver todo"
-
-#: ../../include/conversation.php:1724 ../../include/ItemObject.php:184
-#: ../../mod/photos.php:1088
-msgctxt "noun"
-msgid "Dislike"
-msgid_plural "Dislikes"
-msgstr[0] "No me gusta"
-msgstr[1] "No me gusta"
-
#: ../../include/conversation.php:1727
msgctxt "noun"
msgid "Attending"
@@ -3027,206 +1721,115 @@ msgid_plural "Abstains"
msgstr[0] "se abstiene"
msgstr[1] "Se abstienen"
-#: ../../include/auth.php:132
-msgid "Logged out."
-msgstr "Desconectado/a."
-
-#: ../../include/auth.php:273
-msgid "Failed authentication"
-msgstr "Autenticación fallida."
-
-#: ../../include/auth.php:287 ../../mod/openid.php:189
-msgid "Login failed."
-msgstr "El acceso ha fallado."
-
-#: ../../include/contact_selectors.php:56
-msgid "Frequently"
-msgstr "Frecuentemente"
+#: ../../include/datetime.php:48
+msgid "Miscellaneous"
+msgstr "Varios"
-#: ../../include/contact_selectors.php:57
-msgid "Hourly"
-msgstr "Cada hora"
+#: ../../include/datetime.php:132
+msgid "YYYY-MM-DD or MM-DD"
+msgstr "AAAA-MM-DD o MM-DD"
-#: ../../include/contact_selectors.php:58
-msgid "Twice daily"
-msgstr "Dos veces al día"
+#: ../../include/datetime.php:236 ../../mod/appman.php:91
+#: ../../mod/appman.php:92 ../../mod/events.php:437 ../../mod/events.php:442
+msgid "Required"
+msgstr "Obligatorio"
-#: ../../include/contact_selectors.php:59
-msgid "Daily"
-msgstr "Diariamente"
+#: ../../include/datetime.php:269
+msgid "less than a second ago"
+msgstr "hace un instante"
-#: ../../include/contact_selectors.php:60
-msgid "Weekly"
-msgstr "Semanalmente"
+#: ../../include/datetime.php:272
+msgid "year"
+msgstr "año"
-#: ../../include/contact_selectors.php:61
-msgid "Monthly"
-msgstr "Mensualmente"
+#: ../../include/datetime.php:272
+msgid "years"
+msgstr "años"
-#: ../../include/contact_selectors.php:76
-msgid "Friendica"
-msgstr "Friendica"
+#: ../../include/datetime.php:273
+msgid "month"
+msgstr "mes"
-#: ../../include/contact_selectors.php:77
-msgid "OStatus"
-msgstr "OStatus"
+#: ../../include/datetime.php:273
+msgid "months"
+msgstr "meses"
-#: ../../include/contact_selectors.php:78
-msgid "RSS/Atom"
-msgstr "RSS/Atom"
+#: ../../include/datetime.php:274
+msgid "week"
+msgstr "semana"
-#: ../../include/contact_selectors.php:79 ../../mod/id.php:15
-#: ../../mod/id.php:16 ../../mod/admin.php:817 ../../mod/admin.php:826
-#: ../../boot.php:1490
-msgid "Email"
-msgstr "Correo electrónico"
+#: ../../include/datetime.php:274
+msgid "weeks"
+msgstr "semanas"
-#: ../../include/contact_selectors.php:80
-msgid "Diaspora"
-msgstr "Diaspora"
+#: ../../include/datetime.php:275
+msgid "day"
+msgstr "día"
-#: ../../include/contact_selectors.php:81
-msgid "Facebook"
-msgstr "Facebook"
+#: ../../include/datetime.php:275
+msgid "days"
+msgstr "días"
-#: ../../include/contact_selectors.php:82
-msgid "Zot!"
-msgstr "Zot!"
+#: ../../include/datetime.php:276
+msgid "hour"
+msgstr "hora"
-#: ../../include/contact_selectors.php:83
-msgid "LinkedIn"
-msgstr "LinkedIn"
+#: ../../include/datetime.php:276
+msgid "hours"
+msgstr "horas"
-#: ../../include/contact_selectors.php:84
-msgid "XMPP/IM"
-msgstr "XMPP/IM"
+#: ../../include/datetime.php:277
+msgid "minute"
+msgstr "minuto"
-#: ../../include/contact_selectors.php:85
-msgid "MySpace"
-msgstr "MySpace"
+#: ../../include/datetime.php:277
+msgid "minutes"
+msgstr "minutos"
-#: ../../include/bbcode.php:123 ../../include/bbcode.php:794
-#: ../../include/bbcode.php:797 ../../include/bbcode.php:802
-#: ../../include/bbcode.php:805 ../../include/bbcode.php:808
-#: ../../include/bbcode.php:811 ../../include/bbcode.php:816
-#: ../../include/bbcode.php:819 ../../include/bbcode.php:824
-#: ../../include/bbcode.php:827 ../../include/bbcode.php:830
-#: ../../include/bbcode.php:833
-msgid "Image/photo"
-msgstr "Imagen/foto"
+#: ../../include/datetime.php:278
+msgid "second"
+msgstr "segundo"
-#: ../../include/bbcode.php:162 ../../include/bbcode.php:844
-msgid "Encrypted content"
-msgstr "Contenido cifrado"
+#: ../../include/datetime.php:278
+msgid "seconds"
+msgstr "segundos"
-#: ../../include/bbcode.php:179
+#: ../../include/datetime.php:286
#, php-format
-msgid "Install %s element: "
-msgstr "Instalar el elemento %s:"
+msgctxt "e.g. 22 hours ago, 1 minute ago"
+msgid "%1$d %2$s ago"
+msgstr "hace %1$d %2$s"
-#: ../../include/bbcode.php:183
+#: ../../include/datetime.php:520
#, php-format
-msgid ""
-"This post contains an installable %s element, however you lack permissions "
-"to install it on this site."
-msgstr "Esta entrada contiene el elemento instalable %s, sin embargo le faltan permisos para instalarlo en este sitio."
-
-#: ../../include/bbcode.php:193 ../../mod/impel.php:37
-msgid "webpage"
-msgstr "página web"
-
-#: ../../include/bbcode.php:196 ../../mod/impel.php:47
-msgid "layout"
-msgstr "disposición"
-
-#: ../../include/bbcode.php:199 ../../mod/impel.php:42
-msgid "block"
-msgstr "bloque"
-
-#: ../../include/bbcode.php:202 ../../mod/impel.php:54
-msgid "menu"
-msgstr "menú"
+msgid "%1$s's birthday"
+msgstr "Cumpleaños de %1$s"
-#: ../../include/bbcode.php:257
+#: ../../include/datetime.php:521
#, php-format
-msgid "%1$s wrote the following %2$s %3$s"
-msgstr "%1$s escribió la siguiente %2$s %3$s"
-
-#: ../../include/bbcode.php:259 ../../mod/tagger.php:51
-msgid "post"
-msgstr "entrada"
-
-#: ../../include/bbcode.php:547
-msgid "Different viewers will see this text differently"
-msgstr "Visitantes diferentes verán este texto de forma distinta"
-
-#: ../../include/bbcode.php:755
-msgid "$1 spoiler"
-msgstr "$1 spoiler"
-
-#: ../../include/bbcode.php:782
-msgid "$1 wrote:"
-msgstr "$1 escribió:"
+msgid "Happy Birthday %1$s"
+msgstr "Feliz cumpleaños %1$s"
-#: ../../include/contact_widgets.php:14
+#: ../../include/dba/dba_driver.php:141
#, php-format
-msgid "%d invitation available"
-msgid_plural "%d invitations available"
-msgstr[0] "%d invitación pendiente"
-msgstr[1] "%d invitaciones disponibles"
-
-#: ../../include/contact_widgets.php:19 ../../mod/admin.php:451
-msgid "Advanced"
-msgstr "Avanzado"
-
-#: ../../include/contact_widgets.php:22
-msgid "Find Channels"
-msgstr "Encontrar canales"
-
-#: ../../include/contact_widgets.php:23
-msgid "Enter name or interest"
-msgstr "Introducir nombre o interés"
-
-#: ../../include/contact_widgets.php:24
-msgid "Connect/Follow"
-msgstr "Conectar/Seguir"
-
-#: ../../include/contact_widgets.php:25
-msgid "Examples: Robert Morgenstein, Fishing"
-msgstr "Ejemplos: José Fernández, Pesca"
-
-#: ../../include/contact_widgets.php:26 ../../mod/directory.php:381
-#: ../../mod/directory.php:386 ../../mod/connections.php:266
-msgid "Find"
-msgstr "Encontrar"
-
-#: ../../include/contact_widgets.php:27 ../../mod/directory.php:385
-#: ../../mod/suggest.php:60
-msgid "Channel Suggestions"
-msgstr "Sugerencias de canales"
-
-#: ../../include/contact_widgets.php:29
-msgid "Random Profile"
-msgstr "Perfil aleatorio"
+msgid "Cannot locate DNS info for database server '%s'"
+msgstr "No se ha podido localizar información de DNS para el servidor de base de datos “%s”"
-#: ../../include/contact_widgets.php:30
-msgid "Invite Friends"
-msgstr "Invitar a amigos"
+#: ../../include/dir_fns.php:139
+msgid "Directory Options"
+msgstr "Opciones del directorio"
-#: ../../include/contact_widgets.php:32
-msgid "Advanced example: name=fred and country=iceland"
-msgstr "Ejemplo avanzado: nombre=juan y país=españa"
+#: ../../include/dir_fns.php:141
+msgid "Safe Mode"
+msgstr "Modo seguro"
-#: ../../include/contact_widgets.php:128
-#, php-format
-msgid "%d connection in common"
-msgid_plural "%d connections in common"
-msgstr[0] "%d conexión en común"
-msgstr[1] "%d conexiones en común"
+#: ../../include/dir_fns.php:142
+msgid "Public Forums Only"
+msgstr "Solo foros públicos"
-#: ../../include/contact_widgets.php:133
-msgid "show more"
-msgstr "mostrar más"
+#: ../../include/dir_fns.php:143
+msgid "This Website Only"
+msgstr "Solo este sitio web"
#: ../../include/enotify.php:57 ../../include/network.php:1608
msgid "$Projectname Notification"
@@ -3424,6 +2027,298 @@ msgstr "Por favor, visite %s para aprobar o rechazar la sugerencia."
msgid "[Hubzilla:Notify]"
msgstr "[Hubzilla:Aviso]"
+#: ../../include/event.php:768
+msgid "This event has been added to your calendar."
+msgstr "Este evento ha sido añadido a su calendario."
+
+#: ../../include/event.php:967
+msgid "Not specified"
+msgstr "Sin especificar"
+
+#: ../../include/event.php:968
+msgid "Needs Action"
+msgstr "Necesita de una intervención"
+
+#: ../../include/event.php:969
+msgid "Completed"
+msgstr "Completado/a"
+
+#: ../../include/event.php:970
+msgid "In Process"
+msgstr "En proceso"
+
+#: ../../include/event.php:971
+msgid "Cancelled"
+msgstr "Cancelado/a"
+
+#: ../../include/features.php:45
+msgid "General Features"
+msgstr "Funcionalidades básicas"
+
+#: ../../include/features.php:47
+msgid "Content Expiration"
+msgstr "Caducidad del contenido"
+
+#: ../../include/features.php:47
+msgid "Remove posts/comments and/or private messages at a future time"
+msgstr "Eliminar publicaciones/comentarios y/o mensajes privados más adelante"
+
+#: ../../include/features.php:48
+msgid "Multiple Profiles"
+msgstr "Múltiples perfiles"
+
+#: ../../include/features.php:48
+msgid "Ability to create multiple profiles"
+msgstr "Capacidad de crear múltiples perfiles"
+
+#: ../../include/features.php:49
+msgid "Advanced Profiles"
+msgstr "Perfiles avanzados"
+
+#: ../../include/features.php:49
+msgid "Additional profile sections and selections"
+msgstr "Secciones y selecciones de perfil adicionales"
+
+#: ../../include/features.php:50
+msgid "Profile Import/Export"
+msgstr "Importar/Exportar perfil"
+
+#: ../../include/features.php:50
+msgid "Save and load profile details across sites/channels"
+msgstr "Guardar y cargar detalles del perfil a través de sitios/canales"
+
+#: ../../include/features.php:51
+msgid "Web Pages"
+msgstr "Páginas web"
+
+#: ../../include/features.php:51
+msgid "Provide managed web pages on your channel"
+msgstr "Proveer páginas web gestionadas en su canal"
+
+#: ../../include/features.php:52
+msgid "Private Notes"
+msgstr "Notas privadas"
+
+#: ../../include/features.php:52
+msgid "Enables a tool to store notes and reminders"
+msgstr "Activar una herramienta para almacenar notas y recordatorios"
+
+#: ../../include/features.php:53
+msgid "Navigation Channel Select"
+msgstr "Navegación por el selector de canales"
+
+#: ../../include/features.php:53
+msgid "Change channels directly from within the navigation dropdown menu"
+msgstr "Cambiar de canales directamente desde el menú de navegación desplegable"
+
+#: ../../include/features.php:54
+msgid "Photo Location"
+msgstr "Ubicación de las fotos"
+
+#: ../../include/features.php:54
+msgid "If location data is available on uploaded photos, link this to a map."
+msgstr "Si los datos de ubicación están disponibles en las fotos subidas, enlazar estas a un mapa."
+
+#: ../../include/features.php:56
+msgid "Expert Mode"
+msgstr "Modo de experto"
+
+#: ../../include/features.php:56
+msgid "Enable Expert Mode to provide advanced configuration options"
+msgstr "Habilitar el modo de experto para acceder a opciones avanzadas de configuración"
+
+#: ../../include/features.php:57
+msgid "Premium Channel"
+msgstr "Canal premium"
+
+#: ../../include/features.php:57
+msgid ""
+"Allows you to set restrictions and terms on those that connect with your "
+"channel"
+msgstr "Les permite configurar restricciones y normas de uso a aquellos que conectan con su canal"
+
+#: ../../include/features.php:62
+msgid "Post Composition Features"
+msgstr "Opciones para la redacción de entradas"
+
+#: ../../include/features.php:64
+msgid "Use Markdown"
+msgstr "Usar Markdown"
+
+#: ../../include/features.php:64
+msgid "Allow use of \"Markdown\" to format posts"
+msgstr "Permitir el uso de \"Markdown\" para formatear publicaciones"
+
+#: ../../include/features.php:65
+msgid "Large Photos"
+msgstr "Fotos de gran tamaño"
+
+#: ../../include/features.php:65
+msgid ""
+"Include large (1024px) photo thumbnails in posts. If not enabled, use small "
+"(640px) photo thumbnails"
+msgstr "Incluir miniaturas de fotos grandes (1024px) en publicaciones. Si no está habilitado, usar miniaturas pequeñas (640px)"
+
+#: ../../include/features.php:66 ../../include/widgets.php:549
+#: ../../mod/sources.php:88
+msgid "Channel Sources"
+msgstr "Orígenes de los contenidos del canal"
+
+#: ../../include/features.php:66
+msgid "Automatically import channel content from other channels or feeds"
+msgstr "Importar automáticamente contenido de otros canales o \"feeds\""
+
+#: ../../include/features.php:67
+msgid "Even More Encryption"
+msgstr "Más cifrado todavía"
+
+#: ../../include/features.php:67
+msgid ""
+"Allow optional encryption of content end-to-end with a shared secret key"
+msgstr "Permitir cifrado adicional de contenido \"punto-a-punto\" con una clave secreta compartida."
+
+#: ../../include/features.php:68
+msgid "Enable Voting Tools"
+msgstr "Permitir entradas con votación"
+
+#: ../../include/features.php:68
+msgid "Provide a class of post which others can vote on"
+msgstr "Proveer una clase de publicación en la que otros puedan votar"
+
+#: ../../include/features.php:69
+msgid "Delayed Posting"
+msgstr "Publicación aplazada"
+
+#: ../../include/features.php:69
+msgid "Allow posts to be published at a later date"
+msgstr "Permitir mensajes que se publicarán en una fecha posterior"
+
+#: ../../include/features.php:70
+msgid "Suppress Duplicate Posts/Comments"
+msgstr "Prevenir entradas o comentarios duplicados"
+
+#: ../../include/features.php:70
+msgid ""
+"Prevent posts with identical content to be published with less than two "
+"minutes in between submissions."
+msgstr "Prevenir que entradas con contenido idéntico se publiquen con menos de dos minutos de intervalo."
+
+#: ../../include/features.php:76
+msgid "Network and Stream Filtering"
+msgstr "Filtrado del contenido"
+
+#: ../../include/features.php:77
+msgid "Search by Date"
+msgstr "Buscar por fecha"
+
+#: ../../include/features.php:77
+msgid "Ability to select posts by date ranges"
+msgstr "Capacidad de seleccionar entradas por rango de fechas"
+
+#: ../../include/features.php:78
+msgid "Collections Filter"
+msgstr "Filtrado de colecciones"
+
+#: ../../include/features.php:78
+msgid "Enable widget to display Network posts only from selected collections"
+msgstr "Habilitar la muestra de entradas eligiendo colecciones"
+
+#: ../../include/features.php:79 ../../include/widgets.php:274
+msgid "Saved Searches"
+msgstr "Búsquedas guardadas"
+
+#: ../../include/features.php:79
+msgid "Save search terms for re-use"
+msgstr "Guardar términos de búsqueda para su reutilización"
+
+#: ../../include/features.php:80
+msgid "Network Personal Tab"
+msgstr "Actividad personal"
+
+#: ../../include/features.php:80
+msgid "Enable tab to display only Network posts that you've interacted on"
+msgstr "Habilitar una pestaña en la cual se muestren solo las entradas en las que ha participado."
+
+#: ../../include/features.php:81
+msgid "Network New Tab"
+msgstr "Contenido nuevo"
+
+#: ../../include/features.php:81
+msgid "Enable tab to display all new Network activity"
+msgstr "Habilitar una pestaña en la que se muestre solo el contenido nuevo"
+
+#: ../../include/features.php:82
+msgid "Affinity Tool"
+msgstr "Herramienta de afinidad"
+
+#: ../../include/features.php:82
+msgid "Filter stream activity by depth of relationships"
+msgstr "Filtrar el contenido según la profundidad de las relaciones"
+
+#: ../../include/features.php:83
+msgid "Connection Filtering"
+msgstr "Filtrado de conexiones"
+
+#: ../../include/features.php:83
+msgid "Filter incoming posts from connections based on keywords/content"
+msgstr "Filtrar publicaciones entrantes de conexiones por palabras clave o contenido"
+
+#: ../../include/features.php:84
+msgid "Suggest Channels"
+msgstr "Sugerir canales"
+
+#: ../../include/features.php:84
+msgid "Show channel suggestions"
+msgstr "Mostrar sugerencias de canales"
+
+#: ../../include/features.php:89
+msgid "Post/Comment Tools"
+msgstr "Gestión de entradas y comentarios"
+
+#: ../../include/features.php:90
+msgid "Community Tagging"
+msgstr "Etiquetado de la comunidad"
+
+#: ../../include/features.php:90
+msgid "Ability to tag existing posts"
+msgstr "Capacidad de etiquetar entradas existentes"
+
+#: ../../include/features.php:91
+msgid "Post Categories"
+msgstr "Categorías de entradas"
+
+#: ../../include/features.php:91
+msgid "Add categories to your posts"
+msgstr "Añadir categorías a sus publicaciones"
+
+#: ../../include/features.php:92
+msgid "Ability to file posts under folders"
+msgstr "Capacidad de archivar entradas en carpetas"
+
+#: ../../include/features.php:93
+msgid "Dislike Posts"
+msgstr "Desagrado de publicaciones"
+
+#: ../../include/features.php:93
+msgid "Ability to dislike posts/comments"
+msgstr "Capacidad de mostrar desacuerdo con el contenido de entradas y comentarios"
+
+#: ../../include/features.php:94
+msgid "Star Posts"
+msgstr "Entradas destacadas"
+
+#: ../../include/features.php:94
+msgid "Ability to mark special posts with a star indicator"
+msgstr "Capacidad de marcar entradas destacadas con un indicador de estrella"
+
+#: ../../include/features.php:95
+msgid "Tag Cloud"
+msgstr "Nube de etiquetas"
+
+#: ../../include/features.php:95
+msgid "Provide a personal tag cloud on your channel page"
+msgstr "Proveer nube de etiquetas personal en su página de canal"
+
#: ../../include/follow.php:28
msgid "Channel is blocked on this site."
msgstr "El canal está bloqueado en este sitio."
@@ -3456,13 +2351,703 @@ msgstr "No se ha encontrado la cuenta local."
msgid "Cannot connect to yourself."
msgstr "No puede conectarse consigo mismo."
-#: ../../include/oembed.php:213
-msgid "Embedded content"
-msgstr "Contenido incorporado"
+#: ../../include/group.php:26
+msgid ""
+"A deleted group with this name was revived. Existing item permissions "
+"<strong>may</strong> apply to this group and any future members. If this is "
+"not what you intended, please create another group with a different name."
+msgstr "Un grupo suprimido con este nombre ha sido restablecido. <strong>Es posible</strong> que los permisos existentes sean aplicados a este grupo y sus futuros miembros. Si no quiere esto, por favor cree otro grupo con un nombre diferente."
-#: ../../include/oembed.php:222
-msgid "Embedding disabled"
-msgstr "Incrustación deshabilitada"
+#: ../../include/group.php:232
+msgid "Add new connections to this collection (privacy group)"
+msgstr "Añadir nuevas conexiones a esta colección (privacidad del grupo)"
+
+#: ../../include/group.php:251 ../../mod/admin.php:900
+msgid "All Channels"
+msgstr "Todos los canales"
+
+#: ../../include/group.php:273
+msgid "edit"
+msgstr "editar"
+
+#: ../../include/group.php:295
+msgid "Collections"
+msgstr "Colecciones"
+
+#: ../../include/group.php:296
+msgid "Edit collection"
+msgstr "Editar colección"
+
+#: ../../include/group.php:297
+msgid "Add new collection"
+msgstr "Añadir nueva colección"
+
+#: ../../include/group.php:298
+msgid "Channels not in any collection"
+msgstr "El canal no se encuentra en ninguna colección"
+
+#: ../../include/group.php:300 ../../include/widgets.php:275
+msgid "add"
+msgstr "añadir"
+
+#: ../../include/identity.php:32
+msgid "Unable to obtain identity information from database"
+msgstr "No ha sido posible obtener información sobre la identidad desde la base de datos"
+
+#: ../../include/identity.php:66
+msgid "Empty name"
+msgstr "Nombre vacío"
+
+#: ../../include/identity.php:69
+msgid "Name too long"
+msgstr "Nombre demasiado largo"
+
+#: ../../include/identity.php:181
+msgid "No account identifier"
+msgstr "Ningún identificador de la cuenta"
+
+#: ../../include/identity.php:193
+msgid "Nickname is required."
+msgstr "Se requiere un sobrenombre (alias)."
+
+#: ../../include/identity.php:207
+msgid "Reserved nickname. Please choose another."
+msgstr "Sobrenombre en uso. Por favor, elija otro."
+
+#: ../../include/identity.php:212
+msgid ""
+"Nickname has unsupported characters or is already being used on this site."
+msgstr "El alias contiene caracteres no admitidos o está ya en uso por otros usuarios de este sitio."
+
+#: ../../include/identity.php:288
+msgid "Unable to retrieve created identity"
+msgstr "No ha sido posible recuperar la identidad creada"
+
+#: ../../include/identity.php:346
+msgid "Default Profile"
+msgstr "Perfil principal"
+
+#: ../../include/identity.php:390 ../../include/identity.php:391
+#: ../../include/identity.php:398 ../../include/profile_selectors.php:80
+#: ../../include/widgets.php:430 ../../mod/connedit.php:579
+#: ../../mod/settings.php:338 ../../mod/settings.php:342
+#: ../../mod/settings.php:343 ../../mod/settings.php:346
+#: ../../mod/settings.php:357
+msgid "Friends"
+msgstr "Amigos/as"
+
+#: ../../include/identity.php:770
+msgid "Requested channel is not available."
+msgstr "El canal solicitado no está disponible."
+
+#: ../../include/identity.php:816 ../../mod/achievements.php:11
+#: ../../mod/blocks.php:29 ../../mod/connect.php:13 ../../mod/editblock.php:29
+#: ../../mod/editlayout.php:27 ../../mod/editwebpage.php:28
+#: ../../mod/filestorage.php:54 ../../mod/hcard.php:8 ../../mod/layouts.php:29
+#: ../../mod/profile.php:16 ../../mod/webpages.php:29
+msgid "Requested profile is not available."
+msgstr "El perfil solicitado no está disponible."
+
+#: ../../include/identity.php:960 ../../mod/profiles.php:782
+msgid "Change profile photo"
+msgstr "Cambiar la foto del perfil"
+
+#: ../../include/identity.php:966
+msgid "Profiles"
+msgstr "Perfiles"
+
+#: ../../include/identity.php:966
+msgid "Manage/edit profiles"
+msgstr "Administrar/editar perfiles"
+
+#: ../../include/identity.php:967 ../../mod/profiles.php:783
+msgid "Create New Profile"
+msgstr "Crear un nuevo perfil"
+
+#: ../../include/identity.php:970 ../../include/nav.php:90
+msgid "Edit Profile"
+msgstr "Editar el perfil"
+
+#: ../../include/identity.php:982 ../../mod/profiles.php:794
+msgid "Profile Image"
+msgstr "Imagen del perfil"
+
+#: ../../include/identity.php:985
+msgid "visible to everybody"
+msgstr "visible para cualquiera"
+
+#: ../../include/identity.php:986 ../../mod/profiles.php:677
+#: ../../mod/profiles.php:798
+msgid "Edit visibility"
+msgstr "Editar visibilidad"
+
+#: ../../include/identity.php:1002 ../../include/identity.php:1242
+msgid "Gender:"
+msgstr "Género:"
+
+#: ../../include/identity.php:1003 ../../include/identity.php:1286
+msgid "Status:"
+msgstr "Estado:"
+
+#: ../../include/identity.php:1004 ../../include/identity.php:1297
+msgid "Homepage:"
+msgstr "Página personal:"
+
+#: ../../include/identity.php:1005
+msgid "Online Now"
+msgstr "Ahora en línea"
+
+#: ../../include/identity.php:1089 ../../include/identity.php:1167
+#: ../../mod/ping.php:318
+msgid "g A l F d"
+msgstr "g A l d F"
+
+#: ../../include/identity.php:1090 ../../include/identity.php:1168
+msgid "F d"
+msgstr "d F"
+
+#: ../../include/identity.php:1135 ../../include/identity.php:1207
+#: ../../mod/ping.php:341
+msgid "[today]"
+msgstr "[hoy]"
+
+#: ../../include/identity.php:1146
+msgid "Birthday Reminders"
+msgstr "Recordatorios de cumpleaños"
+
+#: ../../include/identity.php:1147
+msgid "Birthdays this week:"
+msgstr "Cumpleaños de esta semana:"
+
+#: ../../include/identity.php:1200
+msgid "[No description]"
+msgstr "[Sin descripción]"
+
+#: ../../include/identity.php:1218
+msgid "Event Reminders"
+msgstr "Recordatorios de eventos"
+
+#: ../../include/identity.php:1219
+msgid "Events this week:"
+msgstr "Eventos de esta semana:"
+
+#: ../../include/identity.php:1240 ../../mod/settings.php:1029
+msgid "Full Name:"
+msgstr "Nombre completo:"
+
+#: ../../include/identity.php:1247
+msgid "Like this channel"
+msgstr "Me gusta este canal"
+
+#: ../../include/identity.php:1271
+msgid "j F, Y"
+msgstr "j F Y"
+
+#: ../../include/identity.php:1272
+msgid "j F"
+msgstr "j F"
+
+#: ../../include/identity.php:1279
+msgid "Birthday:"
+msgstr "Cumpleaños:"
+
+#: ../../include/identity.php:1283 ../../mod/directory.php:299
+msgid "Age:"
+msgstr "Edad:"
+
+#: ../../include/identity.php:1292
+#, php-format
+msgid "for %1$d %2$s"
+msgstr "por %1$d %2$s"
+
+#: ../../include/identity.php:1295 ../../mod/profiles.php:699
+msgid "Sexual Preference:"
+msgstr "Orientación sexual:"
+
+#: ../../include/identity.php:1299 ../../mod/directory.php:315
+#: ../../mod/profiles.php:701
+msgid "Hometown:"
+msgstr "Ciudad de origen:"
+
+#: ../../include/identity.php:1301
+msgid "Tags:"
+msgstr "Etiquetas:"
+
+#: ../../include/identity.php:1303 ../../mod/profiles.php:702
+msgid "Political Views:"
+msgstr "Posición política:"
+
+#: ../../include/identity.php:1305
+msgid "Religion:"
+msgstr "Religión:"
+
+#: ../../include/identity.php:1307 ../../mod/directory.php:317
+msgid "About:"
+msgstr "Sobre mí:"
+
+#: ../../include/identity.php:1309
+msgid "Hobbies/Interests:"
+msgstr "Aficciones/Intereses:"
+
+#: ../../include/identity.php:1311 ../../mod/profiles.php:705
+msgid "Likes:"
+msgstr "Me gusta:"
+
+#: ../../include/identity.php:1313 ../../mod/profiles.php:706
+msgid "Dislikes:"
+msgstr "No me gusta:"
+
+#: ../../include/identity.php:1315
+msgid "Contact information and Social Networks:"
+msgstr "Información de contacto y redes sociales:"
+
+#: ../../include/identity.php:1317
+msgid "My other channels:"
+msgstr "Mis otros canales:"
+
+#: ../../include/identity.php:1319
+msgid "Musical interests:"
+msgstr "Intereses musicales:"
+
+#: ../../include/identity.php:1321
+msgid "Books, literature:"
+msgstr "Libros, literatura:"
+
+#: ../../include/identity.php:1323
+msgid "Television:"
+msgstr "Televisión:"
+
+#: ../../include/identity.php:1325
+msgid "Film/dance/culture/entertainment:"
+msgstr "Cine/danza/cultura/entretenimiento:"
+
+#: ../../include/identity.php:1327
+msgid "Love/Romance:"
+msgstr "Vida sentimental/amorosa:"
+
+#: ../../include/identity.php:1329
+msgid "Work/employment:"
+msgstr "Trabajo:"
+
+#: ../../include/identity.php:1331
+msgid "School/education:"
+msgstr "Estudios:"
+
+#: ../../include/identity.php:1351
+msgid "Like this thing"
+msgstr "Me gusta esto"
+
+#: ../../include/import.php:23
+msgid ""
+"Cannot create a duplicate channel identifier on this system. Import failed."
+msgstr "No se ha podido crear un canal con un identificador que ya existe en este sistema. La importación ha fallado."
+
+#: ../../include/import.php:70
+msgid "Channel clone failed. Import failed."
+msgstr "La clonación del canal no ha salido bien. La importación ha fallado."
+
+#: ../../include/import.php:80 ../../mod/import.php:139
+msgid "Cloned channel not found. Import failed."
+msgstr "No se ha podido importar el canal porque el canal clonado no se ha encontrado."
+
+#: ../../include/items.php:423 ../../index.php:364 ../../mod/dreport.php:6
+#: ../../mod/dreport.php:45 ../../mod/group.php:68
+#: ../../mod/import_items.php:114 ../../mod/like.php:280
+#: ../../mod/profperm.php:23 ../../mod/subthread.php:58
+msgid "Permission denied"
+msgstr "Permiso denegado"
+
+#: ../../include/items.php:1130 ../../include/items.php:1176
+msgid "(Unknown)"
+msgstr "(Desconocido)"
+
+#: ../../include/items.php:1373
+msgid "Visible to anybody on the internet."
+msgstr "Visible para cualquiera en internet."
+
+#: ../../include/items.php:1375
+msgid "Visible to you only."
+msgstr "Visible sólo para usted."
+
+#: ../../include/items.php:1377
+msgid "Visible to anybody in this network."
+msgstr "Visible para cualquiera en esta red."
+
+#: ../../include/items.php:1379
+msgid "Visible to anybody authenticated."
+msgstr "Visible para cualquiera que haya sido autenticado."
+
+#: ../../include/items.php:1381
+#, php-format
+msgid "Visible to anybody on %s."
+msgstr "Visible para cualquiera en %s."
+
+#: ../../include/items.php:1383
+msgid "Visible to all connections."
+msgstr "Visible para todas las conexiones."
+
+#: ../../include/items.php:1385
+msgid "Visible to approved connections."
+msgstr "Visible para las conexiones permitidas."
+
+#: ../../include/items.php:1387
+msgid "Visible to specific connections."
+msgstr "Visible para conexiones específicas."
+
+#: ../../include/items.php:4326 ../../mod/admin.php:135
+#: ../../mod/admin.php:1091 ../../mod/admin.php:1296 ../../mod/display.php:36
+#: ../../mod/filestorage.php:27 ../../mod/thing.php:86
+#: ../../mod/viewsrc.php:20
+msgid "Item not found."
+msgstr "Elemento no encontrado."
+
+#: ../../include/items.php:4838 ../../mod/group.php:38 ../../mod/group.php:137
+msgid "Collection not found."
+msgstr "Colección no encontrada."
+
+#: ../../include/items.php:4854
+msgid "Collection is empty."
+msgstr "La colección está vacía."
+
+#: ../../include/items.php:4861
+#, php-format
+msgid "Collection: %s"
+msgstr "Colección: %s"
+
+#: ../../include/items.php:4871 ../../mod/connedit.php:689
+#, php-format
+msgid "Connection: %s"
+msgstr "Conexión: %s"
+
+#: ../../include/items.php:4873
+msgid "Connection not found."
+msgstr "Conexión no encontrada"
+
+#: ../../include/js_strings.php:5
+msgid "Delete this item?"
+msgstr "¿Borrar este elemento?"
+
+#: ../../include/js_strings.php:8
+msgid "[-] show less"
+msgstr "[-] mostrar menos"
+
+#: ../../include/js_strings.php:9
+msgid "[+] expand"
+msgstr "[+] expandir"
+
+#: ../../include/js_strings.php:10
+msgid "[-] collapse"
+msgstr "[-] contraer"
+
+#: ../../include/js_strings.php:11
+msgid "Password too short"
+msgstr "Contraseña demasiado corta"
+
+#: ../../include/js_strings.php:12
+msgid "Passwords do not match"
+msgstr "Las contraseñas no coinciden"
+
+#: ../../include/js_strings.php:13 ../../mod/photos.php:41
+msgid "everybody"
+msgstr "cualquiera"
+
+#: ../../include/js_strings.php:14
+msgid "Secret Passphrase"
+msgstr "Contraseña secreta"
+
+#: ../../include/js_strings.php:15
+msgid "Passphrase hint"
+msgstr "Pista de contraseña"
+
+#: ../../include/js_strings.php:16
+msgid "Notice: Permissions have changed but have not yet been submitted."
+msgstr "Aviso: los permisos han cambiado pero aún no han sido enviados."
+
+#: ../../include/js_strings.php:17
+msgid "close all"
+msgstr "cerrar todo"
+
+#: ../../include/js_strings.php:18
+msgid "Nothing new here"
+msgstr "Nada nuevo por aquí"
+
+#: ../../include/js_strings.php:19
+msgid "Rate This Channel (this is public)"
+msgstr "Valorar este canal (esto es público)"
+
+#: ../../include/js_strings.php:20 ../../mod/connedit.php:700
+#: ../../mod/rate.php:157
+msgid "Rating"
+msgstr "Valoración"
+
+#: ../../include/js_strings.php:21
+msgid "Describe (optional)"
+msgstr "Describir (opcional)"
+
+#: ../../include/js_strings.php:23
+msgid "Please enter a link URL"
+msgstr "Por favor, introduzca una dirección de enlace"
+
+#: ../../include/js_strings.php:24
+msgid "Unsaved changes. Are you sure you wish to leave this page?"
+msgstr "Cambios no guardados. ¿Está seguro de que desea abandonar la página?"
+
+#: ../../include/js_strings.php:25 ../../mod/events.php:452
+#: ../../mod/profiles.php:464 ../../mod/pubsites.php:28
+msgid "Location"
+msgstr "Ubicación"
+
+#: ../../include/js_strings.php:27
+msgid "timeago.prefixAgo"
+msgstr "timeago.prefixAgo"
+
+#: ../../include/js_strings.php:28
+msgid "timeago.prefixFromNow"
+msgstr "timeago.prefixFromNow"
+
+#: ../../include/js_strings.php:29
+msgid "ago"
+msgstr "antes"
+
+#: ../../include/js_strings.php:30
+msgid "from now"
+msgstr "desde ahora"
+
+#: ../../include/js_strings.php:31
+msgid "less than a minute"
+msgstr "menos de un minuto"
+
+#: ../../include/js_strings.php:32
+msgid "about a minute"
+msgstr "alrededor de un minuto"
+
+#: ../../include/js_strings.php:33
+#, php-format
+msgid "%d minutes"
+msgstr "%d minutos"
+
+#: ../../include/js_strings.php:34
+msgid "about an hour"
+msgstr "alrededor de una hora"
+
+#: ../../include/js_strings.php:35
+#, php-format
+msgid "about %d hours"
+msgstr "alrededor de %d horas"
+
+#: ../../include/js_strings.php:36
+msgid "a day"
+msgstr "un día"
+
+#: ../../include/js_strings.php:37
+#, php-format
+msgid "%d days"
+msgstr "%d días"
+
+#: ../../include/js_strings.php:38
+msgid "about a month"
+msgstr "alrededor de un mes"
+
+#: ../../include/js_strings.php:39
+#, php-format
+msgid "%d months"
+msgstr "%d meses"
+
+#: ../../include/js_strings.php:40
+msgid "about a year"
+msgstr "alrededor de un año"
+
+#: ../../include/js_strings.php:41
+#, php-format
+msgid "%d years"
+msgstr "%d años"
+
+#: ../../include/js_strings.php:42
+msgid " "
+msgstr " "
+
+#: ../../include/js_strings.php:43
+msgid "timeago.numbers"
+msgstr "timeago.numbers"
+
+#: ../../include/js_strings.php:45 ../../include/text.php:1183
+msgid "January"
+msgstr "enero"
+
+#: ../../include/js_strings.php:46 ../../include/text.php:1183
+msgid "February"
+msgstr "febrero"
+
+#: ../../include/js_strings.php:47 ../../include/text.php:1183
+msgid "March"
+msgstr "marzo"
+
+#: ../../include/js_strings.php:48 ../../include/text.php:1183
+msgid "April"
+msgstr "abril"
+
+#: ../../include/js_strings.php:49
+msgctxt "long"
+msgid "May"
+msgstr "mayo"
+
+#: ../../include/js_strings.php:50 ../../include/text.php:1183
+msgid "June"
+msgstr "junio"
+
+#: ../../include/js_strings.php:51 ../../include/text.php:1183
+msgid "July"
+msgstr "julio"
+
+#: ../../include/js_strings.php:52 ../../include/text.php:1183
+msgid "August"
+msgstr "agosto"
+
+#: ../../include/js_strings.php:53 ../../include/text.php:1183
+msgid "September"
+msgstr "septiembre"
+
+#: ../../include/js_strings.php:54 ../../include/text.php:1183
+msgid "October"
+msgstr "octubre"
+
+#: ../../include/js_strings.php:55 ../../include/text.php:1183
+msgid "November"
+msgstr "noviembre"
+
+#: ../../include/js_strings.php:56 ../../include/text.php:1183
+msgid "December"
+msgstr "diciembre"
+
+#: ../../include/js_strings.php:57
+msgid "Jan"
+msgstr "ene"
+
+#: ../../include/js_strings.php:58
+msgid "Feb"
+msgstr "feb"
+
+#: ../../include/js_strings.php:59
+msgid "Mar"
+msgstr "mar"
+
+#: ../../include/js_strings.php:60
+msgid "Apr"
+msgstr "abr"
+
+#: ../../include/js_strings.php:61
+msgctxt "short"
+msgid "May"
+msgstr "may"
+
+#: ../../include/js_strings.php:62
+msgid "Jun"
+msgstr "jun"
+
+#: ../../include/js_strings.php:63
+msgid "Jul"
+msgstr "jul"
+
+#: ../../include/js_strings.php:64
+msgid "Aug"
+msgstr "ago"
+
+#: ../../include/js_strings.php:65
+msgid "Sep"
+msgstr "sep"
+
+#: ../../include/js_strings.php:66
+msgid "Oct"
+msgstr "oct"
+
+#: ../../include/js_strings.php:67
+msgid "Nov"
+msgstr "nov"
+
+#: ../../include/js_strings.php:68
+msgid "Dec"
+msgstr "dic"
+
+#: ../../include/js_strings.php:69 ../../include/text.php:1179
+msgid "Sunday"
+msgstr "domingo"
+
+#: ../../include/js_strings.php:70 ../../include/text.php:1179
+msgid "Monday"
+msgstr "lunes"
+
+#: ../../include/js_strings.php:71 ../../include/text.php:1179
+msgid "Tuesday"
+msgstr "martes"
+
+#: ../../include/js_strings.php:72 ../../include/text.php:1179
+msgid "Wednesday"
+msgstr "miércoles"
+
+#: ../../include/js_strings.php:73 ../../include/text.php:1179
+msgid "Thursday"
+msgstr "jueves"
+
+#: ../../include/js_strings.php:74 ../../include/text.php:1179
+msgid "Friday"
+msgstr "viernes"
+
+#: ../../include/js_strings.php:75 ../../include/text.php:1179
+msgid "Saturday"
+msgstr "sábado"
+
+#: ../../include/js_strings.php:76
+msgid "Sun"
+msgstr "dom"
+
+#: ../../include/js_strings.php:77
+msgid "Mon"
+msgstr "lun"
+
+#: ../../include/js_strings.php:78
+msgid "Tue"
+msgstr "mar"
+
+#: ../../include/js_strings.php:79
+msgid "Wed"
+msgstr "mié"
+
+#: ../../include/js_strings.php:80
+msgid "Thu"
+msgstr "jue"
+
+#: ../../include/js_strings.php:81
+msgid "Fri"
+msgstr "vie"
+
+#: ../../include/js_strings.php:82
+msgid "Sat"
+msgstr "sáb"
+
+#: ../../include/js_strings.php:83
+msgctxt "calendar"
+msgid "today"
+msgstr "hoy"
+
+#: ../../include/js_strings.php:84
+msgctxt "calendar"
+msgid "month"
+msgstr "mes"
+
+#: ../../include/js_strings.php:85
+msgctxt "calendar"
+msgid "week"
+msgstr "semana"
+
+#: ../../include/js_strings.php:86
+msgctxt "calendar"
+msgid "day"
+msgstr "día"
+
+#: ../../include/js_strings.php:87
+msgctxt "calendar"
+msgid "All day"
+msgstr "Todos los días"
#: ../../include/message.php:19
msgid "No recipient provided."
@@ -3480,10 +3065,6 @@ msgstr "No ha sido posible determinar el remitente. "
msgid "Stored post could not be verified."
msgstr "No se han podido verificar las publicaciones guardadas."
-#: ../../include/nav.php:82 ../../include/nav.php:114 ../../boot.php:1487
-msgid "Logout"
-msgstr "Finalizar sesión"
-
#: ../../include/nav.php:82 ../../include/nav.php:114
msgid "End this session"
msgstr "Finalizar esta sesión"
@@ -3520,10 +3101,6 @@ msgstr "Sus fotos"
msgid "Your files"
msgstr "Sus ficheros"
-#: ../../include/nav.php:97 ../../include/apps.php:146
-msgid "Chat"
-msgstr "Chat"
-
#: ../../include/nav.php:97
msgid "Your chatrooms"
msgstr "Sus salas de chat"
@@ -3536,10 +3113,6 @@ msgstr "Sus marcadores"
msgid "Your webpages"
msgstr "Sus páginas web"
-#: ../../include/nav.php:111 ../../include/apps.php:131 ../../boot.php:1488
-msgid "Login"
-msgstr "Iniciar sesión"
-
#: ../../include/nav.php:111
msgid "Sign in"
msgstr "Acceder"
@@ -3561,23 +3134,19 @@ msgstr "Pulsar para identificarse en su servidor de inicio"
msgid "Home Page"
msgstr "Página de inicio"
-#: ../../include/nav.php:149 ../../mod/register.php:226 ../../boot.php:1470
-msgid "Register"
-msgstr "Registrarse"
-
#: ../../include/nav.php:149
msgid "Create an account"
msgstr "Crear una cuenta"
-#: ../../include/nav.php:154 ../../include/apps.php:142
-#: ../../mod/layouts.php:176 ../../mod/help.php:204 ../../mod/help.php:209
-msgid "Help"
-msgstr "Ayuda"
-
#: ../../include/nav.php:154
msgid "Help and documentation"
msgstr "Ayuda y documentación"
+#: ../../include/nav.php:157 ../../include/widgets.php:92
+#: ../../mod/apps.php:36
+msgid "Apps"
+msgstr "Aplicaciones"
+
#: ../../include/nav.php:157
msgid "Applications, utilities, links, games"
msgstr "Aplicaciones, utilidades, enlaces, juegos"
@@ -3586,18 +3155,10 @@ msgstr "Aplicaciones, utilidades, enlaces, juegos"
msgid "Search site @name, #tag, ?docs, content"
msgstr "Buscar en el sitio por @nombre, #etiqueta, ?ayuda o contenido"
-#: ../../include/nav.php:162 ../../include/apps.php:141
-msgid "Directory"
-msgstr "Directorio"
-
#: ../../include/nav.php:162
msgid "Channel Directory"
msgstr "Directorio de canales"
-#: ../../include/nav.php:174 ../../include/apps.php:133
-msgid "Grid"
-msgstr "Red"
-
#: ../../include/nav.php:174
msgid "Your grid"
msgstr "Mi red"
@@ -3606,10 +3167,6 @@ msgstr "Mi red"
msgid "Mark all grid notifications seen"
msgstr "Marcar todas las notificaciones de la red como vistas"
-#: ../../include/nav.php:177 ../../include/apps.php:137
-msgid "Channel Home"
-msgstr "Mi canal"
-
#: ../../include/nav.php:177
msgid "Channel home"
msgstr "Mi canal"
@@ -3638,10 +3195,6 @@ msgstr "Ver todas las notificaciones"
msgid "Mark all system notifications seen"
msgstr "Marcar todas las notificaciones de sistema como leídas"
-#: ../../include/nav.php:188 ../../include/apps.php:143
-msgid "Mail"
-msgstr "Correo"
-
#: ../../include/nav.php:188
msgid "Private mail"
msgstr "Correo privado"
@@ -3654,9 +3207,17 @@ msgstr "Ver todas los mensajes privados"
msgid "Mark all private messages seen"
msgstr "Marcar todos los mensajes privados como leídos"
-#: ../../include/nav.php:196 ../../include/apps.php:140
-msgid "Events"
-msgstr "Eventos"
+#: ../../include/nav.php:191 ../../include/widgets.php:578
+msgid "Inbox"
+msgstr "Bandeja de entrada"
+
+#: ../../include/nav.php:192 ../../include/widgets.php:583
+msgid "Outbox"
+msgstr "Bandeja de salida"
+
+#: ../../include/nav.php:193 ../../include/widgets.php:588
+msgid "New Message"
+msgstr "Nuevo mensaje"
#: ../../include/nav.php:196
msgid "Event Calendar"
@@ -3670,11 +3231,6 @@ msgstr "Ver todos los eventos"
msgid "Mark all events seen"
msgstr "Marcar todos los eventos como leidos"
-#: ../../include/nav.php:200 ../../include/apps.php:132
-#: ../../mod/manage.php:160
-msgid "Channel Manager"
-msgstr "Administración de canales"
-
#: ../../include/nav.php:200
msgid "Manage Your Channels"
msgstr "Gestionar sus canales"
@@ -3683,6 +3239,10 @@ msgstr "Gestionar sus canales"
msgid "Account/Channel Settings"
msgstr "Ajustes de cuenta/canales"
+#: ../../include/nav.php:210 ../../include/widgets.php:1247
+msgid "Admin"
+msgstr "Administrador"
+
#: ../../include/nav.php:210
msgid "Site Setup and Configuration"
msgstr "Ajustes y configuración del sitio"
@@ -3695,111 +3255,37 @@ msgstr "@nombre, #etiqueta, ?ayuda, contenido"
msgid "Please wait..."
msgstr "Espere por favor…"
-#: ../../include/security.php:381
-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 "El \"token\" de seguridad del formulario no es correcto. Esto ha ocurrido probablemente porque el formulario ha estado abierto demasiado tiempo (>3 horas) antes de ser enviado"
-
-#: ../../include/dir_fns.php:139
-msgid "Directory Options"
-msgstr "Opciones del directorio"
-
-#: ../../include/dir_fns.php:141
-msgid "Safe Mode"
-msgstr "Modo seguro"
-
-#: ../../include/dir_fns.php:141 ../../include/dir_fns.php:142
-#: ../../include/dir_fns.php:143 ../../mod/filestorage.php:151
-#: ../../mod/filestorage.php:159 ../../mod/removeme.php:60
-#: ../../mod/connedit.php:635 ../../mod/connedit.php:684 ../../mod/api.php:102
-#: ../../mod/admin.php:415 ../../mod/settings.php:577 ../../mod/photos.php:626
-#: ../../mod/menu.php:96 ../../mod/menu.php:153 ../../mod/events.php:447
-#: ../../mod/events.php:448 ../../mod/events.php:457 ../../mod/mitem.php:154
-#: ../../mod/mitem.php:155 ../../mod/mitem.php:228 ../../mod/mitem.php:229
-#: ../../view/theme/redbasic/php/config.php:104
-#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1492
-msgid "No"
-msgstr "No"
-
-#: ../../include/dir_fns.php:141 ../../include/dir_fns.php:142
-#: ../../include/dir_fns.php:143 ../../mod/filestorage.php:151
-#: ../../mod/filestorage.php:159 ../../mod/removeme.php:60
-#: ../../mod/api.php:101 ../../mod/admin.php:417 ../../mod/settings.php:577
-#: ../../mod/photos.php:626 ../../mod/menu.php:96 ../../mod/menu.php:153
-#: ../../mod/events.php:447 ../../mod/events.php:448 ../../mod/events.php:457
-#: ../../mod/mitem.php:154 ../../mod/mitem.php:155 ../../mod/mitem.php:228
-#: ../../mod/mitem.php:229 ../../view/theme/redbasic/php/config.php:104
-#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1492
-msgid "Yes"
-msgstr "Sí"
-
-#: ../../include/dir_fns.php:142
-msgid "Public Forums Only"
-msgstr "Solo foros públicos"
-
-#: ../../include/dir_fns.php:143
-msgid "This Website Only"
-msgstr "Solo este sitio web"
-
-#: ../../include/group.php:26
-msgid ""
-"A deleted group with this name was revived. Existing item permissions "
-"<strong>may</strong> apply to this group and any future members. If this is "
-"not what you intended, please create another group with a different name."
-msgstr "Un grupo suprimido con este nombre ha sido restablecido. <strong>Es posible</strong> que los permisos existentes sean aplicados a este grupo y sus futuros miembros. Si no quiere esto, por favor cree otro grupo con un nombre diferente."
-
-#: ../../include/group.php:232
-msgid "Add new connections to this collection (privacy group)"
-msgstr "Añadir nuevas conexiones a esta colección (privacidad del grupo)"
-
-#: ../../include/group.php:251 ../../mod/admin.php:826
-msgid "All Channels"
-msgstr "Todos los canales"
-
-#: ../../include/group.php:273
-msgid "edit"
-msgstr "editar"
-
-#: ../../include/group.php:295
-msgid "Collections"
-msgstr "Colecciones"
-
-#: ../../include/group.php:296
-msgid "Edit collection"
-msgstr "Editar colección"
-
-#: ../../include/group.php:297
-msgid "Add new collection"
-msgstr "Añadir nueva colección"
-
-#: ../../include/group.php:298
-msgid "Channels not in any collection"
-msgstr "El canal no se encuentra en ninguna colección"
+#: ../../include/network.php:630
+msgid "view full size"
+msgstr "Ver en el tamaño original"
-#: ../../include/zot.php:676
-msgid "Invalid data packet"
-msgstr "Paquete de datos no válido"
+#: ../../include/network.php:1669
+msgid "No Subject"
+msgstr "Sin asunto"
-#: ../../include/zot.php:692
-msgid "Unable to verify channel signature"
-msgstr "No ha sido posible de verificar la firma del canal"
+#: ../../include/notify.php:20
+msgid "created a new post"
+msgstr "ha creado una nueva entrada"
-#: ../../include/zot.php:2268
+#: ../../include/notify.php:21
#, php-format
-msgid "Unable to verify site signature for %s"
-msgstr "No ha sido posible de verificar la firma del sitio para %s"
+msgid "commented on %s's post"
+msgstr "ha comentado la entrada de %s"
-#: ../../include/zot.php:3584
-msgid "invalid target signature"
-msgstr "La firma recibida no es válida"
+#: ../../include/oembed.php:213
+msgid "Embedded content"
+msgstr "Contenido incorporado"
+
+#: ../../include/oembed.php:222
+msgid "Embedding disabled"
+msgstr "Incrustación deshabilitada"
#: ../../include/page_widgets.php:6
msgid "New Page"
msgstr "Nueva página"
#: ../../include/page_widgets.php:39 ../../mod/blocks.php:159
-#: ../../mod/webpages.php:187 ../../mod/layouts.php:188
+#: ../../mod/layouts.php:188 ../../mod/webpages.php:187
msgid "View"
msgstr "Ver"
@@ -3816,226 +3302,15 @@ msgid "Title"
msgstr "Título"
#: ../../include/page_widgets.php:44 ../../mod/blocks.php:150
-#: ../../mod/webpages.php:192 ../../mod/layouts.php:181 ../../mod/menu.php:110
+#: ../../mod/layouts.php:181 ../../mod/menu.php:110 ../../mod/webpages.php:192
msgid "Created"
msgstr "Creado"
#: ../../include/page_widgets.php:45 ../../mod/blocks.php:151
-#: ../../mod/webpages.php:193 ../../mod/layouts.php:182 ../../mod/menu.php:111
+#: ../../mod/layouts.php:182 ../../mod/menu.php:111 ../../mod/webpages.php:193
msgid "Edited"
msgstr "Editado"
-#: ../../include/network.php:630
-msgid "view full size"
-msgstr "Ver en el tamaño original"
-
-#: ../../include/network.php:1655 ../../include/account.php:316
-#: ../../include/account.php:343 ../../include/account.php:403
-msgid "Administrator"
-msgstr "Administrador"
-
-#: ../../include/network.php:1669
-msgid "No Subject"
-msgstr "Sin asunto"
-
-#: ../../include/dba/dba_driver.php:141
-#, php-format
-msgid "Cannot locate DNS info for database server '%s'"
-msgstr "No se ha podido localizar información de DNS para el servidor de base de datos “%s”"
-
-#: ../../include/ItemObject.php:130
-msgid "Save to Folder"
-msgstr "Guardar en carpeta"
-
-#: ../../include/ItemObject.php:151
-msgid "I will attend"
-msgstr "Participaré"
-
-#: ../../include/ItemObject.php:151
-msgid "I will not attend"
-msgstr "No participaré"
-
-#: ../../include/ItemObject.php:151
-msgid "I might attend"
-msgstr "Quizá participe"
-
-#: ../../include/ItemObject.php:161
-msgid "I agree"
-msgstr "Estoy de acuerdo"
-
-#: ../../include/ItemObject.php:161
-msgid "I disagree"
-msgstr "No estoy de acuerdo"
-
-#: ../../include/ItemObject.php:161
-msgid "I abstain"
-msgstr "Me abstengo"
-
-#: ../../include/ItemObject.php:212
-msgid "Add Star"
-msgstr "Destacar añadiendo una estrella"
-
-#: ../../include/ItemObject.php:213
-msgid "Remove Star"
-msgstr "Eliminar estrella"
-
-#: ../../include/ItemObject.php:214
-msgid "Toggle Star Status"
-msgstr "Activar o desactivar el estado de entrada preferida"
-
-#: ../../include/ItemObject.php:218
-msgid "starred"
-msgstr "preferidas"
-
-#: ../../include/ItemObject.php:236
-msgid "Add Tag"
-msgstr "Añadir etiqueta"
-
-#: ../../include/ItemObject.php:254 ../../mod/photos.php:1023
-msgid "I like this (toggle)"
-msgstr "me gusta (cambiar)"
-
-#: ../../include/ItemObject.php:255 ../../mod/photos.php:1024
-msgid "I don't like this (toggle)"
-msgstr "No me gusta esto (cambiar)"
-
-#: ../../include/ItemObject.php:259
-msgid "Share This"
-msgstr "Compartir esto"
-
-#: ../../include/ItemObject.php:259
-msgid "share"
-msgstr "compartir"
-
-#: ../../include/ItemObject.php:268
-msgid "Delivery Report"
-msgstr "Informe de transmisión"
-
-#: ../../include/ItemObject.php:286
-#, php-format
-msgid "%d comment"
-msgid_plural "%d comments"
-msgstr[0] "%d comentario"
-msgstr[1] "%d comentarios"
-
-#: ../../include/ItemObject.php:315 ../../include/ItemObject.php:316
-#, php-format
-msgid "View %s's profile - %s"
-msgstr "Ver el perfil de %s - %s"
-
-#: ../../include/ItemObject.php:319
-msgid "to"
-msgstr "a"
-
-#: ../../include/ItemObject.php:320
-msgid "via"
-msgstr "mediante"
-
-#: ../../include/ItemObject.php:321
-msgid "Wall-to-Wall"
-msgstr "De página del perfil a página del perfil (de \"muro\" a \"muro\")"
-
-#: ../../include/ItemObject.php:322
-msgid "via Wall-To-Wall:"
-msgstr "Mediante el procedimiento página del perfil a página del perfil (de \"muro\" a \"muro\")"
-
-#: ../../include/ItemObject.php:362
-msgid "Save Bookmarks"
-msgstr "Guardar en Marcadores"
-
-#: ../../include/ItemObject.php:363
-msgid "Add to Calendar"
-msgstr "Añadir al calendario"
-
-#: ../../include/ItemObject.php:372
-msgid "Mark all seen"
-msgstr "Marcar todo como visto"
-
-#: ../../include/ItemObject.php:378 ../../mod/photos.php:1209
-msgctxt "noun"
-msgid "Likes"
-msgstr "Me gusta"
-
-#: ../../include/ItemObject.php:379 ../../mod/photos.php:1210
-msgctxt "noun"
-msgid "Dislikes"
-msgstr "No me gusta"
-
-#: ../../include/ItemObject.php:694 ../../mod/photos.php:1042
-#: ../../mod/photos.php:1160
-msgid "This is you"
-msgstr "Este es usted"
-
-#: ../../include/ItemObject.php:703
-msgid "Image"
-msgstr "Imagen"
-
-#: ../../include/ItemObject.php:704
-msgid "Insert Link"
-msgstr "Insertar enlace"
-
-#: ../../include/ItemObject.php:705
-msgid "Video"
-msgstr "Vídeo"
-
-#: ../../include/apps.php:128
-msgid "Site Admin"
-msgstr "Adminstrador del sitio"
-
-#: ../../include/apps.php:130
-msgid "Address Book"
-msgstr "Libreta de direcciones"
-
-#: ../../include/apps.php:144 ../../mod/mood.php:131
-msgid "Mood"
-msgstr "Estado de ánimo"
-
-#: ../../include/apps.php:148
-msgid "Probe"
-msgstr "Probar"
-
-#: ../../include/apps.php:149
-msgid "Suggest"
-msgstr "Sugerir"
-
-#: ../../include/apps.php:150
-msgid "Random Channel"
-msgstr "Canal aleatorio"
-
-#: ../../include/apps.php:151
-msgid "Invite"
-msgstr "Invitar"
-
-#: ../../include/apps.php:152
-msgid "Features"
-msgstr "Funcionalidades"
-
-#: ../../include/apps.php:153 ../../mod/id.php:28
-msgid "Language"
-msgstr "Idioma"
-
-#: ../../include/apps.php:154
-msgid "Post"
-msgstr "Publicación"
-
-#: ../../include/apps.php:155 ../../mod/id.php:17 ../../mod/id.php:18
-#: ../../mod/id.php:19
-msgid "Profile Photo"
-msgstr "Foto del perfil"
-
-#: ../../include/apps.php:252 ../../mod/settings.php:84
-#: ../../mod/settings.php:612
-msgid "Update"
-msgstr "Actualizar"
-
-#: ../../include/apps.php:252
-msgid "Install"
-msgstr "Instalar"
-
-#: ../../include/apps.php:257
-msgid "Purchase"
-msgstr "Comprar"
-
#: ../../include/permissions.php:26
msgid "Can view my normal stream and posts"
msgstr "Pueden verse mi actividad y publicaciones normales"
@@ -4155,1372 +3430,1977 @@ msgstr "Página para fans"
msgid "Group Repository"
msgstr "Repositorio de grupo"
+#: ../../include/permissions.php:871 ../../include/profile_selectors.php:6
+#: ../../include/profile_selectors.php:23
+#: ../../include/profile_selectors.php:61
+#: ../../include/profile_selectors.php:97
+msgid "Other"
+msgstr "Otro"
+
#: ../../include/permissions.php:871
msgid "Custom/Expert Mode"
msgstr "Modo personalizado/experto"
-#: ../../include/photo/photo_driver.php:719 ../../mod/profile_photo.php:147
+#: ../../include/photo/photo_driver.php:719 ../../mod/photos.php:94
+#: ../../mod/photos.php:699 ../../mod/profile_photo.php:147
#: ../../mod/profile_photo.php:239 ../../mod/profile_photo.php:379
-#: ../../mod/photos.php:94 ../../mod/photos.php:699
msgid "Profile Photos"
msgstr "Fotos del perfil"
-#: ../../include/account.php:27
-msgid "Not a valid email address"
-msgstr "Dirección de correo no válida"
+#: ../../include/photos.php:112
+#, php-format
+msgid "Image exceeds website size limit of %lu bytes"
+msgstr "La imagen excede el límite de %lu bytes del sitio"
-#: ../../include/account.php:29
-msgid "Your email domain is not among those allowed on this site"
-msgstr "Su dirección de correo no pertenece a ninguno de los dominios permitidos en este sitio."
+#: ../../include/photos.php:119
+msgid "Image file is empty."
+msgstr "El fichero de imagen está vacío. "
-#: ../../include/account.php:35
-msgid "Your email address is already registered at this site."
-msgstr "Su dirección de correo está ya registrada en este sitio."
+#: ../../include/photos.php:146 ../../mod/profile_photo.php:225
+msgid "Unable to process image"
+msgstr "No ha sido posible procesar la imagen"
-#: ../../include/account.php:67
-msgid "An invitation is required."
-msgstr "Es obligatorio que le inviten."
+#: ../../include/photos.php:257
+msgid "Photo storage failed."
+msgstr "La foto no ha podido ser guardada."
-#: ../../include/account.php:71
-msgid "Invitation could not be verified."
-msgstr "No se ha podido verificar su invitación."
+#: ../../include/photos.php:297
+msgid "a new photo"
+msgstr "una nueva foto"
-#: ../../include/account.php:121
-msgid "Please enter the required information."
-msgstr "Por favor introduzca la información requerida."
+#: ../../include/photos.php:301
+#, php-format
+msgctxt "photo_upload"
+msgid "%1$s posted %2$s to %3$s"
+msgstr "%1$s ha publicado %2$s en %3$s"
-#: ../../include/account.php:188
-msgid "Failed to store account information."
-msgstr "La información de la cuenta no se ha podido guardar."
+#: ../../include/photos.php:510
+msgid "Upload New Photos"
+msgstr "Subir nuevas fotos"
-#: ../../include/account.php:248
-#, php-format
-msgid "Registration confirmation for %s"
-msgstr "Confirmación de registro para %s"
+#: ../../include/profile_selectors.php:6
+#: ../../include/profile_selectors.php:23 ../../mod/id.php:103
+msgid "Male"
+msgstr "Hombre"
-#: ../../include/account.php:314
-#, php-format
-msgid "Registration request at %s"
-msgstr "Solicitud de registro en %s"
+#: ../../include/profile_selectors.php:6
+#: ../../include/profile_selectors.php:23 ../../mod/id.php:105
+msgid "Female"
+msgstr "Mujer"
-#: ../../include/account.php:338
-msgid "your registration password"
-msgstr "su contraseña de registro"
+#: ../../include/profile_selectors.php:6
+msgid "Currently Male"
+msgstr "Actualmente hombre"
-#: ../../include/account.php:341 ../../include/account.php:401
-#, php-format
-msgid "Registration details for %s"
-msgstr "Detalles del registro de %s"
+#: ../../include/profile_selectors.php:6
+msgid "Currently Female"
+msgstr "Actualmente mujer"
-#: ../../include/account.php:410
-msgid "Account approved."
-msgstr "Cuenta aprobada."
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Male"
+msgstr "Generalmente hombre"
-#: ../../include/account.php:449
-#, php-format
-msgid "Registration revoked for %s"
-msgstr "Registro revocado para %s"
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Female"
+msgstr "Generalmente mujer"
-#: ../../include/account.php:494
-msgid "Account verified. Please login."
-msgstr "Cuenta verificada. Por favor, inicie sesión."
+#: ../../include/profile_selectors.php:6
+msgid "Transgender"
+msgstr "Transgénero"
-#: ../../include/account.php:707 ../../include/account.php:709
-msgid "Click here to upgrade."
-msgstr "Pulse aquí para actualizar"
+#: ../../include/profile_selectors.php:6
+msgid "Intersex"
+msgstr "Intersexual"
-#: ../../include/account.php:715
-msgid "This action exceeds the limits set by your subscription plan."
-msgstr "Esta acción supera los límites establecidos por su plan de suscripción "
+#: ../../include/profile_selectors.php:6
+msgid "Transsexual"
+msgstr "Transexual"
-#: ../../include/account.php:720
-msgid "This action is not available under your subscription plan."
-msgstr "Esta acción no está disponible en su plan de suscripción."
+#: ../../include/profile_selectors.php:6
+msgid "Hermaphrodite"
+msgstr "Hermafrodita"
-#: ../../mod/filestorage.php:82
-msgid "Permission Denied."
-msgstr "Permiso denegado"
+#: ../../include/profile_selectors.php:6
+msgid "Neuter"
+msgstr "Neutral"
-#: ../../mod/filestorage.php:98
-msgid "File not found."
-msgstr "Fichero no encontrado."
+#: ../../include/profile_selectors.php:6
+msgid "Non-specific"
+msgstr "No especificado"
-#: ../../mod/filestorage.php:141
-msgid "Edit file permissions"
-msgstr "Modificar los permisos del fichero"
+#: ../../include/profile_selectors.php:6
+msgid "Undecided"
+msgstr "Indeciso/a"
-#: ../../mod/filestorage.php:150
-msgid "Set/edit permissions"
-msgstr "Establecer/editar los permisos"
+#: ../../include/profile_selectors.php:42
+#: ../../include/profile_selectors.php:61
+msgid "Males"
+msgstr "Hombres"
-#: ../../mod/filestorage.php:151
-msgid "Include all files and sub folders"
-msgstr "Incluir todos los ficheros y subcarpetas"
+#: ../../include/profile_selectors.php:42
+#: ../../include/profile_selectors.php:61
+msgid "Females"
+msgstr "Mujeres"
-#: ../../mod/filestorage.php:152
-msgid "Return to file list"
-msgstr "Volver a la lista de ficheros"
+#: ../../include/profile_selectors.php:42
+msgid "Gay"
+msgstr "Homosexual"
-#: ../../mod/filestorage.php:154
-msgid "Copy/paste this code to attach file to a post"
-msgstr "Copiar/pegar este código para adjuntar el fichero al envío"
+#: ../../include/profile_selectors.php:42
+msgid "Lesbian"
+msgstr "Lesbiana"
-#: ../../mod/filestorage.php:155
-msgid "Copy/paste this URL to link file from a web page"
-msgstr "Copiar/pegar esta dirección para enlazar el fichero desde una página web"
+#: ../../include/profile_selectors.php:42
+msgid "No Preference"
+msgstr "Sin preferencias"
-#: ../../mod/filestorage.php:157
-msgid "Share this file"
-msgstr "Compartir este fichero"
+#: ../../include/profile_selectors.php:42
+msgid "Bisexual"
+msgstr "Bisexual"
-#: ../../mod/filestorage.php:158
-msgid "Show URL to this file"
-msgstr "Mostrar la dirección de este fichero"
+#: ../../include/profile_selectors.php:42
+msgid "Autosexual"
+msgstr "Autosexual"
-#: ../../mod/filestorage.php:159
-msgid "Notify your contacts about this file"
-msgstr "Avisar a sus contactos sobre este fichero"
+#: ../../include/profile_selectors.php:42
+msgid "Abstinent"
+msgstr "Casto/a"
-#: ../../mod/group.php:20
-msgid "Collection created."
-msgstr "La colección ha sido creada."
+#: ../../include/profile_selectors.php:42
+msgid "Virgin"
+msgstr "Virgen"
-#: ../../mod/group.php:26
-msgid "Could not create collection."
-msgstr "No se puede crear la colección."
+#: ../../include/profile_selectors.php:42
+msgid "Deviant"
+msgstr "Fuera de lo común"
-#: ../../mod/group.php:54
-msgid "Collection updated."
-msgstr "La colección ha sido actualizada."
+#: ../../include/profile_selectors.php:42
+msgid "Fetish"
+msgstr "Fetichista"
-#: ../../mod/group.php:86
-msgid "Create a collection of channels."
-msgstr "Crear una colección de canales."
+#: ../../include/profile_selectors.php:42
+msgid "Oodles"
+msgstr "Orgías"
-#: ../../mod/group.php:87 ../../mod/group.php:180
-msgid "Collection Name: "
-msgstr "Nombre de la colección:"
+#: ../../include/profile_selectors.php:42
+msgid "Nonsexual"
+msgstr "Asexual"
-#: ../../mod/group.php:89 ../../mod/group.php:183
-msgid "Members are visible to other channels"
-msgstr "Los miembros son visibles para otros canales"
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Single"
+msgstr "Soltero/a"
-#: ../../mod/group.php:107
-msgid "Collection removed."
-msgstr "La colección ha sido eliminada."
+#: ../../include/profile_selectors.php:80
+msgid "Lonely"
+msgstr "Solo/a"
-#: ../../mod/group.php:109
-msgid "Unable to remove collection."
-msgstr "No ha sido posible de eliminar la colección."
+#: ../../include/profile_selectors.php:80
+msgid "Available"
+msgstr "Disponible"
-#: ../../mod/group.php:179
-msgid "Collection Editor"
-msgstr "Editor de colecciones"
+#: ../../include/profile_selectors.php:80
+msgid "Unavailable"
+msgstr "No disponible"
-#: ../../mod/group.php:193
-msgid "Members"
-msgstr "Miembros"
+#: ../../include/profile_selectors.php:80
+msgid "Has crush"
+msgstr "Enamorado/a"
-#: ../../mod/group.php:195
-msgid "All Connected Channels"
-msgstr "Todos los canales conectados"
+#: ../../include/profile_selectors.php:80
+msgid "Infatuated"
+msgstr "Apasionado/a"
-#: ../../mod/group.php:227
-msgid "Click on a channel to add or remove."
-msgstr "Haga clic en un canal para agregarlo o quitarlo."
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Dating"
+msgstr "Saliendo con alguien"
-#: ../../mod/item.php:174
-msgid "Unable to locate original post."
-msgstr "No ha sido posible encontrar la entrada original."
+#: ../../include/profile_selectors.php:80
+msgid "Unfaithful"
+msgstr "Infiel"
-#: ../../mod/item.php:418
-msgid "Empty post discarded."
-msgstr "La entrada vacía ha sido desechada."
+#: ../../include/profile_selectors.php:80
+msgid "Sex Addict"
+msgstr "Con adicción al sexo"
-#: ../../mod/item.php:458
-msgid "Executable content type not permitted to this channel."
-msgstr "Contenido de tipo ejecutable no permitido en este canal."
+#: ../../include/profile_selectors.php:80
+msgid "Friends/Benefits"
+msgstr "Amigos con algo extra"
-#: ../../mod/item.php:823
-msgid "Duplicate post suppressed."
-msgstr "Se ha suprimido la entrada duplicada."
+#: ../../include/profile_selectors.php:80
+msgid "Casual"
+msgstr "Casual"
-#: ../../mod/item.php:954
-msgid "System error. Post not saved."
-msgstr "Error del sistema. La entrada no se ha podido salvar."
+#: ../../include/profile_selectors.php:80
+msgid "Engaged"
+msgstr "Prometido/a"
-#: ../../mod/item.php:1221
-msgid "Unable to obtain post information from database."
-msgstr "No ha sido posible obtener información de la entrada en la base de datos."
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Married"
+msgstr "Casado/a"
-#: ../../mod/item.php:1228
-#, php-format
-msgid "You have reached your limit of %1$.0f top level posts."
-msgstr "Ha alcanzado su límite de %1$.0f entradas en la página principal."
+#: ../../include/profile_selectors.php:80
+msgid "Imaginarily married"
+msgstr "Casado/a en sueños"
-#: ../../mod/item.php:1235
-#, php-format
-msgid "You have reached your limit of %1$.0f webpages."
-msgstr "Ha alcanzado su límite de %1$.0f páginas web."
+#: ../../include/profile_selectors.php:80
+msgid "Partners"
+msgstr "Pareja"
-#: ../../mod/common.php:10
-msgid "No channel."
-msgstr "Ningún canal."
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Cohabiting"
+msgstr "Cohabitando"
-#: ../../mod/common.php:39
-msgid "Common connections"
-msgstr "Conexiones comunes"
+#: ../../include/profile_selectors.php:80
+msgid "Common law"
+msgstr "Matrimonio tradicional"
-#: ../../mod/common.php:44
-msgid "No connections in common."
-msgstr "Ninguna conexión en común."
+#: ../../include/profile_selectors.php:80
+msgid "Happy"
+msgstr "Felíz"
-#: ../../mod/connect.php:56 ../../mod/connect.php:104
-msgid "Continue"
-msgstr "Continuar"
+#: ../../include/profile_selectors.php:80
+msgid "Not looking"
+msgstr "No estoy buscando"
-#: ../../mod/connect.php:85
-msgid "Premium Channel Setup"
-msgstr "Configuración del canal premium"
+#: ../../include/profile_selectors.php:80
+msgid "Swinger"
+msgstr "Libertino"
-#: ../../mod/connect.php:87
-msgid "Enable premium channel connection restrictions"
-msgstr "Habilitar restricciones de conexión del canal premium"
+#: ../../include/profile_selectors.php:80
+msgid "Betrayed"
+msgstr "Engañado/a"
-#: ../../mod/connect.php:88
-msgid ""
-"Please enter your restrictions or conditions, such as paypal receipt, usage "
-"guidelines, etc."
-msgstr "Por favor introduzca sus restricciones o condiciones, como recibo de paypal, normas de uso, etc."
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Separated"
+msgstr "Separado/a"
-#: ../../mod/connect.php:90 ../../mod/connect.php:110
-msgid ""
-"This channel may require additional steps or acknowledgement of the "
-"following conditions prior to connecting:"
-msgstr "Este canal puede requerir antes de conectar unos pasos adicionales o el conocimiento de las siguientes condiciones:"
+#: ../../include/profile_selectors.php:80
+msgid "Unstable"
+msgstr "Inestable"
-#: ../../mod/connect.php:91
-msgid ""
-"Potential connections will then see the following text before proceeding:"
-msgstr "Las posibles conexiones verán, por tanto, el siguiente texto antes de proceder:"
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Divorced"
+msgstr "Divorciado/a"
-#: ../../mod/connect.php:92 ../../mod/connect.php:113
+#: ../../include/profile_selectors.php:80
+msgid "Imaginarily divorced"
+msgstr "Divorciado/a en sueños"
+
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Widowed"
+msgstr "Viudo/a"
+
+#: ../../include/profile_selectors.php:80
+msgid "Uncertain"
+msgstr "Indeterminado"
+
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "It's complicated"
+msgstr "Es complicado"
+
+#: ../../include/profile_selectors.php:80
+msgid "Don't care"
+msgstr "No me importa"
+
+#: ../../include/profile_selectors.php:80
+msgid "Ask me"
+msgstr "Pregúnteme"
+
+#: ../../include/security.php:381
msgid ""
-"By continuing, I certify that I have complied with any instructions provided"
-" on this page."
-msgstr "Al continuar, certifico que he cumplido con todas las instrucciones proporcionadas en esta página."
+"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 "El \"token\" de seguridad del formulario no es correcto. Esto ha ocurrido probablemente porque el formulario ha estado abierto demasiado tiempo (>3 horas) antes de ser enviado"
-#: ../../mod/connect.php:101
-msgid "(No specific instructions have been provided by the channel owner.)"
-msgstr "(No ha sido proporcionada ninguna instrucción específica por el propietario del canal.)"
+#: ../../include/taxonomy.php:240 ../../include/taxonomy.php:261
+msgid "Tags"
+msgstr "Etiquetas"
-#: ../../mod/connect.php:109
-msgid "Restricted or Premium Channel"
-msgstr "Canal premium o restringido"
+#: ../../include/taxonomy.php:305
+msgid "Keywords"
+msgstr "Palabras clave"
-#: ../../mod/match.php:22
-msgid "Profile Match"
-msgstr "Perfil compatible"
+#: ../../include/taxonomy.php:326
+msgid "have"
+msgstr "tener"
-#: ../../mod/match.php:31
-msgid "No keywords to match. Please add keywords to your default profile."
-msgstr "No hay palabras clave en el perfil principal para poder encontrar perfiles compatibles. Por favor, añada palabras clave a su perfil principal."
+#: ../../include/taxonomy.php:326
+msgid "has"
+msgstr "tiene"
-#: ../../mod/match.php:63
-msgid "is interested in:"
-msgstr "está interesado en:"
+#: ../../include/taxonomy.php:327
+msgid "want"
+msgstr "quiero"
-#: ../../mod/match.php:70
-msgid "No matches"
-msgstr "No se han encontrado perfiles compatibles"
+#: ../../include/taxonomy.php:327
+msgid "wants"
+msgstr "quiere"
-#: ../../mod/openid.php:26
-msgid "OpenID protocol error. No ID returned."
-msgstr "Error del protocolo OpenID. Ningún ID recibido como respuesta."
+#: ../../include/taxonomy.php:328
+msgid "likes"
+msgstr "gusta de"
+
+#: ../../include/taxonomy.php:329
+msgid "dislikes"
+msgstr "no gusta de"
+
+#: ../../include/text.php:394
+msgid "prev"
+msgstr "anterior"
-#: ../../mod/openid.php:72 ../../mod/openid.php:179
-#: ../../Zotlabs/Zot/Auth.php:248
+#: ../../include/text.php:396
+msgid "first"
+msgstr "primera"
+
+#: ../../include/text.php:425
+msgid "last"
+msgstr "última"
+
+#: ../../include/text.php:428
+msgid "next"
+msgstr "próxima"
+
+#: ../../include/text.php:438
+msgid "older"
+msgstr "más antiguas"
+
+#: ../../include/text.php:440
+msgid "newer"
+msgstr "más recientes"
+
+#: ../../include/text.php:803
+msgid "No connections"
+msgstr "Sin conexiones"
+
+#: ../../include/text.php:815
#, php-format
-msgid "Welcome %s. Remote authentication successful."
-msgstr "Bienvenido %s. La identificación desde su servidor se ha llevado a cabo correctamente."
+msgid "%d Connection"
+msgid_plural "%d Connections"
+msgstr[0] "%d Conexión"
+msgstr[1] "%d Conexiones"
-#: ../../mod/achievements.php:34
-msgid "Some blurb about what to do when you're new here"
-msgstr "Algunas propuestas para el nuevo usuario sobre qué se puede hacer aquí"
+#: ../../include/text.php:828 ../../mod/viewconnections.php:101
+msgid "View Connections"
+msgstr "Ver conexiones"
-#: ../../mod/chatsvc.php:111
-msgid "Away"
-msgstr "Ausente"
+#: ../../include/text.php:886 ../../include/text.php:898
+#: ../../include/widgets.php:192 ../../mod/admin.php:1528
+#: ../../mod/admin.php:1548 ../../mod/filer.php:49 ../../mod/rbmark.php:28
+#: ../../mod/rbmark.php:100
+msgid "Save"
+msgstr "Guardar"
-#: ../../mod/chatsvc.php:115
-msgid "Online"
-msgstr "Conectado/a"
+#: ../../include/text.php:972
+msgid "poke"
+msgstr "un toque"
-#: ../../mod/pubsites.php:18
-msgid "Public Sites"
-msgstr "Sitios públicos"
+#: ../../include/text.php:973
+msgid "ping"
+msgstr "un \"ping\""
-#: ../../mod/pubsites.php:21
-msgid ""
-"The listed sites allow public registration for the $Projectname network. All"
-" sites in the network are interlinked so membership on any of them conveys "
-"membership in the network as a whole. Some sites may require subscription or"
-" provide tiered service plans. The provider links <strong>may</strong> "
-"provide additional details."
-msgstr "Los sitios listados permiten el registro público en la red $Projectname. Todos los sitios de la red están vinculados entre sí, por lo que sus miembros, en ninguno de ellos, indican la pertenencia a la red en su conjunto. Algunos sitios pueden requerir suscripción o proporcionar planes de servicio por niveles. Los enlaces de los proveedores <strong> pueden </strong> proporcionar detalles adicionales."
+#: ../../include/text.php:973
+msgid "pinged"
+msgstr "ha enviado un \"ping\" a"
-#: ../../mod/pubsites.php:27
-msgid "Rate this hub"
-msgstr "Valorar este sitio"
+#: ../../include/text.php:974
+msgid "prod"
+msgstr "una incitación "
-#: ../../mod/pubsites.php:28
-msgid "Site URL"
-msgstr "Dirección del sitio"
+#: ../../include/text.php:974
+msgid "prodded"
+msgstr "ha incitado a "
-#: ../../mod/pubsites.php:28
-msgid "Access Type"
-msgstr "Tipo de acceso"
+#: ../../include/text.php:975
+msgid "slap"
+msgstr "una bofetada "
-#: ../../mod/pubsites.php:28
-msgid "Registration Policy"
-msgstr "Normas de registro"
+#: ../../include/text.php:975
+msgid "slapped"
+msgstr "ha abofeteado a "
-#: ../../mod/pubsites.php:28
-msgid "Project"
-msgstr "Proyecto"
+#: ../../include/text.php:976
+msgid "finger"
+msgstr "un \"finger\" "
-#: ../../mod/pubsites.php:28
-msgid "View hub ratings"
-msgstr "Ver las valoraciones del sitio"
+#: ../../include/text.php:976
+msgid "fingered"
+msgstr "envió un \"finger\" a"
-#: ../../mod/pubsites.php:32
-msgid "Rate"
-msgstr "Valorar"
+#: ../../include/text.php:977
+msgid "rebuff"
+msgstr "un reproche"
-#: ../../mod/pubsites.php:33
-msgid "View ratings"
-msgstr "Ver valoraciones"
+#: ../../include/text.php:977
+msgid "rebuffed"
+msgstr "ha hecho un reproche a "
-#: ../../mod/tagger.php:96
-#, php-format
-msgid "%1$s tagged %2$s's %3$s with %4$s"
-msgstr "%1$s ha etiquetado la %3$s de %2$s con %4$s"
+#: ../../include/text.php:987
+msgid "happy"
+msgstr "feliz "
-#: ../../mod/rate.php:158
-msgid "Website:"
-msgstr "Sitio web:"
+#: ../../include/text.php:988
+msgid "sad"
+msgstr "triste "
-#: ../../mod/rate.php:161
-#, php-format
-msgid "Remote Channel [%s] (not yet known on this site)"
-msgstr "Canal remoto [%s] (aún no es conocido en este sitio)"
+#: ../../include/text.php:989
+msgid "mellow"
+msgstr "tranquilo/a"
-#: ../../mod/rate.php:162
-msgid "Rating (this information is public)"
-msgstr "Valoración (esta información es pública)"
+#: ../../include/text.php:990
+msgid "tired"
+msgstr "cansado/a "
-#: ../../mod/rate.php:163
-msgid "Optionally explain your rating (this information is public)"
-msgstr "Opcionalmente puede explicar su valoración (esta información es pública)"
+#: ../../include/text.php:991
+msgid "perky"
+msgstr "vivaz"
-#: ../../mod/blocks.php:95 ../../mod/blocks.php:148
-msgid "Block Name"
-msgstr "Nombre del bloque"
+#: ../../include/text.php:992
+msgid "angry"
+msgstr "enfadado/a"
-#: ../../mod/blocks.php:149
-msgid "Block Title"
-msgstr "Título del bloque"
+#: ../../include/text.php:993
+msgid "stupefied"
+msgstr "asombrado/a"
-#: ../../mod/id.php:11
-msgid "First Name"
-msgstr "Nombre"
+#: ../../include/text.php:994
+msgid "puzzled"
+msgstr "perplejo/a"
-#: ../../mod/id.php:12
-msgid "Last Name"
-msgstr "Apellido"
+#: ../../include/text.php:995
+msgid "interested"
+msgstr "interesado/a"
-#: ../../mod/id.php:13
-msgid "Nickname"
-msgstr "Sobrenombre o Alias"
+#: ../../include/text.php:996
+msgid "bitter"
+msgstr "amargado/a"
-#: ../../mod/id.php:14
-msgid "Full Name"
-msgstr "Nombre completo"
+#: ../../include/text.php:997
+msgid "cheerful"
+msgstr "alegre"
-#: ../../mod/id.php:20
-msgid "Profile Photo 16px"
-msgstr "Foto del perfil 16px"
+#: ../../include/text.php:998
+msgid "alive"
+msgstr "animado/a"
-#: ../../mod/id.php:21
-msgid "Profile Photo 32px"
-msgstr "Foto del perfil 32px"
+#: ../../include/text.php:999
+msgid "annoyed"
+msgstr "molesto/a"
-#: ../../mod/id.php:22
-msgid "Profile Photo 48px"
-msgstr "Foto del perfil 48px"
+#: ../../include/text.php:1000
+msgid "anxious"
+msgstr "ansioso/a"
-#: ../../mod/id.php:23
-msgid "Profile Photo 64px"
-msgstr "Foto del perfil 64px"
+#: ../../include/text.php:1001
+msgid "cranky"
+msgstr "de mal humor"
-#: ../../mod/id.php:24
-msgid "Profile Photo 80px"
-msgstr "Foto del perfil 80px"
+#: ../../include/text.php:1002
+msgid "disturbed"
+msgstr "perturbado/a"
-#: ../../mod/id.php:25
-msgid "Profile Photo 128px"
-msgstr "Foto del perfil 128px"
+#: ../../include/text.php:1003
+msgid "frustrated"
+msgstr "frustrado/a"
-#: ../../mod/id.php:26
-msgid "Timezone"
-msgstr "Zona horaria"
+#: ../../include/text.php:1004
+msgid "depressed"
+msgstr "deprimido/a"
-#: ../../mod/id.php:27
-msgid "Homepage URL"
-msgstr "Dirección de la página personal"
+#: ../../include/text.php:1005
+msgid "motivated"
+msgstr "motivado/a"
-#: ../../mod/id.php:29
-msgid "Birth Year"
-msgstr "Año de nacimiento"
+#: ../../include/text.php:1006
+msgid "relaxed"
+msgstr "relajado/a"
-#: ../../mod/id.php:30
-msgid "Birth Month"
-msgstr "Mes de nacimiento"
+#: ../../include/text.php:1007
+msgid "surprised"
+msgstr "sorprendido/a"
-#: ../../mod/id.php:31
-msgid "Birth Day"
-msgstr "Día de nacimiento"
+#: ../../include/text.php:1183
+msgid "May"
+msgstr "mayo"
-#: ../../mod/id.php:32
-msgid "Birthdate"
-msgstr "Fecha de nacimiento"
+#: ../../include/text.php:1260 ../../include/text.php:1264
+msgid "Unknown Attachment"
+msgstr "Adjunto no reconocido"
-#: ../../mod/id.php:33 ../../mod/profiles.php:441
-msgid "Gender"
-msgstr "Género"
+#: ../../include/text.php:1266
+msgid "unknown"
+msgstr "desconocido"
-#: ../../mod/like.php:15
-msgid "Like/Dislike"
-msgstr "Me gusta/No me gusta"
+#: ../../include/text.php:1302
+msgid "remove category"
+msgstr "eliminar categoría"
-#: ../../mod/like.php:20
-msgid "This action is restricted to members."
-msgstr "Esta acción está restringida solo para miembros."
+#: ../../include/text.php:1379
+msgid "remove from file"
+msgstr "eliminar del fichero"
-#: ../../mod/like.php:21
-msgid ""
-"Please <a href=\"rmagic\">login with your $Projectname ID</a> or <a "
-"href=\"register\">register as a new $Projectname member</a> to continue."
-msgstr "Por favor, <a href=\"rmagic\">identifíquese con su $Projectname ID</a> o <a href=\"register\">rregístrese como un nuevo $Projectname member</a> para continuar."
+#: ../../include/text.php:1521 ../../include/text.php:1532
+msgid "Click to open/close"
+msgstr "Pulsar para abrir/cerrar"
-#: ../../mod/like.php:101 ../../mod/like.php:127 ../../mod/like.php:165
-msgid "Invalid request."
-msgstr "Solicitud incorrecta."
+#: ../../include/text.php:1716 ../../mod/events.php:623
+msgid "Link to Source"
+msgstr "Enlazar con la entrada en su ubicación original"
-#: ../../mod/like.php:142
-msgid "thing"
-msgstr "elemento"
+#: ../../include/text.php:1737 ../../include/text.php:1809
+msgid "default"
+msgstr "por defecto"
-#: ../../mod/like.php:188
-msgid "Channel unavailable."
-msgstr "Canal no disponible."
+#: ../../include/text.php:1745
+msgid "Page layout"
+msgstr "Formato de la página"
-#: ../../mod/like.php:236
-msgid "Previous action reversed."
-msgstr "Acción anterior revocada."
+#: ../../include/text.php:1745
+msgid "You can create your own with the layouts tool"
+msgstr "Puede crear su propio formato gráfico con las herramientas de diseño"
-#: ../../mod/like.php:414
-#, php-format
-msgid "%1$s agrees with %2$s's %3$s"
-msgstr "%3$s de %2$s: %1$s está de acuerdo"
+#: ../../include/text.php:1787
+msgid "Page content type"
+msgstr "Tipo de contenido de página"
-#: ../../mod/like.php:416
-#, php-format
-msgid "%1$s doesn't agree with %2$s's %3$s"
-msgstr "%3$s de %2$s: %1$s no está de acuerdo"
+#: ../../include/text.php:1821
+msgid "Select an alternate language"
+msgstr "Seleccionar un idioma alternativo"
-#: ../../mod/like.php:418
-#, php-format
-msgid "%1$s abstains from a decision on %2$s's %3$s"
-msgstr "%3$s de %2$s: %1$s se abstiene"
+#: ../../include/text.php:1953
+msgid "activity"
+msgstr "actividad"
-#: ../../mod/like.php:420
-#, php-format
-msgid "%1$s is attending %2$s's %3$s"
-msgstr "%3$s de %2$s: %1$s participa"
+#: ../../include/text.php:2248
+msgid "Design Tools"
+msgstr "Herramientas de diseño"
-#: ../../mod/like.php:422
-#, php-format
-msgid "%1$s is not attending %2$s's %3$s"
-msgstr "%3$s de %2$s: %1$s no participa"
+#: ../../include/text.php:2251 ../../mod/blocks.php:147
+msgid "Blocks"
+msgstr "Bloques"
-#: ../../mod/like.php:424
-#, php-format
-msgid "%1$s may attend %2$s's %3$s"
-msgstr "%3$s de %2$s: %1$s quizá participe"
+#: ../../include/text.php:2252 ../../mod/menu.php:103
+msgid "Menus"
+msgstr "Menús"
-#: ../../mod/like.php:520
-msgid "Action completed."
-msgstr "Acción completada."
+#: ../../include/text.php:2253 ../../mod/layouts.php:174
+msgid "Layouts"
+msgstr "Formato gráfico"
-#: ../../mod/like.php:521
-msgid "Thank you."
-msgstr "Gracias."
+#: ../../include/text.php:2254
+msgid "Pages"
+msgstr "Páginas"
-#: ../../mod/page.php:36 ../../mod/block.php:27
-msgid "Invalid item."
-msgstr "Elemento no válido."
+#: ../../include/widgets.php:93
+msgid "System"
+msgstr "Sistema"
-#: ../../mod/page.php:52 ../../mod/wall_upload.php:29 ../../mod/block.php:39
-msgid "Channel not found."
-msgstr "Canal no encontrado."
+#: ../../include/widgets.php:96
+msgid "Create Personal App"
+msgstr "Crear una aplicación personal"
-#: ../../mod/page.php:89 ../../mod/display.php:110 ../../mod/help.php:216
-#: ../../mod/block.php:75 ../../index.php:241
-msgid "Page not found."
-msgstr "Página no encontrada."
+#: ../../include/widgets.php:97
+msgid "Edit Personal App"
+msgstr "Editar una aplicación personal"
-#: ../../mod/page.php:126
-msgid ""
-"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod "
-"tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,"
-" quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo "
-"consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse "
-"cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat "
-"non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
-msgstr "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
+#: ../../include/widgets.php:139 ../../mod/suggest.php:54
+msgid "Ignore/Hide"
+msgstr "Ignorar/Ocultar"
-#: ../../mod/removeme.php:29
-msgid ""
-"Channel removals are not allowed within 48 hours of changing the account "
-"password."
-msgstr "La eliminación de canales no está permitida hasta pasadas 48 horas desde el último cambio de contraseña."
+#: ../../include/widgets.php:144 ../../mod/connections.php:125
+msgid "Suggestions"
+msgstr "Sugerencias"
-#: ../../mod/removeme.php:57
-msgid "Remove This Channel"
-msgstr "Eliminar este canal"
+#: ../../include/widgets.php:145
+msgid "See more..."
+msgstr "Ver más..."
-#: ../../mod/removeme.php:58 ../../mod/removeaccount.php:58
-msgid "WARNING: "
-msgstr "ATENCIÓN:"
+#: ../../include/widgets.php:166
+#, php-format
+msgid "You have %1$.0f of %2$.0f allowed connections."
+msgstr "Tiene %1$.0f de %2$.0f conexiones permitidas."
-#: ../../mod/removeme.php:58
-msgid "This channel will be completely removed from the network. "
-msgstr "Este canal va a ser completamente eliminado de la red."
+#: ../../include/widgets.php:172
+msgid "Add New Connection"
+msgstr "Añadir nueva conexión"
-#: ../../mod/removeme.php:58 ../../mod/removeaccount.php:58
-msgid "This action is permanent and can not be undone!"
-msgstr "¡Esta acción tiene carácter definitivo y no se puede deshacer!"
+#: ../../include/widgets.php:173
+msgid "Enter the channel address"
+msgstr "Introducir la dirección del canal"
-#: ../../mod/removeme.php:59 ../../mod/removeaccount.php:59
-msgid "Please enter your password for verification:"
-msgstr "Por favor, introduzca su contraseña para su verificación:"
+#: ../../include/widgets.php:174
+msgid "Example: bob@example.com, http://example.com/barbara"
+msgstr "Ejemplo: paco@ejemplo.com, http://ejemplo.com/paco"
-#: ../../mod/removeme.php:60
-msgid "Remove this channel and all its clones from the network"
-msgstr "Eliminar este canal y todos sus clones de la red"
+#: ../../include/widgets.php:190
+msgid "Notes"
+msgstr "Notas"
-#: ../../mod/removeme.php:60
-msgid ""
-"By default only the instance of the channel located on this hub will be "
-"removed from the network"
-msgstr "Por defecto, solo la instancia del canal alojado en este servidor será eliminado de la red"
+#: ../../include/widgets.php:266
+msgid "Remove term"
+msgstr "Eliminar término"
-#: ../../mod/removeme.php:61 ../../mod/settings.php:1112
-msgid "Remove Channel"
-msgstr "Eliminar el canal"
+#: ../../include/widgets.php:349
+msgid "Archives"
+msgstr "Hemeroteca"
-#: ../../mod/mood.php:132
-msgid "Set your current mood and tell your friends"
-msgstr "Describir su estado de ánimo para comunicárselo a sus amigos"
+#: ../../include/widgets.php:428 ../../mod/connedit.php:577
+msgid "Me"
+msgstr "Yo"
-#: ../../mod/new_channel.php:109
-msgid "Add a Channel"
-msgstr "Añadir un canal"
+#: ../../include/widgets.php:429 ../../mod/connedit.php:578
+msgid "Family"
+msgstr "Familia"
-#: ../../mod/new_channel.php:110
-msgid ""
-"A channel is your own collection of related web pages. A channel can be used"
-" to hold social network profiles, blogs, conversation groups and forums, "
-"celebrity pages, and much more. You may create as many channels as your "
-"service provider allows."
-msgstr "Un canal está formado por su propia colección de páginas web relacionadas. Se puede utilizar para almacenar los perfiles sociales de la red, blogs, grupos de conversación y foros, páginas de famosos y mucho más. Puede crear tantos canales como su proveedor de servicio permita."
+#: ../../include/widgets.php:431 ../../mod/connedit.php:580
+msgid "Acquaintances"
+msgstr "Conocidos/as"
-#: ../../mod/new_channel.php:112 ../../mod/sources.php:103
-#: ../../mod/sources.php:137
-msgid "Channel Name"
-msgstr "Nombre del canal"
+#: ../../include/widgets.php:432 ../../mod/connections.php:88
+#: ../../mod/connections.php:103 ../../mod/connedit.php:581
+msgid "All"
+msgstr "Todos/as"
-#: ../../mod/new_channel.php:113
-msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "
-msgstr "Ejemplos: \"Juan García\", \"Isabel y sus caballos\", \"Fútbol\", \"Grupo de parapente\" "
+#: ../../include/widgets.php:451
+msgid "Refresh"
+msgstr "Recargar"
-#: ../../mod/new_channel.php:114
-msgid "Choose a short nickname"
-msgstr "Elija un alias corto"
+#: ../../include/widgets.php:485
+msgid "Account settings"
+msgstr "Configuración de la cuenta"
-#: ../../mod/new_channel.php:115
-msgid ""
-"Your nickname will be used to create an easily remembered channel address "
-"(like an email address) which you can share with others."
-msgstr "Su alias podrá usarse para crear una dirección de canal fácilmente memorizable (como una dirección de correo electrónico) que puede ser compartido con otros."
+#: ../../include/widgets.php:491
+msgid "Channel settings"
+msgstr "Configuración del canal"
-#: ../../mod/new_channel.php:116
-msgid "Or <a href=\"import\">import an existing channel</a> from another location"
-msgstr "O <a href=\"import\">importar un canal existente</a> de otro lugar"
+#: ../../include/widgets.php:500
+msgid "Additional features"
+msgstr "Funcionalidades"
-#: ../../mod/new_channel.php:118
-msgid ""
-"Please choose a channel type (such as social networking or community forum) "
-"and privacy requirements so we can select the best permissions for you"
-msgstr "Elija el tipo de canal (como red social o foro de discusión) y la privacidad que requiera, así podremos seleccionar el mejor conjunto de permisos para usted"
+#: ../../include/widgets.php:507
+msgid "Feature/Addon settings"
+msgstr "Complementos"
-#: ../../mod/new_channel.php:119
-msgid "Channel Type"
-msgstr "Tipo de canal"
+#: ../../include/widgets.php:513
+msgid "Display settings"
+msgstr "Ajustes de visualización"
-#: ../../mod/new_channel.php:119
-msgid "Read more about roles"
-msgstr "Leer más sobre los roles"
+#: ../../include/widgets.php:519
+msgid "Connected apps"
+msgstr "Aplicaciones conectadas"
-#: ../../mod/ratings.php:69
-msgid "No ratings"
-msgstr "Ninguna valoración"
+#: ../../include/widgets.php:525
+msgid "Export channel"
+msgstr "Exportar canal"
-#: ../../mod/ratings.php:82 ../../mod/display.php:13
-#: ../../mod/directory.php:59 ../../mod/photos.php:490 ../../mod/search.php:13
-#: ../../mod/viewconnections.php:17
-msgid "Public access denied."
-msgstr "Acceso público denegado."
+#: ../../include/widgets.php:533 ../../mod/connedit.php:689
+msgid "Connection Default Permissions"
+msgstr "Permisos predeterminados de conexión"
-#: ../../mod/ratings.php:99
-msgid "Ratings"
-msgstr "Valoraciones"
+#: ../../include/widgets.php:541
+msgid "Premium Channel Settings"
+msgstr "Configuración del canal premium"
-#: ../../mod/ratings.php:100
-msgid "Rating: "
-msgstr "Valoración:"
+#: ../../include/widgets.php:571
+msgid "Private Mail Menu"
+msgstr "Menú de correo privado"
-#: ../../mod/ratings.php:101
-msgid "Website: "
-msgstr "Sitio web:"
+#: ../../include/widgets.php:573
+msgid "Combined View"
+msgstr "Vista combinada"
-#: ../../mod/ratings.php:103
-msgid "Description: "
-msgstr "Descripción:"
+#: ../../include/widgets.php:607 ../../include/widgets.php:619
+msgid "Conversations"
+msgstr "Conversaciones"
-#: ../../mod/setup.php:191
-msgid "$Projectname Server - Setup"
-msgstr "Servidor $Projectname - Instalación"
+#: ../../include/widgets.php:611
+msgid "Received Messages"
+msgstr "Mensajes recibidos"
-#: ../../mod/setup.php:195
-msgid "Could not connect to database."
-msgstr "No se ha podido conectar a la base de datos."
+#: ../../include/widgets.php:615
+msgid "Sent Messages"
+msgstr "Enviar mensajes"
-#: ../../mod/setup.php:199
-msgid ""
-"Could not connect to specified site URL. Possible SSL certificate or DNS "
-"issue."
-msgstr "No se puede conectar con la dirección del sitio indicada. Podría tratarse de un problema de SSL o DNS."
+#: ../../include/widgets.php:629
+msgid "No messages."
+msgstr "Sin mensajes."
-#: ../../mod/setup.php:206
-msgid "Could not create table."
-msgstr "No se puede crear la tabla."
+#: ../../include/widgets.php:647
+msgid "Delete conversation"
+msgstr "Eliminar conversación"
-#: ../../mod/setup.php:211
-msgid "Your site database has been installed."
-msgstr "La base de datos del sitio ha sido instalada."
+#: ../../include/widgets.php:673
+msgid "Events Menu"
+msgstr "Menú de eventos"
-#: ../../mod/setup.php:215
-msgid ""
-"You may need to import the file \"install/schema_xxx.sql\" manually using a "
-"database client."
-msgstr "Podría tener que importar manualmente el fichero \"install/schema_xxx.sql\" usando un cliente de base de datos."
+#: ../../include/widgets.php:674
+msgid "Day View"
+msgstr "Eventos del día"
-#: ../../mod/setup.php:216 ../../mod/setup.php:284 ../../mod/setup.php:734
-msgid "Please see the file \"install/INSTALL.txt\"."
-msgstr "Por favor, lea el fichero \"install/INSTALL.txt\"."
+#: ../../include/widgets.php:675
+msgid "Week View"
+msgstr "Eventos de la semana"
-#: ../../mod/setup.php:281
-msgid "System check"
-msgstr "Verificación del sistema"
+#: ../../include/widgets.php:676
+msgid "Month View"
+msgstr "Eventos del mes"
-#: ../../mod/setup.php:285 ../../mod/photos.php:911 ../../mod/events.php:653
-#: ../../mod/events.php:660
-msgid "Next"
-msgstr "Siguiente"
+#: ../../include/widgets.php:677 ../../mod/events.php:654
+msgid "Export"
+msgstr "Exportar"
-#: ../../mod/setup.php:286
-msgid "Check again"
-msgstr "Verificar de nuevo"
+#: ../../include/widgets.php:678 ../../mod/events.php:657
+msgid "Import"
+msgstr "Importar"
-#: ../../mod/setup.php:308
-msgid "Database connection"
-msgstr "Conexión a la base de datos"
+#: ../../include/widgets.php:688
+msgid "Events Tools"
+msgstr "Gestión de eventos"
-#: ../../mod/setup.php:309
-msgid ""
-"In order to install $Projectname we need to know how to connect to your "
-"database."
-msgstr "Para instalar $Projectname es necesario saber cómo conectar con su base de datos."
+#: ../../include/widgets.php:689
+msgid "Export Calendar"
+msgstr "Exportar el calendario"
-#: ../../mod/setup.php:310
-msgid ""
-"Please contact your hosting provider or site administrator if you have "
-"questions about these settings."
-msgstr "Por favor, contacte con el proveedor de servicios o el administrador del sitio si tiene dudas sobre estos ajustes."
+#: ../../include/widgets.php:690
+msgid "Import Calendar"
+msgstr "Importar un calendario"
-#: ../../mod/setup.php:311
-msgid ""
-"The database you specify below should already exist. If it does not, please "
-"create it before continuing."
-msgstr "La base de datos que especifique a continuación debe existir ya. Si no es así, por favor, créela antes de seguir."
+#: ../../include/widgets.php:764
+msgid "Chat Rooms"
+msgstr "Salas de chat"
-#: ../../mod/setup.php:315
-msgid "Database Server Name"
-msgstr "Nombre del servidor de base de datos"
+#: ../../include/widgets.php:784
+msgid "Bookmarked Chatrooms"
+msgstr "Salas de chat preferidas"
-#: ../../mod/setup.php:315
-msgid "Default is 127.0.0.1"
-msgstr "De forma predeterminada es 127.0.0.1"
+#: ../../include/widgets.php:804
+msgid "Suggested Chatrooms"
+msgstr "Salas de chat sugeridas"
-#: ../../mod/setup.php:316
-msgid "Database Port"
-msgstr "Puerto de la base de datos"
+#: ../../include/widgets.php:931 ../../include/widgets.php:989
+msgid "photo/image"
+msgstr "foto/imagen"
-#: ../../mod/setup.php:316
-msgid "Communication port number - use 0 for default"
-msgstr "Número del puerto de comunicaciones - use 0 como valor por defecto"
+#: ../../include/widgets.php:1084 ../../include/widgets.php:1086
+msgid "Rate Me"
+msgstr "Valorar este canal"
-#: ../../mod/setup.php:317
-msgid "Database Login Name"
-msgstr "Usuario de la base de datos"
+#: ../../include/widgets.php:1090
+msgid "View Ratings"
+msgstr "Mostrar las valoraciones"
-#: ../../mod/setup.php:318
-msgid "Database Login Password"
-msgstr "Contraseña de acceso a la base de datos"
+#: ../../include/widgets.php:1101
+msgid "Public Hubs"
+msgstr "Servidores públicos"
-#: ../../mod/setup.php:319
-msgid "Database Name"
-msgstr "Nombre de la base de datos"
+#: ../../include/widgets.php:1149
+msgid "Forums"
+msgstr "Foros"
-#: ../../mod/setup.php:320
-msgid "Database Type"
-msgstr "Tipo de base de datos"
+#: ../../include/widgets.php:1178
+msgid "Tasks"
+msgstr "Tareas"
-#: ../../mod/setup.php:322 ../../mod/setup.php:363
-msgid "Site administrator email address"
-msgstr "Dirección de correo electrónico del administrador del sitio"
+#: ../../include/widgets.php:1187
+msgid "Documentation"
+msgstr "Documentación"
-#: ../../mod/setup.php:322 ../../mod/setup.php:363
-msgid ""
-"Your account email address must match this in order to use the web admin "
-"panel."
-msgstr "Su cuenta deberá usar la misma dirección de correo electrónico para poder utilizar el panel de administración web."
+#: ../../include/widgets.php:1189
+msgid "Project/Site Information"
+msgstr "Información sobre el proyecto o sitio"
-#: ../../mod/setup.php:323 ../../mod/setup.php:365
-msgid "Website URL"
-msgstr "Dirección del sitio web"
+#: ../../include/widgets.php:1190
+msgid "For Members"
+msgstr "Para los usuarios"
-#: ../../mod/setup.php:323 ../../mod/setup.php:365
-msgid "Please use SSL (https) URL if available."
-msgstr "Por favor, use SSL (https) si está disponible."
+#: ../../include/widgets.php:1191
+msgid "For Administrators"
+msgstr "Para los administradores"
-#: ../../mod/setup.php:325 ../../mod/setup.php:367
-msgid "Please select a default timezone for your website"
-msgstr "Por favor, selecciones la zona horaria por defecto de su sitio web"
+#: ../../include/widgets.php:1192
+msgid "For Developers"
+msgstr "Para los desarrolladores"
-#: ../../mod/setup.php:352
-msgid "Site settings"
-msgstr "Ajustes del sitio"
+#: ../../include/widgets.php:1217 ../../mod/admin.php:452
+msgid "Site"
+msgstr "Sitio"
-#: ../../mod/setup.php:417
-msgid "Could not find a command line version of PHP in the web server PATH."
-msgstr "No se puede encontrar una versión en línea de comandos de PHP en la ruta del servidor web."
+#: ../../include/widgets.php:1218
+msgid "Accounts"
+msgstr "Cuentas"
-#: ../../mod/setup.php:418
-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."
-msgstr "Si no tiene instalada la versión de línea de comandos de PHP en su servidor, no podrá ejecutar sondeos en segundo plano mediante cron."
+#: ../../include/widgets.php:1219 ../../mod/admin.php:1051
+msgid "Channels"
+msgstr "Canales"
-#: ../../mod/setup.php:422
-msgid "PHP executable path"
-msgstr "Ruta del ejecutable PHP"
+#: ../../include/widgets.php:1221 ../../mod/admin.php:1148
+#: ../../mod/admin.php:1188
+msgid "Plugins"
+msgstr "Extensiones"
-#: ../../mod/setup.php:422
-msgid ""
-"Enter full path to php executable. You can leave this blank to continue the "
-"installation."
-msgstr "Introducir la ruta completa del ejecutable PHP. Puede dejar la línea en blanco para continuar la instalación."
+#: ../../include/widgets.php:1222 ../../mod/admin.php:1348
+#: ../../mod/admin.php:1382
+msgid "Themes"
+msgstr "Temas"
-#: ../../mod/setup.php:427
-msgid "Command line PHP"
-msgstr "PHP en línea de comandos"
+#: ../../include/widgets.php:1223
+msgid "Inspect queue"
+msgstr "Examinar la cola"
-#: ../../mod/setup.php:436
-msgid ""
-"The command line version of PHP on your system does not have "
-"\"register_argc_argv\" enabled."
-msgstr "La línea de comandos PHP de su sistema no tiene activado \"register_argc_argv\"."
+#: ../../include/widgets.php:1224
+msgid "Profile Config"
+msgstr "Ajustes del perfil"
-#: ../../mod/setup.php:437
-msgid "This is required for message delivery to work."
-msgstr "Esto es necesario para que funcione la transmisión de mensajes."
+#: ../../include/widgets.php:1225
+msgid "DB updates"
+msgstr "Actualizaciones de la base de datos"
-#: ../../mod/setup.php:440
-msgid "PHP register_argc_argv"
-msgstr "PHP register_argc_argv"
+#: ../../include/widgets.php:1243 ../../include/widgets.php:1249
+#: ../../mod/admin.php:1467
+msgid "Logs"
+msgstr "Informes"
-#: ../../mod/setup.php:458
+#: ../../include/widgets.php:1248
+msgid "Plugin Features"
+msgstr "Extensiones"
+
+#: ../../include/widgets.php:1250
+msgid "User registrations waiting for confirmation"
+msgstr "Registros de usuarios pendientes de confirmación"
+
+#: ../../include/widgets.php:1328 ../../mod/photos.php:748
+#: ../../mod/photos.php:1283
+msgid "View Photo"
+msgstr "Ver foto"
+
+#: ../../include/widgets.php:1345 ../../mod/photos.php:779
+msgid "Edit Album"
+msgstr "Editar álbum"
+
+#: ../../include/zot.php:676
+msgid "Invalid data packet"
+msgstr "Paquete de datos no válido"
+
+#: ../../include/zot.php:692
+msgid "Unable to verify channel signature"
+msgstr "No ha sido posible de verificar la firma del canal"
+
+#: ../../include/zot.php:2268
#, php-format
-msgid ""
-"Your max allowed total upload size is set to %s. Maximum size of one file to"
-" upload is set to %s. You are allowed to upload up to %d files at once."
-msgstr "La carga máxima que se le permite subir está establecida en %s. El tamaño máximo de un fichero está establecido en %s. Está permitido subir hasta un máximo de %d ficheros de una sola vez."
+msgid "Unable to verify site signature for %s"
+msgstr "No ha sido posible de verificar la firma del sitio para %s"
-#: ../../mod/setup.php:463
-msgid "You can adjust these settings in the servers php.ini."
-msgstr "Puede ajustar estos valores en el fichero php.ini de su servidor."
+#: ../../include/zot.php:3584
+msgid "invalid target signature"
+msgstr "La firma recibida no es válida"
-#: ../../mod/setup.php:465
-msgid "PHP upload limits"
-msgstr "Límites PHP de subida"
+#: ../../index.php:238 ../../mod/help.php:213
+msgid "Not Found"
+msgstr "No encontrado"
-#: ../../mod/setup.php:488
-msgid ""
-"Error: the \"openssl_pkey_new\" function on this system is not able to "
-"generate encryption keys"
-msgstr "Error: La función \"openssl_pkey_new\" en este sistema no es capaz de general claves de cifrado."
+#: ../../index.php:241 ../../mod/block.php:75 ../../mod/display.php:110
+#: ../../mod/help.php:216 ../../mod/page.php:89
+msgid "Page not found."
+msgstr "Página no encontrada."
-#: ../../mod/setup.php:489
-msgid ""
-"If running under Windows, please see "
-"\"http://www.php.net/manual/en/openssl.installation.php\"."
-msgstr "Si está en un servidor Windows, por favor, lea \"http://www.php.net/manual/en/openssl.installation.php\"."
+#: ../../mod/achievements.php:34
+msgid "Some blurb about what to do when you're new here"
+msgstr "Algunas propuestas para el nuevo usuario sobre qué se puede hacer aquí"
-#: ../../mod/setup.php:492
-msgid "Generate encryption keys"
-msgstr "Generar claves de cifrado"
+#: ../../mod/acl.php:222
+msgid "network"
+msgstr "red"
-#: ../../mod/setup.php:504
-msgid "libCurl PHP module"
-msgstr "módulo libCurl PHP"
+#: ../../mod/acl.php:232
+msgid "RSS"
+msgstr "RSS"
-#: ../../mod/setup.php:505
-msgid "GD graphics PHP module"
-msgstr "módulo PHP GD graphics"
+#: ../../mod/admin.php:54
+msgid "Theme settings updated."
+msgstr "Ajustes del tema actualizados."
-#: ../../mod/setup.php:506
-msgid "OpenSSL PHP module"
-msgstr "módulo PHP OpenSSL"
+#: ../../mod/admin.php:168
+msgid "# Accounts"
+msgstr "# Cuentas"
-#: ../../mod/setup.php:507
-msgid "mysqli or postgres PHP module"
-msgstr "módulo PHP mysqli o postgres"
+#: ../../mod/admin.php:169
+msgid "# blocked accounts"
+msgstr "# cuentas bloqueadas"
-#: ../../mod/setup.php:508
-msgid "mb_string PHP module"
-msgstr "módulo PHP mb_string"
+#: ../../mod/admin.php:170
+msgid "# expired accounts"
+msgstr "# cuentas caducadas"
-#: ../../mod/setup.php:509
-msgid "mcrypt PHP module"
-msgstr "módulo PHP mcrypt "
+#: ../../mod/admin.php:171
+msgid "# expiring accounts"
+msgstr "# cuentas que caducan"
-#: ../../mod/setup.php:510
-msgid "xml PHP module"
-msgstr "módulo PHP xml"
+#: ../../mod/admin.php:182
+msgid "# Channels"
+msgstr "# Canales"
-#: ../../mod/setup.php:514 ../../mod/setup.php:516
-msgid "Apache mod_rewrite module"
-msgstr "módulo Apache mod_rewrite "
+#: ../../mod/admin.php:183
+msgid "# primary"
+msgstr "# primario"
-#: ../../mod/setup.php:514
+#: ../../mod/admin.php:184
+msgid "# clones"
+msgstr "# clones"
+
+#: ../../mod/admin.php:190
+msgid "Message queues"
+msgstr "Mensajes en cola"
+
+#: ../../mod/admin.php:206 ../../mod/admin.php:451 ../../mod/admin.php:619
+#: ../../mod/admin.php:886 ../../mod/admin.php:1050 ../../mod/admin.php:1147
+#: ../../mod/admin.php:1187 ../../mod/admin.php:1347 ../../mod/admin.php:1381
+#: ../../mod/admin.php:1466
+msgid "Administration"
+msgstr "Administración"
+
+#: ../../mod/admin.php:207
+msgid "Summary"
+msgstr "Sumario"
+
+#: ../../mod/admin.php:210
+msgid "Registered accounts"
+msgstr "Cuentas registradas"
+
+#: ../../mod/admin.php:211 ../../mod/admin.php:623
+msgid "Pending registrations"
+msgstr "Registros pendientes"
+
+#: ../../mod/admin.php:212
+msgid "Registered channels"
+msgstr "Canales registrados"
+
+#: ../../mod/admin.php:213 ../../mod/admin.php:624
+msgid "Active plugins"
+msgstr "Extensiones activas"
+
+#: ../../mod/admin.php:214
+msgid "Version"
+msgstr "Versión"
+
+#: ../../mod/admin.php:335
+msgid "Site settings updated."
+msgstr "Ajustes del sitio actualizados."
+
+#: ../../mod/admin.php:372 ../../mod/settings.php:793
+msgid "mobile"
+msgstr "móvil"
+
+#: ../../mod/admin.php:374
+msgid "experimental"
+msgstr "experimental"
+
+#: ../../mod/admin.php:376
+msgid "unsupported"
+msgstr "no soportado"
+
+#: ../../mod/admin.php:422
+msgid "Yes - with approval"
+msgstr "Sí - con aprobación"
+
+#: ../../mod/admin.php:428
+msgid "My site is not a public server"
+msgstr "Mi sitio no es un servidor público"
+
+#: ../../mod/admin.php:429
+msgid "My site has paid access only"
+msgstr "Mi sitio es un servicio de pago"
+
+#: ../../mod/admin.php:430
+msgid "My site has free access only"
+msgstr "Mi sitio es un servicio gratuito"
+
+#: ../../mod/admin.php:431
+msgid "My site offers free accounts with optional paid upgrades"
+msgstr "Mi sitio ofrece cuentas gratuitas con opciones extra de pago"
+
+#: ../../mod/admin.php:454 ../../mod/register.php:209
+msgid "Registration"
+msgstr "Registro"
+
+#: ../../mod/admin.php:455
+msgid "File upload"
+msgstr "Fichero subido"
+
+#: ../../mod/admin.php:456
+msgid "Policies"
+msgstr "Políticas"
+
+#: ../../mod/admin.php:461
+msgid "Site name"
+msgstr "Nombre del sitio"
+
+#: ../../mod/admin.php:462
+msgid "Banner/Logo"
+msgstr "Banner/Logo"
+
+#: ../../mod/admin.php:463
+msgid "Administrator Information"
+msgstr "Información del Administrador"
+
+#: ../../mod/admin.php:463
msgid ""
-"Error: Apache webserver mod-rewrite module is required but not installed."
-msgstr "Error: se necesita el módulo del servidor web Apache mod-rewrite pero no está instalado."
+"Contact information for site administrators. Displayed on siteinfo page. "
+"BBCode can be used here"
+msgstr "Información de contacto de los administradores del sitio. Visible en la página \"siteinfo\". Se puede usar BBCode"
-#: ../../mod/setup.php:520 ../../mod/setup.php:523
-msgid "proc_open"
-msgstr "proc_open"
+#: ../../mod/admin.php:464
+msgid "System language"
+msgstr "Idioma del sistema"
-#: ../../mod/setup.php:520
+#: ../../mod/admin.php:465
+msgid "System theme"
+msgstr "Tema gráfico del sistema"
+
+#: ../../mod/admin.php:465
msgid ""
-"Error: proc_open is required but is either not installed or has been "
-"disabled in php.ini"
-msgstr "Error: se necesita proc_open pero o no está instalado o ha sido desactivado en el fichero php.ini"
+"Default system theme - may be over-ridden by user profiles - <a href='#' "
+"id='cnftheme'>change theme settings</a>"
+msgstr "Tema del sistema por defecto - se puede cambiar por cada perfil de usuario - <a href='#' id='cnftheme'>modificar los ajustes del tema</a>"
-#: ../../mod/setup.php:528
-msgid "Error: libCURL PHP module required but not installed."
-msgstr "Error: se necesita el módulo PHP libCURL pero no está instalado."
+#: ../../mod/admin.php:466
+msgid "Mobile system theme"
+msgstr "Tema del sistema para móviles"
-#: ../../mod/setup.php:532
+#: ../../mod/admin.php:466
+msgid "Theme for mobile devices"
+msgstr "Tema para dispositivos móviles"
+
+#: ../../mod/admin.php:468
+msgid "Allow Feeds as Connections"
+msgstr "Permitir contenidos RSS como conexiones"
+
+#: ../../mod/admin.php:468
+msgid "(Heavy system resource usage)"
+msgstr "(Uso intenso de los recursos del sistema)"
+
+#: ../../mod/admin.php:469
+msgid "Maximum image size"
+msgstr "Tamaño máximo de la imagen"
+
+#: ../../mod/admin.php:469
msgid ""
-"Error: GD graphics PHP module with JPEG support required but not installed."
-msgstr "Error: el módulo PHP GD graphics es necesario, pero no está instalado."
+"Maximum size in bytes of uploaded images. Default is 0, which means no "
+"limits."
+msgstr "Tamaño máximo en bytes de la imagen subida. Por defecto, es 0, lo que significa que no hay límites."
-#: ../../mod/setup.php:536
-msgid "Error: openssl PHP module required but not installed."
-msgstr "Error: el módulo PHP openssl es necesario, pero no está instalado."
+#: ../../mod/admin.php:470
+msgid "Does this site allow new member registration?"
+msgstr "¿Debe este sitio permitir el registro de nuevos miembros?"
-#: ../../mod/setup.php:540
+#: ../../mod/admin.php:471
+msgid "Invitation only"
+msgstr "Solo con una invitación"
+
+#: ../../mod/admin.php:471
msgid ""
-"Error: mysqli or postgres PHP module required but neither are installed."
-msgstr "Error: el módulo PHP mysqli o postgres es necesario pero ninguno de los dos está instalado."
+"Only allow new member registrations with an invitation code. Above register "
+"policy must be set to Yes."
+msgstr "Solo se permiten inscripciones de nuevos miembros con un código de invitación. Además, deben aceptarse los términos del registro marcando \"Sí\"."
-#: ../../mod/setup.php:544
-msgid "Error: mb_string PHP module required but not installed."
-msgstr "Error: el módulo PHP mb_string es necesario, pero no está instalado."
+#: ../../mod/admin.php:472
+msgid "Which best describes the types of account offered by this hub?"
+msgstr "¿Cómo describiría el tipo de servicio ofrecido por este servidor?"
-#: ../../mod/setup.php:548
-msgid "Error: mcrypt PHP module required but not installed."
-msgstr "Error: el módulo PHP mcrypt es necesario, pero no está instalado."
+#: ../../mod/admin.php:473
+msgid "Register text"
+msgstr "Texto del registro"
-#: ../../mod/setup.php:552
-msgid "Error: xml PHP module required for DAV but not installed."
-msgstr "Error: el módulo PHP xml es necesario para DAV, pero no está instalado."
+#: ../../mod/admin.php:473
+msgid "Will be displayed prominently on the registration page."
+msgstr "Se mostrará de forma destacada en la página de registro."
-#: ../../mod/setup.php:570
-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 "El instalador web no ha podido crear un fichero llamado “.htconfig.php” en la carpeta base de su servidor."
+#: ../../mod/admin.php:474
+msgid "Site homepage to show visitors (default: login box)"
+msgstr "Página personal que se mostrará a los visitantes (por defecto: la página de identificación)"
-#: ../../mod/setup.php:571
+#: ../../mod/admin.php:474
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 "Esto está generalmente ligado a un problema de permisos, a causa del cual el servidor web tiene prohibido modificar ficheros en su carpeta - incluso si usted mismo tiene esos permisos."
+"example: 'public' to show public stream, 'page/sys/home' to show a system "
+"webpage called 'home' or 'include:home.html' to include a file."
+msgstr "ejemplo: 'public' para mostrar contenido público de los usuarios, 'page/sys/home' para mostrar la página web definida como \"home\" o 'include:home.html' para mostrar el contenido de un fichero."
-#: ../../mod/setup.php:572
+#: ../../mod/admin.php:475
+msgid "Preserve site homepage URL"
+msgstr "Preservar la dirección de la página personal"
+
+#: ../../mod/admin.php:475
msgid ""
-"At the end of this procedure, we will give you a text to save in a file "
-"named .htconfig.php in your Red top folder."
-msgstr "Al término de este procedimiento, podemos crear un fichero de texto para guardar con el nombre .htconfig.php en el directorio raíz de su instalación de Hubzilla."
+"Present the site homepage in a frame at the original location instead of "
+"redirecting"
+msgstr "Presenta la página personal del sitio en un marco en la ubicación original, en vez de redirigirla."
-#: ../../mod/setup.php:573
+#: ../../mod/admin.php:476
+msgid "Accounts abandoned after x days"
+msgstr "Cuentas abandonadas después de x días"
+
+#: ../../mod/admin.php:476
msgid ""
-"You can alternatively skip this procedure and perform a manual installation."
-" Please see the file \"install/INSTALL.txt\" for instructions."
-msgstr "Como alternativa, puede dejar este procedimiento e intentar realizar una instalación manual. Lea, por favor, el fichero\"install/INSTALL.txt\" para las instrucciones."
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
+msgstr "Para evitar consumir recursos del sistema intentando poner al día las cuentas abandonadas. Introduzca 0 para no tener límite de tiempo."
-#: ../../mod/setup.php:576
-msgid ".htconfig.php is writable"
-msgstr ".htconfig.php tiene permisos de escritura"
+#: ../../mod/admin.php:477
+msgid "Allowed friend domains"
+msgstr "Dominios amigos permitidos"
-#: ../../mod/setup.php:590
+#: ../../mod/admin.php:477
msgid ""
-"Red uses the Smarty3 template engine to render its web views. Smarty3 "
-"compiles templates to PHP to speed up rendering."
-msgstr "Hubzilla hace uso del motor de plantillas Smarty3 para diseñar sus plantillas gráficas. Smarty3 es más rápido porque compila las plantillas de páginas directamente en PHP."
+"Comma separated list of domains which are allowed to establish friendships "
+"with this site. Wildcards are accepted. Empty to allow any domains"
+msgstr "Lista separada por comas de dominios a los que está permitido establecer relaciones de amistad con este sitio. Se permiten comodines. Dejar en claro para aceptar cualquier dominio."
-#: ../../mod/setup.php:591
-#, php-format
+#: ../../mod/admin.php:478
+msgid "Allowed email domains"
+msgstr "Se aceptan dominios de correo electrónico"
+
+#: ../../mod/admin.php:478
msgid ""
-"In order to store these compiled templates, the web server needs to have "
-"write access to the directory %s under the Red top level folder."
-msgstr "Para poder guardar las plantillas compiladas, el servidor web necesita permisos para acceder al subdirectorio %s en el directorio de instalación de Hubzilla."
+"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 "Lista separada por comas de los dominios de los que se acepta una dirección de correo electrónico para registros en este sitio. Se permiten comodines. Dejar en claro para aceptar cualquier dominio. "
-#: ../../mod/setup.php:592 ../../mod/setup.php:613
+#: ../../mod/admin.php:479
+msgid "Not allowed email domains"
+msgstr "No se permiten dominios de correo electrónico"
+
+#: ../../mod/admin.php:479
msgid ""
-"Please ensure that the user that your web server runs as (e.g. www-data) has"
-" write access to this folder."
-msgstr "Por favor, asegúrese de que el servidor web está siendo ejecutado por un usuario que tenga permisos de escritura sobre esta carpeta (por ejemplo, www-data)."
+"Comma separated list of domains which are not allowed in email addresses for"
+" registrations to this site. Wildcards are accepted. Empty to allow any "
+"domains, unless allowed domains have been defined."
+msgstr "Lista separada por comas de los dominios de los que no se acepta una dirección de correo electrónico para registros en este sitio. Se permiten comodines. Dejar en claro para no aceptar cualquier dominio, excepto los que se hayan autorizado."
-#: ../../mod/setup.php:593
-#, php-format
+#: ../../mod/admin.php:480
+msgid "Block public"
+msgstr "Bloquear páginas públicas"
+
+#: ../../mod/admin.php:480
msgid ""
-"Note: as a security measure, you should give the web server write access to "
-"%s only--not the template files (.tpl) that it contains."
-msgstr "Nota: como medida de seguridad, debe dar al servidor web permisos de escritura solo sobre %s - no sobre el fichero de plantilla (.tpl) que contiene."
+"Check to block public access to all otherwise public personal pages on this "
+"site unless you are currently logged in."
+msgstr "Activar para bloquear el acceso a todas las páginas públicas personales en este sitio, salvo que estén identificadas en el sistema."
-#: ../../mod/setup.php:596
-#, php-format
-msgid "%s is writable"
-msgstr "%s tiene permisos de escritura"
+#: ../../mod/admin.php:481
+msgid "Verify Email Addresses"
+msgstr "Verificar las direcciones de correo electrónico"
-#: ../../mod/setup.php:612
+#: ../../mod/admin.php:481
msgid ""
-"Red uses the store directory to save uploaded files. The web server needs to"
-" have write access to the store directory under the Red top level folder"
-msgstr "Red guarda los ficheros descargados en la carpeta \"store\". El servidor web necesita tener permisos de escritura sobre esa carpeta, en el directorio de instalación."
+"Check to verify email addresses used in account registration (recommended)."
+msgstr "Activar para la verificación de la dirección de correo electrónico en el registro de una cuenta (recomendado)."
-#: ../../mod/setup.php:616
-msgid "store is writable"
-msgstr "\"store\" tiene permisos de escritura"
+#: ../../mod/admin.php:482
+msgid "Force publish"
+msgstr "Forzar la publicación"
-#: ../../mod/setup.php:649
+#: ../../mod/admin.php:482
msgid ""
-"SSL certificate cannot be validated. Fix certificate or disable https access"
-" to this site."
-msgstr "El certificado SSL no ha podido ser validado. Corrija este problema o desactive el acceso https a este sitio."
+"Check to force all profiles on this site to be listed in the site directory."
+msgstr "Intentar forzar todos los perfiles para que sean listados en el directorio de este sitio."
-#: ../../mod/setup.php:650
+#: ../../mod/admin.php:483
+msgid "Import Public Streams"
+msgstr "Importar contenido público"
+
+#: ../../mod/admin.php:483
msgid ""
-"If you have https access to your website or allow connections to TCP port "
-"443 (the https: port), you MUST use a browser-valid certificate. You MUST "
-"NOT use self-signed certificates!"
-msgstr "Si su servidor soporta conexiones cifradas SSL o si permite conexiones al puerto TCP 443 (el puerto usado por el protocolo https), debe utilizar un certificado válido. No debe usar un certificado firmado por usted mismo."
+"Import and allow access to public content pulled from other sites. Warning: "
+"this content is unmoderated."
+msgstr "Importar y permitir acceso al contenido público sacado de otros sitios. Advertencia: este contenido no está moderado, por lo que podría encontrar cosas inapropiadas u ofensivas."
-#: ../../mod/setup.php:651
+#: ../../mod/admin.php:484
+msgid "login on Homepage"
+msgstr "acceso a la página personal"
+
+#: ../../mod/admin.php:484
msgid ""
-"This restriction is incorporated because public posts from you may for "
-"example contain references to images on your own hub."
-msgstr "Se ha incorporado esta restricción para evitar que sus publicaciones públicas hagan referencia a imágenes en su propio servidor."
+"Present a login box to visitors on the home page if no other content has "
+"been configured."
+msgstr "Presentar a los visitantes una casilla de identificación en la página de inicio, si no se ha configurado otro tipo de contenido."
-#: ../../mod/setup.php:652
+#: ../../mod/admin.php:486
+msgid "Directory Server URL"
+msgstr "URL del servidor de directorio"
+
+#: ../../mod/admin.php:486
+msgid "Default directory server"
+msgstr "Servidor de directorio predeterminado"
+
+#: ../../mod/admin.php:488
+msgid "Proxy user"
+msgstr "Usuario del proxy"
+
+#: ../../mod/admin.php:489
+msgid "Proxy URL"
+msgstr "Dirección del proxy"
+
+#: ../../mod/admin.php:490
+msgid "Network timeout"
+msgstr "Tiempo de espera de la red"
+
+#: ../../mod/admin.php:490
+msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
+msgstr "Valor en segundos. Poner a 0 para que no haya tiempo límite (no recomendado)"
+
+#: ../../mod/admin.php:491
+msgid "Delivery interval"
+msgstr "Intervalo de entrega"
+
+#: ../../mod/admin.php:491
msgid ""
-"If your certificate is not recognized, members of other sites (who may "
-"themselves have valid certificates) will get a warning message on their own "
-"site complaining about security issues."
-msgstr "Si su certificado no ha sido reconocido, los miembros de otros sitios (con certificados válidos) recibirán mensajes de aviso en sus propios sitios web."
+"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 "Retrasar los procesos de transmisión en segundo plano por esta cantidad de segundos para reducir la carga del sistema. Recomendado: 4-5 para sitios compartidos, 2-3 para servidores virtuales privados, 0-1 para grandes servidores dedicados."
-#: ../../mod/setup.php:653
+#: ../../mod/admin.php:492
+msgid "Deliveries per process"
+msgstr "Intentos de envío por proceso"
+
+#: ../../mod/admin.php:492
msgid ""
-"This can cause usability issues elsewhere (not just on your own site) so we "
-"must insist on this requirement."
-msgstr "Por razones de compatibilidad (sobre el conjunto de la red, no solo sobre su propio sitio), debemos insistir en estos requisitos."
+"Number of deliveries to attempt in a single operating system process. Adjust"
+" if necessary to tune system performance. Recommend: 1-5."
+msgstr "Numero de envíos a intentar en un único proceso del sistema operativo. Ajustar si es necesario mejorar el rendimiento. Se recomienda: 1-5."
-#: ../../mod/setup.php:654
+#: ../../mod/admin.php:493
+msgid "Poll interval"
+msgstr "Intervalo de sondeo"
+
+#: ../../mod/admin.php:493
msgid ""
-"Providers are available that issue free certificates which are browser-"
-"valid."
-msgstr "Existen varias Autoridades de Certificación que le pueden proporcionar certificados válidos."
+"Delay background polling processes by this many seconds to reduce system "
+"load. If 0, use delivery interval."
+msgstr "Retrasar el sondeo en segundo plano, en esta cantidad de segundos, para reducir la carga del sistema. Si es 0, usar el intervalo de transmisión."
-#: ../../mod/setup.php:656
-msgid "SSL certificate validation"
-msgstr "validación del certificado SSL"
+#: ../../mod/admin.php:494
+msgid "Maximum Load Average"
+msgstr "Carga media máxima"
-#: ../../mod/setup.php:662
+#: ../../mod/admin.php:494
msgid ""
-"Url rewrite in .htaccess is not working. Check your server "
-"configuration.Test: "
-msgstr "No se pueden reescribir las direcciones web en .htaccess. Compruebe la configuración de su servidor:"
+"Maximum system load before delivery and poll processes are deferred - "
+"default 50."
+msgstr "Carga máxima del sistema antes de que los procesos de transmisión y sondeo se hayan retardado - por defecto, 50."
-#: ../../mod/setup.php:665
-msgid "Url rewrite is working"
-msgstr "La reescritura de las direcciones funciona correctamente"
+#: ../../mod/admin.php:495
+msgid "Expiration period in days for imported (matrix/network) content"
+msgstr "Periodo de caducidad en días para el contenido importado (red)"
-#: ../../mod/setup.php:674
+#: ../../mod/admin.php:495
+msgid "0 for no expiration of imported content"
+msgstr "0 para que no caduque el contenido importado"
+
+#: ../../mod/admin.php:585 ../../mod/admin.php:586 ../../mod/settings.php:717
+msgid "Off"
+msgstr "Desactivado"
+
+#: ../../mod/admin.php:585 ../../mod/admin.php:586 ../../mod/settings.php:717
+msgid "On"
+msgstr "Activado"
+
+#: ../../mod/admin.php:586
+#, php-format
+msgid "Lock feature %s"
+msgstr "Bloquear la funcionalidad %s"
+
+#: ../../mod/admin.php:594
+msgid "Manage Additional Features"
+msgstr "Gestionar las funcionalidades"
+
+#: ../../mod/admin.php:611
+msgid "No server found"
+msgstr "Servidor no encontrado"
+
+#: ../../mod/admin.php:618 ../../mod/admin.php:900
+msgid "ID"
+msgstr "ID"
+
+#: ../../mod/admin.php:618
+msgid "for channel"
+msgstr "por canal"
+
+#: ../../mod/admin.php:618
+msgid "on server"
+msgstr "en el servidor"
+
+#: ../../mod/admin.php:618
+msgid "Status"
+msgstr "Estado"
+
+#: ../../mod/admin.php:620
+msgid "Server"
+msgstr "Servidor"
+
+#: ../../mod/admin.php:637
+msgid "Update has been marked successful"
+msgstr "La actualización ha sido marcada como exitosa"
+
+#: ../../mod/admin.php:647
+#, php-format
+msgid "Executing %s failed. Check system logs."
+msgstr "La ejecución de %s ha fallado. Mirar en los informes del sistema."
+
+#: ../../mod/admin.php:650
+#, php-format
+msgid "Update %s was successfully applied."
+msgstr "La actualización de %s se ha realizado exitosamente."
+
+#: ../../mod/admin.php:654
+#, php-format
+msgid "Update %s did not return a status. Unknown if it succeeded."
+msgstr "La actualización de %s no ha devuelto ningún estado. No se sabe si ha tenido éxito."
+
+#: ../../mod/admin.php:657
+#, php-format
+msgid "Update function %s could not be found."
+msgstr "No se encuentra la función de actualización de %s."
+
+#: ../../mod/admin.php:673
+msgid "No failed updates."
+msgstr "No ha fallado ninguna actualización."
+
+#: ../../mod/admin.php:677
+msgid "Failed Updates"
+msgstr "Han fallado las actualizaciones"
+
+#: ../../mod/admin.php:679
+msgid "Mark success (if update was manually applied)"
+msgstr "Marcar como exitosa (si la actualización se ha hecho manualmente)"
+
+#: ../../mod/admin.php:680
+msgid "Attempt to execute this update step automatically"
+msgstr "Intentar ejecutar este paso de actualización automáticamente"
+
+#: ../../mod/admin.php:711
+msgid "Queue Statistics"
+msgstr "Estadísticas de la cola"
+
+#: ../../mod/admin.php:712
+msgid "Total Entries"
+msgstr "Total de entradas"
+
+#: ../../mod/admin.php:713
+msgid "Priority"
+msgstr "Prioridad"
+
+#: ../../mod/admin.php:714
+msgid "Destination URL"
+msgstr "Dirección de destino"
+
+#: ../../mod/admin.php:715
+msgid "Mark hub permanently offline"
+msgstr "Marcar el servidor como permanentemente fuera de línea"
+
+#: ../../mod/admin.php:716
+msgid "Empty queue for this hub"
+msgstr "Vaciar la cola para este servidor"
+
+#: ../../mod/admin.php:717
+msgid "Last known contact"
+msgstr "Último contacto conocido"
+
+#: ../../mod/admin.php:753
+#, php-format
+msgid "%s account blocked/unblocked"
+msgid_plural "%s account blocked/unblocked"
+msgstr[0] "%s cuenta bloqueada/desbloqueada"
+msgstr[1] "%s cuenta bloqueada/desbloqueada"
+
+#: ../../mod/admin.php:761
+#, php-format
+msgid "%s account deleted"
+msgid_plural "%s accounts deleted"
+msgstr[0] "%s cuentas eliminadas"
+msgstr[1] "%s cuentas eliminadas"
+
+#: ../../mod/admin.php:797
+msgid "Account not found"
+msgstr "Cuenta no encontrada"
+
+#: ../../mod/admin.php:809
+#, php-format
+msgid "Account '%s' deleted"
+msgstr "La cuenta '%s' ha sido eliminada"
+
+#: ../../mod/admin.php:817
+#, php-format
+msgid "Account '%s' blocked"
+msgstr "La cuenta '%s' ha sido bloqueada"
+
+#: ../../mod/admin.php:825
+#, php-format
+msgid "Account '%s' unblocked"
+msgstr "La cuenta '%s' ha sido desbloqueada"
+
+#: ../../mod/admin.php:887 ../../mod/admin.php:899
+msgid "Users"
+msgstr "Usuarios"
+
+#: ../../mod/admin.php:889 ../../mod/admin.php:1053
+msgid "select all"
+msgstr "seleccionar todo"
+
+#: ../../mod/admin.php:890
+msgid "User registrations waiting for confirm"
+msgstr "Registros de usuario en espera de aprobación"
+
+#: ../../mod/admin.php:891
+msgid "Request date"
+msgstr "Fecha de solicitud"
+
+#: ../../mod/admin.php:892
+msgid "No registrations."
+msgstr "Sin registros."
+
+#: ../../mod/admin.php:893 ../../mod/connedit.php:716
+msgid "Approve"
+msgstr "Aprobar"
+
+#: ../../mod/admin.php:894
+msgid "Deny"
+msgstr "Rechazar"
+
+#: ../../mod/admin.php:896 ../../mod/connedit.php:525
+msgid "Block"
+msgstr "Bloquear"
+
+#: ../../mod/admin.php:897 ../../mod/connedit.php:525
+msgid "Unblock"
+msgstr "Desbloquear"
+
+#: ../../mod/admin.php:900
+msgid "Register date"
+msgstr "Fecha de registro"
+
+#: ../../mod/admin.php:900
+msgid "Last login"
+msgstr "Último acceso"
+
+#: ../../mod/admin.php:900
+msgid "Expires"
+msgstr "Caduca"
+
+#: ../../mod/admin.php:900
+msgid "Service Class"
+msgstr "Clase de servicio"
+
+#: ../../mod/admin.php:902
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 "El fichero de configuración de la base de datos .htconfig.php no se ha podido modificar. Por favor, copie el texto generado en un fichero con ese nombre en el directorio raíz de su servidor."
+"Selected accounts will be deleted!\\n\\nEverything these accounts had posted"
+" on this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "¡Las cuentas seleccionadas van a ser eliminadas!\\n\\n¡Todo lo que estas cuentas han publicado en este sitio será borrado de forma permanente!\\n\\n¿Está seguro de querer hacerlo?"
-#: ../../mod/setup.php:698
-msgid "Errors encountered creating database tables."
-msgstr "Se han encontrado errores al crear las tablas de la base de datos."
+#: ../../mod/admin.php:903
+msgid ""
+"The account {0} will be deleted!\\n\\nEverything this account has posted on "
+"this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "¡La cuenta {0} va a ser eliminada!\\n\\n¡Todo lo que esta cuenta ha publicado en este sitio será borrado de forma permanente!\\n\\n¿Está seguro de querer hacerlo?"
-#: ../../mod/setup.php:732
-msgid "<h1>What next</h1>"
-msgstr "<h1>Siguiente paso</h1>"
+#: ../../mod/admin.php:939
+#, php-format
+msgid "%s channel censored/uncensored"
+msgid_plural "%s channels censored/uncensored"
+msgstr[0] "%s canales censurados/no censurados"
+msgstr[1] "%s canales censurados/no censurados"
-#: ../../mod/setup.php:733
+#: ../../mod/admin.php:948
+#, php-format
+msgid "%s channel code allowed/disallowed"
+msgid_plural "%s channels code allowed/disallowed"
+msgstr[0] "%s código permitido/no permitido al canal"
+msgstr[1] "%s código permitido/no permitido al canal"
+
+#: ../../mod/admin.php:955
+#, php-format
+msgid "%s channel deleted"
+msgid_plural "%s channels deleted"
+msgstr[0] "%s canales eliminados"
+msgstr[1] "%s canales eliminados"
+
+#: ../../mod/admin.php:975
+msgid "Channel not found"
+msgstr "Canal no encontrado"
+
+#: ../../mod/admin.php:986
+#, php-format
+msgid "Channel '%s' deleted"
+msgstr "Canal '%s' eliminado"
+
+#: ../../mod/admin.php:998
+#, php-format
+msgid "Channel '%s' censored"
+msgstr "Canal '%s' censurado"
+
+#: ../../mod/admin.php:998
+#, php-format
+msgid "Channel '%s' uncensored"
+msgstr "Canal '%s' no censurado"
+
+#: ../../mod/admin.php:1009
+#, php-format
+msgid "Channel '%s' code allowed"
+msgstr "Código permitido al canal '%s'"
+
+#: ../../mod/admin.php:1009
+#, php-format
+msgid "Channel '%s' code disallowed"
+msgstr "Código no permitido al canal '%s'"
+
+#: ../../mod/admin.php:1055
+msgid "Censor"
+msgstr "Censurar"
+
+#: ../../mod/admin.php:1056
+msgid "Uncensor"
+msgstr "No censurar"
+
+#: ../../mod/admin.php:1057
+msgid "Allow Code"
+msgstr "Permitir código"
+
+#: ../../mod/admin.php:1058
+msgid "Disallow Code"
+msgstr "No permitir código"
+
+#: ../../mod/admin.php:1060
+msgid "UID"
+msgstr "UID"
+
+#: ../../mod/admin.php:1060 ../../mod/profiles.php:457
+msgid "Address"
+msgstr "Dirección"
+
+#: ../../mod/admin.php:1062
msgid ""
-"IMPORTANT: You will need to [manually] setup a scheduled task for the "
-"poller."
-msgstr "IMPORTANTE: Debe crear [manualmente] una tarea programada para el \"poller\"."
+"Selected channels will be deleted!\\n\\nEverything that was posted in these "
+"channels on this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "Los canales seleccionados se eliminarán!\\n\\nTodo lo publicado por estos canales en este sitio se borrarán definitivamente!\\n\\n¿Está seguro de querer hacerlo?"
-#: ../../mod/bookmarks.php:40
-msgid "Bookmark added"
-msgstr "Marcador añadido"
+#: ../../mod/admin.php:1063
+msgid ""
+"The channel {0} will be deleted!\\n\\nEverything that was posted in this "
+"channel on this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "El canal {0} va a ser eliminado!\\n\\nTodo lo publicado por el canal en este sitio se borrará definitivamente!\\n\\n¿Está seguro de querer hacerlo?"
-#: ../../mod/bookmarks.php:62
-msgid "My Bookmarks"
-msgstr "Mis marcadores"
+#: ../../mod/admin.php:1103
+#, php-format
+msgid "Plugin %s disabled."
+msgstr "Extensión %s desactivada."
-#: ../../mod/bookmarks.php:73
-msgid "My Connections Bookmarks"
-msgstr "Marcadores de mis conexiones"
+#: ../../mod/admin.php:1107
+#, php-format
+msgid "Plugin %s enabled."
+msgstr "Extensión %s activada."
-#: ../../mod/pconfig.php:27 ../../mod/pconfig.php:60
-msgid "This setting requires special processing and editing has been blocked."
-msgstr "Este ajuste necesita de un proceso especial y la edición ha sido bloqueada."
+#: ../../mod/admin.php:1117 ../../mod/admin.php:1320
+msgid "Disable"
+msgstr "Desactivar"
-#: ../../mod/pconfig.php:49
-msgid "Configuration Editor"
-msgstr "Editor de configuración"
+#: ../../mod/admin.php:1120 ../../mod/admin.php:1322
+msgid "Enable"
+msgstr "Activar"
-#: ../../mod/pconfig.php:50
+#: ../../mod/admin.php:1149 ../../mod/admin.php:1349
+msgid "Toggle"
+msgstr "Cambiar"
+
+#: ../../mod/admin.php:1157 ../../mod/admin.php:1359
+msgid "Author: "
+msgstr "Autor:"
+
+#: ../../mod/admin.php:1158 ../../mod/admin.php:1360
+msgid "Maintainer: "
+msgstr "Mantenedor:"
+
+#: ../../mod/admin.php:1285
+msgid "No themes found."
+msgstr "No se han encontrado temas."
+
+#: ../../mod/admin.php:1341
+msgid "Screenshot"
+msgstr "Instantánea de pantalla"
+
+#: ../../mod/admin.php:1387
+msgid "[Experimental]"
+msgstr "[Experimental]"
+
+#: ../../mod/admin.php:1388
+msgid "[Unsupported]"
+msgstr "[No soportado]"
+
+#: ../../mod/admin.php:1412
+msgid "Log settings updated."
+msgstr "Actualizado el informe de configuraciones."
+
+#: ../../mod/admin.php:1469
+msgid "Clear"
+msgstr "Vaciar"
+
+#: ../../mod/admin.php:1475
+msgid "Debugging"
+msgstr "Depuración"
+
+#: ../../mod/admin.php:1476
+msgid "Log file"
+msgstr "Fichero de informe"
+
+#: ../../mod/admin.php:1476
msgid ""
-"Warning: Changing some settings could render your channel inoperable. Please"
-" leave this page unless you are comfortable with and knowledgeable about how"
-" to correctly use this feature."
-msgstr "Atención: El cambio de algunos ajustes puede volver inutilizable su canal. Por favor, abandone la página excepto que esté seguro y sepa cómo usar correctamente esta característica."
+"Must be writable by web server. Relative to your Red top-level directory."
+msgstr "Debe tener permisos de escritura por el servidor web. La ruta es relativa al directorio de instalación de Hubzilla."
-#: ../../mod/poke.php:164
-msgid "Poke/Prod"
-msgstr "Toque/Incitación"
+#: ../../mod/admin.php:1477
+msgid "Log level"
+msgstr "Nivel de depuración"
-#: ../../mod/poke.php:165
-msgid "poke, prod or do other things to somebody"
-msgstr "dar un toque, incitar u otras cosas a alguien"
+#: ../../mod/admin.php:1523
+msgid "New Profile Field"
+msgstr "Nuevo campo en el perfil"
-#: ../../mod/poke.php:166
-msgid "Recipient"
-msgstr "Destinatario"
+#: ../../mod/admin.php:1524 ../../mod/admin.php:1544
+msgid "Field nickname"
+msgstr "Alias del campo"
-#: ../../mod/poke.php:167
-msgid "Choose what you wish to do to recipient"
-msgstr "Elegir qué desea enviar al destinatario"
+#: ../../mod/admin.php:1524 ../../mod/admin.php:1544
+msgid "System name of field"
+msgstr "Nombre del campo en el sistema"
-#: ../../mod/poke.php:170
-msgid "Make this post private"
-msgstr "Convertir en privado este envío"
+#: ../../mod/admin.php:1525 ../../mod/admin.php:1545
+msgid "Input type"
+msgstr "Tipo de entrada"
-#: ../../mod/profiles.php:19 ../../mod/profiles.php:184
-#: ../../mod/profiles.php:241 ../../mod/profiles.php:608
-msgid "Profile not found."
-msgstr "Perfil no encontrado."
+#: ../../mod/admin.php:1526 ../../mod/admin.php:1546
+msgid "Field Name"
+msgstr "Nombre del campo"
-#: ../../mod/profiles.php:39
-msgid "Profile deleted."
-msgstr "Perfil eliminado."
+#: ../../mod/admin.php:1526 ../../mod/admin.php:1546
+msgid "Label on profile pages"
+msgstr "Etiqueta a mostrar en la página del perfil"
-#: ../../mod/profiles.php:63 ../../mod/profiles.php:99
-msgid "Profile-"
-msgstr "Perfil-"
+#: ../../mod/admin.php:1527 ../../mod/admin.php:1547
+msgid "Help text"
+msgstr "Texto de ayuda"
-#: ../../mod/profiles.php:84 ../../mod/profiles.php:127
-msgid "New profile created."
-msgstr "El nuevo perfil ha sido creado."
+#: ../../mod/admin.php:1527 ../../mod/admin.php:1547
+msgid "Additional info (optional)"
+msgstr "Información adicional (opcional)"
-#: ../../mod/profiles.php:105
-msgid "Profile unavailable to clone."
-msgstr "Perfil no disponible para clonar."
+#: ../../mod/admin.php:1537
+msgid "Field definition not found"
+msgstr "Definición del campo no encontrada"
-#: ../../mod/profiles.php:146
-msgid "Profile unavailable to export."
-msgstr "Perfil no disponible para exportar."
+#: ../../mod/admin.php:1543
+msgid "Edit Profile Field"
+msgstr "Modificar el campo del perfil"
-#: ../../mod/profiles.php:251
-msgid "Profile Name is required."
-msgstr "Se necesita el nombre del perfil."
+#: ../../mod/api.php:74 ../../mod/api.php:98
+msgid "Authorize application connection"
+msgstr "Autorizar una conexión de aplicación"
-#: ../../mod/profiles.php:414
-msgid "Marital Status"
-msgstr "Estado civil"
+#: ../../mod/api.php:75
+msgid "Return to your app and insert this Securty Code:"
+msgstr "Volver a su aplicación e introducir este código de seguridad:"
-#: ../../mod/profiles.php:418
-msgid "Romantic Partner"
-msgstr "Pareja sentimental"
+#: ../../mod/api.php:85
+msgid "Please login to continue."
+msgstr "Por favor inicia sesión para continuar."
-#: ../../mod/profiles.php:422
-msgid "Likes"
-msgstr "Me gusta"
+#: ../../mod/api.php:100
+msgid ""
+"Do you want to authorize this application to access your posts and contacts,"
+" and/or create new posts for you?"
+msgstr "¿Desea autorizar a esta aplicación a acceder a sus publicaciones y contactos, y/o crear nuevas publicaciones por usted?"
-#: ../../mod/profiles.php:426
-msgid "Dislikes"
-msgstr "No me gusta"
+#: ../../mod/appman.php:28 ../../mod/appman.php:44
+msgid "App installed."
+msgstr "Aplicación instalada."
-#: ../../mod/profiles.php:430
-msgid "Work/Employment"
-msgstr "Trabajo:"
+#: ../../mod/appman.php:37
+msgid "Malformed app."
+msgstr "Aplicación con errores"
-#: ../../mod/profiles.php:433
-msgid "Religion"
-msgstr "Religión"
+#: ../../mod/appman.php:80
+msgid "Embed code"
+msgstr "Código incorporado"
-#: ../../mod/profiles.php:437
-msgid "Political Views"
-msgstr "Ideas políticas"
+#: ../../mod/appman.php:86
+msgid "Edit App"
+msgstr "Modificar la aplicación"
-#: ../../mod/profiles.php:445
-msgid "Sexual Preference"
-msgstr "Preferencia sexual"
+#: ../../mod/appman.php:86
+msgid "Create App"
+msgstr "Crear una aplicación"
-#: ../../mod/profiles.php:449
-msgid "Homepage"
-msgstr "Página personal"
+#: ../../mod/appman.php:91
+msgid "Name of app"
+msgstr "Nombre de la aplicación"
-#: ../../mod/profiles.php:453
-msgid "Interests"
-msgstr "Intereses"
+#: ../../mod/appman.php:92
+msgid "Location (URL) of app"
+msgstr "Ubicación (URL) de la aplicación"
-#: ../../mod/profiles.php:457 ../../mod/admin.php:986
-msgid "Address"
-msgstr "Dirección"
+#: ../../mod/appman.php:93 ../../mod/events.php:450 ../../mod/rbmark.php:97
+msgid "Description"
+msgstr "Descripción"
-#: ../../mod/profiles.php:547
-msgid "Profile updated."
-msgstr "Perfil actualizado."
+#: ../../mod/appman.php:94
+msgid "Photo icon URL"
+msgstr "Dirección del icono"
-#: ../../mod/profiles.php:634
-msgid "Hide your contact/friend list from viewers of this profile?"
-msgstr "¿Ocultar su lista de contactos a los visitantes de este perfil?"
+#: ../../mod/appman.php:94
+msgid "80 x 80 pixels - optional"
+msgstr "80 x 80 pixels - opcional"
-#: ../../mod/profiles.php:674
-msgid "Edit Profile Details"
-msgstr "Modificar los detalles de este perfil"
+#: ../../mod/appman.php:95
+msgid "Version ID"
+msgstr "Versión"
-#: ../../mod/profiles.php:676
-msgid "View this profile"
-msgstr "Ver este perfil"
+#: ../../mod/appman.php:96
+msgid "Price of app"
+msgstr "Precio de la aplicación"
-#: ../../mod/profiles.php:678
-msgid "Change Profile Photo"
-msgstr "Cambiar la foto del perfil"
+#: ../../mod/appman.php:97
+msgid "Location (URL) to purchase app"
+msgstr "Dirección (URL) donde adquirir la aplicación"
-#: ../../mod/profiles.php:679
-msgid "Create a new profile using these settings"
-msgstr "Crear un nuevo perfil usando estos ajustes"
+#: ../../mod/attach.php:9
+msgid "Item not available."
+msgstr "Elemento no disponible"
-#: ../../mod/profiles.php:680
-msgid "Clone this profile"
-msgstr "Clonar este perfil"
+#: ../../mod/block.php:27 ../../mod/page.php:36
+msgid "Invalid item."
+msgstr "Elemento no válido."
-#: ../../mod/profiles.php:681
-msgid "Delete this profile"
-msgstr "Eliminar este perfil"
+#: ../../mod/block.php:39 ../../mod/page.php:52 ../../mod/wall_upload.php:29
+msgid "Channel not found."
+msgstr "Canal no encontrado."
-#: ../../mod/profiles.php:683
-msgid "Import profile from file"
-msgstr "Importar perfil desde un fichero"
+#: ../../mod/blocks.php:95 ../../mod/blocks.php:148
+msgid "Block Name"
+msgstr "Nombre del bloque"
-#: ../../mod/profiles.php:684
-msgid "Export profile to file"
-msgstr "Exportar perfil a un fichero"
+#: ../../mod/blocks.php:149
+msgid "Block Title"
+msgstr "Título del bloque"
-#: ../../mod/profiles.php:685
-msgid "Profile Name:"
-msgstr "Nombre del perfil:"
+#: ../../mod/bookmarks.php:40
+msgid "Bookmark added"
+msgstr "Marcador añadido"
-#: ../../mod/profiles.php:686
-msgid "Your Full Name:"
-msgstr "Su nombre completo:"
+#: ../../mod/bookmarks.php:62
+msgid "My Bookmarks"
+msgstr "Mis marcadores"
-#: ../../mod/profiles.php:687
-msgid "Title/Description:"
-msgstr "Título/Descripción:"
+#: ../../mod/bookmarks.php:73
+msgid "My Connections Bookmarks"
+msgstr "Marcadores de mis conexiones"
-#: ../../mod/profiles.php:688
-msgid "Your Gender:"
-msgstr "Su género:"
+#: ../../mod/channel.php:25 ../../mod/chat.php:19
+msgid "You must be logged in to see this page."
+msgstr "Debe haber iniciado sesión para poder ver esta página."
-#: ../../mod/profiles.php:689
-msgid "Birthday :"
-msgstr "Cumpleaños:"
+#: ../../mod/channel.php:97
+msgid "Insufficient permissions. Request redirected to profile page."
+msgstr "Permisos insuficientes. Petición redirigida a la página del perfil."
-#: ../../mod/profiles.php:690
-msgid "Street Address:"
-msgstr "Calle:"
+#: ../../mod/channel.php:131 ../../mod/network.php:169 ../../mod/rpost.php:114
+msgid "Public"
+msgstr "Público"
-#: ../../mod/profiles.php:691
-msgid "Locality/City:"
-msgstr "Ciudad:"
+#: ../../mod/chat.php:174
+msgid "Room not found"
+msgstr "Sala no encontrada"
-#: ../../mod/profiles.php:692
-msgid "Postal/Zip Code:"
-msgstr "Código postal:"
+#: ../../mod/chat.php:185
+msgid "Leave Room"
+msgstr "Abandonar la sala"
-#: ../../mod/profiles.php:693
-msgid "Country:"
-msgstr "País:"
+#: ../../mod/chat.php:186
+msgid "Delete This Room"
+msgstr "Eliminar esta sala"
-#: ../../mod/profiles.php:694
-msgid "Region/State:"
-msgstr "Región/Estado:"
+#: ../../mod/chat.php:187
+msgid "I am away right now"
+msgstr "Estoy ausente momentáneamente"
-#: ../../mod/profiles.php:695
-msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
-msgstr "<span class=\"heart\">&hearts;</span> Estado sentimental:"
+#: ../../mod/chat.php:188
+msgid "I am online"
+msgstr "Estoy conectado/a"
-#: ../../mod/profiles.php:696
-msgid "Who: (if applicable)"
-msgstr "Quién: (si es aplicable)"
+#: ../../mod/chat.php:190
+msgid "Bookmark this room"
+msgstr "Añadir esta sala a Marcadores"
-#: ../../mod/profiles.php:697
-msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
-msgstr "Por ejemplo: ana123, María González, sara@ejemplo.com"
+#: ../../mod/chat.php:208 ../../mod/chat.php:231
+msgid "New Chatroom"
+msgstr "Nueva sala de chat"
-#: ../../mod/profiles.php:698
-msgid "Since [date]:"
-msgstr "Desde [fecha]:"
+#: ../../mod/chat.php:209
+msgid "Chatroom Name"
+msgstr "Nombre de la sala de chat"
-#: ../../mod/profiles.php:700
-msgid "Homepage URL:"
-msgstr "Dirección de la página personal:"
+#: ../../mod/chat.php:210
+msgid "Expiration of chats (minutes)"
+msgstr "Tiempo de expiración de los mensajes en los chats (en minutos)"
-#: ../../mod/profiles.php:703
-msgid "Religious Views:"
-msgstr "Creencias religiosas:"
+#: ../../mod/chat.php:227
+#, php-format
+msgid "%1$s's Chatrooms"
+msgstr "Salas de chat de %1$s"
-#: ../../mod/profiles.php:704
-msgid "Keywords:"
-msgstr "Palabras clave:"
+#: ../../mod/chatsvc.php:111
+msgid "Away"
+msgstr "Ausente"
-#: ../../mod/profiles.php:707
-msgid "Example: fishing photography software"
-msgstr "Por ejemplo: software de fotografía submarina"
+#: ../../mod/chatsvc.php:115
+msgid "Online"
+msgstr "Conectado/a"
-#: ../../mod/profiles.php:708
-msgid "Used in directory listings"
-msgstr "Visible en el directorio público del canal"
+#: ../../mod/common.php:10
+msgid "No channel."
+msgstr "Ningún canal."
-#: ../../mod/profiles.php:709
-msgid "Tell us about yourself..."
-msgstr "Háblenos de usted..."
+#: ../../mod/common.php:39
+msgid "Common connections"
+msgstr "Conexiones comunes"
-#: ../../mod/profiles.php:710
-msgid "Hobbies/Interests"
-msgstr "Aficiones/Intereses"
+#: ../../mod/common.php:44
+msgid "No connections in common."
+msgstr "Ninguna conexión en común."
-#: ../../mod/profiles.php:711
-msgid "Contact information and Social Networks"
-msgstr "Información de contacto y redes sociales"
+#: ../../mod/connect.php:56 ../../mod/connect.php:104
+msgid "Continue"
+msgstr "Continuar"
-#: ../../mod/profiles.php:712
-msgid "My other channels"
-msgstr "Mis otros canales"
+#: ../../mod/connect.php:85
+msgid "Premium Channel Setup"
+msgstr "Configuración del canal premium"
-#: ../../mod/profiles.php:713
-msgid "Musical interests"
-msgstr "Preferencias musicales"
+#: ../../mod/connect.php:87
+msgid "Enable premium channel connection restrictions"
+msgstr "Habilitar restricciones de conexión del canal premium"
-#: ../../mod/profiles.php:714
-msgid "Books, literature"
-msgstr "Libros, literatura"
+#: ../../mod/connect.php:88
+msgid ""
+"Please enter your restrictions or conditions, such as paypal receipt, usage "
+"guidelines, etc."
+msgstr "Por favor introduzca sus restricciones o condiciones, como recibo de paypal, normas de uso, etc."
-#: ../../mod/profiles.php:715
-msgid "Television"
-msgstr "Televisión"
+#: ../../mod/connect.php:90 ../../mod/connect.php:110
+msgid ""
+"This channel may require additional steps or acknowledgement of the "
+"following conditions prior to connecting:"
+msgstr "Este canal puede requerir antes de conectar unos pasos adicionales o el conocimiento de las siguientes condiciones:"
-#: ../../mod/profiles.php:716
-msgid "Film/dance/culture/entertainment"
-msgstr "Cine/danza/cultura/entretenimiento"
+#: ../../mod/connect.php:91
+msgid ""
+"Potential connections will then see the following text before proceeding:"
+msgstr "Las posibles conexiones verán, por tanto, el siguiente texto antes de proceder:"
-#: ../../mod/profiles.php:717
-msgid "Love/romance"
-msgstr "Vida sentimental/amorosa"
+#: ../../mod/connect.php:92 ../../mod/connect.php:113
+msgid ""
+"By continuing, I certify that I have complied with any instructions provided"
+" on this page."
+msgstr "Al continuar, certifico que he cumplido con todas las instrucciones proporcionadas en esta página."
-#: ../../mod/profiles.php:718
-msgid "Work/employment"
-msgstr "Trabajo"
+#: ../../mod/connect.php:101
+msgid "(No specific instructions have been provided by the channel owner.)"
+msgstr "(No ha sido proporcionada ninguna instrucción específica por el propietario del canal.)"
-#: ../../mod/profiles.php:719
-msgid "School/education"
-msgstr "Estudios"
+#: ../../mod/connect.php:109
+msgid "Restricted or Premium Channel"
+msgstr "Canal premium o restringido"
-#: ../../mod/profiles.php:725
-msgid "This is your default profile."
-msgstr "Este es su perfil principal."
+#: ../../mod/connections.php:52 ../../mod/connections.php:150
+msgid "Blocked"
+msgstr "Bloqueadas"
-#: ../../mod/profiles.php:736
-msgid "Age: "
-msgstr "Edad:"
+#: ../../mod/connections.php:57 ../../mod/connections.php:157
+msgid "Ignored"
+msgstr "Ignoradas"
-#: ../../mod/profiles.php:779
-msgid "Edit/Manage Profiles"
-msgstr "Modificar/gestionar perfiles"
+#: ../../mod/connections.php:62 ../../mod/connections.php:171
+msgid "Hidden"
+msgstr "Ocultas"
-#: ../../mod/profiles.php:780
-msgid "Add profile things"
-msgstr "Añadir cosas al perfil"
+#: ../../mod/connections.php:67 ../../mod/connections.php:164
+msgid "Archived"
+msgstr "Archivadas"
-#: ../../mod/profiles.php:781
-msgid "Include desirable objects in your profile"
-msgstr "Añadir objetos interesantes en su perfil"
+#: ../../mod/connections.php:128
+msgid "Suggest new connections"
+msgstr "Sugerir nuevas conexiones"
+
+#: ../../mod/connections.php:131
+msgid "New Connections"
+msgstr "Nuevas conexiones"
+
+#: ../../mod/connections.php:134
+msgid "Show pending (new) connections"
+msgstr "Mostrar conexiones (nuevas) pendientes"
+
+#: ../../mod/connections.php:137 ../../mod/profperm.php:139
+msgid "All Connections"
+msgstr "Todas las conexiones"
+
+#: ../../mod/connections.php:140
+msgid "Show all connections"
+msgstr "Mostrar todas las conexiones"
+
+#: ../../mod/connections.php:143
+msgid "Unblocked"
+msgstr "Desbloqueadas"
+
+#: ../../mod/connections.php:146
+msgid "Only show unblocked connections"
+msgstr "Mostrar solo las conexiones desbloqueadas"
+
+#: ../../mod/connections.php:153
+msgid "Only show blocked connections"
+msgstr "Mostrar solo las conexiones bloqueadas"
+
+#: ../../mod/connections.php:160
+msgid "Only show ignored connections"
+msgstr "Mostrar solo conexiones ignoradas"
+
+#: ../../mod/connections.php:167
+msgid "Only show archived connections"
+msgstr "Mostrar solo las conexiones archivadas"
+
+#: ../../mod/connections.php:174
+msgid "Only show hidden connections"
+msgstr "Mostrar solo las conexiones ocultas"
+
+#: ../../mod/connections.php:225
+#, php-format
+msgid "%1$s [%2$s]"
+msgstr "%1$s [%2$s]"
+
+#: ../../mod/connections.php:226
+msgid "Edit connection"
+msgstr "Editar conexión"
+
+#: ../../mod/connections.php:264
+msgid "Search your connections"
+msgstr "Buscar sus conexiones"
+
+#: ../../mod/connections.php:265
+msgid "Finding: "
+msgstr "Búsqueda:"
#: ../../mod/connedit.php:75
msgid "Could not access contact record."
@@ -5550,229 +5430,217 @@ msgstr "No se pudo acceder al registro en su libreta de direcciones."
msgid "Refresh failed - channel is currently unavailable."
msgstr "Recarga fallida - no se puede encontrar el canal en este momento."
-#: ../../mod/connedit.php:418 ../../mod/connedit.php:427
-#: ../../mod/connedit.php:436 ../../mod/connedit.php:445
-#: ../../mod/connedit.php:458
+#: ../../mod/connedit.php:424 ../../mod/connedit.php:433
+#: ../../mod/connedit.php:442 ../../mod/connedit.php:451
+#: ../../mod/connedit.php:464
msgid "Unable to set address book parameters."
msgstr "No ha sido posible establecer los parámetros de la libreta de direcciones."
-#: ../../mod/connedit.php:482
+#: ../../mod/connedit.php:488
msgid "Connection has been removed."
msgstr "La conexión ha sido eliminada."
-#: ../../mod/connedit.php:501
+#: ../../mod/connedit.php:507
#, php-format
msgid "View %s's profile"
msgstr "Ver el perfil de %s"
-#: ../../mod/connedit.php:505
+#: ../../mod/connedit.php:511
msgid "Refresh Permissions"
msgstr "Recargar los permisos"
-#: ../../mod/connedit.php:508
+#: ../../mod/connedit.php:514
msgid "Fetch updated permissions"
msgstr "Obtener los permisos actualizados"
-#: ../../mod/connedit.php:512
+#: ../../mod/connedit.php:518
msgid "Recent Activity"
msgstr "Actividad reciente"
-#: ../../mod/connedit.php:515
+#: ../../mod/connedit.php:521
msgid "View recent posts and comments"
msgstr "Ver publicaciones y comentarios recientes"
-#: ../../mod/connedit.php:519 ../../mod/admin.php:823
-msgid "Unblock"
-msgstr "Desbloquear"
-
-#: ../../mod/connedit.php:519 ../../mod/admin.php:822
-msgid "Block"
-msgstr "Bloquear"
-
-#: ../../mod/connedit.php:522
+#: ../../mod/connedit.php:528
msgid "Block (or Unblock) all communications with this connection"
msgstr "Bloquear (o desbloquear) todas las comunicaciones con esta conexión"
-#: ../../mod/connedit.php:523
+#: ../../mod/connedit.php:529
msgid "This connection is blocked!"
msgstr "¡Esta conexión está bloqueada!"
-#: ../../mod/connedit.php:527
+#: ../../mod/connedit.php:533
msgid "Unignore"
msgstr "Dejar de ignorar"
-#: ../../mod/connedit.php:527 ../../mod/notifications.php:51
+#: ../../mod/connedit.php:533 ../../mod/notifications.php:51
msgid "Ignore"
msgstr "Ignorar"
-#: ../../mod/connedit.php:530
+#: ../../mod/connedit.php:536
msgid "Ignore (or Unignore) all inbound communications from this connection"
msgstr "Ignorar (o dejar de ignorar) todas las comunicaciones entrantes de esta conexión"
-#: ../../mod/connedit.php:531
+#: ../../mod/connedit.php:537
msgid "This connection is ignored!"
msgstr "¡Esta conexión es ignorada!"
-#: ../../mod/connedit.php:535
+#: ../../mod/connedit.php:541
msgid "Unarchive"
msgstr "Desarchivar"
-#: ../../mod/connedit.php:535
+#: ../../mod/connedit.php:541
msgid "Archive"
msgstr "Archivar"
-#: ../../mod/connedit.php:538
+#: ../../mod/connedit.php:544
msgid ""
"Archive (or Unarchive) this connection - mark channel dead but keep content"
msgstr "Archiva (o desarchiva) esta conexión - marca el canal como muerto aunque mantiene sus contenidos"
-#: ../../mod/connedit.php:539
+#: ../../mod/connedit.php:545
msgid "This connection is archived!"
msgstr "¡Esta conexión esta archivada!"
-#: ../../mod/connedit.php:543
+#: ../../mod/connedit.php:549
msgid "Unhide"
msgstr "Mostrar"
-#: ../../mod/connedit.php:543
+#: ../../mod/connedit.php:549
msgid "Hide"
msgstr "Ocultar"
-#: ../../mod/connedit.php:546
+#: ../../mod/connedit.php:552
msgid "Hide or Unhide this connection from your other connections"
msgstr "Ocultar o mostrar esta conexión a sus otras conexiones"
-#: ../../mod/connedit.php:547
+#: ../../mod/connedit.php:553
msgid "This connection is hidden!"
msgstr "¡Esta conexión está oculta!"
-#: ../../mod/connedit.php:554
+#: ../../mod/connedit.php:560
msgid "Delete this connection"
msgstr "Eliminar esta conexión"
-#: ../../mod/connedit.php:635
+#: ../../mod/connedit.php:641
msgid "Approve this connection"
msgstr "Aprobar esta conexión"
-#: ../../mod/connedit.php:635
+#: ../../mod/connedit.php:641
msgid "Accept connection to allow communication"
msgstr "Aceptar la conexión para permitir la comunicación"
-#: ../../mod/connedit.php:640
+#: ../../mod/connedit.php:646
msgid "Set Affinity"
msgstr "Ajustar la afinidad"
-#: ../../mod/connedit.php:643
+#: ../../mod/connedit.php:649
msgid "Set Profile"
msgstr "Ajustar el perfil"
-#: ../../mod/connedit.php:646
+#: ../../mod/connedit.php:652
msgid "Set Affinity & Profile"
msgstr "Ajustar la afinidad y el perfil"
-#: ../../mod/connedit.php:679
+#: ../../mod/connedit.php:685
msgid "none"
msgstr "-"
-#: ../../mod/connedit.php:684
+#: ../../mod/connedit.php:690
msgid "Apply these permissions automatically"
msgstr "Aplicar estos permisos automaticamente"
-#: ../../mod/connedit.php:686
+#: ../../mod/connedit.php:692
msgid "This connection's primary address is"
msgstr "La dirección primaria de esta conexión es"
-#: ../../mod/connedit.php:687
+#: ../../mod/connedit.php:693
msgid "Available locations:"
msgstr "Ubicaciones disponibles:"
-#: ../../mod/connedit.php:691
+#: ../../mod/connedit.php:697
msgid ""
"The permissions indicated on this page will be applied to all new "
"connections."
msgstr "Los permisos indicados en esta página serán aplicados en todas las nuevas conexiones."
-#: ../../mod/connedit.php:693
+#: ../../mod/connedit.php:699
msgid "Slide to adjust your degree of friendship"
msgstr "Deslizar para ajustar el grado de amistad"
-#: ../../mod/connedit.php:695
+#: ../../mod/connedit.php:701
msgid "Slide to adjust your rating"
msgstr "Deslizar para ajustar su valoración"
-#: ../../mod/connedit.php:696 ../../mod/connedit.php:701
+#: ../../mod/connedit.php:702 ../../mod/connedit.php:707
msgid "Optionally explain your rating"
msgstr "Opcionalmente, puede explicar su valoración"
-#: ../../mod/connedit.php:698
+#: ../../mod/connedit.php:704
msgid "Custom Filter"
msgstr "Filtro personalizado"
-#: ../../mod/connedit.php:699
+#: ../../mod/connedit.php:705
msgid "Only import posts with this text"
msgstr "Importar solo entradas que contengan este texto"
-#: ../../mod/connedit.php:699 ../../mod/connedit.php:700
+#: ../../mod/connedit.php:705 ../../mod/connedit.php:706
msgid ""
"words one per line or #tags or /patterns/ or lang=xx, leave blank to import "
"all posts"
msgstr "Una sola opción por línea: palabras, #etiquetas, /patrones/ o lang=xx. Dejar en blanco para importarlo todo"
-#: ../../mod/connedit.php:700
+#: ../../mod/connedit.php:706
msgid "Do not import posts with this text"
msgstr "No importar entradas que contengan este texto"
-#: ../../mod/connedit.php:702
+#: ../../mod/connedit.php:708
msgid "This information is public!"
msgstr "¡Esta información es pública!"
-#: ../../mod/connedit.php:707
+#: ../../mod/connedit.php:713
msgid "Connection Pending Approval"
msgstr "Conexión pendiente de aprobación"
-#: ../../mod/connedit.php:708
+#: ../../mod/connedit.php:714
msgid "Connection Request"
msgstr "Solicitud de conexión"
-#: ../../mod/connedit.php:709
+#: ../../mod/connedit.php:715
#, php-format
msgid ""
"(%s) would like to connect with you. Please approve this connection to allow"
" communication."
msgstr "(%s) desearía conectar con usted. por favor, apruebe esta conexión para permitir la comunicación."
-#: ../../mod/connedit.php:710 ../../mod/admin.php:819
-msgid "Approve"
-msgstr "Aprobar"
-
-#: ../../mod/connedit.php:711
+#: ../../mod/connedit.php:717
msgid "Approve Later"
msgstr "Aprobar más tarde"
-#: ../../mod/connedit.php:714
+#: ../../mod/connedit.php:720
msgid "inherited"
msgstr "heredado"
-#: ../../mod/connedit.php:716
+#: ../../mod/connedit.php:722
#, php-format
msgid ""
"Please choose the profile you would like to display to %s when viewing your "
"profile securely."
msgstr "Por favor, escoja el perfil que quiere mostrar a %s cuando esté viendo su perfil de forma segura."
-#: ../../mod/connedit.php:718
+#: ../../mod/connedit.php:724
msgid "Their Settings"
msgstr "Sus ajustes"
-#: ../../mod/connedit.php:719
+#: ../../mod/connedit.php:725
msgid "My Settings"
msgstr "Mis ajustes"
-#: ../../mod/connedit.php:721
+#: ../../mod/connedit.php:727
msgid "Individual Permissions"
msgstr "Permisos individuales"
-#: ../../mod/connedit.php:722
+#: ../../mod/connedit.php:728
msgid ""
"Some permissions may be inherited from your channel's <a "
"href=\"settings\"><strong>privacy settings</strong></a>, which have higher "
@@ -5780,7 +5648,7 @@ msgid ""
" settings here."
msgstr "Algunos permisos pueden ser heredados de los <a href=\"settings\"><strong>ajustes de privacidad</strong></a> de sus canales, los cuales tienen una prioridad más alta que los ajustes individuales. <strong>No</strong> puede cambiar estos ajustes aquí."
-#: ../../mod/connedit.php:723
+#: ../../mod/connedit.php:729
msgid ""
"Some permissions may be inherited from your channel's <a "
"href=\"settings\"><strong>privacy settings</strong></a>, which have higher "
@@ -5788,22 +5656,111 @@ msgid ""
"they wont have any impact unless the inherited setting changes."
msgstr "Algunos permisos pueden ser heredados de los <a href=\"settings\"><strong>ajustes de privacidad</strong></a> de sus canales, los cuales tienen una prioridad más alta que los ajustes individuales. Puede cambiar estos ajustes aquí, pero no tendrán ningún consecuencia hasta que cambie los ajustes heredados."
-#: ../../mod/connedit.php:724
+#: ../../mod/connedit.php:730
msgid "Last update:"
msgstr "Última actualización:"
-#: ../../mod/acl.php:222
-msgid "network"
-msgstr "red"
-
-#: ../../mod/acl.php:232
-msgid "RSS"
-msgstr "RSS"
-
#: ../../mod/dav.php:121
msgid "$Projectname channel"
msgstr "Canal $Projectname"
+#: ../../mod/directory.php:59 ../../mod/display.php:13
+#: ../../mod/photos.php:490 ../../mod/ratings.php:82 ../../mod/search.php:13
+#: ../../mod/viewconnections.php:17
+msgid "Public access denied."
+msgstr "Acceso público denegado."
+
+#: ../../mod/directory.php:236
+#, php-format
+msgid "%d rating"
+msgid_plural "%d ratings"
+msgstr[0] "%d valoración"
+msgstr[1] "%d valoraciones"
+
+#: ../../mod/directory.php:247
+msgid "Gender: "
+msgstr "Género:"
+
+#: ../../mod/directory.php:249
+msgid "Status: "
+msgstr "Estado:"
+
+#: ../../mod/directory.php:251
+msgid "Homepage: "
+msgstr "Página personal:"
+
+#: ../../mod/directory.php:310
+msgid "Description:"
+msgstr "Descripción:"
+
+#: ../../mod/directory.php:319
+msgid "Public Forum:"
+msgstr "Foro público:"
+
+#: ../../mod/directory.php:322
+msgid "Keywords: "
+msgstr "Palabras clave:"
+
+#: ../../mod/directory.php:325
+msgid "Don't suggest"
+msgstr "No sugerir:"
+
+#: ../../mod/directory.php:327
+msgid "Common connections:"
+msgstr "Conexiones comunes:"
+
+#: ../../mod/directory.php:376
+msgid "Global Directory"
+msgstr "Directorio global:"
+
+#: ../../mod/directory.php:376
+msgid "Local Directory"
+msgstr "Directorio local:"
+
+#: ../../mod/directory.php:382
+msgid "Finding:"
+msgstr "Encontrar:"
+
+#: ../../mod/directory.php:387
+msgid "next page"
+msgstr "siguiente página"
+
+#: ../../mod/directory.php:387
+msgid "previous page"
+msgstr "página anterior"
+
+#: ../../mod/directory.php:388
+msgid "Sort options"
+msgstr "Ordenar opciones"
+
+#: ../../mod/directory.php:389
+msgid "Alphabetic"
+msgstr "Alfabético"
+
+#: ../../mod/directory.php:390
+msgid "Reverse Alphabetic"
+msgstr "Alfabético inverso"
+
+#: ../../mod/directory.php:391
+msgid "Newest to Oldest"
+msgstr "De más nuevo a más antiguo"
+
+#: ../../mod/directory.php:392
+msgid "Oldest to Newest"
+msgstr "De más antiguo a más nuevo"
+
+#: ../../mod/directory.php:409
+msgid "No entries (some entries may be hidden)."
+msgstr "Sin entradas (algunas entradas pueden estar ocultas)."
+
+#: ../../mod/dirsearch.php:21 ../../mod/regdir.php:45
+msgid "This site is not a directory server"
+msgstr "Este sitio no es un servidor de directorio"
+
+#: ../../mod/dirsearch.php:29
+msgid "This directory server requires an access token"
+msgstr "El servidor de este directorio necesita un \"token\" de acceso"
+
#: ../../mod/dreport.php:23
msgid "Invalid message"
msgstr "Mensaje no válido"
@@ -5861,363 +5818,424 @@ msgstr "se ha recibido mensaje duplicado"
msgid "mail delivered"
msgstr "correo enviado"
-#: ../../mod/editwebpage.php:77 ../../mod/editblock.php:78
-#: ../../mod/editblock.php:94 ../../mod/editlayout.php:76
-#: ../../mod/editpost.php:20
+#: ../../mod/editblock.php:78 ../../mod/editblock.php:94
+#: ../../mod/editlayout.php:76 ../../mod/editpost.php:20
+#: ../../mod/editwebpage.php:77
msgid "Item not found"
msgstr "Elemento no encontrado"
-#: ../../mod/editwebpage.php:153
-msgid "Delete webpage?"
-msgstr "¿Eliminar la página web?"
-
-#: ../../mod/editwebpage.php:172
-msgid "Page link title"
-msgstr "Título del enlace de la página"
+#: ../../mod/editblock.php:118
+msgid "Delete block?"
+msgstr "¿Borrar bloque?"
-#: ../../mod/editwebpage.php:185 ../../mod/editblock.php:145
-#: ../../mod/editlayout.php:143 ../../mod/editpost.php:121
+#: ../../mod/editblock.php:145 ../../mod/editlayout.php:143
+#: ../../mod/editpost.php:121 ../../mod/editwebpage.php:185
msgid "Insert YouTube video"
msgstr "Insertar vídeo de YouTube"
-#: ../../mod/editwebpage.php:186 ../../mod/editblock.php:146
-#: ../../mod/editlayout.php:144 ../../mod/editpost.php:122
+#: ../../mod/editblock.php:146 ../../mod/editlayout.php:144
+#: ../../mod/editpost.php:122 ../../mod/editwebpage.php:186
msgid "Insert Vorbis [.ogg] video"
msgstr "Insertar vídeo Vorbis [.ogg]"
-#: ../../mod/editwebpage.php:187 ../../mod/editblock.php:147
-#: ../../mod/editlayout.php:145 ../../mod/editpost.php:123
+#: ../../mod/editblock.php:147 ../../mod/editlayout.php:145
+#: ../../mod/editpost.php:123 ../../mod/editwebpage.php:187
msgid "Insert Vorbis [.ogg] audio"
msgstr "Insertar audio Vorbis [.ogg]"
+#: ../../mod/editblock.php:180
+msgid "Edit Block"
+msgstr "Modificar este bloque"
+
+#: ../../mod/editlayout.php:112
+msgid "Delete layout?"
+msgstr "¿Borrar el formato?"
+
+#: ../../mod/editlayout.php:159 ../../mod/layouts.php:124
+msgid "Layout Description (Optional)"
+msgstr "Descripción del formato gráfico (opcional)"
+
+#: ../../mod/editlayout.php:161 ../../mod/layouts.php:121
+#: ../../mod/layouts.php:179
+msgid "Layout Name"
+msgstr "Nombre del formato"
+
+#: ../../mod/editlayout.php:178
+msgid "Edit Layout"
+msgstr "Modificar el formato"
+
+#: ../../mod/editpost.php:31
+msgid "Item is not editable"
+msgstr "El elemento no es editable"
+
+#: ../../mod/editpost.php:57
+msgid "Delete item?"
+msgstr "¿Borrar elemento?"
+
+#: ../../mod/editpost.php:164 ../../mod/rpost.php:128
+msgid "Edit post"
+msgstr "Editar la entrada"
+
+#: ../../mod/editwebpage.php:153
+msgid "Delete webpage?"
+msgstr "¿Eliminar la página web?"
+
+#: ../../mod/editwebpage.php:172
+msgid "Page link title"
+msgstr "Título del enlace de la página"
+
#: ../../mod/editwebpage.php:222
msgid "Edit Webpage"
msgstr "Editar la página web"
-#: ../../mod/oexchange.php:23
-msgid "Unable to find your hub."
-msgstr "No se puede encontrar su servidor."
+#: ../../mod/events.php:21
+msgid "Calendar entries imported."
+msgstr "Entradas de calendario importadas."
-#: ../../mod/oexchange.php:37
-msgid "Post successful."
-msgstr "Enviado con éxito."
+#: ../../mod/events.php:23
+msgid "No calendar entries found."
+msgstr "No se han encontrado entradas de calendario."
-#: ../../mod/ping.php:260
-msgid "sent you a private message"
-msgstr "le ha enviado un mensaje privado"
+#: ../../mod/events.php:100
+msgid "Event can not end before it has started."
+msgstr "Un evento no puede terminar antes de que haya comenzado."
-#: ../../mod/ping.php:308
-msgid "added your channel"
-msgstr "añadió este canal a sus conexiones"
+#: ../../mod/events.php:102 ../../mod/events.php:111 ../../mod/events.php:131
+msgid "Unable to generate preview."
+msgstr "No se puede crear la vista previa."
-#: ../../mod/ping.php:350
-msgid "posted an event"
-msgstr "publicó un evento"
+#: ../../mod/events.php:109
+msgid "Event title and start time are required."
+msgstr "Se requieren el título del evento y su hora de inicio."
-#: ../../mod/api.php:74 ../../mod/api.php:98
-msgid "Authorize application connection"
-msgstr "Autorizar una conexión de aplicación"
+#: ../../mod/events.php:129 ../../mod/events.php:254
+msgid "Event not found."
+msgstr "Evento no encontrado."
-#: ../../mod/api.php:75
-msgid "Return to your app and insert this Securty Code:"
-msgstr "Volver a su aplicación e introducir este código de seguridad:"
+#: ../../mod/events.php:437
+msgid "Edit event title"
+msgstr "Editar el título del evento"
-#: ../../mod/api.php:85
-msgid "Please login to continue."
-msgstr "Por favor inicia sesión para continuar."
+#: ../../mod/events.php:437
+msgid "Event title"
+msgstr "Título del evento"
-#: ../../mod/api.php:100
-msgid ""
-"Do you want to authorize this application to access your posts and contacts,"
-" and/or create new posts for you?"
-msgstr "¿Desea autorizar a esta aplicación a acceder a sus publicaciones y contactos, y/o crear nuevas publicaciones por usted?"
+#: ../../mod/events.php:439
+msgid "Categories (comma-separated list)"
+msgstr "Categorías (lista separada por comas)"
-#: ../../mod/notify.php:53 ../../mod/notifications.php:94
-msgid "No more system notifications."
-msgstr "No hay más notificaciones del sistema"
+#: ../../mod/events.php:440
+msgid "Edit Category"
+msgstr "Editar la categoría"
-#: ../../mod/notify.php:57 ../../mod/notifications.php:98
-msgid "System Notifications"
-msgstr "Notificaciones de sistema"
+#: ../../mod/events.php:440
+msgid "Category"
+msgstr "Categoría"
-#: ../../mod/rbmark.php:90
-msgid "Select a bookmark folder"
-msgstr "Seleccionar una carpeta de marcadores"
+#: ../../mod/events.php:443
+msgid "Edit start date and time"
+msgstr "Modificar la fecha y hora de comienzo"
-#: ../../mod/rbmark.php:95
-msgid "Save Bookmark"
-msgstr "Guardar marcador"
+#: ../../mod/events.php:443
+msgid "Start date and time"
+msgstr "Fecha y hora de comienzo"
-#: ../../mod/rbmark.php:96
-msgid "URL of bookmark"
-msgstr "Dirección del marcador"
+#: ../../mod/events.php:444 ../../mod/events.php:447
+msgid "Finish date and time are not known or not relevant"
+msgstr "La fecha y hora de terminación no se conocen o no son relevantes"
-#: ../../mod/rbmark.php:97 ../../mod/appman.php:93 ../../mod/events.php:450
-msgid "Description"
-msgstr "Descripción"
+#: ../../mod/events.php:446
+msgid "Edit finish date and time"
+msgstr "Modificar la fecha y hora de terminación"
-#: ../../mod/rbmark.php:101
-msgid "Or enter new bookmark folder name"
-msgstr "O introduzca un nuevo nombre para la carpeta de marcadores"
+#: ../../mod/events.php:446
+msgid "Finish date and time"
+msgstr "Fecha y hora de terminación"
-#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92
-msgid "Contact not found."
-msgstr "Contacto no encontrado"
+#: ../../mod/events.php:448 ../../mod/events.php:449
+msgid "Adjust for viewer timezone"
+msgstr "Ajustar para obtener el visor de zona horaria"
-#: ../../mod/fsuggest.php:63
-msgid "Friend suggestion sent."
-msgstr "Enviar sugerencia a un amigo."
+#: ../../mod/events.php:448
+msgid ""
+"Important for events that happen in a particular place. Not practical for "
+"global holidays."
+msgstr "Importante para los eventos que suceden en un lugar determinado. No es práctico para los globales."
-#: ../../mod/fsuggest.php:97
-msgid "Suggest Friends"
-msgstr "Sugerir amigos"
+#: ../../mod/events.php:450
+msgid "Edit Description"
+msgstr "Editar la descripción"
-#: ../../mod/fsuggest.php:99
-#, php-format
-msgid "Suggest a friend for %s"
-msgstr "Sugerir un amigo a %s"
+#: ../../mod/events.php:452
+msgid "Edit Location"
+msgstr "Modificar la localización"
-#: ../../mod/sources.php:32
-msgid "Failed to create source. No channel selected."
-msgstr "Imposible crear el origen de los contenidos. Ningún canal ha sido seleccionado."
+#: ../../mod/events.php:455 ../../mod/events.php:457
+msgid "Share this event"
+msgstr "Compartir este evento"
-#: ../../mod/sources.php:45
-msgid "Source created."
-msgstr "Fuente creada."
+#: ../../mod/events.php:462
+msgid "Advanced Options"
+msgstr "Opciones avanzadas"
-#: ../../mod/sources.php:57
-msgid "Source updated."
-msgstr "Fuente actualizada."
+#: ../../mod/events.php:574
+msgid "l, F j"
+msgstr "l j F"
-#: ../../mod/sources.php:82
-msgid "*"
-msgstr "*"
+#: ../../mod/events.php:596
+msgid "Edit event"
+msgstr "Editar evento"
-#: ../../mod/sources.php:89
-msgid "Manage remote sources of content for your channel."
-msgstr "Gestionar contenido de origen remoto para su canal."
+#: ../../mod/events.php:598
+msgid "Delete event"
+msgstr "Borrar evento"
-#: ../../mod/sources.php:90 ../../mod/sources.php:100
-msgid "New Source"
-msgstr "Nueva fuente"
+#: ../../mod/events.php:632
+msgid "calendar"
+msgstr "calendario"
-#: ../../mod/sources.php:101 ../../mod/sources.php:133
-msgid ""
-"Import all or selected content from the following channel into this channel "
-"and distribute it according to your channel settings."
-msgstr "Importar todo el contenido o una selección de los siguientes canales en este canal y distribuirlo de acuerdo con sus ajustes."
+#: ../../mod/events.php:651
+msgid "Edit Event"
+msgstr "Editar el evento"
-#: ../../mod/sources.php:102 ../../mod/sources.php:134
-msgid "Only import content with these words (one per line)"
-msgstr "Importar solo contenido que contenga estas palabras (una por línea)"
+#: ../../mod/events.php:651
+msgid "Create Event"
+msgstr "Crear un evento"
-#: ../../mod/sources.php:102 ../../mod/sources.php:134
-msgid "Leave blank to import all public content"
-msgstr "Dejar en blanco para importar todo el contenido público"
+#: ../../mod/events.php:652 ../../mod/events.php:659 ../../mod/photos.php:902
+msgid "Previous"
+msgstr "Anterior"
-#: ../../mod/sources.php:123 ../../mod/sources.php:150
-msgid "Source not found."
-msgstr "Fuente no encontrada"
+#: ../../mod/events.php:653 ../../mod/events.php:660 ../../mod/photos.php:911
+#: ../../mod/setup.php:285
+msgid "Next"
+msgstr "Siguiente"
-#: ../../mod/sources.php:130
-msgid "Edit Source"
-msgstr "Editar fuente"
+#: ../../mod/events.php:661
+msgid "Today"
+msgstr "Hoy"
-#: ../../mod/sources.php:131
-msgid "Delete Source"
-msgstr "Eliminar fuente"
+#: ../../mod/events.php:692
+msgid "Event removed"
+msgstr "Evento borrado"
-#: ../../mod/sources.php:158
-msgid "Source removed"
-msgstr "Fuente eliminada"
+#: ../../mod/events.php:695
+msgid "Failed to remove event"
+msgstr "Error al eliminar el evento"
-#: ../../mod/sources.php:160
-msgid "Unable to remove source."
-msgstr "Imposible eliminar la fuente."
+#: ../../mod/ffsapi.php:8
+msgid "Share content from Firefox to $Projectname"
+msgstr "Compartir contenido desde Firefox a $Projectname"
-#: ../../mod/notifications.php:26
-msgid "Invalid request identifier."
-msgstr "Petición inválida del identificador."
+#: ../../mod/ffsapi.php:11
+msgid "Activate the Firefox $Projectname provider"
+msgstr "Servicio de compartición de Firefox: activar el proveedor $Projectname "
-#: ../../mod/notifications.php:35
-msgid "Discard"
-msgstr "Descartar"
+#: ../../mod/filer.php:48
+msgid "- select -"
+msgstr "- seleccionar -"
-#: ../../mod/tagrm.php:44 ../../mod/tagrm.php:94
-msgid "Tag removed"
-msgstr "Etiqueta eliminada."
+#: ../../mod/filestorage.php:82
+msgid "Permission Denied."
+msgstr "Permiso denegado"
-#: ../../mod/tagrm.php:119
-msgid "Remove Item Tag"
-msgstr "Eliminar etiqueta del elemento."
+#: ../../mod/filestorage.php:98
+msgid "File not found."
+msgstr "Fichero no encontrado."
-#: ../../mod/tagrm.php:121
-msgid "Select a tag to remove: "
-msgstr "Seleccionar una etiqueta para eliminar:"
+#: ../../mod/filestorage.php:141
+msgid "Edit file permissions"
+msgstr "Modificar los permisos del fichero"
-#: ../../mod/tagrm.php:133 ../../mod/photos.php:951
-msgid "Remove"
-msgstr "Eliminar"
+#: ../../mod/filestorage.php:150
+msgid "Set/edit permissions"
+msgstr "Establecer/editar los permisos"
-#: ../../mod/directory.php:236
-#, php-format
-msgid "%d rating"
-msgid_plural "%d ratings"
-msgstr[0] "%d valoración"
-msgstr[1] "%d valoraciones"
+#: ../../mod/filestorage.php:151
+msgid "Include all files and sub folders"
+msgstr "Incluir todos los ficheros y subcarpetas"
-#: ../../mod/directory.php:247
-msgid "Gender: "
-msgstr "Género:"
+#: ../../mod/filestorage.php:152
+msgid "Return to file list"
+msgstr "Volver a la lista de ficheros"
-#: ../../mod/directory.php:249
-msgid "Status: "
-msgstr "Estado:"
+#: ../../mod/filestorage.php:154
+msgid "Copy/paste this code to attach file to a post"
+msgstr "Copiar/pegar este código para adjuntar el fichero al envío"
-#: ../../mod/directory.php:251
-msgid "Homepage: "
-msgstr "Página personal:"
+#: ../../mod/filestorage.php:155
+msgid "Copy/paste this URL to link file from a web page"
+msgstr "Copiar/pegar esta dirección para enlazar el fichero desde una página web"
-#: ../../mod/directory.php:310
-msgid "Description:"
-msgstr "Descripción:"
+#: ../../mod/filestorage.php:157
+msgid "Share this file"
+msgstr "Compartir este fichero"
-#: ../../mod/directory.php:319
-msgid "Public Forum:"
-msgstr "Foro público:"
+#: ../../mod/filestorage.php:158
+msgid "Show URL to this file"
+msgstr "Mostrar la dirección de este fichero"
-#: ../../mod/directory.php:322
-msgid "Keywords: "
-msgstr "Palabras clave:"
+#: ../../mod/filestorage.php:159
+msgid "Notify your contacts about this file"
+msgstr "Avisar a sus contactos sobre este fichero"
-#: ../../mod/directory.php:325
-msgid "Don't suggest"
-msgstr "No sugerir:"
+#: ../../mod/follow.php:25
+msgid "Channel added."
+msgstr "Canal añadido."
-#: ../../mod/directory.php:327
-msgid "Common connections:"
-msgstr "Conexiones comunes:"
+#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92
+msgid "Contact not found."
+msgstr "Contacto no encontrado"
-#: ../../mod/directory.php:376
-msgid "Global Directory"
-msgstr "Directorio global:"
+#: ../../mod/fsuggest.php:63
+msgid "Friend suggestion sent."
+msgstr "Enviar sugerencia a un amigo."
-#: ../../mod/directory.php:376
-msgid "Local Directory"
-msgstr "Directorio local:"
+#: ../../mod/fsuggest.php:97
+msgid "Suggest Friends"
+msgstr "Sugerir amigos"
-#: ../../mod/directory.php:382
-msgid "Finding:"
-msgstr "Encontrar:"
+#: ../../mod/fsuggest.php:99
+#, php-format
+msgid "Suggest a friend for %s"
+msgstr "Sugerir un amigo a %s"
-#: ../../mod/directory.php:387
-msgid "next page"
-msgstr "siguiente página"
+#: ../../mod/group.php:20
+msgid "Collection created."
+msgstr "La colección ha sido creada."
-#: ../../mod/directory.php:387
-msgid "previous page"
-msgstr "página anterior"
+#: ../../mod/group.php:26
+msgid "Could not create collection."
+msgstr "No se puede crear la colección."
-#: ../../mod/directory.php:388
-msgid "Sort options"
-msgstr "Ordenar opciones"
+#: ../../mod/group.php:54
+msgid "Collection updated."
+msgstr "La colección ha sido actualizada."
-#: ../../mod/directory.php:389
-msgid "Alphabetic"
-msgstr "Alfabético"
+#: ../../mod/group.php:86
+msgid "Create a collection of channels."
+msgstr "Crear una colección de canales."
-#: ../../mod/directory.php:390
-msgid "Reverse Alphabetic"
-msgstr "Alfabético inverso"
+#: ../../mod/group.php:87 ../../mod/group.php:180
+msgid "Collection Name: "
+msgstr "Nombre de la colección:"
-#: ../../mod/directory.php:391
-msgid "Newest to Oldest"
-msgstr "De más nuevo a más antiguo"
+#: ../../mod/group.php:89 ../../mod/group.php:183
+msgid "Members are visible to other channels"
+msgstr "Los miembros son visibles para otros canales"
-#: ../../mod/directory.php:392
-msgid "Oldest to Newest"
-msgstr "De más antiguo a más nuevo"
+#: ../../mod/group.php:107
+msgid "Collection removed."
+msgstr "La colección ha sido eliminada."
-#: ../../mod/directory.php:409
-msgid "No entries (some entries may be hidden)."
-msgstr "Sin entradas (algunas entradas pueden estar ocultas)."
+#: ../../mod/group.php:109
+msgid "Unable to remove collection."
+msgstr "No ha sido posible de eliminar la colección."
-#: ../../mod/lostpass.php:15
-msgid "No valid account found."
-msgstr "No se ha encontrado una cuenta válida."
+#: ../../mod/group.php:179
+msgid "Collection Editor"
+msgstr "Editor de colecciones"
-#: ../../mod/lostpass.php:29
-msgid "Password reset request issued. Check your email."
-msgstr "Se ha recibido una solicitud de restablecimiento de contraseña. Consulte su correo electrónico."
+#: ../../mod/group.php:193
+msgid "Members"
+msgstr "Miembros"
-#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:103
-#, php-format
-msgid "Site Member (%s)"
-msgstr "Usuario del sitio (%s)"
+#: ../../mod/group.php:195
+msgid "All Connected Channels"
+msgstr "Todos los canales conectados"
-#: ../../mod/lostpass.php:40
+#: ../../mod/group.php:227
+msgid "Click on a channel to add or remove."
+msgstr "Haga clic en un canal para agregarlo o quitarlo."
+
+#: ../../mod/help.php:148
+msgid "Documentation Search"
+msgstr "Búsqueda de Documentación"
+
+#: ../../mod/help.php:186 ../../mod/help.php:192 ../../mod/help.php:198
+msgid "Help:"
+msgstr "Ayuda:"
+
+#: ../../mod/help.php:237
+msgid "$Projectname Documentation"
+msgstr "Documentación de $Projectname"
+
+#: ../../mod/home.php:57 ../../mod/home.php:65 ../../mod/siteinfo.php:61
+msgid "$Projectname"
+msgstr "$Projectname"
+
+#: ../../mod/home.php:75
#, php-format
-msgid "Password reset requested at %s"
-msgstr "Se ha solicitado restablecer la contraseña en %s"
+msgid "Welcome to %s"
+msgstr "Bienvenido a %s"
-#: ../../mod/lostpass.php:63
-msgid ""
-"Request could not be verified. (You may have previously submitted it.) "
-"Password reset failed."
-msgstr "La solicitud no ha podido ser verificada. (Puede que la haya enviado con anterioridad) El restablecimiento de la contraseña ha fallado."
+#: ../../mod/id.php:11
+msgid "First Name"
+msgstr "Nombre"
-#: ../../mod/lostpass.php:86 ../../boot.php:1496
-msgid "Password Reset"
-msgstr "Restablecer la contraseña"
+#: ../../mod/id.php:12
+msgid "Last Name"
+msgstr "Apellido"
-#: ../../mod/lostpass.php:87
-msgid "Your password has been reset as requested."
-msgstr "Su contraseña ha sido restablecida según lo solicitó."
+#: ../../mod/id.php:13
+msgid "Nickname"
+msgstr "Sobrenombre o Alias"
-#: ../../mod/lostpass.php:88
-msgid "Your new password is"
-msgstr "Su nueva contraseña es"
+#: ../../mod/id.php:14
+msgid "Full Name"
+msgstr "Nombre completo"
-#: ../../mod/lostpass.php:89
-msgid "Save or copy your new password - and then"
-msgstr "Guarde o copie su nueva contraseña - y después"
+#: ../../mod/id.php:20
+msgid "Profile Photo 16px"
+msgstr "Foto del perfil 16px"
-#: ../../mod/lostpass.php:90
-msgid "click here to login"
-msgstr "pulse aquí para conectarse"
+#: ../../mod/id.php:21
+msgid "Profile Photo 32px"
+msgstr "Foto del perfil 32px"
-#: ../../mod/lostpass.php:91
-msgid ""
-"Your password may be changed from the <em>Settings</em> page after "
-"successful login."
-msgstr "Puede cambiar la contraseña en la página <em>Ajustes</em> una vez iniciada la sesión."
+#: ../../mod/id.php:22
+msgid "Profile Photo 48px"
+msgstr "Foto del perfil 48px"
-#: ../../mod/lostpass.php:108
-#, php-format
-msgid "Your password has changed at %s"
-msgstr "Su contraseña en %s ha sido cambiada"
+#: ../../mod/id.php:23
+msgid "Profile Photo 64px"
+msgstr "Foto del perfil 64px"
-#: ../../mod/lostpass.php:123
-msgid "Forgot your Password?"
-msgstr "¿Ha olvidado su contraseña?"
+#: ../../mod/id.php:24
+msgid "Profile Photo 80px"
+msgstr "Foto del perfil 80px"
-#: ../../mod/lostpass.php:124
-msgid ""
-"Enter your email address and submit to have your password reset. Then check "
-"your email for further instructions."
-msgstr "Introduzca y envíe su dirección de correo electrónico para el restablecimiento de su contraseña. Luego revise su correo para obtener más instrucciones."
+#: ../../mod/id.php:25
+msgid "Profile Photo 128px"
+msgstr "Foto del perfil 128px"
-#: ../../mod/lostpass.php:125
-msgid "Email Address"
-msgstr "Dirección de correo electrónico"
+#: ../../mod/id.php:26
+msgid "Timezone"
+msgstr "Zona horaria"
-#: ../../mod/lostpass.php:126
-msgid "Reset"
-msgstr "Reiniciar"
+#: ../../mod/id.php:27
+msgid "Homepage URL"
+msgstr "Dirección de la página personal"
-#: ../../mod/regdir.php:45 ../../mod/dirsearch.php:21
-msgid "This site is not a directory server"
-msgstr "Este sitio no es un servidor de directorio"
+#: ../../mod/id.php:29
+msgid "Birth Year"
+msgstr "Año de nacimiento"
+
+#: ../../mod/id.php:30
+msgid "Birth Month"
+msgstr "Mes de nacimiento"
+
+#: ../../mod/id.php:31
+msgid "Birth Day"
+msgstr "Día de nacimiento"
+
+#: ../../mod/id.php:32
+msgid "Birthdate"
+msgstr "Fecha de nacimiento"
+
+#: ../../mod/id.php:33 ../../mod/profiles.php:441
+msgid "Gender"
+msgstr "Género"
#: ../../mod/impel.php:192
#, php-format
@@ -6229,16 +6247,6 @@ msgstr "%s elemento instalado"
msgid "%s element installation failed"
msgstr "Elemento con instalación fallida: %s"
-#: ../../mod/subthread.php:114
-#, php-format
-msgid "%1$s is following %2$s's %3$s"
-msgstr "%1$s está siguiendo %2$s de %3$s"
-
-#: ../../mod/subthread.php:116
-#, php-format
-msgid "%1$s stopped following %2$s's %3$s"
-msgstr "%1$s ha dejado de seguir %3$s de %2$s"
-
#: ../../mod/import.php:28
#, php-format
msgid "Your service plan only allows %d channels."
@@ -6324,6 +6332,19 @@ msgid ""
"only once and leave this page open until finished."
msgstr "Este proceso puede tardar varios minutos en completarse. Por favor envíe el formulario una sola vez y mantenga esta página abierta hasta que termine."
+#: ../../mod/import_items.php:101
+msgid "Import completed"
+msgstr "Importación completada"
+
+#: ../../mod/import_items.php:119
+msgid "Import Items"
+msgstr "Importar elementos"
+
+#: ../../mod/import_items.php:120
+msgid ""
+"Use this form to import existing posts and content from an export file."
+msgstr "Utilice este formulario para importar entradas existentes y contenido desde un archivo de exportación."
+
#: ../../mod/invite.php:25
msgid "Total invitation limit exceeded."
msgstr "Se ha superado el límite máximo de invitaciones."
@@ -6394,213 +6415,610 @@ msgstr "o visite "
msgid "3. Click [Connect]"
msgstr "3. Pulse [conectar]"
-#: ../../mod/probe.php:24 ../../mod/probe.php:30
+#: ../../mod/item.php:174
+msgid "Unable to locate original post."
+msgstr "No ha sido posible encontrar la entrada original."
+
+#: ../../mod/item.php:418
+msgid "Empty post discarded."
+msgstr "La entrada vacía ha sido desechada."
+
+#: ../../mod/item.php:458
+msgid "Executable content type not permitted to this channel."
+msgstr "Contenido de tipo ejecutable no permitido en este canal."
+
+#: ../../mod/item.php:822
+msgid "Duplicate post suppressed."
+msgstr "Se ha suprimido la entrada duplicada."
+
+#: ../../mod/item.php:953
+msgid "System error. Post not saved."
+msgstr "Error del sistema. La entrada no se ha podido salvar."
+
+#: ../../mod/item.php:1220
+msgid "Unable to obtain post information from database."
+msgstr "No ha sido posible obtener información de la entrada en la base de datos."
+
+#: ../../mod/item.php:1227
#, php-format
-msgid "Fetching URL returns error: %1$s"
-msgstr "Al intentar obtener la dirección, retorna el error: %1$s"
+msgid "You have reached your limit of %1$.0f top level posts."
+msgstr "Ha alcanzado su límite de %1$.0f entradas en la página principal."
-#: ../../mod/profile_photo.php:112
-msgid "Image uploaded but image cropping failed."
-msgstr "Imagen actualizada, pero el recorte de la imagen ha fallado. "
+#: ../../mod/item.php:1234
+#, php-format
+msgid "You have reached your limit of %1$.0f webpages."
+msgstr "Ha alcanzado su límite de %1$.0f páginas web."
-#: ../../mod/profile_photo.php:166
-msgid "Image resize failed."
-msgstr "El ajuste del tamaño de la imagen ha fallado."
+#: ../../mod/layouts.php:176
+msgid "Comanche page description language help"
+msgstr "Página de ayuda del lenguaje de descripción de páginas (PDL) Comanche"
-#: ../../mod/profile_photo.php:212
+#: ../../mod/layouts.php:180
+msgid "Layout Description"
+msgstr "Descripción del formato"
+
+#: ../../mod/layouts.php:185
+msgid "Download PDL file"
+msgstr "Descargar el fichero PDL"
+
+#: ../../mod/like.php:15
+msgid "Like/Dislike"
+msgstr "Me gusta/No me gusta"
+
+#: ../../mod/like.php:20
+msgid "This action is restricted to members."
+msgstr "Esta acción está restringida solo para miembros."
+
+#: ../../mod/like.php:21
msgid ""
-"Shift-reload the page or clear browser cache if the new photo does not "
-"display immediately."
-msgstr "Recargue la página o limpie el caché del navegador si la nueva foto no se muestra inmediatamente."
+"Please <a href=\"rmagic\">login with your $Projectname ID</a> or <a "
+"href=\"register\">register as a new $Projectname member</a> to continue."
+msgstr "Por favor, <a href=\"rmagic\">identifíquese con su $Projectname ID</a> o <a href=\"register\">rregístrese como un nuevo $Projectname member</a> para continuar."
-#: ../../mod/profile_photo.php:250
-msgid "Image upload failed."
-msgstr "Subida de imagen fallida."
+#: ../../mod/like.php:101 ../../mod/like.php:127 ../../mod/like.php:165
+msgid "Invalid request."
+msgstr "Solicitud incorrecta."
-#: ../../mod/profile_photo.php:269
-msgid "Unable to process image."
-msgstr "No ha sido posible procesar la imagen."
+#: ../../mod/like.php:142
+msgid "thing"
+msgstr "elemento"
-#: ../../mod/profile_photo.php:297
-msgid "female"
-msgstr "mujer"
+#: ../../mod/like.php:188
+msgid "Channel unavailable."
+msgstr "Canal no disponible."
-#: ../../mod/profile_photo.php:298
+#: ../../mod/like.php:236
+msgid "Previous action reversed."
+msgstr "Acción anterior revocada."
+
+#: ../../mod/like.php:414
#, php-format
-msgid "%1$s updated her %2$s"
-msgstr "%1$s ha actualizado su %2$s"
+msgid "%1$s agrees with %2$s's %3$s"
+msgstr "%3$s de %2$s: %1$s está de acuerdo"
-#: ../../mod/profile_photo.php:299
-msgid "male"
-msgstr "hombre"
+#: ../../mod/like.php:416
+#, php-format
+msgid "%1$s doesn't agree with %2$s's %3$s"
+msgstr "%3$s de %2$s: %1$s no está de acuerdo"
-#: ../../mod/profile_photo.php:300
+#: ../../mod/like.php:418
#, php-format
-msgid "%1$s updated his %2$s"
-msgstr "%1$s ha actualizado su %2$s"
+msgid "%1$s abstains from a decision on %2$s's %3$s"
+msgstr "%3$s de %2$s: %1$s se abstiene"
-#: ../../mod/profile_photo.php:302
+#: ../../mod/like.php:420
#, php-format
-msgid "%1$s updated their %2$s"
-msgstr "%1$s ha actualizado su %2$s"
+msgid "%1$s is attending %2$s's %3$s"
+msgstr "%3$s de %2$s: %1$s participa"
-#: ../../mod/profile_photo.php:304
-msgid "profile photo"
-msgstr "foto del perfil"
+#: ../../mod/like.php:422
+#, php-format
+msgid "%1$s is not attending %2$s's %3$s"
+msgstr "%3$s de %2$s: %1$s no participa"
-#: ../../mod/profile_photo.php:368 ../../mod/profile_photo.php:409
-msgid "Photo not available."
-msgstr "Foto no disponible."
+#: ../../mod/like.php:424
+#, php-format
+msgid "%1$s may attend %2$s's %3$s"
+msgstr "%3$s de %2$s: %1$s quizá participe"
-#: ../../mod/profile_photo.php:450
-msgid "Upload File:"
-msgstr "Subir fichero:"
+#: ../../mod/like.php:520
+msgid "Action completed."
+msgstr "Acción completada."
-#: ../../mod/profile_photo.php:451
-msgid "Select a profile:"
-msgstr "Seleccionar un perfil:"
+#: ../../mod/like.php:521
+msgid "Thank you."
+msgstr "Gracias."
-#: ../../mod/profile_photo.php:452
-msgid "Upload Profile Photo"
-msgstr "Subir foto del perfil"
+#: ../../mod/lockview.php:37
+msgid "Remote privacy information not available."
+msgstr "La información privada remota no está disponible."
-#: ../../mod/profile_photo.php:457 ../../mod/settings.php:975
-msgid "or"
-msgstr "o"
+#: ../../mod/lockview.php:58
+msgid "Visible to:"
+msgstr "Visible para:"
-#: ../../mod/profile_photo.php:457
-msgid "skip this step"
-msgstr "Omitir este paso"
+#: ../../mod/locs.php:21 ../../mod/locs.php:50
+msgid "Location not found."
+msgstr "Dirección no encontrada."
-#: ../../mod/profile_photo.php:457
-msgid "select a photo from your photo albums"
-msgstr "Seleccione una foto de sus álbumes de fotos"
+#: ../../mod/locs.php:58
+msgid "Location lookup failed."
+msgstr "Ha fallado la búsqueda de la dirección."
-#: ../../mod/profile_photo.php:473
-msgid "Crop Image"
-msgstr "Recortar imagen"
+#: ../../mod/locs.php:62
+msgid ""
+"Please select another location to become primary before removing the primary"
+" location."
+msgstr "Por favor, seleccione una copia de su canal (un clon) para convertirlo en primario antes de eliminar su canal principal."
-#: ../../mod/profile_photo.php:474
-msgid "Please adjust the image cropping for optimum viewing."
-msgstr "Por favor ajuste el recorte de la imagen para una visión óptima."
+#: ../../mod/locs.php:91
+msgid "Syncing locations"
+msgstr "Sincronización de ubicaciones"
-#: ../../mod/profile_photo.php:476
-msgid "Done Editing"
-msgstr "Edición completada"
+#: ../../mod/locs.php:101
+msgid "No locations found."
+msgstr "No encontrada ninguna dirección."
-#: ../../mod/thing.php:111
-msgid "Thing updated"
-msgstr "Elemento actualizado."
+#: ../../mod/locs.php:112
+msgid "Manage Channel Locations"
+msgstr "Gestionar las direcciones del canal"
-#: ../../mod/thing.php:163
-msgid "Object store: failed"
-msgstr "Guardar objeto: ha fallado"
+#: ../../mod/locs.php:113
+msgid "Location (address)"
+msgstr "Ubicación (dirección)"
-#: ../../mod/thing.php:167
-msgid "Thing added"
-msgstr "Elemento añadido"
+#: ../../mod/locs.php:114
+msgid "Primary Location"
+msgstr "Dirección primaria"
-#: ../../mod/thing.php:193
-#, php-format
-msgid "OBJ: %1$s %2$s %3$s"
-msgstr "OBJ: %1$s %2$s %3$s"
+#: ../../mod/locs.php:115
+msgid "Drop location"
+msgstr "Eliminar dirección"
-#: ../../mod/thing.php:256
-msgid "Show Thing"
-msgstr "Mostrar elemento"
+#: ../../mod/locs.php:117
+msgid "Sync now"
+msgstr "Sincronizar ahora"
-#: ../../mod/thing.php:263
-msgid "item not found."
-msgstr "elemento no encontrado."
+#: ../../mod/locs.php:118
+msgid "Please wait several minutes between consecutive operations."
+msgstr "Por favor, espere algunos minutos entre operaciones consecutivas."
-#: ../../mod/thing.php:296
-msgid "Edit Thing"
-msgstr "Editar elemento"
+#: ../../mod/locs.php:119
+msgid ""
+"When possible, drop a location by logging into that website/hub and removing"
+" your channel."
+msgstr "Cuando sea posible, elimine una ubicación iniciando sesión en el sitio web o \"hub\" y borrando su canal."
-#: ../../mod/thing.php:298 ../../mod/thing.php:348
-msgid "Select a profile"
-msgstr "Seleccionar un perfil"
+#: ../../mod/locs.php:120
+msgid "Use this form to drop the location if the hub is no longer operating."
+msgstr "Utilice este formulario para eliminar la dirección si el \"hub\" no está funcionando desde hace tiempo."
-#: ../../mod/thing.php:302 ../../mod/thing.php:351
-msgid "Post an activity"
-msgstr "Publicar una actividad"
+#: ../../mod/lostpass.php:15
+msgid "No valid account found."
+msgstr "No se ha encontrado una cuenta válida."
-#: ../../mod/thing.php:302 ../../mod/thing.php:351
-msgid "Only sends to viewers of the applicable profile"
-msgstr "Sólo enviar a espectadores del perfil pertinente."
+#: ../../mod/lostpass.php:29
+msgid "Password reset request issued. Check your email."
+msgstr "Se ha recibido una solicitud de restablecimiento de contraseña. Consulte su correo electrónico."
-#: ../../mod/thing.php:304 ../../mod/thing.php:353
-msgid "Name of thing e.g. something"
-msgstr "Nombre del elemento, p. ej.:. \"algo\""
+#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:103
+#, php-format
+msgid "Site Member (%s)"
+msgstr "Usuario del sitio (%s)"
-#: ../../mod/thing.php:306 ../../mod/thing.php:354
-msgid "URL of thing (optional)"
-msgstr "Dirección del elemento (opcional)"
+#: ../../mod/lostpass.php:40
+#, php-format
+msgid "Password reset requested at %s"
+msgstr "Se ha solicitado restablecer la contraseña en %s"
-#: ../../mod/thing.php:308 ../../mod/thing.php:355
-msgid "URL for photo of thing (optional)"
-msgstr "Dirección para la foto o elemento (opcional)"
+#: ../../mod/lostpass.php:63
+msgid ""
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
+msgstr "La solicitud no ha podido ser verificada. (Puede que la haya enviado con anterioridad) El restablecimiento de la contraseña ha fallado."
-#: ../../mod/thing.php:346
-msgid "Add Thing to your Profile"
-msgstr "Añadir alguna cosa a su perfil"
+#: ../../mod/lostpass.php:87
+msgid "Your password has been reset as requested."
+msgstr "Su contraseña ha sido restablecida según lo solicitó."
-#: ../../mod/dirsearch.php:29
-msgid "This directory server requires an access token"
-msgstr "El servidor de este directorio necesita un \"token\" de acceso"
+#: ../../mod/lostpass.php:88
+msgid "Your new password is"
+msgstr "Su nueva contraseña es"
-#: ../../mod/editblock.php:118
-msgid "Delete block?"
-msgstr "¿Borrar bloque?"
+#: ../../mod/lostpass.php:89
+msgid "Save or copy your new password - and then"
+msgstr "Guarde o copie su nueva contraseña - y después"
-#: ../../mod/editblock.php:180
-msgid "Edit Block"
-msgstr "Modificar este bloque"
+#: ../../mod/lostpass.php:90
+msgid "click here to login"
+msgstr "pulse aquí para conectarse"
-#: ../../mod/removeaccount.php:30
+#: ../../mod/lostpass.php:91
msgid ""
-"Account removals are not allowed within 48 hours of changing the account "
-"password."
-msgstr "La eliminación de cuentas no está permitida hasta después de que hayan transcurrido 48 horas desde el último cambio de contraseña."
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
+msgstr "Puede cambiar la contraseña en la página <em>Ajustes</em> una vez iniciada la sesión."
-#: ../../mod/removeaccount.php:57
-msgid "Remove This Account"
-msgstr "Eliminar esta cuenta"
+#: ../../mod/lostpass.php:108
+#, php-format
+msgid "Your password has changed at %s"
+msgstr "Su contraseña en %s ha sido cambiada"
-#: ../../mod/removeaccount.php:58
-msgid ""
-"This account and all its channels will be completely removed from the "
-"network. "
-msgstr "Esta cuenta y todos sus canales van a ser eliminados de la red."
+#: ../../mod/lostpass.php:123
+msgid "Forgot your Password?"
+msgstr "¿Ha olvidado su contraseña?"
-#: ../../mod/removeaccount.php:60
+#: ../../mod/lostpass.php:124
msgid ""
-"Remove this account, all its channels and all its channel clones from the "
-"network"
-msgstr "Remover esta cuenta, todos sus canales y clones de la red"
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
+msgstr "Introduzca y envíe su dirección de correo electrónico para el restablecimiento de su contraseña. Luego revise su correo para obtener más instrucciones."
-#: ../../mod/removeaccount.php:60
-msgid ""
-"By default only the instances of the channels located on this hub will be "
-"removed from the network"
-msgstr "Por defecto, solo las instancias de los canales ubicados en este servidor serán eliminados de la red"
+#: ../../mod/lostpass.php:125
+msgid "Email Address"
+msgstr "Dirección de correo electrónico"
-#: ../../mod/removeaccount.php:61 ../../mod/settings.php:700
-msgid "Remove Account"
-msgstr "Eliminar cuenta"
+#: ../../mod/lostpass.php:126
+msgid "Reset"
+msgstr "Reiniciar"
-#: ../../mod/import_items.php:101
-msgid "Import completed"
-msgstr "Importación completada"
+#: ../../mod/magic.php:69
+msgid "Hub not found."
+msgstr "Servidor no encontrado"
-#: ../../mod/import_items.php:119
-msgid "Import Items"
-msgstr "Importar elementos"
+#: ../../mod/mail.php:34
+msgid "Unable to lookup recipient."
+msgstr "Imposible asociar a un destinatario."
-#: ../../mod/import_items.php:120
+#: ../../mod/mail.php:42
+msgid "Unable to communicate with requested channel."
+msgstr "Imposible comunicar con el canal solicitado."
+
+#: ../../mod/mail.php:49
+msgid "Cannot verify requested channel."
+msgstr "No se puede verificar el canal solicitado."
+
+#: ../../mod/mail.php:75
+msgid "Selected channel has private message restrictions. Send failed."
+msgstr "El canal seleccionado tiene restricciones sobre los mensajes privados. El envío falló."
+
+#: ../../mod/mail.php:140
+msgid "Messages"
+msgstr "Mensajes"
+
+#: ../../mod/mail.php:175
+msgid "Message recalled."
+msgstr "Mensaje revocado."
+
+#: ../../mod/mail.php:188
+msgid "Conversation removed."
+msgstr "Conversación eliminada."
+
+#: ../../mod/mail.php:231
+msgid "Requested channel is not in this network"
+msgstr "El canal solicitado no existe en esta red"
+
+#: ../../mod/mail.php:239
+msgid "Send Private Message"
+msgstr "Enviar un mensaje privado"
+
+#: ../../mod/mail.php:240 ../../mod/mail.php:370
+msgid "To:"
+msgstr "Para:"
+
+#: ../../mod/mail.php:243 ../../mod/mail.php:372
+msgid "Subject:"
+msgstr "Asunto:"
+
+#: ../../mod/mail.php:250
+msgid "Send"
+msgstr "Enviar"
+
+#: ../../mod/mail.php:342
+msgid "Delete message"
+msgstr "Borrar mensaje"
+
+#: ../../mod/mail.php:343
+msgid "Delivery report"
+msgstr "Informe de transmisión"
+
+#: ../../mod/mail.php:344
+msgid "Recall message"
+msgstr "Revocar el mensaje"
+
+#: ../../mod/mail.php:346
+msgid "Message has been recalled."
+msgstr "El mensaje ha sido revocado."
+
+#: ../../mod/mail.php:363
+msgid "Delete Conversation"
+msgstr "Eliminar conversación"
+
+#: ../../mod/mail.php:365
msgid ""
-"Use this form to import existing posts and content from an export file."
-msgstr "Utilice este formulario para importar entradas existentes y contenido desde un archivo de exportación."
+"No secure communications available. You <strong>may</strong> be able to "
+"respond from the sender's profile page."
+msgstr "Comunicación segura no disponible. Pero <strong>puede</strong> responder desde la página del perfil del remitente."
+
+#: ../../mod/mail.php:369
+msgid "Send Reply"
+msgstr "Responder"
+
+#: ../../mod/mail.php:374
+#, php-format
+msgid "Your message for %s (%s):"
+msgstr "Su mensaje para %s (%s):"
+
+#: ../../mod/manage.php:130
+#, php-format
+msgid "You have created %1$.0f of %2$.0f allowed channels."
+msgstr "Ha creado %1$.0f de %2$.0f canales permitidos."
+
+#: ../../mod/manage.php:138
+msgid "Create a new channel"
+msgstr "Crear un nuevo canal"
+
+#: ../../mod/manage.php:161
+msgid "Current Channel"
+msgstr "Canal actual"
+
+#: ../../mod/manage.php:163
+msgid "Switch to one of your channels by selecting it."
+msgstr "Cambiar a uno de sus canales seleccionándolo."
+
+#: ../../mod/manage.php:164
+msgid "Default Channel"
+msgstr "Canal principal"
+
+#: ../../mod/manage.php:165
+msgid "Make Default"
+msgstr "Convertir en predeterminado"
+
+#: ../../mod/manage.php:168
+#, php-format
+msgid "%d new messages"
+msgstr "%d mensajes nuevos"
+
+#: ../../mod/manage.php:169
+#, php-format
+msgid "%d new introductions"
+msgstr "%d nuevas isolicitudes de conexión"
+
+#: ../../mod/manage.php:171
+msgid "Delegated Channels"
+msgstr "Canales delegados"
+
+#: ../../mod/match.php:22
+msgid "Profile Match"
+msgstr "Perfil compatible"
+
+#: ../../mod/match.php:31
+msgid "No keywords to match. Please add keywords to your default profile."
+msgstr "No hay palabras clave en el perfil principal para poder encontrar perfiles compatibles. Por favor, añada palabras clave a su perfil principal."
+
+#: ../../mod/match.php:63
+msgid "is interested in:"
+msgstr "está interesado en:"
+
+#: ../../mod/match.php:70
+msgid "No matches"
+msgstr "No se han encontrado perfiles compatibles"
+
+#: ../../mod/menu.php:45
+msgid "Unable to update menu."
+msgstr "No se puede actualizar el menú."
+
+#: ../../mod/menu.php:56
+msgid "Unable to create menu."
+msgstr "No se puede crear el menú."
+
+#: ../../mod/menu.php:94 ../../mod/menu.php:106
+msgid "Menu Name"
+msgstr "Nombre del menú"
+
+#: ../../mod/menu.php:94
+msgid "Unique name (not visible on webpage) - required"
+msgstr "Nombre único (no será visible en la página web) - requerido"
+
+#: ../../mod/menu.php:95 ../../mod/menu.php:107
+msgid "Menu Title"
+msgstr "Título del menú"
+
+#: ../../mod/menu.php:95
+msgid "Visible on webpage - leave empty for no title"
+msgstr "Visible en la página web - no ponga nada si no desea un título"
+
+#: ../../mod/menu.php:96
+msgid "Allow Bookmarks"
+msgstr "Permitir marcadores"
+
+#: ../../mod/menu.php:96 ../../mod/menu.php:153
+msgid "Menu may be used to store saved bookmarks"
+msgstr "El menú se puede usar para guardar marcadores"
+
+#: ../../mod/menu.php:97 ../../mod/menu.php:155
+msgid "Submit and proceed"
+msgstr "Enviar y proceder"
+
+#: ../../mod/menu.php:109
+msgid "Drop"
+msgstr "Eliminar"
+
+#: ../../mod/menu.php:113
+msgid "Bookmarks allowed"
+msgstr "Marcadores permitidos"
+
+#: ../../mod/menu.php:115
+msgid "Delete this menu"
+msgstr "Borrar este menú"
+
+#: ../../mod/menu.php:116 ../../mod/menu.php:150
+msgid "Edit menu contents"
+msgstr "Editar los contenidos del menú"
+
+#: ../../mod/menu.php:117
+msgid "Edit this menu"
+msgstr "Modificar este menú"
+
+#: ../../mod/menu.php:132
+msgid "Menu could not be deleted."
+msgstr "El menú no puede ser eliminado."
+
+#: ../../mod/menu.php:140 ../../mod/mitem.php:24
+msgid "Menu not found."
+msgstr "Menú no encontrado"
+
+#: ../../mod/menu.php:145
+msgid "Edit Menu"
+msgstr "Modificar el menú"
+
+#: ../../mod/menu.php:149
+msgid "Add or remove entries to this menu"
+msgstr "Añadir o quitar entradas en este menú"
+
+#: ../../mod/menu.php:151
+msgid "Menu name"
+msgstr "Nombre del menú"
+
+#: ../../mod/menu.php:151
+msgid "Must be unique, only seen by you"
+msgstr "Debe ser único, solo será visible para usted"
+
+#: ../../mod/menu.php:152
+msgid "Menu title"
+msgstr "Título del menú"
+
+#: ../../mod/menu.php:152
+msgid "Menu title as seen by others"
+msgstr "El título del menú tal como será visto por los demás"
+
+#: ../../mod/menu.php:153
+msgid "Allow bookmarks"
+msgstr "Permitir marcadores"
+
+#: ../../mod/menu.php:162 ../../mod/mitem.php:116 ../../mod/xchan.php:37
+msgid "Not found."
+msgstr "No encontrado."
+
+#: ../../mod/mitem.php:48
+msgid "Unable to create element."
+msgstr "Imposible crear el elemento."
+
+#: ../../mod/mitem.php:72
+msgid "Unable to update menu element."
+msgstr "No es posible actualizar el elemento del menú."
+
+#: ../../mod/mitem.php:88
+msgid "Unable to add menu element."
+msgstr "No es posible añadir el elemento al menú"
+
+#: ../../mod/mitem.php:149 ../../mod/mitem.php:222
+msgid "Menu Item Permissions"
+msgstr "Permisos del elemento del menú"
+
+#: ../../mod/mitem.php:150 ../../mod/mitem.php:223 ../../mod/settings.php:1056
+msgid "(click to open/close)"
+msgstr "(pulsar para abrir o cerrar)"
+
+#: ../../mod/mitem.php:152 ../../mod/mitem.php:168
+msgid "Link Name"
+msgstr "Nombre del enlace"
+
+#: ../../mod/mitem.php:153 ../../mod/mitem.php:227
+msgid "Link or Submenu Target"
+msgstr "Destino del enlace o submenú"
+
+#: ../../mod/mitem.php:153
+msgid "Enter URL of the link or select a menu name to create a submenu"
+msgstr "Introducir la dirección del enlace o seleccionar el nombre de un submenú"
+
+#: ../../mod/mitem.php:154 ../../mod/mitem.php:228
+msgid "Use magic-auth if available"
+msgstr "Usar la autenticación mágica si está disponible"
+
+#: ../../mod/mitem.php:155 ../../mod/mitem.php:229
+msgid "Open link in new window"
+msgstr "Abrir el enlace en una nueva ventana"
+
+#: ../../mod/mitem.php:156 ../../mod/mitem.php:230
+msgid "Order in list"
+msgstr "Orden en la lista"
+
+#: ../../mod/mitem.php:156 ../../mod/mitem.php:230
+msgid "Higher numbers will sink to bottom of listing"
+msgstr "Los números más altos irán al final de la lista"
+
+#: ../../mod/mitem.php:157
+msgid "Submit and finish"
+msgstr "Enviar y terminar"
+
+#: ../../mod/mitem.php:158
+msgid "Submit and continue"
+msgstr "Enviar y continuar"
+
+#: ../../mod/mitem.php:166
+msgid "Menu:"
+msgstr "Menú:"
+
+#: ../../mod/mitem.php:169
+msgid "Link Target"
+msgstr "Destino del enlace"
+
+#: ../../mod/mitem.php:172
+msgid "Edit menu"
+msgstr "Editar menú"
+
+#: ../../mod/mitem.php:175
+msgid "Edit element"
+msgstr "Editar el elemento"
+
+#: ../../mod/mitem.php:176
+msgid "Drop element"
+msgstr "Eliminar el elemento"
+
+#: ../../mod/mitem.php:177
+msgid "New element"
+msgstr "Nuevo elemento"
+
+#: ../../mod/mitem.php:178
+msgid "Edit this menu container"
+msgstr "Modificar el contenedor del menú"
+
+#: ../../mod/mitem.php:179
+msgid "Add menu element"
+msgstr "Añadir un elemento al menú"
+
+#: ../../mod/mitem.php:180
+msgid "Delete this menu item"
+msgstr "Eliminar este elemento del menú"
+
+#: ../../mod/mitem.php:181
+msgid "Edit this menu item"
+msgstr "Modificar este elemento del menú"
+
+#: ../../mod/mitem.php:198
+msgid "Menu item not found."
+msgstr "Este elemento del menú no se ha encontrado"
+
+#: ../../mod/mitem.php:211
+msgid "Menu item deleted."
+msgstr "Este elemento del menú ha sido borrado"
+
+#: ../../mod/mitem.php:213
+msgid "Menu item could not be deleted."
+msgstr "Este elemento del menú no puede ser borrado."
+
+#: ../../mod/mitem.php:220
+msgid "Edit Menu Element"
+msgstr "Editar elemento del menú"
+
+#: ../../mod/mitem.php:226
+msgid "Link text"
+msgstr "Texto del enlace"
+
+#: ../../mod/mood.php:132
+msgid "Set your current mood and tell your friends"
+msgstr "Describir su estado de ánimo para comunicárselo a sus amigos"
#: ../../mod/network.php:91
msgid "No such group"
@@ -6618,10 +7036,6 @@ msgstr "foro"
msgid "Search Results For:"
msgstr "Buscar resultados para:"
-#: ../../mod/network.php:169 ../../mod/channel.php:131 ../../mod/rpost.php:114
-msgid "Public"
-msgstr "Público/a"
-
#: ../../mod/network.php:207
msgid "Collection is empty"
msgstr "La colección está vacía"
@@ -6634,6 +7048,108 @@ msgstr "Colección:"
msgid "Invalid connection."
msgstr "Conexión no válida."
+#: ../../mod/new_channel.php:120
+msgid "Add a Channel"
+msgstr "Añadir un canal"
+
+#: ../../mod/new_channel.php:121
+msgid ""
+"A channel is your own collection of related web pages. A channel can be used"
+" to hold social network profiles, blogs, conversation groups and forums, "
+"celebrity pages, and much more. You may create as many channels as your "
+"service provider allows."
+msgstr "Un canal está formado por su propia colección de páginas web relacionadas. Se puede utilizar para almacenar los perfiles sociales de la red, blogs, grupos de conversación y foros, páginas de famosos y mucho más. Puede crear tantos canales como su proveedor de servicio permita."
+
+#: ../../mod/new_channel.php:123 ../../mod/sources.php:103
+#: ../../mod/sources.php:137
+msgid "Channel Name"
+msgstr "Nombre del canal"
+
+#: ../../mod/new_channel.php:124
+msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "
+msgstr "Ejemplos: \"Juan García\", \"Isabel y sus caballos\", \"Fútbol\", \"Grupo de parapente\" "
+
+#: ../../mod/new_channel.php:125
+msgid "Choose a short nickname"
+msgstr "Elija un alias corto"
+
+#: ../../mod/new_channel.php:126
+msgid ""
+"Your nickname will be used to create an easily remembered channel address "
+"(like an email address) which you can share with others."
+msgstr "Su alias podrá usarse para crear una dirección de canal fácilmente memorizable (como una dirección de correo electrónico) que puede ser compartido con otros."
+
+#: ../../mod/new_channel.php:127
+msgid "Or <a href=\"import\">import an existing channel</a> from another location"
+msgstr "O <a href=\"import\">importar un canal existente</a> de otro lugar"
+
+#: ../../mod/new_channel.php:129
+msgid ""
+"Please choose a channel type (such as social networking or community forum) "
+"and privacy requirements so we can select the best permissions for you"
+msgstr "Elija el tipo de canal (como red social o foro de discusión) y la privacidad que requiera, así podremos seleccionar el mejor conjunto de permisos para usted"
+
+#: ../../mod/new_channel.php:130
+msgid "Channel Type"
+msgstr "Tipo de canal"
+
+#: ../../mod/new_channel.php:130
+msgid "Read more about roles"
+msgstr "Leer más sobre los roles"
+
+#: ../../mod/notifications.php:26
+msgid "Invalid request identifier."
+msgstr "Petición inválida del identificador."
+
+#: ../../mod/notifications.php:35
+msgid "Discard"
+msgstr "Descartar"
+
+#: ../../mod/notifications.php:94 ../../mod/notify.php:53
+msgid "No more system notifications."
+msgstr "No hay más notificaciones del sistema"
+
+#: ../../mod/notifications.php:98 ../../mod/notify.php:57
+msgid "System Notifications"
+msgstr "Notificaciones de sistema"
+
+#: ../../mod/oexchange.php:23
+msgid "Unable to find your hub."
+msgstr "No se puede encontrar su servidor."
+
+#: ../../mod/oexchange.php:37
+msgid "Post successful."
+msgstr "Enviado con éxito."
+
+#: ../../mod/openid.php:26
+msgid "OpenID protocol error. No ID returned."
+msgstr "Error del protocolo OpenID. Ningún ID recibido como respuesta."
+
+#: ../../mod/page.php:126
+msgid ""
+"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod "
+"tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,"
+" quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo "
+"consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse "
+"cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat "
+"non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
+msgstr "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
+
+#: ../../mod/pconfig.php:27 ../../mod/pconfig.php:60
+msgid "This setting requires special processing and editing has been blocked."
+msgstr "Este ajuste necesita de un proceso especial y la edición ha sido bloqueada."
+
+#: ../../mod/pconfig.php:49
+msgid "Configuration Editor"
+msgstr "Editor de configuración"
+
+#: ../../mod/pconfig.php:50
+msgid ""
+"Warning: Changing some settings could render your channel inoperable. Please"
+" leave this page unless you are comfortable with and knowledgeable about how"
+" to correctly use this feature."
+msgstr "Atención: El cambio de algunos ajustes puede volver inutilizable su canal. Por favor, abandone la página excepto que esté seguro y sepa cómo usar correctamente esta característica."
+
#: ../../mod/pdledit.php:13
msgid "Layout updated."
msgstr "Formato actualizado"
@@ -6654,849 +7170,837 @@ msgstr "Nombre del módulo:"
msgid "Layout Help"
msgstr "Ayuda para el diseño de la página"
-#: ../../mod/register.php:44
-msgid "Maximum daily site registrations exceeded. Please try again tomorrow."
-msgstr "Se ha superado el límite máximo de inscripciones diarias de este sitio. Por favor, pruebe de nuevo mañana."
+#: ../../mod/photos.php:79
+msgid "Page owner information could not be retrieved."
+msgstr "La información del propietario de la página no pudo ser recuperada."
-#: ../../mod/register.php:50
-msgid ""
-"Please indicate acceptance of the Terms of Service. Registration failed."
-msgstr "Por favor, confirme que acepta los Términos del servicio. El registro ha fallado."
+#: ../../mod/photos.php:100
+msgid "Album not found."
+msgstr "Álbum no encontrado."
-#: ../../mod/register.php:84
-msgid "Passwords do not match."
-msgstr "Las contraseñas no coinciden."
+#: ../../mod/photos.php:127
+msgid "Delete Album"
+msgstr "Borrar álbum"
-#: ../../mod/register.php:119
-msgid ""
-"Registration successful. Please check your email for validation "
-"instructions."
-msgstr "Registro realizado con éxito. Por favor, compruebe su correo electrónico para ver las instrucciones para validarlo."
+#: ../../mod/photos.php:171 ../../mod/photos.php:1006
+msgid "Delete Photo"
+msgstr "Borrar foto"
-#: ../../mod/register.php:125
-msgid "Your registration is pending approval by the site owner."
-msgstr "Su registro está pendiente de aprobación por el propietario del sitio."
+#: ../../mod/photos.php:501
+msgid "No photos selected"
+msgstr "No hay fotos seleccionadas"
-#: ../../mod/register.php:128
-msgid "Your registration can not be processed."
-msgstr "Su registro no puede ser procesado."
+#: ../../mod/photos.php:550
+msgid "Access to this item is restricted."
+msgstr "El acceso a este elemento está restringido."
-#: ../../mod/register.php:165
-msgid "Registration on this site/hub is by approval only."
-msgstr "El registro en este servidor/hub está sometido a aprobación previa."
+#: ../../mod/photos.php:589
+#, php-format
+msgid "%1$.2f MB of %2$.2f MB photo storage used."
+msgstr "%1$.2f MB de %2$.2f MB de almacenamiento de fotos utilizado."
-#: ../../mod/register.php:166
-msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>"
-msgstr "<a href=\"pubsites\">Inscribirse en un servidor/hub afiliado</a>"
+#: ../../mod/photos.php:592
+#, php-format
+msgid "%1$.2f MB photo storage used."
+msgstr "%1$.2f MB de almacenamiento de fotos utilizado."
-#: ../../mod/register.php:176
-msgid ""
-"This site has exceeded the number of allowed daily account registrations. "
-"Please try again tomorrow."
-msgstr "Este sitio ha excedido el límite de inscripción diaria de cuentas. Por favor, inténtelo de nuevo mañana."
+#: ../../mod/photos.php:620
+msgid "Upload Photos"
+msgstr "Subir fotos"
-#: ../../mod/register.php:187
-msgid "Terms of Service"
-msgstr "Términos del servicio"
+#: ../../mod/photos.php:624
+msgid "Enter an album name"
+msgstr "Introducir un nombre de álbum"
-#: ../../mod/register.php:193
-#, php-format
-msgid "I accept the %s for this website"
-msgstr "Acepto los %s de este sitio"
+#: ../../mod/photos.php:625
+msgid "or select an existing album (doubleclick)"
+msgstr "o seleccionar uno existente (doble click)"
-#: ../../mod/register.php:195
-#, php-format
-msgid "I am over 13 years of age and accept the %s for this website"
-msgstr "Tengo más de 13 años de edad y acepto los %s de este sitio"
+#: ../../mod/photos.php:626
+msgid "Create a status post for this upload"
+msgstr "Crear un mensaje de estado para esta subida"
-#: ../../mod/register.php:209 ../../mod/admin.php:448
-msgid "Registration"
-msgstr "Registro"
+#: ../../mod/photos.php:627
+msgid "Caption (optional):"
+msgstr "Título (opcional):"
-#: ../../mod/register.php:214
-msgid "Membership on this site is by invitation only."
-msgstr "Para registrarse en este sitio es necesaria una invitación."
+#: ../../mod/photos.php:628
+msgid "Description (optional):"
+msgstr "Descripción (opcional):"
-#: ../../mod/register.php:215
-msgid "Please enter your invitation code"
-msgstr "Por favor, introduzca el código de su invitación"
+#: ../../mod/photos.php:655
+msgid "Album name could not be decoded"
+msgstr "El nombre del álbum no ha podido ser descifrado"
-#: ../../mod/register.php:218
-msgid "Your email address"
-msgstr "Su dirección de correo electrónico"
+#: ../../mod/photos.php:699 ../../mod/photos.php:1233
+#: ../../mod/photos.php:1250
+msgid "Contact Photos"
+msgstr "Fotos de contacto"
-#: ../../mod/register.php:219
-msgid "Choose a password"
-msgstr "Elija una contraseña"
+#: ../../mod/photos.php:722
+msgid "Show Newest First"
+msgstr "Mostrar lo más reciente primero"
-#: ../../mod/register.php:220
-msgid "Please re-enter your password"
-msgstr "Por favor, vuelva a escribir su contraseña"
+#: ../../mod/photos.php:724
+msgid "Show Oldest First"
+msgstr "Mostrar lo más antiguo primero"
-#: ../../mod/admin.php:54
-msgid "Theme settings updated."
-msgstr "Ajustes del tema actualizados."
+#: ../../mod/photos.php:824
+msgid "Permission denied. Access to this item may be restricted."
+msgstr "Permiso denegado. El acceso a este elemento puede estar restringido."
-#: ../../mod/admin.php:162
-msgid "# Accounts"
-msgstr "# Cuentas"
+#: ../../mod/photos.php:826
+msgid "Photo not available"
+msgstr "Foto no disponible"
-#: ../../mod/admin.php:163
-msgid "# blocked accounts"
-msgstr "# cuentas bloqueadas"
+#: ../../mod/photos.php:884
+msgid "Use as profile photo"
+msgstr "Usar como foto del perfil"
-#: ../../mod/admin.php:164
-msgid "# expired accounts"
-msgstr "# cuentas caducadas"
+#: ../../mod/photos.php:891
+msgid "Private Photo"
+msgstr "Foto privada"
-#: ../../mod/admin.php:165
-msgid "# expiring accounts"
-msgstr "# cuentas que caducan"
+#: ../../mod/photos.php:906
+msgid "View Full Size"
+msgstr "Ver tamaño completo"
-#: ../../mod/admin.php:176
-msgid "# Channels"
-msgstr "# Canales"
+#: ../../mod/photos.php:951 ../../mod/tagrm.php:133
+msgid "Remove"
+msgstr "Eliminar"
-#: ../../mod/admin.php:177
-msgid "# primary"
-msgstr "# primario"
+#: ../../mod/photos.php:985
+msgid "Edit photo"
+msgstr "Editar foto"
-#: ../../mod/admin.php:178
-msgid "# clones"
-msgstr "# clones"
+#: ../../mod/photos.php:987
+msgid "Rotate CW (right)"
+msgstr "Girar CW (a la derecha)"
-#: ../../mod/admin.php:184
-msgid "Message queues"
-msgstr "Mensajes en cola"
+#: ../../mod/photos.php:988
+msgid "Rotate CCW (left)"
+msgstr "Girar CCW (a la izquierda)"
-#: ../../mod/admin.php:200 ../../mod/admin.php:445 ../../mod/admin.php:545
-#: ../../mod/admin.php:812 ../../mod/admin.php:976 ../../mod/admin.php:1073
-#: ../../mod/admin.php:1113 ../../mod/admin.php:1273 ../../mod/admin.php:1307
-#: ../../mod/admin.php:1392
-msgid "Administration"
-msgstr "Administración"
+#: ../../mod/photos.php:991
+msgid "Enter a new album name"
+msgstr "Introducir un nuevo nombre de álbum"
-#: ../../mod/admin.php:201
-msgid "Summary"
-msgstr "Sumario"
+#: ../../mod/photos.php:992
+msgid "or select an existing one (doubleclick)"
+msgstr "o seleccionar uno (doble click) existente"
-#: ../../mod/admin.php:204
-msgid "Registered accounts"
-msgstr "Cuentas registradas"
+#: ../../mod/photos.php:995
+msgid "Caption"
+msgstr "Título"
-#: ../../mod/admin.php:205 ../../mod/admin.php:549
-msgid "Pending registrations"
-msgstr "Registros pendientes"
+#: ../../mod/photos.php:997
+msgid "Add a Tag"
+msgstr "Añadir una etiqueta"
-#: ../../mod/admin.php:206
-msgid "Registered channels"
-msgstr "Canales registrados"
+#: ../../mod/photos.php:1001
+msgid "Example: @bob, @Barbara_Jensen, @jim@example.com"
+msgstr "Ejemplos: @eva, @Carmen_Osuna, @jaime@ejemplo.com"
-#: ../../mod/admin.php:207 ../../mod/admin.php:550
-msgid "Active plugins"
-msgstr "Extensiones activas"
+#: ../../mod/photos.php:1004
+msgid "Flag as adult in album view"
+msgstr "Marcar como \"solo para adultos\" en el álbum"
-#: ../../mod/admin.php:208
-msgid "Version"
-msgstr "Versión"
+#: ../../mod/photos.php:1196
+msgid "In This Photo:"
+msgstr "En esta foto:"
-#: ../../mod/admin.php:329
-msgid "Site settings updated."
-msgstr "Ajustes del sitio actualizados."
+#: ../../mod/photos.php:1201
+msgid "Map"
+msgstr "Mapa"
-#: ../../mod/admin.php:366 ../../mod/settings.php:793
-msgid "mobile"
-msgstr "móvil"
+#: ../../mod/photos.php:1289
+msgid "View Album"
+msgstr "Ver álbum"
-#: ../../mod/admin.php:368
-msgid "experimental"
-msgstr "experimental"
+#: ../../mod/photos.php:1300 ../../mod/photos.php:1313
+#: ../../mod/photos.php:1314
+msgid "Recent Photos"
+msgstr "Fotos recientes"
-#: ../../mod/admin.php:370
-msgid "unsupported"
-msgstr "no soportado"
+#: ../../mod/ping.php:260
+msgid "sent you a private message"
+msgstr "le ha enviado un mensaje privado"
-#: ../../mod/admin.php:416
-msgid "Yes - with approval"
-msgstr "Sí - con aprobación"
+#: ../../mod/ping.php:308
+msgid "added your channel"
+msgstr "añadió este canal a sus conexiones"
-#: ../../mod/admin.php:422
-msgid "My site is not a public server"
-msgstr "Mi sitio no es un servidor público"
+#: ../../mod/ping.php:350
+msgid "posted an event"
+msgstr "publicó un evento"
-#: ../../mod/admin.php:423
-msgid "My site has paid access only"
-msgstr "Mi sitio es un servicio de pago"
+#: ../../mod/poke.php:164
+msgid "Poke/Prod"
+msgstr "Toque/Incitación"
-#: ../../mod/admin.php:424
-msgid "My site has free access only"
-msgstr "Mi sitio es un servicio gratuito"
+#: ../../mod/poke.php:165
+msgid "poke, prod or do other things to somebody"
+msgstr "dar un toque, incitar u otras cosas a alguien"
-#: ../../mod/admin.php:425
-msgid "My site offers free accounts with optional paid upgrades"
-msgstr "Mi sitio ofrece cuentas gratuitas con opciones extra de pago"
+#: ../../mod/poke.php:166
+msgid "Recipient"
+msgstr "Destinatario"
-#: ../../mod/admin.php:449
-msgid "File upload"
-msgstr "Fichero subido"
+#: ../../mod/poke.php:167
+msgid "Choose what you wish to do to recipient"
+msgstr "Elegir qué desea enviar al destinatario"
-#: ../../mod/admin.php:450
-msgid "Policies"
-msgstr "Políticas"
+#: ../../mod/poke.php:170
+msgid "Make this post private"
+msgstr "Convertir en privado este envío"
-#: ../../mod/admin.php:455
-msgid "Site name"
-msgstr "Nombre del sitio"
+#: ../../mod/probe.php:24 ../../mod/probe.php:30
+#, php-format
+msgid "Fetching URL returns error: %1$s"
+msgstr "Al intentar obtener la dirección, retorna el error: %1$s"
-#: ../../mod/admin.php:456
-msgid "Banner/Logo"
-msgstr "Banner/Logo"
+#: ../../mod/profile_photo.php:112
+msgid "Image uploaded but image cropping failed."
+msgstr "Imagen actualizada, pero el recorte de la imagen ha fallado. "
-#: ../../mod/admin.php:457
-msgid "Administrator Information"
-msgstr "Información del Administrador"
+#: ../../mod/profile_photo.php:166
+msgid "Image resize failed."
+msgstr "El ajuste del tamaño de la imagen ha fallado."
-#: ../../mod/admin.php:457
+#: ../../mod/profile_photo.php:212
msgid ""
-"Contact information for site administrators. Displayed on siteinfo page. "
-"BBCode can be used here"
-msgstr "Información de contacto de los administradores del sitio. Visible en la página \"siteinfo\". Se puede usar BBCode"
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
+msgstr "Recargue la página o limpie el caché del navegador si la nueva foto no se muestra inmediatamente."
-#: ../../mod/admin.php:458
-msgid "System language"
-msgstr "Idioma del sistema"
+#: ../../mod/profile_photo.php:250
+msgid "Image upload failed."
+msgstr "Subida de imagen fallida."
-#: ../../mod/admin.php:459
-msgid "System theme"
-msgstr "Tema gráfico del sistema"
+#: ../../mod/profile_photo.php:269
+msgid "Unable to process image."
+msgstr "No ha sido posible procesar la imagen."
-#: ../../mod/admin.php:459
-msgid ""
-"Default system theme - may be over-ridden by user profiles - <a href='#' "
-"id='cnftheme'>change theme settings</a>"
-msgstr "Tema del sistema por defecto - se puede cambiar por cada perfil de usuario - <a href='#' id='cnftheme'>modificar los ajustes del tema</a>"
+#: ../../mod/profile_photo.php:297
+msgid "female"
+msgstr "mujer"
-#: ../../mod/admin.php:460
-msgid "Mobile system theme"
-msgstr "Tema del sistema para móviles"
+#: ../../mod/profile_photo.php:298
+#, php-format
+msgid "%1$s updated her %2$s"
+msgstr "%1$s ha actualizado su %2$s"
-#: ../../mod/admin.php:460
-msgid "Theme for mobile devices"
-msgstr "Tema para dispositivos móviles"
+#: ../../mod/profile_photo.php:299
+msgid "male"
+msgstr "hombre"
-#: ../../mod/admin.php:462
-msgid "Allow Feeds as Connections"
-msgstr "Permitir contenidos RSS como conexiones"
+#: ../../mod/profile_photo.php:300
+#, php-format
+msgid "%1$s updated his %2$s"
+msgstr "%1$s ha actualizado su %2$s"
-#: ../../mod/admin.php:462
-msgid "(Heavy system resource usage)"
-msgstr "(Uso intenso de los recursos del sistema)"
+#: ../../mod/profile_photo.php:302
+#, php-format
+msgid "%1$s updated their %2$s"
+msgstr "%1$s ha actualizado su %2$s"
-#: ../../mod/admin.php:463
-msgid "Maximum image size"
-msgstr "Tamaño máximo de la imagen"
+#: ../../mod/profile_photo.php:304
+msgid "profile photo"
+msgstr "foto del perfil"
-#: ../../mod/admin.php:463
-msgid ""
-"Maximum size in bytes of uploaded images. Default is 0, which means no "
-"limits."
-msgstr "Tamaño máximo en bytes de la imagen subida. Por defecto, es 0, lo que significa que no hay límites."
+#: ../../mod/profile_photo.php:368 ../../mod/profile_photo.php:409
+msgid "Photo not available."
+msgstr "Foto no disponible."
-#: ../../mod/admin.php:464
-msgid "Does this site allow new member registration?"
-msgstr "¿Debe este sitio permitir el registro de nuevos miembros?"
+#: ../../mod/profile_photo.php:450
+msgid "Upload File:"
+msgstr "Subir fichero:"
-#: ../../mod/admin.php:465
-msgid "Invitation only"
-msgstr "Solo con una invitación"
+#: ../../mod/profile_photo.php:451
+msgid "Select a profile:"
+msgstr "Seleccionar un perfil:"
-#: ../../mod/admin.php:465
-msgid ""
-"Only allow new member registrations with an invitation code. Above register "
-"policy must be set to Yes."
-msgstr "Solo se permiten inscripciones de nuevos miembros con un código de invitación. Además, deben aceptarse los términos del registro marcando \"Sí\"."
+#: ../../mod/profile_photo.php:452
+msgid "Upload Profile Photo"
+msgstr "Subir foto del perfil"
-#: ../../mod/admin.php:466
-msgid "Which best describes the types of account offered by this hub?"
-msgstr "¿Cómo describiría el tipo de servicio ofrecido por este servidor?"
+#: ../../mod/profile_photo.php:457 ../../mod/settings.php:975
+msgid "or"
+msgstr "o"
-#: ../../mod/admin.php:467
-msgid "Register text"
-msgstr "Texto del registro"
+#: ../../mod/profile_photo.php:457
+msgid "skip this step"
+msgstr "Omitir este paso"
-#: ../../mod/admin.php:467
-msgid "Will be displayed prominently on the registration page."
-msgstr "Se mostrará de forma destacada en la página de registro."
+#: ../../mod/profile_photo.php:457
+msgid "select a photo from your photo albums"
+msgstr "Seleccione una foto de sus álbumes de fotos"
-#: ../../mod/admin.php:468
-msgid "Site homepage to show visitors (default: login box)"
-msgstr "Página personal que se mostrará a los visitantes (por defecto: la página de identificación)"
+#: ../../mod/profile_photo.php:473
+msgid "Crop Image"
+msgstr "Recortar imagen"
-#: ../../mod/admin.php:468
-msgid ""
-"example: 'public' to show public stream, 'page/sys/home' to show a system "
-"webpage called 'home' or 'include:home.html' to include a file."
-msgstr "ejemplo: 'public' para mostrar contenido público de los usuarios, 'page/sys/home' para mostrar la página web definida como \"home\" o 'include:home.html' para mostrar el contenido de un fichero."
+#: ../../mod/profile_photo.php:474
+msgid "Please adjust the image cropping for optimum viewing."
+msgstr "Por favor ajuste el recorte de la imagen para una visión óptima."
-#: ../../mod/admin.php:469
-msgid "Preserve site homepage URL"
-msgstr "Preservar la dirección de la página personal"
+#: ../../mod/profile_photo.php:476
+msgid "Done Editing"
+msgstr "Edición completada"
-#: ../../mod/admin.php:469
-msgid ""
-"Present the site homepage in a frame at the original location instead of "
-"redirecting"
-msgstr "Presenta la página personal del sitio en un marco en la ubicación original, en vez de redirigirla."
+#: ../../mod/profiles.php:19 ../../mod/profiles.php:184
+#: ../../mod/profiles.php:241 ../../mod/profiles.php:608
+msgid "Profile not found."
+msgstr "Perfil no encontrado."
-#: ../../mod/admin.php:470
-msgid "Accounts abandoned after x days"
-msgstr "Cuentas abandonadas después de x días"
+#: ../../mod/profiles.php:39
+msgid "Profile deleted."
+msgstr "Perfil eliminado."
-#: ../../mod/admin.php:470
-msgid ""
-"Will not waste system resources polling external sites for abandonded "
-"accounts. Enter 0 for no time limit."
-msgstr "Para evitar consumir recursos del sistema intentando poner al día las cuentas abandonadas. Introduzca 0 para no tener límite de tiempo."
+#: ../../mod/profiles.php:63 ../../mod/profiles.php:99
+msgid "Profile-"
+msgstr "Perfil-"
-#: ../../mod/admin.php:471
-msgid "Allowed friend domains"
-msgstr "Dominios amigos permitidos"
+#: ../../mod/profiles.php:84 ../../mod/profiles.php:127
+msgid "New profile created."
+msgstr "El nuevo perfil ha sido creado."
-#: ../../mod/admin.php:471
-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 separada por comas de dominios a los que está permitido establecer relaciones de amistad con este sitio. Se permiten comodines. Dejar en claro para aceptar cualquier dominio."
+#: ../../mod/profiles.php:105
+msgid "Profile unavailable to clone."
+msgstr "Perfil no disponible para clonar."
-#: ../../mod/admin.php:472
-msgid "Allowed email domains"
-msgstr "Se aceptan dominios de correo electrónico"
+#: ../../mod/profiles.php:146
+msgid "Profile unavailable to export."
+msgstr "Perfil no disponible para exportar."
-#: ../../mod/admin.php:472
-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 "Lista separada por comas de los dominios de los que se acepta una dirección de correo electrónico para registros en este sitio. Se permiten comodines. Dejar en claro para aceptar cualquier dominio. "
+#: ../../mod/profiles.php:251
+msgid "Profile Name is required."
+msgstr "Se necesita el nombre del perfil."
-#: ../../mod/admin.php:473
-msgid "Not allowed email domains"
-msgstr "No se permiten dominios de correo electrónico"
+#: ../../mod/profiles.php:414
+msgid "Marital Status"
+msgstr "Estado civil"
-#: ../../mod/admin.php:473
-msgid ""
-"Comma separated list of domains which are not allowed in email addresses for"
-" registrations to this site. Wildcards are accepted. Empty to allow any "
-"domains, unless allowed domains have been defined."
-msgstr "Lista separada por comas de los dominios de los que no se acepta una dirección de correo electrónico para registros en este sitio. Se permiten comodines. Dejar en claro para no aceptar cualquier dominio, excepto los que se hayan autorizado."
+#: ../../mod/profiles.php:418
+msgid "Romantic Partner"
+msgstr "Pareja sentimental"
-#: ../../mod/admin.php:474
-msgid "Block public"
-msgstr "Bloquear páginas públicas"
+#: ../../mod/profiles.php:422
+msgid "Likes"
+msgstr "Me gusta"
-#: ../../mod/admin.php:474
-msgid ""
-"Check to block public access to all otherwise public personal pages on this "
-"site unless you are currently logged in."
-msgstr "Activar para bloquear el acceso a todas las páginas públicas personales en este sitio, salvo que estén identificadas en el sistema."
+#: ../../mod/profiles.php:426
+msgid "Dislikes"
+msgstr "No me gusta"
-#: ../../mod/admin.php:475
-msgid "Verify Email Addresses"
-msgstr "Verificar las direcciones de correo electrónico"
+#: ../../mod/profiles.php:430
+msgid "Work/Employment"
+msgstr "Trabajo:"
-#: ../../mod/admin.php:475
-msgid ""
-"Check to verify email addresses used in account registration (recommended)."
-msgstr "Activar para la verificación de la dirección de correo electrónico en el registro de una cuenta (recomendado)."
+#: ../../mod/profiles.php:433
+msgid "Religion"
+msgstr "Religión"
-#: ../../mod/admin.php:476
-msgid "Force publish"
-msgstr "Forzar la publicación"
+#: ../../mod/profiles.php:437
+msgid "Political Views"
+msgstr "Ideas políticas"
-#: ../../mod/admin.php:476
-msgid ""
-"Check to force all profiles on this site to be listed in the site directory."
-msgstr "Intentar forzar todos los perfiles para que sean listados en el directorio de este sitio."
+#: ../../mod/profiles.php:445
+msgid "Sexual Preference"
+msgstr "Preferencia sexual"
-#: ../../mod/admin.php:477
-msgid "Import Public Streams"
-msgstr "Importar contenido público"
+#: ../../mod/profiles.php:449
+msgid "Homepage"
+msgstr "Página personal"
-#: ../../mod/admin.php:477
-msgid ""
-"Import and allow access to public content pulled from other sites. Warning: "
-"this content is unmoderated."
-msgstr "Importar y permitir acceso al contenido público sacado de otros sitios. Advertencia: este contenido no está moderado, por lo que podría encontrar cosas inapropiadas u ofensivas."
+#: ../../mod/profiles.php:453
+msgid "Interests"
+msgstr "Intereses"
-#: ../../mod/admin.php:478
-msgid "login on Homepage"
-msgstr "acceso a la página personal"
+#: ../../mod/profiles.php:547
+msgid "Profile updated."
+msgstr "Perfil actualizado."
-#: ../../mod/admin.php:478
-msgid ""
-"Present a login box to visitors on the home page if no other content has "
-"been configured."
-msgstr "Presentar a los visitantes una casilla de identificación en la página de inicio, si no se ha configurado otro tipo de contenido."
+#: ../../mod/profiles.php:634
+msgid "Hide your contact/friend list from viewers of this profile?"
+msgstr "¿Ocultar su lista de contactos a los visitantes de este perfil?"
-#: ../../mod/admin.php:480
-msgid "Directory Server URL"
-msgstr "URL del servidor de directorio"
+#: ../../mod/profiles.php:674
+msgid "Edit Profile Details"
+msgstr "Modificar los detalles de este perfil"
-#: ../../mod/admin.php:480
-msgid "Default directory server"
-msgstr "Servidor de directorio predeterminado"
+#: ../../mod/profiles.php:676
+msgid "View this profile"
+msgstr "Ver este perfil"
-#: ../../mod/admin.php:482
-msgid "Proxy user"
-msgstr "Usuario del proxy"
+#: ../../mod/profiles.php:678
+msgid "Change Profile Photo"
+msgstr "Cambiar la foto del perfil"
-#: ../../mod/admin.php:483
-msgid "Proxy URL"
-msgstr "Dirección del proxy"
+#: ../../mod/profiles.php:679
+msgid "Create a new profile using these settings"
+msgstr "Crear un nuevo perfil usando estos ajustes"
-#: ../../mod/admin.php:484
-msgid "Network timeout"
-msgstr "Tiempo de espera de la red"
+#: ../../mod/profiles.php:680
+msgid "Clone this profile"
+msgstr "Clonar este perfil"
-#: ../../mod/admin.php:484
-msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
-msgstr "Valor en segundos. Poner a 0 para que no haya tiempo límite (no recomendado)"
+#: ../../mod/profiles.php:681
+msgid "Delete this profile"
+msgstr "Eliminar este perfil"
-#: ../../mod/admin.php:485
-msgid "Delivery interval"
-msgstr "Intervalo de entrega"
+#: ../../mod/profiles.php:683
+msgid "Import profile from file"
+msgstr "Importar perfil desde un fichero"
-#: ../../mod/admin.php:485
-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 "Retrasar los procesos de transmisión en segundo plano por esta cantidad de segundos para reducir la carga del sistema. Recomendado: 4-5 para sitios compartidos, 2-3 para servidores virtuales privados, 0-1 para grandes servidores dedicados."
+#: ../../mod/profiles.php:684
+msgid "Export profile to file"
+msgstr "Exportar perfil a un fichero"
-#: ../../mod/admin.php:486
-msgid "Deliveries per process"
-msgstr "Intentos de envío por proceso"
+#: ../../mod/profiles.php:685
+msgid "Profile Name:"
+msgstr "Nombre del perfil:"
-#: ../../mod/admin.php:486
-msgid ""
-"Number of deliveries to attempt in a single operating system process. Adjust"
-" if necessary to tune system performance. Recommend: 1-5."
-msgstr "Numero de envíos a intentar en un único proceso del sistema operativo. Ajustar si es necesario mejorar el rendimiento. Se recomienda: 1-5."
+#: ../../mod/profiles.php:686
+msgid "Your Full Name:"
+msgstr "Su nombre completo:"
-#: ../../mod/admin.php:487
-msgid "Poll interval"
-msgstr "Intervalo de sondeo"
+#: ../../mod/profiles.php:687
+msgid "Title/Description:"
+msgstr "Título/Descripción:"
-#: ../../mod/admin.php:487
-msgid ""
-"Delay background polling processes by this many seconds to reduce system "
-"load. If 0, use delivery interval."
-msgstr "Retrasar el sondeo en segundo plano, en esta cantidad de segundos, para reducir la carga del sistema. Si es 0, usar el intervalo de transmisión."
+#: ../../mod/profiles.php:688
+msgid "Your Gender:"
+msgstr "Su género:"
-#: ../../mod/admin.php:488
-msgid "Maximum Load Average"
-msgstr "Carga media máxima"
+#: ../../mod/profiles.php:689
+msgid "Birthday :"
+msgstr "Cumpleaños:"
-#: ../../mod/admin.php:488
-msgid ""
-"Maximum system load before delivery and poll processes are deferred - "
-"default 50."
-msgstr "Carga máxima del sistema antes de que los procesos de transmisión y sondeo se hayan retardado - por defecto, 50."
+#: ../../mod/profiles.php:690
+msgid "Street Address:"
+msgstr "Calle:"
-#: ../../mod/admin.php:489
-msgid "Expiration period in days for imported (matrix/network) content"
-msgstr "Periodo de caducidad en días para el contenido importado (red)"
+#: ../../mod/profiles.php:691
+msgid "Locality/City:"
+msgstr "Ciudad:"
-#: ../../mod/admin.php:489
-msgid "0 for no expiration of imported content"
-msgstr "0 para que no caduque el contenido importado"
+#: ../../mod/profiles.php:692
+msgid "Postal/Zip Code:"
+msgstr "Código postal:"
-#: ../../mod/admin.php:537
-msgid "No server found"
-msgstr "Servidor no encontrado"
+#: ../../mod/profiles.php:693
+msgid "Country:"
+msgstr "País:"
-#: ../../mod/admin.php:544 ../../mod/admin.php:826
-msgid "ID"
-msgstr "ID"
+#: ../../mod/profiles.php:694
+msgid "Region/State:"
+msgstr "Región/Estado:"
-#: ../../mod/admin.php:544
-msgid "for channel"
-msgstr "por canal"
+#: ../../mod/profiles.php:695
+msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
+msgstr "<span class=\"heart\">&hearts;</span> Estado sentimental:"
-#: ../../mod/admin.php:544
-msgid "on server"
-msgstr "en el servidor"
+#: ../../mod/profiles.php:696
+msgid "Who: (if applicable)"
+msgstr "Quién: (si es aplicable)"
-#: ../../mod/admin.php:544
-msgid "Status"
-msgstr "Estado"
+#: ../../mod/profiles.php:697
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+msgstr "Por ejemplo: ana123, María González, sara@ejemplo.com"
-#: ../../mod/admin.php:546
-msgid "Server"
-msgstr "Servidor"
+#: ../../mod/profiles.php:698
+msgid "Since [date]:"
+msgstr "Desde [fecha]:"
-#: ../../mod/admin.php:563
-msgid "Update has been marked successful"
-msgstr "La actualización ha sido marcada como exitosa"
+#: ../../mod/profiles.php:700
+msgid "Homepage URL:"
+msgstr "Dirección de la página personal:"
-#: ../../mod/admin.php:573
-#, php-format
-msgid "Executing %s failed. Check system logs."
-msgstr "La ejecución de %s ha fallado. Mirar en los informes del sistema."
+#: ../../mod/profiles.php:703
+msgid "Religious Views:"
+msgstr "Creencias religiosas:"
-#: ../../mod/admin.php:576
-#, php-format
-msgid "Update %s was successfully applied."
-msgstr "La actualización de %s se ha realizado exitosamente."
+#: ../../mod/profiles.php:704
+msgid "Keywords:"
+msgstr "Palabras clave:"
-#: ../../mod/admin.php:580
-#, php-format
-msgid "Update %s did not return a status. Unknown if it succeeded."
-msgstr "La actualización de %s no ha devuelto ningún estado. No se sabe si ha tenido éxito."
+#: ../../mod/profiles.php:707
+msgid "Example: fishing photography software"
+msgstr "Por ejemplo: software de fotografía submarina"
-#: ../../mod/admin.php:583
-#, php-format
-msgid "Update function %s could not be found."
-msgstr "No se encuentra la función de actualización de %s."
+#: ../../mod/profiles.php:708
+msgid "Used in directory listings"
+msgstr "Visible en el directorio público del canal"
-#: ../../mod/admin.php:599
-msgid "No failed updates."
-msgstr "No ha fallado ninguna actualización."
+#: ../../mod/profiles.php:709
+msgid "Tell us about yourself..."
+msgstr "Háblenos de usted..."
-#: ../../mod/admin.php:603
-msgid "Failed Updates"
-msgstr "Han fallado las actualizaciones"
+#: ../../mod/profiles.php:710
+msgid "Hobbies/Interests"
+msgstr "Aficiones/Intereses"
-#: ../../mod/admin.php:605
-msgid "Mark success (if update was manually applied)"
-msgstr "Marcar como exitosa (si la actualización se ha hecho manualmente)"
+#: ../../mod/profiles.php:711
+msgid "Contact information and Social Networks"
+msgstr "Información de contacto y redes sociales"
-#: ../../mod/admin.php:606
-msgid "Attempt to execute this update step automatically"
-msgstr "Intentar ejecutar este paso de actualización automáticamente"
+#: ../../mod/profiles.php:712
+msgid "My other channels"
+msgstr "Mis otros canales"
-#: ../../mod/admin.php:637
-msgid "Queue Statistics"
-msgstr "Estadísticas de la cola"
+#: ../../mod/profiles.php:713
+msgid "Musical interests"
+msgstr "Preferencias musicales"
-#: ../../mod/admin.php:638
-msgid "Total Entries"
-msgstr "Total de entradas"
+#: ../../mod/profiles.php:714
+msgid "Books, literature"
+msgstr "Libros, literatura"
-#: ../../mod/admin.php:639
-msgid "Priority"
-msgstr "Prioridad"
+#: ../../mod/profiles.php:715
+msgid "Television"
+msgstr "Televisión"
-#: ../../mod/admin.php:640
-msgid "Destination URL"
-msgstr "Dirección de destino"
+#: ../../mod/profiles.php:716
+msgid "Film/dance/culture/entertainment"
+msgstr "Cine/danza/cultura/entretenimiento"
-#: ../../mod/admin.php:641
-msgid "Mark hub permanently offline"
-msgstr "Marcar el servidor como permanentemente fuera de línea"
+#: ../../mod/profiles.php:717
+msgid "Love/romance"
+msgstr "Vida sentimental/amorosa"
-#: ../../mod/admin.php:642
-msgid "Empty queue for this hub"
-msgstr "Vaciar la cola para este servidor"
+#: ../../mod/profiles.php:718
+msgid "Work/employment"
+msgstr "Trabajo"
-#: ../../mod/admin.php:643
-msgid "Last known contact"
-msgstr "Último contacto conocido"
+#: ../../mod/profiles.php:719
+msgid "School/education"
+msgstr "Estudios"
-#: ../../mod/admin.php:679
-#, php-format
-msgid "%s account blocked/unblocked"
-msgid_plural "%s account blocked/unblocked"
-msgstr[0] "%s cuenta bloqueada/desbloqueada"
-msgstr[1] "%s cuenta bloqueada/desbloqueada"
+#: ../../mod/profiles.php:725
+msgid "This is your default profile."
+msgstr "Este es su perfil principal."
-#: ../../mod/admin.php:687
-#, php-format
-msgid "%s account deleted"
-msgid_plural "%s accounts deleted"
-msgstr[0] "%s cuentas eliminadas"
-msgstr[1] "%s cuentas eliminadas"
+#: ../../mod/profiles.php:736
+msgid "Age: "
+msgstr "Edad:"
-#: ../../mod/admin.php:723
-msgid "Account not found"
-msgstr "Cuenta no encontrada"
+#: ../../mod/profiles.php:779
+msgid "Edit/Manage Profiles"
+msgstr "Modificar/gestionar perfiles"
-#: ../../mod/admin.php:735
-#, php-format
-msgid "Account '%s' deleted"
-msgstr "La cuenta '%s' ha sido eliminada"
+#: ../../mod/profiles.php:780
+msgid "Add profile things"
+msgstr "Añadir cosas al perfil"
-#: ../../mod/admin.php:743
-#, php-format
-msgid "Account '%s' blocked"
-msgstr "La cuenta '%s' ha sido bloqueada"
+#: ../../mod/profiles.php:781
+msgid "Include desirable objects in your profile"
+msgstr "Añadir objetos interesantes en su perfil"
-#: ../../mod/admin.php:751
-#, php-format
-msgid "Account '%s' unblocked"
-msgstr "La cuenta '%s' ha sido desbloqueada"
+#: ../../mod/profperm.php:29 ../../mod/profperm.php:58
+msgid "Invalid profile identifier."
+msgstr "Identificador del perfil no válido"
-#: ../../mod/admin.php:813 ../../mod/admin.php:825
-msgid "Users"
-msgstr "Usuarios"
+#: ../../mod/profperm.php:110
+msgid "Profile Visibility Editor"
+msgstr "Editor de visibilidad del perfil"
-#: ../../mod/admin.php:815 ../../mod/admin.php:979
-msgid "select all"
-msgstr "seleccionar todo"
+#: ../../mod/profperm.php:114
+msgid "Click on a contact to add or remove."
+msgstr "Pulsar en un contacto para añadirlo o eliminarlo."
-#: ../../mod/admin.php:816
-msgid "User registrations waiting for confirm"
-msgstr "Registros de usuario en espera de aprobación"
+#: ../../mod/profperm.php:123
+msgid "Visible To"
+msgstr "Visible para"
-#: ../../mod/admin.php:817
-msgid "Request date"
-msgstr "Fecha de solicitud"
+#: ../../mod/pubsites.php:18
+msgid "Public Sites"
+msgstr "Sitios públicos"
-#: ../../mod/admin.php:818
-msgid "No registrations."
-msgstr "Sin registros."
+#: ../../mod/pubsites.php:21
+msgid ""
+"The listed sites allow public registration for the $Projectname network. All"
+" sites in the network are interlinked so membership on any of them conveys "
+"membership in the network as a whole. Some sites may require subscription or"
+" provide tiered service plans. The provider links <strong>may</strong> "
+"provide additional details."
+msgstr "Los sitios listados permiten el registro público en la red $Projectname. Todos los sitios de la red están vinculados entre sí, por lo que sus miembros, en ninguno de ellos, indican la pertenencia a la red en su conjunto. Algunos sitios pueden requerir suscripción o proporcionar planes de servicio por niveles. Los enlaces de los proveedores <strong> pueden </strong> proporcionar detalles adicionales."
-#: ../../mod/admin.php:820
-msgid "Deny"
-msgstr "Rechazar"
+#: ../../mod/pubsites.php:27
+msgid "Rate this hub"
+msgstr "Valorar este sitio"
-#: ../../mod/admin.php:826
-msgid "Register date"
-msgstr "Fecha de registro"
+#: ../../mod/pubsites.php:28
+msgid "Site URL"
+msgstr "Dirección del sitio"
-#: ../../mod/admin.php:826
-msgid "Last login"
-msgstr "Último acceso"
+#: ../../mod/pubsites.php:28
+msgid "Access Type"
+msgstr "Tipo de acceso"
-#: ../../mod/admin.php:826
-msgid "Expires"
-msgstr "Caduca"
+#: ../../mod/pubsites.php:28
+msgid "Registration Policy"
+msgstr "Normas de registro"
-#: ../../mod/admin.php:826
-msgid "Service Class"
-msgstr "Clase de servicio"
+#: ../../mod/pubsites.php:28
+msgid "Project"
+msgstr "Proyecto"
-#: ../../mod/admin.php:828
-msgid ""
-"Selected accounts will be deleted!\\n\\nEverything these accounts had posted"
-" on this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "¡Las cuentas seleccionadas van a ser eliminadas!\\n\\n¡Todo lo que estas cuentas han publicado en este sitio será borrado de forma permanente!\\n\\n¿Está seguro de querer hacerlo?"
+#: ../../mod/pubsites.php:28
+msgid "View hub ratings"
+msgstr "Ver las valoraciones del sitio"
-#: ../../mod/admin.php:829
-msgid ""
-"The account {0} will be deleted!\\n\\nEverything this account has posted on "
-"this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "¡La cuenta {0} va a ser eliminada!\\n\\n¡Todo lo que esta cuenta ha publicado en este sitio será borrado de forma permanente!\\n\\n¿Está seguro de querer hacerlo?"
+#: ../../mod/pubsites.php:32
+msgid "Rate"
+msgstr "Valorar"
-#: ../../mod/admin.php:865
-#, php-format
-msgid "%s channel censored/uncensored"
-msgid_plural "%s channels censored/uncensored"
-msgstr[0] "%s canales censurados/no censurados"
-msgstr[1] "%s canales censurados/no censurados"
+#: ../../mod/pubsites.php:33
+msgid "View ratings"
+msgstr "Ver valoraciones"
-#: ../../mod/admin.php:874
-#, php-format
-msgid "%s channel code allowed/disallowed"
-msgid_plural "%s channels code allowed/disallowed"
-msgstr[0] "%s código permitido/no permitido al canal"
-msgstr[1] "%s código permitido/no permitido al canal"
+#: ../../mod/rate.php:158
+msgid "Website:"
+msgstr "Sitio web:"
-#: ../../mod/admin.php:881
+#: ../../mod/rate.php:161
#, php-format
-msgid "%s channel deleted"
-msgid_plural "%s channels deleted"
-msgstr[0] "%s canales eliminados"
-msgstr[1] "%s canales eliminados"
+msgid "Remote Channel [%s] (not yet known on this site)"
+msgstr "Canal remoto [%s] (aún no es conocido en este sitio)"
-#: ../../mod/admin.php:901
-msgid "Channel not found"
-msgstr "Canal no encontrado"
+#: ../../mod/rate.php:162
+msgid "Rating (this information is public)"
+msgstr "Valoración (esta información es pública)"
-#: ../../mod/admin.php:912
-#, php-format
-msgid "Channel '%s' deleted"
-msgstr "Canal '%s' eliminado"
+#: ../../mod/rate.php:163
+msgid "Optionally explain your rating (this information is public)"
+msgstr "Opcionalmente puede explicar su valoración (esta información es pública)"
-#: ../../mod/admin.php:924
-#, php-format
-msgid "Channel '%s' censored"
-msgstr "Canal '%s' censurado"
+#: ../../mod/ratings.php:69
+msgid "No ratings"
+msgstr "Ninguna valoración"
-#: ../../mod/admin.php:924
-#, php-format
-msgid "Channel '%s' uncensored"
-msgstr "Canal '%s' no censurado"
+#: ../../mod/ratings.php:99
+msgid "Ratings"
+msgstr "Valoraciones"
-#: ../../mod/admin.php:935
-#, php-format
-msgid "Channel '%s' code allowed"
-msgstr "Código permitido al canal '%s'"
+#: ../../mod/ratings.php:100
+msgid "Rating: "
+msgstr "Valoración:"
-#: ../../mod/admin.php:935
-#, php-format
-msgid "Channel '%s' code disallowed"
-msgstr "Código no permitido al canal '%s'"
+#: ../../mod/ratings.php:101
+msgid "Website: "
+msgstr "Sitio web:"
-#: ../../mod/admin.php:981
-msgid "Censor"
-msgstr "Censurar"
+#: ../../mod/ratings.php:103
+msgid "Description: "
+msgstr "Descripción:"
-#: ../../mod/admin.php:982
-msgid "Uncensor"
-msgstr "No censurar"
+#: ../../mod/rbmark.php:90
+msgid "Select a bookmark folder"
+msgstr "Seleccionar una carpeta de marcadores"
-#: ../../mod/admin.php:983
-msgid "Allow Code"
-msgstr "Permitir código"
+#: ../../mod/rbmark.php:95
+msgid "Save Bookmark"
+msgstr "Guardar marcador"
-#: ../../mod/admin.php:984
-msgid "Disallow Code"
-msgstr "No permitir código"
+#: ../../mod/rbmark.php:96
+msgid "URL of bookmark"
+msgstr "Dirección del marcador"
-#: ../../mod/admin.php:986
-msgid "UID"
-msgstr "UID"
+#: ../../mod/rbmark.php:101
+msgid "Or enter new bookmark folder name"
+msgstr "O introduzca un nuevo nombre para la carpeta de marcadores"
-#: ../../mod/admin.php:988
+#: ../../mod/register.php:44
+msgid "Maximum daily site registrations exceeded. Please try again tomorrow."
+msgstr "Se ha superado el límite máximo de inscripciones diarias de este sitio. Por favor, pruebe de nuevo mañana."
+
+#: ../../mod/register.php:50
msgid ""
-"Selected channels will be deleted!\\n\\nEverything that was posted in these "
-"channels on this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "Los canales seleccionados se eliminarán!\\n\\nTodo lo publicado por estos canales en este sitio se borrarán definitivamente!\\n\\n¿Está seguro de querer hacerlo?"
+"Please indicate acceptance of the Terms of Service. Registration failed."
+msgstr "Por favor, confirme que acepta los Términos del servicio. El registro ha fallado."
+
+#: ../../mod/register.php:84
+msgid "Passwords do not match."
+msgstr "Las contraseñas no coinciden."
-#: ../../mod/admin.php:989
+#: ../../mod/register.php:119
msgid ""
-"The channel {0} will be deleted!\\n\\nEverything that was posted in this "
-"channel on this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "El canal {0} va a ser eliminado!\\n\\nTodo lo publicado por el canal en este sitio se borrará definitivamente!\\n\\n¿Está seguro de querer hacerlo?"
+"Registration successful. Please check your email for validation "
+"instructions."
+msgstr "Registro realizado con éxito. Por favor, compruebe su correo electrónico para ver las instrucciones para validarlo."
-#: ../../mod/admin.php:1029
+#: ../../mod/register.php:125
+msgid "Your registration is pending approval by the site owner."
+msgstr "Su registro está pendiente de aprobación por el propietario del sitio."
+
+#: ../../mod/register.php:128
+msgid "Your registration can not be processed."
+msgstr "Su registro no puede ser procesado."
+
+#: ../../mod/register.php:165
+msgid "Registration on this site/hub is by approval only."
+msgstr "El registro en este servidor/hub está sometido a aprobación previa."
+
+#: ../../mod/register.php:166
+msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>"
+msgstr "<a href=\"pubsites\">Inscribirse en un servidor/hub afiliado</a>"
+
+#: ../../mod/register.php:176
+msgid ""
+"This site has exceeded the number of allowed daily account registrations. "
+"Please try again tomorrow."
+msgstr "Este sitio ha excedido el límite de inscripción diaria de cuentas. Por favor, inténtelo de nuevo mañana."
+
+#: ../../mod/register.php:187
+msgid "Terms of Service"
+msgstr "Términos del servicio"
+
+#: ../../mod/register.php:193
#, php-format
-msgid "Plugin %s disabled."
-msgstr "Extensión %s desactivada."
+msgid "I accept the %s for this website"
+msgstr "Acepto los %s de este sitio"
-#: ../../mod/admin.php:1033
+#: ../../mod/register.php:195
#, php-format
-msgid "Plugin %s enabled."
-msgstr "Extensión %s activada."
+msgid "I am over 13 years of age and accept the %s for this website"
+msgstr "Tengo más de 13 años de edad y acepto los %s de este sitio"
-#: ../../mod/admin.php:1043 ../../mod/admin.php:1246
-msgid "Disable"
-msgstr "Desactivar"
+#: ../../mod/register.php:214
+msgid "Membership on this site is by invitation only."
+msgstr "Para registrarse en este sitio es necesaria una invitación."
-#: ../../mod/admin.php:1046 ../../mod/admin.php:1248
-msgid "Enable"
-msgstr "Activar"
+#: ../../mod/register.php:215
+msgid "Please enter your invitation code"
+msgstr "Por favor, introduzca el código de su invitación"
-#: ../../mod/admin.php:1075 ../../mod/admin.php:1275
-msgid "Toggle"
-msgstr "Cambiar"
+#: ../../mod/register.php:218
+msgid "Your email address"
+msgstr "Su dirección de correo electrónico"
-#: ../../mod/admin.php:1083 ../../mod/admin.php:1285
-msgid "Author: "
-msgstr "Autor:"
+#: ../../mod/register.php:219
+msgid "Choose a password"
+msgstr "Elija una contraseña"
-#: ../../mod/admin.php:1084 ../../mod/admin.php:1286
-msgid "Maintainer: "
-msgstr "Mantenedor:"
+#: ../../mod/register.php:220
+msgid "Please re-enter your password"
+msgstr "Por favor, vuelva a escribir su contraseña"
-#: ../../mod/admin.php:1211
-msgid "No themes found."
-msgstr "No se han encontrado temas."
+#: ../../mod/regmod.php:11
+msgid "Please login."
+msgstr "Por favor, inicie sesión."
-#: ../../mod/admin.php:1267
-msgid "Screenshot"
-msgstr "Instantánea de pantalla"
+#: ../../mod/removeaccount.php:30
+msgid ""
+"Account removals are not allowed within 48 hours of changing the account "
+"password."
+msgstr "La eliminación de cuentas no está permitida hasta después de que hayan transcurrido 48 horas desde el último cambio de contraseña."
-#: ../../mod/admin.php:1313
-msgid "[Experimental]"
-msgstr "[Experimental]"
+#: ../../mod/removeaccount.php:57
+msgid "Remove This Account"
+msgstr "Eliminar esta cuenta"
-#: ../../mod/admin.php:1314
-msgid "[Unsupported]"
-msgstr "[No soportado]"
+#: ../../mod/removeaccount.php:58 ../../mod/removeme.php:58
+msgid "WARNING: "
+msgstr "ATENCIÓN:"
-#: ../../mod/admin.php:1338
-msgid "Log settings updated."
-msgstr "Actualizado el informe de configuraciones."
+#: ../../mod/removeaccount.php:58
+msgid ""
+"This account and all its channels will be completely removed from the "
+"network. "
+msgstr "Esta cuenta y todos sus canales van a ser eliminados de la red."
-#: ../../mod/admin.php:1395
-msgid "Clear"
-msgstr "Vaciar"
+#: ../../mod/removeaccount.php:58 ../../mod/removeme.php:58
+msgid "This action is permanent and can not be undone!"
+msgstr "¡Esta acción tiene carácter definitivo y no se puede deshacer!"
-#: ../../mod/admin.php:1401
-msgid "Debugging"
-msgstr "Depuración"
+#: ../../mod/removeaccount.php:59 ../../mod/removeme.php:59
+msgid "Please enter your password for verification:"
+msgstr "Por favor, introduzca su contraseña para su verificación:"
-#: ../../mod/admin.php:1402
-msgid "Log file"
-msgstr "Fichero de informe"
+#: ../../mod/removeaccount.php:60
+msgid ""
+"Remove this account, all its channels and all its channel clones from the "
+"network"
+msgstr "Remover esta cuenta, todos sus canales y clones de la red"
-#: ../../mod/admin.php:1402
+#: ../../mod/removeaccount.php:60
msgid ""
-"Must be writable by web server. Relative to your Red top-level directory."
-msgstr "Debe tener permisos de escritura por el servidor web. La ruta es relativa al directorio de instalación de Hubzilla."
+"By default only the instances of the channels located on this hub will be "
+"removed from the network"
+msgstr "Por defecto, solo las instancias de los canales ubicados en este servidor serán eliminados de la red"
-#: ../../mod/admin.php:1403
-msgid "Log level"
-msgstr "Nivel de depuración"
+#: ../../mod/removeaccount.php:61 ../../mod/settings.php:700
+msgid "Remove Account"
+msgstr "Eliminar cuenta"
-#: ../../mod/admin.php:1449
-msgid "New Profile Field"
-msgstr "Nuevo campo en el perfil"
+#: ../../mod/removeme.php:29
+msgid ""
+"Channel removals are not allowed within 48 hours of changing the account "
+"password."
+msgstr "La eliminación de canales no está permitida hasta pasadas 48 horas desde el último cambio de contraseña."
-#: ../../mod/admin.php:1450 ../../mod/admin.php:1470
-msgid "Field nickname"
-msgstr "Alias del campo"
+#: ../../mod/removeme.php:57
+msgid "Remove This Channel"
+msgstr "Eliminar este canal"
-#: ../../mod/admin.php:1450 ../../mod/admin.php:1470
-msgid "System name of field"
-msgstr "Nombre del campo en el sistema"
+#: ../../mod/removeme.php:58
+msgid "This channel will be completely removed from the network. "
+msgstr "Este canal va a ser completamente eliminado de la red."
-#: ../../mod/admin.php:1451 ../../mod/admin.php:1471
-msgid "Input type"
-msgstr "Tipo de entrada"
+#: ../../mod/removeme.php:60
+msgid "Remove this channel and all its clones from the network"
+msgstr "Eliminar este canal y todos sus clones de la red"
-#: ../../mod/admin.php:1452 ../../mod/admin.php:1472
-msgid "Field Name"
-msgstr "Nombre del campo"
+#: ../../mod/removeme.php:60
+msgid ""
+"By default only the instance of the channel located on this hub will be "
+"removed from the network"
+msgstr "Por defecto, solo la instancia del canal alojado en este servidor será eliminado de la red"
-#: ../../mod/admin.php:1452 ../../mod/admin.php:1472
-msgid "Label on profile pages"
-msgstr "Etiqueta a mostrar en la página del perfil"
+#: ../../mod/removeme.php:61 ../../mod/settings.php:1112
+msgid "Remove Channel"
+msgstr "Eliminar el canal"
-#: ../../mod/admin.php:1453 ../../mod/admin.php:1473
-msgid "Help text"
-msgstr "Texto de ayuda"
+#: ../../mod/rmagic.php:40
+msgid ""
+"We encountered a problem while logging in with the OpenID you provided. "
+"Please check the correct spelling of the ID."
+msgstr "Encontramos un problema durante el inicio de sesión con la OpenID que proporcionó. Por favor, compruebe que la ID está correctamente escrita."
-#: ../../mod/admin.php:1453 ../../mod/admin.php:1473
-msgid "Additional info (optional)"
-msgstr "Información adicional (opcional)"
+#: ../../mod/rmagic.php:40
+msgid "The error message was:"
+msgstr "El mensaje de error fue:"
-#: ../../mod/admin.php:1463
-msgid "Field definition not found"
-msgstr "Definición del campo no encontrada"
+#: ../../mod/rmagic.php:44
+msgid "Authentication failed."
+msgstr "Falló la autenticación."
-#: ../../mod/admin.php:1469
-msgid "Edit Profile Field"
-msgstr "Modificar el campo del perfil"
+#: ../../mod/rmagic.php:84
+msgid "Remote Authentication"
+msgstr "Acceso desde su servidor"
-#: ../../mod/editlayout.php:112
-msgid "Delete layout?"
-msgstr "¿Borrar el formato?"
+#: ../../mod/rmagic.php:85
+msgid "Enter your channel address (e.g. channel@example.com)"
+msgstr "Introduzca la dirección del canal (p.ej. canal@ejemplo.com)"
-#: ../../mod/editlayout.php:159 ../../mod/layouts.php:124
-msgid "Layout Description (Optional)"
-msgstr "Descripción del formato gráfico (opcional)"
+#: ../../mod/rmagic.php:86
+msgid "Authenticate"
+msgstr "Acceder"
-#: ../../mod/editlayout.php:161 ../../mod/layouts.php:121
-#: ../../mod/layouts.php:179
-msgid "Layout Name"
-msgstr "Nombre del formato"
+#: ../../mod/search.php:212
+#, php-format
+msgid "Items tagged with: %s"
+msgstr "elementos etiquetados con: %s"
-#: ../../mod/editlayout.php:178
-msgid "Edit Layout"
-msgstr "Modificar el formato"
+#: ../../mod/search.php:214
+#, php-format
+msgid "Search results for: %s"
+msgstr "Resultados de la búsqueda para: %s"
+
+#: ../../mod/service_limits.php:19
+msgid "No service class restrictions found."
+msgstr "No se han encontrado restricciones sobre esta clase de servicio."
#: ../../mod/settings.php:76
msgid "Name is required"
@@ -7629,14 +8133,6 @@ msgstr "Dirección de correo electrónico:"
msgid "Remove this account including all its channels"
msgstr "Eliminar esta cuenta incluyendo todos sus canales"
-#: ../../mod/settings.php:717
-msgid "Off"
-msgstr "Desactivado"
-
-#: ../../mod/settings.php:717
-msgid "On"
-msgstr "Activado"
-
#: ../../mod/settings.php:724
msgid "Additional Features"
msgstr "Funcionalidades"
@@ -7884,10 +8380,6 @@ msgstr "Podría reducir la actividad de spam"
msgid "Default Post Permissions"
msgstr "Permisos de publicación predeterminados"
-#: ../../mod/settings.php:1056 ../../mod/mitem.php:150 ../../mod/mitem.php:223
-msgid "(click to open/close)"
-msgstr "(pulsar para abrir o cerrar)"
-
#: ../../mod/settings.php:1060
msgid "Channel permissions category:"
msgstr "Categoría de permisos del canal:"
@@ -8072,804 +8564,429 @@ msgstr "Servicio de compartición de Firefox: proveedor $Projectname"
msgid "Start calendar week on monday"
msgstr "Comenzar el calendario semanal por el lunes"
-#: ../../mod/webpages.php:191
-msgid "Page Title"
-msgstr "Título de página"
-
-#: ../../mod/appman.php:28 ../../mod/appman.php:44
-msgid "App installed."
-msgstr "Aplicación instalada."
-
-#: ../../mod/appman.php:37
-msgid "Malformed app."
-msgstr "Aplicación con errores"
-
-#: ../../mod/appman.php:80
-msgid "Embed code"
-msgstr "Código incorporado"
-
-#: ../../mod/appman.php:86
-msgid "Edit App"
-msgstr "Modificar la aplicación"
-
-#: ../../mod/appman.php:86
-msgid "Create App"
-msgstr "Crear una aplicación"
-
-#: ../../mod/appman.php:91
-msgid "Name of app"
-msgstr "Nombre de la aplicación"
-
-#: ../../mod/appman.php:92
-msgid "Location (URL) of app"
-msgstr "Ubicación (URL) de la aplicación"
-
-#: ../../mod/appman.php:94
-msgid "Photo icon URL"
-msgstr "Dirección del icono"
-
-#: ../../mod/appman.php:94
-msgid "80 x 80 pixels - optional"
-msgstr "80 x 80 pixels - opcional"
-
-#: ../../mod/appman.php:95
-msgid "Version ID"
-msgstr "Versión"
-
-#: ../../mod/appman.php:96
-msgid "Price of app"
-msgstr "Precio de la aplicación"
-
-#: ../../mod/appman.php:97
-msgid "Location (URL) to purchase app"
-msgstr "Dirección (URL) donde adquirir la aplicación"
-
-#: ../../mod/filer.php:48
-msgid "- select -"
-msgstr "- seleccionar -"
-
-#: ../../mod/layouts.php:176
-msgid "Comanche page description language help"
-msgstr "Página de ayuda del lenguaje de descripción de páginas (PDL) Comanche"
-
-#: ../../mod/layouts.php:180
-msgid "Layout Description"
-msgstr "Descripción del formato"
-
-#: ../../mod/layouts.php:185
-msgid "Download PDL file"
-msgstr "Descargar el fichero PDL"
-
-#: ../../mod/locs.php:21 ../../mod/locs.php:50
-msgid "Location not found."
-msgstr "Dirección no encontrada."
+#: ../../mod/setup.php:191
+msgid "$Projectname Server - Setup"
+msgstr "Servidor $Projectname - Instalación"
-#: ../../mod/locs.php:58
-msgid "Location lookup failed."
-msgstr "Ha fallado la búsqueda de la dirección."
+#: ../../mod/setup.php:195
+msgid "Could not connect to database."
+msgstr "No se ha podido conectar a la base de datos."
-#: ../../mod/locs.php:62
+#: ../../mod/setup.php:199
msgid ""
-"Please select another location to become primary before removing the primary"
-" location."
-msgstr "Por favor, seleccione una copia de su canal (un clon) para convertirlo en primario antes de eliminar su canal principal."
-
-#: ../../mod/locs.php:91
-msgid "Syncing locations"
-msgstr "Sincronización de ubicaciones"
-
-#: ../../mod/locs.php:101
-msgid "No locations found."
-msgstr "No encontrada ninguna dirección."
-
-#: ../../mod/locs.php:112
-msgid "Manage Channel Locations"
-msgstr "Gestionar las direcciones del canal"
-
-#: ../../mod/locs.php:113
-msgid "Location (address)"
-msgstr "Ubicación (dirección)"
-
-#: ../../mod/locs.php:114
-msgid "Primary Location"
-msgstr "Dirección primaria"
-
-#: ../../mod/locs.php:115
-msgid "Drop location"
-msgstr "Eliminar dirección"
+"Could not connect to specified site URL. Possible SSL certificate or DNS "
+"issue."
+msgstr "No se puede conectar con la dirección del sitio indicada. Podría tratarse de un problema de SSL o DNS."
-#: ../../mod/locs.php:117
-msgid "Sync now"
-msgstr "Sincronizar ahora"
+#: ../../mod/setup.php:206
+msgid "Could not create table."
+msgstr "No se puede crear la tabla."
-#: ../../mod/locs.php:118
-msgid "Please wait several minutes between consecutive operations."
-msgstr "Por favor, espere algunos minutos entre operaciones consecutivas."
+#: ../../mod/setup.php:211
+msgid "Your site database has been installed."
+msgstr "La base de datos del sitio ha sido instalada."
-#: ../../mod/locs.php:119
+#: ../../mod/setup.php:215
msgid ""
-"When possible, drop a location by logging into that website/hub and removing"
-" your channel."
-msgstr "Cuando sea posible, elimine una ubicación iniciando sesión en el sitio web o \"hub\" y borrando su canal."
-
-#: ../../mod/locs.php:120
-msgid "Use this form to drop the location if the hub is no longer operating."
-msgstr "Utilice este formulario para eliminar la dirección si el \"hub\" no está funcionando desde hace tiempo."
-
-#: ../../mod/home.php:57 ../../mod/home.php:65 ../../mod/siteinfo.php:61
-msgid "$Projectname"
-msgstr "$Projectname"
-
-#: ../../mod/home.php:75
-#, php-format
-msgid "Welcome to %s"
-msgstr "Bienvenido a %s"
-
-#: ../../mod/regmod.php:11
-msgid "Please login."
-msgstr "Por favor, inicie sesión."
-
-#: ../../mod/xchan.php:6
-msgid "Xchan Lookup"
-msgstr "Búsqueda de canales"
-
-#: ../../mod/xchan.php:9
-msgid "Lookup xchan beginning with (or webbie): "
-msgstr "Buscar un canal (o un \"webbie\") que comience por:"
-
-#: ../../mod/xchan.php:37 ../../mod/menu.php:162 ../../mod/mitem.php:116
-msgid "Not found."
-msgstr "No encontrado."
-
-#: ../../mod/channel.php:25 ../../mod/chat.php:19
-msgid "You must be logged in to see this page."
-msgstr "Debe haber iniciado sesión para poder ver esta página."
-
-#: ../../mod/channel.php:97
-msgid "Insufficient permissions. Request redirected to profile page."
-msgstr "Permisos insuficientes. Petición redirigida a la página del perfil."
-
-#: ../../mod/attach.php:9
-msgid "Item not available."
-msgstr "Elemento no disponible"
-
-#: ../../mod/photos.php:79
-msgid "Page owner information could not be retrieved."
-msgstr "La información del propietario de la página no pudo ser recuperada."
-
-#: ../../mod/photos.php:100
-msgid "Album not found."
-msgstr "Álbum no encontrado."
-
-#: ../../mod/photos.php:127
-msgid "Delete Album"
-msgstr "Borrar álbum"
-
-#: ../../mod/photos.php:171 ../../mod/photos.php:1006
-msgid "Delete Photo"
-msgstr "Borrar foto"
-
-#: ../../mod/photos.php:501
-msgid "No photos selected"
-msgstr "No hay fotos seleccionadas"
-
-#: ../../mod/photos.php:550
-msgid "Access to this item is restricted."
-msgstr "El acceso a este elemento está restringido."
-
-#: ../../mod/photos.php:589
-#, php-format
-msgid "%1$.2f MB of %2$.2f MB photo storage used."
-msgstr "%1$.2f MB de %2$.2f MB de almacenamiento de fotos utilizado."
-
-#: ../../mod/photos.php:592
-#, php-format
-msgid "%1$.2f MB photo storage used."
-msgstr "%1$.2f MB de almacenamiento de fotos utilizado."
-
-#: ../../mod/photos.php:620
-msgid "Upload Photos"
-msgstr "Subir fotos"
-
-#: ../../mod/photos.php:624
-msgid "Enter an album name"
-msgstr "Introducir un nombre de álbum"
-
-#: ../../mod/photos.php:625
-msgid "or select an existing album (doubleclick)"
-msgstr "o seleccionar uno existente (doble click)"
-
-#: ../../mod/photos.php:626
-msgid "Create a status post for this upload"
-msgstr "Crear un mensaje de estado para esta subida"
-
-#: ../../mod/photos.php:627
-msgid "Caption (optional):"
-msgstr "Título (opcional):"
-
-#: ../../mod/photos.php:628
-msgid "Description (optional):"
-msgstr "Descripción (opcional):"
-
-#: ../../mod/photos.php:655
-msgid "Album name could not be decoded"
-msgstr "El nombre del álbum no ha podido ser descifrado"
-
-#: ../../mod/photos.php:699 ../../mod/photos.php:1233
-#: ../../mod/photos.php:1250
-msgid "Contact Photos"
-msgstr "Fotos de contacto"
-
-#: ../../mod/photos.php:722
-msgid "Show Newest First"
-msgstr "Mostrar lo más reciente primero"
-
-#: ../../mod/photos.php:724
-msgid "Show Oldest First"
-msgstr "Mostrar lo más antiguo primero"
+"You may need to import the file \"install/schema_xxx.sql\" manually using a "
+"database client."
+msgstr "Podría tener que importar manualmente el fichero \"install/schema_xxx.sql\" usando un cliente de base de datos."
-#: ../../mod/photos.php:824
-msgid "Permission denied. Access to this item may be restricted."
-msgstr "Permiso denegado. El acceso a este elemento puede estar restringido."
+#: ../../mod/setup.php:216 ../../mod/setup.php:284 ../../mod/setup.php:734
+msgid "Please see the file \"install/INSTALL.txt\"."
+msgstr "Por favor, lea el fichero \"install/INSTALL.txt\"."
-#: ../../mod/photos.php:826
-msgid "Photo not available"
-msgstr "Foto no disponible"
+#: ../../mod/setup.php:281
+msgid "System check"
+msgstr "Verificación del sistema"
-#: ../../mod/photos.php:884
-msgid "Use as profile photo"
-msgstr "Usar como foto del perfil"
+#: ../../mod/setup.php:286
+msgid "Check again"
+msgstr "Verificar de nuevo"
-#: ../../mod/photos.php:891
-msgid "Private Photo"
-msgstr "Foto privada"
+#: ../../mod/setup.php:308
+msgid "Database connection"
+msgstr "Conexión a la base de datos"
-#: ../../mod/photos.php:902 ../../mod/events.php:652 ../../mod/events.php:659
-msgid "Previous"
-msgstr "Anterior"
+#: ../../mod/setup.php:309
+msgid ""
+"In order to install $Projectname we need to know how to connect to your "
+"database."
+msgstr "Para instalar $Projectname es necesario saber cómo conectar con su base de datos."
-#: ../../mod/photos.php:906
-msgid "View Full Size"
-msgstr "Ver tamaño completo"
+#: ../../mod/setup.php:310
+msgid ""
+"Please contact your hosting provider or site administrator if you have "
+"questions about these settings."
+msgstr "Por favor, contacte con el proveedor de servicios o el administrador del sitio si tiene dudas sobre estos ajustes."
-#: ../../mod/photos.php:985
-msgid "Edit photo"
-msgstr "Editar foto"
+#: ../../mod/setup.php:311
+msgid ""
+"The database you specify below should already exist. If it does not, please "
+"create it before continuing."
+msgstr "La base de datos que especifique a continuación debe existir ya. Si no es así, por favor, créela antes de seguir."
-#: ../../mod/photos.php:987
-msgid "Rotate CW (right)"
-msgstr "Girar CW (a la derecha)"
+#: ../../mod/setup.php:315
+msgid "Database Server Name"
+msgstr "Nombre del servidor de base de datos"
-#: ../../mod/photos.php:988
-msgid "Rotate CCW (left)"
-msgstr "Girar CCW (a la izquierda)"
+#: ../../mod/setup.php:315
+msgid "Default is 127.0.0.1"
+msgstr "De forma predeterminada es 127.0.0.1"
-#: ../../mod/photos.php:991
-msgid "Enter a new album name"
-msgstr "Introducir un nuevo nombre de álbum"
+#: ../../mod/setup.php:316
+msgid "Database Port"
+msgstr "Puerto de la base de datos"
-#: ../../mod/photos.php:992
-msgid "or select an existing one (doubleclick)"
-msgstr "o seleccionar uno (doble click) existente"
+#: ../../mod/setup.php:316
+msgid "Communication port number - use 0 for default"
+msgstr "Número del puerto de comunicaciones - use 0 como valor por defecto"
-#: ../../mod/photos.php:995
-msgid "Caption"
-msgstr "Título"
+#: ../../mod/setup.php:317
+msgid "Database Login Name"
+msgstr "Usuario de la base de datos"
-#: ../../mod/photos.php:997
-msgid "Add a Tag"
-msgstr "Añadir una etiqueta"
+#: ../../mod/setup.php:318
+msgid "Database Login Password"
+msgstr "Contraseña de acceso a la base de datos"
-#: ../../mod/photos.php:1001
-msgid "Example: @bob, @Barbara_Jensen, @jim@example.com"
-msgstr "Ejemplos: @eva, @Carmen_Osuna, @jaime@ejemplo.com"
+#: ../../mod/setup.php:319
+msgid "Database Name"
+msgstr "Nombre de la base de datos"
-#: ../../mod/photos.php:1004
-msgid "Flag as adult in album view"
-msgstr "Marcar como \"solo para adultos\" en el álbum"
+#: ../../mod/setup.php:320
+msgid "Database Type"
+msgstr "Tipo de base de datos"
-#: ../../mod/photos.php:1196
-msgid "In This Photo:"
-msgstr "En esta foto:"
+#: ../../mod/setup.php:322 ../../mod/setup.php:363
+msgid "Site administrator email address"
+msgstr "Dirección de correo electrónico del administrador del sitio"
-#: ../../mod/photos.php:1201
-msgid "Map"
-msgstr "Mapa"
+#: ../../mod/setup.php:322 ../../mod/setup.php:363
+msgid ""
+"Your account email address must match this in order to use the web admin "
+"panel."
+msgstr "Su cuenta deberá usar la misma dirección de correo electrónico para poder utilizar el panel de administración web."
-#: ../../mod/photos.php:1289
-msgid "View Album"
-msgstr "Ver álbum"
+#: ../../mod/setup.php:323 ../../mod/setup.php:365
+msgid "Website URL"
+msgstr "Dirección del sitio web"
-#: ../../mod/photos.php:1300 ../../mod/photos.php:1313
-#: ../../mod/photos.php:1314
-msgid "Recent Photos"
-msgstr "Fotos recientes"
+#: ../../mod/setup.php:323 ../../mod/setup.php:365
+msgid "Please use SSL (https) URL if available."
+msgstr "Por favor, use SSL (https) si está disponible."
-#: ../../mod/lockview.php:37
-msgid "Remote privacy information not available."
-msgstr "La información privada remota no está disponible."
+#: ../../mod/setup.php:325 ../../mod/setup.php:367
+msgid "Please select a default timezone for your website"
+msgstr "Por favor, selecciones la zona horaria por defecto de su sitio web"
-#: ../../mod/lockview.php:58
-msgid "Visible to:"
-msgstr "Visible para:"
+#: ../../mod/setup.php:352
+msgid "Site settings"
+msgstr "Ajustes del sitio"
-#: ../../mod/uexport.php:51 ../../mod/uexport.php:52
-msgid "Export Channel"
-msgstr "Exportar el canal"
+#: ../../mod/setup.php:417
+msgid "Could not find a command line version of PHP in the web server PATH."
+msgstr "No se puede encontrar una versión en línea de comandos de PHP en la ruta del servidor web."
-#: ../../mod/uexport.php:53
+#: ../../mod/setup.php:418
msgid ""
-"Export your basic channel information to a file. This acts as a backup of "
-"your connections, permissions, profile and basic data, which can be used to "
-"import your data to a new server hub, but does not contain your content."
-msgstr "Exportar la información básica del canal a un fichero. Este equivale a una copia de seguridad de sus conexiones, el perfil y datos fundamentales, que puede usarse para importar sus datos a un nuevo servidor, pero no incluye su contenido."
+"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."
+msgstr "Si no tiene instalada la versión de línea de comandos de PHP en su servidor, no podrá ejecutar sondeos en segundo plano mediante cron."
-#: ../../mod/uexport.php:54
-msgid "Export Content"
-msgstr "Exportar contenidos"
+#: ../../mod/setup.php:422
+msgid "PHP executable path"
+msgstr "Ruta del ejecutable PHP"
-#: ../../mod/uexport.php:55
+#: ../../mod/setup.php:422
msgid ""
-"Export your channel information and recent content to a JSON backup that can"
-" be restored or imported to another server hub. This backs up all of your "
-"connections, permissions, profile data and several months of posts. This "
-"file may be VERY large. Please be patient - it may take several minutes for"
-" this download to begin."
-msgstr "Exportar la información sobre su canal y el contenido reciente a un fichero de respaldo JSON, que puede ser restaurado o importado a otro servidor. Este fichero incluye todas sus conexiones, permisos, datos del perfil y publicaciones de varios meses. Puede llegar a ser MUY grande. Por favor, sea paciente, la descarga puede tardar varios minutos en comenzar."
+"Enter full path to php executable. You can leave this blank to continue the "
+"installation."
+msgstr "Introducir la ruta completa del ejecutable PHP. Puede dejar la línea en blanco para continuar la instalación."
-#: ../../mod/uexport.php:56
-msgid "Export your posts from a given year."
-msgstr "Exporta sus publicaciones de un año dado."
+#: ../../mod/setup.php:427
+msgid "Command line PHP"
+msgstr "PHP en línea de comandos"
-#: ../../mod/uexport.php:58
+#: ../../mod/setup.php:436
msgid ""
-"You may also export your posts and conversations for a particular year or "
-"month. Adjust the date in your browser location bar to select other dates. "
-"If the export fails (possibly due to memory exhaustion on your server hub), "
-"please try again selecting a more limited date range."
-msgstr "También puede exportar sus mensajes y conversaciones durante un año o mes en particular. Ajuste la fecha en la barra de direcciones del navegador para seleccionar otras fechas. Si la exportación falla (posiblemente debido al agotamiento de la memoria del servidor hub), por favor, intente de nuevo la selección de un rango de fechas más pequeño."
+"The command line version of PHP on your system does not have "
+"\"register_argc_argv\" enabled."
+msgstr "La línea de comandos PHP de su sistema no tiene activado \"register_argc_argv\"."
-#: ../../mod/uexport.php:59
-#, php-format
-msgid ""
-"To select all posts for a given year, such as this year, visit <a "
-"href=\"%1$s\">%2$s</a>"
-msgstr "Para seleccionar todos los mensajes de un año determinado, como este año, visite <a href=\"%1$s\">%2$s</a>"
+#: ../../mod/setup.php:437
+msgid "This is required for message delivery to work."
+msgstr "Esto es necesario para que funcione la transmisión de mensajes."
-#: ../../mod/uexport.php:60
-#, php-format
-msgid ""
-"To select all posts for a given month, such as January of this year, visit "
-"<a href=\"%1$s\">%2$s</a>"
-msgstr "Para seleccionar todos los mensajes de un mes determinado, como el de enero de este año, visite <a href=\"%1$s\">%2$s</a>"
+#: ../../mod/setup.php:440
+msgid "PHP register_argc_argv"
+msgstr "PHP register_argc_argv"
-#: ../../mod/uexport.php:61
+#: ../../mod/setup.php:458
#, php-format
msgid ""
-"These content files may be imported or restored by visiting <a "
-"href=\"%1$s\">%2$s</a> on any site containing your channel. For best results"
-" please import or restore these in date order (oldest first)."
-msgstr "Estos ficheros pueden ser importados o restaurados visitando <a href=\"%1$s\">%2$s</a> o cualquier sitio que contenga su canal. Para obtener los mejores resultados, por favor, importar o restaurar estos ficheros en orden de fecha (la más antigua primero)."
-
-#: ../../mod/editpost.php:31
-msgid "Item is not editable"
-msgstr "El elemento no es editable"
-
-#: ../../mod/editpost.php:57
-msgid "Delete item?"
-msgstr "¿Borrar elemento?"
+"Your max allowed total upload size is set to %s. Maximum size of one file to"
+" upload is set to %s. You are allowed to upload up to %d files at once."
+msgstr "La carga máxima que se le permite subir está establecida en %s. El tamaño máximo de un fichero está establecido en %s. Está permitido subir hasta un máximo de %d ficheros de una sola vez."
-#: ../../mod/editpost.php:164 ../../mod/rpost.php:128
-msgid "Edit post"
-msgstr "Editar la entrada"
+#: ../../mod/setup.php:463
+msgid "You can adjust these settings in the servers php.ini."
+msgstr "Puede ajustar estos valores en el fichero php.ini de su servidor."
-#: ../../mod/follow.php:25
-msgid "Channel added."
-msgstr "Canal añadido."
+#: ../../mod/setup.php:465
+msgid "PHP upload limits"
+msgstr "Límites PHP de subida"
-#: ../../mod/rmagic.php:40
+#: ../../mod/setup.php:488
msgid ""
-"We encountered a problem while logging in with the OpenID you provided. "
-"Please check the correct spelling of the ID."
-msgstr "Encontramos un problema durante el inicio de sesión con la OpenID que proporcionó. Por favor, compruebe que la ID está correctamente escrita."
-
-#: ../../mod/rmagic.php:40
-msgid "The error message was:"
-msgstr "El mensaje de error fue:"
-
-#: ../../mod/rmagic.php:44
-msgid "Authentication failed."
-msgstr "Falló la autenticación."
-
-#: ../../mod/rmagic.php:84
-msgid "Remote Authentication"
-msgstr "Acceso desde su servidor"
-
-#: ../../mod/rmagic.php:85
-msgid "Enter your channel address (e.g. channel@example.com)"
-msgstr "Introduzca la dirección del canal (p.ej. canal@ejemplo.com)"
-
-#: ../../mod/rmagic.php:86
-msgid "Authenticate"
-msgstr "Acceder"
-
-#: ../../mod/chat.php:174
-msgid "Room not found"
-msgstr "Sala no encontrada"
-
-#: ../../mod/chat.php:185
-msgid "Leave Room"
-msgstr "Abandonar la sala"
-
-#: ../../mod/chat.php:186
-msgid "Delete This Room"
-msgstr "Eliminar esta sala"
-
-#: ../../mod/chat.php:187
-msgid "I am away right now"
-msgstr "Estoy ausente momentáneamente"
-
-#: ../../mod/chat.php:188
-msgid "I am online"
-msgstr "Estoy conectado/a"
-
-#: ../../mod/chat.php:190
-msgid "Bookmark this room"
-msgstr "Añadir esta sala a Marcadores"
-
-#: ../../mod/chat.php:208 ../../mod/chat.php:231
-msgid "New Chatroom"
-msgstr "Nueva sala de chat"
-
-#: ../../mod/chat.php:209
-msgid "Chatroom Name"
-msgstr "Nombre de la sala de chat"
-
-#: ../../mod/chat.php:210
-msgid "Expiration of chats (minutes)"
-msgstr "Tiempo de expiración de los mensajes en los chats (en minutos)"
+"Error: the \"openssl_pkey_new\" function on this system is not able to "
+"generate encryption keys"
+msgstr "Error: La función \"openssl_pkey_new\" en este sistema no es capaz de general claves de cifrado."
-#: ../../mod/chat.php:227
-#, php-format
-msgid "%1$s's Chatrooms"
-msgstr "Salas de chat de %1$s"
+#: ../../mod/setup.php:489
+msgid ""
+"If running under Windows, please see "
+"\"http://www.php.net/manual/en/openssl.installation.php\"."
+msgstr "Si está en un servidor Windows, por favor, lea \"http://www.php.net/manual/en/openssl.installation.php\"."
-#: ../../mod/search.php:212
-#, php-format
-msgid "Items tagged with: %s"
-msgstr "elementos etiquetados con: %s"
+#: ../../mod/setup.php:492
+msgid "Generate encryption keys"
+msgstr "Generar claves de cifrado"
-#: ../../mod/search.php:214
-#, php-format
-msgid "Search results for: %s"
-msgstr "Resultados de la búsqueda para: %s"
+#: ../../mod/setup.php:504
+msgid "libCurl PHP module"
+msgstr "módulo libCurl PHP"
-#: ../../mod/viewsrc.php:40
-msgid "Source of Item"
-msgstr "Origen del elemento"
+#: ../../mod/setup.php:505
+msgid "GD graphics PHP module"
+msgstr "módulo PHP GD graphics"
-#: ../../mod/ffsapi.php:8
-msgid "Share content from Firefox to $Projectname"
-msgstr "Compartir contenido desde Firefox a $Projectname"
+#: ../../mod/setup.php:506
+msgid "OpenSSL PHP module"
+msgstr "módulo PHP OpenSSL"
-#: ../../mod/ffsapi.php:11
-msgid "Activate the Firefox $Projectname provider"
-msgstr "Servicio de compartición de Firefox: activar el proveedor $Projectname "
+#: ../../mod/setup.php:507
+msgid "mysqli or postgres PHP module"
+msgstr "módulo PHP mysqli o postgres"
-#: ../../mod/magic.php:69
-msgid "Hub not found."
-msgstr "Servidor no encontrado"
+#: ../../mod/setup.php:508
+msgid "mb_string PHP module"
+msgstr "módulo PHP mb_string"
-#: ../../mod/connections.php:52 ../../mod/connections.php:150
-msgid "Blocked"
-msgstr "Bloqueadas"
+#: ../../mod/setup.php:509
+msgid "mcrypt PHP module"
+msgstr "módulo PHP mcrypt "
-#: ../../mod/connections.php:57 ../../mod/connections.php:157
-msgid "Ignored"
-msgstr "Ignoradas"
+#: ../../mod/setup.php:510
+msgid "xml PHP module"
+msgstr "módulo PHP xml"
-#: ../../mod/connections.php:62 ../../mod/connections.php:171
-msgid "Hidden"
-msgstr "Ocultas"
+#: ../../mod/setup.php:514 ../../mod/setup.php:516
+msgid "Apache mod_rewrite module"
+msgstr "módulo Apache mod_rewrite "
-#: ../../mod/connections.php:67 ../../mod/connections.php:164
-msgid "Archived"
-msgstr "Archivadas"
+#: ../../mod/setup.php:514
+msgid ""
+"Error: Apache webserver mod-rewrite module is required but not installed."
+msgstr "Error: se necesita el módulo del servidor web Apache mod-rewrite pero no está instalado."
-#: ../../mod/connections.php:128
-msgid "Suggest new connections"
-msgstr "Sugerir nuevas conexiones"
+#: ../../mod/setup.php:520 ../../mod/setup.php:523
+msgid "proc_open"
+msgstr "proc_open"
-#: ../../mod/connections.php:131
-msgid "New Connections"
-msgstr "Nuevas conexiones"
+#: ../../mod/setup.php:520
+msgid ""
+"Error: proc_open is required but is either not installed or has been "
+"disabled in php.ini"
+msgstr "Error: se necesita proc_open pero o no está instalado o ha sido desactivado en el fichero php.ini"
-#: ../../mod/connections.php:134
-msgid "Show pending (new) connections"
-msgstr "Mostrar conexiones (nuevas) pendientes"
+#: ../../mod/setup.php:528
+msgid "Error: libCURL PHP module required but not installed."
+msgstr "Error: se necesita el módulo PHP libCURL pero no está instalado."
-#: ../../mod/connections.php:137 ../../mod/profperm.php:139
-msgid "All Connections"
-msgstr "Todas las conexiones"
+#: ../../mod/setup.php:532
+msgid ""
+"Error: GD graphics PHP module with JPEG support required but not installed."
+msgstr "Error: el módulo PHP GD graphics es necesario, pero no está instalado."
-#: ../../mod/connections.php:140
-msgid "Show all connections"
-msgstr "Mostrar todas las conexiones"
+#: ../../mod/setup.php:536
+msgid "Error: openssl PHP module required but not installed."
+msgstr "Error: el módulo PHP openssl es necesario, pero no está instalado."
-#: ../../mod/connections.php:143
-msgid "Unblocked"
-msgstr "Desbloqueadas"
+#: ../../mod/setup.php:540
+msgid ""
+"Error: mysqli or postgres PHP module required but neither are installed."
+msgstr "Error: el módulo PHP mysqli o postgres es necesario pero ninguno de los dos está instalado."
-#: ../../mod/connections.php:146
-msgid "Only show unblocked connections"
-msgstr "Mostrar solo las conexiones desbloqueadas"
+#: ../../mod/setup.php:544
+msgid "Error: mb_string PHP module required but not installed."
+msgstr "Error: el módulo PHP mb_string es necesario, pero no está instalado."
-#: ../../mod/connections.php:153
-msgid "Only show blocked connections"
-msgstr "Mostrar solo las conexiones bloqueadas"
+#: ../../mod/setup.php:548
+msgid "Error: mcrypt PHP module required but not installed."
+msgstr "Error: el módulo PHP mcrypt es necesario, pero no está instalado."
-#: ../../mod/connections.php:160
-msgid "Only show ignored connections"
-msgstr "Mostrar solo conexiones ignoradas"
+#: ../../mod/setup.php:552
+msgid "Error: xml PHP module required for DAV but not installed."
+msgstr "Error: el módulo PHP xml es necesario para DAV, pero no está instalado."
-#: ../../mod/connections.php:167
-msgid "Only show archived connections"
-msgstr "Mostrar solo las conexiones archivadas"
+#: ../../mod/setup.php:570
+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 "El instalador web no ha podido crear un fichero llamado “.htconfig.php” en la carpeta base de su servidor."
-#: ../../mod/connections.php:174
-msgid "Only show hidden connections"
-msgstr "Mostrar solo las conexiones ocultas"
+#: ../../mod/setup.php:571
+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 "Esto está generalmente ligado a un problema de permisos, a causa del cual el servidor web tiene prohibido modificar ficheros en su carpeta - incluso si usted mismo tiene esos permisos."
-#: ../../mod/connections.php:225
-#, php-format
-msgid "%1$s [%2$s]"
-msgstr "%1$s [%2$s]"
+#: ../../mod/setup.php:572
+msgid ""
+"At the end of this procedure, we will give you a text to save in a file "
+"named .htconfig.php in your Red top folder."
+msgstr "Al término de este procedimiento, podemos crear un fichero de texto para guardar con el nombre .htconfig.php en el directorio raíz de su instalación de Hubzilla."
-#: ../../mod/connections.php:226
-msgid "Edit connection"
-msgstr "Editar conexión"
+#: ../../mod/setup.php:573
+msgid ""
+"You can alternatively skip this procedure and perform a manual installation."
+" Please see the file \"install/INSTALL.txt\" for instructions."
+msgstr "Como alternativa, puede dejar este procedimiento e intentar realizar una instalación manual. Lea, por favor, el fichero\"install/INSTALL.txt\" para las instrucciones."
-#: ../../mod/connections.php:264
-msgid "Search your connections"
-msgstr "Buscar sus conexiones"
+#: ../../mod/setup.php:576
+msgid ".htconfig.php is writable"
+msgstr ".htconfig.php tiene permisos de escritura"
-#: ../../mod/connections.php:265
-msgid "Finding: "
-msgstr "Búsqueda:"
+#: ../../mod/setup.php:590
+msgid ""
+"Red uses the Smarty3 template engine to render its web views. Smarty3 "
+"compiles templates to PHP to speed up rendering."
+msgstr "Hubzilla hace uso del motor de plantillas Smarty3 para diseñar sus plantillas gráficas. Smarty3 es más rápido porque compila las plantillas de páginas directamente en PHP."
-#: ../../mod/manage.php:130
+#: ../../mod/setup.php:591
#, php-format
-msgid "You have created %1$.0f of %2$.0f allowed channels."
-msgstr "Ha creado %1$.0f de %2$.0f canales permitidos."
-
-#: ../../mod/manage.php:138
-msgid "Create a new channel"
-msgstr "Crear un nuevo canal"
-
-#: ../../mod/manage.php:161
-msgid "Current Channel"
-msgstr "Canal actual"
-
-#: ../../mod/manage.php:163
-msgid "Switch to one of your channels by selecting it."
-msgstr "Cambiar a uno de sus canales seleccionándolo."
-
-#: ../../mod/manage.php:164
-msgid "Default Channel"
-msgstr "Canal principal"
+msgid ""
+"In order to store these compiled templates, the web server needs to have "
+"write access to the directory %s under the Red top level folder."
+msgstr "Para poder guardar las plantillas compiladas, el servidor web necesita permisos para acceder al subdirectorio %s en el directorio de instalación de Hubzilla."
-#: ../../mod/manage.php:165
-msgid "Make Default"
-msgstr "Convertir en predeterminado"
+#: ../../mod/setup.php:592 ../../mod/setup.php:613
+msgid ""
+"Please ensure that the user that your web server runs as (e.g. www-data) has"
+" write access to this folder."
+msgstr "Por favor, asegúrese de que el servidor web está siendo ejecutado por un usuario que tenga permisos de escritura sobre esta carpeta (por ejemplo, www-data)."
-#: ../../mod/manage.php:168
+#: ../../mod/setup.php:593
#, php-format
-msgid "%d new messages"
-msgstr "%d mensajes nuevos"
+msgid ""
+"Note: as a security measure, you should give the web server write access to "
+"%s only--not the template files (.tpl) that it contains."
+msgstr "Nota: como medida de seguridad, debe dar al servidor web permisos de escritura solo sobre %s - no sobre el fichero de plantilla (.tpl) que contiene."
-#: ../../mod/manage.php:169
+#: ../../mod/setup.php:596
#, php-format
-msgid "%d new introductions"
-msgstr "%d nuevas isolicitudes de conexión"
-
-#: ../../mod/manage.php:171
-msgid "Delegated Channels"
-msgstr "Canales delegados"
-
-#: ../../mod/menu.php:45
-msgid "Unable to update menu."
-msgstr "No se puede actualizar el menú."
-
-#: ../../mod/menu.php:56
-msgid "Unable to create menu."
-msgstr "No se puede crear el menú."
-
-#: ../../mod/menu.php:94 ../../mod/menu.php:106
-msgid "Menu Name"
-msgstr "Nombre del menú"
-
-#: ../../mod/menu.php:94
-msgid "Unique name (not visible on webpage) - required"
-msgstr "Nombre único (no será visible en la página web) - requerido"
-
-#: ../../mod/menu.php:95 ../../mod/menu.php:107
-msgid "Menu Title"
-msgstr "Título del menú"
-
-#: ../../mod/menu.php:95
-msgid "Visible on webpage - leave empty for no title"
-msgstr "Visible en la página web - no ponga nada si no desea un título"
-
-#: ../../mod/menu.php:96
-msgid "Allow Bookmarks"
-msgstr "Permitir marcadores"
-
-#: ../../mod/menu.php:96 ../../mod/menu.php:153
-msgid "Menu may be used to store saved bookmarks"
-msgstr "El menú se puede usar para guardar marcadores"
-
-#: ../../mod/menu.php:97 ../../mod/menu.php:155
-msgid "Submit and proceed"
-msgstr "Enviar y proceder"
-
-#: ../../mod/menu.php:109
-msgid "Drop"
-msgstr "Eliminar"
-
-#: ../../mod/menu.php:113
-msgid "Bookmarks allowed"
-msgstr "Marcadores permitidos"
-
-#: ../../mod/menu.php:115
-msgid "Delete this menu"
-msgstr "Borrar este menú"
-
-#: ../../mod/menu.php:116 ../../mod/menu.php:150
-msgid "Edit menu contents"
-msgstr "Editar los contenidos del menú"
-
-#: ../../mod/menu.php:117
-msgid "Edit this menu"
-msgstr "Modificar este menú"
-
-#: ../../mod/menu.php:132
-msgid "Menu could not be deleted."
-msgstr "El menú no puede ser eliminado."
-
-#: ../../mod/menu.php:140 ../../mod/mitem.php:24
-msgid "Menu not found."
-msgstr "Menú no encontrado"
-
-#: ../../mod/menu.php:145
-msgid "Edit Menu"
-msgstr "Modificar el menú"
-
-#: ../../mod/menu.php:149
-msgid "Add or remove entries to this menu"
-msgstr "Añadir o quitar entradas en este menú"
-
-#: ../../mod/menu.php:151
-msgid "Menu name"
-msgstr "Nombre del menú"
-
-#: ../../mod/menu.php:151
-msgid "Must be unique, only seen by you"
-msgstr "Debe ser único, solo será visible para usted"
-
-#: ../../mod/menu.php:152
-msgid "Menu title"
-msgstr "Título del menú"
-
-#: ../../mod/menu.php:152
-msgid "Menu title as seen by others"
-msgstr "El título del menú tal como será visto por los demás"
-
-#: ../../mod/menu.php:153
-msgid "Allow bookmarks"
-msgstr "Permitir marcadores"
-
-#: ../../mod/mail.php:34
-msgid "Unable to lookup recipient."
-msgstr "Imposible asociar a un destinatario."
-
-#: ../../mod/mail.php:42
-msgid "Unable to communicate with requested channel."
-msgstr "Imposible comunicar con el canal solicitado."
-
-#: ../../mod/mail.php:49
-msgid "Cannot verify requested channel."
-msgstr "No se puede verificar el canal solicitado."
-
-#: ../../mod/mail.php:75
-msgid "Selected channel has private message restrictions. Send failed."
-msgstr "El canal seleccionado tiene restricciones sobre los mensajes privados. El envío falló."
-
-#: ../../mod/mail.php:140
-msgid "Messages"
-msgstr "Mensajes"
-
-#: ../../mod/mail.php:175
-msgid "Message recalled."
-msgstr "Mensaje revocado."
+msgid "%s is writable"
+msgstr "%s tiene permisos de escritura"
-#: ../../mod/mail.php:188
-msgid "Conversation removed."
-msgstr "Conversación eliminada."
+#: ../../mod/setup.php:612
+msgid ""
+"Red uses the store directory to save uploaded files. The web server needs to"
+" have write access to the store directory under the Red top level folder"
+msgstr "Red guarda los ficheros descargados en la carpeta \"store\". El servidor web necesita tener permisos de escritura sobre esa carpeta, en el directorio de instalación."
-#: ../../mod/mail.php:231
-msgid "Requested channel is not in this network"
-msgstr "El canal solicitado no existe en esta red"
+#: ../../mod/setup.php:616
+msgid "store is writable"
+msgstr "\"store\" tiene permisos de escritura"
-#: ../../mod/mail.php:239
-msgid "Send Private Message"
-msgstr "Enviar un mensaje privado"
+#: ../../mod/setup.php:649
+msgid ""
+"SSL certificate cannot be validated. Fix certificate or disable https access"
+" to this site."
+msgstr "El certificado SSL no ha podido ser validado. Corrija este problema o desactive el acceso https a este sitio."
-#: ../../mod/mail.php:240 ../../mod/mail.php:370
-msgid "To:"
-msgstr "Para:"
+#: ../../mod/setup.php:650
+msgid ""
+"If you have https access to your website or allow connections to TCP port "
+"443 (the https: port), you MUST use a browser-valid certificate. You MUST "
+"NOT use self-signed certificates!"
+msgstr "Si su servidor soporta conexiones cifradas SSL o si permite conexiones al puerto TCP 443 (el puerto usado por el protocolo https), debe utilizar un certificado válido. No debe usar un certificado firmado por usted mismo."
-#: ../../mod/mail.php:243 ../../mod/mail.php:372
-msgid "Subject:"
-msgstr "Asunto:"
+#: ../../mod/setup.php:651
+msgid ""
+"This restriction is incorporated because public posts from you may for "
+"example contain references to images on your own hub."
+msgstr "Se ha incorporado esta restricción para evitar que sus publicaciones públicas hagan referencia a imágenes en su propio servidor."
-#: ../../mod/mail.php:250
-msgid "Send"
-msgstr "Enviar"
+#: ../../mod/setup.php:652
+msgid ""
+"If your certificate is not recognized, members of other sites (who may "
+"themselves have valid certificates) will get a warning message on their own "
+"site complaining about security issues."
+msgstr "Si su certificado no ha sido reconocido, los miembros de otros sitios (con certificados válidos) recibirán mensajes de aviso en sus propios sitios web."
-#: ../../mod/mail.php:342
-msgid "Delete message"
-msgstr "Borrar mensaje"
+#: ../../mod/setup.php:653
+msgid ""
+"This can cause usability issues elsewhere (not just on your own site) so we "
+"must insist on this requirement."
+msgstr "Por razones de compatibilidad (sobre el conjunto de la red, no solo sobre su propio sitio), debemos insistir en estos requisitos."
-#: ../../mod/mail.php:343
-msgid "Delivery report"
-msgstr "Informe de transmisión"
+#: ../../mod/setup.php:654
+msgid ""
+"Providers are available that issue free certificates which are browser-"
+"valid."
+msgstr "Existen varias Autoridades de Certificación que le pueden proporcionar certificados válidos."
-#: ../../mod/mail.php:344
-msgid "Recall message"
-msgstr "Revocar el mensaje"
+#: ../../mod/setup.php:656
+msgid "SSL certificate validation"
+msgstr "validación del certificado SSL"
-#: ../../mod/mail.php:346
-msgid "Message has been recalled."
-msgstr "El mensaje ha sido revocado."
+#: ../../mod/setup.php:662
+msgid ""
+"Url rewrite in .htaccess is not working. Check your server "
+"configuration.Test: "
+msgstr "No se pueden reescribir las direcciones web en .htaccess. Compruebe la configuración de su servidor:"
-#: ../../mod/mail.php:363
-msgid "Delete Conversation"
-msgstr "Eliminar conversación"
+#: ../../mod/setup.php:665
+msgid "Url rewrite is working"
+msgstr "La reescritura de las direcciones funciona correctamente"
-#: ../../mod/mail.php:365
+#: ../../mod/setup.php:674
msgid ""
-"No secure communications available. You <strong>may</strong> be able to "
-"respond from the sender's profile page."
-msgstr "Comunicación segura no disponible. Pero <strong>puede</strong> responder desde la página del perfil del remitente."
+"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 "El fichero de configuración de la base de datos .htconfig.php no se ha podido modificar. Por favor, copie el texto generado en un fichero con ese nombre en el directorio raíz de su servidor."
-#: ../../mod/mail.php:369
-msgid "Send Reply"
-msgstr "Responder"
+#: ../../mod/setup.php:698
+msgid "Errors encountered creating database tables."
+msgstr "Se han encontrado errores al crear las tablas de la base de datos."
-#: ../../mod/mail.php:374
-#, php-format
-msgid "Your message for %s (%s):"
-msgstr "Su mensaje para %s (%s):"
+#: ../../mod/setup.php:732
+msgid "<h1>What next</h1>"
+msgstr "<h1>Siguiente paso</h1>"
-#: ../../mod/help.php:148
-msgid "Documentation Search"
-msgstr "Búsqueda de Documentación"
+#: ../../mod/setup.php:733
+msgid ""
+"IMPORTANT: You will need to [manually] setup a scheduled task for the "
+"poller."
+msgstr "IMPORTANTE: Debe crear [manualmente] una tarea programada para el \"poller\"."
-#: ../../mod/help.php:186 ../../mod/help.php:192 ../../mod/help.php:198
-msgid "Help:"
-msgstr "Ayuda:"
+#: ../../mod/sharedwithme.php:94
+msgid "Files: shared with me"
+msgstr "Ficheros: compartidos conmigo"
-#: ../../mod/help.php:213 ../../index.php:238
-msgid "Not Found"
-msgstr "No encontrado"
+#: ../../mod/sharedwithme.php:96
+msgid "NEW"
+msgstr "NUEVO"
-#: ../../mod/help.php:237
-msgid "$Projectname Documentation"
-msgstr "Documentación de $Projectname"
+#: ../../mod/sharedwithme.php:99
+msgid "Remove all files"
+msgstr "Eliminar todos los ficheros"
-#: ../../mod/service_limits.php:19
-msgid "No service class restrictions found."
-msgstr "No se han encontrado restricciones sobre esta clase de servicio."
+#: ../../mod/sharedwithme.php:100
+msgid "Remove this file"
+msgstr "Eliminar este fichero"
#: ../../mod/siteinfo.php:15
#, php-format
@@ -8930,281 +9047,211 @@ msgstr "Sugerencias, elogios, etc - por favor, un correo electrónico a \"redmat
msgid "Site Administrators"
msgstr "Administradores del sitio"
-#: ../../mod/suggest.php:35
-msgid ""
-"No suggestions available. If this is a new site, please try again in 24 "
-"hours."
-msgstr "No hay sugerencias disponibles. Si es un sitio nuevo, espere 24 horas y pruebe de nuevo."
-
-#: ../../mod/events.php:21
-msgid "Calendar entries imported."
-msgstr "Entradas de calendario importadas."
-
-#: ../../mod/events.php:23
-msgid "No calendar entries found."
-msgstr "No se han encontrado entradas de calendario."
-
-#: ../../mod/events.php:100
-msgid "Event can not end before it has started."
-msgstr "Un evento no puede terminar antes de que haya comenzado."
-
-#: ../../mod/events.php:102 ../../mod/events.php:111 ../../mod/events.php:131
-msgid "Unable to generate preview."
-msgstr "No se puede crear la vista previa."
-
-#: ../../mod/events.php:109
-msgid "Event title and start time are required."
-msgstr "Se requieren el título del evento y su hora de inicio."
-
-#: ../../mod/events.php:129 ../../mod/events.php:254
-msgid "Event not found."
-msgstr "Evento no encontrado."
-
-#: ../../mod/events.php:437
-msgid "Edit event titel"
-msgstr "Editar el título del evento"
-
-#: ../../mod/events.php:437
-msgid "Event titel"
-msgstr "Título del evento"
-
-#: ../../mod/events.php:439
-msgid "Categories (comma-separated list)"
-msgstr "Categorías (lista separada por comas)"
-
-#: ../../mod/events.php:440
-msgid "Edit Category"
-msgstr "Editar la categoría"
-
-#: ../../mod/events.php:440
-msgid "Category"
-msgstr "Categoría"
-
-#: ../../mod/events.php:443
-msgid "Edit start date and time"
-msgstr "Modificar la fecha y hora de comienzo"
+#: ../../mod/sources.php:32
+msgid "Failed to create source. No channel selected."
+msgstr "Imposible crear el origen de los contenidos. Ningún canal ha sido seleccionado."
-#: ../../mod/events.php:443
-msgid "Start date and time"
-msgstr "Fecha y hora de comienzo"
+#: ../../mod/sources.php:45
+msgid "Source created."
+msgstr "Fuente creada."
-#: ../../mod/events.php:444 ../../mod/events.php:447
-msgid "Finish date and time are not known or not relevant"
-msgstr "La fecha y hora de terminación no se conocen o no son relevantes"
+#: ../../mod/sources.php:57
+msgid "Source updated."
+msgstr "Fuente actualizada."
-#: ../../mod/events.php:446
-msgid "Edit finish date and time"
-msgstr "Modificar la fecha y hora de terminación"
+#: ../../mod/sources.php:82
+msgid "*"
+msgstr "*"
-#: ../../mod/events.php:446
-msgid "Finish date and time"
-msgstr "Fecha y hora de terminación"
+#: ../../mod/sources.php:89
+msgid "Manage remote sources of content for your channel."
+msgstr "Gestionar contenido de origen remoto para su canal."
-#: ../../mod/events.php:448 ../../mod/events.php:449
-msgid "Adjust for viewer timezone"
-msgstr "Ajustar para obtener el visor de zona horaria"
+#: ../../mod/sources.php:90 ../../mod/sources.php:100
+msgid "New Source"
+msgstr "Nueva fuente"
-#: ../../mod/events.php:448
+#: ../../mod/sources.php:101 ../../mod/sources.php:133
msgid ""
-"Important for events that happen in a particular place. Not practical for "
-"global holidays."
-msgstr "Importante para los eventos que suceden en un lugar determinado. No es práctico para los globales."
-
-#: ../../mod/events.php:450
-msgid "Edit Description"
-msgstr "Editar la descripción"
-
-#: ../../mod/events.php:452
-msgid "Edit Location"
-msgstr "Modificar la localización"
-
-#: ../../mod/events.php:455 ../../mod/events.php:457
-msgid "Share this event"
-msgstr "Compartir este evento"
-
-#: ../../mod/events.php:462
-msgid "Advanced Options"
-msgstr "Opciones avanzadas"
-
-#: ../../mod/events.php:574
-msgid "l, F j"
-msgstr "l j F"
-
-#: ../../mod/events.php:596
-msgid "Edit event"
-msgstr "Editar evento"
-
-#: ../../mod/events.php:598
-msgid "Delete event"
-msgstr "Borrar evento"
-
-#: ../../mod/events.php:632
-msgid "calendar"
-msgstr "calendario"
-
-#: ../../mod/events.php:651
-msgid "Edit Event"
-msgstr "Editar el evento"
-
-#: ../../mod/events.php:651
-msgid "Create Event"
-msgstr "Crear un evento"
-
-#: ../../mod/events.php:661
-msgid "Today"
-msgstr "Hoy"
-
-#: ../../mod/events.php:692
-msgid "Event removed"
-msgstr "Evento borrado"
+"Import all or selected content from the following channel into this channel "
+"and distribute it according to your channel settings."
+msgstr "Importar todo el contenido o una selección de los siguientes canales en este canal y distribuirlo de acuerdo con sus ajustes."
-#: ../../mod/events.php:695
-msgid "Failed to remove event"
-msgstr "Error al eliminar el evento"
+#: ../../mod/sources.php:102 ../../mod/sources.php:134
+msgid "Only import content with these words (one per line)"
+msgstr "Importar solo contenido que contenga estas palabras (una por línea)"
-#: ../../mod/profperm.php:29 ../../mod/profperm.php:58
-msgid "Invalid profile identifier."
-msgstr "Identificador del perfil no válido"
+#: ../../mod/sources.php:102 ../../mod/sources.php:134
+msgid "Leave blank to import all public content"
+msgstr "Dejar en blanco para importar todo el contenido público"
-#: ../../mod/profperm.php:110
-msgid "Profile Visibility Editor"
-msgstr "Editor de visibilidad del perfil"
+#: ../../mod/sources.php:123 ../../mod/sources.php:150
+msgid "Source not found."
+msgstr "Fuente no encontrada"
-#: ../../mod/profperm.php:114
-msgid "Click on a contact to add or remove."
-msgstr "Pulsar en un contacto para añadirlo o eliminarlo."
+#: ../../mod/sources.php:130
+msgid "Edit Source"
+msgstr "Editar fuente"
-#: ../../mod/profperm.php:123
-msgid "Visible To"
-msgstr "Visible para"
+#: ../../mod/sources.php:131
+msgid "Delete Source"
+msgstr "Eliminar fuente"
-#: ../../mod/mitem.php:48
-msgid "Unable to create element."
-msgstr "Imposible crear el elemento."
+#: ../../mod/sources.php:158
+msgid "Source removed"
+msgstr "Fuente eliminada"
-#: ../../mod/mitem.php:72
-msgid "Unable to update menu element."
-msgstr "No es posible actualizar el elemento del menú."
+#: ../../mod/sources.php:160
+msgid "Unable to remove source."
+msgstr "Imposible eliminar la fuente."
-#: ../../mod/mitem.php:88
-msgid "Unable to add menu element."
-msgstr "No es posible añadir el elemento al menú"
+#: ../../mod/subthread.php:114
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
+msgstr "%1$s está siguiendo %2$s de %3$s"
-#: ../../mod/mitem.php:149 ../../mod/mitem.php:222
-msgid "Menu Item Permissions"
-msgstr "Permisos del elemento del menú"
+#: ../../mod/subthread.php:116
+#, php-format
+msgid "%1$s stopped following %2$s's %3$s"
+msgstr "%1$s ha dejado de seguir %3$s de %2$s"
-#: ../../mod/mitem.php:152 ../../mod/mitem.php:168
-msgid "Link Name"
-msgstr "Nombre del enlace"
+#: ../../mod/suggest.php:35
+msgid ""
+"No suggestions available. If this is a new site, please try again in 24 "
+"hours."
+msgstr "No hay sugerencias disponibles. Si es un sitio nuevo, espere 24 horas y pruebe de nuevo."
-#: ../../mod/mitem.php:153 ../../mod/mitem.php:227
-msgid "Link or Submenu Target"
-msgstr "Destino del enlace o submenú"
+#: ../../mod/tagger.php:96
+#, php-format
+msgid "%1$s tagged %2$s's %3$s with %4$s"
+msgstr "%1$s ha etiquetado la %3$s de %2$s con %4$s"
-#: ../../mod/mitem.php:153
-msgid "Enter URL of the link or select a menu name to create a submenu"
-msgstr "Introducir la dirección del enlace o seleccionar el nombre de un submenú"
+#: ../../mod/tagrm.php:44 ../../mod/tagrm.php:94
+msgid "Tag removed"
+msgstr "Etiqueta eliminada."
-#: ../../mod/mitem.php:154 ../../mod/mitem.php:228
-msgid "Use magic-auth if available"
-msgstr "Usar la autenticación mágica si está disponible"
+#: ../../mod/tagrm.php:119
+msgid "Remove Item Tag"
+msgstr "Eliminar etiqueta del elemento."
-#: ../../mod/mitem.php:155 ../../mod/mitem.php:229
-msgid "Open link in new window"
-msgstr "Abrir el enlace en una nueva ventana"
+#: ../../mod/tagrm.php:121
+msgid "Select a tag to remove: "
+msgstr "Seleccionar una etiqueta para eliminar:"
-#: ../../mod/mitem.php:156 ../../mod/mitem.php:230
-msgid "Order in list"
-msgstr "Orden en la lista"
+#: ../../mod/thing.php:111
+msgid "Thing updated"
+msgstr "Elemento actualizado."
-#: ../../mod/mitem.php:156 ../../mod/mitem.php:230
-msgid "Higher numbers will sink to bottom of listing"
-msgstr "Los números más altos irán al final de la lista"
+#: ../../mod/thing.php:163
+msgid "Object store: failed"
+msgstr "Guardar objeto: ha fallado"
-#: ../../mod/mitem.php:157
-msgid "Submit and finish"
-msgstr "Enviar y terminar"
+#: ../../mod/thing.php:167
+msgid "Thing added"
+msgstr "Elemento añadido"
-#: ../../mod/mitem.php:158
-msgid "Submit and continue"
-msgstr "Enviar y continuar"
+#: ../../mod/thing.php:193
+#, php-format
+msgid "OBJ: %1$s %2$s %3$s"
+msgstr "OBJ: %1$s %2$s %3$s"
-#: ../../mod/mitem.php:166
-msgid "Menu:"
-msgstr "Menú:"
+#: ../../mod/thing.php:256
+msgid "Show Thing"
+msgstr "Mostrar elemento"
-#: ../../mod/mitem.php:169
-msgid "Link Target"
-msgstr "Destino del enlace"
+#: ../../mod/thing.php:263
+msgid "item not found."
+msgstr "elemento no encontrado."
-#: ../../mod/mitem.php:172
-msgid "Edit menu"
-msgstr "Editar menú"
+#: ../../mod/thing.php:296
+msgid "Edit Thing"
+msgstr "Editar elemento"
-#: ../../mod/mitem.php:175
-msgid "Edit element"
-msgstr "Editar el elemento"
+#: ../../mod/thing.php:298 ../../mod/thing.php:348
+msgid "Select a profile"
+msgstr "Seleccionar un perfil"
-#: ../../mod/mitem.php:176
-msgid "Drop element"
-msgstr "Eliminar el elemento"
+#: ../../mod/thing.php:302 ../../mod/thing.php:351
+msgid "Post an activity"
+msgstr "Publicar una actividad"
-#: ../../mod/mitem.php:177
-msgid "New element"
-msgstr "Nuevo elemento"
+#: ../../mod/thing.php:302 ../../mod/thing.php:351
+msgid "Only sends to viewers of the applicable profile"
+msgstr "Sólo enviar a espectadores del perfil pertinente."
-#: ../../mod/mitem.php:178
-msgid "Edit this menu container"
-msgstr "Modificar el contenedor del menú"
+#: ../../mod/thing.php:304 ../../mod/thing.php:353
+msgid "Name of thing e.g. something"
+msgstr "Nombre del elemento, p. ej.:. \"algo\""
-#: ../../mod/mitem.php:179
-msgid "Add menu element"
-msgstr "Añadir un elemento al menú"
+#: ../../mod/thing.php:306 ../../mod/thing.php:354
+msgid "URL of thing (optional)"
+msgstr "Dirección del elemento (opcional)"
-#: ../../mod/mitem.php:180
-msgid "Delete this menu item"
-msgstr "Eliminar este elemento del menú"
+#: ../../mod/thing.php:308 ../../mod/thing.php:355
+msgid "URL for photo of thing (optional)"
+msgstr "Dirección para la foto o elemento (opcional)"
-#: ../../mod/mitem.php:181
-msgid "Edit this menu item"
-msgstr "Modificar este elemento del menú"
+#: ../../mod/thing.php:346
+msgid "Add Thing to your Profile"
+msgstr "Añadir alguna cosa a su perfil"
-#: ../../mod/mitem.php:198
-msgid "Menu item not found."
-msgstr "Este elemento del menú no se ha encontrado"
+#: ../../mod/uexport.php:51 ../../mod/uexport.php:52
+msgid "Export Channel"
+msgstr "Exportar el canal"
-#: ../../mod/mitem.php:211
-msgid "Menu item deleted."
-msgstr "Este elemento del menú ha sido borrado"
+#: ../../mod/uexport.php:53
+msgid ""
+"Export your basic channel information to a file. This acts as a backup of "
+"your connections, permissions, profile and basic data, which can be used to "
+"import your data to a new server hub, but does not contain your content."
+msgstr "Exportar la información básica del canal a un fichero. Este equivale a una copia de seguridad de sus conexiones, el perfil y datos fundamentales, que puede usarse para importar sus datos a un nuevo servidor, pero no incluye su contenido."
-#: ../../mod/mitem.php:213
-msgid "Menu item could not be deleted."
-msgstr "Este elemento del menú no puede ser borrado."
+#: ../../mod/uexport.php:54
+msgid "Export Content"
+msgstr "Exportar contenidos"
-#: ../../mod/mitem.php:220
-msgid "Edit Menu Element"
-msgstr "Editar elemento del menú"
+#: ../../mod/uexport.php:55
+msgid ""
+"Export your channel information and recent content to a JSON backup that can"
+" be restored or imported to another server hub. This backs up all of your "
+"connections, permissions, profile data and several months of posts. This "
+"file may be VERY large. Please be patient - it may take several minutes for"
+" this download to begin."
+msgstr "Exportar la información sobre su canal y el contenido reciente a un fichero de respaldo JSON, que puede ser restaurado o importado a otro servidor. Este fichero incluye todas sus conexiones, permisos, datos del perfil y publicaciones de varios meses. Puede llegar a ser MUY grande. Por favor, sea paciente, la descarga puede tardar varios minutos en comenzar."
-#: ../../mod/mitem.php:226
-msgid "Link text"
-msgstr "Texto del enlace"
+#: ../../mod/uexport.php:56
+msgid "Export your posts from a given year."
+msgstr "Exporta sus publicaciones de un año dado."
-#: ../../mod/sharedwithme.php:94
-msgid "Files: shared with me"
-msgstr "Ficheros: compartidos conmigo"
+#: ../../mod/uexport.php:58
+msgid ""
+"You may also export your posts and conversations for a particular year or "
+"month. Adjust the date in your browser location bar to select other dates. "
+"If the export fails (possibly due to memory exhaustion on your server hub), "
+"please try again selecting a more limited date range."
+msgstr "También puede exportar sus mensajes y conversaciones durante un año o mes en particular. Ajuste la fecha en la barra de direcciones del navegador para seleccionar otras fechas. Si la exportación falla (posiblemente debido al agotamiento de la memoria del servidor hub), por favor, intente de nuevo la selección de un rango de fechas más pequeño."
-#: ../../mod/sharedwithme.php:96
-msgid "NEW"
-msgstr "NUEVO"
+#: ../../mod/uexport.php:59
+#, php-format
+msgid ""
+"To select all posts for a given year, such as this year, visit <a "
+"href=\"%1$s\">%2$s</a>"
+msgstr "Para seleccionar todos los mensajes de un año determinado, como este año, visite <a href=\"%1$s\">%2$s</a>"
-#: ../../mod/sharedwithme.php:99
-msgid "Remove all files"
-msgstr "Eliminar todos los ficheros"
+#: ../../mod/uexport.php:60
+#, php-format
+msgid ""
+"To select all posts for a given month, such as January of this year, visit "
+"<a href=\"%1$s\">%2$s</a>"
+msgstr "Para seleccionar todos los mensajes de un mes determinado, como el de enero de este año, visite <a href=\"%1$s\">%2$s</a>"
-#: ../../mod/sharedwithme.php:100
-msgid "Remove this file"
-msgstr "Eliminar este fichero"
+#: ../../mod/uexport.php:61
+#, php-format
+msgid ""
+"These content files may be imported or restored by visiting <a "
+"href=\"%1$s\">%2$s</a> on any site containing your channel. For best results"
+" please import or restore these in date order (oldest first)."
+msgstr "Estos ficheros pueden ser importados o restaurados visitando <a href=\"%1$s\">%2$s</a> o cualquier sitio que contenga su canal. Para obtener los mejores resultados, por favor, importar o restaurar estos ficheros en orden de fecha (la más antigua primero)."
#: ../../mod/viewconnections.php:59
msgid "No connections."
@@ -9215,6 +9262,22 @@ msgstr "Sin conexiones."
msgid "Visit %s's profile [%s]"
msgstr "Visitar el perfil de %s [%s]"
+#: ../../mod/viewsrc.php:40
+msgid "Source of Item"
+msgstr "Origen del elemento"
+
+#: ../../mod/webpages.php:191
+msgid "Page Title"
+msgstr "Título de página"
+
+#: ../../mod/xchan.php:6
+msgid "Xchan Lookup"
+msgstr "Búsqueda de canales"
+
+#: ../../mod/xchan.php:9
+msgid "Lookup xchan beginning with (or webbie): "
+msgstr "Buscar un canal (o un \"webbie\") que comience por:"
+
#: ../../view/theme/redbasic/php/config.php:82
msgid "Focus (Hubzilla default)"
msgstr "Focus (predefinido)"
@@ -9350,58 +9413,3 @@ msgstr "Ajustar el tamaño de la foto del autor de la conversación"
#: ../../view/theme/redbasic/php/config.php:132
msgid "Set size of followup author photos"
msgstr "Ajustar el tamaño de foto de los seguidores del autor"
-
-#: ../../Zotlabs/Zot/Auth.php:140
-msgid ""
-"Remote authentication blocked. You are logged into this site locally. Please"
-" logout and retry."
-msgstr "La autenticación desde su servidor está bloqueada. Ha iniciado sesión localmente. Por favor, salga de la sesión y vuelva a intentarlo."
-
-#: ../../boot.php:1299
-#, php-format
-msgid "Update %s failed. See error logs."
-msgstr "La actualización %s ha fallado. Mire el informe de errores."
-
-#: ../../boot.php:1302
-#, php-format
-msgid "Update Error at %s"
-msgstr "Error de actualización en %s"
-
-#: ../../boot.php:1469
-msgid ""
-"Create an account to access services and applications within the Hubzilla"
-msgstr "Crear una cuenta para acceder a los servicios y aplicaciones dentro de Hubzilla"
-
-#: ../../boot.php:1491
-msgid "Password"
-msgstr "Contraseña"
-
-#: ../../boot.php:1492
-msgid "Remember me"
-msgstr "Recordarme"
-
-#: ../../boot.php:1495
-msgid "Forgot your password?"
-msgstr "¿Olvidó su contraseña?"
-
-#: ../../boot.php:2115
-msgid "toggle mobile"
-msgstr "cambiar a modo móvil"
-
-#: ../../boot.php:2250
-msgid "Website SSL certificate is not valid. Please correct."
-msgstr "El certificado SSL del sitio web no es válido. Por favor, solucione el problema."
-
-#: ../../boot.php:2253
-#, php-format
-msgid "[hubzilla] Website SSL error for %s"
-msgstr "[hubzilla] Error SSL del sitio web en %s"
-
-#: ../../boot.php:2290
-msgid "Cron/Scheduled tasks not running."
-msgstr "Las tareas del Planificador/Cron no están funcionando."
-
-#: ../../boot.php:2294
-#, php-format
-msgid "[hubzilla] Cron tasks not running on %s"
-msgstr "[hubzilla] Las tareas de Cron no están funcionando en %s"
diff --git a/view/es-es/hstrings.php b/view/es-es/hstrings.php
index e3af4e95e..3fb186d79 100644
--- a/view/es-es/hstrings.php
+++ b/view/es-es/hstrings.php
@@ -5,114 +5,103 @@ function string_plural_select_es_es($n){
return ($n != 1);;
}}
;
+$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "La autenticación desde su servidor está bloqueada. Ha iniciado sesión localmente. Por favor, salga de la sesión y vuelva a intentarlo.";
+$a->strings["Welcome %s. Remote authentication successful."] = "Bienvenido %s. La identificación desde su servidor se ha llevado a cabo correctamente.";
+$a->strings["Update %s failed. See error logs."] = "La actualización %s ha fallado. Mire el informe de errores.";
+$a->strings["Update Error at %s"] = "Error de actualización en %s";
+$a->strings["Create an account to access services and applications within the Hubzilla"] = "Crear una cuenta para acceder a los servicios y aplicaciones dentro de Hubzilla";
+$a->strings["Register"] = "Registrarse";
+$a->strings["Logout"] = "Finalizar sesión";
+$a->strings["Login"] = "Iniciar sesión";
+$a->strings["Email"] = "Correo electrónico";
+$a->strings["Password"] = "Contraseña";
+$a->strings["Remember me"] = "Recordarme";
+$a->strings["No"] = "No";
+$a->strings["Yes"] = "Sí";
+$a->strings["Forgot your password?"] = "¿Olvidó su contraseña?";
+$a->strings["Password Reset"] = "Restablecer la contraseña";
+$a->strings["toggle mobile"] = "cambiar a modo móvil";
+$a->strings["Website SSL certificate is not valid. Please correct."] = "El certificado SSL del sitio web no es válido. Por favor, solucione el problema.";
+$a->strings["[hubzilla] Website SSL error for %s"] = "[hubzilla] Error SSL del sitio web en %s";
+$a->strings["Cron/Scheduled tasks not running."] = "Las tareas del Planificador/Cron no están funcionando.";
+$a->strings["never"] = "nunca";
+$a->strings["[hubzilla] Cron tasks not running on %s"] = "[hubzilla] Las tareas de Cron no están funcionando en %s";
$a->strings["Connect"] = "Conectar";
$a->strings["New window"] = "Nueva ventana";
$a->strings["Open the selected location in a different window or browser tab"] = "Abrir la dirección seleccionada en una ventana o pestaña aparte";
$a->strings["User '%s' deleted"] = "El usuario '%s' ha sido eliminado";
-$a->strings["Missing room name"] = "Sala de chat sin nombre";
-$a->strings["Duplicate room name"] = "Nombre de sala duplicado.";
-$a->strings["Invalid room specifier."] = "Especificador de sala no válido.";
-$a->strings["Room not found."] = "Sala no encontrada.";
-$a->strings["Permission denied."] = "Acceso denegado.";
-$a->strings["Room is full"] = "La sala está llena.";
-$a->strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "No se ha podido crear un canal con un identificador que ya existe en este sistema. La importación ha fallado.";
+$a->strings["No username found in import file."] = "No se ha encontrado el nombre de usuario en el fichero importado.";
$a->strings["Unable to create a unique channel address. Import failed."] = "No se ha podido crear una dirección de canal única. Ha fallado la importación.";
-$a->strings["Channel clone failed. Import failed."] = "La clonación del canal no ha salido bien. La importación ha fallado.";
-$a->strings["Cloned channel not found. Import failed."] = "No se ha podido importar el canal porque el canal clonado no se ha encontrado.";
-$a->strings["prev"] = "anterior";
-$a->strings["first"] = "primera";
-$a->strings["last"] = "última";
-$a->strings["next"] = "próxima";
-$a->strings["older"] = "más antiguas";
-$a->strings["newer"] = "más recientes";
-$a->strings["No connections"] = "Sin conexiones";
-$a->strings["%d Connection"] = array(
- 0 => "%d Conexión",
- 1 => "%d Conexiones",
+$a->strings["Import completed."] = "Importación completada.";
+$a->strings["Private Message"] = "Mensaje Privado";
+$a->strings["Edit"] = "Editar";
+$a->strings["Delete"] = "Eliminar";
+$a->strings["Select"] = "Seleccionar";
+$a->strings["Save to Folder"] = "Guardar en carpeta";
+$a->strings["I will attend"] = "Participaré";
+$a->strings["I will not attend"] = "No participaré";
+$a->strings["I might attend"] = "Quizá participe";
+$a->strings["I agree"] = "Estoy de acuerdo";
+$a->strings["I disagree"] = "No estoy de acuerdo";
+$a->strings["I abstain"] = "Me abstengo";
+$a->strings["View all"] = "Ver todo";
+$a->strings["__ctx:noun__ Like"] = array(
+ 0 => "Me gusta",
+ 1 => "Me gusta",
);
-$a->strings["View Connections"] = "Ver conexiones";
-$a->strings["Search"] = "Buscar";
-$a->strings["Save"] = "Guardar";
-$a->strings["poke"] = "un toque";
-$a->strings["poked"] = "ha dado un toque a";
-$a->strings["ping"] = "un \"ping\"";
-$a->strings["pinged"] = "ha enviado un \"ping\" a";
-$a->strings["prod"] = "una incitación ";
-$a->strings["prodded"] = "ha incitado a ";
-$a->strings["slap"] = "una bofetada ";
-$a->strings["slapped"] = "ha abofeteado a ";
-$a->strings["finger"] = "un \"finger\" ";
-$a->strings["fingered"] = "envió un \"finger\" a";
-$a->strings["rebuff"] = "un reproche";
-$a->strings["rebuffed"] = "ha hecho un reproche a ";
-$a->strings["happy"] = "feliz ";
-$a->strings["sad"] = "triste ";
-$a->strings["mellow"] = "tranquilo/a";
-$a->strings["tired"] = "cansado/a ";
-$a->strings["perky"] = "vivaz";
-$a->strings["angry"] = "enfadado/a";
-$a->strings["stupefied"] = "asombrado";
-$a->strings["puzzled"] = "perplejo/a";
-$a->strings["interested"] = "interesado/a";
-$a->strings["bitter"] = "amargado/a";
-$a->strings["cheerful"] = "alegre";
-$a->strings["alive"] = "animado/a";
-$a->strings["annoyed"] = "molesto/a";
-$a->strings["anxious"] = "ansioso/a";
-$a->strings["cranky"] = "de mal humor";
-$a->strings["disturbed"] = "perturbado/a";
-$a->strings["frustrated"] = "frustrado/a";
-$a->strings["depressed"] = "deprimido/a";
-$a->strings["motivated"] = "motivado/a";
-$a->strings["relaxed"] = "relajado/a";
-$a->strings["surprised"] = "sorprendido/a";
-$a->strings["Monday"] = "lunes";
-$a->strings["Tuesday"] = "martes";
-$a->strings["Wednesday"] = "miércoles";
-$a->strings["Thursday"] = "jueves";
-$a->strings["Friday"] = "viernes";
-$a->strings["Saturday"] = "sábado";
-$a->strings["Sunday"] = "domingo";
-$a->strings["January"] = "enero";
-$a->strings["February"] = "febrero";
-$a->strings["March"] = "marzo";
-$a->strings["April"] = "abril";
-$a->strings["May"] = "mayo";
-$a->strings["June"] = "junio";
-$a->strings["July"] = "julio";
-$a->strings["August"] = "agosto";
-$a->strings["September"] = "septiembre";
-$a->strings["October"] = "octubre";
-$a->strings["November"] = "noviembre";
-$a->strings["December"] = "diciembre";
-$a->strings["Unknown Attachment"] = "Adjunto no reconocido";
-$a->strings["Size"] = "Tamaño";
-$a->strings["unknown"] = "desconocido";
-$a->strings["remove category"] = "eliminar categoría";
-$a->strings["remove from file"] = "eliminar del fichero";
-$a->strings["l F d, Y \\@ g:i A"] = "l d de F, Y \\@ G:i";
-$a->strings["Starts:"] = "Comienza:";
-$a->strings["Finishes:"] = "Finaliza:";
-$a->strings["Location:"] = "Ubicación:";
-$a->strings["Click to open/close"] = "Pulsar para abrir/cerrar";
-$a->strings["Link to Source"] = "Enlazar con la entrada en su ubicación original";
-$a->strings["default"] = "por defecto";
-$a->strings["Page layout"] = "Formato de la página";
-$a->strings["You can create your own with the layouts tool"] = "Puede crear su propio formato gráfico con las herramientas de diseño";
-$a->strings["Page content type"] = "Tipo de contenido de página";
-$a->strings["Select an alternate language"] = "Seleccionar un idioma alternativo";
-$a->strings["photo"] = "foto";
-$a->strings["event"] = "evento";
-$a->strings["status"] = "el mensaje de estado";
-$a->strings["comment"] = "el comentario";
-$a->strings["activity"] = "actividad";
-$a->strings["Design Tools"] = "Herramientas de diseño";
-$a->strings["Blocks"] = "Bloques";
-$a->strings["Menus"] = "Menús";
-$a->strings["Layouts"] = "Formato gráfico";
-$a->strings["Pages"] = "Páginas";
-$a->strings["Collection"] = "Colección";
+$a->strings["__ctx:noun__ Dislike"] = array(
+ 0 => "No me gusta",
+ 1 => "No me gusta",
+);
+$a->strings["Add Star"] = "Destacar añadiendo una estrella";
+$a->strings["Remove Star"] = "Eliminar estrella";
+$a->strings["Toggle Star Status"] = "Activar o desactivar el estado de entrada preferida";
+$a->strings["starred"] = "preferidas";
+$a->strings["Message signature validated"] = "Firma de mensaje validada";
+$a->strings["Message signature incorrect"] = "Firma de mensaje incorrecta";
+$a->strings["Add Tag"] = "Añadir etiqueta";
+$a->strings["I like this (toggle)"] = "me gusta (cambiar)";
+$a->strings["like"] = "me gusta";
+$a->strings["I don't like this (toggle)"] = "No me gusta esto (cambiar)";
+$a->strings["dislike"] = "no me gusta";
+$a->strings["Share This"] = "Compartir esto";
+$a->strings["share"] = "compartir";
+$a->strings["Delivery Report"] = "Informe de transmisión";
+$a->strings["%d comment"] = array(
+ 0 => "%d comentario",
+ 1 => "%d comentarios",
+);
+$a->strings["View %s's profile - %s"] = "Ver el perfil de %s - %s";
+$a->strings["to"] = "a";
+$a->strings["via"] = "mediante";
+$a->strings["Wall-to-Wall"] = "De página del perfil a página del perfil (de \"muro\" a \"muro\")";
+$a->strings["via Wall-To-Wall:"] = "Mediante el procedimiento página del perfil a página del perfil (de \"muro\" a \"muro\")";
+$a->strings["from %s"] = "desde %s";
+$a->strings["last edited: %s"] = "último cambio: %s";
+$a->strings["Expires: %s"] = "Caduca: %s";
+$a->strings["Save Bookmarks"] = "Guardar en Marcadores";
+$a->strings["Add to Calendar"] = "Añadir al calendario";
+$a->strings["Mark all seen"] = "Marcar todo como visto";
+$a->strings["__ctx:noun__ Likes"] = "Me gusta";
+$a->strings["__ctx:noun__ Dislikes"] = "No me gusta";
+$a->strings["Close"] = "Cerrar";
+$a->strings["Please wait"] = "Espere por favor";
+$a->strings["[+] show all"] = "[+] mostrar todo:";
+$a->strings["This is you"] = "Este es usted";
+$a->strings["Comment"] = "Comentar";
+$a->strings["Submit"] = "Enviar";
+$a->strings["Bold"] = "Negrita";
+$a->strings["Italic"] = "Itálico ";
+$a->strings["Underline"] = "Subrayar";
+$a->strings["Quote"] = "Citar";
+$a->strings["Code"] = "Código";
+$a->strings["Image"] = "Imagen";
+$a->strings["Insert Link"] = "Insertar enlace";
+$a->strings["Video"] = "Vídeo";
+$a->strings["Preview"] = "Previsualizar";
+$a->strings["Encrypt text"] = "Cifrar texto";
$a->strings["parent"] = "padre";
+$a->strings["Collection"] = "Colección";
$a->strings["Principal"] = "Principal";
$a->strings["Addressbook"] = "Libreta de direcciones";
$a->strings["Calendar"] = "Calendario";
@@ -126,195 +115,72 @@ $a->strings["Create"] = "Crear";
$a->strings["Upload"] = "Subir";
$a->strings["Name"] = "Nombre";
$a->strings["Type"] = "Tipo";
+$a->strings["Size"] = "Tamaño";
$a->strings["Last Modified"] = "Última modificación";
-$a->strings["Edit"] = "Editar";
-$a->strings["Delete"] = "Eliminar";
$a->strings["You are using %1\$s of your available file storage."] = "Está usando %1\$s de su espacio disponible para ficheros.";
$a->strings["You are using %1\$s of %2\$s available file storage. (%3\$s&#37;)"] = "Está usando %1\$s de %2\$s que tiene a su disposición para ficheros. (%3\$s&#37;)";
$a->strings["WARNING:"] = "ATENCIÓN:";
$a->strings["Create new folder"] = "Crear nueva carpeta";
$a->strings["Upload file"] = "Subir fichero";
-$a->strings["Delete this item?"] = "¿Borrar este elemento?";
-$a->strings["Comment"] = "Comentar";
-$a->strings["[+] show all"] = "[+] mostrar todo:";
-$a->strings["[-] show less"] = "[-] mostrar menos";
-$a->strings["[+] expand"] = "[+] expandir";
-$a->strings["[-] collapse"] = "[-] contraer";
-$a->strings["Password too short"] = "Contraseña demasiado corta";
-$a->strings["Passwords do not match"] = "Las contraseñas no coinciden";
-$a->strings["everybody"] = "cualquiera";
-$a->strings["Secret Passphrase"] = "Contraseña secreta";
-$a->strings["Passphrase hint"] = "Pista de contraseña";
-$a->strings["Notice: Permissions have changed but have not yet been submitted."] = "Aviso: los permisos han cambiado pero aún no han sido enviados.";
-$a->strings["close all"] = "cerrar todo";
-$a->strings["Nothing new here"] = "Nada nuevo por aquí";
-$a->strings["Rate This Channel (this is public)"] = "Valorar este canal (esto es público)";
-$a->strings["Rating"] = "Valoración";
-$a->strings["Describe (optional)"] = "Describir (opcional)";
-$a->strings["Submit"] = "Enviar";
-$a->strings["Please enter a link URL"] = "Por favor, introduzca una dirección de enlace";
-$a->strings["Unsaved changes. Are you sure you wish to leave this page?"] = "Cambios no guardados. ¿Está seguro de que desea abandonar la página?";
-$a->strings["Location"] = "Ubicación";
-$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo";
-$a->strings["timeago.prefixFromNow"] = "timeago.prefixFromNow";
-$a->strings["ago"] = "antes";
-$a->strings["from now"] = "desde ahora";
-$a->strings["less than a minute"] = "menos de un minuto";
-$a->strings["about a minute"] = "alrededor de un minuto";
-$a->strings["%d minutes"] = "%d minutos";
-$a->strings["about an hour"] = "alrededor de una hora";
-$a->strings["about %d hours"] = "alrededor de %d horas";
-$a->strings["a day"] = "un día";
-$a->strings["%d days"] = "%d días";
-$a->strings["about a month"] = "alrededor de un mes";
-$a->strings["%d months"] = "%d meses";
-$a->strings["about a year"] = "alrededor de un año";
-$a->strings["%d years"] = "%d años";
-$a->strings[" "] = " ";
-$a->strings["timeago.numbers"] = "timeago.numbers";
-$a->strings["__ctx:long__ May"] = "mayo";
-$a->strings["Jan"] = "ene";
-$a->strings["Feb"] = "feb";
-$a->strings["Mar"] = "mar";
-$a->strings["Apr"] = "abr";
-$a->strings["__ctx:short__ May"] = "may";
-$a->strings["Jun"] = "jun";
-$a->strings["Jul"] = "jul";
-$a->strings["Aug"] = "ago";
-$a->strings["Sep"] = "sep";
-$a->strings["Oct"] = "oct";
-$a->strings["Nov"] = "nov";
-$a->strings["Dec"] = "dic";
-$a->strings["Sun"] = "dom";
-$a->strings["Mon"] = "lun";
-$a->strings["Tue"] = "mar";
-$a->strings["Wed"] = "mié";
-$a->strings["Thu"] = "jue";
-$a->strings["Fri"] = "vie";
-$a->strings["Sat"] = "sáb";
-$a->strings["__ctx:calendar__ today"] = "hoy";
-$a->strings["__ctx:calendar__ month"] = "mes";
-$a->strings["__ctx:calendar__ week"] = "semana";
-$a->strings["__ctx:calendar__ day"] = "día";
-$a->strings["__ctx:calendar__ All day"] = "Todos los días";
-$a->strings["No username found in import file."] = "No se ha encontrado el nombre de usuario en el fichero importado.";
-$a->strings["Import completed."] = "Importación completada.";
-$a->strings["Default"] = "Predeterminado";
-$a->strings["Permission denied"] = "Permiso denegado";
-$a->strings["(Unknown)"] = "(Desconocido)";
-$a->strings["Visible to anybody on the internet."] = "Visible para cualquiera en internet.";
-$a->strings["Visible to you only."] = "Visible sólo para usted.";
-$a->strings["Visible to anybody in this network."] = "Visible para cualquiera en esta red.";
-$a->strings["Visible to anybody authenticated."] = "Visible para cualquiera que haya sido autenticado.";
-$a->strings["Visible to anybody on %s."] = "Visible para cualquiera en %s.";
-$a->strings["Visible to all connections."] = "Visible para todas las conexiones.";
-$a->strings["Visible to approved connections."] = "Visible para las conexiones permitidas.";
-$a->strings["Visible to specific connections."] = "Visible para conexiones específicas.";
-$a->strings["Item not found."] = "Elemento no encontrado.";
-$a->strings["Collection not found."] = "Colección no encontrada.";
-$a->strings["Collection is empty."] = "La colección está vacía.";
-$a->strings["Collection: %s"] = "Colección: %s";
-$a->strings["Connection: %s"] = "Conexión: %s";
-$a->strings["Connection not found."] = "Conexión no encontrada";
-$a->strings["This event has been added to your calendar."] = "Este evento ha sido añadido a su calendario.";
-$a->strings["Not specified"] = "Sin especificar";
-$a->strings["Needs Action"] = "Necesita de una intervención";
-$a->strings["Completed"] = "Completado/a";
-$a->strings["In Process"] = "En proceso";
-$a->strings["Cancelled"] = "Cancelado/a";
-$a->strings["Unable to obtain identity information from database"] = "No ha sido posible obtener información sobre la identidad desde la base de datos";
-$a->strings["Empty name"] = "Nombre vacío";
-$a->strings["Name too long"] = "Nombre demasiado largo";
-$a->strings["No account identifier"] = "Ningún identificador de la cuenta";
-$a->strings["Nickname is required."] = "Se requiere un sobrenombre (alias).";
-$a->strings["Reserved nickname. Please choose another."] = "Sobrenombre en uso. Por favor, elija otro.";
-$a->strings["Nickname has unsupported characters or is already being used on this site."] = "El alias contiene caracteres no admitidos o está ya en uso por otros usuarios de este sitio.";
-$a->strings["Unable to retrieve created identity"] = "No ha sido posible recuperar la identidad creada";
-$a->strings["Default Profile"] = "Perfil principal";
-$a->strings["Friends"] = "Amigos/as";
-$a->strings["Requested channel is not available."] = "El canal solicitado no está disponible.";
-$a->strings["Requested profile is not available."] = "El perfil solicitado no está disponible.";
-$a->strings["Change profile photo"] = "Cambiar la foto del perfil";
-$a->strings["Profiles"] = "Perfiles";
-$a->strings["Manage/edit profiles"] = "Administrar/editar perfiles";
-$a->strings["Create New Profile"] = "Crear un nuevo perfil";
-$a->strings["Edit Profile"] = "Editar el perfil";
-$a->strings["Profile Image"] = "Imagen del perfil";
-$a->strings["visible to everybody"] = "visible para cualquiera";
-$a->strings["Edit visibility"] = "Editar visibilidad";
-$a->strings["Gender:"] = "Género:";
-$a->strings["Status:"] = "Estado:";
-$a->strings["Homepage:"] = "Página personal:";
-$a->strings["Online Now"] = "Ahora en línea";
-$a->strings["g A l F d"] = "g A l d F";
-$a->strings["F d"] = "d F";
-$a->strings["[today]"] = "[hoy]";
-$a->strings["Birthday Reminders"] = "Recordatorios de cumpleaños";
-$a->strings["Birthdays this week:"] = "Cumpleaños de esta semana:";
-$a->strings["[No description]"] = "[Sin descripción]";
-$a->strings["Event Reminders"] = "Recordatorios de eventos";
-$a->strings["Events this week:"] = "Eventos de esta semana:";
-$a->strings["Profile"] = "Perfil";
-$a->strings["Full Name:"] = "Nombre completo:";
-$a->strings["Like this channel"] = "Me gusta este canal";
-$a->strings["__ctx:noun__ Like"] = array(
- 0 => "Me gusta",
- 1 => "Me gusta",
-);
-$a->strings["j F, Y"] = "j F Y";
-$a->strings["j F"] = "j F";
-$a->strings["Birthday:"] = "Cumpleaños:";
-$a->strings["Age:"] = "Edad:";
-$a->strings["for %1\$d %2\$s"] = "por %1\$d %2\$s";
-$a->strings["Sexual Preference:"] = "Orientación sexual:";
-$a->strings["Hometown:"] = "Ciudad de origen:";
-$a->strings["Tags:"] = "Etiquetas:";
-$a->strings["Political Views:"] = "Posición política:";
-$a->strings["Religion:"] = "Religión:";
-$a->strings["About:"] = "Sobre mí:";
-$a->strings["Hobbies/Interests:"] = "Aficciones/Intereses:";
-$a->strings["Likes:"] = "Me gusta:";
-$a->strings["Dislikes:"] = "No me gusta:";
-$a->strings["Contact information and Social Networks:"] = "Información de contacto y redes sociales:";
-$a->strings["My other channels:"] = "Mis otros canales:";
-$a->strings["Musical interests:"] = "Intereses musicales:";
-$a->strings["Books, literature:"] = "Libros, literatura:";
-$a->strings["Television:"] = "Televisión:";
-$a->strings["Film/dance/culture/entertainment:"] = "Cine/danza/cultura/entretenimiento:";
-$a->strings["Love/Romance:"] = "Vida sentimental/amorosa:";
-$a->strings["Work/employment:"] = "Trabajo:";
-$a->strings["School/education:"] = "Estudios:";
-$a->strings["Like this thing"] = "Me gusta esto";
-$a->strings["Tags"] = "Etiquetas";
-$a->strings["Categories"] = "Categorías";
-$a->strings["Keywords"] = "Palabras clave";
-$a->strings["have"] = "tener";
-$a->strings["has"] = "tiene";
-$a->strings["want"] = "quiero";
-$a->strings["wants"] = "quiere";
-$a->strings["like"] = "me gusta";
-$a->strings["likes"] = "gusta de";
-$a->strings["dislike"] = "no me gusta";
-$a->strings["dislikes"] = "no gusta de";
-$a->strings["Image exceeds website size limit of %lu bytes"] = "La imagen excede el límite de %lu bytes del sitio";
-$a->strings["Image file is empty."] = "El fichero de imagen está vacío. ";
-$a->strings["Unable to process image"] = "No ha sido posible procesar la imagen";
-$a->strings["Photo storage failed."] = "La foto no ha podido ser guardada.";
-$a->strings["a new photo"] = "una nueva foto";
-$a->strings["__ctx:photo_upload__ %1\$s posted %2\$s to %3\$s"] = "%1\$s ha publicado %2\$s en %3\$s";
-$a->strings["Photo Albums"] = "Álbumes de fotos";
-$a->strings["Upload New Photos"] = "Subir nuevas fotos";
+$a->strings["Not a valid email address"] = "Dirección de correo no válida";
+$a->strings["Your email domain is not among those allowed on this site"] = "Su dirección de correo no pertenece a ninguno de los dominios permitidos en este sitio.";
+$a->strings["Your email address is already registered at this site."] = "Su dirección de correo está ya registrada en este sitio.";
+$a->strings["An invitation is required."] = "Es obligatorio que le inviten.";
+$a->strings["Invitation could not be verified."] = "No se ha podido verificar su invitación.";
+$a->strings["Please enter the required information."] = "Por favor introduzca la información requerida.";
+$a->strings["Failed to store account information."] = "La información de la cuenta no se ha podido guardar.";
+$a->strings["Registration confirmation for %s"] = "Confirmación de registro para %s";
+$a->strings["Registration request at %s"] = "Solicitud de registro en %s";
+$a->strings["Administrator"] = "Administrador";
+$a->strings["your registration password"] = "su contraseña de registro";
+$a->strings["Registration details for %s"] = "Detalles del registro de %s";
+$a->strings["Account approved."] = "Cuenta aprobada.";
+$a->strings["Registration revoked for %s"] = "Registro revocado para %s";
+$a->strings["Account verified. Please login."] = "Cuenta verificada. Por favor, inicie sesión.";
+$a->strings["Click here to upgrade."] = "Pulse aquí para actualizar";
+$a->strings["This action exceeds the limits set by your subscription plan."] = "Esta acción supera los límites establecidos por su plan de suscripción ";
+$a->strings["This action is not available under your subscription plan."] = "Esta acción no está disponible en su plan de suscripción.";
$a->strings["Visible to your default audience"] = "Visible para su público predeterminado.";
$a->strings["Show"] = "Mostrar";
$a->strings["Don't show"] = "No mostrar";
$a->strings["Other networks and post services"] = "Otras redes y servicios de publicación";
$a->strings["Permissions"] = "Permisos";
-$a->strings["Close"] = "Cerrar";
$a->strings[" and "] = "y";
$a->strings["public profile"] = "perfil público";
$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$s ha cambiado %2\$s a &ldquo;%3\$s&rdquo;";
$a->strings["Visit %1\$s's %2\$s"] = "Visitar %2\$s de %1\$s";
$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s ha actualizado %2\$s cambiando %3\$s.";
+$a->strings["Public Timeline"] = "Cronología pública";
+$a->strings["Site Admin"] = "Adminstrador del sitio";
+$a->strings["Bookmarks"] = "Marcadores";
+$a->strings["Address Book"] = "Libreta de direcciones";
+$a->strings["Channel Manager"] = "Administración de canales";
+$a->strings["Grid"] = "Red";
+$a->strings["Settings"] = "Ajustes";
+$a->strings["Webpages"] = "Páginas web";
+$a->strings["Channel Home"] = "Mi canal";
+$a->strings["Profile"] = "Perfil";
+$a->strings["Photos"] = "Fotos";
+$a->strings["Events"] = "Eventos";
+$a->strings["Directory"] = "Directorio";
+$a->strings["Help"] = "Ayuda";
+$a->strings["Mail"] = "Correo";
+$a->strings["Mood"] = "Estado de ánimo";
+$a->strings["Poke"] = "Toques y otras cosas";
+$a->strings["Chat"] = "Chat";
+$a->strings["Search"] = "Buscar";
+$a->strings["Probe"] = "Probar";
+$a->strings["Suggest"] = "Sugerir";
+$a->strings["Random Channel"] = "Canal aleatorio";
+$a->strings["Invite"] = "Invitar";
+$a->strings["Features"] = "Funcionalidades";
+$a->strings["Language"] = "Idioma";
+$a->strings["Post"] = "Publicación";
+$a->strings["Profile Photo"] = "Foto del perfil";
+$a->strings["Update"] = "Actualizar";
+$a->strings["Install"] = "Instalar";
+$a->strings["Purchase"] = "Comprar";
+$a->strings["Permission denied."] = "Acceso denegado.";
$a->strings["Item was not found."] = "Elemento no encontrado.";
$a->strings["No source file."] = "Ningún fichero de origen";
$a->strings["Cannot locate file to replace"] = "No se puede localizar el fichero que va a ser sustituido.";
@@ -330,241 +196,82 @@ $a->strings["Path not found."] = "Ruta no encontrada";
$a->strings["mkdir failed."] = "mkdir ha fallado.";
$a->strings["database storage failed."] = "el almacenamiento en la base de datos ha fallado.";
$a->strings["Empty path"] = "Ruta vacía";
-$a->strings["created a new post"] = "ha creado una nueva entrada";
-$a->strings["commented on %s's post"] = "ha comentado la entrada de %s";
-$a->strings["Apps"] = "Aplicaciones";
-$a->strings["System"] = "Sistema";
-$a->strings["Personal"] = "Personales";
-$a->strings["Create Personal App"] = "Crear una aplicación personal";
-$a->strings["Edit Personal App"] = "Editar una aplicación personal";
-$a->strings["Ignore/Hide"] = "Ignorar/Ocultar";
-$a->strings["Suggestions"] = "Sugerencias";
-$a->strings["See more..."] = "Ver más...";
-$a->strings["You have %1$.0f of %2$.0f allowed connections."] = "Tiene %1$.0f de %2$.0f conexiones permitidas.";
-$a->strings["Add New Connection"] = "Añadir nueva conexión";
-$a->strings["Enter the channel address"] = "Introducir la dirección del canal";
-$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Ejemplo: paco@ejemplo.com, http://ejemplo.com/paco";
-$a->strings["Notes"] = "Notas";
-$a->strings["Remove term"] = "Eliminar término";
-$a->strings["Saved Searches"] = "Búsquedas guardadas";
-$a->strings["add"] = "añadir";
-$a->strings["Saved Folders"] = "Carpetas guardadas";
-$a->strings["Everything"] = "Todo";
-$a->strings["Archives"] = "Hemeroteca";
-$a->strings["Me"] = "Yo";
-$a->strings["Family"] = "Familia";
-$a->strings["Acquaintances"] = "Conocidos/as";
-$a->strings["All"] = "Todos/as";
-$a->strings["Refresh"] = "Recargar";
-$a->strings["Account settings"] = "Configuración de la cuenta";
-$a->strings["Channel settings"] = "Configuración del canal";
-$a->strings["Additional features"] = "Funcionalidades";
-$a->strings["Feature/Addon settings"] = "Complementos";
-$a->strings["Display settings"] = "Ajustes de visualización";
-$a->strings["Connected apps"] = "Aplicaciones conectadas";
-$a->strings["Export channel"] = "Exportar canal";
-$a->strings["Connection Default Permissions"] = "Permisos predeterminados de conexión";
-$a->strings["Premium Channel Settings"] = "Configuración del canal premium";
-$a->strings["Channel Sources"] = "Orígenes de los contenidos del canal";
-$a->strings["Settings"] = "Ajustes";
-$a->strings["Private Mail Menu"] = "Menú de correo privado";
-$a->strings["Combined View"] = "Vista combinada";
-$a->strings["Inbox"] = "Bandeja de entrada";
-$a->strings["Outbox"] = "Bandeja de salida";
-$a->strings["New Message"] = "Nuevo mensaje";
-$a->strings["Conversations"] = "Conversaciones";
-$a->strings["Received Messages"] = "Mensajes recibidos";
-$a->strings["Sent Messages"] = "Enviar mensajes";
-$a->strings["No messages."] = "Sin mensajes.";
-$a->strings["Delete conversation"] = "Eliminar conversación";
-$a->strings["Events Menu"] = "Menú de eventos";
-$a->strings["Day View"] = "Eventos del día";
-$a->strings["Week View"] = "Eventos de la semana";
-$a->strings["Month View"] = "Eventos del mes";
-$a->strings["Export"] = "Exportar";
-$a->strings["Import"] = "Importar";
-$a->strings["Events Tools"] = "Gestión de eventos";
-$a->strings["Export Calendar"] = "Exportar el calendario";
-$a->strings["Import Calendar"] = "Importar un calendario";
-$a->strings["Chat Rooms"] = "Salas de chat";
-$a->strings["Bookmarked Chatrooms"] = "Salas de chat preferidas";
-$a->strings["Suggested Chatrooms"] = "Salas de chat sugeridas";
-$a->strings["photo/image"] = "foto/imagen";
-$a->strings["Rate Me"] = "Valorar este canal";
-$a->strings["View Ratings"] = "Mostrar las valoraciones";
-$a->strings["Public Hubs"] = "Servidores públicos";
-$a->strings["Forums"] = "Foros";
-$a->strings["Tasks"] = "Tareas";
-$a->strings["Documentation"] = "Documentación";
-$a->strings["Project/Site Information"] = "Información sobre el proyecto o sitio";
-$a->strings["For Members"] = "Para los usuarios";
-$a->strings["For Administrators"] = "Para los administradores";
-$a->strings["For Developers"] = "Para los desarrolladores";
-$a->strings["Site"] = "Sitio";
-$a->strings["Accounts"] = "Cuentas";
-$a->strings["Channels"] = "Canales";
-$a->strings["Plugins"] = "Extensiones";
-$a->strings["Themes"] = "Temas";
-$a->strings["Inspect queue"] = "Examinar la cola";
-$a->strings["Profile Config"] = "Ajustes del perfil";
-$a->strings["DB updates"] = "Actualizaciones de la base de datos";
-$a->strings["Logs"] = "Informes";
-$a->strings["Admin"] = "Administrador";
-$a->strings["Plugin Features"] = "Extensiones";
-$a->strings["User registrations waiting for confirmation"] = "Registros de usuarios pendientes de confirmación";
-$a->strings["View Photo"] = "Ver foto";
-$a->strings["Edit Album"] = "Editar álbum";
+$a->strings["Logged out."] = "Desconectado/a.";
+$a->strings["Failed authentication"] = "Autenticación fallida.";
+$a->strings["Login failed."] = "El acceso ha fallado.";
$a->strings["Attachments:"] = "Ficheros adjuntos:";
+$a->strings["l F d, Y \\@ g:i A"] = "l d de F, Y \\@ G:i";
$a->strings["\$Projectname event notification:"] = "Notificación de eventos de \$Projectname:";
+$a->strings["Starts:"] = "Comienza:";
+$a->strings["Finishes:"] = "Finaliza:";
+$a->strings["Location:"] = "Ubicación:";
+$a->strings["Image/photo"] = "Imagen/foto";
+$a->strings["Encrypted content"] = "Contenido cifrado";
+$a->strings["Install %s element: "] = "Instalar el elemento %s:";
+$a->strings["This post contains an installable %s element, however you lack permissions to install it on this site."] = "Esta entrada contiene el elemento instalable %s, sin embargo le faltan permisos para instalarlo en este sitio.";
+$a->strings["webpage"] = "página web";
+$a->strings["layout"] = "disposición";
+$a->strings["block"] = "bloque";
+$a->strings["menu"] = "menú";
+$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s escribió la siguiente %2\$s %3\$s";
+$a->strings["post"] = "entrada";
+$a->strings["Different viewers will see this text differently"] = "Visitantes diferentes verán este texto de forma distinta";
+$a->strings["$1 spoiler"] = "$1 spoiler";
+$a->strings["$1 wrote:"] = "$1 escribió:";
$a->strings["%1\$s's bookmarks"] = "Marcadores de %1\$s";
-$a->strings["General Features"] = "Funcionalidades básicas";
-$a->strings["Content Expiration"] = "Caducidad del contenido";
-$a->strings["Remove posts/comments and/or private messages at a future time"] = "Eliminar publicaciones/comentarios y/o mensajes privados más adelante";
-$a->strings["Multiple Profiles"] = "Múltiples perfiles";
-$a->strings["Ability to create multiple profiles"] = "Capacidad de crear múltiples perfiles";
-$a->strings["Advanced Profiles"] = "Perfiles avanzados";
-$a->strings["Additional profile sections and selections"] = "Secciones y selecciones de perfil adicionales";
-$a->strings["Profile Import/Export"] = "Importar/Exportar perfil";
-$a->strings["Save and load profile details across sites/channels"] = "Guardar y cargar detalles del perfil a través de sitios/canales";
-$a->strings["Web Pages"] = "Páginas web";
-$a->strings["Provide managed web pages on your channel"] = "Proveer páginas web gestionadas en su canal";
-$a->strings["Private Notes"] = "Notas privadas";
-$a->strings["Enables a tool to store notes and reminders"] = "Activar una herramienta para almacenar notas y recordatorios";
-$a->strings["Navigation Channel Select"] = "Navegación por el selector de canales";
-$a->strings["Change channels directly from within the navigation dropdown menu"] = "Cambiar de canales directamente desde el menú de navegación desplegable";
-$a->strings["Photo Location"] = "Ubicación de las fotos";
-$a->strings["If location data is available on uploaded photos, link this to a map."] = "Si los datos de ubicación están disponibles en las fotos subidas, enlazar estas a un mapa.";
-$a->strings["Expert Mode"] = "Modo de experto";
-$a->strings["Enable Expert Mode to provide advanced configuration options"] = "Habilitar el modo de experto para acceder a opciones avanzadas de configuración";
-$a->strings["Premium Channel"] = "Canal premium";
-$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = "Les permite configurar restricciones y normas de uso a aquellos que conectan con su canal";
-$a->strings["Post Composition Features"] = "Opciones para la redacción de entradas";
-$a->strings["Use Markdown"] = "Usar Markdown";
-$a->strings["Allow use of \"Markdown\" to format posts"] = "Permitir el uso de \"Markdown\" para formatear publicaciones";
-$a->strings["Large Photos"] = "Fotos de gran tamaño";
-$a->strings["Include large (1024px) photo thumbnails in posts. If not enabled, use small (640px) photo thumbnails"] = "Incluir miniaturas de fotos grandes (1024px) en publicaciones. Si no está habilitado, usar miniaturas pequeñas (640px)";
-$a->strings["Automatically import channel content from other channels or feeds"] = "Importar automáticamente contenido de otros canales o \"feeds\"";
-$a->strings["Even More Encryption"] = "Más cifrado todavía";
-$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Permitir cifrado adicional de contenido \"punto-a-punto\" con una clave secreta compartida.";
-$a->strings["Enable Voting Tools"] = "Permitir entradas con votación";
-$a->strings["Provide a class of post which others can vote on"] = "Proveer una clase de publicación en la que otros puedan votar";
-$a->strings["Delayed Posting"] = "Publicación aplazada";
-$a->strings["Allow posts to be published at a later date"] = "Permitir mensajes que se publicarán en una fecha posterior";
-$a->strings["Suppress Duplicate Posts/Comments"] = "Prevenir entradas o comentarios duplicados";
-$a->strings["Prevent posts with identical content to be published with less than two minutes in between submissions."] = "Prevenir que entradas con contenido idéntico se publiquen con menos de dos minutos de intervalo.";
-$a->strings["Network and Stream Filtering"] = "Filtrado del contenido";
-$a->strings["Search by Date"] = "Buscar por fecha";
-$a->strings["Ability to select posts by date ranges"] = "Capacidad de seleccionar entradas por rango de fechas";
-$a->strings["Collections Filter"] = "Filtrado de colecciones";
-$a->strings["Enable widget to display Network posts only from selected collections"] = "Habilitar la muestra de entradas eligiendo colecciones";
-$a->strings["Save search terms for re-use"] = "Guardar términos de búsqueda para su reutilización";
-$a->strings["Network Personal Tab"] = "Actividad personal";
-$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Habilitar una pestaña en la cual se muestren solo las entradas en las que ha participado.";
-$a->strings["Network New Tab"] = "Contenido nuevo";
-$a->strings["Enable tab to display all new Network activity"] = "Habilitar una pestaña en la que se muestre solo el contenido nuevo";
-$a->strings["Affinity Tool"] = "Herramienta de afinidad";
-$a->strings["Filter stream activity by depth of relationships"] = "Filtrar el contenido según la profundidad de las relaciones";
-$a->strings["Connection Filtering"] = "Filtrado de conexiones";
-$a->strings["Filter incoming posts from connections based on keywords/content"] = "Filtrar publicaciones entrantes de conexiones por palabras clave o contenido";
-$a->strings["Suggest Channels"] = "Sugerir canales";
-$a->strings["Show channel suggestions"] = "Mostrar sugerencias de canales";
-$a->strings["Post/Comment Tools"] = "Gestión de entradas y comentarios";
-$a->strings["Tagging"] = "Etiquetado";
-$a->strings["Ability to tag existing posts"] = "Capacidad de etiquetar entradas existentes";
-$a->strings["Post Categories"] = "Categorías de entradas";
-$a->strings["Add categories to your posts"] = "Añadir categorías a sus publicaciones";
-$a->strings["Ability to file posts under folders"] = "Capacidad de archivar entradas en carpetas";
-$a->strings["Dislike Posts"] = "Desagrado de publicaciones";
-$a->strings["Ability to dislike posts/comments"] = "Capacidad de mostrar desacuerdo con el contenido de entradas y comentarios";
-$a->strings["Star Posts"] = "Entradas destacadas";
-$a->strings["Ability to mark special posts with a star indicator"] = "Capacidad de marcar entradas destacadas con un indicador de estrella";
-$a->strings["Tag Cloud"] = "Nube de etiquetas";
-$a->strings["Provide a personal tag cloud on your channel page"] = "Proveer nube de etiquetas personal en su página de canal";
-$a->strings["Male"] = "Hombre";
-$a->strings["Female"] = "Mujer";
-$a->strings["Currently Male"] = "Actualmente hombre";
-$a->strings["Currently Female"] = "Actualmente mujer";
-$a->strings["Mostly Male"] = "Generalmente hombre";
-$a->strings["Mostly Female"] = "Generalmente mujer";
-$a->strings["Transgender"] = "Transgénero";
-$a->strings["Intersex"] = "Intersexual";
-$a->strings["Transsexual"] = "Transexual";
-$a->strings["Hermaphrodite"] = "Hermafrodita";
-$a->strings["Neuter"] = "Neutral";
-$a->strings["Non-specific"] = "No especificado";
-$a->strings["Other"] = "Otro";
-$a->strings["Undecided"] = "Indeciso/a";
-$a->strings["Males"] = "Hombres";
-$a->strings["Females"] = "Mujeres";
-$a->strings["Gay"] = "Homosexual";
-$a->strings["Lesbian"] = "Lesbiana";
-$a->strings["No Preference"] = "Sin preferencias";
-$a->strings["Bisexual"] = "Bisexual";
-$a->strings["Autosexual"] = "Autosexual";
-$a->strings["Abstinent"] = "Casto/a";
-$a->strings["Virgin"] = "Virgen";
-$a->strings["Deviant"] = "Fuera de lo común";
-$a->strings["Fetish"] = "Fetichista";
-$a->strings["Oodles"] = "Orgías";
-$a->strings["Nonsexual"] = "Asexual";
-$a->strings["Single"] = "Soltero/a";
-$a->strings["Lonely"] = "Solo/a";
-$a->strings["Available"] = "Disponible";
-$a->strings["Unavailable"] = "No disponible";
-$a->strings["Has crush"] = "Enamorado/a";
-$a->strings["Infatuated"] = "Apasionado/a";
-$a->strings["Dating"] = "Saliendo con alguien";
-$a->strings["Unfaithful"] = "Infiel";
-$a->strings["Sex Addict"] = "Con adicción al sexo";
-$a->strings["Friends/Benefits"] = "Amigos con algo extra";
-$a->strings["Casual"] = "Casual";
-$a->strings["Engaged"] = "Prometido/a";
-$a->strings["Married"] = "Casado/a";
-$a->strings["Imaginarily married"] = "Casado/a en sueños";
-$a->strings["Partners"] = "Pareja";
-$a->strings["Cohabiting"] = "Cohabitando";
-$a->strings["Common law"] = "Matrimonio tradicional";
-$a->strings["Happy"] = "Felíz";
-$a->strings["Not looking"] = "No estoy buscando";
-$a->strings["Swinger"] = "Libertino";
-$a->strings["Betrayed"] = "Engañado/a";
-$a->strings["Separated"] = "Separado/a";
-$a->strings["Unstable"] = "Inestable";
-$a->strings["Divorced"] = "Divorciado/a";
-$a->strings["Imaginarily divorced"] = "Divorciado/a en sueños";
-$a->strings["Widowed"] = "Viudo/a";
-$a->strings["Uncertain"] = "Indeterminado";
-$a->strings["It's complicated"] = "Es complicado";
-$a->strings["Don't care"] = "No me importa";
-$a->strings["Ask me"] = "Pregúnteme";
-$a->strings["Miscellaneous"] = "Varios";
-$a->strings["YYYY-MM-DD or MM-DD"] = "AAAA-MM-DD o MM-DD";
-$a->strings["Required"] = "Obligatorio";
-$a->strings["never"] = "nunca";
-$a->strings["less than a second ago"] = "hace un instante";
-$a->strings["year"] = "año";
-$a->strings["years"] = "años";
-$a->strings["month"] = "mes";
-$a->strings["months"] = "meses";
-$a->strings["week"] = "semana";
-$a->strings["weeks"] = "semanas";
-$a->strings["day"] = "día";
-$a->strings["days"] = "días";
-$a->strings["hour"] = "hora";
-$a->strings["hours"] = "horas";
-$a->strings["minute"] = "minuto";
-$a->strings["minutes"] = "minutos";
-$a->strings["second"] = "segundo";
-$a->strings["seconds"] = "segundos";
-$a->strings["__ctx:e.g. 22 hours ago, 1 minute ago__ %1\$d %2\$s ago"] = "hace %1\$d %2\$s";
-$a->strings["%1\$s's birthday"] = "Cumpleaños de %1\$s";
-$a->strings["Happy Birthday %1\$s"] = "Feliz cumpleaños %1\$s";
-$a->strings["Public Timeline"] = "Cronología pública";
+$a->strings["Missing room name"] = "Sala de chat sin nombre";
+$a->strings["Duplicate room name"] = "Nombre de sala duplicado.";
+$a->strings["Invalid room specifier."] = "Especificador de sala no válido.";
+$a->strings["Room not found."] = "Sala no encontrada.";
+$a->strings["Room is full"] = "La sala está llena.";
+$a->strings["Default"] = "Predeterminado";
+$a->strings["Frequently"] = "Frecuentemente";
+$a->strings["Hourly"] = "Cada hora";
+$a->strings["Twice daily"] = "Dos veces al día";
+$a->strings["Daily"] = "Diariamente";
+$a->strings["Weekly"] = "Semanalmente";
+$a->strings["Monthly"] = "Mensualmente";
+$a->strings["Friendica"] = "Friendica";
+$a->strings["OStatus"] = "OStatus";
+$a->strings["RSS/Atom"] = "RSS/Atom";
+$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["%d invitation available"] = array(
+ 0 => "%d invitación pendiente",
+ 1 => "%d invitaciones disponibles",
+);
+$a->strings["Advanced"] = "Avanzado";
+$a->strings["Find Channels"] = "Encontrar canales";
+$a->strings["Enter name or interest"] = "Introducir nombre o interés";
+$a->strings["Connect/Follow"] = "Conectar/Seguir";
+$a->strings["Examples: Robert Morgenstein, Fishing"] = "Ejemplos: José Fernández, Pesca";
+$a->strings["Find"] = "Encontrar";
+$a->strings["Channel Suggestions"] = "Sugerencias de canales";
+$a->strings["Random Profile"] = "Perfil aleatorio";
+$a->strings["Invite Friends"] = "Invitar a amigos";
+$a->strings["Advanced example: name=fred and country=iceland"] = "Ejemplo avanzado: nombre=juan y país=españa";
+$a->strings["Saved Folders"] = "Carpetas guardadas";
+$a->strings["Everything"] = "Todo";
+$a->strings["Categories"] = "Categorías";
+$a->strings["%d connection in common"] = array(
+ 0 => "%d conexión en común",
+ 1 => "%d conexiones en común",
+);
+$a->strings["show more"] = "mostrar más";
+$a->strings["photo"] = "foto";
+$a->strings["event"] = "evento";
$a->strings["channel"] = "el canal";
+$a->strings["status"] = "el mensaje de estado";
+$a->strings["comment"] = "el comentario";
$a->strings["%1\$s likes %2\$s's %3\$s"] = "a %1\$s le gusta %3\$s de %2\$s";
$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "a %1\$s no le gusta %3\$s de %2\$s";
$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s ahora está conectado/a con %2\$s";
$a->strings["%1\$s poked %2\$s"] = "%1\$s ha dado un toque a %2\$s";
+$a->strings["poked"] = "ha dado un toque a";
$a->strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s está %2\$s";
$a->strings["__ctx:title__ Likes"] = "Me gusta";
$a->strings["__ctx:title__ Dislikes"] = "No me gusta";
@@ -574,18 +281,10 @@ $a->strings["__ctx:title__ Abstain"] = "Abstención";
$a->strings["__ctx:title__ Attending"] = "Participaré";
$a->strings["__ctx:title__ Not attending"] = "No participaré";
$a->strings["__ctx:title__ Might attend"] = "Quizá participe";
-$a->strings["Select"] = "Seleccionar";
-$a->strings["Private Message"] = "Mensaje Privado";
-$a->strings["Message signature validated"] = "Firma de mensaje validada";
-$a->strings["Message signature incorrect"] = "Firma de mensaje incorrecta";
$a->strings["View %s's profile @ %s"] = "Ver el perfil @ %s de %s";
$a->strings["Categories:"] = "Categorías:";
$a->strings["Filed under:"] = "Archivado bajo:";
-$a->strings["from %s"] = "desde %s";
-$a->strings["last edited: %s"] = "último cambio: %s";
-$a->strings["Expires: %s"] = "Caduca: %s";
$a->strings["View in context"] = "Mostrar en su contexto";
-$a->strings["Please wait"] = "Espere por favor";
$a->strings["remove"] = "eliminar";
$a->strings["Loading..."] = "Cargando...";
$a->strings["Delete Selected Items"] = "Eliminar elementos seleccionados";
@@ -598,7 +297,6 @@ $a->strings["View Photos"] = "Ver fotos";
$a->strings["Activity/Posts"] = "Actividad y publicaciones";
$a->strings["Edit Connection"] = "Editar conexión";
$a->strings["Send PM"] = "Enviar un mensaje privado";
-$a->strings["Poke"] = "Toques y otras cosas";
$a->strings["%s likes this."] = "a %s le gusta esto.";
$a->strings["%s doesn't like this."] = "a %s no le gusta esto.";
$a->strings["<span %1\$s>%2\$d people</span> like this."] = array(
@@ -624,15 +322,9 @@ $a->strings["Tag term:"] = "Término de la etiqueta:";
$a->strings["Save to Folder:"] = "Guardar en carpeta:";
$a->strings["Where are you right now?"] = "¿Donde está ahora?";
$a->strings["Expires YYYY-MM-DD HH:MM"] = "Caduca YYYY-MM-DD HH:MM";
-$a->strings["Preview"] = "Previsualizar";
$a->strings["Share"] = "Compartir";
$a->strings["Page link name"] = "Nombre de enlace de página";
$a->strings["Post as"] = "Publicar como";
-$a->strings["Bold"] = "Negrita";
-$a->strings["Italic"] = "Itálico ";
-$a->strings["Underline"] = "Subrayar";
-$a->strings["Quote"] = "Citar";
-$a->strings["Code"] = "Código";
$a->strings["Upload photo"] = "Subir foto";
$a->strings["upload photo"] = "subir foto";
$a->strings["Attach file"] = "Adjuntar fichero";
@@ -656,7 +348,6 @@ $a->strings["Public post"] = "Entrada pública";
$a->strings["Example: bob@example.com, mary@example.com"] = "Ejemplo: roberto@ejemplo.com, maría@ejemplo.com";
$a->strings["Set expiration date"] = "Configurar fecha de caducidad";
$a->strings["Set publish date"] = "Establecer la fecha de publicación";
-$a->strings["Encrypt text"] = "Cifrar texto";
$a->strings["OK"] = "OK";
$a->strings["Cancel"] = "Cancelar";
$a->strings["Discover"] = "Descubrir";
@@ -665,6 +356,7 @@ $a->strings["Commented Order"] = "Comentarios recientes";
$a->strings["Sort by Comment Date"] = "Ordenar por fecha de comentario";
$a->strings["Posted Order"] = "Publicaciones recientes";
$a->strings["Sort by Post Date"] = "Ordenar por fecha de publicación";
+$a->strings["Personal"] = "Personales";
$a->strings["Posts that mention or involve you"] = "Publicaciones que le mencionan o involucran";
$a->strings["New"] = "Nuevas";
$a->strings["Activity Stream - by date"] = "Contenido - por fecha";
@@ -676,18 +368,11 @@ $a->strings["Channel"] = "Canal";
$a->strings["Status Messages and Posts"] = "Mensajes de estado y publicaciones";
$a->strings["About"] = "Mi perfil";
$a->strings["Profile Details"] = "Detalles del perfil";
-$a->strings["Photos"] = "Fotos";
+$a->strings["Photo Albums"] = "Álbumes de fotos";
$a->strings["Files and Storage"] = "Ficheros y repositorio";
$a->strings["Chatrooms"] = "Salas de chat";
-$a->strings["Bookmarks"] = "Marcadores";
$a->strings["Saved Bookmarks"] = "Marcadores guardados";
-$a->strings["Webpages"] = "Páginas web";
$a->strings["Manage Webpages"] = "Administrar páginas web";
-$a->strings["View all"] = "Ver todo";
-$a->strings["__ctx:noun__ Dislike"] = array(
- 0 => "No me gusta",
- 1 => "No me gusta",
-);
$a->strings["__ctx:noun__ Attending"] = array(
0 => "Participaré",
1 => "Participaré",
@@ -712,57 +397,32 @@ $a->strings["__ctx:noun__ Abstain"] = array(
0 => "se abstiene",
1 => "Se abstienen",
);
-$a->strings["Logged out."] = "Desconectado/a.";
-$a->strings["Failed authentication"] = "Autenticación fallida.";
-$a->strings["Login failed."] = "El acceso ha fallado.";
-$a->strings["Frequently"] = "Frecuentemente";
-$a->strings["Hourly"] = "Cada hora";
-$a->strings["Twice daily"] = "Dos veces al día";
-$a->strings["Daily"] = "Diariamente";
-$a->strings["Weekly"] = "Semanalmente";
-$a->strings["Monthly"] = "Mensualmente";
-$a->strings["Friendica"] = "Friendica";
-$a->strings["OStatus"] = "OStatus";
-$a->strings["RSS/Atom"] = "RSS/Atom";
-$a->strings["Email"] = "Correo electrónico";
-$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["Image/photo"] = "Imagen/foto";
-$a->strings["Encrypted content"] = "Contenido cifrado";
-$a->strings["Install %s element: "] = "Instalar el elemento %s:";
-$a->strings["This post contains an installable %s element, however you lack permissions to install it on this site."] = "Esta entrada contiene el elemento instalable %s, sin embargo le faltan permisos para instalarlo en este sitio.";
-$a->strings["webpage"] = "página web";
-$a->strings["layout"] = "disposición";
-$a->strings["block"] = "bloque";
-$a->strings["menu"] = "menú";
-$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s escribió la siguiente %2\$s %3\$s";
-$a->strings["post"] = "entrada";
-$a->strings["Different viewers will see this text differently"] = "Visitantes diferentes verán este texto de forma distinta";
-$a->strings["$1 spoiler"] = "$1 spoiler";
-$a->strings["$1 wrote:"] = "$1 escribió:";
-$a->strings["%d invitation available"] = array(
- 0 => "%d invitación pendiente",
- 1 => "%d invitaciones disponibles",
-);
-$a->strings["Advanced"] = "Avanzado";
-$a->strings["Find Channels"] = "Encontrar canales";
-$a->strings["Enter name or interest"] = "Introducir nombre o interés";
-$a->strings["Connect/Follow"] = "Conectar/Seguir";
-$a->strings["Examples: Robert Morgenstein, Fishing"] = "Ejemplos: José Fernández, Pesca";
-$a->strings["Find"] = "Encontrar";
-$a->strings["Channel Suggestions"] = "Sugerencias de canales";
-$a->strings["Random Profile"] = "Perfil aleatorio";
-$a->strings["Invite Friends"] = "Invitar a amigos";
-$a->strings["Advanced example: name=fred and country=iceland"] = "Ejemplo avanzado: nombre=juan y país=españa";
-$a->strings["%d connection in common"] = array(
- 0 => "%d conexión en común",
- 1 => "%d conexiones en común",
-);
-$a->strings["show more"] = "mostrar más";
+$a->strings["Miscellaneous"] = "Varios";
+$a->strings["YYYY-MM-DD or MM-DD"] = "AAAA-MM-DD o MM-DD";
+$a->strings["Required"] = "Obligatorio";
+$a->strings["less than a second ago"] = "hace un instante";
+$a->strings["year"] = "año";
+$a->strings["years"] = "años";
+$a->strings["month"] = "mes";
+$a->strings["months"] = "meses";
+$a->strings["week"] = "semana";
+$a->strings["weeks"] = "semanas";
+$a->strings["day"] = "día";
+$a->strings["days"] = "días";
+$a->strings["hour"] = "hora";
+$a->strings["hours"] = "horas";
+$a->strings["minute"] = "minuto";
+$a->strings["minutes"] = "minutos";
+$a->strings["second"] = "segundo";
+$a->strings["seconds"] = "segundos";
+$a->strings["__ctx:e.g. 22 hours ago, 1 minute ago__ %1\$d %2\$s ago"] = "hace %1\$d %2\$s";
+$a->strings["%1\$s's birthday"] = "Cumpleaños de %1\$s";
+$a->strings["Happy Birthday %1\$s"] = "Feliz cumpleaños %1\$s";
+$a->strings["Cannot locate DNS info for database server '%s'"] = "No se ha podido localizar información de DNS para el servidor de base de datos “%s”";
+$a->strings["Directory Options"] = "Opciones del directorio";
+$a->strings["Safe Mode"] = "Modo seguro";
+$a->strings["Public Forums Only"] = "Solo foros públicos";
+$a->strings["This Website Only"] = "Solo este sitio web";
$a->strings["\$Projectname Notification"] = "Notificación de \$Projectname";
$a->strings["\$projectname"] = "\$projectname";
$a->strings["Thank You,"] = "Gracias,";
@@ -803,6 +463,77 @@ $a->strings["Name:"] = "Nombre:";
$a->strings["Photo:"] = "Foto:";
$a->strings["Please visit %s to approve or reject the suggestion."] = "Por favor, visite %s para aprobar o rechazar la sugerencia.";
$a->strings["[Hubzilla:Notify]"] = "[Hubzilla:Aviso]";
+$a->strings["This event has been added to your calendar."] = "Este evento ha sido añadido a su calendario.";
+$a->strings["Not specified"] = "Sin especificar";
+$a->strings["Needs Action"] = "Necesita de una intervención";
+$a->strings["Completed"] = "Completado/a";
+$a->strings["In Process"] = "En proceso";
+$a->strings["Cancelled"] = "Cancelado/a";
+$a->strings["General Features"] = "Funcionalidades básicas";
+$a->strings["Content Expiration"] = "Caducidad del contenido";
+$a->strings["Remove posts/comments and/or private messages at a future time"] = "Eliminar publicaciones/comentarios y/o mensajes privados más adelante";
+$a->strings["Multiple Profiles"] = "Múltiples perfiles";
+$a->strings["Ability to create multiple profiles"] = "Capacidad de crear múltiples perfiles";
+$a->strings["Advanced Profiles"] = "Perfiles avanzados";
+$a->strings["Additional profile sections and selections"] = "Secciones y selecciones de perfil adicionales";
+$a->strings["Profile Import/Export"] = "Importar/Exportar perfil";
+$a->strings["Save and load profile details across sites/channels"] = "Guardar y cargar detalles del perfil a través de sitios/canales";
+$a->strings["Web Pages"] = "Páginas web";
+$a->strings["Provide managed web pages on your channel"] = "Proveer páginas web gestionadas en su canal";
+$a->strings["Private Notes"] = "Notas privadas";
+$a->strings["Enables a tool to store notes and reminders"] = "Activar una herramienta para almacenar notas y recordatorios";
+$a->strings["Navigation Channel Select"] = "Navegación por el selector de canales";
+$a->strings["Change channels directly from within the navigation dropdown menu"] = "Cambiar de canales directamente desde el menú de navegación desplegable";
+$a->strings["Photo Location"] = "Ubicación de las fotos";
+$a->strings["If location data is available on uploaded photos, link this to a map."] = "Si los datos de ubicación están disponibles en las fotos subidas, enlazar estas a un mapa.";
+$a->strings["Expert Mode"] = "Modo de experto";
+$a->strings["Enable Expert Mode to provide advanced configuration options"] = "Habilitar el modo de experto para acceder a opciones avanzadas de configuración";
+$a->strings["Premium Channel"] = "Canal premium";
+$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = "Les permite configurar restricciones y normas de uso a aquellos que conectan con su canal";
+$a->strings["Post Composition Features"] = "Opciones para la redacción de entradas";
+$a->strings["Use Markdown"] = "Usar Markdown";
+$a->strings["Allow use of \"Markdown\" to format posts"] = "Permitir el uso de \"Markdown\" para formatear publicaciones";
+$a->strings["Large Photos"] = "Fotos de gran tamaño";
+$a->strings["Include large (1024px) photo thumbnails in posts. If not enabled, use small (640px) photo thumbnails"] = "Incluir miniaturas de fotos grandes (1024px) en publicaciones. Si no está habilitado, usar miniaturas pequeñas (640px)";
+$a->strings["Channel Sources"] = "Orígenes de los contenidos del canal";
+$a->strings["Automatically import channel content from other channels or feeds"] = "Importar automáticamente contenido de otros canales o \"feeds\"";
+$a->strings["Even More Encryption"] = "Más cifrado todavía";
+$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Permitir cifrado adicional de contenido \"punto-a-punto\" con una clave secreta compartida.";
+$a->strings["Enable Voting Tools"] = "Permitir entradas con votación";
+$a->strings["Provide a class of post which others can vote on"] = "Proveer una clase de publicación en la que otros puedan votar";
+$a->strings["Delayed Posting"] = "Publicación aplazada";
+$a->strings["Allow posts to be published at a later date"] = "Permitir mensajes que se publicarán en una fecha posterior";
+$a->strings["Suppress Duplicate Posts/Comments"] = "Prevenir entradas o comentarios duplicados";
+$a->strings["Prevent posts with identical content to be published with less than two minutes in between submissions."] = "Prevenir que entradas con contenido idéntico se publiquen con menos de dos minutos de intervalo.";
+$a->strings["Network and Stream Filtering"] = "Filtrado del contenido";
+$a->strings["Search by Date"] = "Buscar por fecha";
+$a->strings["Ability to select posts by date ranges"] = "Capacidad de seleccionar entradas por rango de fechas";
+$a->strings["Collections Filter"] = "Filtrado de colecciones";
+$a->strings["Enable widget to display Network posts only from selected collections"] = "Habilitar la muestra de entradas eligiendo colecciones";
+$a->strings["Saved Searches"] = "Búsquedas guardadas";
+$a->strings["Save search terms for re-use"] = "Guardar términos de búsqueda para su reutilización";
+$a->strings["Network Personal Tab"] = "Actividad personal";
+$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Habilitar una pestaña en la cual se muestren solo las entradas en las que ha participado.";
+$a->strings["Network New Tab"] = "Contenido nuevo";
+$a->strings["Enable tab to display all new Network activity"] = "Habilitar una pestaña en la que se muestre solo el contenido nuevo";
+$a->strings["Affinity Tool"] = "Herramienta de afinidad";
+$a->strings["Filter stream activity by depth of relationships"] = "Filtrar el contenido según la profundidad de las relaciones";
+$a->strings["Connection Filtering"] = "Filtrado de conexiones";
+$a->strings["Filter incoming posts from connections based on keywords/content"] = "Filtrar publicaciones entrantes de conexiones por palabras clave o contenido";
+$a->strings["Suggest Channels"] = "Sugerir canales";
+$a->strings["Show channel suggestions"] = "Mostrar sugerencias de canales";
+$a->strings["Post/Comment Tools"] = "Gestión de entradas y comentarios";
+$a->strings["Community Tagging"] = "Etiquetado de la comunidad";
+$a->strings["Ability to tag existing posts"] = "Capacidad de etiquetar entradas existentes";
+$a->strings["Post Categories"] = "Categorías de entradas";
+$a->strings["Add categories to your posts"] = "Añadir categorías a sus publicaciones";
+$a->strings["Ability to file posts under folders"] = "Capacidad de archivar entradas en carpetas";
+$a->strings["Dislike Posts"] = "Desagrado de publicaciones";
+$a->strings["Ability to dislike posts/comments"] = "Capacidad de mostrar desacuerdo con el contenido de entradas y comentarios";
+$a->strings["Star Posts"] = "Entradas destacadas";
+$a->strings["Ability to mark special posts with a star indicator"] = "Capacidad de marcar entradas destacadas con un indicador de estrella";
+$a->strings["Tag Cloud"] = "Nube de etiquetas";
+$a->strings["Provide a personal tag cloud on your channel page"] = "Proveer nube de etiquetas personal en su página de canal";
$a->strings["Channel is blocked on this site."] = "El canal está bloqueado en este sitio.";
$a->strings["Channel location missing."] = "Falta la dirección del canal.";
$a->strings["Response from remote channel was incomplete."] = "Respuesta incompleta del canal.";
@@ -811,13 +542,174 @@ $a->strings["Protocol disabled."] = "Protocolo deshabilitado.";
$a->strings["Channel discovery failed."] = "El intento de acceder al canal ha fallado.";
$a->strings["local account not found."] = "No se ha encontrado la cuenta local.";
$a->strings["Cannot connect to yourself."] = "No puede conectarse consigo mismo.";
-$a->strings["Embedded content"] = "Contenido incorporado";
-$a->strings["Embedding disabled"] = "Incrustación deshabilitada";
+$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Un grupo suprimido con este nombre ha sido restablecido. <strong>Es posible</strong> que los permisos existentes sean aplicados a este grupo y sus futuros miembros. Si no quiere esto, por favor cree otro grupo con un nombre diferente.";
+$a->strings["Add new connections to this collection (privacy group)"] = "Añadir nuevas conexiones a esta colección (privacidad del grupo)";
+$a->strings["All Channels"] = "Todos los canales";
+$a->strings["edit"] = "editar";
+$a->strings["Collections"] = "Colecciones";
+$a->strings["Edit collection"] = "Editar colección";
+$a->strings["Add new collection"] = "Añadir nueva colección";
+$a->strings["Channels not in any collection"] = "El canal no se encuentra en ninguna colección";
+$a->strings["add"] = "añadir";
+$a->strings["Unable to obtain identity information from database"] = "No ha sido posible obtener información sobre la identidad desde la base de datos";
+$a->strings["Empty name"] = "Nombre vacío";
+$a->strings["Name too long"] = "Nombre demasiado largo";
+$a->strings["No account identifier"] = "Ningún identificador de la cuenta";
+$a->strings["Nickname is required."] = "Se requiere un sobrenombre (alias).";
+$a->strings["Reserved nickname. Please choose another."] = "Sobrenombre en uso. Por favor, elija otro.";
+$a->strings["Nickname has unsupported characters or is already being used on this site."] = "El alias contiene caracteres no admitidos o está ya en uso por otros usuarios de este sitio.";
+$a->strings["Unable to retrieve created identity"] = "No ha sido posible recuperar la identidad creada";
+$a->strings["Default Profile"] = "Perfil principal";
+$a->strings["Friends"] = "Amigos/as";
+$a->strings["Requested channel is not available."] = "El canal solicitado no está disponible.";
+$a->strings["Requested profile is not available."] = "El perfil solicitado no está disponible.";
+$a->strings["Change profile photo"] = "Cambiar la foto del perfil";
+$a->strings["Profiles"] = "Perfiles";
+$a->strings["Manage/edit profiles"] = "Administrar/editar perfiles";
+$a->strings["Create New Profile"] = "Crear un nuevo perfil";
+$a->strings["Edit Profile"] = "Editar el perfil";
+$a->strings["Profile Image"] = "Imagen del perfil";
+$a->strings["visible to everybody"] = "visible para cualquiera";
+$a->strings["Edit visibility"] = "Editar visibilidad";
+$a->strings["Gender:"] = "Género:";
+$a->strings["Status:"] = "Estado:";
+$a->strings["Homepage:"] = "Página personal:";
+$a->strings["Online Now"] = "Ahora en línea";
+$a->strings["g A l F d"] = "g A l d F";
+$a->strings["F d"] = "d F";
+$a->strings["[today]"] = "[hoy]";
+$a->strings["Birthday Reminders"] = "Recordatorios de cumpleaños";
+$a->strings["Birthdays this week:"] = "Cumpleaños de esta semana:";
+$a->strings["[No description]"] = "[Sin descripción]";
+$a->strings["Event Reminders"] = "Recordatorios de eventos";
+$a->strings["Events this week:"] = "Eventos de esta semana:";
+$a->strings["Full Name:"] = "Nombre completo:";
+$a->strings["Like this channel"] = "Me gusta este canal";
+$a->strings["j F, Y"] = "j F Y";
+$a->strings["j F"] = "j F";
+$a->strings["Birthday:"] = "Cumpleaños:";
+$a->strings["Age:"] = "Edad:";
+$a->strings["for %1\$d %2\$s"] = "por %1\$d %2\$s";
+$a->strings["Sexual Preference:"] = "Orientación sexual:";
+$a->strings["Hometown:"] = "Ciudad de origen:";
+$a->strings["Tags:"] = "Etiquetas:";
+$a->strings["Political Views:"] = "Posición política:";
+$a->strings["Religion:"] = "Religión:";
+$a->strings["About:"] = "Sobre mí:";
+$a->strings["Hobbies/Interests:"] = "Aficciones/Intereses:";
+$a->strings["Likes:"] = "Me gusta:";
+$a->strings["Dislikes:"] = "No me gusta:";
+$a->strings["Contact information and Social Networks:"] = "Información de contacto y redes sociales:";
+$a->strings["My other channels:"] = "Mis otros canales:";
+$a->strings["Musical interests:"] = "Intereses musicales:";
+$a->strings["Books, literature:"] = "Libros, literatura:";
+$a->strings["Television:"] = "Televisión:";
+$a->strings["Film/dance/culture/entertainment:"] = "Cine/danza/cultura/entretenimiento:";
+$a->strings["Love/Romance:"] = "Vida sentimental/amorosa:";
+$a->strings["Work/employment:"] = "Trabajo:";
+$a->strings["School/education:"] = "Estudios:";
+$a->strings["Like this thing"] = "Me gusta esto";
+$a->strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "No se ha podido crear un canal con un identificador que ya existe en este sistema. La importación ha fallado.";
+$a->strings["Channel clone failed. Import failed."] = "La clonación del canal no ha salido bien. La importación ha fallado.";
+$a->strings["Cloned channel not found. Import failed."] = "No se ha podido importar el canal porque el canal clonado no se ha encontrado.";
+$a->strings["Permission denied"] = "Permiso denegado";
+$a->strings["(Unknown)"] = "(Desconocido)";
+$a->strings["Visible to anybody on the internet."] = "Visible para cualquiera en internet.";
+$a->strings["Visible to you only."] = "Visible sólo para usted.";
+$a->strings["Visible to anybody in this network."] = "Visible para cualquiera en esta red.";
+$a->strings["Visible to anybody authenticated."] = "Visible para cualquiera que haya sido autenticado.";
+$a->strings["Visible to anybody on %s."] = "Visible para cualquiera en %s.";
+$a->strings["Visible to all connections."] = "Visible para todas las conexiones.";
+$a->strings["Visible to approved connections."] = "Visible para las conexiones permitidas.";
+$a->strings["Visible to specific connections."] = "Visible para conexiones específicas.";
+$a->strings["Item not found."] = "Elemento no encontrado.";
+$a->strings["Collection not found."] = "Colección no encontrada.";
+$a->strings["Collection is empty."] = "La colección está vacía.";
+$a->strings["Collection: %s"] = "Colección: %s";
+$a->strings["Connection: %s"] = "Conexión: %s";
+$a->strings["Connection not found."] = "Conexión no encontrada";
+$a->strings["Delete this item?"] = "¿Borrar este elemento?";
+$a->strings["[-] show less"] = "[-] mostrar menos";
+$a->strings["[+] expand"] = "[+] expandir";
+$a->strings["[-] collapse"] = "[-] contraer";
+$a->strings["Password too short"] = "Contraseña demasiado corta";
+$a->strings["Passwords do not match"] = "Las contraseñas no coinciden";
+$a->strings["everybody"] = "cualquiera";
+$a->strings["Secret Passphrase"] = "Contraseña secreta";
+$a->strings["Passphrase hint"] = "Pista de contraseña";
+$a->strings["Notice: Permissions have changed but have not yet been submitted."] = "Aviso: los permisos han cambiado pero aún no han sido enviados.";
+$a->strings["close all"] = "cerrar todo";
+$a->strings["Nothing new here"] = "Nada nuevo por aquí";
+$a->strings["Rate This Channel (this is public)"] = "Valorar este canal (esto es público)";
+$a->strings["Rating"] = "Valoración";
+$a->strings["Describe (optional)"] = "Describir (opcional)";
+$a->strings["Please enter a link URL"] = "Por favor, introduzca una dirección de enlace";
+$a->strings["Unsaved changes. Are you sure you wish to leave this page?"] = "Cambios no guardados. ¿Está seguro de que desea abandonar la página?";
+$a->strings["Location"] = "Ubicación";
+$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo";
+$a->strings["timeago.prefixFromNow"] = "timeago.prefixFromNow";
+$a->strings["ago"] = "antes";
+$a->strings["from now"] = "desde ahora";
+$a->strings["less than a minute"] = "menos de un minuto";
+$a->strings["about a minute"] = "alrededor de un minuto";
+$a->strings["%d minutes"] = "%d minutos";
+$a->strings["about an hour"] = "alrededor de una hora";
+$a->strings["about %d hours"] = "alrededor de %d horas";
+$a->strings["a day"] = "un día";
+$a->strings["%d days"] = "%d días";
+$a->strings["about a month"] = "alrededor de un mes";
+$a->strings["%d months"] = "%d meses";
+$a->strings["about a year"] = "alrededor de un año";
+$a->strings["%d years"] = "%d años";
+$a->strings[" "] = " ";
+$a->strings["timeago.numbers"] = "timeago.numbers";
+$a->strings["January"] = "enero";
+$a->strings["February"] = "febrero";
+$a->strings["March"] = "marzo";
+$a->strings["April"] = "abril";
+$a->strings["__ctx:long__ May"] = "mayo";
+$a->strings["June"] = "junio";
+$a->strings["July"] = "julio";
+$a->strings["August"] = "agosto";
+$a->strings["September"] = "septiembre";
+$a->strings["October"] = "octubre";
+$a->strings["November"] = "noviembre";
+$a->strings["December"] = "diciembre";
+$a->strings["Jan"] = "ene";
+$a->strings["Feb"] = "feb";
+$a->strings["Mar"] = "mar";
+$a->strings["Apr"] = "abr";
+$a->strings["__ctx:short__ May"] = "may";
+$a->strings["Jun"] = "jun";
+$a->strings["Jul"] = "jul";
+$a->strings["Aug"] = "ago";
+$a->strings["Sep"] = "sep";
+$a->strings["Oct"] = "oct";
+$a->strings["Nov"] = "nov";
+$a->strings["Dec"] = "dic";
+$a->strings["Sunday"] = "domingo";
+$a->strings["Monday"] = "lunes";
+$a->strings["Tuesday"] = "martes";
+$a->strings["Wednesday"] = "miércoles";
+$a->strings["Thursday"] = "jueves";
+$a->strings["Friday"] = "viernes";
+$a->strings["Saturday"] = "sábado";
+$a->strings["Sun"] = "dom";
+$a->strings["Mon"] = "lun";
+$a->strings["Tue"] = "mar";
+$a->strings["Wed"] = "mié";
+$a->strings["Thu"] = "jue";
+$a->strings["Fri"] = "vie";
+$a->strings["Sat"] = "sáb";
+$a->strings["__ctx:calendar__ today"] = "hoy";
+$a->strings["__ctx:calendar__ month"] = "mes";
+$a->strings["__ctx:calendar__ week"] = "semana";
+$a->strings["__ctx:calendar__ day"] = "día";
+$a->strings["__ctx:calendar__ All day"] = "Todos los días";
$a->strings["No recipient provided."] = "No se ha especificado ningún destinatario.";
$a->strings["[no subject]"] = "[sin asunto]";
$a->strings["Unable to determine sender."] = "No ha sido posible determinar el remitente. ";
$a->strings["Stored post could not be verified."] = "No se han podido verificar las publicaciones guardadas.";
-$a->strings["Logout"] = "Finalizar sesión";
$a->strings["End this session"] = "Finalizar esta sesión";
$a->strings["Home"] = "Inicio";
$a->strings["Your posts and conversations"] = "Sus publicaciones y conversaciones";
@@ -827,28 +719,22 @@ $a->strings["Manage/Edit profiles"] = "Administrar/editar perfiles";
$a->strings["Edit your profile"] = "Editar su perfil";
$a->strings["Your photos"] = "Sus fotos";
$a->strings["Your files"] = "Sus ficheros";
-$a->strings["Chat"] = "Chat";
$a->strings["Your chatrooms"] = "Sus salas de chat";
$a->strings["Your bookmarks"] = "Sus marcadores";
$a->strings["Your webpages"] = "Sus páginas web";
-$a->strings["Login"] = "Iniciar sesión";
$a->strings["Sign in"] = "Acceder";
$a->strings["%s - click to logout"] = "%s - pulsar para finalizar sesión";
$a->strings["Remote authentication"] = "Acceder desde su servidor";
$a->strings["Click to authenticate to your home hub"] = "Pulsar para identificarse en su servidor de inicio";
$a->strings["Home Page"] = "Página de inicio";
-$a->strings["Register"] = "Registrarse";
$a->strings["Create an account"] = "Crear una cuenta";
-$a->strings["Help"] = "Ayuda";
$a->strings["Help and documentation"] = "Ayuda y documentación";
+$a->strings["Apps"] = "Aplicaciones";
$a->strings["Applications, utilities, links, games"] = "Aplicaciones, utilidades, enlaces, juegos";
$a->strings["Search site @name, #tag, ?docs, content"] = "Buscar en el sitio por @nombre, #etiqueta, ?ayuda o contenido";
-$a->strings["Directory"] = "Directorio";
$a->strings["Channel Directory"] = "Directorio de canales";
-$a->strings["Grid"] = "Red";
$a->strings["Your grid"] = "Mi red";
$a->strings["Mark all grid notifications seen"] = "Marcar todas las notificaciones de la red como vistas";
-$a->strings["Channel Home"] = "Mi canal";
$a->strings["Channel home"] = "Mi canal";
$a->strings["Mark all channel notifications seen"] = "Marcar todas las notificaciones del canal como leídas";
$a->strings["Connections"] = "Conexiones";
@@ -856,39 +742,27 @@ $a->strings["Notices"] = "Avisos";
$a->strings["Notifications"] = "Notificaciones";
$a->strings["See all notifications"] = "Ver todas las notificaciones";
$a->strings["Mark all system notifications seen"] = "Marcar todas las notificaciones de sistema como leídas";
-$a->strings["Mail"] = "Correo";
$a->strings["Private mail"] = "Correo privado";
$a->strings["See all private messages"] = "Ver todas los mensajes privados";
$a->strings["Mark all private messages seen"] = "Marcar todos los mensajes privados como leídos";
-$a->strings["Events"] = "Eventos";
+$a->strings["Inbox"] = "Bandeja de entrada";
+$a->strings["Outbox"] = "Bandeja de salida";
+$a->strings["New Message"] = "Nuevo mensaje";
$a->strings["Event Calendar"] = "Calendario de eventos";
$a->strings["See all events"] = "Ver todos los eventos";
$a->strings["Mark all events seen"] = "Marcar todos los eventos como leidos";
-$a->strings["Channel Manager"] = "Administración de canales";
$a->strings["Manage Your Channels"] = "Gestionar sus canales";
$a->strings["Account/Channel Settings"] = "Ajustes de cuenta/canales";
+$a->strings["Admin"] = "Administrador";
$a->strings["Site Setup and Configuration"] = "Ajustes y configuración del sitio";
$a->strings["@name, #tag, ?doc, content"] = "@nombre, #etiqueta, ?ayuda, contenido";
$a->strings["Please wait..."] = "Espere por favor…";
-$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."] = "El \"token\" de seguridad del formulario no es correcto. Esto ha ocurrido probablemente porque el formulario ha estado abierto demasiado tiempo (>3 horas) antes de ser enviado";
-$a->strings["Directory Options"] = "Opciones del directorio";
-$a->strings["Safe Mode"] = "Modo seguro";
-$a->strings["No"] = "No";
-$a->strings["Yes"] = "Sí";
-$a->strings["Public Forums Only"] = "Solo foros públicos";
-$a->strings["This Website Only"] = "Solo este sitio web";
-$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Un grupo suprimido con este nombre ha sido restablecido. <strong>Es posible</strong> que los permisos existentes sean aplicados a este grupo y sus futuros miembros. Si no quiere esto, por favor cree otro grupo con un nombre diferente.";
-$a->strings["Add new connections to this collection (privacy group)"] = "Añadir nuevas conexiones a esta colección (privacidad del grupo)";
-$a->strings["All Channels"] = "Todos los canales";
-$a->strings["edit"] = "editar";
-$a->strings["Collections"] = "Colecciones";
-$a->strings["Edit collection"] = "Editar colección";
-$a->strings["Add new collection"] = "Añadir nueva colección";
-$a->strings["Channels not in any collection"] = "El canal no se encuentra en ninguna colección";
-$a->strings["Invalid data packet"] = "Paquete de datos no válido";
-$a->strings["Unable to verify channel signature"] = "No ha sido posible de verificar la firma del canal";
-$a->strings["Unable to verify site signature for %s"] = "No ha sido posible de verificar la firma del sitio para %s";
-$a->strings["invalid target signature"] = "La firma recibida no es válida";
+$a->strings["view full size"] = "Ver en el tamaño original";
+$a->strings["No Subject"] = "Sin asunto";
+$a->strings["created a new post"] = "ha creado una nueva entrada";
+$a->strings["commented on %s's post"] = "ha comentado la entrada de %s";
+$a->strings["Embedded content"] = "Contenido incorporado";
+$a->strings["Embedding disabled"] = "Incrustación deshabilitada";
$a->strings["New Page"] = "Nueva página";
$a->strings["View"] = "Ver";
$a->strings["Actions"] = "Acciones";
@@ -896,59 +770,6 @@ $a->strings["Page Link"] = "Vínculo de la página";
$a->strings["Title"] = "Título";
$a->strings["Created"] = "Creado";
$a->strings["Edited"] = "Editado";
-$a->strings["view full size"] = "Ver en el tamaño original";
-$a->strings["Administrator"] = "Administrador";
-$a->strings["No Subject"] = "Sin asunto";
-$a->strings["Cannot locate DNS info for database server '%s'"] = "No se ha podido localizar información de DNS para el servidor de base de datos “%s”";
-$a->strings["Save to Folder"] = "Guardar en carpeta";
-$a->strings["I will attend"] = "Participaré";
-$a->strings["I will not attend"] = "No participaré";
-$a->strings["I might attend"] = "Quizá participe";
-$a->strings["I agree"] = "Estoy de acuerdo";
-$a->strings["I disagree"] = "No estoy de acuerdo";
-$a->strings["I abstain"] = "Me abstengo";
-$a->strings["Add Star"] = "Destacar añadiendo una estrella";
-$a->strings["Remove Star"] = "Eliminar estrella";
-$a->strings["Toggle Star Status"] = "Activar o desactivar el estado de entrada preferida";
-$a->strings["starred"] = "preferidas";
-$a->strings["Add Tag"] = "Añadir etiqueta";
-$a->strings["I like this (toggle)"] = "me gusta (cambiar)";
-$a->strings["I don't like this (toggle)"] = "No me gusta esto (cambiar)";
-$a->strings["Share This"] = "Compartir esto";
-$a->strings["share"] = "compartir";
-$a->strings["Delivery Report"] = "Informe de transmisión";
-$a->strings["%d comment"] = array(
- 0 => "%d comentario",
- 1 => "%d comentarios",
-);
-$a->strings["View %s's profile - %s"] = "Ver el perfil de %s - %s";
-$a->strings["to"] = "a";
-$a->strings["via"] = "mediante";
-$a->strings["Wall-to-Wall"] = "De página del perfil a página del perfil (de \"muro\" a \"muro\")";
-$a->strings["via Wall-To-Wall:"] = "Mediante el procedimiento página del perfil a página del perfil (de \"muro\" a \"muro\")";
-$a->strings["Save Bookmarks"] = "Guardar en Marcadores";
-$a->strings["Add to Calendar"] = "Añadir al calendario";
-$a->strings["Mark all seen"] = "Marcar todo como visto";
-$a->strings["__ctx:noun__ Likes"] = "Me gusta";
-$a->strings["__ctx:noun__ Dislikes"] = "No me gusta";
-$a->strings["This is you"] = "Este es usted";
-$a->strings["Image"] = "Imagen";
-$a->strings["Insert Link"] = "Insertar enlace";
-$a->strings["Video"] = "Vídeo";
-$a->strings["Site Admin"] = "Adminstrador del sitio";
-$a->strings["Address Book"] = "Libreta de direcciones";
-$a->strings["Mood"] = "Estado de ánimo";
-$a->strings["Probe"] = "Probar";
-$a->strings["Suggest"] = "Sugerir";
-$a->strings["Random Channel"] = "Canal aleatorio";
-$a->strings["Invite"] = "Invitar";
-$a->strings["Features"] = "Funcionalidades";
-$a->strings["Language"] = "Idioma";
-$a->strings["Post"] = "Publicación";
-$a->strings["Profile Photo"] = "Foto del perfil";
-$a->strings["Update"] = "Actualizar";
-$a->strings["Install"] = "Instalar";
-$a->strings["Purchase"] = "Comprar";
$a->strings["Can view my normal stream and posts"] = "Pueden verse mi actividad y publicaciones normales";
$a->strings["Can view my default channel profile"] = "Puede verse mi perfil de canal predeterminado.";
$a->strings["Can view my connections"] = "Pueden verse mis conexiones";
@@ -978,601 +799,223 @@ $a->strings["Feed Republish"] = "Republicar un \"feed\"";
$a->strings["Special Purpose"] = "Propósito especial";
$a->strings["Celebrity/Soapbox"] = "Página para fans";
$a->strings["Group Repository"] = "Repositorio de grupo";
+$a->strings["Other"] = "Otro";
$a->strings["Custom/Expert Mode"] = "Modo personalizado/experto";
$a->strings["Profile Photos"] = "Fotos del perfil";
-$a->strings["Not a valid email address"] = "Dirección de correo no válida";
-$a->strings["Your email domain is not among those allowed on this site"] = "Su dirección de correo no pertenece a ninguno de los dominios permitidos en este sitio.";
-$a->strings["Your email address is already registered at this site."] = "Su dirección de correo está ya registrada en este sitio.";
-$a->strings["An invitation is required."] = "Es obligatorio que le inviten.";
-$a->strings["Invitation could not be verified."] = "No se ha podido verificar su invitación.";
-$a->strings["Please enter the required information."] = "Por favor introduzca la información requerida.";
-$a->strings["Failed to store account information."] = "La información de la cuenta no se ha podido guardar.";
-$a->strings["Registration confirmation for %s"] = "Confirmación de registro para %s";
-$a->strings["Registration request at %s"] = "Solicitud de registro en %s";
-$a->strings["your registration password"] = "su contraseña de registro";
-$a->strings["Registration details for %s"] = "Detalles del registro de %s";
-$a->strings["Account approved."] = "Cuenta aprobada.";
-$a->strings["Registration revoked for %s"] = "Registro revocado para %s";
-$a->strings["Account verified. Please login."] = "Cuenta verificada. Por favor, inicie sesión.";
-$a->strings["Click here to upgrade."] = "Pulse aquí para actualizar";
-$a->strings["This action exceeds the limits set by your subscription plan."] = "Esta acción supera los límites establecidos por su plan de suscripción ";
-$a->strings["This action is not available under your subscription plan."] = "Esta acción no está disponible en su plan de suscripción.";
-$a->strings["Permission Denied."] = "Permiso denegado";
-$a->strings["File not found."] = "Fichero no encontrado.";
-$a->strings["Edit file permissions"] = "Modificar los permisos del fichero";
-$a->strings["Set/edit permissions"] = "Establecer/editar los permisos";
-$a->strings["Include all files and sub folders"] = "Incluir todos los ficheros y subcarpetas";
-$a->strings["Return to file list"] = "Volver a la lista de ficheros";
-$a->strings["Copy/paste this code to attach file to a post"] = "Copiar/pegar este código para adjuntar el fichero al envío";
-$a->strings["Copy/paste this URL to link file from a web page"] = "Copiar/pegar esta dirección para enlazar el fichero desde una página web";
-$a->strings["Share this file"] = "Compartir este fichero";
-$a->strings["Show URL to this file"] = "Mostrar la dirección de este fichero";
-$a->strings["Notify your contacts about this file"] = "Avisar a sus contactos sobre este fichero";
-$a->strings["Collection created."] = "La colección ha sido creada.";
-$a->strings["Could not create collection."] = "No se puede crear la colección.";
-$a->strings["Collection updated."] = "La colección ha sido actualizada.";
-$a->strings["Create a collection of channels."] = "Crear una colección de canales.";
-$a->strings["Collection Name: "] = "Nombre de la colección:";
-$a->strings["Members are visible to other channels"] = "Los miembros son visibles para otros canales";
-$a->strings["Collection removed."] = "La colección ha sido eliminada.";
-$a->strings["Unable to remove collection."] = "No ha sido posible de eliminar la colección.";
-$a->strings["Collection Editor"] = "Editor de colecciones";
-$a->strings["Members"] = "Miembros";
-$a->strings["All Connected Channels"] = "Todos los canales conectados";
-$a->strings["Click on a channel to add or remove."] = "Haga clic en un canal para agregarlo o quitarlo.";
-$a->strings["Unable to locate original post."] = "No ha sido posible encontrar la entrada original.";
-$a->strings["Empty post discarded."] = "La entrada vacía ha sido desechada.";
-$a->strings["Executable content type not permitted to this channel."] = "Contenido de tipo ejecutable no permitido en este canal.";
-$a->strings["Duplicate post suppressed."] = "Se ha suprimido la entrada duplicada.";
-$a->strings["System error. Post not saved."] = "Error del sistema. La entrada no se ha podido salvar.";
-$a->strings["Unable to obtain post information from database."] = "No ha sido posible obtener información de la entrada en la base de datos.";
-$a->strings["You have reached your limit of %1$.0f top level posts."] = "Ha alcanzado su límite de %1$.0f entradas en la página principal.";
-$a->strings["You have reached your limit of %1$.0f webpages."] = "Ha alcanzado su límite de %1$.0f páginas web.";
-$a->strings["No channel."] = "Ningún canal.";
-$a->strings["Common connections"] = "Conexiones comunes";
-$a->strings["No connections in common."] = "Ninguna conexión en común.";
-$a->strings["Continue"] = "Continuar";
-$a->strings["Premium Channel Setup"] = "Configuración del canal premium";
-$a->strings["Enable premium channel connection restrictions"] = "Habilitar restricciones de conexión del canal premium";
-$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "Por favor introduzca sus restricciones o condiciones, como recibo de paypal, normas de uso, etc.";
-$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "Este canal puede requerir antes de conectar unos pasos adicionales o el conocimiento de las siguientes condiciones:";
-$a->strings["Potential connections will then see the following text before proceeding:"] = "Las posibles conexiones verán, por tanto, el siguiente texto antes de proceder:";
-$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "Al continuar, certifico que he cumplido con todas las instrucciones proporcionadas en esta página.";
-$a->strings["(No specific instructions have been provided by the channel owner.)"] = "(No ha sido proporcionada ninguna instrucción específica por el propietario del canal.)";
-$a->strings["Restricted or Premium Channel"] = "Canal premium o restringido";
-$a->strings["Profile Match"] = "Perfil compatible";
-$a->strings["No keywords to match. Please add keywords to your default profile."] = "No hay palabras clave en el perfil principal para poder encontrar perfiles compatibles. Por favor, añada palabras clave a su perfil principal.";
-$a->strings["is interested in:"] = "está interesado en:";
-$a->strings["No matches"] = "No se han encontrado perfiles compatibles";
-$a->strings["OpenID protocol error. No ID returned."] = "Error del protocolo OpenID. Ningún ID recibido como respuesta.";
-$a->strings["Welcome %s. Remote authentication successful."] = "Bienvenido %s. La identificación desde su servidor se ha llevado a cabo correctamente.";
-$a->strings["Some blurb about what to do when you're new here"] = "Algunas propuestas para el nuevo usuario sobre qué se puede hacer aquí";
-$a->strings["Away"] = "Ausente";
-$a->strings["Online"] = "Conectado/a";
-$a->strings["Public Sites"] = "Sitios públicos";
-$a->strings["The listed sites allow public registration for the \$Projectname network. All sites in the network are interlinked so membership on any of them conveys membership in the network as a whole. Some sites may require subscription or provide tiered service plans. The provider links <strong>may</strong> provide additional details."] = "Los sitios listados permiten el registro público en la red \$Projectname. Todos los sitios de la red están vinculados entre sí, por lo que sus miembros, en ninguno de ellos, indican la pertenencia a la red en su conjunto. Algunos sitios pueden requerir suscripción o proporcionar planes de servicio por niveles. Los enlaces de los proveedores <strong> pueden </strong> proporcionar detalles adicionales.";
-$a->strings["Rate this hub"] = "Valorar este sitio";
-$a->strings["Site URL"] = "Dirección del sitio";
-$a->strings["Access Type"] = "Tipo de acceso";
-$a->strings["Registration Policy"] = "Normas de registro";
-$a->strings["Project"] = "Proyecto";
-$a->strings["View hub ratings"] = "Ver las valoraciones del sitio";
-$a->strings["Rate"] = "Valorar";
-$a->strings["View ratings"] = "Ver valoraciones";
-$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s ha etiquetado la %3\$s de %2\$s con %4\$s";
-$a->strings["Website:"] = "Sitio web:";
-$a->strings["Remote Channel [%s] (not yet known on this site)"] = "Canal remoto [%s] (aún no es conocido en este sitio)";
-$a->strings["Rating (this information is public)"] = "Valoración (esta información es pública)";
-$a->strings["Optionally explain your rating (this information is public)"] = "Opcionalmente puede explicar su valoración (esta información es pública)";
-$a->strings["Block Name"] = "Nombre del bloque";
-$a->strings["Block Title"] = "Título del bloque";
-$a->strings["First Name"] = "Nombre";
-$a->strings["Last Name"] = "Apellido";
-$a->strings["Nickname"] = "Sobrenombre o Alias";
-$a->strings["Full Name"] = "Nombre completo";
-$a->strings["Profile Photo 16px"] = "Foto del perfil 16px";
-$a->strings["Profile Photo 32px"] = "Foto del perfil 32px";
-$a->strings["Profile Photo 48px"] = "Foto del perfil 48px";
-$a->strings["Profile Photo 64px"] = "Foto del perfil 64px";
-$a->strings["Profile Photo 80px"] = "Foto del perfil 80px";
-$a->strings["Profile Photo 128px"] = "Foto del perfil 128px";
-$a->strings["Timezone"] = "Zona horaria";
-$a->strings["Homepage URL"] = "Dirección de la página personal";
-$a->strings["Birth Year"] = "Año de nacimiento";
-$a->strings["Birth Month"] = "Mes de nacimiento";
-$a->strings["Birth Day"] = "Día de nacimiento";
-$a->strings["Birthdate"] = "Fecha de nacimiento";
-$a->strings["Gender"] = "Género";
-$a->strings["Like/Dislike"] = "Me gusta/No me gusta";
-$a->strings["This action is restricted to members."] = "Esta acción está restringida solo para miembros.";
-$a->strings["Please <a href=\"rmagic\">login with your \$Projectname ID</a> or <a href=\"register\">register as a new \$Projectname member</a> to continue."] = "Por favor, <a href=\"rmagic\">identifíquese con su \$Projectname ID</a> o <a href=\"register\">rregístrese como un nuevo \$Projectname member</a> para continuar.";
-$a->strings["Invalid request."] = "Solicitud incorrecta.";
-$a->strings["thing"] = "elemento";
-$a->strings["Channel unavailable."] = "Canal no disponible.";
-$a->strings["Previous action reversed."] = "Acción anterior revocada.";
-$a->strings["%1\$s agrees with %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s está de acuerdo";
-$a->strings["%1\$s doesn't agree with %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s no está de acuerdo";
-$a->strings["%1\$s abstains from a decision on %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s se abstiene";
-$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s participa";
-$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s no participa";
-$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s quizá participe";
-$a->strings["Action completed."] = "Acción completada.";
-$a->strings["Thank you."] = "Gracias.";
-$a->strings["Invalid item."] = "Elemento no válido.";
-$a->strings["Channel not found."] = "Canal no encontrado.";
+$a->strings["Image exceeds website size limit of %lu bytes"] = "La imagen excede el límite de %lu bytes del sitio";
+$a->strings["Image file is empty."] = "El fichero de imagen está vacío. ";
+$a->strings["Unable to process image"] = "No ha sido posible procesar la imagen";
+$a->strings["Photo storage failed."] = "La foto no ha podido ser guardada.";
+$a->strings["a new photo"] = "una nueva foto";
+$a->strings["__ctx:photo_upload__ %1\$s posted %2\$s to %3\$s"] = "%1\$s ha publicado %2\$s en %3\$s";
+$a->strings["Upload New Photos"] = "Subir nuevas fotos";
+$a->strings["Male"] = "Hombre";
+$a->strings["Female"] = "Mujer";
+$a->strings["Currently Male"] = "Actualmente hombre";
+$a->strings["Currently Female"] = "Actualmente mujer";
+$a->strings["Mostly Male"] = "Generalmente hombre";
+$a->strings["Mostly Female"] = "Generalmente mujer";
+$a->strings["Transgender"] = "Transgénero";
+$a->strings["Intersex"] = "Intersexual";
+$a->strings["Transsexual"] = "Transexual";
+$a->strings["Hermaphrodite"] = "Hermafrodita";
+$a->strings["Neuter"] = "Neutral";
+$a->strings["Non-specific"] = "No especificado";
+$a->strings["Undecided"] = "Indeciso/a";
+$a->strings["Males"] = "Hombres";
+$a->strings["Females"] = "Mujeres";
+$a->strings["Gay"] = "Homosexual";
+$a->strings["Lesbian"] = "Lesbiana";
+$a->strings["No Preference"] = "Sin preferencias";
+$a->strings["Bisexual"] = "Bisexual";
+$a->strings["Autosexual"] = "Autosexual";
+$a->strings["Abstinent"] = "Casto/a";
+$a->strings["Virgin"] = "Virgen";
+$a->strings["Deviant"] = "Fuera de lo común";
+$a->strings["Fetish"] = "Fetichista";
+$a->strings["Oodles"] = "Orgías";
+$a->strings["Nonsexual"] = "Asexual";
+$a->strings["Single"] = "Soltero/a";
+$a->strings["Lonely"] = "Solo/a";
+$a->strings["Available"] = "Disponible";
+$a->strings["Unavailable"] = "No disponible";
+$a->strings["Has crush"] = "Enamorado/a";
+$a->strings["Infatuated"] = "Apasionado/a";
+$a->strings["Dating"] = "Saliendo con alguien";
+$a->strings["Unfaithful"] = "Infiel";
+$a->strings["Sex Addict"] = "Con adicción al sexo";
+$a->strings["Friends/Benefits"] = "Amigos con algo extra";
+$a->strings["Casual"] = "Casual";
+$a->strings["Engaged"] = "Prometido/a";
+$a->strings["Married"] = "Casado/a";
+$a->strings["Imaginarily married"] = "Casado/a en sueños";
+$a->strings["Partners"] = "Pareja";
+$a->strings["Cohabiting"] = "Cohabitando";
+$a->strings["Common law"] = "Matrimonio tradicional";
+$a->strings["Happy"] = "Felíz";
+$a->strings["Not looking"] = "No estoy buscando";
+$a->strings["Swinger"] = "Libertino";
+$a->strings["Betrayed"] = "Engañado/a";
+$a->strings["Separated"] = "Separado/a";
+$a->strings["Unstable"] = "Inestable";
+$a->strings["Divorced"] = "Divorciado/a";
+$a->strings["Imaginarily divorced"] = "Divorciado/a en sueños";
+$a->strings["Widowed"] = "Viudo/a";
+$a->strings["Uncertain"] = "Indeterminado";
+$a->strings["It's complicated"] = "Es complicado";
+$a->strings["Don't care"] = "No me importa";
+$a->strings["Ask me"] = "Pregúnteme";
+$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."] = "El \"token\" de seguridad del formulario no es correcto. Esto ha ocurrido probablemente porque el formulario ha estado abierto demasiado tiempo (>3 horas) antes de ser enviado";
+$a->strings["Tags"] = "Etiquetas";
+$a->strings["Keywords"] = "Palabras clave";
+$a->strings["have"] = "tener";
+$a->strings["has"] = "tiene";
+$a->strings["want"] = "quiero";
+$a->strings["wants"] = "quiere";
+$a->strings["likes"] = "gusta de";
+$a->strings["dislikes"] = "no gusta de";
+$a->strings["prev"] = "anterior";
+$a->strings["first"] = "primera";
+$a->strings["last"] = "última";
+$a->strings["next"] = "próxima";
+$a->strings["older"] = "más antiguas";
+$a->strings["newer"] = "más recientes";
+$a->strings["No connections"] = "Sin conexiones";
+$a->strings["%d Connection"] = array(
+ 0 => "%d Conexión",
+ 1 => "%d Conexiones",
+);
+$a->strings["View Connections"] = "Ver conexiones";
+$a->strings["Save"] = "Guardar";
+$a->strings["poke"] = "un toque";
+$a->strings["ping"] = "un \"ping\"";
+$a->strings["pinged"] = "ha enviado un \"ping\" a";
+$a->strings["prod"] = "una incitación ";
+$a->strings["prodded"] = "ha incitado a ";
+$a->strings["slap"] = "una bofetada ";
+$a->strings["slapped"] = "ha abofeteado a ";
+$a->strings["finger"] = "un \"finger\" ";
+$a->strings["fingered"] = "envió un \"finger\" a";
+$a->strings["rebuff"] = "un reproche";
+$a->strings["rebuffed"] = "ha hecho un reproche a ";
+$a->strings["happy"] = "feliz ";
+$a->strings["sad"] = "triste ";
+$a->strings["mellow"] = "tranquilo/a";
+$a->strings["tired"] = "cansado/a ";
+$a->strings["perky"] = "vivaz";
+$a->strings["angry"] = "enfadado/a";
+$a->strings["stupefied"] = "asombrado/a";
+$a->strings["puzzled"] = "perplejo/a";
+$a->strings["interested"] = "interesado/a";
+$a->strings["bitter"] = "amargado/a";
+$a->strings["cheerful"] = "alegre";
+$a->strings["alive"] = "animado/a";
+$a->strings["annoyed"] = "molesto/a";
+$a->strings["anxious"] = "ansioso/a";
+$a->strings["cranky"] = "de mal humor";
+$a->strings["disturbed"] = "perturbado/a";
+$a->strings["frustrated"] = "frustrado/a";
+$a->strings["depressed"] = "deprimido/a";
+$a->strings["motivated"] = "motivado/a";
+$a->strings["relaxed"] = "relajado/a";
+$a->strings["surprised"] = "sorprendido/a";
+$a->strings["May"] = "mayo";
+$a->strings["Unknown Attachment"] = "Adjunto no reconocido";
+$a->strings["unknown"] = "desconocido";
+$a->strings["remove category"] = "eliminar categoría";
+$a->strings["remove from file"] = "eliminar del fichero";
+$a->strings["Click to open/close"] = "Pulsar para abrir/cerrar";
+$a->strings["Link to Source"] = "Enlazar con la entrada en su ubicación original";
+$a->strings["default"] = "por defecto";
+$a->strings["Page layout"] = "Formato de la página";
+$a->strings["You can create your own with the layouts tool"] = "Puede crear su propio formato gráfico con las herramientas de diseño";
+$a->strings["Page content type"] = "Tipo de contenido de página";
+$a->strings["Select an alternate language"] = "Seleccionar un idioma alternativo";
+$a->strings["activity"] = "actividad";
+$a->strings["Design Tools"] = "Herramientas de diseño";
+$a->strings["Blocks"] = "Bloques";
+$a->strings["Menus"] = "Menús";
+$a->strings["Layouts"] = "Formato gráfico";
+$a->strings["Pages"] = "Páginas";
+$a->strings["System"] = "Sistema";
+$a->strings["Create Personal App"] = "Crear una aplicación personal";
+$a->strings["Edit Personal App"] = "Editar una aplicación personal";
+$a->strings["Ignore/Hide"] = "Ignorar/Ocultar";
+$a->strings["Suggestions"] = "Sugerencias";
+$a->strings["See more..."] = "Ver más...";
+$a->strings["You have %1$.0f of %2$.0f allowed connections."] = "Tiene %1$.0f de %2$.0f conexiones permitidas.";
+$a->strings["Add New Connection"] = "Añadir nueva conexión";
+$a->strings["Enter the channel address"] = "Introducir la dirección del canal";
+$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Ejemplo: paco@ejemplo.com, http://ejemplo.com/paco";
+$a->strings["Notes"] = "Notas";
+$a->strings["Remove term"] = "Eliminar término";
+$a->strings["Archives"] = "Hemeroteca";
+$a->strings["Me"] = "Yo";
+$a->strings["Family"] = "Familia";
+$a->strings["Acquaintances"] = "Conocidos/as";
+$a->strings["All"] = "Todos/as";
+$a->strings["Refresh"] = "Recargar";
+$a->strings["Account settings"] = "Configuración de la cuenta";
+$a->strings["Channel settings"] = "Configuración del canal";
+$a->strings["Additional features"] = "Funcionalidades";
+$a->strings["Feature/Addon settings"] = "Complementos";
+$a->strings["Display settings"] = "Ajustes de visualización";
+$a->strings["Connected apps"] = "Aplicaciones conectadas";
+$a->strings["Export channel"] = "Exportar canal";
+$a->strings["Connection Default Permissions"] = "Permisos predeterminados de conexión";
+$a->strings["Premium Channel Settings"] = "Configuración del canal premium";
+$a->strings["Private Mail Menu"] = "Menú de correo privado";
+$a->strings["Combined View"] = "Vista combinada";
+$a->strings["Conversations"] = "Conversaciones";
+$a->strings["Received Messages"] = "Mensajes recibidos";
+$a->strings["Sent Messages"] = "Enviar mensajes";
+$a->strings["No messages."] = "Sin mensajes.";
+$a->strings["Delete conversation"] = "Eliminar conversación";
+$a->strings["Events Menu"] = "Menú de eventos";
+$a->strings["Day View"] = "Eventos del día";
+$a->strings["Week View"] = "Eventos de la semana";
+$a->strings["Month View"] = "Eventos del mes";
+$a->strings["Export"] = "Exportar";
+$a->strings["Import"] = "Importar";
+$a->strings["Events Tools"] = "Gestión de eventos";
+$a->strings["Export Calendar"] = "Exportar el calendario";
+$a->strings["Import Calendar"] = "Importar un calendario";
+$a->strings["Chat Rooms"] = "Salas de chat";
+$a->strings["Bookmarked Chatrooms"] = "Salas de chat preferidas";
+$a->strings["Suggested Chatrooms"] = "Salas de chat sugeridas";
+$a->strings["photo/image"] = "foto/imagen";
+$a->strings["Rate Me"] = "Valorar este canal";
+$a->strings["View Ratings"] = "Mostrar las valoraciones";
+$a->strings["Public Hubs"] = "Servidores públicos";
+$a->strings["Forums"] = "Foros";
+$a->strings["Tasks"] = "Tareas";
+$a->strings["Documentation"] = "Documentación";
+$a->strings["Project/Site Information"] = "Información sobre el proyecto o sitio";
+$a->strings["For Members"] = "Para los usuarios";
+$a->strings["For Administrators"] = "Para los administradores";
+$a->strings["For Developers"] = "Para los desarrolladores";
+$a->strings["Site"] = "Sitio";
+$a->strings["Accounts"] = "Cuentas";
+$a->strings["Channels"] = "Canales";
+$a->strings["Plugins"] = "Extensiones";
+$a->strings["Themes"] = "Temas";
+$a->strings["Inspect queue"] = "Examinar la cola";
+$a->strings["Profile Config"] = "Ajustes del perfil";
+$a->strings["DB updates"] = "Actualizaciones de la base de datos";
+$a->strings["Logs"] = "Informes";
+$a->strings["Plugin Features"] = "Extensiones";
+$a->strings["User registrations waiting for confirmation"] = "Registros de usuarios pendientes de confirmación";
+$a->strings["View Photo"] = "Ver foto";
+$a->strings["Edit Album"] = "Editar álbum";
+$a->strings["Invalid data packet"] = "Paquete de datos no válido";
+$a->strings["Unable to verify channel signature"] = "No ha sido posible de verificar la firma del canal";
+$a->strings["Unable to verify site signature for %s"] = "No ha sido posible de verificar la firma del sitio para %s";
+$a->strings["invalid target signature"] = "La firma recibida no es válida";
+$a->strings["Not Found"] = "No encontrado";
$a->strings["Page not found."] = "Página no encontrada.";
-$a->strings["Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."] = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.";
-$a->strings["Channel removals are not allowed within 48 hours of changing the account password."] = "La eliminación de canales no está permitida hasta pasadas 48 horas desde el último cambio de contraseña.";
-$a->strings["Remove This Channel"] = "Eliminar este canal";
-$a->strings["WARNING: "] = "ATENCIÓN:";
-$a->strings["This channel will be completely removed from the network. "] = "Este canal va a ser completamente eliminado de la red.";
-$a->strings["This action is permanent and can not be undone!"] = "¡Esta acción tiene carácter definitivo y no se puede deshacer!";
-$a->strings["Please enter your password for verification:"] = "Por favor, introduzca su contraseña para su verificación:";
-$a->strings["Remove this channel and all its clones from the network"] = "Eliminar este canal y todos sus clones de la red";
-$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = "Por defecto, solo la instancia del canal alojado en este servidor será eliminado de la red";
-$a->strings["Remove Channel"] = "Eliminar el canal";
-$a->strings["Set your current mood and tell your friends"] = "Describir su estado de ánimo para comunicárselo a sus amigos";
-$a->strings["Add a Channel"] = "Añadir un canal";
-$a->strings["A channel is your own collection of related web pages. A channel can be used to hold social network profiles, blogs, conversation groups and forums, celebrity pages, and much more. You may create as many channels as your service provider allows."] = "Un canal está formado por su propia colección de páginas web relacionadas. Se puede utilizar para almacenar los perfiles sociales de la red, blogs, grupos de conversación y foros, páginas de famosos y mucho más. Puede crear tantos canales como su proveedor de servicio permita.";
-$a->strings["Channel Name"] = "Nombre del canal";
-$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = "Ejemplos: \"Juan García\", \"Isabel y sus caballos\", \"Fútbol\", \"Grupo de parapente\" ";
-$a->strings["Choose a short nickname"] = "Elija un alias corto";
-$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Su alias podrá usarse para crear una dirección de canal fácilmente memorizable (como una dirección de correo electrónico) que puede ser compartido con otros.";
-$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = "O <a href=\"import\">importar un canal existente</a> de otro lugar";
-$a->strings["Please choose a channel type (such as social networking or community forum) and privacy requirements so we can select the best permissions for you"] = "Elija el tipo de canal (como red social o foro de discusión) y la privacidad que requiera, así podremos seleccionar el mejor conjunto de permisos para usted";
-$a->strings["Channel Type"] = "Tipo de canal";
-$a->strings["Read more about roles"] = "Leer más sobre los roles";
-$a->strings["No ratings"] = "Ninguna valoración";
-$a->strings["Public access denied."] = "Acceso público denegado.";
-$a->strings["Ratings"] = "Valoraciones";
-$a->strings["Rating: "] = "Valoración:";
-$a->strings["Website: "] = "Sitio web:";
-$a->strings["Description: "] = "Descripción:";
-$a->strings["\$Projectname Server - Setup"] = "Servidor \$Projectname - Instalación";
-$a->strings["Could not connect to database."] = "No se ha podido conectar a la base de datos.";
-$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "No se puede conectar con la dirección del sitio indicada. Podría tratarse de un problema de SSL o DNS.";
-$a->strings["Could not create table."] = "No se puede crear la tabla.";
-$a->strings["Your site database has been installed."] = "La base de datos del sitio ha sido instalada.";
-$a->strings["You may need to import the file \"install/schema_xxx.sql\" manually using a database client."] = "Podría tener que importar manualmente el fichero \"install/schema_xxx.sql\" usando un cliente de base de datos.";
-$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Por favor, lea el fichero \"install/INSTALL.txt\".";
-$a->strings["System check"] = "Verificación del sistema";
-$a->strings["Next"] = "Siguiente";
-$a->strings["Check again"] = "Verificar de nuevo";
-$a->strings["Database connection"] = "Conexión a la base de datos";
-$a->strings["In order to install \$Projectname we need to know how to connect to your database."] = "Para instalar \$Projectname es necesario saber cómo conectar con su base de datos.";
-$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Por favor, contacte con el proveedor de servicios o el administrador del sitio si tiene dudas sobre estos ajustes.";
-$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "La base de datos que especifique a continuación debe existir ya. Si no es así, por favor, créela antes de seguir.";
-$a->strings["Database Server Name"] = "Nombre del servidor de base de datos";
-$a->strings["Default is 127.0.0.1"] = "De forma predeterminada es 127.0.0.1";
-$a->strings["Database Port"] = "Puerto de la base de datos";
-$a->strings["Communication port number - use 0 for default"] = "Número del puerto de comunicaciones - use 0 como valor por defecto";
-$a->strings["Database Login Name"] = "Usuario de la base de datos";
-$a->strings["Database Login Password"] = "Contraseña de acceso a la base de datos";
-$a->strings["Database Name"] = "Nombre de la base de datos";
-$a->strings["Database Type"] = "Tipo de base de datos";
-$a->strings["Site administrator email address"] = "Dirección de correo electrónico del administrador del sitio";
-$a->strings["Your account email address must match this in order to use the web admin panel."] = "Su cuenta deberá usar la misma dirección de correo electrónico para poder utilizar el panel de administración web.";
-$a->strings["Website URL"] = "Dirección del sitio web";
-$a->strings["Please use SSL (https) URL if available."] = "Por favor, use SSL (https) si está disponible.";
-$a->strings["Please select a default timezone for your website"] = "Por favor, selecciones la zona horaria por defecto de su sitio web";
-$a->strings["Site settings"] = "Ajustes del sitio";
-$a->strings["Could not find a command line version of PHP in the web server PATH."] = "No se puede encontrar una versión en línea de comandos de PHP en la ruta del servidor web.";
-$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."] = "Si no tiene instalada la versión de línea de comandos de PHP en su servidor, no podrá ejecutar sondeos en segundo plano mediante cron.";
-$a->strings["PHP executable path"] = "Ruta del ejecutable PHP";
-$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Introducir la ruta completa del ejecutable PHP. Puede dejar la línea en blanco para continuar la instalación.";
-$a->strings["Command line PHP"] = "PHP en línea de comandos";
-$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "La línea de comandos PHP de su sistema no tiene activado \"register_argc_argv\".";
-$a->strings["This is required for message delivery to work."] = "Esto es necesario para que funcione la transmisión de mensajes.";
-$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv";
-$a->strings["Your max allowed total upload size is set to %s. Maximum size of one file to upload is set to %s. You are allowed to upload up to %d files at once."] = "La carga máxima que se le permite subir está establecida en %s. El tamaño máximo de un fichero está establecido en %s. Está permitido subir hasta un máximo de %d ficheros de una sola vez.";
-$a->strings["You can adjust these settings in the servers php.ini."] = "Puede ajustar estos valores en el fichero php.ini de su servidor.";
-$a->strings["PHP upload limits"] = "Límites PHP de subida";
-$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Error: La función \"openssl_pkey_new\" en este sistema no es capaz de general claves de cifrado.";
-$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Si está en un servidor Windows, por favor, lea \"http://www.php.net/manual/en/openssl.installation.php\".";
-$a->strings["Generate encryption keys"] = "Generar claves de cifrado";
-$a->strings["libCurl PHP module"] = "módulo libCurl PHP";
-$a->strings["GD graphics PHP module"] = "módulo PHP GD graphics";
-$a->strings["OpenSSL PHP module"] = "módulo PHP OpenSSL";
-$a->strings["mysqli or postgres PHP module"] = "módulo PHP mysqli o postgres";
-$a->strings["mb_string PHP module"] = "módulo PHP mb_string";
-$a->strings["mcrypt PHP module"] = "módulo PHP mcrypt ";
-$a->strings["xml PHP module"] = "módulo PHP xml";
-$a->strings["Apache mod_rewrite module"] = "módulo Apache mod_rewrite ";
-$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Error: se necesita el módulo del servidor web Apache mod-rewrite pero no está instalado.";
-$a->strings["proc_open"] = "proc_open";
-$a->strings["Error: proc_open is required but is either not installed or has been disabled in php.ini"] = "Error: se necesita proc_open pero o no está instalado o ha sido desactivado en el fichero php.ini";
-$a->strings["Error: libCURL PHP module required but not installed."] = "Error: se necesita el módulo PHP libCURL pero no está instalado.";
-$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Error: el módulo PHP GD graphics es necesario, pero no está instalado.";
-$a->strings["Error: openssl PHP module required but not installed."] = "Error: el módulo PHP openssl es necesario, pero no está instalado.";
-$a->strings["Error: mysqli or postgres PHP module required but neither are installed."] = "Error: el módulo PHP mysqli o postgres es necesario pero ninguno de los dos está instalado.";
-$a->strings["Error: mb_string PHP module required but not installed."] = "Error: el módulo PHP mb_string es necesario, pero no está instalado.";
-$a->strings["Error: mcrypt PHP module required but not installed."] = "Error: el módulo PHP mcrypt es necesario, pero no está instalado.";
-$a->strings["Error: xml PHP module required for DAV but not installed."] = "Error: el módulo PHP xml es necesario para DAV, pero no está instalado.";
-$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."] = "El instalador web no ha podido crear un fichero llamado “.htconfig.php” en la carpeta base de su servidor.";
-$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."] = "Esto está generalmente ligado a un problema de permisos, a causa del cual el servidor web tiene prohibido modificar ficheros en su carpeta - incluso si usted mismo tiene esos permisos.";
-$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = "Al término de este procedimiento, podemos crear un fichero de texto para guardar con el nombre .htconfig.php en el directorio raíz de su instalación de Hubzilla.";
-$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "Como alternativa, puede dejar este procedimiento e intentar realizar una instalación manual. Lea, por favor, el fichero\"install/INSTALL.txt\" para las instrucciones.";
-$a->strings[".htconfig.php is writable"] = ".htconfig.php tiene permisos de escritura";
-$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Hubzilla hace uso del motor de plantillas Smarty3 para diseñar sus plantillas gráficas. Smarty3 es más rápido porque compila las plantillas de páginas directamente en PHP.";
-$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder."] = "Para poder guardar las plantillas compiladas, el servidor web necesita permisos para acceder al subdirectorio %s en el directorio de instalación de Hubzilla.";
-$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Por favor, asegúrese de que el servidor web está siendo ejecutado por un usuario que tenga permisos de escritura sobre esta carpeta (por ejemplo, www-data).";
-$a->strings["Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."] = "Nota: como medida de seguridad, debe dar al servidor web permisos de escritura solo sobre %s - no sobre el fichero de plantilla (.tpl) que contiene.";
-$a->strings["%s is writable"] = "%s tiene permisos de escritura";
-$a->strings["Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"] = "Red guarda los ficheros descargados en la carpeta \"store\". El servidor web necesita tener permisos de escritura sobre esa carpeta, en el directorio de instalación.";
-$a->strings["store is writable"] = "\"store\" tiene permisos de escritura";
-$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "El certificado SSL no ha podido ser validado. Corrija este problema o desactive el acceso https a este sitio.";
-$a->strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = "Si su servidor soporta conexiones cifradas SSL o si permite conexiones al puerto TCP 443 (el puerto usado por el protocolo https), debe utilizar un certificado válido. No debe usar un certificado firmado por usted mismo.";
-$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "Se ha incorporado esta restricción para evitar que sus publicaciones públicas hagan referencia a imágenes en su propio servidor.";
-$a->strings["If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "Si su certificado no ha sido reconocido, los miembros de otros sitios (con certificados válidos) recibirán mensajes de aviso en sus propios sitios web.";
-$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "Por razones de compatibilidad (sobre el conjunto de la red, no solo sobre su propio sitio), debemos insistir en estos requisitos.";
-$a->strings["Providers are available that issue free certificates which are browser-valid."] = "Existen varias Autoridades de Certificación que le pueden proporcionar certificados válidos.";
-$a->strings["SSL certificate validation"] = "validación del certificado SSL";
-$a->strings["Url rewrite in .htaccess is not working. Check your server configuration.Test: "] = "No se pueden reescribir las direcciones web en .htaccess. Compruebe la configuración de su servidor:";
-$a->strings["Url rewrite is working"] = "La reescritura de las direcciones funciona correctamente";
-$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."] = "El fichero de configuración de la base de datos .htconfig.php no se ha podido modificar. Por favor, copie el texto generado en un fichero con ese nombre en el directorio raíz de su servidor.";
-$a->strings["Errors encountered creating database tables."] = "Se han encontrado errores al crear las tablas de la base de datos.";
-$a->strings["<h1>What next</h1>"] = "<h1>Siguiente paso</h1>";
-$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANTE: Debe crear [manualmente] una tarea programada para el \"poller\".";
-$a->strings["Bookmark added"] = "Marcador añadido";
-$a->strings["My Bookmarks"] = "Mis marcadores";
-$a->strings["My Connections Bookmarks"] = "Marcadores de mis conexiones";
-$a->strings["This setting requires special processing and editing has been blocked."] = "Este ajuste necesita de un proceso especial y la edición ha sido bloqueada.";
-$a->strings["Configuration Editor"] = "Editor de configuración";
-$a->strings["Warning: Changing some settings could render your channel inoperable. Please leave this page unless you are comfortable with and knowledgeable about how to correctly use this feature."] = "Atención: El cambio de algunos ajustes puede volver inutilizable su canal. Por favor, abandone la página excepto que esté seguro y sepa cómo usar correctamente esta característica.";
-$a->strings["Poke/Prod"] = "Toque/Incitación";
-$a->strings["poke, prod or do other things to somebody"] = "dar un toque, incitar u otras cosas a alguien";
-$a->strings["Recipient"] = "Destinatario";
-$a->strings["Choose what you wish to do to recipient"] = "Elegir qué desea enviar al destinatario";
-$a->strings["Make this post private"] = "Convertir en privado este envío";
-$a->strings["Profile not found."] = "Perfil no encontrado.";
-$a->strings["Profile deleted."] = "Perfil eliminado.";
-$a->strings["Profile-"] = "Perfil-";
-$a->strings["New profile created."] = "El nuevo perfil ha sido creado.";
-$a->strings["Profile unavailable to clone."] = "Perfil no disponible para clonar.";
-$a->strings["Profile unavailable to export."] = "Perfil no disponible para exportar.";
-$a->strings["Profile Name is required."] = "Se necesita el nombre del perfil.";
-$a->strings["Marital Status"] = "Estado civil";
-$a->strings["Romantic Partner"] = "Pareja sentimental";
-$a->strings["Likes"] = "Me gusta";
-$a->strings["Dislikes"] = "No me gusta";
-$a->strings["Work/Employment"] = "Trabajo:";
-$a->strings["Religion"] = "Religión";
-$a->strings["Political Views"] = "Ideas políticas";
-$a->strings["Sexual Preference"] = "Preferencia sexual";
-$a->strings["Homepage"] = "Página personal";
-$a->strings["Interests"] = "Intereses";
-$a->strings["Address"] = "Dirección";
-$a->strings["Profile updated."] = "Perfil actualizado.";
-$a->strings["Hide your contact/friend list from viewers of this profile?"] = "¿Ocultar su lista de contactos a los visitantes de este perfil?";
-$a->strings["Edit Profile Details"] = "Modificar los detalles de este perfil";
-$a->strings["View this profile"] = "Ver este perfil";
-$a->strings["Change Profile Photo"] = "Cambiar la foto del perfil";
-$a->strings["Create a new profile using these settings"] = "Crear un nuevo perfil usando estos ajustes";
-$a->strings["Clone this profile"] = "Clonar este perfil";
-$a->strings["Delete this profile"] = "Eliminar este perfil";
-$a->strings["Import profile from file"] = "Importar perfil desde un fichero";
-$a->strings["Export profile to file"] = "Exportar perfil a un fichero";
-$a->strings["Profile Name:"] = "Nombre del perfil:";
-$a->strings["Your Full Name:"] = "Su nombre completo:";
-$a->strings["Title/Description:"] = "Título/Descripción:";
-$a->strings["Your Gender:"] = "Su género:";
-$a->strings["Birthday :"] = "Cumpleaños:";
-$a->strings["Street Address:"] = "Calle:";
-$a->strings["Locality/City:"] = "Ciudad:";
-$a->strings["Postal/Zip Code:"] = "Código postal:";
-$a->strings["Country:"] = "País:";
-$a->strings["Region/State:"] = "Región/Estado:";
-$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Estado sentimental:";
-$a->strings["Who: (if applicable)"] = "Quién: (si es aplicable)";
-$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Por ejemplo: ana123, María González, sara@ejemplo.com";
-$a->strings["Since [date]:"] = "Desde [fecha]:";
-$a->strings["Homepage URL:"] = "Dirección de la página personal:";
-$a->strings["Religious Views:"] = "Creencias religiosas:";
-$a->strings["Keywords:"] = "Palabras clave:";
-$a->strings["Example: fishing photography software"] = "Por ejemplo: software de fotografía submarina";
-$a->strings["Used in directory listings"] = "Visible en el directorio público del canal";
-$a->strings["Tell us about yourself..."] = "Háblenos de usted...";
-$a->strings["Hobbies/Interests"] = "Aficiones/Intereses";
-$a->strings["Contact information and Social Networks"] = "Información de contacto y redes sociales";
-$a->strings["My other channels"] = "Mis otros canales";
-$a->strings["Musical interests"] = "Preferencias musicales";
-$a->strings["Books, literature"] = "Libros, literatura";
-$a->strings["Television"] = "Televisión";
-$a->strings["Film/dance/culture/entertainment"] = "Cine/danza/cultura/entretenimiento";
-$a->strings["Love/romance"] = "Vida sentimental/amorosa";
-$a->strings["Work/employment"] = "Trabajo";
-$a->strings["School/education"] = "Estudios";
-$a->strings["This is your default profile."] = "Este es su perfil principal.";
-$a->strings["Age: "] = "Edad:";
-$a->strings["Edit/Manage Profiles"] = "Modificar/gestionar perfiles";
-$a->strings["Add profile things"] = "Añadir cosas al perfil";
-$a->strings["Include desirable objects in your profile"] = "Añadir objetos interesantes en su perfil";
-$a->strings["Could not access contact record."] = "No se ha podido acceder al registro de contacto.";
-$a->strings["Could not locate selected profile."] = "No se ha podido localizar el perfil seleccionado.";
-$a->strings["Connection updated."] = "Conexión actualizada.";
-$a->strings["Failed to update connection record."] = "Error al actualizar el registro de la conexión.";
-$a->strings["is now connected to"] = "ahora está conectado/a";
-$a->strings["Could not access address book record."] = "No se pudo acceder al registro en su libreta de direcciones.";
-$a->strings["Refresh failed - channel is currently unavailable."] = "Recarga fallida - no se puede encontrar el canal en este momento.";
-$a->strings["Unable to set address book parameters."] = "No ha sido posible establecer los parámetros de la libreta de direcciones.";
-$a->strings["Connection has been removed."] = "La conexión ha sido eliminada.";
-$a->strings["View %s's profile"] = "Ver el perfil de %s";
-$a->strings["Refresh Permissions"] = "Recargar los permisos";
-$a->strings["Fetch updated permissions"] = "Obtener los permisos actualizados";
-$a->strings["Recent Activity"] = "Actividad reciente";
-$a->strings["View recent posts and comments"] = "Ver publicaciones y comentarios recientes";
-$a->strings["Unblock"] = "Desbloquear";
-$a->strings["Block"] = "Bloquear";
-$a->strings["Block (or Unblock) all communications with this connection"] = "Bloquear (o desbloquear) todas las comunicaciones con esta conexión";
-$a->strings["This connection is blocked!"] = "¡Esta conexión está bloqueada!";
-$a->strings["Unignore"] = "Dejar de ignorar";
-$a->strings["Ignore"] = "Ignorar";
-$a->strings["Ignore (or Unignore) all inbound communications from this connection"] = "Ignorar (o dejar de ignorar) todas las comunicaciones entrantes de esta conexión";
-$a->strings["This connection is ignored!"] = "¡Esta conexión es ignorada!";
-$a->strings["Unarchive"] = "Desarchivar";
-$a->strings["Archive"] = "Archivar";
-$a->strings["Archive (or Unarchive) this connection - mark channel dead but keep content"] = "Archiva (o desarchiva) esta conexión - marca el canal como muerto aunque mantiene sus contenidos";
-$a->strings["This connection is archived!"] = "¡Esta conexión esta archivada!";
-$a->strings["Unhide"] = "Mostrar";
-$a->strings["Hide"] = "Ocultar";
-$a->strings["Hide or Unhide this connection from your other connections"] = "Ocultar o mostrar esta conexión a sus otras conexiones";
-$a->strings["This connection is hidden!"] = "¡Esta conexión está oculta!";
-$a->strings["Delete this connection"] = "Eliminar esta conexión";
-$a->strings["Approve this connection"] = "Aprobar esta conexión";
-$a->strings["Accept connection to allow communication"] = "Aceptar la conexión para permitir la comunicación";
-$a->strings["Set Affinity"] = "Ajustar la afinidad";
-$a->strings["Set Profile"] = "Ajustar el perfil";
-$a->strings["Set Affinity & Profile"] = "Ajustar la afinidad y el perfil";
-$a->strings["none"] = "-";
-$a->strings["Apply these permissions automatically"] = "Aplicar estos permisos automaticamente";
-$a->strings["This connection's primary address is"] = "La dirección primaria de esta conexión es";
-$a->strings["Available locations:"] = "Ubicaciones disponibles:";
-$a->strings["The permissions indicated on this page will be applied to all new connections."] = "Los permisos indicados en esta página serán aplicados en todas las nuevas conexiones.";
-$a->strings["Slide to adjust your degree of friendship"] = "Deslizar para ajustar el grado de amistad";
-$a->strings["Slide to adjust your rating"] = "Deslizar para ajustar su valoración";
-$a->strings["Optionally explain your rating"] = "Opcionalmente, puede explicar su valoración";
-$a->strings["Custom Filter"] = "Filtro personalizado";
-$a->strings["Only import posts with this text"] = "Importar solo entradas que contengan este texto";
-$a->strings["words one per line or #tags or /patterns/ or lang=xx, leave blank to import all posts"] = "Una sola opción por línea: palabras, #etiquetas, /patrones/ o lang=xx. Dejar en blanco para importarlo todo";
-$a->strings["Do not import posts with this text"] = "No importar entradas que contengan este texto";
-$a->strings["This information is public!"] = "¡Esta información es pública!";
-$a->strings["Connection Pending Approval"] = "Conexión pendiente de aprobación";
-$a->strings["Connection Request"] = "Solicitud de conexión";
-$a->strings["(%s) would like to connect with you. Please approve this connection to allow communication."] = "(%s) desearía conectar con usted. por favor, apruebe esta conexión para permitir la comunicación.";
-$a->strings["Approve"] = "Aprobar";
-$a->strings["Approve Later"] = "Aprobar más tarde";
-$a->strings["inherited"] = "heredado";
-$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Por favor, escoja el perfil que quiere mostrar a %s cuando esté viendo su perfil de forma segura.";
-$a->strings["Their Settings"] = "Sus ajustes";
-$a->strings["My Settings"] = "Mis ajustes";
-$a->strings["Individual Permissions"] = "Permisos individuales";
-$a->strings["Some permissions may be inherited from your channel's <a href=\"settings\"><strong>privacy settings</strong></a>, which have higher priority than individual settings. You can <strong>not</strong> change those settings here."] = "Algunos permisos pueden ser heredados de los <a href=\"settings\"><strong>ajustes de privacidad</strong></a> de sus canales, los cuales tienen una prioridad más alta que los ajustes individuales. <strong>No</strong> puede cambiar estos ajustes aquí.";
-$a->strings["Some permissions may be inherited from your channel's <a href=\"settings\"><strong>privacy settings</strong></a>, which have higher priority than individual settings. You can change those settings here but they wont have any impact unless the inherited setting changes."] = "Algunos permisos pueden ser heredados de los <a href=\"settings\"><strong>ajustes de privacidad</strong></a> de sus canales, los cuales tienen una prioridad más alta que los ajustes individuales. Puede cambiar estos ajustes aquí, pero no tendrán ningún consecuencia hasta que cambie los ajustes heredados.";
-$a->strings["Last update:"] = "Última actualización:";
+$a->strings["Some blurb about what to do when you're new here"] = "Algunas propuestas para el nuevo usuario sobre qué se puede hacer aquí";
$a->strings["network"] = "red";
$a->strings["RSS"] = "RSS";
-$a->strings["\$Projectname channel"] = "Canal \$Projectname";
-$a->strings["Invalid message"] = "Mensaje no válido";
-$a->strings["no results"] = "sin resultados";
-$a->strings["Delivery report for %1\$s"] = "Informe de entrega para %1\$s";
-$a->strings["channel sync processed"] = "se ha realizado la sincronización del canal";
-$a->strings["queued"] = "encolado";
-$a->strings["posted"] = "enviado";
-$a->strings["accepted for delivery"] = "aceptado para el envío";
-$a->strings["updated"] = "actualizado";
-$a->strings["update ignored"] = "actualización ignorada";
-$a->strings["permission denied"] = "permiso denegado";
-$a->strings["recipient not found"] = "destinatario no encontrado";
-$a->strings["mail recalled"] = "mensaje de correo revocado";
-$a->strings["duplicate mail received"] = "se ha recibido mensaje duplicado";
-$a->strings["mail delivered"] = "correo enviado";
-$a->strings["Item not found"] = "Elemento no encontrado";
-$a->strings["Delete webpage?"] = "¿Eliminar la página web?";
-$a->strings["Page link title"] = "Título del enlace de la página";
-$a->strings["Insert YouTube video"] = "Insertar vídeo de YouTube";
-$a->strings["Insert Vorbis [.ogg] video"] = "Insertar vídeo Vorbis [.ogg]";
-$a->strings["Insert Vorbis [.ogg] audio"] = "Insertar audio Vorbis [.ogg]";
-$a->strings["Edit Webpage"] = "Editar la página web";
-$a->strings["Unable to find your hub."] = "No se puede encontrar su servidor.";
-$a->strings["Post successful."] = "Enviado con éxito.";
-$a->strings["sent you a private message"] = "le ha enviado un mensaje privado";
-$a->strings["added your channel"] = "añadió este canal a sus conexiones";
-$a->strings["posted an event"] = "publicó un evento";
-$a->strings["Authorize application connection"] = "Autorizar una conexión de aplicación";
-$a->strings["Return to your app and insert this Securty Code:"] = "Volver a su aplicación e introducir este código de seguridad:";
-$a->strings["Please login to continue."] = "Por favor inicia sesión para continuar.";
-$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "¿Desea autorizar a esta aplicación a acceder a sus publicaciones y contactos, y/o crear nuevas publicaciones por usted?";
-$a->strings["No more system notifications."] = "No hay más notificaciones del sistema";
-$a->strings["System Notifications"] = "Notificaciones de sistema";
-$a->strings["Select a bookmark folder"] = "Seleccionar una carpeta de marcadores";
-$a->strings["Save Bookmark"] = "Guardar marcador";
-$a->strings["URL of bookmark"] = "Dirección del marcador";
-$a->strings["Description"] = "Descripción";
-$a->strings["Or enter new bookmark folder name"] = "O introduzca un nuevo nombre para la carpeta de marcadores";
-$a->strings["Contact not found."] = "Contacto no encontrado";
-$a->strings["Friend suggestion sent."] = "Enviar sugerencia a un amigo.";
-$a->strings["Suggest Friends"] = "Sugerir amigos";
-$a->strings["Suggest a friend for %s"] = "Sugerir un amigo a %s";
-$a->strings["Failed to create source. No channel selected."] = "Imposible crear el origen de los contenidos. Ningún canal ha sido seleccionado.";
-$a->strings["Source created."] = "Fuente creada.";
-$a->strings["Source updated."] = "Fuente actualizada.";
-$a->strings["*"] = "*";
-$a->strings["Manage remote sources of content for your channel."] = "Gestionar contenido de origen remoto para su canal.";
-$a->strings["New Source"] = "Nueva fuente";
-$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "Importar todo el contenido o una selección de los siguientes canales en este canal y distribuirlo de acuerdo con sus ajustes.";
-$a->strings["Only import content with these words (one per line)"] = "Importar solo contenido que contenga estas palabras (una por línea)";
-$a->strings["Leave blank to import all public content"] = "Dejar en blanco para importar todo el contenido público";
-$a->strings["Source not found."] = "Fuente no encontrada";
-$a->strings["Edit Source"] = "Editar fuente";
-$a->strings["Delete Source"] = "Eliminar fuente";
-$a->strings["Source removed"] = "Fuente eliminada";
-$a->strings["Unable to remove source."] = "Imposible eliminar la fuente.";
-$a->strings["Invalid request identifier."] = "Petición inválida del identificador.";
-$a->strings["Discard"] = "Descartar";
-$a->strings["Tag removed"] = "Etiqueta eliminada.";
-$a->strings["Remove Item Tag"] = "Eliminar etiqueta del elemento.";
-$a->strings["Select a tag to remove: "] = "Seleccionar una etiqueta para eliminar:";
-$a->strings["Remove"] = "Eliminar";
-$a->strings["%d rating"] = array(
- 0 => "%d valoración",
- 1 => "%d valoraciones",
-);
-$a->strings["Gender: "] = "Género:";
-$a->strings["Status: "] = "Estado:";
-$a->strings["Homepage: "] = "Página personal:";
-$a->strings["Description:"] = "Descripción:";
-$a->strings["Public Forum:"] = "Foro público:";
-$a->strings["Keywords: "] = "Palabras clave:";
-$a->strings["Don't suggest"] = "No sugerir:";
-$a->strings["Common connections:"] = "Conexiones comunes:";
-$a->strings["Global Directory"] = "Directorio global:";
-$a->strings["Local Directory"] = "Directorio local:";
-$a->strings["Finding:"] = "Encontrar:";
-$a->strings["next page"] = "siguiente página";
-$a->strings["previous page"] = "página anterior";
-$a->strings["Sort options"] = "Ordenar opciones";
-$a->strings["Alphabetic"] = "Alfabético";
-$a->strings["Reverse Alphabetic"] = "Alfabético inverso";
-$a->strings["Newest to Oldest"] = "De más nuevo a más antiguo";
-$a->strings["Oldest to Newest"] = "De más antiguo a más nuevo";
-$a->strings["No entries (some entries may be hidden)."] = "Sin entradas (algunas entradas pueden estar ocultas).";
-$a->strings["No valid account found."] = "No se ha encontrado una cuenta válida.";
-$a->strings["Password reset request issued. Check your email."] = "Se ha recibido una solicitud de restablecimiento de contraseña. Consulte su correo electrónico.";
-$a->strings["Site Member (%s)"] = "Usuario del sitio (%s)";
-$a->strings["Password reset requested at %s"] = "Se ha solicitado restablecer la contraseña en %s";
-$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "La solicitud no ha podido ser verificada. (Puede que la haya enviado con anterioridad) El restablecimiento de la contraseña ha fallado.";
-$a->strings["Password Reset"] = "Restablecer la contraseña";
-$a->strings["Your password has been reset as requested."] = "Su contraseña ha sido restablecida según lo solicitó.";
-$a->strings["Your new password is"] = "Su nueva contraseña es";
-$a->strings["Save or copy your new password - and then"] = "Guarde o copie su nueva contraseña - y después";
-$a->strings["click here to login"] = "pulse aquí para conectarse";
-$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Puede cambiar la contraseña en la página <em>Ajustes</em> una vez iniciada la sesión.";
-$a->strings["Your password has changed at %s"] = "Su contraseña en %s ha sido cambiada";
-$a->strings["Forgot your Password?"] = "¿Ha olvidado su contraseña?";
-$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Introduzca y envíe su dirección de correo electrónico para el restablecimiento de su contraseña. Luego revise su correo para obtener más instrucciones.";
-$a->strings["Email Address"] = "Dirección de correo electrónico";
-$a->strings["Reset"] = "Reiniciar";
-$a->strings["This site is not a directory server"] = "Este sitio no es un servidor de directorio";
-$a->strings["%s element installed"] = "%s elemento instalado";
-$a->strings["%s element installation failed"] = "Elemento con instalación fallida: %s";
-$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s está siguiendo %2\$s de %3\$s";
-$a->strings["%1\$s stopped following %2\$s's %3\$s"] = "%1\$s ha dejado de seguir %3\$s de %2\$s";
-$a->strings["Your service plan only allows %d channels."] = "Su paquete de servicios solo permite %d canales.";
-$a->strings["Nothing to import."] = "No hay nada para importar.";
-$a->strings["Unable to download data from old server"] = "No se han podido descargar datos de su antiguo servidor";
-$a->strings["Imported file is empty."] = "El fichero importado está vacío.";
-$a->strings["Warning: Database versions differ by %1\$d updates."] = "Atención: Las versiones de la base de datos difieren en %1\$d actualizaciones.";
-$a->strings["No channel. Import failed."] = "No hay canal. La importación ha fallado";
-$a->strings["You must be logged in to use this feature."] = "Debe estar registrado para poder usar esta funcionalidad.";
-$a->strings["Import Channel"] = "Importar canal";
-$a->strings["Use this form to import an existing channel from a different server/hub. You may retrieve the channel identity from the old server/hub via the network or provide an export file."] = "Emplee este formulario para importar un canal desde un servidor/hub diferente. Puede recuperar el canal desde el antiguo servidor/hub a través de la red o proporcionando un fichero de exportación.";
-$a->strings["File to Upload"] = "Fichero para subir";
-$a->strings["Or provide the old server/hub details"] = "O proporcione los detalles de su antiguo servidor/hub";
-$a->strings["Your old identity address (xyz@example.com)"] = "Su identidad en el antiguo servidor (canal@ejemplo.com)";
-$a->strings["Your old login email address"] = "Su antigua dirección de correo electrónico";
-$a->strings["Your old login password"] = "Su antigua contraseña";
-$a->strings["For either option, please choose whether to make this hub your new primary address, or whether your old location should continue this role. You will be able to post from either location, but only one can be marked as the primary location for files, photos, and media."] = "Para cualquiera de las opciones, elija si hacer de este servidor su nueva dirección primaria, o si su antigua ubicación debe continuar con este papel. Usted podrá publicar desde cualquier ubicación, pero sólo una puede estar marcada como la ubicación principal para los ficheros, fotos y otras imágenes o vídeos.";
-$a->strings["Make this hub my primary location"] = "Convertir este servidor en mi ubicación primaria";
-$a->strings["Import existing posts if possible (experimental - limited by available memory"] = "Importar el contenido publicado si es posible (experimental - limitado por la memoria disponible";
-$a->strings["This process may take several minutes to complete. Please submit the form only once and leave this page open until finished."] = "Este proceso puede tardar varios minutos en completarse. Por favor envíe el formulario una sola vez y mantenga esta página abierta hasta que termine.";
-$a->strings["Total invitation limit exceeded."] = "Se ha superado el límite máximo de invitaciones.";
-$a->strings["%s : Not a valid email address."] = "%s : No es una dirección de correo electrónico válida. ";
-$a->strings["Please join us on \$Projectname"] = "Únase a nosotros en \$Projectname";
-$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Excedido el límite de invitaciones. Por favor, contacte con el Administrador de su sitio.";
-$a->strings["%s : Message delivery failed."] = "%s : Falló el envío del mensaje.";
-$a->strings["%d message sent."] = array(
- 0 => "%d mensajes enviados.",
- 1 => "%d mensajes enviados.",
-);
-$a->strings["You have no more invitations available"] = "No tiene más invitaciones disponibles";
-$a->strings["Send invitations"] = "Enviar invitaciones";
-$a->strings["Enter email addresses, one per line:"] = "Introduzca las direcciones de correo electrónico, una por línea:";
-$a->strings["Your message:"] = "Su mensaje:";
-$a->strings["Please join my community on \$Projectname."] = "Por favor, únase a mi comunidad en \$Projectname.";
-$a->strings["You will need to supply this invitation code: "] = "Debe proporcionar este código de invitación:";
-$a->strings["1. Register at any \$Projectname location (they are all inter-connected)"] = "1. Regístrese en cualquier sitio de \$Projectname (están todos interconectados)";
-$a->strings["2. Enter my \$Projectname network address into the site searchbar."] = "2. Introduzca mi dirección \$Projectname en la caja de búsqueda del sitio.";
-$a->strings["or visit "] = "o visite ";
-$a->strings["3. Click [Connect]"] = "3. Pulse [conectar]";
-$a->strings["Fetching URL returns error: %1\$s"] = "Al intentar obtener la dirección, retorna el error: %1\$s";
-$a->strings["Image uploaded but image cropping failed."] = "Imagen actualizada, pero el recorte de la imagen ha fallado. ";
-$a->strings["Image resize failed."] = "El ajuste del tamaño de la imagen ha fallado.";
-$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Recargue la página o limpie el caché del navegador si la nueva foto no se muestra inmediatamente.";
-$a->strings["Image upload failed."] = "Subida de imagen fallida.";
-$a->strings["Unable to process image."] = "No ha sido posible procesar la imagen.";
-$a->strings["female"] = "mujer";
-$a->strings["%1\$s updated her %2\$s"] = "%1\$s ha actualizado su %2\$s";
-$a->strings["male"] = "hombre";
-$a->strings["%1\$s updated his %2\$s"] = "%1\$s ha actualizado su %2\$s";
-$a->strings["%1\$s updated their %2\$s"] = "%1\$s ha actualizado su %2\$s";
-$a->strings["profile photo"] = "foto del perfil";
-$a->strings["Photo not available."] = "Foto no disponible.";
-$a->strings["Upload File:"] = "Subir fichero:";
-$a->strings["Select a profile:"] = "Seleccionar un perfil:";
-$a->strings["Upload Profile Photo"] = "Subir foto del perfil";
-$a->strings["or"] = "o";
-$a->strings["skip this step"] = "Omitir este paso";
-$a->strings["select a photo from your photo albums"] = "Seleccione una foto de sus álbumes de fotos";
-$a->strings["Crop Image"] = "Recortar imagen";
-$a->strings["Please adjust the image cropping for optimum viewing."] = "Por favor ajuste el recorte de la imagen para una visión óptima.";
-$a->strings["Done Editing"] = "Edición completada";
-$a->strings["Thing updated"] = "Elemento actualizado.";
-$a->strings["Object store: failed"] = "Guardar objeto: ha fallado";
-$a->strings["Thing added"] = "Elemento añadido";
-$a->strings["OBJ: %1\$s %2\$s %3\$s"] = "OBJ: %1\$s %2\$s %3\$s";
-$a->strings["Show Thing"] = "Mostrar elemento";
-$a->strings["item not found."] = "elemento no encontrado.";
-$a->strings["Edit Thing"] = "Editar elemento";
-$a->strings["Select a profile"] = "Seleccionar un perfil";
-$a->strings["Post an activity"] = "Publicar una actividad";
-$a->strings["Only sends to viewers of the applicable profile"] = "Sólo enviar a espectadores del perfil pertinente.";
-$a->strings["Name of thing e.g. something"] = "Nombre del elemento, p. ej.:. \"algo\"";
-$a->strings["URL of thing (optional)"] = "Dirección del elemento (opcional)";
-$a->strings["URL for photo of thing (optional)"] = "Dirección para la foto o elemento (opcional)";
-$a->strings["Add Thing to your Profile"] = "Añadir alguna cosa a su perfil";
-$a->strings["This directory server requires an access token"] = "El servidor de este directorio necesita un \"token\" de acceso";
-$a->strings["Delete block?"] = "¿Borrar bloque?";
-$a->strings["Edit Block"] = "Modificar este bloque";
-$a->strings["Account removals are not allowed within 48 hours of changing the account password."] = "La eliminación de cuentas no está permitida hasta después de que hayan transcurrido 48 horas desde el último cambio de contraseña.";
-$a->strings["Remove This Account"] = "Eliminar esta cuenta";
-$a->strings["This account and all its channels will be completely removed from the network. "] = "Esta cuenta y todos sus canales van a ser eliminados de la red.";
-$a->strings["Remove this account, all its channels and all its channel clones from the network"] = "Remover esta cuenta, todos sus canales y clones de la red";
-$a->strings["By default only the instances of the channels located on this hub will be removed from the network"] = "Por defecto, solo las instancias de los canales ubicados en este servidor serán eliminados de la red";
-$a->strings["Remove Account"] = "Eliminar cuenta";
-$a->strings["Import completed"] = "Importación completada";
-$a->strings["Import Items"] = "Importar elementos";
-$a->strings["Use this form to import existing posts and content from an export file."] = "Utilice este formulario para importar entradas existentes y contenido desde un archivo de exportación.";
-$a->strings["No such group"] = "No se encuentra el grupo";
-$a->strings["No such channel"] = "No se encuentra el canal";
-$a->strings["forum"] = "foro";
-$a->strings["Search Results For:"] = "Buscar resultados para:";
-$a->strings["Public"] = "Público/a";
-$a->strings["Collection is empty"] = "La colección está vacía";
-$a->strings["Collection: "] = "Colección:";
-$a->strings["Invalid connection."] = "Conexión no válida.";
-$a->strings["Layout updated."] = "Formato actualizado";
-$a->strings["Edit System Page Description"] = "Editor del Sistema de Descripción de Páginas";
-$a->strings["Layout not found."] = "Formato no encontrado";
-$a->strings["Module Name:"] = "Nombre del módulo:";
-$a->strings["Layout Help"] = "Ayuda para el diseño de la página";
-$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "Se ha superado el límite máximo de inscripciones diarias de este sitio. Por favor, pruebe de nuevo mañana.";
-$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Por favor, confirme que acepta los Términos del servicio. El registro ha fallado.";
-$a->strings["Passwords do not match."] = "Las contraseñas no coinciden.";
-$a->strings["Registration successful. Please check your email for validation instructions."] = "Registro realizado con éxito. Por favor, compruebe su correo electrónico para ver las instrucciones para validarlo.";
-$a->strings["Your registration is pending approval by the site owner."] = "Su registro está pendiente de aprobación por el propietario del sitio.";
-$a->strings["Your registration can not be processed."] = "Su registro no puede ser procesado.";
-$a->strings["Registration on this site/hub is by approval only."] = "El registro en este servidor/hub está sometido a aprobación previa.";
-$a->strings["<a href=\"pubsites\">Register at another affiliated site/hub</a>"] = "<a href=\"pubsites\">Inscribirse en un servidor/hub afiliado</a>";
-$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Este sitio ha excedido el límite de inscripción diaria de cuentas. Por favor, inténtelo de nuevo mañana.";
-$a->strings["Terms of Service"] = "Términos del servicio";
-$a->strings["I accept the %s for this website"] = "Acepto los %s de este sitio";
-$a->strings["I am over 13 years of age and accept the %s for this website"] = "Tengo más de 13 años de edad y acepto los %s de este sitio";
-$a->strings["Registration"] = "Registro";
-$a->strings["Membership on this site is by invitation only."] = "Para registrarse en este sitio es necesaria una invitación.";
-$a->strings["Please enter your invitation code"] = "Por favor, introduzca el código de su invitación";
-$a->strings["Your email address"] = "Su dirección de correo electrónico";
-$a->strings["Choose a password"] = "Elija una contraseña";
-$a->strings["Please re-enter your password"] = "Por favor, vuelva a escribir su contraseña";
$a->strings["Theme settings updated."] = "Ajustes del tema actualizados.";
$a->strings["# Accounts"] = "# Cuentas";
$a->strings["# blocked accounts"] = "# cuentas bloqueadas";
@@ -1598,6 +1041,7 @@ $a->strings["My site is not a public server"] = "Mi sitio no es un servidor púb
$a->strings["My site has paid access only"] = "Mi sitio es un servicio de pago";
$a->strings["My site has free access only"] = "Mi sitio es un servicio gratuito";
$a->strings["My site offers free accounts with optional paid upgrades"] = "Mi sitio ofrece cuentas gratuitas con opciones extra de pago";
+$a->strings["Registration"] = "Registro";
$a->strings["File upload"] = "Fichero subido";
$a->strings["Policies"] = "Políticas";
$a->strings["Site name"] = "Nombre del sitio";
@@ -1657,6 +1101,10 @@ $a->strings["Maximum Load Average"] = "Carga media máxima";
$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Carga máxima del sistema antes de que los procesos de transmisión y sondeo se hayan retardado - por defecto, 50.";
$a->strings["Expiration period in days for imported (matrix/network) content"] = "Periodo de caducidad en días para el contenido importado (red)";
$a->strings["0 for no expiration of imported content"] = "0 para que no caduque el contenido importado";
+$a->strings["Off"] = "Desactivado";
+$a->strings["On"] = "Activado";
+$a->strings["Lock feature %s"] = "Bloquear la funcionalidad %s";
+$a->strings["Manage Additional Features"] = "Gestionar las funcionalidades";
$a->strings["No server found"] = "Servidor no encontrado";
$a->strings["ID"] = "ID";
$a->strings["for channel"] = "por canal";
@@ -1696,7 +1144,10 @@ $a->strings["select all"] = "seleccionar todo";
$a->strings["User registrations waiting for confirm"] = "Registros de usuario en espera de aprobación";
$a->strings["Request date"] = "Fecha de solicitud";
$a->strings["No registrations."] = "Sin registros.";
+$a->strings["Approve"] = "Aprobar";
$a->strings["Deny"] = "Rechazar";
+$a->strings["Block"] = "Bloquear";
+$a->strings["Unblock"] = "Desbloquear";
$a->strings["Register date"] = "Fecha de registro";
$a->strings["Last login"] = "Último acceso";
$a->strings["Expires"] = "Caduca";
@@ -1726,6 +1177,7 @@ $a->strings["Uncensor"] = "No censurar";
$a->strings["Allow Code"] = "Permitir código";
$a->strings["Disallow Code"] = "No permitir código";
$a->strings["UID"] = "UID";
+$a->strings["Address"] = "Dirección";
$a->strings["Selected channels will be deleted!\\n\\nEverything that was posted in these channels on this site will be permanently deleted!\\n\\nAre you sure?"] = "Los canales seleccionados se eliminarán!\\n\\nTodo lo publicado por estos canales en este sitio se borrarán definitivamente!\\n\\n¿Está seguro de querer hacerlo?";
$a->strings["The channel {0} will be deleted!\\n\\nEverything that was posted in this channel on this site will be permanently deleted!\\n\\nAre you sure?"] = "El canal {0} va a ser eliminado!\\n\\nTodo lo publicado por el canal en este sitio se borrará definitivamente!\\n\\n¿Está seguro de querer hacerlo?";
$a->strings["Plugin %s disabled."] = "Extensión %s desactivada.";
@@ -1755,10 +1207,696 @@ $a->strings["Help text"] = "Texto de ayuda";
$a->strings["Additional info (optional)"] = "Información adicional (opcional)";
$a->strings["Field definition not found"] = "Definición del campo no encontrada";
$a->strings["Edit Profile Field"] = "Modificar el campo del perfil";
+$a->strings["Authorize application connection"] = "Autorizar una conexión de aplicación";
+$a->strings["Return to your app and insert this Securty Code:"] = "Volver a su aplicación e introducir este código de seguridad:";
+$a->strings["Please login to continue."] = "Por favor inicia sesión para continuar.";
+$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "¿Desea autorizar a esta aplicación a acceder a sus publicaciones y contactos, y/o crear nuevas publicaciones por usted?";
+$a->strings["App installed."] = "Aplicación instalada.";
+$a->strings["Malformed app."] = "Aplicación con errores";
+$a->strings["Embed code"] = "Código incorporado";
+$a->strings["Edit App"] = "Modificar la aplicación";
+$a->strings["Create App"] = "Crear una aplicación";
+$a->strings["Name of app"] = "Nombre de la aplicación";
+$a->strings["Location (URL) of app"] = "Ubicación (URL) de la aplicación";
+$a->strings["Description"] = "Descripción";
+$a->strings["Photo icon URL"] = "Dirección del icono";
+$a->strings["80 x 80 pixels - optional"] = "80 x 80 pixels - opcional";
+$a->strings["Version ID"] = "Versión";
+$a->strings["Price of app"] = "Precio de la aplicación";
+$a->strings["Location (URL) to purchase app"] = "Dirección (URL) donde adquirir la aplicación";
+$a->strings["Item not available."] = "Elemento no disponible";
+$a->strings["Invalid item."] = "Elemento no válido.";
+$a->strings["Channel not found."] = "Canal no encontrado.";
+$a->strings["Block Name"] = "Nombre del bloque";
+$a->strings["Block Title"] = "Título del bloque";
+$a->strings["Bookmark added"] = "Marcador añadido";
+$a->strings["My Bookmarks"] = "Mis marcadores";
+$a->strings["My Connections Bookmarks"] = "Marcadores de mis conexiones";
+$a->strings["You must be logged in to see this page."] = "Debe haber iniciado sesión para poder ver esta página.";
+$a->strings["Insufficient permissions. Request redirected to profile page."] = "Permisos insuficientes. Petición redirigida a la página del perfil.";
+$a->strings["Public"] = "Público";
+$a->strings["Room not found"] = "Sala no encontrada";
+$a->strings["Leave Room"] = "Abandonar la sala";
+$a->strings["Delete This Room"] = "Eliminar esta sala";
+$a->strings["I am away right now"] = "Estoy ausente momentáneamente";
+$a->strings["I am online"] = "Estoy conectado/a";
+$a->strings["Bookmark this room"] = "Añadir esta sala a Marcadores";
+$a->strings["New Chatroom"] = "Nueva sala de chat";
+$a->strings["Chatroom Name"] = "Nombre de la sala de chat";
+$a->strings["Expiration of chats (minutes)"] = "Tiempo de expiración de los mensajes en los chats (en minutos)";
+$a->strings["%1\$s's Chatrooms"] = "Salas de chat de %1\$s";
+$a->strings["Away"] = "Ausente";
+$a->strings["Online"] = "Conectado/a";
+$a->strings["No channel."] = "Ningún canal.";
+$a->strings["Common connections"] = "Conexiones comunes";
+$a->strings["No connections in common."] = "Ninguna conexión en común.";
+$a->strings["Continue"] = "Continuar";
+$a->strings["Premium Channel Setup"] = "Configuración del canal premium";
+$a->strings["Enable premium channel connection restrictions"] = "Habilitar restricciones de conexión del canal premium";
+$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "Por favor introduzca sus restricciones o condiciones, como recibo de paypal, normas de uso, etc.";
+$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "Este canal puede requerir antes de conectar unos pasos adicionales o el conocimiento de las siguientes condiciones:";
+$a->strings["Potential connections will then see the following text before proceeding:"] = "Las posibles conexiones verán, por tanto, el siguiente texto antes de proceder:";
+$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "Al continuar, certifico que he cumplido con todas las instrucciones proporcionadas en esta página.";
+$a->strings["(No specific instructions have been provided by the channel owner.)"] = "(No ha sido proporcionada ninguna instrucción específica por el propietario del canal.)";
+$a->strings["Restricted or Premium Channel"] = "Canal premium o restringido";
+$a->strings["Blocked"] = "Bloqueadas";
+$a->strings["Ignored"] = "Ignoradas";
+$a->strings["Hidden"] = "Ocultas";
+$a->strings["Archived"] = "Archivadas";
+$a->strings["Suggest new connections"] = "Sugerir nuevas conexiones";
+$a->strings["New Connections"] = "Nuevas conexiones";
+$a->strings["Show pending (new) connections"] = "Mostrar conexiones (nuevas) pendientes";
+$a->strings["All Connections"] = "Todas las conexiones";
+$a->strings["Show all connections"] = "Mostrar todas las conexiones";
+$a->strings["Unblocked"] = "Desbloqueadas";
+$a->strings["Only show unblocked connections"] = "Mostrar solo las conexiones desbloqueadas";
+$a->strings["Only show blocked connections"] = "Mostrar solo las conexiones bloqueadas";
+$a->strings["Only show ignored connections"] = "Mostrar solo conexiones ignoradas";
+$a->strings["Only show archived connections"] = "Mostrar solo las conexiones archivadas";
+$a->strings["Only show hidden connections"] = "Mostrar solo las conexiones ocultas";
+$a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]";
+$a->strings["Edit connection"] = "Editar conexión";
+$a->strings["Search your connections"] = "Buscar sus conexiones";
+$a->strings["Finding: "] = "Búsqueda:";
+$a->strings["Could not access contact record."] = "No se ha podido acceder al registro de contacto.";
+$a->strings["Could not locate selected profile."] = "No se ha podido localizar el perfil seleccionado.";
+$a->strings["Connection updated."] = "Conexión actualizada.";
+$a->strings["Failed to update connection record."] = "Error al actualizar el registro de la conexión.";
+$a->strings["is now connected to"] = "ahora está conectado/a";
+$a->strings["Could not access address book record."] = "No se pudo acceder al registro en su libreta de direcciones.";
+$a->strings["Refresh failed - channel is currently unavailable."] = "Recarga fallida - no se puede encontrar el canal en este momento.";
+$a->strings["Unable to set address book parameters."] = "No ha sido posible establecer los parámetros de la libreta de direcciones.";
+$a->strings["Connection has been removed."] = "La conexión ha sido eliminada.";
+$a->strings["View %s's profile"] = "Ver el perfil de %s";
+$a->strings["Refresh Permissions"] = "Recargar los permisos";
+$a->strings["Fetch updated permissions"] = "Obtener los permisos actualizados";
+$a->strings["Recent Activity"] = "Actividad reciente";
+$a->strings["View recent posts and comments"] = "Ver publicaciones y comentarios recientes";
+$a->strings["Block (or Unblock) all communications with this connection"] = "Bloquear (o desbloquear) todas las comunicaciones con esta conexión";
+$a->strings["This connection is blocked!"] = "¡Esta conexión está bloqueada!";
+$a->strings["Unignore"] = "Dejar de ignorar";
+$a->strings["Ignore"] = "Ignorar";
+$a->strings["Ignore (or Unignore) all inbound communications from this connection"] = "Ignorar (o dejar de ignorar) todas las comunicaciones entrantes de esta conexión";
+$a->strings["This connection is ignored!"] = "¡Esta conexión es ignorada!";
+$a->strings["Unarchive"] = "Desarchivar";
+$a->strings["Archive"] = "Archivar";
+$a->strings["Archive (or Unarchive) this connection - mark channel dead but keep content"] = "Archiva (o desarchiva) esta conexión - marca el canal como muerto aunque mantiene sus contenidos";
+$a->strings["This connection is archived!"] = "¡Esta conexión esta archivada!";
+$a->strings["Unhide"] = "Mostrar";
+$a->strings["Hide"] = "Ocultar";
+$a->strings["Hide or Unhide this connection from your other connections"] = "Ocultar o mostrar esta conexión a sus otras conexiones";
+$a->strings["This connection is hidden!"] = "¡Esta conexión está oculta!";
+$a->strings["Delete this connection"] = "Eliminar esta conexión";
+$a->strings["Approve this connection"] = "Aprobar esta conexión";
+$a->strings["Accept connection to allow communication"] = "Aceptar la conexión para permitir la comunicación";
+$a->strings["Set Affinity"] = "Ajustar la afinidad";
+$a->strings["Set Profile"] = "Ajustar el perfil";
+$a->strings["Set Affinity & Profile"] = "Ajustar la afinidad y el perfil";
+$a->strings["none"] = "-";
+$a->strings["Apply these permissions automatically"] = "Aplicar estos permisos automaticamente";
+$a->strings["This connection's primary address is"] = "La dirección primaria de esta conexión es";
+$a->strings["Available locations:"] = "Ubicaciones disponibles:";
+$a->strings["The permissions indicated on this page will be applied to all new connections."] = "Los permisos indicados en esta página serán aplicados en todas las nuevas conexiones.";
+$a->strings["Slide to adjust your degree of friendship"] = "Deslizar para ajustar el grado de amistad";
+$a->strings["Slide to adjust your rating"] = "Deslizar para ajustar su valoración";
+$a->strings["Optionally explain your rating"] = "Opcionalmente, puede explicar su valoración";
+$a->strings["Custom Filter"] = "Filtro personalizado";
+$a->strings["Only import posts with this text"] = "Importar solo entradas que contengan este texto";
+$a->strings["words one per line or #tags or /patterns/ or lang=xx, leave blank to import all posts"] = "Una sola opción por línea: palabras, #etiquetas, /patrones/ o lang=xx. Dejar en blanco para importarlo todo";
+$a->strings["Do not import posts with this text"] = "No importar entradas que contengan este texto";
+$a->strings["This information is public!"] = "¡Esta información es pública!";
+$a->strings["Connection Pending Approval"] = "Conexión pendiente de aprobación";
+$a->strings["Connection Request"] = "Solicitud de conexión";
+$a->strings["(%s) would like to connect with you. Please approve this connection to allow communication."] = "(%s) desearía conectar con usted. por favor, apruebe esta conexión para permitir la comunicación.";
+$a->strings["Approve Later"] = "Aprobar más tarde";
+$a->strings["inherited"] = "heredado";
+$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Por favor, escoja el perfil que quiere mostrar a %s cuando esté viendo su perfil de forma segura.";
+$a->strings["Their Settings"] = "Sus ajustes";
+$a->strings["My Settings"] = "Mis ajustes";
+$a->strings["Individual Permissions"] = "Permisos individuales";
+$a->strings["Some permissions may be inherited from your channel's <a href=\"settings\"><strong>privacy settings</strong></a>, which have higher priority than individual settings. You can <strong>not</strong> change those settings here."] = "Algunos permisos pueden ser heredados de los <a href=\"settings\"><strong>ajustes de privacidad</strong></a> de sus canales, los cuales tienen una prioridad más alta que los ajustes individuales. <strong>No</strong> puede cambiar estos ajustes aquí.";
+$a->strings["Some permissions may be inherited from your channel's <a href=\"settings\"><strong>privacy settings</strong></a>, which have higher priority than individual settings. You can change those settings here but they wont have any impact unless the inherited setting changes."] = "Algunos permisos pueden ser heredados de los <a href=\"settings\"><strong>ajustes de privacidad</strong></a> de sus canales, los cuales tienen una prioridad más alta que los ajustes individuales. Puede cambiar estos ajustes aquí, pero no tendrán ningún consecuencia hasta que cambie los ajustes heredados.";
+$a->strings["Last update:"] = "Última actualización:";
+$a->strings["\$Projectname channel"] = "Canal \$Projectname";
+$a->strings["Public access denied."] = "Acceso público denegado.";
+$a->strings["%d rating"] = array(
+ 0 => "%d valoración",
+ 1 => "%d valoraciones",
+);
+$a->strings["Gender: "] = "Género:";
+$a->strings["Status: "] = "Estado:";
+$a->strings["Homepage: "] = "Página personal:";
+$a->strings["Description:"] = "Descripción:";
+$a->strings["Public Forum:"] = "Foro público:";
+$a->strings["Keywords: "] = "Palabras clave:";
+$a->strings["Don't suggest"] = "No sugerir:";
+$a->strings["Common connections:"] = "Conexiones comunes:";
+$a->strings["Global Directory"] = "Directorio global:";
+$a->strings["Local Directory"] = "Directorio local:";
+$a->strings["Finding:"] = "Encontrar:";
+$a->strings["next page"] = "siguiente página";
+$a->strings["previous page"] = "página anterior";
+$a->strings["Sort options"] = "Ordenar opciones";
+$a->strings["Alphabetic"] = "Alfabético";
+$a->strings["Reverse Alphabetic"] = "Alfabético inverso";
+$a->strings["Newest to Oldest"] = "De más nuevo a más antiguo";
+$a->strings["Oldest to Newest"] = "De más antiguo a más nuevo";
+$a->strings["No entries (some entries may be hidden)."] = "Sin entradas (algunas entradas pueden estar ocultas).";
+$a->strings["This site is not a directory server"] = "Este sitio no es un servidor de directorio";
+$a->strings["This directory server requires an access token"] = "El servidor de este directorio necesita un \"token\" de acceso";
+$a->strings["Invalid message"] = "Mensaje no válido";
+$a->strings["no results"] = "sin resultados";
+$a->strings["Delivery report for %1\$s"] = "Informe de entrega para %1\$s";
+$a->strings["channel sync processed"] = "se ha realizado la sincronización del canal";
+$a->strings["queued"] = "encolado";
+$a->strings["posted"] = "enviado";
+$a->strings["accepted for delivery"] = "aceptado para el envío";
+$a->strings["updated"] = "actualizado";
+$a->strings["update ignored"] = "actualización ignorada";
+$a->strings["permission denied"] = "permiso denegado";
+$a->strings["recipient not found"] = "destinatario no encontrado";
+$a->strings["mail recalled"] = "mensaje de correo revocado";
+$a->strings["duplicate mail received"] = "se ha recibido mensaje duplicado";
+$a->strings["mail delivered"] = "correo enviado";
+$a->strings["Item not found"] = "Elemento no encontrado";
+$a->strings["Delete block?"] = "¿Borrar bloque?";
+$a->strings["Insert YouTube video"] = "Insertar vídeo de YouTube";
+$a->strings["Insert Vorbis [.ogg] video"] = "Insertar vídeo Vorbis [.ogg]";
+$a->strings["Insert Vorbis [.ogg] audio"] = "Insertar audio Vorbis [.ogg]";
+$a->strings["Edit Block"] = "Modificar este bloque";
$a->strings["Delete layout?"] = "¿Borrar el formato?";
$a->strings["Layout Description (Optional)"] = "Descripción del formato gráfico (opcional)";
$a->strings["Layout Name"] = "Nombre del formato";
$a->strings["Edit Layout"] = "Modificar el formato";
+$a->strings["Item is not editable"] = "El elemento no es editable";
+$a->strings["Delete item?"] = "¿Borrar elemento?";
+$a->strings["Edit post"] = "Editar la entrada";
+$a->strings["Delete webpage?"] = "¿Eliminar la página web?";
+$a->strings["Page link title"] = "Título del enlace de la página";
+$a->strings["Edit Webpage"] = "Editar la página web";
+$a->strings["Calendar entries imported."] = "Entradas de calendario importadas.";
+$a->strings["No calendar entries found."] = "No se han encontrado entradas de calendario.";
+$a->strings["Event can not end before it has started."] = "Un evento no puede terminar antes de que haya comenzado.";
+$a->strings["Unable to generate preview."] = "No se puede crear la vista previa.";
+$a->strings["Event title and start time are required."] = "Se requieren el título del evento y su hora de inicio.";
+$a->strings["Event not found."] = "Evento no encontrado.";
+$a->strings["Edit event title"] = "Editar el título del evento";
+$a->strings["Event title"] = "Título del evento";
+$a->strings["Categories (comma-separated list)"] = "Categorías (lista separada por comas)";
+$a->strings["Edit Category"] = "Editar la categoría";
+$a->strings["Category"] = "Categoría";
+$a->strings["Edit start date and time"] = "Modificar la fecha y hora de comienzo";
+$a->strings["Start date and time"] = "Fecha y hora de comienzo";
+$a->strings["Finish date and time are not known or not relevant"] = "La fecha y hora de terminación no se conocen o no son relevantes";
+$a->strings["Edit finish date and time"] = "Modificar la fecha y hora de terminación";
+$a->strings["Finish date and time"] = "Fecha y hora de terminación";
+$a->strings["Adjust for viewer timezone"] = "Ajustar para obtener el visor de zona horaria";
+$a->strings["Important for events that happen in a particular place. Not practical for global holidays."] = "Importante para los eventos que suceden en un lugar determinado. No es práctico para los globales.";
+$a->strings["Edit Description"] = "Editar la descripción";
+$a->strings["Edit Location"] = "Modificar la localización";
+$a->strings["Share this event"] = "Compartir este evento";
+$a->strings["Advanced Options"] = "Opciones avanzadas";
+$a->strings["l, F j"] = "l j F";
+$a->strings["Edit event"] = "Editar evento";
+$a->strings["Delete event"] = "Borrar evento";
+$a->strings["calendar"] = "calendario";
+$a->strings["Edit Event"] = "Editar el evento";
+$a->strings["Create Event"] = "Crear un evento";
+$a->strings["Previous"] = "Anterior";
+$a->strings["Next"] = "Siguiente";
+$a->strings["Today"] = "Hoy";
+$a->strings["Event removed"] = "Evento borrado";
+$a->strings["Failed to remove event"] = "Error al eliminar el evento";
+$a->strings["Share content from Firefox to \$Projectname"] = "Compartir contenido desde Firefox a \$Projectname";
+$a->strings["Activate the Firefox \$Projectname provider"] = "Servicio de compartición de Firefox: activar el proveedor \$Projectname ";
+$a->strings["- select -"] = "- seleccionar -";
+$a->strings["Permission Denied."] = "Permiso denegado";
+$a->strings["File not found."] = "Fichero no encontrado.";
+$a->strings["Edit file permissions"] = "Modificar los permisos del fichero";
+$a->strings["Set/edit permissions"] = "Establecer/editar los permisos";
+$a->strings["Include all files and sub folders"] = "Incluir todos los ficheros y subcarpetas";
+$a->strings["Return to file list"] = "Volver a la lista de ficheros";
+$a->strings["Copy/paste this code to attach file to a post"] = "Copiar/pegar este código para adjuntar el fichero al envío";
+$a->strings["Copy/paste this URL to link file from a web page"] = "Copiar/pegar esta dirección para enlazar el fichero desde una página web";
+$a->strings["Share this file"] = "Compartir este fichero";
+$a->strings["Show URL to this file"] = "Mostrar la dirección de este fichero";
+$a->strings["Notify your contacts about this file"] = "Avisar a sus contactos sobre este fichero";
+$a->strings["Channel added."] = "Canal añadido.";
+$a->strings["Contact not found."] = "Contacto no encontrado";
+$a->strings["Friend suggestion sent."] = "Enviar sugerencia a un amigo.";
+$a->strings["Suggest Friends"] = "Sugerir amigos";
+$a->strings["Suggest a friend for %s"] = "Sugerir un amigo a %s";
+$a->strings["Collection created."] = "La colección ha sido creada.";
+$a->strings["Could not create collection."] = "No se puede crear la colección.";
+$a->strings["Collection updated."] = "La colección ha sido actualizada.";
+$a->strings["Create a collection of channels."] = "Crear una colección de canales.";
+$a->strings["Collection Name: "] = "Nombre de la colección:";
+$a->strings["Members are visible to other channels"] = "Los miembros son visibles para otros canales";
+$a->strings["Collection removed."] = "La colección ha sido eliminada.";
+$a->strings["Unable to remove collection."] = "No ha sido posible de eliminar la colección.";
+$a->strings["Collection Editor"] = "Editor de colecciones";
+$a->strings["Members"] = "Miembros";
+$a->strings["All Connected Channels"] = "Todos los canales conectados";
+$a->strings["Click on a channel to add or remove."] = "Haga clic en un canal para agregarlo o quitarlo.";
+$a->strings["Documentation Search"] = "Búsqueda de Documentación";
+$a->strings["Help:"] = "Ayuda:";
+$a->strings["\$Projectname Documentation"] = "Documentación de \$Projectname";
+$a->strings["\$Projectname"] = "\$Projectname";
+$a->strings["Welcome to %s"] = "Bienvenido a %s";
+$a->strings["First Name"] = "Nombre";
+$a->strings["Last Name"] = "Apellido";
+$a->strings["Nickname"] = "Sobrenombre o Alias";
+$a->strings["Full Name"] = "Nombre completo";
+$a->strings["Profile Photo 16px"] = "Foto del perfil 16px";
+$a->strings["Profile Photo 32px"] = "Foto del perfil 32px";
+$a->strings["Profile Photo 48px"] = "Foto del perfil 48px";
+$a->strings["Profile Photo 64px"] = "Foto del perfil 64px";
+$a->strings["Profile Photo 80px"] = "Foto del perfil 80px";
+$a->strings["Profile Photo 128px"] = "Foto del perfil 128px";
+$a->strings["Timezone"] = "Zona horaria";
+$a->strings["Homepage URL"] = "Dirección de la página personal";
+$a->strings["Birth Year"] = "Año de nacimiento";
+$a->strings["Birth Month"] = "Mes de nacimiento";
+$a->strings["Birth Day"] = "Día de nacimiento";
+$a->strings["Birthdate"] = "Fecha de nacimiento";
+$a->strings["Gender"] = "Género";
+$a->strings["%s element installed"] = "%s elemento instalado";
+$a->strings["%s element installation failed"] = "Elemento con instalación fallida: %s";
+$a->strings["Your service plan only allows %d channels."] = "Su paquete de servicios solo permite %d canales.";
+$a->strings["Nothing to import."] = "No hay nada para importar.";
+$a->strings["Unable to download data from old server"] = "No se han podido descargar datos de su antiguo servidor";
+$a->strings["Imported file is empty."] = "El fichero importado está vacío.";
+$a->strings["Warning: Database versions differ by %1\$d updates."] = "Atención: Las versiones de la base de datos difieren en %1\$d actualizaciones.";
+$a->strings["No channel. Import failed."] = "No hay canal. La importación ha fallado";
+$a->strings["You must be logged in to use this feature."] = "Debe estar registrado para poder usar esta funcionalidad.";
+$a->strings["Import Channel"] = "Importar canal";
+$a->strings["Use this form to import an existing channel from a different server/hub. You may retrieve the channel identity from the old server/hub via the network or provide an export file."] = "Emplee este formulario para importar un canal desde un servidor/hub diferente. Puede recuperar el canal desde el antiguo servidor/hub a través de la red o proporcionando un fichero de exportación.";
+$a->strings["File to Upload"] = "Fichero para subir";
+$a->strings["Or provide the old server/hub details"] = "O proporcione los detalles de su antiguo servidor/hub";
+$a->strings["Your old identity address (xyz@example.com)"] = "Su identidad en el antiguo servidor (canal@ejemplo.com)";
+$a->strings["Your old login email address"] = "Su antigua dirección de correo electrónico";
+$a->strings["Your old login password"] = "Su antigua contraseña";
+$a->strings["For either option, please choose whether to make this hub your new primary address, or whether your old location should continue this role. You will be able to post from either location, but only one can be marked as the primary location for files, photos, and media."] = "Para cualquiera de las opciones, elija si hacer de este servidor su nueva dirección primaria, o si su antigua ubicación debe continuar con este papel. Usted podrá publicar desde cualquier ubicación, pero sólo una puede estar marcada como la ubicación principal para los ficheros, fotos y otras imágenes o vídeos.";
+$a->strings["Make this hub my primary location"] = "Convertir este servidor en mi ubicación primaria";
+$a->strings["Import existing posts if possible (experimental - limited by available memory"] = "Importar el contenido publicado si es posible (experimental - limitado por la memoria disponible";
+$a->strings["This process may take several minutes to complete. Please submit the form only once and leave this page open until finished."] = "Este proceso puede tardar varios minutos en completarse. Por favor envíe el formulario una sola vez y mantenga esta página abierta hasta que termine.";
+$a->strings["Import completed"] = "Importación completada";
+$a->strings["Import Items"] = "Importar elementos";
+$a->strings["Use this form to import existing posts and content from an export file."] = "Utilice este formulario para importar entradas existentes y contenido desde un archivo de exportación.";
+$a->strings["Total invitation limit exceeded."] = "Se ha superado el límite máximo de invitaciones.";
+$a->strings["%s : Not a valid email address."] = "%s : No es una dirección de correo electrónico válida. ";
+$a->strings["Please join us on \$Projectname"] = "Únase a nosotros en \$Projectname";
+$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Excedido el límite de invitaciones. Por favor, contacte con el Administrador de su sitio.";
+$a->strings["%s : Message delivery failed."] = "%s : Falló el envío del mensaje.";
+$a->strings["%d message sent."] = array(
+ 0 => "%d mensajes enviados.",
+ 1 => "%d mensajes enviados.",
+);
+$a->strings["You have no more invitations available"] = "No tiene más invitaciones disponibles";
+$a->strings["Send invitations"] = "Enviar invitaciones";
+$a->strings["Enter email addresses, one per line:"] = "Introduzca las direcciones de correo electrónico, una por línea:";
+$a->strings["Your message:"] = "Su mensaje:";
+$a->strings["Please join my community on \$Projectname."] = "Por favor, únase a mi comunidad en \$Projectname.";
+$a->strings["You will need to supply this invitation code: "] = "Debe proporcionar este código de invitación:";
+$a->strings["1. Register at any \$Projectname location (they are all inter-connected)"] = "1. Regístrese en cualquier sitio de \$Projectname (están todos interconectados)";
+$a->strings["2. Enter my \$Projectname network address into the site searchbar."] = "2. Introduzca mi dirección \$Projectname en la caja de búsqueda del sitio.";
+$a->strings["or visit "] = "o visite ";
+$a->strings["3. Click [Connect]"] = "3. Pulse [conectar]";
+$a->strings["Unable to locate original post."] = "No ha sido posible encontrar la entrada original.";
+$a->strings["Empty post discarded."] = "La entrada vacía ha sido desechada.";
+$a->strings["Executable content type not permitted to this channel."] = "Contenido de tipo ejecutable no permitido en este canal.";
+$a->strings["Duplicate post suppressed."] = "Se ha suprimido la entrada duplicada.";
+$a->strings["System error. Post not saved."] = "Error del sistema. La entrada no se ha podido salvar.";
+$a->strings["Unable to obtain post information from database."] = "No ha sido posible obtener información de la entrada en la base de datos.";
+$a->strings["You have reached your limit of %1$.0f top level posts."] = "Ha alcanzado su límite de %1$.0f entradas en la página principal.";
+$a->strings["You have reached your limit of %1$.0f webpages."] = "Ha alcanzado su límite de %1$.0f páginas web.";
+$a->strings["Comanche page description language help"] = "Página de ayuda del lenguaje de descripción de páginas (PDL) Comanche";
+$a->strings["Layout Description"] = "Descripción del formato";
+$a->strings["Download PDL file"] = "Descargar el fichero PDL";
+$a->strings["Like/Dislike"] = "Me gusta/No me gusta";
+$a->strings["This action is restricted to members."] = "Esta acción está restringida solo para miembros.";
+$a->strings["Please <a href=\"rmagic\">login with your \$Projectname ID</a> or <a href=\"register\">register as a new \$Projectname member</a> to continue."] = "Por favor, <a href=\"rmagic\">identifíquese con su \$Projectname ID</a> o <a href=\"register\">rregístrese como un nuevo \$Projectname member</a> para continuar.";
+$a->strings["Invalid request."] = "Solicitud incorrecta.";
+$a->strings["thing"] = "elemento";
+$a->strings["Channel unavailable."] = "Canal no disponible.";
+$a->strings["Previous action reversed."] = "Acción anterior revocada.";
+$a->strings["%1\$s agrees with %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s está de acuerdo";
+$a->strings["%1\$s doesn't agree with %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s no está de acuerdo";
+$a->strings["%1\$s abstains from a decision on %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s se abstiene";
+$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s participa";
+$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s no participa";
+$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s quizá participe";
+$a->strings["Action completed."] = "Acción completada.";
+$a->strings["Thank you."] = "Gracias.";
+$a->strings["Remote privacy information not available."] = "La información privada remota no está disponible.";
+$a->strings["Visible to:"] = "Visible para:";
+$a->strings["Location not found."] = "Dirección no encontrada.";
+$a->strings["Location lookup failed."] = "Ha fallado la búsqueda de la dirección.";
+$a->strings["Please select another location to become primary before removing the primary location."] = "Por favor, seleccione una copia de su canal (un clon) para convertirlo en primario antes de eliminar su canal principal.";
+$a->strings["Syncing locations"] = "Sincronización de ubicaciones";
+$a->strings["No locations found."] = "No encontrada ninguna dirección.";
+$a->strings["Manage Channel Locations"] = "Gestionar las direcciones del canal";
+$a->strings["Location (address)"] = "Ubicación (dirección)";
+$a->strings["Primary Location"] = "Dirección primaria";
+$a->strings["Drop location"] = "Eliminar dirección";
+$a->strings["Sync now"] = "Sincronizar ahora";
+$a->strings["Please wait several minutes between consecutive operations."] = "Por favor, espere algunos minutos entre operaciones consecutivas.";
+$a->strings["When possible, drop a location by logging into that website/hub and removing your channel."] = "Cuando sea posible, elimine una ubicación iniciando sesión en el sitio web o \"hub\" y borrando su canal.";
+$a->strings["Use this form to drop the location if the hub is no longer operating."] = "Utilice este formulario para eliminar la dirección si el \"hub\" no está funcionando desde hace tiempo.";
+$a->strings["No valid account found."] = "No se ha encontrado una cuenta válida.";
+$a->strings["Password reset request issued. Check your email."] = "Se ha recibido una solicitud de restablecimiento de contraseña. Consulte su correo electrónico.";
+$a->strings["Site Member (%s)"] = "Usuario del sitio (%s)";
+$a->strings["Password reset requested at %s"] = "Se ha solicitado restablecer la contraseña en %s";
+$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "La solicitud no ha podido ser verificada. (Puede que la haya enviado con anterioridad) El restablecimiento de la contraseña ha fallado.";
+$a->strings["Your password has been reset as requested."] = "Su contraseña ha sido restablecida según lo solicitó.";
+$a->strings["Your new password is"] = "Su nueva contraseña es";
+$a->strings["Save or copy your new password - and then"] = "Guarde o copie su nueva contraseña - y después";
+$a->strings["click here to login"] = "pulse aquí para conectarse";
+$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Puede cambiar la contraseña en la página <em>Ajustes</em> una vez iniciada la sesión.";
+$a->strings["Your password has changed at %s"] = "Su contraseña en %s ha sido cambiada";
+$a->strings["Forgot your Password?"] = "¿Ha olvidado su contraseña?";
+$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Introduzca y envíe su dirección de correo electrónico para el restablecimiento de su contraseña. Luego revise su correo para obtener más instrucciones.";
+$a->strings["Email Address"] = "Dirección de correo electrónico";
+$a->strings["Reset"] = "Reiniciar";
+$a->strings["Hub not found."] = "Servidor no encontrado";
+$a->strings["Unable to lookup recipient."] = "Imposible asociar a un destinatario.";
+$a->strings["Unable to communicate with requested channel."] = "Imposible comunicar con el canal solicitado.";
+$a->strings["Cannot verify requested channel."] = "No se puede verificar el canal solicitado.";
+$a->strings["Selected channel has private message restrictions. Send failed."] = "El canal seleccionado tiene restricciones sobre los mensajes privados. El envío falló.";
+$a->strings["Messages"] = "Mensajes";
+$a->strings["Message recalled."] = "Mensaje revocado.";
+$a->strings["Conversation removed."] = "Conversación eliminada.";
+$a->strings["Requested channel is not in this network"] = "El canal solicitado no existe en esta red";
+$a->strings["Send Private Message"] = "Enviar un mensaje privado";
+$a->strings["To:"] = "Para:";
+$a->strings["Subject:"] = "Asunto:";
+$a->strings["Send"] = "Enviar";
+$a->strings["Delete message"] = "Borrar mensaje";
+$a->strings["Delivery report"] = "Informe de transmisión";
+$a->strings["Recall message"] = "Revocar el mensaje";
+$a->strings["Message has been recalled."] = "El mensaje ha sido revocado.";
+$a->strings["Delete Conversation"] = "Eliminar conversación";
+$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Comunicación segura no disponible. Pero <strong>puede</strong> responder desde la página del perfil del remitente.";
+$a->strings["Send Reply"] = "Responder";
+$a->strings["Your message for %s (%s):"] = "Su mensaje para %s (%s):";
+$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Ha creado %1$.0f de %2$.0f canales permitidos.";
+$a->strings["Create a new channel"] = "Crear un nuevo canal";
+$a->strings["Current Channel"] = "Canal actual";
+$a->strings["Switch to one of your channels by selecting it."] = "Cambiar a uno de sus canales seleccionándolo.";
+$a->strings["Default Channel"] = "Canal principal";
+$a->strings["Make Default"] = "Convertir en predeterminado";
+$a->strings["%d new messages"] = "%d mensajes nuevos";
+$a->strings["%d new introductions"] = "%d nuevas isolicitudes de conexión";
+$a->strings["Delegated Channels"] = "Canales delegados";
+$a->strings["Profile Match"] = "Perfil compatible";
+$a->strings["No keywords to match. Please add keywords to your default profile."] = "No hay palabras clave en el perfil principal para poder encontrar perfiles compatibles. Por favor, añada palabras clave a su perfil principal.";
+$a->strings["is interested in:"] = "está interesado en:";
+$a->strings["No matches"] = "No se han encontrado perfiles compatibles";
+$a->strings["Unable to update menu."] = "No se puede actualizar el menú.";
+$a->strings["Unable to create menu."] = "No se puede crear el menú.";
+$a->strings["Menu Name"] = "Nombre del menú";
+$a->strings["Unique name (not visible on webpage) - required"] = "Nombre único (no será visible en la página web) - requerido";
+$a->strings["Menu Title"] = "Título del menú";
+$a->strings["Visible on webpage - leave empty for no title"] = "Visible en la página web - no ponga nada si no desea un título";
+$a->strings["Allow Bookmarks"] = "Permitir marcadores";
+$a->strings["Menu may be used to store saved bookmarks"] = "El menú se puede usar para guardar marcadores";
+$a->strings["Submit and proceed"] = "Enviar y proceder";
+$a->strings["Drop"] = "Eliminar";
+$a->strings["Bookmarks allowed"] = "Marcadores permitidos";
+$a->strings["Delete this menu"] = "Borrar este menú";
+$a->strings["Edit menu contents"] = "Editar los contenidos del menú";
+$a->strings["Edit this menu"] = "Modificar este menú";
+$a->strings["Menu could not be deleted."] = "El menú no puede ser eliminado.";
+$a->strings["Menu not found."] = "Menú no encontrado";
+$a->strings["Edit Menu"] = "Modificar el menú";
+$a->strings["Add or remove entries to this menu"] = "Añadir o quitar entradas en este menú";
+$a->strings["Menu name"] = "Nombre del menú";
+$a->strings["Must be unique, only seen by you"] = "Debe ser único, solo será visible para usted";
+$a->strings["Menu title"] = "Título del menú";
+$a->strings["Menu title as seen by others"] = "El título del menú tal como será visto por los demás";
+$a->strings["Allow bookmarks"] = "Permitir marcadores";
+$a->strings["Not found."] = "No encontrado.";
+$a->strings["Unable to create element."] = "Imposible crear el elemento.";
+$a->strings["Unable to update menu element."] = "No es posible actualizar el elemento del menú.";
+$a->strings["Unable to add menu element."] = "No es posible añadir el elemento al menú";
+$a->strings["Menu Item Permissions"] = "Permisos del elemento del menú";
+$a->strings["(click to open/close)"] = "(pulsar para abrir o cerrar)";
+$a->strings["Link Name"] = "Nombre del enlace";
+$a->strings["Link or Submenu Target"] = "Destino del enlace o submenú";
+$a->strings["Enter URL of the link or select a menu name to create a submenu"] = "Introducir la dirección del enlace o seleccionar el nombre de un submenú";
+$a->strings["Use magic-auth if available"] = "Usar la autenticación mágica si está disponible";
+$a->strings["Open link in new window"] = "Abrir el enlace en una nueva ventana";
+$a->strings["Order in list"] = "Orden en la lista";
+$a->strings["Higher numbers will sink to bottom of listing"] = "Los números más altos irán al final de la lista";
+$a->strings["Submit and finish"] = "Enviar y terminar";
+$a->strings["Submit and continue"] = "Enviar y continuar";
+$a->strings["Menu:"] = "Menú:";
+$a->strings["Link Target"] = "Destino del enlace";
+$a->strings["Edit menu"] = "Editar menú";
+$a->strings["Edit element"] = "Editar el elemento";
+$a->strings["Drop element"] = "Eliminar el elemento";
+$a->strings["New element"] = "Nuevo elemento";
+$a->strings["Edit this menu container"] = "Modificar el contenedor del menú";
+$a->strings["Add menu element"] = "Añadir un elemento al menú";
+$a->strings["Delete this menu item"] = "Eliminar este elemento del menú";
+$a->strings["Edit this menu item"] = "Modificar este elemento del menú";
+$a->strings["Menu item not found."] = "Este elemento del menú no se ha encontrado";
+$a->strings["Menu item deleted."] = "Este elemento del menú ha sido borrado";
+$a->strings["Menu item could not be deleted."] = "Este elemento del menú no puede ser borrado.";
+$a->strings["Edit Menu Element"] = "Editar elemento del menú";
+$a->strings["Link text"] = "Texto del enlace";
+$a->strings["Set your current mood and tell your friends"] = "Describir su estado de ánimo para comunicárselo a sus amigos";
+$a->strings["No such group"] = "No se encuentra el grupo";
+$a->strings["No such channel"] = "No se encuentra el canal";
+$a->strings["forum"] = "foro";
+$a->strings["Search Results For:"] = "Buscar resultados para:";
+$a->strings["Collection is empty"] = "La colección está vacía";
+$a->strings["Collection: "] = "Colección:";
+$a->strings["Invalid connection."] = "Conexión no válida.";
+$a->strings["Add a Channel"] = "Añadir un canal";
+$a->strings["A channel is your own collection of related web pages. A channel can be used to hold social network profiles, blogs, conversation groups and forums, celebrity pages, and much more. You may create as many channels as your service provider allows."] = "Un canal está formado por su propia colección de páginas web relacionadas. Se puede utilizar para almacenar los perfiles sociales de la red, blogs, grupos de conversación y foros, páginas de famosos y mucho más. Puede crear tantos canales como su proveedor de servicio permita.";
+$a->strings["Channel Name"] = "Nombre del canal";
+$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = "Ejemplos: \"Juan García\", \"Isabel y sus caballos\", \"Fútbol\", \"Grupo de parapente\" ";
+$a->strings["Choose a short nickname"] = "Elija un alias corto";
+$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Su alias podrá usarse para crear una dirección de canal fácilmente memorizable (como una dirección de correo electrónico) que puede ser compartido con otros.";
+$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = "O <a href=\"import\">importar un canal existente</a> de otro lugar";
+$a->strings["Please choose a channel type (such as social networking or community forum) and privacy requirements so we can select the best permissions for you"] = "Elija el tipo de canal (como red social o foro de discusión) y la privacidad que requiera, así podremos seleccionar el mejor conjunto de permisos para usted";
+$a->strings["Channel Type"] = "Tipo de canal";
+$a->strings["Read more about roles"] = "Leer más sobre los roles";
+$a->strings["Invalid request identifier."] = "Petición inválida del identificador.";
+$a->strings["Discard"] = "Descartar";
+$a->strings["No more system notifications."] = "No hay más notificaciones del sistema";
+$a->strings["System Notifications"] = "Notificaciones de sistema";
+$a->strings["Unable to find your hub."] = "No se puede encontrar su servidor.";
+$a->strings["Post successful."] = "Enviado con éxito.";
+$a->strings["OpenID protocol error. No ID returned."] = "Error del protocolo OpenID. Ningún ID recibido como respuesta.";
+$a->strings["Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."] = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.";
+$a->strings["This setting requires special processing and editing has been blocked."] = "Este ajuste necesita de un proceso especial y la edición ha sido bloqueada.";
+$a->strings["Configuration Editor"] = "Editor de configuración";
+$a->strings["Warning: Changing some settings could render your channel inoperable. Please leave this page unless you are comfortable with and knowledgeable about how to correctly use this feature."] = "Atención: El cambio de algunos ajustes puede volver inutilizable su canal. Por favor, abandone la página excepto que esté seguro y sepa cómo usar correctamente esta característica.";
+$a->strings["Layout updated."] = "Formato actualizado";
+$a->strings["Edit System Page Description"] = "Editor del Sistema de Descripción de Páginas";
+$a->strings["Layout not found."] = "Formato no encontrado";
+$a->strings["Module Name:"] = "Nombre del módulo:";
+$a->strings["Layout Help"] = "Ayuda para el diseño de la página";
+$a->strings["Page owner information could not be retrieved."] = "La información del propietario de la página no pudo ser recuperada.";
+$a->strings["Album not found."] = "Álbum no encontrado.";
+$a->strings["Delete Album"] = "Borrar álbum";
+$a->strings["Delete Photo"] = "Borrar foto";
+$a->strings["No photos selected"] = "No hay fotos seleccionadas";
+$a->strings["Access to this item is restricted."] = "El acceso a este elemento está restringido.";
+$a->strings["%1$.2f MB of %2$.2f MB photo storage used."] = "%1$.2f MB de %2$.2f MB de almacenamiento de fotos utilizado.";
+$a->strings["%1$.2f MB photo storage used."] = "%1$.2f MB de almacenamiento de fotos utilizado.";
+$a->strings["Upload Photos"] = "Subir fotos";
+$a->strings["Enter an album name"] = "Introducir un nombre de álbum";
+$a->strings["or select an existing album (doubleclick)"] = "o seleccionar uno existente (doble click)";
+$a->strings["Create a status post for this upload"] = "Crear un mensaje de estado para esta subida";
+$a->strings["Caption (optional):"] = "Título (opcional):";
+$a->strings["Description (optional):"] = "Descripción (opcional):";
+$a->strings["Album name could not be decoded"] = "El nombre del álbum no ha podido ser descifrado";
+$a->strings["Contact Photos"] = "Fotos de contacto";
+$a->strings["Show Newest First"] = "Mostrar lo más reciente primero";
+$a->strings["Show Oldest First"] = "Mostrar lo más antiguo primero";
+$a->strings["Permission denied. Access to this item may be restricted."] = "Permiso denegado. El acceso a este elemento puede estar restringido.";
+$a->strings["Photo not available"] = "Foto no disponible";
+$a->strings["Use as profile photo"] = "Usar como foto del perfil";
+$a->strings["Private Photo"] = "Foto privada";
+$a->strings["View Full Size"] = "Ver tamaño completo";
+$a->strings["Remove"] = "Eliminar";
+$a->strings["Edit photo"] = "Editar foto";
+$a->strings["Rotate CW (right)"] = "Girar CW (a la derecha)";
+$a->strings["Rotate CCW (left)"] = "Girar CCW (a la izquierda)";
+$a->strings["Enter a new album name"] = "Introducir un nuevo nombre de álbum";
+$a->strings["or select an existing one (doubleclick)"] = "o seleccionar uno (doble click) existente";
+$a->strings["Caption"] = "Título";
+$a->strings["Add a Tag"] = "Añadir una etiqueta";
+$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com"] = "Ejemplos: @eva, @Carmen_Osuna, @jaime@ejemplo.com";
+$a->strings["Flag as adult in album view"] = "Marcar como \"solo para adultos\" en el álbum";
+$a->strings["In This Photo:"] = "En esta foto:";
+$a->strings["Map"] = "Mapa";
+$a->strings["View Album"] = "Ver álbum";
+$a->strings["Recent Photos"] = "Fotos recientes";
+$a->strings["sent you a private message"] = "le ha enviado un mensaje privado";
+$a->strings["added your channel"] = "añadió este canal a sus conexiones";
+$a->strings["posted an event"] = "publicó un evento";
+$a->strings["Poke/Prod"] = "Toque/Incitación";
+$a->strings["poke, prod or do other things to somebody"] = "dar un toque, incitar u otras cosas a alguien";
+$a->strings["Recipient"] = "Destinatario";
+$a->strings["Choose what you wish to do to recipient"] = "Elegir qué desea enviar al destinatario";
+$a->strings["Make this post private"] = "Convertir en privado este envío";
+$a->strings["Fetching URL returns error: %1\$s"] = "Al intentar obtener la dirección, retorna el error: %1\$s";
+$a->strings["Image uploaded but image cropping failed."] = "Imagen actualizada, pero el recorte de la imagen ha fallado. ";
+$a->strings["Image resize failed."] = "El ajuste del tamaño de la imagen ha fallado.";
+$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Recargue la página o limpie el caché del navegador si la nueva foto no se muestra inmediatamente.";
+$a->strings["Image upload failed."] = "Subida de imagen fallida.";
+$a->strings["Unable to process image."] = "No ha sido posible procesar la imagen.";
+$a->strings["female"] = "mujer";
+$a->strings["%1\$s updated her %2\$s"] = "%1\$s ha actualizado su %2\$s";
+$a->strings["male"] = "hombre";
+$a->strings["%1\$s updated his %2\$s"] = "%1\$s ha actualizado su %2\$s";
+$a->strings["%1\$s updated their %2\$s"] = "%1\$s ha actualizado su %2\$s";
+$a->strings["profile photo"] = "foto del perfil";
+$a->strings["Photo not available."] = "Foto no disponible.";
+$a->strings["Upload File:"] = "Subir fichero:";
+$a->strings["Select a profile:"] = "Seleccionar un perfil:";
+$a->strings["Upload Profile Photo"] = "Subir foto del perfil";
+$a->strings["or"] = "o";
+$a->strings["skip this step"] = "Omitir este paso";
+$a->strings["select a photo from your photo albums"] = "Seleccione una foto de sus álbumes de fotos";
+$a->strings["Crop Image"] = "Recortar imagen";
+$a->strings["Please adjust the image cropping for optimum viewing."] = "Por favor ajuste el recorte de la imagen para una visión óptima.";
+$a->strings["Done Editing"] = "Edición completada";
+$a->strings["Profile not found."] = "Perfil no encontrado.";
+$a->strings["Profile deleted."] = "Perfil eliminado.";
+$a->strings["Profile-"] = "Perfil-";
+$a->strings["New profile created."] = "El nuevo perfil ha sido creado.";
+$a->strings["Profile unavailable to clone."] = "Perfil no disponible para clonar.";
+$a->strings["Profile unavailable to export."] = "Perfil no disponible para exportar.";
+$a->strings["Profile Name is required."] = "Se necesita el nombre del perfil.";
+$a->strings["Marital Status"] = "Estado civil";
+$a->strings["Romantic Partner"] = "Pareja sentimental";
+$a->strings["Likes"] = "Me gusta";
+$a->strings["Dislikes"] = "No me gusta";
+$a->strings["Work/Employment"] = "Trabajo:";
+$a->strings["Religion"] = "Religión";
+$a->strings["Political Views"] = "Ideas políticas";
+$a->strings["Sexual Preference"] = "Preferencia sexual";
+$a->strings["Homepage"] = "Página personal";
+$a->strings["Interests"] = "Intereses";
+$a->strings["Profile updated."] = "Perfil actualizado.";
+$a->strings["Hide your contact/friend list from viewers of this profile?"] = "¿Ocultar su lista de contactos a los visitantes de este perfil?";
+$a->strings["Edit Profile Details"] = "Modificar los detalles de este perfil";
+$a->strings["View this profile"] = "Ver este perfil";
+$a->strings["Change Profile Photo"] = "Cambiar la foto del perfil";
+$a->strings["Create a new profile using these settings"] = "Crear un nuevo perfil usando estos ajustes";
+$a->strings["Clone this profile"] = "Clonar este perfil";
+$a->strings["Delete this profile"] = "Eliminar este perfil";
+$a->strings["Import profile from file"] = "Importar perfil desde un fichero";
+$a->strings["Export profile to file"] = "Exportar perfil a un fichero";
+$a->strings["Profile Name:"] = "Nombre del perfil:";
+$a->strings["Your Full Name:"] = "Su nombre completo:";
+$a->strings["Title/Description:"] = "Título/Descripción:";
+$a->strings["Your Gender:"] = "Su género:";
+$a->strings["Birthday :"] = "Cumpleaños:";
+$a->strings["Street Address:"] = "Calle:";
+$a->strings["Locality/City:"] = "Ciudad:";
+$a->strings["Postal/Zip Code:"] = "Código postal:";
+$a->strings["Country:"] = "País:";
+$a->strings["Region/State:"] = "Región/Estado:";
+$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Estado sentimental:";
+$a->strings["Who: (if applicable)"] = "Quién: (si es aplicable)";
+$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Por ejemplo: ana123, María González, sara@ejemplo.com";
+$a->strings["Since [date]:"] = "Desde [fecha]:";
+$a->strings["Homepage URL:"] = "Dirección de la página personal:";
+$a->strings["Religious Views:"] = "Creencias religiosas:";
+$a->strings["Keywords:"] = "Palabras clave:";
+$a->strings["Example: fishing photography software"] = "Por ejemplo: software de fotografía submarina";
+$a->strings["Used in directory listings"] = "Visible en el directorio público del canal";
+$a->strings["Tell us about yourself..."] = "Háblenos de usted...";
+$a->strings["Hobbies/Interests"] = "Aficiones/Intereses";
+$a->strings["Contact information and Social Networks"] = "Información de contacto y redes sociales";
+$a->strings["My other channels"] = "Mis otros canales";
+$a->strings["Musical interests"] = "Preferencias musicales";
+$a->strings["Books, literature"] = "Libros, literatura";
+$a->strings["Television"] = "Televisión";
+$a->strings["Film/dance/culture/entertainment"] = "Cine/danza/cultura/entretenimiento";
+$a->strings["Love/romance"] = "Vida sentimental/amorosa";
+$a->strings["Work/employment"] = "Trabajo";
+$a->strings["School/education"] = "Estudios";
+$a->strings["This is your default profile."] = "Este es su perfil principal.";
+$a->strings["Age: "] = "Edad:";
+$a->strings["Edit/Manage Profiles"] = "Modificar/gestionar perfiles";
+$a->strings["Add profile things"] = "Añadir cosas al perfil";
+$a->strings["Include desirable objects in your profile"] = "Añadir objetos interesantes en su perfil";
+$a->strings["Invalid profile identifier."] = "Identificador del perfil no válido";
+$a->strings["Profile Visibility Editor"] = "Editor de visibilidad del perfil";
+$a->strings["Click on a contact to add or remove."] = "Pulsar en un contacto para añadirlo o eliminarlo.";
+$a->strings["Visible To"] = "Visible para";
+$a->strings["Public Sites"] = "Sitios públicos";
+$a->strings["The listed sites allow public registration for the \$Projectname network. All sites in the network are interlinked so membership on any of them conveys membership in the network as a whole. Some sites may require subscription or provide tiered service plans. The provider links <strong>may</strong> provide additional details."] = "Los sitios listados permiten el registro público en la red \$Projectname. Todos los sitios de la red están vinculados entre sí, por lo que sus miembros, en ninguno de ellos, indican la pertenencia a la red en su conjunto. Algunos sitios pueden requerir suscripción o proporcionar planes de servicio por niveles. Los enlaces de los proveedores <strong> pueden </strong> proporcionar detalles adicionales.";
+$a->strings["Rate this hub"] = "Valorar este sitio";
+$a->strings["Site URL"] = "Dirección del sitio";
+$a->strings["Access Type"] = "Tipo de acceso";
+$a->strings["Registration Policy"] = "Normas de registro";
+$a->strings["Project"] = "Proyecto";
+$a->strings["View hub ratings"] = "Ver las valoraciones del sitio";
+$a->strings["Rate"] = "Valorar";
+$a->strings["View ratings"] = "Ver valoraciones";
+$a->strings["Website:"] = "Sitio web:";
+$a->strings["Remote Channel [%s] (not yet known on this site)"] = "Canal remoto [%s] (aún no es conocido en este sitio)";
+$a->strings["Rating (this information is public)"] = "Valoración (esta información es pública)";
+$a->strings["Optionally explain your rating (this information is public)"] = "Opcionalmente puede explicar su valoración (esta información es pública)";
+$a->strings["No ratings"] = "Ninguna valoración";
+$a->strings["Ratings"] = "Valoraciones";
+$a->strings["Rating: "] = "Valoración:";
+$a->strings["Website: "] = "Sitio web:";
+$a->strings["Description: "] = "Descripción:";
+$a->strings["Select a bookmark folder"] = "Seleccionar una carpeta de marcadores";
+$a->strings["Save Bookmark"] = "Guardar marcador";
+$a->strings["URL of bookmark"] = "Dirección del marcador";
+$a->strings["Or enter new bookmark folder name"] = "O introduzca un nuevo nombre para la carpeta de marcadores";
+$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "Se ha superado el límite máximo de inscripciones diarias de este sitio. Por favor, pruebe de nuevo mañana.";
+$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Por favor, confirme que acepta los Términos del servicio. El registro ha fallado.";
+$a->strings["Passwords do not match."] = "Las contraseñas no coinciden.";
+$a->strings["Registration successful. Please check your email for validation instructions."] = "Registro realizado con éxito. Por favor, compruebe su correo electrónico para ver las instrucciones para validarlo.";
+$a->strings["Your registration is pending approval by the site owner."] = "Su registro está pendiente de aprobación por el propietario del sitio.";
+$a->strings["Your registration can not be processed."] = "Su registro no puede ser procesado.";
+$a->strings["Registration on this site/hub is by approval only."] = "El registro en este servidor/hub está sometido a aprobación previa.";
+$a->strings["<a href=\"pubsites\">Register at another affiliated site/hub</a>"] = "<a href=\"pubsites\">Inscribirse en un servidor/hub afiliado</a>";
+$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Este sitio ha excedido el límite de inscripción diaria de cuentas. Por favor, inténtelo de nuevo mañana.";
+$a->strings["Terms of Service"] = "Términos del servicio";
+$a->strings["I accept the %s for this website"] = "Acepto los %s de este sitio";
+$a->strings["I am over 13 years of age and accept the %s for this website"] = "Tengo más de 13 años de edad y acepto los %s de este sitio";
+$a->strings["Membership on this site is by invitation only."] = "Para registrarse en este sitio es necesaria una invitación.";
+$a->strings["Please enter your invitation code"] = "Por favor, introduzca el código de su invitación";
+$a->strings["Your email address"] = "Su dirección de correo electrónico";
+$a->strings["Choose a password"] = "Elija una contraseña";
+$a->strings["Please re-enter your password"] = "Por favor, vuelva a escribir su contraseña";
+$a->strings["Please login."] = "Por favor, inicie sesión.";
+$a->strings["Account removals are not allowed within 48 hours of changing the account password."] = "La eliminación de cuentas no está permitida hasta después de que hayan transcurrido 48 horas desde el último cambio de contraseña.";
+$a->strings["Remove This Account"] = "Eliminar esta cuenta";
+$a->strings["WARNING: "] = "ATENCIÓN:";
+$a->strings["This account and all its channels will be completely removed from the network. "] = "Esta cuenta y todos sus canales van a ser eliminados de la red.";
+$a->strings["This action is permanent and can not be undone!"] = "¡Esta acción tiene carácter definitivo y no se puede deshacer!";
+$a->strings["Please enter your password for verification:"] = "Por favor, introduzca su contraseña para su verificación:";
+$a->strings["Remove this account, all its channels and all its channel clones from the network"] = "Remover esta cuenta, todos sus canales y clones de la red";
+$a->strings["By default only the instances of the channels located on this hub will be removed from the network"] = "Por defecto, solo las instancias de los canales ubicados en este servidor serán eliminados de la red";
+$a->strings["Remove Account"] = "Eliminar cuenta";
+$a->strings["Channel removals are not allowed within 48 hours of changing the account password."] = "La eliminación de canales no está permitida hasta pasadas 48 horas desde el último cambio de contraseña.";
+$a->strings["Remove This Channel"] = "Eliminar este canal";
+$a->strings["This channel will be completely removed from the network. "] = "Este canal va a ser completamente eliminado de la red.";
+$a->strings["Remove this channel and all its clones from the network"] = "Eliminar este canal y todos sus clones de la red";
+$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = "Por defecto, solo la instancia del canal alojado en este servidor será eliminado de la red";
+$a->strings["Remove Channel"] = "Eliminar el canal";
+$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Encontramos un problema durante el inicio de sesión con la OpenID que proporcionó. Por favor, compruebe que la ID está correctamente escrita.";
+$a->strings["The error message was:"] = "El mensaje de error fue:";
+$a->strings["Authentication failed."] = "Falló la autenticación.";
+$a->strings["Remote Authentication"] = "Acceso desde su servidor";
+$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Introduzca la dirección del canal (p.ej. canal@ejemplo.com)";
+$a->strings["Authenticate"] = "Acceder";
+$a->strings["Items tagged with: %s"] = "elementos etiquetados con: %s";
+$a->strings["Search results for: %s"] = "Resultados de la búsqueda para: %s";
+$a->strings["No service class restrictions found."] = "No se han encontrado restricciones sobre esta clase de servicio.";
$a->strings["Name is required"] = "El nombre es obligatorio";
$a->strings["Key and Secret are required"] = "\"Key\" y \"Secret\" son obligatorios";
$a->strings["Passwords do not match. Password unchanged."] = "Las contraseñas no coinciden. La contraseña no se ha cambiado.";
@@ -1791,8 +1929,6 @@ $a->strings["Confirm New Password:"] = "Confirme la nueva contraseña:";
$a->strings["Leave password fields blank unless changing"] = "Dejar en blanco los campos de contraseña a menos que cambie";
$a->strings["Email Address:"] = "Dirección de correo electrónico:";
$a->strings["Remove this account including all its channels"] = "Eliminar esta cuenta incluyendo todos sus canales";
-$a->strings["Off"] = "Desactivado";
-$a->strings["On"] = "Activado";
$a->strings["Additional Features"] = "Funcionalidades";
$a->strings["Connector Settings"] = "Configuración del conector";
$a->strings["No special theme for mobile devices"] = "Sin tema especial para dispositivos móviles";
@@ -1853,7 +1989,6 @@ $a->strings["0 or blank prevents expiration"] = "0 o en claro evitan la caducida
$a->strings["Maximum Friend Requests/Day:"] = "Máximo de solicitudes de amistad por día:";
$a->strings["May reduce spam activity"] = "Podría reducir la actividad de spam";
$a->strings["Default Post Permissions"] = "Permisos de publicación predeterminados";
-$a->strings["(click to open/close)"] = "(pulsar para abrir o cerrar)";
$a->strings["Channel permissions category:"] = "Categoría de permisos del canal:";
$a->strings["Maximum private messages per day from unknown people:"] = "Máximo de mensajes privados por día de gente desconocida:";
$a->strings["Useful to reduce spamming"] = "Útil para reducir el envío de correo no deseado";
@@ -1899,195 +2034,94 @@ $a->strings["Personal menu to display in your channel pages"] = "Menú personal
$a->strings["Remove this channel."] = "Eliminar este canal.";
$a->strings["Firefox Share \$Projectname provider"] = "Servicio de compartición de Firefox: proveedor \$Projectname";
$a->strings["Start calendar week on monday"] = "Comenzar el calendario semanal por el lunes";
-$a->strings["Page Title"] = "Título de página";
-$a->strings["App installed."] = "Aplicación instalada.";
-$a->strings["Malformed app."] = "Aplicación con errores";
-$a->strings["Embed code"] = "Código incorporado";
-$a->strings["Edit App"] = "Modificar la aplicación";
-$a->strings["Create App"] = "Crear una aplicación";
-$a->strings["Name of app"] = "Nombre de la aplicación";
-$a->strings["Location (URL) of app"] = "Ubicación (URL) de la aplicación";
-$a->strings["Photo icon URL"] = "Dirección del icono";
-$a->strings["80 x 80 pixels - optional"] = "80 x 80 pixels - opcional";
-$a->strings["Version ID"] = "Versión";
-$a->strings["Price of app"] = "Precio de la aplicación";
-$a->strings["Location (URL) to purchase app"] = "Dirección (URL) donde adquirir la aplicación";
-$a->strings["- select -"] = "- seleccionar -";
-$a->strings["Comanche page description language help"] = "Página de ayuda del lenguaje de descripción de páginas (PDL) Comanche";
-$a->strings["Layout Description"] = "Descripción del formato";
-$a->strings["Download PDL file"] = "Descargar el fichero PDL";
-$a->strings["Location not found."] = "Dirección no encontrada.";
-$a->strings["Location lookup failed."] = "Ha fallado la búsqueda de la dirección.";
-$a->strings["Please select another location to become primary before removing the primary location."] = "Por favor, seleccione una copia de su canal (un clon) para convertirlo en primario antes de eliminar su canal principal.";
-$a->strings["Syncing locations"] = "Sincronización de ubicaciones";
-$a->strings["No locations found."] = "No encontrada ninguna dirección.";
-$a->strings["Manage Channel Locations"] = "Gestionar las direcciones del canal";
-$a->strings["Location (address)"] = "Ubicación (dirección)";
-$a->strings["Primary Location"] = "Dirección primaria";
-$a->strings["Drop location"] = "Eliminar dirección";
-$a->strings["Sync now"] = "Sincronizar ahora";
-$a->strings["Please wait several minutes between consecutive operations."] = "Por favor, espere algunos minutos entre operaciones consecutivas.";
-$a->strings["When possible, drop a location by logging into that website/hub and removing your channel."] = "Cuando sea posible, elimine una ubicación iniciando sesión en el sitio web o \"hub\" y borrando su canal.";
-$a->strings["Use this form to drop the location if the hub is no longer operating."] = "Utilice este formulario para eliminar la dirección si el \"hub\" no está funcionando desde hace tiempo.";
-$a->strings["\$Projectname"] = "\$Projectname";
-$a->strings["Welcome to %s"] = "Bienvenido a %s";
-$a->strings["Please login."] = "Por favor, inicie sesión.";
-$a->strings["Xchan Lookup"] = "Búsqueda de canales";
-$a->strings["Lookup xchan beginning with (or webbie): "] = "Buscar un canal (o un \"webbie\") que comience por:";
-$a->strings["Not found."] = "No encontrado.";
-$a->strings["You must be logged in to see this page."] = "Debe haber iniciado sesión para poder ver esta página.";
-$a->strings["Insufficient permissions. Request redirected to profile page."] = "Permisos insuficientes. Petición redirigida a la página del perfil.";
-$a->strings["Item not available."] = "Elemento no disponible";
-$a->strings["Page owner information could not be retrieved."] = "La información del propietario de la página no pudo ser recuperada.";
-$a->strings["Album not found."] = "Álbum no encontrado.";
-$a->strings["Delete Album"] = "Borrar álbum";
-$a->strings["Delete Photo"] = "Borrar foto";
-$a->strings["No photos selected"] = "No hay fotos seleccionadas";
-$a->strings["Access to this item is restricted."] = "El acceso a este elemento está restringido.";
-$a->strings["%1$.2f MB of %2$.2f MB photo storage used."] = "%1$.2f MB de %2$.2f MB de almacenamiento de fotos utilizado.";
-$a->strings["%1$.2f MB photo storage used."] = "%1$.2f MB de almacenamiento de fotos utilizado.";
-$a->strings["Upload Photos"] = "Subir fotos";
-$a->strings["Enter an album name"] = "Introducir un nombre de álbum";
-$a->strings["or select an existing album (doubleclick)"] = "o seleccionar uno existente (doble click)";
-$a->strings["Create a status post for this upload"] = "Crear un mensaje de estado para esta subida";
-$a->strings["Caption (optional):"] = "Título (opcional):";
-$a->strings["Description (optional):"] = "Descripción (opcional):";
-$a->strings["Album name could not be decoded"] = "El nombre del álbum no ha podido ser descifrado";
-$a->strings["Contact Photos"] = "Fotos de contacto";
-$a->strings["Show Newest First"] = "Mostrar lo más reciente primero";
-$a->strings["Show Oldest First"] = "Mostrar lo más antiguo primero";
-$a->strings["Permission denied. Access to this item may be restricted."] = "Permiso denegado. El acceso a este elemento puede estar restringido.";
-$a->strings["Photo not available"] = "Foto no disponible";
-$a->strings["Use as profile photo"] = "Usar como foto del perfil";
-$a->strings["Private Photo"] = "Foto privada";
-$a->strings["Previous"] = "Anterior";
-$a->strings["View Full Size"] = "Ver tamaño completo";
-$a->strings["Edit photo"] = "Editar foto";
-$a->strings["Rotate CW (right)"] = "Girar CW (a la derecha)";
-$a->strings["Rotate CCW (left)"] = "Girar CCW (a la izquierda)";
-$a->strings["Enter a new album name"] = "Introducir un nuevo nombre de álbum";
-$a->strings["or select an existing one (doubleclick)"] = "o seleccionar uno (doble click) existente";
-$a->strings["Caption"] = "Título";
-$a->strings["Add a Tag"] = "Añadir una etiqueta";
-$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com"] = "Ejemplos: @eva, @Carmen_Osuna, @jaime@ejemplo.com";
-$a->strings["Flag as adult in album view"] = "Marcar como \"solo para adultos\" en el álbum";
-$a->strings["In This Photo:"] = "En esta foto:";
-$a->strings["Map"] = "Mapa";
-$a->strings["View Album"] = "Ver álbum";
-$a->strings["Recent Photos"] = "Fotos recientes";
-$a->strings["Remote privacy information not available."] = "La información privada remota no está disponible.";
-$a->strings["Visible to:"] = "Visible para:";
-$a->strings["Export Channel"] = "Exportar el canal";
-$a->strings["Export your basic channel information to a file. This acts as a backup of your connections, permissions, profile and basic data, which can be used to import your data to a new server hub, but does not contain your content."] = "Exportar la información básica del canal a un fichero. Este equivale a una copia de seguridad de sus conexiones, el perfil y datos fundamentales, que puede usarse para importar sus datos a un nuevo servidor, pero no incluye su contenido.";
-$a->strings["Export Content"] = "Exportar contenidos";
-$a->strings["Export your channel information and recent content to a JSON backup that can be restored or imported to another server hub. This backs up all of your connections, permissions, profile data and several months of posts. This file may be VERY large. Please be patient - it may take several minutes for this download to begin."] = "Exportar la información sobre su canal y el contenido reciente a un fichero de respaldo JSON, que puede ser restaurado o importado a otro servidor. Este fichero incluye todas sus conexiones, permisos, datos del perfil y publicaciones de varios meses. Puede llegar a ser MUY grande. Por favor, sea paciente, la descarga puede tardar varios minutos en comenzar.";
-$a->strings["Export your posts from a given year."] = "Exporta sus publicaciones de un año dado.";
-$a->strings["You may also export your posts and conversations for a particular year or month. Adjust the date in your browser location bar to select other dates. If the export fails (possibly due to memory exhaustion on your server hub), please try again selecting a more limited date range."] = "También puede exportar sus mensajes y conversaciones durante un año o mes en particular. Ajuste la fecha en la barra de direcciones del navegador para seleccionar otras fechas. Si la exportación falla (posiblemente debido al agotamiento de la memoria del servidor hub), por favor, intente de nuevo la selección de un rango de fechas más pequeño.";
-$a->strings["To select all posts for a given year, such as this year, visit <a href=\"%1\$s\">%2\$s</a>"] = "Para seleccionar todos los mensajes de un año determinado, como este año, visite <a href=\"%1\$s\">%2\$s</a>";
-$a->strings["To select all posts for a given month, such as January of this year, visit <a href=\"%1\$s\">%2\$s</a>"] = "Para seleccionar todos los mensajes de un mes determinado, como el de enero de este año, visite <a href=\"%1\$s\">%2\$s</a>";
-$a->strings["These content files may be imported or restored by visiting <a href=\"%1\$s\">%2\$s</a> on any site containing your channel. For best results please import or restore these in date order (oldest first)."] = "Estos ficheros pueden ser importados o restaurados visitando <a href=\"%1\$s\">%2\$s</a> o cualquier sitio que contenga su canal. Para obtener los mejores resultados, por favor, importar o restaurar estos ficheros en orden de fecha (la más antigua primero).";
-$a->strings["Item is not editable"] = "El elemento no es editable";
-$a->strings["Delete item?"] = "¿Borrar elemento?";
-$a->strings["Edit post"] = "Editar la entrada";
-$a->strings["Channel added."] = "Canal añadido.";
-$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Encontramos un problema durante el inicio de sesión con la OpenID que proporcionó. Por favor, compruebe que la ID está correctamente escrita.";
-$a->strings["The error message was:"] = "El mensaje de error fue:";
-$a->strings["Authentication failed."] = "Falló la autenticación.";
-$a->strings["Remote Authentication"] = "Acceso desde su servidor";
-$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Introduzca la dirección del canal (p.ej. canal@ejemplo.com)";
-$a->strings["Authenticate"] = "Acceder";
-$a->strings["Room not found"] = "Sala no encontrada";
-$a->strings["Leave Room"] = "Abandonar la sala";
-$a->strings["Delete This Room"] = "Eliminar esta sala";
-$a->strings["I am away right now"] = "Estoy ausente momentáneamente";
-$a->strings["I am online"] = "Estoy conectado/a";
-$a->strings["Bookmark this room"] = "Añadir esta sala a Marcadores";
-$a->strings["New Chatroom"] = "Nueva sala de chat";
-$a->strings["Chatroom Name"] = "Nombre de la sala de chat";
-$a->strings["Expiration of chats (minutes)"] = "Tiempo de expiración de los mensajes en los chats (en minutos)";
-$a->strings["%1\$s's Chatrooms"] = "Salas de chat de %1\$s";
-$a->strings["Items tagged with: %s"] = "elementos etiquetados con: %s";
-$a->strings["Search results for: %s"] = "Resultados de la búsqueda para: %s";
-$a->strings["Source of Item"] = "Origen del elemento";
-$a->strings["Share content from Firefox to \$Projectname"] = "Compartir contenido desde Firefox a \$Projectname";
-$a->strings["Activate the Firefox \$Projectname provider"] = "Servicio de compartición de Firefox: activar el proveedor \$Projectname ";
-$a->strings["Hub not found."] = "Servidor no encontrado";
-$a->strings["Blocked"] = "Bloqueadas";
-$a->strings["Ignored"] = "Ignoradas";
-$a->strings["Hidden"] = "Ocultas";
-$a->strings["Archived"] = "Archivadas";
-$a->strings["Suggest new connections"] = "Sugerir nuevas conexiones";
-$a->strings["New Connections"] = "Nuevas conexiones";
-$a->strings["Show pending (new) connections"] = "Mostrar conexiones (nuevas) pendientes";
-$a->strings["All Connections"] = "Todas las conexiones";
-$a->strings["Show all connections"] = "Mostrar todas las conexiones";
-$a->strings["Unblocked"] = "Desbloqueadas";
-$a->strings["Only show unblocked connections"] = "Mostrar solo las conexiones desbloqueadas";
-$a->strings["Only show blocked connections"] = "Mostrar solo las conexiones bloqueadas";
-$a->strings["Only show ignored connections"] = "Mostrar solo conexiones ignoradas";
-$a->strings["Only show archived connections"] = "Mostrar solo las conexiones archivadas";
-$a->strings["Only show hidden connections"] = "Mostrar solo las conexiones ocultas";
-$a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]";
-$a->strings["Edit connection"] = "Editar conexión";
-$a->strings["Search your connections"] = "Buscar sus conexiones";
-$a->strings["Finding: "] = "Búsqueda:";
-$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Ha creado %1$.0f de %2$.0f canales permitidos.";
-$a->strings["Create a new channel"] = "Crear un nuevo canal";
-$a->strings["Current Channel"] = "Canal actual";
-$a->strings["Switch to one of your channels by selecting it."] = "Cambiar a uno de sus canales seleccionándolo.";
-$a->strings["Default Channel"] = "Canal principal";
-$a->strings["Make Default"] = "Convertir en predeterminado";
-$a->strings["%d new messages"] = "%d mensajes nuevos";
-$a->strings["%d new introductions"] = "%d nuevas isolicitudes de conexión";
-$a->strings["Delegated Channels"] = "Canales delegados";
-$a->strings["Unable to update menu."] = "No se puede actualizar el menú.";
-$a->strings["Unable to create menu."] = "No se puede crear el menú.";
-$a->strings["Menu Name"] = "Nombre del menú";
-$a->strings["Unique name (not visible on webpage) - required"] = "Nombre único (no será visible en la página web) - requerido";
-$a->strings["Menu Title"] = "Título del menú";
-$a->strings["Visible on webpage - leave empty for no title"] = "Visible en la página web - no ponga nada si no desea un título";
-$a->strings["Allow Bookmarks"] = "Permitir marcadores";
-$a->strings["Menu may be used to store saved bookmarks"] = "El menú se puede usar para guardar marcadores";
-$a->strings["Submit and proceed"] = "Enviar y proceder";
-$a->strings["Drop"] = "Eliminar";
-$a->strings["Bookmarks allowed"] = "Marcadores permitidos";
-$a->strings["Delete this menu"] = "Borrar este menú";
-$a->strings["Edit menu contents"] = "Editar los contenidos del menú";
-$a->strings["Edit this menu"] = "Modificar este menú";
-$a->strings["Menu could not be deleted."] = "El menú no puede ser eliminado.";
-$a->strings["Menu not found."] = "Menú no encontrado";
-$a->strings["Edit Menu"] = "Modificar el menú";
-$a->strings["Add or remove entries to this menu"] = "Añadir o quitar entradas en este menú";
-$a->strings["Menu name"] = "Nombre del menú";
-$a->strings["Must be unique, only seen by you"] = "Debe ser único, solo será visible para usted";
-$a->strings["Menu title"] = "Título del menú";
-$a->strings["Menu title as seen by others"] = "El título del menú tal como será visto por los demás";
-$a->strings["Allow bookmarks"] = "Permitir marcadores";
-$a->strings["Unable to lookup recipient."] = "Imposible asociar a un destinatario.";
-$a->strings["Unable to communicate with requested channel."] = "Imposible comunicar con el canal solicitado.";
-$a->strings["Cannot verify requested channel."] = "No se puede verificar el canal solicitado.";
-$a->strings["Selected channel has private message restrictions. Send failed."] = "El canal seleccionado tiene restricciones sobre los mensajes privados. El envío falló.";
-$a->strings["Messages"] = "Mensajes";
-$a->strings["Message recalled."] = "Mensaje revocado.";
-$a->strings["Conversation removed."] = "Conversación eliminada.";
-$a->strings["Requested channel is not in this network"] = "El canal solicitado no existe en esta red";
-$a->strings["Send Private Message"] = "Enviar un mensaje privado";
-$a->strings["To:"] = "Para:";
-$a->strings["Subject:"] = "Asunto:";
-$a->strings["Send"] = "Enviar";
-$a->strings["Delete message"] = "Borrar mensaje";
-$a->strings["Delivery report"] = "Informe de transmisión";
-$a->strings["Recall message"] = "Revocar el mensaje";
-$a->strings["Message has been recalled."] = "El mensaje ha sido revocado.";
-$a->strings["Delete Conversation"] = "Eliminar conversación";
-$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Comunicación segura no disponible. Pero <strong>puede</strong> responder desde la página del perfil del remitente.";
-$a->strings["Send Reply"] = "Responder";
-$a->strings["Your message for %s (%s):"] = "Su mensaje para %s (%s):";
-$a->strings["Documentation Search"] = "Búsqueda de Documentación";
-$a->strings["Help:"] = "Ayuda:";
-$a->strings["Not Found"] = "No encontrado";
-$a->strings["\$Projectname Documentation"] = "Documentación de \$Projectname";
-$a->strings["No service class restrictions found."] = "No se han encontrado restricciones sobre esta clase de servicio.";
+$a->strings["\$Projectname Server - Setup"] = "Servidor \$Projectname - Instalación";
+$a->strings["Could not connect to database."] = "No se ha podido conectar a la base de datos.";
+$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "No se puede conectar con la dirección del sitio indicada. Podría tratarse de un problema de SSL o DNS.";
+$a->strings["Could not create table."] = "No se puede crear la tabla.";
+$a->strings["Your site database has been installed."] = "La base de datos del sitio ha sido instalada.";
+$a->strings["You may need to import the file \"install/schema_xxx.sql\" manually using a database client."] = "Podría tener que importar manualmente el fichero \"install/schema_xxx.sql\" usando un cliente de base de datos.";
+$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Por favor, lea el fichero \"install/INSTALL.txt\".";
+$a->strings["System check"] = "Verificación del sistema";
+$a->strings["Check again"] = "Verificar de nuevo";
+$a->strings["Database connection"] = "Conexión a la base de datos";
+$a->strings["In order to install \$Projectname we need to know how to connect to your database."] = "Para instalar \$Projectname es necesario saber cómo conectar con su base de datos.";
+$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Por favor, contacte con el proveedor de servicios o el administrador del sitio si tiene dudas sobre estos ajustes.";
+$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "La base de datos que especifique a continuación debe existir ya. Si no es así, por favor, créela antes de seguir.";
+$a->strings["Database Server Name"] = "Nombre del servidor de base de datos";
+$a->strings["Default is 127.0.0.1"] = "De forma predeterminada es 127.0.0.1";
+$a->strings["Database Port"] = "Puerto de la base de datos";
+$a->strings["Communication port number - use 0 for default"] = "Número del puerto de comunicaciones - use 0 como valor por defecto";
+$a->strings["Database Login Name"] = "Usuario de la base de datos";
+$a->strings["Database Login Password"] = "Contraseña de acceso a la base de datos";
+$a->strings["Database Name"] = "Nombre de la base de datos";
+$a->strings["Database Type"] = "Tipo de base de datos";
+$a->strings["Site administrator email address"] = "Dirección de correo electrónico del administrador del sitio";
+$a->strings["Your account email address must match this in order to use the web admin panel."] = "Su cuenta deberá usar la misma dirección de correo electrónico para poder utilizar el panel de administración web.";
+$a->strings["Website URL"] = "Dirección del sitio web";
+$a->strings["Please use SSL (https) URL if available."] = "Por favor, use SSL (https) si está disponible.";
+$a->strings["Please select a default timezone for your website"] = "Por favor, selecciones la zona horaria por defecto de su sitio web";
+$a->strings["Site settings"] = "Ajustes del sitio";
+$a->strings["Could not find a command line version of PHP in the web server PATH."] = "No se puede encontrar una versión en línea de comandos de PHP en la ruta del servidor web.";
+$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."] = "Si no tiene instalada la versión de línea de comandos de PHP en su servidor, no podrá ejecutar sondeos en segundo plano mediante cron.";
+$a->strings["PHP executable path"] = "Ruta del ejecutable PHP";
+$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Introducir la ruta completa del ejecutable PHP. Puede dejar la línea en blanco para continuar la instalación.";
+$a->strings["Command line PHP"] = "PHP en línea de comandos";
+$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "La línea de comandos PHP de su sistema no tiene activado \"register_argc_argv\".";
+$a->strings["This is required for message delivery to work."] = "Esto es necesario para que funcione la transmisión de mensajes.";
+$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv";
+$a->strings["Your max allowed total upload size is set to %s. Maximum size of one file to upload is set to %s. You are allowed to upload up to %d files at once."] = "La carga máxima que se le permite subir está establecida en %s. El tamaño máximo de un fichero está establecido en %s. Está permitido subir hasta un máximo de %d ficheros de una sola vez.";
+$a->strings["You can adjust these settings in the servers php.ini."] = "Puede ajustar estos valores en el fichero php.ini de su servidor.";
+$a->strings["PHP upload limits"] = "Límites PHP de subida";
+$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Error: La función \"openssl_pkey_new\" en este sistema no es capaz de general claves de cifrado.";
+$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Si está en un servidor Windows, por favor, lea \"http://www.php.net/manual/en/openssl.installation.php\".";
+$a->strings["Generate encryption keys"] = "Generar claves de cifrado";
+$a->strings["libCurl PHP module"] = "módulo libCurl PHP";
+$a->strings["GD graphics PHP module"] = "módulo PHP GD graphics";
+$a->strings["OpenSSL PHP module"] = "módulo PHP OpenSSL";
+$a->strings["mysqli or postgres PHP module"] = "módulo PHP mysqli o postgres";
+$a->strings["mb_string PHP module"] = "módulo PHP mb_string";
+$a->strings["mcrypt PHP module"] = "módulo PHP mcrypt ";
+$a->strings["xml PHP module"] = "módulo PHP xml";
+$a->strings["Apache mod_rewrite module"] = "módulo Apache mod_rewrite ";
+$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Error: se necesita el módulo del servidor web Apache mod-rewrite pero no está instalado.";
+$a->strings["proc_open"] = "proc_open";
+$a->strings["Error: proc_open is required but is either not installed or has been disabled in php.ini"] = "Error: se necesita proc_open pero o no está instalado o ha sido desactivado en el fichero php.ini";
+$a->strings["Error: libCURL PHP module required but not installed."] = "Error: se necesita el módulo PHP libCURL pero no está instalado.";
+$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Error: el módulo PHP GD graphics es necesario, pero no está instalado.";
+$a->strings["Error: openssl PHP module required but not installed."] = "Error: el módulo PHP openssl es necesario, pero no está instalado.";
+$a->strings["Error: mysqli or postgres PHP module required but neither are installed."] = "Error: el módulo PHP mysqli o postgres es necesario pero ninguno de los dos está instalado.";
+$a->strings["Error: mb_string PHP module required but not installed."] = "Error: el módulo PHP mb_string es necesario, pero no está instalado.";
+$a->strings["Error: mcrypt PHP module required but not installed."] = "Error: el módulo PHP mcrypt es necesario, pero no está instalado.";
+$a->strings["Error: xml PHP module required for DAV but not installed."] = "Error: el módulo PHP xml es necesario para DAV, pero no está instalado.";
+$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."] = "El instalador web no ha podido crear un fichero llamado “.htconfig.php” en la carpeta base de su servidor.";
+$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."] = "Esto está generalmente ligado a un problema de permisos, a causa del cual el servidor web tiene prohibido modificar ficheros en su carpeta - incluso si usted mismo tiene esos permisos.";
+$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = "Al término de este procedimiento, podemos crear un fichero de texto para guardar con el nombre .htconfig.php en el directorio raíz de su instalación de Hubzilla.";
+$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "Como alternativa, puede dejar este procedimiento e intentar realizar una instalación manual. Lea, por favor, el fichero\"install/INSTALL.txt\" para las instrucciones.";
+$a->strings[".htconfig.php is writable"] = ".htconfig.php tiene permisos de escritura";
+$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Hubzilla hace uso del motor de plantillas Smarty3 para diseñar sus plantillas gráficas. Smarty3 es más rápido porque compila las plantillas de páginas directamente en PHP.";
+$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder."] = "Para poder guardar las plantillas compiladas, el servidor web necesita permisos para acceder al subdirectorio %s en el directorio de instalación de Hubzilla.";
+$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Por favor, asegúrese de que el servidor web está siendo ejecutado por un usuario que tenga permisos de escritura sobre esta carpeta (por ejemplo, www-data).";
+$a->strings["Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."] = "Nota: como medida de seguridad, debe dar al servidor web permisos de escritura solo sobre %s - no sobre el fichero de plantilla (.tpl) que contiene.";
+$a->strings["%s is writable"] = "%s tiene permisos de escritura";
+$a->strings["Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"] = "Red guarda los ficheros descargados en la carpeta \"store\". El servidor web necesita tener permisos de escritura sobre esa carpeta, en el directorio de instalación.";
+$a->strings["store is writable"] = "\"store\" tiene permisos de escritura";
+$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "El certificado SSL no ha podido ser validado. Corrija este problema o desactive el acceso https a este sitio.";
+$a->strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = "Si su servidor soporta conexiones cifradas SSL o si permite conexiones al puerto TCP 443 (el puerto usado por el protocolo https), debe utilizar un certificado válido. No debe usar un certificado firmado por usted mismo.";
+$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "Se ha incorporado esta restricción para evitar que sus publicaciones públicas hagan referencia a imágenes en su propio servidor.";
+$a->strings["If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "Si su certificado no ha sido reconocido, los miembros de otros sitios (con certificados válidos) recibirán mensajes de aviso en sus propios sitios web.";
+$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "Por razones de compatibilidad (sobre el conjunto de la red, no solo sobre su propio sitio), debemos insistir en estos requisitos.";
+$a->strings["Providers are available that issue free certificates which are browser-valid."] = "Existen varias Autoridades de Certificación que le pueden proporcionar certificados válidos.";
+$a->strings["SSL certificate validation"] = "validación del certificado SSL";
+$a->strings["Url rewrite in .htaccess is not working. Check your server configuration.Test: "] = "No se pueden reescribir las direcciones web en .htaccess. Compruebe la configuración de su servidor:";
+$a->strings["Url rewrite is working"] = "La reescritura de las direcciones funciona correctamente";
+$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."] = "El fichero de configuración de la base de datos .htconfig.php no se ha podido modificar. Por favor, copie el texto generado en un fichero con ese nombre en el directorio raíz de su servidor.";
+$a->strings["Errors encountered creating database tables."] = "Se han encontrado errores al crear las tablas de la base de datos.";
+$a->strings["<h1>What next</h1>"] = "<h1>Siguiente paso</h1>";
+$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANTE: Debe crear [manualmente] una tarea programada para el \"poller\".";
+$a->strings["Files: shared with me"] = "Ficheros: compartidos conmigo";
+$a->strings["NEW"] = "NUEVO";
+$a->strings["Remove all files"] = "Eliminar todos los ficheros";
+$a->strings["Remove this file"] = "Eliminar este fichero";
$a->strings["Version %s"] = "Versión %s";
$a->strings["Installed plugins/addons/apps:"] = "Extensiones, complementos o aplicaciones instaladas:";
$a->strings["No installed plugins/addons/apps"] = "No hay instalada ninguna extensión, complemento o aplicación";
@@ -2101,76 +2135,56 @@ $a->strings["Bug reports and issues: please visit"] = "Informes de errores e inc
$a->strings["\$projectname issues"] = "Problemas en \$projectname";
$a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = "Sugerencias, elogios, etc - por favor, un correo electrónico a \"redmatrix\" en librelist - punto com";
$a->strings["Site Administrators"] = "Administradores del sitio";
+$a->strings["Failed to create source. No channel selected."] = "Imposible crear el origen de los contenidos. Ningún canal ha sido seleccionado.";
+$a->strings["Source created."] = "Fuente creada.";
+$a->strings["Source updated."] = "Fuente actualizada.";
+$a->strings["*"] = "*";
+$a->strings["Manage remote sources of content for your channel."] = "Gestionar contenido de origen remoto para su canal.";
+$a->strings["New Source"] = "Nueva fuente";
+$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "Importar todo el contenido o una selección de los siguientes canales en este canal y distribuirlo de acuerdo con sus ajustes.";
+$a->strings["Only import content with these words (one per line)"] = "Importar solo contenido que contenga estas palabras (una por línea)";
+$a->strings["Leave blank to import all public content"] = "Dejar en blanco para importar todo el contenido público";
+$a->strings["Source not found."] = "Fuente no encontrada";
+$a->strings["Edit Source"] = "Editar fuente";
+$a->strings["Delete Source"] = "Eliminar fuente";
+$a->strings["Source removed"] = "Fuente eliminada";
+$a->strings["Unable to remove source."] = "Imposible eliminar la fuente.";
+$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s está siguiendo %2\$s de %3\$s";
+$a->strings["%1\$s stopped following %2\$s's %3\$s"] = "%1\$s ha dejado de seguir %3\$s de %2\$s";
$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "No hay sugerencias disponibles. Si es un sitio nuevo, espere 24 horas y pruebe de nuevo.";
-$a->strings["Calendar entries imported."] = "Entradas de calendario importadas.";
-$a->strings["No calendar entries found."] = "No se han encontrado entradas de calendario.";
-$a->strings["Event can not end before it has started."] = "Un evento no puede terminar antes de que haya comenzado.";
-$a->strings["Unable to generate preview."] = "No se puede crear la vista previa.";
-$a->strings["Event title and start time are required."] = "Se requieren el título del evento y su hora de inicio.";
-$a->strings["Event not found."] = "Evento no encontrado.";
-$a->strings["Edit event titel"] = "Editar el título del evento";
-$a->strings["Event titel"] = "Título del evento";
-$a->strings["Categories (comma-separated list)"] = "Categorías (lista separada por comas)";
-$a->strings["Edit Category"] = "Editar la categoría";
-$a->strings["Category"] = "Categoría";
-$a->strings["Edit start date and time"] = "Modificar la fecha y hora de comienzo";
-$a->strings["Start date and time"] = "Fecha y hora de comienzo";
-$a->strings["Finish date and time are not known or not relevant"] = "La fecha y hora de terminación no se conocen o no son relevantes";
-$a->strings["Edit finish date and time"] = "Modificar la fecha y hora de terminación";
-$a->strings["Finish date and time"] = "Fecha y hora de terminación";
-$a->strings["Adjust for viewer timezone"] = "Ajustar para obtener el visor de zona horaria";
-$a->strings["Important for events that happen in a particular place. Not practical for global holidays."] = "Importante para los eventos que suceden en un lugar determinado. No es práctico para los globales.";
-$a->strings["Edit Description"] = "Editar la descripción";
-$a->strings["Edit Location"] = "Modificar la localización";
-$a->strings["Share this event"] = "Compartir este evento";
-$a->strings["Advanced Options"] = "Opciones avanzadas";
-$a->strings["l, F j"] = "l j F";
-$a->strings["Edit event"] = "Editar evento";
-$a->strings["Delete event"] = "Borrar evento";
-$a->strings["calendar"] = "calendario";
-$a->strings["Edit Event"] = "Editar el evento";
-$a->strings["Create Event"] = "Crear un evento";
-$a->strings["Today"] = "Hoy";
-$a->strings["Event removed"] = "Evento borrado";
-$a->strings["Failed to remove event"] = "Error al eliminar el evento";
-$a->strings["Invalid profile identifier."] = "Identificador del perfil no válido";
-$a->strings["Profile Visibility Editor"] = "Editor de visibilidad del perfil";
-$a->strings["Click on a contact to add or remove."] = "Pulsar en un contacto para añadirlo o eliminarlo.";
-$a->strings["Visible To"] = "Visible para";
-$a->strings["Unable to create element."] = "Imposible crear el elemento.";
-$a->strings["Unable to update menu element."] = "No es posible actualizar el elemento del menú.";
-$a->strings["Unable to add menu element."] = "No es posible añadir el elemento al menú";
-$a->strings["Menu Item Permissions"] = "Permisos del elemento del menú";
-$a->strings["Link Name"] = "Nombre del enlace";
-$a->strings["Link or Submenu Target"] = "Destino del enlace o submenú";
-$a->strings["Enter URL of the link or select a menu name to create a submenu"] = "Introducir la dirección del enlace o seleccionar el nombre de un submenú";
-$a->strings["Use magic-auth if available"] = "Usar la autenticación mágica si está disponible";
-$a->strings["Open link in new window"] = "Abrir el enlace en una nueva ventana";
-$a->strings["Order in list"] = "Orden en la lista";
-$a->strings["Higher numbers will sink to bottom of listing"] = "Los números más altos irán al final de la lista";
-$a->strings["Submit and finish"] = "Enviar y terminar";
-$a->strings["Submit and continue"] = "Enviar y continuar";
-$a->strings["Menu:"] = "Menú:";
-$a->strings["Link Target"] = "Destino del enlace";
-$a->strings["Edit menu"] = "Editar menú";
-$a->strings["Edit element"] = "Editar el elemento";
-$a->strings["Drop element"] = "Eliminar el elemento";
-$a->strings["New element"] = "Nuevo elemento";
-$a->strings["Edit this menu container"] = "Modificar el contenedor del menú";
-$a->strings["Add menu element"] = "Añadir un elemento al menú";
-$a->strings["Delete this menu item"] = "Eliminar este elemento del menú";
-$a->strings["Edit this menu item"] = "Modificar este elemento del menú";
-$a->strings["Menu item not found."] = "Este elemento del menú no se ha encontrado";
-$a->strings["Menu item deleted."] = "Este elemento del menú ha sido borrado";
-$a->strings["Menu item could not be deleted."] = "Este elemento del menú no puede ser borrado.";
-$a->strings["Edit Menu Element"] = "Editar elemento del menú";
-$a->strings["Link text"] = "Texto del enlace";
-$a->strings["Files: shared with me"] = "Ficheros: compartidos conmigo";
-$a->strings["NEW"] = "NUEVO";
-$a->strings["Remove all files"] = "Eliminar todos los ficheros";
-$a->strings["Remove this file"] = "Eliminar este fichero";
+$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s ha etiquetado la %3\$s de %2\$s con %4\$s";
+$a->strings["Tag removed"] = "Etiqueta eliminada.";
+$a->strings["Remove Item Tag"] = "Eliminar etiqueta del elemento.";
+$a->strings["Select a tag to remove: "] = "Seleccionar una etiqueta para eliminar:";
+$a->strings["Thing updated"] = "Elemento actualizado.";
+$a->strings["Object store: failed"] = "Guardar objeto: ha fallado";
+$a->strings["Thing added"] = "Elemento añadido";
+$a->strings["OBJ: %1\$s %2\$s %3\$s"] = "OBJ: %1\$s %2\$s %3\$s";
+$a->strings["Show Thing"] = "Mostrar elemento";
+$a->strings["item not found."] = "elemento no encontrado.";
+$a->strings["Edit Thing"] = "Editar elemento";
+$a->strings["Select a profile"] = "Seleccionar un perfil";
+$a->strings["Post an activity"] = "Publicar una actividad";
+$a->strings["Only sends to viewers of the applicable profile"] = "Sólo enviar a espectadores del perfil pertinente.";
+$a->strings["Name of thing e.g. something"] = "Nombre del elemento, p. ej.:. \"algo\"";
+$a->strings["URL of thing (optional)"] = "Dirección del elemento (opcional)";
+$a->strings["URL for photo of thing (optional)"] = "Dirección para la foto o elemento (opcional)";
+$a->strings["Add Thing to your Profile"] = "Añadir alguna cosa a su perfil";
+$a->strings["Export Channel"] = "Exportar el canal";
+$a->strings["Export your basic channel information to a file. This acts as a backup of your connections, permissions, profile and basic data, which can be used to import your data to a new server hub, but does not contain your content."] = "Exportar la información básica del canal a un fichero. Este equivale a una copia de seguridad de sus conexiones, el perfil y datos fundamentales, que puede usarse para importar sus datos a un nuevo servidor, pero no incluye su contenido.";
+$a->strings["Export Content"] = "Exportar contenidos";
+$a->strings["Export your channel information and recent content to a JSON backup that can be restored or imported to another server hub. This backs up all of your connections, permissions, profile data and several months of posts. This file may be VERY large. Please be patient - it may take several minutes for this download to begin."] = "Exportar la información sobre su canal y el contenido reciente a un fichero de respaldo JSON, que puede ser restaurado o importado a otro servidor. Este fichero incluye todas sus conexiones, permisos, datos del perfil y publicaciones de varios meses. Puede llegar a ser MUY grande. Por favor, sea paciente, la descarga puede tardar varios minutos en comenzar.";
+$a->strings["Export your posts from a given year."] = "Exporta sus publicaciones de un año dado.";
+$a->strings["You may also export your posts and conversations for a particular year or month. Adjust the date in your browser location bar to select other dates. If the export fails (possibly due to memory exhaustion on your server hub), please try again selecting a more limited date range."] = "También puede exportar sus mensajes y conversaciones durante un año o mes en particular. Ajuste la fecha en la barra de direcciones del navegador para seleccionar otras fechas. Si la exportación falla (posiblemente debido al agotamiento de la memoria del servidor hub), por favor, intente de nuevo la selección de un rango de fechas más pequeño.";
+$a->strings["To select all posts for a given year, such as this year, visit <a href=\"%1\$s\">%2\$s</a>"] = "Para seleccionar todos los mensajes de un año determinado, como este año, visite <a href=\"%1\$s\">%2\$s</a>";
+$a->strings["To select all posts for a given month, such as January of this year, visit <a href=\"%1\$s\">%2\$s</a>"] = "Para seleccionar todos los mensajes de un mes determinado, como el de enero de este año, visite <a href=\"%1\$s\">%2\$s</a>";
+$a->strings["These content files may be imported or restored by visiting <a href=\"%1\$s\">%2\$s</a> on any site containing your channel. For best results please import or restore these in date order (oldest first)."] = "Estos ficheros pueden ser importados o restaurados visitando <a href=\"%1\$s\">%2\$s</a> o cualquier sitio que contenga su canal. Para obtener los mejores resultados, por favor, importar o restaurar estos ficheros en orden de fecha (la más antigua primero).";
$a->strings["No connections."] = "Sin conexiones.";
$a->strings["Visit %s's profile [%s]"] = "Visitar el perfil de %s [%s]";
+$a->strings["Source of Item"] = "Origen del elemento";
+$a->strings["Page Title"] = "Título de página";
+$a->strings["Xchan Lookup"] = "Búsqueda de canales";
+$a->strings["Lookup xchan beginning with (or webbie): "] = "Buscar un canal (o un \"webbie\") que comience por:";
$a->strings["Focus (Hubzilla default)"] = "Focus (predefinido)";
$a->strings["Theme settings"] = "Ajustes del tema";
$a->strings["Select scheme"] = "Elegir un esquema";
@@ -2205,15 +2219,3 @@ $a->strings["Left align page content"] = "Alinear a la izquierda el contenido de
$a->strings["Set minimum opacity of nav bar - to hide it"] = "Ajustar la opacidad mínima de la barra de navegación - para ocultarla";
$a->strings["Set size of conversation author photo"] = "Ajustar el tamaño de la foto del autor de la conversación";
$a->strings["Set size of followup author photos"] = "Ajustar el tamaño de foto de los seguidores del autor";
-$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "La autenticación desde su servidor está bloqueada. Ha iniciado sesión localmente. Por favor, salga de la sesión y vuelva a intentarlo.";
-$a->strings["Update %s failed. See error logs."] = "La actualización %s ha fallado. Mire el informe de errores.";
-$a->strings["Update Error at %s"] = "Error de actualización en %s";
-$a->strings["Create an account to access services and applications within the Hubzilla"] = "Crear una cuenta para acceder a los servicios y aplicaciones dentro de Hubzilla";
-$a->strings["Password"] = "Contraseña";
-$a->strings["Remember me"] = "Recordarme";
-$a->strings["Forgot your password?"] = "¿Olvidó su contraseña?";
-$a->strings["toggle mobile"] = "cambiar a modo móvil";
-$a->strings["Website SSL certificate is not valid. Please correct."] = "El certificado SSL del sitio web no es válido. Por favor, solucione el problema.";
-$a->strings["[hubzilla] Website SSL error for %s"] = "[hubzilla] Error SSL del sitio web en %s";
-$a->strings["Cron/Scheduled tasks not running."] = "Las tareas del Planificador/Cron no están funcionando.";
-$a->strings["[hubzilla] Cron tasks not running on %s"] = "[hubzilla] Las tareas de Cron no están funcionando en %s";
diff --git a/view/it/hmessages.po b/view/it/hmessages.po
index 5ce6260bf..0a8b1a2fe 100644
--- a/view/it/hmessages.po
+++ b/view/it/hmessages.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Redmatrix\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-01-01 00:03-0800\n"
-"PO-Revision-Date: 2016-01-03 12:40+0000\n"
+"POT-Creation-Date: 2016-01-08 00:03-0800\n"
+"PO-Revision-Date: 2016-01-10 21:09+0000\n"
"Last-Translator: Paolo Wave <pynolo@tarine.net>\n"
"Language-Team: Italian (http://www.transifex.com/Friendica/red-matrix/language/it/)\n"
"MIME-Version: 1.0\n"
@@ -20,492 +20,469 @@ msgstr ""
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../../include/Contact.php:101 ../../include/identity.php:947
-#: ../../include/widgets.php:137 ../../include/widgets.php:175
-#: ../../include/conversation.php:953 ../../mod/match.php:64
-#: ../../mod/directory.php:318 ../../mod/suggest.php:52
-msgid "Connect"
-msgstr "Aggiungi"
-
-#: ../../include/Contact.php:118
-msgid "New window"
-msgstr "Nuova finestra"
-
-#: ../../include/Contact.php:119
-msgid "Open the selected location in a different window or browser tab"
-msgstr "Apri l'indirizzo selezionato in una nuova scheda o finestra"
-
-#: ../../include/Contact.php:237
-#, php-format
-msgid "User '%s' deleted"
-msgstr "Utente '%s' eliminato"
-
-#: ../../include/chat.php:23
-msgid "Missing room name"
-msgstr "Chat senza nome"
-
-#: ../../include/chat.php:32
-msgid "Duplicate room name"
-msgstr "Il nome della chat è duplicato"
-
-#: ../../include/chat.php:82 ../../include/chat.php:90
-msgid "Invalid room specifier."
-msgstr "Il nome della chat non è valido."
-
-#: ../../include/chat.php:122
-msgid "Room not found."
-msgstr "Chat non trovata."
-
-#: ../../include/chat.php:133 ../../include/items.php:4405
-#: ../../include/photos.php:29 ../../include/attach.php:140
-#: ../../include/attach.php:188 ../../include/attach.php:251
-#: ../../include/attach.php:265 ../../include/attach.php:272
-#: ../../include/attach.php:337 ../../include/attach.php:351
-#: ../../include/attach.php:358 ../../include/attach.php:436
-#: ../../include/attach.php:888 ../../include/attach.php:959
-#: ../../include/attach.php:1111 ../../mod/filestorage.php:18
-#: ../../mod/filestorage.php:73 ../../mod/filestorage.php:88
-#: ../../mod/filestorage.php:115 ../../mod/group.php:9 ../../mod/item.php:206
-#: ../../mod/item.php:214 ../../mod/item.php:1050 ../../mod/common.php:35
-#: ../../mod/achievements.php:30 ../../mod/rate.php:111
-#: ../../mod/blocks.php:69 ../../mod/blocks.php:76 ../../mod/id.php:71
-#: ../../mod/like.php:177 ../../mod/page.php:31 ../../mod/page.php:86
-#: ../../mod/mood.php:112 ../../mod/new_channel.php:68
-#: ../../mod/new_channel.php:99 ../../mod/setup.php:227
-#: ../../mod/bookmarks.php:48 ../../mod/poke.php:133
-#: ../../mod/profiles.php:198 ../../mod/profiles.php:584
-#: ../../mod/connedit.php:352 ../../mod/editwebpage.php:64
-#: ../../mod/editwebpage.php:86 ../../mod/editwebpage.php:101
-#: ../../mod/editwebpage.php:125 ../../mod/profile.php:64
-#: ../../mod/profile.php:72 ../../mod/api.php:26 ../../mod/api.php:31
-#: ../../mod/fsuggest.php:78 ../../mod/sources.php:66
-#: ../../mod/notifications.php:66 ../../mod/invite.php:13
-#: ../../mod/invite.php:87 ../../mod/profile_photo.php:341
-#: ../../mod/profile_photo.php:354 ../../mod/thing.php:271
-#: ../../mod/thing.php:291 ../../mod/thing.php:328 ../../mod/editblock.php:65
-#: ../../mod/network.php:12 ../../mod/pdledit.php:21 ../../mod/register.php:72
-#: ../../mod/editlayout.php:63 ../../mod/editlayout.php:87
-#: ../../mod/settings.php:568 ../../mod/webpages.php:69
-#: ../../mod/appman.php:66 ../../mod/layouts.php:69 ../../mod/layouts.php:76
-#: ../../mod/layouts.php:87 ../../mod/locs.php:83 ../../mod/regmod.php:17
-#: ../../mod/channel.php:100 ../../mod/channel.php:214
-#: ../../mod/channel.php:254 ../../mod/photos.php:70 ../../mod/editpost.php:13
-#: ../../mod/chat.php:94 ../../mod/chat.php:99 ../../mod/viewsrc.php:14
-#: ../../mod/authtest.php:13 ../../mod/connections.php:29
-#: ../../mod/manage.php:6 ../../mod/menu.php:74 ../../mod/mail.php:126
-#: ../../mod/service_limits.php:7 ../../mod/suggest.php:26
-#: ../../mod/events.php:260 ../../mod/message.php:16 ../../mod/block.php:22
-#: ../../mod/block.php:72 ../../mod/mitem.php:111 ../../mod/sharedwithme.php:7
-#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27
-#: ../../index.php:182 ../../index.php:365
-msgid "Permission denied."
-msgstr "Permesso negato."
-
-#: ../../include/chat.php:143
-msgid "Room is full"
-msgstr "La chat è al completo"
-
-#: ../../include/import.php:23
+#: ../../Zotlabs/Zot/Auth.php:140
msgid ""
-"Cannot create a duplicate channel identifier on this system. Import failed."
-msgstr "Non posso creare un canale con un identificativo che già esiste su questo sistema. L'importazione è fallita."
-
-#: ../../include/import.php:44 ../../include/Import/import_diaspora.php:42
-msgid "Unable to create a unique channel address. Import failed."
-msgstr "Impossibile creare un indirizzo univoco per il canale. L'import è fallito."
-
-#: ../../include/import.php:70
-msgid "Channel clone failed. Import failed."
-msgstr "Impossibile clonare il canale. L'importazione è fallita."
-
-#: ../../include/import.php:80 ../../mod/import.php:139
-msgid "Cloned channel not found. Import failed."
-msgstr "Impossibile trovare il canale clonato. L'importazione è fallita."
-
-#: ../../include/text.php:394
-msgid "prev"
-msgstr "prec"
-
-#: ../../include/text.php:396
-msgid "first"
-msgstr "inizio"
-
-#: ../../include/text.php:425
-msgid "last"
-msgstr "fine"
-
-#: ../../include/text.php:428
-msgid "next"
-msgstr "succ"
-
-#: ../../include/text.php:438
-msgid "older"
-msgstr "più recenti"
+"Remote authentication blocked. You are logged into this site locally. Please"
+" logout and retry."
+msgstr "L'autenticazione tramite il tuo hub non è disponibile. Puoi provare a disconnetterti per tentare di nuovo."
-#: ../../include/text.php:440
-msgid "newer"
-msgstr "più nuovi"
+#: ../../Zotlabs/Zot/Auth.php:248 ../../mod/openid.php:72
+#: ../../mod/openid.php:179
+#, php-format
+msgid "Welcome %s. Remote authentication successful."
+msgstr "Ciao %s. L'accesso tramite il tuo hub è avvenuto con successo."
-#: ../../include/text.php:803
-msgid "No connections"
-msgstr "Nessun contatto"
+#: ../../boot.php:1304
+#, php-format
+msgid "Update %s failed. See error logs."
+msgstr "%s: aggiornamento fallito. Controlla i log di errore."
-#: ../../include/text.php:815
+#: ../../boot.php:1307
#, php-format
-msgid "%d Connection"
-msgid_plural "%d Connections"
-msgstr[0] "%d contatto"
-msgstr[1] "%d contatti"
+msgid "Update Error at %s"
+msgstr "Errore di aggiornamento su %s"
-#: ../../include/text.php:828 ../../mod/viewconnections.php:101
-msgid "View Connections"
-msgstr "Elenco contatti"
+#: ../../boot.php:1474
+msgid ""
+"Create an account to access services and applications within the Hubzilla"
+msgstr "Registrati per accedere ai servizi e alle applicazioni di Hubzilla"
-#: ../../include/text.php:885 ../../include/text.php:897
-#: ../../include/nav.php:159 ../../include/apps.php:147
-#: ../../mod/search.php:40
-msgid "Search"
-msgstr "Cerca"
+#: ../../boot.php:1475 ../../include/nav.php:149 ../../mod/register.php:226
+msgid "Register"
+msgstr "Registrati"
-#: ../../include/text.php:886 ../../include/text.php:898
-#: ../../include/widgets.php:192 ../../mod/rbmark.php:28
-#: ../../mod/rbmark.php:100 ../../mod/admin.php:1454 ../../mod/admin.php:1474
-#: ../../mod/filer.php:49
-msgid "Save"
-msgstr "Salva"
+#: ../../boot.php:1492 ../../include/nav.php:82 ../../include/nav.php:114
+msgid "Logout"
+msgstr "Esci"
-#: ../../include/text.php:972
-msgid "poke"
-msgstr "poke"
+#: ../../boot.php:1493 ../../include/apps.php:131 ../../include/nav.php:111
+msgid "Login"
+msgstr "Accedi"
-#: ../../include/text.php:972 ../../include/conversation.php:243
-msgid "poked"
-msgstr "ha ricevuto un poke"
+#: ../../boot.php:1495 ../../include/contact_selectors.php:79
+#: ../../mod/admin.php:891 ../../mod/admin.php:900 ../../mod/id.php:15
+#: ../../mod/id.php:16
+msgid "Email"
+msgstr "Email"
-#: ../../include/text.php:973
-msgid "ping"
-msgstr "ping"
+#: ../../boot.php:1496
+msgid "Password"
+msgstr "Password"
-#: ../../include/text.php:973
-msgid "pinged"
-msgstr "ha ricevuto un ping"
+#: ../../boot.php:1497
+msgid "Remember me"
+msgstr "Resta connesso"
-#: ../../include/text.php:974
-msgid "prod"
-msgstr "spintone"
+#: ../../boot.php:1497 ../../include/dir_fns.php:141
+#: ../../include/dir_fns.php:142 ../../include/dir_fns.php:143
+#: ../../mod/admin.php:421 ../../mod/api.php:102 ../../mod/connedit.php:641
+#: ../../mod/connedit.php:690 ../../mod/events.php:447
+#: ../../mod/events.php:448 ../../mod/events.php:457
+#: ../../mod/filestorage.php:151 ../../mod/filestorage.php:159
+#: ../../mod/menu.php:96 ../../mod/menu.php:153 ../../mod/mitem.php:154
+#: ../../mod/mitem.php:155 ../../mod/mitem.php:228 ../../mod/mitem.php:229
+#: ../../mod/photos.php:626 ../../mod/removeme.php:60
+#: ../../mod/settings.php:577 ../../view/theme/redbasic/php/config.php:104
+#: ../../view/theme/redbasic/php/config.php:129
+msgid "No"
+msgstr "No"
-#: ../../include/text.php:974
-msgid "prodded"
-msgstr "ha ricevuto uno spintone"
+#: ../../boot.php:1497 ../../include/dir_fns.php:141
+#: ../../include/dir_fns.php:142 ../../include/dir_fns.php:143
+#: ../../mod/admin.php:423 ../../mod/api.php:101 ../../mod/events.php:447
+#: ../../mod/events.php:448 ../../mod/events.php:457
+#: ../../mod/filestorage.php:151 ../../mod/filestorage.php:159
+#: ../../mod/menu.php:96 ../../mod/menu.php:153 ../../mod/mitem.php:154
+#: ../../mod/mitem.php:155 ../../mod/mitem.php:228 ../../mod/mitem.php:229
+#: ../../mod/photos.php:626 ../../mod/removeme.php:60
+#: ../../mod/settings.php:577 ../../view/theme/redbasic/php/config.php:104
+#: ../../view/theme/redbasic/php/config.php:129
+msgid "Yes"
+msgstr "Sì"
-#: ../../include/text.php:975
-msgid "slap"
-msgstr "schiaffo"
+#: ../../boot.php:1500
+msgid "Forgot your password?"
+msgstr "Hai dimenticato la password?"
-#: ../../include/text.php:975
-msgid "slapped"
-msgstr "ha ricevuto uno schiaffo"
+#: ../../boot.php:1501 ../../mod/lostpass.php:86
+msgid "Password Reset"
+msgstr "Reimposta la password"
-#: ../../include/text.php:976
-msgid "finger"
-msgstr "finger"
+#: ../../boot.php:2120
+msgid "toggle mobile"
+msgstr "attiva/disattiva versione mobile"
-#: ../../include/text.php:976
-msgid "fingered"
-msgstr "ha ricevuto un finger"
+#: ../../boot.php:2272
+msgid "Website SSL certificate is not valid. Please correct."
+msgstr "Il certificato SSL del sito non è valido. Si prega di intervenire."
-#: ../../include/text.php:977
-msgid "rebuff"
-msgstr "rifiuto"
+#: ../../boot.php:2275
+#, php-format
+msgid "[hubzilla] Website SSL error for %s"
+msgstr "[hubzilla] Errore SSL su %s"
-#: ../../include/text.php:977
-msgid "rebuffed"
-msgstr "ha ricevuto un rifiuto"
+#: ../../boot.php:2312
+msgid "Cron/Scheduled tasks not running."
+msgstr "Processi cron non avviati."
-#: ../../include/text.php:987
-msgid "happy"
-msgstr "felice"
+#: ../../boot.php:2313 ../../include/datetime.php:263
+msgid "never"
+msgstr "mai"
-#: ../../include/text.php:988
-msgid "sad"
-msgstr "triste"
+#: ../../boot.php:2316
+#, php-format
+msgid "[hubzilla] Cron tasks not running on %s"
+msgstr "[hubzilla] Cron non è stato eseguito %s"
-#: ../../include/text.php:989
-msgid "mellow"
-msgstr "calmo"
+#: ../../include/Contact.php:101 ../../include/conversation.php:953
+#: ../../include/identity.php:947 ../../include/widgets.php:137
+#: ../../include/widgets.php:175 ../../mod/directory.php:318
+#: ../../mod/match.php:64 ../../mod/suggest.php:52
+msgid "Connect"
+msgstr "Aggiungi"
-#: ../../include/text.php:990
-msgid "tired"
-msgstr "stanco"
+#: ../../include/Contact.php:118
+msgid "New window"
+msgstr "Nuova finestra"
-#: ../../include/text.php:991
-msgid "perky"
-msgstr "vivace"
+#: ../../include/Contact.php:119
+msgid "Open the selected location in a different window or browser tab"
+msgstr "Apri l'indirizzo selezionato in una nuova scheda o finestra"
-#: ../../include/text.php:992
-msgid "angry"
-msgstr "arrabbiato"
+#: ../../include/Contact.php:237
+#, php-format
+msgid "User '%s' deleted"
+msgstr "Utente '%s' eliminato"
-#: ../../include/text.php:993
-msgid "stupefied"
-msgstr "stupito"
+#: ../../include/Import/import_diaspora.php:17
+msgid "No username found in import file."
+msgstr "Impossibile trovare il nome utente nel file da importare."
-#: ../../include/text.php:994
-msgid "puzzled"
-msgstr "confuso"
+#: ../../include/Import/import_diaspora.php:42 ../../include/import.php:44
+msgid "Unable to create a unique channel address. Import failed."
+msgstr "Impossibile creare un indirizzo univoco per il canale. L'import è fallito."
-#: ../../include/text.php:995
-msgid "interested"
-msgstr "attento"
+#: ../../include/Import/import_diaspora.php:143 ../../mod/import.php:487
+msgid "Import completed."
+msgstr "L'importazione è terminata con successo."
-#: ../../include/text.php:996
-msgid "bitter"
-msgstr "amaro"
+#: ../../include/ItemObject.php:89 ../../include/conversation.php:664
+msgid "Private Message"
+msgstr "Messaggio privato"
-#: ../../include/text.php:997
-msgid "cheerful"
-msgstr "allegro"
+#: ../../include/ItemObject.php:100 ../../include/RedDAV/RedBrowser.php:240
+#: ../../include/apps.php:259 ../../include/menu.php:108
+#: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36
+#: ../../mod/blocks.php:153 ../../mod/connections.php:235
+#: ../../mod/connections.php:248 ../../mod/connections.php:267
+#: ../../mod/editblock.php:135 ../../mod/editlayout.php:134
+#: ../../mod/editpost.php:112 ../../mod/editwebpage.php:176
+#: ../../mod/layouts.php:183 ../../mod/menu.php:108 ../../mod/settings.php:648
+#: ../../mod/thing.php:257 ../../mod/webpages.php:181
+msgid "Edit"
+msgstr "Modifica"
-#: ../../include/text.php:998
-msgid "alive"
-msgstr "vivace"
+#: ../../include/ItemObject.php:120 ../../include/RedDAV/RedBrowser.php:241
+#: ../../include/apps.php:260 ../../include/conversation.php:657
+#: ../../mod/admin.php:895 ../../mod/admin.php:1054 ../../mod/blocks.php:155
+#: ../../mod/connedit.php:557 ../../mod/editblock.php:181
+#: ../../mod/editlayout.php:179 ../../mod/editwebpage.php:223
+#: ../../mod/group.php:173 ../../mod/photos.php:1126
+#: ../../mod/settings.php:649 ../../mod/thing.php:258
+#: ../../mod/webpages.php:183
+msgid "Delete"
+msgstr "Elimina"
-#: ../../include/text.php:999
-msgid "annoyed"
-msgstr "seccato"
+#: ../../include/ItemObject.php:126 ../../include/conversation.php:656
+msgid "Select"
+msgstr "Scegli"
-#: ../../include/text.php:1000
-msgid "anxious"
-msgstr "ansioso"
+#: ../../include/ItemObject.php:130
+msgid "Save to Folder"
+msgstr "Salva nella cartella"
-#: ../../include/text.php:1001
-msgid "cranky"
-msgstr "irritabile"
+#: ../../include/ItemObject.php:151
+msgid "I will attend"
+msgstr "Parteciperò"
-#: ../../include/text.php:1002
-msgid "disturbed"
-msgstr "turbato"
+#: ../../include/ItemObject.php:151
+msgid "I will not attend"
+msgstr "Non parteciperò"
-#: ../../include/text.php:1003
-msgid "frustrated"
-msgstr "frustrato"
+#: ../../include/ItemObject.php:151
+msgid "I might attend"
+msgstr "Forse parteciperò"
-#: ../../include/text.php:1004
-msgid "depressed"
-msgstr "in depressione"
+#: ../../include/ItemObject.php:161
+msgid "I agree"
+msgstr "Sono d'accordo"
-#: ../../include/text.php:1005
-msgid "motivated"
-msgstr "motivato"
+#: ../../include/ItemObject.php:161
+msgid "I disagree"
+msgstr "Non sono d'accordo"
-#: ../../include/text.php:1006
-msgid "relaxed"
-msgstr "rilassato"
+#: ../../include/ItemObject.php:161
+msgid "I abstain"
+msgstr "Mi astengo"
-#: ../../include/text.php:1007
-msgid "surprised"
-msgstr "sorpreso"
+#: ../../include/ItemObject.php:175 ../../include/ItemObject.php:187
+#: ../../include/conversation.php:1697 ../../mod/photos.php:1079
+#: ../../mod/photos.php:1091
+msgid "View all"
+msgstr "Vedi tutto"
-#: ../../include/text.php:1179 ../../include/js_strings.php:70
-msgid "Monday"
-msgstr "lunedì"
+#: ../../include/ItemObject.php:179 ../../include/conversation.php:1721
+#: ../../include/identity.php:1258 ../../include/taxonomy.php:414
+#: ../../mod/photos.php:1083
+msgctxt "noun"
+msgid "Like"
+msgid_plural "Likes"
+msgstr[0] "Mi piace"
+msgstr[1] "Mi piace"
-#: ../../include/text.php:1179 ../../include/js_strings.php:71
-msgid "Tuesday"
-msgstr "martedì"
+#: ../../include/ItemObject.php:184 ../../include/conversation.php:1724
+#: ../../mod/photos.php:1088
+msgctxt "noun"
+msgid "Dislike"
+msgid_plural "Dislikes"
+msgstr[0] "Non mi piace"
+msgstr[1] "Non mi piace"
-#: ../../include/text.php:1179 ../../include/js_strings.php:72
-msgid "Wednesday"
-msgstr "mercoledì"
+#: ../../include/ItemObject.php:212
+msgid "Add Star"
+msgstr "Aggiungi ai preferiti"
-#: ../../include/text.php:1179 ../../include/js_strings.php:73
-msgid "Thursday"
-msgstr "giovedì"
+#: ../../include/ItemObject.php:213
+msgid "Remove Star"
+msgstr "Rimuovi dai preferiti"
-#: ../../include/text.php:1179 ../../include/js_strings.php:74
-msgid "Friday"
-msgstr "venerdì"
+#: ../../include/ItemObject.php:214
+msgid "Toggle Star Status"
+msgstr "Attiva/disattiva preferito"
-#: ../../include/text.php:1179 ../../include/js_strings.php:75
-msgid "Saturday"
-msgstr "sabato"
+#: ../../include/ItemObject.php:218
+msgid "starred"
+msgstr "preferito"
-#: ../../include/text.php:1179 ../../include/js_strings.php:69
-msgid "Sunday"
-msgstr "domenica"
+#: ../../include/ItemObject.php:227 ../../include/conversation.php:671
+msgid "Message signature validated"
+msgstr "Messaggio con firma verificata"
-#: ../../include/text.php:1183 ../../include/js_strings.php:45
-msgid "January"
-msgstr "gennaio"
+#: ../../include/ItemObject.php:228 ../../include/conversation.php:672
+msgid "Message signature incorrect"
+msgstr "Massaggio con firma non corretta"
-#: ../../include/text.php:1183 ../../include/js_strings.php:46
-msgid "February"
-msgstr "febbraio"
+#: ../../include/ItemObject.php:236
+msgid "Add Tag"
+msgstr "Aggiungi un tag"
-#: ../../include/text.php:1183 ../../include/js_strings.php:47
-msgid "March"
-msgstr "marzo"
+#: ../../include/ItemObject.php:254 ../../mod/photos.php:1023
+msgid "I like this (toggle)"
+msgstr "Attiva/disattiva Mi piace"
-#: ../../include/text.php:1183 ../../include/js_strings.php:48
-msgid "April"
-msgstr "aprile"
+#: ../../include/ItemObject.php:254 ../../include/taxonomy.php:328
+msgid "like"
+msgstr "mi piace"
-#: ../../include/text.php:1183
-msgid "May"
-msgstr "Mag"
+#: ../../include/ItemObject.php:255 ../../mod/photos.php:1024
+msgid "I don't like this (toggle)"
+msgstr "Attiva/disattiva Non mi piace"
-#: ../../include/text.php:1183 ../../include/js_strings.php:50
-msgid "June"
-msgstr "giugno"
+#: ../../include/ItemObject.php:255 ../../include/taxonomy.php:329
+msgid "dislike"
+msgstr "non mi piace"
-#: ../../include/text.php:1183 ../../include/js_strings.php:51
-msgid "July"
-msgstr "luglio"
+#: ../../include/ItemObject.php:259
+msgid "Share This"
+msgstr "Condividi"
-#: ../../include/text.php:1183 ../../include/js_strings.php:52
-msgid "August"
-msgstr "agosto"
+#: ../../include/ItemObject.php:259
+msgid "share"
+msgstr "condividi"
-#: ../../include/text.php:1183 ../../include/js_strings.php:53
-msgid "September"
-msgstr "settembre"
+#: ../../include/ItemObject.php:268
+msgid "Delivery Report"
+msgstr "Rapporto di trasmissione"
-#: ../../include/text.php:1183 ../../include/js_strings.php:54
-msgid "October"
-msgstr "ottobre"
+#: ../../include/ItemObject.php:286
+#, php-format
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] "%d commento"
+msgstr[1] "%d commenti"
-#: ../../include/text.php:1183 ../../include/js_strings.php:55
-msgid "November"
-msgstr "novembre"
+#: ../../include/ItemObject.php:315 ../../include/ItemObject.php:316
+#, php-format
+msgid "View %s's profile - %s"
+msgstr "Guarda il profilo di %s - %s"
-#: ../../include/text.php:1183 ../../include/js_strings.php:56
-msgid "December"
-msgstr "dicembre"
+#: ../../include/ItemObject.php:319
+msgid "to"
+msgstr "a"
-#: ../../include/text.php:1260 ../../include/text.php:1264
-msgid "Unknown Attachment"
-msgstr "Allegato non riconoscuto"
+#: ../../include/ItemObject.php:320
+msgid "via"
+msgstr "via"
-#: ../../include/text.php:1266 ../../include/RedDAV/RedBrowser.php:237
-#: ../../mod/sharedwithme.php:97
-msgid "Size"
-msgstr "Dimensione"
+#: ../../include/ItemObject.php:321
+msgid "Wall-to-Wall"
+msgstr "Da bacheca a bacheca"
-#: ../../include/text.php:1266
-msgid "unknown"
-msgstr "sconosciuta"
+#: ../../include/ItemObject.php:322
+msgid "via Wall-To-Wall:"
+msgstr "da bacheca a bacheca:"
-#: ../../include/text.php:1302
-msgid "remove category"
-msgstr "rimuovi la categoria"
+#: ../../include/ItemObject.php:334 ../../include/conversation.php:719
+#, php-format
+msgid "from %s"
+msgstr "da %s"
-#: ../../include/text.php:1379
-msgid "remove from file"
-msgstr "rimuovi dal file"
+#: ../../include/ItemObject.php:337 ../../include/conversation.php:722
+#, php-format
+msgid "last edited: %s"
+msgstr "ultima modifica: %s"
-#: ../../include/text.php:1410 ../../include/event.php:22
-#: ../../include/bb2diaspora.php:465
-msgid "l F d, Y \\@ g:i A"
-msgstr "l d F Y \\@ G:i"
+#: ../../include/ItemObject.php:338 ../../include/conversation.php:723
+#, php-format
+msgid "Expires: %s"
+msgstr "Scadenza: %s"
-#: ../../include/text.php:1414 ../../include/event.php:30
-#: ../../include/bb2diaspora.php:471
-msgid "Starts:"
-msgstr "Inizio:"
+#: ../../include/ItemObject.php:362
+msgid "Save Bookmarks"
+msgstr "Salva segnalibro"
-#: ../../include/text.php:1418 ../../include/event.php:40
-#: ../../include/bb2diaspora.php:479
-msgid "Finishes:"
-msgstr "Fine:"
+#: ../../include/ItemObject.php:363
+msgid "Add to Calendar"
+msgstr "Aggiungi al calendario"
-#: ../../include/text.php:1425 ../../include/event.php:52
-#: ../../include/identity.php:998 ../../include/bb2diaspora.php:487
-#: ../../mod/directory.php:304
-msgid "Location:"
-msgstr "Luogo:"
+#: ../../include/ItemObject.php:372
+msgid "Mark all seen"
+msgstr "Marca tutto come letto"
-#: ../../include/text.php:1521 ../../include/text.php:1532
-msgid "Click to open/close"
-msgstr "Clicca per aprire/chiudere"
+#: ../../include/ItemObject.php:378 ../../mod/photos.php:1209
+msgctxt "noun"
+msgid "Likes"
+msgstr "Mi piace"
-#: ../../include/text.php:1716 ../../mod/events.php:623
-msgid "Link to Source"
-msgstr "Link al sito d'origine"
+#: ../../include/ItemObject.php:379 ../../mod/photos.php:1210
+msgctxt "noun"
+msgid "Dislikes"
+msgstr "Non mi piace"
-#: ../../include/text.php:1737 ../../include/text.php:1809
-msgid "default"
-msgstr "predefinito"
+#: ../../include/ItemObject.php:384 ../../include/acl_selectors.php:252
+#: ../../mod/photos.php:1215
+msgid "Close"
+msgstr "Chiudi"
-#: ../../include/text.php:1745
-msgid "Page layout"
-msgstr "Layout della pagina"
+#: ../../include/ItemObject.php:389 ../../include/conversation.php:740
+#: ../../include/conversation.php:1227 ../../mod/editblock.php:150
+#: ../../mod/editlayout.php:148 ../../mod/editpost.php:129
+#: ../../mod/editwebpage.php:190 ../../mod/photos.php:1026
+msgid "Please wait"
+msgstr "Attendere"
-#: ../../include/text.php:1745
-msgid "You can create your own with the layouts tool"
-msgstr "Puoi creare un tuo layout dalla configurazione delle pagine web"
+#: ../../include/ItemObject.php:413 ../../include/js_strings.php:7
+msgid "[+] show all"
+msgstr "[+] mostra tutto"
-#: ../../include/text.php:1787
-msgid "Page content type"
-msgstr "Tipo di contenuto della pagina"
+#: ../../include/ItemObject.php:694 ../../mod/photos.php:1042
+#: ../../mod/photos.php:1160
+msgid "This is you"
+msgstr "Questo sei tu"
-#: ../../include/text.php:1821
-msgid "Select an alternate language"
-msgstr "Seleziona una lingua diversa"
+#: ../../include/ItemObject.php:696 ../../include/js_strings.php:6
+#: ../../mod/photos.php:1044 ../../mod/photos.php:1162
+msgid "Comment"
+msgstr "Commento"
-#: ../../include/text.php:1940 ../../include/conversation.php:120
-#: ../../mod/tagger.php:43 ../../mod/like.php:361 ../../mod/subthread.php:83
-msgid "photo"
-msgstr "la foto"
+#: ../../include/ItemObject.php:697 ../../include/js_strings.php:22
+#: ../../include/widgets.php:679 ../../include/widgets.php:691
+#: ../../mod/admin.php:453 ../../mod/admin.php:596 ../../mod/admin.php:888
+#: ../../mod/admin.php:1052 ../../mod/admin.php:1189 ../../mod/admin.php:1383
+#: ../../mod/admin.php:1468 ../../mod/appman.php:99 ../../mod/chat.php:184
+#: ../../mod/chat.php:213 ../../mod/connect.php:93 ../../mod/connedit.php:721
+#: ../../mod/events.php:461 ../../mod/events.php:658
+#: ../../mod/filestorage.php:156 ../../mod/fsuggest.php:108
+#: ../../mod/group.php:81 ../../mod/import.php:527
+#: ../../mod/import_items.php:122 ../../mod/invite.php:142
+#: ../../mod/locs.php:116 ../../mod/mail.php:380 ../../mod/mitem.php:231
+#: ../../mod/mood.php:135 ../../mod/pconfig.php:108 ../../mod/pdledit.php:58
+#: ../../mod/photos.php:637 ../../mod/photos.php:1005
+#: ../../mod/photos.php:1045 ../../mod/photos.php:1163 ../../mod/poke.php:171
+#: ../../mod/profiles.php:675 ../../mod/rate.php:168
+#: ../../mod/settings.php:586 ../../mod/settings.php:698
+#: ../../mod/settings.php:726 ../../mod/settings.php:749
+#: ../../mod/settings.php:834 ../../mod/settings.php:1023
+#: ../../mod/setup.php:331 ../../mod/setup.php:371 ../../mod/sources.php:104
+#: ../../mod/sources.php:138 ../../mod/thing.php:313 ../../mod/thing.php:359
+#: ../../mod/xchan.php:11 ../../view/theme/redbasic/php/config.php:99
+msgid "Submit"
+msgstr "Salva"
-#: ../../include/text.php:1943 ../../include/event.php:904
-#: ../../include/conversation.php:123 ../../mod/tagger.php:47
-#: ../../mod/like.php:363 ../../mod/events.php:249
-msgid "event"
-msgstr "l'evento"
+#: ../../include/ItemObject.php:698 ../../include/conversation.php:1199
+#: ../../mod/editblock.php:136 ../../mod/editlayout.php:135
+#: ../../mod/editpost.php:113 ../../mod/editwebpage.php:177
+msgid "Bold"
+msgstr "Grassetto"
-#: ../../include/text.php:1946 ../../include/conversation.php:148
-#: ../../mod/like.php:361 ../../mod/subthread.php:83
-msgid "status"
-msgstr "il messaggio di stato"
+#: ../../include/ItemObject.php:699 ../../include/conversation.php:1200
+#: ../../mod/editblock.php:137 ../../mod/editlayout.php:136
+#: ../../mod/editpost.php:114 ../../mod/editwebpage.php:178
+msgid "Italic"
+msgstr "Corsivo"
-#: ../../include/text.php:1948 ../../include/conversation.php:150
-#: ../../mod/tagger.php:53
-msgid "comment"
-msgstr "il commento"
+#: ../../include/ItemObject.php:700 ../../include/conversation.php:1201
+#: ../../mod/editblock.php:138 ../../mod/editlayout.php:137
+#: ../../mod/editpost.php:115 ../../mod/editwebpage.php:179
+msgid "Underline"
+msgstr "Sottolineato"
-#: ../../include/text.php:1953
-msgid "activity"
-msgstr "l'attività"
+#: ../../include/ItemObject.php:701 ../../include/conversation.php:1202
+#: ../../mod/editblock.php:139 ../../mod/editlayout.php:138
+#: ../../mod/editpost.php:116 ../../mod/editwebpage.php:180
+msgid "Quote"
+msgstr "Citazione"
-#: ../../include/text.php:2248
-msgid "Design Tools"
-msgstr "Strumenti di design"
+#: ../../include/ItemObject.php:702 ../../include/conversation.php:1203
+#: ../../mod/editblock.php:140 ../../mod/editlayout.php:139
+#: ../../mod/editpost.php:117 ../../mod/editwebpage.php:181
+msgid "Code"
+msgstr "Codice"
-#: ../../include/text.php:2251 ../../mod/blocks.php:147
-msgid "Blocks"
-msgstr "Block"
+#: ../../include/ItemObject.php:703
+msgid "Image"
+msgstr "Immagine"
-#: ../../include/text.php:2252 ../../mod/menu.php:103
-msgid "Menus"
-msgstr "Menù"
+#: ../../include/ItemObject.php:704
+msgid "Insert Link"
+msgstr "Collegamento"
-#: ../../include/text.php:2253 ../../mod/layouts.php:174
-msgid "Layouts"
-msgstr "Layout"
+#: ../../include/ItemObject.php:705
+msgid "Video"
+msgstr "Video"
-#: ../../include/text.php:2254
-msgid "Pages"
-msgstr "Pagine"
+#: ../../include/ItemObject.php:706 ../../include/conversation.php:1169
+#: ../../include/page_widgets.php:40 ../../mod/editblock.php:171
+#: ../../mod/editpost.php:149 ../../mod/editwebpage.php:212
+#: ../../mod/events.php:458 ../../mod/photos.php:1046
+#: ../../mod/webpages.php:188
+msgid "Preview"
+msgstr "Anteprima"
-#: ../../include/text.php:2606 ../../include/RedDAV/RedBrowser.php:131
-msgid "Collection"
-msgstr "Cartella"
+#: ../../include/ItemObject.php:709 ../../include/conversation.php:1257
+#: ../../mod/editpost.php:157 ../../mod/mail.php:255 ../../mod/mail.php:385
+msgid "Encrypt text"
+msgstr "Cifratura del messaggio"
#: ../../include/RedDAV/RedBrowser.php:107
#: ../../include/RedDAV/RedBrowser.php:239
msgid "parent"
msgstr "cartella superiore"
+#: ../../include/RedDAV/RedBrowser.php:131 ../../include/text.php:2606
+msgid "Collection"
+msgstr "Cartella"
+
#: ../../include/RedDAV/RedBrowser.php:134
msgid "Principal"
msgstr "Principale"
@@ -526,15 +503,15 @@ msgstr "Appuntamenti ricevuti"
msgid "Schedule Outbox"
msgstr "Appuntamenti inviati"
-#: ../../include/RedDAV/RedBrowser.php:164 ../../include/widgets.php:1330
-#: ../../include/conversation.php:1027 ../../include/apps.php:360
-#: ../../include/apps.php:415 ../../mod/photos.php:754
+#: ../../include/RedDAV/RedBrowser.php:164 ../../include/apps.php:360
+#: ../../include/apps.php:415 ../../include/conversation.php:1027
+#: ../../include/widgets.php:1334 ../../mod/photos.php:754
#: ../../mod/photos.php:1195
msgid "Unknown"
msgstr "Sconosciuto"
-#: ../../include/RedDAV/RedBrowser.php:226 ../../include/conversation.php:1629
-#: ../../include/nav.php:93 ../../include/apps.php:135
+#: ../../include/RedDAV/RedBrowser.php:226 ../../include/apps.php:135
+#: ../../include/conversation.php:1629 ../../include/nav.php:93
#: ../../mod/fbrowser.php:109
msgid "Files"
msgstr "Archivio file"
@@ -549,19 +526,19 @@ msgstr "Condiviso"
#: ../../include/RedDAV/RedBrowser.php:230
#: ../../include/RedDAV/RedBrowser.php:303 ../../mod/blocks.php:152
-#: ../../mod/new_channel.php:121 ../../mod/webpages.php:180
#: ../../mod/layouts.php:175 ../../mod/menu.php:114
+#: ../../mod/new_channel.php:133 ../../mod/webpages.php:180
msgid "Create"
msgstr "Crea"
#: ../../include/RedDAV/RedBrowser.php:231
-#: ../../include/RedDAV/RedBrowser.php:305 ../../include/widgets.php:1343
-#: ../../mod/profile_photo.php:453 ../../mod/photos.php:781
-#: ../../mod/photos.php:1316
+#: ../../include/RedDAV/RedBrowser.php:305 ../../include/widgets.php:1347
+#: ../../mod/photos.php:781 ../../mod/photos.php:1316
+#: ../../mod/profile_photo.php:453
msgid "Upload"
msgstr "Carica"
-#: ../../include/RedDAV/RedBrowser.php:235 ../../mod/admin.php:986
+#: ../../include/RedDAV/RedBrowser.php:235 ../../mod/admin.php:1060
#: ../../mod/settings.php:588 ../../mod/settings.php:614
#: ../../mod/sharedwithme.php:95
msgid "Name"
@@ -571,33 +548,15 @@ msgstr "Nome"
msgid "Type"
msgstr "Tipo"
+#: ../../include/RedDAV/RedBrowser.php:237 ../../include/text.php:1266
+#: ../../mod/sharedwithme.php:97
+msgid "Size"
+msgstr "Dimensione"
+
#: ../../include/RedDAV/RedBrowser.php:238 ../../mod/sharedwithme.php:98
msgid "Last Modified"
msgstr "Ultima modifica"
-#: ../../include/RedDAV/RedBrowser.php:240 ../../include/menu.php:108
-#: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36
-#: ../../include/ItemObject.php:100 ../../include/apps.php:259
-#: ../../mod/blocks.php:153 ../../mod/editwebpage.php:176
-#: ../../mod/thing.php:257 ../../mod/editblock.php:135
-#: ../../mod/editlayout.php:134 ../../mod/settings.php:648
-#: ../../mod/webpages.php:181 ../../mod/layouts.php:183
-#: ../../mod/editpost.php:112 ../../mod/connections.php:235
-#: ../../mod/connections.php:248 ../../mod/connections.php:267
-#: ../../mod/menu.php:108
-msgid "Edit"
-msgstr "Modifica"
-
-#: ../../include/RedDAV/RedBrowser.php:241 ../../include/conversation.php:657
-#: ../../include/ItemObject.php:120 ../../include/apps.php:260
-#: ../../mod/group.php:173 ../../mod/blocks.php:155 ../../mod/connedit.php:551
-#: ../../mod/editwebpage.php:223 ../../mod/thing.php:258
-#: ../../mod/editblock.php:181 ../../mod/admin.php:821 ../../mod/admin.php:980
-#: ../../mod/editlayout.php:179 ../../mod/settings.php:649
-#: ../../mod/webpages.php:183 ../../mod/photos.php:1126
-msgid "Delete"
-msgstr "Elimina"
-
#: ../../include/RedDAV/RedBrowser.php:282
#, php-format
msgid "You are using %1$s of your available file storage."
@@ -620,792 +579,303 @@ msgstr "Nuova cartella"
msgid "Upload file"
msgstr "Carica un file"
-#: ../../include/js_strings.php:5
-msgid "Delete this item?"
-msgstr "Eliminare questo elemento?"
-
-#: ../../include/js_strings.php:6 ../../include/ItemObject.php:696
-#: ../../mod/photos.php:1044 ../../mod/photos.php:1162
-msgid "Comment"
-msgstr "Commento"
-
-#: ../../include/js_strings.php:7 ../../include/ItemObject.php:413
-msgid "[+] show all"
-msgstr "[+] mostra tutto"
-
-#: ../../include/js_strings.php:8
-msgid "[-] show less"
-msgstr "[-] riduci"
-
-#: ../../include/js_strings.php:9
-msgid "[+] expand"
-msgstr "[+] mostra tutto"
-
-#: ../../include/js_strings.php:10
-msgid "[-] collapse"
-msgstr "[-] riduci"
-
-#: ../../include/js_strings.php:11
-msgid "Password too short"
-msgstr "Password troppo corta"
-
-#: ../../include/js_strings.php:12
-msgid "Passwords do not match"
-msgstr "Le password non corrispondono"
-
-#: ../../include/js_strings.php:13 ../../mod/photos.php:41
-msgid "everybody"
-msgstr "tutti"
-
-#: ../../include/js_strings.php:14
-msgid "Secret Passphrase"
-msgstr "Parola chiave per decifrare"
-
-#: ../../include/js_strings.php:15
-msgid "Passphrase hint"
-msgstr "Suggerimento per la parola chiave"
-
-#: ../../include/js_strings.php:16
-msgid "Notice: Permissions have changed but have not yet been submitted."
-msgstr "Nota: i permessi sono stati modificati ma non ancora salvati."
-
-#: ../../include/js_strings.php:17
-msgid "close all"
-msgstr "chiudi tutto"
-
-#: ../../include/js_strings.php:18
-msgid "Nothing new here"
-msgstr "Niente di nuovo qui"
-
-#: ../../include/js_strings.php:19
-msgid "Rate This Channel (this is public)"
-msgstr "Valuta questo canale (visibile a tutti)"
-
-#: ../../include/js_strings.php:20 ../../mod/rate.php:157
-#: ../../mod/connedit.php:694
-msgid "Rating"
-msgstr "Valutazioni"
-
-#: ../../include/js_strings.php:21
-msgid "Describe (optional)"
-msgstr "Descrizione (facoltativa)"
-
-#: ../../include/js_strings.php:22 ../../include/widgets.php:676
-#: ../../include/widgets.php:688 ../../include/ItemObject.php:697
-#: ../../mod/filestorage.php:156 ../../mod/group.php:81
-#: ../../mod/connect.php:93 ../../mod/rate.php:168 ../../mod/mood.php:135
-#: ../../mod/setup.php:331 ../../mod/setup.php:371 ../../mod/pconfig.php:108
-#: ../../mod/poke.php:171 ../../mod/profiles.php:675
-#: ../../mod/connedit.php:715 ../../mod/fsuggest.php:108
-#: ../../mod/sources.php:104 ../../mod/sources.php:138
-#: ../../mod/import.php:527 ../../mod/invite.php:142 ../../mod/thing.php:313
-#: ../../mod/thing.php:359 ../../mod/import_items.php:122
-#: ../../mod/pdledit.php:58 ../../mod/admin.php:447 ../../mod/admin.php:814
-#: ../../mod/admin.php:978 ../../mod/admin.php:1115 ../../mod/admin.php:1309
-#: ../../mod/admin.php:1394 ../../mod/settings.php:586
-#: ../../mod/settings.php:698 ../../mod/settings.php:726
-#: ../../mod/settings.php:749 ../../mod/settings.php:834
-#: ../../mod/settings.php:1023 ../../mod/appman.php:99 ../../mod/locs.php:116
-#: ../../mod/xchan.php:11 ../../mod/photos.php:637 ../../mod/photos.php:1005
-#: ../../mod/photos.php:1045 ../../mod/photos.php:1163 ../../mod/chat.php:184
-#: ../../mod/chat.php:213 ../../mod/mail.php:380 ../../mod/events.php:461
-#: ../../mod/events.php:658 ../../mod/mitem.php:231
-#: ../../view/theme/redbasic/php/config.php:99
-msgid "Submit"
-msgstr "Salva"
-
-#: ../../include/js_strings.php:23
-msgid "Please enter a link URL"
-msgstr "Inserisci l'URL di un link"
-
-#: ../../include/js_strings.php:24
-msgid "Unsaved changes. Are you sure you wish to leave this page?"
-msgstr "Non hai salvato i cambiamenti. Vuoi davvero lasciare questa pagina?"
-
-#: ../../include/js_strings.php:25 ../../mod/pubsites.php:28
-#: ../../mod/profiles.php:464 ../../mod/events.php:452
-msgid "Location"
-msgstr "Posizione geografica"
+#: ../../include/account.php:27
+msgid "Not a valid email address"
+msgstr "Email non valida"
-#: ../../include/js_strings.php:27
-msgid "timeago.prefixAgo"
-msgstr "timeago.prefixAgo"
+#: ../../include/account.php:29
+msgid "Your email domain is not among those allowed on this site"
+msgstr "Il dominio della tua email attualmente non è permesso su questo sito"
-#: ../../include/js_strings.php:28
-msgid "timeago.prefixFromNow"
-msgstr "timeago.prefixFromNow"
+#: ../../include/account.php:35
+msgid "Your email address is already registered at this site."
+msgstr "La tua email è già registrata su questo sito."
-#: ../../include/js_strings.php:29
-msgid "ago"
-msgstr "fa"
+#: ../../include/account.php:67
+msgid "An invitation is required."
+msgstr "È necessario un invito."
-#: ../../include/js_strings.php:30
-msgid "from now"
-msgstr "da adesso"
+#: ../../include/account.php:71
+msgid "Invitation could not be verified."
+msgstr "L'invito non può essere verificato."
-#: ../../include/js_strings.php:31
-msgid "less than a minute"
-msgstr "meno di un minuto"
+#: ../../include/account.php:121
+msgid "Please enter the required information."
+msgstr "Inserisci le informazioni richieste."
-#: ../../include/js_strings.php:32
-msgid "about a minute"
-msgstr "circa un minuto"
+#: ../../include/account.php:188
+msgid "Failed to store account information."
+msgstr "Non è stato possibile salvare le informazioni del tuo account."
-#: ../../include/js_strings.php:33
+#: ../../include/account.php:248
#, php-format
-msgid "%d minutes"
-msgstr "%d minuti"
-
-#: ../../include/js_strings.php:34
-msgid "about an hour"
-msgstr "circa un’ora"
+msgid "Registration confirmation for %s"
+msgstr "Registrazione di %s confermata"
-#: ../../include/js_strings.php:35
+#: ../../include/account.php:314
#, php-format
-msgid "about %d hours"
-msgstr "circa %d ore"
-
-#: ../../include/js_strings.php:36
-msgid "a day"
-msgstr "un giorno"
+msgid "Registration request at %s"
+msgstr "Richiesta di registrazione su %s"
-#: ../../include/js_strings.php:37
-#, php-format
-msgid "%d days"
-msgstr "%d giorni"
+#: ../../include/account.php:316 ../../include/account.php:343
+#: ../../include/account.php:403 ../../include/network.php:1655
+msgid "Administrator"
+msgstr "Amministratore"
-#: ../../include/js_strings.php:38
-msgid "about a month"
-msgstr "circa un mese"
+#: ../../include/account.php:338
+msgid "your registration password"
+msgstr "la password di registrazione"
-#: ../../include/js_strings.php:39
+#: ../../include/account.php:341 ../../include/account.php:401
#, php-format
-msgid "%d months"
-msgstr "%d mesi"
+msgid "Registration details for %s"
+msgstr "Dettagli della registrazione di %s"
-#: ../../include/js_strings.php:40
-msgid "about a year"
-msgstr "circa un anno"
+#: ../../include/account.php:410
+msgid "Account approved."
+msgstr "Account approvato."
-#: ../../include/js_strings.php:41
+#: ../../include/account.php:449
#, php-format
-msgid "%d years"
-msgstr "%d anni"
-
-#: ../../include/js_strings.php:42
-msgid " "
-msgstr " "
-
-#: ../../include/js_strings.php:43
-msgid "timeago.numbers"
-msgstr "timeago.numbers"
-
-#: ../../include/js_strings.php:49
-msgctxt "long"
-msgid "May"
-msgstr "maggio"
-
-#: ../../include/js_strings.php:57
-msgid "Jan"
-msgstr "Gen"
-
-#: ../../include/js_strings.php:58
-msgid "Feb"
-msgstr "Feb"
-
-#: ../../include/js_strings.php:59
-msgid "Mar"
-msgstr "Mar"
-
-#: ../../include/js_strings.php:60
-msgid "Apr"
-msgstr "Apr"
-
-#: ../../include/js_strings.php:61
-msgctxt "short"
-msgid "May"
-msgstr "maggio"
-
-#: ../../include/js_strings.php:62
-msgid "Jun"
-msgstr "Mag"
-
-#: ../../include/js_strings.php:63
-msgid "Jul"
-msgstr "Giu"
-
-#: ../../include/js_strings.php:64
-msgid "Aug"
-msgstr "Ago"
-
-#: ../../include/js_strings.php:65
-msgid "Sep"
-msgstr "Set"
-
-#: ../../include/js_strings.php:66
-msgid "Oct"
-msgstr "Ott"
-
-#: ../../include/js_strings.php:67
-msgid "Nov"
-msgstr "Nov"
-
-#: ../../include/js_strings.php:68
-msgid "Dec"
-msgstr "Dic"
-
-#: ../../include/js_strings.php:76
-msgid "Sun"
-msgstr "Dom"
-
-#: ../../include/js_strings.php:77
-msgid "Mon"
-msgstr "Lun"
-
-#: ../../include/js_strings.php:78
-msgid "Tue"
-msgstr "Mar"
-
-#: ../../include/js_strings.php:79
-msgid "Wed"
-msgstr "Mer"
-
-#: ../../include/js_strings.php:80
-msgid "Thu"
-msgstr "Gio"
-
-#: ../../include/js_strings.php:81
-msgid "Fri"
-msgstr "Ven"
-
-#: ../../include/js_strings.php:82
-msgid "Sat"
-msgstr "Sab"
-
-#: ../../include/js_strings.php:83
-msgctxt "calendar"
-msgid "today"
-msgstr "oggi"
-
-#: ../../include/js_strings.php:84
-msgctxt "calendar"
-msgid "month"
-msgstr "mese"
-
-#: ../../include/js_strings.php:85
-msgctxt "calendar"
-msgid "week"
-msgstr "settimana"
+msgid "Registration revoked for %s"
+msgstr "Registrazione revocata per %s"
-#: ../../include/js_strings.php:86
-msgctxt "calendar"
-msgid "day"
-msgstr "giorno"
+#: ../../include/account.php:494
+msgid "Account verified. Please login."
+msgstr "Registrazione verificata. Adesso puoi effettuare login."
-#: ../../include/js_strings.php:87
-msgctxt "calendar"
-msgid "All day"
-msgstr "Tutto il giorno"
+#: ../../include/account.php:707 ../../include/account.php:709
+msgid "Click here to upgrade."
+msgstr "Clicca qui per aggiornare."
-#: ../../include/Import/import_diaspora.php:17
-msgid "No username found in import file."
-msgstr "Impossibile trovare il nome utente nel file da importare."
+#: ../../include/account.php:715
+msgid "This action exceeds the limits set by your subscription plan."
+msgstr "Questa operazione supera i limiti del tuo abbonamento."
-#: ../../include/Import/import_diaspora.php:143 ../../mod/import.php:487
-msgid "Import completed."
-msgstr "L'importazione è terminata con successo."
+#: ../../include/account.php:720
+msgid "This action is not available under your subscription plan."
+msgstr "Questa operazione non è prevista dal tuo abbonamento."
-#: ../../include/comanche.php:34 ../../mod/admin.php:356
-msgid "Default"
-msgstr "Predefinito"
+#: ../../include/acl_selectors.php:218
+msgid "Visible to your default audience"
+msgstr "Visibile secondo le impostazioni predefinite"
-#: ../../include/items.php:423 ../../mod/group.php:68 ../../mod/like.php:280
-#: ../../mod/dreport.php:6 ../../mod/dreport.php:45 ../../mod/subthread.php:58
-#: ../../mod/import_items.php:114 ../../mod/profperm.php:23
-#: ../../index.php:364
-msgid "Permission denied"
-msgstr "Permesso negato"
+#: ../../include/acl_selectors.php:243
+msgid "Show"
+msgstr "Mostra"
-#: ../../include/items.php:1130 ../../include/items.php:1176
-msgid "(Unknown)"
-msgstr "(Sconosciuto)"
+#: ../../include/acl_selectors.php:244
+msgid "Don't show"
+msgstr "Non mostrare"
-#: ../../include/items.php:1373
-msgid "Visible to anybody on the internet."
-msgstr "Visibile a chiunque su internet."
+#: ../../include/acl_selectors.php:249
+msgid "Other networks and post services"
+msgstr "Invio ad altre reti o a siti esterni"
-#: ../../include/items.php:1375
-msgid "Visible to you only."
-msgstr "Visibile solo a te."
+#: ../../include/acl_selectors.php:251 ../../mod/chat.php:211
+#: ../../mod/filestorage.php:147 ../../mod/photos.php:631
+#: ../../mod/photos.php:998 ../../mod/thing.php:310 ../../mod/thing.php:356
+msgid "Permissions"
+msgstr "Permessi"
-#: ../../include/items.php:1377
-msgid "Visible to anybody in this network."
-msgstr "Visibile a tutti su questa rete."
+#: ../../include/activities.php:42
+msgid " and "
+msgstr "e"
-#: ../../include/items.php:1379
-msgid "Visible to anybody authenticated."
-msgstr "Visibile a chiunque sia autenticato."
+#: ../../include/activities.php:50
+msgid "public profile"
+msgstr "profilo pubblico"
-#: ../../include/items.php:1381
+#: ../../include/activities.php:59
#, php-format
-msgid "Visible to anybody on %s."
-msgstr "Visibile a tutti su %s."
-
-#: ../../include/items.php:1383
-msgid "Visible to all connections."
-msgstr "Visibile a tutti coloro che ti seguono."
-
-#: ../../include/items.php:1385
-msgid "Visible to approved connections."
-msgstr "Visibile ai contatti approvati."
-
-#: ../../include/items.php:1387
-msgid "Visible to specific connections."
-msgstr "Visibile ad alcuni contatti scelti."
-
-#: ../../include/items.php:4326 ../../mod/filestorage.php:27
-#: ../../mod/display.php:36 ../../mod/thing.php:86 ../../mod/admin.php:129
-#: ../../mod/admin.php:1017 ../../mod/admin.php:1222 ../../mod/viewsrc.php:20
-msgid "Item not found."
-msgstr "Elemento non trovato."
-
-#: ../../include/items.php:4838 ../../mod/group.php:38 ../../mod/group.php:137
-msgid "Collection not found."
-msgstr "Insieme di canali non trovato."
-
-#: ../../include/items.php:4854
-msgid "Collection is empty."
-msgstr "L'insieme di canali è vuoto."
+msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
+msgstr "%1$s ha cambiato %2$s in &ldquo;%3$s&rdquo;"
-#: ../../include/items.php:4861
+#: ../../include/activities.php:60
#, php-format
-msgid "Collection: %s"
-msgstr "Insieme: %s"
+msgid "Visit %1$s's %2$s"
+msgstr "Guarda %2$s di %1$s "
-#: ../../include/items.php:4871 ../../mod/connedit.php:683
+#: ../../include/activities.php:63
#, php-format
-msgid "Connection: %s"
-msgstr "Contatto: %s"
-
-#: ../../include/items.php:4873
-msgid "Connection not found."
-msgstr "Contatto non trovato."
-
-#: ../../include/event.php:768
-msgid "This event has been added to your calendar."
-msgstr "Questo evento è stato aggiunto al tuo calendario"
-
-#: ../../include/event.php:967
-msgid "Not specified"
-msgstr "Non specificato"
-
-#: ../../include/event.php:968
-msgid "Needs Action"
-msgstr "Necessita di un intervento"
-
-#: ../../include/event.php:969
-msgid "Completed"
-msgstr "Completato"
-
-#: ../../include/event.php:970
-msgid "In Process"
-msgstr "In corso"
-
-#: ../../include/event.php:971
-msgid "Cancelled"
-msgstr "Annullato"
-
-#: ../../include/identity.php:32
-msgid "Unable to obtain identity information from database"
-msgstr "Impossibile ottenere le informazioni di identificazione dal database"
-
-#: ../../include/identity.php:66
-msgid "Empty name"
-msgstr "Nome vuoto"
-
-#: ../../include/identity.php:69
-msgid "Name too long"
-msgstr "Nome troppo lungo"
-
-#: ../../include/identity.php:181
-msgid "No account identifier"
-msgstr "Account senza identificativo"
-
-#: ../../include/identity.php:193
-msgid "Nickname is required."
-msgstr "Il nome dell'account è obbligatorio."
-
-#: ../../include/identity.php:207
-msgid "Reserved nickname. Please choose another."
-msgstr "Nome utente riservato. Per favore scegline un altro."
-
-#: ../../include/identity.php:212
-msgid ""
-"Nickname has unsupported characters or is already being used on this site."
-msgstr "Il nome dell'account è già in uso oppure ha dei caratteri non supportati."
-
-#: ../../include/identity.php:288
-msgid "Unable to retrieve created identity"
-msgstr "Impossibile caricare l'identità creata"
-
-#: ../../include/identity.php:346
-msgid "Default Profile"
-msgstr "Profilo predefinito"
-
-#: ../../include/identity.php:390 ../../include/identity.php:391
-#: ../../include/identity.php:398 ../../include/widgets.php:430
-#: ../../include/profile_selectors.php:80 ../../mod/connedit.php:573
-#: ../../mod/settings.php:338 ../../mod/settings.php:342
-#: ../../mod/settings.php:343 ../../mod/settings.php:346
-#: ../../mod/settings.php:357
-msgid "Friends"
-msgstr "Amici"
-
-#: ../../include/identity.php:770
-msgid "Requested channel is not available."
-msgstr "Il canale che cerchi non è disponibile."
-
-#: ../../include/identity.php:816 ../../mod/filestorage.php:54
-#: ../../mod/connect.php:13 ../../mod/achievements.php:11
-#: ../../mod/blocks.php:29 ../../mod/hcard.php:8 ../../mod/editwebpage.php:28
-#: ../../mod/profile.php:16 ../../mod/editblock.php:29
-#: ../../mod/editlayout.php:27 ../../mod/webpages.php:29
-#: ../../mod/layouts.php:29
-msgid "Requested profile is not available."
-msgstr "Il profilo richiesto non è disponibile."
-
-#: ../../include/identity.php:960 ../../mod/profiles.php:782
-msgid "Change profile photo"
-msgstr "Cambia la foto del profilo"
-
-#: ../../include/identity.php:966
-msgid "Profiles"
-msgstr "Profili"
-
-#: ../../include/identity.php:966
-msgid "Manage/edit profiles"
-msgstr "Gestisci/modifica i profili"
-
-#: ../../include/identity.php:967 ../../mod/profiles.php:783
-msgid "Create New Profile"
-msgstr "Crea un nuovo profilo"
-
-#: ../../include/identity.php:970 ../../include/nav.php:90
-msgid "Edit Profile"
-msgstr "Modifica il profilo"
-
-#: ../../include/identity.php:982 ../../mod/profiles.php:794
-msgid "Profile Image"
-msgstr "Immagine del profilo"
-
-#: ../../include/identity.php:985
-msgid "visible to everybody"
-msgstr "visibile a tutti"
-
-#: ../../include/identity.php:986 ../../mod/profiles.php:677
-#: ../../mod/profiles.php:798
-msgid "Edit visibility"
-msgstr "Cambia la visibilità"
-
-#: ../../include/identity.php:1002 ../../include/identity.php:1242
-msgid "Gender:"
-msgstr "Sesso:"
-
-#: ../../include/identity.php:1003 ../../include/identity.php:1286
-msgid "Status:"
-msgstr "Stato:"
-
-#: ../../include/identity.php:1004 ../../include/identity.php:1297
-msgid "Homepage:"
-msgstr "Home page:"
+msgid "%1$s has an updated %2$s, changing %3$s."
+msgstr "%1$s ha aggiornato %2$s cambiando %3$s."
-#: ../../include/identity.php:1005
-msgid "Online Now"
-msgstr "Online adesso"
+#: ../../include/api.php:1336
+msgid "Public Timeline"
+msgstr "Diario pubblico"
-#: ../../include/identity.php:1089 ../../include/identity.php:1167
-#: ../../mod/ping.php:318
-msgid "g A l F d"
-msgstr "g A l d F"
+#: ../../include/apps.php:128
+msgid "Site Admin"
+msgstr "Amministrazione sito"
-#: ../../include/identity.php:1090 ../../include/identity.php:1168
-msgid "F d"
-msgstr "d F"
+#: ../../include/apps.php:129 ../../include/conversation.php:1655
+#: ../../include/nav.php:103
+msgid "Bookmarks"
+msgstr "Segnalibri"
-#: ../../include/identity.php:1135 ../../include/identity.php:1207
-#: ../../mod/ping.php:341
-msgid "[today]"
-msgstr "[oggi]"
+#: ../../include/apps.php:130
+msgid "Address Book"
+msgstr "Rubrica"
-#: ../../include/identity.php:1146
-msgid "Birthday Reminders"
-msgstr "Promemoria compleanni"
+#: ../../include/apps.php:132 ../../include/nav.php:200
+#: ../../mod/manage.php:160
+msgid "Channel Manager"
+msgstr "Gestione canali"
-#: ../../include/identity.php:1147
-msgid "Birthdays this week:"
-msgstr "Compleanni questa settimana:"
+#: ../../include/apps.php:133 ../../include/nav.php:174
+msgid "Grid"
+msgstr "Rete"
-#: ../../include/identity.php:1200
-msgid "[No description]"
-msgstr "[Nessuna descrizione]"
+#: ../../include/apps.php:134 ../../include/nav.php:202
+#: ../../include/widgets.php:557 ../../mod/admin.php:1150
+#: ../../mod/admin.php:1350
+msgid "Settings"
+msgstr "Impostazioni"
-#: ../../include/identity.php:1218
-msgid "Event Reminders"
-msgstr "Promemoria"
+#: ../../include/apps.php:136 ../../include/conversation.php:1665
+#: ../../include/nav.php:107 ../../mod/webpages.php:178
+msgid "Webpages"
+msgstr "Pagine web"
-#: ../../include/identity.php:1219
-msgid "Events this week:"
-msgstr "Eventi della settimana:"
+#: ../../include/apps.php:137 ../../include/nav.php:177
+msgid "Channel Home"
+msgstr "Bacheca del canale"
-#: ../../include/identity.php:1232 ../../include/identity.php:1349
-#: ../../include/apps.php:138 ../../mod/profperm.php:112
+#: ../../include/apps.php:138 ../../include/identity.php:1232
+#: ../../include/identity.php:1349 ../../mod/profperm.php:112
msgid "Profile"
msgstr "Profilo"
-#: ../../include/identity.php:1240 ../../mod/settings.php:1029
-msgid "Full Name:"
-msgstr "Nome completo:"
-
-#: ../../include/identity.php:1247
-msgid "Like this channel"
-msgstr "Mi piace questo canale"
-
-#: ../../include/identity.php:1258 ../../include/taxonomy.php:414
-#: ../../include/conversation.php:1721 ../../include/ItemObject.php:179
-#: ../../mod/photos.php:1083
-msgctxt "noun"
-msgid "Like"
-msgid_plural "Likes"
-msgstr[0] "Mi piace"
-msgstr[1] "Mi piace"
-
-#: ../../include/identity.php:1271
-msgid "j F, Y"
-msgstr "j F Y"
-
-#: ../../include/identity.php:1272
-msgid "j F"
-msgstr "j F"
-
-#: ../../include/identity.php:1279
-msgid "Birthday:"
-msgstr "Compleanno:"
-
-#: ../../include/identity.php:1283 ../../mod/directory.php:299
-msgid "Age:"
-msgstr "Età:"
-
-#: ../../include/identity.php:1292
-#, php-format
-msgid "for %1$d %2$s"
-msgstr "per %1$d %2$s"
-
-#: ../../include/identity.php:1295 ../../mod/profiles.php:699
-msgid "Sexual Preference:"
-msgstr "Preferenze sessuali:"
-
-#: ../../include/identity.php:1299 ../../mod/profiles.php:701
-#: ../../mod/directory.php:315
-msgid "Hometown:"
-msgstr "Città dove vivo:"
-
-#: ../../include/identity.php:1301
-msgid "Tags:"
-msgstr "Tag:"
-
-#: ../../include/identity.php:1303 ../../mod/profiles.php:702
-msgid "Political Views:"
-msgstr "Orientamento politico:"
-
-#: ../../include/identity.php:1305
-msgid "Religion:"
-msgstr "Religione:"
-
-#: ../../include/identity.php:1307 ../../mod/directory.php:317
-msgid "About:"
-msgstr "Informazioni:"
-
-#: ../../include/identity.php:1309
-msgid "Hobbies/Interests:"
-msgstr "Interessi e hobby:"
-
-#: ../../include/identity.php:1311 ../../mod/profiles.php:705
-msgid "Likes:"
-msgstr "Mi piace:"
-
-#: ../../include/identity.php:1313 ../../mod/profiles.php:706
-msgid "Dislikes:"
-msgstr "Non mi piace:"
-
-#: ../../include/identity.php:1315
-msgid "Contact information and Social Networks:"
-msgstr "Contatti e social network:"
-
-#: ../../include/identity.php:1317
-msgid "My other channels:"
-msgstr "I miei altri canali:"
-
-#: ../../include/identity.php:1319
-msgid "Musical interests:"
-msgstr "Gusti musicali:"
-
-#: ../../include/identity.php:1321
-msgid "Books, literature:"
-msgstr "Libri, letteratura:"
-
-#: ../../include/identity.php:1323
-msgid "Television:"
-msgstr "Televisione:"
-
-#: ../../include/identity.php:1325
-msgid "Film/dance/culture/entertainment:"
-msgstr "Film, danza, cultura, intrattenimento:"
-
-#: ../../include/identity.php:1327
-msgid "Love/Romance:"
-msgstr "Amore:"
-
-#: ../../include/identity.php:1329
-msgid "Work/employment:"
-msgstr "Lavoro:"
-
-#: ../../include/identity.php:1331
-msgid "School/education:"
-msgstr "Scuola:"
-
-#: ../../include/identity.php:1351
-msgid "Like this thing"
-msgstr "Mi piace"
-
-#: ../../include/taxonomy.php:240 ../../include/taxonomy.php:261
-msgid "Tags"
-msgstr "Tag"
-
-#: ../../include/taxonomy.php:282 ../../include/widgets.php:36
-#: ../../include/contact_widgets.php:95
-msgid "Categories"
-msgstr "Categorie"
-
-#: ../../include/taxonomy.php:305
-msgid "Keywords"
-msgstr "Parole chiave"
-
-#: ../../include/taxonomy.php:326
-msgid "have"
-msgstr "ho"
-
-#: ../../include/taxonomy.php:326
-msgid "has"
-msgstr "ha"
-
-#: ../../include/taxonomy.php:327
-msgid "want"
-msgstr "voglio"
-
-#: ../../include/taxonomy.php:327
-msgid "wants"
-msgstr "vuole"
-
-#: ../../include/taxonomy.php:328 ../../include/ItemObject.php:254
-msgid "like"
-msgstr "mi piace"
-
-#: ../../include/taxonomy.php:328
-msgid "likes"
-msgstr "gli piace"
-
-#: ../../include/taxonomy.php:329 ../../include/ItemObject.php:255
-msgid "dislike"
-msgstr "non mi piace"
+#: ../../include/apps.php:139 ../../include/conversation.php:1622
+#: ../../include/nav.php:92 ../../mod/fbrowser.php:25
+msgid "Photos"
+msgstr "Foto"
-#: ../../include/taxonomy.php:329
-msgid "dislikes"
-msgstr "non gli piace"
+#: ../../include/apps.php:140 ../../include/nav.php:196
+msgid "Events"
+msgstr "Eventi"
-#: ../../include/photos.php:112
-#, php-format
-msgid "Image exceeds website size limit of %lu bytes"
-msgstr "L'immagine supera il limite massimo di %lu bytes"
+#: ../../include/apps.php:141 ../../include/nav.php:162
+msgid "Directory"
+msgstr "Elenchi pubblici dei canali"
-#: ../../include/photos.php:119
-msgid "Image file is empty."
-msgstr "Il file dell'immagine è vuoto."
+#: ../../include/apps.php:142 ../../include/nav.php:154 ../../mod/help.php:204
+#: ../../mod/help.php:209 ../../mod/layouts.php:176
+msgid "Help"
+msgstr "Guida"
-#: ../../include/photos.php:146 ../../mod/profile_photo.php:225
-msgid "Unable to process image"
-msgstr "Impossibile elaborare l'immagine"
+#: ../../include/apps.php:143 ../../include/nav.php:188
+msgid "Mail"
+msgstr "Messaggi"
-#: ../../include/photos.php:257
-msgid "Photo storage failed."
-msgstr "Impossibile salvare la foto."
+#: ../../include/apps.php:144 ../../mod/mood.php:131
+msgid "Mood"
+msgstr "Umore"
-#: ../../include/photos.php:297
-msgid "a new photo"
-msgstr "una nuova foto"
+#: ../../include/apps.php:145 ../../include/conversation.php:956
+msgid "Poke"
+msgstr "Poke"
-#: ../../include/photos.php:301
-#, php-format
-msgctxt "photo_upload"
-msgid "%1$s posted %2$s to %3$s"
-msgstr "%1$s ha pubblicato %2$s su %3$s"
+#: ../../include/apps.php:146 ../../include/nav.php:97
+msgid "Chat"
+msgstr "Chat"
-#: ../../include/photos.php:506 ../../include/conversation.php:1625
-msgid "Photo Albums"
-msgstr "Album foto"
+#: ../../include/apps.php:147 ../../include/nav.php:159
+#: ../../include/text.php:885 ../../include/text.php:897
+#: ../../mod/search.php:40
+msgid "Search"
+msgstr "Cerca"
-#: ../../include/photos.php:510
-msgid "Upload New Photos"
-msgstr "Carica nuove foto"
+#: ../../include/apps.php:148
+msgid "Probe"
+msgstr "Diagnostica"
-#: ../../include/acl_selectors.php:218
-msgid "Visible to your default audience"
-msgstr "Visibile secondo le impostazioni predefinite"
+#: ../../include/apps.php:149
+msgid "Suggest"
+msgstr "Suggerisci"
-#: ../../include/acl_selectors.php:243
-msgid "Show"
-msgstr "Mostra"
+#: ../../include/apps.php:150
+msgid "Random Channel"
+msgstr "Canale casuale"
-#: ../../include/acl_selectors.php:244
-msgid "Don't show"
-msgstr "Non mostrare"
+#: ../../include/apps.php:151
+msgid "Invite"
+msgstr "Invita"
-#: ../../include/acl_selectors.php:249
-msgid "Other networks and post services"
-msgstr "Invio ad altre reti o a siti esterni"
+#: ../../include/apps.php:152 ../../include/widgets.php:1220
+msgid "Features"
+msgstr "Funzionalità"
-#: ../../include/acl_selectors.php:251 ../../mod/filestorage.php:147
-#: ../../mod/thing.php:310 ../../mod/thing.php:356 ../../mod/photos.php:631
-#: ../../mod/photos.php:998 ../../mod/chat.php:211
-msgid "Permissions"
-msgstr "Permessi"
+#: ../../include/apps.php:153 ../../mod/id.php:28
+msgid "Language"
+msgstr "Lingua"
-#: ../../include/acl_selectors.php:252 ../../include/ItemObject.php:384
-#: ../../mod/photos.php:1215
-msgid "Close"
-msgstr "Chiudi"
+#: ../../include/apps.php:154
+msgid "Post"
+msgstr "Post"
-#: ../../include/activities.php:42
-msgid " and "
-msgstr "e"
+#: ../../include/apps.php:155 ../../mod/id.php:17 ../../mod/id.php:18
+#: ../../mod/id.php:19
+msgid "Profile Photo"
+msgstr "Foto del profilo"
-#: ../../include/activities.php:50
-msgid "public profile"
-msgstr "profilo pubblico"
+#: ../../include/apps.php:252 ../../mod/settings.php:84
+#: ../../mod/settings.php:612
+msgid "Update"
+msgstr "Aggiorna"
-#: ../../include/activities.php:59
-#, php-format
-msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
-msgstr "%1$s ha cambiato %2$s in &ldquo;%3$s&rdquo;"
+#: ../../include/apps.php:252
+msgid "Install"
+msgstr "Installa"
-#: ../../include/activities.php:60
-#, php-format
-msgid "Visit %1$s's %2$s"
-msgstr "Guarda %2$s di %1$s "
+#: ../../include/apps.php:257
+msgid "Purchase"
+msgstr "Acquista"
-#: ../../include/activities.php:63
-#, php-format
-msgid "%1$s has an updated %2$s, changing %3$s."
-msgstr "%1$s ha aggiornato %2$s cambiando %3$s."
+#: ../../include/attach.php:140 ../../include/attach.php:188
+#: ../../include/attach.php:251 ../../include/attach.php:265
+#: ../../include/attach.php:272 ../../include/attach.php:337
+#: ../../include/attach.php:351 ../../include/attach.php:358
+#: ../../include/attach.php:436 ../../include/attach.php:888
+#: ../../include/attach.php:959 ../../include/attach.php:1111
+#: ../../include/chat.php:133 ../../include/items.php:4405
+#: ../../include/photos.php:29 ../../index.php:182 ../../index.php:365
+#: ../../mod/achievements.php:30 ../../mod/api.php:26 ../../mod/api.php:31
+#: ../../mod/appman.php:66 ../../mod/authtest.php:13 ../../mod/block.php:22
+#: ../../mod/block.php:72 ../../mod/blocks.php:69 ../../mod/blocks.php:76
+#: ../../mod/bookmarks.php:48 ../../mod/channel.php:100
+#: ../../mod/channel.php:214 ../../mod/channel.php:254 ../../mod/chat.php:94
+#: ../../mod/chat.php:99 ../../mod/common.php:35 ../../mod/connections.php:29
+#: ../../mod/connedit.php:352 ../../mod/editblock.php:65
+#: ../../mod/editlayout.php:63 ../../mod/editlayout.php:87
+#: ../../mod/editpost.php:13 ../../mod/editwebpage.php:64
+#: ../../mod/editwebpage.php:86 ../../mod/editwebpage.php:101
+#: ../../mod/editwebpage.php:125 ../../mod/events.php:260
+#: ../../mod/filestorage.php:18 ../../mod/filestorage.php:73
+#: ../../mod/filestorage.php:88 ../../mod/filestorage.php:115
+#: ../../mod/fsuggest.php:78 ../../mod/group.php:9 ../../mod/id.php:71
+#: ../../mod/invite.php:13 ../../mod/invite.php:87 ../../mod/item.php:206
+#: ../../mod/item.php:214 ../../mod/item.php:1049 ../../mod/layouts.php:69
+#: ../../mod/layouts.php:76 ../../mod/layouts.php:87 ../../mod/like.php:177
+#: ../../mod/locs.php:83 ../../mod/mail.php:126 ../../mod/manage.php:6
+#: ../../mod/menu.php:74 ../../mod/message.php:16 ../../mod/mitem.php:111
+#: ../../mod/mood.php:112 ../../mod/network.php:12
+#: ../../mod/new_channel.php:68 ../../mod/new_channel.php:99
+#: ../../mod/notifications.php:66 ../../mod/page.php:31 ../../mod/page.php:86
+#: ../../mod/pdledit.php:21 ../../mod/photos.php:70 ../../mod/poke.php:133
+#: ../../mod/profile.php:64 ../../mod/profile.php:72
+#: ../../mod/profile_photo.php:341 ../../mod/profile_photo.php:354
+#: ../../mod/profiles.php:198 ../../mod/profiles.php:584
+#: ../../mod/rate.php:111 ../../mod/register.php:72 ../../mod/regmod.php:17
+#: ../../mod/service_limits.php:7 ../../mod/settings.php:568
+#: ../../mod/setup.php:227 ../../mod/sharedwithme.php:7
+#: ../../mod/sources.php:66 ../../mod/suggest.php:26 ../../mod/thing.php:271
+#: ../../mod/thing.php:291 ../../mod/thing.php:328
+#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27
+#: ../../mod/viewsrc.php:14 ../../mod/webpages.php:69
+msgid "Permission denied."
+msgstr "Permesso negato."
#: ../../include/attach.php:246 ../../include/attach.php:332
msgid "Item was not found."
@@ -1469,971 +939,299 @@ msgstr "scrittura su database fallita."
msgid "Empty path"
msgstr "La posizione è vuota"
-#: ../../include/notify.php:20
-msgid "created a new post"
-msgstr "Ha creato un nuovo post"
-
-#: ../../include/notify.php:21
-#, php-format
-msgid "commented on %s's post"
-msgstr "ha commentato il post di %s"
-
-#: ../../include/widgets.php:92 ../../include/nav.php:157
-#: ../../mod/apps.php:36
-msgid "Apps"
-msgstr "App"
-
-#: ../../include/widgets.php:93
-msgid "System"
-msgstr "Sistema"
-
-#: ../../include/widgets.php:95 ../../include/conversation.php:1526
-msgid "Personal"
-msgstr "Personali"
-
-#: ../../include/widgets.php:96
-msgid "Create Personal App"
-msgstr "Crea app personale"
-
-#: ../../include/widgets.php:97
-msgid "Edit Personal App"
-msgstr "Modifica app personale"
-
-#: ../../include/widgets.php:139 ../../mod/suggest.php:54
-msgid "Ignore/Hide"
-msgstr "Ignora/nascondi"
-
-#: ../../include/widgets.php:144 ../../mod/connections.php:125
-msgid "Suggestions"
-msgstr "Suggerimenti"
-
-#: ../../include/widgets.php:145
-msgid "See more..."
-msgstr "Altro..."
-
-#: ../../include/widgets.php:166
-#, php-format
-msgid "You have %1$.0f of %2$.0f allowed connections."
-msgstr "Hai attivato %1$.0f delle %2$.0f connessioni permesse."
-
-#: ../../include/widgets.php:172
-msgid "Add New Connection"
-msgstr "Aggiungi un contatto"
-
-#: ../../include/widgets.php:173
-msgid "Enter the channel address"
-msgstr "Scrivi l'indirizzo del canale"
-
-#: ../../include/widgets.php:174
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr "Per esempio: mario@pippo.it oppure http://pluto.com/barbara"
-
-#: ../../include/widgets.php:190
-msgid "Notes"
-msgstr "Note"
-
-#: ../../include/widgets.php:266
-msgid "Remove term"
-msgstr "Rimuovi termine"
-
-#: ../../include/widgets.php:274 ../../include/features.php:72
-msgid "Saved Searches"
-msgstr "Ricerche salvate"
-
-#: ../../include/widgets.php:275 ../../include/group.php:300
-msgid "add"
-msgstr "aggiungi"
-
-#: ../../include/widgets.php:304 ../../include/features.php:85
-#: ../../include/contact_widgets.php:57
-msgid "Saved Folders"
-msgstr "Cartelle salvate"
-
-#: ../../include/widgets.php:307 ../../include/contact_widgets.php:60
-#: ../../include/contact_widgets.php:98
-msgid "Everything"
-msgstr "Tutto"
-
-#: ../../include/widgets.php:349
-msgid "Archives"
-msgstr "Archivi"
-
-#: ../../include/widgets.php:428 ../../mod/connedit.php:571
-msgid "Me"
-msgstr "Me"
-
-#: ../../include/widgets.php:429 ../../mod/connedit.php:572
-msgid "Family"
-msgstr "Famiglia"
-
-#: ../../include/widgets.php:431 ../../mod/connedit.php:574
-msgid "Acquaintances"
-msgstr "Conoscenti"
-
-#: ../../include/widgets.php:432 ../../mod/connedit.php:575
-#: ../../mod/connections.php:88 ../../mod/connections.php:103
-msgid "All"
-msgstr "Tutti"
-
-#: ../../include/widgets.php:451
-msgid "Refresh"
-msgstr "Aggiorna"
-
-#: ../../include/widgets.php:485
-msgid "Account settings"
-msgstr "Il tuo account"
-
-#: ../../include/widgets.php:491
-msgid "Channel settings"
-msgstr "Impostazioni del canale"
-
-#: ../../include/widgets.php:497
-msgid "Additional features"
-msgstr "Funzionalità opzionali"
-
-#: ../../include/widgets.php:503
-msgid "Feature/Addon settings"
-msgstr "Componenti aggiuntivi"
-
-#: ../../include/widgets.php:509
-msgid "Display settings"
-msgstr "Aspetto"
-
-#: ../../include/widgets.php:515
-msgid "Connected apps"
-msgstr "App connesse"
-
-#: ../../include/widgets.php:521
-msgid "Export channel"
-msgstr "Esporta il canale"
-
-#: ../../include/widgets.php:530 ../../mod/connedit.php:683
-msgid "Connection Default Permissions"
-msgstr "Permessi predefiniti dei nuovi contatti"
-
-#: ../../include/widgets.php:538
-msgid "Premium Channel Settings"
-msgstr "Canale premium - impostazioni"
-
-#: ../../include/widgets.php:546 ../../include/features.php:59
-#: ../../mod/sources.php:88
-msgid "Channel Sources"
-msgstr "Sorgenti del canale"
-
-#: ../../include/widgets.php:554 ../../include/nav.php:202
-#: ../../include/apps.php:134 ../../mod/admin.php:1076
-#: ../../mod/admin.php:1276
-msgid "Settings"
-msgstr "Impostazioni"
-
-#: ../../include/widgets.php:568
-msgid "Private Mail Menu"
-msgstr "Menu messaggi privati"
-
-#: ../../include/widgets.php:570
-msgid "Combined View"
-msgstr "Vista combinata"
-
-#: ../../include/widgets.php:575 ../../include/nav.php:191
-msgid "Inbox"
-msgstr "In arrivo"
-
-#: ../../include/widgets.php:580 ../../include/nav.php:192
-msgid "Outbox"
-msgstr "Inviati"
-
-#: ../../include/widgets.php:585 ../../include/nav.php:193
-msgid "New Message"
-msgstr "Nuovo messaggio"
-
-#: ../../include/widgets.php:604 ../../include/widgets.php:616
-msgid "Conversations"
-msgstr "Conversazioni"
-
-#: ../../include/widgets.php:608
-msgid "Received Messages"
-msgstr "Ricevuti"
-
-#: ../../include/widgets.php:612
-msgid "Sent Messages"
-msgstr "Inviati"
-
-#: ../../include/widgets.php:626
-msgid "No messages."
-msgstr "Nessun messaggio."
-
-#: ../../include/widgets.php:644
-msgid "Delete conversation"
-msgstr "Elimina la conversazione"
-
-#: ../../include/widgets.php:670
-msgid "Events Menu"
-msgstr "Menu eventi"
-
-#: ../../include/widgets.php:671
-msgid "Day View"
-msgstr "Eventi del giorno"
-
-#: ../../include/widgets.php:672
-msgid "Week View"
-msgstr "Eventi della settimana"
-
-#: ../../include/widgets.php:673
-msgid "Month View"
-msgstr "Eventi del mese"
-
-#: ../../include/widgets.php:674 ../../mod/events.php:654
-msgid "Export"
-msgstr "Esporta"
-
-#: ../../include/widgets.php:675 ../../mod/events.php:657
-msgid "Import"
-msgstr "Importa"
-
-#: ../../include/widgets.php:685
-msgid "Events Tools"
-msgstr "Gestione eventi"
-
-#: ../../include/widgets.php:686
-msgid "Export Calendar"
-msgstr "Esporta calendario"
-
-#: ../../include/widgets.php:687
-msgid "Import Calendar"
-msgstr "Importa calendario"
-
-#: ../../include/widgets.php:761
-msgid "Chat Rooms"
-msgstr "Chat"
-
-#: ../../include/widgets.php:781
-msgid "Bookmarked Chatrooms"
-msgstr "Chat nei segnalibri"
-
-#: ../../include/widgets.php:801
-msgid "Suggested Chatrooms"
-msgstr "Chat suggerite"
-
-#: ../../include/widgets.php:928 ../../include/widgets.php:986
-msgid "photo/image"
-msgstr "foto/immagine"
-
-#: ../../include/widgets.php:1081 ../../include/widgets.php:1083
-msgid "Rate Me"
-msgstr "Valutami"
-
-#: ../../include/widgets.php:1087
-msgid "View Ratings"
-msgstr "Vedi le valutazioni ricevute"
-
-#: ../../include/widgets.php:1098
-msgid "Public Hubs"
-msgstr "Hub pubblici"
-
-#: ../../include/widgets.php:1146
-msgid "Forums"
-msgstr "Forum"
-
-#: ../../include/widgets.php:1175
-msgid "Tasks"
-msgstr "Attività"
-
-#: ../../include/widgets.php:1184
-msgid "Documentation"
-msgstr "Guida"
-
-#: ../../include/widgets.php:1186
-msgid "Project/Site Information"
-msgstr "Informazioni sul sito/progetto"
-
-#: ../../include/widgets.php:1187
-msgid "For Members"
-msgstr "Per gli utenti"
-
-#: ../../include/widgets.php:1188
-msgid "For Administrators"
-msgstr "Per gli amministratori"
-
-#: ../../include/widgets.php:1189
-msgid "For Developers"
-msgstr "Per sviluppatori"
-
-#: ../../include/widgets.php:1214 ../../mod/admin.php:446
-msgid "Site"
-msgstr "Sito"
-
-#: ../../include/widgets.php:1215
-msgid "Accounts"
-msgstr "Account"
-
-#: ../../include/widgets.php:1216 ../../mod/admin.php:977
-msgid "Channels"
-msgstr "Canali"
-
-#: ../../include/widgets.php:1217 ../../mod/admin.php:1074
-#: ../../mod/admin.php:1114
-msgid "Plugins"
-msgstr "Plugin"
-
-#: ../../include/widgets.php:1218 ../../mod/admin.php:1274
-#: ../../mod/admin.php:1308
-msgid "Themes"
-msgstr "Temi"
-
-#: ../../include/widgets.php:1219
-msgid "Inspect queue"
-msgstr "Coda di attesa"
-
-#: ../../include/widgets.php:1220
-msgid "Profile Config"
-msgstr "Configurazione del profilo"
-
-#: ../../include/widgets.php:1221
-msgid "DB updates"
-msgstr "Aggiornamenti al DB"
-
-#: ../../include/widgets.php:1239 ../../include/widgets.php:1245
-#: ../../mod/admin.php:1393
-msgid "Logs"
-msgstr "Log"
-
-#: ../../include/widgets.php:1243 ../../include/nav.php:210
-msgid "Admin"
-msgstr "Amministrazione"
-
-#: ../../include/widgets.php:1244
-msgid "Plugin Features"
-msgstr "Plugin"
-
-#: ../../include/widgets.php:1246
-msgid "User registrations waiting for confirmation"
-msgstr "Registrazioni in attesa"
+#: ../../include/auth.php:132
+msgid "Logged out."
+msgstr "Uscita effettuata."
-#: ../../include/widgets.php:1324 ../../mod/photos.php:748
-#: ../../mod/photos.php:1283
-msgid "View Photo"
-msgstr "Guarda la foto"
+#: ../../include/auth.php:273
+msgid "Failed authentication"
+msgstr "Autenticazione fallita"
-#: ../../include/widgets.php:1341 ../../mod/photos.php:779
-msgid "Edit Album"
-msgstr "Modifica album"
+#: ../../include/auth.php:287 ../../mod/openid.php:189
+msgid "Login failed."
+msgstr "Accesso fallito."
#: ../../include/bb2diaspora.php:376
msgid "Attachments:"
msgstr "Allegati:"
+#: ../../include/bb2diaspora.php:465 ../../include/event.php:22
+#: ../../include/text.php:1410
+msgid "l F d, Y \\@ g:i A"
+msgstr "l d F Y \\@ G:i"
+
#: ../../include/bb2diaspora.php:467
msgid "$Projectname event notification:"
msgstr "Notifica evento $Projectname:"
-#: ../../include/bookmarks.php:35
-#, php-format
-msgid "%1$s's bookmarks"
-msgstr "I segnalibri di %1$s"
-
-#: ../../include/features.php:38
-msgid "General Features"
-msgstr "Funzionalità di base"
-
-#: ../../include/features.php:40
-msgid "Content Expiration"
-msgstr "Scadenza"
-
-#: ../../include/features.php:40
-msgid "Remove posts/comments and/or private messages at a future time"
-msgstr "Elimina i post, i commenti o i messaggi privati dopo un lasso di tempo"
-
-#: ../../include/features.php:41
-msgid "Multiple Profiles"
-msgstr "Profili multipli"
-
-#: ../../include/features.php:41
-msgid "Ability to create multiple profiles"
-msgstr "Abilitazione a creare profili multipli"
-
-#: ../../include/features.php:42
-msgid "Advanced Profiles"
-msgstr "Profili avanzati"
-
-#: ../../include/features.php:42
-msgid "Additional profile sections and selections"
-msgstr "Informazioni aggiuntive del profilo"
-
-#: ../../include/features.php:43
-msgid "Profile Import/Export"
-msgstr "Importa/esporta il profilo"
-
-#: ../../include/features.php:43
-msgid "Save and load profile details across sites/channels"
-msgstr "Salva o ripristina le informazioni del profilo su siti diversi"
-
-#: ../../include/features.php:44
-msgid "Web Pages"
-msgstr "Pagine web"
-
-#: ../../include/features.php:44
-msgid "Provide managed web pages on your channel"
-msgstr "Attiva la creazione di pagine web sul tuo canale"
-
-#: ../../include/features.php:45
-msgid "Private Notes"
-msgstr "Note private"
-
-#: ../../include/features.php:45
-msgid "Enables a tool to store notes and reminders"
-msgstr "Abilita il riquadro per scrivere le tue annotazioni"
-
-#: ../../include/features.php:46
-msgid "Navigation Channel Select"
-msgstr "Scegli il canale attivo dal menu"
-
-#: ../../include/features.php:46
-msgid "Change channels directly from within the navigation dropdown menu"
-msgstr "Scegli il canale attivo direttamente dal menu di navigazione"
-
-#: ../../include/features.php:47
-msgid "Photo Location"
-msgstr "Posizione geografica"
-
-#: ../../include/features.php:47
-msgid "If location data is available on uploaded photos, link this to a map."
-msgstr "Collega la foto a una mappa quando contiene indicazioni geografiche."
-
-#: ../../include/features.php:49
-msgid "Expert Mode"
-msgstr "Modalità esperto"
-
-#: ../../include/features.php:49
-msgid "Enable Expert Mode to provide advanced configuration options"
-msgstr "Abilita la modalità esperto per vedere le opzioni di configurazione avanzate"
-
-#: ../../include/features.php:50
-msgid "Premium Channel"
-msgstr "Canale premium"
-
-#: ../../include/features.php:50
-msgid ""
-"Allows you to set restrictions and terms on those that connect with your "
-"channel"
-msgstr "Ti permette di impostare restrizioni e termini d'uso per il canale"
-
-#: ../../include/features.php:55
-msgid "Post Composition Features"
-msgstr "Modalità di scrittura post"
-
-#: ../../include/features.php:57
-msgid "Use Markdown"
-msgstr "Usa il markdown"
-
-#: ../../include/features.php:57
-msgid "Allow use of \"Markdown\" to format posts"
-msgstr "Consenti l'uso del markdown per formattare i post"
-
-#: ../../include/features.php:58
-msgid "Large Photos"
-msgstr "Foto grandi"
-
-#: ../../include/features.php:58
-msgid ""
-"Include large (1024px) photo thumbnails in posts. If not enabled, use small "
-"(640px) photo thumbnails"
-msgstr "Includi anteprime grandi per le foto dei tuoi post (1024px). Altrimenti saranno mostrate anteprime più piccole (640px)"
-
-#: ../../include/features.php:59
-msgid "Automatically import channel content from other channels or feeds"
-msgstr "Importa automaticamente il contenuto del canale da altri canali o feed"
-
-#: ../../include/features.php:60
-msgid "Even More Encryption"
-msgstr "Cifratura addizionale"
-
-#: ../../include/features.php:60
-msgid ""
-"Allow optional encryption of content end-to-end with a shared secret key"
-msgstr "Rendi possibile la crifratura aggiuntiva tra mittente e destinatario usando una parola chiave conosciuta a entrambi"
+#: ../../include/bb2diaspora.php:471 ../../include/event.php:30
+#: ../../include/text.php:1414
+msgid "Starts:"
+msgstr "Inizio:"
-#: ../../include/features.php:61
-msgid "Enable Voting Tools"
-msgstr "Permetti i post con votazione"
+#: ../../include/bb2diaspora.php:479 ../../include/event.php:40
+#: ../../include/text.php:1418
+msgid "Finishes:"
+msgstr "Fine:"
-#: ../../include/features.php:61
-msgid "Provide a class of post which others can vote on"
-msgstr "Rende possibile la creazione di post in cui sarà possibile votare"
+#: ../../include/bb2diaspora.php:487 ../../include/event.php:52
+#: ../../include/identity.php:998 ../../include/text.php:1425
+#: ../../mod/directory.php:304
+msgid "Location:"
+msgstr "Luogo:"
-#: ../../include/features.php:62
-msgid "Delayed Posting"
-msgstr "Pubblicazione ritardata"
+#: ../../include/bbcode.php:123 ../../include/bbcode.php:794
+#: ../../include/bbcode.php:797 ../../include/bbcode.php:802
+#: ../../include/bbcode.php:805 ../../include/bbcode.php:808
+#: ../../include/bbcode.php:811 ../../include/bbcode.php:816
+#: ../../include/bbcode.php:819 ../../include/bbcode.php:824
+#: ../../include/bbcode.php:827 ../../include/bbcode.php:830
+#: ../../include/bbcode.php:833
+msgid "Image/photo"
+msgstr "Immagine"
-#: ../../include/features.php:62
-msgid "Allow posts to be published at a later date"
-msgstr "Per scegliere una data e un'ora a cui far uscire i post"
+#: ../../include/bbcode.php:162 ../../include/bbcode.php:844
+msgid "Encrypted content"
+msgstr "Contenuto cifrato"
-#: ../../include/features.php:63
-msgid "Suppress Duplicate Posts/Comments"
-msgstr "Impedisci post e commenti duplicati"
+#: ../../include/bbcode.php:179
+#, php-format
+msgid "Install %s element: "
+msgstr "Installa l'elemento %s:"
-#: ../../include/features.php:63
+#: ../../include/bbcode.php:183
+#, php-format
msgid ""
-"Prevent posts with identical content to be published with less than two "
-"minutes in between submissions."
-msgstr "Scarta post e commenti se sono identici ad altri inviati meno di due minuti prima."
-
-#: ../../include/features.php:69
-msgid "Network and Stream Filtering"
-msgstr "Filtraggio dei contenuti"
-
-#: ../../include/features.php:70
-msgid "Search by Date"
-msgstr "Ricerca per data"
-
-#: ../../include/features.php:70
-msgid "Ability to select posts by date ranges"
-msgstr "Per selezionare i post in un intervallo tra date"
-
-#: ../../include/features.php:71
-msgid "Collections Filter"
-msgstr "Filtra per insiemi di canali"
-
-#: ../../include/features.php:71
-msgid "Enable widget to display Network posts only from selected collections"
-msgstr "Mostra il riquadro per filtrare i post di certi insiemi di canali"
-
-#: ../../include/features.php:72
-msgid "Save search terms for re-use"
-msgstr "Salva i termini delle ricerche per poterle ripetere"
-
-#: ../../include/features.php:73
-msgid "Network Personal Tab"
-msgstr "Attività personale"
-
-#: ../../include/features.php:73
-msgid "Enable tab to display only Network posts that you've interacted on"
-msgstr "Abilita il link per mostrare solamente i contenuti con cui hai interagito"
-
-#: ../../include/features.php:74
-msgid "Network New Tab"
-msgstr "Contenuti nuovi"
-
-#: ../../include/features.php:74
-msgid "Enable tab to display all new Network activity"
-msgstr "Abilita il link per visualizzare solo i nuovi contenuti"
-
-#: ../../include/features.php:75
-msgid "Affinity Tool"
-msgstr "Filtro per affinità"
-
-#: ../../include/features.php:75
-msgid "Filter stream activity by depth of relationships"
-msgstr "Permette di selezionare i contenuti in base al livello di amicizia"
-
-#: ../../include/features.php:76
-msgid "Connection Filtering"
-msgstr "Filtro sui contatti"
-
-#: ../../include/features.php:76
-msgid "Filter incoming posts from connections based on keywords/content"
-msgstr "Filtra i post che ricevi con parole chiave"
-
-#: ../../include/features.php:77
-msgid "Suggest Channels"
-msgstr "Suggerisci canali"
-
-#: ../../include/features.php:77
-msgid "Show channel suggestions"
-msgstr "Mostra alcuni canali che potrebbero interessarti"
-
-#: ../../include/features.php:82
-msgid "Post/Comment Tools"
-msgstr "Gestione post e commenti"
-
-#: ../../include/features.php:83
-msgid "Tagging"
-msgstr "Tag"
-
-#: ../../include/features.php:83
-msgid "Ability to tag existing posts"
-msgstr "Permetti l'aggiunta di tag su post già esistenti"
-
-#: ../../include/features.php:84
-msgid "Post Categories"
-msgstr "Categorie dei post"
-
-#: ../../include/features.php:84
-msgid "Add categories to your posts"
-msgstr "Abilita le categorie per i tuoi post"
-
-#: ../../include/features.php:85
-msgid "Ability to file posts under folders"
-msgstr "Abilita la raccolta dei tuoi articoli in cartelle"
-
-#: ../../include/features.php:86
-msgid "Dislike Posts"
-msgstr "Non mi piace"
-
-#: ../../include/features.php:86
-msgid "Ability to dislike posts/comments"
-msgstr "Abilità la funzionalità \"non mi piace\" per i tuoi post"
-
-#: ../../include/features.php:87
-msgid "Star Posts"
-msgstr "Post con stella"
-
-#: ../../include/features.php:87
-msgid "Ability to mark special posts with a star indicator"
-msgstr "Mostra la stella per segnare i post preferiti"
-
-#: ../../include/features.php:88
-msgid "Tag Cloud"
-msgstr "Nuvola di tag"
-
-#: ../../include/features.php:88
-msgid "Provide a personal tag cloud on your channel page"
-msgstr "Mostra la nuvola dei tag che usi di più sulla pagina del tuo canale"
-
-#: ../../include/profile_selectors.php:6
-#: ../../include/profile_selectors.php:23 ../../mod/id.php:103
-msgid "Male"
-msgstr "Maschio"
-
-#: ../../include/profile_selectors.php:6
-#: ../../include/profile_selectors.php:23 ../../mod/id.php:105
-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
-#: ../../include/profile_selectors.php:23
-#: ../../include/profile_selectors.php:61
-#: ../../include/profile_selectors.php:97 ../../include/permissions.php:871
-msgid "Other"
-msgstr "Altro"
-
-#: ../../include/profile_selectors.php:6
-msgid "Undecided"
-msgstr "Indeciso"
-
-#: ../../include/profile_selectors.php:42
-#: ../../include/profile_selectors.php:61
-msgid "Males"
-msgstr "Maschi"
-
-#: ../../include/profile_selectors.php:42
-#: ../../include/profile_selectors.php:61
-msgid "Females"
-msgstr "Femmine"
-
-#: ../../include/profile_selectors.php:42
-msgid "Gay"
-msgstr "Gay"
-
-#: ../../include/profile_selectors.php:42
-msgid "Lesbian"
-msgstr "Lesbica"
-
-#: ../../include/profile_selectors.php:42
-msgid "No Preference"
-msgstr "Senza preferenza"
-
-#: ../../include/profile_selectors.php:42
-msgid "Bisexual"
-msgstr "Bisessuale"
-
-#: ../../include/profile_selectors.php:42
-msgid "Autosexual"
-msgstr "Autosessuale"
-
-#: ../../include/profile_selectors.php:42
-msgid "Abstinent"
-msgstr "Astinente"
-
-#: ../../include/profile_selectors.php:42
-msgid "Virgin"
-msgstr "Vergine"
-
-#: ../../include/profile_selectors.php:42
-msgid "Deviant"
-msgstr "Deviato"
-
-#: ../../include/profile_selectors.php:42
-msgid "Fetish"
-msgstr "Feticista"
-
-#: ../../include/profile_selectors.php:42
-msgid "Oodles"
-msgstr "Un sacco"
-
-#: ../../include/profile_selectors.php:42
-msgid "Nonsexual"
-msgstr "Asessuato"
-
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "Single"
-msgstr "Single"
-
-#: ../../include/profile_selectors.php:80
-msgid "Lonely"
-msgstr "Da solo"
-
-#: ../../include/profile_selectors.php:80
-msgid "Available"
-msgstr "Disponibile"
-
-#: ../../include/profile_selectors.php:80
-msgid "Unavailable"
-msgstr "Non disponibile"
+"This post contains an installable %s element, however you lack permissions "
+"to install it on this site."
+msgstr "Questo post contiene un elemento %s installabile, tuttavia non hai i permessi necessari per l'installazione."
-#: ../../include/profile_selectors.php:80
-msgid "Has crush"
-msgstr "Ha una cotta"
+#: ../../include/bbcode.php:193 ../../mod/impel.php:37
+msgid "webpage"
+msgstr "pagina web"
-#: ../../include/profile_selectors.php:80
-msgid "Infatuated"
-msgstr "Infatuato/a"
+#: ../../include/bbcode.php:196 ../../mod/impel.php:47
+msgid "layout"
+msgstr "layout"
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "Dating"
-msgstr "Disponibile a un incontro"
+#: ../../include/bbcode.php:199 ../../mod/impel.php:42
+msgid "block"
+msgstr "block"
-#: ../../include/profile_selectors.php:80
-msgid "Unfaithful"
-msgstr "Infedele"
+#: ../../include/bbcode.php:202 ../../mod/impel.php:54
+msgid "menu"
+msgstr "menu"
-#: ../../include/profile_selectors.php:80
-msgid "Sex Addict"
-msgstr "Sesso-dipendente"
+#: ../../include/bbcode.php:257
+#, php-format
+msgid "%1$s wrote the following %2$s %3$s"
+msgstr "%1$s ha scritto %2$s %3$s"
-#: ../../include/profile_selectors.php:80
-msgid "Friends/Benefits"
-msgstr "Amici con qualcosa in più"
+#: ../../include/bbcode.php:259 ../../mod/tagger.php:51
+msgid "post"
+msgstr "il post"
-#: ../../include/profile_selectors.php:80
-msgid "Casual"
-msgstr "Casual"
+#: ../../include/bbcode.php:547
+msgid "Different viewers will see this text differently"
+msgstr "Ad altri questo testo potrebbe apparire in modo differente"
-#: ../../include/profile_selectors.php:80
-msgid "Engaged"
-msgstr "Impegnato"
+#: ../../include/bbcode.php:755
+msgid "$1 spoiler"
+msgstr "$1 spoiler"
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "Married"
-msgstr "Sposato/a"
+#: ../../include/bbcode.php:782
+msgid "$1 wrote:"
+msgstr "$1 ha scritto:"
-#: ../../include/profile_selectors.php:80
-msgid "Imaginarily married"
-msgstr "Con matrimonio immaginario"
+#: ../../include/bookmarks.php:35
+#, php-format
+msgid "%1$s's bookmarks"
+msgstr "I segnalibri di %1$s"
-#: ../../include/profile_selectors.php:80
-msgid "Partners"
-msgstr "Partner"
+#: ../../include/chat.php:23
+msgid "Missing room name"
+msgstr "Chat senza nome"
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "Cohabiting"
-msgstr "Convivente"
+#: ../../include/chat.php:32
+msgid "Duplicate room name"
+msgstr "Il nome della chat è duplicato"
-#: ../../include/profile_selectors.php:80
-msgid "Common law"
-msgstr "Matrimonio regolare"
+#: ../../include/chat.php:82 ../../include/chat.php:90
+msgid "Invalid room specifier."
+msgstr "Il nome della chat non è valido."
-#: ../../include/profile_selectors.php:80
-msgid "Happy"
-msgstr "Felice"
+#: ../../include/chat.php:122
+msgid "Room not found."
+msgstr "Chat non trovata."
-#: ../../include/profile_selectors.php:80
-msgid "Not looking"
-msgstr "Non in cerca"
+#: ../../include/chat.php:143
+msgid "Room is full"
+msgstr "La chat è al completo"
-#: ../../include/profile_selectors.php:80
-msgid "Swinger"
-msgstr "Scambista"
+#: ../../include/comanche.php:34 ../../mod/admin.php:362
+msgid "Default"
+msgstr "Predefinito"
-#: ../../include/profile_selectors.php:80
-msgid "Betrayed"
-msgstr "Tradito/a"
+#: ../../include/contact_selectors.php:56
+msgid "Frequently"
+msgstr "Frequentemente"
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "Separated"
-msgstr "Separato/a"
+#: ../../include/contact_selectors.php:57
+msgid "Hourly"
+msgstr "Ogni ora"
-#: ../../include/profile_selectors.php:80
-msgid "Unstable"
-msgstr "Instabile"
+#: ../../include/contact_selectors.php:58
+msgid "Twice daily"
+msgstr "Due volte al giorno"
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "Divorced"
-msgstr "Divorziato/a"
+#: ../../include/contact_selectors.php:59
+msgid "Daily"
+msgstr "Ogni giorno"
-#: ../../include/profile_selectors.php:80
-msgid "Imaginarily divorced"
-msgstr "Sogna il divorzio"
+#: ../../include/contact_selectors.php:60
+msgid "Weekly"
+msgstr "Ogni settimana"
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "Widowed"
-msgstr "Vedovo/a"
+#: ../../include/contact_selectors.php:61
+msgid "Monthly"
+msgstr "Ogni mese"
-#: ../../include/profile_selectors.php:80
-msgid "Uncertain"
-msgstr "Incerto/a"
+#: ../../include/contact_selectors.php:76
+msgid "Friendica"
+msgstr "Friendica"
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "It's complicated"
-msgstr "Relazione complicata"
+#: ../../include/contact_selectors.php:77
+msgid "OStatus"
+msgstr "OStatus"
-#: ../../include/profile_selectors.php:80
-msgid "Don't care"
-msgstr "Chi se ne frega"
+#: ../../include/contact_selectors.php:78
+msgid "RSS/Atom"
+msgstr "RSS/Atom"
-#: ../../include/profile_selectors.php:80
-msgid "Ask me"
-msgstr "Chiedimelo"
+#: ../../include/contact_selectors.php:80
+msgid "Diaspora"
+msgstr "Diaspora"
-#: ../../include/datetime.php:48
-msgid "Miscellaneous"
-msgstr "Altro"
+#: ../../include/contact_selectors.php:81
+msgid "Facebook"
+msgstr "Facebook"
-#: ../../include/datetime.php:132
-msgid "YYYY-MM-DD or MM-DD"
-msgstr "AAAA-MM-GG oppure MM-GG"
+#: ../../include/contact_selectors.php:82
+msgid "Zot!"
+msgstr "Zot!"
-#: ../../include/datetime.php:236 ../../mod/appman.php:91
-#: ../../mod/appman.php:92 ../../mod/events.php:437 ../../mod/events.php:442
-msgid "Required"
-msgstr "Obbligatorio"
+#: ../../include/contact_selectors.php:83
+msgid "LinkedIn"
+msgstr "LinkedIn"
-#: ../../include/datetime.php:263 ../../boot.php:2291
-msgid "never"
-msgstr "mai"
+#: ../../include/contact_selectors.php:84
+msgid "XMPP/IM"
+msgstr "XMPP/IM"
-#: ../../include/datetime.php:269
-msgid "less than a second ago"
-msgstr "meno di un secondo fa"
+#: ../../include/contact_selectors.php:85
+msgid "MySpace"
+msgstr "MySpace"
-#: ../../include/datetime.php:272
-msgid "year"
-msgstr "anno"
+#: ../../include/contact_widgets.php:14
+#, php-format
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] "%d invito disponibile"
+msgstr[1] "%d inviti disponibili"
-#: ../../include/datetime.php:272
-msgid "years"
-msgstr "anni"
+#: ../../include/contact_widgets.php:19 ../../mod/admin.php:457
+msgid "Advanced"
+msgstr "Avanzate"
-#: ../../include/datetime.php:273
-msgid "month"
-msgstr "mese"
+#: ../../include/contact_widgets.php:22
+msgid "Find Channels"
+msgstr "Ricerca canali"
-#: ../../include/datetime.php:273
-msgid "months"
-msgstr "mesi"
+#: ../../include/contact_widgets.php:23
+msgid "Enter name or interest"
+msgstr "Scrivi un nome o un interesse"
-#: ../../include/datetime.php:274
-msgid "week"
-msgstr "settimana"
+#: ../../include/contact_widgets.php:24
+msgid "Connect/Follow"
+msgstr "Aggiungi"
-#: ../../include/datetime.php:274
-msgid "weeks"
-msgstr "settimane"
+#: ../../include/contact_widgets.php:25
+msgid "Examples: Robert Morgenstein, Fishing"
+msgstr "Per esempio: Mario Rossi, Pesca"
-#: ../../include/datetime.php:275
-msgid "day"
-msgstr "giorno"
+#: ../../include/contact_widgets.php:26 ../../mod/connections.php:266
+#: ../../mod/directory.php:381 ../../mod/directory.php:386
+msgid "Find"
+msgstr "Cerca"
-#: ../../include/datetime.php:275
-msgid "days"
-msgstr "giorni"
+#: ../../include/contact_widgets.php:27 ../../mod/directory.php:385
+#: ../../mod/suggest.php:60
+msgid "Channel Suggestions"
+msgstr "Canali suggeriti"
-#: ../../include/datetime.php:276
-msgid "hour"
-msgstr "ora"
+#: ../../include/contact_widgets.php:29
+msgid "Random Profile"
+msgstr "Profilo casuale"
-#: ../../include/datetime.php:276
-msgid "hours"
-msgstr "ore"
+#: ../../include/contact_widgets.php:30
+msgid "Invite Friends"
+msgstr "Invita amici"
-#: ../../include/datetime.php:277
-msgid "minute"
-msgstr "minuto"
+#: ../../include/contact_widgets.php:32
+msgid "Advanced example: name=fred and country=iceland"
+msgstr "Per esempio: name=mario e country=italy"
-#: ../../include/datetime.php:277
-msgid "minutes"
-msgstr "minuti"
+#: ../../include/contact_widgets.php:57 ../../include/features.php:92
+#: ../../include/widgets.php:304
+msgid "Saved Folders"
+msgstr "Cartelle salvate"
-#: ../../include/datetime.php:278
-msgid "second"
-msgstr "secondo"
+#: ../../include/contact_widgets.php:60 ../../include/contact_widgets.php:98
+#: ../../include/widgets.php:307
+msgid "Everything"
+msgstr "Tutto"
-#: ../../include/datetime.php:278
-msgid "seconds"
-msgstr "secondi"
+#: ../../include/contact_widgets.php:95 ../../include/taxonomy.php:282
+#: ../../include/widgets.php:36
+msgid "Categories"
+msgstr "Categorie"
-#: ../../include/datetime.php:286
+#: ../../include/contact_widgets.php:128
#, php-format
-msgctxt "e.g. 22 hours ago, 1 minute ago"
-msgid "%1$d %2$s ago"
-msgstr "%1$d %2$s fa"
+msgid "%d connection in common"
+msgid_plural "%d connections in common"
+msgstr[0] "%d contatto in comune"
+msgstr[1] "%d contatti in comune"
-#: ../../include/datetime.php:520
-#, php-format
-msgid "%1$s's birthday"
-msgstr "Compleanno di %1$s"
+#: ../../include/contact_widgets.php:133
+msgid "show more"
+msgstr "mostra tutto"
-#: ../../include/datetime.php:521
-#, php-format
-msgid "Happy Birthday %1$s"
-msgstr "Buon compleanno %1$s"
+#: ../../include/conversation.php:120 ../../include/text.php:1940
+#: ../../mod/like.php:361 ../../mod/subthread.php:83 ../../mod/tagger.php:43
+msgid "photo"
+msgstr "la foto"
-#: ../../include/api.php:1336
-msgid "Public Timeline"
-msgstr "Diario pubblico"
+#: ../../include/conversation.php:123 ../../include/event.php:904
+#: ../../include/text.php:1943 ../../mod/events.php:249 ../../mod/like.php:363
+#: ../../mod/tagger.php:47
+msgid "event"
+msgstr "l'evento"
#: ../../include/conversation.php:126 ../../mod/like.php:113
msgid "channel"
msgstr "il canale"
+#: ../../include/conversation.php:148 ../../include/text.php:1946
+#: ../../mod/like.php:361 ../../mod/subthread.php:83
+msgid "status"
+msgstr "il messaggio di stato"
+
+#: ../../include/conversation.php:150 ../../include/text.php:1948
+#: ../../mod/tagger.php:53
+msgid "comment"
+msgstr "il commento"
+
#: ../../include/conversation.php:164 ../../mod/like.php:410
#, php-format
msgid "%1$s likes %2$s's %3$s"
@@ -2454,6 +1252,10 @@ msgstr "%1$s adesso è connesso con %2$s"
msgid "%1$s poked %2$s"
msgstr "%1$s ha mandato un poke a %2$s"
+#: ../../include/conversation.php:243 ../../include/text.php:972
+msgid "poked"
+msgstr "ha ricevuto un poke"
+
#: ../../include/conversation.php:260 ../../mod/mood.php:63
#, php-format
msgctxt "mood"
@@ -2500,22 +1302,6 @@ msgctxt "title"
msgid "Might attend"
msgstr "Forse partecipano"
-#: ../../include/conversation.php:656 ../../include/ItemObject.php:126
-msgid "Select"
-msgstr "Scegli"
-
-#: ../../include/conversation.php:664 ../../include/ItemObject.php:89
-msgid "Private Message"
-msgstr "Messaggio privato"
-
-#: ../../include/conversation.php:671 ../../include/ItemObject.php:227
-msgid "Message signature validated"
-msgstr "Messaggio con firma verificata"
-
-#: ../../include/conversation.php:672 ../../include/ItemObject.php:228
-msgid "Message signature incorrect"
-msgstr "Massaggio con firma non corretta"
-
#: ../../include/conversation.php:691
#, php-format
msgid "View %s's profile @ %s"
@@ -2529,32 +1315,10 @@ msgstr "Categorie:"
msgid "Filed under:"
msgstr "Classificato come:"
-#: ../../include/conversation.php:719 ../../include/ItemObject.php:334
-#, php-format
-msgid "from %s"
-msgstr "da %s"
-
-#: ../../include/conversation.php:722 ../../include/ItemObject.php:337
-#, php-format
-msgid "last edited: %s"
-msgstr "ultima modifica: %s"
-
-#: ../../include/conversation.php:723 ../../include/ItemObject.php:338
-#, php-format
-msgid "Expires: %s"
-msgstr "Scadenza: %s"
-
#: ../../include/conversation.php:738
msgid "View in context"
msgstr "Vedi nel contesto"
-#: ../../include/conversation.php:740 ../../include/conversation.php:1227
-#: ../../include/ItemObject.php:389 ../../mod/editwebpage.php:190
-#: ../../mod/editblock.php:150 ../../mod/editlayout.php:148
-#: ../../mod/photos.php:1026 ../../mod/editpost.php:129
-msgid "Please wait"
-msgstr "Attendere"
-
#: ../../include/conversation.php:850
msgid "remove"
msgstr "rimuovi"
@@ -2584,7 +1348,7 @@ msgid "View Status"
msgstr "Bacheca"
#: ../../include/conversation.php:950 ../../include/nav.php:86
-#: ../../mod/connedit.php:498
+#: ../../mod/connedit.php:504
msgid "View Profile"
msgstr "Profilo"
@@ -2604,10 +1368,6 @@ msgstr "Modifica il contatto"
msgid "Send PM"
msgstr "Messaggio privato"
-#: ../../include/conversation.php:956 ../../include/apps.php:145
-msgid "Poke"
-msgstr "Poke"
-
#: ../../include/conversation.php:1070
#, php-format
msgid "%s likes this."
@@ -2687,17 +1447,9 @@ msgstr "Dove sei ora?"
msgid "Expires YYYY-MM-DD HH:MM"
msgstr "Scade il YYYY-MM-DD HH:MM"
-#: ../../include/conversation.php:1169 ../../include/page_widgets.php:40
-#: ../../include/ItemObject.php:706 ../../mod/editwebpage.php:212
-#: ../../mod/editblock.php:171 ../../mod/webpages.php:188
-#: ../../mod/photos.php:1046 ../../mod/editpost.php:149
-#: ../../mod/events.php:458
-msgid "Preview"
-msgstr "Anteprima"
-
#: ../../include/conversation.php:1192 ../../mod/blocks.php:154
-#: ../../mod/webpages.php:182 ../../mod/layouts.php:184
-#: ../../mod/photos.php:1025
+#: ../../mod/layouts.php:184 ../../mod/photos.php:1025
+#: ../../mod/webpages.php:182
msgid "Share"
msgstr "Condividi"
@@ -2709,39 +1461,9 @@ msgstr "Nome del link alla pagina"
msgid "Post as"
msgstr "Pubblica come "
-#: ../../include/conversation.php:1199 ../../include/ItemObject.php:698
-#: ../../mod/editwebpage.php:177 ../../mod/editblock.php:136
-#: ../../mod/editlayout.php:135 ../../mod/editpost.php:113
-msgid "Bold"
-msgstr "Grassetto"
-
-#: ../../include/conversation.php:1200 ../../include/ItemObject.php:699
-#: ../../mod/editwebpage.php:178 ../../mod/editblock.php:137
-#: ../../mod/editlayout.php:136 ../../mod/editpost.php:114
-msgid "Italic"
-msgstr "Corsivo"
-
-#: ../../include/conversation.php:1201 ../../include/ItemObject.php:700
-#: ../../mod/editwebpage.php:179 ../../mod/editblock.php:138
-#: ../../mod/editlayout.php:137 ../../mod/editpost.php:115
-msgid "Underline"
-msgstr "Sottolineato"
-
-#: ../../include/conversation.php:1202 ../../include/ItemObject.php:701
-#: ../../mod/editwebpage.php:180 ../../mod/editblock.php:139
-#: ../../mod/editlayout.php:138 ../../mod/editpost.php:116
-msgid "Quote"
-msgstr "Citazione"
-
-#: ../../include/conversation.php:1203 ../../include/ItemObject.php:702
-#: ../../mod/editwebpage.php:181 ../../mod/editblock.php:140
-#: ../../mod/editlayout.php:139 ../../mod/editpost.php:117
-msgid "Code"
-msgstr "Codice"
-
-#: ../../include/conversation.php:1204 ../../mod/editwebpage.php:182
-#: ../../mod/editblock.php:142 ../../mod/editlayout.php:140
-#: ../../mod/editpost.php:118
+#: ../../include/conversation.php:1204 ../../mod/editblock.php:142
+#: ../../mod/editlayout.php:140 ../../mod/editpost.php:118
+#: ../../mod/editwebpage.php:182
msgid "Upload photo"
msgstr "Carica foto"
@@ -2749,9 +1471,9 @@ msgstr "Carica foto"
msgid "upload photo"
msgstr "carica foto"
-#: ../../include/conversation.php:1206 ../../mod/editwebpage.php:183
-#: ../../mod/editblock.php:143 ../../mod/editlayout.php:141
-#: ../../mod/editpost.php:119 ../../mod/mail.php:248 ../../mod/mail.php:378
+#: ../../include/conversation.php:1206 ../../mod/editblock.php:143
+#: ../../mod/editlayout.php:141 ../../mod/editpost.php:119
+#: ../../mod/editwebpage.php:183 ../../mod/mail.php:248 ../../mod/mail.php:378
msgid "Attach file"
msgstr "Allega file"
@@ -2759,9 +1481,9 @@ msgstr "Allega file"
msgid "attach file"
msgstr "allega file"
-#: ../../include/conversation.php:1208 ../../mod/editwebpage.php:184
-#: ../../mod/editblock.php:144 ../../mod/editlayout.php:142
-#: ../../mod/editpost.php:120 ../../mod/mail.php:249 ../../mod/mail.php:379
+#: ../../include/conversation.php:1208 ../../mod/editblock.php:144
+#: ../../mod/editlayout.php:142 ../../mod/editpost.php:120
+#: ../../mod/editwebpage.php:184 ../../mod/mail.php:249 ../../mod/mail.php:379
msgid "Insert web link"
msgstr "Inserisci un indirizzo web"
@@ -2785,9 +1507,9 @@ msgstr "Inserisci l'indirizzo dell'audio"
msgid "audio link"
msgstr "link audio"
-#: ../../include/conversation.php:1214 ../../mod/editwebpage.php:188
-#: ../../mod/editblock.php:148 ../../mod/editlayout.php:146
-#: ../../mod/editpost.php:124
+#: ../../include/conversation.php:1214 ../../mod/editblock.php:148
+#: ../../mod/editlayout.php:146 ../../mod/editpost.php:124
+#: ../../mod/editwebpage.php:188
msgid "Set your location"
msgstr "La tua località"
@@ -2799,9 +1521,9 @@ msgstr "la tua località"
msgid "Toggle voting"
msgstr "Abilita/disabilita il voto"
-#: ../../include/conversation.php:1219 ../../mod/editwebpage.php:189
-#: ../../mod/editblock.php:149 ../../mod/editlayout.php:147
-#: ../../mod/editpost.php:125
+#: ../../include/conversation.php:1219 ../../mod/editblock.php:149
+#: ../../mod/editlayout.php:147 ../../mod/editpost.php:125
+#: ../../mod/editwebpage.php:189
msgid "Clear browser location"
msgstr "Rimuovi la località data dal browser"
@@ -2809,20 +1531,20 @@ msgstr "Rimuovi la località data dal browser"
msgid "clear location"
msgstr "rimuovi la località"
-#: ../../include/conversation.php:1222 ../../mod/editwebpage.php:205
-#: ../../mod/editblock.php:162 ../../mod/editpost.php:141
+#: ../../include/conversation.php:1222 ../../mod/editblock.php:162
+#: ../../mod/editpost.php:141 ../../mod/editwebpage.php:205
msgid "Title (optional)"
msgstr "Titolo (facoltativo)"
-#: ../../include/conversation.php:1226 ../../mod/editwebpage.php:207
-#: ../../mod/editblock.php:165 ../../mod/editlayout.php:163
-#: ../../mod/editpost.php:143
+#: ../../include/conversation.php:1226 ../../mod/editblock.php:165
+#: ../../mod/editlayout.php:163 ../../mod/editpost.php:143
+#: ../../mod/editwebpage.php:207
msgid "Categories (optional, comma-separated list)"
msgstr "Categorie (facoltative, lista separata da virgole)"
-#: ../../include/conversation.php:1228 ../../mod/editwebpage.php:191
-#: ../../mod/editblock.php:151 ../../mod/editlayout.php:149
-#: ../../mod/editpost.php:130 ../../mod/events.php:459
+#: ../../include/conversation.php:1228 ../../mod/editblock.php:151
+#: ../../mod/editlayout.php:149 ../../mod/editpost.php:130
+#: ../../mod/editwebpage.php:191 ../../mod/events.php:459
msgid "Permission settings"
msgstr "Permessi dei tuoi contatti"
@@ -2830,21 +1552,21 @@ msgstr "Permessi dei tuoi contatti"
msgid "permissions"
msgstr "permessi"
-#: ../../include/conversation.php:1237 ../../mod/editwebpage.php:200
-#: ../../mod/editblock.php:159 ../../mod/editlayout.php:156
-#: ../../mod/editpost.php:138
+#: ../../include/conversation.php:1237 ../../mod/editblock.php:159
+#: ../../mod/editlayout.php:156 ../../mod/editpost.php:138
+#: ../../mod/editwebpage.php:200
msgid "Public post"
msgstr "Post pubblico"
-#: ../../include/conversation.php:1239 ../../mod/editwebpage.php:208
-#: ../../mod/editblock.php:166 ../../mod/editlayout.php:164
-#: ../../mod/editpost.php:144
+#: ../../include/conversation.php:1239 ../../mod/editblock.php:166
+#: ../../mod/editlayout.php:164 ../../mod/editpost.php:144
+#: ../../mod/editwebpage.php:208
msgid "Example: bob@example.com, mary@example.com"
msgstr "Per esempio: mario@esempio.com, simona@esempio.com"
-#: ../../include/conversation.php:1252 ../../mod/editwebpage.php:217
-#: ../../mod/editblock.php:176 ../../mod/editlayout.php:173
-#: ../../mod/editpost.php:155 ../../mod/mail.php:253 ../../mod/mail.php:383
+#: ../../include/conversation.php:1252 ../../mod/editblock.php:176
+#: ../../mod/editlayout.php:173 ../../mod/editpost.php:155
+#: ../../mod/editwebpage.php:217 ../../mod/mail.php:253 ../../mod/mail.php:383
msgid "Set expiration date"
msgstr "Data di scadenza"
@@ -2852,19 +1574,14 @@ msgstr "Data di scadenza"
msgid "Set publish date"
msgstr "Data di uscita programmata"
-#: ../../include/conversation.php:1257 ../../include/ItemObject.php:709
-#: ../../mod/editpost.php:157 ../../mod/mail.php:255 ../../mod/mail.php:385
-msgid "Encrypt text"
-msgstr "Cifratura del messaggio"
-
#: ../../include/conversation.php:1259 ../../mod/editpost.php:159
msgid "OK"
msgstr "OK"
-#: ../../include/conversation.php:1260 ../../mod/fbrowser.php:77
-#: ../../mod/fbrowser.php:112 ../../mod/tagrm.php:11 ../../mod/tagrm.php:134
+#: ../../include/conversation.php:1260 ../../mod/editpost.php:160
+#: ../../mod/fbrowser.php:77 ../../mod/fbrowser.php:112
#: ../../mod/settings.php:587 ../../mod/settings.php:613
-#: ../../mod/editpost.php:160
+#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:134
msgid "Cancel"
msgstr "Annulla"
@@ -2892,6 +1609,10 @@ msgstr "Post recenti"
msgid "Sort by Post Date"
msgstr "Per data di creazione"
+#: ../../include/conversation.php:1526 ../../include/widgets.php:95
+msgid "Personal"
+msgstr "Personali"
+
#: ../../include/conversation.php:1529
msgid "Posts that mention or involve you"
msgstr "Post che ti riguardano"
@@ -2921,7 +1642,7 @@ msgstr "Spam"
msgid "Posts flagged as SPAM"
msgstr "Post marcati come spam"
-#: ../../include/conversation.php:1601 ../../mod/admin.php:985
+#: ../../include/conversation.php:1601 ../../mod/admin.php:1059
msgid "Channel"
msgstr "Canale"
@@ -2937,10 +1658,9 @@ msgstr "Informazioni"
msgid "Profile Details"
msgstr "Dettagli del profilo"
-#: ../../include/conversation.php:1622 ../../include/nav.php:92
-#: ../../include/apps.php:139 ../../mod/fbrowser.php:25
-msgid "Photos"
-msgstr "Foto"
+#: ../../include/conversation.php:1625 ../../include/photos.php:506
+msgid "Photo Albums"
+msgstr "Album foto"
#: ../../include/conversation.php:1632
msgid "Files and Storage"
@@ -2950,38 +1670,14 @@ msgstr "Archivio file"
msgid "Chatrooms"
msgstr "Chat"
-#: ../../include/conversation.php:1655 ../../include/nav.php:103
-#: ../../include/apps.php:129
-msgid "Bookmarks"
-msgstr "Segnalibri"
-
#: ../../include/conversation.php:1658
msgid "Saved Bookmarks"
msgstr "Segnalibri salvati"
-#: ../../include/conversation.php:1665 ../../include/nav.php:107
-#: ../../include/apps.php:136 ../../mod/webpages.php:178
-msgid "Webpages"
-msgstr "Pagine web"
-
#: ../../include/conversation.php:1668
msgid "Manage Webpages"
msgstr "Gestisci le pagine web"
-#: ../../include/conversation.php:1697 ../../include/ItemObject.php:175
-#: ../../include/ItemObject.php:187 ../../mod/photos.php:1079
-#: ../../mod/photos.php:1091
-msgid "View all"
-msgstr "Vedi tutto"
-
-#: ../../include/conversation.php:1724 ../../include/ItemObject.php:184
-#: ../../mod/photos.php:1088
-msgctxt "noun"
-msgid "Dislike"
-msgid_plural "Dislikes"
-msgstr[0] "Non mi piace"
-msgstr[1] "Non mi piace"
-
#: ../../include/conversation.php:1727
msgctxt "noun"
msgid "Attending"
@@ -3024,206 +1720,115 @@ msgid_plural "Abstains"
msgstr[0] "Astenuto"
msgstr[1] "Astenuti"
-#: ../../include/auth.php:132
-msgid "Logged out."
-msgstr "Uscita effettuata."
-
-#: ../../include/auth.php:273
-msgid "Failed authentication"
-msgstr "Autenticazione fallita"
-
-#: ../../include/auth.php:287 ../../mod/openid.php:189
-msgid "Login failed."
-msgstr "Accesso fallito."
-
-#: ../../include/contact_selectors.php:56
-msgid "Frequently"
-msgstr "Frequentemente"
+#: ../../include/datetime.php:48
+msgid "Miscellaneous"
+msgstr "Altro"
-#: ../../include/contact_selectors.php:57
-msgid "Hourly"
-msgstr "Ogni ora"
+#: ../../include/datetime.php:132
+msgid "YYYY-MM-DD or MM-DD"
+msgstr "AAAA-MM-GG oppure MM-GG"
-#: ../../include/contact_selectors.php:58
-msgid "Twice daily"
-msgstr "Due volte al giorno"
+#: ../../include/datetime.php:236 ../../mod/appman.php:91
+#: ../../mod/appman.php:92 ../../mod/events.php:437 ../../mod/events.php:442
+msgid "Required"
+msgstr "Obbligatorio"
-#: ../../include/contact_selectors.php:59
-msgid "Daily"
-msgstr "Ogni giorno"
+#: ../../include/datetime.php:269
+msgid "less than a second ago"
+msgstr "meno di un secondo fa"
-#: ../../include/contact_selectors.php:60
-msgid "Weekly"
-msgstr "Ogni settimana"
+#: ../../include/datetime.php:272
+msgid "year"
+msgstr "anno"
-#: ../../include/contact_selectors.php:61
-msgid "Monthly"
-msgstr "Ogni mese"
+#: ../../include/datetime.php:272
+msgid "years"
+msgstr "anni"
-#: ../../include/contact_selectors.php:76
-msgid "Friendica"
-msgstr "Friendica"
+#: ../../include/datetime.php:273
+msgid "month"
+msgstr "mese"
-#: ../../include/contact_selectors.php:77
-msgid "OStatus"
-msgstr "OStatus"
+#: ../../include/datetime.php:273
+msgid "months"
+msgstr "mesi"
-#: ../../include/contact_selectors.php:78
-msgid "RSS/Atom"
-msgstr "RSS/Atom"
+#: ../../include/datetime.php:274
+msgid "week"
+msgstr "settimana"
-#: ../../include/contact_selectors.php:79 ../../mod/id.php:15
-#: ../../mod/id.php:16 ../../mod/admin.php:817 ../../mod/admin.php:826
-#: ../../boot.php:1490
-msgid "Email"
-msgstr "Email"
+#: ../../include/datetime.php:274
+msgid "weeks"
+msgstr "settimane"
-#: ../../include/contact_selectors.php:80
-msgid "Diaspora"
-msgstr "Diaspora"
+#: ../../include/datetime.php:275
+msgid "day"
+msgstr "giorno"
-#: ../../include/contact_selectors.php:81
-msgid "Facebook"
-msgstr "Facebook"
+#: ../../include/datetime.php:275
+msgid "days"
+msgstr "giorni"
-#: ../../include/contact_selectors.php:82
-msgid "Zot!"
-msgstr "Zot!"
+#: ../../include/datetime.php:276
+msgid "hour"
+msgstr "ora"
-#: ../../include/contact_selectors.php:83
-msgid "LinkedIn"
-msgstr "LinkedIn"
+#: ../../include/datetime.php:276
+msgid "hours"
+msgstr "ore"
-#: ../../include/contact_selectors.php:84
-msgid "XMPP/IM"
-msgstr "XMPP/IM"
+#: ../../include/datetime.php:277
+msgid "minute"
+msgstr "minuto"
-#: ../../include/contact_selectors.php:85
-msgid "MySpace"
-msgstr "MySpace"
+#: ../../include/datetime.php:277
+msgid "minutes"
+msgstr "minuti"
-#: ../../include/bbcode.php:123 ../../include/bbcode.php:794
-#: ../../include/bbcode.php:797 ../../include/bbcode.php:802
-#: ../../include/bbcode.php:805 ../../include/bbcode.php:808
-#: ../../include/bbcode.php:811 ../../include/bbcode.php:816
-#: ../../include/bbcode.php:819 ../../include/bbcode.php:824
-#: ../../include/bbcode.php:827 ../../include/bbcode.php:830
-#: ../../include/bbcode.php:833
-msgid "Image/photo"
-msgstr "Immagine"
+#: ../../include/datetime.php:278
+msgid "second"
+msgstr "secondo"
-#: ../../include/bbcode.php:162 ../../include/bbcode.php:844
-msgid "Encrypted content"
-msgstr "Contenuto cifrato"
+#: ../../include/datetime.php:278
+msgid "seconds"
+msgstr "secondi"
-#: ../../include/bbcode.php:179
+#: ../../include/datetime.php:286
#, php-format
-msgid "Install %s element: "
-msgstr "Installa l'elemento %s:"
+msgctxt "e.g. 22 hours ago, 1 minute ago"
+msgid "%1$d %2$s ago"
+msgstr "%1$d %2$s fa"
-#: ../../include/bbcode.php:183
+#: ../../include/datetime.php:520
#, php-format
-msgid ""
-"This post contains an installable %s element, however you lack permissions "
-"to install it on this site."
-msgstr "Questo post contiene un elemento %s installabile, tuttavia non hai i permessi necessari per l'installazione."
-
-#: ../../include/bbcode.php:193 ../../mod/impel.php:37
-msgid "webpage"
-msgstr "pagina web"
-
-#: ../../include/bbcode.php:196 ../../mod/impel.php:47
-msgid "layout"
-msgstr "layout"
-
-#: ../../include/bbcode.php:199 ../../mod/impel.php:42
-msgid "block"
-msgstr "block"
-
-#: ../../include/bbcode.php:202 ../../mod/impel.php:54
-msgid "menu"
-msgstr "menu"
+msgid "%1$s's birthday"
+msgstr "Compleanno di %1$s"
-#: ../../include/bbcode.php:257
+#: ../../include/datetime.php:521
#, php-format
-msgid "%1$s wrote the following %2$s %3$s"
-msgstr "%1$s ha scritto %2$s %3$s"
-
-#: ../../include/bbcode.php:259 ../../mod/tagger.php:51
-msgid "post"
-msgstr "il post"
-
-#: ../../include/bbcode.php:547
-msgid "Different viewers will see this text differently"
-msgstr "Ad altri questo testo potrebbe apparire in modo differente"
-
-#: ../../include/bbcode.php:755
-msgid "$1 spoiler"
-msgstr "$1 spoiler"
-
-#: ../../include/bbcode.php:782
-msgid "$1 wrote:"
-msgstr "$1 ha scritto:"
+msgid "Happy Birthday %1$s"
+msgstr "Buon compleanno %1$s"
-#: ../../include/contact_widgets.php:14
+#: ../../include/dba/dba_driver.php:141
#, 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:19 ../../mod/admin.php:451
-msgid "Advanced"
-msgstr "Avanzate"
-
-#: ../../include/contact_widgets.php:22
-msgid "Find Channels"
-msgstr "Ricerca canali"
-
-#: ../../include/contact_widgets.php:23
-msgid "Enter name or interest"
-msgstr "Scrivi un nome o un interesse"
-
-#: ../../include/contact_widgets.php:24
-msgid "Connect/Follow"
-msgstr "Aggiungi"
-
-#: ../../include/contact_widgets.php:25
-msgid "Examples: Robert Morgenstein, Fishing"
-msgstr "Per esempio: Mario Rossi, Pesca"
-
-#: ../../include/contact_widgets.php:26 ../../mod/directory.php:381
-#: ../../mod/directory.php:386 ../../mod/connections.php:266
-msgid "Find"
-msgstr "Cerca"
-
-#: ../../include/contact_widgets.php:27 ../../mod/directory.php:385
-#: ../../mod/suggest.php:60
-msgid "Channel Suggestions"
-msgstr "Canali suggeriti"
-
-#: ../../include/contact_widgets.php:29
-msgid "Random Profile"
-msgstr "Profilo casuale"
+msgid "Cannot locate DNS info for database server '%s'"
+msgstr "Non trovo le informazioni DNS per il database server '%s'"
-#: ../../include/contact_widgets.php:30
-msgid "Invite Friends"
-msgstr "Invita amici"
+#: ../../include/dir_fns.php:139
+msgid "Directory Options"
+msgstr "Visibilità negli elenchi pubblici"
-#: ../../include/contact_widgets.php:32
-msgid "Advanced example: name=fred and country=iceland"
-msgstr "Per esempio: name=mario e country=italy"
+#: ../../include/dir_fns.php:141
+msgid "Safe Mode"
+msgstr "Modalità SafeSearch"
-#: ../../include/contact_widgets.php:128
-#, php-format
-msgid "%d connection in common"
-msgid_plural "%d connections in common"
-msgstr[0] "%d contatto in comune"
-msgstr[1] "%d contatti in comune"
+#: ../../include/dir_fns.php:142
+msgid "Public Forums Only"
+msgstr "Solo forum pubblici"
-#: ../../include/contact_widgets.php:133
-msgid "show more"
-msgstr "mostra tutto"
+#: ../../include/dir_fns.php:143
+msgid "This Website Only"
+msgstr "Solo in questo sito"
#: ../../include/enotify.php:57 ../../include/network.php:1608
msgid "$Projectname Notification"
@@ -3421,6 +2026,298 @@ msgstr "Visita %s per approvare o rifiutare il suggerimento."
msgid "[Hubzilla:Notify]"
msgstr "[Hubzilla]"
+#: ../../include/event.php:768
+msgid "This event has been added to your calendar."
+msgstr "Questo evento è stato aggiunto al tuo calendario"
+
+#: ../../include/event.php:967
+msgid "Not specified"
+msgstr "Non specificato"
+
+#: ../../include/event.php:968
+msgid "Needs Action"
+msgstr "Necessita di un intervento"
+
+#: ../../include/event.php:969
+msgid "Completed"
+msgstr "Completato"
+
+#: ../../include/event.php:970
+msgid "In Process"
+msgstr "In corso"
+
+#: ../../include/event.php:971
+msgid "Cancelled"
+msgstr "Annullato"
+
+#: ../../include/features.php:45
+msgid "General Features"
+msgstr "Funzionalità di base"
+
+#: ../../include/features.php:47
+msgid "Content Expiration"
+msgstr "Scadenza"
+
+#: ../../include/features.php:47
+msgid "Remove posts/comments and/or private messages at a future time"
+msgstr "Elimina i post, i commenti o i messaggi privati dopo un lasso di tempo"
+
+#: ../../include/features.php:48
+msgid "Multiple Profiles"
+msgstr "Profili multipli"
+
+#: ../../include/features.php:48
+msgid "Ability to create multiple profiles"
+msgstr "Abilitazione a creare profili multipli"
+
+#: ../../include/features.php:49
+msgid "Advanced Profiles"
+msgstr "Profili avanzati"
+
+#: ../../include/features.php:49
+msgid "Additional profile sections and selections"
+msgstr "Informazioni aggiuntive del profilo"
+
+#: ../../include/features.php:50
+msgid "Profile Import/Export"
+msgstr "Importa/esporta il profilo"
+
+#: ../../include/features.php:50
+msgid "Save and load profile details across sites/channels"
+msgstr "Salva o ripristina le informazioni del profilo su siti diversi"
+
+#: ../../include/features.php:51
+msgid "Web Pages"
+msgstr "Pagine web"
+
+#: ../../include/features.php:51
+msgid "Provide managed web pages on your channel"
+msgstr "Attiva la creazione di pagine web sul tuo canale"
+
+#: ../../include/features.php:52
+msgid "Private Notes"
+msgstr "Note private"
+
+#: ../../include/features.php:52
+msgid "Enables a tool to store notes and reminders"
+msgstr "Abilita il riquadro per scrivere le tue annotazioni"
+
+#: ../../include/features.php:53
+msgid "Navigation Channel Select"
+msgstr "Scegli il canale attivo dal menu"
+
+#: ../../include/features.php:53
+msgid "Change channels directly from within the navigation dropdown menu"
+msgstr "Scegli il canale attivo direttamente dal menu di navigazione"
+
+#: ../../include/features.php:54
+msgid "Photo Location"
+msgstr "Posizione geografica"
+
+#: ../../include/features.php:54
+msgid "If location data is available on uploaded photos, link this to a map."
+msgstr "Collega la foto a una mappa quando contiene indicazioni geografiche."
+
+#: ../../include/features.php:56
+msgid "Expert Mode"
+msgstr "Modalità esperto"
+
+#: ../../include/features.php:56
+msgid "Enable Expert Mode to provide advanced configuration options"
+msgstr "Abilita la modalità esperto per vedere le opzioni di configurazione avanzate"
+
+#: ../../include/features.php:57
+msgid "Premium Channel"
+msgstr "Canale premium"
+
+#: ../../include/features.php:57
+msgid ""
+"Allows you to set restrictions and terms on those that connect with your "
+"channel"
+msgstr "Ti permette di impostare restrizioni e termini d'uso per il canale"
+
+#: ../../include/features.php:62
+msgid "Post Composition Features"
+msgstr "Modalità di scrittura post"
+
+#: ../../include/features.php:64
+msgid "Use Markdown"
+msgstr "Usa il markdown"
+
+#: ../../include/features.php:64
+msgid "Allow use of \"Markdown\" to format posts"
+msgstr "Consenti l'uso del markdown per formattare i post"
+
+#: ../../include/features.php:65
+msgid "Large Photos"
+msgstr "Foto grandi"
+
+#: ../../include/features.php:65
+msgid ""
+"Include large (1024px) photo thumbnails in posts. If not enabled, use small "
+"(640px) photo thumbnails"
+msgstr "Includi anteprime grandi per le foto dei tuoi post (1024px). Altrimenti saranno mostrate anteprime più piccole (640px)"
+
+#: ../../include/features.php:66 ../../include/widgets.php:549
+#: ../../mod/sources.php:88
+msgid "Channel Sources"
+msgstr "Sorgenti del canale"
+
+#: ../../include/features.php:66
+msgid "Automatically import channel content from other channels or feeds"
+msgstr "Importa automaticamente il contenuto del canale da altri canali o feed"
+
+#: ../../include/features.php:67
+msgid "Even More Encryption"
+msgstr "Cifratura addizionale"
+
+#: ../../include/features.php:67
+msgid ""
+"Allow optional encryption of content end-to-end with a shared secret key"
+msgstr "Rendi possibile la crifratura aggiuntiva tra mittente e destinatario usando una parola chiave conosciuta a entrambi"
+
+#: ../../include/features.php:68
+msgid "Enable Voting Tools"
+msgstr "Permetti i post con votazione"
+
+#: ../../include/features.php:68
+msgid "Provide a class of post which others can vote on"
+msgstr "Rende possibile la creazione di post in cui sarà possibile votare"
+
+#: ../../include/features.php:69
+msgid "Delayed Posting"
+msgstr "Pubblicazione ritardata"
+
+#: ../../include/features.php:69
+msgid "Allow posts to be published at a later date"
+msgstr "Per scegliere una data e un'ora a cui far uscire i post"
+
+#: ../../include/features.php:70
+msgid "Suppress Duplicate Posts/Comments"
+msgstr "Impedisci post e commenti duplicati"
+
+#: ../../include/features.php:70
+msgid ""
+"Prevent posts with identical content to be published with less than two "
+"minutes in between submissions."
+msgstr "Scarta post e commenti se sono identici ad altri inviati meno di due minuti prima."
+
+#: ../../include/features.php:76
+msgid "Network and Stream Filtering"
+msgstr "Filtraggio dei contenuti"
+
+#: ../../include/features.php:77
+msgid "Search by Date"
+msgstr "Ricerca per data"
+
+#: ../../include/features.php:77
+msgid "Ability to select posts by date ranges"
+msgstr "Per selezionare i post in un intervallo tra date"
+
+#: ../../include/features.php:78
+msgid "Collections Filter"
+msgstr "Filtra per insiemi di canali"
+
+#: ../../include/features.php:78
+msgid "Enable widget to display Network posts only from selected collections"
+msgstr "Mostra il riquadro per filtrare i post di certi insiemi di canali"
+
+#: ../../include/features.php:79 ../../include/widgets.php:274
+msgid "Saved Searches"
+msgstr "Ricerche salvate"
+
+#: ../../include/features.php:79
+msgid "Save search terms for re-use"
+msgstr "Salva i termini delle ricerche per poterle ripetere"
+
+#: ../../include/features.php:80
+msgid "Network Personal Tab"
+msgstr "Attività personale"
+
+#: ../../include/features.php:80
+msgid "Enable tab to display only Network posts that you've interacted on"
+msgstr "Abilita il link per mostrare solamente i contenuti con cui hai interagito"
+
+#: ../../include/features.php:81
+msgid "Network New Tab"
+msgstr "Contenuti nuovi"
+
+#: ../../include/features.php:81
+msgid "Enable tab to display all new Network activity"
+msgstr "Abilita il link per visualizzare solo i nuovi contenuti"
+
+#: ../../include/features.php:82
+msgid "Affinity Tool"
+msgstr "Filtro per affinità"
+
+#: ../../include/features.php:82
+msgid "Filter stream activity by depth of relationships"
+msgstr "Permette di selezionare i contenuti in base al livello di amicizia"
+
+#: ../../include/features.php:83
+msgid "Connection Filtering"
+msgstr "Filtro sui contatti"
+
+#: ../../include/features.php:83
+msgid "Filter incoming posts from connections based on keywords/content"
+msgstr "Filtra i post che ricevi con parole chiave"
+
+#: ../../include/features.php:84
+msgid "Suggest Channels"
+msgstr "Suggerisci canali"
+
+#: ../../include/features.php:84
+msgid "Show channel suggestions"
+msgstr "Mostra alcuni canali che potrebbero interessarti"
+
+#: ../../include/features.php:89
+msgid "Post/Comment Tools"
+msgstr "Gestione post e commenti"
+
+#: ../../include/features.php:90
+msgid "Community Tagging"
+msgstr "Tag della comunità"
+
+#: ../../include/features.php:90
+msgid "Ability to tag existing posts"
+msgstr "Permetti l'aggiunta di tag su post già esistenti"
+
+#: ../../include/features.php:91
+msgid "Post Categories"
+msgstr "Categorie dei post"
+
+#: ../../include/features.php:91
+msgid "Add categories to your posts"
+msgstr "Abilita le categorie per i tuoi post"
+
+#: ../../include/features.php:92
+msgid "Ability to file posts under folders"
+msgstr "Abilita la raccolta dei tuoi articoli in cartelle"
+
+#: ../../include/features.php:93
+msgid "Dislike Posts"
+msgstr "Non mi piace"
+
+#: ../../include/features.php:93
+msgid "Ability to dislike posts/comments"
+msgstr "Abilità la funzionalità \"non mi piace\" per i tuoi post"
+
+#: ../../include/features.php:94
+msgid "Star Posts"
+msgstr "Post con stella"
+
+#: ../../include/features.php:94
+msgid "Ability to mark special posts with a star indicator"
+msgstr "Mostra la stella per segnare i post preferiti"
+
+#: ../../include/features.php:95
+msgid "Tag Cloud"
+msgstr "Nuvola di tag"
+
+#: ../../include/features.php:95
+msgid "Provide a personal tag cloud on your channel page"
+msgstr "Mostra la nuvola dei tag che usi di più sulla pagina del tuo canale"
+
#: ../../include/follow.php:28
msgid "Channel is blocked on this site."
msgstr "Il canale è bloccato per questo sito."
@@ -3453,13 +2350,703 @@ msgstr "l'account locale non è stato trovato."
msgid "Cannot connect to yourself."
msgstr "Non puoi connetterti a te stesso."
-#: ../../include/oembed.php:213
-msgid "Embedded content"
-msgstr "Contenuti incorporati"
+#: ../../include/group.php:26
+msgid ""
+"A deleted group with this name was revived. Existing item permissions "
+"<strong>may</strong> apply to this group and any future members. If this is "
+"not what you intended, please create another group with a different name."
+msgstr "È stato ripristinato un insieme con lo stesso nome che era stato eliminato in precedenza. I permessi già presenti <strong>potrebbero</strong> rimanere validi per i nuovi canali. Se non vuoi che ciò accada, devi creare un altro insieme con un nome diverso."
-#: ../../include/oembed.php:222
-msgid "Embedding disabled"
-msgstr "Disabilita la creazione di contenuti incorporati"
+#: ../../include/group.php:232
+msgid "Add new connections to this collection (privacy group)"
+msgstr "Aggiungi altri contatti a questo insieme (privacy di gruppo)"
+
+#: ../../include/group.php:251 ../../mod/admin.php:900
+msgid "All Channels"
+msgstr "Tutti i canali"
+
+#: ../../include/group.php:273
+msgid "edit"
+msgstr "modifica"
+
+#: ../../include/group.php:295
+msgid "Collections"
+msgstr "Insiemi di canali"
+
+#: ../../include/group.php:296
+msgid "Edit collection"
+msgstr "Modifica l'insieme di canali"
+
+#: ../../include/group.php:297
+msgid "Add new collection"
+msgstr "Nuovo insieme"
+
+#: ../../include/group.php:298
+msgid "Channels not in any collection"
+msgstr "Canali che non sono in un insieme"
+
+#: ../../include/group.php:300 ../../include/widgets.php:275
+msgid "add"
+msgstr "aggiungi"
+
+#: ../../include/identity.php:32
+msgid "Unable to obtain identity information from database"
+msgstr "Impossibile ottenere le informazioni di identificazione dal database"
+
+#: ../../include/identity.php:66
+msgid "Empty name"
+msgstr "Nome vuoto"
+
+#: ../../include/identity.php:69
+msgid "Name too long"
+msgstr "Nome troppo lungo"
+
+#: ../../include/identity.php:181
+msgid "No account identifier"
+msgstr "Account senza identificativo"
+
+#: ../../include/identity.php:193
+msgid "Nickname is required."
+msgstr "Il nome dell'account è obbligatorio."
+
+#: ../../include/identity.php:207
+msgid "Reserved nickname. Please choose another."
+msgstr "Nome utente riservato. Per favore scegline un altro."
+
+#: ../../include/identity.php:212
+msgid ""
+"Nickname has unsupported characters or is already being used on this site."
+msgstr "Il nome dell'account è già in uso oppure ha dei caratteri non supportati."
+
+#: ../../include/identity.php:288
+msgid "Unable to retrieve created identity"
+msgstr "Impossibile caricare l'identità creata"
+
+#: ../../include/identity.php:346
+msgid "Default Profile"
+msgstr "Profilo predefinito"
+
+#: ../../include/identity.php:390 ../../include/identity.php:391
+#: ../../include/identity.php:398 ../../include/profile_selectors.php:80
+#: ../../include/widgets.php:430 ../../mod/connedit.php:579
+#: ../../mod/settings.php:338 ../../mod/settings.php:342
+#: ../../mod/settings.php:343 ../../mod/settings.php:346
+#: ../../mod/settings.php:357
+msgid "Friends"
+msgstr "Amici"
+
+#: ../../include/identity.php:770
+msgid "Requested channel is not available."
+msgstr "Il canale che cerchi non è disponibile."
+
+#: ../../include/identity.php:816 ../../mod/achievements.php:11
+#: ../../mod/blocks.php:29 ../../mod/connect.php:13 ../../mod/editblock.php:29
+#: ../../mod/editlayout.php:27 ../../mod/editwebpage.php:28
+#: ../../mod/filestorage.php:54 ../../mod/hcard.php:8 ../../mod/layouts.php:29
+#: ../../mod/profile.php:16 ../../mod/webpages.php:29
+msgid "Requested profile is not available."
+msgstr "Il profilo richiesto non è disponibile."
+
+#: ../../include/identity.php:960 ../../mod/profiles.php:782
+msgid "Change profile photo"
+msgstr "Cambia la foto del profilo"
+
+#: ../../include/identity.php:966
+msgid "Profiles"
+msgstr "Profili"
+
+#: ../../include/identity.php:966
+msgid "Manage/edit profiles"
+msgstr "Gestisci/modifica i profili"
+
+#: ../../include/identity.php:967 ../../mod/profiles.php:783
+msgid "Create New Profile"
+msgstr "Crea un nuovo profilo"
+
+#: ../../include/identity.php:970 ../../include/nav.php:90
+msgid "Edit Profile"
+msgstr "Modifica il profilo"
+
+#: ../../include/identity.php:982 ../../mod/profiles.php:794
+msgid "Profile Image"
+msgstr "Immagine del profilo"
+
+#: ../../include/identity.php:985
+msgid "visible to everybody"
+msgstr "visibile a tutti"
+
+#: ../../include/identity.php:986 ../../mod/profiles.php:677
+#: ../../mod/profiles.php:798
+msgid "Edit visibility"
+msgstr "Cambia la visibilità"
+
+#: ../../include/identity.php:1002 ../../include/identity.php:1242
+msgid "Gender:"
+msgstr "Sesso:"
+
+#: ../../include/identity.php:1003 ../../include/identity.php:1286
+msgid "Status:"
+msgstr "Stato:"
+
+#: ../../include/identity.php:1004 ../../include/identity.php:1297
+msgid "Homepage:"
+msgstr "Home page:"
+
+#: ../../include/identity.php:1005
+msgid "Online Now"
+msgstr "Online adesso"
+
+#: ../../include/identity.php:1089 ../../include/identity.php:1167
+#: ../../mod/ping.php:318
+msgid "g A l F d"
+msgstr "g A l d F"
+
+#: ../../include/identity.php:1090 ../../include/identity.php:1168
+msgid "F d"
+msgstr "d F"
+
+#: ../../include/identity.php:1135 ../../include/identity.php:1207
+#: ../../mod/ping.php:341
+msgid "[today]"
+msgstr "[oggi]"
+
+#: ../../include/identity.php:1146
+msgid "Birthday Reminders"
+msgstr "Promemoria compleanni"
+
+#: ../../include/identity.php:1147
+msgid "Birthdays this week:"
+msgstr "Compleanni questa settimana:"
+
+#: ../../include/identity.php:1200
+msgid "[No description]"
+msgstr "[Nessuna descrizione]"
+
+#: ../../include/identity.php:1218
+msgid "Event Reminders"
+msgstr "Promemoria"
+
+#: ../../include/identity.php:1219
+msgid "Events this week:"
+msgstr "Eventi della settimana:"
+
+#: ../../include/identity.php:1240 ../../mod/settings.php:1029
+msgid "Full Name:"
+msgstr "Nome completo:"
+
+#: ../../include/identity.php:1247
+msgid "Like this channel"
+msgstr "Mi piace questo canale"
+
+#: ../../include/identity.php:1271
+msgid "j F, Y"
+msgstr "j F Y"
+
+#: ../../include/identity.php:1272
+msgid "j F"
+msgstr "j F"
+
+#: ../../include/identity.php:1279
+msgid "Birthday:"
+msgstr "Compleanno:"
+
+#: ../../include/identity.php:1283 ../../mod/directory.php:299
+msgid "Age:"
+msgstr "Età:"
+
+#: ../../include/identity.php:1292
+#, php-format
+msgid "for %1$d %2$s"
+msgstr "per %1$d %2$s"
+
+#: ../../include/identity.php:1295 ../../mod/profiles.php:699
+msgid "Sexual Preference:"
+msgstr "Preferenze sessuali:"
+
+#: ../../include/identity.php:1299 ../../mod/directory.php:315
+#: ../../mod/profiles.php:701
+msgid "Hometown:"
+msgstr "Città dove vivo:"
+
+#: ../../include/identity.php:1301
+msgid "Tags:"
+msgstr "Tag:"
+
+#: ../../include/identity.php:1303 ../../mod/profiles.php:702
+msgid "Political Views:"
+msgstr "Orientamento politico:"
+
+#: ../../include/identity.php:1305
+msgid "Religion:"
+msgstr "Religione:"
+
+#: ../../include/identity.php:1307 ../../mod/directory.php:317
+msgid "About:"
+msgstr "Informazioni:"
+
+#: ../../include/identity.php:1309
+msgid "Hobbies/Interests:"
+msgstr "Interessi e hobby:"
+
+#: ../../include/identity.php:1311 ../../mod/profiles.php:705
+msgid "Likes:"
+msgstr "Mi piace:"
+
+#: ../../include/identity.php:1313 ../../mod/profiles.php:706
+msgid "Dislikes:"
+msgstr "Non mi piace:"
+
+#: ../../include/identity.php:1315
+msgid "Contact information and Social Networks:"
+msgstr "Contatti e social network:"
+
+#: ../../include/identity.php:1317
+msgid "My other channels:"
+msgstr "I miei altri canali:"
+
+#: ../../include/identity.php:1319
+msgid "Musical interests:"
+msgstr "Gusti musicali:"
+
+#: ../../include/identity.php:1321
+msgid "Books, literature:"
+msgstr "Libri, letteratura:"
+
+#: ../../include/identity.php:1323
+msgid "Television:"
+msgstr "Televisione:"
+
+#: ../../include/identity.php:1325
+msgid "Film/dance/culture/entertainment:"
+msgstr "Film, danza, cultura, intrattenimento:"
+
+#: ../../include/identity.php:1327
+msgid "Love/Romance:"
+msgstr "Amore:"
+
+#: ../../include/identity.php:1329
+msgid "Work/employment:"
+msgstr "Lavoro:"
+
+#: ../../include/identity.php:1331
+msgid "School/education:"
+msgstr "Scuola:"
+
+#: ../../include/identity.php:1351
+msgid "Like this thing"
+msgstr "Mi piace"
+
+#: ../../include/import.php:23
+msgid ""
+"Cannot create a duplicate channel identifier on this system. Import failed."
+msgstr "Non posso creare un canale con un identificativo che già esiste su questo sistema. L'importazione è fallita."
+
+#: ../../include/import.php:70
+msgid "Channel clone failed. Import failed."
+msgstr "Impossibile clonare il canale. L'importazione è fallita."
+
+#: ../../include/import.php:80 ../../mod/import.php:139
+msgid "Cloned channel not found. Import failed."
+msgstr "Impossibile trovare il canale clonato. L'importazione è fallita."
+
+#: ../../include/items.php:423 ../../index.php:364 ../../mod/dreport.php:6
+#: ../../mod/dreport.php:45 ../../mod/group.php:68
+#: ../../mod/import_items.php:114 ../../mod/like.php:280
+#: ../../mod/profperm.php:23 ../../mod/subthread.php:58
+msgid "Permission denied"
+msgstr "Permesso negato"
+
+#: ../../include/items.php:1130 ../../include/items.php:1176
+msgid "(Unknown)"
+msgstr "(Sconosciuto)"
+
+#: ../../include/items.php:1373
+msgid "Visible to anybody on the internet."
+msgstr "Visibile a chiunque su internet."
+
+#: ../../include/items.php:1375
+msgid "Visible to you only."
+msgstr "Visibile solo a te."
+
+#: ../../include/items.php:1377
+msgid "Visible to anybody in this network."
+msgstr "Visibile a tutti su questa rete."
+
+#: ../../include/items.php:1379
+msgid "Visible to anybody authenticated."
+msgstr "Visibile a chiunque sia autenticato."
+
+#: ../../include/items.php:1381
+#, php-format
+msgid "Visible to anybody on %s."
+msgstr "Visibile a tutti su %s."
+
+#: ../../include/items.php:1383
+msgid "Visible to all connections."
+msgstr "Visibile a tutti coloro che ti seguono."
+
+#: ../../include/items.php:1385
+msgid "Visible to approved connections."
+msgstr "Visibile ai contatti approvati."
+
+#: ../../include/items.php:1387
+msgid "Visible to specific connections."
+msgstr "Visibile ad alcuni contatti scelti."
+
+#: ../../include/items.php:4326 ../../mod/admin.php:135
+#: ../../mod/admin.php:1091 ../../mod/admin.php:1296 ../../mod/display.php:36
+#: ../../mod/filestorage.php:27 ../../mod/thing.php:86
+#: ../../mod/viewsrc.php:20
+msgid "Item not found."
+msgstr "Elemento non trovato."
+
+#: ../../include/items.php:4838 ../../mod/group.php:38 ../../mod/group.php:137
+msgid "Collection not found."
+msgstr "Insieme di canali non trovato."
+
+#: ../../include/items.php:4854
+msgid "Collection is empty."
+msgstr "L'insieme di canali è vuoto."
+
+#: ../../include/items.php:4861
+#, php-format
+msgid "Collection: %s"
+msgstr "Insieme: %s"
+
+#: ../../include/items.php:4871 ../../mod/connedit.php:689
+#, php-format
+msgid "Connection: %s"
+msgstr "Contatto: %s"
+
+#: ../../include/items.php:4873
+msgid "Connection not found."
+msgstr "Contatto non trovato."
+
+#: ../../include/js_strings.php:5
+msgid "Delete this item?"
+msgstr "Eliminare questo elemento?"
+
+#: ../../include/js_strings.php:8
+msgid "[-] show less"
+msgstr "[-] riduci"
+
+#: ../../include/js_strings.php:9
+msgid "[+] expand"
+msgstr "[+] mostra tutto"
+
+#: ../../include/js_strings.php:10
+msgid "[-] collapse"
+msgstr "[-] riduci"
+
+#: ../../include/js_strings.php:11
+msgid "Password too short"
+msgstr "Password troppo corta"
+
+#: ../../include/js_strings.php:12
+msgid "Passwords do not match"
+msgstr "Le password non corrispondono"
+
+#: ../../include/js_strings.php:13 ../../mod/photos.php:41
+msgid "everybody"
+msgstr "tutti"
+
+#: ../../include/js_strings.php:14
+msgid "Secret Passphrase"
+msgstr "Parola chiave per decifrare"
+
+#: ../../include/js_strings.php:15
+msgid "Passphrase hint"
+msgstr "Suggerimento per la parola chiave"
+
+#: ../../include/js_strings.php:16
+msgid "Notice: Permissions have changed but have not yet been submitted."
+msgstr "Nota: i permessi sono stati modificati ma non ancora salvati."
+
+#: ../../include/js_strings.php:17
+msgid "close all"
+msgstr "chiudi tutto"
+
+#: ../../include/js_strings.php:18
+msgid "Nothing new here"
+msgstr "Niente di nuovo qui"
+
+#: ../../include/js_strings.php:19
+msgid "Rate This Channel (this is public)"
+msgstr "Valuta questo canale (visibile a tutti)"
+
+#: ../../include/js_strings.php:20 ../../mod/connedit.php:700
+#: ../../mod/rate.php:157
+msgid "Rating"
+msgstr "Valutazioni"
+
+#: ../../include/js_strings.php:21
+msgid "Describe (optional)"
+msgstr "Descrizione (facoltativa)"
+
+#: ../../include/js_strings.php:23
+msgid "Please enter a link URL"
+msgstr "Inserisci l'URL di un link"
+
+#: ../../include/js_strings.php:24
+msgid "Unsaved changes. Are you sure you wish to leave this page?"
+msgstr "Non hai salvato i cambiamenti. Vuoi davvero lasciare questa pagina?"
+
+#: ../../include/js_strings.php:25 ../../mod/events.php:452
+#: ../../mod/profiles.php:464 ../../mod/pubsites.php:28
+msgid "Location"
+msgstr "Posizione geografica"
+
+#: ../../include/js_strings.php:27
+msgid "timeago.prefixAgo"
+msgstr "timeago.prefixAgo"
+
+#: ../../include/js_strings.php:28
+msgid "timeago.prefixFromNow"
+msgstr "timeago.prefixFromNow"
+
+#: ../../include/js_strings.php:29
+msgid "ago"
+msgstr "fa"
+
+#: ../../include/js_strings.php:30
+msgid "from now"
+msgstr "da adesso"
+
+#: ../../include/js_strings.php:31
+msgid "less than a minute"
+msgstr "meno di un minuto"
+
+#: ../../include/js_strings.php:32
+msgid "about a minute"
+msgstr "circa un minuto"
+
+#: ../../include/js_strings.php:33
+#, php-format
+msgid "%d minutes"
+msgstr "%d minuti"
+
+#: ../../include/js_strings.php:34
+msgid "about an hour"
+msgstr "circa un’ora"
+
+#: ../../include/js_strings.php:35
+#, php-format
+msgid "about %d hours"
+msgstr "circa %d ore"
+
+#: ../../include/js_strings.php:36
+msgid "a day"
+msgstr "un giorno"
+
+#: ../../include/js_strings.php:37
+#, php-format
+msgid "%d days"
+msgstr "%d giorni"
+
+#: ../../include/js_strings.php:38
+msgid "about a month"
+msgstr "circa un mese"
+
+#: ../../include/js_strings.php:39
+#, php-format
+msgid "%d months"
+msgstr "%d mesi"
+
+#: ../../include/js_strings.php:40
+msgid "about a year"
+msgstr "circa un anno"
+
+#: ../../include/js_strings.php:41
+#, php-format
+msgid "%d years"
+msgstr "%d anni"
+
+#: ../../include/js_strings.php:42
+msgid " "
+msgstr " "
+
+#: ../../include/js_strings.php:43
+msgid "timeago.numbers"
+msgstr "timeago.numbers"
+
+#: ../../include/js_strings.php:45 ../../include/text.php:1183
+msgid "January"
+msgstr "gennaio"
+
+#: ../../include/js_strings.php:46 ../../include/text.php:1183
+msgid "February"
+msgstr "febbraio"
+
+#: ../../include/js_strings.php:47 ../../include/text.php:1183
+msgid "March"
+msgstr "marzo"
+
+#: ../../include/js_strings.php:48 ../../include/text.php:1183
+msgid "April"
+msgstr "aprile"
+
+#: ../../include/js_strings.php:49
+msgctxt "long"
+msgid "May"
+msgstr "maggio"
+
+#: ../../include/js_strings.php:50 ../../include/text.php:1183
+msgid "June"
+msgstr "giugno"
+
+#: ../../include/js_strings.php:51 ../../include/text.php:1183
+msgid "July"
+msgstr "luglio"
+
+#: ../../include/js_strings.php:52 ../../include/text.php:1183
+msgid "August"
+msgstr "agosto"
+
+#: ../../include/js_strings.php:53 ../../include/text.php:1183
+msgid "September"
+msgstr "settembre"
+
+#: ../../include/js_strings.php:54 ../../include/text.php:1183
+msgid "October"
+msgstr "ottobre"
+
+#: ../../include/js_strings.php:55 ../../include/text.php:1183
+msgid "November"
+msgstr "novembre"
+
+#: ../../include/js_strings.php:56 ../../include/text.php:1183
+msgid "December"
+msgstr "dicembre"
+
+#: ../../include/js_strings.php:57
+msgid "Jan"
+msgstr "Gen"
+
+#: ../../include/js_strings.php:58
+msgid "Feb"
+msgstr "Feb"
+
+#: ../../include/js_strings.php:59
+msgid "Mar"
+msgstr "Mar"
+
+#: ../../include/js_strings.php:60
+msgid "Apr"
+msgstr "Apr"
+
+#: ../../include/js_strings.php:61
+msgctxt "short"
+msgid "May"
+msgstr "maggio"
+
+#: ../../include/js_strings.php:62
+msgid "Jun"
+msgstr "Mag"
+
+#: ../../include/js_strings.php:63
+msgid "Jul"
+msgstr "Giu"
+
+#: ../../include/js_strings.php:64
+msgid "Aug"
+msgstr "Ago"
+
+#: ../../include/js_strings.php:65
+msgid "Sep"
+msgstr "Set"
+
+#: ../../include/js_strings.php:66
+msgid "Oct"
+msgstr "Ott"
+
+#: ../../include/js_strings.php:67
+msgid "Nov"
+msgstr "Nov"
+
+#: ../../include/js_strings.php:68
+msgid "Dec"
+msgstr "Dic"
+
+#: ../../include/js_strings.php:69 ../../include/text.php:1179
+msgid "Sunday"
+msgstr "domenica"
+
+#: ../../include/js_strings.php:70 ../../include/text.php:1179
+msgid "Monday"
+msgstr "lunedì"
+
+#: ../../include/js_strings.php:71 ../../include/text.php:1179
+msgid "Tuesday"
+msgstr "martedì"
+
+#: ../../include/js_strings.php:72 ../../include/text.php:1179
+msgid "Wednesday"
+msgstr "mercoledì"
+
+#: ../../include/js_strings.php:73 ../../include/text.php:1179
+msgid "Thursday"
+msgstr "giovedì"
+
+#: ../../include/js_strings.php:74 ../../include/text.php:1179
+msgid "Friday"
+msgstr "venerdì"
+
+#: ../../include/js_strings.php:75 ../../include/text.php:1179
+msgid "Saturday"
+msgstr "sabato"
+
+#: ../../include/js_strings.php:76
+msgid "Sun"
+msgstr "Dom"
+
+#: ../../include/js_strings.php:77
+msgid "Mon"
+msgstr "Lun"
+
+#: ../../include/js_strings.php:78
+msgid "Tue"
+msgstr "Mar"
+
+#: ../../include/js_strings.php:79
+msgid "Wed"
+msgstr "Mer"
+
+#: ../../include/js_strings.php:80
+msgid "Thu"
+msgstr "Gio"
+
+#: ../../include/js_strings.php:81
+msgid "Fri"
+msgstr "Ven"
+
+#: ../../include/js_strings.php:82
+msgid "Sat"
+msgstr "Sab"
+
+#: ../../include/js_strings.php:83
+msgctxt "calendar"
+msgid "today"
+msgstr "oggi"
+
+#: ../../include/js_strings.php:84
+msgctxt "calendar"
+msgid "month"
+msgstr "mese"
+
+#: ../../include/js_strings.php:85
+msgctxt "calendar"
+msgid "week"
+msgstr "settimana"
+
+#: ../../include/js_strings.php:86
+msgctxt "calendar"
+msgid "day"
+msgstr "giorno"
+
+#: ../../include/js_strings.php:87
+msgctxt "calendar"
+msgid "All day"
+msgstr "Tutto il giorno"
#: ../../include/message.php:19
msgid "No recipient provided."
@@ -3477,10 +3064,6 @@ msgstr "Impossibile determinare il mittente."
msgid "Stored post could not be verified."
msgstr "Non è stato possibile verificare il post."
-#: ../../include/nav.php:82 ../../include/nav.php:114 ../../boot.php:1487
-msgid "Logout"
-msgstr "Esci"
-
#: ../../include/nav.php:82 ../../include/nav.php:114
msgid "End this session"
msgstr "Chiudi questa sessione"
@@ -3517,10 +3100,6 @@ msgstr "Le tue foto"
msgid "Your files"
msgstr "I tuoi file"
-#: ../../include/nav.php:97 ../../include/apps.php:146
-msgid "Chat"
-msgstr "Chat"
-
#: ../../include/nav.php:97
msgid "Your chatrooms"
msgstr "Le tue chat"
@@ -3533,10 +3112,6 @@ msgstr "I tuoi segnalibri"
msgid "Your webpages"
msgstr "Le tue pagine web"
-#: ../../include/nav.php:111 ../../include/apps.php:131 ../../boot.php:1488
-msgid "Login"
-msgstr "Accedi"
-
#: ../../include/nav.php:111
msgid "Sign in"
msgstr "Accedi"
@@ -3558,23 +3133,19 @@ msgstr "Clicca per farti riconoscere dal tuo hub principale"
msgid "Home Page"
msgstr "Bacheca"
-#: ../../include/nav.php:149 ../../mod/register.php:226 ../../boot.php:1470
-msgid "Register"
-msgstr "Registrati"
-
#: ../../include/nav.php:149
msgid "Create an account"
msgstr "Crea un account"
-#: ../../include/nav.php:154 ../../include/apps.php:142
-#: ../../mod/layouts.php:176 ../../mod/help.php:204 ../../mod/help.php:209
-msgid "Help"
-msgstr "Guida"
-
#: ../../include/nav.php:154
msgid "Help and documentation"
msgstr "Guida e documentazione"
+#: ../../include/nav.php:157 ../../include/widgets.php:92
+#: ../../mod/apps.php:36
+msgid "Apps"
+msgstr "App"
+
#: ../../include/nav.php:157
msgid "Applications, utilities, links, games"
msgstr "Applicazioni, utilità, link, giochi"
@@ -3583,18 +3154,10 @@ msgstr "Applicazioni, utilità, link, giochi"
msgid "Search site @name, #tag, ?docs, content"
msgstr "Cerca nel sito per @nome, #tag, ?guida o per contenuto"
-#: ../../include/nav.php:162 ../../include/apps.php:141
-msgid "Directory"
-msgstr "Elenchi pubblici dei canali"
-
#: ../../include/nav.php:162
msgid "Channel Directory"
msgstr "Elenchi pubblici dei canali"
-#: ../../include/nav.php:174 ../../include/apps.php:133
-msgid "Grid"
-msgstr "Rete"
-
#: ../../include/nav.php:174
msgid "Your grid"
msgstr "La tua rete"
@@ -3603,10 +3166,6 @@ msgstr "La tua rete"
msgid "Mark all grid notifications seen"
msgstr "Segna come lette le notifiche della tua rete"
-#: ../../include/nav.php:177 ../../include/apps.php:137
-msgid "Channel Home"
-msgstr "Bacheca del canale"
-
#: ../../include/nav.php:177
msgid "Channel home"
msgstr "Bacheca del canale"
@@ -3635,10 +3194,6 @@ msgstr "Vedi tutte le notifiche"
msgid "Mark all system notifications seen"
msgstr "Segna come lette le notifiche di sistema"
-#: ../../include/nav.php:188 ../../include/apps.php:143
-msgid "Mail"
-msgstr "Messaggi"
-
#: ../../include/nav.php:188
msgid "Private mail"
msgstr "Messaggi privati"
@@ -3651,9 +3206,17 @@ msgstr "Guarda tutti i messaggi privati"
msgid "Mark all private messages seen"
msgstr "Segna come letti tutti i messaggi privati"
-#: ../../include/nav.php:196 ../../include/apps.php:140
-msgid "Events"
-msgstr "Eventi"
+#: ../../include/nav.php:191 ../../include/widgets.php:578
+msgid "Inbox"
+msgstr "In arrivo"
+
+#: ../../include/nav.php:192 ../../include/widgets.php:583
+msgid "Outbox"
+msgstr "Inviati"
+
+#: ../../include/nav.php:193 ../../include/widgets.php:588
+msgid "New Message"
+msgstr "Nuovo messaggio"
#: ../../include/nav.php:196
msgid "Event Calendar"
@@ -3667,11 +3230,6 @@ msgstr "Guarda tutti gli eventi"
msgid "Mark all events seen"
msgstr "Marca come letti tutti gli eventi"
-#: ../../include/nav.php:200 ../../include/apps.php:132
-#: ../../mod/manage.php:160
-msgid "Channel Manager"
-msgstr "Gestione canali"
-
#: ../../include/nav.php:200
msgid "Manage Your Channels"
msgstr "Gestisci i tuoi canali"
@@ -3680,6 +3238,10 @@ msgstr "Gestisci i tuoi canali"
msgid "Account/Channel Settings"
msgstr "Impostazioni dell'account e del canale"
+#: ../../include/nav.php:210 ../../include/widgets.php:1247
+msgid "Admin"
+msgstr "Amministrazione"
+
#: ../../include/nav.php:210
msgid "Site Setup and Configuration"
msgstr "Installazione e configurazione del sito"
@@ -3692,111 +3254,37 @@ msgstr "@nome, #tag, ?guida, contenuto"
msgid "Please wait..."
msgstr "Attendere..."
-#: ../../include/security.php:381
-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 "I controlli di sicurezza sono falliti. Probabilmente è accaduto perché la pagina è stata tenuta aperta troppo a lungo (ore?) prima di inviare il contenuto."
-
-#: ../../include/dir_fns.php:139
-msgid "Directory Options"
-msgstr "Visibilità negli elenchi pubblici"
-
-#: ../../include/dir_fns.php:141
-msgid "Safe Mode"
-msgstr "Modalità SafeSearch"
-
-#: ../../include/dir_fns.php:141 ../../include/dir_fns.php:142
-#: ../../include/dir_fns.php:143 ../../mod/filestorage.php:151
-#: ../../mod/filestorage.php:159 ../../mod/removeme.php:60
-#: ../../mod/connedit.php:635 ../../mod/connedit.php:684 ../../mod/api.php:102
-#: ../../mod/admin.php:415 ../../mod/settings.php:577 ../../mod/photos.php:626
-#: ../../mod/menu.php:96 ../../mod/menu.php:153 ../../mod/events.php:447
-#: ../../mod/events.php:448 ../../mod/events.php:457 ../../mod/mitem.php:154
-#: ../../mod/mitem.php:155 ../../mod/mitem.php:228 ../../mod/mitem.php:229
-#: ../../view/theme/redbasic/php/config.php:104
-#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1492
-msgid "No"
-msgstr "No"
-
-#: ../../include/dir_fns.php:141 ../../include/dir_fns.php:142
-#: ../../include/dir_fns.php:143 ../../mod/filestorage.php:151
-#: ../../mod/filestorage.php:159 ../../mod/removeme.php:60
-#: ../../mod/api.php:101 ../../mod/admin.php:417 ../../mod/settings.php:577
-#: ../../mod/photos.php:626 ../../mod/menu.php:96 ../../mod/menu.php:153
-#: ../../mod/events.php:447 ../../mod/events.php:448 ../../mod/events.php:457
-#: ../../mod/mitem.php:154 ../../mod/mitem.php:155 ../../mod/mitem.php:228
-#: ../../mod/mitem.php:229 ../../view/theme/redbasic/php/config.php:104
-#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1492
-msgid "Yes"
-msgstr "Sì"
-
-#: ../../include/dir_fns.php:142
-msgid "Public Forums Only"
-msgstr "Solo forum pubblici"
-
-#: ../../include/dir_fns.php:143
-msgid "This Website Only"
-msgstr "Solo in questo sito"
-
-#: ../../include/group.php:26
-msgid ""
-"A deleted group with this name was revived. Existing item permissions "
-"<strong>may</strong> apply to this group and any future members. If this is "
-"not what you intended, please create another group with a different name."
-msgstr "È stato ripristinato un insieme con lo stesso nome che era stato eliminato in precedenza. I permessi già presenti <strong>potrebbero</strong> rimanere validi per i nuovi canali. Se non vuoi che ciò accada, devi creare un altro insieme con un nome diverso."
-
-#: ../../include/group.php:232
-msgid "Add new connections to this collection (privacy group)"
-msgstr "Aggiungi altri contatti a questo insieme (privacy di gruppo)"
-
-#: ../../include/group.php:251 ../../mod/admin.php:826
-msgid "All Channels"
-msgstr "Tutti i canali"
-
-#: ../../include/group.php:273
-msgid "edit"
-msgstr "modifica"
-
-#: ../../include/group.php:295
-msgid "Collections"
-msgstr "Insiemi di canali"
-
-#: ../../include/group.php:296
-msgid "Edit collection"
-msgstr "Modifica l'insieme di canali"
-
-#: ../../include/group.php:297
-msgid "Add new collection"
-msgstr "Nuovo insieme"
-
-#: ../../include/group.php:298
-msgid "Channels not in any collection"
-msgstr "Canali che non sono in un insieme"
+#: ../../include/network.php:630
+msgid "view full size"
+msgstr "guarda nelle dimensioni reali"
-#: ../../include/zot.php:676
-msgid "Invalid data packet"
-msgstr "Dati ricevuti non validi"
+#: ../../include/network.php:1669
+msgid "No Subject"
+msgstr "Nessun titolo"
-#: ../../include/zot.php:692
-msgid "Unable to verify channel signature"
-msgstr "Impossibile verificare la firma elettronica del canale"
+#: ../../include/notify.php:20
+msgid "created a new post"
+msgstr "Ha creato un nuovo post"
-#: ../../include/zot.php:2268
+#: ../../include/notify.php:21
#, php-format
-msgid "Unable to verify site signature for %s"
-msgstr "Impossibile verificare la firma elettronica del sito %s"
+msgid "commented on %s's post"
+msgstr "ha commentato il post di %s"
-#: ../../include/zot.php:3584
-msgid "invalid target signature"
-msgstr "la firma ricevuta non è valida"
+#: ../../include/oembed.php:213
+msgid "Embedded content"
+msgstr "Contenuti incorporati"
+
+#: ../../include/oembed.php:222
+msgid "Embedding disabled"
+msgstr "Disabilita la creazione di contenuti incorporati"
#: ../../include/page_widgets.php:6
msgid "New Page"
msgstr "Nuova pagina web"
#: ../../include/page_widgets.php:39 ../../mod/blocks.php:159
-#: ../../mod/webpages.php:187 ../../mod/layouts.php:188
+#: ../../mod/layouts.php:188 ../../mod/webpages.php:187
msgid "View"
msgstr "Guarda"
@@ -3813,226 +3301,15 @@ msgid "Title"
msgstr "Titolo"
#: ../../include/page_widgets.php:44 ../../mod/blocks.php:150
-#: ../../mod/webpages.php:192 ../../mod/layouts.php:181 ../../mod/menu.php:110
+#: ../../mod/layouts.php:181 ../../mod/menu.php:110 ../../mod/webpages.php:192
msgid "Created"
msgstr "Creato"
#: ../../include/page_widgets.php:45 ../../mod/blocks.php:151
-#: ../../mod/webpages.php:193 ../../mod/layouts.php:182 ../../mod/menu.php:111
+#: ../../mod/layouts.php:182 ../../mod/menu.php:111 ../../mod/webpages.php:193
msgid "Edited"
msgstr "Modificato"
-#: ../../include/network.php:630
-msgid "view full size"
-msgstr "guarda nelle dimensioni reali"
-
-#: ../../include/network.php:1655 ../../include/account.php:316
-#: ../../include/account.php:343 ../../include/account.php:403
-msgid "Administrator"
-msgstr "Amministratore"
-
-#: ../../include/network.php:1669
-msgid "No Subject"
-msgstr "Nessun titolo"
-
-#: ../../include/dba/dba_driver.php:141
-#, php-format
-msgid "Cannot locate DNS info for database server '%s'"
-msgstr "Non trovo le informazioni DNS per il database server '%s'"
-
-#: ../../include/ItemObject.php:130
-msgid "Save to Folder"
-msgstr "Salva nella cartella"
-
-#: ../../include/ItemObject.php:151
-msgid "I will attend"
-msgstr "Parteciperò"
-
-#: ../../include/ItemObject.php:151
-msgid "I will not attend"
-msgstr "Non parteciperò"
-
-#: ../../include/ItemObject.php:151
-msgid "I might attend"
-msgstr "Forse parteciperò"
-
-#: ../../include/ItemObject.php:161
-msgid "I agree"
-msgstr "Sono d'accordo"
-
-#: ../../include/ItemObject.php:161
-msgid "I disagree"
-msgstr "Non sono d'accordo"
-
-#: ../../include/ItemObject.php:161
-msgid "I abstain"
-msgstr "Mi astengo"
-
-#: ../../include/ItemObject.php:212
-msgid "Add Star"
-msgstr "Aggiungi ai preferiti"
-
-#: ../../include/ItemObject.php:213
-msgid "Remove Star"
-msgstr "Rimuovi dai preferiti"
-
-#: ../../include/ItemObject.php:214
-msgid "Toggle Star Status"
-msgstr "Attiva/disattiva preferito"
-
-#: ../../include/ItemObject.php:218
-msgid "starred"
-msgstr "preferito"
-
-#: ../../include/ItemObject.php:236
-msgid "Add Tag"
-msgstr "Aggiungi un tag"
-
-#: ../../include/ItemObject.php:254 ../../mod/photos.php:1023
-msgid "I like this (toggle)"
-msgstr "Attiva/disattiva Mi piace"
-
-#: ../../include/ItemObject.php:255 ../../mod/photos.php:1024
-msgid "I don't like this (toggle)"
-msgstr "Attiva/disattiva Non mi piace"
-
-#: ../../include/ItemObject.php:259
-msgid "Share This"
-msgstr "Condividi"
-
-#: ../../include/ItemObject.php:259
-msgid "share"
-msgstr "condividi"
-
-#: ../../include/ItemObject.php:268
-msgid "Delivery Report"
-msgstr "Rapporto di trasmissione"
-
-#: ../../include/ItemObject.php:286
-#, php-format
-msgid "%d comment"
-msgid_plural "%d comments"
-msgstr[0] "%d commento"
-msgstr[1] "%d commenti"
-
-#: ../../include/ItemObject.php:315 ../../include/ItemObject.php:316
-#, php-format
-msgid "View %s's profile - %s"
-msgstr "Guarda il profilo di %s - %s"
-
-#: ../../include/ItemObject.php:319
-msgid "to"
-msgstr "a"
-
-#: ../../include/ItemObject.php:320
-msgid "via"
-msgstr "via"
-
-#: ../../include/ItemObject.php:321
-msgid "Wall-to-Wall"
-msgstr "Da bacheca a bacheca"
-
-#: ../../include/ItemObject.php:322
-msgid "via Wall-To-Wall:"
-msgstr "da bacheca a bacheca:"
-
-#: ../../include/ItemObject.php:362
-msgid "Save Bookmarks"
-msgstr "Salva segnalibro"
-
-#: ../../include/ItemObject.php:363
-msgid "Add to Calendar"
-msgstr "Aggiungi al calendario"
-
-#: ../../include/ItemObject.php:372
-msgid "Mark all seen"
-msgstr "Marca tutto come letto"
-
-#: ../../include/ItemObject.php:378 ../../mod/photos.php:1209
-msgctxt "noun"
-msgid "Likes"
-msgstr "Mi piace"
-
-#: ../../include/ItemObject.php:379 ../../mod/photos.php:1210
-msgctxt "noun"
-msgid "Dislikes"
-msgstr "Non mi piace"
-
-#: ../../include/ItemObject.php:694 ../../mod/photos.php:1042
-#: ../../mod/photos.php:1160
-msgid "This is you"
-msgstr "Questo sei tu"
-
-#: ../../include/ItemObject.php:703
-msgid "Image"
-msgstr "Immagine"
-
-#: ../../include/ItemObject.php:704
-msgid "Insert Link"
-msgstr "Collegamento"
-
-#: ../../include/ItemObject.php:705
-msgid "Video"
-msgstr "Video"
-
-#: ../../include/apps.php:128
-msgid "Site Admin"
-msgstr "Amministrazione sito"
-
-#: ../../include/apps.php:130
-msgid "Address Book"
-msgstr "Rubrica"
-
-#: ../../include/apps.php:144 ../../mod/mood.php:131
-msgid "Mood"
-msgstr "Umore"
-
-#: ../../include/apps.php:148
-msgid "Probe"
-msgstr "Diagnostica"
-
-#: ../../include/apps.php:149
-msgid "Suggest"
-msgstr "Suggerisci"
-
-#: ../../include/apps.php:150
-msgid "Random Channel"
-msgstr "Canale casuale"
-
-#: ../../include/apps.php:151
-msgid "Invite"
-msgstr "Invita"
-
-#: ../../include/apps.php:152
-msgid "Features"
-msgstr "Funzionalità"
-
-#: ../../include/apps.php:153 ../../mod/id.php:28
-msgid "Language"
-msgstr "Lingua"
-
-#: ../../include/apps.php:154
-msgid "Post"
-msgstr "Post"
-
-#: ../../include/apps.php:155 ../../mod/id.php:17 ../../mod/id.php:18
-#: ../../mod/id.php:19
-msgid "Profile Photo"
-msgstr "Foto del profilo"
-
-#: ../../include/apps.php:252 ../../mod/settings.php:84
-#: ../../mod/settings.php:612
-msgid "Update"
-msgstr "Aggiorna"
-
-#: ../../include/apps.php:252
-msgid "Install"
-msgstr "Installa"
-
-#: ../../include/apps.php:257
-msgid "Purchase"
-msgstr "Acquista"
-
#: ../../include/permissions.php:26
msgid "Can view my normal stream and posts"
msgstr "Può vedere i miei contenuti e i post normali"
@@ -4152,1372 +3429,1977 @@ msgstr "Pagina per fan"
msgid "Group Repository"
msgstr "Repository di gruppo"
+#: ../../include/permissions.php:871 ../../include/profile_selectors.php:6
+#: ../../include/profile_selectors.php:23
+#: ../../include/profile_selectors.php:61
+#: ../../include/profile_selectors.php:97
+msgid "Other"
+msgstr "Altro"
+
#: ../../include/permissions.php:871
msgid "Custom/Expert Mode"
msgstr "Personalizzazione per esperti"
-#: ../../include/photo/photo_driver.php:719 ../../mod/profile_photo.php:147
+#: ../../include/photo/photo_driver.php:719 ../../mod/photos.php:94
+#: ../../mod/photos.php:699 ../../mod/profile_photo.php:147
#: ../../mod/profile_photo.php:239 ../../mod/profile_photo.php:379
-#: ../../mod/photos.php:94 ../../mod/photos.php:699
msgid "Profile Photos"
msgstr "Foto del profilo"
-#: ../../include/account.php:27
-msgid "Not a valid email address"
-msgstr "Email non valida"
+#: ../../include/photos.php:112
+#, php-format
+msgid "Image exceeds website size limit of %lu bytes"
+msgstr "L'immagine supera il limite massimo di %lu bytes"
-#: ../../include/account.php:29
-msgid "Your email domain is not among those allowed on this site"
-msgstr "Il dominio della tua email attualmente non è permesso su questo sito"
+#: ../../include/photos.php:119
+msgid "Image file is empty."
+msgstr "Il file dell'immagine è vuoto."
-#: ../../include/account.php:35
-msgid "Your email address is already registered at this site."
-msgstr "La tua email è già registrata su questo sito."
+#: ../../include/photos.php:146 ../../mod/profile_photo.php:225
+msgid "Unable to process image"
+msgstr "Impossibile elaborare l'immagine"
-#: ../../include/account.php:67
-msgid "An invitation is required."
-msgstr "È necessario un invito."
+#: ../../include/photos.php:257
+msgid "Photo storage failed."
+msgstr "Impossibile salvare la foto."
-#: ../../include/account.php:71
-msgid "Invitation could not be verified."
-msgstr "L'invito non può essere verificato."
+#: ../../include/photos.php:297
+msgid "a new photo"
+msgstr "una nuova foto"
-#: ../../include/account.php:121
-msgid "Please enter the required information."
-msgstr "Inserisci le informazioni richieste."
+#: ../../include/photos.php:301
+#, php-format
+msgctxt "photo_upload"
+msgid "%1$s posted %2$s to %3$s"
+msgstr "%1$s ha pubblicato %2$s su %3$s"
-#: ../../include/account.php:188
-msgid "Failed to store account information."
-msgstr "Non è stato possibile salvare le informazioni del tuo account."
+#: ../../include/photos.php:510
+msgid "Upload New Photos"
+msgstr "Carica nuove foto"
-#: ../../include/account.php:248
-#, php-format
-msgid "Registration confirmation for %s"
-msgstr "Registrazione di %s confermata"
+#: ../../include/profile_selectors.php:6
+#: ../../include/profile_selectors.php:23 ../../mod/id.php:103
+msgid "Male"
+msgstr "Maschio"
-#: ../../include/account.php:314
-#, php-format
-msgid "Registration request at %s"
-msgstr "Richiesta di registrazione su %s"
+#: ../../include/profile_selectors.php:6
+#: ../../include/profile_selectors.php:23 ../../mod/id.php:105
+msgid "Female"
+msgstr "Femmina"
-#: ../../include/account.php:338
-msgid "your registration password"
-msgstr "la password di registrazione"
+#: ../../include/profile_selectors.php:6
+msgid "Currently Male"
+msgstr "Al momento maschio"
-#: ../../include/account.php:341 ../../include/account.php:401
-#, php-format
-msgid "Registration details for %s"
-msgstr "Dettagli della registrazione di %s"
+#: ../../include/profile_selectors.php:6
+msgid "Currently Female"
+msgstr "Al momento femmina"
-#: ../../include/account.php:410
-msgid "Account approved."
-msgstr "Account approvato."
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Male"
+msgstr "Prevalentemente maschio"
-#: ../../include/account.php:449
-#, php-format
-msgid "Registration revoked for %s"
-msgstr "Registrazione revocata per %s"
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Female"
+msgstr "Prevalentemente femmina"
-#: ../../include/account.php:494
-msgid "Account verified. Please login."
-msgstr "Registrazione verificata. Adesso puoi effettuare login."
+#: ../../include/profile_selectors.php:6
+msgid "Transgender"
+msgstr "Transgender"
-#: ../../include/account.php:707 ../../include/account.php:709
-msgid "Click here to upgrade."
-msgstr "Clicca qui per aggiornare."
+#: ../../include/profile_selectors.php:6
+msgid "Intersex"
+msgstr "Intersex"
-#: ../../include/account.php:715
-msgid "This action exceeds the limits set by your subscription plan."
-msgstr "Questa operazione supera i limiti del tuo abbonamento."
+#: ../../include/profile_selectors.php:6
+msgid "Transsexual"
+msgstr "Transessuale"
-#: ../../include/account.php:720
-msgid "This action is not available under your subscription plan."
-msgstr "Questa operazione non è prevista dal tuo abbonamento."
+#: ../../include/profile_selectors.php:6
+msgid "Hermaphrodite"
+msgstr "Ermafrodito"
-#: ../../mod/filestorage.php:82
-msgid "Permission Denied."
-msgstr "Permesso negato."
+#: ../../include/profile_selectors.php:6
+msgid "Neuter"
+msgstr "Neutro"
-#: ../../mod/filestorage.php:98
-msgid "File not found."
-msgstr "File non trovato."
+#: ../../include/profile_selectors.php:6
+msgid "Non-specific"
+msgstr "Non specificato"
-#: ../../mod/filestorage.php:141
-msgid "Edit file permissions"
-msgstr "Modifica i permessi del file"
+#: ../../include/profile_selectors.php:6
+msgid "Undecided"
+msgstr "Indeciso"
-#: ../../mod/filestorage.php:150
-msgid "Set/edit permissions"
-msgstr "Modifica i permessi"
+#: ../../include/profile_selectors.php:42
+#: ../../include/profile_selectors.php:61
+msgid "Males"
+msgstr "Maschi"
-#: ../../mod/filestorage.php:151
-msgid "Include all files and sub folders"
-msgstr "Includi tutti i file e le sottocartelle"
+#: ../../include/profile_selectors.php:42
+#: ../../include/profile_selectors.php:61
+msgid "Females"
+msgstr "Femmine"
-#: ../../mod/filestorage.php:152
-msgid "Return to file list"
-msgstr "Torna all'elenco dei file"
+#: ../../include/profile_selectors.php:42
+msgid "Gay"
+msgstr "Gay"
-#: ../../mod/filestorage.php:154
-msgid "Copy/paste this code to attach file to a post"
-msgstr "Copia/incolla questo codice per far comparire il file in un post"
+#: ../../include/profile_selectors.php:42
+msgid "Lesbian"
+msgstr "Lesbica"
-#: ../../mod/filestorage.php:155
-msgid "Copy/paste this URL to link file from a web page"
-msgstr "Copia/incolla questo indirizzo in una pagina web per avere un link al file"
+#: ../../include/profile_selectors.php:42
+msgid "No Preference"
+msgstr "Senza preferenza"
-#: ../../mod/filestorage.php:157
-msgid "Share this file"
-msgstr "Condividi questo file"
+#: ../../include/profile_selectors.php:42
+msgid "Bisexual"
+msgstr "Bisessuale"
-#: ../../mod/filestorage.php:158
-msgid "Show URL to this file"
-msgstr "Mostra l'URL del file"
+#: ../../include/profile_selectors.php:42
+msgid "Autosexual"
+msgstr "Autosessuale"
-#: ../../mod/filestorage.php:159
-msgid "Notify your contacts about this file"
-msgstr "Notifica ai contatti che hai caricato questo file"
+#: ../../include/profile_selectors.php:42
+msgid "Abstinent"
+msgstr "Astinente"
-#: ../../mod/group.php:20
-msgid "Collection created."
-msgstr "L'insieme di canali è stato creato."
+#: ../../include/profile_selectors.php:42
+msgid "Virgin"
+msgstr "Vergine"
-#: ../../mod/group.php:26
-msgid "Could not create collection."
-msgstr "Impossibile creare l'insieme."
+#: ../../include/profile_selectors.php:42
+msgid "Deviant"
+msgstr "Deviato"
-#: ../../mod/group.php:54
-msgid "Collection updated."
-msgstr "Insieme aggiornato."
+#: ../../include/profile_selectors.php:42
+msgid "Fetish"
+msgstr "Feticista"
-#: ../../mod/group.php:86
-msgid "Create a collection of channels."
-msgstr "Crea un insieme di canali."
+#: ../../include/profile_selectors.php:42
+msgid "Oodles"
+msgstr "Un sacco"
-#: ../../mod/group.php:87 ../../mod/group.php:180
-msgid "Collection Name: "
-msgstr "Nome dell'insieme:"
+#: ../../include/profile_selectors.php:42
+msgid "Nonsexual"
+msgstr "Asessuato"
-#: ../../mod/group.php:89 ../../mod/group.php:183
-msgid "Members are visible to other channels"
-msgstr "I membri potranno vedere gli altri canali dell'insieme"
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Single"
+msgstr "Single"
-#: ../../mod/group.php:107
-msgid "Collection removed."
-msgstr "Insieme rimosso."
+#: ../../include/profile_selectors.php:80
+msgid "Lonely"
+msgstr "Da solo"
-#: ../../mod/group.php:109
-msgid "Unable to remove collection."
-msgstr "Impossibile rimuovere l'insieme."
+#: ../../include/profile_selectors.php:80
+msgid "Available"
+msgstr "Disponibile"
-#: ../../mod/group.php:179
-msgid "Collection Editor"
-msgstr "Modifica l'insieme"
+#: ../../include/profile_selectors.php:80
+msgid "Unavailable"
+msgstr "Non disponibile"
-#: ../../mod/group.php:193
-msgid "Members"
-msgstr "Membri"
+#: ../../include/profile_selectors.php:80
+msgid "Has crush"
+msgstr "Ha una cotta"
-#: ../../mod/group.php:195
-msgid "All Connected Channels"
-msgstr "Tutti i canali connessi"
+#: ../../include/profile_selectors.php:80
+msgid "Infatuated"
+msgstr "Infatuato/a"
-#: ../../mod/group.php:227
-msgid "Click on a channel to add or remove."
-msgstr "Clicca su un canale per aggiungerlo o rimuoverlo."
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Dating"
+msgstr "Disponibile a un incontro"
-#: ../../mod/item.php:174
-msgid "Unable to locate original post."
-msgstr "Impossibile trovare il messaggio originale."
+#: ../../include/profile_selectors.php:80
+msgid "Unfaithful"
+msgstr "Infedele"
-#: ../../mod/item.php:418
-msgid "Empty post discarded."
-msgstr "Il post vuoto è stato ignorato."
+#: ../../include/profile_selectors.php:80
+msgid "Sex Addict"
+msgstr "Sesso-dipendente"
-#: ../../mod/item.php:458
-msgid "Executable content type not permitted to this channel."
-msgstr "I contenuti eseguibili non sono permessi su questo canale."
+#: ../../include/profile_selectors.php:80
+msgid "Friends/Benefits"
+msgstr "Amici con qualcosa in più"
-#: ../../mod/item.php:823
-msgid "Duplicate post suppressed."
-msgstr "I post duplicati sono scartati."
+#: ../../include/profile_selectors.php:80
+msgid "Casual"
+msgstr "Casual"
-#: ../../mod/item.php:954
-msgid "System error. Post not saved."
-msgstr "Errore di sistema. Post non salvato."
+#: ../../include/profile_selectors.php:80
+msgid "Engaged"
+msgstr "Impegnato"
-#: ../../mod/item.php:1221
-msgid "Unable to obtain post information from database."
-msgstr "Impossibile caricare il post dal database."
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Married"
+msgstr "Sposato/a"
-#: ../../mod/item.php:1228
-#, php-format
-msgid "You have reached your limit of %1$.0f top level posts."
-msgstr "Hai raggiunto il limite massimo di %1$.0f post sulla pagina principale."
+#: ../../include/profile_selectors.php:80
+msgid "Imaginarily married"
+msgstr "Con matrimonio immaginario"
-#: ../../mod/item.php:1235
-#, php-format
-msgid "You have reached your limit of %1$.0f webpages."
-msgstr "Hai raggiunto il limite massimo di %1$.0f pagine web."
+#: ../../include/profile_selectors.php:80
+msgid "Partners"
+msgstr "Partner"
-#: ../../mod/common.php:10
-msgid "No channel."
-msgstr "Nessun canale."
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Cohabiting"
+msgstr "Convivente"
-#: ../../mod/common.php:39
-msgid "Common connections"
-msgstr "Contatti in comune"
+#: ../../include/profile_selectors.php:80
+msgid "Common law"
+msgstr "Matrimonio regolare"
-#: ../../mod/common.php:44
-msgid "No connections in common."
-msgstr "Nessun contatto in comune."
+#: ../../include/profile_selectors.php:80
+msgid "Happy"
+msgstr "Felice"
-#: ../../mod/connect.php:56 ../../mod/connect.php:104
-msgid "Continue"
-msgstr "Continua"
+#: ../../include/profile_selectors.php:80
+msgid "Not looking"
+msgstr "Non in cerca"
-#: ../../mod/connect.php:85
-msgid "Premium Channel Setup"
-msgstr "Canale premium - configurazione"
+#: ../../include/profile_selectors.php:80
+msgid "Swinger"
+msgstr "Scambista"
-#: ../../mod/connect.php:87
-msgid "Enable premium channel connection restrictions"
-msgstr "Abilita le restrizioni del canale premium"
+#: ../../include/profile_selectors.php:80
+msgid "Betrayed"
+msgstr "Tradito/a"
-#: ../../mod/connect.php:88
-msgid ""
-"Please enter your restrictions or conditions, such as paypal receipt, usage "
-"guidelines, etc."
-msgstr "Scrivi le condizioni d'uso e le restrizioni di questo canale, come per esempio le linee guida, il sistema di pagamento, ecc."
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Separated"
+msgstr "Separato/a"
-#: ../../mod/connect.php:90 ../../mod/connect.php:110
-msgid ""
-"This channel may require additional steps or acknowledgement of the "
-"following conditions prior to connecting:"
-msgstr "Prima di connetterti a questo canale è necessario che tu accetti le seguenti condizioni:"
+#: ../../include/profile_selectors.php:80
+msgid "Unstable"
+msgstr "Instabile"
-#: ../../mod/connect.php:91
-msgid ""
-"Potential connections will then see the following text before proceeding:"
-msgstr "Il testo seguente comparirà a chi vorrà seguire il canale:"
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Divorced"
+msgstr "Divorziato/a"
-#: ../../mod/connect.php:92 ../../mod/connect.php:113
+#: ../../include/profile_selectors.php:80
+msgid "Imaginarily divorced"
+msgstr "Sogna il divorzio"
+
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Widowed"
+msgstr "Vedovo/a"
+
+#: ../../include/profile_selectors.php:80
+msgid "Uncertain"
+msgstr "Incerto/a"
+
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "It's complicated"
+msgstr "Relazione complicata"
+
+#: ../../include/profile_selectors.php:80
+msgid "Don't care"
+msgstr "Chi se ne frega"
+
+#: ../../include/profile_selectors.php:80
+msgid "Ask me"
+msgstr "Chiedimelo"
+
+#: ../../include/security.php:381
msgid ""
-"By continuing, I certify that I have complied with any instructions provided"
-" on this page."
-msgstr "Continuando dichiaro di aver seguito tutte le indicazioni e le istruzioni fornite in questa pagina."
+"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 "I controlli di sicurezza sono falliti. Probabilmente è accaduto perché la pagina è stata tenuta aperta troppo a lungo (ore?) prima di inviare il contenuto."
-#: ../../mod/connect.php:101
-msgid "(No specific instructions have been provided by the channel owner.)"
-msgstr "(Il gestore del canale non ha fornito istruzioni specifiche)"
+#: ../../include/taxonomy.php:240 ../../include/taxonomy.php:261
+msgid "Tags"
+msgstr "Tag"
-#: ../../mod/connect.php:109
-msgid "Restricted or Premium Channel"
-msgstr "Canale premium - con restrizioni"
+#: ../../include/taxonomy.php:305
+msgid "Keywords"
+msgstr "Parole chiave"
-#: ../../mod/match.php:22
-msgid "Profile Match"
-msgstr "Profili corrispondenti"
+#: ../../include/taxonomy.php:326
+msgid "have"
+msgstr "ho"
-#: ../../mod/match.php:31
-msgid "No keywords to match. Please add keywords to your default profile."
-msgstr "Non hai scritto parole chiave. Aggiungi parole chiave al tuo profilo predefinito per comparire nelle ricerche."
+#: ../../include/taxonomy.php:326
+msgid "has"
+msgstr "ha"
-#: ../../mod/match.php:63
-msgid "is interested in:"
-msgstr "interessi personali:"
+#: ../../include/taxonomy.php:327
+msgid "want"
+msgstr "voglio"
-#: ../../mod/match.php:70
-msgid "No matches"
-msgstr "Nessun risultato"
+#: ../../include/taxonomy.php:327
+msgid "wants"
+msgstr "vuole"
-#: ../../mod/openid.php:26
-msgid "OpenID protocol error. No ID returned."
-msgstr "Errore del protocollo OpenID. Nessun ID ricevuto in risposta."
+#: ../../include/taxonomy.php:328
+msgid "likes"
+msgstr "gli piace"
-#: ../../mod/openid.php:72 ../../mod/openid.php:179
-#: ../../Zotlabs/Zot/Auth.php:248
+#: ../../include/taxonomy.php:329
+msgid "dislikes"
+msgstr "non gli piace"
+
+#: ../../include/text.php:394
+msgid "prev"
+msgstr "prec"
+
+#: ../../include/text.php:396
+msgid "first"
+msgstr "inizio"
+
+#: ../../include/text.php:425
+msgid "last"
+msgstr "fine"
+
+#: ../../include/text.php:428
+msgid "next"
+msgstr "succ"
+
+#: ../../include/text.php:438
+msgid "older"
+msgstr "più recenti"
+
+#: ../../include/text.php:440
+msgid "newer"
+msgstr "più nuovi"
+
+#: ../../include/text.php:803
+msgid "No connections"
+msgstr "Nessun contatto"
+
+#: ../../include/text.php:815
#, php-format
-msgid "Welcome %s. Remote authentication successful."
-msgstr "Ciao %s. L'accesso tramite il tuo hub è avvenuto con successo."
+msgid "%d Connection"
+msgid_plural "%d Connections"
+msgstr[0] "%d contatto"
+msgstr[1] "%d contatti"
-#: ../../mod/achievements.php:34
-msgid "Some blurb about what to do when you're new here"
-msgstr "Qualche suggerimento per i nuovi utenti su cosa fare"
+#: ../../include/text.php:828 ../../mod/viewconnections.php:101
+msgid "View Connections"
+msgstr "Elenco contatti"
-#: ../../mod/chatsvc.php:111
-msgid "Away"
-msgstr "Assente"
+#: ../../include/text.php:886 ../../include/text.php:898
+#: ../../include/widgets.php:192 ../../mod/admin.php:1528
+#: ../../mod/admin.php:1548 ../../mod/filer.php:49 ../../mod/rbmark.php:28
+#: ../../mod/rbmark.php:100
+msgid "Save"
+msgstr "Salva"
-#: ../../mod/chatsvc.php:115
-msgid "Online"
-msgstr "Online"
+#: ../../include/text.php:972
+msgid "poke"
+msgstr "poke"
-#: ../../mod/pubsites.php:18
-msgid "Public Sites"
-msgstr "Siti pubblici"
+#: ../../include/text.php:973
+msgid "ping"
+msgstr "ping"
-#: ../../mod/pubsites.php:21
-msgid ""
-"The listed sites allow public registration for the $Projectname network. All"
-" sites in the network are interlinked so membership on any of them conveys "
-"membership in the network as a whole. Some sites may require subscription or"
-" provide tiered service plans. The provider links <strong>may</strong> "
-"provide additional details."
-msgstr "I siti elencati permettono la registrazione libera sulla rete $Projectname. Tutti questi hub sono interconnessi, quindi essere iscritti su uno equivale a una registrazione su tutta la rete. Alcuni siti potrebbero richiedere un abbonamento o dei servizi a pagamento. Per maggiori dettagli visita gli indirizzi nell'elenco."
+#: ../../include/text.php:973
+msgid "pinged"
+msgstr "ha ricevuto un ping"
-#: ../../mod/pubsites.php:27
-msgid "Rate this hub"
-msgstr "Valuta questo hub"
+#: ../../include/text.php:974
+msgid "prod"
+msgstr "spintone"
-#: ../../mod/pubsites.php:28
-msgid "Site URL"
-msgstr "URL del sito"
+#: ../../include/text.php:974
+msgid "prodded"
+msgstr "ha ricevuto uno spintone"
-#: ../../mod/pubsites.php:28
-msgid "Access Type"
-msgstr "Tipo di accesso"
+#: ../../include/text.php:975
+msgid "slap"
+msgstr "schiaffo"
-#: ../../mod/pubsites.php:28
-msgid "Registration Policy"
-msgstr "Politica di registrazione"
+#: ../../include/text.php:975
+msgid "slapped"
+msgstr "ha ricevuto uno schiaffo"
-#: ../../mod/pubsites.php:28
-msgid "Project"
-msgstr "Progetto"
+#: ../../include/text.php:976
+msgid "finger"
+msgstr "finger"
-#: ../../mod/pubsites.php:28
-msgid "View hub ratings"
-msgstr "Vedi le valutazioni del hub"
+#: ../../include/text.php:976
+msgid "fingered"
+msgstr "ha ricevuto un finger"
-#: ../../mod/pubsites.php:32
-msgid "Rate"
-msgstr "Valuta"
+#: ../../include/text.php:977
+msgid "rebuff"
+msgstr "rifiuto"
-#: ../../mod/pubsites.php:33
-msgid "View ratings"
-msgstr "Vedi le valutazioni"
+#: ../../include/text.php:977
+msgid "rebuffed"
+msgstr "ha ricevuto un rifiuto"
-#: ../../mod/tagger.php:96
-#, php-format
-msgid "%1$s tagged %2$s's %3$s with %4$s"
-msgstr "%1$s ha taggato %3$s di %2$s con %4$s"
+#: ../../include/text.php:987
+msgid "happy"
+msgstr "felice"
-#: ../../mod/rate.php:158
-msgid "Website:"
-msgstr "Sito web:"
+#: ../../include/text.php:988
+msgid "sad"
+msgstr "triste"
-#: ../../mod/rate.php:161
-#, php-format
-msgid "Remote Channel [%s] (not yet known on this site)"
-msgstr "Canale remoto [%s] (non ancora conosciuto da questo sito)"
+#: ../../include/text.php:989
+msgid "mellow"
+msgstr "calmo"
-#: ../../mod/rate.php:162
-msgid "Rating (this information is public)"
-msgstr "Valutazione (visibile a tutti)"
+#: ../../include/text.php:990
+msgid "tired"
+msgstr "stanco"
-#: ../../mod/rate.php:163
-msgid "Optionally explain your rating (this information is public)"
-msgstr "Commento alla valutazione (facoltativo, visibile a tutti)"
+#: ../../include/text.php:991
+msgid "perky"
+msgstr "vivace"
-#: ../../mod/blocks.php:95 ../../mod/blocks.php:148
-msgid "Block Name"
-msgstr "Nome del block"
+#: ../../include/text.php:992
+msgid "angry"
+msgstr "arrabbiato"
-#: ../../mod/blocks.php:149
-msgid "Block Title"
-msgstr "Titolo del block"
+#: ../../include/text.php:993
+msgid "stupefied"
+msgstr "stupito"
-#: ../../mod/id.php:11
-msgid "First Name"
-msgstr "Nome"
+#: ../../include/text.php:994
+msgid "puzzled"
+msgstr "confuso"
-#: ../../mod/id.php:12
-msgid "Last Name"
-msgstr "Cognome"
+#: ../../include/text.php:995
+msgid "interested"
+msgstr "attento"
-#: ../../mod/id.php:13
-msgid "Nickname"
-msgstr "Nick"
+#: ../../include/text.php:996
+msgid "bitter"
+msgstr "amaro"
-#: ../../mod/id.php:14
-msgid "Full Name"
-msgstr "Nome e cognome"
+#: ../../include/text.php:997
+msgid "cheerful"
+msgstr "allegro"
-#: ../../mod/id.php:20
-msgid "Profile Photo 16px"
-msgstr "Foto del profilo 16px"
+#: ../../include/text.php:998
+msgid "alive"
+msgstr "vivace"
-#: ../../mod/id.php:21
-msgid "Profile Photo 32px"
-msgstr "Foto del profilo 32px"
+#: ../../include/text.php:999
+msgid "annoyed"
+msgstr "seccato"
-#: ../../mod/id.php:22
-msgid "Profile Photo 48px"
-msgstr "Foto del profilo 48px"
+#: ../../include/text.php:1000
+msgid "anxious"
+msgstr "ansioso"
-#: ../../mod/id.php:23
-msgid "Profile Photo 64px"
-msgstr "Foto del profilo 64px"
+#: ../../include/text.php:1001
+msgid "cranky"
+msgstr "irritabile"
-#: ../../mod/id.php:24
-msgid "Profile Photo 80px"
-msgstr "Foto del profilo 80px"
+#: ../../include/text.php:1002
+msgid "disturbed"
+msgstr "turbato"
-#: ../../mod/id.php:25
-msgid "Profile Photo 128px"
-msgstr "Foto del profilo 128px"
+#: ../../include/text.php:1003
+msgid "frustrated"
+msgstr "frustrato"
-#: ../../mod/id.php:26
-msgid "Timezone"
-msgstr "Fuso orario"
+#: ../../include/text.php:1004
+msgid "depressed"
+msgstr "in depressione"
-#: ../../mod/id.php:27
-msgid "Homepage URL"
-msgstr "Indirizzo home page"
+#: ../../include/text.php:1005
+msgid "motivated"
+msgstr "motivato"
-#: ../../mod/id.php:29
-msgid "Birth Year"
-msgstr "Anno di nascita"
+#: ../../include/text.php:1006
+msgid "relaxed"
+msgstr "rilassato"
-#: ../../mod/id.php:30
-msgid "Birth Month"
-msgstr "Mese di nascita"
+#: ../../include/text.php:1007
+msgid "surprised"
+msgstr "sorpreso"
-#: ../../mod/id.php:31
-msgid "Birth Day"
-msgstr "Giorno di nascita"
+#: ../../include/text.php:1183
+msgid "May"
+msgstr "Mag"
-#: ../../mod/id.php:32
-msgid "Birthdate"
-msgstr "Data di nascita"
+#: ../../include/text.php:1260 ../../include/text.php:1264
+msgid "Unknown Attachment"
+msgstr "Allegato non riconoscuto"
-#: ../../mod/id.php:33 ../../mod/profiles.php:441
-msgid "Gender"
-msgstr "Sesso"
+#: ../../include/text.php:1266
+msgid "unknown"
+msgstr "sconosciuta"
-#: ../../mod/like.php:15
-msgid "Like/Dislike"
-msgstr "Mi piace/Non mi piace"
+#: ../../include/text.php:1302
+msgid "remove category"
+msgstr "rimuovi la categoria"
-#: ../../mod/like.php:20
-msgid "This action is restricted to members."
-msgstr "Questa funzionalità è riservata agli iscritti."
+#: ../../include/text.php:1379
+msgid "remove from file"
+msgstr "rimuovi dal file"
-#: ../../mod/like.php:21
-msgid ""
-"Please <a href=\"rmagic\">login with your $Projectname ID</a> or <a "
-"href=\"register\">register as a new $Projectname member</a> to continue."
-msgstr "Per continuare devi <a href=\"rmagic\">accedere con il tuo identificativo $Projectname</a> o <a href=\"register\">registrarti come nuovo utente $Projectname</a>."
+#: ../../include/text.php:1521 ../../include/text.php:1532
+msgid "Click to open/close"
+msgstr "Clicca per aprire/chiudere"
-#: ../../mod/like.php:101 ../../mod/like.php:127 ../../mod/like.php:165
-msgid "Invalid request."
-msgstr "Richiesta non valida."
+#: ../../include/text.php:1716 ../../mod/events.php:623
+msgid "Link to Source"
+msgstr "Link al sito d'origine"
-#: ../../mod/like.php:142
-msgid "thing"
-msgstr "Oggetto"
+#: ../../include/text.php:1737 ../../include/text.php:1809
+msgid "default"
+msgstr "predefinito"
-#: ../../mod/like.php:188
-msgid "Channel unavailable."
-msgstr "Canale non trovato."
+#: ../../include/text.php:1745
+msgid "Page layout"
+msgstr "Layout della pagina"
-#: ../../mod/like.php:236
-msgid "Previous action reversed."
-msgstr "Il comando precedente è stato annullato."
+#: ../../include/text.php:1745
+msgid "You can create your own with the layouts tool"
+msgstr "Puoi creare un tuo layout dalla configurazione delle pagine web"
-#: ../../mod/like.php:414
-#, php-format
-msgid "%1$s agrees with %2$s's %3$s"
-msgstr "%3$s di %2$s: %1$s è d'accordo"
+#: ../../include/text.php:1787
+msgid "Page content type"
+msgstr "Tipo di contenuto della pagina"
-#: ../../mod/like.php:416
-#, php-format
-msgid "%1$s doesn't agree with %2$s's %3$s"
-msgstr "%3$s di %2$s: %1$s non è d'accordo"
+#: ../../include/text.php:1821
+msgid "Select an alternate language"
+msgstr "Seleziona una lingua diversa"
-#: ../../mod/like.php:418
-#, php-format
-msgid "%1$s abstains from a decision on %2$s's %3$s"
-msgstr "%3$s di %2$s: %1$s non si esprime"
+#: ../../include/text.php:1953
+msgid "activity"
+msgstr "l'attività"
-#: ../../mod/like.php:420
-#, php-format
-msgid "%1$s is attending %2$s's %3$s"
-msgstr "%3$s di %2$s: %1$s partecipa"
+#: ../../include/text.php:2248
+msgid "Design Tools"
+msgstr "Strumenti di design"
-#: ../../mod/like.php:422
-#, php-format
-msgid "%1$s is not attending %2$s's %3$s"
-msgstr "%3$s di %2$s: %1$s non partecipa"
+#: ../../include/text.php:2251 ../../mod/blocks.php:147
+msgid "Blocks"
+msgstr "Block"
-#: ../../mod/like.php:424
-#, php-format
-msgid "%1$s may attend %2$s's %3$s"
-msgstr "%3$s di %2$s: %1$s forse partecipa"
+#: ../../include/text.php:2252 ../../mod/menu.php:103
+msgid "Menus"
+msgstr "Menù"
-#: ../../mod/like.php:520
-msgid "Action completed."
-msgstr "Comando completato."
+#: ../../include/text.php:2253 ../../mod/layouts.php:174
+msgid "Layouts"
+msgstr "Layout"
-#: ../../mod/like.php:521
-msgid "Thank you."
-msgstr "Grazie."
+#: ../../include/text.php:2254
+msgid "Pages"
+msgstr "Pagine"
-#: ../../mod/page.php:36 ../../mod/block.php:27
-msgid "Invalid item."
-msgstr "Elemento non valido."
+#: ../../include/widgets.php:93
+msgid "System"
+msgstr "Sistema"
-#: ../../mod/page.php:52 ../../mod/wall_upload.php:29 ../../mod/block.php:39
-msgid "Channel not found."
-msgstr "Canale non trovato."
+#: ../../include/widgets.php:96
+msgid "Create Personal App"
+msgstr "Crea app personale"
-#: ../../mod/page.php:89 ../../mod/display.php:110 ../../mod/help.php:216
-#: ../../mod/block.php:75 ../../index.php:241
-msgid "Page not found."
-msgstr "Pagina non trovata."
+#: ../../include/widgets.php:97
+msgid "Edit Personal App"
+msgstr "Modifica app personale"
-#: ../../mod/page.php:126
-msgid ""
-"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod "
-"tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,"
-" quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo "
-"consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse "
-"cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat "
-"non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
-msgstr "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
+#: ../../include/widgets.php:139 ../../mod/suggest.php:54
+msgid "Ignore/Hide"
+msgstr "Ignora/nascondi"
-#: ../../mod/removeme.php:29
-msgid ""
-"Channel removals are not allowed within 48 hours of changing the account "
-"password."
-msgstr "Non è possibile eliminare un canale prima di 48 ore dall'ultimo cambio password."
+#: ../../include/widgets.php:144 ../../mod/connections.php:125
+msgid "Suggestions"
+msgstr "Suggerimenti"
-#: ../../mod/removeme.php:57
-msgid "Remove This Channel"
-msgstr "Elimina questo canale"
+#: ../../include/widgets.php:145
+msgid "See more..."
+msgstr "Altro..."
-#: ../../mod/removeme.php:58 ../../mod/removeaccount.php:58
-msgid "WARNING: "
-msgstr "ATTENZIONE:"
+#: ../../include/widgets.php:166
+#, php-format
+msgid "You have %1$.0f of %2$.0f allowed connections."
+msgstr "Hai attivato %1$.0f delle %2$.0f connessioni permesse."
-#: ../../mod/removeme.php:58
-msgid "This channel will be completely removed from the network. "
-msgstr "Questo canale sarà completamente eliminato dalla rete."
+#: ../../include/widgets.php:172
+msgid "Add New Connection"
+msgstr "Aggiungi un contatto"
-#: ../../mod/removeme.php:58 ../../mod/removeaccount.php:58
-msgid "This action is permanent and can not be undone!"
-msgstr "Questo comando è definitivo e non può essere annullato!"
+#: ../../include/widgets.php:173
+msgid "Enter the channel address"
+msgstr "Scrivi l'indirizzo del canale"
-#: ../../mod/removeme.php:59 ../../mod/removeaccount.php:59
-msgid "Please enter your password for verification:"
-msgstr "Inserisci la tua password per verifica:"
+#: ../../include/widgets.php:174
+msgid "Example: bob@example.com, http://example.com/barbara"
+msgstr "Per esempio: mario@pippo.it oppure http://pluto.com/barbara"
-#: ../../mod/removeme.php:60
-msgid "Remove this channel and all its clones from the network"
-msgstr "Elimina questo canale e tutti i suoi cloni dalla rete"
+#: ../../include/widgets.php:190
+msgid "Notes"
+msgstr "Note"
-#: ../../mod/removeme.php:60
-msgid ""
-"By default only the instance of the channel located on this hub will be "
-"removed from the network"
-msgstr "L'impostazione predefinita è che sia eliminata solo l'istanza del canale presente su questo hub, non gli eventuali cloni"
+#: ../../include/widgets.php:266
+msgid "Remove term"
+msgstr "Rimuovi termine"
-#: ../../mod/removeme.php:61 ../../mod/settings.php:1112
-msgid "Remove Channel"
-msgstr "Elimina questo canale"
+#: ../../include/widgets.php:349
+msgid "Archives"
+msgstr "Archivi"
-#: ../../mod/mood.php:132
-msgid "Set your current mood and tell your friends"
-msgstr "Scegli il tuo umore attuale per mostrarlo agli amici"
+#: ../../include/widgets.php:428 ../../mod/connedit.php:577
+msgid "Me"
+msgstr "Me"
-#: ../../mod/new_channel.php:109
-msgid "Add a Channel"
-msgstr "Aggiungi un canale"
+#: ../../include/widgets.php:429 ../../mod/connedit.php:578
+msgid "Family"
+msgstr "Famiglia"
-#: ../../mod/new_channel.php:110
-msgid ""
-"A channel is your own collection of related web pages. A channel can be used"
-" to hold social network profiles, blogs, conversation groups and forums, "
-"celebrity pages, and much more. You may create as many channels as your "
-"service provider allows."
-msgstr "I contenuti che pubblichi sono mostrati nel tuo \"canale\". Un canale può essere usato come bacheca personale, come blog, oppure può essere un forum di discussione, un gruppo di interesse, una pagina di celebrità e molto altro. Puoi creare tanti canali quanti te ne permette il tuo sito."
+#: ../../include/widgets.php:431 ../../mod/connedit.php:580
+msgid "Acquaintances"
+msgstr "Conoscenti"
-#: ../../mod/new_channel.php:112 ../../mod/sources.php:103
-#: ../../mod/sources.php:137
-msgid "Channel Name"
-msgstr "Nome del canale"
+#: ../../include/widgets.php:432 ../../mod/connections.php:88
+#: ../../mod/connections.php:103 ../../mod/connedit.php:581
+msgid "All"
+msgstr "Tutti"
-#: ../../mod/new_channel.php:113
-msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "
-msgstr "Per esempio: \"Mario Rossi\", \"Lisa e le sue ricette\", \"Il campionato\", \"Il gruppo di escursionismo\""
+#: ../../include/widgets.php:451
+msgid "Refresh"
+msgstr "Aggiorna"
-#: ../../mod/new_channel.php:114
-msgid "Choose a short nickname"
-msgstr "Scegli un nome breve"
+#: ../../include/widgets.php:485
+msgid "Account settings"
+msgstr "Il tuo account"
-#: ../../mod/new_channel.php:115
-msgid ""
-"Your nickname will be used to create an easily remembered channel address "
-"(like an email address) which you can share with others."
-msgstr "Il nome breve sarà usato per creare un indirizzo facile da ricordare per il tuo canale (simile a una email). Così potrai condividerlo e gli altri potranno trovarti."
+#: ../../include/widgets.php:491
+msgid "Channel settings"
+msgstr "Impostazioni del canale"
-#: ../../mod/new_channel.php:116
-msgid "Or <a href=\"import\">import an existing channel</a> from another location"
-msgstr "Oppure <a href=\"import\">importa un tuo canale esistente</a> da un altro hub"
+#: ../../include/widgets.php:500
+msgid "Additional features"
+msgstr "Funzionalità opzionali"
-#: ../../mod/new_channel.php:118
-msgid ""
-"Please choose a channel type (such as social networking or community forum) "
-"and privacy requirements so we can select the best permissions for you"
-msgstr "Descrivi il tipo di canale che vorresti creare (per esempio se ti interessa più usarlo come social network, come un forum di discussione...) e il tipo di privacy che preferisci. Hubzilla sceglierà per te i permessi più adatti."
+#: ../../include/widgets.php:507
+msgid "Feature/Addon settings"
+msgstr "Componenti aggiuntivi"
-#: ../../mod/new_channel.php:119
-msgid "Channel Type"
-msgstr "Tipo di canale"
+#: ../../include/widgets.php:513
+msgid "Display settings"
+msgstr "Aspetto"
-#: ../../mod/new_channel.php:119
-msgid "Read more about roles"
-msgstr "Maggiori informazioni sui ruoli"
+#: ../../include/widgets.php:519
+msgid "Connected apps"
+msgstr "App connesse"
-#: ../../mod/ratings.php:69
-msgid "No ratings"
-msgstr "Nessuna valutazione"
+#: ../../include/widgets.php:525
+msgid "Export channel"
+msgstr "Esporta il canale"
-#: ../../mod/ratings.php:82 ../../mod/display.php:13
-#: ../../mod/directory.php:59 ../../mod/photos.php:490 ../../mod/search.php:13
-#: ../../mod/viewconnections.php:17
-msgid "Public access denied."
-msgstr "Accesso pubblico negato."
+#: ../../include/widgets.php:533 ../../mod/connedit.php:689
+msgid "Connection Default Permissions"
+msgstr "Permessi predefiniti dei nuovi contatti"
-#: ../../mod/ratings.php:99
-msgid "Ratings"
-msgstr "Valutazioni"
+#: ../../include/widgets.php:541
+msgid "Premium Channel Settings"
+msgstr "Canale premium - impostazioni"
-#: ../../mod/ratings.php:100
-msgid "Rating: "
-msgstr "Valutazione:"
+#: ../../include/widgets.php:571
+msgid "Private Mail Menu"
+msgstr "Menu messaggi privati"
-#: ../../mod/ratings.php:101
-msgid "Website: "
-msgstr "Sito web:"
+#: ../../include/widgets.php:573
+msgid "Combined View"
+msgstr "Vista combinata"
-#: ../../mod/ratings.php:103
-msgid "Description: "
-msgstr "Descrizione:"
+#: ../../include/widgets.php:607 ../../include/widgets.php:619
+msgid "Conversations"
+msgstr "Conversazioni"
-#: ../../mod/setup.php:191
-msgid "$Projectname Server - Setup"
-msgstr "Server $Projectname - Installazione"
+#: ../../include/widgets.php:611
+msgid "Received Messages"
+msgstr "Ricevuti"
-#: ../../mod/setup.php:195
-msgid "Could not connect to database."
-msgstr " Impossibile connettersi al database."
+#: ../../include/widgets.php:615
+msgid "Sent Messages"
+msgstr "Inviati"
-#: ../../mod/setup.php:199
-msgid ""
-"Could not connect to specified site URL. Possible SSL certificate or DNS "
-"issue."
-msgstr "Non è possibile raggiungere l'indirizzo del sito specificato. Potrebbe essere un problema di SSL o DNS."
+#: ../../include/widgets.php:629
+msgid "No messages."
+msgstr "Nessun messaggio."
-#: ../../mod/setup.php:206
-msgid "Could not create table."
-msgstr "Impossibile creare le tabelle."
+#: ../../include/widgets.php:647
+msgid "Delete conversation"
+msgstr "Elimina la conversazione"
-#: ../../mod/setup.php:211
-msgid "Your site database has been installed."
-msgstr "Il database del sito è stato installato."
+#: ../../include/widgets.php:673
+msgid "Events Menu"
+msgstr "Menu eventi"
-#: ../../mod/setup.php:215
-msgid ""
-"You may need to import the file \"install/schema_xxx.sql\" manually using a "
-"database client."
-msgstr "Potresti dover importare il file 'install/schema_xxx.sql' manualmente usando un client per collegarti al db."
+#: ../../include/widgets.php:674
+msgid "Day View"
+msgstr "Eventi del giorno"
-#: ../../mod/setup.php:216 ../../mod/setup.php:284 ../../mod/setup.php:734
-msgid "Please see the file \"install/INSTALL.txt\"."
-msgstr "Leggi il file 'install/INSTALL.txt'."
+#: ../../include/widgets.php:675
+msgid "Week View"
+msgstr "Eventi della settimana"
-#: ../../mod/setup.php:281
-msgid "System check"
-msgstr "Verifica del sistema"
+#: ../../include/widgets.php:676
+msgid "Month View"
+msgstr "Eventi del mese"
-#: ../../mod/setup.php:285 ../../mod/photos.php:911 ../../mod/events.php:653
-#: ../../mod/events.php:660
-msgid "Next"
-msgstr "Successivo"
+#: ../../include/widgets.php:677 ../../mod/events.php:654
+msgid "Export"
+msgstr "Esporta"
-#: ../../mod/setup.php:286
-msgid "Check again"
-msgstr "Verifica di nuovo"
+#: ../../include/widgets.php:678 ../../mod/events.php:657
+msgid "Import"
+msgstr "Importa"
-#: ../../mod/setup.php:308
-msgid "Database connection"
-msgstr "Connessione al database"
+#: ../../include/widgets.php:688
+msgid "Events Tools"
+msgstr "Gestione eventi"
-#: ../../mod/setup.php:309
-msgid ""
-"In order to install $Projectname we need to know how to connect to your "
-"database."
-msgstr "Per poter installare $Projectname è necessario fornire i parametri di connessione al tuo database."
+#: ../../include/widgets.php:689
+msgid "Export Calendar"
+msgstr "Esporta calendario"
-#: ../../mod/setup.php:310
-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."
+#: ../../include/widgets.php:690
+msgid "Import Calendar"
+msgstr "Importa calendario"
-#: ../../mod/setup.php:311
-msgid ""
-"The database you specify below should already exist. If it does not, please "
-"create it before continuing."
-msgstr "Il database deve già esistere. Se non esiste, crealo prima di continuare."
+#: ../../include/widgets.php:764
+msgid "Chat Rooms"
+msgstr "Chat"
-#: ../../mod/setup.php:315
-msgid "Database Server Name"
-msgstr "Server del database"
+#: ../../include/widgets.php:784
+msgid "Bookmarked Chatrooms"
+msgstr "Chat nei segnalibri"
-#: ../../mod/setup.php:315
-msgid "Default is 127.0.0.1"
-msgstr "Il valore predefinito è 127.0.0.1"
+#: ../../include/widgets.php:804
+msgid "Suggested Chatrooms"
+msgstr "Chat suggerite"
-#: ../../mod/setup.php:316
-msgid "Database Port"
-msgstr "Port del database"
+#: ../../include/widgets.php:931 ../../include/widgets.php:989
+msgid "photo/image"
+msgstr "foto/immagine"
-#: ../../mod/setup.php:316
-msgid "Communication port number - use 0 for default"
-msgstr "Scrivi 0 per usare il valore standard"
+#: ../../include/widgets.php:1084 ../../include/widgets.php:1086
+msgid "Rate Me"
+msgstr "Valutami"
-#: ../../mod/setup.php:317
-msgid "Database Login Name"
-msgstr "Utente database"
+#: ../../include/widgets.php:1090
+msgid "View Ratings"
+msgstr "Vedi le valutazioni ricevute"
-#: ../../mod/setup.php:318
-msgid "Database Login Password"
-msgstr "Password database"
+#: ../../include/widgets.php:1101
+msgid "Public Hubs"
+msgstr "Hub pubblici"
-#: ../../mod/setup.php:319
-msgid "Database Name"
-msgstr "Nome database"
+#: ../../include/widgets.php:1149
+msgid "Forums"
+msgstr "Forum"
-#: ../../mod/setup.php:320
-msgid "Database Type"
-msgstr "Tipo database"
+#: ../../include/widgets.php:1178
+msgid "Tasks"
+msgstr "Attività"
-#: ../../mod/setup.php:322 ../../mod/setup.php:363
-msgid "Site administrator email address"
-msgstr "Indirizzo email dell'amministratore del hub"
+#: ../../include/widgets.php:1187
+msgid "Documentation"
+msgstr "Guida"
-#: ../../mod/setup.php:322 ../../mod/setup.php:363
-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 di Hubzilla."
+#: ../../include/widgets.php:1189
+msgid "Project/Site Information"
+msgstr "Informazioni sul sito/progetto"
-#: ../../mod/setup.php:323 ../../mod/setup.php:365
-msgid "Website URL"
-msgstr "URL completo del sito"
+#: ../../include/widgets.php:1190
+msgid "For Members"
+msgstr "Per gli utenti"
-#: ../../mod/setup.php:323 ../../mod/setup.php:365
-msgid "Please use SSL (https) URL if available."
-msgstr "Se disponibile, usa l'indirizzo SSL (https)."
+#: ../../include/widgets.php:1191
+msgid "For Administrators"
+msgstr "Per gli amministratori"
-#: ../../mod/setup.php:325 ../../mod/setup.php:367
-msgid "Please select a default timezone for your website"
-msgstr "Seleziona il fuso orario predefinito per il tuo hub"
+#: ../../include/widgets.php:1192
+msgid "For Developers"
+msgstr "Per sviluppatori"
-#: ../../mod/setup.php:352
-msgid "Site settings"
-msgstr "Impostazioni del hub"
+#: ../../include/widgets.php:1217 ../../mod/admin.php:452
+msgid "Site"
+msgstr "Sito"
-#: ../../mod/setup.php:417
-msgid "Could not find a command line version of PHP in the web server PATH."
-msgstr "Non è possibile trovare la versione di PHP da riga di comando nel PATH del server web"
+#: ../../include/widgets.php:1218
+msgid "Accounts"
+msgstr "Account"
-#: ../../mod/setup.php:418
-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."
-msgstr "Se non hai installata la versione di PHP da riga di comando non potrai attivare il polling in background tramite cron."
+#: ../../include/widgets.php:1219 ../../mod/admin.php:1051
+msgid "Channels"
+msgstr "Canali"
-#: ../../mod/setup.php:422
-msgid "PHP executable path"
-msgstr "Path del comando PHP"
+#: ../../include/widgets.php:1221 ../../mod/admin.php:1148
+#: ../../mod/admin.php:1188
+msgid "Plugins"
+msgstr "Plugin"
-#: ../../mod/setup.php:422
-msgid ""
-"Enter full path to php executable. You can leave this blank to continue the "
-"installation."
-msgstr "Inserisci il percorso dell'eseguibile PHP. Puoi lasciarlo vuoto per continuare l'installazione."
+#: ../../include/widgets.php:1222 ../../mod/admin.php:1348
+#: ../../mod/admin.php:1382
+msgid "Themes"
+msgstr "Temi"
-#: ../../mod/setup.php:427
-msgid "Command line PHP"
-msgstr "PHP da riga di comando"
+#: ../../include/widgets.php:1223
+msgid "Inspect queue"
+msgstr "Coda di attesa"
-#: ../../mod/setup.php:436
-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\"."
+#: ../../include/widgets.php:1224
+msgid "Profile Config"
+msgstr "Configurazione del profilo"
-#: ../../mod/setup.php:437
-msgid "This is required for message delivery to work."
-msgstr "E' necessario perché funzioni la consegna dei messaggi."
+#: ../../include/widgets.php:1225
+msgid "DB updates"
+msgstr "Aggiornamenti al DB"
-#: ../../mod/setup.php:440
-msgid "PHP register_argc_argv"
-msgstr "PHP register_argc_argv"
+#: ../../include/widgets.php:1243 ../../include/widgets.php:1249
+#: ../../mod/admin.php:1467
+msgid "Logs"
+msgstr "Log"
-#: ../../mod/setup.php:458
+#: ../../include/widgets.php:1248
+msgid "Plugin Features"
+msgstr "Plugin"
+
+#: ../../include/widgets.php:1250
+msgid "User registrations waiting for confirmation"
+msgstr "Registrazioni in attesa"
+
+#: ../../include/widgets.php:1328 ../../mod/photos.php:748
+#: ../../mod/photos.php:1283
+msgid "View Photo"
+msgstr "Guarda la foto"
+
+#: ../../include/widgets.php:1345 ../../mod/photos.php:779
+msgid "Edit Album"
+msgstr "Modifica album"
+
+#: ../../include/zot.php:676
+msgid "Invalid data packet"
+msgstr "Dati ricevuti non validi"
+
+#: ../../include/zot.php:692
+msgid "Unable to verify channel signature"
+msgstr "Impossibile verificare la firma elettronica del canale"
+
+#: ../../include/zot.php:2268
#, php-format
-msgid ""
-"Your max allowed total upload size is set to %s. Maximum size of one file to"
-" upload is set to %s. You are allowed to upload up to %d files at once."
-msgstr "La dimensione massima di un caricamento è impostata a %s. Il singolo file non può superare %s. Ti è permesso caricare max %d file per volta."
+msgid "Unable to verify site signature for %s"
+msgstr "Impossibile verificare la firma elettronica del sito %s"
-#: ../../mod/setup.php:463
-msgid "You can adjust these settings in the servers php.ini."
-msgstr "Puoi regolare queste impostazioni sul server in php.ini"
+#: ../../include/zot.php:3584
+msgid "invalid target signature"
+msgstr "la firma ricevuta non è valida"
-#: ../../mod/setup.php:465
-msgid "PHP upload limits"
-msgstr "Limiti PHP in upload"
+#: ../../index.php:238 ../../mod/help.php:213
+msgid "Not Found"
+msgstr "Non disponibile"
-#: ../../mod/setup.php:488
-msgid ""
-"Error: the \"openssl_pkey_new\" function on this system is not able to "
-"generate encryption keys"
-msgstr "Errore: la funzione \"openssl_pkey_new\" su questo sistema non è in grado di generare le chiavi di cifratura"
+#: ../../index.php:241 ../../mod/block.php:75 ../../mod/display.php:110
+#: ../../mod/help.php:216 ../../mod/page.php:89
+msgid "Page not found."
+msgstr "Pagina non trovata."
-#: ../../mod/setup.php:489
-msgid ""
-"If running under Windows, please see "
-"\"http://www.php.net/manual/en/openssl.installation.php\"."
-msgstr "Se stai usando un server windows, guarda \"http://www.php.net/manual/en/openssl.installation.php\"."
+#: ../../mod/achievements.php:34
+msgid "Some blurb about what to do when you're new here"
+msgstr "Qualche suggerimento per i nuovi utenti su cosa fare"
-#: ../../mod/setup.php:492
-msgid "Generate encryption keys"
-msgstr "Genera chiavi di cifratura"
+#: ../../mod/acl.php:222
+msgid "network"
+msgstr "rete"
-#: ../../mod/setup.php:504
-msgid "libCurl PHP module"
-msgstr "modulo PHP libCurl"
+#: ../../mod/acl.php:232
+msgid "RSS"
+msgstr "RSS"
-#: ../../mod/setup.php:505
-msgid "GD graphics PHP module"
-msgstr "modulo PHP GD graphics"
+#: ../../mod/admin.php:54
+msgid "Theme settings updated."
+msgstr "Le impostazioni del tema sono state aggiornate."
-#: ../../mod/setup.php:506
-msgid "OpenSSL PHP module"
-msgstr "modulo PHP OpenSSL"
+#: ../../mod/admin.php:168
+msgid "# Accounts"
+msgstr "# account"
-#: ../../mod/setup.php:507
-msgid "mysqli or postgres PHP module"
-msgstr "modulo PHP per mysqli oppure prostgres"
+#: ../../mod/admin.php:169
+msgid "# blocked accounts"
+msgstr "# account bloccati"
-#: ../../mod/setup.php:508
-msgid "mb_string PHP module"
-msgstr "modulo PHP mb_string"
+#: ../../mod/admin.php:170
+msgid "# expired accounts"
+msgstr "# account scaduti"
-#: ../../mod/setup.php:509
-msgid "mcrypt PHP module"
-msgstr "modulo PHP mcrypt"
+#: ../../mod/admin.php:171
+msgid "# expiring accounts"
+msgstr "# account in scadenza"
-#: ../../mod/setup.php:510
-msgid "xml PHP module"
-msgstr "modulo xml PHP"
+#: ../../mod/admin.php:182
+msgid "# Channels"
+msgstr "# canali"
-#: ../../mod/setup.php:514 ../../mod/setup.php:516
-msgid "Apache mod_rewrite module"
-msgstr "modulo Apache mod_rewrite"
+#: ../../mod/admin.php:183
+msgid "# primary"
+msgstr "# primari"
-#: ../../mod/setup.php:514
+#: ../../mod/admin.php:184
+msgid "# clones"
+msgstr "# cloni"
+
+#: ../../mod/admin.php:190
+msgid "Message queues"
+msgstr "Coda messaggi in uscita"
+
+#: ../../mod/admin.php:206 ../../mod/admin.php:451 ../../mod/admin.php:619
+#: ../../mod/admin.php:886 ../../mod/admin.php:1050 ../../mod/admin.php:1147
+#: ../../mod/admin.php:1187 ../../mod/admin.php:1347 ../../mod/admin.php:1381
+#: ../../mod/admin.php:1466
+msgid "Administration"
+msgstr "Amministrazione"
+
+#: ../../mod/admin.php:207
+msgid "Summary"
+msgstr "Riepilogo"
+
+#: ../../mod/admin.php:210
+msgid "Registered accounts"
+msgstr "Account creati"
+
+#: ../../mod/admin.php:211 ../../mod/admin.php:623
+msgid "Pending registrations"
+msgstr "Registrazioni da approvare"
+
+#: ../../mod/admin.php:212
+msgid "Registered channels"
+msgstr "Canali creati"
+
+#: ../../mod/admin.php:213 ../../mod/admin.php:624
+msgid "Active plugins"
+msgstr "Plugin attivi"
+
+#: ../../mod/admin.php:214
+msgid "Version"
+msgstr "Versione"
+
+#: ../../mod/admin.php:335
+msgid "Site settings updated."
+msgstr "Impostazioni del sito salvate correttamente."
+
+#: ../../mod/admin.php:372 ../../mod/settings.php:793
+msgid "mobile"
+msgstr "mobile"
+
+#: ../../mod/admin.php:374
+msgid "experimental"
+msgstr "sperimentale"
+
+#: ../../mod/admin.php:376
+msgid "unsupported"
+msgstr "non supportato"
+
+#: ../../mod/admin.php:422
+msgid "Yes - with approval"
+msgstr "Sì - con approvazione"
+
+#: ../../mod/admin.php:428
+msgid "My site is not a public server"
+msgstr "Non è un server pubblico"
+
+#: ../../mod/admin.php:429
+msgid "My site has paid access only"
+msgstr "È un servizio a pagamento"
+
+#: ../../mod/admin.php:430
+msgid "My site has free access only"
+msgstr "È un servizio gratuito"
+
+#: ../../mod/admin.php:431
+msgid "My site offers free accounts with optional paid upgrades"
+msgstr "È un servizio gratuito con opzioni aggiuntive a pagamento"
+
+#: ../../mod/admin.php:454 ../../mod/register.php:209
+msgid "Registration"
+msgstr "Registrazione"
+
+#: ../../mod/admin.php:455
+msgid "File upload"
+msgstr "Caricamento file"
+
+#: ../../mod/admin.php:456
+msgid "Policies"
+msgstr "Politiche"
+
+#: ../../mod/admin.php:461
+msgid "Site name"
+msgstr "Nome del sito"
+
+#: ../../mod/admin.php:462
+msgid "Banner/Logo"
+msgstr "Banner o logo"
+
+#: ../../mod/admin.php:463
+msgid "Administrator Information"
+msgstr "Informazioni sull'amministratore"
+
+#: ../../mod/admin.php:463
msgid ""
-"Error: Apache webserver mod-rewrite module is required but not installed."
-msgstr "Errore: il modulo mod-rewrite di Apache è richiesto ma non installato"
+"Contact information for site administrators. Displayed on siteinfo page. "
+"BBCode can be used here"
+msgstr "Informazioni per contattare gli amministratori del sito. Saranno mostrate sulla pagina di informazioni. È consentito il BBcode"
-#: ../../mod/setup.php:520 ../../mod/setup.php:523
-msgid "proc_open"
-msgstr "proc_open"
+#: ../../mod/admin.php:464
+msgid "System language"
+msgstr "Lingua di sistema"
-#: ../../mod/setup.php:520
+#: ../../mod/admin.php:465
+msgid "System theme"
+msgstr "Tema di sistema"
+
+#: ../../mod/admin.php:465
msgid ""
-"Error: proc_open is required but is either not installed or has been "
-"disabled in php.ini"
-msgstr "Errore: proc_open è richiesto ma non è installato o è disabilitato in php.ini"
+"Default system theme - may be over-ridden by user profiles - <a href='#' "
+"id='cnftheme'>change theme settings</a>"
+msgstr "Il tema di sistema può essere cambiato dai profili dei singoli utenti - <a href='#' id='cnftheme'>Cambia le impostazioni del tema</a>"
-#: ../../mod/setup.php:528
-msgid "Error: libCURL PHP module required but not installed."
-msgstr "Errore: il modulo libCURL di PHP è richiesto ma non installato."
+#: ../../mod/admin.php:466
+msgid "Mobile system theme"
+msgstr "Tema di sistema per dispositivi mobili"
-#: ../../mod/setup.php:532
+#: ../../mod/admin.php:466
+msgid "Theme for mobile devices"
+msgstr "Tema per i dispositivi mobili"
+
+#: ../../mod/admin.php:468
+msgid "Allow Feeds as Connections"
+msgstr "Permetti di aggiungere i feed come contatti"
+
+#: ../../mod/admin.php:468
+msgid "(Heavy system resource usage)"
+msgstr "(Uso intenso delle risorse di sistema!)"
+
+#: ../../mod/admin.php:469
+msgid "Maximum image size"
+msgstr "Dimensione massima immagini"
+
+#: ../../mod/admin.php:469
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 installato."
+"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/setup.php:536
-msgid "Error: openssl PHP module required but not installed."
-msgstr "Errore: il modulo openssl di PHP è richiesto ma non installato."
+#: ../../mod/admin.php:470
+msgid "Does this site allow new member registration?"
+msgstr "Questo sito permette a nuovi utenti di registrarsi?"
-#: ../../mod/setup.php:540
+#: ../../mod/admin.php:471
+msgid "Invitation only"
+msgstr "Solo con invito"
+
+#: ../../mod/admin.php:471
msgid ""
-"Error: mysqli or postgres PHP module required but neither are installed."
-msgstr "Errore: il modulo PHP per mysqli o postgres è richiesto ma non installato"
+"Only allow new member registrations with an invitation code. Above register "
+"policy must be set to Yes."
+msgstr "La registrazione è permessa solo a chi possiede un codice di invito. Funziona solo se la possibilità di registrarsi è impostata a 'Sì'."
-#: ../../mod/setup.php:544
-msgid "Error: mb_string PHP module required but not installed."
-msgstr "Errore: il modulo PHP mb_string è richiesto ma non installato."
+#: ../../mod/admin.php:472
+msgid "Which best describes the types of account offered by this hub?"
+msgstr "Come descriveresti il tipo di servizio proposto da questo server?"
-#: ../../mod/setup.php:548
-msgid "Error: mcrypt PHP module required but not installed."
-msgstr "Errore: il modulo PHP mcrypt è richiesto ma non installato."
+#: ../../mod/admin.php:473
+msgid "Register text"
+msgstr "Testo di registrazione"
-#: ../../mod/setup.php:552
-msgid "Error: xml PHP module required for DAV but not installed."
-msgstr "Errore: il modulo xml PHP è richiesto per DAV ma non è installato."
+#: ../../mod/admin.php:473
+msgid "Will be displayed prominently on the registration page."
+msgstr "Sarà mostrato ben visibile nella pagina di registrazione."
-#: ../../mod/setup.php:570
-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 di Hubzilla ma non è in grado di farlo."
+#: ../../mod/admin.php:474
+msgid "Site homepage to show visitors (default: login box)"
+msgstr "Homepage del sito da mostrare ai navigatori (predefinito: modulo di login)"
-#: ../../mod/setup.php:571
+#: ../../mod/admin.php:474
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 "Spesso ciò è dovuto ai permessi di accesso al disco: il web server potrebbe non aver diritto di scrivere il file nella cartella, anche se tu puoi."
+"example: 'public' to show public stream, 'page/sys/home' to show a system "
+"webpage called 'home' or 'include:home.html' to include a file."
+msgstr "esempio: 'public' per mostrare i contenuti pubblici degli utenti, 'page/sys/home' per mostrare la pagina web definita come 'home' oppure 'include:home.html' per mostrare il contenuto di un file."
-#: ../../mod/setup.php:572
+#: ../../mod/admin.php:475
+msgid "Preserve site homepage URL"
+msgstr "Conserva l'URL della homepage"
+
+#: ../../mod/admin.php:475
msgid ""
-"At the end of this procedure, we will give you a text to save in a file "
-"named .htconfig.php in your Red top folder."
-msgstr "Alla fine di questa procedura ti sarà dato il testo da salvare in un file di nome .htconfig.php dentro la cartella principale di Hubzilla."
+"Present the site homepage in a frame at the original location instead of "
+"redirecting"
+msgstr "Presenta la homepage del sito in un frame all'indirizzo attuale invece di un redirect."
-#: ../../mod/setup.php:573
+#: ../../mod/admin.php:476
+msgid "Accounts abandoned after x days"
+msgstr "Account abbandonati dopo X giorni"
+
+#: ../../mod/admin.php:476
msgid ""
-"You can alternatively skip this procedure and perform a manual installation."
-" Please see the file \"install/INSTALL.txt\" for instructions."
-msgstr "Puoi anche saltare questa procedura ed effettuare un'installazione manuale. Guarda il file 'install/INSTALL.txt' per le istruzioni."
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
+msgstr "Eviterà di sprecare risorse di sistema controllando se i siti esterni hanno account abbandonati. Immettere 0 per non imporre nessun limite di tempo."
-#: ../../mod/setup.php:576
-msgid ".htconfig.php is writable"
-msgstr ".htconfig.php è scrivibile"
+#: ../../mod/admin.php:477
+msgid "Allowed friend domains"
+msgstr "Domini fidati e consentiti"
-#: ../../mod/setup.php:590
+#: ../../mod/admin.php:477
msgid ""
-"Red uses the Smarty3 template engine to render its web views. Smarty3 "
-"compiles templates to PHP to speed up rendering."
-msgstr "Hubzilla usa il sistema Smarty3 per costruire i suoi template grafici. Smarty3 è molto veloce perché compila i template delle pagine direttamente in PHP."
+"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. Lascia vuoto per accettare connessioni da qualsiasi dominio."
-#: ../../mod/setup.php:591
-#, php-format
+#: ../../mod/admin.php:478
+msgid "Allowed email domains"
+msgstr "Domini email consentiti"
+
+#: ../../mod/admin.php:478
msgid ""
-"In order to store these compiled templates, the web server needs to have "
-"write access to the directory %s under the Red top level folder."
-msgstr "Per poter memorizzare i template compilati, il web server deve avere accesso in scrittura a %s sotto la cartella di installazione di Hubzilla."
+"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. Sono accettati caratteri jolly. Lascia vuoto per accettare qualsiasi dominio email"
-#: ../../mod/setup.php:592 ../../mod/setup.php:613
+#: ../../mod/admin.php:479
+msgid "Not allowed email domains"
+msgstr "Domini email non consentiti"
+
+#: ../../mod/admin.php:479
msgid ""
-"Please ensure that the user that your web server runs as (e.g. www-data) has"
-" write access to this folder."
-msgstr "Assicurati che il tuo web server sia in esecuzione con un utente che ha diritto di scrittura su quella cartella (ad esempio www-data)."
+"Comma separated list of domains which are not allowed in email addresses for"
+" registrations to this site. Wildcards are accepted. Empty to allow any "
+"domains, unless allowed domains have been defined."
+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/setup.php:593
-#, php-format
+#: ../../mod/admin.php:480
+msgid "Block public"
+msgstr "Blocca pagine pubbliche"
+
+#: ../../mod/admin.php:480
msgid ""
-"Note: as a security measure, you should give the web server write access to "
-"%s only--not the template files (.tpl) that it contains."
-msgstr "Nota bene: come precauzione, dovresti dare i diritti di scrittura solamente su %s e non sui file template (.tpl) che contiene."
+"Check to block public access to all otherwise public personal pages on this "
+"site unless you are currently logged in."
+msgstr "Seleziona per impedire di vedere le pagine personali di questo sito a chi non ha effettuato l'accesso."
-#: ../../mod/setup.php:596
-#, php-format
-msgid "%s is writable"
-msgstr "%s è scrivibile"
+#: ../../mod/admin.php:481
+msgid "Verify Email Addresses"
+msgstr "Verifica l'indirizzo email"
-#: ../../mod/setup.php:612
+#: ../../mod/admin.php:481
msgid ""
-"Red uses the store directory to save uploaded files. The web server needs to"
-" have write access to the store directory under the Red top level folder"
-msgstr "Hubzilla salva i file caricati nella cartella \"store\" sul server. Il server deve avere i diritti di scrittura su quella cartella che si trova dentro l'installazione di RedMatrix"
+"Check to verify email addresses used in account registration (recommended)."
+msgstr "Attiva per richiedere la verifica degli indirizzi email dei nuovi utenti (consigliato)."
-#: ../../mod/setup.php:616
-msgid "store is writable"
-msgstr "l'archivio è scrivibile"
+#: ../../mod/admin.php:482
+msgid "Force publish"
+msgstr "Forza la publicazione del profilo"
-#: ../../mod/setup.php:649
+#: ../../mod/admin.php:482
msgid ""
-"SSL certificate cannot be validated. Fix certificate or disable https access"
-" to this site."
-msgstr "Il certificato SSL non può essere validato. Correggi l'errore o disabilita l'accesso https al sito."
+"Check to force all profiles on this site to be listed in the site directory."
+msgstr "Seleziona per pubblicare sui directory server <strong>tutti</strong> i profili registrati su questo sito."
-#: ../../mod/setup.php:650
+#: ../../mod/admin.php:483
+msgid "Import Public Streams"
+msgstr "Suggerisci contenuti pubblici della rete Hubzilla"
+
+#: ../../mod/admin.php:483
msgid ""
-"If you have https access to your website or allow connections to TCP port "
-"443 (the https: port), you MUST use a browser-valid certificate. You MUST "
-"NOT use self-signed certificates!"
-msgstr "Se abiliti https per il tuo sito o permetti connessioni TCP su port 443 (quella di https), DEVI usare un certificato riconosciuto dai browser internet. NON DEVI usare certificati self-signed generati da te!"
+"Import and allow access to public content pulled from other sites. Warning: "
+"this content is unmoderated."
+msgstr "Suggerisci e visualizza i post pubblici presenti su altri siti Hubzilla. Attenzione: i contenuti potrebbero essere inappropriati perché non sottoposti a moderazione."
-#: ../../mod/setup.php:651
+#: ../../mod/admin.php:484
+msgid "login on Homepage"
+msgstr "Mostra il login sulla homepage"
+
+#: ../../mod/admin.php:484
msgid ""
-"This restriction is incorporated because public posts from you may for "
-"example contain references to images on your own hub."
-msgstr "Questa restrizione è necessaria perché i tuoi post pubblici potrebbero contenere riferimenti a immagini sul tuo server."
+"Present a login box to visitors on the home page if no other content has "
+"been configured."
+msgstr "Presenta il modulo di login ai visitatori sulla homepage in mancanza di altri contenuti."
-#: ../../mod/setup.php:652
+#: ../../mod/admin.php:486
+msgid "Directory Server URL"
+msgstr "URL del directory server"
+
+#: ../../mod/admin.php:486
+msgid "Default directory server"
+msgstr "Directory server predefinito"
+
+#: ../../mod/admin.php:488
+msgid "Proxy user"
+msgstr "Utente proxy"
+
+#: ../../mod/admin.php:489
+msgid "Proxy URL"
+msgstr "URL proxy"
+
+#: ../../mod/admin.php:490
+msgid "Network timeout"
+msgstr "Timeout rete"
+
+#: ../../mod/admin.php:490
+msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
+msgstr "Valore in secondi. Imposta a 0 per illimitato (sconsigliato)."
+
+#: ../../mod/admin.php:491
+msgid "Delivery interval"
+msgstr "Recapito ritardato"
+
+#: ../../mod/admin.php:491
msgid ""
-"If your certificate is not recognized, members of other sites (who may "
-"themselves have valid certificates) will get a warning message on their own "
-"site complaining about security issues."
-msgstr "Se il tuo certificato non è riconosciuto, gli utenti che ti seguono da altri siti (che avranno certificati validi) riceveranno gravi avvisi di sicurezza dal browser."
+"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 "Numero di secondi di cui può essere ritardato il recapito, per ridurre il carico di sistema. Consigliati: 4-5 secondi per hosting condiviso, 2-3 per i VPS, 0-1 per grandi server dedicati."
-#: ../../mod/setup.php:653
+#: ../../mod/admin.php:492
+msgid "Deliveries per process"
+msgstr "Tentativi di recapito per processo"
+
+#: ../../mod/admin.php:492
msgid ""
-"This can cause usability issues elsewhere (not just on your own site) so we "
-"must insist on this requirement."
-msgstr "Ciò può creare seri problemi di usabilità (non solo sul tuo sito), quindi dobbiamo insistere su questo punto."
+"Number of deliveries to attempt in a single operating system process. Adjust"
+" if necessary to tune system performance. Recommend: 1-5."
+msgstr "Numero di tentativi di recapito da tentare per ciascun processo. Può essere modificato per migliorare le performance di sistema. Raccomandato: 1-5"
-#: ../../mod/setup.php:654
+#: ../../mod/admin.php:493
+msgid "Poll interval"
+msgstr "Intervallo di polling"
+
+#: ../../mod/admin.php:493
msgid ""
-"Providers are available that issue free certificates which are browser-"
-"valid."
-msgstr "Eventualmente, considera che esistono provider che rilasciano certificati gratuiti riconosciuti dai browser."
+"Delay background polling processes by this many seconds to reduce system "
+"load. If 0, use delivery interval."
+msgstr "Numero di secondi di cui può essere ritardato il polling in background, per ridurre il carico del sistema. Se 0, verrà usato lo stesso valore del 'Recapito ritardato'."
-#: ../../mod/setup.php:656
-msgid "SSL certificate validation"
-msgstr "Validazione del certificato SSL"
+#: ../../mod/admin.php:494
+msgid "Maximum Load Average"
+msgstr "Carico massimo medio"
-#: ../../mod/setup.php:662
+#: ../../mod/admin.php:494
msgid ""
-"Url rewrite in .htaccess is not working. Check your server "
-"configuration.Test: "
-msgstr "In .htaccess la funzionalità url rewrite non funziona. Controlla la configurazione del server. Test:"
+"Maximum system load before delivery and poll processes are deferred - "
+"default 50."
+msgstr "Carico di sistema massimo perché i processi di recapito e polling siano ritardati - il valore predefinito è 50."
-#: ../../mod/setup.php:665
-msgid "Url rewrite is working"
-msgstr "Url rewrite funziona correttamente"
+#: ../../mod/admin.php:495
+msgid "Expiration period in days for imported (matrix/network) content"
+msgstr "Scadenza dei contenuti importati da altri siti (in giorni)"
-#: ../../mod/setup.php:674
+#: ../../mod/admin.php:495
+msgid "0 for no expiration of imported content"
+msgstr "0 per non avere scadenza"
+
+#: ../../mod/admin.php:585 ../../mod/admin.php:586 ../../mod/settings.php:717
+msgid "Off"
+msgstr "Off"
+
+#: ../../mod/admin.php:585 ../../mod/admin.php:586 ../../mod/settings.php:717
+msgid "On"
+msgstr "On"
+
+#: ../../mod/admin.php:586
+#, php-format
+msgid "Lock feature %s"
+msgstr "Rendi non modificabile %s"
+
+#: ../../mod/admin.php:594
+msgid "Manage Additional Features"
+msgstr "Funzionalità opzionali"
+
+#: ../../mod/admin.php:611
+msgid "No server found"
+msgstr "Server non trovato"
+
+#: ../../mod/admin.php:618 ../../mod/admin.php:900
+msgid "ID"
+msgstr "ID"
+
+#: ../../mod/admin.php:618
+msgid "for channel"
+msgstr "per il canale"
+
+#: ../../mod/admin.php:618
+msgid "on server"
+msgstr "sul server"
+
+#: ../../mod/admin.php:618
+msgid "Status"
+msgstr "Stato"
+
+#: ../../mod/admin.php:620
+msgid "Server"
+msgstr "Server"
+
+#: ../../mod/admin.php:637
+msgid "Update has been marked successful"
+msgstr "L'aggiornamento è stato marcato come eseguito."
+
+#: ../../mod/admin.php:647
+#, php-format
+msgid "Executing %s failed. Check system logs."
+msgstr "Fallita l'esecuzione di %s. Maggiori informazioni sui log di sistema."
+
+#: ../../mod/admin.php:650
+#, php-format
+msgid "Update %s was successfully applied."
+msgstr "L'aggiornamento %s è terminato correttamente."
+
+#: ../../mod/admin.php:654
+#, php-format
+msgid "Update %s did not return a status. Unknown if it succeeded."
+msgstr "L'aggiornamento %s non ha dato risposta. Impossibile determinare se è terminato correttamente."
+
+#: ../../mod/admin.php:657
+#, php-format
+msgid "Update function %s could not be found."
+msgstr "Impossibile trovare la funzione di aggiornamento %s"
+
+#: ../../mod/admin.php:673
+msgid "No failed updates."
+msgstr "Nessun aggiornamento fallito."
+
+#: ../../mod/admin.php:677
+msgid "Failed Updates"
+msgstr "Aggiornamenti falliti."
+
+#: ../../mod/admin.php:679
+msgid "Mark success (if update was manually applied)"
+msgstr "Marca come eseguito (se applicato manualmente)."
+
+#: ../../mod/admin.php:680
+msgid "Attempt to execute this update step automatically"
+msgstr "Tenta di eseguire in automatico questo passaggio dell'aggiornamento."
+
+#: ../../mod/admin.php:711
+msgid "Queue Statistics"
+msgstr "Statistiche della coda"
+
+#: ../../mod/admin.php:712
+msgid "Total Entries"
+msgstr "Totale"
+
+#: ../../mod/admin.php:713
+msgid "Priority"
+msgstr "Priorità"
+
+#: ../../mod/admin.php:714
+msgid "Destination URL"
+msgstr "URL di destinazione"
+
+#: ../../mod/admin.php:715
+msgid "Mark hub permanently offline"
+msgstr "Questo hub è definitivamente offline"
+
+#: ../../mod/admin.php:716
+msgid "Empty queue for this hub"
+msgstr "Svuota la coda per questo hub"
+
+#: ../../mod/admin.php:717
+msgid "Last known contact"
+msgstr "Ultimo scambio dati"
+
+#: ../../mod/admin.php:753
+#, php-format
+msgid "%s account blocked/unblocked"
+msgid_plural "%s account blocked/unblocked"
+msgstr[0] "Modificato il blocco su %s account"
+msgstr[1] "Modificato il blocco verso %s"
+
+#: ../../mod/admin.php:761
+#, php-format
+msgid "%s account deleted"
+msgid_plural "%s accounts deleted"
+msgstr[0] "%s account eliminato"
+msgstr[1] "%s account eliminati"
+
+#: ../../mod/admin.php:797
+msgid "Account not found"
+msgstr "Account non trovato"
+
+#: ../../mod/admin.php:809
+#, php-format
+msgid "Account '%s' deleted"
+msgstr "Account '%s' eliminato"
+
+#: ../../mod/admin.php:817
+#, php-format
+msgid "Account '%s' blocked"
+msgstr "Aggiunto un blocco verso '%s'"
+
+#: ../../mod/admin.php:825
+#, php-format
+msgid "Account '%s' unblocked"
+msgstr "Rimosso il blocco verso '%s'"
+
+#: ../../mod/admin.php:887 ../../mod/admin.php:899
+msgid "Users"
+msgstr "Utenti"
+
+#: ../../mod/admin.php:889 ../../mod/admin.php:1053
+msgid "select all"
+msgstr "seleziona tutti"
+
+#: ../../mod/admin.php:890
+msgid "User registrations waiting for confirm"
+msgstr "Richieste di registrazione in attesa di conferma"
+
+#: ../../mod/admin.php:891
+msgid "Request date"
+msgstr "Data richiesta"
+
+#: ../../mod/admin.php:892
+msgid "No registrations."
+msgstr "Nessuna registrazione."
+
+#: ../../mod/admin.php:893 ../../mod/connedit.php:716
+msgid "Approve"
+msgstr "Approva"
+
+#: ../../mod/admin.php:894
+msgid "Deny"
+msgstr "Nega"
+
+#: ../../mod/admin.php:896 ../../mod/connedit.php:525
+msgid "Block"
+msgstr "Blocca"
+
+#: ../../mod/admin.php:897 ../../mod/connedit.php:525
+msgid "Unblock"
+msgstr "Sblocca"
+
+#: ../../mod/admin.php:900
+msgid "Register date"
+msgstr "Data registrazione"
+
+#: ../../mod/admin.php:900
+msgid "Last login"
+msgstr "Ultimo accesso"
+
+#: ../../mod/admin.php:900
+msgid "Expires"
+msgstr "Con scadenza"
+
+#: ../../mod/admin.php:900
+msgid "Service Class"
+msgstr "Classe dell'account"
+
+#: ../../mod/admin.php:902
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 puo' essere scritto. Usa il testo qui di seguito per creare questo file di configurazione nella cartella principale del tuo sito."
+"Selected accounts will be deleted!\\n\\nEverything these accounts had posted"
+" on this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "Gli account selezionati saranno eliminati!\\n\\nTutto ciò che hanno caricato o pubblicato su questo sito sarà eliminato definitivamente!\\n\\nVuoi confermare?"
-#: ../../mod/setup.php:698
-msgid "Errors encountered creating database tables."
-msgstr "La creazione delle tabelle del database ha generato errori."
+#: ../../mod/admin.php:903
+msgid ""
+"The account {0} will be deleted!\\n\\nEverything this account has posted on "
+"this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "L'account {0} sarà eliminato!\\n\\nTutto ciò che ha caricato o pubblicato su questo sito sarà eliminato definitivamente!\\n\\nVuoi confermare?"
-#: ../../mod/setup.php:732
-msgid "<h1>What next</h1>"
-msgstr "<h1>I prossimi passi</h1>"
+#: ../../mod/admin.php:939
+#, php-format
+msgid "%s channel censored/uncensored"
+msgid_plural "%s channels censored/uncensored"
+msgstr[0] "Censura modificata per %s canale"
+msgstr[1] "Censura modificata per %s canali"
-#: ../../mod/setup.php:733
+#: ../../mod/admin.php:948
+#, php-format
+msgid "%s channel code allowed/disallowed"
+msgid_plural "%s channels code allowed/disallowed"
+msgstr[0] "%s canale permette/non permette codice nei contenuti"
+msgstr[1] "%s canali permettono/non permettono codice nei contenuti"
+
+#: ../../mod/admin.php:955
+#, php-format
+msgid "%s channel deleted"
+msgid_plural "%s channels deleted"
+msgstr[0] "%s canale è stato rimosso"
+msgstr[1] "%s canali sono stati rimossi"
+
+#: ../../mod/admin.php:975
+msgid "Channel not found"
+msgstr "Canale non trovato"
+
+#: ../../mod/admin.php:986
+#, php-format
+msgid "Channel '%s' deleted"
+msgstr "Il canale '%s' è stato rimosso"
+
+#: ../../mod/admin.php:998
+#, php-format
+msgid "Channel '%s' censored"
+msgstr "Applicata una censura al canale '%s'"
+
+#: ../../mod/admin.php:998
+#, php-format
+msgid "Channel '%s' uncensored"
+msgstr "Rimossa la censura dal canale '%s'"
+
+#: ../../mod/admin.php:1009
+#, php-format
+msgid "Channel '%s' code allowed"
+msgstr "Il canale '%s' permette codice nei contenuti"
+
+#: ../../mod/admin.php:1009
+#, php-format
+msgid "Channel '%s' code disallowed"
+msgstr "Il canale '%s' non permette codice nei contenuti"
+
+#: ../../mod/admin.php:1055
+msgid "Censor"
+msgstr "Applica una censura"
+
+#: ../../mod/admin.php:1056
+msgid "Uncensor"
+msgstr "Rimuovi la censura"
+
+#: ../../mod/admin.php:1057
+msgid "Allow Code"
+msgstr "Permetti codice nei contenuti"
+
+#: ../../mod/admin.php:1058
+msgid "Disallow Code"
+msgstr "Non permettere codice nei contenuti"
+
+#: ../../mod/admin.php:1060
+msgid "UID"
+msgstr "UID"
+
+#: ../../mod/admin.php:1060 ../../mod/profiles.php:457
+msgid "Address"
+msgstr "Indirizzo"
+
+#: ../../mod/admin.php:1062
msgid ""
-"IMPORTANT: You will need to [manually] setup a scheduled task for the "
-"poller."
-msgstr "IMPORTANTE: Devi creare [manualmente] la pianificazione del polling."
+"Selected channels will be deleted!\\n\\nEverything that was posted in these "
+"channels on this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "I canali selezionati saranno rimossi!\\n\\nTutto ciò che è stato pubblicato su questo server tramite questi canali sarà irreversibilmente eliminato!\\n\\nVuoi confermare?"
-#: ../../mod/bookmarks.php:40
-msgid "Bookmark added"
-msgstr "Segnalibro aggiunto"
+#: ../../mod/admin.php:1063
+msgid ""
+"The channel {0} will be deleted!\\n\\nEverything that was posted in this "
+"channel on this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "Il canale {0} sarà rimosso!\\n\\nTutto ciò che è stato pubblicato su questo server tramite questo canale sarà irreversibilmente eliminato!\\n\\nVuoi confermare?"
-#: ../../mod/bookmarks.php:62
-msgid "My Bookmarks"
-msgstr "I miei segnalibri"
+#: ../../mod/admin.php:1103
+#, php-format
+msgid "Plugin %s disabled."
+msgstr "Plugin %s non attivo."
-#: ../../mod/bookmarks.php:73
-msgid "My Connections Bookmarks"
-msgstr "I segnalibri dei miei contatti"
+#: ../../mod/admin.php:1107
+#, php-format
+msgid "Plugin %s enabled."
+msgstr "Plugin %s attivo."
-#: ../../mod/pconfig.php:27 ../../mod/pconfig.php:60
-msgid "This setting requires special processing and editing has been blocked."
-msgstr "Questa impostazione è bloccata, richiede criteri di modifica speciali"
+#: ../../mod/admin.php:1117 ../../mod/admin.php:1320
+msgid "Disable"
+msgstr "Disattiva"
-#: ../../mod/pconfig.php:49
-msgid "Configuration Editor"
-msgstr "Editor di configurazione"
+#: ../../mod/admin.php:1120 ../../mod/admin.php:1322
+msgid "Enable"
+msgstr "Attiva"
-#: ../../mod/pconfig.php:50
+#: ../../mod/admin.php:1149 ../../mod/admin.php:1349
+msgid "Toggle"
+msgstr "Attiva/disattiva"
+
+#: ../../mod/admin.php:1157 ../../mod/admin.php:1359
+msgid "Author: "
+msgstr "Autore:"
+
+#: ../../mod/admin.php:1158 ../../mod/admin.php:1360
+msgid "Maintainer: "
+msgstr "Gestore:"
+
+#: ../../mod/admin.php:1285
+msgid "No themes found."
+msgstr "Nessun tema trovato."
+
+#: ../../mod/admin.php:1341
+msgid "Screenshot"
+msgstr "Istantanea dello schermo"
+
+#: ../../mod/admin.php:1387
+msgid "[Experimental]"
+msgstr "[Sperimentale]"
+
+#: ../../mod/admin.php:1388
+msgid "[Unsupported]"
+msgstr "[Non supportato]"
+
+#: ../../mod/admin.php:1412
+msgid "Log settings updated."
+msgstr "Impostazioni di log aggiornate."
+
+#: ../../mod/admin.php:1469
+msgid "Clear"
+msgstr "Pulisci"
+
+#: ../../mod/admin.php:1475
+msgid "Debugging"
+msgstr "Debugging"
+
+#: ../../mod/admin.php:1476
+msgid "Log file"
+msgstr "File di log"
+
+#: ../../mod/admin.php:1476
msgid ""
-"Warning: Changing some settings could render your channel inoperable. Please"
-" leave this page unless you are comfortable with and knowledgeable about how"
-" to correctly use this feature."
-msgstr "Attenzione: alcune delle impostazioni, se cambiate, potrebbero rendere questo canale non funzionante. Lascia questa pagina a meno che tu non sappia con assoluta certezza quali modifiche effettuare."
+"Must be writable by web server. Relative to your Red top-level directory."
+msgstr "Deve essere scrivibile dal web server. La posizione è relativa alla cartella dove è installato Hubzilla."
-#: ../../mod/poke.php:164
-msgid "Poke/Prod"
-msgstr "Poke/Prod"
+#: ../../mod/admin.php:1477
+msgid "Log level"
+msgstr "Livello di log"
-#: ../../mod/poke.php:165
-msgid "poke, prod or do other things to somebody"
-msgstr "Manda un poke, un prod o altro"
+#: ../../mod/admin.php:1523
+msgid "New Profile Field"
+msgstr "Nuovo campo del profilo"
-#: ../../mod/poke.php:166
-msgid "Recipient"
-msgstr "Destinatario"
+#: ../../mod/admin.php:1524 ../../mod/admin.php:1544
+msgid "Field nickname"
+msgstr "Nome breve del campo"
-#: ../../mod/poke.php:167
-msgid "Choose what you wish to do to recipient"
-msgstr "Scegli cosa vuoi inviare al destinatario"
+#: ../../mod/admin.php:1524 ../../mod/admin.php:1544
+msgid "System name of field"
+msgstr "Nome di sistema del campo"
-#: ../../mod/poke.php:170
-msgid "Make this post private"
-msgstr "Rendi privato questo post"
+#: ../../mod/admin.php:1525 ../../mod/admin.php:1545
+msgid "Input type"
+msgstr "Tipo di dati"
-#: ../../mod/profiles.php:19 ../../mod/profiles.php:184
-#: ../../mod/profiles.php:241 ../../mod/profiles.php:608
-msgid "Profile not found."
-msgstr "Profilo non trovato."
+#: ../../mod/admin.php:1526 ../../mod/admin.php:1546
+msgid "Field Name"
+msgstr "Nome del campo"
-#: ../../mod/profiles.php:39
-msgid "Profile deleted."
-msgstr "Profilo eliminato."
+#: ../../mod/admin.php:1526 ../../mod/admin.php:1546
+msgid "Label on profile pages"
+msgstr "Etichetta da mostrare sulla pagina del profilo"
-#: ../../mod/profiles.php:63 ../../mod/profiles.php:99
-msgid "Profile-"
-msgstr "Profilo-"
+#: ../../mod/admin.php:1527 ../../mod/admin.php:1547
+msgid "Help text"
+msgstr "Testo di aiuto"
-#: ../../mod/profiles.php:84 ../../mod/profiles.php:127
-msgid "New profile created."
-msgstr "Il nuovo profilo è stato creato."
+#: ../../mod/admin.php:1527 ../../mod/admin.php:1547
+msgid "Additional info (optional)"
+msgstr "Informazioni aggiuntive (facoltative)"
-#: ../../mod/profiles.php:105
-msgid "Profile unavailable to clone."
-msgstr "Impossibile duplicare il profilo."
+#: ../../mod/admin.php:1537
+msgid "Field definition not found"
+msgstr "Impossibile trovare la definizione del campo"
-#: ../../mod/profiles.php:146
-msgid "Profile unavailable to export."
-msgstr "Il profilo non è disponibile per l'export."
+#: ../../mod/admin.php:1543
+msgid "Edit Profile Field"
+msgstr "Modifica campo del profilo"
-#: ../../mod/profiles.php:251
-msgid "Profile Name is required."
-msgstr "Il nome del profilo è obbligatorio."
+#: ../../mod/api.php:74 ../../mod/api.php:98
+msgid "Authorize application connection"
+msgstr "Autorizza la app"
-#: ../../mod/profiles.php:414
-msgid "Marital Status"
-msgstr "Stato sentimentale"
+#: ../../mod/api.php:75
+msgid "Return to your app and insert this Securty Code:"
+msgstr "Torna alla app e inserisci questo codice di sicurezza:"
-#: ../../mod/profiles.php:418
-msgid "Romantic Partner"
-msgstr "Partner affettivo"
+#: ../../mod/api.php:85
+msgid "Please login to continue."
+msgstr "Accedi al sito per continuare."
-#: ../../mod/profiles.php:422
-msgid "Likes"
-msgstr "Mi piace"
+#: ../../mod/api.php:100
+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 app ad accedere ai messaggi e ai contatti o creare nuovi messaggi per te?"
-#: ../../mod/profiles.php:426
-msgid "Dislikes"
-msgstr "Non mi piace"
+#: ../../mod/appman.php:28 ../../mod/appman.php:44
+msgid "App installed."
+msgstr "App installata"
-#: ../../mod/profiles.php:430
-msgid "Work/Employment"
-msgstr "Lavoro/impiego"
+#: ../../mod/appman.php:37
+msgid "Malformed app."
+msgstr "L'app contiene errori"
-#: ../../mod/profiles.php:433
-msgid "Religion"
-msgstr "Religione"
+#: ../../mod/appman.php:80
+msgid "Embed code"
+msgstr "Inserisci il codice"
-#: ../../mod/profiles.php:437
-msgid "Political Views"
-msgstr "Orientamento politico"
+#: ../../mod/appman.php:86
+msgid "Edit App"
+msgstr "Modifica app"
-#: ../../mod/profiles.php:445
-msgid "Sexual Preference"
-msgstr "Preferenze sessuali"
+#: ../../mod/appman.php:86
+msgid "Create App"
+msgstr "Crea una app"
-#: ../../mod/profiles.php:449
-msgid "Homepage"
-msgstr "Home page"
+#: ../../mod/appman.php:91
+msgid "Name of app"
+msgstr "Nome app"
-#: ../../mod/profiles.php:453
-msgid "Interests"
-msgstr "Interessi"
+#: ../../mod/appman.php:92
+msgid "Location (URL) of app"
+msgstr "Indirizzo (URL) della app"
-#: ../../mod/profiles.php:457 ../../mod/admin.php:986
-msgid "Address"
-msgstr "Indirizzo"
+#: ../../mod/appman.php:93 ../../mod/events.php:450 ../../mod/rbmark.php:97
+msgid "Description"
+msgstr "Descrizione"
-#: ../../mod/profiles.php:547
-msgid "Profile updated."
-msgstr "Profilo aggiornato."
+#: ../../mod/appman.php:94
+msgid "Photo icon URL"
+msgstr "URL icona"
-#: ../../mod/profiles.php:634
-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/appman.php:94
+msgid "80 x 80 pixels - optional"
+msgstr "80 x 80 pixel - facoltativa"
-#: ../../mod/profiles.php:674
-msgid "Edit Profile Details"
-msgstr "Modifica i dettagli del profilo"
+#: ../../mod/appman.php:95
+msgid "Version ID"
+msgstr "ID versione"
-#: ../../mod/profiles.php:676
-msgid "View this profile"
-msgstr "Guarda questo profilo"
+#: ../../mod/appman.php:96
+msgid "Price of app"
+msgstr "Prezzo app"
-#: ../../mod/profiles.php:678
-msgid "Change Profile Photo"
-msgstr "Cambia la foto del profilo"
+#: ../../mod/appman.php:97
+msgid "Location (URL) to purchase app"
+msgstr "Indirizzo (URL) per acquistare la app"
-#: ../../mod/profiles.php:679
-msgid "Create a new profile using these settings"
-msgstr "Crea un nuovo profilo usando queste impostazioni"
+#: ../../mod/attach.php:9
+msgid "Item not available."
+msgstr "Elemento non disponibile."
-#: ../../mod/profiles.php:680
-msgid "Clone this profile"
-msgstr "Clona questo profilo"
+#: ../../mod/block.php:27 ../../mod/page.php:36
+msgid "Invalid item."
+msgstr "Elemento non valido."
-#: ../../mod/profiles.php:681
-msgid "Delete this profile"
-msgstr "Elimina questo profilo"
+#: ../../mod/block.php:39 ../../mod/page.php:52 ../../mod/wall_upload.php:29
+msgid "Channel not found."
+msgstr "Canale non trovato."
-#: ../../mod/profiles.php:683
-msgid "Import profile from file"
-msgstr "Importa il profilo da un file"
+#: ../../mod/blocks.php:95 ../../mod/blocks.php:148
+msgid "Block Name"
+msgstr "Nome del block"
-#: ../../mod/profiles.php:684
-msgid "Export profile to file"
-msgstr "Esporta il profilo in un file"
+#: ../../mod/blocks.php:149
+msgid "Block Title"
+msgstr "Titolo del block"
-#: ../../mod/profiles.php:685
-msgid "Profile Name:"
-msgstr "Nome del profilo:"
+#: ../../mod/bookmarks.php:40
+msgid "Bookmark added"
+msgstr "Segnalibro aggiunto"
-#: ../../mod/profiles.php:686
-msgid "Your Full Name:"
-msgstr "Il tuo nome completo:"
+#: ../../mod/bookmarks.php:62
+msgid "My Bookmarks"
+msgstr "I miei segnalibri"
-#: ../../mod/profiles.php:687
-msgid "Title/Description:"
-msgstr "Titolo/descrizione:"
+#: ../../mod/bookmarks.php:73
+msgid "My Connections Bookmarks"
+msgstr "I segnalibri dei miei contatti"
-#: ../../mod/profiles.php:688
-msgid "Your Gender:"
-msgstr "Sesso:"
+#: ../../mod/channel.php:25 ../../mod/chat.php:19
+msgid "You must be logged in to see this page."
+msgstr "Devi aver effettuato l'accesso per vedere questa pagina."
-#: ../../mod/profiles.php:689
-msgid "Birthday :"
-msgstr "Compleanno:"
+#: ../../mod/channel.php:97
+msgid "Insufficient permissions. Request redirected to profile page."
+msgstr "Permessi insufficienti. Sarà visualizzata la pagina del profilo."
-#: ../../mod/profiles.php:690
-msgid "Street Address:"
-msgstr "Indirizzo (via/piazza):"
+#: ../../mod/channel.php:131 ../../mod/network.php:169 ../../mod/rpost.php:114
+msgid "Public"
+msgstr "Pubblico"
-#: ../../mod/profiles.php:691
-msgid "Locality/City:"
-msgstr "Località:"
+#: ../../mod/chat.php:174
+msgid "Room not found"
+msgstr "Chat non trovata"
-#: ../../mod/profiles.php:692
-msgid "Postal/Zip Code:"
-msgstr "CAP:"
+#: ../../mod/chat.php:185
+msgid "Leave Room"
+msgstr "Lascia la chat"
-#: ../../mod/profiles.php:693
-msgid "Country:"
-msgstr "Nazione:"
+#: ../../mod/chat.php:186
+msgid "Delete This Room"
+msgstr "Elimina questa chat"
-#: ../../mod/profiles.php:694
-msgid "Region/State:"
-msgstr "Regione/stato:"
+#: ../../mod/chat.php:187
+msgid "I am away right now"
+msgstr "Non sono presente"
-#: ../../mod/profiles.php:695
-msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
-msgstr "<span class=\"heart\">&hearts;</span> Stato sentimentale:"
+#: ../../mod/chat.php:188
+msgid "I am online"
+msgstr "Sono online"
-#: ../../mod/profiles.php:696
-msgid "Who: (if applicable)"
-msgstr "Con chi: (se possibile)"
+#: ../../mod/chat.php:190
+msgid "Bookmark this room"
+msgstr "Aggiungi questa chat ai segnalibri"
-#: ../../mod/profiles.php:697
-msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
-msgstr "Per esempio: cathy123, Cathy Williams, cathy@example.com"
+#: ../../mod/chat.php:208 ../../mod/chat.php:231
+msgid "New Chatroom"
+msgstr "Nuova chat"
-#: ../../mod/profiles.php:698
-msgid "Since [date]:"
-msgstr "dal [data]:"
+#: ../../mod/chat.php:209
+msgid "Chatroom Name"
+msgstr "Nome della chat"
-#: ../../mod/profiles.php:700
-msgid "Homepage URL:"
-msgstr "Indirizzo home page:"
+#: ../../mod/chat.php:210
+msgid "Expiration of chats (minutes)"
+msgstr "Scadenza dei messaggi della chat (minuti)"
-#: ../../mod/profiles.php:703
-msgid "Religious Views:"
-msgstr "Orientamento religioso:"
+#: ../../mod/chat.php:227
+#, php-format
+msgid "%1$s's Chatrooms"
+msgstr "Le chat di %1$s"
-#: ../../mod/profiles.php:704
-msgid "Keywords:"
-msgstr "Parole chiave, tag:"
+#: ../../mod/chatsvc.php:111
+msgid "Away"
+msgstr "Assente"
-#: ../../mod/profiles.php:707
-msgid "Example: fishing photography software"
-msgstr "Per esempio: pesca fotografia programmazione"
+#: ../../mod/chatsvc.php:115
+msgid "Online"
+msgstr "Online"
-#: ../../mod/profiles.php:708
-msgid "Used in directory listings"
-msgstr "Visibile negli elenchi pubblici di canali"
+#: ../../mod/common.php:10
+msgid "No channel."
+msgstr "Nessun canale."
-#: ../../mod/profiles.php:709
-msgid "Tell us about yourself..."
-msgstr "Raccontaci di te..."
+#: ../../mod/common.php:39
+msgid "Common connections"
+msgstr "Contatti in comune"
-#: ../../mod/profiles.php:710
-msgid "Hobbies/Interests"
-msgstr "Hobby/interessi"
+#: ../../mod/common.php:44
+msgid "No connections in common."
+msgstr "Nessun contatto in comune."
-#: ../../mod/profiles.php:711
-msgid "Contact information and Social Networks"
-msgstr "Contatti personali e i tuoi social network"
+#: ../../mod/connect.php:56 ../../mod/connect.php:104
+msgid "Continue"
+msgstr "Continua"
-#: ../../mod/profiles.php:712
-msgid "My other channels"
-msgstr "I miei altri canali"
+#: ../../mod/connect.php:85
+msgid "Premium Channel Setup"
+msgstr "Canale premium - configurazione"
-#: ../../mod/profiles.php:713
-msgid "Musical interests"
-msgstr "Interessi musicali"
+#: ../../mod/connect.php:87
+msgid "Enable premium channel connection restrictions"
+msgstr "Abilita le restrizioni del canale premium"
-#: ../../mod/profiles.php:714
-msgid "Books, literature"
-msgstr "Libri, letteratura"
+#: ../../mod/connect.php:88
+msgid ""
+"Please enter your restrictions or conditions, such as paypal receipt, usage "
+"guidelines, etc."
+msgstr "Scrivi le condizioni d'uso e le restrizioni di questo canale, come per esempio le linee guida, il sistema di pagamento, ecc."
-#: ../../mod/profiles.php:715
-msgid "Television"
-msgstr "Televisione"
+#: ../../mod/connect.php:90 ../../mod/connect.php:110
+msgid ""
+"This channel may require additional steps or acknowledgement of the "
+"following conditions prior to connecting:"
+msgstr "Prima di connetterti a questo canale è necessario che tu accetti le seguenti condizioni:"
-#: ../../mod/profiles.php:716
-msgid "Film/dance/culture/entertainment"
-msgstr "Film/danza/cultura/intrattenimento"
+#: ../../mod/connect.php:91
+msgid ""
+"Potential connections will then see the following text before proceeding:"
+msgstr "Il testo seguente comparirà a chi vorrà seguire il canale:"
-#: ../../mod/profiles.php:717
-msgid "Love/romance"
-msgstr "Amore"
+#: ../../mod/connect.php:92 ../../mod/connect.php:113
+msgid ""
+"By continuing, I certify that I have complied with any instructions provided"
+" on this page."
+msgstr "Continuando dichiaro di aver seguito tutte le indicazioni e le istruzioni fornite in questa pagina."
-#: ../../mod/profiles.php:718
-msgid "Work/employment"
-msgstr "Lavoro/impiego"
+#: ../../mod/connect.php:101
+msgid "(No specific instructions have been provided by the channel owner.)"
+msgstr "(Il gestore del canale non ha fornito istruzioni specifiche)"
-#: ../../mod/profiles.php:719
-msgid "School/education"
-msgstr "Scuola/educazione"
+#: ../../mod/connect.php:109
+msgid "Restricted or Premium Channel"
+msgstr "Canale premium - con restrizioni"
-#: ../../mod/profiles.php:725
-msgid "This is your default profile."
-msgstr "Questo è il tuo profilo predefinito."
+#: ../../mod/connections.php:52 ../../mod/connections.php:150
+msgid "Blocked"
+msgstr "Bloccati"
-#: ../../mod/profiles.php:736
-msgid "Age: "
-msgstr "Età:"
+#: ../../mod/connections.php:57 ../../mod/connections.php:157
+msgid "Ignored"
+msgstr "Ignorati"
-#: ../../mod/profiles.php:779
-msgid "Edit/Manage Profiles"
-msgstr "Modifica/gestisci i profili"
+#: ../../mod/connections.php:62 ../../mod/connections.php:171
+msgid "Hidden"
+msgstr "Nascosti"
-#: ../../mod/profiles.php:780
-msgid "Add profile things"
-msgstr "Aggiungi oggetti al profilo"
+#: ../../mod/connections.php:67 ../../mod/connections.php:164
+msgid "Archived"
+msgstr "Archiviati"
-#: ../../mod/profiles.php:781
-msgid "Include desirable objects in your profile"
-msgstr "Aggiungi oggetti interessanti al tuo profilo"
+#: ../../mod/connections.php:128
+msgid "Suggest new connections"
+msgstr "Suggerisci nuovi contatti"
+
+#: ../../mod/connections.php:131
+msgid "New Connections"
+msgstr "Nuovi contatti"
+
+#: ../../mod/connections.php:134
+msgid "Show pending (new) connections"
+msgstr "Richieste di contatto in attesa"
+
+#: ../../mod/connections.php:137 ../../mod/profperm.php:139
+msgid "All Connections"
+msgstr "Tutti i contatti"
+
+#: ../../mod/connections.php:140
+msgid "Show all connections"
+msgstr "Mostra tutti i contatti"
+
+#: ../../mod/connections.php:143
+msgid "Unblocked"
+msgstr "Non bloccati"
+
+#: ../../mod/connections.php:146
+msgid "Only show unblocked connections"
+msgstr "Mostra solo i contatti non bloccati"
+
+#: ../../mod/connections.php:153
+msgid "Only show blocked connections"
+msgstr "Mostra solo i contatti bloccati"
+
+#: ../../mod/connections.php:160
+msgid "Only show ignored connections"
+msgstr "Mostra solo i contatti ignorati"
+
+#: ../../mod/connections.php:167
+msgid "Only show archived connections"
+msgstr "Mostra solo i contatti archiviati"
+
+#: ../../mod/connections.php:174
+msgid "Only show hidden connections"
+msgstr "Mostra solo i contatti nascosti"
+
+#: ../../mod/connections.php:225
+#, php-format
+msgid "%1$s [%2$s]"
+msgstr "%1$s [%2$s]"
+
+#: ../../mod/connections.php:226
+msgid "Edit connection"
+msgstr "Modifica il contatto"
+
+#: ../../mod/connections.php:264
+msgid "Search your connections"
+msgstr "Cerca tra i contatti"
+
+#: ../../mod/connections.php:265
+msgid "Finding: "
+msgstr "Ricerca: "
#: ../../mod/connedit.php:75
msgid "Could not access contact record."
@@ -5547,229 +5429,217 @@ msgstr "Impossibile accedere alle informazioni della rubrica."
msgid "Refresh failed - channel is currently unavailable."
msgstr "Il canale non è disponibile - impossibile aggiornare."
-#: ../../mod/connedit.php:418 ../../mod/connedit.php:427
-#: ../../mod/connedit.php:436 ../../mod/connedit.php:445
-#: ../../mod/connedit.php:458
+#: ../../mod/connedit.php:424 ../../mod/connedit.php:433
+#: ../../mod/connedit.php:442 ../../mod/connedit.php:451
+#: ../../mod/connedit.php:464
msgid "Unable to set address book parameters."
msgstr "Impossibile impostare i parametri della rubrica."
-#: ../../mod/connedit.php:482
+#: ../../mod/connedit.php:488
msgid "Connection has been removed."
msgstr "Il contatto è stato rimosso."
-#: ../../mod/connedit.php:501
+#: ../../mod/connedit.php:507
#, php-format
msgid "View %s's profile"
msgstr "Guarda il profilo di %s"
-#: ../../mod/connedit.php:505
+#: ../../mod/connedit.php:511
msgid "Refresh Permissions"
msgstr "Modifica i permessi"
-#: ../../mod/connedit.php:508
+#: ../../mod/connedit.php:514
msgid "Fetch updated permissions"
msgstr "Guarda e modifica i permessi assegnati"
-#: ../../mod/connedit.php:512
+#: ../../mod/connedit.php:518
msgid "Recent Activity"
msgstr "Attività recenti"
-#: ../../mod/connedit.php:515
+#: ../../mod/connedit.php:521
msgid "View recent posts and comments"
msgstr "Leggi i post recenti e i commenti"
-#: ../../mod/connedit.php:519 ../../mod/admin.php:823
-msgid "Unblock"
-msgstr "Sblocca"
-
-#: ../../mod/connedit.php:519 ../../mod/admin.php:822
-msgid "Block"
-msgstr "Blocca"
-
-#: ../../mod/connedit.php:522
+#: ../../mod/connedit.php:528
msgid "Block (or Unblock) all communications with this connection"
msgstr "Blocca ogni interazione con questo contatto (abilita/disabilita)"
-#: ../../mod/connedit.php:523
+#: ../../mod/connedit.php:529
msgid "This connection is blocked!"
msgstr "Questa connessione è tra quelle bloccate!"
-#: ../../mod/connedit.php:527
+#: ../../mod/connedit.php:533
msgid "Unignore"
msgstr "Non ignorare"
-#: ../../mod/connedit.php:527 ../../mod/notifications.php:51
+#: ../../mod/connedit.php:533 ../../mod/notifications.php:51
msgid "Ignore"
msgstr "Ignora"
-#: ../../mod/connedit.php:530
+#: ../../mod/connedit.php:536
msgid "Ignore (or Unignore) all inbound communications from this connection"
msgstr "Ignora tutte le comunicazioni in arrivo da questo contatto (abilita/disabilita)"
-#: ../../mod/connedit.php:531
+#: ../../mod/connedit.php:537
msgid "This connection is ignored!"
msgstr "Questa connessione è tra quelle ignorate!"
-#: ../../mod/connedit.php:535
+#: ../../mod/connedit.php:541
msgid "Unarchive"
msgstr "Non archiviare"
-#: ../../mod/connedit.php:535
+#: ../../mod/connedit.php:541
msgid "Archive"
msgstr "Archivia"
-#: ../../mod/connedit.php:538
+#: ../../mod/connedit.php:544
msgid ""
"Archive (or Unarchive) this connection - mark channel dead but keep content"
msgstr "Archivia questo contatto (abilita/disabilita) - segna il canale come non più attivo ma ne conserva i contenuti"
-#: ../../mod/connedit.php:539
+#: ../../mod/connedit.php:545
msgid "This connection is archived!"
msgstr "Questa connessione è tra quelle archiviate!"
-#: ../../mod/connedit.php:543
+#: ../../mod/connedit.php:549
msgid "Unhide"
msgstr "Non nascondere"
-#: ../../mod/connedit.php:543
+#: ../../mod/connedit.php:549
msgid "Hide"
msgstr "Nascondi"
-#: ../../mod/connedit.php:546
+#: ../../mod/connedit.php:552
msgid "Hide or Unhide this connection from your other connections"
msgstr "Nascondi questo contatto a tutti gli altri (abilita/disabilita)"
-#: ../../mod/connedit.php:547
+#: ../../mod/connedit.php:553
msgid "This connection is hidden!"
msgstr "Questa connessione è tra quelle nascoste!"
-#: ../../mod/connedit.php:554
+#: ../../mod/connedit.php:560
msgid "Delete this connection"
msgstr "Elimina questo contatto"
-#: ../../mod/connedit.php:635
+#: ../../mod/connedit.php:641
msgid "Approve this connection"
msgstr "Approva questo contatto"
-#: ../../mod/connedit.php:635
+#: ../../mod/connedit.php:641
msgid "Accept connection to allow communication"
msgstr "Entra in contatto per poter comunicare"
-#: ../../mod/connedit.php:640
+#: ../../mod/connedit.php:646
msgid "Set Affinity"
msgstr "Scegli l'affinità"
-#: ../../mod/connedit.php:643
+#: ../../mod/connedit.php:649
msgid "Set Profile"
msgstr "Scegli il profilo da mostrare"
-#: ../../mod/connedit.php:646
+#: ../../mod/connedit.php:652
msgid "Set Affinity & Profile"
msgstr "Affinità e profilo"
-#: ../../mod/connedit.php:679
+#: ../../mod/connedit.php:685
msgid "none"
msgstr "--"
-#: ../../mod/connedit.php:684
+#: ../../mod/connedit.php:690
msgid "Apply these permissions automatically"
msgstr "Applica automaticamente questi permessi"
-#: ../../mod/connedit.php:686
+#: ../../mod/connedit.php:692
msgid "This connection's primary address is"
msgstr "Indirizzo primario di questo canale"
-#: ../../mod/connedit.php:687
+#: ../../mod/connedit.php:693
msgid "Available locations:"
msgstr "Indirizzi disponibili"
-#: ../../mod/connedit.php:691
+#: ../../mod/connedit.php:697
msgid ""
"The permissions indicated on this page will be applied to all new "
"connections."
msgstr "I permessi indicati su questa pagina saranno applicati a tutti i nuovi contatti da ora in poi."
-#: ../../mod/connedit.php:693
+#: ../../mod/connedit.php:699
msgid "Slide to adjust your degree of friendship"
msgstr "Trascina per restringere il grado di amicizia da mostrare"
-#: ../../mod/connedit.php:695
+#: ../../mod/connedit.php:701
msgid "Slide to adjust your rating"
msgstr "Trascina per cambiare la tua valutazione"
-#: ../../mod/connedit.php:696 ../../mod/connedit.php:701
+#: ../../mod/connedit.php:702 ../../mod/connedit.php:707
msgid "Optionally explain your rating"
msgstr "Commento facoltativo"
-#: ../../mod/connedit.php:698
+#: ../../mod/connedit.php:704
msgid "Custom Filter"
msgstr "Filtro personalizzato"
-#: ../../mod/connedit.php:699
+#: ../../mod/connedit.php:705
msgid "Only import posts with this text"
msgstr "Importa solo i post che contengono queste parole chiave"
-#: ../../mod/connedit.php:699 ../../mod/connedit.php:700
+#: ../../mod/connedit.php:705 ../../mod/connedit.php:706
msgid ""
"words one per line or #tags or /patterns/ or lang=xx, leave blank to import "
"all posts"
msgstr "per ogni riga: parole, #tag, /pattern/ o lang=xx , lascia vuoto per importare tutto"
-#: ../../mod/connedit.php:700
+#: ../../mod/connedit.php:706
msgid "Do not import posts with this text"
msgstr "Non importare i post con queste parole chiave"
-#: ../../mod/connedit.php:702
+#: ../../mod/connedit.php:708
msgid "This information is public!"
msgstr "Questa informazione è pubblica!"
-#: ../../mod/connedit.php:707
+#: ../../mod/connedit.php:713
msgid "Connection Pending Approval"
msgstr "Contatti in attesa di approvazione"
-#: ../../mod/connedit.php:708
+#: ../../mod/connedit.php:714
msgid "Connection Request"
msgstr "Richiesta di entrare in contatto"
-#: ../../mod/connedit.php:709
+#: ../../mod/connedit.php:715
#, php-format
msgid ""
"(%s) would like to connect with you. Please approve this connection to allow"
" communication."
msgstr "(%s) vorrebbe entrare in contatto con te. Per permettere la comunicazione è necessario che tu approvi."
-#: ../../mod/connedit.php:710 ../../mod/admin.php:819
-msgid "Approve"
-msgstr "Approva"
-
-#: ../../mod/connedit.php:711
+#: ../../mod/connedit.php:717
msgid "Approve Later"
msgstr "Approva più tardi"
-#: ../../mod/connedit.php:714
+#: ../../mod/connedit.php:720
msgid "inherited"
msgstr "derivato"
-#: ../../mod/connedit.php:716
+#: ../../mod/connedit.php:722
#, 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 dopo che ha effettuato l'accesso."
-#: ../../mod/connedit.php:718
+#: ../../mod/connedit.php:724
msgid "Their Settings"
msgstr "Permessi concessi a te"
-#: ../../mod/connedit.php:719
+#: ../../mod/connedit.php:725
msgid "My Settings"
msgstr "Permessi che concedo"
-#: ../../mod/connedit.php:721
+#: ../../mod/connedit.php:727
msgid "Individual Permissions"
msgstr "Permessi individuali"
-#: ../../mod/connedit.php:722
+#: ../../mod/connedit.php:728
msgid ""
"Some permissions may be inherited from your channel's <a "
"href=\"settings\"><strong>privacy settings</strong></a>, which have higher "
@@ -5777,7 +5647,7 @@ msgid ""
" settings here."
msgstr "Alcuni permessi derivano dalle <a href=\"settings\"><strong>impostazioni di privacy</strong></a> del tuo canale, che hanno priorità assoluta su qualsiasi altra impostazione scelta per i singoli contatti. Da questa pagina <strong>non</strong> puoi cambiarle."
-#: ../../mod/connedit.php:723
+#: ../../mod/connedit.php:729
msgid ""
"Some permissions may be inherited from your channel's <a "
"href=\"settings\"><strong>privacy settings</strong></a>, which have higher "
@@ -5785,22 +5655,111 @@ msgid ""
"they wont have any impact unless the inherited setting changes."
msgstr "Alcuni permessi derivano dalle <a href=\"settings\"><strong>impostazioni di privacy</strong></a> del tuo canale, che hanno priorità assoluta su qualsiasi altra impostazione scelta per i singoli contatti. Le personalizzazioni che effettuerai qui potrebbero non essere effettive a meno che tu non cambi le impostazioni generali."
-#: ../../mod/connedit.php:724
+#: ../../mod/connedit.php:730
msgid "Last update:"
msgstr "Ultimo aggiornamento:"
-#: ../../mod/acl.php:222
-msgid "network"
-msgstr "rete"
-
-#: ../../mod/acl.php:232
-msgid "RSS"
-msgstr "RSS"
-
#: ../../mod/dav.php:121
msgid "$Projectname channel"
msgstr "Canale $Projectname"
+#: ../../mod/directory.php:59 ../../mod/display.php:13
+#: ../../mod/photos.php:490 ../../mod/ratings.php:82 ../../mod/search.php:13
+#: ../../mod/viewconnections.php:17
+msgid "Public access denied."
+msgstr "Accesso pubblico negato."
+
+#: ../../mod/directory.php:236
+#, php-format
+msgid "%d rating"
+msgid_plural "%d ratings"
+msgstr[0] "%d valutazione"
+msgstr[1] "%d valutazioni"
+
+#: ../../mod/directory.php:247
+msgid "Gender: "
+msgstr "Sesso:"
+
+#: ../../mod/directory.php:249
+msgid "Status: "
+msgstr "Stato:"
+
+#: ../../mod/directory.php:251
+msgid "Homepage: "
+msgstr "Homepage:"
+
+#: ../../mod/directory.php:310
+msgid "Description:"
+msgstr "Descrizione:"
+
+#: ../../mod/directory.php:319
+msgid "Public Forum:"
+msgstr "Forum pubblico:"
+
+#: ../../mod/directory.php:322
+msgid "Keywords: "
+msgstr "Parole chiave:"
+
+#: ../../mod/directory.php:325
+msgid "Don't suggest"
+msgstr "Non fornire suggerimenti"
+
+#: ../../mod/directory.php:327
+msgid "Common connections:"
+msgstr "Contatti in comune:"
+
+#: ../../mod/directory.php:376
+msgid "Global Directory"
+msgstr "Elenchi pubblici globali"
+
+#: ../../mod/directory.php:376
+msgid "Local Directory"
+msgstr "Elenco canali su questo hub"
+
+#: ../../mod/directory.php:382
+msgid "Finding:"
+msgstr "Ricerca:"
+
+#: ../../mod/directory.php:387
+msgid "next page"
+msgstr "pagina successiva"
+
+#: ../../mod/directory.php:387
+msgid "previous page"
+msgstr "pagina precedente"
+
+#: ../../mod/directory.php:388
+msgid "Sort options"
+msgstr "Opzioni di ordinamento"
+
+#: ../../mod/directory.php:389
+msgid "Alphabetic"
+msgstr "Alfabetico"
+
+#: ../../mod/directory.php:390
+msgid "Reverse Alphabetic"
+msgstr "Alfabetico inverso"
+
+#: ../../mod/directory.php:391
+msgid "Newest to Oldest"
+msgstr "Prima i più recenti"
+
+#: ../../mod/directory.php:392
+msgid "Oldest to Newest"
+msgstr "Prima i più vecchi"
+
+#: ../../mod/directory.php:409
+msgid "No entries (some entries may be hidden)."
+msgstr "Nessun risultato (qualche elemento potrebbe essere nascosto)."
+
+#: ../../mod/dirsearch.php:21 ../../mod/regdir.php:45
+msgid "This site is not a directory server"
+msgstr "Questo non è un directory server"
+
+#: ../../mod/dirsearch.php:29
+msgid "This directory server requires an access token"
+msgstr "Questo directory server necessita di un token di autenticazione"
+
#: ../../mod/dreport.php:23
msgid "Invalid message"
msgstr "Messaggio non valido"
@@ -5858,363 +5817,424 @@ msgstr "ricevuto messaggio duplicato"
msgid "mail delivered"
msgstr "messaggio recapitato"
-#: ../../mod/editwebpage.php:77 ../../mod/editblock.php:78
-#: ../../mod/editblock.php:94 ../../mod/editlayout.php:76
-#: ../../mod/editpost.php:20
+#: ../../mod/editblock.php:78 ../../mod/editblock.php:94
+#: ../../mod/editlayout.php:76 ../../mod/editpost.php:20
+#: ../../mod/editwebpage.php:77
msgid "Item not found"
msgstr "Elemento non trovato"
-#: ../../mod/editwebpage.php:153
-msgid "Delete webpage?"
-msgstr "Vuoi eliminare questa pagina web?"
-
-#: ../../mod/editwebpage.php:172
-msgid "Page link title"
-msgstr "Link del titolo"
+#: ../../mod/editblock.php:118
+msgid "Delete block?"
+msgstr "Vuoi eliminare questo block?"
-#: ../../mod/editwebpage.php:185 ../../mod/editblock.php:145
-#: ../../mod/editlayout.php:143 ../../mod/editpost.php:121
+#: ../../mod/editblock.php:145 ../../mod/editlayout.php:143
+#: ../../mod/editpost.php:121 ../../mod/editwebpage.php:185
msgid "Insert YouTube video"
msgstr "Inserisci video da YouTube"
-#: ../../mod/editwebpage.php:186 ../../mod/editblock.php:146
-#: ../../mod/editlayout.php:144 ../../mod/editpost.php:122
+#: ../../mod/editblock.php:146 ../../mod/editlayout.php:144
+#: ../../mod/editpost.php:122 ../../mod/editwebpage.php:186
msgid "Insert Vorbis [.ogg] video"
msgstr "Inserisci video Vorbis [.ogg]"
-#: ../../mod/editwebpage.php:187 ../../mod/editblock.php:147
-#: ../../mod/editlayout.php:145 ../../mod/editpost.php:123
+#: ../../mod/editblock.php:147 ../../mod/editlayout.php:145
+#: ../../mod/editpost.php:123 ../../mod/editwebpage.php:187
msgid "Insert Vorbis [.ogg] audio"
msgstr "Inserisci audio Vorbis [.ogg]"
+#: ../../mod/editblock.php:180
+msgid "Edit Block"
+msgstr "Modifica il block"
+
+#: ../../mod/editlayout.php:112
+msgid "Delete layout?"
+msgstr "Vuoi eliminare questo layout?"
+
+#: ../../mod/editlayout.php:159 ../../mod/layouts.php:124
+msgid "Layout Description (Optional)"
+msgstr "Descrizione del layout (facoltativa)"
+
+#: ../../mod/editlayout.php:161 ../../mod/layouts.php:121
+#: ../../mod/layouts.php:179
+msgid "Layout Name"
+msgstr "Nome layout"
+
+#: ../../mod/editlayout.php:178
+msgid "Edit Layout"
+msgstr "Modifica il layout"
+
+#: ../../mod/editpost.php:31
+msgid "Item is not editable"
+msgstr "L'elemento non è modificabile"
+
+#: ../../mod/editpost.php:57
+msgid "Delete item?"
+msgstr "Eliminare questo elemento?"
+
+#: ../../mod/editpost.php:164 ../../mod/rpost.php:128
+msgid "Edit post"
+msgstr "Modifica post"
+
+#: ../../mod/editwebpage.php:153
+msgid "Delete webpage?"
+msgstr "Vuoi eliminare questa pagina web?"
+
+#: ../../mod/editwebpage.php:172
+msgid "Page link title"
+msgstr "Link del titolo"
+
#: ../../mod/editwebpage.php:222
msgid "Edit Webpage"
msgstr "Modifica la pagina web"
-#: ../../mod/oexchange.php:23
-msgid "Unable to find your hub."
-msgstr "Impossibile raggiungere il tuo hub."
+#: ../../mod/events.php:21
+msgid "Calendar entries imported."
+msgstr "Le voci del calendario sono state importate."
-#: ../../mod/oexchange.php:37
-msgid "Post successful."
-msgstr "Inviato!"
+#: ../../mod/events.php:23
+msgid "No calendar entries found."
+msgstr "Non sono state trovate voci del calendario."
-#: ../../mod/ping.php:260
-msgid "sent you a private message"
-msgstr "ti ha inviato un messaggio privato"
+#: ../../mod/events.php:100
+msgid "Event can not end before it has started."
+msgstr "Un evento non può terminare prima del suo inizio."
-#: ../../mod/ping.php:308
-msgid "added your channel"
-msgstr "ha aggiunto il tuo canale"
+#: ../../mod/events.php:102 ../../mod/events.php:111 ../../mod/events.php:131
+msgid "Unable to generate preview."
+msgstr "Impossibile creare un'anteprima."
-#: ../../mod/ping.php:350
-msgid "posted an event"
-msgstr "ha creato un evento"
+#: ../../mod/events.php:109
+msgid "Event title and start time are required."
+msgstr "Sono necessari il titolo e l'ora d'inizio dell'evento."
-#: ../../mod/api.php:74 ../../mod/api.php:98
-msgid "Authorize application connection"
-msgstr "Autorizza la app"
+#: ../../mod/events.php:129 ../../mod/events.php:254
+msgid "Event not found."
+msgstr "Evento non trovato."
-#: ../../mod/api.php:75
-msgid "Return to your app and insert this Securty Code:"
-msgstr "Torna alla app e inserisci questo codice di sicurezza:"
+#: ../../mod/events.php:437
+msgid "Edit event title"
+msgstr "Modifica il titolo dell'evento"
-#: ../../mod/api.php:85
-msgid "Please login to continue."
-msgstr "Accedi al sito per continuare."
+#: ../../mod/events.php:437
+msgid "Event title"
+msgstr "Titolo dell'evento"
-#: ../../mod/api.php:100
-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 app ad accedere ai messaggi e ai contatti o creare nuovi messaggi per te?"
+#: ../../mod/events.php:439
+msgid "Categories (comma-separated list)"
+msgstr "Categorie (separate da virgola)"
-#: ../../mod/notify.php:53 ../../mod/notifications.php:94
-msgid "No more system notifications."
-msgstr "Non ci sono nuove notifiche di sistema."
+#: ../../mod/events.php:440
+msgid "Edit Category"
+msgstr "Modifica la categoria"
-#: ../../mod/notify.php:57 ../../mod/notifications.php:98
-msgid "System Notifications"
-msgstr "Notifiche di sistema"
+#: ../../mod/events.php:440
+msgid "Category"
+msgstr "Categoria"
-#: ../../mod/rbmark.php:90
-msgid "Select a bookmark folder"
-msgstr "Scegli una cartella di segnalibri"
+#: ../../mod/events.php:443
+msgid "Edit start date and time"
+msgstr "Modifica data/ora di inizio"
-#: ../../mod/rbmark.php:95
-msgid "Save Bookmark"
-msgstr "Salva segnalibro"
+#: ../../mod/events.php:443
+msgid "Start date and time"
+msgstr "Data e ora di inizio"
-#: ../../mod/rbmark.php:96
-msgid "URL of bookmark"
-msgstr "URL del segnalibro"
+#: ../../mod/events.php:444 ../../mod/events.php:447
+msgid "Finish date and time are not known or not relevant"
+msgstr "La data e l'ora di fine non sono necessarie"
-#: ../../mod/rbmark.php:97 ../../mod/appman.php:93 ../../mod/events.php:450
-msgid "Description"
-msgstr "Descrizione"
+#: ../../mod/events.php:446
+msgid "Edit finish date and time"
+msgstr "Modifica data/ora di fine"
-#: ../../mod/rbmark.php:101
-msgid "Or enter new bookmark folder name"
-msgstr "O inserisci il nome di una nuova cartella di segnalibri"
+#: ../../mod/events.php:446
+msgid "Finish date and time"
+msgstr "Data e ora di fine"
-#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92
-msgid "Contact not found."
-msgstr "Contatto non trovato."
+#: ../../mod/events.php:448 ../../mod/events.php:449
+msgid "Adjust for viewer timezone"
+msgstr "Adatta al fuso orario di chi legge"
-#: ../../mod/fsuggest.php:63
-msgid "Friend suggestion sent."
-msgstr "Suggerimento di amicizia inviato."
+#: ../../mod/events.php:448
+msgid ""
+"Important for events that happen in a particular place. Not practical for "
+"global holidays."
+msgstr "Importante per eventi che avvengono online ma con un certo fuso orario."
-#: ../../mod/fsuggest.php:97
-msgid "Suggest Friends"
-msgstr "Suggerisci amici"
+#: ../../mod/events.php:450
+msgid "Edit Description"
+msgstr "Modifica la descrizione"
-#: ../../mod/fsuggest.php:99
-#, php-format
-msgid "Suggest a friend for %s"
-msgstr "Suggerisci un amico a %s"
+#: ../../mod/events.php:452
+msgid "Edit Location"
+msgstr "Modifica il luogo"
-#: ../../mod/sources.php:32
-msgid "Failed to create source. No channel selected."
-msgstr "Impossibile creare la sorgente. Nessun canale selezionato."
+#: ../../mod/events.php:455 ../../mod/events.php:457
+msgid "Share this event"
+msgstr "Condividi questo evento"
-#: ../../mod/sources.php:45
-msgid "Source created."
-msgstr "Sorgente creata."
+#: ../../mod/events.php:462
+msgid "Advanced Options"
+msgstr "Opzioni avanzate"
-#: ../../mod/sources.php:57
-msgid "Source updated."
-msgstr "Sorgente aggiornata."
+#: ../../mod/events.php:574
+msgid "l, F j"
+msgstr "l j F"
-#: ../../mod/sources.php:82
-msgid "*"
-msgstr "*"
+#: ../../mod/events.php:596
+msgid "Edit event"
+msgstr "Modifica l'evento"
-#: ../../mod/sources.php:89
-msgid "Manage remote sources of content for your channel."
-msgstr "Gestisci le sorgenti dei contenuti del tuo canale."
+#: ../../mod/events.php:598
+msgid "Delete event"
+msgstr "Elimina l'evento"
-#: ../../mod/sources.php:90 ../../mod/sources.php:100
-msgid "New Source"
-msgstr "Nuova sorgente"
+#: ../../mod/events.php:632
+msgid "calendar"
+msgstr "calendario"
-#: ../../mod/sources.php:101 ../../mod/sources.php:133
-msgid ""
-"Import all or selected content from the following channel into this channel "
-"and distribute it according to your channel settings."
-msgstr "Importa nel tuo canale tutti o una parte dei contenuti dal canale seguente."
+#: ../../mod/events.php:651
+msgid "Edit Event"
+msgstr "Modifica l'evento"
-#: ../../mod/sources.php:102 ../../mod/sources.php:134
-msgid "Only import content with these words (one per line)"
-msgstr "Importa solo i contenuti che hanno queste parole (una per riga)"
+#: ../../mod/events.php:651
+msgid "Create Event"
+msgstr "Crea un evento"
-#: ../../mod/sources.php:102 ../../mod/sources.php:134
-msgid "Leave blank to import all public content"
-msgstr "Lascia vuoto per importare tutti i contenuti pubblici"
+#: ../../mod/events.php:652 ../../mod/events.php:659 ../../mod/photos.php:902
+msgid "Previous"
+msgstr "Precendente"
-#: ../../mod/sources.php:123 ../../mod/sources.php:150
-msgid "Source not found."
-msgstr "Sorgente non trovata."
+#: ../../mod/events.php:653 ../../mod/events.php:660 ../../mod/photos.php:911
+#: ../../mod/setup.php:285
+msgid "Next"
+msgstr "Successivo"
-#: ../../mod/sources.php:130
-msgid "Edit Source"
-msgstr "Modifica la sorgente"
+#: ../../mod/events.php:661
+msgid "Today"
+msgstr "Oggi"
-#: ../../mod/sources.php:131
-msgid "Delete Source"
-msgstr "Elimina la sorgente"
+#: ../../mod/events.php:692
+msgid "Event removed"
+msgstr "Evento eliminato"
-#: ../../mod/sources.php:158
-msgid "Source removed"
-msgstr "Sorgente eliminata"
+#: ../../mod/events.php:695
+msgid "Failed to remove event"
+msgstr "Impossibile eliminare l'evento"
-#: ../../mod/sources.php:160
-msgid "Unable to remove source."
-msgstr "Impossibile rimuovere la sorgente."
+#: ../../mod/ffsapi.php:8
+msgid "Share content from Firefox to $Projectname"
+msgstr "Condividi i contenuti su $Projectname da Firefox"
-#: ../../mod/notifications.php:26
-msgid "Invalid request identifier."
-msgstr "L'identificativo della richiesta non è valido."
+#: ../../mod/ffsapi.php:11
+msgid "Activate the Firefox $Projectname provider"
+msgstr "Attiva Firefox Share per $Projectname"
-#: ../../mod/notifications.php:35
-msgid "Discard"
-msgstr "Rifiuta"
+#: ../../mod/filer.php:48
+msgid "- select -"
+msgstr "- scegli -"
-#: ../../mod/tagrm.php:44 ../../mod/tagrm.php:94
-msgid "Tag removed"
-msgstr "Tag rimosso"
+#: ../../mod/filestorage.php:82
+msgid "Permission Denied."
+msgstr "Permesso negato."
-#: ../../mod/tagrm.php:119
-msgid "Remove Item Tag"
-msgstr "Rimuovi il tag"
+#: ../../mod/filestorage.php:98
+msgid "File not found."
+msgstr "File non trovato."
-#: ../../mod/tagrm.php:121
-msgid "Select a tag to remove: "
-msgstr "Seleziona un tag da rimuovere: "
+#: ../../mod/filestorage.php:141
+msgid "Edit file permissions"
+msgstr "Modifica i permessi del file"
-#: ../../mod/tagrm.php:133 ../../mod/photos.php:951
-msgid "Remove"
-msgstr "Rimuovi"
+#: ../../mod/filestorage.php:150
+msgid "Set/edit permissions"
+msgstr "Modifica i permessi"
-#: ../../mod/directory.php:236
-#, php-format
-msgid "%d rating"
-msgid_plural "%d ratings"
-msgstr[0] "%d valutazione"
-msgstr[1] "%d valutazioni"
+#: ../../mod/filestorage.php:151
+msgid "Include all files and sub folders"
+msgstr "Includi tutti i file e le sottocartelle"
-#: ../../mod/directory.php:247
-msgid "Gender: "
-msgstr "Sesso:"
+#: ../../mod/filestorage.php:152
+msgid "Return to file list"
+msgstr "Torna all'elenco dei file"
-#: ../../mod/directory.php:249
-msgid "Status: "
-msgstr "Stato:"
+#: ../../mod/filestorage.php:154
+msgid "Copy/paste this code to attach file to a post"
+msgstr "Copia/incolla questo codice per far comparire il file in un post"
-#: ../../mod/directory.php:251
-msgid "Homepage: "
-msgstr "Homepage:"
+#: ../../mod/filestorage.php:155
+msgid "Copy/paste this URL to link file from a web page"
+msgstr "Copia/incolla questo indirizzo in una pagina web per avere un link al file"
-#: ../../mod/directory.php:310
-msgid "Description:"
-msgstr "Descrizione:"
+#: ../../mod/filestorage.php:157
+msgid "Share this file"
+msgstr "Condividi questo file"
-#: ../../mod/directory.php:319
-msgid "Public Forum:"
-msgstr "Forum pubblico:"
+#: ../../mod/filestorage.php:158
+msgid "Show URL to this file"
+msgstr "Mostra l'URL del file"
-#: ../../mod/directory.php:322
-msgid "Keywords: "
-msgstr "Parole chiave:"
+#: ../../mod/filestorage.php:159
+msgid "Notify your contacts about this file"
+msgstr "Notifica ai contatti che hai caricato questo file"
-#: ../../mod/directory.php:325
-msgid "Don't suggest"
-msgstr "Non fornire suggerimenti"
+#: ../../mod/follow.php:25
+msgid "Channel added."
+msgstr "Canale aggiunto."
-#: ../../mod/directory.php:327
-msgid "Common connections:"
-msgstr "Contatti in comune:"
+#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92
+msgid "Contact not found."
+msgstr "Contatto non trovato."
-#: ../../mod/directory.php:376
-msgid "Global Directory"
-msgstr "Elenchi pubblici globali"
+#: ../../mod/fsuggest.php:63
+msgid "Friend suggestion sent."
+msgstr "Suggerimento di amicizia inviato."
-#: ../../mod/directory.php:376
-msgid "Local Directory"
-msgstr "Elenco canali su questo hub"
+#: ../../mod/fsuggest.php:97
+msgid "Suggest Friends"
+msgstr "Suggerisci amici"
-#: ../../mod/directory.php:382
-msgid "Finding:"
-msgstr "Ricerca:"
+#: ../../mod/fsuggest.php:99
+#, php-format
+msgid "Suggest a friend for %s"
+msgstr "Suggerisci un amico a %s"
-#: ../../mod/directory.php:387
-msgid "next page"
-msgstr "pagina successiva"
+#: ../../mod/group.php:20
+msgid "Collection created."
+msgstr "L'insieme di canali è stato creato."
-#: ../../mod/directory.php:387
-msgid "previous page"
-msgstr "pagina precedente"
+#: ../../mod/group.php:26
+msgid "Could not create collection."
+msgstr "Impossibile creare l'insieme."
-#: ../../mod/directory.php:388
-msgid "Sort options"
-msgstr "Opzioni di ordinamento"
+#: ../../mod/group.php:54
+msgid "Collection updated."
+msgstr "Insieme aggiornato."
-#: ../../mod/directory.php:389
-msgid "Alphabetic"
-msgstr "Alfabetico"
+#: ../../mod/group.php:86
+msgid "Create a collection of channels."
+msgstr "Crea un insieme di canali."
-#: ../../mod/directory.php:390
-msgid "Reverse Alphabetic"
-msgstr "Alfabetico inverso"
+#: ../../mod/group.php:87 ../../mod/group.php:180
+msgid "Collection Name: "
+msgstr "Nome dell'insieme:"
-#: ../../mod/directory.php:391
-msgid "Newest to Oldest"
-msgstr "Prima i più recenti"
+#: ../../mod/group.php:89 ../../mod/group.php:183
+msgid "Members are visible to other channels"
+msgstr "I membri potranno vedere gli altri canali dell'insieme"
-#: ../../mod/directory.php:392
-msgid "Oldest to Newest"
-msgstr "Prima i più vecchi"
+#: ../../mod/group.php:107
+msgid "Collection removed."
+msgstr "Insieme rimosso."
-#: ../../mod/directory.php:409
-msgid "No entries (some entries may be hidden)."
-msgstr "Nessun risultato (qualche elemento potrebbe essere nascosto)."
+#: ../../mod/group.php:109
+msgid "Unable to remove collection."
+msgstr "Impossibile rimuovere l'insieme."
-#: ../../mod/lostpass.php:15
-msgid "No valid account found."
-msgstr "Nessun account valido trovato."
+#: ../../mod/group.php:179
+msgid "Collection Editor"
+msgstr "Modifica l'insieme"
-#: ../../mod/lostpass.php:29
-msgid "Password reset request issued. Check your email."
-msgstr "La richiesta per reimpostare la password è stata inviata. Controlla la tua email."
+#: ../../mod/group.php:193
+msgid "Members"
+msgstr "Membri"
-#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:103
-#, php-format
-msgid "Site Member (%s)"
-msgstr "Utente del sito (%s)"
+#: ../../mod/group.php:195
+msgid "All Connected Channels"
+msgstr "Tutti i canali connessi"
-#: ../../mod/lostpass.php:40
+#: ../../mod/group.php:227
+msgid "Click on a channel to add or remove."
+msgstr "Clicca su un canale per aggiungerlo o rimuoverlo."
+
+#: ../../mod/help.php:148
+msgid "Documentation Search"
+msgstr "Ricerca nella guida"
+
+#: ../../mod/help.php:186 ../../mod/help.php:192 ../../mod/help.php:198
+msgid "Help:"
+msgstr "Guida:"
+
+#: ../../mod/help.php:237
+msgid "$Projectname Documentation"
+msgstr "Guida di $Projectname"
+
+#: ../../mod/home.php:57 ../../mod/home.php:65 ../../mod/siteinfo.php:61
+msgid "$Projectname"
+msgstr "$Projectname"
+
+#: ../../mod/home.php:75
#, php-format
-msgid "Password reset requested at %s"
-msgstr "È stato richiesto di reimpostare password su %s"
+msgid "Welcome to %s"
+msgstr "%s ti dà il benvenuto"
-#: ../../mod/lostpass.php:63
-msgid ""
-"Request could not be verified. (You may have previously submitted it.) "
-"Password reset failed."
-msgstr "La richiesta non può essere verificata (potresti averla già usata precedentemente). La password non sarà reimpostata."
+#: ../../mod/id.php:11
+msgid "First Name"
+msgstr "Nome"
-#: ../../mod/lostpass.php:86 ../../boot.php:1496
-msgid "Password Reset"
-msgstr "Reimposta la password"
+#: ../../mod/id.php:12
+msgid "Last Name"
+msgstr "Cognome"
-#: ../../mod/lostpass.php:87
-msgid "Your password has been reset as requested."
-msgstr "La password è stata reimpostata come richiesto."
+#: ../../mod/id.php:13
+msgid "Nickname"
+msgstr "Nick"
-#: ../../mod/lostpass.php:88
-msgid "Your new password is"
-msgstr "La tua nuova password è"
+#: ../../mod/id.php:14
+msgid "Full Name"
+msgstr "Nome e cognome"
-#: ../../mod/lostpass.php:89
-msgid "Save or copy your new password - and then"
-msgstr "Salva o copia la tua nuova password, quindi"
+#: ../../mod/id.php:20
+msgid "Profile Photo 16px"
+msgstr "Foto del profilo 16px"
-#: ../../mod/lostpass.php:90
-msgid "click here to login"
-msgstr "clicca qui per accedere"
+#: ../../mod/id.php:21
+msgid "Profile Photo 32px"
+msgstr "Foto del profilo 32px"
-#: ../../mod/lostpass.php:91
-msgid ""
-"Your password may be changed from the <em>Settings</em> page after "
-"successful login."
-msgstr "Puoi cambiare la tua password dalla pagina delle <em>Impostazioni</em> dopo aver effettuato l'accesso."
+#: ../../mod/id.php:22
+msgid "Profile Photo 48px"
+msgstr "Foto del profilo 48px"
-#: ../../mod/lostpass.php:108
-#, php-format
-msgid "Your password has changed at %s"
-msgstr "La tua password su %s è cambiata"
+#: ../../mod/id.php:23
+msgid "Profile Photo 64px"
+msgstr "Foto del profilo 64px"
-#: ../../mod/lostpass.php:123
-msgid "Forgot your Password?"
-msgstr "Hai dimenticato la password?"
+#: ../../mod/id.php:24
+msgid "Profile Photo 80px"
+msgstr "Foto del profilo 80px"
-#: ../../mod/lostpass.php:124
-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. Dopo aver inviato la richiesta, controlla l'email e troverai le istruzioni per continuare."
+#: ../../mod/id.php:25
+msgid "Profile Photo 128px"
+msgstr "Foto del profilo 128px"
-#: ../../mod/lostpass.php:125
-msgid "Email Address"
-msgstr "Indirizzo email"
+#: ../../mod/id.php:26
+msgid "Timezone"
+msgstr "Fuso orario"
-#: ../../mod/lostpass.php:126
-msgid "Reset"
-msgstr "Reimposta"
+#: ../../mod/id.php:27
+msgid "Homepage URL"
+msgstr "Indirizzo home page"
-#: ../../mod/regdir.php:45 ../../mod/dirsearch.php:21
-msgid "This site is not a directory server"
-msgstr "Questo non è un directory server"
+#: ../../mod/id.php:29
+msgid "Birth Year"
+msgstr "Anno di nascita"
+
+#: ../../mod/id.php:30
+msgid "Birth Month"
+msgstr "Mese di nascita"
+
+#: ../../mod/id.php:31
+msgid "Birth Day"
+msgstr "Giorno di nascita"
+
+#: ../../mod/id.php:32
+msgid "Birthdate"
+msgstr "Data di nascita"
+
+#: ../../mod/id.php:33 ../../mod/profiles.php:441
+msgid "Gender"
+msgstr "Sesso"
#: ../../mod/impel.php:192
#, php-format
@@ -6226,16 +6246,6 @@ msgstr "%s elemento installato"
msgid "%s element installation failed"
msgstr "Elementi con installazione fallita: %s"
-#: ../../mod/subthread.php:114
-#, php-format
-msgid "%1$s is following %2$s's %3$s"
-msgstr "%1$s sta seguendo %3$s di %2$s"
-
-#: ../../mod/subthread.php:116
-#, php-format
-msgid "%1$s stopped following %2$s's %3$s"
-msgstr "%1$s non segue più %3$s di %2$s"
-
#: ../../mod/import.php:28
#, php-format
msgid "Your service plan only allows %d channels."
@@ -6321,6 +6331,19 @@ msgid ""
"only once and leave this page open until finished."
msgstr "Questa funzione potrebbe impiegare molto tempo a terminare. Per favore lanciala *una volta sola* e resta su questa pagina finché non avrà finito."
+#: ../../mod/import_items.php:101
+msgid "Import completed"
+msgstr "Importazione completata"
+
+#: ../../mod/import_items.php:119
+msgid "Import Items"
+msgstr "Importa i contenuti"
+
+#: ../../mod/import_items.php:120
+msgid ""
+"Use this form to import existing posts and content from an export file."
+msgstr "Usa questa funzionalità per importare i vecchi contenuti e i post da un file esportato in precedenza."
+
#: ../../mod/invite.php:25
msgid "Total invitation limit exceeded."
msgstr "Hai superato il numero massimo di inviti."
@@ -6391,213 +6414,610 @@ msgstr "oppure visita "
msgid "3. Click [Connect]"
msgstr "3. Clicca su [Aggiungi]"
-#: ../../mod/probe.php:24 ../../mod/probe.php:30
+#: ../../mod/item.php:174
+msgid "Unable to locate original post."
+msgstr "Impossibile trovare il messaggio originale."
+
+#: ../../mod/item.php:418
+msgid "Empty post discarded."
+msgstr "Il post vuoto è stato ignorato."
+
+#: ../../mod/item.php:458
+msgid "Executable content type not permitted to this channel."
+msgstr "I contenuti eseguibili non sono permessi su questo canale."
+
+#: ../../mod/item.php:822
+msgid "Duplicate post suppressed."
+msgstr "I post duplicati sono scartati."
+
+#: ../../mod/item.php:953
+msgid "System error. Post not saved."
+msgstr "Errore di sistema. Post non salvato."
+
+#: ../../mod/item.php:1220
+msgid "Unable to obtain post information from database."
+msgstr "Impossibile caricare il post dal database."
+
+#: ../../mod/item.php:1227
#, php-format
-msgid "Fetching URL returns error: %1$s"
-msgstr "La chiamata all'URL restituisce questo errore: %1$s"
+msgid "You have reached your limit of %1$.0f top level posts."
+msgstr "Hai raggiunto il limite massimo di %1$.0f post sulla pagina principale."
-#: ../../mod/profile_photo.php:112
-msgid "Image uploaded but image cropping failed."
-msgstr "L'immagine è stata caricata, ma il non è stato possibile ritagliarla."
+#: ../../mod/item.php:1234
+#, php-format
+msgid "You have reached your limit of %1$.0f webpages."
+msgstr "Hai raggiunto il limite massimo di %1$.0f pagine web."
-#: ../../mod/profile_photo.php:166
-msgid "Image resize failed."
-msgstr "Il ridimensionamento dell'immagine è fallito."
+#: ../../mod/layouts.php:176
+msgid "Comanche page description language help"
+msgstr "Guida di Comanche Page Description Language"
-#: ../../mod/profile_photo.php:212
+#: ../../mod/layouts.php:180
+msgid "Layout Description"
+msgstr "Descrizione del layout"
+
+#: ../../mod/layouts.php:185
+msgid "Download PDL file"
+msgstr "Scarica il file PDL"
+
+#: ../../mod/like.php:15
+msgid "Like/Dislike"
+msgstr "Mi piace/Non mi piace"
+
+#: ../../mod/like.php:20
+msgid "This action is restricted to members."
+msgstr "Questa funzionalità è riservata agli iscritti."
+
+#: ../../mod/like.php:21
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."
+"Please <a href=\"rmagic\">login with your $Projectname ID</a> or <a "
+"href=\"register\">register as a new $Projectname member</a> to continue."
+msgstr "Per continuare devi <a href=\"rmagic\">accedere con il tuo identificativo $Projectname</a> o <a href=\"register\">registrarti come nuovo utente $Projectname</a>."
-#: ../../mod/profile_photo.php:250
-msgid "Image upload failed."
-msgstr "Il caricamento dell'immagine è fallito."
+#: ../../mod/like.php:101 ../../mod/like.php:127 ../../mod/like.php:165
+msgid "Invalid request."
+msgstr "Richiesta non valida."
-#: ../../mod/profile_photo.php:269
-msgid "Unable to process image."
-msgstr "Impossibile elaborare l'immagine."
+#: ../../mod/like.php:142
+msgid "thing"
+msgstr "Oggetto"
-#: ../../mod/profile_photo.php:297
-msgid "female"
-msgstr "femmina"
+#: ../../mod/like.php:188
+msgid "Channel unavailable."
+msgstr "Canale non trovato."
-#: ../../mod/profile_photo.php:298
+#: ../../mod/like.php:236
+msgid "Previous action reversed."
+msgstr "Il comando precedente è stato annullato."
+
+#: ../../mod/like.php:414
#, php-format
-msgid "%1$s updated her %2$s"
-msgstr "Aggiornamento: %2$s di %1$s"
+msgid "%1$s agrees with %2$s's %3$s"
+msgstr "%3$s di %2$s: %1$s è d'accordo"
-#: ../../mod/profile_photo.php:299
-msgid "male"
-msgstr "maschio"
+#: ../../mod/like.php:416
+#, php-format
+msgid "%1$s doesn't agree with %2$s's %3$s"
+msgstr "%3$s di %2$s: %1$s non è d'accordo"
-#: ../../mod/profile_photo.php:300
+#: ../../mod/like.php:418
#, php-format
-msgid "%1$s updated his %2$s"
-msgstr "Aggiornamento: %2$s di %1$s"
+msgid "%1$s abstains from a decision on %2$s's %3$s"
+msgstr "%3$s di %2$s: %1$s non si esprime"
-#: ../../mod/profile_photo.php:302
+#: ../../mod/like.php:420
#, php-format
-msgid "%1$s updated their %2$s"
-msgstr "Aggiornamento: %2$s di %1$s"
+msgid "%1$s is attending %2$s's %3$s"
+msgstr "%3$s di %2$s: %1$s partecipa"
-#: ../../mod/profile_photo.php:304
-msgid "profile photo"
-msgstr "foto del profilo"
+#: ../../mod/like.php:422
+#, php-format
+msgid "%1$s is not attending %2$s's %3$s"
+msgstr "%3$s di %2$s: %1$s non partecipa"
-#: ../../mod/profile_photo.php:368 ../../mod/profile_photo.php:409
-msgid "Photo not available."
-msgstr "Foto non disponibile."
+#: ../../mod/like.php:424
+#, php-format
+msgid "%1$s may attend %2$s's %3$s"
+msgstr "%3$s di %2$s: %1$s forse partecipa"
-#: ../../mod/profile_photo.php:450
-msgid "Upload File:"
-msgstr "Carica un file:"
+#: ../../mod/like.php:520
+msgid "Action completed."
+msgstr "Comando completato."
-#: ../../mod/profile_photo.php:451
-msgid "Select a profile:"
-msgstr "Seleziona un profilo:"
+#: ../../mod/like.php:521
+msgid "Thank you."
+msgstr "Grazie."
-#: ../../mod/profile_photo.php:452
-msgid "Upload Profile Photo"
-msgstr "Carica la foto del profilo"
+#: ../../mod/lockview.php:37
+msgid "Remote privacy information not available."
+msgstr "Le informazioni remote sulla privacy non sono disponibili."
-#: ../../mod/profile_photo.php:457 ../../mod/settings.php:975
-msgid "or"
-msgstr "o"
+#: ../../mod/lockview.php:58
+msgid "Visible to:"
+msgstr "Visibile a:"
-#: ../../mod/profile_photo.php:457
-msgid "skip this step"
-msgstr "salta questo passaggio"
+#: ../../mod/locs.php:21 ../../mod/locs.php:50
+msgid "Location not found."
+msgstr "Indirizzo non trovato."
-#: ../../mod/profile_photo.php:457
-msgid "select a photo from your photo albums"
-msgstr "seleziona una foto dai tuoi album"
+#: ../../mod/locs.php:58
+msgid "Location lookup failed."
+msgstr "La ricerca dell'indirizzo è fallita."
-#: ../../mod/profile_photo.php:473
-msgid "Crop Image"
-msgstr "Ritaglia immagine"
+#: ../../mod/locs.php:62
+msgid ""
+"Please select another location to become primary before removing the primary"
+" location."
+msgstr "Prima di rimuovere il tuo canale primario assicurati di avere scelto una sua copia (clone) come primaria."
-#: ../../mod/profile_photo.php:474
-msgid "Please adjust the image cropping for optimum viewing."
-msgstr "Ritaglia l'immagine per migliorarne la visualizzazione."
+#: ../../mod/locs.php:91
+msgid "Syncing locations"
+msgstr "Sincronizzazione tra hub"
-#: ../../mod/profile_photo.php:476
-msgid "Done Editing"
-msgstr "Modifica terminata"
+#: ../../mod/locs.php:101
+msgid "No locations found."
+msgstr "Nessun indirizzo trovato."
-#: ../../mod/thing.php:111
-msgid "Thing updated"
-msgstr "L'oggetto è stato aggiornato"
+#: ../../mod/locs.php:112
+msgid "Manage Channel Locations"
+msgstr "Modifica gli indirizzi del canale"
-#: ../../mod/thing.php:163
-msgid "Object store: failed"
-msgstr "Impossibile memorizzare l'oggetto."
+#: ../../mod/locs.php:113
+msgid "Location (address)"
+msgstr "Indirizzo"
-#: ../../mod/thing.php:167
-msgid "Thing added"
-msgstr "L'Oggetto è stato aggiunto"
+#: ../../mod/locs.php:114
+msgid "Primary Location"
+msgstr "Indirizzo primario"
-#: ../../mod/thing.php:193
-#, php-format
-msgid "OBJ: %1$s %2$s %3$s"
-msgstr "OBJ: %1$s %2$s %3$s"
+#: ../../mod/locs.php:115
+msgid "Drop location"
+msgstr "Elimina un indirizzo"
-#: ../../mod/thing.php:256
-msgid "Show Thing"
-msgstr "Mostra l'oggetto"
+#: ../../mod/locs.php:117
+msgid "Sync now"
+msgstr "Sincronizza ora"
-#: ../../mod/thing.php:263
-msgid "item not found."
-msgstr "non trovato."
+#: ../../mod/locs.php:118
+msgid "Please wait several minutes between consecutive operations."
+msgstr "Si raccomanda di attendere alcuni minuti prima di effettuare una nuova sincronizzazione."
-#: ../../mod/thing.php:296
-msgid "Edit Thing"
-msgstr "Modifica l'oggetto"
+#: ../../mod/locs.php:119
+msgid ""
+"When possible, drop a location by logging into that website/hub and removing"
+" your channel."
+msgstr "Quando possibile, riduci il numero di cloni del tuo canale effettuando il login sul relativo hub e rimuovendoli."
-#: ../../mod/thing.php:298 ../../mod/thing.php:348
-msgid "Select a profile"
-msgstr "Scegli un profilo"
+#: ../../mod/locs.php:120
+msgid "Use this form to drop the location if the hub is no longer operating."
+msgstr "Usa questo modulo per abbandonare un canale su un hub che non è più funzionante."
-#: ../../mod/thing.php:302 ../../mod/thing.php:351
-msgid "Post an activity"
-msgstr "Pubblica un'attività"
+#: ../../mod/lostpass.php:15
+msgid "No valid account found."
+msgstr "Nessun account valido trovato."
-#: ../../mod/thing.php:302 ../../mod/thing.php:351
-msgid "Only sends to viewers of the applicable profile"
-msgstr "Invia solo a chi può vedere il profilo scelto"
+#: ../../mod/lostpass.php:29
+msgid "Password reset request issued. Check your email."
+msgstr "La richiesta per reimpostare la password è stata inviata. Controlla la tua email."
-#: ../../mod/thing.php:304 ../../mod/thing.php:353
-msgid "Name of thing e.g. something"
-msgstr "Nome dell'oggetto"
+#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:103
+#, php-format
+msgid "Site Member (%s)"
+msgstr "Utente del sito (%s)"
-#: ../../mod/thing.php:306 ../../mod/thing.php:354
-msgid "URL of thing (optional)"
-msgstr "Indirizzo web dell'oggetto (facoltativo)"
+#: ../../mod/lostpass.php:40
+#, php-format
+msgid "Password reset requested at %s"
+msgstr "È stato richiesto di reimpostare password su %s"
-#: ../../mod/thing.php:308 ../../mod/thing.php:355
-msgid "URL for photo of thing (optional)"
-msgstr "Indirizzo di un'immagine dell'oggetto (facoltativo)"
+#: ../../mod/lostpass.php:63
+msgid ""
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
+msgstr "La richiesta non può essere verificata (potresti averla già usata precedentemente). La password non sarà reimpostata."
-#: ../../mod/thing.php:346
-msgid "Add Thing to your Profile"
-msgstr "Aggiungi l'oggetto al tuo profilo"
+#: ../../mod/lostpass.php:87
+msgid "Your password has been reset as requested."
+msgstr "La password è stata reimpostata come richiesto."
-#: ../../mod/dirsearch.php:29
-msgid "This directory server requires an access token"
-msgstr "Questo directory server necessita di un token di autenticazione"
+#: ../../mod/lostpass.php:88
+msgid "Your new password is"
+msgstr "La tua nuova password è"
-#: ../../mod/editblock.php:118
-msgid "Delete block?"
-msgstr "Vuoi eliminare questo block?"
+#: ../../mod/lostpass.php:89
+msgid "Save or copy your new password - and then"
+msgstr "Salva o copia la tua nuova password, quindi"
-#: ../../mod/editblock.php:180
-msgid "Edit Block"
-msgstr "Modifica il block"
+#: ../../mod/lostpass.php:90
+msgid "click here to login"
+msgstr "clicca qui per accedere"
-#: ../../mod/removeaccount.php:30
+#: ../../mod/lostpass.php:91
msgid ""
-"Account removals are not allowed within 48 hours of changing the account "
-"password."
-msgstr "Non è possibile eliminare il tuo account prima di 48 ore dall'ultimo cambio password."
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
+msgstr "Puoi cambiare la tua password dalla pagina delle <em>Impostazioni</em> dopo aver effettuato l'accesso."
-#: ../../mod/removeaccount.php:57
-msgid "Remove This Account"
-msgstr "Elimina questo account"
+#: ../../mod/lostpass.php:108
+#, php-format
+msgid "Your password has changed at %s"
+msgstr "La tua password su %s è cambiata"
-#: ../../mod/removeaccount.php:58
-msgid ""
-"This account and all its channels will be completely removed from the "
-"network. "
-msgstr "Questo account e tutti i suoi canali saranno completamente eliminati dalla rete."
+#: ../../mod/lostpass.php:123
+msgid "Forgot your Password?"
+msgstr "Hai dimenticato la password?"
-#: ../../mod/removeaccount.php:60
+#: ../../mod/lostpass.php:124
msgid ""
-"Remove this account, all its channels and all its channel clones from the "
-"network"
-msgstr "Elimina dalla rete questo account, tutti i suoi canali e ANCHE tutti gli eventuali canali clonati."
+"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. Dopo aver inviato la richiesta, controlla l'email e troverai le istruzioni per continuare."
-#: ../../mod/removeaccount.php:60
-msgid ""
-"By default only the instances of the channels located on this hub will be "
-"removed from the network"
-msgstr "A meno che tu non lo richieda espressamente, solo i canali presenti su questo hub saranno rimossi dalla rete."
+#: ../../mod/lostpass.php:125
+msgid "Email Address"
+msgstr "Indirizzo email"
-#: ../../mod/removeaccount.php:61 ../../mod/settings.php:700
-msgid "Remove Account"
-msgstr "Elimina l'account"
+#: ../../mod/lostpass.php:126
+msgid "Reset"
+msgstr "Reimposta"
-#: ../../mod/import_items.php:101
-msgid "Import completed"
-msgstr "Importazione completata"
+#: ../../mod/magic.php:69
+msgid "Hub not found."
+msgstr "Hub non trovato."
-#: ../../mod/import_items.php:119
-msgid "Import Items"
-msgstr "Importa i contenuti"
+#: ../../mod/mail.php:34
+msgid "Unable to lookup recipient."
+msgstr "Impossibile associare un destinatario."
-#: ../../mod/import_items.php:120
+#: ../../mod/mail.php:42
+msgid "Unable to communicate with requested channel."
+msgstr "Impossibile comunicare con il canale richiesto."
+
+#: ../../mod/mail.php:49
+msgid "Cannot verify requested channel."
+msgstr "Impossibile verificare il canale richiesto."
+
+#: ../../mod/mail.php:75
+msgid "Selected channel has private message restrictions. Send failed."
+msgstr "Il canale ha delle regole restrittive per la ricezione dei messaggi privati. Invio fallito."
+
+#: ../../mod/mail.php:140
+msgid "Messages"
+msgstr "Messaggi"
+
+#: ../../mod/mail.php:175
+msgid "Message recalled."
+msgstr "Messaggio revocato."
+
+#: ../../mod/mail.php:188
+msgid "Conversation removed."
+msgstr "Conversazione rimossa."
+
+#: ../../mod/mail.php:231
+msgid "Requested channel is not in this network"
+msgstr "Il canale cercato non è in questa rete"
+
+#: ../../mod/mail.php:239
+msgid "Send Private Message"
+msgstr "Invia un messaggio privato"
+
+#: ../../mod/mail.php:240 ../../mod/mail.php:370
+msgid "To:"
+msgstr "A:"
+
+#: ../../mod/mail.php:243 ../../mod/mail.php:372
+msgid "Subject:"
+msgstr "Oggetto:"
+
+#: ../../mod/mail.php:250
+msgid "Send"
+msgstr "Invia"
+
+#: ../../mod/mail.php:342
+msgid "Delete message"
+msgstr "Elimina il messaggio"
+
+#: ../../mod/mail.php:343
+msgid "Delivery report"
+msgstr "Rapporto di trasmissione"
+
+#: ../../mod/mail.php:344
+msgid "Recall message"
+msgstr "Revoca il messaggio"
+
+#: ../../mod/mail.php:346
+msgid "Message has been recalled."
+msgstr "Il messaggio è stato revocato."
+
+#: ../../mod/mail.php:363
+msgid "Delete Conversation"
+msgstr "Elimina la conversazione"
+
+#: ../../mod/mail.php:365
msgid ""
-"Use this form to import existing posts and content from an export file."
-msgstr "Usa questa funzionalità per importare i vecchi contenuti e i post da un file esportato in precedenza."
+"No secure communications available. You <strong>may</strong> be able to "
+"respond from the sender's profile page."
+msgstr "Non è disponibile alcun modo sicuro di comunicare con questo canale. <strong>Se possibile</strong>, prova a rispondere direttamente dalla pagina del profilo del mittente."
+
+#: ../../mod/mail.php:369
+msgid "Send Reply"
+msgstr "Invia la risposta"
+
+#: ../../mod/mail.php:374
+#, php-format
+msgid "Your message for %s (%s):"
+msgstr "Il tuo messaggio per %s (%s):"
+
+#: ../../mod/manage.php:130
+#, php-format
+msgid "You have created %1$.0f of %2$.0f allowed channels."
+msgstr "Hai creato %1$.0f dei %2$.0f canali permessi."
+
+#: ../../mod/manage.php:138
+msgid "Create a new channel"
+msgstr "Crea un nuovo canale"
+
+#: ../../mod/manage.php:161
+msgid "Current Channel"
+msgstr "Canale attuale"
+
+#: ../../mod/manage.php:163
+msgid "Switch to one of your channels by selecting it."
+msgstr "Seleziona l'altro canale a cui vuoi passare."
+
+#: ../../mod/manage.php:164
+msgid "Default Channel"
+msgstr "Canale predefinito"
+
+#: ../../mod/manage.php:165
+msgid "Make Default"
+msgstr "Rendi predefinito"
+
+#: ../../mod/manage.php:168
+#, php-format
+msgid "%d new messages"
+msgstr "%d nuovi messaggi"
+
+#: ../../mod/manage.php:169
+#, php-format
+msgid "%d new introductions"
+msgstr "%d nuove richieste di entrare in contatto"
+
+#: ../../mod/manage.php:171
+msgid "Delegated Channels"
+msgstr "Canali delegati"
+
+#: ../../mod/match.php:22
+msgid "Profile Match"
+msgstr "Profili corrispondenti"
+
+#: ../../mod/match.php:31
+msgid "No keywords to match. Please add keywords to your default profile."
+msgstr "Non hai scritto parole chiave. Aggiungi parole chiave al tuo profilo predefinito per comparire nelle ricerche."
+
+#: ../../mod/match.php:63
+msgid "is interested in:"
+msgstr "interessi personali:"
+
+#: ../../mod/match.php:70
+msgid "No matches"
+msgstr "Nessun risultato"
+
+#: ../../mod/menu.php:45
+msgid "Unable to update menu."
+msgstr "Impossibile aggiornare il menù."
+
+#: ../../mod/menu.php:56
+msgid "Unable to create menu."
+msgstr "Impossibile creare il menù."
+
+#: ../../mod/menu.php:94 ../../mod/menu.php:106
+msgid "Menu Name"
+msgstr "Nome del menu"
+
+#: ../../mod/menu.php:94
+msgid "Unique name (not visible on webpage) - required"
+msgstr "Nome unico (non visibile sulla pagina) - obbligatorio"
+
+#: ../../mod/menu.php:95 ../../mod/menu.php:107
+msgid "Menu Title"
+msgstr "Titolo del menu"
+
+#: ../../mod/menu.php:95
+msgid "Visible on webpage - leave empty for no title"
+msgstr "Visibile sulla pagina - lascia vuoto per non avere un titolo"
+
+#: ../../mod/menu.php:96
+msgid "Allow Bookmarks"
+msgstr "Permetti i segnalibri"
+
+#: ../../mod/menu.php:96 ../../mod/menu.php:153
+msgid "Menu may be used to store saved bookmarks"
+msgstr "Puoi salvare i segnalibri nei menù"
+
+#: ../../mod/menu.php:97 ../../mod/menu.php:155
+msgid "Submit and proceed"
+msgstr "Salva e procedi"
+
+#: ../../mod/menu.php:109
+msgid "Drop"
+msgstr "Elimina"
+
+#: ../../mod/menu.php:113
+msgid "Bookmarks allowed"
+msgstr "Permetti segnalibri"
+
+#: ../../mod/menu.php:115
+msgid "Delete this menu"
+msgstr "Elimina questo menù"
+
+#: ../../mod/menu.php:116 ../../mod/menu.php:150
+msgid "Edit menu contents"
+msgstr "Modifica i contenuti del menù"
+
+#: ../../mod/menu.php:117
+msgid "Edit this menu"
+msgstr "Modifica questo menù"
+
+#: ../../mod/menu.php:132
+msgid "Menu could not be deleted."
+msgstr "Il menù non può essere eliminato."
+
+#: ../../mod/menu.php:140 ../../mod/mitem.php:24
+msgid "Menu not found."
+msgstr "Menù non trovato."
+
+#: ../../mod/menu.php:145
+msgid "Edit Menu"
+msgstr "Modifica menù"
+
+#: ../../mod/menu.php:149
+msgid "Add or remove entries to this menu"
+msgstr "Aggiungi o rimuovi elementi di questo menù"
+
+#: ../../mod/menu.php:151
+msgid "Menu name"
+msgstr "Nome del menù"
+
+#: ../../mod/menu.php:151
+msgid "Must be unique, only seen by you"
+msgstr "Deve essere unico, lo vedrai solo tu"
+
+#: ../../mod/menu.php:152
+msgid "Menu title"
+msgstr "Titolo del menù"
+
+#: ../../mod/menu.php:152
+msgid "Menu title as seen by others"
+msgstr "Titolo del menù come comparirà a tutti"
+
+#: ../../mod/menu.php:153
+msgid "Allow bookmarks"
+msgstr "Permetti l'invio di segnalibri"
+
+#: ../../mod/menu.php:162 ../../mod/mitem.php:116 ../../mod/xchan.php:37
+msgid "Not found."
+msgstr "Non trovato."
+
+#: ../../mod/mitem.php:48
+msgid "Unable to create element."
+msgstr "Impossibile creare l'elemento."
+
+#: ../../mod/mitem.php:72
+msgid "Unable to update menu element."
+msgstr "Non è possibile aggiornare l'elemento del menù."
+
+#: ../../mod/mitem.php:88
+msgid "Unable to add menu element."
+msgstr "Impossibile aggiungere l'elemento al menù."
+
+#: ../../mod/mitem.php:149 ../../mod/mitem.php:222
+msgid "Menu Item Permissions"
+msgstr "Permessi del menu"
+
+#: ../../mod/mitem.php:150 ../../mod/mitem.php:223 ../../mod/settings.php:1056
+msgid "(click to open/close)"
+msgstr "(clicca per aprire/chiudere)"
+
+#: ../../mod/mitem.php:152 ../../mod/mitem.php:168
+msgid "Link Name"
+msgstr "Nome link"
+
+#: ../../mod/mitem.php:153 ../../mod/mitem.php:227
+msgid "Link or Submenu Target"
+msgstr "Azione del link o del sottomenu"
+
+#: ../../mod/mitem.php:153
+msgid "Enter URL of the link or select a menu name to create a submenu"
+msgstr "Inserisci l'indirizzo del link o scegli il nome di un sottomenu"
+
+#: ../../mod/mitem.php:154 ../../mod/mitem.php:228
+msgid "Use magic-auth if available"
+msgstr "Usa l'autenticazione tramite il tuo hub, se disponibile"
+
+#: ../../mod/mitem.php:155 ../../mod/mitem.php:229
+msgid "Open link in new window"
+msgstr "Apri il link in una nuova finestra"
+
+#: ../../mod/mitem.php:156 ../../mod/mitem.php:230
+msgid "Order in list"
+msgstr "Ordine dell'elenco"
+
+#: ../../mod/mitem.php:156 ../../mod/mitem.php:230
+msgid "Higher numbers will sink to bottom of listing"
+msgstr "I numeri più alti andranno in fondo all'elenco"
+
+#: ../../mod/mitem.php:157
+msgid "Submit and finish"
+msgstr "Salva e termina"
+
+#: ../../mod/mitem.php:158
+msgid "Submit and continue"
+msgstr "Salva e continua"
+
+#: ../../mod/mitem.php:166
+msgid "Menu:"
+msgstr "Menu:"
+
+#: ../../mod/mitem.php:169
+msgid "Link Target"
+msgstr "Destinazione link"
+
+#: ../../mod/mitem.php:172
+msgid "Edit menu"
+msgstr "Modifica il menù"
+
+#: ../../mod/mitem.php:175
+msgid "Edit element"
+msgstr "Modifica l'elemento"
+
+#: ../../mod/mitem.php:176
+msgid "Drop element"
+msgstr "Elimina l'elemento"
+
+#: ../../mod/mitem.php:177
+msgid "New element"
+msgstr "Nuovo elemento"
+
+#: ../../mod/mitem.php:178
+msgid "Edit this menu container"
+msgstr "Modifica il contenitore del menù"
+
+#: ../../mod/mitem.php:179
+msgid "Add menu element"
+msgstr "Aggiungi un elemento al menù"
+
+#: ../../mod/mitem.php:180
+msgid "Delete this menu item"
+msgstr "Elimina questo elemento del menù"
+
+#: ../../mod/mitem.php:181
+msgid "Edit this menu item"
+msgstr "Modifica questo elemento del menù"
+
+#: ../../mod/mitem.php:198
+msgid "Menu item not found."
+msgstr "L'elemento del menù non è stato trovato."
+
+#: ../../mod/mitem.php:211
+msgid "Menu item deleted."
+msgstr "L'elemento del menù è stato eliminato."
+
+#: ../../mod/mitem.php:213
+msgid "Menu item could not be deleted."
+msgstr "L'elemento del menù non può essere eliminato."
+
+#: ../../mod/mitem.php:220
+msgid "Edit Menu Element"
+msgstr "Modifica l'elemento del menù"
+
+#: ../../mod/mitem.php:226
+msgid "Link text"
+msgstr "Testo del link"
+
+#: ../../mod/mood.php:132
+msgid "Set your current mood and tell your friends"
+msgstr "Scegli il tuo umore attuale per mostrarlo agli amici"
#: ../../mod/network.php:91
msgid "No such group"
@@ -6615,10 +7035,6 @@ msgstr "forum"
msgid "Search Results For:"
msgstr "Cerca risultati con:"
-#: ../../mod/network.php:169 ../../mod/channel.php:131 ../../mod/rpost.php:114
-msgid "Public"
-msgstr "Pubblico"
-
#: ../../mod/network.php:207
msgid "Collection is empty"
msgstr "L'insieme di canali è vuoto"
@@ -6631,6 +7047,108 @@ msgstr "Insieme:"
msgid "Invalid connection."
msgstr "Contatto non valido."
+#: ../../mod/new_channel.php:120
+msgid "Add a Channel"
+msgstr "Aggiungi un canale"
+
+#: ../../mod/new_channel.php:121
+msgid ""
+"A channel is your own collection of related web pages. A channel can be used"
+" to hold social network profiles, blogs, conversation groups and forums, "
+"celebrity pages, and much more. You may create as many channels as your "
+"service provider allows."
+msgstr "I contenuti che pubblichi sono mostrati nel tuo \"canale\". Un canale può essere usato come bacheca personale, come blog, oppure può essere un forum di discussione, un gruppo di interesse, una pagina di celebrità e molto altro. Puoi creare tanti canali quanti te ne permette il tuo sito."
+
+#: ../../mod/new_channel.php:123 ../../mod/sources.php:103
+#: ../../mod/sources.php:137
+msgid "Channel Name"
+msgstr "Nome del canale"
+
+#: ../../mod/new_channel.php:124
+msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "
+msgstr "Per esempio: \"Mario Rossi\", \"Lisa e le sue ricette\", \"Il campionato\", \"Il gruppo di escursionismo\""
+
+#: ../../mod/new_channel.php:125
+msgid "Choose a short nickname"
+msgstr "Scegli un nome breve"
+
+#: ../../mod/new_channel.php:126
+msgid ""
+"Your nickname will be used to create an easily remembered channel address "
+"(like an email address) which you can share with others."
+msgstr "Il nome breve sarà usato per creare un indirizzo facile da ricordare per il tuo canale (simile a una email). Così potrai condividerlo e gli altri potranno trovarti."
+
+#: ../../mod/new_channel.php:127
+msgid "Or <a href=\"import\">import an existing channel</a> from another location"
+msgstr "Oppure <a href=\"import\">importa un tuo canale esistente</a> da un altro hub"
+
+#: ../../mod/new_channel.php:129
+msgid ""
+"Please choose a channel type (such as social networking or community forum) "
+"and privacy requirements so we can select the best permissions for you"
+msgstr "Descrivi il tipo di canale che vorresti creare (per esempio se ti interessa più usarlo come social network, come un forum di discussione...) e il tipo di privacy che preferisci. Hubzilla sceglierà per te i permessi più adatti."
+
+#: ../../mod/new_channel.php:130
+msgid "Channel Type"
+msgstr "Tipo di canale"
+
+#: ../../mod/new_channel.php:130
+msgid "Read more about roles"
+msgstr "Maggiori informazioni sui ruoli"
+
+#: ../../mod/notifications.php:26
+msgid "Invalid request identifier."
+msgstr "L'identificativo della richiesta non è valido."
+
+#: ../../mod/notifications.php:35
+msgid "Discard"
+msgstr "Rifiuta"
+
+#: ../../mod/notifications.php:94 ../../mod/notify.php:53
+msgid "No more system notifications."
+msgstr "Non ci sono nuove notifiche di sistema."
+
+#: ../../mod/notifications.php:98 ../../mod/notify.php:57
+msgid "System Notifications"
+msgstr "Notifiche di sistema"
+
+#: ../../mod/oexchange.php:23
+msgid "Unable to find your hub."
+msgstr "Impossibile raggiungere il tuo hub."
+
+#: ../../mod/oexchange.php:37
+msgid "Post successful."
+msgstr "Inviato!"
+
+#: ../../mod/openid.php:26
+msgid "OpenID protocol error. No ID returned."
+msgstr "Errore del protocollo OpenID. Nessun ID ricevuto in risposta."
+
+#: ../../mod/page.php:126
+msgid ""
+"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod "
+"tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,"
+" quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo "
+"consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse "
+"cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat "
+"non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
+msgstr "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
+
+#: ../../mod/pconfig.php:27 ../../mod/pconfig.php:60
+msgid "This setting requires special processing and editing has been blocked."
+msgstr "Questa impostazione è bloccata, richiede criteri di modifica speciali"
+
+#: ../../mod/pconfig.php:49
+msgid "Configuration Editor"
+msgstr "Editor di configurazione"
+
+#: ../../mod/pconfig.php:50
+msgid ""
+"Warning: Changing some settings could render your channel inoperable. Please"
+" leave this page unless you are comfortable with and knowledgeable about how"
+" to correctly use this feature."
+msgstr "Attenzione: alcune delle impostazioni, se cambiate, potrebbero rendere questo canale non funzionante. Lascia questa pagina a meno che tu non sappia con assoluta certezza quali modifiche effettuare."
+
#: ../../mod/pdledit.php:13
msgid "Layout updated."
msgstr "Layout aggiornato."
@@ -6651,849 +7169,837 @@ msgstr "Nome del modulo:"
msgid "Layout Help"
msgstr "Guida al layout"
-#: ../../mod/register.php:44
-msgid "Maximum daily site registrations exceeded. Please try again tomorrow."
-msgstr "È stato superato il numero massimo giornaliero di registrazioni a questo sito. Riprova domani!"
+#: ../../mod/photos.php:79
+msgid "Page owner information could not be retrieved."
+msgstr "Impossibile ottenere informazioni sul proprietario della pagina."
-#: ../../mod/register.php:50
-msgid ""
-"Please indicate acceptance of the Terms of Service. Registration failed."
-msgstr "Impossibile proseguire. Devi prima accettare le Condizioni d'Uso del servizio."
+#: ../../mod/photos.php:100
+msgid "Album not found."
+msgstr "Album non trovato."
-#: ../../mod/register.php:84
-msgid "Passwords do not match."
-msgstr "Le password non corrispondono."
+#: ../../mod/photos.php:127
+msgid "Delete Album"
+msgstr "Elimina album"
-#: ../../mod/register.php:119
-msgid ""
-"Registration successful. Please check your email for validation "
-"instructions."
-msgstr "La registrazione è terminata correttamente. Per continuare controlla l'email che ti è stata inviata."
+#: ../../mod/photos.php:171 ../../mod/photos.php:1006
+msgid "Delete Photo"
+msgstr "Elimina foto"
-#: ../../mod/register.php:125
-msgid "Your registration is pending approval by the site owner."
-msgstr "La tua richiesta è in attesa di approvazione da parte dell'amministratore di questo hub."
+#: ../../mod/photos.php:501
+msgid "No photos selected"
+msgstr "Nessuna foto selezionata"
-#: ../../mod/register.php:128
-msgid "Your registration can not be processed."
-msgstr "La tua registrazione non puo' essere processata."
+#: ../../mod/photos.php:550
+msgid "Access to this item is restricted."
+msgstr "Questo elemento non è visibile a tutti."
-#: ../../mod/register.php:165
-msgid "Registration on this site/hub is by approval only."
-msgstr "La registrazione su questo hub è soggetta ad approvazione."
+#: ../../mod/photos.php:589
+#, php-format
+msgid "%1$.2f MB of %2$.2f MB photo storage used."
+msgstr "Hai usato %1$.2f Mb dei %2$.2f Mb di spazio disponibile."
-#: ../../mod/register.php:166
-msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>"
-msgstr "<a href=\"pubsites\">Registrati su un altro hub affiliato</a>"
+#: ../../mod/photos.php:592
+#, php-format
+msgid "%1$.2f MB photo storage used."
+msgstr "Hai usato %1$.2f Mb del tuo spazio disponibile."
-#: ../../mod/register.php:176
-msgid ""
-"This site has exceeded the number of allowed daily account registrations. "
-"Please try again tomorrow."
-msgstr "Questo hub ha superato il numero di registrazioni giornaliere consentite. Prova di nuovo domani."
+#: ../../mod/photos.php:620
+msgid "Upload Photos"
+msgstr "Carica foto"
-#: ../../mod/register.php:187
-msgid "Terms of Service"
-msgstr "Condizioni d'Uso"
+#: ../../mod/photos.php:624
+msgid "Enter an album name"
+msgstr "Scegli il nome dell'album"
-#: ../../mod/register.php:193
-#, php-format
-msgid "I accept the %s for this website"
-msgstr "Accetto le %s di questo sito"
+#: ../../mod/photos.php:625
+msgid "or select an existing album (doubleclick)"
+msgstr "o seleziona un album esistente (doppio click)"
-#: ../../mod/register.php:195
-#, php-format
-msgid "I am over 13 years of age and accept the %s for this website"
-msgstr "Ho più di 13 anni e accetto le %s di questo sito"
+#: ../../mod/photos.php:626
+msgid "Create a status post for this upload"
+msgstr "Pubblica sulla bacheca"
-#: ../../mod/register.php:209 ../../mod/admin.php:448
-msgid "Registration"
-msgstr "Registrazione"
+#: ../../mod/photos.php:627
+msgid "Caption (optional):"
+msgstr "Titolo (facoltativo):"
-#: ../../mod/register.php:214
-msgid "Membership on this site is by invitation only."
-msgstr "Per registrarsi su questo hub è necessario un invito."
+#: ../../mod/photos.php:628
+msgid "Description (optional):"
+msgstr "Descrizione (facoltativa):"
-#: ../../mod/register.php:215
-msgid "Please enter your invitation code"
-msgstr "Inserisci il codice dell'invito"
+#: ../../mod/photos.php:655
+msgid "Album name could not be decoded"
+msgstr "Non è stato possibile leggere il nome dell'album"
-#: ../../mod/register.php:218
-msgid "Your email address"
-msgstr "Il tuo indirizzo email"
+#: ../../mod/photos.php:699 ../../mod/photos.php:1233
+#: ../../mod/photos.php:1250
+msgid "Contact Photos"
+msgstr "Foto dei contatti"
-#: ../../mod/register.php:219
-msgid "Choose a password"
-msgstr "Scegli una password"
+#: ../../mod/photos.php:722
+msgid "Show Newest First"
+msgstr "Prima i più recenti"
-#: ../../mod/register.php:220
-msgid "Please re-enter your password"
-msgstr "Ripeti la password per verifica"
+#: ../../mod/photos.php:724
+msgid "Show Oldest First"
+msgstr "Prima i più vecchi"
-#: ../../mod/admin.php:54
-msgid "Theme settings updated."
-msgstr "Le impostazioni del tema sono state aggiornate."
+#: ../../mod/photos.php:824
+msgid "Permission denied. Access to this item may be restricted."
+msgstr "Permesso negato. L'accesso a questo elemento può essere stato limitato."
-#: ../../mod/admin.php:162
-msgid "# Accounts"
-msgstr "# account"
+#: ../../mod/photos.php:826
+msgid "Photo not available"
+msgstr "Foto non disponibile"
-#: ../../mod/admin.php:163
-msgid "# blocked accounts"
-msgstr "# account bloccati"
+#: ../../mod/photos.php:884
+msgid "Use as profile photo"
+msgstr "Usa come foto del profilo"
-#: ../../mod/admin.php:164
-msgid "# expired accounts"
-msgstr "# account scaduti"
+#: ../../mod/photos.php:891
+msgid "Private Photo"
+msgstr "Foto privata"
-#: ../../mod/admin.php:165
-msgid "# expiring accounts"
-msgstr "# account in scadenza"
+#: ../../mod/photos.php:906
+msgid "View Full Size"
+msgstr "Vedi nelle dimensioni originali"
-#: ../../mod/admin.php:176
-msgid "# Channels"
-msgstr "# canali"
+#: ../../mod/photos.php:951 ../../mod/tagrm.php:133
+msgid "Remove"
+msgstr "Rimuovi"
-#: ../../mod/admin.php:177
-msgid "# primary"
-msgstr "# primari"
+#: ../../mod/photos.php:985
+msgid "Edit photo"
+msgstr "Modifica la foto"
-#: ../../mod/admin.php:178
-msgid "# clones"
-msgstr "# cloni"
+#: ../../mod/photos.php:987
+msgid "Rotate CW (right)"
+msgstr "Ruota (senso orario)"
-#: ../../mod/admin.php:184
-msgid "Message queues"
-msgstr "Coda messaggi in uscita"
+#: ../../mod/photos.php:988
+msgid "Rotate CCW (left)"
+msgstr "Ruota (senso antiorario)"
-#: ../../mod/admin.php:200 ../../mod/admin.php:445 ../../mod/admin.php:545
-#: ../../mod/admin.php:812 ../../mod/admin.php:976 ../../mod/admin.php:1073
-#: ../../mod/admin.php:1113 ../../mod/admin.php:1273 ../../mod/admin.php:1307
-#: ../../mod/admin.php:1392
-msgid "Administration"
-msgstr "Amministrazione"
+#: ../../mod/photos.php:991
+msgid "Enter a new album name"
+msgstr "Inserisci il nome del nuovo album"
-#: ../../mod/admin.php:201
-msgid "Summary"
-msgstr "Riepilogo"
+#: ../../mod/photos.php:992
+msgid "or select an existing one (doubleclick)"
+msgstr "o seleziona uno esistente (doppio click)"
-#: ../../mod/admin.php:204
-msgid "Registered accounts"
-msgstr "Account creati"
+#: ../../mod/photos.php:995
+msgid "Caption"
+msgstr "Didascalia"
-#: ../../mod/admin.php:205 ../../mod/admin.php:549
-msgid "Pending registrations"
-msgstr "Registrazioni da approvare"
+#: ../../mod/photos.php:997
+msgid "Add a Tag"
+msgstr "Aggiungi tag"
-#: ../../mod/admin.php:206
-msgid "Registered channels"
-msgstr "Canali creati"
+#: ../../mod/photos.php:1001
+msgid "Example: @bob, @Barbara_Jensen, @jim@example.com"
+msgstr "Esempio: @bob, @Barbara_Jensen, @jim@example.com"
-#: ../../mod/admin.php:207 ../../mod/admin.php:550
-msgid "Active plugins"
-msgstr "Plugin attivi"
+#: ../../mod/photos.php:1004
+msgid "Flag as adult in album view"
+msgstr "Marca come 'per adulti'"
-#: ../../mod/admin.php:208
-msgid "Version"
-msgstr "Versione"
+#: ../../mod/photos.php:1196
+msgid "In This Photo:"
+msgstr "In questa foto:"
-#: ../../mod/admin.php:329
-msgid "Site settings updated."
-msgstr "Impostazioni del sito salvate correttamente."
+#: ../../mod/photos.php:1201
+msgid "Map"
+msgstr "Mappa"
-#: ../../mod/admin.php:366 ../../mod/settings.php:793
-msgid "mobile"
-msgstr "mobile"
+#: ../../mod/photos.php:1289
+msgid "View Album"
+msgstr "Guarda l'album"
-#: ../../mod/admin.php:368
-msgid "experimental"
-msgstr "sperimentale"
+#: ../../mod/photos.php:1300 ../../mod/photos.php:1313
+#: ../../mod/photos.php:1314
+msgid "Recent Photos"
+msgstr "Foto recenti"
-#: ../../mod/admin.php:370
-msgid "unsupported"
-msgstr "non supportato"
+#: ../../mod/ping.php:260
+msgid "sent you a private message"
+msgstr "ti ha inviato un messaggio privato"
-#: ../../mod/admin.php:416
-msgid "Yes - with approval"
-msgstr "Sì - con approvazione"
+#: ../../mod/ping.php:308
+msgid "added your channel"
+msgstr "ha aggiunto il tuo canale"
-#: ../../mod/admin.php:422
-msgid "My site is not a public server"
-msgstr "Non è un server pubblico"
+#: ../../mod/ping.php:350
+msgid "posted an event"
+msgstr "ha creato un evento"
-#: ../../mod/admin.php:423
-msgid "My site has paid access only"
-msgstr "È un servizio a pagamento"
+#: ../../mod/poke.php:164
+msgid "Poke/Prod"
+msgstr "Poke/Prod"
-#: ../../mod/admin.php:424
-msgid "My site has free access only"
-msgstr "È un servizio gratuito"
+#: ../../mod/poke.php:165
+msgid "poke, prod or do other things to somebody"
+msgstr "Manda un poke, un prod o altro"
-#: ../../mod/admin.php:425
-msgid "My site offers free accounts with optional paid upgrades"
-msgstr "È un servizio gratuito con opzioni aggiuntive a pagamento"
+#: ../../mod/poke.php:166
+msgid "Recipient"
+msgstr "Destinatario"
-#: ../../mod/admin.php:449
-msgid "File upload"
-msgstr "Caricamento file"
+#: ../../mod/poke.php:167
+msgid "Choose what you wish to do to recipient"
+msgstr "Scegli cosa vuoi inviare al destinatario"
-#: ../../mod/admin.php:450
-msgid "Policies"
-msgstr "Politiche"
+#: ../../mod/poke.php:170
+msgid "Make this post private"
+msgstr "Rendi privato questo post"
-#: ../../mod/admin.php:455
-msgid "Site name"
-msgstr "Nome del sito"
+#: ../../mod/probe.php:24 ../../mod/probe.php:30
+#, php-format
+msgid "Fetching URL returns error: %1$s"
+msgstr "La chiamata all'URL restituisce questo errore: %1$s"
-#: ../../mod/admin.php:456
-msgid "Banner/Logo"
-msgstr "Banner o logo"
+#: ../../mod/profile_photo.php:112
+msgid "Image uploaded but image cropping failed."
+msgstr "L'immagine è stata caricata, ma il non è stato possibile ritagliarla."
-#: ../../mod/admin.php:457
-msgid "Administrator Information"
-msgstr "Informazioni sull'amministratore"
+#: ../../mod/profile_photo.php:166
+msgid "Image resize failed."
+msgstr "Il ridimensionamento dell'immagine è fallito."
-#: ../../mod/admin.php:457
+#: ../../mod/profile_photo.php:212
msgid ""
-"Contact information for site administrators. Displayed on siteinfo page. "
-"BBCode can be used here"
-msgstr "Informazioni per contattare gli amministratori del sito. Saranno mostrate sulla pagina di informazioni. È consentito il BBcode"
+"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/admin.php:458
-msgid "System language"
-msgstr "Lingua di sistema"
+#: ../../mod/profile_photo.php:250
+msgid "Image upload failed."
+msgstr "Il caricamento dell'immagine è fallito."
-#: ../../mod/admin.php:459
-msgid "System theme"
-msgstr "Tema di sistema"
+#: ../../mod/profile_photo.php:269
+msgid "Unable to process image."
+msgstr "Impossibile elaborare l'immagine."
-#: ../../mod/admin.php:459
-msgid ""
-"Default system theme - may be over-ridden by user profiles - <a href='#' "
-"id='cnftheme'>change theme settings</a>"
-msgstr "Il tema di sistema può essere cambiato dai profili dei singoli utenti - <a href='#' id='cnftheme'>Cambia le impostazioni del tema</a>"
+#: ../../mod/profile_photo.php:297
+msgid "female"
+msgstr "femmina"
-#: ../../mod/admin.php:460
-msgid "Mobile system theme"
-msgstr "Tema di sistema per dispositivi mobili"
+#: ../../mod/profile_photo.php:298
+#, php-format
+msgid "%1$s updated her %2$s"
+msgstr "Aggiornamento: %2$s di %1$s"
-#: ../../mod/admin.php:460
-msgid "Theme for mobile devices"
-msgstr "Tema per i dispositivi mobili"
+#: ../../mod/profile_photo.php:299
+msgid "male"
+msgstr "maschio"
-#: ../../mod/admin.php:462
-msgid "Allow Feeds as Connections"
-msgstr "Permetti di aggiungere i feed come contatti"
+#: ../../mod/profile_photo.php:300
+#, php-format
+msgid "%1$s updated his %2$s"
+msgstr "Aggiornamento: %2$s di %1$s"
-#: ../../mod/admin.php:462
-msgid "(Heavy system resource usage)"
-msgstr "(Uso intenso delle risorse di sistema!)"
+#: ../../mod/profile_photo.php:302
+#, php-format
+msgid "%1$s updated their %2$s"
+msgstr "Aggiornamento: %2$s di %1$s"
-#: ../../mod/admin.php:463
-msgid "Maximum image size"
-msgstr "Dimensione massima immagini"
+#: ../../mod/profile_photo.php:304
+msgid "profile photo"
+msgstr "foto del profilo"
-#: ../../mod/admin.php:463
-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/profile_photo.php:368 ../../mod/profile_photo.php:409
+msgid "Photo not available."
+msgstr "Foto non disponibile."
-#: ../../mod/admin.php:464
-msgid "Does this site allow new member registration?"
-msgstr "Questo sito permette a nuovi utenti di registrarsi?"
+#: ../../mod/profile_photo.php:450
+msgid "Upload File:"
+msgstr "Carica un file:"
-#: ../../mod/admin.php:465
-msgid "Invitation only"
-msgstr "Solo con invito"
+#: ../../mod/profile_photo.php:451
+msgid "Select a profile:"
+msgstr "Seleziona un profilo:"
-#: ../../mod/admin.php:465
-msgid ""
-"Only allow new member registrations with an invitation code. Above register "
-"policy must be set to Yes."
-msgstr "La registrazione è permessa solo a chi possiede un codice di invito. Funziona solo se la possibilità di registrarsi è impostata a 'Sì'."
+#: ../../mod/profile_photo.php:452
+msgid "Upload Profile Photo"
+msgstr "Carica la foto del profilo"
-#: ../../mod/admin.php:466
-msgid "Which best describes the types of account offered by this hub?"
-msgstr "Come descriveresti il tipo di servizio proposto da questo server?"
+#: ../../mod/profile_photo.php:457 ../../mod/settings.php:975
+msgid "or"
+msgstr "o"
-#: ../../mod/admin.php:467
-msgid "Register text"
-msgstr "Testo di registrazione"
+#: ../../mod/profile_photo.php:457
+msgid "skip this step"
+msgstr "salta questo passaggio"
-#: ../../mod/admin.php:467
-msgid "Will be displayed prominently on the registration page."
-msgstr "Sarà mostrato ben visibile nella pagina di registrazione."
+#: ../../mod/profile_photo.php:457
+msgid "select a photo from your photo albums"
+msgstr "seleziona una foto dai tuoi album"
-#: ../../mod/admin.php:468
-msgid "Site homepage to show visitors (default: login box)"
-msgstr "Homepage del sito da mostrare ai navigatori (predefinito: modulo di login)"
+#: ../../mod/profile_photo.php:473
+msgid "Crop Image"
+msgstr "Ritaglia immagine"
-#: ../../mod/admin.php:468
-msgid ""
-"example: 'public' to show public stream, 'page/sys/home' to show a system "
-"webpage called 'home' or 'include:home.html' to include a file."
-msgstr "esempio: 'public' per mostrare i contenuti pubblici degli utenti, 'page/sys/home' per mostrare la pagina web definita come 'home' oppure 'include:home.html' per mostrare il contenuto di un file."
+#: ../../mod/profile_photo.php:474
+msgid "Please adjust the image cropping for optimum viewing."
+msgstr "Ritaglia l'immagine per migliorarne la visualizzazione."
-#: ../../mod/admin.php:469
-msgid "Preserve site homepage URL"
-msgstr "Conserva l'URL della homepage"
+#: ../../mod/profile_photo.php:476
+msgid "Done Editing"
+msgstr "Modifica terminata"
-#: ../../mod/admin.php:469
-msgid ""
-"Present the site homepage in a frame at the original location instead of "
-"redirecting"
-msgstr "Presenta la homepage del sito in un frame all'indirizzo attuale invece di un redirect."
+#: ../../mod/profiles.php:19 ../../mod/profiles.php:184
+#: ../../mod/profiles.php:241 ../../mod/profiles.php:608
+msgid "Profile not found."
+msgstr "Profilo non trovato."
-#: ../../mod/admin.php:470
-msgid "Accounts abandoned after x days"
-msgstr "Account abbandonati dopo X giorni"
+#: ../../mod/profiles.php:39
+msgid "Profile deleted."
+msgstr "Profilo eliminato."
-#: ../../mod/admin.php:470
-msgid ""
-"Will not waste system resources polling external sites for abandonded "
-"accounts. Enter 0 for no time limit."
-msgstr "Eviterà di sprecare risorse di sistema controllando se i siti esterni hanno account abbandonati. Immettere 0 per non imporre nessun limite di tempo."
+#: ../../mod/profiles.php:63 ../../mod/profiles.php:99
+msgid "Profile-"
+msgstr "Profilo-"
-#: ../../mod/admin.php:471
-msgid "Allowed friend domains"
-msgstr "Domini fidati e consentiti"
+#: ../../mod/profiles.php:84 ../../mod/profiles.php:127
+msgid "New profile created."
+msgstr "Il nuovo profilo è stato creato."
-#: ../../mod/admin.php:471
-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. Lascia vuoto per accettare connessioni da qualsiasi dominio."
+#: ../../mod/profiles.php:105
+msgid "Profile unavailable to clone."
+msgstr "Impossibile duplicare il profilo."
-#: ../../mod/admin.php:472
-msgid "Allowed email domains"
-msgstr "Domini email consentiti"
+#: ../../mod/profiles.php:146
+msgid "Profile unavailable to export."
+msgstr "Il profilo non è disponibile per l'export."
-#: ../../mod/admin.php:472
-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. Sono accettati caratteri jolly. Lascia vuoto per accettare qualsiasi dominio email"
+#: ../../mod/profiles.php:251
+msgid "Profile Name is required."
+msgstr "Il nome del profilo è obbligatorio."
-#: ../../mod/admin.php:473
-msgid "Not allowed email domains"
-msgstr "Domini email non consentiti"
+#: ../../mod/profiles.php:414
+msgid "Marital Status"
+msgstr "Stato sentimentale"
-#: ../../mod/admin.php:473
-msgid ""
-"Comma separated list of domains which are not allowed in email addresses for"
-" registrations to this site. Wildcards are accepted. Empty to allow any "
-"domains, unless allowed domains have been defined."
-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/profiles.php:418
+msgid "Romantic Partner"
+msgstr "Partner affettivo"
-#: ../../mod/admin.php:474
-msgid "Block public"
-msgstr "Blocca pagine pubbliche"
+#: ../../mod/profiles.php:422
+msgid "Likes"
+msgstr "Mi piace"
-#: ../../mod/admin.php:474
-msgid ""
-"Check to block public access to all otherwise public personal pages on this "
-"site unless you are currently logged in."
-msgstr "Seleziona per impedire di vedere le pagine personali di questo sito a chi non ha effettuato l'accesso."
+#: ../../mod/profiles.php:426
+msgid "Dislikes"
+msgstr "Non mi piace"
-#: ../../mod/admin.php:475
-msgid "Verify Email Addresses"
-msgstr "Verifica l'indirizzo email"
+#: ../../mod/profiles.php:430
+msgid "Work/Employment"
+msgstr "Lavoro/impiego"
-#: ../../mod/admin.php:475
-msgid ""
-"Check to verify email addresses used in account registration (recommended)."
-msgstr "Attiva per richiedere la verifica degli indirizzi email dei nuovi utenti (consigliato)."
+#: ../../mod/profiles.php:433
+msgid "Religion"
+msgstr "Religione"
-#: ../../mod/admin.php:476
-msgid "Force publish"
-msgstr "Forza la publicazione del profilo"
+#: ../../mod/profiles.php:437
+msgid "Political Views"
+msgstr "Orientamento politico"
-#: ../../mod/admin.php:476
-msgid ""
-"Check to force all profiles on this site to be listed in the site directory."
-msgstr "Seleziona per pubblicare sui directory server <strong>tutti</strong> i profili registrati su questo sito."
+#: ../../mod/profiles.php:445
+msgid "Sexual Preference"
+msgstr "Preferenze sessuali"
-#: ../../mod/admin.php:477
-msgid "Import Public Streams"
-msgstr "Suggerisci contenuti pubblici della rete Hubzilla"
+#: ../../mod/profiles.php:449
+msgid "Homepage"
+msgstr "Home page"
-#: ../../mod/admin.php:477
-msgid ""
-"Import and allow access to public content pulled from other sites. Warning: "
-"this content is unmoderated."
-msgstr "Suggerisci e visualizza i post pubblici presenti su altri siti Hubzilla. Attenzione: i contenuti potrebbero essere inappropriati perché non sottoposti a moderazione."
+#: ../../mod/profiles.php:453
+msgid "Interests"
+msgstr "Interessi"
-#: ../../mod/admin.php:478
-msgid "login on Homepage"
-msgstr "Mostra il login sulla homepage"
+#: ../../mod/profiles.php:547
+msgid "Profile updated."
+msgstr "Profilo aggiornato."
-#: ../../mod/admin.php:478
-msgid ""
-"Present a login box to visitors on the home page if no other content has "
-"been configured."
-msgstr "Presenta il modulo di login ai visitatori sulla homepage in mancanza di altri contenuti."
+#: ../../mod/profiles.php:634
+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/admin.php:480
-msgid "Directory Server URL"
-msgstr "URL del directory server"
+#: ../../mod/profiles.php:674
+msgid "Edit Profile Details"
+msgstr "Modifica i dettagli del profilo"
-#: ../../mod/admin.php:480
-msgid "Default directory server"
-msgstr "Directory server predefinito"
+#: ../../mod/profiles.php:676
+msgid "View this profile"
+msgstr "Guarda questo profilo"
-#: ../../mod/admin.php:482
-msgid "Proxy user"
-msgstr "Utente proxy"
+#: ../../mod/profiles.php:678
+msgid "Change Profile Photo"
+msgstr "Cambia la foto del profilo"
-#: ../../mod/admin.php:483
-msgid "Proxy URL"
-msgstr "URL proxy"
+#: ../../mod/profiles.php:679
+msgid "Create a new profile using these settings"
+msgstr "Crea un nuovo profilo usando queste impostazioni"
-#: ../../mod/admin.php:484
-msgid "Network timeout"
-msgstr "Timeout rete"
+#: ../../mod/profiles.php:680
+msgid "Clone this profile"
+msgstr "Clona questo profilo"
-#: ../../mod/admin.php:484
-msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
-msgstr "Valore in secondi. Imposta a 0 per illimitato (sconsigliato)."
+#: ../../mod/profiles.php:681
+msgid "Delete this profile"
+msgstr "Elimina questo profilo"
-#: ../../mod/admin.php:485
-msgid "Delivery interval"
-msgstr "Recapito ritardato"
+#: ../../mod/profiles.php:683
+msgid "Import profile from file"
+msgstr "Importa il profilo da un file"
-#: ../../mod/admin.php:485
-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 "Numero di secondi di cui può essere ritardato il recapito, per ridurre il carico di sistema. Consigliati: 4-5 secondi per hosting condiviso, 2-3 per i VPS, 0-1 per grandi server dedicati."
+#: ../../mod/profiles.php:684
+msgid "Export profile to file"
+msgstr "Esporta il profilo in un file"
-#: ../../mod/admin.php:486
-msgid "Deliveries per process"
-msgstr "Tentativi di recapito per processo"
+#: ../../mod/profiles.php:685
+msgid "Profile Name:"
+msgstr "Nome del profilo:"
-#: ../../mod/admin.php:486
-msgid ""
-"Number of deliveries to attempt in a single operating system process. Adjust"
-" if necessary to tune system performance. Recommend: 1-5."
-msgstr "Numero di tentativi di recapito da tentare per ciascun processo. Può essere modificato per migliorare le performance di sistema. Raccomandato: 1-5"
+#: ../../mod/profiles.php:686
+msgid "Your Full Name:"
+msgstr "Il tuo nome completo:"
-#: ../../mod/admin.php:487
-msgid "Poll interval"
-msgstr "Intervallo di polling"
+#: ../../mod/profiles.php:687
+msgid "Title/Description:"
+msgstr "Titolo/descrizione:"
-#: ../../mod/admin.php:487
-msgid ""
-"Delay background polling processes by this many seconds to reduce system "
-"load. If 0, use delivery interval."
-msgstr "Numero di secondi di cui può essere ritardato il polling in background, per ridurre il carico del sistema. Se 0, verrà usato lo stesso valore del 'Recapito ritardato'."
+#: ../../mod/profiles.php:688
+msgid "Your Gender:"
+msgstr "Sesso:"
-#: ../../mod/admin.php:488
-msgid "Maximum Load Average"
-msgstr "Carico massimo medio"
+#: ../../mod/profiles.php:689
+msgid "Birthday :"
+msgstr "Compleanno:"
-#: ../../mod/admin.php:488
-msgid ""
-"Maximum system load before delivery and poll processes are deferred - "
-"default 50."
-msgstr "Carico di sistema massimo perché i processi di recapito e polling siano ritardati - il valore predefinito è 50."
+#: ../../mod/profiles.php:690
+msgid "Street Address:"
+msgstr "Indirizzo (via/piazza):"
-#: ../../mod/admin.php:489
-msgid "Expiration period in days for imported (matrix/network) content"
-msgstr "Scadenza dei contenuti importati da altri siti (in giorni)"
+#: ../../mod/profiles.php:691
+msgid "Locality/City:"
+msgstr "Località:"
-#: ../../mod/admin.php:489
-msgid "0 for no expiration of imported content"
-msgstr "0 per non avere scadenza"
+#: ../../mod/profiles.php:692
+msgid "Postal/Zip Code:"
+msgstr "CAP:"
-#: ../../mod/admin.php:537
-msgid "No server found"
-msgstr "Server non trovato"
+#: ../../mod/profiles.php:693
+msgid "Country:"
+msgstr "Nazione:"
-#: ../../mod/admin.php:544 ../../mod/admin.php:826
-msgid "ID"
-msgstr "ID"
+#: ../../mod/profiles.php:694
+msgid "Region/State:"
+msgstr "Regione/stato:"
-#: ../../mod/admin.php:544
-msgid "for channel"
-msgstr "per il canale"
+#: ../../mod/profiles.php:695
+msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
+msgstr "<span class=\"heart\">&hearts;</span> Stato sentimentale:"
-#: ../../mod/admin.php:544
-msgid "on server"
-msgstr "sul server"
+#: ../../mod/profiles.php:696
+msgid "Who: (if applicable)"
+msgstr "Con chi: (se possibile)"
-#: ../../mod/admin.php:544
-msgid "Status"
-msgstr "Stato"
+#: ../../mod/profiles.php:697
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+msgstr "Per esempio: cathy123, Cathy Williams, cathy@example.com"
-#: ../../mod/admin.php:546
-msgid "Server"
-msgstr "Server"
+#: ../../mod/profiles.php:698
+msgid "Since [date]:"
+msgstr "dal [data]:"
-#: ../../mod/admin.php:563
-msgid "Update has been marked successful"
-msgstr "L'aggiornamento è stato marcato come eseguito."
+#: ../../mod/profiles.php:700
+msgid "Homepage URL:"
+msgstr "Indirizzo home page:"
-#: ../../mod/admin.php:573
-#, php-format
-msgid "Executing %s failed. Check system logs."
-msgstr "Fallita l'esecuzione di %s. Maggiori informazioni sui log di sistema."
+#: ../../mod/profiles.php:703
+msgid "Religious Views:"
+msgstr "Orientamento religioso:"
-#: ../../mod/admin.php:576
-#, php-format
-msgid "Update %s was successfully applied."
-msgstr "L'aggiornamento %s è terminato correttamente."
+#: ../../mod/profiles.php:704
+msgid "Keywords:"
+msgstr "Parole chiave, tag:"
-#: ../../mod/admin.php:580
-#, php-format
-msgid "Update %s did not return a status. Unknown if it succeeded."
-msgstr "L'aggiornamento %s non ha dato risposta. Impossibile determinare se è terminato correttamente."
+#: ../../mod/profiles.php:707
+msgid "Example: fishing photography software"
+msgstr "Per esempio: pesca fotografia programmazione"
-#: ../../mod/admin.php:583
-#, php-format
-msgid "Update function %s could not be found."
-msgstr "Impossibile trovare la funzione di aggiornamento %s"
+#: ../../mod/profiles.php:708
+msgid "Used in directory listings"
+msgstr "Visibile negli elenchi pubblici di canali"
-#: ../../mod/admin.php:599
-msgid "No failed updates."
-msgstr "Nessun aggiornamento fallito."
+#: ../../mod/profiles.php:709
+msgid "Tell us about yourself..."
+msgstr "Raccontaci di te..."
-#: ../../mod/admin.php:603
-msgid "Failed Updates"
-msgstr "Aggiornamenti falliti."
+#: ../../mod/profiles.php:710
+msgid "Hobbies/Interests"
+msgstr "Hobby/interessi"
-#: ../../mod/admin.php:605
-msgid "Mark success (if update was manually applied)"
-msgstr "Marca come eseguito (se applicato manualmente)."
+#: ../../mod/profiles.php:711
+msgid "Contact information and Social Networks"
+msgstr "Contatti personali e i tuoi social network"
-#: ../../mod/admin.php:606
-msgid "Attempt to execute this update step automatically"
-msgstr "Tenta di eseguire in automatico questo passaggio dell'aggiornamento."
+#: ../../mod/profiles.php:712
+msgid "My other channels"
+msgstr "I miei altri canali"
-#: ../../mod/admin.php:637
-msgid "Queue Statistics"
-msgstr "Statistiche della coda"
+#: ../../mod/profiles.php:713
+msgid "Musical interests"
+msgstr "Interessi musicali"
-#: ../../mod/admin.php:638
-msgid "Total Entries"
-msgstr "Totale"
+#: ../../mod/profiles.php:714
+msgid "Books, literature"
+msgstr "Libri, letteratura"
-#: ../../mod/admin.php:639
-msgid "Priority"
-msgstr "Priorità"
+#: ../../mod/profiles.php:715
+msgid "Television"
+msgstr "Televisione"
-#: ../../mod/admin.php:640
-msgid "Destination URL"
-msgstr "URL di destinazione"
+#: ../../mod/profiles.php:716
+msgid "Film/dance/culture/entertainment"
+msgstr "Film/danza/cultura/intrattenimento"
-#: ../../mod/admin.php:641
-msgid "Mark hub permanently offline"
-msgstr "Questo hub è definitivamente offline"
+#: ../../mod/profiles.php:717
+msgid "Love/romance"
+msgstr "Amore"
-#: ../../mod/admin.php:642
-msgid "Empty queue for this hub"
-msgstr "Svuota la coda per questo hub"
+#: ../../mod/profiles.php:718
+msgid "Work/employment"
+msgstr "Lavoro/impiego"
-#: ../../mod/admin.php:643
-msgid "Last known contact"
-msgstr "Ultimo scambio dati"
+#: ../../mod/profiles.php:719
+msgid "School/education"
+msgstr "Scuola/educazione"
-#: ../../mod/admin.php:679
-#, php-format
-msgid "%s account blocked/unblocked"
-msgid_plural "%s account blocked/unblocked"
-msgstr[0] "Modificato il blocco su %s account"
-msgstr[1] "Modificato il blocco verso %s"
+#: ../../mod/profiles.php:725
+msgid "This is your default profile."
+msgstr "Questo è il tuo profilo predefinito."
-#: ../../mod/admin.php:687
-#, php-format
-msgid "%s account deleted"
-msgid_plural "%s accounts deleted"
-msgstr[0] "%s account eliminato"
-msgstr[1] "%s account eliminati"
+#: ../../mod/profiles.php:736
+msgid "Age: "
+msgstr "Età:"
-#: ../../mod/admin.php:723
-msgid "Account not found"
-msgstr "Account non trovato"
+#: ../../mod/profiles.php:779
+msgid "Edit/Manage Profiles"
+msgstr "Modifica/gestisci i profili"
-#: ../../mod/admin.php:735
-#, php-format
-msgid "Account '%s' deleted"
-msgstr "Account '%s' eliminato"
+#: ../../mod/profiles.php:780
+msgid "Add profile things"
+msgstr "Aggiungi oggetti al profilo"
-#: ../../mod/admin.php:743
-#, php-format
-msgid "Account '%s' blocked"
-msgstr "Aggiunto un blocco verso '%s'"
+#: ../../mod/profiles.php:781
+msgid "Include desirable objects in your profile"
+msgstr "Aggiungi oggetti interessanti al tuo profilo"
-#: ../../mod/admin.php:751
-#, php-format
-msgid "Account '%s' unblocked"
-msgstr "Rimosso il blocco verso '%s'"
+#: ../../mod/profperm.php:29 ../../mod/profperm.php:58
+msgid "Invalid profile identifier."
+msgstr "Indentificativo del profilo non valido."
-#: ../../mod/admin.php:813 ../../mod/admin.php:825
-msgid "Users"
-msgstr "Utenti"
+#: ../../mod/profperm.php:110
+msgid "Profile Visibility Editor"
+msgstr "Modifica la visibilità del profilo"
-#: ../../mod/admin.php:815 ../../mod/admin.php:979
-msgid "select all"
-msgstr "seleziona tutti"
+#: ../../mod/profperm.php:114
+msgid "Click on a contact to add or remove."
+msgstr "Clicca su un contatto per aggiungerlo o rimuoverlo."
-#: ../../mod/admin.php:816
-msgid "User registrations waiting for confirm"
-msgstr "Richieste di registrazione in attesa di conferma"
+#: ../../mod/profperm.php:123
+msgid "Visible To"
+msgstr "Visibile a"
-#: ../../mod/admin.php:817
-msgid "Request date"
-msgstr "Data richiesta"
+#: ../../mod/pubsites.php:18
+msgid "Public Sites"
+msgstr "Siti pubblici"
-#: ../../mod/admin.php:818
-msgid "No registrations."
-msgstr "Nessuna registrazione."
+#: ../../mod/pubsites.php:21
+msgid ""
+"The listed sites allow public registration for the $Projectname network. All"
+" sites in the network are interlinked so membership on any of them conveys "
+"membership in the network as a whole. Some sites may require subscription or"
+" provide tiered service plans. The provider links <strong>may</strong> "
+"provide additional details."
+msgstr "I siti elencati permettono la registrazione libera sulla rete $Projectname. Tutti questi hub sono interconnessi, quindi essere iscritti su uno equivale a una registrazione su tutta la rete. Alcuni siti potrebbero richiedere un abbonamento o dei servizi a pagamento. Per maggiori dettagli visita gli indirizzi nell'elenco."
-#: ../../mod/admin.php:820
-msgid "Deny"
-msgstr "Nega"
+#: ../../mod/pubsites.php:27
+msgid "Rate this hub"
+msgstr "Valuta questo hub"
-#: ../../mod/admin.php:826
-msgid "Register date"
-msgstr "Data registrazione"
+#: ../../mod/pubsites.php:28
+msgid "Site URL"
+msgstr "URL del sito"
-#: ../../mod/admin.php:826
-msgid "Last login"
-msgstr "Ultimo accesso"
+#: ../../mod/pubsites.php:28
+msgid "Access Type"
+msgstr "Tipo di accesso"
-#: ../../mod/admin.php:826
-msgid "Expires"
-msgstr "Con scadenza"
+#: ../../mod/pubsites.php:28
+msgid "Registration Policy"
+msgstr "Politica di registrazione"
-#: ../../mod/admin.php:826
-msgid "Service Class"
-msgstr "Classe dell'account"
+#: ../../mod/pubsites.php:28
+msgid "Project"
+msgstr "Progetto"
-#: ../../mod/admin.php:828
-msgid ""
-"Selected accounts will be deleted!\\n\\nEverything these accounts had posted"
-" on this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "Gli account selezionati saranno eliminati!\\n\\nTutto ciò che hanno caricato o pubblicato su questo sito sarà eliminato definitivamente!\\n\\nVuoi confermare?"
+#: ../../mod/pubsites.php:28
+msgid "View hub ratings"
+msgstr "Vedi le valutazioni del hub"
-#: ../../mod/admin.php:829
-msgid ""
-"The account {0} will be deleted!\\n\\nEverything this account has posted on "
-"this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "L'account {0} sarà eliminato!\\n\\nTutto ciò che ha caricato o pubblicato su questo sito sarà eliminato definitivamente!\\n\\nVuoi confermare?"
+#: ../../mod/pubsites.php:32
+msgid "Rate"
+msgstr "Valuta"
-#: ../../mod/admin.php:865
-#, php-format
-msgid "%s channel censored/uncensored"
-msgid_plural "%s channels censored/uncensored"
-msgstr[0] "Censura modificata per %s canale"
-msgstr[1] "Censura modificata per %s canali"
+#: ../../mod/pubsites.php:33
+msgid "View ratings"
+msgstr "Vedi le valutazioni"
-#: ../../mod/admin.php:874
-#, php-format
-msgid "%s channel code allowed/disallowed"
-msgid_plural "%s channels code allowed/disallowed"
-msgstr[0] "%s canale permette/non permette codice nei contenuti"
-msgstr[1] "%s canali permettono/non permettono codice nei contenuti"
+#: ../../mod/rate.php:158
+msgid "Website:"
+msgstr "Sito web:"
-#: ../../mod/admin.php:881
+#: ../../mod/rate.php:161
#, php-format
-msgid "%s channel deleted"
-msgid_plural "%s channels deleted"
-msgstr[0] "%s canale è stato rimosso"
-msgstr[1] "%s canali sono stati rimossi"
+msgid "Remote Channel [%s] (not yet known on this site)"
+msgstr "Canale remoto [%s] (non ancora conosciuto da questo sito)"
-#: ../../mod/admin.php:901
-msgid "Channel not found"
-msgstr "Canale non trovato"
+#: ../../mod/rate.php:162
+msgid "Rating (this information is public)"
+msgstr "Valutazione (visibile a tutti)"
-#: ../../mod/admin.php:912
-#, php-format
-msgid "Channel '%s' deleted"
-msgstr "Il canale '%s' è stato rimosso"
+#: ../../mod/rate.php:163
+msgid "Optionally explain your rating (this information is public)"
+msgstr "Commento alla valutazione (facoltativo, visibile a tutti)"
-#: ../../mod/admin.php:924
-#, php-format
-msgid "Channel '%s' censored"
-msgstr "Applicata una censura al canale '%s'"
+#: ../../mod/ratings.php:69
+msgid "No ratings"
+msgstr "Nessuna valutazione"
-#: ../../mod/admin.php:924
-#, php-format
-msgid "Channel '%s' uncensored"
-msgstr "Rimossa la censura dal canale '%s'"
+#: ../../mod/ratings.php:99
+msgid "Ratings"
+msgstr "Valutazioni"
-#: ../../mod/admin.php:935
-#, php-format
-msgid "Channel '%s' code allowed"
-msgstr "Il canale '%s' permette codice nei contenuti"
+#: ../../mod/ratings.php:100
+msgid "Rating: "
+msgstr "Valutazione:"
-#: ../../mod/admin.php:935
-#, php-format
-msgid "Channel '%s' code disallowed"
-msgstr "Il canale '%s' non permette codice nei contenuti"
+#: ../../mod/ratings.php:101
+msgid "Website: "
+msgstr "Sito web:"
-#: ../../mod/admin.php:981
-msgid "Censor"
-msgstr "Applica una censura"
+#: ../../mod/ratings.php:103
+msgid "Description: "
+msgstr "Descrizione:"
-#: ../../mod/admin.php:982
-msgid "Uncensor"
-msgstr "Rimuovi la censura"
+#: ../../mod/rbmark.php:90
+msgid "Select a bookmark folder"
+msgstr "Scegli una cartella di segnalibri"
-#: ../../mod/admin.php:983
-msgid "Allow Code"
-msgstr "Permetti codice nei contenuti"
+#: ../../mod/rbmark.php:95
+msgid "Save Bookmark"
+msgstr "Salva segnalibro"
-#: ../../mod/admin.php:984
-msgid "Disallow Code"
-msgstr "Non permettere codice nei contenuti"
+#: ../../mod/rbmark.php:96
+msgid "URL of bookmark"
+msgstr "URL del segnalibro"
-#: ../../mod/admin.php:986
-msgid "UID"
-msgstr "UID"
+#: ../../mod/rbmark.php:101
+msgid "Or enter new bookmark folder name"
+msgstr "O inserisci il nome di una nuova cartella di segnalibri"
+
+#: ../../mod/register.php:44
+msgid "Maximum daily site registrations exceeded. Please try again tomorrow."
+msgstr "È stato superato il numero massimo giornaliero di registrazioni a questo sito. Riprova domani!"
-#: ../../mod/admin.php:988
+#: ../../mod/register.php:50
msgid ""
-"Selected channels will be deleted!\\n\\nEverything that was posted in these "
-"channels on this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "I canali selezionati saranno rimossi!\\n\\nTutto ciò che è stato pubblicato su questo server tramite questi canali sarà irreversibilmente eliminato!\\n\\nVuoi confermare?"
+"Please indicate acceptance of the Terms of Service. Registration failed."
+msgstr "Impossibile proseguire. Devi prima accettare le Condizioni d'Uso del servizio."
+
+#: ../../mod/register.php:84
+msgid "Passwords do not match."
+msgstr "Le password non corrispondono."
-#: ../../mod/admin.php:989
+#: ../../mod/register.php:119
msgid ""
-"The channel {0} will be deleted!\\n\\nEverything that was posted in this "
-"channel on this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "Il canale {0} sarà rimosso!\\n\\nTutto ciò che è stato pubblicato su questo server tramite questo canale sarà irreversibilmente eliminato!\\n\\nVuoi confermare?"
+"Registration successful. Please check your email for validation "
+"instructions."
+msgstr "La registrazione è terminata correttamente. Per continuare controlla l'email che ti è stata inviata."
+
+#: ../../mod/register.php:125
+msgid "Your registration is pending approval by the site owner."
+msgstr "La tua richiesta è in attesa di approvazione da parte dell'amministratore di questo hub."
+
+#: ../../mod/register.php:128
+msgid "Your registration can not be processed."
+msgstr "La tua registrazione non puo' essere processata."
-#: ../../mod/admin.php:1029
+#: ../../mod/register.php:165
+msgid "Registration on this site/hub is by approval only."
+msgstr "La registrazione su questo hub è soggetta ad approvazione."
+
+#: ../../mod/register.php:166
+msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>"
+msgstr "<a href=\"pubsites\">Registrati su un altro hub affiliato</a>"
+
+#: ../../mod/register.php:176
+msgid ""
+"This site has exceeded the number of allowed daily account registrations. "
+"Please try again tomorrow."
+msgstr "Questo hub ha superato il numero di registrazioni giornaliere consentite. Prova di nuovo domani."
+
+#: ../../mod/register.php:187
+msgid "Terms of Service"
+msgstr "Condizioni d'Uso"
+
+#: ../../mod/register.php:193
#, php-format
-msgid "Plugin %s disabled."
-msgstr "Plugin %s non attivo."
+msgid "I accept the %s for this website"
+msgstr "Accetto le %s di questo sito"
-#: ../../mod/admin.php:1033
+#: ../../mod/register.php:195
#, php-format
-msgid "Plugin %s enabled."
-msgstr "Plugin %s attivo."
+msgid "I am over 13 years of age and accept the %s for this website"
+msgstr "Ho più di 13 anni e accetto le %s di questo sito"
-#: ../../mod/admin.php:1043 ../../mod/admin.php:1246
-msgid "Disable"
-msgstr "Disattiva"
+#: ../../mod/register.php:214
+msgid "Membership on this site is by invitation only."
+msgstr "Per registrarsi su questo hub è necessario un invito."
-#: ../../mod/admin.php:1046 ../../mod/admin.php:1248
-msgid "Enable"
-msgstr "Attiva"
+#: ../../mod/register.php:215
+msgid "Please enter your invitation code"
+msgstr "Inserisci il codice dell'invito"
-#: ../../mod/admin.php:1075 ../../mod/admin.php:1275
-msgid "Toggle"
-msgstr "Attiva/disattiva"
+#: ../../mod/register.php:218
+msgid "Your email address"
+msgstr "Il tuo indirizzo email"
-#: ../../mod/admin.php:1083 ../../mod/admin.php:1285
-msgid "Author: "
-msgstr "Autore:"
+#: ../../mod/register.php:219
+msgid "Choose a password"
+msgstr "Scegli una password"
-#: ../../mod/admin.php:1084 ../../mod/admin.php:1286
-msgid "Maintainer: "
-msgstr "Gestore:"
+#: ../../mod/register.php:220
+msgid "Please re-enter your password"
+msgstr "Ripeti la password per verifica"
-#: ../../mod/admin.php:1211
-msgid "No themes found."
-msgstr "Nessun tema trovato."
+#: ../../mod/regmod.php:11
+msgid "Please login."
+msgstr "Effettua l'accesso."
-#: ../../mod/admin.php:1267
-msgid "Screenshot"
-msgstr "Istantanea dello schermo"
+#: ../../mod/removeaccount.php:30
+msgid ""
+"Account removals are not allowed within 48 hours of changing the account "
+"password."
+msgstr "Non è possibile eliminare il tuo account prima di 48 ore dall'ultimo cambio password."
-#: ../../mod/admin.php:1313
-msgid "[Experimental]"
-msgstr "[Sperimentale]"
+#: ../../mod/removeaccount.php:57
+msgid "Remove This Account"
+msgstr "Elimina questo account"
-#: ../../mod/admin.php:1314
-msgid "[Unsupported]"
-msgstr "[Non supportato]"
+#: ../../mod/removeaccount.php:58 ../../mod/removeme.php:58
+msgid "WARNING: "
+msgstr "ATTENZIONE:"
-#: ../../mod/admin.php:1338
-msgid "Log settings updated."
-msgstr "Impostazioni di log aggiornate."
+#: ../../mod/removeaccount.php:58
+msgid ""
+"This account and all its channels will be completely removed from the "
+"network. "
+msgstr "Questo account e tutti i suoi canali saranno completamente eliminati dalla rete."
-#: ../../mod/admin.php:1395
-msgid "Clear"
-msgstr "Pulisci"
+#: ../../mod/removeaccount.php:58 ../../mod/removeme.php:58
+msgid "This action is permanent and can not be undone!"
+msgstr "Questo comando è definitivo e non può essere annullato!"
-#: ../../mod/admin.php:1401
-msgid "Debugging"
-msgstr "Debugging"
+#: ../../mod/removeaccount.php:59 ../../mod/removeme.php:59
+msgid "Please enter your password for verification:"
+msgstr "Inserisci la tua password per verifica:"
-#: ../../mod/admin.php:1402
-msgid "Log file"
-msgstr "File di log"
+#: ../../mod/removeaccount.php:60
+msgid ""
+"Remove this account, all its channels and all its channel clones from the "
+"network"
+msgstr "Elimina dalla rete questo account, tutti i suoi canali e ANCHE tutti gli eventuali canali clonati."
-#: ../../mod/admin.php:1402
+#: ../../mod/removeaccount.php:60
msgid ""
-"Must be writable by web server. Relative to your Red top-level directory."
-msgstr "Deve essere scrivibile dal web server. La posizione è relativa alla cartella dove è installato Hubzilla."
+"By default only the instances of the channels located on this hub will be "
+"removed from the network"
+msgstr "A meno che tu non lo richieda espressamente, solo i canali presenti su questo hub saranno rimossi dalla rete."
-#: ../../mod/admin.php:1403
-msgid "Log level"
-msgstr "Livello di log"
+#: ../../mod/removeaccount.php:61 ../../mod/settings.php:700
+msgid "Remove Account"
+msgstr "Elimina l'account"
-#: ../../mod/admin.php:1449
-msgid "New Profile Field"
-msgstr "Nuovo campo del profilo"
+#: ../../mod/removeme.php:29
+msgid ""
+"Channel removals are not allowed within 48 hours of changing the account "
+"password."
+msgstr "Non è possibile eliminare un canale prima di 48 ore dall'ultimo cambio password."
-#: ../../mod/admin.php:1450 ../../mod/admin.php:1470
-msgid "Field nickname"
-msgstr "Nome breve del campo"
+#: ../../mod/removeme.php:57
+msgid "Remove This Channel"
+msgstr "Elimina questo canale"
-#: ../../mod/admin.php:1450 ../../mod/admin.php:1470
-msgid "System name of field"
-msgstr "Nome di sistema del campo"
+#: ../../mod/removeme.php:58
+msgid "This channel will be completely removed from the network. "
+msgstr "Questo canale sarà completamente eliminato dalla rete."
-#: ../../mod/admin.php:1451 ../../mod/admin.php:1471
-msgid "Input type"
-msgstr "Tipo di dati"
+#: ../../mod/removeme.php:60
+msgid "Remove this channel and all its clones from the network"
+msgstr "Elimina questo canale e tutti i suoi cloni dalla rete"
-#: ../../mod/admin.php:1452 ../../mod/admin.php:1472
-msgid "Field Name"
-msgstr "Nome del campo"
+#: ../../mod/removeme.php:60
+msgid ""
+"By default only the instance of the channel located on this hub will be "
+"removed from the network"
+msgstr "L'impostazione predefinita è che sia eliminata solo l'istanza del canale presente su questo hub, non gli eventuali cloni"
-#: ../../mod/admin.php:1452 ../../mod/admin.php:1472
-msgid "Label on profile pages"
-msgstr "Etichetta da mostrare sulla pagina del profilo"
+#: ../../mod/removeme.php:61 ../../mod/settings.php:1112
+msgid "Remove Channel"
+msgstr "Elimina questo canale"
-#: ../../mod/admin.php:1453 ../../mod/admin.php:1473
-msgid "Help text"
-msgstr "Testo di aiuto"
+#: ../../mod/rmagic.php:40
+msgid ""
+"We encountered a problem while logging in with the OpenID you provided. "
+"Please check the correct spelling of the ID."
+msgstr "Non è possibile effettuare login con l'OpenID che hai fornito. Per favore controlla che sia scritto correttamente."
-#: ../../mod/admin.php:1453 ../../mod/admin.php:1473
-msgid "Additional info (optional)"
-msgstr "Informazioni aggiuntive (facoltative)"
+#: ../../mod/rmagic.php:40
+msgid "The error message was:"
+msgstr "Messaggio di errore ricevuto:"
-#: ../../mod/admin.php:1463
-msgid "Field definition not found"
-msgstr "Impossibile trovare la definizione del campo"
+#: ../../mod/rmagic.php:44
+msgid "Authentication failed."
+msgstr "Autenticazione fallita."
-#: ../../mod/admin.php:1469
-msgid "Edit Profile Field"
-msgstr "Modifica campo del profilo"
+#: ../../mod/rmagic.php:84
+msgid "Remote Authentication"
+msgstr "Accedi tramite il tuo hub"
-#: ../../mod/editlayout.php:112
-msgid "Delete layout?"
-msgstr "Vuoi eliminare questo layout?"
+#: ../../mod/rmagic.php:85
+msgid "Enter your channel address (e.g. channel@example.com)"
+msgstr "Inserisci l'indirizzo del tuo canale (ad esempio lucia@esempio.com)"
-#: ../../mod/editlayout.php:159 ../../mod/layouts.php:124
-msgid "Layout Description (Optional)"
-msgstr "Descrizione del layout (facoltativa)"
+#: ../../mod/rmagic.php:86
+msgid "Authenticate"
+msgstr "Accedi"
-#: ../../mod/editlayout.php:161 ../../mod/layouts.php:121
-#: ../../mod/layouts.php:179
-msgid "Layout Name"
-msgstr "Nome layout"
+#: ../../mod/search.php:212
+#, php-format
+msgid "Items tagged with: %s"
+msgstr "Elementi taggati con: %s"
-#: ../../mod/editlayout.php:178
-msgid "Edit Layout"
-msgstr "Modifica il layout"
+#: ../../mod/search.php:214
+#, php-format
+msgid "Search results for: %s"
+msgstr "Risultati ricerca: %s"
+
+#: ../../mod/service_limits.php:19
+msgid "No service class restrictions found."
+msgstr "Non esistono restrizioni su questa classe di account."
#: ../../mod/settings.php:76
msgid "Name is required"
@@ -7626,14 +8132,6 @@ msgstr "Indirizzo email:"
msgid "Remove this account including all its channels"
msgstr "Elimina questo account e tutti i suoi canali"
-#: ../../mod/settings.php:717
-msgid "Off"
-msgstr "Off"
-
-#: ../../mod/settings.php:717
-msgid "On"
-msgstr "On"
-
#: ../../mod/settings.php:724
msgid "Additional Features"
msgstr "Funzionalità opzionali"
@@ -7881,10 +8379,6 @@ msgstr "Serve a ridurre lo spam"
msgid "Default Post Permissions"
msgstr "Permessi predefiniti per i post"
-#: ../../mod/settings.php:1056 ../../mod/mitem.php:150 ../../mod/mitem.php:223
-msgid "(click to open/close)"
-msgstr "(clicca per aprire/chiudere)"
-
#: ../../mod/settings.php:1060
msgid "Channel permissions category:"
msgstr "Categorie di permessi dei canali:"
@@ -8069,804 +8563,429 @@ msgstr "Attiva Firefox Share per $Projectname"
msgid "Start calendar week on monday"
msgstr "La settimana inizia il lunedì"
-#: ../../mod/webpages.php:191
-msgid "Page Title"
-msgstr "Titolo della pagina"
-
-#: ../../mod/appman.php:28 ../../mod/appman.php:44
-msgid "App installed."
-msgstr "App installata"
-
-#: ../../mod/appman.php:37
-msgid "Malformed app."
-msgstr "L'app contiene errori"
-
-#: ../../mod/appman.php:80
-msgid "Embed code"
-msgstr "Inserisci il codice"
-
-#: ../../mod/appman.php:86
-msgid "Edit App"
-msgstr "Modifica app"
-
-#: ../../mod/appman.php:86
-msgid "Create App"
-msgstr "Crea una app"
-
-#: ../../mod/appman.php:91
-msgid "Name of app"
-msgstr "Nome app"
-
-#: ../../mod/appman.php:92
-msgid "Location (URL) of app"
-msgstr "Indirizzo (URL) della app"
-
-#: ../../mod/appman.php:94
-msgid "Photo icon URL"
-msgstr "URL icona"
-
-#: ../../mod/appman.php:94
-msgid "80 x 80 pixels - optional"
-msgstr "80 x 80 pixel - facoltativa"
-
-#: ../../mod/appman.php:95
-msgid "Version ID"
-msgstr "ID versione"
-
-#: ../../mod/appman.php:96
-msgid "Price of app"
-msgstr "Prezzo app"
-
-#: ../../mod/appman.php:97
-msgid "Location (URL) to purchase app"
-msgstr "Indirizzo (URL) per acquistare la app"
-
-#: ../../mod/filer.php:48
-msgid "- select -"
-msgstr "- scegli -"
-
-#: ../../mod/layouts.php:176
-msgid "Comanche page description language help"
-msgstr "Guida di Comanche Page Description Language"
-
-#: ../../mod/layouts.php:180
-msgid "Layout Description"
-msgstr "Descrizione del layout"
-
-#: ../../mod/layouts.php:185
-msgid "Download PDL file"
-msgstr "Scarica il file PDL"
-
-#: ../../mod/locs.php:21 ../../mod/locs.php:50
-msgid "Location not found."
-msgstr "Indirizzo non trovato."
+#: ../../mod/setup.php:191
+msgid "$Projectname Server - Setup"
+msgstr "Server $Projectname - Installazione"
-#: ../../mod/locs.php:58
-msgid "Location lookup failed."
-msgstr "La ricerca dell'indirizzo è fallita."
+#: ../../mod/setup.php:195
+msgid "Could not connect to database."
+msgstr " Impossibile connettersi al database."
-#: ../../mod/locs.php:62
+#: ../../mod/setup.php:199
msgid ""
-"Please select another location to become primary before removing the primary"
-" location."
-msgstr "Prima di rimuovere il tuo canale primario assicurati di avere scelto una sua copia (clone) come primaria."
-
-#: ../../mod/locs.php:91
-msgid "Syncing locations"
-msgstr "Sincronizzazione tra hub"
-
-#: ../../mod/locs.php:101
-msgid "No locations found."
-msgstr "Nessun indirizzo trovato."
-
-#: ../../mod/locs.php:112
-msgid "Manage Channel Locations"
-msgstr "Modifica gli indirizzi del canale"
-
-#: ../../mod/locs.php:113
-msgid "Location (address)"
-msgstr "Indirizzo"
-
-#: ../../mod/locs.php:114
-msgid "Primary Location"
-msgstr "Indirizzo primario"
-
-#: ../../mod/locs.php:115
-msgid "Drop location"
-msgstr "Elimina un indirizzo"
+"Could not connect to specified site URL. Possible SSL certificate or DNS "
+"issue."
+msgstr "Non è possibile raggiungere l'indirizzo del sito specificato. Potrebbe essere un problema di SSL o DNS."
-#: ../../mod/locs.php:117
-msgid "Sync now"
-msgstr "Sincronizza ora"
+#: ../../mod/setup.php:206
+msgid "Could not create table."
+msgstr "Impossibile creare le tabelle."
-#: ../../mod/locs.php:118
-msgid "Please wait several minutes between consecutive operations."
-msgstr "Si raccomanda di attendere alcuni minuti prima di effettuare una nuova sincronizzazione."
+#: ../../mod/setup.php:211
+msgid "Your site database has been installed."
+msgstr "Il database del sito è stato installato."
-#: ../../mod/locs.php:119
+#: ../../mod/setup.php:215
msgid ""
-"When possible, drop a location by logging into that website/hub and removing"
-" your channel."
-msgstr "Quando possibile, riduci il numero di cloni del tuo canale effettuando il login sul relativo hub e rimuovendoli."
-
-#: ../../mod/locs.php:120
-msgid "Use this form to drop the location if the hub is no longer operating."
-msgstr "Usa questo modulo per abbandonare un canale su un hub che non è più funzionante."
-
-#: ../../mod/home.php:57 ../../mod/home.php:65 ../../mod/siteinfo.php:61
-msgid "$Projectname"
-msgstr "$Projectname"
-
-#: ../../mod/home.php:75
-#, php-format
-msgid "Welcome to %s"
-msgstr "%s ti dà il benvenuto"
-
-#: ../../mod/regmod.php:11
-msgid "Please login."
-msgstr "Effettua l'accesso."
-
-#: ../../mod/xchan.php:6
-msgid "Xchan Lookup"
-msgstr "Ricerca canale"
-
-#: ../../mod/xchan.php:9
-msgid "Lookup xchan beginning with (or webbie): "
-msgstr "Cerca un canale (o un webbie) che inizia per:"
-
-#: ../../mod/xchan.php:37 ../../mod/menu.php:162 ../../mod/mitem.php:116
-msgid "Not found."
-msgstr "Non trovato."
-
-#: ../../mod/channel.php:25 ../../mod/chat.php:19
-msgid "You must be logged in to see this page."
-msgstr "Devi aver effettuato l'accesso per vedere questa pagina."
-
-#: ../../mod/channel.php:97
-msgid "Insufficient permissions. Request redirected to profile page."
-msgstr "Permessi insufficienti. Sarà visualizzata la pagina del profilo."
-
-#: ../../mod/attach.php:9
-msgid "Item not available."
-msgstr "Elemento non disponibile."
-
-#: ../../mod/photos.php:79
-msgid "Page owner information could not be retrieved."
-msgstr "Impossibile ottenere informazioni sul proprietario della pagina."
-
-#: ../../mod/photos.php:100
-msgid "Album not found."
-msgstr "Album non trovato."
-
-#: ../../mod/photos.php:127
-msgid "Delete Album"
-msgstr "Elimina album"
-
-#: ../../mod/photos.php:171 ../../mod/photos.php:1006
-msgid "Delete Photo"
-msgstr "Elimina foto"
-
-#: ../../mod/photos.php:501
-msgid "No photos selected"
-msgstr "Nessuna foto selezionata"
-
-#: ../../mod/photos.php:550
-msgid "Access to this item is restricted."
-msgstr "Questo elemento non è visibile a tutti."
-
-#: ../../mod/photos.php:589
-#, php-format
-msgid "%1$.2f MB of %2$.2f MB photo storage used."
-msgstr "Hai usato %1$.2f Mb dei %2$.2f Mb di spazio disponibile."
-
-#: ../../mod/photos.php:592
-#, php-format
-msgid "%1$.2f MB photo storage used."
-msgstr "Hai usato %1$.2f Mb del tuo spazio disponibile."
-
-#: ../../mod/photos.php:620
-msgid "Upload Photos"
-msgstr "Carica foto"
-
-#: ../../mod/photos.php:624
-msgid "Enter an album name"
-msgstr "Scegli il nome dell'album"
-
-#: ../../mod/photos.php:625
-msgid "or select an existing album (doubleclick)"
-msgstr "o seleziona un album esistente (doppio click)"
-
-#: ../../mod/photos.php:626
-msgid "Create a status post for this upload"
-msgstr "Pubblica sulla bacheca"
-
-#: ../../mod/photos.php:627
-msgid "Caption (optional):"
-msgstr "Titolo (facoltativo):"
-
-#: ../../mod/photos.php:628
-msgid "Description (optional):"
-msgstr "Descrizione (facoltativa):"
-
-#: ../../mod/photos.php:655
-msgid "Album name could not be decoded"
-msgstr "Non è stato possibile leggere il nome dell'album"
-
-#: ../../mod/photos.php:699 ../../mod/photos.php:1233
-#: ../../mod/photos.php:1250
-msgid "Contact Photos"
-msgstr "Foto dei contatti"
-
-#: ../../mod/photos.php:722
-msgid "Show Newest First"
-msgstr "Prima i più recenti"
-
-#: ../../mod/photos.php:724
-msgid "Show Oldest First"
-msgstr "Prima i più vecchi"
+"You may need to import the file \"install/schema_xxx.sql\" manually using a "
+"database client."
+msgstr "Potresti dover importare il file 'install/schema_xxx.sql' manualmente usando un client per collegarti al db."
-#: ../../mod/photos.php:824
-msgid "Permission denied. Access to this item may be restricted."
-msgstr "Permesso negato. L'accesso a questo elemento può essere stato limitato."
+#: ../../mod/setup.php:216 ../../mod/setup.php:284 ../../mod/setup.php:734
+msgid "Please see the file \"install/INSTALL.txt\"."
+msgstr "Leggi il file 'install/INSTALL.txt'."
-#: ../../mod/photos.php:826
-msgid "Photo not available"
-msgstr "Foto non disponibile"
+#: ../../mod/setup.php:281
+msgid "System check"
+msgstr "Verifica del sistema"
-#: ../../mod/photos.php:884
-msgid "Use as profile photo"
-msgstr "Usa come foto del profilo"
+#: ../../mod/setup.php:286
+msgid "Check again"
+msgstr "Verifica di nuovo"
-#: ../../mod/photos.php:891
-msgid "Private Photo"
-msgstr "Foto privata"
+#: ../../mod/setup.php:308
+msgid "Database connection"
+msgstr "Connessione al database"
-#: ../../mod/photos.php:902 ../../mod/events.php:652 ../../mod/events.php:659
-msgid "Previous"
-msgstr "Precendente"
+#: ../../mod/setup.php:309
+msgid ""
+"In order to install $Projectname we need to know how to connect to your "
+"database."
+msgstr "Per poter installare $Projectname è necessario fornire i parametri di connessione al tuo database."
-#: ../../mod/photos.php:906
-msgid "View Full Size"
-msgstr "Vedi nelle dimensioni originali"
+#: ../../mod/setup.php:310
+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/photos.php:985
-msgid "Edit photo"
-msgstr "Modifica la foto"
+#: ../../mod/setup.php:311
+msgid ""
+"The database you specify below should already exist. If it does not, please "
+"create it before continuing."
+msgstr "Il database deve già esistere. Se non esiste, crealo prima di continuare."
-#: ../../mod/photos.php:987
-msgid "Rotate CW (right)"
-msgstr "Ruota (senso orario)"
+#: ../../mod/setup.php:315
+msgid "Database Server Name"
+msgstr "Server del database"
-#: ../../mod/photos.php:988
-msgid "Rotate CCW (left)"
-msgstr "Ruota (senso antiorario)"
+#: ../../mod/setup.php:315
+msgid "Default is 127.0.0.1"
+msgstr "Il valore predefinito è 127.0.0.1"
-#: ../../mod/photos.php:991
-msgid "Enter a new album name"
-msgstr "Inserisci il nome del nuovo album"
+#: ../../mod/setup.php:316
+msgid "Database Port"
+msgstr "Port del database"
-#: ../../mod/photos.php:992
-msgid "or select an existing one (doubleclick)"
-msgstr "o seleziona uno esistente (doppio click)"
+#: ../../mod/setup.php:316
+msgid "Communication port number - use 0 for default"
+msgstr "Scrivi 0 per usare il valore standard"
-#: ../../mod/photos.php:995
-msgid "Caption"
-msgstr "Didascalia"
+#: ../../mod/setup.php:317
+msgid "Database Login Name"
+msgstr "Utente database"
-#: ../../mod/photos.php:997
-msgid "Add a Tag"
-msgstr "Aggiungi tag"
+#: ../../mod/setup.php:318
+msgid "Database Login Password"
+msgstr "Password database"
-#: ../../mod/photos.php:1001
-msgid "Example: @bob, @Barbara_Jensen, @jim@example.com"
-msgstr "Esempio: @bob, @Barbara_Jensen, @jim@example.com"
+#: ../../mod/setup.php:319
+msgid "Database Name"
+msgstr "Nome database"
-#: ../../mod/photos.php:1004
-msgid "Flag as adult in album view"
-msgstr "Marca come 'per adulti'"
+#: ../../mod/setup.php:320
+msgid "Database Type"
+msgstr "Tipo database"
-#: ../../mod/photos.php:1196
-msgid "In This Photo:"
-msgstr "In questa foto:"
+#: ../../mod/setup.php:322 ../../mod/setup.php:363
+msgid "Site administrator email address"
+msgstr "Indirizzo email dell'amministratore del hub"
-#: ../../mod/photos.php:1201
-msgid "Map"
-msgstr "Mappa"
+#: ../../mod/setup.php:322 ../../mod/setup.php:363
+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 di Hubzilla."
-#: ../../mod/photos.php:1289
-msgid "View Album"
-msgstr "Guarda l'album"
+#: ../../mod/setup.php:323 ../../mod/setup.php:365
+msgid "Website URL"
+msgstr "URL completo del sito"
-#: ../../mod/photos.php:1300 ../../mod/photos.php:1313
-#: ../../mod/photos.php:1314
-msgid "Recent Photos"
-msgstr "Foto recenti"
+#: ../../mod/setup.php:323 ../../mod/setup.php:365
+msgid "Please use SSL (https) URL if available."
+msgstr "Se disponibile, usa l'indirizzo SSL (https)."
-#: ../../mod/lockview.php:37
-msgid "Remote privacy information not available."
-msgstr "Le informazioni remote sulla privacy non sono disponibili."
+#: ../../mod/setup.php:325 ../../mod/setup.php:367
+msgid "Please select a default timezone for your website"
+msgstr "Seleziona il fuso orario predefinito per il tuo hub"
-#: ../../mod/lockview.php:58
-msgid "Visible to:"
-msgstr "Visibile a:"
+#: ../../mod/setup.php:352
+msgid "Site settings"
+msgstr "Impostazioni del hub"
-#: ../../mod/uexport.php:51 ../../mod/uexport.php:52
-msgid "Export Channel"
-msgstr "Esporta il canale"
+#: ../../mod/setup.php:417
+msgid "Could not find a command line version of PHP in the web server PATH."
+msgstr "Non è possibile trovare la versione di PHP da riga di comando nel PATH del server web"
-#: ../../mod/uexport.php:53
+#: ../../mod/setup.php:418
msgid ""
-"Export your basic channel information to a file. This acts as a backup of "
-"your connections, permissions, profile and basic data, which can be used to "
-"import your data to a new server hub, but does not contain your content."
-msgstr "Esporta le informazioni di base del canale in un file. In pratica è un salvataggio delle tue connessioni, dei permessi che hai assegnato e del tuo profilo che così potrà essere importato su un altro server/hub. Il file non includerà i tuoi post e altri contenuti che hai creato o caricato."
+"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."
+msgstr "Se non hai installata la versione di PHP da riga di comando non potrai attivare il polling in background tramite cron."
-#: ../../mod/uexport.php:54
-msgid "Export Content"
-msgstr "Esporta i contenuti"
+#: ../../mod/setup.php:422
+msgid "PHP executable path"
+msgstr "Path del comando PHP"
-#: ../../mod/uexport.php:55
+#: ../../mod/setup.php:422
msgid ""
-"Export your channel information and recent content to a JSON backup that can"
-" be restored or imported to another server hub. This backs up all of your "
-"connections, permissions, profile data and several months of posts. This "
-"file may be VERY large. Please be patient - it may take several minutes for"
-" this download to begin."
-msgstr "Esporta il tuo canale e i contenuti recenti in un file di salvataggio che potrà essere importato su un altro server/hub. Sarà un backup dei tuoi contatti, dei permessi che hai assegnato, dei dati del profilo e dei post degli ultimi mesi. Il file potrebbe essere MOLTO grande. Sarà necessario attendere con pazienza - saranno necessari molti minuti prima che inizi lo scaricamento."
+"Enter full path to php executable. You can leave this blank to continue the "
+"installation."
+msgstr "Inserisci il percorso dell'eseguibile PHP. Puoi lasciarlo vuoto per continuare l'installazione."
-#: ../../mod/uexport.php:56
-msgid "Export your posts from a given year."
-msgstr "Esporta i tuoi post a partire dall'anno scelto."
+#: ../../mod/setup.php:427
+msgid "Command line PHP"
+msgstr "PHP da riga di comando"
-#: ../../mod/uexport.php:58
+#: ../../mod/setup.php:436
msgid ""
-"You may also export your posts and conversations for a particular year or "
-"month. Adjust the date in your browser location bar to select other dates. "
-"If the export fails (possibly due to memory exhaustion on your server hub), "
-"please try again selecting a more limited date range."
-msgstr "Puoi anche esportare post e conversazioni di un particolare anno o mese. Modifica la data nella barra dell'indirizzo del browser per scegliere date differenti. Se l'esportazione dovesse fallire (la memoria sul server potrebbe non bastare), riprova scegliendo un intervallo più breve tra le date."
+"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/uexport.php:59
-#, php-format
-msgid ""
-"To select all posts for a given year, such as this year, visit <a "
-"href=\"%1$s\">%2$s</a>"
-msgstr "Per selezionare tutti i post di un anno, come per esempio quello in corso, visita <a href=\"%1$s\">%2$s</a> "
+#: ../../mod/setup.php:437
+msgid "This is required for message delivery to work."
+msgstr "E' necessario perché funzioni la consegna dei messaggi."
-#: ../../mod/uexport.php:60
-#, php-format
-msgid ""
-"To select all posts for a given month, such as January of this year, visit "
-"<a href=\"%1$s\">%2$s</a>"
-msgstr "Per selezionare tutti post di un dato mese, come per esempio gennaio di quest'anno, visita <a href=\"%1$s\">%2$s</a>"
+#: ../../mod/setup.php:440
+msgid "PHP register_argc_argv"
+msgstr "PHP register_argc_argv"
-#: ../../mod/uexport.php:61
+#: ../../mod/setup.php:458
#, php-format
msgid ""
-"These content files may be imported or restored by visiting <a "
-"href=\"%1$s\">%2$s</a> on any site containing your channel. For best results"
-" please import or restore these in date order (oldest first)."
-msgstr "Questi contenuti potranno essere importati o ripristinati visitando <a href=\"%1$s\">%2$s</a> su qualsiasi sito/hub dove è presente il tuo canale. Per mantenere l'ordinamento originale fai attenzione ad importare i file secondo la data (prima il più vecchio)"
-
-#: ../../mod/editpost.php:31
-msgid "Item is not editable"
-msgstr "L'elemento non è modificabile"
-
-#: ../../mod/editpost.php:57
-msgid "Delete item?"
-msgstr "Eliminare questo elemento?"
+"Your max allowed total upload size is set to %s. Maximum size of one file to"
+" upload is set to %s. You are allowed to upload up to %d files at once."
+msgstr "La dimensione massima di un caricamento è impostata a %s. Il singolo file non può superare %s. Ti è permesso caricare max %d file per volta."
-#: ../../mod/editpost.php:164 ../../mod/rpost.php:128
-msgid "Edit post"
-msgstr "Modifica post"
+#: ../../mod/setup.php:463
+msgid "You can adjust these settings in the servers php.ini."
+msgstr "Puoi regolare queste impostazioni sul server in php.ini"
-#: ../../mod/follow.php:25
-msgid "Channel added."
-msgstr "Canale aggiunto."
+#: ../../mod/setup.php:465
+msgid "PHP upload limits"
+msgstr "Limiti PHP in upload"
-#: ../../mod/rmagic.php:40
+#: ../../mod/setup.php:488
msgid ""
-"We encountered a problem while logging in with the OpenID you provided. "
-"Please check the correct spelling of the ID."
-msgstr "Non è possibile effettuare login con l'OpenID che hai fornito. Per favore controlla che sia scritto correttamente."
-
-#: ../../mod/rmagic.php:40
-msgid "The error message was:"
-msgstr "Messaggio di errore ricevuto:"
-
-#: ../../mod/rmagic.php:44
-msgid "Authentication failed."
-msgstr "Autenticazione fallita."
-
-#: ../../mod/rmagic.php:84
-msgid "Remote Authentication"
-msgstr "Accedi tramite il tuo hub"
-
-#: ../../mod/rmagic.php:85
-msgid "Enter your channel address (e.g. channel@example.com)"
-msgstr "Inserisci l'indirizzo del tuo canale (ad esempio lucia@esempio.com)"
-
-#: ../../mod/rmagic.php:86
-msgid "Authenticate"
-msgstr "Accedi"
-
-#: ../../mod/chat.php:174
-msgid "Room not found"
-msgstr "Chat non trovata"
-
-#: ../../mod/chat.php:185
-msgid "Leave Room"
-msgstr "Lascia la chat"
-
-#: ../../mod/chat.php:186
-msgid "Delete This Room"
-msgstr "Elimina questa chat"
-
-#: ../../mod/chat.php:187
-msgid "I am away right now"
-msgstr "Non sono presente"
-
-#: ../../mod/chat.php:188
-msgid "I am online"
-msgstr "Sono online"
-
-#: ../../mod/chat.php:190
-msgid "Bookmark this room"
-msgstr "Aggiungi questa chat ai segnalibri"
-
-#: ../../mod/chat.php:208 ../../mod/chat.php:231
-msgid "New Chatroom"
-msgstr "Nuova chat"
-
-#: ../../mod/chat.php:209
-msgid "Chatroom Name"
-msgstr "Nome della chat"
-
-#: ../../mod/chat.php:210
-msgid "Expiration of chats (minutes)"
-msgstr "Scadenza dei messaggi della chat (minuti)"
+"Error: the \"openssl_pkey_new\" function on this system is not able to "
+"generate encryption keys"
+msgstr "Errore: la funzione \"openssl_pkey_new\" su questo sistema non è in grado di generare le chiavi di cifratura"
-#: ../../mod/chat.php:227
-#, php-format
-msgid "%1$s's Chatrooms"
-msgstr "Le chat di %1$s"
+#: ../../mod/setup.php:489
+msgid ""
+"If running under Windows, please see "
+"\"http://www.php.net/manual/en/openssl.installation.php\"."
+msgstr "Se stai usando un server windows, guarda \"http://www.php.net/manual/en/openssl.installation.php\"."
-#: ../../mod/search.php:212
-#, php-format
-msgid "Items tagged with: %s"
-msgstr "Elementi taggati con: %s"
+#: ../../mod/setup.php:492
+msgid "Generate encryption keys"
+msgstr "Genera chiavi di cifratura"
-#: ../../mod/search.php:214
-#, php-format
-msgid "Search results for: %s"
-msgstr "Risultati ricerca: %s"
+#: ../../mod/setup.php:504
+msgid "libCurl PHP module"
+msgstr "modulo PHP libCurl"
-#: ../../mod/viewsrc.php:40
-msgid "Source of Item"
-msgstr "Sorgente"
+#: ../../mod/setup.php:505
+msgid "GD graphics PHP module"
+msgstr "modulo PHP GD graphics"
-#: ../../mod/ffsapi.php:8
-msgid "Share content from Firefox to $Projectname"
-msgstr "Condividi i contenuti su $Projectname da Firefox"
+#: ../../mod/setup.php:506
+msgid "OpenSSL PHP module"
+msgstr "modulo PHP OpenSSL"
-#: ../../mod/ffsapi.php:11
-msgid "Activate the Firefox $Projectname provider"
-msgstr "Attiva Firefox Share per $Projectname"
+#: ../../mod/setup.php:507
+msgid "mysqli or postgres PHP module"
+msgstr "modulo PHP per mysqli oppure prostgres"
-#: ../../mod/magic.php:69
-msgid "Hub not found."
-msgstr "Hub non trovato."
+#: ../../mod/setup.php:508
+msgid "mb_string PHP module"
+msgstr "modulo PHP mb_string"
-#: ../../mod/connections.php:52 ../../mod/connections.php:150
-msgid "Blocked"
-msgstr "Bloccati"
+#: ../../mod/setup.php:509
+msgid "mcrypt PHP module"
+msgstr "modulo PHP mcrypt"
-#: ../../mod/connections.php:57 ../../mod/connections.php:157
-msgid "Ignored"
-msgstr "Ignorati"
+#: ../../mod/setup.php:510
+msgid "xml PHP module"
+msgstr "modulo xml PHP"
-#: ../../mod/connections.php:62 ../../mod/connections.php:171
-msgid "Hidden"
-msgstr "Nascosti"
+#: ../../mod/setup.php:514 ../../mod/setup.php:516
+msgid "Apache mod_rewrite module"
+msgstr "modulo Apache mod_rewrite"
-#: ../../mod/connections.php:67 ../../mod/connections.php:164
-msgid "Archived"
-msgstr "Archiviati"
+#: ../../mod/setup.php:514
+msgid ""
+"Error: Apache webserver mod-rewrite module is required but not installed."
+msgstr "Errore: il modulo mod-rewrite di Apache è richiesto ma non installato"
-#: ../../mod/connections.php:128
-msgid "Suggest new connections"
-msgstr "Suggerisci nuovi contatti"
+#: ../../mod/setup.php:520 ../../mod/setup.php:523
+msgid "proc_open"
+msgstr "proc_open"
-#: ../../mod/connections.php:131
-msgid "New Connections"
-msgstr "Nuovi contatti"
+#: ../../mod/setup.php:520
+msgid ""
+"Error: proc_open is required but is either not installed or has been "
+"disabled in php.ini"
+msgstr "Errore: proc_open è richiesto ma non è installato o è disabilitato in php.ini"
-#: ../../mod/connections.php:134
-msgid "Show pending (new) connections"
-msgstr "Richieste di contatto in attesa"
+#: ../../mod/setup.php:528
+msgid "Error: libCURL PHP module required but not installed."
+msgstr "Errore: il modulo libCURL di PHP è richiesto ma non installato."
-#: ../../mod/connections.php:137 ../../mod/profperm.php:139
-msgid "All Connections"
-msgstr "Tutti i contatti"
+#: ../../mod/setup.php:532
+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 installato."
-#: ../../mod/connections.php:140
-msgid "Show all connections"
-msgstr "Mostra tutti i contatti"
+#: ../../mod/setup.php:536
+msgid "Error: openssl PHP module required but not installed."
+msgstr "Errore: il modulo openssl di PHP è richiesto ma non installato."
-#: ../../mod/connections.php:143
-msgid "Unblocked"
-msgstr "Non bloccati"
+#: ../../mod/setup.php:540
+msgid ""
+"Error: mysqli or postgres PHP module required but neither are installed."
+msgstr "Errore: il modulo PHP per mysqli o postgres è richiesto ma non installato"
-#: ../../mod/connections.php:146
-msgid "Only show unblocked connections"
-msgstr "Mostra solo i contatti non bloccati"
+#: ../../mod/setup.php:544
+msgid "Error: mb_string PHP module required but not installed."
+msgstr "Errore: il modulo PHP mb_string è richiesto ma non installato."
-#: ../../mod/connections.php:153
-msgid "Only show blocked connections"
-msgstr "Mostra solo i contatti bloccati"
+#: ../../mod/setup.php:548
+msgid "Error: mcrypt PHP module required but not installed."
+msgstr "Errore: il modulo PHP mcrypt è richiesto ma non installato."
-#: ../../mod/connections.php:160
-msgid "Only show ignored connections"
-msgstr "Mostra solo i contatti ignorati"
+#: ../../mod/setup.php:552
+msgid "Error: xml PHP module required for DAV but not installed."
+msgstr "Errore: il modulo xml PHP è richiesto per DAV ma non è installato."
-#: ../../mod/connections.php:167
-msgid "Only show archived connections"
-msgstr "Mostra solo i contatti archiviati"
+#: ../../mod/setup.php:570
+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 di Hubzilla ma non è in grado di farlo."
-#: ../../mod/connections.php:174
-msgid "Only show hidden connections"
-msgstr "Mostra solo i contatti nascosti"
+#: ../../mod/setup.php:571
+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 "Spesso ciò è dovuto ai permessi di accesso al disco: il web server potrebbe non aver diritto di scrivere il file nella cartella, anche se tu puoi."
-#: ../../mod/connections.php:225
-#, php-format
-msgid "%1$s [%2$s]"
-msgstr "%1$s [%2$s]"
+#: ../../mod/setup.php:572
+msgid ""
+"At the end of this procedure, we will give you a text to save in a file "
+"named .htconfig.php in your Red top folder."
+msgstr "Alla fine di questa procedura ti sarà dato il testo da salvare in un file di nome .htconfig.php dentro la cartella principale di Hubzilla."
-#: ../../mod/connections.php:226
-msgid "Edit connection"
-msgstr "Modifica il contatto"
+#: ../../mod/setup.php:573
+msgid ""
+"You can alternatively skip this procedure and perform a manual installation."
+" Please see the file \"install/INSTALL.txt\" for instructions."
+msgstr "Puoi anche saltare questa procedura ed effettuare un'installazione manuale. Guarda il file 'install/INSTALL.txt' per le istruzioni."
-#: ../../mod/connections.php:264
-msgid "Search your connections"
-msgstr "Cerca tra i contatti"
+#: ../../mod/setup.php:576
+msgid ".htconfig.php is writable"
+msgstr ".htconfig.php è scrivibile"
-#: ../../mod/connections.php:265
-msgid "Finding: "
-msgstr "Ricerca: "
+#: ../../mod/setup.php:590
+msgid ""
+"Red uses the Smarty3 template engine to render its web views. Smarty3 "
+"compiles templates to PHP to speed up rendering."
+msgstr "Hubzilla usa il sistema Smarty3 per costruire i suoi template grafici. Smarty3 è molto veloce perché compila i template delle pagine direttamente in PHP."
-#: ../../mod/manage.php:130
+#: ../../mod/setup.php:591
#, php-format
-msgid "You have created %1$.0f of %2$.0f allowed channels."
-msgstr "Hai creato %1$.0f dei %2$.0f canali permessi."
-
-#: ../../mod/manage.php:138
-msgid "Create a new channel"
-msgstr "Crea un nuovo canale"
-
-#: ../../mod/manage.php:161
-msgid "Current Channel"
-msgstr "Canale attuale"
-
-#: ../../mod/manage.php:163
-msgid "Switch to one of your channels by selecting it."
-msgstr "Seleziona l'altro canale a cui vuoi passare."
-
-#: ../../mod/manage.php:164
-msgid "Default Channel"
-msgstr "Canale predefinito"
+msgid ""
+"In order to store these compiled templates, the web server needs to have "
+"write access to the directory %s under the Red top level folder."
+msgstr "Per poter memorizzare i template compilati, il web server deve avere accesso in scrittura a %s sotto la cartella di installazione di Hubzilla."
-#: ../../mod/manage.php:165
-msgid "Make Default"
-msgstr "Rendi predefinito"
+#: ../../mod/setup.php:592 ../../mod/setup.php:613
+msgid ""
+"Please ensure that the user that your web server runs as (e.g. www-data) has"
+" write access to this folder."
+msgstr "Assicurati che il tuo web server sia in esecuzione con un utente che ha diritto di scrittura su quella cartella (ad esempio www-data)."
-#: ../../mod/manage.php:168
+#: ../../mod/setup.php:593
#, php-format
-msgid "%d new messages"
-msgstr "%d nuovi messaggi"
+msgid ""
+"Note: as a security measure, you should give the web server write access to "
+"%s only--not the template files (.tpl) that it contains."
+msgstr "Nota bene: come precauzione, dovresti dare i diritti di scrittura solamente su %s e non sui file template (.tpl) che contiene."
-#: ../../mod/manage.php:169
+#: ../../mod/setup.php:596
#, php-format
-msgid "%d new introductions"
-msgstr "%d nuove richieste di entrare in contatto"
-
-#: ../../mod/manage.php:171
-msgid "Delegated Channels"
-msgstr "Canali delegati"
-
-#: ../../mod/menu.php:45
-msgid "Unable to update menu."
-msgstr "Impossibile aggiornare il menù."
-
-#: ../../mod/menu.php:56
-msgid "Unable to create menu."
-msgstr "Impossibile creare il menù."
-
-#: ../../mod/menu.php:94 ../../mod/menu.php:106
-msgid "Menu Name"
-msgstr "Nome del menu"
-
-#: ../../mod/menu.php:94
-msgid "Unique name (not visible on webpage) - required"
-msgstr "Nome unico (non visibile sulla pagina) - obbligatorio"
-
-#: ../../mod/menu.php:95 ../../mod/menu.php:107
-msgid "Menu Title"
-msgstr "Titolo del menu"
-
-#: ../../mod/menu.php:95
-msgid "Visible on webpage - leave empty for no title"
-msgstr "Visibile sulla pagina - lascia vuoto per non avere un titolo"
-
-#: ../../mod/menu.php:96
-msgid "Allow Bookmarks"
-msgstr "Permetti i segnalibri"
-
-#: ../../mod/menu.php:96 ../../mod/menu.php:153
-msgid "Menu may be used to store saved bookmarks"
-msgstr "Puoi salvare i segnalibri nei menù"
-
-#: ../../mod/menu.php:97 ../../mod/menu.php:155
-msgid "Submit and proceed"
-msgstr "Salva e procedi"
-
-#: ../../mod/menu.php:109
-msgid "Drop"
-msgstr "Elimina"
-
-#: ../../mod/menu.php:113
-msgid "Bookmarks allowed"
-msgstr "Permetti segnalibri"
-
-#: ../../mod/menu.php:115
-msgid "Delete this menu"
-msgstr "Elimina questo menù"
-
-#: ../../mod/menu.php:116 ../../mod/menu.php:150
-msgid "Edit menu contents"
-msgstr "Modifica i contenuti del menù"
-
-#: ../../mod/menu.php:117
-msgid "Edit this menu"
-msgstr "Modifica questo menù"
-
-#: ../../mod/menu.php:132
-msgid "Menu could not be deleted."
-msgstr "Il menù non può essere eliminato."
-
-#: ../../mod/menu.php:140 ../../mod/mitem.php:24
-msgid "Menu not found."
-msgstr "Menù non trovato."
-
-#: ../../mod/menu.php:145
-msgid "Edit Menu"
-msgstr "Modifica menù"
-
-#: ../../mod/menu.php:149
-msgid "Add or remove entries to this menu"
-msgstr "Aggiungi o rimuovi elementi di questo menù"
-
-#: ../../mod/menu.php:151
-msgid "Menu name"
-msgstr "Nome del menù"
-
-#: ../../mod/menu.php:151
-msgid "Must be unique, only seen by you"
-msgstr "Deve essere unico, lo vedrai solo tu"
-
-#: ../../mod/menu.php:152
-msgid "Menu title"
-msgstr "Titolo del menù"
-
-#: ../../mod/menu.php:152
-msgid "Menu title as seen by others"
-msgstr "Titolo del menù come comparirà a tutti"
-
-#: ../../mod/menu.php:153
-msgid "Allow bookmarks"
-msgstr "Permetti l'invio di segnalibri"
-
-#: ../../mod/mail.php:34
-msgid "Unable to lookup recipient."
-msgstr "Impossibile associare un destinatario."
-
-#: ../../mod/mail.php:42
-msgid "Unable to communicate with requested channel."
-msgstr "Impossibile comunicare con il canale richiesto."
-
-#: ../../mod/mail.php:49
-msgid "Cannot verify requested channel."
-msgstr "Impossibile verificare il canale richiesto."
-
-#: ../../mod/mail.php:75
-msgid "Selected channel has private message restrictions. Send failed."
-msgstr "Il canale ha delle regole restrittive per la ricezione dei messaggi privati. Invio fallito."
-
-#: ../../mod/mail.php:140
-msgid "Messages"
-msgstr "Messaggi"
-
-#: ../../mod/mail.php:175
-msgid "Message recalled."
-msgstr "Messaggio revocato."
+msgid "%s is writable"
+msgstr "%s è scrivibile"
-#: ../../mod/mail.php:188
-msgid "Conversation removed."
-msgstr "Conversazione rimossa."
+#: ../../mod/setup.php:612
+msgid ""
+"Red uses the store directory to save uploaded files. The web server needs to"
+" have write access to the store directory under the Red top level folder"
+msgstr "Hubzilla salva i file caricati nella cartella \"store\" sul server. Il server deve avere i diritti di scrittura su quella cartella che si trova dentro l'installazione di RedMatrix"
-#: ../../mod/mail.php:231
-msgid "Requested channel is not in this network"
-msgstr "Il canale cercato non è in questa rete"
+#: ../../mod/setup.php:616
+msgid "store is writable"
+msgstr "l'archivio è scrivibile"
-#: ../../mod/mail.php:239
-msgid "Send Private Message"
-msgstr "Invia un messaggio privato"
+#: ../../mod/setup.php:649
+msgid ""
+"SSL certificate cannot be validated. Fix certificate or disable https access"
+" to this site."
+msgstr "Il certificato SSL non può essere validato. Correggi l'errore o disabilita l'accesso https al sito."
-#: ../../mod/mail.php:240 ../../mod/mail.php:370
-msgid "To:"
-msgstr "A:"
+#: ../../mod/setup.php:650
+msgid ""
+"If you have https access to your website or allow connections to TCP port "
+"443 (the https: port), you MUST use a browser-valid certificate. You MUST "
+"NOT use self-signed certificates!"
+msgstr "Se abiliti https per il tuo sito o permetti connessioni TCP su port 443 (quella di https), DEVI usare un certificato riconosciuto dai browser internet. NON DEVI usare certificati self-signed generati da te!"
-#: ../../mod/mail.php:243 ../../mod/mail.php:372
-msgid "Subject:"
-msgstr "Oggetto:"
+#: ../../mod/setup.php:651
+msgid ""
+"This restriction is incorporated because public posts from you may for "
+"example contain references to images on your own hub."
+msgstr "Questa restrizione è necessaria perché i tuoi post pubblici potrebbero contenere riferimenti a immagini sul tuo server."
-#: ../../mod/mail.php:250
-msgid "Send"
-msgstr "Invia"
+#: ../../mod/setup.php:652
+msgid ""
+"If your certificate is not recognized, members of other sites (who may "
+"themselves have valid certificates) will get a warning message on their own "
+"site complaining about security issues."
+msgstr "Se il tuo certificato non è riconosciuto, gli utenti che ti seguono da altri siti (che avranno certificati validi) riceveranno gravi avvisi di sicurezza dal browser."
-#: ../../mod/mail.php:342
-msgid "Delete message"
-msgstr "Elimina il messaggio"
+#: ../../mod/setup.php:653
+msgid ""
+"This can cause usability issues elsewhere (not just on your own site) so we "
+"must insist on this requirement."
+msgstr "Ciò può creare seri problemi di usabilità (non solo sul tuo sito), quindi dobbiamo insistere su questo punto."
-#: ../../mod/mail.php:343
-msgid "Delivery report"
-msgstr "Rapporto di trasmissione"
+#: ../../mod/setup.php:654
+msgid ""
+"Providers are available that issue free certificates which are browser-"
+"valid."
+msgstr "Eventualmente, considera che esistono provider che rilasciano certificati gratuiti riconosciuti dai browser."
-#: ../../mod/mail.php:344
-msgid "Recall message"
-msgstr "Revoca il messaggio"
+#: ../../mod/setup.php:656
+msgid "SSL certificate validation"
+msgstr "Validazione del certificato SSL"
-#: ../../mod/mail.php:346
-msgid "Message has been recalled."
-msgstr "Il messaggio è stato revocato."
+#: ../../mod/setup.php:662
+msgid ""
+"Url rewrite in .htaccess is not working. Check your server "
+"configuration.Test: "
+msgstr "In .htaccess la funzionalità url rewrite non funziona. Controlla la configurazione del server. Test:"
-#: ../../mod/mail.php:363
-msgid "Delete Conversation"
-msgstr "Elimina la conversazione"
+#: ../../mod/setup.php:665
+msgid "Url rewrite is working"
+msgstr "Url rewrite funziona correttamente"
-#: ../../mod/mail.php:365
+#: ../../mod/setup.php:674
msgid ""
-"No secure communications available. You <strong>may</strong> be able to "
-"respond from the sender's profile page."
-msgstr "Non è disponibile alcun modo sicuro di comunicare con questo canale. <strong>Se possibile</strong>, prova a rispondere direttamente dalla pagina del profilo del mittente."
+"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 puo' essere scritto. Usa il testo qui di seguito per creare questo file di configurazione nella cartella principale del tuo sito."
-#: ../../mod/mail.php:369
-msgid "Send Reply"
-msgstr "Invia la risposta"
+#: ../../mod/setup.php:698
+msgid "Errors encountered creating database tables."
+msgstr "La creazione delle tabelle del database ha generato errori."
-#: ../../mod/mail.php:374
-#, php-format
-msgid "Your message for %s (%s):"
-msgstr "Il tuo messaggio per %s (%s):"
+#: ../../mod/setup.php:732
+msgid "<h1>What next</h1>"
+msgstr "<h1>I prossimi passi</h1>"
-#: ../../mod/help.php:148
-msgid "Documentation Search"
-msgstr "Ricerca nella guida"
+#: ../../mod/setup.php:733
+msgid ""
+"IMPORTANT: You will need to [manually] setup a scheduled task for the "
+"poller."
+msgstr "IMPORTANTE: Devi creare [manualmente] la pianificazione del polling."
-#: ../../mod/help.php:186 ../../mod/help.php:192 ../../mod/help.php:198
-msgid "Help:"
-msgstr "Guida:"
+#: ../../mod/sharedwithme.php:94
+msgid "Files: shared with me"
+msgstr "File: condivisi con me"
-#: ../../mod/help.php:213 ../../index.php:238
-msgid "Not Found"
-msgstr "Non disponibile"
+#: ../../mod/sharedwithme.php:96
+msgid "NEW"
+msgstr "NOVITÀ"
-#: ../../mod/help.php:237
-msgid "$Projectname Documentation"
-msgstr "Guida di $Projectname"
+#: ../../mod/sharedwithme.php:99
+msgid "Remove all files"
+msgstr "Elimina tutti i file"
-#: ../../mod/service_limits.php:19
-msgid "No service class restrictions found."
-msgstr "Non esistono restrizioni su questa classe di account."
+#: ../../mod/sharedwithme.php:100
+msgid "Remove this file"
+msgstr "Elimina questo file"
#: ../../mod/siteinfo.php:15
#, php-format
@@ -8927,281 +9046,211 @@ msgstr "Per consigli, ringraziamenti, ecc. - scrivi a \"redmatrix\" at librelist
msgid "Site Administrators"
msgstr "Amministratori del sito"
-#: ../../mod/suggest.php:35
-msgid ""
-"No suggestions available. If this is a new site, please try again in 24 "
-"hours."
-msgstr "Nessun suggerimento disponibile. Se questo sito è nuovo, riprova tra 24 ore."
-
-#: ../../mod/events.php:21
-msgid "Calendar entries imported."
-msgstr "Le voci del calendario sono state importate."
-
-#: ../../mod/events.php:23
-msgid "No calendar entries found."
-msgstr "Non sono state trovate voci del calendario."
-
-#: ../../mod/events.php:100
-msgid "Event can not end before it has started."
-msgstr "Un evento non può terminare prima del suo inizio."
-
-#: ../../mod/events.php:102 ../../mod/events.php:111 ../../mod/events.php:131
-msgid "Unable to generate preview."
-msgstr "Impossibile creare un'anteprima."
-
-#: ../../mod/events.php:109
-msgid "Event title and start time are required."
-msgstr "Sono necessari il titolo e l'ora d'inizio dell'evento."
-
-#: ../../mod/events.php:129 ../../mod/events.php:254
-msgid "Event not found."
-msgstr "Evento non trovato."
-
-#: ../../mod/events.php:437
-msgid "Edit event titel"
-msgstr "Modifica il titolo dell'evento"
-
-#: ../../mod/events.php:437
-msgid "Event titel"
-msgstr "Titolo evento"
-
-#: ../../mod/events.php:439
-msgid "Categories (comma-separated list)"
-msgstr "Categorie (separate da virgola)"
-
-#: ../../mod/events.php:440
-msgid "Edit Category"
-msgstr "Modifica la categoria"
-
-#: ../../mod/events.php:440
-msgid "Category"
-msgstr "Categoria"
-
-#: ../../mod/events.php:443
-msgid "Edit start date and time"
-msgstr "Modifica data/ora di inizio"
+#: ../../mod/sources.php:32
+msgid "Failed to create source. No channel selected."
+msgstr "Impossibile creare la sorgente. Nessun canale selezionato."
-#: ../../mod/events.php:443
-msgid "Start date and time"
-msgstr "Data e ora di inizio"
+#: ../../mod/sources.php:45
+msgid "Source created."
+msgstr "Sorgente creata."
-#: ../../mod/events.php:444 ../../mod/events.php:447
-msgid "Finish date and time are not known or not relevant"
-msgstr "La data e l'ora di inizio non sono necessarie"
+#: ../../mod/sources.php:57
+msgid "Source updated."
+msgstr "Sorgente aggiornata."
-#: ../../mod/events.php:446
-msgid "Edit finish date and time"
-msgstr "Modifica data/ora di fine"
+#: ../../mod/sources.php:82
+msgid "*"
+msgstr "*"
-#: ../../mod/events.php:446
-msgid "Finish date and time"
-msgstr "Data e ora di fine"
+#: ../../mod/sources.php:89
+msgid "Manage remote sources of content for your channel."
+msgstr "Gestisci le sorgenti dei contenuti del tuo canale."
-#: ../../mod/events.php:448 ../../mod/events.php:449
-msgid "Adjust for viewer timezone"
-msgstr "Adatta al fuso orario di chi legge"
+#: ../../mod/sources.php:90 ../../mod/sources.php:100
+msgid "New Source"
+msgstr "Nuova sorgente"
-#: ../../mod/events.php:448
+#: ../../mod/sources.php:101 ../../mod/sources.php:133
msgid ""
-"Important for events that happen in a particular place. Not practical for "
-"global holidays."
-msgstr "Importante per eventi che avvengono online ma con un certo fuso orario."
-
-#: ../../mod/events.php:450
-msgid "Edit Description"
-msgstr "Modifica la descrizione"
-
-#: ../../mod/events.php:452
-msgid "Edit Location"
-msgstr "Modifica il luogo"
-
-#: ../../mod/events.php:455 ../../mod/events.php:457
-msgid "Share this event"
-msgstr "Condividi questo evento"
-
-#: ../../mod/events.php:462
-msgid "Advanced Options"
-msgstr "Opzioni avanzate"
-
-#: ../../mod/events.php:574
-msgid "l, F j"
-msgstr "l j F"
-
-#: ../../mod/events.php:596
-msgid "Edit event"
-msgstr "Modifica l'evento"
-
-#: ../../mod/events.php:598
-msgid "Delete event"
-msgstr "Elimina l'evento"
-
-#: ../../mod/events.php:632
-msgid "calendar"
-msgstr "calendario"
-
-#: ../../mod/events.php:651
-msgid "Edit Event"
-msgstr "Modifica l'evento"
-
-#: ../../mod/events.php:651
-msgid "Create Event"
-msgstr "Crea un evento"
-
-#: ../../mod/events.php:661
-msgid "Today"
-msgstr "Oggi"
-
-#: ../../mod/events.php:692
-msgid "Event removed"
-msgstr "Evento eliminato"
+"Import all or selected content from the following channel into this channel "
+"and distribute it according to your channel settings."
+msgstr "Importa nel tuo canale tutti o una parte dei contenuti dal canale seguente."
-#: ../../mod/events.php:695
-msgid "Failed to remove event"
-msgstr "Impossibile eliminare l'evento"
+#: ../../mod/sources.php:102 ../../mod/sources.php:134
+msgid "Only import content with these words (one per line)"
+msgstr "Importa solo i contenuti che hanno queste parole (una per riga)"
-#: ../../mod/profperm.php:29 ../../mod/profperm.php:58
-msgid "Invalid profile identifier."
-msgstr "Indentificativo del profilo non valido."
+#: ../../mod/sources.php:102 ../../mod/sources.php:134
+msgid "Leave blank to import all public content"
+msgstr "Lascia vuoto per importare tutti i contenuti pubblici"
-#: ../../mod/profperm.php:110
-msgid "Profile Visibility Editor"
-msgstr "Modifica la visibilità del profilo"
+#: ../../mod/sources.php:123 ../../mod/sources.php:150
+msgid "Source not found."
+msgstr "Sorgente non trovata."
-#: ../../mod/profperm.php:114
-msgid "Click on a contact to add or remove."
-msgstr "Clicca su un contatto per aggiungerlo o rimuoverlo."
+#: ../../mod/sources.php:130
+msgid "Edit Source"
+msgstr "Modifica la sorgente"
-#: ../../mod/profperm.php:123
-msgid "Visible To"
-msgstr "Visibile a"
+#: ../../mod/sources.php:131
+msgid "Delete Source"
+msgstr "Elimina la sorgente"
-#: ../../mod/mitem.php:48
-msgid "Unable to create element."
-msgstr "Impossibile creare l'elemento."
+#: ../../mod/sources.php:158
+msgid "Source removed"
+msgstr "Sorgente eliminata"
-#: ../../mod/mitem.php:72
-msgid "Unable to update menu element."
-msgstr "Non è possibile aggiornare l'elemento del menù."
+#: ../../mod/sources.php:160
+msgid "Unable to remove source."
+msgstr "Impossibile rimuovere la sorgente."
-#: ../../mod/mitem.php:88
-msgid "Unable to add menu element."
-msgstr "Impossibile aggiungere l'elemento al menù."
+#: ../../mod/subthread.php:114
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
+msgstr "%1$s sta seguendo %3$s di %2$s"
-#: ../../mod/mitem.php:149 ../../mod/mitem.php:222
-msgid "Menu Item Permissions"
-msgstr "Permessi del menu"
+#: ../../mod/subthread.php:116
+#, php-format
+msgid "%1$s stopped following %2$s's %3$s"
+msgstr "%1$s non segue più %3$s di %2$s"
-#: ../../mod/mitem.php:152 ../../mod/mitem.php:168
-msgid "Link Name"
-msgstr "Nome link"
+#: ../../mod/suggest.php:35
+msgid ""
+"No suggestions available. If this is a new site, please try again in 24 "
+"hours."
+msgstr "Nessun suggerimento disponibile. Se questo sito è nuovo, riprova tra 24 ore."
-#: ../../mod/mitem.php:153 ../../mod/mitem.php:227
-msgid "Link or Submenu Target"
-msgstr "Azione del link o del sottomenu"
+#: ../../mod/tagger.php:96
+#, 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"
-#: ../../mod/mitem.php:153
-msgid "Enter URL of the link or select a menu name to create a submenu"
-msgstr "Inserisci l'indirizzo del link o scegli il nome di un sottomenu"
+#: ../../mod/tagrm.php:44 ../../mod/tagrm.php:94
+msgid "Tag removed"
+msgstr "Tag rimosso"
-#: ../../mod/mitem.php:154 ../../mod/mitem.php:228
-msgid "Use magic-auth if available"
-msgstr "Usa l'autenticazione tramite il tuo hub, se disponibile"
+#: ../../mod/tagrm.php:119
+msgid "Remove Item Tag"
+msgstr "Rimuovi il tag"
-#: ../../mod/mitem.php:155 ../../mod/mitem.php:229
-msgid "Open link in new window"
-msgstr "Apri il link in una nuova finestra"
+#: ../../mod/tagrm.php:121
+msgid "Select a tag to remove: "
+msgstr "Seleziona un tag da rimuovere: "
-#: ../../mod/mitem.php:156 ../../mod/mitem.php:230
-msgid "Order in list"
-msgstr "Ordine dell'elenco"
+#: ../../mod/thing.php:111
+msgid "Thing updated"
+msgstr "L'oggetto è stato aggiornato"
-#: ../../mod/mitem.php:156 ../../mod/mitem.php:230
-msgid "Higher numbers will sink to bottom of listing"
-msgstr "I numeri più alti andranno in fondo all'elenco"
+#: ../../mod/thing.php:163
+msgid "Object store: failed"
+msgstr "Impossibile memorizzare l'oggetto."
-#: ../../mod/mitem.php:157
-msgid "Submit and finish"
-msgstr "Salva e termina"
+#: ../../mod/thing.php:167
+msgid "Thing added"
+msgstr "L'Oggetto è stato aggiunto"
-#: ../../mod/mitem.php:158
-msgid "Submit and continue"
-msgstr "Salva e continua"
+#: ../../mod/thing.php:193
+#, php-format
+msgid "OBJ: %1$s %2$s %3$s"
+msgstr "OBJ: %1$s %2$s %3$s"
-#: ../../mod/mitem.php:166
-msgid "Menu:"
-msgstr "Menu:"
+#: ../../mod/thing.php:256
+msgid "Show Thing"
+msgstr "Mostra l'oggetto"
-#: ../../mod/mitem.php:169
-msgid "Link Target"
-msgstr "Destinazione link"
+#: ../../mod/thing.php:263
+msgid "item not found."
+msgstr "non trovato."
-#: ../../mod/mitem.php:172
-msgid "Edit menu"
-msgstr "Modifica il menù"
+#: ../../mod/thing.php:296
+msgid "Edit Thing"
+msgstr "Modifica l'oggetto"
-#: ../../mod/mitem.php:175
-msgid "Edit element"
-msgstr "Modifica l'elemento"
+#: ../../mod/thing.php:298 ../../mod/thing.php:348
+msgid "Select a profile"
+msgstr "Scegli un profilo"
-#: ../../mod/mitem.php:176
-msgid "Drop element"
-msgstr "Elimina l'elemento"
+#: ../../mod/thing.php:302 ../../mod/thing.php:351
+msgid "Post an activity"
+msgstr "Pubblica un'attività"
-#: ../../mod/mitem.php:177
-msgid "New element"
-msgstr "Nuovo elemento"
+#: ../../mod/thing.php:302 ../../mod/thing.php:351
+msgid "Only sends to viewers of the applicable profile"
+msgstr "Invia solo a chi può vedere il profilo scelto"
-#: ../../mod/mitem.php:178
-msgid "Edit this menu container"
-msgstr "Modifica il contenitore del menù"
+#: ../../mod/thing.php:304 ../../mod/thing.php:353
+msgid "Name of thing e.g. something"
+msgstr "Nome dell'oggetto"
-#: ../../mod/mitem.php:179
-msgid "Add menu element"
-msgstr "Aggiungi un elemento al menù"
+#: ../../mod/thing.php:306 ../../mod/thing.php:354
+msgid "URL of thing (optional)"
+msgstr "Indirizzo web dell'oggetto (facoltativo)"
-#: ../../mod/mitem.php:180
-msgid "Delete this menu item"
-msgstr "Elimina questo elemento del menù"
+#: ../../mod/thing.php:308 ../../mod/thing.php:355
+msgid "URL for photo of thing (optional)"
+msgstr "Indirizzo di un'immagine dell'oggetto (facoltativo)"
-#: ../../mod/mitem.php:181
-msgid "Edit this menu item"
-msgstr "Modifica questo elemento del menù"
+#: ../../mod/thing.php:346
+msgid "Add Thing to your Profile"
+msgstr "Aggiungi l'oggetto al tuo profilo"
-#: ../../mod/mitem.php:198
-msgid "Menu item not found."
-msgstr "L'elemento del menù non è stato trovato."
+#: ../../mod/uexport.php:51 ../../mod/uexport.php:52
+msgid "Export Channel"
+msgstr "Esporta il canale"
-#: ../../mod/mitem.php:211
-msgid "Menu item deleted."
-msgstr "L'elemento del menù è stato eliminato."
+#: ../../mod/uexport.php:53
+msgid ""
+"Export your basic channel information to a file. This acts as a backup of "
+"your connections, permissions, profile and basic data, which can be used to "
+"import your data to a new server hub, but does not contain your content."
+msgstr "Esporta le informazioni di base del canale in un file. In pratica è un salvataggio delle tue connessioni, dei permessi che hai assegnato e del tuo profilo che così potrà essere importato su un altro server/hub. Il file non includerà i tuoi post e altri contenuti che hai creato o caricato."
-#: ../../mod/mitem.php:213
-msgid "Menu item could not be deleted."
-msgstr "L'elemento del menù non può essere eliminato."
+#: ../../mod/uexport.php:54
+msgid "Export Content"
+msgstr "Esporta i contenuti"
-#: ../../mod/mitem.php:220
-msgid "Edit Menu Element"
-msgstr "Modifica l'elemento del menù"
+#: ../../mod/uexport.php:55
+msgid ""
+"Export your channel information and recent content to a JSON backup that can"
+" be restored or imported to another server hub. This backs up all of your "
+"connections, permissions, profile data and several months of posts. This "
+"file may be VERY large. Please be patient - it may take several minutes for"
+" this download to begin."
+msgstr "Esporta il tuo canale e i contenuti recenti in un file di salvataggio che potrà essere importato su un altro server/hub. Sarà un backup dei tuoi contatti, dei permessi che hai assegnato, dei dati del profilo e dei post degli ultimi mesi. Il file potrebbe essere MOLTO grande. Sarà necessario attendere con pazienza - saranno necessari molti minuti prima che inizi lo scaricamento."
-#: ../../mod/mitem.php:226
-msgid "Link text"
-msgstr "Testo del link"
+#: ../../mod/uexport.php:56
+msgid "Export your posts from a given year."
+msgstr "Esporta i tuoi post a partire dall'anno scelto."
-#: ../../mod/sharedwithme.php:94
-msgid "Files: shared with me"
-msgstr "File: condivisi con me"
+#: ../../mod/uexport.php:58
+msgid ""
+"You may also export your posts and conversations for a particular year or "
+"month. Adjust the date in your browser location bar to select other dates. "
+"If the export fails (possibly due to memory exhaustion on your server hub), "
+"please try again selecting a more limited date range."
+msgstr "Puoi anche esportare post e conversazioni di un particolare anno o mese. Modifica la data nella barra dell'indirizzo del browser per scegliere date differenti. Se l'esportazione dovesse fallire (la memoria sul server potrebbe non bastare), riprova scegliendo un intervallo più breve tra le date."
-#: ../../mod/sharedwithme.php:96
-msgid "NEW"
-msgstr "NOVITÀ"
+#: ../../mod/uexport.php:59
+#, php-format
+msgid ""
+"To select all posts for a given year, such as this year, visit <a "
+"href=\"%1$s\">%2$s</a>"
+msgstr "Per selezionare tutti i post di un anno, come per esempio quello in corso, visita <a href=\"%1$s\">%2$s</a> "
-#: ../../mod/sharedwithme.php:99
-msgid "Remove all files"
-msgstr "Elimina tutti i file"
+#: ../../mod/uexport.php:60
+#, php-format
+msgid ""
+"To select all posts for a given month, such as January of this year, visit "
+"<a href=\"%1$s\">%2$s</a>"
+msgstr "Per selezionare tutti post di un dato mese, come per esempio gennaio di quest'anno, visita <a href=\"%1$s\">%2$s</a>"
-#: ../../mod/sharedwithme.php:100
-msgid "Remove this file"
-msgstr "Elimina questo file"
+#: ../../mod/uexport.php:61
+#, php-format
+msgid ""
+"These content files may be imported or restored by visiting <a "
+"href=\"%1$s\">%2$s</a> on any site containing your channel. For best results"
+" please import or restore these in date order (oldest first)."
+msgstr "Questi contenuti potranno essere importati o ripristinati visitando <a href=\"%1$s\">%2$s</a> su qualsiasi sito/hub dove è presente il tuo canale. Per mantenere l'ordinamento originale fai attenzione ad importare i file secondo la data (prima il più vecchio)"
#: ../../mod/viewconnections.php:59
msgid "No connections."
@@ -9212,6 +9261,22 @@ msgstr "Nessun contatto."
msgid "Visit %s's profile [%s]"
msgstr "Visita il profilo di %s [%s]"
+#: ../../mod/viewsrc.php:40
+msgid "Source of Item"
+msgstr "Sorgente"
+
+#: ../../mod/webpages.php:191
+msgid "Page Title"
+msgstr "Titolo della pagina"
+
+#: ../../mod/xchan.php:6
+msgid "Xchan Lookup"
+msgstr "Ricerca canale"
+
+#: ../../mod/xchan.php:9
+msgid "Lookup xchan beginning with (or webbie): "
+msgstr "Cerca un canale (o un webbie) che inizia per:"
+
#: ../../view/theme/redbasic/php/config.php:82
msgid "Focus (Hubzilla default)"
msgstr "Focus (predefinito)"
@@ -9347,58 +9412,3 @@ msgstr "Dimensione foto dell'autore della conversazione"
#: ../../view/theme/redbasic/php/config.php:132
msgid "Set size of followup author photos"
msgstr "Dimensione foto dei partecipanti alla conversazione"
-
-#: ../../Zotlabs/Zot/Auth.php:140
-msgid ""
-"Remote authentication blocked. You are logged into this site locally. Please"
-" logout and retry."
-msgstr "L'autenticazione tramite il tuo hub non è disponibile. Puoi provare a disconnetterti per tentare di nuovo."
-
-#: ../../boot.php:1299
-#, php-format
-msgid "Update %s failed. See error logs."
-msgstr "%s: aggiornamento fallito. Controlla i log di errore."
-
-#: ../../boot.php:1302
-#, php-format
-msgid "Update Error at %s"
-msgstr "Errore di aggiornamento su %s"
-
-#: ../../boot.php:1469
-msgid ""
-"Create an account to access services and applications within the Hubzilla"
-msgstr "Registrati per accedere ai servizi e alle applicazioni di Hubzilla"
-
-#: ../../boot.php:1491
-msgid "Password"
-msgstr "Password"
-
-#: ../../boot.php:1492
-msgid "Remember me"
-msgstr "Resta connesso"
-
-#: ../../boot.php:1495
-msgid "Forgot your password?"
-msgstr "Hai dimenticato la password?"
-
-#: ../../boot.php:2115
-msgid "toggle mobile"
-msgstr "attiva/disattiva versione mobile"
-
-#: ../../boot.php:2250
-msgid "Website SSL certificate is not valid. Please correct."
-msgstr "Il certificato SSL del sito non è valido. Si prega di intervenire."
-
-#: ../../boot.php:2253
-#, php-format
-msgid "[hubzilla] Website SSL error for %s"
-msgstr "[hubzilla] Errore SSL su %s"
-
-#: ../../boot.php:2290
-msgid "Cron/Scheduled tasks not running."
-msgstr "Processi cron non avviati."
-
-#: ../../boot.php:2294
-#, php-format
-msgid "[hubzilla] Cron tasks not running on %s"
-msgstr "[hubzilla] Cron non è stato eseguito %s"
diff --git a/view/it/hstrings.php b/view/it/hstrings.php
index aafedbdf6..94c400ba8 100644
--- a/view/it/hstrings.php
+++ b/view/it/hstrings.php
@@ -5,114 +5,103 @@ function string_plural_select_it($n){
return ($n != 1);;
}}
;
+$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "L'autenticazione tramite il tuo hub non è disponibile. Puoi provare a disconnetterti per tentare di nuovo.";
+$a->strings["Welcome %s. Remote authentication successful."] = "Ciao %s. L'accesso tramite il tuo hub è avvenuto con successo.";
+$a->strings["Update %s failed. See error logs."] = "%s: aggiornamento fallito. Controlla i log di errore.";
+$a->strings["Update Error at %s"] = "Errore di aggiornamento su %s";
+$a->strings["Create an account to access services and applications within the Hubzilla"] = "Registrati per accedere ai servizi e alle applicazioni di Hubzilla";
+$a->strings["Register"] = "Registrati";
+$a->strings["Logout"] = "Esci";
+$a->strings["Login"] = "Accedi";
+$a->strings["Email"] = "Email";
+$a->strings["Password"] = "Password";
+$a->strings["Remember me"] = "Resta connesso";
+$a->strings["No"] = "No";
+$a->strings["Yes"] = "Sì";
+$a->strings["Forgot your password?"] = "Hai dimenticato la password?";
+$a->strings["Password Reset"] = "Reimposta la password";
+$a->strings["toggle mobile"] = "attiva/disattiva versione mobile";
+$a->strings["Website SSL certificate is not valid. Please correct."] = "Il certificato SSL del sito non è valido. Si prega di intervenire.";
+$a->strings["[hubzilla] Website SSL error for %s"] = "[hubzilla] Errore SSL su %s";
+$a->strings["Cron/Scheduled tasks not running."] = "Processi cron non avviati.";
+$a->strings["never"] = "mai";
+$a->strings["[hubzilla] Cron tasks not running on %s"] = "[hubzilla] Cron non è stato eseguito %s";
$a->strings["Connect"] = "Aggiungi";
$a->strings["New window"] = "Nuova finestra";
$a->strings["Open the selected location in a different window or browser tab"] = "Apri l'indirizzo selezionato in una nuova scheda o finestra";
$a->strings["User '%s' deleted"] = "Utente '%s' eliminato";
-$a->strings["Missing room name"] = "Chat senza nome";
-$a->strings["Duplicate room name"] = "Il nome della chat è duplicato";
-$a->strings["Invalid room specifier."] = "Il nome della chat non è valido.";
-$a->strings["Room not found."] = "Chat non trovata.";
-$a->strings["Permission denied."] = "Permesso negato.";
-$a->strings["Room is full"] = "La chat è al completo";
-$a->strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "Non posso creare un canale con un identificativo che già esiste su questo sistema. L'importazione è fallita.";
+$a->strings["No username found in import file."] = "Impossibile trovare il nome utente nel file da importare.";
$a->strings["Unable to create a unique channel address. Import failed."] = "Impossibile creare un indirizzo univoco per il canale. L'import è fallito.";
-$a->strings["Channel clone failed. Import failed."] = "Impossibile clonare il canale. L'importazione è fallita.";
-$a->strings["Cloned channel not found. Import failed."] = "Impossibile trovare il canale clonato. L'importazione è fallita.";
-$a->strings["prev"] = "prec";
-$a->strings["first"] = "inizio";
-$a->strings["last"] = "fine";
-$a->strings["next"] = "succ";
-$a->strings["older"] = "più recenti";
-$a->strings["newer"] = "più nuovi";
-$a->strings["No connections"] = "Nessun contatto";
-$a->strings["%d Connection"] = array(
- 0 => "%d contatto",
- 1 => "%d contatti",
+$a->strings["Import completed."] = "L'importazione è terminata con successo.";
+$a->strings["Private Message"] = "Messaggio privato";
+$a->strings["Edit"] = "Modifica";
+$a->strings["Delete"] = "Elimina";
+$a->strings["Select"] = "Scegli";
+$a->strings["Save to Folder"] = "Salva nella cartella";
+$a->strings["I will attend"] = "Parteciperò";
+$a->strings["I will not attend"] = "Non parteciperò";
+$a->strings["I might attend"] = "Forse parteciperò";
+$a->strings["I agree"] = "Sono d'accordo";
+$a->strings["I disagree"] = "Non sono d'accordo";
+$a->strings["I abstain"] = "Mi astengo";
+$a->strings["View all"] = "Vedi tutto";
+$a->strings["__ctx:noun__ Like"] = array(
+ 0 => "Mi piace",
+ 1 => "Mi piace",
);
-$a->strings["View Connections"] = "Elenco contatti";
-$a->strings["Search"] = "Cerca";
-$a->strings["Save"] = "Salva";
-$a->strings["poke"] = "poke";
-$a->strings["poked"] = "ha ricevuto un poke";
-$a->strings["ping"] = "ping";
-$a->strings["pinged"] = "ha ricevuto un ping";
-$a->strings["prod"] = "spintone";
-$a->strings["prodded"] = "ha ricevuto uno spintone";
-$a->strings["slap"] = "schiaffo";
-$a->strings["slapped"] = "ha ricevuto uno schiaffo";
-$a->strings["finger"] = "finger";
-$a->strings["fingered"] = "ha ricevuto un finger";
-$a->strings["rebuff"] = "rifiuto";
-$a->strings["rebuffed"] = "ha ricevuto un rifiuto";
-$a->strings["happy"] = "felice";
-$a->strings["sad"] = "triste";
-$a->strings["mellow"] = "calmo";
-$a->strings["tired"] = "stanco";
-$a->strings["perky"] = "vivace";
-$a->strings["angry"] = "arrabbiato";
-$a->strings["stupefied"] = "stupito";
-$a->strings["puzzled"] = "confuso";
-$a->strings["interested"] = "attento";
-$a->strings["bitter"] = "amaro";
-$a->strings["cheerful"] = "allegro";
-$a->strings["alive"] = "vivace";
-$a->strings["annoyed"] = "seccato";
-$a->strings["anxious"] = "ansioso";
-$a->strings["cranky"] = "irritabile";
-$a->strings["disturbed"] = "turbato";
-$a->strings["frustrated"] = "frustrato";
-$a->strings["depressed"] = "in depressione";
-$a->strings["motivated"] = "motivato";
-$a->strings["relaxed"] = "rilassato";
-$a->strings["surprised"] = "sorpreso";
-$a->strings["Monday"] = "lunedì";
-$a->strings["Tuesday"] = "martedì";
-$a->strings["Wednesday"] = "mercoledì";
-$a->strings["Thursday"] = "giovedì";
-$a->strings["Friday"] = "venerdì";
-$a->strings["Saturday"] = "sabato";
-$a->strings["Sunday"] = "domenica";
-$a->strings["January"] = "gennaio";
-$a->strings["February"] = "febbraio";
-$a->strings["March"] = "marzo";
-$a->strings["April"] = "aprile";
-$a->strings["May"] = "Mag";
-$a->strings["June"] = "giugno";
-$a->strings["July"] = "luglio";
-$a->strings["August"] = "agosto";
-$a->strings["September"] = "settembre";
-$a->strings["October"] = "ottobre";
-$a->strings["November"] = "novembre";
-$a->strings["December"] = "dicembre";
-$a->strings["Unknown Attachment"] = "Allegato non riconoscuto";
-$a->strings["Size"] = "Dimensione";
-$a->strings["unknown"] = "sconosciuta";
-$a->strings["remove category"] = "rimuovi la categoria";
-$a->strings["remove from file"] = "rimuovi dal file";
-$a->strings["l F d, Y \\@ g:i A"] = "l d F Y \\@ G:i";
-$a->strings["Starts:"] = "Inizio:";
-$a->strings["Finishes:"] = "Fine:";
-$a->strings["Location:"] = "Luogo:";
-$a->strings["Click to open/close"] = "Clicca per aprire/chiudere";
-$a->strings["Link to Source"] = "Link al sito d'origine";
-$a->strings["default"] = "predefinito";
-$a->strings["Page layout"] = "Layout della pagina";
-$a->strings["You can create your own with the layouts tool"] = "Puoi creare un tuo layout dalla configurazione delle pagine web";
-$a->strings["Page content type"] = "Tipo di contenuto della pagina";
-$a->strings["Select an alternate language"] = "Seleziona una lingua diversa";
-$a->strings["photo"] = "la foto";
-$a->strings["event"] = "l'evento";
-$a->strings["status"] = "il messaggio di stato";
-$a->strings["comment"] = "il commento";
-$a->strings["activity"] = "l'attività";
-$a->strings["Design Tools"] = "Strumenti di design";
-$a->strings["Blocks"] = "Block";
-$a->strings["Menus"] = "Menù";
-$a->strings["Layouts"] = "Layout";
-$a->strings["Pages"] = "Pagine";
-$a->strings["Collection"] = "Cartella";
+$a->strings["__ctx:noun__ Dislike"] = array(
+ 0 => "Non mi piace",
+ 1 => "Non mi piace",
+);
+$a->strings["Add Star"] = "Aggiungi ai preferiti";
+$a->strings["Remove Star"] = "Rimuovi dai preferiti";
+$a->strings["Toggle Star Status"] = "Attiva/disattiva preferito";
+$a->strings["starred"] = "preferito";
+$a->strings["Message signature validated"] = "Messaggio con firma verificata";
+$a->strings["Message signature incorrect"] = "Massaggio con firma non corretta";
+$a->strings["Add Tag"] = "Aggiungi un tag";
+$a->strings["I like this (toggle)"] = "Attiva/disattiva Mi piace";
+$a->strings["like"] = "mi piace";
+$a->strings["I don't like this (toggle)"] = "Attiva/disattiva Non mi piace";
+$a->strings["dislike"] = "non mi piace";
+$a->strings["Share This"] = "Condividi";
+$a->strings["share"] = "condividi";
+$a->strings["Delivery Report"] = "Rapporto di trasmissione";
+$a->strings["%d comment"] = array(
+ 0 => "%d commento",
+ 1 => "%d commenti",
+);
+$a->strings["View %s's profile - %s"] = "Guarda il profilo di %s - %s";
+$a->strings["to"] = "a";
+$a->strings["via"] = "via";
+$a->strings["Wall-to-Wall"] = "Da bacheca a bacheca";
+$a->strings["via Wall-To-Wall:"] = "da bacheca a bacheca:";
+$a->strings["from %s"] = "da %s";
+$a->strings["last edited: %s"] = "ultima modifica: %s";
+$a->strings["Expires: %s"] = "Scadenza: %s";
+$a->strings["Save Bookmarks"] = "Salva segnalibro";
+$a->strings["Add to Calendar"] = "Aggiungi al calendario";
+$a->strings["Mark all seen"] = "Marca tutto come letto";
+$a->strings["__ctx:noun__ Likes"] = "Mi piace";
+$a->strings["__ctx:noun__ Dislikes"] = "Non mi piace";
+$a->strings["Close"] = "Chiudi";
+$a->strings["Please wait"] = "Attendere";
+$a->strings["[+] show all"] = "[+] mostra tutto";
+$a->strings["This is you"] = "Questo sei tu";
+$a->strings["Comment"] = "Commento";
+$a->strings["Submit"] = "Salva";
+$a->strings["Bold"] = "Grassetto";
+$a->strings["Italic"] = "Corsivo";
+$a->strings["Underline"] = "Sottolineato";
+$a->strings["Quote"] = "Citazione";
+$a->strings["Code"] = "Codice";
+$a->strings["Image"] = "Immagine";
+$a->strings["Insert Link"] = "Collegamento";
+$a->strings["Video"] = "Video";
+$a->strings["Preview"] = "Anteprima";
+$a->strings["Encrypt text"] = "Cifratura del messaggio";
$a->strings["parent"] = "cartella superiore";
+$a->strings["Collection"] = "Cartella";
$a->strings["Principal"] = "Principale";
$a->strings["Addressbook"] = "Rubrica";
$a->strings["Calendar"] = "Calendario";
@@ -126,195 +115,72 @@ $a->strings["Create"] = "Crea";
$a->strings["Upload"] = "Carica";
$a->strings["Name"] = "Nome";
$a->strings["Type"] = "Tipo";
+$a->strings["Size"] = "Dimensione";
$a->strings["Last Modified"] = "Ultima modifica";
-$a->strings["Edit"] = "Modifica";
-$a->strings["Delete"] = "Elimina";
$a->strings["You are using %1\$s of your available file storage."] = "Stai usando %1\$s dello spazio disponibile per i tuoi file.";
$a->strings["You are using %1\$s of %2\$s available file storage. (%3\$s&#37;)"] = "Stai usando %1\$s di %2\$s che hai a disposizione per i file. (%3\$s&#37;)";
$a->strings["WARNING:"] = "ATTENZIONE:";
$a->strings["Create new folder"] = "Nuova cartella";
$a->strings["Upload file"] = "Carica un file";
-$a->strings["Delete this item?"] = "Eliminare questo elemento?";
-$a->strings["Comment"] = "Commento";
-$a->strings["[+] show all"] = "[+] mostra tutto";
-$a->strings["[-] show less"] = "[-] riduci";
-$a->strings["[+] expand"] = "[+] mostra tutto";
-$a->strings["[-] collapse"] = "[-] riduci";
-$a->strings["Password too short"] = "Password troppo corta";
-$a->strings["Passwords do not match"] = "Le password non corrispondono";
-$a->strings["everybody"] = "tutti";
-$a->strings["Secret Passphrase"] = "Parola chiave per decifrare";
-$a->strings["Passphrase hint"] = "Suggerimento per la parola chiave";
-$a->strings["Notice: Permissions have changed but have not yet been submitted."] = "Nota: i permessi sono stati modificati ma non ancora salvati.";
-$a->strings["close all"] = "chiudi tutto";
-$a->strings["Nothing new here"] = "Niente di nuovo qui";
-$a->strings["Rate This Channel (this is public)"] = "Valuta questo canale (visibile a tutti)";
-$a->strings["Rating"] = "Valutazioni";
-$a->strings["Describe (optional)"] = "Descrizione (facoltativa)";
-$a->strings["Submit"] = "Salva";
-$a->strings["Please enter a link URL"] = "Inserisci l'URL di un link";
-$a->strings["Unsaved changes. Are you sure you wish to leave this page?"] = "Non hai salvato i cambiamenti. Vuoi davvero lasciare questa pagina?";
-$a->strings["Location"] = "Posizione geografica";
-$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo";
-$a->strings["timeago.prefixFromNow"] = "timeago.prefixFromNow";
-$a->strings["ago"] = "fa";
-$a->strings["from now"] = "da adesso";
-$a->strings["less than a minute"] = "meno di un minuto";
-$a->strings["about a minute"] = "circa un minuto";
-$a->strings["%d minutes"] = "%d minuti";
-$a->strings["about an hour"] = "circa un’ora";
-$a->strings["about %d hours"] = "circa %d ore";
-$a->strings["a day"] = "un giorno";
-$a->strings["%d days"] = "%d giorni";
-$a->strings["about a month"] = "circa un mese";
-$a->strings["%d months"] = "%d mesi";
-$a->strings["about a year"] = "circa un anno";
-$a->strings["%d years"] = "%d anni";
-$a->strings[" "] = " ";
-$a->strings["timeago.numbers"] = "timeago.numbers";
-$a->strings["__ctx:long__ May"] = "maggio";
-$a->strings["Jan"] = "Gen";
-$a->strings["Feb"] = "Feb";
-$a->strings["Mar"] = "Mar";
-$a->strings["Apr"] = "Apr";
-$a->strings["__ctx:short__ May"] = "maggio";
-$a->strings["Jun"] = "Mag";
-$a->strings["Jul"] = "Giu";
-$a->strings["Aug"] = "Ago";
-$a->strings["Sep"] = "Set";
-$a->strings["Oct"] = "Ott";
-$a->strings["Nov"] = "Nov";
-$a->strings["Dec"] = "Dic";
-$a->strings["Sun"] = "Dom";
-$a->strings["Mon"] = "Lun";
-$a->strings["Tue"] = "Mar";
-$a->strings["Wed"] = "Mer";
-$a->strings["Thu"] = "Gio";
-$a->strings["Fri"] = "Ven";
-$a->strings["Sat"] = "Sab";
-$a->strings["__ctx:calendar__ today"] = "oggi";
-$a->strings["__ctx:calendar__ month"] = "mese";
-$a->strings["__ctx:calendar__ week"] = "settimana";
-$a->strings["__ctx:calendar__ day"] = "giorno";
-$a->strings["__ctx:calendar__ All day"] = "Tutto il giorno";
-$a->strings["No username found in import file."] = "Impossibile trovare il nome utente nel file da importare.";
-$a->strings["Import completed."] = "L'importazione è terminata con successo.";
-$a->strings["Default"] = "Predefinito";
-$a->strings["Permission denied"] = "Permesso negato";
-$a->strings["(Unknown)"] = "(Sconosciuto)";
-$a->strings["Visible to anybody on the internet."] = "Visibile a chiunque su internet.";
-$a->strings["Visible to you only."] = "Visibile solo a te.";
-$a->strings["Visible to anybody in this network."] = "Visibile a tutti su questa rete.";
-$a->strings["Visible to anybody authenticated."] = "Visibile a chiunque sia autenticato.";
-$a->strings["Visible to anybody on %s."] = "Visibile a tutti su %s.";
-$a->strings["Visible to all connections."] = "Visibile a tutti coloro che ti seguono.";
-$a->strings["Visible to approved connections."] = "Visibile ai contatti approvati.";
-$a->strings["Visible to specific connections."] = "Visibile ad alcuni contatti scelti.";
-$a->strings["Item not found."] = "Elemento non trovato.";
-$a->strings["Collection not found."] = "Insieme di canali non trovato.";
-$a->strings["Collection is empty."] = "L'insieme di canali è vuoto.";
-$a->strings["Collection: %s"] = "Insieme: %s";
-$a->strings["Connection: %s"] = "Contatto: %s";
-$a->strings["Connection not found."] = "Contatto non trovato.";
-$a->strings["This event has been added to your calendar."] = "Questo evento è stato aggiunto al tuo calendario";
-$a->strings["Not specified"] = "Non specificato";
-$a->strings["Needs Action"] = "Necessita di un intervento";
-$a->strings["Completed"] = "Completato";
-$a->strings["In Process"] = "In corso";
-$a->strings["Cancelled"] = "Annullato";
-$a->strings["Unable to obtain identity information from database"] = "Impossibile ottenere le informazioni di identificazione dal database";
-$a->strings["Empty name"] = "Nome vuoto";
-$a->strings["Name too long"] = "Nome troppo lungo";
-$a->strings["No account identifier"] = "Account senza identificativo";
-$a->strings["Nickname is required."] = "Il nome dell'account è obbligatorio.";
-$a->strings["Reserved nickname. Please choose another."] = "Nome utente riservato. Per favore scegline un altro.";
-$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Il nome dell'account è già in uso oppure ha dei caratteri non supportati.";
-$a->strings["Unable to retrieve created identity"] = "Impossibile caricare l'identità creata";
-$a->strings["Default Profile"] = "Profilo predefinito";
-$a->strings["Friends"] = "Amici";
-$a->strings["Requested channel is not available."] = "Il canale che cerchi non è disponibile.";
-$a->strings["Requested profile is not available."] = "Il profilo richiesto non è disponibile.";
-$a->strings["Change profile photo"] = "Cambia la foto del profilo";
-$a->strings["Profiles"] = "Profili";
-$a->strings["Manage/edit profiles"] = "Gestisci/modifica i profili";
-$a->strings["Create New Profile"] = "Crea un nuovo profilo";
-$a->strings["Edit Profile"] = "Modifica il profilo";
-$a->strings["Profile Image"] = "Immagine del profilo";
-$a->strings["visible to everybody"] = "visibile a tutti";
-$a->strings["Edit visibility"] = "Cambia la visibilità";
-$a->strings["Gender:"] = "Sesso:";
-$a->strings["Status:"] = "Stato:";
-$a->strings["Homepage:"] = "Home page:";
-$a->strings["Online Now"] = "Online adesso";
-$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 della settimana:";
-$a->strings["Profile"] = "Profilo";
-$a->strings["Full Name:"] = "Nome completo:";
-$a->strings["Like this channel"] = "Mi piace questo canale";
-$a->strings["__ctx:noun__ Like"] = array(
- 0 => "Mi piace",
- 1 => "Mi piace",
-);
-$a->strings["j F, Y"] = "j F Y";
-$a->strings["j F"] = "j F";
-$a->strings["Birthday:"] = "Compleanno:";
-$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:"] = "Città dove vivo:";
-$a->strings["Tags:"] = "Tag:";
-$a->strings["Political Views:"] = "Orientamento politico:";
-$a->strings["Religion:"] = "Religione:";
-$a->strings["About:"] = "Informazioni:";
-$a->strings["Hobbies/Interests:"] = "Interessi e hobby:";
-$a->strings["Likes:"] = "Mi piace:";
-$a->strings["Dislikes:"] = "Non mi piace:";
-$a->strings["Contact information and Social Networks:"] = "Contatti e social network:";
-$a->strings["My other channels:"] = "I miei altri canali:";
-$a->strings["Musical interests:"] = "Gusti 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["Like this thing"] = "Mi piace";
-$a->strings["Tags"] = "Tag";
-$a->strings["Categories"] = "Categorie";
-$a->strings["Keywords"] = "Parole chiave";
-$a->strings["have"] = "ho";
-$a->strings["has"] = "ha";
-$a->strings["want"] = "voglio";
-$a->strings["wants"] = "vuole";
-$a->strings["like"] = "mi piace";
-$a->strings["likes"] = "gli piace";
-$a->strings["dislike"] = "non mi piace";
-$a->strings["dislikes"] = "non gli piace";
-$a->strings["Image exceeds website size limit of %lu bytes"] = "L'immagine supera il limite massimo di %lu bytes";
-$a->strings["Image file is empty."] = "Il file dell'immagine è vuoto.";
-$a->strings["Unable to process image"] = "Impossibile elaborare l'immagine";
-$a->strings["Photo storage failed."] = "Impossibile salvare la foto.";
-$a->strings["a new photo"] = "una nuova foto";
-$a->strings["__ctx:photo_upload__ %1\$s posted %2\$s to %3\$s"] = "%1\$s ha pubblicato %2\$s su %3\$s";
-$a->strings["Photo Albums"] = "Album foto";
-$a->strings["Upload New Photos"] = "Carica nuove foto";
+$a->strings["Not a valid email address"] = "Email non valida";
+$a->strings["Your email domain is not among those allowed on this site"] = "Il dominio della tua email attualmente non è permesso su questo sito";
+$a->strings["Your email address is already registered at this site."] = "La tua email è già registrata su questo sito.";
+$a->strings["An invitation is required."] = "È necessario un invito.";
+$a->strings["Invitation could not be verified."] = "L'invito non può essere verificato.";
+$a->strings["Please enter the required information."] = "Inserisci le informazioni richieste.";
+$a->strings["Failed to store account information."] = "Non è stato possibile salvare le informazioni del tuo account.";
+$a->strings["Registration confirmation for %s"] = "Registrazione di %s confermata";
+$a->strings["Registration request at %s"] = "Richiesta di registrazione su %s";
+$a->strings["Administrator"] = "Amministratore";
+$a->strings["your registration password"] = "la password di registrazione";
+$a->strings["Registration details for %s"] = "Dettagli della registrazione di %s";
+$a->strings["Account approved."] = "Account approvato.";
+$a->strings["Registration revoked for %s"] = "Registrazione revocata per %s";
+$a->strings["Account verified. Please login."] = "Registrazione verificata. Adesso puoi effettuare login.";
+$a->strings["Click here to upgrade."] = "Clicca qui per aggiornare.";
+$a->strings["This action exceeds the limits set by your subscription plan."] = "Questa operazione supera i limiti del tuo abbonamento.";
+$a->strings["This action is not available under your subscription plan."] = "Questa operazione non è prevista dal tuo abbonamento.";
$a->strings["Visible to your default audience"] = "Visibile secondo le impostazioni predefinite";
$a->strings["Show"] = "Mostra";
$a->strings["Don't show"] = "Non mostrare";
$a->strings["Other networks and post services"] = "Invio ad altre reti o a siti esterni";
$a->strings["Permissions"] = "Permessi";
-$a->strings["Close"] = "Chiudi";
$a->strings[" and "] = "e";
$a->strings["public profile"] = "profilo pubblico";
$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$s ha cambiato %2\$s in &ldquo;%3\$s&rdquo;";
$a->strings["Visit %1\$s's %2\$s"] = "Guarda %2\$s di %1\$s ";
$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s ha aggiornato %2\$s cambiando %3\$s.";
+$a->strings["Public Timeline"] = "Diario pubblico";
+$a->strings["Site Admin"] = "Amministrazione sito";
+$a->strings["Bookmarks"] = "Segnalibri";
+$a->strings["Address Book"] = "Rubrica";
+$a->strings["Channel Manager"] = "Gestione canali";
+$a->strings["Grid"] = "Rete";
+$a->strings["Settings"] = "Impostazioni";
+$a->strings["Webpages"] = "Pagine web";
+$a->strings["Channel Home"] = "Bacheca del canale";
+$a->strings["Profile"] = "Profilo";
+$a->strings["Photos"] = "Foto";
+$a->strings["Events"] = "Eventi";
+$a->strings["Directory"] = "Elenchi pubblici dei canali";
+$a->strings["Help"] = "Guida";
+$a->strings["Mail"] = "Messaggi";
+$a->strings["Mood"] = "Umore";
+$a->strings["Poke"] = "Poke";
+$a->strings["Chat"] = "Chat";
+$a->strings["Search"] = "Cerca";
+$a->strings["Probe"] = "Diagnostica";
+$a->strings["Suggest"] = "Suggerisci";
+$a->strings["Random Channel"] = "Canale casuale";
+$a->strings["Invite"] = "Invita";
+$a->strings["Features"] = "Funzionalità";
+$a->strings["Language"] = "Lingua";
+$a->strings["Post"] = "Post";
+$a->strings["Profile Photo"] = "Foto del profilo";
+$a->strings["Update"] = "Aggiorna";
+$a->strings["Install"] = "Installa";
+$a->strings["Purchase"] = "Acquista";
+$a->strings["Permission denied."] = "Permesso negato.";
$a->strings["Item was not found."] = "Elemento non trovato.";
$a->strings["No source file."] = "Nessun file di origine.";
$a->strings["Cannot locate file to replace"] = "Il file da sostituire non è stato trovato";
@@ -330,241 +196,82 @@ $a->strings["Path not found."] = "Percorso del file non trovato.";
$a->strings["mkdir failed."] = "mkdir fallito.";
$a->strings["database storage failed."] = "scrittura su database fallita.";
$a->strings["Empty path"] = "La posizione è vuota";
-$a->strings["created a new post"] = "Ha creato un nuovo post";
-$a->strings["commented on %s's post"] = "ha commentato il post di %s";
-$a->strings["Apps"] = "App";
-$a->strings["System"] = "Sistema";
-$a->strings["Personal"] = "Personali";
-$a->strings["Create Personal App"] = "Crea app personale";
-$a->strings["Edit Personal App"] = "Modifica app personale";
-$a->strings["Ignore/Hide"] = "Ignora/nascondi";
-$a->strings["Suggestions"] = "Suggerimenti";
-$a->strings["See more..."] = "Altro...";
-$a->strings["You have %1$.0f of %2$.0f allowed connections."] = "Hai attivato %1$.0f delle %2$.0f connessioni permesse.";
-$a->strings["Add New Connection"] = "Aggiungi un contatto";
-$a->strings["Enter the channel address"] = "Scrivi l'indirizzo del canale";
-$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Per esempio: mario@pippo.it oppure http://pluto.com/barbara";
-$a->strings["Notes"] = "Note";
-$a->strings["Remove term"] = "Rimuovi termine";
-$a->strings["Saved Searches"] = "Ricerche salvate";
-$a->strings["add"] = "aggiungi";
-$a->strings["Saved Folders"] = "Cartelle salvate";
-$a->strings["Everything"] = "Tutto";
-$a->strings["Archives"] = "Archivi";
-$a->strings["Me"] = "Me";
-$a->strings["Family"] = "Famiglia";
-$a->strings["Acquaintances"] = "Conoscenti";
-$a->strings["All"] = "Tutti";
-$a->strings["Refresh"] = "Aggiorna";
-$a->strings["Account settings"] = "Il tuo account";
-$a->strings["Channel settings"] = "Impostazioni del canale";
-$a->strings["Additional features"] = "Funzionalità opzionali";
-$a->strings["Feature/Addon settings"] = "Componenti aggiuntivi";
-$a->strings["Display settings"] = "Aspetto";
-$a->strings["Connected apps"] = "App connesse";
-$a->strings["Export channel"] = "Esporta il canale";
-$a->strings["Connection Default Permissions"] = "Permessi predefiniti dei nuovi contatti";
-$a->strings["Premium Channel Settings"] = "Canale premium - impostazioni";
-$a->strings["Channel Sources"] = "Sorgenti del canale";
-$a->strings["Settings"] = "Impostazioni";
-$a->strings["Private Mail Menu"] = "Menu messaggi privati";
-$a->strings["Combined View"] = "Vista combinata";
-$a->strings["Inbox"] = "In arrivo";
-$a->strings["Outbox"] = "Inviati";
-$a->strings["New Message"] = "Nuovo messaggio";
-$a->strings["Conversations"] = "Conversazioni";
-$a->strings["Received Messages"] = "Ricevuti";
-$a->strings["Sent Messages"] = "Inviati";
-$a->strings["No messages."] = "Nessun messaggio.";
-$a->strings["Delete conversation"] = "Elimina la conversazione";
-$a->strings["Events Menu"] = "Menu eventi";
-$a->strings["Day View"] = "Eventi del giorno";
-$a->strings["Week View"] = "Eventi della settimana";
-$a->strings["Month View"] = "Eventi del mese";
-$a->strings["Export"] = "Esporta";
-$a->strings["Import"] = "Importa";
-$a->strings["Events Tools"] = "Gestione eventi";
-$a->strings["Export Calendar"] = "Esporta calendario";
-$a->strings["Import Calendar"] = "Importa calendario";
-$a->strings["Chat Rooms"] = "Chat";
-$a->strings["Bookmarked Chatrooms"] = "Chat nei segnalibri";
-$a->strings["Suggested Chatrooms"] = "Chat suggerite";
-$a->strings["photo/image"] = "foto/immagine";
-$a->strings["Rate Me"] = "Valutami";
-$a->strings["View Ratings"] = "Vedi le valutazioni ricevute";
-$a->strings["Public Hubs"] = "Hub pubblici";
-$a->strings["Forums"] = "Forum";
-$a->strings["Tasks"] = "Attività";
-$a->strings["Documentation"] = "Guida";
-$a->strings["Project/Site Information"] = "Informazioni sul sito/progetto";
-$a->strings["For Members"] = "Per gli utenti";
-$a->strings["For Administrators"] = "Per gli amministratori";
-$a->strings["For Developers"] = "Per sviluppatori";
-$a->strings["Site"] = "Sito";
-$a->strings["Accounts"] = "Account";
-$a->strings["Channels"] = "Canali";
-$a->strings["Plugins"] = "Plugin";
-$a->strings["Themes"] = "Temi";
-$a->strings["Inspect queue"] = "Coda di attesa";
-$a->strings["Profile Config"] = "Configurazione del profilo";
-$a->strings["DB updates"] = "Aggiornamenti al DB";
-$a->strings["Logs"] = "Log";
-$a->strings["Admin"] = "Amministrazione";
-$a->strings["Plugin Features"] = "Plugin";
-$a->strings["User registrations waiting for confirmation"] = "Registrazioni in attesa";
-$a->strings["View Photo"] = "Guarda la foto";
-$a->strings["Edit Album"] = "Modifica album";
+$a->strings["Logged out."] = "Uscita effettuata.";
+$a->strings["Failed authentication"] = "Autenticazione fallita";
+$a->strings["Login failed."] = "Accesso fallito.";
$a->strings["Attachments:"] = "Allegati:";
+$a->strings["l F d, Y \\@ g:i A"] = "l d F Y \\@ G:i";
$a->strings["\$Projectname event notification:"] = "Notifica evento \$Projectname:";
+$a->strings["Starts:"] = "Inizio:";
+$a->strings["Finishes:"] = "Fine:";
+$a->strings["Location:"] = "Luogo:";
+$a->strings["Image/photo"] = "Immagine";
+$a->strings["Encrypted content"] = "Contenuto cifrato";
+$a->strings["Install %s element: "] = "Installa l'elemento %s:";
+$a->strings["This post contains an installable %s element, however you lack permissions to install it on this site."] = "Questo post contiene un elemento %s installabile, tuttavia non hai i permessi necessari per l'installazione.";
+$a->strings["webpage"] = "pagina web";
+$a->strings["layout"] = "layout";
+$a->strings["block"] = "block";
+$a->strings["menu"] = "menu";
+$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s ha scritto %2\$s %3\$s";
+$a->strings["post"] = "il post";
+$a->strings["Different viewers will see this text differently"] = "Ad altri questo testo potrebbe apparire in modo differente";
+$a->strings["$1 spoiler"] = "$1 spoiler";
+$a->strings["$1 wrote:"] = "$1 ha scritto:";
$a->strings["%1\$s's bookmarks"] = "I segnalibri di %1\$s";
-$a->strings["General Features"] = "Funzionalità di base";
-$a->strings["Content Expiration"] = "Scadenza";
-$a->strings["Remove posts/comments and/or private messages at a future time"] = "Elimina i post, i commenti o i messaggi privati dopo un lasso di tempo";
-$a->strings["Multiple Profiles"] = "Profili multipli";
-$a->strings["Ability to create multiple profiles"] = "Abilitazione a creare profili multipli";
-$a->strings["Advanced Profiles"] = "Profili avanzati";
-$a->strings["Additional profile sections and selections"] = "Informazioni aggiuntive del profilo";
-$a->strings["Profile Import/Export"] = "Importa/esporta il profilo";
-$a->strings["Save and load profile details across sites/channels"] = "Salva o ripristina le informazioni del profilo su siti diversi";
-$a->strings["Web Pages"] = "Pagine web";
-$a->strings["Provide managed web pages on your channel"] = "Attiva la creazione di pagine web sul tuo canale";
-$a->strings["Private Notes"] = "Note private";
-$a->strings["Enables a tool to store notes and reminders"] = "Abilita il riquadro per scrivere le tue annotazioni";
-$a->strings["Navigation Channel Select"] = "Scegli il canale attivo dal menu";
-$a->strings["Change channels directly from within the navigation dropdown menu"] = "Scegli il canale attivo direttamente dal menu di navigazione";
-$a->strings["Photo Location"] = "Posizione geografica";
-$a->strings["If location data is available on uploaded photos, link this to a map."] = "Collega la foto a una mappa quando contiene indicazioni geografiche.";
-$a->strings["Expert Mode"] = "Modalità esperto";
-$a->strings["Enable Expert Mode to provide advanced configuration options"] = "Abilita la modalità esperto per vedere le opzioni di configurazione avanzate";
-$a->strings["Premium Channel"] = "Canale premium";
-$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = "Ti permette di impostare restrizioni e termini d'uso per il canale";
-$a->strings["Post Composition Features"] = "Modalità di scrittura post";
-$a->strings["Use Markdown"] = "Usa il markdown";
-$a->strings["Allow use of \"Markdown\" to format posts"] = "Consenti l'uso del markdown per formattare i post";
-$a->strings["Large Photos"] = "Foto grandi";
-$a->strings["Include large (1024px) photo thumbnails in posts. If not enabled, use small (640px) photo thumbnails"] = "Includi anteprime grandi per le foto dei tuoi post (1024px). Altrimenti saranno mostrate anteprime più piccole (640px)";
-$a->strings["Automatically import channel content from other channels or feeds"] = "Importa automaticamente il contenuto del canale da altri canali o feed";
-$a->strings["Even More Encryption"] = "Cifratura addizionale";
-$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Rendi possibile la crifratura aggiuntiva tra mittente e destinatario usando una parola chiave conosciuta a entrambi";
-$a->strings["Enable Voting Tools"] = "Permetti i post con votazione";
-$a->strings["Provide a class of post which others can vote on"] = "Rende possibile la creazione di post in cui sarà possibile votare";
-$a->strings["Delayed Posting"] = "Pubblicazione ritardata";
-$a->strings["Allow posts to be published at a later date"] = "Per scegliere una data e un'ora a cui far uscire i post";
-$a->strings["Suppress Duplicate Posts/Comments"] = "Impedisci post e commenti duplicati";
-$a->strings["Prevent posts with identical content to be published with less than two minutes in between submissions."] = "Scarta post e commenti se sono identici ad altri inviati meno di due minuti prima.";
-$a->strings["Network and Stream Filtering"] = "Filtraggio dei contenuti";
-$a->strings["Search by Date"] = "Ricerca per data";
-$a->strings["Ability to select posts by date ranges"] = "Per selezionare i post in un intervallo tra date";
-$a->strings["Collections Filter"] = "Filtra per insiemi di canali";
-$a->strings["Enable widget to display Network posts only from selected collections"] = "Mostra il riquadro per filtrare i post di certi insiemi di canali";
-$a->strings["Save search terms for re-use"] = "Salva i termini delle ricerche per poterle ripetere";
-$a->strings["Network Personal Tab"] = "Attività personale";
-$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Abilita il link per mostrare solamente i contenuti con cui hai interagito";
-$a->strings["Network New Tab"] = "Contenuti nuovi";
-$a->strings["Enable tab to display all new Network activity"] = "Abilita il link per visualizzare solo i nuovi contenuti";
-$a->strings["Affinity Tool"] = "Filtro per affinità";
-$a->strings["Filter stream activity by depth of relationships"] = "Permette di selezionare i contenuti in base al livello di amicizia";
-$a->strings["Connection Filtering"] = "Filtro sui contatti";
-$a->strings["Filter incoming posts from connections based on keywords/content"] = "Filtra i post che ricevi con parole chiave";
-$a->strings["Suggest Channels"] = "Suggerisci canali";
-$a->strings["Show channel suggestions"] = "Mostra alcuni canali che potrebbero interessarti";
-$a->strings["Post/Comment Tools"] = "Gestione post e commenti";
-$a->strings["Tagging"] = "Tag";
-$a->strings["Ability to tag existing posts"] = "Permetti l'aggiunta di tag su post già esistenti";
-$a->strings["Post Categories"] = "Categorie dei post";
-$a->strings["Add categories to your posts"] = "Abilita le categorie per i tuoi post";
-$a->strings["Ability to file posts under folders"] = "Abilita la raccolta dei tuoi articoli in cartelle";
-$a->strings["Dislike Posts"] = "Non mi piace";
-$a->strings["Ability to dislike posts/comments"] = "Abilità la funzionalità \"non mi piace\" per i tuoi post";
-$a->strings["Star Posts"] = "Post con stella";
-$a->strings["Ability to mark special posts with a star indicator"] = "Mostra la stella per segnare i post preferiti";
-$a->strings["Tag Cloud"] = "Nuvola di tag";
-$a->strings["Provide a personal tag cloud on your channel page"] = "Mostra la nuvola dei tag che usi di più sulla pagina del tuo canale";
-$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"] = "Indeciso";
-$a->strings["Males"] = "Maschi";
-$a->strings["Females"] = "Femmine";
-$a->strings["Gay"] = "Gay";
-$a->strings["Lesbian"] = "Lesbica";
-$a->strings["No Preference"] = "Senza preferenza";
-$a->strings["Bisexual"] = "Bisessuale";
-$a->strings["Autosexual"] = "Autosessuale";
-$a->strings["Abstinent"] = "Astinente";
-$a->strings["Virgin"] = "Vergine";
-$a->strings["Deviant"] = "Deviato";
-$a->strings["Fetish"] = "Feticista";
-$a->strings["Oodles"] = "Un sacco";
-$a->strings["Nonsexual"] = "Asessuato";
-$a->strings["Single"] = "Single";
-$a->strings["Lonely"] = "Da solo";
-$a->strings["Available"] = "Disponibile";
-$a->strings["Unavailable"] = "Non disponibile";
-$a->strings["Has crush"] = "Ha una cotta";
-$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/Benefits"] = "Amici con qualcosa in più";
-$a->strings["Casual"] = "Casual";
-$a->strings["Engaged"] = "Impegnato";
-$a->strings["Married"] = "Sposato/a";
-$a->strings["Imaginarily married"] = "Con matrimonio immaginario";
-$a->strings["Partners"] = "Partner";
-$a->strings["Cohabiting"] = "Convivente";
-$a->strings["Common law"] = "Matrimonio regolare";
-$a->strings["Happy"] = "Felice";
-$a->strings["Not looking"] = "Non in cerca";
-$a->strings["Swinger"] = "Scambista";
-$a->strings["Betrayed"] = "Tradito/a";
-$a->strings["Separated"] = "Separato/a";
-$a->strings["Unstable"] = "Instabile";
-$a->strings["Divorced"] = "Divorziato/a";
-$a->strings["Imaginarily divorced"] = "Sogna il divorzio";
-$a->strings["Widowed"] = "Vedovo/a";
-$a->strings["Uncertain"] = "Incerto/a";
-$a->strings["It's complicated"] = "Relazione complicata";
-$a->strings["Don't care"] = "Chi se ne frega";
-$a->strings["Ask me"] = "Chiedimelo";
-$a->strings["Miscellaneous"] = "Altro";
-$a->strings["YYYY-MM-DD or MM-DD"] = "AAAA-MM-GG oppure MM-GG";
-$a->strings["Required"] = "Obbligatorio";
-$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["__ctx:e.g. 22 hours ago, 1 minute ago__ %1\$d %2\$s ago"] = "%1\$d %2\$s fa";
-$a->strings["%1\$s's birthday"] = "Compleanno di %1\$s";
-$a->strings["Happy Birthday %1\$s"] = "Buon compleanno %1\$s";
-$a->strings["Public Timeline"] = "Diario pubblico";
+$a->strings["Missing room name"] = "Chat senza nome";
+$a->strings["Duplicate room name"] = "Il nome della chat è duplicato";
+$a->strings["Invalid room specifier."] = "Il nome della chat non è valido.";
+$a->strings["Room not found."] = "Chat non trovata.";
+$a->strings["Room is full"] = "La chat è al completo";
+$a->strings["Default"] = "Predefinito";
+$a->strings["Frequently"] = "Frequentemente";
+$a->strings["Hourly"] = "Ogni ora";
+$a->strings["Twice daily"] = "Due volte al giorno";
+$a->strings["Daily"] = "Ogni giorno";
+$a->strings["Weekly"] = "Ogni settimana";
+$a->strings["Monthly"] = "Ogni mese";
+$a->strings["Friendica"] = "Friendica";
+$a->strings["OStatus"] = "OStatus";
+$a->strings["RSS/Atom"] = "RSS/Atom";
+$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["%d invitation available"] = array(
+ 0 => "%d invito disponibile",
+ 1 => "%d inviti disponibili",
+);
+$a->strings["Advanced"] = "Avanzate";
+$a->strings["Find Channels"] = "Ricerca canali";
+$a->strings["Enter name or interest"] = "Scrivi un nome o un interesse";
+$a->strings["Connect/Follow"] = "Aggiungi";
+$a->strings["Examples: Robert Morgenstein, Fishing"] = "Per esempio: Mario Rossi, Pesca";
+$a->strings["Find"] = "Cerca";
+$a->strings["Channel Suggestions"] = "Canali suggeriti";
+$a->strings["Random Profile"] = "Profilo casuale";
+$a->strings["Invite Friends"] = "Invita amici";
+$a->strings["Advanced example: name=fred and country=iceland"] = "Per esempio: name=mario e country=italy";
+$a->strings["Saved Folders"] = "Cartelle salvate";
+$a->strings["Everything"] = "Tutto";
+$a->strings["Categories"] = "Categorie";
+$a->strings["%d connection in common"] = array(
+ 0 => "%d contatto in comune",
+ 1 => "%d contatti in comune",
+);
+$a->strings["show more"] = "mostra tutto";
+$a->strings["photo"] = "la foto";
+$a->strings["event"] = "l'evento";
$a->strings["channel"] = "il canale";
+$a->strings["status"] = "il messaggio di stato";
+$a->strings["comment"] = "il commento";
$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 is now connected with %2\$s"] = "%1\$s adesso è connesso con %2\$s";
$a->strings["%1\$s poked %2\$s"] = "%1\$s ha mandato un poke a %2\$s";
+$a->strings["poked"] = "ha ricevuto un poke";
$a->strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s è %2\$s";
$a->strings["__ctx:title__ Likes"] = "Mi piace";
$a->strings["__ctx:title__ Dislikes"] = "Non mi piace";
@@ -574,18 +281,10 @@ $a->strings["__ctx:title__ Abstain"] = "Astenuti";
$a->strings["__ctx:title__ Attending"] = "Partecipano";
$a->strings["__ctx:title__ Not attending"] = "Non partecipano";
$a->strings["__ctx:title__ Might attend"] = "Forse partecipano";
-$a->strings["Select"] = "Scegli";
-$a->strings["Private Message"] = "Messaggio privato";
-$a->strings["Message signature validated"] = "Messaggio con firma verificata";
-$a->strings["Message signature incorrect"] = "Massaggio con firma non corretta";
$a->strings["View %s's profile @ %s"] = "Vedi il profilo di %s @ %s";
$a->strings["Categories:"] = "Categorie:";
$a->strings["Filed under:"] = "Classificato come:";
-$a->strings["from %s"] = "da %s";
-$a->strings["last edited: %s"] = "ultima modifica: %s";
-$a->strings["Expires: %s"] = "Scadenza: %s";
$a->strings["View in context"] = "Vedi nel contesto";
-$a->strings["Please wait"] = "Attendere";
$a->strings["remove"] = "rimuovi";
$a->strings["Loading..."] = "Caricamento in corso...";
$a->strings["Delete Selected Items"] = "Elimina gli oggetti selezionati";
@@ -598,7 +297,6 @@ $a->strings["View Photos"] = "Foto";
$a->strings["Activity/Posts"] = "Attività e Post";
$a->strings["Edit Connection"] = "Modifica il contatto";
$a->strings["Send PM"] = "Messaggio privato";
-$a->strings["Poke"] = "Poke";
$a->strings["%s likes this."] = "Piace a %s.";
$a->strings["%s doesn't like this."] = "Non piace a %s.";
$a->strings["<span %1\$s>%2\$d people</span> like this."] = array(
@@ -624,15 +322,9 @@ $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["Expires YYYY-MM-DD HH:MM"] = "Scade il YYYY-MM-DD HH:MM";
-$a->strings["Preview"] = "Anteprima";
$a->strings["Share"] = "Condividi";
$a->strings["Page link name"] = "Nome del link alla pagina";
$a->strings["Post as"] = "Pubblica come ";
-$a->strings["Bold"] = "Grassetto";
-$a->strings["Italic"] = "Corsivo";
-$a->strings["Underline"] = "Sottolineato";
-$a->strings["Quote"] = "Citazione";
-$a->strings["Code"] = "Codice";
$a->strings["Upload photo"] = "Carica foto";
$a->strings["upload photo"] = "carica foto";
$a->strings["Attach file"] = "Allega file";
@@ -656,7 +348,6 @@ $a->strings["Public post"] = "Post pubblico";
$a->strings["Example: bob@example.com, mary@example.com"] = "Per esempio: mario@esempio.com, simona@esempio.com";
$a->strings["Set expiration date"] = "Data di scadenza";
$a->strings["Set publish date"] = "Data di uscita programmata";
-$a->strings["Encrypt text"] = "Cifratura del messaggio";
$a->strings["OK"] = "OK";
$a->strings["Cancel"] = "Annulla";
$a->strings["Discover"] = "Scopri";
@@ -665,6 +356,7 @@ $a->strings["Commented Order"] = "Commenti recenti";
$a->strings["Sort by Comment Date"] = "Per data del commento";
$a->strings["Posted Order"] = "Post recenti";
$a->strings["Sort by Post Date"] = "Per data di creazione";
+$a->strings["Personal"] = "Personali";
$a->strings["Posts that mention or involve you"] = "Post che ti riguardano";
$a->strings["New"] = "Novità";
$a->strings["Activity Stream - by date"] = "Elenco attività - per data";
@@ -676,18 +368,11 @@ $a->strings["Channel"] = "Canale";
$a->strings["Status Messages and Posts"] = "Post e messaggi di stato";
$a->strings["About"] = "Informazioni";
$a->strings["Profile Details"] = "Dettagli del profilo";
-$a->strings["Photos"] = "Foto";
+$a->strings["Photo Albums"] = "Album foto";
$a->strings["Files and Storage"] = "Archivio file";
$a->strings["Chatrooms"] = "Chat";
-$a->strings["Bookmarks"] = "Segnalibri";
$a->strings["Saved Bookmarks"] = "Segnalibri salvati";
-$a->strings["Webpages"] = "Pagine web";
$a->strings["Manage Webpages"] = "Gestisci le pagine web";
-$a->strings["View all"] = "Vedi tutto";
-$a->strings["__ctx:noun__ Dislike"] = array(
- 0 => "Non mi piace",
- 1 => "Non mi piace",
-);
$a->strings["__ctx:noun__ Attending"] = array(
0 => "Partecipa",
1 => "Partecipano",
@@ -712,57 +397,32 @@ $a->strings["__ctx:noun__ Abstain"] = array(
0 => "Astenuto",
1 => "Astenuti",
);
-$a->strings["Logged out."] = "Uscita effettuata.";
-$a->strings["Failed authentication"] = "Autenticazione fallita";
-$a->strings["Login failed."] = "Accesso fallito.";
-$a->strings["Frequently"] = "Frequentemente";
-$a->strings["Hourly"] = "Ogni ora";
-$a->strings["Twice daily"] = "Due volte al giorno";
-$a->strings["Daily"] = "Ogni giorno";
-$a->strings["Weekly"] = "Ogni settimana";
-$a->strings["Monthly"] = "Ogni mese";
-$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["Image/photo"] = "Immagine";
-$a->strings["Encrypted content"] = "Contenuto cifrato";
-$a->strings["Install %s element: "] = "Installa l'elemento %s:";
-$a->strings["This post contains an installable %s element, however you lack permissions to install it on this site."] = "Questo post contiene un elemento %s installabile, tuttavia non hai i permessi necessari per l'installazione.";
-$a->strings["webpage"] = "pagina web";
-$a->strings["layout"] = "layout";
-$a->strings["block"] = "block";
-$a->strings["menu"] = "menu";
-$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s ha scritto %2\$s %3\$s";
-$a->strings["post"] = "il post";
-$a->strings["Different viewers will see this text differently"] = "Ad altri questo testo potrebbe apparire in modo differente";
-$a->strings["$1 spoiler"] = "$1 spoiler";
-$a->strings["$1 wrote:"] = "$1 ha scritto:";
-$a->strings["%d invitation available"] = array(
- 0 => "%d invito disponibile",
- 1 => "%d inviti disponibili",
-);
-$a->strings["Advanced"] = "Avanzate";
-$a->strings["Find Channels"] = "Ricerca canali";
-$a->strings["Enter name or interest"] = "Scrivi un nome o un interesse";
-$a->strings["Connect/Follow"] = "Aggiungi";
-$a->strings["Examples: Robert Morgenstein, Fishing"] = "Per esempio: Mario Rossi, Pesca";
-$a->strings["Find"] = "Cerca";
-$a->strings["Channel Suggestions"] = "Canali suggeriti";
-$a->strings["Random Profile"] = "Profilo casuale";
-$a->strings["Invite Friends"] = "Invita amici";
-$a->strings["Advanced example: name=fred and country=iceland"] = "Per esempio: name=mario e country=italy";
-$a->strings["%d connection in common"] = array(
- 0 => "%d contatto in comune",
- 1 => "%d contatti in comune",
-);
-$a->strings["show more"] = "mostra tutto";
+$a->strings["Miscellaneous"] = "Altro";
+$a->strings["YYYY-MM-DD or MM-DD"] = "AAAA-MM-GG oppure MM-GG";
+$a->strings["Required"] = "Obbligatorio";
+$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["__ctx:e.g. 22 hours ago, 1 minute ago__ %1\$d %2\$s ago"] = "%1\$d %2\$s fa";
+$a->strings["%1\$s's birthday"] = "Compleanno di %1\$s";
+$a->strings["Happy Birthday %1\$s"] = "Buon compleanno %1\$s";
+$a->strings["Cannot locate DNS info for database server '%s'"] = "Non trovo le informazioni DNS per il database server '%s'";
+$a->strings["Directory Options"] = "Visibilità negli elenchi pubblici";
+$a->strings["Safe Mode"] = "Modalità SafeSearch";
+$a->strings["Public Forums Only"] = "Solo forum pubblici";
+$a->strings["This Website Only"] = "Solo in questo sito";
$a->strings["\$Projectname Notification"] = "Notifica \$Projectname";
$a->strings["\$projectname"] = "\$projectname";
$a->strings["Thank You,"] = "Grazie,";
@@ -803,6 +463,77 @@ $a->strings["Name:"] = "Nome:";
$a->strings["Photo:"] = "Foto:";
$a->strings["Please visit %s to approve or reject the suggestion."] = "Visita %s per approvare o rifiutare il suggerimento.";
$a->strings["[Hubzilla:Notify]"] = "[Hubzilla]";
+$a->strings["This event has been added to your calendar."] = "Questo evento è stato aggiunto al tuo calendario";
+$a->strings["Not specified"] = "Non specificato";
+$a->strings["Needs Action"] = "Necessita di un intervento";
+$a->strings["Completed"] = "Completato";
+$a->strings["In Process"] = "In corso";
+$a->strings["Cancelled"] = "Annullato";
+$a->strings["General Features"] = "Funzionalità di base";
+$a->strings["Content Expiration"] = "Scadenza";
+$a->strings["Remove posts/comments and/or private messages at a future time"] = "Elimina i post, i commenti o i messaggi privati dopo un lasso di tempo";
+$a->strings["Multiple Profiles"] = "Profili multipli";
+$a->strings["Ability to create multiple profiles"] = "Abilitazione a creare profili multipli";
+$a->strings["Advanced Profiles"] = "Profili avanzati";
+$a->strings["Additional profile sections and selections"] = "Informazioni aggiuntive del profilo";
+$a->strings["Profile Import/Export"] = "Importa/esporta il profilo";
+$a->strings["Save and load profile details across sites/channels"] = "Salva o ripristina le informazioni del profilo su siti diversi";
+$a->strings["Web Pages"] = "Pagine web";
+$a->strings["Provide managed web pages on your channel"] = "Attiva la creazione di pagine web sul tuo canale";
+$a->strings["Private Notes"] = "Note private";
+$a->strings["Enables a tool to store notes and reminders"] = "Abilita il riquadro per scrivere le tue annotazioni";
+$a->strings["Navigation Channel Select"] = "Scegli il canale attivo dal menu";
+$a->strings["Change channels directly from within the navigation dropdown menu"] = "Scegli il canale attivo direttamente dal menu di navigazione";
+$a->strings["Photo Location"] = "Posizione geografica";
+$a->strings["If location data is available on uploaded photos, link this to a map."] = "Collega la foto a una mappa quando contiene indicazioni geografiche.";
+$a->strings["Expert Mode"] = "Modalità esperto";
+$a->strings["Enable Expert Mode to provide advanced configuration options"] = "Abilita la modalità esperto per vedere le opzioni di configurazione avanzate";
+$a->strings["Premium Channel"] = "Canale premium";
+$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = "Ti permette di impostare restrizioni e termini d'uso per il canale";
+$a->strings["Post Composition Features"] = "Modalità di scrittura post";
+$a->strings["Use Markdown"] = "Usa il markdown";
+$a->strings["Allow use of \"Markdown\" to format posts"] = "Consenti l'uso del markdown per formattare i post";
+$a->strings["Large Photos"] = "Foto grandi";
+$a->strings["Include large (1024px) photo thumbnails in posts. If not enabled, use small (640px) photo thumbnails"] = "Includi anteprime grandi per le foto dei tuoi post (1024px). Altrimenti saranno mostrate anteprime più piccole (640px)";
+$a->strings["Channel Sources"] = "Sorgenti del canale";
+$a->strings["Automatically import channel content from other channels or feeds"] = "Importa automaticamente il contenuto del canale da altri canali o feed";
+$a->strings["Even More Encryption"] = "Cifratura addizionale";
+$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Rendi possibile la crifratura aggiuntiva tra mittente e destinatario usando una parola chiave conosciuta a entrambi";
+$a->strings["Enable Voting Tools"] = "Permetti i post con votazione";
+$a->strings["Provide a class of post which others can vote on"] = "Rende possibile la creazione di post in cui sarà possibile votare";
+$a->strings["Delayed Posting"] = "Pubblicazione ritardata";
+$a->strings["Allow posts to be published at a later date"] = "Per scegliere una data e un'ora a cui far uscire i post";
+$a->strings["Suppress Duplicate Posts/Comments"] = "Impedisci post e commenti duplicati";
+$a->strings["Prevent posts with identical content to be published with less than two minutes in between submissions."] = "Scarta post e commenti se sono identici ad altri inviati meno di due minuti prima.";
+$a->strings["Network and Stream Filtering"] = "Filtraggio dei contenuti";
+$a->strings["Search by Date"] = "Ricerca per data";
+$a->strings["Ability to select posts by date ranges"] = "Per selezionare i post in un intervallo tra date";
+$a->strings["Collections Filter"] = "Filtra per insiemi di canali";
+$a->strings["Enable widget to display Network posts only from selected collections"] = "Mostra il riquadro per filtrare i post di certi insiemi di canali";
+$a->strings["Saved Searches"] = "Ricerche salvate";
+$a->strings["Save search terms for re-use"] = "Salva i termini delle ricerche per poterle ripetere";
+$a->strings["Network Personal Tab"] = "Attività personale";
+$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Abilita il link per mostrare solamente i contenuti con cui hai interagito";
+$a->strings["Network New Tab"] = "Contenuti nuovi";
+$a->strings["Enable tab to display all new Network activity"] = "Abilita il link per visualizzare solo i nuovi contenuti";
+$a->strings["Affinity Tool"] = "Filtro per affinità";
+$a->strings["Filter stream activity by depth of relationships"] = "Permette di selezionare i contenuti in base al livello di amicizia";
+$a->strings["Connection Filtering"] = "Filtro sui contatti";
+$a->strings["Filter incoming posts from connections based on keywords/content"] = "Filtra i post che ricevi con parole chiave";
+$a->strings["Suggest Channels"] = "Suggerisci canali";
+$a->strings["Show channel suggestions"] = "Mostra alcuni canali che potrebbero interessarti";
+$a->strings["Post/Comment Tools"] = "Gestione post e commenti";
+$a->strings["Community Tagging"] = "Tag della comunità";
+$a->strings["Ability to tag existing posts"] = "Permetti l'aggiunta di tag su post già esistenti";
+$a->strings["Post Categories"] = "Categorie dei post";
+$a->strings["Add categories to your posts"] = "Abilita le categorie per i tuoi post";
+$a->strings["Ability to file posts under folders"] = "Abilita la raccolta dei tuoi articoli in cartelle";
+$a->strings["Dislike Posts"] = "Non mi piace";
+$a->strings["Ability to dislike posts/comments"] = "Abilità la funzionalità \"non mi piace\" per i tuoi post";
+$a->strings["Star Posts"] = "Post con stella";
+$a->strings["Ability to mark special posts with a star indicator"] = "Mostra la stella per segnare i post preferiti";
+$a->strings["Tag Cloud"] = "Nuvola di tag";
+$a->strings["Provide a personal tag cloud on your channel page"] = "Mostra la nuvola dei tag che usi di più sulla pagina del tuo canale";
$a->strings["Channel is blocked on this site."] = "Il canale è bloccato per questo sito.";
$a->strings["Channel location missing."] = "Manca l'indirizzo del canale.";
$a->strings["Response from remote channel was incomplete."] = "La risposta dal canale non è completa.";
@@ -811,13 +542,174 @@ $a->strings["Protocol disabled."] = "Protocollo disabilitato.";
$a->strings["Channel discovery failed."] = "La ricerca del canale non ha avuto successo.";
$a->strings["local account not found."] = "l'account locale non è stato trovato.";
$a->strings["Cannot connect to yourself."] = "Non puoi connetterti a te stesso.";
-$a->strings["Embedded content"] = "Contenuti incorporati";
-$a->strings["Embedding disabled"] = "Disabilita la creazione di contenuti incorporati";
+$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "È stato ripristinato un insieme con lo stesso nome che era stato eliminato in precedenza. I permessi già presenti <strong>potrebbero</strong> rimanere validi per i nuovi canali. Se non vuoi che ciò accada, devi creare un altro insieme con un nome diverso.";
+$a->strings["Add new connections to this collection (privacy group)"] = "Aggiungi altri contatti a questo insieme (privacy di gruppo)";
+$a->strings["All Channels"] = "Tutti i canali";
+$a->strings["edit"] = "modifica";
+$a->strings["Collections"] = "Insiemi di canali";
+$a->strings["Edit collection"] = "Modifica l'insieme di canali";
+$a->strings["Add new collection"] = "Nuovo insieme";
+$a->strings["Channels not in any collection"] = "Canali che non sono in un insieme";
+$a->strings["add"] = "aggiungi";
+$a->strings["Unable to obtain identity information from database"] = "Impossibile ottenere le informazioni di identificazione dal database";
+$a->strings["Empty name"] = "Nome vuoto";
+$a->strings["Name too long"] = "Nome troppo lungo";
+$a->strings["No account identifier"] = "Account senza identificativo";
+$a->strings["Nickname is required."] = "Il nome dell'account è obbligatorio.";
+$a->strings["Reserved nickname. Please choose another."] = "Nome utente riservato. Per favore scegline un altro.";
+$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Il nome dell'account è già in uso oppure ha dei caratteri non supportati.";
+$a->strings["Unable to retrieve created identity"] = "Impossibile caricare l'identità creata";
+$a->strings["Default Profile"] = "Profilo predefinito";
+$a->strings["Friends"] = "Amici";
+$a->strings["Requested channel is not available."] = "Il canale che cerchi non è disponibile.";
+$a->strings["Requested profile is not available."] = "Il profilo richiesto non è disponibile.";
+$a->strings["Change profile photo"] = "Cambia la foto del profilo";
+$a->strings["Profiles"] = "Profili";
+$a->strings["Manage/edit profiles"] = "Gestisci/modifica i profili";
+$a->strings["Create New Profile"] = "Crea un nuovo profilo";
+$a->strings["Edit Profile"] = "Modifica il profilo";
+$a->strings["Profile Image"] = "Immagine del profilo";
+$a->strings["visible to everybody"] = "visibile a tutti";
+$a->strings["Edit visibility"] = "Cambia la visibilità";
+$a->strings["Gender:"] = "Sesso:";
+$a->strings["Status:"] = "Stato:";
+$a->strings["Homepage:"] = "Home page:";
+$a->strings["Online Now"] = "Online adesso";
+$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 della settimana:";
+$a->strings["Full Name:"] = "Nome completo:";
+$a->strings["Like this channel"] = "Mi piace questo canale";
+$a->strings["j F, Y"] = "j F Y";
+$a->strings["j F"] = "j F";
+$a->strings["Birthday:"] = "Compleanno:";
+$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:"] = "Città dove vivo:";
+$a->strings["Tags:"] = "Tag:";
+$a->strings["Political Views:"] = "Orientamento politico:";
+$a->strings["Religion:"] = "Religione:";
+$a->strings["About:"] = "Informazioni:";
+$a->strings["Hobbies/Interests:"] = "Interessi e hobby:";
+$a->strings["Likes:"] = "Mi piace:";
+$a->strings["Dislikes:"] = "Non mi piace:";
+$a->strings["Contact information and Social Networks:"] = "Contatti e social network:";
+$a->strings["My other channels:"] = "I miei altri canali:";
+$a->strings["Musical interests:"] = "Gusti 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["Like this thing"] = "Mi piace";
+$a->strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "Non posso creare un canale con un identificativo che già esiste su questo sistema. L'importazione è fallita.";
+$a->strings["Channel clone failed. Import failed."] = "Impossibile clonare il canale. L'importazione è fallita.";
+$a->strings["Cloned channel not found. Import failed."] = "Impossibile trovare il canale clonato. L'importazione è fallita.";
+$a->strings["Permission denied"] = "Permesso negato";
+$a->strings["(Unknown)"] = "(Sconosciuto)";
+$a->strings["Visible to anybody on the internet."] = "Visibile a chiunque su internet.";
+$a->strings["Visible to you only."] = "Visibile solo a te.";
+$a->strings["Visible to anybody in this network."] = "Visibile a tutti su questa rete.";
+$a->strings["Visible to anybody authenticated."] = "Visibile a chiunque sia autenticato.";
+$a->strings["Visible to anybody on %s."] = "Visibile a tutti su %s.";
+$a->strings["Visible to all connections."] = "Visibile a tutti coloro che ti seguono.";
+$a->strings["Visible to approved connections."] = "Visibile ai contatti approvati.";
+$a->strings["Visible to specific connections."] = "Visibile ad alcuni contatti scelti.";
+$a->strings["Item not found."] = "Elemento non trovato.";
+$a->strings["Collection not found."] = "Insieme di canali non trovato.";
+$a->strings["Collection is empty."] = "L'insieme di canali è vuoto.";
+$a->strings["Collection: %s"] = "Insieme: %s";
+$a->strings["Connection: %s"] = "Contatto: %s";
+$a->strings["Connection not found."] = "Contatto non trovato.";
+$a->strings["Delete this item?"] = "Eliminare questo elemento?";
+$a->strings["[-] show less"] = "[-] riduci";
+$a->strings["[+] expand"] = "[+] mostra tutto";
+$a->strings["[-] collapse"] = "[-] riduci";
+$a->strings["Password too short"] = "Password troppo corta";
+$a->strings["Passwords do not match"] = "Le password non corrispondono";
+$a->strings["everybody"] = "tutti";
+$a->strings["Secret Passphrase"] = "Parola chiave per decifrare";
+$a->strings["Passphrase hint"] = "Suggerimento per la parola chiave";
+$a->strings["Notice: Permissions have changed but have not yet been submitted."] = "Nota: i permessi sono stati modificati ma non ancora salvati.";
+$a->strings["close all"] = "chiudi tutto";
+$a->strings["Nothing new here"] = "Niente di nuovo qui";
+$a->strings["Rate This Channel (this is public)"] = "Valuta questo canale (visibile a tutti)";
+$a->strings["Rating"] = "Valutazioni";
+$a->strings["Describe (optional)"] = "Descrizione (facoltativa)";
+$a->strings["Please enter a link URL"] = "Inserisci l'URL di un link";
+$a->strings["Unsaved changes. Are you sure you wish to leave this page?"] = "Non hai salvato i cambiamenti. Vuoi davvero lasciare questa pagina?";
+$a->strings["Location"] = "Posizione geografica";
+$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo";
+$a->strings["timeago.prefixFromNow"] = "timeago.prefixFromNow";
+$a->strings["ago"] = "fa";
+$a->strings["from now"] = "da adesso";
+$a->strings["less than a minute"] = "meno di un minuto";
+$a->strings["about a minute"] = "circa un minuto";
+$a->strings["%d minutes"] = "%d minuti";
+$a->strings["about an hour"] = "circa un’ora";
+$a->strings["about %d hours"] = "circa %d ore";
+$a->strings["a day"] = "un giorno";
+$a->strings["%d days"] = "%d giorni";
+$a->strings["about a month"] = "circa un mese";
+$a->strings["%d months"] = "%d mesi";
+$a->strings["about a year"] = "circa un anno";
+$a->strings["%d years"] = "%d anni";
+$a->strings[" "] = " ";
+$a->strings["timeago.numbers"] = "timeago.numbers";
+$a->strings["January"] = "gennaio";
+$a->strings["February"] = "febbraio";
+$a->strings["March"] = "marzo";
+$a->strings["April"] = "aprile";
+$a->strings["__ctx:long__ May"] = "maggio";
+$a->strings["June"] = "giugno";
+$a->strings["July"] = "luglio";
+$a->strings["August"] = "agosto";
+$a->strings["September"] = "settembre";
+$a->strings["October"] = "ottobre";
+$a->strings["November"] = "novembre";
+$a->strings["December"] = "dicembre";
+$a->strings["Jan"] = "Gen";
+$a->strings["Feb"] = "Feb";
+$a->strings["Mar"] = "Mar";
+$a->strings["Apr"] = "Apr";
+$a->strings["__ctx:short__ May"] = "maggio";
+$a->strings["Jun"] = "Mag";
+$a->strings["Jul"] = "Giu";
+$a->strings["Aug"] = "Ago";
+$a->strings["Sep"] = "Set";
+$a->strings["Oct"] = "Ott";
+$a->strings["Nov"] = "Nov";
+$a->strings["Dec"] = "Dic";
+$a->strings["Sunday"] = "domenica";
+$a->strings["Monday"] = "lunedì";
+$a->strings["Tuesday"] = "martedì";
+$a->strings["Wednesday"] = "mercoledì";
+$a->strings["Thursday"] = "giovedì";
+$a->strings["Friday"] = "venerdì";
+$a->strings["Saturday"] = "sabato";
+$a->strings["Sun"] = "Dom";
+$a->strings["Mon"] = "Lun";
+$a->strings["Tue"] = "Mar";
+$a->strings["Wed"] = "Mer";
+$a->strings["Thu"] = "Gio";
+$a->strings["Fri"] = "Ven";
+$a->strings["Sat"] = "Sab";
+$a->strings["__ctx:calendar__ today"] = "oggi";
+$a->strings["__ctx:calendar__ month"] = "mese";
+$a->strings["__ctx:calendar__ week"] = "settimana";
+$a->strings["__ctx:calendar__ day"] = "giorno";
+$a->strings["__ctx:calendar__ All day"] = "Tutto il giorno";
$a->strings["No recipient provided."] = "Devi scegliere un destinatario.";
$a->strings["[no subject]"] = "[nessun titolo]";
$a->strings["Unable to determine sender."] = "Impossibile determinare il mittente.";
$a->strings["Stored post could not be verified."] = "Non è stato possibile verificare il post.";
-$a->strings["Logout"] = "Esci";
$a->strings["End this session"] = "Chiudi questa sessione";
$a->strings["Home"] = "Bacheca";
$a->strings["Your posts and conversations"] = "I tuoi post e conversazioni";
@@ -827,28 +719,22 @@ $a->strings["Manage/Edit profiles"] = "Gestisci i tuoi profili";
$a->strings["Edit your profile"] = "Modifica il tuo profilo";
$a->strings["Your photos"] = "Le tue foto";
$a->strings["Your files"] = "I tuoi file";
-$a->strings["Chat"] = "Chat";
$a->strings["Your chatrooms"] = "Le tue chat";
$a->strings["Your bookmarks"] = "I tuoi segnalibri";
$a->strings["Your webpages"] = "Le tue pagine web";
-$a->strings["Login"] = "Accedi";
$a->strings["Sign in"] = "Accedi";
$a->strings["%s - click to logout"] = "%s - clicca per uscire";
$a->strings["Remote authentication"] = "Accedi dal tuo hub";
$a->strings["Click to authenticate to your home hub"] = "Clicca per farti riconoscere dal tuo hub principale";
$a->strings["Home Page"] = "Bacheca";
-$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"] = "App";
$a->strings["Applications, utilities, links, games"] = "Applicazioni, utilità, link, giochi";
$a->strings["Search site @name, #tag, ?docs, content"] = "Cerca nel sito per @nome, #tag, ?guida o per contenuto";
-$a->strings["Directory"] = "Elenchi pubblici dei canali";
$a->strings["Channel Directory"] = "Elenchi pubblici dei canali";
-$a->strings["Grid"] = "Rete";
$a->strings["Your grid"] = "La tua rete";
$a->strings["Mark all grid notifications seen"] = "Segna come lette le notifiche della tua rete";
-$a->strings["Channel Home"] = "Bacheca del canale";
$a->strings["Channel home"] = "Bacheca del canale";
$a->strings["Mark all channel notifications seen"] = "Segna come lette le notifiche del canale";
$a->strings["Connections"] = "Contatti";
@@ -856,39 +742,27 @@ $a->strings["Notices"] = "Avvisi";
$a->strings["Notifications"] = "Notifiche";
$a->strings["See all notifications"] = "Vedi tutte le notifiche";
$a->strings["Mark all system notifications seen"] = "Segna come lette le notifiche di sistema";
-$a->strings["Mail"] = "Messaggi";
$a->strings["Private mail"] = "Messaggi privati";
$a->strings["See all private messages"] = "Guarda tutti i messaggi privati";
$a->strings["Mark all private messages seen"] = "Segna come letti tutti i messaggi privati";
-$a->strings["Events"] = "Eventi";
+$a->strings["Inbox"] = "In arrivo";
+$a->strings["Outbox"] = "Inviati";
+$a->strings["New Message"] = "Nuovo messaggio";
$a->strings["Event Calendar"] = "Calendario";
$a->strings["See all events"] = "Guarda tutti gli eventi";
$a->strings["Mark all events seen"] = "Marca come letti tutti gli eventi";
-$a->strings["Channel Manager"] = "Gestione canali";
$a->strings["Manage Your Channels"] = "Gestisci i tuoi canali";
$a->strings["Account/Channel Settings"] = "Impostazioni dell'account e del canale";
+$a->strings["Admin"] = "Amministrazione";
$a->strings["Site Setup and Configuration"] = "Installazione e configurazione del sito";
$a->strings["@name, #tag, ?doc, content"] = "@nome, #tag, ?guida, contenuto";
$a->strings["Please wait..."] = "Attendere...";
-$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."] = "I controlli di sicurezza sono falliti. Probabilmente è accaduto perché la pagina è stata tenuta aperta troppo a lungo (ore?) prima di inviare il contenuto.";
-$a->strings["Directory Options"] = "Visibilità negli elenchi pubblici";
-$a->strings["Safe Mode"] = "Modalità SafeSearch";
-$a->strings["No"] = "No";
-$a->strings["Yes"] = "Sì";
-$a->strings["Public Forums Only"] = "Solo forum pubblici";
-$a->strings["This Website Only"] = "Solo in questo sito";
-$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "È stato ripristinato un insieme con lo stesso nome che era stato eliminato in precedenza. I permessi già presenti <strong>potrebbero</strong> rimanere validi per i nuovi canali. Se non vuoi che ciò accada, devi creare un altro insieme con un nome diverso.";
-$a->strings["Add new connections to this collection (privacy group)"] = "Aggiungi altri contatti a questo insieme (privacy di gruppo)";
-$a->strings["All Channels"] = "Tutti i canali";
-$a->strings["edit"] = "modifica";
-$a->strings["Collections"] = "Insiemi di canali";
-$a->strings["Edit collection"] = "Modifica l'insieme di canali";
-$a->strings["Add new collection"] = "Nuovo insieme";
-$a->strings["Channels not in any collection"] = "Canali che non sono in un insieme";
-$a->strings["Invalid data packet"] = "Dati ricevuti non validi";
-$a->strings["Unable to verify channel signature"] = "Impossibile verificare la firma elettronica del canale";
-$a->strings["Unable to verify site signature for %s"] = "Impossibile verificare la firma elettronica del sito %s";
-$a->strings["invalid target signature"] = "la firma ricevuta non è valida";
+$a->strings["view full size"] = "guarda nelle dimensioni reali";
+$a->strings["No Subject"] = "Nessun titolo";
+$a->strings["created a new post"] = "Ha creato un nuovo post";
+$a->strings["commented on %s's post"] = "ha commentato il post di %s";
+$a->strings["Embedded content"] = "Contenuti incorporati";
+$a->strings["Embedding disabled"] = "Disabilita la creazione di contenuti incorporati";
$a->strings["New Page"] = "Nuova pagina web";
$a->strings["View"] = "Guarda";
$a->strings["Actions"] = "Azioni";
@@ -896,59 +770,6 @@ $a->strings["Page Link"] = "Link alla pagina";
$a->strings["Title"] = "Titolo";
$a->strings["Created"] = "Creato";
$a->strings["Edited"] = "Modificato";
-$a->strings["view full size"] = "guarda nelle dimensioni reali";
-$a->strings["Administrator"] = "Amministratore";
-$a->strings["No Subject"] = "Nessun titolo";
-$a->strings["Cannot locate DNS info for database server '%s'"] = "Non trovo le informazioni DNS per il database server '%s'";
-$a->strings["Save to Folder"] = "Salva nella cartella";
-$a->strings["I will attend"] = "Parteciperò";
-$a->strings["I will not attend"] = "Non parteciperò";
-$a->strings["I might attend"] = "Forse parteciperò";
-$a->strings["I agree"] = "Sono d'accordo";
-$a->strings["I disagree"] = "Non sono d'accordo";
-$a->strings["I abstain"] = "Mi astengo";
-$a->strings["Add Star"] = "Aggiungi ai preferiti";
-$a->strings["Remove Star"] = "Rimuovi dai preferiti";
-$a->strings["Toggle Star Status"] = "Attiva/disattiva preferito";
-$a->strings["starred"] = "preferito";
-$a->strings["Add Tag"] = "Aggiungi un tag";
-$a->strings["I like this (toggle)"] = "Attiva/disattiva Mi piace";
-$a->strings["I don't like this (toggle)"] = "Attiva/disattiva Non mi piace";
-$a->strings["Share This"] = "Condividi";
-$a->strings["share"] = "condividi";
-$a->strings["Delivery Report"] = "Rapporto di trasmissione";
-$a->strings["%d comment"] = array(
- 0 => "%d commento",
- 1 => "%d commenti",
-);
-$a->strings["View %s's profile - %s"] = "Guarda il profilo di %s - %s";
-$a->strings["to"] = "a";
-$a->strings["via"] = "via";
-$a->strings["Wall-to-Wall"] = "Da bacheca a bacheca";
-$a->strings["via Wall-To-Wall:"] = "da bacheca a bacheca:";
-$a->strings["Save Bookmarks"] = "Salva segnalibro";
-$a->strings["Add to Calendar"] = "Aggiungi al calendario";
-$a->strings["Mark all seen"] = "Marca tutto come letto";
-$a->strings["__ctx:noun__ Likes"] = "Mi piace";
-$a->strings["__ctx:noun__ Dislikes"] = "Non mi piace";
-$a->strings["This is you"] = "Questo sei tu";
-$a->strings["Image"] = "Immagine";
-$a->strings["Insert Link"] = "Collegamento";
-$a->strings["Video"] = "Video";
-$a->strings["Site Admin"] = "Amministrazione sito";
-$a->strings["Address Book"] = "Rubrica";
-$a->strings["Mood"] = "Umore";
-$a->strings["Probe"] = "Diagnostica";
-$a->strings["Suggest"] = "Suggerisci";
-$a->strings["Random Channel"] = "Canale casuale";
-$a->strings["Invite"] = "Invita";
-$a->strings["Features"] = "Funzionalità";
-$a->strings["Language"] = "Lingua";
-$a->strings["Post"] = "Post";
-$a->strings["Profile Photo"] = "Foto del profilo";
-$a->strings["Update"] = "Aggiorna";
-$a->strings["Install"] = "Installa";
-$a->strings["Purchase"] = "Acquista";
$a->strings["Can view my normal stream and posts"] = "Può vedere i miei contenuti e i post normali";
$a->strings["Can view my default channel profile"] = "Può vedere il profilo predefinito del canale";
$a->strings["Can view my connections"] = "Può vedere i miei contatti";
@@ -978,601 +799,223 @@ $a->strings["Feed Republish"] = "Aggregatore di feed esterni";
$a->strings["Special Purpose"] = "Per finalità speciali";
$a->strings["Celebrity/Soapbox"] = "Pagina per fan";
$a->strings["Group Repository"] = "Repository di gruppo";
+$a->strings["Other"] = "Altro";
$a->strings["Custom/Expert Mode"] = "Personalizzazione per esperti";
$a->strings["Profile Photos"] = "Foto del profilo";
-$a->strings["Not a valid email address"] = "Email non valida";
-$a->strings["Your email domain is not among those allowed on this site"] = "Il dominio della tua email attualmente non è permesso su questo sito";
-$a->strings["Your email address is already registered at this site."] = "La tua email è già registrata su questo sito.";
-$a->strings["An invitation is required."] = "È necessario un invito.";
-$a->strings["Invitation could not be verified."] = "L'invito non può essere verificato.";
-$a->strings["Please enter the required information."] = "Inserisci le informazioni richieste.";
-$a->strings["Failed to store account information."] = "Non è stato possibile salvare le informazioni del tuo account.";
-$a->strings["Registration confirmation for %s"] = "Registrazione di %s confermata";
-$a->strings["Registration request at %s"] = "Richiesta di registrazione su %s";
-$a->strings["your registration password"] = "la password di registrazione";
-$a->strings["Registration details for %s"] = "Dettagli della registrazione di %s";
-$a->strings["Account approved."] = "Account approvato.";
-$a->strings["Registration revoked for %s"] = "Registrazione revocata per %s";
-$a->strings["Account verified. Please login."] = "Registrazione verificata. Adesso puoi effettuare login.";
-$a->strings["Click here to upgrade."] = "Clicca qui per aggiornare.";
-$a->strings["This action exceeds the limits set by your subscription plan."] = "Questa operazione supera i limiti del tuo abbonamento.";
-$a->strings["This action is not available under your subscription plan."] = "Questa operazione non è prevista dal tuo abbonamento.";
-$a->strings["Permission Denied."] = "Permesso negato.";
-$a->strings["File not found."] = "File non trovato.";
-$a->strings["Edit file permissions"] = "Modifica i permessi del file";
-$a->strings["Set/edit permissions"] = "Modifica i permessi";
-$a->strings["Include all files and sub folders"] = "Includi tutti i file e le sottocartelle";
-$a->strings["Return to file list"] = "Torna all'elenco dei file";
-$a->strings["Copy/paste this code to attach file to a post"] = "Copia/incolla questo codice per far comparire il file in un post";
-$a->strings["Copy/paste this URL to link file from a web page"] = "Copia/incolla questo indirizzo in una pagina web per avere un link al file";
-$a->strings["Share this file"] = "Condividi questo file";
-$a->strings["Show URL to this file"] = "Mostra l'URL del file";
-$a->strings["Notify your contacts about this file"] = "Notifica ai contatti che hai caricato questo file";
-$a->strings["Collection created."] = "L'insieme di canali è stato creato.";
-$a->strings["Could not create collection."] = "Impossibile creare l'insieme.";
-$a->strings["Collection updated."] = "Insieme aggiornato.";
-$a->strings["Create a collection of channels."] = "Crea un insieme di canali.";
-$a->strings["Collection Name: "] = "Nome dell'insieme:";
-$a->strings["Members are visible to other channels"] = "I membri potranno vedere gli altri canali dell'insieme";
-$a->strings["Collection removed."] = "Insieme rimosso.";
-$a->strings["Unable to remove collection."] = "Impossibile rimuovere l'insieme.";
-$a->strings["Collection Editor"] = "Modifica l'insieme";
-$a->strings["Members"] = "Membri";
-$a->strings["All Connected Channels"] = "Tutti i canali connessi";
-$a->strings["Click on a channel to add or remove."] = "Clicca su un canale per aggiungerlo o rimuoverlo.";
-$a->strings["Unable to locate original post."] = "Impossibile trovare il messaggio originale.";
-$a->strings["Empty post discarded."] = "Il post vuoto è stato ignorato.";
-$a->strings["Executable content type not permitted to this channel."] = "I contenuti eseguibili non sono permessi su questo canale.";
-$a->strings["Duplicate post suppressed."] = "I post duplicati sono scartati.";
-$a->strings["System error. Post not saved."] = "Errore di sistema. Post non salvato.";
-$a->strings["Unable to obtain post information from database."] = "Impossibile caricare il post dal database.";
-$a->strings["You have reached your limit of %1$.0f top level posts."] = "Hai raggiunto il limite massimo di %1$.0f post sulla pagina principale.";
-$a->strings["You have reached your limit of %1$.0f webpages."] = "Hai raggiunto il limite massimo di %1$.0f pagine web.";
-$a->strings["No channel."] = "Nessun canale.";
-$a->strings["Common connections"] = "Contatti in comune";
-$a->strings["No connections in common."] = "Nessun contatto in comune.";
-$a->strings["Continue"] = "Continua";
-$a->strings["Premium Channel Setup"] = "Canale premium - configurazione";
-$a->strings["Enable premium channel connection restrictions"] = "Abilita le restrizioni del canale premium";
-$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "Scrivi le condizioni d'uso e le restrizioni di questo canale, come per esempio le linee guida, il sistema di pagamento, ecc.";
-$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "Prima di connetterti a questo canale è necessario che tu accetti le seguenti condizioni:";
-$a->strings["Potential connections will then see the following text before proceeding:"] = "Il testo seguente comparirà a chi vorrà seguire il canale:";
-$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "Continuando dichiaro di aver seguito tutte le indicazioni e le istruzioni fornite in questa pagina.";
-$a->strings["(No specific instructions have been provided by the channel owner.)"] = "(Il gestore del canale non ha fornito istruzioni specifiche)";
-$a->strings["Restricted or Premium Channel"] = "Canale premium - con restrizioni";
-$a->strings["Profile Match"] = "Profili corrispondenti";
-$a->strings["No keywords to match. Please add keywords to your default profile."] = "Non hai scritto parole chiave. Aggiungi parole chiave al tuo profilo predefinito per comparire nelle ricerche.";
-$a->strings["is interested in:"] = "interessi personali:";
-$a->strings["No matches"] = "Nessun risultato";
-$a->strings["OpenID protocol error. No ID returned."] = "Errore del protocollo OpenID. Nessun ID ricevuto in risposta.";
-$a->strings["Welcome %s. Remote authentication successful."] = "Ciao %s. L'accesso tramite il tuo hub è avvenuto con successo.";
-$a->strings["Some blurb about what to do when you're new here"] = "Qualche suggerimento per i nuovi utenti su cosa fare";
-$a->strings["Away"] = "Assente";
-$a->strings["Online"] = "Online";
-$a->strings["Public Sites"] = "Siti pubblici";
-$a->strings["The listed sites allow public registration for the \$Projectname network. All sites in the network are interlinked so membership on any of them conveys membership in the network as a whole. Some sites may require subscription or provide tiered service plans. The provider links <strong>may</strong> provide additional details."] = "I siti elencati permettono la registrazione libera sulla rete \$Projectname. Tutti questi hub sono interconnessi, quindi essere iscritti su uno equivale a una registrazione su tutta la rete. Alcuni siti potrebbero richiedere un abbonamento o dei servizi a pagamento. Per maggiori dettagli visita gli indirizzi nell'elenco.";
-$a->strings["Rate this hub"] = "Valuta questo hub";
-$a->strings["Site URL"] = "URL del sito";
-$a->strings["Access Type"] = "Tipo di accesso";
-$a->strings["Registration Policy"] = "Politica di registrazione";
-$a->strings["Project"] = "Progetto";
-$a->strings["View hub ratings"] = "Vedi le valutazioni del hub";
-$a->strings["Rate"] = "Valuta";
-$a->strings["View ratings"] = "Vedi le valutazioni";
-$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["Website:"] = "Sito web:";
-$a->strings["Remote Channel [%s] (not yet known on this site)"] = "Canale remoto [%s] (non ancora conosciuto da questo sito)";
-$a->strings["Rating (this information is public)"] = "Valutazione (visibile a tutti)";
-$a->strings["Optionally explain your rating (this information is public)"] = "Commento alla valutazione (facoltativo, visibile a tutti)";
-$a->strings["Block Name"] = "Nome del block";
-$a->strings["Block Title"] = "Titolo del block";
-$a->strings["First Name"] = "Nome";
-$a->strings["Last Name"] = "Cognome";
-$a->strings["Nickname"] = "Nick";
-$a->strings["Full Name"] = "Nome e cognome";
-$a->strings["Profile Photo 16px"] = "Foto del profilo 16px";
-$a->strings["Profile Photo 32px"] = "Foto del profilo 32px";
-$a->strings["Profile Photo 48px"] = "Foto del profilo 48px";
-$a->strings["Profile Photo 64px"] = "Foto del profilo 64px";
-$a->strings["Profile Photo 80px"] = "Foto del profilo 80px";
-$a->strings["Profile Photo 128px"] = "Foto del profilo 128px";
-$a->strings["Timezone"] = "Fuso orario";
-$a->strings["Homepage URL"] = "Indirizzo home page";
-$a->strings["Birth Year"] = "Anno di nascita";
-$a->strings["Birth Month"] = "Mese di nascita";
-$a->strings["Birth Day"] = "Giorno di nascita";
-$a->strings["Birthdate"] = "Data di nascita";
-$a->strings["Gender"] = "Sesso";
-$a->strings["Like/Dislike"] = "Mi piace/Non mi piace";
-$a->strings["This action is restricted to members."] = "Questa funzionalità è riservata agli iscritti.";
-$a->strings["Please <a href=\"rmagic\">login with your \$Projectname ID</a> or <a href=\"register\">register as a new \$Projectname member</a> to continue."] = "Per continuare devi <a href=\"rmagic\">accedere con il tuo identificativo \$Projectname</a> o <a href=\"register\">registrarti come nuovo utente \$Projectname</a>.";
-$a->strings["Invalid request."] = "Richiesta non valida.";
-$a->strings["thing"] = "Oggetto";
-$a->strings["Channel unavailable."] = "Canale non trovato.";
-$a->strings["Previous action reversed."] = "Il comando precedente è stato annullato.";
-$a->strings["%1\$s agrees with %2\$s's %3\$s"] = "%3\$s di %2\$s: %1\$s è d'accordo";
-$a->strings["%1\$s doesn't agree with %2\$s's %3\$s"] = "%3\$s di %2\$s: %1\$s non è d'accordo";
-$a->strings["%1\$s abstains from a decision on %2\$s's %3\$s"] = "%3\$s di %2\$s: %1\$s non si esprime";
-$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%3\$s di %2\$s: %1\$s partecipa";
-$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%3\$s di %2\$s: %1\$s non partecipa";
-$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%3\$s di %2\$s: %1\$s forse partecipa";
-$a->strings["Action completed."] = "Comando completato.";
-$a->strings["Thank you."] = "Grazie.";
-$a->strings["Invalid item."] = "Elemento non valido.";
-$a->strings["Channel not found."] = "Canale non trovato.";
+$a->strings["Image exceeds website size limit of %lu bytes"] = "L'immagine supera il limite massimo di %lu bytes";
+$a->strings["Image file is empty."] = "Il file dell'immagine è vuoto.";
+$a->strings["Unable to process image"] = "Impossibile elaborare l'immagine";
+$a->strings["Photo storage failed."] = "Impossibile salvare la foto.";
+$a->strings["a new photo"] = "una nuova foto";
+$a->strings["__ctx:photo_upload__ %1\$s posted %2\$s to %3\$s"] = "%1\$s ha pubblicato %2\$s su %3\$s";
+$a->strings["Upload New Photos"] = "Carica nuove foto";
+$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["Undecided"] = "Indeciso";
+$a->strings["Males"] = "Maschi";
+$a->strings["Females"] = "Femmine";
+$a->strings["Gay"] = "Gay";
+$a->strings["Lesbian"] = "Lesbica";
+$a->strings["No Preference"] = "Senza preferenza";
+$a->strings["Bisexual"] = "Bisessuale";
+$a->strings["Autosexual"] = "Autosessuale";
+$a->strings["Abstinent"] = "Astinente";
+$a->strings["Virgin"] = "Vergine";
+$a->strings["Deviant"] = "Deviato";
+$a->strings["Fetish"] = "Feticista";
+$a->strings["Oodles"] = "Un sacco";
+$a->strings["Nonsexual"] = "Asessuato";
+$a->strings["Single"] = "Single";
+$a->strings["Lonely"] = "Da solo";
+$a->strings["Available"] = "Disponibile";
+$a->strings["Unavailable"] = "Non disponibile";
+$a->strings["Has crush"] = "Ha una cotta";
+$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/Benefits"] = "Amici con qualcosa in più";
+$a->strings["Casual"] = "Casual";
+$a->strings["Engaged"] = "Impegnato";
+$a->strings["Married"] = "Sposato/a";
+$a->strings["Imaginarily married"] = "Con matrimonio immaginario";
+$a->strings["Partners"] = "Partner";
+$a->strings["Cohabiting"] = "Convivente";
+$a->strings["Common law"] = "Matrimonio regolare";
+$a->strings["Happy"] = "Felice";
+$a->strings["Not looking"] = "Non in cerca";
+$a->strings["Swinger"] = "Scambista";
+$a->strings["Betrayed"] = "Tradito/a";
+$a->strings["Separated"] = "Separato/a";
+$a->strings["Unstable"] = "Instabile";
+$a->strings["Divorced"] = "Divorziato/a";
+$a->strings["Imaginarily divorced"] = "Sogna il divorzio";
+$a->strings["Widowed"] = "Vedovo/a";
+$a->strings["Uncertain"] = "Incerto/a";
+$a->strings["It's complicated"] = "Relazione complicata";
+$a->strings["Don't care"] = "Chi se ne frega";
+$a->strings["Ask me"] = "Chiedimelo";
+$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."] = "I controlli di sicurezza sono falliti. Probabilmente è accaduto perché la pagina è stata tenuta aperta troppo a lungo (ore?) prima di inviare il contenuto.";
+$a->strings["Tags"] = "Tag";
+$a->strings["Keywords"] = "Parole chiave";
+$a->strings["have"] = "ho";
+$a->strings["has"] = "ha";
+$a->strings["want"] = "voglio";
+$a->strings["wants"] = "vuole";
+$a->strings["likes"] = "gli piace";
+$a->strings["dislikes"] = "non gli piace";
+$a->strings["prev"] = "prec";
+$a->strings["first"] = "inizio";
+$a->strings["last"] = "fine";
+$a->strings["next"] = "succ";
+$a->strings["older"] = "più recenti";
+$a->strings["newer"] = "più nuovi";
+$a->strings["No connections"] = "Nessun contatto";
+$a->strings["%d Connection"] = array(
+ 0 => "%d contatto",
+ 1 => "%d contatti",
+);
+$a->strings["View Connections"] = "Elenco contatti";
+$a->strings["Save"] = "Salva";
+$a->strings["poke"] = "poke";
+$a->strings["ping"] = "ping";
+$a->strings["pinged"] = "ha ricevuto un ping";
+$a->strings["prod"] = "spintone";
+$a->strings["prodded"] = "ha ricevuto uno spintone";
+$a->strings["slap"] = "schiaffo";
+$a->strings["slapped"] = "ha ricevuto uno schiaffo";
+$a->strings["finger"] = "finger";
+$a->strings["fingered"] = "ha ricevuto un finger";
+$a->strings["rebuff"] = "rifiuto";
+$a->strings["rebuffed"] = "ha ricevuto un rifiuto";
+$a->strings["happy"] = "felice";
+$a->strings["sad"] = "triste";
+$a->strings["mellow"] = "calmo";
+$a->strings["tired"] = "stanco";
+$a->strings["perky"] = "vivace";
+$a->strings["angry"] = "arrabbiato";
+$a->strings["stupefied"] = "stupito";
+$a->strings["puzzled"] = "confuso";
+$a->strings["interested"] = "attento";
+$a->strings["bitter"] = "amaro";
+$a->strings["cheerful"] = "allegro";
+$a->strings["alive"] = "vivace";
+$a->strings["annoyed"] = "seccato";
+$a->strings["anxious"] = "ansioso";
+$a->strings["cranky"] = "irritabile";
+$a->strings["disturbed"] = "turbato";
+$a->strings["frustrated"] = "frustrato";
+$a->strings["depressed"] = "in depressione";
+$a->strings["motivated"] = "motivato";
+$a->strings["relaxed"] = "rilassato";
+$a->strings["surprised"] = "sorpreso";
+$a->strings["May"] = "Mag";
+$a->strings["Unknown Attachment"] = "Allegato non riconoscuto";
+$a->strings["unknown"] = "sconosciuta";
+$a->strings["remove category"] = "rimuovi la categoria";
+$a->strings["remove from file"] = "rimuovi dal file";
+$a->strings["Click to open/close"] = "Clicca per aprire/chiudere";
+$a->strings["Link to Source"] = "Link al sito d'origine";
+$a->strings["default"] = "predefinito";
+$a->strings["Page layout"] = "Layout della pagina";
+$a->strings["You can create your own with the layouts tool"] = "Puoi creare un tuo layout dalla configurazione delle pagine web";
+$a->strings["Page content type"] = "Tipo di contenuto della pagina";
+$a->strings["Select an alternate language"] = "Seleziona una lingua diversa";
+$a->strings["activity"] = "l'attività";
+$a->strings["Design Tools"] = "Strumenti di design";
+$a->strings["Blocks"] = "Block";
+$a->strings["Menus"] = "Menù";
+$a->strings["Layouts"] = "Layout";
+$a->strings["Pages"] = "Pagine";
+$a->strings["System"] = "Sistema";
+$a->strings["Create Personal App"] = "Crea app personale";
+$a->strings["Edit Personal App"] = "Modifica app personale";
+$a->strings["Ignore/Hide"] = "Ignora/nascondi";
+$a->strings["Suggestions"] = "Suggerimenti";
+$a->strings["See more..."] = "Altro...";
+$a->strings["You have %1$.0f of %2$.0f allowed connections."] = "Hai attivato %1$.0f delle %2$.0f connessioni permesse.";
+$a->strings["Add New Connection"] = "Aggiungi un contatto";
+$a->strings["Enter the channel address"] = "Scrivi l'indirizzo del canale";
+$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Per esempio: mario@pippo.it oppure http://pluto.com/barbara";
+$a->strings["Notes"] = "Note";
+$a->strings["Remove term"] = "Rimuovi termine";
+$a->strings["Archives"] = "Archivi";
+$a->strings["Me"] = "Me";
+$a->strings["Family"] = "Famiglia";
+$a->strings["Acquaintances"] = "Conoscenti";
+$a->strings["All"] = "Tutti";
+$a->strings["Refresh"] = "Aggiorna";
+$a->strings["Account settings"] = "Il tuo account";
+$a->strings["Channel settings"] = "Impostazioni del canale";
+$a->strings["Additional features"] = "Funzionalità opzionali";
+$a->strings["Feature/Addon settings"] = "Componenti aggiuntivi";
+$a->strings["Display settings"] = "Aspetto";
+$a->strings["Connected apps"] = "App connesse";
+$a->strings["Export channel"] = "Esporta il canale";
+$a->strings["Connection Default Permissions"] = "Permessi predefiniti dei nuovi contatti";
+$a->strings["Premium Channel Settings"] = "Canale premium - impostazioni";
+$a->strings["Private Mail Menu"] = "Menu messaggi privati";
+$a->strings["Combined View"] = "Vista combinata";
+$a->strings["Conversations"] = "Conversazioni";
+$a->strings["Received Messages"] = "Ricevuti";
+$a->strings["Sent Messages"] = "Inviati";
+$a->strings["No messages."] = "Nessun messaggio.";
+$a->strings["Delete conversation"] = "Elimina la conversazione";
+$a->strings["Events Menu"] = "Menu eventi";
+$a->strings["Day View"] = "Eventi del giorno";
+$a->strings["Week View"] = "Eventi della settimana";
+$a->strings["Month View"] = "Eventi del mese";
+$a->strings["Export"] = "Esporta";
+$a->strings["Import"] = "Importa";
+$a->strings["Events Tools"] = "Gestione eventi";
+$a->strings["Export Calendar"] = "Esporta calendario";
+$a->strings["Import Calendar"] = "Importa calendario";
+$a->strings["Chat Rooms"] = "Chat";
+$a->strings["Bookmarked Chatrooms"] = "Chat nei segnalibri";
+$a->strings["Suggested Chatrooms"] = "Chat suggerite";
+$a->strings["photo/image"] = "foto/immagine";
+$a->strings["Rate Me"] = "Valutami";
+$a->strings["View Ratings"] = "Vedi le valutazioni ricevute";
+$a->strings["Public Hubs"] = "Hub pubblici";
+$a->strings["Forums"] = "Forum";
+$a->strings["Tasks"] = "Attività";
+$a->strings["Documentation"] = "Guida";
+$a->strings["Project/Site Information"] = "Informazioni sul sito/progetto";
+$a->strings["For Members"] = "Per gli utenti";
+$a->strings["For Administrators"] = "Per gli amministratori";
+$a->strings["For Developers"] = "Per sviluppatori";
+$a->strings["Site"] = "Sito";
+$a->strings["Accounts"] = "Account";
+$a->strings["Channels"] = "Canali";
+$a->strings["Plugins"] = "Plugin";
+$a->strings["Themes"] = "Temi";
+$a->strings["Inspect queue"] = "Coda di attesa";
+$a->strings["Profile Config"] = "Configurazione del profilo";
+$a->strings["DB updates"] = "Aggiornamenti al DB";
+$a->strings["Logs"] = "Log";
+$a->strings["Plugin Features"] = "Plugin";
+$a->strings["User registrations waiting for confirmation"] = "Registrazioni in attesa";
+$a->strings["View Photo"] = "Guarda la foto";
+$a->strings["Edit Album"] = "Modifica album";
+$a->strings["Invalid data packet"] = "Dati ricevuti non validi";
+$a->strings["Unable to verify channel signature"] = "Impossibile verificare la firma elettronica del canale";
+$a->strings["Unable to verify site signature for %s"] = "Impossibile verificare la firma elettronica del sito %s";
+$a->strings["invalid target signature"] = "la firma ricevuta non è valida";
+$a->strings["Not Found"] = "Non disponibile";
$a->strings["Page not found."] = "Pagina non trovata.";
-$a->strings["Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."] = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.";
-$a->strings["Channel removals are not allowed within 48 hours of changing the account password."] = "Non è possibile eliminare un canale prima di 48 ore dall'ultimo cambio password.";
-$a->strings["Remove This Channel"] = "Elimina questo canale";
-$a->strings["WARNING: "] = "ATTENZIONE:";
-$a->strings["This channel will be completely removed from the network. "] = "Questo canale sarà completamente eliminato dalla rete.";
-$a->strings["This action is permanent and can not be undone!"] = "Questo comando è definitivo e non può essere annullato!";
-$a->strings["Please enter your password for verification:"] = "Inserisci la tua password per verifica:";
-$a->strings["Remove this channel and all its clones from the network"] = "Elimina questo canale e tutti i suoi cloni dalla rete";
-$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = "L'impostazione predefinita è che sia eliminata solo l'istanza del canale presente su questo hub, non gli eventuali cloni";
-$a->strings["Remove Channel"] = "Elimina questo canale";
-$a->strings["Set your current mood and tell your friends"] = "Scegli il tuo umore attuale per mostrarlo agli amici";
-$a->strings["Add a Channel"] = "Aggiungi un canale";
-$a->strings["A channel is your own collection of related web pages. A channel can be used to hold social network profiles, blogs, conversation groups and forums, celebrity pages, and much more. You may create as many channels as your service provider allows."] = "I contenuti che pubblichi sono mostrati nel tuo \"canale\". Un canale può essere usato come bacheca personale, come blog, oppure può essere un forum di discussione, un gruppo di interesse, una pagina di celebrità e molto altro. Puoi creare tanti canali quanti te ne permette il tuo sito.";
-$a->strings["Channel Name"] = "Nome del canale";
-$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = "Per esempio: \"Mario Rossi\", \"Lisa e le sue ricette\", \"Il campionato\", \"Il gruppo di escursionismo\"";
-$a->strings["Choose a short nickname"] = "Scegli un nome breve";
-$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Il nome breve sarà usato per creare un indirizzo facile da ricordare per il tuo canale (simile a una email). Così potrai condividerlo e gli altri potranno trovarti.";
-$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = "Oppure <a href=\"import\">importa un tuo canale esistente</a> da un altro hub";
-$a->strings["Please choose a channel type (such as social networking or community forum) and privacy requirements so we can select the best permissions for you"] = "Descrivi il tipo di canale che vorresti creare (per esempio se ti interessa più usarlo come social network, come un forum di discussione...) e il tipo di privacy che preferisci. Hubzilla sceglierà per te i permessi più adatti.";
-$a->strings["Channel Type"] = "Tipo di canale";
-$a->strings["Read more about roles"] = "Maggiori informazioni sui ruoli";
-$a->strings["No ratings"] = "Nessuna valutazione";
-$a->strings["Public access denied."] = "Accesso pubblico negato.";
-$a->strings["Ratings"] = "Valutazioni";
-$a->strings["Rating: "] = "Valutazione:";
-$a->strings["Website: "] = "Sito web:";
-$a->strings["Description: "] = "Descrizione:";
-$a->strings["\$Projectname Server - Setup"] = "Server \$Projectname - Installazione";
-$a->strings["Could not connect to database."] = " Impossibile connettersi al database.";
-$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "Non è possibile raggiungere l'indirizzo del sito specificato. Potrebbe essere un problema di SSL o DNS.";
-$a->strings["Could not create table."] = "Impossibile creare le tabelle.";
-$a->strings["Your site database has been installed."] = "Il database del sito è stato installato.";
-$a->strings["You may need to import the file \"install/schema_xxx.sql\" manually using a database client."] = "Potresti dover importare il file 'install/schema_xxx.sql' manualmente usando un client per collegarti al db.";
-$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Leggi il file 'install/INSTALL.txt'.";
-$a->strings["System check"] = "Verifica del sistema";
-$a->strings["Next"] = "Successivo";
-$a->strings["Check again"] = "Verifica di nuovo";
-$a->strings["Database connection"] = "Connessione al database";
-$a->strings["In order to install \$Projectname we need to know how to connect to your database."] = "Per poter installare \$Projectname è necessario fornire i parametri di connessione al tuo database.";
-$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Contatta il tuo fornitore di hosting o l'amministratore del sito se hai domande su queste impostazioni.";
-$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Il database deve già esistere. Se non esiste, crealo prima di continuare.";
-$a->strings["Database Server Name"] = "Server del database";
-$a->strings["Default is 127.0.0.1"] = "Il valore predefinito è 127.0.0.1";
-$a->strings["Database Port"] = "Port del database";
-$a->strings["Communication port number - use 0 for default"] = "Scrivi 0 per usare il valore standard";
-$a->strings["Database Login Name"] = "Utente database";
-$a->strings["Database Login Password"] = "Password database";
-$a->strings["Database Name"] = "Nome database";
-$a->strings["Database Type"] = "Tipo database";
-$a->strings["Site administrator email address"] = "Indirizzo email dell'amministratore del hub";
-$a->strings["Your account email address must match this in order to use the web admin panel."] = "Il tuo indirizzo email deve corrispondere a questo per poter usare il pannello di amministrazione di Hubzilla.";
-$a->strings["Website URL"] = "URL completo del sito";
-$a->strings["Please use SSL (https) URL if available."] = "Se disponibile, usa l'indirizzo SSL (https).";
-$a->strings["Please select a default timezone for your website"] = "Seleziona il fuso orario predefinito per il tuo hub";
-$a->strings["Site settings"] = "Impostazioni del hub";
-$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Non è possibile 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 background polling via cron."] = "Se non hai installata la versione di PHP da riga di comando non potrai attivare il polling in background tramite cron.";
-$a->strings["PHP executable path"] = "Path del comando PHP";
-$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Inserisci il percorso dell'eseguibile PHP. Puoi lasciarlo vuoto per continuare l'installazione.";
-$a->strings["Command line PHP"] = "PHP da riga di comando";
-$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "La versione da riga di comando di PHP nel sistema non ha abilitato \"register_argc_argv\".";
-$a->strings["This is required for message delivery to work."] = "E' necessario perché funzioni la consegna dei messaggi.";
-$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv";
-$a->strings["Your max allowed total upload size is set to %s. Maximum size of one file to upload is set to %s. You are allowed to upload up to %d files at once."] = "La dimensione massima di un caricamento è impostata a %s. Il singolo file non può superare %s. Ti è permesso caricare max %d file per volta.";
-$a->strings["You can adjust these settings in the servers php.ini."] = "Puoi regolare queste impostazioni sul server in php.ini";
-$a->strings["PHP upload limits"] = "Limiti PHP in upload";
-$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Errore: la funzione \"openssl_pkey_new\" su questo sistema non è in grado di generare le chiavi di cifratura";
-$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Se stai usando un server windows, guarda \"http://www.php.net/manual/en/openssl.installation.php\".";
-$a->strings["Generate encryption keys"] = "Genera chiavi di cifratura";
-$a->strings["libCurl PHP module"] = "modulo PHP libCurl";
-$a->strings["GD graphics PHP module"] = "modulo PHP GD graphics";
-$a->strings["OpenSSL PHP module"] = "modulo PHP OpenSSL";
-$a->strings["mysqli or postgres PHP module"] = "modulo PHP per mysqli oppure prostgres";
-$a->strings["mb_string PHP module"] = "modulo PHP mb_string";
-$a->strings["mcrypt PHP module"] = "modulo PHP mcrypt";
-$a->strings["xml PHP module"] = "modulo xml PHP";
-$a->strings["Apache mod_rewrite module"] = "modulo Apache mod_rewrite";
-$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Errore: il modulo mod-rewrite di Apache è richiesto ma non installato";
-$a->strings["proc_open"] = "proc_open";
-$a->strings["Error: proc_open is required but is either not installed or has been disabled in php.ini"] = "Errore: proc_open è richiesto ma non è installato o è disabilitato in php.ini";
-$a->strings["Error: libCURL PHP module required but not installed."] = "Errore: il modulo libCURL di PHP è richiesto ma non installato.";
-$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Errore: Il modulo GD graphics di PHP con supporto a JPEG è richiesto ma non installato.";
-$a->strings["Error: openssl PHP module required but not installed."] = "Errore: il modulo openssl di PHP è richiesto ma non installato.";
-$a->strings["Error: mysqli or postgres PHP module required but neither are installed."] = "Errore: il modulo PHP per mysqli o postgres è richiesto ma non installato";
-$a->strings["Error: mb_string PHP module required but not installed."] = "Errore: il modulo PHP mb_string è richiesto ma non installato.";
-$a->strings["Error: mcrypt PHP module required but not installed."] = "Errore: il modulo PHP mcrypt è richiesto ma non installato.";
-$a->strings["Error: xml PHP module required for DAV but not installed."] = "Errore: il modulo xml PHP è richiesto per DAV ma non è installato.";
-$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "L'installazione web deve poter creare un file chiamato \".htconfig.php\" nella cartella di Hubzilla ma non è in grado di farlo.";
-$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Spesso ciò è dovuto ai permessi di accesso al disco: il web server potrebbe non aver diritto di scrivere il file nella cartella, anche se tu puoi.";
-$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = "Alla fine di questa procedura ti sarà dato il testo da salvare in un file di nome .htconfig.php dentro la cartella principale di Hubzilla.";
-$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "Puoi anche saltare questa procedura ed effettuare un'installazione manuale. Guarda il file 'install/INSTALL.txt' per le istruzioni.";
-$a->strings[".htconfig.php is writable"] = ".htconfig.php è scrivibile";
-$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Hubzilla usa il sistema Smarty3 per costruire i suoi template grafici. Smarty3 è molto veloce perché compila i template delle pagine direttamente in PHP.";
-$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder."] = "Per poter memorizzare i template compilati, il web server deve avere accesso in scrittura a %s sotto la cartella di installazione di Hubzilla.";
-$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Assicurati che il tuo web server sia in esecuzione con un utente che ha diritto di scrittura su quella cartella (ad esempio www-data).";
-$a->strings["Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."] = "Nota bene: come precauzione, dovresti dare i diritti di scrittura solamente su %s e non sui file template (.tpl) che contiene.";
-$a->strings["%s is writable"] = "%s è scrivibile";
-$a->strings["Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"] = "Hubzilla salva i file caricati nella cartella \"store\" sul server. Il server deve avere i diritti di scrittura su quella cartella che si trova dentro l'installazione di RedMatrix";
-$a->strings["store is writable"] = "l'archivio è scrivibile";
-$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "Il certificato SSL non può essere validato. Correggi l'errore o disabilita l'accesso https al sito.";
-$a->strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = "Se abiliti https per il tuo sito o permetti connessioni TCP su port 443 (quella di https), DEVI usare un certificato riconosciuto dai browser internet. NON DEVI usare certificati self-signed generati da te!";
-$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "Questa restrizione è necessaria perché i tuoi post pubblici potrebbero contenere riferimenti a immagini sul tuo server.";
-$a->strings["If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "Se il tuo certificato non è riconosciuto, gli utenti che ti seguono da altri siti (che avranno certificati validi) riceveranno gravi avvisi di sicurezza dal browser.";
-$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "Ciò può creare seri problemi di usabilità (non solo sul tuo sito), quindi dobbiamo insistere su questo punto.";
-$a->strings["Providers are available that issue free certificates which are browser-valid."] = "Eventualmente, considera che esistono provider che rilasciano certificati gratuiti riconosciuti dai browser.";
-$a->strings["SSL certificate validation"] = "Validazione del certificato SSL";
-$a->strings["Url rewrite in .htaccess is not working. Check your server configuration.Test: "] = "In .htaccess la funzionalità url rewrite non funziona. Controlla la configurazione del server. Test:";
-$a->strings["Url rewrite is working"] = "Url rewrite funziona correttamente";
-$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 puo' essere scritto. Usa il testo qui di seguito per creare questo file di configurazione nella cartella principale del tuo sito.";
-$a->strings["Errors encountered creating database tables."] = "La creazione delle tabelle del database ha generato errori.";
-$a->strings["<h1>What next</h1>"] = "<h1>I prossimi passi</h1>";
-$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANTE: Devi creare [manualmente] la pianificazione del polling.";
-$a->strings["Bookmark added"] = "Segnalibro aggiunto";
-$a->strings["My Bookmarks"] = "I miei segnalibri";
-$a->strings["My Connections Bookmarks"] = "I segnalibri dei miei contatti";
-$a->strings["This setting requires special processing and editing has been blocked."] = "Questa impostazione è bloccata, richiede criteri di modifica speciali";
-$a->strings["Configuration Editor"] = "Editor di configurazione";
-$a->strings["Warning: Changing some settings could render your channel inoperable. Please leave this page unless you are comfortable with and knowledgeable about how to correctly use this feature."] = "Attenzione: alcune delle impostazioni, se cambiate, potrebbero rendere questo canale non funzionante. Lascia questa pagina a meno che tu non sappia con assoluta certezza quali modifiche effettuare.";
-$a->strings["Poke/Prod"] = "Poke/Prod";
-$a->strings["poke, prod or do other things to somebody"] = "Manda un poke, un prod o altro";
-$a->strings["Recipient"] = "Destinatario";
-$a->strings["Choose what you wish to do to recipient"] = "Scegli cosa vuoi inviare al destinatario";
-$a->strings["Make this post private"] = "Rendi privato questo post";
-$a->strings["Profile not found."] = "Profilo non trovato.";
-$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 unavailable to export."] = "Il profilo non è disponibile per l'export.";
-$a->strings["Profile Name is required."] = "Il nome del profilo è obbligatorio.";
-$a->strings["Marital Status"] = "Stato sentimentale";
-$a->strings["Romantic Partner"] = "Partner affettivo";
-$a->strings["Likes"] = "Mi piace";
-$a->strings["Dislikes"] = "Non mi piace";
-$a->strings["Work/Employment"] = "Lavoro/impiego";
-$a->strings["Religion"] = "Religione";
-$a->strings["Political Views"] = "Orientamento politico";
-$a->strings["Sexual Preference"] = "Preferenze sessuali";
-$a->strings["Homepage"] = "Home page";
-$a->strings["Interests"] = "Interessi";
-$a->strings["Address"] = "Indirizzo";
-$a->strings["Profile updated."] = "Profilo aggiornato.";
-$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["Edit Profile Details"] = "Modifica i dettagli del profilo";
-$a->strings["View this profile"] = "Guarda questo profilo";
-$a->strings["Change Profile Photo"] = "Cambia la foto del 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["Import profile from file"] = "Importa il profilo da un file";
-$a->strings["Export profile to file"] = "Esporta il profilo in un file";
-$a->strings["Profile Name:"] = "Nome del profilo:";
-$a->strings["Your Full Name:"] = "Il tuo nome completo:";
-$a->strings["Title/Description:"] = "Titolo/descrizione:";
-$a->strings["Your Gender:"] = "Sesso:";
-$a->strings["Birthday :"] = "Compleanno:";
-$a->strings["Street Address:"] = "Indirizzo (via/piazza):";
-$a->strings["Locality/City:"] = "Località:";
-$a->strings["Postal/Zip Code:"] = "CAP:";
-$a->strings["Country:"] = "Nazione:";
-$a->strings["Region/State:"] = "Regione/stato:";
-$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Stato sentimentale:";
-$a->strings["Who: (if applicable)"] = "Con chi: (se possibile)";
-$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Per esempio: cathy123, Cathy Williams, cathy@example.com";
-$a->strings["Since [date]:"] = "dal [data]:";
-$a->strings["Homepage URL:"] = "Indirizzo home page:";
-$a->strings["Religious Views:"] = "Orientamento religioso:";
-$a->strings["Keywords:"] = "Parole chiave, tag:";
-$a->strings["Example: fishing photography software"] = "Per esempio: pesca fotografia programmazione";
-$a->strings["Used in directory listings"] = "Visibile negli elenchi pubblici di canali";
-$a->strings["Tell us about yourself..."] = "Raccontaci di te...";
-$a->strings["Hobbies/Interests"] = "Hobby/interessi";
-$a->strings["Contact information and Social Networks"] = "Contatti personali e i tuoi social network";
-$a->strings["My other channels"] = "I miei altri canali";
-$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/impiego";
-$a->strings["School/education"] = "Scuola/educazione";
-$a->strings["This is your default profile."] = "Questo è il tuo profilo predefinito.";
-$a->strings["Age: "] = "Età:";
-$a->strings["Edit/Manage Profiles"] = "Modifica/gestisci i profili";
-$a->strings["Add profile things"] = "Aggiungi oggetti al profilo";
-$a->strings["Include desirable objects in your profile"] = "Aggiungi oggetti interessanti al tuo profilo";
-$a->strings["Could not access contact record."] = "Non è possibile accedere alle informazioni sul contatto.";
-$a->strings["Could not locate selected profile."] = "Non riesco a trovare il profilo selezionato.";
-$a->strings["Connection updated."] = "Contatto aggiornato.";
-$a->strings["Failed to update connection record."] = "Impossibile aggiornare le informazioni del contatto.";
-$a->strings["is now connected to"] = "ha come nuovo contatto";
-$a->strings["Could not access address book record."] = "Impossibile accedere alle informazioni della rubrica.";
-$a->strings["Refresh failed - channel is currently unavailable."] = "Il canale non è disponibile - impossibile aggiornare.";
-$a->strings["Unable to set address book parameters."] = "Impossibile impostare i parametri della rubrica.";
-$a->strings["Connection has been removed."] = "Il contatto è stato rimosso.";
-$a->strings["View %s's profile"] = "Guarda il profilo di %s";
-$a->strings["Refresh Permissions"] = "Modifica i permessi";
-$a->strings["Fetch updated permissions"] = "Guarda e modifica i permessi assegnati";
-$a->strings["Recent Activity"] = "Attività recenti";
-$a->strings["View recent posts and comments"] = "Leggi i post recenti e i commenti";
-$a->strings["Unblock"] = "Sblocca";
-$a->strings["Block"] = "Blocca";
-$a->strings["Block (or Unblock) all communications with this connection"] = "Blocca ogni interazione con questo contatto (abilita/disabilita)";
-$a->strings["This connection is blocked!"] = "Questa connessione è tra quelle bloccate!";
-$a->strings["Unignore"] = "Non ignorare";
-$a->strings["Ignore"] = "Ignora";
-$a->strings["Ignore (or Unignore) all inbound communications from this connection"] = "Ignora tutte le comunicazioni in arrivo da questo contatto (abilita/disabilita)";
-$a->strings["This connection is ignored!"] = "Questa connessione è tra quelle ignorate!";
-$a->strings["Unarchive"] = "Non archiviare";
-$a->strings["Archive"] = "Archivia";
-$a->strings["Archive (or Unarchive) this connection - mark channel dead but keep content"] = "Archivia questo contatto (abilita/disabilita) - segna il canale come non più attivo ma ne conserva i contenuti";
-$a->strings["This connection is archived!"] = "Questa connessione è tra quelle archiviate!";
-$a->strings["Unhide"] = "Non nascondere";
-$a->strings["Hide"] = "Nascondi";
-$a->strings["Hide or Unhide this connection from your other connections"] = "Nascondi questo contatto a tutti gli altri (abilita/disabilita)";
-$a->strings["This connection is hidden!"] = "Questa connessione è tra quelle nascoste!";
-$a->strings["Delete this connection"] = "Elimina questo contatto";
-$a->strings["Approve this connection"] = "Approva questo contatto";
-$a->strings["Accept connection to allow communication"] = "Entra in contatto per poter comunicare";
-$a->strings["Set Affinity"] = "Scegli l'affinità";
-$a->strings["Set Profile"] = "Scegli il profilo da mostrare";
-$a->strings["Set Affinity & Profile"] = "Affinità e profilo";
-$a->strings["none"] = "--";
-$a->strings["Apply these permissions automatically"] = "Applica automaticamente questi permessi";
-$a->strings["This connection's primary address is"] = "Indirizzo primario di questo canale";
-$a->strings["Available locations:"] = "Indirizzi disponibili";
-$a->strings["The permissions indicated on this page will be applied to all new connections."] = "I permessi indicati su questa pagina saranno applicati a tutti i nuovi contatti da ora in poi.";
-$a->strings["Slide to adjust your degree of friendship"] = "Trascina per restringere il grado di amicizia da mostrare";
-$a->strings["Slide to adjust your rating"] = "Trascina per cambiare la tua valutazione";
-$a->strings["Optionally explain your rating"] = "Commento facoltativo";
-$a->strings["Custom Filter"] = "Filtro personalizzato";
-$a->strings["Only import posts with this text"] = "Importa solo i post che contengono queste parole chiave";
-$a->strings["words one per line or #tags or /patterns/ or lang=xx, leave blank to import all posts"] = "per ogni riga: parole, #tag, /pattern/ o lang=xx , lascia vuoto per importare tutto";
-$a->strings["Do not import posts with this text"] = "Non importare i post con queste parole chiave";
-$a->strings["This information is public!"] = "Questa informazione è pubblica!";
-$a->strings["Connection Pending Approval"] = "Contatti in attesa di approvazione";
-$a->strings["Connection Request"] = "Richiesta di entrare in contatto";
-$a->strings["(%s) would like to connect with you. Please approve this connection to allow communication."] = "(%s) vorrebbe entrare in contatto con te. Per permettere la comunicazione è necessario che tu approvi.";
-$a->strings["Approve"] = "Approva";
-$a->strings["Approve Later"] = "Approva più tardi";
-$a->strings["inherited"] = "derivato";
-$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 dopo che ha effettuato l'accesso.";
-$a->strings["Their Settings"] = "Permessi concessi a te";
-$a->strings["My Settings"] = "Permessi che concedo";
-$a->strings["Individual Permissions"] = "Permessi individuali";
-$a->strings["Some permissions may be inherited from your channel's <a href=\"settings\"><strong>privacy settings</strong></a>, which have higher priority than individual settings. You can <strong>not</strong> change those settings here."] = "Alcuni permessi derivano dalle <a href=\"settings\"><strong>impostazioni di privacy</strong></a> del tuo canale, che hanno priorità assoluta su qualsiasi altra impostazione scelta per i singoli contatti. Da questa pagina <strong>non</strong> puoi cambiarle.";
-$a->strings["Some permissions may be inherited from your channel's <a href=\"settings\"><strong>privacy settings</strong></a>, which have higher priority than individual settings. You can change those settings here but they wont have any impact unless the inherited setting changes."] = "Alcuni permessi derivano dalle <a href=\"settings\"><strong>impostazioni di privacy</strong></a> del tuo canale, che hanno priorità assoluta su qualsiasi altra impostazione scelta per i singoli contatti. Le personalizzazioni che effettuerai qui potrebbero non essere effettive a meno che tu non cambi le impostazioni generali.";
-$a->strings["Last update:"] = "Ultimo aggiornamento:";
+$a->strings["Some blurb about what to do when you're new here"] = "Qualche suggerimento per i nuovi utenti su cosa fare";
$a->strings["network"] = "rete";
$a->strings["RSS"] = "RSS";
-$a->strings["\$Projectname channel"] = "Canale \$Projectname";
-$a->strings["Invalid message"] = "Messaggio non valido";
-$a->strings["no results"] = "nessun risultato";
-$a->strings["Delivery report for %1\$s"] = "Rapporto di consegna - %1\$s";
-$a->strings["channel sync processed"] = "sincronizzazione del canale effettuata";
-$a->strings["queued"] = "in coda";
-$a->strings["posted"] = "inviato";
-$a->strings["accepted for delivery"] = "accettato per la spedizione";
-$a->strings["updated"] = "aggiornato";
-$a->strings["update ignored"] = "aggiornamento ignorato";
-$a->strings["permission denied"] = "permessi non sufficienti";
-$a->strings["recipient not found"] = "Destinatario non trovato";
-$a->strings["mail recalled"] = "messaggio richiamato dal mittente";
-$a->strings["duplicate mail received"] = "ricevuto messaggio duplicato";
-$a->strings["mail delivered"] = "messaggio recapitato";
-$a->strings["Item not found"] = "Elemento non trovato";
-$a->strings["Delete webpage?"] = "Vuoi eliminare questa pagina web?";
-$a->strings["Page link title"] = "Link del titolo";
-$a->strings["Insert YouTube video"] = "Inserisci video da YouTube";
-$a->strings["Insert Vorbis [.ogg] video"] = "Inserisci video Vorbis [.ogg]";
-$a->strings["Insert Vorbis [.ogg] audio"] = "Inserisci audio Vorbis [.ogg]";
-$a->strings["Edit Webpage"] = "Modifica la pagina web";
-$a->strings["Unable to find your hub."] = "Impossibile raggiungere il tuo hub.";
-$a->strings["Post successful."] = "Inviato!";
-$a->strings["sent you a private message"] = "ti ha inviato un messaggio privato";
-$a->strings["added your channel"] = "ha aggiunto il tuo canale";
-$a->strings["posted an event"] = "ha creato un evento";
-$a->strings["Authorize application connection"] = "Autorizza la app";
-$a->strings["Return to your app and insert this Securty Code:"] = "Torna alla app e inserisci questo codice di sicurezza:";
-$a->strings["Please login to continue."] = "Accedi al sito per continuare.";
-$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Vuoi autorizzare questa app ad accedere ai messaggi e ai contatti o creare nuovi messaggi per te?";
-$a->strings["No more system notifications."] = "Non ci sono nuove notifiche di sistema.";
-$a->strings["System Notifications"] = "Notifiche di sistema";
-$a->strings["Select a bookmark folder"] = "Scegli una cartella di segnalibri";
-$a->strings["Save Bookmark"] = "Salva segnalibro";
-$a->strings["URL of bookmark"] = "URL del segnalibro";
-$a->strings["Description"] = "Descrizione";
-$a->strings["Or enter new bookmark folder name"] = "O inserisci il nome di una nuova cartella di segnalibri";
-$a->strings["Contact not found."] = "Contatto non trovato.";
-$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["Failed to create source. No channel selected."] = "Impossibile creare la sorgente. Nessun canale selezionato.";
-$a->strings["Source created."] = "Sorgente creata.";
-$a->strings["Source updated."] = "Sorgente aggiornata.";
-$a->strings["*"] = "*";
-$a->strings["Manage remote sources of content for your channel."] = "Gestisci le sorgenti dei contenuti del tuo canale.";
-$a->strings["New Source"] = "Nuova sorgente";
-$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "Importa nel tuo canale tutti o una parte dei contenuti dal canale seguente.";
-$a->strings["Only import content with these words (one per line)"] = "Importa solo i contenuti che hanno queste parole (una per riga)";
-$a->strings["Leave blank to import all public content"] = "Lascia vuoto per importare tutti i contenuti pubblici";
-$a->strings["Source not found."] = "Sorgente non trovata.";
-$a->strings["Edit Source"] = "Modifica la sorgente";
-$a->strings["Delete Source"] = "Elimina la sorgente";
-$a->strings["Source removed"] = "Sorgente eliminata";
-$a->strings["Unable to remove source."] = "Impossibile rimuovere la sorgente.";
-$a->strings["Invalid request identifier."] = "L'identificativo della richiesta non è valido.";
-$a->strings["Discard"] = "Rifiuta";
-$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["%d rating"] = array(
- 0 => "%d valutazione",
- 1 => "%d valutazioni",
-);
-$a->strings["Gender: "] = "Sesso:";
-$a->strings["Status: "] = "Stato:";
-$a->strings["Homepage: "] = "Homepage:";
-$a->strings["Description:"] = "Descrizione:";
-$a->strings["Public Forum:"] = "Forum pubblico:";
-$a->strings["Keywords: "] = "Parole chiave:";
-$a->strings["Don't suggest"] = "Non fornire suggerimenti";
-$a->strings["Common connections:"] = "Contatti in comune:";
-$a->strings["Global Directory"] = "Elenchi pubblici globali";
-$a->strings["Local Directory"] = "Elenco canali su questo hub";
-$a->strings["Finding:"] = "Ricerca:";
-$a->strings["next page"] = "pagina successiva";
-$a->strings["previous page"] = "pagina precedente";
-$a->strings["Sort options"] = "Opzioni di ordinamento";
-$a->strings["Alphabetic"] = "Alfabetico";
-$a->strings["Reverse Alphabetic"] = "Alfabetico inverso";
-$a->strings["Newest to Oldest"] = "Prima i più recenti";
-$a->strings["Oldest to Newest"] = "Prima i più vecchi";
-$a->strings["No entries (some entries may be hidden)."] = "Nessun risultato (qualche elemento potrebbe essere nascosto).";
-$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["Site Member (%s)"] = "Utente del sito (%s)";
-$a->strings["Password reset requested at %s"] = "È stato richiesto di reimpostare 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 (potresti averla già usata precedentemente). La password non sarà reimpostata.";
-$a->strings["Password Reset"] = "Reimposta la password";
-$a->strings["Your password has been reset as requested."] = "La 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 accedere";
-$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Puoi cambiare la tua password dalla pagina delle <em>Impostazioni</em> dopo aver effettuato l'accesso.";
-$a->strings["Your password has changed at %s"] = "La tua password su %s è 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. Dopo aver inviato la richiesta, controlla l'email e troverai le istruzioni per continuare.";
-$a->strings["Email Address"] = "Indirizzo email";
-$a->strings["Reset"] = "Reimposta";
-$a->strings["This site is not a directory server"] = "Questo non è un directory server";
-$a->strings["%s element installed"] = "%s elemento installato";
-$a->strings["%s element installation failed"] = "Elementi con installazione fallita: %s";
-$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s sta seguendo %3\$s di %2\$s";
-$a->strings["%1\$s stopped following %2\$s's %3\$s"] = "%1\$s non segue più %3\$s di %2\$s";
-$a->strings["Your service plan only allows %d channels."] = "Il tuo account permette di creare al massimo %d canali.";
-$a->strings["Nothing to import."] = "Non c'è niente da importare.";
-$a->strings["Unable to download data from old server"] = "Impossibile importare i dati dal vecchio hub";
-$a->strings["Imported file is empty."] = "Il file da importare è vuoto.";
-$a->strings["Warning: Database versions differ by %1\$d updates."] = "Attenzione: le versioni di database differiscono di %1\$d aggiornamenti.";
-$a->strings["No channel. Import failed."] = "Nessun canale. Import fallito.";
-$a->strings["You must be logged in to use this feature."] = "Per questa funzionalità devi aver effettuato l'accesso.";
-$a->strings["Import Channel"] = "Importa un canale";
-$a->strings["Use this form to import an existing channel from a different server/hub. You may retrieve the channel identity from the old server/hub via the network or provide an export file."] = "Usa questo modulo per importare un tuo canale da un altro hub. Puoi ottenere i dati identificativi del canale direttamente dall'altro hub oppure tramite un file esportato in precedenza.";
-$a->strings["File to Upload"] = "File da caricare";
-$a->strings["Or provide the old server/hub details"] = "Oppure fornisci i dettagli del vecchio hub";
-$a->strings["Your old identity address (xyz@example.com)"] = "Il tuo vecchio identificativo (per esempio pippo@esempio.com)";
-$a->strings["Your old login email address"] = "L'email che usavi per accedere sul vecchio hub";
-$a->strings["Your old login password"] = "La password per il vecchio hub";
-$a->strings["For either option, please choose whether to make this hub your new primary address, or whether your old location should continue this role. You will be able to post from either location, but only one can be marked as the primary location for files, photos, and media."] = "Scegli se vuoi spostare il tuo indirizzo primario su questo hub, oppure se preferisci che quello vecchio resti tale. Potrai pubblicare da entrambi i hub, ma solamente uno sarà indicato come la posizione su cui risiedono i tuoi file, foto, ecc.";
-$a->strings["Make this hub my primary location"] = "Rendi questo hub il mio indirizzo primario";
-$a->strings["Import existing posts if possible (experimental - limited by available memory"] = "Importa i contenuti pubblicati, se possibile (sperimentale)";
-$a->strings["This process may take several minutes to complete. Please submit the form only once and leave this page open until finished."] = "Questa funzione potrebbe impiegare molto tempo a terminare. Per favore lanciala *una volta sola* e resta su questa pagina finché non avrà finito.";
-$a->strings["Total invitation limit exceeded."] = "Hai superato il numero massimo di inviti.";
-$a->strings["%s : Not a valid email address."] = "%s: non è un indirizzo email valido.";
-$a->strings["Please join us on \$Projectname"] = "Unisciti a noi su \$Projectname";
-$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Hai superato il numero massimo di inviti. Contatta l'amministratore se necessario.";
-$a->strings["%s : Message delivery failed."] = "%s: la consegna del messaggio è fallita.";
-$a->strings["%d message sent."] = array(
- 0 => "%d messaggio inviato.",
- 1 => "%d messaggi inviati.",
-);
-$a->strings["You have no more invitations available"] = "Non hai altri inviti disponibili";
-$a->strings["Send invitations"] = "Spedisci 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["Please join my community on \$Projectname."] = "Entra nella mia comunità su \$Projectname.";
-$a->strings["You will need to supply this invitation code: "] = "Dovrai fornire questo codice di invito:";
-$a->strings["1. Register at any \$Projectname location (they are all inter-connected)"] = "1. Registrati su qualsiasi server \$Projectname (sono tutti interconnessi)";
-$a->strings["2. Enter my \$Projectname network address into the site searchbar."] = "2. Inserisci il mio indirizzo \$Projectname nel riquadro di ricerca del sito.";
-$a->strings["or visit "] = "oppure visita ";
-$a->strings["3. Click [Connect]"] = "3. Clicca su [Aggiungi]";
-$a->strings["Fetching URL returns error: %1\$s"] = "La chiamata all'URL restituisce questo errore: %1\$s";
-$a->strings["Image uploaded but image cropping failed."] = "L'immagine è stata caricata, ma il non è stato possibile ritagliarla.";
-$a->strings["Image resize failed."] = "Il ridimensionamento dell'immagine è 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["Image upload failed."] = "Il caricamento dell'immagine è fallito.";
-$a->strings["Unable to process image."] = "Impossibile elaborare l'immagine.";
-$a->strings["female"] = "femmina";
-$a->strings["%1\$s updated her %2\$s"] = "Aggiornamento: %2\$s di %1\$s";
-$a->strings["male"] = "maschio";
-$a->strings["%1\$s updated his %2\$s"] = "Aggiornamento: %2\$s di %1\$s";
-$a->strings["%1\$s updated their %2\$s"] = "Aggiornamento: %2\$s di %1\$s";
-$a->strings["profile photo"] = "foto del profilo";
-$a->strings["Photo not available."] = "Foto non disponibile.";
-$a->strings["Upload File:"] = "Carica un file:";
-$a->strings["Select a profile:"] = "Seleziona un profilo:";
-$a->strings["Upload Profile Photo"] = "Carica la foto del 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 migliorarne la visualizzazione.";
-$a->strings["Done Editing"] = "Modifica terminata";
-$a->strings["Thing updated"] = "L'oggetto è stato aggiornato";
-$a->strings["Object store: failed"] = "Impossibile memorizzare l'oggetto.";
-$a->strings["Thing added"] = "L'Oggetto è stato aggiunto";
-$a->strings["OBJ: %1\$s %2\$s %3\$s"] = "OBJ: %1\$s %2\$s %3\$s";
-$a->strings["Show Thing"] = "Mostra l'oggetto";
-$a->strings["item not found."] = "non trovato.";
-$a->strings["Edit Thing"] = "Modifica l'oggetto";
-$a->strings["Select a profile"] = "Scegli un profilo";
-$a->strings["Post an activity"] = "Pubblica un'attività";
-$a->strings["Only sends to viewers of the applicable profile"] = "Invia solo a chi può vedere il profilo scelto";
-$a->strings["Name of thing e.g. something"] = "Nome dell'oggetto";
-$a->strings["URL of thing (optional)"] = "Indirizzo web dell'oggetto (facoltativo)";
-$a->strings["URL for photo of thing (optional)"] = "Indirizzo di un'immagine dell'oggetto (facoltativo)";
-$a->strings["Add Thing to your Profile"] = "Aggiungi l'oggetto al tuo profilo";
-$a->strings["This directory server requires an access token"] = "Questo directory server necessita di un token di autenticazione";
-$a->strings["Delete block?"] = "Vuoi eliminare questo block?";
-$a->strings["Edit Block"] = "Modifica il block";
-$a->strings["Account removals are not allowed within 48 hours of changing the account password."] = "Non è possibile eliminare il tuo account prima di 48 ore dall'ultimo cambio password.";
-$a->strings["Remove This Account"] = "Elimina questo account";
-$a->strings["This account and all its channels will be completely removed from the network. "] = "Questo account e tutti i suoi canali saranno completamente eliminati dalla rete.";
-$a->strings["Remove this account, all its channels and all its channel clones from the network"] = "Elimina dalla rete questo account, tutti i suoi canali e ANCHE tutti gli eventuali canali clonati.";
-$a->strings["By default only the instances of the channels located on this hub will be removed from the network"] = "A meno che tu non lo richieda espressamente, solo i canali presenti su questo hub saranno rimossi dalla rete.";
-$a->strings["Remove Account"] = "Elimina l'account";
-$a->strings["Import completed"] = "Importazione completata";
-$a->strings["Import Items"] = "Importa i contenuti";
-$a->strings["Use this form to import existing posts and content from an export file."] = "Usa questa funzionalità per importare i vecchi contenuti e i post da un file esportato in precedenza.";
-$a->strings["No such group"] = "Impossibile trovare l'insieme";
-$a->strings["No such channel"] = "Canale sconosciuto";
-$a->strings["forum"] = "forum";
-$a->strings["Search Results For:"] = "Cerca risultati con:";
-$a->strings["Public"] = "Pubblico";
-$a->strings["Collection is empty"] = "L'insieme di canali è vuoto";
-$a->strings["Collection: "] = "Insieme:";
-$a->strings["Invalid connection."] = "Contatto non valido.";
-$a->strings["Layout updated."] = "Layout aggiornato.";
-$a->strings["Edit System Page Description"] = "Modifica i layout di sistema";
-$a->strings["Layout not found."] = "Layout non trovato.";
-$a->strings["Module Name:"] = "Nome del modulo:";
-$a->strings["Layout Help"] = "Guida al layout";
-$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "È stato superato il numero massimo giornaliero di registrazioni a questo sito. Riprova domani!";
-$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Impossibile proseguire. Devi prima accettare le Condizioni d'Uso del servizio.";
-$a->strings["Passwords do not match."] = "Le password non corrispondono.";
-$a->strings["Registration successful. Please check your email for validation instructions."] = "La registrazione è terminata correttamente. Per continuare controlla l'email che ti è stata inviata.";
-$a->strings["Your registration is pending approval by the site owner."] = "La tua richiesta è in attesa di approvazione da parte dell'amministratore di questo hub.";
-$a->strings["Your registration can not be processed."] = "La tua registrazione non puo' essere processata.";
-$a->strings["Registration on this site/hub is by approval only."] = "La registrazione su questo hub è soggetta ad approvazione.";
-$a->strings["<a href=\"pubsites\">Register at another affiliated site/hub</a>"] = "<a href=\"pubsites\">Registrati su un altro hub affiliato</a>";
-$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Questo hub ha superato il numero di registrazioni giornaliere consentite. Prova di nuovo domani.";
-$a->strings["Terms of Service"] = "Condizioni d'Uso";
-$a->strings["I accept the %s for this website"] = "Accetto le %s di questo sito";
-$a->strings["I am over 13 years of age and accept the %s for this website"] = "Ho più di 13 anni e accetto le %s di questo sito";
-$a->strings["Registration"] = "Registrazione";
-$a->strings["Membership on this site is by invitation only."] = "Per registrarsi su questo hub è necessario un invito.";
-$a->strings["Please enter your invitation code"] = "Inserisci il codice dell'invito";
-$a->strings["Your email address"] = "Il tuo indirizzo email";
-$a->strings["Choose a password"] = "Scegli una password";
-$a->strings["Please re-enter your password"] = "Ripeti la password per verifica";
$a->strings["Theme settings updated."] = "Le impostazioni del tema sono state aggiornate.";
$a->strings["# Accounts"] = "# account";
$a->strings["# blocked accounts"] = "# account bloccati";
@@ -1598,6 +1041,7 @@ $a->strings["My site is not a public server"] = "Non è un server pubblico";
$a->strings["My site has paid access only"] = "È un servizio a pagamento";
$a->strings["My site has free access only"] = "È un servizio gratuito";
$a->strings["My site offers free accounts with optional paid upgrades"] = "È un servizio gratuito con opzioni aggiuntive a pagamento";
+$a->strings["Registration"] = "Registrazione";
$a->strings["File upload"] = "Caricamento file";
$a->strings["Policies"] = "Politiche";
$a->strings["Site name"] = "Nome del sito";
@@ -1657,6 +1101,10 @@ $a->strings["Maximum Load Average"] = "Carico massimo medio";
$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Carico di sistema massimo perché i processi di recapito e polling siano ritardati - il valore predefinito è 50.";
$a->strings["Expiration period in days for imported (matrix/network) content"] = "Scadenza dei contenuti importati da altri siti (in giorni)";
$a->strings["0 for no expiration of imported content"] = "0 per non avere scadenza";
+$a->strings["Off"] = "Off";
+$a->strings["On"] = "On";
+$a->strings["Lock feature %s"] = "Rendi non modificabile %s";
+$a->strings["Manage Additional Features"] = "Funzionalità opzionali";
$a->strings["No server found"] = "Server non trovato";
$a->strings["ID"] = "ID";
$a->strings["for channel"] = "per il canale";
@@ -1696,7 +1144,10 @@ $a->strings["select all"] = "seleziona tutti";
$a->strings["User registrations waiting for confirm"] = "Richieste di registrazione in attesa di conferma";
$a->strings["Request date"] = "Data richiesta";
$a->strings["No registrations."] = "Nessuna registrazione.";
+$a->strings["Approve"] = "Approva";
$a->strings["Deny"] = "Nega";
+$a->strings["Block"] = "Blocca";
+$a->strings["Unblock"] = "Sblocca";
$a->strings["Register date"] = "Data registrazione";
$a->strings["Last login"] = "Ultimo accesso";
$a->strings["Expires"] = "Con scadenza";
@@ -1726,6 +1177,7 @@ $a->strings["Uncensor"] = "Rimuovi la censura";
$a->strings["Allow Code"] = "Permetti codice nei contenuti";
$a->strings["Disallow Code"] = "Non permettere codice nei contenuti";
$a->strings["UID"] = "UID";
+$a->strings["Address"] = "Indirizzo";
$a->strings["Selected channels will be deleted!\\n\\nEverything that was posted in these channels on this site will be permanently deleted!\\n\\nAre you sure?"] = "I canali selezionati saranno rimossi!\\n\\nTutto ciò che è stato pubblicato su questo server tramite questi canali sarà irreversibilmente eliminato!\\n\\nVuoi confermare?";
$a->strings["The channel {0} will be deleted!\\n\\nEverything that was posted in this channel on this site will be permanently deleted!\\n\\nAre you sure?"] = "Il canale {0} sarà rimosso!\\n\\nTutto ciò che è stato pubblicato su questo server tramite questo canale sarà irreversibilmente eliminato!\\n\\nVuoi confermare?";
$a->strings["Plugin %s disabled."] = "Plugin %s non attivo.";
@@ -1755,10 +1207,696 @@ $a->strings["Help text"] = "Testo di aiuto";
$a->strings["Additional info (optional)"] = "Informazioni aggiuntive (facoltative)";
$a->strings["Field definition not found"] = "Impossibile trovare la definizione del campo";
$a->strings["Edit Profile Field"] = "Modifica campo del profilo";
+$a->strings["Authorize application connection"] = "Autorizza la app";
+$a->strings["Return to your app and insert this Securty Code:"] = "Torna alla app e inserisci questo codice di sicurezza:";
+$a->strings["Please login to continue."] = "Accedi al sito per continuare.";
+$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Vuoi autorizzare questa app ad accedere ai messaggi e ai contatti o creare nuovi messaggi per te?";
+$a->strings["App installed."] = "App installata";
+$a->strings["Malformed app."] = "L'app contiene errori";
+$a->strings["Embed code"] = "Inserisci il codice";
+$a->strings["Edit App"] = "Modifica app";
+$a->strings["Create App"] = "Crea una app";
+$a->strings["Name of app"] = "Nome app";
+$a->strings["Location (URL) of app"] = "Indirizzo (URL) della app";
+$a->strings["Description"] = "Descrizione";
+$a->strings["Photo icon URL"] = "URL icona";
+$a->strings["80 x 80 pixels - optional"] = "80 x 80 pixel - facoltativa";
+$a->strings["Version ID"] = "ID versione";
+$a->strings["Price of app"] = "Prezzo app";
+$a->strings["Location (URL) to purchase app"] = "Indirizzo (URL) per acquistare la app";
+$a->strings["Item not available."] = "Elemento non disponibile.";
+$a->strings["Invalid item."] = "Elemento non valido.";
+$a->strings["Channel not found."] = "Canale non trovato.";
+$a->strings["Block Name"] = "Nome del block";
+$a->strings["Block Title"] = "Titolo del block";
+$a->strings["Bookmark added"] = "Segnalibro aggiunto";
+$a->strings["My Bookmarks"] = "I miei segnalibri";
+$a->strings["My Connections Bookmarks"] = "I segnalibri dei miei contatti";
+$a->strings["You must be logged in to see this page."] = "Devi aver effettuato l'accesso per vedere questa pagina.";
+$a->strings["Insufficient permissions. Request redirected to profile page."] = "Permessi insufficienti. Sarà visualizzata la pagina del profilo.";
+$a->strings["Public"] = "Pubblico";
+$a->strings["Room not found"] = "Chat non trovata";
+$a->strings["Leave Room"] = "Lascia la chat";
+$a->strings["Delete This Room"] = "Elimina questa chat";
+$a->strings["I am away right now"] = "Non sono presente";
+$a->strings["I am online"] = "Sono online";
+$a->strings["Bookmark this room"] = "Aggiungi questa chat ai segnalibri";
+$a->strings["New Chatroom"] = "Nuova chat";
+$a->strings["Chatroom Name"] = "Nome della chat";
+$a->strings["Expiration of chats (minutes)"] = "Scadenza dei messaggi della chat (minuti)";
+$a->strings["%1\$s's Chatrooms"] = "Le chat di %1\$s";
+$a->strings["Away"] = "Assente";
+$a->strings["Online"] = "Online";
+$a->strings["No channel."] = "Nessun canale.";
+$a->strings["Common connections"] = "Contatti in comune";
+$a->strings["No connections in common."] = "Nessun contatto in comune.";
+$a->strings["Continue"] = "Continua";
+$a->strings["Premium Channel Setup"] = "Canale premium - configurazione";
+$a->strings["Enable premium channel connection restrictions"] = "Abilita le restrizioni del canale premium";
+$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "Scrivi le condizioni d'uso e le restrizioni di questo canale, come per esempio le linee guida, il sistema di pagamento, ecc.";
+$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "Prima di connetterti a questo canale è necessario che tu accetti le seguenti condizioni:";
+$a->strings["Potential connections will then see the following text before proceeding:"] = "Il testo seguente comparirà a chi vorrà seguire il canale:";
+$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "Continuando dichiaro di aver seguito tutte le indicazioni e le istruzioni fornite in questa pagina.";
+$a->strings["(No specific instructions have been provided by the channel owner.)"] = "(Il gestore del canale non ha fornito istruzioni specifiche)";
+$a->strings["Restricted or Premium Channel"] = "Canale premium - con restrizioni";
+$a->strings["Blocked"] = "Bloccati";
+$a->strings["Ignored"] = "Ignorati";
+$a->strings["Hidden"] = "Nascosti";
+$a->strings["Archived"] = "Archiviati";
+$a->strings["Suggest new connections"] = "Suggerisci nuovi contatti";
+$a->strings["New Connections"] = "Nuovi contatti";
+$a->strings["Show pending (new) connections"] = "Richieste di contatto in attesa";
+$a->strings["All Connections"] = "Tutti i contatti";
+$a->strings["Show all connections"] = "Mostra tutti i contatti";
+$a->strings["Unblocked"] = "Non bloccati";
+$a->strings["Only show unblocked connections"] = "Mostra solo i contatti non bloccati";
+$a->strings["Only show blocked connections"] = "Mostra solo i contatti bloccati";
+$a->strings["Only show ignored connections"] = "Mostra solo i contatti ignorati";
+$a->strings["Only show archived connections"] = "Mostra solo i contatti archiviati";
+$a->strings["Only show hidden connections"] = "Mostra solo i contatti nascosti";
+$a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]";
+$a->strings["Edit connection"] = "Modifica il contatto";
+$a->strings["Search your connections"] = "Cerca tra i contatti";
+$a->strings["Finding: "] = "Ricerca: ";
+$a->strings["Could not access contact record."] = "Non è possibile accedere alle informazioni sul contatto.";
+$a->strings["Could not locate selected profile."] = "Non riesco a trovare il profilo selezionato.";
+$a->strings["Connection updated."] = "Contatto aggiornato.";
+$a->strings["Failed to update connection record."] = "Impossibile aggiornare le informazioni del contatto.";
+$a->strings["is now connected to"] = "ha come nuovo contatto";
+$a->strings["Could not access address book record."] = "Impossibile accedere alle informazioni della rubrica.";
+$a->strings["Refresh failed - channel is currently unavailable."] = "Il canale non è disponibile - impossibile aggiornare.";
+$a->strings["Unable to set address book parameters."] = "Impossibile impostare i parametri della rubrica.";
+$a->strings["Connection has been removed."] = "Il contatto è stato rimosso.";
+$a->strings["View %s's profile"] = "Guarda il profilo di %s";
+$a->strings["Refresh Permissions"] = "Modifica i permessi";
+$a->strings["Fetch updated permissions"] = "Guarda e modifica i permessi assegnati";
+$a->strings["Recent Activity"] = "Attività recenti";
+$a->strings["View recent posts and comments"] = "Leggi i post recenti e i commenti";
+$a->strings["Block (or Unblock) all communications with this connection"] = "Blocca ogni interazione con questo contatto (abilita/disabilita)";
+$a->strings["This connection is blocked!"] = "Questa connessione è tra quelle bloccate!";
+$a->strings["Unignore"] = "Non ignorare";
+$a->strings["Ignore"] = "Ignora";
+$a->strings["Ignore (or Unignore) all inbound communications from this connection"] = "Ignora tutte le comunicazioni in arrivo da questo contatto (abilita/disabilita)";
+$a->strings["This connection is ignored!"] = "Questa connessione è tra quelle ignorate!";
+$a->strings["Unarchive"] = "Non archiviare";
+$a->strings["Archive"] = "Archivia";
+$a->strings["Archive (or Unarchive) this connection - mark channel dead but keep content"] = "Archivia questo contatto (abilita/disabilita) - segna il canale come non più attivo ma ne conserva i contenuti";
+$a->strings["This connection is archived!"] = "Questa connessione è tra quelle archiviate!";
+$a->strings["Unhide"] = "Non nascondere";
+$a->strings["Hide"] = "Nascondi";
+$a->strings["Hide or Unhide this connection from your other connections"] = "Nascondi questo contatto a tutti gli altri (abilita/disabilita)";
+$a->strings["This connection is hidden!"] = "Questa connessione è tra quelle nascoste!";
+$a->strings["Delete this connection"] = "Elimina questo contatto";
+$a->strings["Approve this connection"] = "Approva questo contatto";
+$a->strings["Accept connection to allow communication"] = "Entra in contatto per poter comunicare";
+$a->strings["Set Affinity"] = "Scegli l'affinità";
+$a->strings["Set Profile"] = "Scegli il profilo da mostrare";
+$a->strings["Set Affinity & Profile"] = "Affinità e profilo";
+$a->strings["none"] = "--";
+$a->strings["Apply these permissions automatically"] = "Applica automaticamente questi permessi";
+$a->strings["This connection's primary address is"] = "Indirizzo primario di questo canale";
+$a->strings["Available locations:"] = "Indirizzi disponibili";
+$a->strings["The permissions indicated on this page will be applied to all new connections."] = "I permessi indicati su questa pagina saranno applicati a tutti i nuovi contatti da ora in poi.";
+$a->strings["Slide to adjust your degree of friendship"] = "Trascina per restringere il grado di amicizia da mostrare";
+$a->strings["Slide to adjust your rating"] = "Trascina per cambiare la tua valutazione";
+$a->strings["Optionally explain your rating"] = "Commento facoltativo";
+$a->strings["Custom Filter"] = "Filtro personalizzato";
+$a->strings["Only import posts with this text"] = "Importa solo i post che contengono queste parole chiave";
+$a->strings["words one per line or #tags or /patterns/ or lang=xx, leave blank to import all posts"] = "per ogni riga: parole, #tag, /pattern/ o lang=xx , lascia vuoto per importare tutto";
+$a->strings["Do not import posts with this text"] = "Non importare i post con queste parole chiave";
+$a->strings["This information is public!"] = "Questa informazione è pubblica!";
+$a->strings["Connection Pending Approval"] = "Contatti in attesa di approvazione";
+$a->strings["Connection Request"] = "Richiesta di entrare in contatto";
+$a->strings["(%s) would like to connect with you. Please approve this connection to allow communication."] = "(%s) vorrebbe entrare in contatto con te. Per permettere la comunicazione è necessario che tu approvi.";
+$a->strings["Approve Later"] = "Approva più tardi";
+$a->strings["inherited"] = "derivato";
+$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 dopo che ha effettuato l'accesso.";
+$a->strings["Their Settings"] = "Permessi concessi a te";
+$a->strings["My Settings"] = "Permessi che concedo";
+$a->strings["Individual Permissions"] = "Permessi individuali";
+$a->strings["Some permissions may be inherited from your channel's <a href=\"settings\"><strong>privacy settings</strong></a>, which have higher priority than individual settings. You can <strong>not</strong> change those settings here."] = "Alcuni permessi derivano dalle <a href=\"settings\"><strong>impostazioni di privacy</strong></a> del tuo canale, che hanno priorità assoluta su qualsiasi altra impostazione scelta per i singoli contatti. Da questa pagina <strong>non</strong> puoi cambiarle.";
+$a->strings["Some permissions may be inherited from your channel's <a href=\"settings\"><strong>privacy settings</strong></a>, which have higher priority than individual settings. You can change those settings here but they wont have any impact unless the inherited setting changes."] = "Alcuni permessi derivano dalle <a href=\"settings\"><strong>impostazioni di privacy</strong></a> del tuo canale, che hanno priorità assoluta su qualsiasi altra impostazione scelta per i singoli contatti. Le personalizzazioni che effettuerai qui potrebbero non essere effettive a meno che tu non cambi le impostazioni generali.";
+$a->strings["Last update:"] = "Ultimo aggiornamento:";
+$a->strings["\$Projectname channel"] = "Canale \$Projectname";
+$a->strings["Public access denied."] = "Accesso pubblico negato.";
+$a->strings["%d rating"] = array(
+ 0 => "%d valutazione",
+ 1 => "%d valutazioni",
+);
+$a->strings["Gender: "] = "Sesso:";
+$a->strings["Status: "] = "Stato:";
+$a->strings["Homepage: "] = "Homepage:";
+$a->strings["Description:"] = "Descrizione:";
+$a->strings["Public Forum:"] = "Forum pubblico:";
+$a->strings["Keywords: "] = "Parole chiave:";
+$a->strings["Don't suggest"] = "Non fornire suggerimenti";
+$a->strings["Common connections:"] = "Contatti in comune:";
+$a->strings["Global Directory"] = "Elenchi pubblici globali";
+$a->strings["Local Directory"] = "Elenco canali su questo hub";
+$a->strings["Finding:"] = "Ricerca:";
+$a->strings["next page"] = "pagina successiva";
+$a->strings["previous page"] = "pagina precedente";
+$a->strings["Sort options"] = "Opzioni di ordinamento";
+$a->strings["Alphabetic"] = "Alfabetico";
+$a->strings["Reverse Alphabetic"] = "Alfabetico inverso";
+$a->strings["Newest to Oldest"] = "Prima i più recenti";
+$a->strings["Oldest to Newest"] = "Prima i più vecchi";
+$a->strings["No entries (some entries may be hidden)."] = "Nessun risultato (qualche elemento potrebbe essere nascosto).";
+$a->strings["This site is not a directory server"] = "Questo non è un directory server";
+$a->strings["This directory server requires an access token"] = "Questo directory server necessita di un token di autenticazione";
+$a->strings["Invalid message"] = "Messaggio non valido";
+$a->strings["no results"] = "nessun risultato";
+$a->strings["Delivery report for %1\$s"] = "Rapporto di consegna - %1\$s";
+$a->strings["channel sync processed"] = "sincronizzazione del canale effettuata";
+$a->strings["queued"] = "in coda";
+$a->strings["posted"] = "inviato";
+$a->strings["accepted for delivery"] = "accettato per la spedizione";
+$a->strings["updated"] = "aggiornato";
+$a->strings["update ignored"] = "aggiornamento ignorato";
+$a->strings["permission denied"] = "permessi non sufficienti";
+$a->strings["recipient not found"] = "Destinatario non trovato";
+$a->strings["mail recalled"] = "messaggio richiamato dal mittente";
+$a->strings["duplicate mail received"] = "ricevuto messaggio duplicato";
+$a->strings["mail delivered"] = "messaggio recapitato";
+$a->strings["Item not found"] = "Elemento non trovato";
+$a->strings["Delete block?"] = "Vuoi eliminare questo block?";
+$a->strings["Insert YouTube video"] = "Inserisci video da YouTube";
+$a->strings["Insert Vorbis [.ogg] video"] = "Inserisci video Vorbis [.ogg]";
+$a->strings["Insert Vorbis [.ogg] audio"] = "Inserisci audio Vorbis [.ogg]";
+$a->strings["Edit Block"] = "Modifica il block";
$a->strings["Delete layout?"] = "Vuoi eliminare questo layout?";
$a->strings["Layout Description (Optional)"] = "Descrizione del layout (facoltativa)";
$a->strings["Layout Name"] = "Nome layout";
$a->strings["Edit Layout"] = "Modifica il layout";
+$a->strings["Item is not editable"] = "L'elemento non è modificabile";
+$a->strings["Delete item?"] = "Eliminare questo elemento?";
+$a->strings["Edit post"] = "Modifica post";
+$a->strings["Delete webpage?"] = "Vuoi eliminare questa pagina web?";
+$a->strings["Page link title"] = "Link del titolo";
+$a->strings["Edit Webpage"] = "Modifica la pagina web";
+$a->strings["Calendar entries imported."] = "Le voci del calendario sono state importate.";
+$a->strings["No calendar entries found."] = "Non sono state trovate voci del calendario.";
+$a->strings["Event can not end before it has started."] = "Un evento non può terminare prima del suo inizio.";
+$a->strings["Unable to generate preview."] = "Impossibile creare un'anteprima.";
+$a->strings["Event title and start time are required."] = "Sono necessari il titolo e l'ora d'inizio dell'evento.";
+$a->strings["Event not found."] = "Evento non trovato.";
+$a->strings["Edit event title"] = "Modifica il titolo dell'evento";
+$a->strings["Event title"] = "Titolo dell'evento";
+$a->strings["Categories (comma-separated list)"] = "Categorie (separate da virgola)";
+$a->strings["Edit Category"] = "Modifica la categoria";
+$a->strings["Category"] = "Categoria";
+$a->strings["Edit start date and time"] = "Modifica data/ora di inizio";
+$a->strings["Start date and time"] = "Data e ora di inizio";
+$a->strings["Finish date and time are not known or not relevant"] = "La data e l'ora di fine non sono necessarie";
+$a->strings["Edit finish date and time"] = "Modifica data/ora di fine";
+$a->strings["Finish date and time"] = "Data e ora di fine";
+$a->strings["Adjust for viewer timezone"] = "Adatta al fuso orario di chi legge";
+$a->strings["Important for events that happen in a particular place. Not practical for global holidays."] = "Importante per eventi che avvengono online ma con un certo fuso orario.";
+$a->strings["Edit Description"] = "Modifica la descrizione";
+$a->strings["Edit Location"] = "Modifica il luogo";
+$a->strings["Share this event"] = "Condividi questo evento";
+$a->strings["Advanced Options"] = "Opzioni avanzate";
+$a->strings["l, F j"] = "l j F";
+$a->strings["Edit event"] = "Modifica l'evento";
+$a->strings["Delete event"] = "Elimina l'evento";
+$a->strings["calendar"] = "calendario";
+$a->strings["Edit Event"] = "Modifica l'evento";
+$a->strings["Create Event"] = "Crea un evento";
+$a->strings["Previous"] = "Precendente";
+$a->strings["Next"] = "Successivo";
+$a->strings["Today"] = "Oggi";
+$a->strings["Event removed"] = "Evento eliminato";
+$a->strings["Failed to remove event"] = "Impossibile eliminare l'evento";
+$a->strings["Share content from Firefox to \$Projectname"] = "Condividi i contenuti su \$Projectname da Firefox";
+$a->strings["Activate the Firefox \$Projectname provider"] = "Attiva Firefox Share per \$Projectname";
+$a->strings["- select -"] = "- scegli -";
+$a->strings["Permission Denied."] = "Permesso negato.";
+$a->strings["File not found."] = "File non trovato.";
+$a->strings["Edit file permissions"] = "Modifica i permessi del file";
+$a->strings["Set/edit permissions"] = "Modifica i permessi";
+$a->strings["Include all files and sub folders"] = "Includi tutti i file e le sottocartelle";
+$a->strings["Return to file list"] = "Torna all'elenco dei file";
+$a->strings["Copy/paste this code to attach file to a post"] = "Copia/incolla questo codice per far comparire il file in un post";
+$a->strings["Copy/paste this URL to link file from a web page"] = "Copia/incolla questo indirizzo in una pagina web per avere un link al file";
+$a->strings["Share this file"] = "Condividi questo file";
+$a->strings["Show URL to this file"] = "Mostra l'URL del file";
+$a->strings["Notify your contacts about this file"] = "Notifica ai contatti che hai caricato questo file";
+$a->strings["Channel added."] = "Canale aggiunto.";
+$a->strings["Contact not found."] = "Contatto non trovato.";
+$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["Collection created."] = "L'insieme di canali è stato creato.";
+$a->strings["Could not create collection."] = "Impossibile creare l'insieme.";
+$a->strings["Collection updated."] = "Insieme aggiornato.";
+$a->strings["Create a collection of channels."] = "Crea un insieme di canali.";
+$a->strings["Collection Name: "] = "Nome dell'insieme:";
+$a->strings["Members are visible to other channels"] = "I membri potranno vedere gli altri canali dell'insieme";
+$a->strings["Collection removed."] = "Insieme rimosso.";
+$a->strings["Unable to remove collection."] = "Impossibile rimuovere l'insieme.";
+$a->strings["Collection Editor"] = "Modifica l'insieme";
+$a->strings["Members"] = "Membri";
+$a->strings["All Connected Channels"] = "Tutti i canali connessi";
+$a->strings["Click on a channel to add or remove."] = "Clicca su un canale per aggiungerlo o rimuoverlo.";
+$a->strings["Documentation Search"] = "Ricerca nella guida";
+$a->strings["Help:"] = "Guida:";
+$a->strings["\$Projectname Documentation"] = "Guida di \$Projectname";
+$a->strings["\$Projectname"] = "\$Projectname";
+$a->strings["Welcome to %s"] = "%s ti dà il benvenuto";
+$a->strings["First Name"] = "Nome";
+$a->strings["Last Name"] = "Cognome";
+$a->strings["Nickname"] = "Nick";
+$a->strings["Full Name"] = "Nome e cognome";
+$a->strings["Profile Photo 16px"] = "Foto del profilo 16px";
+$a->strings["Profile Photo 32px"] = "Foto del profilo 32px";
+$a->strings["Profile Photo 48px"] = "Foto del profilo 48px";
+$a->strings["Profile Photo 64px"] = "Foto del profilo 64px";
+$a->strings["Profile Photo 80px"] = "Foto del profilo 80px";
+$a->strings["Profile Photo 128px"] = "Foto del profilo 128px";
+$a->strings["Timezone"] = "Fuso orario";
+$a->strings["Homepage URL"] = "Indirizzo home page";
+$a->strings["Birth Year"] = "Anno di nascita";
+$a->strings["Birth Month"] = "Mese di nascita";
+$a->strings["Birth Day"] = "Giorno di nascita";
+$a->strings["Birthdate"] = "Data di nascita";
+$a->strings["Gender"] = "Sesso";
+$a->strings["%s element installed"] = "%s elemento installato";
+$a->strings["%s element installation failed"] = "Elementi con installazione fallita: %s";
+$a->strings["Your service plan only allows %d channels."] = "Il tuo account permette di creare al massimo %d canali.";
+$a->strings["Nothing to import."] = "Non c'è niente da importare.";
+$a->strings["Unable to download data from old server"] = "Impossibile importare i dati dal vecchio hub";
+$a->strings["Imported file is empty."] = "Il file da importare è vuoto.";
+$a->strings["Warning: Database versions differ by %1\$d updates."] = "Attenzione: le versioni di database differiscono di %1\$d aggiornamenti.";
+$a->strings["No channel. Import failed."] = "Nessun canale. Import fallito.";
+$a->strings["You must be logged in to use this feature."] = "Per questa funzionalità devi aver effettuato l'accesso.";
+$a->strings["Import Channel"] = "Importa un canale";
+$a->strings["Use this form to import an existing channel from a different server/hub. You may retrieve the channel identity from the old server/hub via the network or provide an export file."] = "Usa questo modulo per importare un tuo canale da un altro hub. Puoi ottenere i dati identificativi del canale direttamente dall'altro hub oppure tramite un file esportato in precedenza.";
+$a->strings["File to Upload"] = "File da caricare";
+$a->strings["Or provide the old server/hub details"] = "Oppure fornisci i dettagli del vecchio hub";
+$a->strings["Your old identity address (xyz@example.com)"] = "Il tuo vecchio identificativo (per esempio pippo@esempio.com)";
+$a->strings["Your old login email address"] = "L'email che usavi per accedere sul vecchio hub";
+$a->strings["Your old login password"] = "La password per il vecchio hub";
+$a->strings["For either option, please choose whether to make this hub your new primary address, or whether your old location should continue this role. You will be able to post from either location, but only one can be marked as the primary location for files, photos, and media."] = "Scegli se vuoi spostare il tuo indirizzo primario su questo hub, oppure se preferisci che quello vecchio resti tale. Potrai pubblicare da entrambi i hub, ma solamente uno sarà indicato come la posizione su cui risiedono i tuoi file, foto, ecc.";
+$a->strings["Make this hub my primary location"] = "Rendi questo hub il mio indirizzo primario";
+$a->strings["Import existing posts if possible (experimental - limited by available memory"] = "Importa i contenuti pubblicati, se possibile (sperimentale)";
+$a->strings["This process may take several minutes to complete. Please submit the form only once and leave this page open until finished."] = "Questa funzione potrebbe impiegare molto tempo a terminare. Per favore lanciala *una volta sola* e resta su questa pagina finché non avrà finito.";
+$a->strings["Import completed"] = "Importazione completata";
+$a->strings["Import Items"] = "Importa i contenuti";
+$a->strings["Use this form to import existing posts and content from an export file."] = "Usa questa funzionalità per importare i vecchi contenuti e i post da un file esportato in precedenza.";
+$a->strings["Total invitation limit exceeded."] = "Hai superato il numero massimo di inviti.";
+$a->strings["%s : Not a valid email address."] = "%s: non è un indirizzo email valido.";
+$a->strings["Please join us on \$Projectname"] = "Unisciti a noi su \$Projectname";
+$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Hai superato il numero massimo di inviti. Contatta l'amministratore se necessario.";
+$a->strings["%s : Message delivery failed."] = "%s: la consegna del messaggio è fallita.";
+$a->strings["%d message sent."] = array(
+ 0 => "%d messaggio inviato.",
+ 1 => "%d messaggi inviati.",
+);
+$a->strings["You have no more invitations available"] = "Non hai altri inviti disponibili";
+$a->strings["Send invitations"] = "Spedisci 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["Please join my community on \$Projectname."] = "Entra nella mia comunità su \$Projectname.";
+$a->strings["You will need to supply this invitation code: "] = "Dovrai fornire questo codice di invito:";
+$a->strings["1. Register at any \$Projectname location (they are all inter-connected)"] = "1. Registrati su qualsiasi server \$Projectname (sono tutti interconnessi)";
+$a->strings["2. Enter my \$Projectname network address into the site searchbar."] = "2. Inserisci il mio indirizzo \$Projectname nel riquadro di ricerca del sito.";
+$a->strings["or visit "] = "oppure visita ";
+$a->strings["3. Click [Connect]"] = "3. Clicca su [Aggiungi]";
+$a->strings["Unable to locate original post."] = "Impossibile trovare il messaggio originale.";
+$a->strings["Empty post discarded."] = "Il post vuoto è stato ignorato.";
+$a->strings["Executable content type not permitted to this channel."] = "I contenuti eseguibili non sono permessi su questo canale.";
+$a->strings["Duplicate post suppressed."] = "I post duplicati sono scartati.";
+$a->strings["System error. Post not saved."] = "Errore di sistema. Post non salvato.";
+$a->strings["Unable to obtain post information from database."] = "Impossibile caricare il post dal database.";
+$a->strings["You have reached your limit of %1$.0f top level posts."] = "Hai raggiunto il limite massimo di %1$.0f post sulla pagina principale.";
+$a->strings["You have reached your limit of %1$.0f webpages."] = "Hai raggiunto il limite massimo di %1$.0f pagine web.";
+$a->strings["Comanche page description language help"] = "Guida di Comanche Page Description Language";
+$a->strings["Layout Description"] = "Descrizione del layout";
+$a->strings["Download PDL file"] = "Scarica il file PDL";
+$a->strings["Like/Dislike"] = "Mi piace/Non mi piace";
+$a->strings["This action is restricted to members."] = "Questa funzionalità è riservata agli iscritti.";
+$a->strings["Please <a href=\"rmagic\">login with your \$Projectname ID</a> or <a href=\"register\">register as a new \$Projectname member</a> to continue."] = "Per continuare devi <a href=\"rmagic\">accedere con il tuo identificativo \$Projectname</a> o <a href=\"register\">registrarti come nuovo utente \$Projectname</a>.";
+$a->strings["Invalid request."] = "Richiesta non valida.";
+$a->strings["thing"] = "Oggetto";
+$a->strings["Channel unavailable."] = "Canale non trovato.";
+$a->strings["Previous action reversed."] = "Il comando precedente è stato annullato.";
+$a->strings["%1\$s agrees with %2\$s's %3\$s"] = "%3\$s di %2\$s: %1\$s è d'accordo";
+$a->strings["%1\$s doesn't agree with %2\$s's %3\$s"] = "%3\$s di %2\$s: %1\$s non è d'accordo";
+$a->strings["%1\$s abstains from a decision on %2\$s's %3\$s"] = "%3\$s di %2\$s: %1\$s non si esprime";
+$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%3\$s di %2\$s: %1\$s partecipa";
+$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%3\$s di %2\$s: %1\$s non partecipa";
+$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%3\$s di %2\$s: %1\$s forse partecipa";
+$a->strings["Action completed."] = "Comando completato.";
+$a->strings["Thank you."] = "Grazie.";
+$a->strings["Remote privacy information not available."] = "Le informazioni remote sulla privacy non sono disponibili.";
+$a->strings["Visible to:"] = "Visibile a:";
+$a->strings["Location not found."] = "Indirizzo non trovato.";
+$a->strings["Location lookup failed."] = "La ricerca dell'indirizzo è fallita.";
+$a->strings["Please select another location to become primary before removing the primary location."] = "Prima di rimuovere il tuo canale primario assicurati di avere scelto una sua copia (clone) come primaria.";
+$a->strings["Syncing locations"] = "Sincronizzazione tra hub";
+$a->strings["No locations found."] = "Nessun indirizzo trovato.";
+$a->strings["Manage Channel Locations"] = "Modifica gli indirizzi del canale";
+$a->strings["Location (address)"] = "Indirizzo";
+$a->strings["Primary Location"] = "Indirizzo primario";
+$a->strings["Drop location"] = "Elimina un indirizzo";
+$a->strings["Sync now"] = "Sincronizza ora";
+$a->strings["Please wait several minutes between consecutive operations."] = "Si raccomanda di attendere alcuni minuti prima di effettuare una nuova sincronizzazione.";
+$a->strings["When possible, drop a location by logging into that website/hub and removing your channel."] = "Quando possibile, riduci il numero di cloni del tuo canale effettuando il login sul relativo hub e rimuovendoli.";
+$a->strings["Use this form to drop the location if the hub is no longer operating."] = "Usa questo modulo per abbandonare un canale su un hub che non è più funzionante.";
+$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["Site Member (%s)"] = "Utente del sito (%s)";
+$a->strings["Password reset requested at %s"] = "È stato richiesto di reimpostare 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 (potresti averla già usata precedentemente). La password non sarà reimpostata.";
+$a->strings["Your password has been reset as requested."] = "La 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 accedere";
+$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Puoi cambiare la tua password dalla pagina delle <em>Impostazioni</em> dopo aver effettuato l'accesso.";
+$a->strings["Your password has changed at %s"] = "La tua password su %s è 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. Dopo aver inviato la richiesta, controlla l'email e troverai le istruzioni per continuare.";
+$a->strings["Email Address"] = "Indirizzo email";
+$a->strings["Reset"] = "Reimposta";
+$a->strings["Hub not found."] = "Hub non trovato.";
+$a->strings["Unable to lookup recipient."] = "Impossibile associare un destinatario.";
+$a->strings["Unable to communicate with requested channel."] = "Impossibile comunicare con il canale richiesto.";
+$a->strings["Cannot verify requested channel."] = "Impossibile verificare il canale richiesto.";
+$a->strings["Selected channel has private message restrictions. Send failed."] = "Il canale ha delle regole restrittive per la ricezione dei messaggi privati. Invio fallito.";
+$a->strings["Messages"] = "Messaggi";
+$a->strings["Message recalled."] = "Messaggio revocato.";
+$a->strings["Conversation removed."] = "Conversazione rimossa.";
+$a->strings["Requested channel is not in this network"] = "Il canale cercato non è in questa rete";
+$a->strings["Send Private Message"] = "Invia un messaggio privato";
+$a->strings["To:"] = "A:";
+$a->strings["Subject:"] = "Oggetto:";
+$a->strings["Send"] = "Invia";
+$a->strings["Delete message"] = "Elimina il messaggio";
+$a->strings["Delivery report"] = "Rapporto di trasmissione";
+$a->strings["Recall message"] = "Revoca il messaggio";
+$a->strings["Message has been recalled."] = "Il messaggio è stato revocato.";
+$a->strings["Delete Conversation"] = "Elimina la conversazione";
+$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Non è disponibile alcun modo sicuro di comunicare con questo canale. <strong>Se possibile</strong>, prova a rispondere direttamente dalla pagina del profilo del mittente.";
+$a->strings["Send Reply"] = "Invia la risposta";
+$a->strings["Your message for %s (%s):"] = "Il tuo messaggio per %s (%s):";
+$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Hai creato %1$.0f dei %2$.0f canali permessi.";
+$a->strings["Create a new channel"] = "Crea un nuovo canale";
+$a->strings["Current Channel"] = "Canale attuale";
+$a->strings["Switch to one of your channels by selecting it."] = "Seleziona l'altro canale a cui vuoi passare.";
+$a->strings["Default Channel"] = "Canale predefinito";
+$a->strings["Make Default"] = "Rendi predefinito";
+$a->strings["%d new messages"] = "%d nuovi messaggi";
+$a->strings["%d new introductions"] = "%d nuove richieste di entrare in contatto";
+$a->strings["Delegated Channels"] = "Canali delegati";
+$a->strings["Profile Match"] = "Profili corrispondenti";
+$a->strings["No keywords to match. Please add keywords to your default profile."] = "Non hai scritto parole chiave. Aggiungi parole chiave al tuo profilo predefinito per comparire nelle ricerche.";
+$a->strings["is interested in:"] = "interessi personali:";
+$a->strings["No matches"] = "Nessun risultato";
+$a->strings["Unable to update menu."] = "Impossibile aggiornare il menù.";
+$a->strings["Unable to create menu."] = "Impossibile creare il menù.";
+$a->strings["Menu Name"] = "Nome del menu";
+$a->strings["Unique name (not visible on webpage) - required"] = "Nome unico (non visibile sulla pagina) - obbligatorio";
+$a->strings["Menu Title"] = "Titolo del menu";
+$a->strings["Visible on webpage - leave empty for no title"] = "Visibile sulla pagina - lascia vuoto per non avere un titolo";
+$a->strings["Allow Bookmarks"] = "Permetti i segnalibri";
+$a->strings["Menu may be used to store saved bookmarks"] = "Puoi salvare i segnalibri nei menù";
+$a->strings["Submit and proceed"] = "Salva e procedi";
+$a->strings["Drop"] = "Elimina";
+$a->strings["Bookmarks allowed"] = "Permetti segnalibri";
+$a->strings["Delete this menu"] = "Elimina questo menù";
+$a->strings["Edit menu contents"] = "Modifica i contenuti del menù";
+$a->strings["Edit this menu"] = "Modifica questo menù";
+$a->strings["Menu could not be deleted."] = "Il menù non può essere eliminato.";
+$a->strings["Menu not found."] = "Menù non trovato.";
+$a->strings["Edit Menu"] = "Modifica menù";
+$a->strings["Add or remove entries to this menu"] = "Aggiungi o rimuovi elementi di questo menù";
+$a->strings["Menu name"] = "Nome del menù";
+$a->strings["Must be unique, only seen by you"] = "Deve essere unico, lo vedrai solo tu";
+$a->strings["Menu title"] = "Titolo del menù";
+$a->strings["Menu title as seen by others"] = "Titolo del menù come comparirà a tutti";
+$a->strings["Allow bookmarks"] = "Permetti l'invio di segnalibri";
+$a->strings["Not found."] = "Non trovato.";
+$a->strings["Unable to create element."] = "Impossibile creare l'elemento.";
+$a->strings["Unable to update menu element."] = "Non è possibile aggiornare l'elemento del menù.";
+$a->strings["Unable to add menu element."] = "Impossibile aggiungere l'elemento al menù.";
+$a->strings["Menu Item Permissions"] = "Permessi del menu";
+$a->strings["(click to open/close)"] = "(clicca per aprire/chiudere)";
+$a->strings["Link Name"] = "Nome link";
+$a->strings["Link or Submenu Target"] = "Azione del link o del sottomenu";
+$a->strings["Enter URL of the link or select a menu name to create a submenu"] = "Inserisci l'indirizzo del link o scegli il nome di un sottomenu";
+$a->strings["Use magic-auth if available"] = "Usa l'autenticazione tramite il tuo hub, se disponibile";
+$a->strings["Open link in new window"] = "Apri il link in una nuova finestra";
+$a->strings["Order in list"] = "Ordine dell'elenco";
+$a->strings["Higher numbers will sink to bottom of listing"] = "I numeri più alti andranno in fondo all'elenco";
+$a->strings["Submit and finish"] = "Salva e termina";
+$a->strings["Submit and continue"] = "Salva e continua";
+$a->strings["Menu:"] = "Menu:";
+$a->strings["Link Target"] = "Destinazione link";
+$a->strings["Edit menu"] = "Modifica il menù";
+$a->strings["Edit element"] = "Modifica l'elemento";
+$a->strings["Drop element"] = "Elimina l'elemento";
+$a->strings["New element"] = "Nuovo elemento";
+$a->strings["Edit this menu container"] = "Modifica il contenitore del menù";
+$a->strings["Add menu element"] = "Aggiungi un elemento al menù";
+$a->strings["Delete this menu item"] = "Elimina questo elemento del menù";
+$a->strings["Edit this menu item"] = "Modifica questo elemento del menù";
+$a->strings["Menu item not found."] = "L'elemento del menù non è stato trovato.";
+$a->strings["Menu item deleted."] = "L'elemento del menù è stato eliminato.";
+$a->strings["Menu item could not be deleted."] = "L'elemento del menù non può essere eliminato.";
+$a->strings["Edit Menu Element"] = "Modifica l'elemento del menù";
+$a->strings["Link text"] = "Testo del link";
+$a->strings["Set your current mood and tell your friends"] = "Scegli il tuo umore attuale per mostrarlo agli amici";
+$a->strings["No such group"] = "Impossibile trovare l'insieme";
+$a->strings["No such channel"] = "Canale sconosciuto";
+$a->strings["forum"] = "forum";
+$a->strings["Search Results For:"] = "Cerca risultati con:";
+$a->strings["Collection is empty"] = "L'insieme di canali è vuoto";
+$a->strings["Collection: "] = "Insieme:";
+$a->strings["Invalid connection."] = "Contatto non valido.";
+$a->strings["Add a Channel"] = "Aggiungi un canale";
+$a->strings["A channel is your own collection of related web pages. A channel can be used to hold social network profiles, blogs, conversation groups and forums, celebrity pages, and much more. You may create as many channels as your service provider allows."] = "I contenuti che pubblichi sono mostrati nel tuo \"canale\". Un canale può essere usato come bacheca personale, come blog, oppure può essere un forum di discussione, un gruppo di interesse, una pagina di celebrità e molto altro. Puoi creare tanti canali quanti te ne permette il tuo sito.";
+$a->strings["Channel Name"] = "Nome del canale";
+$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = "Per esempio: \"Mario Rossi\", \"Lisa e le sue ricette\", \"Il campionato\", \"Il gruppo di escursionismo\"";
+$a->strings["Choose a short nickname"] = "Scegli un nome breve";
+$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Il nome breve sarà usato per creare un indirizzo facile da ricordare per il tuo canale (simile a una email). Così potrai condividerlo e gli altri potranno trovarti.";
+$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = "Oppure <a href=\"import\">importa un tuo canale esistente</a> da un altro hub";
+$a->strings["Please choose a channel type (such as social networking or community forum) and privacy requirements so we can select the best permissions for you"] = "Descrivi il tipo di canale che vorresti creare (per esempio se ti interessa più usarlo come social network, come un forum di discussione...) e il tipo di privacy che preferisci. Hubzilla sceglierà per te i permessi più adatti.";
+$a->strings["Channel Type"] = "Tipo di canale";
+$a->strings["Read more about roles"] = "Maggiori informazioni sui ruoli";
+$a->strings["Invalid request identifier."] = "L'identificativo della richiesta non è valido.";
+$a->strings["Discard"] = "Rifiuta";
+$a->strings["No more system notifications."] = "Non ci sono nuove notifiche di sistema.";
+$a->strings["System Notifications"] = "Notifiche di sistema";
+$a->strings["Unable to find your hub."] = "Impossibile raggiungere il tuo hub.";
+$a->strings["Post successful."] = "Inviato!";
+$a->strings["OpenID protocol error. No ID returned."] = "Errore del protocollo OpenID. Nessun ID ricevuto in risposta.";
+$a->strings["Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."] = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.";
+$a->strings["This setting requires special processing and editing has been blocked."] = "Questa impostazione è bloccata, richiede criteri di modifica speciali";
+$a->strings["Configuration Editor"] = "Editor di configurazione";
+$a->strings["Warning: Changing some settings could render your channel inoperable. Please leave this page unless you are comfortable with and knowledgeable about how to correctly use this feature."] = "Attenzione: alcune delle impostazioni, se cambiate, potrebbero rendere questo canale non funzionante. Lascia questa pagina a meno che tu non sappia con assoluta certezza quali modifiche effettuare.";
+$a->strings["Layout updated."] = "Layout aggiornato.";
+$a->strings["Edit System Page Description"] = "Modifica i layout di sistema";
+$a->strings["Layout not found."] = "Layout non trovato.";
+$a->strings["Module Name:"] = "Nome del modulo:";
+$a->strings["Layout Help"] = "Guida al layout";
+$a->strings["Page owner information could not be retrieved."] = "Impossibile ottenere informazioni sul proprietario della pagina.";
+$a->strings["Album not found."] = "Album non trovato.";
+$a->strings["Delete Album"] = "Elimina album";
+$a->strings["Delete Photo"] = "Elimina foto";
+$a->strings["No photos selected"] = "Nessuna foto selezionata";
+$a->strings["Access to this item is restricted."] = "Questo elemento non è visibile a tutti.";
+$a->strings["%1$.2f MB of %2$.2f MB photo storage used."] = "Hai usato %1$.2f Mb dei %2$.2f Mb di spazio disponibile.";
+$a->strings["%1$.2f MB photo storage used."] = "Hai usato %1$.2f Mb del tuo spazio disponibile.";
+$a->strings["Upload Photos"] = "Carica foto";
+$a->strings["Enter an album name"] = "Scegli il nome dell'album";
+$a->strings["or select an existing album (doubleclick)"] = "o seleziona un album esistente (doppio click)";
+$a->strings["Create a status post for this upload"] = "Pubblica sulla bacheca";
+$a->strings["Caption (optional):"] = "Titolo (facoltativo):";
+$a->strings["Description (optional):"] = "Descrizione (facoltativa):";
+$a->strings["Album name could not be decoded"] = "Non è stato possibile leggere il nome dell'album";
+$a->strings["Contact Photos"] = "Foto dei contatti";
+$a->strings["Show Newest First"] = "Prima i più recenti";
+$a->strings["Show Oldest First"] = "Prima i più vecchi";
+$a->strings["Permission denied. Access to this item may be restricted."] = "Permesso negato. L'accesso a questo elemento può essere stato limitato.";
+$a->strings["Photo not available"] = "Foto non disponibile";
+$a->strings["Use as profile photo"] = "Usa come foto del profilo";
+$a->strings["Private Photo"] = "Foto privata";
+$a->strings["View Full Size"] = "Vedi nelle dimensioni originali";
+$a->strings["Remove"] = "Rimuovi";
+$a->strings["Edit photo"] = "Modifica la foto";
+$a->strings["Rotate CW (right)"] = "Ruota (senso orario)";
+$a->strings["Rotate CCW (left)"] = "Ruota (senso antiorario)";
+$a->strings["Enter a new album name"] = "Inserisci il nome del nuovo album";
+$a->strings["or select an existing one (doubleclick)"] = "o seleziona uno esistente (doppio click)";
+$a->strings["Caption"] = "Didascalia";
+$a->strings["Add a Tag"] = "Aggiungi tag";
+$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com"] = "Esempio: @bob, @Barbara_Jensen, @jim@example.com";
+$a->strings["Flag as adult in album view"] = "Marca come 'per adulti'";
+$a->strings["In This Photo:"] = "In questa foto:";
+$a->strings["Map"] = "Mappa";
+$a->strings["View Album"] = "Guarda l'album";
+$a->strings["Recent Photos"] = "Foto recenti";
+$a->strings["sent you a private message"] = "ti ha inviato un messaggio privato";
+$a->strings["added your channel"] = "ha aggiunto il tuo canale";
+$a->strings["posted an event"] = "ha creato un evento";
+$a->strings["Poke/Prod"] = "Poke/Prod";
+$a->strings["poke, prod or do other things to somebody"] = "Manda un poke, un prod o altro";
+$a->strings["Recipient"] = "Destinatario";
+$a->strings["Choose what you wish to do to recipient"] = "Scegli cosa vuoi inviare al destinatario";
+$a->strings["Make this post private"] = "Rendi privato questo post";
+$a->strings["Fetching URL returns error: %1\$s"] = "La chiamata all'URL restituisce questo errore: %1\$s";
+$a->strings["Image uploaded but image cropping failed."] = "L'immagine è stata caricata, ma il non è stato possibile ritagliarla.";
+$a->strings["Image resize failed."] = "Il ridimensionamento dell'immagine è 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["Image upload failed."] = "Il caricamento dell'immagine è fallito.";
+$a->strings["Unable to process image."] = "Impossibile elaborare l'immagine.";
+$a->strings["female"] = "femmina";
+$a->strings["%1\$s updated her %2\$s"] = "Aggiornamento: %2\$s di %1\$s";
+$a->strings["male"] = "maschio";
+$a->strings["%1\$s updated his %2\$s"] = "Aggiornamento: %2\$s di %1\$s";
+$a->strings["%1\$s updated their %2\$s"] = "Aggiornamento: %2\$s di %1\$s";
+$a->strings["profile photo"] = "foto del profilo";
+$a->strings["Photo not available."] = "Foto non disponibile.";
+$a->strings["Upload File:"] = "Carica un file:";
+$a->strings["Select a profile:"] = "Seleziona un profilo:";
+$a->strings["Upload Profile Photo"] = "Carica la foto del 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 migliorarne la visualizzazione.";
+$a->strings["Done Editing"] = "Modifica terminata";
+$a->strings["Profile not found."] = "Profilo non trovato.";
+$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 unavailable to export."] = "Il profilo non è disponibile per l'export.";
+$a->strings["Profile Name is required."] = "Il nome del profilo è obbligatorio.";
+$a->strings["Marital Status"] = "Stato sentimentale";
+$a->strings["Romantic Partner"] = "Partner affettivo";
+$a->strings["Likes"] = "Mi piace";
+$a->strings["Dislikes"] = "Non mi piace";
+$a->strings["Work/Employment"] = "Lavoro/impiego";
+$a->strings["Religion"] = "Religione";
+$a->strings["Political Views"] = "Orientamento politico";
+$a->strings["Sexual Preference"] = "Preferenze sessuali";
+$a->strings["Homepage"] = "Home page";
+$a->strings["Interests"] = "Interessi";
+$a->strings["Profile updated."] = "Profilo aggiornato.";
+$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["Edit Profile Details"] = "Modifica i dettagli del profilo";
+$a->strings["View this profile"] = "Guarda questo profilo";
+$a->strings["Change Profile Photo"] = "Cambia la foto del 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["Import profile from file"] = "Importa il profilo da un file";
+$a->strings["Export profile to file"] = "Esporta il profilo in un file";
+$a->strings["Profile Name:"] = "Nome del profilo:";
+$a->strings["Your Full Name:"] = "Il tuo nome completo:";
+$a->strings["Title/Description:"] = "Titolo/descrizione:";
+$a->strings["Your Gender:"] = "Sesso:";
+$a->strings["Birthday :"] = "Compleanno:";
+$a->strings["Street Address:"] = "Indirizzo (via/piazza):";
+$a->strings["Locality/City:"] = "Località:";
+$a->strings["Postal/Zip Code:"] = "CAP:";
+$a->strings["Country:"] = "Nazione:";
+$a->strings["Region/State:"] = "Regione/stato:";
+$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Stato sentimentale:";
+$a->strings["Who: (if applicable)"] = "Con chi: (se possibile)";
+$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Per esempio: cathy123, Cathy Williams, cathy@example.com";
+$a->strings["Since [date]:"] = "dal [data]:";
+$a->strings["Homepage URL:"] = "Indirizzo home page:";
+$a->strings["Religious Views:"] = "Orientamento religioso:";
+$a->strings["Keywords:"] = "Parole chiave, tag:";
+$a->strings["Example: fishing photography software"] = "Per esempio: pesca fotografia programmazione";
+$a->strings["Used in directory listings"] = "Visibile negli elenchi pubblici di canali";
+$a->strings["Tell us about yourself..."] = "Raccontaci di te...";
+$a->strings["Hobbies/Interests"] = "Hobby/interessi";
+$a->strings["Contact information and Social Networks"] = "Contatti personali e i tuoi social network";
+$a->strings["My other channels"] = "I miei altri canali";
+$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/impiego";
+$a->strings["School/education"] = "Scuola/educazione";
+$a->strings["This is your default profile."] = "Questo è il tuo profilo predefinito.";
+$a->strings["Age: "] = "Età:";
+$a->strings["Edit/Manage Profiles"] = "Modifica/gestisci i profili";
+$a->strings["Add profile things"] = "Aggiungi oggetti al profilo";
+$a->strings["Include desirable objects in your profile"] = "Aggiungi oggetti interessanti al tuo profilo";
+$a->strings["Invalid profile identifier."] = "Indentificativo del profilo non valido.";
+$a->strings["Profile Visibility Editor"] = "Modifica la 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["Public Sites"] = "Siti pubblici";
+$a->strings["The listed sites allow public registration for the \$Projectname network. All sites in the network are interlinked so membership on any of them conveys membership in the network as a whole. Some sites may require subscription or provide tiered service plans. The provider links <strong>may</strong> provide additional details."] = "I siti elencati permettono la registrazione libera sulla rete \$Projectname. Tutti questi hub sono interconnessi, quindi essere iscritti su uno equivale a una registrazione su tutta la rete. Alcuni siti potrebbero richiedere un abbonamento o dei servizi a pagamento. Per maggiori dettagli visita gli indirizzi nell'elenco.";
+$a->strings["Rate this hub"] = "Valuta questo hub";
+$a->strings["Site URL"] = "URL del sito";
+$a->strings["Access Type"] = "Tipo di accesso";
+$a->strings["Registration Policy"] = "Politica di registrazione";
+$a->strings["Project"] = "Progetto";
+$a->strings["View hub ratings"] = "Vedi le valutazioni del hub";
+$a->strings["Rate"] = "Valuta";
+$a->strings["View ratings"] = "Vedi le valutazioni";
+$a->strings["Website:"] = "Sito web:";
+$a->strings["Remote Channel [%s] (not yet known on this site)"] = "Canale remoto [%s] (non ancora conosciuto da questo sito)";
+$a->strings["Rating (this information is public)"] = "Valutazione (visibile a tutti)";
+$a->strings["Optionally explain your rating (this information is public)"] = "Commento alla valutazione (facoltativo, visibile a tutti)";
+$a->strings["No ratings"] = "Nessuna valutazione";
+$a->strings["Ratings"] = "Valutazioni";
+$a->strings["Rating: "] = "Valutazione:";
+$a->strings["Website: "] = "Sito web:";
+$a->strings["Description: "] = "Descrizione:";
+$a->strings["Select a bookmark folder"] = "Scegli una cartella di segnalibri";
+$a->strings["Save Bookmark"] = "Salva segnalibro";
+$a->strings["URL of bookmark"] = "URL del segnalibro";
+$a->strings["Or enter new bookmark folder name"] = "O inserisci il nome di una nuova cartella di segnalibri";
+$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "È stato superato il numero massimo giornaliero di registrazioni a questo sito. Riprova domani!";
+$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Impossibile proseguire. Devi prima accettare le Condizioni d'Uso del servizio.";
+$a->strings["Passwords do not match."] = "Le password non corrispondono.";
+$a->strings["Registration successful. Please check your email for validation instructions."] = "La registrazione è terminata correttamente. Per continuare controlla l'email che ti è stata inviata.";
+$a->strings["Your registration is pending approval by the site owner."] = "La tua richiesta è in attesa di approvazione da parte dell'amministratore di questo hub.";
+$a->strings["Your registration can not be processed."] = "La tua registrazione non puo' essere processata.";
+$a->strings["Registration on this site/hub is by approval only."] = "La registrazione su questo hub è soggetta ad approvazione.";
+$a->strings["<a href=\"pubsites\">Register at another affiliated site/hub</a>"] = "<a href=\"pubsites\">Registrati su un altro hub affiliato</a>";
+$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Questo hub ha superato il numero di registrazioni giornaliere consentite. Prova di nuovo domani.";
+$a->strings["Terms of Service"] = "Condizioni d'Uso";
+$a->strings["I accept the %s for this website"] = "Accetto le %s di questo sito";
+$a->strings["I am over 13 years of age and accept the %s for this website"] = "Ho più di 13 anni e accetto le %s di questo sito";
+$a->strings["Membership on this site is by invitation only."] = "Per registrarsi su questo hub è necessario un invito.";
+$a->strings["Please enter your invitation code"] = "Inserisci il codice dell'invito";
+$a->strings["Your email address"] = "Il tuo indirizzo email";
+$a->strings["Choose a password"] = "Scegli una password";
+$a->strings["Please re-enter your password"] = "Ripeti la password per verifica";
+$a->strings["Please login."] = "Effettua l'accesso.";
+$a->strings["Account removals are not allowed within 48 hours of changing the account password."] = "Non è possibile eliminare il tuo account prima di 48 ore dall'ultimo cambio password.";
+$a->strings["Remove This Account"] = "Elimina questo account";
+$a->strings["WARNING: "] = "ATTENZIONE:";
+$a->strings["This account and all its channels will be completely removed from the network. "] = "Questo account e tutti i suoi canali saranno completamente eliminati dalla rete.";
+$a->strings["This action is permanent and can not be undone!"] = "Questo comando è definitivo e non può essere annullato!";
+$a->strings["Please enter your password for verification:"] = "Inserisci la tua password per verifica:";
+$a->strings["Remove this account, all its channels and all its channel clones from the network"] = "Elimina dalla rete questo account, tutti i suoi canali e ANCHE tutti gli eventuali canali clonati.";
+$a->strings["By default only the instances of the channels located on this hub will be removed from the network"] = "A meno che tu non lo richieda espressamente, solo i canali presenti su questo hub saranno rimossi dalla rete.";
+$a->strings["Remove Account"] = "Elimina l'account";
+$a->strings["Channel removals are not allowed within 48 hours of changing the account password."] = "Non è possibile eliminare un canale prima di 48 ore dall'ultimo cambio password.";
+$a->strings["Remove This Channel"] = "Elimina questo canale";
+$a->strings["This channel will be completely removed from the network. "] = "Questo canale sarà completamente eliminato dalla rete.";
+$a->strings["Remove this channel and all its clones from the network"] = "Elimina questo canale e tutti i suoi cloni dalla rete";
+$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = "L'impostazione predefinita è che sia eliminata solo l'istanza del canale presente su questo hub, non gli eventuali cloni";
+$a->strings["Remove Channel"] = "Elimina questo canale";
+$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Non è possibile effettuare login con l'OpenID che hai fornito. Per favore controlla che sia scritto correttamente.";
+$a->strings["The error message was:"] = "Messaggio di errore ricevuto:";
+$a->strings["Authentication failed."] = "Autenticazione fallita.";
+$a->strings["Remote Authentication"] = "Accedi tramite il tuo hub";
+$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Inserisci l'indirizzo del tuo canale (ad esempio lucia@esempio.com)";
+$a->strings["Authenticate"] = "Accedi";
+$a->strings["Items tagged with: %s"] = "Elementi taggati con: %s";
+$a->strings["Search results for: %s"] = "Risultati ricerca: %s";
+$a->strings["No service class restrictions found."] = "Non esistono restrizioni su questa classe di account.";
$a->strings["Name is required"] = "Il nome è obbligatorio";
$a->strings["Key and Secret are required"] = "Key e Secret sono richiesti";
$a->strings["Passwords do not match. Password unchanged."] = "Le password non corrispondono. Password non cambiata.";
@@ -1791,8 +1929,6 @@ $a->strings["Confirm New Password:"] = "Conferma la nuova password:";
$a->strings["Leave password fields blank unless changing"] = "Lascia vuoti questi campi per non cambiare la password";
$a->strings["Email Address:"] = "Indirizzo email:";
$a->strings["Remove this account including all its channels"] = "Elimina questo account e tutti i suoi canali";
-$a->strings["Off"] = "Off";
-$a->strings["On"] = "On";
$a->strings["Additional Features"] = "Funzionalità opzionali";
$a->strings["Connector Settings"] = "Impostazioni del connettore";
$a->strings["No special theme for mobile devices"] = "Nessun tema per dispositivi mobili";
@@ -1853,7 +1989,6 @@ $a->strings["0 or blank prevents expiration"] = "Lascia vuoto oppure 0 per non i
$a->strings["Maximum Friend Requests/Day:"] = "Numero massimo giornaliero di richieste di amicizia:";
$a->strings["May reduce spam activity"] = "Serve a ridurre lo spam";
$a->strings["Default Post Permissions"] = "Permessi predefiniti per i post";
-$a->strings["(click to open/close)"] = "(clicca per aprire/chiudere)";
$a->strings["Channel permissions category:"] = "Categorie di permessi dei canali:";
$a->strings["Maximum private messages per day from unknown people:"] = "Numero massimo giornaliero di messaggi privati da utenti sconosciuti:";
$a->strings["Useful to reduce spamming"] = "Serve e ridurre lo spam";
@@ -1899,195 +2034,94 @@ $a->strings["Personal menu to display in your channel pages"] = "Menu personale
$a->strings["Remove this channel."] = "Elimina questo canale.";
$a->strings["Firefox Share \$Projectname provider"] = "Attiva Firefox Share per \$Projectname";
$a->strings["Start calendar week on monday"] = "La settimana inizia il lunedì";
-$a->strings["Page Title"] = "Titolo della pagina";
-$a->strings["App installed."] = "App installata";
-$a->strings["Malformed app."] = "L'app contiene errori";
-$a->strings["Embed code"] = "Inserisci il codice";
-$a->strings["Edit App"] = "Modifica app";
-$a->strings["Create App"] = "Crea una app";
-$a->strings["Name of app"] = "Nome app";
-$a->strings["Location (URL) of app"] = "Indirizzo (URL) della app";
-$a->strings["Photo icon URL"] = "URL icona";
-$a->strings["80 x 80 pixels - optional"] = "80 x 80 pixel - facoltativa";
-$a->strings["Version ID"] = "ID versione";
-$a->strings["Price of app"] = "Prezzo app";
-$a->strings["Location (URL) to purchase app"] = "Indirizzo (URL) per acquistare la app";
-$a->strings["- select -"] = "- scegli -";
-$a->strings["Comanche page description language help"] = "Guida di Comanche Page Description Language";
-$a->strings["Layout Description"] = "Descrizione del layout";
-$a->strings["Download PDL file"] = "Scarica il file PDL";
-$a->strings["Location not found."] = "Indirizzo non trovato.";
-$a->strings["Location lookup failed."] = "La ricerca dell'indirizzo è fallita.";
-$a->strings["Please select another location to become primary before removing the primary location."] = "Prima di rimuovere il tuo canale primario assicurati di avere scelto una sua copia (clone) come primaria.";
-$a->strings["Syncing locations"] = "Sincronizzazione tra hub";
-$a->strings["No locations found."] = "Nessun indirizzo trovato.";
-$a->strings["Manage Channel Locations"] = "Modifica gli indirizzi del canale";
-$a->strings["Location (address)"] = "Indirizzo";
-$a->strings["Primary Location"] = "Indirizzo primario";
-$a->strings["Drop location"] = "Elimina un indirizzo";
-$a->strings["Sync now"] = "Sincronizza ora";
-$a->strings["Please wait several minutes between consecutive operations."] = "Si raccomanda di attendere alcuni minuti prima di effettuare una nuova sincronizzazione.";
-$a->strings["When possible, drop a location by logging into that website/hub and removing your channel."] = "Quando possibile, riduci il numero di cloni del tuo canale effettuando il login sul relativo hub e rimuovendoli.";
-$a->strings["Use this form to drop the location if the hub is no longer operating."] = "Usa questo modulo per abbandonare un canale su un hub che non è più funzionante.";
-$a->strings["\$Projectname"] = "\$Projectname";
-$a->strings["Welcome to %s"] = "%s ti dà il benvenuto";
-$a->strings["Please login."] = "Effettua l'accesso.";
-$a->strings["Xchan Lookup"] = "Ricerca canale";
-$a->strings["Lookup xchan beginning with (or webbie): "] = "Cerca un canale (o un webbie) che inizia per:";
-$a->strings["Not found."] = "Non trovato.";
-$a->strings["You must be logged in to see this page."] = "Devi aver effettuato l'accesso per vedere questa pagina.";
-$a->strings["Insufficient permissions. Request redirected to profile page."] = "Permessi insufficienti. Sarà visualizzata la pagina del profilo.";
-$a->strings["Item not available."] = "Elemento non disponibile.";
-$a->strings["Page owner information could not be retrieved."] = "Impossibile ottenere informazioni sul proprietario della pagina.";
-$a->strings["Album not found."] = "Album non trovato.";
-$a->strings["Delete Album"] = "Elimina album";
-$a->strings["Delete Photo"] = "Elimina foto";
-$a->strings["No photos selected"] = "Nessuna foto selezionata";
-$a->strings["Access to this item is restricted."] = "Questo elemento non è visibile a tutti.";
-$a->strings["%1$.2f MB of %2$.2f MB photo storage used."] = "Hai usato %1$.2f Mb dei %2$.2f Mb di spazio disponibile.";
-$a->strings["%1$.2f MB photo storage used."] = "Hai usato %1$.2f Mb del tuo spazio disponibile.";
-$a->strings["Upload Photos"] = "Carica foto";
-$a->strings["Enter an album name"] = "Scegli il nome dell'album";
-$a->strings["or select an existing album (doubleclick)"] = "o seleziona un album esistente (doppio click)";
-$a->strings["Create a status post for this upload"] = "Pubblica sulla bacheca";
-$a->strings["Caption (optional):"] = "Titolo (facoltativo):";
-$a->strings["Description (optional):"] = "Descrizione (facoltativa):";
-$a->strings["Album name could not be decoded"] = "Non è stato possibile leggere il nome dell'album";
-$a->strings["Contact Photos"] = "Foto dei contatti";
-$a->strings["Show Newest First"] = "Prima i più recenti";
-$a->strings["Show Oldest First"] = "Prima i più vecchi";
-$a->strings["Permission denied. Access to this item may be restricted."] = "Permesso negato. L'accesso a questo elemento può essere stato limitato.";
-$a->strings["Photo not available"] = "Foto non disponibile";
-$a->strings["Use as profile photo"] = "Usa come foto del profilo";
-$a->strings["Private Photo"] = "Foto privata";
-$a->strings["Previous"] = "Precendente";
-$a->strings["View Full Size"] = "Vedi nelle dimensioni originali";
-$a->strings["Edit photo"] = "Modifica la foto";
-$a->strings["Rotate CW (right)"] = "Ruota (senso orario)";
-$a->strings["Rotate CCW (left)"] = "Ruota (senso antiorario)";
-$a->strings["Enter a new album name"] = "Inserisci il nome del nuovo album";
-$a->strings["or select an existing one (doubleclick)"] = "o seleziona uno esistente (doppio click)";
-$a->strings["Caption"] = "Didascalia";
-$a->strings["Add a Tag"] = "Aggiungi tag";
-$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com"] = "Esempio: @bob, @Barbara_Jensen, @jim@example.com";
-$a->strings["Flag as adult in album view"] = "Marca come 'per adulti'";
-$a->strings["In This Photo:"] = "In questa foto:";
-$a->strings["Map"] = "Mappa";
-$a->strings["View Album"] = "Guarda l'album";
-$a->strings["Recent Photos"] = "Foto recenti";
-$a->strings["Remote privacy information not available."] = "Le informazioni remote sulla privacy non sono disponibili.";
-$a->strings["Visible to:"] = "Visibile a:";
-$a->strings["Export Channel"] = "Esporta il canale";
-$a->strings["Export your basic channel information to a file. This acts as a backup of your connections, permissions, profile and basic data, which can be used to import your data to a new server hub, but does not contain your content."] = "Esporta le informazioni di base del canale in un file. In pratica è un salvataggio delle tue connessioni, dei permessi che hai assegnato e del tuo profilo che così potrà essere importato su un altro server/hub. Il file non includerà i tuoi post e altri contenuti che hai creato o caricato.";
-$a->strings["Export Content"] = "Esporta i contenuti";
-$a->strings["Export your channel information and recent content to a JSON backup that can be restored or imported to another server hub. This backs up all of your connections, permissions, profile data and several months of posts. This file may be VERY large. Please be patient - it may take several minutes for this download to begin."] = "Esporta il tuo canale e i contenuti recenti in un file di salvataggio che potrà essere importato su un altro server/hub. Sarà un backup dei tuoi contatti, dei permessi che hai assegnato, dei dati del profilo e dei post degli ultimi mesi. Il file potrebbe essere MOLTO grande. Sarà necessario attendere con pazienza - saranno necessari molti minuti prima che inizi lo scaricamento.";
-$a->strings["Export your posts from a given year."] = "Esporta i tuoi post a partire dall'anno scelto.";
-$a->strings["You may also export your posts and conversations for a particular year or month. Adjust the date in your browser location bar to select other dates. If the export fails (possibly due to memory exhaustion on your server hub), please try again selecting a more limited date range."] = "Puoi anche esportare post e conversazioni di un particolare anno o mese. Modifica la data nella barra dell'indirizzo del browser per scegliere date differenti. Se l'esportazione dovesse fallire (la memoria sul server potrebbe non bastare), riprova scegliendo un intervallo più breve tra le date.";
-$a->strings["To select all posts for a given year, such as this year, visit <a href=\"%1\$s\">%2\$s</a>"] = "Per selezionare tutti i post di un anno, come per esempio quello in corso, visita <a href=\"%1\$s\">%2\$s</a> ";
-$a->strings["To select all posts for a given month, such as January of this year, visit <a href=\"%1\$s\">%2\$s</a>"] = "Per selezionare tutti post di un dato mese, come per esempio gennaio di quest'anno, visita <a href=\"%1\$s\">%2\$s</a>";
-$a->strings["These content files may be imported or restored by visiting <a href=\"%1\$s\">%2\$s</a> on any site containing your channel. For best results please import or restore these in date order (oldest first)."] = "Questi contenuti potranno essere importati o ripristinati visitando <a href=\"%1\$s\">%2\$s</a> su qualsiasi sito/hub dove è presente il tuo canale. Per mantenere l'ordinamento originale fai attenzione ad importare i file secondo la data (prima il più vecchio)";
-$a->strings["Item is not editable"] = "L'elemento non è modificabile";
-$a->strings["Delete item?"] = "Eliminare questo elemento?";
-$a->strings["Edit post"] = "Modifica post";
-$a->strings["Channel added."] = "Canale aggiunto.";
-$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Non è possibile effettuare login con l'OpenID che hai fornito. Per favore controlla che sia scritto correttamente.";
-$a->strings["The error message was:"] = "Messaggio di errore ricevuto:";
-$a->strings["Authentication failed."] = "Autenticazione fallita.";
-$a->strings["Remote Authentication"] = "Accedi tramite il tuo hub";
-$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Inserisci l'indirizzo del tuo canale (ad esempio lucia@esempio.com)";
-$a->strings["Authenticate"] = "Accedi";
-$a->strings["Room not found"] = "Chat non trovata";
-$a->strings["Leave Room"] = "Lascia la chat";
-$a->strings["Delete This Room"] = "Elimina questa chat";
-$a->strings["I am away right now"] = "Non sono presente";
-$a->strings["I am online"] = "Sono online";
-$a->strings["Bookmark this room"] = "Aggiungi questa chat ai segnalibri";
-$a->strings["New Chatroom"] = "Nuova chat";
-$a->strings["Chatroom Name"] = "Nome della chat";
-$a->strings["Expiration of chats (minutes)"] = "Scadenza dei messaggi della chat (minuti)";
-$a->strings["%1\$s's Chatrooms"] = "Le chat di %1\$s";
-$a->strings["Items tagged with: %s"] = "Elementi taggati con: %s";
-$a->strings["Search results for: %s"] = "Risultati ricerca: %s";
-$a->strings["Source of Item"] = "Sorgente";
-$a->strings["Share content from Firefox to \$Projectname"] = "Condividi i contenuti su \$Projectname da Firefox";
-$a->strings["Activate the Firefox \$Projectname provider"] = "Attiva Firefox Share per \$Projectname";
-$a->strings["Hub not found."] = "Hub non trovato.";
-$a->strings["Blocked"] = "Bloccati";
-$a->strings["Ignored"] = "Ignorati";
-$a->strings["Hidden"] = "Nascosti";
-$a->strings["Archived"] = "Archiviati";
-$a->strings["Suggest new connections"] = "Suggerisci nuovi contatti";
-$a->strings["New Connections"] = "Nuovi contatti";
-$a->strings["Show pending (new) connections"] = "Richieste di contatto in attesa";
-$a->strings["All Connections"] = "Tutti i contatti";
-$a->strings["Show all connections"] = "Mostra tutti i contatti";
-$a->strings["Unblocked"] = "Non bloccati";
-$a->strings["Only show unblocked connections"] = "Mostra solo i contatti non bloccati";
-$a->strings["Only show blocked connections"] = "Mostra solo i contatti bloccati";
-$a->strings["Only show ignored connections"] = "Mostra solo i contatti ignorati";
-$a->strings["Only show archived connections"] = "Mostra solo i contatti archiviati";
-$a->strings["Only show hidden connections"] = "Mostra solo i contatti nascosti";
-$a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]";
-$a->strings["Edit connection"] = "Modifica il contatto";
-$a->strings["Search your connections"] = "Cerca tra i contatti";
-$a->strings["Finding: "] = "Ricerca: ";
-$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Hai creato %1$.0f dei %2$.0f canali permessi.";
-$a->strings["Create a new channel"] = "Crea un nuovo canale";
-$a->strings["Current Channel"] = "Canale attuale";
-$a->strings["Switch to one of your channels by selecting it."] = "Seleziona l'altro canale a cui vuoi passare.";
-$a->strings["Default Channel"] = "Canale predefinito";
-$a->strings["Make Default"] = "Rendi predefinito";
-$a->strings["%d new messages"] = "%d nuovi messaggi";
-$a->strings["%d new introductions"] = "%d nuove richieste di entrare in contatto";
-$a->strings["Delegated Channels"] = "Canali delegati";
-$a->strings["Unable to update menu."] = "Impossibile aggiornare il menù.";
-$a->strings["Unable to create menu."] = "Impossibile creare il menù.";
-$a->strings["Menu Name"] = "Nome del menu";
-$a->strings["Unique name (not visible on webpage) - required"] = "Nome unico (non visibile sulla pagina) - obbligatorio";
-$a->strings["Menu Title"] = "Titolo del menu";
-$a->strings["Visible on webpage - leave empty for no title"] = "Visibile sulla pagina - lascia vuoto per non avere un titolo";
-$a->strings["Allow Bookmarks"] = "Permetti i segnalibri";
-$a->strings["Menu may be used to store saved bookmarks"] = "Puoi salvare i segnalibri nei menù";
-$a->strings["Submit and proceed"] = "Salva e procedi";
-$a->strings["Drop"] = "Elimina";
-$a->strings["Bookmarks allowed"] = "Permetti segnalibri";
-$a->strings["Delete this menu"] = "Elimina questo menù";
-$a->strings["Edit menu contents"] = "Modifica i contenuti del menù";
-$a->strings["Edit this menu"] = "Modifica questo menù";
-$a->strings["Menu could not be deleted."] = "Il menù non può essere eliminato.";
-$a->strings["Menu not found."] = "Menù non trovato.";
-$a->strings["Edit Menu"] = "Modifica menù";
-$a->strings["Add or remove entries to this menu"] = "Aggiungi o rimuovi elementi di questo menù";
-$a->strings["Menu name"] = "Nome del menù";
-$a->strings["Must be unique, only seen by you"] = "Deve essere unico, lo vedrai solo tu";
-$a->strings["Menu title"] = "Titolo del menù";
-$a->strings["Menu title as seen by others"] = "Titolo del menù come comparirà a tutti";
-$a->strings["Allow bookmarks"] = "Permetti l'invio di segnalibri";
-$a->strings["Unable to lookup recipient."] = "Impossibile associare un destinatario.";
-$a->strings["Unable to communicate with requested channel."] = "Impossibile comunicare con il canale richiesto.";
-$a->strings["Cannot verify requested channel."] = "Impossibile verificare il canale richiesto.";
-$a->strings["Selected channel has private message restrictions. Send failed."] = "Il canale ha delle regole restrittive per la ricezione dei messaggi privati. Invio fallito.";
-$a->strings["Messages"] = "Messaggi";
-$a->strings["Message recalled."] = "Messaggio revocato.";
-$a->strings["Conversation removed."] = "Conversazione rimossa.";
-$a->strings["Requested channel is not in this network"] = "Il canale cercato non è in questa rete";
-$a->strings["Send Private Message"] = "Invia un messaggio privato";
-$a->strings["To:"] = "A:";
-$a->strings["Subject:"] = "Oggetto:";
-$a->strings["Send"] = "Invia";
-$a->strings["Delete message"] = "Elimina il messaggio";
-$a->strings["Delivery report"] = "Rapporto di trasmissione";
-$a->strings["Recall message"] = "Revoca il messaggio";
-$a->strings["Message has been recalled."] = "Il messaggio è stato revocato.";
-$a->strings["Delete Conversation"] = "Elimina la conversazione";
-$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Non è disponibile alcun modo sicuro di comunicare con questo canale. <strong>Se possibile</strong>, prova a rispondere direttamente dalla pagina del profilo del mittente.";
-$a->strings["Send Reply"] = "Invia la risposta";
-$a->strings["Your message for %s (%s):"] = "Il tuo messaggio per %s (%s):";
-$a->strings["Documentation Search"] = "Ricerca nella guida";
-$a->strings["Help:"] = "Guida:";
-$a->strings["Not Found"] = "Non disponibile";
-$a->strings["\$Projectname Documentation"] = "Guida di \$Projectname";
-$a->strings["No service class restrictions found."] = "Non esistono restrizioni su questa classe di account.";
+$a->strings["\$Projectname Server - Setup"] = "Server \$Projectname - Installazione";
+$a->strings["Could not connect to database."] = " Impossibile connettersi al database.";
+$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "Non è possibile raggiungere l'indirizzo del sito specificato. Potrebbe essere un problema di SSL o DNS.";
+$a->strings["Could not create table."] = "Impossibile creare le tabelle.";
+$a->strings["Your site database has been installed."] = "Il database del sito è stato installato.";
+$a->strings["You may need to import the file \"install/schema_xxx.sql\" manually using a database client."] = "Potresti dover importare il file 'install/schema_xxx.sql' manualmente usando un client per collegarti al db.";
+$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Leggi il file 'install/INSTALL.txt'.";
+$a->strings["System check"] = "Verifica del sistema";
+$a->strings["Check again"] = "Verifica di nuovo";
+$a->strings["Database connection"] = "Connessione al database";
+$a->strings["In order to install \$Projectname we need to know how to connect to your database."] = "Per poter installare \$Projectname è necessario fornire i parametri di connessione al tuo database.";
+$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Contatta il tuo fornitore di hosting o l'amministratore del sito se hai domande su queste impostazioni.";
+$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Il database deve già esistere. Se non esiste, crealo prima di continuare.";
+$a->strings["Database Server Name"] = "Server del database";
+$a->strings["Default is 127.0.0.1"] = "Il valore predefinito è 127.0.0.1";
+$a->strings["Database Port"] = "Port del database";
+$a->strings["Communication port number - use 0 for default"] = "Scrivi 0 per usare il valore standard";
+$a->strings["Database Login Name"] = "Utente database";
+$a->strings["Database Login Password"] = "Password database";
+$a->strings["Database Name"] = "Nome database";
+$a->strings["Database Type"] = "Tipo database";
+$a->strings["Site administrator email address"] = "Indirizzo email dell'amministratore del hub";
+$a->strings["Your account email address must match this in order to use the web admin panel."] = "Il tuo indirizzo email deve corrispondere a questo per poter usare il pannello di amministrazione di Hubzilla.";
+$a->strings["Website URL"] = "URL completo del sito";
+$a->strings["Please use SSL (https) URL if available."] = "Se disponibile, usa l'indirizzo SSL (https).";
+$a->strings["Please select a default timezone for your website"] = "Seleziona il fuso orario predefinito per il tuo hub";
+$a->strings["Site settings"] = "Impostazioni del hub";
+$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Non è possibile 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 background polling via cron."] = "Se non hai installata la versione di PHP da riga di comando non potrai attivare il polling in background tramite cron.";
+$a->strings["PHP executable path"] = "Path del comando PHP";
+$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Inserisci il percorso dell'eseguibile PHP. Puoi lasciarlo vuoto per continuare l'installazione.";
+$a->strings["Command line PHP"] = "PHP da riga di comando";
+$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "La versione da riga di comando di PHP nel sistema non ha abilitato \"register_argc_argv\".";
+$a->strings["This is required for message delivery to work."] = "E' necessario perché funzioni la consegna dei messaggi.";
+$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv";
+$a->strings["Your max allowed total upload size is set to %s. Maximum size of one file to upload is set to %s. You are allowed to upload up to %d files at once."] = "La dimensione massima di un caricamento è impostata a %s. Il singolo file non può superare %s. Ti è permesso caricare max %d file per volta.";
+$a->strings["You can adjust these settings in the servers php.ini."] = "Puoi regolare queste impostazioni sul server in php.ini";
+$a->strings["PHP upload limits"] = "Limiti PHP in upload";
+$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Errore: la funzione \"openssl_pkey_new\" su questo sistema non è in grado di generare le chiavi di cifratura";
+$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Se stai usando un server windows, guarda \"http://www.php.net/manual/en/openssl.installation.php\".";
+$a->strings["Generate encryption keys"] = "Genera chiavi di cifratura";
+$a->strings["libCurl PHP module"] = "modulo PHP libCurl";
+$a->strings["GD graphics PHP module"] = "modulo PHP GD graphics";
+$a->strings["OpenSSL PHP module"] = "modulo PHP OpenSSL";
+$a->strings["mysqli or postgres PHP module"] = "modulo PHP per mysqli oppure prostgres";
+$a->strings["mb_string PHP module"] = "modulo PHP mb_string";
+$a->strings["mcrypt PHP module"] = "modulo PHP mcrypt";
+$a->strings["xml PHP module"] = "modulo xml PHP";
+$a->strings["Apache mod_rewrite module"] = "modulo Apache mod_rewrite";
+$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Errore: il modulo mod-rewrite di Apache è richiesto ma non installato";
+$a->strings["proc_open"] = "proc_open";
+$a->strings["Error: proc_open is required but is either not installed or has been disabled in php.ini"] = "Errore: proc_open è richiesto ma non è installato o è disabilitato in php.ini";
+$a->strings["Error: libCURL PHP module required but not installed."] = "Errore: il modulo libCURL di PHP è richiesto ma non installato.";
+$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Errore: Il modulo GD graphics di PHP con supporto a JPEG è richiesto ma non installato.";
+$a->strings["Error: openssl PHP module required but not installed."] = "Errore: il modulo openssl di PHP è richiesto ma non installato.";
+$a->strings["Error: mysqli or postgres PHP module required but neither are installed."] = "Errore: il modulo PHP per mysqli o postgres è richiesto ma non installato";
+$a->strings["Error: mb_string PHP module required but not installed."] = "Errore: il modulo PHP mb_string è richiesto ma non installato.";
+$a->strings["Error: mcrypt PHP module required but not installed."] = "Errore: il modulo PHP mcrypt è richiesto ma non installato.";
+$a->strings["Error: xml PHP module required for DAV but not installed."] = "Errore: il modulo xml PHP è richiesto per DAV ma non è installato.";
+$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "L'installazione web deve poter creare un file chiamato \".htconfig.php\" nella cartella di Hubzilla ma non è in grado di farlo.";
+$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Spesso ciò è dovuto ai permessi di accesso al disco: il web server potrebbe non aver diritto di scrivere il file nella cartella, anche se tu puoi.";
+$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = "Alla fine di questa procedura ti sarà dato il testo da salvare in un file di nome .htconfig.php dentro la cartella principale di Hubzilla.";
+$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "Puoi anche saltare questa procedura ed effettuare un'installazione manuale. Guarda il file 'install/INSTALL.txt' per le istruzioni.";
+$a->strings[".htconfig.php is writable"] = ".htconfig.php è scrivibile";
+$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Hubzilla usa il sistema Smarty3 per costruire i suoi template grafici. Smarty3 è molto veloce perché compila i template delle pagine direttamente in PHP.";
+$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder."] = "Per poter memorizzare i template compilati, il web server deve avere accesso in scrittura a %s sotto la cartella di installazione di Hubzilla.";
+$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Assicurati che il tuo web server sia in esecuzione con un utente che ha diritto di scrittura su quella cartella (ad esempio www-data).";
+$a->strings["Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."] = "Nota bene: come precauzione, dovresti dare i diritti di scrittura solamente su %s e non sui file template (.tpl) che contiene.";
+$a->strings["%s is writable"] = "%s è scrivibile";
+$a->strings["Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"] = "Hubzilla salva i file caricati nella cartella \"store\" sul server. Il server deve avere i diritti di scrittura su quella cartella che si trova dentro l'installazione di RedMatrix";
+$a->strings["store is writable"] = "l'archivio è scrivibile";
+$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "Il certificato SSL non può essere validato. Correggi l'errore o disabilita l'accesso https al sito.";
+$a->strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = "Se abiliti https per il tuo sito o permetti connessioni TCP su port 443 (quella di https), DEVI usare un certificato riconosciuto dai browser internet. NON DEVI usare certificati self-signed generati da te!";
+$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "Questa restrizione è necessaria perché i tuoi post pubblici potrebbero contenere riferimenti a immagini sul tuo server.";
+$a->strings["If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "Se il tuo certificato non è riconosciuto, gli utenti che ti seguono da altri siti (che avranno certificati validi) riceveranno gravi avvisi di sicurezza dal browser.";
+$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "Ciò può creare seri problemi di usabilità (non solo sul tuo sito), quindi dobbiamo insistere su questo punto.";
+$a->strings["Providers are available that issue free certificates which are browser-valid."] = "Eventualmente, considera che esistono provider che rilasciano certificati gratuiti riconosciuti dai browser.";
+$a->strings["SSL certificate validation"] = "Validazione del certificato SSL";
+$a->strings["Url rewrite in .htaccess is not working. Check your server configuration.Test: "] = "In .htaccess la funzionalità url rewrite non funziona. Controlla la configurazione del server. Test:";
+$a->strings["Url rewrite is working"] = "Url rewrite funziona correttamente";
+$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 puo' essere scritto. Usa il testo qui di seguito per creare questo file di configurazione nella cartella principale del tuo sito.";
+$a->strings["Errors encountered creating database tables."] = "La creazione delle tabelle del database ha generato errori.";
+$a->strings["<h1>What next</h1>"] = "<h1>I prossimi passi</h1>";
+$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANTE: Devi creare [manualmente] la pianificazione del polling.";
+$a->strings["Files: shared with me"] = "File: condivisi con me";
+$a->strings["NEW"] = "NOVITÀ";
+$a->strings["Remove all files"] = "Elimina tutti i file";
+$a->strings["Remove this file"] = "Elimina questo file";
$a->strings["Version %s"] = "Versione %s";
$a->strings["Installed plugins/addons/apps:"] = "App e componenti installati:";
$a->strings["No installed plugins/addons/apps"] = "Nessuna app o componente installato";
@@ -2101,76 +2135,56 @@ $a->strings["Bug reports and issues: please visit"] = "Per segnalare bug e probl
$a->strings["\$projectname issues"] = "Problematiche note su \$projectname";
$a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = "Per consigli, ringraziamenti, ecc. - scrivi a \"redmatrix\" at librelist - dot com";
$a->strings["Site Administrators"] = "Amministratori del sito";
+$a->strings["Failed to create source. No channel selected."] = "Impossibile creare la sorgente. Nessun canale selezionato.";
+$a->strings["Source created."] = "Sorgente creata.";
+$a->strings["Source updated."] = "Sorgente aggiornata.";
+$a->strings["*"] = "*";
+$a->strings["Manage remote sources of content for your channel."] = "Gestisci le sorgenti dei contenuti del tuo canale.";
+$a->strings["New Source"] = "Nuova sorgente";
+$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "Importa nel tuo canale tutti o una parte dei contenuti dal canale seguente.";
+$a->strings["Only import content with these words (one per line)"] = "Importa solo i contenuti che hanno queste parole (una per riga)";
+$a->strings["Leave blank to import all public content"] = "Lascia vuoto per importare tutti i contenuti pubblici";
+$a->strings["Source not found."] = "Sorgente non trovata.";
+$a->strings["Edit Source"] = "Modifica la sorgente";
+$a->strings["Delete Source"] = "Elimina la sorgente";
+$a->strings["Source removed"] = "Sorgente eliminata";
+$a->strings["Unable to remove source."] = "Impossibile rimuovere la sorgente.";
+$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s sta seguendo %3\$s di %2\$s";
+$a->strings["%1\$s stopped following %2\$s's %3\$s"] = "%1\$s non segue più %3\$s di %2\$s";
$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Nessun suggerimento disponibile. Se questo sito è nuovo, riprova tra 24 ore.";
-$a->strings["Calendar entries imported."] = "Le voci del calendario sono state importate.";
-$a->strings["No calendar entries found."] = "Non sono state trovate voci del calendario.";
-$a->strings["Event can not end before it has started."] = "Un evento non può terminare prima del suo inizio.";
-$a->strings["Unable to generate preview."] = "Impossibile creare un'anteprima.";
-$a->strings["Event title and start time are required."] = "Sono necessari il titolo e l'ora d'inizio dell'evento.";
-$a->strings["Event not found."] = "Evento non trovato.";
-$a->strings["Edit event titel"] = "Modifica il titolo dell'evento";
-$a->strings["Event titel"] = "Titolo evento";
-$a->strings["Categories (comma-separated list)"] = "Categorie (separate da virgola)";
-$a->strings["Edit Category"] = "Modifica la categoria";
-$a->strings["Category"] = "Categoria";
-$a->strings["Edit start date and time"] = "Modifica data/ora di inizio";
-$a->strings["Start date and time"] = "Data e ora di inizio";
-$a->strings["Finish date and time are not known or not relevant"] = "La data e l'ora di inizio non sono necessarie";
-$a->strings["Edit finish date and time"] = "Modifica data/ora di fine";
-$a->strings["Finish date and time"] = "Data e ora di fine";
-$a->strings["Adjust for viewer timezone"] = "Adatta al fuso orario di chi legge";
-$a->strings["Important for events that happen in a particular place. Not practical for global holidays."] = "Importante per eventi che avvengono online ma con un certo fuso orario.";
-$a->strings["Edit Description"] = "Modifica la descrizione";
-$a->strings["Edit Location"] = "Modifica il luogo";
-$a->strings["Share this event"] = "Condividi questo evento";
-$a->strings["Advanced Options"] = "Opzioni avanzate";
-$a->strings["l, F j"] = "l j F";
-$a->strings["Edit event"] = "Modifica l'evento";
-$a->strings["Delete event"] = "Elimina l'evento";
-$a->strings["calendar"] = "calendario";
-$a->strings["Edit Event"] = "Modifica l'evento";
-$a->strings["Create Event"] = "Crea un evento";
-$a->strings["Today"] = "Oggi";
-$a->strings["Event removed"] = "Evento eliminato";
-$a->strings["Failed to remove event"] = "Impossibile eliminare l'evento";
-$a->strings["Invalid profile identifier."] = "Indentificativo del profilo non valido.";
-$a->strings["Profile Visibility Editor"] = "Modifica la 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["Unable to create element."] = "Impossibile creare l'elemento.";
-$a->strings["Unable to update menu element."] = "Non è possibile aggiornare l'elemento del menù.";
-$a->strings["Unable to add menu element."] = "Impossibile aggiungere l'elemento al menù.";
-$a->strings["Menu Item Permissions"] = "Permessi del menu";
-$a->strings["Link Name"] = "Nome link";
-$a->strings["Link or Submenu Target"] = "Azione del link o del sottomenu";
-$a->strings["Enter URL of the link or select a menu name to create a submenu"] = "Inserisci l'indirizzo del link o scegli il nome di un sottomenu";
-$a->strings["Use magic-auth if available"] = "Usa l'autenticazione tramite il tuo hub, se disponibile";
-$a->strings["Open link in new window"] = "Apri il link in una nuova finestra";
-$a->strings["Order in list"] = "Ordine dell'elenco";
-$a->strings["Higher numbers will sink to bottom of listing"] = "I numeri più alti andranno in fondo all'elenco";
-$a->strings["Submit and finish"] = "Salva e termina";
-$a->strings["Submit and continue"] = "Salva e continua";
-$a->strings["Menu:"] = "Menu:";
-$a->strings["Link Target"] = "Destinazione link";
-$a->strings["Edit menu"] = "Modifica il menù";
-$a->strings["Edit element"] = "Modifica l'elemento";
-$a->strings["Drop element"] = "Elimina l'elemento";
-$a->strings["New element"] = "Nuovo elemento";
-$a->strings["Edit this menu container"] = "Modifica il contenitore del menù";
-$a->strings["Add menu element"] = "Aggiungi un elemento al menù";
-$a->strings["Delete this menu item"] = "Elimina questo elemento del menù";
-$a->strings["Edit this menu item"] = "Modifica questo elemento del menù";
-$a->strings["Menu item not found."] = "L'elemento del menù non è stato trovato.";
-$a->strings["Menu item deleted."] = "L'elemento del menù è stato eliminato.";
-$a->strings["Menu item could not be deleted."] = "L'elemento del menù non può essere eliminato.";
-$a->strings["Edit Menu Element"] = "Modifica l'elemento del menù";
-$a->strings["Link text"] = "Testo del link";
-$a->strings["Files: shared with me"] = "File: condivisi con me";
-$a->strings["NEW"] = "NOVITÀ";
-$a->strings["Remove all files"] = "Elimina tutti i file";
-$a->strings["Remove this file"] = "Elimina questo file";
+$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["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["Thing updated"] = "L'oggetto è stato aggiornato";
+$a->strings["Object store: failed"] = "Impossibile memorizzare l'oggetto.";
+$a->strings["Thing added"] = "L'Oggetto è stato aggiunto";
+$a->strings["OBJ: %1\$s %2\$s %3\$s"] = "OBJ: %1\$s %2\$s %3\$s";
+$a->strings["Show Thing"] = "Mostra l'oggetto";
+$a->strings["item not found."] = "non trovato.";
+$a->strings["Edit Thing"] = "Modifica l'oggetto";
+$a->strings["Select a profile"] = "Scegli un profilo";
+$a->strings["Post an activity"] = "Pubblica un'attività";
+$a->strings["Only sends to viewers of the applicable profile"] = "Invia solo a chi può vedere il profilo scelto";
+$a->strings["Name of thing e.g. something"] = "Nome dell'oggetto";
+$a->strings["URL of thing (optional)"] = "Indirizzo web dell'oggetto (facoltativo)";
+$a->strings["URL for photo of thing (optional)"] = "Indirizzo di un'immagine dell'oggetto (facoltativo)";
+$a->strings["Add Thing to your Profile"] = "Aggiungi l'oggetto al tuo profilo";
+$a->strings["Export Channel"] = "Esporta il canale";
+$a->strings["Export your basic channel information to a file. This acts as a backup of your connections, permissions, profile and basic data, which can be used to import your data to a new server hub, but does not contain your content."] = "Esporta le informazioni di base del canale in un file. In pratica è un salvataggio delle tue connessioni, dei permessi che hai assegnato e del tuo profilo che così potrà essere importato su un altro server/hub. Il file non includerà i tuoi post e altri contenuti che hai creato o caricato.";
+$a->strings["Export Content"] = "Esporta i contenuti";
+$a->strings["Export your channel information and recent content to a JSON backup that can be restored or imported to another server hub. This backs up all of your connections, permissions, profile data and several months of posts. This file may be VERY large. Please be patient - it may take several minutes for this download to begin."] = "Esporta il tuo canale e i contenuti recenti in un file di salvataggio che potrà essere importato su un altro server/hub. Sarà un backup dei tuoi contatti, dei permessi che hai assegnato, dei dati del profilo e dei post degli ultimi mesi. Il file potrebbe essere MOLTO grande. Sarà necessario attendere con pazienza - saranno necessari molti minuti prima che inizi lo scaricamento.";
+$a->strings["Export your posts from a given year."] = "Esporta i tuoi post a partire dall'anno scelto.";
+$a->strings["You may also export your posts and conversations for a particular year or month. Adjust the date in your browser location bar to select other dates. If the export fails (possibly due to memory exhaustion on your server hub), please try again selecting a more limited date range."] = "Puoi anche esportare post e conversazioni di un particolare anno o mese. Modifica la data nella barra dell'indirizzo del browser per scegliere date differenti. Se l'esportazione dovesse fallire (la memoria sul server potrebbe non bastare), riprova scegliendo un intervallo più breve tra le date.";
+$a->strings["To select all posts for a given year, such as this year, visit <a href=\"%1\$s\">%2\$s</a>"] = "Per selezionare tutti i post di un anno, come per esempio quello in corso, visita <a href=\"%1\$s\">%2\$s</a> ";
+$a->strings["To select all posts for a given month, such as January of this year, visit <a href=\"%1\$s\">%2\$s</a>"] = "Per selezionare tutti post di un dato mese, come per esempio gennaio di quest'anno, visita <a href=\"%1\$s\">%2\$s</a>";
+$a->strings["These content files may be imported or restored by visiting <a href=\"%1\$s\">%2\$s</a> on any site containing your channel. For best results please import or restore these in date order (oldest first)."] = "Questi contenuti potranno essere importati o ripristinati visitando <a href=\"%1\$s\">%2\$s</a> su qualsiasi sito/hub dove è presente il tuo canale. Per mantenere l'ordinamento originale fai attenzione ad importare i file secondo la data (prima il più vecchio)";
$a->strings["No connections."] = "Nessun contatto.";
$a->strings["Visit %s's profile [%s]"] = "Visita il profilo di %s [%s]";
+$a->strings["Source of Item"] = "Sorgente";
+$a->strings["Page Title"] = "Titolo della pagina";
+$a->strings["Xchan Lookup"] = "Ricerca canale";
+$a->strings["Lookup xchan beginning with (or webbie): "] = "Cerca un canale (o un webbie) che inizia per:";
$a->strings["Focus (Hubzilla default)"] = "Focus (predefinito)";
$a->strings["Theme settings"] = "Impostazioni del tema";
$a->strings["Select scheme"] = "Scegli uno schema";
@@ -2205,15 +2219,3 @@ $a->strings["Left align page content"] = "Allinea a sinistra il contenuto della
$a->strings["Set minimum opacity of nav bar - to hide it"] = "Opacità minima della barra di navigazione - per nasconderla";
$a->strings["Set size of conversation author photo"] = "Dimensione foto dell'autore della conversazione";
$a->strings["Set size of followup author photos"] = "Dimensione foto dei partecipanti alla conversazione";
-$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "L'autenticazione tramite il tuo hub non è disponibile. Puoi provare a disconnetterti per tentare di nuovo.";
-$a->strings["Update %s failed. See error logs."] = "%s: aggiornamento fallito. Controlla i log di errore.";
-$a->strings["Update Error at %s"] = "Errore di aggiornamento su %s";
-$a->strings["Create an account to access services and applications within the Hubzilla"] = "Registrati per accedere ai servizi e alle applicazioni di Hubzilla";
-$a->strings["Password"] = "Password";
-$a->strings["Remember me"] = "Resta connesso";
-$a->strings["Forgot your password?"] = "Hai dimenticato la password?";
-$a->strings["toggle mobile"] = "attiva/disattiva versione mobile";
-$a->strings["Website SSL certificate is not valid. Please correct."] = "Il certificato SSL del sito non è valido. Si prega di intervenire.";
-$a->strings["[hubzilla] Website SSL error for %s"] = "[hubzilla] Errore SSL su %s";
-$a->strings["Cron/Scheduled tasks not running."] = "Processi cron non avviati.";
-$a->strings["[hubzilla] Cron tasks not running on %s"] = "[hubzilla] Cron non è stato eseguito %s";
diff --git a/view/nl/hmessages.po b/view/nl/hmessages.po
index 4f669bfea..bb21deb93 100644
--- a/view/nl/hmessages.po
+++ b/view/nl/hmessages.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Redmatrix\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-01-01 00:03-0800\n"
-"PO-Revision-Date: 2016-01-02 13:02+0000\n"
+"POT-Creation-Date: 2016-01-08 00:03-0800\n"
+"PO-Revision-Date: 2016-01-10 19:40+0000\n"
"Last-Translator: jeroenpraat <jeroenpraat@xs4all.nl>\n"
"Language-Team: Dutch (http://www.transifex.com/Friendica/red-matrix/language/nl/)\n"
"MIME-Version: 1.0\n"
@@ -18,492 +18,469 @@ msgstr ""
"Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../../include/Contact.php:101 ../../include/identity.php:947
-#: ../../include/widgets.php:137 ../../include/widgets.php:175
-#: ../../include/conversation.php:953 ../../mod/match.php:64
-#: ../../mod/directory.php:318 ../../mod/suggest.php:52
-msgid "Connect"
-msgstr "Verbinden"
-
-#: ../../include/Contact.php:118
-msgid "New window"
-msgstr "Nieuw venster"
-
-#: ../../include/Contact.php:119
-msgid "Open the selected location in a different window or browser tab"
-msgstr "Open de geselecteerde locatie in een ander venster of tab"
-
-#: ../../include/Contact.php:237
-#, php-format
-msgid "User '%s' deleted"
-msgstr "Account '%s' verwijderd"
-
-#: ../../include/chat.php:23
-msgid "Missing room name"
-msgstr "Naam chatkanaal ontbreekt"
-
-#: ../../include/chat.php:32
-msgid "Duplicate room name"
-msgstr "Naam chatkanaal bestaat al"
-
-#: ../../include/chat.php:82 ../../include/chat.php:90
-msgid "Invalid room specifier."
-msgstr "Ongeldige omschrijving chatkanaal"
-
-#: ../../include/chat.php:122
-msgid "Room not found."
-msgstr "Chatkanaal niet gevonden"
-
-#: ../../include/chat.php:133 ../../include/items.php:4405
-#: ../../include/photos.php:29 ../../include/attach.php:140
-#: ../../include/attach.php:188 ../../include/attach.php:251
-#: ../../include/attach.php:265 ../../include/attach.php:272
-#: ../../include/attach.php:337 ../../include/attach.php:351
-#: ../../include/attach.php:358 ../../include/attach.php:436
-#: ../../include/attach.php:888 ../../include/attach.php:959
-#: ../../include/attach.php:1111 ../../mod/filestorage.php:18
-#: ../../mod/filestorage.php:73 ../../mod/filestorage.php:88
-#: ../../mod/filestorage.php:115 ../../mod/group.php:9 ../../mod/item.php:206
-#: ../../mod/item.php:214 ../../mod/item.php:1050 ../../mod/common.php:35
-#: ../../mod/achievements.php:30 ../../mod/rate.php:111
-#: ../../mod/blocks.php:69 ../../mod/blocks.php:76 ../../mod/id.php:71
-#: ../../mod/like.php:177 ../../mod/page.php:31 ../../mod/page.php:86
-#: ../../mod/mood.php:112 ../../mod/new_channel.php:68
-#: ../../mod/new_channel.php:99 ../../mod/setup.php:227
-#: ../../mod/bookmarks.php:48 ../../mod/poke.php:133
-#: ../../mod/profiles.php:198 ../../mod/profiles.php:584
-#: ../../mod/connedit.php:352 ../../mod/editwebpage.php:64
-#: ../../mod/editwebpage.php:86 ../../mod/editwebpage.php:101
-#: ../../mod/editwebpage.php:125 ../../mod/profile.php:64
-#: ../../mod/profile.php:72 ../../mod/api.php:26 ../../mod/api.php:31
-#: ../../mod/fsuggest.php:78 ../../mod/sources.php:66
-#: ../../mod/notifications.php:66 ../../mod/invite.php:13
-#: ../../mod/invite.php:87 ../../mod/profile_photo.php:341
-#: ../../mod/profile_photo.php:354 ../../mod/thing.php:271
-#: ../../mod/thing.php:291 ../../mod/thing.php:328 ../../mod/editblock.php:65
-#: ../../mod/network.php:12 ../../mod/pdledit.php:21 ../../mod/register.php:72
-#: ../../mod/editlayout.php:63 ../../mod/editlayout.php:87
-#: ../../mod/settings.php:568 ../../mod/webpages.php:69
-#: ../../mod/appman.php:66 ../../mod/layouts.php:69 ../../mod/layouts.php:76
-#: ../../mod/layouts.php:87 ../../mod/locs.php:83 ../../mod/regmod.php:17
-#: ../../mod/channel.php:100 ../../mod/channel.php:214
-#: ../../mod/channel.php:254 ../../mod/photos.php:70 ../../mod/editpost.php:13
-#: ../../mod/chat.php:94 ../../mod/chat.php:99 ../../mod/viewsrc.php:14
-#: ../../mod/authtest.php:13 ../../mod/connections.php:29
-#: ../../mod/manage.php:6 ../../mod/menu.php:74 ../../mod/mail.php:126
-#: ../../mod/service_limits.php:7 ../../mod/suggest.php:26
-#: ../../mod/events.php:260 ../../mod/message.php:16 ../../mod/block.php:22
-#: ../../mod/block.php:72 ../../mod/mitem.php:111 ../../mod/sharedwithme.php:7
-#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27
-#: ../../index.php:182 ../../index.php:365
-msgid "Permission denied."
-msgstr "Toegang geweigerd"
-
-#: ../../include/chat.php:143
-msgid "Room is full"
-msgstr "Chatkanaal is vol"
-
-#: ../../include/import.php:23
+#: ../../Zotlabs/Zot/Auth.php:140
msgid ""
-"Cannot create a duplicate channel identifier on this system. Import failed."
-msgstr "Kan geen dubbele kanaal-identificator op deze hub aanmaken. Importeren mislukt."
-
-#: ../../include/import.php:44 ../../include/Import/import_diaspora.php:42
-msgid "Unable to create a unique channel address. Import failed."
-msgstr "Niet in staat om een uniek kanaaladres aan te maken. Importeren is mislukt."
-
-#: ../../include/import.php:70
-msgid "Channel clone failed. Import failed."
-msgstr "Het klonen van het kanaal is mislukt. Importeren mislukt."
-
-#: ../../include/import.php:80 ../../mod/import.php:139
-msgid "Cloned channel not found. Import failed."
-msgstr "Gekloond kanaal niet gevonden. Importeren mislukt."
-
-#: ../../include/text.php:394
-msgid "prev"
-msgstr "vorige"
-
-#: ../../include/text.php:396
-msgid "first"
-msgstr "eerste"
-
-#: ../../include/text.php:425
-msgid "last"
-msgstr "laatste"
-
-#: ../../include/text.php:428
-msgid "next"
-msgstr "volgende"
-
-#: ../../include/text.php:438
-msgid "older"
-msgstr "ouder"
+"Remote authentication blocked. You are logged into this site locally. Please"
+" logout and retry."
+msgstr "Authenticatie op afstand geblokkeerd. Je bent lokaal op deze hub ingelogd. Uitloggen en opnieuw proberen."
-#: ../../include/text.php:440
-msgid "newer"
-msgstr "nieuwer"
+#: ../../Zotlabs/Zot/Auth.php:248 ../../mod/openid.php:72
+#: ../../mod/openid.php:179
+#, php-format
+msgid "Welcome %s. Remote authentication successful."
+msgstr "Welkom %s. Authenticatie op afstand geslaagd."
-#: ../../include/text.php:803
-msgid "No connections"
-msgstr "Geen connecties"
+#: ../../boot.php:1304
+#, php-format
+msgid "Update %s failed. See error logs."
+msgstr "Update %s mislukt. Zie foutenlogboek."
-#: ../../include/text.php:815
+#: ../../boot.php:1307
#, php-format
-msgid "%d Connection"
-msgid_plural "%d Connections"
-msgstr[0] "%d connectie"
-msgstr[1] "%d connecties"
+msgid "Update Error at %s"
+msgstr "Update-fout op %s"
-#: ../../include/text.php:828 ../../mod/viewconnections.php:101
-msgid "View Connections"
-msgstr "Connecties weergeven"
+#: ../../boot.php:1474
+msgid ""
+"Create an account to access services and applications within the Hubzilla"
+msgstr "Maak een account aan om toegang te krijgen tot diensten en toepassingen van Hubzilla"
-#: ../../include/text.php:885 ../../include/text.php:897
-#: ../../include/nav.php:159 ../../include/apps.php:147
-#: ../../mod/search.php:40
-msgid "Search"
-msgstr "Zoeken"
+#: ../../boot.php:1475 ../../include/nav.php:149 ../../mod/register.php:226
+msgid "Register"
+msgstr "Registreren"
-#: ../../include/text.php:886 ../../include/text.php:898
-#: ../../include/widgets.php:192 ../../mod/rbmark.php:28
-#: ../../mod/rbmark.php:100 ../../mod/admin.php:1454 ../../mod/admin.php:1474
-#: ../../mod/filer.php:49
-msgid "Save"
-msgstr "Opslaan"
+#: ../../boot.php:1492 ../../include/nav.php:82 ../../include/nav.php:114
+msgid "Logout"
+msgstr "Uitloggen"
-#: ../../include/text.php:972
-msgid "poke"
-msgstr "aanstoten"
+#: ../../boot.php:1493 ../../include/apps.php:131 ../../include/nav.php:111
+msgid "Login"
+msgstr "Inloggen"
-#: ../../include/text.php:972 ../../include/conversation.php:243
-msgid "poked"
-msgstr "aangestoten"
+#: ../../boot.php:1495 ../../include/contact_selectors.php:79
+#: ../../mod/admin.php:891 ../../mod/admin.php:900 ../../mod/id.php:15
+#: ../../mod/id.php:16
+msgid "Email"
+msgstr "E-mail"
-#: ../../include/text.php:973
-msgid "ping"
-msgstr "ping"
+#: ../../boot.php:1496
+msgid "Password"
+msgstr "Wachtwoord"
-#: ../../include/text.php:973
-msgid "pinged"
-msgstr "gepingd"
+#: ../../boot.php:1497
+msgid "Remember me"
+msgstr "Aangemeld blijven"
-#: ../../include/text.php:974
-msgid "prod"
-msgstr "por"
+#: ../../boot.php:1497 ../../include/dir_fns.php:141
+#: ../../include/dir_fns.php:142 ../../include/dir_fns.php:143
+#: ../../mod/admin.php:421 ../../mod/api.php:102 ../../mod/connedit.php:641
+#: ../../mod/connedit.php:690 ../../mod/events.php:447
+#: ../../mod/events.php:448 ../../mod/events.php:457
+#: ../../mod/filestorage.php:151 ../../mod/filestorage.php:159
+#: ../../mod/menu.php:96 ../../mod/menu.php:153 ../../mod/mitem.php:154
+#: ../../mod/mitem.php:155 ../../mod/mitem.php:228 ../../mod/mitem.php:229
+#: ../../mod/photos.php:626 ../../mod/removeme.php:60
+#: ../../mod/settings.php:577 ../../view/theme/redbasic/php/config.php:104
+#: ../../view/theme/redbasic/php/config.php:129
+msgid "No"
+msgstr "Nee"
-#: ../../include/text.php:974
-msgid "prodded"
-msgstr "gepord"
+#: ../../boot.php:1497 ../../include/dir_fns.php:141
+#: ../../include/dir_fns.php:142 ../../include/dir_fns.php:143
+#: ../../mod/admin.php:423 ../../mod/api.php:101 ../../mod/events.php:447
+#: ../../mod/events.php:448 ../../mod/events.php:457
+#: ../../mod/filestorage.php:151 ../../mod/filestorage.php:159
+#: ../../mod/menu.php:96 ../../mod/menu.php:153 ../../mod/mitem.php:154
+#: ../../mod/mitem.php:155 ../../mod/mitem.php:228 ../../mod/mitem.php:229
+#: ../../mod/photos.php:626 ../../mod/removeme.php:60
+#: ../../mod/settings.php:577 ../../view/theme/redbasic/php/config.php:104
+#: ../../view/theme/redbasic/php/config.php:129
+msgid "Yes"
+msgstr "Ja"
-#: ../../include/text.php:975
-msgid "slap"
-msgstr "slaan"
+#: ../../boot.php:1500
+msgid "Forgot your password?"
+msgstr "Wachtwoord vergeten?"
-#: ../../include/text.php:975
-msgid "slapped"
-msgstr "sloeg"
+#: ../../boot.php:1501 ../../mod/lostpass.php:86
+msgid "Password Reset"
+msgstr "Wachtwoord vergeten?"
-#: ../../include/text.php:976
-msgid "finger"
-msgstr "finger"
+#: ../../boot.php:2120
+msgid "toggle mobile"
+msgstr "mobiele weergave omschakelen"
-#: ../../include/text.php:976
-msgid "fingered"
-msgstr "gefingerd"
+#: ../../boot.php:2272
+msgid "Website SSL certificate is not valid. Please correct."
+msgstr "Het SSL-certificaat van deze website is ongeldig. Corrigeer dit a.u.b."
-#: ../../include/text.php:977
-msgid "rebuff"
-msgstr "afpoeieren"
+#: ../../boot.php:2275
+#, php-format
+msgid "[hubzilla] Website SSL error for %s"
+msgstr "[hubzilla] Probleem met SSL-certificaat voor %s"
-#: ../../include/text.php:977
-msgid "rebuffed"
-msgstr "afgepoeierd"
+#: ../../boot.php:2312
+msgid "Cron/Scheduled tasks not running."
+msgstr "Cron is niet actief"
-#: ../../include/text.php:987
-msgid "happy"
-msgstr "gelukkig"
+#: ../../boot.php:2313 ../../include/datetime.php:263
+msgid "never"
+msgstr "nooit"
-#: ../../include/text.php:988
-msgid "sad"
-msgstr "bedroefd"
+#: ../../boot.php:2316
+#, php-format
+msgid "[hubzilla] Cron tasks not running on %s"
+msgstr "[hubzilla] Cron-taken zijn niet actief op %s"
-#: ../../include/text.php:989
-msgid "mellow"
-msgstr "mellow"
+#: ../../include/Contact.php:101 ../../include/conversation.php:953
+#: ../../include/identity.php:947 ../../include/widgets.php:137
+#: ../../include/widgets.php:175 ../../mod/directory.php:318
+#: ../../mod/match.php:64 ../../mod/suggest.php:52
+msgid "Connect"
+msgstr "Verbinden"
-#: ../../include/text.php:990
-msgid "tired"
-msgstr "moe"
+#: ../../include/Contact.php:118
+msgid "New window"
+msgstr "Nieuw venster"
-#: ../../include/text.php:991
-msgid "perky"
-msgstr "parmantig"
+#: ../../include/Contact.php:119
+msgid "Open the selected location in a different window or browser tab"
+msgstr "Open de geselecteerde locatie in een ander venster of tab"
-#: ../../include/text.php:992
-msgid "angry"
-msgstr "boos"
+#: ../../include/Contact.php:237
+#, php-format
+msgid "User '%s' deleted"
+msgstr "Account '%s' verwijderd"
-#: ../../include/text.php:993
-msgid "stupefied"
-msgstr "verbijsterd"
+#: ../../include/Import/import_diaspora.php:17
+msgid "No username found in import file."
+msgstr "Geen gebruikersnaam in het importbestand gevonden."
-#: ../../include/text.php:994
-msgid "puzzled"
-msgstr "verward"
+#: ../../include/Import/import_diaspora.php:42 ../../include/import.php:44
+msgid "Unable to create a unique channel address. Import failed."
+msgstr "Niet in staat om een uniek kanaaladres aan te maken. Importeren is mislukt."
-#: ../../include/text.php:995
-msgid "interested"
-msgstr "geïnteresseerd"
+#: ../../include/Import/import_diaspora.php:143 ../../mod/import.php:487
+msgid "Import completed."
+msgstr "Import voltooid."
-#: ../../include/text.php:996
-msgid "bitter"
-msgstr "verbitterd"
+#: ../../include/ItemObject.php:89 ../../include/conversation.php:664
+msgid "Private Message"
+msgstr "Niet voor iedereen zichtbaar"
-#: ../../include/text.php:997
-msgid "cheerful"
-msgstr "vrolijk"
+#: ../../include/ItemObject.php:100 ../../include/RedDAV/RedBrowser.php:240
+#: ../../include/apps.php:259 ../../include/menu.php:108
+#: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36
+#: ../../mod/blocks.php:153 ../../mod/connections.php:235
+#: ../../mod/connections.php:248 ../../mod/connections.php:267
+#: ../../mod/editblock.php:135 ../../mod/editlayout.php:134
+#: ../../mod/editpost.php:112 ../../mod/editwebpage.php:176
+#: ../../mod/layouts.php:183 ../../mod/menu.php:108 ../../mod/settings.php:648
+#: ../../mod/thing.php:257 ../../mod/webpages.php:181
+msgid "Edit"
+msgstr "Bewerken"
-#: ../../include/text.php:998
-msgid "alive"
-msgstr "levendig"
+#: ../../include/ItemObject.php:120 ../../include/RedDAV/RedBrowser.php:241
+#: ../../include/apps.php:260 ../../include/conversation.php:657
+#: ../../mod/admin.php:895 ../../mod/admin.php:1054 ../../mod/blocks.php:155
+#: ../../mod/connedit.php:557 ../../mod/editblock.php:181
+#: ../../mod/editlayout.php:179 ../../mod/editwebpage.php:223
+#: ../../mod/group.php:173 ../../mod/photos.php:1126
+#: ../../mod/settings.php:649 ../../mod/thing.php:258
+#: ../../mod/webpages.php:183
+msgid "Delete"
+msgstr "Verwijderen"
-#: ../../include/text.php:999
-msgid "annoyed"
-msgstr "geërgerd"
+#: ../../include/ItemObject.php:126 ../../include/conversation.php:656
+msgid "Select"
+msgstr "Kies"
-#: ../../include/text.php:1000
-msgid "anxious"
-msgstr "bezorgd"
+#: ../../include/ItemObject.php:130
+msgid "Save to Folder"
+msgstr "In map opslaan"
-#: ../../include/text.php:1001
-msgid "cranky"
-msgstr "humeurig"
+#: ../../include/ItemObject.php:151
+msgid "I will attend"
+msgstr "Aanwezig"
-#: ../../include/text.php:1002
-msgid "disturbed"
-msgstr "verontrust"
+#: ../../include/ItemObject.php:151
+msgid "I will not attend"
+msgstr "Niet aanwezig"
-#: ../../include/text.php:1003
-msgid "frustrated"
-msgstr "gefrustreerd "
+#: ../../include/ItemObject.php:151
+msgid "I might attend"
+msgstr "Mogelijk aanwezig"
-#: ../../include/text.php:1004
-msgid "depressed"
-msgstr "gedeprimeerd"
+#: ../../include/ItemObject.php:161
+msgid "I agree"
+msgstr "Eens"
-#: ../../include/text.php:1005
-msgid "motivated"
-msgstr "gemotiveerd"
+#: ../../include/ItemObject.php:161
+msgid "I disagree"
+msgstr "Oneens"
-#: ../../include/text.php:1006
-msgid "relaxed"
-msgstr "ontspannen"
+#: ../../include/ItemObject.php:161
+msgid "I abstain"
+msgstr "Onthouding"
-#: ../../include/text.php:1007
-msgid "surprised"
-msgstr "verrast"
+#: ../../include/ItemObject.php:175 ../../include/ItemObject.php:187
+#: ../../include/conversation.php:1697 ../../mod/photos.php:1079
+#: ../../mod/photos.php:1091
+msgid "View all"
+msgstr "Toon alles"
-#: ../../include/text.php:1179 ../../include/js_strings.php:70
-msgid "Monday"
-msgstr "maandag"
+#: ../../include/ItemObject.php:179 ../../include/conversation.php:1721
+#: ../../include/identity.php:1258 ../../include/taxonomy.php:414
+#: ../../mod/photos.php:1083
+msgctxt "noun"
+msgid "Like"
+msgid_plural "Likes"
+msgstr[0] "vindt dit leuk"
+msgstr[1] "vinden dit leuk"
-#: ../../include/text.php:1179 ../../include/js_strings.php:71
-msgid "Tuesday"
-msgstr "dinsdag"
+#: ../../include/ItemObject.php:184 ../../include/conversation.php:1724
+#: ../../mod/photos.php:1088
+msgctxt "noun"
+msgid "Dislike"
+msgid_plural "Dislikes"
+msgstr[0] "vindt dit niet leuk"
+msgstr[1] "vinden dit niet leuk"
-#: ../../include/text.php:1179 ../../include/js_strings.php:72
-msgid "Wednesday"
-msgstr "woensdag"
+#: ../../include/ItemObject.php:212
+msgid "Add Star"
+msgstr "Ster toevoegen"
-#: ../../include/text.php:1179 ../../include/js_strings.php:73
-msgid "Thursday"
-msgstr "donderdag"
+#: ../../include/ItemObject.php:213
+msgid "Remove Star"
+msgstr "Ster verwijderen"
-#: ../../include/text.php:1179 ../../include/js_strings.php:74
-msgid "Friday"
-msgstr "vrijdag"
+#: ../../include/ItemObject.php:214
+msgid "Toggle Star Status"
+msgstr "Ster toevoegen of verwijderen"
-#: ../../include/text.php:1179 ../../include/js_strings.php:75
-msgid "Saturday"
-msgstr "zaterdag"
+#: ../../include/ItemObject.php:218
+msgid "starred"
+msgstr "met ster"
-#: ../../include/text.php:1179 ../../include/js_strings.php:69
-msgid "Sunday"
-msgstr "zondag"
+#: ../../include/ItemObject.php:227 ../../include/conversation.php:671
+msgid "Message signature validated"
+msgstr "Berichtkenmerk gevalideerd"
-#: ../../include/text.php:1183 ../../include/js_strings.php:45
-msgid "January"
-msgstr "januari"
+#: ../../include/ItemObject.php:228 ../../include/conversation.php:672
+msgid "Message signature incorrect"
+msgstr "Berichtkenmerk onjuist"
-#: ../../include/text.php:1183 ../../include/js_strings.php:46
-msgid "February"
-msgstr "februari"
+#: ../../include/ItemObject.php:236
+msgid "Add Tag"
+msgstr "Tag toevoegen"
-#: ../../include/text.php:1183 ../../include/js_strings.php:47
-msgid "March"
-msgstr "maart"
+#: ../../include/ItemObject.php:254 ../../mod/photos.php:1023
+msgid "I like this (toggle)"
+msgstr "Vind ik leuk"
-#: ../../include/text.php:1183 ../../include/js_strings.php:48
-msgid "April"
-msgstr "april"
+#: ../../include/ItemObject.php:254 ../../include/taxonomy.php:328
+msgid "like"
+msgstr "vind dit leuk"
-#: ../../include/text.php:1183
-msgid "May"
-msgstr "mei"
+#: ../../include/ItemObject.php:255 ../../mod/photos.php:1024
+msgid "I don't like this (toggle)"
+msgstr "Vind ik niet leuk"
-#: ../../include/text.php:1183 ../../include/js_strings.php:50
-msgid "June"
-msgstr "juni"
+#: ../../include/ItemObject.php:255 ../../include/taxonomy.php:329
+msgid "dislike"
+msgstr "vind dit niet leuk"
-#: ../../include/text.php:1183 ../../include/js_strings.php:51
-msgid "July"
-msgstr "juli"
+#: ../../include/ItemObject.php:259
+msgid "Share This"
+msgstr "Delen"
-#: ../../include/text.php:1183 ../../include/js_strings.php:52
-msgid "August"
-msgstr "augustus"
+#: ../../include/ItemObject.php:259
+msgid "share"
+msgstr "delen"
-#: ../../include/text.php:1183 ../../include/js_strings.php:53
-msgid "September"
-msgstr "september"
+#: ../../include/ItemObject.php:268
+msgid "Delivery Report"
+msgstr "Afleveringsrapport"
-#: ../../include/text.php:1183 ../../include/js_strings.php:54
-msgid "October"
-msgstr "oktober"
+#: ../../include/ItemObject.php:286
+#, php-format
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] "%d reactie"
+msgstr[1] "%d reacties weergeven"
-#: ../../include/text.php:1183 ../../include/js_strings.php:55
-msgid "November"
-msgstr "november"
+#: ../../include/ItemObject.php:315 ../../include/ItemObject.php:316
+#, php-format
+msgid "View %s's profile - %s"
+msgstr "Profiel van %s bekijken - %s"
-#: ../../include/text.php:1183 ../../include/js_strings.php:56
-msgid "December"
-msgstr "december"
+#: ../../include/ItemObject.php:319
+msgid "to"
+msgstr "aan"
-#: ../../include/text.php:1260 ../../include/text.php:1264
-msgid "Unknown Attachment"
-msgstr "Onbekende bijlage"
+#: ../../include/ItemObject.php:320
+msgid "via"
+msgstr "via"
-#: ../../include/text.php:1266 ../../include/RedDAV/RedBrowser.php:237
-#: ../../mod/sharedwithme.php:97
-msgid "Size"
-msgstr "Grootte"
+#: ../../include/ItemObject.php:321
+msgid "Wall-to-Wall"
+msgstr "Kanaal-naar-kanaal"
-#: ../../include/text.php:1266
-msgid "unknown"
-msgstr "onbekend"
+#: ../../include/ItemObject.php:322
+msgid "via Wall-To-Wall:"
+msgstr "via kanaal-naar-kanaal"
-#: ../../include/text.php:1302
-msgid "remove category"
-msgstr "categorie verwijderen"
+#: ../../include/ItemObject.php:334 ../../include/conversation.php:719
+#, php-format
+msgid "from %s"
+msgstr "van %s"
-#: ../../include/text.php:1379
-msgid "remove from file"
-msgstr "uit map verwijderen"
+#: ../../include/ItemObject.php:337 ../../include/conversation.php:722
+#, php-format
+msgid "last edited: %s"
+msgstr "laatst bewerkt: %s"
-#: ../../include/text.php:1410 ../../include/event.php:22
-#: ../../include/bb2diaspora.php:465
-msgid "l F d, Y \\@ g:i A"
-msgstr "l d F Y \\@ G:i"
+#: ../../include/ItemObject.php:338 ../../include/conversation.php:723
+#, php-format
+msgid "Expires: %s"
+msgstr "Verloopt: %s"
-#: ../../include/text.php:1414 ../../include/event.php:30
-#: ../../include/bb2diaspora.php:471
-msgid "Starts:"
-msgstr "Start:"
+#: ../../include/ItemObject.php:362
+msgid "Save Bookmarks"
+msgstr "Bladwijzers opslaan"
-#: ../../include/text.php:1418 ../../include/event.php:40
-#: ../../include/bb2diaspora.php:479
-msgid "Finishes:"
-msgstr "Einde:"
+#: ../../include/ItemObject.php:363
+msgid "Add to Calendar"
+msgstr "Aan agenda toevoegen"
-#: ../../include/text.php:1425 ../../include/event.php:52
-#: ../../include/identity.php:998 ../../include/bb2diaspora.php:487
-#: ../../mod/directory.php:304
-msgid "Location:"
-msgstr "Plaats:"
+#: ../../include/ItemObject.php:372
+msgid "Mark all seen"
+msgstr "Markeer alles als bekeken"
-#: ../../include/text.php:1521 ../../include/text.php:1532
-msgid "Click to open/close"
-msgstr "Klik om te openen of te sluiten"
+#: ../../include/ItemObject.php:378 ../../mod/photos.php:1209
+msgctxt "noun"
+msgid "Likes"
+msgstr "vinden dit leuk"
-#: ../../include/text.php:1716 ../../mod/events.php:623
-msgid "Link to Source"
-msgstr "Originele locatie"
+#: ../../include/ItemObject.php:379 ../../mod/photos.php:1210
+msgctxt "noun"
+msgid "Dislikes"
+msgstr "vinden dit niet leuk"
-#: ../../include/text.php:1737 ../../include/text.php:1809
-msgid "default"
-msgstr "standaard"
+#: ../../include/ItemObject.php:384 ../../include/acl_selectors.php:252
+#: ../../mod/photos.php:1215
+msgid "Close"
+msgstr "Sluiten"
-#: ../../include/text.php:1745
-msgid "Page layout"
-msgstr "Pagina-lay-out"
+#: ../../include/ItemObject.php:389 ../../include/conversation.php:740
+#: ../../include/conversation.php:1227 ../../mod/editblock.php:150
+#: ../../mod/editlayout.php:148 ../../mod/editpost.php:129
+#: ../../mod/editwebpage.php:190 ../../mod/photos.php:1026
+msgid "Please wait"
+msgstr "Even wachten"
-#: ../../include/text.php:1745
-msgid "You can create your own with the layouts tool"
-msgstr "Je kan jouw eigen lay-out ontwerpen onder lay-outs"
+#: ../../include/ItemObject.php:413 ../../include/js_strings.php:7
+msgid "[+] show all"
+msgstr "[+] alle"
-#: ../../include/text.php:1787
-msgid "Page content type"
-msgstr "Opmaaktype pagina"
+#: ../../include/ItemObject.php:694 ../../mod/photos.php:1042
+#: ../../mod/photos.php:1160
+msgid "This is you"
+msgstr "Dit ben jij"
-#: ../../include/text.php:1821
-msgid "Select an alternate language"
-msgstr "Kies een andere taal"
+#: ../../include/ItemObject.php:696 ../../include/js_strings.php:6
+#: ../../mod/photos.php:1044 ../../mod/photos.php:1162
+msgid "Comment"
+msgstr "Reactie"
-#: ../../include/text.php:1940 ../../include/conversation.php:120
-#: ../../mod/tagger.php:43 ../../mod/like.php:361 ../../mod/subthread.php:83
-msgid "photo"
-msgstr "foto"
+#: ../../include/ItemObject.php:697 ../../include/js_strings.php:22
+#: ../../include/widgets.php:679 ../../include/widgets.php:691
+#: ../../mod/admin.php:453 ../../mod/admin.php:596 ../../mod/admin.php:888
+#: ../../mod/admin.php:1052 ../../mod/admin.php:1189 ../../mod/admin.php:1383
+#: ../../mod/admin.php:1468 ../../mod/appman.php:99 ../../mod/chat.php:184
+#: ../../mod/chat.php:213 ../../mod/connect.php:93 ../../mod/connedit.php:721
+#: ../../mod/events.php:461 ../../mod/events.php:658
+#: ../../mod/filestorage.php:156 ../../mod/fsuggest.php:108
+#: ../../mod/group.php:81 ../../mod/import.php:527
+#: ../../mod/import_items.php:122 ../../mod/invite.php:142
+#: ../../mod/locs.php:116 ../../mod/mail.php:380 ../../mod/mitem.php:231
+#: ../../mod/mood.php:135 ../../mod/pconfig.php:108 ../../mod/pdledit.php:58
+#: ../../mod/photos.php:637 ../../mod/photos.php:1005
+#: ../../mod/photos.php:1045 ../../mod/photos.php:1163 ../../mod/poke.php:171
+#: ../../mod/profiles.php:675 ../../mod/rate.php:168
+#: ../../mod/settings.php:586 ../../mod/settings.php:698
+#: ../../mod/settings.php:726 ../../mod/settings.php:749
+#: ../../mod/settings.php:834 ../../mod/settings.php:1023
+#: ../../mod/setup.php:331 ../../mod/setup.php:371 ../../mod/sources.php:104
+#: ../../mod/sources.php:138 ../../mod/thing.php:313 ../../mod/thing.php:359
+#: ../../mod/xchan.php:11 ../../view/theme/redbasic/php/config.php:99
+msgid "Submit"
+msgstr "Opslaan"
-#: ../../include/text.php:1943 ../../include/event.php:904
-#: ../../include/conversation.php:123 ../../mod/tagger.php:47
-#: ../../mod/like.php:363 ../../mod/events.php:249
-msgid "event"
-msgstr "gebeurtenis"
+#: ../../include/ItemObject.php:698 ../../include/conversation.php:1199
+#: ../../mod/editblock.php:136 ../../mod/editlayout.php:135
+#: ../../mod/editpost.php:113 ../../mod/editwebpage.php:177
+msgid "Bold"
+msgstr "Vet"
-#: ../../include/text.php:1946 ../../include/conversation.php:148
-#: ../../mod/like.php:361 ../../mod/subthread.php:83
-msgid "status"
-msgstr "bericht"
+#: ../../include/ItemObject.php:699 ../../include/conversation.php:1200
+#: ../../mod/editblock.php:137 ../../mod/editlayout.php:136
+#: ../../mod/editpost.php:114 ../../mod/editwebpage.php:178
+msgid "Italic"
+msgstr "Cursief"
-#: ../../include/text.php:1948 ../../include/conversation.php:150
-#: ../../mod/tagger.php:53
-msgid "comment"
-msgstr "reactie"
+#: ../../include/ItemObject.php:700 ../../include/conversation.php:1201
+#: ../../mod/editblock.php:138 ../../mod/editlayout.php:137
+#: ../../mod/editpost.php:115 ../../mod/editwebpage.php:179
+msgid "Underline"
+msgstr "Onderstrepen"
-#: ../../include/text.php:1953
-msgid "activity"
-msgstr "activiteit"
+#: ../../include/ItemObject.php:701 ../../include/conversation.php:1202
+#: ../../mod/editblock.php:139 ../../mod/editlayout.php:138
+#: ../../mod/editpost.php:116 ../../mod/editwebpage.php:180
+msgid "Quote"
+msgstr "Citeren"
-#: ../../include/text.php:2248
-msgid "Design Tools"
-msgstr "Ontwerp-hulpmiddelen"
+#: ../../include/ItemObject.php:702 ../../include/conversation.php:1203
+#: ../../mod/editblock.php:140 ../../mod/editlayout.php:139
+#: ../../mod/editpost.php:117 ../../mod/editwebpage.php:181
+msgid "Code"
+msgstr "Broncode"
-#: ../../include/text.php:2251 ../../mod/blocks.php:147
-msgid "Blocks"
-msgstr "Blokken"
+#: ../../include/ItemObject.php:703
+msgid "Image"
+msgstr "Afbeelding"
-#: ../../include/text.php:2252 ../../mod/menu.php:103
-msgid "Menus"
-msgstr "Menu's"
+#: ../../include/ItemObject.php:704
+msgid "Insert Link"
+msgstr "Link invoegen"
-#: ../../include/text.php:2253 ../../mod/layouts.php:174
-msgid "Layouts"
-msgstr "Lay-outs"
+#: ../../include/ItemObject.php:705
+msgid "Video"
+msgstr "Video"
-#: ../../include/text.php:2254
-msgid "Pages"
-msgstr "Pagina's"
+#: ../../include/ItemObject.php:706 ../../include/conversation.php:1169
+#: ../../include/page_widgets.php:40 ../../mod/editblock.php:171
+#: ../../mod/editpost.php:149 ../../mod/editwebpage.php:212
+#: ../../mod/events.php:458 ../../mod/photos.php:1046
+#: ../../mod/webpages.php:188
+msgid "Preview"
+msgstr "Voorvertoning"
-#: ../../include/text.php:2606 ../../include/RedDAV/RedBrowser.php:131
-msgid "Collection"
-msgstr "map"
+#: ../../include/ItemObject.php:709 ../../include/conversation.php:1257
+#: ../../mod/editpost.php:157 ../../mod/mail.php:255 ../../mod/mail.php:385
+msgid "Encrypt text"
+msgstr "Tekst versleutelen"
#: ../../include/RedDAV/RedBrowser.php:107
#: ../../include/RedDAV/RedBrowser.php:239
msgid "parent"
msgstr "omhoog"
+#: ../../include/RedDAV/RedBrowser.php:131 ../../include/text.php:2606
+msgid "Collection"
+msgstr "map"
+
#: ../../include/RedDAV/RedBrowser.php:134
msgid "Principal"
msgstr "principal"
@@ -524,15 +501,15 @@ msgstr "Planning-postvak IN"
msgid "Schedule Outbox"
msgstr "Planning-postvak UIT"
-#: ../../include/RedDAV/RedBrowser.php:164 ../../include/widgets.php:1330
-#: ../../include/conversation.php:1027 ../../include/apps.php:360
-#: ../../include/apps.php:415 ../../mod/photos.php:754
+#: ../../include/RedDAV/RedBrowser.php:164 ../../include/apps.php:360
+#: ../../include/apps.php:415 ../../include/conversation.php:1027
+#: ../../include/widgets.php:1334 ../../mod/photos.php:754
#: ../../mod/photos.php:1195
msgid "Unknown"
msgstr "Onbekend"
-#: ../../include/RedDAV/RedBrowser.php:226 ../../include/conversation.php:1629
-#: ../../include/nav.php:93 ../../include/apps.php:135
+#: ../../include/RedDAV/RedBrowser.php:226 ../../include/apps.php:135
+#: ../../include/conversation.php:1629 ../../include/nav.php:93
#: ../../mod/fbrowser.php:109
msgid "Files"
msgstr "Bestanden"
@@ -547,19 +524,19 @@ msgstr "Gedeeld"
#: ../../include/RedDAV/RedBrowser.php:230
#: ../../include/RedDAV/RedBrowser.php:303 ../../mod/blocks.php:152
-#: ../../mod/new_channel.php:121 ../../mod/webpages.php:180
#: ../../mod/layouts.php:175 ../../mod/menu.php:114
+#: ../../mod/new_channel.php:133 ../../mod/webpages.php:180
msgid "Create"
msgstr "Aanmaken"
#: ../../include/RedDAV/RedBrowser.php:231
-#: ../../include/RedDAV/RedBrowser.php:305 ../../include/widgets.php:1343
-#: ../../mod/profile_photo.php:453 ../../mod/photos.php:781
-#: ../../mod/photos.php:1316
+#: ../../include/RedDAV/RedBrowser.php:305 ../../include/widgets.php:1347
+#: ../../mod/photos.php:781 ../../mod/photos.php:1316
+#: ../../mod/profile_photo.php:453
msgid "Upload"
msgstr "Uploaden"
-#: ../../include/RedDAV/RedBrowser.php:235 ../../mod/admin.php:986
+#: ../../include/RedDAV/RedBrowser.php:235 ../../mod/admin.php:1060
#: ../../mod/settings.php:588 ../../mod/settings.php:614
#: ../../mod/sharedwithme.php:95
msgid "Name"
@@ -569,33 +546,15 @@ msgstr "Naam"
msgid "Type"
msgstr "Type"
+#: ../../include/RedDAV/RedBrowser.php:237 ../../include/text.php:1266
+#: ../../mod/sharedwithme.php:97
+msgid "Size"
+msgstr "Grootte"
+
#: ../../include/RedDAV/RedBrowser.php:238 ../../mod/sharedwithme.php:98
msgid "Last Modified"
msgstr "Laatst gewijzigd"
-#: ../../include/RedDAV/RedBrowser.php:240 ../../include/menu.php:108
-#: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36
-#: ../../include/ItemObject.php:100 ../../include/apps.php:259
-#: ../../mod/blocks.php:153 ../../mod/editwebpage.php:176
-#: ../../mod/thing.php:257 ../../mod/editblock.php:135
-#: ../../mod/editlayout.php:134 ../../mod/settings.php:648
-#: ../../mod/webpages.php:181 ../../mod/layouts.php:183
-#: ../../mod/editpost.php:112 ../../mod/connections.php:235
-#: ../../mod/connections.php:248 ../../mod/connections.php:267
-#: ../../mod/menu.php:108
-msgid "Edit"
-msgstr "Bewerken"
-
-#: ../../include/RedDAV/RedBrowser.php:241 ../../include/conversation.php:657
-#: ../../include/ItemObject.php:120 ../../include/apps.php:260
-#: ../../mod/group.php:173 ../../mod/blocks.php:155 ../../mod/connedit.php:551
-#: ../../mod/editwebpage.php:223 ../../mod/thing.php:258
-#: ../../mod/editblock.php:181 ../../mod/admin.php:821 ../../mod/admin.php:980
-#: ../../mod/editlayout.php:179 ../../mod/settings.php:649
-#: ../../mod/webpages.php:183 ../../mod/photos.php:1126
-msgid "Delete"
-msgstr "Verwijderen"
-
#: ../../include/RedDAV/RedBrowser.php:282
#, php-format
msgid "You are using %1$s of your available file storage."
@@ -618,792 +577,303 @@ msgstr "Nieuwe map aanmaken"
msgid "Upload file"
msgstr "Bestand uploaden"
-#: ../../include/js_strings.php:5
-msgid "Delete this item?"
-msgstr "Dit item verwijderen?"
-
-#: ../../include/js_strings.php:6 ../../include/ItemObject.php:696
-#: ../../mod/photos.php:1044 ../../mod/photos.php:1162
-msgid "Comment"
-msgstr "Reactie"
-
-#: ../../include/js_strings.php:7 ../../include/ItemObject.php:413
-msgid "[+] show all"
-msgstr "[+] alle"
-
-#: ../../include/js_strings.php:8
-msgid "[-] show less"
-msgstr "[-] minder reacties weergeven"
-
-#: ../../include/js_strings.php:9
-msgid "[+] expand"
-msgstr "[+] uitklappen"
-
-#: ../../include/js_strings.php:10
-msgid "[-] collapse"
-msgstr "[-] inklappen"
-
-#: ../../include/js_strings.php:11
-msgid "Password too short"
-msgstr "Wachtwoord te kort"
-
-#: ../../include/js_strings.php:12
-msgid "Passwords do not match"
-msgstr "Wachtwoorden komen niet overeen"
-
-#: ../../include/js_strings.php:13 ../../mod/photos.php:41
-msgid "everybody"
-msgstr "iedereen"
-
-#: ../../include/js_strings.php:14
-msgid "Secret Passphrase"
-msgstr "Geheim wachtwoord"
-
-#: ../../include/js_strings.php:15
-msgid "Passphrase hint"
-msgstr "Wachtwoordhint"
-
-#: ../../include/js_strings.php:16
-msgid "Notice: Permissions have changed but have not yet been submitted."
-msgstr "Mededeling: de permissies zijn veranderd, maar zijn nog niet opgeslagen."
-
-#: ../../include/js_strings.php:17
-msgid "close all"
-msgstr "Alles sluiten"
-
-#: ../../include/js_strings.php:18
-msgid "Nothing new here"
-msgstr "Niets nieuw hier"
-
-#: ../../include/js_strings.php:19
-msgid "Rate This Channel (this is public)"
-msgstr "Beoordeel dit kanaal (dit is openbaar)"
-
-#: ../../include/js_strings.php:20 ../../mod/rate.php:157
-#: ../../mod/connedit.php:694
-msgid "Rating"
-msgstr "Beoordeling"
-
-#: ../../include/js_strings.php:21
-msgid "Describe (optional)"
-msgstr "Omschrijving (optioneel)"
-
-#: ../../include/js_strings.php:22 ../../include/widgets.php:676
-#: ../../include/widgets.php:688 ../../include/ItemObject.php:697
-#: ../../mod/filestorage.php:156 ../../mod/group.php:81
-#: ../../mod/connect.php:93 ../../mod/rate.php:168 ../../mod/mood.php:135
-#: ../../mod/setup.php:331 ../../mod/setup.php:371 ../../mod/pconfig.php:108
-#: ../../mod/poke.php:171 ../../mod/profiles.php:675
-#: ../../mod/connedit.php:715 ../../mod/fsuggest.php:108
-#: ../../mod/sources.php:104 ../../mod/sources.php:138
-#: ../../mod/import.php:527 ../../mod/invite.php:142 ../../mod/thing.php:313
-#: ../../mod/thing.php:359 ../../mod/import_items.php:122
-#: ../../mod/pdledit.php:58 ../../mod/admin.php:447 ../../mod/admin.php:814
-#: ../../mod/admin.php:978 ../../mod/admin.php:1115 ../../mod/admin.php:1309
-#: ../../mod/admin.php:1394 ../../mod/settings.php:586
-#: ../../mod/settings.php:698 ../../mod/settings.php:726
-#: ../../mod/settings.php:749 ../../mod/settings.php:834
-#: ../../mod/settings.php:1023 ../../mod/appman.php:99 ../../mod/locs.php:116
-#: ../../mod/xchan.php:11 ../../mod/photos.php:637 ../../mod/photos.php:1005
-#: ../../mod/photos.php:1045 ../../mod/photos.php:1163 ../../mod/chat.php:184
-#: ../../mod/chat.php:213 ../../mod/mail.php:380 ../../mod/events.php:461
-#: ../../mod/events.php:658 ../../mod/mitem.php:231
-#: ../../view/theme/redbasic/php/config.php:99
-msgid "Submit"
-msgstr "Opslaan"
-
-#: ../../include/js_strings.php:23
-msgid "Please enter a link URL"
-msgstr "Vul een internetadres/URL in:"
-
-#: ../../include/js_strings.php:24
-msgid "Unsaved changes. Are you sure you wish to leave this page?"
-msgstr "Niet opgeslagen wijzigingen. Ben je er zeker van dat je deze pagina wil verlaten?"
-
-#: ../../include/js_strings.php:25 ../../mod/pubsites.php:28
-#: ../../mod/profiles.php:464 ../../mod/events.php:452
-msgid "Location"
-msgstr "Locatie"
+#: ../../include/account.php:27
+msgid "Not a valid email address"
+msgstr "Geen geldig e-mailadres"
-#: ../../include/js_strings.php:27
-msgid "timeago.prefixAgo"
-msgstr "timeago.prefixAgo"
+#: ../../include/account.php:29
+msgid "Your email domain is not among those allowed on this site"
+msgstr "Jouw e-maildomein is op deze hub niet toegestaan"
-#: ../../include/js_strings.php:28
-msgid "timeago.prefixFromNow"
-msgstr "timeago.prefixFromNow"
+#: ../../include/account.php:35
+msgid "Your email address is already registered at this site."
+msgstr "Jouw e-mailadres is al op deze hub geregistreerd."
-#: ../../include/js_strings.php:29
-msgid "ago"
-msgstr "geleden"
+#: ../../include/account.php:67
+msgid "An invitation is required."
+msgstr "Een uitnodiging is vereist"
-#: ../../include/js_strings.php:30
-msgid "from now"
-msgstr "vanaf nu"
+#: ../../include/account.php:71
+msgid "Invitation could not be verified."
+msgstr "Uitnodiging kon niet geverifieerd worden"
-#: ../../include/js_strings.php:31
-msgid "less than a minute"
-msgstr "minder dan een minuut"
+#: ../../include/account.php:121
+msgid "Please enter the required information."
+msgstr "Vul de vereiste informatie in."
-#: ../../include/js_strings.php:32
-msgid "about a minute"
-msgstr "ongeveer een minuut"
+#: ../../include/account.php:188
+msgid "Failed to store account information."
+msgstr "Account-informatie kon niet opgeslagen worden."
-#: ../../include/js_strings.php:33
+#: ../../include/account.php:248
#, php-format
-msgid "%d minutes"
-msgstr "%d minuten"
-
-#: ../../include/js_strings.php:34
-msgid "about an hour"
-msgstr "ongeveer een uur"
+msgid "Registration confirmation for %s"
+msgstr "Registratiebevestiging voor %s"
-#: ../../include/js_strings.php:35
+#: ../../include/account.php:314
#, php-format
-msgid "about %d hours"
-msgstr "ongeveer %d uren"
-
-#: ../../include/js_strings.php:36
-msgid "a day"
-msgstr "een dag"
+msgid "Registration request at %s"
+msgstr "Registratiebevestiging voor %s"
-#: ../../include/js_strings.php:37
-#, php-format
-msgid "%d days"
-msgstr "%d dagen"
+#: ../../include/account.php:316 ../../include/account.php:343
+#: ../../include/account.php:403 ../../include/network.php:1655
+msgid "Administrator"
+msgstr "Beheerder"
-#: ../../include/js_strings.php:38
-msgid "about a month"
-msgstr "ongeveer een maand"
+#: ../../include/account.php:338
+msgid "your registration password"
+msgstr "jouw registratiewachtwoord"
-#: ../../include/js_strings.php:39
+#: ../../include/account.php:341 ../../include/account.php:401
#, php-format
-msgid "%d months"
-msgstr "%d maanden"
+msgid "Registration details for %s"
+msgstr "Registratiegegevens voor %s"
-#: ../../include/js_strings.php:40
-msgid "about a year"
-msgstr "ongeveer een jaar"
+#: ../../include/account.php:410
+msgid "Account approved."
+msgstr "Account goedgekeurd"
-#: ../../include/js_strings.php:41
+#: ../../include/account.php:449
#, php-format
-msgid "%d years"
-msgstr "%d jaren"
-
-#: ../../include/js_strings.php:42
-msgid " "
-msgstr " "
-
-#: ../../include/js_strings.php:43
-msgid "timeago.numbers"
-msgstr "timeago.numbers"
-
-#: ../../include/js_strings.php:49
-msgctxt "long"
-msgid "May"
-msgstr "mei"
-
-#: ../../include/js_strings.php:57
-msgid "Jan"
-msgstr "jan"
-
-#: ../../include/js_strings.php:58
-msgid "Feb"
-msgstr "feb"
-
-#: ../../include/js_strings.php:59
-msgid "Mar"
-msgstr "mrt"
-
-#: ../../include/js_strings.php:60
-msgid "Apr"
-msgstr "apr"
-
-#: ../../include/js_strings.php:61
-msgctxt "short"
-msgid "May"
-msgstr "mei"
-
-#: ../../include/js_strings.php:62
-msgid "Jun"
-msgstr "jun"
-
-#: ../../include/js_strings.php:63
-msgid "Jul"
-msgstr "jul"
-
-#: ../../include/js_strings.php:64
-msgid "Aug"
-msgstr "aug"
-
-#: ../../include/js_strings.php:65
-msgid "Sep"
-msgstr "sep"
-
-#: ../../include/js_strings.php:66
-msgid "Oct"
-msgstr "okt"
-
-#: ../../include/js_strings.php:67
-msgid "Nov"
-msgstr "nov"
-
-#: ../../include/js_strings.php:68
-msgid "Dec"
-msgstr "dec"
-
-#: ../../include/js_strings.php:76
-msgid "Sun"
-msgstr "zo"
-
-#: ../../include/js_strings.php:77
-msgid "Mon"
-msgstr "ma"
-
-#: ../../include/js_strings.php:78
-msgid "Tue"
-msgstr "di"
-
-#: ../../include/js_strings.php:79
-msgid "Wed"
-msgstr "wo"
-
-#: ../../include/js_strings.php:80
-msgid "Thu"
-msgstr "do"
-
-#: ../../include/js_strings.php:81
-msgid "Fri"
-msgstr "vr"
-
-#: ../../include/js_strings.php:82
-msgid "Sat"
-msgstr "za"
-
-#: ../../include/js_strings.php:83
-msgctxt "calendar"
-msgid "today"
-msgstr "vandaag"
-
-#: ../../include/js_strings.php:84
-msgctxt "calendar"
-msgid "month"
-msgstr "maand"
-
-#: ../../include/js_strings.php:85
-msgctxt "calendar"
-msgid "week"
-msgstr "week"
+msgid "Registration revoked for %s"
+msgstr "Registratie ingetrokken voor %s"
-#: ../../include/js_strings.php:86
-msgctxt "calendar"
-msgid "day"
-msgstr "dag"
+#: ../../include/account.php:494
+msgid "Account verified. Please login."
+msgstr "Account is geverifieerd. Je kan inloggen."
-#: ../../include/js_strings.php:87
-msgctxt "calendar"
-msgid "All day"
-msgstr "hele dag"
+#: ../../include/account.php:707 ../../include/account.php:709
+msgid "Click here to upgrade."
+msgstr "Klik hier om te upgraden."
-#: ../../include/Import/import_diaspora.php:17
-msgid "No username found in import file."
-msgstr "Geen gebruikersnaam in het importbestand gevonden."
+#: ../../include/account.php:715
+msgid "This action exceeds the limits set by your subscription plan."
+msgstr "Deze handeling overschrijdt de beperkingen die voor jouw abonnement gelden."
-#: ../../include/Import/import_diaspora.php:143 ../../mod/import.php:487
-msgid "Import completed."
-msgstr "Import voltooid."
+#: ../../include/account.php:720
+msgid "This action is not available under your subscription plan."
+msgstr "Deze handeling is niet mogelijk met jouw abonnement."
-#: ../../include/comanche.php:34 ../../mod/admin.php:356
-msgid "Default"
-msgstr "Standaard"
+#: ../../include/acl_selectors.php:218
+msgid "Visible to your default audience"
+msgstr "Voor iedereen zichtbaar, mits niet anders ingesteld"
-#: ../../include/items.php:423 ../../mod/group.php:68 ../../mod/like.php:280
-#: ../../mod/dreport.php:6 ../../mod/dreport.php:45 ../../mod/subthread.php:58
-#: ../../mod/import_items.php:114 ../../mod/profperm.php:23
-#: ../../index.php:364
-msgid "Permission denied"
-msgstr "Toegang geweigerd"
+#: ../../include/acl_selectors.php:243
+msgid "Show"
+msgstr "Tonen"
-#: ../../include/items.php:1130 ../../include/items.php:1176
-msgid "(Unknown)"
-msgstr "(Onbekend)"
+#: ../../include/acl_selectors.php:244
+msgid "Don't show"
+msgstr "Niet tonen"
-#: ../../include/items.php:1373
-msgid "Visible to anybody on the internet."
-msgstr "Voor iedereen op het internet zichtbaar."
+#: ../../include/acl_selectors.php:249
+msgid "Other networks and post services"
+msgstr "Andere netwerken en diensten"
-#: ../../include/items.php:1375
-msgid "Visible to you only."
-msgstr "Alleen voor jou zichtbaar."
+#: ../../include/acl_selectors.php:251 ../../mod/chat.php:211
+#: ../../mod/filestorage.php:147 ../../mod/photos.php:631
+#: ../../mod/photos.php:998 ../../mod/thing.php:310 ../../mod/thing.php:356
+msgid "Permissions"
+msgstr "Permissies"
-#: ../../include/items.php:1377
-msgid "Visible to anybody in this network."
-msgstr "Voor iedereen in dit netwerk zichtbaar."
+#: ../../include/activities.php:42
+msgid " and "
+msgstr " en "
-#: ../../include/items.php:1379
-msgid "Visible to anybody authenticated."
-msgstr "Voor iedereen die geauthenticeerd is zichtbaar."
+#: ../../include/activities.php:50
+msgid "public profile"
+msgstr "openbaar profiel"
-#: ../../include/items.php:1381
+#: ../../include/activities.php:59
#, php-format
-msgid "Visible to anybody on %s."
-msgstr "Voor iedereen op %s zichtbaar."
-
-#: ../../include/items.php:1383
-msgid "Visible to all connections."
-msgstr "Voor alle connecties zichtbaar."
-
-#: ../../include/items.php:1385
-msgid "Visible to approved connections."
-msgstr "Voor alle goedgekeurde connecties zichtbaar."
-
-#: ../../include/items.php:1387
-msgid "Visible to specific connections."
-msgstr "Voor specifieke connecties zichtbaar."
-
-#: ../../include/items.php:4326 ../../mod/filestorage.php:27
-#: ../../mod/display.php:36 ../../mod/thing.php:86 ../../mod/admin.php:129
-#: ../../mod/admin.php:1017 ../../mod/admin.php:1222 ../../mod/viewsrc.php:20
-msgid "Item not found."
-msgstr "Item niet gevonden."
-
-#: ../../include/items.php:4838 ../../mod/group.php:38 ../../mod/group.php:137
-msgid "Collection not found."
-msgstr "Collectie niet gevonden."
-
-#: ../../include/items.php:4854
-msgid "Collection is empty."
-msgstr "Collectie is leeg"
+msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
+msgstr "%1$s veranderde %2$s naar &ldquo;%3$s&rdquo;"
-#: ../../include/items.php:4861
+#: ../../include/activities.php:60
#, php-format
-msgid "Collection: %s"
-msgstr "Collectie: %s"
+msgid "Visit %1$s's %2$s"
+msgstr "Bezoek het %2$s van %1$s"
-#: ../../include/items.php:4871 ../../mod/connedit.php:683
+#: ../../include/activities.php:63
#, php-format
-msgid "Connection: %s"
-msgstr "Connectie: %s"
-
-#: ../../include/items.php:4873
-msgid "Connection not found."
-msgstr "Connectie niet gevonden."
-
-#: ../../include/event.php:768
-msgid "This event has been added to your calendar."
-msgstr "Dit evenement is aan jouw agenda toegevoegd."
-
-#: ../../include/event.php:967
-msgid "Not specified"
-msgstr "Niet aangegeven"
-
-#: ../../include/event.php:968
-msgid "Needs Action"
-msgstr "Actie vereist"
-
-#: ../../include/event.php:969
-msgid "Completed"
-msgstr "Voltooid"
-
-#: ../../include/event.php:970
-msgid "In Process"
-msgstr "In behandeling"
-
-#: ../../include/event.php:971
-msgid "Cancelled"
-msgstr "Geannuleerd"
-
-#: ../../include/identity.php:32
-msgid "Unable to obtain identity information from database"
-msgstr "Niet in staat om identiteitsinformatie uit de database te verkrijgen"
-
-#: ../../include/identity.php:66
-msgid "Empty name"
-msgstr "Ontbrekende naam"
-
-#: ../../include/identity.php:69
-msgid "Name too long"
-msgstr "Naam te lang"
-
-#: ../../include/identity.php:181
-msgid "No account identifier"
-msgstr "Geen account-identificator"
-
-#: ../../include/identity.php:193
-msgid "Nickname is required."
-msgstr "Bijnaam is verplicht"
-
-#: ../../include/identity.php:207
-msgid "Reserved nickname. Please choose another."
-msgstr "Deze naam is gereserveerd. Kies een andere."
-
-#: ../../include/identity.php:212
-msgid ""
-"Nickname has unsupported characters or is already being used on this site."
-msgstr "Deze naam heeft niet ondersteunde karakters of is al op deze hub in gebruik."
-
-#: ../../include/identity.php:288
-msgid "Unable to retrieve created identity"
-msgstr "Niet in staat om aangemaakte identiteit te vinden"
-
-#: ../../include/identity.php:346
-msgid "Default Profile"
-msgstr "Standaardprofiel"
-
-#: ../../include/identity.php:390 ../../include/identity.php:391
-#: ../../include/identity.php:398 ../../include/widgets.php:430
-#: ../../include/profile_selectors.php:80 ../../mod/connedit.php:573
-#: ../../mod/settings.php:338 ../../mod/settings.php:342
-#: ../../mod/settings.php:343 ../../mod/settings.php:346
-#: ../../mod/settings.php:357
-msgid "Friends"
-msgstr "Vrienden"
-
-#: ../../include/identity.php:770
-msgid "Requested channel is not available."
-msgstr "Opgevraagd kanaal is niet beschikbaar."
-
-#: ../../include/identity.php:816 ../../mod/filestorage.php:54
-#: ../../mod/connect.php:13 ../../mod/achievements.php:11
-#: ../../mod/blocks.php:29 ../../mod/hcard.php:8 ../../mod/editwebpage.php:28
-#: ../../mod/profile.php:16 ../../mod/editblock.php:29
-#: ../../mod/editlayout.php:27 ../../mod/webpages.php:29
-#: ../../mod/layouts.php:29
-msgid "Requested profile is not available."
-msgstr "Opgevraagd profiel is niet beschikbaar"
-
-#: ../../include/identity.php:960 ../../mod/profiles.php:782
-msgid "Change profile photo"
-msgstr "Profielfoto veranderen"
-
-#: ../../include/identity.php:966
-msgid "Profiles"
-msgstr "Profielen"
-
-#: ../../include/identity.php:966
-msgid "Manage/edit profiles"
-msgstr "Profielen beheren/bewerken"
-
-#: ../../include/identity.php:967 ../../mod/profiles.php:783
-msgid "Create New Profile"
-msgstr "Nieuw profiel aanmaken"
-
-#: ../../include/identity.php:970 ../../include/nav.php:90
-msgid "Edit Profile"
-msgstr "Profiel bewerken"
-
-#: ../../include/identity.php:982 ../../mod/profiles.php:794
-msgid "Profile Image"
-msgstr "Profielfoto"
-
-#: ../../include/identity.php:985
-msgid "visible to everybody"
-msgstr "Voor iedereen zichtbaar"
-
-#: ../../include/identity.php:986 ../../mod/profiles.php:677
-#: ../../mod/profiles.php:798
-msgid "Edit visibility"
-msgstr "Zichtbaarheid bewerken"
-
-#: ../../include/identity.php:1002 ../../include/identity.php:1242
-msgid "Gender:"
-msgstr "Geslacht:"
-
-#: ../../include/identity.php:1003 ../../include/identity.php:1286
-msgid "Status:"
-msgstr "Status:"
-
-#: ../../include/identity.php:1004 ../../include/identity.php:1297
-msgid "Homepage:"
-msgstr "Homepagina:"
+msgid "%1$s has an updated %2$s, changing %3$s."
+msgstr "%1$s heeft een aangepaste %2$s, %3$s veranderd."
-#: ../../include/identity.php:1005
-msgid "Online Now"
-msgstr "Nu online"
+#: ../../include/api.php:1336
+msgid "Public Timeline"
+msgstr "Openbare tijdlijn"
-#: ../../include/identity.php:1089 ../../include/identity.php:1167
-#: ../../mod/ping.php:318
-msgid "g A l F d"
-msgstr "G:i, l d F"
+#: ../../include/apps.php:128
+msgid "Site Admin"
+msgstr "Hubbeheerder"
-#: ../../include/identity.php:1090 ../../include/identity.php:1168
-msgid "F d"
-msgstr "d F"
+#: ../../include/apps.php:129 ../../include/conversation.php:1655
+#: ../../include/nav.php:103
+msgid "Bookmarks"
+msgstr "Bladwijzers"
-#: ../../include/identity.php:1135 ../../include/identity.php:1207
-#: ../../mod/ping.php:341
-msgid "[today]"
-msgstr "[vandaag]"
+#: ../../include/apps.php:130
+msgid "Address Book"
+msgstr "Connecties"
-#: ../../include/identity.php:1146
-msgid "Birthday Reminders"
-msgstr "Verjaardagsherinneringen"
+#: ../../include/apps.php:132 ../../include/nav.php:200
+#: ../../mod/manage.php:160
+msgid "Channel Manager"
+msgstr "Kanaalbeheer"
-#: ../../include/identity.php:1147
-msgid "Birthdays this week:"
-msgstr "Verjaardagen deze week:"
+#: ../../include/apps.php:133 ../../include/nav.php:174
+msgid "Grid"
+msgstr "Grid"
-#: ../../include/identity.php:1200
-msgid "[No description]"
-msgstr "[Geen omschrijving]"
+#: ../../include/apps.php:134 ../../include/nav.php:202
+#: ../../include/widgets.php:557 ../../mod/admin.php:1150
+#: ../../mod/admin.php:1350
+msgid "Settings"
+msgstr "Instellingen"
-#: ../../include/identity.php:1218
-msgid "Event Reminders"
-msgstr "Herinneringen"
+#: ../../include/apps.php:136 ../../include/conversation.php:1665
+#: ../../include/nav.php:107 ../../mod/webpages.php:178
+msgid "Webpages"
+msgstr "Webpagina's"
-#: ../../include/identity.php:1219
-msgid "Events this week:"
-msgstr "Gebeurtenissen deze week:"
+#: ../../include/apps.php:137 ../../include/nav.php:177
+msgid "Channel Home"
+msgstr "Jouw kanaal"
-#: ../../include/identity.php:1232 ../../include/identity.php:1349
-#: ../../include/apps.php:138 ../../mod/profperm.php:112
+#: ../../include/apps.php:138 ../../include/identity.php:1232
+#: ../../include/identity.php:1349 ../../mod/profperm.php:112
msgid "Profile"
msgstr "Profiel"
-#: ../../include/identity.php:1240 ../../mod/settings.php:1029
-msgid "Full Name:"
-msgstr "Volledige naam:"
-
-#: ../../include/identity.php:1247
-msgid "Like this channel"
-msgstr "Vind dit kanaal leuk"
-
-#: ../../include/identity.php:1258 ../../include/taxonomy.php:414
-#: ../../include/conversation.php:1721 ../../include/ItemObject.php:179
-#: ../../mod/photos.php:1083
-msgctxt "noun"
-msgid "Like"
-msgid_plural "Likes"
-msgstr[0] "vindt dit leuk"
-msgstr[1] "vinden dit leuk"
-
-#: ../../include/identity.php:1271
-msgid "j F, Y"
-msgstr "F j Y"
-
-#: ../../include/identity.php:1272
-msgid "j F"
-msgstr "F j"
-
-#: ../../include/identity.php:1279
-msgid "Birthday:"
-msgstr "Geboortedatum:"
-
-#: ../../include/identity.php:1283 ../../mod/directory.php:299
-msgid "Age:"
-msgstr "Leeftijd:"
-
-#: ../../include/identity.php:1292
-#, php-format
-msgid "for %1$d %2$s"
-msgstr "voor %1$d %2$s"
-
-#: ../../include/identity.php:1295 ../../mod/profiles.php:699
-msgid "Sexual Preference:"
-msgstr "Seksuele voorkeur:"
-
-#: ../../include/identity.php:1299 ../../mod/profiles.php:701
-#: ../../mod/directory.php:315
-msgid "Hometown:"
-msgstr "Oorspronkelijk uit:"
-
-#: ../../include/identity.php:1301
-msgid "Tags:"
-msgstr "Tags:"
-
-#: ../../include/identity.php:1303 ../../mod/profiles.php:702
-msgid "Political Views:"
-msgstr "Politieke overtuigingen:"
-
-#: ../../include/identity.php:1305
-msgid "Religion:"
-msgstr "Religie:"
-
-#: ../../include/identity.php:1307 ../../mod/directory.php:317
-msgid "About:"
-msgstr "Over:"
-
-#: ../../include/identity.php:1309
-msgid "Hobbies/Interests:"
-msgstr "Hobby's/interesses:"
-
-#: ../../include/identity.php:1311 ../../mod/profiles.php:705
-msgid "Likes:"
-msgstr "Houdt van:"
-
-#: ../../include/identity.php:1313 ../../mod/profiles.php:706
-msgid "Dislikes:"
-msgstr "Houdt niet van:"
-
-#: ../../include/identity.php:1315
-msgid "Contact information and Social Networks:"
-msgstr "Contactinformatie en sociale netwerken:"
-
-#: ../../include/identity.php:1317
-msgid "My other channels:"
-msgstr "Mijn andere kanalen"
-
-#: ../../include/identity.php:1319
-msgid "Musical interests:"
-msgstr "Muzikale interesses:"
-
-#: ../../include/identity.php:1321
-msgid "Books, literature:"
-msgstr "Boeken, literatuur:"
-
-#: ../../include/identity.php:1323
-msgid "Television:"
-msgstr "Televisie:"
-
-#: ../../include/identity.php:1325
-msgid "Film/dance/culture/entertainment:"
-msgstr "Films/dansen/cultuur/vermaak:"
-
-#: ../../include/identity.php:1327
-msgid "Love/Romance:"
-msgstr "Liefde/romantiek:"
-
-#: ../../include/identity.php:1329
-msgid "Work/employment:"
-msgstr "Werk/beroep:"
-
-#: ../../include/identity.php:1331
-msgid "School/education:"
-msgstr "School/opleiding:"
-
-#: ../../include/identity.php:1351
-msgid "Like this thing"
-msgstr "Vind dit ding leuk"
-
-#: ../../include/taxonomy.php:240 ../../include/taxonomy.php:261
-msgid "Tags"
-msgstr "Tags"
-
-#: ../../include/taxonomy.php:282 ../../include/widgets.php:36
-#: ../../include/contact_widgets.php:95
-msgid "Categories"
-msgstr "Categorieën"
-
-#: ../../include/taxonomy.php:305
-msgid "Keywords"
-msgstr "Trefwoorden"
-
-#: ../../include/taxonomy.php:326
-msgid "have"
-msgstr "heb"
-
-#: ../../include/taxonomy.php:326
-msgid "has"
-msgstr "heeft"
-
-#: ../../include/taxonomy.php:327
-msgid "want"
-msgstr "wil"
-
-#: ../../include/taxonomy.php:327
-msgid "wants"
-msgstr "wil"
-
-#: ../../include/taxonomy.php:328 ../../include/ItemObject.php:254
-msgid "like"
-msgstr "vind dit leuk"
-
-#: ../../include/taxonomy.php:328
-msgid "likes"
-msgstr "vindt dit leuk"
-
-#: ../../include/taxonomy.php:329 ../../include/ItemObject.php:255
-msgid "dislike"
-msgstr "vind dit niet leuk"
+#: ../../include/apps.php:139 ../../include/conversation.php:1622
+#: ../../include/nav.php:92 ../../mod/fbrowser.php:25
+msgid "Photos"
+msgstr "Foto's"
-#: ../../include/taxonomy.php:329
-msgid "dislikes"
-msgstr "vindt dit niet leuk"
+#: ../../include/apps.php:140 ../../include/nav.php:196
+msgid "Events"
+msgstr "Agenda"
-#: ../../include/photos.php:112
-#, php-format
-msgid "Image exceeds website size limit of %lu bytes"
-msgstr "Afbeelding is groter dan op deze hub toegestane limiet van %lu bytes"
+#: ../../include/apps.php:141 ../../include/nav.php:162
+msgid "Directory"
+msgstr "Kanalengids"
-#: ../../include/photos.php:119
-msgid "Image file is empty."
-msgstr "Afbeeldingsbestand is leeg"
+#: ../../include/apps.php:142 ../../include/nav.php:154 ../../mod/help.php:204
+#: ../../mod/help.php:209 ../../mod/layouts.php:176
+msgid "Help"
+msgstr "Hulp"
-#: ../../include/photos.php:146 ../../mod/profile_photo.php:225
-msgid "Unable to process image"
-msgstr "Afbeelding kan niet verwerkt worden"
+#: ../../include/apps.php:143 ../../include/nav.php:188
+msgid "Mail"
+msgstr "Privéberichten"
-#: ../../include/photos.php:257
-msgid "Photo storage failed."
-msgstr "Foto kan niet worden opgeslagen"
+#: ../../include/apps.php:144 ../../mod/mood.php:131
+msgid "Mood"
+msgstr "Stemming"
-#: ../../include/photos.php:297
-msgid "a new photo"
-msgstr "een nieuwe foto"
+#: ../../include/apps.php:145 ../../include/conversation.php:956
+msgid "Poke"
+msgstr "Aanstoten"
-#: ../../include/photos.php:301
-#, php-format
-msgctxt "photo_upload"
-msgid "%1$s posted %2$s to %3$s"
-msgstr "%1$s plaatste %2$s op %3$s"
+#: ../../include/apps.php:146 ../../include/nav.php:97
+msgid "Chat"
+msgstr "Chatten"
-#: ../../include/photos.php:506 ../../include/conversation.php:1625
-msgid "Photo Albums"
-msgstr "Fotoalbums"
+#: ../../include/apps.php:147 ../../include/nav.php:159
+#: ../../include/text.php:885 ../../include/text.php:897
+#: ../../mod/search.php:40
+msgid "Search"
+msgstr "Zoeken"
-#: ../../include/photos.php:510
-msgid "Upload New Photos"
-msgstr "Nieuwe foto's uploaden"
+#: ../../include/apps.php:148
+msgid "Probe"
+msgstr "Onderzoeken"
-#: ../../include/acl_selectors.php:218
-msgid "Visible to your default audience"
-msgstr "Voor iedereen zichtbaar, mits niet anders ingesteld"
+#: ../../include/apps.php:149
+msgid "Suggest"
+msgstr "Voorstellen"
-#: ../../include/acl_selectors.php:243
-msgid "Show"
-msgstr "Tonen"
+#: ../../include/apps.php:150
+msgid "Random Channel"
+msgstr "Willekeurig kanaal"
-#: ../../include/acl_selectors.php:244
-msgid "Don't show"
-msgstr "Niet tonen"
+#: ../../include/apps.php:151
+msgid "Invite"
+msgstr "Uitnodigen "
-#: ../../include/acl_selectors.php:249
-msgid "Other networks and post services"
-msgstr "Andere netwerken en diensten"
+#: ../../include/apps.php:152 ../../include/widgets.php:1220
+msgid "Features"
+msgstr "Extra functies"
-#: ../../include/acl_selectors.php:251 ../../mod/filestorage.php:147
-#: ../../mod/thing.php:310 ../../mod/thing.php:356 ../../mod/photos.php:631
-#: ../../mod/photos.php:998 ../../mod/chat.php:211
-msgid "Permissions"
-msgstr "Permissies"
+#: ../../include/apps.php:153 ../../mod/id.php:28
+msgid "Language"
+msgstr "Taal"
-#: ../../include/acl_selectors.php:252 ../../include/ItemObject.php:384
-#: ../../mod/photos.php:1215
-msgid "Close"
-msgstr "Sluiten"
+#: ../../include/apps.php:154
+msgid "Post"
+msgstr "Bericht"
-#: ../../include/activities.php:42
-msgid " and "
-msgstr " en "
+#: ../../include/apps.php:155 ../../mod/id.php:17 ../../mod/id.php:18
+#: ../../mod/id.php:19
+msgid "Profile Photo"
+msgstr "Profielfoto"
-#: ../../include/activities.php:50
-msgid "public profile"
-msgstr "openbaar profiel"
+#: ../../include/apps.php:252 ../../mod/settings.php:84
+#: ../../mod/settings.php:612
+msgid "Update"
+msgstr "Bijwerken"
-#: ../../include/activities.php:59
-#, php-format
-msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
-msgstr "%1$s veranderde %2$s naar &ldquo;%3$s&rdquo;"
+#: ../../include/apps.php:252
+msgid "Install"
+msgstr "Installeren"
-#: ../../include/activities.php:60
-#, php-format
-msgid "Visit %1$s's %2$s"
-msgstr "Bezoek het %2$s van %1$s"
+#: ../../include/apps.php:257
+msgid "Purchase"
+msgstr "Aanschaffen"
-#: ../../include/activities.php:63
-#, php-format
-msgid "%1$s has an updated %2$s, changing %3$s."
-msgstr "%1$s heeft een aangepaste %2$s, %3$s veranderd."
+#: ../../include/attach.php:140 ../../include/attach.php:188
+#: ../../include/attach.php:251 ../../include/attach.php:265
+#: ../../include/attach.php:272 ../../include/attach.php:337
+#: ../../include/attach.php:351 ../../include/attach.php:358
+#: ../../include/attach.php:436 ../../include/attach.php:888
+#: ../../include/attach.php:959 ../../include/attach.php:1111
+#: ../../include/chat.php:133 ../../include/items.php:4405
+#: ../../include/photos.php:29 ../../index.php:182 ../../index.php:365
+#: ../../mod/achievements.php:30 ../../mod/api.php:26 ../../mod/api.php:31
+#: ../../mod/appman.php:66 ../../mod/authtest.php:13 ../../mod/block.php:22
+#: ../../mod/block.php:72 ../../mod/blocks.php:69 ../../mod/blocks.php:76
+#: ../../mod/bookmarks.php:48 ../../mod/channel.php:100
+#: ../../mod/channel.php:214 ../../mod/channel.php:254 ../../mod/chat.php:94
+#: ../../mod/chat.php:99 ../../mod/common.php:35 ../../mod/connections.php:29
+#: ../../mod/connedit.php:352 ../../mod/editblock.php:65
+#: ../../mod/editlayout.php:63 ../../mod/editlayout.php:87
+#: ../../mod/editpost.php:13 ../../mod/editwebpage.php:64
+#: ../../mod/editwebpage.php:86 ../../mod/editwebpage.php:101
+#: ../../mod/editwebpage.php:125 ../../mod/events.php:260
+#: ../../mod/filestorage.php:18 ../../mod/filestorage.php:73
+#: ../../mod/filestorage.php:88 ../../mod/filestorage.php:115
+#: ../../mod/fsuggest.php:78 ../../mod/group.php:9 ../../mod/id.php:71
+#: ../../mod/invite.php:13 ../../mod/invite.php:87 ../../mod/item.php:206
+#: ../../mod/item.php:214 ../../mod/item.php:1049 ../../mod/layouts.php:69
+#: ../../mod/layouts.php:76 ../../mod/layouts.php:87 ../../mod/like.php:177
+#: ../../mod/locs.php:83 ../../mod/mail.php:126 ../../mod/manage.php:6
+#: ../../mod/menu.php:74 ../../mod/message.php:16 ../../mod/mitem.php:111
+#: ../../mod/mood.php:112 ../../mod/network.php:12
+#: ../../mod/new_channel.php:68 ../../mod/new_channel.php:99
+#: ../../mod/notifications.php:66 ../../mod/page.php:31 ../../mod/page.php:86
+#: ../../mod/pdledit.php:21 ../../mod/photos.php:70 ../../mod/poke.php:133
+#: ../../mod/profile.php:64 ../../mod/profile.php:72
+#: ../../mod/profile_photo.php:341 ../../mod/profile_photo.php:354
+#: ../../mod/profiles.php:198 ../../mod/profiles.php:584
+#: ../../mod/rate.php:111 ../../mod/register.php:72 ../../mod/regmod.php:17
+#: ../../mod/service_limits.php:7 ../../mod/settings.php:568
+#: ../../mod/setup.php:227 ../../mod/sharedwithme.php:7
+#: ../../mod/sources.php:66 ../../mod/suggest.php:26 ../../mod/thing.php:271
+#: ../../mod/thing.php:291 ../../mod/thing.php:328
+#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27
+#: ../../mod/viewsrc.php:14 ../../mod/webpages.php:69
+msgid "Permission denied."
+msgstr "Toegang geweigerd"
#: ../../include/attach.php:246 ../../include/attach.php:332
msgid "Item was not found."
@@ -1467,971 +937,299 @@ msgstr "opslag in database mislukt."
msgid "Empty path"
msgstr "Ontbrekend bestandspad"
-#: ../../include/notify.php:20
-msgid "created a new post"
-msgstr "maakte een nieuw bericht aan"
-
-#: ../../include/notify.php:21
-#, php-format
-msgid "commented on %s's post"
-msgstr "gaf een reactie op een bericht van %s"
-
-#: ../../include/widgets.php:92 ../../include/nav.php:157
-#: ../../mod/apps.php:36
-msgid "Apps"
-msgstr "Apps"
-
-#: ../../include/widgets.php:93
-msgid "System"
-msgstr "Systeem"
-
-#: ../../include/widgets.php:95 ../../include/conversation.php:1526
-msgid "Personal"
-msgstr "Persoonlijk"
-
-#: ../../include/widgets.php:96
-msgid "Create Personal App"
-msgstr "Persoonlijke app maken"
-
-#: ../../include/widgets.php:97
-msgid "Edit Personal App"
-msgstr "Persoonlijke app bewerken"
-
-#: ../../include/widgets.php:139 ../../mod/suggest.php:54
-msgid "Ignore/Hide"
-msgstr "Negeren/Verbergen"
-
-#: ../../include/widgets.php:144 ../../mod/connections.php:125
-msgid "Suggestions"
-msgstr "Voorgestelde kanalen"
-
-#: ../../include/widgets.php:145
-msgid "See more..."
-msgstr "Meer..."
-
-#: ../../include/widgets.php:166
-#, php-format
-msgid "You have %1$.0f of %2$.0f allowed connections."
-msgstr "Je hebt %1$.0f van de %2$.0f toegestane connecties."
-
-#: ../../include/widgets.php:172
-msgid "Add New Connection"
-msgstr "Nieuwe connectie toevoegen"
-
-#: ../../include/widgets.php:173
-msgid "Enter the channel address"
-msgstr "Vul het adres van het nieuwe kanaal in"
-
-#: ../../include/widgets.php:174
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr "Voorbeeld: bob@example.com, http://example.com/barbara"
-
-#: ../../include/widgets.php:190
-msgid "Notes"
-msgstr "Aantekeningen"
-
-#: ../../include/widgets.php:266
-msgid "Remove term"
-msgstr "Verwijder zoekterm"
-
-#: ../../include/widgets.php:274 ../../include/features.php:72
-msgid "Saved Searches"
-msgstr "Opgeslagen zoekopdrachten"
-
-#: ../../include/widgets.php:275 ../../include/group.php:300
-msgid "add"
-msgstr "toevoegen"
-
-#: ../../include/widgets.php:304 ../../include/features.php:85
-#: ../../include/contact_widgets.php:57
-msgid "Saved Folders"
-msgstr "Bewaarde mappen"
-
-#: ../../include/widgets.php:307 ../../include/contact_widgets.php:60
-#: ../../include/contact_widgets.php:98
-msgid "Everything"
-msgstr "Alles"
-
-#: ../../include/widgets.php:349
-msgid "Archives"
-msgstr "Archieven"
-
-#: ../../include/widgets.php:428 ../../mod/connedit.php:571
-msgid "Me"
-msgstr "Ik"
-
-#: ../../include/widgets.php:429 ../../mod/connedit.php:572
-msgid "Family"
-msgstr "Familie"
-
-#: ../../include/widgets.php:431 ../../mod/connedit.php:574
-msgid "Acquaintances"
-msgstr "Kennissen"
-
-#: ../../include/widgets.php:432 ../../mod/connedit.php:575
-#: ../../mod/connections.php:88 ../../mod/connections.php:103
-msgid "All"
-msgstr "Alles"
-
-#: ../../include/widgets.php:451
-msgid "Refresh"
-msgstr "Vernieuwen"
-
-#: ../../include/widgets.php:485
-msgid "Account settings"
-msgstr "Account"
-
-#: ../../include/widgets.php:491
-msgid "Channel settings"
-msgstr "Kanaal"
-
-#: ../../include/widgets.php:497
-msgid "Additional features"
-msgstr "Extra functies"
-
-#: ../../include/widgets.php:503
-msgid "Feature/Addon settings"
-msgstr "Extra functie- en plugin-instellingen"
-
-#: ../../include/widgets.php:509
-msgid "Display settings"
-msgstr "Weergave"
-
-#: ../../include/widgets.php:515
-msgid "Connected apps"
-msgstr "Verbonden applicaties"
-
-#: ../../include/widgets.php:521
-msgid "Export channel"
-msgstr "Kanaal exporteren"
-
-#: ../../include/widgets.php:530 ../../mod/connedit.php:683
-msgid "Connection Default Permissions"
-msgstr "Standaard permissies voor connecties"
-
-#: ../../include/widgets.php:538
-msgid "Premium Channel Settings"
-msgstr "Instellingen premiumkanaal"
-
-#: ../../include/widgets.php:546 ../../include/features.php:59
-#: ../../mod/sources.php:88
-msgid "Channel Sources"
-msgstr "Kanaalbronnen"
-
-#: ../../include/widgets.php:554 ../../include/nav.php:202
-#: ../../include/apps.php:134 ../../mod/admin.php:1076
-#: ../../mod/admin.php:1276
-msgid "Settings"
-msgstr "Instellingen"
-
-#: ../../include/widgets.php:568
-msgid "Private Mail Menu"
-msgstr "Privéberichten"
-
-#: ../../include/widgets.php:570
-msgid "Combined View"
-msgstr "Gecombineerd postvak"
-
-#: ../../include/widgets.php:575 ../../include/nav.php:191
-msgid "Inbox"
-msgstr "Postvak IN"
-
-#: ../../include/widgets.php:580 ../../include/nav.php:192
-msgid "Outbox"
-msgstr "Postvak UIT"
-
-#: ../../include/widgets.php:585 ../../include/nav.php:193
-msgid "New Message"
-msgstr "Nieuw bericht"
-
-#: ../../include/widgets.php:604 ../../include/widgets.php:616
-msgid "Conversations"
-msgstr "Conversaties"
-
-#: ../../include/widgets.php:608
-msgid "Received Messages"
-msgstr "Ontvangen berichten"
-
-#: ../../include/widgets.php:612
-msgid "Sent Messages"
-msgstr "Verzonden berichten"
-
-#: ../../include/widgets.php:626
-msgid "No messages."
-msgstr "Geen berichten"
-
-#: ../../include/widgets.php:644
-msgid "Delete conversation"
-msgstr "Verwijder conversatie"
-
-#: ../../include/widgets.php:670
-msgid "Events Menu"
-msgstr "Agenda-menu"
-
-#: ../../include/widgets.php:671
-msgid "Day View"
-msgstr "Dag tonen"
-
-#: ../../include/widgets.php:672
-msgid "Week View"
-msgstr "Week tonen"
-
-#: ../../include/widgets.php:673
-msgid "Month View"
-msgstr "Maand tonen"
-
-#: ../../include/widgets.php:674 ../../mod/events.php:654
-msgid "Export"
-msgstr "Exporteren"
-
-#: ../../include/widgets.php:675 ../../mod/events.php:657
-msgid "Import"
-msgstr "Importeren"
-
-#: ../../include/widgets.php:685
-msgid "Events Tools"
-msgstr "Agenda-hulpmiddelen"
-
-#: ../../include/widgets.php:686
-msgid "Export Calendar"
-msgstr "Exporteren"
-
-#: ../../include/widgets.php:687
-msgid "Import Calendar"
-msgstr "Importeren"
-
-#: ../../include/widgets.php:761
-msgid "Chat Rooms"
-msgstr "Chatkanalen"
-
-#: ../../include/widgets.php:781
-msgid "Bookmarked Chatrooms"
-msgstr "Bladwijzers van chatkanalen"
-
-#: ../../include/widgets.php:801
-msgid "Suggested Chatrooms"
-msgstr "Voorgestelde chatkanalen"
-
-#: ../../include/widgets.php:928 ../../include/widgets.php:986
-msgid "photo/image"
-msgstr "foto/afbeelding"
-
-#: ../../include/widgets.php:1081 ../../include/widgets.php:1083
-msgid "Rate Me"
-msgstr "Beoordeel mij"
-
-#: ../../include/widgets.php:1087
-msgid "View Ratings"
-msgstr "Bekijk beoordelingen"
-
-#: ../../include/widgets.php:1098
-msgid "Public Hubs"
-msgstr "Openbare hubs"
-
-#: ../../include/widgets.php:1146
-msgid "Forums"
-msgstr "Forums"
-
-#: ../../include/widgets.php:1175
-msgid "Tasks"
-msgstr "Taken"
-
-#: ../../include/widgets.php:1184
-msgid "Documentation"
-msgstr "Documentatie"
-
-#: ../../include/widgets.php:1186
-msgid "Project/Site Information"
-msgstr "Project- en hub-informatie"
-
-#: ../../include/widgets.php:1187
-msgid "For Members"
-msgstr "Voor leden"
-
-#: ../../include/widgets.php:1188
-msgid "For Administrators"
-msgstr "Voor beheerders"
-
-#: ../../include/widgets.php:1189
-msgid "For Developers"
-msgstr "Voor ontwikkelaars"
-
-#: ../../include/widgets.php:1214 ../../mod/admin.php:446
-msgid "Site"
-msgstr "Hub-instellingen"
-
-#: ../../include/widgets.php:1215
-msgid "Accounts"
-msgstr "Accounts"
-
-#: ../../include/widgets.php:1216 ../../mod/admin.php:977
-msgid "Channels"
-msgstr "Kanalen"
-
-#: ../../include/widgets.php:1217 ../../mod/admin.php:1074
-#: ../../mod/admin.php:1114
-msgid "Plugins"
-msgstr "Plug-ins"
-
-#: ../../include/widgets.php:1218 ../../mod/admin.php:1274
-#: ../../mod/admin.php:1308
-msgid "Themes"
-msgstr "Thema's"
-
-#: ../../include/widgets.php:1219
-msgid "Inspect queue"
-msgstr "Inspecteer berichtenwachtrij"
-
-#: ../../include/widgets.php:1220
-msgid "Profile Config"
-msgstr "Profielconfiguratie"
-
-#: ../../include/widgets.php:1221
-msgid "DB updates"
-msgstr "Database-updates"
-
-#: ../../include/widgets.php:1239 ../../include/widgets.php:1245
-#: ../../mod/admin.php:1393
-msgid "Logs"
-msgstr "Logboeken"
-
-#: ../../include/widgets.php:1243 ../../include/nav.php:210
-msgid "Admin"
-msgstr "Beheer"
-
-#: ../../include/widgets.php:1244
-msgid "Plugin Features"
-msgstr "Plug-in-opties"
-
-#: ../../include/widgets.php:1246
-msgid "User registrations waiting for confirmation"
-msgstr "Accounts die op goedkeuring wachten"
+#: ../../include/auth.php:132
+msgid "Logged out."
+msgstr "Uitgelogd."
-#: ../../include/widgets.php:1324 ../../mod/photos.php:748
-#: ../../mod/photos.php:1283
-msgid "View Photo"
-msgstr "Foto weergeven"
+#: ../../include/auth.php:273
+msgid "Failed authentication"
+msgstr "Mislukte authenticatie"
-#: ../../include/widgets.php:1341 ../../mod/photos.php:779
-msgid "Edit Album"
-msgstr "Album bewerken"
+#: ../../include/auth.php:287 ../../mod/openid.php:189
+msgid "Login failed."
+msgstr "Inloggen mislukt."
#: ../../include/bb2diaspora.php:376
msgid "Attachments:"
msgstr "Bijlagen:"
+#: ../../include/bb2diaspora.php:465 ../../include/event.php:22
+#: ../../include/text.php:1410
+msgid "l F d, Y \\@ g:i A"
+msgstr "l d F Y \\@ G:i"
+
#: ../../include/bb2diaspora.php:467
msgid "$Projectname event notification:"
msgstr "Notificatie $Projectname-gebeurtenis:"
-#: ../../include/bookmarks.php:35
-#, php-format
-msgid "%1$s's bookmarks"
-msgstr "Bladwijzers van %1$s"
-
-#: ../../include/features.php:38
-msgid "General Features"
-msgstr "Algemene functies"
-
-#: ../../include/features.php:40
-msgid "Content Expiration"
-msgstr "Inhoud laten verlopen"
-
-#: ../../include/features.php:40
-msgid "Remove posts/comments and/or private messages at a future time"
-msgstr "Berichten, reacties en/of privéberichten na een bepaalde tijd verwijderen"
-
-#: ../../include/features.php:41
-msgid "Multiple Profiles"
-msgstr "Meerdere profielen"
-
-#: ../../include/features.php:41
-msgid "Ability to create multiple profiles"
-msgstr "Mogelijkheid om meerdere profielen aan te maken"
-
-#: ../../include/features.php:42
-msgid "Advanced Profiles"
-msgstr "Geavanceerde profielen"
-
-#: ../../include/features.php:42
-msgid "Additional profile sections and selections"
-msgstr "Extra onderdelen en keuzes voor je profiel"
-
-#: ../../include/features.php:43
-msgid "Profile Import/Export"
-msgstr "Profiel importen/exporteren"
-
-#: ../../include/features.php:43
-msgid "Save and load profile details across sites/channels"
-msgstr "Profielgegevens opslaan en in andere hubs/kanalen gebruiken."
-
-#: ../../include/features.php:44
-msgid "Web Pages"
-msgstr "Webpagina's"
-
-#: ../../include/features.php:44
-msgid "Provide managed web pages on your channel"
-msgstr "Sta beheerde webpagina's op jouw kanaal toe"
-
-#: ../../include/features.php:45
-msgid "Private Notes"
-msgstr "Privé-aantekeningen"
-
-#: ../../include/features.php:45
-msgid "Enables a tool to store notes and reminders"
-msgstr "Schakelt een eenvoudige toepassing in om aantekeningen en herinneringen in op te slaan"
-
-#: ../../include/features.php:46
-msgid "Navigation Channel Select"
-msgstr "Kanaal kiezen in navigatiemenu"
-
-#: ../../include/features.php:46
-msgid "Change channels directly from within the navigation dropdown menu"
-msgstr "Kies een ander kanaal direct vanuit het dropdown-menu op de navigatiebalk"
-
-#: ../../include/features.php:47
-msgid "Photo Location"
-msgstr "Fotolocatie"
-
-#: ../../include/features.php:47
-msgid "If location data is available on uploaded photos, link this to a map."
-msgstr "Wanneer in de geüploade foto's locatiegegevens aanwezig zijn, link dit dan aan een kaart."
-
-#: ../../include/features.php:49
-msgid "Expert Mode"
-msgstr "Expertmodus"
-
-#: ../../include/features.php:49
-msgid "Enable Expert Mode to provide advanced configuration options"
-msgstr "Schakel de expertmodus in voor geavanceerde instellingen"
-
-#: ../../include/features.php:50
-msgid "Premium Channel"
-msgstr "Premiumkanaal"
-
-#: ../../include/features.php:50
-msgid ""
-"Allows you to set restrictions and terms on those that connect with your "
-"channel"
-msgstr "Stelt je in staat om beperkingen en voorwaarden in te stellen voor jouw kanaal"
-
-#: ../../include/features.php:55
-msgid "Post Composition Features"
-msgstr "Functies voor het opstellen van berichten"
-
-#: ../../include/features.php:57
-msgid "Use Markdown"
-msgstr "Markdown gebruiken"
-
-#: ../../include/features.php:57
-msgid "Allow use of \"Markdown\" to format posts"
-msgstr "Sta het gebruik van \"markdown\" toe om berichten mee op te maken."
-
-#: ../../include/features.php:58
-msgid "Large Photos"
-msgstr "Grote foto's"
-
-#: ../../include/features.php:58
-msgid ""
-"Include large (1024px) photo thumbnails in posts. If not enabled, use small "
-"(640px) photo thumbnails"
-msgstr "Gebruik grotere foto's (1024px) in berichten. Wanneer dit is uitgeschakeld worden er kleinere foto's (640px) gebruikt."
-
-#: ../../include/features.php:59
-msgid "Automatically import channel content from other channels or feeds"
-msgstr "Automatisch inhoud uit andere kanalen of feeds importeren."
-
-#: ../../include/features.php:60
-msgid "Even More Encryption"
-msgstr "Extra encryptie"
-
-#: ../../include/features.php:60
-msgid ""
-"Allow optional encryption of content end-to-end with a shared secret key"
-msgstr "Sta toe dat inhoud extra end-to-end wordt versleuteld met een gedeelde geheime sleutel."
+#: ../../include/bb2diaspora.php:471 ../../include/event.php:30
+#: ../../include/text.php:1414
+msgid "Starts:"
+msgstr "Start:"
-#: ../../include/features.php:61
-msgid "Enable Voting Tools"
-msgstr "Peilingen inschakelen"
+#: ../../include/bb2diaspora.php:479 ../../include/event.php:40
+#: ../../include/text.php:1418
+msgid "Finishes:"
+msgstr "Einde:"
-#: ../../include/features.php:61
-msgid "Provide a class of post which others can vote on"
-msgstr "Maakt het mogelijk om een bericht op te stellen, waar mensen op kunnen stemmen."
+#: ../../include/bb2diaspora.php:487 ../../include/event.php:52
+#: ../../include/identity.php:998 ../../include/text.php:1425
+#: ../../mod/directory.php:304
+msgid "Location:"
+msgstr "Plaats:"
-#: ../../include/features.php:62
-msgid "Delayed Posting"
-msgstr "Berichten uitstellen"
+#: ../../include/bbcode.php:123 ../../include/bbcode.php:794
+#: ../../include/bbcode.php:797 ../../include/bbcode.php:802
+#: ../../include/bbcode.php:805 ../../include/bbcode.php:808
+#: ../../include/bbcode.php:811 ../../include/bbcode.php:816
+#: ../../include/bbcode.php:819 ../../include/bbcode.php:824
+#: ../../include/bbcode.php:827 ../../include/bbcode.php:830
+#: ../../include/bbcode.php:833
+msgid "Image/photo"
+msgstr "Afbeelding/foto"
-#: ../../include/features.php:62
-msgid "Allow posts to be published at a later date"
-msgstr "Maakt het mogelijk dat berichten op een toekomstig moment gepubliceerd kunnen worden."
+#: ../../include/bbcode.php:162 ../../include/bbcode.php:844
+msgid "Encrypted content"
+msgstr "Versleutelde inhoud"
-#: ../../include/features.php:63
-msgid "Suppress Duplicate Posts/Comments"
-msgstr "Dubbele berichten/reacties tegenhouden"
+#: ../../include/bbcode.php:179
+#, php-format
+msgid "Install %s element: "
+msgstr "Installeer %s-element: "
-#: ../../include/features.php:63
+#: ../../include/bbcode.php:183
+#, php-format
msgid ""
-"Prevent posts with identical content to be published with less than two "
-"minutes in between submissions."
-msgstr "Voorkomt dat berichten en reacties met identieke inhoud en die binnen twee minuten zijn verstuurd, worden gepubliceerd. "
-
-#: ../../include/features.php:69
-msgid "Network and Stream Filtering"
-msgstr "Netwerk- en streamfilter"
-
-#: ../../include/features.php:70
-msgid "Search by Date"
-msgstr "Zoek op datum"
-
-#: ../../include/features.php:70
-msgid "Ability to select posts by date ranges"
-msgstr "Mogelijkheid om berichten op datum te filteren "
-
-#: ../../include/features.php:71
-msgid "Collections Filter"
-msgstr "Filter op collecties"
-
-#: ../../include/features.php:71
-msgid "Enable widget to display Network posts only from selected collections"
-msgstr "Sta de widget toe om netwerkberichten te tonen van bepaalde collecties"
-
-#: ../../include/features.php:72
-msgid "Save search terms for re-use"
-msgstr "Sla zoekopdrachten op voor hergebruik"
-
-#: ../../include/features.php:73
-msgid "Network Personal Tab"
-msgstr "Persoonlijke netwerktab"
-
-#: ../../include/features.php:73
-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:74
-msgid "Network New Tab"
-msgstr "Nieuwe netwerktab"
-
-#: ../../include/features.php:74
-msgid "Enable tab to display all new Network activity"
-msgstr "Laat de tab alle nieuwe netwerkactiviteit tonen"
-
-#: ../../include/features.php:75
-msgid "Affinity Tool"
-msgstr "Verwantschapsfilter"
-
-#: ../../include/features.php:75
-msgid "Filter stream activity by depth of relationships"
-msgstr "Filter wat je in de Matrix ziet op hoe goed je iemand kent of mag"
-
-#: ../../include/features.php:76
-msgid "Connection Filtering"
-msgstr "Berichtenfilters"
-
-#: ../../include/features.php:76
-msgid "Filter incoming posts from connections based on keywords/content"
-msgstr "Filter binnenkomende berichten van connecties aan de hand van trefwoorden en taal"
-
-#: ../../include/features.php:77
-msgid "Suggest Channels"
-msgstr "Kanalen voorstellen"
-
-#: ../../include/features.php:77
-msgid "Show channel suggestions"
-msgstr "Voor jou mogelijk interessante kanalen voorstellen"
-
-#: ../../include/features.php:82
-msgid "Post/Comment Tools"
-msgstr "Bericht- en reactiehulpmiddelen"
-
-#: ../../include/features.php:83
-msgid "Tagging"
-msgstr "Taggen"
-
-#: ../../include/features.php:83
-msgid "Ability to tag existing posts"
-msgstr "Mogelijkheid om bestaande berichten te taggen"
-
-#: ../../include/features.php:84
-msgid "Post Categories"
-msgstr "Categorieën berichten"
-
-#: ../../include/features.php:84
-msgid "Add categories to your posts"
-msgstr "Voeg categorieën toe aan je berichten"
-
-#: ../../include/features.php:85
-msgid "Ability to file posts under folders"
-msgstr "Mogelijkheid om berichten in mappen op te slaan"
-
-#: ../../include/features.php:86
-msgid "Dislike Posts"
-msgstr "Vind berichten niet leuk"
-
-#: ../../include/features.php:86
-msgid "Ability to dislike posts/comments"
-msgstr "Mogelijkheid om berichten en reacties niet leuk te vinden"
-
-#: ../../include/features.php:87
-msgid "Star Posts"
-msgstr "Geef berichten een ster"
-
-#: ../../include/features.php:87
-msgid "Ability to mark special posts with a star indicator"
-msgstr "Mogelijkheid om speciale berichten met een ster te markeren"
-
-#: ../../include/features.php:88
-msgid "Tag Cloud"
-msgstr "Tagwolk"
-
-#: ../../include/features.php:88
-msgid "Provide a personal tag cloud on your channel page"
-msgstr "Zorgt voor een persoonlijke wolk met tags op jouw kanaalpagina"
-
-#: ../../include/profile_selectors.php:6
-#: ../../include/profile_selectors.php:23 ../../mod/id.php:103
-msgid "Male"
-msgstr "Man"
-
-#: ../../include/profile_selectors.php:6
-#: ../../include/profile_selectors.php:23 ../../mod/id.php:105
-msgid "Female"
-msgstr "Vrouw"
-
-#: ../../include/profile_selectors.php:6
-msgid "Currently Male"
-msgstr "Momenteel man"
-
-#: ../../include/profile_selectors.php:6
-msgid "Currently Female"
-msgstr "Momenteel vrouw"
-
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Male"
-msgstr "Voornamelijk man"
-
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Female"
-msgstr "Voornamelijk vrouw"
-
-#: ../../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 gespecificeerd"
-
-#: ../../include/profile_selectors.php:6
-#: ../../include/profile_selectors.php:23
-#: ../../include/profile_selectors.php:61
-#: ../../include/profile_selectors.php:97 ../../include/permissions.php:871
-msgid "Other"
-msgstr "Anders"
-
-#: ../../include/profile_selectors.php:6
-msgid "Undecided"
-msgstr "Nog niet beslist"
-
-#: ../../include/profile_selectors.php:42
-#: ../../include/profile_selectors.php:61
-msgid "Males"
-msgstr "Mannen"
-
-#: ../../include/profile_selectors.php:42
-#: ../../include/profile_selectors.php:61
-msgid "Females"
-msgstr "Vrouwen"
-
-#: ../../include/profile_selectors.php:42
-msgid "Gay"
-msgstr "Homoseksueel"
-
-#: ../../include/profile_selectors.php:42
-msgid "Lesbian"
-msgstr "Lesbisch"
-
-#: ../../include/profile_selectors.php:42
-msgid "No Preference"
-msgstr "Geen voorkeur"
-
-#: ../../include/profile_selectors.php:42
-msgid "Bisexual"
-msgstr "Biseksueel"
-
-#: ../../include/profile_selectors.php:42
-msgid "Autosexual"
-msgstr "Autoseksueel"
-
-#: ../../include/profile_selectors.php:42
-msgid "Abstinent"
-msgstr "Seksuele onthouding"
-
-#: ../../include/profile_selectors.php:42
-msgid "Virgin"
-msgstr "Maagd"
-
-#: ../../include/profile_selectors.php:42
-msgid "Deviant"
-msgstr "Afwijkend"
-
-#: ../../include/profile_selectors.php:42
-msgid "Fetish"
-msgstr "Fetisj"
-
-#: ../../include/profile_selectors.php:42
-msgid "Oodles"
-msgstr "Veel"
-
-#: ../../include/profile_selectors.php:42
-msgid "Nonsexual"
-msgstr "Aseksueel"
-
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "Single"
-msgstr "Alleen"
-
-#: ../../include/profile_selectors.php:80
-msgid "Lonely"
-msgstr "Eenzaam"
-
-#: ../../include/profile_selectors.php:80
-msgid "Available"
-msgstr "Beschikbaar"
-
-#: ../../include/profile_selectors.php:80
-msgid "Unavailable"
-msgstr "Niet beschikbaar"
+"This post contains an installable %s element, however you lack permissions "
+"to install it on this site."
+msgstr "Dit bericht heeft een te installeren %s-element, maar je hebt geen permissies om het op deze hub te installeren."
-#: ../../include/profile_selectors.php:80
-msgid "Has crush"
-msgstr "Heeft een oogje op iemand"
+#: ../../include/bbcode.php:193 ../../mod/impel.php:37
+msgid "webpage"
+msgstr "Webpagina"
-#: ../../include/profile_selectors.php:80
-msgid "Infatuated"
-msgstr "Smoorverliefd"
+#: ../../include/bbcode.php:196 ../../mod/impel.php:47
+msgid "layout"
+msgstr "lay-out"
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "Dating"
-msgstr "Aan het daten"
+#: ../../include/bbcode.php:199 ../../mod/impel.php:42
+msgid "block"
+msgstr "blok"
-#: ../../include/profile_selectors.php:80
-msgid "Unfaithful"
-msgstr "Ontrouw"
+#: ../../include/bbcode.php:202 ../../mod/impel.php:54
+msgid "menu"
+msgstr "menu"
-#: ../../include/profile_selectors.php:80
-msgid "Sex Addict"
-msgstr "Seksverslaafd"
+#: ../../include/bbcode.php:257
+#, php-format
+msgid "%1$s wrote the following %2$s %3$s"
+msgstr "%1$s schreef het volgende %2$s %3$s"
-#: ../../include/profile_selectors.php:80
-msgid "Friends/Benefits"
-msgstr "Vriendschap plus"
+#: ../../include/bbcode.php:259 ../../mod/tagger.php:51
+msgid "post"
+msgstr "bericht"
-#: ../../include/profile_selectors.php:80
-msgid "Casual"
-msgstr "Ongebonden/vluchtig"
+#: ../../include/bbcode.php:547
+msgid "Different viewers will see this text differently"
+msgstr "Deze tekst wordt per persoon anders weergeven."
-#: ../../include/profile_selectors.php:80
-msgid "Engaged"
-msgstr "Verloofd"
+#: ../../include/bbcode.php:755
+msgid "$1 spoiler"
+msgstr "$1 spoiler"
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "Married"
-msgstr "Getrouwd"
+#: ../../include/bbcode.php:782
+msgid "$1 wrote:"
+msgstr "$1 schreef:"
-#: ../../include/profile_selectors.php:80
-msgid "Imaginarily married"
-msgstr "Denkbeeldig getrouwd"
+#: ../../include/bookmarks.php:35
+#, php-format
+msgid "%1$s's bookmarks"
+msgstr "Bladwijzers van %1$s"
-#: ../../include/profile_selectors.php:80
-msgid "Partners"
-msgstr "Partners"
+#: ../../include/chat.php:23
+msgid "Missing room name"
+msgstr "Naam chatkanaal ontbreekt"
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "Cohabiting"
-msgstr "Samenwonend"
+#: ../../include/chat.php:32
+msgid "Duplicate room name"
+msgstr "Naam chatkanaal bestaat al"
-#: ../../include/profile_selectors.php:80
-msgid "Common law"
-msgstr "Common-law-huwelijk"
+#: ../../include/chat.php:82 ../../include/chat.php:90
+msgid "Invalid room specifier."
+msgstr "Ongeldige omschrijving chatkanaal"
-#: ../../include/profile_selectors.php:80
-msgid "Happy"
-msgstr "Gelukkig"
+#: ../../include/chat.php:122
+msgid "Room not found."
+msgstr "Chatkanaal niet gevonden"
-#: ../../include/profile_selectors.php:80
-msgid "Not looking"
-msgstr "Niet op zoek"
+#: ../../include/chat.php:143
+msgid "Room is full"
+msgstr "Chatkanaal is vol"
-#: ../../include/profile_selectors.php:80
-msgid "Swinger"
-msgstr "Swinger"
+#: ../../include/comanche.php:34 ../../mod/admin.php:362
+msgid "Default"
+msgstr "Standaard"
-#: ../../include/profile_selectors.php:80
-msgid "Betrayed"
-msgstr "Verraden"
+#: ../../include/contact_selectors.php:56
+msgid "Frequently"
+msgstr "Regelmatig"
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "Separated"
-msgstr "Uit elkaar"
+#: ../../include/contact_selectors.php:57
+msgid "Hourly"
+msgstr "Elk uur"
-#: ../../include/profile_selectors.php:80
-msgid "Unstable"
-msgstr "Onstabiel"
+#: ../../include/contact_selectors.php:58
+msgid "Twice daily"
+msgstr "Twee keer per dag"
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "Divorced"
-msgstr "Gescheiden"
+#: ../../include/contact_selectors.php:59
+msgid "Daily"
+msgstr "Dagelijks"
-#: ../../include/profile_selectors.php:80
-msgid "Imaginarily divorced"
-msgstr "Denkbeeldig gescheiden"
+#: ../../include/contact_selectors.php:60
+msgid "Weekly"
+msgstr "Wekelijks"
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "Widowed"
-msgstr "Weduwnaar/weduwe"
+#: ../../include/contact_selectors.php:61
+msgid "Monthly"
+msgstr "Maandelijks"
-#: ../../include/profile_selectors.php:80
-msgid "Uncertain"
-msgstr "Onzeker"
+#: ../../include/contact_selectors.php:76
+msgid "Friendica"
+msgstr "Friendica"
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "It's complicated"
-msgstr "Het is ingewikkeld"
+#: ../../include/contact_selectors.php:77
+msgid "OStatus"
+msgstr "OStatus"
-#: ../../include/profile_selectors.php:80
-msgid "Don't care"
-msgstr "Maakt mij niks uit"
+#: ../../include/contact_selectors.php:78
+msgid "RSS/Atom"
+msgstr "RSS/Atom"
-#: ../../include/profile_selectors.php:80
-msgid "Ask me"
-msgstr "Vraag het me"
+#: ../../include/contact_selectors.php:80
+msgid "Diaspora"
+msgstr "Diaspora"
-#: ../../include/datetime.php:48
-msgid "Miscellaneous"
-msgstr "Diversen"
+#: ../../include/contact_selectors.php:81
+msgid "Facebook"
+msgstr "Facebook"
-#: ../../include/datetime.php:132
-msgid "YYYY-MM-DD or MM-DD"
-msgstr "JJJJ-MM-DD of MM-DD"
+#: ../../include/contact_selectors.php:82
+msgid "Zot!"
+msgstr "Zot!"
-#: ../../include/datetime.php:236 ../../mod/appman.php:91
-#: ../../mod/appman.php:92 ../../mod/events.php:437 ../../mod/events.php:442
-msgid "Required"
-msgstr "Vereist"
+#: ../../include/contact_selectors.php:83
+msgid "LinkedIn"
+msgstr "LinkedIn"
-#: ../../include/datetime.php:263 ../../boot.php:2291
-msgid "never"
-msgstr "nooit"
+#: ../../include/contact_selectors.php:84
+msgid "XMPP/IM"
+msgstr "XMPP/IM"
-#: ../../include/datetime.php:269
-msgid "less than a second ago"
-msgstr "minder dan een seconde geleden"
+#: ../../include/contact_selectors.php:85
+msgid "MySpace"
+msgstr "MySpace"
-#: ../../include/datetime.php:272
-msgid "year"
-msgstr "jaar"
+#: ../../include/contact_widgets.php:14
+#, php-format
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] "%d uitnodiging beschikbaar"
+msgstr[1] "%d uitnodigingen beschikbaar"
-#: ../../include/datetime.php:272
-msgid "years"
-msgstr "jaren"
+#: ../../include/contact_widgets.php:19 ../../mod/admin.php:457
+msgid "Advanced"
+msgstr "Geavanceerd"
-#: ../../include/datetime.php:273
-msgid "month"
-msgstr "maand"
+#: ../../include/contact_widgets.php:22
+msgid "Find Channels"
+msgstr "Kanalen vinden"
-#: ../../include/datetime.php:273
-msgid "months"
-msgstr "maanden"
+#: ../../include/contact_widgets.php:23
+msgid "Enter name or interest"
+msgstr "Vul naam of interesse in"
-#: ../../include/datetime.php:274
-msgid "week"
-msgstr "week"
+#: ../../include/contact_widgets.php:24
+msgid "Connect/Follow"
+msgstr "Verbinden/volgen"
-#: ../../include/datetime.php:274
-msgid "weeks"
-msgstr "weken"
+#: ../../include/contact_widgets.php:25
+msgid "Examples: Robert Morgenstein, Fishing"
+msgstr "Voorbeeld: Robert Morgenstein, vissen"
-#: ../../include/datetime.php:275
-msgid "day"
-msgstr "dag"
+#: ../../include/contact_widgets.php:26 ../../mod/connections.php:266
+#: ../../mod/directory.php:381 ../../mod/directory.php:386
+msgid "Find"
+msgstr "Vinden"
-#: ../../include/datetime.php:275
-msgid "days"
-msgstr "dagen"
+#: ../../include/contact_widgets.php:27 ../../mod/directory.php:385
+#: ../../mod/suggest.php:60
+msgid "Channel Suggestions"
+msgstr "Voorgestelde kanalen"
-#: ../../include/datetime.php:276
-msgid "hour"
-msgstr "uur"
+#: ../../include/contact_widgets.php:29
+msgid "Random Profile"
+msgstr "Willekeurig profiel"
-#: ../../include/datetime.php:276
-msgid "hours"
-msgstr "uren"
+#: ../../include/contact_widgets.php:30
+msgid "Invite Friends"
+msgstr "Vrienden uitnodigen"
-#: ../../include/datetime.php:277
-msgid "minute"
-msgstr "minuut"
+#: ../../include/contact_widgets.php:32
+msgid "Advanced example: name=fred and country=iceland"
+msgstr "Geavanceerd voorbeeld (Engels): name=jan en country=nederland"
-#: ../../include/datetime.php:277
-msgid "minutes"
-msgstr "minuten"
+#: ../../include/contact_widgets.php:57 ../../include/features.php:92
+#: ../../include/widgets.php:304
+msgid "Saved Folders"
+msgstr "Bewaarde mappen"
-#: ../../include/datetime.php:278
-msgid "second"
-msgstr "seconde"
+#: ../../include/contact_widgets.php:60 ../../include/contact_widgets.php:98
+#: ../../include/widgets.php:307
+msgid "Everything"
+msgstr "Alles"
-#: ../../include/datetime.php:278
-msgid "seconds"
-msgstr "seconden"
+#: ../../include/contact_widgets.php:95 ../../include/taxonomy.php:282
+#: ../../include/widgets.php:36
+msgid "Categories"
+msgstr "Categorieën"
-#: ../../include/datetime.php:286
+#: ../../include/contact_widgets.php:128
#, php-format
-msgctxt "e.g. 22 hours ago, 1 minute ago"
-msgid "%1$d %2$s ago"
-msgstr "%1$d %2$s geleden"
+msgid "%d connection in common"
+msgid_plural "%d connections in common"
+msgstr[0] "%d gemeenschappelijke connectie"
+msgstr[1] "%d gemeenschappelijke connecties"
-#: ../../include/datetime.php:520
-#, php-format
-msgid "%1$s's birthday"
-msgstr "Verjaardag van %1$s"
+#: ../../include/contact_widgets.php:133
+msgid "show more"
+msgstr "meer connecties weergeven"
-#: ../../include/datetime.php:521
-#, php-format
-msgid "Happy Birthday %1$s"
-msgstr "Gefeliciteerd met je verjaardag %1$s"
+#: ../../include/conversation.php:120 ../../include/text.php:1940
+#: ../../mod/like.php:361 ../../mod/subthread.php:83 ../../mod/tagger.php:43
+msgid "photo"
+msgstr "foto"
-#: ../../include/api.php:1336
-msgid "Public Timeline"
-msgstr "Openbare tijdlijn"
+#: ../../include/conversation.php:123 ../../include/event.php:904
+#: ../../include/text.php:1943 ../../mod/events.php:249 ../../mod/like.php:363
+#: ../../mod/tagger.php:47
+msgid "event"
+msgstr "gebeurtenis"
#: ../../include/conversation.php:126 ../../mod/like.php:113
msgid "channel"
msgstr "kanaal"
+#: ../../include/conversation.php:148 ../../include/text.php:1946
+#: ../../mod/like.php:361 ../../mod/subthread.php:83
+msgid "status"
+msgstr "bericht"
+
+#: ../../include/conversation.php:150 ../../include/text.php:1948
+#: ../../mod/tagger.php:53
+msgid "comment"
+msgstr "reactie"
+
#: ../../include/conversation.php:164 ../../mod/like.php:410
#, php-format
msgid "%1$s likes %2$s's %3$s"
@@ -2452,6 +1250,10 @@ msgstr "%1$s is nu met %2$s verbonden"
msgid "%1$s poked %2$s"
msgstr "%1$s heeft %2$s aangestoten"
+#: ../../include/conversation.php:243 ../../include/text.php:972
+msgid "poked"
+msgstr "aangestoten"
+
#: ../../include/conversation.php:260 ../../mod/mood.php:63
#, php-format
msgctxt "mood"
@@ -2498,22 +1300,6 @@ msgctxt "title"
msgid "Might attend"
msgstr "mogelijk aanwezig"
-#: ../../include/conversation.php:656 ../../include/ItemObject.php:126
-msgid "Select"
-msgstr "Kies"
-
-#: ../../include/conversation.php:664 ../../include/ItemObject.php:89
-msgid "Private Message"
-msgstr "Niet voor iedereen zichtbaar"
-
-#: ../../include/conversation.php:671 ../../include/ItemObject.php:227
-msgid "Message signature validated"
-msgstr "Berichtkenmerk gevalideerd"
-
-#: ../../include/conversation.php:672 ../../include/ItemObject.php:228
-msgid "Message signature incorrect"
-msgstr "Berichtkenmerk onjuist"
-
#: ../../include/conversation.php:691
#, php-format
msgid "View %s's profile @ %s"
@@ -2527,32 +1313,10 @@ msgstr "Categorieën:"
msgid "Filed under:"
msgstr "Bewaard onder:"
-#: ../../include/conversation.php:719 ../../include/ItemObject.php:334
-#, php-format
-msgid "from %s"
-msgstr "van %s"
-
-#: ../../include/conversation.php:722 ../../include/ItemObject.php:337
-#, php-format
-msgid "last edited: %s"
-msgstr "laatst bewerkt: %s"
-
-#: ../../include/conversation.php:723 ../../include/ItemObject.php:338
-#, php-format
-msgid "Expires: %s"
-msgstr "Verloopt: %s"
-
#: ../../include/conversation.php:738
msgid "View in context"
msgstr "In context bekijken"
-#: ../../include/conversation.php:740 ../../include/conversation.php:1227
-#: ../../include/ItemObject.php:389 ../../mod/editwebpage.php:190
-#: ../../mod/editblock.php:150 ../../mod/editlayout.php:148
-#: ../../mod/photos.php:1026 ../../mod/editpost.php:129
-msgid "Please wait"
-msgstr "Even wachten"
-
#: ../../include/conversation.php:850
msgid "remove"
msgstr "verwijderen"
@@ -2582,7 +1346,7 @@ msgid "View Status"
msgstr "Status weergeven"
#: ../../include/conversation.php:950 ../../include/nav.php:86
-#: ../../mod/connedit.php:498
+#: ../../mod/connedit.php:504
msgid "View Profile"
msgstr "Profiel weergeven"
@@ -2602,10 +1366,6 @@ msgstr "Connectie bewerken"
msgid "Send PM"
msgstr "Privébericht verzenden"
-#: ../../include/conversation.php:956 ../../include/apps.php:145
-msgid "Poke"
-msgstr "Aanstoten"
-
#: ../../include/conversation.php:1070
#, php-format
msgid "%s likes this."
@@ -2685,17 +1445,9 @@ msgstr "Waar bevind je je op dit moment?"
msgid "Expires YYYY-MM-DD HH:MM"
msgstr "Verloopt op DD-MM-YYYY om HH:MM"
-#: ../../include/conversation.php:1169 ../../include/page_widgets.php:40
-#: ../../include/ItemObject.php:706 ../../mod/editwebpage.php:212
-#: ../../mod/editblock.php:171 ../../mod/webpages.php:188
-#: ../../mod/photos.php:1046 ../../mod/editpost.php:149
-#: ../../mod/events.php:458
-msgid "Preview"
-msgstr "Voorvertoning"
-
#: ../../include/conversation.php:1192 ../../mod/blocks.php:154
-#: ../../mod/webpages.php:182 ../../mod/layouts.php:184
-#: ../../mod/photos.php:1025
+#: ../../mod/layouts.php:184 ../../mod/photos.php:1025
+#: ../../mod/webpages.php:182
msgid "Share"
msgstr "Delen"
@@ -2707,39 +1459,9 @@ msgstr "Linknaam pagina"
msgid "Post as"
msgstr "Bericht plaatsen als"
-#: ../../include/conversation.php:1199 ../../include/ItemObject.php:698
-#: ../../mod/editwebpage.php:177 ../../mod/editblock.php:136
-#: ../../mod/editlayout.php:135 ../../mod/editpost.php:113
-msgid "Bold"
-msgstr "Vet"
-
-#: ../../include/conversation.php:1200 ../../include/ItemObject.php:699
-#: ../../mod/editwebpage.php:178 ../../mod/editblock.php:137
-#: ../../mod/editlayout.php:136 ../../mod/editpost.php:114
-msgid "Italic"
-msgstr "Cursief"
-
-#: ../../include/conversation.php:1201 ../../include/ItemObject.php:700
-#: ../../mod/editwebpage.php:179 ../../mod/editblock.php:138
-#: ../../mod/editlayout.php:137 ../../mod/editpost.php:115
-msgid "Underline"
-msgstr "Onderstrepen"
-
-#: ../../include/conversation.php:1202 ../../include/ItemObject.php:701
-#: ../../mod/editwebpage.php:180 ../../mod/editblock.php:139
-#: ../../mod/editlayout.php:138 ../../mod/editpost.php:116
-msgid "Quote"
-msgstr "Citeren"
-
-#: ../../include/conversation.php:1203 ../../include/ItemObject.php:702
-#: ../../mod/editwebpage.php:181 ../../mod/editblock.php:140
-#: ../../mod/editlayout.php:139 ../../mod/editpost.php:117
-msgid "Code"
-msgstr "Broncode"
-
-#: ../../include/conversation.php:1204 ../../mod/editwebpage.php:182
-#: ../../mod/editblock.php:142 ../../mod/editlayout.php:140
-#: ../../mod/editpost.php:118
+#: ../../include/conversation.php:1204 ../../mod/editblock.php:142
+#: ../../mod/editlayout.php:140 ../../mod/editpost.php:118
+#: ../../mod/editwebpage.php:182
msgid "Upload photo"
msgstr "Foto uploaden"
@@ -2747,9 +1469,9 @@ msgstr "Foto uploaden"
msgid "upload photo"
msgstr "foto uploaden"
-#: ../../include/conversation.php:1206 ../../mod/editwebpage.php:183
-#: ../../mod/editblock.php:143 ../../mod/editlayout.php:141
-#: ../../mod/editpost.php:119 ../../mod/mail.php:248 ../../mod/mail.php:378
+#: ../../include/conversation.php:1206 ../../mod/editblock.php:143
+#: ../../mod/editlayout.php:141 ../../mod/editpost.php:119
+#: ../../mod/editwebpage.php:183 ../../mod/mail.php:248 ../../mod/mail.php:378
msgid "Attach file"
msgstr "Bestand toevoegen"
@@ -2757,9 +1479,9 @@ msgstr "Bestand toevoegen"
msgid "attach file"
msgstr "bestand toevoegen"
-#: ../../include/conversation.php:1208 ../../mod/editwebpage.php:184
-#: ../../mod/editblock.php:144 ../../mod/editlayout.php:142
-#: ../../mod/editpost.php:120 ../../mod/mail.php:249 ../../mod/mail.php:379
+#: ../../include/conversation.php:1208 ../../mod/editblock.php:144
+#: ../../mod/editlayout.php:142 ../../mod/editpost.php:120
+#: ../../mod/editwebpage.php:184 ../../mod/mail.php:249 ../../mod/mail.php:379
msgid "Insert web link"
msgstr "Weblink invoegen"
@@ -2783,9 +1505,9 @@ msgstr "Audiolink invoegen"
msgid "audio link"
msgstr "audiolink"
-#: ../../include/conversation.php:1214 ../../mod/editwebpage.php:188
-#: ../../mod/editblock.php:148 ../../mod/editlayout.php:146
-#: ../../mod/editpost.php:124
+#: ../../include/conversation.php:1214 ../../mod/editblock.php:148
+#: ../../mod/editlayout.php:146 ../../mod/editpost.php:124
+#: ../../mod/editwebpage.php:188
msgid "Set your location"
msgstr "Locatie instellen"
@@ -2797,9 +1519,9 @@ msgstr "locatie instellen"
msgid "Toggle voting"
msgstr "Peiling in- of uitschakelen"
-#: ../../include/conversation.php:1219 ../../mod/editwebpage.php:189
-#: ../../mod/editblock.php:149 ../../mod/editlayout.php:147
-#: ../../mod/editpost.php:125
+#: ../../include/conversation.php:1219 ../../mod/editblock.php:149
+#: ../../mod/editlayout.php:147 ../../mod/editpost.php:125
+#: ../../mod/editwebpage.php:189
msgid "Clear browser location"
msgstr "Locatie van webbrowser wissen"
@@ -2807,20 +1529,20 @@ msgstr "Locatie van webbrowser wissen"
msgid "clear location"
msgstr "locatie wissen"
-#: ../../include/conversation.php:1222 ../../mod/editwebpage.php:205
-#: ../../mod/editblock.php:162 ../../mod/editpost.php:141
+#: ../../include/conversation.php:1222 ../../mod/editblock.php:162
+#: ../../mod/editpost.php:141 ../../mod/editwebpage.php:205
msgid "Title (optional)"
msgstr "Titel (optioneel)"
-#: ../../include/conversation.php:1226 ../../mod/editwebpage.php:207
-#: ../../mod/editblock.php:165 ../../mod/editlayout.php:163
-#: ../../mod/editpost.php:143
+#: ../../include/conversation.php:1226 ../../mod/editblock.php:165
+#: ../../mod/editlayout.php:163 ../../mod/editpost.php:143
+#: ../../mod/editwebpage.php:207
msgid "Categories (optional, comma-separated list)"
msgstr "Categorieën (optioneel, door komma's gescheiden lijst)"
-#: ../../include/conversation.php:1228 ../../mod/editwebpage.php:191
-#: ../../mod/editblock.php:151 ../../mod/editlayout.php:149
-#: ../../mod/editpost.php:130 ../../mod/events.php:459
+#: ../../include/conversation.php:1228 ../../mod/editblock.php:151
+#: ../../mod/editlayout.php:149 ../../mod/editpost.php:130
+#: ../../mod/editwebpage.php:191 ../../mod/events.php:459
msgid "Permission settings"
msgstr "Permissies"
@@ -2828,21 +1550,21 @@ msgstr "Permissies"
msgid "permissions"
msgstr "permissies"
-#: ../../include/conversation.php:1237 ../../mod/editwebpage.php:200
-#: ../../mod/editblock.php:159 ../../mod/editlayout.php:156
-#: ../../mod/editpost.php:138
+#: ../../include/conversation.php:1237 ../../mod/editblock.php:159
+#: ../../mod/editlayout.php:156 ../../mod/editpost.php:138
+#: ../../mod/editwebpage.php:200
msgid "Public post"
msgstr "Openbaar bericht"
-#: ../../include/conversation.php:1239 ../../mod/editwebpage.php:208
-#: ../../mod/editblock.php:166 ../../mod/editlayout.php:164
-#: ../../mod/editpost.php:144
+#: ../../include/conversation.php:1239 ../../mod/editblock.php:166
+#: ../../mod/editlayout.php:164 ../../mod/editpost.php:144
+#: ../../mod/editwebpage.php:208
msgid "Example: bob@example.com, mary@example.com"
msgstr "Voorbeeld: bob@voorbeeld.nl, mary@voorbeeld.be"
-#: ../../include/conversation.php:1252 ../../mod/editwebpage.php:217
-#: ../../mod/editblock.php:176 ../../mod/editlayout.php:173
-#: ../../mod/editpost.php:155 ../../mod/mail.php:253 ../../mod/mail.php:383
+#: ../../include/conversation.php:1252 ../../mod/editblock.php:176
+#: ../../mod/editlayout.php:173 ../../mod/editpost.php:155
+#: ../../mod/editwebpage.php:217 ../../mod/mail.php:253 ../../mod/mail.php:383
msgid "Set expiration date"
msgstr "Verloopdatum instellen"
@@ -2850,19 +1572,14 @@ msgstr "Verloopdatum instellen"
msgid "Set publish date"
msgstr "Publicatiedatum instellen"
-#: ../../include/conversation.php:1257 ../../include/ItemObject.php:709
-#: ../../mod/editpost.php:157 ../../mod/mail.php:255 ../../mod/mail.php:385
-msgid "Encrypt text"
-msgstr "Tekst versleutelen"
-
#: ../../include/conversation.php:1259 ../../mod/editpost.php:159
msgid "OK"
msgstr "OK"
-#: ../../include/conversation.php:1260 ../../mod/fbrowser.php:77
-#: ../../mod/fbrowser.php:112 ../../mod/tagrm.php:11 ../../mod/tagrm.php:134
+#: ../../include/conversation.php:1260 ../../mod/editpost.php:160
+#: ../../mod/fbrowser.php:77 ../../mod/fbrowser.php:112
#: ../../mod/settings.php:587 ../../mod/settings.php:613
-#: ../../mod/editpost.php:160
+#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:134
msgid "Cancel"
msgstr "Annuleren"
@@ -2890,6 +1607,10 @@ msgstr "Nieuwe berichten bovenaan"
msgid "Sort by Post Date"
msgstr "Nieuwe berichten bovenaan"
+#: ../../include/conversation.php:1526 ../../include/widgets.php:95
+msgid "Personal"
+msgstr "Persoonlijk"
+
#: ../../include/conversation.php:1529
msgid "Posts that mention or involve you"
msgstr "Alleen berichten die jou vermelden of waar je op een andere manier bij betrokken bent"
@@ -2919,7 +1640,7 @@ msgstr "Spam"
msgid "Posts flagged as SPAM"
msgstr "Berichten gemarkeerd als SPAM"
-#: ../../include/conversation.php:1601 ../../mod/admin.php:985
+#: ../../include/conversation.php:1601 ../../mod/admin.php:1059
msgid "Channel"
msgstr "Kanaal"
@@ -2935,10 +1656,9 @@ msgstr "Over"
msgid "Profile Details"
msgstr "Profiel"
-#: ../../include/conversation.php:1622 ../../include/nav.php:92
-#: ../../include/apps.php:139 ../../mod/fbrowser.php:25
-msgid "Photos"
-msgstr "Foto's"
+#: ../../include/conversation.php:1625 ../../include/photos.php:506
+msgid "Photo Albums"
+msgstr "Fotoalbums"
#: ../../include/conversation.php:1632
msgid "Files and Storage"
@@ -2948,38 +1668,14 @@ msgstr "Bestanden en opslagruimte"
msgid "Chatrooms"
msgstr "Chatkanalen"
-#: ../../include/conversation.php:1655 ../../include/nav.php:103
-#: ../../include/apps.php:129
-msgid "Bookmarks"
-msgstr "Bladwijzers"
-
#: ../../include/conversation.php:1658
msgid "Saved Bookmarks"
msgstr "Opgeslagen bladwijzers"
-#: ../../include/conversation.php:1665 ../../include/nav.php:107
-#: ../../include/apps.php:136 ../../mod/webpages.php:178
-msgid "Webpages"
-msgstr "Webpagina's"
-
#: ../../include/conversation.php:1668
msgid "Manage Webpages"
msgstr "Webpagina's beheren"
-#: ../../include/conversation.php:1697 ../../include/ItemObject.php:175
-#: ../../include/ItemObject.php:187 ../../mod/photos.php:1079
-#: ../../mod/photos.php:1091
-msgid "View all"
-msgstr "Toon alles"
-
-#: ../../include/conversation.php:1724 ../../include/ItemObject.php:184
-#: ../../mod/photos.php:1088
-msgctxt "noun"
-msgid "Dislike"
-msgid_plural "Dislikes"
-msgstr[0] "vindt dit niet leuk"
-msgstr[1] "vinden dit niet leuk"
-
#: ../../include/conversation.php:1727
msgctxt "noun"
msgid "Attending"
@@ -3022,206 +1718,115 @@ msgid_plural "Abstains"
msgstr[0] "onthouding"
msgstr[1] "onthoudingen"
-#: ../../include/auth.php:132
-msgid "Logged out."
-msgstr "Uitgelogd."
-
-#: ../../include/auth.php:273
-msgid "Failed authentication"
-msgstr "Mislukte authenticatie"
-
-#: ../../include/auth.php:287 ../../mod/openid.php:189
-msgid "Login failed."
-msgstr "Inloggen mislukt."
-
-#: ../../include/contact_selectors.php:56
-msgid "Frequently"
-msgstr "Regelmatig"
+#: ../../include/datetime.php:48
+msgid "Miscellaneous"
+msgstr "Diversen"
-#: ../../include/contact_selectors.php:57
-msgid "Hourly"
-msgstr "Elk uur"
+#: ../../include/datetime.php:132
+msgid "YYYY-MM-DD or MM-DD"
+msgstr "JJJJ-MM-DD of MM-DD"
-#: ../../include/contact_selectors.php:58
-msgid "Twice daily"
-msgstr "Twee keer per dag"
+#: ../../include/datetime.php:236 ../../mod/appman.php:91
+#: ../../mod/appman.php:92 ../../mod/events.php:437 ../../mod/events.php:442
+msgid "Required"
+msgstr "Vereist"
-#: ../../include/contact_selectors.php:59
-msgid "Daily"
-msgstr "Dagelijks"
+#: ../../include/datetime.php:269
+msgid "less than a second ago"
+msgstr "minder dan een seconde geleden"
-#: ../../include/contact_selectors.php:60
-msgid "Weekly"
-msgstr "Wekelijks"
+#: ../../include/datetime.php:272
+msgid "year"
+msgstr "jaar"
-#: ../../include/contact_selectors.php:61
-msgid "Monthly"
-msgstr "Maandelijks"
+#: ../../include/datetime.php:272
+msgid "years"
+msgstr "jaren"
-#: ../../include/contact_selectors.php:76
-msgid "Friendica"
-msgstr "Friendica"
+#: ../../include/datetime.php:273
+msgid "month"
+msgstr "maand"
-#: ../../include/contact_selectors.php:77
-msgid "OStatus"
-msgstr "OStatus"
+#: ../../include/datetime.php:273
+msgid "months"
+msgstr "maanden"
-#: ../../include/contact_selectors.php:78
-msgid "RSS/Atom"
-msgstr "RSS/Atom"
+#: ../../include/datetime.php:274
+msgid "week"
+msgstr "week"
-#: ../../include/contact_selectors.php:79 ../../mod/id.php:15
-#: ../../mod/id.php:16 ../../mod/admin.php:817 ../../mod/admin.php:826
-#: ../../boot.php:1490
-msgid "Email"
-msgstr "E-mail"
+#: ../../include/datetime.php:274
+msgid "weeks"
+msgstr "weken"
-#: ../../include/contact_selectors.php:80
-msgid "Diaspora"
-msgstr "Diaspora"
+#: ../../include/datetime.php:275
+msgid "day"
+msgstr "dag"
-#: ../../include/contact_selectors.php:81
-msgid "Facebook"
-msgstr "Facebook"
+#: ../../include/datetime.php:275
+msgid "days"
+msgstr "dagen"
-#: ../../include/contact_selectors.php:82
-msgid "Zot!"
-msgstr "Zot!"
+#: ../../include/datetime.php:276
+msgid "hour"
+msgstr "uur"
-#: ../../include/contact_selectors.php:83
-msgid "LinkedIn"
-msgstr "LinkedIn"
+#: ../../include/datetime.php:276
+msgid "hours"
+msgstr "uren"
-#: ../../include/contact_selectors.php:84
-msgid "XMPP/IM"
-msgstr "XMPP/IM"
+#: ../../include/datetime.php:277
+msgid "minute"
+msgstr "minuut"
-#: ../../include/contact_selectors.php:85
-msgid "MySpace"
-msgstr "MySpace"
+#: ../../include/datetime.php:277
+msgid "minutes"
+msgstr "minuten"
-#: ../../include/bbcode.php:123 ../../include/bbcode.php:794
-#: ../../include/bbcode.php:797 ../../include/bbcode.php:802
-#: ../../include/bbcode.php:805 ../../include/bbcode.php:808
-#: ../../include/bbcode.php:811 ../../include/bbcode.php:816
-#: ../../include/bbcode.php:819 ../../include/bbcode.php:824
-#: ../../include/bbcode.php:827 ../../include/bbcode.php:830
-#: ../../include/bbcode.php:833
-msgid "Image/photo"
-msgstr "Afbeelding/foto"
+#: ../../include/datetime.php:278
+msgid "second"
+msgstr "seconde"
-#: ../../include/bbcode.php:162 ../../include/bbcode.php:844
-msgid "Encrypted content"
-msgstr "Versleutelde inhoud"
+#: ../../include/datetime.php:278
+msgid "seconds"
+msgstr "seconden"
-#: ../../include/bbcode.php:179
+#: ../../include/datetime.php:286
#, php-format
-msgid "Install %s element: "
-msgstr "Installeer %s-element: "
+msgctxt "e.g. 22 hours ago, 1 minute ago"
+msgid "%1$d %2$s ago"
+msgstr "%1$d %2$s geleden"
-#: ../../include/bbcode.php:183
+#: ../../include/datetime.php:520
#, php-format
-msgid ""
-"This post contains an installable %s element, however you lack permissions "
-"to install it on this site."
-msgstr "Dit bericht heeft een te installeren %s-element, maar je hebt geen permissies om het op deze hub te installeren."
-
-#: ../../include/bbcode.php:193 ../../mod/impel.php:37
-msgid "webpage"
-msgstr "Webpagina"
-
-#: ../../include/bbcode.php:196 ../../mod/impel.php:47
-msgid "layout"
-msgstr "lay-out"
-
-#: ../../include/bbcode.php:199 ../../mod/impel.php:42
-msgid "block"
-msgstr "blok"
-
-#: ../../include/bbcode.php:202 ../../mod/impel.php:54
-msgid "menu"
-msgstr "menu"
+msgid "%1$s's birthday"
+msgstr "Verjaardag van %1$s"
-#: ../../include/bbcode.php:257
+#: ../../include/datetime.php:521
#, php-format
-msgid "%1$s wrote the following %2$s %3$s"
-msgstr "%1$s schreef het volgende %2$s %3$s"
-
-#: ../../include/bbcode.php:259 ../../mod/tagger.php:51
-msgid "post"
-msgstr "bericht"
-
-#: ../../include/bbcode.php:547
-msgid "Different viewers will see this text differently"
-msgstr "Deze tekst wordt per persoon anders weergeven."
-
-#: ../../include/bbcode.php:755
-msgid "$1 spoiler"
-msgstr "$1 spoiler"
-
-#: ../../include/bbcode.php:782
-msgid "$1 wrote:"
-msgstr "$1 schreef:"
+msgid "Happy Birthday %1$s"
+msgstr "Gefeliciteerd met je verjaardag %1$s"
-#: ../../include/contact_widgets.php:14
+#: ../../include/dba/dba_driver.php:141
#, 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:19 ../../mod/admin.php:451
-msgid "Advanced"
-msgstr "Geavanceerd"
-
-#: ../../include/contact_widgets.php:22
-msgid "Find Channels"
-msgstr "Kanalen vinden"
-
-#: ../../include/contact_widgets.php:23
-msgid "Enter name or interest"
-msgstr "Vul naam of interesse in"
-
-#: ../../include/contact_widgets.php:24
-msgid "Connect/Follow"
-msgstr "Verbinden/volgen"
-
-#: ../../include/contact_widgets.php:25
-msgid "Examples: Robert Morgenstein, Fishing"
-msgstr "Voorbeeld: Robert Morgenstein, vissen"
-
-#: ../../include/contact_widgets.php:26 ../../mod/directory.php:381
-#: ../../mod/directory.php:386 ../../mod/connections.php:266
-msgid "Find"
-msgstr "Vinden"
-
-#: ../../include/contact_widgets.php:27 ../../mod/directory.php:385
-#: ../../mod/suggest.php:60
-msgid "Channel Suggestions"
-msgstr "Voorgestelde kanalen"
-
-#: ../../include/contact_widgets.php:29
-msgid "Random Profile"
-msgstr "Willekeurig profiel"
+msgid "Cannot locate DNS info for database server '%s'"
+msgstr "Kan DNS-informatie voor databaseserver '%s' niet vinden"
-#: ../../include/contact_widgets.php:30
-msgid "Invite Friends"
-msgstr "Vrienden uitnodigen"
+#: ../../include/dir_fns.php:139
+msgid "Directory Options"
+msgstr "Opties kanalengids"
-#: ../../include/contact_widgets.php:32
-msgid "Advanced example: name=fred and country=iceland"
-msgstr "Geavanceerd voorbeeld (Engels): name=jan en country=nederland"
+#: ../../include/dir_fns.php:141
+msgid "Safe Mode"
+msgstr "Veilig zoeken"
-#: ../../include/contact_widgets.php:128
-#, php-format
-msgid "%d connection in common"
-msgid_plural "%d connections in common"
-msgstr[0] "%d gemeenschappelijke connectie"
-msgstr[1] "%d gemeenschappelijke connecties"
+#: ../../include/dir_fns.php:142
+msgid "Public Forums Only"
+msgstr "Alleen openbare forums"
-#: ../../include/contact_widgets.php:133
-msgid "show more"
-msgstr "meer connecties weergeven"
+#: ../../include/dir_fns.php:143
+msgid "This Website Only"
+msgstr "Alleen deze hub"
#: ../../include/enotify.php:57 ../../include/network.php:1608
msgid "$Projectname Notification"
@@ -3419,6 +2024,298 @@ msgstr "Bezoek %s om het voorstel te accepteren of af te wijzen."
msgid "[Hubzilla:Notify]"
msgstr "[Hubzilla:Notificatie]"
+#: ../../include/event.php:768
+msgid "This event has been added to your calendar."
+msgstr "Dit evenement is aan jouw agenda toegevoegd."
+
+#: ../../include/event.php:967
+msgid "Not specified"
+msgstr "Niet aangegeven"
+
+#: ../../include/event.php:968
+msgid "Needs Action"
+msgstr "Actie vereist"
+
+#: ../../include/event.php:969
+msgid "Completed"
+msgstr "Voltooid"
+
+#: ../../include/event.php:970
+msgid "In Process"
+msgstr "In behandeling"
+
+#: ../../include/event.php:971
+msgid "Cancelled"
+msgstr "Geannuleerd"
+
+#: ../../include/features.php:45
+msgid "General Features"
+msgstr "Algemene functies"
+
+#: ../../include/features.php:47
+msgid "Content Expiration"
+msgstr "Inhoud laten verlopen"
+
+#: ../../include/features.php:47
+msgid "Remove posts/comments and/or private messages at a future time"
+msgstr "Berichten, reacties en/of privéberichten na een bepaalde tijd verwijderen"
+
+#: ../../include/features.php:48
+msgid "Multiple Profiles"
+msgstr "Meerdere profielen"
+
+#: ../../include/features.php:48
+msgid "Ability to create multiple profiles"
+msgstr "Mogelijkheid om meerdere profielen aan te maken"
+
+#: ../../include/features.php:49
+msgid "Advanced Profiles"
+msgstr "Geavanceerde profielen"
+
+#: ../../include/features.php:49
+msgid "Additional profile sections and selections"
+msgstr "Extra onderdelen en keuzes voor je profiel"
+
+#: ../../include/features.php:50
+msgid "Profile Import/Export"
+msgstr "Profiel importen/exporteren"
+
+#: ../../include/features.php:50
+msgid "Save and load profile details across sites/channels"
+msgstr "Profielgegevens opslaan en in andere hubs/kanalen gebruiken."
+
+#: ../../include/features.php:51
+msgid "Web Pages"
+msgstr "Webpagina's"
+
+#: ../../include/features.php:51
+msgid "Provide managed web pages on your channel"
+msgstr "Sta beheerde webpagina's op jouw kanaal toe"
+
+#: ../../include/features.php:52
+msgid "Private Notes"
+msgstr "Privé-aantekeningen"
+
+#: ../../include/features.php:52
+msgid "Enables a tool to store notes and reminders"
+msgstr "Schakelt een eenvoudige toepassing in om aantekeningen en herinneringen in op te slaan"
+
+#: ../../include/features.php:53
+msgid "Navigation Channel Select"
+msgstr "Kanaal kiezen in navigatiemenu"
+
+#: ../../include/features.php:53
+msgid "Change channels directly from within the navigation dropdown menu"
+msgstr "Kies een ander kanaal direct vanuit het dropdown-menu op de navigatiebalk"
+
+#: ../../include/features.php:54
+msgid "Photo Location"
+msgstr "Fotolocatie"
+
+#: ../../include/features.php:54
+msgid "If location data is available on uploaded photos, link this to a map."
+msgstr "Wanneer in de geüploade foto's locatiegegevens aanwezig zijn, link dit dan aan een kaart."
+
+#: ../../include/features.php:56
+msgid "Expert Mode"
+msgstr "Expertmodus"
+
+#: ../../include/features.php:56
+msgid "Enable Expert Mode to provide advanced configuration options"
+msgstr "Schakel de expertmodus in voor geavanceerde instellingen"
+
+#: ../../include/features.php:57
+msgid "Premium Channel"
+msgstr "Premiumkanaal"
+
+#: ../../include/features.php:57
+msgid ""
+"Allows you to set restrictions and terms on those that connect with your "
+"channel"
+msgstr "Stelt je in staat om beperkingen en voorwaarden in te stellen voor jouw kanaal"
+
+#: ../../include/features.php:62
+msgid "Post Composition Features"
+msgstr "Functies voor het opstellen van berichten"
+
+#: ../../include/features.php:64
+msgid "Use Markdown"
+msgstr "Markdown gebruiken"
+
+#: ../../include/features.php:64
+msgid "Allow use of \"Markdown\" to format posts"
+msgstr "Sta het gebruik van \"markdown\" toe om berichten mee op te maken."
+
+#: ../../include/features.php:65
+msgid "Large Photos"
+msgstr "Grote foto's"
+
+#: ../../include/features.php:65
+msgid ""
+"Include large (1024px) photo thumbnails in posts. If not enabled, use small "
+"(640px) photo thumbnails"
+msgstr "Gebruik grotere foto's (1024px) in berichten. Wanneer dit is uitgeschakeld worden er kleinere foto's (640px) gebruikt."
+
+#: ../../include/features.php:66 ../../include/widgets.php:549
+#: ../../mod/sources.php:88
+msgid "Channel Sources"
+msgstr "Kanaalbronnen"
+
+#: ../../include/features.php:66
+msgid "Automatically import channel content from other channels or feeds"
+msgstr "Automatisch inhoud uit andere kanalen of feeds importeren."
+
+#: ../../include/features.php:67
+msgid "Even More Encryption"
+msgstr "Extra encryptie"
+
+#: ../../include/features.php:67
+msgid ""
+"Allow optional encryption of content end-to-end with a shared secret key"
+msgstr "Sta toe dat inhoud extra end-to-end wordt versleuteld met een gedeelde geheime sleutel."
+
+#: ../../include/features.php:68
+msgid "Enable Voting Tools"
+msgstr "Peilingen inschakelen"
+
+#: ../../include/features.php:68
+msgid "Provide a class of post which others can vote on"
+msgstr "Maakt het mogelijk om een bericht op te stellen, waar mensen op kunnen stemmen."
+
+#: ../../include/features.php:69
+msgid "Delayed Posting"
+msgstr "Berichten uitstellen"
+
+#: ../../include/features.php:69
+msgid "Allow posts to be published at a later date"
+msgstr "Maakt het mogelijk dat berichten op een toekomstig moment gepubliceerd kunnen worden."
+
+#: ../../include/features.php:70
+msgid "Suppress Duplicate Posts/Comments"
+msgstr "Dubbele berichten/reacties tegenhouden"
+
+#: ../../include/features.php:70
+msgid ""
+"Prevent posts with identical content to be published with less than two "
+"minutes in between submissions."
+msgstr "Voorkomt dat berichten en reacties met identieke inhoud en die binnen twee minuten zijn verstuurd, worden gepubliceerd. "
+
+#: ../../include/features.php:76
+msgid "Network and Stream Filtering"
+msgstr "Netwerk- en streamfilter"
+
+#: ../../include/features.php:77
+msgid "Search by Date"
+msgstr "Zoek op datum"
+
+#: ../../include/features.php:77
+msgid "Ability to select posts by date ranges"
+msgstr "Mogelijkheid om berichten op datum te filteren "
+
+#: ../../include/features.php:78
+msgid "Collections Filter"
+msgstr "Filter op collecties"
+
+#: ../../include/features.php:78
+msgid "Enable widget to display Network posts only from selected collections"
+msgstr "Sta de widget toe om netwerkberichten te tonen van bepaalde collecties"
+
+#: ../../include/features.php:79 ../../include/widgets.php:274
+msgid "Saved Searches"
+msgstr "Opgeslagen zoekopdrachten"
+
+#: ../../include/features.php:79
+msgid "Save search terms for re-use"
+msgstr "Sla zoekopdrachten op voor hergebruik"
+
+#: ../../include/features.php:80
+msgid "Network Personal Tab"
+msgstr "Persoonlijke netwerktab"
+
+#: ../../include/features.php:80
+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:81
+msgid "Network New Tab"
+msgstr "Nieuwe netwerktab"
+
+#: ../../include/features.php:81
+msgid "Enable tab to display all new Network activity"
+msgstr "Laat de tab alle nieuwe netwerkactiviteit tonen"
+
+#: ../../include/features.php:82
+msgid "Affinity Tool"
+msgstr "Verwantschapsfilter"
+
+#: ../../include/features.php:82
+msgid "Filter stream activity by depth of relationships"
+msgstr "Filter wat je in de Matrix ziet op hoe goed je iemand kent of mag"
+
+#: ../../include/features.php:83
+msgid "Connection Filtering"
+msgstr "Berichtenfilters"
+
+#: ../../include/features.php:83
+msgid "Filter incoming posts from connections based on keywords/content"
+msgstr "Filter binnenkomende berichten van connecties aan de hand van trefwoorden en taal"
+
+#: ../../include/features.php:84
+msgid "Suggest Channels"
+msgstr "Kanalen voorstellen"
+
+#: ../../include/features.php:84
+msgid "Show channel suggestions"
+msgstr "Voor jou mogelijk interessante kanalen voorstellen"
+
+#: ../../include/features.php:89
+msgid "Post/Comment Tools"
+msgstr "Bericht- en reactiehulpmiddelen"
+
+#: ../../include/features.php:90
+msgid "Community Tagging"
+msgstr "Taggen door anderen"
+
+#: ../../include/features.php:90
+msgid "Ability to tag existing posts"
+msgstr "Geeft andere mensen de mogelijkheid om jouw (bestaande) berichten te taggen"
+
+#: ../../include/features.php:91
+msgid "Post Categories"
+msgstr "Categorieën berichten"
+
+#: ../../include/features.php:91
+msgid "Add categories to your posts"
+msgstr "Voeg categorieën toe aan je berichten"
+
+#: ../../include/features.php:92
+msgid "Ability to file posts under folders"
+msgstr "Mogelijkheid om berichten in mappen op te slaan"
+
+#: ../../include/features.php:93
+msgid "Dislike Posts"
+msgstr "Vind berichten niet leuk"
+
+#: ../../include/features.php:93
+msgid "Ability to dislike posts/comments"
+msgstr "Mogelijkheid om berichten en reacties niet leuk te vinden"
+
+#: ../../include/features.php:94
+msgid "Star Posts"
+msgstr "Geef berichten een ster"
+
+#: ../../include/features.php:94
+msgid "Ability to mark special posts with a star indicator"
+msgstr "Mogelijkheid om speciale berichten met een ster te markeren"
+
+#: ../../include/features.php:95
+msgid "Tag Cloud"
+msgstr "Tagwolk"
+
+#: ../../include/features.php:95
+msgid "Provide a personal tag cloud on your channel page"
+msgstr "Zorgt voor een persoonlijke wolk met tags op jouw kanaalpagina"
+
#: ../../include/follow.php:28
msgid "Channel is blocked on this site."
msgstr "Kanaal is op deze hub geblokkeerd."
@@ -3451,13 +2348,703 @@ msgstr "lokale account niet gevonden."
msgid "Cannot connect to yourself."
msgstr "Kan niet met jezelf verbinden"
-#: ../../include/oembed.php:213
-msgid "Embedded content"
-msgstr "Ingesloten inhoud"
+#: ../../include/group.php:26
+msgid ""
+"A deleted group with this name was revived. Existing item permissions "
+"<strong>may</strong> apply to this group and any future members. If this is "
+"not what you intended, please create another group with a different name."
+msgstr "Een verwijderde collectie met deze naam is gereactiveerd. Bestaande itemrechten <strong>kunnen</strong> van toepassing zijn op deze collectie en toekomstige leden. Wanneer je dit niet zo bedoeld hebt, moet je een nieuwe collectie met een andere naam aanmaken."
-#: ../../include/oembed.php:222
-msgid "Embedding disabled"
-msgstr "Insluiten uitgeschakeld"
+#: ../../include/group.php:232
+msgid "Add new connections to this collection (privacy group)"
+msgstr "Voeg nieuwe connecties aan deze collectie toe (privacy-groep)"
+
+#: ../../include/group.php:251 ../../mod/admin.php:900
+msgid "All Channels"
+msgstr "Alle kanalen"
+
+#: ../../include/group.php:273
+msgid "edit"
+msgstr "bewerken"
+
+#: ../../include/group.php:295
+msgid "Collections"
+msgstr "Collecties"
+
+#: ../../include/group.php:296
+msgid "Edit collection"
+msgstr "Collectie bewerken"
+
+#: ../../include/group.php:297
+msgid "Add new collection"
+msgstr "Nieuwe collectie toevoegen"
+
+#: ../../include/group.php:298
+msgid "Channels not in any collection"
+msgstr "Kanalen die zich in geen enkele collectie bevinden"
+
+#: ../../include/group.php:300 ../../include/widgets.php:275
+msgid "add"
+msgstr "toevoegen"
+
+#: ../../include/identity.php:32
+msgid "Unable to obtain identity information from database"
+msgstr "Niet in staat om identiteitsinformatie uit de database te verkrijgen"
+
+#: ../../include/identity.php:66
+msgid "Empty name"
+msgstr "Ontbrekende naam"
+
+#: ../../include/identity.php:69
+msgid "Name too long"
+msgstr "Naam te lang"
+
+#: ../../include/identity.php:181
+msgid "No account identifier"
+msgstr "Geen account-identificator"
+
+#: ../../include/identity.php:193
+msgid "Nickname is required."
+msgstr "Bijnaam is verplicht"
+
+#: ../../include/identity.php:207
+msgid "Reserved nickname. Please choose another."
+msgstr "Deze naam is gereserveerd. Kies een andere."
+
+#: ../../include/identity.php:212
+msgid ""
+"Nickname has unsupported characters or is already being used on this site."
+msgstr "Deze naam heeft niet ondersteunde karakters of is al op deze hub in gebruik."
+
+#: ../../include/identity.php:288
+msgid "Unable to retrieve created identity"
+msgstr "Niet in staat om aangemaakte identiteit te vinden"
+
+#: ../../include/identity.php:346
+msgid "Default Profile"
+msgstr "Standaardprofiel"
+
+#: ../../include/identity.php:390 ../../include/identity.php:391
+#: ../../include/identity.php:398 ../../include/profile_selectors.php:80
+#: ../../include/widgets.php:430 ../../mod/connedit.php:579
+#: ../../mod/settings.php:338 ../../mod/settings.php:342
+#: ../../mod/settings.php:343 ../../mod/settings.php:346
+#: ../../mod/settings.php:357
+msgid "Friends"
+msgstr "Vrienden"
+
+#: ../../include/identity.php:770
+msgid "Requested channel is not available."
+msgstr "Opgevraagd kanaal is niet beschikbaar."
+
+#: ../../include/identity.php:816 ../../mod/achievements.php:11
+#: ../../mod/blocks.php:29 ../../mod/connect.php:13 ../../mod/editblock.php:29
+#: ../../mod/editlayout.php:27 ../../mod/editwebpage.php:28
+#: ../../mod/filestorage.php:54 ../../mod/hcard.php:8 ../../mod/layouts.php:29
+#: ../../mod/profile.php:16 ../../mod/webpages.php:29
+msgid "Requested profile is not available."
+msgstr "Opgevraagd profiel is niet beschikbaar"
+
+#: ../../include/identity.php:960 ../../mod/profiles.php:782
+msgid "Change profile photo"
+msgstr "Profielfoto veranderen"
+
+#: ../../include/identity.php:966
+msgid "Profiles"
+msgstr "Profielen"
+
+#: ../../include/identity.php:966
+msgid "Manage/edit profiles"
+msgstr "Profielen beheren/bewerken"
+
+#: ../../include/identity.php:967 ../../mod/profiles.php:783
+msgid "Create New Profile"
+msgstr "Nieuw profiel aanmaken"
+
+#: ../../include/identity.php:970 ../../include/nav.php:90
+msgid "Edit Profile"
+msgstr "Profiel bewerken"
+
+#: ../../include/identity.php:982 ../../mod/profiles.php:794
+msgid "Profile Image"
+msgstr "Profielfoto"
+
+#: ../../include/identity.php:985
+msgid "visible to everybody"
+msgstr "Voor iedereen zichtbaar"
+
+#: ../../include/identity.php:986 ../../mod/profiles.php:677
+#: ../../mod/profiles.php:798
+msgid "Edit visibility"
+msgstr "Zichtbaarheid bewerken"
+
+#: ../../include/identity.php:1002 ../../include/identity.php:1242
+msgid "Gender:"
+msgstr "Geslacht:"
+
+#: ../../include/identity.php:1003 ../../include/identity.php:1286
+msgid "Status:"
+msgstr "Status:"
+
+#: ../../include/identity.php:1004 ../../include/identity.php:1297
+msgid "Homepage:"
+msgstr "Homepagina:"
+
+#: ../../include/identity.php:1005
+msgid "Online Now"
+msgstr "Nu online"
+
+#: ../../include/identity.php:1089 ../../include/identity.php:1167
+#: ../../mod/ping.php:318
+msgid "g A l F d"
+msgstr "G:i, l d F"
+
+#: ../../include/identity.php:1090 ../../include/identity.php:1168
+msgid "F d"
+msgstr "d F"
+
+#: ../../include/identity.php:1135 ../../include/identity.php:1207
+#: ../../mod/ping.php:341
+msgid "[today]"
+msgstr "[vandaag]"
+
+#: ../../include/identity.php:1146
+msgid "Birthday Reminders"
+msgstr "Verjaardagsherinneringen"
+
+#: ../../include/identity.php:1147
+msgid "Birthdays this week:"
+msgstr "Verjaardagen deze week:"
+
+#: ../../include/identity.php:1200
+msgid "[No description]"
+msgstr "[Geen omschrijving]"
+
+#: ../../include/identity.php:1218
+msgid "Event Reminders"
+msgstr "Herinneringen"
+
+#: ../../include/identity.php:1219
+msgid "Events this week:"
+msgstr "Gebeurtenissen deze week:"
+
+#: ../../include/identity.php:1240 ../../mod/settings.php:1029
+msgid "Full Name:"
+msgstr "Volledige naam:"
+
+#: ../../include/identity.php:1247
+msgid "Like this channel"
+msgstr "Vind dit kanaal leuk"
+
+#: ../../include/identity.php:1271
+msgid "j F, Y"
+msgstr "F j Y"
+
+#: ../../include/identity.php:1272
+msgid "j F"
+msgstr "F j"
+
+#: ../../include/identity.php:1279
+msgid "Birthday:"
+msgstr "Geboortedatum:"
+
+#: ../../include/identity.php:1283 ../../mod/directory.php:299
+msgid "Age:"
+msgstr "Leeftijd:"
+
+#: ../../include/identity.php:1292
+#, php-format
+msgid "for %1$d %2$s"
+msgstr "voor %1$d %2$s"
+
+#: ../../include/identity.php:1295 ../../mod/profiles.php:699
+msgid "Sexual Preference:"
+msgstr "Seksuele voorkeur:"
+
+#: ../../include/identity.php:1299 ../../mod/directory.php:315
+#: ../../mod/profiles.php:701
+msgid "Hometown:"
+msgstr "Oorspronkelijk uit:"
+
+#: ../../include/identity.php:1301
+msgid "Tags:"
+msgstr "Tags:"
+
+#: ../../include/identity.php:1303 ../../mod/profiles.php:702
+msgid "Political Views:"
+msgstr "Politieke overtuigingen:"
+
+#: ../../include/identity.php:1305
+msgid "Religion:"
+msgstr "Religie:"
+
+#: ../../include/identity.php:1307 ../../mod/directory.php:317
+msgid "About:"
+msgstr "Over:"
+
+#: ../../include/identity.php:1309
+msgid "Hobbies/Interests:"
+msgstr "Hobby's/interesses:"
+
+#: ../../include/identity.php:1311 ../../mod/profiles.php:705
+msgid "Likes:"
+msgstr "Houdt van:"
+
+#: ../../include/identity.php:1313 ../../mod/profiles.php:706
+msgid "Dislikes:"
+msgstr "Houdt niet van:"
+
+#: ../../include/identity.php:1315
+msgid "Contact information and Social Networks:"
+msgstr "Contactinformatie en sociale netwerken:"
+
+#: ../../include/identity.php:1317
+msgid "My other channels:"
+msgstr "Mijn andere kanalen"
+
+#: ../../include/identity.php:1319
+msgid "Musical interests:"
+msgstr "Muzikale interesses:"
+
+#: ../../include/identity.php:1321
+msgid "Books, literature:"
+msgstr "Boeken, literatuur:"
+
+#: ../../include/identity.php:1323
+msgid "Television:"
+msgstr "Televisie:"
+
+#: ../../include/identity.php:1325
+msgid "Film/dance/culture/entertainment:"
+msgstr "Films/dansen/cultuur/vermaak:"
+
+#: ../../include/identity.php:1327
+msgid "Love/Romance:"
+msgstr "Liefde/romantiek:"
+
+#: ../../include/identity.php:1329
+msgid "Work/employment:"
+msgstr "Werk/beroep:"
+
+#: ../../include/identity.php:1331
+msgid "School/education:"
+msgstr "School/opleiding:"
+
+#: ../../include/identity.php:1351
+msgid "Like this thing"
+msgstr "Vind dit ding leuk"
+
+#: ../../include/import.php:23
+msgid ""
+"Cannot create a duplicate channel identifier on this system. Import failed."
+msgstr "Kan geen dubbele kanaal-identificator op deze hub aanmaken. Importeren mislukt."
+
+#: ../../include/import.php:70
+msgid "Channel clone failed. Import failed."
+msgstr "Het klonen van het kanaal is mislukt. Importeren mislukt."
+
+#: ../../include/import.php:80 ../../mod/import.php:139
+msgid "Cloned channel not found. Import failed."
+msgstr "Gekloond kanaal niet gevonden. Importeren mislukt."
+
+#: ../../include/items.php:423 ../../index.php:364 ../../mod/dreport.php:6
+#: ../../mod/dreport.php:45 ../../mod/group.php:68
+#: ../../mod/import_items.php:114 ../../mod/like.php:280
+#: ../../mod/profperm.php:23 ../../mod/subthread.php:58
+msgid "Permission denied"
+msgstr "Toegang geweigerd"
+
+#: ../../include/items.php:1130 ../../include/items.php:1176
+msgid "(Unknown)"
+msgstr "(Onbekend)"
+
+#: ../../include/items.php:1373
+msgid "Visible to anybody on the internet."
+msgstr "Voor iedereen op het internet zichtbaar."
+
+#: ../../include/items.php:1375
+msgid "Visible to you only."
+msgstr "Alleen voor jou zichtbaar."
+
+#: ../../include/items.php:1377
+msgid "Visible to anybody in this network."
+msgstr "Voor iedereen in dit netwerk zichtbaar."
+
+#: ../../include/items.php:1379
+msgid "Visible to anybody authenticated."
+msgstr "Voor iedereen die geauthenticeerd is zichtbaar."
+
+#: ../../include/items.php:1381
+#, php-format
+msgid "Visible to anybody on %s."
+msgstr "Voor iedereen op %s zichtbaar."
+
+#: ../../include/items.php:1383
+msgid "Visible to all connections."
+msgstr "Voor alle connecties zichtbaar."
+
+#: ../../include/items.php:1385
+msgid "Visible to approved connections."
+msgstr "Voor alle goedgekeurde connecties zichtbaar."
+
+#: ../../include/items.php:1387
+msgid "Visible to specific connections."
+msgstr "Voor specifieke connecties zichtbaar."
+
+#: ../../include/items.php:4326 ../../mod/admin.php:135
+#: ../../mod/admin.php:1091 ../../mod/admin.php:1296 ../../mod/display.php:36
+#: ../../mod/filestorage.php:27 ../../mod/thing.php:86
+#: ../../mod/viewsrc.php:20
+msgid "Item not found."
+msgstr "Item niet gevonden."
+
+#: ../../include/items.php:4838 ../../mod/group.php:38 ../../mod/group.php:137
+msgid "Collection not found."
+msgstr "Collectie niet gevonden."
+
+#: ../../include/items.php:4854
+msgid "Collection is empty."
+msgstr "Collectie is leeg"
+
+#: ../../include/items.php:4861
+#, php-format
+msgid "Collection: %s"
+msgstr "Collectie: %s"
+
+#: ../../include/items.php:4871 ../../mod/connedit.php:689
+#, php-format
+msgid "Connection: %s"
+msgstr "Connectie: %s"
+
+#: ../../include/items.php:4873
+msgid "Connection not found."
+msgstr "Connectie niet gevonden."
+
+#: ../../include/js_strings.php:5
+msgid "Delete this item?"
+msgstr "Dit item verwijderen?"
+
+#: ../../include/js_strings.php:8
+msgid "[-] show less"
+msgstr "[-] minder reacties weergeven"
+
+#: ../../include/js_strings.php:9
+msgid "[+] expand"
+msgstr "[+] uitklappen"
+
+#: ../../include/js_strings.php:10
+msgid "[-] collapse"
+msgstr "[-] inklappen"
+
+#: ../../include/js_strings.php:11
+msgid "Password too short"
+msgstr "Wachtwoord te kort"
+
+#: ../../include/js_strings.php:12
+msgid "Passwords do not match"
+msgstr "Wachtwoorden komen niet overeen"
+
+#: ../../include/js_strings.php:13 ../../mod/photos.php:41
+msgid "everybody"
+msgstr "iedereen"
+
+#: ../../include/js_strings.php:14
+msgid "Secret Passphrase"
+msgstr "Geheim wachtwoord"
+
+#: ../../include/js_strings.php:15
+msgid "Passphrase hint"
+msgstr "Wachtwoordhint"
+
+#: ../../include/js_strings.php:16
+msgid "Notice: Permissions have changed but have not yet been submitted."
+msgstr "Mededeling: de permissies zijn veranderd, maar zijn nog niet opgeslagen."
+
+#: ../../include/js_strings.php:17
+msgid "close all"
+msgstr "Alles sluiten"
+
+#: ../../include/js_strings.php:18
+msgid "Nothing new here"
+msgstr "Niets nieuw hier"
+
+#: ../../include/js_strings.php:19
+msgid "Rate This Channel (this is public)"
+msgstr "Beoordeel dit kanaal (dit is openbaar)"
+
+#: ../../include/js_strings.php:20 ../../mod/connedit.php:700
+#: ../../mod/rate.php:157
+msgid "Rating"
+msgstr "Beoordeling"
+
+#: ../../include/js_strings.php:21
+msgid "Describe (optional)"
+msgstr "Omschrijving (optioneel)"
+
+#: ../../include/js_strings.php:23
+msgid "Please enter a link URL"
+msgstr "Vul een internetadres/URL in:"
+
+#: ../../include/js_strings.php:24
+msgid "Unsaved changes. Are you sure you wish to leave this page?"
+msgstr "Niet opgeslagen wijzigingen. Ben je er zeker van dat je deze pagina wil verlaten?"
+
+#: ../../include/js_strings.php:25 ../../mod/events.php:452
+#: ../../mod/profiles.php:464 ../../mod/pubsites.php:28
+msgid "Location"
+msgstr "Locatie"
+
+#: ../../include/js_strings.php:27
+msgid "timeago.prefixAgo"
+msgstr "timeago.prefixAgo"
+
+#: ../../include/js_strings.php:28
+msgid "timeago.prefixFromNow"
+msgstr "timeago.prefixFromNow"
+
+#: ../../include/js_strings.php:29
+msgid "ago"
+msgstr "geleden"
+
+#: ../../include/js_strings.php:30
+msgid "from now"
+msgstr "vanaf nu"
+
+#: ../../include/js_strings.php:31
+msgid "less than a minute"
+msgstr "minder dan een minuut"
+
+#: ../../include/js_strings.php:32
+msgid "about a minute"
+msgstr "ongeveer een minuut"
+
+#: ../../include/js_strings.php:33
+#, php-format
+msgid "%d minutes"
+msgstr "%d minuten"
+
+#: ../../include/js_strings.php:34
+msgid "about an hour"
+msgstr "ongeveer een uur"
+
+#: ../../include/js_strings.php:35
+#, php-format
+msgid "about %d hours"
+msgstr "ongeveer %d uren"
+
+#: ../../include/js_strings.php:36
+msgid "a day"
+msgstr "een dag"
+
+#: ../../include/js_strings.php:37
+#, php-format
+msgid "%d days"
+msgstr "%d dagen"
+
+#: ../../include/js_strings.php:38
+msgid "about a month"
+msgstr "ongeveer een maand"
+
+#: ../../include/js_strings.php:39
+#, php-format
+msgid "%d months"
+msgstr "%d maanden"
+
+#: ../../include/js_strings.php:40
+msgid "about a year"
+msgstr "ongeveer een jaar"
+
+#: ../../include/js_strings.php:41
+#, php-format
+msgid "%d years"
+msgstr "%d jaren"
+
+#: ../../include/js_strings.php:42
+msgid " "
+msgstr " "
+
+#: ../../include/js_strings.php:43
+msgid "timeago.numbers"
+msgstr "timeago.numbers"
+
+#: ../../include/js_strings.php:45 ../../include/text.php:1183
+msgid "January"
+msgstr "januari"
+
+#: ../../include/js_strings.php:46 ../../include/text.php:1183
+msgid "February"
+msgstr "februari"
+
+#: ../../include/js_strings.php:47 ../../include/text.php:1183
+msgid "March"
+msgstr "maart"
+
+#: ../../include/js_strings.php:48 ../../include/text.php:1183
+msgid "April"
+msgstr "april"
+
+#: ../../include/js_strings.php:49
+msgctxt "long"
+msgid "May"
+msgstr "mei"
+
+#: ../../include/js_strings.php:50 ../../include/text.php:1183
+msgid "June"
+msgstr "juni"
+
+#: ../../include/js_strings.php:51 ../../include/text.php:1183
+msgid "July"
+msgstr "juli"
+
+#: ../../include/js_strings.php:52 ../../include/text.php:1183
+msgid "August"
+msgstr "augustus"
+
+#: ../../include/js_strings.php:53 ../../include/text.php:1183
+msgid "September"
+msgstr "september"
+
+#: ../../include/js_strings.php:54 ../../include/text.php:1183
+msgid "October"
+msgstr "oktober"
+
+#: ../../include/js_strings.php:55 ../../include/text.php:1183
+msgid "November"
+msgstr "november"
+
+#: ../../include/js_strings.php:56 ../../include/text.php:1183
+msgid "December"
+msgstr "december"
+
+#: ../../include/js_strings.php:57
+msgid "Jan"
+msgstr "jan"
+
+#: ../../include/js_strings.php:58
+msgid "Feb"
+msgstr "feb"
+
+#: ../../include/js_strings.php:59
+msgid "Mar"
+msgstr "mrt"
+
+#: ../../include/js_strings.php:60
+msgid "Apr"
+msgstr "apr"
+
+#: ../../include/js_strings.php:61
+msgctxt "short"
+msgid "May"
+msgstr "mei"
+
+#: ../../include/js_strings.php:62
+msgid "Jun"
+msgstr "jun"
+
+#: ../../include/js_strings.php:63
+msgid "Jul"
+msgstr "jul"
+
+#: ../../include/js_strings.php:64
+msgid "Aug"
+msgstr "aug"
+
+#: ../../include/js_strings.php:65
+msgid "Sep"
+msgstr "sep"
+
+#: ../../include/js_strings.php:66
+msgid "Oct"
+msgstr "okt"
+
+#: ../../include/js_strings.php:67
+msgid "Nov"
+msgstr "nov"
+
+#: ../../include/js_strings.php:68
+msgid "Dec"
+msgstr "dec"
+
+#: ../../include/js_strings.php:69 ../../include/text.php:1179
+msgid "Sunday"
+msgstr "zondag"
+
+#: ../../include/js_strings.php:70 ../../include/text.php:1179
+msgid "Monday"
+msgstr "maandag"
+
+#: ../../include/js_strings.php:71 ../../include/text.php:1179
+msgid "Tuesday"
+msgstr "dinsdag"
+
+#: ../../include/js_strings.php:72 ../../include/text.php:1179
+msgid "Wednesday"
+msgstr "woensdag"
+
+#: ../../include/js_strings.php:73 ../../include/text.php:1179
+msgid "Thursday"
+msgstr "donderdag"
+
+#: ../../include/js_strings.php:74 ../../include/text.php:1179
+msgid "Friday"
+msgstr "vrijdag"
+
+#: ../../include/js_strings.php:75 ../../include/text.php:1179
+msgid "Saturday"
+msgstr "zaterdag"
+
+#: ../../include/js_strings.php:76
+msgid "Sun"
+msgstr "zo"
+
+#: ../../include/js_strings.php:77
+msgid "Mon"
+msgstr "ma"
+
+#: ../../include/js_strings.php:78
+msgid "Tue"
+msgstr "di"
+
+#: ../../include/js_strings.php:79
+msgid "Wed"
+msgstr "wo"
+
+#: ../../include/js_strings.php:80
+msgid "Thu"
+msgstr "do"
+
+#: ../../include/js_strings.php:81
+msgid "Fri"
+msgstr "vr"
+
+#: ../../include/js_strings.php:82
+msgid "Sat"
+msgstr "za"
+
+#: ../../include/js_strings.php:83
+msgctxt "calendar"
+msgid "today"
+msgstr "vandaag"
+
+#: ../../include/js_strings.php:84
+msgctxt "calendar"
+msgid "month"
+msgstr "maand"
+
+#: ../../include/js_strings.php:85
+msgctxt "calendar"
+msgid "week"
+msgstr "week"
+
+#: ../../include/js_strings.php:86
+msgctxt "calendar"
+msgid "day"
+msgstr "dag"
+
+#: ../../include/js_strings.php:87
+msgctxt "calendar"
+msgid "All day"
+msgstr "hele dag"
#: ../../include/message.php:19
msgid "No recipient provided."
@@ -3475,10 +3062,6 @@ msgstr "Afzender kan niet bepaald worden."
msgid "Stored post could not be verified."
msgstr "Opgeslagen bericht kon niet worden geverifieerd."
-#: ../../include/nav.php:82 ../../include/nav.php:114 ../../boot.php:1487
-msgid "Logout"
-msgstr "Uitloggen"
-
#: ../../include/nav.php:82 ../../include/nav.php:114
msgid "End this session"
msgstr "Beëindig deze sessie"
@@ -3515,10 +3098,6 @@ msgstr "Jouw foto's"
msgid "Your files"
msgstr "Jouw bestanden"
-#: ../../include/nav.php:97 ../../include/apps.php:146
-msgid "Chat"
-msgstr "Chatten"
-
#: ../../include/nav.php:97
msgid "Your chatrooms"
msgstr "Jouw chatkanalen"
@@ -3531,10 +3110,6 @@ msgstr "Jouw bladwijzers"
msgid "Your webpages"
msgstr "Jouw webpagina's"
-#: ../../include/nav.php:111 ../../include/apps.php:131 ../../boot.php:1488
-msgid "Login"
-msgstr "Inloggen"
-
#: ../../include/nav.php:111
msgid "Sign in"
msgstr "Inloggen"
@@ -3556,23 +3131,19 @@ msgstr "Authenticeer jezelf via (bijvoorbeeld) jouw hub"
msgid "Home Page"
msgstr "Homepage"
-#: ../../include/nav.php:149 ../../mod/register.php:226 ../../boot.php:1470
-msgid "Register"
-msgstr "Registreren"
-
#: ../../include/nav.php:149
msgid "Create an account"
msgstr "Maak een account aan"
-#: ../../include/nav.php:154 ../../include/apps.php:142
-#: ../../mod/layouts.php:176 ../../mod/help.php:204 ../../mod/help.php:209
-msgid "Help"
-msgstr "Hulp"
-
#: ../../include/nav.php:154
msgid "Help and documentation"
msgstr "Hulp en documentatie"
+#: ../../include/nav.php:157 ../../include/widgets.php:92
+#: ../../mod/apps.php:36
+msgid "Apps"
+msgstr "Apps"
+
#: ../../include/nav.php:157
msgid "Applications, utilities, links, games"
msgstr "Apps"
@@ -3581,18 +3152,10 @@ msgstr "Apps"
msgid "Search site @name, #tag, ?docs, content"
msgstr "Zoek een @kanaal, doorzoek inhoud hub met tekst en #tags, of doorzoek ?documentatie "
-#: ../../include/nav.php:162 ../../include/apps.php:141
-msgid "Directory"
-msgstr "Kanalengids"
-
#: ../../include/nav.php:162
msgid "Channel Directory"
msgstr "Kanalengids"
-#: ../../include/nav.php:174 ../../include/apps.php:133
-msgid "Grid"
-msgstr "Grid"
-
#: ../../include/nav.php:174
msgid "Your grid"
msgstr "Jouw grid"
@@ -3601,10 +3164,6 @@ msgstr "Jouw grid"
msgid "Mark all grid notifications seen"
msgstr "Markeer alle gridnotificaties als bekeken"
-#: ../../include/nav.php:177 ../../include/apps.php:137
-msgid "Channel Home"
-msgstr "Jouw kanaal"
-
#: ../../include/nav.php:177
msgid "Channel home"
msgstr "Jouw kanaal"
@@ -3633,10 +3192,6 @@ msgstr "Alle notificaties weergeven"
msgid "Mark all system notifications seen"
msgstr "Markeer alle systeemnotificaties als bekeken"
-#: ../../include/nav.php:188 ../../include/apps.php:143
-msgid "Mail"
-msgstr "Privéberichten"
-
#: ../../include/nav.php:188
msgid "Private mail"
msgstr "Privéberichten"
@@ -3649,9 +3204,17 @@ msgstr "Alle privéberichten weergeven"
msgid "Mark all private messages seen"
msgstr "Markeer alle privéberichten als bekeken"
-#: ../../include/nav.php:196 ../../include/apps.php:140
-msgid "Events"
-msgstr "Agenda"
+#: ../../include/nav.php:191 ../../include/widgets.php:578
+msgid "Inbox"
+msgstr "Postvak IN"
+
+#: ../../include/nav.php:192 ../../include/widgets.php:583
+msgid "Outbox"
+msgstr "Postvak UIT"
+
+#: ../../include/nav.php:193 ../../include/widgets.php:588
+msgid "New Message"
+msgstr "Nieuw bericht"
#: ../../include/nav.php:196
msgid "Event Calendar"
@@ -3665,11 +3228,6 @@ msgstr "Alle gebeurtenissen weergeven"
msgid "Mark all events seen"
msgstr "Markeer alle gebeurtenissen als bekeken"
-#: ../../include/nav.php:200 ../../include/apps.php:132
-#: ../../mod/manage.php:160
-msgid "Channel Manager"
-msgstr "Kanaalbeheer"
-
#: ../../include/nav.php:200
msgid "Manage Your Channels"
msgstr "Beheer je kanalen"
@@ -3678,6 +3236,10 @@ msgstr "Beheer je kanalen"
msgid "Account/Channel Settings"
msgstr "Account-/kanaal-instellingen"
+#: ../../include/nav.php:210 ../../include/widgets.php:1247
+msgid "Admin"
+msgstr "Beheer"
+
#: ../../include/nav.php:210
msgid "Site Setup and Configuration"
msgstr "Hub instellen en beheren"
@@ -3690,111 +3252,37 @@ msgstr "@kanaal, #tag, inhoud, ?hulp"
msgid "Please wait..."
msgstr "Wachten aub..."
-#: ../../include/security.php:381
-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 beveiligings-token van het tekstvak was ongeldig. Dit is mogelijk het gevolg van dat er te lang (meer dan 3 uur) gewacht is om de tekst op te slaan. "
-
-#: ../../include/dir_fns.php:139
-msgid "Directory Options"
-msgstr "Opties kanalengids"
-
-#: ../../include/dir_fns.php:141
-msgid "Safe Mode"
-msgstr "Veilig zoeken"
-
-#: ../../include/dir_fns.php:141 ../../include/dir_fns.php:142
-#: ../../include/dir_fns.php:143 ../../mod/filestorage.php:151
-#: ../../mod/filestorage.php:159 ../../mod/removeme.php:60
-#: ../../mod/connedit.php:635 ../../mod/connedit.php:684 ../../mod/api.php:102
-#: ../../mod/admin.php:415 ../../mod/settings.php:577 ../../mod/photos.php:626
-#: ../../mod/menu.php:96 ../../mod/menu.php:153 ../../mod/events.php:447
-#: ../../mod/events.php:448 ../../mod/events.php:457 ../../mod/mitem.php:154
-#: ../../mod/mitem.php:155 ../../mod/mitem.php:228 ../../mod/mitem.php:229
-#: ../../view/theme/redbasic/php/config.php:104
-#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1492
-msgid "No"
-msgstr "Nee"
-
-#: ../../include/dir_fns.php:141 ../../include/dir_fns.php:142
-#: ../../include/dir_fns.php:143 ../../mod/filestorage.php:151
-#: ../../mod/filestorage.php:159 ../../mod/removeme.php:60
-#: ../../mod/api.php:101 ../../mod/admin.php:417 ../../mod/settings.php:577
-#: ../../mod/photos.php:626 ../../mod/menu.php:96 ../../mod/menu.php:153
-#: ../../mod/events.php:447 ../../mod/events.php:448 ../../mod/events.php:457
-#: ../../mod/mitem.php:154 ../../mod/mitem.php:155 ../../mod/mitem.php:228
-#: ../../mod/mitem.php:229 ../../view/theme/redbasic/php/config.php:104
-#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1492
-msgid "Yes"
-msgstr "Ja"
-
-#: ../../include/dir_fns.php:142
-msgid "Public Forums Only"
-msgstr "Alleen openbare forums"
-
-#: ../../include/dir_fns.php:143
-msgid "This Website Only"
-msgstr "Alleen deze hub"
-
-#: ../../include/group.php:26
-msgid ""
-"A deleted group with this name was revived. Existing item permissions "
-"<strong>may</strong> apply to this group and any future members. If this is "
-"not what you intended, please create another group with a different name."
-msgstr "Een verwijderde collectie met deze naam is gereactiveerd. Bestaande itemrechten <strong>kunnen</strong> van toepassing zijn op deze collectie en toekomstige leden. Wanneer je dit niet zo bedoeld hebt, moet je een nieuwe collectie met een andere naam aanmaken."
-
-#: ../../include/group.php:232
-msgid "Add new connections to this collection (privacy group)"
-msgstr "Voeg nieuwe connecties aan deze collectie toe (privacy-groep)"
-
-#: ../../include/group.php:251 ../../mod/admin.php:826
-msgid "All Channels"
-msgstr "Alle kanalen"
-
-#: ../../include/group.php:273
-msgid "edit"
-msgstr "bewerken"
-
-#: ../../include/group.php:295
-msgid "Collections"
-msgstr "Collecties"
-
-#: ../../include/group.php:296
-msgid "Edit collection"
-msgstr "Collectie bewerken"
-
-#: ../../include/group.php:297
-msgid "Add new collection"
-msgstr "Nieuwe collectie toevoegen"
-
-#: ../../include/group.php:298
-msgid "Channels not in any collection"
-msgstr "Kanalen die zich in geen enkele collectie bevinden"
+#: ../../include/network.php:630
+msgid "view full size"
+msgstr "volledige grootte tonen"
-#: ../../include/zot.php:676
-msgid "Invalid data packet"
-msgstr "Datapakket ongeldig"
+#: ../../include/network.php:1669
+msgid "No Subject"
+msgstr "Geen onderwerp"
-#: ../../include/zot.php:692
-msgid "Unable to verify channel signature"
-msgstr "Kanaalkenmerk kon niet worden geverifieerd. "
+#: ../../include/notify.php:20
+msgid "created a new post"
+msgstr "maakte een nieuw bericht aan"
-#: ../../include/zot.php:2268
+#: ../../include/notify.php:21
#, php-format
-msgid "Unable to verify site signature for %s"
-msgstr "Hubkenmerk voor %s kon niet worden geverifieerd"
+msgid "commented on %s's post"
+msgstr "gaf een reactie op een bericht van %s"
-#: ../../include/zot.php:3584
-msgid "invalid target signature"
-msgstr "ongeldig doelkenmerk"
+#: ../../include/oembed.php:213
+msgid "Embedded content"
+msgstr "Ingesloten inhoud"
+
+#: ../../include/oembed.php:222
+msgid "Embedding disabled"
+msgstr "Insluiten uitgeschakeld"
#: ../../include/page_widgets.php:6
msgid "New Page"
msgstr "Nieuwe pagina"
#: ../../include/page_widgets.php:39 ../../mod/blocks.php:159
-#: ../../mod/webpages.php:187 ../../mod/layouts.php:188
+#: ../../mod/layouts.php:188 ../../mod/webpages.php:187
msgid "View"
msgstr "Weergeven"
@@ -3811,226 +3299,15 @@ msgid "Title"
msgstr "Titel"
#: ../../include/page_widgets.php:44 ../../mod/blocks.php:150
-#: ../../mod/webpages.php:192 ../../mod/layouts.php:181 ../../mod/menu.php:110
+#: ../../mod/layouts.php:181 ../../mod/menu.php:110 ../../mod/webpages.php:192
msgid "Created"
msgstr "Aangemaakt"
#: ../../include/page_widgets.php:45 ../../mod/blocks.php:151
-#: ../../mod/webpages.php:193 ../../mod/layouts.php:182 ../../mod/menu.php:111
+#: ../../mod/layouts.php:182 ../../mod/menu.php:111 ../../mod/webpages.php:193
msgid "Edited"
msgstr "Bewerkt"
-#: ../../include/network.php:630
-msgid "view full size"
-msgstr "volledige grootte tonen"
-
-#: ../../include/network.php:1655 ../../include/account.php:316
-#: ../../include/account.php:343 ../../include/account.php:403
-msgid "Administrator"
-msgstr "Beheerder"
-
-#: ../../include/network.php:1669
-msgid "No Subject"
-msgstr "Geen onderwerp"
-
-#: ../../include/dba/dba_driver.php:141
-#, php-format
-msgid "Cannot locate DNS info for database server '%s'"
-msgstr "Kan DNS-informatie voor databaseserver '%s' niet vinden"
-
-#: ../../include/ItemObject.php:130
-msgid "Save to Folder"
-msgstr "In map opslaan"
-
-#: ../../include/ItemObject.php:151
-msgid "I will attend"
-msgstr "Aanwezig"
-
-#: ../../include/ItemObject.php:151
-msgid "I will not attend"
-msgstr "Niet aanwezig"
-
-#: ../../include/ItemObject.php:151
-msgid "I might attend"
-msgstr "Mogelijk aanwezig"
-
-#: ../../include/ItemObject.php:161
-msgid "I agree"
-msgstr "Eens"
-
-#: ../../include/ItemObject.php:161
-msgid "I disagree"
-msgstr "Oneens"
-
-#: ../../include/ItemObject.php:161
-msgid "I abstain"
-msgstr "Onthouding"
-
-#: ../../include/ItemObject.php:212
-msgid "Add Star"
-msgstr "Ster toevoegen"
-
-#: ../../include/ItemObject.php:213
-msgid "Remove Star"
-msgstr "Ster verwijderen"
-
-#: ../../include/ItemObject.php:214
-msgid "Toggle Star Status"
-msgstr "Ster toevoegen of verwijderen"
-
-#: ../../include/ItemObject.php:218
-msgid "starred"
-msgstr "met ster"
-
-#: ../../include/ItemObject.php:236
-msgid "Add Tag"
-msgstr "Tag toevoegen"
-
-#: ../../include/ItemObject.php:254 ../../mod/photos.php:1023
-msgid "I like this (toggle)"
-msgstr "Vind ik leuk"
-
-#: ../../include/ItemObject.php:255 ../../mod/photos.php:1024
-msgid "I don't like this (toggle)"
-msgstr "Vind ik niet leuk"
-
-#: ../../include/ItemObject.php:259
-msgid "Share This"
-msgstr "Delen"
-
-#: ../../include/ItemObject.php:259
-msgid "share"
-msgstr "delen"
-
-#: ../../include/ItemObject.php:268
-msgid "Delivery Report"
-msgstr "Afleveringsrapport"
-
-#: ../../include/ItemObject.php:286
-#, php-format
-msgid "%d comment"
-msgid_plural "%d comments"
-msgstr[0] "%d reactie"
-msgstr[1] "%d reacties weergeven"
-
-#: ../../include/ItemObject.php:315 ../../include/ItemObject.php:316
-#, php-format
-msgid "View %s's profile - %s"
-msgstr "Profiel van %s bekijken - %s"
-
-#: ../../include/ItemObject.php:319
-msgid "to"
-msgstr "aan"
-
-#: ../../include/ItemObject.php:320
-msgid "via"
-msgstr "via"
-
-#: ../../include/ItemObject.php:321
-msgid "Wall-to-Wall"
-msgstr "Kanaal-naar-kanaal"
-
-#: ../../include/ItemObject.php:322
-msgid "via Wall-To-Wall:"
-msgstr "via kanaal-naar-kanaal"
-
-#: ../../include/ItemObject.php:362
-msgid "Save Bookmarks"
-msgstr "Bladwijzers opslaan"
-
-#: ../../include/ItemObject.php:363
-msgid "Add to Calendar"
-msgstr "Aan agenda toevoegen"
-
-#: ../../include/ItemObject.php:372
-msgid "Mark all seen"
-msgstr "Markeer alles als bekeken"
-
-#: ../../include/ItemObject.php:378 ../../mod/photos.php:1209
-msgctxt "noun"
-msgid "Likes"
-msgstr "vinden dit leuk"
-
-#: ../../include/ItemObject.php:379 ../../mod/photos.php:1210
-msgctxt "noun"
-msgid "Dislikes"
-msgstr "vinden dit niet leuk"
-
-#: ../../include/ItemObject.php:694 ../../mod/photos.php:1042
-#: ../../mod/photos.php:1160
-msgid "This is you"
-msgstr "Dit ben jij"
-
-#: ../../include/ItemObject.php:703
-msgid "Image"
-msgstr "Afbeelding"
-
-#: ../../include/ItemObject.php:704
-msgid "Insert Link"
-msgstr "Link invoegen"
-
-#: ../../include/ItemObject.php:705
-msgid "Video"
-msgstr "Video"
-
-#: ../../include/apps.php:128
-msgid "Site Admin"
-msgstr "Hubbeheerder"
-
-#: ../../include/apps.php:130
-msgid "Address Book"
-msgstr "Connecties"
-
-#: ../../include/apps.php:144 ../../mod/mood.php:131
-msgid "Mood"
-msgstr "Stemming"
-
-#: ../../include/apps.php:148
-msgid "Probe"
-msgstr "Onderzoeken"
-
-#: ../../include/apps.php:149
-msgid "Suggest"
-msgstr "Voorstellen"
-
-#: ../../include/apps.php:150
-msgid "Random Channel"
-msgstr "Willekeurig kanaal"
-
-#: ../../include/apps.php:151
-msgid "Invite"
-msgstr "Uitnodigen "
-
-#: ../../include/apps.php:152
-msgid "Features"
-msgstr "Extra functies"
-
-#: ../../include/apps.php:153 ../../mod/id.php:28
-msgid "Language"
-msgstr "Taal"
-
-#: ../../include/apps.php:154
-msgid "Post"
-msgstr "Bericht"
-
-#: ../../include/apps.php:155 ../../mod/id.php:17 ../../mod/id.php:18
-#: ../../mod/id.php:19
-msgid "Profile Photo"
-msgstr "Profielfoto"
-
-#: ../../include/apps.php:252 ../../mod/settings.php:84
-#: ../../mod/settings.php:612
-msgid "Update"
-msgstr "Bijwerken"
-
-#: ../../include/apps.php:252
-msgid "Install"
-msgstr "Installeren"
-
-#: ../../include/apps.php:257
-msgid "Purchase"
-msgstr "Aanschaffen"
-
#: ../../include/permissions.php:26
msgid "Can view my normal stream and posts"
msgstr "Kan mijn normale kanaalstream en berichten bekijken"
@@ -4150,1372 +3427,1977 @@ msgstr "Beroemdheid/alleen volgen"
msgid "Group Repository"
msgstr "Groepsopslag"
+#: ../../include/permissions.php:871 ../../include/profile_selectors.php:6
+#: ../../include/profile_selectors.php:23
+#: ../../include/profile_selectors.php:61
+#: ../../include/profile_selectors.php:97
+msgid "Other"
+msgstr "Anders"
+
#: ../../include/permissions.php:871
msgid "Custom/Expert Mode"
msgstr "Expertmodus/handmatig aanpassen"
-#: ../../include/photo/photo_driver.php:719 ../../mod/profile_photo.php:147
+#: ../../include/photo/photo_driver.php:719 ../../mod/photos.php:94
+#: ../../mod/photos.php:699 ../../mod/profile_photo.php:147
#: ../../mod/profile_photo.php:239 ../../mod/profile_photo.php:379
-#: ../../mod/photos.php:94 ../../mod/photos.php:699
msgid "Profile Photos"
msgstr "Profielfoto's"
-#: ../../include/account.php:27
-msgid "Not a valid email address"
-msgstr "Geen geldig e-mailadres"
+#: ../../include/photos.php:112
+#, php-format
+msgid "Image exceeds website size limit of %lu bytes"
+msgstr "Afbeelding is groter dan op deze hub toegestane limiet van %lu bytes"
-#: ../../include/account.php:29
-msgid "Your email domain is not among those allowed on this site"
-msgstr "Jouw e-maildomein is op deze hub niet toegestaan"
+#: ../../include/photos.php:119
+msgid "Image file is empty."
+msgstr "Afbeeldingsbestand is leeg"
-#: ../../include/account.php:35
-msgid "Your email address is already registered at this site."
-msgstr "Jouw e-mailadres is al op deze hub geregistreerd."
+#: ../../include/photos.php:146 ../../mod/profile_photo.php:225
+msgid "Unable to process image"
+msgstr "Afbeelding kan niet verwerkt worden"
-#: ../../include/account.php:67
-msgid "An invitation is required."
-msgstr "Een uitnodiging is vereist"
+#: ../../include/photos.php:257
+msgid "Photo storage failed."
+msgstr "Foto kan niet worden opgeslagen"
-#: ../../include/account.php:71
-msgid "Invitation could not be verified."
-msgstr "Uitnodiging kon niet geverifieerd worden"
+#: ../../include/photos.php:297
+msgid "a new photo"
+msgstr "een nieuwe foto"
-#: ../../include/account.php:121
-msgid "Please enter the required information."
-msgstr "Vul de vereiste informatie in."
+#: ../../include/photos.php:301
+#, php-format
+msgctxt "photo_upload"
+msgid "%1$s posted %2$s to %3$s"
+msgstr "%1$s plaatste %2$s op %3$s"
-#: ../../include/account.php:188
-msgid "Failed to store account information."
-msgstr "Account-informatie kon niet opgeslagen worden."
+#: ../../include/photos.php:510
+msgid "Upload New Photos"
+msgstr "Nieuwe foto's uploaden"
-#: ../../include/account.php:248
-#, php-format
-msgid "Registration confirmation for %s"
-msgstr "Registratiebevestiging voor %s"
+#: ../../include/profile_selectors.php:6
+#: ../../include/profile_selectors.php:23 ../../mod/id.php:103
+msgid "Male"
+msgstr "Man"
-#: ../../include/account.php:314
-#, php-format
-msgid "Registration request at %s"
-msgstr "Registratiebevestiging voor %s"
+#: ../../include/profile_selectors.php:6
+#: ../../include/profile_selectors.php:23 ../../mod/id.php:105
+msgid "Female"
+msgstr "Vrouw"
-#: ../../include/account.php:338
-msgid "your registration password"
-msgstr "jouw registratiewachtwoord"
+#: ../../include/profile_selectors.php:6
+msgid "Currently Male"
+msgstr "Momenteel man"
-#: ../../include/account.php:341 ../../include/account.php:401
-#, php-format
-msgid "Registration details for %s"
-msgstr "Registratiegegevens voor %s"
+#: ../../include/profile_selectors.php:6
+msgid "Currently Female"
+msgstr "Momenteel vrouw"
-#: ../../include/account.php:410
-msgid "Account approved."
-msgstr "Account goedgekeurd"
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Male"
+msgstr "Voornamelijk man"
-#: ../../include/account.php:449
-#, php-format
-msgid "Registration revoked for %s"
-msgstr "Registratie ingetrokken voor %s"
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Female"
+msgstr "Voornamelijk vrouw"
-#: ../../include/account.php:494
-msgid "Account verified. Please login."
-msgstr "Account is geverifieerd. Je kan inloggen."
+#: ../../include/profile_selectors.php:6
+msgid "Transgender"
+msgstr "Transgender"
-#: ../../include/account.php:707 ../../include/account.php:709
-msgid "Click here to upgrade."
-msgstr "Klik hier om te upgraden."
+#: ../../include/profile_selectors.php:6
+msgid "Intersex"
+msgstr "Interseksueel"
-#: ../../include/account.php:715
-msgid "This action exceeds the limits set by your subscription plan."
-msgstr "Deze handeling overschrijdt de beperkingen die voor jouw abonnement gelden."
+#: ../../include/profile_selectors.php:6
+msgid "Transsexual"
+msgstr "Transseksueel"
-#: ../../include/account.php:720
-msgid "This action is not available under your subscription plan."
-msgstr "Deze handeling is niet mogelijk met jouw abonnement."
+#: ../../include/profile_selectors.php:6
+msgid "Hermaphrodite"
+msgstr "Hermafrodiet"
-#: ../../mod/filestorage.php:82
-msgid "Permission Denied."
-msgstr "Toegang geweigerd"
+#: ../../include/profile_selectors.php:6
+msgid "Neuter"
+msgstr "Genderneutraal"
-#: ../../mod/filestorage.php:98
-msgid "File not found."
-msgstr "Bestand niet gevonden."
+#: ../../include/profile_selectors.php:6
+msgid "Non-specific"
+msgstr "Niet gespecificeerd"
-#: ../../mod/filestorage.php:141
-msgid "Edit file permissions"
-msgstr "Bestandsrechten bewerken"
+#: ../../include/profile_selectors.php:6
+msgid "Undecided"
+msgstr "Nog niet beslist"
-#: ../../mod/filestorage.php:150
-msgid "Set/edit permissions"
-msgstr "Rechten instellen/bewerken"
+#: ../../include/profile_selectors.php:42
+#: ../../include/profile_selectors.php:61
+msgid "Males"
+msgstr "Mannen"
-#: ../../mod/filestorage.php:151
-msgid "Include all files and sub folders"
-msgstr "Toepassen op alle bestanden en submappen"
+#: ../../include/profile_selectors.php:42
+#: ../../include/profile_selectors.php:61
+msgid "Females"
+msgstr "Vrouwen"
-#: ../../mod/filestorage.php:152
-msgid "Return to file list"
-msgstr "Terugkeren naar bestandlijst "
+#: ../../include/profile_selectors.php:42
+msgid "Gay"
+msgstr "Homoseksueel"
-#: ../../mod/filestorage.php:154
-msgid "Copy/paste this code to attach file to a post"
-msgstr "Kopieer/plak deze code om het bestand aan een bericht te koppelen"
+#: ../../include/profile_selectors.php:42
+msgid "Lesbian"
+msgstr "Lesbisch"
-#: ../../mod/filestorage.php:155
-msgid "Copy/paste this URL to link file from a web page"
-msgstr "Kopieer/plak deze URL om het bestand aan een externe webpagina te koppelen"
+#: ../../include/profile_selectors.php:42
+msgid "No Preference"
+msgstr "Geen voorkeur"
-#: ../../mod/filestorage.php:157
-msgid "Share this file"
-msgstr "Dit bestand delen"
+#: ../../include/profile_selectors.php:42
+msgid "Bisexual"
+msgstr "Biseksueel"
-#: ../../mod/filestorage.php:158
-msgid "Show URL to this file"
-msgstr "Toon URL van dit bestand"
+#: ../../include/profile_selectors.php:42
+msgid "Autosexual"
+msgstr "Autoseksueel"
-#: ../../mod/filestorage.php:159
-msgid "Notify your contacts about this file"
-msgstr "Jouw connecties over dit bestand berichten"
+#: ../../include/profile_selectors.php:42
+msgid "Abstinent"
+msgstr "Seksuele onthouding"
-#: ../../mod/group.php:20
-msgid "Collection created."
-msgstr "Collectie aangemaakt"
+#: ../../include/profile_selectors.php:42
+msgid "Virgin"
+msgstr "Maagd"
-#: ../../mod/group.php:26
-msgid "Could not create collection."
-msgstr "Collectie kon niet aangemaakt worden"
+#: ../../include/profile_selectors.php:42
+msgid "Deviant"
+msgstr "Afwijkend"
-#: ../../mod/group.php:54
-msgid "Collection updated."
-msgstr "Collectie bijgewerkt."
+#: ../../include/profile_selectors.php:42
+msgid "Fetish"
+msgstr "Fetisj"
-#: ../../mod/group.php:86
-msgid "Create a collection of channels."
-msgstr "Kanaalcollectie aanmaken"
+#: ../../include/profile_selectors.php:42
+msgid "Oodles"
+msgstr "Veel"
-#: ../../mod/group.php:87 ../../mod/group.php:180
-msgid "Collection Name: "
-msgstr "Naam collectie:"
+#: ../../include/profile_selectors.php:42
+msgid "Nonsexual"
+msgstr "Aseksueel"
-#: ../../mod/group.php:89 ../../mod/group.php:183
-msgid "Members are visible to other channels"
-msgstr "Kanalen in deze collectie zijn zichtbaar voor andere kanalen"
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Single"
+msgstr "Alleen"
-#: ../../mod/group.php:107
-msgid "Collection removed."
-msgstr "Collectie verwijderd"
+#: ../../include/profile_selectors.php:80
+msgid "Lonely"
+msgstr "Eenzaam"
-#: ../../mod/group.php:109
-msgid "Unable to remove collection."
-msgstr "Verwijderen collectie mislukt"
+#: ../../include/profile_selectors.php:80
+msgid "Available"
+msgstr "Beschikbaar"
-#: ../../mod/group.php:179
-msgid "Collection Editor"
-msgstr "Collectiebewerker"
+#: ../../include/profile_selectors.php:80
+msgid "Unavailable"
+msgstr "Niet beschikbaar"
-#: ../../mod/group.php:193
-msgid "Members"
-msgstr "Kanalen"
+#: ../../include/profile_selectors.php:80
+msgid "Has crush"
+msgstr "Heeft een oogje op iemand"
-#: ../../mod/group.php:195
-msgid "All Connected Channels"
-msgstr "Alle kanaalconnecties"
+#: ../../include/profile_selectors.php:80
+msgid "Infatuated"
+msgstr "Smoorverliefd"
-#: ../../mod/group.php:227
-msgid "Click on a channel to add or remove."
-msgstr "Klik op een kanaal om deze toe te voegen of te verwijderen."
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Dating"
+msgstr "Aan het daten"
-#: ../../mod/item.php:174
-msgid "Unable to locate original post."
-msgstr "Niet in staat om de originele locatie van het bericht te vinden. "
+#: ../../include/profile_selectors.php:80
+msgid "Unfaithful"
+msgstr "Ontrouw"
-#: ../../mod/item.php:418
-msgid "Empty post discarded."
-msgstr "Leeg bericht geannuleerd"
+#: ../../include/profile_selectors.php:80
+msgid "Sex Addict"
+msgstr "Seksverslaafd"
-#: ../../mod/item.php:458
-msgid "Executable content type not permitted to this channel."
-msgstr "Uitvoerbare bestanden zijn niet toegestaan op dit kanaal."
+#: ../../include/profile_selectors.php:80
+msgid "Friends/Benefits"
+msgstr "Vriendschap plus"
-#: ../../mod/item.php:823
-msgid "Duplicate post suppressed."
-msgstr "Dubbel bericht tegengehouden."
+#: ../../include/profile_selectors.php:80
+msgid "Casual"
+msgstr "Ongebonden/vluchtig"
-#: ../../mod/item.php:954
-msgid "System error. Post not saved."
-msgstr "Systeemfout. Bericht niet opgeslagen."
+#: ../../include/profile_selectors.php:80
+msgid "Engaged"
+msgstr "Verloofd"
-#: ../../mod/item.php:1221
-msgid "Unable to obtain post information from database."
-msgstr "Niet in staat om informatie over dit bericht uit de database te verkrijgen."
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Married"
+msgstr "Getrouwd"
-#: ../../mod/item.php:1228
-#, php-format
-msgid "You have reached your limit of %1$.0f top level posts."
-msgstr "Je hebt jouw limiet van %1$.0f berichten bereikt."
+#: ../../include/profile_selectors.php:80
+msgid "Imaginarily married"
+msgstr "Denkbeeldig getrouwd"
-#: ../../mod/item.php:1235
-#, php-format
-msgid "You have reached your limit of %1$.0f webpages."
-msgstr "Je hebt jouw limiet van %1$.0f webpagina's bereikt."
+#: ../../include/profile_selectors.php:80
+msgid "Partners"
+msgstr "Partners"
-#: ../../mod/common.php:10
-msgid "No channel."
-msgstr "Geen kanaal."
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Cohabiting"
+msgstr "Samenwonend"
-#: ../../mod/common.php:39
-msgid "Common connections"
-msgstr "Veel voorkomende connecties"
+#: ../../include/profile_selectors.php:80
+msgid "Common law"
+msgstr "Common-law-huwelijk"
-#: ../../mod/common.php:44
-msgid "No connections in common."
-msgstr "Geen gemeenschappelijke connecties."
+#: ../../include/profile_selectors.php:80
+msgid "Happy"
+msgstr "Gelukkig"
-#: ../../mod/connect.php:56 ../../mod/connect.php:104
-msgid "Continue"
-msgstr "Ga verder"
+#: ../../include/profile_selectors.php:80
+msgid "Not looking"
+msgstr "Niet op zoek"
-#: ../../mod/connect.php:85
-msgid "Premium Channel Setup"
-msgstr "Instellen premiumkanaal "
+#: ../../include/profile_selectors.php:80
+msgid "Swinger"
+msgstr "Swinger"
-#: ../../mod/connect.php:87
-msgid "Enable premium channel connection restrictions"
-msgstr "Restricties voor connecties van premiumkanaal toestaan"
+#: ../../include/profile_selectors.php:80
+msgid "Betrayed"
+msgstr "Verraden"
-#: ../../mod/connect.php:88
-msgid ""
-"Please enter your restrictions or conditions, such as paypal receipt, usage "
-"guidelines, etc."
-msgstr "Vul je restricties of voorwaarden in, zoals een paypal-afschrift, voorschriften voor leden, enz."
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Separated"
+msgstr "Uit elkaar"
-#: ../../mod/connect.php:90 ../../mod/connect.php:110
-msgid ""
-"This channel may require additional steps or acknowledgement of the "
-"following conditions prior to connecting:"
-msgstr "Dit kanaal kan extra stappen of het accepteren van de volgende voorwaarden vereisen, voordat de connectie wordt geaccepteerd:"
+#: ../../include/profile_selectors.php:80
+msgid "Unstable"
+msgstr "Onstabiel"
-#: ../../mod/connect.php:91
-msgid ""
-"Potential connections will then see the following text before proceeding:"
-msgstr "Mogelijke connecties zullen dan de volgende tekst zien voordat ze verder kunnen:"
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Divorced"
+msgstr "Gescheiden"
-#: ../../mod/connect.php:92 ../../mod/connect.php:113
+#: ../../include/profile_selectors.php:80
+msgid "Imaginarily divorced"
+msgstr "Denkbeeldig gescheiden"
+
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Widowed"
+msgstr "Weduwnaar/weduwe"
+
+#: ../../include/profile_selectors.php:80
+msgid "Uncertain"
+msgstr "Onzeker"
+
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "It's complicated"
+msgstr "Het is ingewikkeld"
+
+#: ../../include/profile_selectors.php:80
+msgid "Don't care"
+msgstr "Maakt mij niks uit"
+
+#: ../../include/profile_selectors.php:80
+msgid "Ask me"
+msgstr "Vraag het me"
+
+#: ../../include/security.php:381
msgid ""
-"By continuing, I certify that I have complied with any instructions provided"
-" on this page."
-msgstr "Door verder te gaan ga ik automatisch akkoord met alle voorwaarden en aanwijzingen op deze pagina."
+"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 beveiligings-token van het tekstvak was ongeldig. Dit is mogelijk het gevolg van dat er te lang (meer dan 3 uur) gewacht is om de tekst op te slaan. "
-#: ../../mod/connect.php:101
-msgid "(No specific instructions have been provided by the channel owner.)"
-msgstr "(Er zijn geen speciale voorwaarden en aanwijzingen door de kanaal-eigenaar verstrekt) "
+#: ../../include/taxonomy.php:240 ../../include/taxonomy.php:261
+msgid "Tags"
+msgstr "Tags"
-#: ../../mod/connect.php:109
-msgid "Restricted or Premium Channel"
-msgstr "Beperkt of premiumkanaal"
+#: ../../include/taxonomy.php:305
+msgid "Keywords"
+msgstr "Trefwoorden"
-#: ../../mod/match.php:22
-msgid "Profile Match"
-msgstr "Profielovereenkomst"
+#: ../../include/taxonomy.php:326
+msgid "have"
+msgstr "heb"
-#: ../../mod/match.php:31
-msgid "No keywords to match. Please add keywords to your default profile."
-msgstr "Je hebt geen trefwoorden waarmee overeenkomsten gevonden kunnen worden. Voeg enkele trefwoorden aan je standaardprofiel toe."
+#: ../../include/taxonomy.php:326
+msgid "has"
+msgstr "heeft"
-#: ../../mod/match.php:63
-msgid "is interested in:"
-msgstr "is geïnteresseerd in:"
+#: ../../include/taxonomy.php:327
+msgid "want"
+msgstr "wil"
-#: ../../mod/match.php:70
-msgid "No matches"
-msgstr "Geen overeenkomsten"
+#: ../../include/taxonomy.php:327
+msgid "wants"
+msgstr "wil"
-#: ../../mod/openid.php:26
-msgid "OpenID protocol error. No ID returned."
-msgstr "OpenID-protocolfout. Geen ID terugontvangen."
+#: ../../include/taxonomy.php:328
+msgid "likes"
+msgstr "vindt dit leuk"
+
+#: ../../include/taxonomy.php:329
+msgid "dislikes"
+msgstr "vindt dit niet leuk"
+
+#: ../../include/text.php:394
+msgid "prev"
+msgstr "vorige"
+
+#: ../../include/text.php:396
+msgid "first"
+msgstr "eerste"
+
+#: ../../include/text.php:425
+msgid "last"
+msgstr "laatste"
+
+#: ../../include/text.php:428
+msgid "next"
+msgstr "volgende"
-#: ../../mod/openid.php:72 ../../mod/openid.php:179
-#: ../../Zotlabs/Zot/Auth.php:248
+#: ../../include/text.php:438
+msgid "older"
+msgstr "ouder"
+
+#: ../../include/text.php:440
+msgid "newer"
+msgstr "nieuwer"
+
+#: ../../include/text.php:803
+msgid "No connections"
+msgstr "Geen connecties"
+
+#: ../../include/text.php:815
#, php-format
-msgid "Welcome %s. Remote authentication successful."
-msgstr "Welkom %s. Authenticatie op afstand geslaagd."
+msgid "%d Connection"
+msgid_plural "%d Connections"
+msgstr[0] "%d connectie"
+msgstr[1] "%d connecties"
-#: ../../mod/achievements.php:34
-msgid "Some blurb about what to do when you're new here"
-msgstr "Welkom op $Projectname. Klik op de tab ontdekken of klik rechtsboven op de <a href=\"directory\">kanalengids</a>, om kanalen te vinden. Rechtsboven vind je ook <a href=\"directory\">apps</a>, waar je vrijwel alle functies van $Projectname kunt vinden. Voor <a href=\"directory\">hulp</a> met $Projectname klik je op het vraagteken."
+#: ../../include/text.php:828 ../../mod/viewconnections.php:101
+msgid "View Connections"
+msgstr "Connecties weergeven"
-#: ../../mod/chatsvc.php:111
-msgid "Away"
-msgstr "Afwezig"
+#: ../../include/text.php:886 ../../include/text.php:898
+#: ../../include/widgets.php:192 ../../mod/admin.php:1528
+#: ../../mod/admin.php:1548 ../../mod/filer.php:49 ../../mod/rbmark.php:28
+#: ../../mod/rbmark.php:100
+msgid "Save"
+msgstr "Opslaan"
-#: ../../mod/chatsvc.php:115
-msgid "Online"
-msgstr "Online"
+#: ../../include/text.php:972
+msgid "poke"
+msgstr "aanstoten"
-#: ../../mod/pubsites.php:18
-msgid "Public Sites"
-msgstr "Openbare hubs"
+#: ../../include/text.php:973
+msgid "ping"
+msgstr "ping"
-#: ../../mod/pubsites.php:21
-msgid ""
-"The listed sites allow public registration for the $Projectname network. All"
-" sites in the network are interlinked so membership on any of them conveys "
-"membership in the network as a whole. Some sites may require subscription or"
-" provide tiered service plans. The provider links <strong>may</strong> "
-"provide additional details."
-msgstr "Op de hier weergegeven hubs kan iedereen zich voor het $Projectname-netwerk aanmelden. Alle hubs in het $Projectname-netwerk zijn met elkaar verbonden, dus maakt het qua lidmaatschap niet uit waar je je aanmeldt. Op sommige hubs heb je eerst goedkeuring nodig en sommige hubs vereisen betaalde abonnementen voor uitbreidingen. <strong>Mogelijk</strong> wordt hierover op de hub zelf meer informatie gegeven."
+#: ../../include/text.php:973
+msgid "pinged"
+msgstr "gepingd"
-#: ../../mod/pubsites.php:27
-msgid "Rate this hub"
-msgstr "Beoordeel deze hub"
+#: ../../include/text.php:974
+msgid "prod"
+msgstr "por"
-#: ../../mod/pubsites.php:28
-msgid "Site URL"
-msgstr "URL hub"
+#: ../../include/text.php:974
+msgid "prodded"
+msgstr "gepord"
-#: ../../mod/pubsites.php:28
-msgid "Access Type"
-msgstr "Toegangstype"
+#: ../../include/text.php:975
+msgid "slap"
+msgstr "slaan"
-#: ../../mod/pubsites.php:28
-msgid "Registration Policy"
-msgstr "Registratiebeleid"
+#: ../../include/text.php:975
+msgid "slapped"
+msgstr "sloeg"
-#: ../../mod/pubsites.php:28
-msgid "Project"
-msgstr "Project"
+#: ../../include/text.php:976
+msgid "finger"
+msgstr "finger"
-#: ../../mod/pubsites.php:28
-msgid "View hub ratings"
-msgstr "Bekijk hubbeoordelingen"
+#: ../../include/text.php:976
+msgid "fingered"
+msgstr "gefingerd"
-#: ../../mod/pubsites.php:32
-msgid "Rate"
-msgstr "Beoordeel"
+#: ../../include/text.php:977
+msgid "rebuff"
+msgstr "afpoeieren"
-#: ../../mod/pubsites.php:33
-msgid "View ratings"
-msgstr "Bekijk beoordelingen"
+#: ../../include/text.php:977
+msgid "rebuffed"
+msgstr "afgepoeierd"
-#: ../../mod/tagger.php:96
-#, php-format
-msgid "%1$s tagged %2$s's %3$s with %4$s"
-msgstr "%1$s heeft het %3$s van %2$s getagd met %4$s"
+#: ../../include/text.php:987
+msgid "happy"
+msgstr "gelukkig"
-#: ../../mod/rate.php:158
-msgid "Website:"
-msgstr "Website:"
+#: ../../include/text.php:988
+msgid "sad"
+msgstr "bedroefd"
-#: ../../mod/rate.php:161
-#, php-format
-msgid "Remote Channel [%s] (not yet known on this site)"
-msgstr "Kanaal op afstand [%s] (nog niet op deze hub bekend)"
+#: ../../include/text.php:989
+msgid "mellow"
+msgstr "mellow"
-#: ../../mod/rate.php:162
-msgid "Rating (this information is public)"
-msgstr "Beoordeling (deze informatie is openbaar)"
+#: ../../include/text.php:990
+msgid "tired"
+msgstr "moe"
-#: ../../mod/rate.php:163
-msgid "Optionally explain your rating (this information is public)"
-msgstr "Verklaar jouw beoordeling (niet verplicht, deze informatie is openbaar)"
+#: ../../include/text.php:991
+msgid "perky"
+msgstr "parmantig"
-#: ../../mod/blocks.php:95 ../../mod/blocks.php:148
-msgid "Block Name"
-msgstr "Bloknaam"
+#: ../../include/text.php:992
+msgid "angry"
+msgstr "boos"
-#: ../../mod/blocks.php:149
-msgid "Block Title"
-msgstr "Bloktitel"
+#: ../../include/text.php:993
+msgid "stupefied"
+msgstr "verbijsterd"
-#: ../../mod/id.php:11
-msgid "First Name"
-msgstr "Voornaam"
+#: ../../include/text.php:994
+msgid "puzzled"
+msgstr "verward"
-#: ../../mod/id.php:12
-msgid "Last Name"
-msgstr "Achternaam"
+#: ../../include/text.php:995
+msgid "interested"
+msgstr "geïnteresseerd"
-#: ../../mod/id.php:13
-msgid "Nickname"
-msgstr "Bijnaam"
+#: ../../include/text.php:996
+msgid "bitter"
+msgstr "verbitterd"
-#: ../../mod/id.php:14
-msgid "Full Name"
-msgstr "Volledige naam"
+#: ../../include/text.php:997
+msgid "cheerful"
+msgstr "vrolijk"
-#: ../../mod/id.php:20
-msgid "Profile Photo 16px"
-msgstr "Profielfoto 16px"
+#: ../../include/text.php:998
+msgid "alive"
+msgstr "levendig"
-#: ../../mod/id.php:21
-msgid "Profile Photo 32px"
-msgstr "Profielfoto 32px"
+#: ../../include/text.php:999
+msgid "annoyed"
+msgstr "geërgerd"
-#: ../../mod/id.php:22
-msgid "Profile Photo 48px"
-msgstr "Profielfoto 48px"
+#: ../../include/text.php:1000
+msgid "anxious"
+msgstr "bezorgd"
-#: ../../mod/id.php:23
-msgid "Profile Photo 64px"
-msgstr "Profielfoto 64px"
+#: ../../include/text.php:1001
+msgid "cranky"
+msgstr "humeurig"
-#: ../../mod/id.php:24
-msgid "Profile Photo 80px"
-msgstr "Profielfoto 80px"
+#: ../../include/text.php:1002
+msgid "disturbed"
+msgstr "verontrust"
-#: ../../mod/id.php:25
-msgid "Profile Photo 128px"
-msgstr "Profielfoto 128px"
+#: ../../include/text.php:1003
+msgid "frustrated"
+msgstr "gefrustreerd "
-#: ../../mod/id.php:26
-msgid "Timezone"
-msgstr "Tijdzone"
+#: ../../include/text.php:1004
+msgid "depressed"
+msgstr "gedeprimeerd"
-#: ../../mod/id.php:27
-msgid "Homepage URL"
-msgstr "URL homepagina"
+#: ../../include/text.php:1005
+msgid "motivated"
+msgstr "gemotiveerd"
-#: ../../mod/id.php:29
-msgid "Birth Year"
-msgstr "Geboortejaar"
+#: ../../include/text.php:1006
+msgid "relaxed"
+msgstr "ontspannen"
-#: ../../mod/id.php:30
-msgid "Birth Month"
-msgstr "Geboortemaand"
+#: ../../include/text.php:1007
+msgid "surprised"
+msgstr "verrast"
-#: ../../mod/id.php:31
-msgid "Birth Day"
-msgstr "Geboortedag"
+#: ../../include/text.php:1183
+msgid "May"
+msgstr "mei"
-#: ../../mod/id.php:32
-msgid "Birthdate"
-msgstr "Geboortedatum"
+#: ../../include/text.php:1260 ../../include/text.php:1264
+msgid "Unknown Attachment"
+msgstr "Onbekende bijlage"
-#: ../../mod/id.php:33 ../../mod/profiles.php:441
-msgid "Gender"
-msgstr "Geslacht"
+#: ../../include/text.php:1266
+msgid "unknown"
+msgstr "onbekend"
-#: ../../mod/like.php:15
-msgid "Like/Dislike"
-msgstr "Leuk/niet leuk"
+#: ../../include/text.php:1302
+msgid "remove category"
+msgstr "categorie verwijderen"
-#: ../../mod/like.php:20
-msgid "This action is restricted to members."
-msgstr "Deze actie kan alleen door $Projectname-leden worden uitgevoerd."
+#: ../../include/text.php:1379
+msgid "remove from file"
+msgstr "uit map verwijderen"
-#: ../../mod/like.php:21
-msgid ""
-"Please <a href=\"rmagic\">login with your $Projectname ID</a> or <a "
-"href=\"register\">register as a new $Projectname member</a> to continue."
-msgstr "Je dient <a href=\"rmagic\">in te loggen met je $Projectname-account</a> of <a href=\"register\">een nieuw $Projectname-account aan te maken</a> om verder te kunnen gaan."
+#: ../../include/text.php:1521 ../../include/text.php:1532
+msgid "Click to open/close"
+msgstr "Klik om te openen of te sluiten"
-#: ../../mod/like.php:101 ../../mod/like.php:127 ../../mod/like.php:165
-msgid "Invalid request."
-msgstr "Ongeldig verzoek"
+#: ../../include/text.php:1716 ../../mod/events.php:623
+msgid "Link to Source"
+msgstr "Originele locatie"
-#: ../../mod/like.php:142
-msgid "thing"
-msgstr "ding"
+#: ../../include/text.php:1737 ../../include/text.php:1809
+msgid "default"
+msgstr "standaard"
-#: ../../mod/like.php:188
-msgid "Channel unavailable."
-msgstr "Kanaal niet beschikbaar."
+#: ../../include/text.php:1745
+msgid "Page layout"
+msgstr "Pagina-lay-out"
-#: ../../mod/like.php:236
-msgid "Previous action reversed."
-msgstr "Vorige actie omgedraaid"
+#: ../../include/text.php:1745
+msgid "You can create your own with the layouts tool"
+msgstr "Je kan jouw eigen lay-out ontwerpen onder lay-outs"
-#: ../../mod/like.php:414
-#, php-format
-msgid "%1$s agrees with %2$s's %3$s"
-msgstr "%1$s is het eens met %2$s's %3$s"
+#: ../../include/text.php:1787
+msgid "Page content type"
+msgstr "Opmaaktype pagina"
-#: ../../mod/like.php:416
-#, php-format
-msgid "%1$s doesn't agree with %2$s's %3$s"
-msgstr "%1$s is het niet eens met %2$s's %3$s"
+#: ../../include/text.php:1821
+msgid "Select an alternate language"
+msgstr "Kies een andere taal"
-#: ../../mod/like.php:418
-#, php-format
-msgid "%1$s abstains from a decision on %2$s's %3$s"
-msgstr "%1$s onthoudt zich van een besluit over %2$s's %3$s"
+#: ../../include/text.php:1953
+msgid "activity"
+msgstr "activiteit"
-#: ../../mod/like.php:420
-#, php-format
-msgid "%1$s is attending %2$s's %3$s"
-msgstr "%1$s is aanwezig op %2$s's %3$s"
+#: ../../include/text.php:2248
+msgid "Design Tools"
+msgstr "Ontwerp-hulpmiddelen"
-#: ../../mod/like.php:422
-#, php-format
-msgid "%1$s is not attending %2$s's %3$s"
-msgstr "%1$s is niet aanwezig op %2$s's %3$s"
+#: ../../include/text.php:2251 ../../mod/blocks.php:147
+msgid "Blocks"
+msgstr "Blokken"
-#: ../../mod/like.php:424
-#, php-format
-msgid "%1$s may attend %2$s's %3$s"
-msgstr "%1$s is mogelijk aanwezig op %2$s's %3$s"
+#: ../../include/text.php:2252 ../../mod/menu.php:103
+msgid "Menus"
+msgstr "Menu's"
-#: ../../mod/like.php:520
-msgid "Action completed."
-msgstr "Actie voltooid"
+#: ../../include/text.php:2253 ../../mod/layouts.php:174
+msgid "Layouts"
+msgstr "Lay-outs"
-#: ../../mod/like.php:521
-msgid "Thank you."
-msgstr "Bedankt"
+#: ../../include/text.php:2254
+msgid "Pages"
+msgstr "Pagina's"
-#: ../../mod/page.php:36 ../../mod/block.php:27
-msgid "Invalid item."
-msgstr "Ongeldig item."
+#: ../../include/widgets.php:93
+msgid "System"
+msgstr "Systeem"
-#: ../../mod/page.php:52 ../../mod/wall_upload.php:29 ../../mod/block.php:39
-msgid "Channel not found."
-msgstr "Kanaal niet gevonden."
+#: ../../include/widgets.php:96
+msgid "Create Personal App"
+msgstr "Persoonlijke app maken"
-#: ../../mod/page.php:89 ../../mod/display.php:110 ../../mod/help.php:216
-#: ../../mod/block.php:75 ../../index.php:241
-msgid "Page not found."
-msgstr "Pagina niet gevonden."
+#: ../../include/widgets.php:97
+msgid "Edit Personal App"
+msgstr "Persoonlijke app bewerken"
-#: ../../mod/page.php:126
-msgid ""
-"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod "
-"tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,"
-" quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo "
-"consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse "
-"cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat "
-"non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
-msgstr "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
+#: ../../include/widgets.php:139 ../../mod/suggest.php:54
+msgid "Ignore/Hide"
+msgstr "Negeren/Verbergen"
-#: ../../mod/removeme.php:29
-msgid ""
-"Channel removals are not allowed within 48 hours of changing the account "
-"password."
-msgstr "Het verwijderen van een kanaal is niet toegestaan binnen 48 uur nadat het wachtwoord van het account is veranderd."
+#: ../../include/widgets.php:144 ../../mod/connections.php:125
+msgid "Suggestions"
+msgstr "Voorgestelde kanalen"
-#: ../../mod/removeme.php:57
-msgid "Remove This Channel"
-msgstr "Verwijder dit kanaal"
+#: ../../include/widgets.php:145
+msgid "See more..."
+msgstr "Meer..."
-#: ../../mod/removeme.php:58 ../../mod/removeaccount.php:58
-msgid "WARNING: "
-msgstr "WAARSCHUWING: "
+#: ../../include/widgets.php:166
+#, php-format
+msgid "You have %1$.0f of %2$.0f allowed connections."
+msgstr "Je hebt %1$.0f van de %2$.0f toegestane connecties."
-#: ../../mod/removeme.php:58
-msgid "This channel will be completely removed from the network. "
-msgstr "Dit kanaal wordt volledig uit het $Projectname-netwerk verwijderd."
+#: ../../include/widgets.php:172
+msgid "Add New Connection"
+msgstr "Nieuwe connectie toevoegen"
-#: ../../mod/removeme.php:58 ../../mod/removeaccount.php:58
-msgid "This action is permanent and can not be undone!"
-msgstr "Deze handeling is van permanente aard en kan niet meer worden teruggedraaid!"
+#: ../../include/widgets.php:173
+msgid "Enter the channel address"
+msgstr "Vul het adres van het nieuwe kanaal in"
-#: ../../mod/removeme.php:59 ../../mod/removeaccount.php:59
-msgid "Please enter your password for verification:"
-msgstr "Vul je wachtwoord in ter verificatie:"
+#: ../../include/widgets.php:174
+msgid "Example: bob@example.com, http://example.com/barbara"
+msgstr "Voorbeeld: bob@example.com, http://example.com/barbara"
-#: ../../mod/removeme.php:60
-msgid "Remove this channel and all its clones from the network"
-msgstr "Dit kanaal en alle klonen hiervan uit het $Projectname-netwerk verwijderen"
+#: ../../include/widgets.php:190
+msgid "Notes"
+msgstr "Aantekeningen"
-#: ../../mod/removeme.php:60
-msgid ""
-"By default only the instance of the channel located on this hub will be "
-"removed from the network"
-msgstr "Standaard wordt alleen het kanaal dat zich op deze hub bevindt uit het $Projectname-netwerk verwijderd"
+#: ../../include/widgets.php:266
+msgid "Remove term"
+msgstr "Verwijder zoekterm"
-#: ../../mod/removeme.php:61 ../../mod/settings.php:1112
-msgid "Remove Channel"
-msgstr "Kanaal verwijderen"
+#: ../../include/widgets.php:349
+msgid "Archives"
+msgstr "Archieven"
-#: ../../mod/mood.php:132
-msgid "Set your current mood and tell your friends"
-msgstr "Noteer je huidige stemming en toon het aan je connecties"
+#: ../../include/widgets.php:428 ../../mod/connedit.php:577
+msgid "Me"
+msgstr "Ik"
-#: ../../mod/new_channel.php:109
-msgid "Add a Channel"
-msgstr "Kanaal toevoegen"
+#: ../../include/widgets.php:429 ../../mod/connedit.php:578
+msgid "Family"
+msgstr "Familie"
-#: ../../mod/new_channel.php:110
-msgid ""
-"A channel is your own collection of related web pages. A channel can be used"
-" to hold social network profiles, blogs, conversation groups and forums, "
-"celebrity pages, and much more. You may create as many channels as your "
-"service provider allows."
-msgstr "Naast een account moet je tenminste één kanaal aanmaken. Een kanaal is een persoonlijke verzameling (gerelateerde) berichten en media, zoals je misschien gewend bent van sociale netwerken. Een kanaal kan gebruikt worden voor social media, een blog, forum, en voor veel meer. Je kan net zoveel kanalen aanmaken als dat de eigenaar/beheerder van jouw hub toestaat."
+#: ../../include/widgets.php:431 ../../mod/connedit.php:580
+msgid "Acquaintances"
+msgstr "Kennissen"
-#: ../../mod/new_channel.php:112 ../../mod/sources.php:103
-#: ../../mod/sources.php:137
-msgid "Channel Name"
-msgstr "Kanaalnaam"
+#: ../../include/widgets.php:432 ../../mod/connections.php:88
+#: ../../mod/connections.php:103 ../../mod/connedit.php:581
+msgid "All"
+msgstr "Alles"
-#: ../../mod/new_channel.php:113
-msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "
-msgstr "Jouw naam of een andere relevante naam. Voorbeelden: \"Jan Pietersen\", \"Willems weblog\", \"Familieforum\""
+#: ../../include/widgets.php:451
+msgid "Refresh"
+msgstr "Vernieuwen"
-#: ../../mod/new_channel.php:114
-msgid "Choose a short nickname"
-msgstr "Korte bijnaam"
+#: ../../include/widgets.php:485
+msgid "Account settings"
+msgstr "Account"
-#: ../../mod/new_channel.php:115
-msgid ""
-"Your nickname will be used to create an easily remembered channel address "
-"(like an email address) which you can share with others."
-msgstr "Deze bijnaam (geen spaties) wordt gebruikt om een makkelijk te onthouden kanaaladres (zoals een e-mailadres) en het internetadres (URL) van jouw kanaal aan te maken, die je dan met anderen kunt delen. Voorbeeld: <b>janp</b> wordt <em>janp@jouw_hub.nl</em> en <em>https://jouw_hub.nl/channel/janp</em>."
+#: ../../include/widgets.php:491
+msgid "Channel settings"
+msgstr "Kanaal"
-#: ../../mod/new_channel.php:116
-msgid "Or <a href=\"import\">import an existing channel</a> from another location"
-msgstr "Of <a href=\"import\">importeer een bestaand kanaal</a> vanaf een andere locatie."
+#: ../../include/widgets.php:500
+msgid "Additional features"
+msgstr "Extra functies"
-#: ../../mod/new_channel.php:118
-msgid ""
-"Please choose a channel type (such as social networking or community forum) "
-"and privacy requirements so we can select the best permissions for you"
-msgstr "Kies een kanaaltype en het door jouw gewenste privacy-niveau, zodat automatisch de beste permissies kunnen worden ingesteld. Dit kan later, indien gewenst, worden veranderd."
+#: ../../include/widgets.php:507
+msgid "Feature/Addon settings"
+msgstr "Extra functie- en plugin-instellingen"
-#: ../../mod/new_channel.php:119
-msgid "Channel Type"
-msgstr "Kanaaltype"
+#: ../../include/widgets.php:513
+msgid "Display settings"
+msgstr "Weergave"
-#: ../../mod/new_channel.php:119
-msgid "Read more about roles"
-msgstr "Lees meer over kanaaltypes"
+#: ../../include/widgets.php:519
+msgid "Connected apps"
+msgstr "Verbonden applicaties"
-#: ../../mod/ratings.php:69
-msgid "No ratings"
-msgstr "Geen beoordelingen"
+#: ../../include/widgets.php:525
+msgid "Export channel"
+msgstr "Kanaal exporteren"
-#: ../../mod/ratings.php:82 ../../mod/display.php:13
-#: ../../mod/directory.php:59 ../../mod/photos.php:490 ../../mod/search.php:13
-#: ../../mod/viewconnections.php:17
-msgid "Public access denied."
-msgstr "Openbare toegang geweigerd."
+#: ../../include/widgets.php:533 ../../mod/connedit.php:689
+msgid "Connection Default Permissions"
+msgstr "Standaard permissies voor connecties"
-#: ../../mod/ratings.php:99
-msgid "Ratings"
-msgstr "Waarderingen"
+#: ../../include/widgets.php:541
+msgid "Premium Channel Settings"
+msgstr "Instellingen premiumkanaal"
-#: ../../mod/ratings.php:100
-msgid "Rating: "
-msgstr "Waardering: "
+#: ../../include/widgets.php:571
+msgid "Private Mail Menu"
+msgstr "Privéberichten"
-#: ../../mod/ratings.php:101
-msgid "Website: "
-msgstr "Website: "
+#: ../../include/widgets.php:573
+msgid "Combined View"
+msgstr "Gecombineerd postvak"
-#: ../../mod/ratings.php:103
-msgid "Description: "
-msgstr "Omschrijving: "
+#: ../../include/widgets.php:607 ../../include/widgets.php:619
+msgid "Conversations"
+msgstr "Conversaties"
-#: ../../mod/setup.php:191
-msgid "$Projectname Server - Setup"
-msgstr "$Projectname Server - Setup"
+#: ../../include/widgets.php:611
+msgid "Received Messages"
+msgstr "Ontvangen berichten"
-#: ../../mod/setup.php:195
-msgid "Could not connect to database."
-msgstr "Could not connect to database."
+#: ../../include/widgets.php:615
+msgid "Sent Messages"
+msgstr "Verzonden berichten"
-#: ../../mod/setup.php:199
-msgid ""
-"Could not connect to specified site URL. Possible SSL certificate or DNS "
-"issue."
-msgstr "Could not connect to specified hub URL. Possible SSL certificate or DNS issue."
+#: ../../include/widgets.php:629
+msgid "No messages."
+msgstr "Geen berichten"
-#: ../../mod/setup.php:206
-msgid "Could not create table."
-msgstr "Could not create table."
+#: ../../include/widgets.php:647
+msgid "Delete conversation"
+msgstr "Verwijder conversatie"
-#: ../../mod/setup.php:211
-msgid "Your site database has been installed."
-msgstr "Your hub database has been installed."
+#: ../../include/widgets.php:673
+msgid "Events Menu"
+msgstr "Agenda-menu"
-#: ../../mod/setup.php:215
-msgid ""
-"You may need to import the file \"install/schema_xxx.sql\" manually using a "
-"database client."
-msgstr "You may need to import the file \"install/schema_xxx.sql\" manually using a database client."
+#: ../../include/widgets.php:674
+msgid "Day View"
+msgstr "Dag tonen"
-#: ../../mod/setup.php:216 ../../mod/setup.php:284 ../../mod/setup.php:734
-msgid "Please see the file \"install/INSTALL.txt\"."
-msgstr "Please see the file \"install/INSTALL.txt\"."
+#: ../../include/widgets.php:675
+msgid "Week View"
+msgstr "Week tonen"
-#: ../../mod/setup.php:281
-msgid "System check"
-msgstr "System check"
+#: ../../include/widgets.php:676
+msgid "Month View"
+msgstr "Maand tonen"
-#: ../../mod/setup.php:285 ../../mod/photos.php:911 ../../mod/events.php:653
-#: ../../mod/events.php:660
-msgid "Next"
-msgstr "Volgende"
+#: ../../include/widgets.php:677 ../../mod/events.php:654
+msgid "Export"
+msgstr "Exporteren"
-#: ../../mod/setup.php:286
-msgid "Check again"
-msgstr "Check again"
+#: ../../include/widgets.php:678 ../../mod/events.php:657
+msgid "Import"
+msgstr "Importeren"
-#: ../../mod/setup.php:308
-msgid "Database connection"
-msgstr "Database connection"
+#: ../../include/widgets.php:688
+msgid "Events Tools"
+msgstr "Agenda-hulpmiddelen"
-#: ../../mod/setup.php:309
-msgid ""
-"In order to install $Projectname we need to know how to connect to your "
-"database."
-msgstr "In order to install $Projectname we need to know how to connect to your database."
+#: ../../include/widgets.php:689
+msgid "Export Calendar"
+msgstr "Exporteren"
-#: ../../mod/setup.php:310
-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."
+#: ../../include/widgets.php:690
+msgid "Import Calendar"
+msgstr "Importeren"
-#: ../../mod/setup.php:311
-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."
+#: ../../include/widgets.php:764
+msgid "Chat Rooms"
+msgstr "Chatkanalen"
-#: ../../mod/setup.php:315
-msgid "Database Server Name"
-msgstr "Database Server Name"
+#: ../../include/widgets.php:784
+msgid "Bookmarked Chatrooms"
+msgstr "Bladwijzers van chatkanalen"
-#: ../../mod/setup.php:315
-msgid "Default is 127.0.0.1"
-msgstr "Default is 127.0.0.1"
+#: ../../include/widgets.php:804
+msgid "Suggested Chatrooms"
+msgstr "Voorgestelde chatkanalen"
-#: ../../mod/setup.php:316
-msgid "Database Port"
-msgstr "Database Port"
+#: ../../include/widgets.php:931 ../../include/widgets.php:989
+msgid "photo/image"
+msgstr "foto/afbeelding"
-#: ../../mod/setup.php:316
-msgid "Communication port number - use 0 for default"
-msgstr "Communication port number - use 0 for default"
+#: ../../include/widgets.php:1084 ../../include/widgets.php:1086
+msgid "Rate Me"
+msgstr "Beoordeel mij"
-#: ../../mod/setup.php:317
-msgid "Database Login Name"
-msgstr "Database Login Name"
+#: ../../include/widgets.php:1090
+msgid "View Ratings"
+msgstr "Bekijk beoordelingen"
-#: ../../mod/setup.php:318
-msgid "Database Login Password"
-msgstr "Database Login Password"
+#: ../../include/widgets.php:1101
+msgid "Public Hubs"
+msgstr "Openbare hubs"
-#: ../../mod/setup.php:319
-msgid "Database Name"
-msgstr "Database Name"
+#: ../../include/widgets.php:1149
+msgid "Forums"
+msgstr "Forums"
-#: ../../mod/setup.php:320
-msgid "Database Type"
-msgstr "Database Type"
+#: ../../include/widgets.php:1178
+msgid "Tasks"
+msgstr "Taken"
-#: ../../mod/setup.php:322 ../../mod/setup.php:363
-msgid "Site administrator email address"
-msgstr "Hub administrator email address"
+#: ../../include/widgets.php:1187
+msgid "Documentation"
+msgstr "Documentatie"
-#: ../../mod/setup.php:322 ../../mod/setup.php:363
-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."
+#: ../../include/widgets.php:1189
+msgid "Project/Site Information"
+msgstr "Project- en hub-informatie"
-#: ../../mod/setup.php:323 ../../mod/setup.php:365
-msgid "Website URL"
-msgstr "Hub URL"
+#: ../../include/widgets.php:1190
+msgid "For Members"
+msgstr "Voor leden"
-#: ../../mod/setup.php:323 ../../mod/setup.php:365
-msgid "Please use SSL (https) URL if available."
-msgstr "Please use SSL (https) URL if available."
+#: ../../include/widgets.php:1191
+msgid "For Administrators"
+msgstr "Voor beheerders"
-#: ../../mod/setup.php:325 ../../mod/setup.php:367
-msgid "Please select a default timezone for your website"
-msgstr "Please select a default timezone for your hub"
+#: ../../include/widgets.php:1192
+msgid "For Developers"
+msgstr "Voor ontwikkelaars"
-#: ../../mod/setup.php:352
-msgid "Site settings"
-msgstr "Hub settings"
+#: ../../include/widgets.php:1217 ../../mod/admin.php:452
+msgid "Site"
+msgstr "Hub-instellingen"
-#: ../../mod/setup.php:417
-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."
+#: ../../include/widgets.php:1218
+msgid "Accounts"
+msgstr "Accounts"
-#: ../../mod/setup.php:418
-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."
-msgstr "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."
+#: ../../include/widgets.php:1219 ../../mod/admin.php:1051
+msgid "Channels"
+msgstr "Kanalen"
-#: ../../mod/setup.php:422
-msgid "PHP executable path"
-msgstr "PHP executable path"
+#: ../../include/widgets.php:1221 ../../mod/admin.php:1148
+#: ../../mod/admin.php:1188
+msgid "Plugins"
+msgstr "Plug-ins"
-#: ../../mod/setup.php:422
-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."
+#: ../../include/widgets.php:1222 ../../mod/admin.php:1348
+#: ../../mod/admin.php:1382
+msgid "Themes"
+msgstr "Thema's"
-#: ../../mod/setup.php:427
-msgid "Command line PHP"
-msgstr "Command line PHP"
+#: ../../include/widgets.php:1223
+msgid "Inspect queue"
+msgstr "Inspecteer berichtenwachtrij"
-#: ../../mod/setup.php:436
-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."
+#: ../../include/widgets.php:1224
+msgid "Profile Config"
+msgstr "Profielconfiguratie"
-#: ../../mod/setup.php:437
-msgid "This is required for message delivery to work."
-msgstr "This is required for message delivery to work."
+#: ../../include/widgets.php:1225
+msgid "DB updates"
+msgstr "Database-updates"
-#: ../../mod/setup.php:440
-msgid "PHP register_argc_argv"
-msgstr "PHP register_argc_argv"
+#: ../../include/widgets.php:1243 ../../include/widgets.php:1249
+#: ../../mod/admin.php:1467
+msgid "Logs"
+msgstr "Logboeken"
-#: ../../mod/setup.php:458
+#: ../../include/widgets.php:1248
+msgid "Plugin Features"
+msgstr "Plug-in-opties"
+
+#: ../../include/widgets.php:1250
+msgid "User registrations waiting for confirmation"
+msgstr "Accounts die op goedkeuring wachten"
+
+#: ../../include/widgets.php:1328 ../../mod/photos.php:748
+#: ../../mod/photos.php:1283
+msgid "View Photo"
+msgstr "Foto weergeven"
+
+#: ../../include/widgets.php:1345 ../../mod/photos.php:779
+msgid "Edit Album"
+msgstr "Album bewerken"
+
+#: ../../include/zot.php:676
+msgid "Invalid data packet"
+msgstr "Datapakket ongeldig"
+
+#: ../../include/zot.php:692
+msgid "Unable to verify channel signature"
+msgstr "Kanaalkenmerk kon niet worden geverifieerd. "
+
+#: ../../include/zot.php:2268
#, php-format
-msgid ""
-"Your max allowed total upload size is set to %s. Maximum size of one file to"
-" upload is set to %s. You are allowed to upload up to %d files at once."
-msgstr "Your max allowed total upload size is set to %s. Maximum size of one file to upload is set to %s. You are allowed to upload up to %d files at once."
+msgid "Unable to verify site signature for %s"
+msgstr "Hubkenmerk voor %s kon niet worden geverifieerd"
-#: ../../mod/setup.php:463
-msgid "You can adjust these settings in the servers php.ini."
-msgstr "You can adjust these settings in the servers php.ini."
+#: ../../include/zot.php:3584
+msgid "invalid target signature"
+msgstr "ongeldig doelkenmerk"
-#: ../../mod/setup.php:465
-msgid "PHP upload limits"
-msgstr "PHP upload limits"
+#: ../../index.php:238 ../../mod/help.php:213
+msgid "Not Found"
+msgstr "Niet gevonden"
-#: ../../mod/setup.php:488
-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"
+#: ../../index.php:241 ../../mod/block.php:75 ../../mod/display.php:110
+#: ../../mod/help.php:216 ../../mod/page.php:89
+msgid "Page not found."
+msgstr "Pagina niet gevonden."
-#: ../../mod/setup.php:489
-msgid ""
-"If running under Windows, please see "
-"\"http://www.php.net/manual/en/openssl.installation.php\"."
-msgstr "If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."
+#: ../../mod/achievements.php:34
+msgid "Some blurb about what to do when you're new here"
+msgstr "Welkom op $Projectname. Klik op de tab ontdekken of klik rechtsboven op de <a href=\"directory\">kanalengids</a>, om kanalen te vinden. Rechtsboven vind je ook <a href=\"directory\">apps</a>, waar je vrijwel alle functies van $Projectname kunt vinden. Voor <a href=\"directory\">hulp</a> met $Projectname klik je op het vraagteken."
-#: ../../mod/setup.php:492
-msgid "Generate encryption keys"
-msgstr "Generate encryption keys"
+#: ../../mod/acl.php:222
+msgid "network"
+msgstr "netwerk"
-#: ../../mod/setup.php:504
-msgid "libCurl PHP module"
-msgstr "libCurl PHP module"
+#: ../../mod/acl.php:232
+msgid "RSS"
+msgstr "RSS"
-#: ../../mod/setup.php:505
-msgid "GD graphics PHP module"
-msgstr "GD graphics PHP module"
+#: ../../mod/admin.php:54
+msgid "Theme settings updated."
+msgstr "Thema-instellingen bijgewerkt."
-#: ../../mod/setup.php:506
-msgid "OpenSSL PHP module"
-msgstr "OpenSSL PHP module"
+#: ../../mod/admin.php:168
+msgid "# Accounts"
+msgstr "# accounts"
-#: ../../mod/setup.php:507
-msgid "mysqli or postgres PHP module"
-msgstr "mysqli or postgres PHP module"
+#: ../../mod/admin.php:169
+msgid "# blocked accounts"
+msgstr "# geblokkeerde accounts"
-#: ../../mod/setup.php:508
-msgid "mb_string PHP module"
-msgstr "mb_string PHP module"
+#: ../../mod/admin.php:170
+msgid "# expired accounts"
+msgstr "# verlopen accounts"
-#: ../../mod/setup.php:509
-msgid "mcrypt PHP module"
-msgstr "mcrypt PHP module"
+#: ../../mod/admin.php:171
+msgid "# expiring accounts"
+msgstr "# accounts die nog moeten verlopen"
-#: ../../mod/setup.php:510
-msgid "xml PHP module"
-msgstr "xml PHP module"
+#: ../../mod/admin.php:182
+msgid "# Channels"
+msgstr "# Kanalen"
-#: ../../mod/setup.php:514 ../../mod/setup.php:516
-msgid "Apache mod_rewrite module"
-msgstr "Apache mod_rewrite module"
+#: ../../mod/admin.php:183
+msgid "# primary"
+msgstr "# primair"
-#: ../../mod/setup.php:514
+#: ../../mod/admin.php:184
+msgid "# clones"
+msgstr "# klonen"
+
+#: ../../mod/admin.php:190
+msgid "Message queues"
+msgstr "Berichtenwachtrij"
+
+#: ../../mod/admin.php:206 ../../mod/admin.php:451 ../../mod/admin.php:619
+#: ../../mod/admin.php:886 ../../mod/admin.php:1050 ../../mod/admin.php:1147
+#: ../../mod/admin.php:1187 ../../mod/admin.php:1347 ../../mod/admin.php:1381
+#: ../../mod/admin.php:1466
+msgid "Administration"
+msgstr "Beheer"
+
+#: ../../mod/admin.php:207
+msgid "Summary"
+msgstr "Samenvatting"
+
+#: ../../mod/admin.php:210
+msgid "Registered accounts"
+msgstr "Geregistreerde accounts"
+
+#: ../../mod/admin.php:211 ../../mod/admin.php:623
+msgid "Pending registrations"
+msgstr "Accounts die op goedkeuring wachten"
+
+#: ../../mod/admin.php:212
+msgid "Registered channels"
+msgstr "Geregistreerde kanalen"
+
+#: ../../mod/admin.php:213 ../../mod/admin.php:624
+msgid "Active plugins"
+msgstr "Ingeschakelde plug-ins"
+
+#: ../../mod/admin.php:214
+msgid "Version"
+msgstr "Versie"
+
+#: ../../mod/admin.php:335
+msgid "Site settings updated."
+msgstr "Hub-instellingen bijgewerkt."
+
+#: ../../mod/admin.php:372 ../../mod/settings.php:793
+msgid "mobile"
+msgstr "mobiel"
+
+#: ../../mod/admin.php:374
+msgid "experimental"
+msgstr "experimenteel"
+
+#: ../../mod/admin.php:376
+msgid "unsupported"
+msgstr "Niet ondersteund"
+
+#: ../../mod/admin.php:422
+msgid "Yes - with approval"
+msgstr "Ja - met goedkeuring"
+
+#: ../../mod/admin.php:428
+msgid "My site is not a public server"
+msgstr "Mijn $Projectname-hub is niet openbaar"
+
+#: ../../mod/admin.php:429
+msgid "My site has paid access only"
+msgstr "Mijn $Projectname-hub kent alleen betaalde toegang"
+
+#: ../../mod/admin.php:430
+msgid "My site has free access only"
+msgstr "Mijn $Projectname-hub kent alleen gratis toegang"
+
+#: ../../mod/admin.php:431
+msgid "My site offers free accounts with optional paid upgrades"
+msgstr "Mijn $Projectname-hub biedt gratis accounts aan met betaalde uitbreidingen als optie"
+
+#: ../../mod/admin.php:454 ../../mod/register.php:209
+msgid "Registration"
+msgstr "Registratie"
+
+#: ../../mod/admin.php:455
+msgid "File upload"
+msgstr "Bestand uploaden"
+
+#: ../../mod/admin.php:456
+msgid "Policies"
+msgstr "Beleid"
+
+#: ../../mod/admin.php:461
+msgid "Site name"
+msgstr "Naam van deze $Projectname-hub"
+
+#: ../../mod/admin.php:462
+msgid "Banner/Logo"
+msgstr "Banner/logo"
+
+#: ../../mod/admin.php:463
+msgid "Administrator Information"
+msgstr "Informatie over de beheerder van deze hub"
+
+#: ../../mod/admin.php:463
msgid ""
-"Error: Apache webserver mod-rewrite module is required but not installed."
-msgstr "Error: Apache webserver mod-rewrite module is required but not installed."
+"Contact information for site administrators. Displayed on siteinfo page. "
+"BBCode can be used here"
+msgstr "Contactinformatie voor hub-beheerders. Getoond op pagina met hub-informatie. Er kan hier bbcode gebruikt worden."
-#: ../../mod/setup.php:520 ../../mod/setup.php:523
-msgid "proc_open"
-msgstr "proc_open"
+#: ../../mod/admin.php:464
+msgid "System language"
+msgstr "Standaardtaal"
-#: ../../mod/setup.php:520
+#: ../../mod/admin.php:465
+msgid "System theme"
+msgstr "Standaardthema"
+
+#: ../../mod/admin.php:465
msgid ""
-"Error: proc_open is required but is either not installed or has been "
-"disabled in php.ini"
-msgstr "Error: proc_open is required but is either not installed or has been disabled in php.ini"
+"Default system theme - may be over-ridden by user profiles - <a href='#' "
+"id='cnftheme'>change theme settings</a>"
+msgstr "Standaardthema voor $Projectname-hub (kan door lid veranderd worden) - <a href='#' id='cnftheme'>verander thema-instellingen</a>"
-#: ../../mod/setup.php:528
-msgid "Error: libCURL PHP module required but not installed."
-msgstr "Error: libCURL PHP module required but not installed."
+#: ../../mod/admin.php:466
+msgid "Mobile system theme"
+msgstr "Standaardthema voor mobiel"
-#: ../../mod/setup.php:532
+#: ../../mod/admin.php:466
+msgid "Theme for mobile devices"
+msgstr "Thema voor mobiele apparaten"
+
+#: ../../mod/admin.php:468
+msgid "Allow Feeds as Connections"
+msgstr "Sta feeds toe als connecties"
+
+#: ../../mod/admin.php:468
+msgid "(Heavy system resource usage)"
+msgstr "(sterk negatieve invloed op systeembronnen hub)"
+
+#: ../../mod/admin.php:469
+msgid "Maximum image size"
+msgstr "Maximale grootte van afbeeldingen"
+
+#: ../../mod/admin.php:469
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."
+"Maximum size in bytes of uploaded images. Default is 0, which means no "
+"limits."
+msgstr "Maximale grootte in bytes voor afbeeldingen die worden geüpload. Standaard is 0, wat geen limiet betekend."
-#: ../../mod/setup.php:536
-msgid "Error: openssl PHP module required but not installed."
-msgstr "Error: openssl PHP module required but not installed."
+#: ../../mod/admin.php:470
+msgid "Does this site allow new member registration?"
+msgstr "Staat deze hub nieuwe accounts toe?"
-#: ../../mod/setup.php:540
+#: ../../mod/admin.php:471
+msgid "Invitation only"
+msgstr "Alleen op uitnodiging"
+
+#: ../../mod/admin.php:471
msgid ""
-"Error: mysqli or postgres PHP module required but neither are installed."
-msgstr "Error: mysqli or postgres PHP module required but neither are installed."
+"Only allow new member registrations with an invitation code. Above register "
+"policy must be set to Yes."
+msgstr "Sta alleen nieuwe registraties toe van mensen die een uitnodigingscode hebben. Bovenstaand accountbeleid moet op Ja staan."
-#: ../../mod/setup.php:544
-msgid "Error: mb_string PHP module required but not installed."
-msgstr "Error: mb_string PHP module required but not installed."
+#: ../../mod/admin.php:472
+msgid "Which best describes the types of account offered by this hub?"
+msgstr "Wat voor soort accounts biedt deze $Projectname-hub aan? Kies wat het meest in de buurt komt."
-#: ../../mod/setup.php:548
-msgid "Error: mcrypt PHP module required but not installed."
-msgstr "Error: mcrypt PHP module required but not installed."
+#: ../../mod/admin.php:473
+msgid "Register text"
+msgstr "Tekst tijdens registratie"
-#: ../../mod/setup.php:552
-msgid "Error: xml PHP module required for DAV but not installed."
-msgstr "Error: xml PHP module required for DAV but not installed."
+#: ../../mod/admin.php:473
+msgid "Will be displayed prominently on the registration page."
+msgstr "Tekst dat op de pagina voor het registreren van nieuwe accounts wordt getoond."
-#: ../../mod/setup.php:570
-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 folder of your web server and it is unable to do so."
+#: ../../mod/admin.php:474
+msgid "Site homepage to show visitors (default: login box)"
+msgstr "Homepagina van deze hub die aan bezoekers wordt getoond (standaard: inlogformulier)"
-#: ../../mod/setup.php:571
+#: ../../mod/admin.php:474
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, as the web server may not be able to write files in your folder - even if you can."
+"example: 'public' to show public stream, 'page/sys/home' to show a system "
+"webpage called 'home' or 'include:home.html' to include a file."
+msgstr "voorbeeld: 'public' om de openbare stream te tonen, 'page/sys/home' om de webpagina 'home' van het systeemkanaal te tonen of 'include:home.html' om een gewoon bestand te gebruiken."
-#: ../../mod/setup.php:572
+#: ../../mod/admin.php:475
+msgid "Preserve site homepage URL"
+msgstr "Behoudt de URL van de hub (/)"
+
+#: ../../mod/admin.php:475
msgid ""
-"At the end of this procedure, we will give you a text to save in a file "
-"named .htconfig.php in your Red 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 Red top folder."
+"Present the site homepage in a frame at the original location instead of "
+"redirecting"
+msgstr "Toon de homepagina van de hub in een frame op de oorspronkelijke locatie (/), i.p.v. een doorverwijzing naar een andere locatie (bv. .../home.html)"
-#: ../../mod/setup.php:573
+#: ../../mod/admin.php:476
+msgid "Accounts abandoned after x days"
+msgstr "Accounts als verlaten beschouwen na zoveel aantal dagen:"
+
+#: ../../mod/admin.php:476
msgid ""
-"You can alternatively skip this procedure and perform a manual installation."
-" Please see the file \"install/INSTALL.txt\" for instructions."
-msgstr "You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
+msgstr "Zal geen systeembronnen verspillen door polling van externe hubs voor verlaten accounts. Vul 0 in voor geen tijdslimiet."
-#: ../../mod/setup.php:576
-msgid ".htconfig.php is writable"
-msgstr ".htconfig.php is writable"
+#: ../../mod/admin.php:477
+msgid "Allowed friend domains"
+msgstr "Toegestane domeinen"
-#: ../../mod/setup.php:590
+#: ../../mod/admin.php:477
msgid ""
-"Red uses the Smarty3 template engine to render its web views. Smarty3 "
-"compiles templates to PHP to speed up rendering."
-msgstr "Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."
+"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 waarvan kanalen connecties kunnen aangaan met kanalen op deze $Projectname-hub. Wildcards zijn toegestaan.\nLaat leeg om alle domeinen toe te laten."
-#: ../../mod/setup.php:591
-#, php-format
+#: ../../mod/admin.php:478
+msgid "Allowed email domains"
+msgstr "Toegestane e-maildomeinen"
+
+#: ../../mod/admin.php:478
msgid ""
-"In order to store these compiled templates, the web server needs to have "
-"write access to the directory %s under the Red top level folder."
-msgstr "In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder."
+"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 waarvan e-mailadressen op deze hub mogen registeren. Wildcards zijn toegestaan. Laat leeg om alle domeinen toe te laten."
-#: ../../mod/setup.php:592 ../../mod/setup.php:613
+#: ../../mod/admin.php:479
+msgid "Not allowed email domains"
+msgstr "Niet toegestane e-maildomeinen"
+
+#: ../../mod/admin.php:479
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 that the user that your web server runs as (e.g. www-data) has write access to this folder."
+"Comma separated list of domains which are not allowed in email addresses for"
+" registrations to this site. Wildcards are accepted. Empty to allow any "
+"domains, unless allowed domains have been defined."
+msgstr "Door komma's gescheiden lijst met e-maildomeinen waarvan e-mailadressen niet op deze hub mogen registeren. Wildcards zijn toegestaan. Laat leeg om alle domeinen toe te staan, tenzij er toegestane domeinen zijn ingesteld. "
-#: ../../mod/setup.php:593
-#, php-format
+#: ../../mod/admin.php:480
+msgid "Block public"
+msgstr "Openbare toegang blokkeren"
+
+#: ../../mod/admin.php:480
msgid ""
-"Note: as a security measure, you should give the web server write access to "
-"%s only--not the template files (.tpl) that it contains."
-msgstr "Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."
+"Check to block public access to all otherwise public personal pages on this "
+"site unless you are currently logged in."
+msgstr "Vink dit aan om alle normaliter openbare persoonlijke pagina's op deze hub alleen toegankelijk te maken voor ingelogde leden."
-#: ../../mod/setup.php:596
-#, php-format
-msgid "%s is writable"
-msgstr "%s is writable"
+#: ../../mod/admin.php:481
+msgid "Verify Email Addresses"
+msgstr "E-mailadres verifieren"
-#: ../../mod/setup.php:612
+#: ../../mod/admin.php:481
msgid ""
-"Red uses the store directory to save uploaded files. The web server needs to"
-" have write access to the store directory under the Red top level folder"
-msgstr "Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"
+"Check to verify email addresses used in account registration (recommended)."
+msgstr "Inschakelen om e-mailadressen te verifiëren die tijdens de accountregistratie worden gebruikt (aanbevolen)."
-#: ../../mod/setup.php:616
-msgid "store is writable"
-msgstr "store is writable"
+#: ../../mod/admin.php:482
+msgid "Force publish"
+msgstr "Dwing kanaalvermelding af"
-#: ../../mod/setup.php:649
+#: ../../mod/admin.php:482
msgid ""
-"SSL certificate cannot be validated. Fix certificate or disable https access"
-" to this site."
-msgstr "SSL certificate cannot be validated. Fix certificate or disable https access to this hub."
+"Check to force all profiles on this site to be listed in the site directory."
+msgstr "Vink dit aan om af te dwingen dat alle kanalen op deze hub in de kanalengids worden vermeld."
-#: ../../mod/setup.php:650
+#: ../../mod/admin.php:483
+msgid "Import Public Streams"
+msgstr "Openbare streams importeren"
+
+#: ../../mod/admin.php:483
msgid ""
-"If you have https access to your website or allow connections to TCP port "
-"443 (the https: port), you MUST use a browser-valid certificate. You MUST "
-"NOT use self-signed certificates!"
-msgstr "If you have https access to your hub or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"
+"Import and allow access to public content pulled from other sites. Warning: "
+"this content is unmoderated."
+msgstr "Toegang verlenen tot openbare berichten die vanuit andere hubs worden geïmporteerd. Waarschuwing: de inhoud van deze berichten wordt niet gemodereerd."
-#: ../../mod/setup.php:651
+#: ../../mod/admin.php:484
+msgid "login on Homepage"
+msgstr "Inlogformulier op de homepagina"
+
+#: ../../mod/admin.php:484
msgid ""
-"This restriction is incorporated because public posts from you may for "
-"example contain references to images on your own hub."
-msgstr "This restriction is incorporated because public posts from you may for example contain references to images on your own hub."
+"Present a login box to visitors on the home page if no other content has "
+"been configured."
+msgstr "Toon een inlogformulier voor bezoekers op de homepagina wanneer geen andere inhoud is geconfigureerd. "
-#: ../../mod/setup.php:652
+#: ../../mod/admin.php:486
+msgid "Directory Server URL"
+msgstr "Server-URL voor de kanalengids"
+
+#: ../../mod/admin.php:486
+msgid "Default directory server"
+msgstr "Standaardserver voor de kanalengids"
+
+#: ../../mod/admin.php:488
+msgid "Proxy user"
+msgstr "Gebruikersnaam proxy"
+
+#: ../../mod/admin.php:489
+msgid "Proxy URL"
+msgstr "URL proxy"
+
+#: ../../mod/admin.php:490
+msgid "Network timeout"
+msgstr "Netwerktimeout"
+
+#: ../../mod/admin.php:490
+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:491
+msgid "Delivery interval"
+msgstr "Afleveringsinterval"
+
+#: ../../mod/admin.php:491
msgid ""
-"If your certificate is not recognized, members of other sites (who may "
-"themselves have valid certificates) will get a warning message on their own "
-"site complaining about security issues."
-msgstr "If your certificate is not recognized, members of other hubs (who may themselves have valid certificates) will get a warning message on their own hub complaining about security issues."
+"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 "Vertraag de achtergrondprocessen voor het afleveren met een aantal seconden om de systeembelasting te verminderen. Aanbevolen: 4-5 voor shared hosts, 2-3 voor virtual private servers (VPS) en 0-1 voor grote dedicated servers."
-#: ../../mod/setup.php:653
+#: ../../mod/admin.php:492
+msgid "Deliveries per process"
+msgstr "Leveringen per serverproces"
+
+#: ../../mod/admin.php:492
msgid ""
-"This can cause usability issues elsewhere (not just on your own site) so we "
-"must insist on this requirement."
-msgstr "This can cause usability issues elsewhere (not just on your own hub) so we must insist on this requirement."
+"Number of deliveries to attempt in a single operating system process. Adjust"
+" if necessary to tune system performance. Recommend: 1-5."
+msgstr "Aantal leveringen die aan één serverproces worden meegegeven. Pas dit aan wanneer het nodig is om systeemprestaties te verbeteren. Aangeraden: 1-5"
-#: ../../mod/setup.php:654
+#: ../../mod/admin.php:493
+msgid "Poll interval"
+msgstr "Poll-interval"
+
+#: ../../mod/admin.php:493
msgid ""
-"Providers are available that issue free certificates which are browser-"
-"valid."
-msgstr "Providers are available that issue free certificates which are browser-valid."
+"Delay background polling processes by this many seconds to reduce system "
+"load. If 0, use delivery interval."
+msgstr "De achtergrondprocessen voor het afleveren met zoveel seconden vertragen om de systeembelasting te verminderen. 0 om de afleveringsinterval te gebruiken."
-#: ../../mod/setup.php:656
-msgid "SSL certificate validation"
-msgstr "SSL certificate validation"
+#: ../../mod/admin.php:494
+msgid "Maximum Load Average"
+msgstr "Maximaal gemiddelde systeembelasting"
-#: ../../mod/setup.php:662
+#: ../../mod/admin.php:494
msgid ""
-"Url rewrite in .htaccess is not working. Check your server "
-"configuration.Test: "
-msgstr "Url rewrite in .htaccess is not working. Check your server configuration.Test: "
+"Maximum system load before delivery and poll processes are deferred - "
+"default 50."
+msgstr "Maximale systeembelasting voordat de afleverings- en polllingsprocessen worden uitgesteld. Standaard is 50."
-#: ../../mod/setup.php:665
-msgid "Url rewrite is working"
-msgstr "Url rewrite is working"
+#: ../../mod/admin.php:495
+msgid "Expiration period in days for imported (matrix/network) content"
+msgstr "Aantal dagen waarna geïmporteerde inhoud uit iemands matrix/netwerk-pagina wordt verwijderd."
-#: ../../mod/setup.php:674
+#: ../../mod/admin.php:495
+msgid "0 for no expiration of imported content"
+msgstr "Dit geldt alleen voor inhoud van andere kanalen, dus niet voor iemands eigen kanaal. 0 voor het niet verwijderen van geïmporteerde inhoud."
+
+#: ../../mod/admin.php:585 ../../mod/admin.php:586 ../../mod/settings.php:717
+msgid "Off"
+msgstr "Uit"
+
+#: ../../mod/admin.php:585 ../../mod/admin.php:586 ../../mod/settings.php:717
+msgid "On"
+msgstr "Aan"
+
+#: ../../mod/admin.php:586
+#, php-format
+msgid "Lock feature %s"
+msgstr " Vergrendel de functie '%s'"
+
+#: ../../mod/admin.php:594
+msgid "Manage Additional Features"
+msgstr "Beheer - Extra functies"
+
+#: ../../mod/admin.php:611
+msgid "No server found"
+msgstr "Geen hub gevonden"
+
+#: ../../mod/admin.php:618 ../../mod/admin.php:900
+msgid "ID"
+msgstr "ID"
+
+#: ../../mod/admin.php:618
+msgid "for channel"
+msgstr "voor kanaal"
+
+#: ../../mod/admin.php:618
+msgid "on server"
+msgstr "op hub"
+
+#: ../../mod/admin.php:618
+msgid "Status"
+msgstr "Status"
+
+#: ../../mod/admin.php:620
+msgid "Server"
+msgstr "Hubbeheer"
+
+#: ../../mod/admin.php:637
+msgid "Update has been marked successful"
+msgstr "Update is als succesvol gemarkeerd"
+
+#: ../../mod/admin.php:647
+#, php-format
+msgid "Executing %s failed. Check system logs."
+msgstr "Uitvoeren van %s is mislukt. Controleer systeemlogboek."
+
+#: ../../mod/admin.php:650
+#, php-format
+msgid "Update %s was successfully applied."
+msgstr "Update %s was geslaagd."
+
+#: ../../mod/admin.php:654
+#, php-format
+msgid "Update %s did not return a status. Unknown if it succeeded."
+msgstr "Update %s gaf geen melding. Het is daarom niet bekend of deze geslaagd is."
+
+#: ../../mod/admin.php:657
+#, php-format
+msgid "Update function %s could not be found."
+msgstr "Update-functie %s kon niet gevonden worden."
+
+#: ../../mod/admin.php:673
+msgid "No failed updates."
+msgstr "Geen mislukte updates."
+
+#: ../../mod/admin.php:677
+msgid "Failed Updates"
+msgstr "Mislukte updates"
+
+#: ../../mod/admin.php:679
+msgid "Mark success (if update was manually applied)"
+msgstr "Markeer als geslaagd (wanneer de update handmatig was uitgevoerd)"
+
+#: ../../mod/admin.php:680
+msgid "Attempt to execute this update step automatically"
+msgstr "Poging om deze stap van de update automatisch uit te voeren."
+
+#: ../../mod/admin.php:711
+msgid "Queue Statistics"
+msgstr "Wachtrij-statistieken"
+
+#: ../../mod/admin.php:712
+msgid "Total Entries"
+msgstr "Aantal vermeldingen"
+
+#: ../../mod/admin.php:713
+msgid "Priority"
+msgstr "Prioriteit"
+
+#: ../../mod/admin.php:714
+msgid "Destination URL"
+msgstr "Doel-URL"
+
+#: ../../mod/admin.php:715
+msgid "Mark hub permanently offline"
+msgstr "Hub als permanent offline markeren"
+
+#: ../../mod/admin.php:716
+msgid "Empty queue for this hub"
+msgstr "Berichtenwachtrij voor deze hub legen"
+
+#: ../../mod/admin.php:717
+msgid "Last known contact"
+msgstr "Voor het laatst contact"
+
+#: ../../mod/admin.php:753
+#, php-format
+msgid "%s account blocked/unblocked"
+msgid_plural "%s account blocked/unblocked"
+msgstr[0] "%s account geblokkeerd/gedeblokkeerd"
+msgstr[1] "%s accounts geblokkeerd/gedeblokkeerd"
+
+#: ../../mod/admin.php:761
+#, php-format
+msgid "%s account deleted"
+msgid_plural "%s accounts deleted"
+msgstr[0] "%s account verwijderd"
+msgstr[1] "%s accounts verwijderd"
+
+#: ../../mod/admin.php:797
+msgid "Account not found"
+msgstr "Account niet gevonden"
+
+#: ../../mod/admin.php:809
+#, php-format
+msgid "Account '%s' deleted"
+msgstr "Account '%s' verwijderd"
+
+#: ../../mod/admin.php:817
+#, php-format
+msgid "Account '%s' blocked"
+msgstr "Account '%s' geblokkeerd"
+
+#: ../../mod/admin.php:825
+#, php-format
+msgid "Account '%s' unblocked"
+msgstr "Account '%s' gedeblokkeerd"
+
+#: ../../mod/admin.php:887 ../../mod/admin.php:899
+msgid "Users"
+msgstr "Accounts"
+
+#: ../../mod/admin.php:889 ../../mod/admin.php:1053
+msgid "select all"
+msgstr "alles selecteren"
+
+#: ../../mod/admin.php:890
+msgid "User registrations waiting for confirm"
+msgstr "Accounts die op goedkeuring wachten"
+
+#: ../../mod/admin.php:891
+msgid "Request date"
+msgstr "Tijd/datum verzoek"
+
+#: ../../mod/admin.php:892
+msgid "No registrations."
+msgstr "Geen verzoeken."
+
+#: ../../mod/admin.php:893 ../../mod/connedit.php:716
+msgid "Approve"
+msgstr "Goedkeuren"
+
+#: ../../mod/admin.php:894
+msgid "Deny"
+msgstr "Afkeuren"
+
+#: ../../mod/admin.php:896 ../../mod/connedit.php:525
+msgid "Block"
+msgstr "Blokkeren"
+
+#: ../../mod/admin.php:897 ../../mod/connedit.php:525
+msgid "Unblock"
+msgstr "Deblokkeren"
+
+#: ../../mod/admin.php:900
+msgid "Register date"
+msgstr "Geregistreerd"
+
+#: ../../mod/admin.php:900
+msgid "Last login"
+msgstr "Laatste keer ingelogd"
+
+#: ../../mod/admin.php:900
+msgid "Expires"
+msgstr "Verloopt"
+
+#: ../../mod/admin.php:900
+msgid "Service Class"
+msgstr "Abonnementen"
+
+#: ../../mod/admin.php:902
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."
+"Selected accounts will be deleted!\\n\\nEverything these accounts had posted"
+" on this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "Geselecteerde accounts (met bijbehorende kanalen) worden verwijderd!\\n\\nAlles wat deze accounts op deze hub hebben gepubliceerd wordt definitief verwijderd!\\n\\Weet je het zeker?"
-#: ../../mod/setup.php:698
-msgid "Errors encountered creating database tables."
-msgstr "Errors encountered creating database tables."
+#: ../../mod/admin.php:903
+msgid ""
+"The account {0} will be deleted!\\n\\nEverything this account has posted on "
+"this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "Account {0} (met bijbehorende kanalen) wordt verwijderd !\\n\\nAlles wat dit account op deze hub heeft gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?"
-#: ../../mod/setup.php:732
-msgid "<h1>What next</h1>"
-msgstr "<h1>Wat nu</h1>"
+#: ../../mod/admin.php:939
+#, php-format
+msgid "%s channel censored/uncensored"
+msgid_plural "%s channels censored/uncensored"
+msgstr[0] "%s kanaal gecensureerd/ongecensureerd"
+msgstr[1] "%s kanalen gecensureerd/ongecensureerd"
-#: ../../mod/setup.php:733
+#: ../../mod/admin.php:948
+#, php-format
+msgid "%s channel code allowed/disallowed"
+msgid_plural "%s channels code allowed/disallowed"
+msgstr[0] "Scripts toegestaan/niet toegestaan voor %s kanaal"
+msgstr[1] "Scripts toegestaan/niet toegestaan voor %s kanalen"
+
+#: ../../mod/admin.php:955
+#, php-format
+msgid "%s channel deleted"
+msgid_plural "%s channels deleted"
+msgstr[0] "%s kanaal verwijderd"
+msgstr[1] "%s kanalen verwijderd"
+
+#: ../../mod/admin.php:975
+msgid "Channel not found"
+msgstr "Kanaal niet gevonden"
+
+#: ../../mod/admin.php:986
+#, php-format
+msgid "Channel '%s' deleted"
+msgstr "Kanaal '%s' verwijderd"
+
+#: ../../mod/admin.php:998
+#, php-format
+msgid "Channel '%s' censored"
+msgstr "Kanaal '%s' gecensureerd"
+
+#: ../../mod/admin.php:998
+#, php-format
+msgid "Channel '%s' uncensored"
+msgstr "Kanaal '%s' ongecensureerd"
+
+#: ../../mod/admin.php:1009
+#, php-format
+msgid "Channel '%s' code allowed"
+msgstr "Scripts toegestaan voor kanaal '%s'"
+
+#: ../../mod/admin.php:1009
+#, php-format
+msgid "Channel '%s' code disallowed"
+msgstr "Scripts niet toegestaan voor kanaal '%s'"
+
+#: ../../mod/admin.php:1055
+msgid "Censor"
+msgstr "Censureren"
+
+#: ../../mod/admin.php:1056
+msgid "Uncensor"
+msgstr "Niet censureren"
+
+#: ../../mod/admin.php:1057
+msgid "Allow Code"
+msgstr "Scripts toestaan"
+
+#: ../../mod/admin.php:1058
+msgid "Disallow Code"
+msgstr "Scripts niet toestaan"
+
+#: ../../mod/admin.php:1060
+msgid "UID"
+msgstr "UID"
+
+#: ../../mod/admin.php:1060 ../../mod/profiles.php:457
+msgid "Address"
+msgstr "Kanaaladres"
+
+#: ../../mod/admin.php:1062
msgid ""
-"IMPORTANT: You will need to [manually] setup a scheduled task for the "
-"poller."
-msgstr "IMPORTANT: You will need to [manually] setup a scheduled task for the poller."
+"Selected channels will be deleted!\\n\\nEverything that was posted in these "
+"channels on this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "Geselecteerde kanalen worden verwijderd!\\n\\nAlles wat in deze kanalen op deze hub werd gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?"
-#: ../../mod/bookmarks.php:40
-msgid "Bookmark added"
-msgstr "Bladwijzer toegevoegd"
+#: ../../mod/admin.php:1063
+msgid ""
+"The channel {0} will be deleted!\\n\\nEverything that was posted in this "
+"channel on this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "Kanaal {0} wordt verwijderd!\\n\\nAlles wat in dit kanaal op deze hub werd gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?"
-#: ../../mod/bookmarks.php:62
-msgid "My Bookmarks"
-msgstr "Mijn bladwijzers"
+#: ../../mod/admin.php:1103
+#, php-format
+msgid "Plugin %s disabled."
+msgstr "Plug-in %s uitgeschakeld."
-#: ../../mod/bookmarks.php:73
-msgid "My Connections Bookmarks"
-msgstr "Bladwijzers van mijn connecties"
+#: ../../mod/admin.php:1107
+#, php-format
+msgid "Plugin %s enabled."
+msgstr "Plug-in %s ingeschakeld"
-#: ../../mod/pconfig.php:27 ../../mod/pconfig.php:60
-msgid "This setting requires special processing and editing has been blocked."
-msgstr "Deze instelling vereist een speciaal proces en bewerken is geblokkeerd."
+#: ../../mod/admin.php:1117 ../../mod/admin.php:1320
+msgid "Disable"
+msgstr "Uitschakelen"
-#: ../../mod/pconfig.php:49
-msgid "Configuration Editor"
-msgstr "Configuratiebewerker"
+#: ../../mod/admin.php:1120 ../../mod/admin.php:1322
+msgid "Enable"
+msgstr "Inschakelen"
-#: ../../mod/pconfig.php:50
+#: ../../mod/admin.php:1149 ../../mod/admin.php:1349
+msgid "Toggle"
+msgstr "Omschakelen"
+
+#: ../../mod/admin.php:1157 ../../mod/admin.php:1359
+msgid "Author: "
+msgstr "Auteur: "
+
+#: ../../mod/admin.php:1158 ../../mod/admin.php:1360
+msgid "Maintainer: "
+msgstr "Beheerder: "
+
+#: ../../mod/admin.php:1285
+msgid "No themes found."
+msgstr "Geen thema's gevonden"
+
+#: ../../mod/admin.php:1341
+msgid "Screenshot"
+msgstr "Schermafdruk"
+
+#: ../../mod/admin.php:1387
+msgid "[Experimental]"
+msgstr "[Experimenteel]"
+
+#: ../../mod/admin.php:1388
+msgid "[Unsupported]"
+msgstr "[Niet ondersteund]"
+
+#: ../../mod/admin.php:1412
+msgid "Log settings updated."
+msgstr "Logboek-instellingen bijgewerkt."
+
+#: ../../mod/admin.php:1469
+msgid "Clear"
+msgstr "Leegmaken"
+
+#: ../../mod/admin.php:1475
+msgid "Debugging"
+msgstr "Debuggen"
+
+#: ../../mod/admin.php:1476
+msgid "Log file"
+msgstr "Logbestand"
+
+#: ../../mod/admin.php:1476
msgid ""
-"Warning: Changing some settings could render your channel inoperable. Please"
-" leave this page unless you are comfortable with and knowledgeable about how"
-" to correctly use this feature."
-msgstr "Waarschuwing: het veranderen van sommige instellingen kunnen jouw kanaal onklaar maken. Verlaat deze pagina, tenzij je weet waar je mee bezig bent en voldoende kennis bezit over hoe je deze functies moet gebruiken. "
+"Must be writable by web server. Relative to your Red top-level directory."
+msgstr "Moet door de webserver beschrijfbaar zijn. Relatief ten opzichte van de bovenste map van je $Projectname-installatie."
-#: ../../mod/poke.php:164
-msgid "Poke/Prod"
-msgstr "Aanstoten/porren"
+#: ../../mod/admin.php:1477
+msgid "Log level"
+msgstr "Logniveau"
-#: ../../mod/poke.php:165
-msgid "poke, prod or do other things to somebody"
-msgstr "aanstoten, porren of andere dingen met iemand doen"
+#: ../../mod/admin.php:1523
+msgid "New Profile Field"
+msgstr "Nieuw profielveld"
-#: ../../mod/poke.php:166
-msgid "Recipient"
-msgstr "Ontvanger"
+#: ../../mod/admin.php:1524 ../../mod/admin.php:1544
+msgid "Field nickname"
+msgstr "Bijnaam voor veld"
-#: ../../mod/poke.php:167
-msgid "Choose what you wish to do to recipient"
-msgstr "Kies wat je met de ontvanger wil doen"
+#: ../../mod/admin.php:1524 ../../mod/admin.php:1544
+msgid "System name of field"
+msgstr "Systeemnaam voor veld"
-#: ../../mod/poke.php:170
-msgid "Make this post private"
-msgstr "Maak dit bericht privé"
+#: ../../mod/admin.php:1525 ../../mod/admin.php:1545
+msgid "Input type"
+msgstr "Invoertype"
-#: ../../mod/profiles.php:19 ../../mod/profiles.php:184
-#: ../../mod/profiles.php:241 ../../mod/profiles.php:608
-msgid "Profile not found."
-msgstr "Profiel niet gevonden."
+#: ../../mod/admin.php:1526 ../../mod/admin.php:1546
+msgid "Field Name"
+msgstr "Veldnaam"
-#: ../../mod/profiles.php:39
-msgid "Profile deleted."
-msgstr "Profiel verwijderd."
+#: ../../mod/admin.php:1526 ../../mod/admin.php:1546
+msgid "Label on profile pages"
+msgstr "Tekstlabel voor op profielpagina's"
-#: ../../mod/profiles.php:63 ../../mod/profiles.php:99
-msgid "Profile-"
-msgstr "Profiel-"
+#: ../../mod/admin.php:1527 ../../mod/admin.php:1547
+msgid "Help text"
+msgstr "Helptekst"
-#: ../../mod/profiles.php:84 ../../mod/profiles.php:127
-msgid "New profile created."
-msgstr "Nieuw profiel aangemaakt."
+#: ../../mod/admin.php:1527 ../../mod/admin.php:1547
+msgid "Additional info (optional)"
+msgstr "Extra informatie (optioneel)"
-#: ../../mod/profiles.php:105
-msgid "Profile unavailable to clone."
-msgstr "Profiel niet beschikbaar om te klonen"
+#: ../../mod/admin.php:1537
+msgid "Field definition not found"
+msgstr "Velddefinitie niet gevonden"
-#: ../../mod/profiles.php:146
-msgid "Profile unavailable to export."
-msgstr "Geen profiel beschikbaar om te exporteren"
+#: ../../mod/admin.php:1543
+msgid "Edit Profile Field"
+msgstr "Profielveld bewerken"
-#: ../../mod/profiles.php:251
-msgid "Profile Name is required."
-msgstr "Profielnaam is vereist"
+#: ../../mod/api.php:74 ../../mod/api.php:98
+msgid "Authorize application connection"
+msgstr "Geef toestemming voor applicatiekoppeling"
-#: ../../mod/profiles.php:414
-msgid "Marital Status"
-msgstr "Huwelijke status"
+#: ../../mod/api.php:75
+msgid "Return to your app and insert this Securty Code:"
+msgstr "Ga terug naar je app en voeg deze beveiligingscode in:"
-#: ../../mod/profiles.php:418
-msgid "Romantic Partner"
-msgstr "Romantische partner"
+#: ../../mod/api.php:85
+msgid "Please login to continue."
+msgstr "Inloggen om verder te kunnen gaan."
-#: ../../mod/profiles.php:422
-msgid "Likes"
-msgstr "Houdt van"
+#: ../../mod/api.php:100
+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 applicatie toestemming geven om jouw berichten en connecties te zien, en/of nieuwe berichten voor jou te plaatsen?"
-#: ../../mod/profiles.php:426
-msgid "Dislikes"
-msgstr "Houdt niet van"
+#: ../../mod/appman.php:28 ../../mod/appman.php:44
+msgid "App installed."
+msgstr "App geïnstalleerd"
-#: ../../mod/profiles.php:430
-msgid "Work/Employment"
-msgstr "Werk/arbeid"
+#: ../../mod/appman.php:37
+msgid "Malformed app."
+msgstr "Misvormde app."
-#: ../../mod/profiles.php:433
-msgid "Religion"
-msgstr "Religie"
+#: ../../mod/appman.php:80
+msgid "Embed code"
+msgstr "Insluitcode"
-#: ../../mod/profiles.php:437
-msgid "Political Views"
-msgstr "Politieke overtuigingen"
+#: ../../mod/appman.php:86
+msgid "Edit App"
+msgstr "App bewerken"
-#: ../../mod/profiles.php:445
-msgid "Sexual Preference"
-msgstr "Seksuele voorkeur"
+#: ../../mod/appman.php:86
+msgid "Create App"
+msgstr "App maken"
-#: ../../mod/profiles.php:449
-msgid "Homepage"
-msgstr "Homepage"
+#: ../../mod/appman.php:91
+msgid "Name of app"
+msgstr "Naam van app"
-#: ../../mod/profiles.php:453
-msgid "Interests"
-msgstr "Interesses"
+#: ../../mod/appman.php:92
+msgid "Location (URL) of app"
+msgstr "Locatie (URL) van app"
-#: ../../mod/profiles.php:457 ../../mod/admin.php:986
-msgid "Address"
-msgstr "Kanaaladres"
+#: ../../mod/appman.php:93 ../../mod/events.php:450 ../../mod/rbmark.php:97
+msgid "Description"
+msgstr "Omschrijving"
-#: ../../mod/profiles.php:547
-msgid "Profile updated."
-msgstr "Profiel bijgewerkt"
+#: ../../mod/appman.php:94
+msgid "Photo icon URL"
+msgstr "URL van pictogram"
-#: ../../mod/profiles.php:634
-msgid "Hide your contact/friend list from viewers of this profile?"
-msgstr "Laat de lijst met connecties niet aan bezoekers van dit profiel zien."
+#: ../../mod/appman.php:94
+msgid "80 x 80 pixels - optional"
+msgstr "80 x 80 pixels (optioneel)"
-#: ../../mod/profiles.php:674
-msgid "Edit Profile Details"
-msgstr "Profiel bewerken"
+#: ../../mod/appman.php:95
+msgid "Version ID"
+msgstr "Versie-ID"
-#: ../../mod/profiles.php:676
-msgid "View this profile"
-msgstr "Profiel weergeven"
+#: ../../mod/appman.php:96
+msgid "Price of app"
+msgstr "Prijs van de app"
-#: ../../mod/profiles.php:678
-msgid "Change Profile Photo"
-msgstr "Profielfoto wijzigen"
+#: ../../mod/appman.php:97
+msgid "Location (URL) to purchase app"
+msgstr "Locatie (URL) om de app aan te schaffen"
-#: ../../mod/profiles.php:679
-msgid "Create a new profile using these settings"
-msgstr "Een nieuw profiel aanmaken met dit profiel als basis"
+#: ../../mod/attach.php:9
+msgid "Item not available."
+msgstr "Item is niet aanwezig."
-#: ../../mod/profiles.php:680
-msgid "Clone this profile"
-msgstr "Dit profiel klonen"
+#: ../../mod/block.php:27 ../../mod/page.php:36
+msgid "Invalid item."
+msgstr "Ongeldig item."
-#: ../../mod/profiles.php:681
-msgid "Delete this profile"
-msgstr "Dit profiel verwijderen"
+#: ../../mod/block.php:39 ../../mod/page.php:52 ../../mod/wall_upload.php:29
+msgid "Channel not found."
+msgstr "Kanaal niet gevonden."
-#: ../../mod/profiles.php:683
-msgid "Import profile from file"
-msgstr "Profiel vanuit bestand importeren"
+#: ../../mod/blocks.php:95 ../../mod/blocks.php:148
+msgid "Block Name"
+msgstr "Bloknaam"
-#: ../../mod/profiles.php:684
-msgid "Export profile to file"
-msgstr "Profiel naar bestand exporteren"
+#: ../../mod/blocks.php:149
+msgid "Block Title"
+msgstr "Bloktitel"
-#: ../../mod/profiles.php:685
-msgid "Profile Name:"
-msgstr "Profielnaam:"
+#: ../../mod/bookmarks.php:40
+msgid "Bookmark added"
+msgstr "Bladwijzer toegevoegd"
-#: ../../mod/profiles.php:686
-msgid "Your Full Name:"
-msgstr "Jouw volledige naam:"
+#: ../../mod/bookmarks.php:62
+msgid "My Bookmarks"
+msgstr "Mijn bladwijzers"
-#: ../../mod/profiles.php:687
-msgid "Title/Description:"
-msgstr "Titel/omschrijving:"
+#: ../../mod/bookmarks.php:73
+msgid "My Connections Bookmarks"
+msgstr "Bladwijzers van mijn connecties"
-#: ../../mod/profiles.php:688
-msgid "Your Gender:"
-msgstr "Jouw geslacht"
+#: ../../mod/channel.php:25 ../../mod/chat.php:19
+msgid "You must be logged in to see this page."
+msgstr "Je moet zijn ingelogd om deze pagina te kunnen bekijken."
-#: ../../mod/profiles.php:689
-msgid "Birthday :"
-msgstr "Verjaardag: "
+#: ../../mod/channel.php:97
+msgid "Insufficient permissions. Request redirected to profile page."
+msgstr "Onvoldoende permissies. Doorgestuurd naar profielpagina."
-#: ../../mod/profiles.php:690
-msgid "Street Address:"
-msgstr "Straat en huisnummer:"
+#: ../../mod/channel.php:131 ../../mod/network.php:169 ../../mod/rpost.php:114
+msgid "Public"
+msgstr "Openbaar"
-#: ../../mod/profiles.php:691
-msgid "Locality/City:"
-msgstr "Woonplaats:"
+#: ../../mod/chat.php:174
+msgid "Room not found"
+msgstr "Chatkanaal niet gevonden"
-#: ../../mod/profiles.php:692
-msgid "Postal/Zip Code:"
-msgstr "Postcode:"
+#: ../../mod/chat.php:185
+msgid "Leave Room"
+msgstr "Chatkanaal verlaten"
-#: ../../mod/profiles.php:693
-msgid "Country:"
-msgstr "Land:"
+#: ../../mod/chat.php:186
+msgid "Delete This Room"
+msgstr "Chatkanaal verwijderen"
-#: ../../mod/profiles.php:694
-msgid "Region/State:"
-msgstr "Provincie/gewest/deelstaat:"
+#: ../../mod/chat.php:187
+msgid "I am away right now"
+msgstr "Ik ben momenteel afwezig"
-#: ../../mod/profiles.php:695
-msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
-msgstr "<span class=\"heart\">&hearts;</span> Huwelijkse staat:"
+#: ../../mod/chat.php:188
+msgid "I am online"
+msgstr "Ik ben online"
-#: ../../mod/profiles.php:696
-msgid "Who: (if applicable)"
-msgstr "Wie (wanneer toepasselijk):"
+#: ../../mod/chat.php:190
+msgid "Bookmark this room"
+msgstr "Chatkanaal aan bladwijzers toevoegen"
-#: ../../mod/profiles.php:697
-msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
-msgstr "Voorbeelden: petra123, Petra Jansen, petra@voorbeeld.nl"
+#: ../../mod/chat.php:208 ../../mod/chat.php:231
+msgid "New Chatroom"
+msgstr "Nieuw chatkanaal"
-#: ../../mod/profiles.php:698
-msgid "Since [date]:"
-msgstr "Sinds [datum]:"
+#: ../../mod/chat.php:209
+msgid "Chatroom Name"
+msgstr "Naam chatkanaal"
-#: ../../mod/profiles.php:700
-msgid "Homepage URL:"
-msgstr "Adres homepage:"
+#: ../../mod/chat.php:210
+msgid "Expiration of chats (minutes)"
+msgstr "Aantal minuten voordat chatberichten worden verwijderd"
-#: ../../mod/profiles.php:703
-msgid "Religious Views:"
-msgstr "Religieuze overtuigingen"
+#: ../../mod/chat.php:227
+#, php-format
+msgid "%1$s's Chatrooms"
+msgstr "Chatkanalen van %1$s"
-#: ../../mod/profiles.php:704
-msgid "Keywords:"
-msgstr "Trefwoorden"
+#: ../../mod/chatsvc.php:111
+msgid "Away"
+msgstr "Afwezig"
-#: ../../mod/profiles.php:707
-msgid "Example: fishing photography software"
-msgstr "Voorbeeld: muziek, fotografie, software"
+#: ../../mod/chatsvc.php:115
+msgid "Online"
+msgstr "Online"
-#: ../../mod/profiles.php:708
-msgid "Used in directory listings"
-msgstr "Wordt in de kanalengids gebruikt"
+#: ../../mod/common.php:10
+msgid "No channel."
+msgstr "Geen kanaal."
-#: ../../mod/profiles.php:709
-msgid "Tell us about yourself..."
-msgstr "Vertel ons iets over jezelf..."
+#: ../../mod/common.php:39
+msgid "Common connections"
+msgstr "Veel voorkomende connecties"
-#: ../../mod/profiles.php:710
-msgid "Hobbies/Interests"
-msgstr "Hobby's/interesses"
+#: ../../mod/common.php:44
+msgid "No connections in common."
+msgstr "Geen gemeenschappelijke connecties."
-#: ../../mod/profiles.php:711
-msgid "Contact information and Social Networks"
-msgstr "Contactinformatie en sociale netwerken"
+#: ../../mod/connect.php:56 ../../mod/connect.php:104
+msgid "Continue"
+msgstr "Ga verder"
-#: ../../mod/profiles.php:712
-msgid "My other channels"
-msgstr "Mijn andere kanalen"
+#: ../../mod/connect.php:85
+msgid "Premium Channel Setup"
+msgstr "Instellen premiumkanaal "
-#: ../../mod/profiles.php:713
-msgid "Musical interests"
-msgstr "Muzikale interesses"
+#: ../../mod/connect.php:87
+msgid "Enable premium channel connection restrictions"
+msgstr "Restricties voor connecties van premiumkanaal toestaan"
-#: ../../mod/profiles.php:714
-msgid "Books, literature"
-msgstr "Boeken/literatuur"
+#: ../../mod/connect.php:88
+msgid ""
+"Please enter your restrictions or conditions, such as paypal receipt, usage "
+"guidelines, etc."
+msgstr "Vul je restricties of voorwaarden in, zoals een paypal-afschrift, voorschriften voor leden, enz."
-#: ../../mod/profiles.php:715
-msgid "Television"
-msgstr "Televisie"
+#: ../../mod/connect.php:90 ../../mod/connect.php:110
+msgid ""
+"This channel may require additional steps or acknowledgement of the "
+"following conditions prior to connecting:"
+msgstr "Dit kanaal kan extra stappen of het accepteren van de volgende voorwaarden vereisen, voordat de connectie wordt geaccepteerd:"
-#: ../../mod/profiles.php:716
-msgid "Film/dance/culture/entertainment"
-msgstr "Film/dans/cultuur/entertainment"
+#: ../../mod/connect.php:91
+msgid ""
+"Potential connections will then see the following text before proceeding:"
+msgstr "Mogelijke connecties zullen dan de volgende tekst zien voordat ze verder kunnen:"
-#: ../../mod/profiles.php:717
-msgid "Love/romance"
-msgstr "Liefde/romantiek"
+#: ../../mod/connect.php:92 ../../mod/connect.php:113
+msgid ""
+"By continuing, I certify that I have complied with any instructions provided"
+" on this page."
+msgstr "Door verder te gaan ga ik automatisch akkoord met alle voorwaarden en aanwijzingen op deze pagina."
-#: ../../mod/profiles.php:718
-msgid "Work/employment"
-msgstr "Werk/arbeid"
+#: ../../mod/connect.php:101
+msgid "(No specific instructions have been provided by the channel owner.)"
+msgstr "(Er zijn geen speciale voorwaarden en aanwijzingen door de kanaal-eigenaar verstrekt) "
-#: ../../mod/profiles.php:719
-msgid "School/education"
-msgstr "School/onderwijs"
+#: ../../mod/connect.php:109
+msgid "Restricted or Premium Channel"
+msgstr "Beperkt of premiumkanaal"
-#: ../../mod/profiles.php:725
-msgid "This is your default profile."
-msgstr "Dit is jouw standaardprofiel"
+#: ../../mod/connections.php:52 ../../mod/connections.php:150
+msgid "Blocked"
+msgstr "Geblokkeerd"
-#: ../../mod/profiles.php:736
-msgid "Age: "
-msgstr "Leeftijd:"
+#: ../../mod/connections.php:57 ../../mod/connections.php:157
+msgid "Ignored"
+msgstr "Genegeerd"
-#: ../../mod/profiles.php:779
-msgid "Edit/Manage Profiles"
-msgstr "Profielen bewerken/beheren"
+#: ../../mod/connections.php:62 ../../mod/connections.php:171
+msgid "Hidden"
+msgstr "Verborgen"
-#: ../../mod/profiles.php:780
-msgid "Add profile things"
-msgstr "Dingen aan je profiel toevoegen"
+#: ../../mod/connections.php:67 ../../mod/connections.php:164
+msgid "Archived"
+msgstr "Gearchiveerd"
-#: ../../mod/profiles.php:781
-msgid "Include desirable objects in your profile"
-msgstr "Voeg door jou gewenste dingen aan jouw profiel toe"
+#: ../../mod/connections.php:128
+msgid "Suggest new connections"
+msgstr "Nieuwe kanalen voorstellen"
+
+#: ../../mod/connections.php:131
+msgid "New Connections"
+msgstr "Nieuwe connecties"
+
+#: ../../mod/connections.php:134
+msgid "Show pending (new) connections"
+msgstr "Nog te accepteren (nieuwe) connecties weergeven"
+
+#: ../../mod/connections.php:137 ../../mod/profperm.php:139
+msgid "All Connections"
+msgstr "Alle connecties"
+
+#: ../../mod/connections.php:140
+msgid "Show all connections"
+msgstr "Toon alle connecties"
+
+#: ../../mod/connections.php:143
+msgid "Unblocked"
+msgstr "Niet geblokkeerd"
+
+#: ../../mod/connections.php:146
+msgid "Only show unblocked connections"
+msgstr "Toon alleen niet geblokkeerde connecties"
+
+#: ../../mod/connections.php:153
+msgid "Only show blocked connections"
+msgstr "Toon alleen geblokkeerde connecties"
+
+#: ../../mod/connections.php:160
+msgid "Only show ignored connections"
+msgstr "Toon alleen genegeerde connecties"
+
+#: ../../mod/connections.php:167
+msgid "Only show archived connections"
+msgstr "Toon alleen gearchiveerde connecties"
+
+#: ../../mod/connections.php:174
+msgid "Only show hidden connections"
+msgstr "Toon alleen verborgen connecties"
+
+#: ../../mod/connections.php:225
+#, php-format
+msgid "%1$s [%2$s]"
+msgstr "%1$s [%2$s]"
+
+#: ../../mod/connections.php:226
+msgid "Edit connection"
+msgstr "Connectie bewerken"
+
+#: ../../mod/connections.php:264
+msgid "Search your connections"
+msgstr "Doorzoek jouw connecties"
+
+#: ../../mod/connections.php:265
+msgid "Finding: "
+msgstr "Zoeken naar: "
#: ../../mod/connedit.php:75
msgid "Could not access contact record."
@@ -5545,229 +5427,217 @@ msgstr "Kon geen toegang krijgen tot de record van de connectie."
msgid "Refresh failed - channel is currently unavailable."
msgstr "Vernieuwen mislukt - kanaal is momenteel niet beschikbaar"
-#: ../../mod/connedit.php:418 ../../mod/connedit.php:427
-#: ../../mod/connedit.php:436 ../../mod/connedit.php:445
-#: ../../mod/connedit.php:458
+#: ../../mod/connedit.php:424 ../../mod/connedit.php:433
+#: ../../mod/connedit.php:442 ../../mod/connedit.php:451
+#: ../../mod/connedit.php:464
msgid "Unable to set address book parameters."
msgstr "Niet in staat om de parameters van connecties in te stellen."
-#: ../../mod/connedit.php:482
+#: ../../mod/connedit.php:488
msgid "Connection has been removed."
msgstr "Connectie is verwijderd"
-#: ../../mod/connedit.php:501
+#: ../../mod/connedit.php:507
#, php-format
msgid "View %s's profile"
msgstr "Profiel van %s weergeven"
-#: ../../mod/connedit.php:505
+#: ../../mod/connedit.php:511
msgid "Refresh Permissions"
msgstr "Permissies vernieuwen"
-#: ../../mod/connedit.php:508
+#: ../../mod/connedit.php:514
msgid "Fetch updated permissions"
msgstr "Aangepaste permissies ophalen"
-#: ../../mod/connedit.php:512
+#: ../../mod/connedit.php:518
msgid "Recent Activity"
msgstr "Kanaal-activiteit"
-#: ../../mod/connedit.php:515
+#: ../../mod/connedit.php:521
msgid "View recent posts and comments"
msgstr "Recente berichten en reacties weergeven"
-#: ../../mod/connedit.php:519 ../../mod/admin.php:823
-msgid "Unblock"
-msgstr "Deblokkeren"
-
-#: ../../mod/connedit.php:519 ../../mod/admin.php:822
-msgid "Block"
-msgstr "Blokkeren"
-
-#: ../../mod/connedit.php:522
+#: ../../mod/connedit.php:528
msgid "Block (or Unblock) all communications with this connection"
msgstr "Blokkeer (of deblokkeer) alle communicatie met deze connectie"
-#: ../../mod/connedit.php:523
+#: ../../mod/connedit.php:529
msgid "This connection is blocked!"
msgstr "Deze connectie is geblokkeerd!"
-#: ../../mod/connedit.php:527
+#: ../../mod/connedit.php:533
msgid "Unignore"
msgstr "Niet meer negeren"
-#: ../../mod/connedit.php:527 ../../mod/notifications.php:51
+#: ../../mod/connedit.php:533 ../../mod/notifications.php:51
msgid "Ignore"
msgstr "Negeren"
-#: ../../mod/connedit.php:530
+#: ../../mod/connedit.php:536
msgid "Ignore (or Unignore) all inbound communications from this connection"
msgstr "Negeer (of negeer niet meer) alle inkomende communicatie van deze connectie"
-#: ../../mod/connedit.php:531
+#: ../../mod/connedit.php:537
msgid "This connection is ignored!"
msgstr "Deze connectie wordt genegeerd!"
-#: ../../mod/connedit.php:535
+#: ../../mod/connedit.php:541
msgid "Unarchive"
msgstr "Niet meer archiveren"
-#: ../../mod/connedit.php:535
+#: ../../mod/connedit.php:541
msgid "Archive"
msgstr "Archiveren"
-#: ../../mod/connedit.php:538
+#: ../../mod/connedit.php:544
msgid ""
"Archive (or Unarchive) this connection - mark channel dead but keep content"
msgstr "Archiveer (of dearchiveer) deze connectie - markeer het kanaal als dood, maar bewaar de inhoud"
-#: ../../mod/connedit.php:539
+#: ../../mod/connedit.php:545
msgid "This connection is archived!"
msgstr "Deze connectie is gearchiveerd!"
-#: ../../mod/connedit.php:543
+#: ../../mod/connedit.php:549
msgid "Unhide"
msgstr "Niet meer verbergen"
-#: ../../mod/connedit.php:543
+#: ../../mod/connedit.php:549
msgid "Hide"
msgstr "Verbergen"
-#: ../../mod/connedit.php:546
+#: ../../mod/connedit.php:552
msgid "Hide or Unhide this connection from your other connections"
msgstr "Deze connectie verbergen (of niet meer verbergen) voor jouw andere connecties"
-#: ../../mod/connedit.php:547
+#: ../../mod/connedit.php:553
msgid "This connection is hidden!"
msgstr "Deze connectie is verborgen!"
-#: ../../mod/connedit.php:554
+#: ../../mod/connedit.php:560
msgid "Delete this connection"
msgstr "Deze connectie verwijderen"
-#: ../../mod/connedit.php:635
+#: ../../mod/connedit.php:641
msgid "Approve this connection"
msgstr "Deze connectie accepteren"
-#: ../../mod/connedit.php:635
+#: ../../mod/connedit.php:641
msgid "Accept connection to allow communication"
msgstr "Keur deze connectie goed om communicatie toe te staan"
-#: ../../mod/connedit.php:640
+#: ../../mod/connedit.php:646
msgid "Set Affinity"
msgstr "Verwantschapsfilter instellen"
-#: ../../mod/connedit.php:643
+#: ../../mod/connedit.php:649
msgid "Set Profile"
msgstr "Profiel instellen"
-#: ../../mod/connedit.php:646
+#: ../../mod/connedit.php:652
msgid "Set Affinity & Profile"
msgstr "Verwantschapsfilter en profiel instellen"
-#: ../../mod/connedit.php:679
+#: ../../mod/connedit.php:685
msgid "none"
msgstr "geen"
-#: ../../mod/connedit.php:684
+#: ../../mod/connedit.php:690
msgid "Apply these permissions automatically"
msgstr "Deze permissies automatisch toepassen"
-#: ../../mod/connedit.php:686
+#: ../../mod/connedit.php:692
msgid "This connection's primary address is"
msgstr "Het primaire kanaaladres van deze connectie is"
-#: ../../mod/connedit.php:687
+#: ../../mod/connedit.php:693
msgid "Available locations:"
msgstr "Beschikbare locaties:"
-#: ../../mod/connedit.php:691
+#: ../../mod/connedit.php:697
msgid ""
"The permissions indicated on this page will be applied to all new "
"connections."
msgstr "Permissies die op deze pagina staan vermeld worden op alle nieuwe connecties toegepast."
-#: ../../mod/connedit.php:693
+#: ../../mod/connedit.php:699
msgid "Slide to adjust your degree of friendship"
msgstr "Schuif om te bepalen hoe goed je iemand kent en/of mag"
-#: ../../mod/connedit.php:695
+#: ../../mod/connedit.php:701
msgid "Slide to adjust your rating"
msgstr "Gebruik de schuif om je beoordeling te geven"
-#: ../../mod/connedit.php:696 ../../mod/connedit.php:701
+#: ../../mod/connedit.php:702 ../../mod/connedit.php:707
msgid "Optionally explain your rating"
msgstr "Verklaar jouw beoordeling (niet verplicht)"
-#: ../../mod/connedit.php:698
+#: ../../mod/connedit.php:704
msgid "Custom Filter"
msgstr "Berichtenfilter"
-#: ../../mod/connedit.php:699
+#: ../../mod/connedit.php:705
msgid "Only import posts with this text"
msgstr "Importeer alleen berichten met deze tekst"
-#: ../../mod/connedit.php:699 ../../mod/connedit.php:700
+#: ../../mod/connedit.php:705 ../../mod/connedit.php:706
msgid ""
"words one per line or #tags or /patterns/ or lang=xx, leave blank to import "
"all posts"
msgstr "woorden (één per regel), #tags, /regex/ of talen (lang=iso639-1) - laat leeg om alle berichten te importeren"
-#: ../../mod/connedit.php:700
+#: ../../mod/connedit.php:706
msgid "Do not import posts with this text"
msgstr "Importeer geen berichten met deze tekst"
-#: ../../mod/connedit.php:702
+#: ../../mod/connedit.php:708
msgid "This information is public!"
msgstr "Deze informatie is openbaar!"
-#: ../../mod/connedit.php:707
+#: ../../mod/connedit.php:713
msgid "Connection Pending Approval"
msgstr "Connectie moet nog goedgekeurd worden"
-#: ../../mod/connedit.php:708
+#: ../../mod/connedit.php:714
msgid "Connection Request"
msgstr "Connectieverzoek"
-#: ../../mod/connedit.php:709
+#: ../../mod/connedit.php:715
#, php-format
msgid ""
"(%s) would like to connect with you. Please approve this connection to allow"
" communication."
msgstr "(%s) wil met jou verbinden. Keur dit connectieverzoek goed om onderling te kunnen communiceren."
-#: ../../mod/connedit.php:710 ../../mod/admin.php:819
-msgid "Approve"
-msgstr "Goedkeuren"
-
-#: ../../mod/connedit.php:711
+#: ../../mod/connedit.php:717
msgid "Approve Later"
msgstr "Later goedkeuren"
-#: ../../mod/connedit.php:714
+#: ../../mod/connedit.php:720
msgid "inherited"
msgstr "geërfd"
-#: ../../mod/connedit.php:716
+#: ../../mod/connedit.php:722
#, php-format
msgid ""
"Please choose the profile you would like to display to %s when viewing your "
"profile securely."
msgstr "Kies het profiel dat je aan %s wil tonen wanneer hij/zij ingelogd jouw profiel wil bekijken."
-#: ../../mod/connedit.php:718
+#: ../../mod/connedit.php:724
msgid "Their Settings"
msgstr "Hun instellingen"
-#: ../../mod/connedit.php:719
+#: ../../mod/connedit.php:725
msgid "My Settings"
msgstr "Mijn instellingen"
-#: ../../mod/connedit.php:721
+#: ../../mod/connedit.php:727
msgid "Individual Permissions"
msgstr "Individuele permissies"
-#: ../../mod/connedit.php:722
+#: ../../mod/connedit.php:728
msgid ""
"Some permissions may be inherited from your channel's <a "
"href=\"settings\"><strong>privacy settings</strong></a>, which have higher "
@@ -5775,7 +5645,7 @@ msgid ""
" settings here."
msgstr "Sommige permissies worden mogelijk overgeërfd van de <a href=\"settings\">privacy-instellingen</a> van jouw kanaal, die een hogere prioriteit hebben dan deze individuele instellingen. Je kan je deze overgeërfde permissies hier <strong>niet</strong> veranderen."
-#: ../../mod/connedit.php:723
+#: ../../mod/connedit.php:729
msgid ""
"Some permissions may be inherited from your channel's <a "
"href=\"settings\"><strong>privacy settings</strong></a>, which have higher "
@@ -5783,22 +5653,111 @@ msgid ""
"they wont have any impact unless the inherited setting changes."
msgstr "Sommige permissies worden mogelijk overgeërfd van de <a href=\"settings\">privacy-instellingen</a> van jouw kanaal, die een hogere prioriteit hebben dan deze individuele permissies. Je kan de permissies hier veranderen, maar die hebben geen effect, tenzij de overgeërfde permissies worden veranderd. "
-#: ../../mod/connedit.php:724
+#: ../../mod/connedit.php:730
msgid "Last update:"
msgstr "Laatste wijziging:"
-#: ../../mod/acl.php:222
-msgid "network"
-msgstr "netwerk"
-
-#: ../../mod/acl.php:232
-msgid "RSS"
-msgstr "RSS"
-
#: ../../mod/dav.php:121
msgid "$Projectname channel"
msgstr "$Projectname-kanaal"
+#: ../../mod/directory.php:59 ../../mod/display.php:13
+#: ../../mod/photos.php:490 ../../mod/ratings.php:82 ../../mod/search.php:13
+#: ../../mod/viewconnections.php:17
+msgid "Public access denied."
+msgstr "Openbare toegang geweigerd."
+
+#: ../../mod/directory.php:236
+#, php-format
+msgid "%d rating"
+msgid_plural "%d ratings"
+msgstr[0] "%d beoordeling"
+msgstr[1] "%d beoordelingen"
+
+#: ../../mod/directory.php:247
+msgid "Gender: "
+msgstr "Geslacht:"
+
+#: ../../mod/directory.php:249
+msgid "Status: "
+msgstr "Status: "
+
+#: ../../mod/directory.php:251
+msgid "Homepage: "
+msgstr "Homepage: "
+
+#: ../../mod/directory.php:310
+msgid "Description:"
+msgstr "Omschrijving:"
+
+#: ../../mod/directory.php:319
+msgid "Public Forum:"
+msgstr "Openbaar forum:"
+
+#: ../../mod/directory.php:322
+msgid "Keywords: "
+msgstr "Trefwoorden: "
+
+#: ../../mod/directory.php:325
+msgid "Don't suggest"
+msgstr "Niet voorstellen"
+
+#: ../../mod/directory.php:327
+msgid "Common connections:"
+msgstr "Gemeenschappelijke connecties:"
+
+#: ../../mod/directory.php:376
+msgid "Global Directory"
+msgstr "Volledige kanalengids"
+
+#: ../../mod/directory.php:376
+msgid "Local Directory"
+msgstr "Lokale kanalengids"
+
+#: ../../mod/directory.php:382
+msgid "Finding:"
+msgstr "Gezocht naar:"
+
+#: ../../mod/directory.php:387
+msgid "next page"
+msgstr "volgende pagina"
+
+#: ../../mod/directory.php:387
+msgid "previous page"
+msgstr "vorige pagina"
+
+#: ../../mod/directory.php:388
+msgid "Sort options"
+msgstr "Sorteeropties"
+
+#: ../../mod/directory.php:389
+msgid "Alphabetic"
+msgstr "Alfabetisch"
+
+#: ../../mod/directory.php:390
+msgid "Reverse Alphabetic"
+msgstr "Omgekeerd alfabetisch"
+
+#: ../../mod/directory.php:391
+msgid "Newest to Oldest"
+msgstr "Nieuw naar oud"
+
+#: ../../mod/directory.php:392
+msgid "Oldest to Newest"
+msgstr "Oud naar nieuw"
+
+#: ../../mod/directory.php:409
+msgid "No entries (some entries may be hidden)."
+msgstr "Niets gevonden (sommige kanalen kunnen verborgen zijn)."
+
+#: ../../mod/dirsearch.php:21 ../../mod/regdir.php:45
+msgid "This site is not a directory server"
+msgstr "Deze hub is geen kanalengidshub (directoryserver)"
+
+#: ../../mod/dirsearch.php:29
+msgid "This directory server requires an access token"
+msgstr "Deze kanalengidshub (directoryserver) heeft een toegangs-token nodig"
+
#: ../../mod/dreport.php:23
msgid "Invalid message"
msgstr "Ongeldig bericht"
@@ -5856,363 +5815,424 @@ msgstr "dubbel privébericht ontvangen"
msgid "mail delivered"
msgstr "privébericht afgeleverd"
-#: ../../mod/editwebpage.php:77 ../../mod/editblock.php:78
-#: ../../mod/editblock.php:94 ../../mod/editlayout.php:76
-#: ../../mod/editpost.php:20
+#: ../../mod/editblock.php:78 ../../mod/editblock.php:94
+#: ../../mod/editlayout.php:76 ../../mod/editpost.php:20
+#: ../../mod/editwebpage.php:77
msgid "Item not found"
msgstr "Item niet gevonden"
-#: ../../mod/editwebpage.php:153
-msgid "Delete webpage?"
-msgstr "Webpagina verwijderen?"
-
-#: ../../mod/editwebpage.php:172
-msgid "Page link title"
-msgstr "Titel van paginalink"
+#: ../../mod/editblock.php:118
+msgid "Delete block?"
+msgstr "Blok verwijderen"
-#: ../../mod/editwebpage.php:185 ../../mod/editblock.php:145
-#: ../../mod/editlayout.php:143 ../../mod/editpost.php:121
+#: ../../mod/editblock.php:145 ../../mod/editlayout.php:143
+#: ../../mod/editpost.php:121 ../../mod/editwebpage.php:185
msgid "Insert YouTube video"
msgstr "YouTube-video invoegen"
-#: ../../mod/editwebpage.php:186 ../../mod/editblock.php:146
-#: ../../mod/editlayout.php:144 ../../mod/editpost.php:122
+#: ../../mod/editblock.php:146 ../../mod/editlayout.php:144
+#: ../../mod/editpost.php:122 ../../mod/editwebpage.php:186
msgid "Insert Vorbis [.ogg] video"
msgstr "Vorbis-video [.ogg] invoegen"
-#: ../../mod/editwebpage.php:187 ../../mod/editblock.php:147
-#: ../../mod/editlayout.php:145 ../../mod/editpost.php:123
+#: ../../mod/editblock.php:147 ../../mod/editlayout.php:145
+#: ../../mod/editpost.php:123 ../../mod/editwebpage.php:187
msgid "Insert Vorbis [.ogg] audio"
msgstr "Vorbis-audio [.ogg] invoegen"
+#: ../../mod/editblock.php:180
+msgid "Edit Block"
+msgstr "Blok bewerken"
+
+#: ../../mod/editlayout.php:112
+msgid "Delete layout?"
+msgstr "Lay-out verwijderen?"
+
+#: ../../mod/editlayout.php:159 ../../mod/layouts.php:124
+msgid "Layout Description (Optional)"
+msgstr "Lay-out-omschrijving (optioneel)"
+
+#: ../../mod/editlayout.php:161 ../../mod/layouts.php:121
+#: ../../mod/layouts.php:179
+msgid "Layout Name"
+msgstr "Naam lay-out"
+
+#: ../../mod/editlayout.php:178
+msgid "Edit Layout"
+msgstr "Lay-out bewerken"
+
+#: ../../mod/editpost.php:31
+msgid "Item is not editable"
+msgstr "Item is niet te bewerken"
+
+#: ../../mod/editpost.php:57
+msgid "Delete item?"
+msgstr "Item verwijderen?"
+
+#: ../../mod/editpost.php:164 ../../mod/rpost.php:128
+msgid "Edit post"
+msgstr "Bericht bewerken"
+
+#: ../../mod/editwebpage.php:153
+msgid "Delete webpage?"
+msgstr "Webpagina verwijderen?"
+
+#: ../../mod/editwebpage.php:172
+msgid "Page link title"
+msgstr "Titel van paginalink"
+
#: ../../mod/editwebpage.php:222
msgid "Edit Webpage"
msgstr "Webpagina bewerken"
-#: ../../mod/oexchange.php:23
-msgid "Unable to find your hub."
-msgstr "Niet in staat om je hub te vinden"
+#: ../../mod/events.php:21
+msgid "Calendar entries imported."
+msgstr "Agenda-items geïmporteerd."
-#: ../../mod/oexchange.php:37
-msgid "Post successful."
-msgstr "Verzenden bericht geslaagd."
+#: ../../mod/events.php:23
+msgid "No calendar entries found."
+msgstr "Geen agenda-items gevonden."
-#: ../../mod/ping.php:260
-msgid "sent you a private message"
-msgstr "stuurde jou een privébericht"
+#: ../../mod/events.php:100
+msgid "Event can not end before it has started."
+msgstr "Gebeurtenis kan niet eindigen voordat het is begonnen"
-#: ../../mod/ping.php:308
-msgid "added your channel"
-msgstr "voegde jouw kanaal toe"
+#: ../../mod/events.php:102 ../../mod/events.php:111 ../../mod/events.php:131
+msgid "Unable to generate preview."
+msgstr "Niet in staat om voorvertoning te genereren"
-#: ../../mod/ping.php:350
-msgid "posted an event"
-msgstr "plaatste een gebeurtenis"
+#: ../../mod/events.php:109
+msgid "Event title and start time are required."
+msgstr "Titel en begintijd van gebeurtenis zijn vereist."
-#: ../../mod/api.php:74 ../../mod/api.php:98
-msgid "Authorize application connection"
-msgstr "Geef toestemming voor applicatiekoppeling"
+#: ../../mod/events.php:129 ../../mod/events.php:254
+msgid "Event not found."
+msgstr "Gebeurtenis niet gevonden"
-#: ../../mod/api.php:75
-msgid "Return to your app and insert this Securty Code:"
-msgstr "Ga terug naar je app en voeg deze beveiligingscode in:"
+#: ../../mod/events.php:437
+msgid "Edit event title"
+msgstr "Titel bewerken"
-#: ../../mod/api.php:85
-msgid "Please login to continue."
-msgstr "Inloggen om verder te kunnen gaan."
+#: ../../mod/events.php:437
+msgid "Event title"
+msgstr "Titel"
-#: ../../mod/api.php:100
-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 applicatie toestemming geven om jouw berichten en connecties te zien, en/of nieuwe berichten voor jou te plaatsen?"
+#: ../../mod/events.php:439
+msgid "Categories (comma-separated list)"
+msgstr "Categorieën (door komma's gescheiden lijst)"
-#: ../../mod/notify.php:53 ../../mod/notifications.php:94
-msgid "No more system notifications."
-msgstr "Geen systeemnotificaties meer."
+#: ../../mod/events.php:440
+msgid "Edit Category"
+msgstr "Categorie"
-#: ../../mod/notify.php:57 ../../mod/notifications.php:98
-msgid "System Notifications"
-msgstr "Systeemnotificaties"
+#: ../../mod/events.php:440
+msgid "Category"
+msgstr "Categorie"
-#: ../../mod/rbmark.php:90
-msgid "Select a bookmark folder"
-msgstr "Kies een bladwijzermap"
+#: ../../mod/events.php:443
+msgid "Edit start date and time"
+msgstr "Begindatum en -tijd bewerken"
-#: ../../mod/rbmark.php:95
-msgid "Save Bookmark"
-msgstr "Bladwijzer opslaan"
+#: ../../mod/events.php:443
+msgid "Start date and time"
+msgstr "Begindatum en -tijd"
-#: ../../mod/rbmark.php:96
-msgid "URL of bookmark"
-msgstr "URL van bladwijzer"
+#: ../../mod/events.php:444 ../../mod/events.php:447
+msgid "Finish date and time are not known or not relevant"
+msgstr "Einddatum en -tijd zijn niet bekend of niet van toepassing"
-#: ../../mod/rbmark.php:97 ../../mod/appman.php:93 ../../mod/events.php:450
-msgid "Description"
-msgstr "Omschrijving"
+#: ../../mod/events.php:446
+msgid "Edit finish date and time"
+msgstr "Einddatum en -tijd bewerken"
-#: ../../mod/rbmark.php:101
-msgid "Or enter new bookmark folder name"
-msgstr "Of geef de naam op van een nieuwe bladwijzermap"
+#: ../../mod/events.php:446
+msgid "Finish date and time"
+msgstr "Einddatum en -tijd"
-#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92
-msgid "Contact not found."
-msgstr "Contact niet gevonden"
+#: ../../mod/events.php:448 ../../mod/events.php:449
+msgid "Adjust for viewer timezone"
+msgstr "Aanpassen aan de tijdzone van wie deze gebeurtenis bekijkt"
-#: ../../mod/fsuggest.php:63
-msgid "Friend suggestion sent."
-msgstr "Kanaalvoorstel verzonden."
+#: ../../mod/events.php:448
+msgid ""
+"Important for events that happen in a particular place. Not practical for "
+"global holidays."
+msgstr "Belangrijk voor gebeurtenissen die op een bepaalde locatie plaatsvinden. Niet praktisch voor wereldwijde feestdagen."
-#: ../../mod/fsuggest.php:97
-msgid "Suggest Friends"
-msgstr "Kanalen voorstellen"
+#: ../../mod/events.php:450
+msgid "Edit Description"
+msgstr "Omschrijving bewerken"
-#: ../../mod/fsuggest.php:99
-#, php-format
-msgid "Suggest a friend for %s"
-msgstr "Stel een kanaal voor aan %s"
+#: ../../mod/events.php:452
+msgid "Edit Location"
+msgstr "Locatie bewerken"
-#: ../../mod/sources.php:32
-msgid "Failed to create source. No channel selected."
-msgstr "Aanmaken bron mislukt. Geen kanaal geselecteerd."
+#: ../../mod/events.php:455 ../../mod/events.php:457
+msgid "Share this event"
+msgstr "Deel deze gebeurtenis"
-#: ../../mod/sources.php:45
-msgid "Source created."
-msgstr "Bron aangemaakt."
+#: ../../mod/events.php:462
+msgid "Advanced Options"
+msgstr "Geavanceerde opties"
-#: ../../mod/sources.php:57
-msgid "Source updated."
-msgstr "Bron aangemaakt."
+#: ../../mod/events.php:574
+msgid "l, F j"
+msgstr "l j F"
-#: ../../mod/sources.php:82
-msgid "*"
-msgstr "*"
+#: ../../mod/events.php:596
+msgid "Edit event"
+msgstr "Gebeurtenis bewerken"
-#: ../../mod/sources.php:89
-msgid "Manage remote sources of content for your channel."
-msgstr "Beheer externe bronnen met inhoud voor jouw kanaal"
+#: ../../mod/events.php:598
+msgid "Delete event"
+msgstr "Gebeurtenis verwijderen"
-#: ../../mod/sources.php:90 ../../mod/sources.php:100
-msgid "New Source"
-msgstr "Nieuwe bron"
+#: ../../mod/events.php:632
+msgid "calendar"
+msgstr "agenda"
-#: ../../mod/sources.php:101 ../../mod/sources.php:133
-msgid ""
-"Import all or selected content from the following channel into this channel "
-"and distribute it according to your channel settings."
-msgstr "Importeer complete of gedeelde inhoud vanuit het volgende kanaal naar dit kanaal, en verdeel het vervolgens volgens jouw kanaalinstellingen."
+#: ../../mod/events.php:651
+msgid "Edit Event"
+msgstr "Gebeurtenis bewerken"
-#: ../../mod/sources.php:102 ../../mod/sources.php:134
-msgid "Only import content with these words (one per line)"
-msgstr "Importeer alleen inhoud met deze woorden (één per regel)"
+#: ../../mod/events.php:651
+msgid "Create Event"
+msgstr "Gebeurtenis aanmaken"
-#: ../../mod/sources.php:102 ../../mod/sources.php:134
-msgid "Leave blank to import all public content"
-msgstr "Laat leeg om alle openbare inhoud te importeren"
+#: ../../mod/events.php:652 ../../mod/events.php:659 ../../mod/photos.php:902
+msgid "Previous"
+msgstr "Vorige"
-#: ../../mod/sources.php:123 ../../mod/sources.php:150
-msgid "Source not found."
-msgstr "Bron niet gevonden"
+#: ../../mod/events.php:653 ../../mod/events.php:660 ../../mod/photos.php:911
+#: ../../mod/setup.php:285
+msgid "Next"
+msgstr "Volgende"
-#: ../../mod/sources.php:130
-msgid "Edit Source"
-msgstr "Bron bewerken"
+#: ../../mod/events.php:661
+msgid "Today"
+msgstr "Vandaag"
-#: ../../mod/sources.php:131
-msgid "Delete Source"
-msgstr "Bron verwijderen"
+#: ../../mod/events.php:692
+msgid "Event removed"
+msgstr "Gebeurtenis verwijderd"
-#: ../../mod/sources.php:158
-msgid "Source removed"
-msgstr "Bron verwijderd"
+#: ../../mod/events.php:695
+msgid "Failed to remove event"
+msgstr "Verwijderen gebeurtenis mislukt"
-#: ../../mod/sources.php:160
-msgid "Unable to remove source."
-msgstr "Verwijderen bron mislukt."
+#: ../../mod/ffsapi.php:8
+msgid "Share content from Firefox to $Projectname"
+msgstr "Deel webpagina's vanuit Firefox met "
-#: ../../mod/notifications.php:26
-msgid "Invalid request identifier."
-msgstr "Ongeldige verzoek identificator (request identifier)"
+#: ../../mod/ffsapi.php:11
+msgid "Activate the Firefox $Projectname provider"
+msgstr "Activeer de $Projectname-service in Firefox"
-#: ../../mod/notifications.php:35
-msgid "Discard"
-msgstr "Annuleren"
+#: ../../mod/filer.php:48
+msgid "- select -"
+msgstr "- kies map -"
-#: ../../mod/tagrm.php:44 ../../mod/tagrm.php:94
-msgid "Tag removed"
-msgstr "Tag verwijderd"
+#: ../../mod/filestorage.php:82
+msgid "Permission Denied."
+msgstr "Toegang geweigerd"
-#: ../../mod/tagrm.php:119
-msgid "Remove Item Tag"
-msgstr "Verwijder item-tag"
+#: ../../mod/filestorage.php:98
+msgid "File not found."
+msgstr "Bestand niet gevonden."
-#: ../../mod/tagrm.php:121
-msgid "Select a tag to remove: "
-msgstr "Kies een tag om te verwijderen"
+#: ../../mod/filestorage.php:141
+msgid "Edit file permissions"
+msgstr "Bestandsrechten bewerken"
-#: ../../mod/tagrm.php:133 ../../mod/photos.php:951
-msgid "Remove"
-msgstr "Verwijderen"
+#: ../../mod/filestorage.php:150
+msgid "Set/edit permissions"
+msgstr "Rechten instellen/bewerken"
-#: ../../mod/directory.php:236
-#, php-format
-msgid "%d rating"
-msgid_plural "%d ratings"
-msgstr[0] "%d beoordeling"
-msgstr[1] "%d beoordelingen"
+#: ../../mod/filestorage.php:151
+msgid "Include all files and sub folders"
+msgstr "Toepassen op alle bestanden en submappen"
-#: ../../mod/directory.php:247
-msgid "Gender: "
-msgstr "Geslacht:"
+#: ../../mod/filestorage.php:152
+msgid "Return to file list"
+msgstr "Terugkeren naar bestandlijst "
-#: ../../mod/directory.php:249
-msgid "Status: "
-msgstr "Status: "
+#: ../../mod/filestorage.php:154
+msgid "Copy/paste this code to attach file to a post"
+msgstr "Kopieer/plak deze code om het bestand aan een bericht te koppelen"
-#: ../../mod/directory.php:251
-msgid "Homepage: "
-msgstr "Homepage: "
+#: ../../mod/filestorage.php:155
+msgid "Copy/paste this URL to link file from a web page"
+msgstr "Kopieer/plak deze URL om het bestand aan een externe webpagina te koppelen"
-#: ../../mod/directory.php:310
-msgid "Description:"
-msgstr "Omschrijving:"
+#: ../../mod/filestorage.php:157
+msgid "Share this file"
+msgstr "Dit bestand delen"
-#: ../../mod/directory.php:319
-msgid "Public Forum:"
-msgstr "Openbaar forum:"
+#: ../../mod/filestorage.php:158
+msgid "Show URL to this file"
+msgstr "Toon URL van dit bestand"
-#: ../../mod/directory.php:322
-msgid "Keywords: "
-msgstr "Trefwoorden: "
+#: ../../mod/filestorage.php:159
+msgid "Notify your contacts about this file"
+msgstr "Jouw connecties over dit bestand berichten"
-#: ../../mod/directory.php:325
-msgid "Don't suggest"
-msgstr "Niet voorstellen"
+#: ../../mod/follow.php:25
+msgid "Channel added."
+msgstr "Kanaal toegevoegd."
-#: ../../mod/directory.php:327
-msgid "Common connections:"
-msgstr "Gemeenschappelijke connecties:"
+#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92
+msgid "Contact not found."
+msgstr "Contact niet gevonden"
-#: ../../mod/directory.php:376
-msgid "Global Directory"
-msgstr "Volledige kanalengids"
+#: ../../mod/fsuggest.php:63
+msgid "Friend suggestion sent."
+msgstr "Kanaalvoorstel verzonden."
-#: ../../mod/directory.php:376
-msgid "Local Directory"
-msgstr "Lokale kanalengids"
+#: ../../mod/fsuggest.php:97
+msgid "Suggest Friends"
+msgstr "Kanalen voorstellen"
-#: ../../mod/directory.php:382
-msgid "Finding:"
-msgstr "Gezocht naar:"
+#: ../../mod/fsuggest.php:99
+#, php-format
+msgid "Suggest a friend for %s"
+msgstr "Stel een kanaal voor aan %s"
-#: ../../mod/directory.php:387
-msgid "next page"
-msgstr "volgende pagina"
+#: ../../mod/group.php:20
+msgid "Collection created."
+msgstr "Collectie aangemaakt"
-#: ../../mod/directory.php:387
-msgid "previous page"
-msgstr "vorige pagina"
+#: ../../mod/group.php:26
+msgid "Could not create collection."
+msgstr "Collectie kon niet aangemaakt worden"
-#: ../../mod/directory.php:388
-msgid "Sort options"
-msgstr "Sorteeropties"
+#: ../../mod/group.php:54
+msgid "Collection updated."
+msgstr "Collectie bijgewerkt."
-#: ../../mod/directory.php:389
-msgid "Alphabetic"
-msgstr "Alfabetisch"
+#: ../../mod/group.php:86
+msgid "Create a collection of channels."
+msgstr "Kanaalcollectie aanmaken"
-#: ../../mod/directory.php:390
-msgid "Reverse Alphabetic"
-msgstr "Omgekeerd alfabetisch"
+#: ../../mod/group.php:87 ../../mod/group.php:180
+msgid "Collection Name: "
+msgstr "Naam collectie:"
-#: ../../mod/directory.php:391
-msgid "Newest to Oldest"
-msgstr "Nieuw naar oud"
+#: ../../mod/group.php:89 ../../mod/group.php:183
+msgid "Members are visible to other channels"
+msgstr "Kanalen in deze collectie zijn zichtbaar voor andere kanalen"
-#: ../../mod/directory.php:392
-msgid "Oldest to Newest"
-msgstr "Oud naar nieuw"
+#: ../../mod/group.php:107
+msgid "Collection removed."
+msgstr "Collectie verwijderd"
-#: ../../mod/directory.php:409
-msgid "No entries (some entries may be hidden)."
-msgstr "Niets gevonden (sommige kanalen kunnen verborgen zijn)."
+#: ../../mod/group.php:109
+msgid "Unable to remove collection."
+msgstr "Verwijderen collectie mislukt"
-#: ../../mod/lostpass.php:15
-msgid "No valid account found."
-msgstr "Geen geldige account gevonden."
+#: ../../mod/group.php:179
+msgid "Collection Editor"
+msgstr "Collectiebewerker"
-#: ../../mod/lostpass.php:29
-msgid "Password reset request issued. Check your email."
-msgstr "Het verzoek om je wachtwoord opnieuw in te stellen is behandeld. Controleer je e-mail."
+#: ../../mod/group.php:193
+msgid "Members"
+msgstr "Kanalen"
-#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:103
-#, php-format
-msgid "Site Member (%s)"
-msgstr "Lid van hub (%s)"
+#: ../../mod/group.php:195
+msgid "All Connected Channels"
+msgstr "Alle kanaalconnecties"
-#: ../../mod/lostpass.php:40
+#: ../../mod/group.php:227
+msgid "Click on a channel to add or remove."
+msgstr "Klik op een kanaal om deze toe te voegen of te verwijderen."
+
+#: ../../mod/help.php:148
+msgid "Documentation Search"
+msgstr "Zoek documentatie"
+
+#: ../../mod/help.php:186 ../../mod/help.php:192 ../../mod/help.php:198
+msgid "Help:"
+msgstr "Hulp:"
+
+#: ../../mod/help.php:237
+msgid "$Projectname Documentation"
+msgstr "$Projectname-documentatie"
+
+#: ../../mod/home.php:57 ../../mod/home.php:65 ../../mod/siteinfo.php:61
+msgid "$Projectname"
+msgstr "$Projectname"
+
+#: ../../mod/home.php:75
#, php-format
-msgid "Password reset requested at %s"
-msgstr "Verzoek tot het opnieuw instellen van een wachtwoord op %s is ingediend"
+msgid "Welcome to %s"
+msgstr "Welkom op %s"
-#: ../../mod/lostpass.php:63
-msgid ""
-"Request could not be verified. (You may have previously submitted it.) "
-"Password reset failed."
-msgstr "Het verzoek kon niet worden geverifieerd. (Mogelijk heb je al eerder een verzoek ingediend.) Opnieuw instellen van wachtwoord is mislukt."
+#: ../../mod/id.php:11
+msgid "First Name"
+msgstr "Voornaam"
-#: ../../mod/lostpass.php:86 ../../boot.php:1496
-msgid "Password Reset"
-msgstr "Wachtwoord vergeten?"
+#: ../../mod/id.php:12
+msgid "Last Name"
+msgstr "Achternaam"
-#: ../../mod/lostpass.php:87
-msgid "Your password has been reset as requested."
-msgstr "Jouw wachtwoord is opnieuw ingesteld zoals je had verzocht."
+#: ../../mod/id.php:13
+msgid "Nickname"
+msgstr "Bijnaam"
-#: ../../mod/lostpass.php:88
-msgid "Your new password is"
-msgstr "Jouw nieuwe wachtwoord is"
+#: ../../mod/id.php:14
+msgid "Full Name"
+msgstr "Volledige naam"
-#: ../../mod/lostpass.php:89
-msgid "Save or copy your new password - and then"
-msgstr "Kopieer of sla je nieuwe wachtwoord op - en"
+#: ../../mod/id.php:20
+msgid "Profile Photo 16px"
+msgstr "Profielfoto 16px"
-#: ../../mod/lostpass.php:90
-msgid "click here to login"
-msgstr "klik dan hier om in te loggen"
+#: ../../mod/id.php:21
+msgid "Profile Photo 32px"
+msgstr "Profielfoto 32px"
-#: ../../mod/lostpass.php:91
-msgid ""
-"Your password may be changed from the <em>Settings</em> page after "
-"successful login."
-msgstr "Jouw wachtwoord kan worden veranderd onder <em>instellingen</em>, nadat je succesvol bent ingelogd."
+#: ../../mod/id.php:22
+msgid "Profile Photo 48px"
+msgstr "Profielfoto 48px"
-#: ../../mod/lostpass.php:108
-#, php-format
-msgid "Your password has changed at %s"
-msgstr "Jouw wachtwoord op %s is veranderd"
+#: ../../mod/id.php:23
+msgid "Profile Photo 64px"
+msgstr "Profielfoto 64px"
-#: ../../mod/lostpass.php:123
-msgid "Forgot your Password?"
-msgstr "Wachtwoord vergeten?"
+#: ../../mod/id.php:24
+msgid "Profile Photo 80px"
+msgstr "Profielfoto 80px"
-#: ../../mod/lostpass.php:124
-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 deze om je wachtwoord opnieuw in te stellen. Controleer hierna hier je e-mail voor verdere instructies."
+#: ../../mod/id.php:25
+msgid "Profile Photo 128px"
+msgstr "Profielfoto 128px"
-#: ../../mod/lostpass.php:125
-msgid "Email Address"
-msgstr "E-mailadres"
+#: ../../mod/id.php:26
+msgid "Timezone"
+msgstr "Tijdzone"
-#: ../../mod/lostpass.php:126
-msgid "Reset"
-msgstr "Opnieuw instellen"
+#: ../../mod/id.php:27
+msgid "Homepage URL"
+msgstr "URL homepagina"
-#: ../../mod/regdir.php:45 ../../mod/dirsearch.php:21
-msgid "This site is not a directory server"
-msgstr "Deze hub is geen kanalengidshub (directoryserver)"
+#: ../../mod/id.php:29
+msgid "Birth Year"
+msgstr "Geboortejaar"
+
+#: ../../mod/id.php:30
+msgid "Birth Month"
+msgstr "Geboortemaand"
+
+#: ../../mod/id.php:31
+msgid "Birth Day"
+msgstr "Geboortedag"
+
+#: ../../mod/id.php:32
+msgid "Birthdate"
+msgstr "Geboortedatum"
+
+#: ../../mod/id.php:33 ../../mod/profiles.php:441
+msgid "Gender"
+msgstr "Geslacht"
#: ../../mod/impel.php:192
#, php-format
@@ -6224,16 +6244,6 @@ msgstr "%s onderdeel geïnstalleerd"
msgid "%s element installation failed"
msgstr "Installatie %s-element mislukt"
-#: ../../mod/subthread.php:114
-#, php-format
-msgid "%1$s is following %2$s's %3$s"
-msgstr "%1$s volgt het %3$s van %2$s"
-
-#: ../../mod/subthread.php:116
-#, php-format
-msgid "%1$s stopped following %2$s's %3$s"
-msgstr "%1$s volgt het %3$s van %2$s niet meer"
-
#: ../../mod/import.php:28
#, php-format
msgid "Your service plan only allows %d channels."
@@ -6319,6 +6329,19 @@ msgid ""
"only once and leave this page open until finished."
msgstr "Dit proces kan enkele minuten in beslag nemen. Klik maar één keer op opslaan en verlaat deze pagina niet alvorens het proces is voltooid."
+#: ../../mod/import_items.php:101
+msgid "Import completed"
+msgstr "Importeren voltooid"
+
+#: ../../mod/import_items.php:119
+msgid "Import Items"
+msgstr "Importeer items"
+
+#: ../../mod/import_items.php:120
+msgid ""
+"Use this form to import existing posts and content from an export file."
+msgstr "Gebruik dit formulier om bestaande berichten en andere inhoud vanuit een exportbestand te importeren."
+
#: ../../mod/invite.php:25
msgid "Total invitation limit exceeded."
msgstr "Limiet voor aantal uitnodigingen overschreden."
@@ -6389,213 +6412,610 @@ msgstr "of bezoek "
msgid "3. Click [Connect]"
msgstr "3. Klik op [+ Verbinden]"
-#: ../../mod/probe.php:24 ../../mod/probe.php:30
+#: ../../mod/item.php:174
+msgid "Unable to locate original post."
+msgstr "Niet in staat om de originele locatie van het bericht te vinden. "
+
+#: ../../mod/item.php:418
+msgid "Empty post discarded."
+msgstr "Leeg bericht geannuleerd"
+
+#: ../../mod/item.php:458
+msgid "Executable content type not permitted to this channel."
+msgstr "Uitvoerbare bestanden zijn niet toegestaan op dit kanaal."
+
+#: ../../mod/item.php:822
+msgid "Duplicate post suppressed."
+msgstr "Dubbel bericht tegengehouden."
+
+#: ../../mod/item.php:953
+msgid "System error. Post not saved."
+msgstr "Systeemfout. Bericht niet opgeslagen."
+
+#: ../../mod/item.php:1220
+msgid "Unable to obtain post information from database."
+msgstr "Niet in staat om informatie over dit bericht uit de database te verkrijgen."
+
+#: ../../mod/item.php:1227
#, php-format
-msgid "Fetching URL returns error: %1$s"
-msgstr "Ophalen URL gaf een foutmelding terug: %1$s"
+msgid "You have reached your limit of %1$.0f top level posts."
+msgstr "Je hebt jouw limiet van %1$.0f berichten bereikt."
-#: ../../mod/profile_photo.php:112
-msgid "Image uploaded but image cropping failed."
-msgstr "Afbeelding geüpload, maar afbeelding kon niet worden bijgesneden. "
+#: ../../mod/item.php:1234
+#, php-format
+msgid "You have reached your limit of %1$.0f webpages."
+msgstr "Je hebt jouw limiet van %1$.0f webpagina's bereikt."
-#: ../../mod/profile_photo.php:166
-msgid "Image resize failed."
-msgstr "Afbeelding kon niet van grootte veranderd worden."
+#: ../../mod/layouts.php:176
+msgid "Comanche page description language help"
+msgstr "Hulp met de paginabeschrijvingstaal Comanche"
-#: ../../mod/profile_photo.php:212
+#: ../../mod/layouts.php:180
+msgid "Layout Description"
+msgstr "Lay-out-omschrijving"
+
+#: ../../mod/layouts.php:185
+msgid "Download PDL file"
+msgstr "Download PDL-bestand"
+
+#: ../../mod/like.php:15
+msgid "Like/Dislike"
+msgstr "Leuk/niet leuk"
+
+#: ../../mod/like.php:20
+msgid "This action is restricted to members."
+msgstr "Deze actie kan alleen door $Projectname-leden worden uitgevoerd."
+
+#: ../../mod/like.php:21
msgid ""
-"Shift-reload the page or clear browser cache if the new photo does not "
-"display immediately."
-msgstr "Vernieuw de pagina met shift+R of shift+F5, of leeg je browserbuffer, wanneer de nieuwe foto niet meteen wordt weergegeven."
+"Please <a href=\"rmagic\">login with your $Projectname ID</a> or <a "
+"href=\"register\">register as a new $Projectname member</a> to continue."
+msgstr "Je dient <a href=\"rmagic\">in te loggen met je $Projectname-account</a> of <a href=\"register\">een nieuw $Projectname-account aan te maken</a> om verder te kunnen gaan."
-#: ../../mod/profile_photo.php:250
-msgid "Image upload failed."
-msgstr "Uploaden afbeelding mislukt"
+#: ../../mod/like.php:101 ../../mod/like.php:127 ../../mod/like.php:165
+msgid "Invalid request."
+msgstr "Ongeldig verzoek"
-#: ../../mod/profile_photo.php:269
-msgid "Unable to process image."
-msgstr "Niet in staat om afbeelding te verwerken."
+#: ../../mod/like.php:142
+msgid "thing"
+msgstr "ding"
-#: ../../mod/profile_photo.php:297
-msgid "female"
-msgstr "vrouw"
+#: ../../mod/like.php:188
+msgid "Channel unavailable."
+msgstr "Kanaal niet beschikbaar."
-#: ../../mod/profile_photo.php:298
+#: ../../mod/like.php:236
+msgid "Previous action reversed."
+msgstr "Vorige actie omgedraaid"
+
+#: ../../mod/like.php:414
#, php-format
-msgid "%1$s updated her %2$s"
-msgstr "%1$s heeft haar %2$s bijgewerkt"
+msgid "%1$s agrees with %2$s's %3$s"
+msgstr "%1$s is het eens met %2$s's %3$s"
-#: ../../mod/profile_photo.php:299
-msgid "male"
-msgstr "man"
+#: ../../mod/like.php:416
+#, php-format
+msgid "%1$s doesn't agree with %2$s's %3$s"
+msgstr "%1$s is het niet eens met %2$s's %3$s"
-#: ../../mod/profile_photo.php:300
+#: ../../mod/like.php:418
#, php-format
-msgid "%1$s updated his %2$s"
-msgstr "%1$s heeft zijn %2$s bijgewerkt"
+msgid "%1$s abstains from a decision on %2$s's %3$s"
+msgstr "%1$s onthoudt zich van een besluit over %2$s's %3$s"
-#: ../../mod/profile_photo.php:302
+#: ../../mod/like.php:420
#, php-format
-msgid "%1$s updated their %2$s"
-msgstr "%1$s hebben hun %2$s bijgewerkt"
+msgid "%1$s is attending %2$s's %3$s"
+msgstr "%1$s is aanwezig op %2$s's %3$s"
-#: ../../mod/profile_photo.php:304
-msgid "profile photo"
-msgstr "profielfoto"
+#: ../../mod/like.php:422
+#, php-format
+msgid "%1$s is not attending %2$s's %3$s"
+msgstr "%1$s is niet aanwezig op %2$s's %3$s"
-#: ../../mod/profile_photo.php:368 ../../mod/profile_photo.php:409
-msgid "Photo not available."
-msgstr "Foto niet beschikbaar."
+#: ../../mod/like.php:424
+#, php-format
+msgid "%1$s may attend %2$s's %3$s"
+msgstr "%1$s is mogelijk aanwezig op %2$s's %3$s"
-#: ../../mod/profile_photo.php:450
-msgid "Upload File:"
-msgstr "Bestand uploaden:"
+#: ../../mod/like.php:520
+msgid "Action completed."
+msgstr "Actie voltooid"
-#: ../../mod/profile_photo.php:451
-msgid "Select a profile:"
-msgstr "Kies een profiel:"
+#: ../../mod/like.php:521
+msgid "Thank you."
+msgstr "Bedankt"
-#: ../../mod/profile_photo.php:452
-msgid "Upload Profile Photo"
-msgstr "Profielfoto uploaden"
+#: ../../mod/lockview.php:37
+msgid "Remote privacy information not available."
+msgstr "Privacy-informatie op afstand niet beschikbaar."
-#: ../../mod/profile_photo.php:457 ../../mod/settings.php:975
-msgid "or"
-msgstr "of"
+#: ../../mod/lockview.php:58
+msgid "Visible to:"
+msgstr "Zichtbaar voor:"
-#: ../../mod/profile_photo.php:457
-msgid "skip this step"
-msgstr "sla deze stap over"
+#: ../../mod/locs.php:21 ../../mod/locs.php:50
+msgid "Location not found."
+msgstr "Locatie niet gevonden."
-#: ../../mod/profile_photo.php:457
-msgid "select a photo from your photo albums"
-msgstr "Kies een foto uit jouw fotoalbums"
+#: ../../mod/locs.php:58
+msgid "Location lookup failed."
+msgstr "Opzoeken locatie mislukt"
-#: ../../mod/profile_photo.php:473
-msgid "Crop Image"
-msgstr "Afbeelding bijsnijden"
+#: ../../mod/locs.php:62
+msgid ""
+"Please select another location to become primary before removing the primary"
+" location."
+msgstr "Kies eerst een andere primaire locatie alvorens de huidige primaire locatie te verwijderen."
-#: ../../mod/profile_photo.php:474
-msgid "Please adjust the image cropping for optimum viewing."
-msgstr "Snij de afbeelding zo uit dat deze optimaal wordt weergegeven."
+#: ../../mod/locs.php:91
+msgid "Syncing locations"
+msgstr "Locaties synchronizeren"
-#: ../../mod/profile_photo.php:476
-msgid "Done Editing"
-msgstr "Klaar met bewerken"
+#: ../../mod/locs.php:101
+msgid "No locations found."
+msgstr "Geen locaties gevonden."
-#: ../../mod/thing.php:111
-msgid "Thing updated"
-msgstr "Ding bijgewerkt"
+#: ../../mod/locs.php:112
+msgid "Manage Channel Locations"
+msgstr "Kanaallocaties beheren"
-#: ../../mod/thing.php:163
-msgid "Object store: failed"
-msgstr "Opslaan van ding mislukt"
+#: ../../mod/locs.php:113
+msgid "Location (address)"
+msgstr "Locatie (adres)"
-#: ../../mod/thing.php:167
-msgid "Thing added"
-msgstr "Ding toegevoegd"
+#: ../../mod/locs.php:114
+msgid "Primary Location"
+msgstr "Primaire locatie"
-#: ../../mod/thing.php:193
-#, php-format
-msgid "OBJ: %1$s %2$s %3$s"
-msgstr "OBJ: %1$s %2$s %3$s"
+#: ../../mod/locs.php:115
+msgid "Drop location"
+msgstr "Locatie verwijderen"
-#: ../../mod/thing.php:256
-msgid "Show Thing"
-msgstr "Ding weergeven"
+#: ../../mod/locs.php:117
+msgid "Sync now"
+msgstr "Nu synchroniseren"
-#: ../../mod/thing.php:263
-msgid "item not found."
-msgstr "Item niet gevonden"
+#: ../../mod/locs.php:118
+msgid "Please wait several minutes between consecutive operations."
+msgstr "Wacht enkele minuten tussen opeenvolgende handelingen."
-#: ../../mod/thing.php:296
-msgid "Edit Thing"
-msgstr "Ding bewerken"
+#: ../../mod/locs.php:119
+msgid ""
+"When possible, drop a location by logging into that website/hub and removing"
+" your channel."
+msgstr "Wij adviseren, wanneer dit (nog) mogelijk is, de locatie te verwijderen door op de hub van de kloon in te loggen en het kanaal daar te verwijderen."
-#: ../../mod/thing.php:298 ../../mod/thing.php:348
-msgid "Select a profile"
-msgstr "Kies een profiel"
+#: ../../mod/locs.php:120
+msgid "Use this form to drop the location if the hub is no longer operating."
+msgstr "Gebruik dit formulier om de locatie te verwijderen wanneer de hub van de kloon niet meer operationeel is."
-#: ../../mod/thing.php:302 ../../mod/thing.php:351
-msgid "Post an activity"
-msgstr "Plaats een bericht"
+#: ../../mod/lostpass.php:15
+msgid "No valid account found."
+msgstr "Geen geldige account gevonden."
-#: ../../mod/thing.php:302 ../../mod/thing.php:351
-msgid "Only sends to viewers of the applicable profile"
-msgstr "Toont dit alleen aan diegene die het gekozen profiel mogen zien."
+#: ../../mod/lostpass.php:29
+msgid "Password reset request issued. Check your email."
+msgstr "Het verzoek om je wachtwoord opnieuw in te stellen is behandeld. Controleer je e-mail."
-#: ../../mod/thing.php:304 ../../mod/thing.php:353
-msgid "Name of thing e.g. something"
-msgstr "Naam van ding"
+#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:103
+#, php-format
+msgid "Site Member (%s)"
+msgstr "Lid van hub (%s)"
-#: ../../mod/thing.php:306 ../../mod/thing.php:354
-msgid "URL of thing (optional)"
-msgstr "URL van ding (optioneel)"
+#: ../../mod/lostpass.php:40
+#, php-format
+msgid "Password reset requested at %s"
+msgstr "Verzoek tot het opnieuw instellen van een wachtwoord op %s is ingediend"
-#: ../../mod/thing.php:308 ../../mod/thing.php:355
-msgid "URL for photo of thing (optional)"
-msgstr "URL van foto van ding (optioneel)"
+#: ../../mod/lostpass.php:63
+msgid ""
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
+msgstr "Het verzoek kon niet worden geverifieerd. (Mogelijk heb je al eerder een verzoek ingediend.) Opnieuw instellen van wachtwoord is mislukt."
-#: ../../mod/thing.php:346
-msgid "Add Thing to your Profile"
-msgstr "Ding aan je profiel toevoegen"
+#: ../../mod/lostpass.php:87
+msgid "Your password has been reset as requested."
+msgstr "Jouw wachtwoord is opnieuw ingesteld zoals je had verzocht."
-#: ../../mod/dirsearch.php:29
-msgid "This directory server requires an access token"
-msgstr "Deze kanalengidshub (directoryserver) heeft een toegangs-token nodig"
+#: ../../mod/lostpass.php:88
+msgid "Your new password is"
+msgstr "Jouw nieuwe wachtwoord is"
-#: ../../mod/editblock.php:118
-msgid "Delete block?"
-msgstr "Blok verwijderen"
+#: ../../mod/lostpass.php:89
+msgid "Save or copy your new password - and then"
+msgstr "Kopieer of sla je nieuwe wachtwoord op - en"
-#: ../../mod/editblock.php:180
-msgid "Edit Block"
-msgstr "Blok bewerken"
+#: ../../mod/lostpass.php:90
+msgid "click here to login"
+msgstr "klik dan hier om in te loggen"
-#: ../../mod/removeaccount.php:30
+#: ../../mod/lostpass.php:91
msgid ""
-"Account removals are not allowed within 48 hours of changing the account "
-"password."
-msgstr "Het verwijderen van een account is niet toegestaan binnen 48 uur nadat het wachtwoord is veranderd."
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
+msgstr "Jouw wachtwoord kan worden veranderd onder <em>instellingen</em>, nadat je succesvol bent ingelogd."
-#: ../../mod/removeaccount.php:57
-msgid "Remove This Account"
-msgstr "Verwijder dit account"
+#: ../../mod/lostpass.php:108
+#, php-format
+msgid "Your password has changed at %s"
+msgstr "Jouw wachtwoord op %s is veranderd"
-#: ../../mod/removeaccount.php:58
-msgid ""
-"This account and all its channels will be completely removed from the "
-"network. "
-msgstr "Dit account en al zijn kanalen worden volledig uit het $Projectname-netwerk verwijderd."
+#: ../../mod/lostpass.php:123
+msgid "Forgot your Password?"
+msgstr "Wachtwoord vergeten?"
-#: ../../mod/removeaccount.php:60
+#: ../../mod/lostpass.php:124
msgid ""
-"Remove this account, all its channels and all its channel clones from the "
-"network"
-msgstr "Dit account, al zijn kanalen en alle klonen van zijn kanalen uit het $Projectname-netwerk verwijderen"
+"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 deze om je wachtwoord opnieuw in te stellen. Controleer hierna hier je e-mail voor verdere instructies."
-#: ../../mod/removeaccount.php:60
-msgid ""
-"By default only the instances of the channels located on this hub will be "
-"removed from the network"
-msgstr "Standaard worden alleen de kanalen die zich op deze hub bevinden uit het $Projectname-netwerk verwijderd"
+#: ../../mod/lostpass.php:125
+msgid "Email Address"
+msgstr "E-mailadres"
-#: ../../mod/removeaccount.php:61 ../../mod/settings.php:700
-msgid "Remove Account"
-msgstr "Account verwijderen"
+#: ../../mod/lostpass.php:126
+msgid "Reset"
+msgstr "Opnieuw instellen"
-#: ../../mod/import_items.php:101
-msgid "Import completed"
-msgstr "Importeren voltooid"
+#: ../../mod/magic.php:69
+msgid "Hub not found."
+msgstr "Hub niet gevonden."
-#: ../../mod/import_items.php:119
-msgid "Import Items"
-msgstr "Importeer items"
+#: ../../mod/mail.php:34
+msgid "Unable to lookup recipient."
+msgstr "Niet in staat om ontvanger op te zoeken."
-#: ../../mod/import_items.php:120
+#: ../../mod/mail.php:42
+msgid "Unable to communicate with requested channel."
+msgstr "Niet in staat om met het aangevraagde kanaal te communiceren."
+
+#: ../../mod/mail.php:49
+msgid "Cannot verify requested channel."
+msgstr "Kan opgevraagd kanaal niet verifieren"
+
+#: ../../mod/mail.php:75
+msgid "Selected channel has private message restrictions. Send failed."
+msgstr "Gekozen kanaal heeft restricties voor privéberichten. Verzenden mislukt."
+
+#: ../../mod/mail.php:140
+msgid "Messages"
+msgstr "Berichten"
+
+#: ../../mod/mail.php:175
+msgid "Message recalled."
+msgstr "Bericht ingetrokken."
+
+#: ../../mod/mail.php:188
+msgid "Conversation removed."
+msgstr "Conversatie verwijderd"
+
+#: ../../mod/mail.php:231
+msgid "Requested channel is not in this network"
+msgstr "Opgevraagd kanaal is niet in dit netwerk beschikbaar"
+
+#: ../../mod/mail.php:239
+msgid "Send Private Message"
+msgstr "Privébericht versturen"
+
+#: ../../mod/mail.php:240 ../../mod/mail.php:370
+msgid "To:"
+msgstr "Aan:"
+
+#: ../../mod/mail.php:243 ../../mod/mail.php:372
+msgid "Subject:"
+msgstr "Onderwerp:"
+
+#: ../../mod/mail.php:250
+msgid "Send"
+msgstr "Verzenden"
+
+#: ../../mod/mail.php:342
+msgid "Delete message"
+msgstr "Bericht verwijderen"
+
+#: ../../mod/mail.php:343
+msgid "Delivery report"
+msgstr "Afleveringsrapport"
+
+#: ../../mod/mail.php:344
+msgid "Recall message"
+msgstr "Bericht intrekken"
+
+#: ../../mod/mail.php:346
+msgid "Message has been recalled."
+msgstr "Bericht is ingetrokken."
+
+#: ../../mod/mail.php:363
+msgid "Delete Conversation"
+msgstr "Verwijder conversatie"
+
+#: ../../mod/mail.php:365
msgid ""
-"Use this form to import existing posts and content from an export file."
-msgstr "Gebruik dit formulier om bestaande berichten en andere inhoud vanuit een exportbestand te importeren."
+"No secure communications available. You <strong>may</strong> be able to "
+"respond from the sender's profile page."
+msgstr "Geen veilige communicatie beschikbaar. <strong>Mogelijk</strong> kan je reageren op de kanaalpagina van de afzender."
+
+#: ../../mod/mail.php:369
+msgid "Send Reply"
+msgstr "Antwoord versturen"
+
+#: ../../mod/mail.php:374
+#, php-format
+msgid "Your message for %s (%s):"
+msgstr "Jouw privébericht aan %s (%s):"
+
+#: ../../mod/manage.php:130
+#, php-format
+msgid "You have created %1$.0f of %2$.0f allowed channels."
+msgstr "Je hebt %1$.0f van totaal %2$.0f toegestane kanalen aangemaakt."
+
+#: ../../mod/manage.php:138
+msgid "Create a new channel"
+msgstr "Nieuw kanaal aanmaken"
+
+#: ../../mod/manage.php:161
+msgid "Current Channel"
+msgstr "Huidig kanaal"
+
+#: ../../mod/manage.php:163
+msgid "Switch to one of your channels by selecting it."
+msgstr "Activeer een van jouw andere kanalen door er op te klikken."
+
+#: ../../mod/manage.php:164
+msgid "Default Channel"
+msgstr "Standaardkanaal"
+
+#: ../../mod/manage.php:165
+msgid "Make Default"
+msgstr "Als standaard instellen"
+
+#: ../../mod/manage.php:168
+#, php-format
+msgid "%d new messages"
+msgstr "%d nieuwe berichten"
+
+#: ../../mod/manage.php:169
+#, php-format
+msgid "%d new introductions"
+msgstr "%d nieuwe connectieverzoeken"
+
+#: ../../mod/manage.php:171
+msgid "Delegated Channels"
+msgstr "Uitbestede kanalen"
+
+#: ../../mod/match.php:22
+msgid "Profile Match"
+msgstr "Profielovereenkomst"
+
+#: ../../mod/match.php:31
+msgid "No keywords to match. Please add keywords to your default profile."
+msgstr "Je hebt geen trefwoorden waarmee overeenkomsten gevonden kunnen worden. Voeg enkele trefwoorden aan je standaardprofiel toe."
+
+#: ../../mod/match.php:63
+msgid "is interested in:"
+msgstr "is geïnteresseerd in:"
+
+#: ../../mod/match.php:70
+msgid "No matches"
+msgstr "Geen overeenkomsten"
+
+#: ../../mod/menu.php:45
+msgid "Unable to update menu."
+msgstr "Niet in staat om menu aan te passen"
+
+#: ../../mod/menu.php:56
+msgid "Unable to create menu."
+msgstr "Niet in staat om menu aan te maken."
+
+#: ../../mod/menu.php:94 ../../mod/menu.php:106
+msgid "Menu Name"
+msgstr "Menunaam"
+
+#: ../../mod/menu.php:94
+msgid "Unique name (not visible on webpage) - required"
+msgstr "Unieke naam vereist (niet zichtbaar op webpagina)"
+
+#: ../../mod/menu.php:95 ../../mod/menu.php:107
+msgid "Menu Title"
+msgstr "Menutitel"
+
+#: ../../mod/menu.php:95
+msgid "Visible on webpage - leave empty for no title"
+msgstr "Zichtbaar op webpagina (leeg laten voor geen titel)"
+
+#: ../../mod/menu.php:96
+msgid "Allow Bookmarks"
+msgstr "Bladwijzers toestaan"
+
+#: ../../mod/menu.php:96 ../../mod/menu.php:153
+msgid "Menu may be used to store saved bookmarks"
+msgstr "Menu kan gebruikt worden om bladwijzers in op te slaan"
+
+#: ../../mod/menu.php:97 ../../mod/menu.php:155
+msgid "Submit and proceed"
+msgstr "Opslaan en doorgaan"
+
+#: ../../mod/menu.php:109
+msgid "Drop"
+msgstr "Verwijderen"
+
+#: ../../mod/menu.php:113
+msgid "Bookmarks allowed"
+msgstr "Bladwijzers toegestaan"
+
+#: ../../mod/menu.php:115
+msgid "Delete this menu"
+msgstr "Menu verwijderen"
+
+#: ../../mod/menu.php:116 ../../mod/menu.php:150
+msgid "Edit menu contents"
+msgstr "Bewerk de inhoud van het menu"
+
+#: ../../mod/menu.php:117
+msgid "Edit this menu"
+msgstr "Dit menu bewerken"
+
+#: ../../mod/menu.php:132
+msgid "Menu could not be deleted."
+msgstr "Menu kon niet verwijderd worden."
+
+#: ../../mod/menu.php:140 ../../mod/mitem.php:24
+msgid "Menu not found."
+msgstr "Menu niet gevonden."
+
+#: ../../mod/menu.php:145
+msgid "Edit Menu"
+msgstr "Menu bewerken"
+
+#: ../../mod/menu.php:149
+msgid "Add or remove entries to this menu"
+msgstr "Items aan dit menu toevoegen of verwijder"
+
+#: ../../mod/menu.php:151
+msgid "Menu name"
+msgstr "Naam van menu"
+
+#: ../../mod/menu.php:151
+msgid "Must be unique, only seen by you"
+msgstr "Moet uniek zijn en is alleen zichtbaar voor jou."
+
+#: ../../mod/menu.php:152
+msgid "Menu title"
+msgstr "Titel van menu"
+
+#: ../../mod/menu.php:152
+msgid "Menu title as seen by others"
+msgstr "Titel van menu zoals anderen dat zien."
+
+#: ../../mod/menu.php:153
+msgid "Allow bookmarks"
+msgstr "Bladwijzers toestaan"
+
+#: ../../mod/menu.php:162 ../../mod/mitem.php:116 ../../mod/xchan.php:37
+msgid "Not found."
+msgstr "Niet gevonden."
+
+#: ../../mod/mitem.php:48
+msgid "Unable to create element."
+msgstr "Niet in staat om onderdeel aan te maken."
+
+#: ../../mod/mitem.php:72
+msgid "Unable to update menu element."
+msgstr "Menu-onderdeel kan niet worden geüpdatet."
+
+#: ../../mod/mitem.php:88
+msgid "Unable to add menu element."
+msgstr "Menu-onderdeel kan niet worden toegevoegd."
+
+#: ../../mod/mitem.php:149 ../../mod/mitem.php:222
+msgid "Menu Item Permissions"
+msgstr "Permissies menu-item"
+
+#: ../../mod/mitem.php:150 ../../mod/mitem.php:223 ../../mod/settings.php:1056
+msgid "(click to open/close)"
+msgstr "(klik om te openen/sluiten)"
+
+#: ../../mod/mitem.php:152 ../../mod/mitem.php:168
+msgid "Link Name"
+msgstr "Linknaam"
+
+#: ../../mod/mitem.php:153 ../../mod/mitem.php:227
+msgid "Link or Submenu Target"
+msgstr "Linkdoel of submenu-doel"
+
+#: ../../mod/mitem.php:153
+msgid "Enter URL of the link or select a menu name to create a submenu"
+msgstr "Geef de URL van de link of kies een menunaam om een submenu aan te maken"
+
+#: ../../mod/mitem.php:154 ../../mod/mitem.php:228
+msgid "Use magic-auth if available"
+msgstr "Gebruik magic-auth wanneer beschikbaar"
+
+#: ../../mod/mitem.php:155 ../../mod/mitem.php:229
+msgid "Open link in new window"
+msgstr "Open link in nieuw venster"
+
+#: ../../mod/mitem.php:156 ../../mod/mitem.php:230
+msgid "Order in list"
+msgstr "Volgorde in lijst"
+
+#: ../../mod/mitem.php:156 ../../mod/mitem.php:230
+msgid "Higher numbers will sink to bottom of listing"
+msgstr "Hogere nummers komen onderaan de lijst terecht"
+
+#: ../../mod/mitem.php:157
+msgid "Submit and finish"
+msgstr "Opslaan en afsluiten"
+
+#: ../../mod/mitem.php:158
+msgid "Submit and continue"
+msgstr "Opslaan en doorgaan"
+
+#: ../../mod/mitem.php:166
+msgid "Menu:"
+msgstr "Menu:"
+
+#: ../../mod/mitem.php:169
+msgid "Link Target"
+msgstr "Linkdoel"
+
+#: ../../mod/mitem.php:172
+msgid "Edit menu"
+msgstr "Menu bewerken"
+
+#: ../../mod/mitem.php:175
+msgid "Edit element"
+msgstr "Onderdeel bewerken"
+
+#: ../../mod/mitem.php:176
+msgid "Drop element"
+msgstr "Onderdeel verwijderen"
+
+#: ../../mod/mitem.php:177
+msgid "New element"
+msgstr "Nieuw element"
+
+#: ../../mod/mitem.php:178
+msgid "Edit this menu container"
+msgstr "Deze menu-container bewerken"
+
+#: ../../mod/mitem.php:179
+msgid "Add menu element"
+msgstr "Menu-element toevoegen"
+
+#: ../../mod/mitem.php:180
+msgid "Delete this menu item"
+msgstr "Dit menu-item verwijderen"
+
+#: ../../mod/mitem.php:181
+msgid "Edit this menu item"
+msgstr "Dit menu-item bewerken"
+
+#: ../../mod/mitem.php:198
+msgid "Menu item not found."
+msgstr "Menu-item niet gevonden."
+
+#: ../../mod/mitem.php:211
+msgid "Menu item deleted."
+msgstr "Menu-item verwijderd."
+
+#: ../../mod/mitem.php:213
+msgid "Menu item could not be deleted."
+msgstr "Menu-item kon niet worden verwijderd."
+
+#: ../../mod/mitem.php:220
+msgid "Edit Menu Element"
+msgstr "Menu-element bewerken"
+
+#: ../../mod/mitem.php:226
+msgid "Link text"
+msgstr "Linktekst"
+
+#: ../../mod/mood.php:132
+msgid "Set your current mood and tell your friends"
+msgstr "Noteer je huidige stemming en toon het aan je connecties"
#: ../../mod/network.php:91
msgid "No such group"
@@ -6613,10 +7033,6 @@ msgstr "forum"
msgid "Search Results For:"
msgstr "Zoekresultaten voor:"
-#: ../../mod/network.php:169 ../../mod/channel.php:131 ../../mod/rpost.php:114
-msgid "Public"
-msgstr "Openbaar"
-
#: ../../mod/network.php:207
msgid "Collection is empty"
msgstr "Collectie is leeg"
@@ -6629,6 +7045,108 @@ msgstr "Collectie: "
msgid "Invalid connection."
msgstr "Ongeldige connectie."
+#: ../../mod/new_channel.php:120
+msgid "Add a Channel"
+msgstr "Kanaal toevoegen"
+
+#: ../../mod/new_channel.php:121
+msgid ""
+"A channel is your own collection of related web pages. A channel can be used"
+" to hold social network profiles, blogs, conversation groups and forums, "
+"celebrity pages, and much more. You may create as many channels as your "
+"service provider allows."
+msgstr "Naast een account moet je tenminste één kanaal aanmaken. Een kanaal is een persoonlijke verzameling (gerelateerde) berichten en media, zoals je misschien gewend bent van sociale netwerken. Een kanaal kan gebruikt worden voor social media, een blog, forum, en voor veel meer. Je kan net zoveel kanalen aanmaken als dat de eigenaar/beheerder van jouw hub toestaat."
+
+#: ../../mod/new_channel.php:123 ../../mod/sources.php:103
+#: ../../mod/sources.php:137
+msgid "Channel Name"
+msgstr "Kanaalnaam"
+
+#: ../../mod/new_channel.php:124
+msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "
+msgstr "Jouw naam of een andere relevante naam. Voorbeelden: \"Jan Pietersen\", \"Willems weblog\", \"Familieforum\""
+
+#: ../../mod/new_channel.php:125
+msgid "Choose a short nickname"
+msgstr "Korte bijnaam"
+
+#: ../../mod/new_channel.php:126
+msgid ""
+"Your nickname will be used to create an easily remembered channel address "
+"(like an email address) which you can share with others."
+msgstr "Deze bijnaam (geen spaties) wordt gebruikt om een makkelijk te onthouden kanaaladres (zoals een e-mailadres) en het internetadres (URL) van jouw kanaal aan te maken, die je dan met anderen kunt delen. Voorbeeld: <b>janp</b> wordt <em>janp@jouw_hub.nl</em> en <em>https://jouw_hub.nl/channel/janp</em>."
+
+#: ../../mod/new_channel.php:127
+msgid "Or <a href=\"import\">import an existing channel</a> from another location"
+msgstr "Of <a href=\"import\">importeer een bestaand kanaal</a> vanaf een andere locatie."
+
+#: ../../mod/new_channel.php:129
+msgid ""
+"Please choose a channel type (such as social networking or community forum) "
+"and privacy requirements so we can select the best permissions for you"
+msgstr "Kies een kanaaltype en het door jouw gewenste privacy-niveau, zodat automatisch de beste permissies kunnen worden ingesteld. Dit kan later, indien gewenst, worden veranderd."
+
+#: ../../mod/new_channel.php:130
+msgid "Channel Type"
+msgstr "Kanaaltype"
+
+#: ../../mod/new_channel.php:130
+msgid "Read more about roles"
+msgstr "Lees meer over kanaaltypes"
+
+#: ../../mod/notifications.php:26
+msgid "Invalid request identifier."
+msgstr "Ongeldige verzoek identificator (request identifier)"
+
+#: ../../mod/notifications.php:35
+msgid "Discard"
+msgstr "Annuleren"
+
+#: ../../mod/notifications.php:94 ../../mod/notify.php:53
+msgid "No more system notifications."
+msgstr "Geen systeemnotificaties meer."
+
+#: ../../mod/notifications.php:98 ../../mod/notify.php:57
+msgid "System Notifications"
+msgstr "Systeemnotificaties"
+
+#: ../../mod/oexchange.php:23
+msgid "Unable to find your hub."
+msgstr "Niet in staat om je hub te vinden"
+
+#: ../../mod/oexchange.php:37
+msgid "Post successful."
+msgstr "Verzenden bericht geslaagd."
+
+#: ../../mod/openid.php:26
+msgid "OpenID protocol error. No ID returned."
+msgstr "OpenID-protocolfout. Geen ID terugontvangen."
+
+#: ../../mod/page.php:126
+msgid ""
+"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod "
+"tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,"
+" quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo "
+"consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse "
+"cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat "
+"non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
+msgstr "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
+
+#: ../../mod/pconfig.php:27 ../../mod/pconfig.php:60
+msgid "This setting requires special processing and editing has been blocked."
+msgstr "Deze instelling vereist een speciaal proces en bewerken is geblokkeerd."
+
+#: ../../mod/pconfig.php:49
+msgid "Configuration Editor"
+msgstr "Configuratiebewerker"
+
+#: ../../mod/pconfig.php:50
+msgid ""
+"Warning: Changing some settings could render your channel inoperable. Please"
+" leave this page unless you are comfortable with and knowledgeable about how"
+" to correctly use this feature."
+msgstr "Waarschuwing: het veranderen van sommige instellingen kunnen jouw kanaal onklaar maken. Verlaat deze pagina, tenzij je weet waar je mee bezig bent en voldoende kennis bezit over hoe je deze functies moet gebruiken. "
+
#: ../../mod/pdledit.php:13
msgid "Layout updated."
msgstr "Lay-out bijgewerkt."
@@ -6649,849 +7167,837 @@ msgstr "Modulenaam:"
msgid "Layout Help"
msgstr "Lay-out-hulp"
-#: ../../mod/register.php:44
-msgid "Maximum daily site registrations exceeded. Please try again tomorrow."
-msgstr "Maximum toegestane dagelijkse registraties op deze $Projectname-hub bereikt. Probeer het morgen (UTC) nogmaals."
+#: ../../mod/photos.php:79
+msgid "Page owner information could not be retrieved."
+msgstr "Informatie over de pagina-eigenaar werd niet ontvangen."
-#: ../../mod/register.php:50
-msgid ""
-"Please indicate acceptance of the Terms of Service. Registration failed."
-msgstr "Registratie mislukt. De gebruiksvoorwaarden dienen wel geaccepteerd te worden."
+#: ../../mod/photos.php:100
+msgid "Album not found."
+msgstr "Album niet gevonden."
-#: ../../mod/register.php:84
-msgid "Passwords do not match."
-msgstr "Wachtwoorden komen niet met elkaar overeen."
+#: ../../mod/photos.php:127
+msgid "Delete Album"
+msgstr "Verwijder album"
-#: ../../mod/register.php:119
-msgid ""
-"Registration successful. Please check your email for validation "
-"instructions."
-msgstr "Registratie geslaagd. Controleer je e-mail voor instructies."
+#: ../../mod/photos.php:171 ../../mod/photos.php:1006
+msgid "Delete Photo"
+msgstr "Verwijder foto"
-#: ../../mod/register.php:125
-msgid "Your registration is pending approval by the site owner."
-msgstr "Jouw accountregistratie wacht op goedkeuring van de beheerder van deze $Projectname-hub."
+#: ../../mod/photos.php:501
+msgid "No photos selected"
+msgstr "Geen foto's geselecteerd"
-#: ../../mod/register.php:128
-msgid "Your registration can not be processed."
-msgstr "Jouw registratie kan niet verwerkt worden."
+#: ../../mod/photos.php:550
+msgid "Access to this item is restricted."
+msgstr "Toegang tot dit item is beperkt."
-#: ../../mod/register.php:165
-msgid "Registration on this site/hub is by approval only."
-msgstr "Registraties op deze $Projectname-hub moeten eerst worden goedgekeurd."
+#: ../../mod/photos.php:589
+#, php-format
+msgid "%1$.2f MB of %2$.2f MB photo storage used."
+msgstr "%1$.2f MB van %2$.2f MB aan foto-opslag gebruikt."
-#: ../../mod/register.php:166
-msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>"
-msgstr "<a href=\"pubsites\">Registreer op een andere $Projectname-hub</a>"
+#: ../../mod/photos.php:592
+#, php-format
+msgid "%1$.2f MB photo storage used."
+msgstr "%1$.2f MB aan foto-opslag gebruikt."
-#: ../../mod/register.php:176
-msgid ""
-"This site has exceeded the number of allowed daily account registrations. "
-"Please try again tomorrow."
-msgstr "Deze $Projectname-hub heeft het maximum aantal dagelijks toegestane registraties bereikt. Probeer het morgen (UTC) nogmaals."
+#: ../../mod/photos.php:620
+msgid "Upload Photos"
+msgstr "Foto's uploaden"
-#: ../../mod/register.php:187
-msgid "Terms of Service"
-msgstr "Gebruiksvoorwaarden"
+#: ../../mod/photos.php:624
+msgid "Enter an album name"
+msgstr "Vul een albumnaam in"
-#: ../../mod/register.php:193
-#, php-format
-msgid "I accept the %s for this website"
-msgstr "Ik accepteer de %s van deze $Projectname-hub"
+#: ../../mod/photos.php:625
+msgid "or select an existing album (doubleclick)"
+msgstr "of kies een bestaand album (dubbelklikken)"
-#: ../../mod/register.php:195
-#, php-format
-msgid "I am over 13 years of age and accept the %s for this website"
-msgstr "Ik accepteer de %s van deze $Projectname-hub"
+#: ../../mod/photos.php:626
+msgid "Create a status post for this upload"
+msgstr "Plaats een bericht voor deze upload."
-#: ../../mod/register.php:209 ../../mod/admin.php:448
-msgid "Registration"
-msgstr "Registratie"
+#: ../../mod/photos.php:627
+msgid "Caption (optional):"
+msgstr "Bijschrift (optioneel):"
-#: ../../mod/register.php:214
-msgid "Membership on this site is by invitation only."
-msgstr "Registreren op deze $Projectname-hub kan alleen op uitnodiging."
+#: ../../mod/photos.php:628
+msgid "Description (optional):"
+msgstr "Omschrijving (optioneel):"
-#: ../../mod/register.php:215
-msgid "Please enter your invitation code"
-msgstr "Vul jouw uitnodigingscode in"
+#: ../../mod/photos.php:655
+msgid "Album name could not be decoded"
+msgstr "Albumnaam kon niet gedecodeerd worden"
-#: ../../mod/register.php:218
-msgid "Your email address"
-msgstr "Jouw e-mailadres"
+#: ../../mod/photos.php:699 ../../mod/photos.php:1233
+#: ../../mod/photos.php:1250
+msgid "Contact Photos"
+msgstr "Connectiefoto's"
-#: ../../mod/register.php:219
-msgid "Choose a password"
-msgstr "Geef een wachtwoord op"
+#: ../../mod/photos.php:722
+msgid "Show Newest First"
+msgstr "Nieuwste eerst weergeven"
-#: ../../mod/register.php:220
-msgid "Please re-enter your password"
-msgstr "Geef het wachtwoord opnieuw op"
+#: ../../mod/photos.php:724
+msgid "Show Oldest First"
+msgstr "Oudste eerst weergeven"
-#: ../../mod/admin.php:54
-msgid "Theme settings updated."
-msgstr "Thema-instellingen bijgewerkt."
+#: ../../mod/photos.php:824
+msgid "Permission denied. Access to this item may be restricted."
+msgstr "Toegang geweigerd. Toegang tot dit item kan zijn beperkt."
-#: ../../mod/admin.php:162
-msgid "# Accounts"
-msgstr "# accounts"
+#: ../../mod/photos.php:826
+msgid "Photo not available"
+msgstr "Foto niet aanwezig"
-#: ../../mod/admin.php:163
-msgid "# blocked accounts"
-msgstr "# geblokkeerde accounts"
+#: ../../mod/photos.php:884
+msgid "Use as profile photo"
+msgstr "Als profielfoto gebruiken"
-#: ../../mod/admin.php:164
-msgid "# expired accounts"
-msgstr "# verlopen accounts"
+#: ../../mod/photos.php:891
+msgid "Private Photo"
+msgstr "Privéfoto"
-#: ../../mod/admin.php:165
-msgid "# expiring accounts"
-msgstr "# accounts die nog moeten verlopen"
+#: ../../mod/photos.php:906
+msgid "View Full Size"
+msgstr "Volledige grootte weergeven"
-#: ../../mod/admin.php:176
-msgid "# Channels"
-msgstr "# Kanalen"
+#: ../../mod/photos.php:951 ../../mod/tagrm.php:133
+msgid "Remove"
+msgstr "Verwijderen"
-#: ../../mod/admin.php:177
-msgid "# primary"
-msgstr "# primair"
+#: ../../mod/photos.php:985
+msgid "Edit photo"
+msgstr "Foto bewerken"
-#: ../../mod/admin.php:178
-msgid "# clones"
-msgstr "# klonen"
+#: ../../mod/photos.php:987
+msgid "Rotate CW (right)"
+msgstr "Draai met de klok mee (naar rechts)"
-#: ../../mod/admin.php:184
-msgid "Message queues"
-msgstr "Berichtenwachtrij"
+#: ../../mod/photos.php:988
+msgid "Rotate CCW (left)"
+msgstr "Draai tegen de klok in (naar links)"
-#: ../../mod/admin.php:200 ../../mod/admin.php:445 ../../mod/admin.php:545
-#: ../../mod/admin.php:812 ../../mod/admin.php:976 ../../mod/admin.php:1073
-#: ../../mod/admin.php:1113 ../../mod/admin.php:1273 ../../mod/admin.php:1307
-#: ../../mod/admin.php:1392
-msgid "Administration"
-msgstr "Beheer"
+#: ../../mod/photos.php:991
+msgid "Enter a new album name"
+msgstr "Vul een nieuwe albumnaam in"
-#: ../../mod/admin.php:201
-msgid "Summary"
-msgstr "Samenvatting"
+#: ../../mod/photos.php:992
+msgid "or select an existing one (doubleclick)"
+msgstr "of kies een bestaand album (dubbelklikken)"
-#: ../../mod/admin.php:204
-msgid "Registered accounts"
-msgstr "Geregistreerde accounts"
+#: ../../mod/photos.php:995
+msgid "Caption"
+msgstr "Bijschrift"
-#: ../../mod/admin.php:205 ../../mod/admin.php:549
-msgid "Pending registrations"
-msgstr "Accounts die op goedkeuring wachten"
+#: ../../mod/photos.php:997
+msgid "Add a Tag"
+msgstr "Tag toevoegen"
-#: ../../mod/admin.php:206
-msgid "Registered channels"
-msgstr "Geregistreerde kanalen"
+#: ../../mod/photos.php:1001
+msgid "Example: @bob, @Barbara_Jensen, @jim@example.com"
+msgstr "Voorbeeld: @bob, @Barbara_Jansen, @jan@voorbeeld.nl"
-#: ../../mod/admin.php:207 ../../mod/admin.php:550
-msgid "Active plugins"
-msgstr "Ingeschakelde plug-ins"
+#: ../../mod/photos.php:1004
+msgid "Flag as adult in album view"
+msgstr "Markeer als voor volwassenen in albumweergave"
-#: ../../mod/admin.php:208
-msgid "Version"
-msgstr "Versie"
+#: ../../mod/photos.php:1196
+msgid "In This Photo:"
+msgstr "Op deze foto:"
-#: ../../mod/admin.php:329
-msgid "Site settings updated."
-msgstr "Hub-instellingen bijgewerkt."
+#: ../../mod/photos.php:1201
+msgid "Map"
+msgstr "Kaart"
-#: ../../mod/admin.php:366 ../../mod/settings.php:793
-msgid "mobile"
-msgstr "mobiel"
+#: ../../mod/photos.php:1289
+msgid "View Album"
+msgstr "Album weergeven"
-#: ../../mod/admin.php:368
-msgid "experimental"
-msgstr "experimenteel"
+#: ../../mod/photos.php:1300 ../../mod/photos.php:1313
+#: ../../mod/photos.php:1314
+msgid "Recent Photos"
+msgstr "Recente foto's"
-#: ../../mod/admin.php:370
-msgid "unsupported"
-msgstr "Niet ondersteund"
+#: ../../mod/ping.php:260
+msgid "sent you a private message"
+msgstr "stuurde jou een privébericht"
-#: ../../mod/admin.php:416
-msgid "Yes - with approval"
-msgstr "Ja - met goedkeuring"
+#: ../../mod/ping.php:308
+msgid "added your channel"
+msgstr "voegde jouw kanaal toe"
-#: ../../mod/admin.php:422
-msgid "My site is not a public server"
-msgstr "Mijn $Projectname-hub is niet openbaar"
+#: ../../mod/ping.php:350
+msgid "posted an event"
+msgstr "plaatste een gebeurtenis"
-#: ../../mod/admin.php:423
-msgid "My site has paid access only"
-msgstr "Mijn $Projectname-hub kent alleen betaalde toegang"
+#: ../../mod/poke.php:164
+msgid "Poke/Prod"
+msgstr "Aanstoten/porren"
-#: ../../mod/admin.php:424
-msgid "My site has free access only"
-msgstr "Mijn $Projectname-hub kent alleen gratis toegang"
+#: ../../mod/poke.php:165
+msgid "poke, prod or do other things to somebody"
+msgstr "aanstoten, porren of andere dingen met iemand doen"
-#: ../../mod/admin.php:425
-msgid "My site offers free accounts with optional paid upgrades"
-msgstr "Mijn $Projectname-hub biedt gratis accounts aan met betaalde uitbreidingen als optie"
+#: ../../mod/poke.php:166
+msgid "Recipient"
+msgstr "Ontvanger"
-#: ../../mod/admin.php:449
-msgid "File upload"
-msgstr "Bestand uploaden"
+#: ../../mod/poke.php:167
+msgid "Choose what you wish to do to recipient"
+msgstr "Kies wat je met de ontvanger wil doen"
-#: ../../mod/admin.php:450
-msgid "Policies"
-msgstr "Beleid"
+#: ../../mod/poke.php:170
+msgid "Make this post private"
+msgstr "Maak dit bericht privé"
-#: ../../mod/admin.php:455
-msgid "Site name"
-msgstr "Naam van deze $Projectname-hub"
+#: ../../mod/probe.php:24 ../../mod/probe.php:30
+#, php-format
+msgid "Fetching URL returns error: %1$s"
+msgstr "Ophalen URL gaf een foutmelding terug: %1$s"
-#: ../../mod/admin.php:456
-msgid "Banner/Logo"
-msgstr "Banner/logo"
+#: ../../mod/profile_photo.php:112
+msgid "Image uploaded but image cropping failed."
+msgstr "Afbeelding geüpload, maar afbeelding kon niet worden bijgesneden. "
-#: ../../mod/admin.php:457
-msgid "Administrator Information"
-msgstr "Informatie over de beheerder van deze hub"
+#: ../../mod/profile_photo.php:166
+msgid "Image resize failed."
+msgstr "Afbeelding kon niet van grootte veranderd worden."
-#: ../../mod/admin.php:457
+#: ../../mod/profile_photo.php:212
msgid ""
-"Contact information for site administrators. Displayed on siteinfo page. "
-"BBCode can be used here"
-msgstr "Contactinformatie voor hub-beheerders. Getoond op pagina met hub-informatie. Er kan hier bbcode gebruikt worden."
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
+msgstr "Vernieuw de pagina met shift+R of shift+F5, of leeg je browserbuffer, wanneer de nieuwe foto niet meteen wordt weergegeven."
-#: ../../mod/admin.php:458
-msgid "System language"
-msgstr "Standaardtaal"
+#: ../../mod/profile_photo.php:250
+msgid "Image upload failed."
+msgstr "Uploaden afbeelding mislukt"
-#: ../../mod/admin.php:459
-msgid "System theme"
-msgstr "Standaardthema"
+#: ../../mod/profile_photo.php:269
+msgid "Unable to process image."
+msgstr "Niet in staat om afbeelding te verwerken."
-#: ../../mod/admin.php:459
-msgid ""
-"Default system theme - may be over-ridden by user profiles - <a href='#' "
-"id='cnftheme'>change theme settings</a>"
-msgstr "Standaardthema voor $Projectname-hub (kan door lid veranderd worden) - <a href='#' id='cnftheme'>verander thema-instellingen</a>"
+#: ../../mod/profile_photo.php:297
+msgid "female"
+msgstr "vrouw"
-#: ../../mod/admin.php:460
-msgid "Mobile system theme"
-msgstr "Standaardthema voor mobiel"
+#: ../../mod/profile_photo.php:298
+#, php-format
+msgid "%1$s updated her %2$s"
+msgstr "%1$s heeft haar %2$s bijgewerkt"
-#: ../../mod/admin.php:460
-msgid "Theme for mobile devices"
-msgstr "Thema voor mobiele apparaten"
+#: ../../mod/profile_photo.php:299
+msgid "male"
+msgstr "man"
-#: ../../mod/admin.php:462
-msgid "Allow Feeds as Connections"
-msgstr "Sta feeds toe als connecties"
+#: ../../mod/profile_photo.php:300
+#, php-format
+msgid "%1$s updated his %2$s"
+msgstr "%1$s heeft zijn %2$s bijgewerkt"
-#: ../../mod/admin.php:462
-msgid "(Heavy system resource usage)"
-msgstr "(sterk negatieve invloed op systeembronnen hub)"
+#: ../../mod/profile_photo.php:302
+#, php-format
+msgid "%1$s updated their %2$s"
+msgstr "%1$s hebben hun %2$s bijgewerkt"
-#: ../../mod/admin.php:463
-msgid "Maximum image size"
-msgstr "Maximale grootte van afbeeldingen"
+#: ../../mod/profile_photo.php:304
+msgid "profile photo"
+msgstr "profielfoto"
-#: ../../mod/admin.php:463
-msgid ""
-"Maximum size in bytes of uploaded images. Default is 0, which means no "
-"limits."
-msgstr "Maximale grootte in bytes voor afbeeldingen die worden geüpload. Standaard is 0, wat geen limiet betekend."
+#: ../../mod/profile_photo.php:368 ../../mod/profile_photo.php:409
+msgid "Photo not available."
+msgstr "Foto niet beschikbaar."
-#: ../../mod/admin.php:464
-msgid "Does this site allow new member registration?"
-msgstr "Staat deze hub nieuwe accounts toe?"
+#: ../../mod/profile_photo.php:450
+msgid "Upload File:"
+msgstr "Bestand uploaden:"
-#: ../../mod/admin.php:465
-msgid "Invitation only"
-msgstr "Alleen op uitnodiging"
+#: ../../mod/profile_photo.php:451
+msgid "Select a profile:"
+msgstr "Kies een profiel:"
-#: ../../mod/admin.php:465
-msgid ""
-"Only allow new member registrations with an invitation code. Above register "
-"policy must be set to Yes."
-msgstr "Sta alleen nieuwe registraties toe van mensen die een uitnodigingscode hebben. Bovenstaand accountbeleid moet op Ja staan."
+#: ../../mod/profile_photo.php:452
+msgid "Upload Profile Photo"
+msgstr "Profielfoto uploaden"
-#: ../../mod/admin.php:466
-msgid "Which best describes the types of account offered by this hub?"
-msgstr "Wat voor soort accounts biedt deze $Projectname-hub aan? Kies wat het meest in de buurt komt."
+#: ../../mod/profile_photo.php:457 ../../mod/settings.php:975
+msgid "or"
+msgstr "of"
-#: ../../mod/admin.php:467
-msgid "Register text"
-msgstr "Tekst tijdens registratie"
+#: ../../mod/profile_photo.php:457
+msgid "skip this step"
+msgstr "sla deze stap over"
-#: ../../mod/admin.php:467
-msgid "Will be displayed prominently on the registration page."
-msgstr "Tekst dat op de pagina voor het registreren van nieuwe accounts wordt getoond."
+#: ../../mod/profile_photo.php:457
+msgid "select a photo from your photo albums"
+msgstr "Kies een foto uit jouw fotoalbums"
-#: ../../mod/admin.php:468
-msgid "Site homepage to show visitors (default: login box)"
-msgstr "Homepagina van deze hub die aan bezoekers wordt getoond (standaard: inlogformulier)"
+#: ../../mod/profile_photo.php:473
+msgid "Crop Image"
+msgstr "Afbeelding bijsnijden"
-#: ../../mod/admin.php:468
-msgid ""
-"example: 'public' to show public stream, 'page/sys/home' to show a system "
-"webpage called 'home' or 'include:home.html' to include a file."
-msgstr "voorbeeld: 'public' om de openbare stream te tonen, 'page/sys/home' om de webpagina 'home' van het systeemkanaal te tonen of 'include:home.html' om een gewoon bestand te gebruiken."
+#: ../../mod/profile_photo.php:474
+msgid "Please adjust the image cropping for optimum viewing."
+msgstr "Snij de afbeelding zo uit dat deze optimaal wordt weergegeven."
-#: ../../mod/admin.php:469
-msgid "Preserve site homepage URL"
-msgstr "Behoudt de URL van de hub (/)"
+#: ../../mod/profile_photo.php:476
+msgid "Done Editing"
+msgstr "Klaar met bewerken"
-#: ../../mod/admin.php:469
-msgid ""
-"Present the site homepage in a frame at the original location instead of "
-"redirecting"
-msgstr "Toon de homepagina van de hub in een frame op de oorspronkelijke locatie (/), i.p.v. een doorverwijzing naar een andere locatie (bv. .../home.html)"
+#: ../../mod/profiles.php:19 ../../mod/profiles.php:184
+#: ../../mod/profiles.php:241 ../../mod/profiles.php:608
+msgid "Profile not found."
+msgstr "Profiel niet gevonden."
-#: ../../mod/admin.php:470
-msgid "Accounts abandoned after x days"
-msgstr "Accounts als verlaten beschouwen na zoveel aantal dagen:"
+#: ../../mod/profiles.php:39
+msgid "Profile deleted."
+msgstr "Profiel verwijderd."
-#: ../../mod/admin.php:470
-msgid ""
-"Will not waste system resources polling external sites for abandonded "
-"accounts. Enter 0 for no time limit."
-msgstr "Zal geen systeembronnen verspillen door polling van externe hubs voor verlaten accounts. Vul 0 in voor geen tijdslimiet."
+#: ../../mod/profiles.php:63 ../../mod/profiles.php:99
+msgid "Profile-"
+msgstr "Profiel-"
-#: ../../mod/admin.php:471
-msgid "Allowed friend domains"
-msgstr "Toegestane domeinen"
+#: ../../mod/profiles.php:84 ../../mod/profiles.php:127
+msgid "New profile created."
+msgstr "Nieuw profiel aangemaakt."
-#: ../../mod/admin.php:471
-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 waarvan kanalen connecties kunnen aangaan met kanalen op deze $Projectname-hub. Wildcards zijn toegestaan.\nLaat leeg om alle domeinen toe te laten."
+#: ../../mod/profiles.php:105
+msgid "Profile unavailable to clone."
+msgstr "Profiel niet beschikbaar om te klonen"
-#: ../../mod/admin.php:472
-msgid "Allowed email domains"
-msgstr "Toegestane e-maildomeinen"
+#: ../../mod/profiles.php:146
+msgid "Profile unavailable to export."
+msgstr "Geen profiel beschikbaar om te exporteren"
-#: ../../mod/admin.php:472
-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 waarvan e-mailadressen op deze hub mogen registeren. Wildcards zijn toegestaan. Laat leeg om alle domeinen toe te laten."
+#: ../../mod/profiles.php:251
+msgid "Profile Name is required."
+msgstr "Profielnaam is vereist"
-#: ../../mod/admin.php:473
-msgid "Not allowed email domains"
-msgstr "Niet toegestane e-maildomeinen"
+#: ../../mod/profiles.php:414
+msgid "Marital Status"
+msgstr "Huwelijke status"
-#: ../../mod/admin.php:473
-msgid ""
-"Comma separated list of domains which are not allowed in email addresses for"
-" registrations to this site. Wildcards are accepted. Empty to allow any "
-"domains, unless allowed domains have been defined."
-msgstr "Door komma's gescheiden lijst met e-maildomeinen waarvan e-mailadressen niet op deze hub mogen registeren. Wildcards zijn toegestaan. Laat leeg om alle domeinen toe te staan, tenzij er toegestane domeinen zijn ingesteld. "
+#: ../../mod/profiles.php:418
+msgid "Romantic Partner"
+msgstr "Romantische partner"
-#: ../../mod/admin.php:474
-msgid "Block public"
-msgstr "Openbare toegang blokkeren"
+#: ../../mod/profiles.php:422
+msgid "Likes"
+msgstr "Houdt van"
-#: ../../mod/admin.php:474
-msgid ""
-"Check to block public access to all otherwise public personal pages on this "
-"site unless you are currently logged in."
-msgstr "Vink dit aan om alle normaliter openbare persoonlijke pagina's op deze hub alleen toegankelijk te maken voor ingelogde leden."
+#: ../../mod/profiles.php:426
+msgid "Dislikes"
+msgstr "Houdt niet van"
-#: ../../mod/admin.php:475
-msgid "Verify Email Addresses"
-msgstr "E-mailadres verifieren"
+#: ../../mod/profiles.php:430
+msgid "Work/Employment"
+msgstr "Werk/arbeid"
-#: ../../mod/admin.php:475
-msgid ""
-"Check to verify email addresses used in account registration (recommended)."
-msgstr "Inschakelen om e-mailadressen te verifiëren die tijdens de accountregistratie worden gebruikt (aanbevolen)."
+#: ../../mod/profiles.php:433
+msgid "Religion"
+msgstr "Religie"
-#: ../../mod/admin.php:476
-msgid "Force publish"
-msgstr "Dwing kanaalvermelding af"
+#: ../../mod/profiles.php:437
+msgid "Political Views"
+msgstr "Politieke overtuigingen"
-#: ../../mod/admin.php:476
-msgid ""
-"Check to force all profiles on this site to be listed in the site directory."
-msgstr "Vink dit aan om af te dwingen dat alle kanalen op deze hub in de kanalengids worden vermeld."
+#: ../../mod/profiles.php:445
+msgid "Sexual Preference"
+msgstr "Seksuele voorkeur"
-#: ../../mod/admin.php:477
-msgid "Import Public Streams"
-msgstr "Openbare streams importeren"
+#: ../../mod/profiles.php:449
+msgid "Homepage"
+msgstr "Homepage"
-#: ../../mod/admin.php:477
-msgid ""
-"Import and allow access to public content pulled from other sites. Warning: "
-"this content is unmoderated."
-msgstr "Toegang verlenen tot openbare berichten die vanuit andere hubs worden geïmporteerd. Waarschuwing: de inhoud van deze berichten wordt niet gemodereerd."
+#: ../../mod/profiles.php:453
+msgid "Interests"
+msgstr "Interesses"
-#: ../../mod/admin.php:478
-msgid "login on Homepage"
-msgstr "Inlogformulier op de homepagina"
+#: ../../mod/profiles.php:547
+msgid "Profile updated."
+msgstr "Profiel bijgewerkt"
-#: ../../mod/admin.php:478
-msgid ""
-"Present a login box to visitors on the home page if no other content has "
-"been configured."
-msgstr "Toon een inlogformulier voor bezoekers op de homepagina wanneer geen andere inhoud is geconfigureerd. "
+#: ../../mod/profiles.php:634
+msgid "Hide your contact/friend list from viewers of this profile?"
+msgstr "Laat de lijst met connecties niet aan bezoekers van dit profiel zien."
-#: ../../mod/admin.php:480
-msgid "Directory Server URL"
-msgstr "Server-URL voor de kanalengids"
+#: ../../mod/profiles.php:674
+msgid "Edit Profile Details"
+msgstr "Profiel bewerken"
-#: ../../mod/admin.php:480
-msgid "Default directory server"
-msgstr "Standaardserver voor de kanalengids"
+#: ../../mod/profiles.php:676
+msgid "View this profile"
+msgstr "Profiel weergeven"
-#: ../../mod/admin.php:482
-msgid "Proxy user"
-msgstr "Gebruikersnaam proxy"
+#: ../../mod/profiles.php:678
+msgid "Change Profile Photo"
+msgstr "Profielfoto wijzigen"
-#: ../../mod/admin.php:483
-msgid "Proxy URL"
-msgstr "URL proxy"
+#: ../../mod/profiles.php:679
+msgid "Create a new profile using these settings"
+msgstr "Een nieuw profiel aanmaken met dit profiel als basis"
-#: ../../mod/admin.php:484
-msgid "Network timeout"
-msgstr "Netwerktimeout"
+#: ../../mod/profiles.php:680
+msgid "Clone this profile"
+msgstr "Dit profiel klonen"
-#: ../../mod/admin.php:484
-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/profiles.php:681
+msgid "Delete this profile"
+msgstr "Dit profiel verwijderen"
-#: ../../mod/admin.php:485
-msgid "Delivery interval"
-msgstr "Afleveringsinterval"
+#: ../../mod/profiles.php:683
+msgid "Import profile from file"
+msgstr "Profiel vanuit bestand importeren"
-#: ../../mod/admin.php:485
-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 "Vertraag de achtergrondprocessen voor het afleveren met een aantal seconden om de systeembelasting te verminderen. Aanbevolen: 4-5 voor shared hosts, 2-3 voor virtual private servers (VPS) en 0-1 voor grote dedicated servers."
+#: ../../mod/profiles.php:684
+msgid "Export profile to file"
+msgstr "Profiel naar bestand exporteren"
-#: ../../mod/admin.php:486
-msgid "Deliveries per process"
-msgstr "Leveringen per serverproces"
+#: ../../mod/profiles.php:685
+msgid "Profile Name:"
+msgstr "Profielnaam:"
-#: ../../mod/admin.php:486
-msgid ""
-"Number of deliveries to attempt in a single operating system process. Adjust"
-" if necessary to tune system performance. Recommend: 1-5."
-msgstr "Aantal leveringen die aan één serverproces worden meegegeven. Pas dit aan wanneer het nodig is om systeemprestaties te verbeteren. Aangeraden: 1-5"
+#: ../../mod/profiles.php:686
+msgid "Your Full Name:"
+msgstr "Jouw volledige naam:"
-#: ../../mod/admin.php:487
-msgid "Poll interval"
-msgstr "Poll-interval"
+#: ../../mod/profiles.php:687
+msgid "Title/Description:"
+msgstr "Titel/omschrijving:"
-#: ../../mod/admin.php:487
-msgid ""
-"Delay background polling processes by this many seconds to reduce system "
-"load. If 0, use delivery interval."
-msgstr "De achtergrondprocessen voor het afleveren met zoveel seconden vertragen om de systeembelasting te verminderen. 0 om de afleveringsinterval te gebruiken."
+#: ../../mod/profiles.php:688
+msgid "Your Gender:"
+msgstr "Jouw geslacht"
-#: ../../mod/admin.php:488
-msgid "Maximum Load Average"
-msgstr "Maximaal gemiddelde systeembelasting"
+#: ../../mod/profiles.php:689
+msgid "Birthday :"
+msgstr "Verjaardag: "
-#: ../../mod/admin.php:488
-msgid ""
-"Maximum system load before delivery and poll processes are deferred - "
-"default 50."
-msgstr "Maximale systeembelasting voordat de afleverings- en polllingsprocessen worden uitgesteld. Standaard is 50."
+#: ../../mod/profiles.php:690
+msgid "Street Address:"
+msgstr "Straat en huisnummer:"
-#: ../../mod/admin.php:489
-msgid "Expiration period in days for imported (matrix/network) content"
-msgstr "Aantal dagen waarna geïmporteerde inhoud uit iemands matrix/netwerk-pagina wordt verwijderd."
+#: ../../mod/profiles.php:691
+msgid "Locality/City:"
+msgstr "Woonplaats:"
-#: ../../mod/admin.php:489
-msgid "0 for no expiration of imported content"
-msgstr "Dit geldt alleen voor inhoud van andere kanalen, dus niet voor iemands eigen kanaal. 0 voor het niet verwijderen van geïmporteerde inhoud."
+#: ../../mod/profiles.php:692
+msgid "Postal/Zip Code:"
+msgstr "Postcode:"
-#: ../../mod/admin.php:537
-msgid "No server found"
-msgstr "Geen hub gevonden"
+#: ../../mod/profiles.php:693
+msgid "Country:"
+msgstr "Land:"
-#: ../../mod/admin.php:544 ../../mod/admin.php:826
-msgid "ID"
-msgstr "ID"
+#: ../../mod/profiles.php:694
+msgid "Region/State:"
+msgstr "Provincie/gewest/deelstaat:"
-#: ../../mod/admin.php:544
-msgid "for channel"
-msgstr "voor kanaal"
+#: ../../mod/profiles.php:695
+msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
+msgstr "<span class=\"heart\">&hearts;</span> Huwelijkse staat:"
-#: ../../mod/admin.php:544
-msgid "on server"
-msgstr "op hub"
+#: ../../mod/profiles.php:696
+msgid "Who: (if applicable)"
+msgstr "Wie (wanneer toepasselijk):"
-#: ../../mod/admin.php:544
-msgid "Status"
-msgstr "Status"
+#: ../../mod/profiles.php:697
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+msgstr "Voorbeelden: petra123, Petra Jansen, petra@voorbeeld.nl"
-#: ../../mod/admin.php:546
-msgid "Server"
-msgstr "Hubbeheer"
+#: ../../mod/profiles.php:698
+msgid "Since [date]:"
+msgstr "Sinds [datum]:"
-#: ../../mod/admin.php:563
-msgid "Update has been marked successful"
-msgstr "Update is als succesvol gemarkeerd"
+#: ../../mod/profiles.php:700
+msgid "Homepage URL:"
+msgstr "Adres homepage:"
-#: ../../mod/admin.php:573
-#, php-format
-msgid "Executing %s failed. Check system logs."
-msgstr "Uitvoeren van %s is mislukt. Controleer systeemlogboek."
+#: ../../mod/profiles.php:703
+msgid "Religious Views:"
+msgstr "Religieuze overtuigingen"
-#: ../../mod/admin.php:576
-#, php-format
-msgid "Update %s was successfully applied."
-msgstr "Update %s was geslaagd."
+#: ../../mod/profiles.php:704
+msgid "Keywords:"
+msgstr "Trefwoorden"
-#: ../../mod/admin.php:580
-#, php-format
-msgid "Update %s did not return a status. Unknown if it succeeded."
-msgstr "Update %s gaf geen melding. Het is daarom niet bekend of deze geslaagd is."
+#: ../../mod/profiles.php:707
+msgid "Example: fishing photography software"
+msgstr "Voorbeeld: muziek, fotografie, software"
-#: ../../mod/admin.php:583
-#, php-format
-msgid "Update function %s could not be found."
-msgstr "Update-functie %s kon niet gevonden worden."
+#: ../../mod/profiles.php:708
+msgid "Used in directory listings"
+msgstr "Wordt in de kanalengids gebruikt"
-#: ../../mod/admin.php:599
-msgid "No failed updates."
-msgstr "Geen mislukte updates."
+#: ../../mod/profiles.php:709
+msgid "Tell us about yourself..."
+msgstr "Vertel ons iets over jezelf..."
-#: ../../mod/admin.php:603
-msgid "Failed Updates"
-msgstr "Mislukte updates"
+#: ../../mod/profiles.php:710
+msgid "Hobbies/Interests"
+msgstr "Hobby's/interesses"
-#: ../../mod/admin.php:605
-msgid "Mark success (if update was manually applied)"
-msgstr "Markeer als geslaagd (wanneer de update handmatig was uitgevoerd)"
+#: ../../mod/profiles.php:711
+msgid "Contact information and Social Networks"
+msgstr "Contactinformatie en sociale netwerken"
-#: ../../mod/admin.php:606
-msgid "Attempt to execute this update step automatically"
-msgstr "Poging om deze stap van de update automatisch uit te voeren."
+#: ../../mod/profiles.php:712
+msgid "My other channels"
+msgstr "Mijn andere kanalen"
-#: ../../mod/admin.php:637
-msgid "Queue Statistics"
-msgstr "Wachtrij-statistieken"
+#: ../../mod/profiles.php:713
+msgid "Musical interests"
+msgstr "Muzikale interesses"
-#: ../../mod/admin.php:638
-msgid "Total Entries"
-msgstr "Aantal vermeldingen"
+#: ../../mod/profiles.php:714
+msgid "Books, literature"
+msgstr "Boeken/literatuur"
-#: ../../mod/admin.php:639
-msgid "Priority"
-msgstr "Prioriteit"
+#: ../../mod/profiles.php:715
+msgid "Television"
+msgstr "Televisie"
-#: ../../mod/admin.php:640
-msgid "Destination URL"
-msgstr "Doel-URL"
+#: ../../mod/profiles.php:716
+msgid "Film/dance/culture/entertainment"
+msgstr "Film/dans/cultuur/entertainment"
-#: ../../mod/admin.php:641
-msgid "Mark hub permanently offline"
-msgstr "Hub als permanent offline markeren"
+#: ../../mod/profiles.php:717
+msgid "Love/romance"
+msgstr "Liefde/romantiek"
-#: ../../mod/admin.php:642
-msgid "Empty queue for this hub"
-msgstr "Berichtenwachtrij voor deze hub legen"
+#: ../../mod/profiles.php:718
+msgid "Work/employment"
+msgstr "Werk/arbeid"
-#: ../../mod/admin.php:643
-msgid "Last known contact"
-msgstr "Voor het laatst contact"
+#: ../../mod/profiles.php:719
+msgid "School/education"
+msgstr "School/onderwijs"
-#: ../../mod/admin.php:679
-#, php-format
-msgid "%s account blocked/unblocked"
-msgid_plural "%s account blocked/unblocked"
-msgstr[0] "%s account geblokkeerd/gedeblokkeerd"
-msgstr[1] "%s accounts geblokkeerd/gedeblokkeerd"
+#: ../../mod/profiles.php:725
+msgid "This is your default profile."
+msgstr "Dit is jouw standaardprofiel"
-#: ../../mod/admin.php:687
-#, php-format
-msgid "%s account deleted"
-msgid_plural "%s accounts deleted"
-msgstr[0] "%s account verwijderd"
-msgstr[1] "%s accounts verwijderd"
+#: ../../mod/profiles.php:736
+msgid "Age: "
+msgstr "Leeftijd:"
-#: ../../mod/admin.php:723
-msgid "Account not found"
-msgstr "Account niet gevonden"
+#: ../../mod/profiles.php:779
+msgid "Edit/Manage Profiles"
+msgstr "Profielen bewerken/beheren"
-#: ../../mod/admin.php:735
-#, php-format
-msgid "Account '%s' deleted"
-msgstr "Account '%s' verwijderd"
+#: ../../mod/profiles.php:780
+msgid "Add profile things"
+msgstr "Dingen aan je profiel toevoegen"
-#: ../../mod/admin.php:743
-#, php-format
-msgid "Account '%s' blocked"
-msgstr "Account '%s' geblokkeerd"
+#: ../../mod/profiles.php:781
+msgid "Include desirable objects in your profile"
+msgstr "Voeg door jou gewenste dingen aan jouw profiel toe"
-#: ../../mod/admin.php:751
-#, php-format
-msgid "Account '%s' unblocked"
-msgstr "Account '%s' gedeblokkeerd"
+#: ../../mod/profperm.php:29 ../../mod/profperm.php:58
+msgid "Invalid profile identifier."
+msgstr "Ongeldige profiel-identificator"
-#: ../../mod/admin.php:813 ../../mod/admin.php:825
-msgid "Users"
-msgstr "Accounts"
+#: ../../mod/profperm.php:110
+msgid "Profile Visibility Editor"
+msgstr "Zichtbaarheid profiel "
-#: ../../mod/admin.php:815 ../../mod/admin.php:979
-msgid "select all"
-msgstr "alles selecteren"
+#: ../../mod/profperm.php:114
+msgid "Click on a contact to add or remove."
+msgstr "Klik op een connectie om deze toe te voegen of te verwijderen"
-#: ../../mod/admin.php:816
-msgid "User registrations waiting for confirm"
-msgstr "Accounts die op goedkeuring wachten"
+#: ../../mod/profperm.php:123
+msgid "Visible To"
+msgstr "Zichtbaar voor"
-#: ../../mod/admin.php:817
-msgid "Request date"
-msgstr "Tijd/datum verzoek"
+#: ../../mod/pubsites.php:18
+msgid "Public Sites"
+msgstr "Openbare hubs"
-#: ../../mod/admin.php:818
-msgid "No registrations."
-msgstr "Geen verzoeken."
+#: ../../mod/pubsites.php:21
+msgid ""
+"The listed sites allow public registration for the $Projectname network. All"
+" sites in the network are interlinked so membership on any of them conveys "
+"membership in the network as a whole. Some sites may require subscription or"
+" provide tiered service plans. The provider links <strong>may</strong> "
+"provide additional details."
+msgstr "Op de hier weergegeven hubs kan iedereen zich voor het $Projectname-netwerk aanmelden. Alle hubs in het $Projectname-netwerk zijn met elkaar verbonden, dus maakt het qua lidmaatschap niet uit waar je je aanmeldt. Op sommige hubs heb je eerst goedkeuring nodig en sommige hubs vereisen betaalde abonnementen voor uitbreidingen. <strong>Mogelijk</strong> wordt hierover op de hub zelf meer informatie gegeven."
-#: ../../mod/admin.php:820
-msgid "Deny"
-msgstr "Afkeuren"
+#: ../../mod/pubsites.php:27
+msgid "Rate this hub"
+msgstr "Beoordeel deze hub"
-#: ../../mod/admin.php:826
-msgid "Register date"
-msgstr "Geregistreerd"
+#: ../../mod/pubsites.php:28
+msgid "Site URL"
+msgstr "URL hub"
-#: ../../mod/admin.php:826
-msgid "Last login"
-msgstr "Laatste keer ingelogd"
+#: ../../mod/pubsites.php:28
+msgid "Access Type"
+msgstr "Toegangstype"
-#: ../../mod/admin.php:826
-msgid "Expires"
-msgstr "Verloopt"
+#: ../../mod/pubsites.php:28
+msgid "Registration Policy"
+msgstr "Registratiebeleid"
-#: ../../mod/admin.php:826
-msgid "Service Class"
-msgstr "Abonnementen"
+#: ../../mod/pubsites.php:28
+msgid "Project"
+msgstr "Project"
-#: ../../mod/admin.php:828
-msgid ""
-"Selected accounts will be deleted!\\n\\nEverything these accounts had posted"
-" on this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "Geselecteerde accounts (met bijbehorende kanalen) worden verwijderd!\\n\\nAlles wat deze accounts op deze hub hebben gepubliceerd wordt definitief verwijderd!\\n\\Weet je het zeker?"
+#: ../../mod/pubsites.php:28
+msgid "View hub ratings"
+msgstr "Bekijk hubbeoordelingen"
-#: ../../mod/admin.php:829
-msgid ""
-"The account {0} will be deleted!\\n\\nEverything this account has posted on "
-"this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "Account {0} (met bijbehorende kanalen) wordt verwijderd !\\n\\nAlles wat dit account op deze hub heeft gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?"
+#: ../../mod/pubsites.php:32
+msgid "Rate"
+msgstr "Beoordeel"
-#: ../../mod/admin.php:865
-#, php-format
-msgid "%s channel censored/uncensored"
-msgid_plural "%s channels censored/uncensored"
-msgstr[0] "%s kanaal gecensureerd/ongecensureerd"
-msgstr[1] "%s kanalen gecensureerd/ongecensureerd"
+#: ../../mod/pubsites.php:33
+msgid "View ratings"
+msgstr "Bekijk beoordelingen"
-#: ../../mod/admin.php:874
-#, php-format
-msgid "%s channel code allowed/disallowed"
-msgid_plural "%s channels code allowed/disallowed"
-msgstr[0] "Scripts toegestaan/niet toegestaan voor %s kanaal"
-msgstr[1] "Scripts toegestaan/niet toegestaan voor %s kanalen"
+#: ../../mod/rate.php:158
+msgid "Website:"
+msgstr "Website:"
-#: ../../mod/admin.php:881
+#: ../../mod/rate.php:161
#, php-format
-msgid "%s channel deleted"
-msgid_plural "%s channels deleted"
-msgstr[0] "%s kanaal verwijderd"
-msgstr[1] "%s kanalen verwijderd"
+msgid "Remote Channel [%s] (not yet known on this site)"
+msgstr "Kanaal op afstand [%s] (nog niet op deze hub bekend)"
-#: ../../mod/admin.php:901
-msgid "Channel not found"
-msgstr "Kanaal niet gevonden"
+#: ../../mod/rate.php:162
+msgid "Rating (this information is public)"
+msgstr "Beoordeling (deze informatie is openbaar)"
-#: ../../mod/admin.php:912
-#, php-format
-msgid "Channel '%s' deleted"
-msgstr "Kanaal '%s' verwijderd"
+#: ../../mod/rate.php:163
+msgid "Optionally explain your rating (this information is public)"
+msgstr "Verklaar jouw beoordeling (niet verplicht, deze informatie is openbaar)"
-#: ../../mod/admin.php:924
-#, php-format
-msgid "Channel '%s' censored"
-msgstr "Kanaal '%s' gecensureerd"
+#: ../../mod/ratings.php:69
+msgid "No ratings"
+msgstr "Geen beoordelingen"
-#: ../../mod/admin.php:924
-#, php-format
-msgid "Channel '%s' uncensored"
-msgstr "Kanaal '%s' ongecensureerd"
+#: ../../mod/ratings.php:99
+msgid "Ratings"
+msgstr "Waarderingen"
-#: ../../mod/admin.php:935
-#, php-format
-msgid "Channel '%s' code allowed"
-msgstr "Scripts toegestaan voor kanaal '%s'"
+#: ../../mod/ratings.php:100
+msgid "Rating: "
+msgstr "Waardering: "
-#: ../../mod/admin.php:935
-#, php-format
-msgid "Channel '%s' code disallowed"
-msgstr "Scripts niet toegestaan voor kanaal '%s'"
+#: ../../mod/ratings.php:101
+msgid "Website: "
+msgstr "Website: "
-#: ../../mod/admin.php:981
-msgid "Censor"
-msgstr "Censureren"
+#: ../../mod/ratings.php:103
+msgid "Description: "
+msgstr "Omschrijving: "
-#: ../../mod/admin.php:982
-msgid "Uncensor"
-msgstr "Niet censureren"
+#: ../../mod/rbmark.php:90
+msgid "Select a bookmark folder"
+msgstr "Kies een bladwijzermap"
-#: ../../mod/admin.php:983
-msgid "Allow Code"
-msgstr "Scripts toestaan"
+#: ../../mod/rbmark.php:95
+msgid "Save Bookmark"
+msgstr "Bladwijzer opslaan"
-#: ../../mod/admin.php:984
-msgid "Disallow Code"
-msgstr "Scripts niet toestaan"
+#: ../../mod/rbmark.php:96
+msgid "URL of bookmark"
+msgstr "URL van bladwijzer"
-#: ../../mod/admin.php:986
-msgid "UID"
-msgstr "UID"
+#: ../../mod/rbmark.php:101
+msgid "Or enter new bookmark folder name"
+msgstr "Of geef de naam op van een nieuwe bladwijzermap"
-#: ../../mod/admin.php:988
+#: ../../mod/register.php:44
+msgid "Maximum daily site registrations exceeded. Please try again tomorrow."
+msgstr "Maximum toegestane dagelijkse registraties op deze $Projectname-hub bereikt. Probeer het morgen (UTC) nogmaals."
+
+#: ../../mod/register.php:50
msgid ""
-"Selected channels will be deleted!\\n\\nEverything that was posted in these "
-"channels on this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "Geselecteerde kanalen worden verwijderd!\\n\\nAlles wat in deze kanalen op deze hub werd gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?"
+"Please indicate acceptance of the Terms of Service. Registration failed."
+msgstr "Registratie mislukt. De gebruiksvoorwaarden dienen wel geaccepteerd te worden."
-#: ../../mod/admin.php:989
+#: ../../mod/register.php:84
+msgid "Passwords do not match."
+msgstr "Wachtwoorden komen niet met elkaar overeen."
+
+#: ../../mod/register.php:119
msgid ""
-"The channel {0} will be deleted!\\n\\nEverything that was posted in this "
-"channel on this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "Kanaal {0} wordt verwijderd!\\n\\nAlles wat in dit kanaal op deze hub werd gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?"
+"Registration successful. Please check your email for validation "
+"instructions."
+msgstr "Registratie geslaagd. Controleer je e-mail voor instructies."
+
+#: ../../mod/register.php:125
+msgid "Your registration is pending approval by the site owner."
+msgstr "Jouw accountregistratie wacht op goedkeuring van de beheerder van deze $Projectname-hub."
-#: ../../mod/admin.php:1029
+#: ../../mod/register.php:128
+msgid "Your registration can not be processed."
+msgstr "Jouw registratie kan niet verwerkt worden."
+
+#: ../../mod/register.php:165
+msgid "Registration on this site/hub is by approval only."
+msgstr "Registraties op deze $Projectname-hub moeten eerst worden goedgekeurd."
+
+#: ../../mod/register.php:166
+msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>"
+msgstr "<a href=\"pubsites\">Registreer op een andere $Projectname-hub</a>"
+
+#: ../../mod/register.php:176
+msgid ""
+"This site has exceeded the number of allowed daily account registrations. "
+"Please try again tomorrow."
+msgstr "Deze $Projectname-hub heeft het maximum aantal dagelijks toegestane registraties bereikt. Probeer het morgen (UTC) nogmaals."
+
+#: ../../mod/register.php:187
+msgid "Terms of Service"
+msgstr "Gebruiksvoorwaarden"
+
+#: ../../mod/register.php:193
#, php-format
-msgid "Plugin %s disabled."
-msgstr "Plug-in %s uitgeschakeld."
+msgid "I accept the %s for this website"
+msgstr "Ik accepteer de %s van deze $Projectname-hub"
-#: ../../mod/admin.php:1033
+#: ../../mod/register.php:195
#, php-format
-msgid "Plugin %s enabled."
-msgstr "Plug-in %s ingeschakeld"
+msgid "I am over 13 years of age and accept the %s for this website"
+msgstr "Ik accepteer de %s van deze $Projectname-hub"
-#: ../../mod/admin.php:1043 ../../mod/admin.php:1246
-msgid "Disable"
-msgstr "Uitschakelen"
+#: ../../mod/register.php:214
+msgid "Membership on this site is by invitation only."
+msgstr "Registreren op deze $Projectname-hub kan alleen op uitnodiging."
-#: ../../mod/admin.php:1046 ../../mod/admin.php:1248
-msgid "Enable"
-msgstr "Inschakelen"
+#: ../../mod/register.php:215
+msgid "Please enter your invitation code"
+msgstr "Vul jouw uitnodigingscode in"
-#: ../../mod/admin.php:1075 ../../mod/admin.php:1275
-msgid "Toggle"
-msgstr "Omschakelen"
+#: ../../mod/register.php:218
+msgid "Your email address"
+msgstr "Jouw e-mailadres"
-#: ../../mod/admin.php:1083 ../../mod/admin.php:1285
-msgid "Author: "
-msgstr "Auteur: "
+#: ../../mod/register.php:219
+msgid "Choose a password"
+msgstr "Geef een wachtwoord op"
-#: ../../mod/admin.php:1084 ../../mod/admin.php:1286
-msgid "Maintainer: "
-msgstr "Beheerder: "
+#: ../../mod/register.php:220
+msgid "Please re-enter your password"
+msgstr "Geef het wachtwoord opnieuw op"
-#: ../../mod/admin.php:1211
-msgid "No themes found."
-msgstr "Geen thema's gevonden"
+#: ../../mod/regmod.php:11
+msgid "Please login."
+msgstr "Inloggen."
-#: ../../mod/admin.php:1267
-msgid "Screenshot"
-msgstr "Schermafdruk"
+#: ../../mod/removeaccount.php:30
+msgid ""
+"Account removals are not allowed within 48 hours of changing the account "
+"password."
+msgstr "Het verwijderen van een account is niet toegestaan binnen 48 uur nadat het wachtwoord is veranderd."
-#: ../../mod/admin.php:1313
-msgid "[Experimental]"
-msgstr "[Experimenteel]"
+#: ../../mod/removeaccount.php:57
+msgid "Remove This Account"
+msgstr "Verwijder dit account"
-#: ../../mod/admin.php:1314
-msgid "[Unsupported]"
-msgstr "[Niet ondersteund]"
+#: ../../mod/removeaccount.php:58 ../../mod/removeme.php:58
+msgid "WARNING: "
+msgstr "WAARSCHUWING: "
-#: ../../mod/admin.php:1338
-msgid "Log settings updated."
-msgstr "Logboek-instellingen bijgewerkt."
+#: ../../mod/removeaccount.php:58
+msgid ""
+"This account and all its channels will be completely removed from the "
+"network. "
+msgstr "Dit account en al zijn kanalen worden volledig uit het $Projectname-netwerk verwijderd."
-#: ../../mod/admin.php:1395
-msgid "Clear"
-msgstr "Leegmaken"
+#: ../../mod/removeaccount.php:58 ../../mod/removeme.php:58
+msgid "This action is permanent and can not be undone!"
+msgstr "Deze handeling is van permanente aard en kan niet meer worden teruggedraaid!"
-#: ../../mod/admin.php:1401
-msgid "Debugging"
-msgstr "Debuggen"
+#: ../../mod/removeaccount.php:59 ../../mod/removeme.php:59
+msgid "Please enter your password for verification:"
+msgstr "Vul je wachtwoord in ter verificatie:"
-#: ../../mod/admin.php:1402
-msgid "Log file"
-msgstr "Logbestand"
+#: ../../mod/removeaccount.php:60
+msgid ""
+"Remove this account, all its channels and all its channel clones from the "
+"network"
+msgstr "Dit account, al zijn kanalen en alle klonen van zijn kanalen uit het $Projectname-netwerk verwijderen"
-#: ../../mod/admin.php:1402
+#: ../../mod/removeaccount.php:60
msgid ""
-"Must be writable by web server. Relative to your Red top-level directory."
-msgstr "Moet door de webserver beschrijfbaar zijn. Relatief ten opzichte van de bovenste map van je $Projectname-installatie."
+"By default only the instances of the channels located on this hub will be "
+"removed from the network"
+msgstr "Standaard worden alleen de kanalen die zich op deze hub bevinden uit het $Projectname-netwerk verwijderd"
-#: ../../mod/admin.php:1403
-msgid "Log level"
-msgstr "Logniveau"
+#: ../../mod/removeaccount.php:61 ../../mod/settings.php:700
+msgid "Remove Account"
+msgstr "Account verwijderen"
-#: ../../mod/admin.php:1449
-msgid "New Profile Field"
-msgstr "Nieuw profielveld"
+#: ../../mod/removeme.php:29
+msgid ""
+"Channel removals are not allowed within 48 hours of changing the account "
+"password."
+msgstr "Het verwijderen van een kanaal is niet toegestaan binnen 48 uur nadat het wachtwoord van het account is veranderd."
-#: ../../mod/admin.php:1450 ../../mod/admin.php:1470
-msgid "Field nickname"
-msgstr "Bijnaam voor veld"
+#: ../../mod/removeme.php:57
+msgid "Remove This Channel"
+msgstr "Verwijder dit kanaal"
-#: ../../mod/admin.php:1450 ../../mod/admin.php:1470
-msgid "System name of field"
-msgstr "Systeemnaam voor veld"
+#: ../../mod/removeme.php:58
+msgid "This channel will be completely removed from the network. "
+msgstr "Dit kanaal wordt volledig uit het $Projectname-netwerk verwijderd."
-#: ../../mod/admin.php:1451 ../../mod/admin.php:1471
-msgid "Input type"
-msgstr "Invoertype"
+#: ../../mod/removeme.php:60
+msgid "Remove this channel and all its clones from the network"
+msgstr "Dit kanaal en alle klonen hiervan uit het $Projectname-netwerk verwijderen"
-#: ../../mod/admin.php:1452 ../../mod/admin.php:1472
-msgid "Field Name"
-msgstr "Veldnaam"
+#: ../../mod/removeme.php:60
+msgid ""
+"By default only the instance of the channel located on this hub will be "
+"removed from the network"
+msgstr "Standaard wordt alleen het kanaal dat zich op deze hub bevindt uit het $Projectname-netwerk verwijderd"
-#: ../../mod/admin.php:1452 ../../mod/admin.php:1472
-msgid "Label on profile pages"
-msgstr "Tekstlabel voor op profielpagina's"
+#: ../../mod/removeme.php:61 ../../mod/settings.php:1112
+msgid "Remove Channel"
+msgstr "Kanaal verwijderen"
-#: ../../mod/admin.php:1453 ../../mod/admin.php:1473
-msgid "Help text"
-msgstr "Helptekst"
+#: ../../mod/rmagic.php:40
+msgid ""
+"We encountered a problem while logging in with the OpenID you provided. "
+"Please check the correct spelling of the ID."
+msgstr "We hebben een probleem ontdekt tijdens het inloggen met de OpenID die je hebt verstrekt. Controleer de ID op typefouten."
-#: ../../mod/admin.php:1453 ../../mod/admin.php:1473
-msgid "Additional info (optional)"
-msgstr "Extra informatie (optioneel)"
+#: ../../mod/rmagic.php:40
+msgid "The error message was:"
+msgstr "Het foutbericht was:"
-#: ../../mod/admin.php:1463
-msgid "Field definition not found"
-msgstr "Velddefinitie niet gevonden"
+#: ../../mod/rmagic.php:44
+msgid "Authentication failed."
+msgstr "Authenticatie mislukt."
-#: ../../mod/admin.php:1469
-msgid "Edit Profile Field"
-msgstr "Profielveld bewerken"
+#: ../../mod/rmagic.php:84
+msgid "Remote Authentication"
+msgstr "Authenticatie op afstand"
-#: ../../mod/editlayout.php:112
-msgid "Delete layout?"
-msgstr "Lay-out verwijderen?"
+#: ../../mod/rmagic.php:85
+msgid "Enter your channel address (e.g. channel@example.com)"
+msgstr "Vul jouw kanaaladres in (bijv. channel@example.com)"
-#: ../../mod/editlayout.php:159 ../../mod/layouts.php:124
-msgid "Layout Description (Optional)"
-msgstr "Lay-out-omschrijving (optioneel)"
+#: ../../mod/rmagic.php:86
+msgid "Authenticate"
+msgstr "Authenticeren"
-#: ../../mod/editlayout.php:161 ../../mod/layouts.php:121
-#: ../../mod/layouts.php:179
-msgid "Layout Name"
-msgstr "Naam lay-out"
+#: ../../mod/search.php:212
+#, php-format
+msgid "Items tagged with: %s"
+msgstr "Items getagd met %s"
-#: ../../mod/editlayout.php:178
-msgid "Edit Layout"
-msgstr "Lay-out bewerken"
+#: ../../mod/search.php:214
+#, php-format
+msgid "Search results for: %s"
+msgstr "Zoekresultaten voor %s"
+
+#: ../../mod/service_limits.php:19
+msgid "No service class restrictions found."
+msgstr "Geen abonnementsbeperkingen gevonden."
#: ../../mod/settings.php:76
msgid "Name is required"
@@ -7624,14 +8130,6 @@ msgstr "E-mailadres:"
msgid "Remove this account including all its channels"
msgstr "Dit account en al zijn kanalen verwijderen"
-#: ../../mod/settings.php:717
-msgid "Off"
-msgstr "Uit"
-
-#: ../../mod/settings.php:717
-msgid "On"
-msgstr "Aan"
-
#: ../../mod/settings.php:724
msgid "Additional Features"
msgstr "Extra functies"
@@ -7879,10 +8377,6 @@ msgstr "Kan eventuele spam verminderen"
msgid "Default Post Permissions"
msgstr "Standaard permissies voor nieuwe berichten"
-#: ../../mod/settings.php:1056 ../../mod/mitem.php:150 ../../mod/mitem.php:223
-msgid "(click to open/close)"
-msgstr "(klik om te openen/sluiten)"
-
#: ../../mod/settings.php:1060
msgid "Channel permissions category:"
msgstr "Kanaaltype en -permissies:"
@@ -8067,804 +8561,429 @@ msgstr "$Projectname-service voor Firefox Share"
msgid "Start calendar week on monday"
msgstr "Begin in de agenda de week op maandag"
-#: ../../mod/webpages.php:191
-msgid "Page Title"
-msgstr "Paginatitel"
-
-#: ../../mod/appman.php:28 ../../mod/appman.php:44
-msgid "App installed."
-msgstr "App geïnstalleerd"
-
-#: ../../mod/appman.php:37
-msgid "Malformed app."
-msgstr "Misvormde app."
-
-#: ../../mod/appman.php:80
-msgid "Embed code"
-msgstr "Insluitcode"
-
-#: ../../mod/appman.php:86
-msgid "Edit App"
-msgstr "App bewerken"
-
-#: ../../mod/appman.php:86
-msgid "Create App"
-msgstr "App maken"
-
-#: ../../mod/appman.php:91
-msgid "Name of app"
-msgstr "Naam van app"
-
-#: ../../mod/appman.php:92
-msgid "Location (URL) of app"
-msgstr "Locatie (URL) van app"
-
-#: ../../mod/appman.php:94
-msgid "Photo icon URL"
-msgstr "URL van pictogram"
-
-#: ../../mod/appman.php:94
-msgid "80 x 80 pixels - optional"
-msgstr "80 x 80 pixels (optioneel)"
-
-#: ../../mod/appman.php:95
-msgid "Version ID"
-msgstr "Versie-ID"
-
-#: ../../mod/appman.php:96
-msgid "Price of app"
-msgstr "Prijs van de app"
-
-#: ../../mod/appman.php:97
-msgid "Location (URL) to purchase app"
-msgstr "Locatie (URL) om de app aan te schaffen"
-
-#: ../../mod/filer.php:48
-msgid "- select -"
-msgstr "- kies map -"
-
-#: ../../mod/layouts.php:176
-msgid "Comanche page description language help"
-msgstr "Hulp met de paginabeschrijvingstaal Comanche"
-
-#: ../../mod/layouts.php:180
-msgid "Layout Description"
-msgstr "Lay-out-omschrijving"
-
-#: ../../mod/layouts.php:185
-msgid "Download PDL file"
-msgstr "Download PDL-bestand"
-
-#: ../../mod/locs.php:21 ../../mod/locs.php:50
-msgid "Location not found."
-msgstr "Locatie niet gevonden."
+#: ../../mod/setup.php:191
+msgid "$Projectname Server - Setup"
+msgstr "$Projectname Server - Setup"
-#: ../../mod/locs.php:58
-msgid "Location lookup failed."
-msgstr "Opzoeken locatie mislukt"
+#: ../../mod/setup.php:195
+msgid "Could not connect to database."
+msgstr "Could not connect to database."
-#: ../../mod/locs.php:62
+#: ../../mod/setup.php:199
msgid ""
-"Please select another location to become primary before removing the primary"
-" location."
-msgstr "Kies eerst een andere primaire locatie alvorens de huidige primaire locatie te verwijderen."
-
-#: ../../mod/locs.php:91
-msgid "Syncing locations"
-msgstr "Locaties synchronizeren"
-
-#: ../../mod/locs.php:101
-msgid "No locations found."
-msgstr "Geen locaties gevonden."
-
-#: ../../mod/locs.php:112
-msgid "Manage Channel Locations"
-msgstr "Kanaallocaties beheren"
-
-#: ../../mod/locs.php:113
-msgid "Location (address)"
-msgstr "Locatie (adres)"
-
-#: ../../mod/locs.php:114
-msgid "Primary Location"
-msgstr "Primaire locatie"
-
-#: ../../mod/locs.php:115
-msgid "Drop location"
-msgstr "Locatie verwijderen"
+"Could not connect to specified site URL. Possible SSL certificate or DNS "
+"issue."
+msgstr "Could not connect to specified hub URL. Possible SSL certificate or DNS issue."
-#: ../../mod/locs.php:117
-msgid "Sync now"
-msgstr "Nu synchroniseren"
+#: ../../mod/setup.php:206
+msgid "Could not create table."
+msgstr "Could not create table."
-#: ../../mod/locs.php:118
-msgid "Please wait several minutes between consecutive operations."
-msgstr "Wacht enkele minuten tussen opeenvolgende handelingen."
+#: ../../mod/setup.php:211
+msgid "Your site database has been installed."
+msgstr "Your hub database has been installed."
-#: ../../mod/locs.php:119
+#: ../../mod/setup.php:215
msgid ""
-"When possible, drop a location by logging into that website/hub and removing"
-" your channel."
-msgstr "Wij adviseren, wanneer dit (nog) mogelijk is, de locatie te verwijderen door op de hub van de kloon in te loggen en het kanaal daar te verwijderen."
-
-#: ../../mod/locs.php:120
-msgid "Use this form to drop the location if the hub is no longer operating."
-msgstr "Gebruik dit formulier om de locatie te verwijderen wanneer de hub van de kloon niet meer operationeel is."
-
-#: ../../mod/home.php:57 ../../mod/home.php:65 ../../mod/siteinfo.php:61
-msgid "$Projectname"
-msgstr "$Projectname"
-
-#: ../../mod/home.php:75
-#, php-format
-msgid "Welcome to %s"
-msgstr "Welkom op %s"
-
-#: ../../mod/regmod.php:11
-msgid "Please login."
-msgstr "Inloggen."
-
-#: ../../mod/xchan.php:6
-msgid "Xchan Lookup"
-msgstr "Xchan opzoeken"
-
-#: ../../mod/xchan.php:9
-msgid "Lookup xchan beginning with (or webbie): "
-msgstr "Zoek een xchan (of webbie) die begint met:"
-
-#: ../../mod/xchan.php:37 ../../mod/menu.php:162 ../../mod/mitem.php:116
-msgid "Not found."
-msgstr "Niet gevonden."
-
-#: ../../mod/channel.php:25 ../../mod/chat.php:19
-msgid "You must be logged in to see this page."
-msgstr "Je moet zijn ingelogd om deze pagina te kunnen bekijken."
-
-#: ../../mod/channel.php:97
-msgid "Insufficient permissions. Request redirected to profile page."
-msgstr "Onvoldoende permissies. Doorgestuurd naar profielpagina."
-
-#: ../../mod/attach.php:9
-msgid "Item not available."
-msgstr "Item is niet aanwezig."
-
-#: ../../mod/photos.php:79
-msgid "Page owner information could not be retrieved."
-msgstr "Informatie over de pagina-eigenaar werd niet ontvangen."
-
-#: ../../mod/photos.php:100
-msgid "Album not found."
-msgstr "Album niet gevonden."
-
-#: ../../mod/photos.php:127
-msgid "Delete Album"
-msgstr "Verwijder album"
-
-#: ../../mod/photos.php:171 ../../mod/photos.php:1006
-msgid "Delete Photo"
-msgstr "Verwijder foto"
-
-#: ../../mod/photos.php:501
-msgid "No photos selected"
-msgstr "Geen foto's geselecteerd"
-
-#: ../../mod/photos.php:550
-msgid "Access to this item is restricted."
-msgstr "Toegang tot dit item is beperkt."
-
-#: ../../mod/photos.php:589
-#, php-format
-msgid "%1$.2f MB of %2$.2f MB photo storage used."
-msgstr "%1$.2f MB van %2$.2f MB aan foto-opslag gebruikt."
-
-#: ../../mod/photos.php:592
-#, php-format
-msgid "%1$.2f MB photo storage used."
-msgstr "%1$.2f MB aan foto-opslag gebruikt."
-
-#: ../../mod/photos.php:620
-msgid "Upload Photos"
-msgstr "Foto's uploaden"
-
-#: ../../mod/photos.php:624
-msgid "Enter an album name"
-msgstr "Vul een albumnaam in"
-
-#: ../../mod/photos.php:625
-msgid "or select an existing album (doubleclick)"
-msgstr "of kies een bestaand album (dubbelklikken)"
-
-#: ../../mod/photos.php:626
-msgid "Create a status post for this upload"
-msgstr "Plaats een bericht voor deze upload."
-
-#: ../../mod/photos.php:627
-msgid "Caption (optional):"
-msgstr "Bijschrift (optioneel):"
-
-#: ../../mod/photos.php:628
-msgid "Description (optional):"
-msgstr "Omschrijving (optioneel):"
-
-#: ../../mod/photos.php:655
-msgid "Album name could not be decoded"
-msgstr "Albumnaam kon niet gedecodeerd worden"
-
-#: ../../mod/photos.php:699 ../../mod/photos.php:1233
-#: ../../mod/photos.php:1250
-msgid "Contact Photos"
-msgstr "Connectiefoto's"
-
-#: ../../mod/photos.php:722
-msgid "Show Newest First"
-msgstr "Nieuwste eerst weergeven"
-
-#: ../../mod/photos.php:724
-msgid "Show Oldest First"
-msgstr "Oudste eerst weergeven"
+"You may need to import the file \"install/schema_xxx.sql\" manually using a "
+"database client."
+msgstr "You may need to import the file \"install/schema_xxx.sql\" manually using a database client."
-#: ../../mod/photos.php:824
-msgid "Permission denied. Access to this item may be restricted."
-msgstr "Toegang geweigerd. Toegang tot dit item kan zijn beperkt."
+#: ../../mod/setup.php:216 ../../mod/setup.php:284 ../../mod/setup.php:734
+msgid "Please see the file \"install/INSTALL.txt\"."
+msgstr "Please see the file \"install/INSTALL.txt\"."
-#: ../../mod/photos.php:826
-msgid "Photo not available"
-msgstr "Foto niet aanwezig"
+#: ../../mod/setup.php:281
+msgid "System check"
+msgstr "System check"
-#: ../../mod/photos.php:884
-msgid "Use as profile photo"
-msgstr "Als profielfoto gebruiken"
+#: ../../mod/setup.php:286
+msgid "Check again"
+msgstr "Check again"
-#: ../../mod/photos.php:891
-msgid "Private Photo"
-msgstr "Privéfoto"
+#: ../../mod/setup.php:308
+msgid "Database connection"
+msgstr "Database connection"
-#: ../../mod/photos.php:902 ../../mod/events.php:652 ../../mod/events.php:659
-msgid "Previous"
-msgstr "Vorige"
+#: ../../mod/setup.php:309
+msgid ""
+"In order to install $Projectname we need to know how to connect to your "
+"database."
+msgstr "In order to install $Projectname we need to know how to connect to your database."
-#: ../../mod/photos.php:906
-msgid "View Full Size"
-msgstr "Volledige grootte weergeven"
+#: ../../mod/setup.php:310
+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/photos.php:985
-msgid "Edit photo"
-msgstr "Foto bewerken"
+#: ../../mod/setup.php:311
+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/photos.php:987
-msgid "Rotate CW (right)"
-msgstr "Draai met de klok mee (naar rechts)"
+#: ../../mod/setup.php:315
+msgid "Database Server Name"
+msgstr "Database Server Name"
-#: ../../mod/photos.php:988
-msgid "Rotate CCW (left)"
-msgstr "Draai tegen de klok in (naar links)"
+#: ../../mod/setup.php:315
+msgid "Default is 127.0.0.1"
+msgstr "Default is 127.0.0.1"
-#: ../../mod/photos.php:991
-msgid "Enter a new album name"
-msgstr "Vul een nieuwe albumnaam in"
+#: ../../mod/setup.php:316
+msgid "Database Port"
+msgstr "Database Port"
-#: ../../mod/photos.php:992
-msgid "or select an existing one (doubleclick)"
-msgstr "of kies een bestaand album (dubbelklikken)"
+#: ../../mod/setup.php:316
+msgid "Communication port number - use 0 for default"
+msgstr "Communication port number - use 0 for default"
-#: ../../mod/photos.php:995
-msgid "Caption"
-msgstr "Bijschrift"
+#: ../../mod/setup.php:317
+msgid "Database Login Name"
+msgstr "Database Login Name"
-#: ../../mod/photos.php:997
-msgid "Add a Tag"
-msgstr "Tag toevoegen"
+#: ../../mod/setup.php:318
+msgid "Database Login Password"
+msgstr "Database Login Password"
-#: ../../mod/photos.php:1001
-msgid "Example: @bob, @Barbara_Jensen, @jim@example.com"
-msgstr "Voorbeeld: @bob, @Barbara_Jansen, @jan@voorbeeld.nl"
+#: ../../mod/setup.php:319
+msgid "Database Name"
+msgstr "Database Name"
-#: ../../mod/photos.php:1004
-msgid "Flag as adult in album view"
-msgstr "Markeer als voor volwassenen in albumweergave"
+#: ../../mod/setup.php:320
+msgid "Database Type"
+msgstr "Database Type"
-#: ../../mod/photos.php:1196
-msgid "In This Photo:"
-msgstr "Op deze foto:"
+#: ../../mod/setup.php:322 ../../mod/setup.php:363
+msgid "Site administrator email address"
+msgstr "Hub administrator email address"
-#: ../../mod/photos.php:1201
-msgid "Map"
-msgstr "Kaart"
+#: ../../mod/setup.php:322 ../../mod/setup.php:363
+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/photos.php:1289
-msgid "View Album"
-msgstr "Album weergeven"
+#: ../../mod/setup.php:323 ../../mod/setup.php:365
+msgid "Website URL"
+msgstr "Hub URL"
-#: ../../mod/photos.php:1300 ../../mod/photos.php:1313
-#: ../../mod/photos.php:1314
-msgid "Recent Photos"
-msgstr "Recente foto's"
+#: ../../mod/setup.php:323 ../../mod/setup.php:365
+msgid "Please use SSL (https) URL if available."
+msgstr "Please use SSL (https) URL if available."
-#: ../../mod/lockview.php:37
-msgid "Remote privacy information not available."
-msgstr "Privacy-informatie op afstand niet beschikbaar."
+#: ../../mod/setup.php:325 ../../mod/setup.php:367
+msgid "Please select a default timezone for your website"
+msgstr "Please select a default timezone for your hub"
-#: ../../mod/lockview.php:58
-msgid "Visible to:"
-msgstr "Zichtbaar voor:"
+#: ../../mod/setup.php:352
+msgid "Site settings"
+msgstr "Hub settings"
-#: ../../mod/uexport.php:51 ../../mod/uexport.php:52
-msgid "Export Channel"
-msgstr "Kanaal exporteren"
+#: ../../mod/setup.php:417
+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/uexport.php:53
+#: ../../mod/setup.php:418
msgid ""
-"Export your basic channel information to a file. This acts as a backup of "
-"your connections, permissions, profile and basic data, which can be used to "
-"import your data to a new server hub, but does not contain your content."
-msgstr "Exporteer de basisinformatie van jouw kanaal naar een bestand. Dit fungeert als een back-up van jouw connecties, permissies, profiel en basisgegevens, die gebruikt kan worden om op een nieuwe hub jouw gegevens te importeren. Deze back-up bevat echter niet de inhoud van jouw kanaal."
+"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."
+msgstr "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."
-#: ../../mod/uexport.php:54
-msgid "Export Content"
-msgstr "Inhoud exporteren"
+#: ../../mod/setup.php:422
+msgid "PHP executable path"
+msgstr "PHP executable path"
-#: ../../mod/uexport.php:55
+#: ../../mod/setup.php:422
msgid ""
-"Export your channel information and recent content to a JSON backup that can"
-" be restored or imported to another server hub. This backs up all of your "
-"connections, permissions, profile data and several months of posts. This "
-"file may be VERY large. Please be patient - it may take several minutes for"
-" this download to begin."
-msgstr "Exporteer informatie en recente inhoud van jouw kanaal naar een JSON-back-up, wat kan worden gebruikt om jouw kanaal te herstellen of te importeren op een andere hub. Dit slaat al jouw connecties, permissies, profielgegevens en enkele maanden aan inhoud van jouw kanaal op. Dit bestand kan ZEER groot worden. Wees geduldig - het kan enkele minuten duren voordat de download begint."
+"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/uexport.php:56
-msgid "Export your posts from a given year."
-msgstr "Exporteer jouw berichten uit een bepaald jaar."
+#: ../../mod/setup.php:427
+msgid "Command line PHP"
+msgstr "Command line PHP"
-#: ../../mod/uexport.php:58
+#: ../../mod/setup.php:436
msgid ""
-"You may also export your posts and conversations for a particular year or "
-"month. Adjust the date in your browser location bar to select other dates. "
-"If the export fails (possibly due to memory exhaustion on your server hub), "
-"please try again selecting a more limited date range."
-msgstr "Je kan ook berichten en conversaties uit een bepaald jaar of van een bepaalde maand exporteren. Verander de datum in de adresbalk van jouw webbrowser om andere jaren en maanden te selecteren. Wanneer het exporteren mislukt (waarschijnlijk door een gebrek aan beschikbaar servergeheugen), probeer het dan nogmaals met een beperkter tijdvak."
+"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/uexport.php:59
-#, php-format
-msgid ""
-"To select all posts for a given year, such as this year, visit <a "
-"href=\"%1$s\">%2$s</a>"
-msgstr "Bezoek <a href=\"%1$s\">%2$s</a> om alle berichten van bijvoorbeeld dit jaar te selecteren. "
+#: ../../mod/setup.php:437
+msgid "This is required for message delivery to work."
+msgstr "This is required for message delivery to work."
-#: ../../mod/uexport.php:60
-#, php-format
-msgid ""
-"To select all posts for a given month, such as January of this year, visit "
-"<a href=\"%1$s\">%2$s</a>"
-msgstr "Bezoek <a href=\"%1$s\">%2$s</a> om alle berichten van bijvoorbeeld januari dit jaar te selecteren."
+#: ../../mod/setup.php:440
+msgid "PHP register_argc_argv"
+msgstr "PHP register_argc_argv"
-#: ../../mod/uexport.php:61
+#: ../../mod/setup.php:458
#, php-format
msgid ""
-"These content files may be imported or restored by visiting <a "
-"href=\"%1$s\">%2$s</a> on any site containing your channel. For best results"
-" please import or restore these in date order (oldest first)."
-msgstr "Deze back-up-bestanden kunnen geïmporteerd of hersteld worden door op jouw hub en met jouw kanaal <a href=\"%1$s\">%2$s</a> te bezoeken. Voor het beste resultaat kan je de bestanden in chronologische volgorde importeren of herstellen."
-
-#: ../../mod/editpost.php:31
-msgid "Item is not editable"
-msgstr "Item is niet te bewerken"
-
-#: ../../mod/editpost.php:57
-msgid "Delete item?"
-msgstr "Item verwijderen?"
+"Your max allowed total upload size is set to %s. Maximum size of one file to"
+" upload is set to %s. You are allowed to upload up to %d files at once."
+msgstr "Your max allowed total upload size is set to %s. Maximum size of one file to upload is set to %s. You are allowed to upload up to %d files at once."
-#: ../../mod/editpost.php:164 ../../mod/rpost.php:128
-msgid "Edit post"
-msgstr "Bericht bewerken"
+#: ../../mod/setup.php:463
+msgid "You can adjust these settings in the servers php.ini."
+msgstr "You can adjust these settings in the servers php.ini."
-#: ../../mod/follow.php:25
-msgid "Channel added."
-msgstr "Kanaal toegevoegd."
+#: ../../mod/setup.php:465
+msgid "PHP upload limits"
+msgstr "PHP upload limits"
-#: ../../mod/rmagic.php:40
+#: ../../mod/setup.php:488
msgid ""
-"We encountered a problem while logging in with the OpenID you provided. "
-"Please check the correct spelling of the ID."
-msgstr "We hebben een probleem ontdekt tijdens het inloggen met de OpenID die je hebt verstrekt. Controleer de ID op typefouten."
-
-#: ../../mod/rmagic.php:40
-msgid "The error message was:"
-msgstr "Het foutbericht was:"
-
-#: ../../mod/rmagic.php:44
-msgid "Authentication failed."
-msgstr "Authenticatie mislukt."
-
-#: ../../mod/rmagic.php:84
-msgid "Remote Authentication"
-msgstr "Authenticatie op afstand"
-
-#: ../../mod/rmagic.php:85
-msgid "Enter your channel address (e.g. channel@example.com)"
-msgstr "Vul jouw kanaaladres in (bijv. channel@example.com)"
-
-#: ../../mod/rmagic.php:86
-msgid "Authenticate"
-msgstr "Authenticeren"
-
-#: ../../mod/chat.php:174
-msgid "Room not found"
-msgstr "Chatkanaal niet gevonden"
-
-#: ../../mod/chat.php:185
-msgid "Leave Room"
-msgstr "Chatkanaal verlaten"
-
-#: ../../mod/chat.php:186
-msgid "Delete This Room"
-msgstr "Chatkanaal verwijderen"
-
-#: ../../mod/chat.php:187
-msgid "I am away right now"
-msgstr "Ik ben momenteel afwezig"
-
-#: ../../mod/chat.php:188
-msgid "I am online"
-msgstr "Ik ben online"
-
-#: ../../mod/chat.php:190
-msgid "Bookmark this room"
-msgstr "Chatkanaal aan bladwijzers toevoegen"
-
-#: ../../mod/chat.php:208 ../../mod/chat.php:231
-msgid "New Chatroom"
-msgstr "Nieuw chatkanaal"
-
-#: ../../mod/chat.php:209
-msgid "Chatroom Name"
-msgstr "Naam chatkanaal"
-
-#: ../../mod/chat.php:210
-msgid "Expiration of chats (minutes)"
-msgstr "Aantal minuten voordat chatberichten worden verwijderd"
+"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/chat.php:227
-#, php-format
-msgid "%1$s's Chatrooms"
-msgstr "Chatkanalen van %1$s"
+#: ../../mod/setup.php:489
+msgid ""
+"If running under Windows, please see "
+"\"http://www.php.net/manual/en/openssl.installation.php\"."
+msgstr "If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."
-#: ../../mod/search.php:212
-#, php-format
-msgid "Items tagged with: %s"
-msgstr "Items getagd met %s"
+#: ../../mod/setup.php:492
+msgid "Generate encryption keys"
+msgstr "Generate encryption keys"
-#: ../../mod/search.php:214
-#, php-format
-msgid "Search results for: %s"
-msgstr "Zoekresultaten voor %s"
+#: ../../mod/setup.php:504
+msgid "libCurl PHP module"
+msgstr "libCurl PHP module"
-#: ../../mod/viewsrc.php:40
-msgid "Source of Item"
-msgstr "Bron van item"
+#: ../../mod/setup.php:505
+msgid "GD graphics PHP module"
+msgstr "GD graphics PHP module"
-#: ../../mod/ffsapi.php:8
-msgid "Share content from Firefox to $Projectname"
-msgstr "Deel webpagina's vanuit Firefox met "
+#: ../../mod/setup.php:506
+msgid "OpenSSL PHP module"
+msgstr "OpenSSL PHP module"
-#: ../../mod/ffsapi.php:11
-msgid "Activate the Firefox $Projectname provider"
-msgstr "Activeer de $Projectname-service in Firefox"
+#: ../../mod/setup.php:507
+msgid "mysqli or postgres PHP module"
+msgstr "mysqli or postgres PHP module"
-#: ../../mod/magic.php:69
-msgid "Hub not found."
-msgstr "Hub niet gevonden."
+#: ../../mod/setup.php:508
+msgid "mb_string PHP module"
+msgstr "mb_string PHP module"
-#: ../../mod/connections.php:52 ../../mod/connections.php:150
-msgid "Blocked"
-msgstr "Geblokkeerd"
+#: ../../mod/setup.php:509
+msgid "mcrypt PHP module"
+msgstr "mcrypt PHP module"
-#: ../../mod/connections.php:57 ../../mod/connections.php:157
-msgid "Ignored"
-msgstr "Genegeerd"
+#: ../../mod/setup.php:510
+msgid "xml PHP module"
+msgstr "xml PHP module"
-#: ../../mod/connections.php:62 ../../mod/connections.php:171
-msgid "Hidden"
-msgstr "Verborgen"
+#: ../../mod/setup.php:514 ../../mod/setup.php:516
+msgid "Apache mod_rewrite module"
+msgstr "Apache mod_rewrite module"
-#: ../../mod/connections.php:67 ../../mod/connections.php:164
-msgid "Archived"
-msgstr "Gearchiveerd"
+#: ../../mod/setup.php:514
+msgid ""
+"Error: Apache webserver mod-rewrite module is required but not installed."
+msgstr "Error: Apache webserver mod-rewrite module is required but not installed."
-#: ../../mod/connections.php:128
-msgid "Suggest new connections"
-msgstr "Nieuwe kanalen voorstellen"
+#: ../../mod/setup.php:520 ../../mod/setup.php:523
+msgid "proc_open"
+msgstr "proc_open"
-#: ../../mod/connections.php:131
-msgid "New Connections"
-msgstr "Nieuwe connecties"
+#: ../../mod/setup.php:520
+msgid ""
+"Error: proc_open is required but is either not installed or has been "
+"disabled in php.ini"
+msgstr "Error: proc_open is required but is either not installed or has been disabled in php.ini"
-#: ../../mod/connections.php:134
-msgid "Show pending (new) connections"
-msgstr "Nog te accepteren (nieuwe) connecties weergeven"
+#: ../../mod/setup.php:528
+msgid "Error: libCURL PHP module required but not installed."
+msgstr "Error: libCURL PHP module required but not installed."
-#: ../../mod/connections.php:137 ../../mod/profperm.php:139
-msgid "All Connections"
-msgstr "Alle connecties"
+#: ../../mod/setup.php:532
+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/connections.php:140
-msgid "Show all connections"
-msgstr "Toon alle connecties"
+#: ../../mod/setup.php:536
+msgid "Error: openssl PHP module required but not installed."
+msgstr "Error: openssl PHP module required but not installed."
-#: ../../mod/connections.php:143
-msgid "Unblocked"
-msgstr "Niet geblokkeerd"
+#: ../../mod/setup.php:540
+msgid ""
+"Error: mysqli or postgres PHP module required but neither are installed."
+msgstr "Error: mysqli or postgres PHP module required but neither are installed."
-#: ../../mod/connections.php:146
-msgid "Only show unblocked connections"
-msgstr "Toon alleen niet geblokkeerde connecties"
+#: ../../mod/setup.php:544
+msgid "Error: mb_string PHP module required but not installed."
+msgstr "Error: mb_string PHP module required but not installed."
-#: ../../mod/connections.php:153
-msgid "Only show blocked connections"
-msgstr "Toon alleen geblokkeerde connecties"
+#: ../../mod/setup.php:548
+msgid "Error: mcrypt PHP module required but not installed."
+msgstr "Error: mcrypt PHP module required but not installed."
-#: ../../mod/connections.php:160
-msgid "Only show ignored connections"
-msgstr "Toon alleen genegeerde connecties"
+#: ../../mod/setup.php:552
+msgid "Error: xml PHP module required for DAV but not installed."
+msgstr "Error: xml PHP module required for DAV but not installed."
-#: ../../mod/connections.php:167
-msgid "Only show archived connections"
-msgstr "Toon alleen gearchiveerde connecties"
+#: ../../mod/setup.php:570
+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 folder of your web server and it is unable to do so."
-#: ../../mod/connections.php:174
-msgid "Only show hidden connections"
-msgstr "Toon alleen verborgen connecties"
+#: ../../mod/setup.php:571
+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, as the web server may not be able to write files in your folder - even if you can."
-#: ../../mod/connections.php:225
-#, php-format
-msgid "%1$s [%2$s]"
-msgstr "%1$s [%2$s]"
+#: ../../mod/setup.php:572
+msgid ""
+"At the end of this procedure, we will give you a text to save in a file "
+"named .htconfig.php in your Red 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 Red top folder."
-#: ../../mod/connections.php:226
-msgid "Edit connection"
-msgstr "Connectie bewerken"
+#: ../../mod/setup.php:573
+msgid ""
+"You can alternatively skip this procedure and perform a manual installation."
+" Please see the file \"install/INSTALL.txt\" for instructions."
+msgstr "You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."
-#: ../../mod/connections.php:264
-msgid "Search your connections"
-msgstr "Doorzoek jouw connecties"
+#: ../../mod/setup.php:576
+msgid ".htconfig.php is writable"
+msgstr ".htconfig.php is writable"
-#: ../../mod/connections.php:265
-msgid "Finding: "
-msgstr "Zoeken naar: "
+#: ../../mod/setup.php:590
+msgid ""
+"Red uses the Smarty3 template engine to render its web views. Smarty3 "
+"compiles templates to PHP to speed up rendering."
+msgstr "Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."
-#: ../../mod/manage.php:130
+#: ../../mod/setup.php:591
#, php-format
-msgid "You have created %1$.0f of %2$.0f allowed channels."
-msgstr "Je hebt %1$.0f van totaal %2$.0f toegestane kanalen aangemaakt."
-
-#: ../../mod/manage.php:138
-msgid "Create a new channel"
-msgstr "Nieuw kanaal aanmaken"
-
-#: ../../mod/manage.php:161
-msgid "Current Channel"
-msgstr "Huidig kanaal"
-
-#: ../../mod/manage.php:163
-msgid "Switch to one of your channels by selecting it."
-msgstr "Activeer een van jouw andere kanalen door er op te klikken."
-
-#: ../../mod/manage.php:164
-msgid "Default Channel"
-msgstr "Standaardkanaal"
+msgid ""
+"In order to store these compiled templates, the web server needs to have "
+"write access to the directory %s under the Red top level folder."
+msgstr "In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder."
-#: ../../mod/manage.php:165
-msgid "Make Default"
-msgstr "Als standaard instellen"
+#: ../../mod/setup.php:592 ../../mod/setup.php:613
+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 that the user that your web server runs as (e.g. www-data) has write access to this folder."
-#: ../../mod/manage.php:168
+#: ../../mod/setup.php:593
#, php-format
-msgid "%d new messages"
-msgstr "%d nieuwe berichten"
+msgid ""
+"Note: as a security measure, you should give the web server write access to "
+"%s only--not the template files (.tpl) that it contains."
+msgstr "Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."
-#: ../../mod/manage.php:169
+#: ../../mod/setup.php:596
#, php-format
-msgid "%d new introductions"
-msgstr "%d nieuwe connectieverzoeken"
-
-#: ../../mod/manage.php:171
-msgid "Delegated Channels"
-msgstr "Uitbestede kanalen"
-
-#: ../../mod/menu.php:45
-msgid "Unable to update menu."
-msgstr "Niet in staat om menu aan te passen"
-
-#: ../../mod/menu.php:56
-msgid "Unable to create menu."
-msgstr "Niet in staat om menu aan te maken."
-
-#: ../../mod/menu.php:94 ../../mod/menu.php:106
-msgid "Menu Name"
-msgstr "Menunaam"
-
-#: ../../mod/menu.php:94
-msgid "Unique name (not visible on webpage) - required"
-msgstr "Unieke naam vereist (niet zichtbaar op webpagina)"
-
-#: ../../mod/menu.php:95 ../../mod/menu.php:107
-msgid "Menu Title"
-msgstr "Menutitel"
-
-#: ../../mod/menu.php:95
-msgid "Visible on webpage - leave empty for no title"
-msgstr "Zichtbaar op webpagina (leeg laten voor geen titel)"
-
-#: ../../mod/menu.php:96
-msgid "Allow Bookmarks"
-msgstr "Bladwijzers toestaan"
-
-#: ../../mod/menu.php:96 ../../mod/menu.php:153
-msgid "Menu may be used to store saved bookmarks"
-msgstr "Menu kan gebruikt worden om bladwijzers in op te slaan"
-
-#: ../../mod/menu.php:97 ../../mod/menu.php:155
-msgid "Submit and proceed"
-msgstr "Opslaan en doorgaan"
-
-#: ../../mod/menu.php:109
-msgid "Drop"
-msgstr "Verwijderen"
-
-#: ../../mod/menu.php:113
-msgid "Bookmarks allowed"
-msgstr "Bladwijzers toegestaan"
-
-#: ../../mod/menu.php:115
-msgid "Delete this menu"
-msgstr "Menu verwijderen"
-
-#: ../../mod/menu.php:116 ../../mod/menu.php:150
-msgid "Edit menu contents"
-msgstr "Bewerk de inhoud van het menu"
-
-#: ../../mod/menu.php:117
-msgid "Edit this menu"
-msgstr "Dit menu bewerken"
-
-#: ../../mod/menu.php:132
-msgid "Menu could not be deleted."
-msgstr "Menu kon niet verwijderd worden."
-
-#: ../../mod/menu.php:140 ../../mod/mitem.php:24
-msgid "Menu not found."
-msgstr "Menu niet gevonden."
-
-#: ../../mod/menu.php:145
-msgid "Edit Menu"
-msgstr "Menu bewerken"
-
-#: ../../mod/menu.php:149
-msgid "Add or remove entries to this menu"
-msgstr "Items aan dit menu toevoegen of verwijder"
-
-#: ../../mod/menu.php:151
-msgid "Menu name"
-msgstr "Naam van menu"
-
-#: ../../mod/menu.php:151
-msgid "Must be unique, only seen by you"
-msgstr "Moet uniek zijn en is alleen zichtbaar voor jou."
-
-#: ../../mod/menu.php:152
-msgid "Menu title"
-msgstr "Titel van menu"
-
-#: ../../mod/menu.php:152
-msgid "Menu title as seen by others"
-msgstr "Titel van menu zoals anderen dat zien."
-
-#: ../../mod/menu.php:153
-msgid "Allow bookmarks"
-msgstr "Bladwijzers toestaan"
-
-#: ../../mod/mail.php:34
-msgid "Unable to lookup recipient."
-msgstr "Niet in staat om ontvanger op te zoeken."
-
-#: ../../mod/mail.php:42
-msgid "Unable to communicate with requested channel."
-msgstr "Niet in staat om met het aangevraagde kanaal te communiceren."
-
-#: ../../mod/mail.php:49
-msgid "Cannot verify requested channel."
-msgstr "Kan opgevraagd kanaal niet verifieren"
-
-#: ../../mod/mail.php:75
-msgid "Selected channel has private message restrictions. Send failed."
-msgstr "Gekozen kanaal heeft restricties voor privéberichten. Verzenden mislukt."
-
-#: ../../mod/mail.php:140
-msgid "Messages"
-msgstr "Berichten"
-
-#: ../../mod/mail.php:175
-msgid "Message recalled."
-msgstr "Bericht ingetrokken."
+msgid "%s is writable"
+msgstr "%s is writable"
-#: ../../mod/mail.php:188
-msgid "Conversation removed."
-msgstr "Conversatie verwijderd"
+#: ../../mod/setup.php:612
+msgid ""
+"Red uses the store directory to save uploaded files. The web server needs to"
+" have write access to the store directory under the Red top level folder"
+msgstr "Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"
-#: ../../mod/mail.php:231
-msgid "Requested channel is not in this network"
-msgstr "Opgevraagd kanaal is niet in dit netwerk beschikbaar"
+#: ../../mod/setup.php:616
+msgid "store is writable"
+msgstr "store is writable"
-#: ../../mod/mail.php:239
-msgid "Send Private Message"
-msgstr "Privébericht versturen"
+#: ../../mod/setup.php:649
+msgid ""
+"SSL certificate cannot be validated. Fix certificate or disable https access"
+" to this site."
+msgstr "SSL certificate cannot be validated. Fix certificate or disable https access to this hub."
-#: ../../mod/mail.php:240 ../../mod/mail.php:370
-msgid "To:"
-msgstr "Aan:"
+#: ../../mod/setup.php:650
+msgid ""
+"If you have https access to your website or allow connections to TCP port "
+"443 (the https: port), you MUST use a browser-valid certificate. You MUST "
+"NOT use self-signed certificates!"
+msgstr "If you have https access to your hub or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"
-#: ../../mod/mail.php:243 ../../mod/mail.php:372
-msgid "Subject:"
-msgstr "Onderwerp:"
+#: ../../mod/setup.php:651
+msgid ""
+"This restriction is incorporated because public posts from you may for "
+"example contain references to images on your own hub."
+msgstr "This restriction is incorporated because public posts from you may for example contain references to images on your own hub."
-#: ../../mod/mail.php:250
-msgid "Send"
-msgstr "Verzenden"
+#: ../../mod/setup.php:652
+msgid ""
+"If your certificate is not recognized, members of other sites (who may "
+"themselves have valid certificates) will get a warning message on their own "
+"site complaining about security issues."
+msgstr "If your certificate is not recognized, members of other hubs (who may themselves have valid certificates) will get a warning message on their own hub complaining about security issues."
-#: ../../mod/mail.php:342
-msgid "Delete message"
-msgstr "Bericht verwijderen"
+#: ../../mod/setup.php:653
+msgid ""
+"This can cause usability issues elsewhere (not just on your own site) so we "
+"must insist on this requirement."
+msgstr "This can cause usability issues elsewhere (not just on your own hub) so we must insist on this requirement."
-#: ../../mod/mail.php:343
-msgid "Delivery report"
-msgstr "Afleveringsrapport"
+#: ../../mod/setup.php:654
+msgid ""
+"Providers are available that issue free certificates which are browser-"
+"valid."
+msgstr "Providers are available that issue free certificates which are browser-valid."
-#: ../../mod/mail.php:344
-msgid "Recall message"
-msgstr "Bericht intrekken"
+#: ../../mod/setup.php:656
+msgid "SSL certificate validation"
+msgstr "SSL certificate validation"
-#: ../../mod/mail.php:346
-msgid "Message has been recalled."
-msgstr "Bericht is ingetrokken."
+#: ../../mod/setup.php:662
+msgid ""
+"Url rewrite in .htaccess is not working. Check your server "
+"configuration.Test: "
+msgstr "Url rewrite in .htaccess is not working. Check your server configuration.Test: "
-#: ../../mod/mail.php:363
-msgid "Delete Conversation"
-msgstr "Verwijder conversatie"
+#: ../../mod/setup.php:665
+msgid "Url rewrite is working"
+msgstr "Url rewrite is working"
-#: ../../mod/mail.php:365
+#: ../../mod/setup.php:674
msgid ""
-"No secure communications available. You <strong>may</strong> be able to "
-"respond from the sender's profile page."
-msgstr "Geen veilige communicatie beschikbaar. <strong>Mogelijk</strong> kan je reageren op de kanaalpagina van de afzender."
+"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/mail.php:369
-msgid "Send Reply"
-msgstr "Antwoord versturen"
+#: ../../mod/setup.php:698
+msgid "Errors encountered creating database tables."
+msgstr "Errors encountered creating database tables."
-#: ../../mod/mail.php:374
-#, php-format
-msgid "Your message for %s (%s):"
-msgstr "Jouw privébericht aan %s (%s):"
+#: ../../mod/setup.php:732
+msgid "<h1>What next</h1>"
+msgstr "<h1>Wat nu</h1>"
-#: ../../mod/help.php:148
-msgid "Documentation Search"
-msgstr "Zoek documentatie"
+#: ../../mod/setup.php:733
+msgid ""
+"IMPORTANT: You will need to [manually] setup a scheduled task for the "
+"poller."
+msgstr "IMPORTANT: You will need to [manually] setup a scheduled task for the poller."
-#: ../../mod/help.php:186 ../../mod/help.php:192 ../../mod/help.php:198
-msgid "Help:"
-msgstr "Hulp:"
+#: ../../mod/sharedwithme.php:94
+msgid "Files: shared with me"
+msgstr "Bestanden: met mij gedeeld"
-#: ../../mod/help.php:213 ../../index.php:238
-msgid "Not Found"
-msgstr "Niet gevonden"
+#: ../../mod/sharedwithme.php:96
+msgid "NEW"
+msgstr "NIEUW"
-#: ../../mod/help.php:237
-msgid "$Projectname Documentation"
-msgstr "$Projectname-documentatie"
+#: ../../mod/sharedwithme.php:99
+msgid "Remove all files"
+msgstr "Verwijder alle bestanden"
-#: ../../mod/service_limits.php:19
-msgid "No service class restrictions found."
-msgstr "Geen abonnementsbeperkingen gevonden."
+#: ../../mod/sharedwithme.php:100
+msgid "Remove this file"
+msgstr "Verwijder dit bestand"
#: ../../mod/siteinfo.php:15
#, php-format
@@ -8925,281 +9044,211 @@ msgstr "Voorstellen, lofbetuigingen, enz. - e-mail \"redmatrix\" at librelist -
msgid "Site Administrators"
msgstr "Hubbeheerders: "
-#: ../../mod/suggest.php:35
-msgid ""
-"No suggestions available. If this is a new site, please try again in 24 "
-"hours."
-msgstr "Geen voorgestelde kanalen gevonden. Wanneer dit een nieuwe hub is, probeer het dan over 24 uur weer."
-
-#: ../../mod/events.php:21
-msgid "Calendar entries imported."
-msgstr "Agenda-items geïmporteerd."
-
-#: ../../mod/events.php:23
-msgid "No calendar entries found."
-msgstr "Geen agenda-items gevonden."
-
-#: ../../mod/events.php:100
-msgid "Event can not end before it has started."
-msgstr "Gebeurtenis kan niet eindigen voordat het is begonnen"
-
-#: ../../mod/events.php:102 ../../mod/events.php:111 ../../mod/events.php:131
-msgid "Unable to generate preview."
-msgstr "Niet in staat om voorvertoning te genereren"
-
-#: ../../mod/events.php:109
-msgid "Event title and start time are required."
-msgstr "Titel en begintijd van gebeurtenis zijn vereist."
-
-#: ../../mod/events.php:129 ../../mod/events.php:254
-msgid "Event not found."
-msgstr "Gebeurtenis niet gevonden"
-
-#: ../../mod/events.php:437
-msgid "Edit event titel"
-msgstr "Titel bewerken"
-
-#: ../../mod/events.php:437
-msgid "Event titel"
-msgstr "Titel"
-
-#: ../../mod/events.php:439
-msgid "Categories (comma-separated list)"
-msgstr "Categorieën (door komma's gescheiden lijst)"
-
-#: ../../mod/events.php:440
-msgid "Edit Category"
-msgstr "Categorie"
-
-#: ../../mod/events.php:440
-msgid "Category"
-msgstr "Categorie"
-
-#: ../../mod/events.php:443
-msgid "Edit start date and time"
-msgstr "Begindatum en -tijd bewerken"
+#: ../../mod/sources.php:32
+msgid "Failed to create source. No channel selected."
+msgstr "Aanmaken bron mislukt. Geen kanaal geselecteerd."
-#: ../../mod/events.php:443
-msgid "Start date and time"
-msgstr "Begindatum en -tijd"
+#: ../../mod/sources.php:45
+msgid "Source created."
+msgstr "Bron aangemaakt."
-#: ../../mod/events.php:444 ../../mod/events.php:447
-msgid "Finish date and time are not known or not relevant"
-msgstr "Einddatum en -tijd zijn niet bekend of niet van toepassing"
+#: ../../mod/sources.php:57
+msgid "Source updated."
+msgstr "Bron aangemaakt."
-#: ../../mod/events.php:446
-msgid "Edit finish date and time"
-msgstr "Einddatum en -tijd bewerken"
+#: ../../mod/sources.php:82
+msgid "*"
+msgstr "*"
-#: ../../mod/events.php:446
-msgid "Finish date and time"
-msgstr "Einddatum en -tijd"
+#: ../../mod/sources.php:89
+msgid "Manage remote sources of content for your channel."
+msgstr "Beheer externe bronnen met inhoud voor jouw kanaal"
-#: ../../mod/events.php:448 ../../mod/events.php:449
-msgid "Adjust for viewer timezone"
-msgstr "Aanpassen aan de tijdzone van wie deze gebeurtenis bekijkt"
+#: ../../mod/sources.php:90 ../../mod/sources.php:100
+msgid "New Source"
+msgstr "Nieuwe bron"
-#: ../../mod/events.php:448
+#: ../../mod/sources.php:101 ../../mod/sources.php:133
msgid ""
-"Important for events that happen in a particular place. Not practical for "
-"global holidays."
-msgstr "Belangrijk voor gebeurtenissen die op een bepaalde locatie plaatsvinden. Niet praktisch voor wereldwijde feestdagen."
-
-#: ../../mod/events.php:450
-msgid "Edit Description"
-msgstr "Omschrijving bewerken"
-
-#: ../../mod/events.php:452
-msgid "Edit Location"
-msgstr "Locatie bewerken"
-
-#: ../../mod/events.php:455 ../../mod/events.php:457
-msgid "Share this event"
-msgstr "Deel deze gebeurtenis"
-
-#: ../../mod/events.php:462
-msgid "Advanced Options"
-msgstr "Geavanceerde opties"
-
-#: ../../mod/events.php:574
-msgid "l, F j"
-msgstr "l j F"
-
-#: ../../mod/events.php:596
-msgid "Edit event"
-msgstr "Gebeurtenis bewerken"
-
-#: ../../mod/events.php:598
-msgid "Delete event"
-msgstr "Gebeurtenis verwijderen"
-
-#: ../../mod/events.php:632
-msgid "calendar"
-msgstr "agenda"
-
-#: ../../mod/events.php:651
-msgid "Edit Event"
-msgstr "Gebeurtenis bewerken"
-
-#: ../../mod/events.php:651
-msgid "Create Event"
-msgstr "Gebeurtenis aanmaken"
-
-#: ../../mod/events.php:661
-msgid "Today"
-msgstr "Vandaag"
-
-#: ../../mod/events.php:692
-msgid "Event removed"
-msgstr "Gebeurtenis verwijderd"
+"Import all or selected content from the following channel into this channel "
+"and distribute it according to your channel settings."
+msgstr "Importeer complete of gedeelde inhoud vanuit het volgende kanaal naar dit kanaal, en verdeel het vervolgens volgens jouw kanaalinstellingen."
-#: ../../mod/events.php:695
-msgid "Failed to remove event"
-msgstr "Verwijderen gebeurtenis mislukt"
+#: ../../mod/sources.php:102 ../../mod/sources.php:134
+msgid "Only import content with these words (one per line)"
+msgstr "Importeer alleen inhoud met deze woorden (één per regel)"
-#: ../../mod/profperm.php:29 ../../mod/profperm.php:58
-msgid "Invalid profile identifier."
-msgstr "Ongeldige profiel-identificator"
+#: ../../mod/sources.php:102 ../../mod/sources.php:134
+msgid "Leave blank to import all public content"
+msgstr "Laat leeg om alle openbare inhoud te importeren"
-#: ../../mod/profperm.php:110
-msgid "Profile Visibility Editor"
-msgstr "Zichtbaarheid profiel "
+#: ../../mod/sources.php:123 ../../mod/sources.php:150
+msgid "Source not found."
+msgstr "Bron niet gevonden"
-#: ../../mod/profperm.php:114
-msgid "Click on a contact to add or remove."
-msgstr "Klik op een connectie om deze toe te voegen of te verwijderen"
+#: ../../mod/sources.php:130
+msgid "Edit Source"
+msgstr "Bron bewerken"
-#: ../../mod/profperm.php:123
-msgid "Visible To"
-msgstr "Zichtbaar voor"
+#: ../../mod/sources.php:131
+msgid "Delete Source"
+msgstr "Bron verwijderen"
-#: ../../mod/mitem.php:48
-msgid "Unable to create element."
-msgstr "Niet in staat om onderdeel aan te maken."
+#: ../../mod/sources.php:158
+msgid "Source removed"
+msgstr "Bron verwijderd"
-#: ../../mod/mitem.php:72
-msgid "Unable to update menu element."
-msgstr "Menu-onderdeel kan niet worden geüpdatet."
+#: ../../mod/sources.php:160
+msgid "Unable to remove source."
+msgstr "Verwijderen bron mislukt."
-#: ../../mod/mitem.php:88
-msgid "Unable to add menu element."
-msgstr "Menu-onderdeel kan niet worden toegevoegd."
+#: ../../mod/subthread.php:114
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
+msgstr "%1$s volgt het %3$s van %2$s"
-#: ../../mod/mitem.php:149 ../../mod/mitem.php:222
-msgid "Menu Item Permissions"
-msgstr "Permissies menu-item"
+#: ../../mod/subthread.php:116
+#, php-format
+msgid "%1$s stopped following %2$s's %3$s"
+msgstr "%1$s volgt het %3$s van %2$s niet meer"
-#: ../../mod/mitem.php:152 ../../mod/mitem.php:168
-msgid "Link Name"
-msgstr "Linknaam"
+#: ../../mod/suggest.php:35
+msgid ""
+"No suggestions available. If this is a new site, please try again in 24 "
+"hours."
+msgstr "Geen voorgestelde kanalen gevonden. Wanneer dit een nieuwe hub is, probeer het dan over 24 uur weer."
-#: ../../mod/mitem.php:153 ../../mod/mitem.php:227
-msgid "Link or Submenu Target"
-msgstr "Linkdoel of submenu-doel"
+#: ../../mod/tagger.php:96
+#, php-format
+msgid "%1$s tagged %2$s's %3$s with %4$s"
+msgstr "%1$s heeft het %3$s van %2$s getagd met %4$s"
-#: ../../mod/mitem.php:153
-msgid "Enter URL of the link or select a menu name to create a submenu"
-msgstr "Geef de URL van de link of kies een menunaam om een submenu aan te maken"
+#: ../../mod/tagrm.php:44 ../../mod/tagrm.php:94
+msgid "Tag removed"
+msgstr "Tag verwijderd"
-#: ../../mod/mitem.php:154 ../../mod/mitem.php:228
-msgid "Use magic-auth if available"
-msgstr "Gebruik magic-auth wanneer beschikbaar"
+#: ../../mod/tagrm.php:119
+msgid "Remove Item Tag"
+msgstr "Verwijder item-tag"
-#: ../../mod/mitem.php:155 ../../mod/mitem.php:229
-msgid "Open link in new window"
-msgstr "Open link in nieuw venster"
+#: ../../mod/tagrm.php:121
+msgid "Select a tag to remove: "
+msgstr "Kies een tag om te verwijderen"
-#: ../../mod/mitem.php:156 ../../mod/mitem.php:230
-msgid "Order in list"
-msgstr "Volgorde in lijst"
+#: ../../mod/thing.php:111
+msgid "Thing updated"
+msgstr "Ding bijgewerkt"
-#: ../../mod/mitem.php:156 ../../mod/mitem.php:230
-msgid "Higher numbers will sink to bottom of listing"
-msgstr "Hogere nummers komen onderaan de lijst terecht"
+#: ../../mod/thing.php:163
+msgid "Object store: failed"
+msgstr "Opslaan van ding mislukt"
-#: ../../mod/mitem.php:157
-msgid "Submit and finish"
-msgstr "Opslaan en afsluiten"
+#: ../../mod/thing.php:167
+msgid "Thing added"
+msgstr "Ding toegevoegd"
-#: ../../mod/mitem.php:158
-msgid "Submit and continue"
-msgstr "Opslaan en doorgaan"
+#: ../../mod/thing.php:193
+#, php-format
+msgid "OBJ: %1$s %2$s %3$s"
+msgstr "OBJ: %1$s %2$s %3$s"
-#: ../../mod/mitem.php:166
-msgid "Menu:"
-msgstr "Menu:"
+#: ../../mod/thing.php:256
+msgid "Show Thing"
+msgstr "Ding weergeven"
-#: ../../mod/mitem.php:169
-msgid "Link Target"
-msgstr "Linkdoel"
+#: ../../mod/thing.php:263
+msgid "item not found."
+msgstr "Item niet gevonden"
-#: ../../mod/mitem.php:172
-msgid "Edit menu"
-msgstr "Menu bewerken"
+#: ../../mod/thing.php:296
+msgid "Edit Thing"
+msgstr "Ding bewerken"
-#: ../../mod/mitem.php:175
-msgid "Edit element"
-msgstr "Onderdeel bewerken"
+#: ../../mod/thing.php:298 ../../mod/thing.php:348
+msgid "Select a profile"
+msgstr "Kies een profiel"
-#: ../../mod/mitem.php:176
-msgid "Drop element"
-msgstr "Onderdeel verwijderen"
+#: ../../mod/thing.php:302 ../../mod/thing.php:351
+msgid "Post an activity"
+msgstr "Plaats een bericht"
-#: ../../mod/mitem.php:177
-msgid "New element"
-msgstr "Nieuw element"
+#: ../../mod/thing.php:302 ../../mod/thing.php:351
+msgid "Only sends to viewers of the applicable profile"
+msgstr "Toont dit alleen aan diegene die het gekozen profiel mogen zien."
-#: ../../mod/mitem.php:178
-msgid "Edit this menu container"
-msgstr "Deze menu-container bewerken"
+#: ../../mod/thing.php:304 ../../mod/thing.php:353
+msgid "Name of thing e.g. something"
+msgstr "Naam van ding"
-#: ../../mod/mitem.php:179
-msgid "Add menu element"
-msgstr "Menu-element toevoegen"
+#: ../../mod/thing.php:306 ../../mod/thing.php:354
+msgid "URL of thing (optional)"
+msgstr "URL van ding (optioneel)"
-#: ../../mod/mitem.php:180
-msgid "Delete this menu item"
-msgstr "Dit menu-item verwijderen"
+#: ../../mod/thing.php:308 ../../mod/thing.php:355
+msgid "URL for photo of thing (optional)"
+msgstr "URL van foto van ding (optioneel)"
-#: ../../mod/mitem.php:181
-msgid "Edit this menu item"
-msgstr "Dit menu-item bewerken"
+#: ../../mod/thing.php:346
+msgid "Add Thing to your Profile"
+msgstr "Ding aan je profiel toevoegen"
-#: ../../mod/mitem.php:198
-msgid "Menu item not found."
-msgstr "Menu-item niet gevonden."
+#: ../../mod/uexport.php:51 ../../mod/uexport.php:52
+msgid "Export Channel"
+msgstr "Kanaal exporteren"
-#: ../../mod/mitem.php:211
-msgid "Menu item deleted."
-msgstr "Menu-item verwijderd."
+#: ../../mod/uexport.php:53
+msgid ""
+"Export your basic channel information to a file. This acts as a backup of "
+"your connections, permissions, profile and basic data, which can be used to "
+"import your data to a new server hub, but does not contain your content."
+msgstr "Exporteer de basisinformatie van jouw kanaal naar een bestand. Dit fungeert als een back-up van jouw connecties, permissies, profiel en basisgegevens, die gebruikt kan worden om op een nieuwe hub jouw gegevens te importeren. Deze back-up bevat echter niet de inhoud van jouw kanaal."
-#: ../../mod/mitem.php:213
-msgid "Menu item could not be deleted."
-msgstr "Menu-item kon niet worden verwijderd."
+#: ../../mod/uexport.php:54
+msgid "Export Content"
+msgstr "Inhoud exporteren"
-#: ../../mod/mitem.php:220
-msgid "Edit Menu Element"
-msgstr "Menu-element bewerken"
+#: ../../mod/uexport.php:55
+msgid ""
+"Export your channel information and recent content to a JSON backup that can"
+" be restored or imported to another server hub. This backs up all of your "
+"connections, permissions, profile data and several months of posts. This "
+"file may be VERY large. Please be patient - it may take several minutes for"
+" this download to begin."
+msgstr "Exporteer informatie en recente inhoud van jouw kanaal naar een JSON-back-up, wat kan worden gebruikt om jouw kanaal te herstellen of te importeren op een andere hub. Dit slaat al jouw connecties, permissies, profielgegevens en enkele maanden aan inhoud van jouw kanaal op. Dit bestand kan ZEER groot worden. Wees geduldig - het kan enkele minuten duren voordat de download begint."
-#: ../../mod/mitem.php:226
-msgid "Link text"
-msgstr "Linktekst"
+#: ../../mod/uexport.php:56
+msgid "Export your posts from a given year."
+msgstr "Exporteer jouw berichten uit een bepaald jaar."
-#: ../../mod/sharedwithme.php:94
-msgid "Files: shared with me"
-msgstr "Bestanden: met mij gedeeld"
+#: ../../mod/uexport.php:58
+msgid ""
+"You may also export your posts and conversations for a particular year or "
+"month. Adjust the date in your browser location bar to select other dates. "
+"If the export fails (possibly due to memory exhaustion on your server hub), "
+"please try again selecting a more limited date range."
+msgstr "Je kan ook berichten en conversaties uit een bepaald jaar of van een bepaalde maand exporteren. Verander de datum in de adresbalk van jouw webbrowser om andere jaren en maanden te selecteren. Wanneer het exporteren mislukt (waarschijnlijk door een gebrek aan beschikbaar servergeheugen), probeer het dan nogmaals met een beperkter tijdvak."
-#: ../../mod/sharedwithme.php:96
-msgid "NEW"
-msgstr "NIEUW"
+#: ../../mod/uexport.php:59
+#, php-format
+msgid ""
+"To select all posts for a given year, such as this year, visit <a "
+"href=\"%1$s\">%2$s</a>"
+msgstr "Bezoek <a href=\"%1$s\">%2$s</a> om alle berichten van bijvoorbeeld dit jaar te selecteren. "
-#: ../../mod/sharedwithme.php:99
-msgid "Remove all files"
-msgstr "Verwijder alle bestanden"
+#: ../../mod/uexport.php:60
+#, php-format
+msgid ""
+"To select all posts for a given month, such as January of this year, visit "
+"<a href=\"%1$s\">%2$s</a>"
+msgstr "Bezoek <a href=\"%1$s\">%2$s</a> om alle berichten van bijvoorbeeld januari dit jaar te selecteren."
-#: ../../mod/sharedwithme.php:100
-msgid "Remove this file"
-msgstr "Verwijder dit bestand"
+#: ../../mod/uexport.php:61
+#, php-format
+msgid ""
+"These content files may be imported or restored by visiting <a "
+"href=\"%1$s\">%2$s</a> on any site containing your channel. For best results"
+" please import or restore these in date order (oldest first)."
+msgstr "Deze back-up-bestanden kunnen geïmporteerd of hersteld worden door op jouw hub en met jouw kanaal <a href=\"%1$s\">%2$s</a> te bezoeken. Voor het beste resultaat kan je de bestanden in chronologische volgorde importeren of herstellen."
#: ../../mod/viewconnections.php:59
msgid "No connections."
@@ -9210,6 +9259,22 @@ msgstr "Geen connecties."
msgid "Visit %s's profile [%s]"
msgstr "Bezoek het profiel van %s [%s]"
+#: ../../mod/viewsrc.php:40
+msgid "Source of Item"
+msgstr "Bron van item"
+
+#: ../../mod/webpages.php:191
+msgid "Page Title"
+msgstr "Paginatitel"
+
+#: ../../mod/xchan.php:6
+msgid "Xchan Lookup"
+msgstr "Xchan opzoeken"
+
+#: ../../mod/xchan.php:9
+msgid "Lookup xchan beginning with (or webbie): "
+msgstr "Zoek een xchan (of webbie) die begint met:"
+
#: ../../view/theme/redbasic/php/config.php:82
msgid "Focus (Hubzilla default)"
msgstr "Focus (Hubzilla-standaard)"
@@ -9345,58 +9410,3 @@ msgstr "Grootte profielfoto's van berichten instellen"
#: ../../view/theme/redbasic/php/config.php:132
msgid "Set size of followup author photos"
msgstr "Grootte profielfoto's van reacties instellen"
-
-#: ../../Zotlabs/Zot/Auth.php:140
-msgid ""
-"Remote authentication blocked. You are logged into this site locally. Please"
-" logout and retry."
-msgstr "Authenticatie op afstand geblokkeerd. Je bent lokaal op deze hub ingelogd. Uitloggen en opnieuw proberen."
-
-#: ../../boot.php:1299
-#, php-format
-msgid "Update %s failed. See error logs."
-msgstr "Update %s mislukt. Zie foutenlogboek."
-
-#: ../../boot.php:1302
-#, php-format
-msgid "Update Error at %s"
-msgstr "Update-fout op %s"
-
-#: ../../boot.php:1469
-msgid ""
-"Create an account to access services and applications within the Hubzilla"
-msgstr "Maak een account aan om toegang te krijgen tot diensten en toepassingen van Hubzilla"
-
-#: ../../boot.php:1491
-msgid "Password"
-msgstr "Wachtwoord"
-
-#: ../../boot.php:1492
-msgid "Remember me"
-msgstr "Aangemeld blijven"
-
-#: ../../boot.php:1495
-msgid "Forgot your password?"
-msgstr "Wachtwoord vergeten?"
-
-#: ../../boot.php:2115
-msgid "toggle mobile"
-msgstr "mobiele weergave omschakelen"
-
-#: ../../boot.php:2250
-msgid "Website SSL certificate is not valid. Please correct."
-msgstr "Het SSL-certificaat van deze website is ongeldig. Corrigeer dit a.u.b."
-
-#: ../../boot.php:2253
-#, php-format
-msgid "[hubzilla] Website SSL error for %s"
-msgstr "[hubzilla] Probleem met SSL-certificaat voor %s"
-
-#: ../../boot.php:2290
-msgid "Cron/Scheduled tasks not running."
-msgstr "Cron is niet actief"
-
-#: ../../boot.php:2294
-#, php-format
-msgid "[hubzilla] Cron tasks not running on %s"
-msgstr "[hubzilla] Cron-taken zijn niet actief op %s"
diff --git a/view/nl/hstrings.php b/view/nl/hstrings.php
index 871af0711..7f91a390e 100644
--- a/view/nl/hstrings.php
+++ b/view/nl/hstrings.php
@@ -5,114 +5,103 @@ function string_plural_select_nl($n){
return ($n != 1);;
}}
;
+$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Authenticatie op afstand geblokkeerd. Je bent lokaal op deze hub ingelogd. Uitloggen en opnieuw proberen.";
+$a->strings["Welcome %s. Remote authentication successful."] = "Welkom %s. Authenticatie op afstand geslaagd.";
+$a->strings["Update %s failed. See error logs."] = "Update %s mislukt. Zie foutenlogboek.";
+$a->strings["Update Error at %s"] = "Update-fout op %s";
+$a->strings["Create an account to access services and applications within the Hubzilla"] = "Maak een account aan om toegang te krijgen tot diensten en toepassingen van Hubzilla";
+$a->strings["Register"] = "Registreren";
+$a->strings["Logout"] = "Uitloggen";
+$a->strings["Login"] = "Inloggen";
+$a->strings["Email"] = "E-mail";
+$a->strings["Password"] = "Wachtwoord";
+$a->strings["Remember me"] = "Aangemeld blijven";
+$a->strings["No"] = "Nee";
+$a->strings["Yes"] = "Ja";
+$a->strings["Forgot your password?"] = "Wachtwoord vergeten?";
+$a->strings["Password Reset"] = "Wachtwoord vergeten?";
+$a->strings["toggle mobile"] = "mobiele weergave omschakelen";
+$a->strings["Website SSL certificate is not valid. Please correct."] = "Het SSL-certificaat van deze website is ongeldig. Corrigeer dit a.u.b.";
+$a->strings["[hubzilla] Website SSL error for %s"] = "[hubzilla] Probleem met SSL-certificaat voor %s";
+$a->strings["Cron/Scheduled tasks not running."] = "Cron is niet actief";
+$a->strings["never"] = "nooit";
+$a->strings["[hubzilla] Cron tasks not running on %s"] = "[hubzilla] Cron-taken zijn niet actief op %s";
$a->strings["Connect"] = "Verbinden";
$a->strings["New window"] = "Nieuw venster";
$a->strings["Open the selected location in a different window or browser tab"] = "Open de geselecteerde locatie in een ander venster of tab";
$a->strings["User '%s' deleted"] = "Account '%s' verwijderd";
-$a->strings["Missing room name"] = "Naam chatkanaal ontbreekt";
-$a->strings["Duplicate room name"] = "Naam chatkanaal bestaat al";
-$a->strings["Invalid room specifier."] = "Ongeldige omschrijving chatkanaal";
-$a->strings["Room not found."] = "Chatkanaal niet gevonden";
-$a->strings["Permission denied."] = "Toegang geweigerd";
-$a->strings["Room is full"] = "Chatkanaal is vol";
-$a->strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "Kan geen dubbele kanaal-identificator op deze hub aanmaken. Importeren mislukt.";
+$a->strings["No username found in import file."] = "Geen gebruikersnaam in het importbestand gevonden.";
$a->strings["Unable to create a unique channel address. Import failed."] = "Niet in staat om een uniek kanaaladres aan te maken. Importeren is mislukt.";
-$a->strings["Channel clone failed. Import failed."] = "Het klonen van het kanaal is mislukt. Importeren mislukt.";
-$a->strings["Cloned channel not found. Import failed."] = "Gekloond kanaal niet gevonden. Importeren mislukt.";
-$a->strings["prev"] = "vorige";
-$a->strings["first"] = "eerste";
-$a->strings["last"] = "laatste";
-$a->strings["next"] = "volgende";
-$a->strings["older"] = "ouder";
-$a->strings["newer"] = "nieuwer";
-$a->strings["No connections"] = "Geen connecties";
-$a->strings["%d Connection"] = array(
- 0 => "%d connectie",
- 1 => "%d connecties",
+$a->strings["Import completed."] = "Import voltooid.";
+$a->strings["Private Message"] = "Niet voor iedereen zichtbaar";
+$a->strings["Edit"] = "Bewerken";
+$a->strings["Delete"] = "Verwijderen";
+$a->strings["Select"] = "Kies";
+$a->strings["Save to Folder"] = "In map opslaan";
+$a->strings["I will attend"] = "Aanwezig";
+$a->strings["I will not attend"] = "Niet aanwezig";
+$a->strings["I might attend"] = "Mogelijk aanwezig";
+$a->strings["I agree"] = "Eens";
+$a->strings["I disagree"] = "Oneens";
+$a->strings["I abstain"] = "Onthouding";
+$a->strings["View all"] = "Toon alles";
+$a->strings["__ctx:noun__ Like"] = array(
+ 0 => "vindt dit leuk",
+ 1 => "vinden dit leuk",
);
-$a->strings["View Connections"] = "Connecties weergeven";
-$a->strings["Search"] = "Zoeken";
-$a->strings["Save"] = "Opslaan";
-$a->strings["poke"] = "aanstoten";
-$a->strings["poked"] = "aangestoten";
-$a->strings["ping"] = "ping";
-$a->strings["pinged"] = "gepingd";
-$a->strings["prod"] = "por";
-$a->strings["prodded"] = "gepord";
-$a->strings["slap"] = "slaan";
-$a->strings["slapped"] = "sloeg";
-$a->strings["finger"] = "finger";
-$a->strings["fingered"] = "gefingerd";
-$a->strings["rebuff"] = "afpoeieren";
-$a->strings["rebuffed"] = "afgepoeierd";
-$a->strings["happy"] = "gelukkig";
-$a->strings["sad"] = "bedroefd";
-$a->strings["mellow"] = "mellow";
-$a->strings["tired"] = "moe";
-$a->strings["perky"] = "parmantig";
-$a->strings["angry"] = "boos";
-$a->strings["stupefied"] = "verbijsterd";
-$a->strings["puzzled"] = "verward";
-$a->strings["interested"] = "geïnteresseerd";
-$a->strings["bitter"] = "verbitterd";
-$a->strings["cheerful"] = "vrolijk";
-$a->strings["alive"] = "levendig";
-$a->strings["annoyed"] = "geërgerd";
-$a->strings["anxious"] = "bezorgd";
-$a->strings["cranky"] = "humeurig";
-$a->strings["disturbed"] = "verontrust";
-$a->strings["frustrated"] = "gefrustreerd ";
-$a->strings["depressed"] = "gedeprimeerd";
-$a->strings["motivated"] = "gemotiveerd";
-$a->strings["relaxed"] = "ontspannen";
-$a->strings["surprised"] = "verrast";
-$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["Unknown Attachment"] = "Onbekende bijlage";
-$a->strings["Size"] = "Grootte";
-$a->strings["unknown"] = "onbekend";
-$a->strings["remove category"] = "categorie verwijderen";
-$a->strings["remove from file"] = "uit map verwijderen";
-$a->strings["l F d, Y \\@ g:i A"] = "l d F Y \\@ G:i";
-$a->strings["Starts:"] = "Start:";
-$a->strings["Finishes:"] = "Einde:";
-$a->strings["Location:"] = "Plaats:";
-$a->strings["Click to open/close"] = "Klik om te openen of te sluiten";
-$a->strings["Link to Source"] = "Originele locatie";
-$a->strings["default"] = "standaard";
-$a->strings["Page layout"] = "Pagina-lay-out";
-$a->strings["You can create your own with the layouts tool"] = "Je kan jouw eigen lay-out ontwerpen onder lay-outs";
-$a->strings["Page content type"] = "Opmaaktype pagina";
-$a->strings["Select an alternate language"] = "Kies een andere taal";
-$a->strings["photo"] = "foto";
-$a->strings["event"] = "gebeurtenis";
-$a->strings["status"] = "bericht";
-$a->strings["comment"] = "reactie";
-$a->strings["activity"] = "activiteit";
-$a->strings["Design Tools"] = "Ontwerp-hulpmiddelen";
-$a->strings["Blocks"] = "Blokken";
-$a->strings["Menus"] = "Menu's";
-$a->strings["Layouts"] = "Lay-outs";
-$a->strings["Pages"] = "Pagina's";
-$a->strings["Collection"] = "map";
+$a->strings["__ctx:noun__ Dislike"] = array(
+ 0 => "vindt dit niet leuk",
+ 1 => "vinden dit niet leuk",
+);
+$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["Message signature validated"] = "Berichtkenmerk gevalideerd";
+$a->strings["Message signature incorrect"] = "Berichtkenmerk onjuist";
+$a->strings["Add Tag"] = "Tag toevoegen";
+$a->strings["I like this (toggle)"] = "Vind ik leuk";
+$a->strings["like"] = "vind dit leuk";
+$a->strings["I don't like this (toggle)"] = "Vind ik niet leuk";
+$a->strings["dislike"] = "vind dit niet leuk";
+$a->strings["Share This"] = "Delen";
+$a->strings["share"] = "delen";
+$a->strings["Delivery Report"] = "Afleveringsrapport";
+$a->strings["%d comment"] = array(
+ 0 => "%d reactie",
+ 1 => "%d reacties weergeven",
+);
+$a->strings["View %s's profile - %s"] = "Profiel van %s bekijken - %s";
+$a->strings["to"] = "aan";
+$a->strings["via"] = "via";
+$a->strings["Wall-to-Wall"] = "Kanaal-naar-kanaal";
+$a->strings["via Wall-To-Wall:"] = "via kanaal-naar-kanaal";
+$a->strings["from %s"] = "van %s";
+$a->strings["last edited: %s"] = "laatst bewerkt: %s";
+$a->strings["Expires: %s"] = "Verloopt: %s";
+$a->strings["Save Bookmarks"] = "Bladwijzers opslaan";
+$a->strings["Add to Calendar"] = "Aan agenda toevoegen";
+$a->strings["Mark all seen"] = "Markeer alles als bekeken";
+$a->strings["__ctx:noun__ Likes"] = "vinden dit leuk";
+$a->strings["__ctx:noun__ Dislikes"] = "vinden dit niet leuk";
+$a->strings["Close"] = "Sluiten";
+$a->strings["Please wait"] = "Even wachten";
+$a->strings["[+] show all"] = "[+] alle";
+$a->strings["This is you"] = "Dit ben jij";
+$a->strings["Comment"] = "Reactie";
+$a->strings["Submit"] = "Opslaan";
+$a->strings["Bold"] = "Vet";
+$a->strings["Italic"] = "Cursief";
+$a->strings["Underline"] = "Onderstrepen";
+$a->strings["Quote"] = "Citeren";
+$a->strings["Code"] = "Broncode";
+$a->strings["Image"] = "Afbeelding";
+$a->strings["Insert Link"] = "Link invoegen";
+$a->strings["Video"] = "Video";
+$a->strings["Preview"] = "Voorvertoning";
+$a->strings["Encrypt text"] = "Tekst versleutelen";
$a->strings["parent"] = "omhoog";
+$a->strings["Collection"] = "map";
$a->strings["Principal"] = "principal";
$a->strings["Addressbook"] = "Adresboek";
$a->strings["Calendar"] = "Agenda";
@@ -126,195 +115,72 @@ $a->strings["Create"] = "Aanmaken";
$a->strings["Upload"] = "Uploaden";
$a->strings["Name"] = "Naam";
$a->strings["Type"] = "Type";
+$a->strings["Size"] = "Grootte";
$a->strings["Last Modified"] = "Laatst gewijzigd";
-$a->strings["Edit"] = "Bewerken";
-$a->strings["Delete"] = "Verwijderen";
$a->strings["You are using %1\$s of your available file storage."] = "Je gebruikt %1\$s van de beschikbare bestandsopslag.";
$a->strings["You are using %1\$s of %2\$s available file storage. (%3\$s&#37;)"] = "Je gebruikt %1\$s van totaal %2\$s beschikbare bestandsopslag. (%3\$s&#37;)";
$a->strings["WARNING:"] = "WAARSCHUWING:";
$a->strings["Create new folder"] = "Nieuwe map aanmaken";
$a->strings["Upload file"] = "Bestand uploaden";
-$a->strings["Delete this item?"] = "Dit item verwijderen?";
-$a->strings["Comment"] = "Reactie";
-$a->strings["[+] show all"] = "[+] alle";
-$a->strings["[-] show less"] = "[-] minder reacties weergeven";
-$a->strings["[+] expand"] = "[+] uitklappen";
-$a->strings["[-] collapse"] = "[-] inklappen";
-$a->strings["Password too short"] = "Wachtwoord te kort";
-$a->strings["Passwords do not match"] = "Wachtwoorden komen niet overeen";
-$a->strings["everybody"] = "iedereen";
-$a->strings["Secret Passphrase"] = "Geheim wachtwoord";
-$a->strings["Passphrase hint"] = "Wachtwoordhint";
-$a->strings["Notice: Permissions have changed but have not yet been submitted."] = "Mededeling: de permissies zijn veranderd, maar zijn nog niet opgeslagen.";
-$a->strings["close all"] = "Alles sluiten";
-$a->strings["Nothing new here"] = "Niets nieuw hier";
-$a->strings["Rate This Channel (this is public)"] = "Beoordeel dit kanaal (dit is openbaar)";
-$a->strings["Rating"] = "Beoordeling";
-$a->strings["Describe (optional)"] = "Omschrijving (optioneel)";
-$a->strings["Submit"] = "Opslaan";
-$a->strings["Please enter a link URL"] = "Vul een internetadres/URL in:";
-$a->strings["Unsaved changes. Are you sure you wish to leave this page?"] = "Niet opgeslagen wijzigingen. Ben je er zeker van dat je deze pagina wil verlaten?";
-$a->strings["Location"] = "Locatie";
-$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo";
-$a->strings["timeago.prefixFromNow"] = "timeago.prefixFromNow";
-$a->strings["ago"] = "geleden";
-$a->strings["from now"] = "vanaf nu";
-$a->strings["less than a minute"] = "minder dan een minuut";
-$a->strings["about a minute"] = "ongeveer een minuut";
-$a->strings["%d minutes"] = "%d minuten";
-$a->strings["about an hour"] = "ongeveer een uur";
-$a->strings["about %d hours"] = "ongeveer %d uren";
-$a->strings["a day"] = "een dag";
-$a->strings["%d days"] = "%d dagen";
-$a->strings["about a month"] = "ongeveer een maand";
-$a->strings["%d months"] = "%d maanden";
-$a->strings["about a year"] = "ongeveer een jaar";
-$a->strings["%d years"] = "%d jaren";
-$a->strings[" "] = " ";
-$a->strings["timeago.numbers"] = "timeago.numbers";
-$a->strings["__ctx:long__ May"] = "mei";
-$a->strings["Jan"] = "jan";
-$a->strings["Feb"] = "feb";
-$a->strings["Mar"] = "mrt";
-$a->strings["Apr"] = "apr";
-$a->strings["__ctx:short__ May"] = "mei";
-$a->strings["Jun"] = "jun";
-$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["Sun"] = "zo";
-$a->strings["Mon"] = "ma";
-$a->strings["Tue"] = "di";
-$a->strings["Wed"] = "wo";
-$a->strings["Thu"] = "do";
-$a->strings["Fri"] = "vr";
-$a->strings["Sat"] = "za";
-$a->strings["__ctx:calendar__ today"] = "vandaag";
-$a->strings["__ctx:calendar__ month"] = "maand";
-$a->strings["__ctx:calendar__ week"] = "week";
-$a->strings["__ctx:calendar__ day"] = "dag";
-$a->strings["__ctx:calendar__ All day"] = "hele dag";
-$a->strings["No username found in import file."] = "Geen gebruikersnaam in het importbestand gevonden.";
-$a->strings["Import completed."] = "Import voltooid.";
-$a->strings["Default"] = "Standaard";
-$a->strings["Permission denied"] = "Toegang geweigerd";
-$a->strings["(Unknown)"] = "(Onbekend)";
-$a->strings["Visible to anybody on the internet."] = "Voor iedereen op het internet zichtbaar.";
-$a->strings["Visible to you only."] = "Alleen voor jou zichtbaar.";
-$a->strings["Visible to anybody in this network."] = "Voor iedereen in dit netwerk zichtbaar.";
-$a->strings["Visible to anybody authenticated."] = "Voor iedereen die geauthenticeerd is zichtbaar.";
-$a->strings["Visible to anybody on %s."] = "Voor iedereen op %s zichtbaar.";
-$a->strings["Visible to all connections."] = "Voor alle connecties zichtbaar.";
-$a->strings["Visible to approved connections."] = "Voor alle goedgekeurde connecties zichtbaar.";
-$a->strings["Visible to specific connections."] = "Voor specifieke connecties zichtbaar.";
-$a->strings["Item not found."] = "Item niet gevonden.";
-$a->strings["Collection not found."] = "Collectie niet gevonden.";
-$a->strings["Collection is empty."] = "Collectie is leeg";
-$a->strings["Collection: %s"] = "Collectie: %s";
-$a->strings["Connection: %s"] = "Connectie: %s";
-$a->strings["Connection not found."] = "Connectie niet gevonden.";
-$a->strings["This event has been added to your calendar."] = "Dit evenement is aan jouw agenda toegevoegd.";
-$a->strings["Not specified"] = "Niet aangegeven";
-$a->strings["Needs Action"] = "Actie vereist";
-$a->strings["Completed"] = "Voltooid";
-$a->strings["In Process"] = "In behandeling";
-$a->strings["Cancelled"] = "Geannuleerd";
-$a->strings["Unable to obtain identity information from database"] = "Niet in staat om identiteitsinformatie uit de database te verkrijgen";
-$a->strings["Empty name"] = "Ontbrekende naam";
-$a->strings["Name too long"] = "Naam te lang";
-$a->strings["No account identifier"] = "Geen account-identificator";
-$a->strings["Nickname is required."] = "Bijnaam is verplicht";
-$a->strings["Reserved nickname. Please choose another."] = "Deze naam is gereserveerd. Kies een andere.";
-$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Deze naam heeft niet ondersteunde karakters of is al op deze hub in gebruik.";
-$a->strings["Unable to retrieve created identity"] = "Niet in staat om aangemaakte identiteit te vinden";
-$a->strings["Default Profile"] = "Standaardprofiel";
-$a->strings["Friends"] = "Vrienden";
-$a->strings["Requested channel is not available."] = "Opgevraagd kanaal is niet beschikbaar.";
-$a->strings["Requested profile is not available."] = "Opgevraagd profiel is niet beschikbaar";
-$a->strings["Change profile photo"] = "Profielfoto veranderen";
-$a->strings["Profiles"] = "Profielen";
-$a->strings["Manage/edit profiles"] = "Profielen beheren/bewerken";
-$a->strings["Create New Profile"] = "Nieuw profiel aanmaken";
-$a->strings["Edit Profile"] = "Profiel bewerken";
-$a->strings["Profile Image"] = "Profielfoto";
-$a->strings["visible to everybody"] = "Voor iedereen zichtbaar";
-$a->strings["Edit visibility"] = "Zichtbaarheid bewerken";
-$a->strings["Gender:"] = "Geslacht:";
-$a->strings["Status:"] = "Status:";
-$a->strings["Homepage:"] = "Homepagina:";
-$a->strings["Online Now"] = "Nu online";
-$a->strings["g A l F d"] = "G:i, l d 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"] = "Herinneringen";
-$a->strings["Events this week:"] = "Gebeurtenissen deze week:";
-$a->strings["Profile"] = "Profiel";
-$a->strings["Full Name:"] = "Volledige naam:";
-$a->strings["Like this channel"] = "Vind dit kanaal leuk";
-$a->strings["__ctx:noun__ Like"] = array(
- 0 => "vindt dit leuk",
- 1 => "vinden dit leuk",
-);
-$a->strings["j F, Y"] = "F j Y";
-$a->strings["j F"] = "F j";
-$a->strings["Birthday:"] = "Geboortedatum:";
-$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:"] = "Oorspronkelijk uit:";
-$a->strings["Tags:"] = "Tags:";
-$a->strings["Political Views:"] = "Politieke overtuigingen:";
-$a->strings["Religion:"] = "Religie:";
-$a->strings["About:"] = "Over:";
-$a->strings["Hobbies/Interests:"] = "Hobby's/interesses:";
-$a->strings["Likes:"] = "Houdt van:";
-$a->strings["Dislikes:"] = "Houdt niet van:";
-$a->strings["Contact information and Social Networks:"] = "Contactinformatie en sociale netwerken:";
-$a->strings["My other channels:"] = "Mijn andere kanalen";
-$a->strings["Musical interests:"] = "Muzikale interesses:";
-$a->strings["Books, literature:"] = "Boeken, literatuur:";
-$a->strings["Television:"] = "Televisie:";
-$a->strings["Film/dance/culture/entertainment:"] = "Films/dansen/cultuur/vermaak:";
-$a->strings["Love/Romance:"] = "Liefde/romantiek:";
-$a->strings["Work/employment:"] = "Werk/beroep:";
-$a->strings["School/education:"] = "School/opleiding:";
-$a->strings["Like this thing"] = "Vind dit ding leuk";
-$a->strings["Tags"] = "Tags";
-$a->strings["Categories"] = "Categorieën";
-$a->strings["Keywords"] = "Trefwoorden";
-$a->strings["have"] = "heb";
-$a->strings["has"] = "heeft";
-$a->strings["want"] = "wil";
-$a->strings["wants"] = "wil";
-$a->strings["like"] = "vind dit leuk";
-$a->strings["likes"] = "vindt dit leuk";
-$a->strings["dislike"] = "vind dit niet leuk";
-$a->strings["dislikes"] = "vindt dit niet leuk";
-$a->strings["Image exceeds website size limit of %lu bytes"] = "Afbeelding is groter dan op deze hub toegestane limiet van %lu bytes";
-$a->strings["Image file is empty."] = "Afbeeldingsbestand is leeg";
-$a->strings["Unable to process image"] = "Afbeelding kan niet verwerkt worden";
-$a->strings["Photo storage failed."] = "Foto kan niet worden opgeslagen";
-$a->strings["a new photo"] = "een nieuwe foto";
-$a->strings["__ctx:photo_upload__ %1\$s posted %2\$s to %3\$s"] = "%1\$s plaatste %2\$s op %3\$s";
-$a->strings["Photo Albums"] = "Fotoalbums";
-$a->strings["Upload New Photos"] = "Nieuwe foto's uploaden";
+$a->strings["Not a valid email address"] = "Geen geldig e-mailadres";
+$a->strings["Your email domain is not among those allowed on this site"] = "Jouw e-maildomein is op deze hub niet toegestaan";
+$a->strings["Your email address is already registered at this site."] = "Jouw e-mailadres is al op deze hub geregistreerd.";
+$a->strings["An invitation is required."] = "Een uitnodiging is vereist";
+$a->strings["Invitation could not be verified."] = "Uitnodiging kon niet geverifieerd worden";
+$a->strings["Please enter the required information."] = "Vul de vereiste informatie in.";
+$a->strings["Failed to store account information."] = "Account-informatie kon niet opgeslagen worden.";
+$a->strings["Registration confirmation for %s"] = "Registratiebevestiging voor %s";
+$a->strings["Registration request at %s"] = "Registratiebevestiging voor %s";
+$a->strings["Administrator"] = "Beheerder";
+$a->strings["your registration password"] = "jouw registratiewachtwoord";
+$a->strings["Registration details for %s"] = "Registratiegegevens voor %s";
+$a->strings["Account approved."] = "Account goedgekeurd";
+$a->strings["Registration revoked for %s"] = "Registratie ingetrokken voor %s";
+$a->strings["Account verified. Please login."] = "Account is geverifieerd. Je kan inloggen.";
+$a->strings["Click here to upgrade."] = "Klik hier om te upgraden.";
+$a->strings["This action exceeds the limits set by your subscription plan."] = "Deze handeling overschrijdt de beperkingen die voor jouw abonnement gelden.";
+$a->strings["This action is not available under your subscription plan."] = "Deze handeling is niet mogelijk met jouw abonnement.";
$a->strings["Visible to your default audience"] = "Voor iedereen zichtbaar, mits niet anders ingesteld";
$a->strings["Show"] = "Tonen";
$a->strings["Don't show"] = "Niet tonen";
$a->strings["Other networks and post services"] = "Andere netwerken en diensten";
$a->strings["Permissions"] = "Permissies";
-$a->strings["Close"] = "Sluiten";
$a->strings[" and "] = " en ";
$a->strings["public profile"] = "openbaar profiel";
$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$s veranderde %2\$s naar &ldquo;%3\$s&rdquo;";
$a->strings["Visit %1\$s's %2\$s"] = "Bezoek het %2\$s van %1\$s";
$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s heeft een aangepaste %2\$s, %3\$s veranderd.";
+$a->strings["Public Timeline"] = "Openbare tijdlijn";
+$a->strings["Site Admin"] = "Hubbeheerder";
+$a->strings["Bookmarks"] = "Bladwijzers";
+$a->strings["Address Book"] = "Connecties";
+$a->strings["Channel Manager"] = "Kanaalbeheer";
+$a->strings["Grid"] = "Grid";
+$a->strings["Settings"] = "Instellingen";
+$a->strings["Webpages"] = "Webpagina's";
+$a->strings["Channel Home"] = "Jouw kanaal";
+$a->strings["Profile"] = "Profiel";
+$a->strings["Photos"] = "Foto's";
+$a->strings["Events"] = "Agenda";
+$a->strings["Directory"] = "Kanalengids";
+$a->strings["Help"] = "Hulp";
+$a->strings["Mail"] = "Privéberichten";
+$a->strings["Mood"] = "Stemming";
+$a->strings["Poke"] = "Aanstoten";
+$a->strings["Chat"] = "Chatten";
+$a->strings["Search"] = "Zoeken";
+$a->strings["Probe"] = "Onderzoeken";
+$a->strings["Suggest"] = "Voorstellen";
+$a->strings["Random Channel"] = "Willekeurig kanaal";
+$a->strings["Invite"] = "Uitnodigen ";
+$a->strings["Features"] = "Extra functies";
+$a->strings["Language"] = "Taal";
+$a->strings["Post"] = "Bericht";
+$a->strings["Profile Photo"] = "Profielfoto";
+$a->strings["Update"] = "Bijwerken";
+$a->strings["Install"] = "Installeren";
+$a->strings["Purchase"] = "Aanschaffen";
+$a->strings["Permission denied."] = "Toegang geweigerd";
$a->strings["Item was not found."] = "Item niet gevonden";
$a->strings["No source file."] = "Geen bronbestand.";
$a->strings["Cannot locate file to replace"] = "Kan het te vervangen bestand niet vinden";
@@ -330,241 +196,82 @@ $a->strings["Path not found."] = "Pad niet gevonden";
$a->strings["mkdir failed."] = "directory aanmaken (mkdir) mislukt.";
$a->strings["database storage failed."] = "opslag in database mislukt.";
$a->strings["Empty path"] = "Ontbrekend bestandspad";
-$a->strings["created a new post"] = "maakte een nieuw bericht aan";
-$a->strings["commented on %s's post"] = "gaf een reactie op een bericht van %s";
-$a->strings["Apps"] = "Apps";
-$a->strings["System"] = "Systeem";
-$a->strings["Personal"] = "Persoonlijk";
-$a->strings["Create Personal App"] = "Persoonlijke app maken";
-$a->strings["Edit Personal App"] = "Persoonlijke app bewerken";
-$a->strings["Ignore/Hide"] = "Negeren/Verbergen";
-$a->strings["Suggestions"] = "Voorgestelde kanalen";
-$a->strings["See more..."] = "Meer...";
-$a->strings["You have %1$.0f of %2$.0f allowed connections."] = "Je hebt %1$.0f van de %2$.0f toegestane connecties.";
-$a->strings["Add New Connection"] = "Nieuwe connectie toevoegen";
-$a->strings["Enter the channel address"] = "Vul het adres van het nieuwe kanaal in";
-$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Voorbeeld: bob@example.com, http://example.com/barbara";
-$a->strings["Notes"] = "Aantekeningen";
-$a->strings["Remove term"] = "Verwijder zoekterm";
-$a->strings["Saved Searches"] = "Opgeslagen zoekopdrachten";
-$a->strings["add"] = "toevoegen";
-$a->strings["Saved Folders"] = "Bewaarde mappen";
-$a->strings["Everything"] = "Alles";
-$a->strings["Archives"] = "Archieven";
-$a->strings["Me"] = "Ik";
-$a->strings["Family"] = "Familie";
-$a->strings["Acquaintances"] = "Kennissen";
-$a->strings["All"] = "Alles";
-$a->strings["Refresh"] = "Vernieuwen";
-$a->strings["Account settings"] = "Account";
-$a->strings["Channel settings"] = "Kanaal";
-$a->strings["Additional features"] = "Extra functies";
-$a->strings["Feature/Addon settings"] = "Extra functie- en plugin-instellingen";
-$a->strings["Display settings"] = "Weergave";
-$a->strings["Connected apps"] = "Verbonden applicaties";
-$a->strings["Export channel"] = "Kanaal exporteren";
-$a->strings["Connection Default Permissions"] = "Standaard permissies voor connecties";
-$a->strings["Premium Channel Settings"] = "Instellingen premiumkanaal";
-$a->strings["Channel Sources"] = "Kanaalbronnen";
-$a->strings["Settings"] = "Instellingen";
-$a->strings["Private Mail Menu"] = "Privéberichten";
-$a->strings["Combined View"] = "Gecombineerd postvak";
-$a->strings["Inbox"] = "Postvak IN";
-$a->strings["Outbox"] = "Postvak UIT";
-$a->strings["New Message"] = "Nieuw bericht";
-$a->strings["Conversations"] = "Conversaties";
-$a->strings["Received Messages"] = "Ontvangen berichten";
-$a->strings["Sent Messages"] = "Verzonden berichten";
-$a->strings["No messages."] = "Geen berichten";
-$a->strings["Delete conversation"] = "Verwijder conversatie";
-$a->strings["Events Menu"] = "Agenda-menu";
-$a->strings["Day View"] = "Dag tonen";
-$a->strings["Week View"] = "Week tonen";
-$a->strings["Month View"] = "Maand tonen";
-$a->strings["Export"] = "Exporteren";
-$a->strings["Import"] = "Importeren";
-$a->strings["Events Tools"] = "Agenda-hulpmiddelen";
-$a->strings["Export Calendar"] = "Exporteren";
-$a->strings["Import Calendar"] = "Importeren";
-$a->strings["Chat Rooms"] = "Chatkanalen";
-$a->strings["Bookmarked Chatrooms"] = "Bladwijzers van chatkanalen";
-$a->strings["Suggested Chatrooms"] = "Voorgestelde chatkanalen";
-$a->strings["photo/image"] = "foto/afbeelding";
-$a->strings["Rate Me"] = "Beoordeel mij";
-$a->strings["View Ratings"] = "Bekijk beoordelingen";
-$a->strings["Public Hubs"] = "Openbare hubs";
-$a->strings["Forums"] = "Forums";
-$a->strings["Tasks"] = "Taken";
-$a->strings["Documentation"] = "Documentatie";
-$a->strings["Project/Site Information"] = "Project- en hub-informatie";
-$a->strings["For Members"] = "Voor leden";
-$a->strings["For Administrators"] = "Voor beheerders";
-$a->strings["For Developers"] = "Voor ontwikkelaars";
-$a->strings["Site"] = "Hub-instellingen";
-$a->strings["Accounts"] = "Accounts";
-$a->strings["Channels"] = "Kanalen";
-$a->strings["Plugins"] = "Plug-ins";
-$a->strings["Themes"] = "Thema's";
-$a->strings["Inspect queue"] = "Inspecteer berichtenwachtrij";
-$a->strings["Profile Config"] = "Profielconfiguratie";
-$a->strings["DB updates"] = "Database-updates";
-$a->strings["Logs"] = "Logboeken";
-$a->strings["Admin"] = "Beheer";
-$a->strings["Plugin Features"] = "Plug-in-opties";
-$a->strings["User registrations waiting for confirmation"] = "Accounts die op goedkeuring wachten";
-$a->strings["View Photo"] = "Foto weergeven";
-$a->strings["Edit Album"] = "Album bewerken";
+$a->strings["Logged out."] = "Uitgelogd.";
+$a->strings["Failed authentication"] = "Mislukte authenticatie";
+$a->strings["Login failed."] = "Inloggen mislukt.";
$a->strings["Attachments:"] = "Bijlagen:";
+$a->strings["l F d, Y \\@ g:i A"] = "l d F Y \\@ G:i";
$a->strings["\$Projectname event notification:"] = "Notificatie \$Projectname-gebeurtenis:";
+$a->strings["Starts:"] = "Start:";
+$a->strings["Finishes:"] = "Einde:";
+$a->strings["Location:"] = "Plaats:";
+$a->strings["Image/photo"] = "Afbeelding/foto";
+$a->strings["Encrypted content"] = "Versleutelde inhoud";
+$a->strings["Install %s element: "] = "Installeer %s-element: ";
+$a->strings["This post contains an installable %s element, however you lack permissions to install it on this site."] = "Dit bericht heeft een te installeren %s-element, maar je hebt geen permissies om het op deze hub te installeren.";
+$a->strings["webpage"] = "Webpagina";
+$a->strings["layout"] = "lay-out";
+$a->strings["block"] = "blok";
+$a->strings["menu"] = "menu";
+$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s schreef het volgende %2\$s %3\$s";
+$a->strings["post"] = "bericht";
+$a->strings["Different viewers will see this text differently"] = "Deze tekst wordt per persoon anders weergeven.";
+$a->strings["$1 spoiler"] = "$1 spoiler";
+$a->strings["$1 wrote:"] = "$1 schreef:";
$a->strings["%1\$s's bookmarks"] = "Bladwijzers van %1\$s";
-$a->strings["General Features"] = "Algemene functies";
-$a->strings["Content Expiration"] = "Inhoud laten verlopen";
-$a->strings["Remove posts/comments and/or private messages at a future time"] = "Berichten, reacties en/of privéberichten na een bepaalde tijd verwijderen";
-$a->strings["Multiple Profiles"] = "Meerdere profielen";
-$a->strings["Ability to create multiple profiles"] = "Mogelijkheid om meerdere profielen aan te maken";
-$a->strings["Advanced Profiles"] = "Geavanceerde profielen";
-$a->strings["Additional profile sections and selections"] = "Extra onderdelen en keuzes voor je profiel";
-$a->strings["Profile Import/Export"] = "Profiel importen/exporteren";
-$a->strings["Save and load profile details across sites/channels"] = "Profielgegevens opslaan en in andere hubs/kanalen gebruiken.";
-$a->strings["Web Pages"] = "Webpagina's";
-$a->strings["Provide managed web pages on your channel"] = "Sta beheerde webpagina's op jouw kanaal toe";
-$a->strings["Private Notes"] = "Privé-aantekeningen";
-$a->strings["Enables a tool to store notes and reminders"] = "Schakelt een eenvoudige toepassing in om aantekeningen en herinneringen in op te slaan";
-$a->strings["Navigation Channel Select"] = "Kanaal kiezen in navigatiemenu";
-$a->strings["Change channels directly from within the navigation dropdown menu"] = "Kies een ander kanaal direct vanuit het dropdown-menu op de navigatiebalk";
-$a->strings["Photo Location"] = "Fotolocatie";
-$a->strings["If location data is available on uploaded photos, link this to a map."] = "Wanneer in de geüploade foto's locatiegegevens aanwezig zijn, link dit dan aan een kaart.";
-$a->strings["Expert Mode"] = "Expertmodus";
-$a->strings["Enable Expert Mode to provide advanced configuration options"] = "Schakel de expertmodus in voor geavanceerde instellingen";
-$a->strings["Premium Channel"] = "Premiumkanaal";
-$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = "Stelt je in staat om beperkingen en voorwaarden in te stellen voor jouw kanaal";
-$a->strings["Post Composition Features"] = "Functies voor het opstellen van berichten";
-$a->strings["Use Markdown"] = "Markdown gebruiken";
-$a->strings["Allow use of \"Markdown\" to format posts"] = "Sta het gebruik van \"markdown\" toe om berichten mee op te maken.";
-$a->strings["Large Photos"] = "Grote foto's";
-$a->strings["Include large (1024px) photo thumbnails in posts. If not enabled, use small (640px) photo thumbnails"] = "Gebruik grotere foto's (1024px) in berichten. Wanneer dit is uitgeschakeld worden er kleinere foto's (640px) gebruikt.";
-$a->strings["Automatically import channel content from other channels or feeds"] = "Automatisch inhoud uit andere kanalen of feeds importeren.";
-$a->strings["Even More Encryption"] = "Extra encryptie";
-$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Sta toe dat inhoud extra end-to-end wordt versleuteld met een gedeelde geheime sleutel.";
-$a->strings["Enable Voting Tools"] = "Peilingen inschakelen";
-$a->strings["Provide a class of post which others can vote on"] = "Maakt het mogelijk om een bericht op te stellen, waar mensen op kunnen stemmen.";
-$a->strings["Delayed Posting"] = "Berichten uitstellen";
-$a->strings["Allow posts to be published at a later date"] = "Maakt het mogelijk dat berichten op een toekomstig moment gepubliceerd kunnen worden.";
-$a->strings["Suppress Duplicate Posts/Comments"] = "Dubbele berichten/reacties tegenhouden";
-$a->strings["Prevent posts with identical content to be published with less than two minutes in between submissions."] = "Voorkomt dat berichten en reacties met identieke inhoud en die binnen twee minuten zijn verstuurd, worden gepubliceerd. ";
-$a->strings["Network and Stream Filtering"] = "Netwerk- en streamfilter";
-$a->strings["Search by Date"] = "Zoek op datum";
-$a->strings["Ability to select posts by date ranges"] = "Mogelijkheid om berichten op datum te filteren ";
-$a->strings["Collections Filter"] = "Filter op collecties";
-$a->strings["Enable widget to display Network posts only from selected collections"] = "Sta de widget toe om netwerkberichten te tonen van bepaalde collecties";
-$a->strings["Save search terms for re-use"] = "Sla zoekopdrachten op voor hergebruik";
-$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 all new Network activity"] = "Laat de tab alle nieuwe netwerkactiviteit tonen";
-$a->strings["Affinity Tool"] = "Verwantschapsfilter";
-$a->strings["Filter stream activity by depth of relationships"] = "Filter wat je in de Matrix ziet op hoe goed je iemand kent of mag";
-$a->strings["Connection Filtering"] = "Berichtenfilters";
-$a->strings["Filter incoming posts from connections based on keywords/content"] = "Filter binnenkomende berichten van connecties aan de hand van trefwoorden en taal";
-$a->strings["Suggest Channels"] = "Kanalen voorstellen";
-$a->strings["Show channel suggestions"] = "Voor jou mogelijk interessante kanalen voorstellen";
-$a->strings["Post/Comment Tools"] = "Bericht- en reactiehulpmiddelen";
-$a->strings["Tagging"] = "Taggen";
-$a->strings["Ability to tag existing posts"] = "Mogelijkheid om bestaande berichten te taggen";
-$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 op te slaan";
-$a->strings["Dislike Posts"] = "Vind berichten niet leuk";
-$a->strings["Ability to dislike posts/comments"] = "Mogelijkheid om berichten en reacties niet leuk te vinden";
-$a->strings["Star Posts"] = "Geef berichten een ster";
-$a->strings["Ability to mark special posts with a star indicator"] = "Mogelijkheid om speciale berichten met een ster te markeren";
-$a->strings["Tag Cloud"] = "Tagwolk";
-$a->strings["Provide a personal tag cloud on your channel page"] = "Zorgt voor een persoonlijke wolk met tags op jouw kanaalpagina";
-$a->strings["Male"] = "Man";
-$a->strings["Female"] = "Vrouw";
-$a->strings["Currently Male"] = "Momenteel man";
-$a->strings["Currently Female"] = "Momenteel vrouw";
-$a->strings["Mostly Male"] = "Voornamelijk man";
-$a->strings["Mostly Female"] = "Voornamelijk vrouw";
-$a->strings["Transgender"] = "Transgender";
-$a->strings["Intersex"] = "Interseksueel";
-$a->strings["Transsexual"] = "Transseksueel";
-$a->strings["Hermaphrodite"] = "Hermafrodiet";
-$a->strings["Neuter"] = "Genderneutraal";
-$a->strings["Non-specific"] = "Niet gespecificeerd";
-$a->strings["Other"] = "Anders";
-$a->strings["Undecided"] = "Nog niet beslist";
-$a->strings["Males"] = "Mannen";
-$a->strings["Females"] = "Vrouwen";
-$a->strings["Gay"] = "Homoseksueel";
-$a->strings["Lesbian"] = "Lesbisch";
-$a->strings["No Preference"] = "Geen voorkeur";
-$a->strings["Bisexual"] = "Biseksueel";
-$a->strings["Autosexual"] = "Autoseksueel";
-$a->strings["Abstinent"] = "Seksuele onthouding";
-$a->strings["Virgin"] = "Maagd";
-$a->strings["Deviant"] = "Afwijkend";
-$a->strings["Fetish"] = "Fetisj";
-$a->strings["Oodles"] = "Veel";
-$a->strings["Nonsexual"] = "Aseksueel";
-$a->strings["Single"] = "Alleen";
-$a->strings["Lonely"] = "Eenzaam";
-$a->strings["Available"] = "Beschikbaar";
-$a->strings["Unavailable"] = "Niet beschikbaar";
-$a->strings["Has crush"] = "Heeft een oogje op iemand";
-$a->strings["Infatuated"] = "Smoorverliefd";
-$a->strings["Dating"] = "Aan het daten";
-$a->strings["Unfaithful"] = "Ontrouw";
-$a->strings["Sex Addict"] = "Seksverslaafd";
-$a->strings["Friends/Benefits"] = "Vriendschap plus";
-$a->strings["Casual"] = "Ongebonden/vluchtig";
-$a->strings["Engaged"] = "Verloofd";
-$a->strings["Married"] = "Getrouwd";
-$a->strings["Imaginarily married"] = "Denkbeeldig getrouwd";
-$a->strings["Partners"] = "Partners";
-$a->strings["Cohabiting"] = "Samenwonend";
-$a->strings["Common law"] = "Common-law-huwelijk";
-$a->strings["Happy"] = "Gelukkig";
-$a->strings["Not looking"] = "Niet op zoek";
-$a->strings["Swinger"] = "Swinger";
-$a->strings["Betrayed"] = "Verraden";
-$a->strings["Separated"] = "Uit elkaar";
-$a->strings["Unstable"] = "Onstabiel";
-$a->strings["Divorced"] = "Gescheiden";
-$a->strings["Imaginarily divorced"] = "Denkbeeldig gescheiden";
-$a->strings["Widowed"] = "Weduwnaar/weduwe";
-$a->strings["Uncertain"] = "Onzeker";
-$a->strings["It's complicated"] = "Het is ingewikkeld";
-$a->strings["Don't care"] = "Maakt mij niks uit";
-$a->strings["Ask me"] = "Vraag het me";
-$a->strings["Miscellaneous"] = "Diversen";
-$a->strings["YYYY-MM-DD or MM-DD"] = "JJJJ-MM-DD of MM-DD";
-$a->strings["Required"] = "Vereist";
-$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"] = "seconden";
-$a->strings["__ctx:e.g. 22 hours ago, 1 minute ago__ %1\$d %2\$s ago"] = "%1\$d %2\$s geleden";
-$a->strings["%1\$s's birthday"] = "Verjaardag van %1\$s";
-$a->strings["Happy Birthday %1\$s"] = "Gefeliciteerd met je verjaardag %1\$s";
-$a->strings["Public Timeline"] = "Openbare tijdlijn";
+$a->strings["Missing room name"] = "Naam chatkanaal ontbreekt";
+$a->strings["Duplicate room name"] = "Naam chatkanaal bestaat al";
+$a->strings["Invalid room specifier."] = "Ongeldige omschrijving chatkanaal";
+$a->strings["Room not found."] = "Chatkanaal niet gevonden";
+$a->strings["Room is full"] = "Chatkanaal is vol";
+$a->strings["Default"] = "Standaard";
+$a->strings["Frequently"] = "Regelmatig";
+$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["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["%d invitation available"] = array(
+ 0 => "%d uitnodiging beschikbaar",
+ 1 => "%d uitnodigingen beschikbaar",
+);
+$a->strings["Advanced"] = "Geavanceerd";
+$a->strings["Find Channels"] = "Kanalen vinden";
+$a->strings["Enter name or interest"] = "Vul naam of interesse in";
+$a->strings["Connect/Follow"] = "Verbinden/volgen";
+$a->strings["Examples: Robert Morgenstein, Fishing"] = "Voorbeeld: Robert Morgenstein, vissen";
+$a->strings["Find"] = "Vinden";
+$a->strings["Channel Suggestions"] = "Voorgestelde kanalen";
+$a->strings["Random Profile"] = "Willekeurig profiel";
+$a->strings["Invite Friends"] = "Vrienden uitnodigen";
+$a->strings["Advanced example: name=fred and country=iceland"] = "Geavanceerd voorbeeld (Engels): name=jan en country=nederland";
+$a->strings["Saved Folders"] = "Bewaarde mappen";
+$a->strings["Everything"] = "Alles";
+$a->strings["Categories"] = "Categorieën";
+$a->strings["%d connection in common"] = array(
+ 0 => "%d gemeenschappelijke connectie",
+ 1 => "%d gemeenschappelijke connecties",
+);
+$a->strings["show more"] = "meer connecties weergeven";
+$a->strings["photo"] = "foto";
+$a->strings["event"] = "gebeurtenis";
$a->strings["channel"] = "kanaal";
+$a->strings["status"] = "bericht";
+$a->strings["comment"] = "reactie";
$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s vindt %3\$s van %2\$s leuk";
$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s vindt %3\$s van %2\$s niet leuk";
$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s is nu met %2\$s verbonden";
$a->strings["%1\$s poked %2\$s"] = "%1\$s heeft %2\$s aangestoten";
+$a->strings["poked"] = "aangestoten";
$a->strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s is %2\$s";
$a->strings["__ctx:title__ Likes"] = "vinden dit leuk";
$a->strings["__ctx:title__ Dislikes"] = "vinden dit niet leuk";
@@ -574,18 +281,10 @@ $a->strings["__ctx:title__ Abstain"] = "onthoudingen";
$a->strings["__ctx:title__ Attending"] = "aanwezig";
$a->strings["__ctx:title__ Not attending"] = "niet aanwezig";
$a->strings["__ctx:title__ Might attend"] = "mogelijk aanwezig";
-$a->strings["Select"] = "Kies";
-$a->strings["Private Message"] = "Niet voor iedereen zichtbaar";
-$a->strings["Message signature validated"] = "Berichtkenmerk gevalideerd";
-$a->strings["Message signature incorrect"] = "Berichtkenmerk onjuist";
$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["from %s"] = "van %s";
-$a->strings["last edited: %s"] = "laatst bewerkt: %s";
-$a->strings["Expires: %s"] = "Verloopt: %s";
$a->strings["View in context"] = "In context bekijken";
-$a->strings["Please wait"] = "Even wachten";
$a->strings["remove"] = "verwijderen";
$a->strings["Loading..."] = "Aan het laden...";
$a->strings["Delete Selected Items"] = "Verwijder de geselecteerde items";
@@ -598,7 +297,6 @@ $a->strings["View Photos"] = "Foto's weergeven";
$a->strings["Activity/Posts"] = "Kanaal-activiteit";
$a->strings["Edit Connection"] = "Connectie bewerken";
$a->strings["Send PM"] = "Privébericht verzenden";
-$a->strings["Poke"] = "Aanstoten";
$a->strings["%s likes this."] = "%s vindt dit leuk.";
$a->strings["%s doesn't like this."] = "%s vindt dit niet leuk.";
$a->strings["<span %1\$s>%2\$d people</span> like this."] = array(
@@ -624,15 +322,9 @@ $a->strings["Tag term:"] = "Tag:";
$a->strings["Save to Folder:"] = "Bewaar in map: ";
$a->strings["Where are you right now?"] = "Waar bevind je je op dit moment?";
$a->strings["Expires YYYY-MM-DD HH:MM"] = "Verloopt op DD-MM-YYYY om HH:MM";
-$a->strings["Preview"] = "Voorvertoning";
$a->strings["Share"] = "Delen";
$a->strings["Page link name"] = "Linknaam pagina";
$a->strings["Post as"] = "Bericht plaatsen als";
-$a->strings["Bold"] = "Vet";
-$a->strings["Italic"] = "Cursief";
-$a->strings["Underline"] = "Onderstrepen";
-$a->strings["Quote"] = "Citeren";
-$a->strings["Code"] = "Broncode";
$a->strings["Upload photo"] = "Foto uploaden";
$a->strings["upload photo"] = "foto uploaden";
$a->strings["Attach file"] = "Bestand toevoegen";
@@ -656,7 +348,6 @@ $a->strings["Public post"] = "Openbaar bericht";
$a->strings["Example: bob@example.com, mary@example.com"] = "Voorbeeld: bob@voorbeeld.nl, mary@voorbeeld.be";
$a->strings["Set expiration date"] = "Verloopdatum instellen";
$a->strings["Set publish date"] = "Publicatiedatum instellen";
-$a->strings["Encrypt text"] = "Tekst versleutelen";
$a->strings["OK"] = "OK";
$a->strings["Cancel"] = "Annuleren";
$a->strings["Discover"] = "Ontdekken";
@@ -665,6 +356,7 @@ $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 waar je op een andere manier bij betrokken bent";
$a->strings["New"] = "Nieuw";
$a->strings["Activity Stream - by date"] = "Activiteitenstroom - volgens datum";
@@ -676,18 +368,11 @@ $a->strings["Channel"] = "Kanaal";
$a->strings["Status Messages and Posts"] = "Berichten in dit kanaal";
$a->strings["About"] = "Over";
$a->strings["Profile Details"] = "Profiel";
-$a->strings["Photos"] = "Foto's";
+$a->strings["Photo Albums"] = "Fotoalbums";
$a->strings["Files and Storage"] = "Bestanden en opslagruimte";
$a->strings["Chatrooms"] = "Chatkanalen";
-$a->strings["Bookmarks"] = "Bladwijzers";
$a->strings["Saved Bookmarks"] = "Opgeslagen bladwijzers";
-$a->strings["Webpages"] = "Webpagina's";
$a->strings["Manage Webpages"] = "Webpagina's beheren";
-$a->strings["View all"] = "Toon alles";
-$a->strings["__ctx:noun__ Dislike"] = array(
- 0 => "vindt dit niet leuk",
- 1 => "vinden dit niet leuk",
-);
$a->strings["__ctx:noun__ Attending"] = array(
0 => "aanwezig",
1 => "aanwezig",
@@ -712,57 +397,32 @@ $a->strings["__ctx:noun__ Abstain"] = array(
0 => "onthouding",
1 => "onthoudingen",
);
-$a->strings["Logged out."] = "Uitgelogd.";
-$a->strings["Failed authentication"] = "Mislukte authenticatie";
-$a->strings["Login failed."] = "Inloggen mislukt.";
-$a->strings["Frequently"] = "Regelmatig";
-$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"] = "LinkedIn";
-$a->strings["XMPP/IM"] = "XMPP/IM";
-$a->strings["MySpace"] = "MySpace";
-$a->strings["Image/photo"] = "Afbeelding/foto";
-$a->strings["Encrypted content"] = "Versleutelde inhoud";
-$a->strings["Install %s element: "] = "Installeer %s-element: ";
-$a->strings["This post contains an installable %s element, however you lack permissions to install it on this site."] = "Dit bericht heeft een te installeren %s-element, maar je hebt geen permissies om het op deze hub te installeren.";
-$a->strings["webpage"] = "Webpagina";
-$a->strings["layout"] = "lay-out";
-$a->strings["block"] = "blok";
-$a->strings["menu"] = "menu";
-$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s schreef het volgende %2\$s %3\$s";
-$a->strings["post"] = "bericht";
-$a->strings["Different viewers will see this text differently"] = "Deze tekst wordt per persoon anders weergeven.";
-$a->strings["$1 spoiler"] = "$1 spoiler";
-$a->strings["$1 wrote:"] = "$1 schreef:";
-$a->strings["%d invitation available"] = array(
- 0 => "%d uitnodiging beschikbaar",
- 1 => "%d uitnodigingen beschikbaar",
-);
-$a->strings["Advanced"] = "Geavanceerd";
-$a->strings["Find Channels"] = "Kanalen vinden";
-$a->strings["Enter name or interest"] = "Vul naam of interesse in";
-$a->strings["Connect/Follow"] = "Verbinden/volgen";
-$a->strings["Examples: Robert Morgenstein, Fishing"] = "Voorbeeld: Robert Morgenstein, vissen";
-$a->strings["Find"] = "Vinden";
-$a->strings["Channel Suggestions"] = "Voorgestelde kanalen";
-$a->strings["Random Profile"] = "Willekeurig profiel";
-$a->strings["Invite Friends"] = "Vrienden uitnodigen";
-$a->strings["Advanced example: name=fred and country=iceland"] = "Geavanceerd voorbeeld (Engels): name=jan en country=nederland";
-$a->strings["%d connection in common"] = array(
- 0 => "%d gemeenschappelijke connectie",
- 1 => "%d gemeenschappelijke connecties",
-);
-$a->strings["show more"] = "meer connecties weergeven";
+$a->strings["Miscellaneous"] = "Diversen";
+$a->strings["YYYY-MM-DD or MM-DD"] = "JJJJ-MM-DD of MM-DD";
+$a->strings["Required"] = "Vereist";
+$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"] = "seconden";
+$a->strings["__ctx:e.g. 22 hours ago, 1 minute ago__ %1\$d %2\$s ago"] = "%1\$d %2\$s geleden";
+$a->strings["%1\$s's birthday"] = "Verjaardag van %1\$s";
+$a->strings["Happy Birthday %1\$s"] = "Gefeliciteerd met je verjaardag %1\$s";
+$a->strings["Cannot locate DNS info for database server '%s'"] = "Kan DNS-informatie voor databaseserver '%s' niet vinden";
+$a->strings["Directory Options"] = "Opties kanalengids";
+$a->strings["Safe Mode"] = "Veilig zoeken";
+$a->strings["Public Forums Only"] = "Alleen openbare forums";
+$a->strings["This Website Only"] = "Alleen deze hub";
$a->strings["\$Projectname Notification"] = "\$Projectname-notificatie";
$a->strings["\$projectname"] = "\$projectname";
$a->strings["Thank You,"] = "Bedankt,";
@@ -803,6 +463,77 @@ $a->strings["Name:"] = "Naam:";
$a->strings["Photo:"] = "Foto:";
$a->strings["Please visit %s to approve or reject the suggestion."] = "Bezoek %s om het voorstel te accepteren of af te wijzen.";
$a->strings["[Hubzilla:Notify]"] = "[Hubzilla:Notificatie]";
+$a->strings["This event has been added to your calendar."] = "Dit evenement is aan jouw agenda toegevoegd.";
+$a->strings["Not specified"] = "Niet aangegeven";
+$a->strings["Needs Action"] = "Actie vereist";
+$a->strings["Completed"] = "Voltooid";
+$a->strings["In Process"] = "In behandeling";
+$a->strings["Cancelled"] = "Geannuleerd";
+$a->strings["General Features"] = "Algemene functies";
+$a->strings["Content Expiration"] = "Inhoud laten verlopen";
+$a->strings["Remove posts/comments and/or private messages at a future time"] = "Berichten, reacties en/of privéberichten na een bepaalde tijd verwijderen";
+$a->strings["Multiple Profiles"] = "Meerdere profielen";
+$a->strings["Ability to create multiple profiles"] = "Mogelijkheid om meerdere profielen aan te maken";
+$a->strings["Advanced Profiles"] = "Geavanceerde profielen";
+$a->strings["Additional profile sections and selections"] = "Extra onderdelen en keuzes voor je profiel";
+$a->strings["Profile Import/Export"] = "Profiel importen/exporteren";
+$a->strings["Save and load profile details across sites/channels"] = "Profielgegevens opslaan en in andere hubs/kanalen gebruiken.";
+$a->strings["Web Pages"] = "Webpagina's";
+$a->strings["Provide managed web pages on your channel"] = "Sta beheerde webpagina's op jouw kanaal toe";
+$a->strings["Private Notes"] = "Privé-aantekeningen";
+$a->strings["Enables a tool to store notes and reminders"] = "Schakelt een eenvoudige toepassing in om aantekeningen en herinneringen in op te slaan";
+$a->strings["Navigation Channel Select"] = "Kanaal kiezen in navigatiemenu";
+$a->strings["Change channels directly from within the navigation dropdown menu"] = "Kies een ander kanaal direct vanuit het dropdown-menu op de navigatiebalk";
+$a->strings["Photo Location"] = "Fotolocatie";
+$a->strings["If location data is available on uploaded photos, link this to a map."] = "Wanneer in de geüploade foto's locatiegegevens aanwezig zijn, link dit dan aan een kaart.";
+$a->strings["Expert Mode"] = "Expertmodus";
+$a->strings["Enable Expert Mode to provide advanced configuration options"] = "Schakel de expertmodus in voor geavanceerde instellingen";
+$a->strings["Premium Channel"] = "Premiumkanaal";
+$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = "Stelt je in staat om beperkingen en voorwaarden in te stellen voor jouw kanaal";
+$a->strings["Post Composition Features"] = "Functies voor het opstellen van berichten";
+$a->strings["Use Markdown"] = "Markdown gebruiken";
+$a->strings["Allow use of \"Markdown\" to format posts"] = "Sta het gebruik van \"markdown\" toe om berichten mee op te maken.";
+$a->strings["Large Photos"] = "Grote foto's";
+$a->strings["Include large (1024px) photo thumbnails in posts. If not enabled, use small (640px) photo thumbnails"] = "Gebruik grotere foto's (1024px) in berichten. Wanneer dit is uitgeschakeld worden er kleinere foto's (640px) gebruikt.";
+$a->strings["Channel Sources"] = "Kanaalbronnen";
+$a->strings["Automatically import channel content from other channels or feeds"] = "Automatisch inhoud uit andere kanalen of feeds importeren.";
+$a->strings["Even More Encryption"] = "Extra encryptie";
+$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Sta toe dat inhoud extra end-to-end wordt versleuteld met een gedeelde geheime sleutel.";
+$a->strings["Enable Voting Tools"] = "Peilingen inschakelen";
+$a->strings["Provide a class of post which others can vote on"] = "Maakt het mogelijk om een bericht op te stellen, waar mensen op kunnen stemmen.";
+$a->strings["Delayed Posting"] = "Berichten uitstellen";
+$a->strings["Allow posts to be published at a later date"] = "Maakt het mogelijk dat berichten op een toekomstig moment gepubliceerd kunnen worden.";
+$a->strings["Suppress Duplicate Posts/Comments"] = "Dubbele berichten/reacties tegenhouden";
+$a->strings["Prevent posts with identical content to be published with less than two minutes in between submissions."] = "Voorkomt dat berichten en reacties met identieke inhoud en die binnen twee minuten zijn verstuurd, worden gepubliceerd. ";
+$a->strings["Network and Stream Filtering"] = "Netwerk- en streamfilter";
+$a->strings["Search by Date"] = "Zoek op datum";
+$a->strings["Ability to select posts by date ranges"] = "Mogelijkheid om berichten op datum te filteren ";
+$a->strings["Collections Filter"] = "Filter op collecties";
+$a->strings["Enable widget to display Network posts only from selected collections"] = "Sta de widget toe om netwerkberichten te tonen van bepaalde collecties";
+$a->strings["Saved Searches"] = "Opgeslagen zoekopdrachten";
+$a->strings["Save search terms for re-use"] = "Sla zoekopdrachten op voor hergebruik";
+$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 all new Network activity"] = "Laat de tab alle nieuwe netwerkactiviteit tonen";
+$a->strings["Affinity Tool"] = "Verwantschapsfilter";
+$a->strings["Filter stream activity by depth of relationships"] = "Filter wat je in de Matrix ziet op hoe goed je iemand kent of mag";
+$a->strings["Connection Filtering"] = "Berichtenfilters";
+$a->strings["Filter incoming posts from connections based on keywords/content"] = "Filter binnenkomende berichten van connecties aan de hand van trefwoorden en taal";
+$a->strings["Suggest Channels"] = "Kanalen voorstellen";
+$a->strings["Show channel suggestions"] = "Voor jou mogelijk interessante kanalen voorstellen";
+$a->strings["Post/Comment Tools"] = "Bericht- en reactiehulpmiddelen";
+$a->strings["Community Tagging"] = "Taggen door anderen";
+$a->strings["Ability to tag existing posts"] = "Geeft andere mensen de mogelijkheid om jouw (bestaande) berichten te taggen";
+$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 op te slaan";
+$a->strings["Dislike Posts"] = "Vind berichten niet leuk";
+$a->strings["Ability to dislike posts/comments"] = "Mogelijkheid om berichten en reacties niet leuk te vinden";
+$a->strings["Star Posts"] = "Geef berichten een ster";
+$a->strings["Ability to mark special posts with a star indicator"] = "Mogelijkheid om speciale berichten met een ster te markeren";
+$a->strings["Tag Cloud"] = "Tagwolk";
+$a->strings["Provide a personal tag cloud on your channel page"] = "Zorgt voor een persoonlijke wolk met tags op jouw kanaalpagina";
$a->strings["Channel is blocked on this site."] = "Kanaal is op deze hub geblokkeerd.";
$a->strings["Channel location missing."] = "Ontbrekende kanaallocatie.";
$a->strings["Response from remote channel was incomplete."] = "Antwoord van het kanaal op afstand was niet volledig.";
@@ -811,13 +542,174 @@ $a->strings["Protocol disabled."] = "Protocol uitgeschakeld.";
$a->strings["Channel discovery failed."] = "Kanaal ontdekken mislukt.";
$a->strings["local account not found."] = "lokale account niet gevonden.";
$a->strings["Cannot connect to yourself."] = "Kan niet met jezelf verbinden";
-$a->strings["Embedded content"] = "Ingesloten inhoud";
-$a->strings["Embedding disabled"] = "Insluiten uitgeschakeld";
+$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Een verwijderde collectie met deze naam is gereactiveerd. Bestaande itemrechten <strong>kunnen</strong> van toepassing zijn op deze collectie en toekomstige leden. Wanneer je dit niet zo bedoeld hebt, moet je een nieuwe collectie met een andere naam aanmaken.";
+$a->strings["Add new connections to this collection (privacy group)"] = "Voeg nieuwe connecties aan deze collectie toe (privacy-groep)";
+$a->strings["All Channels"] = "Alle kanalen";
+$a->strings["edit"] = "bewerken";
+$a->strings["Collections"] = "Collecties";
+$a->strings["Edit collection"] = "Collectie bewerken";
+$a->strings["Add new collection"] = "Nieuwe collectie toevoegen";
+$a->strings["Channels not in any collection"] = "Kanalen die zich in geen enkele collectie bevinden";
+$a->strings["add"] = "toevoegen";
+$a->strings["Unable to obtain identity information from database"] = "Niet in staat om identiteitsinformatie uit de database te verkrijgen";
+$a->strings["Empty name"] = "Ontbrekende naam";
+$a->strings["Name too long"] = "Naam te lang";
+$a->strings["No account identifier"] = "Geen account-identificator";
+$a->strings["Nickname is required."] = "Bijnaam is verplicht";
+$a->strings["Reserved nickname. Please choose another."] = "Deze naam is gereserveerd. Kies een andere.";
+$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Deze naam heeft niet ondersteunde karakters of is al op deze hub in gebruik.";
+$a->strings["Unable to retrieve created identity"] = "Niet in staat om aangemaakte identiteit te vinden";
+$a->strings["Default Profile"] = "Standaardprofiel";
+$a->strings["Friends"] = "Vrienden";
+$a->strings["Requested channel is not available."] = "Opgevraagd kanaal is niet beschikbaar.";
+$a->strings["Requested profile is not available."] = "Opgevraagd profiel is niet beschikbaar";
+$a->strings["Change profile photo"] = "Profielfoto veranderen";
+$a->strings["Profiles"] = "Profielen";
+$a->strings["Manage/edit profiles"] = "Profielen beheren/bewerken";
+$a->strings["Create New Profile"] = "Nieuw profiel aanmaken";
+$a->strings["Edit Profile"] = "Profiel bewerken";
+$a->strings["Profile Image"] = "Profielfoto";
+$a->strings["visible to everybody"] = "Voor iedereen zichtbaar";
+$a->strings["Edit visibility"] = "Zichtbaarheid bewerken";
+$a->strings["Gender:"] = "Geslacht:";
+$a->strings["Status:"] = "Status:";
+$a->strings["Homepage:"] = "Homepagina:";
+$a->strings["Online Now"] = "Nu online";
+$a->strings["g A l F d"] = "G:i, l d 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"] = "Herinneringen";
+$a->strings["Events this week:"] = "Gebeurtenissen deze week:";
+$a->strings["Full Name:"] = "Volledige naam:";
+$a->strings["Like this channel"] = "Vind dit kanaal leuk";
+$a->strings["j F, Y"] = "F j Y";
+$a->strings["j F"] = "F j";
+$a->strings["Birthday:"] = "Geboortedatum:";
+$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:"] = "Oorspronkelijk uit:";
+$a->strings["Tags:"] = "Tags:";
+$a->strings["Political Views:"] = "Politieke overtuigingen:";
+$a->strings["Religion:"] = "Religie:";
+$a->strings["About:"] = "Over:";
+$a->strings["Hobbies/Interests:"] = "Hobby's/interesses:";
+$a->strings["Likes:"] = "Houdt van:";
+$a->strings["Dislikes:"] = "Houdt niet van:";
+$a->strings["Contact information and Social Networks:"] = "Contactinformatie en sociale netwerken:";
+$a->strings["My other channels:"] = "Mijn andere kanalen";
+$a->strings["Musical interests:"] = "Muzikale interesses:";
+$a->strings["Books, literature:"] = "Boeken, literatuur:";
+$a->strings["Television:"] = "Televisie:";
+$a->strings["Film/dance/culture/entertainment:"] = "Films/dansen/cultuur/vermaak:";
+$a->strings["Love/Romance:"] = "Liefde/romantiek:";
+$a->strings["Work/employment:"] = "Werk/beroep:";
+$a->strings["School/education:"] = "School/opleiding:";
+$a->strings["Like this thing"] = "Vind dit ding leuk";
+$a->strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "Kan geen dubbele kanaal-identificator op deze hub aanmaken. Importeren mislukt.";
+$a->strings["Channel clone failed. Import failed."] = "Het klonen van het kanaal is mislukt. Importeren mislukt.";
+$a->strings["Cloned channel not found. Import failed."] = "Gekloond kanaal niet gevonden. Importeren mislukt.";
+$a->strings["Permission denied"] = "Toegang geweigerd";
+$a->strings["(Unknown)"] = "(Onbekend)";
+$a->strings["Visible to anybody on the internet."] = "Voor iedereen op het internet zichtbaar.";
+$a->strings["Visible to you only."] = "Alleen voor jou zichtbaar.";
+$a->strings["Visible to anybody in this network."] = "Voor iedereen in dit netwerk zichtbaar.";
+$a->strings["Visible to anybody authenticated."] = "Voor iedereen die geauthenticeerd is zichtbaar.";
+$a->strings["Visible to anybody on %s."] = "Voor iedereen op %s zichtbaar.";
+$a->strings["Visible to all connections."] = "Voor alle connecties zichtbaar.";
+$a->strings["Visible to approved connections."] = "Voor alle goedgekeurde connecties zichtbaar.";
+$a->strings["Visible to specific connections."] = "Voor specifieke connecties zichtbaar.";
+$a->strings["Item not found."] = "Item niet gevonden.";
+$a->strings["Collection not found."] = "Collectie niet gevonden.";
+$a->strings["Collection is empty."] = "Collectie is leeg";
+$a->strings["Collection: %s"] = "Collectie: %s";
+$a->strings["Connection: %s"] = "Connectie: %s";
+$a->strings["Connection not found."] = "Connectie niet gevonden.";
+$a->strings["Delete this item?"] = "Dit item verwijderen?";
+$a->strings["[-] show less"] = "[-] minder reacties weergeven";
+$a->strings["[+] expand"] = "[+] uitklappen";
+$a->strings["[-] collapse"] = "[-] inklappen";
+$a->strings["Password too short"] = "Wachtwoord te kort";
+$a->strings["Passwords do not match"] = "Wachtwoorden komen niet overeen";
+$a->strings["everybody"] = "iedereen";
+$a->strings["Secret Passphrase"] = "Geheim wachtwoord";
+$a->strings["Passphrase hint"] = "Wachtwoordhint";
+$a->strings["Notice: Permissions have changed but have not yet been submitted."] = "Mededeling: de permissies zijn veranderd, maar zijn nog niet opgeslagen.";
+$a->strings["close all"] = "Alles sluiten";
+$a->strings["Nothing new here"] = "Niets nieuw hier";
+$a->strings["Rate This Channel (this is public)"] = "Beoordeel dit kanaal (dit is openbaar)";
+$a->strings["Rating"] = "Beoordeling";
+$a->strings["Describe (optional)"] = "Omschrijving (optioneel)";
+$a->strings["Please enter a link URL"] = "Vul een internetadres/URL in:";
+$a->strings["Unsaved changes. Are you sure you wish to leave this page?"] = "Niet opgeslagen wijzigingen. Ben je er zeker van dat je deze pagina wil verlaten?";
+$a->strings["Location"] = "Locatie";
+$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo";
+$a->strings["timeago.prefixFromNow"] = "timeago.prefixFromNow";
+$a->strings["ago"] = "geleden";
+$a->strings["from now"] = "vanaf nu";
+$a->strings["less than a minute"] = "minder dan een minuut";
+$a->strings["about a minute"] = "ongeveer een minuut";
+$a->strings["%d minutes"] = "%d minuten";
+$a->strings["about an hour"] = "ongeveer een uur";
+$a->strings["about %d hours"] = "ongeveer %d uren";
+$a->strings["a day"] = "een dag";
+$a->strings["%d days"] = "%d dagen";
+$a->strings["about a month"] = "ongeveer een maand";
+$a->strings["%d months"] = "%d maanden";
+$a->strings["about a year"] = "ongeveer een jaar";
+$a->strings["%d years"] = "%d jaren";
+$a->strings[" "] = " ";
+$a->strings["timeago.numbers"] = "timeago.numbers";
+$a->strings["January"] = "januari";
+$a->strings["February"] = "februari";
+$a->strings["March"] = "maart";
+$a->strings["April"] = "april";
+$a->strings["__ctx:long__ 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["Jan"] = "jan";
+$a->strings["Feb"] = "feb";
+$a->strings["Mar"] = "mrt";
+$a->strings["Apr"] = "apr";
+$a->strings["__ctx:short__ May"] = "mei";
+$a->strings["Jun"] = "jun";
+$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["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["Sun"] = "zo";
+$a->strings["Mon"] = "ma";
+$a->strings["Tue"] = "di";
+$a->strings["Wed"] = "wo";
+$a->strings["Thu"] = "do";
+$a->strings["Fri"] = "vr";
+$a->strings["Sat"] = "za";
+$a->strings["__ctx:calendar__ today"] = "vandaag";
+$a->strings["__ctx:calendar__ month"] = "maand";
+$a->strings["__ctx:calendar__ week"] = "week";
+$a->strings["__ctx:calendar__ day"] = "dag";
+$a->strings["__ctx:calendar__ All day"] = "hele dag";
$a->strings["No recipient provided."] = "Geen ontvanger opgegeven.";
$a->strings["[no subject]"] = "[geen onderwerp]";
$a->strings["Unable to determine sender."] = "Afzender kan niet bepaald worden.";
$a->strings["Stored post could not be verified."] = "Opgeslagen bericht kon niet worden geverifieerd.";
-$a->strings["Logout"] = "Uitloggen";
$a->strings["End this session"] = "Beëindig deze sessie";
$a->strings["Home"] = "Home";
$a->strings["Your posts and conversations"] = "Jouw kanaal";
@@ -827,28 +719,22 @@ $a->strings["Manage/Edit profiles"] = "Beheer/wijzig profielen";
$a->strings["Edit your profile"] = "Jouw profiel bewerken";
$a->strings["Your photos"] = "Jouw foto's";
$a->strings["Your files"] = "Jouw bestanden";
-$a->strings["Chat"] = "Chatten";
$a->strings["Your chatrooms"] = "Jouw chatkanalen";
$a->strings["Your bookmarks"] = "Jouw bladwijzers";
$a->strings["Your webpages"] = "Jouw webpagina's";
-$a->strings["Login"] = "Inloggen";
$a->strings["Sign in"] = "Inloggen";
$a->strings["%s - click to logout"] = "%s - klik om uit te loggen";
$a->strings["Remote authentication"] = "Authenticatie op afstand";
$a->strings["Click to authenticate to your home hub"] = "Authenticeer jezelf via (bijvoorbeeld) jouw hub";
$a->strings["Home Page"] = "Homepage";
-$a->strings["Register"] = "Registreren";
$a->strings["Create an account"] = "Maak een account aan";
-$a->strings["Help"] = "Hulp";
$a->strings["Help and documentation"] = "Hulp en documentatie";
+$a->strings["Apps"] = "Apps";
$a->strings["Applications, utilities, links, games"] = "Apps";
$a->strings["Search site @name, #tag, ?docs, content"] = "Zoek een @kanaal, doorzoek inhoud hub met tekst en #tags, of doorzoek ?documentatie ";
-$a->strings["Directory"] = "Kanalengids";
$a->strings["Channel Directory"] = "Kanalengids";
-$a->strings["Grid"] = "Grid";
$a->strings["Your grid"] = "Jouw grid";
$a->strings["Mark all grid notifications seen"] = "Markeer alle gridnotificaties als bekeken";
-$a->strings["Channel Home"] = "Jouw kanaal";
$a->strings["Channel home"] = "Jouw kanaal";
$a->strings["Mark all channel notifications seen"] = "Alle kanaalnotificaties als gelezen markeren";
$a->strings["Connections"] = "Connecties";
@@ -856,39 +742,27 @@ $a->strings["Notices"] = "Notificaties";
$a->strings["Notifications"] = "Notificaties";
$a->strings["See all notifications"] = "Alle notificaties weergeven";
$a->strings["Mark all system notifications seen"] = "Markeer alle systeemnotificaties als bekeken";
-$a->strings["Mail"] = "Privéberichten";
$a->strings["Private mail"] = "Privéberichten";
$a->strings["See all private messages"] = "Alle privéberichten weergeven";
$a->strings["Mark all private messages seen"] = "Markeer alle privéberichten als bekeken";
-$a->strings["Events"] = "Agenda";
+$a->strings["Inbox"] = "Postvak IN";
+$a->strings["Outbox"] = "Postvak UIT";
+$a->strings["New Message"] = "Nieuw bericht";
$a->strings["Event Calendar"] = "Agenda";
$a->strings["See all events"] = "Alle gebeurtenissen weergeven";
$a->strings["Mark all events seen"] = "Markeer alle gebeurtenissen als bekeken";
-$a->strings["Channel Manager"] = "Kanaalbeheer";
$a->strings["Manage Your Channels"] = "Beheer je kanalen";
$a->strings["Account/Channel Settings"] = "Account-/kanaal-instellingen";
+$a->strings["Admin"] = "Beheer";
$a->strings["Site Setup and Configuration"] = "Hub instellen en beheren";
$a->strings["@name, #tag, ?doc, content"] = "@kanaal, #tag, inhoud, ?hulp";
$a->strings["Please wait..."] = "Wachten aub...";
-$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 beveiligings-token van het tekstvak was ongeldig. Dit is mogelijk het gevolg van dat er te lang (meer dan 3 uur) gewacht is om de tekst op te slaan. ";
-$a->strings["Directory Options"] = "Opties kanalengids";
-$a->strings["Safe Mode"] = "Veilig zoeken";
-$a->strings["No"] = "Nee";
-$a->strings["Yes"] = "Ja";
-$a->strings["Public Forums Only"] = "Alleen openbare forums";
-$a->strings["This Website Only"] = "Alleen deze hub";
-$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Een verwijderde collectie met deze naam is gereactiveerd. Bestaande itemrechten <strong>kunnen</strong> van toepassing zijn op deze collectie en toekomstige leden. Wanneer je dit niet zo bedoeld hebt, moet je een nieuwe collectie met een andere naam aanmaken.";
-$a->strings["Add new connections to this collection (privacy group)"] = "Voeg nieuwe connecties aan deze collectie toe (privacy-groep)";
-$a->strings["All Channels"] = "Alle kanalen";
-$a->strings["edit"] = "bewerken";
-$a->strings["Collections"] = "Collecties";
-$a->strings["Edit collection"] = "Collectie bewerken";
-$a->strings["Add new collection"] = "Nieuwe collectie toevoegen";
-$a->strings["Channels not in any collection"] = "Kanalen die zich in geen enkele collectie bevinden";
-$a->strings["Invalid data packet"] = "Datapakket ongeldig";
-$a->strings["Unable to verify channel signature"] = "Kanaalkenmerk kon niet worden geverifieerd. ";
-$a->strings["Unable to verify site signature for %s"] = "Hubkenmerk voor %s kon niet worden geverifieerd";
-$a->strings["invalid target signature"] = "ongeldig doelkenmerk";
+$a->strings["view full size"] = "volledige grootte tonen";
+$a->strings["No Subject"] = "Geen onderwerp";
+$a->strings["created a new post"] = "maakte een nieuw bericht aan";
+$a->strings["commented on %s's post"] = "gaf een reactie op een bericht van %s";
+$a->strings["Embedded content"] = "Ingesloten inhoud";
+$a->strings["Embedding disabled"] = "Insluiten uitgeschakeld";
$a->strings["New Page"] = "Nieuwe pagina";
$a->strings["View"] = "Weergeven";
$a->strings["Actions"] = "Acties";
@@ -896,59 +770,6 @@ $a->strings["Page Link"] = "Paginalink";
$a->strings["Title"] = "Titel";
$a->strings["Created"] = "Aangemaakt";
$a->strings["Edited"] = "Bewerkt";
-$a->strings["view full size"] = "volledige grootte tonen";
-$a->strings["Administrator"] = "Beheerder";
-$a->strings["No Subject"] = "Geen onderwerp";
-$a->strings["Cannot locate DNS info for database server '%s'"] = "Kan DNS-informatie voor databaseserver '%s' niet vinden";
-$a->strings["Save to Folder"] = "In map opslaan";
-$a->strings["I will attend"] = "Aanwezig";
-$a->strings["I will not attend"] = "Niet aanwezig";
-$a->strings["I might attend"] = "Mogelijk aanwezig";
-$a->strings["I agree"] = "Eens";
-$a->strings["I disagree"] = "Oneens";
-$a->strings["I abstain"] = "Onthouding";
-$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"] = "Tag toevoegen";
-$a->strings["I like this (toggle)"] = "Vind ik leuk";
-$a->strings["I don't like this (toggle)"] = "Vind ik niet leuk";
-$a->strings["Share This"] = "Delen";
-$a->strings["share"] = "delen";
-$a->strings["Delivery Report"] = "Afleveringsrapport";
-$a->strings["%d comment"] = array(
- 0 => "%d reactie",
- 1 => "%d reacties weergeven",
-);
-$a->strings["View %s's profile - %s"] = "Profiel van %s bekijken - %s";
-$a->strings["to"] = "aan";
-$a->strings["via"] = "via";
-$a->strings["Wall-to-Wall"] = "Kanaal-naar-kanaal";
-$a->strings["via Wall-To-Wall:"] = "via kanaal-naar-kanaal";
-$a->strings["Save Bookmarks"] = "Bladwijzers opslaan";
-$a->strings["Add to Calendar"] = "Aan agenda toevoegen";
-$a->strings["Mark all seen"] = "Markeer alles als bekeken";
-$a->strings["__ctx:noun__ Likes"] = "vinden dit leuk";
-$a->strings["__ctx:noun__ Dislikes"] = "vinden dit niet leuk";
-$a->strings["This is you"] = "Dit ben jij";
-$a->strings["Image"] = "Afbeelding";
-$a->strings["Insert Link"] = "Link invoegen";
-$a->strings["Video"] = "Video";
-$a->strings["Site Admin"] = "Hubbeheerder";
-$a->strings["Address Book"] = "Connecties";
-$a->strings["Mood"] = "Stemming";
-$a->strings["Probe"] = "Onderzoeken";
-$a->strings["Suggest"] = "Voorstellen";
-$a->strings["Random Channel"] = "Willekeurig kanaal";
-$a->strings["Invite"] = "Uitnodigen ";
-$a->strings["Features"] = "Extra functies";
-$a->strings["Language"] = "Taal";
-$a->strings["Post"] = "Bericht";
-$a->strings["Profile Photo"] = "Profielfoto";
-$a->strings["Update"] = "Bijwerken";
-$a->strings["Install"] = "Installeren";
-$a->strings["Purchase"] = "Aanschaffen";
$a->strings["Can view my normal stream and posts"] = "Kan mijn normale kanaalstream en berichten bekijken";
$a->strings["Can view my default channel profile"] = "Kan mijn standaard kanaalprofiel bekijken";
$a->strings["Can view my connections"] = "Kan een lijst met mijn connecties bekijken";
@@ -978,601 +799,223 @@ $a->strings["Feed Republish"] = "Feed herpubliceren";
$a->strings["Special Purpose"] = "Speciaal doel";
$a->strings["Celebrity/Soapbox"] = "Beroemdheid/alleen volgen";
$a->strings["Group Repository"] = "Groepsopslag";
+$a->strings["Other"] = "Anders";
$a->strings["Custom/Expert Mode"] = "Expertmodus/handmatig aanpassen";
$a->strings["Profile Photos"] = "Profielfoto's";
-$a->strings["Not a valid email address"] = "Geen geldig e-mailadres";
-$a->strings["Your email domain is not among those allowed on this site"] = "Jouw e-maildomein is op deze hub niet toegestaan";
-$a->strings["Your email address is already registered at this site."] = "Jouw e-mailadres is al op deze hub geregistreerd.";
-$a->strings["An invitation is required."] = "Een uitnodiging is vereist";
-$a->strings["Invitation could not be verified."] = "Uitnodiging kon niet geverifieerd worden";
-$a->strings["Please enter the required information."] = "Vul de vereiste informatie in.";
-$a->strings["Failed to store account information."] = "Account-informatie kon niet opgeslagen worden.";
-$a->strings["Registration confirmation for %s"] = "Registratiebevestiging voor %s";
-$a->strings["Registration request at %s"] = "Registratiebevestiging voor %s";
-$a->strings["your registration password"] = "jouw registratiewachtwoord";
-$a->strings["Registration details for %s"] = "Registratiegegevens voor %s";
-$a->strings["Account approved."] = "Account goedgekeurd";
-$a->strings["Registration revoked for %s"] = "Registratie ingetrokken voor %s";
-$a->strings["Account verified. Please login."] = "Account is geverifieerd. Je kan inloggen.";
-$a->strings["Click here to upgrade."] = "Klik hier om te upgraden.";
-$a->strings["This action exceeds the limits set by your subscription plan."] = "Deze handeling overschrijdt de beperkingen die voor jouw abonnement gelden.";
-$a->strings["This action is not available under your subscription plan."] = "Deze handeling is niet mogelijk met jouw abonnement.";
-$a->strings["Permission Denied."] = "Toegang geweigerd";
-$a->strings["File not found."] = "Bestand niet gevonden.";
-$a->strings["Edit file permissions"] = "Bestandsrechten bewerken";
-$a->strings["Set/edit permissions"] = "Rechten instellen/bewerken";
-$a->strings["Include all files and sub folders"] = "Toepassen op alle bestanden en submappen";
-$a->strings["Return to file list"] = "Terugkeren naar bestandlijst ";
-$a->strings["Copy/paste this code to attach file to a post"] = "Kopieer/plak deze code om het bestand aan een bericht te koppelen";
-$a->strings["Copy/paste this URL to link file from a web page"] = "Kopieer/plak deze URL om het bestand aan een externe webpagina te koppelen";
-$a->strings["Share this file"] = "Dit bestand delen";
-$a->strings["Show URL to this file"] = "Toon URL van dit bestand";
-$a->strings["Notify your contacts about this file"] = "Jouw connecties over dit bestand berichten";
-$a->strings["Collection created."] = "Collectie aangemaakt";
-$a->strings["Could not create collection."] = "Collectie kon niet aangemaakt worden";
-$a->strings["Collection updated."] = "Collectie bijgewerkt.";
-$a->strings["Create a collection of channels."] = "Kanaalcollectie aanmaken";
-$a->strings["Collection Name: "] = "Naam collectie:";
-$a->strings["Members are visible to other channels"] = "Kanalen in deze collectie zijn zichtbaar voor andere kanalen";
-$a->strings["Collection removed."] = "Collectie verwijderd";
-$a->strings["Unable to remove collection."] = "Verwijderen collectie mislukt";
-$a->strings["Collection Editor"] = "Collectiebewerker";
-$a->strings["Members"] = "Kanalen";
-$a->strings["All Connected Channels"] = "Alle kanaalconnecties";
-$a->strings["Click on a channel to add or remove."] = "Klik op een kanaal om deze toe te voegen of te verwijderen.";
-$a->strings["Unable to locate original post."] = "Niet in staat om de originele locatie van het bericht te vinden. ";
-$a->strings["Empty post discarded."] = "Leeg bericht geannuleerd";
-$a->strings["Executable content type not permitted to this channel."] = "Uitvoerbare bestanden zijn niet toegestaan op dit kanaal.";
-$a->strings["Duplicate post suppressed."] = "Dubbel bericht tegengehouden.";
-$a->strings["System error. Post not saved."] = "Systeemfout. Bericht niet opgeslagen.";
-$a->strings["Unable to obtain post information from database."] = "Niet in staat om informatie over dit bericht uit de database te verkrijgen.";
-$a->strings["You have reached your limit of %1$.0f top level posts."] = "Je hebt jouw limiet van %1$.0f berichten bereikt.";
-$a->strings["You have reached your limit of %1$.0f webpages."] = "Je hebt jouw limiet van %1$.0f webpagina's bereikt.";
-$a->strings["No channel."] = "Geen kanaal.";
-$a->strings["Common connections"] = "Veel voorkomende connecties";
-$a->strings["No connections in common."] = "Geen gemeenschappelijke connecties.";
-$a->strings["Continue"] = "Ga verder";
-$a->strings["Premium Channel Setup"] = "Instellen premiumkanaal ";
-$a->strings["Enable premium channel connection restrictions"] = "Restricties voor connecties van premiumkanaal toestaan";
-$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "Vul je restricties of voorwaarden in, zoals een paypal-afschrift, voorschriften voor leden, enz.";
-$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "Dit kanaal kan extra stappen of het accepteren van de volgende voorwaarden vereisen, voordat de connectie wordt geaccepteerd:";
-$a->strings["Potential connections will then see the following text before proceeding:"] = "Mogelijke connecties zullen dan de volgende tekst zien voordat ze verder kunnen:";
-$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "Door verder te gaan ga ik automatisch akkoord met alle voorwaarden en aanwijzingen op deze pagina.";
-$a->strings["(No specific instructions have been provided by the channel owner.)"] = "(Er zijn geen speciale voorwaarden en aanwijzingen door de kanaal-eigenaar verstrekt) ";
-$a->strings["Restricted or Premium Channel"] = "Beperkt of premiumkanaal";
-$a->strings["Profile Match"] = "Profielovereenkomst";
-$a->strings["No keywords to match. Please add keywords to your default profile."] = "Je hebt geen trefwoorden waarmee overeenkomsten gevonden kunnen worden. Voeg enkele trefwoorden aan je standaardprofiel toe.";
-$a->strings["is interested in:"] = "is geïnteresseerd in:";
-$a->strings["No matches"] = "Geen overeenkomsten";
-$a->strings["OpenID protocol error. No ID returned."] = "OpenID-protocolfout. Geen ID terugontvangen.";
-$a->strings["Welcome %s. Remote authentication successful."] = "Welkom %s. Authenticatie op afstand geslaagd.";
-$a->strings["Some blurb about what to do when you're new here"] = "Welkom op \$Projectname. Klik op de tab ontdekken of klik rechtsboven op de <a href=\"directory\">kanalengids</a>, om kanalen te vinden. Rechtsboven vind je ook <a href=\"directory\">apps</a>, waar je vrijwel alle functies van \$Projectname kunt vinden. Voor <a href=\"directory\">hulp</a> met \$Projectname klik je op het vraagteken.";
-$a->strings["Away"] = "Afwezig";
-$a->strings["Online"] = "Online";
-$a->strings["Public Sites"] = "Openbare hubs";
-$a->strings["The listed sites allow public registration for the \$Projectname network. All sites in the network are interlinked so membership on any of them conveys membership in the network as a whole. Some sites may require subscription or provide tiered service plans. The provider links <strong>may</strong> provide additional details."] = "Op de hier weergegeven hubs kan iedereen zich voor het \$Projectname-netwerk aanmelden. Alle hubs in het \$Projectname-netwerk zijn met elkaar verbonden, dus maakt het qua lidmaatschap niet uit waar je je aanmeldt. Op sommige hubs heb je eerst goedkeuring nodig en sommige hubs vereisen betaalde abonnementen voor uitbreidingen. <strong>Mogelijk</strong> wordt hierover op de hub zelf meer informatie gegeven.";
-$a->strings["Rate this hub"] = "Beoordeel deze hub";
-$a->strings["Site URL"] = "URL hub";
-$a->strings["Access Type"] = "Toegangstype";
-$a->strings["Registration Policy"] = "Registratiebeleid";
-$a->strings["Project"] = "Project";
-$a->strings["View hub ratings"] = "Bekijk hubbeoordelingen";
-$a->strings["Rate"] = "Beoordeel";
-$a->strings["View ratings"] = "Bekijk beoordelingen";
-$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s heeft het %3\$s van %2\$s getagd met %4\$s";
-$a->strings["Website:"] = "Website:";
-$a->strings["Remote Channel [%s] (not yet known on this site)"] = "Kanaal op afstand [%s] (nog niet op deze hub bekend)";
-$a->strings["Rating (this information is public)"] = "Beoordeling (deze informatie is openbaar)";
-$a->strings["Optionally explain your rating (this information is public)"] = "Verklaar jouw beoordeling (niet verplicht, deze informatie is openbaar)";
-$a->strings["Block Name"] = "Bloknaam";
-$a->strings["Block Title"] = "Bloktitel";
-$a->strings["First Name"] = "Voornaam";
-$a->strings["Last Name"] = "Achternaam";
-$a->strings["Nickname"] = "Bijnaam";
-$a->strings["Full Name"] = "Volledige naam";
-$a->strings["Profile Photo 16px"] = "Profielfoto 16px";
-$a->strings["Profile Photo 32px"] = "Profielfoto 32px";
-$a->strings["Profile Photo 48px"] = "Profielfoto 48px";
-$a->strings["Profile Photo 64px"] = "Profielfoto 64px";
-$a->strings["Profile Photo 80px"] = "Profielfoto 80px";
-$a->strings["Profile Photo 128px"] = "Profielfoto 128px";
-$a->strings["Timezone"] = "Tijdzone";
-$a->strings["Homepage URL"] = "URL homepagina";
-$a->strings["Birth Year"] = "Geboortejaar";
-$a->strings["Birth Month"] = "Geboortemaand";
-$a->strings["Birth Day"] = "Geboortedag";
-$a->strings["Birthdate"] = "Geboortedatum";
-$a->strings["Gender"] = "Geslacht";
-$a->strings["Like/Dislike"] = "Leuk/niet leuk";
-$a->strings["This action is restricted to members."] = "Deze actie kan alleen door \$Projectname-leden worden uitgevoerd.";
-$a->strings["Please <a href=\"rmagic\">login with your \$Projectname ID</a> or <a href=\"register\">register as a new \$Projectname member</a> to continue."] = "Je dient <a href=\"rmagic\">in te loggen met je \$Projectname-account</a> of <a href=\"register\">een nieuw \$Projectname-account aan te maken</a> om verder te kunnen gaan.";
-$a->strings["Invalid request."] = "Ongeldig verzoek";
-$a->strings["thing"] = "ding";
-$a->strings["Channel unavailable."] = "Kanaal niet beschikbaar.";
-$a->strings["Previous action reversed."] = "Vorige actie omgedraaid";
-$a->strings["%1\$s agrees with %2\$s's %3\$s"] = "%1\$s is het eens met %2\$s's %3\$s";
-$a->strings["%1\$s doesn't agree with %2\$s's %3\$s"] = "%1\$s is het niet eens met %2\$s's %3\$s";
-$a->strings["%1\$s abstains from a decision on %2\$s's %3\$s"] = "%1\$s onthoudt zich van een besluit over %2\$s's %3\$s";
-$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$s is aanwezig op %2\$s's %3\$s";
-$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$s is niet aanwezig op %2\$s's %3\$s";
-$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$s is mogelijk aanwezig op %2\$s's %3\$s";
-$a->strings["Action completed."] = "Actie voltooid";
-$a->strings["Thank you."] = "Bedankt";
-$a->strings["Invalid item."] = "Ongeldig item.";
-$a->strings["Channel not found."] = "Kanaal niet gevonden.";
+$a->strings["Image exceeds website size limit of %lu bytes"] = "Afbeelding is groter dan op deze hub toegestane limiet van %lu bytes";
+$a->strings["Image file is empty."] = "Afbeeldingsbestand is leeg";
+$a->strings["Unable to process image"] = "Afbeelding kan niet verwerkt worden";
+$a->strings["Photo storage failed."] = "Foto kan niet worden opgeslagen";
+$a->strings["a new photo"] = "een nieuwe foto";
+$a->strings["__ctx:photo_upload__ %1\$s posted %2\$s to %3\$s"] = "%1\$s plaatste %2\$s op %3\$s";
+$a->strings["Upload New Photos"] = "Nieuwe foto's uploaden";
+$a->strings["Male"] = "Man";
+$a->strings["Female"] = "Vrouw";
+$a->strings["Currently Male"] = "Momenteel man";
+$a->strings["Currently Female"] = "Momenteel vrouw";
+$a->strings["Mostly Male"] = "Voornamelijk man";
+$a->strings["Mostly Female"] = "Voornamelijk vrouw";
+$a->strings["Transgender"] = "Transgender";
+$a->strings["Intersex"] = "Interseksueel";
+$a->strings["Transsexual"] = "Transseksueel";
+$a->strings["Hermaphrodite"] = "Hermafrodiet";
+$a->strings["Neuter"] = "Genderneutraal";
+$a->strings["Non-specific"] = "Niet gespecificeerd";
+$a->strings["Undecided"] = "Nog niet beslist";
+$a->strings["Males"] = "Mannen";
+$a->strings["Females"] = "Vrouwen";
+$a->strings["Gay"] = "Homoseksueel";
+$a->strings["Lesbian"] = "Lesbisch";
+$a->strings["No Preference"] = "Geen voorkeur";
+$a->strings["Bisexual"] = "Biseksueel";
+$a->strings["Autosexual"] = "Autoseksueel";
+$a->strings["Abstinent"] = "Seksuele onthouding";
+$a->strings["Virgin"] = "Maagd";
+$a->strings["Deviant"] = "Afwijkend";
+$a->strings["Fetish"] = "Fetisj";
+$a->strings["Oodles"] = "Veel";
+$a->strings["Nonsexual"] = "Aseksueel";
+$a->strings["Single"] = "Alleen";
+$a->strings["Lonely"] = "Eenzaam";
+$a->strings["Available"] = "Beschikbaar";
+$a->strings["Unavailable"] = "Niet beschikbaar";
+$a->strings["Has crush"] = "Heeft een oogje op iemand";
+$a->strings["Infatuated"] = "Smoorverliefd";
+$a->strings["Dating"] = "Aan het daten";
+$a->strings["Unfaithful"] = "Ontrouw";
+$a->strings["Sex Addict"] = "Seksverslaafd";
+$a->strings["Friends/Benefits"] = "Vriendschap plus";
+$a->strings["Casual"] = "Ongebonden/vluchtig";
+$a->strings["Engaged"] = "Verloofd";
+$a->strings["Married"] = "Getrouwd";
+$a->strings["Imaginarily married"] = "Denkbeeldig getrouwd";
+$a->strings["Partners"] = "Partners";
+$a->strings["Cohabiting"] = "Samenwonend";
+$a->strings["Common law"] = "Common-law-huwelijk";
+$a->strings["Happy"] = "Gelukkig";
+$a->strings["Not looking"] = "Niet op zoek";
+$a->strings["Swinger"] = "Swinger";
+$a->strings["Betrayed"] = "Verraden";
+$a->strings["Separated"] = "Uit elkaar";
+$a->strings["Unstable"] = "Onstabiel";
+$a->strings["Divorced"] = "Gescheiden";
+$a->strings["Imaginarily divorced"] = "Denkbeeldig gescheiden";
+$a->strings["Widowed"] = "Weduwnaar/weduwe";
+$a->strings["Uncertain"] = "Onzeker";
+$a->strings["It's complicated"] = "Het is ingewikkeld";
+$a->strings["Don't care"] = "Maakt mij niks uit";
+$a->strings["Ask me"] = "Vraag het me";
+$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 beveiligings-token van het tekstvak was ongeldig. Dit is mogelijk het gevolg van dat er te lang (meer dan 3 uur) gewacht is om de tekst op te slaan. ";
+$a->strings["Tags"] = "Tags";
+$a->strings["Keywords"] = "Trefwoorden";
+$a->strings["have"] = "heb";
+$a->strings["has"] = "heeft";
+$a->strings["want"] = "wil";
+$a->strings["wants"] = "wil";
+$a->strings["likes"] = "vindt dit leuk";
+$a->strings["dislikes"] = "vindt dit niet leuk";
+$a->strings["prev"] = "vorige";
+$a->strings["first"] = "eerste";
+$a->strings["last"] = "laatste";
+$a->strings["next"] = "volgende";
+$a->strings["older"] = "ouder";
+$a->strings["newer"] = "nieuwer";
+$a->strings["No connections"] = "Geen connecties";
+$a->strings["%d Connection"] = array(
+ 0 => "%d connectie",
+ 1 => "%d connecties",
+);
+$a->strings["View Connections"] = "Connecties weergeven";
+$a->strings["Save"] = "Opslaan";
+$a->strings["poke"] = "aanstoten";
+$a->strings["ping"] = "ping";
+$a->strings["pinged"] = "gepingd";
+$a->strings["prod"] = "por";
+$a->strings["prodded"] = "gepord";
+$a->strings["slap"] = "slaan";
+$a->strings["slapped"] = "sloeg";
+$a->strings["finger"] = "finger";
+$a->strings["fingered"] = "gefingerd";
+$a->strings["rebuff"] = "afpoeieren";
+$a->strings["rebuffed"] = "afgepoeierd";
+$a->strings["happy"] = "gelukkig";
+$a->strings["sad"] = "bedroefd";
+$a->strings["mellow"] = "mellow";
+$a->strings["tired"] = "moe";
+$a->strings["perky"] = "parmantig";
+$a->strings["angry"] = "boos";
+$a->strings["stupefied"] = "verbijsterd";
+$a->strings["puzzled"] = "verward";
+$a->strings["interested"] = "geïnteresseerd";
+$a->strings["bitter"] = "verbitterd";
+$a->strings["cheerful"] = "vrolijk";
+$a->strings["alive"] = "levendig";
+$a->strings["annoyed"] = "geërgerd";
+$a->strings["anxious"] = "bezorgd";
+$a->strings["cranky"] = "humeurig";
+$a->strings["disturbed"] = "verontrust";
+$a->strings["frustrated"] = "gefrustreerd ";
+$a->strings["depressed"] = "gedeprimeerd";
+$a->strings["motivated"] = "gemotiveerd";
+$a->strings["relaxed"] = "ontspannen";
+$a->strings["surprised"] = "verrast";
+$a->strings["May"] = "mei";
+$a->strings["Unknown Attachment"] = "Onbekende bijlage";
+$a->strings["unknown"] = "onbekend";
+$a->strings["remove category"] = "categorie verwijderen";
+$a->strings["remove from file"] = "uit map verwijderen";
+$a->strings["Click to open/close"] = "Klik om te openen of te sluiten";
+$a->strings["Link to Source"] = "Originele locatie";
+$a->strings["default"] = "standaard";
+$a->strings["Page layout"] = "Pagina-lay-out";
+$a->strings["You can create your own with the layouts tool"] = "Je kan jouw eigen lay-out ontwerpen onder lay-outs";
+$a->strings["Page content type"] = "Opmaaktype pagina";
+$a->strings["Select an alternate language"] = "Kies een andere taal";
+$a->strings["activity"] = "activiteit";
+$a->strings["Design Tools"] = "Ontwerp-hulpmiddelen";
+$a->strings["Blocks"] = "Blokken";
+$a->strings["Menus"] = "Menu's";
+$a->strings["Layouts"] = "Lay-outs";
+$a->strings["Pages"] = "Pagina's";
+$a->strings["System"] = "Systeem";
+$a->strings["Create Personal App"] = "Persoonlijke app maken";
+$a->strings["Edit Personal App"] = "Persoonlijke app bewerken";
+$a->strings["Ignore/Hide"] = "Negeren/Verbergen";
+$a->strings["Suggestions"] = "Voorgestelde kanalen";
+$a->strings["See more..."] = "Meer...";
+$a->strings["You have %1$.0f of %2$.0f allowed connections."] = "Je hebt %1$.0f van de %2$.0f toegestane connecties.";
+$a->strings["Add New Connection"] = "Nieuwe connectie toevoegen";
+$a->strings["Enter the channel address"] = "Vul het adres van het nieuwe kanaal in";
+$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Voorbeeld: bob@example.com, http://example.com/barbara";
+$a->strings["Notes"] = "Aantekeningen";
+$a->strings["Remove term"] = "Verwijder zoekterm";
+$a->strings["Archives"] = "Archieven";
+$a->strings["Me"] = "Ik";
+$a->strings["Family"] = "Familie";
+$a->strings["Acquaintances"] = "Kennissen";
+$a->strings["All"] = "Alles";
+$a->strings["Refresh"] = "Vernieuwen";
+$a->strings["Account settings"] = "Account";
+$a->strings["Channel settings"] = "Kanaal";
+$a->strings["Additional features"] = "Extra functies";
+$a->strings["Feature/Addon settings"] = "Extra functie- en plugin-instellingen";
+$a->strings["Display settings"] = "Weergave";
+$a->strings["Connected apps"] = "Verbonden applicaties";
+$a->strings["Export channel"] = "Kanaal exporteren";
+$a->strings["Connection Default Permissions"] = "Standaard permissies voor connecties";
+$a->strings["Premium Channel Settings"] = "Instellingen premiumkanaal";
+$a->strings["Private Mail Menu"] = "Privéberichten";
+$a->strings["Combined View"] = "Gecombineerd postvak";
+$a->strings["Conversations"] = "Conversaties";
+$a->strings["Received Messages"] = "Ontvangen berichten";
+$a->strings["Sent Messages"] = "Verzonden berichten";
+$a->strings["No messages."] = "Geen berichten";
+$a->strings["Delete conversation"] = "Verwijder conversatie";
+$a->strings["Events Menu"] = "Agenda-menu";
+$a->strings["Day View"] = "Dag tonen";
+$a->strings["Week View"] = "Week tonen";
+$a->strings["Month View"] = "Maand tonen";
+$a->strings["Export"] = "Exporteren";
+$a->strings["Import"] = "Importeren";
+$a->strings["Events Tools"] = "Agenda-hulpmiddelen";
+$a->strings["Export Calendar"] = "Exporteren";
+$a->strings["Import Calendar"] = "Importeren";
+$a->strings["Chat Rooms"] = "Chatkanalen";
+$a->strings["Bookmarked Chatrooms"] = "Bladwijzers van chatkanalen";
+$a->strings["Suggested Chatrooms"] = "Voorgestelde chatkanalen";
+$a->strings["photo/image"] = "foto/afbeelding";
+$a->strings["Rate Me"] = "Beoordeel mij";
+$a->strings["View Ratings"] = "Bekijk beoordelingen";
+$a->strings["Public Hubs"] = "Openbare hubs";
+$a->strings["Forums"] = "Forums";
+$a->strings["Tasks"] = "Taken";
+$a->strings["Documentation"] = "Documentatie";
+$a->strings["Project/Site Information"] = "Project- en hub-informatie";
+$a->strings["For Members"] = "Voor leden";
+$a->strings["For Administrators"] = "Voor beheerders";
+$a->strings["For Developers"] = "Voor ontwikkelaars";
+$a->strings["Site"] = "Hub-instellingen";
+$a->strings["Accounts"] = "Accounts";
+$a->strings["Channels"] = "Kanalen";
+$a->strings["Plugins"] = "Plug-ins";
+$a->strings["Themes"] = "Thema's";
+$a->strings["Inspect queue"] = "Inspecteer berichtenwachtrij";
+$a->strings["Profile Config"] = "Profielconfiguratie";
+$a->strings["DB updates"] = "Database-updates";
+$a->strings["Logs"] = "Logboeken";
+$a->strings["Plugin Features"] = "Plug-in-opties";
+$a->strings["User registrations waiting for confirmation"] = "Accounts die op goedkeuring wachten";
+$a->strings["View Photo"] = "Foto weergeven";
+$a->strings["Edit Album"] = "Album bewerken";
+$a->strings["Invalid data packet"] = "Datapakket ongeldig";
+$a->strings["Unable to verify channel signature"] = "Kanaalkenmerk kon niet worden geverifieerd. ";
+$a->strings["Unable to verify site signature for %s"] = "Hubkenmerk voor %s kon niet worden geverifieerd";
+$a->strings["invalid target signature"] = "ongeldig doelkenmerk";
+$a->strings["Not Found"] = "Niet gevonden";
$a->strings["Page not found."] = "Pagina niet gevonden.";
-$a->strings["Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."] = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.";
-$a->strings["Channel removals are not allowed within 48 hours of changing the account password."] = "Het verwijderen van een kanaal is niet toegestaan binnen 48 uur nadat het wachtwoord van het account is veranderd.";
-$a->strings["Remove This Channel"] = "Verwijder dit kanaal";
-$a->strings["WARNING: "] = "WAARSCHUWING: ";
-$a->strings["This channel will be completely removed from the network. "] = "Dit kanaal wordt volledig uit het \$Projectname-netwerk verwijderd.";
-$a->strings["This action is permanent and can not be undone!"] = "Deze handeling is van permanente aard en kan niet meer worden teruggedraaid!";
-$a->strings["Please enter your password for verification:"] = "Vul je wachtwoord in ter verificatie:";
-$a->strings["Remove this channel and all its clones from the network"] = "Dit kanaal en alle klonen hiervan uit het \$Projectname-netwerk verwijderen";
-$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = "Standaard wordt alleen het kanaal dat zich op deze hub bevindt uit het \$Projectname-netwerk verwijderd";
-$a->strings["Remove Channel"] = "Kanaal verwijderen";
-$a->strings["Set your current mood and tell your friends"] = "Noteer je huidige stemming en toon het aan je connecties";
-$a->strings["Add a Channel"] = "Kanaal toevoegen";
-$a->strings["A channel is your own collection of related web pages. A channel can be used to hold social network profiles, blogs, conversation groups and forums, celebrity pages, and much more. You may create as many channels as your service provider allows."] = "Naast een account moet je tenminste één kanaal aanmaken. Een kanaal is een persoonlijke verzameling (gerelateerde) berichten en media, zoals je misschien gewend bent van sociale netwerken. Een kanaal kan gebruikt worden voor social media, een blog, forum, en voor veel meer. Je kan net zoveel kanalen aanmaken als dat de eigenaar/beheerder van jouw hub toestaat.";
-$a->strings["Channel Name"] = "Kanaalnaam";
-$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = "Jouw naam of een andere relevante naam. Voorbeelden: \"Jan Pietersen\", \"Willems weblog\", \"Familieforum\"";
-$a->strings["Choose a short nickname"] = "Korte bijnaam";
-$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Deze bijnaam (geen spaties) wordt gebruikt om een makkelijk te onthouden kanaaladres (zoals een e-mailadres) en het internetadres (URL) van jouw kanaal aan te maken, die je dan met anderen kunt delen. Voorbeeld: <b>janp</b> wordt <em>janp@jouw_hub.nl</em> en <em>https://jouw_hub.nl/channel/janp</em>.";
-$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = "Of <a href=\"import\">importeer een bestaand kanaal</a> vanaf een andere locatie.";
-$a->strings["Please choose a channel type (such as social networking or community forum) and privacy requirements so we can select the best permissions for you"] = "Kies een kanaaltype en het door jouw gewenste privacy-niveau, zodat automatisch de beste permissies kunnen worden ingesteld. Dit kan later, indien gewenst, worden veranderd.";
-$a->strings["Channel Type"] = "Kanaaltype";
-$a->strings["Read more about roles"] = "Lees meer over kanaaltypes";
-$a->strings["No ratings"] = "Geen beoordelingen";
-$a->strings["Public access denied."] = "Openbare toegang geweigerd.";
-$a->strings["Ratings"] = "Waarderingen";
-$a->strings["Rating: "] = "Waardering: ";
-$a->strings["Website: "] = "Website: ";
-$a->strings["Description: "] = "Omschrijving: ";
-$a->strings["\$Projectname Server - Setup"] = "\$Projectname Server - Setup";
-$a->strings["Could not connect to database."] = "Could not connect to database.";
-$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "Could not connect to specified hub URL. Possible SSL certificate or DNS issue.";
-$a->strings["Could not create table."] = "Could not create table.";
-$a->strings["Your site database has been installed."] = "Your hub database has been installed.";
-$a->strings["You may need to import the file \"install/schema_xxx.sql\" manually using a database client."] = "You may need to import the file \"install/schema_xxx.sql\" manually using a database client.";
-$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Please see the file \"install/INSTALL.txt\".";
-$a->strings["System check"] = "System check";
-$a->strings["Next"] = "Volgende";
-$a->strings["Check again"] = "Check again";
-$a->strings["Database connection"] = "Database connection";
-$a->strings["In order to install \$Projectname we need to know how to connect to your database."] = "In order to install \$Projectname 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["Default is 127.0.0.1"] = "Default is 127.0.0.1";
-$a->strings["Database Port"] = "Database Port";
-$a->strings["Communication port number - use 0 for default"] = "Communication port number - use 0 for default";
-$a->strings["Database Login Name"] = "Database Login Name";
-$a->strings["Database Login Password"] = "Database Login Password";
-$a->strings["Database Name"] = "Database Name";
-$a->strings["Database Type"] = "Database Type";
-$a->strings["Site administrator email address"] = "Hub 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["Website URL"] = "Hub URL";
-$a->strings["Please use SSL (https) URL if available."] = "Please use SSL (https) URL if available.";
-$a->strings["Please select a default timezone for your website"] = "Please select a default timezone for your hub";
-$a->strings["Site settings"] = "Hub settings";
-$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Could not find a command line version of PHP in the web server PATH.";
-$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."] = "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.";
-$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["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["Your max allowed total upload size is set to %s. Maximum size of one file to upload is set to %s. You are allowed to upload up to %d files at once."] = "Your max allowed total upload size is set to %s. Maximum size of one file to upload is set to %s. You are allowed to upload up to %d files at once.";
-$a->strings["You can adjust these settings in the servers php.ini."] = "You can adjust these settings in the servers php.ini.";
-$a->strings["PHP upload limits"] = "PHP upload limits";
-$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, 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["mysqli or postgres PHP module"] = "mysqli or postgres PHP module";
-$a->strings["mb_string PHP module"] = "mb_string PHP module";
-$a->strings["mcrypt PHP module"] = "mcrypt PHP module";
-$a->strings["xml PHP module"] = "xml 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 webserver mod-rewrite module is required but not installed.";
-$a->strings["proc_open"] = "proc_open";
-$a->strings["Error: proc_open is required but is either not installed or has been disabled in php.ini"] = "Error: proc_open is required but is either not installed or has been disabled in php.ini";
-$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: mysqli or postgres PHP module required but neither are installed."] = "Error: mysqli or postgres PHP module required but neither are installed.";
-$a->strings["Error: mb_string PHP module required but not installed."] = "Error: mb_string PHP module required but not installed.";
-$a->strings["Error: mcrypt PHP module required but not installed."] = "Error: mcrypt PHP module required but not installed.";
-$a->strings["Error: xml PHP module required for DAV but not installed."] = "Error: xml PHP module required for DAV 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 folder of your web server and it is unable to do so.";
-$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "This is most often a permission setting, 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 Red top folder."] = "At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder.";
-$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions.";
-$a->strings[".htconfig.php is writable"] = ".htconfig.php is writable";
-$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Red 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 %s under the Red top level folder."] = "In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red 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."] = "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 %s only--not the template files (.tpl) that it contains."] = "Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains.";
-$a->strings["%s is writable"] = "%s is writable";
-$a->strings["Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"] = "Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder";
-$a->strings["store is writable"] = "store is writable";
-$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "SSL certificate cannot be validated. Fix certificate or disable https access to this hub.";
-$a->strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = "If you have https access to your hub or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!";
-$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "This restriction is incorporated because public posts from you may for example contain references to images on your own hub.";
-$a->strings["If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "If your certificate is not recognized, members of other hubs (who may themselves have valid certificates) will get a warning message on their own hub complaining about security issues.";
-$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "This can cause usability issues elsewhere (not just on your own hub) so we must insist on this requirement.";
-$a->strings["Providers are available that issue free certificates which are browser-valid."] = "Providers are available that issue free certificates which are browser-valid.";
-$a->strings["SSL certificate validation"] = "SSL certificate validation";
-$a->strings["Url rewrite in .htaccess is not working. Check your server configuration.Test: "] = "Url rewrite in .htaccess is not working. Check your server configuration.Test: ";
-$a->strings["Url rewrite is working"] = "Url rewrite is working";
-$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "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["Errors encountered creating database tables."] = "Errors encountered creating database tables.";
-$a->strings["<h1>What next</h1>"] = "<h1>Wat nu</h1>";
-$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANT: You will need to [manually] setup a scheduled task for the poller.";
-$a->strings["Bookmark added"] = "Bladwijzer toegevoegd";
-$a->strings["My Bookmarks"] = "Mijn bladwijzers";
-$a->strings["My Connections Bookmarks"] = "Bladwijzers van mijn connecties";
-$a->strings["This setting requires special processing and editing has been blocked."] = "Deze instelling vereist een speciaal proces en bewerken is geblokkeerd.";
-$a->strings["Configuration Editor"] = "Configuratiebewerker";
-$a->strings["Warning: Changing some settings could render your channel inoperable. Please leave this page unless you are comfortable with and knowledgeable about how to correctly use this feature."] = "Waarschuwing: het veranderen van sommige instellingen kunnen jouw kanaal onklaar maken. Verlaat deze pagina, tenzij je weet waar je mee bezig bent en voldoende kennis bezit over hoe je deze functies moet gebruiken. ";
-$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"] = "Maak dit bericht privé";
-$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 unavailable to export."] = "Geen profiel beschikbaar om te exporteren";
-$a->strings["Profile Name is required."] = "Profielnaam is vereist";
-$a->strings["Marital Status"] = "Huwelijke status";
-$a->strings["Romantic Partner"] = "Romantische partner";
-$a->strings["Likes"] = "Houdt van";
-$a->strings["Dislikes"] = "Houdt niet van";
-$a->strings["Work/Employment"] = "Werk/arbeid";
-$a->strings["Religion"] = "Religie";
-$a->strings["Political Views"] = "Politieke overtuigingen";
-$a->strings["Sexual Preference"] = "Seksuele voorkeur";
-$a->strings["Homepage"] = "Homepage";
-$a->strings["Interests"] = "Interesses";
-$a->strings["Address"] = "Kanaaladres";
-$a->strings["Profile updated."] = "Profiel bijgewerkt";
-$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Laat de lijst met connecties niet aan bezoekers van dit profiel zien.";
-$a->strings["Edit Profile Details"] = "Profiel bewerken";
-$a->strings["View this profile"] = "Profiel weergeven";
-$a->strings["Change Profile Photo"] = "Profielfoto wijzigen";
-$a->strings["Create a new profile using these settings"] = "Een nieuw profiel aanmaken met dit profiel als basis";
-$a->strings["Clone this profile"] = "Dit profiel klonen";
-$a->strings["Delete this profile"] = "Dit profiel verwijderen";
-$a->strings["Import profile from file"] = "Profiel vanuit bestand importeren";
-$a->strings["Export profile to file"] = "Profiel naar bestand exporteren";
-$a->strings["Profile Name:"] = "Profielnaam:";
-$a->strings["Your Full Name:"] = "Jouw volledige naam:";
-$a->strings["Title/Description:"] = "Titel/omschrijving:";
-$a->strings["Your Gender:"] = "Jouw geslacht";
-$a->strings["Birthday :"] = "Verjaardag: ";
-$a->strings["Street Address:"] = "Straat en huisnummer:";
-$a->strings["Locality/City:"] = "Woonplaats:";
-$a->strings["Postal/Zip Code:"] = "Postcode:";
-$a->strings["Country:"] = "Land:";
-$a->strings["Region/State:"] = "Provincie/gewest/deelstaat:";
-$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Huwelijkse staat:";
-$a->strings["Who: (if applicable)"] = "Wie (wanneer toepasselijk):";
-$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Voorbeelden: petra123, Petra Jansen, petra@voorbeeld.nl";
-$a->strings["Since [date]:"] = "Sinds [datum]:";
-$a->strings["Homepage URL:"] = "Adres homepage:";
-$a->strings["Religious Views:"] = "Religieuze overtuigingen";
-$a->strings["Keywords:"] = "Trefwoorden";
-$a->strings["Example: fishing photography software"] = "Voorbeeld: muziek, fotografie, software";
-$a->strings["Used in directory listings"] = "Wordt in de kanalengids gebruikt";
-$a->strings["Tell us about yourself..."] = "Vertel ons iets over jezelf...";
-$a->strings["Hobbies/Interests"] = "Hobby's/interesses";
-$a->strings["Contact information and Social Networks"] = "Contactinformatie en sociale netwerken";
-$a->strings["My other channels"] = "Mijn andere kanalen";
-$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/entertainment";
-$a->strings["Love/romance"] = "Liefde/romantiek";
-$a->strings["Work/employment"] = "Werk/arbeid";
-$a->strings["School/education"] = "School/onderwijs";
-$a->strings["This is your default profile."] = "Dit is jouw standaardprofiel";
-$a->strings["Age: "] = "Leeftijd:";
-$a->strings["Edit/Manage Profiles"] = "Profielen bewerken/beheren";
-$a->strings["Add profile things"] = "Dingen aan je profiel toevoegen";
-$a->strings["Include desirable objects in your profile"] = "Voeg door jou gewenste dingen aan jouw profiel toe";
-$a->strings["Could not access contact record."] = "Kon geen toegang krijgen tot de connectie-gegevens.";
-$a->strings["Could not locate selected profile."] = "Kon het gekozen profiel niet vinden.";
-$a->strings["Connection updated."] = "Connectie bijgewerkt.";
-$a->strings["Failed to update connection record."] = "Bijwerken van connectie-gegevens mislukt.";
-$a->strings["is now connected to"] = "is nu verbonden met";
-$a->strings["Could not access address book record."] = "Kon geen toegang krijgen tot de record van de connectie.";
-$a->strings["Refresh failed - channel is currently unavailable."] = "Vernieuwen mislukt - kanaal is momenteel niet beschikbaar";
-$a->strings["Unable to set address book parameters."] = "Niet in staat om de parameters van connecties in te stellen.";
-$a->strings["Connection has been removed."] = "Connectie is verwijderd";
-$a->strings["View %s's profile"] = "Profiel van %s weergeven";
-$a->strings["Refresh Permissions"] = "Permissies vernieuwen";
-$a->strings["Fetch updated permissions"] = "Aangepaste permissies ophalen";
-$a->strings["Recent Activity"] = "Kanaal-activiteit";
-$a->strings["View recent posts and comments"] = "Recente berichten en reacties weergeven";
-$a->strings["Unblock"] = "Deblokkeren";
-$a->strings["Block"] = "Blokkeren";
-$a->strings["Block (or Unblock) all communications with this connection"] = "Blokkeer (of deblokkeer) alle communicatie met deze connectie";
-$a->strings["This connection is blocked!"] = "Deze connectie is geblokkeerd!";
-$a->strings["Unignore"] = "Niet meer negeren";
-$a->strings["Ignore"] = "Negeren";
-$a->strings["Ignore (or Unignore) all inbound communications from this connection"] = "Negeer (of negeer niet meer) alle inkomende communicatie van deze connectie";
-$a->strings["This connection is ignored!"] = "Deze connectie wordt genegeerd!";
-$a->strings["Unarchive"] = "Niet meer archiveren";
-$a->strings["Archive"] = "Archiveren";
-$a->strings["Archive (or Unarchive) this connection - mark channel dead but keep content"] = "Archiveer (of dearchiveer) deze connectie - markeer het kanaal als dood, maar bewaar de inhoud";
-$a->strings["This connection is archived!"] = "Deze connectie is gearchiveerd!";
-$a->strings["Unhide"] = "Niet meer verbergen";
-$a->strings["Hide"] = "Verbergen";
-$a->strings["Hide or Unhide this connection from your other connections"] = "Deze connectie verbergen (of niet meer verbergen) voor jouw andere connecties";
-$a->strings["This connection is hidden!"] = "Deze connectie is verborgen!";
-$a->strings["Delete this connection"] = "Deze connectie verwijderen";
-$a->strings["Approve this connection"] = "Deze connectie accepteren";
-$a->strings["Accept connection to allow communication"] = "Keur deze connectie goed om communicatie toe te staan";
-$a->strings["Set Affinity"] = "Verwantschapsfilter instellen";
-$a->strings["Set Profile"] = "Profiel instellen";
-$a->strings["Set Affinity & Profile"] = "Verwantschapsfilter en profiel instellen";
-$a->strings["none"] = "geen";
-$a->strings["Apply these permissions automatically"] = "Deze permissies automatisch toepassen";
-$a->strings["This connection's primary address is"] = "Het primaire kanaaladres van deze connectie is";
-$a->strings["Available locations:"] = "Beschikbare locaties:";
-$a->strings["The permissions indicated on this page will be applied to all new connections."] = "Permissies die op deze pagina staan vermeld worden op alle nieuwe connecties toegepast.";
-$a->strings["Slide to adjust your degree of friendship"] = "Schuif om te bepalen hoe goed je iemand kent en/of mag";
-$a->strings["Slide to adjust your rating"] = "Gebruik de schuif om je beoordeling te geven";
-$a->strings["Optionally explain your rating"] = "Verklaar jouw beoordeling (niet verplicht)";
-$a->strings["Custom Filter"] = "Berichtenfilter";
-$a->strings["Only import posts with this text"] = "Importeer alleen berichten met deze tekst";
-$a->strings["words one per line or #tags or /patterns/ or lang=xx, leave blank to import all posts"] = "woorden (één per regel), #tags, /regex/ of talen (lang=iso639-1) - laat leeg om alle berichten te importeren";
-$a->strings["Do not import posts with this text"] = "Importeer geen berichten met deze tekst";
-$a->strings["This information is public!"] = "Deze informatie is openbaar!";
-$a->strings["Connection Pending Approval"] = "Connectie moet nog goedgekeurd worden";
-$a->strings["Connection Request"] = "Connectieverzoek";
-$a->strings["(%s) would like to connect with you. Please approve this connection to allow communication."] = "(%s) wil met jou verbinden. Keur dit connectieverzoek goed om onderling te kunnen communiceren.";
-$a->strings["Approve"] = "Goedkeuren";
-$a->strings["Approve Later"] = "Later goedkeuren";
-$a->strings["inherited"] = "geërfd";
-$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Kies het profiel dat je aan %s wil tonen wanneer hij/zij ingelogd jouw profiel wil bekijken.";
-$a->strings["Their Settings"] = "Hun instellingen";
-$a->strings["My Settings"] = "Mijn instellingen";
-$a->strings["Individual Permissions"] = "Individuele permissies";
-$a->strings["Some permissions may be inherited from your channel's <a href=\"settings\"><strong>privacy settings</strong></a>, which have higher priority than individual settings. You can <strong>not</strong> change those settings here."] = "Sommige permissies worden mogelijk overgeërfd van de <a href=\"settings\">privacy-instellingen</a> van jouw kanaal, die een hogere prioriteit hebben dan deze individuele instellingen. Je kan je deze overgeërfde permissies hier <strong>niet</strong> veranderen.";
-$a->strings["Some permissions may be inherited from your channel's <a href=\"settings\"><strong>privacy settings</strong></a>, which have higher priority than individual settings. You can change those settings here but they wont have any impact unless the inherited setting changes."] = "Sommige permissies worden mogelijk overgeërfd van de <a href=\"settings\">privacy-instellingen</a> van jouw kanaal, die een hogere prioriteit hebben dan deze individuele permissies. Je kan de permissies hier veranderen, maar die hebben geen effect, tenzij de overgeërfde permissies worden veranderd. ";
-$a->strings["Last update:"] = "Laatste wijziging:";
+$a->strings["Some blurb about what to do when you're new here"] = "Welkom op \$Projectname. Klik op de tab ontdekken of klik rechtsboven op de <a href=\"directory\">kanalengids</a>, om kanalen te vinden. Rechtsboven vind je ook <a href=\"directory\">apps</a>, waar je vrijwel alle functies van \$Projectname kunt vinden. Voor <a href=\"directory\">hulp</a> met \$Projectname klik je op het vraagteken.";
$a->strings["network"] = "netwerk";
$a->strings["RSS"] = "RSS";
-$a->strings["\$Projectname channel"] = "\$Projectname-kanaal";
-$a->strings["Invalid message"] = "Ongeldig bericht";
-$a->strings["no results"] = "geen resultaten";
-$a->strings["Delivery report for %1\$s"] = "Afleveringsrapport voor %1\$s";
-$a->strings["channel sync processed"] = "kanaalsync verwerkt";
-$a->strings["queued"] = "in wachtrij";
-$a->strings["posted"] = "verstuurd";
-$a->strings["accepted for delivery"] = "geaccepteerd om afgeleverd te worden";
-$a->strings["updated"] = "geüpdatet";
-$a->strings["update ignored"] = "update genegeerd";
-$a->strings["permission denied"] = "toegang geweigerd";
-$a->strings["recipient not found"] = "ontvanger niet gevonden";
-$a->strings["mail recalled"] = "Privébericht ingetrokken";
-$a->strings["duplicate mail received"] = "dubbel privébericht ontvangen";
-$a->strings["mail delivered"] = "privébericht afgeleverd";
-$a->strings["Item not found"] = "Item niet gevonden";
-$a->strings["Delete webpage?"] = "Webpagina verwijderen?";
-$a->strings["Page link title"] = "Titel van paginalink";
-$a->strings["Insert YouTube video"] = "YouTube-video invoegen";
-$a->strings["Insert Vorbis [.ogg] video"] = "Vorbis-video [.ogg] invoegen";
-$a->strings["Insert Vorbis [.ogg] audio"] = "Vorbis-audio [.ogg] invoegen";
-$a->strings["Edit Webpage"] = "Webpagina bewerken";
-$a->strings["Unable to find your hub."] = "Niet in staat om je hub te vinden";
-$a->strings["Post successful."] = "Verzenden bericht geslaagd.";
-$a->strings["sent you a private message"] = "stuurde jou een privébericht";
-$a->strings["added your channel"] = "voegde jouw kanaal toe";
-$a->strings["posted an event"] = "plaatste een gebeurtenis";
-$a->strings["Authorize application connection"] = "Geef toestemming voor applicatiekoppeling";
-$a->strings["Return to your app and insert this Securty Code:"] = "Ga terug naar je app en voeg deze beveiligingscode in:";
-$a->strings["Please login to continue."] = "Inloggen om verder te kunnen 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 applicatie toestemming geven om jouw berichten en connecties te zien, en/of nieuwe berichten voor jou te plaatsen?";
-$a->strings["No more system notifications."] = "Geen systeemnotificaties meer.";
-$a->strings["System Notifications"] = "Systeemnotificaties";
-$a->strings["Select a bookmark folder"] = "Kies een bladwijzermap";
-$a->strings["Save Bookmark"] = "Bladwijzer opslaan";
-$a->strings["URL of bookmark"] = "URL van bladwijzer";
-$a->strings["Description"] = "Omschrijving";
-$a->strings["Or enter new bookmark folder name"] = "Of geef de naam op van een nieuwe bladwijzermap";
-$a->strings["Contact not found."] = "Contact niet gevonden";
-$a->strings["Friend suggestion sent."] = "Kanaalvoorstel verzonden.";
-$a->strings["Suggest Friends"] = "Kanalen voorstellen";
-$a->strings["Suggest a friend for %s"] = "Stel een kanaal voor aan %s";
-$a->strings["Failed to create source. No channel selected."] = "Aanmaken bron mislukt. Geen kanaal geselecteerd.";
-$a->strings["Source created."] = "Bron aangemaakt.";
-$a->strings["Source updated."] = "Bron aangemaakt.";
-$a->strings["*"] = "*";
-$a->strings["Manage remote sources of content for your channel."] = "Beheer externe bronnen met inhoud voor jouw kanaal";
-$a->strings["New Source"] = "Nieuwe bron";
-$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "Importeer complete of gedeelde inhoud vanuit het volgende kanaal naar dit kanaal, en verdeel het vervolgens volgens jouw kanaalinstellingen.";
-$a->strings["Only import content with these words (one per line)"] = "Importeer alleen inhoud met deze woorden (één per regel)";
-$a->strings["Leave blank to import all public content"] = "Laat leeg om alle openbare inhoud te importeren";
-$a->strings["Source not found."] = "Bron niet gevonden";
-$a->strings["Edit Source"] = "Bron bewerken";
-$a->strings["Delete Source"] = "Bron verwijderen";
-$a->strings["Source removed"] = "Bron verwijderd";
-$a->strings["Unable to remove source."] = "Verwijderen bron mislukt.";
-$a->strings["Invalid request identifier."] = "Ongeldige verzoek identificator (request identifier)";
-$a->strings["Discard"] = "Annuleren";
-$a->strings["Tag removed"] = "Tag verwijderd";
-$a->strings["Remove Item Tag"] = "Verwijder item-tag";
-$a->strings["Select a tag to remove: "] = "Kies een tag om te verwijderen";
-$a->strings["Remove"] = "Verwijderen";
-$a->strings["%d rating"] = array(
- 0 => "%d beoordeling",
- 1 => "%d beoordelingen",
-);
-$a->strings["Gender: "] = "Geslacht:";
-$a->strings["Status: "] = "Status: ";
-$a->strings["Homepage: "] = "Homepage: ";
-$a->strings["Description:"] = "Omschrijving:";
-$a->strings["Public Forum:"] = "Openbaar forum:";
-$a->strings["Keywords: "] = "Trefwoorden: ";
-$a->strings["Don't suggest"] = "Niet voorstellen";
-$a->strings["Common connections:"] = "Gemeenschappelijke connecties:";
-$a->strings["Global Directory"] = "Volledige kanalengids";
-$a->strings["Local Directory"] = "Lokale kanalengids";
-$a->strings["Finding:"] = "Gezocht naar:";
-$a->strings["next page"] = "volgende pagina";
-$a->strings["previous page"] = "vorige pagina";
-$a->strings["Sort options"] = "Sorteeropties";
-$a->strings["Alphabetic"] = "Alfabetisch";
-$a->strings["Reverse Alphabetic"] = "Omgekeerd alfabetisch";
-$a->strings["Newest to Oldest"] = "Nieuw naar oud";
-$a->strings["Oldest to Newest"] = "Oud naar nieuw";
-$a->strings["No entries (some entries may be hidden)."] = "Niets gevonden (sommige kanalen kunnen verborgen zijn).";
-$a->strings["No valid account found."] = "Geen geldige account gevonden.";
-$a->strings["Password reset request issued. Check your email."] = "Het verzoek om je wachtwoord opnieuw in te stellen is behandeld. Controleer je e-mail.";
-$a->strings["Site Member (%s)"] = "Lid van hub (%s)";
-$a->strings["Password reset requested at %s"] = "Verzoek tot het opnieuw instellen van een wachtwoord op %s is ingediend";
-$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Het verzoek kon niet worden geverifieerd. (Mogelijk heb je al eerder een verzoek ingediend.) Opnieuw instellen van wachtwoord is mislukt.";
-$a->strings["Password Reset"] = "Wachtwoord vergeten?";
-$a->strings["Your password has been reset as requested."] = "Jouw wachtwoord is opnieuw ingesteld zoals je had verzocht.";
-$a->strings["Your new password is"] = "Jouw nieuwe wachtwoord is";
-$a->strings["Save or copy your new password - and then"] = "Kopieer of sla je nieuwe wachtwoord op - en";
-$a->strings["click here to login"] = "klik dan hier om in te loggen";
-$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Jouw wachtwoord kan worden veranderd onder <em>instellingen</em>, nadat je succesvol bent ingelogd.";
-$a->strings["Your password has changed at %s"] = "Jouw wachtwoord op %s is veranderd";
-$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 deze om je wachtwoord opnieuw in te stellen. Controleer hierna hier je e-mail voor verdere instructies.";
-$a->strings["Email Address"] = "E-mailadres";
-$a->strings["Reset"] = "Opnieuw instellen";
-$a->strings["This site is not a directory server"] = "Deze hub is geen kanalengidshub (directoryserver)";
-$a->strings["%s element installed"] = "%s onderdeel geïnstalleerd";
-$a->strings["%s element installation failed"] = "Installatie %s-element mislukt";
-$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s volgt het %3\$s van %2\$s";
-$a->strings["%1\$s stopped following %2\$s's %3\$s"] = "%1\$s volgt het %3\$s van %2\$s niet meer";
-$a->strings["Your service plan only allows %d channels."] = "Jouw abonnement staat maar %d kanalen toe.";
-$a->strings["Nothing to import."] = "Niets gevonden om te importeren";
-$a->strings["Unable to download data from old server"] = "Niet in staat om gegevens van de oude hub te downloaden";
-$a->strings["Imported file is empty."] = "Geïmporteerde bestand is leeg";
-$a->strings["Warning: Database versions differ by %1\$d updates."] = "Waarschuwing: database-versies lopen %1\$d updates achter.";
-$a->strings["No channel. Import failed."] = "Geen kanaal. Importeren mislukt.";
-$a->strings["You must be logged in to use this feature."] = "Je moet ingelogd zijn om dit onderdeel te kunnen gebruiken.";
-$a->strings["Import Channel"] = "Kanaal importeren";
-$a->strings["Use this form to import an existing channel from a different server/hub. You may retrieve the channel identity from the old server/hub via the network or provide an export file."] = "Gebruik dit formulier om een bestaand kanaal te importeren van een andere hub. Je kan de kanaal-identiteit van de oude hub via het netwerk ontvangen of een exportbestand verstrekken.";
-$a->strings["File to Upload"] = "Bestand om te uploaden";
-$a->strings["Or provide the old server/hub details"] = "Of vul de gegevens van de oude hub in";
-$a->strings["Your old identity address (xyz@example.com)"] = "Jouw oude kanaaladres (xyz@example.com)";
-$a->strings["Your old login email address"] = "Het e-mailadres van je oude account";
-$a->strings["Your old login password"] = "Wachtwoord van jouw oude account";
-$a->strings["For either option, please choose whether to make this hub your new primary address, or whether your old location should continue this role. You will be able to post from either location, but only one can be marked as the primary location for files, photos, and media."] = "Voor elke optie geldt dat je moet kiezen of je jouw primaire kanaaladres op deze hub wil instellen of dat jouw oude hub deze rol blijft vervullen.";
-$a->strings["Make this hub my primary location"] = "Stel deze hub als mijn primaire locatie in";
-$a->strings["Import existing posts if possible (experimental - limited by available memory"] = "Importeer bestaande berichten wanneer mogelijk (experimenteel - afhankelijk van beschikbaar servergeheugen)";
-$a->strings["This process may take several minutes to complete. Please submit the form only once and leave this page open until finished."] = "Dit proces kan enkele minuten in beslag nemen. Klik maar één keer op opslaan en verlaat deze pagina niet alvorens het proces is voltooid.";
-$a->strings["Total invitation limit exceeded."] = "Limiet voor aantal uitnodigingen overschreden.";
-$a->strings["%s : Not a valid email address."] = "%s : Geen geldig e-mailadres.";
-$a->strings["Please join us on \$Projectname"] = "Uitnodiging voor \$Projectname";
-$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Limiet voor aantal uitnodigingen overschreden. Neem contact op met je hub-beheerder.";
-$a->strings["%s : Message delivery failed."] = "%s: Aflevering bericht mislukt.";
-$a->strings["%d message sent."] = array(
- 0 => "%d bericht verzonden.",
- 1 => "%d berichten verzonden.",
-);
-$a->strings["You have no more invitations available"] = "Je hebt geen uitnodigingen meer beschikbaar";
-$a->strings["Send invitations"] = "Uitnodigingen verzenden";
-$a->strings["Enter email addresses, one per line:"] = "Voer e-mailadressen in, één per regel:";
-$a->strings["Your message:"] = "Jouw bericht:";
-$a->strings["Please join my community on \$Projectname."] = "Hierbij nodig ik je uit om mij, en andere vrienden en kennissen, op \$Projectname te vergezellen. Lees meer over \$Projectname op https://redmatrix.me.";
-$a->strings["You will need to supply this invitation code: "] = "Je moet deze uitnodigingscode opgeven: ";
-$a->strings["1. Register at any \$Projectname location (they are all inter-connected)"] = "1. Registreer je op een willekeurige \$Projectname-hub (ze zijn allemaal onderling met elkaar verbonden):";
-$a->strings["2. Enter my \$Projectname network address into the site searchbar."] = "2. Nadat je bent ingelogd en een kanaal hebt aangemaakt kan je mijn \$Projectname-kanaaladres in het zoekveld invullen:";
-$a->strings["or visit "] = "of bezoek ";
-$a->strings["3. Click [Connect]"] = "3. Klik op [+ Verbinden]";
-$a->strings["Fetching URL returns error: %1\$s"] = "Ophalen URL gaf een foutmelding terug: %1\$s";
-$a->strings["Image uploaded but image cropping failed."] = "Afbeelding geüpload, maar afbeelding kon niet worden bijgesneden. ";
-$a->strings["Image resize failed."] = "Afbeelding kon niet van grootte veranderd worden.";
-$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Vernieuw de pagina met shift+R of shift+F5, of leeg je browserbuffer, wanneer de nieuwe foto niet meteen wordt weergegeven.";
-$a->strings["Image upload failed."] = "Uploaden afbeelding mislukt";
-$a->strings["Unable to process image."] = "Niet in staat om afbeelding te verwerken.";
-$a->strings["female"] = "vrouw";
-$a->strings["%1\$s updated her %2\$s"] = "%1\$s heeft haar %2\$s bijgewerkt";
-$a->strings["male"] = "man";
-$a->strings["%1\$s updated his %2\$s"] = "%1\$s heeft zijn %2\$s bijgewerkt";
-$a->strings["%1\$s updated their %2\$s"] = "%1\$s hebben hun %2\$s bijgewerkt";
-$a->strings["profile photo"] = "profielfoto";
-$a->strings["Photo not available."] = "Foto niet beschikbaar.";
-$a->strings["Upload File:"] = "Bestand uploaden:";
-$a->strings["Select a profile:"] = "Kies een profiel:";
-$a->strings["Upload Profile Photo"] = "Profielfoto uploaden";
-$a->strings["or"] = "of";
-$a->strings["skip this step"] = "sla deze stap over";
-$a->strings["select a photo from your photo albums"] = "Kies een foto uit jouw fotoalbums";
-$a->strings["Crop Image"] = "Afbeelding bijsnijden";
-$a->strings["Please adjust the image cropping for optimum viewing."] = "Snij de afbeelding zo uit dat deze optimaal wordt weergegeven.";
-$a->strings["Done Editing"] = "Klaar met bewerken";
-$a->strings["Thing updated"] = "Ding bijgewerkt";
-$a->strings["Object store: failed"] = "Opslaan van ding mislukt";
-$a->strings["Thing added"] = "Ding toegevoegd";
-$a->strings["OBJ: %1\$s %2\$s %3\$s"] = "OBJ: %1\$s %2\$s %3\$s";
-$a->strings["Show Thing"] = "Ding weergeven";
-$a->strings["item not found."] = "Item niet gevonden";
-$a->strings["Edit Thing"] = "Ding bewerken";
-$a->strings["Select a profile"] = "Kies een profiel";
-$a->strings["Post an activity"] = "Plaats een bericht";
-$a->strings["Only sends to viewers of the applicable profile"] = "Toont dit alleen aan diegene die het gekozen profiel mogen zien.";
-$a->strings["Name of thing e.g. something"] = "Naam van ding";
-$a->strings["URL of thing (optional)"] = "URL van ding (optioneel)";
-$a->strings["URL for photo of thing (optional)"] = "URL van foto van ding (optioneel)";
-$a->strings["Add Thing to your Profile"] = "Ding aan je profiel toevoegen";
-$a->strings["This directory server requires an access token"] = "Deze kanalengidshub (directoryserver) heeft een toegangs-token nodig";
-$a->strings["Delete block?"] = "Blok verwijderen";
-$a->strings["Edit Block"] = "Blok bewerken";
-$a->strings["Account removals are not allowed within 48 hours of changing the account password."] = "Het verwijderen van een account is niet toegestaan binnen 48 uur nadat het wachtwoord is veranderd.";
-$a->strings["Remove This Account"] = "Verwijder dit account";
-$a->strings["This account and all its channels will be completely removed from the network. "] = "Dit account en al zijn kanalen worden volledig uit het \$Projectname-netwerk verwijderd.";
-$a->strings["Remove this account, all its channels and all its channel clones from the network"] = "Dit account, al zijn kanalen en alle klonen van zijn kanalen uit het \$Projectname-netwerk verwijderen";
-$a->strings["By default only the instances of the channels located on this hub will be removed from the network"] = "Standaard worden alleen de kanalen die zich op deze hub bevinden uit het \$Projectname-netwerk verwijderd";
-$a->strings["Remove Account"] = "Account verwijderen";
-$a->strings["Import completed"] = "Importeren voltooid";
-$a->strings["Import Items"] = "Importeer items";
-$a->strings["Use this form to import existing posts and content from an export file."] = "Gebruik dit formulier om bestaande berichten en andere inhoud vanuit een exportbestand te importeren.";
-$a->strings["No such group"] = "Collectie niet gevonden";
-$a->strings["No such channel"] = "Niet zo'n kanaal";
-$a->strings["forum"] = "forum";
-$a->strings["Search Results For:"] = "Zoekresultaten voor:";
-$a->strings["Public"] = "Openbaar";
-$a->strings["Collection is empty"] = "Collectie is leeg";
-$a->strings["Collection: "] = "Collectie: ";
-$a->strings["Invalid connection."] = "Ongeldige connectie.";
-$a->strings["Layout updated."] = "Lay-out bijgewerkt.";
-$a->strings["Edit System Page Description"] = "Systeempagina's bewerken";
-$a->strings["Layout not found."] = "Lay-out niet gevonden.";
-$a->strings["Module Name:"] = "Modulenaam:";
-$a->strings["Layout Help"] = "Lay-out-hulp";
-$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "Maximum toegestane dagelijkse registraties op deze \$Projectname-hub bereikt. Probeer het morgen (UTC) nogmaals.";
-$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Registratie mislukt. De gebruiksvoorwaarden dienen wel geaccepteerd te worden.";
-$a->strings["Passwords do not match."] = "Wachtwoorden komen niet met elkaar overeen.";
-$a->strings["Registration successful. Please check your email for validation instructions."] = "Registratie geslaagd. Controleer je e-mail voor instructies.";
-$a->strings["Your registration is pending approval by the site owner."] = "Jouw accountregistratie wacht op goedkeuring van de beheerder van deze \$Projectname-hub.";
-$a->strings["Your registration can not be processed."] = "Jouw registratie kan niet verwerkt worden.";
-$a->strings["Registration on this site/hub is by approval only."] = "Registraties op deze \$Projectname-hub moeten eerst worden goedgekeurd.";
-$a->strings["<a href=\"pubsites\">Register at another affiliated site/hub</a>"] = "<a href=\"pubsites\">Registreer op een andere \$Projectname-hub</a>";
-$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Deze \$Projectname-hub heeft het maximum aantal dagelijks toegestane registraties bereikt. Probeer het morgen (UTC) nogmaals.";
-$a->strings["Terms of Service"] = "Gebruiksvoorwaarden";
-$a->strings["I accept the %s for this website"] = "Ik accepteer de %s van deze \$Projectname-hub";
-$a->strings["I am over 13 years of age and accept the %s for this website"] = "Ik accepteer de %s van deze \$Projectname-hub";
-$a->strings["Registration"] = "Registratie";
-$a->strings["Membership on this site is by invitation only."] = "Registreren op deze \$Projectname-hub kan alleen op uitnodiging.";
-$a->strings["Please enter your invitation code"] = "Vul jouw uitnodigingscode in";
-$a->strings["Your email address"] = "Jouw e-mailadres";
-$a->strings["Choose a password"] = "Geef een wachtwoord op";
-$a->strings["Please re-enter your password"] = "Geef het wachtwoord opnieuw op";
$a->strings["Theme settings updated."] = "Thema-instellingen bijgewerkt.";
$a->strings["# Accounts"] = "# accounts";
$a->strings["# blocked accounts"] = "# geblokkeerde accounts";
@@ -1598,6 +1041,7 @@ $a->strings["My site is not a public server"] = "Mijn \$Projectname-hub is niet
$a->strings["My site has paid access only"] = "Mijn \$Projectname-hub kent alleen betaalde toegang";
$a->strings["My site has free access only"] = "Mijn \$Projectname-hub kent alleen gratis toegang";
$a->strings["My site offers free accounts with optional paid upgrades"] = "Mijn \$Projectname-hub biedt gratis accounts aan met betaalde uitbreidingen als optie";
+$a->strings["Registration"] = "Registratie";
$a->strings["File upload"] = "Bestand uploaden";
$a->strings["Policies"] = "Beleid";
$a->strings["Site name"] = "Naam van deze \$Projectname-hub";
@@ -1657,6 +1101,10 @@ $a->strings["Maximum Load Average"] = "Maximaal gemiddelde systeembelasting";
$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Maximale systeembelasting voordat de afleverings- en polllingsprocessen worden uitgesteld. Standaard is 50.";
$a->strings["Expiration period in days for imported (matrix/network) content"] = "Aantal dagen waarna geïmporteerde inhoud uit iemands matrix/netwerk-pagina wordt verwijderd.";
$a->strings["0 for no expiration of imported content"] = "Dit geldt alleen voor inhoud van andere kanalen, dus niet voor iemands eigen kanaal. 0 voor het niet verwijderen van geïmporteerde inhoud.";
+$a->strings["Off"] = "Uit";
+$a->strings["On"] = "Aan";
+$a->strings["Lock feature %s"] = " Vergrendel de functie '%s'";
+$a->strings["Manage Additional Features"] = "Beheer - Extra functies";
$a->strings["No server found"] = "Geen hub gevonden";
$a->strings["ID"] = "ID";
$a->strings["for channel"] = "voor kanaal";
@@ -1696,7 +1144,10 @@ $a->strings["select all"] = "alles selecteren";
$a->strings["User registrations waiting for confirm"] = "Accounts die op goedkeuring wachten";
$a->strings["Request date"] = "Tijd/datum verzoek";
$a->strings["No registrations."] = "Geen verzoeken.";
+$a->strings["Approve"] = "Goedkeuren";
$a->strings["Deny"] = "Afkeuren";
+$a->strings["Block"] = "Blokkeren";
+$a->strings["Unblock"] = "Deblokkeren";
$a->strings["Register date"] = "Geregistreerd";
$a->strings["Last login"] = "Laatste keer ingelogd";
$a->strings["Expires"] = "Verloopt";
@@ -1726,6 +1177,7 @@ $a->strings["Uncensor"] = "Niet censureren";
$a->strings["Allow Code"] = "Scripts toestaan";
$a->strings["Disallow Code"] = "Scripts niet toestaan";
$a->strings["UID"] = "UID";
+$a->strings["Address"] = "Kanaaladres";
$a->strings["Selected channels will be deleted!\\n\\nEverything that was posted in these channels on this site will be permanently deleted!\\n\\nAre you sure?"] = "Geselecteerde kanalen worden verwijderd!\\n\\nAlles wat in deze kanalen op deze hub werd gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?";
$a->strings["The channel {0} will be deleted!\\n\\nEverything that was posted in this channel on this site will be permanently deleted!\\n\\nAre you sure?"] = "Kanaal {0} wordt verwijderd!\\n\\nAlles wat in dit kanaal op deze hub werd gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?";
$a->strings["Plugin %s disabled."] = "Plug-in %s uitgeschakeld.";
@@ -1755,10 +1207,696 @@ $a->strings["Help text"] = "Helptekst";
$a->strings["Additional info (optional)"] = "Extra informatie (optioneel)";
$a->strings["Field definition not found"] = "Velddefinitie niet gevonden";
$a->strings["Edit Profile Field"] = "Profielveld bewerken";
+$a->strings["Authorize application connection"] = "Geef toestemming voor applicatiekoppeling";
+$a->strings["Return to your app and insert this Securty Code:"] = "Ga terug naar je app en voeg deze beveiligingscode in:";
+$a->strings["Please login to continue."] = "Inloggen om verder te kunnen 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 applicatie toestemming geven om jouw berichten en connecties te zien, en/of nieuwe berichten voor jou te plaatsen?";
+$a->strings["App installed."] = "App geïnstalleerd";
+$a->strings["Malformed app."] = "Misvormde app.";
+$a->strings["Embed code"] = "Insluitcode";
+$a->strings["Edit App"] = "App bewerken";
+$a->strings["Create App"] = "App maken";
+$a->strings["Name of app"] = "Naam van app";
+$a->strings["Location (URL) of app"] = "Locatie (URL) van app";
+$a->strings["Description"] = "Omschrijving";
+$a->strings["Photo icon URL"] = "URL van pictogram";
+$a->strings["80 x 80 pixels - optional"] = "80 x 80 pixels (optioneel)";
+$a->strings["Version ID"] = "Versie-ID";
+$a->strings["Price of app"] = "Prijs van de app";
+$a->strings["Location (URL) to purchase app"] = "Locatie (URL) om de app aan te schaffen";
+$a->strings["Item not available."] = "Item is niet aanwezig.";
+$a->strings["Invalid item."] = "Ongeldig item.";
+$a->strings["Channel not found."] = "Kanaal niet gevonden.";
+$a->strings["Block Name"] = "Bloknaam";
+$a->strings["Block Title"] = "Bloktitel";
+$a->strings["Bookmark added"] = "Bladwijzer toegevoegd";
+$a->strings["My Bookmarks"] = "Mijn bladwijzers";
+$a->strings["My Connections Bookmarks"] = "Bladwijzers van mijn connecties";
+$a->strings["You must be logged in to see this page."] = "Je moet zijn ingelogd om deze pagina te kunnen bekijken.";
+$a->strings["Insufficient permissions. Request redirected to profile page."] = "Onvoldoende permissies. Doorgestuurd naar profielpagina.";
+$a->strings["Public"] = "Openbaar";
+$a->strings["Room not found"] = "Chatkanaal niet gevonden";
+$a->strings["Leave Room"] = "Chatkanaal verlaten";
+$a->strings["Delete This Room"] = "Chatkanaal verwijderen";
+$a->strings["I am away right now"] = "Ik ben momenteel afwezig";
+$a->strings["I am online"] = "Ik ben online";
+$a->strings["Bookmark this room"] = "Chatkanaal aan bladwijzers toevoegen";
+$a->strings["New Chatroom"] = "Nieuw chatkanaal";
+$a->strings["Chatroom Name"] = "Naam chatkanaal";
+$a->strings["Expiration of chats (minutes)"] = "Aantal minuten voordat chatberichten worden verwijderd";
+$a->strings["%1\$s's Chatrooms"] = "Chatkanalen van %1\$s";
+$a->strings["Away"] = "Afwezig";
+$a->strings["Online"] = "Online";
+$a->strings["No channel."] = "Geen kanaal.";
+$a->strings["Common connections"] = "Veel voorkomende connecties";
+$a->strings["No connections in common."] = "Geen gemeenschappelijke connecties.";
+$a->strings["Continue"] = "Ga verder";
+$a->strings["Premium Channel Setup"] = "Instellen premiumkanaal ";
+$a->strings["Enable premium channel connection restrictions"] = "Restricties voor connecties van premiumkanaal toestaan";
+$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "Vul je restricties of voorwaarden in, zoals een paypal-afschrift, voorschriften voor leden, enz.";
+$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "Dit kanaal kan extra stappen of het accepteren van de volgende voorwaarden vereisen, voordat de connectie wordt geaccepteerd:";
+$a->strings["Potential connections will then see the following text before proceeding:"] = "Mogelijke connecties zullen dan de volgende tekst zien voordat ze verder kunnen:";
+$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "Door verder te gaan ga ik automatisch akkoord met alle voorwaarden en aanwijzingen op deze pagina.";
+$a->strings["(No specific instructions have been provided by the channel owner.)"] = "(Er zijn geen speciale voorwaarden en aanwijzingen door de kanaal-eigenaar verstrekt) ";
+$a->strings["Restricted or Premium Channel"] = "Beperkt of premiumkanaal";
+$a->strings["Blocked"] = "Geblokkeerd";
+$a->strings["Ignored"] = "Genegeerd";
+$a->strings["Hidden"] = "Verborgen";
+$a->strings["Archived"] = "Gearchiveerd";
+$a->strings["Suggest new connections"] = "Nieuwe kanalen voorstellen";
+$a->strings["New Connections"] = "Nieuwe connecties";
+$a->strings["Show pending (new) connections"] = "Nog te accepteren (nieuwe) connecties weergeven";
+$a->strings["All Connections"] = "Alle connecties";
+$a->strings["Show all connections"] = "Toon alle connecties";
+$a->strings["Unblocked"] = "Niet geblokkeerd";
+$a->strings["Only show unblocked connections"] = "Toon alleen niet geblokkeerde connecties";
+$a->strings["Only show blocked connections"] = "Toon alleen geblokkeerde connecties";
+$a->strings["Only show ignored connections"] = "Toon alleen genegeerde connecties";
+$a->strings["Only show archived connections"] = "Toon alleen gearchiveerde connecties";
+$a->strings["Only show hidden connections"] = "Toon alleen verborgen connecties";
+$a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]";
+$a->strings["Edit connection"] = "Connectie bewerken";
+$a->strings["Search your connections"] = "Doorzoek jouw connecties";
+$a->strings["Finding: "] = "Zoeken naar: ";
+$a->strings["Could not access contact record."] = "Kon geen toegang krijgen tot de connectie-gegevens.";
+$a->strings["Could not locate selected profile."] = "Kon het gekozen profiel niet vinden.";
+$a->strings["Connection updated."] = "Connectie bijgewerkt.";
+$a->strings["Failed to update connection record."] = "Bijwerken van connectie-gegevens mislukt.";
+$a->strings["is now connected to"] = "is nu verbonden met";
+$a->strings["Could not access address book record."] = "Kon geen toegang krijgen tot de record van de connectie.";
+$a->strings["Refresh failed - channel is currently unavailable."] = "Vernieuwen mislukt - kanaal is momenteel niet beschikbaar";
+$a->strings["Unable to set address book parameters."] = "Niet in staat om de parameters van connecties in te stellen.";
+$a->strings["Connection has been removed."] = "Connectie is verwijderd";
+$a->strings["View %s's profile"] = "Profiel van %s weergeven";
+$a->strings["Refresh Permissions"] = "Permissies vernieuwen";
+$a->strings["Fetch updated permissions"] = "Aangepaste permissies ophalen";
+$a->strings["Recent Activity"] = "Kanaal-activiteit";
+$a->strings["View recent posts and comments"] = "Recente berichten en reacties weergeven";
+$a->strings["Block (or Unblock) all communications with this connection"] = "Blokkeer (of deblokkeer) alle communicatie met deze connectie";
+$a->strings["This connection is blocked!"] = "Deze connectie is geblokkeerd!";
+$a->strings["Unignore"] = "Niet meer negeren";
+$a->strings["Ignore"] = "Negeren";
+$a->strings["Ignore (or Unignore) all inbound communications from this connection"] = "Negeer (of negeer niet meer) alle inkomende communicatie van deze connectie";
+$a->strings["This connection is ignored!"] = "Deze connectie wordt genegeerd!";
+$a->strings["Unarchive"] = "Niet meer archiveren";
+$a->strings["Archive"] = "Archiveren";
+$a->strings["Archive (or Unarchive) this connection - mark channel dead but keep content"] = "Archiveer (of dearchiveer) deze connectie - markeer het kanaal als dood, maar bewaar de inhoud";
+$a->strings["This connection is archived!"] = "Deze connectie is gearchiveerd!";
+$a->strings["Unhide"] = "Niet meer verbergen";
+$a->strings["Hide"] = "Verbergen";
+$a->strings["Hide or Unhide this connection from your other connections"] = "Deze connectie verbergen (of niet meer verbergen) voor jouw andere connecties";
+$a->strings["This connection is hidden!"] = "Deze connectie is verborgen!";
+$a->strings["Delete this connection"] = "Deze connectie verwijderen";
+$a->strings["Approve this connection"] = "Deze connectie accepteren";
+$a->strings["Accept connection to allow communication"] = "Keur deze connectie goed om communicatie toe te staan";
+$a->strings["Set Affinity"] = "Verwantschapsfilter instellen";
+$a->strings["Set Profile"] = "Profiel instellen";
+$a->strings["Set Affinity & Profile"] = "Verwantschapsfilter en profiel instellen";
+$a->strings["none"] = "geen";
+$a->strings["Apply these permissions automatically"] = "Deze permissies automatisch toepassen";
+$a->strings["This connection's primary address is"] = "Het primaire kanaaladres van deze connectie is";
+$a->strings["Available locations:"] = "Beschikbare locaties:";
+$a->strings["The permissions indicated on this page will be applied to all new connections."] = "Permissies die op deze pagina staan vermeld worden op alle nieuwe connecties toegepast.";
+$a->strings["Slide to adjust your degree of friendship"] = "Schuif om te bepalen hoe goed je iemand kent en/of mag";
+$a->strings["Slide to adjust your rating"] = "Gebruik de schuif om je beoordeling te geven";
+$a->strings["Optionally explain your rating"] = "Verklaar jouw beoordeling (niet verplicht)";
+$a->strings["Custom Filter"] = "Berichtenfilter";
+$a->strings["Only import posts with this text"] = "Importeer alleen berichten met deze tekst";
+$a->strings["words one per line or #tags or /patterns/ or lang=xx, leave blank to import all posts"] = "woorden (één per regel), #tags, /regex/ of talen (lang=iso639-1) - laat leeg om alle berichten te importeren";
+$a->strings["Do not import posts with this text"] = "Importeer geen berichten met deze tekst";
+$a->strings["This information is public!"] = "Deze informatie is openbaar!";
+$a->strings["Connection Pending Approval"] = "Connectie moet nog goedgekeurd worden";
+$a->strings["Connection Request"] = "Connectieverzoek";
+$a->strings["(%s) would like to connect with you. Please approve this connection to allow communication."] = "(%s) wil met jou verbinden. Keur dit connectieverzoek goed om onderling te kunnen communiceren.";
+$a->strings["Approve Later"] = "Later goedkeuren";
+$a->strings["inherited"] = "geërfd";
+$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Kies het profiel dat je aan %s wil tonen wanneer hij/zij ingelogd jouw profiel wil bekijken.";
+$a->strings["Their Settings"] = "Hun instellingen";
+$a->strings["My Settings"] = "Mijn instellingen";
+$a->strings["Individual Permissions"] = "Individuele permissies";
+$a->strings["Some permissions may be inherited from your channel's <a href=\"settings\"><strong>privacy settings</strong></a>, which have higher priority than individual settings. You can <strong>not</strong> change those settings here."] = "Sommige permissies worden mogelijk overgeërfd van de <a href=\"settings\">privacy-instellingen</a> van jouw kanaal, die een hogere prioriteit hebben dan deze individuele instellingen. Je kan je deze overgeërfde permissies hier <strong>niet</strong> veranderen.";
+$a->strings["Some permissions may be inherited from your channel's <a href=\"settings\"><strong>privacy settings</strong></a>, which have higher priority than individual settings. You can change those settings here but they wont have any impact unless the inherited setting changes."] = "Sommige permissies worden mogelijk overgeërfd van de <a href=\"settings\">privacy-instellingen</a> van jouw kanaal, die een hogere prioriteit hebben dan deze individuele permissies. Je kan de permissies hier veranderen, maar die hebben geen effect, tenzij de overgeërfde permissies worden veranderd. ";
+$a->strings["Last update:"] = "Laatste wijziging:";
+$a->strings["\$Projectname channel"] = "\$Projectname-kanaal";
+$a->strings["Public access denied."] = "Openbare toegang geweigerd.";
+$a->strings["%d rating"] = array(
+ 0 => "%d beoordeling",
+ 1 => "%d beoordelingen",
+);
+$a->strings["Gender: "] = "Geslacht:";
+$a->strings["Status: "] = "Status: ";
+$a->strings["Homepage: "] = "Homepage: ";
+$a->strings["Description:"] = "Omschrijving:";
+$a->strings["Public Forum:"] = "Openbaar forum:";
+$a->strings["Keywords: "] = "Trefwoorden: ";
+$a->strings["Don't suggest"] = "Niet voorstellen";
+$a->strings["Common connections:"] = "Gemeenschappelijke connecties:";
+$a->strings["Global Directory"] = "Volledige kanalengids";
+$a->strings["Local Directory"] = "Lokale kanalengids";
+$a->strings["Finding:"] = "Gezocht naar:";
+$a->strings["next page"] = "volgende pagina";
+$a->strings["previous page"] = "vorige pagina";
+$a->strings["Sort options"] = "Sorteeropties";
+$a->strings["Alphabetic"] = "Alfabetisch";
+$a->strings["Reverse Alphabetic"] = "Omgekeerd alfabetisch";
+$a->strings["Newest to Oldest"] = "Nieuw naar oud";
+$a->strings["Oldest to Newest"] = "Oud naar nieuw";
+$a->strings["No entries (some entries may be hidden)."] = "Niets gevonden (sommige kanalen kunnen verborgen zijn).";
+$a->strings["This site is not a directory server"] = "Deze hub is geen kanalengidshub (directoryserver)";
+$a->strings["This directory server requires an access token"] = "Deze kanalengidshub (directoryserver) heeft een toegangs-token nodig";
+$a->strings["Invalid message"] = "Ongeldig bericht";
+$a->strings["no results"] = "geen resultaten";
+$a->strings["Delivery report for %1\$s"] = "Afleveringsrapport voor %1\$s";
+$a->strings["channel sync processed"] = "kanaalsync verwerkt";
+$a->strings["queued"] = "in wachtrij";
+$a->strings["posted"] = "verstuurd";
+$a->strings["accepted for delivery"] = "geaccepteerd om afgeleverd te worden";
+$a->strings["updated"] = "geüpdatet";
+$a->strings["update ignored"] = "update genegeerd";
+$a->strings["permission denied"] = "toegang geweigerd";
+$a->strings["recipient not found"] = "ontvanger niet gevonden";
+$a->strings["mail recalled"] = "Privébericht ingetrokken";
+$a->strings["duplicate mail received"] = "dubbel privébericht ontvangen";
+$a->strings["mail delivered"] = "privébericht afgeleverd";
+$a->strings["Item not found"] = "Item niet gevonden";
+$a->strings["Delete block?"] = "Blok verwijderen";
+$a->strings["Insert YouTube video"] = "YouTube-video invoegen";
+$a->strings["Insert Vorbis [.ogg] video"] = "Vorbis-video [.ogg] invoegen";
+$a->strings["Insert Vorbis [.ogg] audio"] = "Vorbis-audio [.ogg] invoegen";
+$a->strings["Edit Block"] = "Blok bewerken";
$a->strings["Delete layout?"] = "Lay-out verwijderen?";
$a->strings["Layout Description (Optional)"] = "Lay-out-omschrijving (optioneel)";
$a->strings["Layout Name"] = "Naam lay-out";
$a->strings["Edit Layout"] = "Lay-out bewerken";
+$a->strings["Item is not editable"] = "Item is niet te bewerken";
+$a->strings["Delete item?"] = "Item verwijderen?";
+$a->strings["Edit post"] = "Bericht bewerken";
+$a->strings["Delete webpage?"] = "Webpagina verwijderen?";
+$a->strings["Page link title"] = "Titel van paginalink";
+$a->strings["Edit Webpage"] = "Webpagina bewerken";
+$a->strings["Calendar entries imported."] = "Agenda-items geïmporteerd.";
+$a->strings["No calendar entries found."] = "Geen agenda-items gevonden.";
+$a->strings["Event can not end before it has started."] = "Gebeurtenis kan niet eindigen voordat het is begonnen";
+$a->strings["Unable to generate preview."] = "Niet in staat om voorvertoning te genereren";
+$a->strings["Event title and start time are required."] = "Titel en begintijd van gebeurtenis zijn vereist.";
+$a->strings["Event not found."] = "Gebeurtenis niet gevonden";
+$a->strings["Edit event title"] = "Titel bewerken";
+$a->strings["Event title"] = "Titel";
+$a->strings["Categories (comma-separated list)"] = "Categorieën (door komma's gescheiden lijst)";
+$a->strings["Edit Category"] = "Categorie";
+$a->strings["Category"] = "Categorie";
+$a->strings["Edit start date and time"] = "Begindatum en -tijd bewerken";
+$a->strings["Start date and time"] = "Begindatum en -tijd";
+$a->strings["Finish date and time are not known or not relevant"] = "Einddatum en -tijd zijn niet bekend of niet van toepassing";
+$a->strings["Edit finish date and time"] = "Einddatum en -tijd bewerken";
+$a->strings["Finish date and time"] = "Einddatum en -tijd";
+$a->strings["Adjust for viewer timezone"] = "Aanpassen aan de tijdzone van wie deze gebeurtenis bekijkt";
+$a->strings["Important for events that happen in a particular place. Not practical for global holidays."] = "Belangrijk voor gebeurtenissen die op een bepaalde locatie plaatsvinden. Niet praktisch voor wereldwijde feestdagen.";
+$a->strings["Edit Description"] = "Omschrijving bewerken";
+$a->strings["Edit Location"] = "Locatie bewerken";
+$a->strings["Share this event"] = "Deel deze gebeurtenis";
+$a->strings["Advanced Options"] = "Geavanceerde opties";
+$a->strings["l, F j"] = "l j F";
+$a->strings["Edit event"] = "Gebeurtenis bewerken";
+$a->strings["Delete event"] = "Gebeurtenis verwijderen";
+$a->strings["calendar"] = "agenda";
+$a->strings["Edit Event"] = "Gebeurtenis bewerken";
+$a->strings["Create Event"] = "Gebeurtenis aanmaken";
+$a->strings["Previous"] = "Vorige";
+$a->strings["Next"] = "Volgende";
+$a->strings["Today"] = "Vandaag";
+$a->strings["Event removed"] = "Gebeurtenis verwijderd";
+$a->strings["Failed to remove event"] = "Verwijderen gebeurtenis mislukt";
+$a->strings["Share content from Firefox to \$Projectname"] = "Deel webpagina's vanuit Firefox met ";
+$a->strings["Activate the Firefox \$Projectname provider"] = "Activeer de \$Projectname-service in Firefox";
+$a->strings["- select -"] = "- kies map -";
+$a->strings["Permission Denied."] = "Toegang geweigerd";
+$a->strings["File not found."] = "Bestand niet gevonden.";
+$a->strings["Edit file permissions"] = "Bestandsrechten bewerken";
+$a->strings["Set/edit permissions"] = "Rechten instellen/bewerken";
+$a->strings["Include all files and sub folders"] = "Toepassen op alle bestanden en submappen";
+$a->strings["Return to file list"] = "Terugkeren naar bestandlijst ";
+$a->strings["Copy/paste this code to attach file to a post"] = "Kopieer/plak deze code om het bestand aan een bericht te koppelen";
+$a->strings["Copy/paste this URL to link file from a web page"] = "Kopieer/plak deze URL om het bestand aan een externe webpagina te koppelen";
+$a->strings["Share this file"] = "Dit bestand delen";
+$a->strings["Show URL to this file"] = "Toon URL van dit bestand";
+$a->strings["Notify your contacts about this file"] = "Jouw connecties over dit bestand berichten";
+$a->strings["Channel added."] = "Kanaal toegevoegd.";
+$a->strings["Contact not found."] = "Contact niet gevonden";
+$a->strings["Friend suggestion sent."] = "Kanaalvoorstel verzonden.";
+$a->strings["Suggest Friends"] = "Kanalen voorstellen";
+$a->strings["Suggest a friend for %s"] = "Stel een kanaal voor aan %s";
+$a->strings["Collection created."] = "Collectie aangemaakt";
+$a->strings["Could not create collection."] = "Collectie kon niet aangemaakt worden";
+$a->strings["Collection updated."] = "Collectie bijgewerkt.";
+$a->strings["Create a collection of channels."] = "Kanaalcollectie aanmaken";
+$a->strings["Collection Name: "] = "Naam collectie:";
+$a->strings["Members are visible to other channels"] = "Kanalen in deze collectie zijn zichtbaar voor andere kanalen";
+$a->strings["Collection removed."] = "Collectie verwijderd";
+$a->strings["Unable to remove collection."] = "Verwijderen collectie mislukt";
+$a->strings["Collection Editor"] = "Collectiebewerker";
+$a->strings["Members"] = "Kanalen";
+$a->strings["All Connected Channels"] = "Alle kanaalconnecties";
+$a->strings["Click on a channel to add or remove."] = "Klik op een kanaal om deze toe te voegen of te verwijderen.";
+$a->strings["Documentation Search"] = "Zoek documentatie";
+$a->strings["Help:"] = "Hulp:";
+$a->strings["\$Projectname Documentation"] = "\$Projectname-documentatie";
+$a->strings["\$Projectname"] = "\$Projectname";
+$a->strings["Welcome to %s"] = "Welkom op %s";
+$a->strings["First Name"] = "Voornaam";
+$a->strings["Last Name"] = "Achternaam";
+$a->strings["Nickname"] = "Bijnaam";
+$a->strings["Full Name"] = "Volledige naam";
+$a->strings["Profile Photo 16px"] = "Profielfoto 16px";
+$a->strings["Profile Photo 32px"] = "Profielfoto 32px";
+$a->strings["Profile Photo 48px"] = "Profielfoto 48px";
+$a->strings["Profile Photo 64px"] = "Profielfoto 64px";
+$a->strings["Profile Photo 80px"] = "Profielfoto 80px";
+$a->strings["Profile Photo 128px"] = "Profielfoto 128px";
+$a->strings["Timezone"] = "Tijdzone";
+$a->strings["Homepage URL"] = "URL homepagina";
+$a->strings["Birth Year"] = "Geboortejaar";
+$a->strings["Birth Month"] = "Geboortemaand";
+$a->strings["Birth Day"] = "Geboortedag";
+$a->strings["Birthdate"] = "Geboortedatum";
+$a->strings["Gender"] = "Geslacht";
+$a->strings["%s element installed"] = "%s onderdeel geïnstalleerd";
+$a->strings["%s element installation failed"] = "Installatie %s-element mislukt";
+$a->strings["Your service plan only allows %d channels."] = "Jouw abonnement staat maar %d kanalen toe.";
+$a->strings["Nothing to import."] = "Niets gevonden om te importeren";
+$a->strings["Unable to download data from old server"] = "Niet in staat om gegevens van de oude hub te downloaden";
+$a->strings["Imported file is empty."] = "Geïmporteerde bestand is leeg";
+$a->strings["Warning: Database versions differ by %1\$d updates."] = "Waarschuwing: database-versies lopen %1\$d updates achter.";
+$a->strings["No channel. Import failed."] = "Geen kanaal. Importeren mislukt.";
+$a->strings["You must be logged in to use this feature."] = "Je moet ingelogd zijn om dit onderdeel te kunnen gebruiken.";
+$a->strings["Import Channel"] = "Kanaal importeren";
+$a->strings["Use this form to import an existing channel from a different server/hub. You may retrieve the channel identity from the old server/hub via the network or provide an export file."] = "Gebruik dit formulier om een bestaand kanaal te importeren van een andere hub. Je kan de kanaal-identiteit van de oude hub via het netwerk ontvangen of een exportbestand verstrekken.";
+$a->strings["File to Upload"] = "Bestand om te uploaden";
+$a->strings["Or provide the old server/hub details"] = "Of vul de gegevens van de oude hub in";
+$a->strings["Your old identity address (xyz@example.com)"] = "Jouw oude kanaaladres (xyz@example.com)";
+$a->strings["Your old login email address"] = "Het e-mailadres van je oude account";
+$a->strings["Your old login password"] = "Wachtwoord van jouw oude account";
+$a->strings["For either option, please choose whether to make this hub your new primary address, or whether your old location should continue this role. You will be able to post from either location, but only one can be marked as the primary location for files, photos, and media."] = "Voor elke optie geldt dat je moet kiezen of je jouw primaire kanaaladres op deze hub wil instellen of dat jouw oude hub deze rol blijft vervullen.";
+$a->strings["Make this hub my primary location"] = "Stel deze hub als mijn primaire locatie in";
+$a->strings["Import existing posts if possible (experimental - limited by available memory"] = "Importeer bestaande berichten wanneer mogelijk (experimenteel - afhankelijk van beschikbaar servergeheugen)";
+$a->strings["This process may take several minutes to complete. Please submit the form only once and leave this page open until finished."] = "Dit proces kan enkele minuten in beslag nemen. Klik maar één keer op opslaan en verlaat deze pagina niet alvorens het proces is voltooid.";
+$a->strings["Import completed"] = "Importeren voltooid";
+$a->strings["Import Items"] = "Importeer items";
+$a->strings["Use this form to import existing posts and content from an export file."] = "Gebruik dit formulier om bestaande berichten en andere inhoud vanuit een exportbestand te importeren.";
+$a->strings["Total invitation limit exceeded."] = "Limiet voor aantal uitnodigingen overschreden.";
+$a->strings["%s : Not a valid email address."] = "%s : Geen geldig e-mailadres.";
+$a->strings["Please join us on \$Projectname"] = "Uitnodiging voor \$Projectname";
+$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Limiet voor aantal uitnodigingen overschreden. Neem contact op met je hub-beheerder.";
+$a->strings["%s : Message delivery failed."] = "%s: Aflevering bericht mislukt.";
+$a->strings["%d message sent."] = array(
+ 0 => "%d bericht verzonden.",
+ 1 => "%d berichten verzonden.",
+);
+$a->strings["You have no more invitations available"] = "Je hebt geen uitnodigingen meer beschikbaar";
+$a->strings["Send invitations"] = "Uitnodigingen verzenden";
+$a->strings["Enter email addresses, one per line:"] = "Voer e-mailadressen in, één per regel:";
+$a->strings["Your message:"] = "Jouw bericht:";
+$a->strings["Please join my community on \$Projectname."] = "Hierbij nodig ik je uit om mij, en andere vrienden en kennissen, op \$Projectname te vergezellen. Lees meer over \$Projectname op https://redmatrix.me.";
+$a->strings["You will need to supply this invitation code: "] = "Je moet deze uitnodigingscode opgeven: ";
+$a->strings["1. Register at any \$Projectname location (they are all inter-connected)"] = "1. Registreer je op een willekeurige \$Projectname-hub (ze zijn allemaal onderling met elkaar verbonden):";
+$a->strings["2. Enter my \$Projectname network address into the site searchbar."] = "2. Nadat je bent ingelogd en een kanaal hebt aangemaakt kan je mijn \$Projectname-kanaaladres in het zoekveld invullen:";
+$a->strings["or visit "] = "of bezoek ";
+$a->strings["3. Click [Connect]"] = "3. Klik op [+ Verbinden]";
+$a->strings["Unable to locate original post."] = "Niet in staat om de originele locatie van het bericht te vinden. ";
+$a->strings["Empty post discarded."] = "Leeg bericht geannuleerd";
+$a->strings["Executable content type not permitted to this channel."] = "Uitvoerbare bestanden zijn niet toegestaan op dit kanaal.";
+$a->strings["Duplicate post suppressed."] = "Dubbel bericht tegengehouden.";
+$a->strings["System error. Post not saved."] = "Systeemfout. Bericht niet opgeslagen.";
+$a->strings["Unable to obtain post information from database."] = "Niet in staat om informatie over dit bericht uit de database te verkrijgen.";
+$a->strings["You have reached your limit of %1$.0f top level posts."] = "Je hebt jouw limiet van %1$.0f berichten bereikt.";
+$a->strings["You have reached your limit of %1$.0f webpages."] = "Je hebt jouw limiet van %1$.0f webpagina's bereikt.";
+$a->strings["Comanche page description language help"] = "Hulp met de paginabeschrijvingstaal Comanche";
+$a->strings["Layout Description"] = "Lay-out-omschrijving";
+$a->strings["Download PDL file"] = "Download PDL-bestand";
+$a->strings["Like/Dislike"] = "Leuk/niet leuk";
+$a->strings["This action is restricted to members."] = "Deze actie kan alleen door \$Projectname-leden worden uitgevoerd.";
+$a->strings["Please <a href=\"rmagic\">login with your \$Projectname ID</a> or <a href=\"register\">register as a new \$Projectname member</a> to continue."] = "Je dient <a href=\"rmagic\">in te loggen met je \$Projectname-account</a> of <a href=\"register\">een nieuw \$Projectname-account aan te maken</a> om verder te kunnen gaan.";
+$a->strings["Invalid request."] = "Ongeldig verzoek";
+$a->strings["thing"] = "ding";
+$a->strings["Channel unavailable."] = "Kanaal niet beschikbaar.";
+$a->strings["Previous action reversed."] = "Vorige actie omgedraaid";
+$a->strings["%1\$s agrees with %2\$s's %3\$s"] = "%1\$s is het eens met %2\$s's %3\$s";
+$a->strings["%1\$s doesn't agree with %2\$s's %3\$s"] = "%1\$s is het niet eens met %2\$s's %3\$s";
+$a->strings["%1\$s abstains from a decision on %2\$s's %3\$s"] = "%1\$s onthoudt zich van een besluit over %2\$s's %3\$s";
+$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$s is aanwezig op %2\$s's %3\$s";
+$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$s is niet aanwezig op %2\$s's %3\$s";
+$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$s is mogelijk aanwezig op %2\$s's %3\$s";
+$a->strings["Action completed."] = "Actie voltooid";
+$a->strings["Thank you."] = "Bedankt";
+$a->strings["Remote privacy information not available."] = "Privacy-informatie op afstand niet beschikbaar.";
+$a->strings["Visible to:"] = "Zichtbaar voor:";
+$a->strings["Location not found."] = "Locatie niet gevonden.";
+$a->strings["Location lookup failed."] = "Opzoeken locatie mislukt";
+$a->strings["Please select another location to become primary before removing the primary location."] = "Kies eerst een andere primaire locatie alvorens de huidige primaire locatie te verwijderen.";
+$a->strings["Syncing locations"] = "Locaties synchronizeren";
+$a->strings["No locations found."] = "Geen locaties gevonden.";
+$a->strings["Manage Channel Locations"] = "Kanaallocaties beheren";
+$a->strings["Location (address)"] = "Locatie (adres)";
+$a->strings["Primary Location"] = "Primaire locatie";
+$a->strings["Drop location"] = "Locatie verwijderen";
+$a->strings["Sync now"] = "Nu synchroniseren";
+$a->strings["Please wait several minutes between consecutive operations."] = "Wacht enkele minuten tussen opeenvolgende handelingen.";
+$a->strings["When possible, drop a location by logging into that website/hub and removing your channel."] = "Wij adviseren, wanneer dit (nog) mogelijk is, de locatie te verwijderen door op de hub van de kloon in te loggen en het kanaal daar te verwijderen.";
+$a->strings["Use this form to drop the location if the hub is no longer operating."] = "Gebruik dit formulier om de locatie te verwijderen wanneer de hub van de kloon niet meer operationeel is.";
+$a->strings["No valid account found."] = "Geen geldige account gevonden.";
+$a->strings["Password reset request issued. Check your email."] = "Het verzoek om je wachtwoord opnieuw in te stellen is behandeld. Controleer je e-mail.";
+$a->strings["Site Member (%s)"] = "Lid van hub (%s)";
+$a->strings["Password reset requested at %s"] = "Verzoek tot het opnieuw instellen van een wachtwoord op %s is ingediend";
+$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Het verzoek kon niet worden geverifieerd. (Mogelijk heb je al eerder een verzoek ingediend.) Opnieuw instellen van wachtwoord is mislukt.";
+$a->strings["Your password has been reset as requested."] = "Jouw wachtwoord is opnieuw ingesteld zoals je had verzocht.";
+$a->strings["Your new password is"] = "Jouw nieuwe wachtwoord is";
+$a->strings["Save or copy your new password - and then"] = "Kopieer of sla je nieuwe wachtwoord op - en";
+$a->strings["click here to login"] = "klik dan hier om in te loggen";
+$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Jouw wachtwoord kan worden veranderd onder <em>instellingen</em>, nadat je succesvol bent ingelogd.";
+$a->strings["Your password has changed at %s"] = "Jouw wachtwoord op %s is veranderd";
+$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 deze om je wachtwoord opnieuw in te stellen. Controleer hierna hier je e-mail voor verdere instructies.";
+$a->strings["Email Address"] = "E-mailadres";
+$a->strings["Reset"] = "Opnieuw instellen";
+$a->strings["Hub not found."] = "Hub niet gevonden.";
+$a->strings["Unable to lookup recipient."] = "Niet in staat om ontvanger op te zoeken.";
+$a->strings["Unable to communicate with requested channel."] = "Niet in staat om met het aangevraagde kanaal te communiceren.";
+$a->strings["Cannot verify requested channel."] = "Kan opgevraagd kanaal niet verifieren";
+$a->strings["Selected channel has private message restrictions. Send failed."] = "Gekozen kanaal heeft restricties voor privéberichten. Verzenden mislukt.";
+$a->strings["Messages"] = "Berichten";
+$a->strings["Message recalled."] = "Bericht ingetrokken.";
+$a->strings["Conversation removed."] = "Conversatie verwijderd";
+$a->strings["Requested channel is not in this network"] = "Opgevraagd kanaal is niet in dit netwerk beschikbaar";
+$a->strings["Send Private Message"] = "Privébericht versturen";
+$a->strings["To:"] = "Aan:";
+$a->strings["Subject:"] = "Onderwerp:";
+$a->strings["Send"] = "Verzenden";
+$a->strings["Delete message"] = "Bericht verwijderen";
+$a->strings["Delivery report"] = "Afleveringsrapport";
+$a->strings["Recall message"] = "Bericht intrekken";
+$a->strings["Message has been recalled."] = "Bericht is ingetrokken.";
+$a->strings["Delete Conversation"] = "Verwijder conversatie";
+$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Geen veilige communicatie beschikbaar. <strong>Mogelijk</strong> kan je reageren op de kanaalpagina van de afzender.";
+$a->strings["Send Reply"] = "Antwoord versturen";
+$a->strings["Your message for %s (%s):"] = "Jouw privébericht aan %s (%s):";
+$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Je hebt %1$.0f van totaal %2$.0f toegestane kanalen aangemaakt.";
+$a->strings["Create a new channel"] = "Nieuw kanaal aanmaken";
+$a->strings["Current Channel"] = "Huidig kanaal";
+$a->strings["Switch to one of your channels by selecting it."] = "Activeer een van jouw andere kanalen door er op te klikken.";
+$a->strings["Default Channel"] = "Standaardkanaal";
+$a->strings["Make Default"] = "Als standaard instellen";
+$a->strings["%d new messages"] = "%d nieuwe berichten";
+$a->strings["%d new introductions"] = "%d nieuwe connectieverzoeken";
+$a->strings["Delegated Channels"] = "Uitbestede kanalen";
+$a->strings["Profile Match"] = "Profielovereenkomst";
+$a->strings["No keywords to match. Please add keywords to your default profile."] = "Je hebt geen trefwoorden waarmee overeenkomsten gevonden kunnen worden. Voeg enkele trefwoorden aan je standaardprofiel toe.";
+$a->strings["is interested in:"] = "is geïnteresseerd in:";
+$a->strings["No matches"] = "Geen overeenkomsten";
+$a->strings["Unable to update menu."] = "Niet in staat om menu aan te passen";
+$a->strings["Unable to create menu."] = "Niet in staat om menu aan te maken.";
+$a->strings["Menu Name"] = "Menunaam";
+$a->strings["Unique name (not visible on webpage) - required"] = "Unieke naam vereist (niet zichtbaar op webpagina)";
+$a->strings["Menu Title"] = "Menutitel";
+$a->strings["Visible on webpage - leave empty for no title"] = "Zichtbaar op webpagina (leeg laten voor geen titel)";
+$a->strings["Allow Bookmarks"] = "Bladwijzers toestaan";
+$a->strings["Menu may be used to store saved bookmarks"] = "Menu kan gebruikt worden om bladwijzers in op te slaan";
+$a->strings["Submit and proceed"] = "Opslaan en doorgaan";
+$a->strings["Drop"] = "Verwijderen";
+$a->strings["Bookmarks allowed"] = "Bladwijzers toegestaan";
+$a->strings["Delete this menu"] = "Menu verwijderen";
+$a->strings["Edit menu contents"] = "Bewerk de inhoud van het menu";
+$a->strings["Edit this menu"] = "Dit menu bewerken";
+$a->strings["Menu could not be deleted."] = "Menu kon niet verwijderd worden.";
+$a->strings["Menu not found."] = "Menu niet gevonden.";
+$a->strings["Edit Menu"] = "Menu bewerken";
+$a->strings["Add or remove entries to this menu"] = "Items aan dit menu toevoegen of verwijder";
+$a->strings["Menu name"] = "Naam van menu";
+$a->strings["Must be unique, only seen by you"] = "Moet uniek zijn en is alleen zichtbaar voor jou.";
+$a->strings["Menu title"] = "Titel van menu";
+$a->strings["Menu title as seen by others"] = "Titel van menu zoals anderen dat zien.";
+$a->strings["Allow bookmarks"] = "Bladwijzers toestaan";
+$a->strings["Not found."] = "Niet gevonden.";
+$a->strings["Unable to create element."] = "Niet in staat om onderdeel aan te maken.";
+$a->strings["Unable to update menu element."] = "Menu-onderdeel kan niet worden geüpdatet.";
+$a->strings["Unable to add menu element."] = "Menu-onderdeel kan niet worden toegevoegd.";
+$a->strings["Menu Item Permissions"] = "Permissies menu-item";
+$a->strings["(click to open/close)"] = "(klik om te openen/sluiten)";
+$a->strings["Link Name"] = "Linknaam";
+$a->strings["Link or Submenu Target"] = "Linkdoel of submenu-doel";
+$a->strings["Enter URL of the link or select a menu name to create a submenu"] = "Geef de URL van de link of kies een menunaam om een submenu aan te maken";
+$a->strings["Use magic-auth if available"] = "Gebruik magic-auth wanneer beschikbaar";
+$a->strings["Open link in new window"] = "Open link in nieuw venster";
+$a->strings["Order in list"] = "Volgorde in lijst";
+$a->strings["Higher numbers will sink to bottom of listing"] = "Hogere nummers komen onderaan de lijst terecht";
+$a->strings["Submit and finish"] = "Opslaan en afsluiten";
+$a->strings["Submit and continue"] = "Opslaan en doorgaan";
+$a->strings["Menu:"] = "Menu:";
+$a->strings["Link Target"] = "Linkdoel";
+$a->strings["Edit menu"] = "Menu bewerken";
+$a->strings["Edit element"] = "Onderdeel bewerken";
+$a->strings["Drop element"] = "Onderdeel verwijderen";
+$a->strings["New element"] = "Nieuw element";
+$a->strings["Edit this menu container"] = "Deze menu-container bewerken";
+$a->strings["Add menu element"] = "Menu-element toevoegen";
+$a->strings["Delete this menu item"] = "Dit menu-item verwijderen";
+$a->strings["Edit this menu item"] = "Dit menu-item bewerken";
+$a->strings["Menu item not found."] = "Menu-item niet gevonden.";
+$a->strings["Menu item deleted."] = "Menu-item verwijderd.";
+$a->strings["Menu item could not be deleted."] = "Menu-item kon niet worden verwijderd.";
+$a->strings["Edit Menu Element"] = "Menu-element bewerken";
+$a->strings["Link text"] = "Linktekst";
+$a->strings["Set your current mood and tell your friends"] = "Noteer je huidige stemming en toon het aan je connecties";
+$a->strings["No such group"] = "Collectie niet gevonden";
+$a->strings["No such channel"] = "Niet zo'n kanaal";
+$a->strings["forum"] = "forum";
+$a->strings["Search Results For:"] = "Zoekresultaten voor:";
+$a->strings["Collection is empty"] = "Collectie is leeg";
+$a->strings["Collection: "] = "Collectie: ";
+$a->strings["Invalid connection."] = "Ongeldige connectie.";
+$a->strings["Add a Channel"] = "Kanaal toevoegen";
+$a->strings["A channel is your own collection of related web pages. A channel can be used to hold social network profiles, blogs, conversation groups and forums, celebrity pages, and much more. You may create as many channels as your service provider allows."] = "Naast een account moet je tenminste één kanaal aanmaken. Een kanaal is een persoonlijke verzameling (gerelateerde) berichten en media, zoals je misschien gewend bent van sociale netwerken. Een kanaal kan gebruikt worden voor social media, een blog, forum, en voor veel meer. Je kan net zoveel kanalen aanmaken als dat de eigenaar/beheerder van jouw hub toestaat.";
+$a->strings["Channel Name"] = "Kanaalnaam";
+$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = "Jouw naam of een andere relevante naam. Voorbeelden: \"Jan Pietersen\", \"Willems weblog\", \"Familieforum\"";
+$a->strings["Choose a short nickname"] = "Korte bijnaam";
+$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Deze bijnaam (geen spaties) wordt gebruikt om een makkelijk te onthouden kanaaladres (zoals een e-mailadres) en het internetadres (URL) van jouw kanaal aan te maken, die je dan met anderen kunt delen. Voorbeeld: <b>janp</b> wordt <em>janp@jouw_hub.nl</em> en <em>https://jouw_hub.nl/channel/janp</em>.";
+$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = "Of <a href=\"import\">importeer een bestaand kanaal</a> vanaf een andere locatie.";
+$a->strings["Please choose a channel type (such as social networking or community forum) and privacy requirements so we can select the best permissions for you"] = "Kies een kanaaltype en het door jouw gewenste privacy-niveau, zodat automatisch de beste permissies kunnen worden ingesteld. Dit kan later, indien gewenst, worden veranderd.";
+$a->strings["Channel Type"] = "Kanaaltype";
+$a->strings["Read more about roles"] = "Lees meer over kanaaltypes";
+$a->strings["Invalid request identifier."] = "Ongeldige verzoek identificator (request identifier)";
+$a->strings["Discard"] = "Annuleren";
+$a->strings["No more system notifications."] = "Geen systeemnotificaties meer.";
+$a->strings["System Notifications"] = "Systeemnotificaties";
+$a->strings["Unable to find your hub."] = "Niet in staat om je hub te vinden";
+$a->strings["Post successful."] = "Verzenden bericht geslaagd.";
+$a->strings["OpenID protocol error. No ID returned."] = "OpenID-protocolfout. Geen ID terugontvangen.";
+$a->strings["Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."] = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.";
+$a->strings["This setting requires special processing and editing has been blocked."] = "Deze instelling vereist een speciaal proces en bewerken is geblokkeerd.";
+$a->strings["Configuration Editor"] = "Configuratiebewerker";
+$a->strings["Warning: Changing some settings could render your channel inoperable. Please leave this page unless you are comfortable with and knowledgeable about how to correctly use this feature."] = "Waarschuwing: het veranderen van sommige instellingen kunnen jouw kanaal onklaar maken. Verlaat deze pagina, tenzij je weet waar je mee bezig bent en voldoende kennis bezit over hoe je deze functies moet gebruiken. ";
+$a->strings["Layout updated."] = "Lay-out bijgewerkt.";
+$a->strings["Edit System Page Description"] = "Systeempagina's bewerken";
+$a->strings["Layout not found."] = "Lay-out niet gevonden.";
+$a->strings["Module Name:"] = "Modulenaam:";
+$a->strings["Layout Help"] = "Lay-out-hulp";
+$a->strings["Page owner information could not be retrieved."] = "Informatie over de pagina-eigenaar werd niet ontvangen.";
+$a->strings["Album not found."] = "Album niet gevonden.";
+$a->strings["Delete Album"] = "Verwijder album";
+$a->strings["Delete Photo"] = "Verwijder foto";
+$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["%1$.2f MB of %2$.2f MB photo storage used."] = "%1$.2f MB van %2$.2f MB aan foto-opslag gebruikt.";
+$a->strings["%1$.2f MB photo storage used."] = "%1$.2f MB aan foto-opslag gebruikt.";
+$a->strings["Upload Photos"] = "Foto's uploaden";
+$a->strings["Enter an album name"] = "Vul een albumnaam in";
+$a->strings["or select an existing album (doubleclick)"] = "of kies een bestaand album (dubbelklikken)";
+$a->strings["Create a status post for this upload"] = "Plaats een bericht voor deze upload.";
+$a->strings["Caption (optional):"] = "Bijschrift (optioneel):";
+$a->strings["Description (optional):"] = "Omschrijving (optioneel):";
+$a->strings["Album name could not be decoded"] = "Albumnaam kon niet gedecodeerd worden";
+$a->strings["Contact Photos"] = "Connectiefoto's";
+$a->strings["Show Newest First"] = "Nieuwste eerst weergeven";
+$a->strings["Show Oldest First"] = "Oudste eerst weergeven";
+$a->strings["Permission denied. Access to this item may be restricted."] = "Toegang geweigerd. Toegang tot dit item kan zijn beperkt.";
+$a->strings["Photo not available"] = "Foto niet aanwezig";
+$a->strings["Use as profile photo"] = "Als profielfoto gebruiken";
+$a->strings["Private Photo"] = "Privéfoto";
+$a->strings["View Full Size"] = "Volledige grootte weergeven";
+$a->strings["Remove"] = "Verwijderen";
+$a->strings["Edit photo"] = "Foto bewerken";
+$a->strings["Rotate CW (right)"] = "Draai met de klok mee (naar rechts)";
+$a->strings["Rotate CCW (left)"] = "Draai tegen de klok in (naar links)";
+$a->strings["Enter a new album name"] = "Vul een nieuwe albumnaam in";
+$a->strings["or select an existing one (doubleclick)"] = "of kies een bestaand album (dubbelklikken)";
+$a->strings["Caption"] = "Bijschrift";
+$a->strings["Add a Tag"] = "Tag toevoegen";
+$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com"] = "Voorbeeld: @bob, @Barbara_Jansen, @jan@voorbeeld.nl";
+$a->strings["Flag as adult in album view"] = "Markeer als voor volwassenen in albumweergave";
+$a->strings["In This Photo:"] = "Op deze foto:";
+$a->strings["Map"] = "Kaart";
+$a->strings["View Album"] = "Album weergeven";
+$a->strings["Recent Photos"] = "Recente foto's";
+$a->strings["sent you a private message"] = "stuurde jou een privébericht";
+$a->strings["added your channel"] = "voegde jouw kanaal toe";
+$a->strings["posted an event"] = "plaatste een gebeurtenis";
+$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"] = "Maak dit bericht privé";
+$a->strings["Fetching URL returns error: %1\$s"] = "Ophalen URL gaf een foutmelding terug: %1\$s";
+$a->strings["Image uploaded but image cropping failed."] = "Afbeelding geüpload, maar afbeelding kon niet worden bijgesneden. ";
+$a->strings["Image resize failed."] = "Afbeelding kon niet van grootte veranderd worden.";
+$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Vernieuw de pagina met shift+R of shift+F5, of leeg je browserbuffer, wanneer de nieuwe foto niet meteen wordt weergegeven.";
+$a->strings["Image upload failed."] = "Uploaden afbeelding mislukt";
+$a->strings["Unable to process image."] = "Niet in staat om afbeelding te verwerken.";
+$a->strings["female"] = "vrouw";
+$a->strings["%1\$s updated her %2\$s"] = "%1\$s heeft haar %2\$s bijgewerkt";
+$a->strings["male"] = "man";
+$a->strings["%1\$s updated his %2\$s"] = "%1\$s heeft zijn %2\$s bijgewerkt";
+$a->strings["%1\$s updated their %2\$s"] = "%1\$s hebben hun %2\$s bijgewerkt";
+$a->strings["profile photo"] = "profielfoto";
+$a->strings["Photo not available."] = "Foto niet beschikbaar.";
+$a->strings["Upload File:"] = "Bestand uploaden:";
+$a->strings["Select a profile:"] = "Kies een profiel:";
+$a->strings["Upload Profile Photo"] = "Profielfoto uploaden";
+$a->strings["or"] = "of";
+$a->strings["skip this step"] = "sla deze stap over";
+$a->strings["select a photo from your photo albums"] = "Kies een foto uit jouw fotoalbums";
+$a->strings["Crop Image"] = "Afbeelding bijsnijden";
+$a->strings["Please adjust the image cropping for optimum viewing."] = "Snij de afbeelding zo uit dat deze optimaal wordt weergegeven.";
+$a->strings["Done Editing"] = "Klaar met bewerken";
+$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 unavailable to export."] = "Geen profiel beschikbaar om te exporteren";
+$a->strings["Profile Name is required."] = "Profielnaam is vereist";
+$a->strings["Marital Status"] = "Huwelijke status";
+$a->strings["Romantic Partner"] = "Romantische partner";
+$a->strings["Likes"] = "Houdt van";
+$a->strings["Dislikes"] = "Houdt niet van";
+$a->strings["Work/Employment"] = "Werk/arbeid";
+$a->strings["Religion"] = "Religie";
+$a->strings["Political Views"] = "Politieke overtuigingen";
+$a->strings["Sexual Preference"] = "Seksuele voorkeur";
+$a->strings["Homepage"] = "Homepage";
+$a->strings["Interests"] = "Interesses";
+$a->strings["Profile updated."] = "Profiel bijgewerkt";
+$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Laat de lijst met connecties niet aan bezoekers van dit profiel zien.";
+$a->strings["Edit Profile Details"] = "Profiel bewerken";
+$a->strings["View this profile"] = "Profiel weergeven";
+$a->strings["Change Profile Photo"] = "Profielfoto wijzigen";
+$a->strings["Create a new profile using these settings"] = "Een nieuw profiel aanmaken met dit profiel als basis";
+$a->strings["Clone this profile"] = "Dit profiel klonen";
+$a->strings["Delete this profile"] = "Dit profiel verwijderen";
+$a->strings["Import profile from file"] = "Profiel vanuit bestand importeren";
+$a->strings["Export profile to file"] = "Profiel naar bestand exporteren";
+$a->strings["Profile Name:"] = "Profielnaam:";
+$a->strings["Your Full Name:"] = "Jouw volledige naam:";
+$a->strings["Title/Description:"] = "Titel/omschrijving:";
+$a->strings["Your Gender:"] = "Jouw geslacht";
+$a->strings["Birthday :"] = "Verjaardag: ";
+$a->strings["Street Address:"] = "Straat en huisnummer:";
+$a->strings["Locality/City:"] = "Woonplaats:";
+$a->strings["Postal/Zip Code:"] = "Postcode:";
+$a->strings["Country:"] = "Land:";
+$a->strings["Region/State:"] = "Provincie/gewest/deelstaat:";
+$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Huwelijkse staat:";
+$a->strings["Who: (if applicable)"] = "Wie (wanneer toepasselijk):";
+$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Voorbeelden: petra123, Petra Jansen, petra@voorbeeld.nl";
+$a->strings["Since [date]:"] = "Sinds [datum]:";
+$a->strings["Homepage URL:"] = "Adres homepage:";
+$a->strings["Religious Views:"] = "Religieuze overtuigingen";
+$a->strings["Keywords:"] = "Trefwoorden";
+$a->strings["Example: fishing photography software"] = "Voorbeeld: muziek, fotografie, software";
+$a->strings["Used in directory listings"] = "Wordt in de kanalengids gebruikt";
+$a->strings["Tell us about yourself..."] = "Vertel ons iets over jezelf...";
+$a->strings["Hobbies/Interests"] = "Hobby's/interesses";
+$a->strings["Contact information and Social Networks"] = "Contactinformatie en sociale netwerken";
+$a->strings["My other channels"] = "Mijn andere kanalen";
+$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/entertainment";
+$a->strings["Love/romance"] = "Liefde/romantiek";
+$a->strings["Work/employment"] = "Werk/arbeid";
+$a->strings["School/education"] = "School/onderwijs";
+$a->strings["This is your default profile."] = "Dit is jouw standaardprofiel";
+$a->strings["Age: "] = "Leeftijd:";
+$a->strings["Edit/Manage Profiles"] = "Profielen bewerken/beheren";
+$a->strings["Add profile things"] = "Dingen aan je profiel toevoegen";
+$a->strings["Include desirable objects in your profile"] = "Voeg door jou gewenste dingen aan jouw profiel toe";
+$a->strings["Invalid profile identifier."] = "Ongeldige profiel-identificator";
+$a->strings["Profile Visibility Editor"] = "Zichtbaarheid profiel ";
+$a->strings["Click on a contact to add or remove."] = "Klik op een connectie om deze toe te voegen of te verwijderen";
+$a->strings["Visible To"] = "Zichtbaar voor";
+$a->strings["Public Sites"] = "Openbare hubs";
+$a->strings["The listed sites allow public registration for the \$Projectname network. All sites in the network are interlinked so membership on any of them conveys membership in the network as a whole. Some sites may require subscription or provide tiered service plans. The provider links <strong>may</strong> provide additional details."] = "Op de hier weergegeven hubs kan iedereen zich voor het \$Projectname-netwerk aanmelden. Alle hubs in het \$Projectname-netwerk zijn met elkaar verbonden, dus maakt het qua lidmaatschap niet uit waar je je aanmeldt. Op sommige hubs heb je eerst goedkeuring nodig en sommige hubs vereisen betaalde abonnementen voor uitbreidingen. <strong>Mogelijk</strong> wordt hierover op de hub zelf meer informatie gegeven.";
+$a->strings["Rate this hub"] = "Beoordeel deze hub";
+$a->strings["Site URL"] = "URL hub";
+$a->strings["Access Type"] = "Toegangstype";
+$a->strings["Registration Policy"] = "Registratiebeleid";
+$a->strings["Project"] = "Project";
+$a->strings["View hub ratings"] = "Bekijk hubbeoordelingen";
+$a->strings["Rate"] = "Beoordeel";
+$a->strings["View ratings"] = "Bekijk beoordelingen";
+$a->strings["Website:"] = "Website:";
+$a->strings["Remote Channel [%s] (not yet known on this site)"] = "Kanaal op afstand [%s] (nog niet op deze hub bekend)";
+$a->strings["Rating (this information is public)"] = "Beoordeling (deze informatie is openbaar)";
+$a->strings["Optionally explain your rating (this information is public)"] = "Verklaar jouw beoordeling (niet verplicht, deze informatie is openbaar)";
+$a->strings["No ratings"] = "Geen beoordelingen";
+$a->strings["Ratings"] = "Waarderingen";
+$a->strings["Rating: "] = "Waardering: ";
+$a->strings["Website: "] = "Website: ";
+$a->strings["Description: "] = "Omschrijving: ";
+$a->strings["Select a bookmark folder"] = "Kies een bladwijzermap";
+$a->strings["Save Bookmark"] = "Bladwijzer opslaan";
+$a->strings["URL of bookmark"] = "URL van bladwijzer";
+$a->strings["Or enter new bookmark folder name"] = "Of geef de naam op van een nieuwe bladwijzermap";
+$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "Maximum toegestane dagelijkse registraties op deze \$Projectname-hub bereikt. Probeer het morgen (UTC) nogmaals.";
+$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Registratie mislukt. De gebruiksvoorwaarden dienen wel geaccepteerd te worden.";
+$a->strings["Passwords do not match."] = "Wachtwoorden komen niet met elkaar overeen.";
+$a->strings["Registration successful. Please check your email for validation instructions."] = "Registratie geslaagd. Controleer je e-mail voor instructies.";
+$a->strings["Your registration is pending approval by the site owner."] = "Jouw accountregistratie wacht op goedkeuring van de beheerder van deze \$Projectname-hub.";
+$a->strings["Your registration can not be processed."] = "Jouw registratie kan niet verwerkt worden.";
+$a->strings["Registration on this site/hub is by approval only."] = "Registraties op deze \$Projectname-hub moeten eerst worden goedgekeurd.";
+$a->strings["<a href=\"pubsites\">Register at another affiliated site/hub</a>"] = "<a href=\"pubsites\">Registreer op een andere \$Projectname-hub</a>";
+$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Deze \$Projectname-hub heeft het maximum aantal dagelijks toegestane registraties bereikt. Probeer het morgen (UTC) nogmaals.";
+$a->strings["Terms of Service"] = "Gebruiksvoorwaarden";
+$a->strings["I accept the %s for this website"] = "Ik accepteer de %s van deze \$Projectname-hub";
+$a->strings["I am over 13 years of age and accept the %s for this website"] = "Ik accepteer de %s van deze \$Projectname-hub";
+$a->strings["Membership on this site is by invitation only."] = "Registreren op deze \$Projectname-hub kan alleen op uitnodiging.";
+$a->strings["Please enter your invitation code"] = "Vul jouw uitnodigingscode in";
+$a->strings["Your email address"] = "Jouw e-mailadres";
+$a->strings["Choose a password"] = "Geef een wachtwoord op";
+$a->strings["Please re-enter your password"] = "Geef het wachtwoord opnieuw op";
+$a->strings["Please login."] = "Inloggen.";
+$a->strings["Account removals are not allowed within 48 hours of changing the account password."] = "Het verwijderen van een account is niet toegestaan binnen 48 uur nadat het wachtwoord is veranderd.";
+$a->strings["Remove This Account"] = "Verwijder dit account";
+$a->strings["WARNING: "] = "WAARSCHUWING: ";
+$a->strings["This account and all its channels will be completely removed from the network. "] = "Dit account en al zijn kanalen worden volledig uit het \$Projectname-netwerk verwijderd.";
+$a->strings["This action is permanent and can not be undone!"] = "Deze handeling is van permanente aard en kan niet meer worden teruggedraaid!";
+$a->strings["Please enter your password for verification:"] = "Vul je wachtwoord in ter verificatie:";
+$a->strings["Remove this account, all its channels and all its channel clones from the network"] = "Dit account, al zijn kanalen en alle klonen van zijn kanalen uit het \$Projectname-netwerk verwijderen";
+$a->strings["By default only the instances of the channels located on this hub will be removed from the network"] = "Standaard worden alleen de kanalen die zich op deze hub bevinden uit het \$Projectname-netwerk verwijderd";
+$a->strings["Remove Account"] = "Account verwijderen";
+$a->strings["Channel removals are not allowed within 48 hours of changing the account password."] = "Het verwijderen van een kanaal is niet toegestaan binnen 48 uur nadat het wachtwoord van het account is veranderd.";
+$a->strings["Remove This Channel"] = "Verwijder dit kanaal";
+$a->strings["This channel will be completely removed from the network. "] = "Dit kanaal wordt volledig uit het \$Projectname-netwerk verwijderd.";
+$a->strings["Remove this channel and all its clones from the network"] = "Dit kanaal en alle klonen hiervan uit het \$Projectname-netwerk verwijderen";
+$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = "Standaard wordt alleen het kanaal dat zich op deze hub bevindt uit het \$Projectname-netwerk verwijderd";
+$a->strings["Remove Channel"] = "Kanaal verwijderen";
+$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "We hebben een probleem ontdekt tijdens het inloggen met de OpenID die je hebt verstrekt. Controleer de ID op typefouten.";
+$a->strings["The error message was:"] = "Het foutbericht was:";
+$a->strings["Authentication failed."] = "Authenticatie mislukt.";
+$a->strings["Remote Authentication"] = "Authenticatie op afstand";
+$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Vul jouw kanaaladres in (bijv. channel@example.com)";
+$a->strings["Authenticate"] = "Authenticeren";
+$a->strings["Items tagged with: %s"] = "Items getagd met %s";
+$a->strings["Search results for: %s"] = "Zoekresultaten voor %s";
+$a->strings["No service class restrictions found."] = "Geen abonnementsbeperkingen gevonden.";
$a->strings["Name is required"] = "Naam is vereist";
$a->strings["Key and Secret are required"] = "Key en secret zijn vereist";
$a->strings["Passwords do not match. Password unchanged."] = "Wachtwoorden komen niet overeen. Wachtwoord onveranderd.";
@@ -1791,8 +1929,6 @@ $a->strings["Confirm New Password:"] = "Nieuw wachtwoord bevestigen:";
$a->strings["Leave password fields blank unless changing"] = "Laat de wachtwoordvelden leeg, behalve wanneer je deze wil veranderen";
$a->strings["Email Address:"] = "E-mailadres:";
$a->strings["Remove this account including all its channels"] = "Dit account en al zijn kanalen verwijderen";
-$a->strings["Off"] = "Uit";
-$a->strings["On"] = "Aan";
$a->strings["Additional Features"] = "Extra functies";
$a->strings["Connector Settings"] = "Instellingen externe koppelingen";
$a->strings["No special theme for mobile devices"] = "Geen speciaal thema voor mobiele apparaten";
@@ -1853,7 +1989,6 @@ $a->strings["0 or blank prevents expiration"] = "0 of leeg voorkomt het verlopen
$a->strings["Maximum Friend Requests/Day:"] = "Maximum aantal connectieverzoeken per dag:";
$a->strings["May reduce spam activity"] = "Kan eventuele spam verminderen";
$a->strings["Default Post Permissions"] = "Standaard permissies voor nieuwe berichten";
-$a->strings["(click to open/close)"] = "(klik om te openen/sluiten)";
$a->strings["Channel permissions category:"] = "Kanaaltype en -permissies:";
$a->strings["Maximum private messages per day from unknown people:"] = "Maximum aantal privé-berichten per dag van onbekende personen:";
$a->strings["Useful to reduce spamming"] = "Kan eventuele spam verminderen";
@@ -1899,195 +2034,94 @@ $a->strings["Personal menu to display in your channel pages"] = "Persoonlijk men
$a->strings["Remove this channel."] = "Verwijder dit kanaal.";
$a->strings["Firefox Share \$Projectname provider"] = "\$Projectname-service voor Firefox Share";
$a->strings["Start calendar week on monday"] = "Begin in de agenda de week op maandag";
-$a->strings["Page Title"] = "Paginatitel";
-$a->strings["App installed."] = "App geïnstalleerd";
-$a->strings["Malformed app."] = "Misvormde app.";
-$a->strings["Embed code"] = "Insluitcode";
-$a->strings["Edit App"] = "App bewerken";
-$a->strings["Create App"] = "App maken";
-$a->strings["Name of app"] = "Naam van app";
-$a->strings["Location (URL) of app"] = "Locatie (URL) van app";
-$a->strings["Photo icon URL"] = "URL van pictogram";
-$a->strings["80 x 80 pixels - optional"] = "80 x 80 pixels (optioneel)";
-$a->strings["Version ID"] = "Versie-ID";
-$a->strings["Price of app"] = "Prijs van de app";
-$a->strings["Location (URL) to purchase app"] = "Locatie (URL) om de app aan te schaffen";
-$a->strings["- select -"] = "- kies map -";
-$a->strings["Comanche page description language help"] = "Hulp met de paginabeschrijvingstaal Comanche";
-$a->strings["Layout Description"] = "Lay-out-omschrijving";
-$a->strings["Download PDL file"] = "Download PDL-bestand";
-$a->strings["Location not found."] = "Locatie niet gevonden.";
-$a->strings["Location lookup failed."] = "Opzoeken locatie mislukt";
-$a->strings["Please select another location to become primary before removing the primary location."] = "Kies eerst een andere primaire locatie alvorens de huidige primaire locatie te verwijderen.";
-$a->strings["Syncing locations"] = "Locaties synchronizeren";
-$a->strings["No locations found."] = "Geen locaties gevonden.";
-$a->strings["Manage Channel Locations"] = "Kanaallocaties beheren";
-$a->strings["Location (address)"] = "Locatie (adres)";
-$a->strings["Primary Location"] = "Primaire locatie";
-$a->strings["Drop location"] = "Locatie verwijderen";
-$a->strings["Sync now"] = "Nu synchroniseren";
-$a->strings["Please wait several minutes between consecutive operations."] = "Wacht enkele minuten tussen opeenvolgende handelingen.";
-$a->strings["When possible, drop a location by logging into that website/hub and removing your channel."] = "Wij adviseren, wanneer dit (nog) mogelijk is, de locatie te verwijderen door op de hub van de kloon in te loggen en het kanaal daar te verwijderen.";
-$a->strings["Use this form to drop the location if the hub is no longer operating."] = "Gebruik dit formulier om de locatie te verwijderen wanneer de hub van de kloon niet meer operationeel is.";
-$a->strings["\$Projectname"] = "\$Projectname";
-$a->strings["Welcome to %s"] = "Welkom op %s";
-$a->strings["Please login."] = "Inloggen.";
-$a->strings["Xchan Lookup"] = "Xchan opzoeken";
-$a->strings["Lookup xchan beginning with (or webbie): "] = "Zoek een xchan (of webbie) die begint met:";
-$a->strings["Not found."] = "Niet gevonden.";
-$a->strings["You must be logged in to see this page."] = "Je moet zijn ingelogd om deze pagina te kunnen bekijken.";
-$a->strings["Insufficient permissions. Request redirected to profile page."] = "Onvoldoende permissies. Doorgestuurd naar profielpagina.";
-$a->strings["Item not available."] = "Item is niet aanwezig.";
-$a->strings["Page owner information could not be retrieved."] = "Informatie over de pagina-eigenaar werd niet ontvangen.";
-$a->strings["Album not found."] = "Album niet gevonden.";
-$a->strings["Delete Album"] = "Verwijder album";
-$a->strings["Delete Photo"] = "Verwijder foto";
-$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["%1$.2f MB of %2$.2f MB photo storage used."] = "%1$.2f MB van %2$.2f MB aan foto-opslag gebruikt.";
-$a->strings["%1$.2f MB photo storage used."] = "%1$.2f MB aan foto-opslag gebruikt.";
-$a->strings["Upload Photos"] = "Foto's uploaden";
-$a->strings["Enter an album name"] = "Vul een albumnaam in";
-$a->strings["or select an existing album (doubleclick)"] = "of kies een bestaand album (dubbelklikken)";
-$a->strings["Create a status post for this upload"] = "Plaats een bericht voor deze upload.";
-$a->strings["Caption (optional):"] = "Bijschrift (optioneel):";
-$a->strings["Description (optional):"] = "Omschrijving (optioneel):";
-$a->strings["Album name could not be decoded"] = "Albumnaam kon niet gedecodeerd worden";
-$a->strings["Contact Photos"] = "Connectiefoto's";
-$a->strings["Show Newest First"] = "Nieuwste eerst weergeven";
-$a->strings["Show Oldest First"] = "Oudste eerst weergeven";
-$a->strings["Permission denied. Access to this item may be restricted."] = "Toegang geweigerd. Toegang tot dit item kan zijn beperkt.";
-$a->strings["Photo not available"] = "Foto niet aanwezig";
-$a->strings["Use as profile photo"] = "Als profielfoto gebruiken";
-$a->strings["Private Photo"] = "Privéfoto";
-$a->strings["Previous"] = "Vorige";
-$a->strings["View Full Size"] = "Volledige grootte weergeven";
-$a->strings["Edit photo"] = "Foto bewerken";
-$a->strings["Rotate CW (right)"] = "Draai met de klok mee (naar rechts)";
-$a->strings["Rotate CCW (left)"] = "Draai tegen de klok in (naar links)";
-$a->strings["Enter a new album name"] = "Vul een nieuwe albumnaam in";
-$a->strings["or select an existing one (doubleclick)"] = "of kies een bestaand album (dubbelklikken)";
-$a->strings["Caption"] = "Bijschrift";
-$a->strings["Add a Tag"] = "Tag toevoegen";
-$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com"] = "Voorbeeld: @bob, @Barbara_Jansen, @jan@voorbeeld.nl";
-$a->strings["Flag as adult in album view"] = "Markeer als voor volwassenen in albumweergave";
-$a->strings["In This Photo:"] = "Op deze foto:";
-$a->strings["Map"] = "Kaart";
-$a->strings["View Album"] = "Album weergeven";
-$a->strings["Recent Photos"] = "Recente foto's";
-$a->strings["Remote privacy information not available."] = "Privacy-informatie op afstand niet beschikbaar.";
-$a->strings["Visible to:"] = "Zichtbaar voor:";
-$a->strings["Export Channel"] = "Kanaal exporteren";
-$a->strings["Export your basic channel information to a file. This acts as a backup of your connections, permissions, profile and basic data, which can be used to import your data to a new server hub, but does not contain your content."] = "Exporteer de basisinformatie van jouw kanaal naar een bestand. Dit fungeert als een back-up van jouw connecties, permissies, profiel en basisgegevens, die gebruikt kan worden om op een nieuwe hub jouw gegevens te importeren. Deze back-up bevat echter niet de inhoud van jouw kanaal.";
-$a->strings["Export Content"] = "Inhoud exporteren";
-$a->strings["Export your channel information and recent content to a JSON backup that can be restored or imported to another server hub. This backs up all of your connections, permissions, profile data and several months of posts. This file may be VERY large. Please be patient - it may take several minutes for this download to begin."] = "Exporteer informatie en recente inhoud van jouw kanaal naar een JSON-back-up, wat kan worden gebruikt om jouw kanaal te herstellen of te importeren op een andere hub. Dit slaat al jouw connecties, permissies, profielgegevens en enkele maanden aan inhoud van jouw kanaal op. Dit bestand kan ZEER groot worden. Wees geduldig - het kan enkele minuten duren voordat de download begint.";
-$a->strings["Export your posts from a given year."] = "Exporteer jouw berichten uit een bepaald jaar.";
-$a->strings["You may also export your posts and conversations for a particular year or month. Adjust the date in your browser location bar to select other dates. If the export fails (possibly due to memory exhaustion on your server hub), please try again selecting a more limited date range."] = "Je kan ook berichten en conversaties uit een bepaald jaar of van een bepaalde maand exporteren. Verander de datum in de adresbalk van jouw webbrowser om andere jaren en maanden te selecteren. Wanneer het exporteren mislukt (waarschijnlijk door een gebrek aan beschikbaar servergeheugen), probeer het dan nogmaals met een beperkter tijdvak.";
-$a->strings["To select all posts for a given year, such as this year, visit <a href=\"%1\$s\">%2\$s</a>"] = "Bezoek <a href=\"%1\$s\">%2\$s</a> om alle berichten van bijvoorbeeld dit jaar te selecteren. ";
-$a->strings["To select all posts for a given month, such as January of this year, visit <a href=\"%1\$s\">%2\$s</a>"] = "Bezoek <a href=\"%1\$s\">%2\$s</a> om alle berichten van bijvoorbeeld januari dit jaar te selecteren.";
-$a->strings["These content files may be imported or restored by visiting <a href=\"%1\$s\">%2\$s</a> on any site containing your channel. For best results please import or restore these in date order (oldest first)."] = "Deze back-up-bestanden kunnen geïmporteerd of hersteld worden door op jouw hub en met jouw kanaal <a href=\"%1\$s\">%2\$s</a> te bezoeken. Voor het beste resultaat kan je de bestanden in chronologische volgorde importeren of herstellen.";
-$a->strings["Item is not editable"] = "Item is niet te bewerken";
-$a->strings["Delete item?"] = "Item verwijderen?";
-$a->strings["Edit post"] = "Bericht bewerken";
-$a->strings["Channel added."] = "Kanaal toegevoegd.";
-$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "We hebben een probleem ontdekt tijdens het inloggen met de OpenID die je hebt verstrekt. Controleer de ID op typefouten.";
-$a->strings["The error message was:"] = "Het foutbericht was:";
-$a->strings["Authentication failed."] = "Authenticatie mislukt.";
-$a->strings["Remote Authentication"] = "Authenticatie op afstand";
-$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Vul jouw kanaaladres in (bijv. channel@example.com)";
-$a->strings["Authenticate"] = "Authenticeren";
-$a->strings["Room not found"] = "Chatkanaal niet gevonden";
-$a->strings["Leave Room"] = "Chatkanaal verlaten";
-$a->strings["Delete This Room"] = "Chatkanaal verwijderen";
-$a->strings["I am away right now"] = "Ik ben momenteel afwezig";
-$a->strings["I am online"] = "Ik ben online";
-$a->strings["Bookmark this room"] = "Chatkanaal aan bladwijzers toevoegen";
-$a->strings["New Chatroom"] = "Nieuw chatkanaal";
-$a->strings["Chatroom Name"] = "Naam chatkanaal";
-$a->strings["Expiration of chats (minutes)"] = "Aantal minuten voordat chatberichten worden verwijderd";
-$a->strings["%1\$s's Chatrooms"] = "Chatkanalen van %1\$s";
-$a->strings["Items tagged with: %s"] = "Items getagd met %s";
-$a->strings["Search results for: %s"] = "Zoekresultaten voor %s";
-$a->strings["Source of Item"] = "Bron van item";
-$a->strings["Share content from Firefox to \$Projectname"] = "Deel webpagina's vanuit Firefox met ";
-$a->strings["Activate the Firefox \$Projectname provider"] = "Activeer de \$Projectname-service in Firefox";
-$a->strings["Hub not found."] = "Hub niet gevonden.";
-$a->strings["Blocked"] = "Geblokkeerd";
-$a->strings["Ignored"] = "Genegeerd";
-$a->strings["Hidden"] = "Verborgen";
-$a->strings["Archived"] = "Gearchiveerd";
-$a->strings["Suggest new connections"] = "Nieuwe kanalen voorstellen";
-$a->strings["New Connections"] = "Nieuwe connecties";
-$a->strings["Show pending (new) connections"] = "Nog te accepteren (nieuwe) connecties weergeven";
-$a->strings["All Connections"] = "Alle connecties";
-$a->strings["Show all connections"] = "Toon alle connecties";
-$a->strings["Unblocked"] = "Niet geblokkeerd";
-$a->strings["Only show unblocked connections"] = "Toon alleen niet geblokkeerde connecties";
-$a->strings["Only show blocked connections"] = "Toon alleen geblokkeerde connecties";
-$a->strings["Only show ignored connections"] = "Toon alleen genegeerde connecties";
-$a->strings["Only show archived connections"] = "Toon alleen gearchiveerde connecties";
-$a->strings["Only show hidden connections"] = "Toon alleen verborgen connecties";
-$a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]";
-$a->strings["Edit connection"] = "Connectie bewerken";
-$a->strings["Search your connections"] = "Doorzoek jouw connecties";
-$a->strings["Finding: "] = "Zoeken naar: ";
-$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Je hebt %1$.0f van totaal %2$.0f toegestane kanalen aangemaakt.";
-$a->strings["Create a new channel"] = "Nieuw kanaal aanmaken";
-$a->strings["Current Channel"] = "Huidig kanaal";
-$a->strings["Switch to one of your channels by selecting it."] = "Activeer een van jouw andere kanalen door er op te klikken.";
-$a->strings["Default Channel"] = "Standaardkanaal";
-$a->strings["Make Default"] = "Als standaard instellen";
-$a->strings["%d new messages"] = "%d nieuwe berichten";
-$a->strings["%d new introductions"] = "%d nieuwe connectieverzoeken";
-$a->strings["Delegated Channels"] = "Uitbestede kanalen";
-$a->strings["Unable to update menu."] = "Niet in staat om menu aan te passen";
-$a->strings["Unable to create menu."] = "Niet in staat om menu aan te maken.";
-$a->strings["Menu Name"] = "Menunaam";
-$a->strings["Unique name (not visible on webpage) - required"] = "Unieke naam vereist (niet zichtbaar op webpagina)";
-$a->strings["Menu Title"] = "Menutitel";
-$a->strings["Visible on webpage - leave empty for no title"] = "Zichtbaar op webpagina (leeg laten voor geen titel)";
-$a->strings["Allow Bookmarks"] = "Bladwijzers toestaan";
-$a->strings["Menu may be used to store saved bookmarks"] = "Menu kan gebruikt worden om bladwijzers in op te slaan";
-$a->strings["Submit and proceed"] = "Opslaan en doorgaan";
-$a->strings["Drop"] = "Verwijderen";
-$a->strings["Bookmarks allowed"] = "Bladwijzers toegestaan";
-$a->strings["Delete this menu"] = "Menu verwijderen";
-$a->strings["Edit menu contents"] = "Bewerk de inhoud van het menu";
-$a->strings["Edit this menu"] = "Dit menu bewerken";
-$a->strings["Menu could not be deleted."] = "Menu kon niet verwijderd worden.";
-$a->strings["Menu not found."] = "Menu niet gevonden.";
-$a->strings["Edit Menu"] = "Menu bewerken";
-$a->strings["Add or remove entries to this menu"] = "Items aan dit menu toevoegen of verwijder";
-$a->strings["Menu name"] = "Naam van menu";
-$a->strings["Must be unique, only seen by you"] = "Moet uniek zijn en is alleen zichtbaar voor jou.";
-$a->strings["Menu title"] = "Titel van menu";
-$a->strings["Menu title as seen by others"] = "Titel van menu zoals anderen dat zien.";
-$a->strings["Allow bookmarks"] = "Bladwijzers toestaan";
-$a->strings["Unable to lookup recipient."] = "Niet in staat om ontvanger op te zoeken.";
-$a->strings["Unable to communicate with requested channel."] = "Niet in staat om met het aangevraagde kanaal te communiceren.";
-$a->strings["Cannot verify requested channel."] = "Kan opgevraagd kanaal niet verifieren";
-$a->strings["Selected channel has private message restrictions. Send failed."] = "Gekozen kanaal heeft restricties voor privéberichten. Verzenden mislukt.";
-$a->strings["Messages"] = "Berichten";
-$a->strings["Message recalled."] = "Bericht ingetrokken.";
-$a->strings["Conversation removed."] = "Conversatie verwijderd";
-$a->strings["Requested channel is not in this network"] = "Opgevraagd kanaal is niet in dit netwerk beschikbaar";
-$a->strings["Send Private Message"] = "Privébericht versturen";
-$a->strings["To:"] = "Aan:";
-$a->strings["Subject:"] = "Onderwerp:";
-$a->strings["Send"] = "Verzenden";
-$a->strings["Delete message"] = "Bericht verwijderen";
-$a->strings["Delivery report"] = "Afleveringsrapport";
-$a->strings["Recall message"] = "Bericht intrekken";
-$a->strings["Message has been recalled."] = "Bericht is ingetrokken.";
-$a->strings["Delete Conversation"] = "Verwijder conversatie";
-$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Geen veilige communicatie beschikbaar. <strong>Mogelijk</strong> kan je reageren op de kanaalpagina van de afzender.";
-$a->strings["Send Reply"] = "Antwoord versturen";
-$a->strings["Your message for %s (%s):"] = "Jouw privébericht aan %s (%s):";
-$a->strings["Documentation Search"] = "Zoek documentatie";
-$a->strings["Help:"] = "Hulp:";
-$a->strings["Not Found"] = "Niet gevonden";
-$a->strings["\$Projectname Documentation"] = "\$Projectname-documentatie";
-$a->strings["No service class restrictions found."] = "Geen abonnementsbeperkingen gevonden.";
+$a->strings["\$Projectname Server - Setup"] = "\$Projectname Server - Setup";
+$a->strings["Could not connect to database."] = "Could not connect to database.";
+$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "Could not connect to specified hub URL. Possible SSL certificate or DNS issue.";
+$a->strings["Could not create table."] = "Could not create table.";
+$a->strings["Your site database has been installed."] = "Your hub database has been installed.";
+$a->strings["You may need to import the file \"install/schema_xxx.sql\" manually using a database client."] = "You may need to import the file \"install/schema_xxx.sql\" manually using a database client.";
+$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Please see the file \"install/INSTALL.txt\".";
+$a->strings["System check"] = "System check";
+$a->strings["Check again"] = "Check again";
+$a->strings["Database connection"] = "Database connection";
+$a->strings["In order to install \$Projectname we need to know how to connect to your database."] = "In order to install \$Projectname 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["Default is 127.0.0.1"] = "Default is 127.0.0.1";
+$a->strings["Database Port"] = "Database Port";
+$a->strings["Communication port number - use 0 for default"] = "Communication port number - use 0 for default";
+$a->strings["Database Login Name"] = "Database Login Name";
+$a->strings["Database Login Password"] = "Database Login Password";
+$a->strings["Database Name"] = "Database Name";
+$a->strings["Database Type"] = "Database Type";
+$a->strings["Site administrator email address"] = "Hub 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["Website URL"] = "Hub URL";
+$a->strings["Please use SSL (https) URL if available."] = "Please use SSL (https) URL if available.";
+$a->strings["Please select a default timezone for your website"] = "Please select a default timezone for your hub";
+$a->strings["Site settings"] = "Hub settings";
+$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Could not find a command line version of PHP in the web server PATH.";
+$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."] = "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.";
+$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["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["Your max allowed total upload size is set to %s. Maximum size of one file to upload is set to %s. You are allowed to upload up to %d files at once."] = "Your max allowed total upload size is set to %s. Maximum size of one file to upload is set to %s. You are allowed to upload up to %d files at once.";
+$a->strings["You can adjust these settings in the servers php.ini."] = "You can adjust these settings in the servers php.ini.";
+$a->strings["PHP upload limits"] = "PHP upload limits";
+$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, 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["mysqli or postgres PHP module"] = "mysqli or postgres PHP module";
+$a->strings["mb_string PHP module"] = "mb_string PHP module";
+$a->strings["mcrypt PHP module"] = "mcrypt PHP module";
+$a->strings["xml PHP module"] = "xml 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 webserver mod-rewrite module is required but not installed.";
+$a->strings["proc_open"] = "proc_open";
+$a->strings["Error: proc_open is required but is either not installed or has been disabled in php.ini"] = "Error: proc_open is required but is either not installed or has been disabled in php.ini";
+$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: mysqli or postgres PHP module required but neither are installed."] = "Error: mysqli or postgres PHP module required but neither are installed.";
+$a->strings["Error: mb_string PHP module required but not installed."] = "Error: mb_string PHP module required but not installed.";
+$a->strings["Error: mcrypt PHP module required but not installed."] = "Error: mcrypt PHP module required but not installed.";
+$a->strings["Error: xml PHP module required for DAV but not installed."] = "Error: xml PHP module required for DAV 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 folder of your web server and it is unable to do so.";
+$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "This is most often a permission setting, 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 Red top folder."] = "At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder.";
+$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions.";
+$a->strings[".htconfig.php is writable"] = ".htconfig.php is writable";
+$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Red 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 %s under the Red top level folder."] = "In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red 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."] = "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 %s only--not the template files (.tpl) that it contains."] = "Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains.";
+$a->strings["%s is writable"] = "%s is writable";
+$a->strings["Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"] = "Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder";
+$a->strings["store is writable"] = "store is writable";
+$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "SSL certificate cannot be validated. Fix certificate or disable https access to this hub.";
+$a->strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = "If you have https access to your hub or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!";
+$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "This restriction is incorporated because public posts from you may for example contain references to images on your own hub.";
+$a->strings["If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "If your certificate is not recognized, members of other hubs (who may themselves have valid certificates) will get a warning message on their own hub complaining about security issues.";
+$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "This can cause usability issues elsewhere (not just on your own hub) so we must insist on this requirement.";
+$a->strings["Providers are available that issue free certificates which are browser-valid."] = "Providers are available that issue free certificates which are browser-valid.";
+$a->strings["SSL certificate validation"] = "SSL certificate validation";
+$a->strings["Url rewrite in .htaccess is not working. Check your server configuration.Test: "] = "Url rewrite in .htaccess is not working. Check your server configuration.Test: ";
+$a->strings["Url rewrite is working"] = "Url rewrite is working";
+$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "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["Errors encountered creating database tables."] = "Errors encountered creating database tables.";
+$a->strings["<h1>What next</h1>"] = "<h1>Wat nu</h1>";
+$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANT: You will need to [manually] setup a scheduled task for the poller.";
+$a->strings["Files: shared with me"] = "Bestanden: met mij gedeeld";
+$a->strings["NEW"] = "NIEUW";
+$a->strings["Remove all files"] = "Verwijder alle bestanden";
+$a->strings["Remove this file"] = "Verwijder dit bestand";
$a->strings["Version %s"] = "Versie %s";
$a->strings["Installed plugins/addons/apps:"] = "Ingeschakelde plug-ins/add-ons/apps:";
$a->strings["No installed plugins/addons/apps"] = "Geen ingeschakelde plug-ins/add-ons/apps";
@@ -2101,76 +2135,56 @@ $a->strings["Bug reports and issues: please visit"] = "Bugrapporten en andere kw
$a->strings["\$projectname issues"] = "\$projectname-issues";
$a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = "Voorstellen, lofbetuigingen, enz. - e-mail \"redmatrix\" at librelist - dot com";
$a->strings["Site Administrators"] = "Hubbeheerders: ";
+$a->strings["Failed to create source. No channel selected."] = "Aanmaken bron mislukt. Geen kanaal geselecteerd.";
+$a->strings["Source created."] = "Bron aangemaakt.";
+$a->strings["Source updated."] = "Bron aangemaakt.";
+$a->strings["*"] = "*";
+$a->strings["Manage remote sources of content for your channel."] = "Beheer externe bronnen met inhoud voor jouw kanaal";
+$a->strings["New Source"] = "Nieuwe bron";
+$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "Importeer complete of gedeelde inhoud vanuit het volgende kanaal naar dit kanaal, en verdeel het vervolgens volgens jouw kanaalinstellingen.";
+$a->strings["Only import content with these words (one per line)"] = "Importeer alleen inhoud met deze woorden (één per regel)";
+$a->strings["Leave blank to import all public content"] = "Laat leeg om alle openbare inhoud te importeren";
+$a->strings["Source not found."] = "Bron niet gevonden";
+$a->strings["Edit Source"] = "Bron bewerken";
+$a->strings["Delete Source"] = "Bron verwijderen";
+$a->strings["Source removed"] = "Bron verwijderd";
+$a->strings["Unable to remove source."] = "Verwijderen bron mislukt.";
+$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s volgt het %3\$s van %2\$s";
+$a->strings["%1\$s stopped following %2\$s's %3\$s"] = "%1\$s volgt het %3\$s van %2\$s niet meer";
$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Geen voorgestelde kanalen gevonden. Wanneer dit een nieuwe hub is, probeer het dan over 24 uur weer.";
-$a->strings["Calendar entries imported."] = "Agenda-items geïmporteerd.";
-$a->strings["No calendar entries found."] = "Geen agenda-items gevonden.";
-$a->strings["Event can not end before it has started."] = "Gebeurtenis kan niet eindigen voordat het is begonnen";
-$a->strings["Unable to generate preview."] = "Niet in staat om voorvertoning te genereren";
-$a->strings["Event title and start time are required."] = "Titel en begintijd van gebeurtenis zijn vereist.";
-$a->strings["Event not found."] = "Gebeurtenis niet gevonden";
-$a->strings["Edit event titel"] = "Titel bewerken";
-$a->strings["Event titel"] = "Titel";
-$a->strings["Categories (comma-separated list)"] = "Categorieën (door komma's gescheiden lijst)";
-$a->strings["Edit Category"] = "Categorie";
-$a->strings["Category"] = "Categorie";
-$a->strings["Edit start date and time"] = "Begindatum en -tijd bewerken";
-$a->strings["Start date and time"] = "Begindatum en -tijd";
-$a->strings["Finish date and time are not known or not relevant"] = "Einddatum en -tijd zijn niet bekend of niet van toepassing";
-$a->strings["Edit finish date and time"] = "Einddatum en -tijd bewerken";
-$a->strings["Finish date and time"] = "Einddatum en -tijd";
-$a->strings["Adjust for viewer timezone"] = "Aanpassen aan de tijdzone van wie deze gebeurtenis bekijkt";
-$a->strings["Important for events that happen in a particular place. Not practical for global holidays."] = "Belangrijk voor gebeurtenissen die op een bepaalde locatie plaatsvinden. Niet praktisch voor wereldwijde feestdagen.";
-$a->strings["Edit Description"] = "Omschrijving bewerken";
-$a->strings["Edit Location"] = "Locatie bewerken";
-$a->strings["Share this event"] = "Deel deze gebeurtenis";
-$a->strings["Advanced Options"] = "Geavanceerde opties";
-$a->strings["l, F j"] = "l j F";
-$a->strings["Edit event"] = "Gebeurtenis bewerken";
-$a->strings["Delete event"] = "Gebeurtenis verwijderen";
-$a->strings["calendar"] = "agenda";
-$a->strings["Edit Event"] = "Gebeurtenis bewerken";
-$a->strings["Create Event"] = "Gebeurtenis aanmaken";
-$a->strings["Today"] = "Vandaag";
-$a->strings["Event removed"] = "Gebeurtenis verwijderd";
-$a->strings["Failed to remove event"] = "Verwijderen gebeurtenis mislukt";
-$a->strings["Invalid profile identifier."] = "Ongeldige profiel-identificator";
-$a->strings["Profile Visibility Editor"] = "Zichtbaarheid profiel ";
-$a->strings["Click on a contact to add or remove."] = "Klik op een connectie om deze toe te voegen of te verwijderen";
-$a->strings["Visible To"] = "Zichtbaar voor";
-$a->strings["Unable to create element."] = "Niet in staat om onderdeel aan te maken.";
-$a->strings["Unable to update menu element."] = "Menu-onderdeel kan niet worden geüpdatet.";
-$a->strings["Unable to add menu element."] = "Menu-onderdeel kan niet worden toegevoegd.";
-$a->strings["Menu Item Permissions"] = "Permissies menu-item";
-$a->strings["Link Name"] = "Linknaam";
-$a->strings["Link or Submenu Target"] = "Linkdoel of submenu-doel";
-$a->strings["Enter URL of the link or select a menu name to create a submenu"] = "Geef de URL van de link of kies een menunaam om een submenu aan te maken";
-$a->strings["Use magic-auth if available"] = "Gebruik magic-auth wanneer beschikbaar";
-$a->strings["Open link in new window"] = "Open link in nieuw venster";
-$a->strings["Order in list"] = "Volgorde in lijst";
-$a->strings["Higher numbers will sink to bottom of listing"] = "Hogere nummers komen onderaan de lijst terecht";
-$a->strings["Submit and finish"] = "Opslaan en afsluiten";
-$a->strings["Submit and continue"] = "Opslaan en doorgaan";
-$a->strings["Menu:"] = "Menu:";
-$a->strings["Link Target"] = "Linkdoel";
-$a->strings["Edit menu"] = "Menu bewerken";
-$a->strings["Edit element"] = "Onderdeel bewerken";
-$a->strings["Drop element"] = "Onderdeel verwijderen";
-$a->strings["New element"] = "Nieuw element";
-$a->strings["Edit this menu container"] = "Deze menu-container bewerken";
-$a->strings["Add menu element"] = "Menu-element toevoegen";
-$a->strings["Delete this menu item"] = "Dit menu-item verwijderen";
-$a->strings["Edit this menu item"] = "Dit menu-item bewerken";
-$a->strings["Menu item not found."] = "Menu-item niet gevonden.";
-$a->strings["Menu item deleted."] = "Menu-item verwijderd.";
-$a->strings["Menu item could not be deleted."] = "Menu-item kon niet worden verwijderd.";
-$a->strings["Edit Menu Element"] = "Menu-element bewerken";
-$a->strings["Link text"] = "Linktekst";
-$a->strings["Files: shared with me"] = "Bestanden: met mij gedeeld";
-$a->strings["NEW"] = "NIEUW";
-$a->strings["Remove all files"] = "Verwijder alle bestanden";
-$a->strings["Remove this file"] = "Verwijder dit bestand";
+$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s heeft het %3\$s van %2\$s getagd met %4\$s";
+$a->strings["Tag removed"] = "Tag verwijderd";
+$a->strings["Remove Item Tag"] = "Verwijder item-tag";
+$a->strings["Select a tag to remove: "] = "Kies een tag om te verwijderen";
+$a->strings["Thing updated"] = "Ding bijgewerkt";
+$a->strings["Object store: failed"] = "Opslaan van ding mislukt";
+$a->strings["Thing added"] = "Ding toegevoegd";
+$a->strings["OBJ: %1\$s %2\$s %3\$s"] = "OBJ: %1\$s %2\$s %3\$s";
+$a->strings["Show Thing"] = "Ding weergeven";
+$a->strings["item not found."] = "Item niet gevonden";
+$a->strings["Edit Thing"] = "Ding bewerken";
+$a->strings["Select a profile"] = "Kies een profiel";
+$a->strings["Post an activity"] = "Plaats een bericht";
+$a->strings["Only sends to viewers of the applicable profile"] = "Toont dit alleen aan diegene die het gekozen profiel mogen zien.";
+$a->strings["Name of thing e.g. something"] = "Naam van ding";
+$a->strings["URL of thing (optional)"] = "URL van ding (optioneel)";
+$a->strings["URL for photo of thing (optional)"] = "URL van foto van ding (optioneel)";
+$a->strings["Add Thing to your Profile"] = "Ding aan je profiel toevoegen";
+$a->strings["Export Channel"] = "Kanaal exporteren";
+$a->strings["Export your basic channel information to a file. This acts as a backup of your connections, permissions, profile and basic data, which can be used to import your data to a new server hub, but does not contain your content."] = "Exporteer de basisinformatie van jouw kanaal naar een bestand. Dit fungeert als een back-up van jouw connecties, permissies, profiel en basisgegevens, die gebruikt kan worden om op een nieuwe hub jouw gegevens te importeren. Deze back-up bevat echter niet de inhoud van jouw kanaal.";
+$a->strings["Export Content"] = "Inhoud exporteren";
+$a->strings["Export your channel information and recent content to a JSON backup that can be restored or imported to another server hub. This backs up all of your connections, permissions, profile data and several months of posts. This file may be VERY large. Please be patient - it may take several minutes for this download to begin."] = "Exporteer informatie en recente inhoud van jouw kanaal naar een JSON-back-up, wat kan worden gebruikt om jouw kanaal te herstellen of te importeren op een andere hub. Dit slaat al jouw connecties, permissies, profielgegevens en enkele maanden aan inhoud van jouw kanaal op. Dit bestand kan ZEER groot worden. Wees geduldig - het kan enkele minuten duren voordat de download begint.";
+$a->strings["Export your posts from a given year."] = "Exporteer jouw berichten uit een bepaald jaar.";
+$a->strings["You may also export your posts and conversations for a particular year or month. Adjust the date in your browser location bar to select other dates. If the export fails (possibly due to memory exhaustion on your server hub), please try again selecting a more limited date range."] = "Je kan ook berichten en conversaties uit een bepaald jaar of van een bepaalde maand exporteren. Verander de datum in de adresbalk van jouw webbrowser om andere jaren en maanden te selecteren. Wanneer het exporteren mislukt (waarschijnlijk door een gebrek aan beschikbaar servergeheugen), probeer het dan nogmaals met een beperkter tijdvak.";
+$a->strings["To select all posts for a given year, such as this year, visit <a href=\"%1\$s\">%2\$s</a>"] = "Bezoek <a href=\"%1\$s\">%2\$s</a> om alle berichten van bijvoorbeeld dit jaar te selecteren. ";
+$a->strings["To select all posts for a given month, such as January of this year, visit <a href=\"%1\$s\">%2\$s</a>"] = "Bezoek <a href=\"%1\$s\">%2\$s</a> om alle berichten van bijvoorbeeld januari dit jaar te selecteren.";
+$a->strings["These content files may be imported or restored by visiting <a href=\"%1\$s\">%2\$s</a> on any site containing your channel. For best results please import or restore these in date order (oldest first)."] = "Deze back-up-bestanden kunnen geïmporteerd of hersteld worden door op jouw hub en met jouw kanaal <a href=\"%1\$s\">%2\$s</a> te bezoeken. Voor het beste resultaat kan je de bestanden in chronologische volgorde importeren of herstellen.";
$a->strings["No connections."] = "Geen connecties.";
$a->strings["Visit %s's profile [%s]"] = "Bezoek het profiel van %s [%s]";
+$a->strings["Source of Item"] = "Bron van item";
+$a->strings["Page Title"] = "Paginatitel";
+$a->strings["Xchan Lookup"] = "Xchan opzoeken";
+$a->strings["Lookup xchan beginning with (or webbie): "] = "Zoek een xchan (of webbie) die begint met:";
$a->strings["Focus (Hubzilla default)"] = "Focus (Hubzilla-standaard)";
$a->strings["Theme settings"] = "Thema-instellingen";
$a->strings["Select scheme"] = "Kies schema van thema";
@@ -2205,15 +2219,3 @@ $a->strings["Left align page content"] = "Inhoud links uitlijnen";
$a->strings["Set minimum opacity of nav bar - to hide it"] = "Minimale ondoorzichtigheid navigatiebalk (- om te verbergen)";
$a->strings["Set size of conversation author photo"] = "Grootte profielfoto's van berichten instellen";
$a->strings["Set size of followup author photos"] = "Grootte profielfoto's van reacties instellen";
-$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Authenticatie op afstand geblokkeerd. Je bent lokaal op deze hub ingelogd. Uitloggen en opnieuw proberen.";
-$a->strings["Update %s failed. See error logs."] = "Update %s mislukt. Zie foutenlogboek.";
-$a->strings["Update Error at %s"] = "Update-fout op %s";
-$a->strings["Create an account to access services and applications within the Hubzilla"] = "Maak een account aan om toegang te krijgen tot diensten en toepassingen van Hubzilla";
-$a->strings["Password"] = "Wachtwoord";
-$a->strings["Remember me"] = "Aangemeld blijven";
-$a->strings["Forgot your password?"] = "Wachtwoord vergeten?";
-$a->strings["toggle mobile"] = "mobiele weergave omschakelen";
-$a->strings["Website SSL certificate is not valid. Please correct."] = "Het SSL-certificaat van deze website is ongeldig. Corrigeer dit a.u.b.";
-$a->strings["[hubzilla] Website SSL error for %s"] = "[hubzilla] Probleem met SSL-certificaat voor %s";
-$a->strings["Cron/Scheduled tasks not running."] = "Cron is niet actief";
-$a->strings["[hubzilla] Cron tasks not running on %s"] = "[hubzilla] Cron-taken zijn niet actief op %s";
diff --git a/view/theme/redbasic/schema/bluegrid.css b/view/theme/redbasic/schema/bluegrid.css
index 820e84baa..f0ae1e8df 100644
--- a/view/theme/redbasic/schema/bluegrid.css
+++ b/view/theme/redbasic/schema/bluegrid.css
@@ -2,7 +2,7 @@ body {
background-size: auto;
}
-.generic-content-wrapper-styled, #profile-jot-wrapper {
+.generic-content-wrapper-styled {
background-color: rgba(67,72,138,.8);
color: #FFF;
}
diff --git a/view/tpl/group_edit.tpl b/view/tpl/group_edit.tpl
index eb658624c..d9412a6f7 100755
--- a/view/tpl/group_edit.tpl
+++ b/view/tpl/group_edit.tpl
@@ -1,3 +1,4 @@
+<div class="generic-content-wrapper-styled">
<h2>{{$title}}</h2>
@@ -22,3 +23,4 @@
</div>
{{/if}}
{{if $desc}}<div id="group-edit-desc">{{$desc}}</div>{{/if}}
+</div>