aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHaakon Meland Eriksen <haakon.eriksen@far.no>2015-08-19 19:40:18 +0200
committerHaakon Meland Eriksen <haakon.eriksen@far.no>2015-08-19 19:40:18 +0200
commite50e68719155c7d35e30bb203a403854f789d5a1 (patch)
treea10630cec177c6629fb0da38d96deb7258062698
parent07cd0c870f48ec838c23fa7c6966ceb1c41f06ab (diff)
parent4e3d295c909405da61d7ccd6c7bd99bd35c9feec (diff)
downloadvolse-hubzilla-e50e68719155c7d35e30bb203a403854f789d5a1.tar.gz
volse-hubzilla-e50e68719155c7d35e30bb203a403854f789d5a1.tar.bz2
volse-hubzilla-e50e68719155c7d35e30bb203a403854f789d5a1.zip
Merge remote-tracking branch 'upstream/master'
-rw-r--r--README.md3
-rwxr-xr-xboot.php24
-rw-r--r--doc/history.md18
-rw-r--r--doc/main.bb6
-rw-r--r--doc/to_do_code.bb6
-rw-r--r--include/RedDAV/RedDirectory.php33
-rw-r--r--include/RedDAV/RedFile.php8
-rw-r--r--include/attach.php52
-rw-r--r--include/conversation.php2
-rw-r--r--include/event.php219
-rw-r--r--include/identity.php32
-rwxr-xr-xinclude/items.php38
-rw-r--r--include/message.php6
-rw-r--r--include/photos.php40
-rw-r--r--include/widgets.php57
-rw-r--r--include/zot.php11
-rw-r--r--install/schema_mysql.sql9
-rw-r--r--install/schema_postgres.sql7
-rw-r--r--install/update.php37
-rw-r--r--mod/acl.php8
-rw-r--r--mod/admin.php14
-rw-r--r--mod/import.php11
-rw-r--r--mod/import_items.php172
-rw-r--r--mod/item.php17
-rw-r--r--mod/lostpass.php5
-rwxr-xr-xmod/setup.php4
-rw-r--r--mod/uexport.php8
-rw-r--r--version.inc2
-rw-r--r--view/ca/messages.po12215
-rw-r--r--view/ca/strings.php3466
-rw-r--r--view/css/mod_admin.css7
-rw-r--r--view/es/htconfig.tpl70
-rw-r--r--view/es/lostpass_eml.tpl34
-rw-r--r--view/es/messages.po11805
-rw-r--r--view/es/passchanged_eml.tpl24
-rw-r--r--view/es/register_open_eml.tpl26
-rw-r--r--view/es/register_verify_eml.tpl19
-rw-r--r--view/es/register_verify_member.tpl24
-rw-r--r--view/es/strings.php3208
-rw-r--r--view/es/update_fail_eml.tpl19
-rw-r--r--view/pdl/mod_network.pdl1
-rw-r--r--view/theme/redbasic/css/style.css4
-rwxr-xr-xview/tpl/admin_channels.tpl2
-rwxr-xr-xview/tpl/admin_users.tpl4
-rwxr-xr-xview/tpl/item_import.tpl15
45 files changed, 20389 insertions, 11403 deletions
diff --git a/README.md b/README.md
index 90585a906..ac62f721a 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,3 @@ Possible website applications include
* dating websites
* pretty much anything you can do on a traditional blog or community website, but that you could do better if you could easily connect it with other websites or privately share things across website boundaries.
-
-
-This project is under development and is not yet available for general use. \ No newline at end of file
diff --git a/boot.php b/boot.php
index dd1f7bc1b..d8b4fa686 100755
--- a/boot.php
+++ b/boot.php
@@ -7,12 +7,12 @@
/**
* Hubzilla.
*
- * The Hubzilla (aka "Red") is an open source decentralised communications
+ * Hubzilla is an open source decentralised communications
* platform combined with a decentralised identity/authentication framework
* wrapped in an extensible content management system, providing website designers
* the ability to embed fully decentralised communications and social tools
* into many traditional website designs (blogs, forums, small business
- * websites, charitable organisations, etc.). Red also provides DNS mobility
+ * websites, charitable organisations, etc.). Hubzilla also provides DNS mobility
* and internet scale privacy/access control.
*
* This allows any individual website to participate in a matrix of linked
@@ -46,10 +46,10 @@ require_once('include/account.php');
define ( 'PLATFORM_NAME', 'hubzilla' );
-define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
+define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'H');
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1145 );
+define ( 'DB_UPDATE_VERSION', 1147 );
/**
* @brief Constant with a HTML line break.
@@ -717,7 +717,6 @@ class App {
set_include_path(
'include' . PATH_SEPARATOR
. 'library' . PATH_SEPARATOR
- . 'library/phpsec' . PATH_SEPARATOR
. 'library/langdet' . PATH_SEPARATOR
. '.' );
@@ -1056,18 +1055,7 @@ class App {
}
function set_template_engine($engine = 'smarty3') {
-
$this->theme['template_engine'] = $engine;
-
- /*if ($engine) {
- case 'smarty3':
- if(!is_writable(TEMPLATE_BUILD_PATH))
- echo "<b>ERROR</b> folder <tt>" . TEMPLATE_BUILD_PATH . "</tt> must be writable by webserver."; killme();
-
- break;
- default:
- break;
- }*/
}
function get_template_ldelim($engine = 'smarty3') {
@@ -2271,7 +2259,7 @@ function cert_bad_email() {
'$error' => t('Website SSL certificate is not valid. Please correct.')
));
- $subject = email_header_encode(sprintf(t('[red] Website SSL error for %s'), $a->get_hostname()));
+ $subject = email_header_encode(sprintf(t('[hubzilla] Website SSL error for %s'), $a->get_hostname()));
mail($a->config['system']['admin_email'], $subject, $email_msg,
'From: Administrator' . '@' . $a->get_hostname() . "\n"
. 'Content-type: text/plain; charset=UTF-8' . "\n"
@@ -2312,7 +2300,7 @@ function check_cron_broken() {
'$lastdate' => (($d)? $d : t('never'))
));
- $subject = email_header_encode(sprintf(t('[red] Cron tasks not running on %s'), $a->get_hostname()));
+ $subject = email_header_encode(sprintf(t('[hubzilla] Cron tasks not running on %s'), $a->get_hostname()));
mail($a->config['system']['admin_email'], $subject, $email_msg,
'From: Administrator' . '@' . $a->get_hostname() . "\n"
. 'Content-type: text/plain; charset=UTF-8' . "\n"
diff --git a/doc/history.md b/doc/history.md
index 614696435..32917712f 100644
--- a/doc/history.md
+++ b/doc/history.md
@@ -1,7 +1,7 @@
-$Projectname History
-====================
+Redmatrix History
+=================
-$Projectname is a collaborative effort by the $Projectname community and based on work introduced in Friendica by the Friendica community. The core design, the project mission, and software base itself were created/written primarily by Mike Macgirvin and represent the culmination of over a decade of software design using variations of this platform and an evolving vision of the role of communication software in our lives. Many others have contributed to this work, both conceptually and in terms of actual code (way too many to list individually).
+Redmatrix is a collaborative effort by the Redmatrix community and based on work introduced in Friendica by the Friendica community. The core design, the project mission, and software base itself were created/written primarily by Mike Macgirvin and represent the culmination of over a decade of software design using variations of this platform and an evolving vision of the role of communication software in our lives. Many others have contributed to this work, both conceptually and in terms of actual code (way too many to list individually).
##Mike Macgirvin -- Biography
@@ -10,9 +10,9 @@ Mike Macgirvin is an American software engineer now living in Australia. He spen
During a layoff round, Mike was let go from America Online in August 2001 and purchased a music store in Mountain View, California later to be known as "Sonica Music Company". Opening a retail store for non-essential goods at the beginning of a prolonged economic downturn was in retrospect probably not the wisest career move. Sonica eventually folded; in late 2006. Mike returned to working on software and systems support full-time and was employed briefly at Symantec before moving to Australia in early 2007. He currently lives on a farm "out in the middle of nowhere" and is employed as a Computer Systems Officer at the University of Wollongong.
-##$Projectname - The Early Years
+##Redmatrix - The Early Years
-The software which went into creating $Projectname has been through three distinct historical phases. It began in 2003 when Mike Macgirvin was looking for a content management system to power the website for his music store and found the available solutions to be lacking in various respects. The project was born as the "PurpleHaze weblog" under the nom de plume "Nerdware Communications". It was a multi-user PHP/MySQL CMS which provided blogs, forums, photo albums, events and more. Initially it provided the basis for a social community and shopping for customers of the store, but was also linked to Mike's personal weblog running on another domain. The distinguishing characteristic of this software was the ability for so-called "normal users" to re-assemble the components and choose different content feeds - and in essence create their own personal "multi-user CMS" as a view. Their custom view was able to communicate with anybody else that used the system, but could be partitioned so that adult sites and motorcycle enthusiast sites would not be visible to each other and not clash (or in this case Mike's personal website and the music store website). This software was developed primarily from 2003 until 2008.
+The software which went into creating Redmatrix has been through three distinct historical phases. It began in 2003 when Mike Macgirvin was looking for a content management system to power the website for his music store and found the available solutions to be lacking in various respects. The project was born as the "PurpleHaze weblog" under the nom de plume "Nerdware Communications". It was a multi-user PHP/MySQL CMS which provided blogs, forums, photo albums, events and more. Initially it provided the basis for a social community and shopping for customers of the store, but was also linked to Mike's personal weblog running on another domain. The distinguishing characteristic of this software was the ability for so-called "normal users" to re-assemble the components and choose different content feeds - and in essence create their own personal "multi-user CMS" as a view. Their custom view was able to communicate with anybody else that used the system, but could be partitioned so that adult sites and motorcycle enthusiast sites would not be visible to each other and not clash (or in this case Mike's personal website and the music store website). This software was developed primarily from 2003 until 2008.
In 2006 this software was used as the prototype for Symantec's "safeweb" reputation and community site. It was developed and enhanced until about 2008. A rewrite took place in 2008 named "Reflection" but work stagnated as the community dwindled. The need for content management systems and communications software dropped dramatically during this time as humans flocked to the new social aggregrators - Facebook and Twitter.
@@ -32,19 +32,19 @@ Mike realised he did not want to be held hostage to the decisions that other pro
Mike had been working on this project for some time and there were a number of things which needed re-writing, including the base communication protocol which Friendica used (DFRN or the "Distributed Friends and Relations Network" protocol). These ideas were starting to emerge as a different method of communication he called "zot". Zot began as a way to create a common language for federated websites, but there was no interest in this ability and as mentioned, the federated web was crumbling. The first version was soon scrapped and zot was re-designed and re-ignited as a streamlined communication protocol which was location-independent; e.g. not tied to any website. This would allow people to carry on unaffected if their website operator shut down temporarily or permanently. They wouldn't have to make friends all over again, and permissions of everything on the system wouldn't have to be changed to allow bob@site1 to see something that was private to him, even though he was now bob@site2. This was a serious problem with decentralisation. People moved and their online identities were lost and had to be re-created from scratch and existing relationships destroyed and had to be created all over again.
-##$Projectname
+##Redmatrix
In July 2012, Mike left the Friendica project and began development of "zot" and a new base project called "red" in his somewhat elusive *spare time*. Red is Spanish for "network". It wasn't really a "social network" and especially not a "federated social network". It was just Red (technically "la red"), or "the network". Work began by removing all the "federation" components and going back to basics - communication and remote authentication. It was a major re-write and took roughly six months before even basic communication was re-established. It was also no longer compatible with Friendica - which had been given to the "Friendica community" and by this time (December 2012) was developing separately on its own track.
It became clear during this time that the single most compelling feature of the project wasn't the social network at all, but the authentication layer and decentralised access control mechanisms. Combined with zot's location independence it created a new model for software which had never existed previously - decentralised identity-aware web publishing and single sign-on to any compatible provider across the web. These weren't *evolutionary*, they were **revolutionary**. One of the biggest flaws of the modern web is the reliance on different passwords for every service you use, or reliance on a single provider if you were to tie them to - say your Facebook login. Facebook can remove your account at any time. Gone. If you rely on their authentication for all your websites, your entire online identity - now gone. This is also what was missing from Friendica - a compelling software feature which could stand on its own, without requiring a social network and especially without requiring a federated social network with all the mentioned external dependencies.
-An early visitor to the project noted that he had some difficulty finding the project on Google because of the choice of name - "red". Yes, this was a poor decision in retrospect. We were buried on page 23,712 of the search results. The concept that was emerging around this identity-aware publishing was that of "a matrix of inter-connected thought streams", since we didn't have a concept of "people" and "friends". All were just connected "channels" with different ways to connect. So "$Projectname" was chosen to give it a searchable name. It had nothing to do with the Matrix film and red and blue pills, though that is frequently cited (erronously); and in fact isn't a bad analogy.
+An early visitor to the project noted that he had some difficulty finding the project on Google because of the choice of name - "red". Yes, this was a poor decision in retrospect. We were buried on page 23,712 of the search results. The concept that was emerging around this identity-aware publishing was that of "a matrix of inter-connected thought streams", since we didn't have a concept of "people" and "friends". All were just connected "channels" with different ways to connect. So "Redmatrix" was chosen to give it a searchable name. It had nothing to do with the Matrix film and red and blue pills, though that is frequently cited (erronously); and in fact isn't a bad analogy.
The concept of identity-aware content was alien to anything that existed previously on the web, so to make it useful we had to provide the ability to use it for content. It needed content publishing tools. This brought back concepts from the old "Content Management System" on which the software was originally based. To get it up and running quickly we created a markup language for webpages called "Comanche" which let you describe a page in high-level terms based on bbcode tags. We also added WebDAV so you could put decentralised access control on files and drag/drop from your operating system. So now you could have private photos, webpages, files, events, conversations, chatrooms - and they are visible to those you choose - no matter what site they use. All they need is zot. And your viewers could move to another site or just pop up at a different site any time they want and we don't care. And it **also** had a built-in social network; with lots of additional privacy and encryption features which were added even before the Snowden revelations gave them added urgency.
-Over time a few federation components re-emerged. The ability to view RSS feeds was important to many people. Diaspora never really managed to re-write their protocol, so that was re-implemented and allowed $Projectname to connect with Diaspora and Friendica again (Friendica still had their Diaspora protocol intact, so this was the most common language now remaining on the free web - despite its faults). Diaspora communications aren't able to make use of the advanced identity features, but they work for basic communications.
+Over time a few federation components re-emerged. The ability to view RSS feeds was important to many people. Diaspora never really managed to re-write their protocol, so that was re-implemented and allowed Redmatrix to connect with Diaspora and Friendica again (Friendica still had their Diaspora protocol intact, so this was the most common language now remaining on the free web - despite its faults). Diaspora communications aren't able to make use of the advanced identity features, but they work for basic communications.
+Mike stepped down as active coordinator for the project in early 2015.
-Mike resigned from the project as an active coordinator in early 2015.
#include doc/macros/main_footer.bb;
diff --git a/doc/main.bb b/doc/main.bb
index 4428b152b..6998ee90e 100644
--- a/doc/main.bb
+++ b/doc/main.bb
@@ -1,14 +1,14 @@
-[zrl=[baseurl]/help/about][b]What is the $Projectname?[/b][/zrl]
+[zrl=[baseurl]/help/about][b]What is $Projectname?[/b][/zrl]
$Projectname is a decentralized communication and publishing platform that enables you to keep in control of your communication needs by automatic encryption and finely grained access control. It's you, and only you who decides who is allowed to see your stuff.
[zrl=[baseurl]/help/features][b]$Projectname Features[/b][/zrl]
-The $Projectname is already running as a global distributed network and proves its versatility and scalability from standalone to huge sites on a daily basis.
+$Projectname is already running as a global distributed network and proves its versatility and scalability from standalone to huge sites on a daily basis.
Think of standalone family communication platforms, distributed online communities, support forums, blogs and homepages. Or professional content providers with commercial premium channels and targeted content acces. Whatever you want, the $Projectname is there to cater to your creativity.
[zrl=[baseurl]/help/what_is_zot][b]Got Zot? Well, you should.[/b][/zrl]
-Zot is the great new communicaton protocol invented especially for the $Projectname. As a member you are no longer bound to a single site or hub thanks to "Nomadic Identities". Migrate easily to another server and keep your contacts intact, or clone it and run the same channel on several servers. Just in case one of them might shut down, you don't lose out. Plus once you are inside the $Projectname there is no need for you to authenticate twice, even when accessing another $Projectname site. Zot is what sets the $Projectname apart.
+Zot is the great new communicaton protocol invented especially for $Projectname. As a member you are no longer bound to a single site or hub thanks to "Nomadic Identities". Migrate easily to another server and keep your contacts intact, or clone it and run the same channel on several servers. Just in case one of them might shut down, you don't lose out. Plus once you are inside $Projectname there is no need for you to authenticate twice, even when accessing another $Projectname site. Zot is what sets $Projectname apart.
[h3]Getting Started[/h3]
[zrl=[baseurl]/help/Privacy]Privacy Policy[/zrl]
diff --git a/doc/to_do_code.bb b/doc/to_do_code.bb
index 21b567c3f..04974e012 100644
--- a/doc/to_do_code.bb
+++ b/doc/to_do_code.bb
@@ -4,10 +4,10 @@ We need much more than this, but here are areas where developers can help. Pleas
[li]Documentation - see Red Documentation Project To-Do List[/li]
[li]Include TOS link in registration/verification email[/li]
-[li]forum widget with unread counts (requires the DB schema changes from v3/hubzilla to be viable)[/li]
+[li](done) forum widget with unread counts (requires the DB schema changes from v3/hubzilla to be viable)[/li]
[li]Create bug tracker module[/li]
[li]translation plugins - moses or apertium[/li]
-[li]Infinite scroll improvements (i.e. embedded page links) see http://scrollsample.appspot.com/items
+[li]Infinite scroll improvements (i.e. embedded page links) see http://scrollsample.appspot.com/items [/li]
[li]Finish the anti-spam bayesian engine[/li]
[li]implement an email permission denied bounce message from the sys channel[/li]
[li]provide a way for xchans with a certain network type to upgrade (unknown to rss, rss to statusnet, friendica-over-diaspora to friendica, for instance) based on new knowledge and/or redmatrix ability[/li]
@@ -15,7 +15,7 @@ We need much more than this, but here are areas where developers can help. Pleas
[li]Integrate the &quot;open site&quot; list with the register page[/li]
[li]implement oembed provider interface[/li]
[li]refactor the oembed client interface so that we can safely sandbox remote content[/li]
-[li]Many modern social apps now have both a profile photo and a "cover photo". Add support for this.
+[li]Many modern social apps now have both a profile photo and a "cover photo". Add support for this. [/li]
[li]Write more webpage layouts[/li]
[li]Write more webpage widgets[/li]
[li]restricted access OAuth clients[/li]
diff --git a/include/RedDAV/RedDirectory.php b/include/RedDAV/RedDirectory.php
index c7921d96f..507fde46f 100644
--- a/include/RedDAV/RedDirectory.php
+++ b/include/RedDAV/RedDirectory.php
@@ -214,6 +214,29 @@ class RedDirectory extends DAV\Node implements DAV\ICollection, DAV\IQuota {
$f = 'store/' . $this->auth->owner_nick . '/' . (($this->os_path) ? $this->os_path . '/' : '') . $hash;
+ $direct = null;
+
+ if($this->folder_hash) {
+ $r = q("select * from attach where hash = '%s' and is_dir = 1 and uid = %d limit 1",
+ dbesc($this->folder_hash),
+ intval($c[0]['channel_id'])
+ );
+ if($r)
+ $direct = $r[0];
+ }
+
+ if(($direct) && (($direct['allow_cid']) || ($direct['allow_gid']) || ($direct['deny_cid']) || ($direct['deny_gid']))) {
+ $allow_cid = $direct['allow_cid'];
+ $allow_gid = $direct['allow_gid'];
+ $deny_cid = $direct['deny_cid'];
+ $deny_gid = $direct['deny_gid'];
+ }
+ else {
+ $allow_cid = $c[0]['channel_allow_cid'];
+ $allow_gid = $c[0]['channel_allow_gid'];
+ $deny_cid = $c[0]['channel_deny_cid'];
+ $deny_gid = $c[0]['channel_deny_gid'];
+ }
$r = q("INSERT INTO attach ( aid, uid, hash, creator, filename, folder, os_storage, filetype, filesize, revision, is_photo, data, created, edited, allow_cid, allow_gid, deny_cid, deny_gid )
VALUES ( %d, %d, '%s', '%s', '%s', '%s', '%s', '%s', %d, %d, %d, '%s', '%s', '%s', '%s', '%s', '%s', '%s' ) ",
@@ -231,10 +254,10 @@ class RedDirectory extends DAV\Node implements DAV\ICollection, DAV\IQuota {
dbesc($this->os_path . '/' . $hash),
dbesc(datetime_convert()),
dbesc(datetime_convert()),
- dbesc($c[0]['channel_allow_cid']),
- dbesc($c[0]['channel_allow_gid']),
- dbesc($c[0]['channel_deny_cid']),
- dbesc($c[0]['channel_deny_gid'])
+ dbesc($allow_cid),
+ dbesc($allow_gid),
+ dbesc($deny_cid),
+ dbesc($deny_gid)
);
@@ -308,7 +331,7 @@ class RedDirectory extends DAV\Node implements DAV\ICollection, DAV\IQuota {
}
require_once('include/photos.php');
- $args = array( 'resource_id' => $hash, 'album' => $album, 'os_path' => $f, 'filename' => $name, 'getimagesize' => $x);
+ $args = array( 'resource_id' => $hash, 'album' => $album, 'os_path' => $f, 'filename' => $name, 'getimagesize' => $x, 'directory' => $direct);
$p = photo_upload($c[0],get_app()->get_observer(),$args);
}
diff --git a/include/RedDAV/RedFile.php b/include/RedDAV/RedFile.php
index d4eb6812a..ec6871a69 100644
--- a/include/RedDAV/RedFile.php
+++ b/include/RedDAV/RedFile.php
@@ -116,12 +116,14 @@ class RedFile extends DAV\Node implements DAV\IFile {
);
if($d) {
if($d[0]['folder']) {
- $f1 = q("select filename from attach where is_dir = 1 and hash = '%s' and uid = %d limit 1",
+ $f1 = q("select * from attach where is_dir = 1 and hash = '%s' and uid = %d limit 1",
dbesc($d[0]['folder']),
intval($c[0]['channel_id'])
);
- if($f1)
+ if($f1) {
$album = $f1[0]['filename'];
+ $direct = $f1[0];
+ }
}
$fname = dbunescbin($d[0]['data']);
$f = 'store/' . $this->auth->owner_nick . '/' . (($fname) ? $fname : '');
@@ -166,7 +168,7 @@ class RedFile extends DAV\Node implements DAV\IFile {
if($is_photo) {
require_once('include/photos.php');
- $args = array( 'resource_id' => $this->data['hash'], 'album' => $album, 'os_path' => $f, 'filename' => $r[0]['filename'], 'getimagesize' => $gis );
+ $args = array( 'resource_id' => $this->data['hash'], 'album' => $album, 'os_path' => $f, 'filename' => $r[0]['filename'], 'getimagesize' => $gis, 'directory' => $direct );
$p = photo_upload($c[0],get_app()->get_observer(),$args);
}
diff --git a/include/attach.php b/include/attach.php
index 417032a4b..71fad86a8 100644
--- a/include/attach.php
+++ b/include/attach.php
@@ -378,6 +378,29 @@ function attach_by_hash_nodata($hash, $rev = 0) {
* @param string $options (optional) one of update, replace, revision
* @param array $arr (optional) associative array
*/
+
+/**
+ * A lot going on in this function, and some of it is old cruft and some is new cruft
+ * and the entire thing probably needs to be refactored. It started out just storing
+ * files, before we had DAV. It was made extensible to do extra stuff like edit an
+ * existing file or optionally store a separate revision using $options to choose between different
+ * storage models. Along the way we moved from
+ * DB data storage to file system storage.
+ * Then DAV came along and used different upload methods depending on whether the
+ * file was stored as a DAV directory object or updated as a file object. One of these
+ * is essentially an update and the other is basically an upload, but doesn't use the traditional PHP
+ * upload workflow.
+ * Then came hubzilla and we tried to merge photo functionality with the file storage. Most of
+ * that integration occurs within this function.
+ * This required overlap with the old photo_upload stuff and photo albums were
+ * completely different concepts from directories which needed to be reconciled somehow.
+ * The old revision stuff is kind of orphaned currently. There's new revision stuff for photos
+ * which attaches (2) etc. onto the name, but doesn't integrate with the attach table revisioning.
+ * That's where it sits currently. I repeat it needs to be refactored, and this note is here
+ * for future explorers and those who may be doing that work to understand where it came
+ * from and got to be the monstrosity of tangled unrelated code that it currently is.
+ */
+
function attach_store($channel, $observer_hash, $options = '', $arr = null) {
require_once('include/photos.php');
@@ -487,9 +510,18 @@ function attach_store($channel, $observer_hash, $options = '', $arr = null) {
$darr['deny_gid'] = $channel['deny_gid'];
+ $direct = null;
+
if($pathname) {
$x = attach_mkdirp($channel, $observer_hash, $darr);
$folder_hash = (($x['success']) ? $x['data']['hash'] : '');
+ $direct = (($x['success']) ? $x['data'] : null);
+ if((! $str_contact_allow) && (! $str_group_allow) && (! $str_contact_deny) && (! $str_group_deny)) {
+ $str_contact_allow = $x['data']['allow_cid'];
+ $str_group_allow = $x['data']['allow_gid'];
+ $str_contact_deny = $x['data']['deny_cid'];
+ $str_group_deny = $x['data']['deny_gid'];
+ }
}
else {
$folder_hash = '';
@@ -663,7 +695,7 @@ function attach_store($channel, $observer_hash, $options = '', $arr = null) {
}
if($is_photo) {
- $args = array( 'source' => $source, 'visible' => 0, 'resource_id' => $hash, 'album' => basename($pathname), 'os_path' => $os_basepath . $os_relpath, 'filename' => $filename, 'getimagesize' => $gis);
+ $args = array( 'source' => $source, 'visible' => 0, 'resource_id' => $hash, 'album' => basename($pathname), 'os_path' => $os_basepath . $os_relpath, 'filename' => $filename, 'getimagesize' => $gis, 'directory' => $direct);
if($arr['contact_allow'])
$args['contact_allow'] = $arr['contact_allow'];
if($arr['group_allow'])
@@ -809,7 +841,7 @@ function attach_mkdir($channel, $observer_hash, $arr = null) {
// Check for duplicate name.
// Check both the filename and the hash as we will be making use of both.
- $r = q("select hash, is_dir, flags from attach where ( filename = '%s' or hash = '%s' ) and folder = '%s' and uid = %d limit 1",
+ $r = q("select id, hash, is_dir, flags from attach where ( filename = '%s' or hash = '%s' ) and folder = '%s' and uid = %d limit 1",
dbesc($arr['filename']),
dbesc($arr['hash']),
dbesc($arr['folder']),
@@ -817,9 +849,13 @@ function attach_mkdir($channel, $observer_hash, $arr = null) {
);
if($r) {
if(array_key_exists('force',$arr) && intval($arr['force'])
- && ( intval($r[0]['is_dir']) || $r[0]['flags'] & ATTACH_FLAG_DIR)) {
+ && (intval($r[0]['is_dir']))) {
$ret['success'] = true;
- $ret['data'] = $r[0];
+ $r = q("select * from attach where id = %d limit 1",
+ intval($r[0]['id'])
+ );
+ if($r)
+ $ret['data'] = $r[0];
return $ret;
}
$ret['message'] = t('duplicate filename or path');
@@ -886,7 +922,6 @@ function attach_mkdir($channel, $observer_hash, $arr = null) {
if($r) {
if(os_mkdir($path, STORAGE_DEFAULT_PERMISSIONS, true)) {
$ret['success'] = true;
- $ret['data'] = $arr;
// update the parent folder's lastmodified timestamp
$e = q("UPDATE attach SET edited = '%s' WHERE hash = '%s' AND uid = %d",
@@ -894,6 +929,13 @@ function attach_mkdir($channel, $observer_hash, $arr = null) {
dbesc($arr['folder']),
intval($channel_id)
);
+
+ $z = q("select * from attach where hash = '%s' and uid = %d and is_dir = 1 limit 1",
+ dbesc($arr['hash']),
+ intval($channel_id)
+ );
+ if($z)
+ $ret['data'] = $z[0];
}
else {
logger('attach_mkdir: ' . mkdir . ' ' . $path . ' failed.');
diff --git a/include/conversation.php b/include/conversation.php
index 645994035..e58429255 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -1597,7 +1597,7 @@ function profile_tabs($a, $is_owner = false, $nickname = null){
);
$tabs[] = array(
'label' => t('Files'),
- 'url' => $a->get_baseurl() . '/cloud/' . $nickname . ((get_observer_hash()) ? '' : '?f=&davguest=1'),
+ 'url' => $a->get_baseurl() . '/cloud/' . $nickname,
'sel' => ((argv(0) == 'cloud' || argv(0) == 'sharedwithme') ? 'active' : ''),
'title' => t('Files and Storage'),
'id' => 'files-tab',
diff --git a/include/event.php b/include/event.php
index 4393e6854..1ae0d06ef 100644
--- a/include/event.php
+++ b/include/event.php
@@ -80,9 +80,16 @@ function ical_wrapper($ev) {
function format_event_ical($ev) {
+ if($ev['type'] === 'task')
+ return format_todo_ical($ev);
+
$o = '';
$o .= "\nBEGIN:VEVENT";
+
+ $o .= "\nCREATED:" . datetime_convert('UTC','UTC', $ev['created'],'Ymd\\THis\\Z');
+ $o .= "\nLAST-MODIFIED:" . datetime_convert('UTC','UTC', $ev['edited'],'Ymd\\THis\\Z');
+ $o .= "\nDTSTAMP:" . datetime_convert('UTC','UTC', $ev['edited'],'Ymd\\THis\\Z');
if($ev['start'])
$o .= "\nDTSTART:" . datetime_convert('UTC','UTC', $ev['start'],'Ymd\\THis' . (($ev['adjust']) ? '\\Z' : ''));
if($ev['finish'] && ! $ev['nofinish'])
@@ -100,6 +107,41 @@ function format_event_ical($ev) {
}
+function format_todo_ical($ev) {
+
+ $o = '';
+
+ $o .= "\nBEGIN:VTODO";
+ $o .= "\nCREATED:" . datetime_convert('UTC','UTC', $ev['created'],'Ymd\\THis\\Z');
+ $o .= "\nLAST-MODIFIED:" . datetime_convert('UTC','UTC', $ev['edited'],'Ymd\\THis\\Z');
+ $o .= "\nDTSTAMP:" . datetime_convert('UTC','UTC', $ev['edited'],'Ymd\\THis\\Z');
+ if($ev['start'])
+ $o .= "\nDTSTART:" . datetime_convert('UTC','UTC', $ev['start'],'Ymd\\THis' . (($ev['adjust']) ? '\\Z' : ''));
+ if($ev['finish'] && ! $ev['nofinish'])
+ $o .= "\nDUE:" . datetime_convert('UTC','UTC', $ev['finish'],'Ymd\\THis' . (($ev['adjust']) ? '\\Z' : ''));
+ if($ev['summary'])
+ $o .= "\nSUMMARY:" . format_ical_text($ev['summary']);
+ if($ev['event_status']) {
+ $o .= "\nSTATUS:" . $ev['event_status'];
+ if($ev['event_status'] === 'COMPLETED')
+ $o .= "\nCOMPLETED:" . datetime_convert('UTC','UTC', $ev['event_status_date'],'Ymd\\THis\\Z');
+ }
+ if(intval($ev['event_percent']))
+ $o .= "\nPERCENT-COMPLETE:" . $ev['event_percent'];
+ if(intval($ev['event_sequence']))
+ $o .= "\nSEQUENCE:" . $ev['event_sequence'];
+ if($ev['location'])
+ $o .= "\nLOCATION:" . format_ical_text($ev['location']);
+ if($ev['description'])
+ $o .= "\nDESCRIPTION:" . format_ical_text($ev['description']);
+ $o .= "\nUID:" . $ev['event_hash'] ;
+ $o .= "\nEND:VTODO\n";
+
+ return $o;
+}
+
+
+
function format_ical_text($s) {
require_once('include/bbcode.php');
require_once('include/html2plain.php');
@@ -224,6 +266,11 @@ function event_store_event($arr) {
$arr['event_xchan'] = (($arr['event_xchan']) ? $arr['event_xchan'] : '');
+ if(array_key_exists('event_status_date',$arr))
+ $arr['event_status_date'] = datetime_convert('UTC','UTC', $arr['event_status_date']);
+ else
+ $arr['event_status_date'] = NULL_DATE;
+
// Existing event being modified
if($arr['id'] || $arr['event_hash']) {
@@ -265,6 +312,11 @@ function event_store_event($arr) {
`type` = '%s',
`adjust` = %d,
`nofinish` = %d,
+ `event_status` = '%s',
+ `event_status_date` = '%s',
+ `event_percent` = %d,
+ `event_repeat` = '%s',
+ `event_sequence` = %d,
`allow_cid` = '%s',
`allow_gid` = '%s',
`deny_cid` = '%s',
@@ -280,6 +332,11 @@ function event_store_event($arr) {
dbesc($arr['type']),
intval($arr['adjust']),
intval($arr['nofinish']),
+ dbesc($arr['event_status']),
+ dbesc($arr['event_status_date']),
+ intval($arr['event_percent']),
+ dbesc($arr['event_repeat']),
+ intval($arr['event_sequence']),
dbesc($arr['allow_cid']),
dbesc($arr['allow_gid']),
dbesc($arr['deny_cid']),
@@ -298,8 +355,8 @@ function event_store_event($arr) {
$hash = random_string() . '@' . get_app()->get_hostname();
$r = q("INSERT INTO event ( uid,aid,event_xchan,event_hash,created,edited,start,finish,summary,description,location,type,
- adjust,nofinish,allow_cid,allow_gid,deny_cid,deny_gid)
- VALUES ( %d, %d, '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', %d, %d, '%s', '%s', '%s', '%s' ) ",
+ adjust,nofinish, event_status, event_status_date, event_percent, event_repeat, event_sequence, allow_cid,allow_gid,deny_cid,deny_gid)
+ VALUES ( %d, %d, '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', %d, %d, '%s', '%s', %d, '%s', %d, '%s', '%s', '%s', '%s' ) ",
intval($arr['uid']),
intval($arr['account']),
dbesc($arr['event_xchan']),
@@ -314,6 +371,11 @@ function event_store_event($arr) {
dbesc($arr['type']),
intval($arr['adjust']),
intval($arr['nofinish']),
+ dbesc($arr['event_status']),
+ dbesc($arr['event_status_date']),
+ intval($arr['event_percent']),
+ dbesc($arr['event_repeat']),
+ intval($arr['event_sequence']),
dbesc($arr['allow_cid']),
dbesc($arr['allow_gid']),
dbesc($arr['deny_cid']),
@@ -399,9 +461,15 @@ require_once('vendor/autoload.php');
$ical = VObject\Reader::read($s);
if($ical) {
- foreach($ical->VEVENT as $event) {
- event_import_ical($event,$uid);
-
+ if($ical->VEVENT) {
+ foreach($ical->VEVENT as $event) {
+ event_import_ical($event,$uid);
+ }
+ }
+ if($ical->VTODO) {
+ foreach($ical->VTODO as $event) {
+ event_import_ical_task($event,$uid);
+ }
}
}
@@ -507,6 +575,136 @@ function event_import_ical($ical, $uid) {
}
+function event_import_ical_task($ical, $uid) {
+
+ $c = q("select * from channel where channel_id = %d limit 1",
+ intval($uid)
+ );
+
+ if(! $c)
+ return false;
+
+ $channel = $c[0];
+ $ev = array();
+
+
+ if(! isset($ical->DTSTART)) {
+ logger('no event start');
+ return false;
+ }
+
+ $dtstart = $ical->DTSTART->getDateTime();
+
+// logger('dtstart: ' . var_export($dtstart,true));
+
+ if(($dtstart->timezone_type == 2) || (($dtstart->timezone_type == 3) && ($dtstart->timezone === 'UTC'))) {
+ $ev['adjust'] = 1;
+ }
+ else {
+ $ev['adjust'] = 0;
+ }
+
+ $ev['start'] = datetime_convert((($ev['adjust']) ? 'UTC' : date_default_timezone_get()),'UTC',
+ $dtstart->format(\DateTime::W3C));
+
+
+ if(isset($ical->DUE)) {
+ $dtend = $ical->DUE->getDateTime();
+ $ev['finish'] = datetime_convert((($ev['adjust']) ? 'UTC' : date_default_timezone_get()),'UTC',
+ $dtend->format(\DateTime::W3C));
+ }
+ else
+ $ev['nofinish'] = 1;
+
+
+ if($ev['start'] === $ev['finish'])
+ $ev['nofinish'] = 1;
+
+ if(isset($ical->CREATED)) {
+ $created = $ical->CREATED->getDateTime();
+ $ev['created'] = datetime_convert('UTC','UTC',$created->format(\DateTime::W3C));
+ }
+
+ if(isset($ical->{'DTSTAMP'})) {
+ $edited = $ical->{'DTSTAMP'}->getDateTime();
+ $ev['edited'] = datetime_convert('UTC','UTC',$edited->format(\DateTime::W3C));
+ }
+
+ if(isset($ical->{'LAST-MODIFIED'})) {
+ $edited = $ical->{'LAST-MODIFIED'}->getDateTime();
+ $ev['edited'] = datetime_convert('UTC','UTC',$edited->format(\DateTime::W3C));
+ }
+
+ if(isset($ical->LOCATION))
+ $ev['location'] = (string) $ical->LOCATION;
+ if(isset($ical->DESCRIPTION))
+ $ev['description'] = (string) $ical->DESCRIPTION;
+ if(isset($ical->SUMMARY))
+ $ev['summary'] = (string) $ical->SUMMARY;
+
+ $stored_event = null;
+
+ if(isset($ical->UID)) {
+ $evuid = (string) $ical->UID;
+ $r = q("SELECT * FROM event WHERE event_hash = '%s' AND uid = %d LIMIT 1",
+ dbesc($evuid),
+ intval($uid)
+ );
+ if($r) {
+ $ev['event_hash'] = $evuid;
+ $stored_event = $r[0];
+ }
+ else {
+ $ev['external_id'] = $evuid;
+ }
+ }
+
+ if(isset($ical->SEQUENCE)) {
+ $ev['event_sequence'] = (string) $ical->SEQUENCE;
+ // see if our stored event is more current than the one we're importing
+ if((intval($ev['event_sequence']) <= intval($stored_event['event_sequence']))
+ && ($ev['edited'] <= $stored_event['edited']))
+ return false;
+ }
+
+ if(isset($ical->STATUS)) {
+ $ev['event_status'] = (string) $ical->STATUS;
+ }
+
+ if(isset($ical->{'COMPLETED'})) {
+ $completed = $ical->{'COMPLETED'}->getDateTime();
+ $ev['event_status_date'] = datetime_convert('UTC','UTC',$completed->format(\DateTime::W3C));
+ }
+
+ if(isset($ical->{'PERCENT-COMPLETE'})) {
+ $ev['event_percent'] = (string) $ical->{'PERCENT-COMPLETE'} ;
+ }
+
+ $ev['type'] = 'task';
+
+ if($ev['summary'] && $ev['start']) {
+ $ev['event_xchan'] = $channel['channel_hash'];
+ $ev['uid'] = $channel['channel_id'];
+ $ev['account'] = $channel['channel_account_id'];
+ $ev['private'] = 1;
+ $ev['allow_cid'] = '<' . $channel['channel_hash'] . '>';
+
+ logger('storing event: ' . print_r($ev,true), LOGGER_ALL);
+ $event = event_store_event($ev);
+ if($event) {
+ $item_id = event_store_item($ev,$event);
+ return true;
+ }
+ }
+
+ return false;
+
+}
+
+
+
+
+
function event_store_item($arr, $event) {
@@ -698,3 +896,14 @@ function event_store_item($arr, $event) {
return $item_id;
}
}
+
+
+function todo_stat() {
+ return array(
+ '' => t('Not specified'),
+ 'NEEDS-ACTION' => t('Needs Action'),
+ 'COMPLETED' => t('Completed'),
+ 'IN-PROCESS' => t('In Process'),
+ 'CANCELLED' => t('Cancelled')
+ );
+}
diff --git a/include/identity.php b/include/identity.php
index 804f316d1..871d85700 100644
--- a/include/identity.php
+++ b/include/identity.php
@@ -604,15 +604,27 @@ function identity_basic_export($channel_id, $items = false) {
}
-function identity_export_year($channel_id,$year) {
+function identity_export_year($channel_id,$year,$month = 0) {
if(! $year)
return array();
+ if($month && $month <= 12) {
+ $target_month = sprintf('%02d',$month);
+ $target_month_plus = sprintf('%02d',$month+1);
+ }
+ else
+ $target_month = '01';
+
$ret = array();
- $mindate = datetime_convert('UTC','UTC',$year . '-01-01 00:00:00');
- $maxdate = datetime_convert('UTC','UTC',$year+1 . '-01-01 00:00:00');
- $r = q("select * from item where item_wall = 1 and item_deleted = 0 and uid = %d and created >= '%s' and created < '%s' ",
+
+ $mindate = datetime_convert('UTC','UTC',$year . '-' . $target_month . '-01 00:00:00');
+ if($month && $month < 12)
+ $maxdate = datetime_convert('UTC','UTC',$year . '-' . $target_month_plus . '-01 00:00:00');
+ else
+ $maxdate = datetime_convert('UTC','UTC',$year+1 . '-01-01 00:00:00');
+
+ $r = q("select * from item where item_wall = 1 and item_deleted = 0 and uid = %d and created >= '%s' and created < '%s' order by created",
intval($channel_id),
dbesc($mindate),
dbesc($maxdate)
@@ -626,6 +638,18 @@ function identity_export_year($channel_id,$year) {
$ret['item'][] = encode_item($rr,true);
}
+
+ $r = q("select item_id.*, item.mid from item_id left join item on item_id.iid = item.id where item_id.uid = %d
+ and item.created >= '%s' and item.created < '%s' order by created ",
+ intval($channel_id),
+ dbesc($mindate),
+ dbesc($maxdate)
+ );
+
+ if($r)
+ $ret['item_id'] = $r;
+
+
return $ret;
}
diff --git a/include/items.php b/include/items.php
index c1b50da22..d8c551cea 100755
--- a/include/items.php
+++ b/include/items.php
@@ -495,6 +495,32 @@ function post_activity_item($arr) {
return $ret;
}
+
+function validate_item_elements($message,$arr) {
+
+ $result = array('success' => false);
+
+ if(! array_key_exists('created',$arr))
+ $result['message'] = 'missing created, possible author/owner lookup failure';
+
+ if((! $arr['mid']) || (! $arr['parent_mid']))
+ $result['message'] = 'missing message-id or parent message-id';
+
+ if(array_key_exists('flags',$message) && in_array('relay',$message['flags']) && $arr['mid'] === $arr['parent_mid'])
+ $result['message'] = 'relay set on top level post';
+
+ if(! $result['message'])
+ $result['success'] = true;
+
+ return $result;
+
+}
+
+
+
+
+
+
/**
* @brief Generate an Atom feed.
*
@@ -866,7 +892,11 @@ function get_item_elements($x) {
$arr['sig'] = (($x['signature']) ? htmlspecialchars($x['signature'], ENT_COMPAT,'UTF-8',false) : '');
+ if(array_key_exists('diaspora_signature',$x) && is_array($x['diaspora_signature']))
+ $x['diaspora_signature'] = json_encode($x['diaspora_signature']);
+
$arr['diaspora_meta'] = (($x['diaspora_signature']) ? $x['diaspora_signature'] : '');
+
$arr['object'] = activity_sanitise($x['object']);
$arr['target'] = activity_sanitise($x['target']);
@@ -1581,12 +1611,10 @@ function get_mail_elements($x) {
$arr['mail_obscured'] = 1;
if($arr['body']) {
$arr['body'] = str_rot47(base64url_encode($arr['body']));
- $arr['body'] = htmlspecialchars($arr['body'],ENT_COMPAT,'UTF-8',false);
}
if($arr['title']) {
$arr['title'] = str_rot47(base64url_encode($arr['title']));
- $arr['title'] = htmlspecialchars($arr['title'],ENT_COMPAT,'UTF-8',false);
}
if($arr['created'] > datetime_convert())
$arr['created'] = datetime_convert();
@@ -3450,8 +3478,10 @@ function mail_store($arr) {
return 0;
}
- if((strpos($arr['body'],'<') !== false) || (strpos($arr['body'],'>') !== false))
- $arr['body'] = escape_tags($arr['body']);
+ if(! $arr['mail_obscured']) {
+ if((strpos($arr['body'],'<') !== false) || (strpos($arr['body'],'>') !== false))
+ $arr['body'] = escape_tags($arr['body']);
+ }
if(array_key_exists('attach',$arr) && is_array($arr['attach']))
$arr['attach'] = json_encode($arr['attach']);
diff --git a/include/message.php b/include/message.php
index 46f113cf4..5720d2da4 100644
--- a/include/message.php
+++ b/include/message.php
@@ -170,11 +170,11 @@ function send_message($uid = 0, $recipient='', $body='', $subject='', $replyto='
- $r = q("INSERT INTO mail ( account_id, convid, mail_flags, channel_id, from_xchan, to_xchan, title, body, attach, mid, parent_mid, created, expires )
+ $r = q("INSERT INTO mail ( account_id, convid, mail_obscured, channel_id, from_xchan, to_xchan, title, body, attach, mid, parent_mid, created, expires )
VALUES ( %d, %d, %d, %d, '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s' )",
intval($channel['channel_account_id']),
intval($convid),
- intval(MAIL_OBSCURED),
+ intval(1),
intval($channel['channel_id']),
dbesc($channel['channel_hash']),
dbesc($recipient),
@@ -330,6 +330,7 @@ function private_messages_fetch_message($channel_id, $messageitem_id, $updatesee
}
}
+
if($updateseen) {
$r = q("UPDATE `mail` SET mail_seen = 1 where mail_seen = 0 and id = %d AND channel_id = %d",
dbesc($messageitem_id),
@@ -416,6 +417,7 @@ function private_messages_fetch_conversation($channel_id, $messageitem_id, $upda
}
+
if($updateseen) {
$r = q("UPDATE `mail` SET mail_seen = 1 where mail_seen = 0 and parent_mid = '%s' AND channel_id = %d",
dbesc($r[0]['parent_mid']),
diff --git a/include/photos.php b/include/photos.php
index 46d4b810c..7437d6aa9 100644
--- a/include/photos.php
+++ b/include/photos.php
@@ -50,20 +50,32 @@ function photo_upload($channel, $observer, $args) {
else
$visible = 0;
- $str_group_allow = perms2str(((is_array($args['group_allow'])) ? $args['group_allow'] : explode(',',$args['group_allow'])));
- $str_contact_allow = perms2str(((is_array($args['contact_allow'])) ? $args['contact_allow'] : explode(',',$args['contact_allow'])));
- $str_group_deny = perms2str(((is_array($args['group_deny'])) ? $args['group_deny'] : explode(',',$args['group_deny'])));
- $str_contact_deny = perms2str(((is_array($args['contact_deny'])) ? $args['contact_deny'] : explode(',',$args['contact_deny'])));
-
-
- if( (! array_key_exists('group_allow',$args))
- && (! array_key_exists('contact_allow',$args))
- && (! array_key_exists('group_deny',$args))
- && (! array_key_exists('contact_deny',$args))) {
- $str_group_allow = $channel['channel_allow_gid'];
- $str_contact_allow = $channel['channel_allow_cid'];
- $str_group_deny = $channel['channel_deny_gid'];
- $str_contact_deny = $channel['channel_deny_cid'];
+ // Set to default channel permissions. If the parent directory (album) has permissions set,
+ // use those instead. If we have specific permissions supplied, they take precedence over
+ // all other settings.
+
+ $str_group_allow = $channel['channel_allow_gid'];
+ $str_contact_allow = $channel['channel_allow_cid'];
+ $str_group_deny = $channel['channel_deny_gid'];
+ $str_contact_deny = $channel['channel_deny_cid'];
+
+ if($args['directory']) {
+ $str_group_allow = $args['directory']['allow_gid'];
+ $str_contact_allow = $args['directory']['allow_cid'];
+ $str_group_deny = $args['directory']['deny_gid'];
+ $str_contact_deny = $args['directory']['deny_cid'];
+ }
+
+ if( (array_key_exists('group_allow',$args))
+ || (array_key_exists('contact_allow',$args))
+ || (array_key_exists('group_deny',$args))
+ || (array_key_exists('contact_deny',$args))) {
+
+ $str_group_allow = perms2str(((is_array($args['group_allow'])) ? $args['group_allow'] : explode(',',$args['group_allow'])));
+ $str_contact_allow = perms2str(((is_array($args['contact_allow'])) ? $args['contact_allow'] : explode(',',$args['contact_allow'])));
+ $str_group_deny = perms2str(((is_array($args['group_deny'])) ? $args['group_deny'] : explode(',',$args['group_deny'])));
+ $str_contact_deny = perms2str(((is_array($args['contact_deny'])) ? $args['contact_deny'] : explode(',',$args['contact_deny'])));
+
}
$os_storage = 0;
diff --git a/include/widgets.php b/include/widgets.php
index 36671e719..e735f5b2f 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -980,10 +980,65 @@ function widget_rating($arr) {
}
// used by site ratings pages to provide a return link
-function widget_pubsites() {
+function widget_pubsites($arr) {
if(get_app()->poi)
return;
return '<div class="widget"><ul class="nav nav-pills"><li><a href="pubsites">' . t('Public Hubs') . '</a></li></ul></div>';
}
+function widget_forums($arr) {
+
+ $a = get_app();
+
+ if(! local_channel())
+ return '';
+
+ $o = '';
+
+ if(is_array($arr) && array_key_exists('limit',$arr))
+ $limit = " limit " . intval($limit) . " ";
+ else
+ $limit = '';
+
+ $unseen = 0;
+ if(is_array($arr) && array_key_exists('unseen',$arr) && intval($arr['unseen']))
+ $unseen = 1;
+
+ $perms_sql = item_permissions_sql(local_channel()) . item_normal();
+
+ $r1 = q("select * from abook left join xchan on abook_xchan = xchan_hash where xchan_pubforum = 1 and abook_channel = %d order by xchan_name $limit ",
+ intval(local_channel())
+ );
+ if(! $r1)
+ return $o;
+
+ $str = '';
+
+ // Trying to cram all this into a single query with joins and the proper group by's is tough.
+ // There also should be a way to update this via ajax.
+
+ for($x = 0; $x < count($r1); $x ++) {
+ $r = q("select sum(item_unseen) as unseen from item where owner_xchan = '%s' and uid = %d $perms_sql ",
+ dbesc($r1[$x]['xchan_hash']),
+ intval(local_channel())
+ );
+ if($r)
+ $r1[$x]['unseen'] = $r[0]['unseen'];
+ }
+
+ if($r1) {
+ $o .= '<div class="widget">';
+ $o .= '<h3>' . t('Forums') . '</h3><ul class="nav nav-pills nav-stacked">';
+
+ foreach($r1 as $rr) {
+ if($unseen && (! intval($rr['unseen'])))
+ continue;
+ $o .= '<li><span class="pull-right">' . ((intval($rr['unseen'])) ? intval($rr['unseen']) : '') . '</span><a href="network?f=&cid=' . $rr['abook_id'] . '" ><img src="' . $rr['xchan_photo_s'] . '" style="width: 16px; height: 16px;" /> ' . $rr['xchan_name'] . '</a></li>';
+ }
+ $o .= '</ul></div>';
+ }
+ return $o;
+
+}
+
diff --git a/include/zot.php b/include/zot.php
index 0cb3ab9ed..bae20b4f0 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -1178,8 +1178,10 @@ function zot_import($arr, $sender_url) {
if($i['message']['type'] === 'activity') {
$arr = get_item_elements($i['message']);
- if(! array_key_exists('created',$arr)) {
- logger('Activity rejected: probable failure to lookup author/owner. ' . print_r($i['message'],true));
+ $v = validate_item_elements($i['message'],$arr);
+
+ if(! $v['success']) {
+ logger('Activity rejected: ' . $v['message'] . ' ' . print_r($i['message'],true));
continue;
}
@@ -1537,8 +1539,9 @@ function process_delivery($sender, $arr, $deliveries, $relay, $public = false, $
$tag_delivery = tgroup_check($channel['channel_id'],$arr);
- $perm = (($arr['mid'] == $arr['parent_mid']) ? 'send_stream' : 'post_comments');
-
+ $perm = 'send_stream';
+ if(($arr['mid'] !== $arr['parent_mid']) && ($relay))
+ $perm = 'post_comments';
// This is our own post, possibly coming from a channel clone
diff --git a/install/schema_mysql.sql b/install/schema_mysql.sql
index b1d59a0f5..5b7d77a77 100644
--- a/install/schema_mysql.sql
+++ b/install/schema_mysql.sql
@@ -367,6 +367,11 @@ CREATE TABLE IF NOT EXISTS `event` (
`allow_gid` mediumtext NOT NULL,
`deny_cid` mediumtext NOT NULL,
`deny_gid` mediumtext NOT NULL,
+ `event_status` char(255) NOT NULL DEFAULT '',
+ `event_status_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+ `event_percent` smallint(6) NOT NULL DEFAULT '0',
+ `event_repeat` text NOT NULL,
+ `event_sequence` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `uid` (`uid`),
KEY `type` (`type`),
@@ -377,7 +382,9 @@ CREATE TABLE IF NOT EXISTS `event` (
KEY `ignore` (`ignore`),
KEY `aid` (`aid`),
KEY `event_hash` (`event_hash`),
- KEY `event_xchan` (`event_xchan`)
+ KEY `event_xchan` (`event_xchan`),
+ KEY `event_status` (`event_status`),
+ KEY `event_sequence` (`event_sequence`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `fcontact` (
diff --git a/install/schema_postgres.sql b/install/schema_postgres.sql
index 7d81f31aa..7ebdeca54 100644
--- a/install/schema_postgres.sql
+++ b/install/schema_postgres.sql
@@ -358,6 +358,11 @@ CREATE TABLE "event" (
"allow_gid" text NOT NULL,
"deny_cid" text NOT NULL,
"deny_gid" text NOT NULL,
+ "event_status" char(255) NOT NULL DEFAULT '',
+ "event_status_date" timestamp NOT NULL DEFAULT '0001-01-01 00:00:00',
+ "event_percent" smallint(6) NOT NULL DEFAULT '0',
+ "event_repeat" text NOT NULL,
+ "event_sequence" smallint NOT NULL DEFAULT '0',
PRIMARY KEY ("id")
);
create index "event_uid_idx" on event ("uid");
@@ -370,6 +375,8 @@ create index "event_ignore_idx" on event ("ignore");
create index "event_aid_idx" on event ("aid");
create index "event_hash_idx" on event ("event_hash");
create index "event_xchan_idx" on event ("event_xchan");
+create index "event_status_idx" on event ("event_status");
+create index "event_sequence_idx" on event ("event_sequence");
CREATE TABLE "fcontact" (
diff --git a/install/update.php b/install/update.php
index e8c4f578e..3ca22c8c5 100644
--- a/install/update.php
+++ b/install/update.php
@@ -1,6 +1,6 @@
<?php
-define( 'UPDATE_VERSION' , 1145 );
+define( 'UPDATE_VERSION' , 1147 );
/**
*
@@ -1686,4 +1686,37 @@ function update_r1144() {
}
return UPDATE_SUCCESS;
-} \ No newline at end of file
+}
+
+function update_r1145() {
+
+ if(ACTIVE_DBTYPE == DBTYPE_POSTGRES) {
+ $r1 = q("ALTER TABLE event ADD event_status char(255) NOT NULL DEFAULT '',
+ ADD event_status_date timestamp NOT NULL DEFAULT '0001-01-01 00:00:00',
+ ADD event_percent SMALLINT NOT NULL DEFAULT '0',
+ ADD event_repeat TEXT NOT NULL DEFAULT '' ");
+ $r2 = q("create index event_status on event ( event_status )");
+ $r = $r1 && $r2;
+ }
+ else {
+ $r = q("ALTER TABLE `event` ADD `event_status` CHAR( 255 ) NOT NULL DEFAULT '',
+ ADD `event_status_date` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
+ ADD `event_percent` SMALLINT NOT NULL DEFAULT '0',
+ ADD `event_repeat` TEXT NOT NULL DEFAULT '',
+ ADD INDEX ( `event_status` ) ");
+ }
+ if($r)
+ return UPDATE_SUCCESS;
+ return UPDATE_FAILED;
+
+}
+
+function update_r1146() {
+
+ $r1 = q("alter table event add event_sequence smallint not null default '0' ");
+ $r2 = q("create index event_sequence on event ( event_sequence ) ");
+ if($r1 && $r2)
+ return UPDATE_SUCCESS;
+ return UPDATE_FAILED;
+}
+
diff --git a/mod/acl.php b/mod/acl.php
index 6383d774c..dc29e3eff 100644
--- a/mod/acl.php
+++ b/mod/acl.php
@@ -92,7 +92,7 @@ function acl_init(&$a){
if($extra_channels_sql != '')
$extra_channels_sql = " OR (abook_channel IN ($extra_channels_sql)) and abook_hidden = 0 ";
- $r = q("SELECT abook_id as id, xchan_hash as hash, xchan_name as name, xchan_photo_s as micro, xchan_url as url, xchan_addr as nick, abook_their_perms, abook_flags
+ $r = q("SELECT abook_id as id, xchan_hash as hash, xchan_name as name, xchan_photo_s as micro, xchan_url as url, xchan_addr as nick, abook_their_perms, abook_flags, abook_self
FROM abook left join xchan on abook_xchan = xchan_hash
WHERE (abook_channel = %d $extra_channels_sql) AND abook_blocked = 0 and abook_pending = 0 and abook_archived = 0 and xchan_deleted = 0 $sql_extra2 order by $order_extra2 xchan_name asc" ,
intval(local_channel())
@@ -100,7 +100,7 @@ function acl_init(&$a){
}
else { // Visitors
- $r = q("SELECT xchan_hash as id, xchan_hash as hash, xchan_name as name, xchan_photo_s as micro, xchan_url as url, xchan_addr as nick, 0 as abook_their_perms, 0 as abook_flags
+ $r = q("SELECT xchan_hash as id, xchan_hash as hash, xchan_name as name, xchan_photo_s as micro, xchan_url as url, xchan_addr as nick, 0 as abook_their_perms, 0 as abook_flags, 0 as abook_self
FROM xchan left join xlink on xlink_link = xchan_hash
WHERE xlink_xchan = '%s' AND xchan_deleted = 0 $sql_extra2 order by $order_extra2 xchan_name asc" ,
dbesc(get_observer_hash())
@@ -116,7 +116,7 @@ function acl_init(&$a){
$known_hashes[] = "'".$rr['hash']."'";
$known_hashes_sql = 'AND xchan_hash not in ('.join(',',$known_hashes).')';
- $r2 = q("SELECT abook_id as id, xchan_hash as hash, xchan_name as name, xchan_photo_s as micro, xchan_url as url, xchan_addr as nick, abook_their_perms, abook_flags
+ $r2 = q("SELECT abook_id as id, xchan_hash as hash, xchan_name as name, xchan_photo_s as micro, xchan_url as url, xchan_addr as nick, abook_their_perms, abook_flags, abook_self
FROM abook left join xchan on abook_xchan = xchan_hash
WHERE abook_channel IN ($extra_channels_sql) $known_hashes_sql AND abook_blocked = 0 and abook_pending = 0 and abook_archived = 0 and abook_hidden = 0 and xchan_deleted = 0 $sql_extra2 order by $order_extra2 xchan_name asc");
if($r2)
@@ -145,7 +145,7 @@ function acl_init(&$a){
}
if(intval(get_config('system','taganyone')) || intval(get_pconfig(local_channel(),'system','taganyone'))) {
if((count($r) < 100) && $type == 'c') {
- $r2 = q("SELECT substr(xchan_hash,1,18) as id, xchan_hash as hash, xchan_name as name, xchan_photo_s as micro, xchan_url as url, xchan_addr as nick, 0 as abook_their_perms, 0 as abook_flags
+ $r2 = q("SELECT substr(xchan_hash,1,18) as id, xchan_hash as hash, xchan_name as name, xchan_photo_s as micro, xchan_url as url, xchan_addr as nick, 0 as abook_their_perms, 0 as abook_flags, 0 as abook_self
FROM xchan
WHERE xchan_deleted = 0 $sql_extra2 order by $order_extra2 xchan_name asc"
);
diff --git a/mod/admin.php b/mod/admin.php
index 794bac69b..89207e4fa 100644
--- a/mod/admin.php
+++ b/mod/admin.php
@@ -677,7 +677,7 @@ function admin_page_users_post($a) {
intval($users[$i])
);
}
- notice( sprintf( tt("%s user blocked/unblocked", "%s users blocked/unblocked", count($users)), count($users)) );
+ notice( sprintf( tt("%s account blocked/unblocked", "%s account blocked/unblocked", count($users)), count($users)) );
}
// account delete button was submitted
if (x($_POST, 'page_users_delete')) {
@@ -685,7 +685,7 @@ function admin_page_users_post($a) {
foreach ($users as $uid){
account_remove($uid, true, false);
}
- notice( sprintf( tt("%s user deleted", "%s users deleted", count($users)), count($users)) );
+ notice( sprintf( tt("%s account deleted", "%s accounts deleted", count($users)), count($users)) );
}
// registration approved button was submitted
if (x($_POST, 'page_users_approve')) {
@@ -733,7 +733,7 @@ function admin_page_users(&$a){
require_once('include/Contact.php');
account_remove($uid,true,false);
- notice( sprintf(t("User '%s' deleted"), $account[0]['account_email']) . EOL);
+ notice( sprintf(t("Account '%s' deleted"), $account[0]['account_email']) . EOL);
break;
case 'block':
q("UPDATE account SET account_flags = ( account_flags | %d ) WHERE account_id = %d",
@@ -741,7 +741,7 @@ function admin_page_users(&$a){
intval($uid)
);
- notice( sprintf( t("User '%s' blocked") , $account[0]['account_email']) . EOL);
+ notice( sprintf( t("Account '%s' blocked") , $account[0]['account_email']) . EOL);
break;
case 'unblock':
q("UPDATE account SET account_flags = ( account_flags & ~%d ) WHERE account_id = %d",
@@ -749,7 +749,7 @@ function admin_page_users(&$a){
intval($uid)
);
- notice( sprintf( t("User '%s' unblocked"), $account[0]['account_email']) . EOL);
+ notice( sprintf( t("Account '%s' unblocked"), $account[0]['account_email']) . EOL);
break;
}
@@ -826,8 +826,8 @@ function admin_page_users(&$a){
'$h_users' => t('Users'),
'$th_users' => array( t('ID'), t('Email'), t('All Channels'), t('Register date'), t('Last login'), t('Expires'), t('Service Class')),
- '$confirm_delete_multi' => t('Selected users will be deleted!\n\nEverything these users had posted on this site will be permanently deleted!\n\nAre you sure?'),
- '$confirm_delete' => t('The user {0} will be deleted!\n\nEverything this user has posted on this site will be permanently deleted!\n\nAre you sure?'),
+ '$confirm_delete_multi' => t('Selected accounts will be deleted!\n\nEverything these accounts had posted on this site will be permanently deleted!\n\nAre you sure?'),
+ '$confirm_delete' => t('The account {0} will be deleted!\n\nEverything this account has posted on this site will be permanently deleted!\n\nAre you sure?'),
'$form_security_token' => get_form_security_token("admin_users"),
diff --git a/mod/import.php b/mod/import.php
index 92de33059..deee0c6e7 100644
--- a/mod/import.php
+++ b/mod/import.php
@@ -437,7 +437,6 @@ function import_post(&$a) {
// FIXME - ensure we have an xchan if somebody is trying to pull a fast one
-
if($completed < 8) {
$friends = 0;
$feeds = 0;
@@ -446,10 +445,6 @@ function import_post(&$a) {
$abooks = $data['abook'];
if($abooks) {
foreach($abooks as $abook) {
- if($max_friends !== false && $friends > $max_friends)
- continue;
- if($max_feeds !== false && intval($abook['abook_feed']) && ($feeds > $max_feeds))
- continue;
unset($abook['abook_id']);
unset($abook['abook_rating']);
@@ -475,6 +470,12 @@ function import_post(&$a) {
);
}
}
+ else {
+ if($max_friends !== false && $friends > $max_friends)
+ continue;
+ if($max_feeds !== false && intval($abook['abook_feed']) && ($feeds > $max_feeds))
+ continue;
+ }
dbesc_array($abook);
$r = dbq("INSERT INTO abook (`"
diff --git a/mod/import_items.php b/mod/import_items.php
new file mode 100644
index 000000000..1e54c0deb
--- /dev/null
+++ b/mod/import_items.php
@@ -0,0 +1,172 @@
+<?php
+
+
+function import_items_post(&$a) {
+
+ if(! local_channel())
+ return;
+
+ $data = null;
+
+ $src = $_FILES['filename']['tmp_name'];
+ $filename = basename($_FILES['filename']['name']);
+ $filesize = intval($_FILES['filename']['size']);
+ $filetype = $_FILES['filename']['type'];
+
+ if($src) {
+ // This is OS specific and could also fail if your tmpdir isn't very large
+ // mostly used for Diaspora which exports gzipped files.
+
+ if(strpos($filename,'.gz')){
+ @rename($src,$src . '.gz');
+ @system('gunzip ' . escapeshellarg($src . '.gz'));
+ }
+
+ if($filesize) {
+ $data = @file_get_contents($src);
+ }
+ unlink($src);
+ }
+
+ if(! $src) {
+
+ $old_address = ((x($_REQUEST,'old_address')) ? $_REQUEST['old_address'] : '');
+
+ if(! $old_address) {
+ logger('mod_import: nothing to import.');
+ notice( t('Nothing to import.') . EOL);
+ return;
+ }
+
+ $email = ((x($_REQUEST,'email')) ? $_REQUEST['email'] : '');
+ $password = ((x($_REQUEST,'password')) ? $_REQUEST['password'] : '');
+
+ $year = ((x($_REQUEST,'year')) ? $_REQUEST['year'] : '');
+
+ $channelname = substr($old_address,0,strpos($old_address,'@'));
+ $servername = substr($old_address,strpos($old_address,'@')+1);
+
+ $scheme = 'https://';
+ $api_path = '/api/red/channel/export/items?f=&channel=' . $channelname . '&year=' . intval($year);
+ $binary = false;
+ $redirects = 0;
+ $opts = array('http_auth' => $email . ':' . $password);
+ $url = $scheme . $servername . $api_path;
+ $ret = z_fetch_url($url, $binary, $redirects, $opts);
+ if(! $ret['success'])
+ $ret = z_fetch_url('http://' . $servername . $api_path, $binary, $redirects, $opts);
+ if($ret['success'])
+ $data = $ret['body'];
+ else
+ notice( t('Unable to download data from old server') . EOL);
+
+ }
+
+ if(! $data) {
+ logger('mod_import: empty file.');
+ notice( t('Imported file is empty.') . EOL);
+ return;
+ }
+
+ $data = json_decode($data,true);
+
+// logger('import: data: ' . print_r($data,true));
+// print_r($data);
+
+
+ if(array_key_exists('compatibility',$data) && array_key_exists('database',$data['compatibility'])) {
+ $v1 = substr($data['compatibility']['database'],-4);
+ $v2 = substr(DB_UPDATE_VERSION,-4);
+ if($v2 > $v1) {
+ $t = sprintf( t('Warning: Database versions differ by %1$d updates.'), $v2 - $v1 );
+ notice($t);
+ }
+ }
+
+ $channel = $a->get_channel();
+
+ $saved_notification_flags = notifications_off($channel['channel_id']);
+
+ if(array_key_exists('item',$data) && $data['item']) {
+
+ foreach($data['item'] as $i) {
+ $item = get_item_elements($i);
+
+ $r = q("select id, edited from item where mid = '%s' and uid = %d limit 1",
+ dbesc($item['mid']),
+ intval($channel['channel_id'])
+ );
+ if($r) {
+ if($item['edited'] > $r[0]['edited']) {
+ $item['id'] = $r[0]['id'];
+ $item['uid'] = $channel['channel_id'];
+ item_store_update($item);
+ continue;
+ }
+ }
+ else {
+ $item['aid'] = $channel['channel_account_id'];
+ $item['uid'] = $channel['channel_id'];
+ $item_result = item_store($item);
+ }
+
+ }
+
+ }
+
+ notifications_on($channel['channel_id'],$saved_notification_flags);
+
+ if(array_key_exists('item_id',$data) && $data['item_id']) {
+ foreach($data['item_id'] as $i) {
+ $r = q("select id from item where mid = '%s' and uid = %d limit 1",
+ dbesc($i['mid']),
+ intval($channel['channel_id'])
+ );
+ if(! $r)
+ continue;
+ $z = q("select * from item_id where service = '%s' and sid = '%s' and iid = %d and uid = %d limit 1",
+ dbesc($i['service']),
+ dbesc($i['sid']),
+ intval($r[0]['id']),
+ intval($channel['channel_id'])
+ );
+ if(! $z) {
+ q("insert into item_id (iid,uid,sid,service) values(%d,%d,'%s','%s')",
+ intval($r[0]['id']),
+ intval($channel['channel_id']),
+ dbesc($i['sid']),
+ dbesc($i['service'])
+ );
+ }
+ }
+ }
+
+ info( t('Import completed') . EOL);
+ return;
+}
+
+
+
+
+function import_items_content(&$a) {
+
+
+
+
+ if(! local_channel()) {
+ notice( t('Permission denied') . EOL);
+ return login();
+ }
+
+ $o = replace_macros(get_markup_template('item_import.tpl'),array(
+ '$title' => t('Import Items'),
+ '$desc' => t('Use this form to import existing posts and content from an export file.'),
+ '$label_filename' => t('File to Upload'),
+ '$submit' => t('Submit')
+ ));
+
+ return $o;
+
+}
+
+
diff --git a/mod/item.php b/mod/item.php
index 57a905395..ff6a834e6 100644
--- a/mod/item.php
+++ b/mod/item.php
@@ -1050,6 +1050,23 @@ function fix_attached_photo_permissions($uid,$xchan_hash,$body,
if(! strlen($image_uri))
continue;
$srch = '<' . $xchan_hash . '>';
+
+ $r = q("select folder from attach where hash = '%s' and uid = %d limit 1",
+ dbesc($image_uri),
+ intval($uid)
+ );
+ if($r && $r[0]['folder']) {
+ $f = q("select * from attach where hash = '%s' and is_dir = 1 and uid = %d limit 1",
+ dbesc($r[0]['folder']),
+ intval($uid)
+ );
+ if(($f) && (($f[0]['allow_cid']) || ($f[0]['allow_gid']) || ($f[0]['deny_cid']) || ($f[0]['deny_gid']))) {
+ $str_contact_allow = $f[0]['allow_cid'];
+ $str_group_allow = $f[0]['allow_gid'];
+ $str_contact_deny = $f[0]['deny_cid'];
+ $str_group_deny = $f[0]['deny_gid'];
+ }
+ }
$r = q("SELECT id FROM photo
WHERE allow_cid = '%s' AND allow_gid = '' AND deny_cid = '' AND deny_gid = ''
diff --git a/mod/lostpass.php b/mod/lostpass.php
index 3269128f1..3dbc2fe7d 100644
--- a/mod/lostpass.php
+++ b/mod/lostpass.php
@@ -72,10 +72,11 @@ function lostpass_content(&$a) {
$salt = random_string(32);
$password_encoded = hash('whirlpool', $salt . $new_password);
-
- $r = q("UPDATE account SET account_salt = '%s', account_password = '%s', account_reset = '' where account_id = %d",
+
+ $r = q("UPDATE account SET account_salt = '%s', account_password = '%s', account_reset = '', account_flags = (account_flags & ~%d) where account_id = %d",
dbesc($salt),
dbesc($password_encoded),
+ intval(ACCOUNT_UNVERIFIED),
intval($aid)
);
diff --git a/mod/setup.php b/mod/setup.php
index bba29921e..15820f14e 100755
--- a/mod/setup.php
+++ b/mod/setup.php
@@ -68,6 +68,10 @@ function setup_post(&$a) {
$adminmail = trim($_POST['adminmail']);
$siteurl = trim($_POST['siteurl']);
+ // $siteurl should not have a trailing slash
+
+ $siteurl = rtrim($siteurl,'/');
+
require_once('include/dba/dba_driver.php');
unset($db);
$db = dba_factory($dbhost, $dbport, $dbuser, $dbpass, $dbdata, $dbtype, true);
diff --git a/mod/uexport.php b/mod/uexport.php
index 8217a17c4..df66474f1 100644
--- a/mod/uexport.php
+++ b/mod/uexport.php
@@ -13,11 +13,15 @@ function uexport_init(&$a) {
$year = intval(argv(1));
}
+ if(argc() > 2 && intval(argv(2)) > 0 && intval(argv(2)) <= 12) {
+ $month = intval(argv(2));
+ }
+
header('content-type: application/octet_stream');
- header('content-disposition: attachment; filename="' . $channel['channel_address'] . (($year) ? '-' . $year : '') . '.json"' );
+ header('content-disposition: attachment; filename="' . $channel['channel_address'] . (($year) ? '-' . $year : '') . (($month) ? '-' . $month : '') . '.json"' );
if($year) {
- echo json_encode(identity_export_year(local_channel(),$year));
+ echo json_encode(identity_export_year(local_channel(),$year,$month));
killme();
}
diff --git a/version.inc b/version.inc
index cab20ff1c..807ab4e76 100644
--- a/version.inc
+++ b/version.inc
@@ -1 +1 @@
-2015-08-05.1115
+2015-08-18.1128
diff --git a/view/ca/messages.po b/view/ca/messages.po
index ff5df43e5..7684159cf 100644
--- a/view/ca/messages.po
+++ b/view/ca/messages.po
@@ -1,6127 +1,9074 @@
-# FRIENDICA Distributed Social Network
-# Copyright (C) 2010, 2011 the Friendica Project
-# This file is distributed under the same license as the Friendica package.
+# Red Matrix Project
+# Copyright (C) 2012-2014 the Red Matrix Project
+# This file is distributed under the same license as the Red package.
#
# Translators:
-# Rafael GARAU ESPINÓS <transifex@macadamia.es>, 2012.
+# Espart <ranker72@gmail.com>, 2015
+# Rafael, 2013-2015
+# Rafael, 2015
+# Rafael, 2015
msgid ""
msgstr ""
-"Project-Id-Version: friendica\n"
-"Report-Msgid-Bugs-To: http://bugs.friendica.com/\n"
-"POT-Creation-Date: 2012-03-06 15:09-0800\n"
-"PO-Revision-Date: 2012-03-08 21:58+0000\n"
-"Last-Translator: Rafael GARAU ESPINÓS <transifex@macadamia.es>\n"
-"Language-Team: Catalan (http://www.transifex.net/projects/p/friendica/language/ca/)\n"
+"Project-Id-Version: Redmatrix\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2015-08-07 00:03-0700\n"
+"PO-Revision-Date: 2015-08-11 22:02+0000\n"
+"Last-Translator: Rafael\n"
+"Language-Team: Catalan (Spain) (http://www.transifex.com/Friendica/red-matrix/language/ca_ES/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ca\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Language: ca_ES\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../../mod/oexchange.php:25
-msgid "Post successful."
-msgstr "Publicat amb éxit."
+#: ../../include/dba/dba_driver.php:141
+#, php-format
+msgid "Cannot locate DNS info for database server '%s'"
+msgstr "No s'ha trobat informació de DNS pel servidor de base de dades '%s'"
-#: ../../mod/update_notes.php:41 ../../mod/update_community.php:18
-#: ../../mod/update_network.php:22 ../../mod/update_profile.php:41
-msgid "[Embedded content - reload page to view]"
-msgstr "[Contingut embegut - recarrega la pàgina per a veure-ho]"
-
-#: ../../mod/crepair.php:102
-msgid "Contact settings applied."
-msgstr "Ajustos de Contacte aplicats."
-
-#: ../../mod/crepair.php:104
-msgid "Contact update failed."
-msgstr "Fracassà l'actualització de Contacte"
-
-#: ../../mod/crepair.php:115 ../../mod/wall_attach.php:43
-#: ../../mod/fsuggest.php:78 ../../mod/events.php:110 ../../mod/api.php:26
-#: ../../mod/api.php:31 ../../mod/photos.php:129 ../../mod/photos.php:865
-#: ../../mod/editpost.php:10 ../../mod/install.php:171
-#: ../../mod/notifications.php:62 ../../mod/contacts.php:125
-#: ../../mod/settings.php:49 ../../mod/settings.php:411
-#: ../../mod/settings.php:416 ../../mod/manage.php:86 ../../mod/network.php:6
-#: ../../mod/notes.php:20 ../../mod/attach.php:33 ../../mod/group.php:19
-#: ../../mod/viewconnections.php:22 ../../mod/register.php:36
-#: ../../mod/regmod.php:111 ../../mod/item.php:124 ../../mod/item.php:140
-#: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:137
-#: ../../mod/profile_photo.php:148 ../../mod/profile_photo.php:159
-#: ../../mod/message.php:9 ../../mod/message.php:46 ../../mod/allfriends.php:9
-#: ../../mod/wall_upload.php:42 ../../mod/follow.php:8 ../../mod/common.php:9
-#: ../../mod/display.php:133 ../../mod/profiles.php:7
-#: ../../mod/profiles.php:229 ../../mod/delegate.php:6
-#: ../../mod/suggest.php:28 ../../mod/invite.php:13 ../../mod/invite.php:81
-#: ../../mod/dfrn_confirm.php:53 ../../addon/facebook/facebook.php:332
-#: ../../include/items.php:3030 ../../index.php:288
-msgid "Permission denied."
-msgstr "Permís denegat."
+#: ../../include/photo/photo_driver.php:687 ../../mod/profile_photo.php:143
+#: ../../mod/profile_photo.php:302 ../../mod/profile_photo.php:424
+#: ../../mod/photos.php:92 ../../mod/photos.php:637
+msgid "Profile Photos"
+msgstr "Fotos del Perfil"
-#: ../../mod/crepair.php:129 ../../mod/fsuggest.php:20
-#: ../../mod/fsuggest.php:92 ../../mod/dfrn_confirm.php:118
-msgid "Contact not found."
-msgstr "Contacte no trobat"
+#: ../../include/menu.php:107 ../../include/page_widgets.php:8
+#: ../../include/page_widgets.php:36 ../../include/RedDAV/RedBrowser.php:266
+#: ../../include/ItemObject.php:100 ../../include/apps.php:254
+#: ../../mod/webpages.php:181 ../../mod/thing.php:227
+#: ../../mod/connections.php:382 ../../mod/connections.php:395
+#: ../../mod/connections.php:414 ../../mod/blocks.php:153
+#: ../../mod/editpost.php:106 ../../mod/editlayout.php:133
+#: ../../mod/editwebpage.php:178 ../../mod/editblock.php:134
+#: ../../mod/menu.php:103 ../../mod/settings.php:650 ../../mod/layouts.php:183
+msgid "Edit"
+msgstr "Edita"
+
+#: ../../include/contact_selectors.php:56
+msgid "Frequently"
+msgstr "Freqüentment"
-#: ../../mod/crepair.php:135
-msgid "Repair Contact Settings"
-msgstr "Reposar els ajustos de Contacte"
+#: ../../include/contact_selectors.php:57
+msgid "Hourly"
+msgstr "Horariament"
-#: ../../mod/crepair.php:137
-msgid ""
-"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect"
-" information your communications with this contact may stop working."
-msgstr "<strong>ADVERTÈNCIA: Això és molt avançat </strong> i si s'introdueix informació incorrecta la seva comunicació amb aquest contacte pot deixar de funcionar."
+#: ../../include/contact_selectors.php:58
+msgid "Twice daily"
+msgstr "Dos vegades al dia"
+
+#: ../../include/contact_selectors.php:59
+msgid "Daily"
+msgstr "Diariament"
+
+#: ../../include/contact_selectors.php:60
+msgid "Weekly"
+msgstr "Setmanalment"
+
+#: ../../include/contact_selectors.php:61
+msgid "Monthly"
+msgstr "Mensualment"
+
+#: ../../include/contact_selectors.php:76
+msgid "Friendica"
+msgstr "Friendica"
+
+#: ../../include/contact_selectors.php:77
+msgid "OStatus"
+msgstr "OStatus"
+
+#: ../../include/contact_selectors.php:78
+msgid "RSS/Atom"
+msgstr "RSS/Atom"
+
+#: ../../include/contact_selectors.php:79 ../../mod/admin.php:822
+#: ../../mod/admin.php:831 ../../mod/id.php:15 ../../mod/id.php:16
+#: ../../boot.php:1553
+msgid "Email"
+msgstr "Correu electrónic"
+
+#: ../../include/contact_selectors.php:80
+msgid "Diaspora"
+msgstr "Diaspora"
+
+#: ../../include/contact_selectors.php:81
+msgid "Facebook"
+msgstr "Facebook"
+
+#: ../../include/contact_selectors.php:82
+msgid "Zot!"
+msgstr "Zot!"
+
+#: ../../include/contact_selectors.php:83
+msgid "LinkedIn"
+msgstr "LinkedIn"
+
+#: ../../include/contact_selectors.php:84
+msgid "XMPP/IM"
+msgstr "XMPP/IM"
+
+#: ../../include/contact_selectors.php:85
+msgid "MySpace"
+msgstr "MySpace"
+
+#: ../../include/notify.php:23
+msgid "created a new post"
+msgstr "Creada una nova entrada"
-#: ../../mod/crepair.php:138
+#: ../../include/notify.php:24
+#, php-format
+msgid "commented on %s's post"
+msgstr "comentat a l'entrada de %s"
+
+#: ../../include/Import/import_diaspora.php:17
+msgid "No username found in import file."
+msgstr "No s'ha trobat nom d'usuari a l'arxiu d'importació."
+
+#: ../../include/Import/import_diaspora.php:42 ../../mod/import.php:156
+msgid "Unable to create a unique channel address. Import failed."
+msgstr "No s'ha pogut importar el canal perquè l'adreça única de canal no s'ha pogut crear."
+
+#: ../../include/Import/import_diaspora.php:140 ../../mod/import.php:504
+msgid "Import completed."
+msgstr "S'ha completat la importació."
+
+#: ../../include/group.php:26
msgid ""
-"Please use your browser 'Back' button <strong>now</strong> if you are "
-"uncertain what to do on this page."
-msgstr "Si us plau, prem el botó 'Tornar' <strong>ara</strong> si no saps segur que has de fer aqui."
+"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 grup esborrat amb aquest nom fou reviscolat. Els permisos dels items existents <strong>poden</strong> aplicar-se a aquest grup i qualsevol membre futur. Si no es això el que vols, si et plau, crea un altre grup amb un nom diferent."
-#: ../../mod/crepair.php:144
-msgid "Return to contact editor"
-msgstr "Tornar al editor de contactes"
+#: ../../include/group.php:235
+msgid "Default privacy group for new contacts"
+msgstr "Privacitat de grup predeterminada per a contactes nous"
-#: ../../mod/crepair.php:148 ../../mod/settings.php:462
-#: ../../mod/settings.php:488 ../../mod/admin.php:484 ../../mod/admin.php:493
-msgid "Name"
-msgstr "Nom"
+#: ../../include/group.php:254 ../../mod/admin.php:831
+msgid "All Channels"
+msgstr "Tots els Canals"
-#: ../../mod/crepair.php:149
-msgid "Account Nickname"
-msgstr "Malnom de Compte"
-
-#: ../../mod/crepair.php:150
-msgid "@Tagname - overrides Name/Nickname"
-msgstr "@Tagname - té prel·lació sobre Nom/Malnom"
-
-#: ../../mod/crepair.php:151
-msgid "Account URL"
-msgstr "Adreça URL del Compte"
-
-#: ../../mod/crepair.php:152
-msgid "Friend Request URL"
-msgstr "Adreça URL de sol·licitud d'Amistat"
-
-#: ../../mod/crepair.php:153
-msgid "Friend Confirm URL"
-msgstr "Adreça URL de confirmació d'Amic"
-
-#: ../../mod/crepair.php:154
-msgid "Notification Endpoint URL"
-msgstr "Adreça URL de Notificació"
-
-#: ../../mod/crepair.php:155
-msgid "Poll/Feed URL"
-msgstr "Adreça de Enquesta/Alimentador"
-
-#: ../../mod/crepair.php:156
-msgid "New photo from this URL"
-msgstr "Nova foto d'aquesta URL"
-
-#: ../../mod/crepair.php:166 ../../mod/fsuggest.php:107
-#: ../../mod/events.php:400 ../../mod/photos.php:900 ../../mod/photos.php:958
-#: ../../mod/photos.php:1182 ../../mod/photos.php:1222
-#: ../../mod/photos.php:1262 ../../mod/photos.php:1293
-#: ../../mod/install.php:251 ../../mod/install.php:289
-#: ../../mod/localtime.php:45 ../../mod/contacts.php:319
-#: ../../mod/settings.php:460 ../../mod/settings.php:603
-#: ../../mod/settings.php:797 ../../mod/manage.php:109 ../../mod/group.php:80
-#: ../../mod/admin.php:313 ../../mod/admin.php:481 ../../mod/admin.php:609
-#: ../../mod/admin.php:776 ../../mod/admin.php:856 ../../mod/profiles.php:375
-#: ../../mod/invite.php:106 ../../addon/facebook/facebook.php:411
-#: ../../addon/yourls/yourls.php:76 ../../addon/ljpost/ljpost.php:92
-#: ../../addon/nsfw/nsfw.php:57
-#: ../../addon/uhremotestorage/uhremotestorage.php:89
-#: ../../addon/randplace/randplace.php:179 ../../addon/dwpost/dwpost.php:92
-#: ../../addon/drpost/drpost.php:110 ../../addon/geonames/geonames.php:187
-#: ../../addon/oembed.old/oembed.php:41 ../../addon/impressum/impressum.php:69
-#: ../../addon/blockem/blockem.php:57 ../../addon/qcomment/qcomment.php:61
-#: ../../addon/openstreetmap/openstreetmap.php:70
-#: ../../addon/editplain/editplain.php:84 ../../addon/blackout/blackout.php:94
-#: ../../addon/pageheader/pageheader.php:52
-#: ../../addon/statusnet/statusnet.php:273
-#: ../../addon/statusnet/statusnet.php:287
-#: ../../addon/statusnet/statusnet.php:313
-#: ../../addon/statusnet/statusnet.php:320
-#: ../../addon/statusnet/statusnet.php:345
-#: ../../addon/statusnet/statusnet.php:532 ../../addon/tumblr/tumblr.php:90
-#: ../../addon/numfriends/numfriends.php:85 ../../addon/gnot/gnot.php:88
-#: ../../addon/wppost/wppost.php:102 ../../addon/showmore/showmore.php:48
-#: ../../addon/piwik/piwik.php:89 ../../addon/twitter/twitter.php:175
-#: ../../addon/twitter/twitter.php:201 ../../addon/twitter/twitter.php:355
-#: ../../addon/posterous/posterous.php:90
-#: ../../view/theme/quattro/theme.php:15 ../../include/conversation.php:552
-msgid "Submit"
-msgstr "Enviar"
+#: ../../include/group.php:276
+msgid "edit"
+msgstr "edita"
-#: ../../mod/help.php:30
-msgid "Help:"
-msgstr "Ajuda:"
+#: ../../include/group.php:298
+msgid "Collections"
+msgstr "Col·leccions"
-#: ../../mod/help.php:34 ../../include/nav.php:82
-msgid "Help"
-msgstr "Ajuda"
+#: ../../include/group.php:299
+msgid "Edit collection"
+msgstr "Edita col·leccions"
-#: ../../mod/help.php:38 ../../index.php:221
-msgid "Not Found"
-msgstr "No trobat"
+#: ../../include/group.php:300
+msgid "Add new collection"
+msgstr "Afegeix una nova col·lecció"
-#: ../../mod/help.php:41 ../../index.php:224
-msgid "Page not found."
-msgstr "Pàgina no trobada."
+#: ../../include/group.php:301
+msgid "Channels not in any collection"
+msgstr "Canals a cap col·lecció"
+
+#: ../../include/group.php:303 ../../include/widgets.php:275
+msgid "add"
+msgstr "afegeix"
+
+#: ../../include/account.php:27
+msgid "Not a valid email address"
+msgstr "Adreça de correu electrònic no vàlida"
-#: ../../mod/wall_attach.php:57
+#: ../../include/account.php:29
+msgid "Your email domain is not among those allowed on this site"
+msgstr "El seu domini de correu electrònic no es troba entre els permesos en aquest lloc"
+
+#: ../../include/account.php:35
+msgid "Your email address is already registered at this site."
+msgstr "La teva adreça de correu electrònic ja esta registrada en aquest lloc"
+
+#: ../../include/account.php:67
+msgid "An invitation is required."
+msgstr "Es requereix Invitació"
+
+#: ../../include/account.php:71
+msgid "Invitation could not be verified."
+msgstr "L'invitació no ha pogut ser verificada"
+
+#: ../../include/account.php:121
+msgid "Please enter the required information."
+msgstr "Entra la informació sol·licitada"
+
+#: ../../include/account.php:188
+msgid "Failed to store account information."
+msgstr "Ha fallat guardar la informació del compte"
+
+#: ../../include/account.php:246
#, php-format
-msgid "File exceeds size limit of %d"
-msgstr "L'arxiu excedeix la mida límit de %d"
+msgid "Registration confirmation for %s"
+msgstr "Registre confirmat per %s"
-#: ../../mod/wall_attach.php:85 ../../mod/wall_attach.php:96
-msgid "File upload failed."
-msgstr "La càrrega de fitxers ha fallat."
+#: ../../include/account.php:312
+#, php-format
+msgid "Registration request at %s"
+msgstr "Sol·licitud de registre a %s"
-#: ../../mod/fsuggest.php:63
-msgid "Friend suggestion sent."
-msgstr "Enviat suggeriment d'amic."
+#: ../../include/account.php:314 ../../include/account.php:341
+#: ../../include/account.php:401 ../../include/network.php:1632
+msgid "Administrator"
+msgstr "Administrador"
-#: ../../mod/fsuggest.php:97
-msgid "Suggest Friends"
-msgstr "Suggerir Amics"
+#: ../../include/account.php:336
+msgid "your registration password"
+msgstr "la teva contrasenya registrada"
-#: ../../mod/fsuggest.php:99
+#: ../../include/account.php:339 ../../include/account.php:399
#, php-format
-msgid "Suggest a friend for %s"
-msgstr "Suggerir una amic per a %s"
+msgid "Registration details for %s"
+msgstr "Detalls del registre per %s"
-#: ../../mod/events.php:62
-msgid "Event description and start time are required."
-msgstr "Es requereix descripció de l'esdeveniment i l'hora d'inici."
+#: ../../include/account.php:408
+msgid "Account approved."
+msgstr "Compte aprovat."
-#: ../../mod/events.php:230
-msgid "l, F j"
-msgstr "l, F j"
+#: ../../include/account.php:447
+#, php-format
+msgid "Registration revoked for %s"
+msgstr "Registre revocat per %s"
-#: ../../mod/events.php:252
-msgid "Edit event"
-msgstr "Editar esdeveniment"
+#: ../../include/account.php:492
+msgid "Account verified. Please login."
+msgstr "Compte verificat. Si us plau, inicia sessió."
-#: ../../mod/events.php:272 ../../include/text.php:982
-msgid "link to source"
-msgstr "Enllaç al origen"
+#: ../../include/account.php:705 ../../include/account.php:707
+msgid "Click here to upgrade."
+msgstr "Feu clic aquí per actualitzar."
-#: ../../mod/events.php:296 ../../include/nav.php:50 ../../boot.php:1349
-msgid "Events"
-msgstr "Esdeveniments"
+#: ../../include/account.php:713
+msgid "This action exceeds the limits set by your subscription plan."
+msgstr "Aquesta acció és superior als límits establerts pel seu pla de subscripció."
-#: ../../mod/events.php:297
-msgid "Create New Event"
-msgstr "Crear un nou esdeveniment"
+#: ../../include/account.php:718
+msgid "This action is not available under your subscription plan."
+msgstr "Aquesta acció no està disponible en el seu pla de subscripció."
-#: ../../mod/events.php:298
-msgid "Previous"
-msgstr "Previ"
+#: ../../include/datetime.php:48
+msgid "Miscellaneous"
+msgstr "Miscelania"
-#: ../../mod/events.php:299 ../../mod/install.php:210
-msgid "Next"
-msgstr "Proper"
+#: ../../include/datetime.php:132
+msgid "YYYY-MM-DD or MM-DD"
+msgstr "YYYY-MM-DD o MM-DD"
-#: ../../mod/events.php:371
-msgid "hour:minute"
-msgstr "hora:minut"
+#: ../../include/datetime.php:235 ../../mod/events.php:649
+#: ../../mod/appman.php:91 ../../mod/appman.php:92
+msgid "Required"
+msgstr "Requerit"
-#: ../../mod/events.php:380
-msgid "Event details"
-msgstr "Detalls del esdeveniment"
+#: ../../include/datetime.php:262 ../../boot.php:2354
+msgid "never"
+msgstr "mai"
-#: ../../mod/events.php:381
-#, php-format
-msgid "Format is %s %s. Starting date and Description are required."
-msgstr "El format és %s %s. Es requereix Data d'inici i Descripció."
+#: ../../include/datetime.php:268
+msgid "less than a second ago"
+msgstr "fa menys d'un segon"
-#: ../../mod/events.php:383
-msgid "Event Starts:"
-msgstr "Inici d'Esdeveniment:"
+#: ../../include/datetime.php:271
+msgid "year"
+msgstr "any"
-#: ../../mod/events.php:386
-msgid "Finish date/time is not known or not relevant"
-msgstr "La data/hora de finalització no es coneixen o no són relevants"
+#: ../../include/datetime.php:271
+msgid "years"
+msgstr "anys"
-#: ../../mod/events.php:388
-msgid "Event Finishes:"
-msgstr "L'esdeveniment Finalitza:"
+#: ../../include/datetime.php:272
+msgid "month"
+msgstr "mes"
-#: ../../mod/events.php:391
-msgid "Adjust for viewer timezone"
-msgstr "Ajustar a la zona horaria de l'espectador"
+#: ../../include/datetime.php:272
+msgid "months"
+msgstr "mesos"
-#: ../../mod/events.php:393
-msgid "Description:"
-msgstr "Descripció:"
+#: ../../include/datetime.php:273
+msgid "week"
+msgstr "setmana"
-#: ../../mod/events.php:395 ../../include/event.php:37
-#: ../../include/bb2diaspora.php:260 ../../boot.php:980
-msgid "Location:"
-msgstr "Ubicació:"
+#: ../../include/datetime.php:273
+msgid "weeks"
+msgstr "setmanes"
-#: ../../mod/events.php:397
-msgid "Share this event"
-msgstr "Compartir aquest esdeveniment"
+#: ../../include/datetime.php:274
+msgid "day"
+msgstr "dia"
-#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94
-#: ../../mod/dfrn_request.php:686 ../../mod/settings.php:461
-#: ../../mod/settings.php:487 ../../addon/js_upload/js_upload.php:45
-msgid "Cancel"
-msgstr "Cancel·lar"
+#: ../../include/datetime.php:274
+msgid "days"
+msgstr "dies"
-#: ../../mod/tagrm.php:41
-msgid "Tag removed"
-msgstr "Etiqueta eliminada"
+#: ../../include/datetime.php:275
+msgid "hour"
+msgstr "hora"
-#: ../../mod/tagrm.php:79
-msgid "Remove Item Tag"
-msgstr "Esborrar etiqueta del element"
+#: ../../include/datetime.php:275
+msgid "hours"
+msgstr "hores"
-#: ../../mod/tagrm.php:81
-msgid "Select a tag to remove: "
-msgstr "Selecciona etiqueta a esborrar:"
+#: ../../include/datetime.php:276
+msgid "minute"
+msgstr "minut"
-#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130
-msgid "Remove"
-msgstr "Esborrar"
+#: ../../include/datetime.php:276
+msgid "minutes"
+msgstr "minuts"
-#: ../../mod/dfrn_poll.php:91 ../../mod/dfrn_poll.php:517
-#, php-format
-msgid "%s welcomes %s"
-msgstr "%s Benvingut %s"
+#: ../../include/datetime.php:277
+msgid "second"
+msgstr "segon"
-#: ../../mod/api.php:76 ../../mod/api.php:102
-msgid "Authorize application connection"
-msgstr "Autoritzi la connexió de aplicacions"
+#: ../../include/datetime.php:277
+msgid "seconds"
+msgstr "segons"
-#: ../../mod/api.php:77
-msgid "Return to your app and insert this Securty Code:"
-msgstr "Torni a la seva aplicació i inserti aquest Codi de Seguretat:"
+#: ../../include/datetime.php:285
+#, php-format
+msgctxt "e.g. 22 hours ago, 1 minute ago"
+msgid "%1$d %2$s ago"
+msgstr "Fa %1$d i %2$s"
-#: ../../mod/api.php:89
-msgid "Please login to continue."
-msgstr "Per favor, accedeixi per a continuar."
+#: ../../include/datetime.php:519
+#, php-format
+msgid "%1$s's birthday"
+msgstr "Aniversari de %1$s"
-#: ../../mod/api.php:104
-msgid ""
-"Do you want to authorize this application to access your posts and contacts,"
-" and/or create new posts for you?"
-msgstr "Vol autoritzar a aquesta aplicació per accedir als teus missatges i contactes, i/o crear nous enviaments per a vostè?"
-
-#: ../../mod/api.php:105 ../../mod/dfrn_request.php:676
-#: ../../mod/settings.php:692 ../../mod/settings.php:698
-#: ../../mod/settings.php:706 ../../mod/settings.php:710
-#: ../../mod/settings.php:715 ../../mod/settings.php:721
-#: ../../mod/settings.php:727 ../../mod/settings.php:787
-#: ../../mod/settings.php:788 ../../mod/settings.php:789
-#: ../../mod/settings.php:790 ../../mod/register.php:524
-#: ../../mod/profiles.php:357
-msgid "Yes"
-msgstr "Si"
-
-#: ../../mod/api.php:106 ../../mod/dfrn_request.php:677
-#: ../../mod/settings.php:692 ../../mod/settings.php:698
-#: ../../mod/settings.php:706 ../../mod/settings.php:710
-#: ../../mod/settings.php:715 ../../mod/settings.php:721
-#: ../../mod/settings.php:727 ../../mod/settings.php:787
-#: ../../mod/settings.php:788 ../../mod/settings.php:789
-#: ../../mod/settings.php:790 ../../mod/register.php:525
-#: ../../mod/profiles.php:358
+#: ../../include/datetime.php:520
+#, php-format
+msgid "Happy Birthday %1$s"
+msgstr "Feliç Aniversari %1$s"
+
+#: ../../include/dir_fns.php:126
+msgid "Directory Options"
+msgstr "Opcions de Directori"
+
+#: ../../include/dir_fns.php:128
+msgid "Safe Mode"
+msgstr "Mode Segur"
+
+#: ../../include/dir_fns.php:128 ../../include/dir_fns.php:129
+#: ../../include/dir_fns.php:130 ../../mod/api.php:106
+#: ../../mod/photos.php:568 ../../mod/mitem.php:157 ../../mod/mitem.php:158
+#: ../../mod/mitem.php:229 ../../mod/mitem.php:230 ../../mod/menu.php:91
+#: ../../mod/menu.php:147 ../../mod/filestorage.php:151
+#: ../../mod/filestorage.php:159 ../../mod/admin.php:428
+#: ../../mod/settings.php:579 ../../mod/removeme.php:60
+#: ../../mod/connedit.php:635 ../../mod/connedit.php:663
+#: ../../view/theme/redbasic/php/config.php:104
+#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1555
msgid "No"
msgstr "No"
-#: ../../mod/photos.php:42
-msgid "Photo Albums"
-msgstr "Àlbum de Fotos"
+#: ../../include/dir_fns.php:128 ../../include/dir_fns.php:129
+#: ../../include/dir_fns.php:130 ../../mod/api.php:105
+#: ../../mod/photos.php:568 ../../mod/mitem.php:157 ../../mod/mitem.php:158
+#: ../../mod/mitem.php:229 ../../mod/mitem.php:230 ../../mod/menu.php:91
+#: ../../mod/menu.php:147 ../../mod/filestorage.php:151
+#: ../../mod/filestorage.php:159 ../../mod/admin.php:430
+#: ../../mod/settings.php:579 ../../mod/removeme.php:60
+#: ../../view/theme/redbasic/php/config.php:104
+#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1555
+msgid "Yes"
+msgstr "Sí"
+
+#: ../../include/dir_fns.php:129
+msgid "Public Forums Only"
+msgstr "Només Fòrums Públics"
+
+#: ../../include/dir_fns.php:130
+msgid "This Website Only"
+msgstr "Només Aquest Lloc Web"
+
+#: ../../include/page_widgets.php:6
+msgid "New Page"
+msgstr "Pàgina Nova"
+
+#: ../../include/page_widgets.php:39 ../../mod/webpages.php:187
+#: ../../mod/blocks.php:159 ../../mod/layouts.php:188
+msgid "View"
+msgstr "Mostra"
+
+#: ../../include/page_widgets.php:40 ../../include/ItemObject.php:677
+#: ../../include/conversation.php:1155 ../../mod/webpages.php:188
+#: ../../mod/events.php:667 ../../mod/editpost.php:143
+#: ../../mod/photos.php:982 ../../mod/editwebpage.php:214
+#: ../../mod/editblock.php:170
+msgid "Preview"
+msgstr "Avanç"
-#: ../../mod/photos.php:50 ../../mod/photos.php:150 ../../mod/photos.php:879
-#: ../../mod/photos.php:950 ../../mod/photos.php:965 ../../mod/photos.php:1371
-#: ../../mod/photos.php:1383 ../../addon/communityhome/communityhome.php:110
-msgid "Contact Photos"
-msgstr "Fotos de Contacte"
+#: ../../include/page_widgets.php:41 ../../mod/webpages.php:189
+msgid "Actions"
+msgstr "Accions"
-#: ../../mod/photos.php:57 ../../mod/photos.php:975 ../../mod/photos.php:1413
-msgid "Upload New Photos"
-msgstr "Actualitzar Noves Fotos"
+#: ../../include/page_widgets.php:42 ../../mod/webpages.php:190
+msgid "Page Link"
+msgstr "Enllaç a Pàgina"
+
+#: ../../include/page_widgets.php:43
+msgid "Title"
+msgstr "Títol"
+
+#: ../../include/page_widgets.php:44 ../../mod/webpages.php:192
+#: ../../mod/blocks.php:150 ../../mod/menu.php:105 ../../mod/layouts.php:181
+msgid "Created"
+msgstr "Creat"
+
+#: ../../include/page_widgets.php:45 ../../mod/webpages.php:193
+#: ../../mod/blocks.php:151 ../../mod/menu.php:106 ../../mod/layouts.php:182
+msgid "Edited"
+msgstr "Editat"
+
+#: ../../include/api.php:1193
+msgid "Public Timeline"
+msgstr "Línia de Temps Pública"
+
+#: ../../include/comanche.php:34 ../../mod/admin.php:390
+#: ../../view/theme/apw/php/config.php:185
+msgid "Default"
+msgstr "Predeterminat"
+
+#: ../../include/js_strings.php:5
+msgid "Delete this item?"
+msgstr "Esborrar aquest item?"
+
+#: ../../include/js_strings.php:6 ../../include/ItemObject.php:667
+#: ../../mod/photos.php:980 ../../mod/photos.php:1098
+msgid "Comment"
+msgstr "Comentari"
+
+#: ../../include/js_strings.php:7 ../../include/ItemObject.php:384
+msgid "[+] show all"
+msgstr "[+] mostra tot"
+
+#: ../../include/js_strings.php:8
+msgid "[-] show less"
+msgstr "[-] mostra menys"
+
+#: ../../include/js_strings.php:9
+msgid "[+] expand"
+msgstr "[+] expandeix"
+
+#: ../../include/js_strings.php:10
+msgid "[-] collapse"
+msgstr "[-] colapsa"
-#: ../../mod/photos.php:68 ../../mod/settings.php:11
+#: ../../include/js_strings.php:11
+msgid "Password too short"
+msgstr "Contrasenya massa curta"
+
+#: ../../include/js_strings.php:12
+msgid "Passwords do not match"
+msgstr "Les paraules de pas no coincideixen"
+
+#: ../../include/js_strings.php:13 ../../mod/photos.php:40
msgid "everybody"
msgstr "tothom"
-#: ../../mod/photos.php:139
-msgid "Contact information unavailable"
-msgstr "Informació del Contacte no disponible"
-
-#: ../../mod/photos.php:150 ../../mod/photos.php:597 ../../mod/photos.php:950
-#: ../../mod/photos.php:965 ../../mod/register.php:327
-#: ../../mod/register.php:334 ../../mod/register.php:341
-#: ../../mod/profile_photo.php:58 ../../mod/profile_photo.php:65
-#: ../../mod/profile_photo.php:72 ../../mod/profile_photo.php:170
-#: ../../mod/profile_photo.php:246 ../../mod/profile_photo.php:255
-#: ../../addon/communityhome/communityhome.php:111
-msgid "Profile Photos"
-msgstr "Fotos del Perfil"
+#: ../../include/js_strings.php:14
+msgid "Secret Passphrase"
+msgstr "Contrasenya Secreta"
-#: ../../mod/photos.php:160
-msgid "Album not found."
-msgstr "Àlbum no trobat."
+#: ../../include/js_strings.php:15
+msgid "Passphrase hint"
+msgstr "Pista per la Contrasenya"
-#: ../../mod/photos.php:178 ../../mod/photos.php:959
-msgid "Delete Album"
-msgstr "Eliminar Àlbum"
+#: ../../include/js_strings.php:16
+msgid "Notice: Permissions have changed but have not yet been submitted."
+msgstr "Avis: Els permisos han canviat però encara no han estat enviats."
-#: ../../mod/photos.php:241 ../../mod/photos.php:1183
-msgid "Delete Photo"
-msgstr "Eliminar Foto"
+#: ../../include/js_strings.php:17
+msgid "close all"
+msgstr "tanca tot"
-#: ../../mod/photos.php:528
-msgid "was tagged in a"
-msgstr "Fou etiquetat a un"
+#: ../../include/js_strings.php:18
+msgid "Nothing new here"
+msgstr "Res de nou per aquí"
+
+#: ../../include/js_strings.php:19
+msgid "Rate This Channel (this is public)"
+msgstr "Valora Aquest Canal (això es farà públic)"
+
+#: ../../include/js_strings.php:20 ../../mod/rate.php:156
+#: ../../mod/connedit.php:671
+msgid "Rating"
+msgstr "Valora"
+
+#: ../../include/js_strings.php:21
+msgid "Describe (optional)"
+msgstr "Descriu (opcional)"
+
+#: ../../include/js_strings.php:22 ../../include/ItemObject.php:668
+#: ../../mod/xchan.php:11 ../../mod/connect.php:93 ../../mod/thing.php:275
+#: ../../mod/thing.php:318 ../../mod/events.php:494 ../../mod/events.php:670
+#: ../../mod/group.php:81 ../../mod/photos.php:577 ../../mod/photos.php:654
+#: ../../mod/photos.php:941 ../../mod/photos.php:981 ../../mod/photos.php:1099
+#: ../../mod/pdledit.php:58 ../../mod/import.php:534 ../../mod/chat.php:177
+#: ../../mod/chat.php:211 ../../mod/mitem.php:232 ../../mod/rate.php:167
+#: ../../mod/invite.php:142 ../../mod/locs.php:105 ../../mod/sources.php:104
+#: ../../mod/sources.php:138 ../../mod/filestorage.php:156
+#: ../../mod/fsuggest.php:108 ../../mod/poke.php:166
+#: ../../mod/profiles.php:667 ../../mod/setup.php:327 ../../mod/setup.php:367
+#: ../../mod/admin.php:453 ../../mod/admin.php:819 ../../mod/admin.php:986
+#: ../../mod/admin.php:1118 ../../mod/admin.php:1312 ../../mod/admin.php:1397
+#: ../../mod/settings.php:588 ../../mod/settings.php:692
+#: ../../mod/settings.php:718 ../../mod/settings.php:746
+#: ../../mod/settings.php:769 ../../mod/settings.php:854
+#: ../../mod/settings.php:1050 ../../mod/mood.php:134
+#: ../../mod/connedit.php:692 ../../mod/mail.php:355 ../../mod/appman.php:99
+#: ../../mod/pconfig.php:108 ../../mod/poll.php:68
+#: ../../mod/bulksetclose.php:24 ../../view/theme/apw/php/config.php:256
+#: ../../view/theme/redbasic/php/config.php:99
+msgid "Submit"
+msgstr "Presenta"
-#: ../../mod/photos.php:528 ../../mod/like.php:127 ../../mod/tagger.php:70
-#: ../../addon/communityhome/communityhome.php:163 ../../include/text.php:1226
-#: ../../include/diaspora.php:1600 ../../include/conversation.php:53
-#: ../../include/conversation.php:126
-msgid "photo"
-msgstr "foto"
+#: ../../include/js_strings.php:23
+msgid "Please enter a link URL"
+msgstr "Si us plau, entra l'enllaç URL"
-#: ../../mod/photos.php:528
-msgid "by"
-msgstr "per"
+#: ../../include/js_strings.php:24
+msgid "Unsaved changes. Are you sure you wish to leave this page?"
+msgstr "Hi ha canvis sense desar, estàs segur que vols abandonar la pàgina?"
-#: ../../mod/photos.php:631 ../../addon/js_upload/js_upload.php:315
-msgid "Image exceeds size limit of "
-msgstr "La imatge excedeix el límit de "
+#: ../../include/js_strings.php:26
+msgid "timeago.prefixAgo"
+msgstr "horapasada.prefixFa"
-#: ../../mod/photos.php:639
-msgid "Image file is empty."
-msgstr "El fitxer de imatge és buit."
+#: ../../include/js_strings.php:27
+msgid "timeago.prefixFromNow"
+msgstr "timeago.prefixFromNow"
-#: ../../mod/photos.php:653 ../../mod/profile_photo.php:122
-#: ../../mod/wall_upload.php:65
-msgid "Unable to process image."
-msgstr "Incapaç de processar la imatge."
+#: ../../include/js_strings.php:28
+msgid "ago"
+msgstr "fa"
-#: ../../mod/photos.php:673 ../../mod/profile_photo.php:251
-#: ../../mod/wall_upload.php:84
-msgid "Image upload failed."
-msgstr "Actualització de la imatge fracassada."
+#: ../../include/js_strings.php:29
+msgid "from now"
+msgstr "des d'ara"
-#: ../../mod/photos.php:759 ../../mod/community.php:16
-#: ../../mod/dfrn_request.php:625 ../../mod/viewconnections.php:17
-#: ../../mod/display.php:7 ../../mod/search.php:71 ../../mod/directory.php:33
-msgid "Public access denied."
-msgstr "Accés públic denegat."
+#: ../../include/js_strings.php:30
+msgid "less than a minute"
+msgstr "menys d'un minut"
-#: ../../mod/photos.php:769
-msgid "No photos selected"
-msgstr "No s'han seleccionat fotos"
+#: ../../include/js_strings.php:31
+msgid "about a minute"
+msgstr "prop d'un minut"
-#: ../../mod/photos.php:846
-msgid "Access to this item is restricted."
-msgstr "L'accés a aquest element està restringit."
+#: ../../include/js_strings.php:32
+#, php-format
+msgid "%d minutes"
+msgstr "%d minuts"
-#: ../../mod/photos.php:907
-msgid "Upload Photos"
-msgstr "Carregar Fotos"
+#: ../../include/js_strings.php:33
+msgid "about an hour"
+msgstr "prop d'una hora"
-#: ../../mod/photos.php:910 ../../mod/photos.php:954
-msgid "New album name: "
-msgstr "Nou nom d'àlbum:"
+#: ../../include/js_strings.php:34
+#, php-format
+msgid "about %d hours"
+msgstr "al voltant de %d hores"
-#: ../../mod/photos.php:911
-msgid "or existing album name: "
-msgstr "o nom d'àlbum existent:"
+#: ../../include/js_strings.php:35
+msgid "a day"
+msgstr "un dia"
-#: ../../mod/photos.php:912
-msgid "Do not show a status post for this upload"
-msgstr "No tornis a mostrar un missatge d'estat d'aquesta pujada"
+#: ../../include/js_strings.php:36
+#, php-format
+msgid "%d days"
+msgstr "%d dies"
-#: ../../mod/photos.php:914 ../../mod/photos.php:1178
-msgid "Permissions"
-msgstr "Permisos"
+#: ../../include/js_strings.php:37
+msgid "about a month"
+msgstr "prop d'un mes"
-#: ../../mod/photos.php:969
-msgid "Edit Album"
-msgstr "Editar Àlbum"
+#: ../../include/js_strings.php:38
+#, php-format
+msgid "%d months"
+msgstr "%d mesos"
-#: ../../mod/photos.php:984 ../../mod/photos.php:1396
-msgid "View Photo"
-msgstr "Veure Foto"
+#: ../../include/js_strings.php:39
+msgid "about a year"
+msgstr "prop d'un any"
-#: ../../mod/photos.php:1019
-msgid "Permission denied. Access to this item may be restricted."
-msgstr "Permís denegat. L'accés a aquest element pot estar restringit."
+#: ../../include/js_strings.php:40
+#, php-format
+msgid "%d years"
+msgstr "%d anys"
-#: ../../mod/photos.php:1021
-msgid "Photo not available"
-msgstr "Foto no disponible"
+#: ../../include/js_strings.php:41
+msgid " "
+msgstr " "
-#: ../../mod/photos.php:1071
-msgid "View photo"
-msgstr "Veure foto"
+#: ../../include/js_strings.php:42
+msgid "timeago.numbers"
+msgstr "timeago.numbers"
-#: ../../mod/photos.php:1071
-msgid "Edit photo"
-msgstr "Editar foto"
+#: ../../include/text.php:395
+msgid "prev"
+msgstr "prev"
-#: ../../mod/photos.php:1072
-msgid "Use as profile photo"
-msgstr "Emprar com a foto del perfil"
+#: ../../include/text.php:397
+msgid "first"
+msgstr "primer"
-#: ../../mod/photos.php:1078 ../../include/conversation.php:482
-msgid "Private Message"
-msgstr "Missatge Privat"
+#: ../../include/text.php:426
+msgid "last"
+msgstr "últim"
-#: ../../mod/photos.php:1089
-msgid "View Full Size"
-msgstr "Veure'l a Mida Completa"
+#: ../../include/text.php:429
+msgid "next"
+msgstr "pròxim"
-#: ../../mod/photos.php:1157
-msgid "Tags: "
-msgstr "Etiquetes:"
+#: ../../include/text.php:439
+msgid "older"
+msgstr "el més antic"
-#: ../../mod/photos.php:1160
-msgid "[Remove any tag]"
-msgstr "Treure etiquetes"
+#: ../../include/text.php:441
+msgid "newer"
+msgstr "El més nou"
-#: ../../mod/photos.php:1171
-msgid "New album name"
-msgstr "Nou nom d'àlbum"
+#: ../../include/text.php:834
+msgid "No connections"
+msgstr "Sense Connexions"
-#: ../../mod/photos.php:1174
-msgid "Caption"
-msgstr "Títol"
+#: ../../include/text.php:848
+#, php-format
+msgid "%d Connection"
+msgid_plural "%d Connections"
+msgstr[0] "%d Connexió"
+msgstr[1] "%d Connexions"
+
+#: ../../include/text.php:861 ../../mod/viewconnections.php:104
+msgid "View Connections"
+msgstr "Veure Connexions"
+
+#: ../../include/text.php:918 ../../include/text.php:930
+#: ../../include/nav.php:165 ../../include/apps.php:147
+#: ../../mod/search.php:38
+msgid "Search"
+msgstr "Cerca"
-#: ../../mod/photos.php:1176
-msgid "Add a Tag"
-msgstr "Afegir una etiqueta"
+#: ../../include/text.php:919 ../../include/text.php:931
+#: ../../include/widgets.php:192 ../../mod/rbmark.php:28
+#: ../../mod/rbmark.php:98 ../../mod/filer.php:50 ../../mod/admin.php:1457
+#: ../../mod/admin.php:1477
+msgid "Save"
+msgstr "Guardar"
-#: ../../mod/photos.php:1180
-msgid ""
-"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
-msgstr "Exemple: @bob, @Barbara_jensen, @jim@example.com, #California, #camping"
+#: ../../include/text.php:994
+msgid "poke"
+msgstr "emprenya"
-#: ../../mod/photos.php:1200 ../../include/conversation.php:529
-msgid "I like this (toggle)"
-msgstr "M'agrada això (canviar)"
+#: ../../include/text.php:994 ../../include/conversation.php:243
+msgid "poked"
+msgstr "emprenyat"
-#: ../../mod/photos.php:1201 ../../include/conversation.php:530
-msgid "I don't like this (toggle)"
-msgstr "No m'agrada això (canviar)"
+#: ../../include/text.php:995
+msgid "ping"
+msgstr "coloca"
-#: ../../mod/photos.php:1202 ../../include/conversation.php:933
-msgid "Share"
-msgstr "Compartir"
+#: ../../include/text.php:995
+msgid "pinged"
+msgstr "colocat"
-#: ../../mod/photos.php:1203 ../../mod/editpost.php:104
-#: ../../mod/message.php:155 ../../mod/message.php:296
-#: ../../include/conversation.php:348 ../../include/conversation.php:694
-#: ../../include/conversation.php:950
-msgid "Please wait"
-msgstr "Si us plau esperi"
+#: ../../include/text.php:996
+msgid "prod"
+msgstr "picar"
-#: ../../mod/photos.php:1219 ../../mod/photos.php:1259
-#: ../../mod/photos.php:1290 ../../include/conversation.php:549
-msgid "This is you"
-msgstr "Aquest ets tu"
+#: ../../include/text.php:996
+msgid "prodded"
+msgstr "picat"
-#: ../../mod/photos.php:1221 ../../mod/photos.php:1261
-#: ../../mod/photos.php:1292 ../../include/conversation.php:551
-#: ../../boot.php:447
-msgid "Comment"
-msgstr "Comentari"
+#: ../../include/text.php:997
+msgid "slap"
+msgstr "bufetada"
-#: ../../mod/photos.php:1223 ../../mod/editpost.php:123
-#: ../../include/conversation.php:553 ../../include/conversation.php:968
-msgid "Preview"
-msgstr "Vista prèvia"
+#: ../../include/text.php:997
+msgid "slapped"
+msgstr "bufetejat"
-#: ../../mod/photos.php:1320 ../../mod/settings.php:520
-#: ../../mod/settings.php:601 ../../mod/group.php:158 ../../mod/admin.php:488
-#: ../../include/conversation.php:304 ../../include/conversation.php:573
-msgid "Delete"
-msgstr "Esborrar"
+#: ../../include/text.php:998
+msgid "finger"
+msgstr "senyal"
-#: ../../mod/photos.php:1402
-msgid "View Album"
-msgstr "Veure Àlbum"
+#: ../../include/text.php:998
+msgid "fingered"
+msgstr "senyalat"
-#: ../../mod/photos.php:1411
-msgid "Recent Photos"
-msgstr "Fotos Recents"
+#: ../../include/text.php:999
+msgid "rebuff"
+msgstr "menyspreu"
-#: ../../mod/community.php:21
-msgid "Not available."
-msgstr "No disponible."
+#: ../../include/text.php:999
+msgid "rebuffed"
+msgstr "menyspreuat"
-#: ../../mod/community.php:30 ../../include/nav.php:97
-msgid "Community"
-msgstr "Comunitat"
+#: ../../include/text.php:1009
+msgid "happy"
+msgstr "feliç"
-#: ../../mod/community.php:60 ../../mod/search.php:118
-msgid "No results."
-msgstr "Sense resultats."
+#: ../../include/text.php:1010
+msgid "sad"
+msgstr "trist"
-#: ../../mod/friendica.php:43
-msgid "This is Friendica, version"
-msgstr "Això és Friendica, versió"
+#: ../../include/text.php:1011
+msgid "mellow"
+msgstr "melós"
-#: ../../mod/friendica.php:44
-msgid "running at web location"
-msgstr "funcionant en la ubicació web"
+#: ../../include/text.php:1012
+msgid "tired"
+msgstr "cansat"
-#: ../../mod/friendica.php:46
-msgid ""
-"Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn "
-"more about the Friendica project."
-msgstr "Si us plau, visiteu <a href=\"http://friendica.com\">Friendica.com</a> per obtenir més informació sobre el projecte Friendica."
+#: ../../include/text.php:1013
+msgid "perky"
+msgstr "turgent"
-#: ../../mod/friendica.php:48
-msgid "Bug reports and issues: please visit"
-msgstr "Pels informes d'error i problemes: si us plau, visiteu"
+#: ../../include/text.php:1014
+msgid "angry"
+msgstr "enfadat"
-#: ../../mod/friendica.php:49
-msgid ""
-"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
-"dot com"
-msgstr "Suggeriments, elogis, donacions, etc si us plau escrigui a \"Info\" en Friendica - dot com"
+#: ../../include/text.php:1015
+msgid "stupified"
+msgstr "encantat"
-#: ../../mod/friendica.php:54
-msgid "Installed plugins/addons/apps"
-msgstr "plugins/addons/apps instal·lats"
+#: ../../include/text.php:1016
+msgid "puzzled"
+msgstr "perplexe"
-#: ../../mod/friendica.php:62
-msgid "No installed plugins/addons/apps"
-msgstr "plugins/addons/apps no instal·lats"
+#: ../../include/text.php:1017
+msgid "interested"
+msgstr "Interessat"
-#: ../../mod/editpost.php:17 ../../mod/editpost.php:27
-msgid "Item not found"
-msgstr "Element no trobat"
+#: ../../include/text.php:1018
+msgid "bitter"
+msgstr "amargat"
-#: ../../mod/editpost.php:36
-msgid "Edit post"
-msgstr "Editar Enviament"
+#: ../../include/text.php:1019
+msgid "cheerful"
+msgstr "feliç"
-#: ../../mod/editpost.php:80 ../../include/conversation.php:919
-msgid "Post to Email"
-msgstr "Correu per enviar"
+#: ../../include/text.php:1020
+msgid "alive"
+msgstr "viu"
-#: ../../mod/editpost.php:95 ../../mod/settings.php:519
-#: ../../include/conversation.php:560
-msgid "Edit"
-msgstr "Editar"
+#: ../../include/text.php:1021
+msgid "annoyed"
+msgstr "molest"
-#: ../../mod/editpost.php:96 ../../mod/message.php:153
-#: ../../mod/message.php:294 ../../include/conversation.php:934
-msgid "Upload photo"
-msgstr "Carregar foto"
+#: ../../include/text.php:1022
+msgid "anxious"
+msgstr "ansiós"
-#: ../../mod/editpost.php:97 ../../include/conversation.php:936
-msgid "Attach file"
-msgstr "Adjunta fitxer"
+#: ../../include/text.php:1023
+msgid "cranky"
+msgstr "malagaitós"
-#: ../../mod/editpost.php:98 ../../mod/message.php:154
-#: ../../mod/message.php:295 ../../include/conversation.php:938
-msgid "Insert web link"
-msgstr "Inserir enllaç web"
+#: ../../include/text.php:1024
+msgid "disturbed"
+msgstr "transtornat"
-#: ../../mod/editpost.php:99
-msgid "Insert YouTube video"
-msgstr "Serà mostrat de forma preeminent a la pagina durant el procés de registre."
+#: ../../include/text.php:1025
+msgid "frustrated"
+msgstr "frustrat"
-#: ../../mod/editpost.php:100
-msgid "Insert Vorbis [.ogg] video"
-msgstr "Inserir video Vorbis [.ogg]"
+#: ../../include/text.php:1026
+msgid "depressed"
+msgstr "deprimit"
-#: ../../mod/editpost.php:101
-msgid "Insert Vorbis [.ogg] audio"
-msgstr "Inserir audio Vorbis [.ogg]"
+#: ../../include/text.php:1027
+msgid "motivated"
+msgstr "motivat"
-#: ../../mod/editpost.php:102 ../../include/conversation.php:944
-msgid "Set your location"
-msgstr "Canvia la teva ubicació"
+#: ../../include/text.php:1028
+msgid "relaxed"
+msgstr "relaxat"
-#: ../../mod/editpost.php:103 ../../include/conversation.php:946
-msgid "Clear browser location"
-msgstr "neteja adreçes del navegador"
+#: ../../include/text.php:1029
+msgid "surprised"
+msgstr "sorprès"
-#: ../../mod/editpost.php:105 ../../include/conversation.php:951
-msgid "Permission settings"
-msgstr "Configuració de permisos"
+#: ../../include/text.php:1201
+msgid "Monday"
+msgstr "Dilluns"
+
+#: ../../include/text.php:1201
+msgid "Tuesday"
+msgstr "Dimarts"
-#: ../../mod/editpost.php:113 ../../include/conversation.php:960
-msgid "CC: email addresses"
-msgstr "CC: Adreça de correu"
+#: ../../include/text.php:1201
+msgid "Wednesday"
+msgstr "Dimecres"
-#: ../../mod/editpost.php:114 ../../include/conversation.php:961
-msgid "Public post"
-msgstr "Enviament públic"
+#: ../../include/text.php:1201
+msgid "Thursday"
+msgstr "Dijous"
-#: ../../mod/editpost.php:117 ../../include/conversation.php:949
-msgid "Set title"
-msgstr "Canviar títol"
+#: ../../include/text.php:1201
+msgid "Friday"
+msgstr "Divendres"
-#: ../../mod/editpost.php:118 ../../include/conversation.php:963
-msgid "Example: bob@example.com, mary@example.com"
-msgstr "Exemple: bob@example.com, mary@example.com"
+#: ../../include/text.php:1201
+msgid "Saturday"
+msgstr "Dissabte"
-#: ../../mod/dfrn_request.php:92
-msgid "This introduction has already been accepted."
-msgstr "Aquesta presentació ha estat acceptada."
+#: ../../include/text.php:1201
+msgid "Sunday"
+msgstr "Diumenge"
-#: ../../mod/dfrn_request.php:116 ../../mod/dfrn_request.php:381
-msgid "Profile location is not valid or does not contain profile information."
-msgstr "El perfil de situació no és vàlid o no contè informació de perfil"
+#: ../../include/text.php:1205
+msgid "January"
+msgstr "Gener"
-#: ../../mod/dfrn_request.php:121 ../../mod/dfrn_request.php:386
-msgid "Warning: profile location has no identifiable owner name."
-msgstr "Atenció: El perfil de situació no te nom de propietari identificable."
+#: ../../include/text.php:1205
+msgid "February"
+msgstr "Febrer"
-#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:388
-msgid "Warning: profile location has no profile photo."
-msgstr "Atenció: El perfil de situació no te foto de perfil"
+#: ../../include/text.php:1205
+msgid "March"
+msgstr "Març"
-#: ../../mod/dfrn_request.php:126 ../../mod/dfrn_request.php:391
-#, php-format
-msgid "%d required parameter was not found at the given location"
-msgid_plural "%d required parameters were not found at the given location"
-msgstr[0] "%d el paràmetre requerit no es va trobar al lloc indicat"
-msgstr[1] "%d els paràmetres requerits no es van trobar allloc indicat"
+#: ../../include/text.php:1205
+msgid "April"
+msgstr "Abril"
-#: ../../mod/dfrn_request.php:167
-msgid "Introduction complete."
-msgstr "Completada la presentació."
+#: ../../include/text.php:1205
+msgid "May"
+msgstr "Maig"
-#: ../../mod/dfrn_request.php:191
-msgid "Unrecoverable protocol error."
-msgstr "Error de protocol irrecuperable."
+#: ../../include/text.php:1205
+msgid "June"
+msgstr "Juny"
-#: ../../mod/dfrn_request.php:219
-msgid "Profile unavailable."
-msgstr "Perfil no disponible"
+#: ../../include/text.php:1205
+msgid "July"
+msgstr "Juliol"
-#: ../../mod/dfrn_request.php:244
-#, php-format
-msgid "%s has received too many connection requests today."
-msgstr "%s avui ha rebut excesives peticions de connexió. "
+#: ../../include/text.php:1205
+msgid "August"
+msgstr "Agost"
+
+#: ../../include/text.php:1205
+msgid "September"
+msgstr "Setembre"
-#: ../../mod/dfrn_request.php:245
-msgid "Spam protection measures have been invoked."
-msgstr "Mesures de protecció contra spam han estat invocades."
+#: ../../include/text.php:1205
+msgid "October"
+msgstr "Octubre"
-#: ../../mod/dfrn_request.php:246
-msgid "Friends are advised to please try again in 24 hours."
-msgstr "S'aconsellà els amics que probin pasades 24 hores."
+#: ../../include/text.php:1205
+msgid "November"
+msgstr "Novembre"
-#: ../../mod/dfrn_request.php:306
-msgid "Invalid locator"
-msgstr "Localitzador no vàlid"
+#: ../../include/text.php:1205
+msgid "December"
+msgstr "Desembre"
-#: ../../mod/dfrn_request.php:326
-msgid "Unable to resolve your name at the provided location."
-msgstr "Incapaç de resoldre el teu nom al lloc facilitat."
+#: ../../include/text.php:1310
+msgid "unknown.???"
+msgstr "desconegut.???"
-#: ../../mod/dfrn_request.php:339
-msgid "You have already introduced yourself here."
-msgstr "Has fer la teva presentació aquí."
+#: ../../include/text.php:1311
+msgid "bytes"
+msgstr "bytes"
-#: ../../mod/dfrn_request.php:343
-#, php-format
-msgid "Apparently you are already friends with %s."
-msgstr "Aparentment, ja tens amistat amb %s"
+#: ../../include/text.php:1347
+msgid "remove category"
+msgstr "elimina categoria"
-#: ../../mod/dfrn_request.php:364
-msgid "Invalid profile URL."
-msgstr "Perfil URL no vàlid."
+#: ../../include/text.php:1422
+msgid "remove from file"
+msgstr "elimina del arxiu"
-#: ../../mod/dfrn_request.php:370 ../../mod/follow.php:20
-msgid "Disallowed profile URL."
-msgstr "Perfil URL no permès."
+#: ../../include/text.php:1498 ../../include/text.php:1509
+msgid "Click to open/close"
+msgstr "Clic per obrir/tancar"
-#: ../../mod/dfrn_request.php:439 ../../mod/contacts.php:102
-msgid "Failed to update contact record."
-msgstr "Error en actualitzar registre de contacte."
+#: ../../include/text.php:1665 ../../mod/events.php:457
+msgid "Link to Source"
+msgstr "Enllaç a la Font"
-#: ../../mod/dfrn_request.php:460
-msgid "Your introduction has been sent."
-msgstr "La teva presentació ha estat enviada."
+#: ../../include/text.php:1686 ../../include/text.php:1757
+msgid "default"
+msgstr "per defecte"
-#: ../../mod/dfrn_request.php:513
-msgid "Please login to confirm introduction."
-msgstr "Si us plau, entri per confirmar la presentació."
+#: ../../include/text.php:1694
+msgid "Page layout"
+msgstr "Format de la pàgina"
-#: ../../mod/dfrn_request.php:527
-msgid ""
-"Incorrect identity currently logged in. Please login to "
-"<strong>this</strong> profile."
-msgstr "Sesió iniciada amb la identificació incorrecta. Entra en <strong>aquest</strong> perfil."
+#: ../../include/text.php:1694
+msgid "You can create your own with the layouts tool"
+msgstr "Pots crear el teu propi amb l'editor de format de pàgina."
+
+#: ../../include/text.php:1735
+msgid "Page content type"
+msgstr "Tipus de contingut de la pàgina"
+
+#: ../../include/text.php:1769
+msgid "Select an alternate language"
+msgstr "Tria un idioma alternatiu"
+
+#: ../../include/text.php:1888 ../../include/diaspora.php:2119
+#: ../../include/conversation.php:120 ../../mod/like.php:346
+#: ../../mod/subthread.php:72 ../../mod/subthread.php:174
+#: ../../mod/tagger.php:43
+msgid "photo"
+msgstr "foto"
+
+#: ../../include/text.php:1891 ../../include/conversation.php:123
+#: ../../mod/like.php:348 ../../mod/tagger.php:47
+msgid "event"
+msgstr "succés"
+
+#: ../../include/text.php:1894 ../../include/diaspora.php:2119
+#: ../../include/conversation.php:148 ../../mod/like.php:346
+#: ../../mod/subthread.php:72 ../../mod/subthread.php:174
+msgid "status"
+msgstr "estat"
+
+#: ../../include/text.php:1896 ../../include/conversation.php:150
+#: ../../mod/tagger.php:53
+msgid "comment"
+msgstr "comentari"
+
+#: ../../include/text.php:1901
+msgid "activity"
+msgstr "activitat"
+
+#: ../../include/text.php:2196
+msgid "Design Tools"
+msgstr "Eines de disseny"
+
+#: ../../include/text.php:2199 ../../mod/blocks.php:147
+msgid "Blocks"
+msgstr "Bloc"
+
+#: ../../include/text.php:2200 ../../mod/menu.php:98
+msgid "Menus"
+msgstr "Menús"
-#: ../../mod/dfrn_request.php:539
+#: ../../include/text.php:2201 ../../mod/layouts.php:174
+msgid "Layouts"
+msgstr "Format Gràfic"
+
+#: ../../include/text.php:2202
+msgid "Pages"
+msgstr "Pàgines"
+
+#: ../../include/text.php:2553 ../../include/RedDAV/RedBrowser.php:131
+msgid "Collection"
+msgstr "Col·lecció"
+
+#: ../../include/RedDAV/RedBrowser.php:107
+#: ../../include/RedDAV/RedBrowser.php:265
+msgid "parent"
+msgstr "pare"
+
+#: ../../include/RedDAV/RedBrowser.php:134
+msgid "Principal"
+msgstr "Principal"
+
+#: ../../include/RedDAV/RedBrowser.php:137
+msgid "Addressbook"
+msgstr "Llista d'Adreçes"
+
+#: ../../include/RedDAV/RedBrowser.php:140
+msgid "Calendar"
+msgstr "Calendari"
+
+#: ../../include/RedDAV/RedBrowser.php:143
+msgid "Schedule Inbox"
+msgstr "Programació de la bústia d'entrada"
+
+#: ../../include/RedDAV/RedBrowser.php:146
+msgid "Schedule Outbox"
+msgstr "Programació de la bústia de sortida"
+
+#: ../../include/RedDAV/RedBrowser.php:164 ../../include/conversation.php:1019
+#: ../../include/apps.php:336 ../../include/apps.php:387
+#: ../../mod/photos.php:693 ../../mod/photos.php:1131
+msgid "Unknown"
+msgstr "Desconegut"
+
+#: ../../include/RedDAV/RedBrowser.php:227
#, php-format
-msgid "Welcome home %s."
-msgstr "Benvingut de nou %s"
+msgid "%1$s used"
+msgstr "%1$s emprat"
-#: ../../mod/dfrn_request.php:540
+#: ../../include/RedDAV/RedBrowser.php:232
#, php-format
-msgid "Please confirm your introduction/connection request to %s."
-msgstr "Si us plau, confirmi la seva sol·licitud de Presentació/Amistat a %s."
+msgid "%1$s used of %2$s (%3$s&#37;)"
+msgstr "%1$s emprat de %2$s (%3$s&#37;)"
+
+#: ../../include/RedDAV/RedBrowser.php:251 ../../include/nav.php:98
+#: ../../include/conversation.php:1609 ../../include/apps.php:135
+#: ../../mod/fbrowser.php:114
+msgid "Files"
+msgstr "Arxius"
+
+#: ../../include/RedDAV/RedBrowser.php:253
+msgid "Total"
+msgstr "Total"
+
+#: ../../include/RedDAV/RedBrowser.php:255
+msgid "Shared"
+msgstr "Compartit"
+
+#: ../../include/RedDAV/RedBrowser.php:256
+#: ../../include/RedDAV/RedBrowser.php:303 ../../mod/webpages.php:180
+#: ../../mod/blocks.php:152 ../../mod/menu.php:109
+#: ../../mod/new_channel.php:121 ../../mod/layouts.php:175
+msgid "Create"
+msgstr "Creada"
+
+#: ../../include/RedDAV/RedBrowser.php:257
+#: ../../include/RedDAV/RedBrowser.php:305 ../../mod/profile_photo.php:362
+#: ../../mod/photos.php:718 ../../mod/photos.php:1248
+msgid "Upload"
+msgstr "Pujar"
+
+#: ../../include/RedDAV/RedBrowser.php:261 ../../mod/admin.php:994
+#: ../../mod/settings.php:590 ../../mod/settings.php:616
+#: ../../mod/sharedwithme.php:95
+msgid "Name"
+msgstr "Nom"
+
+#: ../../include/RedDAV/RedBrowser.php:262
+msgid "Type"
+msgstr "Tipus"
+
+#: ../../include/RedDAV/RedBrowser.php:263 ../../mod/sharedwithme.php:97
+msgid "Size"
+msgstr "Mida"
+
+#: ../../include/RedDAV/RedBrowser.php:264 ../../mod/sharedwithme.php:98
+msgid "Last Modified"
+msgstr "Últim Modificat"
+
+#: ../../include/RedDAV/RedBrowser.php:267 ../../include/ItemObject.php:120
+#: ../../include/conversation.php:660 ../../include/apps.php:255
+#: ../../mod/webpages.php:183 ../../mod/thing.php:228 ../../mod/group.php:176
+#: ../../mod/blocks.php:155 ../../mod/photos.php:1062
+#: ../../mod/editlayout.php:178 ../../mod/editwebpage.php:225
+#: ../../mod/editblock.php:180 ../../mod/admin.php:826 ../../mod/admin.php:988
+#: ../../mod/settings.php:651 ../../mod/connedit.php:551
+msgid "Delete"
+msgstr "Esborra"
-#: ../../mod/dfrn_request.php:541
-msgid "Confirm"
-msgstr "Confirmar"
+#: ../../include/RedDAV/RedBrowser.php:302
+msgid "Create new folder"
+msgstr "Crea una nova carpeta"
-#: ../../mod/dfrn_request.php:582 ../../include/items.php:2566
-msgid "[Name Withheld]"
-msgstr "[Nom Amagat]"
+#: ../../include/RedDAV/RedBrowser.php:304
+msgid "Upload file"
+msgstr "Puja arxiu"
-#: ../../mod/dfrn_request.php:666
+#: ../../include/bookmarks.php:35
#, php-format
-msgid ""
-"Diaspora members: Please do not use this form. Instead, enter \"%s\" into "
-"your Diaspora search bar."
-msgstr "Membres de Diàspora: Si us plau, no utilitzi aquest formulari. Pel contrari, escriviu \"%s\" a la barra de cerca de Diàspora."
+msgid "%1$s's bookmarks"
+msgstr "%1$s de marcadors"
-#: ../../mod/dfrn_request.php:669
-msgid ""
-"Please enter your 'Identity Address' from one of the following supported "
-"social networks:"
-msgstr "Si us plau, introdueixi la seva \"Adreça Identificativa\" d'una de les següents xarxes socials suportades:"
+#: ../../include/network.php:635
+msgid "view full size"
+msgstr "Veure a mida competa"
-#: ../../mod/dfrn_request.php:672
-msgid "Friend/Connection Request"
-msgstr "Sol·licitud d'Amistat"
+#: ../../include/network.php:1585 ../../include/enotify.php:58
+msgid "$Projectname Notification"
+msgstr "Notificació de $Projectname"
-#: ../../mod/dfrn_request.php:673
-msgid ""
-"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
-"testuser@identi.ca"
-msgstr "Exemples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"
+#: ../../include/network.php:1586 ../../include/enotify.php:59
+#: ../../include/diaspora.php:2522 ../../include/diaspora.php:2533
+#: ../../mod/p.php:46
+msgid "$projectname"
+msgstr "$projectname"
-#: ../../mod/dfrn_request.php:674
-msgid "Please answer the following:"
-msgstr "Si us plau, contesti les següents preguntes:"
+#: ../../include/network.php:1588 ../../include/enotify.php:61
+msgid "Thank You,"
+msgstr "Gràcies,"
-#: ../../mod/dfrn_request.php:675
+#: ../../include/network.php:1590 ../../include/enotify.php:63
#, php-format
-msgid "Does %s know you?"
-msgstr "%s et coneix?"
+msgid "%s Administrator"
+msgstr "%s Administrador"
-#: ../../mod/dfrn_request.php:678
-msgid "Add a personal note:"
-msgstr "Afegir una nota personal:"
+#: ../../include/network.php:1646
+msgid "No Subject"
+msgstr "Sense Assumpte"
-#: ../../mod/dfrn_request.php:680 ../../include/contact_selectors.php:76
-msgid "Friendica"
-msgstr "Friendica"
+#: ../../include/features.php:38
+msgid "General Features"
+msgstr "Característiques Generals"
-#: ../../mod/dfrn_request.php:681
-msgid "StatusNet/Federated Social Web"
-msgstr "Web Social StatusNet/Federated "
+#: ../../include/features.php:40
+msgid "Content Expiration"
+msgstr "Expiració del Contingut"
-#: ../../mod/dfrn_request.php:682 ../../mod/settings.php:555
-#: ../../include/contact_selectors.php:80
-msgid "Diaspora"
-msgstr "Diaspora"
+#: ../../include/features.php:40
+msgid "Remove posts/comments and/or private messages at a future time"
+msgstr "elimina entrades/comentaris i/o missatges privats de aquí en endevant."
-#: ../../mod/dfrn_request.php:683
-msgid "- please share from your own site as noted above"
-msgstr "- si us plau, Comparteix des del teu propi lloc tal com s'ha dit abans."
+#: ../../include/features.php:41
+msgid "Multiple Profiles"
+msgstr "Multiples Perfils"
-#: ../../mod/dfrn_request.php:684
-msgid "Your Identity Address:"
-msgstr "La Teva Adreça Identificativa:"
+#: ../../include/features.php:41
+msgid "Ability to create multiple profiles"
+msgstr "Capacitat per crear multiples perfils"
-#: ../../mod/dfrn_request.php:685
-msgid "Submit Request"
-msgstr "Sol·licitud Enviada"
+#: ../../include/features.php:42
+msgid "Advanced Profiles"
+msgstr "Perfils Avançats"
-#: ../../mod/install.php:111
-msgid "Friendica Social Communications Server - Setup"
-msgstr "Friendica Social Communications Server - Ajustos"
+#: ../../include/features.php:42
+msgid "Additional profile sections and selections"
+msgstr "Seccions i seleccions addicionals de perfils "
-#: ../../mod/install.php:117 ../../mod/install.php:157
-#: ../../mod/install.php:230
-msgid "Database connection"
-msgstr "Conexió a la base de dades"
+#: ../../include/features.php:43
+msgid "Profile Import/Export"
+msgstr "Importar/Exportar Perfil"
-#: ../../mod/install.php:124
-msgid "Could not connect to database."
-msgstr "No puc connectar a la base de dades."
+#: ../../include/features.php:43
+msgid "Save and load profile details across sites/channels"
+msgstr "Guarda i carrega els detalls del perfil al llarg dels llocs/canals"
-#: ../../mod/install.php:128
-msgid "Could not create table."
-msgstr "No puc creat taula."
+#: ../../include/features.php:44
+msgid "Web Pages"
+msgstr "Pàgines Web"
-#: ../../mod/install.php:133
-msgid "Your Friendica site database has been installed."
-msgstr "La base de dades del teu lloc Friendica ha estat instal·lada."
+#: ../../include/features.php:44
+msgid "Provide managed web pages on your channel"
+msgstr "Proporcionar pàgines web gestionades al seu canal"
-#: ../../mod/install.php:134
-msgid ""
-"IMPORTANT: You will need to [manually] setup a scheduled task for the "
-"poller."
-msgstr "IMPORTANT: necessitarà configurar [manualment] el programar una tasca pel sondejador (poller.php)"
+#: ../../include/features.php:45
+msgid "Private Notes"
+msgstr "Notes Privades"
-#: ../../mod/install.php:135 ../../mod/install.php:151
-#: ../../mod/install.php:209
-msgid "Please see the file \"INSTALL.txt\"."
-msgstr "Per favor, consulti l'arxiu \"INSTALL.txt\"."
+#: ../../include/features.php:45
+msgid "Enables a tool to store notes and reminders"
+msgstr "Activa l'eina per guardar notes i recordatoris"
-#: ../../mod/install.php:137
-msgid "Proceed to registration"
-msgstr "Procedir a la inscripció"
+#: ../../include/features.php:46
+msgid "Navigation Channel Select"
+msgstr "Navegació pel Selector de Canals"
-#: ../../mod/install.php:143
-msgid "Proceed with Installation"
-msgstr "Procedeixi amb la Instal·lació"
+#: ../../include/features.php:46
+msgid "Change channels directly from within the navigation dropdown menu"
+msgstr "Canvieu els canals directament des del menú desplegable de navegació"
-#: ../../mod/install.php:150
-msgid ""
-"You may need to import the file \"database.sql\" manually using phpmyadmin "
-"or mysql."
-msgstr "Pot ser que hagi d'importar l'arxiu \"database.sql\" manualment amb phpmyadmin o mysql."
+#: ../../include/features.php:47
+msgid "Photo Location"
+msgstr "Ubicació de la Photo"
-#: ../../mod/install.php:158
-msgid "Database import failed."
-msgstr "La importació de base de dades ha fallat."
+#: ../../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, vincular a un mapa."
-#: ../../mod/install.php:206
-msgid "System check"
-msgstr "Comprovació del Sistema"
+#: ../../include/features.php:49
+msgid "Expert Mode"
+msgstr "Mode Expert"
-#: ../../mod/install.php:211
-msgid "Check again"
-msgstr "Comprovi de nou"
+#: ../../include/features.php:49
+msgid "Enable Expert Mode to provide advanced configuration options"
+msgstr "Activar Mode Expert per a proporcionar opcions avançades de configuració"
-#: ../../mod/install.php:231
+#: ../../include/features.php:50
+msgid "Premium Channel"
+msgstr "Canal Superior"
+
+#: ../../include/features.php:50
msgid ""
-"In order to install Friendica we need to know how to connect to your "
-"database."
-msgstr "Per a instal·lar Friendica necessitem conèixer com connectar amb la deva base de dades."
+"Allows you to set restrictions and terms on those that connect with your "
+"channel"
+msgstr "Li permet establir restriccions i els termes en els quals es connecten amb el seu canal"
+
+#: ../../include/features.php:55
+msgid "Post Composition Features"
+msgstr "Característiques de Composició d'Entrades"
+
+#: ../../include/features.php:57
+msgid "Use Markdown"
+msgstr "Us d'Abreviatures"
+
+#: ../../include/features.php:57
+msgid "Allow use of \"Markdown\" to format posts"
+msgstr "Permet emprat \"Abreviatures\" per formatar entrades"
-#: ../../mod/install.php:232
+#: ../../include/features.php:58
+msgid "Large Photos"
+msgstr "Grans Fotos"
+
+#: ../../include/features.php:58
msgid ""
-"Please contact your hosting provider or site administrator if you have "
-"questions about these settings."
-msgstr "Per favor, posi's en contacte amb el seu proveïdor de hosting o administrador del lloc si té alguna pregunta sobre aquestes opcions."
+"Include large (640px) photo thumbnails in posts. If not enabled, use small "
+"(320px) photo thumbnails"
+msgstr "Inclou gran (640px) foto de miniatura a les entrades. Si no està activat, empra petita (320px) foto de miniatura."
+
+#: ../../include/features.php:59 ../../include/widgets.php:548
+#: ../../mod/sources.php:88
+msgid "Channel Sources"
+msgstr "Canal Origen"
+
+#: ../../include/features.php:59
+msgid "Automatically import channel content from other channels or feeds"
+msgstr "Importa automàticament el contingut del canal des de altres canals o feeds"
+
+#: ../../include/features.php:60
+msgid "Even More Encryption"
+msgstr "Encara Més Encriptació"
-#: ../../mod/install.php:233
+#: ../../include/features.php:60
msgid ""
-"The database you specify below should already exist. If it does not, please "
-"create it before continuing."
-msgstr "La base de dades que especifiques ja hauria d'existir. Si no és així, crea-la abans de continuar."
+"Allow optional encryption of content end-to-end with a shared secret key"
+msgstr "Permet l'encripció opcional del contingut extrem-a-extrem amb clau secreta compartida"
-#: ../../mod/install.php:237
-msgid "Database Server Name"
-msgstr "Nom del Servidor de base de Dades"
+#: ../../include/features.php:61
+msgid "Enable voting tools"
+msgstr "Habilitar eines de vot"
-#: ../../mod/install.php:238
-msgid "Database Login Name"
-msgstr "Nom d'Usuari de la base de Dades"
+#: ../../include/features.php:61
+msgid "Provide a class of post which others can vote on"
+msgstr "Proporcionar una classe d'entrada que altres puguin votar"
-#: ../../mod/install.php:239
-msgid "Database Login Password"
-msgstr "Contrasenya d'Usuari de la base de Dades"
+#: ../../include/features.php:67
+msgid "Network and Stream Filtering"
+msgstr "Filtrat de Xarxa i Flux"
-#: ../../mod/install.php:240
-msgid "Database Name"
-msgstr "Nom de la base de Dades"
+#: ../../include/features.php:68
+msgid "Search by Date"
+msgstr "Cerca per Data"
-#: ../../mod/install.php:241 ../../mod/install.php:280
-msgid "Site administrator email address"
-msgstr "Adreça de correu del administrador del lloc"
+#: ../../include/features.php:68
+msgid "Ability to select posts by date ranges"
+msgstr "Capacitat per seleccionar entrades per rang de dates"
-#: ../../mod/install.php:241 ../../mod/install.php:280
-msgid ""
-"Your account email address must match this in order to use the web admin "
-"panel."
-msgstr "El seu compte d'adreça electrònica ha de coincidir per tal d'utilitzar el panell d'administració web."
+#: ../../include/features.php:69
+msgid "Collections Filter"
+msgstr "Filtre de Col·leccions"
-#: ../../mod/install.php:245 ../../mod/install.php:283
-msgid "Please select a default timezone for your website"
-msgstr "Per favor, seleccioni una zona horària per defecte per al seu lloc web"
+#: ../../include/features.php:69
+msgid "Enable widget to display Network posts only from selected collections"
+msgstr "Habilitar giny per mostrar les entrades de xarxa únicament de les col·leccions seleccionades"
-#: ../../mod/install.php:270
-msgid "Site settings"
-msgstr "Configuracions del lloc"
+#: ../../include/features.php:70 ../../include/widgets.php:274
+msgid "Saved Searches"
+msgstr "Cerques Guardades"
-#: ../../mod/install.php:323
-msgid "Could not find a command line version of PHP in the web server PATH."
-msgstr "No es va poder trobar una versió de línia de comandos de PHP en la ruta del servidor web."
+#: ../../include/features.php:70
+msgid "Save search terms for re-use"
+msgstr "Guardar els termin de la cerca per a re-usar"
-#: ../../mod/install.php:326
-msgid "PHP executable path"
-msgstr "Direcció del executable PHP"
+#: ../../include/features.php:71
+msgid "Network Personal Tab"
+msgstr "Pestanya Personal de Xarxa"
-#: ../../mod/install.php:326
-msgid "Enter full path to php executable"
-msgstr "Introdueixi el camí complet del executable php"
+#: ../../include/features.php:71
+msgid "Enable tab to display only Network posts that you've interacted on"
+msgstr "Activa pestanya per mostrar només les entrades de xarxa en els que has intervingut"
-#: ../../mod/install.php:331
-msgid "Command line PHP"
-msgstr "Linia de comandos PHP"
+#: ../../include/features.php:72
+msgid "Network New Tab"
+msgstr "Nova Pestanya de Xarxa"
-#: ../../mod/install.php:340
-msgid ""
-"The command line version of PHP on your system does not have "
-"\"register_argc_argv\" enabled."
-msgstr "La versió de línia de comandos de PHP en el seu sistema no té \"register_argc_argv\" habilitat."
+#: ../../include/features.php:72
+msgid "Enable tab to display all new Network activity"
+msgstr "Activa pestanya per mostrar tota l'activitat nova de la Xarxa"
-#: ../../mod/install.php:341
-msgid "This is required for message delivery to work."
-msgstr "Això és necessari perquè funcioni el lliurament de missatges."
+#: ../../include/features.php:73
+msgid "Affinity Tool"
+msgstr "Eina d'Afinitat"
-#: ../../mod/install.php:343
-msgid "PHP \"register_argc_argv\""
-msgstr "PHP \"register_argc_argv\""
+#: ../../include/features.php:73
+msgid "Filter stream activity by depth of relationships"
+msgstr "Filtre d'activitat del flux per importància de la relació"
-#: ../../mod/install.php:364
-msgid ""
-"Error: the \"openssl_pkey_new\" function on this system is not able to "
-"generate encryption keys"
-msgstr "Error: la funció \"openssl_pkey_new\" en aquest sistema no és capaç de generar claus de xifrat"
+#: ../../include/features.php:74
+msgid "Connection Filtering"
+msgstr "Filtre de Connexió"
-#: ../../mod/install.php:365
-msgid ""
-"If running under Windows, please see "
-"\"http://www.php.net/manual/en/openssl.installation.php\"."
-msgstr "Si s'executa en Windows, per favor consulti la secció \"http://www.php.net/manual/en/openssl.installation.php\"."
+#: ../../include/features.php:74
+msgid "Filter incoming posts from connections based on keywords/content"
+msgstr "Filtre de missatges d'entrada de conexions, basat en paraules clau/contingut "
-#: ../../mod/install.php:367
-msgid "Generate encryption keys"
-msgstr "Generar claus d'encripció"
+#: ../../include/features.php:75
+msgid "Suggest Channels"
+msgstr "Suggerir Canals"
-#: ../../mod/install.php:374
-msgid "libCurl PHP module"
-msgstr "Mòdul libCurl de PHP"
+#: ../../include/features.php:75
+msgid "Show channel suggestions"
+msgstr "Mostra suggerencies de canals"
-#: ../../mod/install.php:375
-msgid "GD graphics PHP module"
-msgstr "Mòdul GD de gràfics de PHP"
+#: ../../include/features.php:80
+msgid "Post/Comment Tools"
+msgstr "Eina d'Entrades/Comentaris"
-#: ../../mod/install.php:376
-msgid "OpenSSL PHP module"
-msgstr "Mòdul OpenSSl de PHP"
+#: ../../include/features.php:81
+msgid "Tagging"
+msgstr "Etiquetant"
-#: ../../mod/install.php:377
-msgid "mysqli PHP module"
-msgstr "Mòdul mysqli de PHP"
+#: ../../include/features.php:81
+msgid "Ability to tag existing posts"
+msgstr "Capacitat d'etiquetar entrades existents"
-#: ../../mod/install.php:378
-msgid "mb_string PHP module"
-msgstr "Mòdul mb_string de PHP"
+#: ../../include/features.php:82
+msgid "Post Categories"
+msgstr "Categories d'Entrades"
-#: ../../mod/install.php:383 ../../mod/install.php:385
-msgid "Apace mod_rewrite module"
-msgstr "Mòdul mod_rewrite de Apache"
+#: ../../include/features.php:82
+msgid "Add categories to your posts"
+msgstr "Afegeix categoria a la teva entrada"
-#: ../../mod/install.php:383
-msgid ""
-"Error: Apache webserver mod-rewrite module is required but not installed."
-msgstr "Error: el mòdul mod-rewrite del servidor web Apache és necessari però no està instal·lat."
+#: ../../include/features.php:83 ../../include/widgets.php:304
+#: ../../include/contact_widgets.php:57
+msgid "Saved Folders"
+msgstr "Carpetes Guardades"
-#: ../../mod/install.php:390
-msgid "Error: libCURL PHP module required but not installed."
-msgstr "Error: El mòdul libCURL de PHP és necessari però no està instal·lat."
+#: ../../include/features.php:83
+msgid "Ability to file posts under folders"
+msgstr "Capacitat de arxivar entrades en les carpetes"
-#: ../../mod/install.php:394
-msgid ""
-"Error: GD graphics PHP module with JPEG support required but not installed."
-msgstr "Error: el mòdul gràfic GD de PHP amb support per JPEG és necessari però no està instal·lat."
+#: ../../include/features.php:84
+msgid "Dislike Posts"
+msgstr "No Agrada l'Entrada"
-#: ../../mod/install.php:398
-msgid "Error: openssl PHP module required but not installed."
-msgstr "Error: El mòdul enssl de PHP és necessari però no està instal·lat."
+#: ../../include/features.php:84
+msgid "Ability to dislike posts/comments"
+msgstr "Capacitat per marcar amb \"No Agrada\" les entrades/comentaris"
-#: ../../mod/install.php:402
-msgid "Error: mysqli PHP module required but not installed."
-msgstr "Error: El mòdul mysqli de PHP és necessari però no està instal·lat."
+#: ../../include/features.php:85
+msgid "Star Posts"
+msgstr "Entrades Excel·lents"
-#: ../../mod/install.php:406
-msgid "Error: mb_string PHP module required but not installed."
-msgstr "Error: mòdul mb_string de PHP requerit però no instal·lat."
+#: ../../include/features.php:85
+msgid "Ability to mark special posts with a star indicator"
+msgstr "Capacitat per marcar entrades especials amb l'indicador d'excel·lencia"
-#: ../../mod/install.php:423
-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'instal·lador web necessita crear un arxiu anomenat \".htconfig.php\" en la carpeta superior del seu servidor web però alguna cosa ho va impedir."
+#: ../../include/features.php:86
+msgid "Tag Cloud"
+msgstr "Núvol d'Etiquetes."
-#: ../../mod/install.php:424
-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 "Això freqüentment és a causa d'una configuració de permisos; el servidor web no pot escriure arxius en la carpeta - encara que sigui possible."
+#: ../../include/features.php:86
+msgid "Provide a personal tag cloud on your channel page"
+msgstr "Proporcionar un núvol d'etiquetes personals a la teva pàgina de canal"
-#: ../../mod/install.php:425
-msgid ""
-"Please check with your site documentation or support people to see if this "
-"situation can be corrected."
-msgstr "Per favor, consulti amb la documentació del seu lloc o persones de suport per veure si aquesta situació es pot corregir."
+#: ../../include/widgets.php:35 ../../include/taxonomy.php:264
+#: ../../include/contact_widgets.php:92
+msgid "Categories"
+msgstr "Categories"
-#: ../../mod/install.php:426
-msgid ""
-"If not, you may be required to perform a manual installation. Please see the"
-" file \"INSTALL.txt\" for instructions."
-msgstr "Si no, vostè pot ser requerit per realitzar una instal·lació manual. Per favor, consulti l'arxiu \"INSTALL.txt\" per obtenir instruccions."
+#: ../../include/widgets.php:91 ../../include/nav.php:163
+#: ../../mod/apps.php:36
+msgid "Apps"
+msgstr "Aplicatius"
-#: ../../mod/install.php:429
-msgid ".htconfig.php is writable"
-msgstr ".htconfig.php és escribible"
+#: ../../include/widgets.php:92
+msgid "System"
+msgstr "Sistema"
-#: ../../mod/install.php:436
-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 "L'arxiu per a la configuració de la base de dades \".htconfig.php\" no es pot escriure. Per favor, usi el text adjunt per crear un arxiu de configuració en l'arrel del servidor web."
+#: ../../include/widgets.php:94 ../../include/conversation.php:1504
+msgid "Personal"
+msgstr "Personal"
-#: ../../mod/install.php:461
-msgid "Errors encountered creating database tables."
-msgstr "Trobats errors durant la creació de les taules de la base de dades."
+#: ../../include/widgets.php:95
+msgid "Create Personal App"
+msgstr "Crear Personal App"
-#: ../../mod/localtime.php:12 ../../include/event.php:11
-#: ../../include/bb2diaspora.php:238
-msgid "l F d, Y \\@ g:i A"
-msgstr "l F d, Y \\@ g:i A"
+#: ../../include/widgets.php:96
+msgid "Edit Personal App"
+msgstr "Editar Personal App"
-#: ../../mod/localtime.php:24
-msgid "Time Conversion"
-msgstr "Temps de Conversió"
+#: ../../include/widgets.php:136 ../../include/widgets.php:175
+#: ../../include/Contact.php:107 ../../include/conversation.php:945
+#: ../../include/identity.php:857 ../../mod/directory.php:316
+#: ../../mod/match.php:64 ../../mod/suggest.php:52
+msgid "Connect"
+msgstr "Connecta "
-#: ../../mod/localtime.php:26
-msgid ""
-"Friendika provides this service for sharing events with other networks and "
-"friends in unknown timezones."
-msgstr "Friendica ofereix aquest servei per compartir esdeveniments amb altres xarxes i amics a les zones horàries desconegudes."
+#: ../../include/widgets.php:138 ../../mod/suggest.php:54
+msgid "Ignore/Hide"
+msgstr "Ignora/Amaga"
-#: ../../mod/localtime.php:30
-#, php-format
-msgid "UTC time: %s"
-msgstr "hora UTC: %s"
+#: ../../include/widgets.php:143 ../../mod/connections.php:268
+msgid "Suggestions"
+msgstr "Suggerencies"
-#: ../../mod/localtime.php:33
-#, php-format
-msgid "Current timezone: %s"
-msgstr "Zona horària actual: %s"
+#: ../../include/widgets.php:144
+msgid "See more..."
+msgstr "Veure més....."
-#: ../../mod/localtime.php:36
+#: ../../include/widgets.php:166
#, php-format
-msgid "Converted localtime: %s"
-msgstr "Conversión de hora local: %s"
+msgid "You have %1$.0f of %2$.0f allowed connections."
+msgstr "Tens %1$.0f de %2$.0f connexions permeses."
-#: ../../mod/localtime.php:41
-msgid "Please select your timezone:"
-msgstr "Si us plau, seleccioneu la vostra zona horària:"
+#: ../../include/widgets.php:172
+msgid "Add New Connection"
+msgstr "Afegeix una Nova Connexió"
-#: ../../mod/match.php:12
-msgid "Profile Match"
-msgstr "Perfil Aconseguit"
+#: ../../include/widgets.php:173
+msgid "Enter the channel address"
+msgstr "Introdueix la adreça del canal"
-#: ../../mod/match.php:20
-msgid "No keywords to match. Please add keywords to your default profile."
-msgstr "No hi ha paraules clau que coincideixin. Si us plau, afegeixi paraules clau al teu perfil predeterminat."
+#: ../../include/widgets.php:174
+msgid "Example: bob@example.com, http://example.com/barbara"
+msgstr "Exemple: pep@exemple.com, http://exemple.com/vinyet"
-#: ../../mod/match.php:57
-msgid "is interested in:"
-msgstr "està interessat en:"
+#: ../../include/widgets.php:190
+msgid "Notes"
+msgstr "Notes"
-#: ../../mod/match.php:58 ../../mod/suggest.php:59
-#: ../../include/contact_widgets.php:9 ../../boot.php:930
-msgid "Connect"
-msgstr "Connexió"
+#: ../../include/widgets.php:266
+msgid "Remove term"
+msgstr "Plaç de remoció"
+
+#: ../../include/widgets.php:307 ../../include/contact_widgets.php:60
+#: ../../include/contact_widgets.php:95
+msgid "Everything"
+msgstr "Tot"
+
+#: ../../include/widgets.php:349
+msgid "Archives"
+msgstr "Arxius"
+
+#: ../../include/widgets.php:429 ../../mod/connedit.php:571
+msgid "Me"
+msgstr "Jo"
+
+#: ../../include/widgets.php:430 ../../mod/connedit.php:572
+msgid "Family"
+msgstr "Família"
+
+#: ../../include/widgets.php:431 ../../include/identity.php:394
+#: ../../include/identity.php:395 ../../include/identity.php:402
+#: ../../include/profile_selectors.php:80 ../../mod/settings.php:345
+#: ../../mod/settings.php:349 ../../mod/settings.php:350
+#: ../../mod/settings.php:353 ../../mod/settings.php:364
+#: ../../mod/connedit.php:573
+msgid "Friends"
+msgstr "Amics"
-#: ../../mod/match.php:65 ../../mod/dirfind.php:57
-msgid "No matches"
-msgstr "No hi ha coincidències"
+#: ../../include/widgets.php:432 ../../mod/connedit.php:574
+msgid "Acquaintances"
+msgstr "Coneguts"
-#: ../../mod/lockview.php:39
-msgid "Remote privacy information not available."
-msgstr "Informació de privacitat remota no disponible."
+#: ../../include/widgets.php:433 ../../mod/connections.php:231
+#: ../../mod/connections.php:246 ../../mod/connedit.php:575
+msgid "All"
+msgstr "Tots"
-#: ../../mod/lockview.php:43
-msgid "Visible to:"
-msgstr "Visible per a:"
+#: ../../include/widgets.php:452
+msgid "Refresh"
+msgstr "Refresc"
-#: ../../mod/home.php:26 ../../addon/communityhome/communityhome.php:179
-#, php-format
-msgid "Welcome to %s"
-msgstr "Benvingut a %s"
+#: ../../include/widgets.php:487
+msgid "Account settings"
+msgstr "Ajustos de Compte"
-#: ../../mod/notifications.php:26
-msgid "Invalid request identifier."
-msgstr "Sol·licitud d'identificació no vàlida."
+#: ../../include/widgets.php:493
+msgid "Channel settings"
+msgstr "Ajustos de Canal"
-#: ../../mod/notifications.php:35 ../../mod/notifications.php:157
-#: ../../mod/notifications.php:203
-msgid "Discard"
-msgstr "Descartar"
+#: ../../include/widgets.php:499
+msgid "Additional features"
+msgstr "Característiques addicionals"
-#: ../../mod/notifications.php:47 ../../mod/notifications.php:156
-#: ../../mod/notifications.php:202 ../../mod/contacts.php:302
-#: ../../mod/contacts.php:345
-msgid "Ignore"
-msgstr "Ignorar"
+#: ../../include/widgets.php:505
+msgid "Feature/Addon settings"
+msgstr "Ajustos de Característica/Afegit"
-#: ../../mod/notifications.php:71
-msgid "System"
-msgstr "Sistema"
+#: ../../include/widgets.php:511
+msgid "Display settings"
+msgstr "Ajustos de pantalla"
-#: ../../mod/notifications.php:76 ../../include/nav.php:109
-msgid "Network"
-msgstr "Xarxa"
+#: ../../include/widgets.php:517
+msgid "Connected apps"
+msgstr "Apps connectades"
-#: ../../mod/notifications.php:81 ../../mod/network.php:177
-msgid "Personal"
-msgstr "Personal"
+#: ../../include/widgets.php:523
+msgid "Export channel"
+msgstr "Exportat canal"
-#: ../../mod/notifications.php:86 ../../include/nav.php:73
-#: ../../include/nav.php:111
-msgid "Home"
-msgstr "Inici"
+#: ../../include/widgets.php:532 ../../mod/connedit.php:662
+msgid "Connection Default Permissions"
+msgstr "Permisos per Defecte de la Connexió"
-#: ../../mod/notifications.php:91 ../../include/nav.php:117
-msgid "Introductions"
-msgstr "Presentacions"
+#: ../../include/widgets.php:540
+msgid "Premium Channel Settings"
+msgstr "Ajustos Premium de Canal"
+
+#: ../../include/widgets.php:556 ../../include/nav.php:208
+#: ../../include/apps.php:134 ../../mod/admin.php:1079
+#: ../../mod/admin.php:1279
+msgid "Settings"
+msgstr "Ajustos"
-#: ../../mod/notifications.php:96 ../../mod/message.php:76
-#: ../../include/nav.php:124
+#: ../../include/widgets.php:569 ../../mod/message.php:31
+#: ../../mod/mail.php:128
msgid "Messages"
msgstr "Missatges"
-#: ../../mod/notifications.php:115
-msgid "Show Ignored Requests"
-msgstr "Mostra les Sol·licituds Ignorades"
+#: ../../include/widgets.php:572
+msgid "Check Mail"
+msgstr "Comprovar Correu"
-#: ../../mod/notifications.php:115
-msgid "Hide Ignored Requests"
-msgstr "Amaga les Sol·licituds Ignorades"
+#: ../../include/widgets.php:577 ../../include/nav.php:199
+msgid "New Message"
+msgstr "Nou Missatge"
-#: ../../mod/notifications.php:141 ../../mod/notifications.php:187
-msgid "Notification type: "
-msgstr "Tipus de Notificació:"
+#: ../../include/widgets.php:652
+msgid "Chat Rooms"
+msgstr "Sales de Xat"
-#: ../../mod/notifications.php:142
-msgid "Friend Suggestion"
-msgstr "Amics Suggerits "
+#: ../../include/widgets.php:672
+msgid "Bookmarked Chatrooms"
+msgstr "Sales de Xat Favorites"
-#: ../../mod/notifications.php:144
-#, php-format
-msgid "suggested by %s"
-msgstr "sugerit per %s"
+#: ../../include/widgets.php:692
+msgid "Suggested Chatrooms"
+msgstr "Sales de Xat Suggerides"
-#: ../../mod/notifications.php:149 ../../mod/notifications.php:196
-#: ../../mod/contacts.php:350
-msgid "Hide this contact from others"
-msgstr "Amaga aquest contacte dels altres"
+#: ../../include/widgets.php:819 ../../include/widgets.php:877
+msgid "photo/image"
+msgstr "foto/imatge"
-#: ../../mod/notifications.php:150 ../../mod/notifications.php:197
-msgid "Post a new friend activity"
-msgstr "Publica una activitat d'amic nova"
+#: ../../include/widgets.php:972 ../../include/widgets.php:974
+msgid "Rate Me"
+msgstr "Valora'm"
-#: ../../mod/notifications.php:150 ../../mod/notifications.php:197
-msgid "if applicable"
-msgstr "si es pot aplicar"
+#: ../../include/widgets.php:978
+msgid "View Ratings"
+msgstr "Veure Valoracions"
-#: ../../mod/notifications.php:153 ../../mod/notifications.php:200
-#: ../../mod/admin.php:486
-msgid "Approve"
-msgstr "Aprovar"
+#: ../../include/widgets.php:989
+msgid "Public Hubs"
+msgstr "Concentradors Públics"
-#: ../../mod/notifications.php:173
-msgid "Claims to be known to you: "
-msgstr "Diu que et coneix:"
+#: ../../include/event.php:22 ../../include/bb2diaspora.php:459
+msgid "l F d, Y \\@ g:i A"
+msgstr "l F d, Y \\@ g:i A"
-#: ../../mod/notifications.php:173
-msgid "yes"
-msgstr "sí"
+#: ../../include/event.php:30 ../../include/bb2diaspora.php:465
+msgid "Starts:"
+msgstr "Inicia:"
-#: ../../mod/notifications.php:173
-msgid "no"
-msgstr "no"
+#: ../../include/event.php:40 ../../include/bb2diaspora.php:473
+msgid "Finishes:"
+msgstr "Acaba:"
-#: ../../mod/notifications.php:180
-msgid "Approve as: "
-msgstr "Aprovat com:"
+#: ../../include/event.php:50 ../../include/bb2diaspora.php:481
+#: ../../include/identity.php:908 ../../mod/directory.php:302
+#: ../../mod/events.php:661
+msgid "Location:"
+msgstr "Localització:"
-#: ../../mod/notifications.php:181
-msgid "Friend"
-msgstr "Amic"
+#: ../../include/event.php:535
+msgid "This event has been added to your calendar."
+msgstr "Aquest succés ha estat afegit al teu calendari."
-#: ../../mod/notifications.php:182
-msgid "Sharer"
-msgstr "Partícip"
+#: ../../include/enotify.php:96
+#, php-format
+msgid "%s <!item_type!>"
+msgstr "%s <!item_type!>"
-#: ../../mod/notifications.php:182
-msgid "Fan/Admirer"
-msgstr "Fan/Admirador"
+#: ../../include/enotify.php:100
+#, php-format
+msgid "[Red:Notify] New mail received at %s"
+msgstr "[Red:Notificació] Un nou missatge s'ha rebut a %s"
-#: ../../mod/notifications.php:188
-msgid "Friend/Connect Request"
-msgstr "Sol·licitud d'Amistat/Connexió"
+#: ../../include/enotify.php:102
+#, php-format
+msgid "%1$s, %2$s sent you a new private message at %3$s."
+msgstr "%1$s, %2$s t'ha enviat un nou missatge privat a %3$s."
-#: ../../mod/notifications.php:188
-msgid "New Follower"
-msgstr "Nou Seguidor"
+#: ../../include/enotify.php:103
+#, php-format
+msgid "%1$s sent you %2$s."
+msgstr "%1$s t'ha enviat %2$s."
-#: ../../mod/notifications.php:209
-msgid "No introductions."
-msgstr "Sense presentacions."
+#: ../../include/enotify.php:103
+msgid "a private message"
+msgstr "un missatge privat"
-#: ../../mod/notifications.php:212 ../../include/nav.php:118
-msgid "Notifications"
-msgstr "Notificacions"
+#: ../../include/enotify.php:104
+#, php-format
+msgid "Please visit %s to view and/or reply to your private messages."
+msgstr "Per favor, visita %s per a veure i/o respondre els teus missatges privats."
-#: ../../mod/notifications.php:249 ../../mod/notifications.php:374
-#: ../../mod/notifications.php:461
+#: ../../include/enotify.php:158
#, php-format
-msgid "%s liked %s's post"
-msgstr "A %s li agrada l'enviament de %s"
+msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]"
+msgstr "%1$s, %2$s comentat en [zrl=%3$s]a %4$s[/zrl]"
-#: ../../mod/notifications.php:258 ../../mod/notifications.php:383
-#: ../../mod/notifications.php:470
+#: ../../include/enotify.php:166
#, php-format
-msgid "%s disliked %s's post"
-msgstr "A %s no li agrada l'enviament de %s"
+msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]"
+msgstr "%1$s, %2$s comentat en [zrl=%3$s]%4$s de %5$s[/zrl]"
-#: ../../mod/notifications.php:272 ../../mod/notifications.php:397
-#: ../../mod/notifications.php:484
+#: ../../include/enotify.php:175
#, php-format
-msgid "%s is now friends with %s"
-msgstr "%s es ara amic de %s"
+msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]"
+msgstr "%1$s, %2$s comentat en [zrl=%3$s]el teu %4$s[/zrl]"
-#: ../../mod/notifications.php:279 ../../mod/notifications.php:404
+#: ../../include/enotify.php:186
#, php-format
-msgid "%s created a new post"
-msgstr "%s ha creat un enviament nou"
+msgid "[Red:Notify] Comment to conversation #%1$d by %2$s"
+msgstr "[Red:Notify] Comentari a la conversa #%1$d per %2$s"
-#: ../../mod/notifications.php:280 ../../mod/notifications.php:405
-#: ../../mod/notifications.php:493
+#: ../../include/enotify.php:187
#, php-format
-msgid "%s commented on %s's post"
-msgstr "%s va comentar en l'enviament de %s"
+msgid "%1$s, %2$s commented on an item/conversation you have been following."
+msgstr "%1$s, %2$s comentat en un article/conversa que havies estat seguint."
-#: ../../mod/notifications.php:294
-msgid "No more network notifications."
-msgstr "No més notificacions de xarxa."
+#: ../../include/enotify.php:190 ../../include/enotify.php:205
+#: ../../include/enotify.php:231 ../../include/enotify.php:249
+#: ../../include/enotify.php:263
+#, php-format
+msgid "Please visit %s to view and/or reply to the conversation."
+msgstr "Si us plau visita %s per veure i/o contestar a la conversa"
-#: ../../mod/notifications.php:298
-msgid "Network Notifications"
-msgstr "Notificacions de la Xarxa"
+#: ../../include/enotify.php:196
+#, php-format
+msgid "[Red:Notify] %s posted to your profile wall"
+msgstr "[Red:Avís] %s ha escrit una entrada al teu mur"
-#: ../../mod/notifications.php:324 ../../mod/notify.php:61
-msgid "No more system notifications."
-msgstr "No més notificacions del sistema."
+#: ../../include/enotify.php:198
+#, php-format
+msgid "%1$s, %2$s posted to your profile wall at %3$s"
+msgstr "%1$s, %2$s ha escrit una entrada al teu mur en %3$s"
-#: ../../mod/notifications.php:328 ../../mod/notify.php:65
-msgid "System Notifications"
-msgstr "Notificacions del Sistema"
+#: ../../include/enotify.php:200
+#, php-format
+msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]"
+msgstr "%1$s, %2$s enviat correu a [zrl=%3$s]el teu mur[/zrl]"
-#: ../../mod/notifications.php:419
-msgid "No more personal notifications."
-msgstr "No més notificacions personals."
+#: ../../include/enotify.php:224
+#, php-format
+msgid "[Red:Notify] %s tagged you"
+msgstr "[Red:Notificació] %s t'ha etiquetat"
-#: ../../mod/notifications.php:423
-msgid "Personal Notifications"
-msgstr "Notificacions Personals"
+#: ../../include/enotify.php:225
+#, php-format
+msgid "%1$s, %2$s tagged you at %3$s"
+msgstr "%1$s, %2$s t'ha etiquetat a %3$s"
-#: ../../mod/notifications.php:500
-msgid "No more home notifications."
-msgstr "No més notificacions d'inici."
+#: ../../include/enotify.php:226
+#, php-format
+msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]."
+msgstr "%1$s, %2$s [zrl=%3$s]t'ha etiquetat[/zrl]."
-#: ../../mod/notifications.php:504
-msgid "Home Notifications"
-msgstr "Notificacions d'Inici"
+#: ../../include/enotify.php:238
+#, php-format
+msgid "[Red:Notify] %1$s poked you"
+msgstr "[Red:Avís] %1$s s'en fot de tu"
-#: ../../mod/contacts.php:63 ../../mod/contacts.php:143
-msgid "Could not access contact record."
-msgstr "No puc accedir al registre del contacte."
+#: ../../include/enotify.php:239
+#, php-format
+msgid "%1$s, %2$s poked you at %3$s"
+msgstr "%1$s, %2$s s'en fot de tú a %3$s"
-#: ../../mod/contacts.php:77
-msgid "Could not locate selected profile."
-msgstr "No puc localitzar el perfil seleccionat."
+#: ../../include/enotify.php:240
+#, php-format
+msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]."
+msgstr "%1$s, %2$s [zrl=%2$s]s'en fot de tú[/zrl]."
+
+#: ../../include/enotify.php:256
+#, php-format
+msgid "[Red:Notify] %s tagged your post"
+msgstr "[Red:Avís] %s ha etiquetat la teva entrada"
-#: ../../mod/contacts.php:100
-msgid "Contact updated."
-msgstr "Contacte actualitzat."
+#: ../../include/enotify.php:257
+#, php-format
+msgid "%1$s, %2$s tagged your post at %3$s"
+msgstr "%1$s, %2$s ha etiquetat la teva entrada a %3$s"
-#: ../../mod/contacts.php:165
-msgid "Contact has been blocked"
-msgstr "Elcontacte ha estat bloquejat"
+#: ../../include/enotify.php:258
+#, php-format
+msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]"
+msgstr "%1$s, %2$s etiquetat [zrl=%3$s]la teva entrada[/zrl]"
-#: ../../mod/contacts.php:165
-msgid "Contact has been unblocked"
-msgstr "El contacte ha estat desbloquejat"
+#: ../../include/enotify.php:270
+msgid "[Red:Notify] Introduction received"
+msgstr "[Red:Avís] Presentació rebuda"
-#: ../../mod/contacts.php:179
-msgid "Contact has been ignored"
-msgstr "El contacte ha estat ignorat"
+#: ../../include/enotify.php:271
+#, php-format
+msgid "%1$s, you've received an new connection request from '%2$s' at %3$s"
+msgstr "%1$s, has rebut una nova petició de connexió de '%2$s' a %3$s"
-#: ../../mod/contacts.php:179
-msgid "Contact has been unignored"
-msgstr "El contacte ha estat recordat"
+#: ../../include/enotify.php:272
+#, php-format
+msgid ""
+"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s."
+msgstr "%1$s, has rebut [zrl=%2$s]una nova petició de connexió[/zrl] de %3$s."
-#: ../../mod/contacts.php:200
-msgid "stopped following"
-msgstr "Deixar de seguir"
+#: ../../include/enotify.php:276 ../../include/enotify.php:295
+#, php-format
+msgid "You may visit their profile at %s"
+msgstr "Pots visitar el seu perfil a %s"
-#: ../../mod/contacts.php:221
-msgid "Contact has been removed."
-msgstr "El contacte ha estat tret"
+#: ../../include/enotify.php:278
+#, php-format
+msgid "Please visit %s to approve or reject the connection request."
+msgstr "Si us plau, visita %s per aprovar o rebutjar la petició de connexió."
-#: ../../mod/contacts.php:245
+#: ../../include/enotify.php:285
+msgid "[Red:Notify] Friend suggestion received"
+msgstr "[Red:Notificació] Rebuda suggerencia d'amistat"
+
+#: ../../include/enotify.php:286
#, php-format
-msgid "You are mutual friends with %s"
-msgstr "Ara te una amistat mutua amb %s"
+msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s"
+msgstr "%1$s, has rebut una suggerència d'amistat de '%2$s' a %3$s"
-#: ../../mod/contacts.php:249
+#: ../../include/enotify.php:287
#, php-format
-msgid "You are sharing with %s"
-msgstr "Estas compartint amb %s"
+msgid ""
+"%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from "
+"%4$s."
+msgstr "%1$s, has rebut [zrl=%2$s]una suggerència d'amistat[/zrl] per %3$s de %4$s."
-#: ../../mod/contacts.php:254
+#: ../../include/enotify.php:293
+msgid "Name:"
+msgstr "Nom:"
+
+#: ../../include/enotify.php:294
+msgid "Photo:"
+msgstr "Foto:"
+
+#: ../../include/enotify.php:297
#, php-format
-msgid "%s is sharing with you"
-msgstr "%s esta compartint amb tú"
+msgid "Please visit %s to approve or reject the suggestion."
+msgstr "Per favor, visita %s per a aprovar o rebutjar la suggerencia."
-#: ../../mod/contacts.php:271
-msgid "Private communications are not available for this contact."
-msgstr "Comunicacions privades no disponibles per aquest contacte."
+#: ../../include/enotify.php:508
+msgid "[Red:Notify]"
+msgstr "[Red:Notificació]"
-#: ../../mod/contacts.php:274
-msgid "Never"
-msgstr "Mai"
+#: ../../include/message.php:18
+msgid "No recipient provided."
+msgstr "No s'ha proporcionat bústia."
-#: ../../mod/contacts.php:278
-msgid "(Update was successful)"
-msgstr "(L'actualització fou exitosa)"
+#: ../../include/message.php:23
+msgid "[no subject]"
+msgstr "[no subject]"
-#: ../../mod/contacts.php:278
-msgid "(Update was not successful)"
-msgstr "(L'actualització fracassà)"
+#: ../../include/message.php:45
+msgid "Unable to determine sender."
+msgstr "incapaç de determinar el remitent"
-#: ../../mod/contacts.php:280
-msgid "Suggest friends"
-msgstr "Suggerir amics"
+#: ../../include/message.php:200
+msgid "Stored post could not be verified."
+msgstr "L'entrada guardada no pot ser verificada"
-#: ../../mod/contacts.php:284
+#: ../../include/diaspora.php:2148 ../../include/conversation.php:164
+#: ../../mod/like.php:394
#, php-format
-msgid "Network type: %s"
-msgstr "Xarxa tipus: %s"
+msgid "%1$s likes %2$s's %3$s"
+msgstr "%1$s agrada %2$s de %3$s"
-#: ../../mod/contacts.php:287
-#, php-format
-msgid "%d contact in common"
-msgid_plural "%d contacts in common"
-msgstr[0] "%d contacte en comú"
-msgstr[1] "%d contactes en comú"
+#: ../../include/diaspora.php:2494
+msgid "Please choose"
+msgstr "Escull"
-#: ../../mod/contacts.php:292
-msgid "View all contacts"
-msgstr "Veure tots els contactes"
+#: ../../include/diaspora.php:2496
+msgid "Agree"
+msgstr "A favor"
-#: ../../mod/contacts.php:297 ../../mod/contacts.php:344
-#: ../../mod/admin.php:490
-msgid "Unblock"
-msgstr "Desbloquejar"
+#: ../../include/diaspora.php:2498
+msgid "Disagree"
+msgstr "En contra"
-#: ../../mod/contacts.php:297 ../../mod/contacts.php:344
-#: ../../mod/admin.php:489
-msgid "Block"
-msgstr "Bloquejar"
+#: ../../include/diaspora.php:2500
+msgid "Abstain"
+msgstr "Abstenció"
-#: ../../mod/contacts.php:302 ../../mod/contacts.php:345
-msgid "Unignore"
-msgstr "Treure d'Ignorats"
+#: ../../include/follow.php:28
+msgid "Channel is blocked on this site."
+msgstr "El canal està bloquejat en aquest lloc."
-#: ../../mod/contacts.php:307
-msgid "Repair"
-msgstr "Reparar"
+#: ../../include/follow.php:33
+msgid "Channel location missing."
+msgstr "Ubicació del canal perduda."
-#: ../../mod/contacts.php:317
-msgid "Contact Editor"
-msgstr "Editor de Contactes"
+#: ../../include/follow.php:83
+msgid "Response from remote channel was incomplete."
+msgstr "La resposta del canal remot fou incompleta."
-#: ../../mod/contacts.php:320
-msgid "Profile Visibility"
-msgstr "Perfil de Visibilitat"
+#: ../../include/follow.php:100
+msgid "Channel was deleted and no longer exists."
+msgstr "El canal fou esborrat i actualment no existeix."
-#: ../../mod/contacts.php:321
-#, php-format
-msgid ""
-"Please choose the profile you would like to display to %s when viewing your "
-"profile securely."
-msgstr "Si us plau triï el perfil que voleu mostrar a %s quan estigui veient el teu de forma segura."
+#: ../../include/follow.php:135 ../../include/follow.php:206
+msgid "Protocol disabled."
+msgstr "Protocol desactivat."
-#: ../../mod/contacts.php:322
-msgid "Contact Information / Notes"
-msgstr "Informació/Notes del contacte"
+#: ../../include/follow.php:144
+msgid "Protocol blocked for this channel."
+msgstr "El protocol està bloquejat per a aquest canal."
-#: ../../mod/contacts.php:323
-msgid "Edit contact notes"
-msgstr "Editar notes de contactes"
+#: ../../include/follow.php:179
+msgid "Channel discovery failed."
+msgstr "Descobriment de canal fallit."
-#: ../../mod/contacts.php:328 ../../mod/contacts.php:497
-#: ../../mod/viewconnections.php:60
-#, php-format
-msgid "Visit %s's profile [%s]"
-msgstr "Visitar perfil de %s [%s]"
+#: ../../include/follow.php:195
+msgid "local account not found."
+msgstr "compte local no trobat."
+
+#: ../../include/follow.php:224
+msgid "Cannot connect to yourself."
+msgstr "No pots connectar amb tu mateix."
-#: ../../mod/contacts.php:329
-msgid "Block/Unblock contact"
-msgstr "Bloquejar/Alliberar contacte"
+#: ../../include/ItemObject.php:89 ../../include/conversation.php:667
+msgid "Private Message"
+msgstr "Missatge Privat"
-#: ../../mod/contacts.php:330
-msgid "Ignore contact"
-msgstr "Ignore contacte"
+#: ../../include/ItemObject.php:126 ../../include/conversation.php:659
+msgid "Select"
+msgstr "Selecciona"
-#: ../../mod/contacts.php:331
-msgid "Repair URL settings"
-msgstr "Restablir configuració de URL"
+#: ../../include/ItemObject.php:130
+msgid "Save to Folder"
+msgstr "Guardar en la Carpeta"
-#: ../../mod/contacts.php:332
-msgid "View conversations"
-msgstr "Veient conversacions"
+#: ../../include/ItemObject.php:151
+msgid "I will attend"
+msgstr "Assistiré"
-#: ../../mod/contacts.php:334
-msgid "Delete contact"
-msgstr "Esborrar contacte"
+#: ../../include/ItemObject.php:151
+msgid "I will not attend"
+msgstr "No assistiré"
-#: ../../mod/contacts.php:338
-msgid "Last update:"
-msgstr "Última actualització:"
+#: ../../include/ItemObject.php:151
+msgid "I might attend"
+msgstr "Podria assistir"
-#: ../../mod/contacts.php:339
-msgid "Update public posts"
-msgstr "Actualitzar enviament públic"
+#: ../../include/ItemObject.php:161
+msgid "I agree"
+msgstr "D'acord"
-#: ../../mod/contacts.php:341 ../../mod/admin.php:905
-msgid "Update now"
-msgstr "Actualitza ara"
+#: ../../include/ItemObject.php:161
+msgid "I disagree"
+msgstr "En desacord"
-#: ../../mod/contacts.php:348
-msgid "Currently blocked"
-msgstr "Bloquejat actualment"
+#: ../../include/ItemObject.php:161
+msgid "I abstain"
+msgstr "M'abstinc"
-#: ../../mod/contacts.php:349
-msgid "Currently ignored"
-msgstr "Ignorat actualment"
+#: ../../include/ItemObject.php:175 ../../include/ItemObject.php:187
+#: ../../include/conversation.php:1677 ../../mod/photos.php:1015
+#: ../../mod/photos.php:1027
+msgid "View all"
+msgstr "Veure tot"
-#: ../../mod/contacts.php:350
-msgid ""
-"Replies/likes to your public posts <strong>may</strong> still be visible"
-msgstr "Répliques/agraiments per als teus missatges públics <strong>poden</strong> romandre visibles"
+#: ../../include/ItemObject.php:179 ../../include/taxonomy.php:396
+#: ../../include/conversation.php:1701 ../../include/identity.php:1167
+#: ../../mod/photos.php:1019
+msgctxt "noun"
+msgid "Like"
+msgid_plural "Likes"
+msgstr[0] "Agrada"
+msgstr[1] "Agraden"
+
+#: ../../include/ItemObject.php:184 ../../include/conversation.php:1704
+#: ../../mod/photos.php:1024
+msgctxt "noun"
+msgid "Dislike"
+msgid_plural "Dislikes"
+msgstr[0] "Desagrada"
+msgstr[1] "Desagrada"
+
+#: ../../include/ItemObject.php:212
+msgid "Add Star"
+msgstr "Fes-lo Preferit"
+
+#: ../../include/ItemObject.php:213
+msgid "Remove Star"
+msgstr "Treu-lo de Preferits"
+
+#: ../../include/ItemObject.php:214
+msgid "Toggle Star Status"
+msgstr "Canvia el Estat de la Preferència"
+
+#: ../../include/ItemObject.php:218
+msgid "starred"
+msgstr "preferit"
-#: ../../mod/contacts.php:399 ../../mod/group.php:179
-msgid "All Contacts"
-msgstr "Tots els Contactes"
+#: ../../include/ItemObject.php:227 ../../include/conversation.php:674
+msgid "Message signature validated"
+msgstr "Validada la signatura del missatge"
-#: ../../mod/contacts.php:404
-msgid "Unblocked Contacts"
-msgstr "Contactes Desbloquejats"
+#: ../../include/ItemObject.php:228 ../../include/conversation.php:675
+msgid "Message signature incorrect"
+msgstr "Signatura del missatge incorrecta"
-#: ../../mod/contacts.php:410
-msgid "Blocked Contacts"
-msgstr "Contactes Bloquejats"
+#: ../../include/ItemObject.php:236
+msgid "Add Tag"
+msgstr "Afegeix Etiqueta"
-#: ../../mod/contacts.php:416
-msgid "Ignored Contacts"
-msgstr "Contactes Ignorats"
+#: ../../include/ItemObject.php:254 ../../mod/photos.php:959
+msgid "I like this (toggle)"
+msgstr "M'agrada això (canvia)"
-#: ../../mod/contacts.php:422
-msgid "Hidden Contacts"
-msgstr "Contactes Amagats"
+#: ../../include/ItemObject.php:254 ../../include/taxonomy.php:310
+msgid "like"
+msgstr "agrada"
-#: ../../mod/contacts.php:473
-msgid "Mutual Friendship"
-msgstr "Amistat Mutua"
+#: ../../include/ItemObject.php:255 ../../mod/photos.php:960
+msgid "I don't like this (toggle)"
+msgstr "No m'agrada això (canvia)"
-#: ../../mod/contacts.php:477
-msgid "is a fan of yours"
-msgstr "Es un fan teu"
+#: ../../include/ItemObject.php:255 ../../include/taxonomy.php:311
+msgid "dislike"
+msgstr "desagrada"
-#: ../../mod/contacts.php:481
-msgid "you are a fan of"
-msgstr "ets fan de"
+#: ../../include/ItemObject.php:259
+msgid "Share This"
+msgstr "Comparteix Això"
-#: ../../mod/contacts.php:498 ../../include/Contact.php:135
-#: ../../include/conversation.php:792
-msgid "Edit contact"
-msgstr "Editar contacte"
+#: ../../include/ItemObject.php:259
+msgid "share"
+msgstr "comparteix"
-#: ../../mod/contacts.php:519 ../../include/nav.php:132
-msgid "Contacts"
-msgstr "Contactes"
+#: ../../include/ItemObject.php:276
+#, php-format
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] "%d commentari"
+msgstr[1] "%d commentaris"
-#: ../../mod/contacts.php:523
-msgid "Search your contacts"
-msgstr "Cercant el seus contactes"
+#: ../../include/ItemObject.php:294 ../../include/ItemObject.php:295
+#, php-format
+msgid "View %s's profile - %s"
+msgstr "Veure %s de perfil - %s"
-#: ../../mod/contacts.php:524 ../../mod/directory.php:67
-msgid "Finding: "
-msgstr "Cercant:"
+#: ../../include/ItemObject.php:298
+msgid "to"
+msgstr "a"
-#: ../../mod/contacts.php:525 ../../mod/directory.php:69
-#: ../../include/contact_widgets.php:34
-msgid "Find"
-msgstr "Cercar"
+#: ../../include/ItemObject.php:299
+msgid "via"
+msgstr "via"
-#: ../../mod/lostpass.php:16
-msgid "No valid account found."
-msgstr "compte no vàlid trobat."
+#: ../../include/ItemObject.php:300
+msgid "Wall-to-Wall"
+msgstr "Mur-a-Mur"
-#: ../../mod/lostpass.php:31
-msgid "Password reset request issued. Check your email."
-msgstr "Sol·licitut de restabliment de contrasenya enviat. Comprovi el seu correu."
+#: ../../include/ItemObject.php:301
+msgid "via Wall-To-Wall:"
+msgstr "via Mur-a-Mur:"
-#: ../../mod/lostpass.php:42
+#: ../../include/ItemObject.php:312 ../../include/conversation.php:716
#, php-format
-msgid "Password reset requested at %s"
-msgstr "Contrasenya restablerta enviada a %s"
+msgid "from %s"
+msgstr "De %s"
-#: ../../mod/lostpass.php:44 ../../mod/lostpass.php:106
-#: ../../mod/register.php:380 ../../mod/register.php:434
-#: ../../mod/regmod.php:54 ../../mod/dfrn_confirm.php:726
-#: ../../include/items.php:2575
-msgid "Administrator"
-msgstr "Administrador"
+#: ../../include/ItemObject.php:315 ../../include/conversation.php:719
+#, php-format
+msgid "last edited: %s"
+msgstr "últim editat: %s"
-#: ../../mod/lostpass.php:64
-msgid ""
-"Request could not be verified. (You may have previously submitted it.) "
-"Password reset failed."
-msgstr "La sol·licitut no pot ser verificada. (Hauries de presentar-la abans). Restabliment de contrasenya fracassat."
+#: ../../include/ItemObject.php:316 ../../include/conversation.php:720
+#, php-format
+msgid "Expires: %s"
+msgstr "Expira: %s"
-#: ../../mod/lostpass.php:82 ../../boot.php:723
-msgid "Password Reset"
-msgstr "Restabliment de Contrasenya"
+#: ../../include/ItemObject.php:337
+msgid "Save Bookmarks"
+msgstr "Guarda Favorits"
-#: ../../mod/lostpass.php:83
-msgid "Your password has been reset as requested."
-msgstr "La teva contrasenya fou restablerta com vas demanar."
+#: ../../include/ItemObject.php:338
+msgid "Add to Calendar"
+msgstr "Afegeix al Calendari"
-#: ../../mod/lostpass.php:84
-msgid "Your new password is"
-msgstr "La teva nova contrasenya es"
+#: ../../include/ItemObject.php:347
+msgid "Mark all seen"
+msgstr "Marca tot com ja vist"
-#: ../../mod/lostpass.php:85
-msgid "Save or copy your new password - and then"
-msgstr "Guarda o copia la nova contrasenya - i llavors"
+#: ../../include/ItemObject.php:353 ../../mod/photos.php:1145
+msgctxt "noun"
+msgid "Likes"
+msgstr "Agrada"
-#: ../../mod/lostpass.php:86
-msgid "click here to login"
-msgstr "clica aquí per identificarte"
+#: ../../include/ItemObject.php:354 ../../mod/photos.php:1146
+msgctxt "noun"
+msgid "Dislikes"
+msgstr "Desagrada"
-#: ../../mod/lostpass.php:87
-msgid ""
-"Your password may be changed from the <em>Settings</em> page after "
-"successful login."
-msgstr "Pots camviar la contrasenya des de la pàgina de <em>Configuración</em> desprès d'accedir amb èxit."
+#: ../../include/ItemObject.php:359 ../../include/acl_selectors.php:249
+#: ../../mod/photos.php:1151
+msgid "Close"
+msgstr "Tanca"
-#: ../../mod/lostpass.php:118
-msgid "Forgot your Password?"
-msgstr "Has Oblidat la Contrasenya?"
+#: ../../include/ItemObject.php:364 ../../include/conversation.php:737
+#: ../../include/conversation.php:1209 ../../mod/editpost.php:123
+#: ../../mod/photos.php:962 ../../mod/editlayout.php:147
+#: ../../mod/editwebpage.php:192 ../../mod/editblock.php:149
+#: ../../mod/mail.php:241 ../../mod/mail.php:356
+msgid "Please wait"
+msgstr "Si us plau, espera"
-#: ../../mod/lostpass.php:119
-msgid ""
-"Enter your email address and submit to have your password reset. Then check "
-"your email for further instructions."
-msgstr "Introdueixi la seva adreça de correu i enivii-la per restablir la seva contrasenya. Llavors comprovi el seu correu per a les següents instruccións. "
+#: ../../include/ItemObject.php:665 ../../mod/photos.php:978
+#: ../../mod/photos.php:1096
+msgid "This is you"
+msgstr "Ets tú"
+
+#: ../../include/ItemObject.php:669 ../../include/conversation.php:1181
+#: ../../mod/editpost.php:107 ../../mod/editlayout.php:134
+#: ../../mod/editwebpage.php:179 ../../mod/editblock.php:135
+msgid "Bold"
+msgstr "Negreta"
+
+#: ../../include/ItemObject.php:670 ../../include/conversation.php:1182
+#: ../../mod/editpost.php:108 ../../mod/editlayout.php:135
+#: ../../mod/editwebpage.php:180 ../../mod/editblock.php:136
+msgid "Italic"
+msgstr "Italica"
+
+#: ../../include/ItemObject.php:671 ../../include/conversation.php:1183
+#: ../../mod/editpost.php:109 ../../mod/editlayout.php:136
+#: ../../mod/editwebpage.php:181 ../../mod/editblock.php:137
+msgid "Underline"
+msgstr "Subratllat"
+
+#: ../../include/ItemObject.php:672 ../../include/conversation.php:1184
+#: ../../mod/editpost.php:110 ../../mod/editlayout.php:137
+#: ../../mod/editwebpage.php:182 ../../mod/editblock.php:138
+msgid "Quote"
+msgstr "Cometes"
+
+#: ../../include/ItemObject.php:673 ../../include/conversation.php:1185
+#: ../../mod/editpost.php:111 ../../mod/editlayout.php:138
+#: ../../mod/editwebpage.php:183 ../../mod/editblock.php:139
+msgid "Code"
+msgstr "Codi"
+
+#: ../../include/ItemObject.php:674
+msgid "Image"
+msgstr "Imatge"
+
+#: ../../include/ItemObject.php:675
+msgid "Insert Link"
+msgstr "Insereix Enllaç"
+
+#: ../../include/ItemObject.php:676
+msgid "Video"
+msgstr "Video"
+
+#: ../../include/ItemObject.php:680 ../../include/conversation.php:1236
+#: ../../mod/editpost.php:151 ../../mod/mail.php:247 ../../mod/mail.php:361
+msgid "Encrypt text"
+msgstr "Text encriptat"
+
+#: ../../include/Contact.php:124
+msgid "New window"
+msgstr "Nova finestra"
+
+#: ../../include/Contact.php:125
+msgid "Open the selected location in a different window or browser tab"
+msgstr "Obrir la localització seleccionada en un altre finestra o pestanya del navegador"
+
+#: ../../include/Contact.php:215 ../../mod/admin.php:739
+#, php-format
+msgid "User '%s' deleted"
+msgstr "usuari '%s' esborrat"
-#: ../../mod/lostpass.php:120
-msgid "Nickname or Email: "
-msgstr "Malnom o Correu:"
+#: ../../include/bb2diaspora.php:373
+msgid "Attachments:"
+msgstr "Adjuntat:"
-#: ../../mod/lostpass.php:121
-msgid "Reset"
-msgstr "Restablir"
+#: ../../include/bb2diaspora.php:461
+msgid "$Projectname event notification:"
+msgstr "Notificació d'esdeveniment de $Projectname"
-#: ../../mod/settings.php:72
-msgid "Missing some important data!"
-msgstr "Perdudes algunes dades importants!"
+#: ../../include/nav.php:87 ../../include/nav.php:120 ../../boot.php:1550
+msgid "Logout"
+msgstr "Desconectar"
-#: ../../mod/settings.php:75 ../../mod/settings.php:486 ../../mod/admin.php:75
-msgid "Update"
-msgstr "Actualitzar"
+#: ../../include/nav.php:87 ../../include/nav.php:120
+msgid "End this session"
+msgstr "Finalitza aquesta sessió"
-#: ../../mod/settings.php:175
-msgid "Failed to connect with email account using the settings provided."
-msgstr "Connexió fracassada amb el compte de correu emprant la configuració proveïda."
+#: ../../include/nav.php:90 ../../include/nav.php:151
+msgid "Home"
+msgstr "Personal"
-#: ../../mod/settings.php:180
-msgid "Email settings updated."
-msgstr "Configuració del correu electrònic actualitzada."
+#: ../../include/nav.php:90
+msgid "Your posts and conversations"
+msgstr "Les teves entrades i converses"
-#: ../../mod/settings.php:198
-msgid "Passwords do not match. Password unchanged."
-msgstr "Les contrasenyes no coincideixen. Contrasenya no canviada."
+#: ../../include/nav.php:91 ../../include/conversation.php:942
+#: ../../mod/connedit.php:498
+msgid "View Profile"
+msgstr "Veure Perfil"
-#: ../../mod/settings.php:203
-msgid "Empty passwords are not allowed. Password unchanged."
-msgstr "No es permeten contasenyes buides. Contrasenya no canviada"
+#: ../../include/nav.php:91
+msgid "Your profile page"
+msgstr "La teva pàgina de perfil"
-#: ../../mod/settings.php:214
-msgid "Password changed."
-msgstr "Contrasenya canviada."
+#: ../../include/nav.php:93
+msgid "Edit Profiles"
+msgstr "Editar Perfils"
-#: ../../mod/settings.php:216
-msgid "Password update failed. Please try again."
-msgstr "Ha fallat l'actualització de la Contrasenya. Per favor, intenti-ho de nou."
+#: ../../include/nav.php:93
+msgid "Manage/Edit profiles"
+msgstr "Gestiona/Edita perfils"
-#: ../../mod/settings.php:280
-msgid " Please use a shorter name."
-msgstr "Si us plau, faci servir un nom més curt."
+#: ../../include/nav.php:95 ../../include/identity.php:880
+msgid "Edit Profile"
+msgstr "Edita Perfil"
-#: ../../mod/settings.php:282
-msgid " Name too short."
-msgstr "Nom massa curt."
+#: ../../include/nav.php:95
+msgid "Edit your profile"
+msgstr "Edita el teu perfil"
-#: ../../mod/settings.php:288
-msgid " Not valid email."
-msgstr "Correu no vàlid."
+#: ../../include/nav.php:97 ../../include/conversation.php:1600
+#: ../../include/apps.php:139 ../../mod/fbrowser.php:25
+msgid "Photos"
+msgstr "Fotos"
-#: ../../mod/settings.php:290
-msgid " Cannot change to that email."
-msgstr "No puc canviar a aquest correu."
+#: ../../include/nav.php:97
+msgid "Your photos"
+msgstr "Les Teves Fotos"
-#: ../../mod/settings.php:358 ../../addon/facebook/facebook.php:321
-#: ../../addon/impressum/impressum.php:64
-#: ../../addon/openstreetmap/openstreetmap.php:80
-#: ../../addon/piwik/piwik.php:105 ../../addon/twitter/twitter.php:350
-msgid "Settings updated."
-msgstr "Ajustos actualitzats."
+#: ../../include/nav.php:98
+msgid "Your files"
+msgstr "Els teus arxius"
-#: ../../mod/settings.php:422 ../../include/nav.php:130
-msgid "Account settings"
-msgstr "Configuració del compte"
+#: ../../include/nav.php:103 ../../include/apps.php:146
+msgid "Chat"
+msgstr "Xerrar"
+
+#: ../../include/nav.php:103
+msgid "Your chatrooms"
+msgstr "Les teves sales de xerrar"
+
+#: ../../include/nav.php:109 ../../include/conversation.php:1635
+#: ../../include/apps.php:129
+msgid "Bookmarks"
+msgstr "Marcadors"
+
+#: ../../include/nav.php:109
+msgid "Your bookmarks"
+msgstr "Els teus marcadors"
-#: ../../mod/settings.php:427
-msgid "Connector settings"
-msgstr "Configuració dels connectors"
+#: ../../include/nav.php:113 ../../include/conversation.php:1645
+#: ../../include/apps.php:136 ../../mod/webpages.php:178
+msgid "Webpages"
+msgstr "Pàgines web"
-#: ../../mod/settings.php:432
-msgid "Plugin settings"
-msgstr "Configuració del plugin"
+#: ../../include/nav.php:113
+msgid "Your webpages"
+msgstr "Les teves pàgines web"
-#: ../../mod/settings.php:437
+#: ../../include/nav.php:117 ../../include/apps.php:131 ../../boot.php:1551
+msgid "Login"
+msgstr "Identifica't"
+
+#: ../../include/nav.php:117
+msgid "Sign in"
+msgstr "Signatura"
+
+#: ../../include/nav.php:134
+#, php-format
+msgid "%s - click to logout"
+msgstr "%s - click per desconectar"
+
+#: ../../include/nav.php:137
+msgid "Remote authentication"
+msgstr "Autenticació remota"
+
+#: ../../include/nav.php:137
+msgid "Click to authenticate to your home hub"
+msgstr "Click per autentificar-te en el teu Lloc "
+
+#: ../../include/nav.php:151
+msgid "Home Page"
+msgstr "Pàgina Personal"
+
+#: ../../include/nav.php:155 ../../mod/register.php:224 ../../boot.php:1527
+msgid "Register"
+msgstr "Registre"
+
+#: ../../include/nav.php:155
+msgid "Create an account"
+msgstr "Crear un compte"
+
+#: ../../include/nav.php:160 ../../include/apps.php:142 ../../mod/help.php:67
+#: ../../mod/help.php:72 ../../mod/layouts.php:176
+msgid "Help"
+msgstr "Ajuda"
+
+#: ../../include/nav.php:160
+msgid "Help and documentation"
+msgstr "Ajuda i documentació"
+
+#: ../../include/nav.php:163
+msgid "Applications, utilities, links, games"
+msgstr "Aplicacions, utilitats, enllaços, jocs"
+
+#: ../../include/nav.php:165
+msgid "Search site content"
+msgstr "Cerca en el contingut del lloc"
+
+#: ../../include/nav.php:168 ../../include/apps.php:141
+msgid "Directory"
+msgstr "Directori"
+
+#: ../../include/nav.php:168
+msgid "Channel Directory"
+msgstr "Directori de Canals"
+
+#: ../../include/nav.php:180 ../../include/apps.php:133
+msgid "Matrix"
+msgstr "Matriu/Matrix"
+
+#: ../../include/nav.php:180
+msgid "Your matrix"
+msgstr "El teu matrix"
+
+#: ../../include/nav.php:181
+msgid "Mark all matrix notifications seen"
+msgstr "Marca totes les notificacions de matrix vistes"
+
+#: ../../include/nav.php:183 ../../include/apps.php:137
+msgid "Channel Home"
+msgstr "Canal Personal"
+
+#: ../../include/nav.php:183
+msgid "Channel home"
+msgstr "Canal personal"
+
+#: ../../include/nav.php:184
+msgid "Mark all channel notifications seen"
+msgstr "Marca totes les notificacions de canal vistes"
+
+#: ../../include/nav.php:187 ../../mod/connections.php:407
msgid "Connections"
msgstr "Connexions"
-#: ../../mod/settings.php:442
-msgid "Export personal data"
-msgstr "Exportar dades personals"
+#: ../../include/nav.php:190
+msgid "Notices"
+msgstr "Noticies"
-#: ../../mod/settings.php:459 ../../mod/settings.php:485
-#: ../../mod/settings.php:518
-msgid "Add application"
-msgstr "Afegir aplicació"
+#: ../../include/nav.php:190
+msgid "Notifications"
+msgstr "Notificacions"
-#: ../../mod/settings.php:463 ../../mod/settings.php:489
-#: ../../addon/statusnet/statusnet.php:526
-msgid "Consumer Key"
-msgstr "Consumer Key"
+#: ../../include/nav.php:191
+msgid "See all notifications"
+msgstr "Veure totes les Notificacions"
-#: ../../mod/settings.php:464 ../../mod/settings.php:490
-#: ../../addon/statusnet/statusnet.php:525
-msgid "Consumer Secret"
-msgstr "Consumer Secret"
+#: ../../include/nav.php:192 ../../mod/notifications.php:99
+msgid "Mark all system notifications seen"
+msgstr "Marca totes les notificacions vistes"
-#: ../../mod/settings.php:465 ../../mod/settings.php:491
-msgid "Redirect"
-msgstr "Redirigir"
+#: ../../include/nav.php:194 ../../include/apps.php:143
+msgid "Mail"
+msgstr "Correu"
-#: ../../mod/settings.php:466 ../../mod/settings.php:492
-msgid "Icon url"
-msgstr "icona de url"
+#: ../../include/nav.php:194
+msgid "Private mail"
+msgstr "Correu privat"
-#: ../../mod/settings.php:477
-msgid "You can't edit this application."
-msgstr "No pots editar aquesta aplicació."
+#: ../../include/nav.php:195
+msgid "See all private messages"
+msgstr "Veure tots els missatges privats"
-#: ../../mod/settings.php:517
-msgid "Connected Apps"
-msgstr "Aplicacions conectades"
+#: ../../include/nav.php:196
+msgid "Mark all private messages seen"
+msgstr "Marcar tots els missatges privats vistos"
-#: ../../mod/settings.php:521
-msgid "Client key starts with"
-msgstr "Les claus de client comançen amb"
+#: ../../include/nav.php:197
+msgid "Inbox"
+msgstr "Safata d'entrada"
-#: ../../mod/settings.php:522
-msgid "No name"
-msgstr "Sense nom"
+#: ../../include/nav.php:198
+msgid "Outbox"
+msgstr "Safata de sortida"
-#: ../../mod/settings.php:523
-msgid "Remove authorization"
-msgstr "retirar l'autorització"
+#: ../../include/nav.php:202 ../../include/apps.php:140
+#: ../../mod/events.php:486
+msgid "Events"
+msgstr "Events"
-#: ../../mod/settings.php:535
-msgid "No Plugin settings configured"
-msgstr "No s'han configurat ajustos de Plugin"
+#: ../../include/nav.php:202
+msgid "Event Calendar"
+msgstr "Calendari d'Events"
-#: ../../mod/settings.php:542 ../../addon/widgets/widgets.php:122
-msgid "Plugin Settings"
-msgstr "Ajustos de Plugin"
+#: ../../include/nav.php:203
+msgid "See all events"
+msgstr "Veure tots els events"
-#: ../../mod/settings.php:555 ../../mod/settings.php:556
-#, php-format
-msgid "Built-in support for %s connectivity is %s"
-msgstr "El suport integrat per a la connectivitat de %s és %s"
+#: ../../include/nav.php:204
+msgid "Mark all events seen"
+msgstr "Marcar tots els events vistos"
-#: ../../mod/settings.php:555 ../../mod/settings.php:556
-msgid "enabled"
-msgstr "habilitat"
+#: ../../include/nav.php:206 ../../include/apps.php:132
+#: ../../mod/manage.php:166
+msgid "Channel Manager"
+msgstr "Gestor del Canal"
-#: ../../mod/settings.php:555 ../../mod/settings.php:556
-msgid "disabled"
-msgstr "deshabilitat"
+#: ../../include/nav.php:206
+msgid "Manage Your Channels"
+msgstr "Gestiona els Teus Canals"
-#: ../../mod/settings.php:556
-msgid "StatusNet"
-msgstr "StatusNet"
+#: ../../include/nav.php:208
+msgid "Account/Channel Settings"
+msgstr "Ajustos de Compte/Canal"
-#: ../../mod/settings.php:584
-msgid "Connector Settings"
-msgstr "Configuració de connectors"
+#: ../../include/nav.php:216 ../../mod/admin.php:120
+msgid "Admin"
+msgstr "Admin"
-#: ../../mod/settings.php:590
-msgid "Email/Mailbox Setup"
-msgstr "Preparació de Correu/Bústia"
+#: ../../include/nav.php:216
+msgid "Site Setup and Configuration"
+msgstr "Ajustos i Configuració del Lloc"
+
+#: ../../include/nav.php:247 ../../include/conversation.php:850
+msgid "Loading..."
+msgstr "Carregant..."
+
+#: ../../include/nav.php:252
+msgid "@name, #tag, content"
+msgstr "@name, #tag, content"
+
+#: ../../include/nav.php:253
+msgid "Please wait..."
+msgstr "Si us plau, espera......."
+
+#: ../../include/taxonomy.php:222 ../../include/taxonomy.php:243
+msgid "Tags"
+msgstr "Etiquetes"
+
+#: ../../include/taxonomy.php:287
+msgid "Keywords"
+msgstr "Paraules clau"
+
+#: ../../include/taxonomy.php:308
+msgid "have"
+msgstr "tinc"
-#: ../../mod/settings.php:591
+#: ../../include/taxonomy.php:308
+msgid "has"
+msgstr "tens"
+
+#: ../../include/taxonomy.php:309
+msgid "want"
+msgstr "vull"
+
+#: ../../include/taxonomy.php:309
+msgid "wants"
+msgstr "vols"
+
+#: ../../include/taxonomy.php:310
+msgid "likes"
+msgstr "agrada"
+
+#: ../../include/taxonomy.php:311
+msgid "dislikes"
+msgstr "desagrada"
+
+#: ../../include/activities.php:39
+msgid " and "
+msgstr "i"
+
+#: ../../include/activities.php:47
+msgid "public profile"
+msgstr "Perfil públic"
+
+#: ../../include/activities.php:56
+#, php-format
+msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
+msgstr "%1$s canviat %2$s a &ldquo;%3$s&rdquo;"
+
+#: ../../include/activities.php:57
+#, php-format
+msgid "Visit %1$s's %2$s"
+msgstr "Visita %1$s de %2$s"
+
+#: ../../include/activities.php:60
+#, php-format
+msgid "%1$s has an updated %2$s, changing %3$s."
+msgstr "%1$s Ha actualitzat %2$s, canviant %3$s."
+
+#: ../../include/security.php:349
msgid ""
-"If you wish to communicate with email contacts using this service "
-"(optional), please specify how to connect to your mailbox."
-msgstr "Si vol comunicar-se amb els contactes de correu emprant aquest servei (opcional), Si us plau, especifiqui com connectar amb la seva bústia."
+"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 formulario de la cadena de seguridad no era correcto. Esto probablemente ocurrió porque el formulario se ha abierto durante demasiado tiempo (> 3 horas) antes de enviarlo."
-#: ../../mod/settings.php:592
-msgid "Last successful email check:"
-msgstr "Última comprovació de correu amb èxit:"
+#: ../../include/permissions.php:26
+msgid "Can view my normal stream and posts"
+msgstr "Pot veure el flux i entrades normals"
-#: ../../mod/settings.php:593
-msgid "Email access is disabled on this site."
-msgstr "L'accés al correu està deshabilitat en aquest lloc."
+#: ../../include/permissions.php:27
+msgid "Can view my default channel profile"
+msgstr "Pot veure el meu perfil del canal per defecte"
-#: ../../mod/settings.php:594
-msgid "IMAP server name:"
-msgstr "Nom del servidor IMAP:"
+#: ../../include/permissions.php:28
+msgid "Can view my photo albums"
+msgstr "Pot veure el meus àlbums de fotos"
-#: ../../mod/settings.php:595
-msgid "IMAP port:"
-msgstr "Port IMAP:"
+#: ../../include/permissions.php:29
+msgid "Can view my connections"
+msgstr "Pot veure les meves connexions"
-#: ../../mod/settings.php:596
-msgid "Security:"
-msgstr "Seguretat:"
+#: ../../include/permissions.php:30
+msgid "Can view my file storage"
+msgstr "Pot veure al meu magatzem d'arxius"
-#: ../../mod/settings.php:596 ../../mod/settings.php:601
-msgid "None"
-msgstr "Cap"
+#: ../../include/permissions.php:31
+msgid "Can view my webpages"
+msgstr "Pot veure les meves pàgines web"
-#: ../../mod/settings.php:597
-msgid "Email login name:"
-msgstr "Nom d'usuari del correu"
+#: ../../include/permissions.php:34
+msgid "Can send me their channel stream and posts"
+msgstr "Pot enviar-me el flux i entrades del seu canal"
-#: ../../mod/settings.php:598
-msgid "Email password:"
-msgstr "Contrasenya del correu:"
+#: ../../include/permissions.php:35
+msgid "Can post on my channel page (\"wall\")"
+msgstr "Pot fer entrades a la meva pàgina de canal (\"mur\")"
-#: ../../mod/settings.php:599
-msgid "Reply-to address:"
-msgstr "Adreça de resposta:"
+#: ../../include/permissions.php:36
+msgid "Can comment on or like my posts"
+msgstr "Pot fer comentaris o dir si agrada en les meves entrades"
-#: ../../mod/settings.php:600
-msgid "Send public posts to all email contacts:"
-msgstr "Enviar correu públic a tots els contactes del correu:"
+#: ../../include/permissions.php:37
+msgid "Can send me private mail messages"
+msgstr "Pot enviar-me un missatge de correu privat"
-#: ../../mod/settings.php:601
-msgid "Action after import:"
-msgstr "Acció després d'importar:"
+#: ../../include/permissions.php:38
+msgid "Can post photos to my photo albums"
+msgstr "Pot enviar fotos al meus àlbums de fotos"
-#: ../../mod/settings.php:601
-msgid "Mark as seen"
-msgstr "Marcar com a vist"
+#: ../../include/permissions.php:39
+msgid "Can like/dislike stuff"
+msgstr "Pot dir si agrada/desagrada "
-#: ../../mod/settings.php:601
-msgid "Move to folder"
-msgstr "Moure a la carpeta"
+#: ../../include/permissions.php:39
+msgid "Profiles and things other than posts/comments"
+msgstr "Perfils i altres coses a més d'entrades/comentaris"
-#: ../../mod/settings.php:602
-msgid "Move to folder:"
-msgstr "Moure a la carpeta:"
+#: ../../include/permissions.php:41
+msgid "Can forward to all my channel contacts via post @mentions"
+msgstr "Ho pot enviar a tots els meus contactes del canal via entrades @mencions"
-#: ../../mod/settings.php:659 ../../mod/admin.php:142 ../../mod/admin.php:462
-msgid "Normal Account"
-msgstr "Compte Normal"
+#: ../../include/permissions.php:41
+msgid "Advanced - useful for creating group forum channels"
+msgstr "Avançat - capaç de crear canals de grups de foro"
-#: ../../mod/settings.php:660
-msgid "This account is a normal personal profile"
-msgstr "Aques compte es un compte personal normal"
+#: ../../include/permissions.php:42
+msgid "Can chat with me (when available)"
+msgstr "Pot xatejar amb mi (si estic disponible)"
-#: ../../mod/settings.php:663 ../../mod/admin.php:143 ../../mod/admin.php:463
-msgid "Soapbox Account"
-msgstr "Compte Tribuna"
+#: ../../include/permissions.php:43
+msgid "Can write to my file storage"
+msgstr "Pot escriure al meu magatzem d'arxius"
-#: ../../mod/settings.php:664
-msgid "Automatically approve all connection/friend requests as read-only fans"
-msgstr "Aprova automàticament totes les sol·licituds de amistat/connexió com a fans de només lectura."
+#: ../../include/permissions.php:44
+msgid "Can edit my webpages"
+msgstr "Pot editar les meves pàgines web"
-#: ../../mod/settings.php:667 ../../mod/admin.php:144 ../../mod/admin.php:464
-msgid "Community/Celebrity Account"
-msgstr "Compte de Comunitat/Celebritat"
+#: ../../include/permissions.php:46
+msgid "Can source my public posts in derived channels"
+msgstr "Pot mostrar l'origen de les meves entrades públiques en altres canals"
-#: ../../mod/settings.php:668
+#: ../../include/permissions.php:46
+msgid "Somewhat advanced - very useful in open communities"
+msgstr "Quelcom avançat - molt útil en comunitats obertes"
+
+#: ../../include/permissions.php:48
+msgid "Can administer my channel resources"
+msgstr "Pot administrar els meus recursos del canal"
+
+#: ../../include/permissions.php:48
msgid ""
-"Automatically approve all connection/friend requests as read-write fans"
-msgstr "Aprova automàticament totes les sol·licituds de amistat/connexió com a fans de lectura-escriptura"
+"Extremely advanced. Leave this alone unless you know what you are doing"
+msgstr "Extremadament avançat. No toquis res si no saps que estàs fent"
+
+#: ../../include/permissions.php:893
+msgid "Social Networking"
+msgstr "Xarxes Socials"
+
+#: ../../include/permissions.php:893 ../../include/permissions.php:894
+#: ../../include/permissions.php:895
+msgid "Mostly Public"
+msgstr "Més aviat Públic"
+
+#: ../../include/permissions.php:893 ../../include/permissions.php:894
+#: ../../include/permissions.php:895
+msgid "Restricted"
+msgstr "Restringit"
+
+#: ../../include/permissions.php:893 ../../include/permissions.php:894
+msgid "Private"
+msgstr "Privat"
+
+#: ../../include/permissions.php:894
+msgid "Community Forum"
+msgstr "Foro de Comunitat"
+
+#: ../../include/permissions.php:895
+msgid "Feed Republish"
+msgstr "Republicador"
+
+#: ../../include/permissions.php:896
+msgid "Special Purpose"
+msgstr "Objectiu Especial"
+
+#: ../../include/permissions.php:896
+msgid "Celebrity/Soapbox"
+msgstr "Celebritat/Faristol"
+
+#: ../../include/permissions.php:896
+msgid "Group Repository"
+msgstr "Repositori de Grup"
+
+#: ../../include/permissions.php:897 ../../include/profile_selectors.php:6
+#: ../../include/profile_selectors.php:23
+#: ../../include/profile_selectors.php:61
+#: ../../include/profile_selectors.php:97
+msgid "Other"
+msgstr "Altres"
-#: ../../mod/settings.php:671 ../../mod/admin.php:145 ../../mod/admin.php:465
-msgid "Automatic Friend Account"
-msgstr "Compte d'Amistat Automàtic"
+#: ../../include/permissions.php:897
+msgid "Custom/Expert Mode"
+msgstr "Personalitzat/Mode Expert"
-#: ../../mod/settings.php:672
-msgid "Automatically approve all connection/friend requests as friends"
-msgstr "Aprova totes les sol·licituds de amistat/connexió com a amic automàticament"
+#: ../../include/conversation.php:126 ../../mod/like.php:113
+msgid "channel"
+msgstr "canal"
-#: ../../mod/settings.php:682
-msgid "OpenID:"
-msgstr "OpenID:"
+#: ../../include/conversation.php:167 ../../mod/like.php:396
+#, php-format
+msgid "%1$s doesn't like %2$s's %3$s"
+msgstr "%1$s no agrada %2$s de %3$s"
-#: ../../mod/settings.php:682
-msgid "(Optional) Allow this OpenID to login to this account."
-msgstr "(Opcional) Permetre a aquest OpenID iniciar sessió en aquest compte."
+#: ../../include/conversation.php:204
+#, php-format
+msgid "%1$s is now connected with %2$s"
+msgstr "%1$s esta ara connectat amb %2$s"
-#: ../../mod/settings.php:692
-msgid "Publish your default profile in your local site directory?"
-msgstr "Publicar el teu perfil predeterminat en el directori del lloc local?"
+#: ../../include/conversation.php:239
+#, php-format
+msgid "%1$s poked %2$s"
+msgstr "%1$s emprenyat %2$s"
-#: ../../mod/settings.php:698
-msgid "Publish your default profile in the global social directory?"
-msgstr "Publicar el teu perfil predeterminat al directori social global?"
+#: ../../include/conversation.php:260 ../../mod/mood.php:63
+#, php-format
+msgctxt "mood"
+msgid "%1$s is %2$s"
+msgstr "%1$s es %2$s"
-#: ../../mod/settings.php:706
-msgid "Hide your contact/friend list from viewers of your default profile?"
-msgstr "Amaga la teva llista de contactes/amics dels espectadors del seu perfil per defecte?"
+#: ../../include/conversation.php:572 ../../mod/photos.php:996
+msgctxt "title"
+msgid "Likes"
+msgstr "Agrada"
-#: ../../mod/settings.php:710
-msgid "Hide your profile details from unknown viewers?"
-msgstr "Amagar els detalls del seu perfil a espectadors desconeguts?"
+#: ../../include/conversation.php:572 ../../mod/photos.php:996
+msgctxt "title"
+msgid "Dislikes"
+msgstr "Desagrada"
-#: ../../mod/settings.php:715
-msgid "Allow friends to post to your profile page?"
-msgstr "Permet als amics publicar en la seva pàgina de perfil?"
+#: ../../include/conversation.php:573 ../../mod/photos.php:997
+msgctxt "title"
+msgid "Agree"
+msgstr "Acord"
+
+#: ../../include/conversation.php:573 ../../mod/photos.php:997
+msgctxt "title"
+msgid "Disagree"
+msgstr "Desacord"
+
+#: ../../include/conversation.php:573 ../../mod/photos.php:997
+msgctxt "title"
+msgid "Abstain"
+msgstr "Abstenirse"
+
+#: ../../include/conversation.php:574 ../../mod/photos.php:998
+msgctxt "title"
+msgid "Attending"
+msgstr "Assistint"
+
+#: ../../include/conversation.php:574 ../../mod/photos.php:998
+msgctxt "title"
+msgid "Not attending"
+msgstr "Desassistint"
+
+#: ../../include/conversation.php:574 ../../mod/photos.php:998
+msgctxt "title"
+msgid "Might attend"
+msgstr "Podrien assistir"
+
+#: ../../include/conversation.php:692
+#, php-format
+msgid "View %s's profile @ %s"
+msgstr "Vista %s del perfil @ %s"
-#: ../../mod/settings.php:721
-msgid "Allow friends to tag your posts?"
-msgstr "Permet als amics d'etiquetar els teus missatges?"
+#: ../../include/conversation.php:707
+msgid "Categories:"
+msgstr "Categories:"
-#: ../../mod/settings.php:727
-msgid "Allow us to suggest you as a potential friend to new members?"
-msgstr "Permeteu-nos suggerir-li com un amic potencial dels nous membres?"
+#: ../../include/conversation.php:708
+msgid "Filed under:"
+msgstr "Arxivar a:"
-#: ../../mod/settings.php:736
-msgid "Profile is <strong>not published</strong>."
-msgstr "El Perfil <strong>no està publicat</strong>."
+#: ../../include/conversation.php:735
+msgid "View in context"
+msgstr "Veure en context"
-#: ../../mod/settings.php:768 ../../mod/profile_photo.php:206
-msgid "or"
-msgstr "o"
+#: ../../include/conversation.php:846
+msgid "remove"
+msgstr "treu"
-#: ../../mod/settings.php:773
-msgid "Your Identity Address is"
-msgstr "La seva Adreça d'Identitat és"
+#: ../../include/conversation.php:851
+msgid "Delete Selected Items"
+msgstr "Esborra els Articles Seleccionats"
-#: ../../mod/settings.php:784
-msgid "Automatically expire posts after this many days:"
-msgstr "Després de aquests nombre de dies, els missatges caduquen automàticament:"
+#: ../../include/conversation.php:939
+msgid "View Source"
+msgstr "Veure l'Origen"
-#: ../../mod/settings.php:784
-msgid "If empty, posts will not expire. Expired posts will be deleted"
-msgstr "Si està buit, els missatges no caducarà. Missatges caducats s'eliminaran"
+#: ../../include/conversation.php:940
+msgid "Follow Thread"
+msgstr "Segueix el Fil"
-#: ../../mod/settings.php:785
-msgid "Advanced expiration settings"
-msgstr "Configuració avançada d'expiració"
+#: ../../include/conversation.php:941
+msgid "View Status"
+msgstr "Veure Status"
-#: ../../mod/settings.php:786
-msgid "Advanced Expiration"
-msgstr "Expiració Avançada"
+#: ../../include/conversation.php:943
+msgid "View Photos"
+msgstr "Veure Fotos"
-#: ../../mod/settings.php:787
-msgid "Expire posts:"
-msgstr "Expiració d'enviaments"
+#: ../../include/conversation.php:944
+msgid "Matrix Activity"
+msgstr "Activitat de Matrix"
-#: ../../mod/settings.php:788
-msgid "Expire personal notes:"
-msgstr "Expiració de notes personals"
+#: ../../include/conversation.php:946
+msgid "Edit Contact"
+msgstr "Editar Contacte"
-#: ../../mod/settings.php:789
-msgid "Expire starred posts:"
-msgstr "Expiració de enviaments de favorits"
+#: ../../include/conversation.php:947
+msgid "Send PM"
+msgstr "Enviar MP"
-#: ../../mod/settings.php:790
-msgid "Expire photos:"
-msgstr "Expiració de fotos"
+#: ../../include/conversation.php:948 ../../include/apps.php:145
+msgid "Poke"
+msgstr "Emprenya"
-#: ../../mod/settings.php:795
-msgid "Account Settings"
-msgstr "Ajustos de Compte"
+#: ../../include/conversation.php:1062
+#, php-format
+msgid "%s likes this."
+msgstr "%s agrada això."
-#: ../../mod/settings.php:803
-msgid "Password Settings"
-msgstr "Ajustos de Contrasenya"
+#: ../../include/conversation.php:1062
+#, php-format
+msgid "%s doesn't like this."
+msgstr "%s no agrada això."
-#: ../../mod/settings.php:804
-msgid "New Password:"
-msgstr "Nova Contrasenya:"
+#: ../../include/conversation.php:1066
+#, php-format
+msgid "<span %1$s>%2$d people</span> like this."
+msgid_plural "<span %1$s>%2$d people</span> like this."
+msgstr[0] "<span %1$s>%2$d gent</span> agrada això."
+msgstr[1] "<span %1$s>%2$d gent</span> agrada això."
-#: ../../mod/settings.php:805
-msgid "Confirm:"
-msgstr "Confirmar:"
+#: ../../include/conversation.php:1068
+#, php-format
+msgid "<span %1$s>%2$d people</span> don't like this."
+msgid_plural "<span %1$s>%2$d people</span> don't like this."
+msgstr[0] "<span %1$s>%2$d gent</span> no agrada això."
+msgstr[1] "<span %1$s>%2$d gent</span> no agrada això."
-#: ../../mod/settings.php:805
-msgid "Leave password fields blank unless changing"
-msgstr "Deixi els camps de contrasenya buits per a no fer canvis"
+#: ../../include/conversation.php:1074
+msgid "and"
+msgstr "i"
-#: ../../mod/settings.php:809
-msgid "Basic Settings"
-msgstr "Ajustos Basics"
+#: ../../include/conversation.php:1077
+#, php-format
+msgid ", and %d other people"
+msgid_plural ", and %d other people"
+msgstr[0] ", i %d altra gent"
+msgstr[1] ", i %d altra gent"
-#: ../../mod/settings.php:810 ../../include/profile_advanced.php:15
-msgid "Full Name:"
-msgstr "Nom Complet:"
+#: ../../include/conversation.php:1078
+#, php-format
+msgid "%s like this."
+msgstr "%s agrada això."
-#: ../../mod/settings.php:811
-msgid "Email Address:"
-msgstr "Adreça de Correu:"
+#: ../../include/conversation.php:1078
+#, php-format
+msgid "%s don't like this."
+msgstr "%s no agrada això."
-#: ../../mod/settings.php:812
-msgid "Your Timezone:"
-msgstr "La teva zona Horària:"
+#: ../../include/conversation.php:1140
+msgid "Visible to <strong>everybody</strong>"
+msgstr "Visible a <strong>tothom</strong>"
-#: ../../mod/settings.php:813
-msgid "Default Post Location:"
-msgstr "Localització per Defecte del Missatge:"
+#: ../../include/conversation.php:1141 ../../mod/mail.php:174
+#: ../../mod/mail.php:289
+msgid "Please enter a link URL:"
+msgstr "Si us plau entra l'enllaç URL:"
-#: ../../mod/settings.php:814
-msgid "Use Browser Location:"
-msgstr "Ubicar-se amb el Navegador:"
+#: ../../include/conversation.php:1142
+msgid "Please enter a video link/URL:"
+msgstr "Si us plau entra l'enllaç/URL a un video:"
-#: ../../mod/settings.php:815
-msgid "Display Theme:"
-msgstr "Visualitzar el Tema:"
+#: ../../include/conversation.php:1143
+msgid "Please enter an audio link/URL:"
+msgstr "Si us plau, entra l'enllaç/URL a un audio:"
-#: ../../mod/settings.php:816
-msgid "Update browser every xx seconds"
-msgstr "Actualitzar navegador cada xx segons"
+#: ../../include/conversation.php:1144
+msgid "Tag term:"
+msgstr "Paraula de l'Etiqueta:"
-#: ../../mod/settings.php:816
-msgid "Minimum of 10 seconds, no maximum"
-msgstr "Mínim cada 10 segons, no hi ha màxim"
+#: ../../include/conversation.php:1145 ../../mod/filer.php:49
+msgid "Save to Folder:"
+msgstr "Guardar en la Carpeta"
-#: ../../mod/settings.php:818
-msgid "Security and Privacy Settings"
-msgstr "Ajustos de Seguretat i Privacitat"
+#: ../../include/conversation.php:1146
+msgid "Where are you right now?"
+msgstr "On ets ara?"
-#: ../../mod/settings.php:820
-msgid "Maximum Friend Requests/Day:"
-msgstr "Nombre Màxim de Sol·licituds per Dia"
+#: ../../include/conversation.php:1147 ../../mod/editpost.php:47
+#: ../../mod/mail.php:175 ../../mod/mail.php:290
+msgid "Expires YYYY-MM-DD HH:MM"
+msgstr "Expira YYYY-MM-DD HH:MM"
-#: ../../mod/settings.php:820
-msgid "(to prevent spam abuse)"
-msgstr "(per a prevenir abusos de spam)"
+#: ../../include/conversation.php:1174 ../../mod/webpages.php:182
+#: ../../mod/blocks.php:154 ../../mod/photos.php:961 ../../mod/layouts.php:184
+msgid "Share"
+msgstr "Compartir"
-#: ../../mod/settings.php:821
-msgid "Default Post Permissions"
-msgstr "Permisos de Correu per Defecte"
+#: ../../include/conversation.php:1176
+msgid "Page link name"
+msgstr "Nom de la pàgina enllaçada"
-#: ../../mod/settings.php:822
-msgid "(click to open/close)"
-msgstr "(clicar per a obrir/tancar)"
+#: ../../include/conversation.php:1179
+msgid "Post as"
+msgstr "Envia com"
-#: ../../mod/settings.php:837
-msgid "Notification Settings"
-msgstr "Ajustos de Notificació"
+#: ../../include/conversation.php:1186 ../../mod/editpost.php:112
+#: ../../mod/editlayout.php:139 ../../mod/editwebpage.php:184
+#: ../../mod/editblock.php:141 ../../mod/mail.php:238 ../../mod/mail.php:352
+msgid "Upload photo"
+msgstr "Puja foto"
-#: ../../mod/settings.php:838
-msgid "Send a notification email when:"
-msgstr "Envia un correu notificant quan:"
+#: ../../include/conversation.php:1187
+msgid "upload photo"
+msgstr "puja foto"
-#: ../../mod/settings.php:839
-msgid "You receive an introduction"
-msgstr "Has rebut una presentació"
+#: ../../include/conversation.php:1188 ../../mod/editpost.php:113
+#: ../../mod/editlayout.php:140 ../../mod/editwebpage.php:185
+#: ../../mod/editblock.php:142 ../../mod/mail.php:239 ../../mod/mail.php:353
+msgid "Attach file"
+msgstr "Adjunta arxiu"
-#: ../../mod/settings.php:840
-msgid "Your introductions are confirmed"
-msgstr "La teva presentació està confirmada"
+#: ../../include/conversation.php:1189
+msgid "attach file"
+msgstr "adjunta arxiu"
-#: ../../mod/settings.php:841
-msgid "Someone writes on your profile wall"
-msgstr "Algú ha escrit en el teu mur de perfil"
+#: ../../include/conversation.php:1190 ../../mod/editpost.php:114
+#: ../../mod/editlayout.php:141 ../../mod/editwebpage.php:186
+#: ../../mod/editblock.php:143 ../../mod/mail.php:240 ../../mod/mail.php:354
+msgid "Insert web link"
+msgstr "Insereix enllaç web"
-#: ../../mod/settings.php:842
-msgid "Someone writes a followup comment"
-msgstr "Algú ha escrit un comentari de seguiment"
+#: ../../include/conversation.php:1191
+msgid "web link"
+msgstr "enllaç web"
-#: ../../mod/settings.php:843
-msgid "You receive a private message"
-msgstr "Has rebut un missatge privat"
+#: ../../include/conversation.php:1192
+msgid "Insert video link"
+msgstr "Insereix enllaç video"
-#: ../../mod/settings.php:844
-msgid "You receive a friend suggestion"
-msgstr "Has rebut una suggerencia d'un amic"
+#: ../../include/conversation.php:1193
+msgid "video link"
+msgstr "enllaç video"
-#: ../../mod/settings.php:845
-msgid "You are tagged in a post"
-msgstr "Estàs etiquetat en un enviament"
+#: ../../include/conversation.php:1194
+msgid "Insert audio link"
+msgstr "Insereix enllaç d'audio"
-#: ../../mod/settings.php:848
-msgid "Advanced Page Settings"
-msgstr "Ajustos Avançats de Pàgina"
+#: ../../include/conversation.php:1195
+msgid "audio link"
+msgstr "enllaç d'audio"
-#: ../../mod/manage.php:90
-msgid "Manage Identities and/or Pages"
-msgstr "Administrar Identitats i/o Pàgines"
+#: ../../include/conversation.php:1196 ../../mod/editpost.php:118
+#: ../../mod/editlayout.php:145 ../../mod/editwebpage.php:190
+#: ../../mod/editblock.php:147
+msgid "Set your location"
+msgstr "Ajusta la teva ubicació"
-#: ../../mod/manage.php:93
-msgid ""
-"Toggle between different identities or community/group pages which share "
-"your account details or which you have been granted \"manage\" permissions"
-msgstr "Alternar entre les diferents identitats o les pàgines de comunitats/grups que comparteixen les dades del seu compte o que se li ha concedit els permisos de \"administrar\""
+#: ../../include/conversation.php:1197
+msgid "set location"
+msgstr "ajusta localització"
-#: ../../mod/manage.php:95
-msgid "Select an identity to manage: "
-msgstr "Seleccionar identitat a administrar:"
+#: ../../include/conversation.php:1198 ../../mod/editpost.php:120
+msgid "Toggle voting"
+msgstr "Commutar votació"
-#: ../../mod/network.php:43
-msgid "Search Results For:"
-msgstr "Resultats de la Cerca Per a:"
+#: ../../include/conversation.php:1201 ../../mod/editpost.php:119
+#: ../../mod/editlayout.php:146 ../../mod/editwebpage.php:191
+#: ../../mod/editblock.php:148
+msgid "Clear browser location"
+msgstr "Treu la localització del navegador"
-#: ../../mod/network.php:77 ../../mod/search.php:16
-msgid "Remove term"
-msgstr "Traieu termini"
+#: ../../include/conversation.php:1202
+msgid "clear location"
+msgstr "treu localització"
+
+#: ../../include/conversation.php:1204 ../../mod/editpost.php:135
+#: ../../mod/editwebpage.php:207 ../../mod/editblock.php:161
+msgid "Title (optional)"
+msgstr "Títol (opcional)"
+
+#: ../../include/conversation.php:1208 ../../mod/editpost.php:137
+#: ../../mod/editlayout.php:162 ../../mod/editwebpage.php:209
+#: ../../mod/editblock.php:164
+msgid "Categories (optional, comma-separated list)"
+msgstr "Categories (opcional, llista separada per comes)"
+
+#: ../../include/conversation.php:1210 ../../mod/editpost.php:124
+#: ../../mod/editlayout.php:148 ../../mod/editwebpage.php:193
+#: ../../mod/editblock.php:150
+msgid "Permission settings"
+msgstr "Ajustos de permisos"
-#: ../../mod/network.php:86 ../../mod/search.php:13
-msgid "Saved Searches"
-msgstr "Cerques Guardades"
+#: ../../include/conversation.php:1211
+msgid "permissions"
+msgstr "permisos "
-#: ../../mod/network.php:87 ../../include/group.php:216
-msgid "add"
-msgstr "afegir"
+#: ../../include/conversation.php:1219 ../../mod/editpost.php:132
+#: ../../mod/editlayout.php:155 ../../mod/editwebpage.php:202
+#: ../../mod/editblock.php:158
+msgid "Public post"
+msgstr "Entrada pública"
+
+#: ../../include/conversation.php:1221 ../../mod/editpost.php:138
+#: ../../mod/editlayout.php:163 ../../mod/editwebpage.php:210
+#: ../../mod/editblock.php:165
+msgid "Example: bob@example.com, mary@example.com"
+msgstr "Exemple: bob@example.com, mary@example.com"
+
+#: ../../include/conversation.php:1234 ../../mod/editpost.php:149
+#: ../../mod/editlayout.php:172 ../../mod/editwebpage.php:219
+#: ../../mod/editblock.php:175 ../../mod/mail.php:245 ../../mod/mail.php:359
+msgid "Set expiration date"
+msgstr "Ajusta la data d'expiració"
+
+#: ../../include/conversation.php:1238 ../../mod/events.php:651
+#: ../../mod/editpost.php:153
+msgid "OK"
+msgstr "OK"
+
+#: ../../include/conversation.php:1239 ../../mod/tagrm.php:11
+#: ../../mod/tagrm.php:134 ../../mod/events.php:650 ../../mod/fbrowser.php:82
+#: ../../mod/fbrowser.php:117 ../../mod/editpost.php:154
+#: ../../mod/settings.php:589 ../../mod/settings.php:615
+msgid "Cancel"
+msgstr "Cancel·la"
-#: ../../mod/network.php:166
+#: ../../include/conversation.php:1481
+msgid "Discover"
+msgstr "Descobrir"
+
+#: ../../include/conversation.php:1484
+msgid "Imported public streams"
+msgstr "Importar fluxos públics"
+
+#: ../../include/conversation.php:1489
msgid "Commented Order"
-msgstr "Ordre dels Comentaris"
+msgstr "Ordre per Comentaris"
+
+#: ../../include/conversation.php:1492
+msgid "Sort by Comment Date"
+msgstr "Ordenar per Data del Comentari"
-#: ../../mod/network.php:171
+#: ../../include/conversation.php:1496
msgid "Posted Order"
-msgstr "Ordre dels Enviaments"
+msgstr "Ordenar per Entrades"
-#: ../../mod/network.php:182
+#: ../../include/conversation.php:1499
+msgid "Sort by Post Date"
+msgstr "Ordenar per Data d' Entrada"
+
+#: ../../include/conversation.php:1507
+msgid "Posts that mention or involve you"
+msgstr "Entrades que et mencionen o involucren"
+
+#: ../../include/conversation.php:1513 ../../mod/connections.php:212
+#: ../../mod/connections.php:225 ../../mod/menu.php:107
msgid "New"
msgstr "Nou"
-#: ../../mod/network.php:187
+#: ../../include/conversation.php:1516
+msgid "Activity Stream - by date"
+msgstr "Activitat del Flux - per data"
+
+#: ../../include/conversation.php:1522
msgid "Starred"
-msgstr "Favorits"
+msgstr "Preferit"
-#: ../../mod/network.php:192
-msgid "Bookmarks"
-msgstr "Marcadors"
+#: ../../include/conversation.php:1525
+msgid "Favourite Posts"
+msgstr "Entrades Favorites"
-#: ../../mod/network.php:250
+#: ../../include/conversation.php:1532
+msgid "Spam"
+msgstr "Spam"
+
+#: ../../include/conversation.php:1535
+msgid "Posts flagged as SPAM"
+msgstr "Entrades marcades com a SPAM"
+
+#: ../../include/conversation.php:1579 ../../mod/admin.php:993
+msgid "Channel"
+msgstr "Canal"
+
+#: ../../include/conversation.php:1582
+msgid "Status Messages and Posts"
+msgstr "Estat dels Missatges i Entrades"
+
+#: ../../include/conversation.php:1591
+msgid "About"
+msgstr "Sobre això"
+
+#: ../../include/conversation.php:1594
+msgid "Profile Details"
+msgstr "Detalls del Perfil"
+
+#: ../../include/conversation.php:1603 ../../include/photos.php:359
+msgid "Photo Albums"
+msgstr "Albums de Fotos"
+
+#: ../../include/conversation.php:1612
+msgid "Files and Storage"
+msgstr "Arxius i Emmagatzegament"
+
+#: ../../include/conversation.php:1622 ../../include/conversation.php:1625
+msgid "Chatrooms"
+msgstr "Sala per Xerrar"
+
+#: ../../include/conversation.php:1638
+msgid "Saved Bookmarks"
+msgstr "Marcadors Guardats"
+
+#: ../../include/conversation.php:1648
+msgid "Manage Webpages"
+msgstr "Gestió de Pàgines Web"
+
+#: ../../include/conversation.php:1707
+msgctxt "noun"
+msgid "Attending"
+msgid_plural "Attending"
+msgstr[0] "Assistint"
+msgstr[1] "Assistint"
+
+#: ../../include/conversation.php:1710
+msgctxt "noun"
+msgid "Not Attending"
+msgid_plural "Not Attending"
+msgstr[0] "Desassistint"
+msgstr[1] "Desassistint"
+
+#: ../../include/conversation.php:1713
+msgctxt "noun"
+msgid "Undecided"
+msgid_plural "Undecided"
+msgstr[0] "Indecís"
+msgstr[1] "Indecisos"
+
+#: ../../include/conversation.php:1716
+msgctxt "noun"
+msgid "Agree"
+msgid_plural "Agrees"
+msgstr[0] "Acord"
+msgstr[1] "Acords"
+
+#: ../../include/conversation.php:1719
+msgctxt "noun"
+msgid "Disagree"
+msgid_plural "Disagrees"
+msgstr[0] "Desacord"
+msgstr[1] "Desacords"
+
+#: ../../include/conversation.php:1722
+msgctxt "noun"
+msgid "Abstain"
+msgid_plural "Abstains"
+msgstr[0] "Abstenirse"
+msgstr[1] "Abstenirse"
+
+#: ../../include/items.php:413 ../../mod/like.php:270
+#: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/profperm.php:23
+#: ../../mod/bulksetclose.php:11 ../../index.php:392
+msgid "Permission denied"
+msgstr "Permís denegat"
+
+#: ../../include/items.php:1035 ../../include/items.php:1081
+msgid "(Unknown)"
+msgstr "(Desconegut)"
+
+#: ../../include/items.php:1307
+msgid "Visible to anybody on the internet."
+msgstr "Visible per tothom a la Internet"
+
+#: ../../include/items.php:1309
+msgid "Visible to you only."
+msgstr "Visible només per tú."
+
+#: ../../include/items.php:1311
+msgid "Visible to anybody in this network."
+msgstr "Visible per tothom en aquesta xarxa."
+
+#: ../../include/items.php:1313
+msgid "Visible to anybody authenticated."
+msgstr "Visible per tothom autenticat."
+
+#: ../../include/items.php:1315
#, php-format
-msgid "Warning: This group contains %s member from an insecure network."
-msgid_plural ""
-"Warning: This group contains %s members from an insecure network."
-msgstr[0] "Advertència: Aquest grup conté el membre %s en una xarxa insegura."
-msgstr[1] "Advertència: Aquest grup conté %s membres d'una xarxa insegura."
+msgid "Visible to anybody on %s."
+msgstr "Visible per a tothom a %s."
-#: ../../mod/network.php:253
-msgid "Private messages to this group are at risk of public disclosure."
-msgstr "Els missatges privats a aquest grup es troben en risc de divulgació pública."
+#: ../../include/items.php:1317
+msgid "Visible to all connections."
+msgstr "Visible per a totes les connexions."
-#: ../../mod/network.php:298
-msgid "No such group"
-msgstr "Cap grup com"
+#: ../../include/items.php:1319
+msgid "Visible to approved connections."
+msgstr "Visible per a les connexions aprovades."
+
+#: ../../include/items.php:1321
+msgid "Visible to specific connections."
+msgstr "Visible per a específiques connexions."
+
+#: ../../include/items.php:4215 ../../mod/thing.php:74
+#: ../../mod/filestorage.php:27 ../../mod/viewsrc.php:20
+#: ../../mod/admin.php:167 ../../mod/admin.php:1025 ../../mod/admin.php:1225
+#: ../../mod/display.php:36
+msgid "Item not found."
+msgstr "Element no trobat."
+
+#: ../../include/items.php:4288 ../../include/attach.php:137
+#: ../../include/attach.php:184 ../../include/attach.php:247
+#: ../../include/attach.php:261 ../../include/attach.php:305
+#: ../../include/attach.php:319 ../../include/attach.php:350
+#: ../../include/attach.php:546 ../../include/attach.php:618
+#: ../../include/chat.php:131 ../../include/photos.php:26
+#: ../../mod/profile.php:64 ../../mod/profile.php:72
+#: ../../mod/achievements.php:30 ../../mod/manage.php:6 ../../mod/api.php:26
+#: ../../mod/api.php:31 ../../mod/webpages.php:69 ../../mod/thing.php:241
+#: ../../mod/thing.php:256 ../../mod/thing.php:290
+#: ../../mod/profile_photo.php:264 ../../mod/profile_photo.php:277
+#: ../../mod/block.php:22 ../../mod/block.php:72 ../../mod/like.php:178
+#: ../../mod/events.php:232 ../../mod/group.php:9 ../../mod/item.php:206
+#: ../../mod/item.php:214 ../../mod/item.php:978 ../../mod/network.php:12
+#: ../../mod/common.php:35 ../../mod/connections.php:169
+#: ../../mod/blocks.php:69 ../../mod/blocks.php:76 ../../mod/editpost.php:13
+#: ../../mod/photos.php:69 ../../mod/pdledit.php:21 ../../mod/authtest.php:13
+#: ../../mod/editlayout.php:63 ../../mod/editlayout.php:87
+#: ../../mod/chat.php:90 ../../mod/chat.php:95 ../../mod/mitem.php:109
+#: ../../mod/editwebpage.php:64 ../../mod/editwebpage.php:86
+#: ../../mod/editwebpage.php:101 ../../mod/editwebpage.php:125
+#: ../../mod/rate.php:110 ../../mod/editblock.php:65 ../../mod/invite.php:13
+#: ../../mod/invite.php:104 ../../mod/locs.php:77 ../../mod/sources.php:66
+#: ../../mod/menu.php:69 ../../mod/filestorage.php:18
+#: ../../mod/filestorage.php:73 ../../mod/filestorage.php:88
+#: ../../mod/filestorage.php:115 ../../mod/fsuggest.php:78
+#: ../../mod/poke.php:128 ../../mod/profiles.php:188
+#: ../../mod/profiles.php:576 ../../mod/viewsrc.php:14 ../../mod/setup.php:223
+#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27
+#: ../../mod/register.php:72 ../../mod/settings.php:570 ../../mod/id.php:71
+#: ../../mod/message.php:16 ../../mod/mood.php:111 ../../mod/connedit.php:336
+#: ../../mod/mail.php:114 ../../mod/notifications.php:66
+#: ../../mod/regmod.php:17 ../../mod/new_channel.php:68
+#: ../../mod/new_channel.php:99 ../../mod/appman.php:66
+#: ../../mod/layouts.php:69 ../../mod/layouts.php:76 ../../mod/layouts.php:87
+#: ../../mod/page.php:31 ../../mod/page.php:86 ../../mod/bookmarks.php:46
+#: ../../mod/channel.php:100 ../../mod/channel.php:219
+#: ../../mod/channel.php:262 ../../mod/suggest.php:26
+#: ../../mod/service_limits.php:7 ../../mod/sharedwithme.php:7
+#: ../../index.php:182 ../../index.php:393
+msgid "Permission denied."
+msgstr "Permís denegat."
-#: ../../mod/network.php:309
-msgid "Group is empty"
-msgstr "El Grup es buit"
+#: ../../include/items.php:4690 ../../mod/group.php:38 ../../mod/group.php:140
+#: ../../mod/bulksetclose.php:51
+msgid "Collection not found."
+msgstr "Col·lecció no trobada."
-#: ../../mod/network.php:313
-msgid "Group: "
-msgstr "Grup:"
+#: ../../include/items.php:4706
+msgid "Collection is empty."
+msgstr "La col·lecció esta buida."
-#: ../../mod/network.php:323
-msgid "Contact: "
-msgstr "Contacte:"
+#: ../../include/items.php:4713
+#, php-format
+msgid "Collection: %s"
+msgstr "Col·lecció: %s"
-#: ../../mod/network.php:325
-msgid "Private messages to this person are at risk of public disclosure."
-msgstr "Els missatges privats a aquesta persona es troben en risc de divulgació pública."
+#: ../../include/items.php:4723 ../../mod/connedit.php:662
+#, php-format
+msgid "Connection: %s"
+msgstr "Connexió: %s"
-#: ../../mod/network.php:330
-msgid "Invalid contact."
-msgstr "Contacte no vàlid."
+#: ../../include/items.php:4725
+msgid "Connection not found."
+msgstr "Connexió no trobada."
-#: ../../mod/notes.php:44 ../../boot.php:1354
-msgid "Personal Notes"
-msgstr "Notes Personals"
+#: ../../include/zot.php:666
+msgid "Invalid data packet"
+msgstr "paquet de dades invàlid"
-#: ../../mod/notes.php:63 ../../include/text.php:645
-msgid "Save"
-msgstr "Guardar"
+#: ../../include/zot.php:682
+msgid "Unable to verify channel signature"
+msgstr "No es pot verificar la signatura del canal"
-#: ../../mod/newmember.php:6
-msgid "Welcome to Friendica"
-msgstr "Benvingut a Friendica"
+#: ../../include/zot.php:2132
+#, php-format
+msgid "Unable to verify site signature for %s"
+msgstr "No es pot verificar la signatura del lloc per %s"
-#: ../../mod/newmember.php:8
-msgid "New Member Checklist"
-msgstr "Llista de Verificació dels Nous Membres"
+#: ../../include/oembed.php:183
+msgid "Embedded content"
+msgstr "Contingut embegut"
-#: ../../mod/newmember.php:12
-msgid ""
-"We would like to offer some tips and links to help make your experience "
-"enjoyable. Click any item to visit the relevant page. A link to this page "
-"will be visible from your home page for two weeks after your initial "
-"registration and then will quietly disappear."
-msgstr "Ens agradaria oferir alguns consells i enllaços per ajudar a fer la seva experiència agradable. Feu clic a qualsevol element per visitar la pàgina corresponent. Un enllaç a aquesta pàgina serà visible des de la pàgina d'inici durant dues setmanes després de la seva inscripció inicial i després desapareixerà en silenci."
+#: ../../include/oembed.php:192
+msgid "Embedding disabled"
+msgstr "Incorporació desactivada"
-#: ../../mod/newmember.php:16
-msgid ""
-"On your <em>Settings</em> page - change your initial password. Also make a "
-"note of your Identity Address. This looks just like an email address - and "
-"will be useful in making friends on the free social web."
-msgstr "En la de la seva <em>configuració</em> de la pàgina - canviï la contrasenya inicial. També prengui nota de la Adreça d'Identitat. Això s'assembla a una adreça de correu electrònic - i serà útil per fer amics a la xarxa social lliure."
+#: ../../include/auth.php:131
+msgid "Logged out."
+msgstr "Sortir."
-#: ../../mod/newmember.php:18
-msgid ""
-"Review the other settings, particularly the privacy settings. An unpublished"
-" directory listing is like having an unlisted phone number. In general, you "
-"should probably publish your listing - unless all of your friends and "
-"potential friends know exactly how to find you."
-msgstr "Reviseu les altres configuracions, en particular la configuració de privadesa. Una llista de directoris no publicada és com tenir un número de telèfon no llistat. Normalment, hauria de publicar la seva llista - a menys que tots els seus amics i els amics potencials sàpiguen exactament com trobar-li."
+#: ../../include/auth.php:272
+msgid "Failed authentication"
+msgstr "Autenticació fallida"
-#: ../../mod/newmember.php:20
-msgid ""
-"Upload a profile photo if you have not done so already. Studies have shown "
-"that people with real photos of themselves are ten times more likely to make"
-" friends than people who do not."
-msgstr "Puji una foto del seu perfil si encara no ho ha fet. Els estudis han demostrat que les persones amb fotos reals de ells mateixos tenen deu vegades més probabilitats de fer amics que les persones que no ho fan."
+#: ../../include/auth.php:286 ../../mod/openid.php:190
+msgid "Login failed."
+msgstr "Identificació fallida."
-#: ../../mod/newmember.php:23
-msgid ""
-"Authorise the Facebook Connector if you currently have a Facebook account "
-"and we will (optionally) import all your Facebook friends and conversations."
-msgstr "Autoritzi el connector de Facebook si vostè té un compte al Facebook i nosaltres (opcionalment) importarem tots els teus amics de Facebook i les converses."
+#: ../../include/contact_widgets.php:14
+#, php-format
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] "%d invitació disponible"
+msgstr[1] "%d invitacions disponibles"
-#: ../../mod/newmember.php:25
-msgid ""
-"<em>If</em> this is your own personal server, installing the Facebook addon "
-"may ease your transition to the free social web."
-msgstr "<em>Si </em> aquesta és el seu servidor personal, la instal·lació del complement de Facebook pot facilitar la transició a la web social lliure."
+#: ../../include/contact_widgets.php:19 ../../mod/admin.php:457
+msgid "Advanced"
+msgstr "Avançat"
-#: ../../mod/newmember.php:30
-msgid ""
-"Enter your email access information on your Connector Settings page if you "
-"wish to import and interact with friends or mailing lists from your email "
-"INBOX"
-msgstr "Introduïu les dades d'accés al correu electrònic a la seva pàgina de configuració de connector, si es desitja importar i relacionar-se amb amics o llistes de correu de la seva bústia d'email"
+#: ../../include/contact_widgets.php:22
+msgid "Find Channels"
+msgstr "Troba Canals"
-#: ../../mod/newmember.php:32
-msgid ""
-"Edit your <strong>default</strong> profile to your liking. Review the "
-"settings for hiding your list of friends and hiding the profile from unknown"
-" visitors."
-msgstr "Editi el perfil per <strong>defecte</strong> al seu gust. Reviseu la configuració per ocultar la seva llista d'amics i ocultar el perfil dels visitants desconeguts."
+#: ../../include/contact_widgets.php:23
+msgid "Enter name or interest"
+msgstr "Entra un nom o interes"
-#: ../../mod/newmember.php:34
-msgid ""
-"Set some public keywords for your default profile which describe your "
-"interests. We may be able to find other people with similar interests and "
-"suggest friendships."
-msgstr "Estableix algunes paraules clau públiques al teu perfil predeterminat que descriguin els teus interessos. Podem ser capaços de trobar altres persones amb interessos similars i suggerir amistats."
+#: ../../include/contact_widgets.php:24
+msgid "Connect/Follow"
+msgstr "Conecta/Segueix"
-#: ../../mod/newmember.php:36
-msgid ""
-"Your Contacts page is your gateway to managing friendships and connecting "
-"with friends on other networks. Typically you enter their address or site "
-"URL in the <em>Add New Contact</em> dialog."
-msgstr "La seva pàgina de Contactes és la seva porta d'entrada a la gestió de l'amistat i la connexió amb amics d'altres xarxes. Normalment, vostè entrar en la seva direcció o URL del lloc al diàleg <em>Afegir Nou Contacte</em>."
+#: ../../include/contact_widgets.php:25
+msgid "Examples: Robert Morgenstein, Fishing"
+msgstr "Exemples: Lionel Messi, Futbolista"
-#: ../../mod/newmember.php:38
-msgid ""
-"The Directory page lets you find other people in this network or other "
-"federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on "
-"their profile page. Provide your own Identity Address if requested."
-msgstr "La pàgina del Directori li permet trobar altres persones en aquesta xarxa o altres llocs federats. Busqui un enllaç <em>Connectar</em> o <em>Seguir</em> a la seva pàgina de perfil. Proporcioni la seva pròpia Adreça de Identitat si així ho sol·licita."
+#: ../../include/contact_widgets.php:26 ../../mod/directory.php:379
+#: ../../mod/directory.php:384 ../../mod/connections.php:413
+msgid "Find"
+msgstr "Troba"
-#: ../../mod/newmember.php:40
-msgid ""
-"On the side panel of the Contacts page are several tools to find new "
-"friends. We can match people by interest, look up people by name or "
-"interest, and provide suggestions based on network relationships. On a brand"
-" new site, friend suggestions will usually begin to be populated within 24 "
-"hours."
-msgstr "Al tauler lateral de la pàgina de contacte Hi ha diverses eines per trobar nous amics. Podem coincidir amb les persones per interesos, buscar persones pel nom o per interès, i oferir suggeriments basats en les relacions de la xarxa. En un nou lloc, els suggeriments d'amics, en general comencen a poblar el lloc a les 24 hores."
+#: ../../include/contact_widgets.php:27 ../../mod/directory.php:383
+#: ../../mod/suggest.php:60
+msgid "Channel Suggestions"
+msgstr "Canals Suggerits"
-#: ../../mod/newmember.php:42
-msgid ""
-"Once you have made some friends, organize them into private conversation "
-"groups from the sidebar of your Contacts page and then you can interact with"
-" each group privately on your Network page."
-msgstr "Una vegada que s'han fet alguns amics, organitzi'ls en grups de conversa privada a la barra lateral de la seva pàgina de contactes i després pot interactuar amb cada grup de forma privada a la pàgina de la xarxa."
+#: ../../include/contact_widgets.php:29
+msgid "Random Profile"
+msgstr "Perfil Aleatori"
-#: ../../mod/newmember.php:44
-msgid ""
-"Our <strong>help</strong> pages may be consulted for detail on other program"
-" features and resources."
-msgstr "A les nostres pàgines <strong>d'ajuda</strong> es poden consultar detalls sobre les característiques d'altres programes i recursos."
+#: ../../include/contact_widgets.php:30
+msgid "Invite Friends"
+msgstr "Convida Amics"
-#: ../../mod/attach.php:8
-msgid "Item not available."
-msgstr "Element no disponible"
+#: ../../include/contact_widgets.php:32
+msgid "Advanced example: name=fred and country=iceland"
+msgstr "Exemple avançat: nom=pep i pais=eire"
+
+#: ../../include/contact_widgets.php:125
+#, php-format
+msgid "%d connection in common"
+msgid_plural "%d connections in common"
+msgstr[0] "%d connexió en comú"
+msgstr[1] "%d connexions en comú"
-#: ../../mod/attach.php:20
+#: ../../include/contact_widgets.php:130
+msgid "show more"
+msgstr "mostrar més"
+
+#: ../../include/acl_selectors.php:240
+msgid "Visible to your default audience"
+msgstr "Visible per a la teva audiència "
+
+#: ../../include/acl_selectors.php:241
+msgid "Show"
+msgstr "Mostra"
+
+#: ../../include/acl_selectors.php:242
+msgid "Don't show"
+msgstr "No mostrar"
+
+#: ../../include/acl_selectors.php:248 ../../mod/events.php:668
+#: ../../mod/photos.php:571 ../../mod/photos.php:934 ../../mod/chat.php:209
+#: ../../mod/filestorage.php:147
+msgid "Permissions"
+msgstr "Permisos "
+
+#: ../../include/attach.php:242 ../../include/attach.php:300
msgid "Item was not found."
-msgstr "Element no trobat."
+msgstr "Article no trobat."
+
+#: ../../include/attach.php:363
+msgid "No source file."
+msgstr "No hi ha arxiu d'origen."
+
+#: ../../include/attach.php:381
+msgid "Cannot locate file to replace"
+msgstr "No trobo l'arxiu a reemplaçar"
-#: ../../mod/group.php:27
-msgid "Group created."
-msgstr "Grup creat."
+#: ../../include/attach.php:399
+msgid "Cannot locate file to revise/update"
+msgstr "No trobo l'arxiu a revisar/actualitzar"
-#: ../../mod/group.php:33
-msgid "Could not create group."
-msgstr "No puc crear grup."
+#: ../../include/attach.php:410
+#, php-format
+msgid "File exceeds size limit of %d"
+msgstr "L'arxiu excedeix la mida limit de %d"
-#: ../../mod/group.php:43 ../../mod/group.php:127
-msgid "Group not found."
-msgstr "Grup no trobat"
+#: ../../include/attach.php:422
+#, php-format
+msgid "You have reached your limit of %1$.0f Mbytes attachment storage."
+msgstr "Has arribat al teu límit de %1$.0f Mbytes de emagatzematge d'adjunts."
-#: ../../mod/group.php:56
-msgid "Group name changed."
-msgstr "Nom de Grup canviat."
+#: ../../include/attach.php:505
+msgid "File upload failed. Possible system limit or action terminated."
+msgstr "Pujada del arxiu fallida. Possible límit del sistema o acció interrompuda."
-#: ../../mod/group.php:67 ../../mod/profperm.php:19 ../../index.php:287
-msgid "Permission denied"
-msgstr "Permís denegat"
+#: ../../include/attach.php:517
+msgid "Stored file could not be verified. Upload failed."
+msgstr "L'arxiu guardat no es pot verificar. Pujada fallida."
-#: ../../mod/group.php:85
-msgid "Create a group of contacts/friends."
-msgstr "Crear un grup de contactes/amics."
+#: ../../include/attach.php:561 ../../include/attach.php:578
+msgid "Path not available."
+msgstr "Trajectòria no disponible"
-#: ../../mod/group.php:86 ../../mod/group.php:166
-msgid "Group Name: "
-msgstr "Nom del Grup:"
+#: ../../include/attach.php:623
+msgid "Empty pathname"
+msgstr "Trajèctoria vuida."
-#: ../../mod/group.php:102
-msgid "Group removed."
-msgstr "Grup esborrat."
+#: ../../include/attach.php:639
+msgid "duplicate filename or path"
+msgstr "Nom o trajectòria duplicat"
-#: ../../mod/group.php:104
-msgid "Unable to remove group."
-msgstr "Incapaç de esborrar Grup."
+#: ../../include/attach.php:663
+msgid "Path not found."
+msgstr "Trajectòria no trobada."
-#: ../../mod/group.php:165
-msgid "Group Editor"
-msgstr "Editor de Grup:"
+#: ../../include/attach.php:714
+msgid "mkdir failed."
+msgstr "mkdir va fracassar."
-#: ../../mod/group.php:177
-msgid "Members"
-msgstr "Membres"
+#: ../../include/attach.php:718
+msgid "database storage failed."
+msgstr "Arxiu de base de dades va fallar."
-#: ../../mod/group.php:209 ../../mod/profperm.php:105
-msgid "Click on a contact to add or remove."
-msgstr "Clicar sobre el contacte per afegir o esborrar."
+#: ../../include/identity.php:33
+msgid "Unable to obtain identity information from database"
+msgstr "Incapaç de trobar l'informació d'identitat a la base de dades"
-#: ../../mod/profperm.php:25 ../../mod/profperm.php:55
-msgid "Invalid profile identifier."
-msgstr "Identificador del perfil no vàlid."
+#: ../../include/identity.php:67
+msgid "Empty name"
+msgstr "Nom buit"
-#: ../../mod/profperm.php:101
-msgid "Profile Visibility Editor"
-msgstr "Editor de Visibilitat del Perfil"
+#: ../../include/identity.php:70
+msgid "Name too long"
+msgstr "Nom massa llarg"
+
+#: ../../include/identity.php:186
+msgid "No account identifier"
+msgstr "Sense identificador de compte"
+
+#: ../../include/identity.php:198
+msgid "Nickname is required."
+msgstr "Alies/malnom es requerit."
+
+#: ../../include/identity.php:212
+msgid "Reserved nickname. Please choose another."
+msgstr "Àlies reservat. Tria un altre."
+
+#: ../../include/identity.php:217 ../../include/dimport.php:34
+msgid ""
+"Nickname has unsupported characters or is already being used on this site."
+msgstr "L'álies te caracters no soportats o ja esta en ús en aquest lloc"
+
+#: ../../include/identity.php:292
+msgid "Unable to retrieve created identity"
+msgstr "No es pot recuperar la identitat creada"
+
+#: ../../include/identity.php:350
+msgid "Default Profile"
+msgstr "Perfil per Defecte"
+
+#: ../../include/identity.php:660
+msgid "Requested channel is not available."
+msgstr "El canal demanat no està disponible."
+
+#: ../../include/identity.php:707 ../../mod/profile.php:16
+#: ../../mod/achievements.php:11 ../../mod/webpages.php:29
+#: ../../mod/connect.php:13 ../../mod/hcard.php:8 ../../mod/blocks.php:29
+#: ../../mod/editlayout.php:27 ../../mod/editwebpage.php:28
+#: ../../mod/editblock.php:29 ../../mod/filestorage.php:54
+#: ../../mod/layouts.php:29
+msgid "Requested profile is not available."
+msgstr "El perfil demanat no està disponible."
+
+#: ../../include/identity.php:870 ../../mod/profiles.php:774
+msgid "Change profile photo"
+msgstr "Canviar la foto del perfil"
+
+#: ../../include/identity.php:876
+msgid "Profiles"
+msgstr "Perfils"
+
+#: ../../include/identity.php:876
+msgid "Manage/edit profiles"
+msgstr "Gestiona/edita perfils"
+
+#: ../../include/identity.php:877 ../../mod/profiles.php:775
+msgid "Create New Profile"
+msgstr "Crear un Perfil Nou"
+
+#: ../../include/identity.php:892 ../../mod/profiles.php:786
+msgid "Profile Image"
+msgstr "Imatge del Perfil"
+
+#: ../../include/identity.php:895
+msgid "visible to everybody"
+msgstr "visible per tothom"
+
+#: ../../include/identity.php:896 ../../mod/profiles.php:669
+#: ../../mod/profiles.php:790
+msgid "Edit visibility"
+msgstr "Editar visibilitat"
+
+#: ../../include/identity.php:912 ../../include/identity.php:1151
+msgid "Gender:"
+msgstr "Gènere:"
+
+#: ../../include/identity.php:913 ../../include/identity.php:1195
+msgid "Status:"
+msgstr "Estatus:"
+
+#: ../../include/identity.php:914 ../../include/identity.php:1206
+msgid "Homepage:"
+msgstr "Pàgina Personal:"
+
+#: ../../include/identity.php:915
+msgid "Online Now"
+msgstr "Ara en Linia"
+
+#: ../../include/identity.php:998 ../../include/identity.php:1076
+#: ../../mod/ping.php:324
+msgid "g A l F d"
+msgstr "g A l F d"
+
+#: ../../include/identity.php:999 ../../include/identity.php:1077
+msgid "F d"
+msgstr "F d"
+
+#: ../../include/identity.php:1044 ../../include/identity.php:1116
+#: ../../mod/ping.php:346
+msgid "[today]"
+msgstr "[avui]"
+
+#: ../../include/identity.php:1055
+msgid "Birthday Reminders"
+msgstr "Recordatori d'Aniversaris"
+
+#: ../../include/identity.php:1056
+msgid "Birthdays this week:"
+msgstr "Aniversari aquesta setmana:"
-#: ../../mod/profperm.php:103 ../../include/profile_advanced.php:7
-#: ../../include/profile_advanced.php:76 ../../include/nav.php:48
-#: ../../boot.php:1336
+#: ../../include/identity.php:1109
+msgid "[No description]"
+msgstr "[Sense descripció]"
+
+#: ../../include/identity.php:1127
+msgid "Event Reminders"
+msgstr "Recordatori d'Events"
+
+#: ../../include/identity.php:1128
+msgid "Events this week:"
+msgstr "Event aquesta setmana:"
+
+#: ../../include/identity.php:1141 ../../include/identity.php:1258
+#: ../../include/apps.php:138 ../../mod/profperm.php:112
msgid "Profile"
msgstr "Perfil"
-#: ../../mod/profperm.php:114
-msgid "Visible To"
-msgstr "Visible Per"
+#: ../../include/identity.php:1149 ../../mod/settings.php:1056
+msgid "Full Name:"
+msgstr "Nom Complet:"
-#: ../../mod/profperm.php:130
-msgid "All Contacts (with secure profile access)"
-msgstr "Tots els Contactes (amb accés segur al perfil)"
+#: ../../include/identity.php:1156
+msgid "Like this channel"
+msgstr "M'agrada aquest canal"
-#: ../../mod/viewconnections.php:39
-msgid "No contacts."
-msgstr "Sense Contactes"
+#: ../../include/identity.php:1180
+msgid "j F, Y"
+msgstr "j F, Y"
-#: ../../mod/viewconnections.php:74 ../../include/text.php:584
-msgid "View Contacts"
-msgstr "Veure Contactes"
+#: ../../include/identity.php:1181
+msgid "j F"
+msgstr "j F"
-#: ../../mod/register.php:62
-msgid "An invitation is required."
-msgstr "Es requereix invitació."
+#: ../../include/identity.php:1188
+msgid "Birthday:"
+msgstr "Aniversari:"
-#: ../../mod/register.php:67
-msgid "Invitation could not be verified."
-msgstr "La invitació no ha pogut ser verificada."
+#: ../../include/identity.php:1192 ../../mod/directory.php:297
+msgid "Age:"
+msgstr "Edat:"
-#: ../../mod/register.php:75
-msgid "Invalid OpenID url"
-msgstr "OpenID url no vàlid"
+#: ../../include/identity.php:1201
+#, php-format
+msgid "for %1$d %2$s"
+msgstr "per %1$d %2$s"
-#: ../../mod/register.php:90
-msgid "Please enter the required information."
-msgstr "Per favor, introdueixi la informació requerida."
+#: ../../include/identity.php:1204 ../../mod/profiles.php:691
+msgid "Sexual Preference:"
+msgstr "Preferència Sexual:"
-#: ../../mod/register.php:104
-msgid "Please use a shorter name."
-msgstr "Per favor, empri un nom més curt."
+#: ../../include/identity.php:1208 ../../mod/directory.php:313
+#: ../../mod/profiles.php:693
+msgid "Hometown:"
+msgstr "Ciutat Natal:"
-#: ../../mod/register.php:106
-msgid "Name too short."
-msgstr "Nom massa curt."
+#: ../../include/identity.php:1210
+msgid "Tags:"
+msgstr "Etiquetes:"
-#: ../../mod/register.php:121
-msgid "That doesn't appear to be your full (First Last) name."
-msgstr "Això no sembla ser el teu nom complet."
+#: ../../include/identity.php:1212 ../../mod/profiles.php:694
+msgid "Political Views:"
+msgstr "Idees Polítiques:"
-#: ../../mod/register.php:126
-msgid "Your email domain is not among those allowed on this site."
-msgstr "El seu domini de correu electrònic no es troba entre els permesos en aquest lloc."
+#: ../../include/identity.php:1214
+msgid "Religion:"
+msgstr "Religió:"
+
+#: ../../include/identity.php:1216 ../../mod/directory.php:315
+msgid "About:"
+msgstr "Sobre:"
-#: ../../mod/register.php:129
-msgid "Not a valid email address."
-msgstr "Adreça de correu no vàlida."
+#: ../../include/identity.php:1218
+msgid "Hobbies/Interests:"
+msgstr "Aficions/Interessos:"
-#: ../../mod/register.php:139
-msgid "Cannot use that email."
-msgstr "No es pot utilitzar aquest correu electrònic."
+#: ../../include/identity.php:1220 ../../mod/profiles.php:697
+msgid "Likes:"
+msgstr "Agrada:"
-#: ../../mod/register.php:145
-msgid ""
-"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and "
-"must also begin with a letter."
-msgstr "El teu sobrenom nomes pot contenir \"a-z\", \"0-9\", \"-\", i \"_\", i començar amb lletra."
+#: ../../include/identity.php:1222 ../../mod/profiles.php:698
+msgid "Dislikes:"
+msgstr "Desagrada:"
+
+#: ../../include/identity.php:1224
+msgid "Contact information and Social Networks:"
+msgstr "Informació de contacte i Xarxes Socials:"
+
+#: ../../include/identity.php:1226
+msgid "My other channels:"
+msgstr "Els meus altres canals:"
+
+#: ../../include/identity.php:1228
+msgid "Musical interests:"
+msgstr "Interessos Musicals:"
-#: ../../mod/register.php:151 ../../mod/register.php:252
-msgid "Nickname is already registered. Please choose another."
-msgstr "malnom ja registrat. Tria un altre."
+#: ../../include/identity.php:1230
+msgid "Books, literature:"
+msgstr "Llibres, literatura:"
+
+#: ../../include/identity.php:1232
+msgid "Television:"
+msgstr "Televisió:"
+
+#: ../../include/identity.php:1234
+msgid "Film/dance/culture/entertainment:"
+msgstr "Películes/Dança/Cultura/Entreteniment:"
+
+#: ../../include/identity.php:1236
+msgid "Love/Romance:"
+msgstr "Amor/Romace:"
+
+#: ../../include/identity.php:1238
+msgid "Work/employment:"
+msgstr "Treball/feina:"
-#: ../../mod/register.php:170
-msgid "SERIOUS ERROR: Generation of security keys failed."
-msgstr "ERROR IMPORTANT: La generació de claus de seguretat ha fallat."
+#: ../../include/identity.php:1240
+msgid "School/education:"
+msgstr "Escola/educació:"
+
+#: ../../include/identity.php:1260
+msgid "Like this thing"
+msgstr "M'agrada això"
-#: ../../mod/register.php:238
-msgid "An error occurred during registration. Please try again."
-msgstr "Un error ha succeït durant el registre. Intenta-ho de nou."
+#: ../../include/profile_selectors.php:6
+#: ../../include/profile_selectors.php:23 ../../mod/id.php:103
+msgid "Male"
+msgstr "Masculí"
-#: ../../mod/register.php:274
-msgid "An error occurred creating your default profile. Please try again."
-msgstr "Un error ha succeit durant la creació del teu perfil per defecte. Intenta-ho de nou."
+#: ../../include/profile_selectors.php:6
+#: ../../include/profile_selectors.php:23 ../../mod/id.php:105
+msgid "Female"
+msgstr "Femení"
-#: ../../mod/register.php:378 ../../mod/regmod.php:52
+#: ../../include/profile_selectors.php:6
+msgid "Currently Male"
+msgstr "Actualment Masculí"
+
+#: ../../include/profile_selectors.php:6
+msgid "Currently Female"
+msgstr "Actualment Femení"
+
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Male"
+msgstr "Més aviat Masculí"
+
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Female"
+msgstr "Més Aviat Femení"
+
+#: ../../include/profile_selectors.php:6
+msgid "Transgender"
+msgstr "Canvi de Sexe"
+
+#: ../../include/profile_selectors.php:6
+msgid "Intersex"
+msgstr "Intersexual"
+
+#: ../../include/profile_selectors.php:6
+msgid "Transsexual"
+msgstr "Transsexual"
+
+#: ../../include/profile_selectors.php:6
+msgid "Hermaphrodite"
+msgstr "Hermafrodita"
+
+#: ../../include/profile_selectors.php:6
+msgid "Neuter"
+msgstr "Neutre"
+
+#: ../../include/profile_selectors.php:6
+msgid "Non-specific"
+msgstr "Indefinit"
+
+#: ../../include/profile_selectors.php:6
+msgid "Undecided"
+msgstr "Indecís"
+
+#: ../../include/profile_selectors.php:42
+#: ../../include/profile_selectors.php:61
+msgid "Males"
+msgstr "Homes"
+
+#: ../../include/profile_selectors.php:42
+#: ../../include/profile_selectors.php:61
+msgid "Females"
+msgstr "Dones"
+
+#: ../../include/profile_selectors.php:42
+msgid "Gay"
+msgstr "Gay"
+
+#: ../../include/profile_selectors.php:42
+msgid "Lesbian"
+msgstr "Lesbianes"
+
+#: ../../include/profile_selectors.php:42
+msgid "No Preference"
+msgstr "Sense Preferències"
+
+#: ../../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 "Abstinent"
+
+#: ../../include/profile_selectors.php:42
+msgid "Virgin"
+msgstr "Verge"
+
+#: ../../include/profile_selectors.php:42
+msgid "Deviant"
+msgstr "Desviat"
+
+#: ../../include/profile_selectors.php:42
+msgid "Fetish"
+msgstr "Fetixiste"
+
+#: ../../include/profile_selectors.php:42
+msgid "Oodles"
+msgstr "Orgies"
+
+#: ../../include/profile_selectors.php:42
+msgid "Nonsexual"
+msgstr "Asexual"
+
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Single"
+msgstr "Solter"
+
+#: ../../include/profile_selectors.php:80
+msgid "Lonely"
+msgstr "Solitari"
+
+#: ../../include/profile_selectors.php:80
+msgid "Available"
+msgstr "Disponible"
+
+#: ../../include/profile_selectors.php:80
+msgid "Unavailable"
+msgstr "No Disponible"
+
+#: ../../include/profile_selectors.php:80
+msgid "Has crush"
+msgstr "Aplastat"
+
+#: ../../include/profile_selectors.php:80
+msgid "Infatuated"
+msgstr "Encapritxat"
+
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Dating"
+msgstr "Promés"
+
+#: ../../include/profile_selectors.php:80
+msgid "Unfaithful"
+msgstr "Infidel"
+
+#: ../../include/profile_selectors.php:80
+msgid "Sex Addict"
+msgstr "Adicte al Sexe"
+
+#: ../../include/profile_selectors.php:80
+msgid "Friends/Benefits"
+msgstr "Amics amb Beneficis"
+
+#: ../../include/profile_selectors.php:80
+msgid "Casual"
+msgstr "Casual"
+
+#: ../../include/profile_selectors.php:80
+msgid "Engaged"
+msgstr "Ocupat"
+
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Married"
+msgstr "Casat"
+
+#: ../../include/profile_selectors.php:80
+msgid "Imaginarily married"
+msgstr "Casat Imaginàriament"
+
+#: ../../include/profile_selectors.php:80
+msgid "Partners"
+msgstr "Parella"
+
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Cohabiting"
+msgstr "Cohabitant"
+
+#: ../../include/profile_selectors.php:80
+msgid "Common law"
+msgstr "Tradició"
+
+#: ../../include/profile_selectors.php:80
+msgid "Happy"
+msgstr "Feliç"
+
+#: ../../include/profile_selectors.php:80
+msgid "Not looking"
+msgstr "No Cerco"
+
+#: ../../include/profile_selectors.php:80
+msgid "Swinger"
+msgstr "Llibertí"
+
+#: ../../include/profile_selectors.php:80
+msgid "Betrayed"
+msgstr "Traït"
+
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Separated"
+msgstr "Separat"
+
+#: ../../include/profile_selectors.php:80
+msgid "Unstable"
+msgstr "Inestable"
+
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Divorced"
+msgstr "Divorciat"
+
+#: ../../include/profile_selectors.php:80
+msgid "Imaginarily divorced"
+msgstr "Divorciat Imaginàriament"
+
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Widowed"
+msgstr "Vidu/ua"
+
+#: ../../include/profile_selectors.php:80
+msgid "Uncertain"
+msgstr "Incert"
+
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "It's complicated"
+msgstr "Es Complicat"
+
+#: ../../include/profile_selectors.php:80
+msgid "Don't care"
+msgstr "No Et Fa Res"
+
+#: ../../include/profile_selectors.php:80
+msgid "Ask me"
+msgstr "Pregunta"
+
+#: ../../include/apps.php:128
+msgid "Site Admin"
+msgstr "Administració"
+
+#: ../../include/apps.php:130
+msgid "Address Book"
+msgstr "Adreçes"
+
+#: ../../include/apps.php:144 ../../mod/mood.php:130
+msgid "Mood"
+msgstr "Ànim"
+
+#: ../../include/apps.php:148
+msgid "Probe"
+msgstr "Sondeig"
+
+#: ../../include/apps.php:149
+msgid "Suggest"
+msgstr "Suggeriment"
+
+#: ../../include/apps.php:150
+msgid "Random Channel"
+msgstr "Canal Aleatori"
+
+#: ../../include/apps.php:151
+msgid "Invite"
+msgstr "Convida"
+
+#: ../../include/apps.php:152
+msgid "Features"
+msgstr "Funcionalitats"
+
+#: ../../include/apps.php:153 ../../mod/id.php:28
+msgid "Language"
+msgstr "Idioma"
+
+#: ../../include/apps.php:154
+msgid "Post"
+msgstr "Entrada"
+
+#: ../../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:247 ../../mod/settings.php:84
+#: ../../mod/settings.php:614
+msgid "Update"
+msgstr "Actualització"
+
+#: ../../include/apps.php:247
+msgid "Install"
+msgstr "Instal·lar"
+
+#: ../../include/apps.php:252
+msgid "Purchase"
+msgstr "Compra"
+
+#: ../../include/bbcode.php:122 ../../include/bbcode.php:768
+#: ../../include/bbcode.php:771 ../../include/bbcode.php:776
+#: ../../include/bbcode.php:779 ../../include/bbcode.php:782
+#: ../../include/bbcode.php:785 ../../include/bbcode.php:790
+#: ../../include/bbcode.php:793 ../../include/bbcode.php:798
+#: ../../include/bbcode.php:801 ../../include/bbcode.php:804
+#: ../../include/bbcode.php:807
+msgid "Image/photo"
+msgstr "Imatge/foto"
+
+#: ../../include/bbcode.php:161 ../../include/bbcode.php:818
+msgid "Encrypted content"
+msgstr "Contingut encriptat"
+
+#: ../../include/bbcode.php:178
#, php-format
-msgid "Registration details for %s"
-msgstr "Detalls del registre per a %s"
+msgid "Install %s element: "
+msgstr "Instal·la l'element %s:"
-#: ../../mod/register.php:386
+#: ../../include/bbcode.php:182
+#, php-format
msgid ""
-"Registration successful. Please check your email for further instructions."
-msgstr "Registrat amb èxit. Per favor, comprovi el seu correu per a posteriors instruccions."
+"This post contains an installable %s element, however you lack permissions "
+"to install it on this site."
+msgstr "Aquesta entrada contè un element %s instal·lable, potser manques de permissos per instal·lar-lo en aquest lloc."
-#: ../../mod/register.php:390
-msgid "Failed to send email message. Here is the message that failed."
-msgstr "Error en enviar missatge de correu electrònic. Aquí està el missatge que ha fallat."
+#: ../../include/bbcode.php:192 ../../mod/impel.php:37
+msgid "webpage"
+msgstr "pàgina web"
-#: ../../mod/register.php:395
-msgid "Your registration can not be processed."
-msgstr "El seu registre no pot ser processat."
+#: ../../include/bbcode.php:195 ../../mod/impel.php:47
+msgid "layout"
+msgstr "disposició"
+
+#: ../../include/bbcode.php:198 ../../mod/impel.php:42
+msgid "block"
+msgstr "bloc"
+
+#: ../../include/bbcode.php:201 ../../mod/impel.php:54
+msgid "menu"
+msgstr "menú"
-#: ../../mod/register.php:432
+#: ../../include/bbcode.php:215
+msgid "QR code"
+msgstr "QR code"
+
+#: ../../include/bbcode.php:266
#, php-format
-msgid "Registration request at %s"
-msgstr "Sol·licitud de registre a %s"
+msgid "%1$s wrote the following %2$s %3$s"
+msgstr "%1$s va escriure el següent %2$s %3$s"
-#: ../../mod/register.php:441
-msgid "Your registration is pending approval by the site owner."
-msgstr "El seu registre està pendent d'aprovació pel propietari del lloc."
+#: ../../include/bbcode.php:268 ../../mod/tagger.php:51
+msgid "post"
+msgstr "entrada"
-#: ../../mod/register.php:479
-msgid ""
-"This site has exceeded the number of allowed daily account registrations. "
-"Please try again tomorrow."
-msgstr "Aquest lloc excedeix el nombre diari de registres de comptes. Per favor, provi de nou demà."
+#: ../../include/bbcode.php:518
+msgid "Different viewers will see this text differently"
+msgstr "Diferents observadors veuran aquest text de diferents formes"
-#: ../../mod/register.php:505
-msgid ""
-"You may (optionally) fill in this form via OpenID by supplying your OpenID "
-"and clicking 'Register'."
-msgstr "Vostè pot (opcionalment), omplir aquest formulari a través de OpenID mitjançant el subministrament de la seva OpenID i fent clic a 'Registrar'."
+#: ../../include/bbcode.php:729
+msgid "$1 spoiler"
+msgstr "$1 spoiler"
-#: ../../mod/register.php:506
-msgid ""
-"If you are not familiar with OpenID, please leave that field blank and fill "
-"in the rest of the items."
-msgstr "Si vostè no està familiaritzat amb Twitter, si us plau deixi aquest camp en blanc i completi la resta dels elements."
+#: ../../include/bbcode.php:756
+msgid "$1 wrote:"
+msgstr "$1 va escriure:"
-#: ../../mod/register.php:507
-msgid "Your OpenID (optional): "
-msgstr "El seu OpenID (opcional):"
+#: ../../include/chat.php:23
+msgid "Missing room name"
+msgstr "Perdut el nom de la sala"
-#: ../../mod/register.php:521
-msgid "Include your profile in member directory?"
-msgstr "Incloc el seu perfil al directori de membres?"
+#: ../../include/chat.php:32
+msgid "Duplicate room name"
+msgstr "Nom de la sala duplicat"
-#: ../../mod/register.php:536
-msgid "Membership on this site is by invitation only."
-msgstr "Lloc accesible mitjançant invitació."
+#: ../../include/chat.php:82 ../../include/chat.php:90
+msgid "Invalid room specifier."
+msgstr "Especificació de la sala invàlida."
-#: ../../mod/register.php:537
-msgid "Your invitation ID: "
-msgstr "El teu ID de invitació:"
+#: ../../include/chat.php:120
+msgid "Room not found."
+msgstr "Sala no trobada."
-#: ../../mod/register.php:540 ../../mod/admin.php:314
-msgid "Registration"
-msgstr "Procés de Registre"
+#: ../../include/chat.php:141
+msgid "Room is full"
+msgstr "La sala es plena"
-#: ../../mod/register.php:548
-msgid "Your Full Name (e.g. Joe Smith): "
-msgstr "El seu nom complet (per exemple, Joan Ningú):"
+#: ../../include/photos.php:94
+#, php-format
+msgid "Image exceeds website size limit of %lu bytes"
+msgstr "La imatge excedeix la mida limit pel lloc web en %lu bytes"
-#: ../../mod/register.php:549
-msgid "Your Email Address: "
-msgstr "La Seva Adreça de Correu:"
+#: ../../include/photos.php:101
+msgid "Image file is empty."
+msgstr "El fitxer d'imatge esta buit."
-#: ../../mod/register.php:550
-msgid ""
-"Choose a profile nickname. This must begin with a text character. Your "
-"profile address on this site will then be "
-"'<strong>nickname@$sitename</strong>'."
-msgstr "Tria un nom de perfil. Això ha de començar amb un caràcter de text. La seva adreça de perfil en aquest lloc serà '<strong>malnom@$sitename</strong>'."
+#: ../../include/photos.php:128 ../../mod/profile_photo.php:217
+msgid "Unable to process image"
+msgstr "incapaç de processar la imatge"
-#: ../../mod/register.php:551
-msgid "Choose a nickname: "
-msgstr "Tria un malnom:"
+#: ../../include/photos.php:199
+msgid "Photo storage failed."
+msgstr "Fracassà l'emmagatzematge de la Foto"
-#: ../../mod/register.php:554 ../../include/nav.php:77 ../../boot.php:693
-msgid "Register"
-msgstr "Registrar"
-
-#: ../../mod/dirfind.php:23
-msgid "People Search"
-msgstr "Cercant Gent"
-
-#: ../../mod/like.php:127 ../../mod/tagger.php:70
-#: ../../addon/facebook/facebook.php:1092
-#: ../../addon/communityhome/communityhome.php:158
-#: ../../addon/communityhome/communityhome.php:167
-#: ../../include/diaspora.php:1600 ../../include/conversation.php:48
-#: ../../include/conversation.php:57 ../../include/conversation.php:121
-#: ../../include/conversation.php:130
-msgid "status"
-msgstr "estatus"
+#: ../../include/photos.php:363
+msgid "Upload New Photos"
+msgstr "Puja Noves Fotos"
+
+#: ../../mod/achievements.php:34
+msgid "Some blurb about what to do when you're new here"
+msgstr "Algunes propostes sobre el que cal fer quan ets nou aquí"
-#: ../../mod/like.php:144 ../../addon/facebook/facebook.php:1096
-#: ../../addon/communityhome/communityhome.php:172
-#: ../../include/diaspora.php:1616 ../../include/conversation.php:65
+#: ../../mod/manage.php:136
#, php-format
-msgid "%1$s likes %2$s's %3$s"
-msgstr "a %1$s agrada %2$s de %3$s"
+msgid "You have created %1$.0f of %2$.0f allowed channels."
+msgstr "Has creat %1$.0f de %2$.0f canals permesos."
+
+#: ../../mod/manage.php:144
+msgid "Create a new channel"
+msgstr "Crear un nou canal"
+
+#: ../../mod/manage.php:167
+msgid "Current Channel"
+msgstr "Canal Actual"
+
+#: ../../mod/manage.php:169
+msgid "Switch to one of your channels by selecting it."
+msgstr "Canviar a un altre dels teus canals seleccionant-ho."
+
+#: ../../mod/manage.php:170
+msgid "Default Channel"
+msgstr "Canal per Defecte"
+
+#: ../../mod/manage.php:171
+msgid "Make Default"
+msgstr "Estableix com a Predeterminat"
-#: ../../mod/like.php:146 ../../include/conversation.php:68
+#: ../../mod/manage.php:174
#, php-format
-msgid "%1$s doesn't like %2$s's %3$s"
-msgstr "a %1$s no agrada %2$s de %3$s"
+msgid "%d new messages"
+msgstr "%d missatges nous"
-#: ../../mod/notice.php:15 ../../mod/viewsrc.php:15 ../../mod/admin.php:127
-#: ../../mod/admin.php:522 ../../mod/admin.php:700 ../../mod/display.php:29
-#: ../../mod/display.php:137 ../../mod/viewd.php:14
-#: ../../include/items.php:2942
-msgid "Item not found."
-msgstr "Article no trobat."
+#: ../../mod/manage.php:175
+#, php-format
+msgid "%d new introductions"
+msgstr "%d noves presentacions"
-#: ../../mod/viewsrc.php:7 ../../mod/viewd.php:6
-msgid "Access denied."
-msgstr "Accés denegat."
+#: ../../mod/manage.php:177
+msgid "Delegated Channels"
+msgstr "Canals Delegats"
-#: ../../mod/regmod.php:61
-msgid "Account approved."
-msgstr "Compte aprovat."
+#: ../../mod/directory.php:59 ../../mod/photos.php:441 ../../mod/search.php:13
+#: ../../mod/ratings.php:82 ../../mod/viewconnections.php:17
+#: ../../mod/display.php:13
+msgid "Public access denied."
+msgstr "Accés públic denegat."
-#: ../../mod/regmod.php:93
+#: ../../mod/directory.php:234
#, php-format
-msgid "Registration revoked for %s"
-msgstr "Procés de Registre revocat per a %s"
+msgid "%d rating"
+msgid_plural "%d ratings"
+msgstr[0] "%d valoració"
+msgstr[1] "%d valoracions"
-#: ../../mod/regmod.php:105
-msgid "Please login."
-msgstr "Si us plau, ingressa."
+#: ../../mod/directory.php:245
+msgid "Gender: "
+msgstr "Gènere:"
-#: ../../mod/item.php:89
-msgid "Unable to locate original post."
-msgstr "No es pot localitzar post original."
+#: ../../mod/directory.php:247
+msgid "Status: "
+msgstr "Estatus:"
-#: ../../mod/item.php:249
-msgid "Empty post discarded."
-msgstr "Buidat després de rebutjar."
+#: ../../mod/directory.php:249
+msgid "Homepage: "
+msgstr "Pàgina Personal:"
-#: ../../mod/item.php:351 ../../mod/wall_upload.php:81
-#: ../../mod/wall_upload.php:90 ../../mod/wall_upload.php:97
-#: ../../include/message.php:143
-msgid "Wall Photos"
-msgstr "Fotos del Mur"
+#: ../../mod/directory.php:308 ../../mod/events.php:659
+msgid "Description:"
+msgstr "Descripció:"
-#: ../../mod/item.php:833
-msgid "System error. Post not saved."
-msgstr "Error del sistema. Publicació no guardada."
+#: ../../mod/directory.php:317
+msgid "Public Forum:"
+msgstr "Forum Públic:"
-#: ../../mod/item.php:858
-#, php-format
+#: ../../mod/directory.php:320
+msgid "Keywords: "
+msgstr "Paraules Clau:"
+
+#: ../../mod/directory.php:323
+msgid "Don't suggest"
+msgstr "No suggerir"
+
+#: ../../mod/directory.php:325
+msgid "Common connections:"
+msgstr "Connexions en comú:"
+
+#: ../../mod/directory.php:374
+msgid "Global Directory"
+msgstr "Directori Global"
+
+#: ../../mod/directory.php:374
+msgid "Local Directory"
+msgstr "Directori Local"
+
+#: ../../mod/directory.php:380
+msgid "Finding:"
+msgstr "Cercant:"
+
+#: ../../mod/directory.php:385
+msgid "next page"
+msgstr "pàgina següent"
+
+#: ../../mod/directory.php:385
+msgid "previous page"
+msgstr "pàgina anterior"
+
+#: ../../mod/directory.php:386
+msgid "Sort options"
+msgstr "Opcions per ordenar"
+
+#: ../../mod/directory.php:387
+msgid "Alphabetic"
+msgstr "Alfabètic"
+
+#: ../../mod/directory.php:388
+msgid "Reverse Alphabetic"
+msgstr "Alfabètic Invers"
+
+#: ../../mod/directory.php:389
+msgid "Newest to Oldest"
+msgstr "De més Nou a més Vell"
+
+#: ../../mod/directory.php:390
+msgid "Oldest to Newest"
+msgstr "De més Antic a més Nou"
+
+#: ../../mod/directory.php:407
+msgid "No entries (some entries may be hidden)."
+msgstr "Sense entrades (algunes podrien estar amagades)."
+
+#: ../../mod/xchan.php:6
+msgid "Xchan Lookup"
+msgstr "Cerca a xchan"
+
+#: ../../mod/xchan.php:9
+msgid "Lookup xchan beginning with (or webbie): "
+msgstr "Cerca a xchan començant per (o webbie)"
+
+#: ../../mod/xchan.php:37 ../../mod/mitem.php:114 ../../mod/menu.php:156
+msgid "Not found."
+msgstr "No trobat."
+
+#: ../../mod/api.php:76 ../../mod/api.php:102
+msgid "Authorize application connection"
+msgstr "Autoritza la connexió de l'aplicació"
+
+#: ../../mod/api.php:77
+msgid "Return to your app and insert this Securty Code:"
+msgstr "Torna a la teva aplicació i insereix aquest Codi de Seguretat:"
+
+#: ../../mod/api.php:89
+msgid "Please login to continue."
+msgstr "Si et plau, identifica't per continuar."
+
+#: ../../mod/api.php:104
msgid ""
-"This message was sent to you by %s, a member of the Friendica social "
-"network."
-msgstr "Aquest missatge va ser enviat a vostè per %s, un membre de la xarxa social Friendica."
+"Do you want to authorize this application to access your posts and contacts,"
+" and/or create new posts for you?"
+msgstr "Vols autoritzar a aquesta aplicació l'accés a les teves entrades i contactes i/o a crear noves entrades com si fos tu mateix."
-#: ../../mod/item.php:860
-#, php-format
-msgid "You may visit them online at %s"
-msgstr "El pot visitar en línia a %s"
+#: ../../mod/webpages.php:191
+msgid "Page Title"
+msgstr "Títol de la pàgina"
+
+#: ../../mod/follow.php:25
+msgid "Channel added."
+msgstr "S'ha afegit el canal."
+
+#: ../../mod/tagrm.php:44 ../../mod/tagrm.php:94
+msgid "Tag removed"
+msgstr "S'ha tret l'etiqueta"
+
+#: ../../mod/tagrm.php:119
+msgid "Remove Item Tag"
+msgstr "Elimina l'etiqueta d'element"
+
+#: ../../mod/tagrm.php:121
+msgid "Select a tag to remove: "
+msgstr "Tria l'etiqueta a eliminar:"
+
+#: ../../mod/tagrm.php:133 ../../mod/photos.php:887
+msgid "Remove"
+msgstr "Esborra"
+
+#: ../../mod/connect.php:56 ../../mod/connect.php:104
+msgid "Continue"
+msgstr "Continua"
+
+#: ../../mod/connect.php:85
+msgid "Premium Channel Setup"
+msgstr "Configuració de Canals Premium"
+
+#: ../../mod/connect.php:87
+msgid "Enable premium channel connection restrictions"
+msgstr "Habilita les restriccions de connexió del canal premium"
-#: ../../mod/item.php:861
+#: ../../mod/connect.php:88
msgid ""
-"Please contact the sender by replying to this post if you do not wish to "
-"receive these messages."
-msgstr "Si us plau, poseu-vos en contacte amb el remitent responent a aquest missatge si no voleu rebre aquests missatges."
+"Please enter your restrictions or conditions, such as paypal receipt, usage "
+"guidelines, etc."
+msgstr "Si us plau, introdueixi les restriccions o condicions, com ara el rebut de PayPal, les pautes d'ús, etc."
-#: ../../mod/item.php:863
+#: ../../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 "Aquest canal pot requerir passos addicionals o reconeixement de les següents condicions abans de connectar:"
+
+#: ../../mod/connect.php:91
+msgid ""
+"Potential connections will then see the following text before proceeding:"
+msgstr "Connexions potencials veuran el següent text abans de continuar:"
+
+#: ../../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 "En continuar, certifico que he complert amb totes les instruccions proporcionades en aquesta pàgina."
+
+#: ../../mod/connect.php:101
+msgid "(No specific instructions have been provided by the channel owner.)"
+msgstr "(No s'han proporcionat instruccions específiques pel propietari del canal.)"
+
+#: ../../mod/connect.php:109
+msgid "Restricted or Premium Channel"
+msgstr "Canal Restringit o Premium"
+
+#: ../../mod/thing.php:94
+msgid "Thing updated"
+msgstr "S'ha actualitzat la cosa"
+
+#: ../../mod/thing.php:153
+msgid "Object store: failed"
+msgstr "No s'ha pogut emmagatzemar l'objecte"
+
+#: ../../mod/thing.php:157
+msgid "Thing added"
+msgstr "S'ha afegit la cosa"
+
+#: ../../mod/thing.php:175
#, php-format
-msgid "%s posted an update."
-msgstr "%s ha publicat una actualització."
+msgid "OBJ: %1$s %2$s %3$s"
+msgstr "OBJ: %1$s %2$s %3$s"
-#: ../../mod/profile_photo.php:28
-msgid "Image uploaded but image cropping failed."
-msgstr "Imatge pujada però no es va poder retallar."
+#: ../../mod/thing.php:226
+msgid "Show Thing"
+msgstr "Mostra la cosa"
+
+#: ../../mod/thing.php:233
+msgid "item not found."
+msgstr "no s'ha trobat l'element."
+
+#: ../../mod/thing.php:261
+msgid "Edit Thing"
+msgstr "Edita la cosa"
+
+#: ../../mod/thing.php:263 ../../mod/thing.php:310
+msgid "Select a profile"
+msgstr "Tria un perfil"
+
+#: ../../mod/thing.php:267 ../../mod/thing.php:313
+msgid "Post an activity"
+msgstr "Publica una activitat"
+
+#: ../../mod/thing.php:267 ../../mod/thing.php:313
+msgid "Only sends to viewers of the applicable profile"
+msgstr "S'envia només a visitants del perfil corresponent"
-#: ../../mod/profile_photo.php:61 ../../mod/profile_photo.php:68
-#: ../../mod/profile_photo.php:75 ../../mod/profile_photo.php:258
+#: ../../mod/thing.php:269 ../../mod/thing.php:315
+msgid "Name of thing e.g. something"
+msgstr "Nom de la cosa. Exemple: patata"
+
+#: ../../mod/thing.php:271 ../../mod/thing.php:316
+msgid "URL of thing (optional)"
+msgstr "Adreça URL de la cosa (opcional)"
+
+#: ../../mod/thing.php:273 ../../mod/thing.php:317
+msgid "URL for photo of thing (optional)"
+msgstr "Adreça URL de la foto d'una cosa (opcional)"
+
+#: ../../mod/thing.php:308
+msgid "Add Thing to your Profile"
+msgstr "Afegeix una cosa al teu perfil"
+
+#: ../../mod/attach.php:9
+msgid "Item not available."
+msgstr "Article no disponible."
+
+#: ../../mod/probe.php:24 ../../mod/probe.php:30
#, php-format
-msgid "Image size reduction [%s] failed."
-msgstr "La reducció de la imatge [%s] va fracassar."
+msgid "Fetching URL returns error: %1$s"
+msgstr "URL sol·licitada retorna error: %1$s"
+
+#: ../../mod/profile_photo.php:108
+msgid "Image uploaded but image cropping failed."
+msgstr "S'ha pujat la imatge però no s'ha pogut retallar."
+
+#: ../../mod/profile_photo.php:162
+msgid "Image resize failed."
+msgstr "No s'ha pogut escalar la imatge."
-#: ../../mod/profile_photo.php:89
+#: ../../mod/profile_photo.php:206
msgid ""
"Shift-reload the page or clear browser cache if the new photo does not "
"display immediately."
-msgstr "Recarregui la pàgina o netegi la caché del navegador si la nova foto no apareix immediatament."
+msgstr "Refresca la memòria cau del navegador si la foto no s'actualitza immediatament. Dreceres: «Ctrl+F5» i «Ctrl+Maj+R»"
-#: ../../mod/profile_photo.php:99
-msgid "Unable to process image"
-msgstr "No es pot processar la imatge"
-
-#: ../../mod/profile_photo.php:113 ../../mod/wall_upload.php:56
+#: ../../mod/profile_photo.php:233
#, php-format
msgid "Image exceeds size limit of %d"
-msgstr "La imatge sobrepassa el límit de mida de %d"
+msgstr "La imatge excedeix la mida límit de %d"
+
+#: ../../mod/profile_photo.php:242
+msgid "Unable to process image."
+msgstr "Incapaç de processar l'imatge."
+
+#: ../../mod/profile_photo.php:291 ../../mod/profile_photo.php:340
+msgid "Photo not available."
+msgstr "Foto no disponible."
-#: ../../mod/profile_photo.php:203
+#: ../../mod/profile_photo.php:359
msgid "Upload File:"
-msgstr "Pujar arxiu:"
+msgstr "Puja Arxiu:"
-#: ../../mod/profile_photo.php:204
+#: ../../mod/profile_photo.php:360
+msgid "Select a profile:"
+msgstr "Tria un perfil:"
+
+#: ../../mod/profile_photo.php:361
msgid "Upload Profile Photo"
-msgstr "Pujar Foto del Perfil"
+msgstr "Puja una Foto pel Perfil"
-#: ../../mod/profile_photo.php:205
-msgid "Upload"
-msgstr "Pujar"
+#: ../../mod/profile_photo.php:366 ../../mod/settings.php:995
+msgid "or"
+msgstr "o"
-#: ../../mod/profile_photo.php:206
+#: ../../mod/profile_photo.php:366
msgid "skip this step"
-msgstr "saltar aquest pas"
+msgstr "salta aquest pas"
-#: ../../mod/profile_photo.php:206
+#: ../../mod/profile_photo.php:366
msgid "select a photo from your photo albums"
-msgstr "tria una foto dels teus àlbums"
+msgstr "tria una foto del teu àlbum de fotos"
-#: ../../mod/profile_photo.php:219
+#: ../../mod/profile_photo.php:382
msgid "Crop Image"
-msgstr "retallar imatge"
+msgstr "Retalla Imatge"
-#: ../../mod/profile_photo.php:220
+#: ../../mod/profile_photo.php:383
msgid "Please adjust the image cropping for optimum viewing."
-msgstr "Per favor, ajusta la retallada d'imatge per a una optima visualització."
+msgstr "Si us plau, retalla la imatge per a una optima visualització"
-#: ../../mod/profile_photo.php:221
+#: ../../mod/profile_photo.php:385
msgid "Done Editing"
msgstr "Edició Feta"
-#: ../../mod/profile_photo.php:249
+#: ../../mod/profile_photo.php:428
msgid "Image uploaded successfully."
-msgstr "Carregada de la imatge amb èxit."
+msgstr "Imatge pujada exitosament."
+
+#: ../../mod/profile_photo.php:430
+msgid "Image upload failed."
+msgstr "La pujada de la imatge va fracassar."
+
+#: ../../mod/profile_photo.php:439
+#, php-format
+msgid "Image size reduction [%s] failed."
+msgstr "La reducció de mida de la imatge [%s] va fracassar."
+
+#: ../../mod/block.php:27 ../../mod/page.php:36
+msgid "Invalid item."
+msgstr "Article invàlid."
+
+#: ../../mod/block.php:39 ../../mod/wall_upload.php:29 ../../mod/page.php:52
+msgid "Channel not found."
+msgstr "Canal no trobat."
+
+#: ../../mod/block.php:75 ../../mod/display.php:110 ../../mod/help.php:79
+#: ../../mod/page.php:89 ../../index.php:241
+msgid "Page not found."
+msgstr "Pàgina no trobada."
-#: ../../mod/hcard.php:10
-msgid "No profile"
-msgstr "Sense perfil"
+#: ../../mod/like.php:15
+msgid "Like/Dislike"
+msgstr "M'agrada / No m'agrada"
-#: ../../mod/removeme.php:45 ../../mod/removeme.php:48
-msgid "Remove My Account"
-msgstr "Eliminar el Meu Compte"
+#: ../../mod/like.php:20
+msgid "This action is restricted to members."
+msgstr "Aquesta acció està restringida als membres."
-#: ../../mod/removeme.php:46
+#: ../../mod/like.php:21
msgid ""
-"This will completely remove your account. Once this has been done it is not "
-"recoverable."
-msgstr "Això eliminarà per complet el seu compte. Quan s'hagi fet això, no serà recuperable."
+"Please <a href=\"rmagic\">login with your $Projectname ID</a> or <a "
+"href=\"register\">register as a new $Projectname member</a> to continue."
+msgstr "<a href=\"rmagic\">Entra amb la teva identitat $Projectname</a> o <a href=\"register\">registra't a $Projectname</a> per continuar."
-#: ../../mod/removeme.php:47
-msgid "Please enter your password for verification:"
-msgstr "Si us plau, introduïu la contrasenya per a la verificació:"
+#: ../../mod/like.php:101 ../../mod/like.php:128 ../../mod/like.php:166
+msgid "Invalid request."
+msgstr "Sol·licitud invàlida."
-#: ../../mod/message.php:23
-msgid "No recipient selected."
-msgstr "No s'ha seleccionat destinatari."
+#: ../../mod/like.php:143
+msgid "thing"
+msgstr "cosa"
-#: ../../mod/message.php:26
-msgid "Unable to locate contact information."
-msgstr "No es pot trobar informació de contacte."
+#: ../../mod/like.php:189
+msgid "Channel unavailable."
+msgstr "El canal està inactiu."
-#: ../../mod/message.php:29
-msgid "Message could not be sent."
-msgstr "El Missatge no ha estat enviat."
+#: ../../mod/like.php:228
+msgid "Previous action reversed."
+msgstr "S'ha desfet l'acció anterior."
-#: ../../mod/message.php:32
-msgid "Message collection failure."
-msgstr "Ha fallat la recollida del missatge."
+#: ../../mod/like.php:398
+#, php-format
+msgid "%1$s agrees with %2$s's %3$s"
+msgstr "%1$s està d'acord amb %3$s de %2$s"
-#: ../../mod/message.php:35
-msgid "Message sent."
-msgstr "Missatge enviat."
+#: ../../mod/like.php:400
+#, php-format
+msgid "%1$s doesn't agree with %2$s's %3$s"
+msgstr "%1$s no està d'acord amb %3$s de %2$s"
-#: ../../mod/message.php:55
-msgid "Inbox"
-msgstr "Safata d'entrada"
+#: ../../mod/like.php:402
+#, php-format
+msgid "%1$s abstains from a decision on %2$s's %3$s"
+msgstr "%1$s s'abstén en %3$s de %2$s"
-#: ../../mod/message.php:60
-msgid "Outbox"
-msgstr "Safata de sortida"
+#: ../../mod/like.php:404
+#, php-format
+msgid "%1$s is attending %2$s's %3$s"
+msgstr "%1$s assistirà a %3$s de %2$s"
-#: ../../mod/message.php:65
-msgid "New Message"
-msgstr "Nou Missatge"
+#: ../../mod/like.php:406
+#, php-format
+msgid "%1$s is not attending %2$s's %3$s"
+msgstr "%1$s no assistirà a %3$s de %2$s"
-#: ../../mod/message.php:91
-msgid "Message deleted."
-msgstr "Missatge eliminat."
+#: ../../mod/like.php:408
+#, php-format
+msgid "%1$s may attend %2$s's %3$s"
+msgstr "%1$s potser assistirà a %3$s de %2$s"
-#: ../../mod/message.php:121
-msgid "Conversation removed."
-msgstr "Conversació esborrada."
+#: ../../mod/like.php:492
+msgid "Action completed."
+msgstr "S'ha completat l'acció."
-#: ../../mod/message.php:137 ../../include/conversation.php:887
-msgid "Please enter a link URL:"
-msgstr "Sius plau, entri l'enllaç URL:"
+#: ../../mod/like.php:493
+msgid "Thank you."
+msgstr "Gràcies."
-#: ../../mod/message.php:145
-msgid "Send Private Message"
-msgstr "Enviant Missatge Privat"
+#: ../../mod/events.php:21
+msgid "Calendar entries imported."
+msgstr "Entrades de Calendari importades."
-#: ../../mod/message.php:146 ../../mod/message.php:287
-msgid "To:"
-msgstr "Per a:"
+#: ../../mod/events.php:23
+msgid "No calendar entries found."
+msgstr "No es troben entrades decalendari."
-#: ../../mod/message.php:147 ../../mod/message.php:288
-msgid "Subject:"
-msgstr "Assumpte::"
+#: ../../mod/events.php:101
+msgid "Event can not end before it has started."
+msgstr "L'esdeveniment ha de començar abans d'acabar."
-#: ../../mod/message.php:150 ../../mod/message.php:291
-#: ../../mod/invite.php:101
-msgid "Your message:"
-msgstr "El teu missatge:"
+#: ../../mod/events.php:103 ../../mod/events.php:112 ../../mod/events.php:130
+msgid "Unable to generate preview."
+msgstr "No s'ha pogut generar la vista prèvia."
-#: ../../mod/message.php:188
-msgid "No messages."
-msgstr "Sense missatges."
+#: ../../mod/events.php:110
+msgid "Event title and start time are required."
+msgstr "Cal indicar l'inici i el final de l'esdeveniment."
-#: ../../mod/message.php:201
-msgid "Delete conversation"
-msgstr "Esborrar conversació"
+#: ../../mod/events.php:128
+msgid "Event not found."
+msgstr "No s'ha trobat l'esdeveniment."
-#: ../../mod/message.php:204
-msgid "D, d M Y - g:i A"
-msgstr "D, d M Y - g:i A"
+#: ../../mod/events.php:409
+msgid "l, F j"
+msgstr "l, F j"
-#: ../../mod/message.php:239
-msgid "Message not available."
-msgstr "Missatge no disponible."
+#: ../../mod/events.php:431
+msgid "Edit event"
+msgstr "Edita l'esdeveniment"
-#: ../../mod/message.php:276
-msgid "Delete message"
-msgstr "Esborra missatge"
+#: ../../mod/events.php:432
+msgid "Delete event"
+msgstr "Esborra l'esdeveniment"
-#: ../../mod/message.php:286
-msgid "Send Reply"
-msgstr "Enviar Resposta"
+#: ../../mod/events.php:466
+msgid "calendar"
+msgstr "calendari"
-#: ../../mod/allfriends.php:34
-#, php-format
-msgid "Friends of %s"
-msgstr "Amics de %s"
+#: ../../mod/events.php:487
+msgid "Create New Event"
+msgstr "Crea un esdeveniment nou"
-#: ../../mod/allfriends.php:40
-msgid "No friends to display."
-msgstr "No hi ha amics que mostrar"
+#: ../../mod/events.php:488 ../../mod/photos.php:839
+msgid "Previous"
+msgstr "Anterior"
-#: ../../mod/admin.php:71 ../../mod/admin.php:312
-msgid "Site"
-msgstr "Lloc"
+#: ../../mod/events.php:489 ../../mod/photos.php:848 ../../mod/setup.php:281
+msgid "Next"
+msgstr "Pròxim"
-#: ../../mod/admin.php:72 ../../mod/admin.php:480 ../../mod/admin.php:492
-msgid "Users"
-msgstr "Usuaris"
+#: ../../mod/events.php:490
+msgid "Export"
+msgstr "Exporta"
-#: ../../mod/admin.php:73 ../../mod/admin.php:569 ../../mod/admin.php:608
-msgid "Plugins"
-msgstr "Plugins"
+#: ../../mod/events.php:493
+msgid "Import"
+msgstr "Importar"
-#: ../../mod/admin.php:74 ../../mod/admin.php:742 ../../mod/admin.php:775
-msgid "Themes"
-msgstr "Temes"
+#: ../../mod/events.php:518
+msgid "Event removed"
+msgstr "S'ha eliminat l'esdeveniment"
-#: ../../mod/admin.php:89 ../../mod/admin.php:855
-msgid "Logs"
-msgstr "Transcripcions"
+#: ../../mod/events.php:521
+msgid "Failed to remove event"
+msgstr "No s'ha pogut esborrar l'esdeveniment"
-#: ../../mod/admin.php:94
-msgid "User registrations waiting for confirmation"
-msgstr "Registre d'usuari a l'espera de confirmació"
+#: ../../mod/events.php:641
+msgid "Event details"
+msgstr "Detalls de l'esdeveniment"
-#: ../../mod/admin.php:161 ../../mod/admin.php:311 ../../mod/admin.php:479
-#: ../../mod/admin.php:568 ../../mod/admin.php:607 ../../mod/admin.php:741
-#: ../../mod/admin.php:774 ../../mod/admin.php:854
-msgid "Administration"
-msgstr "Administració"
+#: ../../mod/events.php:642
+msgid "Starting date and Title are required."
+msgstr "La data d'inici i el títol són obligatoris."
-#: ../../mod/admin.php:162
-msgid "Summary"
-msgstr "Sumari"
+#: ../../mod/events.php:644
+msgid "Categories (comma-separated list)"
+msgstr "Categories (llista separada per comes)"
-#: ../../mod/admin.php:163
-msgid "Registered users"
-msgstr "Usuaris registrats"
+#: ../../mod/events.php:646
+msgid "Event Starts:"
+msgstr "Inici:"
-#: ../../mod/admin.php:165
-msgid "Pending registrations"
-msgstr "Registres d'usuari pendents"
+#: ../../mod/events.php:653
+msgid "Finish date/time is not known or not relevant"
+msgstr "La data i hora de final no és coneguda o irrellevant"
-#: ../../mod/admin.php:166
-msgid "Version"
-msgstr "Versió"
+#: ../../mod/events.php:655
+msgid "Event Finishes:"
+msgstr "Final:"
-#: ../../mod/admin.php:168
-msgid "Active plugins"
-msgstr "Plugins actius"
+#: ../../mod/events.php:657 ../../mod/events.php:658
+msgid "Adjust for viewer timezone"
+msgstr "Ajusta a la zona horària del visitant."
-#: ../../mod/admin.php:260
-msgid "Site settings updated."
-msgstr "Ajustos del lloc actualitzats."
+#: ../../mod/events.php:657
+msgid ""
+"Important for events that happen in a particular place. Not practical for "
+"global holidays."
+msgstr "És important per esdeveniments locals, però pels globals no és pràctic."
-#: ../../mod/admin.php:304
-msgid "Closed"
-msgstr "Tancat"
+#: ../../mod/events.php:663
+msgid "Title:"
+msgstr "Títol:"
-#: ../../mod/admin.php:305
-msgid "Requires approval"
-msgstr "Requereix aprovació"
+#: ../../mod/events.php:665
+msgid "Share this event"
+msgstr "Comparteix aquest esdeveniment"
-#: ../../mod/admin.php:306
-msgid "Open"
-msgstr "Obert"
+#: ../../mod/subthread.php:103
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
+msgstr "%1$s esta seguint %2$s de %3$s"
-#: ../../mod/admin.php:315
-msgid "File upload"
-msgstr "Fitxer carregat"
+#: ../../mod/pubsites.php:16
+msgid "Public Sites"
+msgstr "Llocs públics"
-#: ../../mod/admin.php:316
-msgid "Policies"
-msgstr "Polítiques"
+#: ../../mod/pubsites.php:19
+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 "Els llocs llistats permeten registrar usuaris de la xarxa $Projectname. Com que tots els llocs estan enllaçats entre ells, la identitat és vàlida a tota la xarxa. Alguns llocs poden demanar subscripció o oferir serveis addicional de pagament. Per a més detalls, proveu de seguir els enllaços dels proveïdors."
+
+#: ../../mod/pubsites.php:25
+msgid "Rate this hub"
+msgstr "Valora aquest hub"
+
+#: ../../mod/pubsites.php:26
+msgid "Site URL"
+msgstr "Adreça URL del web"
+
+#: ../../mod/pubsites.php:26
+msgid "Access Type"
+msgstr "Tipus d'accés"
+
+#: ../../mod/pubsites.php:26
+msgid "Registration Policy"
+msgstr "Condicions de registre"
+
+#: ../../mod/pubsites.php:26 ../../mod/profiles.php:454
+msgid "Location"
+msgstr "Localització"
+
+#: ../../mod/pubsites.php:26
+msgid "View hub ratings"
+msgstr "Mostra la valoració del hub"
+
+#: ../../mod/pubsites.php:30
+msgid "Rate"
+msgstr "Puntua"
+
+#: ../../mod/pubsites.php:31
+msgid "View ratings"
+msgstr "Mostra les valoracions"
+
+#: ../../mod/rpost.php:131 ../../mod/editpost.php:158
+msgid "Edit post"
+msgstr "Modifica l'entrada"
-#: ../../mod/admin.php:317
-msgid "Advanced"
-msgstr "Avançat"
+#: ../../mod/dav.php:121
+msgid "$Projectname channel"
+msgstr "Canal de $Projectname"
-#: ../../mod/admin.php:321 ../../addon/statusnet/statusnet.php:523
-msgid "Site name"
-msgstr "Nom del lloc"
+#: ../../mod/group.php:20
+msgid "Collection created."
+msgstr "Creada una col·lecció"
-#: ../../mod/admin.php:322
-msgid "Banner/Logo"
-msgstr "Senyera/Logo"
+#: ../../mod/group.php:26
+msgid "Could not create collection."
+msgstr "No puc crear la col·lecció."
-#: ../../mod/admin.php:323
-msgid "System language"
-msgstr "Idioma del Systema"
+#: ../../mod/group.php:54
+msgid "Collection updated."
+msgstr "Col·lecció actualitzada."
-#: ../../mod/admin.php:324
-msgid "System theme"
-msgstr "Tema del sistema"
+#: ../../mod/group.php:86
+msgid "Create a collection of channels."
+msgstr "Creada una col·lecció de canals."
-#: ../../mod/admin.php:324
-msgid "Default system theme - may be over-ridden by user profiles"
-msgstr "Tema per defecte del sitema - pot ser canviat als perfils dels usuaris"
+#: ../../mod/group.php:87 ../../mod/group.php:183
+msgid "Collection Name: "
+msgstr "Nom de la Col·lecció:"
-#: ../../mod/admin.php:326
-msgid "Maximum image size"
-msgstr "Mida màxima de les imatges"
+#: ../../mod/group.php:89 ../../mod/group.php:186
+msgid "Members are visible to other channels"
+msgstr "Els membres son visibles en altres canals"
-#: ../../mod/admin.php:326
-msgid ""
-"Maximum size in bytes of uploaded images. Default is 0, which means no "
-"limits."
-msgstr "Mida màxima en bytes de les imatges a pujar. Per defecte es 0, que vol dir sense límits."
+#: ../../mod/group.php:107
+msgid "Collection removed."
+msgstr "Col·lecció esborrada."
-#: ../../mod/admin.php:328
-msgid "Register policy"
-msgstr "Política per a registrar"
+#: ../../mod/group.php:109
+msgid "Unable to remove collection."
+msgstr "Incapaç d'esborrar la col·lecció."
-#: ../../mod/admin.php:329
-msgid "Register text"
-msgstr "Text al registrar"
+#: ../../mod/group.php:182
+msgid "Collection Editor"
+msgstr "Editor de Col·leccions"
-#: ../../mod/admin.php:329
-msgid "Will be displayed prominently on the registration page."
-msgstr "Sea mostrat de forma peminent a la pagina durant el procés de registre."
+#: ../../mod/group.php:196 ../../mod/bulksetclose.php:89
+msgid "Members"
+msgstr "Membres"
-#: ../../mod/admin.php:330
-msgid "Accounts abandoned after x days"
-msgstr "Comptes abandonats després de x dies"
+#: ../../mod/group.php:198 ../../mod/bulksetclose.php:91
+msgid "All Connected Channels"
+msgstr "Tots els Canals Connectats"
-#: ../../mod/admin.php:330
-msgid ""
-"Will not waste system resources polling external sites for abandoned "
-"accounts. Enter 0 for no time limit."
-msgstr "No gastará recursos del sistema creant enquestes des de llocs externos per a comptes abandonats. Introdueixi 0 per a cap límit temporal."
+#: ../../mod/group.php:233 ../../mod/bulksetclose.php:126
+msgid "Click on a channel to add or remove."
+msgstr "Clic sobre el canal per afegir o esborrar."
-#: ../../mod/admin.php:331
-msgid "Allowed friend domains"
-msgstr "Dominis amics permesos"
+#: ../../mod/siteinfo.php:112
+#, php-format
+msgid "Version %s"
+msgstr "Versió %s"
-#: ../../mod/admin.php:331
-msgid ""
-"Comma separated list of domains which are allowed to establish friendships "
-"with this site. Wildcards are accepted. Empty to allow any domains"
-msgstr "Llista de dominis separada per comes, de adreçes de correu que són permeses per establir amistats. S'admeten comodins. Deixa'l buit per a acceptar tots els dominis."
+#: ../../mod/siteinfo.php:133
+msgid "Installed plugins/addons/apps:"
+msgstr "Plugins/addons/apps Instal·lats:"
-#: ../../mod/admin.php:332
-msgid "Allowed email domains"
-msgstr "Dominis de correu permesos"
+#: ../../mod/siteinfo.php:146
+msgid "No installed plugins/addons/apps"
+msgstr "Plugins/addons/apps no instal·lats"
-#: ../../mod/admin.php:332
+#: ../../mod/siteinfo.php:155 ../../mod/home.php:58 ../../mod/home.php:64
+msgid "$Projectname"
+msgstr "$Projectname"
+
+#: ../../mod/siteinfo.php:156
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 "Llista de dominis separada per comes, de adreçes de correu que són permeses per registrtar-se. S'admeten comodins. Deixa'l buit per a acceptar tots els dominis."
+"This is a hub of $Projectname - a global cooperative network of "
+"decentralized privacy enhanced websites."
+msgstr "Aquest és un hub de $Projectname, una xarxa cooperativa mundial de llocs web descentralitzats amb gran control de la privacitat."
-#: ../../mod/admin.php:333
-msgid "Block public"
-msgstr "Bloqueig públic"
+#: ../../mod/siteinfo.php:158
+msgid "Tag: "
+msgstr "Etiqueta:"
-#: ../../mod/admin.php:333
-msgid ""
-"Check to block public access to all otherwise public personal pages on this "
-"site unless you are currently logged in."
-msgstr "Bloqueija l'accés públic a qualsevol pàgina del lloc fins que t'hagis identificat."
+#: ../../mod/siteinfo.php:160
+msgid "Last background fetch: "
+msgstr "Última actualització en rerefons:"
-#: ../../mod/admin.php:334
-msgid "Force publish"
-msgstr "Forçar publicació"
+#: ../../mod/siteinfo.php:163
+msgid "Running at web location"
+msgstr "Correguent en el lloc web"
-#: ../../mod/admin.php:334
+#: ../../mod/siteinfo.php:164
msgid ""
-"Check to force all profiles on this site to be listed in the site directory."
-msgstr "Obliga a que tots el perfils en aquest lloc siguin mostrats en el directori del lloc."
+"Please visit <a href=\"https://redmatrix.me\">redmatrix.me</a> to learn more"
+" about $Projectname."
+msgstr "Ves a <a href=\"https://redmatrix.me\">redmatrix.me</a> per saber-ne més sobre $Projectname."
-#: ../../mod/admin.php:335
-msgid "Global directory update URL"
-msgstr "Actualitzar URL del directori global"
+#: ../../mod/siteinfo.php:165
+msgid "Bug reports and issues: please visit"
+msgstr "Per informar d'errors o problemes ves a"
-#: ../../mod/admin.php:335
+#: ../../mod/siteinfo.php:167
+msgid "$projectname issues"
+msgstr "$projectname emisions"
+
+#: ../../mod/siteinfo.php:168
msgid ""
-"URL to update the global directory. If this is not set, the global directory"
-" is completely unavailable to the application."
-msgstr "URL per actualitzar el directori global. Si no es configura, el directori global serà completament inaccesible per a l'aplicació. "
+"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot "
+"com"
+msgstr "Per suggerències, felicitacions i altres, envia'ns un mail a «redmatrix» [arroba] librelist [punt] com"
-#: ../../mod/admin.php:337
-msgid "Block multiple registrations"
-msgstr "Bloquejar multiples registracions"
+#: ../../mod/siteinfo.php:170
+msgid "Site Administrators"
+msgstr "Administradors del lloc"
-#: ../../mod/admin.php:337
-msgid "Disallow users to register additional accounts for use as pages."
-msgstr "Inhabilita als usuaris el crear comptes adicionals per a usar com a pàgines."
+#: ../../mod/item.php:174
+msgid "Unable to locate original post."
+msgstr "No s'ha pogut trobar l'entrada original."
-#: ../../mod/admin.php:338
-msgid "OpenID support"
-msgstr "Suport per a OpenID"
+#: ../../mod/item.php:440
+msgid "Empty post discarded."
+msgstr "S'ha descartat l'entrada perquè no té contingut."
-#: ../../mod/admin.php:338
-msgid "OpenID support for registration and logins."
-msgstr "Suport per a registre i validació a OpenID."
+#: ../../mod/item.php:480
+msgid "Executable content type not permitted to this channel."
+msgstr "No està permès el contingut de tipus executable en aquest canal."
-#: ../../mod/admin.php:339
-msgid "Gravatar support"
-msgstr "Suport per a gravatar"
+#: ../../mod/item.php:901
+msgid "System error. Post not saved."
+msgstr "Hi ha hagut un error del sistema. L'entrada no s'ha desat."
-#: ../../mod/admin.php:339
-msgid "Search new user's photo on Gravatar."
-msgstr "Cerca la nova foto d'usuari a Gravatar."
+#: ../../mod/item.php:1119
+msgid "Unable to obtain post information from database."
+msgstr "No s'ha pogut obtenir informació de l'entrada a la base de dades."
-#: ../../mod/admin.php:340
-msgid "Fullname check"
-msgstr "Comprobació de nom complet"
+#: ../../mod/item.php:1126
+#, php-format
+msgid "You have reached your limit of %1$.0f top level posts."
+msgstr "Has assolit el teu límit de %1$.0f entrades (descomptant comentaris)."
-#: ../../mod/admin.php:340
-msgid ""
-"Force users to register with a space between firstname and lastname in Full "
-"name, as an antispam measure"
-msgstr "Obliga els usuaris a col·locar un espai en blanc entre nom i cognoms, com a mesura antifemater"
+#: ../../mod/item.php:1133
+#, php-format
+msgid "You have reached your limit of %1$.0f webpages."
+msgstr "Has assolit el teu limit de %1$.0f pàgines web."
-#: ../../mod/admin.php:341
-msgid "UTF-8 Regular expressions"
-msgstr "expresions regulars UTF-8"
+#: ../../mod/network.php:91
+msgid "No such group"
+msgstr "No existeix el grup"
-#: ../../mod/admin.php:341
-msgid "Use PHP UTF8 regular expressions"
-msgstr "Empri expresions regulars de PHP amb format UTF8"
+#: ../../mod/network.php:129
+msgid "No such channel"
+msgstr "No existeix el canal"
-#: ../../mod/admin.php:342
-msgid "Show Community Page"
-msgstr "Mostra la Pàgina de Comunitat"
+#: ../../mod/network.php:143
+msgid "Search Results For:"
+msgstr "Cerca resultats per:"
-#: ../../mod/admin.php:342
-msgid ""
-"Display a Community page showing all recent public postings on this site."
-msgstr "Mostra a la pàgina de comunitat tots els missatges públics recents, d'aquest lloc."
+#: ../../mod/network.php:198
+msgid "Collection is empty"
+msgstr "La coŀlecció és buida"
-#: ../../mod/admin.php:343
-msgid "Enable OStatus support"
-msgstr "Activa el suport per a OStatus"
+#: ../../mod/network.php:207
+msgid "Collection: "
+msgstr "Coŀlecció:"
-#: ../../mod/admin.php:343
-msgid ""
-"Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All "
-"communications in OStatus are public, so privacy warnings will be "
-"occasionally displayed."
-msgstr "Proveeix de compatibilitat integrada amb OStatus (identi.ca, status.net, etc). Totes les comunicacions a OStatus són públiques amb el que ocasionalment pots veure advertències."
+#: ../../mod/network.php:226
+msgid "Connection: "
+msgstr "Connexió:"
-#: ../../mod/admin.php:344
-msgid "Enable Diaspora support"
-msgstr "Habilitar suport per Diaspora"
+#: ../../mod/network.php:233
+msgid "Invalid connection."
+msgstr "La connexió és invàlida."
-#: ../../mod/admin.php:344
-msgid "Provide built-in Diaspora network compatibility."
-msgstr "Proveeix compatibilitat integrada amb la xarxa Diaspora"
+#: ../../mod/common.php:10
+msgid "No channel."
+msgstr "No s'ha trobat el canal"
-#: ../../mod/admin.php:345
-msgid "Only allow Friendica contacts"
-msgstr "Només permetre contactes de Friendica"
+#: ../../mod/common.php:39
+msgid "Common connections"
+msgstr "Connexions en comú"
-#: ../../mod/admin.php:345
-msgid ""
-"All contacts must use Friendica protocols. All other built-in communication "
-"protocols disabled."
-msgstr "Tots els contactes "
+#: ../../mod/common.php:44
+msgid "No connections in common."
+msgstr "No hi ha connexions en comú."
-#: ../../mod/admin.php:346
-msgid "Verify SSL"
-msgstr "Verificar SSL"
+#: ../../mod/regdir.php:45 ../../mod/dirsearch.php:21
+msgid "This site is not a directory server"
+msgstr "Aquest lloc web no és un servidor de directori"
-#: ../../mod/admin.php:346
-msgid ""
-"If you wish, you can turn on strict certificate checking. This will mean you"
-" cannot connect (at all) to self-signed SSL sites."
-msgstr "Si ho vols, pots comprovar el certificat estrictament. Això farà que no puguis connectar (de cap manera) amb llocs amb certificats SSL autosignats."
+#: ../../mod/connections.php:37 ../../mod/connedit.php:75
+msgid "Could not access contact record."
+msgstr "No s'ha pogut accedir al llibre de contactes."
-#: ../../mod/admin.php:347
-msgid "Proxy user"
-msgstr "proxy d'usuari"
+#: ../../mod/connections.php:51 ../../mod/connedit.php:99
+msgid "Could not locate selected profile."
+msgstr "No s'ha trobat el perfil indicat."
-#: ../../mod/admin.php:348
-msgid "Proxy URL"
-msgstr "URL del proxy"
+#: ../../mod/connections.php:94 ../../mod/connedit.php:219
+msgid "Connection updated."
+msgstr "S'ha actualitzat la connexió."
-#: ../../mod/admin.php:349
-msgid "Network timeout"
-msgstr "Temps excedit a la xarxa"
+#: ../../mod/connections.php:96 ../../mod/connedit.php:221
+msgid "Failed to update connection record."
+msgstr "No s'ha pogut actualitzar el registre de connexió."
-#: ../../mod/admin.php:349
-msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
-msgstr "Valor en segons. Canviat a 0 es sense límits (no recomenat)"
+#: ../../mod/connections.php:192 ../../mod/connections.php:293
+msgid "Blocked"
+msgstr "Bloquejades"
+
+#: ../../mod/connections.php:197 ../../mod/connections.php:300
+msgid "Ignored"
+msgstr "Ignorades"
+
+#: ../../mod/connections.php:202 ../../mod/connections.php:314
+msgid "Hidden"
+msgstr "Amagades"
+
+#: ../../mod/connections.php:207 ../../mod/connections.php:307
+msgid "Archived"
+msgstr "Arxivades"
+
+#: ../../mod/connections.php:271
+msgid "Suggest new connections"
+msgstr "Suggereix noves connexions"
+
+#: ../../mod/connections.php:274
+msgid "New Connections"
+msgstr "Noves Connexions"
+
+#: ../../mod/connections.php:277
+msgid "Show pending (new) connections"
+msgstr "Mostra les connexions pendents (noves)"
+
+#: ../../mod/connections.php:280 ../../mod/profperm.php:139
+msgid "All Connections"
+msgstr "Totes les Connexions"
+
+#: ../../mod/connections.php:283
+msgid "Show all connections"
+msgstr "Mostra totes les connexions"
-#: ../../mod/admin.php:370
+#: ../../mod/connections.php:286
+msgid "Unblocked"
+msgstr "No bloquejades"
+
+#: ../../mod/connections.php:289
+msgid "Only show unblocked connections"
+msgstr "Mostra només les connexions no bloquejades"
+
+#: ../../mod/connections.php:296
+msgid "Only show blocked connections"
+msgstr "Mostra només les connexions bloquejades"
+
+#: ../../mod/connections.php:303
+msgid "Only show ignored connections"
+msgstr "Mostra només les connexions ignorades"
+
+#: ../../mod/connections.php:310
+msgid "Only show archived connections"
+msgstr "Mostra només les connexions arxivades"
+
+#: ../../mod/connections.php:317
+msgid "Only show hidden connections"
+msgstr "Mostra només les connexions amagades"
+
+#: ../../mod/connections.php:372
#, php-format
-msgid "%s user blocked/unblocked"
-msgid_plural "%s users blocked/unblocked"
-msgstr[0] "%s usuari bloquejar/desbloquejar"
-msgstr[1] "%s usuaris bloquejar/desbloquejar"
+msgid "%1$s [%2$s]"
+msgstr "%1$s [%2$s]"
+
+#: ../../mod/connections.php:373
+msgid "Edit connection"
+msgstr "Modifica la connexió"
+
+#: ../../mod/connections.php:411
+msgid "Search your connections"
+msgstr "Cerca entre les teves connexions"
+
+#: ../../mod/connections.php:412
+msgid "Finding: "
+msgstr "Cercant:"
+
+#: ../../mod/blocks.php:95 ../../mod/blocks.php:148
+msgid "Block Name"
+msgstr "Nom del Bloc"
+
+#: ../../mod/blocks.php:149
+msgid "Block Title"
+msgstr "Títol del bloc"
+
+#: ../../mod/editpost.php:20 ../../mod/editlayout.php:76
+#: ../../mod/editwebpage.php:77 ../../mod/editblock.php:78
+#: ../../mod/editblock.php:94
+msgid "Item not found"
+msgstr "No s'ha trobat l'element"
+
+#: ../../mod/editpost.php:31
+msgid "Item is not editable"
+msgstr "Article no editable"
+
+#: ../../mod/editpost.php:48
+msgid "Delete item?"
+msgstr "Esborrar ítem"
+
+#: ../../mod/editpost.php:115 ../../mod/editlayout.php:142
+#: ../../mod/editwebpage.php:187 ../../mod/editblock.php:144
+msgid "Insert YouTube video"
+msgstr "insereix video YouTube"
+
+#: ../../mod/editpost.php:116 ../../mod/editlayout.php:143
+#: ../../mod/editwebpage.php:188 ../../mod/editblock.php:145
+msgid "Insert Vorbis [.ogg] video"
+msgstr "Insereix video Vorbis [.ogg]"
+
+#: ../../mod/editpost.php:117 ../../mod/editlayout.php:144
+#: ../../mod/editwebpage.php:189 ../../mod/editblock.php:146
+msgid "Insert Vorbis [.ogg] audio"
+msgstr "Insereix audio Vorbis [.ogg]"
+
+#: ../../mod/cloud.php:120
+msgid "$Projectname - Guests: Username: {your email address}, Password: +++"
+msgstr "$Projectname - Convidats: Nom d'usuari: {el teu correu electrònic}, Contrasenya: +++"
+
+#: ../../mod/photos.php:78
+msgid "Page owner information could not be retrieved."
+msgstr "La informació del propietari de la pàgina no va poder ser recuperada"
+
+#: ../../mod/photos.php:98
+msgid "Album not found."
+msgstr "Àlbum no trobat"
+
+#: ../../mod/photos.php:120 ../../mod/photos.php:655
+msgid "Delete Album"
+msgstr "Esborra Àlbum"
+
+#: ../../mod/photos.php:160 ../../mod/photos.php:942
+msgid "Delete Photo"
+msgstr "Esborra Foto"
-#: ../../mod/admin.php:377
+#: ../../mod/photos.php:452
+msgid "No photos selected"
+msgstr "No has seleccionat fotos"
+
+#: ../../mod/photos.php:496
+msgid "Access to this item is restricted."
+msgstr "L'accés a aquest element esta restringit."
+
+#: ../../mod/photos.php:535
#, php-format
-msgid "%s user deleted"
-msgid_plural "%s users deleted"
-msgstr[0] "%s usuari esborrat"
-msgstr[1] "%s usuaris esborrats"
+msgid "%1$.2f MB of %2$.2f MB photo storage used."
+msgstr "S'estan fent servir %1$.2f MB de %2$.2f MB de l'espai per a imatges."
-#: ../../mod/admin.php:411
+#: ../../mod/photos.php:538
#, php-format
-msgid "User '%s' deleted"
-msgstr "Usuari %s' esborrat"
+msgid "%1$.2f MB photo storage used."
+msgstr "S'estan fent servir %1$.2f MB de l'espai per a imatges."
+
+#: ../../mod/photos.php:562
+msgid "Upload Photos"
+msgstr "Puja imatges"
+
+#: ../../mod/photos.php:566 ../../mod/photos.php:648 ../../mod/photos.php:927
+msgid "Enter a new album name"
+msgstr "Escriu el nom del nou àlbum"
+
+#: ../../mod/photos.php:567 ../../mod/photos.php:649 ../../mod/photos.php:928
+msgid "or select an existing one (doubleclick)"
+msgstr "o bé fes doble clic a un d'existent"
+
+#: ../../mod/photos.php:568
+msgid "Create a status post for this upload"
+msgstr "Genera una entrada a partir de la pujada"
+
+#: ../../mod/photos.php:596
+msgid "Album name could not be decoded"
+msgstr "No s'ha pogut descodificar el nom de l'àlbum"
+
+#: ../../mod/photos.php:637 ../../mod/photos.php:1169
+#: ../../mod/photos.php:1185
+msgid "Contact Photos"
+msgstr "Imatges de contactes"
+
+#: ../../mod/photos.php:661
+msgid "Show Newest First"
+msgstr "Ordena de més nou a més antic"
+
+#: ../../mod/photos.php:663
+msgid "Show Oldest First"
+msgstr "Ordena de més antic a més nou"
+
+#: ../../mod/photos.php:687 ../../mod/photos.php:1217
+msgid "View Photo"
+msgstr "Mostra la imatge"
+
+#: ../../mod/photos.php:716
+msgid "Edit Album"
+msgstr "Modifica l'àlbum"
+
+#: ../../mod/photos.php:761
+msgid "Permission denied. Access to this item may be restricted."
+msgstr "S'ha denegat el permís. Pot ser que l'accés estigui restringit."
+
+#: ../../mod/photos.php:763
+msgid "Photo not available"
+msgstr "La imatge no està disponible"
+
+#: ../../mod/photos.php:821
+msgid "Use as profile photo"
+msgstr "Fes-la imatge de perfil"
+
+#: ../../mod/photos.php:828
+msgid "Private Photo"
+msgstr "Imatge privada"
+
+#: ../../mod/photos.php:843
+msgid "View Full Size"
+msgstr "Mostra a mida completa"
+
+#: ../../mod/photos.php:921
+msgid "Edit photo"
+msgstr "Modifica la imatge"
+
+#: ../../mod/photos.php:923
+msgid "Rotate CW (right)"
+msgstr "Tomba cap a la dreta"
+
+#: ../../mod/photos.php:924
+msgid "Rotate CCW (left)"
+msgstr "Tomba cap a l'esquerra"
+
+#: ../../mod/photos.php:931
+msgid "Caption"
+msgstr "Llegenda"
+
+#: ../../mod/photos.php:933
+msgid "Add a Tag"
+msgstr "Afegeix una etiqueta"
+
+#: ../../mod/photos.php:937
+msgid "Example: @bob, @Barbara_Jensen, @jim@example.com"
+msgstr "Exemple: @joan, @Paula_Peris, @mar@exemple.org"
+
+#: ../../mod/photos.php:940
+msgid "Flag as adult in album view"
+msgstr "Marca com a contingut adult"
+
+#: ../../mod/photos.php:1132
+msgid "In This Photo:"
+msgstr "Hi apareixen:"
+
+#: ../../mod/photos.php:1137
+msgid "Map"
+msgstr "Mapa"
-#: ../../mod/admin.php:418
+#: ../../mod/photos.php:1223
+msgid "View Album"
+msgstr "Mostra'n l'àlbum"
+
+#: ../../mod/photos.php:1246
+msgid "Recent Photos"
+msgstr "Imatges recents"
+
+#: ../../mod/search.php:206
#, php-format
-msgid "User '%s' unblocked"
-msgstr "Usuari %s' desbloquejat"
+msgid "Items tagged with: %s"
+msgstr "Elements etiquetats amb: %s"
-#: ../../mod/admin.php:418
+#: ../../mod/search.php:208
#, php-format
-msgid "User '%s' blocked"
-msgstr "L'usuari '%s' és bloquejat"
+msgid "Search results for: %s"
+msgstr "Resultats de cerca per: %s"
-#: ../../mod/admin.php:482
-msgid "select all"
-msgstr "Seleccionar tot"
+#: ../../mod/match.php:22
+msgid "Profile Match"
+msgstr "Perfils compatibles"
-#: ../../mod/admin.php:483
-msgid "User registrations waiting for confirm"
-msgstr "Registre d'usuari esperant confirmació"
+#: ../../mod/match.php:31
+msgid "No keywords to match. Please add keywords to your default profile."
+msgstr "No tens paraules clau al perfil principal per poder cercar perfils semblants."
-#: ../../mod/admin.php:484
-msgid "Request date"
-msgstr "Data de sol·licitud"
+#: ../../mod/match.php:63
+msgid "is interested in:"
+msgstr "té interès en:"
-#: ../../mod/admin.php:484 ../../mod/admin.php:493
-#: ../../include/contact_selectors.php:79
-msgid "Email"
-msgstr "Correu"
+#: ../../mod/match.php:70
+msgid "No matches"
+msgstr "No s'han trobat perfils compatibles"
-#: ../../mod/admin.php:485
-msgid "No registrations."
-msgstr "Sense registres."
+#: ../../mod/chatsvc.php:111
+msgid "Away"
+msgstr "Absent"
-#: ../../mod/admin.php:487
-msgid "Deny"
-msgstr "Denegar"
+#: ../../mod/chatsvc.php:115
+msgid "Online"
+msgstr "En connexió"
-#: ../../mod/admin.php:493
-msgid "Register date"
-msgstr "Data de registre"
+#: ../../mod/rbmark.php:88
+msgid "Select a bookmark folder"
+msgstr "Tria una carpeta d'interès"
-#: ../../mod/admin.php:493
-msgid "Last login"
-msgstr "Últim accés"
+#: ../../mod/rbmark.php:93
+msgid "Save Bookmark"
+msgstr "Guarda Favorits"
-#: ../../mod/admin.php:493
-msgid "Last item"
-msgstr "Últim element"
+#: ../../mod/rbmark.php:94
+msgid "URL of bookmark"
+msgstr "URL de favorit"
-#: ../../mod/admin.php:493
-msgid "Account"
-msgstr "Compte"
+#: ../../mod/rbmark.php:95 ../../mod/appman.php:93
+msgid "Description"
+msgstr "Descripció"
-#: ../../mod/admin.php:495
-msgid ""
-"Selected users will be deleted!\\n\\nEverything these users had posted on "
-"this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "Els usuaris seleccionats seran esborrats!\\n\\nqualsevol cosa que aquests usuaris hagin publicat en aquest lloc s'esborrarà!\\n\\nEsteu segur?"
+#: ../../mod/rbmark.php:99
+msgid "Or enter new bookmark folder name"
+msgstr "O entra un nou nom de favorit"
-#: ../../mod/admin.php:496
-msgid ""
-"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
-"site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "L'usuari {0} s'eliminarà!\\n\\nQualsevol cosa que aquest usuari hagi publicat en aquest lloc s'esborrarà!\\n\\nEsteu segur?"
+#: ../../mod/notify.php:53 ../../mod/notifications.php:94
+msgid "No more system notifications."
+msgstr "No hi ha més notificacions de sistema."
+
+#: ../../mod/notify.php:57 ../../mod/notifications.php:98
+msgid "System Notifications"
+msgstr "Notificacions de sistema"
-#: ../../mod/admin.php:532
+#: ../../mod/acl.php:231
+msgid "network"
+msgstr "xarxa"
+
+#: ../../mod/acl.php:241
+msgid "RSS"
+msgstr "RSS"
+
+#: ../../mod/pdledit.php:13
+msgid "Layout updated."
+msgstr "S'ha actualitzat la disposició."
+
+#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53
+msgid "Edit System Page Description"
+msgstr "Editor del Sistema de Descripció de Pàgines"
+
+#: ../../mod/pdledit.php:48
+msgid "Layout not found."
+msgstr "No s'ha trobat cap disposició de pàgina."
+
+#: ../../mod/pdledit.php:54
+msgid "Module Name:"
+msgstr "Nom del mòdul:"
+
+#: ../../mod/pdledit.php:55
+msgid "Layout Help"
+msgstr "Ajuda per la disposició de pàgina"
+
+#: ../../mod/filer.php:49
+msgid "- select -"
+msgstr "- selecciona -"
+
+#: ../../mod/import.php:25
#, php-format
-msgid "Plugin %s disabled."
-msgstr "Plugin %s deshabilitat."
+msgid "Your service plan only allows %d channels."
+msgstr "El teu paquet de serveis només admet %d canals."
+
+#: ../../mod/import.php:60
+msgid "Nothing to import."
+msgstr "No hi ha res a importar."
+
+#: ../../mod/import.php:84
+msgid "Unable to download data from old server"
+msgstr "No s'han pogut descarregar les dades del servidor antic"
-#: ../../mod/admin.php:536
+#: ../../mod/import.php:90
+msgid "Imported file is empty."
+msgstr "El fitxer importat està buit."
+
+#: ../../mod/import.php:110
+msgid "The data provided is not compatible with this project."
+msgstr "Les dades subministrades no son compatibles amb aquest projecte."
+
+#: ../../mod/import.php:115
#, php-format
-msgid "Plugin %s enabled."
-msgstr "Plugin %s habilitat."
+msgid "Warning: Database versions differ by %1$d updates."
+msgstr "Atenció: Les versions de la Base de Dades difereixen en %1$d actualitzacions."
-#: ../../mod/admin.php:546 ../../mod/admin.php:724
-msgid "Disable"
-msgstr "Deshabilitar"
+#: ../../mod/import.php:135
+msgid ""
+"Cannot create a duplicate channel identifier on this system. Import failed."
+msgstr "No s'ha pogut importar el canal perquè l'identificador del canal no s'ha pogut duplicar en aquest servidor."
-#: ../../mod/admin.php:548 ../../mod/admin.php:726
-msgid "Enable"
-msgstr "Habilitar"
+#: ../../mod/import.php:176
+msgid "Channel clone failed. Import failed."
+msgstr "No s'ha pogut importar el canal perquè el canal no s'ha pogut clonar."
-#: ../../mod/admin.php:570 ../../mod/admin.php:743
-msgid "Toggle"
-msgstr "Canviar"
+#: ../../mod/import.php:186
+msgid "Cloned channel not found. Import failed."
+msgstr "No s'ha pogut importar el canal perquè el canal clonat no s'ha trobat."
-#: ../../mod/admin.php:571 ../../mod/admin.php:744 ../../include/nav.php:130
-msgid "Settings"
-msgstr "Ajustos"
+#: ../../mod/import.php:516
+msgid "You must be logged in to use this feature."
+msgstr "Has d'estar registrat per fer servir aquesta funcionalitat."
-#: ../../mod/admin.php:578 ../../mod/admin.php:753
-msgid "Author: "
-msgstr "Autor:"
+#: ../../mod/import.php:521
+msgid "Import Channel"
+msgstr "Importa un canal"
-#: ../../mod/admin.php:579 ../../mod/admin.php:754
-msgid "Maintainer: "
-msgstr "Encarregat:"
+#: ../../mod/import.php:522
+msgid ""
+"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."
+msgstr "Empra aquest formulari per importar un canal existent en un altre servidor/concentrador. Pots recuperar el canal des de l'antic servidor/concentrador via la xarxa o mitjançant un fitxer d'exportació"
-#: ../../mod/admin.php:689
-msgid "No themes found."
-msgstr "No s'ha trobat temes."
+#: ../../mod/import.php:523
+msgid "File to Upload"
+msgstr "Fitxer a pujar"
-#: ../../mod/admin.php:780
-msgid "[Experimental]"
-msgstr "[Experimental]"
+#: ../../mod/import.php:524
+msgid "Or provide the old server/hub details"
+msgstr "O proveeix els detalls de l'antic servidor/concentrador"
-#: ../../mod/admin.php:781
-msgid "[Unsupported]"
-msgstr "[No soportat]"
+#: ../../mod/import.php:525
+msgid "Your old identity address (xyz@example.com)"
+msgstr "La teva adreça de canal antiga. El format és canal@exemple.org"
-#: ../../mod/admin.php:804
-msgid "Log settings updated."
-msgstr "Configuració del transcriptor actualitzada."
+#: ../../mod/import.php:526
+msgid "Your old login email address"
+msgstr "La teva adreça de correu electrònic antiga"
-#: ../../mod/admin.php:857
-msgid "Clear"
-msgstr "Netejar"
+#: ../../mod/import.php:527
+msgid "Your old login password"
+msgstr "La teva contrasenya antiga"
-#: ../../mod/admin.php:863
-msgid "Debugging"
-msgstr "Esplugar"
+#: ../../mod/import.php:528
+msgid ""
+"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."
+msgstr "Per a qualsevol de les opcions, escull si vols fer primària l'adreça d'aquest hub o mantenir l'anterior com a primària. Podràs penjar entrades des de totes dues adreces, però per als fitxers, imatges i altres en cal una de primària."
-#: ../../mod/admin.php:864
-msgid "Log file"
-msgstr "Arxiu de transcripció"
+#: ../../mod/import.php:529
+msgid "Make this hub my primary location"
+msgstr "Fes d'aquest hub la meva ubicació primària"
-#: ../../mod/admin.php:864
+#: ../../mod/import.php:530
msgid ""
-"Must be writable by web server. Relative to your Friendica top-level "
-"directory."
-msgstr "Ha de tenir permisos d'escriptura pel servidor web. En relació amb el seu directori Friendica de nivell superior."
+"Import existing posts if possible (experimental - limited by available "
+"memory"
+msgstr "Importa les entrades existents si es possible (experimental - limitat per la memòria disponible"
-#: ../../mod/admin.php:865
-msgid "Log level"
-msgstr "Nivell de transcripció"
+#: ../../mod/import.php:531
+msgid ""
+"This process may take several minutes to complete. Please submit the form "
+"only once and leave this page open until finished."
+msgstr "Aquest procès pot trigar minuts en completar. Si et plau envia el formulari només una vegada i manté aquesta pàgina oberta fins que finalitzi."
-#: ../../mod/admin.php:906
-msgid "Close"
-msgstr "Tancar"
+#: ../../mod/editlayout.php:111
+msgid "Delete layout?"
+msgstr "Esborra format?"
-#: ../../mod/admin.php:912
-msgid "FTP Host"
-msgstr "Amfitrió FTP"
+#: ../../mod/editlayout.php:158 ../../mod/layouts.php:124
+msgid "Layout Description (Optional)"
+msgstr "Descripció del Format (Opcional)"
-#: ../../mod/admin.php:913
-msgid "FTP Path"
-msgstr "Direcció FTP"
+#: ../../mod/editlayout.php:160 ../../mod/layouts.php:121
+#: ../../mod/layouts.php:179
+msgid "Layout Name"
+msgstr "Nom del Format Gràfic"
-#: ../../mod/admin.php:914
-msgid "FTP User"
-msgstr "Usuari FTP"
+#: ../../mod/editlayout.php:177
+msgid "Edit Layout"
+msgstr "Edita Format Gràfic"
-#: ../../mod/admin.php:915
-msgid "FTP Password"
-msgstr "Contrasenya FTP"
+#: ../../mod/chat.php:19 ../../mod/channel.php:25
+msgid "You must be logged in to see this page."
+msgstr "Has d'estar identificat per a veure aquesta pàgina."
-#: ../../mod/profile.php:15 ../../boot.php:845
-msgid "Requested profile is not available."
-msgstr "El perfil sol·licitat no està disponible."
+#: ../../mod/chat.php:167
+msgid "Room not found"
+msgstr "No s'ha trobat la sala"
+
+#: ../../mod/chat.php:178
+msgid "Leave Room"
+msgstr "Abandona la sala"
+
+#: ../../mod/chat.php:179
+msgid "Delete This Room"
+msgstr "Elimina la sala"
+
+#: ../../mod/chat.php:180
+msgid "I am away right now"
+msgstr "Absent"
+
+#: ../../mod/chat.php:181
+msgid "I am online"
+msgstr "Estic connectat/da"
+
+#: ../../mod/chat.php:183
+msgid "Bookmark this room"
+msgstr "Fes favorit aquest xat"
+
+#: ../../mod/chat.php:207 ../../mod/chat.php:229
+msgid "New Chatroom"
+msgstr "Nova sala per a Xerrar"
+
+#: ../../mod/chat.php:208
+msgid "Chatroom Name"
+msgstr "Nom del Xat"
+
+#: ../../mod/chat.php:225
+#, php-format
+msgid "%1$s's Chatrooms"
+msgstr "%1$s de Xats"
+
+#: ../../mod/mitem.php:24 ../../mod/menu.php:134
+msgid "Menu not found."
+msgstr "Menú no trobat."
+
+#: ../../mod/mitem.php:48
+msgid "Unable to create element."
+msgstr "Incapaç de crear l'element."
+
+#: ../../mod/mitem.php:71
+msgid "Unable to update menu element."
+msgstr "Incapaç d'actualitzar un element del menú."
+
+#: ../../mod/mitem.php:86
+msgid "Unable to add menu element."
+msgstr "Incapaç d'afegir l'element del menú."
+
+#: ../../mod/mitem.php:152 ../../mod/mitem.php:223
+msgid "Menu Item Permissions"
+msgstr "Permisos de l'Article del Menú"
+
+#: ../../mod/mitem.php:153 ../../mod/mitem.php:224 ../../mod/settings.php:1083
+msgid "(click to open/close)"
+msgstr "(clica per obrir/tancar)"
+
+#: ../../mod/mitem.php:155 ../../mod/mitem.php:171
+msgid "Link Name"
+msgstr "Nom de l'Enllaç"
+
+#: ../../mod/mitem.php:156 ../../mod/mitem.php:228
+msgid "Link or Submenu Target"
+msgstr "Enllaç o Submenú Objectiu"
+
+#: ../../mod/mitem.php:156
+msgid "Enter URL of the link or select a menu name to create a submenu"
+msgstr "Entra la URL de l'enlla´o tria un nom de menú per crear un submenú"
+
+#: ../../mod/mitem.php:157 ../../mod/mitem.php:229
+msgid "Use magic-auth if available"
+msgstr "Empra magic-auth si esta disponible"
+
+#: ../../mod/mitem.php:158 ../../mod/mitem.php:230
+msgid "Open link in new window"
+msgstr "Obrir l'enllaç en una nova finestra"
+
+#: ../../mod/mitem.php:159 ../../mod/mitem.php:231
+msgid "Order in list"
+msgstr "Ordre per llista"
+
+#: ../../mod/mitem.php:159 ../../mod/mitem.php:231
+msgid "Higher numbers will sink to bottom of listing"
+msgstr "Els números més alts aniràn al fons de la llista"
+
+#: ../../mod/mitem.php:160
+msgid "Submit and finish"
+msgstr "Envia i termina"
+
+#: ../../mod/mitem.php:161
+msgid "Submit and continue"
+msgstr "Envia i continua"
+
+#: ../../mod/mitem.php:169
+msgid "Menu:"
+msgstr "Menú:"
+
+#: ../../mod/mitem.php:172
+msgid "Link Target"
+msgstr "Enllaç Objectiu"
+
+#: ../../mod/mitem.php:175
+msgid "Edit menu"
+msgstr "Edita menú"
+
+#: ../../mod/mitem.php:178
+msgid "Edit element"
+msgstr "Edita element"
+
+#: ../../mod/mitem.php:179
+msgid "Drop element"
+msgstr "Deixa anar element"
+
+#: ../../mod/mitem.php:180
+msgid "New element"
+msgstr "Nou element"
+
+#: ../../mod/mitem.php:181
+msgid "Edit this menu container"
+msgstr "Edita aquest contenidor de menú"
+
+#: ../../mod/mitem.php:182
+msgid "Add menu element"
+msgstr "Afegeix element de menú"
+
+#: ../../mod/mitem.php:183
+msgid "Delete this menu item"
+msgstr "Esborra aquest article del menú"
+
+#: ../../mod/mitem.php:184
+msgid "Edit this menu item"
+msgstr "Edita aquest article del menú"
+
+#: ../../mod/mitem.php:201
+msgid "Menu item not found."
+msgstr "Article del menú no trobat."
+
+#: ../../mod/mitem.php:212
+msgid "Menu item deleted."
+msgstr "Article del menú eliminat."
+
+#: ../../mod/mitem.php:214
+msgid "Menu item could not be deleted."
+msgstr "Article del menú no es pot eliminar."
+
+#: ../../mod/mitem.php:221
+msgid "Edit Menu Element"
+msgstr "Editar Element del Menú"
-#: ../../mod/profile.php:111 ../../mod/display.php:67
-msgid "Access to this profile has been restricted."
-msgstr "L'accés a aquest perfil ha estat restringit."
+#: ../../mod/mitem.php:227
+msgid "Link text"
+msgstr "Enllaç de text"
-#: ../../mod/profile.php:131
-msgid "Tips for New Members"
-msgstr "Consells per a nous membres"
+#: ../../mod/editwebpage.php:152
+msgid "Delete webpage?"
+msgstr "Esborrar pàgina web?"
-#: ../../mod/ping.php:174
-msgid "{0} wants to be your friend"
-msgstr "{0} vol ser el teu amic"
+#: ../../mod/editwebpage.php:173
+msgid "Page link title"
+msgstr "Títol de la pàgina enllaçada"
-#: ../../mod/ping.php:179
-msgid "{0} sent you a message"
-msgstr "{0} t'ha enviat un missatge de"
+#: ../../mod/editwebpage.php:224
+msgid "Edit Webpage"
+msgstr "Edita la Pàgina Web"
-#: ../../mod/ping.php:184
-msgid "{0} requested registration"
-msgstr "{0} solicituts de registre"
+#: ../../mod/dirsearch.php:29
+msgid "This directory server requires an access token"
+msgstr "Aquest servidor de directori requereix un token de accès"
-#: ../../mod/ping.php:190
+#: ../../mod/lostpass.php:15
+msgid "No valid account found."
+msgstr "No es troba un compte vàlid."
+
+#: ../../mod/lostpass.php:29
+msgid "Password reset request issued. Check your email."
+msgstr "Sol·licitud de restabliment de contrasenya emesa. Consulta el teu correu electrònic."
+
+#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102
#, php-format
-msgid "{0} commented %s's post"
-msgstr "{0} va comentar l'enviament de %s"
+msgid "Site Member (%s)"
+msgstr "Lloc d'Usuari (%s)"
-#: ../../mod/ping.php:195
+#: ../../mod/lostpass.php:40
#, php-format
-msgid "{0} liked %s's post"
-msgstr "A {0} l'ha agradat l'enviament de %s"
+msgid "Password reset requested at %s"
+msgstr "S'ha soŀlicitat restablir la contrasenya al hub %s"
+
+#: ../../mod/lostpass.php:63
+msgid ""
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
+msgstr "Ha fallat el restabliment de contrasenya perquè la no s'ha pogut verificar soŀlicitud. Pot ser que ja ho hàgiu soŀlicitat abans."
+
+#: ../../mod/lostpass.php:85 ../../boot.php:1559
+msgid "Password Reset"
+msgstr "Restabliment de contrasenya"
+
+#: ../../mod/lostpass.php:86
+msgid "Your password has been reset as requested."
+msgstr "S'ha restablert la vostra contrasenya."
+
+#: ../../mod/lostpass.php:87
+msgid "Your new password is"
+msgstr "La nova contrasenya és"
+
+#: ../../mod/lostpass.php:88
+msgid "Save or copy your new password - and then"
+msgstr "Desa o copia la nova contrasenya, i després"
+
+#: ../../mod/lostpass.php:89
+msgid "click here to login"
+msgstr "fes clic aquí per iniciar sessió"
+
+#: ../../mod/lostpass.php:90
+msgid ""
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
+msgstr "Pots canviar la contrasenya a la pàgina <em>Paràmetres</em>, un cop iniciada la sessió."
-#: ../../mod/ping.php:200
+#: ../../mod/lostpass.php:107
#, php-format
-msgid "{0} disliked %s's post"
-msgstr "A {0} no l'ha agradat l'enviament de %s"
+msgid "Your password has changed at %s"
+msgstr "La teva contrasenya a %s ha canviat"
+
+#: ../../mod/lostpass.php:122
+msgid "Forgot your Password?"
+msgstr "No recordes la contrasenya?"
+
+#: ../../mod/lostpass.php:123
+msgid ""
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
+msgstr "Escriu la teva adreça de correu electrònic i envia per restablir la contrasenya. Després revisa el seu correu electrònic per obtenir més instruccions."
+
+#: ../../mod/lostpass.php:124
+msgid "Email Address"
+msgstr "Adreça electrònica"
-#: ../../mod/ping.php:205
+#: ../../mod/lostpass.php:125
+msgid "Reset"
+msgstr "Reajustar"
+
+#: ../../mod/rate.php:157
+msgid "Website:"
+msgstr "Lloc web:"
+
+#: ../../mod/rate.php:160
#, php-format
-msgid "{0} is now friends with %s"
-msgstr "{0} ara és amic de %s"
+msgid "Remote Channel [%s] (not yet known on this site)"
+msgstr "Canal Remot [%s] (encara no es coneix en aquest lloc)"
+
+#: ../../mod/rate.php:161
+msgid "Rating (this information is public)"
+msgstr "Valoració (aquesta informació és pública)"
+
+#: ../../mod/rate.php:162
+msgid "Optionally explain your rating (this information is public)"
+msgstr "Opcionalment pots explicar la teva qualificació (aquesta informació és pública)"
+
+#: ../../mod/editblock.php:117
+msgid "Delete block?"
+msgstr "Eliminar bloc?"
-#: ../../mod/ping.php:210
-msgid "{0} posted"
-msgstr "{0} publicat"
+#: ../../mod/editblock.php:179
+msgid "Edit Block"
+msgstr "Editar Bloc"
-#: ../../mod/ping.php:215
+#: ../../mod/invite.php:25
+msgid "Total invitation limit exceeded."
+msgstr "El límit total invitacions s'ha superat."
+
+#: ../../mod/invite.php:49
#, php-format
-msgid "{0} tagged %s's post with #%s"
-msgstr "{0} va etiquetar la publicació de %s com #%s"
+msgid "%s : Not a valid email address."
+msgstr "%s: adreça de correu electrònic no vàlida."
-#: ../../mod/ping.php:221
-msgid "{0} mentioned you in a post"
-msgstr "{0} et menciona en un missatge"
+#: ../../mod/invite.php:76
+msgid "Please join us on Red"
+msgstr "Si us plau, uneix-te a Red"
-#: ../../mod/openid.php:63 ../../mod/openid.php:77 ../../include/auth.php:90
-#: ../../include/auth.php:115 ../../include/auth.php:169
-msgid "Login failed."
-msgstr "Error d'accés."
+#: ../../mod/invite.php:87
+msgid "Invitation limit exceeded. Please contact your site administrator."
+msgstr "Límit d'invitacions excedit. Si us plau, poseu-vos en contacte amb l'administrador del lloc."
+
+#: ../../mod/invite.php:92
+#, php-format
+msgid "%s : Message delivery failed."
+msgstr "%s : Entrega del Missatge fallida."
-#: ../../mod/follow.php:27
-msgid "Connect URL missing."
-msgstr "URL del connector perduda."
+#: ../../mod/invite.php:96
+#, php-format
+msgid "%d message sent."
+msgid_plural "%d messages sent."
+msgstr[0] "%d missatge enviat."
+msgstr[1] "%d missatges enviats."
-#: ../../mod/follow.php:47
-msgid ""
-"This site is not configured to allow communications with other networks."
-msgstr "Aquest lloc no està configurat per permetre les comunicacions amb altres xarxes."
+#: ../../mod/invite.php:115
+msgid "You have no more invitations available"
+msgstr "No té més invitacions disponibles"
-#: ../../mod/follow.php:48 ../../mod/follow.php:63
-msgid "No compatible communication protocols or feeds were discovered."
-msgstr "Protocol de comunnicació no compatible o alimentador descobert."
+#: ../../mod/invite.php:129
+msgid "Send invitations"
+msgstr "Enviar invitacions"
+
+#: ../../mod/invite.php:130
+msgid "Enter email addresses, one per line:"
+msgstr "Introduïu les adreces de correu electrònic, una per línia:"
-#: ../../mod/follow.php:61
-msgid "The profile address specified does not provide adequate information."
-msgstr "L'adreça de perfil especificada no proveeix informació adient."
+#: ../../mod/invite.php:131 ../../mod/mail.php:235 ../../mod/mail.php:348
+msgid "Your message:"
+msgstr "El teu missatge:"
-#: ../../mod/follow.php:65
-msgid "An author or name was not found."
-msgstr "Un autor o nom no va ser trobat"
+#: ../../mod/invite.php:132
+msgid "Please join my community on $Projectname."
+msgstr "Si us plau uneix-te la meva comunitat en $Projectname."
-#: ../../mod/follow.php:67
-msgid "No browser URL could be matched to this address."
-msgstr "Cap direcció URL del navegador coincideix amb aquesta adreça."
+#: ../../mod/invite.php:134
+msgid "You will need to supply this invitation code: "
+msgstr "Has de proporcionar aquest codi d'invitació:"
-#: ../../mod/follow.php:74
+#: ../../mod/invite.php:135
msgid ""
-"The profile address specified belongs to a network which has been disabled "
-"on this site."
-msgstr "La direcció del perfil especificat pertany a una xarxa que ha estat desactivada en aquest lloc."
+"1. Register at any $Projectname location (they are all inter-connected)"
+msgstr "1. Registre en qualsevol lloc del $Projectname (estàn tots interconnectats)"
+
+#: ../../mod/invite.php:137
+msgid "2. Enter my $Projectname network address into the site searchbar."
+msgstr "2. Entra a la meva adreça de xarxa al $Projectname, a la barra de cerca del lloc."
+
+#: ../../mod/invite.php:138
+msgid "or visit "
+msgstr "o visita"
+
+#: ../../mod/invite.php:140
+msgid "3. Click [Connect]"
+msgstr "3. Click [Conectar]"
+
+#: ../../mod/locs.php:21 ../../mod/locs.php:52
+msgid "Location not found."
+msgstr "Situació que no es troba."
+
+#: ../../mod/locs.php:56
+msgid "Primary location cannot be removed."
+msgstr "La ubicació primària no es pot treure."
+
+#: ../../mod/locs.php:88
+msgid "No locations found."
+msgstr "No es troben els llocs."
+
+#: ../../mod/locs.php:101
+msgid "Manage Channel Locations"
+msgstr "Gestionar Ubicacions de Canal"
+
+#: ../../mod/locs.php:102
+msgid "Location (address)"
+msgstr "Ubicació (direcció)"
+
+#: ../../mod/locs.php:103
+msgid "Primary Location"
+msgstr "Ubicació Primària"
-#: ../../mod/follow.php:79
+#: ../../mod/locs.php:104
+msgid "Drop location"
+msgstr "Treure la ubicació"
+
+#: ../../mod/sources.php:32
+msgid "Failed to create source. No channel selected."
+msgstr "Error en crear l'origen. Cap canal seleccionat."
+
+#: ../../mod/sources.php:45
+msgid "Source created."
+msgstr "Origen creat."
+
+#: ../../mod/sources.php:57
+msgid "Source updated."
+msgstr "Origen actualitzat."
+
+#: ../../mod/sources.php:82
+msgid "*"
+msgstr "*"
+
+#: ../../mod/sources.php:89
+msgid "Manage remote sources of content for your channel."
+msgstr "Gestiona contingut per al teu canal d'origens remots"
+
+#: ../../mod/sources.php:90 ../../mod/sources.php:100
+msgid "New Source"
+msgstr "Nou Origen"
+
+#: ../../mod/sources.php:101 ../../mod/sources.php:133
msgid ""
-"Limited profile. This person will be unable to receive direct/personal "
-"notifications from you."
-msgstr "Perfil limitat. Aquesta persona no podrà rebre notificacions personals/directes de tu."
+"Import all or selected content from the following channel into this channel "
+"and distribute it according to your channel settings."
+msgstr "Importar tot o sel·lecciona contingut dels següents canals, en aquest canal i distribueix-lo d'acord als teus ajustos de canals."
+
+#: ../../mod/sources.php:102 ../../mod/sources.php:134
+msgid "Only import content with these words (one per line)"
+msgstr "Només importa contingut amb aquestes paraules (una per línia)"
+
+#: ../../mod/sources.php:102 ../../mod/sources.php:134
+msgid "Leave blank to import all public content"
+msgstr "Deixar en blanc per importar tot el contingut públic"
+
+#: ../../mod/sources.php:103 ../../mod/sources.php:137
+#: ../../mod/new_channel.php:112
+msgid "Channel Name"
+msgstr "Nom del canal"
-#: ../../mod/follow.php:149
-msgid "Unable to retrieve contact information."
-msgstr "No es pot recuperar la informació de contacte."
+#: ../../mod/sources.php:123 ../../mod/sources.php:150
+msgid "Source not found."
+msgstr "No s'ha trobat la font."
-#: ../../mod/follow.php:195
-msgid "following"
-msgstr "seguint"
+#: ../../mod/sources.php:130
+msgid "Edit Source"
+msgstr "Edita la font"
-#: ../../mod/common.php:34
-msgid "Common Friends"
-msgstr "Amics Comuns"
+#: ../../mod/sources.php:131
+msgid "Delete Source"
+msgstr "Esborra la font"
-#: ../../mod/common.php:42
-msgid "No friends in common."
-msgstr "No hi ha amics en comú."
+#: ../../mod/sources.php:158
+msgid "Source removed"
+msgstr "S'ha esborrat la font"
-#: ../../mod/display.php:130
-msgid "Item has been removed."
-msgstr "El element ha estat esborrat."
+#: ../../mod/sources.php:160
+msgid "Unable to remove source."
+msgstr "No s'ha pogut esborrar la font."
-#: ../../mod/apps.php:4
-msgid "Applications"
-msgstr "Aplicacions"
+#: ../../mod/menu.php:44
+msgid "Unable to update menu."
+msgstr "No s'ha pogut actualitzar el menú."
-#: ../../mod/apps.php:7
-msgid "No installed applications."
-msgstr "Aplicacions no instal·lades."
+#: ../../mod/menu.php:53
+msgid "Unable to create menu."
+msgstr "No s'ha pogut crear el menú."
-#: ../../mod/search.php:83
-msgid "Search This Site"
-msgstr "Cerca en Aquest Lloc"
+#: ../../mod/menu.php:89 ../../mod/menu.php:101
+msgid "Menu Name"
+msgstr "Nom del menú"
-#: ../../mod/profiles.php:21 ../../mod/profiles.php:239
-#: ../../mod/profiles.php:344 ../../mod/dfrn_confirm.php:62
-msgid "Profile not found."
-msgstr "Perfil no trobat."
+#: ../../mod/menu.php:89
+msgid "Unique name (not visible on webpage) - required"
+msgstr "Nom únic (no visible a la pàgina web) - requerit"
-#: ../../mod/profiles.php:28
-msgid "Profile Name is required."
-msgstr "Nom de perfil requerit."
+#: ../../mod/menu.php:90 ../../mod/menu.php:102
+msgid "Menu Title"
+msgstr "Títol del menú"
-#: ../../mod/profiles.php:198
-msgid "Profile updated."
-msgstr "Perfil actualitzat."
+#: ../../mod/menu.php:90
+msgid "Visible on webpage - leave empty for no title"
+msgstr "Visible a la pàgina web - deixar buit per a no posar títol"
+
+#: ../../mod/menu.php:91
+msgid "Allow Bookmarks"
+msgstr "Permetre Marcadors"
+
+#: ../../mod/menu.php:91 ../../mod/menu.php:147
+msgid "Menu may be used to store saved bookmarks"
+msgstr "El menú es pot emprar per a guardar marcadors"
+
+#: ../../mod/menu.php:92 ../../mod/menu.php:149
+msgid "Submit and proceed"
+msgstr "Envia i procedeix"
+
+#: ../../mod/menu.php:104
+msgid "Drop"
+msgstr "Menysprea"
+
+#: ../../mod/menu.php:108
+msgid "Bookmarks allowed"
+msgstr "Marcadors permesos"
+
+#: ../../mod/menu.php:110
+msgid "Delete this menu"
+msgstr "Esborra el menú"
+
+#: ../../mod/menu.php:111 ../../mod/menu.php:144
+msgid "Edit menu contents"
+msgstr "Edita el contingut del menú"
+
+#: ../../mod/menu.php:112
+msgid "Edit this menu"
+msgstr "Edita el menú"
+
+#: ../../mod/menu.php:126
+msgid "Menu could not be deleted."
+msgstr "El menu no es pot esborrar."
+
+#: ../../mod/menu.php:139
+msgid "Edit Menu"
+msgstr "Edita Menú"
-#: ../../mod/profiles.php:256
+#: ../../mod/menu.php:143
+msgid "Add or remove entries to this menu"
+msgstr "Afegeix o esborra entrades a aquest menú"
+
+#: ../../mod/menu.php:145
+msgid "Menu name"
+msgstr "Nom del Menú"
+
+#: ../../mod/menu.php:145
+msgid "Must be unique, only seen by you"
+msgstr "Ha de ser únic, nomes vist per tú"
+
+#: ../../mod/menu.php:146
+msgid "Menu title"
+msgstr "Títol del menú"
+
+#: ../../mod/menu.php:146
+msgid "Menu title as seen by others"
+msgstr "Títol del menú vist pels altres"
+
+#: ../../mod/menu.php:147
+msgid "Allow bookmarks"
+msgstr "Marcadors permesos"
+
+#: ../../mod/filestorage.php:82
+msgid "Permission Denied."
+msgstr "Permisos Denegats."
+
+#: ../../mod/filestorage.php:98
+msgid "File not found."
+msgstr "Arxiu no torbat."
+
+#: ../../mod/filestorage.php:141
+msgid "Edit file permissions"
+msgstr "Edita els permisos d'arxiu"
+
+#: ../../mod/filestorage.php:150
+msgid "Set/edit permissions"
+msgstr "Canvia/edita permisos"
+
+#: ../../mod/filestorage.php:151
+msgid "Include all files and sub folders"
+msgstr "Inclou tots als arxius i subdirectoris"
+
+#: ../../mod/filestorage.php:152
+msgid "Return to file list"
+msgstr "Tornar al llistat d'arxius"
+
+#: ../../mod/filestorage.php:154
+msgid "Copy/paste this code to attach file to a post"
+msgstr "Copia/enganxa aquest codi per a adjuntar un arxiu a l'entrada"
+
+#: ../../mod/filestorage.php:155
+msgid "Copy/paste this URL to link file from a web page"
+msgstr "Copia/enganxa aquesta URL per a enllaçar l'arxiu d'una pàgina web"
+
+#: ../../mod/filestorage.php:157
+msgid "Share this file"
+msgstr "Comparteix l'arxiu"
+
+#: ../../mod/filestorage.php:158
+msgid "Show URL to this file"
+msgstr "Mostra la URL d'aquest arxiu"
+
+#: ../../mod/filestorage.php:159
+msgid "Notify your contacts about this file"
+msgstr "Notifica als teus contactes aquest arxiu"
+
+#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92
+msgid "Contact not found."
+msgstr "Contacte no trobat."
+
+#: ../../mod/fsuggest.php:63
+msgid "Friend suggestion sent."
+msgstr "Suggeriment d'amistat enviada."
+
+#: ../../mod/fsuggest.php:97
+msgid "Suggest Friends"
+msgstr "Amics Suggerits"
+
+#: ../../mod/fsuggest.php:99
+#, php-format
+msgid "Suggest a friend for %s"
+msgstr "Suggereix un amic per a %s"
+
+#: ../../mod/magic.php:69
+msgid "Hub not found."
+msgstr "Concentrador no trobat."
+
+#: ../../mod/poke.php:159
+msgid "Poke/Prod"
+msgstr "Emprenyat/Picat"
+
+#: ../../mod/poke.php:160
+msgid "poke, prod or do other things to somebody"
+msgstr "emprenyar, picar o fer altres coses a algú"
+
+#: ../../mod/poke.php:161
+msgid "Recipient"
+msgstr "Destinatari"
+
+#: ../../mod/poke.php:162
+msgid "Choose what you wish to do to recipient"
+msgstr "Tria que vols fer amb el destinatari"
+
+#: ../../mod/poke.php:165
+msgid "Make this post private"
+msgstr "Fer aquesta entrada privada"
+
+#: ../../mod/profperm.php:29 ../../mod/profperm.php:58
+msgid "Invalid profile identifier."
+msgstr "Identificador invàlid de perfil."
+
+#: ../../mod/profperm.php:110
+msgid "Profile Visibility Editor"
+msgstr "Perfil del Editor de Visibilitat"
+
+#: ../../mod/profperm.php:114
+msgid "Click on a contact to add or remove."
+msgstr "Clica sobre el contacte per afegir o esborrar."
+
+#: ../../mod/profperm.php:123
+msgid "Visible To"
+msgstr "Visible per"
+
+#: ../../mod/impel.php:191
+#, php-format
+msgid "%s element installed"
+msgstr "%s element instal·lat"
+
+#: ../../mod/impel.php:194
+#, php-format
+msgid "%s element installation failed"
+msgstr "%s instal·lació d'element va fallar"
+
+#: ../../mod/profiles.php:18 ../../mod/profiles.php:174
+#: ../../mod/profiles.php:231 ../../mod/profiles.php:600
+msgid "Profile not found."
+msgstr "Perfil no trobat."
+
+#: ../../mod/profiles.php:38
msgid "Profile deleted."
-msgstr "Perfil esborrat."
+msgstr "Perfil eliminat."
-#: ../../mod/profiles.php:272 ../../mod/profiles.php:303
+#: ../../mod/profiles.php:56 ../../mod/profiles.php:92
msgid "Profile-"
msgstr "Perfil-"
-#: ../../mod/profiles.php:291 ../../mod/profiles.php:330
+#: ../../mod/profiles.php:77 ../../mod/profiles.php:120
msgid "New profile created."
msgstr "Nou perfil creat."
-#: ../../mod/profiles.php:309
+#: ../../mod/profiles.php:98
msgid "Profile unavailable to clone."
-msgstr "No es pot clonar el perfil."
+msgstr "Perfil que no es pot clonar."
+
+#: ../../mod/profiles.php:136
+msgid "Profile unavailable to export."
+msgstr "Perfil que no es pot exportar."
+
+#: ../../mod/profiles.php:241
+msgid "Profile Name is required."
+msgstr "Es requereix el Nom del Perfil."
+
+#: ../../mod/profiles.php:404
+msgid "Marital Status"
+msgstr "Estat Marital"
+
+#: ../../mod/profiles.php:408
+msgid "Romantic Partner"
+msgstr "Company/a Romàntic"
+
+#: ../../mod/profiles.php:412
+msgid "Likes"
+msgstr "Agrada"
+
+#: ../../mod/profiles.php:416
+msgid "Dislikes"
+msgstr "Desagrada"
+
+#: ../../mod/profiles.php:420
+msgid "Work/Employment"
+msgstr "Treball/Feina"
+
+#: ../../mod/profiles.php:423
+msgid "Religion"
+msgstr "Religió"
-#: ../../mod/profiles.php:356
+#: ../../mod/profiles.php:427
+msgid "Political Views"
+msgstr "Idees Polítiques"
+
+#: ../../mod/profiles.php:431 ../../mod/id.php:33
+msgid "Gender"
+msgstr "Gènere"
+
+#: ../../mod/profiles.php:435
+msgid "Sexual Preference"
+msgstr "Preferència Sexual"
+
+#: ../../mod/profiles.php:439
+msgid "Homepage"
+msgstr "Pàgina Personal"
+
+#: ../../mod/profiles.php:443
+msgid "Interests"
+msgstr "Interessos"
+
+#: ../../mod/profiles.php:447 ../../mod/admin.php:994
+msgid "Address"
+msgstr "Adreça"
+
+#: ../../mod/profiles.php:537
+msgid "Profile updated."
+msgstr "Perfil actualitzat."
+
+#: ../../mod/profiles.php:626
msgid "Hide your contact/friend list from viewers of this profile?"
-msgstr "Amaga la llista de contactes/amics en la vista d'aquest perfil?"
+msgstr "Amaga la teva llista de contactes/amics dels visitadors d'aquest perfil?"
-#: ../../mod/profiles.php:374
+#: ../../mod/profiles.php:666
msgid "Edit Profile Details"
-msgstr "Editor de Detalls del Perfil"
+msgstr "Edita els Detalls del Perfil"
-#: ../../mod/profiles.php:376
+#: ../../mod/profiles.php:668
msgid "View this profile"
msgstr "Veure aquest perfil"
-#: ../../mod/profiles.php:377
+#: ../../mod/profiles.php:670
+msgid "Change Profile Photo"
+msgstr "Canviar Foto del Perfil"
+
+#: ../../mod/profiles.php:671
msgid "Create a new profile using these settings"
-msgstr "Crear un nou perfil amb aquests ajustos"
+msgstr "Crea un perfil nou amb aquests ajustos"
-#: ../../mod/profiles.php:378
+#: ../../mod/profiles.php:672
msgid "Clone this profile"
msgstr "Clonar aquest perfil"
-#: ../../mod/profiles.php:379
+#: ../../mod/profiles.php:673
msgid "Delete this profile"
-msgstr "Esborrar aquest perfil"
+msgstr "Elimina aquest perfil"
+
+#: ../../mod/profiles.php:675
+msgid "Import profile from file"
+msgstr "Importa perfil des d'un arxiu"
-#: ../../mod/profiles.php:380
+#: ../../mod/profiles.php:676
+msgid "Export profile to file"
+msgstr "Exporta perfil a un arxiu"
+
+#: ../../mod/profiles.php:677
msgid "Profile Name:"
-msgstr "Nom de Perfil:"
+msgstr "Nom del Perfil:"
-#: ../../mod/profiles.php:381
+#: ../../mod/profiles.php:678
msgid "Your Full Name:"
-msgstr "El Teu Nom Complet."
+msgstr "El Teu Nom Complet"
-#: ../../mod/profiles.php:382
+#: ../../mod/profiles.php:679
msgid "Title/Description:"
msgstr "Títol/Descripció:"
-#: ../../mod/profiles.php:383
+#: ../../mod/profiles.php:680
msgid "Your Gender:"
-msgstr "Gènere:"
+msgstr "El Teu Gènere:"
-#: ../../mod/profiles.php:384
-#, php-format
-msgid "Birthday (%s):"
-msgstr "Aniversari (%s)"
+#: ../../mod/profiles.php:681
+msgid "Birthday :"
+msgstr "Aniversari:"
-#: ../../mod/profiles.php:385
+#: ../../mod/profiles.php:682
msgid "Street Address:"
-msgstr "Direcció:"
+msgstr "Carrer:"
-#: ../../mod/profiles.php:386
+#: ../../mod/profiles.php:683
msgid "Locality/City:"
-msgstr "Localitat/Ciutat:"
+msgstr "Població/Ciutat:"
-#: ../../mod/profiles.php:387
+#: ../../mod/profiles.php:684
msgid "Postal/Zip Code:"
msgstr "Codi Postal:"
-#: ../../mod/profiles.php:388
+#: ../../mod/profiles.php:685
msgid "Country:"
-msgstr "País"
+msgstr "País:"
-#: ../../mod/profiles.php:389
+#: ../../mod/profiles.php:686
msgid "Region/State:"
-msgstr "Región/Estat:"
+msgstr "Regió/Estat:"
-#: ../../mod/profiles.php:390
+#: ../../mod/profiles.php:687
msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
-msgstr "<span class=\"heart\">&hearts;</span> Estat Civil:"
+msgstr "<span class=\"heart\">&hearts;</span> Marital Estatus:"
-#: ../../mod/profiles.php:391
+#: ../../mod/profiles.php:688
msgid "Who: (if applicable)"
-msgstr "Qui? (si és aplicable)"
+msgstr "Qui: (si es aplicable)"
-#: ../../mod/profiles.php:392
+#: ../../mod/profiles.php:689
msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
-msgstr "Exemples: cathy123, Cathy Williams, cathy@example.com"
+msgstr "Examples: cathy123, Cathy Williams, cathy@example.com"
-#: ../../mod/profiles.php:393 ../../include/profile_advanced.php:43
-msgid "Sexual Preference:"
-msgstr "Preferència Sexual:"
+#: ../../mod/profiles.php:690
+msgid "Since [date]:"
+msgstr "Des de [data]:"
-#: ../../mod/profiles.php:394
+#: ../../mod/profiles.php:692
msgid "Homepage URL:"
-msgstr "Pàgina web URL:"
+msgstr "Pàgina Personal URL:"
-#: ../../mod/profiles.php:395 ../../include/profile_advanced.php:49
-msgid "Political Views:"
-msgstr "Idees Polítiques:"
-
-#: ../../mod/profiles.php:396
+#: ../../mod/profiles.php:695
msgid "Religious Views:"
-msgstr "Creencies Religioses:"
+msgstr "Creences Religioses:"
-#: ../../mod/profiles.php:397
-msgid "Public Keywords:"
-msgstr "Paraules Clau Públiques"
+#: ../../mod/profiles.php:696
+msgid "Keywords:"
+msgstr "Paraules Clau:"
-#: ../../mod/profiles.php:398
-msgid "Private Keywords:"
-msgstr "Paraules Clau Privades:"
-
-#: ../../mod/profiles.php:399
+#: ../../mod/profiles.php:699
msgid "Example: fishing photography software"
-msgstr "Exemple: pesca fotografia programari"
-
-#: ../../mod/profiles.php:400
-msgid "(Used for suggesting potential friends, can be seen by others)"
-msgstr "(Emprat per suggerir potencials amics, Altres poden veure-ho)"
+msgstr "Exemple: software de fotografia submarina"
-#: ../../mod/profiles.php:401
-msgid "(Used for searching profiles, never shown to others)"
-msgstr "(Emprat durant la cerca de perfils, mai mostrat a ningú)"
+#: ../../mod/profiles.php:700
+msgid "Used in directory listings"
+msgstr "Emprat en els llistats de directoris"
-#: ../../mod/profiles.php:402
+#: ../../mod/profiles.php:701
msgid "Tell us about yourself..."
-msgstr "Parla'ns de tú....."
+msgstr "Quelcom sobre tú:"
-#: ../../mod/profiles.php:403
+#: ../../mod/profiles.php:702
msgid "Hobbies/Interests"
msgstr "Aficions/Interessos"
-#: ../../mod/profiles.php:404
+#: ../../mod/profiles.php:703
msgid "Contact information and Social Networks"
-msgstr "Informació de contacte i Xarxes Socials"
+msgstr "Informació de Contacte i Xarxes Socials"
+
+#: ../../mod/profiles.php:704
+msgid "My other channels"
+msgstr "Els meus altres canals"
-#: ../../mod/profiles.php:405
+#: ../../mod/profiles.php:705
msgid "Musical interests"
-msgstr "Gustos musicals"
+msgstr "Interessos Musicals"
-#: ../../mod/profiles.php:406
+#: ../../mod/profiles.php:706
msgid "Books, literature"
-msgstr "Llibres, Literatura"
+msgstr "Llibres, literatura"
-#: ../../mod/profiles.php:407
+#: ../../mod/profiles.php:707
msgid "Television"
msgstr "Televisió"
-#: ../../mod/profiles.php:408
+#: ../../mod/profiles.php:708
msgid "Film/dance/culture/entertainment"
-msgstr "Cinema/ball/cultura/entreteniments"
+msgstr "Pel·lícules/Dansa/Cultura/Entreteniment"
-#: ../../mod/profiles.php:409
+#: ../../mod/profiles.php:709
msgid "Love/romance"
-msgstr "Amor/sentiments"
+msgstr "Amor/Romace"
-#: ../../mod/profiles.php:410
+#: ../../mod/profiles.php:710
msgid "Work/employment"
-msgstr "Treball/ocupació"
+msgstr "Treball/feina"
-#: ../../mod/profiles.php:411
+#: ../../mod/profiles.php:711
msgid "School/education"
-msgstr "Ensenyament/estudis"
+msgstr "Escola/educació"
-#: ../../mod/profiles.php:416
-msgid ""
-"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
-"be visible to anybody using the internet."
-msgstr "Aquest és el teu perfil <strong>públic</strong>.<br />El qual <strong>pot</strong> ser visible per qualsevol qui faci servir Internet."
+#: ../../mod/profiles.php:717
+msgid "This is your default profile."
+msgstr "Aquest es el teu perfil per defecte"
-#: ../../mod/profiles.php:426 ../../mod/directory.php:124
+#: ../../mod/profiles.php:728
msgid "Age: "
msgstr "Edat:"
-#: ../../mod/profiles.php:461
+#: ../../mod/profiles.php:771
msgid "Edit/Manage Profiles"
-msgstr "Editar/Gestionar Perfils"
+msgstr "Edita/Gestiona Perfils"
-#: ../../mod/profiles.php:462 ../../boot.php:946
-msgid "Change profile photo"
-msgstr "Canviar la foto del perfil"
+#: ../../mod/profiles.php:772
+msgid "Add profile things"
+msgstr "Afegeix coses al perfil"
-#: ../../mod/profiles.php:463 ../../boot.php:947
-msgid "Create New Profile"
-msgstr "Crear un Nou Perfil"
+#: ../../mod/profiles.php:773
+msgid "Include desirable objects in your profile"
+msgstr "Inclou objectius desitjables al teu perfil"
-#: ../../mod/profiles.php:473 ../../boot.php:957
-msgid "Profile Image"
-msgstr "Imatge del Perfil"
+#: ../../mod/ratings.php:69
+msgid "No ratings"
+msgstr "No valorat"
-#: ../../mod/profiles.php:475 ../../boot.php:960
-msgid "visible to everybody"
-msgstr "Visible per tothom"
+#: ../../mod/ratings.php:99
+msgid "Ratings"
+msgstr "Valoracions"
-#: ../../mod/profiles.php:476 ../../boot.php:961
-msgid "Edit visibility"
-msgstr "Editar visibilitat"
+#: ../../mod/ratings.php:100
+msgid "Rating: "
+msgstr "Valoració:"
-#: ../../mod/tagger.php:103 ../../include/conversation.php:138
-#, php-format
-msgid "%1$s tagged %2$s's %3$s with %4$s"
-msgstr "%1$s etiquetats %2$s %3$s amb %4$s"
+#: ../../mod/ratings.php:101
+msgid "Website: "
+msgstr "Lloc web:"
+
+#: ../../mod/ratings.php:103
+msgid "Description: "
+msgstr "Descripció:"
-#: ../../mod/delegate.php:95
-msgid "No potential page delegates located."
-msgstr "No es troben pàgines potencialment delegades."
+#: ../../mod/viewsrc.php:38
+msgid "Source of Item"
+msgstr "Origen de l'article"
-#: ../../mod/delegate.php:121
-msgid "Delegate Page Management"
-msgstr "Gestió de les Pàgines Delegades"
+#: ../../mod/setup.php:187
+msgid "$Projectname Server - Setup"
+msgstr "Servidor $Projectname - Configuració"
-#: ../../mod/delegate.php:123
+#: ../../mod/setup.php:191
+msgid "Could not connect to database."
+msgstr "No puc connectar amb la base de dades"
+
+#: ../../mod/setup.php:195
msgid ""
-"Delegates are able to manage all aspects of this account/page except for "
-"basic account settings. Please do not delegate your personal account to "
-"anybody that you do not trust completely."
-msgstr "Els delegats poden gestionar tots els aspectes d'aquest compte/pàgina, excepte per als ajustaments bàsics del compte. Si us plau, no deleguin el seu compte personal a ningú que no confiïn completament."
+"Could not connect to specified site URL. Possible SSL certificate or DNS "
+"issue."
+msgstr "No s'ha pogut connectar a l'URL del lloc especificat. Possible problema amb el certificat SSL o de DNS."
-#: ../../mod/delegate.php:124
-msgid "Existing Page Managers"
-msgstr "Actuals Administradors de Pàgina"
+#: ../../mod/setup.php:202
+msgid "Could not create table."
+msgstr "No puc crear la taula."
-#: ../../mod/delegate.php:126
-msgid "Existing Page Delegates"
-msgstr "Actuals Delegats de Pàgina"
+#: ../../mod/setup.php:207
+msgid "Your site database has been installed."
+msgstr "La teva base de dades del lloc s'ha instal·lat."
+
+#: ../../mod/setup.php:211
+msgid ""
+"You may need to import the file \"install/schema_xxx.sql\" manually using a "
+"database client."
+msgstr "Podria ser necessari importar el fitxer \"install / schema_xxx.sql\" manualment utilitzant un client de base de dades."
-#: ../../mod/delegate.php:128
-msgid "Potential Delegates"
-msgstr "Delegats Potencials"
+#: ../../mod/setup.php:212 ../../mod/setup.php:280 ../../mod/setup.php:730
+msgid "Please see the file \"install/INSTALL.txt\"."
+msgstr "Si us plau, consulteu el fitxer \"install / INSTALL.txt\"."
-#: ../../mod/delegate.php:131
-msgid "Add"
-msgstr "Afegir"
+#: ../../mod/setup.php:277
+msgid "System check"
+msgstr "Comprovació del sistema"
-#: ../../mod/delegate.php:132
-msgid "No entries."
-msgstr "Sense entrades"
+#: ../../mod/setup.php:282
+msgid "Check again"
+msgstr "Comprova de nou"
-#: ../../mod/suggest.php:38 ../../include/contact_widgets.php:35
-msgid "Friend Suggestions"
-msgstr "Amics Suggerits"
+#: ../../mod/setup.php:304
+msgid "Database connection"
+msgstr "Connexió de base de dades"
-#: ../../mod/suggest.php:44
+#: ../../mod/setup.php:305
msgid ""
-"No suggestions available. If this is a new site, please try again in 24 "
-"hours."
-msgstr "Cap suggeriment disponible. Si això és un nou lloc, si us plau torna a intentar en 24 hores."
+"In order to install $Projectname we need to know how to connect to your "
+"database."
+msgstr "Per tal d'instaŀlar $Projectname cal configurar la connexió a la base de dades."
-#: ../../mod/suggest.php:61
-msgid "Ignore/Hide"
-msgstr "Ignorar/Amagar"
+#: ../../mod/setup.php:306
+msgid ""
+"Please contact your hosting provider or site administrator if you have "
+"questions about these settings."
+msgstr "Si us plau, poseu-vos en contacte amb el proveïdor de serveis o administrador del lloc si vostè té preguntes sobre aquests paràmetres."
-#: ../../mod/directory.php:51
-msgid "Global Directory"
-msgstr "Directori Global"
+#: ../../mod/setup.php:307
+msgid ""
+"The database you specify below should already exist. If it does not, please "
+"create it before continuing."
+msgstr "La base de dades s'especifica a continuació ja ha d'existir. Si no és així, si us plau crear-la abans de continuar."
-#: ../../mod/directory.php:57
-msgid "Normal site view"
-msgstr "Vista normal del lloc"
+#: ../../mod/setup.php:311
+msgid "Database Server Name"
+msgstr "Base de Dades Nom del Servidor"
-#: ../../mod/directory.php:59
-msgid "Admin - View all site entries"
-msgstr "Admin- Veure totes les entrades del lloc"
+#: ../../mod/setup.php:311
+msgid "Default is localhost"
+msgstr "Per defecte es localhost"
-#: ../../mod/directory.php:65
-msgid "Find on this site"
-msgstr "Trobat en aquest lloc"
+#: ../../mod/setup.php:312
+msgid "Database Port"
+msgstr "Port per a la Base de Dades"
-#: ../../mod/directory.php:68
-msgid "Site Directory"
-msgstr "Directori Local"
+#: ../../mod/setup.php:312
+msgid "Communication port number - use 0 for default"
+msgstr "Numero del port de comunicacions - empra 0 per defecte"
-#: ../../mod/directory.php:127
-msgid "Gender: "
-msgstr "Gènere:"
+#: ../../mod/setup.php:313
+msgid "Database Login Name"
+msgstr "Base de Dades Nom d'Accès"
-#: ../../mod/directory.php:153
-msgid "No entries (some entries may be hidden)."
-msgstr "No hi ha entrades (algunes de les entrades poden estar amagades)."
+#: ../../mod/setup.php:314
+msgid "Database Login Password"
+msgstr "Base de Dades Contrasenya d'Accès"
-#: ../../mod/invite.php:35
-#, php-format
-msgid "%s : Not a valid email address."
-msgstr "%s : No es una adreça de correu vàlida"
+#: ../../mod/setup.php:315
+msgid "Database Name"
+msgstr "Nom de la Base de Dades"
-#: ../../mod/invite.php:59
-#, php-format
-msgid "Please join my network on %s"
-msgstr "Si us plau, uneix-te a la meva xarxa en %s"
+#: ../../mod/setup.php:316
+msgid "Database Type"
+msgstr "Tipus de Base de Dades"
-#: ../../mod/invite.php:69
-#, php-format
-msgid "%s : Message delivery failed."
-msgstr "%s : Ha fallat l'entrega del missatge."
+#: ../../mod/setup.php:318 ../../mod/setup.php:359
+msgid "Site administrator email address"
+msgstr "Adreça de correu de l'administrador del lloc"
-#: ../../mod/invite.php:73
-#, php-format
-msgid "%d message sent."
-msgid_plural "%d messages sent."
-msgstr[0] "%d missatge enviat"
-msgstr[1] "%d missatges enviats."
+#: ../../mod/setup.php:318 ../../mod/setup.php:359
+msgid ""
+"Your account email address must match this in order to use the web admin "
+"panel."
+msgstr "El teu compte de email ha de coincidir amb això per poder emprar el panel web d'administrador."
-#: ../../mod/invite.php:92
-msgid "You have no more invitations available"
-msgstr "No te més invitacions disponibles"
+#: ../../mod/setup.php:319 ../../mod/setup.php:361
+msgid "Website URL"
+msgstr "URL del lloc web"
-#: ../../mod/invite.php:99
-msgid "Send invitations"
-msgstr "Enviant Invitacions"
+#: ../../mod/setup.php:319 ../../mod/setup.php:361
+msgid "Please use SSL (https) URL if available."
+msgstr "Si us plau, empra SSL (https) URL si està disponible."
-#: ../../mod/invite.php:100
-msgid "Enter email addresses, one per line:"
-msgstr "Entri adreçes de correu, una per línia:"
+#: ../../mod/setup.php:321 ../../mod/setup.php:363
+msgid "Please select a default timezone for your website"
+msgstr "Si us plau, tria la zona horària del teu lloc web"
+
+#: ../../mod/setup.php:348
+msgid "Site settings"
+msgstr "Ajustos del lloc"
-#: ../../mod/invite.php:102
+#: ../../mod/setup.php:413
+msgid "Could not find a command line version of PHP in the web server PATH."
+msgstr "No s'ha pogut trobar una versió de línia d'ordres del PHP en el PATH del servidor web."
+
+#: ../../mod/setup.php:414
+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 vostè no té una versió de línia d'ordres del PHP instal·lada al servidor, vostè no serà capaç d'executar sondejos en segon pla via cron."
+
+#: ../../mod/setup.php:418
+msgid "PHP executable path"
+msgstr "Camí cap l'executable de PHP"
+
+#: ../../mod/setup.php:418
+msgid ""
+"Enter full path to php executable. You can leave this blank to continue the "
+"installation."
+msgstr "Introdueix el camí cap l'executable de php. Pots deixa-ho en blanc i continuar l'instal·lació."
+
+#: ../../mod/setup.php:423
+msgid "Command line PHP"
+msgstr "Línia d'ordres de PHP"
+
+#: ../../mod/setup.php:432
+msgid ""
+"The command line version of PHP on your system does not have "
+"\"register_argc_argv\" enabled."
+msgstr "La versió de línia d'ordres de PHP al teu sistema no te el \"register_argc_argv\" activat."
+
+#: ../../mod/setup.php:433
+msgid "This is required for message delivery to work."
+msgstr "Això es requereix per que funcioni l'entrega de missatges."
+
+#: ../../mod/setup.php:436
+msgid "PHP register_argc_argv"
+msgstr "PHP register_argc_argv"
+
+#: ../../mod/setup.php:454
#, php-format
-msgid "Please join my social network on %s"
-msgstr "Per favor, uneix-te a la meva xarxa social en %s"
+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 mida màxima que se't permet pujar està establerta en %s. La mida màxima per arxiu pujat es de %s. Se't permet pujar fins a %d arxius d'una vegada."
-#: ../../mod/invite.php:103
-msgid "To accept this invitation, please visit:"
-msgstr "Per acceptar aquesta invitació, si us plau, visiti:"
+#: ../../mod/setup.php:459
+msgid "You can adjust these settings in the servers php.ini."
+msgstr "Pots ajustar aquests valors a l'arxiu php.ini del servidor"
-#: ../../mod/invite.php:104
-msgid "You will need to supply this invitation code: $invite_code"
-msgstr "Vostè haurà de proporcionar aquest codi d'invitació: $invite_code"
+#: ../../mod/setup.php:461
+msgid "PHP upload limits"
+msgstr "Límits de pujada de PHP"
-#: ../../mod/invite.php:104
+#: ../../mod/setup.php:484
msgid ""
-"Once you have registered, please connect with me via my profile page at:"
-msgstr "Un cop registrat, si us plau contactar amb mi a través de la meva pàgina de perfil a:"
+"Error: the \"openssl_pkey_new\" function on this system is not able to "
+"generate encryption keys"
+msgstr "Error: la funció \"openssl_pkey_new\" en aquest sistema no es capaç de generar claus d'encriptació"
-#: ../../mod/dfrn_confirm.php:119
+#: ../../mod/setup.php:485
msgid ""
-"This may occasionally happen if contact was requested by both persons and it"
-" has already been approved."
-msgstr "Això pot ocorre ocasionalment si el contacte fa una petició per ambdues persones i ja han estat aprovades."
+"If running under Windows, please see "
+"\"http://www.php.net/manual/en/openssl.installation.php\"."
+msgstr "Si esta funcionant sota Windows, per favor, miri \"http://www.php.net/manual/en/openssl.installation.php\"."
-#: ../../mod/dfrn_confirm.php:239
-msgid "Response from remote site was not understood."
-msgstr "La resposta des del lloc remot no s'entenia."
+#: ../../mod/setup.php:488
+msgid "Generate encryption keys"
+msgstr "Generar claus de xifrat"
-#: ../../mod/dfrn_confirm.php:248
-msgid "Unexpected response from remote site: "
-msgstr "Resposta inesperada de lloc remot:"
+#: ../../mod/setup.php:500
+msgid "libCurl PHP module"
+msgstr "mòdul PHP libCurl "
-#: ../../mod/dfrn_confirm.php:256
-msgid "Confirmation completed successfully."
-msgstr "La confirmació s'ha completat correctament."
+#: ../../mod/setup.php:501
+msgid "GD graphics PHP module"
+msgstr "mòdul PHP GD gràfics"
-#: ../../mod/dfrn_confirm.php:258 ../../mod/dfrn_confirm.php:272
-#: ../../mod/dfrn_confirm.php:279
-msgid "Remote site reported: "
-msgstr "El lloc remot informa:"
+#: ../../mod/setup.php:502
+msgid "OpenSSL PHP module"
+msgstr "mòdul PHP OpenSSL"
-#: ../../mod/dfrn_confirm.php:270
-msgid "Temporary failure. Please wait and try again."
-msgstr "Fallada temporal. Si us plau, espereu i torneu a intentar."
+#: ../../mod/setup.php:503
+msgid "mysqli or postgres PHP module"
+msgstr "mòdul PHP mysqli o postgres"
-#: ../../mod/dfrn_confirm.php:277
-msgid "Introduction failed or was revoked."
-msgstr "La presentació va fallar o va ser revocada."
+#: ../../mod/setup.php:504
+msgid "mb_string PHP module"
+msgstr "mòdul PHP mb_string"
-#: ../../mod/dfrn_confirm.php:422
-msgid "Unable to set contact photo."
-msgstr "No es pot canviar la foto de contacte."
+#: ../../mod/setup.php:505
+msgid "mcrypt PHP module"
+msgstr "mòdul PHP mcrypt"
-#: ../../mod/dfrn_confirm.php:474 ../../include/diaspora.php:495
-#: ../../include/conversation.php:101
-#, php-format
-msgid "%1$s is now friends with %2$s"
-msgstr "%1$s és ara amic amb %2$s"
+#: ../../mod/setup.php:506
+msgid "xml PHP module"
+msgstr "Mòdul xml de PHP"
-#: ../../mod/dfrn_confirm.php:544
-#, php-format
-msgid "No user record found for '%s' "
-msgstr "No es troben registres d'usuari per a '%s'"
+#: ../../mod/setup.php:510 ../../mod/setup.php:512
+msgid "Apache mod_rewrite module"
+msgstr "mòdul Apache mod_rewrite"
-#: ../../mod/dfrn_confirm.php:554
-msgid "Our site encryption key is apparently messed up."
-msgstr "La nostra clau de xifrat del lloc pel que sembla en mal estat."
+#: ../../mod/setup.php:510
+msgid ""
+"Error: Apache webserver mod-rewrite module is required but not installed."
+msgstr "Error: el mòdul mod-rewrite del servidor web Apache es requereix i no està instal·lat."
-#: ../../mod/dfrn_confirm.php:565
-msgid "Empty site URL was provided or URL could not be decrypted by us."
-msgstr "Es va proporcionar una URL del lloc buida o la URL no va poder ser desxifrada per nosaltres."
+#: ../../mod/setup.php:516 ../../mod/setup.php:519
+msgid "proc_open"
+msgstr "proc_open"
-#: ../../mod/dfrn_confirm.php:586
-msgid "Contact record was not found for you on our site."
-msgstr "No s'han trobat registres del contacte al nostre lloc."
+#: ../../mod/setup.php:516
+msgid ""
+"Error: proc_open is required but is either not installed or has been "
+"disabled in php.ini"
+msgstr "Error: es requereix proc_open però o no està instal·lat o ha estat desactivat a php.ini"
-#: ../../mod/dfrn_confirm.php:600
-#, php-format
-msgid "Site public key not available in contact record for URL %s."
-msgstr "la clau pública del lloc no disponible en les dades del contacte per URL %s."
+#: ../../mod/setup.php:524
+msgid "Error: libCURL PHP module required but not installed."
+msgstr "Error: el mòdul PHP libCURL es requereix però no està instal·lat."
-#: ../../mod/dfrn_confirm.php:620
+#: ../../mod/setup.php:528
msgid ""
-"The ID provided by your system is a duplicate on our system. It should work "
-"if you try again."
-msgstr "La ID proporcionada pel seu sistema és un duplicat en el nostre sistema. Hauria de treballar si intenta de nou."
+"Error: GD graphics PHP module with JPEG support required but not installed."
+msgstr "Error: el mòdul PHP GD graphics amb support JPEG es requereix però no està instal·lat."
-#: ../../mod/dfrn_confirm.php:631
-msgid "Unable to set your contact credentials on our system."
-msgstr "No es pot canviar les seves credencials de contacte en el nostre sistema."
+#: ../../mod/setup.php:532
+msgid "Error: openssl PHP module required but not installed."
+msgstr "Error: el mòdul PHP openssl es requereix però no està instal·lat."
-#: ../../mod/dfrn_confirm.php:694
-msgid "Unable to update your contact profile details on our system"
-msgstr "No es pot actualitzar els detalls del seu perfil de contacte en el nostre sistema"
+#: ../../mod/setup.php:536
+msgid ""
+"Error: mysqli or postgres PHP module required but neither are installed."
+msgstr "Error: el mòdul PHO mysqli o postgres es requereix però no està instal·lat."
-#: ../../mod/dfrn_confirm.php:724
-#, php-format
-msgid "Connection accepted at %s"
-msgstr "Connexió acceptada en %s"
+#: ../../mod/setup.php:540
+msgid "Error: mb_string PHP module required but not installed."
+msgstr "Error: el mòdul PHP mb_string es requereix però no està instal·lat."
+
+#: ../../mod/setup.php:544
+msgid "Error: mcrypt PHP module required but not installed."
+msgstr "Error: el mòdul PHP mcrypt es requereix però no està instal·lat."
+
+#: ../../mod/setup.php:548
+msgid "Error: xml PHP module required for DAV but not installed."
+msgstr "Error: el mòdul xml de PHP es requereix per DAV però no està instal·lat."
+
+#: ../../mod/setup.php:566
+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'instaŀlador ha de poder crear i modificar un fitxer anomenat «.htconfig.php» a la carpeta arrel del servidor, però sembla que no ho pot fer."
-#: ../../addon/facebook/facebook.php:338
-msgid "Facebook disabled"
-msgstr "Facebook deshabilitat"
+#: ../../mod/setup.php:567
+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 "Això sol ser un problema de permisos. Per molt que el teu usuari pugui modificar-lo, és el del servidor web qui necessita els poders de modificació."
-#: ../../addon/facebook/facebook.php:343
-msgid "Updating contacts"
-msgstr "Actualitzant contactes"
+#: ../../mod/setup.php:568
+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 final d'aquest procés hauràs de desar un text a l'arxiu «.htconfig.php», que es troba a la carpeta arrel del servidor."
-#: ../../addon/facebook/facebook.php:352
-msgid "Facebook API key is missing."
-msgstr "La clau del API de Facebook s'ha perdut."
+#: ../../mod/setup.php:569
+msgid ""
+"You can alternatively skip this procedure and perform a manual installation."
+" Please see the file \"install/INSTALL.txt\" for instructions."
+msgstr "Aquest procés és opcional. Per a fer una instaŀlació manual consulta les instruccions a «install/INSTALL.txt\"."
-#: ../../addon/facebook/facebook.php:359
-msgid "Facebook Connect"
-msgstr "Facebook Connectat"
+#: ../../mod/setup.php:572
+msgid ".htconfig.php is writable"
+msgstr "L'arxiu «.htconfig.php» es pot modificar"
-#: ../../addon/facebook/facebook.php:365
-msgid "Install Facebook connector for this account."
-msgstr "Instal·lar el connector de Facebook per aquest compte."
+#: ../../mod/setup.php:586
+msgid ""
+"Red uses the Smarty3 template engine to render its web views. Smarty3 "
+"compiles templates to PHP to speed up rendering."
+msgstr "Red fa servir el motor de plantilles Smarty3 per a renderitzar les vistes més ràpidament."
-#: ../../addon/facebook/facebook.php:372
-msgid "Remove Facebook connector"
-msgstr "Eliminar el connector de Faceboook"
+#: ../../mod/setup.php:587
+#, php-format
+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 tal de guardar aquestes plantilles compilades, el servidor web necessita tenir premis d'escriptura en el directori %s sota la carpeta principal de Red."
-#: ../../addon/facebook/facebook.php:377
+#: ../../mod/setup.php:588 ../../mod/setup.php:609
msgid ""
-"Re-authenticate [This is necessary whenever your Facebook password is "
-"changed.]"
-msgstr "Re-autentificar [Això és necessari cada vegada que la contrasenya de Facebook canvia.]"
+"Please ensure that the user that your web server runs as (e.g. www-data) has"
+" write access to this folder."
+msgstr "Comprova que l'usuari que executa el servidor (www-data en Apache) té permisos d'escriptura en aquesta carpeta."
-#: ../../addon/facebook/facebook.php:384
-msgid "Post to Facebook by default"
-msgstr "Enviar a Facebook per defecte"
+#: ../../mod/setup.php:589
+#, php-format
+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: com a mesura de seguretat l'usuari del servidor web ha de tenir accés d'escriptura només a %s, i no a les plantilles (.tpl) que conté."
-#: ../../addon/facebook/facebook.php:388
-msgid "Link all your Facebook friends and conversations on this website"
-msgstr "Enllaça tots els teus amics i les converses de Facebook en aquest lloc web"
+#: ../../mod/setup.php:592
+#, php-format
+msgid "%s is writable"
+msgstr "Es pot escriure a %s"
-#: ../../addon/facebook/facebook.php:390
+#: ../../mod/setup.php:608
msgid ""
-"Facebook conversations consist of your <em>profile wall</em> and your friend"
-" <em>stream</em>."
-msgstr "Les converses de Facebook consisteixen en el <em>perfil del mur</em> i en el<em> stream </em> del seu amic."
+"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 fa servir la carpeta «store» per a desar els fitxers pujats. Per tant, el servidor web necessita tenir permís d'escriptura en aquesta carpeta, que està a l'arrel del servidor web."
-#: ../../addon/facebook/facebook.php:391
-msgid "On this website, your Facebook friend stream is only visible to you."
-msgstr "En aquesta pàgina web, el stream del seu amic a Facebook només és visible per a vostè."
+#: ../../mod/setup.php:612
+msgid "store is writable"
+msgstr "Es pot escriure al magatzem (store)"
-#: ../../addon/facebook/facebook.php:392
+#: ../../mod/setup.php:645
msgid ""
-"The following settings determine the privacy of your Facebook profile wall "
-"on this website."
-msgstr "Les següents opcions determinen la privacitat del mur del seu perfil de Facebook en aquest lloc web."
+"SSL certificate cannot be validated. Fix certificate or disable https access"
+" to this site."
+msgstr "El certificat SSL no s'ha pogut validar. Arregla-ho o deshabilita l'accés https a aquest lloc"
-#: ../../addon/facebook/facebook.php:396
+#: ../../mod/setup.php:646
msgid ""
-"On this website your Facebook profile wall conversations will only be "
-"visible to you"
-msgstr "En aquesta pàgina web les seves converses al mur del perfil de Facebook només seran visible per a vostè"
+"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 tens accès pet https al teu lloc web o permets connexions pel port TCP 443 (port https), Has d'emprar un certificat VÀLID. NO es poden emprar certificats AUTO-SIGNATS!"
-#: ../../addon/facebook/facebook.php:401
-msgid "Do not import your Facebook profile wall conversations"
-msgstr "No importi les seves converses del mur del perfil de Facebook"
+#: ../../mod/setup.php:647
+msgid ""
+"This restriction is incorporated because public posts from you may for "
+"example contain references to images on your own hub."
+msgstr "El motiu d'aquesta restricció és que les teves entrades públiques poden contenir referències a imatges del teu propi hub."
-#: ../../addon/facebook/facebook.php:403
+#: ../../mod/setup.php:648
msgid ""
-"If you choose to link conversations and leave both of these boxes unchecked,"
-" your Facebook profile wall will be merged with your profile wall on this "
-"website and your privacy settings on this website will be used to determine "
-"who may see the conversations."
-msgstr "Si opta per vincular les converses i deixar ambdues caselles sense marcar, el mur del seu perfil de Facebook es fusionarà amb el mur del seu perfil en aquest lloc web i la seva configuració de privacitat en aquest website serà utilitzada per determinar qui pot veure les converses."
+"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 el teu certificat no és reconegut, llavors el membres d'altres hubs, encara que tinguin certificats vàlids, rebran una advertència de seguretat en carregar contingut teu."
-#: ../../addon/facebook/facebook.php:408
-msgid "Comma separated applications to ignore"
-msgstr "Separats per comes les aplicacions a ignorar"
+#: ../../mod/setup.php:649
+msgid ""
+"This can cause usability issues elsewhere (not just on your own site) so we "
+"must insist on this requirement."
+msgstr "Per tant, com que perjudica la usabilitat més enllà del teu lloc, la restricció de tenir un certificat reconegut és molt important."
-#: ../../addon/facebook/facebook.php:476
-#: ../../include/contact_selectors.php:81
-msgid "Facebook"
-msgstr "Facebook"
+#: ../../mod/setup.php:650
+msgid ""
+"Providers are available that issue free certificates which are browser-"
+"valid."
+msgstr "Hi ha autoritats de certificació reconegudes que ofereixen certificats gratuïts."
-#: ../../addon/facebook/facebook.php:477
-msgid "Facebook Connector Settings"
-msgstr "Ajustos del Connector de Facebook"
+#: ../../mod/setup.php:652
+msgid "SSL certificate validation"
+msgstr "Validació del certificat SSL"
+
+#: ../../mod/setup.php:658
+msgid ""
+"Url rewrite in .htaccess is not working. Check your server "
+"configuration.Test: "
+msgstr "No es poden reescriure les URL a «.htaccess». Comprova la configuració del servidor:"
-#: ../../addon/facebook/facebook.php:491
-msgid "Post to Facebook"
-msgstr "Enviament a Facebook"
+#: ../../mod/setup.php:661
+msgid "Url rewrite is working"
+msgstr "Es poden reescriure les URL a «.htaccess»"
-#: ../../addon/facebook/facebook.php:582
+#: ../../mod/setup.php:670
msgid ""
-"Post to Facebook cancelled because of multi-network access permission "
-"conflict."
-msgstr "Enviament a Facebook cancel·lat perque hi ha un conflicte de permisos d'accés multi-xarxa."
+"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 "L'arxiu de configuracio de la base de dades «.htconfig.php» no s'ha pogut modificar. El pots crear tu a l'arrel del servidor web amb el text de la caixa com a contingut."
-#: ../../addon/facebook/facebook.php:651
-msgid "Image: "
-msgstr "Imatge:"
+#: ../../mod/setup.php:694
+msgid "Errors encountered creating database tables."
+msgstr "S'han produït errors mentre es creaven taules a la base de dades."
-#: ../../addon/facebook/facebook.php:728
-msgid "View on Friendica"
-msgstr "Vist en Friendica"
+#: ../../mod/setup.php:728
+msgid "<h1>What next</h1>"
+msgstr "<h1>I ara què?</h1>"
-#: ../../addon/facebook/facebook.php:752
-msgid "Facebook post failed. Queued for retry."
-msgstr "Enviament a Facebook fracassat. En cua per a reintent."
+#: ../../mod/setup.php:729
+msgid ""
+"IMPORTANT: You will need to [manually] setup a scheduled task for the "
+"poller."
+msgstr "IMPORTANT! Cal que configuris manualment una execució periòdica del \"poller\"."
-#: ../../addon/facebook/facebook.php:877 ../../addon/facebook/facebook.php:886
-#: ../../include/bb2diaspora.php:102
-msgid "link"
-msgstr "enllaç"
+#: ../../mod/openid.php:26
+msgid "OpenID protocol error. No ID returned."
+msgstr "Error del protocol OpenID. No ha retornat ID"
-#: ../../addon/widgets/widget_like.php:58
+#: ../../mod/openid.php:72 ../../mod/openid.php:180 ../../mod/post.php:286
#, php-format
-msgid "%d person likes this"
-msgid_plural "%d people like this"
-msgstr[0] "%d persona li agrada això"
-msgstr[1] "%d persones els agrada això"
+msgid "Welcome %s. Remote authentication successful."
+msgstr "Benvingut %s. Autenticació remota reeixida."
-#: ../../addon/widgets/widget_like.php:61
+#: ../../mod/tagger.php:96
#, php-format
-msgid "%d person doesn't like this"
-msgid_plural "%d people don't like this"
-msgstr[0] "%d persona no li agrada això"
-msgstr[1] "%d persones no els agrada això"
+msgid "%1$s tagged %2$s's %3$s with %4$s"
+msgstr "%1$s ha etiquetat %3$s de %2$s amb %4$s"
-#: ../../addon/widgets/widgets.php:55
-msgid "Generate new key"
-msgstr "Generar nova clau"
+#: ../../mod/uexport.php:41 ../../mod/uexport.php:42
+msgid "Export Channel"
+msgstr "Exportar Canal"
-#: ../../addon/widgets/widgets.php:58
-msgid "Widgets key"
-msgstr "Ginys clau"
+#: ../../mod/uexport.php:43
+msgid ""
+"Export your basic channel information to a small 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 hub, but\tdoes not contain your "
+"content."
+msgstr "Exporta la informació bàsica del canal a un petit arxiu. Això actua com a còpia de recolzament de les teves connexions, permisos, perfil i dades bàsiques, les quals pots emprar per traslladar aquestes dades a una altre lloc/centre, però no conté el contingut del canal."
-#: ../../addon/widgets/widgets.php:60
-msgid "Widgets available"
-msgstr "Ginys disponibles"
+#: ../../mod/uexport.php:44
+msgid "Export Content"
+msgstr "Exportar el Contingut"
-#: ../../addon/widgets/widget_friends.php:40
-msgid "Connect on Friendica!"
-msgstr "Connectar en Friendica"
+#: ../../mod/uexport.php:45
+msgid ""
+"Export your channel information and all the content to a JSON backup. This "
+"backs up all of your connections, permissions, profile data and all of your "
+"content, but is generally not suitable for importing a channel to a new hub "
+"as this file may be VERY large. Please be patient - it may take several "
+"minutes for this download to begin."
+msgstr "Exporta la informació del canal i tot el contingut a un arxiu de recolzament JSON. Això còpia totes les teves connexions, permisos, perfil i dades i tot el contingut, però normalment no es pot importar en un altre canal d'un nou lloc/centre donat que l'arxiu acostuma a ser MOLT gran. Si et plau, sigues pacient ja que pot trigar uns minuts a començar a baixar."
+
+#: ../../mod/viewconnections.php:62
+msgid "No connections."
+msgstr "Sense connexions."
+
+#: ../../mod/viewconnections.php:75
+#, php-format
+msgid "Visit %s's profile [%s]"
+msgstr "Visita el perfil [%s] de %s"
-#: ../../addon/yourls/yourls.php:55
-msgid "YourLS Settings"
-msgstr "La Teva Configuració de LS"
+#: ../../mod/zfinger.php:23
+msgid "invalid target signature"
+msgstr "Signatura objectiu invàlida"
-#: ../../addon/yourls/yourls.php:57
-msgid "URL: http://"
-msgstr "URL: http://"
+#: ../../mod/admin.php:52
+msgid "Theme settings updated."
+msgstr "Ajustos de tema actualitzats."
-#: ../../addon/yourls/yourls.php:62
-msgid "Username:"
-msgstr "Nom d'usuari:"
+#: ../../mod/admin.php:93 ../../mod/admin.php:452
+msgid "Site"
+msgstr "Lloc"
-#: ../../addon/yourls/yourls.php:67
-msgid "Password:"
-msgstr "Contrasenya:"
+#: ../../mod/admin.php:94
+msgid "Accounts"
+msgstr "Comptes"
-#: ../../addon/yourls/yourls.php:72
-msgid "Use SSL "
-msgstr "Emprar SSL"
+#: ../../mod/admin.php:95 ../../mod/admin.php:985
+msgid "Channels"
+msgstr "Canals"
-#: ../../addon/yourls/yourls.php:92
-msgid "yourls Settings saved."
-msgstr "Guardar la seva configuració."
+#: ../../mod/admin.php:96 ../../mod/admin.php:1077 ../../mod/admin.php:1117
+msgid "Plugins"
+msgstr "Plugins"
-#: ../../addon/ljpost/ljpost.php:38
-msgid "Post to LiveJournal"
-msgstr "Missatge a Livejournal"
+#: ../../mod/admin.php:97 ../../mod/admin.php:1277 ../../mod/admin.php:1311
+msgid "Themes"
+msgstr "Temes"
-#: ../../addon/ljpost/ljpost.php:69
-msgid "LiveJournal Post Settings"
-msgstr "Configuració d'enviaments a Livejournal"
+#: ../../mod/admin.php:98
+msgid "Inspect queue"
+msgstr "Revisa cua"
-#: ../../addon/ljpost/ljpost.php:71
-msgid "Enable LiveJournal Post Plugin"
-msgstr "Habilitat el plugin d'enviaments a Livejournal"
+#: ../../mod/admin.php:100
+msgid "Profile Config"
+msgstr "Configuració del Perfil"
-#: ../../addon/ljpost/ljpost.php:76
-msgid "LiveJournal username"
-msgstr "Nom d'usuari a Livejournal"
+#: ../../mod/admin.php:101
+msgid "DB updates"
+msgstr "Actualitzacions de Base de Dades"
-#: ../../addon/ljpost/ljpost.php:81
-msgid "LiveJournal password"
-msgstr "Contrasenya a Livejournal"
+#: ../../mod/admin.php:115 ../../mod/admin.php:122 ../../mod/admin.php:1396
+msgid "Logs"
+msgstr "Logs"
-#: ../../addon/ljpost/ljpost.php:86
-msgid "Post to LiveJournal by default"
-msgstr "Enviar per defecte a Livejournal"
+#: ../../mod/admin.php:121
+msgid "Plugin Features"
+msgstr "Característiques del Plugin"
-#: ../../addon/nsfw/nsfw.php:47
-msgid "\"Not Safe For Work\" Settings"
-msgstr "Configuració de \"Not Safe For Work\""
+#: ../../mod/admin.php:123
+msgid "User registrations waiting for confirmation"
+msgstr "Registre d'usuaris esperant confirmació"
-#: ../../addon/nsfw/nsfw.php:50
-msgid "Enable NSFW filter"
-msgstr "Habilitar el filtre NSFW"
+#: ../../mod/admin.php:200
+msgid "# Accounts"
+msgstr "# Comptes"
-#: ../../addon/nsfw/nsfw.php:53
-msgid "Comma separated words to treat as NSFW"
-msgstr "Tractar com NSFW les paraules separades per comes "
+#: ../../mod/admin.php:201
+msgid "# blocked accounts"
+msgstr "# comptes bloquejats"
-#: ../../addon/nsfw/nsfw.php:58
-msgid "Use /expression/ to provide regular expressions"
-msgstr "Emprar /expressió/ per a proporcionar expressions regulars"
+#: ../../mod/admin.php:202
+msgid "# expired accounts"
+msgstr "# comptes expirats"
-#: ../../addon/nsfw/nsfw.php:74
-msgid "NSFW Settings saved."
-msgstr "Configuració NSFW guardada."
+#: ../../mod/admin.php:203
+msgid "# expiring accounts"
+msgstr "# comptes expirant"
-#: ../../addon/nsfw/nsfw.php:120
-#, php-format
-msgid "%s - Click to open/close"
-msgstr "%s - Clicar per obrir/tancar"
+#: ../../mod/admin.php:216
+msgid "# Channels"
+msgstr "# Canals"
-#: ../../addon/communityhome/communityhome.php:28
-#: ../../addon/communityhome/communityhome.php:34
-#: ../../addon/communityhome/twillingham/communityhome.php:28
-#: ../../addon/communityhome/twillingham/communityhome.php:34
-#: ../../include/nav.php:62 ../../boot.php:710
-msgid "Login"
-msgstr "Identifica't"
+#: ../../mod/admin.php:217
+msgid "# primary"
+msgstr "# primari"
-#: ../../addon/communityhome/communityhome.php:29
-#: ../../addon/communityhome/twillingham/communityhome.php:29
-msgid "OpenID"
-msgstr "OpenID"
+#: ../../mod/admin.php:218
+msgid "# clones"
+msgstr "# clons"
-#: ../../addon/communityhome/communityhome.php:38
-msgid "Last users"
-msgstr "Últims usuaris"
+#: ../../mod/admin.php:224
+msgid "Message queues"
+msgstr "Cues de missatges"
-#: ../../addon/communityhome/communityhome.php:81
-#: ../../addon/communityhome/twillingham/communityhome.php:81
-msgid "Most active users"
-msgstr "Usuaris més actius"
+#: ../../mod/admin.php:240 ../../mod/admin.php:451 ../../mod/admin.php:548
+#: ../../mod/admin.php:817 ../../mod/admin.php:984 ../../mod/admin.php:1076
+#: ../../mod/admin.php:1116 ../../mod/admin.php:1276 ../../mod/admin.php:1310
+#: ../../mod/admin.php:1395
+msgid "Administration"
+msgstr "Administració"
-#: ../../addon/communityhome/communityhome.php:98
-msgid "Last photos"
-msgstr "Últimes fotos"
+#: ../../mod/admin.php:241
+msgid "Summary"
+msgstr "Sumari"
-#: ../../addon/communityhome/communityhome.php:133
-msgid "Last likes"
-msgstr "Últims \"m'agrada\""
+#: ../../mod/admin.php:244
+msgid "Registered accounts"
+msgstr "Comptes registrades"
-#: ../../addon/communityhome/communityhome.php:155 ../../include/text.php:1224
-#: ../../include/conversation.php:45 ../../include/conversation.php:118
-msgid "event"
-msgstr "esdeveniment"
+#: ../../mod/admin.php:245 ../../mod/admin.php:552
+msgid "Pending registrations"
+msgstr "Comptes pendents de registre"
-#: ../../addon/communityhome/twillingham/communityhome.php:38
-msgid "Latest users"
-msgstr "Últims usuaris"
+#: ../../mod/admin.php:246
+msgid "Registered channels"
+msgstr "Canals registrats"
-#: ../../addon/uhremotestorage/uhremotestorage.php:84
-#, php-format
-msgid ""
-"Allow to use your friendica id (%s) to connecto to external unhosted-enabled"
-" storage (like ownCloud). See <a "
-"href=\"http://www.w3.org/community/unhosted/wiki/RemoteStorage#WebFinger\">RemoteStorage"
-" WebFinger</a>"
-msgstr "Permetre l'ús del seu ID de friendica (%s) per Connectar a l'emmagatzematge extern (com ownCloud). Veure <a href=\"http://www.w3.org/community/unhosted/wiki/RemoteStorage#WebFinger\"> WebFinger RemoteStorage </a>"
+#: ../../mod/admin.php:247 ../../mod/admin.php:553
+msgid "Active plugins"
+msgstr "Plugins actius"
-#: ../../addon/uhremotestorage/uhremotestorage.php:85
-msgid "Template URL (with {category})"
-msgstr "Plantilles de URL (amb {categoria})"
+#: ../../mod/admin.php:248
+msgid "Version"
+msgstr "Versió"
-#: ../../addon/uhremotestorage/uhremotestorage.php:86
-msgid "OAuth end-point"
-msgstr "OAuth end-point"
+#: ../../mod/admin.php:363
+msgid "Site settings updated."
+msgstr "Ajustos del Lloc actualitzats"
-#: ../../addon/uhremotestorage/uhremotestorage.php:87
-msgid "Api"
-msgstr "Api"
+#: ../../mod/admin.php:400 ../../mod/settings.php:813
+msgid "mobile"
+msgstr "mòbil"
-#: ../../addon/membersince/membersince.php:18
-msgid "Member since:"
-msgstr "Membre des de:"
+#: ../../mod/admin.php:402
+msgid "experimental"
+msgstr "experimental"
-#: ../../addon/tictac/tictac.php:20
-msgid "Three Dimensional Tic-Tac-Toe"
-msgstr "Tres en línia Tridimensional"
+#: ../../mod/admin.php:404
+msgid "unsupported"
+msgstr "no soportat"
-#: ../../addon/tictac/tictac.php:53
-msgid "3D Tic-Tac-Toe"
-msgstr "Tres en línia 3D"
+#: ../../mod/admin.php:429
+msgid "Yes - with approval"
+msgstr "Sí - amb aprovació"
-#: ../../addon/tictac/tictac.php:58
-msgid "New game"
-msgstr "Nou joc"
+#: ../../mod/admin.php:435
+msgid "My site is not a public server"
+msgstr "El meu lloc no es un servidor públic"
-#: ../../addon/tictac/tictac.php:59
-msgid "New game with handicap"
-msgstr "Nou joc modificat"
+#: ../../mod/admin.php:436
+msgid "My site has paid access only"
+msgstr "El meu lloc te accès per pagament"
-#: ../../addon/tictac/tictac.php:60
-msgid ""
-"Three dimensional tic-tac-toe is just like the traditional game except that "
-"it is played on multiple levels simultaneously. "
-msgstr "El joc del tres en línia tridimensional és com el joc tradicional, excepte que es juga en diversos nivells simultàniament."
+#: ../../mod/admin.php:437
+msgid "My site has free access only"
+msgstr "El meu lloc te lliure accés"
-#: ../../addon/tictac/tictac.php:61
-msgid ""
-"In this case there are three levels. You win by getting three in a row on "
-"any level, as well as up, down, and diagonally across the different levels."
-msgstr "En aquest cas hi ha tres nivells. Vostè guanya per aconseguir tres en una fila en qualsevol nivell, així com dalt, baix i en diagonal a través dels diferents nivells."
+#: ../../mod/admin.php:438
+msgid "My site offers free accounts with optional paid upgrades"
+msgstr "El meu lloc te comptes gratis amb opció de millores per pagament"
-#: ../../addon/tictac/tictac.php:63
+#: ../../mod/admin.php:454 ../../mod/register.php:207
+msgid "Registration"
+msgstr "Registre"
+
+#: ../../mod/admin.php:455
+msgid "File upload"
+msgstr "Pujar arxiu"
+
+#: ../../mod/admin.php:456
+msgid "Policies"
+msgstr "Polítiques"
+
+#: ../../mod/admin.php:461
+msgid "Site name"
+msgstr "Nom del lloc"
+
+#: ../../mod/admin.php:462
+msgid "Banner/Logo"
+msgstr "Senyera/Logo"
+
+#: ../../mod/admin.php:463
+msgid "Administrator Information"
+msgstr "Informació de l'Administrador"
+
+#: ../../mod/admin.php:463
msgid ""
-"The handicap game disables the center position on the middle level because "
-"the player claiming this square often has an unfair advantage."
-msgstr "El joc modificat desactiva la posició central en el nivell mitjà perquè el jugador en aquesta posició té sovint un avantatge injust."
-
-#: ../../addon/tictac/tictac.php:182
-msgid "You go first..."
-msgstr "Vostè va primer ..."
-
-#: ../../addon/tictac/tictac.php:187
-msgid "I'm going first this time..."
-msgstr "Vaig primer aquesta vegada ..."
-
-#: ../../addon/tictac/tictac.php:193
-msgid "You won!"
-msgstr "Has guanyat!"
-
-#: ../../addon/tictac/tictac.php:199 ../../addon/tictac/tictac.php:224
-msgid "\"Cat\" game!"
-msgstr "Empat!"
-
-#: ../../addon/tictac/tictac.php:222
-msgid "I won!"
-msgstr "Vaig guanyar!"
-
-#: ../../addon/randplace/randplace.php:171
-msgid "Randplace Settings"
-msgstr "Configuració de Randplace"
-
-#: ../../addon/randplace/randplace.php:173
-msgid "Enable Randplace Plugin"
-msgstr "Habilitar el Plugin de Randplace"
-
-#: ../../addon/dwpost/dwpost.php:38
-msgid "Post to Dreamwidth"
-msgstr "Missatge a Dreamwidth"
-
-#: ../../addon/dwpost/dwpost.php:69
-msgid "Dreamwidth Post Settings"
-msgstr "Configuració d'enviaments a Dreamwidth"
-
-#: ../../addon/dwpost/dwpost.php:71
-msgid "Enable dreamwidth Post Plugin"
-msgstr "Habilitat el plugin d'enviaments a Dreamwidth"
-
-#: ../../addon/dwpost/dwpost.php:76
-msgid "dreamwidth username"
-msgstr "Nom d'usuari a Dreamwidth"
-
-#: ../../addon/dwpost/dwpost.php:81
-msgid "dreamwidth password"
-msgstr "Contrasenya a Dreamwidth"
-
-#: ../../addon/dwpost/dwpost.php:86
-msgid "Post to dreamwidth by default"
-msgstr "Enviar per defecte a Dreamwidth"
-
-#: ../../addon/drpost/drpost.php:35
-msgid "Post to Drupal"
-msgstr "Missatge a Drupal"
-
-#: ../../addon/drpost/drpost.php:72
-msgid "Drupal Post Settings"
-msgstr "Configuració d'enviaments a Drupal"
-
-#: ../../addon/drpost/drpost.php:74
-msgid "Enable Drupal Post Plugin"
-msgstr "Habilitar el Plugin d'Enviaments de Drupal"
-
-#: ../../addon/drpost/drpost.php:79
-msgid "Drupal username"
-msgstr "Nom d'usuari de Drupal"
-
-#: ../../addon/drpost/drpost.php:84
-msgid "Drupal password"
-msgstr "Contrasenya de Drupal"
-
-#: ../../addon/drpost/drpost.php:89
-msgid "Post Type - article,page,or blog"
-msgstr "Tipus d'Enviament- article,pàgina, o blog"
-
-#: ../../addon/drpost/drpost.php:94
-msgid "Drupal site URL"
-msgstr "URL del lloc Drupal"
-
-#: ../../addon/drpost/drpost.php:99
-msgid "Drupal site uses clean URLS"
-msgstr "el Lloc Drupal empra URLS netes"
-
-#: ../../addon/drpost/drpost.php:104
-msgid "Post to Drupal by default"
-msgstr "Enviar a Drupal per defecte"
-
-#: ../../addon/drpost/drpost.php:184 ../../addon/wppost/wppost.php:172
-#: ../../addon/posterous/posterous.php:173
-msgid "Post from Friendica"
-msgstr "Enviament des de Friendica"
-
-#: ../../addon/geonames/geonames.php:143
-msgid "Geonames settings updated."
-msgstr "Actualitzada la configuració de Geonames."
-
-#: ../../addon/geonames/geonames.php:179
-msgid "Geonames Settings"
-msgstr "Configuració de Geonames"
-
-#: ../../addon/geonames/geonames.php:181
-msgid "Enable Geonames Plugin"
-msgstr "Habilitar Plugin de Geonames"
-
-#: ../../addon/js_upload/js_upload.php:43
-msgid "Upload a file"
-msgstr "Carrega un arxiu"
-
-#: ../../addon/js_upload/js_upload.php:44
-msgid "Drop files here to upload"
-msgstr "Deixa aquí el arxiu a carregar"
-
-#: ../../addon/js_upload/js_upload.php:46
-msgid "Failed"
-msgstr "Fracassar"
-
-#: ../../addon/js_upload/js_upload.php:297
-msgid "No files were uploaded."
-msgstr "No hi ha arxius carregats."
-
-#: ../../addon/js_upload/js_upload.php:303
-msgid "Uploaded file is empty"
-msgstr "L'arxiu carregat està buit"
-
-#: ../../addon/js_upload/js_upload.php:326
-msgid "File has an invalid extension, it should be one of "
-msgstr "Arxiu té una extensió no vàlida, ha de ser una de"
-
-#: ../../addon/js_upload/js_upload.php:337
-msgid "Upload was cancelled, or server error encountered"
-msgstr "La pujada va ser cancel.lada, o es va trobar un error de servidor"
-
-#: ../../addon/oembed.old/oembed.php:30
-msgid "OEmbed settings updated"
-msgstr "Actualitzar la configuració OEmbed"
-
-#: ../../addon/oembed.old/oembed.php:43
-msgid "Use OEmbed for YouTube videos"
-msgstr "Empreu OEmbed per videos YouTube"
-
-#: ../../addon/oembed.old/oembed.php:71
-msgid "URL to embed:"
-msgstr "Adreça URL del recurs"
-
-#: ../../addon/impressum/impressum.php:25
-msgid "Impressum"
-msgstr "Impressum"
-
-#: ../../addon/impressum/impressum.php:38
-#: ../../addon/impressum/impressum.php:40
-#: ../../addon/impressum/impressum.php:70
-msgid "Site Owner"
-msgstr "Propietari del lloc"
+"Contact information for site administrators. Displayed on siteinfo page. "
+"BBCode can be used here"
+msgstr "Informació per contactar amb els administradors del lloc. Mostrada a la pàgina d'informació del lloc. Es pot emprar BBCode aquí"
-#: ../../addon/impressum/impressum.php:38
-#: ../../addon/impressum/impressum.php:74
-msgid "Email Address"
-msgstr "Adreça de correu"
+#: ../../mod/admin.php:464
+msgid "System language"
+msgstr "Idioma del sistema"
-#: ../../addon/impressum/impressum.php:43
-#: ../../addon/impressum/impressum.php:72
-msgid "Postal Address"
-msgstr "Adreça postal"
+#: ../../mod/admin.php:465
+msgid "System theme"
+msgstr "Tema del sistema"
-#: ../../addon/impressum/impressum.php:49
+#: ../../mod/admin.php:465
msgid ""
-"The impressum addon needs to be configured!<br />Please add at least the "
-"<tt>owner</tt> variable to your config file. For other variables please "
-"refer to the README file of the addon."
-msgstr "El complement impressum s'ha de configurar!<br />Si us plau afegiu almenys la variable <tt>propietari </tt> al fitxer de configuració. Per a les altres variables, consulteu el fitxer README del complement."
+"Default system theme - may be over-ridden by user profiles - <a href='#' "
+"id='cnftheme'>change theme settings</a>"
+msgstr "Tema del sistema per defecte - pot ser sobrescrit pel perfils dels usuaris - <a href='#' id='cnftheme'>Ajustos de canvi del tema</a>"
-#: ../../addon/impressum/impressum.php:71
-msgid "Site Owners Profile"
-msgstr "Perfil del Propietari del Lloc"
+#: ../../mod/admin.php:466
+msgid "Mobile system theme"
+msgstr "Tema del sistema per a mòbils"
-#: ../../addon/impressum/impressum.php:73
-msgid "Notes"
-msgstr "Notes"
+#: ../../mod/admin.php:466
+msgid "Theme for mobile devices"
+msgstr "Tema per a aparells mòbils"
-#: ../../addon/buglink/buglink.php:15
-msgid "Report Bug"
-msgstr "Informar de problema"
+#: ../../mod/admin.php:468
+msgid "Enable Diaspora Protocol"
+msgstr "Activat el Protocol Diaspora"
-#: ../../addon/blockem/blockem.php:51
-msgid "\"Blockem\" Settings"
-msgstr "Configuració de \"Bloqueig\""
+#: ../../mod/admin.php:468
+msgid "Communicate with Diaspora and Friendica - experimental"
+msgstr "Comunicar amb Diaspora i Friendica - experimental"
-#: ../../addon/blockem/blockem.php:53
-msgid "Comma separated profile URLS to block"
-msgstr "URLS dels perfils a bloquejar, separats per comes"
+#: ../../mod/admin.php:469
+msgid "Allow Feeds as Connections"
+msgstr "Permetre Retroalimentadors com Connexions"
-#: ../../addon/blockem/blockem.php:70
-msgid "BLOCKEM Settings saved."
-msgstr "Guardada la configuració de BLOQUEIG."
+#: ../../mod/admin.php:469
+msgid "(Heavy system resource usage)"
+msgstr "(Demana molts recursos del sistema)"
-#: ../../addon/blockem/blockem.php:105
-#, php-format
-msgid "Blocked %s - Click to open/close"
-msgstr "Bloquejar %s - Clica per obrir/tancar"
+#: ../../mod/admin.php:470
+msgid "Maximum image size"
+msgstr "Mida màxima d'imatge"
-#: ../../addon/blockem/blockem.php:160
-msgid "Unblock Author"
-msgstr "Desbloquejar Autor"
+#: ../../mod/admin.php:470
+msgid ""
+"Maximum size in bytes of uploaded images. Default is 0, which means no "
+"limits."
+msgstr "Mida màxima en bytes de imatges pujades. Per defecte es 0, el que vol dir sense límits."
-#: ../../addon/blockem/blockem.php:162
-msgid "Block Author"
-msgstr "Bloquejar Autor"
+#: ../../mod/admin.php:471
+msgid "Does this site allow new member registration?"
+msgstr "Permet aquest lloc registre de nous membres?"
-#: ../../addon/blockem/blockem.php:194
-msgid "blockem settings updated"
-msgstr "Actualitzar la Configuració de bloqueig"
+#: ../../mod/admin.php:472
+msgid "Which best describes the types of account offered by this hub?"
+msgstr "Que es es que millor descriu la mena de comptes oferits per aquest concentrador?"
+
+#: ../../mod/admin.php:473
+msgid "Register text"
+msgstr "text de registre"
-#: ../../addon/qcomment/qcomment.php:51
-msgid ":-)"
-msgstr ":-)"
+#: ../../mod/admin.php:473
+msgid "Will be displayed prominently on the registration page."
+msgstr "Es mostrarà preminentment a la pàgina de registre"
-#: ../../addon/qcomment/qcomment.php:51
-msgid ":-("
-msgstr ":-("
+#: ../../mod/admin.php:474
+msgid "Site homepage to show visitors (default: login box)"
+msgstr "Pàgina d'inici a mostrar als visitants (per defecte: la pàgina d'identificació)"
-#: ../../addon/qcomment/qcomment.php:51
-msgid "lol"
-msgstr "lol"
+#: ../../mod/admin.php:474
+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 "exemple: 'públic' per a mostrar un flux públic, 'page/sys/home' per a mostrar una pàgina web dita 'home' o 'include:home.html' per a incloure un arxiu."
-#: ../../addon/qcomment/qcomment.php:54
-msgid "Quick Comment Settings"
-msgstr "Configuració Ràpida dels Comentaris"
+#: ../../mod/admin.php:475
+msgid "Preserve site homepage URL"
+msgstr "Preservar URL de la pàgina web"
-#: ../../addon/qcomment/qcomment.php:56
+#: ../../mod/admin.php:475
msgid ""
-"Quick comments are found near comment boxes, sometimes hidden. Click them to"
-" provide simple replies."
-msgstr "Comentaris ràpids es troben prop de les caixes de comentaris, de vegades ocults. Feu clic a ells per donar respostes simples."
+"Present the site homepage in a frame at the original location instead of "
+"redirecting"
+msgstr "Presenta la pàgina web del lloc en un marc en el lloc original enlloc de redirigir cap a ella"
-#: ../../addon/qcomment/qcomment.php:57
-msgid "Enter quick comments, one per line"
-msgstr "Introduïu els comentaris ràpids, un per línia"
+#: ../../mod/admin.php:476
+msgid "Accounts abandoned after x days"
+msgstr "Els copmte es consideren abandonats despres de x dies"
-#: ../../addon/qcomment/qcomment.php:75
-msgid "Quick Comment settings saved."
-msgstr "Guardada la configuració de comentaris ràpids."
+#: ../../mod/admin.php:476
+msgid ""
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
+msgstr "No malgastar recursos del sistema sondejant llocs externs per acomptes abandonats. Entrar 0 vol dir sense límit de temps."
-#: ../../addon/openstreetmap/openstreetmap.php:71
-msgid "Tile Server URL"
-msgstr "URL del servidor, del mosaico de servidores"
+#: ../../mod/admin.php:477
+msgid "Allowed friend domains"
+msgstr "dominis amics permesos"
-#: ../../addon/openstreetmap/openstreetmap.php:71
+#: ../../mod/admin.php:477
msgid ""
-"A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" "
-"target=\"_blank\">public tile servers</a>"
-msgstr "Una llista de <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\"> un mosaic de servidors públics</a>"
+"Comma separated list of domains which are allowed to establish friendships "
+"with this site. Wildcards are accepted. Empty to allow any domains"
+msgstr "llista separada per comes de dominis en els que està permès establir relacions d'amistat amb aquest lloc. S'accepten comodins. Deixar buit per acceptar qualsevol domini"
-#: ../../addon/openstreetmap/openstreetmap.php:72
-msgid "Default zoom"
-msgstr "Zoom per defecte"
+#: ../../mod/admin.php:478
+msgid "Allowed email domains"
+msgstr "Dominis de correu electonic acceptats"
-#: ../../addon/openstreetmap/openstreetmap.php:72
-msgid "The default zoom level. (1:world, 18:highest)"
-msgstr "Nivell de zoom per defecte. (1: el món, 18: el més alt)"
+#: ../../mod/admin.php:478
+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 "llista separada per comes de dominis de adreces de correu electrònic permeses en aquest lloc. S'accepten comodins. Deixar buit per acceptar qualsevol domini"
-#: ../../addon/editplain/editplain.php:46
-msgid "Editplain settings updated."
-msgstr "Actualitzar la configuració de Editplain."
+#: ../../mod/admin.php:479
+msgid "Not allowed email domains"
+msgstr "Dominis de correu electrònic no acceptats"
-#: ../../addon/editplain/editplain.php:76
-msgid "Editplain Settings"
-msgstr "Configuració de Editplain"
+#: ../../mod/admin.php:479
+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 "llista separada per comes de dominis de adreces de correu electrònic no permeses en aquest lloc. S'accepten comodins. Deixar buit per no acceptar cap domini, excepte els que s'hagin definits com acceptats."
-#: ../../addon/editplain/editplain.php:78
-msgid "Disable richtext status editor"
-msgstr "Deshabilitar l'editor d'estatus de texte enriquit"
+#: ../../mod/admin.php:480
+msgid "Block public"
+msgstr "Bloc públic"
-#: ../../addon/pageheader/pageheader.php:47
-msgid "\"pageheader\" Settings"
-msgstr "Configuració de la capçalera de pàgina."
+#: ../../mod/admin.php:480
+msgid ""
+"Check to block public access to all otherwise public personal pages on this "
+"site unless you are currently logged in."
+msgstr "Activa per a bloquejar l'accés públic a totes les pàgines públiques personals excepte si estàs identificat en el sistema."
-#: ../../addon/pageheader/pageheader.php:65
-msgid "pageheader Settings saved."
-msgstr "guardada la configuració de la capçalera de pàgina."
+#: ../../mod/admin.php:481
+msgid "Verify Email Addresses"
+msgstr "Verifica l'Adreça de Correu Electrònic"
-#: ../../addon/viewsrc/viewsrc.php:25
-msgid "View Source"
-msgstr "Veure les Fonts"
+#: ../../mod/admin.php:481
+msgid ""
+"Check to verify email addresses used in account registration (recommended)."
+msgstr "Activa per comprovar l'adreça de correu electrònic emprada durant el registre d'un nou compte (recomanat)"
-#: ../../addon/statusnet/statusnet.php:134
-msgid "Post to StatusNet"
-msgstr "Publica-ho a StatusNet"
+#: ../../mod/admin.php:482
+msgid "Force publish"
+msgstr "Forza la publicació"
-#: ../../addon/statusnet/statusnet.php:175
+#: ../../mod/admin.php:482
msgid ""
-"Please contact your site administrator.<br />The provided API URL is not "
-"valid."
-msgstr "Si us plau, poseu-vos en contacte amb l'administrador del lloc. <br /> L'adreça URL de l'API proporcionada no és vàlida."
+"Check to force all profiles on this site to be listed in the site directory."
+msgstr "Activa per forzar que tots el perfils en aquest lloc siguin llistats en el directori del lloc."
+
+#: ../../mod/admin.php:483
+msgid "Disable discovery tab"
+msgstr "Desactiva la pestañnya de descobrir"
+
+#: ../../mod/admin.php:483
+msgid ""
+"Remove the tab in the network view with public content pulled from sources "
+"chosen for this site."
+msgstr "Treu la pesranya per veure contingut públic de la xarxa extret d'origens triats per aquest lloc."
+
+#: ../../mod/admin.php:484
+msgid "login on Homepage"
+msgstr "Accés a la Pàgina d'inici"
+
+#: ../../mod/admin.php:484
+msgid ""
+"Present a login box to visitors on the home page if no other content has "
+"been configured."
+msgstr "Presenta una casella d'identificació a la pàgina d'inici als visitants si no s'ha configurat altre contingut."
-#: ../../addon/statusnet/statusnet.php:203
-msgid "We could not contact the StatusNet API with the Path you entered."
-msgstr "No hem pogut posar-nos en contacte amb l'API StatusNet amb la ruta que has introduït."
+#: ../../mod/admin.php:486
+msgid "Proxy user"
+msgstr "Usuari Proxy"
-#: ../../addon/statusnet/statusnet.php:229
-msgid "StatusNet settings updated."
-msgstr "La configuració StatusNet actualitzada."
+#: ../../mod/admin.php:487
+msgid "Proxy URL"
+msgstr "URL del Proxy"
-#: ../../addon/statusnet/statusnet.php:252
-msgid "StatusNet Posting Settings"
-msgstr "Configuració d'Enviaments per a StatusNet"
+#: ../../mod/admin.php:488
+msgid "Network timeout"
+msgstr "Temps d'espera de la xarxa"
-#: ../../addon/statusnet/statusnet.php:266
-msgid "Globally Available StatusNet OAuthKeys"
-msgstr "OAuthKeys de StatusNet Globalment Disponible"
+#: ../../mod/admin.php:488
+msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
+msgstr "Valor en segons. Ajusta a 0 per a sense límits (no recomanat)"
-#: ../../addon/statusnet/statusnet.php:267
+#: ../../mod/admin.php:489
+msgid "Delivery interval"
+msgstr "Interval de lliurament"
+
+#: ../../mod/admin.php:489
msgid ""
-"There are preconfigured OAuth key pairs for some StatusNet servers "
-"available. If you are useing one of them, please use these credentials. If "
-"not feel free to connect to any other StatusNet instance (see below)."
-msgstr "Hi ha preconfigurats parells clau OAuth per a alguns servidors StatusNet disponibles. Si està emprant un d'ells, utilitzi aquestes credencials. Si no és així no dubteu a connectar-se a qualsevol altra instància StatusNet (veure a baix)."
+"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 "Retarda en segon plà l'interval de lliurament per aquests segons per reduir la càrrega del sistema. Recomanat: 4-5 per a hostes compartits, 2-3 per a servidors privats virtuals. 0-1 per a servidors dedicats."
-#: ../../addon/statusnet/statusnet.php:275
-msgid "Provide your own OAuth Credentials"
-msgstr "Proporcioneu les vostres credencials de OAuth"
+#: ../../mod/admin.php:490
+msgid "Poll interval"
+msgstr "interval de sondeig"
-#: ../../addon/statusnet/statusnet.php:276
+#: ../../mod/admin.php:490
msgid ""
-"No consumer key pair for StatusNet found. Register your Friendica Account as"
-" an desktop client on your StatusNet account, copy the consumer key pair "
-"here and enter the API base root.<br />Before you register your own OAuth "
-"key pair ask the administrator if there is already a key pair for this "
-"Friendica installation at your favorited StatusNet installation."
-msgstr "no s'ha trobat cap parell \"consumer key\" per StatusNet. Registra el teu compte Friendica com un client d'escriptori en el seu compte StatusNet, copieu el parell de \"consumer key\" aquí i entri a l'arrel de la base de l'API. <br /> Abans de registrar el seu parell de claus OAuth demani a l'administrador si ja hi ha un parell de claus per a aquesta instal·lació de Friendica en la instal·lació del teu favorit StatusNet."
-
-#: ../../addon/statusnet/statusnet.php:278
-msgid "OAuth Consumer Key"
-msgstr "OAuth Consumer Key"
-
-#: ../../addon/statusnet/statusnet.php:281
-msgid "OAuth Consumer Secret"
-msgstr "OAuth Consumer Secret"
-
-#: ../../addon/statusnet/statusnet.php:284
-msgid "Base API Path (remember the trailing /)"
-msgstr "Base API Path (recorda deixar / al final)"
-
-#: ../../addon/statusnet/statusnet.php:305
+"Delay background polling processes by this many seconds to reduce system "
+"load. If 0, use delivery interval."
+msgstr "Retarda en segon pla el sondeig en aquesta quantitat de segons per a reduir la càrrega dels sistema. Si es 0 , empra l'interval de lliurament."
+
+#: ../../mod/admin.php:491
+msgid "Maximum Load Average"
+msgstr "Càrrega Mitja Màxima"
+
+#: ../../mod/admin.php:491
msgid ""
-"To connect to your StatusNet account click the button below to get a "
-"security code from StatusNet which you have to copy into the input box below"
-" and submit the form. Only your <strong>public</strong> posts will be posted"
-" to StatusNet."
-msgstr "Per connectar al seu compte StatusNet, feu clic al botó de sota per obtenir un codi de seguretat StatusNet, que has de copiar a la casella de sota, i enviar el formulari. Només els missatges <strong> públics </strong> es publicaran en StatusNet."
+"Maximum system load before delivery and poll processes are deferred - "
+"default 50."
+msgstr "Càrrega màxima del sistema, abans que els processos de lliurament i sondeig es difereixin - 50 per defecte."
+
+#: ../../mod/admin.php:492
+msgid "Expiration period in days for imported (matrix/network) content"
+msgstr "Periode d'expiració per a contingut importat (matrix/xarxa)"
+
+#: ../../mod/admin.php:492
+msgid "0 for no expiration of imported content"
+msgstr "0 vol dir sense temps d'expiració pel contingut importat"
+
+#: ../../mod/admin.php:540
+msgid "No server found"
+msgstr "No es troba servidor"
+
+#: ../../mod/admin.php:547 ../../mod/admin.php:831
+msgid "ID"
+msgstr "ID"
+
+#: ../../mod/admin.php:547
+msgid "for channel"
+msgstr "per a canal"
+
+#: ../../mod/admin.php:547
+msgid "on server"
+msgstr "al servidor"
+
+#: ../../mod/admin.php:547
+msgid "Status"
+msgstr "Estat"
+
+#: ../../mod/admin.php:549
+msgid "Server"
+msgstr "Servidor"
+
+#: ../../mod/admin.php:566
+msgid "Update has been marked successful"
+msgstr "Actualització marcada amb exit"
+
+#: ../../mod/admin.php:576
+#, php-format
+msgid "Executing %s failed. Check system logs."
+msgstr "Executant %s ha fallat. Comprova els logs del sistema."
+
+#: ../../mod/admin.php:579
+#, php-format
+msgid "Update %s was successfully applied."
+msgstr "Actualització %s es va realitzar correctament."
+
+#: ../../mod/admin.php:583
+#, php-format
+msgid "Update %s did not return a status. Unknown if it succeeded."
+msgstr "Actualització %s no ha retornat l'estat. Es desconeix si ha finalitzat amb exit."
+
+#: ../../mod/admin.php:586
+#, php-format
+msgid "Update function %s could not be found."
+msgstr "La funció d'actualitzacio %s no es pot trobar."
+
+#: ../../mod/admin.php:602
+msgid "No failed updates."
+msgstr "No hi ha actualitzacions fallides."
+
+#: ../../mod/admin.php:606
+msgid "Failed Updates"
+msgstr "Actualitzacions Fallides"
+
+#: ../../mod/admin.php:608
+msgid "Mark success (if update was manually applied)"
+msgstr "Marca èxit (si l'actualització s'ha aplicat de forma manual)"
+
+#: ../../mod/admin.php:609
+msgid "Attempt to execute this update step automatically"
+msgstr "Prova a fer automàticament aquesta actualització"
+
+#: ../../mod/admin.php:641
+msgid "Queue Statistics"
+msgstr "Cua d'Estadístiques"
+
+#: ../../mod/admin.php:642
+msgid "Total Entries"
+msgstr "Total d'Entrades"
+
+#: ../../mod/admin.php:643
+msgid "Priority"
+msgstr "Prioritat"
+
+#: ../../mod/admin.php:644
+msgid "Destination URL"
+msgstr "URL de Destí"
+
+#: ../../mod/admin.php:645
+msgid "Mark hub permanently offline"
+msgstr "Marca el concentrador coma permanentment fora de línia"
+
+#: ../../mod/admin.php:646
+msgid "Empty queue for this hub"
+msgstr "Cua buida per aquest concentrador"
+
+#: ../../mod/admin.php:647
+msgid "Last known contact"
+msgstr "Últim contacte conegut"
+
+#: ../../mod/admin.php:683
+#, php-format
+msgid "%s user blocked/unblocked"
+msgid_plural "%s users blocked/unblocked"
+msgstr[0] "%s usuari bloquejat/desbloquejat"
+msgstr[1] "%s usuaris bloquejats/desbloquejats"
+
+#: ../../mod/admin.php:691
+#, php-format
+msgid "%s user deleted"
+msgid_plural "%s users deleted"
+msgstr[0] "%s usuari esborrat"
+msgstr[1] "%s usuaris esborrats"
+
+#: ../../mod/admin.php:727
+msgid "Account not found"
+msgstr "Compte no trobat"
+
+#: ../../mod/admin.php:747
+#, php-format
+msgid "User '%s' blocked"
+msgstr "Usuari '%s' bloquejat"
+
+#: ../../mod/admin.php:755
+#, php-format
+msgid "User '%s' unblocked"
+msgstr "Usuari '%s' desbloquejat"
+
+#: ../../mod/admin.php:818 ../../mod/admin.php:830
+msgid "Users"
+msgstr "Usuaris"
+
+#: ../../mod/admin.php:820 ../../mod/admin.php:987
+msgid "select all"
+msgstr "Sel·leciona-ho tot"
+
+#: ../../mod/admin.php:821
+msgid "User registrations waiting for confirm"
+msgstr "Registres d'usuaris pendents de confirmació"
+
+#: ../../mod/admin.php:822
+msgid "Request date"
+msgstr "Data de la petició"
+
+#: ../../mod/admin.php:823
+msgid "No registrations."
+msgstr "Sense registracions."
+
+#: ../../mod/admin.php:824 ../../mod/connedit.php:687
+msgid "Approve"
+msgstr "Aprovat"
+
+#: ../../mod/admin.php:825
+msgid "Deny"
+msgstr "Denegat"
-#: ../../addon/statusnet/statusnet.php:306
-msgid "Log in with StatusNet"
-msgstr "Accedeixi com en StatusNet"
+#: ../../mod/admin.php:827 ../../mod/connedit.php:519
+msgid "Block"
+msgstr "Bloquejat"
-#: ../../addon/statusnet/statusnet.php:308
-msgid "Copy the security code from StatusNet here"
-msgstr "Copieu el codi de seguretat StatusNet aquí"
+#: ../../mod/admin.php:828 ../../mod/connedit.php:519
+msgid "Unblock"
+msgstr "Desbloquejat"
-#: ../../addon/statusnet/statusnet.php:314
-msgid "Cancel Connection Process"
-msgstr "Cancel·lar el procés de connexió"
+#: ../../mod/admin.php:831
+msgid "Register date"
+msgstr "Data de registre"
-#: ../../addon/statusnet/statusnet.php:316
-msgid "Current StatusNet API is"
-msgstr "L'Actual StatusNet API és"
+#: ../../mod/admin.php:831
+msgid "Last login"
+msgstr "Darrera identificació"
-#: ../../addon/statusnet/statusnet.php:317
-msgid "Cancel StatusNet Connection"
-msgstr "Cancel·lar la connexió amb StatusNet"
+#: ../../mod/admin.php:831
+msgid "Expires"
+msgstr "Expira"
-#: ../../addon/statusnet/statusnet.php:328 ../../addon/twitter/twitter.php:184
-msgid "Currently connected to: "
-msgstr "Actualment connectat a: "
+#: ../../mod/admin.php:831
+msgid "Service Class"
+msgstr "Classe de Servei"
-#: ../../addon/statusnet/statusnet.php:329
+#: ../../mod/admin.php:833
msgid ""
-"If enabled all your <strong>public</strong> postings can be posted to the "
-"associated StatusNet account. You can choose to do so by default (here) or "
-"for every posting separately in the posting options when writing the entry."
-msgstr "Si està activat, tots els seus anuncis <strong>públics</strong> poden ser publicats en el compte StatusNet associat. Vostè pot optar per fer-ho per defecte (en aquest cas) o per cada missatge per separat en les opcions de comptabilització en escriure l'entrada."
+"Selected users will be deleted!\\n\\nEverything these users had posted on "
+"this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "Tria els usuaris que s'esborraran!\\n\\nTotes les publicacions d'aquests usuaris en aquest lloc s'eliminaran de forma permanent!\\n\\nEstàs segur? "
-#: ../../addon/statusnet/statusnet.php:331
+#: ../../mod/admin.php:834
msgid ""
-"<strong>Note</strong>: Due your privacy settings (<em>Hide your profile "
-"details from unknown viewers?</em>) the link potentially included in public "
-"postings relayed to StatusNet will lead the visitor to a blank page "
-"informing the visitor that the access to your profile has been restricted."
-msgstr "<strong>Nota</strong>: A causa de les seves opcions de privacitat (<em>Amaga els detalls del teu perfil dels espectadors desconeguts? </em>) el vincle potencialment inclòs en anuncis públics transmesos a StatusNet conduirà el visitant a una pàgina en blanc en la que informarà al visitants que l'accés al seu perfil s'ha restringit."
+"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
+"site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "L'usuari {0} sera esborrat!\\n\\nTotes les publicacions d'aquest usuari en aquest lloc s'eliminarà de forma permanent!\\n\\nEstas segur?"
-#: ../../addon/statusnet/statusnet.php:334
-msgid "Allow posting to StatusNet"
-msgstr "Permetre enviaments a StatusNet"
+#: ../../mod/admin.php:870
+#, php-format
+msgid "%s channel censored/uncensored"
+msgid_plural "%s channels censored/uncensored"
+msgstr[0] "%s canal censurat/no censurat"
+msgstr[1] "%s canals censurats/no censurats"
-#: ../../addon/statusnet/statusnet.php:337
-msgid "Send public postings to StatusNet by default"
-msgstr "Enviar missatges públics a StatusNet per defecte"
+#: ../../mod/admin.php:879
+#, php-format
+msgid "%s channel code allowed/disallowed"
+msgid_plural "%s channels code allowed/disallowed"
+msgstr[0] "%s codi permes/no permes al canal"
+msgstr[1] "%s codi permesos/no permesos al canal"
-#: ../../addon/statusnet/statusnet.php:342 ../../addon/twitter/twitter.php:198
-msgid "Clear OAuth configuration"
-msgstr "Esborrar configuració de OAuth"
+#: ../../mod/admin.php:886
+#, php-format
+msgid "%s channel deleted"
+msgid_plural "%s channels deleted"
+msgstr[0] "%s canal esborrat"
+msgstr[1] "%s canals esborrats"
-#: ../../addon/statusnet/statusnet.php:524
-msgid "API URL"
-msgstr "API URL"
+#: ../../mod/admin.php:906
+msgid "Channel not found"
+msgstr "Canal no trobat"
-#: ../../addon/tumblr/tumblr.php:36
-msgid "Post to Tumblr"
-msgstr "Publica-ho al Tumblr"
+#: ../../mod/admin.php:917
+#, php-format
+msgid "Channel '%s' deleted"
+msgstr "Canal '%s' esborrat"
-#: ../../addon/tumblr/tumblr.php:67
-msgid "Tumblr Post Settings"
-msgstr "Configuració d'Enviaments de Tumblr"
+#: ../../mod/admin.php:929
+#, php-format
+msgid "Channel '%s' censored"
+msgstr "Canal '%s' censurat"
-#: ../../addon/tumblr/tumblr.php:69
-msgid "Enable Tumblr Post Plugin"
-msgstr "Habilita el plugin de enviaments de Tumblr"
+#: ../../mod/admin.php:929
+#, php-format
+msgid "Channel '%s' uncensored"
+msgstr "Canal '%s' no censurat"
-#: ../../addon/tumblr/tumblr.php:74
-msgid "Tumblr login"
-msgstr "Inici de sessió de Tumblr"
+#: ../../mod/admin.php:940
+#, php-format
+msgid "Channel '%s' code allowed"
+msgstr "Canal '%s' permet codi"
-#: ../../addon/tumblr/tumblr.php:79
-msgid "Tumblr password"
-msgstr "Caontrasenya de Tumblr"
+#: ../../mod/admin.php:940
+#, php-format
+msgid "Channel '%s' code disallowed"
+msgstr "Canal '%s' no permet codi"
-#: ../../addon/tumblr/tumblr.php:84
-msgid "Post to Tumblr by default"
-msgstr "Enviar a Tumblr per defecte"
+#: ../../mod/admin.php:989
+msgid "Censor"
+msgstr "Censurat"
-#: ../../addon/numfriends/numfriends.php:46
-msgid "Numfriends settings updated."
-msgstr "Actualitzar la configuració de Numfriends."
+#: ../../mod/admin.php:990
+msgid "Uncensor"
+msgstr "No censurat"
-#: ../../addon/numfriends/numfriends.php:77
-msgid "Numfriends Settings"
-msgstr "Configuració de Numfriends"
+#: ../../mod/admin.php:991
+msgid "Allow Code"
+msgstr "Permet Codi"
-#: ../../addon/numfriends/numfriends.php:79
-msgid "How many contacts to display on profile sidebar"
-msgstr "Quants contactes per mostrar a la barra lateral el perfil"
+#: ../../mod/admin.php:992
+msgid "Disallow Code"
+msgstr "No Permet Codi"
-#: ../../addon/gnot/gnot.php:48
-msgid "Gnot settings updated."
-msgstr "Configuració de Gnot actualitzada"
+#: ../../mod/admin.php:994
+msgid "UID"
+msgstr "UID"
-#: ../../addon/gnot/gnot.php:79
-msgid "Gnot Settings"
-msgstr "Configuració de Gnot"
+#: ../../mod/admin.php:996
+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 "Els canals sel·leccionats s'esborraran!\\n\\nTotes les publicacions d'aquests canals en aquest lloc s'eliminaran de forma permanent!\\n\\nEstàs segur? "
-#: ../../addon/gnot/gnot.php:81
+#: ../../mod/admin.php:997
msgid ""
-"Allows threading of email comment notifications on Gmail and anonymising the"
-" subject line."
-msgstr "Permet crear fils de les notificacions de comentaris de correu electrònic a Gmail i anonimat de la línia d'assumpte."
+"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} serà esborrat!\\n\\nTotes les publicacions d'aquest canal en aquest lloc s'eliminaran de forma permanent!\\n\\nEstàs segur?"
-#: ../../addon/gnot/gnot.php:82
-msgid "Enable this plugin/addon?"
-msgstr "Activar aquest plugin/aplicació?"
+#: ../../mod/admin.php:1037
+#, php-format
+msgid "Plugin %s disabled."
+msgstr "Plugin %s desactivat."
-#: ../../addon/gnot/gnot.php:97
+#: ../../mod/admin.php:1041
#, php-format
-msgid "[Friendica:Notify] Comment to conversation #%d"
-msgstr "[Friendica: Notifica] Conversació comentada #%d"
+msgid "Plugin %s enabled."
+msgstr "Plugin %s activat."
-#: ../../addon/wppost/wppost.php:42
-msgid "Post to Wordpress"
-msgstr "Publica-ho al Wordpress"
+#: ../../mod/admin.php:1051 ../../mod/admin.php:1249
+msgid "Disable"
+msgstr "Desactivat"
-#: ../../addon/wppost/wppost.php:74
-msgid "WordPress Post Settings"
-msgstr "Configuració d'enviaments a WordPress"
+#: ../../mod/admin.php:1054 ../../mod/admin.php:1251
+msgid "Enable"
+msgstr "Activat"
-#: ../../addon/wppost/wppost.php:76
-msgid "Enable WordPress Post Plugin"
-msgstr "Habilitar Configuració d'Enviaments a WordPress"
+#: ../../mod/admin.php:1078 ../../mod/admin.php:1278
+msgid "Toggle"
+msgstr "Commutar"
-#: ../../addon/wppost/wppost.php:81
-msgid "WordPress username"
-msgstr "Nom d'usuari de WordPress"
+#: ../../mod/admin.php:1086 ../../mod/admin.php:1288
+msgid "Author: "
+msgstr "Autor: "
-#: ../../addon/wppost/wppost.php:86
-msgid "WordPress password"
-msgstr "Contrasenya de WordPress"
+#: ../../mod/admin.php:1087 ../../mod/admin.php:1289
+msgid "Maintainer: "
+msgstr "Mantenedor:"
-#: ../../addon/wppost/wppost.php:91
-msgid "WordPress API URL"
-msgstr "WordPress API URL"
+#: ../../mod/admin.php:1214
+msgid "No themes found."
+msgstr "No s'han trobat temes."
-#: ../../addon/wppost/wppost.php:96
-msgid "Post to WordPress by default"
-msgstr "Enviar a WordPress per defecte"
+#: ../../mod/admin.php:1270
+msgid "Screenshot"
+msgstr "Copia de pantalla"
-#: ../../addon/showmore/showmore.php:38
-msgid "\"Show more\" Settings"
-msgstr "Configuració de \"Mostrar més\""
+#: ../../mod/admin.php:1316
+msgid "[Experimental]"
+msgstr "[Experimental]"
+
+#: ../../mod/admin.php:1317
+msgid "[Unsupported]"
+msgstr "[No soportat]"
-#: ../../addon/showmore/showmore.php:41
-msgid "Enable Show More"
-msgstr "Habilita Mostrar Més"
+#: ../../mod/admin.php:1341
+msgid "Log settings updated."
+msgstr "Registre d'ajustos actualitzat."
-#: ../../addon/showmore/showmore.php:44
-msgid "Cutting posts after how much characters"
-msgstr "Tallar els missatges després de quants caràcters"
+#: ../../mod/admin.php:1398
+msgid "Clear"
+msgstr "Neteja"
-#: ../../addon/showmore/showmore.php:64
-msgid "Show More Settings saved."
-msgstr "Guardada la configuració de \"Mostra Més\"."
+#: ../../mod/admin.php:1404
+msgid "Debugging"
+msgstr "Depurant"
-#: ../../addon/showmore/showmore.php:86
-msgid "Show More"
-msgstr "Mostra Més"
+#: ../../mod/admin.php:1405
+msgid "Log file"
+msgstr "Arxiu de registre"
-#: ../../addon/piwik/piwik.php:79
+#: ../../mod/admin.php:1405
msgid ""
-"This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> "
-"analytics tool."
-msgstr "Aquest lloc web realitza un seguiment mitjançant la eina d'anàlisi <a href='http://www.piwik.org'>Piwik</a>."
+"Must be writable by web server. Relative to your Red top-level directory."
+msgstr "Ha de ser escribible pel servidor web. Relatiu al directori de nivell superior de Red"
-#: ../../addon/piwik/piwik.php:82
-#, php-format
+#: ../../mod/admin.php:1406
+msgid "Log level"
+msgstr "Nivell de registre"
+
+#: ../../mod/admin.php:1452
+msgid "New Profile Field"
+msgstr "Camp de Perfil Nou"
+
+#: ../../mod/admin.php:1453 ../../mod/admin.php:1473
+msgid "Field nickname"
+msgstr "Àlies de Camp"
+
+#: ../../mod/admin.php:1453 ../../mod/admin.php:1473
+msgid "System name of field"
+msgstr "nOM DEL SISTEMA DEL CAMP"
+
+#: ../../mod/admin.php:1454 ../../mod/admin.php:1474
+msgid "Input type"
+msgstr "Tipus d'entrada"
+
+#: ../../mod/admin.php:1455 ../../mod/admin.php:1475
+msgid "Field Name"
+msgstr "Nom de Camp"
+
+#: ../../mod/admin.php:1455 ../../mod/admin.php:1475
+msgid "Label on profile pages"
+msgstr "Etiqueta a les pàgines de perfil"
+
+#: ../../mod/admin.php:1456 ../../mod/admin.php:1476
+msgid "Help text"
+msgstr "Text d'ajuda"
+
+#: ../../mod/admin.php:1456 ../../mod/admin.php:1476
+msgid "Additional info (optional)"
+msgstr "Informació adicional (opcional)"
+
+#: ../../mod/admin.php:1466
+msgid "Field definition not found"
+msgstr "No es troba la definició del camp"
+
+#: ../../mod/admin.php:1472
+msgid "Edit Profile Field"
+msgstr "Camp d'Edició del Perfil"
+
+#: ../../mod/oexchange.php:23
+msgid "Unable to find your hub."
+msgstr "No es possible trobar el concentrador"
+
+#: ../../mod/oexchange.php:37
+msgid "Post successful."
+msgstr "Entrada realitzada amb èxit. "
+
+#: ../../mod/register.php:44
+msgid "Maximum daily site registrations exceeded. Please try again tomorrow."
+msgstr "Nombre màxim de registres diaris excedit. Si us plau, provau demà."
+
+#: ../../mod/register.php:50
+msgid ""
+"Please indicate acceptance of the Terms of Service. Registration failed."
+msgstr "El registre ha fallat. Si et plau, indica que acceptes les Condicions del Servei."
+
+#: ../../mod/register.php:84
+msgid "Passwords do not match."
+msgstr "Les contrasenyes no coincideixen."
+
+#: ../../mod/register.php:117
msgid ""
-"If you do not want that your visits are logged this way you <a href='%s'>can"
-" set a cookie to prevent Piwik from tracking further visits of the site</a> "
-"(opt-out)."
-msgstr "Si no vol que les seves visites es transcribin d'aquesta manera vostè <a href='%s'> pot establir una cookie per evitar a Piwik a partir de noves visites del lloc web </a> (opt-out)."
+"Registration successful. Please check your email for validation "
+"instructions."
+msgstr "registrat amb èxit. Si et plau revisa el teu e-correu per a instruccions de validació."
+
+#: ../../mod/register.php:123
+msgid "Your registration is pending approval by the site owner."
+msgstr "El teu registre esta pendent de validació pel propietari del lloc."
-#: ../../addon/piwik/piwik.php:90
-msgid "Piwik Base URL"
-msgstr "URL Piwik Base"
+#: ../../mod/register.php:126
+msgid "Your registration can not be processed."
+msgstr "El teu registre no ha pogut ser processat. "
-#: ../../addon/piwik/piwik.php:90
+#: ../../mod/register.php:163
+msgid "Registration on this site/hub is by approval only."
+msgstr "El registre en aquest lloc/centre es únicament per validació."
+
+#: ../../mod/register.php:164
+msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>"
+msgstr "<a href=\"pubsites\">Registre en altre lloc/centre afiliat</a>"
+
+#: ../../mod/register.php:174
msgid ""
-"Absolute path to your Piwik installation. (without protocol (http/s), with "
-"trailing slash)"
-msgstr "Trajectoria absoluta per a la instal·lació de Piwik (sense el protocol (http/s), amb la barra final )"
+"This site has exceeded the number of allowed daily account registrations. "
+"Please try again tomorrow."
+msgstr "El lloc ha excedit el límit màxim diari de nous comptes/registres. Provau demà."
+
+#: ../../mod/register.php:185
+msgid "Terms of Service"
+msgstr "Condicions del Servei"
-#: ../../addon/piwik/piwik.php:91
-msgid "Site ID"
-msgstr "Lloc ID"
+#: ../../mod/register.php:191
+#, php-format
+msgid "I accept the %s for this website"
+msgstr "Accepto el %s per a aquest lloc web"
+
+#: ../../mod/register.php:193
+#, php-format
+msgid "I am over 13 years of age and accept the %s for this website"
+msgstr "Tinc més de 13 anys i accepto les %s d'aquest lloc web"
-#: ../../addon/piwik/piwik.php:92
-msgid "Show opt-out cookie link?"
-msgstr "Mostra l'enllaç cookie opt-out?"
+#: ../../mod/register.php:212
+msgid "Membership on this site is by invitation only."
+msgstr "La pertinença en aquest lloc es per invitació exclusivament."
-#: ../../addon/piwik/piwik.php:93
-msgid "Asynchronous tracking"
-msgstr "Seguiment asíncrono"
+#: ../../mod/register.php:213
+msgid "Please enter your invitation code"
+msgstr "Si et plau, introdueix el teu codi d'invitació"
-#: ../../addon/twitter/twitter.php:73
-msgid "Post to Twitter"
-msgstr "Publica-ho al Twitter"
+#: ../../mod/register.php:216
+msgid "Your email address"
+msgstr "La teva adreça de correu electrónic"
-#: ../../addon/twitter/twitter.php:119
-msgid "Twitter settings updated."
-msgstr "La configuració de Twitter actualitzada."
+#: ../../mod/register.php:217
+msgid "Choose a password"
+msgstr "Tria una contrasenya"
-#: ../../addon/twitter/twitter.php:141
-msgid "Twitter Posting Settings"
-msgstr "Configuració d'Enviaments per a Twitter"
+#: ../../mod/register.php:218
+msgid "Please re-enter your password"
+msgstr "Si et plau, re-entra la contrasenya"
-#: ../../addon/twitter/twitter.php:148
+#: ../../mod/removeaccount.php:30
msgid ""
-"No consumer key pair for Twitter found. Please contact your site "
-"administrator."
-msgstr "No s'ha pogut emparellar cap clau \"consumer key\" per a Twitter. Si us plau, poseu-vos en contacte amb l'administrador del lloc."
+"Account removals are not allowed within 48 hours of changing the account "
+"password."
+msgstr "L'esborrat de comptes no està permès fins que transcorren 48 hores des de l'últim canvi de contrasenya."
+
+#: ../../mod/removeaccount.php:57
+msgid "Remove This Account"
+msgstr "Esborra el compte"
+
+#: ../../mod/removeaccount.php:58 ../../mod/removeme.php:58
+msgid "WARNING: "
+msgstr "ALERTA:"
-#: ../../addon/twitter/twitter.php:167
+#: ../../mod/removeaccount.php:58
msgid ""
-"At this Friendica instance the Twitter plugin was enabled but you have not "
-"yet connected your account to your Twitter account. To do so click the "
-"button below to get a PIN from Twitter which you have to copy into the input"
-" box below and submit the form. Only your <strong>public</strong> posts will"
-" be posted to Twitter."
-msgstr "En aquesta instància Friendica el plugin Twitter va ser habilitat, però encara no ha connectat el compte al seu compte de Twitter. Per a això feu clic al botó de sota per obtenir un PIN de Twitter que ha de copiar a la casella de sota i enviar el formulari. Només els missatges <strong> públics </strong> es publicaran a Twitter."
-
-#: ../../addon/twitter/twitter.php:168
-msgid "Log in with Twitter"
-msgstr "Accedeixi com en Twitter"
-
-#: ../../addon/twitter/twitter.php:170
-msgid "Copy the PIN from Twitter here"
-msgstr "Copieu el codi PIN de Twitter aquí"
-
-#: ../../addon/twitter/twitter.php:185
+"This account and all its channels will be completely removed from the "
+"network. "
+msgstr "Aquest compte i tots els seus canals s'estan apunt d'esborrar totalment de la xarxa."
+
+#: ../../mod/removeaccount.php:58 ../../mod/removeme.php:58
+msgid "This action is permanent and can not be undone!"
+msgstr "Aquesta acció és irreversible!"
+
+#: ../../mod/removeaccount.php:59 ../../mod/removeme.php:59
+msgid "Please enter your password for verification:"
+msgstr "Aquesta acció requereix tornar a introduir la contrasenya:"
+
+#: ../../mod/removeaccount.php:60
msgid ""
-"If enabled all your <strong>public</strong> postings can be posted to the "
-"associated Twitter account. You can choose to do so by default (here) or for"
-" every posting separately in the posting options when writing the entry."
-msgstr "Si està activat, tots els seus anuncis <strong> públics </strong> poden ser publicats en el corresponent compte de Twitter. Vostè pot optar per fer-ho per defecte (en aquest cas) o per cada missatge per separat en les opcions de comptabilització en escriure l'entrada."
+"Remove this account, all its channels and all its channel clones from the "
+"network"
+msgstr "Esborra de la xarxa aquest compte, tots els seus canals, i tots els seus canals clons."
-#: ../../addon/twitter/twitter.php:187
+#: ../../mod/removeaccount.php:60
msgid ""
-"<strong>Note</strong>: Due your privacy settings (<em>Hide your profile "
-"details from unknown viewers?</em>) the link potentially included in public "
-"postings relayed to Twitter will lead the visitor to a blank page informing "
-"the visitor that the access to your profile has been restricted."
-msgstr "<strong>Nota</strong>: donada la seva configuració de privacitat (<em> Amaga els detalls del teu perfil dels espectadors desconeguts? </em>) el vincle potencialment inclòs en anuncis públics retransmesos a Twitter conduirà al visitant a una pàgina en blanc informar als visitants que l'accés al seu perfil s'ha restringit."
+"By default only the instances of the channels located on this hub will be "
+"removed from the network"
+msgstr "Per defecte, només les instancies dels canal ubicats en aquest concentrador poden esser esborrades de la xarxa"
-#: ../../addon/twitter/twitter.php:190
-msgid "Allow posting to Twitter"
-msgstr "Permetre anunci a Twitter"
+#: ../../mod/removeaccount.php:61 ../../mod/settings.php:720
+msgid "Remove Account"
+msgstr "Esborra el Compte"
-#: ../../addon/twitter/twitter.php:193
-msgid "Send public postings to Twitter by default"
-msgstr "Enviar anuncis públics a Twitter per defecte"
+#: ../../mod/help.php:49 ../../mod/help.php:55 ../../mod/help.php:61
+msgid "Help:"
+msgstr "Ajuda:"
-#: ../../addon/twitter/twitter.php:357
-msgid "Consumer key"
-msgstr "Consumer key"
+#: ../../mod/help.php:76 ../../index.php:238
+msgid "Not Found"
+msgstr "No s'ha pogut trobar la pàgina"
-#: ../../addon/twitter/twitter.php:358
-msgid "Consumer secret"
-msgstr "Consumer secret"
+#: ../../mod/help.php:100
+msgid "$Projectname Documentation"
+msgstr "$Projectname Documentació"
-#: ../../addon/irc/irc.php:20
-msgid "irc Chatroom"
-msgstr "irc Chatroom"
+#: ../../mod/update_channel.php:43 ../../mod/update_display.php:25
+#: ../../mod/update_network.php:23 ../../mod/update_search.php:46
+#: ../../mod/update_home.php:21 ../../mod/update_public.php:21
+msgid "[Embedded content - reload page to view]"
+msgstr "[Contingut embegut - recarrega la pàgina per veure-ho]"
-#: ../../addon/posterous/posterous.php:36
-msgid "Post to Posterous"
-msgstr "enviament a Posterous"
+#: ../../mod/lockview.php:37
+msgid "Remote privacy information not available."
+msgstr "informació privada remota no disponible."
-#: ../../addon/posterous/posterous.php:67
-msgid "Posterous Post Settings"
-msgstr "Configuració d'Enviaments a Posterous"
+#: ../../mod/lockview.php:58
+msgid "Visible to:"
+msgstr "Visible per:"
-#: ../../addon/posterous/posterous.php:69
-msgid "Enable Posterous Post Plugin"
-msgstr "Habilitar plugin d'Enviament de Posterous"
+#: ../../mod/settings.php:76
+msgid "Name is required"
+msgstr "Es requereix un Nom"
-#: ../../addon/posterous/posterous.php:74
-msgid "Posterous login"
-msgstr "Inici de sessió a Posterous"
+#: ../../mod/settings.php:80
+msgid "Key and Secret are required"
+msgstr "Es requereix Clau (Key) i el Secret (Secret)"
-#: ../../addon/posterous/posterous.php:79
-msgid "Posterous password"
-msgstr "Contrasenya a Posterous"
+#: ../../mod/settings.php:130
+msgid "Diaspora Policy Settings updated."
+msgstr "Actualitzats els Ajustos de Política de Diaspora."
-#: ../../addon/posterous/posterous.php:84
-msgid "Post to Posterous by default"
-msgstr "Enviar a Posterous per defecte"
+#: ../../mod/settings.php:238
+msgid "Passwords do not match. Password unchanged."
+msgstr "Les contrasenyes no coincideixen. Contrasenya sense canvis."
-#: ../../view/theme/quattro/theme.php:17
-msgid "Theme settings"
-msgstr "Configuració de Temes"
+#: ../../mod/settings.php:242
+msgid "Empty passwords are not allowed. Password unchanged."
+msgstr "Les contrasenyes en blanc no estan permesas. Contrasenya sense canvis."
-#: ../../view/theme/quattro/theme.php:18
-msgid "Alignment"
-msgstr "Adaptació"
+#: ../../mod/settings.php:256
+msgid "Password changed."
+msgstr "Contrasenya canviada."
-#: ../../view/theme/quattro/theme.php:18
-msgid "Left"
-msgstr "Esquerra"
+#: ../../mod/settings.php:258
+msgid "Password update failed. Please try again."
+msgstr "L'actualització de la contrasenya va fallar. Si us plau, torneu a intentar-ho."
-#: ../../view/theme/quattro/theme.php:18
-msgid "Center"
-msgstr "Centre"
+#: ../../mod/settings.php:272
+msgid "Not valid email."
+msgstr "E-correu no vàlid."
-#: ../../include/profile_advanced.php:17 ../../boot.php:982
-msgid "Gender:"
-msgstr "Gènere:"
+#: ../../mod/settings.php:275
+msgid "Protected email address. Cannot change to that email."
+msgstr "Adreça d'e-correu protegida. No es pot canviar a aquest e-correu."
-#: ../../include/profile_advanced.php:22
-msgid "j F, Y"
-msgstr "j F, Y"
+#: ../../mod/settings.php:284
+msgid "System failure storing new email. Please try again."
+msgstr "Fallada del sistema al guardar un nou correu. Si us plau, proba de nou."
-#: ../../include/profile_advanced.php:23
-msgid "j F"
-msgstr "j F"
+#: ../../mod/settings.php:523
+msgid "Settings updated."
+msgstr "Ajustes actualizados."
-#: ../../include/profile_advanced.php:30 ../../include/datetime.php:438
-#: ../../include/items.php:1349
-msgid "Birthday:"
-msgstr "Aniversari:"
+#: ../../mod/settings.php:587 ../../mod/settings.php:613
+#: ../../mod/settings.php:649
+msgid "Add application"
+msgstr "Afegir aplicatiu"
-#: ../../include/profile_advanced.php:34
-msgid "Age:"
-msgstr "Edat:"
+#: ../../mod/settings.php:590
+msgid "Name of application"
+msgstr "Nom de l'aplicatiu"
-#: ../../include/profile_advanced.php:37 ../../boot.php:985
-msgid "Status:"
-msgstr "Estatus:"
+#: ../../mod/settings.php:591 ../../mod/settings.php:617
+msgid "Consumer Key"
+msgstr "Consumer Key"
-#: ../../include/profile_advanced.php:45 ../../boot.php:987
-msgid "Homepage:"
-msgstr "Pàgina web:"
+#: ../../mod/settings.php:591 ../../mod/settings.php:592
+msgid "Automatically generated - change if desired. Max length 20"
+msgstr "Generat automàticament- Canvia-ho si ho vols. Max. longitud 20"
-#: ../../include/profile_advanced.php:47
-msgid "Tags:"
-msgstr "Etiquetes:"
+#: ../../mod/settings.php:592 ../../mod/settings.php:618
+msgid "Consumer Secret"
+msgstr "Consumer Secret"
-#: ../../include/profile_advanced.php:51
-msgid "Religion:"
-msgstr "Religió:"
+#: ../../mod/settings.php:593 ../../mod/settings.php:619
+msgid "Redirect"
+msgstr "Redirecciona"
-#: ../../include/profile_advanced.php:53
-msgid "About:"
-msgstr "Acerca de:"
+#: ../../mod/settings.php:593
+msgid ""
+"Redirect URI - leave blank unless your application specifically requires "
+"this"
+msgstr "URI redirigida - No canviar excepte perquè el teu aplicatiu ho requereixi."
-#: ../../include/profile_advanced.php:55
-msgid "Hobbies/Interests:"
-msgstr "Aficiones/Intereses:"
+#: ../../mod/settings.php:594 ../../mod/settings.php:620
+msgid "Icon url"
+msgstr "Icona de url"
-#: ../../include/profile_advanced.php:57
-msgid "Contact information and Social Networks:"
-msgstr "Informació de contacte i Xarxes Socials:"
+#: ../../mod/settings.php:594
+msgid "Optional"
+msgstr "Opcional"
-#: ../../include/profile_advanced.php:59
-msgid "Musical interests:"
-msgstr "Gustos musicals:"
+#: ../../mod/settings.php:605
+msgid "You can't edit this application."
+msgstr "No pots editar aquest aplicatiu."
-#: ../../include/profile_advanced.php:61
-msgid "Books, literature:"
-msgstr "Llibres, literatura:"
+#: ../../mod/settings.php:648
+msgid "Connected Apps"
+msgstr "Aplicatius Conectats"
-#: ../../include/profile_advanced.php:63
-msgid "Television:"
-msgstr "Televisió:"
+#: ../../mod/settings.php:652
+msgid "Client key starts with"
+msgstr "La clau del client comença amb"
-#: ../../include/profile_advanced.php:65
-msgid "Film/dance/culture/entertainment:"
-msgstr "Cinema/ball/cultura/entreteniments:"
+#: ../../mod/settings.php:653
+msgid "No name"
+msgstr "Sin nombre"
-#: ../../include/profile_advanced.php:67
-msgid "Love/Romance:"
-msgstr "Amor/sentiments:"
+#: ../../mod/settings.php:654
+msgid "Remove authorization"
+msgstr "Elimina autorització"
-#: ../../include/profile_advanced.php:69
-msgid "Work/employment:"
-msgstr "Treball/ocupació:"
+#: ../../mod/settings.php:668
+msgid "No feature settings configured"
+msgstr "No hi ha opcions de les funcions configurades"
-#: ../../include/profile_advanced.php:71
-msgid "School/education:"
-msgstr "Escola/formació"
+#: ../../mod/settings.php:685
+msgid "Feature/Addon Settings"
+msgstr "Ajustos de Característica/Afegit"
-#: ../../include/contact_selectors.php:32
-msgid "Unknown | Not categorised"
-msgstr "Desconegut/No categoritzat"
+#: ../../mod/settings.php:687
+msgid "Settings for the built-in Diaspora emulator"
+msgstr "Ajustos pel emulador de Diaspora incorporat"
-#: ../../include/contact_selectors.php:33
-msgid "Block immediately"
-msgstr "Bloquejar immediatament"
+#: ../../mod/settings.php:688
+msgid "Allow any Diaspora member to comment on your public posts"
+msgstr "Permetre que cualsevol membre de Diaspora pugui comentar les teves entrades públiques"
-#: ../../include/contact_selectors.php:34
-msgid "Shady, spammer, self-marketer"
-msgstr "Sospitós, Femater, auto-publicitat"
+#: ../../mod/settings.php:689
+msgid "Enable the Diaspora protocol for this channel"
+msgstr "Activa el protocol Diaspora en aquest canal"
-#: ../../include/contact_selectors.php:35
-msgid "Known to me, but no opinion"
-msgstr "Conegut per mi, però sense opinió"
+#: ../../mod/settings.php:690
+msgid "Diaspora Policy Settings"
+msgstr "Política d'Ajustos de Diaspora"
-#: ../../include/contact_selectors.php:36
-msgid "OK, probably harmless"
-msgstr "Bé, probablement inofensiu"
+#: ../../mod/settings.php:691
+msgid "Prevent your hashtags from being redirected to other sites"
+msgstr "Evita que els teus hashtags puguin ser redirigits a altres llocs"
-#: ../../include/contact_selectors.php:37
-msgid "Reputable, has my trust"
-msgstr "Bona reputació, té la meva confiança"
+#: ../../mod/settings.php:715
+msgid "Account Settings"
+msgstr "Ajustos de Compte"
-#: ../../include/contact_selectors.php:56
-msgid "Frequently"
-msgstr "Freqüentment"
+#: ../../mod/settings.php:716
+msgid "Enter New Password:"
+msgstr "Entra la Nova Contrasenya"
-#: ../../include/contact_selectors.php:57
-msgid "Hourly"
-msgstr "Cada hora"
+#: ../../mod/settings.php:717
+msgid "Confirm New Password:"
+msgstr "Confirma la Nova Contrasenya:"
-#: ../../include/contact_selectors.php:58
-msgid "Twice daily"
-msgstr "Dues vegades al dia"
+#: ../../mod/settings.php:717
+msgid "Leave password fields blank unless changing"
+msgstr "Deixa els camps de contrasenya en blanc llevat que la volguis canviar"
-#: ../../include/contact_selectors.php:59
-msgid "Daily"
-msgstr "Diari"
+#: ../../mod/settings.php:719 ../../mod/settings.php:1057
+msgid "Email Address:"
+msgstr "Adreça de E-Correu:"
-#: ../../include/contact_selectors.php:60
-msgid "Weekly"
-msgstr "Setmanal"
+#: ../../mod/settings.php:721
+msgid "Remove this account including all its channels"
+msgstr "Esborra aquest compte inclosos tots els seus canals"
-#: ../../include/contact_selectors.php:61
-msgid "Monthly"
-msgstr "Mensual"
+#: ../../mod/settings.php:737
+msgid "Off"
+msgstr "Apagat"
-#: ../../include/contact_selectors.php:77
-msgid "OStatus"
-msgstr "OStatus"
+#: ../../mod/settings.php:737
+msgid "On"
+msgstr "Funcionant"
-#: ../../include/contact_selectors.php:78
-msgid "RSS/Atom"
-msgstr "RSS/Atom"
+#: ../../mod/settings.php:744
+msgid "Additional Features"
+msgstr "Característiques Addicionals"
-#: ../../include/contact_selectors.php:82
-msgid "Zot!"
-msgstr "Zot!"
+#: ../../mod/settings.php:768
+msgid "Connector Settings"
+msgstr "Ajustos de Connector"
-#: ../../include/contact_selectors.php:83
-msgid "LinkedIn"
-msgstr "LinkedIn"
+#: ../../mod/settings.php:807
+msgid "No special theme for mobile devices"
+msgstr "No emprar tema especial per aparells mòbils"
-#: ../../include/contact_selectors.php:84
-msgid "XMPP/IM"
-msgstr "XMPP/IM"
+#: ../../mod/settings.php:810
+#, php-format
+msgid "%s - (Experimental)"
+msgstr "%s - (Experimental)"
-#: ../../include/contact_selectors.php:85
-msgid "MySpace"
-msgstr "MySpace"
+#: ../../mod/settings.php:849
+msgid "Display Settings"
+msgstr "Ajustos de Pantalla"
-#: ../../include/profile_selectors.php:6
-msgid "Male"
-msgstr "Home"
+#: ../../mod/settings.php:850
+msgid "Theme Settings"
+msgstr "Ajustos de Tema"
-#: ../../include/profile_selectors.php:6
-msgid "Female"
-msgstr "Dona"
+#: ../../mod/settings.php:851
+msgid "Custom Theme Settings"
+msgstr "Ajustos Personals de Tema"
-#: ../../include/profile_selectors.php:6
-msgid "Currently Male"
-msgstr "Actualment Home"
+#: ../../mod/settings.php:852
+msgid "Content Settings"
+msgstr "Ajustos de Contingut"
-#: ../../include/profile_selectors.php:6
-msgid "Currently Female"
-msgstr "Actualment Dona"
+#: ../../mod/settings.php:858
+msgid "Display Theme:"
+msgstr "Ajustos de Tema:"
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Male"
-msgstr "Habitualment Home"
+#: ../../mod/settings.php:859
+msgid "Mobile Theme:"
+msgstr "Tema Mòbil:"
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Female"
-msgstr "Habitualment Dona"
+#: ../../mod/settings.php:860
+msgid "Enable user zoom on mobile devices"
+msgstr "Zoom d'usuari en dispositius mòbils"
-#: ../../include/profile_selectors.php:6
-msgid "Transgender"
-msgstr "Transgènere"
+#: ../../mod/settings.php:861
+msgid "Update browser every xx seconds"
+msgstr "Actualitza el navegador cada xx segons"
-#: ../../include/profile_selectors.php:6
-msgid "Intersex"
-msgstr "Bisexual"
+#: ../../mod/settings.php:861
+msgid "Minimum of 10 seconds, no maximum"
+msgstr "Mínim de 10 segons, sense màxim"
-#: ../../include/profile_selectors.php:6
-msgid "Transsexual"
-msgstr "Transexual"
+#: ../../mod/settings.php:862
+msgid "Maximum number of conversations to load at any time:"
+msgstr "Nombre màxim de conversacions a càrregar cada vegada"
-#: ../../include/profile_selectors.php:6
-msgid "Hermaphrodite"
-msgstr "Hermafrodita"
+#: ../../mod/settings.php:862
+msgid "Maximum of 100 items"
+msgstr "Màxim de 100 elements"
-#: ../../include/profile_selectors.php:6
-msgid "Neuter"
-msgstr "Neutre"
+#: ../../mod/settings.php:863
+msgid "Show emoticons (smilies) as images"
+msgstr "Mostra emoticons (smilies) com a imatges"
-#: ../../include/profile_selectors.php:6
-msgid "Non-specific"
-msgstr "No específicat"
+#: ../../mod/settings.php:864
+msgid "Link post titles to source"
+msgstr "Enllaça a l'origen els títols de l'entrada"
-#: ../../include/profile_selectors.php:6
-msgid "Other"
-msgstr "Altres"
+#: ../../mod/settings.php:865
+msgid "System Page Layout Editor - (advanced)"
+msgstr "Editor de Disseny de la Pàgina del Sistema - (avançat)"
-#: ../../include/profile_selectors.php:6
-msgid "Undecided"
-msgstr "No Decidit"
+#: ../../mod/settings.php:868
+msgid "Use blog/list mode on channel page"
+msgstr "Empra el mode blog/llista a la pàgina del canal"
-#: ../../include/profile_selectors.php:19
-msgid "Males"
-msgstr "Home"
+#: ../../mod/settings.php:868 ../../mod/settings.php:869
+msgid "(comments displayed separately)"
+msgstr "(Observacions es mostren per separat)"
-#: ../../include/profile_selectors.php:19
-msgid "Females"
-msgstr "Dona"
+#: ../../mod/settings.php:869
+msgid "Use blog/list mode on matrix page"
+msgstr "Empra mode blog/llista a la pàgina de matrix"
-#: ../../include/profile_selectors.php:19
-msgid "Gay"
-msgstr "Gay"
+#: ../../mod/settings.php:870
+msgid "Channel page max height of content (in pixels)"
+msgstr "Alçada màxima de contingut (en píxels) de la pàgina de Canal"
-#: ../../include/profile_selectors.php:19
-msgid "Lesbian"
-msgstr "Lesbiana"
+#: ../../mod/settings.php:870 ../../mod/settings.php:871
+msgid "click to expand content exceeding this height"
+msgstr "Clic per expandir el contingut que excedeixi aquesta alçada"
-#: ../../include/profile_selectors.php:19
-msgid "No Preference"
-msgstr "Sense Preferències"
+#: ../../mod/settings.php:871
+msgid "Matrix page max height of content (in pixels)"
+msgstr "Alçada màxima del contingut (en píxels) de la pàgina Matrix"
-#: ../../include/profile_selectors.php:19
-msgid "Bisexual"
-msgstr "Bisexual"
+#: ../../mod/settings.php:905
+msgid "Nobody except yourself"
+msgstr "Ningú excepte tú"
-#: ../../include/profile_selectors.php:19
-msgid "Autosexual"
-msgstr "Autosexual"
+#: ../../mod/settings.php:906
+msgid "Only those you specifically allow"
+msgstr "Només allò que específicament permetis"
-#: ../../include/profile_selectors.php:19
-msgid "Abstinent"
-msgstr "Abstinent/a"
+#: ../../mod/settings.php:907
+msgid "Approved connections"
+msgstr "Connexions aprovades"
-#: ../../include/profile_selectors.php:19
-msgid "Virgin"
-msgstr "Verge"
+#: ../../mod/settings.php:908
+msgid "Any connections"
+msgstr "Qualsevol connexió"
-#: ../../include/profile_selectors.php:19
-msgid "Deviant"
-msgstr "Desviat/da"
+#: ../../mod/settings.php:909
+msgid "Anybody on this website"
+msgstr "Qualsevol en aquest lloc"
-#: ../../include/profile_selectors.php:19
-msgid "Fetish"
-msgstr "Fetixiste"
+#: ../../mod/settings.php:910
+msgid "Anybody in this network"
+msgstr "Qualsevol en aquesta xarxa"
-#: ../../include/profile_selectors.php:19
-msgid "Oodles"
-msgstr "Orgies"
+#: ../../mod/settings.php:911
+msgid "Anybody authenticated"
+msgstr "Qualsevol autenticat"
-#: ../../include/profile_selectors.php:19
-msgid "Nonsexual"
-msgstr "Asexual"
+#: ../../mod/settings.php:912
+msgid "Anybody on the internet"
+msgstr "Qualsevol a internet"
-#: ../../include/profile_selectors.php:33
-msgid "Single"
-msgstr "Solter/a"
+#: ../../mod/settings.php:986
+msgid "Publish your default profile in the network directory"
+msgstr "Publica el teu perfil per defecte al directori de la xarxa"
-#: ../../include/profile_selectors.php:33
-msgid "Lonely"
-msgstr "Solitari"
+#: ../../mod/settings.php:991
+msgid "Allow us to suggest you as a potential friend to new members?"
+msgstr "Ens permets suggerir-te com a potencial amic als nous membres?"
-#: ../../include/profile_selectors.php:33
-msgid "Available"
-msgstr "Disponible"
+#: ../../mod/settings.php:1000
+msgid "Your channel address is"
+msgstr "La teva direcció del canal es"
-#: ../../include/profile_selectors.php:33
-msgid "Unavailable"
-msgstr "No Disponible"
+#: ../../mod/settings.php:1048
+msgid "Channel Settings"
+msgstr "Ajustos del Canal"
-#: ../../include/profile_selectors.php:33
-msgid "Dating"
-msgstr "De cites"
+#: ../../mod/settings.php:1055
+msgid "Basic Settings"
+msgstr "Ajustos Bàsics"
-#: ../../include/profile_selectors.php:33
-msgid "Unfaithful"
-msgstr "Infidel"
+#: ../../mod/settings.php:1058
+msgid "Your Timezone:"
+msgstr "La teva Franja Horària"
-#: ../../include/profile_selectors.php:33
-msgid "Sex Addict"
-msgstr "Adicte al sexe"
+#: ../../mod/settings.php:1059
+msgid "Default Post Location:"
+msgstr "Localització Predeterminada de les Entrades:"
-#: ../../include/profile_selectors.php:33
-msgid "Friends"
-msgstr "Amics/Amigues"
+#: ../../mod/settings.php:1059
+msgid "Geographical location to display on your posts"
+msgstr "Posició geogràfica a mostrar a les teves entrades"
-#: ../../include/profile_selectors.php:33
-msgid "Friends/Benefits"
-msgstr "Amics íntims"
+#: ../../mod/settings.php:1060
+msgid "Use Browser Location:"
+msgstr "Empra la Localització del Navegador:"
-#: ../../include/profile_selectors.php:33
-msgid "Casual"
-msgstr "Oportunista"
+#: ../../mod/settings.php:1062
+msgid "Adult Content"
+msgstr "Contingut per a Adults"
-#: ../../include/profile_selectors.php:33
-msgid "Engaged"
-msgstr "Promès"
+#: ../../mod/settings.php:1062
+msgid ""
+"This channel frequently or regularly publishes adult content. (Please tag "
+"any adult material and/or nudity with #NSFW)"
+msgstr "Aquest canal publica freqúentment o amb regularitat contingut per a adults. (Si us plau, etiqueti qualsevol material per a adults amb #NSFW)"
-#: ../../include/profile_selectors.php:33
-msgid "Married"
-msgstr "Casat"
+#: ../../mod/settings.php:1064
+msgid "Security and Privacy Settings"
+msgstr "Ajustos de Seguretat i Privacitat"
-#: ../../include/profile_selectors.php:33
-msgid "Partners"
-msgstr "Socis"
+#: ../../mod/settings.php:1066
+msgid "Your permissions are already configured. Click to view/adjust"
+msgstr "Els teus permisos estan configurats. Clic per veure/ajustar"
-#: ../../include/profile_selectors.php:33
-msgid "Cohabiting"
-msgstr "Cohabitant"
+#: ../../mod/settings.php:1068
+msgid "Hide my online presence"
+msgstr "Amaga la meva presencia en línia"
-#: ../../include/profile_selectors.php:33
-msgid "Happy"
-msgstr "Feliç"
+#: ../../mod/settings.php:1068
+msgid "Prevents displaying in your profile that you are online"
+msgstr "Evita mostrar en el teu perfil, que estàs en línia"
-#: ../../include/profile_selectors.php:33
-msgid "Not Looking"
-msgstr "No Cerco"
+#: ../../mod/settings.php:1070
+msgid "Simple Privacy Settings:"
+msgstr "Ajustos simples de privacitat:"
-#: ../../include/profile_selectors.php:33
-msgid "Swinger"
-msgstr "Parella Liberal"
+#: ../../mod/settings.php:1071
+msgid ""
+"Very Public - <em>extremely permissive (should be used with caution)</em>"
+msgstr "Molt públic - <em>extremadament permissiu (s'ha d'anar en compte)</em>"
-#: ../../include/profile_selectors.php:33
-msgid "Betrayed"
-msgstr "Traït/da"
+#: ../../mod/settings.php:1072
+msgid ""
+"Typical - <em>default public, privacy when desired (similar to social "
+"network permissions but with improved privacy)</em>"
+msgstr "Normal - <em>públic per defecte, privat quan es desitgi (similar als permisos de xarxa social, però amb millor privacitat)"
-#: ../../include/profile_selectors.php:33
-msgid "Separated"
-msgstr "Separat/da"
+#: ../../mod/settings.php:1073
+msgid "Private - <em>default private, never open or public</em>"
+msgstr "Privat - <em>privat per defecte, mai públic o obert</em>"
-#: ../../include/profile_selectors.php:33
-msgid "Unstable"
-msgstr "Inestable"
+#: ../../mod/settings.php:1074
+msgid "Blocked - <em>default blocked to/from everybody</em>"
+msgstr "Bloquejat - <em>tothom bloquejat per defecte</em>"
-#: ../../include/profile_selectors.php:33
-msgid "Divorced"
-msgstr "Divorciat/da"
+#: ../../mod/settings.php:1076
+msgid "Allow others to tag your posts"
+msgstr "Permet a altres etiquetar les teves entrades"
-#: ../../include/profile_selectors.php:33
-msgid "Widowed"
-msgstr "Vidu/a"
+#: ../../mod/settings.php:1076
+msgid ""
+"Often used by the community to retro-actively flag inappropriate content"
+msgstr "Sovint emprat per la comunitat per marcar retroactivament contingut inapropiat"
-#: ../../include/profile_selectors.php:33
-msgid "Uncertain"
-msgstr "Incert"
+#: ../../mod/settings.php:1078
+msgid "Advanced Privacy Settings"
+msgstr "Ajustos avançats de privacitat"
-#: ../../include/profile_selectors.php:33
-msgid "Complicated"
-msgstr "Complicat"
+#: ../../mod/settings.php:1080
+msgid "Expire other channel content after this many days"
+msgstr "El contingut d'altes canals caduca després d'aquests dies"
-#: ../../include/profile_selectors.php:33
-msgid "Don't care"
-msgstr "No t'interessa"
+#: ../../mod/settings.php:1080
+msgid "0 or blank prevents expiration"
+msgstr "0 o vuit evita caducitat"
-#: ../../include/profile_selectors.php:33
-msgid "Ask me"
-msgstr "Pregunta'm"
+#: ../../mod/settings.php:1081
+msgid "Maximum Friend Requests/Day:"
+msgstr "Nombre màxim de peticions d'amistat per dia"
-#: ../../include/event.php:17 ../../include/bb2diaspora.php:244
-msgid "Starts:"
-msgstr "Inici:"
+#: ../../mod/settings.php:1081
+msgid "May reduce spam activity"
+msgstr "Pot reduir l'SPAM"
-#: ../../include/event.php:27 ../../include/bb2diaspora.php:252
-msgid "Finishes:"
-msgstr "Acaba:"
+#: ../../mod/settings.php:1082
+msgid "Default Post Permissions"
+msgstr "Permisos de publicació per defecte"
-#: ../../include/delivery.php:425 ../../include/notifier.php:638
-msgid "(no subject)"
-msgstr "(sense assumpte)"
+#: ../../mod/settings.php:1087
+msgid "Channel permissions category:"
+msgstr "Categoria de permisos de canal:"
-#: ../../include/delivery.php:432 ../../include/enotify.php:17
-#: ../../include/notifier.php:645
-msgid "noreply"
-msgstr "no contestar"
+#: ../../mod/settings.php:1093
+msgid "Maximum private messages per day from unknown people:"
+msgstr "Nombre màxim de missatges privats de desconeguts al dia:"
-#: ../../include/text.php:238
-msgid "prev"
-msgstr "Prev"
+#: ../../mod/settings.php:1093
+msgid "Useful to reduce spamming"
+msgstr "Útil per a reduir l'spam"
-#: ../../include/text.php:240
-msgid "first"
-msgstr "primer"
+#: ../../mod/settings.php:1096
+msgid "Notification Settings"
+msgstr "Ajustos de notificacions"
-#: ../../include/text.php:269
-msgid "last"
-msgstr "Últim"
+#: ../../mod/settings.php:1097
+msgid "By default post a status message when:"
+msgstr "Per defecte envia un missatge d'estat quan:"
-#: ../../include/text.php:272
-msgid "next"
-msgstr "Proper"
+#: ../../mod/settings.php:1098
+msgid "accepting a friend request"
+msgstr "Acceptar una sol·licitud d'amistat"
-#: ../../include/text.php:563
-msgid "No contacts"
-msgstr "Sense contactes"
+#: ../../mod/settings.php:1099
+msgid "joining a forum/community"
+msgstr "Apuntar-se a un fòrum o comunitat"
-#: ../../include/text.php:572
-#, php-format
-msgid "%d Contact"
-msgid_plural "%d Contacts"
-msgstr[0] "%d Contacte"
-msgstr[1] "%d Contactes"
+#: ../../mod/settings.php:1100
+msgid "making an <em>interesting</em> profile change"
+msgstr "faci un canvi <em>interesant</em> al perfil"
-#: ../../include/text.php:643 ../../include/nav.php:87
-msgid "Search"
-msgstr "Cercar"
+#: ../../mod/settings.php:1101
+msgid "Send a notification email when:"
+msgstr "Notifica per correu quan:"
-#: ../../include/text.php:831
-msgid "Monday"
-msgstr "Dilluns"
+#: ../../mod/settings.php:1102
+msgid "You receive a connection request"
+msgstr "Rebi una petició de connexió"
-#: ../../include/text.php:831
-msgid "Tuesday"
-msgstr "Dimarts"
+#: ../../mod/settings.php:1103
+msgid "Your connections are confirmed"
+msgstr "Es confirma una connexió"
-#: ../../include/text.php:831
-msgid "Wednesday"
-msgstr "Dimecres"
+#: ../../mod/settings.php:1104
+msgid "Someone writes on your profile wall"
+msgstr "Algú ha escrit al mur del teu perfil"
-#: ../../include/text.php:831
-msgid "Thursday"
-msgstr "Dijous"
+#: ../../mod/settings.php:1105
+msgid "Someone writes a followup comment"
+msgstr "Algú ha escrit un comentari de resposta"
-#: ../../include/text.php:831
-msgid "Friday"
-msgstr "Divendres"
+#: ../../mod/settings.php:1106
+msgid "You receive a private message"
+msgstr "Rebi un missatge privat"
-#: ../../include/text.php:831
-msgid "Saturday"
-msgstr "Dissabte"
+#: ../../mod/settings.php:1107
+msgid "You receive a friend suggestion"
+msgstr "Rebi una suggerència d'amistat"
-#: ../../include/text.php:831
-msgid "Sunday"
-msgstr "Diumenge"
+#: ../../mod/settings.php:1108
+msgid "You are tagged in a post"
+msgstr "Estàs etiquetat a l'entrada"
-#: ../../include/text.php:835
-msgid "January"
-msgstr "Gener"
+#: ../../mod/settings.php:1109
+msgid "You are poked/prodded/etc. in a post"
+msgstr "S'enfoten/te piquen/etc. en una entrada"
-#: ../../include/text.php:835
-msgid "February"
-msgstr "Febrer"
+#: ../../mod/settings.php:1112
+msgid "Show visual notifications including:"
+msgstr "Mostra notificacion visuals, com ara:"
-#: ../../include/text.php:835
-msgid "March"
-msgstr "Març"
+#: ../../mod/settings.php:1114
+msgid "Unseen matrix activity"
+msgstr "Activitat no vista a la xarxa"
-#: ../../include/text.php:835
-msgid "April"
-msgstr "Abril"
+#: ../../mod/settings.php:1115
+msgid "Unseen channel activity"
+msgstr "Activitat no vista del canal"
-#: ../../include/text.php:835
-msgid "May"
-msgstr "Maig"
+#: ../../mod/settings.php:1116
+msgid "Unseen private messages"
+msgstr "Missatges privats no llegits"
-#: ../../include/text.php:835
-msgid "June"
-msgstr "Juny"
+#: ../../mod/settings.php:1116 ../../mod/settings.php:1121
+#: ../../mod/settings.php:1122 ../../mod/settings.php:1123
+msgid "Recommended"
+msgstr "Recomanat"
-#: ../../include/text.php:835
-msgid "July"
-msgstr "Juliol"
+#: ../../mod/settings.php:1117
+msgid "Upcoming events"
+msgstr "Esdeveniments propers"
-#: ../../include/text.php:835
-msgid "August"
-msgstr "Agost"
+#: ../../mod/settings.php:1118
+msgid "Events today"
+msgstr "Esdeveniments d'avui"
-#: ../../include/text.php:835
-msgid "September"
-msgstr "Setembre"
+#: ../../mod/settings.php:1119
+msgid "Upcoming birthdays"
+msgstr "Aniversaris propers"
-#: ../../include/text.php:835
-msgid "October"
-msgstr "Octubre"
+#: ../../mod/settings.php:1119
+msgid "Not available in all themes"
+msgstr "No està disponible en tots els temes"
-#: ../../include/text.php:835
-msgid "November"
-msgstr "Novembre"
+#: ../../mod/settings.php:1120
+msgid "System (personal) notifications"
+msgstr "Notificacions (personals) de sistema"
-#: ../../include/text.php:835
-msgid "December"
-msgstr "Desembre"
+#: ../../mod/settings.php:1121
+msgid "System info messages"
+msgstr "Missatges d'informació del sistema"
-#: ../../include/text.php:905
-msgid "bytes"
-msgstr "bytes"
+#: ../../mod/settings.php:1122
+msgid "System critical alerts"
+msgstr "Alertes crítiques del sistema"
-#: ../../include/text.php:1000
-msgid "Select an alternate language"
-msgstr "Sel·lecciona un idioma alternatiu"
+#: ../../mod/settings.php:1123
+msgid "New connections"
+msgstr "Noves connexions"
-#: ../../include/text.php:1012
-msgid "default"
-msgstr "per defecte"
+#: ../../mod/settings.php:1124
+msgid "System Registrations"
+msgstr "Registres del sistema"
-#: ../../include/text.php:1228
-msgid "activity"
-msgstr "activitat"
+#: ../../mod/settings.php:1125
+msgid ""
+"Also show new wall posts, private messages and connections under Notices"
+msgstr "Mostra també les entrades de mur noves, les entrades privades i les connexions a \"Notícies\""
-#: ../../include/text.php:1230
-msgid "comment"
-msgstr "comentari"
+#: ../../mod/settings.php:1127
+msgid "Notify me of events this many days in advance"
+msgstr "Notifica'm dels esdeveniments amb aquests dies d'antelació"
-#: ../../include/text.php:1231
-msgid "post"
-msgstr "missatge"
+#: ../../mod/settings.php:1127
+msgid "Must be greater than 0"
+msgstr "Ha de ser més gran que 0"
-#: ../../include/diaspora.php:570
-msgid "Sharing notification from Diaspora network"
-msgstr "Compartint la notificació de la xarxa Diàspora"
+#: ../../mod/settings.php:1129
+msgid "Advanced Account/Page Type Settings"
+msgstr "Ajustos avançats de compte i tipus de pàgina"
-#: ../../include/diaspora.php:1911
-msgid "Attachments:"
-msgstr "Adjunts:"
+#: ../../mod/settings.php:1130
+msgid "Change the behaviour of this account for special situations"
+msgstr "Modifica el comportament d'aquest compte en situacions especials"
-#: ../../include/diaspora.php:2094
-#, php-format
-msgid "[Relayed] Comment authored by %s from network %s"
-msgstr "[Retransmès] Comentari escrit per %s des de la xarxa %s"
+#: ../../mod/settings.php:1133
+msgid ""
+"Please enable expert mode (in <a href=\"settings/features\">Settings > "
+"Additional features</a>) to adjust!"
+msgstr "Activa el mode d'expert (a <a href=\"settings/features\">Ajustos > Més funcions</a>)"
-#: ../../include/network.php:814
-msgid "view full size"
-msgstr "Veure a mida completa"
+#: ../../mod/settings.php:1134
+msgid "Miscellaneous Settings"
+msgstr "Ajustos diversos"
-#: ../../include/oembed.php:128
-msgid "Embedded content"
-msgstr "Contingut incrustat"
+#: ../../mod/settings.php:1136
+msgid "Personal menu to display in your channel pages"
+msgstr "Menú personal per mostrar en les teves pàgines de canal"
-#: ../../include/oembed.php:137
-msgid "Embedding disabled"
-msgstr "Incrustacions deshabilitades"
+#: ../../mod/settings.php:1137 ../../mod/removeme.php:61
+msgid "Remove Channel"
+msgstr "Elimina el canal"
+
+#: ../../mod/settings.php:1138
+msgid "Remove this channel."
+msgstr "Elimina aquest canal."
+
+#: ../../mod/id.php:11
+msgid "First Name"
+msgstr "Nom"
+
+#: ../../mod/id.php:12
+msgid "Last Name"
+msgstr "Cognoms"
+
+#: ../../mod/id.php:13
+msgid "Nickname"
+msgstr "Àlies"
+
+#: ../../mod/id.php:14
+msgid "Full Name"
+msgstr "Nom Sencer"
+
+#: ../../mod/id.php:20
+msgid "Profile Photo 16px"
+msgstr "Foto del Perfil 16px"
+
+#: ../../mod/id.php:21
+msgid "Profile Photo 32px"
+msgstr "Foto del Perfil 32px"
+
+#: ../../mod/id.php:22
+msgid "Profile Photo 48px"
+msgstr "Foto del Perfil 48px"
+
+#: ../../mod/id.php:23
+msgid "Profile Photo 64px"
+msgstr "Foto del Perfil 64px"
+
+#: ../../mod/id.php:24
+msgid "Profile Photo 80px"
+msgstr "Foto del Perfil 80px"
+
+#: ../../mod/id.php:25
+msgid "Profile Photo 128px"
+msgstr "Foto del Perfil 128px"
+
+#: ../../mod/id.php:26
+msgid "Timezone"
+msgstr "Zona horària"
+
+#: ../../mod/id.php:27
+msgid "Homepage URL"
+msgstr "URL de la pàgina d'inici"
+
+#: ../../mod/id.php:29
+msgid "Birth Year"
+msgstr "Any de Naixement"
+
+#: ../../mod/id.php:30
+msgid "Birth Month"
+msgstr "Mes de Naixement"
+
+#: ../../mod/id.php:31
+msgid "Birth Day"
+msgstr "Dia de Naixement"
+
+#: ../../mod/id.php:32
+msgid "Birthdate"
+msgstr "Aniversari"
+
+#: ../../mod/message.php:41
+msgid "Conversation removed."
+msgstr "Conversació eliminada."
+
+#: ../../mod/message.php:56
+msgid "No messages."
+msgstr "Sense missatges."
+
+#: ../../mod/message.php:72 ../../mod/mail.php:336
+msgid "Delete conversation"
+msgstr "Conversació esborrada"
-#: ../../include/group.php:25
+#: ../../mod/message.php:74
+msgid "D, d M Y - g:i A"
+msgstr "D, d M Y - g:i A"
+
+#: ../../mod/mood.php:131
+msgid "Set your current mood and tell your friends"
+msgstr "Estableix el teu estat d'ànim actual i digues-li als teus amics"
+
+#: ../../mod/vote.php:97
+msgid "Total votes"
+msgstr "Total de vots"
+
+#: ../../mod/vote.php:98
+msgid "Average Rating"
+msgstr "Valoració Mitja"
+
+#: ../../mod/removeme.php:29
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 grup eliminat amb aquest nom va ser restablert. Els permisos dels elements existents <strong>poden</strong> aplicar-se a aquest grup i tots els futurs membres. Si això no és el que pretén, si us plau, crei un altre grup amb un nom diferent."
+"Channel removals are not allowed within 48 hours of changing the account "
+"password."
+msgstr "L'esborrat de canals no està permès fins que transcorren 48 hores des de l'últim canvi de contrasenya."
-#: ../../include/group.php:168
-msgid "Everybody"
-msgstr "Tothom"
+#: ../../mod/removeme.php:57
+msgid "Remove This Channel"
+msgstr "Elimina Aquest Canal"
-#: ../../include/group.php:191
-msgid "edit"
-msgstr "editar"
+#: ../../mod/removeme.php:58
+msgid "This channel will be completely removed from the network. "
+msgstr "Aquest canal serà completament eliminat de la xarxa."
-#: ../../include/group.php:212
-msgid "Groups"
-msgstr "Grups"
+#: ../../mod/removeme.php:60
+msgid "Remove this channel and all its clones from the network"
+msgstr "Elimina aquest canal i els seus clons de la xarxa"
-#: ../../include/group.php:213
-msgid "Edit group"
-msgstr "Editar grup"
+#: ../../mod/removeme.php:60
+msgid ""
+"By default only the instance of the channel located on this hub will be "
+"removed from the network"
+msgstr "Per defecte, només la instancia del canal ubicat en aquest concentrador pot esser esborrat de la xarxa"
-#: ../../include/group.php:214
-msgid "Create a new group"
-msgstr "Crear un nou grup"
+#: ../../mod/connedit.php:267
+msgid "is now connected to"
+msgstr "Ara està conectat amb"
-#: ../../include/nav.php:44 ../../boot.php:709
-msgid "Logout"
-msgstr "Sortir"
+#: ../../mod/connedit.php:380
+msgid "Could not access address book record."
+msgstr "No puc accedir al registre del contacte"
-#: ../../include/nav.php:44
-msgid "End this session"
-msgstr "Termina sessió"
+#: ../../mod/connedit.php:394
+msgid "Refresh failed - channel is currently unavailable."
+msgstr "Ha fallat la recàrrega - el canal es actualment inaccesible."
-#: ../../include/nav.php:47 ../../boot.php:1331
-msgid "Status"
-msgstr "Estatus"
+#: ../../mod/connedit.php:406 ../../mod/connedit.php:418
+#: ../../mod/connedit.php:430 ../../mod/connedit.php:442
+#: ../../mod/connedit.php:458
+msgid "Unable to set address book parameters."
+msgstr "No es poden ajustar els paràmetres dels contactes."
-#: ../../include/nav.php:47 ../../include/nav.php:111
-msgid "Your posts and conversations"
-msgstr "Els teus anuncis i converses"
+#: ../../mod/connedit.php:482
+msgid "Connection has been removed."
+msgstr "S'han eliminat les conexions."
-#: ../../include/nav.php:48
-msgid "Your profile page"
-msgstr "La seva pàgina de perfil"
+#: ../../mod/connedit.php:501
+#, php-format
+msgid "View %s's profile"
+msgstr "Mostra el perfil de %s"
-#: ../../include/nav.php:49 ../../boot.php:1341
-msgid "Photos"
-msgstr "Fotos"
+#: ../../mod/connedit.php:505
+msgid "Refresh Permissions"
+msgstr "Recarrega els Permissos"
-#: ../../include/nav.php:49
-msgid "Your photos"
-msgstr "Les seves fotos"
+#: ../../mod/connedit.php:508
+msgid "Fetch updated permissions"
+msgstr "Obté els permisos actualitzats"
-#: ../../include/nav.php:50
-msgid "Your events"
-msgstr "Els seus esdeveniments"
+#: ../../mod/connedit.php:512
+msgid "Recent Activity"
+msgstr "Activitat Recent"
-#: ../../include/nav.php:51
-msgid "Personal notes"
-msgstr "Notes personals"
+#: ../../mod/connedit.php:515
+msgid "View recent posts and comments"
+msgstr "Mostra les entrades i comentaris recents"
-#: ../../include/nav.php:51
-msgid "Your personal photos"
-msgstr "Les seves fotos personals"
+#: ../../mod/connedit.php:522
+msgid "Block (or Unblock) all communications with this connection"
+msgstr "Boqueja (o Desbloqueja) les comunicacions amb aquesta connexió"
-#: ../../include/nav.php:62
-msgid "Sign in"
-msgstr "Accedeix"
+#: ../../mod/connedit.php:523
+msgid "This connection is blocked!"
+msgstr "Aquesta connexió està bloquejada!"
-#: ../../include/nav.php:73
-msgid "Home Page"
-msgstr "Pàgina d'Inici"
+#: ../../mod/connedit.php:527
+msgid "Unignore"
+msgstr "Inhabilita"
-#: ../../include/nav.php:77
-msgid "Create an account"
-msgstr "Crear un compte"
+#: ../../mod/connedit.php:527 ../../mod/notifications.php:51
+msgid "Ignore"
+msgstr "Ignora"
-#: ../../include/nav.php:82
-msgid "Help and documentation"
-msgstr "Ajuda i documentació"
+#: ../../mod/connedit.php:530
+msgid "Ignore (or Unignore) all inbound communications from this connection"
+msgstr "Ignora (o Considera) les communicacions entrants d'aquesta connexió"
-#: ../../include/nav.php:85
-msgid "Apps"
-msgstr "Aplicacions"
+#: ../../mod/connedit.php:531
+msgid "This connection is ignored!"
+msgstr "Aquesta connexió es ignorada!"
-#: ../../include/nav.php:85
-msgid "Addon applications, utilities, games"
-msgstr "Afegits: aplicacions, utilitats, jocs"
+#: ../../mod/connedit.php:535
+msgid "Unarchive"
+msgstr "Desarxiva"
-#: ../../include/nav.php:87
-msgid "Search site content"
-msgstr "Busca contingut en el lloc"
+#: ../../mod/connedit.php:535
+msgid "Archive"
+msgstr "Arxiva"
-#: ../../include/nav.php:97
-msgid "Conversations on this site"
-msgstr "Converses en aquest lloc"
+#: ../../mod/connedit.php:538
+msgid ""
+"Archive (or Unarchive) this connection - mark channel dead but keep content"
+msgstr "Arxiva (o Desarxiva) aquesta connexió - Marca el canal com a mort pero manté el contingut "
-#: ../../include/nav.php:99
-msgid "Directory"
-msgstr "Directori"
+#: ../../mod/connedit.php:539
+msgid "This connection is archived!"
+msgstr "Aquesta connexió està arxivada!"
-#: ../../include/nav.php:99
-msgid "People directory"
-msgstr "Directori de gent"
+#: ../../mod/connedit.php:543
+msgid "Unhide"
+msgstr "Mostra"
-#: ../../include/nav.php:109
-msgid "Conversations from your friends"
-msgstr "Converses dels teus amics"
+#: ../../mod/connedit.php:543
+msgid "Hide"
+msgstr "Amaga"
-#: ../../include/nav.php:117
-msgid "Friend Requests"
-msgstr "Sol·licitud d'Amistat"
+#: ../../mod/connedit.php:546
+msgid "Hide or Unhide this connection from your other connections"
+msgstr "Amaga (o Mostra) aquesta connexió de les altres connexions teves"
-#: ../../include/nav.php:119
-msgid "See all notifications"
-msgstr "Veure totes les notificacions"
+#: ../../mod/connedit.php:547
+msgid "This connection is hidden!"
+msgstr "Aquesta connexió està amagada!"
-#: ../../include/nav.php:120
-msgid "Mark all system notifications seen"
-msgstr "Marcar totes les notificacions del sistema com a vistes"
+#: ../../mod/connedit.php:554
+msgid "Delete this connection"
+msgstr "Elimina aquesta connexió"
-#: ../../include/nav.php:124
-msgid "Private mail"
-msgstr "Correu privat"
+#: ../../mod/connedit.php:635
+msgid "Approve this connection"
+msgstr "Apccepta aquesta connexió"
-#: ../../include/nav.php:127
-msgid "Manage"
-msgstr "Gestionar"
+#: ../../mod/connedit.php:635
+msgid "Accept connection to allow communication"
+msgstr "Accepta la connexió per permetre la comunicació"
-#: ../../include/nav.php:127
-msgid "Manage other pages"
-msgstr "Gestiona altres pàgines"
+#: ../../mod/connedit.php:640
+msgid "Set Affinity"
+msgstr "Ajusta l'Afinitat"
-#: ../../include/nav.php:131 ../../boot.php:940
-msgid "Profiles"
-msgstr "Perfils"
+#: ../../mod/connedit.php:643
+msgid "Set Profile"
+msgstr "Ajusta el Perfil"
-#: ../../include/nav.php:131 ../../boot.php:940
-msgid "Manage/edit profiles"
-msgstr "Gestiona/edita perfils"
+#: ../../mod/connedit.php:646
+msgid "Set Affinity & Profile"
+msgstr "Ajusta Afinitat i Perfil"
-#: ../../include/nav.php:132
-msgid "Manage/edit friends and contacts"
-msgstr "Gestiona/edita amics i contactes"
+#: ../../mod/connedit.php:663
+msgid "Apply these permissions automatically"
+msgstr "Aplica aquests permissos automaticament"
-#: ../../include/nav.php:139
-msgid "Admin"
-msgstr "Admin"
+#: ../../mod/connedit.php:665
+msgid "This connection's address is"
+msgstr "La direcció d'aquesta connexió es"
-#: ../../include/nav.php:139
-msgid "Site setup and configuration"
-msgstr "Ajustos i configuració del lloc"
+#: ../../mod/connedit.php:668
+msgid ""
+"The permissions indicated on this page will be applied to all new "
+"connections."
+msgstr "Els permisos indicats en aquesta pàgina seran aplicats a totes les noves connexions."
-#: ../../include/nav.php:162
-msgid "Nothing new here"
-msgstr "Res nou aquí"
+#: ../../mod/connedit.php:670
+msgid "Slide to adjust your degree of friendship"
+msgstr "Llisca per ajustar el nivell d'amistat"
-#: ../../include/contact_widgets.php:6
-msgid "Add New Contact"
-msgstr "Afegir Nou Contacte"
+#: ../../mod/connedit.php:672
+msgid "Slide to adjust your rating"
+msgstr "Llisca per ajustar la valoració"
-#: ../../include/contact_widgets.php:7
-msgid "Enter address or web location"
-msgstr "Introdueixi adreça o ubicació web"
+#: ../../mod/connedit.php:673 ../../mod/connedit.php:678
+msgid "Optionally explain your rating"
+msgstr "Opcionalment pots explicar la teva valoració"
-#: ../../include/contact_widgets.php:8
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr "Exemple: bob@example.com, http://example.com/barbara"
+#: ../../mod/connedit.php:675
+msgid "Custom Filter"
+msgstr "Filtre a mida"
-#: ../../include/contact_widgets.php:18
-msgid "Invite Friends"
-msgstr "Invita Amics"
+#: ../../mod/connedit.php:676
+msgid "Only import posts with this text"
+msgstr "Importa exclusivament entrades amb aquest text"
-#: ../../include/contact_widgets.php:24
+#: ../../mod/connedit.php:676 ../../mod/connedit.php:677
+msgid ""
+"words one per line or #tags or /patterns/, leave blank to import all posts"
+msgstr "paraules una per línia o #etiquetes o /patrons/, deixar en blanc per importar totes les entrades"
+
+#: ../../mod/connedit.php:677
+msgid "Do not import posts with this text"
+msgstr "No importar entrades amb aquest text"
+
+#: ../../mod/connedit.php:679
+msgid "This information is public!"
+msgstr "Aquesta informació es pública!"
+
+#: ../../mod/connedit.php:684
+msgid "Connection Pending Approval"
+msgstr "Connexió Pendent d'Aprovació"
+
+#: ../../mod/connedit.php:685
+msgid "Connection Request"
+msgstr "Petició de Connexió"
+
+#: ../../mod/connedit.php:686
#, php-format
-msgid "%d invitation available"
-msgid_plural "%d invitations available"
-msgstr[0] "%d invitació disponible"
-msgstr[1] "%d invitacions disponibles"
+msgid ""
+"(%s) would like to connect with you. Please approve this connection to allow"
+" communication."
+msgstr "(%s) voldria conectar amb tu. Aprova aquesta connexió per permetre la connexió."
-#: ../../include/contact_widgets.php:30
-msgid "Find People"
-msgstr "Trobar Gent"
+#: ../../mod/connedit.php:688
+msgid "Approve Later"
+msgstr "Aprovar més tard"
-#: ../../include/contact_widgets.php:31
-msgid "Enter name or interest"
-msgstr "Introdueixi nom o aficions"
+#: ../../mod/connedit.php:691
+msgid "inherited"
+msgstr "heretat"
-#: ../../include/contact_widgets.php:32
-msgid "Connect/Follow"
-msgstr "Connectar/Seguir"
+#: ../../mod/connedit.php:693
+#, php-format
+msgid ""
+"Please choose the profile you would like to display to %s when viewing your "
+"profile securely."
+msgstr "Tria el perfil que vols mostrar a %s quan es vegi el perfil segur."
-#: ../../include/contact_widgets.php:33
-msgid "Examples: Robert Morgenstein, Fishing"
-msgstr "Exemples: Robert Morgenstein, Pescar"
+#: ../../mod/connedit.php:695
+msgid "Their Settings"
+msgstr "Els seus Ajustos"
-#: ../../include/contact_widgets.php:36
-msgid "Similar Interests"
-msgstr "Aficions Similars"
+#: ../../mod/connedit.php:696
+msgid "My Settings"
+msgstr "Els Meus Ajustos"
-#: ../../include/contact_widgets.php:68
-msgid "Networks"
-msgstr "Xarxes"
+#: ../../mod/connedit.php:698
+msgid "Individual Permissions"
+msgstr "Permisos Individuals"
-#: ../../include/contact_widgets.php:71
-msgid "All Networks"
-msgstr "totes les Xarxes"
+#: ../../mod/connedit.php:699
+msgid ""
+"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."
+msgstr "Alguns permisos poden ser heretats dels teus canals <a href=\"settings\"><strong>ajustos de privacitat</strong></a>, Els quals tenen més prioritat que els ajustos individuals. <strong>No</strong> pots canviar aquests ajustos aquí."
-#: ../../include/auth.php:29
-msgid "Logged out."
-msgstr "Has sortit"
+#: ../../mod/connedit.php:700
+msgid ""
+"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."
+msgstr "Alguns permisos poden ser heretats dels teus canals <a href=\"settings\"><strong>ajustos de privacitat</strong></a>, Els quals tenen més prioritat que els ajustos individuals. <strong>Pots</strong> canviar aquests ajustos aquí pero no tindran cap impacte fins que no canviis els ajustos heretats."
-#: ../../include/datetime.php:43 ../../include/datetime.php:45
-msgid "Miscellaneous"
-msgstr "Miscel·lania"
+#: ../../mod/connedit.php:701
+msgid "Last update:"
+msgstr "Darrera actualització:"
-#: ../../include/datetime.php:121 ../../include/datetime.php:253
-msgid "year"
-msgstr "any"
+#: ../../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 "Em trobat un problema durant l'inici de sessió amb el OpenID que has facilitat. verifica l'ortografia correcta de la ID."
-#: ../../include/datetime.php:126 ../../include/datetime.php:254
-msgid "month"
-msgstr "mes"
+#: ../../mod/rmagic.php:40
+msgid "The error message was:"
+msgstr "El missatge d'error fou:"
-#: ../../include/datetime.php:131 ../../include/datetime.php:256
-msgid "day"
-msgstr "dia"
+#: ../../mod/rmagic.php:44
+msgid "Authentication failed."
+msgstr "Ha fallat l'autentificació."
-#: ../../include/datetime.php:244
-msgid "never"
-msgstr "mai"
+#: ../../mod/rmagic.php:84
+msgid "Remote Authentication"
+msgstr "Autentificació Remota"
-#: ../../include/datetime.php:250
-msgid "less than a second ago"
-msgstr "Fa menys d'un segon"
+#: ../../mod/rmagic.php:85
+msgid "Enter your channel address (e.g. channel@example.com)"
+msgstr "Introdueix la teva adreça del canal (eg canal@exemple.com)"
-#: ../../include/datetime.php:253
-msgid "years"
-msgstr "anys"
+#: ../../mod/rmagic.php:86
+msgid "Authenticate"
+msgstr "Autentica't"
-#: ../../include/datetime.php:254
-msgid "months"
-msgstr "mesos"
+#: ../../mod/mail.php:33
+msgid "Unable to lookup recipient."
+msgstr "Incapaç de trobar el destinatari."
-#: ../../include/datetime.php:255
-msgid "week"
-msgstr "setmana"
+#: ../../mod/mail.php:41
+msgid "Unable to communicate with requested channel."
+msgstr "Incapaç de comunicar amb el canal demanat."
-#: ../../include/datetime.php:255
-msgid "weeks"
-msgstr "setmanes"
+#: ../../mod/mail.php:48
+msgid "Cannot verify requested channel."
+msgstr "No puc verificar el canal demanat."
-#: ../../include/datetime.php:256
-msgid "days"
-msgstr "dies"
+#: ../../mod/mail.php:74
+msgid "Selected channel has private message restrictions. Send failed."
+msgstr "El canal seleccionat te restriccions sobre els missatges privats. L'enviament ha fallat."
-#: ../../include/datetime.php:257
-msgid "hour"
-msgstr "hora"
+#: ../../mod/mail.php:139
+msgid "Message deleted."
+msgstr "Missatge eliminat."
-#: ../../include/datetime.php:257
-msgid "hours"
-msgstr "hores"
+#: ../../mod/mail.php:156
+msgid "Message recalled."
+msgstr "Recupera el missatge."
-#: ../../include/datetime.php:258
-msgid "minute"
-msgstr "minut"
+#: ../../mod/mail.php:225
+msgid "Send Private Message"
+msgstr "Envia Missatge Privat"
-#: ../../include/datetime.php:258
-msgid "minutes"
-msgstr "minuts"
+#: ../../mod/mail.php:226 ../../mod/mail.php:343
+msgid "To:"
+msgstr "Per:"
-#: ../../include/datetime.php:259
-msgid "second"
-msgstr "segon"
+#: ../../mod/mail.php:231 ../../mod/mail.php:345
+msgid "Subject:"
+msgstr "Assumpte:"
-#: ../../include/datetime.php:259
-msgid "seconds"
-msgstr "segons"
+#: ../../mod/mail.php:242
+msgid "Send"
+msgstr "Envia"
-#: ../../include/datetime.php:267
-#, php-format
-msgid "%1$d %2$s ago"
-msgstr " fa %1$d %2$s"
+#: ../../mod/mail.php:269
+msgid "Message not found."
+msgstr "Missatge no trobat."
-#: ../../include/poller.php:513
-msgid "From: "
-msgstr "Des de:"
+#: ../../mod/mail.php:312
+msgid "Delete message"
+msgstr "Elimina el missatge"
-#: ../../include/bbcode.php:202
-msgid "$1 wrote:"
-msgstr "$1 va escrivir:"
+#: ../../mod/mail.php:313
+msgid "Recall message"
+msgstr "Recupera el missatge"
-#: ../../include/bbcode.php:216 ../../include/bbcode.php:282
-msgid "Image/photo"
-msgstr "Imatge/foto"
+#: ../../mod/mail.php:315
+msgid "Message has been recalled."
+msgstr "El missatge s'ha recuperat."
-#: ../../include/dba.php:39
-#, php-format
-msgid "Cannot locate DNS info for database server '%s'"
-msgstr "No put trobar informació de DNS del servidor de base de dades '%s'"
+#: ../../mod/mail.php:332
+msgid "Private Conversation"
+msgstr "Conversació Privada"
-#: ../../include/message.php:14
-msgid "[no subject]"
-msgstr "[Sense assumpte]"
+#: ../../mod/mail.php:338
+msgid ""
+"No secure communications available. You <strong>may</strong> be able to "
+"respond from the sender's profile page."
+msgstr "Comunicació segura no disponible. Pots respondre des de la pàgina de perfil del remitent."
-#: ../../include/acl_selectors.php:284
-msgid "Visible to everybody"
-msgstr "Visible per tothom"
+#: ../../mod/mail.php:342
+msgid "Send Reply"
+msgstr "Envia Resposta"
-#: ../../include/acl_selectors.php:285
-msgid "show"
-msgstr "mostra"
+#: ../../mod/notifications.php:26
+msgid "Invalid request identifier."
+msgstr "Sol·licitud d'identificació invàlida."
-#: ../../include/acl_selectors.php:286
-msgid "don't show"
-msgstr "no mostris"
+#: ../../mod/notifications.php:35
+msgid "Discard"
+msgstr "Descarta"
-#: ../../include/enotify.php:8
-msgid "Friendica Notification"
-msgstr "Notificacions de Friendica"
+#: ../../mod/regmod.php:11
+msgid "Please login."
+msgstr "Inicia Sessió."
-#: ../../include/enotify.php:11
-msgid "Thank You,"
-msgstr "Gràcies,"
+#: ../../mod/post.php:235
+msgid ""
+"Remote authentication blocked. You are logged into this site locally. Please"
+" logout and retry."
+msgstr "Autenticació remota bloquejada. Ha iniciat sessió en aquest lloc a nivell local. Si us plau, tanca la sessió i torna-ho a intentar."
-#: ../../include/enotify.php:13
-#, php-format
-msgid "%s Administrator"
-msgstr "%s Administrador"
+#: ../../mod/new_channel.php:109
+msgid "Add a Channel"
+msgstr "Afegeix un Canal"
-#: ../../include/enotify.php:29
-#, php-format
-msgid "%s <!item_type!>"
-msgstr "%s <!item_type!>"
+#: ../../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 es la teva pròpia col·lecció de pàgines web. Un canal pot emprat per mantenir perfils a una xarxa social, blocs, grups de conversació, fòrums, pàgines de famosos, i molt més. Pots crear tants canals com el teu servei d'internet et permeti."
-#: ../../include/enotify.php:33
-#, php-format
-msgid "[Friendica:Notify] New mail received at %s"
-msgstr "[Friendica: Notifica] nou correu rebut a %s"
+#: ../../mod/new_channel.php:113
+msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "
+msgstr "Exemples: \"Joan Tou\", \"Manel i els seus esquirols\", \"Fútbol\", \"Grup de Gegants\""
-#: ../../include/enotify.php:35
-#, php-format
-msgid "%s sent you a new private message at %s."
-msgstr "%s t'ha enviat un nou missatge privat en %s"
+#: ../../mod/new_channel.php:114
+msgid "Choose a short nickname"
+msgstr "Tria un àlies curt"
-#: ../../include/enotify.php:36
-#, php-format
-msgid "%s sent you %s."
-msgstr "%s t'ha enviat %s."
+#: ../../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 "El teu àlies es pot emprar per crear un canal fàcilment memoritzatble (com una adreça de correu electrònic) que pot ser compartit amb altres."
-#: ../../include/enotify.php:36
-msgid "a private message"
-msgstr "un missatge privat"
+#: ../../mod/new_channel.php:116
+msgid "Or <a href=\"import\">import an existing channel</a> from another location"
+msgstr "O <a href=\"import\">importa un canal existent</a> d'un altre lloc"
-#: ../../include/enotify.php:37
-#, php-format
-msgid "Please visit %s to view and/or reply to your private messages."
-msgstr "Per favor, visiteu %s per a veure i/o respondre els teus missatges privats."
+#: ../../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 "Tria un tipus de canal (com a xarxa social o fòrum comunitari) i els requisits de privacitat, així podem proposar el que te el permisos més adients."
-#: ../../include/enotify.php:67
-#, php-format
-msgid "%s's"
-msgstr "%s's"
+#: ../../mod/new_channel.php:119
+msgid "Channel Type"
+msgstr "tipus de Canal"
-#: ../../include/enotify.php:71
-msgid "your"
-msgstr "tu"
+#: ../../mod/new_channel.php:119
+msgid "Read more about roles"
+msgstr "Llegix més sobre els rols"
-#: ../../include/enotify.php:78
-#, php-format
-msgid "[Friendica:Notify] Comment to conversation #%d by %s"
-msgstr "[Friendica:Notifica] Conversació comentada #%d per %s"
+#: ../../mod/appman.php:28 ../../mod/appman.php:44
+msgid "App installed."
+msgstr "Aplicació instal·lada."
-#: ../../include/enotify.php:79
-#, php-format
-msgid "%s commented on an item/conversation you have been following."
-msgstr "%s ha comentat un element/conversació que estas seguint."
+#: ../../mod/appman.php:37
+msgid "Malformed app."
+msgstr "Aplicació amb errors"
-#: ../../include/enotify.php:80
-#, php-format
-msgid "%s commented on %s."
-msgstr "%s comentat a %s."
+#: ../../mod/appman.php:80
+msgid "Embed code"
+msgstr "Codi embegut"
-#: ../../include/enotify.php:82 ../../include/enotify.php:95
-#: ../../include/enotify.php:106 ../../include/enotify.php:117
-#, php-format
-msgid "Please visit %s to view and/or reply to the conversation."
-msgstr "Si us pau, visiteu %s per a veure i/o respondre la conversació."
+#: ../../mod/appman.php:86
+msgid "Edit App"
+msgstr "Edita l'Aplicació"
-#: ../../include/enotify.php:89
-#, php-format
-msgid "[Friendica:Notify] %s posted to your profile wall"
-msgstr "[Friendica:Notifica] %s enviat al teu mur del perfil"
+#: ../../mod/appman.php:86
+msgid "Create App"
+msgstr "Crea l'Aplicació"
-#: ../../include/enotify.php:91
-#, php-format
-msgid "%s posted to your profile wall at %s"
-msgstr "%s enviat al teu mur de perfil %s"
+#: ../../mod/appman.php:91
+msgid "Name of app"
+msgstr "Nom de l'Aplicació"
-#: ../../include/enotify.php:93
-#, php-format
-msgid "%s posted to %s"
-msgstr "%s enviat a %s"
+#: ../../mod/appman.php:92
+msgid "Location (URL) of app"
+msgstr "Ubicació (URL) de l'aplicació"
-#: ../../include/enotify.php:93
-msgid "your profile wall."
-msgstr "El teu perfil del mur."
+#: ../../mod/appman.php:94
+msgid "Photo icon URL"
+msgstr "Foto icona URL"
-#: ../../include/enotify.php:102
-#, php-format
-msgid "[Friendica:Notify] %s tagged you"
-msgstr "[Friendica:Notifica] %s t'ha etiquetat"
+#: ../../mod/appman.php:94
+msgid "80 x 80 pixels - optional"
+msgstr "80 x 80 pixels - opcional"
-#: ../../include/enotify.php:103
-#, php-format
-msgid "%s tagged you at %s"
-msgstr "%s t'ha etiquetat en %s"
+#: ../../mod/appman.php:95
+msgid "Version ID"
+msgstr "Versió ID"
-#: ../../include/enotify.php:104
-#, php-format
-msgid "%s %s."
-msgstr "%s %s."
+#: ../../mod/appman.php:96
+msgid "Price of app"
+msgstr "Preu de l'aplicació"
-#: ../../include/enotify.php:104
-msgid "tagged you"
-msgstr "Etiquetat"
+#: ../../mod/appman.php:97
+msgid "Location (URL) to purchase app"
+msgstr "Ubicació (URL) per comprar l'aplicació"
-#: ../../include/enotify.php:113
-#, php-format
-msgid "[Friendica:Notify] %s tagged your post"
-msgstr "[Friendica:Notifica] %s ha etiquetat el teu missatge"
+#: ../../mod/ping.php:263
+msgid "sent you a private message"
+msgstr "Se t'ha enviat un missatge privat"
-#: ../../include/enotify.php:114
-#, php-format
-msgid "%s tagged your post at %s"
-msgstr "%s Ha etiquetat un missatge teu en %s"
+#: ../../mod/ping.php:314
+msgid "added your channel"
+msgstr "el teu canal s'ha afegit"
-#: ../../include/enotify.php:115
-#, php-format
-msgid "%s tagged %s"
-msgstr "%s etiquetat %s"
+#: ../../mod/ping.php:355
+msgid "posted an event"
+msgstr "enviat un event"
-#: ../../include/enotify.php:115
-msgid "your post"
-msgstr "El teu missatge"
+#: ../../mod/layouts.php:176
+msgid "Comanche page description language help"
+msgstr "Pgina d'ajuda del llenguatge Comanche"
-#: ../../include/enotify.php:124
-msgid "[Friendica:Notify] Introduction received"
-msgstr "[Friendica:Notifica] Presentacio rebuda"
+#: ../../mod/layouts.php:180
+msgid "Layout Description"
+msgstr "Descripció del Disseny de la Pàgina"
-#: ../../include/enotify.php:125
-#, php-format
-msgid "You've received an introduction from '%s' at %s"
-msgstr "Has rebut una presentació de %s en %s"
+#: ../../mod/layouts.php:185
+msgid "Download PDL file"
+msgstr "Descarrega l'arxiu PDL"
-#: ../../include/enotify.php:126
+#: ../../mod/home.php:73
#, php-format
-msgid "You've received %s from %s."
-msgstr "Has rebut %s de %s"
+msgid "Welcome to %s"
+msgstr "Benvingut a %s"
-#: ../../include/enotify.php:126
-msgid "an introduction"
-msgstr "Una presentació"
+#: ../../mod/page.php:126
+msgid "Lorem Ipsum"
+msgstr "Lorem Ipsum"
-#: ../../include/enotify.php:127 ../../include/enotify.php:144
-#, php-format
-msgid "You may visit their profile at %s"
-msgstr "Pot visitar el seu perfil en %s"
+#: ../../mod/bookmarks.php:38
+msgid "Bookmark added"
+msgstr "Favorit afegit"
-#: ../../include/enotify.php:129
-#, php-format
-msgid "Please visit %s to approve or reject the introduction."
-msgstr "Si us plau visiteu %s per aprovar o rebutjar la presentació."
+#: ../../mod/bookmarks.php:60
+msgid "My Bookmarks"
+msgstr "Els Meus Favorits"
-#: ../../include/enotify.php:136
-msgid "[Friendica:Notify] Friend suggestion received"
-msgstr "[Friendica:Notifica] Suggerencia d'amistat rebuda"
+#: ../../mod/bookmarks.php:71
+msgid "My Connections Bookmarks"
+msgstr "Les connexions dels meus Favorits"
-#: ../../include/enotify.php:137
-#, php-format
-msgid "You've received a friend suggestion from '%s' at %s"
-msgstr "Has rebut una suggerencia d'amistat de %s en %s"
+#: ../../mod/channel.php:97
+msgid "Insufficient permissions. Request redirected to profile page."
+msgstr "Permisos insuficients. Petició redirigida a la pàgina del perfil."
-#: ../../include/enotify.php:138
-#, php-format
-msgid "You've received %s for %s from %s."
-msgstr "Has rebut %s per %s de %s."
+#: ../../mod/pconfig.php:27 ../../mod/pconfig.php:60
+msgid "This setting requires special processing and editing has been blocked."
+msgstr "Aquest ajust requereix un procés espedial i l'edició esta bloquejada."
-#: ../../include/enotify.php:139
-msgid "a friend suggestion"
-msgstr "Un suggerencia d'amistat"
+#: ../../mod/pconfig.php:49
+msgid "Configuration Editor"
+msgstr "Editor de Configuració"
-#: ../../include/enotify.php:142
-msgid "Name:"
-msgstr "Nom:"
+#: ../../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ó: Realitzar segons quins ajustos pot fer el canal inoperable. Deixa aquesta pàgina si no estas segur i tens suficients coneixements sobre l'ús correcte d'aquesta característica."
-#: ../../include/enotify.php:143
-msgid "Photo:"
-msgstr "Foto:"
+#: ../../mod/suggest.php:35
+msgid ""
+"No suggestions available. If this is a new site, please try again in 24 "
+"hours."
+msgstr "No hi ha suggerencies. Si es un lloc nou, espera 24 hores i proba de nou."
-#: ../../include/enotify.php:146
-#, php-format
-msgid "Please visit %s to approve or reject the suggestion."
-msgstr "Si us plau, visiteu %s per aprovar o rebutjar la suggerencia."
+#: ../../mod/poll.php:64
+msgid "Poll"
+msgstr "Sondeija"
-#: ../../include/items.php:2573
-msgid "A new person is sharing with you at "
-msgstr "Una persona nova està compartint amb tú en"
+#: ../../mod/poll.php:69
+msgid "View Results"
+msgstr "Mostra els Resultats"
-#: ../../include/items.php:2573
-msgid "You have a new follower at "
-msgstr "Tens un nou seguidor a "
+#: ../../mod/service_limits.php:19
+msgid "No service class restrictions found."
+msgstr "No s'han trobat restriccions de clase."
-#: ../../include/bb2diaspora.php:102 ../../include/bb2diaspora.php:112
-#: ../../include/bb2diaspora.php:113
-msgid "image/photo"
-msgstr "Imatge/foto"
+#: ../../mod/sharedwithme.php:94
+msgid "Files: shared with me"
+msgstr "Arxius: compartits amb jo"
-#: ../../include/security.php:20
-msgid "Welcome "
-msgstr "Benvingut"
+#: ../../mod/sharedwithme.php:96
+msgid "NEW"
+msgstr "NOU"
-#: ../../include/security.php:21
-msgid "Please upload a profile photo."
-msgstr "Per favor, carrega una foto per al perfil"
+#: ../../mod/sharedwithme.php:99
+msgid "Remove all files"
+msgstr "Esborra tots els arxius"
-#: ../../include/security.php:24
-msgid "Welcome back "
-msgstr "Benvingut de nou "
+#: ../../mod/sharedwithme.php:100
+msgid "Remove this file"
+msgstr "Esborra l'arxiu"
-#: ../../include/Contact.php:131 ../../include/conversation.php:788
-msgid "View status"
-msgstr "Veure estatus"
+#: ../../view/theme/apw/php/config.php:202
+#: ../../view/theme/apw/php/config.php:236
+msgid "Schema Default"
+msgstr "Esquema Predeterminat"
-#: ../../include/Contact.php:132 ../../include/conversation.php:789
-msgid "View profile"
-msgstr "Veure perfil"
+#: ../../view/theme/apw/php/config.php:203
+msgid "Sans-Serif"
+msgstr "Sans-Serif"
-#: ../../include/Contact.php:133 ../../include/conversation.php:790
-msgid "View photos"
-msgstr "Veure fotos"
+#: ../../view/theme/apw/php/config.php:204
+msgid "Monospace"
+msgstr "Monospace"
-#: ../../include/Contact.php:134 ../../include/Contact.php:147
-#: ../../include/conversation.php:791
-msgid "View recent"
-msgstr "Veure recent"
+#: ../../view/theme/apw/php/config.php:259
+#: ../../view/theme/redbasic/php/config.php:102
+msgid "Theme settings"
+msgstr "Ajustos de tema"
-#: ../../include/Contact.php:136 ../../include/Contact.php:147
-#: ../../include/conversation.php:793
-msgid "Send PM"
-msgstr "Enviar Missatge Privat"
+#: ../../view/theme/apw/php/config.php:260
+msgid "Set scheme"
+msgstr "Ajustos d'esquema"
-#: ../../include/conversation.php:163
-msgid "post/item"
-msgstr "anunci/element"
+#: ../../view/theme/apw/php/config.php:261
+#: ../../view/theme/redbasic/php/config.php:124
+msgid "Set font-size for posts and comments"
+msgstr "Ajusta la mida del tipus de lletra per a entrades i comentaris"
-#: ../../include/conversation.php:164
-#, php-format
-msgid "%1$s marked %2$s's %3$s as favorite"
-msgstr "%1$s marcat %2$s's %3$s com favorit"
+#: ../../view/theme/apw/php/config.php:262
+msgid "Set font face"
+msgstr "Ajusta el tipus de lletra"
-#: ../../include/conversation.php:303 ../../include/conversation.php:572
-msgid "Select"
-msgstr "Selecionar"
+#: ../../view/theme/apw/php/config.php:263
+msgid "Set iconset"
+msgstr "Ajusta el conjunt d'icones"
-#: ../../include/conversation.php:320 ../../include/conversation.php:665
-#: ../../include/conversation.php:666
-#, php-format
-msgid "View %s's profile @ %s"
-msgstr "Veure perfil de %s @ %s"
+#: ../../view/theme/apw/php/config.php:264
+msgid "Set big shadow size, default 15px 15px 15px"
+msgstr "Ajusta la mida gran de l'ombra, predeterminat a 15px 15px 15px"
-#: ../../include/conversation.php:330 ../../include/conversation.php:677
-#, php-format
-msgid "%s from %s"
-msgstr "%s des de %s"
+#: ../../view/theme/apw/php/config.php:265
+msgid "Set small shadow size, default 5px 5px 5px"
+msgstr "Ajusta la mida petita de l'ombra, predeterminat a 5px 5px 5px"
-#: ../../include/conversation.php:346
-msgid "View in context"
-msgstr "Veure en context"
+#: ../../view/theme/apw/php/config.php:266
+msgid "Set shadow color, default #000"
+msgstr "Ajusta el color de l'ombra, predeterminat a #000"
-#: ../../include/conversation.php:467
-#, php-format
-msgid "%d comment"
-msgid_plural "%d comments"
-msgstr[0] "%d comentari"
-msgstr[1] "%d comentaris"
+#: ../../view/theme/apw/php/config.php:267
+msgid "Set radius size, default 5px"
+msgstr "Ajusta la mida del radi, predeterminat a 5px"
-#: ../../include/conversation.php:468 ../../boot.php:448
-msgid "show more"
-msgstr "Mostrar més"
+#: ../../view/theme/apw/php/config.php:268
+msgid "Set line-height for posts and comments"
+msgstr "Ajusta el gruix de línia per entrades i comentaris"
-#: ../../include/conversation.php:529
-msgid "like"
-msgstr "Agrada"
+#: ../../view/theme/apw/php/config.php:269
+msgid "Set background image"
+msgstr "Ajusta l'imatge de fons"
-#: ../../include/conversation.php:530
-msgid "dislike"
-msgstr "Desagrada"
+#: ../../view/theme/apw/php/config.php:270
+msgid "Set background attachment"
+msgstr "Ajusta els adjunts en segon pla"
-#: ../../include/conversation.php:532
-msgid "Share this"
-msgstr "Compartir això"
+#: ../../view/theme/apw/php/config.php:271
+msgid "Set background color"
+msgstr "Ajusta el color en segon pla"
-#: ../../include/conversation.php:532
-msgid "share"
-msgstr "Compartir"
+#: ../../view/theme/apw/php/config.php:272
+msgid "Set section background image"
+msgstr "Ajusta la secció d'imatge en segon pla"
-#: ../../include/conversation.php:582
-msgid "add star"
-msgstr "Afegir a favorits"
+#: ../../view/theme/apw/php/config.php:273
+msgid "Set section background color"
+msgstr "Ajusta el color de la secció en segon pla"
-#: ../../include/conversation.php:583
-msgid "remove star"
-msgstr "Esborrar favorit"
+#: ../../view/theme/apw/php/config.php:274
+msgid "Set color of items - use hex"
+msgstr "Ajuste el color dels articles - empra codi hexadecimal"
-#: ../../include/conversation.php:584
-msgid "toggle star status"
-msgstr "Canviar estatus de favorit"
+#: ../../view/theme/apw/php/config.php:275
+msgid "Set color of links - use hex"
+msgstr "ajusta el color dels enlaços - empra codi hexadecimal"
-#: ../../include/conversation.php:587
-msgid "starred"
-msgstr "favorit"
+#: ../../view/theme/apw/php/config.php:276
+msgid "Set max-width for items. Default 400px"
+msgstr "Ajusta l'amplada màxima dels articles. Predeterminat a 400px"
-#: ../../include/conversation.php:588
-msgid "add tag"
-msgstr "afegir etiqueta"
+#: ../../view/theme/apw/php/config.php:277
+msgid "Set min-width for items. Default 240px"
+msgstr "Ajusta l'amplada minima dels articles. Predeterminat a 240px"
-#: ../../include/conversation.php:667
-msgid "to"
-msgstr "a"
+#: ../../view/theme/apw/php/config.php:278
+msgid "Set the generic content wrapper width. Default 48%"
+msgstr "Ajusta l'amplada de l'embolcall del contingut genèric. Predeterminat a 48%"
-#: ../../include/conversation.php:668
-msgid "Wall-to-Wall"
-msgstr "Mur-a-Mur"
+#: ../../view/theme/apw/php/config.php:279
+msgid "Set color of fonts - use hex"
+msgstr "Ajusta el color del tipus de lletra - empra codi hexadecimal"
-#: ../../include/conversation.php:669
-msgid "via Wall-To-Wall:"
-msgstr "via Mur-a-Mur"
+#: ../../view/theme/apw/php/config.php:280
+msgid "Set background-size element"
+msgstr "Ajusta la mida de l'element en segon pla"
-#: ../../include/conversation.php:713
-msgid "Delete Selected Items"
-msgstr "Esborra els Elements Seleccionats"
+#: ../../view/theme/apw/php/config.php:281
+msgid "Item opacity"
+msgstr "Opacitat de l'article"
-#: ../../include/conversation.php:845
-#, php-format
-msgid "%s likes this."
-msgstr "a %s agrada això."
+#: ../../view/theme/apw/php/config.php:282
+msgid "Display post previews only"
+msgstr "Mostra tan sols les previsualitzacions de les entrades"
-#: ../../include/conversation.php:845
-#, php-format
-msgid "%s doesn't like this."
-msgstr "a %s desagrada això."
+#: ../../view/theme/apw/php/config.php:283
+msgid "Display side bar on channel page"
+msgstr "Mostra la barra lateral a la pàgina del canal"
-#: ../../include/conversation.php:849
-#, php-format
-msgid "<span %1$s>%2$d people</span> like this."
-msgstr "Li agrada a<span %1$s>%2$d persones</span> ."
+#: ../../view/theme/apw/php/config.php:284
+msgid "Colour of the navigation bar"
+msgstr "Color de la barra de navegació"
-#: ../../include/conversation.php:851
-#, php-format
-msgid "<span %1$s>%2$d people</span> don't like this."
-msgstr "No li agrada<span %1$s>%2$d persones</span> ."
+#: ../../view/theme/apw/php/config.php:285
+msgid "Item float"
+msgstr "Article flotant"
-#: ../../include/conversation.php:857
-msgid "and"
-msgstr "i"
+#: ../../view/theme/apw/php/config.php:286
+msgid "Left offset of the section element"
+msgstr "Desplaçament esquerra de l'element de secció"
-#: ../../include/conversation.php:860
-#, php-format
-msgid ", and %d other people"
-msgstr ", i altres %d persones"
+#: ../../view/theme/apw/php/config.php:287
+msgid "Right offset of the section element"
+msgstr "Desplaçament dret de l'element de secció"
-#: ../../include/conversation.php:861
-#, php-format
-msgid "%s like this."
-msgstr "a %s le gusta esto."
+#: ../../view/theme/apw/php/config.php:288
+msgid "Section width"
+msgstr "Amplada de la secció"
-#: ../../include/conversation.php:861
-#, php-format
-msgid "%s don't like this."
-msgstr "a %s no le gusta esto."
+#: ../../view/theme/apw/php/config.php:289
+msgid "Left offset of the aside"
+msgstr "Desplaçament esquerra del costat"
-#: ../../include/conversation.php:886
-msgid "Visible to <strong>everybody</strong>"
-msgstr "Visible per a <strong>tothom</strong>"
+#: ../../view/theme/apw/php/config.php:290
+msgid "Right offset of the aside element"
+msgstr "Desplaçament dret de l'element del costat"
-#: ../../include/conversation.php:888
-msgid "Please enter a video link/URL:"
-msgstr "Per favor , introdueixi el enllaç/URL del video"
+#: ../../view/theme/redbasic/php/config.php:82
+msgid "Light (Red Matrix default)"
+msgstr "Clar (predeterminat)"
-#: ../../include/conversation.php:889
-msgid "Please enter an audio link/URL:"
-msgstr "Per favor , introdueixi el enllaç/URL del audio:"
+#: ../../view/theme/redbasic/php/config.php:103
+msgid "Select scheme"
+msgstr "Tria esquema"
-#: ../../include/conversation.php:890
-msgid "Tag term:"
-msgstr "Terminis de l'etiqueta:"
+#: ../../view/theme/redbasic/php/config.php:104
+msgid "Narrow navbar"
+msgstr "Barra de navegació estreta"
-#: ../../include/conversation.php:891
-msgid "Where are you right now?"
-msgstr "On ets ara?"
+#: ../../view/theme/redbasic/php/config.php:105
+msgid "Navigation bar background color"
+msgstr "Color de fons de la barra de navegació"
-#: ../../include/conversation.php:892
-msgid "Enter a title for this item"
-msgstr "Escriviu un títol per a aquest article"
+#: ../../view/theme/redbasic/php/config.php:106
+msgid "Navigation bar gradient top color"
+msgstr "Gradient de color de la part superior de la barra de navegació"
-#: ../../include/conversation.php:935
-msgid "upload photo"
-msgstr "carregar fotos"
+#: ../../view/theme/redbasic/php/config.php:107
+msgid "Navigation bar gradient bottom color"
+msgstr "Gradient de color de la part inferior de la barra de navegació"
-#: ../../include/conversation.php:937
-msgid "attach file"
-msgstr "adjuntar arxiu"
+#: ../../view/theme/redbasic/php/config.php:108
+msgid "Navigation active button gradient top color"
+msgstr "Gradient de color de la part superior del botó actiu de la barra de navegació"
-#: ../../include/conversation.php:939
-msgid "web link"
-msgstr "enllaç de web"
+#: ../../view/theme/redbasic/php/config.php:109
+msgid "Navigation active button gradient bottom color"
+msgstr "Gradient de color de la part inferior del botó actiu de la barra de navegació"
-#: ../../include/conversation.php:940
-msgid "Insert video link"
-msgstr "Insertar enllaç de video"
+#: ../../view/theme/redbasic/php/config.php:110
+msgid "Navigation bar border color "
+msgstr "Color de la barra de navegació"
-#: ../../include/conversation.php:941
-msgid "video link"
-msgstr "enllaç de video"
+#: ../../view/theme/redbasic/php/config.php:111
+msgid "Navigation bar icon color "
+msgstr "Color de la icona de la barra de navegació"
-#: ../../include/conversation.php:942
-msgid "Insert audio link"
-msgstr "Insertar enllaç de audio"
+#: ../../view/theme/redbasic/php/config.php:112
+msgid "Navigation bar active icon color "
+msgstr "Color de la icona de la barra de navegació activa"
-#: ../../include/conversation.php:943
-msgid "audio link"
-msgstr "enllaç de audio"
+#: ../../view/theme/redbasic/php/config.php:113
+msgid "link color"
+msgstr "Color d'enllaç"
-#: ../../include/conversation.php:945
-msgid "set location"
-msgstr "establir la ubicació"
+#: ../../view/theme/redbasic/php/config.php:114
+msgid "Set font-color for banner"
+msgstr "Ajusta el color del tipus de lletra per la senyera"
-#: ../../include/conversation.php:947
-msgid "clear location"
-msgstr "netejar ubicació"
+#: ../../view/theme/redbasic/php/config.php:115
+msgid "Set the background color"
+msgstr "Ajusta el color de fons"
-#: ../../include/conversation.php:952
-msgid "permissions"
-msgstr "Permissos"
+#: ../../view/theme/redbasic/php/config.php:116
+msgid "Set the background image"
+msgstr "Ajusta la imatge de fons"
-#: ../../boot.php:446
-msgid "Delete this item?"
-msgstr "Esborrar aquest element?"
+#: ../../view/theme/redbasic/php/config.php:117
+msgid "Set the background color of items"
+msgstr "ajusta el color dels articles de fons"
-#: ../../boot.php:449
-msgid "show fewer"
-msgstr "Mostrar menys"
+#: ../../view/theme/redbasic/php/config.php:118
+msgid "Set the background color of comments"
+msgstr "Ajusta el color dels comentaris en segon pla"
-#: ../../boot.php:692
-msgid "Create a New Account"
-msgstr "Crear un Nou Compte"
+#: ../../view/theme/redbasic/php/config.php:119
+msgid "Set the border color of comments"
+msgstr "Canviar el color del marge dels comentaris"
-#: ../../boot.php:712
-msgid "Nickname or Email address: "
-msgstr "Malnom o Adreça de correu:"
+#: ../../view/theme/redbasic/php/config.php:120
+msgid "Set the indent for comments"
+msgstr "ajusta l'indentació dels comentaris"
-#: ../../boot.php:713
-msgid "Password: "
-msgstr "Contrasenya:"
+#: ../../view/theme/redbasic/php/config.php:121
+msgid "Set the basic color for item icons"
+msgstr "ajusta el color basic per les icones dels articles"
-#: ../../boot.php:716
-msgid "Or login using OpenID: "
-msgstr "O accedixi emprant OpenID:"
+#: ../../view/theme/redbasic/php/config.php:122
+msgid "Set the hover color for item icons"
+msgstr "Ajusta el color de la libració de les icones dels articles"
-#: ../../boot.php:722
-msgid "Forgot your password?"
-msgstr "Oblidà la contrasenya?"
+#: ../../view/theme/redbasic/php/config.php:123
+msgid "Set font-size for the entire application"
+msgstr "Ajusta la mida del tipus de lletra per tota l'aplicació"
-#: ../../boot.php:879
-msgid "Edit profile"
-msgstr "Editar perfil"
+#: ../../view/theme/redbasic/php/config.php:123
+msgid "Example: 14px"
+msgstr "Exemple: 14px"
-#: ../../boot.php:1046 ../../boot.php:1117
-msgid "g A l F d"
-msgstr "g A l F d"
+#: ../../view/theme/redbasic/php/config.php:125
+msgid "Set font-color for posts and comments"
+msgstr "Ajusta el color del tipus de lletra per entrades i comentaris"
-#: ../../boot.php:1047 ../../boot.php:1118
-msgid "F d"
-msgstr "F d"
+#: ../../view/theme/redbasic/php/config.php:126
+msgid "Set radius of corners"
+msgstr "Ajusta el radi de les cantonades"
-#: ../../boot.php:1072
-msgid "Birthday Reminders"
-msgstr "Recordatori d'Aniversaris"
+#: ../../view/theme/redbasic/php/config.php:127
+msgid "Set shadow depth of photos"
+msgstr "Ajusta la profunditat d'ombres de les fotos"
-#: ../../boot.php:1073
-msgid "Birthdays this week:"
-msgstr "Aniversari aquesta setmana"
+#: ../../view/theme/redbasic/php/config.php:128
+msgid "Set maximum width of content region in pixel"
+msgstr "Ajusta l'amplada màxima de la zona de contingut en pixels"
-#: ../../boot.php:1096 ../../boot.php:1160
-msgid "[today]"
-msgstr "[avui]"
+#: ../../view/theme/redbasic/php/config.php:128
+msgid "Leave empty for default width"
+msgstr "Deixa en blanc per l'amplada predeterminada"
-#: ../../boot.php:1141
-msgid "Event Reminders"
-msgstr "Recordatori d'Esdeveniments"
+#: ../../view/theme/redbasic/php/config.php:129
+msgid "Center page content"
+msgstr "Contingut del centre de la pàgina"
-#: ../../boot.php:1142
-msgid "Events this week:"
-msgstr "Esdeveniments aquesta setmana"
+#: ../../view/theme/redbasic/php/config.php:130
+msgid "Set minimum opacity of nav bar - to hide it"
+msgstr "Ajusta la opacitat mínima de la harra de navegació - per amagar-la"
-#: ../../boot.php:1154
-msgid "[No description]"
-msgstr "[sense descripció]"
+#: ../../view/theme/redbasic/php/config.php:131
+msgid "Set size of conversation author photo"
+msgstr "Ajusta la mida de la foto del autor a la conversa"
+
+#: ../../view/theme/redbasic/php/config.php:132
+msgid "Set size of followup author photos"
+msgstr "Ajusta la mida del seguidor de les fotos de l'autor"
+
+#: ../../boot.php:1356
+#, php-format
+msgid "Update %s failed. See error logs."
+msgstr "L'actualització %s ha fallat. Mira el registre d'errors."
+
+#: ../../boot.php:1359
+#, php-format
+msgid "Update Error at %s"
+msgstr "Error d'Actualització a %s"
+
+#: ../../boot.php:1526
+msgid ""
+"Create an account to access services and applications within the Red Matrix"
+msgstr "Crea un compte per accedir als serveis i aplicacions dins de RedMatrix"
+
+#: ../../boot.php:1554
+msgid "Password"
+msgstr "Contrasenya"
+
+#: ../../boot.php:1555
+msgid "Remember me"
+msgstr "Recorda'm"
+
+#: ../../boot.php:1558
+msgid "Forgot your password?"
+msgstr "Has perdut la Contrasenya?"
+
+#: ../../boot.php:2178
+msgid "toggle mobile"
+msgstr "canvia a format per a mòbils"
+
+#: ../../boot.php:2313
+msgid "Website SSL certificate is not valid. Please correct."
+msgstr "El certificat SSL és invalid, soluciona-ho, si us plau."
+
+#: ../../boot.php:2316
+#, php-format
+msgid "[red] Website SSL error for %s"
+msgstr "[red] Error de SSL per la web %s"
+
+#: ../../boot.php:2353
+msgid "Cron/Scheduled tasks not running."
+msgstr "No s'estan executan les tasques programades al cron."
+
+#: ../../boot.php:2357
+#, php-format
+msgid "[red] Cron tasks not running on %s"
+msgstr "[red] No s'estan executan les tasques programades del cron a %s"
diff --git a/view/ca/strings.php b/view/ca/strings.php
index 0d825839f..aeb58f694 100644
--- a/view/ca/strings.php
+++ b/view/ca/strings.php
@@ -2,1425 +2,2147 @@
if(! function_exists("string_plural_select_ca")) {
function string_plural_select_ca($n){
- return ($n != 1);
+ return ($n != 1);;
}}
;
-$a->strings["Post successful."] = "Publicat amb éxit.";
-$a->strings["[Embedded content - reload page to view]"] = "[Contingut embegut - recarrega la pàgina per a veure-ho]";
-$a->strings["Contact settings applied."] = "Ajustos de Contacte aplicats.";
-$a->strings["Contact update failed."] = "Fracassà l'actualització de Contacte";
-$a->strings["Permission denied."] = "Permís denegat.";
-$a->strings["Contact not found."] = "Contacte no trobat";
-$a->strings["Repair Contact Settings"] = "Reposar els ajustos de Contacte";
-$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "<strong>ADVERTÈNCIA: Això és molt avançat </strong> i si s'introdueix informació incorrecta la seva comunicació amb aquest contacte pot deixar de funcionar.";
-$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "Si us plau, prem el botó 'Tornar' <strong>ara</strong> si no saps segur que has de fer aqui.";
-$a->strings["Return to contact editor"] = "Tornar al editor de contactes";
-$a->strings["Name"] = "Nom";
-$a->strings["Account Nickname"] = "Malnom de Compte";
-$a->strings["@Tagname - overrides Name/Nickname"] = "@Tagname - té prel·lació sobre Nom/Malnom";
-$a->strings["Account URL"] = "Adreça URL del Compte";
-$a->strings["Friend Request URL"] = "Adreça URL de sol·licitud d'Amistat";
-$a->strings["Friend Confirm URL"] = "Adreça URL de confirmació d'Amic";
-$a->strings["Notification Endpoint URL"] = "Adreça URL de Notificació";
-$a->strings["Poll/Feed URL"] = "Adreça de Enquesta/Alimentador";
-$a->strings["New photo from this URL"] = "Nova foto d'aquesta URL";
-$a->strings["Submit"] = "Enviar";
-$a->strings["Help:"] = "Ajuda:";
-$a->strings["Help"] = "Ajuda";
-$a->strings["Not Found"] = "No trobat";
-$a->strings["Page not found."] = "Pàgina no trobada.";
-$a->strings["File exceeds size limit of %d"] = "L'arxiu excedeix la mida límit de %d";
-$a->strings["File upload failed."] = "La càrrega de fitxers ha fallat.";
-$a->strings["Friend suggestion sent."] = "Enviat suggeriment d'amic.";
-$a->strings["Suggest Friends"] = "Suggerir Amics";
-$a->strings["Suggest a friend for %s"] = "Suggerir una amic per a %s";
-$a->strings["Event description and start time are required."] = "Es requereix descripció de l'esdeveniment i l'hora d'inici.";
-$a->strings["l, F j"] = "l, F j";
-$a->strings["Edit event"] = "Editar esdeveniment";
-$a->strings["link to source"] = "Enllaç al origen";
-$a->strings["Events"] = "Esdeveniments";
-$a->strings["Create New Event"] = "Crear un nou esdeveniment";
-$a->strings["Previous"] = "Previ";
-$a->strings["Next"] = "Proper";
-$a->strings["hour:minute"] = "hora:minut";
-$a->strings["Event details"] = "Detalls del esdeveniment";
-$a->strings["Format is %s %s. Starting date and Description are required."] = "El format és %s %s. Es requereix Data d'inici i Descripció.";
-$a->strings["Event Starts:"] = "Inici d'Esdeveniment:";
-$a->strings["Finish date/time is not known or not relevant"] = "La data/hora de finalització no es coneixen o no són relevants";
-$a->strings["Event Finishes:"] = "L'esdeveniment Finalitza:";
-$a->strings["Adjust for viewer timezone"] = "Ajustar a la zona horaria de l'espectador";
-$a->strings["Description:"] = "Descripció:";
-$a->strings["Location:"] = "Ubicació:";
-$a->strings["Share this event"] = "Compartir aquest esdeveniment";
-$a->strings["Cancel"] = "Cancel·lar";
-$a->strings["Tag removed"] = "Etiqueta eliminada";
-$a->strings["Remove Item Tag"] = "Esborrar etiqueta del element";
-$a->strings["Select a tag to remove: "] = "Selecciona etiqueta a esborrar:";
-$a->strings["Remove"] = "Esborrar";
-$a->strings["%s welcomes %s"] = "%s Benvingut %s";
-$a->strings["Authorize application connection"] = "Autoritzi la connexió de aplicacions";
-$a->strings["Return to your app and insert this Securty Code:"] = "Torni a la seva aplicació i inserti aquest Codi de Seguretat:";
-$a->strings["Please login to continue."] = "Per favor, accedeixi per a continuar.";
-$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Vol autoritzar a aquesta aplicació per accedir als teus missatges i contactes, i/o crear nous enviaments per a vostè?";
-$a->strings["Yes"] = "Si";
-$a->strings["No"] = "No";
-$a->strings["Photo Albums"] = "Àlbum de Fotos";
-$a->strings["Contact Photos"] = "Fotos de Contacte";
-$a->strings["Upload New Photos"] = "Actualitzar Noves Fotos";
-$a->strings["everybody"] = "tothom";
-$a->strings["Contact information unavailable"] = "Informació del Contacte no disponible";
+$a->strings["Cannot locate DNS info for database server '%s'"] = "No s'ha trobat informació de DNS pel servidor de base de dades '%s'";
$a->strings["Profile Photos"] = "Fotos del Perfil";
-$a->strings["Album not found."] = "Àlbum no trobat.";
-$a->strings["Delete Album"] = "Eliminar Àlbum";
-$a->strings["Delete Photo"] = "Eliminar Foto";
-$a->strings["was tagged in a"] = "Fou etiquetat a un";
-$a->strings["photo"] = "foto";
-$a->strings["by"] = "per";
-$a->strings["Image exceeds size limit of "] = "La imatge excedeix el límit de ";
-$a->strings["Image file is empty."] = "El fitxer de imatge és buit.";
-$a->strings["Unable to process image."] = "Incapaç de processar la imatge.";
-$a->strings["Image upload failed."] = "Actualització de la imatge fracassada.";
-$a->strings["Public access denied."] = "Accés públic denegat.";
-$a->strings["No photos selected"] = "No s'han seleccionat fotos";
-$a->strings["Access to this item is restricted."] = "L'accés a aquest element està restringit.";
-$a->strings["Upload Photos"] = "Carregar Fotos";
-$a->strings["New album name: "] = "Nou nom d'àlbum:";
-$a->strings["or existing album name: "] = "o nom d'àlbum existent:";
-$a->strings["Do not show a status post for this upload"] = "No tornis a mostrar un missatge d'estat d'aquesta pujada";
-$a->strings["Permissions"] = "Permisos";
-$a->strings["Edit Album"] = "Editar Àlbum";
-$a->strings["View Photo"] = "Veure Foto";
-$a->strings["Permission denied. Access to this item may be restricted."] = "Permís denegat. L'accés a aquest element pot estar restringit.";
-$a->strings["Photo not available"] = "Foto no disponible";
-$a->strings["View photo"] = "Veure foto";
-$a->strings["Edit photo"] = "Editar foto";
-$a->strings["Use as profile photo"] = "Emprar com a foto del perfil";
-$a->strings["Private Message"] = "Missatge Privat";
-$a->strings["View Full Size"] = "Veure'l a Mida Completa";
-$a->strings["Tags: "] = "Etiquetes:";
-$a->strings["[Remove any tag]"] = "Treure etiquetes";
-$a->strings["New album name"] = "Nou nom d'àlbum";
-$a->strings["Caption"] = "Títol";
-$a->strings["Add a Tag"] = "Afegir una etiqueta";
-$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Exemple: @bob, @Barbara_jensen, @jim@example.com, #California, #camping";
-$a->strings["I like this (toggle)"] = "M'agrada això (canviar)";
-$a->strings["I don't like this (toggle)"] = "No m'agrada això (canviar)";
-$a->strings["Share"] = "Compartir";
-$a->strings["Please wait"] = "Si us plau esperi";
-$a->strings["This is you"] = "Aquest ets tu";
-$a->strings["Comment"] = "Comentari";
-$a->strings["Preview"] = "Vista prèvia";
-$a->strings["Delete"] = "Esborrar";
-$a->strings["View Album"] = "Veure Àlbum";
-$a->strings["Recent Photos"] = "Fotos Recents";
-$a->strings["Not available."] = "No disponible.";
-$a->strings["Community"] = "Comunitat";
-$a->strings["No results."] = "Sense resultats.";
-$a->strings["This is Friendica, version"] = "Això és Friendica, versió";
-$a->strings["running at web location"] = "funcionant en la ubicació web";
-$a->strings["Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project."] = "Si us plau, visiteu <a href=\"http://friendica.com\">Friendica.com</a> per obtenir més informació sobre el projecte Friendica.";
-$a->strings["Bug reports and issues: please visit"] = "Pels informes d'error i problemes: si us plau, visiteu";
-$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Suggeriments, elogis, donacions, etc si us plau escrigui a \"Info\" en Friendica - dot com";
-$a->strings["Installed plugins/addons/apps"] = "plugins/addons/apps instal·lats";
-$a->strings["No installed plugins/addons/apps"] = "plugins/addons/apps no instal·lats";
-$a->strings["Item not found"] = "Element no trobat";
-$a->strings["Edit post"] = "Editar Enviament";
-$a->strings["Post to Email"] = "Correu per enviar";
-$a->strings["Edit"] = "Editar";
-$a->strings["Upload photo"] = "Carregar foto";
-$a->strings["Attach file"] = "Adjunta fitxer";
-$a->strings["Insert web link"] = "Inserir enllaç web";
-$a->strings["Insert YouTube video"] = "Serà mostrat de forma preeminent a la pagina durant el procés de registre.";
-$a->strings["Insert Vorbis [.ogg] video"] = "Inserir video Vorbis [.ogg]";
-$a->strings["Insert Vorbis [.ogg] audio"] = "Inserir audio Vorbis [.ogg]";
-$a->strings["Set your location"] = "Canvia la teva ubicació";
-$a->strings["Clear browser location"] = "neteja adreçes del navegador";
-$a->strings["Permission settings"] = "Configuració de permisos";
-$a->strings["CC: email addresses"] = "CC: Adreça de correu";
-$a->strings["Public post"] = "Enviament públic";
-$a->strings["Set title"] = "Canviar títol";
-$a->strings["Example: bob@example.com, mary@example.com"] = "Exemple: bob@example.com, mary@example.com";
-$a->strings["This introduction has already been accepted."] = "Aquesta presentació ha estat acceptada.";
-$a->strings["Profile location is not valid or does not contain profile information."] = "El perfil de situació no és vàlid o no contè informació de perfil";
-$a->strings["Warning: profile location has no identifiable owner name."] = "Atenció: El perfil de situació no te nom de propietari identificable.";
-$a->strings["Warning: profile location has no profile photo."] = "Atenció: El perfil de situació no te foto de perfil";
-$a->strings["%d required parameter was not found at the given location"] = array(
- 0 => "%d el paràmetre requerit no es va trobar al lloc indicat",
- 1 => "%d els paràmetres requerits no es van trobar allloc indicat",
-);
-$a->strings["Introduction complete."] = "Completada la presentació.";
-$a->strings["Unrecoverable protocol error."] = "Error de protocol irrecuperable.";
-$a->strings["Profile unavailable."] = "Perfil no disponible";
-$a->strings["%s has received too many connection requests today."] = "%s avui ha rebut excesives peticions de connexió. ";
-$a->strings["Spam protection measures have been invoked."] = "Mesures de protecció contra spam han estat invocades.";
-$a->strings["Friends are advised to please try again in 24 hours."] = "S'aconsellà els amics que probin pasades 24 hores.";
-$a->strings["Invalid locator"] = "Localitzador no vàlid";
-$a->strings["Unable to resolve your name at the provided location."] = "Incapaç de resoldre el teu nom al lloc facilitat.";
-$a->strings["You have already introduced yourself here."] = "Has fer la teva presentació aquí.";
-$a->strings["Apparently you are already friends with %s."] = "Aparentment, ja tens amistat amb %s";
-$a->strings["Invalid profile URL."] = "Perfil URL no vàlid.";
-$a->strings["Disallowed profile URL."] = "Perfil URL no permès.";
-$a->strings["Failed to update contact record."] = "Error en actualitzar registre de contacte.";
-$a->strings["Your introduction has been sent."] = "La teva presentació ha estat enviada.";
-$a->strings["Please login to confirm introduction."] = "Si us plau, entri per confirmar la presentació.";
-$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Sesió iniciada amb la identificació incorrecta. Entra en <strong>aquest</strong> perfil.";
-$a->strings["Welcome home %s."] = "Benvingut de nou %s";
-$a->strings["Please confirm your introduction/connection request to %s."] = "Si us plau, confirmi la seva sol·licitud de Presentació/Amistat a %s.";
-$a->strings["Confirm"] = "Confirmar";
-$a->strings["[Name Withheld]"] = "[Nom Amagat]";
-$a->strings["Diaspora members: Please do not use this form. Instead, enter \"%s\" into your Diaspora search bar."] = "Membres de Diàspora: Si us plau, no utilitzi aquest formulari. Pel contrari, escriviu \"%s\" a la barra de cerca de Diàspora.";
-$a->strings["Please enter your 'Identity Address' from one of the following supported social networks:"] = "Si us plau, introdueixi la seva \"Adreça Identificativa\" d'una de les següents xarxes socials suportades:";
-$a->strings["Friend/Connection Request"] = "Sol·licitud d'Amistat";
-$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Exemples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca";
-$a->strings["Please answer the following:"] = "Si us plau, contesti les següents preguntes:";
-$a->strings["Does %s know you?"] = "%s et coneix?";
-$a->strings["Add a personal note:"] = "Afegir una nota personal:";
+$a->strings["Edit"] = "Edita";
+$a->strings["Frequently"] = "Freqüentment";
+$a->strings["Hourly"] = "Horariament";
+$a->strings["Twice daily"] = "Dos vegades al dia";
+$a->strings["Daily"] = "Diariament";
+$a->strings["Weekly"] = "Setmanalment";
+$a->strings["Monthly"] = "Mensualment";
$a->strings["Friendica"] = "Friendica";
-$a->strings["StatusNet/Federated Social Web"] = "Web Social StatusNet/Federated ";
+$a->strings["OStatus"] = "OStatus";
+$a->strings["RSS/Atom"] = "RSS/Atom";
+$a->strings["Email"] = "Correu electrónic";
$a->strings["Diaspora"] = "Diaspora";
-$a->strings["- please share from your own site as noted above"] = "- si us plau, Comparteix des del teu propi lloc tal com s'ha dit abans.";
-$a->strings["Your Identity Address:"] = "La Teva Adreça Identificativa:";
-$a->strings["Submit Request"] = "Sol·licitud Enviada";
-$a->strings["Friendica Social Communications Server - Setup"] = "Friendica Social Communications Server - Ajustos";
-$a->strings["Database connection"] = "Conexió a la base de dades";
-$a->strings["Could not connect to database."] = "No puc connectar a la base de dades.";
-$a->strings["Could not create table."] = "No puc creat taula.";
-$a->strings["Your Friendica site database has been installed."] = "La base de dades del teu lloc Friendica ha estat instal·lada.";
-$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANT: necessitarà configurar [manualment] el programar una tasca pel sondejador (poller.php)";
-$a->strings["Please see the file \"INSTALL.txt\"."] = "Per favor, consulti l'arxiu \"INSTALL.txt\".";
-$a->strings["Proceed to registration"] = "Procedir a la inscripció";
-$a->strings["Proceed with Installation"] = "Procedeixi amb la Instal·lació";
-$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Pot ser que hagi d'importar l'arxiu \"database.sql\" manualment amb phpmyadmin o mysql.";
-$a->strings["Database import failed."] = "La importació de base de dades ha fallat.";
-$a->strings["System check"] = "Comprovació del Sistema";
-$a->strings["Check again"] = "Comprovi de nou";
-$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Per a instal·lar Friendica necessitem conèixer com connectar amb la deva base de dades.";
-$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Per favor, posi's en contacte amb el seu proveïdor de hosting o administrador del lloc si té alguna pregunta sobre aquestes opcions.";
-$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "La base de dades que especifiques ja hauria d'existir. Si no és així, crea-la abans de continuar.";
-$a->strings["Database Server Name"] = "Nom del Servidor de base de Dades";
-$a->strings["Database Login Name"] = "Nom d'Usuari de la base de Dades";
-$a->strings["Database Login Password"] = "Contrasenya d'Usuari de la base de Dades";
-$a->strings["Database Name"] = "Nom de la base de Dades";
-$a->strings["Site administrator email address"] = "Adreça de correu del administrador del lloc";
-$a->strings["Your account email address must match this in order to use the web admin panel."] = "El seu compte d'adreça electrònica ha de coincidir per tal d'utilitzar el panell d'administració web.";
-$a->strings["Please select a default timezone for your website"] = "Per favor, seleccioni una zona horària per defecte per al seu lloc web";
-$a->strings["Site settings"] = "Configuracions del lloc";
-$a->strings["Could not find a command line version of PHP in the web server PATH."] = "No es va poder trobar una versió de línia de comandos de PHP en la ruta del servidor web.";
-$a->strings["PHP executable path"] = "Direcció del executable PHP";
-$a->strings["Enter full path to php executable"] = "Introdueixi el camí complet del executable php";
-$a->strings["Command line PHP"] = "Linia de comandos PHP";
-$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "La versió de línia de comandos de PHP en el seu sistema no té \"register_argc_argv\" habilitat.";
-$a->strings["This is required for message delivery to work."] = "Això és necessari perquè funcioni el lliurament de missatges.";
-$a->strings["PHP \"register_argc_argv\""] = "PHP \"register_argc_argv\"";
-$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Error: la funció \"openssl_pkey_new\" en aquest sistema no és capaç de generar claus de xifrat";
-$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Si s'executa en Windows, per favor consulti la secció \"http://www.php.net/manual/en/openssl.installation.php\".";
-$a->strings["Generate encryption keys"] = "Generar claus d'encripció";
-$a->strings["libCurl PHP module"] = "Mòdul libCurl de PHP";
-$a->strings["GD graphics PHP module"] = "Mòdul GD de gràfics de PHP";
-$a->strings["OpenSSL PHP module"] = "Mòdul OpenSSl de PHP";
-$a->strings["mysqli PHP module"] = "Mòdul mysqli de PHP";
-$a->strings["mb_string PHP module"] = "Mòdul mb_string de PHP";
-$a->strings["Apace mod_rewrite module"] = "Mòdul mod_rewrite de Apache";
-$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Error: el mòdul mod-rewrite del servidor web Apache és necessari però no està instal·lat.";
-$a->strings["Error: libCURL PHP module required but not installed."] = "Error: El mòdul libCURL de PHP és necessari però no està instal·lat.";
-$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Error: el mòdul gràfic GD de PHP amb support per JPEG és necessari però no està instal·lat.";
-$a->strings["Error: openssl PHP module required but not installed."] = "Error: El mòdul enssl de PHP és necessari però no està instal·lat.";
-$a->strings["Error: mysqli PHP module required but not installed."] = "Error: El mòdul mysqli de PHP és necessari però no està instal·lat.";
-$a->strings["Error: mb_string PHP module required but not installed."] = "Error: mòdul mb_string de PHP requerit però no instal·lat.";
-$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'instal·lador web necessita crear un arxiu anomenat \".htconfig.php\" en la carpeta superior del seu servidor web però alguna cosa ho va impedir.";
-$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."] = "Això freqüentment és a causa d'una configuració de permisos; el servidor web no pot escriure arxius en la carpeta - encara que sigui possible.";
-$a->strings["Please check with your site documentation or support people to see if this situation can be corrected."] = "Per favor, consulti amb la documentació del seu lloc o persones de suport per veure si aquesta situació es pot corregir.";
-$a->strings["If not, you may be required to perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Si no, vostè pot ser requerit per realitzar una instal·lació manual. Per favor, consulti l'arxiu \"INSTALL.txt\" per obtenir instruccions.";
-$a->strings[".htconfig.php is writable"] = ".htconfig.php és escribible";
-$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."] = "L'arxiu per a la configuració de la base de dades \".htconfig.php\" no es pot escriure. Per favor, usi el text adjunt per crear un arxiu de configuració en l'arrel del servidor web.";
-$a->strings["Errors encountered creating database tables."] = "Trobats errors durant la creació de les taules de la base de dades.";
-$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
-$a->strings["Time Conversion"] = "Temps de Conversió";
-$a->strings["Friendika provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica ofereix aquest servei per compartir esdeveniments amb altres xarxes i amics a les zones horàries desconegudes.";
-$a->strings["UTC time: %s"] = "hora UTC: %s";
-$a->strings["Current timezone: %s"] = "Zona horària actual: %s";
-$a->strings["Converted localtime: %s"] = "Conversión de hora local: %s";
-$a->strings["Please select your timezone:"] = "Si us plau, seleccioneu la vostra zona horària:";
-$a->strings["Profile Match"] = "Perfil Aconseguit";
-$a->strings["No keywords to match. Please add keywords to your default profile."] = "No hi ha paraules clau que coincideixin. Si us plau, afegeixi paraules clau al teu perfil predeterminat.";
-$a->strings["is interested in:"] = "està interessat en:";
-$a->strings["Connect"] = "Connexió";
-$a->strings["No matches"] = "No hi ha coincidències";
-$a->strings["Remote privacy information not available."] = "Informació de privacitat remota no disponible.";
-$a->strings["Visible to:"] = "Visible per a:";
-$a->strings["Welcome to %s"] = "Benvingut a %s";
-$a->strings["Invalid request identifier."] = "Sol·licitud d'identificació no vàlida.";
-$a->strings["Discard"] = "Descartar";
-$a->strings["Ignore"] = "Ignorar";
+$a->strings["Facebook"] = "Facebook";
+$a->strings["Zot!"] = "Zot!";
+$a->strings["LinkedIn"] = "LinkedIn";
+$a->strings["XMPP/IM"] = "XMPP/IM";
+$a->strings["MySpace"] = "MySpace";
+$a->strings["created a new post"] = "Creada una nova entrada";
+$a->strings["commented on %s's post"] = "comentat a l'entrada de %s";
+$a->strings["No username found in import file."] = "No s'ha trobat nom d'usuari a l'arxiu d'importació.";
+$a->strings["Unable to create a unique channel address. Import failed."] = "No s'ha pogut importar el canal perquè l'adreça única de canal no s'ha pogut crear.";
+$a->strings["Import completed."] = "S'ha completat la importació.";
+$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 grup esborrat amb aquest nom fou reviscolat. Els permisos dels items existents <strong>poden</strong> aplicar-se a aquest grup i qualsevol membre futur. Si no es això el que vols, si et plau, crea un altre grup amb un nom diferent.";
+$a->strings["Default privacy group for new contacts"] = "Privacitat de grup predeterminada per a contactes nous";
+$a->strings["All Channels"] = "Tots els Canals";
+$a->strings["edit"] = "edita";
+$a->strings["Collections"] = "Col·leccions";
+$a->strings["Edit collection"] = "Edita col·leccions";
+$a->strings["Add new collection"] = "Afegeix una nova col·lecció";
+$a->strings["Channels not in any collection"] = "Canals a cap col·lecció";
+$a->strings["add"] = "afegeix";
+$a->strings["Not a valid email address"] = "Adreça de correu electrònic no vàlida";
+$a->strings["Your email domain is not among those allowed on this site"] = "El seu domini de correu electrònic no es troba entre els permesos en aquest lloc";
+$a->strings["Your email address is already registered at this site."] = "La teva adreça de correu electrònic ja esta registrada en aquest lloc";
+$a->strings["An invitation is required."] = "Es requereix Invitació";
+$a->strings["Invitation could not be verified."] = "L'invitació no ha pogut ser verificada";
+$a->strings["Please enter the required information."] = "Entra la informació sol·licitada";
+$a->strings["Failed to store account information."] = "Ha fallat guardar la informació del compte";
+$a->strings["Registration confirmation for %s"] = "Registre confirmat per %s";
+$a->strings["Registration request at %s"] = "Sol·licitud de registre a %s";
+$a->strings["Administrator"] = "Administrador";
+$a->strings["your registration password"] = "la teva contrasenya registrada";
+$a->strings["Registration details for %s"] = "Detalls del registre per %s";
+$a->strings["Account approved."] = "Compte aprovat.";
+$a->strings["Registration revoked for %s"] = "Registre revocat per %s";
+$a->strings["Account verified. Please login."] = "Compte verificat. Si us plau, inicia sessió.";
+$a->strings["Click here to upgrade."] = "Feu clic aquí per actualitzar.";
+$a->strings["This action exceeds the limits set by your subscription plan."] = "Aquesta acció és superior als límits establerts pel seu pla de subscripció.";
+$a->strings["This action is not available under your subscription plan."] = "Aquesta acció no està disponible en el seu pla de subscripció.";
+$a->strings["Miscellaneous"] = "Miscelania";
+$a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DD o MM-DD";
+$a->strings["Required"] = "Requerit";
+$a->strings["never"] = "mai";
+$a->strings["less than a second ago"] = "fa menys d'un segon";
+$a->strings["year"] = "any";
+$a->strings["years"] = "anys";
+$a->strings["month"] = "mes";
+$a->strings["months"] = "mesos";
+$a->strings["week"] = "setmana";
+$a->strings["weeks"] = "setmanes";
+$a->strings["day"] = "dia";
+$a->strings["days"] = "dies";
+$a->strings["hour"] = "hora";
+$a->strings["hours"] = "hores";
+$a->strings["minute"] = "minut";
+$a->strings["minutes"] = "minuts";
+$a->strings["second"] = "segon";
+$a->strings["seconds"] = "segons";
+$a->strings["__ctx:e.g. 22 hours ago, 1 minute ago__ %1\$d %2\$s ago"] = "Fa %1\$d i %2\$s";
+$a->strings["%1\$s's birthday"] = "Aniversari de %1\$s";
+$a->strings["Happy Birthday %1\$s"] = "Feliç Aniversari %1\$s";
+$a->strings["Directory Options"] = "Opcions de Directori";
+$a->strings["Safe Mode"] = "Mode Segur";
+$a->strings["No"] = "No";
+$a->strings["Yes"] = "Sí";
+$a->strings["Public Forums Only"] = "Només Fòrums Públics";
+$a->strings["This Website Only"] = "Només Aquest Lloc Web";
+$a->strings["New Page"] = "Pàgina Nova";
+$a->strings["View"] = "Mostra";
+$a->strings["Preview"] = "Avanç";
+$a->strings["Actions"] = "Accions";
+$a->strings["Page Link"] = "Enllaç a Pàgina";
+$a->strings["Title"] = "Títol";
+$a->strings["Created"] = "Creat";
+$a->strings["Edited"] = "Editat";
+$a->strings["Public Timeline"] = "Línia de Temps Pública";
+$a->strings["Default"] = "Predeterminat";
+$a->strings["Delete this item?"] = "Esborrar aquest item?";
+$a->strings["Comment"] = "Comentari";
+$a->strings["[+] show all"] = "[+] mostra tot";
+$a->strings["[-] show less"] = "[-] mostra menys";
+$a->strings["[+] expand"] = "[+] expandeix";
+$a->strings["[-] collapse"] = "[-] colapsa";
+$a->strings["Password too short"] = "Contrasenya massa curta";
+$a->strings["Passwords do not match"] = "Les paraules de pas no coincideixen";
+$a->strings["everybody"] = "tothom";
+$a->strings["Secret Passphrase"] = "Contrasenya Secreta";
+$a->strings["Passphrase hint"] = "Pista per la Contrasenya";
+$a->strings["Notice: Permissions have changed but have not yet been submitted."] = "Avis: Els permisos han canviat però encara no han estat enviats.";
+$a->strings["close all"] = "tanca tot";
+$a->strings["Nothing new here"] = "Res de nou per aquí";
+$a->strings["Rate This Channel (this is public)"] = "Valora Aquest Canal (això es farà públic)";
+$a->strings["Rating"] = "Valora";
+$a->strings["Describe (optional)"] = "Descriu (opcional)";
+$a->strings["Submit"] = "Presenta";
+$a->strings["Please enter a link URL"] = "Si us plau, entra l'enllaç URL";
+$a->strings["Unsaved changes. Are you sure you wish to leave this page?"] = "Hi ha canvis sense desar, estàs segur que vols abandonar la pàgina?";
+$a->strings["timeago.prefixAgo"] = "horapasada.prefixFa";
+$a->strings["timeago.prefixFromNow"] = "timeago.prefixFromNow";
+$a->strings["ago"] = "fa";
+$a->strings["from now"] = "des d'ara";
+$a->strings["less than a minute"] = "menys d'un minut";
+$a->strings["about a minute"] = "prop d'un minut";
+$a->strings["%d minutes"] = "%d minuts";
+$a->strings["about an hour"] = "prop d'una hora";
+$a->strings["about %d hours"] = "al voltant de %d hores";
+$a->strings["a day"] = "un dia";
+$a->strings["%d days"] = "%d dies";
+$a->strings["about a month"] = "prop d'un mes";
+$a->strings["%d months"] = "%d mesos";
+$a->strings["about a year"] = "prop d'un any";
+$a->strings["%d years"] = "%d anys";
+$a->strings[" "] = " ";
+$a->strings["timeago.numbers"] = "timeago.numbers";
+$a->strings["prev"] = "prev";
+$a->strings["first"] = "primer";
+$a->strings["last"] = "últim";
+$a->strings["next"] = "pròxim";
+$a->strings["older"] = "el més antic";
+$a->strings["newer"] = "El més nou";
+$a->strings["No connections"] = "Sense Connexions";
+$a->strings["%d Connection"] = array(
+ 0 => "%d Connexió",
+ 1 => "%d Connexions",
+);
+$a->strings["View Connections"] = "Veure Connexions";
+$a->strings["Search"] = "Cerca";
+$a->strings["Save"] = "Guardar";
+$a->strings["poke"] = "emprenya";
+$a->strings["poked"] = "emprenyat";
+$a->strings["ping"] = "coloca";
+$a->strings["pinged"] = "colocat";
+$a->strings["prod"] = "picar";
+$a->strings["prodded"] = "picat";
+$a->strings["slap"] = "bufetada";
+$a->strings["slapped"] = "bufetejat";
+$a->strings["finger"] = "senyal";
+$a->strings["fingered"] = "senyalat";
+$a->strings["rebuff"] = "menyspreu";
+$a->strings["rebuffed"] = "menyspreuat";
+$a->strings["happy"] = "feliç";
+$a->strings["sad"] = "trist";
+$a->strings["mellow"] = "melós";
+$a->strings["tired"] = "cansat";
+$a->strings["perky"] = "turgent";
+$a->strings["angry"] = "enfadat";
+$a->strings["stupified"] = "encantat";
+$a->strings["puzzled"] = "perplexe";
+$a->strings["interested"] = "Interessat";
+$a->strings["bitter"] = "amargat";
+$a->strings["cheerful"] = "feliç";
+$a->strings["alive"] = "viu";
+$a->strings["annoyed"] = "molest";
+$a->strings["anxious"] = "ansiós";
+$a->strings["cranky"] = "malagaitós";
+$a->strings["disturbed"] = "transtornat";
+$a->strings["frustrated"] = "frustrat";
+$a->strings["depressed"] = "deprimit";
+$a->strings["motivated"] = "motivat";
+$a->strings["relaxed"] = "relaxat";
+$a->strings["surprised"] = "sorprès";
+$a->strings["Monday"] = "Dilluns";
+$a->strings["Tuesday"] = "Dimarts";
+$a->strings["Wednesday"] = "Dimecres";
+$a->strings["Thursday"] = "Dijous";
+$a->strings["Friday"] = "Divendres";
+$a->strings["Saturday"] = "Dissabte";
+$a->strings["Sunday"] = "Diumenge";
+$a->strings["January"] = "Gener";
+$a->strings["February"] = "Febrer";
+$a->strings["March"] = "Març";
+$a->strings["April"] = "Abril";
+$a->strings["May"] = "Maig";
+$a->strings["June"] = "Juny";
+$a->strings["July"] = "Juliol";
+$a->strings["August"] = "Agost";
+$a->strings["September"] = "Setembre";
+$a->strings["October"] = "Octubre";
+$a->strings["November"] = "Novembre";
+$a->strings["December"] = "Desembre";
+$a->strings["unknown.???"] = "desconegut.???";
+$a->strings["bytes"] = "bytes";
+$a->strings["remove category"] = "elimina categoria";
+$a->strings["remove from file"] = "elimina del arxiu";
+$a->strings["Click to open/close"] = "Clic per obrir/tancar";
+$a->strings["Link to Source"] = "Enllaç a la Font";
+$a->strings["default"] = "per defecte";
+$a->strings["Page layout"] = "Format de la pàgina";
+$a->strings["You can create your own with the layouts tool"] = "Pots crear el teu propi amb l'editor de format de pàgina.";
+$a->strings["Page content type"] = "Tipus de contingut de la pàgina";
+$a->strings["Select an alternate language"] = "Tria un idioma alternatiu";
+$a->strings["photo"] = "foto";
+$a->strings["event"] = "succés";
+$a->strings["status"] = "estat";
+$a->strings["comment"] = "comentari";
+$a->strings["activity"] = "activitat";
+$a->strings["Design Tools"] = "Eines de disseny";
+$a->strings["Blocks"] = "Bloc";
+$a->strings["Menus"] = "Menús";
+$a->strings["Layouts"] = "Format Gràfic";
+$a->strings["Pages"] = "Pàgines";
+$a->strings["Collection"] = "Col·lecció";
+$a->strings["parent"] = "pare";
+$a->strings["Principal"] = "Principal";
+$a->strings["Addressbook"] = "Llista d'Adreçes";
+$a->strings["Calendar"] = "Calendari";
+$a->strings["Schedule Inbox"] = "Programació de la bústia d'entrada";
+$a->strings["Schedule Outbox"] = "Programació de la bústia de sortida";
+$a->strings["Unknown"] = "Desconegut";
+$a->strings["%1\$s used"] = "%1\$s emprat";
+$a->strings["%1\$s used of %2\$s (%3\$s&#37;)"] = "%1\$s emprat de %2\$s (%3\$s&#37;)";
+$a->strings["Files"] = "Arxius";
+$a->strings["Total"] = "Total";
+$a->strings["Shared"] = "Compartit";
+$a->strings["Create"] = "Creada";
+$a->strings["Upload"] = "Pujar";
+$a->strings["Name"] = "Nom";
+$a->strings["Type"] = "Tipus";
+$a->strings["Size"] = "Mida";
+$a->strings["Last Modified"] = "Últim Modificat";
+$a->strings["Delete"] = "Esborra";
+$a->strings["Create new folder"] = "Crea una nova carpeta";
+$a->strings["Upload file"] = "Puja arxiu";
+$a->strings["%1\$s's bookmarks"] = "%1\$s de marcadors";
+$a->strings["view full size"] = "Veure a mida competa";
+$a->strings["\$Projectname Notification"] = "Notificació de \$Projectname";
+$a->strings["\$projectname"] = "\$projectname";
+$a->strings["Thank You,"] = "Gràcies,";
+$a->strings["%s Administrator"] = "%s Administrador";
+$a->strings["No Subject"] = "Sense Assumpte";
+$a->strings["General Features"] = "Característiques Generals";
+$a->strings["Content Expiration"] = "Expiració del Contingut";
+$a->strings["Remove posts/comments and/or private messages at a future time"] = "elimina entrades/comentaris i/o missatges privats de aquí en endevant.";
+$a->strings["Multiple Profiles"] = "Multiples Perfils";
+$a->strings["Ability to create multiple profiles"] = "Capacitat per crear multiples perfils";
+$a->strings["Advanced Profiles"] = "Perfils Avançats";
+$a->strings["Additional profile sections and selections"] = "Seccions i seleccions addicionals de perfils ";
+$a->strings["Profile Import/Export"] = "Importar/Exportar Perfil";
+$a->strings["Save and load profile details across sites/channels"] = "Guarda i carrega els detalls del perfil al llarg dels llocs/canals";
+$a->strings["Web Pages"] = "Pàgines Web";
+$a->strings["Provide managed web pages on your channel"] = "Proporcionar pàgines web gestionades al seu canal";
+$a->strings["Private Notes"] = "Notes Privades";
+$a->strings["Enables a tool to store notes and reminders"] = "Activa l'eina per guardar notes i recordatoris";
+$a->strings["Navigation Channel Select"] = "Navegació pel Selector de Canals";
+$a->strings["Change channels directly from within the navigation dropdown menu"] = "Canvieu els canals directament des del menú desplegable de navegació";
+$a->strings["Photo Location"] = "Ubicació de la Photo";
+$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, vincular a un mapa.";
+$a->strings["Expert Mode"] = "Mode Expert";
+$a->strings["Enable Expert Mode to provide advanced configuration options"] = "Activar Mode Expert per a proporcionar opcions avançades de configuració";
+$a->strings["Premium Channel"] = "Canal Superior";
+$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = "Li permet establir restriccions i els termes en els quals es connecten amb el seu canal";
+$a->strings["Post Composition Features"] = "Característiques de Composició d'Entrades";
+$a->strings["Use Markdown"] = "Us d'Abreviatures";
+$a->strings["Allow use of \"Markdown\" to format posts"] = "Permet emprat \"Abreviatures\" per formatar entrades";
+$a->strings["Large Photos"] = "Grans Fotos";
+$a->strings["Include large (640px) photo thumbnails in posts. If not enabled, use small (320px) photo thumbnails"] = "Inclou gran (640px) foto de miniatura a les entrades. Si no està activat, empra petita (320px) foto de miniatura.";
+$a->strings["Channel Sources"] = "Canal Origen";
+$a->strings["Automatically import channel content from other channels or feeds"] = "Importa automàticament el contingut del canal des de altres canals o feeds";
+$a->strings["Even More Encryption"] = "Encara Més Encriptació";
+$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Permet l'encripció opcional del contingut extrem-a-extrem amb clau secreta compartida";
+$a->strings["Enable voting tools"] = "Habilitar eines de vot";
+$a->strings["Provide a class of post which others can vote on"] = "Proporcionar una classe d'entrada que altres puguin votar";
+$a->strings["Network and Stream Filtering"] = "Filtrat de Xarxa i Flux";
+$a->strings["Search by Date"] = "Cerca per Data";
+$a->strings["Ability to select posts by date ranges"] = "Capacitat per seleccionar entrades per rang de dates";
+$a->strings["Collections Filter"] = "Filtre de Col·leccions";
+$a->strings["Enable widget to display Network posts only from selected collections"] = "Habilitar giny per mostrar les entrades de xarxa únicament de les col·leccions seleccionades";
+$a->strings["Saved Searches"] = "Cerques Guardades";
+$a->strings["Save search terms for re-use"] = "Guardar els termin de la cerca per a re-usar";
+$a->strings["Network Personal Tab"] = "Pestanya Personal de Xarxa";
+$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Activa pestanya per mostrar només les entrades de xarxa en els que has intervingut";
+$a->strings["Network New Tab"] = "Nova Pestanya de Xarxa";
+$a->strings["Enable tab to display all new Network activity"] = "Activa pestanya per mostrar tota l'activitat nova de la Xarxa";
+$a->strings["Affinity Tool"] = "Eina d'Afinitat";
+$a->strings["Filter stream activity by depth of relationships"] = "Filtre d'activitat del flux per importància de la relació";
+$a->strings["Connection Filtering"] = "Filtre de Connexió";
+$a->strings["Filter incoming posts from connections based on keywords/content"] = "Filtre de missatges d'entrada de conexions, basat en paraules clau/contingut ";
+$a->strings["Suggest Channels"] = "Suggerir Canals";
+$a->strings["Show channel suggestions"] = "Mostra suggerencies de canals";
+$a->strings["Post/Comment Tools"] = "Eina d'Entrades/Comentaris";
+$a->strings["Tagging"] = "Etiquetant";
+$a->strings["Ability to tag existing posts"] = "Capacitat d'etiquetar entrades existents";
+$a->strings["Post Categories"] = "Categories d'Entrades";
+$a->strings["Add categories to your posts"] = "Afegeix categoria a la teva entrada";
+$a->strings["Saved Folders"] = "Carpetes Guardades";
+$a->strings["Ability to file posts under folders"] = "Capacitat de arxivar entrades en les carpetes";
+$a->strings["Dislike Posts"] = "No Agrada l'Entrada";
+$a->strings["Ability to dislike posts/comments"] = "Capacitat per marcar amb \"No Agrada\" les entrades/comentaris";
+$a->strings["Star Posts"] = "Entrades Excel·lents";
+$a->strings["Ability to mark special posts with a star indicator"] = "Capacitat per marcar entrades especials amb l'indicador d'excel·lencia";
+$a->strings["Tag Cloud"] = "Núvol d'Etiquetes.";
+$a->strings["Provide a personal tag cloud on your channel page"] = "Proporcionar un núvol d'etiquetes personals a la teva pàgina de canal";
+$a->strings["Categories"] = "Categories";
+$a->strings["Apps"] = "Aplicatius";
$a->strings["System"] = "Sistema";
-$a->strings["Network"] = "Xarxa";
$a->strings["Personal"] = "Personal";
-$a->strings["Home"] = "Inici";
-$a->strings["Introductions"] = "Presentacions";
+$a->strings["Create Personal App"] = "Crear Personal App";
+$a->strings["Edit Personal App"] = "Editar Personal App";
+$a->strings["Connect"] = "Connecta ";
+$a->strings["Ignore/Hide"] = "Ignora/Amaga";
+$a->strings["Suggestions"] = "Suggerencies";
+$a->strings["See more..."] = "Veure més.....";
+$a->strings["You have %1$.0f of %2$.0f allowed connections."] = "Tens %1$.0f de %2$.0f connexions permeses.";
+$a->strings["Add New Connection"] = "Afegeix una Nova Connexió";
+$a->strings["Enter the channel address"] = "Introdueix la adreça del canal";
+$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Exemple: pep@exemple.com, http://exemple.com/vinyet";
+$a->strings["Notes"] = "Notes";
+$a->strings["Remove term"] = "Plaç de remoció";
+$a->strings["Everything"] = "Tot";
+$a->strings["Archives"] = "Arxius";
+$a->strings["Me"] = "Jo";
+$a->strings["Family"] = "Família";
+$a->strings["Friends"] = "Amics";
+$a->strings["Acquaintances"] = "Coneguts";
+$a->strings["All"] = "Tots";
+$a->strings["Refresh"] = "Refresc";
+$a->strings["Account settings"] = "Ajustos de Compte";
+$a->strings["Channel settings"] = "Ajustos de Canal";
+$a->strings["Additional features"] = "Característiques addicionals";
+$a->strings["Feature/Addon settings"] = "Ajustos de Característica/Afegit";
+$a->strings["Display settings"] = "Ajustos de pantalla";
+$a->strings["Connected apps"] = "Apps connectades";
+$a->strings["Export channel"] = "Exportat canal";
+$a->strings["Connection Default Permissions"] = "Permisos per Defecte de la Connexió";
+$a->strings["Premium Channel Settings"] = "Ajustos Premium de Canal";
+$a->strings["Settings"] = "Ajustos";
$a->strings["Messages"] = "Missatges";
-$a->strings["Show Ignored Requests"] = "Mostra les Sol·licituds Ignorades";
-$a->strings["Hide Ignored Requests"] = "Amaga les Sol·licituds Ignorades";
-$a->strings["Notification type: "] = "Tipus de Notificació:";
-$a->strings["Friend Suggestion"] = "Amics Suggerits ";
-$a->strings["suggested by %s"] = "sugerit per %s";
-$a->strings["Hide this contact from others"] = "Amaga aquest contacte dels altres";
-$a->strings["Post a new friend activity"] = "Publica una activitat d'amic nova";
-$a->strings["if applicable"] = "si es pot aplicar";
-$a->strings["Approve"] = "Aprovar";
-$a->strings["Claims to be known to you: "] = "Diu que et coneix:";
-$a->strings["yes"] = "sí";
-$a->strings["no"] = "no";
-$a->strings["Approve as: "] = "Aprovat com:";
-$a->strings["Friend"] = "Amic";
-$a->strings["Sharer"] = "Partícip";
-$a->strings["Fan/Admirer"] = "Fan/Admirador";
-$a->strings["Friend/Connect Request"] = "Sol·licitud d'Amistat/Connexió";
-$a->strings["New Follower"] = "Nou Seguidor";
-$a->strings["No introductions."] = "Sense presentacions.";
-$a->strings["Notifications"] = "Notificacions";
-$a->strings["%s liked %s's post"] = "A %s li agrada l'enviament de %s";
-$a->strings["%s disliked %s's post"] = "A %s no li agrada l'enviament de %s";
-$a->strings["%s is now friends with %s"] = "%s es ara amic de %s";
-$a->strings["%s created a new post"] = "%s ha creat un enviament nou";
-$a->strings["%s commented on %s's post"] = "%s va comentar en l'enviament de %s";
-$a->strings["No more network notifications."] = "No més notificacions de xarxa.";
-$a->strings["Network Notifications"] = "Notificacions de la Xarxa";
-$a->strings["No more system notifications."] = "No més notificacions del sistema.";
-$a->strings["System Notifications"] = "Notificacions del Sistema";
-$a->strings["No more personal notifications."] = "No més notificacions personals.";
-$a->strings["Personal Notifications"] = "Notificacions Personals";
-$a->strings["No more home notifications."] = "No més notificacions d'inici.";
-$a->strings["Home Notifications"] = "Notificacions d'Inici";
-$a->strings["Could not access contact record."] = "No puc accedir al registre del contacte.";
-$a->strings["Could not locate selected profile."] = "No puc localitzar el perfil seleccionat.";
-$a->strings["Contact updated."] = "Contacte actualitzat.";
-$a->strings["Contact has been blocked"] = "Elcontacte ha estat bloquejat";
-$a->strings["Contact has been unblocked"] = "El contacte ha estat desbloquejat";
-$a->strings["Contact has been ignored"] = "El contacte ha estat ignorat";
-$a->strings["Contact has been unignored"] = "El contacte ha estat recordat";
-$a->strings["stopped following"] = "Deixar de seguir";
-$a->strings["Contact has been removed."] = "El contacte ha estat tret";
-$a->strings["You are mutual friends with %s"] = "Ara te una amistat mutua amb %s";
-$a->strings["You are sharing with %s"] = "Estas compartint amb %s";
-$a->strings["%s is sharing with you"] = "%s esta compartint amb tú";
-$a->strings["Private communications are not available for this contact."] = "Comunicacions privades no disponibles per aquest contacte.";
-$a->strings["Never"] = "Mai";
-$a->strings["(Update was successful)"] = "(L'actualització fou exitosa)";
-$a->strings["(Update was not successful)"] = "(L'actualització fracassà)";
-$a->strings["Suggest friends"] = "Suggerir amics";
-$a->strings["Network type: %s"] = "Xarxa tipus: %s";
-$a->strings["%d contact in common"] = array(
- 0 => "%d contacte en comú",
- 1 => "%d contactes en comú",
+$a->strings["Check Mail"] = "Comprovar Correu";
+$a->strings["New Message"] = "Nou Missatge";
+$a->strings["Chat Rooms"] = "Sales de Xat";
+$a->strings["Bookmarked Chatrooms"] = "Sales de Xat Favorites";
+$a->strings["Suggested Chatrooms"] = "Sales de Xat Suggerides";
+$a->strings["photo/image"] = "foto/imatge";
+$a->strings["Rate Me"] = "Valora'm";
+$a->strings["View Ratings"] = "Veure Valoracions";
+$a->strings["Public Hubs"] = "Concentradors Públics";
+$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
+$a->strings["Starts:"] = "Inicia:";
+$a->strings["Finishes:"] = "Acaba:";
+$a->strings["Location:"] = "Localització:";
+$a->strings["This event has been added to your calendar."] = "Aquest succés ha estat afegit al teu calendari.";
+$a->strings["%s <!item_type!>"] = "%s <!item_type!>";
+$a->strings["[Red:Notify] New mail received at %s"] = "[Red:Notificació] Un nou missatge s'ha rebut a %s";
+$a->strings["%1\$s, %2\$s sent you a new private message at %3\$s."] = "%1\$s, %2\$s t'ha enviat un nou missatge privat a %3\$s.";
+$a->strings["%1\$s sent you %2\$s."] = "%1\$s t'ha enviat %2\$s.";
+$a->strings["a private message"] = "un missatge privat";
+$a->strings["Please visit %s to view and/or reply to your private messages."] = "Per favor, visita %s per a veure i/o respondre els teus missatges privats.";
+$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s, %2\$s comentat en [zrl=%3\$s]a %4\$s[/zrl]";
+$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]%4\$s's %5\$s[/zrl]"] = "%1\$s, %2\$s comentat en [zrl=%3\$s]%4\$s de %5\$s[/zrl]";
+$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s, %2\$s comentat en [zrl=%3\$s]el teu %4\$s[/zrl]";
+$a->strings["[Red:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Red:Notify] Comentari a la conversa #%1\$d per %2\$s";
+$a->strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = "%1\$s, %2\$s comentat en un article/conversa que havies estat seguint.";
+$a->strings["Please visit %s to view and/or reply to the conversation."] = "Si us plau visita %s per veure i/o contestar a la conversa";
+$a->strings["[Red:Notify] %s posted to your profile wall"] = "[Red:Avís] %s ha escrit una entrada al teu mur";
+$a->strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = "%1\$s, %2\$s ha escrit una entrada al teu mur en %3\$s";
+$a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = "%1\$s, %2\$s enviat correu a [zrl=%3\$s]el teu mur[/zrl]";
+$a->strings["[Red:Notify] %s tagged you"] = "[Red:Notificació] %s t'ha etiquetat";
+$a->strings["%1\$s, %2\$s tagged you at %3\$s"] = "%1\$s, %2\$s t'ha etiquetat a %3\$s";
+$a->strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = "%1\$s, %2\$s [zrl=%3\$s]t'ha etiquetat[/zrl].";
+$a->strings["[Red:Notify] %1\$s poked you"] = "[Red:Avís] %1\$s s'en fot de tu";
+$a->strings["%1\$s, %2\$s poked you at %3\$s"] = "%1\$s, %2\$s s'en fot de tú a %3\$s";
+$a->strings["%1\$s, %2\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s, %2\$s [zrl=%2\$s]s'en fot de tú[/zrl].";
+$a->strings["[Red:Notify] %s tagged your post"] = "[Red:Avís] %s ha etiquetat la teva entrada";
+$a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s ha etiquetat la teva entrada a %3\$s";
+$a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s etiquetat [zrl=%3\$s]la teva entrada[/zrl]";
+$a->strings["[Red:Notify] Introduction received"] = "[Red:Avís] Presentació rebuda";
+$a->strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = "%1\$s, has rebut una nova petició de connexió de '%2\$s' a %3\$s";
+$a->strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = "%1\$s, has rebut [zrl=%2\$s]una nova petició de connexió[/zrl] de %3\$s.";
+$a->strings["You may visit their profile at %s"] = "Pots visitar el seu perfil a %s";
+$a->strings["Please visit %s to approve or reject the connection request."] = "Si us plau, visita %s per aprovar o rebutjar la petició de connexió.";
+$a->strings["[Red:Notify] Friend suggestion received"] = "[Red:Notificació] Rebuda suggerencia d'amistat";
+$a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = "%1\$s, has rebut una suggerència d'amistat de '%2\$s' a %3\$s";
+$a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = "%1\$s, has rebut [zrl=%2\$s]una suggerència d'amistat[/zrl] per %3\$s de %4\$s.";
+$a->strings["Name:"] = "Nom:";
+$a->strings["Photo:"] = "Foto:";
+$a->strings["Please visit %s to approve or reject the suggestion."] = "Per favor, visita %s per a aprovar o rebutjar la suggerencia.";
+$a->strings["[Red:Notify]"] = "[Red:Notificació]";
+$a->strings["No recipient provided."] = "No s'ha proporcionat bústia.";
+$a->strings["[no subject]"] = "[no subject]";
+$a->strings["Unable to determine sender."] = "incapaç de determinar el remitent";
+$a->strings["Stored post could not be verified."] = "L'entrada guardada no pot ser verificada";
+$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s agrada %2\$s de %3\$s";
+$a->strings["Please choose"] = "Escull";
+$a->strings["Agree"] = "A favor";
+$a->strings["Disagree"] = "En contra";
+$a->strings["Abstain"] = "Abstenció";
+$a->strings["Channel is blocked on this site."] = "El canal està bloquejat en aquest lloc.";
+$a->strings["Channel location missing."] = "Ubicació del canal perduda.";
+$a->strings["Response from remote channel was incomplete."] = "La resposta del canal remot fou incompleta.";
+$a->strings["Channel was deleted and no longer exists."] = "El canal fou esborrat i actualment no existeix.";
+$a->strings["Protocol disabled."] = "Protocol desactivat.";
+$a->strings["Protocol blocked for this channel."] = "El protocol està bloquejat per a aquest canal.";
+$a->strings["Channel discovery failed."] = "Descobriment de canal fallit.";
+$a->strings["local account not found."] = "compte local no trobat.";
+$a->strings["Cannot connect to yourself."] = "No pots connectar amb tu mateix.";
+$a->strings["Private Message"] = "Missatge Privat";
+$a->strings["Select"] = "Selecciona";
+$a->strings["Save to Folder"] = "Guardar en la Carpeta";
+$a->strings["I will attend"] = "Assistiré";
+$a->strings["I will not attend"] = "No assistiré";
+$a->strings["I might attend"] = "Podria assistir";
+$a->strings["I agree"] = "D'acord";
+$a->strings["I disagree"] = "En desacord";
+$a->strings["I abstain"] = "M'abstinc";
+$a->strings["View all"] = "Veure tot";
+$a->strings["__ctx:noun__ Like"] = array(
+ 0 => "Agrada",
+ 1 => "Agraden",
);
-$a->strings["View all contacts"] = "Veure tots els contactes";
-$a->strings["Unblock"] = "Desbloquejar";
-$a->strings["Block"] = "Bloquejar";
-$a->strings["Unignore"] = "Treure d'Ignorats";
-$a->strings["Repair"] = "Reparar";
-$a->strings["Contact Editor"] = "Editor de Contactes";
-$a->strings["Profile Visibility"] = "Perfil de Visibilitat";
-$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Si us plau triï el perfil que voleu mostrar a %s quan estigui veient el teu de forma segura.";
-$a->strings["Contact Information / Notes"] = "Informació/Notes del contacte";
-$a->strings["Edit contact notes"] = "Editar notes de contactes";
-$a->strings["Visit %s's profile [%s]"] = "Visitar perfil de %s [%s]";
-$a->strings["Block/Unblock contact"] = "Bloquejar/Alliberar contacte";
-$a->strings["Ignore contact"] = "Ignore contacte";
-$a->strings["Repair URL settings"] = "Restablir configuració de URL";
-$a->strings["View conversations"] = "Veient conversacions";
-$a->strings["Delete contact"] = "Esborrar contacte";
-$a->strings["Last update:"] = "Última actualització:";
-$a->strings["Update public posts"] = "Actualitzar enviament públic";
-$a->strings["Update now"] = "Actualitza ara";
-$a->strings["Currently blocked"] = "Bloquejat actualment";
-$a->strings["Currently ignored"] = "Ignorat actualment";
-$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Répliques/agraiments per als teus missatges públics <strong>poden</strong> romandre visibles";
-$a->strings["All Contacts"] = "Tots els Contactes";
-$a->strings["Unblocked Contacts"] = "Contactes Desbloquejats";
-$a->strings["Blocked Contacts"] = "Contactes Bloquejats";
-$a->strings["Ignored Contacts"] = "Contactes Ignorats";
-$a->strings["Hidden Contacts"] = "Contactes Amagats";
-$a->strings["Mutual Friendship"] = "Amistat Mutua";
-$a->strings["is a fan of yours"] = "Es un fan teu";
-$a->strings["you are a fan of"] = "ets fan de";
-$a->strings["Edit contact"] = "Editar contacte";
-$a->strings["Contacts"] = "Contactes";
-$a->strings["Search your contacts"] = "Cercant el seus contactes";
-$a->strings["Finding: "] = "Cercant:";
-$a->strings["Find"] = "Cercar";
-$a->strings["No valid account found."] = "compte no vàlid trobat.";
-$a->strings["Password reset request issued. Check your email."] = "Sol·licitut de restabliment de contrasenya enviat. Comprovi el seu correu.";
-$a->strings["Password reset requested at %s"] = "Contrasenya restablerta enviada a %s";
-$a->strings["Administrator"] = "Administrador";
-$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "La sol·licitut no pot ser verificada. (Hauries de presentar-la abans). Restabliment de contrasenya fracassat.";
-$a->strings["Password Reset"] = "Restabliment de Contrasenya";
-$a->strings["Your password has been reset as requested."] = "La teva contrasenya fou restablerta com vas demanar.";
-$a->strings["Your new password is"] = "La teva nova contrasenya es";
-$a->strings["Save or copy your new password - and then"] = "Guarda o copia la nova contrasenya - i llavors";
-$a->strings["click here to login"] = "clica aquí per identificarte";
-$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Pots camviar la contrasenya des de la pàgina de <em>Configuración</em> desprès d'accedir amb èxit.";
-$a->strings["Forgot your Password?"] = "Has Oblidat la Contrasenya?";
-$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Introdueixi la seva adreça de correu i enivii-la per restablir la seva contrasenya. Llavors comprovi el seu correu per a les següents instruccións. ";
-$a->strings["Nickname or Email: "] = "Malnom o Correu:";
-$a->strings["Reset"] = "Restablir";
-$a->strings["Missing some important data!"] = "Perdudes algunes dades importants!";
-$a->strings["Update"] = "Actualitzar";
-$a->strings["Failed to connect with email account using the settings provided."] = "Connexió fracassada amb el compte de correu emprant la configuració proveïda.";
-$a->strings["Email settings updated."] = "Configuració del correu electrònic actualitzada.";
-$a->strings["Passwords do not match. Password unchanged."] = "Les contrasenyes no coincideixen. Contrasenya no canviada.";
-$a->strings["Empty passwords are not allowed. Password unchanged."] = "No es permeten contasenyes buides. Contrasenya no canviada";
-$a->strings["Password changed."] = "Contrasenya canviada.";
-$a->strings["Password update failed. Please try again."] = "Ha fallat l'actualització de la Contrasenya. Per favor, intenti-ho de nou.";
-$a->strings[" Please use a shorter name."] = "Si us plau, faci servir un nom més curt.";
-$a->strings[" Name too short."] = "Nom massa curt.";
-$a->strings[" Not valid email."] = "Correu no vàlid.";
-$a->strings[" Cannot change to that email."] = "No puc canviar a aquest correu.";
-$a->strings["Settings updated."] = "Ajustos actualitzats.";
-$a->strings["Account settings"] = "Configuració del compte";
-$a->strings["Connector settings"] = "Configuració dels connectors";
-$a->strings["Plugin settings"] = "Configuració del plugin";
+$a->strings["__ctx:noun__ Dislike"] = array(
+ 0 => "Desagrada",
+ 1 => "Desagrada",
+);
+$a->strings["Add Star"] = "Fes-lo Preferit";
+$a->strings["Remove Star"] = "Treu-lo de Preferits";
+$a->strings["Toggle Star Status"] = "Canvia el Estat de la Preferència";
+$a->strings["starred"] = "preferit";
+$a->strings["Message signature validated"] = "Validada la signatura del missatge";
+$a->strings["Message signature incorrect"] = "Signatura del missatge incorrecta";
+$a->strings["Add Tag"] = "Afegeix Etiqueta";
+$a->strings["I like this (toggle)"] = "M'agrada això (canvia)";
+$a->strings["like"] = "agrada";
+$a->strings["I don't like this (toggle)"] = "No m'agrada això (canvia)";
+$a->strings["dislike"] = "desagrada";
+$a->strings["Share This"] = "Comparteix Això";
+$a->strings["share"] = "comparteix";
+$a->strings["%d comment"] = array(
+ 0 => "%d commentari",
+ 1 => "%d commentaris",
+);
+$a->strings["View %s's profile - %s"] = "Veure %s de perfil - %s";
+$a->strings["to"] = "a";
+$a->strings["via"] = "via";
+$a->strings["Wall-to-Wall"] = "Mur-a-Mur";
+$a->strings["via Wall-To-Wall:"] = "via Mur-a-Mur:";
+$a->strings["from %s"] = "De %s";
+$a->strings["last edited: %s"] = "últim editat: %s";
+$a->strings["Expires: %s"] = "Expira: %s";
+$a->strings["Save Bookmarks"] = "Guarda Favorits";
+$a->strings["Add to Calendar"] = "Afegeix al Calendari";
+$a->strings["Mark all seen"] = "Marca tot com ja vist";
+$a->strings["__ctx:noun__ Likes"] = "Agrada";
+$a->strings["__ctx:noun__ Dislikes"] = "Desagrada";
+$a->strings["Close"] = "Tanca";
+$a->strings["Please wait"] = "Si us plau, espera";
+$a->strings["This is you"] = "Ets tú";
+$a->strings["Bold"] = "Negreta";
+$a->strings["Italic"] = "Italica";
+$a->strings["Underline"] = "Subratllat";
+$a->strings["Quote"] = "Cometes";
+$a->strings["Code"] = "Codi";
+$a->strings["Image"] = "Imatge";
+$a->strings["Insert Link"] = "Insereix Enllaç";
+$a->strings["Video"] = "Video";
+$a->strings["Encrypt text"] = "Text encriptat";
+$a->strings["New window"] = "Nova finestra";
+$a->strings["Open the selected location in a different window or browser tab"] = "Obrir la localització seleccionada en un altre finestra o pestanya del navegador";
+$a->strings["User '%s' deleted"] = "usuari '%s' esborrat";
+$a->strings["Attachments:"] = "Adjuntat:";
+$a->strings["\$Projectname event notification:"] = "Notificació d'esdeveniment de \$Projectname";
+$a->strings["Logout"] = "Desconectar";
+$a->strings["End this session"] = "Finalitza aquesta sessió";
+$a->strings["Home"] = "Personal";
+$a->strings["Your posts and conversations"] = "Les teves entrades i converses";
+$a->strings["View Profile"] = "Veure Perfil";
+$a->strings["Your profile page"] = "La teva pàgina de perfil";
+$a->strings["Edit Profiles"] = "Editar Perfils";
+$a->strings["Manage/Edit profiles"] = "Gestiona/Edita perfils";
+$a->strings["Edit Profile"] = "Edita Perfil";
+$a->strings["Edit your profile"] = "Edita el teu perfil";
+$a->strings["Photos"] = "Fotos";
+$a->strings["Your photos"] = "Les Teves Fotos";
+$a->strings["Your files"] = "Els teus arxius";
+$a->strings["Chat"] = "Xerrar";
+$a->strings["Your chatrooms"] = "Les teves sales de xerrar";
+$a->strings["Bookmarks"] = "Marcadors";
+$a->strings["Your bookmarks"] = "Els teus marcadors";
+$a->strings["Webpages"] = "Pàgines web";
+$a->strings["Your webpages"] = "Les teves pàgines web";
+$a->strings["Login"] = "Identifica't";
+$a->strings["Sign in"] = "Signatura";
+$a->strings["%s - click to logout"] = "%s - click per desconectar";
+$a->strings["Remote authentication"] = "Autenticació remota";
+$a->strings["Click to authenticate to your home hub"] = "Click per autentificar-te en el teu Lloc ";
+$a->strings["Home Page"] = "Pàgina Personal";
+$a->strings["Register"] = "Registre";
+$a->strings["Create an account"] = "Crear un compte";
+$a->strings["Help"] = "Ajuda";
+$a->strings["Help and documentation"] = "Ajuda i documentació";
+$a->strings["Applications, utilities, links, games"] = "Aplicacions, utilitats, enllaços, jocs";
+$a->strings["Search site content"] = "Cerca en el contingut del lloc";
+$a->strings["Directory"] = "Directori";
+$a->strings["Channel Directory"] = "Directori de Canals";
+$a->strings["Matrix"] = "Matriu/Matrix";
+$a->strings["Your matrix"] = "El teu matrix";
+$a->strings["Mark all matrix notifications seen"] = "Marca totes les notificacions de matrix vistes";
+$a->strings["Channel Home"] = "Canal Personal";
+$a->strings["Channel home"] = "Canal personal";
+$a->strings["Mark all channel notifications seen"] = "Marca totes les notificacions de canal vistes";
$a->strings["Connections"] = "Connexions";
-$a->strings["Export personal data"] = "Exportar dades personals";
-$a->strings["Add application"] = "Afegir aplicació";
-$a->strings["Consumer Key"] = "Consumer Key";
-$a->strings["Consumer Secret"] = "Consumer Secret";
-$a->strings["Redirect"] = "Redirigir";
-$a->strings["Icon url"] = "icona de url";
-$a->strings["You can't edit this application."] = "No pots editar aquesta aplicació.";
-$a->strings["Connected Apps"] = "Aplicacions conectades";
-$a->strings["Client key starts with"] = "Les claus de client comançen amb";
-$a->strings["No name"] = "Sense nom";
-$a->strings["Remove authorization"] = "retirar l'autorització";
-$a->strings["No Plugin settings configured"] = "No s'han configurat ajustos de Plugin";
-$a->strings["Plugin Settings"] = "Ajustos de Plugin";
-$a->strings["Built-in support for %s connectivity is %s"] = "El suport integrat per a la connectivitat de %s és %s";
-$a->strings["enabled"] = "habilitat";
-$a->strings["disabled"] = "deshabilitat";
-$a->strings["StatusNet"] = "StatusNet";
-$a->strings["Connector Settings"] = "Configuració de connectors";
-$a->strings["Email/Mailbox Setup"] = "Preparació de Correu/Bústia";
-$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Si vol comunicar-se amb els contactes de correu emprant aquest servei (opcional), Si us plau, especifiqui com connectar amb la seva bústia.";
-$a->strings["Last successful email check:"] = "Última comprovació de correu amb èxit:";
-$a->strings["Email access is disabled on this site."] = "L'accés al correu està deshabilitat en aquest lloc.";
-$a->strings["IMAP server name:"] = "Nom del servidor IMAP:";
-$a->strings["IMAP port:"] = "Port IMAP:";
-$a->strings["Security:"] = "Seguretat:";
-$a->strings["None"] = "Cap";
-$a->strings["Email login name:"] = "Nom d'usuari del correu";
-$a->strings["Email password:"] = "Contrasenya del correu:";
-$a->strings["Reply-to address:"] = "Adreça de resposta:";
-$a->strings["Send public posts to all email contacts:"] = "Enviar correu públic a tots els contactes del correu:";
-$a->strings["Action after import:"] = "Acció després d'importar:";
-$a->strings["Mark as seen"] = "Marcar com a vist";
-$a->strings["Move to folder"] = "Moure a la carpeta";
-$a->strings["Move to folder:"] = "Moure a la carpeta:";
-$a->strings["Normal Account"] = "Compte Normal";
-$a->strings["This account is a normal personal profile"] = "Aques compte es un compte personal normal";
-$a->strings["Soapbox Account"] = "Compte Tribuna";
-$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "Aprova automàticament totes les sol·licituds de amistat/connexió com a fans de només lectura.";
-$a->strings["Community/Celebrity Account"] = "Compte de Comunitat/Celebritat";
-$a->strings["Automatically approve all connection/friend requests as read-write fans"] = "Aprova automàticament totes les sol·licituds de amistat/connexió com a fans de lectura-escriptura";
-$a->strings["Automatic Friend Account"] = "Compte d'Amistat Automàtic";
-$a->strings["Automatically approve all connection/friend requests as friends"] = "Aprova totes les sol·licituds de amistat/connexió com a amic automàticament";
-$a->strings["OpenID:"] = "OpenID:";
-$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Opcional) Permetre a aquest OpenID iniciar sessió en aquest compte.";
-$a->strings["Publish your default profile in your local site directory?"] = "Publicar el teu perfil predeterminat en el directori del lloc local?";
-$a->strings["Publish your default profile in the global social directory?"] = "Publicar el teu perfil predeterminat al directori social global?";
-$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Amaga la teva llista de contactes/amics dels espectadors del seu perfil per defecte?";
-$a->strings["Hide your profile details from unknown viewers?"] = "Amagar els detalls del seu perfil a espectadors desconeguts?";
-$a->strings["Allow friends to post to your profile page?"] = "Permet als amics publicar en la seva pàgina de perfil?";
-$a->strings["Allow friends to tag your posts?"] = "Permet als amics d'etiquetar els teus missatges?";
-$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Permeteu-nos suggerir-li com un amic potencial dels nous membres?";
-$a->strings["Profile is <strong>not published</strong>."] = "El Perfil <strong>no està publicat</strong>.";
-$a->strings["or"] = "o";
-$a->strings["Your Identity Address is"] = "La seva Adreça d'Identitat és";
-$a->strings["Automatically expire posts after this many days:"] = "Després de aquests nombre de dies, els missatges caduquen automàticament:";
-$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Si està buit, els missatges no caducarà. Missatges caducats s'eliminaran";
-$a->strings["Advanced expiration settings"] = "Configuració avançada d'expiració";
-$a->strings["Advanced Expiration"] = "Expiració Avançada";
-$a->strings["Expire posts:"] = "Expiració d'enviaments";
-$a->strings["Expire personal notes:"] = "Expiració de notes personals";
-$a->strings["Expire starred posts:"] = "Expiració de enviaments de favorits";
-$a->strings["Expire photos:"] = "Expiració de fotos";
-$a->strings["Account Settings"] = "Ajustos de Compte";
-$a->strings["Password Settings"] = "Ajustos de Contrasenya";
-$a->strings["New Password:"] = "Nova Contrasenya:";
-$a->strings["Confirm:"] = "Confirmar:";
-$a->strings["Leave password fields blank unless changing"] = "Deixi els camps de contrasenya buits per a no fer canvis";
-$a->strings["Basic Settings"] = "Ajustos Basics";
-$a->strings["Full Name:"] = "Nom Complet:";
-$a->strings["Email Address:"] = "Adreça de Correu:";
-$a->strings["Your Timezone:"] = "La teva zona Horària:";
-$a->strings["Default Post Location:"] = "Localització per Defecte del Missatge:";
-$a->strings["Use Browser Location:"] = "Ubicar-se amb el Navegador:";
-$a->strings["Display Theme:"] = "Visualitzar el Tema:";
-$a->strings["Update browser every xx seconds"] = "Actualitzar navegador cada xx segons";
-$a->strings["Minimum of 10 seconds, no maximum"] = "Mínim cada 10 segons, no hi ha màxim";
-$a->strings["Security and Privacy Settings"] = "Ajustos de Seguretat i Privacitat";
-$a->strings["Maximum Friend Requests/Day:"] = "Nombre Màxim de Sol·licituds per Dia";
-$a->strings["(to prevent spam abuse)"] = "(per a prevenir abusos de spam)";
-$a->strings["Default Post Permissions"] = "Permisos de Correu per Defecte";
-$a->strings["(click to open/close)"] = "(clicar per a obrir/tancar)";
-$a->strings["Notification Settings"] = "Ajustos de Notificació";
-$a->strings["Send a notification email when:"] = "Envia un correu notificant quan:";
-$a->strings["You receive an introduction"] = "Has rebut una presentació";
-$a->strings["Your introductions are confirmed"] = "La teva presentació està confirmada";
-$a->strings["Someone writes on your profile wall"] = "Algú ha escrit en el teu mur de perfil";
-$a->strings["Someone writes a followup comment"] = "Algú ha escrit un comentari de seguiment";
-$a->strings["You receive a private message"] = "Has rebut un missatge privat";
-$a->strings["You receive a friend suggestion"] = "Has rebut una suggerencia d'un amic";
-$a->strings["You are tagged in a post"] = "Estàs etiquetat en un enviament";
-$a->strings["Advanced Page Settings"] = "Ajustos Avançats de Pàgina";
-$a->strings["Manage Identities and/or Pages"] = "Administrar Identitats i/o Pàgines";
-$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Alternar entre les diferents identitats o les pàgines de comunitats/grups que comparteixen les dades del seu compte o que se li ha concedit els permisos de \"administrar\"";
-$a->strings["Select an identity to manage: "] = "Seleccionar identitat a administrar:";
-$a->strings["Search Results For:"] = "Resultats de la Cerca Per a:";
-$a->strings["Remove term"] = "Traieu termini";
-$a->strings["Saved Searches"] = "Cerques Guardades";
-$a->strings["add"] = "afegir";
-$a->strings["Commented Order"] = "Ordre dels Comentaris";
-$a->strings["Posted Order"] = "Ordre dels Enviaments";
+$a->strings["Notices"] = "Noticies";
+$a->strings["Notifications"] = "Notificacions";
+$a->strings["See all notifications"] = "Veure totes les Notificacions";
+$a->strings["Mark all system notifications seen"] = "Marca totes les notificacions vistes";
+$a->strings["Mail"] = "Correu";
+$a->strings["Private mail"] = "Correu privat";
+$a->strings["See all private messages"] = "Veure tots els missatges privats";
+$a->strings["Mark all private messages seen"] = "Marcar tots els missatges privats vistos";
+$a->strings["Inbox"] = "Safata d'entrada";
+$a->strings["Outbox"] = "Safata de sortida";
+$a->strings["Events"] = "Events";
+$a->strings["Event Calendar"] = "Calendari d'Events";
+$a->strings["See all events"] = "Veure tots els events";
+$a->strings["Mark all events seen"] = "Marcar tots els events vistos";
+$a->strings["Channel Manager"] = "Gestor del Canal";
+$a->strings["Manage Your Channels"] = "Gestiona els Teus Canals";
+$a->strings["Account/Channel Settings"] = "Ajustos de Compte/Canal";
+$a->strings["Admin"] = "Admin";
+$a->strings["Site Setup and Configuration"] = "Ajustos i Configuració del Lloc";
+$a->strings["Loading..."] = "Carregant...";
+$a->strings["@name, #tag, content"] = "@name, #tag, content";
+$a->strings["Please wait..."] = "Si us plau, espera.......";
+$a->strings["Tags"] = "Etiquetes";
+$a->strings["Keywords"] = "Paraules clau";
+$a->strings["have"] = "tinc";
+$a->strings["has"] = "tens";
+$a->strings["want"] = "vull";
+$a->strings["wants"] = "vols";
+$a->strings["likes"] = "agrada";
+$a->strings["dislikes"] = "desagrada";
+$a->strings[" and "] = "i";
+$a->strings["public profile"] = "Perfil públic";
+$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$s canviat %2\$s a &ldquo;%3\$s&rdquo;";
+$a->strings["Visit %1\$s's %2\$s"] = "Visita %1\$s de %2\$s";
+$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s Ha actualitzat %2\$s, canviant %3\$s.";
+$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 formulario de la cadena de seguridad no era correcto. Esto probablemente ocurrió porque el formulario se ha abierto durante demasiado tiempo (> 3 horas) antes de enviarlo.";
+$a->strings["Can view my normal stream and posts"] = "Pot veure el flux i entrades normals";
+$a->strings["Can view my default channel profile"] = "Pot veure el meu perfil del canal per defecte";
+$a->strings["Can view my photo albums"] = "Pot veure el meus àlbums de fotos";
+$a->strings["Can view my connections"] = "Pot veure les meves connexions";
+$a->strings["Can view my file storage"] = "Pot veure al meu magatzem d'arxius";
+$a->strings["Can view my webpages"] = "Pot veure les meves pàgines web";
+$a->strings["Can send me their channel stream and posts"] = "Pot enviar-me el flux i entrades del seu canal";
+$a->strings["Can post on my channel page (\"wall\")"] = "Pot fer entrades a la meva pàgina de canal (\"mur\")";
+$a->strings["Can comment on or like my posts"] = "Pot fer comentaris o dir si agrada en les meves entrades";
+$a->strings["Can send me private mail messages"] = "Pot enviar-me un missatge de correu privat";
+$a->strings["Can post photos to my photo albums"] = "Pot enviar fotos al meus àlbums de fotos";
+$a->strings["Can like/dislike stuff"] = "Pot dir si agrada/desagrada ";
+$a->strings["Profiles and things other than posts/comments"] = "Perfils i altres coses a més d'entrades/comentaris";
+$a->strings["Can forward to all my channel contacts via post @mentions"] = "Ho pot enviar a tots els meus contactes del canal via entrades @mencions";
+$a->strings["Advanced - useful for creating group forum channels"] = "Avançat - capaç de crear canals de grups de foro";
+$a->strings["Can chat with me (when available)"] = "Pot xatejar amb mi (si estic disponible)";
+$a->strings["Can write to my file storage"] = "Pot escriure al meu magatzem d'arxius";
+$a->strings["Can edit my webpages"] = "Pot editar les meves pàgines web";
+$a->strings["Can source my public posts in derived channels"] = "Pot mostrar l'origen de les meves entrades públiques en altres canals";
+$a->strings["Somewhat advanced - very useful in open communities"] = "Quelcom avançat - molt útil en comunitats obertes";
+$a->strings["Can administer my channel resources"] = "Pot administrar els meus recursos del canal";
+$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Extremadament avançat. No toquis res si no saps que estàs fent";
+$a->strings["Social Networking"] = "Xarxes Socials";
+$a->strings["Mostly Public"] = "Més aviat Públic";
+$a->strings["Restricted"] = "Restringit";
+$a->strings["Private"] = "Privat";
+$a->strings["Community Forum"] = "Foro de Comunitat";
+$a->strings["Feed Republish"] = "Republicador";
+$a->strings["Special Purpose"] = "Objectiu Especial";
+$a->strings["Celebrity/Soapbox"] = "Celebritat/Faristol";
+$a->strings["Group Repository"] = "Repositori de Grup";
+$a->strings["Other"] = "Altres";
+$a->strings["Custom/Expert Mode"] = "Personalitzat/Mode Expert";
+$a->strings["channel"] = "canal";
+$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s no agrada %2\$s de %3\$s";
+$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s esta ara connectat amb %2\$s";
+$a->strings["%1\$s poked %2\$s"] = "%1\$s emprenyat %2\$s";
+$a->strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s es %2\$s";
+$a->strings["__ctx:title__ Likes"] = "Agrada";
+$a->strings["__ctx:title__ Dislikes"] = "Desagrada";
+$a->strings["__ctx:title__ Agree"] = "Acord";
+$a->strings["__ctx:title__ Disagree"] = "Desacord";
+$a->strings["__ctx:title__ Abstain"] = "Abstenirse";
+$a->strings["__ctx:title__ Attending"] = "Assistint";
+$a->strings["__ctx:title__ Not attending"] = "Desassistint";
+$a->strings["__ctx:title__ Might attend"] = "Podrien assistir";
+$a->strings["View %s's profile @ %s"] = "Vista %s del perfil @ %s";
+$a->strings["Categories:"] = "Categories:";
+$a->strings["Filed under:"] = "Arxivar a:";
+$a->strings["View in context"] = "Veure en context";
+$a->strings["remove"] = "treu";
+$a->strings["Delete Selected Items"] = "Esborra els Articles Seleccionats";
+$a->strings["View Source"] = "Veure l'Origen";
+$a->strings["Follow Thread"] = "Segueix el Fil";
+$a->strings["View Status"] = "Veure Status";
+$a->strings["View Photos"] = "Veure Fotos";
+$a->strings["Matrix Activity"] = "Activitat de Matrix";
+$a->strings["Edit Contact"] = "Editar Contacte";
+$a->strings["Send PM"] = "Enviar MP";
+$a->strings["Poke"] = "Emprenya";
+$a->strings["%s likes this."] = "%s agrada això.";
+$a->strings["%s doesn't like this."] = "%s no agrada això.";
+$a->strings["<span %1\$s>%2\$d people</span> like this."] = array(
+ 0 => "<span %1\$s>%2\$d gent</span> agrada això.",
+ 1 => "<span %1\$s>%2\$d gent</span> agrada això.",
+);
+$a->strings["<span %1\$s>%2\$d people</span> don't like this."] = array(
+ 0 => "<span %1\$s>%2\$d gent</span> no agrada això.",
+ 1 => "<span %1\$s>%2\$d gent</span> no agrada això.",
+);
+$a->strings["and"] = "i";
+$a->strings[", and %d other people"] = array(
+ 0 => ", i %d altra gent",
+ 1 => ", i %d altra gent",
+);
+$a->strings["%s like this."] = "%s agrada això.";
+$a->strings["%s don't like this."] = "%s no agrada això.";
+$a->strings["Visible to <strong>everybody</strong>"] = "Visible a <strong>tothom</strong>";
+$a->strings["Please enter a link URL:"] = "Si us plau entra l'enllaç URL:";
+$a->strings["Please enter a video link/URL:"] = "Si us plau entra l'enllaç/URL a un video:";
+$a->strings["Please enter an audio link/URL:"] = "Si us plau, entra l'enllaç/URL a un audio:";
+$a->strings["Tag term:"] = "Paraula de l'Etiqueta:";
+$a->strings["Save to Folder:"] = "Guardar en la Carpeta";
+$a->strings["Where are you right now?"] = "On ets ara?";
+$a->strings["Expires YYYY-MM-DD HH:MM"] = "Expira YYYY-MM-DD HH:MM";
+$a->strings["Share"] = "Compartir";
+$a->strings["Page link name"] = "Nom de la pàgina enllaçada";
+$a->strings["Post as"] = "Envia com";
+$a->strings["Upload photo"] = "Puja foto";
+$a->strings["upload photo"] = "puja foto";
+$a->strings["Attach file"] = "Adjunta arxiu";
+$a->strings["attach file"] = "adjunta arxiu";
+$a->strings["Insert web link"] = "Insereix enllaç web";
+$a->strings["web link"] = "enllaç web";
+$a->strings["Insert video link"] = "Insereix enllaç video";
+$a->strings["video link"] = "enllaç video";
+$a->strings["Insert audio link"] = "Insereix enllaç d'audio";
+$a->strings["audio link"] = "enllaç d'audio";
+$a->strings["Set your location"] = "Ajusta la teva ubicació";
+$a->strings["set location"] = "ajusta localització";
+$a->strings["Toggle voting"] = "Commutar votació";
+$a->strings["Clear browser location"] = "Treu la localització del navegador";
+$a->strings["clear location"] = "treu localització";
+$a->strings["Title (optional)"] = "Títol (opcional)";
+$a->strings["Categories (optional, comma-separated list)"] = "Categories (opcional, llista separada per comes)";
+$a->strings["Permission settings"] = "Ajustos de permisos";
+$a->strings["permissions"] = "permisos ";
+$a->strings["Public post"] = "Entrada pública";
+$a->strings["Example: bob@example.com, mary@example.com"] = "Exemple: bob@example.com, mary@example.com";
+$a->strings["Set expiration date"] = "Ajusta la data d'expiració";
+$a->strings["OK"] = "OK";
+$a->strings["Cancel"] = "Cancel·la";
+$a->strings["Discover"] = "Descobrir";
+$a->strings["Imported public streams"] = "Importar fluxos públics";
+$a->strings["Commented Order"] = "Ordre per Comentaris";
+$a->strings["Sort by Comment Date"] = "Ordenar per Data del Comentari";
+$a->strings["Posted Order"] = "Ordenar per Entrades";
+$a->strings["Sort by Post Date"] = "Ordenar per Data d' Entrada";
+$a->strings["Posts that mention or involve you"] = "Entrades que et mencionen o involucren";
$a->strings["New"] = "Nou";
-$a->strings["Starred"] = "Favorits";
-$a->strings["Bookmarks"] = "Marcadors";
-$a->strings["Warning: This group contains %s member from an insecure network."] = array(
- 0 => "Advertència: Aquest grup conté el membre %s en una xarxa insegura.",
- 1 => "Advertència: Aquest grup conté %s membres d'una xarxa insegura.",
+$a->strings["Activity Stream - by date"] = "Activitat del Flux - per data";
+$a->strings["Starred"] = "Preferit";
+$a->strings["Favourite Posts"] = "Entrades Favorites";
+$a->strings["Spam"] = "Spam";
+$a->strings["Posts flagged as SPAM"] = "Entrades marcades com a SPAM";
+$a->strings["Channel"] = "Canal";
+$a->strings["Status Messages and Posts"] = "Estat dels Missatges i Entrades";
+$a->strings["About"] = "Sobre això";
+$a->strings["Profile Details"] = "Detalls del Perfil";
+$a->strings["Photo Albums"] = "Albums de Fotos";
+$a->strings["Files and Storage"] = "Arxius i Emmagatzegament";
+$a->strings["Chatrooms"] = "Sala per Xerrar";
+$a->strings["Saved Bookmarks"] = "Marcadors Guardats";
+$a->strings["Manage Webpages"] = "Gestió de Pàgines Web";
+$a->strings["__ctx:noun__ Attending"] = array(
+ 0 => "Assistint",
+ 1 => "Assistint",
+);
+$a->strings["__ctx:noun__ Not Attending"] = array(
+ 0 => "Desassistint",
+ 1 => "Desassistint",
+);
+$a->strings["__ctx:noun__ Undecided"] = array(
+ 0 => "Indecís",
+ 1 => "Indecisos",
+);
+$a->strings["__ctx:noun__ Agree"] = array(
+ 0 => "Acord",
+ 1 => "Acords",
+);
+$a->strings["__ctx:noun__ Disagree"] = array(
+ 0 => "Desacord",
+ 1 => "Desacords",
+);
+$a->strings["__ctx:noun__ Abstain"] = array(
+ 0 => "Abstenirse",
+ 1 => "Abstenirse",
);
-$a->strings["Private messages to this group are at risk of public disclosure."] = "Els missatges privats a aquest grup es troben en risc de divulgació pública.";
-$a->strings["No such group"] = "Cap grup com";
-$a->strings["Group is empty"] = "El Grup es buit";
-$a->strings["Group: "] = "Grup:";
-$a->strings["Contact: "] = "Contacte:";
-$a->strings["Private messages to this person are at risk of public disclosure."] = "Els missatges privats a aquesta persona es troben en risc de divulgació pública.";
-$a->strings["Invalid contact."] = "Contacte no vàlid.";
-$a->strings["Personal Notes"] = "Notes Personals";
-$a->strings["Save"] = "Guardar";
-$a->strings["Welcome to Friendica"] = "Benvingut a Friendica";
-$a->strings["New Member Checklist"] = "Llista de Verificació dels Nous Membres";
-$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "Ens agradaria oferir alguns consells i enllaços per ajudar a fer la seva experiència agradable. Feu clic a qualsevol element per visitar la pàgina corresponent. Un enllaç a aquesta pàgina serà visible des de la pàgina d'inici durant dues setmanes després de la seva inscripció inicial i després desapareixerà en silenci.";
-$a->strings["On your <em>Settings</em> page - change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = "En la de la seva <em>configuració</em> de la pàgina - canviï la contrasenya inicial. També prengui nota de la Adreça d'Identitat. Això s'assembla a una adreça de correu electrònic - i serà útil per fer amics a la xarxa social lliure.";
-$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Reviseu les altres configuracions, en particular la configuració de privadesa. Una llista de directoris no publicada és com tenir un número de telèfon no llistat. Normalment, hauria de publicar la seva llista - a menys que tots els seus amics i els amics potencials sàpiguen exactament com trobar-li.";
-$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Puji una foto del seu perfil si encara no ho ha fet. Els estudis han demostrat que les persones amb fotos reals de ells mateixos tenen deu vegades més probabilitats de fer amics que les persones que no ho fan.";
-$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "Autoritzi el connector de Facebook si vostè té un compte al Facebook i nosaltres (opcionalment) importarem tots els teus amics de Facebook i les converses.";
-$a->strings["<em>If</em> this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = "<em>Si </em> aquesta és el seu servidor personal, la instal·lació del complement de Facebook pot facilitar la transició a la web social lliure.";
-$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "Introduïu les dades d'accés al correu electrònic a la seva pàgina de configuració de connector, si es desitja importar i relacionar-se amb amics o llistes de correu de la seva bústia d'email";
-$a->strings["Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Editi el perfil per <strong>defecte</strong> al seu gust. Reviseu la configuració per ocultar la seva llista d'amics i ocultar el perfil dels visitants desconeguts.";
-$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Estableix algunes paraules clau públiques al teu perfil predeterminat que descriguin els teus interessos. Podem ser capaços de trobar altres persones amb interessos similars i suggerir amistats.";
-$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the <em>Add New Contact</em> dialog."] = "La seva pàgina de Contactes és la seva porta d'entrada a la gestió de l'amistat i la connexió amb amics d'altres xarxes. Normalment, vostè entrar en la seva direcció o URL del lloc al diàleg <em>Afegir Nou Contacte</em>.";
-$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own Identity Address if requested."] = "La pàgina del Directori li permet trobar altres persones en aquesta xarxa o altres llocs federats. Busqui un enllaç <em>Connectar</em> o <em>Seguir</em> a la seva pàgina de perfil. Proporcioni la seva pròpia Adreça de Identitat si així ho sol·licita.";
-$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "Al tauler lateral de la pàgina de contacte Hi ha diverses eines per trobar nous amics. Podem coincidir amb les persones per interesos, buscar persones pel nom o per interès, i oferir suggeriments basats en les relacions de la xarxa. En un nou lloc, els suggeriments d'amics, en general comencen a poblar el lloc a les 24 hores.";
-$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "Una vegada que s'han fet alguns amics, organitzi'ls en grups de conversa privada a la barra lateral de la seva pàgina de contactes i després pot interactuar amb cada grup de forma privada a la pàgina de la xarxa.";
-$a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "A les nostres pàgines <strong>d'ajuda</strong> es poden consultar detalls sobre les característiques d'altres programes i recursos.";
-$a->strings["Item not available."] = "Element no disponible";
-$a->strings["Item was not found."] = "Element no trobat.";
-$a->strings["Group created."] = "Grup creat.";
-$a->strings["Could not create group."] = "No puc crear grup.";
-$a->strings["Group not found."] = "Grup no trobat";
-$a->strings["Group name changed."] = "Nom de Grup canviat.";
$a->strings["Permission denied"] = "Permís denegat";
-$a->strings["Create a group of contacts/friends."] = "Crear un grup de contactes/amics.";
-$a->strings["Group Name: "] = "Nom del Grup:";
-$a->strings["Group removed."] = "Grup esborrat.";
-$a->strings["Unable to remove group."] = "Incapaç de esborrar Grup.";
-$a->strings["Group Editor"] = "Editor de Grup:";
-$a->strings["Members"] = "Membres";
-$a->strings["Click on a contact to add or remove."] = "Clicar sobre el contacte per afegir o esborrar.";
-$a->strings["Invalid profile identifier."] = "Identificador del perfil no vàlid.";
-$a->strings["Profile Visibility Editor"] = "Editor de Visibilitat del Perfil";
-$a->strings["Profile"] = "Perfil";
-$a->strings["Visible To"] = "Visible Per";
-$a->strings["All Contacts (with secure profile access)"] = "Tots els Contactes (amb accés segur al perfil)";
-$a->strings["No contacts."] = "Sense Contactes";
-$a->strings["View Contacts"] = "Veure Contactes";
-$a->strings["An invitation is required."] = "Es requereix invitació.";
-$a->strings["Invitation could not be verified."] = "La invitació no ha pogut ser verificada.";
-$a->strings["Invalid OpenID url"] = "OpenID url no vàlid";
-$a->strings["Please enter the required information."] = "Per favor, introdueixi la informació requerida.";
-$a->strings["Please use a shorter name."] = "Per favor, empri un nom més curt.";
-$a->strings["Name too short."] = "Nom massa curt.";
-$a->strings["That doesn't appear to be your full (First Last) name."] = "Això no sembla ser el teu nom complet.";
-$a->strings["Your email domain is not among those allowed on this site."] = "El seu domini de correu electrònic no es troba entre els permesos en aquest lloc.";
-$a->strings["Not a valid email address."] = "Adreça de correu no vàlida.";
-$a->strings["Cannot use that email."] = "No es pot utilitzar aquest correu electrònic.";
-$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "El teu sobrenom nomes pot contenir \"a-z\", \"0-9\", \"-\", i \"_\", i començar amb lletra.";
-$a->strings["Nickname is already registered. Please choose another."] = "malnom ja registrat. Tria un altre.";
-$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "ERROR IMPORTANT: La generació de claus de seguretat ha fallat.";
-$a->strings["An error occurred during registration. Please try again."] = "Un error ha succeït durant el registre. Intenta-ho de nou.";
-$a->strings["An error occurred creating your default profile. Please try again."] = "Un error ha succeit durant la creació del teu perfil per defecte. Intenta-ho de nou.";
-$a->strings["Registration details for %s"] = "Detalls del registre per a %s";
-$a->strings["Registration successful. Please check your email for further instructions."] = "Registrat amb èxit. Per favor, comprovi el seu correu per a posteriors instruccions.";
-$a->strings["Failed to send email message. Here is the message that failed."] = "Error en enviar missatge de correu electrònic. Aquí està el missatge que ha fallat.";
-$a->strings["Your registration can not be processed."] = "El seu registre no pot ser processat.";
-$a->strings["Registration request at %s"] = "Sol·licitud de registre a %s";
-$a->strings["Your registration is pending approval by the site owner."] = "El seu registre està pendent d'aprovació pel propietari del lloc.";
-$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Aquest lloc excedeix el nombre diari de registres de comptes. Per favor, provi de nou demà.";
-$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Vostè pot (opcionalment), omplir aquest formulari a través de OpenID mitjançant el subministrament de la seva OpenID i fent clic a 'Registrar'.";
-$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Si vostè no està familiaritzat amb Twitter, si us plau deixi aquest camp en blanc i completi la resta dels elements.";
-$a->strings["Your OpenID (optional): "] = "El seu OpenID (opcional):";
-$a->strings["Include your profile in member directory?"] = "Incloc el seu perfil al directori de membres?";
-$a->strings["Membership on this site is by invitation only."] = "Lloc accesible mitjançant invitació.";
-$a->strings["Your invitation ID: "] = "El teu ID de invitació:";
-$a->strings["Registration"] = "Procés de Registre";
-$a->strings["Your Full Name (e.g. Joe Smith): "] = "El seu nom complet (per exemple, Joan Ningú):";
-$a->strings["Your Email Address: "] = "La Seva Adreça de Correu:";
-$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be '<strong>nickname@\$sitename</strong>'."] = "Tria un nom de perfil. Això ha de començar amb un caràcter de text. La seva adreça de perfil en aquest lloc serà '<strong>malnom@\$sitename</strong>'.";
-$a->strings["Choose a nickname: "] = "Tria un malnom:";
-$a->strings["Register"] = "Registrar";
-$a->strings["People Search"] = "Cercant Gent";
-$a->strings["status"] = "estatus";
-$a->strings["%1\$s likes %2\$s's %3\$s"] = "a %1\$s agrada %2\$s de %3\$s";
-$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "a %1\$s no agrada %2\$s de %3\$s";
-$a->strings["Item not found."] = "Article no trobat.";
-$a->strings["Access denied."] = "Accés denegat.";
-$a->strings["Account approved."] = "Compte aprovat.";
-$a->strings["Registration revoked for %s"] = "Procés de Registre revocat per a %s";
-$a->strings["Please login."] = "Si us plau, ingressa.";
-$a->strings["Unable to locate original post."] = "No es pot localitzar post original.";
-$a->strings["Empty post discarded."] = "Buidat després de rebutjar.";
-$a->strings["Wall Photos"] = "Fotos del Mur";
-$a->strings["System error. Post not saved."] = "Error del sistema. Publicació no guardada.";
-$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Aquest missatge va ser enviat a vostè per %s, un membre de la xarxa social Friendica.";
-$a->strings["You may visit them online at %s"] = "El pot visitar en línia a %s";
-$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Si us plau, poseu-vos en contacte amb el remitent responent a aquest missatge si no voleu rebre aquests missatges.";
-$a->strings["%s posted an update."] = "%s ha publicat una actualització.";
-$a->strings["Image uploaded but image cropping failed."] = "Imatge pujada però no es va poder retallar.";
-$a->strings["Image size reduction [%s] failed."] = "La reducció de la imatge [%s] va fracassar.";
-$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Recarregui la pàgina o netegi la caché del navegador si la nova foto no apareix immediatament.";
-$a->strings["Unable to process image"] = "No es pot processar la imatge";
-$a->strings["Image exceeds size limit of %d"] = "La imatge sobrepassa el límit de mida de %d";
-$a->strings["Upload File:"] = "Pujar arxiu:";
-$a->strings["Upload Profile Photo"] = "Pujar Foto del Perfil";
-$a->strings["Upload"] = "Pujar";
-$a->strings["skip this step"] = "saltar aquest pas";
-$a->strings["select a photo from your photo albums"] = "tria una foto dels teus àlbums";
-$a->strings["Crop Image"] = "retallar imatge";
-$a->strings["Please adjust the image cropping for optimum viewing."] = "Per favor, ajusta la retallada d'imatge per a una optima visualització.";
-$a->strings["Done Editing"] = "Edició Feta";
-$a->strings["Image uploaded successfully."] = "Carregada de la imatge amb èxit.";
-$a->strings["No profile"] = "Sense perfil";
-$a->strings["Remove My Account"] = "Eliminar el Meu Compte";
-$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Això eliminarà per complet el seu compte. Quan s'hagi fet això, no serà recuperable.";
-$a->strings["Please enter your password for verification:"] = "Si us plau, introduïu la contrasenya per a la verificació:";
-$a->strings["No recipient selected."] = "No s'ha seleccionat destinatari.";
-$a->strings["Unable to locate contact information."] = "No es pot trobar informació de contacte.";
-$a->strings["Message could not be sent."] = "El Missatge no ha estat enviat.";
-$a->strings["Message collection failure."] = "Ha fallat la recollida del missatge.";
-$a->strings["Message sent."] = "Missatge enviat.";
-$a->strings["Inbox"] = "Safata d'entrada";
-$a->strings["Outbox"] = "Safata de sortida";
-$a->strings["New Message"] = "Nou Missatge";
-$a->strings["Message deleted."] = "Missatge eliminat.";
-$a->strings["Conversation removed."] = "Conversació esborrada.";
-$a->strings["Please enter a link URL:"] = "Sius plau, entri l'enllaç URL:";
-$a->strings["Send Private Message"] = "Enviant Missatge Privat";
-$a->strings["To:"] = "Per a:";
-$a->strings["Subject:"] = "Assumpte::";
-$a->strings["Your message:"] = "El teu missatge:";
-$a->strings["No messages."] = "Sense missatges.";
-$a->strings["Delete conversation"] = "Esborrar conversació";
-$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A";
-$a->strings["Message not available."] = "Missatge no disponible.";
-$a->strings["Delete message"] = "Esborra missatge";
-$a->strings["Send Reply"] = "Enviar Resposta";
-$a->strings["Friends of %s"] = "Amics de %s";
-$a->strings["No friends to display."] = "No hi ha amics que mostrar";
-$a->strings["Site"] = "Lloc";
-$a->strings["Users"] = "Usuaris";
-$a->strings["Plugins"] = "Plugins";
-$a->strings["Themes"] = "Temes";
-$a->strings["Logs"] = "Transcripcions";
-$a->strings["User registrations waiting for confirmation"] = "Registre d'usuari a l'espera de confirmació";
-$a->strings["Administration"] = "Administració";
-$a->strings["Summary"] = "Sumari";
-$a->strings["Registered users"] = "Usuaris registrats";
-$a->strings["Pending registrations"] = "Registres d'usuari pendents";
-$a->strings["Version"] = "Versió";
-$a->strings["Active plugins"] = "Plugins actius";
-$a->strings["Site settings updated."] = "Ajustos del lloc actualitzats.";
-$a->strings["Closed"] = "Tancat";
-$a->strings["Requires approval"] = "Requereix aprovació";
-$a->strings["Open"] = "Obert";
-$a->strings["File upload"] = "Fitxer carregat";
-$a->strings["Policies"] = "Polítiques";
-$a->strings["Advanced"] = "Avançat";
-$a->strings["Site name"] = "Nom del lloc";
-$a->strings["Banner/Logo"] = "Senyera/Logo";
-$a->strings["System language"] = "Idioma del Systema";
-$a->strings["System theme"] = "Tema del sistema";
-$a->strings["Default system theme - may be over-ridden by user profiles"] = "Tema per defecte del sitema - pot ser canviat als perfils dels usuaris";
-$a->strings["Maximum image size"] = "Mida màxima de les imatges";
-$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Mida màxima en bytes de les imatges a pujar. Per defecte es 0, que vol dir sense límits.";
-$a->strings["Register policy"] = "Política per a registrar";
-$a->strings["Register text"] = "Text al registrar";
-$a->strings["Will be displayed prominently on the registration page."] = "Sea mostrat de forma peminent a la pagina durant el procés de registre.";
-$a->strings["Accounts abandoned after x days"] = "Comptes abandonats després de x dies";
-$a->strings["Will not waste system resources polling external sites for abandoned accounts. Enter 0 for no time limit."] = "No gastará recursos del sistema creant enquestes des de llocs externos per a comptes abandonats. Introdueixi 0 per a cap límit temporal.";
-$a->strings["Allowed friend domains"] = "Dominis amics permesos";
-$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Llista de dominis separada per comes, de adreçes de correu que són permeses per establir amistats. S'admeten comodins. Deixa'l buit per a acceptar tots els dominis.";
-$a->strings["Allowed email domains"] = "Dominis de correu permesos";
-$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "Llista de dominis separada per comes, de adreçes de correu que són permeses per registrtar-se. S'admeten comodins. Deixa'l buit per a acceptar tots els dominis.";
-$a->strings["Block public"] = "Bloqueig públic";
-$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Bloqueija l'accés públic a qualsevol pàgina del lloc fins que t'hagis identificat.";
-$a->strings["Force publish"] = "Forçar publicació";
-$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Obliga a que tots el perfils en aquest lloc siguin mostrats en el directori del lloc.";
-$a->strings["Global directory update URL"] = "Actualitzar URL del directori global";
-$a->strings["URL to update the global directory. If this is not set, the global directory is completely unavailable to the application."] = "URL per actualitzar el directori global. Si no es configura, el directori global serà completament inaccesible per a l'aplicació. ";
-$a->strings["Block multiple registrations"] = "Bloquejar multiples registracions";
-$a->strings["Disallow users to register additional accounts for use as pages."] = "Inhabilita als usuaris el crear comptes adicionals per a usar com a pàgines.";
-$a->strings["OpenID support"] = "Suport per a OpenID";
-$a->strings["OpenID support for registration and logins."] = "Suport per a registre i validació a OpenID.";
-$a->strings["Gravatar support"] = "Suport per a gravatar";
-$a->strings["Search new user's photo on Gravatar."] = "Cerca la nova foto d'usuari a Gravatar.";
-$a->strings["Fullname check"] = "Comprobació de nom complet";
-$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Obliga els usuaris a col·locar un espai en blanc entre nom i cognoms, com a mesura antifemater";
-$a->strings["UTF-8 Regular expressions"] = "expresions regulars UTF-8";
-$a->strings["Use PHP UTF8 regular expressions"] = "Empri expresions regulars de PHP amb format UTF8";
-$a->strings["Show Community Page"] = "Mostra la Pàgina de Comunitat";
-$a->strings["Display a Community page showing all recent public postings on this site."] = "Mostra a la pàgina de comunitat tots els missatges públics recents, d'aquest lloc.";
-$a->strings["Enable OStatus support"] = "Activa el suport per a OStatus";
-$a->strings["Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "Proveeix de compatibilitat integrada amb OStatus (identi.ca, status.net, etc). Totes les comunicacions a OStatus són públiques amb el que ocasionalment pots veure advertències.";
-$a->strings["Enable Diaspora support"] = "Habilitar suport per Diaspora";
-$a->strings["Provide built-in Diaspora network compatibility."] = "Proveeix compatibilitat integrada amb la xarxa Diaspora";
-$a->strings["Only allow Friendica contacts"] = "Només permetre contactes de Friendica";
-$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "Tots els contactes ";
-$a->strings["Verify SSL"] = "Verificar SSL";
-$a->strings["If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."] = "Si ho vols, pots comprovar el certificat estrictament. Això farà que no puguis connectar (de cap manera) amb llocs amb certificats SSL autosignats.";
-$a->strings["Proxy user"] = "proxy d'usuari";
-$a->strings["Proxy URL"] = "URL del proxy";
-$a->strings["Network timeout"] = "Temps excedit a la xarxa";
-$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Valor en segons. Canviat a 0 es sense límits (no recomenat)";
-$a->strings["%s user blocked/unblocked"] = array(
- 0 => "%s usuari bloquejar/desbloquejar",
- 1 => "%s usuaris bloquejar/desbloquejar",
+$a->strings["(Unknown)"] = "(Desconegut)";
+$a->strings["Visible to anybody on the internet."] = "Visible per tothom a la Internet";
+$a->strings["Visible to you only."] = "Visible només per tú.";
+$a->strings["Visible to anybody in this network."] = "Visible per tothom en aquesta xarxa.";
+$a->strings["Visible to anybody authenticated."] = "Visible per tothom autenticat.";
+$a->strings["Visible to anybody on %s."] = "Visible per a tothom a %s.";
+$a->strings["Visible to all connections."] = "Visible per a totes les connexions.";
+$a->strings["Visible to approved connections."] = "Visible per a les connexions aprovades.";
+$a->strings["Visible to specific connections."] = "Visible per a específiques connexions.";
+$a->strings["Item not found."] = "Element no trobat.";
+$a->strings["Permission denied."] = "Permís denegat.";
+$a->strings["Collection not found."] = "Col·lecció no trobada.";
+$a->strings["Collection is empty."] = "La col·lecció esta buida.";
+$a->strings["Collection: %s"] = "Col·lecció: %s";
+$a->strings["Connection: %s"] = "Connexió: %s";
+$a->strings["Connection not found."] = "Connexió no trobada.";
+$a->strings["Invalid data packet"] = "paquet de dades invàlid";
+$a->strings["Unable to verify channel signature"] = "No es pot verificar la signatura del canal";
+$a->strings["Unable to verify site signature for %s"] = "No es pot verificar la signatura del lloc per %s";
+$a->strings["Embedded content"] = "Contingut embegut";
+$a->strings["Embedding disabled"] = "Incorporació desactivada";
+$a->strings["Logged out."] = "Sortir.";
+$a->strings["Failed authentication"] = "Autenticació fallida";
+$a->strings["Login failed."] = "Identificació fallida.";
+$a->strings["%d invitation available"] = array(
+ 0 => "%d invitació disponible",
+ 1 => "%d invitacions disponibles",
);
-$a->strings["%s user deleted"] = array(
- 0 => "%s usuari esborrat",
- 1 => "%s usuaris esborrats",
+$a->strings["Advanced"] = "Avançat";
+$a->strings["Find Channels"] = "Troba Canals";
+$a->strings["Enter name or interest"] = "Entra un nom o interes";
+$a->strings["Connect/Follow"] = "Conecta/Segueix";
+$a->strings["Examples: Robert Morgenstein, Fishing"] = "Exemples: Lionel Messi, Futbolista";
+$a->strings["Find"] = "Troba";
+$a->strings["Channel Suggestions"] = "Canals Suggerits";
+$a->strings["Random Profile"] = "Perfil Aleatori";
+$a->strings["Invite Friends"] = "Convida Amics";
+$a->strings["Advanced example: name=fred and country=iceland"] = "Exemple avançat: nom=pep i pais=eire";
+$a->strings["%d connection in common"] = array(
+ 0 => "%d connexió en comú",
+ 1 => "%d connexions en comú",
);
-$a->strings["User '%s' deleted"] = "Usuari %s' esborrat";
-$a->strings["User '%s' unblocked"] = "Usuari %s' desbloquejat";
-$a->strings["User '%s' blocked"] = "L'usuari '%s' és bloquejat";
-$a->strings["select all"] = "Seleccionar tot";
-$a->strings["User registrations waiting for confirm"] = "Registre d'usuari esperant confirmació";
-$a->strings["Request date"] = "Data de sol·licitud";
-$a->strings["Email"] = "Correu";
-$a->strings["No registrations."] = "Sense registres.";
-$a->strings["Deny"] = "Denegar";
-$a->strings["Register date"] = "Data de registre";
-$a->strings["Last login"] = "Últim accés";
-$a->strings["Last item"] = "Últim element";
-$a->strings["Account"] = "Compte";
-$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Els usuaris seleccionats seran esborrats!\\n\\nqualsevol cosa que aquests usuaris hagin publicat en aquest lloc s'esborrarà!\\n\\nEsteu segur?";
-$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "L'usuari {0} s'eliminarà!\\n\\nQualsevol cosa que aquest usuari hagi publicat en aquest lloc s'esborrarà!\\n\\nEsteu segur?";
-$a->strings["Plugin %s disabled."] = "Plugin %s deshabilitat.";
-$a->strings["Plugin %s enabled."] = "Plugin %s habilitat.";
-$a->strings["Disable"] = "Deshabilitar";
-$a->strings["Enable"] = "Habilitar";
-$a->strings["Toggle"] = "Canviar";
-$a->strings["Settings"] = "Ajustos";
-$a->strings["Author: "] = "Autor:";
-$a->strings["Maintainer: "] = "Encarregat:";
-$a->strings["No themes found."] = "No s'ha trobat temes.";
-$a->strings["[Experimental]"] = "[Experimental]";
-$a->strings["[Unsupported]"] = "[No soportat]";
-$a->strings["Log settings updated."] = "Configuració del transcriptor actualitzada.";
-$a->strings["Clear"] = "Netejar";
-$a->strings["Debugging"] = "Esplugar";
-$a->strings["Log file"] = "Arxiu de transcripció";
-$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Ha de tenir permisos d'escriptura pel servidor web. En relació amb el seu directori Friendica de nivell superior.";
-$a->strings["Log level"] = "Nivell de transcripció";
-$a->strings["Close"] = "Tancar";
-$a->strings["FTP Host"] = "Amfitrió FTP";
-$a->strings["FTP Path"] = "Direcció FTP";
-$a->strings["FTP User"] = "Usuari FTP";
-$a->strings["FTP Password"] = "Contrasenya FTP";
-$a->strings["Requested profile is not available."] = "El perfil sol·licitat no està disponible.";
-$a->strings["Access to this profile has been restricted."] = "L'accés a aquest perfil ha estat restringit.";
-$a->strings["Tips for New Members"] = "Consells per a nous membres";
-$a->strings["{0} wants to be your friend"] = "{0} vol ser el teu amic";
-$a->strings["{0} sent you a message"] = "{0} t'ha enviat un missatge de";
-$a->strings["{0} requested registration"] = "{0} solicituts de registre";
-$a->strings["{0} commented %s's post"] = "{0} va comentar l'enviament de %s";
-$a->strings["{0} liked %s's post"] = "A {0} l'ha agradat l'enviament de %s";
-$a->strings["{0} disliked %s's post"] = "A {0} no l'ha agradat l'enviament de %s";
-$a->strings["{0} is now friends with %s"] = "{0} ara és amic de %s";
-$a->strings["{0} posted"] = "{0} publicat";
-$a->strings["{0} tagged %s's post with #%s"] = "{0} va etiquetar la publicació de %s com #%s";
-$a->strings["{0} mentioned you in a post"] = "{0} et menciona en un missatge";
-$a->strings["Login failed."] = "Error d'accés.";
-$a->strings["Connect URL missing."] = "URL del connector perduda.";
-$a->strings["This site is not configured to allow communications with other networks."] = "Aquest lloc no està configurat per permetre les comunicacions amb altres xarxes.";
-$a->strings["No compatible communication protocols or feeds were discovered."] = "Protocol de comunnicació no compatible o alimentador descobert.";
-$a->strings["The profile address specified does not provide adequate information."] = "L'adreça de perfil especificada no proveeix informació adient.";
-$a->strings["An author or name was not found."] = "Un autor o nom no va ser trobat";
-$a->strings["No browser URL could be matched to this address."] = "Cap direcció URL del navegador coincideix amb aquesta adreça.";
-$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "La direcció del perfil especificat pertany a una xarxa que ha estat desactivada en aquest lloc.";
-$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Perfil limitat. Aquesta persona no podrà rebre notificacions personals/directes de tu.";
-$a->strings["Unable to retrieve contact information."] = "No es pot recuperar la informació de contacte.";
-$a->strings["following"] = "seguint";
-$a->strings["Common Friends"] = "Amics Comuns";
-$a->strings["No friends in common."] = "No hi ha amics en comú.";
-$a->strings["Item has been removed."] = "El element ha estat esborrat.";
-$a->strings["Applications"] = "Aplicacions";
-$a->strings["No installed applications."] = "Aplicacions no instal·lades.";
-$a->strings["Search This Site"] = "Cerca en Aquest Lloc";
-$a->strings["Profile not found."] = "Perfil no trobat.";
-$a->strings["Profile Name is required."] = "Nom de perfil requerit.";
-$a->strings["Profile updated."] = "Perfil actualitzat.";
-$a->strings["Profile deleted."] = "Perfil esborrat.";
-$a->strings["Profile-"] = "Perfil-";
-$a->strings["New profile created."] = "Nou perfil creat.";
-$a->strings["Profile unavailable to clone."] = "No es pot clonar el perfil.";
-$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Amaga la llista de contactes/amics en la vista d'aquest perfil?";
-$a->strings["Edit Profile Details"] = "Editor de Detalls del Perfil";
-$a->strings["View this profile"] = "Veure aquest perfil";
-$a->strings["Create a new profile using these settings"] = "Crear un nou perfil amb aquests ajustos";
-$a->strings["Clone this profile"] = "Clonar aquest perfil";
-$a->strings["Delete this profile"] = "Esborrar aquest perfil";
-$a->strings["Profile Name:"] = "Nom de Perfil:";
-$a->strings["Your Full Name:"] = "El Teu Nom Complet.";
-$a->strings["Title/Description:"] = "Títol/Descripció:";
-$a->strings["Your Gender:"] = "Gènere:";
-$a->strings["Birthday (%s):"] = "Aniversari (%s)";
-$a->strings["Street Address:"] = "Direcció:";
-$a->strings["Locality/City:"] = "Localitat/Ciutat:";
-$a->strings["Postal/Zip Code:"] = "Codi Postal:";
-$a->strings["Country:"] = "País";
-$a->strings["Region/State:"] = "Región/Estat:";
-$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Estat Civil:";
-$a->strings["Who: (if applicable)"] = "Qui? (si és aplicable)";
-$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Exemples: cathy123, Cathy Williams, cathy@example.com";
-$a->strings["Sexual Preference:"] = "Preferència Sexual:";
-$a->strings["Homepage URL:"] = "Pàgina web URL:";
-$a->strings["Political Views:"] = "Idees Polítiques:";
-$a->strings["Religious Views:"] = "Creencies Religioses:";
-$a->strings["Public Keywords:"] = "Paraules Clau Públiques";
-$a->strings["Private Keywords:"] = "Paraules Clau Privades:";
-$a->strings["Example: fishing photography software"] = "Exemple: pesca fotografia programari";
-$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Emprat per suggerir potencials amics, Altres poden veure-ho)";
-$a->strings["(Used for searching profiles, never shown to others)"] = "(Emprat durant la cerca de perfils, mai mostrat a ningú)";
-$a->strings["Tell us about yourself..."] = "Parla'ns de tú.....";
-$a->strings["Hobbies/Interests"] = "Aficions/Interessos";
-$a->strings["Contact information and Social Networks"] = "Informació de contacte i Xarxes Socials";
-$a->strings["Musical interests"] = "Gustos musicals";
-$a->strings["Books, literature"] = "Llibres, Literatura";
-$a->strings["Television"] = "Televisió";
-$a->strings["Film/dance/culture/entertainment"] = "Cinema/ball/cultura/entreteniments";
-$a->strings["Love/romance"] = "Amor/sentiments";
-$a->strings["Work/employment"] = "Treball/ocupació";
-$a->strings["School/education"] = "Ensenyament/estudis";
-$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Aquest és el teu perfil <strong>públic</strong>.<br />El qual <strong>pot</strong> ser visible per qualsevol qui faci servir Internet.";
-$a->strings["Age: "] = "Edat:";
-$a->strings["Edit/Manage Profiles"] = "Editar/Gestionar Perfils";
+$a->strings["show more"] = "mostrar més";
+$a->strings["Visible to your default audience"] = "Visible per a la teva audiència ";
+$a->strings["Show"] = "Mostra";
+$a->strings["Don't show"] = "No mostrar";
+$a->strings["Permissions"] = "Permisos ";
+$a->strings["Item was not found."] = "Article no trobat.";
+$a->strings["No source file."] = "No hi ha arxiu d'origen.";
+$a->strings["Cannot locate file to replace"] = "No trobo l'arxiu a reemplaçar";
+$a->strings["Cannot locate file to revise/update"] = "No trobo l'arxiu a revisar/actualitzar";
+$a->strings["File exceeds size limit of %d"] = "L'arxiu excedeix la mida limit de %d";
+$a->strings["You have reached your limit of %1$.0f Mbytes attachment storage."] = "Has arribat al teu límit de %1$.0f Mbytes de emagatzematge d'adjunts.";
+$a->strings["File upload failed. Possible system limit or action terminated."] = "Pujada del arxiu fallida. Possible límit del sistema o acció interrompuda.";
+$a->strings["Stored file could not be verified. Upload failed."] = "L'arxiu guardat no es pot verificar. Pujada fallida.";
+$a->strings["Path not available."] = "Trajectòria no disponible";
+$a->strings["Empty pathname"] = "Trajèctoria vuida.";
+$a->strings["duplicate filename or path"] = "Nom o trajectòria duplicat";
+$a->strings["Path not found."] = "Trajectòria no trobada.";
+$a->strings["mkdir failed."] = "mkdir va fracassar.";
+$a->strings["database storage failed."] = "Arxiu de base de dades va fallar.";
+$a->strings["Unable to obtain identity information from database"] = "Incapaç de trobar l'informació d'identitat a la base de dades";
+$a->strings["Empty name"] = "Nom buit";
+$a->strings["Name too long"] = "Nom massa llarg";
+$a->strings["No account identifier"] = "Sense identificador de compte";
+$a->strings["Nickname is required."] = "Alies/malnom es requerit.";
+$a->strings["Reserved nickname. Please choose another."] = "Àlies reservat. Tria un altre.";
+$a->strings["Nickname has unsupported characters or is already being used on this site."] = "L'álies te caracters no soportats o ja esta en ús en aquest lloc";
+$a->strings["Unable to retrieve created identity"] = "No es pot recuperar la identitat creada";
+$a->strings["Default Profile"] = "Perfil per Defecte";
+$a->strings["Requested channel is not available."] = "El canal demanat no està disponible.";
+$a->strings["Requested profile is not available."] = "El perfil demanat no està disponible.";
$a->strings["Change profile photo"] = "Canviar la foto del perfil";
-$a->strings["Create New Profile"] = "Crear un Nou Perfil";
+$a->strings["Profiles"] = "Perfils";
+$a->strings["Manage/edit profiles"] = "Gestiona/edita perfils";
+$a->strings["Create New Profile"] = "Crear un Perfil Nou";
$a->strings["Profile Image"] = "Imatge del Perfil";
-$a->strings["visible to everybody"] = "Visible per tothom";
+$a->strings["visible to everybody"] = "visible per tothom";
$a->strings["Edit visibility"] = "Editar visibilitat";
-$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s etiquetats %2\$s %3\$s amb %4\$s";
-$a->strings["No potential page delegates located."] = "No es troben pàgines potencialment delegades.";
-$a->strings["Delegate Page Management"] = "Gestió de les Pàgines Delegades";
-$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Els delegats poden gestionar tots els aspectes d'aquest compte/pàgina, excepte per als ajustaments bàsics del compte. Si us plau, no deleguin el seu compte personal a ningú que no confiïn completament.";
-$a->strings["Existing Page Managers"] = "Actuals Administradors de Pàgina";
-$a->strings["Existing Page Delegates"] = "Actuals Delegats de Pàgina";
-$a->strings["Potential Delegates"] = "Delegats Potencials";
-$a->strings["Add"] = "Afegir";
-$a->strings["No entries."] = "Sense entrades";
-$a->strings["Friend Suggestions"] = "Amics Suggerits";
-$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Cap suggeriment disponible. Si això és un nou lloc, si us plau torna a intentar en 24 hores.";
-$a->strings["Ignore/Hide"] = "Ignorar/Amagar";
-$a->strings["Global Directory"] = "Directori Global";
-$a->strings["Normal site view"] = "Vista normal del lloc";
-$a->strings["Admin - View all site entries"] = "Admin- Veure totes les entrades del lloc";
-$a->strings["Find on this site"] = "Trobat en aquest lloc";
-$a->strings["Site Directory"] = "Directori Local";
-$a->strings["Gender: "] = "Gènere:";
-$a->strings["No entries (some entries may be hidden)."] = "No hi ha entrades (algunes de les entrades poden estar amagades).";
-$a->strings["%s : Not a valid email address."] = "%s : No es una adreça de correu vàlida";
-$a->strings["Please join my network on %s"] = "Si us plau, uneix-te a la meva xarxa en %s";
-$a->strings["%s : Message delivery failed."] = "%s : Ha fallat l'entrega del missatge.";
-$a->strings["%d message sent."] = array(
- 0 => "%d missatge enviat",
- 1 => "%d missatges enviats.",
-);
-$a->strings["You have no more invitations available"] = "No te més invitacions disponibles";
-$a->strings["Send invitations"] = "Enviant Invitacions";
-$a->strings["Enter email addresses, one per line:"] = "Entri adreçes de correu, una per línia:";
-$a->strings["Please join my social network on %s"] = "Per favor, uneix-te a la meva xarxa social en %s";
-$a->strings["To accept this invitation, please visit:"] = "Per acceptar aquesta invitació, si us plau, visiti:";
-$a->strings["You will need to supply this invitation code: \$invite_code"] = "Vostè haurà de proporcionar aquest codi d'invitació: \$invite_code";
-$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Un cop registrat, si us plau contactar amb mi a través de la meva pàgina de perfil a:";
-$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Això pot ocorre ocasionalment si el contacte fa una petició per ambdues persones i ja han estat aprovades.";
-$a->strings["Response from remote site was not understood."] = "La resposta des del lloc remot no s'entenia.";
-$a->strings["Unexpected response from remote site: "] = "Resposta inesperada de lloc remot:";
-$a->strings["Confirmation completed successfully."] = "La confirmació s'ha completat correctament.";
-$a->strings["Remote site reported: "] = "El lloc remot informa:";
-$a->strings["Temporary failure. Please wait and try again."] = "Fallada temporal. Si us plau, espereu i torneu a intentar.";
-$a->strings["Introduction failed or was revoked."] = "La presentació va fallar o va ser revocada.";
-$a->strings["Unable to set contact photo."] = "No es pot canviar la foto de contacte.";
-$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s és ara amic amb %2\$s";
-$a->strings["No user record found for '%s' "] = "No es troben registres d'usuari per a '%s'";
-$a->strings["Our site encryption key is apparently messed up."] = "La nostra clau de xifrat del lloc pel que sembla en mal estat.";
-$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Es va proporcionar una URL del lloc buida o la URL no va poder ser desxifrada per nosaltres.";
-$a->strings["Contact record was not found for you on our site."] = "No s'han trobat registres del contacte al nostre lloc.";
-$a->strings["Site public key not available in contact record for URL %s."] = "la clau pública del lloc no disponible en les dades del contacte per URL %s.";
-$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "La ID proporcionada pel seu sistema és un duplicat en el nostre sistema. Hauria de treballar si intenta de nou.";
-$a->strings["Unable to set your contact credentials on our system."] = "No es pot canviar les seves credencials de contacte en el nostre sistema.";
-$a->strings["Unable to update your contact profile details on our system"] = "No es pot actualitzar els detalls del seu perfil de contacte en el nostre sistema";
-$a->strings["Connection accepted at %s"] = "Connexió acceptada en %s";
-$a->strings["Facebook disabled"] = "Facebook deshabilitat";
-$a->strings["Updating contacts"] = "Actualitzant contactes";
-$a->strings["Facebook API key is missing."] = "La clau del API de Facebook s'ha perdut.";
-$a->strings["Facebook Connect"] = "Facebook Connectat";
-$a->strings["Install Facebook connector for this account."] = "Instal·lar el connector de Facebook per aquest compte.";
-$a->strings["Remove Facebook connector"] = "Eliminar el connector de Faceboook";
-$a->strings["Re-authenticate [This is necessary whenever your Facebook password is changed.]"] = "Re-autentificar [Això és necessari cada vegada que la contrasenya de Facebook canvia.]";
-$a->strings["Post to Facebook by default"] = "Enviar a Facebook per defecte";
-$a->strings["Link all your Facebook friends and conversations on this website"] = "Enllaça tots els teus amics i les converses de Facebook en aquest lloc web";
-$a->strings["Facebook conversations consist of your <em>profile wall</em> and your friend <em>stream</em>."] = "Les converses de Facebook consisteixen en el <em>perfil del mur</em> i en el<em> stream </em> del seu amic.";
-$a->strings["On this website, your Facebook friend stream is only visible to you."] = "En aquesta pàgina web, el stream del seu amic a Facebook només és visible per a vostè.";
-$a->strings["The following settings determine the privacy of your Facebook profile wall on this website."] = "Les següents opcions determinen la privacitat del mur del seu perfil de Facebook en aquest lloc web.";
-$a->strings["On this website your Facebook profile wall conversations will only be visible to you"] = "En aquesta pàgina web les seves converses al mur del perfil de Facebook només seran visible per a vostè";
-$a->strings["Do not import your Facebook profile wall conversations"] = "No importi les seves converses del mur del perfil de Facebook";
-$a->strings["If you choose to link conversations and leave both of these boxes unchecked, your Facebook profile wall will be merged with your profile wall on this website and your privacy settings on this website will be used to determine who may see the conversations."] = "Si opta per vincular les converses i deixar ambdues caselles sense marcar, el mur del seu perfil de Facebook es fusionarà amb el mur del seu perfil en aquest lloc web i la seva configuració de privacitat en aquest website serà utilitzada per determinar qui pot veure les converses.";
-$a->strings["Comma separated applications to ignore"] = "Separats per comes les aplicacions a ignorar";
-$a->strings["Facebook"] = "Facebook";
-$a->strings["Facebook Connector Settings"] = "Ajustos del Connector de Facebook";
-$a->strings["Post to Facebook"] = "Enviament a Facebook";
-$a->strings["Post to Facebook cancelled because of multi-network access permission conflict."] = "Enviament a Facebook cancel·lat perque hi ha un conflicte de permisos d'accés multi-xarxa.";
-$a->strings["Image: "] = "Imatge:";
-$a->strings["View on Friendica"] = "Vist en Friendica";
-$a->strings["Facebook post failed. Queued for retry."] = "Enviament a Facebook fracassat. En cua per a reintent.";
-$a->strings["link"] = "enllaç";
-$a->strings["%d person likes this"] = array(
- 0 => "%d persona li agrada això",
- 1 => "%d persones els agrada això",
-);
-$a->strings["%d person doesn't like this"] = array(
- 0 => "%d persona no li agrada això",
- 1 => "%d persones no els agrada això",
-);
-$a->strings["Generate new key"] = "Generar nova clau";
-$a->strings["Widgets key"] = "Ginys clau";
-$a->strings["Widgets available"] = "Ginys disponibles";
-$a->strings["Connect on Friendica!"] = "Connectar en Friendica";
-$a->strings["YourLS Settings"] = "La Teva Configuració de LS";
-$a->strings["URL: http://"] = "URL: http://";
-$a->strings["Username:"] = "Nom d'usuari:";
-$a->strings["Password:"] = "Contrasenya:";
-$a->strings["Use SSL "] = "Emprar SSL";
-$a->strings["yourls Settings saved."] = "Guardar la seva configuració.";
-$a->strings["Post to LiveJournal"] = "Missatge a Livejournal";
-$a->strings["LiveJournal Post Settings"] = "Configuració d'enviaments a Livejournal";
-$a->strings["Enable LiveJournal Post Plugin"] = "Habilitat el plugin d'enviaments a Livejournal";
-$a->strings["LiveJournal username"] = "Nom d'usuari a Livejournal";
-$a->strings["LiveJournal password"] = "Contrasenya a Livejournal";
-$a->strings["Post to LiveJournal by default"] = "Enviar per defecte a Livejournal";
-$a->strings["\"Not Safe For Work\" Settings"] = "Configuració de \"Not Safe For Work\"";
-$a->strings["Enable NSFW filter"] = "Habilitar el filtre NSFW";
-$a->strings["Comma separated words to treat as NSFW"] = "Tractar com NSFW les paraules separades per comes ";
-$a->strings["Use /expression/ to provide regular expressions"] = "Emprar /expressió/ per a proporcionar expressions regulars";
-$a->strings["NSFW Settings saved."] = "Configuració NSFW guardada.";
-$a->strings["%s - Click to open/close"] = "%s - Clicar per obrir/tancar";
-$a->strings["Login"] = "Identifica't";
-$a->strings["OpenID"] = "OpenID";
-$a->strings["Last users"] = "Últims usuaris";
-$a->strings["Most active users"] = "Usuaris més actius";
-$a->strings["Last photos"] = "Últimes fotos";
-$a->strings["Last likes"] = "Últims \"m'agrada\"";
-$a->strings["event"] = "esdeveniment";
-$a->strings["Latest users"] = "Últims usuaris";
-$a->strings["Allow to use your friendica id (%s) to connecto to external unhosted-enabled storage (like ownCloud). See <a href=\"http://www.w3.org/community/unhosted/wiki/RemoteStorage#WebFinger\">RemoteStorage WebFinger</a>"] = "Permetre l'ús del seu ID de friendica (%s) per Connectar a l'emmagatzematge extern (com ownCloud). Veure <a href=\"http://www.w3.org/community/unhosted/wiki/RemoteStorage#WebFinger\"> WebFinger RemoteStorage </a>";
-$a->strings["Template URL (with {category})"] = "Plantilles de URL (amb {categoria})";
-$a->strings["OAuth end-point"] = "OAuth end-point";
-$a->strings["Api"] = "Api";
-$a->strings["Member since:"] = "Membre des de:";
-$a->strings["Three Dimensional Tic-Tac-Toe"] = "Tres en línia Tridimensional";
-$a->strings["3D Tic-Tac-Toe"] = "Tres en línia 3D";
-$a->strings["New game"] = "Nou joc";
-$a->strings["New game with handicap"] = "Nou joc modificat";
-$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "El joc del tres en línia tridimensional és com el joc tradicional, excepte que es juga en diversos nivells simultàniament.";
-$a->strings["In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels."] = "En aquest cas hi ha tres nivells. Vostè guanya per aconseguir tres en una fila en qualsevol nivell, així com dalt, baix i en diagonal a través dels diferents nivells.";
-$a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "El joc modificat desactiva la posició central en el nivell mitjà perquè el jugador en aquesta posició té sovint un avantatge injust.";
-$a->strings["You go first..."] = "Vostè va primer ...";
-$a->strings["I'm going first this time..."] = "Vaig primer aquesta vegada ...";
-$a->strings["You won!"] = "Has guanyat!";
-$a->strings["\"Cat\" game!"] = "Empat!";
-$a->strings["I won!"] = "Vaig guanyar!";
-$a->strings["Randplace Settings"] = "Configuració de Randplace";
-$a->strings["Enable Randplace Plugin"] = "Habilitar el Plugin de Randplace";
-$a->strings["Post to Dreamwidth"] = "Missatge a Dreamwidth";
-$a->strings["Dreamwidth Post Settings"] = "Configuració d'enviaments a Dreamwidth";
-$a->strings["Enable dreamwidth Post Plugin"] = "Habilitat el plugin d'enviaments a Dreamwidth";
-$a->strings["dreamwidth username"] = "Nom d'usuari a Dreamwidth";
-$a->strings["dreamwidth password"] = "Contrasenya a Dreamwidth";
-$a->strings["Post to dreamwidth by default"] = "Enviar per defecte a Dreamwidth";
-$a->strings["Post to Drupal"] = "Missatge a Drupal";
-$a->strings["Drupal Post Settings"] = "Configuració d'enviaments a Drupal";
-$a->strings["Enable Drupal Post Plugin"] = "Habilitar el Plugin d'Enviaments de Drupal";
-$a->strings["Drupal username"] = "Nom d'usuari de Drupal";
-$a->strings["Drupal password"] = "Contrasenya de Drupal";
-$a->strings["Post Type - article,page,or blog"] = "Tipus d'Enviament- article,pàgina, o blog";
-$a->strings["Drupal site URL"] = "URL del lloc Drupal";
-$a->strings["Drupal site uses clean URLS"] = "el Lloc Drupal empra URLS netes";
-$a->strings["Post to Drupal by default"] = "Enviar a Drupal per defecte";
-$a->strings["Post from Friendica"] = "Enviament des de Friendica";
-$a->strings["Geonames settings updated."] = "Actualitzada la configuració de Geonames.";
-$a->strings["Geonames Settings"] = "Configuració de Geonames";
-$a->strings["Enable Geonames Plugin"] = "Habilitar Plugin de Geonames";
-$a->strings["Upload a file"] = "Carrega un arxiu";
-$a->strings["Drop files here to upload"] = "Deixa aquí el arxiu a carregar";
-$a->strings["Failed"] = "Fracassar";
-$a->strings["No files were uploaded."] = "No hi ha arxius carregats.";
-$a->strings["Uploaded file is empty"] = "L'arxiu carregat està buit";
-$a->strings["File has an invalid extension, it should be one of "] = "Arxiu té una extensió no vàlida, ha de ser una de";
-$a->strings["Upload was cancelled, or server error encountered"] = "La pujada va ser cancel.lada, o es va trobar un error de servidor";
-$a->strings["OEmbed settings updated"] = "Actualitzar la configuració OEmbed";
-$a->strings["Use OEmbed for YouTube videos"] = "Empreu OEmbed per videos YouTube";
-$a->strings["URL to embed:"] = "Adreça URL del recurs";
-$a->strings["Impressum"] = "Impressum";
-$a->strings["Site Owner"] = "Propietari del lloc";
-$a->strings["Email Address"] = "Adreça de correu";
-$a->strings["Postal Address"] = "Adreça postal";
-$a->strings["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "El complement impressum s'ha de configurar!<br />Si us plau afegiu almenys la variable <tt>propietari </tt> al fitxer de configuració. Per a les altres variables, consulteu el fitxer README del complement.";
-$a->strings["Site Owners Profile"] = "Perfil del Propietari del Lloc";
-$a->strings["Notes"] = "Notes";
-$a->strings["Report Bug"] = "Informar de problema";
-$a->strings["\"Blockem\" Settings"] = "Configuració de \"Bloqueig\"";
-$a->strings["Comma separated profile URLS to block"] = "URLS dels perfils a bloquejar, separats per comes";
-$a->strings["BLOCKEM Settings saved."] = "Guardada la configuració de BLOQUEIG.";
-$a->strings["Blocked %s - Click to open/close"] = "Bloquejar %s - Clica per obrir/tancar";
-$a->strings["Unblock Author"] = "Desbloquejar Autor";
-$a->strings["Block Author"] = "Bloquejar Autor";
-$a->strings["blockem settings updated"] = "Actualitzar la Configuració de bloqueig";
-$a->strings[":-)"] = ":-)";
-$a->strings[":-("] = ":-(";
-$a->strings["lol"] = "lol";
-$a->strings["Quick Comment Settings"] = "Configuració Ràpida dels Comentaris";
-$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "Comentaris ràpids es troben prop de les caixes de comentaris, de vegades ocults. Feu clic a ells per donar respostes simples.";
-$a->strings["Enter quick comments, one per line"] = "Introduïu els comentaris ràpids, un per línia";
-$a->strings["Quick Comment settings saved."] = "Guardada la configuració de comentaris ràpids.";
-$a->strings["Tile Server URL"] = "URL del servidor, del mosaico de servidores";
-$a->strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = "Una llista de <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\"> un mosaic de servidors públics</a>";
-$a->strings["Default zoom"] = "Zoom per defecte";
-$a->strings["The default zoom level. (1:world, 18:highest)"] = "Nivell de zoom per defecte. (1: el món, 18: el més alt)";
-$a->strings["Editplain settings updated."] = "Actualitzar la configuració de Editplain.";
-$a->strings["Editplain Settings"] = "Configuració de Editplain";
-$a->strings["Disable richtext status editor"] = "Deshabilitar l'editor d'estatus de texte enriquit";
-$a->strings["\"pageheader\" Settings"] = "Configuració de la capçalera de pàgina.";
-$a->strings["pageheader Settings saved."] = "guardada la configuració de la capçalera de pàgina.";
-$a->strings["View Source"] = "Veure les Fonts";
-$a->strings["Post to StatusNet"] = "Publica-ho a StatusNet";
-$a->strings["Please contact your site administrator.<br />The provided API URL is not valid."] = "Si us plau, poseu-vos en contacte amb l'administrador del lloc. <br /> L'adreça URL de l'API proporcionada no és vàlida.";
-$a->strings["We could not contact the StatusNet API with the Path you entered."] = "No hem pogut posar-nos en contacte amb l'API StatusNet amb la ruta que has introduït.";
-$a->strings["StatusNet settings updated."] = "La configuració StatusNet actualitzada.";
-$a->strings["StatusNet Posting Settings"] = "Configuració d'Enviaments per a StatusNet";
-$a->strings["Globally Available StatusNet OAuthKeys"] = "OAuthKeys de StatusNet Globalment Disponible";
-$a->strings["There are preconfigured OAuth key pairs for some StatusNet servers available. If you are useing one of them, please use these credentials. If not feel free to connect to any other StatusNet instance (see below)."] = "Hi ha preconfigurats parells clau OAuth per a alguns servidors StatusNet disponibles. Si està emprant un d'ells, utilitzi aquestes credencials. Si no és així no dubteu a connectar-se a qualsevol altra instància StatusNet (veure a baix).";
-$a->strings["Provide your own OAuth Credentials"] = "Proporcioneu les vostres credencials de OAuth";
-$a->strings["No consumer key pair for StatusNet found. Register your Friendica Account as an desktop client on your StatusNet account, copy the consumer key pair here and enter the API base root.<br />Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited StatusNet installation."] = "no s'ha trobat cap parell \"consumer key\" per StatusNet. Registra el teu compte Friendica com un client d'escriptori en el seu compte StatusNet, copieu el parell de \"consumer key\" aquí i entri a l'arrel de la base de l'API. <br /> Abans de registrar el seu parell de claus OAuth demani a l'administrador si ja hi ha un parell de claus per a aquesta instal·lació de Friendica en la instal·lació del teu favorit StatusNet.";
-$a->strings["OAuth Consumer Key"] = "OAuth Consumer Key";
-$a->strings["OAuth Consumer Secret"] = "OAuth Consumer Secret";
-$a->strings["Base API Path (remember the trailing /)"] = "Base API Path (recorda deixar / al final)";
-$a->strings["To connect to your StatusNet account click the button below to get a security code from StatusNet which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to StatusNet."] = "Per connectar al seu compte StatusNet, feu clic al botó de sota per obtenir un codi de seguretat StatusNet, que has de copiar a la casella de sota, i enviar el formulari. Només els missatges <strong> públics </strong> es publicaran en StatusNet.";
-$a->strings["Log in with StatusNet"] = "Accedeixi com en StatusNet";
-$a->strings["Copy the security code from StatusNet here"] = "Copieu el codi de seguretat StatusNet aquí";
-$a->strings["Cancel Connection Process"] = "Cancel·lar el procés de connexió";
-$a->strings["Current StatusNet API is"] = "L'Actual StatusNet API és";
-$a->strings["Cancel StatusNet Connection"] = "Cancel·lar la connexió amb StatusNet";
-$a->strings["Currently connected to: "] = "Actualment connectat a: ";
-$a->strings["If enabled all your <strong>public</strong> postings can be posted to the associated StatusNet account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Si està activat, tots els seus anuncis <strong>públics</strong> poden ser publicats en el compte StatusNet associat. Vostè pot optar per fer-ho per defecte (en aquest cas) o per cada missatge per separat en les opcions de comptabilització en escriure l'entrada.";
-$a->strings["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to StatusNet will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "<strong>Nota</strong>: A causa de les seves opcions de privacitat (<em>Amaga els detalls del teu perfil dels espectadors desconeguts? </em>) el vincle potencialment inclòs en anuncis públics transmesos a StatusNet conduirà el visitant a una pàgina en blanc en la que informarà al visitants que l'accés al seu perfil s'ha restringit.";
-$a->strings["Allow posting to StatusNet"] = "Permetre enviaments a StatusNet";
-$a->strings["Send public postings to StatusNet by default"] = "Enviar missatges públics a StatusNet per defecte";
-$a->strings["Clear OAuth configuration"] = "Esborrar configuració de OAuth";
-$a->strings["API URL"] = "API URL";
-$a->strings["Post to Tumblr"] = "Publica-ho al Tumblr";
-$a->strings["Tumblr Post Settings"] = "Configuració d'Enviaments de Tumblr";
-$a->strings["Enable Tumblr Post Plugin"] = "Habilita el plugin de enviaments de Tumblr";
-$a->strings["Tumblr login"] = "Inici de sessió de Tumblr";
-$a->strings["Tumblr password"] = "Caontrasenya de Tumblr";
-$a->strings["Post to Tumblr by default"] = "Enviar a Tumblr per defecte";
-$a->strings["Numfriends settings updated."] = "Actualitzar la configuració de Numfriends.";
-$a->strings["Numfriends Settings"] = "Configuració de Numfriends";
-$a->strings["How many contacts to display on profile sidebar"] = "Quants contactes per mostrar a la barra lateral el perfil";
-$a->strings["Gnot settings updated."] = "Configuració de Gnot actualitzada";
-$a->strings["Gnot Settings"] = "Configuració de Gnot";
-$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permet crear fils de les notificacions de comentaris de correu electrònic a Gmail i anonimat de la línia d'assumpte.";
-$a->strings["Enable this plugin/addon?"] = "Activar aquest plugin/aplicació?";
-$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica: Notifica] Conversació comentada #%d";
-$a->strings["Post to Wordpress"] = "Publica-ho al Wordpress";
-$a->strings["WordPress Post Settings"] = "Configuració d'enviaments a WordPress";
-$a->strings["Enable WordPress Post Plugin"] = "Habilitar Configuració d'Enviaments a WordPress";
-$a->strings["WordPress username"] = "Nom d'usuari de WordPress";
-$a->strings["WordPress password"] = "Contrasenya de WordPress";
-$a->strings["WordPress API URL"] = "WordPress API URL";
-$a->strings["Post to WordPress by default"] = "Enviar a WordPress per defecte";
-$a->strings["\"Show more\" Settings"] = "Configuració de \"Mostrar més\"";
-$a->strings["Enable Show More"] = "Habilita Mostrar Més";
-$a->strings["Cutting posts after how much characters"] = "Tallar els missatges després de quants caràcters";
-$a->strings["Show More Settings saved."] = "Guardada la configuració de \"Mostra Més\".";
-$a->strings["Show More"] = "Mostra Més";
-$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "Aquest lloc web realitza un seguiment mitjançant la eina d'anàlisi <a href='http://www.piwik.org'>Piwik</a>.";
-$a->strings["If you do not want that your visits are logged this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "Si no vol que les seves visites es transcribin d'aquesta manera vostè <a href='%s'> pot establir una cookie per evitar a Piwik a partir de noves visites del lloc web </a> (opt-out).";
-$a->strings["Piwik Base URL"] = "URL Piwik Base";
-$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "Trajectoria absoluta per a la instal·lació de Piwik (sense el protocol (http/s), amb la barra final )";
-$a->strings["Site ID"] = "Lloc ID";
-$a->strings["Show opt-out cookie link?"] = "Mostra l'enllaç cookie opt-out?";
-$a->strings["Asynchronous tracking"] = "Seguiment asíncrono";
-$a->strings["Post to Twitter"] = "Publica-ho al Twitter";
-$a->strings["Twitter settings updated."] = "La configuració de Twitter actualitzada.";
-$a->strings["Twitter Posting Settings"] = "Configuració d'Enviaments per a Twitter";
-$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "No s'ha pogut emparellar cap clau \"consumer key\" per a Twitter. Si us plau, poseu-vos en contacte amb l'administrador del lloc.";
-$a->strings["At this Friendica instance the Twitter plugin was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to Twitter."] = "En aquesta instància Friendica el plugin Twitter va ser habilitat, però encara no ha connectat el compte al seu compte de Twitter. Per a això feu clic al botó de sota per obtenir un PIN de Twitter que ha de copiar a la casella de sota i enviar el formulari. Només els missatges <strong> públics </strong> es publicaran a Twitter.";
-$a->strings["Log in with Twitter"] = "Accedeixi com en Twitter";
-$a->strings["Copy the PIN from Twitter here"] = "Copieu el codi PIN de Twitter aquí";
-$a->strings["If enabled all your <strong>public</strong> postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Si està activat, tots els seus anuncis <strong> públics </strong> poden ser publicats en el corresponent compte de Twitter. Vostè pot optar per fer-ho per defecte (en aquest cas) o per cada missatge per separat en les opcions de comptabilització en escriure l'entrada.";
-$a->strings["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "<strong>Nota</strong>: donada la seva configuració de privacitat (<em> Amaga els detalls del teu perfil dels espectadors desconeguts? </em>) el vincle potencialment inclòs en anuncis públics retransmesos a Twitter conduirà al visitant a una pàgina en blanc informar als visitants que l'accés al seu perfil s'ha restringit.";
-$a->strings["Allow posting to Twitter"] = "Permetre anunci a Twitter";
-$a->strings["Send public postings to Twitter by default"] = "Enviar anuncis públics a Twitter per defecte";
-$a->strings["Consumer key"] = "Consumer key";
-$a->strings["Consumer secret"] = "Consumer secret";
-$a->strings["irc Chatroom"] = "irc Chatroom";
-$a->strings["Post to Posterous"] = "enviament a Posterous";
-$a->strings["Posterous Post Settings"] = "Configuració d'Enviaments a Posterous";
-$a->strings["Enable Posterous Post Plugin"] = "Habilitar plugin d'Enviament de Posterous";
-$a->strings["Posterous login"] = "Inici de sessió a Posterous";
-$a->strings["Posterous password"] = "Contrasenya a Posterous";
-$a->strings["Post to Posterous by default"] = "Enviar a Posterous per defecte";
-$a->strings["Theme settings"] = "Configuració de Temes";
-$a->strings["Alignment"] = "Adaptació";
-$a->strings["Left"] = "Esquerra";
-$a->strings["Center"] = "Centre";
$a->strings["Gender:"] = "Gènere:";
+$a->strings["Status:"] = "Estatus:";
+$a->strings["Homepage:"] = "Pàgina Personal:";
+$a->strings["Online Now"] = "Ara en Linia";
+$a->strings["g A l F d"] = "g A l F d";
+$a->strings["F d"] = "F d";
+$a->strings["[today]"] = "[avui]";
+$a->strings["Birthday Reminders"] = "Recordatori d'Aniversaris";
+$a->strings["Birthdays this week:"] = "Aniversari aquesta setmana:";
+$a->strings["[No description]"] = "[Sense descripció]";
+$a->strings["Event Reminders"] = "Recordatori d'Events";
+$a->strings["Events this week:"] = "Event aquesta setmana:";
+$a->strings["Profile"] = "Perfil";
+$a->strings["Full Name:"] = "Nom Complet:";
+$a->strings["Like this channel"] = "M'agrada aquest canal";
$a->strings["j F, Y"] = "j F, Y";
$a->strings["j F"] = "j F";
$a->strings["Birthday:"] = "Aniversari:";
$a->strings["Age:"] = "Edat:";
-$a->strings["Status:"] = "Estatus:";
-$a->strings["Homepage:"] = "Pàgina web:";
+$a->strings["for %1\$d %2\$s"] = "per %1\$d %2\$s";
+$a->strings["Sexual Preference:"] = "Preferència Sexual:";
+$a->strings["Hometown:"] = "Ciutat Natal:";
$a->strings["Tags:"] = "Etiquetes:";
+$a->strings["Political Views:"] = "Idees Polítiques:";
$a->strings["Religion:"] = "Religió:";
-$a->strings["About:"] = "Acerca de:";
-$a->strings["Hobbies/Interests:"] = "Aficiones/Intereses:";
+$a->strings["About:"] = "Sobre:";
+$a->strings["Hobbies/Interests:"] = "Aficions/Interessos:";
+$a->strings["Likes:"] = "Agrada:";
+$a->strings["Dislikes:"] = "Desagrada:";
$a->strings["Contact information and Social Networks:"] = "Informació de contacte i Xarxes Socials:";
-$a->strings["Musical interests:"] = "Gustos musicals:";
+$a->strings["My other channels:"] = "Els meus altres canals:";
+$a->strings["Musical interests:"] = "Interessos Musicals:";
$a->strings["Books, literature:"] = "Llibres, literatura:";
$a->strings["Television:"] = "Televisió:";
-$a->strings["Film/dance/culture/entertainment:"] = "Cinema/ball/cultura/entreteniments:";
-$a->strings["Love/Romance:"] = "Amor/sentiments:";
-$a->strings["Work/employment:"] = "Treball/ocupació:";
-$a->strings["School/education:"] = "Escola/formació";
-$a->strings["Unknown | Not categorised"] = "Desconegut/No categoritzat";
-$a->strings["Block immediately"] = "Bloquejar immediatament";
-$a->strings["Shady, spammer, self-marketer"] = "Sospitós, Femater, auto-publicitat";
-$a->strings["Known to me, but no opinion"] = "Conegut per mi, però sense opinió";
-$a->strings["OK, probably harmless"] = "Bé, probablement inofensiu";
-$a->strings["Reputable, has my trust"] = "Bona reputació, té la meva confiança";
-$a->strings["Frequently"] = "Freqüentment";
-$a->strings["Hourly"] = "Cada hora";
-$a->strings["Twice daily"] = "Dues vegades al dia";
-$a->strings["Daily"] = "Diari";
-$a->strings["Weekly"] = "Setmanal";
-$a->strings["Monthly"] = "Mensual";
-$a->strings["OStatus"] = "OStatus";
-$a->strings["RSS/Atom"] = "RSS/Atom";
-$a->strings["Zot!"] = "Zot!";
-$a->strings["LinkedIn"] = "LinkedIn";
-$a->strings["XMPP/IM"] = "XMPP/IM";
-$a->strings["MySpace"] = "MySpace";
-$a->strings["Male"] = "Home";
-$a->strings["Female"] = "Dona";
-$a->strings["Currently Male"] = "Actualment Home";
-$a->strings["Currently Female"] = "Actualment Dona";
-$a->strings["Mostly Male"] = "Habitualment Home";
-$a->strings["Mostly Female"] = "Habitualment Dona";
-$a->strings["Transgender"] = "Transgènere";
-$a->strings["Intersex"] = "Bisexual";
-$a->strings["Transsexual"] = "Transexual";
+$a->strings["Film/dance/culture/entertainment:"] = "Películes/Dança/Cultura/Entreteniment:";
+$a->strings["Love/Romance:"] = "Amor/Romace:";
+$a->strings["Work/employment:"] = "Treball/feina:";
+$a->strings["School/education:"] = "Escola/educació:";
+$a->strings["Like this thing"] = "M'agrada això";
+$a->strings["Male"] = "Masculí";
+$a->strings["Female"] = "Femení";
+$a->strings["Currently Male"] = "Actualment Masculí";
+$a->strings["Currently Female"] = "Actualment Femení";
+$a->strings["Mostly Male"] = "Més aviat Masculí";
+$a->strings["Mostly Female"] = "Més Aviat Femení";
+$a->strings["Transgender"] = "Canvi de Sexe";
+$a->strings["Intersex"] = "Intersexual";
+$a->strings["Transsexual"] = "Transsexual";
$a->strings["Hermaphrodite"] = "Hermafrodita";
$a->strings["Neuter"] = "Neutre";
-$a->strings["Non-specific"] = "No específicat";
-$a->strings["Other"] = "Altres";
-$a->strings["Undecided"] = "No Decidit";
-$a->strings["Males"] = "Home";
-$a->strings["Females"] = "Dona";
+$a->strings["Non-specific"] = "Indefinit";
+$a->strings["Undecided"] = "Indecís";
+$a->strings["Males"] = "Homes";
+$a->strings["Females"] = "Dones";
$a->strings["Gay"] = "Gay";
-$a->strings["Lesbian"] = "Lesbiana";
+$a->strings["Lesbian"] = "Lesbianes";
$a->strings["No Preference"] = "Sense Preferències";
$a->strings["Bisexual"] = "Bisexual";
$a->strings["Autosexual"] = "Autosexual";
-$a->strings["Abstinent"] = "Abstinent/a";
+$a->strings["Abstinent"] = "Abstinent";
$a->strings["Virgin"] = "Verge";
-$a->strings["Deviant"] = "Desviat/da";
+$a->strings["Deviant"] = "Desviat";
$a->strings["Fetish"] = "Fetixiste";
$a->strings["Oodles"] = "Orgies";
$a->strings["Nonsexual"] = "Asexual";
-$a->strings["Single"] = "Solter/a";
+$a->strings["Single"] = "Solter";
$a->strings["Lonely"] = "Solitari";
$a->strings["Available"] = "Disponible";
$a->strings["Unavailable"] = "No Disponible";
-$a->strings["Dating"] = "De cites";
+$a->strings["Has crush"] = "Aplastat";
+$a->strings["Infatuated"] = "Encapritxat";
+$a->strings["Dating"] = "Promés";
$a->strings["Unfaithful"] = "Infidel";
-$a->strings["Sex Addict"] = "Adicte al sexe";
-$a->strings["Friends"] = "Amics/Amigues";
-$a->strings["Friends/Benefits"] = "Amics íntims";
-$a->strings["Casual"] = "Oportunista";
-$a->strings["Engaged"] = "Promès";
+$a->strings["Sex Addict"] = "Adicte al Sexe";
+$a->strings["Friends/Benefits"] = "Amics amb Beneficis";
+$a->strings["Casual"] = "Casual";
+$a->strings["Engaged"] = "Ocupat";
$a->strings["Married"] = "Casat";
-$a->strings["Partners"] = "Socis";
+$a->strings["Imaginarily married"] = "Casat Imaginàriament";
+$a->strings["Partners"] = "Parella";
$a->strings["Cohabiting"] = "Cohabitant";
+$a->strings["Common law"] = "Tradició";
$a->strings["Happy"] = "Feliç";
-$a->strings["Not Looking"] = "No Cerco";
-$a->strings["Swinger"] = "Parella Liberal";
-$a->strings["Betrayed"] = "Traït/da";
-$a->strings["Separated"] = "Separat/da";
+$a->strings["Not looking"] = "No Cerco";
+$a->strings["Swinger"] = "Llibertí";
+$a->strings["Betrayed"] = "Traït";
+$a->strings["Separated"] = "Separat";
$a->strings["Unstable"] = "Inestable";
-$a->strings["Divorced"] = "Divorciat/da";
-$a->strings["Widowed"] = "Vidu/a";
+$a->strings["Divorced"] = "Divorciat";
+$a->strings["Imaginarily divorced"] = "Divorciat Imaginàriament";
+$a->strings["Widowed"] = "Vidu/ua";
$a->strings["Uncertain"] = "Incert";
-$a->strings["Complicated"] = "Complicat";
-$a->strings["Don't care"] = "No t'interessa";
-$a->strings["Ask me"] = "Pregunta'm";
-$a->strings["Starts:"] = "Inici:";
-$a->strings["Finishes:"] = "Acaba:";
-$a->strings["(no subject)"] = "(sense assumpte)";
-$a->strings["noreply"] = "no contestar";
-$a->strings["prev"] = "Prev";
-$a->strings["first"] = "primer";
-$a->strings["last"] = "Últim";
-$a->strings["next"] = "Proper";
-$a->strings["No contacts"] = "Sense contactes";
-$a->strings["%d Contact"] = array(
- 0 => "%d Contacte",
- 1 => "%d Contactes",
+$a->strings["It's complicated"] = "Es Complicat";
+$a->strings["Don't care"] = "No Et Fa Res";
+$a->strings["Ask me"] = "Pregunta";
+$a->strings["Site Admin"] = "Administració";
+$a->strings["Address Book"] = "Adreçes";
+$a->strings["Mood"] = "Ànim";
+$a->strings["Probe"] = "Sondeig";
+$a->strings["Suggest"] = "Suggeriment";
+$a->strings["Random Channel"] = "Canal Aleatori";
+$a->strings["Invite"] = "Convida";
+$a->strings["Features"] = "Funcionalitats";
+$a->strings["Language"] = "Idioma";
+$a->strings["Post"] = "Entrada";
+$a->strings["Profile Photo"] = "Foto del Perfil";
+$a->strings["Update"] = "Actualització";
+$a->strings["Install"] = "Instal·lar";
+$a->strings["Purchase"] = "Compra";
+$a->strings["Image/photo"] = "Imatge/foto";
+$a->strings["Encrypted content"] = "Contingut encriptat";
+$a->strings["Install %s element: "] = "Instal·la l'element %s:";
+$a->strings["This post contains an installable %s element, however you lack permissions to install it on this site."] = "Aquesta entrada contè un element %s instal·lable, potser manques de permissos per instal·lar-lo en aquest lloc.";
+$a->strings["webpage"] = "pàgina web";
+$a->strings["layout"] = "disposició";
+$a->strings["block"] = "bloc";
+$a->strings["menu"] = "menú";
+$a->strings["QR code"] = "QR code";
+$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s va escriure el següent %2\$s %3\$s";
+$a->strings["post"] = "entrada";
+$a->strings["Different viewers will see this text differently"] = "Diferents observadors veuran aquest text de diferents formes";
+$a->strings["$1 spoiler"] = "$1 spoiler";
+$a->strings["$1 wrote:"] = "$1 va escriure:";
+$a->strings["Missing room name"] = "Perdut el nom de la sala";
+$a->strings["Duplicate room name"] = "Nom de la sala duplicat";
+$a->strings["Invalid room specifier."] = "Especificació de la sala invàlida.";
+$a->strings["Room not found."] = "Sala no trobada.";
+$a->strings["Room is full"] = "La sala es plena";
+$a->strings["Image exceeds website size limit of %lu bytes"] = "La imatge excedeix la mida limit pel lloc web en %lu bytes";
+$a->strings["Image file is empty."] = "El fitxer d'imatge esta buit.";
+$a->strings["Unable to process image"] = "incapaç de processar la imatge";
+$a->strings["Photo storage failed."] = "Fracassà l'emmagatzematge de la Foto";
+$a->strings["Upload New Photos"] = "Puja Noves Fotos";
+$a->strings["Some blurb about what to do when you're new here"] = "Algunes propostes sobre el que cal fer quan ets nou aquí";
+$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Has creat %1$.0f de %2$.0f canals permesos.";
+$a->strings["Create a new channel"] = "Crear un nou canal";
+$a->strings["Current Channel"] = "Canal Actual";
+$a->strings["Switch to one of your channels by selecting it."] = "Canviar a un altre dels teus canals seleccionant-ho.";
+$a->strings["Default Channel"] = "Canal per Defecte";
+$a->strings["Make Default"] = "Estableix com a Predeterminat";
+$a->strings["%d new messages"] = "%d missatges nous";
+$a->strings["%d new introductions"] = "%d noves presentacions";
+$a->strings["Delegated Channels"] = "Canals Delegats";
+$a->strings["Public access denied."] = "Accés públic denegat.";
+$a->strings["%d rating"] = array(
+ 0 => "%d valoració",
+ 1 => "%d valoracions",
);
-$a->strings["Search"] = "Cercar";
-$a->strings["Monday"] = "Dilluns";
-$a->strings["Tuesday"] = "Dimarts";
-$a->strings["Wednesday"] = "Dimecres";
-$a->strings["Thursday"] = "Dijous";
-$a->strings["Friday"] = "Divendres";
-$a->strings["Saturday"] = "Dissabte";
-$a->strings["Sunday"] = "Diumenge";
-$a->strings["January"] = "Gener";
-$a->strings["February"] = "Febrer";
-$a->strings["March"] = "Març";
-$a->strings["April"] = "Abril";
-$a->strings["May"] = "Maig";
-$a->strings["June"] = "Juny";
-$a->strings["July"] = "Juliol";
-$a->strings["August"] = "Agost";
-$a->strings["September"] = "Setembre";
-$a->strings["October"] = "Octubre";
-$a->strings["November"] = "Novembre";
-$a->strings["December"] = "Desembre";
-$a->strings["bytes"] = "bytes";
-$a->strings["Select an alternate language"] = "Sel·lecciona un idioma alternatiu";
-$a->strings["default"] = "per defecte";
-$a->strings["activity"] = "activitat";
-$a->strings["comment"] = "comentari";
-$a->strings["post"] = "missatge";
-$a->strings["Sharing notification from Diaspora network"] = "Compartint la notificació de la xarxa Diàspora";
-$a->strings["Attachments:"] = "Adjunts:";
-$a->strings["[Relayed] Comment authored by %s from network %s"] = "[Retransmès] Comentari escrit per %s des de la xarxa %s";
-$a->strings["view full size"] = "Veure a mida completa";
-$a->strings["Embedded content"] = "Contingut incrustat";
-$a->strings["Embedding disabled"] = "Incrustacions deshabilitades";
-$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 grup eliminat amb aquest nom va ser restablert. Els permisos dels elements existents <strong>poden</strong> aplicar-se a aquest grup i tots els futurs membres. Si això no és el que pretén, si us plau, crei un altre grup amb un nom diferent.";
-$a->strings["Everybody"] = "Tothom";
-$a->strings["edit"] = "editar";
-$a->strings["Groups"] = "Grups";
-$a->strings["Edit group"] = "Editar grup";
-$a->strings["Create a new group"] = "Crear un nou grup";
-$a->strings["Logout"] = "Sortir";
-$a->strings["End this session"] = "Termina sessió";
-$a->strings["Status"] = "Estatus";
-$a->strings["Your posts and conversations"] = "Els teus anuncis i converses";
-$a->strings["Your profile page"] = "La seva pàgina de perfil";
-$a->strings["Photos"] = "Fotos";
-$a->strings["Your photos"] = "Les seves fotos";
-$a->strings["Your events"] = "Els seus esdeveniments";
-$a->strings["Personal notes"] = "Notes personals";
-$a->strings["Your personal photos"] = "Les seves fotos personals";
-$a->strings["Sign in"] = "Accedeix";
-$a->strings["Home Page"] = "Pàgina d'Inici";
-$a->strings["Create an account"] = "Crear un compte";
-$a->strings["Help and documentation"] = "Ajuda i documentació";
-$a->strings["Apps"] = "Aplicacions";
-$a->strings["Addon applications, utilities, games"] = "Afegits: aplicacions, utilitats, jocs";
-$a->strings["Search site content"] = "Busca contingut en el lloc";
-$a->strings["Conversations on this site"] = "Converses en aquest lloc";
-$a->strings["Directory"] = "Directori";
-$a->strings["People directory"] = "Directori de gent";
-$a->strings["Conversations from your friends"] = "Converses dels teus amics";
-$a->strings["Friend Requests"] = "Sol·licitud d'Amistat";
-$a->strings["See all notifications"] = "Veure totes les notificacions";
-$a->strings["Mark all system notifications seen"] = "Marcar totes les notificacions del sistema com a vistes";
-$a->strings["Private mail"] = "Correu privat";
-$a->strings["Manage"] = "Gestionar";
-$a->strings["Manage other pages"] = "Gestiona altres pàgines";
-$a->strings["Profiles"] = "Perfils";
-$a->strings["Manage/edit profiles"] = "Gestiona/edita perfils";
-$a->strings["Manage/edit friends and contacts"] = "Gestiona/edita amics i contactes";
-$a->strings["Admin"] = "Admin";
-$a->strings["Site setup and configuration"] = "Ajustos i configuració del lloc";
-$a->strings["Nothing new here"] = "Res nou aquí";
-$a->strings["Add New Contact"] = "Afegir Nou Contacte";
-$a->strings["Enter address or web location"] = "Introdueixi adreça o ubicació web";
-$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Exemple: bob@example.com, http://example.com/barbara";
-$a->strings["Invite Friends"] = "Invita Amics";
-$a->strings["%d invitation available"] = array(
- 0 => "%d invitació disponible",
- 1 => "%d invitacions disponibles",
+$a->strings["Gender: "] = "Gènere:";
+$a->strings["Status: "] = "Estatus:";
+$a->strings["Homepage: "] = "Pàgina Personal:";
+$a->strings["Description:"] = "Descripció:";
+$a->strings["Public Forum:"] = "Forum Públic:";
+$a->strings["Keywords: "] = "Paraules Clau:";
+$a->strings["Don't suggest"] = "No suggerir";
+$a->strings["Common connections:"] = "Connexions en comú:";
+$a->strings["Global Directory"] = "Directori Global";
+$a->strings["Local Directory"] = "Directori Local";
+$a->strings["Finding:"] = "Cercant:";
+$a->strings["next page"] = "pàgina següent";
+$a->strings["previous page"] = "pàgina anterior";
+$a->strings["Sort options"] = "Opcions per ordenar";
+$a->strings["Alphabetic"] = "Alfabètic";
+$a->strings["Reverse Alphabetic"] = "Alfabètic Invers";
+$a->strings["Newest to Oldest"] = "De més Nou a més Vell";
+$a->strings["Oldest to Newest"] = "De més Antic a més Nou";
+$a->strings["No entries (some entries may be hidden)."] = "Sense entrades (algunes podrien estar amagades).";
+$a->strings["Xchan Lookup"] = "Cerca a xchan";
+$a->strings["Lookup xchan beginning with (or webbie): "] = "Cerca a xchan començant per (o webbie)";
+$a->strings["Not found."] = "No trobat.";
+$a->strings["Authorize application connection"] = "Autoritza la connexió de l'aplicació";
+$a->strings["Return to your app and insert this Securty Code:"] = "Torna a la teva aplicació i insereix aquest Codi de Seguretat:";
+$a->strings["Please login to continue."] = "Si et plau, identifica't per continuar.";
+$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Vols autoritzar a aquesta aplicació l'accés a les teves entrades i contactes i/o a crear noves entrades com si fos tu mateix.";
+$a->strings["Page Title"] = "Títol de la pàgina";
+$a->strings["Channel added."] = "S'ha afegit el canal.";
+$a->strings["Tag removed"] = "S'ha tret l'etiqueta";
+$a->strings["Remove Item Tag"] = "Elimina l'etiqueta d'element";
+$a->strings["Select a tag to remove: "] = "Tria l'etiqueta a eliminar:";
+$a->strings["Remove"] = "Esborra";
+$a->strings["Continue"] = "Continua";
+$a->strings["Premium Channel Setup"] = "Configuració de Canals Premium";
+$a->strings["Enable premium channel connection restrictions"] = "Habilita les restriccions de connexió del canal premium";
+$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "Si us plau, introdueixi les restriccions o condicions, com ara el rebut de PayPal, les pautes d'ús, etc.";
+$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "Aquest canal pot requerir passos addicionals o reconeixement de les següents condicions abans de connectar:";
+$a->strings["Potential connections will then see the following text before proceeding:"] = "Connexions potencials veuran el següent text abans de continuar:";
+$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "En continuar, certifico que he complert amb totes les instruccions proporcionades en aquesta pàgina.";
+$a->strings["(No specific instructions have been provided by the channel owner.)"] = "(No s'han proporcionat instruccions específiques pel propietari del canal.)";
+$a->strings["Restricted or Premium Channel"] = "Canal Restringit o Premium";
+$a->strings["Thing updated"] = "S'ha actualitzat la cosa";
+$a->strings["Object store: failed"] = "No s'ha pogut emmagatzemar l'objecte";
+$a->strings["Thing added"] = "S'ha afegit la cosa";
+$a->strings["OBJ: %1\$s %2\$s %3\$s"] = "OBJ: %1\$s %2\$s %3\$s";
+$a->strings["Show Thing"] = "Mostra la cosa";
+$a->strings["item not found."] = "no s'ha trobat l'element.";
+$a->strings["Edit Thing"] = "Edita la cosa";
+$a->strings["Select a profile"] = "Tria un perfil";
+$a->strings["Post an activity"] = "Publica una activitat";
+$a->strings["Only sends to viewers of the applicable profile"] = "S'envia només a visitants del perfil corresponent";
+$a->strings["Name of thing e.g. something"] = "Nom de la cosa. Exemple: patata";
+$a->strings["URL of thing (optional)"] = "Adreça URL de la cosa (opcional)";
+$a->strings["URL for photo of thing (optional)"] = "Adreça URL de la foto d'una cosa (opcional)";
+$a->strings["Add Thing to your Profile"] = "Afegeix una cosa al teu perfil";
+$a->strings["Item not available."] = "Article no disponible.";
+$a->strings["Fetching URL returns error: %1\$s"] = "URL sol·licitada retorna error: %1\$s";
+$a->strings["Image uploaded but image cropping failed."] = "S'ha pujat la imatge però no s'ha pogut retallar.";
+$a->strings["Image resize failed."] = "No s'ha pogut escalar la imatge.";
+$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Refresca la memòria cau del navegador si la foto no s'actualitza immediatament. Dreceres: «Ctrl+F5» i «Ctrl+Maj+R»";
+$a->strings["Image exceeds size limit of %d"] = "La imatge excedeix la mida límit de %d";
+$a->strings["Unable to process image."] = "Incapaç de processar l'imatge.";
+$a->strings["Photo not available."] = "Foto no disponible.";
+$a->strings["Upload File:"] = "Puja Arxiu:";
+$a->strings["Select a profile:"] = "Tria un perfil:";
+$a->strings["Upload Profile Photo"] = "Puja una Foto pel Perfil";
+$a->strings["or"] = "o";
+$a->strings["skip this step"] = "salta aquest pas";
+$a->strings["select a photo from your photo albums"] = "tria una foto del teu àlbum de fotos";
+$a->strings["Crop Image"] = "Retalla Imatge";
+$a->strings["Please adjust the image cropping for optimum viewing."] = "Si us plau, retalla la imatge per a una optima visualització";
+$a->strings["Done Editing"] = "Edició Feta";
+$a->strings["Image uploaded successfully."] = "Imatge pujada exitosament.";
+$a->strings["Image upload failed."] = "La pujada de la imatge va fracassar.";
+$a->strings["Image size reduction [%s] failed."] = "La reducció de mida de la imatge [%s] va fracassar.";
+$a->strings["Invalid item."] = "Article invàlid.";
+$a->strings["Channel not found."] = "Canal no trobat.";
+$a->strings["Page not found."] = "Pàgina no trobada.";
+$a->strings["Like/Dislike"] = "M'agrada / No m'agrada";
+$a->strings["This action is restricted to members."] = "Aquesta acció està restringida als membres.";
+$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."] = "<a href=\"rmagic\">Entra amb la teva identitat \$Projectname</a> o <a href=\"register\">registra't a \$Projectname</a> per continuar.";
+$a->strings["Invalid request."] = "Sol·licitud invàlida.";
+$a->strings["thing"] = "cosa";
+$a->strings["Channel unavailable."] = "El canal està inactiu.";
+$a->strings["Previous action reversed."] = "S'ha desfet l'acció anterior.";
+$a->strings["%1\$s agrees with %2\$s's %3\$s"] = "%1\$s està d'acord amb %3\$s de %2\$s";
+$a->strings["%1\$s doesn't agree with %2\$s's %3\$s"] = "%1\$s no està d'acord amb %3\$s de %2\$s";
+$a->strings["%1\$s abstains from a decision on %2\$s's %3\$s"] = "%1\$s s'abstén en %3\$s de %2\$s";
+$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$s assistirà a %3\$s de %2\$s";
+$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$s no assistirà a %3\$s de %2\$s";
+$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$s potser assistirà a %3\$s de %2\$s";
+$a->strings["Action completed."] = "S'ha completat l'acció.";
+$a->strings["Thank you."] = "Gràcies.";
+$a->strings["Calendar entries imported."] = "Entrades de Calendari importades.";
+$a->strings["No calendar entries found."] = "No es troben entrades decalendari.";
+$a->strings["Event can not end before it has started."] = "L'esdeveniment ha de començar abans d'acabar.";
+$a->strings["Unable to generate preview."] = "No s'ha pogut generar la vista prèvia.";
+$a->strings["Event title and start time are required."] = "Cal indicar l'inici i el final de l'esdeveniment.";
+$a->strings["Event not found."] = "No s'ha trobat l'esdeveniment.";
+$a->strings["l, F j"] = "l, F j";
+$a->strings["Edit event"] = "Edita l'esdeveniment";
+$a->strings["Delete event"] = "Esborra l'esdeveniment";
+$a->strings["calendar"] = "calendari";
+$a->strings["Create New Event"] = "Crea un esdeveniment nou";
+$a->strings["Previous"] = "Anterior";
+$a->strings["Next"] = "Pròxim";
+$a->strings["Export"] = "Exporta";
+$a->strings["Import"] = "Importar";
+$a->strings["Event removed"] = "S'ha eliminat l'esdeveniment";
+$a->strings["Failed to remove event"] = "No s'ha pogut esborrar l'esdeveniment";
+$a->strings["Event details"] = "Detalls de l'esdeveniment";
+$a->strings["Starting date and Title are required."] = "La data d'inici i el títol són obligatoris.";
+$a->strings["Categories (comma-separated list)"] = "Categories (llista separada per comes)";
+$a->strings["Event Starts:"] = "Inici:";
+$a->strings["Finish date/time is not known or not relevant"] = "La data i hora de final no és coneguda o irrellevant";
+$a->strings["Event Finishes:"] = "Final:";
+$a->strings["Adjust for viewer timezone"] = "Ajusta a la zona horària del visitant.";
+$a->strings["Important for events that happen in a particular place. Not practical for global holidays."] = "És important per esdeveniments locals, però pels globals no és pràctic.";
+$a->strings["Title:"] = "Títol:";
+$a->strings["Share this event"] = "Comparteix aquest esdeveniment";
+$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s esta seguint %2\$s de %3\$s";
+$a->strings["Public Sites"] = "Llocs públics";
+$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."] = "Els llocs llistats permeten registrar usuaris de la xarxa \$Projectname. Com que tots els llocs estan enllaçats entre ells, la identitat és vàlida a tota la xarxa. Alguns llocs poden demanar subscripció o oferir serveis addicional de pagament. Per a més detalls, proveu de seguir els enllaços dels proveïdors.";
+$a->strings["Rate this hub"] = "Valora aquest hub";
+$a->strings["Site URL"] = "Adreça URL del web";
+$a->strings["Access Type"] = "Tipus d'accés";
+$a->strings["Registration Policy"] = "Condicions de registre";
+$a->strings["Location"] = "Localització";
+$a->strings["View hub ratings"] = "Mostra la valoració del hub";
+$a->strings["Rate"] = "Puntua";
+$a->strings["View ratings"] = "Mostra les valoracions";
+$a->strings["Edit post"] = "Modifica l'entrada";
+$a->strings["\$Projectname channel"] = "Canal de \$Projectname";
+$a->strings["Collection created."] = "Creada una col·lecció";
+$a->strings["Could not create collection."] = "No puc crear la col·lecció.";
+$a->strings["Collection updated."] = "Col·lecció actualitzada.";
+$a->strings["Create a collection of channels."] = "Creada una col·lecció de canals.";
+$a->strings["Collection Name: "] = "Nom de la Col·lecció:";
+$a->strings["Members are visible to other channels"] = "Els membres son visibles en altres canals";
+$a->strings["Collection removed."] = "Col·lecció esborrada.";
+$a->strings["Unable to remove collection."] = "Incapaç d'esborrar la col·lecció.";
+$a->strings["Collection Editor"] = "Editor de Col·leccions";
+$a->strings["Members"] = "Membres";
+$a->strings["All Connected Channels"] = "Tots els Canals Connectats";
+$a->strings["Click on a channel to add or remove."] = "Clic sobre el canal per afegir o esborrar.";
+$a->strings["Version %s"] = "Versió %s";
+$a->strings["Installed plugins/addons/apps:"] = "Plugins/addons/apps Instal·lats:";
+$a->strings["No installed plugins/addons/apps"] = "Plugins/addons/apps no instal·lats";
+$a->strings["\$Projectname"] = "\$Projectname";
+$a->strings["This is a hub of \$Projectname - a global cooperative network of decentralized privacy enhanced websites."] = "Aquest és un hub de \$Projectname, una xarxa cooperativa mundial de llocs web descentralitzats amb gran control de la privacitat.";
+$a->strings["Tag: "] = "Etiqueta:";
+$a->strings["Last background fetch: "] = "Última actualització en rerefons:";
+$a->strings["Running at web location"] = "Correguent en el lloc web";
+$a->strings["Please visit <a href=\"https://redmatrix.me\">redmatrix.me</a> to learn more about \$Projectname."] = "Ves a <a href=\"https://redmatrix.me\">redmatrix.me</a> per saber-ne més sobre \$Projectname.";
+$a->strings["Bug reports and issues: please visit"] = "Per informar d'errors o problemes ves a";
+$a->strings["\$projectname issues"] = "\$projectname emisions";
+$a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = "Per suggerències, felicitacions i altres, envia'ns un mail a «redmatrix» [arroba] librelist [punt] com";
+$a->strings["Site Administrators"] = "Administradors del lloc";
+$a->strings["Unable to locate original post."] = "No s'ha pogut trobar l'entrada original.";
+$a->strings["Empty post discarded."] = "S'ha descartat l'entrada perquè no té contingut.";
+$a->strings["Executable content type not permitted to this channel."] = "No està permès el contingut de tipus executable en aquest canal.";
+$a->strings["System error. Post not saved."] = "Hi ha hagut un error del sistema. L'entrada no s'ha desat.";
+$a->strings["Unable to obtain post information from database."] = "No s'ha pogut obtenir informació de l'entrada a la base de dades.";
+$a->strings["You have reached your limit of %1$.0f top level posts."] = "Has assolit el teu límit de %1$.0f entrades (descomptant comentaris).";
+$a->strings["You have reached your limit of %1$.0f webpages."] = "Has assolit el teu limit de %1$.0f pàgines web.";
+$a->strings["No such group"] = "No existeix el grup";
+$a->strings["No such channel"] = "No existeix el canal";
+$a->strings["Search Results For:"] = "Cerca resultats per:";
+$a->strings["Collection is empty"] = "La coŀlecció és buida";
+$a->strings["Collection: "] = "Coŀlecció:";
+$a->strings["Connection: "] = "Connexió:";
+$a->strings["Invalid connection."] = "La connexió és invàlida.";
+$a->strings["No channel."] = "No s'ha trobat el canal";
+$a->strings["Common connections"] = "Connexions en comú";
+$a->strings["No connections in common."] = "No hi ha connexions en comú.";
+$a->strings["This site is not a directory server"] = "Aquest lloc web no és un servidor de directori";
+$a->strings["Could not access contact record."] = "No s'ha pogut accedir al llibre de contactes.";
+$a->strings["Could not locate selected profile."] = "No s'ha trobat el perfil indicat.";
+$a->strings["Connection updated."] = "S'ha actualitzat la connexió.";
+$a->strings["Failed to update connection record."] = "No s'ha pogut actualitzar el registre de connexió.";
+$a->strings["Blocked"] = "Bloquejades";
+$a->strings["Ignored"] = "Ignorades";
+$a->strings["Hidden"] = "Amagades";
+$a->strings["Archived"] = "Arxivades";
+$a->strings["Suggest new connections"] = "Suggereix noves connexions";
+$a->strings["New Connections"] = "Noves Connexions";
+$a->strings["Show pending (new) connections"] = "Mostra les connexions pendents (noves)";
+$a->strings["All Connections"] = "Totes les Connexions";
+$a->strings["Show all connections"] = "Mostra totes les connexions";
+$a->strings["Unblocked"] = "No bloquejades";
+$a->strings["Only show unblocked connections"] = "Mostra només les connexions no bloquejades";
+$a->strings["Only show blocked connections"] = "Mostra només les connexions bloquejades";
+$a->strings["Only show ignored connections"] = "Mostra només les connexions ignorades";
+$a->strings["Only show archived connections"] = "Mostra només les connexions arxivades";
+$a->strings["Only show hidden connections"] = "Mostra només les connexions amagades";
+$a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]";
+$a->strings["Edit connection"] = "Modifica la connexió";
+$a->strings["Search your connections"] = "Cerca entre les teves connexions";
+$a->strings["Finding: "] = "Cercant:";
+$a->strings["Block Name"] = "Nom del Bloc";
+$a->strings["Block Title"] = "Títol del bloc";
+$a->strings["Item not found"] = "No s'ha trobat l'element";
+$a->strings["Item is not editable"] = "Article no editable";
+$a->strings["Delete item?"] = "Esborrar ítem";
+$a->strings["Insert YouTube video"] = "insereix video YouTube";
+$a->strings["Insert Vorbis [.ogg] video"] = "Insereix video Vorbis [.ogg]";
+$a->strings["Insert Vorbis [.ogg] audio"] = "Insereix audio Vorbis [.ogg]";
+$a->strings["\$Projectname - Guests: Username: {your email address}, Password: +++"] = "\$Projectname - Convidats: Nom d'usuari: {el teu correu electrònic}, Contrasenya: +++";
+$a->strings["Page owner information could not be retrieved."] = "La informació del propietari de la pàgina no va poder ser recuperada";
+$a->strings["Album not found."] = "Àlbum no trobat";
+$a->strings["Delete Album"] = "Esborra Àlbum";
+$a->strings["Delete Photo"] = "Esborra Foto";
+$a->strings["No photos selected"] = "No has seleccionat fotos";
+$a->strings["Access to this item is restricted."] = "L'accés a aquest element esta restringit.";
+$a->strings["%1$.2f MB of %2$.2f MB photo storage used."] = "S'estan fent servir %1$.2f MB de %2$.2f MB de l'espai per a imatges.";
+$a->strings["%1$.2f MB photo storage used."] = "S'estan fent servir %1$.2f MB de l'espai per a imatges.";
+$a->strings["Upload Photos"] = "Puja imatges";
+$a->strings["Enter a new album name"] = "Escriu el nom del nou àlbum";
+$a->strings["or select an existing one (doubleclick)"] = "o bé fes doble clic a un d'existent";
+$a->strings["Create a status post for this upload"] = "Genera una entrada a partir de la pujada";
+$a->strings["Album name could not be decoded"] = "No s'ha pogut descodificar el nom de l'àlbum";
+$a->strings["Contact Photos"] = "Imatges de contactes";
+$a->strings["Show Newest First"] = "Ordena de més nou a més antic";
+$a->strings["Show Oldest First"] = "Ordena de més antic a més nou";
+$a->strings["View Photo"] = "Mostra la imatge";
+$a->strings["Edit Album"] = "Modifica l'àlbum";
+$a->strings["Permission denied. Access to this item may be restricted."] = "S'ha denegat el permís. Pot ser que l'accés estigui restringit.";
+$a->strings["Photo not available"] = "La imatge no està disponible";
+$a->strings["Use as profile photo"] = "Fes-la imatge de perfil";
+$a->strings["Private Photo"] = "Imatge privada";
+$a->strings["View Full Size"] = "Mostra a mida completa";
+$a->strings["Edit photo"] = "Modifica la imatge";
+$a->strings["Rotate CW (right)"] = "Tomba cap a la dreta";
+$a->strings["Rotate CCW (left)"] = "Tomba cap a l'esquerra";
+$a->strings["Caption"] = "Llegenda";
+$a->strings["Add a Tag"] = "Afegeix una etiqueta";
+$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com"] = "Exemple: @joan, @Paula_Peris, @mar@exemple.org";
+$a->strings["Flag as adult in album view"] = "Marca com a contingut adult";
+$a->strings["In This Photo:"] = "Hi apareixen:";
+$a->strings["Map"] = "Mapa";
+$a->strings["View Album"] = "Mostra'n l'àlbum";
+$a->strings["Recent Photos"] = "Imatges recents";
+$a->strings["Items tagged with: %s"] = "Elements etiquetats amb: %s";
+$a->strings["Search results for: %s"] = "Resultats de cerca per: %s";
+$a->strings["Profile Match"] = "Perfils compatibles";
+$a->strings["No keywords to match. Please add keywords to your default profile."] = "No tens paraules clau al perfil principal per poder cercar perfils semblants.";
+$a->strings["is interested in:"] = "té interès en:";
+$a->strings["No matches"] = "No s'han trobat perfils compatibles";
+$a->strings["Away"] = "Absent";
+$a->strings["Online"] = "En connexió";
+$a->strings["Select a bookmark folder"] = "Tria una carpeta d'interès";
+$a->strings["Save Bookmark"] = "Guarda Favorits";
+$a->strings["URL of bookmark"] = "URL de favorit";
+$a->strings["Description"] = "Descripció";
+$a->strings["Or enter new bookmark folder name"] = "O entra un nou nom de favorit";
+$a->strings["No more system notifications."] = "No hi ha més notificacions de sistema.";
+$a->strings["System Notifications"] = "Notificacions de sistema";
+$a->strings["network"] = "xarxa";
+$a->strings["RSS"] = "RSS";
+$a->strings["Layout updated."] = "S'ha actualitzat la disposició.";
+$a->strings["Edit System Page Description"] = "Editor del Sistema de Descripció de Pàgines";
+$a->strings["Layout not found."] = "No s'ha trobat cap disposició de pàgina.";
+$a->strings["Module Name:"] = "Nom del mòdul:";
+$a->strings["Layout Help"] = "Ajuda per la disposició de pàgina";
+$a->strings["- select -"] = "- selecciona -";
+$a->strings["Your service plan only allows %d channels."] = "El teu paquet de serveis només admet %d canals.";
+$a->strings["Nothing to import."] = "No hi ha res a importar.";
+$a->strings["Unable to download data from old server"] = "No s'han pogut descarregar les dades del servidor antic";
+$a->strings["Imported file is empty."] = "El fitxer importat està buit.";
+$a->strings["The data provided is not compatible with this project."] = "Les dades subministrades no son compatibles amb aquest projecte.";
+$a->strings["Warning: Database versions differ by %1\$d updates."] = "Atenció: Les versions de la Base de Dades difereixen en %1\$d actualitzacions.";
+$a->strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "No s'ha pogut importar el canal perquè l'identificador del canal no s'ha pogut duplicar en aquest servidor.";
+$a->strings["Channel clone failed. Import failed."] = "No s'ha pogut importar el canal perquè el canal no s'ha pogut clonar.";
+$a->strings["Cloned channel not found. Import failed."] = "No s'ha pogut importar el canal perquè el canal clonat no s'ha trobat.";
+$a->strings["You must be logged in to use this feature."] = "Has d'estar registrat per fer servir aquesta funcionalitat.";
+$a->strings["Import Channel"] = "Importa un 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."] = "Empra aquest formulari per importar un canal existent en un altre servidor/concentrador. Pots recuperar el canal des de l'antic servidor/concentrador via la xarxa o mitjançant un fitxer d'exportació";
+$a->strings["File to Upload"] = "Fitxer a pujar";
+$a->strings["Or provide the old server/hub details"] = "O proveeix els detalls de l'antic servidor/concentrador";
+$a->strings["Your old identity address (xyz@example.com)"] = "La teva adreça de canal antiga. El format és canal@exemple.org";
+$a->strings["Your old login email address"] = "La teva adreça de correu electrònic antiga";
+$a->strings["Your old login password"] = "La teva contrasenya antiga";
+$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."] = "Per a qualsevol de les opcions, escull si vols fer primària l'adreça d'aquest hub o mantenir l'anterior com a primària. Podràs penjar entrades des de totes dues adreces, però per als fitxers, imatges i altres en cal una de primària.";
+$a->strings["Make this hub my primary location"] = "Fes d'aquest hub la meva ubicació primària";
+$a->strings["Import existing posts if possible (experimental - limited by available memory"] = "Importa les entrades existents si es possible (experimental - limitat per la memòria disponible";
+$a->strings["This process may take several minutes to complete. Please submit the form only once and leave this page open until finished."] = "Aquest procès pot trigar minuts en completar. Si et plau envia el formulari només una vegada i manté aquesta pàgina oberta fins que finalitzi.";
+$a->strings["Delete layout?"] = "Esborra format?";
+$a->strings["Layout Description (Optional)"] = "Descripció del Format (Opcional)";
+$a->strings["Layout Name"] = "Nom del Format Gràfic";
+$a->strings["Edit Layout"] = "Edita Format Gràfic";
+$a->strings["You must be logged in to see this page."] = "Has d'estar identificat per a veure aquesta pàgina.";
+$a->strings["Room not found"] = "No s'ha trobat la sala";
+$a->strings["Leave Room"] = "Abandona la sala";
+$a->strings["Delete This Room"] = "Elimina la sala";
+$a->strings["I am away right now"] = "Absent";
+$a->strings["I am online"] = "Estic connectat/da";
+$a->strings["Bookmark this room"] = "Fes favorit aquest xat";
+$a->strings["New Chatroom"] = "Nova sala per a Xerrar";
+$a->strings["Chatroom Name"] = "Nom del Xat";
+$a->strings["%1\$s's Chatrooms"] = "%1\$s de Xats";
+$a->strings["Menu not found."] = "Menú no trobat.";
+$a->strings["Unable to create element."] = "Incapaç de crear l'element.";
+$a->strings["Unable to update menu element."] = "Incapaç d'actualitzar un element del menú.";
+$a->strings["Unable to add menu element."] = "Incapaç d'afegir l'element del menú.";
+$a->strings["Menu Item Permissions"] = "Permisos de l'Article del Menú";
+$a->strings["(click to open/close)"] = "(clica per obrir/tancar)";
+$a->strings["Link Name"] = "Nom de l'Enllaç";
+$a->strings["Link or Submenu Target"] = "Enllaç o Submenú Objectiu";
+$a->strings["Enter URL of the link or select a menu name to create a submenu"] = "Entra la URL de l'enlla´o tria un nom de menú per crear un submenú";
+$a->strings["Use magic-auth if available"] = "Empra magic-auth si esta disponible";
+$a->strings["Open link in new window"] = "Obrir l'enllaç en una nova finestra";
+$a->strings["Order in list"] = "Ordre per llista";
+$a->strings["Higher numbers will sink to bottom of listing"] = "Els números més alts aniràn al fons de la llista";
+$a->strings["Submit and finish"] = "Envia i termina";
+$a->strings["Submit and continue"] = "Envia i continua";
+$a->strings["Menu:"] = "Menú:";
+$a->strings["Link Target"] = "Enllaç Objectiu";
+$a->strings["Edit menu"] = "Edita menú";
+$a->strings["Edit element"] = "Edita element";
+$a->strings["Drop element"] = "Deixa anar element";
+$a->strings["New element"] = "Nou element";
+$a->strings["Edit this menu container"] = "Edita aquest contenidor de menú";
+$a->strings["Add menu element"] = "Afegeix element de menú";
+$a->strings["Delete this menu item"] = "Esborra aquest article del menú";
+$a->strings["Edit this menu item"] = "Edita aquest article del menú";
+$a->strings["Menu item not found."] = "Article del menú no trobat.";
+$a->strings["Menu item deleted."] = "Article del menú eliminat.";
+$a->strings["Menu item could not be deleted."] = "Article del menú no es pot eliminar.";
+$a->strings["Edit Menu Element"] = "Editar Element del Menú";
+$a->strings["Link text"] = "Enllaç de text";
+$a->strings["Delete webpage?"] = "Esborrar pàgina web?";
+$a->strings["Page link title"] = "Títol de la pàgina enllaçada";
+$a->strings["Edit Webpage"] = "Edita la Pàgina Web";
+$a->strings["This directory server requires an access token"] = "Aquest servidor de directori requereix un token de accès";
+$a->strings["No valid account found."] = "No es troba un compte vàlid.";
+$a->strings["Password reset request issued. Check your email."] = "Sol·licitud de restabliment de contrasenya emesa. Consulta el teu correu electrònic.";
+$a->strings["Site Member (%s)"] = "Lloc d'Usuari (%s)";
+$a->strings["Password reset requested at %s"] = "S'ha soŀlicitat restablir la contrasenya al hub %s";
+$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Ha fallat el restabliment de contrasenya perquè la no s'ha pogut verificar soŀlicitud. Pot ser que ja ho hàgiu soŀlicitat abans.";
+$a->strings["Password Reset"] = "Restabliment de contrasenya";
+$a->strings["Your password has been reset as requested."] = "S'ha restablert la vostra contrasenya.";
+$a->strings["Your new password is"] = "La nova contrasenya és";
+$a->strings["Save or copy your new password - and then"] = "Desa o copia la nova contrasenya, i després";
+$a->strings["click here to login"] = "fes clic aquí per iniciar sessió";
+$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Pots canviar la contrasenya a la pàgina <em>Paràmetres</em>, un cop iniciada la sessió.";
+$a->strings["Your password has changed at %s"] = "La teva contrasenya a %s ha canviat";
+$a->strings["Forgot your Password?"] = "No recordes la contrasenya?";
+$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Escriu la teva adreça de correu electrònic i envia per restablir la contrasenya. Després revisa el seu correu electrònic per obtenir més instruccions.";
+$a->strings["Email Address"] = "Adreça electrònica";
+$a->strings["Reset"] = "Reajustar";
+$a->strings["Website:"] = "Lloc web:";
+$a->strings["Remote Channel [%s] (not yet known on this site)"] = "Canal Remot [%s] (encara no es coneix en aquest lloc)";
+$a->strings["Rating (this information is public)"] = "Valoració (aquesta informació és pública)";
+$a->strings["Optionally explain your rating (this information is public)"] = "Opcionalment pots explicar la teva qualificació (aquesta informació és pública)";
+$a->strings["Delete block?"] = "Eliminar bloc?";
+$a->strings["Edit Block"] = "Editar Bloc";
+$a->strings["Total invitation limit exceeded."] = "El límit total invitacions s'ha superat.";
+$a->strings["%s : Not a valid email address."] = "%s: adreça de correu electrònic no vàlida.";
+$a->strings["Please join us on Red"] = "Si us plau, uneix-te a Red";
+$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Límit d'invitacions excedit. Si us plau, poseu-vos en contacte amb l'administrador del lloc.";
+$a->strings["%s : Message delivery failed."] = "%s : Entrega del Missatge fallida.";
+$a->strings["%d message sent."] = array(
+ 0 => "%d missatge enviat.",
+ 1 => "%d missatges enviats.",
);
-$a->strings["Find People"] = "Trobar Gent";
-$a->strings["Enter name or interest"] = "Introdueixi nom o aficions";
-$a->strings["Connect/Follow"] = "Connectar/Seguir";
-$a->strings["Examples: Robert Morgenstein, Fishing"] = "Exemples: Robert Morgenstein, Pescar";
-$a->strings["Similar Interests"] = "Aficions Similars";
-$a->strings["Networks"] = "Xarxes";
-$a->strings["All Networks"] = "totes les Xarxes";
-$a->strings["Logged out."] = "Has sortit";
-$a->strings["Miscellaneous"] = "Miscel·lania";
-$a->strings["year"] = "any";
-$a->strings["month"] = "mes";
-$a->strings["day"] = "dia";
-$a->strings["never"] = "mai";
-$a->strings["less than a second ago"] = "Fa menys d'un segon";
-$a->strings["years"] = "anys";
-$a->strings["months"] = "mesos";
-$a->strings["week"] = "setmana";
-$a->strings["weeks"] = "setmanes";
-$a->strings["days"] = "dies";
-$a->strings["hour"] = "hora";
-$a->strings["hours"] = "hores";
-$a->strings["minute"] = "minut";
-$a->strings["minutes"] = "minuts";
-$a->strings["second"] = "segon";
-$a->strings["seconds"] = "segons";
-$a->strings["%1\$d %2\$s ago"] = " fa %1\$d %2\$s";
-$a->strings["From: "] = "Des de:";
-$a->strings["$1 wrote:"] = "$1 va escrivir:";
-$a->strings["Image/photo"] = "Imatge/foto";
-$a->strings["Cannot locate DNS info for database server '%s'"] = "No put trobar informació de DNS del servidor de base de dades '%s'";
-$a->strings["[no subject]"] = "[Sense assumpte]";
-$a->strings["Visible to everybody"] = "Visible per tothom";
-$a->strings["show"] = "mostra";
-$a->strings["don't show"] = "no mostris";
-$a->strings["Friendica Notification"] = "Notificacions de Friendica";
-$a->strings["Thank You,"] = "Gràcies,";
-$a->strings["%s Administrator"] = "%s Administrador";
-$a->strings["%s <!item_type!>"] = "%s <!item_type!>";
-$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica: Notifica] nou correu rebut a %s";
-$a->strings["%s sent you a new private message at %s."] = "%s t'ha enviat un nou missatge privat en %s";
-$a->strings["%s sent you %s."] = "%s t'ha enviat %s.";
-$a->strings["a private message"] = "un missatge privat";
-$a->strings["Please visit %s to view and/or reply to your private messages."] = "Per favor, visiteu %s per a veure i/o respondre els teus missatges privats.";
-$a->strings["%s's"] = "%s's";
-$a->strings["your"] = "tu";
-$a->strings["[Friendica:Notify] Comment to conversation #%d by %s"] = "[Friendica:Notifica] Conversació comentada #%d per %s";
-$a->strings["%s commented on an item/conversation you have been following."] = "%s ha comentat un element/conversació que estas seguint.";
-$a->strings["%s commented on %s."] = "%s comentat a %s.";
-$a->strings["Please visit %s to view and/or reply to the conversation."] = "Si us pau, visiteu %s per a veure i/o respondre la conversació.";
-$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notifica] %s enviat al teu mur del perfil";
-$a->strings["%s posted to your profile wall at %s"] = "%s enviat al teu mur de perfil %s";
-$a->strings["%s posted to %s"] = "%s enviat a %s";
-$a->strings["your profile wall."] = "El teu perfil del mur.";
-$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notifica] %s t'ha etiquetat";
-$a->strings["%s tagged you at %s"] = "%s t'ha etiquetat en %s";
-$a->strings["%s %s."] = "%s %s.";
-$a->strings["tagged you"] = "Etiquetat";
-$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notifica] %s ha etiquetat el teu missatge";
-$a->strings["%s tagged your post at %s"] = "%s Ha etiquetat un missatge teu en %s";
-$a->strings["%s tagged %s"] = "%s etiquetat %s";
-$a->strings["your post"] = "El teu missatge";
-$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notifica] Presentacio rebuda";
-$a->strings["You've received an introduction from '%s' at %s"] = "Has rebut una presentació de %s en %s";
-$a->strings["You've received %s from %s."] = "Has rebut %s de %s";
-$a->strings["an introduction"] = "Una presentació";
-$a->strings["You may visit their profile at %s"] = "Pot visitar el seu perfil en %s";
-$a->strings["Please visit %s to approve or reject the introduction."] = "Si us plau visiteu %s per aprovar o rebutjar la presentació.";
-$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notifica] Suggerencia d'amistat rebuda";
-$a->strings["You've received a friend suggestion from '%s' at %s"] = "Has rebut una suggerencia d'amistat de %s en %s";
-$a->strings["You've received %s for %s from %s."] = "Has rebut %s per %s de %s.";
-$a->strings["a friend suggestion"] = "Un suggerencia d'amistat";
-$a->strings["Name:"] = "Nom:";
-$a->strings["Photo:"] = "Foto:";
-$a->strings["Please visit %s to approve or reject the suggestion."] = "Si us plau, visiteu %s per aprovar o rebutjar la suggerencia.";
-$a->strings["A new person is sharing with you at "] = "Una persona nova està compartint amb tú en";
-$a->strings["You have a new follower at "] = "Tens un nou seguidor a ";
-$a->strings["image/photo"] = "Imatge/foto";
-$a->strings["Welcome "] = "Benvingut";
-$a->strings["Please upload a profile photo."] = "Per favor, carrega una foto per al perfil";
-$a->strings["Welcome back "] = "Benvingut de nou ";
-$a->strings["View status"] = "Veure estatus";
-$a->strings["View profile"] = "Veure perfil";
-$a->strings["View photos"] = "Veure fotos";
-$a->strings["View recent"] = "Veure recent";
-$a->strings["Send PM"] = "Enviar Missatge Privat";
-$a->strings["post/item"] = "anunci/element";
-$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s marcat %2\$s's %3\$s com favorit";
-$a->strings["Select"] = "Selecionar";
-$a->strings["View %s's profile @ %s"] = "Veure perfil de %s @ %s";
-$a->strings["%s from %s"] = "%s des de %s";
-$a->strings["View in context"] = "Veure en context";
-$a->strings["%d comment"] = array(
- 0 => "%d comentari",
- 1 => "%d comentaris",
+$a->strings["You have no more invitations available"] = "No té més invitacions disponibles";
+$a->strings["Send invitations"] = "Enviar invitacions";
+$a->strings["Enter email addresses, one per line:"] = "Introduïu les adreces de correu electrònic, una per línia:";
+$a->strings["Your message:"] = "El teu missatge:";
+$a->strings["Please join my community on \$Projectname."] = "Si us plau uneix-te la meva comunitat en \$Projectname.";
+$a->strings["You will need to supply this invitation code: "] = "Has de proporcionar aquest codi d'invitació:";
+$a->strings["1. Register at any \$Projectname location (they are all inter-connected)"] = "1. Registre en qualsevol lloc del \$Projectname (estàn tots interconnectats)";
+$a->strings["2. Enter my \$Projectname network address into the site searchbar."] = "2. Entra a la meva adreça de xarxa al \$Projectname, a la barra de cerca del lloc.";
+$a->strings["or visit "] = "o visita";
+$a->strings["3. Click [Connect]"] = "3. Click [Conectar]";
+$a->strings["Location not found."] = "Situació que no es troba.";
+$a->strings["Primary location cannot be removed."] = "La ubicació primària no es pot treure.";
+$a->strings["No locations found."] = "No es troben els llocs.";
+$a->strings["Manage Channel Locations"] = "Gestionar Ubicacions de Canal";
+$a->strings["Location (address)"] = "Ubicació (direcció)";
+$a->strings["Primary Location"] = "Ubicació Primària";
+$a->strings["Drop location"] = "Treure la ubicació";
+$a->strings["Failed to create source. No channel selected."] = "Error en crear l'origen. Cap canal seleccionat.";
+$a->strings["Source created."] = "Origen creat.";
+$a->strings["Source updated."] = "Origen actualitzat.";
+$a->strings["*"] = "*";
+$a->strings["Manage remote sources of content for your channel."] = "Gestiona contingut per al teu canal d'origens remots";
+$a->strings["New Source"] = "Nou Origen";
+$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "Importar tot o sel·lecciona contingut dels següents canals, en aquest canal i distribueix-lo d'acord als teus ajustos de canals.";
+$a->strings["Only import content with these words (one per line)"] = "Només importa contingut amb aquestes paraules (una per línia)";
+$a->strings["Leave blank to import all public content"] = "Deixar en blanc per importar tot el contingut públic";
+$a->strings["Channel Name"] = "Nom del canal";
+$a->strings["Source not found."] = "No s'ha trobat la font.";
+$a->strings["Edit Source"] = "Edita la font";
+$a->strings["Delete Source"] = "Esborra la font";
+$a->strings["Source removed"] = "S'ha esborrat la font";
+$a->strings["Unable to remove source."] = "No s'ha pogut esborrar la font.";
+$a->strings["Unable to update menu."] = "No s'ha pogut actualitzar el menú.";
+$a->strings["Unable to create menu."] = "No s'ha pogut crear el menú.";
+$a->strings["Menu Name"] = "Nom del menú";
+$a->strings["Unique name (not visible on webpage) - required"] = "Nom únic (no visible a la pàgina web) - requerit";
+$a->strings["Menu Title"] = "Títol del menú";
+$a->strings["Visible on webpage - leave empty for no title"] = "Visible a la pàgina web - deixar buit per a no posar títol";
+$a->strings["Allow Bookmarks"] = "Permetre Marcadors";
+$a->strings["Menu may be used to store saved bookmarks"] = "El menú es pot emprar per a guardar marcadors";
+$a->strings["Submit and proceed"] = "Envia i procedeix";
+$a->strings["Drop"] = "Menysprea";
+$a->strings["Bookmarks allowed"] = "Marcadors permesos";
+$a->strings["Delete this menu"] = "Esborra el menú";
+$a->strings["Edit menu contents"] = "Edita el contingut del menú";
+$a->strings["Edit this menu"] = "Edita el menú";
+$a->strings["Menu could not be deleted."] = "El menu no es pot esborrar.";
+$a->strings["Edit Menu"] = "Edita Menú";
+$a->strings["Add or remove entries to this menu"] = "Afegeix o esborra entrades a aquest menú";
+$a->strings["Menu name"] = "Nom del Menú";
+$a->strings["Must be unique, only seen by you"] = "Ha de ser únic, nomes vist per tú";
+$a->strings["Menu title"] = "Títol del menú";
+$a->strings["Menu title as seen by others"] = "Títol del menú vist pels altres";
+$a->strings["Allow bookmarks"] = "Marcadors permesos";
+$a->strings["Permission Denied."] = "Permisos Denegats.";
+$a->strings["File not found."] = "Arxiu no torbat.";
+$a->strings["Edit file permissions"] = "Edita els permisos d'arxiu";
+$a->strings["Set/edit permissions"] = "Canvia/edita permisos";
+$a->strings["Include all files and sub folders"] = "Inclou tots als arxius i subdirectoris";
+$a->strings["Return to file list"] = "Tornar al llistat d'arxius";
+$a->strings["Copy/paste this code to attach file to a post"] = "Copia/enganxa aquest codi per a adjuntar un arxiu a l'entrada";
+$a->strings["Copy/paste this URL to link file from a web page"] = "Copia/enganxa aquesta URL per a enllaçar l'arxiu d'una pàgina web";
+$a->strings["Share this file"] = "Comparteix l'arxiu";
+$a->strings["Show URL to this file"] = "Mostra la URL d'aquest arxiu";
+$a->strings["Notify your contacts about this file"] = "Notifica als teus contactes aquest arxiu";
+$a->strings["Contact not found."] = "Contacte no trobat.";
+$a->strings["Friend suggestion sent."] = "Suggeriment d'amistat enviada.";
+$a->strings["Suggest Friends"] = "Amics Suggerits";
+$a->strings["Suggest a friend for %s"] = "Suggereix un amic per a %s";
+$a->strings["Hub not found."] = "Concentrador no trobat.";
+$a->strings["Poke/Prod"] = "Emprenyat/Picat";
+$a->strings["poke, prod or do other things to somebody"] = "emprenyar, picar o fer altres coses a algú";
+$a->strings["Recipient"] = "Destinatari";
+$a->strings["Choose what you wish to do to recipient"] = "Tria que vols fer amb el destinatari";
+$a->strings["Make this post private"] = "Fer aquesta entrada privada";
+$a->strings["Invalid profile identifier."] = "Identificador invàlid de perfil.";
+$a->strings["Profile Visibility Editor"] = "Perfil del Editor de Visibilitat";
+$a->strings["Click on a contact to add or remove."] = "Clica sobre el contacte per afegir o esborrar.";
+$a->strings["Visible To"] = "Visible per";
+$a->strings["%s element installed"] = "%s element instal·lat";
+$a->strings["%s element installation failed"] = "%s instal·lació d'element va fallar";
+$a->strings["Profile not found."] = "Perfil no trobat.";
+$a->strings["Profile deleted."] = "Perfil eliminat.";
+$a->strings["Profile-"] = "Perfil-";
+$a->strings["New profile created."] = "Nou perfil creat.";
+$a->strings["Profile unavailable to clone."] = "Perfil que no es pot clonar.";
+$a->strings["Profile unavailable to export."] = "Perfil que no es pot exportar.";
+$a->strings["Profile Name is required."] = "Es requereix el Nom del Perfil.";
+$a->strings["Marital Status"] = "Estat Marital";
+$a->strings["Romantic Partner"] = "Company/a Romàntic";
+$a->strings["Likes"] = "Agrada";
+$a->strings["Dislikes"] = "Desagrada";
+$a->strings["Work/Employment"] = "Treball/Feina";
+$a->strings["Religion"] = "Religió";
+$a->strings["Political Views"] = "Idees Polítiques";
+$a->strings["Gender"] = "Gènere";
+$a->strings["Sexual Preference"] = "Preferència Sexual";
+$a->strings["Homepage"] = "Pàgina Personal";
+$a->strings["Interests"] = "Interessos";
+$a->strings["Address"] = "Adreça";
+$a->strings["Profile updated."] = "Perfil actualitzat.";
+$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Amaga la teva llista de contactes/amics dels visitadors d'aquest perfil?";
+$a->strings["Edit Profile Details"] = "Edita els Detalls del Perfil";
+$a->strings["View this profile"] = "Veure aquest perfil";
+$a->strings["Change Profile Photo"] = "Canviar Foto del Perfil";
+$a->strings["Create a new profile using these settings"] = "Crea un perfil nou amb aquests ajustos";
+$a->strings["Clone this profile"] = "Clonar aquest perfil";
+$a->strings["Delete this profile"] = "Elimina aquest perfil";
+$a->strings["Import profile from file"] = "Importa perfil des d'un arxiu";
+$a->strings["Export profile to file"] = "Exporta perfil a un arxiu";
+$a->strings["Profile Name:"] = "Nom del Perfil:";
+$a->strings["Your Full Name:"] = "El Teu Nom Complet";
+$a->strings["Title/Description:"] = "Títol/Descripció:";
+$a->strings["Your Gender:"] = "El Teu Gènere:";
+$a->strings["Birthday :"] = "Aniversari:";
+$a->strings["Street Address:"] = "Carrer:";
+$a->strings["Locality/City:"] = "Població/Ciutat:";
+$a->strings["Postal/Zip Code:"] = "Codi Postal:";
+$a->strings["Country:"] = "País:";
+$a->strings["Region/State:"] = "Regió/Estat:";
+$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Marital Estatus:";
+$a->strings["Who: (if applicable)"] = "Qui: (si es aplicable)";
+$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Examples: cathy123, Cathy Williams, cathy@example.com";
+$a->strings["Since [date]:"] = "Des de [data]:";
+$a->strings["Homepage URL:"] = "Pàgina Personal URL:";
+$a->strings["Religious Views:"] = "Creences Religioses:";
+$a->strings["Keywords:"] = "Paraules Clau:";
+$a->strings["Example: fishing photography software"] = "Exemple: software de fotografia submarina";
+$a->strings["Used in directory listings"] = "Emprat en els llistats de directoris";
+$a->strings["Tell us about yourself..."] = "Quelcom sobre tú:";
+$a->strings["Hobbies/Interests"] = "Aficions/Interessos";
+$a->strings["Contact information and Social Networks"] = "Informació de Contacte i Xarxes Socials";
+$a->strings["My other channels"] = "Els meus altres canals";
+$a->strings["Musical interests"] = "Interessos Musicals";
+$a->strings["Books, literature"] = "Llibres, literatura";
+$a->strings["Television"] = "Televisió";
+$a->strings["Film/dance/culture/entertainment"] = "Pel·lícules/Dansa/Cultura/Entreteniment";
+$a->strings["Love/romance"] = "Amor/Romace";
+$a->strings["Work/employment"] = "Treball/feina";
+$a->strings["School/education"] = "Escola/educació";
+$a->strings["This is your default profile."] = "Aquest es el teu perfil per defecte";
+$a->strings["Age: "] = "Edat:";
+$a->strings["Edit/Manage Profiles"] = "Edita/Gestiona Perfils";
+$a->strings["Add profile things"] = "Afegeix coses al perfil";
+$a->strings["Include desirable objects in your profile"] = "Inclou objectius desitjables al teu perfil";
+$a->strings["No ratings"] = "No valorat";
+$a->strings["Ratings"] = "Valoracions";
+$a->strings["Rating: "] = "Valoració:";
+$a->strings["Website: "] = "Lloc web:";
+$a->strings["Description: "] = "Descripció:";
+$a->strings["Source of Item"] = "Origen de l'article";
+$a->strings["\$Projectname Server - Setup"] = "Servidor \$Projectname - Configuració";
+$a->strings["Could not connect to database."] = "No puc connectar amb la base de dades";
+$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "No s'ha pogut connectar a l'URL del lloc especificat. Possible problema amb el certificat SSL o de DNS.";
+$a->strings["Could not create table."] = "No puc crear la taula.";
+$a->strings["Your site database has been installed."] = "La teva base de dades del lloc s'ha instal·lat.";
+$a->strings["You may need to import the file \"install/schema_xxx.sql\" manually using a database client."] = "Podria ser necessari importar el fitxer \"install / schema_xxx.sql\" manualment utilitzant un client de base de dades.";
+$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Si us plau, consulteu el fitxer \"install / INSTALL.txt\".";
+$a->strings["System check"] = "Comprovació del sistema";
+$a->strings["Check again"] = "Comprova de nou";
+$a->strings["Database connection"] = "Connexió de base de dades";
+$a->strings["In order to install \$Projectname we need to know how to connect to your database."] = "Per tal d'instaŀlar \$Projectname cal configurar la connexió a la base de dades.";
+$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Si us plau, poseu-vos en contacte amb el proveïdor de serveis o administrador del lloc si vostè té preguntes sobre aquests paràmetres.";
+$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "La base de dades s'especifica a continuació ja ha d'existir. Si no és així, si us plau crear-la abans de continuar.";
+$a->strings["Database Server Name"] = "Base de Dades Nom del Servidor";
+$a->strings["Default is localhost"] = "Per defecte es localhost";
+$a->strings["Database Port"] = "Port per a la Base de Dades";
+$a->strings["Communication port number - use 0 for default"] = "Numero del port de comunicacions - empra 0 per defecte";
+$a->strings["Database Login Name"] = "Base de Dades Nom d'Accès";
+$a->strings["Database Login Password"] = "Base de Dades Contrasenya d'Accès";
+$a->strings["Database Name"] = "Nom de la Base de Dades";
+$a->strings["Database Type"] = "Tipus de Base de Dades";
+$a->strings["Site administrator email address"] = "Adreça de correu de l'administrador del lloc";
+$a->strings["Your account email address must match this in order to use the web admin panel."] = "El teu compte de email ha de coincidir amb això per poder emprar el panel web d'administrador.";
+$a->strings["Website URL"] = "URL del lloc web";
+$a->strings["Please use SSL (https) URL if available."] = "Si us plau, empra SSL (https) URL si està disponible.";
+$a->strings["Please select a default timezone for your website"] = "Si us plau, tria la zona horària del teu lloc web";
+$a->strings["Site settings"] = "Ajustos del lloc";
+$a->strings["Could not find a command line version of PHP in the web server PATH."] = "No s'ha pogut trobar una versió de línia d'ordres del PHP en el PATH 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 vostè no té una versió de línia d'ordres del PHP instal·lada al servidor, vostè no serà capaç d'executar sondejos en segon pla via cron.";
+$a->strings["PHP executable path"] = "Camí cap l'executable de PHP";
+$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Introdueix el camí cap l'executable de php. Pots deixa-ho en blanc i continuar l'instal·lació.";
+$a->strings["Command line PHP"] = "Línia d'ordres de PHP";
+$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "La versió de línia d'ordres de PHP al teu sistema no te el \"register_argc_argv\" activat.";
+$a->strings["This is required for message delivery to work."] = "Això es requereix per que funcioni l'entrega de missatges.";
+$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 mida màxima que se't permet pujar està establerta en %s. La mida màxima per arxiu pujat es de %s. Se't permet pujar fins a %d arxius d'una vegada.";
+$a->strings["You can adjust these settings in the servers php.ini."] = "Pots ajustar aquests valors a l'arxiu php.ini del servidor";
+$a->strings["PHP upload limits"] = "Límits de pujada de PHP";
+$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Error: la funció \"openssl_pkey_new\" en aquest sistema no es capaç de generar claus d'encriptació";
+$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Si esta funcionant sota Windows, per favor, miri \"http://www.php.net/manual/en/openssl.installation.php\".";
+$a->strings["Generate encryption keys"] = "Generar claus de xifrat";
+$a->strings["libCurl PHP module"] = "mòdul PHP libCurl ";
+$a->strings["GD graphics PHP module"] = "mòdul PHP GD gràfics";
+$a->strings["OpenSSL PHP module"] = "mòdul PHP OpenSSL";
+$a->strings["mysqli or postgres PHP module"] = "mòdul PHP mysqli o postgres";
+$a->strings["mb_string PHP module"] = "mòdul PHP mb_string";
+$a->strings["mcrypt PHP module"] = "mòdul PHP mcrypt";
+$a->strings["xml PHP module"] = "Mòdul xml de PHP";
+$a->strings["Apache mod_rewrite module"] = "mòdul Apache mod_rewrite";
+$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Error: el mòdul mod-rewrite del servidor web Apache es requereix i no està instal·lat.";
+$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: es requereix proc_open però o no està instal·lat o ha estat desactivat a php.ini";
+$a->strings["Error: libCURL PHP module required but not installed."] = "Error: el mòdul PHP libCURL es requereix però no està instal·lat.";
+$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Error: el mòdul PHP GD graphics amb support JPEG es requereix però no està instal·lat.";
+$a->strings["Error: openssl PHP module required but not installed."] = "Error: el mòdul PHP openssl es requereix però no està instal·lat.";
+$a->strings["Error: mysqli or postgres PHP module required but neither are installed."] = "Error: el mòdul PHO mysqli o postgres es requereix però no està instal·lat.";
+$a->strings["Error: mb_string PHP module required but not installed."] = "Error: el mòdul PHP mb_string es requereix però no està instal·lat.";
+$a->strings["Error: mcrypt PHP module required but not installed."] = "Error: el mòdul PHP mcrypt es requereix però no està instal·lat.";
+$a->strings["Error: xml PHP module required for DAV but not installed."] = "Error: el mòdul xml de PHP es requereix per DAV però no està instal·lat.";
+$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'instaŀlador ha de poder crear i modificar un fitxer anomenat «.htconfig.php» a la carpeta arrel del servidor, però sembla que no ho pot fer.";
+$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."] = "Això sol ser un problema de permisos. Per molt que el teu usuari pugui modificar-lo, és el del servidor web qui necessita els poders de modificació.";
+$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 final d'aquest procés hauràs de desar un text a l'arxiu «.htconfig.php», que es troba a la carpeta arrel del servidor.";
+$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "Aquest procés és opcional. Per a fer una instaŀlació manual consulta les instruccions a «install/INSTALL.txt\".";
+$a->strings[".htconfig.php is writable"] = "L'arxiu «.htconfig.php» es pot modificar";
+$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Red fa servir el motor de plantilles Smarty3 per a renderitzar les vistes més ràpidament.";
+$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 tal de guardar aquestes plantilles compilades, el servidor web necessita tenir premis d'escriptura en el directori %s sota la carpeta principal de Red.";
+$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Comprova que l'usuari que executa el servidor (www-data en Apache) té permisos d'escriptura en aquesta carpeta.";
+$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: com a mesura de seguretat l'usuari del servidor web ha de tenir accés d'escriptura només a %s, i no a les plantilles (.tpl) que conté.";
+$a->strings["%s is writable"] = "Es pot escriure a %s";
+$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 fa servir la carpeta «store» per a desar els fitxers pujats. Per tant, el servidor web necessita tenir permís d'escriptura en aquesta carpeta, que està a l'arrel del servidor web.";
+$a->strings["store is writable"] = "Es pot escriure al magatzem (store)";
+$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "El certificat SSL no s'ha pogut validar. Arregla-ho o deshabilita l'accés https a aquest lloc";
+$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 tens accès pet https al teu lloc web o permets connexions pel port TCP 443 (port https), Has d'emprar un certificat VÀLID. NO es poden emprar certificats AUTO-SIGNATS!";
+$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "El motiu d'aquesta restricció és que les teves entrades públiques poden contenir referències a imatges del teu propi 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."] = "Si el teu certificat no és reconegut, llavors el membres d'altres hubs, encara que tinguin certificats vàlids, rebran una advertència de seguretat en carregar contingut teu.";
+$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "Per tant, com que perjudica la usabilitat més enllà del teu lloc, la restricció de tenir un certificat reconegut és molt important.";
+$a->strings["Providers are available that issue free certificates which are browser-valid."] = "Hi ha autoritats de certificació reconegudes que ofereixen certificats gratuïts.";
+$a->strings["SSL certificate validation"] = "Validació del certificat SSL";
+$a->strings["Url rewrite in .htaccess is not working. Check your server configuration.Test: "] = "No es poden reescriure les URL a «.htaccess». Comprova la configuració del servidor:";
+$a->strings["Url rewrite is working"] = "Es poden reescriure les URL a «.htaccess»";
+$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."] = "L'arxiu de configuracio de la base de dades «.htconfig.php» no s'ha pogut modificar. El pots crear tu a l'arrel del servidor web amb el text de la caixa com a contingut.";
+$a->strings["Errors encountered creating database tables."] = "S'han produït errors mentre es creaven taules a la base de dades.";
+$a->strings["<h1>What next</h1>"] = "<h1>I ara què?</h1>";
+$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANT! Cal que configuris manualment una execució periòdica del \"poller\".";
+$a->strings["OpenID protocol error. No ID returned."] = "Error del protocol OpenID. No ha retornat ID";
+$a->strings["Welcome %s. Remote authentication successful."] = "Benvingut %s. Autenticació remota reeixida.";
+$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s ha etiquetat %3\$s de %2\$s amb %4\$s";
+$a->strings["Export Channel"] = "Exportar Canal";
+$a->strings["Export your basic channel information to a small 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 hub, but\tdoes not contain your content."] = "Exporta la informació bàsica del canal a un petit arxiu. Això actua com a còpia de recolzament de les teves connexions, permisos, perfil i dades bàsiques, les quals pots emprar per traslladar aquestes dades a una altre lloc/centre, però no conté el contingut del canal.";
+$a->strings["Export Content"] = "Exportar el Contingut";
+$a->strings["Export your channel information and all the content to a JSON backup. This backs up all of your connections, permissions, profile data and all of your content, but is generally not suitable for importing a channel to a new hub as this file may be VERY large. Please be patient - it may take several minutes for this download to begin."] = "Exporta la informació del canal i tot el contingut a un arxiu de recolzament JSON. Això còpia totes les teves connexions, permisos, perfil i dades i tot el contingut, però normalment no es pot importar en un altre canal d'un nou lloc/centre donat que l'arxiu acostuma a ser MOLT gran. Si et plau, sigues pacient ja que pot trigar uns minuts a començar a baixar.";
+$a->strings["No connections."] = "Sense connexions.";
+$a->strings["Visit %s's profile [%s]"] = "Visita el perfil [%s] de %s";
+$a->strings["invalid target signature"] = "Signatura objectiu invàlida";
+$a->strings["Theme settings updated."] = "Ajustos de tema actualitzats.";
+$a->strings["Site"] = "Lloc";
+$a->strings["Accounts"] = "Comptes";
+$a->strings["Channels"] = "Canals";
+$a->strings["Plugins"] = "Plugins";
+$a->strings["Themes"] = "Temes";
+$a->strings["Inspect queue"] = "Revisa cua";
+$a->strings["Profile Config"] = "Configuració del Perfil";
+$a->strings["DB updates"] = "Actualitzacions de Base de Dades";
+$a->strings["Logs"] = "Logs";
+$a->strings["Plugin Features"] = "Característiques del Plugin";
+$a->strings["User registrations waiting for confirmation"] = "Registre d'usuaris esperant confirmació";
+$a->strings["# Accounts"] = "# Comptes";
+$a->strings["# blocked accounts"] = "# comptes bloquejats";
+$a->strings["# expired accounts"] = "# comptes expirats";
+$a->strings["# expiring accounts"] = "# comptes expirant";
+$a->strings["# Channels"] = "# Canals";
+$a->strings["# primary"] = "# primari";
+$a->strings["# clones"] = "# clons";
+$a->strings["Message queues"] = "Cues de missatges";
+$a->strings["Administration"] = "Administració";
+$a->strings["Summary"] = "Sumari";
+$a->strings["Registered accounts"] = "Comptes registrades";
+$a->strings["Pending registrations"] = "Comptes pendents de registre";
+$a->strings["Registered channels"] = "Canals registrats";
+$a->strings["Active plugins"] = "Plugins actius";
+$a->strings["Version"] = "Versió";
+$a->strings["Site settings updated."] = "Ajustos del Lloc actualitzats";
+$a->strings["mobile"] = "mòbil";
+$a->strings["experimental"] = "experimental";
+$a->strings["unsupported"] = "no soportat";
+$a->strings["Yes - with approval"] = "Sí - amb aprovació";
+$a->strings["My site is not a public server"] = "El meu lloc no es un servidor públic";
+$a->strings["My site has paid access only"] = "El meu lloc te accès per pagament";
+$a->strings["My site has free access only"] = "El meu lloc te lliure accés";
+$a->strings["My site offers free accounts with optional paid upgrades"] = "El meu lloc te comptes gratis amb opció de millores per pagament";
+$a->strings["Registration"] = "Registre";
+$a->strings["File upload"] = "Pujar arxiu";
+$a->strings["Policies"] = "Polítiques";
+$a->strings["Site name"] = "Nom del lloc";
+$a->strings["Banner/Logo"] = "Senyera/Logo";
+$a->strings["Administrator Information"] = "Informació de l'Administrador";
+$a->strings["Contact information for site administrators. Displayed on siteinfo page. BBCode can be used here"] = "Informació per contactar amb els administradors del lloc. Mostrada a la pàgina d'informació del lloc. Es pot emprar BBCode aquí";
+$a->strings["System language"] = "Idioma del sistema";
+$a->strings["System theme"] = "Tema del sistema";
+$a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "Tema del sistema per defecte - pot ser sobrescrit pel perfils dels usuaris - <a href='#' id='cnftheme'>Ajustos de canvi del tema</a>";
+$a->strings["Mobile system theme"] = "Tema del sistema per a mòbils";
+$a->strings["Theme for mobile devices"] = "Tema per a aparells mòbils";
+$a->strings["Enable Diaspora Protocol"] = "Activat el Protocol Diaspora";
+$a->strings["Communicate with Diaspora and Friendica - experimental"] = "Comunicar amb Diaspora i Friendica - experimental";
+$a->strings["Allow Feeds as Connections"] = "Permetre Retroalimentadors com Connexions";
+$a->strings["(Heavy system resource usage)"] = "(Demana molts recursos del sistema)";
+$a->strings["Maximum image size"] = "Mida màxima d'imatge";
+$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Mida màxima en bytes de imatges pujades. Per defecte es 0, el que vol dir sense límits.";
+$a->strings["Does this site allow new member registration?"] = "Permet aquest lloc registre de nous membres?";
+$a->strings["Which best describes the types of account offered by this hub?"] = "Que es es que millor descriu la mena de comptes oferits per aquest concentrador?";
+$a->strings["Register text"] = "text de registre";
+$a->strings["Will be displayed prominently on the registration page."] = "Es mostrarà preminentment a la pàgina de registre";
+$a->strings["Site homepage to show visitors (default: login box)"] = "Pàgina d'inici a mostrar als visitants (per defecte: la pàgina d'identificació)";
+$a->strings["example: 'public' to show public stream, 'page/sys/home' to show a system webpage called 'home' or 'include:home.html' to include a file."] = "exemple: 'públic' per a mostrar un flux públic, 'page/sys/home' per a mostrar una pàgina web dita 'home' o 'include:home.html' per a incloure un arxiu.";
+$a->strings["Preserve site homepage URL"] = "Preservar URL de la pàgina web";
+$a->strings["Present the site homepage in a frame at the original location instead of redirecting"] = "Presenta la pàgina web del lloc en un marc en el lloc original enlloc de redirigir cap a ella";
+$a->strings["Accounts abandoned after x days"] = "Els copmte es consideren abandonats despres de x dies";
+$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "No malgastar recursos del sistema sondejant llocs externs per acomptes abandonats. Entrar 0 vol dir sense límit de temps.";
+$a->strings["Allowed friend domains"] = "dominis amics permesos";
+$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "llista separada per comes de dominis en els que està permès establir relacions d'amistat amb aquest lloc. S'accepten comodins. Deixar buit per acceptar qualsevol domini";
+$a->strings["Allowed email domains"] = "Dominis de correu electonic acceptats";
+$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "llista separada per comes de dominis de adreces de correu electrònic permeses en aquest lloc. S'accepten comodins. Deixar buit per acceptar qualsevol domini";
+$a->strings["Not allowed email domains"] = "Dominis de correu electrònic no acceptats";
+$a->strings["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."] = "llista separada per comes de dominis de adreces de correu electrònic no permeses en aquest lloc. S'accepten comodins. Deixar buit per no acceptar cap domini, excepte els que s'hagin definits com acceptats.";
+$a->strings["Block public"] = "Bloc públic";
+$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Activa per a bloquejar l'accés públic a totes les pàgines públiques personals excepte si estàs identificat en el sistema.";
+$a->strings["Verify Email Addresses"] = "Verifica l'Adreça de Correu Electrònic";
+$a->strings["Check to verify email addresses used in account registration (recommended)."] = "Activa per comprovar l'adreça de correu electrònic emprada durant el registre d'un nou compte (recomanat)";
+$a->strings["Force publish"] = "Forza la publicació";
+$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Activa per forzar que tots el perfils en aquest lloc siguin llistats en el directori del lloc.";
+$a->strings["Disable discovery tab"] = "Desactiva la pestañnya de descobrir";
+$a->strings["Remove the tab in the network view with public content pulled from sources chosen for this site."] = "Treu la pesranya per veure contingut públic de la xarxa extret d'origens triats per aquest lloc.";
+$a->strings["login on Homepage"] = "Accés a la Pàgina d'inici";
+$a->strings["Present a login box to visitors on the home page if no other content has been configured."] = "Presenta una casella d'identificació a la pàgina d'inici als visitants si no s'ha configurat altre contingut.";
+$a->strings["Proxy user"] = "Usuari Proxy";
+$a->strings["Proxy URL"] = "URL del Proxy";
+$a->strings["Network timeout"] = "Temps d'espera de la xarxa";
+$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Valor en segons. Ajusta a 0 per a sense límits (no recomanat)";
+$a->strings["Delivery interval"] = "Interval de lliurament";
+$a->strings["Delay background delivery processes by this many seconds to reduce system load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 for large dedicated servers."] = "Retarda en segon plà l'interval de lliurament per aquests segons per reduir la càrrega del sistema. Recomanat: 4-5 per a hostes compartits, 2-3 per a servidors privats virtuals. 0-1 per a servidors dedicats.";
+$a->strings["Poll interval"] = "interval de sondeig";
+$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "Retarda en segon pla el sondeig en aquesta quantitat de segons per a reduir la càrrega dels sistema. Si es 0 , empra l'interval de lliurament.";
+$a->strings["Maximum Load Average"] = "Càrrega Mitja Màxima";
+$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Càrrega màxima del sistema, abans que els processos de lliurament i sondeig es difereixin - 50 per defecte.";
+$a->strings["Expiration period in days for imported (matrix/network) content"] = "Periode d'expiració per a contingut importat (matrix/xarxa)";
+$a->strings["0 for no expiration of imported content"] = "0 vol dir sense temps d'expiració pel contingut importat";
+$a->strings["No server found"] = "No es troba servidor";
+$a->strings["ID"] = "ID";
+$a->strings["for channel"] = "per a canal";
+$a->strings["on server"] = "al servidor";
+$a->strings["Status"] = "Estat";
+$a->strings["Server"] = "Servidor";
+$a->strings["Update has been marked successful"] = "Actualització marcada amb exit";
+$a->strings["Executing %s failed. Check system logs."] = "Executant %s ha fallat. Comprova els logs del sistema.";
+$a->strings["Update %s was successfully applied."] = "Actualització %s es va realitzar correctament.";
+$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Actualització %s no ha retornat l'estat. Es desconeix si ha finalitzat amb exit.";
+$a->strings["Update function %s could not be found."] = "La funció d'actualitzacio %s no es pot trobar.";
+$a->strings["No failed updates."] = "No hi ha actualitzacions fallides.";
+$a->strings["Failed Updates"] = "Actualitzacions Fallides";
+$a->strings["Mark success (if update was manually applied)"] = "Marca èxit (si l'actualització s'ha aplicat de forma manual)";
+$a->strings["Attempt to execute this update step automatically"] = "Prova a fer automàticament aquesta actualització";
+$a->strings["Queue Statistics"] = "Cua d'Estadístiques";
+$a->strings["Total Entries"] = "Total d'Entrades";
+$a->strings["Priority"] = "Prioritat";
+$a->strings["Destination URL"] = "URL de Destí";
+$a->strings["Mark hub permanently offline"] = "Marca el concentrador coma permanentment fora de línia";
+$a->strings["Empty queue for this hub"] = "Cua buida per aquest concentrador";
+$a->strings["Last known contact"] = "Últim contacte conegut";
+$a->strings["%s user blocked/unblocked"] = array(
+ 0 => "%s usuari bloquejat/desbloquejat",
+ 1 => "%s usuaris bloquejats/desbloquejats",
);
-$a->strings["show more"] = "Mostrar més";
-$a->strings["like"] = "Agrada";
-$a->strings["dislike"] = "Desagrada";
-$a->strings["Share this"] = "Compartir això";
-$a->strings["share"] = "Compartir";
-$a->strings["add star"] = "Afegir a favorits";
-$a->strings["remove star"] = "Esborrar favorit";
-$a->strings["toggle star status"] = "Canviar estatus de favorit";
-$a->strings["starred"] = "favorit";
-$a->strings["add tag"] = "afegir etiqueta";
-$a->strings["to"] = "a";
-$a->strings["Wall-to-Wall"] = "Mur-a-Mur";
-$a->strings["via Wall-To-Wall:"] = "via Mur-a-Mur";
-$a->strings["Delete Selected Items"] = "Esborra els Elements Seleccionats";
-$a->strings["%s likes this."] = "a %s agrada això.";
-$a->strings["%s doesn't like this."] = "a %s desagrada això.";
-$a->strings["<span %1\$s>%2\$d people</span> like this."] = "Li agrada a<span %1\$s>%2\$d persones</span> .";
-$a->strings["<span %1\$s>%2\$d people</span> don't like this."] = "No li agrada<span %1\$s>%2\$d persones</span> .";
-$a->strings["and"] = "i";
-$a->strings[", and %d other people"] = ", i altres %d persones";
-$a->strings["%s like this."] = "a %s le gusta esto.";
-$a->strings["%s don't like this."] = "a %s no le gusta esto.";
-$a->strings["Visible to <strong>everybody</strong>"] = "Visible per a <strong>tothom</strong>";
-$a->strings["Please enter a video link/URL:"] = "Per favor , introdueixi el enllaç/URL del video";
-$a->strings["Please enter an audio link/URL:"] = "Per favor , introdueixi el enllaç/URL del audio:";
-$a->strings["Tag term:"] = "Terminis de l'etiqueta:";
-$a->strings["Where are you right now?"] = "On ets ara?";
-$a->strings["Enter a title for this item"] = "Escriviu un títol per a aquest article";
-$a->strings["upload photo"] = "carregar fotos";
-$a->strings["attach file"] = "adjuntar arxiu";
-$a->strings["web link"] = "enllaç de web";
-$a->strings["Insert video link"] = "Insertar enllaç de video";
-$a->strings["video link"] = "enllaç de video";
-$a->strings["Insert audio link"] = "Insertar enllaç de audio";
-$a->strings["audio link"] = "enllaç de audio";
-$a->strings["set location"] = "establir la ubicació";
-$a->strings["clear location"] = "netejar ubicació";
-$a->strings["permissions"] = "Permissos";
-$a->strings["Delete this item?"] = "Esborrar aquest element?";
-$a->strings["show fewer"] = "Mostrar menys";
-$a->strings["Create a New Account"] = "Crear un Nou Compte";
-$a->strings["Nickname or Email address: "] = "Malnom o Adreça de correu:";
-$a->strings["Password: "] = "Contrasenya:";
-$a->strings["Or login using OpenID: "] = "O accedixi emprant OpenID:";
-$a->strings["Forgot your password?"] = "Oblidà la contrasenya?";
-$a->strings["Edit profile"] = "Editar perfil";
-$a->strings["g A l F d"] = "g A l F d";
-$a->strings["F d"] = "F d";
-$a->strings["Birthday Reminders"] = "Recordatori d'Aniversaris";
-$a->strings["Birthdays this week:"] = "Aniversari aquesta setmana";
-$a->strings["[today]"] = "[avui]";
-$a->strings["Event Reminders"] = "Recordatori d'Esdeveniments";
-$a->strings["Events this week:"] = "Esdeveniments aquesta setmana";
-$a->strings["[No description]"] = "[sense descripció]";
+$a->strings["%s user deleted"] = array(
+ 0 => "%s usuari esborrat",
+ 1 => "%s usuaris esborrats",
+);
+$a->strings["Account not found"] = "Compte no trobat";
+$a->strings["User '%s' blocked"] = "Usuari '%s' bloquejat";
+$a->strings["User '%s' unblocked"] = "Usuari '%s' desbloquejat";
+$a->strings["Users"] = "Usuaris";
+$a->strings["select all"] = "Sel·leciona-ho tot";
+$a->strings["User registrations waiting for confirm"] = "Registres d'usuaris pendents de confirmació";
+$a->strings["Request date"] = "Data de la petició";
+$a->strings["No registrations."] = "Sense registracions.";
+$a->strings["Approve"] = "Aprovat";
+$a->strings["Deny"] = "Denegat";
+$a->strings["Block"] = "Bloquejat";
+$a->strings["Unblock"] = "Desbloquejat";
+$a->strings["Register date"] = "Data de registre";
+$a->strings["Last login"] = "Darrera identificació";
+$a->strings["Expires"] = "Expira";
+$a->strings["Service Class"] = "Classe de Servei";
+$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Tria els usuaris que s'esborraran!\\n\\nTotes les publicacions d'aquests usuaris en aquest lloc s'eliminaran de forma permanent!\\n\\nEstàs segur? ";
+$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "L'usuari {0} sera esborrat!\\n\\nTotes les publicacions d'aquest usuari en aquest lloc s'eliminarà de forma permanent!\\n\\nEstas segur?";
+$a->strings["%s channel censored/uncensored"] = array(
+ 0 => "%s canal censurat/no censurat",
+ 1 => "%s canals censurats/no censurats",
+);
+$a->strings["%s channel code allowed/disallowed"] = array(
+ 0 => "%s codi permes/no permes al canal",
+ 1 => "%s codi permesos/no permesos al canal",
+);
+$a->strings["%s channel deleted"] = array(
+ 0 => "%s canal esborrat",
+ 1 => "%s canals esborrats",
+);
+$a->strings["Channel not found"] = "Canal no trobat";
+$a->strings["Channel '%s' deleted"] = "Canal '%s' esborrat";
+$a->strings["Channel '%s' censored"] = "Canal '%s' censurat";
+$a->strings["Channel '%s' uncensored"] = "Canal '%s' no censurat";
+$a->strings["Channel '%s' code allowed"] = "Canal '%s' permet codi";
+$a->strings["Channel '%s' code disallowed"] = "Canal '%s' no permet codi";
+$a->strings["Censor"] = "Censurat";
+$a->strings["Uncensor"] = "No censurat";
+$a->strings["Allow Code"] = "Permet Codi";
+$a->strings["Disallow Code"] = "No Permet Codi";
+$a->strings["UID"] = "UID";
+$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?"] = "Els canals sel·leccionats s'esborraran!\\n\\nTotes les publicacions d'aquests canals en aquest lloc s'eliminaran de forma permanent!\\n\\nEstàs segur? ";
+$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} serà esborrat!\\n\\nTotes les publicacions d'aquest canal en aquest lloc s'eliminaran de forma permanent!\\n\\nEstàs segur?";
+$a->strings["Plugin %s disabled."] = "Plugin %s desactivat.";
+$a->strings["Plugin %s enabled."] = "Plugin %s activat.";
+$a->strings["Disable"] = "Desactivat";
+$a->strings["Enable"] = "Activat";
+$a->strings["Toggle"] = "Commutar";
+$a->strings["Author: "] = "Autor: ";
+$a->strings["Maintainer: "] = "Mantenedor:";
+$a->strings["No themes found."] = "No s'han trobat temes.";
+$a->strings["Screenshot"] = "Copia de pantalla";
+$a->strings["[Experimental]"] = "[Experimental]";
+$a->strings["[Unsupported]"] = "[No soportat]";
+$a->strings["Log settings updated."] = "Registre d'ajustos actualitzat.";
+$a->strings["Clear"] = "Neteja";
+$a->strings["Debugging"] = "Depurant";
+$a->strings["Log file"] = "Arxiu de registre";
+$a->strings["Must be writable by web server. Relative to your Red top-level directory."] = "Ha de ser escribible pel servidor web. Relatiu al directori de nivell superior de Red";
+$a->strings["Log level"] = "Nivell de registre";
+$a->strings["New Profile Field"] = "Camp de Perfil Nou";
+$a->strings["Field nickname"] = "Àlies de Camp";
+$a->strings["System name of field"] = "nOM DEL SISTEMA DEL CAMP";
+$a->strings["Input type"] = "Tipus d'entrada";
+$a->strings["Field Name"] = "Nom de Camp";
+$a->strings["Label on profile pages"] = "Etiqueta a les pàgines de perfil";
+$a->strings["Help text"] = "Text d'ajuda";
+$a->strings["Additional info (optional)"] = "Informació adicional (opcional)";
+$a->strings["Field definition not found"] = "No es troba la definició del camp";
+$a->strings["Edit Profile Field"] = "Camp d'Edició del Perfil";
+$a->strings["Unable to find your hub."] = "No es possible trobar el concentrador";
+$a->strings["Post successful."] = "Entrada realitzada amb èxit. ";
+$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "Nombre màxim de registres diaris excedit. Si us plau, provau demà.";
+$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "El registre ha fallat. Si et plau, indica que acceptes les Condicions del Servei.";
+$a->strings["Passwords do not match."] = "Les contrasenyes no coincideixen.";
+$a->strings["Registration successful. Please check your email for validation instructions."] = "registrat amb èxit. Si et plau revisa el teu e-correu per a instruccions de validació.";
+$a->strings["Your registration is pending approval by the site owner."] = "El teu registre esta pendent de validació pel propietari del lloc.";
+$a->strings["Your registration can not be processed."] = "El teu registre no ha pogut ser processat. ";
+$a->strings["Registration on this site/hub is by approval only."] = "El registre en aquest lloc/centre es únicament per validació.";
+$a->strings["<a href=\"pubsites\">Register at another affiliated site/hub</a>"] = "<a href=\"pubsites\">Registre en altre lloc/centre afiliat</a>";
+$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "El lloc ha excedit el límit màxim diari de nous comptes/registres. Provau demà.";
+$a->strings["Terms of Service"] = "Condicions del Servei";
+$a->strings["I accept the %s for this website"] = "Accepto el %s per a aquest lloc web";
+$a->strings["I am over 13 years of age and accept the %s for this website"] = "Tinc més de 13 anys i accepto les %s d'aquest lloc web";
+$a->strings["Membership on this site is by invitation only."] = "La pertinença en aquest lloc es per invitació exclusivament.";
+$a->strings["Please enter your invitation code"] = "Si et plau, introdueix el teu codi d'invitació";
+$a->strings["Your email address"] = "La teva adreça de correu electrónic";
+$a->strings["Choose a password"] = "Tria una contrasenya";
+$a->strings["Please re-enter your password"] = "Si et plau, re-entra la contrasenya";
+$a->strings["Account removals are not allowed within 48 hours of changing the account password."] = "L'esborrat de comptes no està permès fins que transcorren 48 hores des de l'últim canvi de contrasenya.";
+$a->strings["Remove This Account"] = "Esborra el compte";
+$a->strings["WARNING: "] = "ALERTA:";
+$a->strings["This account and all its channels will be completely removed from the network. "] = "Aquest compte i tots els seus canals s'estan apunt d'esborrar totalment de la xarxa.";
+$a->strings["This action is permanent and can not be undone!"] = "Aquesta acció és irreversible!";
+$a->strings["Please enter your password for verification:"] = "Aquesta acció requereix tornar a introduir la contrasenya:";
+$a->strings["Remove this account, all its channels and all its channel clones from the network"] = "Esborra de la xarxa aquest compte, tots els seus canals, i tots els seus canals clons.";
+$a->strings["By default only the instances of the channels located on this hub will be removed from the network"] = "Per defecte, només les instancies dels canal ubicats en aquest concentrador poden esser esborrades de la xarxa";
+$a->strings["Remove Account"] = "Esborra el Compte";
+$a->strings["Help:"] = "Ajuda:";
+$a->strings["Not Found"] = "No s'ha pogut trobar la pàgina";
+$a->strings["\$Projectname Documentation"] = "\$Projectname Documentació";
+$a->strings["[Embedded content - reload page to view]"] = "[Contingut embegut - recarrega la pàgina per veure-ho]";
+$a->strings["Remote privacy information not available."] = "informació privada remota no disponible.";
+$a->strings["Visible to:"] = "Visible per:";
+$a->strings["Name is required"] = "Es requereix un Nom";
+$a->strings["Key and Secret are required"] = "Es requereix Clau (Key) i el Secret (Secret)";
+$a->strings["Diaspora Policy Settings updated."] = "Actualitzats els Ajustos de Política de Diaspora.";
+$a->strings["Passwords do not match. Password unchanged."] = "Les contrasenyes no coincideixen. Contrasenya sense canvis.";
+$a->strings["Empty passwords are not allowed. Password unchanged."] = "Les contrasenyes en blanc no estan permesas. Contrasenya sense canvis.";
+$a->strings["Password changed."] = "Contrasenya canviada.";
+$a->strings["Password update failed. Please try again."] = "L'actualització de la contrasenya va fallar. Si us plau, torneu a intentar-ho.";
+$a->strings["Not valid email."] = "E-correu no vàlid.";
+$a->strings["Protected email address. Cannot change to that email."] = "Adreça d'e-correu protegida. No es pot canviar a aquest e-correu.";
+$a->strings["System failure storing new email. Please try again."] = "Fallada del sistema al guardar un nou correu. Si us plau, proba de nou.";
+$a->strings["Settings updated."] = "Ajustes actualizados.";
+$a->strings["Add application"] = "Afegir aplicatiu";
+$a->strings["Name of application"] = "Nom de l'aplicatiu";
+$a->strings["Consumer Key"] = "Consumer Key";
+$a->strings["Automatically generated - change if desired. Max length 20"] = "Generat automàticament- Canvia-ho si ho vols. Max. longitud 20";
+$a->strings["Consumer Secret"] = "Consumer Secret";
+$a->strings["Redirect"] = "Redirecciona";
+$a->strings["Redirect URI - leave blank unless your application specifically requires this"] = "URI redirigida - No canviar excepte perquè el teu aplicatiu ho requereixi.";
+$a->strings["Icon url"] = "Icona de url";
+$a->strings["Optional"] = "Opcional";
+$a->strings["You can't edit this application."] = "No pots editar aquest aplicatiu.";
+$a->strings["Connected Apps"] = "Aplicatius Conectats";
+$a->strings["Client key starts with"] = "La clau del client comença amb";
+$a->strings["No name"] = "Sin nombre";
+$a->strings["Remove authorization"] = "Elimina autorització";
+$a->strings["No feature settings configured"] = "No hi ha opcions de les funcions configurades";
+$a->strings["Feature/Addon Settings"] = "Ajustos de Característica/Afegit";
+$a->strings["Settings for the built-in Diaspora emulator"] = "Ajustos pel emulador de Diaspora incorporat";
+$a->strings["Allow any Diaspora member to comment on your public posts"] = "Permetre que cualsevol membre de Diaspora pugui comentar les teves entrades públiques";
+$a->strings["Enable the Diaspora protocol for this channel"] = "Activa el protocol Diaspora en aquest canal";
+$a->strings["Diaspora Policy Settings"] = "Política d'Ajustos de Diaspora";
+$a->strings["Prevent your hashtags from being redirected to other sites"] = "Evita que els teus hashtags puguin ser redirigits a altres llocs";
+$a->strings["Account Settings"] = "Ajustos de Compte";
+$a->strings["Enter New Password:"] = "Entra la Nova Contrasenya";
+$a->strings["Confirm New Password:"] = "Confirma la Nova Contrasenya:";
+$a->strings["Leave password fields blank unless changing"] = "Deixa els camps de contrasenya en blanc llevat que la volguis canviar";
+$a->strings["Email Address:"] = "Adreça de E-Correu:";
+$a->strings["Remove this account including all its channels"] = "Esborra aquest compte inclosos tots els seus canals";
+$a->strings["Off"] = "Apagat";
+$a->strings["On"] = "Funcionant";
+$a->strings["Additional Features"] = "Característiques Addicionals";
+$a->strings["Connector Settings"] = "Ajustos de Connector";
+$a->strings["No special theme for mobile devices"] = "No emprar tema especial per aparells mòbils";
+$a->strings["%s - (Experimental)"] = "%s - (Experimental)";
+$a->strings["Display Settings"] = "Ajustos de Pantalla";
+$a->strings["Theme Settings"] = "Ajustos de Tema";
+$a->strings["Custom Theme Settings"] = "Ajustos Personals de Tema";
+$a->strings["Content Settings"] = "Ajustos de Contingut";
+$a->strings["Display Theme:"] = "Ajustos de Tema:";
+$a->strings["Mobile Theme:"] = "Tema Mòbil:";
+$a->strings["Enable user zoom on mobile devices"] = "Zoom d'usuari en dispositius mòbils";
+$a->strings["Update browser every xx seconds"] = "Actualitza el navegador cada xx segons";
+$a->strings["Minimum of 10 seconds, no maximum"] = "Mínim de 10 segons, sense màxim";
+$a->strings["Maximum number of conversations to load at any time:"] = "Nombre màxim de conversacions a càrregar cada vegada";
+$a->strings["Maximum of 100 items"] = "Màxim de 100 elements";
+$a->strings["Show emoticons (smilies) as images"] = "Mostra emoticons (smilies) com a imatges";
+$a->strings["Link post titles to source"] = "Enllaça a l'origen els títols de l'entrada";
+$a->strings["System Page Layout Editor - (advanced)"] = "Editor de Disseny de la Pàgina del Sistema - (avançat)";
+$a->strings["Use blog/list mode on channel page"] = "Empra el mode blog/llista a la pàgina del canal";
+$a->strings["(comments displayed separately)"] = "(Observacions es mostren per separat)";
+$a->strings["Use blog/list mode on matrix page"] = "Empra mode blog/llista a la pàgina de matrix";
+$a->strings["Channel page max height of content (in pixels)"] = "Alçada màxima de contingut (en píxels) de la pàgina de Canal";
+$a->strings["click to expand content exceeding this height"] = "Clic per expandir el contingut que excedeixi aquesta alçada";
+$a->strings["Matrix page max height of content (in pixels)"] = "Alçada màxima del contingut (en píxels) de la pàgina Matrix";
+$a->strings["Nobody except yourself"] = "Ningú excepte tú";
+$a->strings["Only those you specifically allow"] = "Només allò que específicament permetis";
+$a->strings["Approved connections"] = "Connexions aprovades";
+$a->strings["Any connections"] = "Qualsevol connexió";
+$a->strings["Anybody on this website"] = "Qualsevol en aquest lloc";
+$a->strings["Anybody in this network"] = "Qualsevol en aquesta xarxa";
+$a->strings["Anybody authenticated"] = "Qualsevol autenticat";
+$a->strings["Anybody on the internet"] = "Qualsevol a internet";
+$a->strings["Publish your default profile in the network directory"] = "Publica el teu perfil per defecte al directori de la xarxa";
+$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Ens permets suggerir-te com a potencial amic als nous membres?";
+$a->strings["Your channel address is"] = "La teva direcció del canal es";
+$a->strings["Channel Settings"] = "Ajustos del Canal";
+$a->strings["Basic Settings"] = "Ajustos Bàsics";
+$a->strings["Your Timezone:"] = "La teva Franja Horària";
+$a->strings["Default Post Location:"] = "Localització Predeterminada de les Entrades:";
+$a->strings["Geographical location to display on your posts"] = "Posició geogràfica a mostrar a les teves entrades";
+$a->strings["Use Browser Location:"] = "Empra la Localització del Navegador:";
+$a->strings["Adult Content"] = "Contingut per a Adults";
+$a->strings["This channel frequently or regularly publishes adult content. (Please tag any adult material and/or nudity with #NSFW)"] = "Aquest canal publica freqúentment o amb regularitat contingut per a adults. (Si us plau, etiqueti qualsevol material per a adults amb #NSFW)";
+$a->strings["Security and Privacy Settings"] = "Ajustos de Seguretat i Privacitat";
+$a->strings["Your permissions are already configured. Click to view/adjust"] = "Els teus permisos estan configurats. Clic per veure/ajustar";
+$a->strings["Hide my online presence"] = "Amaga la meva presencia en línia";
+$a->strings["Prevents displaying in your profile that you are online"] = "Evita mostrar en el teu perfil, que estàs en línia";
+$a->strings["Simple Privacy Settings:"] = "Ajustos simples de privacitat:";
+$a->strings["Very Public - <em>extremely permissive (should be used with caution)</em>"] = "Molt públic - <em>extremadament permissiu (s'ha d'anar en compte)</em>";
+$a->strings["Typical - <em>default public, privacy when desired (similar to social network permissions but with improved privacy)</em>"] = "Normal - <em>públic per defecte, privat quan es desitgi (similar als permisos de xarxa social, però amb millor privacitat)";
+$a->strings["Private - <em>default private, never open or public</em>"] = "Privat - <em>privat per defecte, mai públic o obert</em>";
+$a->strings["Blocked - <em>default blocked to/from everybody</em>"] = "Bloquejat - <em>tothom bloquejat per defecte</em>";
+$a->strings["Allow others to tag your posts"] = "Permet a altres etiquetar les teves entrades";
+$a->strings["Often used by the community to retro-actively flag inappropriate content"] = "Sovint emprat per la comunitat per marcar retroactivament contingut inapropiat";
+$a->strings["Advanced Privacy Settings"] = "Ajustos avançats de privacitat";
+$a->strings["Expire other channel content after this many days"] = "El contingut d'altes canals caduca després d'aquests dies";
+$a->strings["0 or blank prevents expiration"] = "0 o vuit evita caducitat";
+$a->strings["Maximum Friend Requests/Day:"] = "Nombre màxim de peticions d'amistat per dia";
+$a->strings["May reduce spam activity"] = "Pot reduir l'SPAM";
+$a->strings["Default Post Permissions"] = "Permisos de publicació per defecte";
+$a->strings["Channel permissions category:"] = "Categoria de permisos de canal:";
+$a->strings["Maximum private messages per day from unknown people:"] = "Nombre màxim de missatges privats de desconeguts al dia:";
+$a->strings["Useful to reduce spamming"] = "Útil per a reduir l'spam";
+$a->strings["Notification Settings"] = "Ajustos de notificacions";
+$a->strings["By default post a status message when:"] = "Per defecte envia un missatge d'estat quan:";
+$a->strings["accepting a friend request"] = "Acceptar una sol·licitud d'amistat";
+$a->strings["joining a forum/community"] = "Apuntar-se a un fòrum o comunitat";
+$a->strings["making an <em>interesting</em> profile change"] = "faci un canvi <em>interesant</em> al perfil";
+$a->strings["Send a notification email when:"] = "Notifica per correu quan:";
+$a->strings["You receive a connection request"] = "Rebi una petició de connexió";
+$a->strings["Your connections are confirmed"] = "Es confirma una connexió";
+$a->strings["Someone writes on your profile wall"] = "Algú ha escrit al mur del teu perfil";
+$a->strings["Someone writes a followup comment"] = "Algú ha escrit un comentari de resposta";
+$a->strings["You receive a private message"] = "Rebi un missatge privat";
+$a->strings["You receive a friend suggestion"] = "Rebi una suggerència d'amistat";
+$a->strings["You are tagged in a post"] = "Estàs etiquetat a l'entrada";
+$a->strings["You are poked/prodded/etc. in a post"] = "S'enfoten/te piquen/etc. en una entrada";
+$a->strings["Show visual notifications including:"] = "Mostra notificacion visuals, com ara:";
+$a->strings["Unseen matrix activity"] = "Activitat no vista a la xarxa";
+$a->strings["Unseen channel activity"] = "Activitat no vista del canal";
+$a->strings["Unseen private messages"] = "Missatges privats no llegits";
+$a->strings["Recommended"] = "Recomanat";
+$a->strings["Upcoming events"] = "Esdeveniments propers";
+$a->strings["Events today"] = "Esdeveniments d'avui";
+$a->strings["Upcoming birthdays"] = "Aniversaris propers";
+$a->strings["Not available in all themes"] = "No està disponible en tots els temes";
+$a->strings["System (personal) notifications"] = "Notificacions (personals) de sistema";
+$a->strings["System info messages"] = "Missatges d'informació del sistema";
+$a->strings["System critical alerts"] = "Alertes crítiques del sistema";
+$a->strings["New connections"] = "Noves connexions";
+$a->strings["System Registrations"] = "Registres del sistema";
+$a->strings["Also show new wall posts, private messages and connections under Notices"] = "Mostra també les entrades de mur noves, les entrades privades i les connexions a \"Notícies\"";
+$a->strings["Notify me of events this many days in advance"] = "Notifica'm dels esdeveniments amb aquests dies d'antelació";
+$a->strings["Must be greater than 0"] = "Ha de ser més gran que 0";
+$a->strings["Advanced Account/Page Type Settings"] = "Ajustos avançats de compte i tipus de pàgina";
+$a->strings["Change the behaviour of this account for special situations"] = "Modifica el comportament d'aquest compte en situacions especials";
+$a->strings["Please enable expert mode (in <a href=\"settings/features\">Settings > Additional features</a>) to adjust!"] = "Activa el mode d'expert (a <a href=\"settings/features\">Ajustos > Més funcions</a>)";
+$a->strings["Miscellaneous Settings"] = "Ajustos diversos";
+$a->strings["Personal menu to display in your channel pages"] = "Menú personal per mostrar en les teves pàgines de canal";
+$a->strings["Remove Channel"] = "Elimina el canal";
+$a->strings["Remove this channel."] = "Elimina aquest canal.";
+$a->strings["First Name"] = "Nom";
+$a->strings["Last Name"] = "Cognoms";
+$a->strings["Nickname"] = "Àlies";
+$a->strings["Full Name"] = "Nom Sencer";
+$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 horària";
+$a->strings["Homepage URL"] = "URL de la pàgina d'inici";
+$a->strings["Birth Year"] = "Any de Naixement";
+$a->strings["Birth Month"] = "Mes de Naixement";
+$a->strings["Birth Day"] = "Dia de Naixement";
+$a->strings["Birthdate"] = "Aniversari";
+$a->strings["Conversation removed."] = "Conversació eliminada.";
+$a->strings["No messages."] = "Sense missatges.";
+$a->strings["Delete conversation"] = "Conversació esborrada";
+$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A";
+$a->strings["Set your current mood and tell your friends"] = "Estableix el teu estat d'ànim actual i digues-li als teus amics";
+$a->strings["Total votes"] = "Total de vots";
+$a->strings["Average Rating"] = "Valoració Mitja";
+$a->strings["Channel removals are not allowed within 48 hours of changing the account password."] = "L'esborrat de canals no està permès fins que transcorren 48 hores des de l'últim canvi de contrasenya.";
+$a->strings["Remove This Channel"] = "Elimina Aquest Canal";
+$a->strings["This channel will be completely removed from the network. "] = "Aquest canal serà completament eliminat de la xarxa.";
+$a->strings["Remove this channel and all its clones from the network"] = "Elimina aquest canal i els seus clons de la xarxa";
+$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = "Per defecte, només la instancia del canal ubicat en aquest concentrador pot esser esborrat de la xarxa";
+$a->strings["is now connected to"] = "Ara està conectat amb";
+$a->strings["Could not access address book record."] = "No puc accedir al registre del contacte";
+$a->strings["Refresh failed - channel is currently unavailable."] = "Ha fallat la recàrrega - el canal es actualment inaccesible.";
+$a->strings["Unable to set address book parameters."] = "No es poden ajustar els paràmetres dels contactes.";
+$a->strings["Connection has been removed."] = "S'han eliminat les conexions.";
+$a->strings["View %s's profile"] = "Mostra el perfil de %s";
+$a->strings["Refresh Permissions"] = "Recarrega els Permissos";
+$a->strings["Fetch updated permissions"] = "Obté els permisos actualitzats";
+$a->strings["Recent Activity"] = "Activitat Recent";
+$a->strings["View recent posts and comments"] = "Mostra les entrades i comentaris recents";
+$a->strings["Block (or Unblock) all communications with this connection"] = "Boqueja (o Desbloqueja) les comunicacions amb aquesta connexió";
+$a->strings["This connection is blocked!"] = "Aquesta connexió està bloquejada!";
+$a->strings["Unignore"] = "Inhabilita";
+$a->strings["Ignore"] = "Ignora";
+$a->strings["Ignore (or Unignore) all inbound communications from this connection"] = "Ignora (o Considera) les communicacions entrants d'aquesta connexió";
+$a->strings["This connection is ignored!"] = "Aquesta connexió es ignorada!";
+$a->strings["Unarchive"] = "Desarxiva";
+$a->strings["Archive"] = "Arxiva";
+$a->strings["Archive (or Unarchive) this connection - mark channel dead but keep content"] = "Arxiva (o Desarxiva) aquesta connexió - Marca el canal com a mort pero manté el contingut ";
+$a->strings["This connection is archived!"] = "Aquesta connexió està arxivada!";
+$a->strings["Unhide"] = "Mostra";
+$a->strings["Hide"] = "Amaga";
+$a->strings["Hide or Unhide this connection from your other connections"] = "Amaga (o Mostra) aquesta connexió de les altres connexions teves";
+$a->strings["This connection is hidden!"] = "Aquesta connexió està amagada!";
+$a->strings["Delete this connection"] = "Elimina aquesta connexió";
+$a->strings["Approve this connection"] = "Apccepta aquesta connexió";
+$a->strings["Accept connection to allow communication"] = "Accepta la connexió per permetre la comunicació";
+$a->strings["Set Affinity"] = "Ajusta l'Afinitat";
+$a->strings["Set Profile"] = "Ajusta el Perfil";
+$a->strings["Set Affinity & Profile"] = "Ajusta Afinitat i Perfil";
+$a->strings["Apply these permissions automatically"] = "Aplica aquests permissos automaticament";
+$a->strings["This connection's address is"] = "La direcció d'aquesta connexió es";
+$a->strings["The permissions indicated on this page will be applied to all new connections."] = "Els permisos indicats en aquesta pàgina seran aplicats a totes les noves connexions.";
+$a->strings["Slide to adjust your degree of friendship"] = "Llisca per ajustar el nivell d'amistat";
+$a->strings["Slide to adjust your rating"] = "Llisca per ajustar la valoració";
+$a->strings["Optionally explain your rating"] = "Opcionalment pots explicar la teva valoració";
+$a->strings["Custom Filter"] = "Filtre a mida";
+$a->strings["Only import posts with this text"] = "Importa exclusivament entrades amb aquest text";
+$a->strings["words one per line or #tags or /patterns/, leave blank to import all posts"] = "paraules una per línia o #etiquetes o /patrons/, deixar en blanc per importar totes les entrades";
+$a->strings["Do not import posts with this text"] = "No importar entrades amb aquest text";
+$a->strings["This information is public!"] = "Aquesta informació es pública!";
+$a->strings["Connection Pending Approval"] = "Connexió Pendent d'Aprovació";
+$a->strings["Connection Request"] = "Petició de Connexió";
+$a->strings["(%s) would like to connect with you. Please approve this connection to allow communication."] = "(%s) voldria conectar amb tu. Aprova aquesta connexió per permetre la connexió.";
+$a->strings["Approve Later"] = "Aprovar més tard";
+$a->strings["inherited"] = "heretat";
+$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Tria el perfil que vols mostrar a %s quan es vegi el perfil segur.";
+$a->strings["Their Settings"] = "Els seus Ajustos";
+$a->strings["My Settings"] = "Els Meus Ajustos";
+$a->strings["Individual Permissions"] = "Permisos Individuals";
+$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."] = "Alguns permisos poden ser heretats dels teus canals <a href=\"settings\"><strong>ajustos de privacitat</strong></a>, Els quals tenen més prioritat que els ajustos individuals. <strong>No</strong> pots canviar aquests ajustos 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."] = "Alguns permisos poden ser heretats dels teus canals <a href=\"settings\"><strong>ajustos de privacitat</strong></a>, Els quals tenen més prioritat que els ajustos individuals. <strong>Pots</strong> canviar aquests ajustos aquí pero no tindran cap impacte fins que no canviis els ajustos heretats.";
+$a->strings["Last update:"] = "Darrera actualització:";
+$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Em trobat un problema durant l'inici de sessió amb el OpenID que has facilitat. verifica l'ortografia correcta de la ID.";
+$a->strings["The error message was:"] = "El missatge d'error fou:";
+$a->strings["Authentication failed."] = "Ha fallat l'autentificació.";
+$a->strings["Remote Authentication"] = "Autentificació Remota";
+$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Introdueix la teva adreça del canal (eg canal@exemple.com)";
+$a->strings["Authenticate"] = "Autentica't";
+$a->strings["Unable to lookup recipient."] = "Incapaç de trobar el destinatari.";
+$a->strings["Unable to communicate with requested channel."] = "Incapaç de comunicar amb el canal demanat.";
+$a->strings["Cannot verify requested channel."] = "No puc verificar el canal demanat.";
+$a->strings["Selected channel has private message restrictions. Send failed."] = "El canal seleccionat te restriccions sobre els missatges privats. L'enviament ha fallat.";
+$a->strings["Message deleted."] = "Missatge eliminat.";
+$a->strings["Message recalled."] = "Recupera el missatge.";
+$a->strings["Send Private Message"] = "Envia Missatge Privat";
+$a->strings["To:"] = "Per:";
+$a->strings["Subject:"] = "Assumpte:";
+$a->strings["Send"] = "Envia";
+$a->strings["Message not found."] = "Missatge no trobat.";
+$a->strings["Delete message"] = "Elimina el missatge";
+$a->strings["Recall message"] = "Recupera el missatge";
+$a->strings["Message has been recalled."] = "El missatge s'ha recuperat.";
+$a->strings["Private Conversation"] = "Conversació Privada";
+$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Comunicació segura no disponible. Pots respondre des de la pàgina de perfil del remitent.";
+$a->strings["Send Reply"] = "Envia Resposta";
+$a->strings["Invalid request identifier."] = "Sol·licitud d'identificació invàlida.";
+$a->strings["Discard"] = "Descarta";
+$a->strings["Please login."] = "Inicia Sessió.";
+$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Autenticació remota bloquejada. Ha iniciat sessió en aquest lloc a nivell local. Si us plau, tanca la sessió i torna-ho a intentar.";
+$a->strings["Add a Channel"] = "Afegeix 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 es la teva pròpia col·lecció de pàgines web. Un canal pot emprat per mantenir perfils a una xarxa social, blocs, grups de conversació, fòrums, pàgines de famosos, i molt més. Pots crear tants canals com el teu servei d'internet et permeti.";
+$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = "Exemples: \"Joan Tou\", \"Manel i els seus esquirols\", \"Fútbol\", \"Grup de Gegants\"";
+$a->strings["Choose a short nickname"] = "Tria un àlies curt";
+$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "El teu àlies es pot emprar per crear un canal fàcilment memoritzatble (com una adreça de correu electrònic) que pot ser compartit amb altres.";
+$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = "O <a href=\"import\">importa un canal existent</a> d'un altre lloc";
+$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"] = "Tria un tipus de canal (com a xarxa social o fòrum comunitari) i els requisits de privacitat, així podem proposar el que te el permisos més adients.";
+$a->strings["Channel Type"] = "tipus de Canal";
+$a->strings["Read more about roles"] = "Llegix més sobre els rols";
+$a->strings["App installed."] = "Aplicació instal·lada.";
+$a->strings["Malformed app."] = "Aplicació amb errors";
+$a->strings["Embed code"] = "Codi embegut";
+$a->strings["Edit App"] = "Edita l'Aplicació";
+$a->strings["Create App"] = "Crea l'Aplicació";
+$a->strings["Name of app"] = "Nom de l'Aplicació";
+$a->strings["Location (URL) of app"] = "Ubicació (URL) de l'aplicació";
+$a->strings["Photo icon URL"] = "Foto icona URL";
+$a->strings["80 x 80 pixels - optional"] = "80 x 80 pixels - opcional";
+$a->strings["Version ID"] = "Versió ID";
+$a->strings["Price of app"] = "Preu de l'aplicació";
+$a->strings["Location (URL) to purchase app"] = "Ubicació (URL) per comprar l'aplicació";
+$a->strings["sent you a private message"] = "Se t'ha enviat un missatge privat";
+$a->strings["added your channel"] = "el teu canal s'ha afegit";
+$a->strings["posted an event"] = "enviat un event";
+$a->strings["Comanche page description language help"] = "Pgina d'ajuda del llenguatge Comanche";
+$a->strings["Layout Description"] = "Descripció del Disseny de la Pàgina";
+$a->strings["Download PDL file"] = "Descarrega l'arxiu PDL";
+$a->strings["Welcome to %s"] = "Benvingut a %s";
+$a->strings["Lorem Ipsum"] = "Lorem Ipsum";
+$a->strings["Bookmark added"] = "Favorit afegit";
+$a->strings["My Bookmarks"] = "Els Meus Favorits";
+$a->strings["My Connections Bookmarks"] = "Les connexions dels meus Favorits";
+$a->strings["Insufficient permissions. Request redirected to profile page."] = "Permisos insuficients. Petició redirigida a la pàgina del perfil.";
+$a->strings["This setting requires special processing and editing has been blocked."] = "Aquest ajust requereix un procés espedial i l'edició esta bloquejada.";
+$a->strings["Configuration Editor"] = "Editor de Configuració";
+$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ó: Realitzar segons quins ajustos pot fer el canal inoperable. Deixa aquesta pàgina si no estas segur i tens suficients coneixements sobre l'ús correcte d'aquesta característica.";
+$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "No hi ha suggerencies. Si es un lloc nou, espera 24 hores i proba de nou.";
+$a->strings["Poll"] = "Sondeija";
+$a->strings["View Results"] = "Mostra els Resultats";
+$a->strings["No service class restrictions found."] = "No s'han trobat restriccions de clase.";
+$a->strings["Files: shared with me"] = "Arxius: compartits amb jo";
+$a->strings["NEW"] = "NOU";
+$a->strings["Remove all files"] = "Esborra tots els arxius";
+$a->strings["Remove this file"] = "Esborra l'arxiu";
+$a->strings["Schema Default"] = "Esquema Predeterminat";
+$a->strings["Sans-Serif"] = "Sans-Serif";
+$a->strings["Monospace"] = "Monospace";
+$a->strings["Theme settings"] = "Ajustos de tema";
+$a->strings["Set scheme"] = "Ajustos d'esquema";
+$a->strings["Set font-size for posts and comments"] = "Ajusta la mida del tipus de lletra per a entrades i comentaris";
+$a->strings["Set font face"] = "Ajusta el tipus de lletra";
+$a->strings["Set iconset"] = "Ajusta el conjunt d'icones";
+$a->strings["Set big shadow size, default 15px 15px 15px"] = "Ajusta la mida gran de l'ombra, predeterminat a 15px 15px 15px";
+$a->strings["Set small shadow size, default 5px 5px 5px"] = "Ajusta la mida petita de l'ombra, predeterminat a 5px 5px 5px";
+$a->strings["Set shadow color, default #000"] = "Ajusta el color de l'ombra, predeterminat a #000";
+$a->strings["Set radius size, default 5px"] = "Ajusta la mida del radi, predeterminat a 5px";
+$a->strings["Set line-height for posts and comments"] = "Ajusta el gruix de línia per entrades i comentaris";
+$a->strings["Set background image"] = "Ajusta l'imatge de fons";
+$a->strings["Set background attachment"] = "Ajusta els adjunts en segon pla";
+$a->strings["Set background color"] = "Ajusta el color en segon pla";
+$a->strings["Set section background image"] = "Ajusta la secció d'imatge en segon pla";
+$a->strings["Set section background color"] = "Ajusta el color de la secció en segon pla";
+$a->strings["Set color of items - use hex"] = "Ajuste el color dels articles - empra codi hexadecimal";
+$a->strings["Set color of links - use hex"] = "ajusta el color dels enlaços - empra codi hexadecimal";
+$a->strings["Set max-width for items. Default 400px"] = "Ajusta l'amplada màxima dels articles. Predeterminat a 400px";
+$a->strings["Set min-width for items. Default 240px"] = "Ajusta l'amplada minima dels articles. Predeterminat a 240px";
+$a->strings["Set the generic content wrapper width. Default 48%"] = "Ajusta l'amplada de l'embolcall del contingut genèric. Predeterminat a 48%";
+$a->strings["Set color of fonts - use hex"] = "Ajusta el color del tipus de lletra - empra codi hexadecimal";
+$a->strings["Set background-size element"] = "Ajusta la mida de l'element en segon pla";
+$a->strings["Item opacity"] = "Opacitat de l'article";
+$a->strings["Display post previews only"] = "Mostra tan sols les previsualitzacions de les entrades";
+$a->strings["Display side bar on channel page"] = "Mostra la barra lateral a la pàgina del canal";
+$a->strings["Colour of the navigation bar"] = "Color de la barra de navegació";
+$a->strings["Item float"] = "Article flotant";
+$a->strings["Left offset of the section element"] = "Desplaçament esquerra de l'element de secció";
+$a->strings["Right offset of the section element"] = "Desplaçament dret de l'element de secció";
+$a->strings["Section width"] = "Amplada de la secció";
+$a->strings["Left offset of the aside"] = "Desplaçament esquerra del costat";
+$a->strings["Right offset of the aside element"] = "Desplaçament dret de l'element del costat";
+$a->strings["Light (Red Matrix default)"] = "Clar (predeterminat)";
+$a->strings["Select scheme"] = "Tria esquema";
+$a->strings["Narrow navbar"] = "Barra de navegació estreta";
+$a->strings["Navigation bar background color"] = "Color de fons de la barra de navegació";
+$a->strings["Navigation bar gradient top color"] = "Gradient de color de la part superior de la barra de navegació";
+$a->strings["Navigation bar gradient bottom color"] = "Gradient de color de la part inferior de la barra de navegació";
+$a->strings["Navigation active button gradient top color"] = "Gradient de color de la part superior del botó actiu de la barra de navegació";
+$a->strings["Navigation active button gradient bottom color"] = "Gradient de color de la part inferior del botó actiu de la barra de navegació";
+$a->strings["Navigation bar border color "] = "Color de la barra de navegació";
+$a->strings["Navigation bar icon color "] = "Color de la icona de la barra de navegació";
+$a->strings["Navigation bar active icon color "] = "Color de la icona de la barra de navegació activa";
+$a->strings["link color"] = "Color d'enllaç";
+$a->strings["Set font-color for banner"] = "Ajusta el color del tipus de lletra per la senyera";
+$a->strings["Set the background color"] = "Ajusta el color de fons";
+$a->strings["Set the background image"] = "Ajusta la imatge de fons";
+$a->strings["Set the background color of items"] = "ajusta el color dels articles de fons";
+$a->strings["Set the background color of comments"] = "Ajusta el color dels comentaris en segon pla";
+$a->strings["Set the border color of comments"] = "Canviar el color del marge dels comentaris";
+$a->strings["Set the indent for comments"] = "ajusta l'indentació dels comentaris";
+$a->strings["Set the basic color for item icons"] = "ajusta el color basic per les icones dels articles";
+$a->strings["Set the hover color for item icons"] = "Ajusta el color de la libració de les icones dels articles";
+$a->strings["Set font-size for the entire application"] = "Ajusta la mida del tipus de lletra per tota l'aplicació";
+$a->strings["Example: 14px"] = "Exemple: 14px";
+$a->strings["Set font-color for posts and comments"] = "Ajusta el color del tipus de lletra per entrades i comentaris";
+$a->strings["Set radius of corners"] = "Ajusta el radi de les cantonades";
+$a->strings["Set shadow depth of photos"] = "Ajusta la profunditat d'ombres de les fotos";
+$a->strings["Set maximum width of content region in pixel"] = "Ajusta l'amplada màxima de la zona de contingut en pixels";
+$a->strings["Leave empty for default width"] = "Deixa en blanc per l'amplada predeterminada";
+$a->strings["Center page content"] = "Contingut del centre de la pàgina";
+$a->strings["Set minimum opacity of nav bar - to hide it"] = "Ajusta la opacitat mínima de la harra de navegació - per amagar-la";
+$a->strings["Set size of conversation author photo"] = "Ajusta la mida de la foto del autor a la conversa";
+$a->strings["Set size of followup author photos"] = "Ajusta la mida del seguidor de les fotos de l'autor";
+$a->strings["Update %s failed. See error logs."] = "L'actualització %s ha fallat. Mira el registre d'errors.";
+$a->strings["Update Error at %s"] = "Error d'Actualització a %s";
+$a->strings["Create an account to access services and applications within the Red Matrix"] = "Crea un compte per accedir als serveis i aplicacions dins de RedMatrix";
+$a->strings["Password"] = "Contrasenya";
+$a->strings["Remember me"] = "Recorda'm";
+$a->strings["Forgot your password?"] = "Has perdut la Contrasenya?";
+$a->strings["toggle mobile"] = "canvia a format per a mòbils";
+$a->strings["Website SSL certificate is not valid. Please correct."] = "El certificat SSL és invalid, soluciona-ho, si us plau.";
+$a->strings["[red] Website SSL error for %s"] = "[red] Error de SSL per la web %s";
+$a->strings["Cron/Scheduled tasks not running."] = "No s'estan executan les tasques programades al cron.";
+$a->strings["[red] Cron tasks not running on %s"] = "[red] No s'estan executan les tasques programades del cron a %s";
diff --git a/view/css/mod_admin.css b/view/css/mod_admin.css
index f052175bb..409744402 100644
--- a/view/css/mod_admin.css
+++ b/view/css/mod_admin.css
@@ -61,7 +61,12 @@
#adminpage table tr:hover { background-color: #bbc7d7; }
#adminpage .selectall { text-align: right; }
+.checkbox_bulkedit {
+ width: 1.2em;
+ height: 1.2em;
+}
.channels_ckbx, .pending_ckbx, .users_ckbx {
- margin-top: -5px !important;
+ margin-top: 0px !important;
+ margin-left: 0px !important;
}
diff --git a/view/es/htconfig.tpl b/view/es/htconfig.tpl
deleted file mode 100644
index cc4087f96..000000000
--- a/view/es/htconfig.tpl
+++ /dev/null
@@ -1,70 +0,0 @@
-<?php
-
-// Set the following for your MySQL installation
-// Copy or rename this file to .htconfig.php
-
-$db_host = '{{$dbhost}}';
-$db_port = '{{$dbport}}';
-$db_user = '{{$dbuser}}';
-$db_pass = '{{$dbpass}}';
-$db_data = '{{$dbdata}}';
-
-/*
- * Notice: Many of the following settings will be available in the admin panel
- * after a successful site install. Once they are set in the admin panel, they
- * are stored in the DB - and the DB setting will over-ride any corresponding
- * setting in this file
- *
- * The command-line tool util/config is able to query and set the DB items
- * directly if for some reason the admin panel is not available and a system
- * setting requires modification.
- *
- */
-
-
-// Choose a legal default timezone. If you are unsure, use "America/Los_Angeles".
-// It can be changed later and only applies to timestamps for anonymous viewers.
-
-$default_timezone = '{{$timezone}}';
-
-// What is your site name?
-
-$a->config['system']['baseurl'] = '{{$siteurl}}';
-$a->config['system']['sitename'] = "Hubzilla";
-$a->config['system']['location_hash'] = '{{$site_id}}';
-
-// Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED.
-// Be certain to create your own personal account before setting
-// REGISTER_CLOSED. 'register_text' (if set) will be displayed prominently on
-// the registration page. REGISTER_APPROVE requires you set 'admin_email'
-// to the email address of an already registered person who can authorise
-// and/or approve/deny the request.
-
-$a->config['system']['register_policy'] = REGISTER_OPEN;
-$a->config['system']['register_text'] = '';
-$a->config['system']['admin_email'] = '{{$adminmail}}';
-
-// Maximum size of an imported message, 0 is unlimited
-
-$a->config['system']['max_import_size'] = 200000;
-
-// maximum size of uploaded photos
-
-$a->config['system']['maximagesize'] = 8000000;
-
-// Location of PHP command line processor
-
-$a->config['system']['php_path'] = '{{$phpath}}';
-
-// Configure how we communicate with directory servers.
-// DIRECTORY_MODE_NORMAL = directory client, we will find a directory
-// DIRECTORY_MODE_SECONDARY = caching directory or mirror
-// DIRECTORY_MODE_PRIMARY = main directory server
-// DIRECTORY_MODE_STANDALONE = "off the grid" or private directory services
-
-$a->config['system']['directory_mode'] = DIRECTORY_MODE_NORMAL;
-
-// default system theme
-
-$a->config['system']['theme'] = 'redbasic';
-
diff --git a/view/es/lostpass_eml.tpl b/view/es/lostpass_eml.tpl
index 3b79d2791..0ae657aca 100644
--- a/view/es/lostpass_eml.tpl
+++ b/view/es/lostpass_eml.tpl
@@ -1,32 +1,32 @@
-Dear {{$username}},
- A request was recently received at {{$sitename}} to reset your account
-password. In order to confirm this request, please select the verification link
-below or paste it into your web browser address bar.
+Estimado {{$username}},
+ Una petición fue recibida recientemente en {{$sitename}} para cambiar la contraseña de su cuenta
+contraseña. Para confirmar esta petición, por favor, selecciona el enlace de verificación
+de más abajo o corte y pégelo en la barra de su navegador web.
-If you did NOT request this change, please DO NOT follow the link
-provided and ignore and/or delete this email.
+Si no hizo esta petición de cambio, por favor, NO siga el enlace
+que encontrará más abajo e ignore y/o borre este correo electrónico.
-Your password will not be changed unless we can verify that you
-issued this request.
+Su contraseña no será cambiada hasta que verifiquemos que es usted
+envió esta petición.
-Follow this link to verify your identity:
+Siga el enlace para verificar su identidad:
{{$reset_link}}
-You will then receive a follow-up message containing the new password.
+Seguidamente recibirá un mensaje con la nueva contraseña.
-You may change that password from your account settings page after logging in.
+Puede cambiar esta contraseña desde tu cuenta después de iniciar sesión.
-The login details are as follows:
+Los detalles del inicio de sesión son los siguientes:
-Site Location: {{$siteurl}}
-Login Name: {{$email}}
+Localización del Sitio: {{$siteurl}}
+Nombre de usuario: {{$email}}
-Sincerely,
- {{$sitename}} Administrator
+Atentamente,
+ Administrador de {{$sitename}}
-
+ \ No newline at end of file
diff --git a/view/es/messages.po b/view/es/messages.po
index 8a29cf695..9a561aebc 100644
--- a/view/es/messages.po
+++ b/view/es/messages.po
@@ -1,5331 +1,9076 @@
-# FRIENDICA Distributed Social Network
-# Copyright (C) 2010, 2011 Mike Macgirvin
-# This file is distributed under the same license as the Friendika package.
+# Red Matrix Project
+# Copyright (C) 2012-2014 the Red Matrix Project
+# This file is distributed under the same license as the Red package.
#
# Translators:
-# <blackhalo@member.fsf.org>, 2011.
-# David Martín Miranda, 2011.
-# <juanma@kde.org.ar>, 2011.
-# Manuel Pérez Monís, 2011.
-# Mike Macgirvin, 2010.
+# boquiabierto <adrian@grell.es>, 2013-2014
+# Alfonso <admin@alfonsomh.eu>, 2015
+# jeroenpraat <jeroenpraat@xs4all.nl>, 2015
+# Manuel Jiménez Friaza <mjfriaza@openmailbox.org>, 2015
+# Rafael, 2015
+# tony baldwin <tonybaldwin@gmx.com>, 2014
msgid ""
msgstr ""
-"Project-Id-Version: friendica\n"
-"Report-Msgid-Bugs-To: http://bugs.friendica.com/\n"
-"POT-Creation-Date: 2011-11-15 17:20+0100\n"
-"PO-Revision-Date: 2011-11-22 21:19+0000\n"
-"Last-Translator: blackhalo <blackhalo@member.fsf.org>\n"
-"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/friendica/team/es/)\n"
+"Project-Id-Version: Redmatrix\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2015-08-14 00:04-0700\n"
+"PO-Revision-Date: 2015-08-17 16:39+0000\n"
+"Last-Translator: Manuel Jiménez Friaza <mjfriaza@openmailbox.org>\n"
+"Language-Team: Spanish (http://www.transifex.com/Friendica/red-matrix/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../../index.php:213 ../../mod/help.php:38
-msgid "Not Found"
-msgstr "No se ha encontrado"
+#: ../../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 para el servidor de base de datos “%s”"
-#: ../../index.php:216 ../../mod/help.php:41
-msgid "Page not found."
-msgstr "Página no encontrada."
+#: ../../include/photo/photo_driver.php:687 ../../mod/profile_photo.php:143
+#: ../../mod/profile_photo.php:302 ../../mod/profile_photo.php:424
+#: ../../mod/photos.php:92 ../../mod/photos.php:637
+msgid "Profile Photos"
+msgstr "Fotos de perfil"
+
+#: ../../include/menu.php:107 ../../include/page_widgets.php:8
+#: ../../include/page_widgets.php:36 ../../include/RedDAV/RedBrowser.php:266
+#: ../../include/ItemObject.php:100 ../../include/apps.php:254
+#: ../../mod/webpages.php:181 ../../mod/thing.php:227
+#: ../../mod/connections.php:382 ../../mod/connections.php:395
+#: ../../mod/connections.php:414 ../../mod/blocks.php:153
+#: ../../mod/editpost.php:106 ../../mod/editlayout.php:133
+#: ../../mod/editwebpage.php:178 ../../mod/editblock.php:134
+#: ../../mod/menu.php:103 ../../mod/settings.php:650 ../../mod/layouts.php:183
+msgid "Edit"
+msgstr "Editar"
-#: ../../index.php:279 ../../mod/profperm.php:19 ../../mod/group.php:67
-msgid "Permission denied"
-msgstr "Permiso denegado"
+#: ../../include/contact_selectors.php:56
+msgid "Frequently"
+msgstr "Frecuentemente"
-#: ../../index.php:280 ../../mod/manage.php:75 ../../mod/wall_upload.php:42
-#: ../../mod/follow.php:8 ../../mod/profile_photo.php:19
-#: ../../mod/profile_photo.php:137 ../../mod/profile_photo.php:148
-#: ../../mod/profile_photo.php:159 ../../mod/wall_attach.php:43
-#: ../../mod/suggest.php:28 ../../mod/regmod.php:111 ../../mod/profiles.php:7
-#: ../../mod/profiles.php:229 ../../mod/settings.php:41
-#: ../../mod/settings.php:46 ../../mod/settings.php:376
-#: ../../mod/photos.php:123 ../../mod/photos.php:858 ../../mod/display.php:111
-#: ../../mod/editpost.php:10 ../../mod/invite.php:13 ../../mod/invite.php:81
-#: ../../mod/contacts.php:115 ../../mod/register.php:27
-#: ../../mod/allfriends.php:9 ../../mod/install.php:96 ../../mod/network.php:6
-#: ../../mod/events.php:109 ../../mod/notifications.php:62
-#: ../../mod/crepair.php:113 ../../mod/api.php:26 ../../mod/api.php:31
-#: ../../mod/notes.php:20 ../../mod/fsuggest.php:78 ../../mod/item.php:113
-#: ../../mod/message.php:9 ../../mod/message.php:42
-#: ../../mod/dfrn_confirm.php:53 ../../mod/viewconnections.php:21
-#: ../../mod/group.php:19 ../../mod/attach.php:33 ../../mod/common.php:9
-#: ../../addon/facebook/facebook.php:331 ../../include/items.php:2874
-msgid "Permission denied."
-msgstr "Permiso denegado."
+#: ../../include/contact_selectors.php:57
+msgid "Hourly"
+msgstr "Cada hora"
-#: ../../boot.php:419
-msgid "Delete this item?"
-msgstr "¿Eliminar este elemento?"
+#: ../../include/contact_selectors.php:58
+msgid "Twice daily"
+msgstr "Dos veces al día"
-#: ../../boot.php:420 ../../mod/photos.php:1202 ../../mod/photos.php:1241
-#: ../../mod/photos.php:1272 ../../include/conversation.php:433
-msgid "Comment"
-msgstr "Comentar"
+#: ../../include/contact_selectors.php:59
+msgid "Daily"
+msgstr "Diariamente"
-#: ../../boot.php:662
-msgid "Create a New Account"
-msgstr "Crear una nueva cuenta"
+#: ../../include/contact_selectors.php:60
+msgid "Weekly"
+msgstr "Semanalmente"
-#: ../../boot.php:663 ../../mod/register.php:530 ../../include/nav.php:77
-msgid "Register"
-msgstr "Registrarse"
+#: ../../include/contact_selectors.php:61
+msgid "Monthly"
+msgstr "Mensualmente"
-#: ../../boot.php:679 ../../include/nav.php:44
-msgid "Logout"
-msgstr "Salir"
+#: ../../include/contact_selectors.php:76
+msgid "Friendica"
+msgstr "Friendica"
-#: ../../boot.php:680 ../../addon/communityhome/communityhome.php:28
-#: ../../addon/communityhome/communityhome.php:34 ../../include/nav.php:62
-msgid "Login"
-msgstr "Acceder"
+#: ../../include/contact_selectors.php:77
+msgid "OStatus"
+msgstr "OStatus"
-#: ../../boot.php:682
-msgid "Nickname or Email address: "
-msgstr "Apodo o dirección de email: "
+#: ../../include/contact_selectors.php:78
+msgid "RSS/Atom"
+msgstr "RSS/Atom"
-#: ../../boot.php:683
-msgid "Password: "
-msgstr "Contraseña: "
+#: ../../include/contact_selectors.php:79 ../../mod/admin.php:822
+#: ../../mod/admin.php:831 ../../mod/id.php:15 ../../mod/id.php:16
+#: ../../boot.php:1553
+msgid "Email"
+msgstr "Correo electrónico"
-#: ../../boot.php:686
-msgid "OpenID: "
-msgstr "OpenID:"
+#: ../../include/contact_selectors.php:80
+msgid "Diaspora"
+msgstr "Diaspora"
-#: ../../boot.php:692
-msgid "Forgot your password?"
-msgstr "¿Olvidó la contraseña?"
+#: ../../include/contact_selectors.php:81
+msgid "Facebook"
+msgstr "Facebook"
-#: ../../boot.php:693 ../../mod/lostpass.php:82
-msgid "Password Reset"
-msgstr "Restablecer la contraseña"
+#: ../../include/contact_selectors.php:82
+msgid "Zot!"
+msgstr "Zot!"
-#: ../../boot.php:815 ../../mod/profile.php:10 ../../mod/hcard.php:10
-msgid "No profile"
-msgstr "Nigún perfil"
+#: ../../include/contact_selectors.php:83
+msgid "LinkedIn"
+msgstr "LinkedIn"
-#: ../../boot.php:839
-msgid "Edit profile"
-msgstr "Editar perfil"
+#: ../../include/contact_selectors.php:84
+msgid "XMPP/IM"
+msgstr "XMPP/IM"
-#: ../../boot.php:890 ../../include/contact_widgets.php:9
-msgid "Connect"
-msgstr "Conectar"
+#: ../../include/contact_selectors.php:85
+msgid "MySpace"
+msgstr "MySpace"
-#: ../../boot.php:900 ../../include/nav.php:129
-msgid "Profiles"
-msgstr "Perfiles"
+#: ../../include/notify.php:23
+msgid "created a new post"
+msgstr "Crear una nueva entrada"
-#: ../../boot.php:900 ../../include/nav.php:129
-msgid "Manage/edit profiles"
-msgstr "Administrar/editar perfiles"
+#: ../../include/notify.php:24
+#, php-format
+msgid "commented on %s's post"
+msgstr "comentar la entrada de %s"
-#: ../../boot.php:906 ../../mod/profiles.php:462
-msgid "Change profile photo"
-msgstr "Cambiar foto del perfil"
+#: ../../include/Import/import_diaspora.php:17
+msgid "No username found in import file."
+msgstr "No se ha encontrado el nombre de usuario en el archivo importado."
-#: ../../boot.php:907 ../../mod/profiles.php:463
-msgid "Create New Profile"
-msgstr "Crear nuevo perfil"
+#: ../../include/Import/import_diaspora.php:42 ../../mod/import.php:156
+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."
-#: ../../boot.php:917 ../../mod/profiles.php:473
-msgid "Profile Image"
-msgstr "Imagen del Perfil"
+#: ../../include/Import/import_diaspora.php:140 ../../mod/import.php:530
+msgid "Import completed."
+msgstr "Importación completada."
-#: ../../boot.php:920 ../../mod/profiles.php:475
-msgid "visible to everybody"
-msgstr "Visible para todos"
+#: ../../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 éste nombre ha sido reestablecido. <strong>Es posible</strong> que los permisos existentes sean aplicados a éste grupo y sus futuros miembros. Si no quiere esto por favor cree otro grupo con un nombre diferente."
-#: ../../boot.php:921 ../../mod/profiles.php:476
-msgid "Edit visibility"
-msgstr "Editar visibilidad"
+#: ../../include/group.php:235
+msgid "Default privacy group for new contacts"
+msgstr "Grupo de privacidad por defecto para nuevos contactos "
-#: ../../boot.php:940 ../../mod/events.php:325 ../../include/event.php:37
-#: ../../include/bb2diaspora.php:249
-msgid "Location:"
-msgstr "Localización:"
+#: ../../include/group.php:254 ../../mod/admin.php:831
+msgid "All Channels"
+msgstr "Todos los canales"
-#: ../../boot.php:942 ../../include/profile_advanced.php:17
-msgid "Gender:"
-msgstr "Género:"
+#: ../../include/group.php:276
+msgid "edit"
+msgstr "editar"
-#: ../../boot.php:945 ../../include/profile_advanced.php:37
-msgid "Status:"
-msgstr "Estado:"
+#: ../../include/group.php:298
+msgid "Collections"
+msgstr "Colecciones"
-#: ../../boot.php:947 ../../include/profile_advanced.php:45
-msgid "Homepage:"
-msgstr "Página de inicio:"
+#: ../../include/group.php:299
+msgid "Edit collection"
+msgstr "Editar colección"
-#: ../../boot.php:1006 ../../boot.php:1068
-msgid "g A l F d"
-msgstr "g A l F d"
+#: ../../include/group.php:300
+msgid "Add new collection"
+msgstr "Añadir nueva colección"
-#: ../../boot.php:1007 ../../boot.php:1069
-msgid "F d"
-msgstr "F d"
+#: ../../include/group.php:301
+msgid "Channels not in any collection"
+msgstr "El canal no se encuentra en ninguna colección"
-#: ../../boot.php:1030
-msgid "Birthday Reminders"
-msgstr "Recordatorios de cumpleaños"
+#: ../../include/group.php:303 ../../include/widgets.php:275
+msgid "add"
+msgstr "añadir"
-#: ../../boot.php:1031
-msgid "Birthdays this week:"
-msgstr "Cumpleaños esta semana:"
+#: ../../include/account.php:27
+msgid "Not a valid email address"
+msgstr "Dirección de correo inválida"
-#: ../../boot.php:1047 ../../boot.php:1111
-msgid "[today]"
-msgstr "[hoy]"
+#: ../../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 los dominios permitidos en este sitio."
-#: ../../boot.php:1092
-msgid "Event Reminders"
-msgstr "Recordatorios de eventos"
+#: ../../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."
-#: ../../boot.php:1093
-msgid "Events this week:"
-msgstr "Eventos de esta semana:"
+#: ../../include/account.php:67
+msgid "An invitation is required."
+msgstr "Es obligatorio que le inviten."
-#: ../../boot.php:1105
-msgid "[No description]"
-msgstr "[Sin descripción]"
+#: ../../include/account.php:71
+msgid "Invitation could not be verified."
+msgstr "No se ha podido verificar su invitación."
-#: ../../boot.php:1282 ../../include/nav.php:47
-msgid "Status"
-msgstr "Estado"
+#: ../../include/account.php:121
+msgid "Please enter the required information."
+msgstr "Por favor introduzca la información requerida."
-#: ../../boot.php:1287 ../../mod/profperm.php:103
-#: ../../include/profile_advanced.php:7 ../../include/profile_advanced.php:74
-#: ../../include/nav.php:48
-msgid "Profile"
-msgstr "Perfil"
+#: ../../include/account.php:188
+msgid "Failed to store account information."
+msgstr "La información de la cuenta no se ha podido guardar."
-#: ../../boot.php:1292 ../../include/nav.php:49
-msgid "Photos"
-msgstr "Fotografías"
+#: ../../include/account.php:246
+#, php-format
+msgid "Registration confirmation for %s"
+msgstr "Confirmación de registro para %s"
-#: ../../boot.php:1300 ../../mod/events.php:117 ../../include/nav.php:50
-msgid "Events"
-msgstr "Eventos"
+#: ../../include/account.php:312
+#, php-format
+msgid "Registration request at %s"
+msgstr "Solicitud de registro en %s"
+
+#: ../../include/account.php:314 ../../include/account.php:341
+#: ../../include/account.php:401 ../../include/network.php:1632
+msgid "Administrator"
+msgstr "Administrador"
-#: ../../boot.php:1305 ../../mod/notes.php:44
-msgid "Personal Notes"
-msgstr "Notas personales"
+#: ../../include/account.php:336
+msgid "your registration password"
+msgstr "su contraseña de registro"
-#: ../../mod/manage.php:37
+#: ../../include/account.php:339 ../../include/account.php:399
#, php-format
-msgid "Welcome back %s"
-msgstr "Bienvenido de nuevo %s"
+msgid "Registration details for %s"
+msgstr "Detalles del registro para %s"
-#: ../../mod/manage.php:87
-msgid "Manage Identities and/or Pages"
-msgstr "Administrar identidades y/o páginas"
+#: ../../include/account.php:408
+msgid "Account approved."
+msgstr "Cuenta aprobada."
-#: ../../mod/manage.php:90
-msgid ""
-"(Toggle between different identities or community/group pages which share "
-"your account details.)"
-msgstr ""
-"(Alternar entre las diferentes identidades o las páginas de "
-"comunidades/grupos que comparten los datos de su cuenta)."
-
-#: ../../mod/manage.php:92
-msgid "Select an identity to manage: "
-msgstr "Selecciona una identidad a gestionar:"
-
-#: ../../mod/manage.php:106 ../../mod/profiles.php:375
-#: ../../mod/settings.php:420 ../../mod/settings.php:559
-#: ../../mod/settings.php:707 ../../mod/photos.php:886
-#: ../../mod/photos.php:944 ../../mod/photos.php:1163
-#: ../../mod/photos.php:1203 ../../mod/photos.php:1242
-#: ../../mod/photos.php:1273 ../../mod/localtime.php:45
-#: ../../mod/invite.php:106 ../../mod/contacts.php:306
-#: ../../mod/install.php:137 ../../mod/events.php:330
-#: ../../mod/crepair.php:162 ../../mod/fsuggest.php:107
-#: ../../mod/admin.php:296 ../../mod/admin.php:461 ../../mod/admin.php:587
-#: ../../mod/admin.php:652 ../../mod/group.php:84 ../../mod/group.php:167
-#: ../../addon/tumblr/tumblr.php:89 ../../addon/twitter/twitter.php:179
-#: ../../addon/twitter/twitter.php:202 ../../addon/twitter/twitter.php:299
-#: ../../addon/statusnet/statusnet.php:282
-#: ../../addon/statusnet/statusnet.php:296
-#: ../../addon/statusnet/statusnet.php:322
-#: ../../addon/statusnet/statusnet.php:329
-#: ../../addon/statusnet/statusnet.php:351
-#: ../../addon/statusnet/statusnet.php:486 ../../addon/oembed/oembed.php:41
-#: ../../addon/uhremotestorage/uhremotestorage.php:58
-#: ../../addon/impressum/impressum.php:69
-#: ../../addon/facebook/facebook.php:404 ../../addon/nsfw/nsfw.php:53
-#: ../../addon/randplace/randplace.php:178 ../../addon/piwik/piwik.php:81
-#: ../../addon/wppost/wppost.php:101 ../../include/conversation.php:434
-msgid "Submit"
-msgstr "Envía"
+#: ../../include/account.php:447
+#, php-format
+msgid "Registration revoked for %s"
+msgstr "Registro rechazado para %s"
-#: ../../mod/dirfind.php:23
-msgid "People Search"
-msgstr "Buscar personas"
+#: ../../include/account.php:492
+msgid "Account verified. Please login."
+msgstr "Cuenta verificada. Por favor, inicia sesión."
-#: ../../mod/dirfind.php:57 ../../mod/match.php:57
-msgid "No matches"
-msgstr "Sin conincidencias"
+#: ../../include/account.php:705 ../../include/account.php:707
+msgid "Click here to upgrade."
+msgstr "Pulse aquí para actualizar"
-#: ../../mod/wall_upload.php:56 ../../mod/profile_photo.php:113
-#, php-format
-msgid "Image exceeds size limit of %d"
-msgstr "El tamaño de la imagen supera el límite de %d"
+#: ../../include/account.php:713
+msgid "This action exceeds the limits set by your subscription plan."
+msgstr "Ésta acción supera los límites establecidos por su plan de suscripción "
-#: ../../mod/wall_upload.php:65 ../../mod/profile_photo.php:122
-#: ../../mod/photos.php:647
-msgid "Unable to process image."
-msgstr "Imposible procesar la imagen."
+#: ../../include/account.php:718
+msgid "This action is not available under your subscription plan."
+msgstr "Esta acción no está disponible en su plan de suscripción."
-#: ../../mod/wall_upload.php:81 ../../mod/wall_upload.php:90
-#: ../../mod/wall_upload.php:97 ../../mod/item.php:299
-#: ../../include/message.php:82
-msgid "Wall Photos"
-msgstr "Foto del Muro"
+#: ../../include/datetime.php:48
+msgid "Miscellaneous"
+msgstr "Varios"
-#: ../../mod/wall_upload.php:84 ../../mod/profile_photo.php:251
-#: ../../mod/photos.php:667
-msgid "Image upload failed."
-msgstr "Error al subir la imagen."
+#: ../../include/datetime.php:132
+msgid "YYYY-MM-DD or MM-DD"
+msgstr "YYYY-MM-DD o MM-DD"
-#: ../../mod/profile.php:105 ../../mod/display.php:66
-msgid "Access to this profile has been restricted."
-msgstr "EL acceso a este perfil ha sido restringido."
+#: ../../include/datetime.php:235 ../../mod/events.php:649
+#: ../../mod/appman.php:91 ../../mod/appman.php:92
+msgid "Required"
+msgstr "Obligatorio"
-#: ../../mod/profile.php:127
-msgid "Tips for New Members"
-msgstr "Consejos para nuevos miembros"
+#: ../../include/datetime.php:262 ../../boot.php:2354
+msgid "never"
+msgstr "nunca"
-#: ../../mod/follow.php:20 ../../mod/dfrn_request.php:340
-msgid "Disallowed profile URL."
-msgstr "Dirección de perfil no permitida."
+#: ../../include/datetime.php:268
+msgid "less than a second ago"
+msgstr "hace menos de un segundo"
-#: ../../mod/follow.php:39
-msgid ""
-"This site is not configured to allow communications with other networks."
-msgstr ""
-"Este sitio no está configurado para permitir la comunicación con otras "
-"redes."
+#: ../../include/datetime.php:271
+msgid "year"
+msgstr "año"
-#: ../../mod/follow.php:40 ../../mod/follow.php:50
-msgid "No compatible communication protocols or feeds were discovered."
-msgstr ""
-"No se ha descubierto protocolos de comunicación o fuentes compatibles."
+#: ../../include/datetime.php:271
+msgid "years"
+msgstr "años"
-#: ../../mod/follow.php:48
-msgid "The profile address specified does not provide adequate information."
-msgstr ""
-"La dirección del perfil especificado no proporciona información adecuada."
+#: ../../include/datetime.php:272
+msgid "month"
+msgstr "mes"
-#: ../../mod/follow.php:52
-msgid "An author or name was not found."
-msgstr "No se ha encontrado un autor o nombre"
+#: ../../include/datetime.php:272
+msgid "months"
+msgstr "meses"
-#: ../../mod/follow.php:54
-msgid "No browser URL could be matched to this address."
-msgstr "Ninguna dirección URL concuerda con la suministrada."
+#: ../../include/datetime.php:273
+msgid "week"
+msgstr "semana"
-#: ../../mod/follow.php:61
-msgid ""
-"The profile address specified belongs to a network which has been disabled "
-"on this site."
-msgstr ""
-"La dirección del perfil especificada pertenece a una red que ha sido "
-"deshabilitada en este sitio."
+#: ../../include/datetime.php:273
+msgid "weeks"
+msgstr "semanas"
-#: ../../mod/follow.php:66
-msgid ""
-"Limited profile. This person will be unable to receive direct/personal "
-"notifications from you."
-msgstr ""
-"Perfil limitado. Esta persona no podrá recibir notificaciones "
-"directas/personales de ti."
+#: ../../include/datetime.php:274
+msgid "day"
+msgstr "día"
-#: ../../mod/follow.php:133
-msgid "Unable to retrieve contact information."
-msgstr "No ha sido posible recibir la información del contacto."
+#: ../../include/datetime.php:274
+msgid "days"
+msgstr "días"
-#: ../../mod/follow.php:179
-msgid "following"
-msgstr "siguiendo"
+#: ../../include/datetime.php:275
+msgid "hour"
+msgstr "hora"
-#: ../../mod/profile_photo.php:28
-msgid "Image uploaded but image cropping failed."
-msgstr "Imagen recibida, pero ha fallado al recortarla."
-
-#: ../../mod/profile_photo.php:58 ../../mod/profile_photo.php:65
-#: ../../mod/profile_photo.php:72 ../../mod/profile_photo.php:170
-#: ../../mod/profile_photo.php:246 ../../mod/profile_photo.php:255
-#: ../../mod/photos.php:144 ../../mod/photos.php:591 ../../mod/photos.php:936
-#: ../../mod/photos.php:951 ../../mod/register.php:318
-#: ../../mod/register.php:325 ../../mod/register.php:332
-#: ../../addon/communityhome/communityhome.php:111
-msgid "Profile Photos"
-msgstr "Foto del perfil"
+#: ../../include/datetime.php:275
+msgid "hours"
+msgstr "horas"
+
+#: ../../include/datetime.php:276
+msgid "minute"
+msgstr "minuto"
+
+#: ../../include/datetime.php:276
+msgid "minutes"
+msgstr "minutos"
+
+#: ../../include/datetime.php:277
+msgid "second"
+msgstr "segundo"
+
+#: ../../include/datetime.php:277
+msgid "seconds"
+msgstr "segundos"
-#: ../../mod/profile_photo.php:61 ../../mod/profile_photo.php:68
-#: ../../mod/profile_photo.php:75 ../../mod/profile_photo.php:258
+#: ../../include/datetime.php:285
#, php-format
-msgid "Image size reduction [%s] failed."
-msgstr "Ha fallado la reducción de las dimensiones de la imagen [%s]."
+msgctxt "e.g. 22 hours ago, 1 minute ago"
+msgid "%1$d %2$s ago"
+msgstr "hace %1$d %2$s"
-#: ../../mod/profile_photo.php:89
-msgid ""
-"Shift-reload the page or clear browser cache if the new photo does not "
-"display immediately."
-msgstr ""
-"Recargue la página o limpie la caché del navegador si la nueva foto no "
-"aparece inmediatamente."
+#: ../../include/datetime.php:519
+#, php-format
+msgid "%1$s's birthday"
+msgstr "Cumpleaños de %1$s"
-#: ../../mod/profile_photo.php:99
-msgid "Unable to process image"
-msgstr "Imposible procesar la imagen"
+#: ../../include/datetime.php:520
+#, php-format
+msgid "Happy Birthday %1$s"
+msgstr "Feliz cumpleaños %1$s"
+
+#: ../../include/dir_fns.php:126
+msgid "Directory Options"
+msgstr "Opciones del directorio"
+
+#: ../../include/dir_fns.php:128
+msgid "Safe Mode"
+msgstr "Modo seguro"
+
+#: ../../include/dir_fns.php:128 ../../include/dir_fns.php:129
+#: ../../include/dir_fns.php:130 ../../mod/api.php:106
+#: ../../mod/photos.php:568 ../../mod/mitem.php:157 ../../mod/mitem.php:158
+#: ../../mod/mitem.php:229 ../../mod/mitem.php:230 ../../mod/menu.php:91
+#: ../../mod/menu.php:147 ../../mod/filestorage.php:151
+#: ../../mod/filestorage.php:159 ../../mod/admin.php:428
+#: ../../mod/settings.php:579 ../../mod/removeme.php:60
+#: ../../mod/connedit.php:635 ../../mod/connedit.php:663
+#: ../../view/theme/redbasic/php/config.php:104
+#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1555
+msgid "No"
+msgstr "No"
-#: ../../mod/profile_photo.php:203
-msgid "Upload File:"
-msgstr "Subir archivo:"
+#: ../../include/dir_fns.php:128 ../../include/dir_fns.php:129
+#: ../../include/dir_fns.php:130 ../../mod/api.php:105
+#: ../../mod/photos.php:568 ../../mod/mitem.php:157 ../../mod/mitem.php:158
+#: ../../mod/mitem.php:229 ../../mod/mitem.php:230 ../../mod/menu.php:91
+#: ../../mod/menu.php:147 ../../mod/filestorage.php:151
+#: ../../mod/filestorage.php:159 ../../mod/admin.php:430
+#: ../../mod/settings.php:579 ../../mod/removeme.php:60
+#: ../../view/theme/redbasic/php/config.php:104
+#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1555
+msgid "Yes"
+msgstr "Sí"
-#: ../../mod/profile_photo.php:204
-msgid "Upload Profile Photo"
-msgstr "Subir foto del Perfil"
+#: ../../include/dir_fns.php:129
+msgid "Public Forums Only"
+msgstr "Solamente foros públicos"
+
+#: ../../include/dir_fns.php:130
+msgid "This Website Only"
+msgstr "Solamente este sitio web"
+
+#: ../../include/page_widgets.php:6
+msgid "New Page"
+msgstr "Nueva página"
+
+#: ../../include/page_widgets.php:39 ../../mod/webpages.php:187
+#: ../../mod/blocks.php:159 ../../mod/layouts.php:188
+msgid "View"
+msgstr "Ver"
+
+#: ../../include/page_widgets.php:40 ../../include/ItemObject.php:677
+#: ../../include/conversation.php:1155 ../../mod/webpages.php:188
+#: ../../mod/events.php:667 ../../mod/editpost.php:143
+#: ../../mod/photos.php:982 ../../mod/editwebpage.php:214
+#: ../../mod/editblock.php:170
+msgid "Preview"
+msgstr "Previsualizar"
+
+#: ../../include/page_widgets.php:41 ../../mod/webpages.php:189
+msgid "Actions"
+msgstr "Acciones"
+
+#: ../../include/page_widgets.php:42 ../../mod/webpages.php:190
+msgid "Page Link"
+msgstr "Vínculo de la página"
+
+#: ../../include/page_widgets.php:43
+msgid "Title"
+msgstr "Título"
-#: ../../mod/profile_photo.php:205
-msgid "Upload"
-msgstr "Subir"
+#: ../../include/page_widgets.php:44 ../../mod/webpages.php:192
+#: ../../mod/blocks.php:150 ../../mod/menu.php:105 ../../mod/layouts.php:181
+msgid "Created"
+msgstr "Creado"
-#: ../../mod/profile_photo.php:206 ../../mod/settings.php:686
-msgid "or"
-msgstr "o"
+#: ../../include/page_widgets.php:45 ../../mod/webpages.php:193
+#: ../../mod/blocks.php:151 ../../mod/menu.php:106 ../../mod/layouts.php:182
+msgid "Edited"
+msgstr "Editado"
-#: ../../mod/profile_photo.php:206
-msgid "skip this step"
-msgstr "salta este paso"
+#: ../../include/api.php:1193
+msgid "Public Timeline"
+msgstr "Cronología pública"
-#: ../../mod/profile_photo.php:206
-msgid "select a photo from your photo albums"
-msgstr "elige una foto de tus álbumes"
+#: ../../include/comanche.php:34 ../../mod/admin.php:390
+#: ../../view/theme/apw/php/config.php:185
+msgid "Default"
+msgstr "Predeterminado"
-#: ../../mod/profile_photo.php:219
-msgid "Crop Image"
-msgstr "Recortar imagen"
+#: ../../include/js_strings.php:5
+msgid "Delete this item?"
+msgstr "¿Borrar este elemento?"
-#: ../../mod/profile_photo.php:220
-msgid "Please adjust the image cropping for optimum viewing."
-msgstr "Por favor, ajusta el recorte de la imagen para optimizarla."
+#: ../../include/js_strings.php:6 ../../include/ItemObject.php:667
+#: ../../mod/photos.php:980 ../../mod/photos.php:1098
+msgid "Comment"
+msgstr "Comentar"
-#: ../../mod/profile_photo.php:221
-msgid "Done Editing"
-msgstr "Editado"
+#: ../../include/js_strings.php:7 ../../include/ItemObject.php:384
+msgid "[+] show all"
+msgstr "[+] mostrar todo"
-#: ../../mod/profile_photo.php:249
-msgid "Image uploaded successfully."
-msgstr "Imagen subida con éxito."
+#: ../../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"
-#: ../../mod/home.php:23 ../../addon/communityhome/communityhome.php:179
+#: ../../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 cinciden"
+
+#: ../../include/js_strings.php:13 ../../mod/photos.php:40
+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:156
+#: ../../mod/connedit.php:671
+msgid "Rating"
+msgstr "Valoración"
+
+#: ../../include/js_strings.php:21
+msgid "Describe (optional)"
+msgstr "Describir (opcional)"
+
+#: ../../include/js_strings.php:22 ../../include/ItemObject.php:668
+#: ../../mod/xchan.php:11 ../../mod/connect.php:93 ../../mod/thing.php:275
+#: ../../mod/thing.php:318 ../../mod/events.php:494 ../../mod/events.php:670
+#: ../../mod/group.php:81 ../../mod/photos.php:577 ../../mod/photos.php:654
+#: ../../mod/photos.php:941 ../../mod/photos.php:981 ../../mod/photos.php:1099
+#: ../../mod/pdledit.php:58 ../../mod/import.php:560 ../../mod/chat.php:177
+#: ../../mod/chat.php:211 ../../mod/mitem.php:232 ../../mod/rate.php:167
+#: ../../mod/invite.php:142 ../../mod/locs.php:105 ../../mod/sources.php:104
+#: ../../mod/sources.php:138 ../../mod/filestorage.php:156
+#: ../../mod/fsuggest.php:108 ../../mod/poke.php:166
+#: ../../mod/profiles.php:667 ../../mod/setup.php:327 ../../mod/setup.php:367
+#: ../../mod/admin.php:453 ../../mod/admin.php:819 ../../mod/admin.php:986
+#: ../../mod/admin.php:1118 ../../mod/admin.php:1312 ../../mod/admin.php:1397
+#: ../../mod/settings.php:588 ../../mod/settings.php:692
+#: ../../mod/settings.php:718 ../../mod/settings.php:746
+#: ../../mod/settings.php:769 ../../mod/settings.php:854
+#: ../../mod/settings.php:1050 ../../mod/mood.php:134
+#: ../../mod/connedit.php:692 ../../mod/mail.php:355 ../../mod/appman.php:99
+#: ../../mod/pconfig.php:108 ../../mod/poll.php:68
+#: ../../mod/bulksetclose.php:24 ../../view/theme/apw/php/config.php:256
+#: ../../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 que desea abandonar la página?"
+
+#: ../../include/js_strings.php:26
+msgid "timeago.prefixAgo"
+msgstr "timeago.prefixAgo"
+
+#: ../../include/js_strings.php:27
+msgid "timeago.prefixFromNow"
+msgstr "timeago.prefixFromNow"
+
+#: ../../include/js_strings.php:28
+msgid "ago"
+msgstr "hace"
+
+#: ../../include/js_strings.php:29
+msgid "from now"
+msgstr "desde ahora"
+
+#: ../../include/js_strings.php:30
+msgid "less than a minute"
+msgstr "menos de un minuto"
+
+#: ../../include/js_strings.php:31
+msgid "about a minute"
+msgstr "hace como un minuto"
+
+#: ../../include/js_strings.php:32
#, php-format
-msgid "Welcome to %s"
-msgstr "Bienvenido a %s"
+msgid "%d minutes"
+msgstr "%d minutos"
-#: ../../mod/update_community.php:18 ../../mod/update_network.php:22
-#: ../../mod/update_profile.php:41 ../../mod/update_notes.php:41
-msgid "[Embedded content - reload page to view]"
-msgstr "[Contenido incrustado - recarga la página para verlo]"
+#: ../../include/js_strings.php:33
+msgid "about an hour"
+msgstr "hace como una hora"
-#: ../../mod/wall_attach.php:57
+#: ../../include/js_strings.php:34
#, php-format
-msgid "File exceeds size limit of %d"
-msgstr "El tamaño del archivo excede el límite de %d"
+msgid "about %d hours"
+msgstr "hace %d minutos"
-#: ../../mod/wall_attach.php:87 ../../mod/wall_attach.php:98
-msgid "File upload failed."
-msgstr "Ha fallado la subida del archivo."
+#: ../../include/js_strings.php:35
+msgid "a day"
+msgstr "un día"
-#: ../../mod/suggest.php:36 ../../include/contact_widgets.php:35
-msgid "Friend Suggestions"
-msgstr "Sugerencias de amigos"
+#: ../../include/js_strings.php:36
+#, php-format
+msgid "%d days"
+msgstr "%d días"
-#: ../../mod/suggest.php:42
-msgid ""
-"No suggestions. This works best when you have more than one contact/friend."
-msgstr ""
-"No hay sugerencias. Esto funciona mejor cuando tienes más de un "
-"contacto/amigo."
+#: ../../include/js_strings.php:37
+msgid "about a month"
+msgstr "hace como un mes"
-#: ../../mod/suggest.php:55
-msgid "Ignore/Hide"
-msgstr "Ignorar/Ocultar"
+#: ../../include/js_strings.php:38
+#, php-format
+msgid "%d months"
+msgstr "%d meses"
-#: ../../mod/regmod.php:52 ../../mod/register.php:369
+#: ../../include/js_strings.php:39
+msgid "about a year"
+msgstr "hace un año"
+
+#: ../../include/js_strings.php:40
#, php-format
-msgid "Registration details for %s"
-msgstr "Detalles de registro para %s"
+msgid "%d years"
+msgstr "%d años"
-#: ../../mod/regmod.php:54 ../../mod/register.php:371
-#: ../../mod/register.php:425 ../../mod/dfrn_request.php:553
-#: ../../mod/lostpass.php:44 ../../mod/lostpass.php:106
-#: ../../mod/dfrn_confirm.php:703 ../../include/items.php:1767
-#: ../../include/items.php:2114 ../../include/items.php:2440
-msgid "Administrator"
-msgstr "Administrador"
+#: ../../include/js_strings.php:41
+msgid " "
+msgstr " "
-#: ../../mod/regmod.php:61
-msgid "Account approved."
-msgstr "Cuenta aprobada."
+#: ../../include/js_strings.php:42
+msgid "timeago.numbers"
+msgstr "timeago.numbers"
+
+#: ../../include/text.php:395
+msgid "prev"
+msgstr "previa"
+
+#: ../../include/text.php:397
+msgid "first"
+msgstr "Primera"
+
+#: ../../include/text.php:426
+msgid "last"
+msgstr "última"
+
+#: ../../include/text.php:429
+msgid "next"
+msgstr "próxima"
+
+#: ../../include/text.php:439
+msgid "older"
+msgstr "más antiguas"
+
+#: ../../include/text.php:441
+msgid "newer"
+msgstr "más recientes"
-#: ../../mod/regmod.php:93
+#: ../../include/text.php:834
+msgid "No connections"
+msgstr "Sin conexiones"
+
+#: ../../include/text.php:848
#, php-format
-msgid "Registration revoked for %s"
-msgstr "Registro anulado para %s"
+msgid "%d Connection"
+msgid_plural "%d Connections"
+msgstr[0] "%d conexión"
+msgstr[1] "%d conexiones"
+
+#: ../../include/text.php:861 ../../mod/viewconnections.php:104
+msgid "View Connections"
+msgstr "Ver conexiones"
+
+#: ../../include/text.php:918 ../../include/text.php:930
+#: ../../include/nav.php:165 ../../include/apps.php:147
+#: ../../mod/search.php:38
+msgid "Search"
+msgstr "Buscar"
-#: ../../mod/regmod.php:105
-msgid "Please login."
-msgstr "Por favor accede."
+#: ../../include/text.php:919 ../../include/text.php:931
+#: ../../include/widgets.php:192 ../../mod/rbmark.php:28
+#: ../../mod/rbmark.php:98 ../../mod/filer.php:50 ../../mod/admin.php:1457
+#: ../../mod/admin.php:1477
+msgid "Save"
+msgstr "Guardar"
-#: ../../mod/profiles.php:21 ../../mod/profiles.php:239
-#: ../../mod/profiles.php:344 ../../mod/dfrn_confirm.php:62
-msgid "Profile not found."
-msgstr "Perfil no encontrado."
+#: ../../include/text.php:994
+msgid "poke"
+msgstr "dar un toque"
-#: ../../mod/profiles.php:28
-msgid "Profile Name is required."
-msgstr "Se necesita un nombre de perfil."
+#: ../../include/text.php:994 ../../include/conversation.php:243
+msgid "poked"
+msgstr "ha recibido un toque"
-#: ../../mod/profiles.php:198
-msgid "Profile updated."
-msgstr "Perfil actualizado."
+#: ../../include/text.php:995
+msgid "ping"
+msgstr "avisar"
-#: ../../mod/profiles.php:256
-msgid "Profile deleted."
-msgstr "Perfil eliminado."
+#: ../../include/text.php:995
+msgid "pinged"
+msgstr " le hicieron un ping"
-#: ../../mod/profiles.php:272 ../../mod/profiles.php:303
-msgid "Profile-"
-msgstr "Perfil-"
+#: ../../include/text.php:996
+msgid "prod"
+msgstr "incitar"
-#: ../../mod/profiles.php:291 ../../mod/profiles.php:330
-msgid "New profile created."
-msgstr "Nuevo perfil creado."
+#: ../../include/text.php:996
+msgid "prodded"
+msgstr "incitaros"
-#: ../../mod/profiles.php:309
-msgid "Profile unavailable to clone."
-msgstr "Imposible duplicar el perfil."
+#: ../../include/text.php:997
+msgid "slap"
+msgstr "abofetear"
-#: ../../mod/profiles.php:356
-msgid "Hide your contact/friend list from viewers of this profile?"
-msgstr "¿Ocultar tu lista de contactos/amigos en este perfil?"
+#: ../../include/text.php:997
+msgid "slapped"
+msgstr "abofeteado"
-#: ../../mod/profiles.php:357 ../../mod/settings.php:629
-#: ../../mod/settings.php:635 ../../mod/settings.php:643
-#: ../../mod/settings.php:647 ../../mod/settings.php:652
-#: ../../mod/settings.php:658 ../../mod/register.php:500
-#: ../../mod/dfrn_request.php:645 ../../mod/api.php:105
-msgid "Yes"
-msgstr "Sí"
+#: ../../include/text.php:998
+msgid "finger"
+msgstr "señalar"
-#: ../../mod/profiles.php:358 ../../mod/settings.php:629
-#: ../../mod/settings.php:635 ../../mod/settings.php:643
-#: ../../mod/settings.php:647 ../../mod/settings.php:652
-#: ../../mod/settings.php:658 ../../mod/register.php:501
-#: ../../mod/dfrn_request.php:646 ../../mod/api.php:106
-msgid "No"
-msgstr "No"
+#: ../../include/text.php:998
+msgid "fingered"
+msgstr "manosear"
-#: ../../mod/profiles.php:374
-msgid "Edit Profile Details"
-msgstr "Editar detalles de tu perfil"
+#: ../../include/text.php:999
+msgid "rebuff"
+msgstr "desairar"
-#: ../../mod/profiles.php:376
-msgid "View this profile"
-msgstr "Ver este perfil"
+#: ../../include/text.php:999
+msgid "rebuffed"
+msgstr "desairado"
-#: ../../mod/profiles.php:377
-msgid "Create a new profile using these settings"
-msgstr "¿Crear un nuevo perfil con esta configuración?"
+#: ../../include/text.php:1009
+msgid "happy"
+msgstr "feliz"
-#: ../../mod/profiles.php:378
-msgid "Clone this profile"
-msgstr "Clonar este perfil"
+#: ../../include/text.php:1010
+msgid "sad"
+msgstr "triste"
-#: ../../mod/profiles.php:379
-msgid "Delete this profile"
-msgstr "Eliminar este perfil"
+#: ../../include/text.php:1011
+msgid "mellow"
+msgstr "amable"
-#: ../../mod/profiles.php:380
-msgid "Profile Name:"
-msgstr "Nombres del perfil:"
+#: ../../include/text.php:1012
+msgid "tired"
+msgstr "cansado/a"
-#: ../../mod/profiles.php:381
-msgid "Your Full Name:"
-msgstr "Tu nombre completo:"
+#: ../../include/text.php:1013
+msgid "perky"
+msgstr "fesco/a"
-#: ../../mod/profiles.php:382
-msgid "Title/Description:"
-msgstr "Título/Descrición:"
+#: ../../include/text.php:1014
+msgid "angry"
+msgstr "enfadado/a"
-#: ../../mod/profiles.php:383
-msgid "Your Gender:"
-msgstr "Género:"
+#: ../../include/text.php:1015
+msgid "stupified"
+msgstr "estupefacto/a"
-#: ../../mod/profiles.php:384
-#, php-format
-msgid "Birthday (%s):"
-msgstr "Cumpleaños (%s):"
+#: ../../include/text.php:1016
+msgid "puzzled"
+msgstr "perplejo/a"
-#: ../../mod/profiles.php:385
-msgid "Street Address:"
-msgstr "Dirección"
+#: ../../include/text.php:1017
+msgid "interested"
+msgstr "interesado/a"
-#: ../../mod/profiles.php:386
-msgid "Locality/City:"
-msgstr "Localidad/Ciudad:"
+#: ../../include/text.php:1018
+msgid "bitter"
+msgstr "amargado/a"
-#: ../../mod/profiles.php:387
-msgid "Postal/Zip Code:"
-msgstr "Código postal:"
+#: ../../include/text.php:1019
+msgid "cheerful"
+msgstr "alegre"
-#: ../../mod/profiles.php:388
-msgid "Country:"
-msgstr "País"
+#: ../../include/text.php:1020
+msgid "alive"
+msgstr "vivo/a"
-#: ../../mod/profiles.php:389
-msgid "Region/State:"
-msgstr "Región/Estado:"
+#: ../../include/text.php:1021
+msgid "annoyed"
+msgstr "molesto/a"
-#: ../../mod/profiles.php:390
-msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
-msgstr "<span class=\"heart\"&hearts;</span> Estado civil:"
+#: ../../include/text.php:1022
+msgid "anxious"
+msgstr "ansioso/a"
-#: ../../mod/profiles.php:391
-msgid "Who: (if applicable)"
-msgstr "¿Quién? (si es aplicable)"
+#: ../../include/text.php:1023
+msgid "cranky"
+msgstr "de mal humor"
-#: ../../mod/profiles.php:392
-msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
-msgstr "Ejemplos: cathy123, Cathy Williams, cathy@example.com"
+#: ../../include/text.php:1024
+msgid "disturbed"
+msgstr "perturbado/a"
-#: ../../mod/profiles.php:393 ../../include/profile_advanced.php:43
-msgid "Sexual Preference:"
-msgstr "Preferencia sexual:"
+#: ../../include/text.php:1025
+msgid "frustrated"
+msgstr "frustrado/a"
-#: ../../mod/profiles.php:394
-msgid "Homepage URL:"
-msgstr "Dirección de tu página web:"
+#: ../../include/text.php:1026
+msgid "depressed"
+msgstr "deprimido"
-#: ../../mod/profiles.php:395 ../../include/profile_advanced.php:47
-msgid "Political Views:"
-msgstr "Ideas políticas:"
+#: ../../include/text.php:1027
+msgid "motivated"
+msgstr "motivado/a"
-#: ../../mod/profiles.php:396
-msgid "Religious Views:"
-msgstr "Creencias religiosas"
+#: ../../include/text.php:1028
+msgid "relaxed"
+msgstr "relajado/a"
-#: ../../mod/profiles.php:397
-msgid "Public Keywords:"
-msgstr "Palabras clave públicas:"
+#: ../../include/text.php:1029
+msgid "surprised"
+msgstr "sorprendido/a"
-#: ../../mod/profiles.php:398
-msgid "Private Keywords:"
-msgstr "Palabras clave privadas:"
+#: ../../include/text.php:1201
+msgid "Monday"
+msgstr "Lunes"
-#: ../../mod/profiles.php:399
-msgid "Example: fishing photography software"
-msgstr "Ejemplo: pesca fotografía software"
+#: ../../include/text.php:1201
+msgid "Tuesday"
+msgstr "Martes"
-#: ../../mod/profiles.php:400
-msgid "(Used for suggesting potential friends, can be seen by others)"
-msgstr "(Utilizado para sugerir amigos potenciales, otros pueden verlo)"
+#: ../../include/text.php:1201
+msgid "Wednesday"
+msgstr "Miércoles"
-#: ../../mod/profiles.php:401
-msgid "(Used for searching profiles, never shown to others)"
-msgstr "(Utilizado para buscar perfiles, nunca se muestra a otros)"
+#: ../../include/text.php:1201
+msgid "Thursday"
+msgstr "Jueves"
-#: ../../mod/profiles.php:402
-msgid "Tell us about yourself..."
-msgstr "Háblanos sobre ti..."
+#: ../../include/text.php:1201
+msgid "Friday"
+msgstr "Viernes"
-#: ../../mod/profiles.php:403
-msgid "Hobbies/Interests"
-msgstr "Aficiones/Intereses"
+#: ../../include/text.php:1201
+msgid "Saturday"
+msgstr "Sábado"
-#: ../../mod/profiles.php:404
-msgid "Contact information and Social Networks"
-msgstr "Informacioń de contacto y Redes sociales"
+#: ../../include/text.php:1201
+msgid "Sunday"
+msgstr "Domingo"
-#: ../../mod/profiles.php:405
-msgid "Musical interests"
-msgstr "Gustos musicales"
+#: ../../include/text.php:1205
+msgid "January"
+msgstr "Enero"
-#: ../../mod/profiles.php:406
-msgid "Books, literature"
-msgstr "Libros, literatura"
+#: ../../include/text.php:1205
+msgid "February"
+msgstr "Febrero"
-#: ../../mod/profiles.php:407
-msgid "Television"
-msgstr "Televisión"
+#: ../../include/text.php:1205
+msgid "March"
+msgstr "Marzo"
-#: ../../mod/profiles.php:408
-msgid "Film/dance/culture/entertainment"
-msgstr "Películas/baile/cultura/entretenimiento"
+#: ../../include/text.php:1205
+msgid "April"
+msgstr "Abril"
-#: ../../mod/profiles.php:409
-msgid "Love/romance"
-msgstr "Amor/Romance"
+#: ../../include/text.php:1205
+msgid "May"
+msgstr "Mayo"
-#: ../../mod/profiles.php:410
-msgid "Work/employment"
-msgstr "Trabajo/ocupación"
+#: ../../include/text.php:1205
+msgid "June"
+msgstr "Junio"
-#: ../../mod/profiles.php:411
-msgid "School/education"
-msgstr "Escuela/estudios"
+#: ../../include/text.php:1205
+msgid "July"
+msgstr "Julio"
-#: ../../mod/profiles.php:416
-msgid ""
-"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
-"be visible to anybody using the internet."
-msgstr ""
-"Éste es tu perfil <strong>público</strong>.<br /><strong>Puede</strong> ser "
-"visto por cualquiera usando internet."
+#: ../../include/text.php:1205
+msgid "August"
+msgstr "Agosto"
-#: ../../mod/profiles.php:426 ../../mod/directory.php:122
-msgid "Age: "
-msgstr "Edad: "
+#: ../../include/text.php:1205
+msgid "September"
+msgstr "Septiembre"
-#: ../../mod/profiles.php:461
-msgid "Edit/Manage Profiles"
-msgstr "Editar/Administrar perfiles"
+#: ../../include/text.php:1205
+msgid "October"
+msgstr "Octubre"
-#: ../../mod/notice.php:15 ../../mod/display.php:28 ../../mod/display.php:115
-#: ../../mod/viewsrc.php:15 ../../mod/admin.php:111 ../../mod/admin.php:502
-#: ../../include/items.php:2786
-msgid "Item not found."
-msgstr "Elemento no encontrado."
+#: ../../include/text.php:1205
+msgid "November"
+msgstr "Noviembre"
-#: ../../mod/settings.php:9 ../../mod/photos.php:62
-msgid "everybody"
-msgstr "todos"
+#: ../../include/text.php:1205
+msgid "December"
+msgstr "Diciembre"
-#: ../../mod/settings.php:67
-msgid "Missing some important data!"
-msgstr "¡Faltan algunos datos importantes!"
+#: ../../include/text.php:1310
+msgid "unknown.???"
+msgstr "desconocido.???"
-#: ../../mod/settings.php:70 ../../mod/settings.php:446 ../../mod/admin.php:62
-msgid "Update"
-msgstr "Actualizar"
+#: ../../include/text.php:1311
+msgid "bytes"
+msgstr "bytes"
-#: ../../mod/settings.php:165
-msgid "Failed to connect with email account using the settings provided."
-msgstr ""
-"Error al conectar con la cuenta de correo mediante la configuración "
-"suministrada."
+#: ../../include/text.php:1347
+msgid "remove category"
+msgstr "eliminar categoría"
-#: ../../mod/settings.php:170
-msgid "Email settings updated."
-msgstr "Configuración de correo electrónico actualizada."
+#: ../../include/text.php:1422
+msgid "remove from file"
+msgstr "eliminar del archivo"
-#: ../../mod/settings.php:188
-msgid "Passwords do not match. Password unchanged."
-msgstr "Las contraseñas no coinciden. La contraseña no ha sido modificada."
+#: ../../include/text.php:1498 ../../include/text.php:1509
+msgid "Click to open/close"
+msgstr "Pulsar para abrir/cerrar"
-#: ../../mod/settings.php:193
-msgid "Empty passwords are not allowed. Password unchanged."
-msgstr ""
-"No se permiten contraseñas vacías. La contraseña no ha sido modificada."
+#: ../../include/text.php:1665 ../../mod/events.php:457
+msgid "Link to Source"
+msgstr "Enlace a la fuente"
-#: ../../mod/settings.php:204
-msgid "Password changed."
-msgstr "Contraseña modificada."
+#: ../../include/text.php:1686 ../../include/text.php:1757
+msgid "default"
+msgstr "por defecto"
-#: ../../mod/settings.php:206
-msgid "Password update failed. Please try again."
-msgstr ""
-"La actualización de la contraseña ha fallado. Por favor, prueba otra vez."
+#: ../../include/text.php:1694
+msgid "Page layout"
+msgstr "Disposición de página"
-#: ../../mod/settings.php:253
-msgid " Please use a shorter name."
-msgstr " Usa un nombre más corto."
+#: ../../include/text.php:1694
+msgid "You can create your own with the layouts tool"
+msgstr "Puede crear la suya propia con la herramienta de disposiciones"
-#: ../../mod/settings.php:255
-msgid " Name too short."
-msgstr " Nombre demasiado corto."
+#: ../../include/text.php:1735
+msgid "Page content type"
+msgstr "Tipo de contenido de página"
-#: ../../mod/settings.php:261
-msgid " Not valid email."
-msgstr " Correo no válido."
+#: ../../include/text.php:1769
+msgid "Select an alternate language"
+msgstr "Selecciona un idioma alternativo"
-#: ../../mod/settings.php:263
-msgid " Cannot change to that email."
-msgstr " No se puede usar ese correo."
+#: ../../include/text.php:1888 ../../include/diaspora.php:2119
+#: ../../include/conversation.php:120 ../../mod/like.php:346
+#: ../../mod/subthread.php:72 ../../mod/subthread.php:174
+#: ../../mod/tagger.php:43
+msgid "photo"
+msgstr "foto"
-#: ../../mod/settings.php:323 ../../addon/twitter/twitter.php:294
-#: ../../addon/impressum/impressum.php:64
-#: ../../addon/facebook/facebook.php:320 ../../addon/piwik/piwik.php:94
-msgid "Settings updated."
-msgstr "Configuración actualizada."
+#: ../../include/text.php:1891 ../../include/conversation.php:123
+#: ../../mod/like.php:348 ../../mod/tagger.php:47
+msgid "event"
+msgstr "evento"
-#: ../../mod/settings.php:382 ../../include/nav.php:128
-msgid "Account settings"
-msgstr "Configuración de tu cuenta"
+#: ../../include/text.php:1894 ../../include/diaspora.php:2119
+#: ../../include/conversation.php:148 ../../mod/like.php:346
+#: ../../mod/subthread.php:72 ../../mod/subthread.php:174
+msgid "status"
+msgstr "estado"
-#: ../../mod/settings.php:387
-msgid "Connector settings"
-msgstr "Configuración del conector"
+#: ../../include/text.php:1896 ../../include/conversation.php:150
+#: ../../mod/tagger.php:53
+msgid "comment"
+msgstr "comentario"
-#: ../../mod/settings.php:392
-msgid "Plugin settings"
-msgstr "Configuración de los módulos"
+#: ../../include/text.php:1901
+msgid "activity"
+msgstr "actividad"
-#: ../../mod/settings.php:397
-msgid "Connections"
-msgstr "Conexiones"
+#: ../../include/text.php:2196
+msgid "Design Tools"
+msgstr "Herramientas de diseño"
-#: ../../mod/settings.php:402
-msgid "Export personal data"
-msgstr "Exportación de datos personales"
+#: ../../include/text.php:2199 ../../mod/blocks.php:147
+msgid "Blocks"
+msgstr "Bloques"
-#: ../../mod/settings.php:419 ../../mod/settings.php:445
-#: ../../mod/settings.php:478
-msgid "Add application"
-msgstr "Agregar aplicación"
+#: ../../include/text.php:2200 ../../mod/menu.php:98
+msgid "Menus"
+msgstr "Menús"
-#: ../../mod/settings.php:421 ../../mod/settings.php:447
-#: ../../mod/dfrn_request.php:655 ../../mod/tagrm.php:11
-#: ../../mod/tagrm.php:94 ../../addon/js_upload/js_upload.php:45
-msgid "Cancel"
-msgstr "Cancelar"
+#: ../../include/text.php:2201 ../../mod/layouts.php:174
+msgid "Layouts"
+msgstr "Disposiciones"
-#: ../../mod/settings.php:422 ../../mod/settings.php:448
-#: ../../mod/crepair.php:144 ../../mod/admin.php:464 ../../mod/admin.php:473
-msgid "Name"
-msgstr "Nombre"
+#: ../../include/text.php:2202
+msgid "Pages"
+msgstr "Páginas"
-#: ../../mod/settings.php:423 ../../mod/settings.php:449
-#: ../../addon/statusnet/statusnet.php:480
-msgid "Consumer Key"
-msgstr "Clave consumer"
+#: ../../include/text.php:2553 ../../include/RedDAV/RedBrowser.php:131
+msgid "Collection"
+msgstr "Colección"
-#: ../../mod/settings.php:424 ../../mod/settings.php:450
-#: ../../addon/statusnet/statusnet.php:479
-msgid "Consumer Secret"
-msgstr "Secreto consumer"
+#: ../../include/RedDAV/RedBrowser.php:107
+#: ../../include/RedDAV/RedBrowser.php:265
+msgid "parent"
+msgstr "padre"
-#: ../../mod/settings.php:425 ../../mod/settings.php:451
-msgid "Redirect"
-msgstr "Redirigir"
+#: ../../include/RedDAV/RedBrowser.php:134
+msgid "Principal"
+msgstr "Principal"
-#: ../../mod/settings.php:426 ../../mod/settings.php:452
-msgid "Icon url"
-msgstr "Dirección URL del ícono"
+#: ../../include/RedDAV/RedBrowser.php:137
+msgid "Addressbook"
+msgstr "Libreta de direcciones"
-#: ../../mod/settings.php:437
-msgid "You can't edit this application."
-msgstr "No puedes editar esta aplicación."
+#: ../../include/RedDAV/RedBrowser.php:140
+msgid "Calendar"
+msgstr "Calendario"
-#: ../../mod/settings.php:477
-msgid "Connected Apps"
-msgstr "Aplicaciones conectadas"
+#: ../../include/RedDAV/RedBrowser.php:143
+msgid "Schedule Inbox"
+msgstr "Programar bandeja de entrada"
-#: ../../mod/settings.php:479 ../../mod/editpost.php:90
-#: ../../include/conversation.php:441 ../../include/group.php:190
-msgid "Edit"
-msgstr "Editar"
+#: ../../include/RedDAV/RedBrowser.php:146
+msgid "Schedule Outbox"
+msgstr "Programar bandeja de salida"
+
+#: ../../include/RedDAV/RedBrowser.php:164 ../../include/conversation.php:1019
+#: ../../include/apps.php:336 ../../include/apps.php:387
+#: ../../mod/photos.php:693 ../../mod/photos.php:1131
+msgid "Unknown"
+msgstr "Desconocido"
-#: ../../mod/settings.php:480 ../../mod/photos.php:1300
-#: ../../mod/admin.php:468 ../../mod/group.php:154
-#: ../../include/conversation.php:211 ../../include/conversation.php:454
+#: ../../include/RedDAV/RedBrowser.php:227
+#, php-format
+msgid "%1$s used"
+msgstr "%1$s usado"
+
+#: ../../include/RedDAV/RedBrowser.php:232
+#, php-format
+msgid "%1$s used of %2$s (%3$s&#37;)"
+msgstr "%1$s usado de %2$s (%3$s&#37;)"
+
+#: ../../include/RedDAV/RedBrowser.php:251 ../../include/nav.php:98
+#: ../../include/conversation.php:1609 ../../include/apps.php:135
+#: ../../mod/fbrowser.php:114
+msgid "Files"
+msgstr "Ficheros"
+
+#: ../../include/RedDAV/RedBrowser.php:253
+msgid "Total"
+msgstr "Total"
+
+#: ../../include/RedDAV/RedBrowser.php:255
+msgid "Shared"
+msgstr "Compartido"
+
+#: ../../include/RedDAV/RedBrowser.php:256
+#: ../../include/RedDAV/RedBrowser.php:303 ../../mod/webpages.php:180
+#: ../../mod/blocks.php:152 ../../mod/menu.php:109
+#: ../../mod/new_channel.php:121 ../../mod/layouts.php:175
+msgid "Create"
+msgstr "Crear"
+
+#: ../../include/RedDAV/RedBrowser.php:257
+#: ../../include/RedDAV/RedBrowser.php:305 ../../mod/profile_photo.php:362
+#: ../../mod/photos.php:718 ../../mod/photos.php:1248
+msgid "Upload"
+msgstr "Subir"
+
+#: ../../include/RedDAV/RedBrowser.php:261 ../../mod/admin.php:994
+#: ../../mod/settings.php:590 ../../mod/settings.php:616
+#: ../../mod/sharedwithme.php:95
+msgid "Name"
+msgstr "Nombre"
+
+#: ../../include/RedDAV/RedBrowser.php:262
+msgid "Type"
+msgstr "Tipo"
+
+#: ../../include/RedDAV/RedBrowser.php:263 ../../mod/sharedwithme.php:97
+msgid "Size"
+msgstr "Tamaño"
+
+#: ../../include/RedDAV/RedBrowser.php:264 ../../mod/sharedwithme.php:98
+msgid "Last Modified"
+msgstr "Última modificación"
+
+#: ../../include/RedDAV/RedBrowser.php:267 ../../include/ItemObject.php:120
+#: ../../include/conversation.php:660 ../../include/apps.php:255
+#: ../../mod/webpages.php:183 ../../mod/thing.php:228 ../../mod/group.php:176
+#: ../../mod/blocks.php:155 ../../mod/photos.php:1062
+#: ../../mod/editlayout.php:178 ../../mod/editwebpage.php:225
+#: ../../mod/editblock.php:180 ../../mod/admin.php:826 ../../mod/admin.php:988
+#: ../../mod/settings.php:651 ../../mod/connedit.php:551
msgid "Delete"
-msgstr "Eliminar"
+msgstr "Borrar"
-#: ../../mod/settings.php:481
-msgid "Client key starts with"
-msgstr "Clave de cliente comienza con"
+#: ../../include/RedDAV/RedBrowser.php:302
+msgid "Create new folder"
+msgstr "Crear nueva carpeta"
-#: ../../mod/settings.php:482
-msgid "No name"
-msgstr "Sin nombre"
+#: ../../include/RedDAV/RedBrowser.php:304
+msgid "Upload file"
+msgstr "Subir archivo"
-#: ../../mod/settings.php:483
-msgid "Remove authorization"
-msgstr "Suprimir la autorización"
+#: ../../include/bookmarks.php:35
+#, php-format
+msgid "%1$s's bookmarks"
+msgstr "Marcadores de %1$s"
+
+#: ../../include/network.php:635
+msgid "view full size"
+msgstr "Ver a pantalla completa"
-#: ../../mod/settings.php:495
-msgid "No Plugin settings configured"
-msgstr "Ningún módulo ha sido configurado"
+#: ../../include/network.php:1585 ../../include/enotify.php:58
+msgid "$Projectname Notification"
+msgstr "Notificación de $Projectname"
-#: ../../mod/settings.php:502 ../../addon/widgets/widgets.php:122
-msgid "Plugin Settings"
-msgstr "Configuración de los módulos"
+#: ../../include/network.php:1586 ../../include/enotify.php:59
+#: ../../include/diaspora.php:2522 ../../include/diaspora.php:2533
+#: ../../mod/p.php:46
+msgid "$projectname"
+msgstr "$projectname"
-#: ../../mod/settings.php:515 ../../mod/settings.php:516
+#: ../../include/network.php:1588 ../../include/enotify.php:61
+msgid "Thank You,"
+msgstr "Gracias,"
+
+#: ../../include/network.php:1590 ../../include/enotify.php:63
#, php-format
-msgid "Built-in support for %s connectivity is %s"
-msgstr "El soporte integrado para %s conexión es %s"
+msgid "%s Administrator"
+msgstr "%s Administrador"
-#: ../../mod/settings.php:515 ../../mod/dfrn_request.php:651
-#: ../../include/contact_selectors.php:78
-msgid "Diaspora"
-msgstr "Diaspora"
+#: ../../include/network.php:1646
+msgid "No Subject"
+msgstr "Sin asunto"
-#: ../../mod/settings.php:515 ../../mod/settings.php:516
-msgid "enabled"
-msgstr "habilitado"
+#: ../../include/features.php:38
+msgid "General Features"
+msgstr "Características generales"
-#: ../../mod/settings.php:515 ../../mod/settings.php:516
-msgid "disabled"
-msgstr "deshabilitado"
+#: ../../include/features.php:40
+msgid "Content Expiration"
+msgstr "Expiración del contenido"
-#: ../../mod/settings.php:516
-msgid "StatusNet"
-msgstr "StatusNet"
+#: ../../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"
-#: ../../mod/settings.php:542
-msgid "Connector Settings"
-msgstr "Configuración del conector"
+#: ../../include/features.php:41
+msgid "Multiple Profiles"
+msgstr "Múltiples perfiles"
-#: ../../mod/settings.php:548
-msgid "Email/Mailbox Setup"
-msgstr "Configuración del correo/buzón"
+#: ../../include/features.php:41
+msgid "Ability to create multiple profiles"
+msgstr "Capacidad de crear múltiples perfiles"
-#: ../../mod/settings.php:549
-msgid ""
-"If you wish to communicate with email contacts using this service "
-"(optional), please specify how to connect to your mailbox."
-msgstr ""
-"Si quieres comunicarte con tus contactos de tu correo usando este servicio "
-"(opcional), por favor, especifica cómo conectar con tu buzón."
+#: ../../include/features.php:42
+msgid "Advanced Profiles"
+msgstr "Perfiles avanzados"
-#: ../../mod/settings.php:550
-msgid "Last successful email check:"
-msgstr "Última comprobación del correo con éxito:"
+#: ../../include/features.php:42
+msgid "Additional profile sections and selections"
+msgstr "Secciones y selecciones de perfil adicionales"
-#: ../../mod/settings.php:551
-msgid "Email access is disabled on this site."
-msgstr "El acceso por correo está deshabilitado en esta web."
+#: ../../include/features.php:43
+msgid "Profile Import/Export"
+msgstr "Importar/Exportar perfil"
-#: ../../mod/settings.php:552
-msgid "IMAP server name:"
-msgstr "Nombre del servidor IMAP:"
+#: ../../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"
-#: ../../mod/settings.php:553
-msgid "IMAP port:"
-msgstr "Puerto IMAP:"
+#: ../../include/features.php:44
+msgid "Web Pages"
+msgstr "Páginas web"
-#: ../../mod/settings.php:554
-msgid "Security:"
-msgstr "Seguridad:"
+#: ../../include/features.php:44
+msgid "Provide managed web pages on your channel"
+msgstr "Proveer páginas web gestionadas en su canal"
-#: ../../mod/settings.php:554
-msgid "None"
-msgstr "Ninguna"
+#: ../../include/features.php:45
+msgid "Private Notes"
+msgstr "Notas privadas"
-#: ../../mod/settings.php:555
-msgid "Email login name:"
-msgstr "Nombre de usuario:"
+#: ../../include/features.php:45
+msgid "Enables a tool to store notes and reminders"
+msgstr "Activa una herramienta para almacenar notas y recordatorios"
-#: ../../mod/settings.php:556
-msgid "Email password:"
-msgstr "Contraseña:"
+#: ../../include/features.php:46
+msgid "Navigation Channel Select"
+msgstr "Selección de navegación de canal"
-#: ../../mod/settings.php:557
-msgid "Reply-to address:"
-msgstr "Dirección de respuesta:"
+#: ../../include/features.php:46
+msgid "Change channels directly from within the navigation dropdown menu"
+msgstr "Cambiar canales directamente desde el menú de navegación desplegable"
-#: ../../mod/settings.php:558
-msgid "Send public posts to all email contacts:"
-msgstr "Enviar publicaciones públicas a todos los contactos de correo:"
+#: ../../include/features.php:47
+msgid "Photo Location"
+msgstr "Ubicación de las fotos"
-#: ../../mod/settings.php:596 ../../mod/admin.php:126 ../../mod/admin.php:443
-msgid "Normal Account"
-msgstr "Cuenta normal"
+#: ../../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, enlaza esto a un mapa."
-#: ../../mod/settings.php:597
-msgid "This account is a normal personal profile"
-msgstr "Esta cuenta es el perfil de una persona normal"
+#: ../../include/features.php:49
+msgid "Expert Mode"
+msgstr "Modo de experto"
-#: ../../mod/settings.php:600 ../../mod/admin.php:127 ../../mod/admin.php:444
-msgid "Soapbox Account"
-msgstr "Cuenta tribuna"
+#: ../../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"
-#: ../../mod/settings.php:601
-msgid "Automatically approve all connection/friend requests as read-only fans"
-msgstr ""
-"Aceptar automáticamente todas las peticiones de conexión/amistad como "
-"seguidores de solo-lectura"
+#: ../../include/features.php:50
+msgid "Premium Channel"
+msgstr "Canal premium"
-#: ../../mod/settings.php:604 ../../mod/admin.php:128 ../../mod/admin.php:445
-msgid "Community/Celebrity Account"
-msgstr "Cuenta de Sociedad/Celebridad"
+#: ../../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"
-#: ../../mod/settings.php:605
+#: ../../include/features.php:55
+msgid "Post Composition Features"
+msgstr "Características de composició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 ""
-"Automatically approve all connection/friend requests as read-write fans"
-msgstr ""
-"Aceptar automáticamente todas las peticiones de conexión/amistad como "
-"seguidores de lectura-escritura"
+"Include large (640px) photo thumbnails in posts. If not enabled, use small "
+"(320px) photo thumbnails"
+msgstr "Incluir miniaturas de foto grandes (640px) en publicaciones. Si no está habilitado, usar miniaturas pequeñas (320px)"
-#: ../../mod/settings.php:608 ../../mod/admin.php:129 ../../mod/admin.php:446
-msgid "Automatic Friend Account"
-msgstr "Cuenta de amistad automática"
+#: ../../include/features.php:59 ../../include/widgets.php:548
+#: ../../mod/sources.php:88
+msgid "Channel Sources"
+msgstr "Fuentes del canal"
-#: ../../mod/settings.php:609
-msgid "Automatically approve all connection/friend requests as friends"
-msgstr ""
-"Aceptar automáticamente todas las solicitudes de conexión/amistad como "
-"amigos"
+#: ../../include/features.php:59
+msgid "Automatically import channel content from other channels or feeds"
+msgstr "Importar automáticamente contenido de otros canales o fuentes"
-#: ../../mod/settings.php:619
-msgid "OpenID:"
-msgstr "OpenID"
+#: ../../include/features.php:60
+msgid "Even More Encryption"
+msgstr "Más cifrado todavía"
-#: ../../mod/settings.php:619
-msgid "(Optional) Allow this OpenID to login to this account."
-msgstr "(Opcional) Permitir a este OpenID acceder a esta cuenta."
+#: ../../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."
-#: ../../mod/settings.php:629
-msgid "Publish your default profile in your local site directory?"
-msgstr ""
-"¿Quieres publicar tu perfil predeterminado en el directorio del sitio local?"
+#: ../../include/features.php:61
+msgid "Enable voting tools"
+msgstr "Activar herramientas de votación"
-#: ../../mod/settings.php:635
-msgid "Publish your default profile in the global social directory?"
-msgstr ""
-"¿Quieres publicar tu perfil predeterminado en el directorio social de forma "
-"global?"
+#: ../../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"
-#: ../../mod/settings.php:643
-msgid "Hide your contact/friend list from viewers of your default profile?"
-msgstr ""
-"¿Quieres ocultar tu lista de contactos/amigos en la vista de tu perfil "
-"predeterminado?"
+#: ../../include/features.php:67
+msgid "Network and Stream Filtering"
+msgstr "Filtrado de red y flujo"
-#: ../../mod/settings.php:647
-msgid "Hide profile details and all your messages from unknown viewers?"
-msgstr ""
-"¿Quieres ocultar los detalles de tu perfil y todos tus mensajes a los "
-"desconocidos?"
+#: ../../include/features.php:68
+msgid "Search by Date"
+msgstr "Buscar por fecha"
-#: ../../mod/settings.php:652
-msgid "Allow friends to post to your profile page?"
-msgstr "¿Permitir a los amigos publicar en su página de perfil?"
+#: ../../include/features.php:68
+msgid "Ability to select posts by date ranges"
+msgstr "Capacidad de seleccionar entradas por rango de fechas"
-#: ../../mod/settings.php:658
-msgid "Allow friends to tag your posts?"
-msgstr "¿Permitir a los amigos etiquetar tus publicaciones?"
+#: ../../include/features.php:69
+msgid "Collections Filter"
+msgstr "Filtrado de colecciones"
-#: ../../mod/settings.php:667
-msgid "Profile is <strong>not published</strong>."
-msgstr "El perfil <strong>no está publicado</strong>."
+#: ../../include/features.php:69
+msgid "Enable widget to display Network posts only from selected collections"
+msgstr "Habilitar la muestra de entradas de red eligiendo colecciones"
-#: ../../mod/settings.php:691
-msgid "Your Identity Address is"
-msgstr "Tu dirección personal es"
+#: ../../include/features.php:70 ../../include/widgets.php:274
+msgid "Saved Searches"
+msgstr "Búsquedas Guardadas"
-#: ../../mod/settings.php:705
-msgid "Account Settings"
-msgstr "Configuración de la cuenta"
+#: ../../include/features.php:70
+msgid "Save search terms for re-use"
+msgstr "Guardar términos de búsqueda para su reutilización"
-#: ../../mod/settings.php:713
-msgid "Password Settings"
-msgstr "Configuración de la contraseña"
+#: ../../include/features.php:71
+msgid "Network Personal Tab"
+msgstr "Pestaña de red personal"
-#: ../../mod/settings.php:714
-msgid "New Password:"
-msgstr "Contraseña nueva:"
+#: ../../include/features.php:71
+msgid "Enable tab to display only Network posts that you've interacted on"
+msgstr "Habilitar una pestaña en la cual se muestran solo entradas de red en las que ha participado."
-#: ../../mod/settings.php:715
-msgid "Confirm:"
-msgstr "Confirmar:"
+#: ../../include/features.php:72
+msgid "Network New Tab"
+msgstr "Nueva pestaña de red"
-#: ../../mod/settings.php:715
-msgid "Leave password fields blank unless changing"
-msgstr "Deja la contraseña en blanco si no quieres cambiarla"
+#: ../../include/features.php:72
+msgid "Enable tab to display all new Network activity"
+msgstr "Habilitar una pestaña en la cual se muestra toda la actividad de la red"
-#: ../../mod/settings.php:719
-msgid "Basic Settings"
-msgstr "Configuración básica"
+#: ../../include/features.php:73
+msgid "Affinity Tool"
+msgstr "Herramienta de afinidad"
-#: ../../mod/settings.php:720 ../../include/profile_advanced.php:15
-msgid "Full Name:"
-msgstr "Nombre completo:"
+#: ../../include/features.php:73
+msgid "Filter stream activity by depth of relationships"
+msgstr "Filtrar la actividad del flujo por profundidad de relaciones"
-#: ../../mod/settings.php:721
-msgid "Email Address:"
-msgstr "Dirección de correo electrónico:"
+#: ../../include/features.php:74
+msgid "Connection Filtering"
+msgstr "Filtrado de conexiones"
-#: ../../mod/settings.php:722
-msgid "Your Timezone:"
-msgstr "Zona horaria:"
+#: ../../include/features.php:74
+msgid "Filter incoming posts from connections based on keywords/content"
+msgstr "Filtrar publicaciones entrantes de conexiones basadas en palabras clave / contenido"
-#: ../../mod/settings.php:723
-msgid "Default Post Location:"
-msgstr "Localización predeterminada:"
+#: ../../include/features.php:75
+msgid "Suggest Channels"
+msgstr "Sugerir canales"
-#: ../../mod/settings.php:724
-msgid "Use Browser Location:"
-msgstr "Usar localización del navegador:"
+#: ../../include/features.php:75
+msgid "Show channel suggestions"
+msgstr "Mostrar sugerencias de canales"
-#: ../../mod/settings.php:725
-msgid "Display Theme:"
-msgstr "Utilizar tema:"
+#: ../../include/features.php:80
+msgid "Post/Comment Tools"
+msgstr "Herramientas de entradas/comentarios"
-#: ../../mod/settings.php:729
-msgid "Security and Privacy Settings"
-msgstr "Configuración de seguridad y privacidad"
+#: ../../include/features.php:81
+msgid "Tagging"
+msgstr "Etiquetado"
-#: ../../mod/settings.php:731
-msgid "Maximum Friend Requests/Day:"
-msgstr "Máximo número de peticiones de amistad por día:"
+#: ../../include/features.php:81
+msgid "Ability to tag existing posts"
+msgstr "Capacidad de etiquetar entradas existentes"
-#: ../../mod/settings.php:731
-msgid "(to prevent spam abuse)"
-msgstr "(para prevenir el abuso de spam)"
+#: ../../include/features.php:82
+msgid "Post Categories"
+msgstr "Categorías de entradas"
-#: ../../mod/settings.php:732
-msgid "Default Post Permissions"
-msgstr "Permisos por defecto para las publicaciones"
+#: ../../include/features.php:82
+msgid "Add categories to your posts"
+msgstr "Añadir categorías a sus publicaciones"
-#: ../../mod/settings.php:733
-msgid "(click to open/close)"
-msgstr "(pulsa para abrir/cerrar)"
+#: ../../include/features.php:83 ../../include/widgets.php:304
+#: ../../include/contact_widgets.php:57
+msgid "Saved Folders"
+msgstr "Carpetas guardadas"
-#: ../../mod/settings.php:739
-msgid "Automatically expire posts after days:"
-msgstr "Las publicaciones expiran automáticamente después de (días):"
+#: ../../include/features.php:83
+msgid "Ability to file posts under folders"
+msgstr "Capacidad de archivar entradas en carpetas"
-#: ../../mod/settings.php:739
-msgid "If empty, posts will not expire. Expired posts will be deleted"
-msgstr ""
-"Si lo dejas vacío no expirarán nunca. Las publicaciones que hayan expirado "
-"se borrarán"
+#: ../../include/features.php:84
+msgid "Dislike Posts"
+msgstr "No me gusta:"
-#: ../../mod/settings.php:748
-msgid "Notification Settings"
-msgstr "Configuración de notificaciones"
+#: ../../include/features.php:84
+msgid "Ability to dislike posts/comments"
+msgstr "Capacidad de mostrar desacuerdo con el contenido de entradas/comentarios"
-#: ../../mod/settings.php:749
-msgid "Send a notification email when:"
-msgstr "Enviar notificación por correo cuando:"
+#: ../../include/features.php:85
+msgid "Star Posts"
+msgstr "Entrada destacada"
-#: ../../mod/settings.php:750
-msgid "You receive an introduction"
-msgstr "Reciba una presentación"
+#: ../../include/features.php:85
+msgid "Ability to mark special posts with a star indicator"
+msgstr "Capacidad de marcar entradas destacadas con un indicador de estrella"
-#: ../../mod/settings.php:751
-msgid "Your introductions are confirmed"
-msgstr "Mi presentación sea confirmada"
+#: ../../include/features.php:86
+msgid "Tag Cloud"
+msgstr "Nube de etiquetas"
-#: ../../mod/settings.php:752
-msgid "Someone writes on your profile wall"
-msgstr "Alguien escriba en el muro de mi perfil"
+#: ../../include/features.php:86
+msgid "Provide a personal tag cloud on your channel page"
+msgstr "Proveer nube de etiquetas personal en su página de canal"
-#: ../../mod/settings.php:753
-msgid "Someone writes a followup comment"
-msgstr "Algien escriba en un comentario que sigo "
+#: ../../include/widgets.php:35 ../../include/taxonomy.php:264
+#: ../../include/contact_widgets.php:92
+msgid "Categories"
+msgstr "Categorías"
-#: ../../mod/settings.php:754
-msgid "You receive a private message"
-msgstr "Reciba un mensaje privado"
+#: ../../include/widgets.php:91 ../../include/nav.php:163
+#: ../../mod/apps.php:36
+msgid "Apps"
+msgstr "Aplicaciones"
-#: ../../mod/settings.php:758
-msgid "Advanced Page Settings"
-msgstr "Configuración avanzada"
+#: ../../include/widgets.php:92
+msgid "System"
+msgstr "Sistema"
-#: ../../mod/search.php:13 ../../mod/network.php:75
-msgid "Saved Searches"
-msgstr "Búsquedas guardadas"
+#: ../../include/widgets.php:94 ../../include/conversation.php:1504
+msgid "Personal"
+msgstr "Personales"
+
+#: ../../include/widgets.php:95
+msgid "Create Personal App"
+msgstr "Crear una aplicación personal"
+
+#: ../../include/widgets.php:96
+msgid "Edit Personal App"
+msgstr "Editar una aplicación personal"
+
+#: ../../include/widgets.php:136 ../../include/widgets.php:175
+#: ../../include/Contact.php:107 ../../include/conversation.php:945
+#: ../../include/identity.php:857 ../../mod/directory.php:316
+#: ../../mod/match.php:64 ../../mod/suggest.php:52
+msgid "Connect"
+msgstr "Conectar"
+
+#: ../../include/widgets.php:138 ../../mod/suggest.php:54
+msgid "Ignore/Hide"
+msgstr "Ignorar/Ocultar"
+
+#: ../../include/widgets.php:143 ../../mod/connections.php:268
+msgid "Suggestions"
+msgstr "Sugerencias"
-#: ../../mod/search.php:16 ../../mod/network.php:81
+#: ../../include/widgets.php:144
+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 conección"
+
+#: ../../include/widgets.php:173
+msgid "Enter the channel address"
+msgstr "Introduzca 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"
-#: ../../mod/search.php:71 ../../mod/photos.php:752 ../../mod/display.php:7
-#: ../../mod/dfrn_request.php:594 ../../mod/directory.php:31
-#: ../../mod/viewconnections.php:16 ../../mod/community.php:16
-msgid "Public access denied."
-msgstr "Acceso público denegado."
+#: ../../include/widgets.php:307 ../../include/contact_widgets.php:60
+#: ../../include/contact_widgets.php:95
+msgid "Everything"
+msgstr "Todo"
+
+#: ../../include/widgets.php:349
+msgid "Archives"
+msgstr "Hemeroteca"
+
+#: ../../include/widgets.php:429 ../../mod/connedit.php:571
+msgid "Me"
+msgstr "Yo"
+
+#: ../../include/widgets.php:430 ../../mod/connedit.php:572
+msgid "Family"
+msgstr "Familia"
+
+#: ../../include/widgets.php:431 ../../include/identity.php:394
+#: ../../include/identity.php:395 ../../include/identity.php:402
+#: ../../include/profile_selectors.php:80 ../../mod/settings.php:345
+#: ../../mod/settings.php:349 ../../mod/settings.php:350
+#: ../../mod/settings.php:353 ../../mod/settings.php:364
+#: ../../mod/connedit.php:573
+msgid "Friends"
+msgstr "Amigos"
-#: ../../mod/search.php:83
-msgid "Search This Site"
-msgstr "Buscar en este sitio"
+#: ../../include/widgets.php:432 ../../mod/connedit.php:574
+msgid "Acquaintances"
+msgstr "Conocidos/as"
-#: ../../mod/search.php:125 ../../mod/community.php:60
-msgid "No results."
-msgstr "Sin resultados."
+#: ../../include/widgets.php:433 ../../mod/connections.php:231
+#: ../../mod/connections.php:246 ../../mod/connedit.php:575
+msgid "All"
+msgstr "Todos"
-#: ../../mod/photos.php:42
-msgid "Photo Albums"
-msgstr "Álbum de Fotos"
+#: ../../include/widgets.php:452
+msgid "Refresh"
+msgstr "Refrescar"
-#: ../../mod/photos.php:50 ../../mod/photos.php:144 ../../mod/photos.php:866
-#: ../../mod/photos.php:936 ../../mod/photos.php:951 ../../mod/photos.php:1351
-#: ../../mod/photos.php:1363 ../../addon/communityhome/communityhome.php:110
-msgid "Contact Photos"
-msgstr "Foto del contacto"
+#: ../../include/widgets.php:487
+msgid "Account settings"
+msgstr "Configuración de la cuenta"
-#: ../../mod/photos.php:133
-msgid "Contact information unavailable"
-msgstr "Información del contacto no disponible"
+#: ../../include/widgets.php:493
+msgid "Channel settings"
+msgstr "Configuración del canal"
-#: ../../mod/photos.php:154
-msgid "Album not found."
-msgstr "Álbum no encontrado."
+#: ../../include/widgets.php:499
+msgid "Additional features"
+msgstr "Características adicionales"
-#: ../../mod/photos.php:172 ../../mod/photos.php:945
-msgid "Delete Album"
-msgstr "Eliminar álbum"
+#: ../../include/widgets.php:505
+msgid "Feature/Addon settings"
+msgstr "Configuración de característica/complemento"
-#: ../../mod/photos.php:235 ../../mod/photos.php:1164
-msgid "Delete Photo"
-msgstr "Eliminar foto"
+#: ../../include/widgets.php:511
+msgid "Display settings"
+msgstr "Configuración de visualización"
-#: ../../mod/photos.php:522
-msgid "was tagged in a"
-msgstr "ha sido etiquetado en"
+#: ../../include/widgets.php:517
+msgid "Connected apps"
+msgstr "Apps conectadas"
-#: ../../mod/photos.php:522 ../../mod/tagger.php:70 ../../mod/like.php:127
-#: ../../addon/communityhome/communityhome.php:163
-#: ../../include/conversation.php:31 ../../include/diaspora.php:1211
-msgid "photo"
-msgstr "foto"
+#: ../../include/widgets.php:523
+msgid "Export channel"
+msgstr "Exportar canal"
-#: ../../mod/photos.php:522
-msgid "by"
-msgstr "por"
+#: ../../include/widgets.php:532 ../../mod/connedit.php:662
+msgid "Connection Default Permissions"
+msgstr "Permisos predeterminados de conexión"
-#: ../../mod/photos.php:625 ../../addon/js_upload/js_upload.php:312
-msgid "Image exceeds size limit of "
-msgstr "La imagen supera el limite de tamaño de "
+#: ../../include/widgets.php:540
+msgid "Premium Channel Settings"
+msgstr "Configuración del canal premium"
-#: ../../mod/photos.php:633
-msgid "Image file is empty."
-msgstr "El archivo de imagen está vacío."
+#: ../../include/widgets.php:556 ../../include/nav.php:208
+#: ../../include/apps.php:134 ../../mod/admin.php:1079
+#: ../../mod/admin.php:1279
+msgid "Settings"
+msgstr "Ajustes"
-#: ../../mod/photos.php:762
-msgid "No photos selected"
-msgstr "Ninguna foto seleccionada"
+#: ../../include/widgets.php:569 ../../mod/message.php:31
+#: ../../mod/mail.php:128
+msgid "Messages"
+msgstr "Mensajes"
-#: ../../mod/photos.php:839
-msgid "Access to this item is restricted."
-msgstr "El acceso a este elemento está restringido."
+#: ../../include/widgets.php:572
+msgid "Check Mail"
+msgstr "Comprobar correo"
-#: ../../mod/photos.php:893
-msgid "Upload Photos"
-msgstr "Subir fotos"
+#: ../../include/widgets.php:577 ../../include/nav.php:199
+msgid "New Message"
+msgstr "Nuevo mensaje"
-#: ../../mod/photos.php:896 ../../mod/photos.php:940
-msgid "New album name: "
-msgstr "Nombre del nuevo álbum: "
+#: ../../include/widgets.php:652
+msgid "Chat Rooms"
+msgstr "Salas de chat"
-#: ../../mod/photos.php:897
-msgid "or existing album name: "
-msgstr "o nombre de un álbum existente: "
+#: ../../include/widgets.php:672
+msgid "Bookmarked Chatrooms"
+msgstr "Salas de chat favoritas"
-#: ../../mod/photos.php:898
-msgid "Do not show a status post for this upload"
-msgstr "No mostrar un mensaje de estado de este envío"
+#: ../../include/widgets.php:692
+msgid "Suggested Chatrooms"
+msgstr "Salas de chat sugeridas"
-#: ../../mod/photos.php:900 ../../mod/photos.php:1159
-msgid "Permissions"
-msgstr "Permisos"
+#: ../../include/widgets.php:819 ../../include/widgets.php:877
+msgid "photo/image"
+msgstr "foto/imagen"
-#: ../../mod/photos.php:955
-msgid "Edit Album"
-msgstr "Modifica álbum"
+#: ../../include/widgets.php:972 ../../include/widgets.php:974
+msgid "Rate Me"
+msgstr "Valorar este canal"
-#: ../../mod/photos.php:965 ../../mod/photos.php:1381
-msgid "View Photo"
-msgstr "Ver foto"
+#: ../../include/widgets.php:978
+msgid "View Ratings"
+msgstr "Ver valoraciones"
-#: ../../mod/photos.php:1000
-msgid "Permission denied. Access to this item may be restricted."
-msgstr "Permiso denegado. El acceso a este elemento puede estar restringido."
+#: ../../include/widgets.php:989
+msgid "Public Hubs"
+msgstr "Servidores públicos"
-#: ../../mod/photos.php:1002
-msgid "Photo not available"
-msgstr "Foto no disponible"
+#: ../../include/event.php:22 ../../include/bb2diaspora.php:459
+msgid "l F d, Y \\@ g:i A"
+msgstr "l d de F, Y \\@ G:i"
-#: ../../mod/photos.php:1052
-msgid "View photo"
-msgstr "Ver foto"
+#: ../../include/event.php:30 ../../include/bb2diaspora.php:465
+msgid "Starts:"
+msgstr "Comienza:"
-#: ../../mod/photos.php:1052
-msgid "Edit photo"
-msgstr "Modificar foto"
+#: ../../include/event.php:40 ../../include/bb2diaspora.php:473
+msgid "Finishes:"
+msgstr "Finaliza:"
-#: ../../mod/photos.php:1053
-msgid "Use as profile photo"
-msgstr "Usar como foto del perfil"
+#: ../../include/event.php:50 ../../include/bb2diaspora.php:481
+#: ../../include/identity.php:908 ../../mod/directory.php:302
+#: ../../mod/events.php:661
+msgid "Location:"
+msgstr "Ubicación:"
-#: ../../mod/photos.php:1059 ../../include/conversation.php:369
-msgid "Private Message"
-msgstr "Mensaje privado"
+#: ../../include/event.php:535
+msgid "This event has been added to your calendar."
+msgstr "Este evento ha sido añadido a su calendario."
-#: ../../mod/photos.php:1070
-msgid "View Full Size"
-msgstr "Ver a tamaño completo"
+#: ../../include/enotify.php:96
+#, php-format
+msgid "%s <!item_type!>"
+msgstr "%s <!item_type!>"
-#: ../../mod/photos.php:1138
-msgid "Tags: "
-msgstr "Etiquetas: "
+#: ../../include/enotify.php:100
+#, php-format
+msgid "[Red:Notify] New mail received at %s"
+msgstr "[Red notifica] Nuevo correo recibido en %s"
-#: ../../mod/photos.php:1141
-msgid "[Remove any tag]"
-msgstr "[Borrar todas las etiquetas]"
+#: ../../include/enotify.php:102
+#, php-format
+msgid "%1$s, %2$s sent you a new private message at %3$s."
+msgstr "%1$s, %2$s te ha enviado un nuevo mensaje privado en %3$s."
-#: ../../mod/photos.php:1152
-msgid "New album name"
-msgstr "Nuevo nombre del álbum"
+#: ../../include/enotify.php:103
+#, php-format
+msgid "%1$s sent you %2$s."
+msgstr "%1$s te envió %2$s."
-#: ../../mod/photos.php:1155
-msgid "Caption"
-msgstr "Título"
+#: ../../include/enotify.php:103
+msgid "a private message"
+msgstr "un mensaje privado"
-#: ../../mod/photos.php:1157
-msgid "Add a Tag"
-msgstr "Añadir una etiqueta"
+#: ../../include/enotify.php:104
+#, php-format
+msgid "Please visit %s to view and/or reply to your private messages."
+msgstr "Por favor visite %s para ver y/o responder a su mensaje privado."
-#: ../../mod/photos.php:1161
+#: ../../include/enotify.php:158
+#, php-format
+msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]"
+msgstr "%1$s, %2$s comentó sobre [zrl=%3$s]a %4$s[/zrl]"
+
+#: ../../include/enotify.php:166
+#, php-format
+msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]"
+msgstr "%1$s, %2$s comentó sobre [zrl=%3$s]%4$s's %5$s[/zrl]"
+
+#: ../../include/enotify.php:175
+#, php-format
+msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]"
+msgstr "%1$s, %2$s comentó sobre [zrl=%3$s]your %4$s[/zrl]"
+
+#: ../../include/enotify.php:186
+#, php-format
+msgid "[Red:Notify] Comment to conversation #%1$d by %2$s"
+msgstr "[Red notifica] Comentario en la conversación #%1$d por %2$s"
+
+#: ../../include/enotify.php:187
+#, php-format
+msgid "%1$s, %2$s commented on an item/conversation you have been following."
+msgstr "%1$s, %2$s comentó sobre un elemento/conversación que ha estado siguiendo."
+
+#: ../../include/enotify.php:190 ../../include/enotify.php:205
+#: ../../include/enotify.php:231 ../../include/enotify.php:249
+#: ../../include/enotify.php:263
+#, php-format
+msgid "Please visit %s to view and/or reply to the conversation."
+msgstr "Para ver o comentar la conversación, visita %s"
+
+#: ../../include/enotify.php:196
+#, php-format
+msgid "[Red:Notify] %s posted to your profile wall"
+msgstr "[Red:aviso] %s escribió en su muro"
+
+#: ../../include/enotify.php:198
+#, php-format
+msgid "%1$s, %2$s posted to your profile wall at %3$s"
+msgstr "%1$s, %2$s publicó en su muro de perfil en %3$s"
+
+#: ../../include/enotify.php:200
+#, php-format
+msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]"
+msgstr "%1$s, %2$s publicó en [zrl=%3$s]su muro[/zrl]"
+
+#: ../../include/enotify.php:224
+#, php-format
+msgid "[Red:Notify] %s tagged you"
+msgstr "[Red notifica] %s le etiquetó"
+
+#: ../../include/enotify.php:225
+#, php-format
+msgid "%1$s, %2$s tagged you at %3$s"
+msgstr "%1$s, %2$s le etiquetó en %3$s"
+
+#: ../../include/enotify.php:226
+#, php-format
+msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]."
+msgstr "%1$s, %2$s [zrl=%3$s]le etiquetó[/zrl]."
+
+#: ../../include/enotify.php:238
+#, php-format
+msgid "[Red:Notify] %1$s poked you"
+msgstr "[Red aviso] %1$s ha recibido un toque"
+
+#: ../../include/enotify.php:239
+#, php-format
+msgid "%1$s, %2$s poked you at %3$s"
+msgstr "%1$s, %2$s recibió un toque en %3$s"
+
+#: ../../include/enotify.php:240
+#, php-format
+msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]."
+msgstr "%1$s, %2$s [zrl=%2$s]recibió un toque[/zrl]."
+
+#: ../../include/enotify.php:256
+#, php-format
+msgid "[Red:Notify] %s tagged your post"
+msgstr "[Red notifica] %s etiquetó su entrada"
+
+#: ../../include/enotify.php:257
+#, php-format
+msgid "%1$s, %2$s tagged your post at %3$s"
+msgstr "%1$s, %2$s etiquetó su publicación en %3$s"
+
+#: ../../include/enotify.php:258
+#, php-format
+msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]"
+msgstr "%1$s, %2$s etiquetó [zrl=%3$s]su publicación[/zrl]"
+
+#: ../../include/enotify.php:270
+msgid "[Red:Notify] Introduction received"
+msgstr "[Red notifica] S\nDemanda de amistad recibida"
+
+#: ../../include/enotify.php:271
+#, php-format
+msgid "%1$s, you've received an new connection request from '%2$s' at %3$s"
+msgstr "%1$s, ha recibido una nueva solicitud de conexión de '%2$s' en %3$s"
+
+#: ../../include/enotify.php:272
+#, php-format
msgid ""
-"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
-msgstr ""
-"Ejemplo: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s."
+msgstr "%1$s, ha recibido [zrl=%2$s]una nueva solicitud de conexión[/zrl] de %3$s."
+
+#: ../../include/enotify.php:276 ../../include/enotify.php:295
+#, php-format
+msgid "You may visit their profile at %s"
+msgstr "Puede visitar su perfil en %s"
+
+#: ../../include/enotify.php:278
+#, php-format
+msgid "Please visit %s to approve or reject the connection request."
+msgstr "Por favor, visita %s para permitir o rechazar la solicitd de conexión."
+
+#: ../../include/enotify.php:285
+msgid "[Red:Notify] Friend suggestion received"
+msgstr "[Red notifica] recibió una sugerencia de amistad"
+
+#: ../../include/enotify.php:286
+#, php-format
+msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s"
+msgstr "%1$s, ha recibido una sugerencia de un amigo de '%2$s' en %3$s"
+
+#: ../../include/enotify.php:287
+#, php-format
+msgid ""
+"%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from "
+"%4$s."
+msgstr "%1$s, ha recibido [zrl=%2$s]una sugerencia de amistad[/zrl] para %3$s de %4$s."
+
+#: ../../include/enotify.php:293
+msgid "Name:"
+msgstr "Nombre:"
+
+#: ../../include/enotify.php:294
+msgid "Photo:"
+msgstr "Foto:"
+
+#: ../../include/enotify.php:297
+#, php-format
+msgid "Please visit %s to approve or reject the suggestion."
+msgstr "Por favor, visite %s para aprobar o rechazar la sugerencia."
+
+#: ../../include/enotify.php:508
+msgid "[Red:Notify]"
+msgstr "[Red:Notify]"
+
+#: ../../include/message.php:18
+msgid "No recipient provided."
+msgstr "No se ha especificado ningún destinatario."
+
+#: ../../include/message.php:23
+msgid "[no subject]"
+msgstr "[sin asunto]"
+
+#: ../../include/message.php:45
+msgid "Unable to determine sender."
+msgstr "No ha sido posible de determinar el remitente. "
+
+#: ../../include/message.php:200
+msgid "Stored post could not be verified."
+msgstr "No se ha podido verificar las entradas guardadas."
+
+#: ../../include/diaspora.php:2148 ../../include/conversation.php:164
+#: ../../mod/like.php:394
+#, php-format
+msgid "%1$s likes %2$s's %3$s"
+msgstr "a %1$s le gusta el/la %3$s de %2$s"
+
+#: ../../include/diaspora.php:2494
+msgid "Please choose"
+msgstr "Por favor selecciona"
+
+#: ../../include/diaspora.php:2496
+msgid "Agree"
+msgstr "De acuerdo"
+
+#: ../../include/diaspora.php:2498
+msgid "Disagree"
+msgstr "En desacuerdo"
+
+#: ../../include/diaspora.php:2500
+msgid "Abstain"
+msgstr "Se abstiene"
+
+#: ../../include/follow.php:28
+msgid "Channel is blocked on this site."
+msgstr "El canal está bloqueado en éste sitio."
-#: ../../mod/photos.php:1181 ../../include/conversation.php:416
+#: ../../include/follow.php:33
+msgid "Channel location missing."
+msgstr "Falta la dirección del canal "
+
+#: ../../include/follow.php:83
+msgid "Response from remote channel was incomplete."
+msgstr "Respuesta del canal remoto incompleta."
+
+#: ../../include/follow.php:100
+msgid "Channel was deleted and no longer exists."
+msgstr "El canal ha sido eliminado y ya no existe."
+
+#: ../../include/follow.php:135 ../../include/follow.php:206
+msgid "Protocol disabled."
+msgstr "Protocolo deshabilitado."
+
+#: ../../include/follow.php:144
+msgid "Protocol blocked for this channel."
+msgstr "Protocolo bloqueado para este canal."
+
+#: ../../include/follow.php:179
+msgid "Channel discovery failed."
+msgstr "Búsqueda de canales ha fallado."
+
+#: ../../include/follow.php:195
+msgid "local account not found."
+msgstr "No se ha encontrado la cuenta local."
+
+#: ../../include/follow.php:224
+msgid "Cannot connect to yourself."
+msgstr "No puede conectarse consigo mismo."
+
+#: ../../include/ItemObject.php:89 ../../include/conversation.php:667
+msgid "Private Message"
+msgstr "Mensaje Privado"
+
+#: ../../include/ItemObject.php:126 ../../include/conversation.php:659
+msgid "Select"
+msgstr "Seleccionar"
+
+#: ../../include/ItemObject.php:130
+msgid "Save to Folder"
+msgstr "Guardar en carpeta"
+
+#: ../../include/ItemObject.php:151
+msgid "I will attend"
+msgstr "Asistiré"
+
+#: ../../include/ItemObject.php:151
+msgid "I will not attend"
+msgstr "No asistiré"
+
+#: ../../include/ItemObject.php:151
+msgid "I might attend"
+msgstr "Quizá asista"
+
+#: ../../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:175 ../../include/ItemObject.php:187
+#: ../../include/conversation.php:1677 ../../mod/photos.php:1015
+#: ../../mod/photos.php:1027
+msgid "View all"
+msgstr "Ver todo"
+
+#: ../../include/ItemObject.php:179 ../../include/taxonomy.php:396
+#: ../../include/conversation.php:1701 ../../include/identity.php:1167
+#: ../../mod/photos.php:1019
+msgctxt "noun"
+msgid "Like"
+msgid_plural "Likes"
+msgstr[0] "Le gusta"
+msgstr[1] "Me gusta"
+
+#: ../../include/ItemObject.php:184 ../../include/conversation.php:1704
+#: ../../mod/photos.php:1024
+msgctxt "noun"
+msgid "Dislike"
+msgid_plural "Dislikes"
+msgstr[0] "No le gusta"
+msgstr[1] "No me gusta"
+
+#: ../../include/ItemObject.php:212
+msgid "Add Star"
+msgstr "Añadir estrella"
+
+#: ../../include/ItemObject.php:213
+msgid "Remove Star"
+msgstr "Eliminar estrella"
+
+#: ../../include/ItemObject.php:214
+msgid "Toggle Star Status"
+msgstr "Invertir estado de estrella"
+
+#: ../../include/ItemObject.php:218
+msgid "starred"
+msgstr "preferidos"
+
+#: ../../include/ItemObject.php:227 ../../include/conversation.php:674
+msgid "Message signature validated"
+msgstr "Firma de mensaje validada"
+
+#: ../../include/ItemObject.php:228 ../../include/conversation.php:675
+msgid "Message signature incorrect"
+msgstr "Firma de mensaje incorrecta"
+
+#: ../../include/ItemObject.php:236
+msgid "Add Tag"
+msgstr "Añadir etiqueta"
+
+#: ../../include/ItemObject.php:254 ../../mod/photos.php:959
msgid "I like this (toggle)"
-msgstr "Me gusta esto (cambiar)"
+msgstr "me gusta (conmutar)"
+
+#: ../../include/ItemObject.php:254 ../../include/taxonomy.php:310
+msgid "like"
+msgstr "Me gusta"
-#: ../../mod/photos.php:1182 ../../include/conversation.php:417
+#: ../../include/ItemObject.php:255 ../../mod/photos.php:960
msgid "I don't like this (toggle)"
-msgstr "No me gusta esto (cambiar)"
+msgstr "No me gusta (conmutar)"
-#: ../../mod/photos.php:1183 ../../include/conversation.php:814
-msgid "Share"
+#: ../../include/ItemObject.php:255 ../../include/taxonomy.php:311
+msgid "dislike"
+msgstr "No me gusta"
+
+#: ../../include/ItemObject.php:259
+msgid "Share This"
+msgstr "Compartir esto"
+
+#: ../../include/ItemObject.php:259
+msgid "share"
msgstr "Compartir"
-#: ../../mod/photos.php:1184 ../../mod/editpost.php:99
-#: ../../mod/message.php:137 ../../mod/message.php:270
-#: ../../include/conversation.php:251 ../../include/conversation.php:578
-#: ../../include/conversation.php:823
+#: ../../include/ItemObject.php:276
+#, php-format
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] "%d comentario"
+msgstr[1] "%d comentarios"
+
+#: ../../include/ItemObject.php:294 ../../include/ItemObject.php:295
+#, php-format
+msgid "View %s's profile - %s"
+msgstr "Ver perfil de %s - %s"
+
+#: ../../include/ItemObject.php:298
+msgid "to"
+msgstr "a"
+
+#: ../../include/ItemObject.php:299
+msgid "via"
+msgstr "mediante"
+
+#: ../../include/ItemObject.php:300
+msgid "Wall-to-Wall"
+msgstr "Muro-a-Muro"
+
+#: ../../include/ItemObject.php:301
+msgid "via Wall-To-Wall:"
+msgstr "mediante Muro-a-Muro"
+
+#: ../../include/ItemObject.php:312 ../../include/conversation.php:716
+#, php-format
+msgid "from %s"
+msgstr "de %s"
+
+#: ../../include/ItemObject.php:315 ../../include/conversation.php:719
+#, php-format
+msgid "last edited: %s"
+msgstr "último cambio: %s"
+
+#: ../../include/ItemObject.php:316 ../../include/conversation.php:720
+#, php-format
+msgid "Expires: %s"
+msgstr "Caduca: %s"
+
+#: ../../include/ItemObject.php:337
+msgid "Save Bookmarks"
+msgstr "Guardar marcadores"
+
+#: ../../include/ItemObject.php:338
+msgid "Add to Calendar"
+msgstr "Añadir al calendario"
+
+#: ../../include/ItemObject.php:347
+msgid "Mark all seen"
+msgstr "Marcar todos como vistos"
+
+#: ../../include/ItemObject.php:353 ../../mod/photos.php:1145
+msgctxt "noun"
+msgid "Likes"
+msgstr "Me gusta"
+
+#: ../../include/ItemObject.php:354 ../../mod/photos.php:1146
+msgctxt "noun"
+msgid "Dislikes"
+msgstr "No me gusta"
+
+#: ../../include/ItemObject.php:359 ../../include/acl_selectors.php:249
+#: ../../mod/photos.php:1151
+msgid "Close"
+msgstr "Cerrar"
+
+#: ../../include/ItemObject.php:364 ../../include/conversation.php:737
+#: ../../include/conversation.php:1209 ../../mod/editpost.php:123
+#: ../../mod/photos.php:962 ../../mod/editlayout.php:147
+#: ../../mod/editwebpage.php:192 ../../mod/editblock.php:149
+#: ../../mod/mail.php:241 ../../mod/mail.php:356
msgid "Please wait"
-msgstr "Por favor, espere"
+msgstr "Espera por favor"
-#: ../../mod/photos.php:1200 ../../mod/photos.php:1239
-#: ../../mod/photos.php:1270 ../../include/conversation.php:431
+#: ../../include/ItemObject.php:665 ../../mod/photos.php:978
+#: ../../mod/photos.php:1096
msgid "This is you"
-msgstr "Eres tú"
+msgstr "Este es usted"
+
+#: ../../include/ItemObject.php:669 ../../include/conversation.php:1181
+#: ../../mod/editpost.php:107 ../../mod/editlayout.php:134
+#: ../../mod/editwebpage.php:179 ../../mod/editblock.php:135
+msgid "Bold"
+msgstr "Negrita"
+
+#: ../../include/ItemObject.php:670 ../../include/conversation.php:1182
+#: ../../mod/editpost.php:108 ../../mod/editlayout.php:135
+#: ../../mod/editwebpage.php:180 ../../mod/editblock.php:136
+msgid "Italic"
+msgstr "Itálico "
+
+#: ../../include/ItemObject.php:671 ../../include/conversation.php:1183
+#: ../../mod/editpost.php:109 ../../mod/editlayout.php:136
+#: ../../mod/editwebpage.php:181 ../../mod/editblock.php:137
+msgid "Underline"
+msgstr "Subrayar"
+
+#: ../../include/ItemObject.php:672 ../../include/conversation.php:1184
+#: ../../mod/editpost.php:110 ../../mod/editlayout.php:137
+#: ../../mod/editwebpage.php:182 ../../mod/editblock.php:138
+msgid "Quote"
+msgstr "Citar"
+
+#: ../../include/ItemObject.php:673 ../../include/conversation.php:1185
+#: ../../mod/editpost.php:111 ../../mod/editlayout.php:138
+#: ../../mod/editwebpage.php:183 ../../mod/editblock.php:139
+msgid "Code"
+msgstr "Código"
+
+#: ../../include/ItemObject.php:674
+msgid "Image"
+msgstr "Imagen"
+
+#: ../../include/ItemObject.php:675
+msgid "Insert Link"
+msgstr "Insertar enlace"
-#: ../../mod/photos.php:1368
-msgid "Recent Photos"
-msgstr "Fotos recientes"
+#: ../../include/ItemObject.php:676
+msgid "Video"
+msgstr "Vídeo"
-#: ../../mod/photos.php:1372
-msgid "Upload New Photos"
-msgstr "Subir nuevas fotos"
+#: ../../include/ItemObject.php:680 ../../include/conversation.php:1236
+#: ../../mod/editpost.php:151 ../../mod/mail.php:247 ../../mod/mail.php:361
+msgid "Encrypt text"
+msgstr "Cifrar texto"
-#: ../../mod/photos.php:1385
-msgid "View Album"
-msgstr "Ver álbum"
+#: ../../include/Contact.php:124
+msgid "New window"
+msgstr "Nueva ventana"
-#: ../../mod/newmember.php:6
-msgid "Welcome to Friendika"
-msgstr "Bienvenido a Friendika"
+#: ../../include/Contact.php:125
+msgid "Open the selected location in a different window or browser tab"
+msgstr "Abrir la ubicación seleccionada en una ventana o pestaña aparte"
-#: ../../mod/newmember.php:8
-msgid "New Member Checklist"
-msgstr "Listado de nuevos miembros"
+#: ../../include/Contact.php:215 ../../mod/admin.php:739
+#, php-format
+msgid "User '%s' deleted"
+msgstr "Usuario '%s' eliminado"
-#: ../../mod/newmember.php:12
-msgid ""
-"We would like to offer some tips and links to help make your experience "
-"enjoyable. Click any item to visit the relevant page."
-msgstr ""
-"Nos gustaría ofrecerte algunos trucos y consejos para ayudar a que tu "
-"experiencia sea placentera. Pulsa en cualquier elemento para visitar la "
-"página adecuada."
+#: ../../include/bb2diaspora.php:373
+msgid "Attachments:"
+msgstr "Ficheros adjuntos:"
-#: ../../mod/newmember.php:16
-msgid ""
-"On your <em>Settings</em> page - change your initial password. Also make a "
-"note of your Identity Address. This will be useful in making friends."
-msgstr ""
-"En la página de <em>Configuración</em> - cambia la contraseña inicial. Toma "
-"nota de tu dirección personal. Te será útil para hacer amigos."
+#: ../../include/bb2diaspora.php:461
+msgid "$Projectname event notification:"
+msgstr "Notificación de eventos de $Projectname:"
-#: ../../mod/newmember.php:18
-msgid ""
-"Review the other settings, particularly the privacy settings. An unpublished"
-" directory listing is like having an unlisted phone number. In general, you "
-"should probably publish your listing - unless all of your friends and "
-"potential friends know exactly how to find you."
-msgstr ""
-"Revisa las demás configuraciones, especialmente la configuración de "
-"privacidad. Un listado de directorio no publicado es como tener un número de"
-" teléfono sin publicar. Normalmente querrás publicar tu listado, a menos que"
-" tus amigos y amigos potenciales sepan con ponerse en contacto contigo."
+#: ../../include/nav.php:87 ../../include/nav.php:120 ../../boot.php:1550
+msgid "Logout"
+msgstr "Cerrar sesión"
-#: ../../mod/newmember.php:20
-msgid ""
-"Upload a profile photo if you have not done so already. Studies have shown "
-"that people with real photos of themselves are ten times more likely to make"
-" friends than people who do not."
-msgstr ""
-"Sube una foto para tu perfil si no lo has hecho aún. Los estudios han "
-"demostrado que la gente que usa fotos suyas reales tienen diez veces más "
-"éxito a la hora de entablar amistad que las que no."
+#: ../../include/nav.php:87 ../../include/nav.php:120
+msgid "End this session"
+msgstr "Cerrar ésta sesión"
-#: ../../mod/newmember.php:23
-msgid ""
-"Authorise the Facebook Connector if you currently have a Facebook account "
-"and we will (optionally) import all your Facebook friends and conversations."
-msgstr ""
-"Autoriza la conexión con Facebook si ya tienes una cuenta en Facebook y "
-"nosotros (opcionalmente) importaremos tus amistades y conversaciones desde "
-"Facebook."
+#: ../../include/nav.php:90 ../../include/nav.php:151
+msgid "Home"
+msgstr "Inicio"
-#: ../../mod/newmember.php:28
-msgid ""
-"Enter your email access information on your Settings page if you wish to "
-"import and interact with friends or mailing lists from your email INBOX"
-msgstr ""
-"Introduce los datos sobre tu dirección de correo en la página de "
-"configuración si quieres importar y mantener un contacto con tus amistades o"
-" listas de correos desde tu buzón"
+#: ../../include/nav.php:90
+msgid "Your posts and conversations"
+msgstr "Sus entradas y conversaciones"
-#: ../../mod/newmember.php:30
-msgid ""
-"Edit your <strong>default</strong> profile to your liking. Review the "
-"settings for hiding your list of friends and hiding the profile from unknown"
-" visitors."
-msgstr ""
-"Edita tu perfil <strong>predeterminado</strong> como quieras. Revisa la "
-"configuración para ocultar tu lista de amigos o tu perfil a los visitantes "
-"desconocidos."
+#: ../../include/nav.php:91 ../../include/conversation.php:942
+#: ../../mod/connedit.php:498
+msgid "View Profile"
+msgstr "Ver perfil"
-#: ../../mod/newmember.php:32
-msgid ""
-"Set some public keywords for your default profile which describe your "
-"interests. We may be able to find other people with similar interests and "
-"suggest friendships."
-msgstr ""
-"Define en tu perfil público algunas palabras que describan tus intereses. "
-"Así podremos buscar otras personas con los mismos gustos y sugerirte "
-"posibles amigos."
+#: ../../include/nav.php:91
+msgid "Your profile page"
+msgstr "Su página de perfil"
-#: ../../mod/newmember.php:34
-msgid ""
-"Your Contacts page is your gateway to managing friendships and connecting "
-"with friends on other networks. Typically you enter their address or site "
-"URL in the <em>Connect</em> dialog."
-msgstr ""
-"La página de tus Contactos es tu puerta de entrada para manejar tus "
-"relaciones de amistad y conectarte con amigos de otras redes sociales. "
-"Introduce la dirección de su perfil o dirección web en el campo "
-"<em>Conectar</em>."
+#: ../../include/nav.php:93
+msgid "Edit Profiles"
+msgstr "Editar perfiles"
-#: ../../mod/newmember.php:36
-msgid ""
-"The Directory page lets you find other people in this network or other "
-"federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on "
-"their profile page. Provide your own Identity Address if requested."
-msgstr ""
-"El Directorio te permite encontrar otras personas en esta red o en cualquier"
-" otro sitio federado. Busca algún enlace de <em>Conectar</em> o "
-"<em>Seguir</em> en su perfil. Proporciona tu direción personal si es "
-"necesario."
+#: ../../include/nav.php:93
+msgid "Manage/Edit profiles"
+msgstr "Administrar/editar perfiles"
-#: ../../mod/newmember.php:38
-msgid ""
-"Once you have made some friends, organize them into private conversation "
-"groups from the sidebar of your Contacts page and then you can interact with"
-" each group privately on your Network page."
-msgstr ""
-"Una vez que tengas algunos amigos, puedes organizarlos en grupos de "
-"conversación privados mediante la barra en tu página de Contactos y luego "
-"puedes interactuar con cada grupo por privado desde tu página de Red."
+#: ../../include/nav.php:95 ../../include/identity.php:880
+msgid "Edit Profile"
+msgstr "Editar perfil"
+
+#: ../../include/nav.php:95
+msgid "Edit your profile"
+msgstr "Editar su perfil"
+
+#: ../../include/nav.php:97 ../../include/conversation.php:1600
+#: ../../include/apps.php:139 ../../mod/fbrowser.php:25
+msgid "Photos"
+msgstr "Fotos"
+
+#: ../../include/nav.php:97
+msgid "Your photos"
+msgstr "Sus fotos"
+
+#: ../../include/nav.php:98
+msgid "Your files"
+msgstr "Sus ficheros"
+
+#: ../../include/nav.php:103 ../../include/apps.php:146
+msgid "Chat"
+msgstr "Chat"
+
+#: ../../include/nav.php:103
+msgid "Your chatrooms"
+msgstr "Sus salas de chat"
+
+#: ../../include/nav.php:109 ../../include/conversation.php:1635
+#: ../../include/apps.php:129
+msgid "Bookmarks"
+msgstr "Marcadores"
+
+#: ../../include/nav.php:109
+msgid "Your bookmarks"
+msgstr "Sus marcadores"
+
+#: ../../include/nav.php:113 ../../include/conversation.php:1645
+#: ../../include/apps.php:136 ../../mod/webpages.php:178
+msgid "Webpages"
+msgstr "Páginas web"
+
+#: ../../include/nav.php:113
+msgid "Your webpages"
+msgstr "Sus páginas web"
+
+#: ../../include/nav.php:117 ../../include/apps.php:131 ../../boot.php:1551
+msgid "Login"
+msgstr "Iniciar sesión"
-#: ../../mod/newmember.php:40
+#: ../../include/nav.php:117
+msgid "Sign in"
+msgstr "Acceder"
+
+#: ../../include/nav.php:134
+#, php-format
+msgid "%s - click to logout"
+msgstr "%s - pulsar para cerrar sesión"
+
+#: ../../include/nav.php:137
+msgid "Remote authentication"
+msgstr "Autenticación remota"
+
+#: ../../include/nav.php:137
+msgid "Click to authenticate to your home hub"
+msgstr "Pulsar para identificarse en su servidor"
+
+#: ../../include/nav.php:151
+msgid "Home Page"
+msgstr "Página de inicio"
+
+#: ../../include/nav.php:155 ../../mod/register.php:224 ../../boot.php:1527
+msgid "Register"
+msgstr "Registrarse"
+
+#: ../../include/nav.php:155
+msgid "Create an account"
+msgstr "Crear una cuenta"
+
+#: ../../include/nav.php:160 ../../include/apps.php:142 ../../mod/help.php:67
+#: ../../mod/help.php:72 ../../mod/layouts.php:176
+msgid "Help"
+msgstr "Ayuda"
+
+#: ../../include/nav.php:160
+msgid "Help and documentation"
+msgstr "Ayuda y documentación"
+
+#: ../../include/nav.php:163
+msgid "Applications, utilities, links, games"
+msgstr "Aplicaciones, utilidades, enlaces, juegos"
+
+#: ../../include/nav.php:165
+msgid "Search site content"
+msgstr "Buscar contenido del sitio"
+
+#: ../../include/nav.php:168 ../../include/apps.php:141
+msgid "Directory"
+msgstr "Directorio"
+
+#: ../../include/nav.php:168
+msgid "Channel Directory"
+msgstr "Directorio de canales"
+
+#: ../../include/nav.php:180 ../../include/apps.php:133
+msgid "Matrix"
+msgstr "Matríz"
+
+#: ../../include/nav.php:180
+msgid "Your matrix"
+msgstr "Su red"
+
+#: ../../include/nav.php:181
+msgid "Mark all matrix notifications seen"
+msgstr "Marcar todas las notificaciones de la red como leídas"
+
+#: ../../include/nav.php:183 ../../include/apps.php:137
+msgid "Channel Home"
+msgstr "Mi canal"
+
+#: ../../include/nav.php:183
+msgid "Channel home"
+msgstr "Mi canal"
+
+#: ../../include/nav.php:184
+msgid "Mark all channel notifications seen"
+msgstr "Marcar todas las notificaciones de canales como leídas"
+
+#: ../../include/nav.php:187 ../../mod/connections.php:407
+msgid "Connections"
+msgstr "Conexiones"
+
+#: ../../include/nav.php:190
+msgid "Notices"
+msgstr "Avisos"
+
+#: ../../include/nav.php:190
+msgid "Notifications"
+msgstr "Notificaciones"
+
+#: ../../include/nav.php:191
+msgid "See all notifications"
+msgstr "Ver todas las notificaciones"
+
+#: ../../include/nav.php:192 ../../mod/notifications.php:99
+msgid "Mark all system notifications seen"
+msgstr "Marcar todas las notificaciones de sistema como leídas"
+
+#: ../../include/nav.php:194 ../../include/apps.php:143
+msgid "Mail"
+msgstr "Correo"
+
+#: ../../include/nav.php:194
+msgid "Private mail"
+msgstr "Correo privado"
+
+#: ../../include/nav.php:195
+msgid "See all private messages"
+msgstr "Ver todas los mensajes privados"
+
+#: ../../include/nav.php:196
+msgid "Mark all private messages seen"
+msgstr "Marcar todos los mensajes privados como leídos"
+
+#: ../../include/nav.php:197
+msgid "Inbox"
+msgstr "Bandeja de entrada"
+
+#: ../../include/nav.php:198
+msgid "Outbox"
+msgstr "Bandeja de salida"
+
+#: ../../include/nav.php:202 ../../include/apps.php:140
+#: ../../mod/events.php:486
+msgid "Events"
+msgstr "Eventos"
+
+#: ../../include/nav.php:202
+msgid "Event Calendar"
+msgstr "Calendario de eventos"
+
+#: ../../include/nav.php:203
+msgid "See all events"
+msgstr "Ver todos los eventos"
+
+#: ../../include/nav.php:204
+msgid "Mark all events seen"
+msgstr "Marcar todos los eventos como leidos"
+
+#: ../../include/nav.php:206 ../../include/apps.php:132
+#: ../../mod/manage.php:166
+msgid "Channel Manager"
+msgstr "Administración del canal"
+
+#: ../../include/nav.php:206
+msgid "Manage Your Channels"
+msgstr "Gestione sus canales"
+
+#: ../../include/nav.php:208
+msgid "Account/Channel Settings"
+msgstr "Ajustes de cuenta/canales"
+
+#: ../../include/nav.php:216 ../../mod/admin.php:120
+msgid "Admin"
+msgstr "Administrador"
+
+#: ../../include/nav.php:216
+msgid "Site Setup and Configuration"
+msgstr "Configuración del sitio"
+
+#: ../../include/nav.php:247 ../../include/conversation.php:850
+msgid "Loading..."
+msgstr "Cargando..."
+
+#: ../../include/nav.php:252
+msgid "@name, #tag, content"
+msgstr "@nombre, #etiqueta, contenido"
+
+#: ../../include/nav.php:253
+msgid "Please wait..."
+msgstr "Espere por favor…"
+
+#: ../../include/taxonomy.php:222 ../../include/taxonomy.php:243
+msgid "Tags"
+msgstr "Etiquetas"
+
+#: ../../include/taxonomy.php:287
+msgid "Keywords"
+msgstr "Palabras clave"
+
+#: ../../include/taxonomy.php:308
+msgid "have"
+msgstr "tener"
+
+#: ../../include/taxonomy.php:308
+msgid "has"
+msgstr "tiene"
+
+#: ../../include/taxonomy.php:309
+msgid "want"
+msgstr "quiere"
+
+#: ../../include/taxonomy.php:309
+msgid "wants"
+msgstr "quiere"
+
+#: ../../include/taxonomy.php:310
+msgid "likes"
+msgstr "le gusta"
+
+#: ../../include/taxonomy.php:311
+msgid "dislikes"
+msgstr "no le gusta"
+
+#: ../../include/activities.php:39
+msgid " and "
+msgstr "y"
+
+#: ../../include/activities.php:47
+msgid "public profile"
+msgstr "perfil público"
+
+#: ../../include/activities.php:56
+#, php-format
+msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
+msgstr "%1$s cambió %2$s a &ldquo;%3$s&rdquo;"
+
+#: ../../include/activities.php:57
+#, php-format
+msgid "Visit %1$s's %2$s"
+msgstr "Visita %2$s de %1$s"
+
+#: ../../include/activities.php:60
+#, php-format
+msgid "%1$s has an updated %2$s, changing %3$s."
+msgstr "%1$s actualizó %2$s, %3$s cambió."
+
+#: ../../include/security.php:349
msgid ""
-"Our <strong>help</strong> pages may be consulted for detail on other program"
-" features and resources."
-msgstr ""
-"Puedes consultar nuestra página de <strong>Ayuda</strong> para más ayuda, "
-"información y recursos."
+"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/localtime.php:12 ../../include/event.php:11
-#: ../../include/bb2diaspora.php:227
-msgid "l F d, Y \\@ g:i A"
-msgstr "l F d, Y \\@ g:i A"
+#: ../../include/permissions.php:26
+msgid "Can view my normal stream and posts"
+msgstr "Puede ver mi flujo y publicaciones normales"
+
+#: ../../include/permissions.php:27
+msgid "Can view my default channel profile"
+msgstr "Puede ver mi perfil de canal predeterminado."
-#: ../../mod/localtime.php:24
-msgid "Time Conversion"
-msgstr "Conversión horária"
+#: ../../include/permissions.php:28
+msgid "Can view my photo albums"
+msgstr "Puede ver mis álbumes de fotos"
-#: ../../mod/localtime.php:26
+#: ../../include/permissions.php:29
+msgid "Can view my connections"
+msgstr "Puede ver mis conexiones"
+
+#: ../../include/permissions.php:30
+msgid "Can view my file storage"
+msgstr "Puede ver mis ficheros almacenados"
+
+#: ../../include/permissions.php:31
+msgid "Can view my webpages"
+msgstr "Puede ver mis páginas web"
+
+#: ../../include/permissions.php:34
+msgid "Can send me their channel stream and posts"
+msgstr "Te pueden enviar sus canales de flujos y entradas"
+
+#: ../../include/permissions.php:35
+msgid "Can post on my channel page (\"wall\")"
+msgstr "Pueden crear entradas en su página del canal (“muro”)"
+
+#: ../../include/permissions.php:36
+msgid "Can comment on or like my posts"
+msgstr "Puede comentar en mis publicaciones o marcar como 'me gusta'."
+
+#: ../../include/permissions.php:37
+msgid "Can send me private mail messages"
+msgstr "Puede enviarme mensajes privados"
+
+#: ../../include/permissions.php:38
+msgid "Can post photos to my photo albums"
+msgstr "Puede publicar fotos en mis galerias"
+
+#: ../../include/permissions.php:39
+msgid "Can like/dislike stuff"
+msgstr "Puede marcar contenido como me gustar/no me gusta."
+
+#: ../../include/permissions.php:39
+msgid "Profiles and things other than posts/comments"
+msgstr "Perfiles y cosas aparte de publicaciones/comentarios"
+
+#: ../../include/permissions.php:41
+msgid "Can forward to all my channel contacts via post @mentions"
+msgstr "Puede reenviar a todos mis contactos de canalmediante post @mentions"
+
+#: ../../include/permissions.php:41
+msgid "Advanced - useful for creating group forum channels"
+msgstr "Avanzado - útil para crear canales de foro o grupos"
+
+#: ../../include/permissions.php:42
+msgid "Can chat with me (when available)"
+msgstr "Puede charlar conmigo"
+
+#: ../../include/permissions.php:43
+msgid "Can write to my file storage"
+msgstr "Puede escribir en mi almacenamiento de ficheros"
+
+#: ../../include/permissions.php:44
+msgid "Can edit my webpages"
+msgstr "Puede editar mis páginas web"
+
+#: ../../include/permissions.php:46
+msgid "Can source my public posts in derived channels"
+msgstr "Puede utilizar como fuente mis publicaciones públicas en canales derivados"
+
+#: ../../include/permissions.php:46
+msgid "Somewhat advanced - very useful in open communities"
+msgstr "Algo avanzado - muy útil en comunidades abiertas"
+
+#: ../../include/permissions.php:48
+msgid "Can administer my channel resources"
+msgstr "Puede administrar mis recursos de canal"
+
+#: ../../include/permissions.php:48
msgid ""
-"Friendika provides this service for sharing events with other networks and "
-"friends in unknown timezones."
-msgstr ""
-"Friendica ofrece este servicio para compartir eventos con otras redes y "
-"amigos en zonas horarias desconocidas."
+"Extremely advanced. Leave this alone unless you know what you are doing"
+msgstr "Muy avanzado. Déjelo a no ser que sepa bien lo que está haciendo."
+
+#: ../../include/permissions.php:893
+msgid "Social Networking"
+msgstr "Creación de redes sociales"
+
+#: ../../include/permissions.php:893 ../../include/permissions.php:894
+#: ../../include/permissions.php:895
+msgid "Mostly Public"
+msgstr "Público en su mayor parte"
+
+#: ../../include/permissions.php:893 ../../include/permissions.php:894
+#: ../../include/permissions.php:895
+msgid "Restricted"
+msgstr "Restringido"
+
+#: ../../include/permissions.php:893 ../../include/permissions.php:894
+msgid "Private"
+msgstr "Privado"
+
+#: ../../include/permissions.php:894
+msgid "Community Forum"
+msgstr "Foro de la comunidad"
+
+#: ../../include/permissions.php:895
+msgid "Feed Republish"
+msgstr "Republicar feed"
+
+#: ../../include/permissions.php:896
+msgid "Special Purpose"
+msgstr "Propósito especial"
+
+#: ../../include/permissions.php:896
+msgid "Celebrity/Soapbox"
+msgstr "Celebridad / Plataforma improvisada"
+
+#: ../../include/permissions.php:896
+msgid "Group Repository"
+msgstr "Repositorio de grupo"
+
+#: ../../include/permissions.php:897 ../../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:897
+msgid "Custom/Expert Mode"
+msgstr "Modo personalizado/experto"
+
+#: ../../include/conversation.php:126 ../../mod/like.php:113
+msgid "channel"
+msgstr "canal"
-#: ../../mod/localtime.php:30
+#: ../../include/conversation.php:167 ../../mod/like.php:396
#, php-format
-msgid "UTC time: %s"
-msgstr "Tiempo UTC: %s"
+msgid "%1$s doesn't like %2$s's %3$s"
+msgstr "a %1$s no le gusta el/la %3$s de %2$s"
-#: ../../mod/localtime.php:33
+#: ../../include/conversation.php:204
#, php-format
-msgid "Current timezone: %s"
-msgstr "Zona horaria actual: %s"
+msgid "%1$s is now connected with %2$s"
+msgstr "%1$s ahora es conectada con %2$s"
-#: ../../mod/localtime.php:36
+#: ../../include/conversation.php:239
#, php-format
-msgid "Converted localtime: %s"
-msgstr "Zona horaria local convertida: %s"
+msgid "%1$s poked %2$s"
+msgstr "%1$s dio un toque a %2$s"
-#: ../../mod/localtime.php:41
-msgid "Please select your timezone:"
-msgstr "Por favor, seleccione su zona horaria:"
+#: ../../include/conversation.php:260 ../../mod/mood.php:63
+#, php-format
+msgctxt "mood"
+msgid "%1$s is %2$s"
+msgstr "%1$s está %2$s"
+
+#: ../../include/conversation.php:572 ../../mod/photos.php:996
+msgctxt "title"
+msgid "Likes"
+msgstr "Me gusta"
+
+#: ../../include/conversation.php:572 ../../mod/photos.php:996
+msgctxt "title"
+msgid "Dislikes"
+msgstr "No me gusta"
+
+#: ../../include/conversation.php:573 ../../mod/photos.php:997
+msgctxt "title"
+msgid "Agree"
+msgstr "De acuerdo"
+
+#: ../../include/conversation.php:573 ../../mod/photos.php:997
+msgctxt "title"
+msgid "Disagree"
+msgstr "En desacuerdo"
+
+#: ../../include/conversation.php:573 ../../mod/photos.php:997
+msgctxt "title"
+msgid "Abstain"
+msgstr "Abstenerse"
+
+#: ../../include/conversation.php:574 ../../mod/photos.php:998
+msgctxt "title"
+msgid "Attending"
+msgstr "Asistir"
+
+#: ../../include/conversation.php:574 ../../mod/photos.php:998
+msgctxt "title"
+msgid "Not attending"
+msgstr "No asistir"
+
+#: ../../include/conversation.php:574 ../../mod/photos.php:998
+msgctxt "title"
+msgid "Might attend"
+msgstr "Quizá asista"
+
+#: ../../include/conversation.php:692
+#, php-format
+msgid "View %s's profile @ %s"
+msgstr "Ver perfil @ %s de %s"
-#: ../../mod/display.php:108
-msgid "Item has been removed."
-msgstr "El elemento ha sido eliminado."
+#: ../../include/conversation.php:707
+msgid "Categories:"
+msgstr "Categorías:"
-#: ../../mod/editpost.php:17 ../../mod/editpost.php:27
-msgid "Item not found"
-msgstr "Elemento no encontrado"
+#: ../../include/conversation.php:708
+msgid "Filed under:"
+msgstr "Archivado bajo:"
-#: ../../mod/editpost.php:32
-msgid "Edit post"
-msgstr "Editar publicación"
+#: ../../include/conversation.php:735
+msgid "View in context"
+msgstr "Mostrar en contexto"
+
+#: ../../include/conversation.php:846
+msgid "remove"
+msgstr "eliminar"
+
+#: ../../include/conversation.php:851
+msgid "Delete Selected Items"
+msgstr "Eliminar elementos seleccionados"
+
+#: ../../include/conversation.php:939
+msgid "View Source"
+msgstr "Ver fuente"
+
+#: ../../include/conversation.php:940
+msgid "Follow Thread"
+msgstr "Seguir el hilo"
+
+#: ../../include/conversation.php:941
+msgid "View Status"
+msgstr "Ver estado"
+
+#: ../../include/conversation.php:943
+msgid "View Photos"
+msgstr "Ver fotos"
+
+#: ../../include/conversation.php:944
+msgid "Matrix Activity"
+msgstr "Actvidad de Matrix"
+
+#: ../../include/conversation.php:946
+msgid "Edit Contact"
+msgstr "Editar contacto"
+
+#: ../../include/conversation.php:947
+msgid "Send PM"
+msgstr "Enviar Mensaje Privado"
+
+#: ../../include/conversation.php:948 ../../include/apps.php:145
+msgid "Poke"
+msgstr "Dar un toque"
+
+#: ../../include/conversation.php:1062
+#, php-format
+msgid "%s likes this."
+msgstr "a %s le gusta esto."
+
+#: ../../include/conversation.php:1062
+#, php-format
+msgid "%s doesn't like this."
+msgstr "a %s no le gusta esto."
+
+#: ../../include/conversation.php:1066
+#, php-format
+msgid "<span %1$s>%2$d people</span> like this."
+msgid_plural "<span %1$s>%2$d people</span> like this."
+msgstr[0] "a <span %1$s>%2$d persona</span> le gusta esto."
+msgstr[1] "a <span %1$s>%2$d personas</span> les gusta esto."
+
+#: ../../include/conversation.php:1068
+#, php-format
+msgid "<span %1$s>%2$d people</span> don't like this."
+msgid_plural "<span %1$s>%2$d people</span> don't like this."
+msgstr[0] "a <span %1$s>%2$d persona</span> no le gusta esto."
+msgstr[1] "a <span %1$s>%2$d personas</span> no les gusta esto."
+
+#: ../../include/conversation.php:1074
+msgid "and"
+msgstr "y"
+
+#: ../../include/conversation.php:1077
+#, php-format
+msgid ", and %d other people"
+msgid_plural ", and %d other people"
+msgstr[0] ", y %d persona más"
+msgstr[1] ", y %d personas más"
+
+#: ../../include/conversation.php:1078
+#, php-format
+msgid "%s like this."
+msgstr "a %s le gusta esto."
+
+#: ../../include/conversation.php:1078
+#, php-format
+msgid "%s don't like this."
+msgstr "a %s no le gusta esto."
-#: ../../mod/editpost.php:75 ../../include/conversation.php:800
-msgid "Post to Email"
-msgstr "Publicar mediante correo electrónico"
+#: ../../include/conversation.php:1140
+msgid "Visible to <strong>everybody</strong>"
+msgstr "Visible para cualquiera"
+
+#: ../../include/conversation.php:1141 ../../mod/mail.php:174
+#: ../../mod/mail.php:289
+msgid "Please enter a link URL:"
+msgstr "Por favor, introduzca una URL de enlace:"
+
+#: ../../include/conversation.php:1142
+msgid "Please enter a video link/URL:"
+msgstr "Por favor, introduzca un enlace/URL de vídeo:"
-#: ../../mod/editpost.php:91 ../../mod/message.php:135
-#: ../../mod/message.php:268 ../../include/conversation.php:815
+#: ../../include/conversation.php:1143
+msgid "Please enter an audio link/URL:"
+msgstr "Por favor, introduzca un enlace/URL de audio:"
+
+#: ../../include/conversation.php:1144
+msgid "Tag term:"
+msgstr "Término de etiqueta:"
+
+#: ../../include/conversation.php:1145 ../../mod/filer.php:49
+msgid "Save to Folder:"
+msgstr "Guardar en carpeta:"
+
+#: ../../include/conversation.php:1146
+msgid "Where are you right now?"
+msgstr "¿Donde estás ahora?"
+
+#: ../../include/conversation.php:1147 ../../mod/editpost.php:47
+#: ../../mod/mail.php:175 ../../mod/mail.php:290
+msgid "Expires YYYY-MM-DD HH:MM"
+msgstr "Caduca YYYY-MM-DD HH:MM"
+
+#: ../../include/conversation.php:1174 ../../mod/webpages.php:182
+#: ../../mod/blocks.php:154 ../../mod/photos.php:961 ../../mod/layouts.php:184
+msgid "Share"
+msgstr "Compartir"
+
+#: ../../include/conversation.php:1176
+msgid "Page link name"
+msgstr "Nombre de enlace de página"
+
+#: ../../include/conversation.php:1179
+msgid "Post as"
+msgstr "Publicar como"
+
+#: ../../include/conversation.php:1186 ../../mod/editpost.php:112
+#: ../../mod/editlayout.php:139 ../../mod/editwebpage.php:184
+#: ../../mod/editblock.php:141 ../../mod/mail.php:238 ../../mod/mail.php:352
msgid "Upload photo"
msgstr "Subir foto"
-#: ../../mod/editpost.php:92 ../../include/conversation.php:816
+#: ../../include/conversation.php:1187
+msgid "upload photo"
+msgstr "subir foto"
+
+#: ../../include/conversation.php:1188 ../../mod/editpost.php:113
+#: ../../mod/editlayout.php:140 ../../mod/editwebpage.php:185
+#: ../../mod/editblock.php:142 ../../mod/mail.php:239 ../../mod/mail.php:353
msgid "Attach file"
msgstr "Adjuntar archivo"
-#: ../../mod/editpost.php:93 ../../mod/message.php:136
-#: ../../mod/message.php:269 ../../include/conversation.php:817
+#: ../../include/conversation.php:1189
+msgid "attach file"
+msgstr "adjuntar archivo"
+
+#: ../../include/conversation.php:1190 ../../mod/editpost.php:114
+#: ../../mod/editlayout.php:141 ../../mod/editwebpage.php:186
+#: ../../mod/editblock.php:143 ../../mod/mail.php:240 ../../mod/mail.php:354
msgid "Insert web link"
-msgstr "Insertar enlace"
+msgstr "Insertar enlace web"
-#: ../../mod/editpost.php:94
-msgid "Insert YouTube video"
-msgstr "Insertar video de YouTube"
+#: ../../include/conversation.php:1191
+msgid "web link"
+msgstr "enlace web"
-#: ../../mod/editpost.php:95
-msgid "Insert Vorbis [.ogg] video"
-msgstr "Insertar video Vorbis [.ogg]"
+#: ../../include/conversation.php:1192
+msgid "Insert video link"
+msgstr "Insertar enlace de vídeo"
-#: ../../mod/editpost.php:96
-msgid "Insert Vorbis [.ogg] audio"
-msgstr "Insertar audio Vorbis [.ogg]"
+#: ../../include/conversation.php:1193
+msgid "video link"
+msgstr "enlace de vídeo"
+
+#: ../../include/conversation.php:1194
+msgid "Insert audio link"
+msgstr "Insertar enlace de audio"
-#: ../../mod/editpost.php:97 ../../include/conversation.php:820
+#: ../../include/conversation.php:1195
+msgid "audio link"
+msgstr "enlace de audio"
+
+#: ../../include/conversation.php:1196 ../../mod/editpost.php:118
+#: ../../mod/editlayout.php:145 ../../mod/editwebpage.php:190
+#: ../../mod/editblock.php:147
msgid "Set your location"
-msgstr "Configura tu localización"
+msgstr "Configure su localización"
-#: ../../mod/editpost.php:98 ../../include/conversation.php:821
-msgid "Clear browser location"
-msgstr "Borrar la localización del navegador"
+#: ../../include/conversation.php:1197
+msgid "set location"
+msgstr "configura localización"
+
+#: ../../include/conversation.php:1198 ../../mod/editpost.php:120
+msgid "Toggle voting"
+msgstr "Invertir votación"
-#: ../../mod/editpost.php:100 ../../include/conversation.php:824
+#: ../../include/conversation.php:1201 ../../mod/editpost.php:119
+#: ../../mod/editlayout.php:146 ../../mod/editwebpage.php:191
+#: ../../mod/editblock.php:148
+msgid "Clear browser location"
+msgstr "Eliminar localización del navegador"
+
+#: ../../include/conversation.php:1202
+msgid "clear location"
+msgstr "eliminar localización"
+
+#: ../../include/conversation.php:1204 ../../mod/editpost.php:135
+#: ../../mod/editwebpage.php:207 ../../mod/editblock.php:161
+msgid "Title (optional)"
+msgstr "Título (opcional)"
+
+#: ../../include/conversation.php:1208 ../../mod/editpost.php:137
+#: ../../mod/editlayout.php:162 ../../mod/editwebpage.php:209
+#: ../../mod/editblock.php:164
+msgid "Categories (optional, comma-separated list)"
+msgstr "Categorías (opcional, lista separada por comas)"
+
+#: ../../include/conversation.php:1210 ../../mod/editpost.php:124
+#: ../../mod/editlayout.php:148 ../../mod/editwebpage.php:193
+#: ../../mod/editblock.php:150
msgid "Permission settings"
msgstr "Configuración de permisos"
-#: ../../mod/editpost.php:108 ../../include/conversation.php:832
-msgid "CC: email addresses"
-msgstr "CC: dirección de correo electrónico"
+#: ../../include/conversation.php:1211
+msgid "permissions"
+msgstr "permisos"
-#: ../../mod/editpost.php:109 ../../include/conversation.php:833
+#: ../../include/conversation.php:1219 ../../mod/editpost.php:132
+#: ../../mod/editlayout.php:155 ../../mod/editwebpage.php:202
+#: ../../mod/editblock.php:158
msgid "Public post"
-msgstr "Post público"
+msgstr "Publicación pública"
-#: ../../mod/editpost.php:111 ../../include/conversation.php:835
+#: ../../include/conversation.php:1221 ../../mod/editpost.php:138
+#: ../../mod/editlayout.php:163 ../../mod/editwebpage.php:210
+#: ../../mod/editblock.php:165
msgid "Example: bob@example.com, mary@example.com"
-msgstr "Ejemplo: juan@ejemplo.com, sofia@ejemplo.com"
+msgstr "Ejemplo: bob@example.com, mary@example.com"
+
+#: ../../include/conversation.php:1234 ../../mod/editpost.php:149
+#: ../../mod/editlayout.php:172 ../../mod/editwebpage.php:219
+#: ../../mod/editblock.php:175 ../../mod/mail.php:245 ../../mod/mail.php:359
+msgid "Set expiration date"
+msgstr "Configurar fecha de expiración"
+
+#: ../../include/conversation.php:1238 ../../mod/events.php:651
+#: ../../mod/editpost.php:153
+msgid "OK"
+msgstr "OK"
+
+#: ../../include/conversation.php:1239 ../../mod/tagrm.php:11
+#: ../../mod/tagrm.php:134 ../../mod/events.php:650 ../../mod/fbrowser.php:82
+#: ../../mod/fbrowser.php:117 ../../mod/editpost.php:154
+#: ../../mod/settings.php:589 ../../mod/settings.php:615
+msgid "Cancel"
+msgstr "Cancelar"
-#: ../../mod/invite.php:35
-#, php-format
-msgid "%s : Not a valid email address."
-msgstr "%s : No es una dirección válida de correo."
+#: ../../include/conversation.php:1481
+msgid "Discover"
+msgstr "Descubrir"
-#: ../../mod/invite.php:59
-#, php-format
-msgid "Please join my network on %s"
-msgstr "Por favor únete a mi red social en %s"
+#: ../../include/conversation.php:1484
+msgid "Imported public streams"
+msgstr "Flujos públicos importados"
-#: ../../mod/invite.php:69
-#, php-format
-msgid "%s : Message delivery failed."
-msgstr "%s : Ha fallado la entrega del mensaje."
+#: ../../include/conversation.php:1489
+msgid "Commented Order"
+msgstr "Comentarios recientes"
-#: ../../mod/invite.php:73
-#, php-format
-msgid "%d message sent."
-msgid_plural "%d messages sent."
-msgstr[0] "%d mensaje enviado."
-msgstr[1] "%d mensajes enviados."
+#: ../../include/conversation.php:1492
+msgid "Sort by Comment Date"
+msgstr "Ordenar por fecha de comentario"
-#: ../../mod/invite.php:92
-msgid "You have no more invitations available"
-msgstr "No tienes más invitaciones disponibles"
+#: ../../include/conversation.php:1496
+msgid "Posted Order"
+msgstr "Publicaciones recientes"
-#: ../../mod/invite.php:99
-msgid "Send invitations"
-msgstr "Enviar invitaciones"
+#: ../../include/conversation.php:1499
+msgid "Sort by Post Date"
+msgstr "Ordenar por fecha de publicación"
-#: ../../mod/invite.php:100
-msgid "Enter email addresses, one per line:"
-msgstr "Introduce las direcciones de correo, una por línea:"
+#: ../../include/conversation.php:1507
+msgid "Posts that mention or involve you"
+msgstr "Publicaciones que le mencionan o involucran"
-#: ../../mod/invite.php:101 ../../mod/message.php:132
-#: ../../mod/message.php:265
-msgid "Your message:"
-msgstr "Tu mensaje:"
+#: ../../include/conversation.php:1513 ../../mod/connections.php:212
+#: ../../mod/connections.php:225 ../../mod/menu.php:107
+msgid "New"
+msgstr "Novedades"
-#: ../../mod/invite.php:102
-#, php-format
-msgid "Please join my social network on %s"
-msgstr "Únete a mi red social en % s"
+#: ../../include/conversation.php:1516
+msgid "Activity Stream - by date"
+msgstr "Flujo de actividad - por fecha"
+
+#: ../../include/conversation.php:1522
+msgid "Starred"
+msgstr "Preferidos"
-#: ../../mod/invite.php:103
-msgid "To accept this invitation, please visit:"
-msgstr "Para aceptar esta invitación, por favor visita:"
+#: ../../include/conversation.php:1525
+msgid "Favourite Posts"
+msgstr "Publicaciones favoritas"
-#: ../../mod/invite.php:104
-msgid "You will need to supply this invitation code: $invite_code"
-msgstr "Tienes que proporcionar el siguiente código: $invite_code"
+#: ../../include/conversation.php:1532
+msgid "Spam"
+msgstr "Correo basura"
-#: ../../mod/invite.php:104
-msgid ""
-"Once you have registered, please connect with me via my profile page at:"
-msgstr ""
-"Una vez registrado, por favor contacta conmigo a través de mi página de "
-"perfil en:"
+#: ../../include/conversation.php:1535
+msgid "Posts flagged as SPAM"
+msgstr "Publicaciones marcadas como basura"
+
+#: ../../include/conversation.php:1579 ../../mod/admin.php:993
+msgid "Channel"
+msgstr "Canal"
+
+#: ../../include/conversation.php:1582
+msgid "Status Messages and Posts"
+msgstr "Mensajes de estado y publicaciones"
+
+#: ../../include/conversation.php:1591
+msgid "About"
+msgstr "Perfil"
+
+#: ../../include/conversation.php:1594
+msgid "Profile Details"
+msgstr "Detalles de perfil"
+
+#: ../../include/conversation.php:1603 ../../include/photos.php:359
+msgid "Photo Albums"
+msgstr "Álbumes de fotos"
+
+#: ../../include/conversation.php:1612
+msgid "Files and Storage"
+msgstr "Ficheros y almacenamiento"
+
+#: ../../include/conversation.php:1622 ../../include/conversation.php:1625
+msgid "Chatrooms"
+msgstr "Salas de chat"
+
+#: ../../include/conversation.php:1638
+msgid "Saved Bookmarks"
+msgstr "Marcadores guardados"
+
+#: ../../include/conversation.php:1648
+msgid "Manage Webpages"
+msgstr "Administrar páginas web"
+
+#: ../../include/conversation.php:1707
+msgctxt "noun"
+msgid "Attending"
+msgid_plural "Attending"
+msgstr[0] "Asistir"
+msgstr[1] "Asistir"
+
+#: ../../include/conversation.php:1710
+msgctxt "noun"
+msgid "Not Attending"
+msgid_plural "Not Attending"
+msgstr[0] "No asistir"
+msgstr[1] "No asistir"
+
+#: ../../include/conversation.php:1713
+msgctxt "noun"
+msgid "Undecided"
+msgid_plural "Undecided"
+msgstr[0] "Indeciso/a"
+msgstr[1] "Indecisos/as"
+
+#: ../../include/conversation.php:1716
+msgctxt "noun"
+msgid "Agree"
+msgid_plural "Agrees"
+msgstr[0] "Está de acuerdo"
+msgstr[1] "Están de acuerdo"
+
+#: ../../include/conversation.php:1719
+msgctxt "noun"
+msgid "Disagree"
+msgid_plural "Disagrees"
+msgstr[0] "No está de acuerdo"
+msgstr[1] "No están de acuerdo"
+
+#: ../../include/conversation.php:1722
+msgctxt "noun"
+msgid "Abstain"
+msgid_plural "Abstains"
+msgstr[0] "se abstiene"
+msgstr[1] "se abstienen"
+
+#: ../../include/items.php:413 ../../mod/like.php:270
+#: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/profperm.php:23
+#: ../../mod/bulksetclose.php:11 ../../index.php:392
+msgid "Permission denied"
+msgstr "Permiso denegado"
+
+#: ../../include/items.php:1038 ../../include/items.php:1084
+msgid "(Unknown)"
+msgstr "(Desconocido)"
-#: ../../mod/ping.php:146
-msgid "{0} wants to be your friend"
-msgstr "{0} quiere ser tu amigo"
+#: ../../include/items.php:1310
+msgid "Visible to anybody on the internet."
+msgstr "Visible para todo el mundo en internet."
-#: ../../mod/ping.php:151
-msgid "{0} sent you a message"
-msgstr "{0} le ha enviado un mensaje"
+#: ../../include/items.php:1312
+msgid "Visible to you only."
+msgstr "Visible sólo para usted."
-#: ../../mod/ping.php:156
-msgid "{0} requested registration"
-msgstr "{0} solicitudes de registro"
+#: ../../include/items.php:1314
+msgid "Visible to anybody in this network."
+msgstr "Visible para cualquiera en esta red."
-#: ../../mod/ping.php:162
+#: ../../include/items.php:1316
+msgid "Visible to anybody authenticated."
+msgstr "Visible para cualquiera autenticado."
+
+#: ../../include/items.php:1318
#, php-format
-msgid "{0} commented %s's post"
-msgstr "{0} comentó el post de %s"
+msgid "Visible to anybody on %s."
+msgstr "Visible para cualquiera en %s."
+
+#: ../../include/items.php:1320
+msgid "Visible to all connections."
+msgstr "Visible para todas las conexiones."
+
+#: ../../include/items.php:1322
+msgid "Visible to approved connections."
+msgstr "Visible para conexiones permitidas."
+
+#: ../../include/items.php:1324
+msgid "Visible to specific connections."
+msgstr "Visible para conexiones específicas."
+
+#: ../../include/items.php:4218 ../../mod/thing.php:74
+#: ../../mod/filestorage.php:27 ../../mod/viewsrc.php:20
+#: ../../mod/admin.php:167 ../../mod/admin.php:1025 ../../mod/admin.php:1225
+#: ../../mod/display.php:36
+msgid "Item not found."
+msgstr "Elemento no encontrado."
+
+#: ../../include/items.php:4291 ../../include/attach.php:137
+#: ../../include/attach.php:184 ../../include/attach.php:247
+#: ../../include/attach.php:261 ../../include/attach.php:305
+#: ../../include/attach.php:319 ../../include/attach.php:350
+#: ../../include/attach.php:546 ../../include/attach.php:618
+#: ../../include/chat.php:131 ../../include/photos.php:26
+#: ../../mod/profile.php:64 ../../mod/profile.php:72
+#: ../../mod/achievements.php:30 ../../mod/manage.php:6 ../../mod/api.php:26
+#: ../../mod/api.php:31 ../../mod/webpages.php:69 ../../mod/thing.php:241
+#: ../../mod/thing.php:256 ../../mod/thing.php:290
+#: ../../mod/profile_photo.php:264 ../../mod/profile_photo.php:277
+#: ../../mod/block.php:22 ../../mod/block.php:72 ../../mod/like.php:178
+#: ../../mod/events.php:232 ../../mod/group.php:9 ../../mod/item.php:206
+#: ../../mod/item.php:214 ../../mod/item.php:978 ../../mod/network.php:12
+#: ../../mod/common.php:35 ../../mod/connections.php:169
+#: ../../mod/blocks.php:69 ../../mod/blocks.php:76 ../../mod/editpost.php:13
+#: ../../mod/photos.php:69 ../../mod/pdledit.php:21 ../../mod/authtest.php:13
+#: ../../mod/editlayout.php:63 ../../mod/editlayout.php:87
+#: ../../mod/chat.php:90 ../../mod/chat.php:95 ../../mod/mitem.php:109
+#: ../../mod/editwebpage.php:64 ../../mod/editwebpage.php:86
+#: ../../mod/editwebpage.php:101 ../../mod/editwebpage.php:125
+#: ../../mod/rate.php:110 ../../mod/editblock.php:65 ../../mod/invite.php:13
+#: ../../mod/invite.php:104 ../../mod/locs.php:77 ../../mod/sources.php:66
+#: ../../mod/menu.php:69 ../../mod/filestorage.php:18
+#: ../../mod/filestorage.php:73 ../../mod/filestorage.php:88
+#: ../../mod/filestorage.php:115 ../../mod/fsuggest.php:78
+#: ../../mod/poke.php:128 ../../mod/profiles.php:188
+#: ../../mod/profiles.php:576 ../../mod/viewsrc.php:14 ../../mod/setup.php:223
+#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27
+#: ../../mod/register.php:72 ../../mod/settings.php:570 ../../mod/id.php:71
+#: ../../mod/message.php:16 ../../mod/mood.php:111 ../../mod/connedit.php:336
+#: ../../mod/mail.php:114 ../../mod/notifications.php:66
+#: ../../mod/regmod.php:17 ../../mod/new_channel.php:68
+#: ../../mod/new_channel.php:99 ../../mod/appman.php:66
+#: ../../mod/layouts.php:69 ../../mod/layouts.php:76 ../../mod/layouts.php:87
+#: ../../mod/page.php:31 ../../mod/page.php:86 ../../mod/bookmarks.php:46
+#: ../../mod/channel.php:100 ../../mod/channel.php:219
+#: ../../mod/channel.php:262 ../../mod/suggest.php:26
+#: ../../mod/service_limits.php:7 ../../mod/sharedwithme.php:7
+#: ../../index.php:182 ../../index.php:393
+msgid "Permission denied."
+msgstr "Acceso denegado."
+
+#: ../../include/items.php:4693 ../../mod/group.php:38 ../../mod/group.php:140
+#: ../../mod/bulksetclose.php:51
+msgid "Collection not found."
+msgstr "Colección no encontrada."
+
+#: ../../include/items.php:4709
+msgid "Collection is empty."
+msgstr "La colección está vacía."
-#: ../../mod/ping.php:167
+#: ../../include/items.php:4716
#, php-format
-msgid "{0} liked %s's post"
-msgstr "A {0} le ha gustado el post de %s"
+msgid "Collection: %s"
+msgstr "Colección: %s"
-#: ../../mod/ping.php:172
+#: ../../include/items.php:4726 ../../mod/connedit.php:662
#, php-format
-msgid "{0} disliked %s's post"
-msgstr "A {0} no le ha gustado el post de %s"
+msgid "Connection: %s"
+msgstr "Conexión: %s"
-#: ../../mod/ping.php:177
+#: ../../include/items.php:4728
+msgid "Connection not found."
+msgstr "Conexión no encontrada"
+
+#: ../../include/zot.php:666
+msgid "Invalid data packet"
+msgstr "Paquete de datos inválido"
+
+#: ../../include/zot.php:682
+msgid "Unable to verify channel signature"
+msgstr "No ha sido posible de verificar la signatura del canal"
+
+#: ../../include/zot.php:2144
#, php-format
-msgid "{0} is now friends with %s"
-msgstr "{0} ahora es amigo de %s"
+msgid "Unable to verify site signature for %s"
+msgstr "No ha sido posible de verificar la signatura del sitio para %s"
-#: ../../mod/ping.php:182
-msgid "{0} posted"
-msgstr "{0} publicado"
+#: ../../include/oembed.php:183
+msgid "Embedded content"
+msgstr "Contenido incrustado"
+
+#: ../../include/oembed.php:192
+msgid "Embedding disabled"
+msgstr "Incrustación deshabilitada"
+
+#: ../../include/auth.php:131
+msgid "Logged out."
+msgstr "Desconectado."
+
+#: ../../include/auth.php:272
+msgid "Failed authentication"
+msgstr "Autenticación fallida."
+
+#: ../../include/auth.php:286 ../../mod/openid.php:190
+msgid "Login failed."
+msgstr "Login ha fallado."
-#: ../../mod/ping.php:187
+#: ../../include/contact_widgets.php:14
#, php-format
-msgid "{0} tagged %s's post with #%s"
-msgstr "{0} etiquetó la publicación de %s como #%s"
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] "%d invitación pendiente"
+msgstr[1] "%d invitaciones pendientes"
-#: ../../mod/contacts.php:62 ../../mod/contacts.php:133
-msgid "Could not access contact record."
-msgstr "No se pudo acceder a los datos del contacto."
+#: ../../include/contact_widgets.php:19 ../../mod/admin.php:457
+msgid "Advanced"
+msgstr "Avanzado"
-#: ../../mod/contacts.php:76
-msgid "Could not locate selected profile."
-msgstr "No se pudo encontrar el perfil seleccionado."
+#: ../../include/contact_widgets.php:22
+msgid "Find Channels"
+msgstr "Encontrar canales"
-#: ../../mod/contacts.php:97
-msgid "Contact updated."
-msgstr "Contacto actualizado."
+#: ../../include/contact_widgets.php:23
+msgid "Enter name or interest"
+msgstr "Introducir nombre o interés"
-#: ../../mod/contacts.php:99 ../../mod/dfrn_request.php:409
-msgid "Failed to update contact record."
-msgstr "Error al actualizar el contacto."
+#: ../../include/contact_widgets.php:24
+msgid "Connect/Follow"
+msgstr "Conectar/Seguir"
-#: ../../mod/contacts.php:155
-msgid "Contact has been blocked"
-msgstr "El contacto ha sido bloqueado"
+#: ../../include/contact_widgets.php:25
+msgid "Examples: Robert Morgenstein, Fishing"
+msgstr "Ejemplos: José Fernández, Pesca"
-#: ../../mod/contacts.php:155
-msgid "Contact has been unblocked"
-msgstr "El contacto ha sido desbloqueado"
+#: ../../include/contact_widgets.php:26 ../../mod/directory.php:379
+#: ../../mod/directory.php:384 ../../mod/connections.php:413
+msgid "Find"
+msgstr "Encontrar"
-#: ../../mod/contacts.php:169
-msgid "Contact has been ignored"
-msgstr "El contacto ha sido ignorado"
+#: ../../include/contact_widgets.php:27 ../../mod/directory.php:383
+#: ../../mod/suggest.php:60
+msgid "Channel Suggestions"
+msgstr "Sugerencias de canales"
-#: ../../mod/contacts.php:169
-msgid "Contact has been unignored"
-msgstr "El contacto ya no está ignorado"
+#: ../../include/contact_widgets.php:29
+msgid "Random Profile"
+msgstr "Perfil aleatorio"
-#: ../../mod/contacts.php:190
-msgid "stopped following"
-msgstr "dejó de seguir"
+#: ../../include/contact_widgets.php:30
+msgid "Invite Friends"
+msgstr "Invitar amigos"
-#: ../../mod/contacts.php:211
-msgid "Contact has been removed."
-msgstr "El contacto ha sido eliminado"
+#: ../../include/contact_widgets.php:32
+msgid "Advanced example: name=fred and country=iceland"
+msgstr "Ejemplo avanzado: nombre=fred y pais=islandia"
-#: ../../mod/contacts.php:232
+#: ../../include/contact_widgets.php:125
#, php-format
-msgid "You are mutual friends with %s"
-msgstr "Ahora tiene una amistad mutua con %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/contact_widgets.php:130
+msgid "show more"
+msgstr "mostrar más"
+
+#: ../../include/acl_selectors.php:240
+msgid "Visible to your default audience"
+msgstr "Visible para su público predeterminado."
+
+#: ../../include/acl_selectors.php:241
+msgid "Show"
+msgstr "Mostrar"
+
+#: ../../include/acl_selectors.php:242
+msgid "Don't show"
+msgstr "No mostrar"
+
+#: ../../include/acl_selectors.php:248 ../../mod/events.php:668
+#: ../../mod/photos.php:571 ../../mod/photos.php:934 ../../mod/chat.php:209
+#: ../../mod/filestorage.php:147
+msgid "Permissions"
+msgstr "Permisos"
-#: ../../mod/contacts.php:236
-#, php-format
-msgid "You are sharing with %s"
-msgstr "Usted está compartiendo con %s"
+#: ../../include/attach.php:242 ../../include/attach.php:300
+msgid "Item was not found."
+msgstr "Elemento no encontrado."
+
+#: ../../include/attach.php:363
+msgid "No source file."
+msgstr "Ningún archivo de fuente"
+
+#: ../../include/attach.php:381
+msgid "Cannot locate file to replace"
+msgstr "No se puede localizar el archivo a ser sustituido."
-#: ../../mod/contacts.php:241
+#: ../../include/attach.php:399
+msgid "Cannot locate file to revise/update"
+msgstr "No se puede localizar el archivo para revisar/actualizar"
+
+#: ../../include/attach.php:410
#, php-format
-msgid "%s is sharing with you"
-msgstr "%s está compartiendo con usted"
+msgid "File exceeds size limit of %d"
+msgstr "Archivo supera el limite de tamaño de %d"
-#: ../../mod/contacts.php:258
-msgid "Private communications are not available for this contact."
-msgstr "Las comunicaciones privadas no está disponibles para este contacto."
+#: ../../include/attach.php:422
+#, php-format
+msgid "You have reached your limit of %1$.0f Mbytes attachment storage."
+msgstr "Ha alcanzado su límite de %1$.0f Mbytes de almacenamiento de adjuntos."
-#: ../../mod/contacts.php:261
-msgid "Never"
-msgstr "Nunca"
+#: ../../include/attach.php:505
+msgid "File upload failed. Possible system limit or action terminated."
+msgstr "Error de carga, posiblemente por limite de sistema o terminación de acción"
-#: ../../mod/contacts.php:265
-msgid "(Update was successful)"
-msgstr "(La actualización se ha completado)"
+#: ../../include/attach.php:517
+msgid "Stored file could not be verified. Upload failed."
+msgstr "El archivo almacenado no ha podido ser verificado. El envío ha fallado."
-#: ../../mod/contacts.php:265
-msgid "(Update was not successful)"
-msgstr "(La actualización no se ha completado)"
+#: ../../include/attach.php:561 ../../include/attach.php:578
+msgid "Path not available."
+msgstr "Ruta no disponible."
-#: ../../mod/contacts.php:267
-msgid "Suggest friends"
-msgstr "Sugerir amigos"
+#: ../../include/attach.php:623
+msgid "Empty pathname"
+msgstr "Ruta vacía"
-#: ../../mod/contacts.php:271
-#, php-format
-msgid "Network type: %s"
-msgstr "Tipo de red: %s"
+#: ../../include/attach.php:639
+msgid "duplicate filename or path"
+msgstr "Nombre de ruta o archivo duplicado"
-#: ../../mod/contacts.php:274
-#, php-format
-msgid "%d contact in common"
-msgid_plural "%d contacts in common"
-msgstr[0] "%d contacto en común"
-msgstr[1] "%d contactos en común"
+#: ../../include/attach.php:663
+msgid "Path not found."
+msgstr "Ruta no encontrada"
-#: ../../mod/contacts.php:279
-msgid "View all contacts"
-msgstr "Ver todos los contactos"
+#: ../../include/attach.php:714
+msgid "mkdir failed."
+msgstr "mkdir ha fallado."
-#: ../../mod/contacts.php:284 ../../mod/contacts.php:331
-#: ../../mod/admin.php:470
-msgid "Unblock"
-msgstr "Desbloquear"
+#: ../../include/attach.php:718
+msgid "database storage failed."
+msgstr "almacenamiento en base de datos ha fallado."
-#: ../../mod/contacts.php:284 ../../mod/contacts.php:331
-#: ../../mod/admin.php:469
-msgid "Block"
-msgstr "Bloquear"
+#: ../../include/identity.php:33
+msgid "Unable to obtain identity information from database"
+msgstr "No ha sido posible de obtener la información de identidad de la base de datos"
-#: ../../mod/contacts.php:289 ../../mod/contacts.php:332
-msgid "Unignore"
-msgstr "Quitar de Ignorados"
+#: ../../include/identity.php:67
+msgid "Empty name"
+msgstr "Nombre vacío"
-#: ../../mod/contacts.php:289 ../../mod/contacts.php:332
-#: ../../mod/notifications.php:47 ../../mod/notifications.php:143
-#: ../../mod/notifications.php:187
-msgid "Ignore"
-msgstr "Ignorar"
+#: ../../include/identity.php:70
+msgid "Name too long"
+msgstr "Nombre demasiado largo"
-#: ../../mod/contacts.php:294
-msgid "Repair"
-msgstr "Reparar"
+#: ../../include/identity.php:186
+msgid "No account identifier"
+msgstr "Ningún identificador de la cuenta"
-#: ../../mod/contacts.php:304
-msgid "Contact Editor"
-msgstr "Editor de contactos"
+#: ../../include/identity.php:198
+msgid "Nickname is required."
+msgstr "Se requiere un sobrenombre (alias)."
-#: ../../mod/contacts.php:307
-msgid "Profile Visibility"
-msgstr "Visibilidad del Perfil"
+#: ../../include/identity.php:212
+msgid "Reserved nickname. Please choose another."
+msgstr "Sobrenombre en uso. Por favor, elija otro."
-#: ../../mod/contacts.php:308
-#, php-format
+#: ../../include/identity.php:217 ../../include/dimport.php:34
msgid ""
-"Please choose the profile you would like to display to %s when viewing your "
-"profile securely."
-msgstr ""
-"Por favor selecciona el perfil que quieras mostrar a %s cuando esté viendo "
-"tu perfil de forma segura."
+"Nickname has unsupported characters or is already being used on this site."
+msgstr "El apodo contiene caracteres no admitidos o está ya en uso por otros usuarios de éste sitio."
+
+#: ../../include/identity.php:292
+msgid "Unable to retrieve created identity"
+msgstr "No ha sido posible de conseguir la identidad creada"
+
+#: ../../include/identity.php:350
+msgid "Default Profile"
+msgstr "Perfil principal"
+
+#: ../../include/identity.php:660
+msgid "Requested channel is not available."
+msgstr "El canal solicitado no está disponible."
+
+#: ../../include/identity.php:707 ../../mod/profile.php:16
+#: ../../mod/achievements.php:11 ../../mod/webpages.php:29
+#: ../../mod/connect.php:13 ../../mod/hcard.php:8 ../../mod/blocks.php:29
+#: ../../mod/editlayout.php:27 ../../mod/editwebpage.php:28
+#: ../../mod/editblock.php:29 ../../mod/filestorage.php:54
+#: ../../mod/layouts.php:29
+msgid "Requested profile is not available."
+msgstr "El perfil solicitado no está disponible."
+
+#: ../../include/identity.php:870 ../../mod/profiles.php:774
+msgid "Change profile photo"
+msgstr "Cambiar foto de perfil"
+
+#: ../../include/identity.php:876
+msgid "Profiles"
+msgstr "Perfiles"
+
+#: ../../include/identity.php:876
+msgid "Manage/edit profiles"
+msgstr "Administrar/editar perfiles"
+
+#: ../../include/identity.php:877 ../../mod/profiles.php:775
+msgid "Create New Profile"
+msgstr "Crear nuevo perfil"
+
+#: ../../include/identity.php:892 ../../mod/profiles.php:786
+msgid "Profile Image"
+msgstr "Imagen de perfil"
+
+#: ../../include/identity.php:895
+msgid "visible to everybody"
+msgstr "visible para todos"
+
+#: ../../include/identity.php:896 ../../mod/profiles.php:669
+#: ../../mod/profiles.php:790
+msgid "Edit visibility"
+msgstr "Editar visibilidad"
+
+#: ../../include/identity.php:912 ../../include/identity.php:1151
+msgid "Gender:"
+msgstr "Género:"
+
+#: ../../include/identity.php:913 ../../include/identity.php:1195
+msgid "Status:"
+msgstr "Estado:"
+
+#: ../../include/identity.php:914 ../../include/identity.php:1206
+msgid "Homepage:"
+msgstr "Página web:"
+
+#: ../../include/identity.php:915
+msgid "Online Now"
+msgstr "Ahora en línea"
+
+#: ../../include/identity.php:998 ../../include/identity.php:1076
+#: ../../mod/ping.php:324
+msgid "g A l F d"
+msgstr "g A l F d"
+
+#: ../../include/identity.php:999 ../../include/identity.php:1077
+msgid "F d"
+msgstr "F d"
+
+#: ../../include/identity.php:1044 ../../include/identity.php:1116
+#: ../../mod/ping.php:346
+msgid "[today]"
+msgstr "[hoy]"
+
+#: ../../include/identity.php:1055
+msgid "Birthday Reminders"
+msgstr "Recordatorios de cumpleaños"
+
+#: ../../include/identity.php:1056
+msgid "Birthdays this week:"
+msgstr "Cumpleaños esta semana:"
+
+#: ../../include/identity.php:1109
+msgid "[No description]"
+msgstr "[Sin descripción]"
+
+#: ../../include/identity.php:1127
+msgid "Event Reminders"
+msgstr "Recordatorios de eventos"
+
+#: ../../include/identity.php:1128
+msgid "Events this week:"
+msgstr "Eventos esta semana:"
+
+#: ../../include/identity.php:1141 ../../include/identity.php:1258
+#: ../../include/apps.php:138 ../../mod/profperm.php:112
+msgid "Profile"
+msgstr "Perfil"
+
+#: ../../include/identity.php:1149 ../../mod/settings.php:1056
+msgid "Full Name:"
+msgstr "Nombre completo:"
+
+#: ../../include/identity.php:1156
+msgid "Like this channel"
+msgstr "Me gusta este canal"
-#: ../../mod/contacts.php:309
-msgid "Contact Information / Notes"
-msgstr "Información del Contacto / Notas"
+#: ../../include/identity.php:1180
+msgid "j F, Y"
+msgstr "j F, Y"
+
+#: ../../include/identity.php:1181
+msgid "j F"
+msgstr "j F"
-#: ../../mod/contacts.php:310
-msgid "Edit contact notes"
-msgstr "Editar notas de contacto"
+#: ../../include/identity.php:1188
+msgid "Birthday:"
+msgstr "Cumpleaños:"
-#: ../../mod/contacts.php:315 ../../mod/contacts.php:430
-#: ../../mod/viewconnections.php:61
+#: ../../include/identity.php:1192 ../../mod/directory.php:297
+msgid "Age:"
+msgstr "Edad:"
+
+#: ../../include/identity.php:1201
#, php-format
-msgid "Visit %s's profile [%s]"
-msgstr "Ver el perfil de %s [%s]"
+msgid "for %1$d %2$s"
+msgstr "por %1$d %2$s"
-#: ../../mod/contacts.php:316
-msgid "Block/Unblock contact"
-msgstr "Boquear/Desbloquear contacto"
+#: ../../include/identity.php:1204 ../../mod/profiles.php:691
+msgid "Sexual Preference:"
+msgstr "Orientación sexual:"
-#: ../../mod/contacts.php:317
-msgid "Ignore contact"
-msgstr "Ignorar contacto"
+#: ../../include/identity.php:1208 ../../mod/directory.php:313
+#: ../../mod/profiles.php:693
+msgid "Hometown:"
+msgstr "Ciudad de origen:"
-#: ../../mod/contacts.php:318
-msgid "Repair URL settings"
-msgstr "Configuración de URL de reparación"
+#: ../../include/identity.php:1210
+msgid "Tags:"
+msgstr "Etiquetas:"
-#: ../../mod/contacts.php:319
-msgid "View conversations"
-msgstr "Ver conversaciones"
+#: ../../include/identity.php:1212 ../../mod/profiles.php:694
+msgid "Political Views:"
+msgstr "Posición política:"
-#: ../../mod/contacts.php:321
-msgid "Delete contact"
-msgstr "Eliminar contacto"
+#: ../../include/identity.php:1214
+msgid "Religion:"
+msgstr "Religión:"
-#: ../../mod/contacts.php:325
-msgid "Last update:"
-msgstr "Última actualización:"
+#: ../../include/identity.php:1216 ../../mod/directory.php:315
+msgid "About:"
+msgstr "Sobre usted:"
-#: ../../mod/contacts.php:326
-msgid "Update public posts"
-msgstr "Actualizar posts públicos"
+#: ../../include/identity.php:1218
+msgid "Hobbies/Interests:"
+msgstr "Aficciones/Intereses:"
-#: ../../mod/contacts.php:328 ../../mod/admin.php:701
-msgid "Update now"
-msgstr "Actualizar ahora"
+#: ../../include/identity.php:1220 ../../mod/profiles.php:697
+msgid "Likes:"
+msgstr "Me gusta:"
-#: ../../mod/contacts.php:335
-msgid "Currently blocked"
-msgstr "Bloqueados"
+#: ../../include/identity.php:1222 ../../mod/profiles.php:698
+msgid "Dislikes:"
+msgstr "No me gusta:"
-#: ../../mod/contacts.php:336
-msgid "Currently ignored"
-msgstr "Ignorados"
+#: ../../include/identity.php:1224
+msgid "Contact information and Social Networks:"
+msgstr "Información de contacto y redes sociales:"
-#: ../../mod/contacts.php:364 ../../include/nav.php:130
-msgid "Contacts"
-msgstr "Contactos"
+#: ../../include/identity.php:1226
+msgid "My other channels:"
+msgstr "Mis otros canales:"
-#: ../../mod/contacts.php:366
-msgid "Show Blocked Connections"
-msgstr "Mostrar conexiones bloqueadas"
+#: ../../include/identity.php:1228
+msgid "Musical interests:"
+msgstr "Intereses musicales:"
-#: ../../mod/contacts.php:366
-msgid "Hide Blocked Connections"
-msgstr "Esconder conexiones bloqueadas"
+#: ../../include/identity.php:1230
+msgid "Books, literature:"
+msgstr "Libros, literatura:"
-#: ../../mod/contacts.php:368
-msgid "Search your contacts"
-msgstr "Buscar tus contactos"
+#: ../../include/identity.php:1232
+msgid "Television:"
+msgstr "Televisión:"
-#: ../../mod/contacts.php:369 ../../mod/directory.php:65
-msgid "Finding: "
-msgstr "Buscando: "
+#: ../../include/identity.php:1234
+msgid "Film/dance/culture/entertainment:"
+msgstr "Cine/baile/cultura/entretenimiento:"
-#: ../../mod/contacts.php:370 ../../mod/directory.php:67
-#: ../../include/contact_widgets.php:34
-msgid "Find"
-msgstr "Buscar"
+#: ../../include/identity.php:1236
+msgid "Love/Romance:"
+msgstr "Amor/romance:"
-#: ../../mod/contacts.php:406
-msgid "Mutual Friendship"
-msgstr "Amistad recíproca"
+#: ../../include/identity.php:1238
+msgid "Work/employment:"
+msgstr "Trabajo/empleo:"
-#: ../../mod/contacts.php:410
-msgid "is a fan of yours"
-msgstr "es tu fan"
+#: ../../include/identity.php:1240
+msgid "School/education:"
+msgstr "Escuela/educación:"
-#: ../../mod/contacts.php:414
-msgid "you are a fan of"
-msgstr "eres fan de"
+#: ../../include/identity.php:1260
+msgid "Like this thing"
+msgstr "Me gusta esto"
-#: ../../mod/contacts.php:431 ../../include/Contact.php:129
-#: ../../include/conversation.php:679
-msgid "Edit contact"
-msgstr "Modificar contacto"
+#: ../../include/profile_selectors.php:6
+#: ../../include/profile_selectors.php:23 ../../mod/id.php:103
+msgid "Male"
+msgstr "Hombre"
-#: ../../mod/lockview.php:39
-msgid "Remote privacy information not available."
-msgstr "Información sobre privacidad remota no disponible."
+#: ../../include/profile_selectors.php:6
+#: ../../include/profile_selectors.php:23 ../../mod/id.php:105
+msgid "Female"
+msgstr "Mujer"
-#: ../../mod/lockview.php:43
-msgid "Visible to:"
-msgstr "Visible para:"
+#: ../../include/profile_selectors.php:6
+msgid "Currently Male"
+msgstr "Actualmente hombre"
-#: ../../mod/register.php:53
-msgid "An invitation is required."
-msgstr "Se necesita invitación."
+#: ../../include/profile_selectors.php:6
+msgid "Currently Female"
+msgstr "Actualmente mujer"
-#: ../../mod/register.php:58
-msgid "Invitation could not be verified."
-msgstr "No se puede verificar la invitación."
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Male"
+msgstr "Generalmente hombre"
-#: ../../mod/register.php:66
-msgid "Invalid OpenID url"
-msgstr "Dirección OpenID no válida"
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Female"
+msgstr "Generalmente mujer"
-#: ../../mod/register.php:81
-msgid "Please enter the required information."
-msgstr "Por favor, introduce la información necesaria."
+#: ../../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"
-#: ../../mod/register.php:95
-msgid "Please use a shorter name."
-msgstr "Por favor, usa un nombre más corto."
+#: ../../include/profile_selectors.php:6
+msgid "Hermaphrodite"
+msgstr "Hermafrodita"
-#: ../../mod/register.php:97
-msgid "Name too short."
-msgstr "El nombre es demasiado corto."
+#: ../../include/profile_selectors.php:6
+msgid "Neuter"
+msgstr "Neutral"
-#: ../../mod/register.php:112
-msgid "That doesn't appear to be your full (First Last) name."
-msgstr "No parece que ese sea tu nombre completo."
+#: ../../include/profile_selectors.php:6
+msgid "Non-specific"
+msgstr "No-especificada"
-#: ../../mod/register.php:117
-msgid "Your email domain is not among those allowed on this site."
-msgstr ""
-"Tu dominio de correo electrónico no se encuentra entre los permitidos en "
-"este sitio."
+#: ../../include/profile_selectors.php:6
+msgid "Undecided"
+msgstr "Indecidido"
-#: ../../mod/register.php:120
-msgid "Not a valid email address."
-msgstr "No es una dirección de correo electrónico válida."
+#: ../../include/profile_selectors.php:42
+#: ../../include/profile_selectors.php:61
+msgid "Males"
+msgstr "Hombres"
-#: ../../mod/register.php:130
-msgid "Cannot use that email."
-msgstr "No se puede utilizar este correo electrónico."
+#: ../../include/profile_selectors.php:42
+#: ../../include/profile_selectors.php:61
+msgid "Females"
+msgstr "Mujeres"
-#: ../../mod/register.php:136
-msgid ""
-"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and "
-"must also begin with a letter."
-msgstr ""
-"Tu \"apodo\" solo puede contener \"a-z\", \"0-9\", \"-\", y \"_\", y también"
-" debe empezar por una letra."
+#: ../../include/profile_selectors.php:42
+msgid "Gay"
+msgstr "Gay"
+
+#: ../../include/profile_selectors.php:42
+msgid "Lesbian"
+msgstr "Lesbiana"
-#: ../../mod/register.php:142 ../../mod/register.php:243
-msgid "Nickname is already registered. Please choose another."
-msgstr "Apodo ya registrado. Por favor, elije otro."
+#: ../../include/profile_selectors.php:42
+msgid "No Preference"
+msgstr "Sin preferencias"
-#: ../../mod/register.php:161
-msgid "SERIOUS ERROR: Generation of security keys failed."
-msgstr "ERROR GRAVE: La generación de claves de seguridad ha fallado."
+#: ../../include/profile_selectors.php:42
+msgid "Bisexual"
+msgstr "Bisexual"
-#: ../../mod/register.php:229
-msgid "An error occurred during registration. Please try again."
-msgstr ""
-"Se produjo un error durante el registro. Por favor, inténtalo de nuevo."
+#: ../../include/profile_selectors.php:42
+msgid "Autosexual"
+msgstr "Autosexual"
-#: ../../mod/register.php:265
-msgid "An error occurred creating your default profile. Please try again."
-msgstr ""
-"Error al crear tu perfil predeterminado. Por favor, inténtalo de nuevo."
+#: ../../include/profile_selectors.php:42
+msgid "Abstinent"
+msgstr "Abstemio"
+
+#: ../../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 "Fetiche"
+
+#: ../../include/profile_selectors.php:42
+msgid "Oodles"
+msgstr "Montones"
+
+#: ../../include/profile_selectors.php:42
+msgid "Nonsexual"
+msgstr "No sexual"
+
+#: ../../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"
+
+#: ../../include/profile_selectors.php:80
+msgid "Has crush"
+msgstr "Enamorado/a"
+
+#: ../../include/profile_selectors.php:80
+msgid "Infatuated"
+msgstr "Infatuado"
+
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Dating"
+msgstr "Citando"
+
+#: ../../include/profile_selectors.php:80
+msgid "Unfaithful"
+msgstr "Infiel"
+
+#: ../../include/profile_selectors.php:80
+msgid "Sex Addict"
+msgstr "Con adicción al sexo"
+
+#: ../../include/profile_selectors.php:80
+msgid "Friends/Benefits"
+msgstr "Amistad beneficiosa"
+
+#: ../../include/profile_selectors.php:80
+msgid "Casual"
+msgstr "Casual"
+
+#: ../../include/profile_selectors.php:80
+msgid "Engaged"
+msgstr "Prometido/a"
+
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Married"
+msgstr "Casado/a"
+
+#: ../../include/profile_selectors.php:80
+msgid "Imaginarily married"
+msgstr "Casado/a imaginario/a"
+
+#: ../../include/profile_selectors.php:80
+msgid "Partners"
+msgstr "Pareja"
+
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Cohabiting"
+msgstr "Cohabitando"
+
+#: ../../include/profile_selectors.php:80
+msgid "Common law"
+msgstr "Derecho común"
+
+#: ../../include/profile_selectors.php:80
+msgid "Happy"
+msgstr "Felíz"
+
+#: ../../include/profile_selectors.php:80
+msgid "Not looking"
+msgstr "No estoy buscando"
+
+#: ../../include/profile_selectors.php:80
+msgid "Swinger"
+msgstr "Swinger"
+
+#: ../../include/profile_selectors.php:80
+msgid "Betrayed"
+msgstr "Engañado/a"
+
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Separated"
+msgstr "Separado/a"
+
+#: ../../include/profile_selectors.php:80
+msgid "Unstable"
+msgstr "Inestable"
+
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Divorced"
+msgstr "Divorciado/a"
+
+#: ../../include/profile_selectors.php:80
+msgid "Imaginarily divorced"
+msgstr "Divorciado/a imaginario/a"
+
+#: ../../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/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:130
+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"
-#: ../../mod/register.php:377
+#: ../../include/apps.php:152
+msgid "Features"
+msgstr "Características"
+
+#: ../../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 de perfil"
+
+#: ../../include/apps.php:247 ../../mod/settings.php:84
+#: ../../mod/settings.php:614
+msgid "Update"
+msgstr "Actualizar"
+
+#: ../../include/apps.php:247
+msgid "Install"
+msgstr "Instalar"
+
+#: ../../include/apps.php:252
+msgid "Purchase"
+msgstr "Comprar"
+
+#: ../../include/bbcode.php:122 ../../include/bbcode.php:768
+#: ../../include/bbcode.php:771 ../../include/bbcode.php:776
+#: ../../include/bbcode.php:779 ../../include/bbcode.php:782
+#: ../../include/bbcode.php:785 ../../include/bbcode.php:790
+#: ../../include/bbcode.php:793 ../../include/bbcode.php:798
+#: ../../include/bbcode.php:801 ../../include/bbcode.php:804
+#: ../../include/bbcode.php:807
+msgid "Image/photo"
+msgstr "Imagen/foto"
+
+#: ../../include/bbcode.php:161 ../../include/bbcode.php:818
+msgid "Encrypted content"
+msgstr "Contenido encriptado"
+
+#: ../../include/bbcode.php:178
+#, php-format
+msgid "Install %s element: "
+msgstr "Instalar %s elemento:"
+
+#: ../../include/bbcode.php:182
+#, php-format
msgid ""
-"Registration successful. Please check your email for further instructions."
-msgstr ""
-"Te has registrado con éxito. Por favor, consulta tu correo electrónico para "
-"obtener instrucciones adicionales."
+"This post contains an installable %s element, however you lack permissions "
+"to install it on this site."
+msgstr "Esta entrada contiene un elemento instalable %s, sin embargo le faltan permisos para instalarlo en este sitio."
-#: ../../mod/register.php:381
-msgid "Failed to send email message. Here is the message that failed."
-msgstr ""
-"Error al enviar el mensaje de correo electrónico. Este es el mensaje no "
-"enviado."
+#: ../../include/bbcode.php:192 ../../mod/impel.php:37
+msgid "webpage"
+msgstr "página web"
-#: ../../mod/register.php:386
-msgid "Your registration can not be processed."
-msgstr "Tu registro no se puede procesar."
+#: ../../include/bbcode.php:195 ../../mod/impel.php:47
+msgid "layout"
+msgstr "disposición"
+
+#: ../../include/bbcode.php:198 ../../mod/impel.php:42
+msgid "block"
+msgstr "bloquear"
-#: ../../mod/register.php:423
+#: ../../include/bbcode.php:201 ../../mod/impel.php:54
+msgid "menu"
+msgstr "menú"
+
+#: ../../include/bbcode.php:215
+msgid "QR code"
+msgstr "Código QR"
+
+#: ../../include/bbcode.php:266
#, php-format
-msgid "Registration request at %s"
-msgstr "Solicitud de registro en %s"
+msgid "%1$s wrote the following %2$s %3$s"
+msgstr "%1$s escribió la siguiente %2$s %3$s"
-#: ../../mod/register.php:432
-msgid "Your registration is pending approval by the site owner."
-msgstr ""
-"Tu registro está pendiente de aprobación por el propietario del sitio."
+#: ../../include/bbcode.php:268 ../../mod/tagger.php:51
+msgid "post"
+msgstr "entrada"
-#: ../../mod/register.php:481
-msgid ""
-"You may (optionally) fill in this form via OpenID by supplying your OpenID "
-"and clicking 'Register'."
-msgstr ""
-"Puedes (opcionalmente) rellenar este formulario a través de OpenID mediante "
-"el suministro de tu OpenID y pulsando en 'Registrar'."
+#: ../../include/bbcode.php:518
+msgid "Different viewers will see this text differently"
+msgstr "Visitantes diferentes verán este texto de forma diferente"
-#: ../../mod/register.php:482
-msgid ""
-"If you are not familiar with OpenID, please leave that field blank and fill "
-"in the rest of the items."
-msgstr ""
-"Si no estás familiarizado con OpenID, por favor deja ese campo en blanco y "
-"rellena el resto de los elementos."
+#: ../../include/bbcode.php:729
+msgid "$1 spoiler"
+msgstr "alerón $1"
-#: ../../mod/register.php:483
-msgid "Your OpenID (optional): "
-msgstr "Tu OpenID (opcional):"
+#: ../../include/bbcode.php:756
+msgid "$1 wrote:"
+msgstr "$1 escribió"
-#: ../../mod/register.php:497
-msgid "Include your profile in member directory?"
-msgstr "¿Incluir tu perfil en el directorio de miembros?"
+#: ../../include/chat.php:23
+msgid "Missing room name"
+msgstr "Nombre de sala desaparecido."
-#: ../../mod/register.php:512
-msgid "Membership on this site is by invitation only."
-msgstr "Sitio solo accesible mediante invitación."
+#: ../../include/chat.php:32
+msgid "Duplicate room name"
+msgstr "Nombre de sala duplicado."
-#: ../../mod/register.php:513
-msgid "Your invitation ID: "
-msgstr "ID de tu invitación: "
+#: ../../include/chat.php:82 ../../include/chat.php:90
+msgid "Invalid room specifier."
+msgstr "Especificador de sala inválido."
-#: ../../mod/register.php:516 ../../mod/admin.php:297
-msgid "Registration"
-msgstr "Registro"
+#: ../../include/chat.php:120
+msgid "Room not found."
+msgstr "Sala no encontrada."
-#: ../../mod/register.php:524
-msgid "Your Full Name (e.g. Joe Smith): "
-msgstr "Tu nombre completo (por ejemplo, Pepe Pulido):"
+#: ../../include/chat.php:141
+msgid "Room is full"
+msgstr "La sala está llena."
-#: ../../mod/register.php:525
-msgid "Your Email Address: "
-msgstr "Tu dirección de correo electrónico:"
+#: ../../include/photos.php:94
+#, php-format
+msgid "Image exceeds website size limit of %lu bytes"
+msgstr "La imagen es demasiado grande (%lu demás)"
-#: ../../mod/register.php:526
-msgid ""
-"Choose a profile nickname. This must begin with a text character. Your "
-"profile address on this site will then be "
-"'<strong>nickname@$sitename</strong>'."
-msgstr ""
-"Elije un apodo. Debe comenzar con una letra. Tu dirección de perfil en este "
-"sitio va a ser '<strong>apodo@$sitename</strong>'."
+#: ../../include/photos.php:101
+msgid "Image file is empty."
+msgstr "El fichero de imagen ésta vacío. "
-#: ../../mod/register.php:527
-msgid "Choose a nickname: "
-msgstr "Escoge un apodo: "
+#: ../../include/photos.php:128 ../../mod/profile_photo.php:217
+msgid "Unable to process image"
+msgstr "No ha sido posible de procesar la imagen"
-#: ../../mod/oexchange.php:27
-msgid "Post successful."
-msgstr "¡Publicado!"
+#: ../../include/photos.php:199
+msgid "Photo storage failed."
+msgstr "La foto no ha podido ser guardada."
+
+#: ../../include/photos.php:363
+msgid "Upload New Photos"
+msgstr "Subir nuevas fotos"
+
+#: ../../mod/achievements.php:34
+msgid "Some blurb about what to do when you're new here"
+msgstr "Algunas palabras sobre qué hacer cuando eres nuevo aquí"
-#: ../../mod/allfriends.php:34
+#: ../../mod/manage.php:136
#, php-format
-msgid "Friends of %s"
-msgstr "Amigos de %s"
+msgid "You have created %1$.0f of %2$.0f allowed channels."
+msgstr "Ha creado %1$.0f de %2$.0f canales permitidos."
-#: ../../mod/allfriends.php:40
-msgid "No friends to display."
-msgstr "No hay amigos para mostrar."
+#: ../../mod/manage.php:144
+msgid "Create a new channel"
+msgstr "Crear un nuevo canal"
-#: ../../mod/help.php:30
-msgid "Help:"
-msgstr "Ayuda:"
+#: ../../mod/manage.php:167
+msgid "Current Channel"
+msgstr "Canal actual"
-#: ../../mod/help.php:34 ../../include/nav.php:82
-msgid "Help"
-msgstr "Ayuda"
+#: ../../mod/manage.php:169
+msgid "Switch to one of your channels by selecting it."
+msgstr "Cambiar a uno de sus canales seleccionándolo."
-#: ../../mod/install.php:34
-msgid "Could not create/connect to database."
-msgstr "No se pudo crear o conectarse a la base de datos."
+#: ../../mod/manage.php:170
+msgid "Default Channel"
+msgstr "Canal predeterminado"
-#: ../../mod/install.php:39
-msgid "Connected to database."
-msgstr "Conectado a la base de datos."
+#: ../../mod/manage.php:171
+msgid "Make Default"
+msgstr "Convertir en predeterminado"
-#: ../../mod/install.php:75
-msgid "Proceed with Installation"
-msgstr "Procediendo con la instalación"
+#: ../../mod/manage.php:174
+#, php-format
+msgid "%d new messages"
+msgstr "%d nuevos mensajes"
-#: ../../mod/install.php:77
-msgid "Your Friendika site database has been installed."
-msgstr "La base de datos de Friendila ha sido instalada."
+#: ../../mod/manage.php:175
+#, php-format
+msgid "%d new introductions"
+msgstr "%d nuevas introducciones"
-#: ../../mod/install.php:78
-msgid ""
-"IMPORTANT: You will need to [manually] setup a scheduled task for the "
-"poller."
-msgstr ""
-"IMPORTANTE: Tendrás que configurar [manualmente] una tarea programada para "
-"el encuestador"
+#: ../../mod/manage.php:177
+msgid "Delegated Channels"
+msgstr "Canales delegados"
-#: ../../mod/install.php:79 ../../mod/install.php:89 ../../mod/install.php:207
-msgid "Please see the file \"INSTALL.txt\"."
-msgstr "Por favor, consulte el archivo \"INSTALL.txt\"."
+#: ../../mod/directory.php:59 ../../mod/photos.php:441 ../../mod/search.php:13
+#: ../../mod/ratings.php:82 ../../mod/viewconnections.php:17
+#: ../../mod/display.php:13
+msgid "Public access denied."
+msgstr "Acceso público denegado."
-#: ../../mod/install.php:81
-msgid "Proceed to registration"
-msgstr "Procediendo con el registro"
+#: ../../mod/directory.php:234
+#, php-format
+msgid "%d rating"
+msgid_plural "%d ratings"
+msgstr[0] "%d valoración"
+msgstr[1] "%d valoraciones"
-#: ../../mod/install.php:87
-msgid "Database import failed."
-msgstr "La importación de la base de datos ha fallado."
+#: ../../mod/directory.php:245
+msgid "Gender: "
+msgstr "Género:"
-#: ../../mod/install.php:88
-msgid ""
-"You may need to import the file \"database.sql\" manually using phpmyadmin "
-"or mysql."
-msgstr ""
-"Puede que tenga que importar el archivo \"Database.sql\" manualmente usando "
-"phpmyadmin o mysql."
+#: ../../mod/directory.php:247
+msgid "Status: "
+msgstr "Estado:"
-#: ../../mod/install.php:101
-msgid "Welcome to Friendika."
-msgstr "Bienvenido a Friendika."
+#: ../../mod/directory.php:249
+msgid "Homepage: "
+msgstr "Página de inicio:"
-#: ../../mod/install.php:124
-msgid "Friendika Social Network"
-msgstr "Friendika Red Social"
+#: ../../mod/directory.php:308 ../../mod/events.php:659
+msgid "Description:"
+msgstr "Descripción:"
-#: ../../mod/install.php:125
-msgid "Installation"
-msgstr "Instalación"
+#: ../../mod/directory.php:317
+msgid "Public Forum:"
+msgstr "Foro público:"
-#: ../../mod/install.php:126
-msgid ""
-"In order to install Friendika we need to know how to connect to your "
-"database."
-msgstr ""
-"Para proceder a la instalación de Friendika es necesario saber cómo conectar"
-" con tu base de datos."
+#: ../../mod/directory.php:320
+msgid "Keywords: "
+msgstr "Palabras clave:"
-#: ../../mod/install.php:127
-msgid ""
-"Please contact your hosting provider or site administrator if you have "
-"questions about these settings."
-msgstr ""
-"Por favor contacta con tu proveedor de servicios o el administrador de "
-"lapágina si tienes alguna pregunta sobre estas cofiguraciones"
+#: ../../mod/directory.php:323
+msgid "Don't suggest"
+msgstr "No sugerir:"
-#: ../../mod/install.php:128
-msgid ""
-"The database you specify below should already exist. If it does not, please "
-"create it before continuing."
-msgstr ""
-"La base de datos que especifiques a continuación ya debería existir. Si no "
-"es el caso, debes crearla antes de continuar."
+#: ../../mod/directory.php:325
+msgid "Common connections:"
+msgstr "Conexiones comunes:"
-#: ../../mod/install.php:129
-msgid "Database Server Name"
-msgstr "Nombre del servidor de la base de datos"
+#: ../../mod/directory.php:374
+msgid "Global Directory"
+msgstr "Directorio global:"
-#: ../../mod/install.php:130
-msgid "Database Login Name"
-msgstr "Usuario de la base de datos"
+#: ../../mod/directory.php:374
+msgid "Local Directory"
+msgstr "Directorio local:"
-#: ../../mod/install.php:131
-msgid "Database Login Password"
-msgstr "Contraseña de la base de datos"
+#: ../../mod/directory.php:380
+msgid "Finding:"
+msgstr "Encontrar:"
-#: ../../mod/install.php:132
-msgid "Database Name"
-msgstr "Nombre de la base de datos"
+#: ../../mod/directory.php:385
+msgid "next page"
+msgstr "siguiente página"
-#: ../../mod/install.php:133
-msgid "Please select a default timezone for your website"
-msgstr "Por favor selecciona la zona horaria predeterminada para tu web"
+#: ../../mod/directory.php:385
+msgid "previous page"
+msgstr "página anterior"
-#: ../../mod/install.php:134
-msgid ""
-"Site administrator email address. Your account email address must match this"
-" in order to use the web admin panel."
-msgstr ""
-"Dirección de correo electrónico del administrador. La dirección de correo "
-"electrónico de tu cuenta debe cotejar esto para poder acceder al panel de "
-"administración."
+#: ../../mod/directory.php:386
+msgid "Sort options"
+msgstr "Ordenar opciones"
-#: ../../mod/install.php:153
-msgid "Could not find a command line version of PHP in the web server PATH."
-msgstr ""
-"No se pudo encontrar una versión de línea de comandos de PHP en la ruta del "
-"servidor web."
+#: ../../mod/directory.php:387
+msgid "Alphabetic"
+msgstr "Alfabético"
-#: ../../mod/install.php:154
-msgid ""
-"This is required. Please adjust the configuration file .htconfig.php "
-"accordingly."
-msgstr ""
-"Esto es necesario. Por favor, modifica el archivo de configuración. "
-"htconfig.php en consecuencia."
+#: ../../mod/directory.php:388
+msgid "Reverse Alphabetic"
+msgstr "Alfabético inverso"
-#: ../../mod/install.php:161
-msgid ""
-"The command line version of PHP on your system does not have "
-"\"register_argc_argv\" enabled."
-msgstr ""
-"La versión en línea de comandos de PHP en tu sistema no tiene "
-"\"register_argc_argv\" habilitado."
+#: ../../mod/directory.php:389
+msgid "Newest to Oldest"
+msgstr "Más nuevo a más antiguo"
-#: ../../mod/install.php:162
-msgid "This is required for message delivery to work."
-msgstr "Esto es necesario para el funcionamiento de la entrega de mensajes."
+#: ../../mod/directory.php:390
+msgid "Oldest to Newest"
+msgstr "Más antiguo a más nuevo"
-#: ../../mod/install.php:184
-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 "
-"generar claves de cifrado"
+#: ../../mod/directory.php:407
+msgid "No entries (some entries may be hidden)."
+msgstr "Sin entradas (algunas entradas pueden estar ocultas)."
-#: ../../mod/install.php:185
-msgid ""
-"If running under Windows, please see "
-"\"http://www.php.net/manual/en/openssl.installation.php\"."
-msgstr ""
-"Si se ejecuta en Windows, por favor consulte la sección "
-"\"http://www.php.net/manual/en/openssl.installation.php\"."
+#: ../../mod/xchan.php:6
+msgid "Xchan Lookup"
+msgstr "Búsqueda Xchan"
-#: ../../mod/install.php:194
-msgid ""
-"Error: Apache webserver mod-rewrite module is required but not installed."
-msgstr ""
-"Error: El módulo servidor web Apache mod-rewrite es necesario pero no está "
-"instalado."
+#: ../../mod/xchan.php:9
+msgid "Lookup xchan beginning with (or webbie): "
+msgstr "Buscar xchan que comience por (o webbie):"
-#: ../../mod/install.php:196
-msgid "Error: libCURL PHP module required but not installed."
-msgstr "Error: El módulo libcurl PHP es necesario, pero no está instalado."
+#: ../../mod/xchan.php:37 ../../mod/mitem.php:114 ../../mod/menu.php:156
+msgid "Not found."
+msgstr "No encontrado."
+
+#: ../../mod/api.php:76 ../../mod/api.php:102
+msgid "Authorize application connection"
+msgstr "Autorizar conexión de aplicación"
-#: ../../mod/install.php:198
+#: ../../mod/api.php:77
+msgid "Return to your app and insert this Securty Code:"
+msgstr "Volver a su aplicación e introducir este código de seguridad:"
+
+#: ../../mod/api.php:89
+msgid "Please login to continue."
+msgstr "Por favor inicia sesión para continuar."
+
+#: ../../mod/api.php:104
msgid ""
-"Error: GD graphics PHP module with JPEG support required but not installed."
-msgstr ""
-"Error: El módulo de gráficos GD de PHP con soporte JPEG es necesario, pero "
-"no está instalado."
+"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/install.php:200
-msgid "Error: openssl PHP module required but not installed."
-msgstr "Error: El módulo openssl PHP es necesario, pero no está instalado."
+#: ../../mod/webpages.php:191
+msgid "Page Title"
+msgstr "Título de página"
-#: ../../mod/install.php:202
-msgid "Error: mysqli PHP module required but not installed."
-msgstr "Error: El módulo PHP mysqli es necesario, pero no está instalado."
+#: ../../mod/follow.php:25
+msgid "Channel added."
+msgstr "Canal añadido."
-#: ../../mod/install.php:204
-msgid "Error: mb_string PHP module required but not installed."
-msgstr "Error: El módulo mb_string HPH es necesario, pero no está instalado."
+#: ../../mod/tagrm.php:44 ../../mod/tagrm.php:94
+msgid "Tag removed"
+msgstr "Etiqueta eliminada."
+
+#: ../../mod/tagrm.php:119
+msgid "Remove Item Tag"
+msgstr "Eliminar etiqueta de elemento."
-#: ../../mod/install.php:216
+#: ../../mod/tagrm.php:121
+msgid "Select a tag to remove: "
+msgstr "Selecciona una etiqueta a eliminar:"
+
+#: ../../mod/tagrm.php:133 ../../mod/photos.php:887
+msgid "Remove"
+msgstr "Eliminar"
+
+#: ../../mod/connect.php:56 ../../mod/connect.php:104
+msgid "Continue"
+msgstr "Continuar"
+
+#: ../../mod/connect.php:85
+msgid "Premium Channel Setup"
+msgstr "Configuración del canal premium"
+
+#: ../../mod/connect.php:87
+msgid "Enable premium channel connection restrictions"
+msgstr "Habilitar restricciones de conexión de canal premium"
+
+#: ../../mod/connect.php:88
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 programa de instalación web necesita ser capaz de crear un archivo "
-"llamado \". htconfig.php\" en la carpeta superior de tu servidor web y es "
-"incapaz de hacerlo."
+"Please enter your restrictions or conditions, such as paypal receipt, usage "
+"guidelines, etc."
+msgstr "Por favor introduzca sus restricciones o condiciones, como recibo paypal, normas de uso, etc."
-#: ../../mod/install.php:217
+#: ../../mod/connect.php:90 ../../mod/connect.php:110
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 es muy a menudo una configuración de permisos, pues el servidor web "
-"puede que no sea capaz de escribir archivos en la carpeta - incluso si tu "
-"puedes."
+"This channel may require additional steps or acknowledgement of the "
+"following conditions prior to connecting:"
+msgstr "Este canal puede requerir antes de conectar pasos adicionales o conocimiento de las siguientes condiciones:"
-#: ../../mod/install.php:218
+#: ../../mod/connect.php:91
msgid ""
-"Please check with your site documentation or support people to see if this "
-"situation can be corrected."
-msgstr ""
-"Por favor, consulta el sitio de documentación o al soporte técnico para ver "
-"si esta situación se puede corregir."
+"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/install.php:219
+#: ../../mod/connect.php:92 ../../mod/connect.php:113
msgid ""
-"If not, you may be required to perform a manual installation. Please see the"
-" file \"INSTALL.txt\" for instructions."
-msgstr ""
-"Si no, deberás proceder con la instalación manual. Por favor, consulta el "
-"archivo \"INSTALL.txt\"para obtener instrucciones."
+"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 intrucciones proporcionadas en esta página."
+
+#: ../../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/connect.php:109
+msgid "Restricted or Premium Channel"
+msgstr "Canal premium o restringido"
+
+#: ../../mod/thing.php:94
+msgid "Thing updated"
+msgstr "Elemento actualizado."
+
+#: ../../mod/thing.php:153
+msgid "Object store: failed"
+msgstr "Guardar objeto: ha fallado"
+
+#: ../../mod/thing.php:157
+msgid "Thing added"
+msgstr "Elemento añadido"
+
+#: ../../mod/thing.php:175
+#, php-format
+msgid "OBJ: %1$s %2$s %3$s"
+msgstr "OBJ: %1$s %2$s %3$s"
+
+#: ../../mod/thing.php:226
+msgid "Show Thing"
+msgstr "Mostrar elemento"
+
+#: ../../mod/thing.php:233
+msgid "item not found."
+msgstr "elemento no encontrado."
+
+#: ../../mod/thing.php:261
+msgid "Edit Thing"
+msgstr "Editar elemento"
+
+#: ../../mod/thing.php:263 ../../mod/thing.php:310
+msgid "Select a profile"
+msgstr "Seleccionar un perfil"
+
+#: ../../mod/thing.php:267 ../../mod/thing.php:313
+msgid "Post an activity"
+msgstr "Publicar una actividad"
+
+#: ../../mod/thing.php:267 ../../mod/thing.php:313
+msgid "Only sends to viewers of the applicable profile"
+msgstr "Sólo envíos a espectadores del perfil pertinente."
+
+#: ../../mod/thing.php:269 ../../mod/thing.php:315
+msgid "Name of thing e.g. something"
+msgstr "Nombre del elemento e.g. algo"
+
+#: ../../mod/thing.php:271 ../../mod/thing.php:316
+msgid "URL of thing (optional)"
+msgstr "URL del elemento (opcional)"
+
+#: ../../mod/thing.php:273 ../../mod/thing.php:317
+msgid "URL for photo of thing (optional)"
+msgstr "URL para foto o elemento (opcional)"
+
+#: ../../mod/thing.php:308
+msgid "Add Thing to your Profile"
+msgstr "Añadir elemento a su perfil"
+
+#: ../../mod/attach.php:9
+msgid "Item not available."
+msgstr "Elemento no disponible"
+
+#: ../../mod/probe.php:24 ../../mod/probe.php:30
+#, php-format
+msgid "Fetching URL returns error: %1$s"
+msgstr "Obtener URL retorna error: %1$s"
-#: ../../mod/install.php:228
+#: ../../mod/profile_photo.php:108
+msgid "Image uploaded but image cropping failed."
+msgstr "Imagen actualizada pero recorte de imagen ha fallado. "
+
+#: ../../mod/profile_photo.php:162
+msgid "Image resize failed."
+msgstr "Ajustar tamaño de imagen ha fallado."
+
+#: ../../mod/profile_photo.php:206
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 archivo de configuración de base de datos \". htconfig.php\" No se pudo "
-"escribir. Por favor, utiliza el texto adjunto para crear un archivo de "
-"configuración en la raíz de tu servidor web."
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
+msgstr "Recargue la página o limpie caché del navegador si la nueva foto no se muestra inmediatamente."
-#: ../../mod/install.php:243
-msgid "Errors encountered creating database tables."
-msgstr "Errores encontrados creando las tablas de bases de datos."
+#: ../../mod/profile_photo.php:233
+#, php-format
+msgid "Image exceeds size limit of %d"
+msgstr "La imagen supera el límite de %d"
-#: ../../mod/network.php:148
-msgid "Commented Order"
-msgstr "Orden de comentarios"
+#: ../../mod/profile_photo.php:242
+msgid "Unable to process image."
+msgstr "No ha sido posible procesar la imagen."
-#: ../../mod/network.php:153
-msgid "Posted Order"
-msgstr "Orden de publicación"
+#: ../../mod/profile_photo.php:291 ../../mod/profile_photo.php:340
+msgid "Photo not available."
+msgstr "Foto no disponible."
-#: ../../mod/network.php:159
-msgid "New"
-msgstr "Nuevo"
+#: ../../mod/profile_photo.php:359
+msgid "Upload File:"
+msgstr "Subir archivo:"
-#: ../../mod/network.php:164
-msgid "Starred"
-msgstr "Favoritos"
+#: ../../mod/profile_photo.php:360
+msgid "Select a profile:"
+msgstr "Seleccionar un perfil:"
-#: ../../mod/network.php:169
-msgid "Bookmarks"
-msgstr "Marcadores"
+#: ../../mod/profile_photo.php:361
+msgid "Upload Profile Photo"
+msgstr "Subir foto de perfil"
-#: ../../mod/network.php:216
+#: ../../mod/profile_photo.php:366 ../../mod/settings.php:995
+msgid "or"
+msgstr "o"
+
+#: ../../mod/profile_photo.php:366
+msgid "skip this step"
+msgstr "Omitir este paso"
+
+#: ../../mod/profile_photo.php:366
+msgid "select a photo from your photo albums"
+msgstr "Seleccione una foto de sus álbums de fotos"
+
+#: ../../mod/profile_photo.php:382
+msgid "Crop Image"
+msgstr "Recortar imagen"
+
+#: ../../mod/profile_photo.php:383
+msgid "Please adjust the image cropping for optimum viewing."
+msgstr "Por favor ajuta el recorte de la imagen para una visión óptima."
+
+#: ../../mod/profile_photo.php:385
+msgid "Done Editing"
+msgstr "Edición completada"
+
+#: ../../mod/profile_photo.php:428
+msgid "Image uploaded successfully."
+msgstr "Imagen subida correctamente."
+
+#: ../../mod/profile_photo.php:430
+msgid "Image upload failed."
+msgstr "Subida de imagen fallida."
+
+#: ../../mod/profile_photo.php:439
#, php-format
-msgid "Warning: This group contains %s member from an insecure network."
-msgid_plural ""
-"Warning: This group contains %s members from an insecure network."
-msgstr[0] "Aviso: este grupo contiene %s contacto con conexión no segura."
-msgstr[1] "Aviso: este grupo contiene %s contactos con conexiones no seguras."
+msgid "Image size reduction [%s] failed."
+msgstr "Reducción de la imagen [%s] fallida."
-#: ../../mod/network.php:219
-msgid "Private messages to this group are at risk of public disclosure."
-msgstr ""
-"Los mensajes privados a este grupo corren el riesgo de ser mostrados "
-"públicamente."
+#: ../../mod/block.php:27 ../../mod/page.php:36
+msgid "Invalid item."
+msgstr "Elemento no válido."
-#: ../../mod/network.php:292
-msgid "No such group"
-msgstr "Ningún grupo"
+#: ../../mod/block.php:39 ../../mod/wall_upload.php:29 ../../mod/page.php:52
+msgid "Channel not found."
+msgstr "Canal no encontrado."
-#: ../../mod/network.php:303
-msgid "Group is empty"
-msgstr "El grupo está vacío"
+#: ../../mod/block.php:75 ../../mod/display.php:110 ../../mod/help.php:79
+#: ../../mod/page.php:89 ../../index.php:241
+msgid "Page not found."
+msgstr "Página no encontrada."
-#: ../../mod/network.php:308
-msgid "Group: "
-msgstr "Grupo: "
+#: ../../mod/like.php:15
+msgid "Like/Dislike"
+msgstr "Me gusta/No me gusta"
-#: ../../mod/network.php:318
-msgid "Contact: "
-msgstr "Contacto: "
+#: ../../mod/like.php:20
+msgid "This action is restricted to members."
+msgstr "Esta acción está restringida solo para miembros."
-#: ../../mod/network.php:320
-msgid "Private messages to this person are at risk of public disclosure."
-msgstr ""
-"Los mensajes privados a esta persona corren el riesgo de ser mostrados "
-"públicamente."
+#: ../../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."
-#: ../../mod/network.php:325
-msgid "Invalid contact."
-msgstr "Contacto erróneo."
+#: ../../mod/like.php:101 ../../mod/like.php:128 ../../mod/like.php:166
+msgid "Invalid request."
+msgstr "Solicitud incorrecta."
-#: ../../mod/profperm.php:25 ../../mod/profperm.php:55
-msgid "Invalid profile identifier."
-msgstr "Identificador de perfil no válido."
+#: ../../mod/like.php:143
+msgid "thing"
+msgstr "elemento"
-#: ../../mod/profperm.php:101
-msgid "Profile Visibility Editor"
-msgstr "Editor de visibilidad del perfil"
+#: ../../mod/like.php:189
+msgid "Channel unavailable."
+msgstr "Canal no disponible."
-#: ../../mod/profperm.php:105 ../../mod/group.php:164
-msgid "Click on a contact to add or remove."
-msgstr "Pulsa en un contacto para añadirlo o eliminarlo."
+#: ../../mod/like.php:228
+msgid "Previous action reversed."
+msgstr "Acción anterior revocada."
-#: ../../mod/profperm.php:114
-msgid "Visible To"
-msgstr "Visible para"
+#: ../../mod/like.php:398
+#, php-format
+msgid "%1$s agrees with %2$s's %3$s"
+msgstr "%1$s está de acuerdo con %2$s de %3$s"
+
+#: ../../mod/like.php:400
+#, php-format
+msgid "%1$s doesn't agree with %2$s's %3$s"
+msgstr "%1$s no están de acuerdo con %2$s de %3$s"
+
+#: ../../mod/like.php:402
+#, php-format
+msgid "%1$s abstains from a decision on %2$s's %3$s"
+msgstr "%1$s se abstiene de pronunciarse sobre %2$s de %3$s"
+
+#: ../../mod/like.php:404
+#, php-format
+msgid "%1$s is attending %2$s's %3$s"
+msgstr "%1$s asistirá a %2$s de %3$s"
+
+#: ../../mod/like.php:406
+#, php-format
+msgid "%1$s is not attending %2$s's %3$s"
+msgstr "%1$s no asistirá a %2$s de %3$s"
+
+#: ../../mod/like.php:408
+#, php-format
+msgid "%1$s may attend %2$s's %3$s"
+msgstr "%1$s podrá asistir a %2$s de %3$s"
+
+#: ../../mod/like.php:492
+msgid "Action completed."
+msgstr "Acción completada."
+
+#: ../../mod/like.php:493
+msgid "Thank you."
+msgstr "Gracias."
+
+#: ../../mod/events.php:21
+msgid "Calendar entries imported."
+msgstr "Entradas de calendario importadas."
+
+#: ../../mod/events.php:23
+msgid "No calendar entries found."
+msgstr "No encontradas entradas de calendario."
+
+#: ../../mod/events.php:101
+msgid "Event can not end before it has started."
+msgstr "Un evento no puede terminar antes de que haya comenzado."
+
+#: ../../mod/events.php:103 ../../mod/events.php:112 ../../mod/events.php:130
+msgid "Unable to generate preview."
+msgstr "No se puede crear la vista previa."
-#: ../../mod/profperm.php:130
-msgid "All Contacts (with secure profile access)"
-msgstr "Todos los contactos (con perfil de acceso seguro)"
+#: ../../mod/events.php:110
+msgid "Event title and start time are required."
+msgstr "Se requieren el título del evento y su hora de inicio."
-#: ../../mod/events.php:61
-msgid "Event description and start time are required."
-msgstr "Se requiere una descripción del evento y la hora de inicio."
+#: ../../mod/events.php:128
+msgid "Event not found."
+msgstr "Evento no encontrado."
-#: ../../mod/events.php:207
+#: ../../mod/events.php:409
+msgid "l, F j"
+msgstr "l j F"
+
+#: ../../mod/events.php:431
+msgid "Edit event"
+msgstr "Editar evento"
+
+#: ../../mod/events.php:432
+msgid "Delete event"
+msgstr "Borrar evento"
+
+#: ../../mod/events.php:466
+msgid "calendar"
+msgstr "calendario"
+
+#: ../../mod/events.php:487
msgid "Create New Event"
-msgstr "Crea un evento nuevo"
+msgstr "Crear Nuevo Evento"
-#: ../../mod/events.php:210
+#: ../../mod/events.php:488 ../../mod/photos.php:839
msgid "Previous"
-msgstr "Previo"
+msgstr "Anterior"
-#: ../../mod/events.php:213
+#: ../../mod/events.php:489 ../../mod/photos.php:848 ../../mod/setup.php:281
msgid "Next"
msgstr "Siguiente"
-#: ../../mod/events.php:220
-msgid "l, F j"
-msgstr "l, F j"
+#: ../../mod/events.php:490
+msgid "Export"
+msgstr "Exportar"
-#: ../../mod/events.php:232
-msgid "Edit event"
-msgstr "Editar evento"
+#: ../../mod/events.php:493
+msgid "Import"
+msgstr "Importar"
-#: ../../mod/events.php:234 ../../include/text.php:857
-msgid "link to source"
-msgstr "Enlace al original"
+#: ../../mod/events.php:518
+msgid "Event removed"
+msgstr "Evento borrado"
-#: ../../mod/events.php:302
-msgid "hour:minute"
-msgstr "hora:minuto"
+#: ../../mod/events.php:521
+msgid "Failed to remove event"
+msgstr "Error al borrar evento"
-#: ../../mod/events.php:311
+#: ../../mod/events.php:641
msgid "Event details"
msgstr "Detalles del evento"
-#: ../../mod/events.php:312
-#, php-format
-msgid "Format is %s %s. Starting date and Description are required."
-msgstr ""
-"El formato es %s %s. Se requiere una fecha de inicio y una descripción."
+#: ../../mod/events.php:642
+msgid "Starting date and Title are required."
+msgstr "Se requieren fecha y Título."
-#: ../../mod/events.php:313
+#: ../../mod/events.php:644
+msgid "Categories (comma-separated list)"
+msgstr "Categorías (lista separada por comas)"
+
+#: ../../mod/events.php:646
msgid "Event Starts:"
-msgstr "Inicio del evento:"
+msgstr "Inicios de acontecimientos:"
-#: ../../mod/events.php:316
+#: ../../mod/events.php:653
msgid "Finish date/time is not known or not relevant"
-msgstr "La fecha/hora de finalización no es conocida o es irrelevante."
+msgstr "La fecha / hora de finalización no se conocen o no son relevantes"
-#: ../../mod/events.php:318
+#: ../../mod/events.php:655
msgid "Event Finishes:"
-msgstr "Finalización del evento:"
+msgstr "Eventos Terminados:"
-#: ../../mod/events.php:321
+#: ../../mod/events.php:657 ../../mod/events.php:658
msgid "Adjust for viewer timezone"
-msgstr "Ajuste de zona horaria"
+msgstr "Ajustar para obtener el visor de zona horaria"
-#: ../../mod/events.php:323
-msgid "Description:"
-msgstr "Descripción:"
+#: ../../mod/events.php:657
+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 práctico para las vacaciones globales."
+
+#: ../../mod/events.php:663
+msgid "Title:"
+msgstr "Título:"
-#: ../../mod/events.php:327
+#: ../../mod/events.php:665
msgid "Share this event"
-msgstr "Comparte este evento"
+msgstr "Compartir este evento"
-#: ../../mod/notifications.php:26
-msgid "Invalid request identifier."
-msgstr "Solicitud de identificación no válida."
+#: ../../mod/subthread.php:103
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
+msgstr "%1$s está siguiendo %2$s de %3$s"
-#: ../../mod/notifications.php:35 ../../mod/notifications.php:144
-#: ../../mod/notifications.php:188
-msgid "Discard"
-msgstr "Descartar"
+#: ../../mod/pubsites.php:16
+msgid "Public Sites"
+msgstr "Sitios públicos"
-#: ../../mod/notifications.php:71 ../../include/nav.php:109
-msgid "Network"
-msgstr "Red"
+#: ../../mod/pubsites.php:19
+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 de la red $Projectname. Todos los sitios de la red están vinculados entre sí por lo que sus miembros, en ninguna de ellas, 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 de <strong> pueden </strong> proporcionar detalles adicionales."
+
+#: ../../mod/pubsites.php:25
+msgid "Rate this hub"
+msgstr "Valorar este sitio"
+
+#: ../../mod/pubsites.php:26
+msgid "Site URL"
+msgstr "URL del sitio"
+
+#: ../../mod/pubsites.php:26
+msgid "Access Type"
+msgstr "Tipo de Acceso"
+
+#: ../../mod/pubsites.php:26
+msgid "Registration Policy"
+msgstr "Normas de Registro"
+
+#: ../../mod/pubsites.php:26 ../../mod/profiles.php:454
+msgid "Location"
+msgstr "Localización"
+
+#: ../../mod/pubsites.php:26
+msgid "View hub ratings"
+msgstr "Ver las valoraciones del sitio"
+
+#: ../../mod/pubsites.php:30
+msgid "Rate"
+msgstr "Valoración"
+
+#: ../../mod/pubsites.php:31
+msgid "View ratings"
+msgstr "Ver valoraciones"
+
+#: ../../mod/rpost.php:131 ../../mod/editpost.php:158
+msgid "Edit post"
+msgstr "Editar entrada"
-#: ../../mod/notifications.php:76 ../../include/nav.php:73
-#: ../../include/nav.php:111
-msgid "Home"
-msgstr "Inicio"
+#: ../../mod/dav.php:121
+msgid "$Projectname channel"
+msgstr "canal $Projectname"
-#: ../../mod/notifications.php:81 ../../include/nav.php:117
-msgid "Introductions"
-msgstr "Introducciones"
+#: ../../mod/group.php:20
+msgid "Collection created."
+msgstr "Colección creada."
-#: ../../mod/notifications.php:86 ../../mod/message.php:72
-#: ../../include/nav.php:122
-msgid "Messages"
-msgstr "Mensajes"
+#: ../../mod/group.php:26
+msgid "Could not create collection."
+msgstr "No se puede crear colección."
+
+#: ../../mod/group.php:54
+msgid "Collection updated."
+msgstr "Colección actualizada."
+
+#: ../../mod/group.php:86
+msgid "Create a collection of channels."
+msgstr "Crear una colección de canales."
-#: ../../mod/notifications.php:105
-msgid "Show Ignored Requests"
-msgstr "Mostrar peticiones ignoradas"
+#: ../../mod/group.php:87 ../../mod/group.php:183
+msgid "Collection Name: "
+msgstr "Nombre de la Colección:"
-#: ../../mod/notifications.php:105
-msgid "Hide Ignored Requests"
-msgstr "Ocultar peticiones ignoradas"
+#: ../../mod/group.php:89 ../../mod/group.php:186
+msgid "Members are visible to other channels"
+msgstr "Los miembros son visibles para otros canales"
+
+#: ../../mod/group.php:107
+msgid "Collection removed."
+msgstr "Colección eliminada."
+
+#: ../../mod/group.php:109
+msgid "Unable to remove collection."
+msgstr "No ha sido posible de eliminar la colección."
+
+#: ../../mod/group.php:182
+msgid "Collection Editor"
+msgstr "Editor de Colecciones"
+
+#: ../../mod/group.php:196 ../../mod/bulksetclose.php:89
+msgid "Members"
+msgstr "Miembros"
-#: ../../mod/notifications.php:131 ../../mod/notifications.php:174
-msgid "Notification type: "
-msgstr "Tipo de notificación: "
+#: ../../mod/group.php:198 ../../mod/bulksetclose.php:91
+msgid "All Connected Channels"
+msgstr "Todos los canales conectados"
-#: ../../mod/notifications.php:132
-msgid "Friend Suggestion"
-msgstr "Propuestas de amistad"
+#: ../../mod/group.php:233 ../../mod/bulksetclose.php:126
+msgid "Click on a channel to add or remove."
+msgstr "Haga clic en un canal para agregar o quitar."
-#: ../../mod/notifications.php:134
+#: ../../mod/siteinfo.php:112
#, php-format
-msgid "suggested by %s"
-msgstr "sugerido por %s"
+msgid "Version %s"
+msgstr "Versión %s"
-#: ../../mod/notifications.php:140 ../../mod/notifications.php:185
-#: ../../mod/admin.php:466
-msgid "Approve"
-msgstr "Aprobar"
+#: ../../mod/siteinfo.php:133
+msgid "Installed plugins/addons/apps:"
+msgstr "Extensiones/Aplicaciones instaladas:"
-#: ../../mod/notifications.php:160
-msgid "Claims to be known to you: "
-msgstr "Dice conocerte:"
+#: ../../mod/siteinfo.php:146
+msgid "No installed plugins/addons/apps"
+msgstr "Extensiones/Aplicaciones no instaladas:"
-#: ../../mod/notifications.php:160
-msgid "yes"
-msgstr "sí"
+#: ../../mod/siteinfo.php:155 ../../mod/home.php:58 ../../mod/home.php:64
+msgid "$Projectname"
+msgstr "$Projectname"
-#: ../../mod/notifications.php:160
-msgid "no"
-msgstr "no"
+#: ../../mod/siteinfo.php:156
+msgid ""
+"This is a hub of $Projectname - a global cooperative network of "
+"decentralized privacy enhanced websites."
+msgstr "Este es un sitio integrado en $Projectname - una red cooperativa mundial de sitios web descentralizados de privacidad mejorada."
-#: ../../mod/notifications.php:167
-msgid "Approve as: "
-msgstr "Aprobar como:"
+#: ../../mod/siteinfo.php:158
+msgid "Tag: "
+msgstr "Etiqueta:"
-#: ../../mod/notifications.php:168
-msgid "Friend"
-msgstr "Amigo"
+#: ../../mod/siteinfo.php:160
+msgid "Last background fetch: "
+msgstr "Último fondo elegido:"
-#: ../../mod/notifications.php:169
-msgid "Sharer"
-msgstr "Partícipe"
+#: ../../mod/siteinfo.php:163
+msgid "Running at web location"
+msgstr "Corriendo en un sitio web"
-#: ../../mod/notifications.php:169
-msgid "Fan/Admirer"
-msgstr "Fan/Admirador"
+#: ../../mod/siteinfo.php:164
+msgid ""
+"Please visit <a href=\"https://redmatrix.me\">redmatrix.me</a> to learn more"
+" about $Projectname."
+msgstr "Por favor, visite <a href=\"https://redmatrix.me\">redmatrix.me </a> para aprender más sobre $Projectname."
-#: ../../mod/notifications.php:175
-msgid "Friend/Connect Request"
-msgstr "Solicitud de Amistad/Conexión"
+#: ../../mod/siteinfo.php:165
+msgid "Bug reports and issues: please visit"
+msgstr "Informes de errores e incidencias: por, favor visite"
-#: ../../mod/notifications.php:175
-msgid "New Follower"
-msgstr "Nuevo seguidor"
+#: ../../mod/siteinfo.php:167
+msgid "$projectname issues"
+msgstr "Problemas en $projectname"
-#: ../../mod/notifications.php:194
-msgid "No notifications."
-msgstr "Ninguna notificación."
+#: ../../mod/siteinfo.php:168
+msgid ""
+"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot "
+"com"
+msgstr "Sugerencias, elogios, etc - por favor, un correo electrónico a \"redmatrix\" en librelist - punto com"
-#: ../../mod/notifications.php:197 ../../mod/notifications.php:283
-#: ../../mod/notifications.php:359 ../../include/nav.php:118
-msgid "Notifications"
-msgstr "Notificaciones"
+#: ../../mod/siteinfo.php:170
+msgid "Site Administrators"
+msgstr "Administradores del sitio"
+
+#: ../../mod/item.php:174
+msgid "Unable to locate original post."
+msgstr "No ha sido posible encontrar la entrada original."
+
+#: ../../mod/item.php:440
+msgid "Empty post discarded."
+msgstr "Desechada entrada vacía."
+
+#: ../../mod/item.php:480
+msgid "Executable content type not permitted to this channel."
+msgstr "Contenido de tipo ejecutable no permitido en este canal."
+
+#: ../../mod/item.php:901
+msgid "System error. Post not saved."
+msgstr "Error del sistema. Entrada no salvada."
-#: ../../mod/notifications.php:234 ../../mod/notifications.php:316
+#: ../../mod/item.php:1119
+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:1126
#, php-format
-msgid "%s liked %s's post"
-msgstr "A %s le gusta el post de %s"
+msgid "You have reached your limit of %1$.0f top level posts."
+msgstr "Ha alcanzado su límite de %1$.0f tope máximo de entradas"
-#: ../../mod/notifications.php:243 ../../mod/notifications.php:325
+#: ../../mod/item.php:1133
#, php-format
-msgid "%s disliked %s's post"
-msgstr "A %s no le gusta el post de %s"
+msgid "You have reached your limit of %1$.0f webpages."
+msgstr "Ha alcanzado su límite de %1$.0f páginas web."
+
+#: ../../mod/network.php:91
+msgid "No such group"
+msgstr "No se encuentra el grupo"
+
+#: ../../mod/network.php:129
+msgid "No such channel"
+msgstr "No se encuentra el canal"
+
+#: ../../mod/network.php:143
+msgid "Search Results For:"
+msgstr "Buscar resultados para:"
+
+#: ../../mod/network.php:198
+msgid "Collection is empty"
+msgstr "La colección está vacía"
+
+#: ../../mod/network.php:207
+msgid "Collection: "
+msgstr "Colección:"
+
+#: ../../mod/network.php:226
+msgid "Connection: "
+msgstr "Conexión:"
+
+#: ../../mod/network.php:233
+msgid "Invalid connection."
+msgstr "Conexión no válida."
+
+#: ../../mod/common.php:10
+msgid "No channel."
+msgstr "Ningún canal."
+
+#: ../../mod/common.php:39
+msgid "Common connections"
+msgstr "Conexiones comunes"
+
+#: ../../mod/common.php:44
+msgid "No connections in common."
+msgstr "Ninguna conexión en común."
+
+#: ../../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/connections.php:37 ../../mod/connedit.php:75
+msgid "Could not access contact record."
+msgstr "No se ha podido acceder al registro de contacto."
+
+#: ../../mod/connections.php:51 ../../mod/connedit.php:99
+msgid "Could not locate selected profile."
+msgstr "No se ha podido localizar el perfil seleccionado."
-#: ../../mod/notifications.php:257 ../../mod/notifications.php:339
+#: ../../mod/connections.php:94 ../../mod/connedit.php:219
+msgid "Connection updated."
+msgstr "Conexión actualizada."
+
+#: ../../mod/connections.php:96 ../../mod/connedit.php:221
+msgid "Failed to update connection record."
+msgstr "Error al actualizar el registro de la conexión."
+
+#: ../../mod/connections.php:192 ../../mod/connections.php:293
+msgid "Blocked"
+msgstr "Bloqueados"
+
+#: ../../mod/connections.php:197 ../../mod/connections.php:300
+msgid "Ignored"
+msgstr "Ignorados"
+
+#: ../../mod/connections.php:202 ../../mod/connections.php:314
+msgid "Hidden"
+msgstr "Ocultos"
+
+#: ../../mod/connections.php:207 ../../mod/connections.php:307
+msgid "Archived"
+msgstr "Archivados"
+
+#: ../../mod/connections.php:271
+msgid "Suggest new connections"
+msgstr "Sugerir nuevas conexiones"
+
+#: ../../mod/connections.php:274
+msgid "New Connections"
+msgstr "Nuevas conexiones"
+
+#: ../../mod/connections.php:277
+msgid "Show pending (new) connections"
+msgstr "Mostrar conexiones (nuevas) pendientes"
+
+#: ../../mod/connections.php:280 ../../mod/profperm.php:139
+msgid "All Connections"
+msgstr "Todas las conexiones"
+
+#: ../../mod/connections.php:283
+msgid "Show all connections"
+msgstr "Mostrar todas las conexiones"
+
+#: ../../mod/connections.php:286
+msgid "Unblocked"
+msgstr "Desbloqueados"
+
+#: ../../mod/connections.php:289
+msgid "Only show unblocked connections"
+msgstr "Mostrar solo las conexiones desbloqueadas"
+
+#: ../../mod/connections.php:296
+msgid "Only show blocked connections"
+msgstr "Mostrar solo las conexiones bloqueadas"
+
+#: ../../mod/connections.php:303
+msgid "Only show ignored connections"
+msgstr "Mostrar solo conexiones ignoradas"
+
+#: ../../mod/connections.php:310
+msgid "Only show archived connections"
+msgstr "Mostrar solo las conexiones archivadas"
+
+#: ../../mod/connections.php:317
+msgid "Only show hidden connections"
+msgstr "Mostrar solo las conexiones ocultas"
+
+#: ../../mod/connections.php:372
#, php-format
-msgid "%s is now friends with %s"
-msgstr "%s es ahora es amigo de %s"
+msgid "%1$s [%2$s]"
+msgstr "%1$s [%2$s]"
+
+#: ../../mod/connections.php:373
+msgid "Edit connection"
+msgstr "Editar conexión"
+
+#: ../../mod/connections.php:411
+msgid "Search your connections"
+msgstr "Buscar sus conexiones"
+
+#: ../../mod/connections.php:412
+msgid "Finding: "
+msgstr "Encontrado:"
+
+#: ../../mod/blocks.php:95 ../../mod/blocks.php:148
+msgid "Block Name"
+msgstr "Nombre del bloque"
+
+#: ../../mod/blocks.php:149
+msgid "Block Title"
+msgstr "Título del bloque"
+
+#: ../../mod/editpost.php:20 ../../mod/editlayout.php:76
+#: ../../mod/editwebpage.php:77 ../../mod/editblock.php:78
+#: ../../mod/editblock.php:94
+msgid "Item not found"
+msgstr "Elemento no encontrado"
+
+#: ../../mod/editpost.php:31
+msgid "Item is not editable"
+msgstr "El elemento no es editable"
+
+#: ../../mod/editpost.php:48
+msgid "Delete item?"
+msgstr "¿Borrar este elemento?"
+
+#: ../../mod/editpost.php:115 ../../mod/editlayout.php:142
+#: ../../mod/editwebpage.php:187 ../../mod/editblock.php:144
+msgid "Insert YouTube video"
+msgstr "Insertar vídeo de YouTube"
+
+#: ../../mod/editpost.php:116 ../../mod/editlayout.php:143
+#: ../../mod/editwebpage.php:188 ../../mod/editblock.php:145
+msgid "Insert Vorbis [.ogg] video"
+msgstr "Insertar vídeo Vorbis [.ogg]"
+
+#: ../../mod/editpost.php:117 ../../mod/editlayout.php:144
+#: ../../mod/editwebpage.php:189 ../../mod/editblock.php:146
+msgid "Insert Vorbis [.ogg] audio"
+msgstr "Insertar audio Vorbis [.ogg]"
+
+#: ../../mod/cloud.php:120
+msgid "$Projectname - Guests: Username: {your email address}, Password: +++"
+msgstr "$Projectname - Invitados: Nombre de usuario: {su dirección de correo electrónico}, Contraseña: +++"
+
+#: ../../mod/photos.php:78
+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:98
+msgid "Album not found."
+msgstr "Álbum no encontrado."
+
+#: ../../mod/photos.php:120 ../../mod/photos.php:655
+msgid "Delete Album"
+msgstr "Borrar álbum"
+
+#: ../../mod/photos.php:160 ../../mod/photos.php:942
+msgid "Delete Photo"
+msgstr "Borrar foto"
-#: ../../mod/notifications.php:264
+#: ../../mod/photos.php:452
+msgid "No photos selected"
+msgstr "No hay fotos seleccionadas"
+
+#: ../../mod/photos.php:496
+msgid "Access to this item is restricted."
+msgstr "El acceso a este elemento está restringido."
+
+#: ../../mod/photos.php:535
#, php-format
-msgid "%s created a new post"
-msgstr "%s creó un nuevo post"
+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/notifications.php:265 ../../mod/notifications.php:348
+#: ../../mod/photos.php:538
#, php-format
-msgid "%s commented on %s's post"
-msgstr "%s comentó en el post de %s"
+msgid "%1$.2f MB photo storage used."
+msgstr "%1$.2f MB de almacenamiento de fotos utilizado."
-#: ../../mod/notifications.php:279 ../../mod/notifications.php:355
-msgid "Nothing new!"
-msgstr "¡Nada nuevo!"
+#: ../../mod/photos.php:562
+msgid "Upload Photos"
+msgstr "Subir fotos"
-#: ../../mod/crepair.php:100
-msgid "Contact settings applied."
-msgstr "Contacto configurado con éxito"
+#: ../../mod/photos.php:566 ../../mod/photos.php:648 ../../mod/photos.php:927
+msgid "Enter a new album name"
+msgstr "Introducir un nuevo nombre de álbum"
-#: ../../mod/crepair.php:102
-msgid "Contact update failed."
-msgstr "Error al actualizar el Contacto"
+#: ../../mod/photos.php:567 ../../mod/photos.php:649 ../../mod/photos.php:928
+msgid "or select an existing one (doubleclick)"
+msgstr "o seleccionar uno (Double click) existente"
-#: ../../mod/crepair.php:127 ../../mod/fsuggest.php:20
-#: ../../mod/fsuggest.php:92 ../../mod/dfrn_confirm.php:114
-msgid "Contact not found."
-msgstr "Contacto no encontrado."
+#: ../../mod/photos.php:568
+msgid "Create a status post for this upload"
+msgstr "Crear una entrada de estado para esta subida"
-#: ../../mod/crepair.php:133
-msgid "Repair Contact Settings"
-msgstr "Reparar la configuración del Contacto"
+#: ../../mod/photos.php:596
+msgid "Album name could not be decoded"
+msgstr "El nombre del álbum no ha podido ser descifrado"
-#: ../../mod/crepair.php:135
-msgid ""
-"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect"
-" information your communications with this contact may stop working."
-msgstr ""
-"<strong>ADVERTENCIA: Esto es muy avanzado</strong> y si se introduce "
-"información incorrecta su conexión con este contacto puede dejar de "
-"funcionar."
+#: ../../mod/photos.php:637 ../../mod/photos.php:1169
+#: ../../mod/photos.php:1185
+msgid "Contact Photos"
+msgstr "Fotos de contacto"
-#: ../../mod/crepair.php:136
-msgid ""
-"Please use your browser 'Back' button <strong>now</strong> if you are "
-"uncertain what to do on this page."
-msgstr ""
-"Por favor usa el botón 'Atás' de tu navegador <strong>ahora</strong> si no "
-"tienes claro qué hacer en esta página."
+#: ../../mod/photos.php:661
+msgid "Show Newest First"
+msgstr "Mostrar lo más reciente primero"
+
+#: ../../mod/photos.php:663
+msgid "Show Oldest First"
+msgstr "Mostrar lo más antiguo primero"
+
+#: ../../mod/photos.php:687 ../../mod/photos.php:1217
+msgid "View Photo"
+msgstr "Ver foto"
-#: ../../mod/crepair.php:145
-msgid "Account Nickname"
-msgstr "Apodo de la cuenta"
+#: ../../mod/photos.php:716
+msgid "Edit Album"
+msgstr "Editar álbum"
-#: ../../mod/crepair.php:146
-msgid "@Tagname - overrides Name/Nickname"
-msgstr "@Etiqueta - Sobrescribe el Nombre/Apodo"
+#: ../../mod/photos.php:761
+msgid "Permission denied. Access to this item may be restricted."
+msgstr "Permiso denegado. El acceso a este elemento puede estar restringido."
+
+#: ../../mod/photos.php:763
+msgid "Photo not available"
+msgstr "Foto no disponible"
-#: ../../mod/crepair.php:147
-msgid "Account URL"
-msgstr "Dirección de la cuenta"
+#: ../../mod/photos.php:821
+msgid "Use as profile photo"
+msgstr "Usar como foto de perfil"
-#: ../../mod/crepair.php:148
-msgid "Friend Request URL"
-msgstr "Dirección de la solicitud de amistad"
+#: ../../mod/photos.php:828
+msgid "Private Photo"
+msgstr "Foto privada"
-#: ../../mod/crepair.php:149
-msgid "Friend Confirm URL"
-msgstr "Dirección de confirmación de tu amigo "
+#: ../../mod/photos.php:843
+msgid "View Full Size"
+msgstr "Ver tamaño completo"
-#: ../../mod/crepair.php:150
-msgid "Notification Endpoint URL"
-msgstr "Dirección URL de la notificación"
+#: ../../mod/photos.php:921
+msgid "Edit photo"
+msgstr "Editar foto"
-#: ../../mod/crepair.php:151
-msgid "Poll/Feed URL"
-msgstr "Dirección de la Encuesta/Fuentes"
+#: ../../mod/photos.php:923
+msgid "Rotate CW (right)"
+msgstr "Girar CW (a la derecha)"
-#: ../../mod/crepair.php:152
-msgid "New photo from this URL"
-msgstr "Nueva foto de esta dirección URL"
+#: ../../mod/photos.php:924
+msgid "Rotate CCW (left)"
+msgstr "Girar CCW (a la izquierda)"
-#: ../../mod/dfrn_request.php:92
-msgid "This introduction has already been accepted."
-msgstr "Esta presentación ya ha sido aceptada."
+#: ../../mod/photos.php:931
+msgid "Caption"
+msgstr "Título"
-#: ../../mod/dfrn_request.php:116 ../../mod/dfrn_request.php:351
-msgid "Profile location is not valid or does not contain profile information."
-msgstr ""
-"La ubicación del perfil no es válida o no contiene la información del "
-"perfil."
+#: ../../mod/photos.php:933
+msgid "Add a Tag"
+msgstr "Añadir una etiqueta"
-#: ../../mod/dfrn_request.php:121 ../../mod/dfrn_request.php:356
-msgid "Warning: profile location has no identifiable owner name."
-msgstr ""
-"Aviso: La ubicación del perfil no tiene un nombre de propietario "
-"identificable."
+#: ../../mod/photos.php:937
+msgid "Example: @bob, @Barbara_Jensen, @jim@example.com"
+msgstr "Ejemplo: @bob, @Barbara_Jensen, @jim@example.com"
-#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:358
-msgid "Warning: profile location has no profile photo."
-msgstr "Aviso: la ubicación del perfil no tiene foto de perfil."
+#: ../../mod/photos.php:940
+msgid "Flag as adult in album view"
+msgstr "Marcar como \"solo para adultos\" en el álbum"
-#: ../../mod/dfrn_request.php:126 ../../mod/dfrn_request.php:361
-#, php-format
-msgid "%d required parameter was not found at the given location"
-msgid_plural "%d required parameters were not found at the given location"
-msgstr[0] "% d parámetro requerido no se encontró en el lugar determinado"
-msgstr[1] "% d parámetros requeridos no se encontraron en el lugar determinado"
+#: ../../mod/photos.php:1132
+msgid "In This Photo:"
+msgstr "En esta foto:"
-#: ../../mod/dfrn_request.php:167
-msgid "Introduction complete."
-msgstr "Presentación completa."
+#: ../../mod/photos.php:1137
+msgid "Map"
+msgstr "Mapa"
-#: ../../mod/dfrn_request.php:191
-msgid "Unrecoverable protocol error."
-msgstr "Error de protocolo irrecuperable."
+#: ../../mod/photos.php:1223
+msgid "View Album"
+msgstr "Ver álbum"
-#: ../../mod/dfrn_request.php:219
-msgid "Profile unavailable."
-msgstr "Perfil no disponible."
+#: ../../mod/photos.php:1246
+msgid "Recent Photos"
+msgstr "Fotos recientes"
-#: ../../mod/dfrn_request.php:244
+#: ../../mod/search.php:206
#, php-format
-msgid "%s has received too many connection requests today."
-msgstr "% s ha recibido demasiadas solicitudes de conexión hoy."
+msgid "Items tagged with: %s"
+msgstr "elementos etiquetados con: %s"
-#: ../../mod/dfrn_request.php:245
-msgid "Spam protection measures have been invoked."
-msgstr "Han sido activadas las medidas de protección contra spam."
+#: ../../mod/search.php:208
+#, php-format
+msgid "Search results for: %s"
+msgstr "Resultados de la búsqueda para: %s"
-#: ../../mod/dfrn_request.php:246
-msgid "Friends are advised to please try again in 24 hours."
-msgstr ""
-"Tus amigos serán avisados para que lo intenten de nuevo pasadas 24 horas."
+#: ../../mod/match.php:22
+msgid "Profile Match"
+msgstr "Perfil compatible"
-#: ../../mod/dfrn_request.php:276
-msgid "Invalid locator"
-msgstr "Localizador no válido"
+#: ../../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/dfrn_request.php:296
-msgid "Unable to resolve your name at the provided location."
-msgstr "No se ha podido resolver tu nombre en la ubicación indicada."
+#: ../../mod/match.php:63
+msgid "is interested in:"
+msgstr "está interesado en:"
-#: ../../mod/dfrn_request.php:309
-msgid "You have already introduced yourself here."
-msgstr "Ya te has presentado aquí."
+#: ../../mod/match.php:70
+msgid "No matches"
+msgstr "No se han encontrado perfiles compatibles"
-#: ../../mod/dfrn_request.php:313
-#, php-format
-msgid "Apparently you are already friends with %s."
-msgstr "Al parecer, ya eres amigo de %s."
+#: ../../mod/chatsvc.php:111
+msgid "Away"
+msgstr "Ausente"
-#: ../../mod/dfrn_request.php:334
-msgid "Invalid profile URL."
-msgstr "Dirección de perfil no válida."
+#: ../../mod/chatsvc.php:115
+msgid "Online"
+msgstr "Conectado"
-#: ../../mod/dfrn_request.php:430
-msgid "Your introduction has been sent."
-msgstr "Su presentación ha sido enviada."
+#: ../../mod/rbmark.php:88
+msgid "Select a bookmark folder"
+msgstr "Seleccionar una carpeta de marcadores"
-#: ../../mod/dfrn_request.php:483
-msgid "Please login to confirm introduction."
-msgstr "Inicia sesión para confirmar la presentación."
+#: ../../mod/rbmark.php:93
+msgid "Save Bookmark"
+msgstr "Guardar marcador"
-#: ../../mod/dfrn_request.php:497
-msgid ""
-"Incorrect identity currently logged in. Please login to "
-"<strong>this</strong> profile."
-msgstr ""
-"Sesión iniciada con la identificación incorrecta. Entra en "
-"<strong>este</strong> perfil."
+#: ../../mod/rbmark.php:94
+msgid "URL of bookmark"
+msgstr "URL del marcador"
-#: ../../mod/dfrn_request.php:509
-#, php-format
-msgid "Welcome home %s."
-msgstr "Bienvenido %s"
+#: ../../mod/rbmark.php:95 ../../mod/appman.php:93
+msgid "Description"
+msgstr "Descripción"
-#: ../../mod/dfrn_request.php:510
+#: ../../mod/rbmark.php:99
+msgid "Or enter new bookmark folder name"
+msgstr "O introduzca un nuevo nombre para la carpeta de marcadores"
+
+#: ../../mod/notify.php:53 ../../mod/notifications.php:94
+msgid "No more system notifications."
+msgstr "No hay más notificaciones del sistema"
+
+#: ../../mod/notify.php:57 ../../mod/notifications.php:98
+msgid "System Notifications"
+msgstr "Notificaciones de sistema"
+
+#: ../../mod/acl.php:231
+msgid "network"
+msgstr "red"
+
+#: ../../mod/acl.php:241
+msgid "RSS"
+msgstr "RSS"
+
+#: ../../mod/pdledit.php:13
+msgid "Layout updated."
+msgstr "Diseño actualizado"
+
+#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53
+msgid "Edit System Page Description"
+msgstr "Editor del Sistema de Descripción de Páginas"
+
+#: ../../mod/pdledit.php:48
+msgid "Layout not found."
+msgstr "Diseño no encontrado"
+
+#: ../../mod/pdledit.php:54
+msgid "Module Name:"
+msgstr "Nombre del módulo:"
+
+#: ../../mod/pdledit.php:55
+msgid "Layout Help"
+msgstr "Ayuda para el diseño de la página"
+
+#: ../../mod/filer.php:49
+msgid "- select -"
+msgstr "-seleccionar-"
+
+#: ../../mod/import.php:25
#, php-format
-msgid "Please confirm your introduction/connection request to %s."
-msgstr "Por favor, confirma tu solicitud de presentación/conexión con %s."
+msgid "Your service plan only allows %d channels."
+msgstr "Su paquete de servicios solo permite %d canales."
+
+#: ../../mod/import.php:60
+msgid "Nothing to import."
+msgstr "No hay nada para importar."
-#: ../../mod/dfrn_request.php:511
-msgid "Confirm"
-msgstr "Confirmar"
+#: ../../mod/import.php:84
+msgid "Unable to download data from old server"
+msgstr "No se han podido descargar datos de su antiguo servidor"
-#: ../../mod/dfrn_request.php:544 ../../include/items.php:2431
-msgid "[Name Withheld]"
-msgstr "[Nombre oculto]"
+#: ../../mod/import.php:90
+msgid "Imported file is empty."
+msgstr "El fichero importado está vacío."
-#: ../../mod/dfrn_request.php:551
-msgid "Introduction received at "
-msgstr "Presentación recibida en"
+#: ../../mod/import.php:110
+msgid "The data provided is not compatible with this project."
+msgstr "Los datos proporcionados no son compatibles con este proyecto."
-#: ../../mod/dfrn_request.php:635
+#: ../../mod/import.php:115
#, php-format
+msgid "Warning: Database versions differ by %1$d updates."
+msgstr "Atención: Las versiones de la base de datos difieren en %1$d actualizaciones."
+
+#: ../../mod/import.php:135
msgid ""
-"Diaspora members: Please do not use this form. Instead, enter \"%s\" into "
-"your Diaspora search bar."
-msgstr ""
-"Usuarios de Diaspora*: por favor no utilice este formulario. En su lugar, "
-"escriba \"%s\" en la barra de búsqueda de Diaspora*."
+"Cannot create a duplicate channel identifier on this system. Import failed."
+msgstr "No se ha podido crear el canal porque el identificador del canal no se ha podido duplicar en este servidor."
+
+#: ../../mod/import.php:176
+msgid "Channel clone failed. Import failed."
+msgstr "No se ha podido importar el canal porque el canal no se ha podido clonar."
+
+#: ../../mod/import.php:186
+msgid "Cloned channel not found. Import failed."
+msgstr "No se ha podido importar el canal porque el canal clonado no se ha encontrado."
+
+#: ../../mod/import.php:542
+msgid "You must be logged in to use this feature."
+msgstr "Debe estar registrado para poder usar esta funcionalidad."
+
+#: ../../mod/import.php:547
+msgid "Import Channel"
+msgstr "Importar canal"
-#: ../../mod/dfrn_request.php:638
+#: ../../mod/import.php:548
msgid ""
-"Please enter your 'Identity Address' from one of the following supported "
-"social networks:"
-msgstr ""
-"Por favor introduce la dirección de tu perfil para una de las siguientes "
-"redes sociales soportadas:"
+"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."
+msgstr "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."
+
+#: ../../mod/import.php:549
+msgid "File to Upload"
+msgstr "Fichero para subir"
+
+#: ../../mod/import.php:550
+msgid "Or provide the old server/hub details"
+msgstr "O proporcione los detalles de su antiguo servidor/hub"
+
+#: ../../mod/import.php:551
+msgid "Your old identity address (xyz@example.com)"
+msgstr "Su identidad en el antiguo servidor (canal@ejemplo.com)"
+
+#: ../../mod/import.php:552
+msgid "Your old login email address"
+msgstr "Su antigua dirección de correo electrónico"
-#: ../../mod/dfrn_request.php:641
-msgid "Friend/Connection Request"
-msgstr "Solicitud de Amistad/Conexión"
+#: ../../mod/import.php:553
+msgid "Your old login password"
+msgstr "Su antigua contraseña"
-#: ../../mod/dfrn_request.php:642
+#: ../../mod/import.php:554
msgid ""
-"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
-"testuser@identi.ca"
-msgstr ""
-"Ejemplos: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
-"testuser@identi.ca"
+"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."
+msgstr "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."
-#: ../../mod/dfrn_request.php:643
-msgid "Please answer the following:"
-msgstr "Por favor responda lo siguiente:"
+#: ../../mod/import.php:555
+msgid "Make this hub my primary location"
+msgstr "Convertir este servidor en mi ubicación primaria"
-#: ../../mod/dfrn_request.php:644
-#, php-format
-msgid "Does %s know you?"
-msgstr "¿%s te conoce?"
+#: ../../mod/import.php:556
+msgid ""
+"Import existing posts if possible (experimental - limited by available "
+"memory"
+msgstr "Importar el contenido publicado si es posible (experimental - limitado por la memoria disponible"
-#: ../../mod/dfrn_request.php:647
-msgid "Add a personal note:"
-msgstr "Agregar una nota personal:"
+#: ../../mod/import.php:557
+msgid ""
+"This process may take several minutes to complete. Please submit the form "
+"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/dfrn_request.php:649 ../../include/contact_selectors.php:78
-msgid "Friendica"
-msgstr "Friendica"
+#: ../../mod/editlayout.php:111
+msgid "Delete layout?"
+msgstr "¿Borrar formato?"
-#: ../../mod/dfrn_request.php:650
-msgid "StatusNet/Federated Social Web"
-msgstr "StatusNet/Federated Social Web"
+#: ../../mod/editlayout.php:158 ../../mod/layouts.php:124
+msgid "Layout Description (Optional)"
+msgstr "Descripción del diseño (opcional)"
-#: ../../mod/dfrn_request.php:652
-msgid "- please share from your own site as noted above"
-msgstr "- Por favor comparta desde tu propio sitio como se ha señalado"
+#: ../../mod/editlayout.php:160 ../../mod/layouts.php:121
+#: ../../mod/layouts.php:179
+msgid "Layout Name"
+msgstr "Nombre del diseño"
-#: ../../mod/dfrn_request.php:653
-msgid "Your Identity Address:"
-msgstr "Dirección de tu perfil:"
+#: ../../mod/editlayout.php:177
+msgid "Edit Layout"
+msgstr "Editar diseño"
-#: ../../mod/dfrn_request.php:654
-msgid "Submit Request"
-msgstr "Enviar solicitud"
+#: ../../mod/chat.php:19 ../../mod/channel.php:25
+msgid "You must be logged in to see this page."
+msgstr "Debe estar registrado para poder ver esta página."
-#: ../../mod/api.php:76 ../../mod/api.php:102
-msgid "Authorize application connection"
-msgstr "Autorizar la conexión de la aplicación"
+#: ../../mod/chat.php:167
+msgid "Room not found"
+msgstr "Sala no encontrada"
-#: ../../mod/api.php:77
-msgid "Return to your app and insert this Securty Code:"
-msgstr "Regrese a su aplicación e inserte este código de seguridad:"
+#: ../../mod/chat.php:178
+msgid "Leave Room"
+msgstr "Abandonar sala"
-#: ../../mod/api.php:89
-msgid "Please login to continue."
-msgstr "Inicia sesión para continuar."
+#: ../../mod/chat.php:179
+msgid "Delete This Room"
+msgstr "Eliminar esta sala"
-#: ../../mod/api.php:104
-msgid ""
-"Do you want to authorize this application to access your posts and contacts,"
-" and/or create new posts for you?"
-msgstr ""
-"¿Quiere autorizar a esta aplicación el acceso a sus mensajes y contactos, "
-"y/o crear nuevas publicaciones para usted?"
-
-#: ../../mod/tagger.php:70 ../../mod/like.php:127
-#: ../../addon/facebook/facebook.php:1024
-#: ../../addon/communityhome/communityhome.php:158
-#: ../../addon/communityhome/communityhome.php:167
-#: ../../include/conversation.php:26 ../../include/conversation.php:35
-#: ../../include/diaspora.php:1211
-msgid "status"
-msgstr "estado"
+#: ../../mod/chat.php:180
+msgid "I am away right now"
+msgstr "Estoy ausente momentáneamente"
-#: ../../mod/tagger.php:103
-#, php-format
-msgid "%1$s tagged %2$s's %3$s with %4$s"
-msgstr "%1$s etiquetados %2$s %3$s con %4$s"
+#: ../../mod/chat.php:181
+msgid "I am online"
+msgstr "Estoy conectado"
-#: ../../mod/like.php:144 ../../addon/facebook/facebook.php:1028
-#: ../../addon/communityhome/communityhome.php:172
-#: ../../include/conversation.php:43 ../../include/diaspora.php:1227
-#, php-format
-msgid "%1$s likes %2$s's %3$s"
-msgstr "A %1$s gusta %3$s de %2$s"
+#: ../../mod/chat.php:183
+msgid "Bookmark this room"
+msgstr "Añadir esta sala a Marcadores"
-#: ../../mod/like.php:146 ../../include/conversation.php:46
+#: ../../mod/chat.php:207 ../../mod/chat.php:229
+msgid "New Chatroom"
+msgstr "Nueva sala de chat"
+
+#: ../../mod/chat.php:208
+msgid "Chatroom Name"
+msgstr "Nombre de sala de chat"
+
+#: ../../mod/chat.php:225
#, php-format
-msgid "%1$s doesn't like %2$s's %3$s"
-msgstr "A %1$s no gusta %3$s de %2$s"
+msgid "%1$s's Chatrooms"
+msgstr "Sala de chat de %1$s"
+
+#: ../../mod/mitem.php:24 ../../mod/menu.php:134
+msgid "Menu not found."
+msgstr "Menú no encontrado"
+
+#: ../../mod/mitem.php:48
+msgid "Unable to create element."
+msgstr "Imposible crear el elemento."
+
+#: ../../mod/mitem.php:71
+msgid "Unable to update menu element."
+msgstr "No es posible actualizar el elemento del menú."
+
+#: ../../mod/mitem.php:86
+msgid "Unable to add menu element."
+msgstr "No es posible añadir el elemento al menú"
+
+#: ../../mod/mitem.php:152 ../../mod/mitem.php:223
+msgid "Menu Item Permissions"
+msgstr "Permisos del elemento del menú"
+
+#: ../../mod/mitem.php:153 ../../mod/mitem.php:224 ../../mod/settings.php:1083
+msgid "(click to open/close)"
+msgstr "(pulsa para abrir/cerrar)"
+
+#: ../../mod/mitem.php:155 ../../mod/mitem.php:171
+msgid "Link Name"
+msgstr "Nombre del enlace"
+
+#: ../../mod/mitem.php:156 ../../mod/mitem.php:228
+msgid "Link or Submenu Target"
+msgstr "Destino del enlace o submenú"
+
+#: ../../mod/mitem.php:156
+msgid "Enter URL of the link or select a menu name to create a submenu"
+msgstr "Introduzca la dirección del enlace o seleccione el nombre de un submenú"
+
+#: ../../mod/mitem.php:157 ../../mod/mitem.php:229
+msgid "Use magic-auth if available"
+msgstr "Use la autenticación mágica si está disponible"
+
+#: ../../mod/mitem.php:158 ../../mod/mitem.php:230
+msgid "Open link in new window"
+msgstr "Abrir el enlace en una nueva ventana"
+
+#: ../../mod/mitem.php:159 ../../mod/mitem.php:231
+msgid "Order in list"
+msgstr "Orden en la lista"
+
+#: ../../mod/mitem.php:159 ../../mod/mitem.php:231
+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:160
+msgid "Submit and finish"
+msgstr "Enviar y terminar"
+
+#: ../../mod/mitem.php:161
+msgid "Submit and continue"
+msgstr "Enviar y continuar"
+
+#: ../../mod/mitem.php:169
+msgid "Menu:"
+msgstr "Menú:"
+
+#: ../../mod/mitem.php:172
+msgid "Link Target"
+msgstr "Destino del enlace"
+
+#: ../../mod/mitem.php:175
+msgid "Edit menu"
+msgstr "Editar menú"
-#: ../../mod/lostpass.php:16
+#: ../../mod/mitem.php:178
+msgid "Edit element"
+msgstr "Editar elemento"
+
+#: ../../mod/mitem.php:179
+msgid "Drop element"
+msgstr "Eliminar el elemento"
+
+#: ../../mod/mitem.php:180
+msgid "New element"
+msgstr "Nuevo elemento"
+
+#: ../../mod/mitem.php:181
+msgid "Edit this menu container"
+msgstr "Modificar el contenedor del menú"
+
+#: ../../mod/mitem.php:182
+msgid "Add menu element"
+msgstr "Añadir un elemento al menú"
+
+#: ../../mod/mitem.php:183
+msgid "Delete this menu item"
+msgstr "Eliminar este elemento del menú"
+
+#: ../../mod/mitem.php:184
+msgid "Edit this menu item"
+msgstr "Modificar este elemento del menú"
+
+#: ../../mod/mitem.php:201
+msgid "Menu item not found."
+msgstr "Este elemento del menú no se ha encontrado"
+
+#: ../../mod/mitem.php:212
+msgid "Menu item deleted."
+msgstr "Este elemento del menú ha sido borrado"
+
+#: ../../mod/mitem.php:214
+msgid "Menu item could not be deleted."
+msgstr "Este elemento del menú no puede ser borrada."
+
+#: ../../mod/mitem.php:221
+msgid "Edit Menu Element"
+msgstr "Editar elemento del menú"
+
+#: ../../mod/mitem.php:227
+msgid "Link text"
+msgstr "Texto del enlace"
+
+#: ../../mod/editwebpage.php:152
+msgid "Delete webpage?"
+msgstr "¿Eliminar página web?"
+
+#: ../../mod/editwebpage.php:173
+msgid "Page link title"
+msgstr "Título del enlace de la página"
+
+#: ../../mod/editwebpage.php:224
+msgid "Edit Webpage"
+msgstr "Editar página web"
+
+#: ../../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:15
msgid "No valid account found."
-msgstr "No se ha encontrado ninguna cuenta válida"
+msgstr "No se ha encontrado una cuenta válida."
-#: ../../mod/lostpass.php:31
+#: ../../mod/lostpass.php:29
msgid "Password reset request issued. Check your email."
-msgstr ""
-"Solicitud de restablecimiento de contraseña enviada. Revisa tu correo "
-"electrónico."
+msgstr "Se ha recibido una solicitud de restablecimiento de contraseña. Consulte su correo electrónico."
-#: ../../mod/lostpass.php:42
+#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102
+#, php-format
+msgid "Site Member (%s)"
+msgstr "Usuario del sitio (%s)"
+
+#: ../../mod/lostpass.php:40
#, php-format
msgid "Password reset requested at %s"
-msgstr "Contraseña restablecida enviada a %s"
+msgstr "Se ha solicitado restablecer la contraseña en %s"
-#: ../../mod/lostpass.php:64
+#: ../../mod/lostpass.php:63
msgid ""
"Request could not be verified. (You may have previously submitted it.) "
"Password reset failed."
-msgstr ""
-"La solicitud no puede ser verificada (deberías haberla proporcionado antes)."
-" Falló el restablecimiento de la contraseña."
+msgstr "La solicitud no ha podido ser verificada. (Puede que la haya enviado con anterioridad) El restablecimiento de la contraseña ha fallado."
+
+#: ../../mod/lostpass.php:85 ../../boot.php:1559
+msgid "Password Reset"
+msgstr "Restablecer la contraseña"
-#: ../../mod/lostpass.php:83
+#: ../../mod/lostpass.php:86
msgid "Your password has been reset as requested."
-msgstr "Tu contraseña ha sido restablecida como solicitaste."
+msgstr "Su contraseña ha sido restablecida según lo solicitó."
-#: ../../mod/lostpass.php:84
+#: ../../mod/lostpass.php:87
msgid "Your new password is"
-msgstr "Tu nueva contraseña es"
+msgstr "Su nueva contraseña es"
-#: ../../mod/lostpass.php:85
+#: ../../mod/lostpass.php:88
msgid "Save or copy your new password - and then"
-msgstr "Guarda o copia tu nueva contraseña - y luego"
+msgstr "Guarde o copie su nueva contraseña - y después"
-#: ../../mod/lostpass.php:86
+#: ../../mod/lostpass.php:89
msgid "click here to login"
-msgstr "pulsa aquí para acceder"
+msgstr "Pulse aquí para conectarse"
-#: ../../mod/lostpass.php:87
+#: ../../mod/lostpass.php:90
msgid ""
"Your password may be changed from the <em>Settings</em> page after "
"successful login."
-msgstr ""
-"Puedes cambiar tu contraseña desde la página de <em>Configuración</em> "
-"después de acceder con éxito."
+msgstr "Puede cambiar la contraseña en la página <em>Configuraciones</em> una vez iniciada la sesión."
+
+#: ../../mod/lostpass.php:107
+#, php-format
+msgid "Your password has changed at %s"
+msgstr "Su contraseña en %s ha sido cambiada"
-#: ../../mod/lostpass.php:118
+#: ../../mod/lostpass.php:122
msgid "Forgot your Password?"
-msgstr "¿Olvidaste tu contraseña?"
+msgstr "¿Ha olvidado su contraseña?"
-#: ../../mod/lostpass.php:119
+#: ../../mod/lostpass.php:123
msgid ""
"Enter your email address and submit to have your password reset. Then check "
"your email for further instructions."
-msgstr ""
-"Introduce tu correo electrónico para restablecer tu contraseña. Luego "
-"comprueba tu correo para las instrucciones adicionales."
+msgstr "Introduzca y envíe su dirección de correo electrónico para que el restablecimiento de su contraseña. Luego revise su correo para obtener más instrucciones."
-#: ../../mod/lostpass.php:120
-msgid "Nickname or Email: "
-msgstr "Apodo o Correo electrónico: "
+#: ../../mod/lostpass.php:124
+msgid "Email Address"
+msgstr "Dirección de correo electrónico"
-#: ../../mod/lostpass.php:121
+#: ../../mod/lostpass.php:125
msgid "Reset"
-msgstr "Restablecer"
+msgstr "Reiniciar"
-#: ../../mod/friendica.php:43
-msgid "This is Friendica, version"
-msgstr "Esto es Friendica, versión"
+#: ../../mod/rate.php:157
+msgid "Website:"
+msgstr "Sitio web:"
-#: ../../mod/friendica.php:44
-msgid "running at web location"
-msgstr "ejecutándose en la dirección web"
+#: ../../mod/rate.php:160
+#, php-format
+msgid "Remote Channel [%s] (not yet known on this site)"
+msgstr "Canal remoto [%s] (aún no es conocido en este sitio)"
-#: ../../mod/friendica.php:46
-msgid ""
-"Please visit <a "
-"href=\"http://project.friendika.com\">Project.Friendika.com</a> to learn "
-"more about the Friendica project."
-msgstr ""
-"Por favor, visite <a "
-"href=\"http://project.friendika.com\">Project.Friendika.com</a> para saber "
-"más sobre el proyecto Friendica."
+#: ../../mod/rate.php:161
+msgid "Rating (this information is public)"
+msgstr "Valoración (esta información es pública)"
-#: ../../mod/friendica.php:48
-msgid "Bug reports and issues: please visit"
-msgstr "Reporte de fallos y bugs: por favor visita"
+#: ../../mod/rate.php:162
+msgid "Optionally explain your rating (this information is public)"
+msgstr "Opcionalmente puede explicar su valoración (esta información es pública)"
+
+#: ../../mod/editblock.php:117
+msgid "Delete block?"
+msgstr "¿Borrar este bloque?"
+
+#: ../../mod/editblock.php:179
+msgid "Edit Block"
+msgstr "Modificar este bloque"
+
+#: ../../mod/invite.php:25
+msgid "Total invitation limit exceeded."
+msgstr "Se ha superado el límite máximo de invitaciones."
+
+#: ../../mod/invite.php:49
+#, php-format
+msgid "%s : Not a valid email address."
+msgstr "%s : No es una dirección de correo electrónico válida. "
+
+#: ../../mod/invite.php:76
+msgid "Please join us on Red"
+msgstr "Únase a nosotros en RedMatrix"
+
+#: ../../mod/invite.php:87
+msgid "Invitation limit exceeded. Please contact your site administrator."
+msgstr "Excedido el límite de invitaciones. Por favor, contacte con el Administrador de su sitio."
+
+#: ../../mod/invite.php:92
+#, php-format
+msgid "%s : Message delivery failed."
+msgstr "%s : Falló la entrega del mensaje."
+
+#: ../../mod/invite.php:96
+#, php-format
+msgid "%d message sent."
+msgid_plural "%d messages sent."
+msgstr[0] "%d mensajes enviados."
+msgstr[1] "%d mensajes enviados."
+
+#: ../../mod/invite.php:115
+msgid "You have no more invitations available"
+msgstr "No tiene más invitaciones disponibles"
+
+#: ../../mod/invite.php:129
+msgid "Send invitations"
+msgstr "Enviar invitaciones"
-#: ../../mod/friendica.php:49
+#: ../../mod/invite.php:130
+msgid "Enter email addresses, one per line:"
+msgstr "Introduzca las direcciones de correo electrónica, una por línea:"
+
+#: ../../mod/invite.php:131 ../../mod/mail.php:235 ../../mod/mail.php:348
+msgid "Your message:"
+msgstr "Su mensaje:"
+
+#: ../../mod/invite.php:132
+msgid "Please join my community on $Projectname."
+msgstr "Por favor, únase a mi comunidad en $Projectname."
+
+#: ../../mod/invite.php:134
+msgid "You will need to supply this invitation code: "
+msgstr "Debe proporcionar este código de invitación:"
+
+#: ../../mod/invite.php:135
msgid ""
-"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
-"dot com"
-msgstr ""
-"Sugerencias, elogios, donaciones, etc - por favor mande un email a Info "
-"arroba Friendica punto com"
+"1. Register at any $Projectname location (they are all inter-connected)"
+msgstr "1. Regístrese en cualquier lugar del $Projectname (están todos interconectados)"
-#: ../../mod/friendica.php:54
-msgid "Installed plugins/addons/apps"
-msgstr "Módulos/extensiones/programas instalados"
+#: ../../mod/invite.php:137
+msgid "2. Enter my $Projectname network address into the site searchbar."
+msgstr "2. Introduzca mi dirección $Projectname en la caja de búsqueda del sitio."
-#: ../../mod/friendica.php:62
-msgid "No installed plugins/addons/apps"
-msgstr "Módulos/extensiones/programas no instalados"
+#: ../../mod/invite.php:138
+msgid "or visit "
+msgstr "o visite"
+
+#: ../../mod/invite.php:140
+msgid "3. Click [Connect]"
+msgstr "3. Pulse [conectar]"
+
+#: ../../mod/locs.php:21 ../../mod/locs.php:52
+msgid "Location not found."
+msgstr "Localización no encontrada."
+
+#: ../../mod/locs.php:56
+msgid "Primary location cannot be removed."
+msgstr "La localización primaria no puede ser eliminada."
-#: ../../mod/removeme.php:42 ../../mod/removeme.php:45
-msgid "Remove My Account"
-msgstr "Eliminar mi cuenta"
+#: ../../mod/locs.php:88
+msgid "No locations found."
+msgstr "Ninguna localización encontrada."
-#: ../../mod/removeme.php:43
+#: ../../mod/locs.php:101
+msgid "Manage Channel Locations"
+msgstr "Gestionar localizaciones del canal"
+
+#: ../../mod/locs.php:102
+msgid "Location (address)"
+msgstr "Localización (dirección)"
+
+#: ../../mod/locs.php:103
+msgid "Primary Location"
+msgstr "Localización primaria"
+
+#: ../../mod/locs.php:104
+msgid "Drop location"
+msgstr "Eliminar localización"
+
+#: ../../mod/sources.php:32
+msgid "Failed to create source. No channel selected."
+msgstr "Imposible crear la fuente. Ningún canal ha sido seleccionado."
+
+#: ../../mod/sources.php:45
+msgid "Source created."
+msgstr "Fuente creada."
+
+#: ../../mod/sources.php:57
+msgid "Source updated."
+msgstr "Fuente actualizada."
+
+#: ../../mod/sources.php:82
+msgid "*"
+msgstr "*"
+
+#: ../../mod/sources.php:89
+msgid "Manage remote sources of content for your channel."
+msgstr "Gestionar contenido de origen remoto para su canal."
+
+#: ../../mod/sources.php:90 ../../mod/sources.php:100
+msgid "New Source"
+msgstr "Nueva fuente"
+
+#: ../../mod/sources.php:101 ../../mod/sources.php:133
msgid ""
-"This will completely remove your account. Once this has been done it is not "
-"recoverable."
-msgstr ""
-"Esto eliminará por completo tu cuenta. Una vez hecho esto no se puede "
-"deshacer."
+"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 los ajustes de su canal."
-#: ../../mod/removeme.php:44
-msgid "Please enter your password for verification:"
-msgstr "Por favor, introduce tu contraseña para la verificación:"
+#: ../../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/apps.php:4
-msgid "Applications"
-msgstr "Aplicaciones"
+#: ../../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/apps.php:7
-msgid "No installed applications."
-msgstr "Sin aplicaciones"
+#: ../../mod/sources.php:103 ../../mod/sources.php:137
+#: ../../mod/new_channel.php:112
+msgid "Channel Name"
+msgstr "Nombre del canal"
-#: ../../mod/notes.php:63 ../../include/text.php:628
-msgid "Save"
-msgstr "Guardar"
+#: ../../mod/sources.php:123 ../../mod/sources.php:150
+msgid "Source not found."
+msgstr "Fuente no encontrada"
+
+#: ../../mod/sources.php:130
+msgid "Edit Source"
+msgstr "Editar fuente"
+
+#: ../../mod/sources.php:131
+msgid "Delete Source"
+msgstr "Eliminar fuente"
+
+#: ../../mod/sources.php:158
+msgid "Source removed"
+msgstr "Fuente eliminada"
+
+#: ../../mod/sources.php:160
+msgid "Unable to remove source."
+msgstr "Imposible eliminar la fuente."
+
+#: ../../mod/menu.php:44
+msgid "Unable to update menu."
+msgstr "No se puede actualizar el menú."
+
+#: ../../mod/menu.php:53
+msgid "Unable to create menu."
+msgstr "No se puede crear el menú."
+
+#: ../../mod/menu.php:89 ../../mod/menu.php:101
+msgid "Menu Name"
+msgstr "Nombre del menú"
+
+#: ../../mod/menu.php:89
+msgid "Unique name (not visible on webpage) - required"
+msgstr "Nombre único (no será visible en la página web) - requerido"
+
+#: ../../mod/menu.php:90 ../../mod/menu.php:102
+msgid "Menu Title"
+msgstr "Título del menú"
+
+#: ../../mod/menu.php:90
+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:91
+msgid "Allow Bookmarks"
+msgstr "Permitir marcadores"
+
+#: ../../mod/menu.php:91 ../../mod/menu.php:147
+msgid "Menu may be used to store saved bookmarks"
+msgstr "El menú se puede usar para guardar marcadores"
+
+#: ../../mod/menu.php:92 ../../mod/menu.php:149
+msgid "Submit and proceed"
+msgstr "Enviar y proceder"
+
+#: ../../mod/menu.php:104
+msgid "Drop"
+msgstr "Eliminar"
+
+#: ../../mod/menu.php:108
+msgid "Bookmarks allowed"
+msgstr "Marcadores permitidos"
+
+#: ../../mod/menu.php:110
+msgid "Delete this menu"
+msgstr "Borrar este menú"
+
+#: ../../mod/menu.php:111 ../../mod/menu.php:144
+msgid "Edit menu contents"
+msgstr "Editar los contenidos del menú"
+
+#: ../../mod/menu.php:112
+msgid "Edit this menu"
+msgstr "Modificar este menú"
+
+#: ../../mod/menu.php:126
+msgid "Menu could not be deleted."
+msgstr "El menú no puede ser eliminado."
+
+#: ../../mod/menu.php:139
+msgid "Edit Menu"
+msgstr "Modificar el menú"
+
+#: ../../mod/menu.php:143
+msgid "Add or remove entries to this menu"
+msgstr "Añadir o quitar entradas en este menú"
+
+#: ../../mod/menu.php:145
+msgid "Menu name"
+msgstr "Nombre del menú"
+
+#: ../../mod/menu.php:145
+msgid "Must be unique, only seen by you"
+msgstr "Debe ser único, solo será visible para usted"
+
+#: ../../mod/menu.php:146
+msgid "Menu title"
+msgstr "Título del menú"
+
+#: ../../mod/menu.php:146
+msgid "Menu title as seen by others"
+msgstr "El título del menú tal como será visto por los demás"
+
+#: ../../mod/menu.php:147
+msgid "Allow bookmarks"
+msgstr "Permitir marcadores"
+
+#: ../../mod/filestorage.php:82
+msgid "Permission Denied."
+msgstr "Permiso denegado"
+
+#: ../../mod/filestorage.php:98
+msgid "File not found."
+msgstr "Fichero no encontrado."
+
+#: ../../mod/filestorage.php:141
+msgid "Edit file permissions"
+msgstr "Modificar los permisos del fichero"
+
+#: ../../mod/filestorage.php:150
+msgid "Set/edit permissions"
+msgstr "Establecer/editar los permisos"
+
+#: ../../mod/filestorage.php:151
+msgid "Include all files and sub folders"
+msgstr "Incluir todos los ficheros y subcarpetas"
+
+#: ../../mod/filestorage.php:152
+msgid "Return to file list"
+msgstr "Volver a la lista de ficheros"
+
+#: ../../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/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/filestorage.php:157
+msgid "Share this file"
+msgstr "Compartir este fichero"
+
+#: ../../mod/filestorage.php:158
+msgid "Show URL to this file"
+msgstr "Mostrar la dirección de este fichero"
+
+#: ../../mod/filestorage.php:159
+msgid "Notify your contacts about this file"
+msgstr "Avisar a sus contactos de este fichero"
+
+#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92
+msgid "Contact not found."
+msgstr "Contacto no encontrado"
#: ../../mod/fsuggest.php:63
msgid "Friend suggestion sent."
-msgstr "Solicitud de amistad enviada."
+msgstr "Enviar sugerencia a un amigo."
#: ../../mod/fsuggest.php:97
msgid "Suggest Friends"
-msgstr "Sugerencias de amistad"
+msgstr "Sugerir amigos"
#: ../../mod/fsuggest.php:99
#, php-format
msgid "Suggest a friend for %s"
-msgstr "Recomienda un amigo a %s"
+msgstr "Sugerir un amigo a %s"
-#: ../../mod/viewsrc.php:7
-msgid "Access denied."
-msgstr "Acceso denegado."
+#: ../../mod/magic.php:69
+msgid "Hub not found."
+msgstr "Servidor no encontrado"
-#: ../../mod/directory.php:49
-msgid "Global Directory"
-msgstr "Directorio global"
+#: ../../mod/poke.php:159
+msgid "Poke/Prod"
+msgstr "Dar un toque/Incitar"
-#: ../../mod/directory.php:55
-msgid "Normal site view"
-msgstr "Vista normal"
+#: ../../mod/poke.php:160
+msgid "poke, prod or do other things to somebody"
+msgstr "dar un toque, incitar u otras cosas a alguien"
-#: ../../mod/directory.php:57
-msgid "Admin - View all site entries"
-msgstr "Administrador - Ver todas las entradas del sitio"
+#: ../../mod/poke.php:161
+msgid "Recipient"
+msgstr "Destinatario"
-#: ../../mod/directory.php:63
-msgid "Find on this site"
-msgstr "Buscar en este sitio"
+#: ../../mod/poke.php:162
+msgid "Choose what you wish to do to recipient"
+msgstr "Elegir qué desea enviar al destinatario"
-#: ../../mod/directory.php:66
-msgid "Site Directory"
-msgstr "Directorio del sitio"
+#: ../../mod/poke.php:165
+msgid "Make this post private"
+msgstr "Convertir en privado este envío"
-#: ../../mod/directory.php:125
-msgid "Gender: "
-msgstr "Género:"
+#: ../../mod/profperm.php:29 ../../mod/profperm.php:58
+msgid "Invalid profile identifier."
+msgstr "Identificador de perfil no válido"
-#: ../../mod/directory.php:151
-msgid "No entries (some entries may be hidden)."
-msgstr "Sin entradas (algunas pueden que estén ocultas)."
+#: ../../mod/profperm.php:110
+msgid "Profile Visibility Editor"
+msgstr "Editor de visibilidad el perfil"
+
+#: ../../mod/profperm.php:114
+msgid "Click on a contact to add or remove."
+msgstr "Pulsar en un contacto para añadir o eliminar."
+
+#: ../../mod/profperm.php:123
+msgid "Visible To"
+msgstr "Visible para"
+
+#: ../../mod/impel.php:191
+#, php-format
+msgid "%s element installed"
+msgstr "%s elemento instalado"
+
+#: ../../mod/impel.php:194
+#, php-format
+msgid "%s element installation failed"
+msgstr "Elemento con instalación fallida: %s"
+
+#: ../../mod/profiles.php:18 ../../mod/profiles.php:174
+#: ../../mod/profiles.php:231 ../../mod/profiles.php:600
+msgid "Profile not found."
+msgstr "Perfil no encontrado."
+
+#: ../../mod/profiles.php:38
+msgid "Profile deleted."
+msgstr "Perfil eliminado."
+
+#: ../../mod/profiles.php:56 ../../mod/profiles.php:92
+msgid "Profile-"
+msgstr "Perfil-"
+
+#: ../../mod/profiles.php:77 ../../mod/profiles.php:120
+msgid "New profile created."
+msgstr "Creado el nuevo perfil."
+
+#: ../../mod/profiles.php:98
+msgid "Profile unavailable to clone."
+msgstr "Perfil no disponible para clonar."
+
+#: ../../mod/profiles.php:136
+msgid "Profile unavailable to export."
+msgstr "Perfil no disponible para exportar."
+
+#: ../../mod/profiles.php:241
+msgid "Profile Name is required."
+msgstr "Se necesita el nombre del perfil."
+
+#: ../../mod/profiles.php:404
+msgid "Marital Status"
+msgstr "Estado sentimental"
+
+#: ../../mod/profiles.php:408
+msgid "Romantic Partner"
+msgstr "Pareja sentimental"
+
+#: ../../mod/profiles.php:412
+msgid "Likes"
+msgstr "Me gusta"
+
+#: ../../mod/profiles.php:416
+msgid "Dislikes"
+msgstr "No me gusta"
+
+#: ../../mod/profiles.php:420
+msgid "Work/Employment"
+msgstr "Trabajo:"
+
+#: ../../mod/profiles.php:423
+msgid "Religion"
+msgstr "Religión"
+
+#: ../../mod/profiles.php:427
+msgid "Political Views"
+msgstr "Ideas políticas"
+
+#: ../../mod/profiles.php:431 ../../mod/id.php:33
+msgid "Gender"
+msgstr "Género"
+
+#: ../../mod/profiles.php:435
+msgid "Sexual Preference"
+msgstr "Preferencia sexual"
+
+#: ../../mod/profiles.php:439
+msgid "Homepage"
+msgstr "Página personal"
+
+#: ../../mod/profiles.php:443
+msgid "Interests"
+msgstr "Intereses"
+
+#: ../../mod/profiles.php:447 ../../mod/admin.php:994
+msgid "Address"
+msgstr "Dirección"
+
+#: ../../mod/profiles.php:537
+msgid "Profile updated."
+msgstr "Perfil actualizado."
+
+#: ../../mod/profiles.php:626
+msgid "Hide your contact/friend list from viewers of this profile?"
+msgstr "¿Ocultar su lista de contactos a los visitantes de este perfil?"
+
+#: ../../mod/profiles.php:666
+msgid "Edit Profile Details"
+msgstr "Modificar los detalles de este perfil"
+
+#: ../../mod/profiles.php:668
+msgid "View this profile"
+msgstr "Ver este perfil"
+
+#: ../../mod/profiles.php:670
+msgid "Change Profile Photo"
+msgstr "Cambiar la foto del perfil"
+
+#: ../../mod/profiles.php:671
+msgid "Create a new profile using these settings"
+msgstr "Crear un nuevo perfil usando estos ajustes"
+
+#: ../../mod/profiles.php:672
+msgid "Clone this profile"
+msgstr "Clonar este perfil"
+
+#: ../../mod/profiles.php:673
+msgid "Delete this profile"
+msgstr "Eliminar este perfil"
+
+#: ../../mod/profiles.php:675
+msgid "Import profile from file"
+msgstr "Importar perfil desde un fichero"
+
+#: ../../mod/profiles.php:676
+msgid "Export profile to file"
+msgstr "Exportar perfil a un fichero"
+
+#: ../../mod/profiles.php:677
+msgid "Profile Name:"
+msgstr "Nombre del perfil:"
+
+#: ../../mod/profiles.php:678
+msgid "Your Full Name:"
+msgstr "Su nombre completo:"
+
+#: ../../mod/profiles.php:679
+msgid "Title/Description:"
+msgstr "Título/Descripción:"
+
+#: ../../mod/profiles.php:680
+msgid "Your Gender:"
+msgstr "Su género:"
+
+#: ../../mod/profiles.php:681
+msgid "Birthday :"
+msgstr "Cumpleaños:"
+
+#: ../../mod/profiles.php:682
+msgid "Street Address:"
+msgstr "Calle:"
+
+#: ../../mod/profiles.php:683
+msgid "Locality/City:"
+msgstr "Ciudad:"
+
+#: ../../mod/profiles.php:684
+msgid "Postal/Zip Code:"
+msgstr "Código postal:"
+
+#: ../../mod/profiles.php:685
+msgid "Country:"
+msgstr "País:"
+
+#: ../../mod/profiles.php:686
+msgid "Region/State:"
+msgstr "Región/Estado:"
+
+#: ../../mod/profiles.php:687
+msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
+msgstr "<span class=\"heart\">&hearts;</span> Estado sentimental:"
+
+#: ../../mod/profiles.php:688
+msgid "Who: (if applicable)"
+msgstr "Quién: (si es aplicable)"
+
+#: ../../mod/profiles.php:689
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+msgstr "Por ejemplo: cathy123, Cathy Williams, cathy@example.com"
+
+#: ../../mod/profiles.php:690
+msgid "Since [date]:"
+msgstr "Desde [fecha]:"
+
+#: ../../mod/profiles.php:692
+msgid "Homepage URL:"
+msgstr "Dirección de la página personal:"
+
+#: ../../mod/profiles.php:695
+msgid "Religious Views:"
+msgstr "Creencias religiosas:"
+
+#: ../../mod/profiles.php:696
+msgid "Keywords:"
+msgstr "Palabras clave:"
+
+#: ../../mod/profiles.php:699
+msgid "Example: fishing photography software"
+msgstr "Por ejemplo: software de fotografía submarina"
+
+#: ../../mod/profiles.php:700
+msgid "Used in directory listings"
+msgstr "Visible en el directorio público del canal"
+
+#: ../../mod/profiles.php:701
+msgid "Tell us about yourself..."
+msgstr "Háblenos de usted..."
+
+#: ../../mod/profiles.php:702
+msgid "Hobbies/Interests"
+msgstr "Aficiones/Intereses"
+
+#: ../../mod/profiles.php:703
+msgid "Contact information and Social Networks"
+msgstr "Información de contacto y redes sociales"
+
+#: ../../mod/profiles.php:704
+msgid "My other channels"
+msgstr "Mis otros canales"
+
+#: ../../mod/profiles.php:705
+msgid "Musical interests"
+msgstr "Preferencias musicales"
+
+#: ../../mod/profiles.php:706
+msgid "Books, literature"
+msgstr "Libros, literatura"
+
+#: ../../mod/profiles.php:707
+msgid "Television"
+msgstr "Televisión"
+
+#: ../../mod/profiles.php:708
+msgid "Film/dance/culture/entertainment"
+msgstr "Cine/danza/cultura/entretenimiento"
+
+#: ../../mod/profiles.php:709
+msgid "Love/romance"
+msgstr "Vida sentimental/amorosa"
+
+#: ../../mod/profiles.php:710
+msgid "Work/employment"
+msgstr "Trabajo"
+
+#: ../../mod/profiles.php:711
+msgid "School/education"
+msgstr "Educación"
+
+#: ../../mod/profiles.php:717
+msgid "This is your default profile."
+msgstr "Este es su perfil principal."
+
+#: ../../mod/profiles.php:728
+msgid "Age: "
+msgstr "Edad:"
+
+#: ../../mod/profiles.php:771
+msgid "Edit/Manage Profiles"
+msgstr "Modificar/gestionar perfiles"
+
+#: ../../mod/profiles.php:772
+msgid "Add profile things"
+msgstr "Añadir cosas al perfil"
+
+#: ../../mod/profiles.php:773
+msgid "Include desirable objects in your profile"
+msgstr "Añadir objetos interesantes en su perfil"
+
+#: ../../mod/ratings.php:69
+msgid "No ratings"
+msgstr "Ninguna valoración"
+
+#: ../../mod/ratings.php:99
+msgid "Ratings"
+msgstr "Valoraciones"
+
+#: ../../mod/ratings.php:100
+msgid "Rating: "
+msgstr "Valoración:"
+
+#: ../../mod/ratings.php:101
+msgid "Website: "
+msgstr "Sitio web:"
+
+#: ../../mod/ratings.php:103
+msgid "Description: "
+msgstr "Descripción:"
+
+#: ../../mod/viewsrc.php:38
+msgid "Source of Item"
+msgstr "Origen del elemento"
+
+#: ../../mod/setup.php:187
+msgid "$Projectname Server - Setup"
+msgstr "Servidor $Projectname - Instalación"
+
+#: ../../mod/setup.php:191
+msgid "Could not connect to database."
+msgstr "No se ha podido conectar a la base de datos."
+
+#: ../../mod/setup.php:195
+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."
+
+#: ../../mod/setup.php:202
+msgid "Could not create table."
+msgstr "No se puede crear la tabla."
+
+#: ../../mod/setup.php:207
+msgid "Your site database has been installed."
+msgstr "La base de datos del sitio ha sido instalada."
+
+#: ../../mod/setup.php:211
+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."
+
+#: ../../mod/setup.php:212 ../../mod/setup.php:280 ../../mod/setup.php:730
+msgid "Please see the file \"install/INSTALL.txt\"."
+msgstr "Por favor, lea el fichero \"install/INSTALL.txt\"."
+
+#: ../../mod/setup.php:277
+msgid "System check"
+msgstr "Verificación del sistema"
+
+#: ../../mod/setup.php:282
+msgid "Check again"
+msgstr "Verificar de nuevo"
+
+#: ../../mod/setup.php:304
+msgid "Database connection"
+msgstr "Conexión a la base de datos"
+
+#: ../../mod/setup.php:305
+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/setup.php:306
+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/setup.php:307
+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/setup.php:311
+msgid "Database Server Name"
+msgstr "Nombre del servidor de base de datos"
+
+#: ../../mod/setup.php:311
+msgid "Default is localhost"
+msgstr "Por defecto es localhost"
+
+#: ../../mod/setup.php:312
+msgid "Database Port"
+msgstr "Puerto de la base de datos"
+
+#: ../../mod/setup.php:312
+msgid "Communication port number - use 0 for default"
+msgstr "Número del puerto de comunicaciones - use 0 como valor por defecto"
-#: ../../mod/admin.php:59 ../../mod/admin.php:295
+#: ../../mod/setup.php:313
+msgid "Database Login Name"
+msgstr "Nombre de acceso a la base de datos"
+
+#: ../../mod/setup.php:314
+msgid "Database Login Password"
+msgstr "Contraseña de acceso a la base de datos"
+
+#: ../../mod/setup.php:315
+msgid "Database Name"
+msgstr "Nombre de la base de datos"
+
+#: ../../mod/setup.php:316
+msgid "Database Type"
+msgstr "Tipo de base de datos"
+
+#: ../../mod/setup.php:318 ../../mod/setup.php:359
+msgid "Site administrator email address"
+msgstr "Dirección de correo electrónico del administrador del sitio"
+
+#: ../../mod/setup.php:318 ../../mod/setup.php:359
+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/setup.php:319 ../../mod/setup.php:361
+msgid "Website URL"
+msgstr "Dirección del sitio web"
+
+#: ../../mod/setup.php:319 ../../mod/setup.php:361
+msgid "Please use SSL (https) URL if available."
+msgstr "Por favor, use SSL (https) si está disponible."
+
+#: ../../mod/setup.php:321 ../../mod/setup.php:363
+msgid "Please select a default timezone for your website"
+msgstr "Por favor, selecciones la zona horaria por defecto de su sitio web"
+
+#: ../../mod/setup.php:348
+msgid "Site settings"
+msgstr "Ajustes del sitio"
+
+#: ../../mod/setup.php:413
+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/setup.php:414
+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 votaciones en segundo plano vía cron."
+
+#: ../../mod/setup.php:418
+msgid "PHP executable path"
+msgstr "ruta del ejecutable PHP"
+
+#: ../../mod/setup.php:418
+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."
+
+#: ../../mod/setup.php:423
+msgid "Command line PHP"
+msgstr "PHP en línea de comandos"
+
+#: ../../mod/setup.php:432
+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\"."
+
+#: ../../mod/setup.php:433
+msgid "This is required for message delivery to work."
+msgstr "Esto es necesario para que funcione la entrega de mensajes."
+
+#: ../../mod/setup.php:436
+msgid "PHP register_argc_argv"
+msgstr "PHP register_argc_argv"
+
+#: ../../mod/setup.php:454
+#, 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áxima de un archivo está establecido en %s. Está permitido subir hasta un máximo de %d ficheros de una sola vez."
+
+#: ../../mod/setup.php:459
+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/setup.php:461
+msgid "PHP upload limits"
+msgstr "Límites PHP de subida"
+
+#: ../../mod/setup.php:484
+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."
+
+#: ../../mod/setup.php:485
+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/setup.php:488
+msgid "Generate encryption keys"
+msgstr "Generar claves de cifrado"
+
+#: ../../mod/setup.php:500
+msgid "libCurl PHP module"
+msgstr "módulo libCurl PHP"
+
+#: ../../mod/setup.php:501
+msgid "GD graphics PHP module"
+msgstr "módulo PHP GD graphics"
+
+#: ../../mod/setup.php:502
+msgid "OpenSSL PHP module"
+msgstr "módulo PHP OpenSSL"
+
+#: ../../mod/setup.php:503
+msgid "mysqli or postgres PHP module"
+msgstr "módulo PHP mysqli o postgres"
+
+#: ../../mod/setup.php:504
+msgid "mb_string PHP module"
+msgstr "módulo PHP mb_string"
+
+#: ../../mod/setup.php:505
+msgid "mcrypt PHP module"
+msgstr "módulo PHP mcrypt "
+
+#: ../../mod/setup.php:506
+msgid "xml PHP module"
+msgstr "módulo PHP xml"
+
+#: ../../mod/setup.php:510 ../../mod/setup.php:512
+msgid "Apache mod_rewrite module"
+msgstr "módulo Apache mod_rewrite "
+
+#: ../../mod/setup.php:510
+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/setup.php:516 ../../mod/setup.php:519
+msgid "proc_open"
+msgstr "proc_open"
+
+#: ../../mod/setup.php:516
+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/setup.php:524
+msgid "Error: libCURL PHP module required but not installed."
+msgstr "Error: se necesita el módulo PHP libCURL pero no está instalado."
+
+#: ../../mod/setup.php:528
+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/setup.php:532
+msgid "Error: openssl PHP module required but not installed."
+msgstr "Error: el módulo PHP openssl es necesario, pero no está instalado."
+
+#: ../../mod/setup.php:536
+msgid ""
+"Error: mysqli or postgres PHP module required but neither are installed."
+msgstr "Error: el módulo PHP mysqli o postgres es necesario pero no ninguno de los dos está instalado."
+
+#: ../../mod/setup.php:540
+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/setup.php:544
+msgid "Error: mcrypt PHP module required but not installed."
+msgstr "Error: el módulo PHP mcrypt es necesario, pero no está instalado."
+
+#: ../../mod/setup.php:548
+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/setup.php:566
+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/setup.php:567
+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/setup.php:568
+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 Red."
+
+#: ../../mod/setup.php:569
+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/setup.php:572
+msgid ".htconfig.php is writable"
+msgstr ".htconfig.php tiene permisos de escritura"
+
+#: ../../mod/setup.php:586
+msgid ""
+"Red uses the Smarty3 template engine to render its web views. Smarty3 "
+"compiles templates to PHP to speed up rendering."
+msgstr "Red 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/setup.php:587
+#, php-format
+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 Red."
+
+#: ../../mod/setup.php:588 ../../mod/setup.php:609
+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/setup.php:589
+#, php-format
+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 al fichero de plantilla (.tpl) que contiene."
+
+#: ../../mod/setup.php:592
+#, php-format
+msgid "%s is writable"
+msgstr "%s tiene permisos de escritura"
+
+#: ../../mod/setup.php:608
+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/setup.php:612
+msgid "store is writable"
+msgstr "\"store\" tiene permisos de escritura"
+
+#: ../../mod/setup.php:645
+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/setup.php:646
+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/setup.php:647
+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/setup.php:648
+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/setup.php:649
+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/setup.php:650
+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/setup.php:652
+msgid "SSL certificate validation"
+msgstr "validación del certificado SSL"
+
+#: ../../mod/setup.php:658
+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/setup.php:661
+msgid "Url rewrite is working"
+msgstr "Se puede reescribir la dirección en .htaccess"
+
+#: ../../mod/setup.php:670
+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."
+
+#: ../../mod/setup.php:694
+msgid "Errors encountered creating database tables."
+msgstr "Se han encontrado errores al crear las tablas de la base de datos."
+
+#: ../../mod/setup.php:728
+msgid "<h1>What next</h1>"
+msgstr "<h1>Siguiente paso</h1>"
+
+#: ../../mod/setup.php:729
+msgid ""
+"IMPORTANT: You will need to [manually] setup a scheduled task for the "
+"poller."
+msgstr "IMPORTANTE: Debe crear [manualmente] una tarea programada para las actualizaciones."
+
+#: ../../mod/openid.php:26
+msgid "OpenID protocol error. No ID returned."
+msgstr "Error del protocolo OpenID. Ningún ID recibido como respuesta."
+
+#: ../../mod/openid.php:72 ../../mod/openid.php:180 ../../mod/post.php:286
+#, php-format
+msgid "Welcome %s. Remote authentication successful."
+msgstr "Bienvenido %s. La identificación remota se ha llevado a cabo correctamente."
+
+#: ../../mod/tagger.php:96
+#, php-format
+msgid "%1$s tagged %2$s's %3$s with %4$s"
+msgstr "%1$s ha etiquetado el %3$s de %2$s con %4$s"
+
+#: ../../mod/uexport.php:41 ../../mod/uexport.php:42
+msgid "Export Channel"
+msgstr "Exportar el canal"
+
+#: ../../mod/uexport.php:43
+msgid ""
+"Export your basic channel information to a small 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 hub, but\tdoes not contain your "
+"content."
+msgstr "Exportar la base de datos de su canal a un pequeño fichero. Este podrá servir como una copia de seguridad de sus conexiones, permisos, perfil y datos básicos, que podrá importar a un nuevo canal, pero sin sus contenidos."
+
+#: ../../mod/uexport.php:44
+msgid "Export Content"
+msgstr "Exportar contenidos"
+
+#: ../../mod/uexport.php:45
+msgid ""
+"Export your channel information and all the content to a JSON backup. This "
+"backs up all of your connections, permissions, profile data and all of your "
+"content, but is generally not suitable for importing a channel to a new hub "
+"as this file may be VERY large. Please be patient - it may take several "
+"minutes for this download to begin."
+msgstr "Exportar toda la información del canal y todo su contenido a un fichero JSON. Este contendrá todas sus conexiones, permisos, información del perfil y todo su contenido, Sin embargo, a menudo, no será una buena solución para importarlo en una nueva instancia, pues el fichero será MUY voluminoso. Por favor, tenga paciencia - pueden pasar muchos minutos antes de comience la carga."
+
+#: ../../mod/viewconnections.php:62
+msgid "No connections."
+msgstr "No hay conexiones."
+
+#: ../../mod/viewconnections.php:75
+#, php-format
+msgid "Visit %s's profile [%s]"
+msgstr "Visitar el perfil de %s [%s]"
+
+#: ../../mod/zfinger.php:23
+msgid "invalid target signature"
+msgstr "La firma recibida no es válida"
+
+#: ../../mod/admin.php:52
+msgid "Theme settings updated."
+msgstr "Ajustes del tema actualizados."
+
+#: ../../mod/admin.php:93 ../../mod/admin.php:452
msgid "Site"
msgstr "Sitio"
-#: ../../mod/admin.php:60 ../../mod/admin.php:460 ../../mod/admin.php:472
-msgid "Users"
-msgstr "Usuarios"
+#: ../../mod/admin.php:94
+msgid "Accounts"
+msgstr "Cuentas"
-#: ../../mod/admin.php:61 ../../mod/admin.php:549 ../../mod/admin.php:586
+#: ../../mod/admin.php:95 ../../mod/admin.php:985
+msgid "Channels"
+msgstr "Canales"
+
+#: ../../mod/admin.php:96 ../../mod/admin.php:1077 ../../mod/admin.php:1117
msgid "Plugins"
-msgstr "Módulos"
+msgstr "Plugins"
+
+#: ../../mod/admin.php:97 ../../mod/admin.php:1277 ../../mod/admin.php:1311
+msgid "Themes"
+msgstr "Temas"
+
+#: ../../mod/admin.php:98
+msgid "Inspect queue"
+msgstr "Examinar la cola"
-#: ../../mod/admin.php:76 ../../mod/admin.php:651
+#: ../../mod/admin.php:100
+msgid "Profile Config"
+msgstr "Ajustes del perfil"
+
+#: ../../mod/admin.php:101
+msgid "DB updates"
+msgstr "Actualizaciones de la base de datos"
+
+#: ../../mod/admin.php:115 ../../mod/admin.php:122 ../../mod/admin.php:1396
msgid "Logs"
-msgstr "Registros"
+msgstr "Informes"
+
+#: ../../mod/admin.php:121
+msgid "Plugin Features"
+msgstr "Ajustes del plugin"
-#: ../../mod/admin.php:81
+#: ../../mod/admin.php:123
msgid "User registrations waiting for confirmation"
-msgstr "Registro de usuarios esperando la confirmación"
+msgstr "Registro de usuarios pendientes de confirmación"
+
+#: ../../mod/admin.php:200
+msgid "# Accounts"
+msgstr "# Cuentas"
+
+#: ../../mod/admin.php:201
+msgid "# blocked accounts"
+msgstr "# cuentas bloqueadas"
+
+#: ../../mod/admin.php:202
+msgid "# expired accounts"
+msgstr "# cuentas expiradas"
+
+#: ../../mod/admin.php:203
+msgid "# expiring accounts"
+msgstr "# cuentas expiradas"
+
+#: ../../mod/admin.php:216
+msgid "# Channels"
+msgstr "# Canales"
+
+#: ../../mod/admin.php:217
+msgid "# primary"
+msgstr "# primario"
+
+#: ../../mod/admin.php:218
+msgid "# clones"
+msgstr "# clones"
+
+#: ../../mod/admin.php:224
+msgid "Message queues"
+msgstr "Mensajes en cola"
-#: ../../mod/admin.php:144 ../../mod/admin.php:294 ../../mod/admin.php:459
-#: ../../mod/admin.php:548 ../../mod/admin.php:585 ../../mod/admin.php:650
+#: ../../mod/admin.php:240 ../../mod/admin.php:451 ../../mod/admin.php:548
+#: ../../mod/admin.php:817 ../../mod/admin.php:984 ../../mod/admin.php:1076
+#: ../../mod/admin.php:1116 ../../mod/admin.php:1276 ../../mod/admin.php:1310
+#: ../../mod/admin.php:1395
msgid "Administration"
msgstr "Administración"
-#: ../../mod/admin.php:145
+#: ../../mod/admin.php:241
msgid "Summary"
-msgstr "Resumen"
+msgstr "Sumario"
-#: ../../mod/admin.php:146
-msgid "Registered users"
-msgstr "Usuarios registrados"
+#: ../../mod/admin.php:244
+msgid "Registered accounts"
+msgstr "Cuentas registradas"
-#: ../../mod/admin.php:148
+#: ../../mod/admin.php:245 ../../mod/admin.php:552
msgid "Pending registrations"
-msgstr "Pendientes de registro"
+msgstr "Registros pendientes"
-#: ../../mod/admin.php:149
-msgid "Version"
-msgstr "Versión"
+#: ../../mod/admin.php:246
+msgid "Registered channels"
+msgstr "Canales registrados"
-#: ../../mod/admin.php:151
+#: ../../mod/admin.php:247 ../../mod/admin.php:553
msgid "Active plugins"
-msgstr "Módulos activos"
+msgstr "Plugins activos"
+
+#: ../../mod/admin.php:248
+msgid "Version"
+msgstr "Versión"
-#: ../../mod/admin.php:243
+#: ../../mod/admin.php:363
msgid "Site settings updated."
-msgstr "Configuración de actualización de sitio"
+msgstr "Ajustes del sitio actualizados."
+
+#: ../../mod/admin.php:400 ../../mod/settings.php:813
+msgid "mobile"
+msgstr "móvil"
-#: ../../mod/admin.php:287
-msgid "Closed"
-msgstr "Cerrado"
+#: ../../mod/admin.php:402
+msgid "experimental"
+msgstr "experimental"
-#: ../../mod/admin.php:288
-msgid "Requires approval"
-msgstr "Requiere aprovación"
+#: ../../mod/admin.php:404
+msgid "unsupported"
+msgstr "no soportado"
-#: ../../mod/admin.php:289
-msgid "Open"
-msgstr "Abierto"
+#: ../../mod/admin.php:429
+msgid "Yes - with approval"
+msgstr "Sí - con aprobación"
-#: ../../mod/admin.php:298
+#: ../../mod/admin.php:435
+msgid "My site is not a public server"
+msgstr "Mi sitio no es un servidor público"
+
+#: ../../mod/admin.php:436
+msgid "My site has paid access only"
+msgstr "Mi sitio es un servicio de pago"
+
+#: ../../mod/admin.php:437
+msgid "My site has free access only"
+msgstr "Mi sitio es un servicio gratuito"
+
+#: ../../mod/admin.php:438
+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:207
+msgid "Registration"
+msgstr "Registro"
+
+#: ../../mod/admin.php:455
msgid "File upload"
-msgstr "Subida de archivo"
+msgstr "Fichero subido"
-#: ../../mod/admin.php:299
+#: ../../mod/admin.php:456
msgid "Policies"
msgstr "Políticas"
-#: ../../mod/admin.php:300
-msgid "Advanced"
-msgstr "Avanzado"
-
-#: ../../mod/admin.php:304 ../../addon/statusnet/statusnet.php:477
+#: ../../mod/admin.php:461
msgid "Site name"
msgstr "Nombre del sitio"
-#: ../../mod/admin.php:305
+#: ../../mod/admin.php:462
msgid "Banner/Logo"
msgstr "Banner/Logo"
-#: ../../mod/admin.php:306
+#: ../../mod/admin.php:463
+msgid "Administrator Information"
+msgstr "Información del Administrador"
+
+#: ../../mod/admin.php:463
+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"
+
+#: ../../mod/admin.php:464
msgid "System language"
-msgstr "Idioma"
+msgstr "Lengua del sistema"
-#: ../../mod/admin.php:307
+#: ../../mod/admin.php:465
msgid "System theme"
-msgstr "Tema"
+msgstr "Tema del sistema"
+
+#: ../../mod/admin.php:465
+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 ajustes del tema</a>"
+
+#: ../../mod/admin.php:466
+msgid "Mobile system theme"
+msgstr "Tema del sistema para móviles"
+
+#: ../../mod/admin.php:466
+msgid "Theme for mobile devices"
+msgstr "Tema para aparatos móviles"
+
+#: ../../mod/admin.php:468
+msgid "Enable Diaspora Protocol"
+msgstr "Activar protocolo de la red social Diaspora"
+
+#: ../../mod/admin.php:468
+msgid "Communicate with Diaspora and Friendica - experimental"
+msgstr "Comunicar con Diaspora y Friendica - experimental"
+
+#: ../../mod/admin.php:469
+msgid "Allow Feeds as Connections"
+msgstr "Permitir flujos RSS como conexiones"
+
+#: ../../mod/admin.php:469
+msgid "(Heavy system resource usage)"
+msgstr "(Uso intenso de los recursos del sistema)"
-#: ../../mod/admin.php:309
+#: ../../mod/admin.php:470
msgid "Maximum image size"
-msgstr "Tamaño máximo de la imagen"
+msgstr "Tamaño máximo de imagen"
+
+#: ../../mod/admin.php:470
+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/admin.php:471
+msgid "Does this site allow new member registration?"
+msgstr "¿Debe este sitio permitir el registro de nuevos miembros?"
-#: ../../mod/admin.php:311
-msgid "Register policy"
-msgstr "Política de registros"
+#: ../../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/admin.php:312
+#: ../../mod/admin.php:473
msgid "Register text"
-msgstr "Términos"
+msgstr "Texto del registro"
+
+#: ../../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/admin.php:474
+msgid "Site homepage to show visitors (default: login box)"
+msgstr "Página de inicio que se mostrará a los visitantes (por defecto: la página de identificación)"
-#: ../../mod/admin.php:313
+#: ../../mod/admin.php:474
+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/admin.php:475
+msgid "Preserve site homepage URL"
+msgstr "Preservar la dirección de la página web"
+
+#: ../../mod/admin.php:475
+msgid ""
+"Present the site homepage in a frame at the original location instead of "
+"redirecting"
+msgstr "Presenta la página web del sitio en un marco en la ubicación original, en vez de redirigirla."
+
+#: ../../mod/admin.php:476
msgid "Accounts abandoned after x days"
-msgstr "Cuentas abandonadas después de x días"
+msgstr "Cuentas abandonados después de x días"
-#: ../../mod/admin.php:313
+#: ../../mod/admin.php:476
msgid ""
-"Will not waste system resources polling external sites for abandoned "
+"Will not waste system resources polling external sites for abandonded "
"accounts. Enter 0 for no time limit."
-msgstr ""
-"No gastará recursos del sistema creando encuestas desde sitios externos para"
-" cuentas abandonadas. Introduzca 0 para ningún límite temporal."
+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/admin.php:314
+#: ../../mod/admin.php:477
msgid "Allowed friend domains"
msgstr "Dominios amigos permitidos"
-#: ../../mod/admin.php:315
+#: ../../mod/admin.php:477
+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/admin.php:478
msgid "Allowed email domains"
-msgstr "Dominios de correo permitidos"
+msgstr "Se aceptan dominios de correo electrónico"
-#: ../../mod/admin.php:316
-msgid "Block public"
-msgstr "Bloqueo público"
+#: ../../mod/admin.php:478
+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/admin.php:317
-msgid "Force publish"
-msgstr "Forzar publicación"
+#: ../../mod/admin.php:479
+msgid "Not allowed email domains"
+msgstr "No se permiten dominios de correo electrónico"
-#: ../../mod/admin.php:318
-msgid "Global directory update URL"
-msgstr "Dirección de actualización del directorio global"
+#: ../../mod/admin.php:479
+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/admin.php:320
-msgid "Block multiple registrations"
-msgstr "Bloquear multiples registros"
+#: ../../mod/admin.php:480
+msgid "Block public"
+msgstr "Bloque público"
-#: ../../mod/admin.php:321
-msgid "OpenID support"
-msgstr "Soporte OpenID"
+#: ../../mod/admin.php:480
+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 público a todas las páginas públicas personales en este sitio salvo que estén identificadas en el sistema."
-#: ../../mod/admin.php:322
-msgid "Gravatar support"
-msgstr "Soporte Gravatar"
+#: ../../mod/admin.php:481
+msgid "Verify Email Addresses"
+msgstr "Verificar direcciones de correo electrónico"
-#: ../../mod/admin.php:323
-msgid "Fullname check"
-msgstr "Comprobar Nombre completo"
+#: ../../mod/admin.php:481
+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/admin.php:324
-msgid "UTF-8 Regular expressions"
-msgstr "Expresiones regulares UTF-8"
+#: ../../mod/admin.php:482
+msgid "Force publish"
+msgstr "Forzar la publicación"
-#: ../../mod/admin.php:325
-msgid "Show Community Page"
-msgstr "Ver página de la Comunidad"
+#: ../../mod/admin.php:482
+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/admin.php:326
-msgid "Enable OStatus support"
-msgstr "Permitir soporte OStatus"
+#: ../../mod/admin.php:483
+msgid "Disable discovery tab"
+msgstr "Desactivar la pestaña \"Descubrir\""
-#: ../../mod/admin.php:327
-msgid "Enable Diaspora support"
-msgstr "Habilitar el soporte para Diaspora*"
+#: ../../mod/admin.php:483
+msgid ""
+"Remove the tab in the network view with public content pulled from sources "
+"chosen for this site."
+msgstr "Quitar la pestaña para ver contenido público extraído de las fuentes elegidas por este sitio."
-#: ../../mod/admin.php:328
-msgid "Only allow Friendika contacts"
-msgstr "Permitir solo contactos de Friendika"
+#: ../../mod/admin.php:484
+msgid "login on Homepage"
+msgstr "Acceso a la página de inicio"
-#: ../../mod/admin.php:329
-msgid "Verify SSL"
-msgstr "Verificar SSL"
+#: ../../mod/admin.php:484
+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/admin.php:330
+#: ../../mod/admin.php:486
msgid "Proxy user"
-msgstr "Usuario proxy"
+msgstr "Usuario del proxy"
-#: ../../mod/admin.php:331
+#: ../../mod/admin.php:487
msgid "Proxy URL"
-msgstr "Dirección proxy"
+msgstr "Dirección del proxy"
-#: ../../mod/admin.php:332
+#: ../../mod/admin.php:488
msgid "Network timeout"
-msgstr "Tiempo de espera de red"
+msgstr "Tiempo de espera de la red"
-#: ../../mod/admin.php:353
+#: ../../mod/admin.php:488
+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:489
+msgid "Delivery interval"
+msgstr "Intervalo de entrega"
+
+#: ../../mod/admin.php:489
+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 entrega en segundo plano por esta cantidad de segundos para reducir la carga del sistema. Recomendado: 4-5 para hosts compartidos, 2-3 para servidores virtuales privados, 0-1 para grandes servidores dedicados."
+
+#: ../../mod/admin.php:490
+msgid "Poll interval"
+msgstr "Intervalo de sondeo"
+
+#: ../../mod/admin.php:490
+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 segundo para reducir la carga del sistema. Si es 0, use el intervalo de entrega."
+
+#: ../../mod/admin.php:491
+msgid "Maximum Load Average"
+msgstr "Carga media máxima"
+
+#: ../../mod/admin.php:491
+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 entrega y sondeo se hayan retardado - por defecto, 50."
+
+#: ../../mod/admin.php:492
+msgid "Expiration period in days for imported (matrix/network) content"
+msgstr "Periodo de caducidad en días para el contenido importado (matrix/red)"
+
+#: ../../mod/admin.php:492
+msgid "0 for no expiration of imported content"
+msgstr "0 para que no caduque el contenido importado"
+
+#: ../../mod/admin.php:540
+msgid "No server found"
+msgstr "Servidor no encontrado"
+
+#: ../../mod/admin.php:547 ../../mod/admin.php:831
+msgid "ID"
+msgstr "ID"
+
+#: ../../mod/admin.php:547
+msgid "for channel"
+msgstr "por canal"
+
+#: ../../mod/admin.php:547
+msgid "on server"
+msgstr "sobre el servidor"
+
+#: ../../mod/admin.php:547
+msgid "Status"
+msgstr "Estado"
+
+#: ../../mod/admin.php:549
+msgid "Server"
+msgstr "Servidor"
+
+#: ../../mod/admin.php:566
+msgid "Update has been marked successful"
+msgstr "La actualización ha sido marcada como exitosa"
+
+#: ../../mod/admin.php:576
+#, php-format
+msgid "Executing %s failed. Check system logs."
+msgstr "La ejecución de %s ha fallado. Mire en los registros del sistema."
+
+#: ../../mod/admin.php:579
#, php-format
-msgid "%s user blocked"
+msgid "Update %s was successfully applied."
+msgstr "La actualización de %s se ha realizado exitosamente."
+
+#: ../../mod/admin.php:583
+#, 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:586
+#, 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:602
+msgid "No failed updates."
+msgstr "No ha fallado ninguna actualización."
+
+#: ../../mod/admin.php:606
+msgid "Failed Updates"
+msgstr "Han fallado las actualizaciones"
+
+#: ../../mod/admin.php:608
+msgid "Mark success (if update was manually applied)"
+msgstr "Marcar como exitosa (si la actualización se ha hecho manualmente)"
+
+#: ../../mod/admin.php:609
+msgid "Attempt to execute this update step automatically"
+msgstr "Intentar ejecutar este paso de actualización automáticamente"
+
+#: ../../mod/admin.php:641
+msgid "Queue Statistics"
+msgstr "Estadísticas de la cola"
+
+#: ../../mod/admin.php:642
+msgid "Total Entries"
+msgstr "Total de entradas"
+
+#: ../../mod/admin.php:643
+msgid "Priority"
+msgstr "Prioridad"
+
+#: ../../mod/admin.php:644
+msgid "Destination URL"
+msgstr "Dirección de destino"
+
+#: ../../mod/admin.php:645
+msgid "Mark hub permanently offline"
+msgstr "Marcar el servidor como permanentemente fuera de línea"
+
+#: ../../mod/admin.php:646
+msgid "Empty queue for this hub"
+msgstr "Vaciar la cola para este servidor"
+
+#: ../../mod/admin.php:647
+msgid "Last known contact"
+msgstr "Último contacto conocido"
+
+#: ../../mod/admin.php:683
+#, php-format
+msgid "%s user blocked/unblocked"
msgid_plural "%s users blocked/unblocked"
-msgstr[0] "%s usuario bloqueado"
-msgstr[1] "%s usuarios bloqueados"
+msgstr[0] "%s usuarios bloqueados/desbloqueados"
+msgstr[1] "%s de usuarios bloqueados/desbloqueados"
-#: ../../mod/admin.php:360
+#: ../../mod/admin.php:691
#, php-format
msgid "%s user deleted"
msgid_plural "%s users deleted"
-msgstr[0] "%s usuario eliminado"
+msgstr[0] "%s usuarios eliminados"
msgstr[1] "%s usuarios eliminados"
-#: ../../mod/admin.php:394
+#: ../../mod/admin.php:727
+msgid "Account not found"
+msgstr "Cuenta no encontrada"
+
+#: ../../mod/admin.php:747
#, php-format
-msgid "User '%s' deleted"
-msgstr "Usuario '%s' eliminado'"
+msgid "User '%s' blocked"
+msgstr "Usuario %s bloqueado"
-#: ../../mod/admin.php:401
+#: ../../mod/admin.php:755
#, php-format
msgid "User '%s' unblocked"
-msgstr "Usuario '%s' desbloqueado"
+msgstr "Usuario %s desbloqueado"
-#: ../../mod/admin.php:401
-#, php-format
-msgid "User '%s' blocked"
-msgstr "Usuario '%s' bloqueado'"
+#: ../../mod/admin.php:818 ../../mod/admin.php:830
+msgid "Users"
+msgstr "Usuarios"
-#: ../../mod/admin.php:462
+#: ../../mod/admin.php:820 ../../mod/admin.php:987
msgid "select all"
msgstr "seleccionar todo"
-#: ../../mod/admin.php:463
+#: ../../mod/admin.php:821
msgid "User registrations waiting for confirm"
-msgstr "Registro de usuario esperando confirmación"
+msgstr "Registros de usuario en espera de aprobación"
-#: ../../mod/admin.php:464
+#: ../../mod/admin.php:822
msgid "Request date"
-msgstr "Solicitud de fecha"
-
-#: ../../mod/admin.php:464 ../../mod/admin.php:473
-#: ../../include/contact_selectors.php:78
-msgid "Email"
-msgstr "Correo electrónico"
+msgstr "Fecha de solicitud"
-#: ../../mod/admin.php:465
+#: ../../mod/admin.php:823
msgid "No registrations."
-msgstr "Ningún registro."
+msgstr "Sin registros."
+
+#: ../../mod/admin.php:824 ../../mod/connedit.php:687
+msgid "Approve"
+msgstr "Aprobar"
-#: ../../mod/admin.php:467
+#: ../../mod/admin.php:825
msgid "Deny"
-msgstr "Denegado"
+msgstr "Rechazar"
-#: ../../mod/admin.php:473
+#: ../../mod/admin.php:827 ../../mod/connedit.php:519
+msgid "Block"
+msgstr "Bloquear"
+
+#: ../../mod/admin.php:828 ../../mod/connedit.php:519
+msgid "Unblock"
+msgstr "Desbloquear"
+
+#: ../../mod/admin.php:831
msgid "Register date"
msgstr "Fecha de registro"
-#: ../../mod/admin.php:473
+#: ../../mod/admin.php:831
msgid "Last login"
msgstr "Último acceso"
-#: ../../mod/admin.php:473
-msgid "Last item"
-msgstr "Último elemento"
+#: ../../mod/admin.php:831
+msgid "Expires"
+msgstr "Expira"
-#: ../../mod/admin.php:473
-msgid "Account"
-msgstr "Cuenta"
+#: ../../mod/admin.php:831
+msgid "Service Class"
+msgstr "Clase de servicio"
-#: ../../mod/admin.php:475
+#: ../../mod/admin.php:833
msgid ""
"Selected users will be deleted!\\n\\nEverything these users had posted on "
"this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr ""
-"¡Los usuarios seleccionados serán eliminados!\\n\\n¡Todo lo que hayan "
-"publicado en este sitio se borrará para siempre!\\n\\n¿Estás seguro?"
+msgstr "Los usuarios seleccionados serám eliminados!\\n\\nTodo lo que estos usuarios han publicado en este sitio se borrará de manera definitiva!\\n\\n¿Está seguro de querer hacerlo?"
-#: ../../mod/admin.php:476
+#: ../../mod/admin.php:834
msgid ""
"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
"site will be permanently deleted!\\n\\nAre you sure?"
-msgstr ""
-"¡El usuario {0} será eliminado!\\n\\n¡Todo lo que haya publicado en este "
-"sitio se borrará para siempre!\\n\\n¿Estás seguro?"
+msgstr "El usuario {0} va a ser eliminado!\\n\\nTodo lo que este usuario ha publicado en este sitio será borrado de forma permanente!\\n\\n¿Está seguro de querer hacerlo?"
-#: ../../mod/admin.php:512
+#: ../../mod/admin.php:870
#, php-format
-msgid "Plugin %s disabled."
-msgstr "Módulo %s deshabilitado."
+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/admin.php:516
+#: ../../mod/admin.php:879
#, php-format
-msgid "Plugin %s enabled."
-msgstr "Módulo %s habilitado."
-
-#: ../../mod/admin.php:526
-msgid "Disable"
-msgstr "Inhabilitado"
-
-#: ../../mod/admin.php:528
-msgid "Enable"
-msgstr "Habilitado"
-
-#: ../../mod/admin.php:550
-msgid "Toggle"
-msgstr "Activar"
-
-#: ../../mod/admin.php:551 ../../include/nav.php:128
-msgid "Settings"
-msgstr "Configuraciones"
-
-#: ../../mod/admin.php:613
-msgid "Log settings updated."
-msgstr "Registro de los parámetros de actualización"
-
-#: ../../mod/admin.php:653
-msgid "Clear"
-msgstr "Limpiar"
-
-#: ../../mod/admin.php:659
-msgid "Debugging"
-msgstr "Depuración"
-
-#: ../../mod/admin.php:660
-msgid "Log file"
-msgstr "Archivo de registro"
-
-#: ../../mod/admin.php:660
-msgid "Must be writable by web server. Relative to your Friendika index.php."
-msgstr ""
-"Debes permitirle la escritura al servidor web. Relacionado con Friendika "
-"index.php"
+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:661
-msgid "Log level"
-msgstr "Nivel de registro"
+#: ../../mod/admin.php:886
+#, php-format
+msgid "%s channel deleted"
+msgid_plural "%s channels deleted"
+msgstr[0] "%s canales eliminados"
+msgstr[1] "%s canales eliminados"
-#: ../../mod/admin.php:702
-msgid "Close"
-msgstr "Cerrado"
+#: ../../mod/admin.php:906
+msgid "Channel not found"
+msgstr "Canal no encontrado"
-#: ../../mod/admin.php:708
-msgid "FTP Host"
-msgstr "Host FTP"
+#: ../../mod/admin.php:917
+#, php-format
+msgid "Channel '%s' deleted"
+msgstr "Canal '%s' eliminado"
-#: ../../mod/admin.php:709
-msgid "FTP Path"
-msgstr "Ruta FTP"
+#: ../../mod/admin.php:929
+#, php-format
+msgid "Channel '%s' censored"
+msgstr "Canal '%s' censurado"
-#: ../../mod/admin.php:710
-msgid "FTP User"
-msgstr "Usuario FTP"
+#: ../../mod/admin.php:929
+#, php-format
+msgid "Channel '%s' uncensored"
+msgstr "Canal '%s' no censurado"
-#: ../../mod/admin.php:711
-msgid "FTP Password"
-msgstr "Contraseña FTP"
+#: ../../mod/admin.php:940
+#, php-format
+msgid "Channel '%s' code allowed"
+msgstr "Código permitido al canal '%s'"
-#: ../../mod/item.php:84
-msgid "Unable to locate original post."
-msgstr "No se puede encontrar la publicación original."
+#: ../../mod/admin.php:940
+#, php-format
+msgid "Channel '%s' code disallowed"
+msgstr "Código no permitido al canal '%s'"
-#: ../../mod/item.php:199
-msgid "Empty post discarded."
-msgstr "Publicación vacía descartada."
+#: ../../mod/admin.php:989
+msgid "Censor"
+msgstr "Censurar"
-#: ../../mod/item.php:675 ../../mod/item.php:720 ../../mod/item.php:764
-#: ../../mod/item.php:807 ../../include/items.php:1769
-#: ../../include/items.php:2068 ../../include/items.php:2115
-#: ../../include/items.php:2227 ../../include/items.php:2273
-msgid "noreply"
-msgstr "no responder"
+#: ../../mod/admin.php:990
+msgid "Uncensor"
+msgstr "No censurar"
-#: ../../mod/item.php:719 ../../mod/item.php:806 ../../include/items.php:2272
-msgid "Administrator@"
-msgstr "Administrador@"
+#: ../../mod/admin.php:991
+msgid "Allow Code"
+msgstr "Permitir código"
-#: ../../mod/item.php:722 ../../include/items.php:2117
-#: ../../include/items.php:2275
-#, php-format
-msgid "%s commented on an item at %s"
-msgstr "%s ha commentato un elemento en %s"
+#: ../../mod/admin.php:992
+msgid "Disallow Code"
+msgstr "No permitir código"
-#: ../../mod/item.php:809
-#, php-format
-msgid "%s posted to your profile wall at %s"
-msgstr "%s ha publicado en tu muro a las %s"
-
-#: ../../mod/item.php:843
-msgid "System error. Post not saved."
-msgstr "Error del sistema. Mensaje no guardado."
+#: ../../mod/admin.php:994
+msgid "UID"
+msgstr "UID"
-#: ../../mod/item.php:868
-#, php-format
+#: ../../mod/admin.php:996
msgid ""
-"This message was sent to you by %s, a member of the Friendika social "
-"network."
-msgstr ""
-"Este mensaje te ha sido enviado por %s, un miembro de la red social "
-"Friendika."
+"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/item.php:870
-#, php-format
-msgid "You may visit them online at %s"
-msgstr "Los puedes visitar en línea en %s"
-
-#: ../../mod/item.php:871
+#: ../../mod/admin.php:997
msgid ""
-"Please contact the sender by replying to this post if you do not wish to "
-"receive these messages."
-msgstr ""
-"Por favor contacta con el remitente respondiendo a este mensaje si no deseas"
-" recibir estos mensajes."
+"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/item.php:873
+#: ../../mod/admin.php:1037
#, php-format
-msgid "%s posted an update."
-msgstr "%s ha publicado una actualización."
+msgid "Plugin %s disabled."
+msgstr "Plugin %s desactivado."
-#: ../../mod/tagrm.php:41
-msgid "Tag removed"
-msgstr "Etiqueta eliminada"
+#: ../../mod/admin.php:1041
+#, php-format
+msgid "Plugin %s enabled."
+msgstr "Plugin %s activado."
-#: ../../mod/tagrm.php:79
-msgid "Remove Item Tag"
-msgstr "Eliminar etiqueta del elemento"
+#: ../../mod/admin.php:1051 ../../mod/admin.php:1249
+msgid "Disable"
+msgstr "Desactivar"
-#: ../../mod/tagrm.php:81
-msgid "Select a tag to remove: "
-msgstr "Seleccione una etiqueta para eliminar:"
+#: ../../mod/admin.php:1054 ../../mod/admin.php:1251
+msgid "Enable"
+msgstr "Activar"
-#: ../../mod/tagrm.php:93
-msgid "Remove"
-msgstr "Eliminar"
+#: ../../mod/admin.php:1078 ../../mod/admin.php:1278
+msgid "Toggle"
+msgstr "Cambiar"
-#: ../../mod/message.php:23
-msgid "No recipient selected."
-msgstr "Ningún destinatario seleccionado"
+#: ../../mod/admin.php:1086 ../../mod/admin.php:1288
+msgid "Author: "
+msgstr "Autor:"
-#: ../../mod/message.php:26
-msgid "Unable to locate contact information."
-msgstr "No se puede encontrar información del contacto."
+#: ../../mod/admin.php:1087 ../../mod/admin.php:1289
+msgid "Maintainer: "
+msgstr "Mantenedor:"
-#: ../../mod/message.php:29
-msgid "Message could not be sent."
-msgstr "El mensaje no ha podido ser enviado."
+#: ../../mod/admin.php:1214
+msgid "No themes found."
+msgstr "No se han encontrado temas."
-#: ../../mod/message.php:31
-msgid "Message sent."
-msgstr "Mensaje enviado."
+#: ../../mod/admin.php:1270
+msgid "Screenshot"
+msgstr "Instantánea de pantalla"
-#: ../../mod/message.php:51
-msgid "Inbox"
-msgstr "Entrada"
+#: ../../mod/admin.php:1316
+msgid "[Experimental]"
+msgstr "[Experimental]"
-#: ../../mod/message.php:56
-msgid "Outbox"
-msgstr "Enviados"
+#: ../../mod/admin.php:1317
+msgid "[Unsupported]"
+msgstr "[No soportado]"
-#: ../../mod/message.php:61
-msgid "New Message"
-msgstr "Nuevo mensaje"
+#: ../../mod/admin.php:1341
+msgid "Log settings updated."
+msgstr "Actualizado el informe de configuraciones."
-#: ../../mod/message.php:87
-msgid "Message deleted."
-msgstr "Mensaje eliminado."
+#: ../../mod/admin.php:1398
+msgid "Clear"
+msgstr "Vaciar"
-#: ../../mod/message.php:103
-msgid "Conversation removed."
-msgstr "Conversación eliminada."
+#: ../../mod/admin.php:1404
+msgid "Debugging"
+msgstr "Depurando"
-#: ../../mod/message.php:119 ../../include/conversation.php:767
-msgid "Please enter a link URL:"
-msgstr "Introduce la dirección del enlace:"
+#: ../../mod/admin.php:1405
+msgid "Log file"
+msgstr "Fichero de informe"
-#: ../../mod/message.php:127
-msgid "Send Private Message"
-msgstr "Enviar mensaje privado"
+#: ../../mod/admin.php:1405
+msgid ""
+"Must be writable by web server. Relative to your Red top-level directory."
+msgstr "Debe tener permisos de escritura para el servidor web. Ruta relativa al directorio raíz de Red."
-#: ../../mod/message.php:128 ../../mod/message.php:261
-msgid "To:"
-msgstr "Para:"
+#: ../../mod/admin.php:1406
+msgid "Log level"
+msgstr "Nivel de depuración"
-#: ../../mod/message.php:129 ../../mod/message.php:262
-msgid "Subject:"
-msgstr "Asunto:"
+#: ../../mod/admin.php:1452
+msgid "New Profile Field"
+msgstr "Nuevo campo en el perfil"
-#: ../../mod/message.php:170
-msgid "No messages."
-msgstr "No hay mensajes."
+#: ../../mod/admin.php:1453 ../../mod/admin.php:1473
+msgid "Field nickname"
+msgstr "Alias del campo"
-#: ../../mod/message.php:183
-msgid "Delete conversation"
-msgstr "Eliminar conversación"
+#: ../../mod/admin.php:1453 ../../mod/admin.php:1473
+msgid "System name of field"
+msgstr "Nombre del campo en el sistema"
-#: ../../mod/message.php:186
-msgid "D, d M Y - g:i A"
-msgstr "D, d M Y - g:i A"
+#: ../../mod/admin.php:1454 ../../mod/admin.php:1474
+msgid "Input type"
+msgstr "Tipo de entrada"
-#: ../../mod/message.php:213
-msgid "Message not available."
-msgstr "Mensaje no disponibile."
+#: ../../mod/admin.php:1455 ../../mod/admin.php:1475
+msgid "Field Name"
+msgstr "Nombre del campo"
-#: ../../mod/message.php:250
-msgid "Delete message"
-msgstr "Borrar mensaje"
+#: ../../mod/admin.php:1455 ../../mod/admin.php:1475
+msgid "Label on profile pages"
+msgstr "Etiqueta a mostrar en las páginas del perfil"
-#: ../../mod/message.php:260
-msgid "Send Reply"
-msgstr "Enviar respuesta"
+#: ../../mod/admin.php:1456 ../../mod/admin.php:1476
+msgid "Help text"
+msgstr "Texto de ayuda"
-#: ../../mod/dfrn_confirm.php:234
-msgid "Response from remote site was not understood."
-msgstr "La respuesta desde el sitio remoto no ha sido entendida."
+#: ../../mod/admin.php:1456 ../../mod/admin.php:1476
+msgid "Additional info (optional)"
+msgstr "Información adicional (opcional)"
-#: ../../mod/dfrn_confirm.php:243
-msgid "Unexpected response from remote site: "
-msgstr "Respuesta inesperada desde el sitio remoto:"
+#: ../../mod/admin.php:1466
+msgid "Field definition not found"
+msgstr "Definición del campo no encontrada"
-#: ../../mod/dfrn_confirm.php:251
-msgid "Confirmation completed successfully."
-msgstr "Confirmación completada con éxito."
+#: ../../mod/admin.php:1472
+msgid "Edit Profile Field"
+msgstr "Modificar el campo del perfil"
-#: ../../mod/dfrn_confirm.php:253 ../../mod/dfrn_confirm.php:267
-#: ../../mod/dfrn_confirm.php:274
-msgid "Remote site reported: "
-msgstr "El sito remoto informó:"
+#: ../../mod/oexchange.php:23
+msgid "Unable to find your hub."
+msgstr "No se puede encontrar su servidor."
-#: ../../mod/dfrn_confirm.php:265
-msgid "Temporary failure. Please wait and try again."
-msgstr "Error temporal. Por favor, espere y vuelva a intentarlo."
+#: ../../mod/oexchange.php:37
+msgid "Post successful."
+msgstr "Enviado con éxito."
-#: ../../mod/dfrn_confirm.php:272
-msgid "Introduction failed or was revoked."
-msgstr "La presentación ha fallado o ha sido anulada."
+#: ../../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/dfrn_confirm.php:409
-msgid "Unable to set contact photo."
-msgstr "Imposible establecer la foto del contacto."
+#: ../../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/dfrn_confirm.php:459 ../../include/conversation.php:79
-#: ../../include/diaspora.php:477
-#, php-format
-msgid "%1$s is now friends with %2$s"
-msgstr "%1$s es ahora amigo de %2$s"
+#: ../../mod/register.php:84
+msgid "Passwords do not match."
+msgstr "Las contraseñas no coinciden."
-#: ../../mod/dfrn_confirm.php:530
-#, php-format
-msgid "No user record found for '%s' "
-msgstr "No se ha encontrado a ningún '%s'"
+#: ../../mod/register.php:117
+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/dfrn_confirm.php:540
-msgid "Our site encryption key is apparently messed up."
-msgstr "Nuestra clave de cifrado del sitio es aparentemente un lío."
+#: ../../mod/register.php:123
+msgid "Your registration is pending approval by the site owner."
+msgstr "Su registro está pendiente de aprobación por el propietario del sitio."
-#: ../../mod/dfrn_confirm.php:551
-msgid "Empty site URL was provided or URL could not be decrypted by us."
-msgstr ""
-"Se ha proporcionado una dirección vacía o no hemos podido descifrarla."
+#: ../../mod/register.php:126
+msgid "Your registration can not be processed."
+msgstr "Su registro no puede ser procesado."
-#: ../../mod/dfrn_confirm.php:572
-msgid "Contact record was not found for you on our site."
-msgstr "El contacto no se ha encontrado en nuestra base de datos."
+#: ../../mod/register.php:163
+msgid "Registration on this site/hub is by approval only."
+msgstr "El registro en este servidor/hub está sometido a aprobación previa."
-#: ../../mod/dfrn_confirm.php:586
-#, php-format
-msgid "Site public key not available in contact record for URL %s."
-msgstr ""
-"La clave pública del sitio no está disponible en los datos del contacto para"
-" URL %s."
+#: ../../mod/register.php:164
+msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>"
+msgstr "<a href=\"pubsites\">Inscribirse en un servidor/hub afiliado</a>"
-#: ../../mod/dfrn_confirm.php:606
+#: ../../mod/register.php:174
msgid ""
-"The ID provided by your system is a duplicate on our system. It should work "
-"if you try again."
-msgstr ""
-"La identificación proporcionada por el sistema es un duplicado de nuestro "
-"sistema. Debería funcionar si lo intentas de nuevo."
+"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/dfrn_confirm.php:617
-msgid "Unable to set your contact credentials on our system."
-msgstr ""
-"No se puede establecer las credenciales de tu contacto en nuestro sistema."
+#: ../../mod/register.php:185
+msgid "Terms of Service"
+msgstr "Términos del servicio"
-#: ../../mod/dfrn_confirm.php:671
-msgid "Unable to update your contact profile details on our system"
-msgstr ""
-"No se puede actualizar los datos de tu perfil de contacto en nuestro sistema"
+#: ../../mod/register.php:191
+#, php-format
+msgid "I accept the %s for this website"
+msgstr "Acepto los %s de este sitio"
-#: ../../mod/dfrn_confirm.php:701
+#: ../../mod/register.php:193
#, php-format
-msgid "Connection accepted at %s"
-msgstr "Conexión aceptada en % s"
+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/openid.php:63 ../../mod/openid.php:123 ../../include/auth.php:122
-#: ../../include/auth.php:147 ../../include/auth.php:201
-msgid "Login failed."
-msgstr "Accesso fallido."
+#: ../../mod/register.php:212
+msgid "Membership on this site is by invitation only."
+msgstr "Para registrarse en este sitio es necesaria una invitación."
-#: ../../mod/openid.php:79 ../../include/auth.php:217
-msgid "Welcome "
-msgstr "Bienvenido"
+#: ../../mod/register.php:213
+msgid "Please enter your invitation code"
+msgstr "Por favor, introduzca el código de su invitación"
-#: ../../mod/openid.php:80 ../../include/auth.php:218
-msgid "Please upload a profile photo."
-msgstr "Por favor sube una foto para tu perfil."
+#: ../../mod/register.php:216
+msgid "Your email address"
+msgstr "Su dirección de correo electrónico"
-#: ../../mod/openid.php:83 ../../include/auth.php:221
-msgid "Welcome back "
-msgstr "Bienvenido de nuevo"
+#: ../../mod/register.php:217
+msgid "Choose a password"
+msgstr "Elija una contraseña"
-#: ../../mod/dfrn_poll.php:90 ../../mod/dfrn_poll.php:516
-#, php-format
-msgid "%s welcomes %s"
-msgstr "%s te da la bienvenida a %s"
+#: ../../mod/register.php:218
+msgid "Please re-enter your password"
+msgstr "Por favor, vuelva a escribir su contraseña"
-#: ../../mod/viewconnections.php:25 ../../include/text.php:567
-msgid "View Contacts"
-msgstr "Ver contactos"
+#: ../../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/viewconnections.php:40
-msgid "No contacts."
-msgstr "Ningún contacto."
+#: ../../mod/removeaccount.php:57
+msgid "Remove This Account"
+msgstr "Eliminar esta cuenta"
-#: ../../mod/group.php:27
-msgid "Group created."
-msgstr "Grupo creado."
+#: ../../mod/removeaccount.php:58 ../../mod/removeme.php:58
+msgid "WARNING: "
+msgstr "ATENCIÓN:"
-#: ../../mod/group.php:33
-msgid "Could not create group."
-msgstr "Imposible crear el grupo."
+#: ../../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/group.php:43 ../../mod/group.php:123
-msgid "Group not found."
-msgstr "Grupo no encontrado."
+#: ../../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/group.php:56
-msgid "Group name changed."
-msgstr "El nombre del grupo ha cambiado."
+#: ../../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/group.php:82
-msgid "Create a group of contacts/friends."
-msgstr "Crea un grupo de contactos/amigos."
+#: ../../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/group.php:83 ../../mod/group.php:166
-msgid "Group Name: "
-msgstr "Nombre del grupo: "
+#: ../../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/group.php:98
-msgid "Group removed."
-msgstr "Grupo eliminado."
+#: ../../mod/removeaccount.php:61 ../../mod/settings.php:720
+msgid "Remove Account"
+msgstr "Eliminar cuenta"
-#: ../../mod/group.php:100
-msgid "Unable to remove group."
-msgstr "No se puede eliminar el grupo."
+#: ../../mod/help.php:49 ../../mod/help.php:55 ../../mod/help.php:61
+msgid "Help:"
+msgstr "Ayuda:"
-#: ../../mod/group.php:165
-msgid "Group Editor"
-msgstr "Editor de grupos"
+#: ../../mod/help.php:76 ../../index.php:238
+msgid "Not Found"
+msgstr "No encontrado"
-#: ../../mod/group.php:179
-msgid "Members"
-msgstr "Miembros"
+#: ../../mod/help.php:100
+msgid "$Projectname Documentation"
+msgstr "Documentación de $Projectname"
-#: ../../mod/group.php:194
-msgid "All Contacts"
-msgstr "Todos los contactos"
+#: ../../mod/update_channel.php:43 ../../mod/update_display.php:25
+#: ../../mod/update_network.php:23 ../../mod/update_search.php:46
+#: ../../mod/update_home.php:21 ../../mod/update_public.php:21
+msgid "[Embedded content - reload page to view]"
+msgstr "[Contenido incorporado - recargue la página para poder verlo]"
-#: ../../mod/attach.php:8
-msgid "Item not available."
-msgstr "Elemento no disponible."
+#: ../../mod/lockview.php:37
+msgid "Remote privacy information not available."
+msgstr "La información privada remota no está disponible."
-#: ../../mod/attach.php:20
-msgid "Item was not found."
-msgstr "Elemento no encontrado."
+#: ../../mod/lockview.php:58
+msgid "Visible to:"
+msgstr "Visible para:"
-#: ../../mod/common.php:34
-msgid "Common Friends"
-msgstr "Amigos comunes"
+#: ../../mod/settings.php:76
+msgid "Name is required"
+msgstr "El nombre es obligatorio"
-#: ../../mod/common.php:42
-msgid "No friends in common."
-msgstr "No hay amigos en común."
+#: ../../mod/settings.php:80
+msgid "Key and Secret are required"
+msgstr "Clave y Secreto son obligatorios"
-#: ../../mod/match.php:10
-msgid "Profile Match"
-msgstr "Coincidencias de Perfil"
+#: ../../mod/settings.php:130
+msgid "Diaspora Policy Settings updated."
+msgstr "Configuración de directivas de Diaspora actualizada."
-#: ../../mod/match.php:18
-msgid "No keywords to match. Please add keywords to your default profile."
-msgstr ""
-"No hay palabras clave que coincidan. Por favor, agrega palabras claves a tu "
-"perfil predeterminado."
+#: ../../mod/settings.php:238
+msgid "Passwords do not match. Password unchanged."
+msgstr "Las contraseñas no coinciden. La contraseña no se ha cambiado."
-#: ../../mod/community.php:21
-msgid "Not available."
-msgstr "No disponible"
+#: ../../mod/settings.php:242
+msgid "Empty passwords are not allowed. Password unchanged."
+msgstr "No se permiten contraseñas vacías. La contraseña no se ha cambiado."
-#: ../../mod/community.php:30 ../../include/nav.php:97
-msgid "Community"
-msgstr "Comunidad"
+#: ../../mod/settings.php:256
+msgid "Password changed."
+msgstr "Constraseña cambiada."
-#: ../../mod/community.php:87
-msgid ""
-"Shared content is covered by the <a "
-"href=\"http://creativecommons.org/licenses/by/3.0/\">Creative Commons "
-"Attribution 3.0</a> license."
-msgstr ""
-"El contenido en común está cubierto por la licencia <a "
-"href=\"http://creativecommons.org/licenses/by/3.0/deed.it\">Creative Commons"
-" Atribución 3.0</a>."
+#: ../../mod/settings.php:258
+msgid "Password update failed. Please try again."
+msgstr "La actualización de la contraseña ha fallado. Por favor, inténtalo de nuevo."
-#: ../../addon/tumblr/tumblr.php:35
-msgid "Post to Tumblr"
-msgstr "Publicar en Tumblr"
+#: ../../mod/settings.php:272
+msgid "Not valid email."
+msgstr "Correo electrónico no válido."
-#: ../../addon/tumblr/tumblr.php:66
-msgid "Tumblr Post Settings"
-msgstr "Configuración de publicación en Tumblr"
+#: ../../mod/settings.php:275
+msgid "Protected email address. Cannot change to that email."
+msgstr "Dirección de correo electrónico protegida. No se puede cambiar a ella."
-#: ../../addon/tumblr/tumblr.php:68
-msgid "Enable Tumblr Post Plugin"
-msgstr "Habilitar el plugin de publicación en Tumblr"
+#: ../../mod/settings.php:284
+msgid "System failure storing new email. Please try again."
+msgstr "Fallo de sistema al guardar el nuevo correo electrónico. Por favor, inténtelo de nuevo."
-#: ../../addon/tumblr/tumblr.php:73
-msgid "Tumblr login"
-msgstr "Tumblr - inicio de sesión"
+#: ../../mod/settings.php:523
+msgid "Settings updated."
+msgstr "Configuración actualizada."
-#: ../../addon/tumblr/tumblr.php:78
-msgid "Tumblr password"
-msgstr "Tumblr - contraseña"
+#: ../../mod/settings.php:587 ../../mod/settings.php:613
+#: ../../mod/settings.php:649
+msgid "Add application"
+msgstr "Añadir aplicación"
-#: ../../addon/tumblr/tumblr.php:83
-msgid "Post to Tumblr by default"
-msgstr "Publicar a Tumblr por defecto"
+#: ../../mod/settings.php:590
+msgid "Name of application"
+msgstr "Nombre de la aplicación"
-#: ../../addon/tumblr/tumblr.php:174 ../../addon/wppost/wppost.php:171
-msgid "Post from Friendica"
-msgstr "Publicar desde Friendica"
+#: ../../mod/settings.php:591 ../../mod/settings.php:617
+msgid "Consumer Key"
+msgstr "Clave de consumidor"
-#: ../../addon/twitter/twitter.php:78
-msgid "Post to Twitter"
-msgstr "Publicar en Twitter"
+#: ../../mod/settings.php:591 ../../mod/settings.php:592
+msgid "Automatically generated - change if desired. Max length 20"
+msgstr "Generado automáticamente - si lo desea, cámbielo. Longitud máxima: 20"
-#: ../../addon/twitter/twitter.php:123
-msgid "Twitter settings updated."
-msgstr "Actualización de la configuración de Twitter"
+#: ../../mod/settings.php:592 ../../mod/settings.php:618
+msgid "Consumer Secret"
+msgstr "Secreto de consumidor"
-#: ../../addon/twitter/twitter.php:145
-msgid "Twitter Posting Settings"
-msgstr "Configuración de publicaciones en Twitter"
+#: ../../mod/settings.php:593 ../../mod/settings.php:619
+msgid "Redirect"
+msgstr "Redirigir"
-#: ../../addon/twitter/twitter.php:152
+#: ../../mod/settings.php:593
msgid ""
-"No consumer key pair for Twitter found. Please contact your site "
-"administrator."
-msgstr ""
-"No se ha encontrado ningún par de claves para Twitter. Póngase en contacto "
-"con el administrador del sitio."
+"Redirect URI - leave blank unless your application specifically requires "
+"this"
+msgstr "URI de redirección - dejar en blanco a menos que su aplicación específicamente lo requiera"
-#: ../../addon/twitter/twitter.php:171
-msgid ""
-"At this Friendika instance the Twitter plugin was enabled but you have not "
-"yet connected your account to your Twitter account. To do so click the "
-"button below to get a PIN from Twitter which you have to copy into the input"
-" box below and submit the form. Only your <strong>public</strong> posts will"
-" be posted to Twitter."
-msgstr ""
-"En esta instancia de Friendika el plugin de Twitter fue habilitado, pero aún"
-" no has vinculado tu cuenta a tu cuenta de Twitter. Para ello haz clic en el"
-" botón de abajo para obtener un PIN de Twitter, que tiene que copiar en el "
-"cuadro de entrada y enviar el formulario. Solo sus posts "
-"<strong>públicos</strong> se publicarán en Twitter."
+#: ../../mod/settings.php:594 ../../mod/settings.php:620
+msgid "Icon url"
+msgstr "url de icono"
-#: ../../addon/twitter/twitter.php:172
-msgid "Log in with Twitter"
-msgstr "Acceder con Twitter"
+#: ../../mod/settings.php:594
+msgid "Optional"
+msgstr "Opcional"
-#: ../../addon/twitter/twitter.php:174
-msgid "Copy the PIN from Twitter here"
-msgstr "Copia el PIN de Twitter aquí"
+#: ../../mod/settings.php:605
+msgid "You can't edit this application."
+msgstr "No puede modificar esta aplicación."
-#: ../../addon/twitter/twitter.php:188 ../../addon/statusnet/statusnet.php:337
-msgid "Currently connected to: "
-msgstr "Actualmente conectado a:"
+#: ../../mod/settings.php:648
+msgid "Connected Apps"
+msgstr "Aplicaciones conectadas"
-#: ../../addon/twitter/twitter.php:189
-msgid ""
-"If enabled all your <strong>public</strong> postings can be posted to the "
-"associated Twitter account. You can choose to do so by default (here) or for"
-" every posting separately in the posting options when writing the entry."
-msgstr ""
-"Si lo habilitas todas tus publicaciones <strong>públicas</strong> serán "
-"publicadas en la cuenta de Twitter asociada. Puedes elegir hacerlo por "
-"defecto (aquí) o individualmente para cada publicación usando las opciones "
-"cuando escribes."
+#: ../../mod/settings.php:652
+msgid "Client key starts with"
+msgstr "La clave de cliente empieza por"
-#: ../../addon/twitter/twitter.php:191
-msgid "Allow posting to Twitter"
-msgstr "Permitir publicar en Twitter"
+#: ../../mod/settings.php:653
+msgid "No name"
+msgstr "Sin nombre"
-#: ../../addon/twitter/twitter.php:194
-msgid "Send public postings to Twitter by default"
-msgstr "Enviar publicaciones públicas a Twitter por defecto"
+#: ../../mod/settings.php:654
+msgid "Remove authorization"
+msgstr "Eliminar autorización"
-#: ../../addon/twitter/twitter.php:199 ../../addon/statusnet/statusnet.php:348
-msgid "Clear OAuth configuration"
-msgstr "Borrar la configuración de OAuth"
+#: ../../mod/settings.php:668
+msgid "No feature settings configured"
+msgstr "No se ha establecido la configuración de características"
-#: ../../addon/twitter/twitter.php:301
-msgid "Consumer key"
-msgstr "Clave consumer"
+#: ../../mod/settings.php:685
+msgid "Feature/Addon Settings"
+msgstr "Configuración de característica/complemento"
-#: ../../addon/twitter/twitter.php:302
-msgid "Consumer secret"
-msgstr "Secreto consumer"
+#: ../../mod/settings.php:687
+msgid "Settings for the built-in Diaspora emulator"
+msgstr "Configuración para el emulador de Diaspora incorporado"
-#: ../../addon/statusnet/statusnet.php:141
-msgid "Post to StatusNet"
-msgstr "Publicar en StatusNet"
+#: ../../mod/settings.php:688
+msgid "Allow any Diaspora member to comment on your public posts"
+msgstr "Permitir a cualquier miembro de Diaspora comentar en sus publicaciones públicas"
-#: ../../addon/statusnet/statusnet.php:183
-msgid ""
-"Please contact your site administrator.<br />The provided API URL is not "
-"valid."
-msgstr ""
-"Por favor contacta con el administrador de tu web.<br />La dirección API "
-"suministrada no es válida."
+#: ../../mod/settings.php:689
+msgid "Enable the Diaspora protocol for this channel"
+msgstr "Activar el protocolo de Diaspora para este canal"
-#: ../../addon/statusnet/statusnet.php:211
-msgid "We could not contact the StatusNet API with the Path you entered."
-msgstr "No podemos contantar con StatusNet en la ruta que has especificado."
+#: ../../mod/settings.php:690
+msgid "Diaspora Policy Settings"
+msgstr "Configuración de directivas de Diaspora"
-#: ../../addon/statusnet/statusnet.php:238
-msgid "StatusNet settings updated."
-msgstr "Actualición de la configuración de StatusNet."
+#: ../../mod/settings.php:691
+msgid "Prevent your hashtags from being redirected to other sites"
+msgstr "Impedir que sus \"hashtags\" sean redirigidos a otros sitios "
-#: ../../addon/statusnet/statusnet.php:261
-msgid "StatusNet Posting Settings"
-msgstr "Configuración de envío a StatusNet"
+#: ../../mod/settings.php:715
+msgid "Account Settings"
+msgstr "Configuración de la cuenta"
-#: ../../addon/statusnet/statusnet.php:275
-msgid "Globally Available StatusNet OAuthKeys"
-msgstr "StatusNet OAuthKeys disponibles para todos"
+#: ../../mod/settings.php:716
+msgid "Enter New Password:"
+msgstr "Introduzca la nueva contraseña:"
-#: ../../addon/statusnet/statusnet.php:276
-msgid ""
-"There are preconfigured OAuth key pairs for some StatusNet servers "
-"available. If you are useing one of them, please use these credentials. If "
-"not feel free to connect to any other StatusNet instance (see below)."
-msgstr ""
-"Existen pares de valores OAuthKey preconfigurados para algunos servidores. "
-"Si usas uno de ellos, por favor usa estas credenciales. De los contrario no "
-"dudes en conectar con cualquiera otra instancia de StatusNet (ver a "
-"continuación)."
+#: ../../mod/settings.php:717
+msgid "Confirm New Password:"
+msgstr "Confirma la nueva contraseña:"
-#: ../../addon/statusnet/statusnet.php:284
-msgid "Provide your own OAuth Credentials"
-msgstr "Proporciona tus propias credenciales OAuth"
+#: ../../mod/settings.php:717
+msgid "Leave password fields blank unless changing"
+msgstr "Dejar en blanco los campos de contraseña a menos que cambie"
-#: ../../addon/statusnet/statusnet.php:285
-msgid ""
-"No consumer key pair for StatusNet found. Register your Friendika Account as"
-" an desktop client on your StatusNet account, copy the consumer key pair "
-"here and enter the API base root.<br />Before you register your own OAuth "
-"key pair ask the administrator if there is already a key pair for this "
-"Friendika installation at your favorited StatusNet installation."
-msgstr ""
-"No se ha encontrado ningún par de claves para StatusNet. Registra tu cuenta "
-"de Friendika como cliente de escritorio en tu cuenta de StatusNet, copia la "
-"clave consumer aquí y escribe la dirección de la base API.<br />Antes de "
-"registrar tu propio par de claves OAuth, pregunta al administrador si ya hay"
-" un par de claves para esta instalación de Friendika en tu instalación "
-"StatusNet favorita."
-
-#: ../../addon/statusnet/statusnet.php:287
-msgid "OAuth Consumer Key"
-msgstr "OAuth Consumer Key"
-
-#: ../../addon/statusnet/statusnet.php:290
-msgid "OAuth Consumer Secret"
-msgstr "OAuth Consumer Secret"
-
-#: ../../addon/statusnet/statusnet.php:293
-msgid "Base API Path (remember the trailing /)"
-msgstr "Dirección de base para la API (recordar el / al final)"
-
-#: ../../addon/statusnet/statusnet.php:314
-msgid ""
-"To connect to your StatusNet account click the button below to get a "
-"security code from StatusNet which you have to copy into the input box below"
-" and submit the form. Only your <strong>public</strong> posts will be posted"
-" to StatusNet."
-msgstr ""
-"Para conectarse a tu cuenta de StatusNet haga clic en el botón abajo para "
-"obtener un PIN de StatusNet, que tiene que copiar en el cuadro de entrada y "
-"enviar el formulario. Solo sus posts <strong>públicos</strong> se publicarán"
-" en StatusNet."
+#: ../../mod/settings.php:719 ../../mod/settings.php:1057
+msgid "Email Address:"
+msgstr "Dirección de correo electrónico:"
-#: ../../addon/statusnet/statusnet.php:315
-msgid "Log in with StatusNet"
-msgstr "Inicia sesión con StatusNet"
+#: ../../mod/settings.php:721
+msgid "Remove this account including all its channels"
+msgstr "Eliminar esta cuenta incuyendo todos sus canales"
-#: ../../addon/statusnet/statusnet.php:317
-msgid "Copy the security code from StatusNet here"
-msgstr "Copia el código de seguridad de StatusNet aquí"
+#: ../../mod/settings.php:737
+msgid "Off"
+msgstr "Desactivado"
-#: ../../addon/statusnet/statusnet.php:323
-msgid "Cancel Connection Process"
-msgstr "Cancelar la conexión en proceso"
+#: ../../mod/settings.php:737
+msgid "On"
+msgstr "Activado"
-#: ../../addon/statusnet/statusnet.php:325
-msgid "Current StatusNet API is"
-msgstr "El estado actual de la API de StatusNet es"
+#: ../../mod/settings.php:744
+msgid "Additional Features"
+msgstr "Características adicionales"
-#: ../../addon/statusnet/statusnet.php:326
-msgid "Cancel StatusNet Connection"
-msgstr "Cancelar conexión con StatusNet"
+#: ../../mod/settings.php:768
+msgid "Connector Settings"
+msgstr "Configuración de conector"
-#: ../../addon/statusnet/statusnet.php:338
-msgid ""
-"If enabled all your <strong>public</strong> postings can be posted to the "
-"associated StatusNet account. You can choose to do so by default (here) or "
-"for every posting separately in the posting options when writing the entry."
-msgstr ""
-"Si lo habilitas todas tus publicaciones </strong>públicas</strong> podrán "
-"ser publicadas en la cuenta asociada de StatusNet. Pudes elegir hacerlo por "
-"defecto (aquí) o para cada publicación individualmente en las opciones de "
-"publicacion cuando la estás escribiendo."
+#: ../../mod/settings.php:807
+msgid "No special theme for mobile devices"
+msgstr "Sin tema especial para dispositivos móviles"
-#: ../../addon/statusnet/statusnet.php:340
-msgid "Allow posting to StatusNet"
-msgstr "Permitir publicaciones en StatusNet"
+#: ../../mod/settings.php:810
+#, php-format
+msgid "%s - (Experimental)"
+msgstr "%s - (Experimental)"
-#: ../../addon/statusnet/statusnet.php:343
-msgid "Send public postings to StatusNet by default"
-msgstr "Enviar publicaciones públicas a StatusNet por defecto"
+#: ../../mod/settings.php:849
+msgid "Display Settings"
+msgstr "Configuración de visualización"
-#: ../../addon/statusnet/statusnet.php:478
-msgid "API URL"
-msgstr "Dirección de la API"
+#: ../../mod/settings.php:850
+msgid "Theme Settings"
+msgstr "Ajustes del tema"
-#: ../../addon/oembed/oembed.php:30
-msgid "OEmbed settings updated"
-msgstr "Actualizar la configuración de OEmbed"
+#: ../../mod/settings.php:851
+msgid "Custom Theme Settings"
+msgstr "Ajustes personalizados del tema"
-#: ../../addon/oembed/oembed.php:43
-msgid "Use OEmbed for YouTube videos"
-msgstr "Usar OEmbed para los vídeos de YouTube"
+#: ../../mod/settings.php:852
+msgid "Content Settings"
+msgstr "Ajustes del contenido"
-#: ../../addon/oembed/oembed.php:71
-msgid "URL to embed:"
-msgstr "Dirección del recurso:"
+#: ../../mod/settings.php:858
+msgid "Display Theme:"
+msgstr "Tema de visualización:"
-#: ../../addon/tictac/tictac.php:20
-msgid "Three Dimensional Tic-Tac-Toe"
-msgstr "Tres en Raya tridimensional"
+#: ../../mod/settings.php:859
+msgid "Mobile Theme:"
+msgstr "Tema móvil:"
-#: ../../addon/tictac/tictac.php:53
-msgid "3D Tic-Tac-Toe"
-msgstr "Tres en Raya 3D"
+#: ../../mod/settings.php:860
+msgid "Enable user zoom on mobile devices"
+msgstr "Habilitar zoom de usuario en dispositivos móviles"
-#: ../../addon/tictac/tictac.php:58
-msgid "New game"
-msgstr "Nueva partida"
+#: ../../mod/settings.php:861
+msgid "Update browser every xx seconds"
+msgstr "Actualizar navegador cada xx segundos"
-#: ../../addon/tictac/tictac.php:59
-msgid "New game with handicap"
-msgstr "Nuevo juego con handicap"
+#: ../../mod/settings.php:861
+msgid "Minimum of 10 seconds, no maximum"
+msgstr "Mínimo de 10 segundos, sin máximo"
-#: ../../addon/tictac/tictac.php:60
-msgid ""
-"Three dimensional tic-tac-toe is just like the traditional game except that "
-"it is played on multiple levels simultaneously. "
-msgstr ""
-"Tres en Raya tridimensional es como el juego tradicional, excepto que se "
-"juega en varios niveles simultáneamente."
+#: ../../mod/settings.php:862
+msgid "Maximum number of conversations to load at any time:"
+msgstr "Máximo número de conversaciones a cargar en cualquier momento:"
-#: ../../addon/tictac/tictac.php:61
-msgid ""
-"In this case there are three levels. You win by getting three in a row on "
-"any level, as well as up, down, and diagonally across the different levels."
-msgstr ""
-"En este caso hay tres niveles. Ganarás por conseguir tres en raya en "
-"cualquier nivel, así como arriba, abajo y en diagonal a través de los "
-"diferentes niveles."
+#: ../../mod/settings.php:862
+msgid "Maximum of 100 items"
+msgstr "Máximo de 100 elementos"
-#: ../../addon/tictac/tictac.php:63
-msgid ""
-"The handicap game disables the center position on the middle level because "
-"the player claiming this square often has an unfair advantage."
-msgstr ""
-"El juego con handicap desactiva la posición central en el nivel medio porque"
-" el jugador reclama que este cuadrado tiene a menudo una ventaja injusta."
+#: ../../mod/settings.php:863
+msgid "Show emoticons (smilies) as images"
+msgstr "Mostrar emoticonos (smilies) como imágenes"
-#: ../../addon/tictac/tictac.php:182
-msgid "You go first..."
-msgstr "Comienzas tú..."
+#: ../../mod/settings.php:864
+msgid "Link post titles to source"
+msgstr "Enlazar título de la publicación a la fuente"
-#: ../../addon/tictac/tictac.php:187
-msgid "I'm going first this time..."
-msgstr "Yo voy primero esta vez..."
+#: ../../mod/settings.php:865
+msgid "System Page Layout Editor - (advanced)"
+msgstr "Editor de sistema de distribución de página - (avanzado)"
-#: ../../addon/tictac/tictac.php:193
-msgid "You won!"
-msgstr "¡Has ganado!"
+#: ../../mod/settings.php:868
+msgid "Use blog/list mode on channel page"
+msgstr "Usar modo blog/lista en página del canal"
-#: ../../addon/tictac/tictac.php:199 ../../addon/tictac/tictac.php:224
-msgid "\"Cat\" game!"
-msgstr "¡Empate!"
+#: ../../mod/settings.php:868 ../../mod/settings.php:869
+msgid "(comments displayed separately)"
+msgstr "(comentarios mostrados de forma separada)"
-#: ../../addon/tictac/tictac.php:222
-msgid "I won!"
-msgstr "¡He ganado!"
+#: ../../mod/settings.php:869
+msgid "Use blog/list mode on matrix page"
+msgstr "Mostrar su red en modo blog/lista"
-#: ../../addon/uhremotestorage/uhremotestorage.php:56
-#, php-format
-msgid ""
-"Allow to use your friendika id (%s) to connecto to external unhosted-enabled"
-" storage (like ownCloud)"
-msgstr ""
-"Permitir el uso de su ID de friendica (%s) para conectar a fuentes externas "
-"de almacenamiento sin anfitrión habilitado (como ownCloud)"
+#: ../../mod/settings.php:870
+msgid "Channel page max height of content (in pixels)"
+msgstr "Altura máxima del contenido de la página del canal (en píxeles)"
-#: ../../addon/uhremotestorage/uhremotestorage.php:57
-msgid "Unhosted DAV storage url"
-msgstr "Dirección url de almacenamiento DAV sin anfitrión"
+#: ../../mod/settings.php:870 ../../mod/settings.php:871
+msgid "click to expand content exceeding this height"
+msgstr "Pulsa para expandir el contenido que excede esta altura"
-#: ../../addon/impressum/impressum.php:25
-msgid "Impressum"
-msgstr "Impressum"
+#: ../../mod/settings.php:871
+msgid "Matrix page max height of content (in pixels)"
+msgstr "Altura máxima del contenido de la página de matrix (en píxeles)"
-#: ../../addon/impressum/impressum.php:38
-#: ../../addon/impressum/impressum.php:40
-#: ../../addon/impressum/impressum.php:70
-msgid "Site Owner"
-msgstr "Propietario"
+#: ../../mod/settings.php:905
+msgid "Nobody except yourself"
+msgstr "Nadie excepto tú"
-#: ../../addon/impressum/impressum.php:38
-#: ../../addon/impressum/impressum.php:74
-msgid "Email Address"
-msgstr "Dirección de correo"
+#: ../../mod/settings.php:906
+msgid "Only those you specifically allow"
+msgstr "Solamente aquellos a los que tú permitas específicamente"
-#: ../../addon/impressum/impressum.php:43
-#: ../../addon/impressum/impressum.php:72
-msgid "Postal Address"
-msgstr "Dirección"
+#: ../../mod/settings.php:907
+msgid "Approved connections"
+msgstr "Conexiones aprobadas"
-#: ../../addon/impressum/impressum.php:49
-msgid ""
-"The impressum addon needs to be configured!<br />Please add at least the "
-"<tt>owner</tt> variable to your config file. For other variables please "
-"refer to the README file of the addon."
-msgstr ""
-"Impressum necesita ser configurado.<br />Por favor añade al menos la "
-"variable <tt>propietario<tt> a tu archivo de configuración. Para otras "
-"variables lee el archivo README."
+#: ../../mod/settings.php:908
+msgid "Any connections"
+msgstr "Cualquier conexión"
-#: ../../addon/impressum/impressum.php:71
-msgid "Site Owners Profile"
-msgstr "Perfil del propietario del sitio"
+#: ../../mod/settings.php:909
+msgid "Anybody on this website"
+msgstr "Cualquiera en este website"
-#: ../../addon/impressum/impressum.php:73
-msgid "Notes"
-msgstr "Notas"
+#: ../../mod/settings.php:910
+msgid "Anybody in this network"
+msgstr "Cualquiera en esta red"
-#: ../../addon/facebook/facebook.php:337
-msgid "Facebook disabled"
-msgstr "Facebook deshabilitado"
+#: ../../mod/settings.php:911
+msgid "Anybody authenticated"
+msgstr "Cualquiera autenticado"
-#: ../../addon/facebook/facebook.php:342
-msgid "Updating contacts"
-msgstr "Actualizando contactos"
+#: ../../mod/settings.php:912
+msgid "Anybody on the internet"
+msgstr "Cualquiera en internet"
-#: ../../addon/facebook/facebook.php:351
-msgid "Facebook API key is missing."
-msgstr "Falta la clave API de Facebook."
+#: ../../mod/settings.php:986
+msgid "Publish your default profile in the network directory"
+msgstr "Publicar tu perfil predeterminado en el directorio de la red"
-#: ../../addon/facebook/facebook.php:358
-msgid "Facebook Connect"
-msgstr "Conexión con Facebook"
+#: ../../mod/settings.php:991
+msgid "Allow us to suggest you as a potential friend to new members?"
+msgstr "¿Nos permite sugerirle como amigo potencial a los nuevos miembros?"
-#: ../../addon/facebook/facebook.php:364
-msgid "Install Facebook connector for this account."
-msgstr "Instalar el conector de Facebook para esta cuenta."
+#: ../../mod/settings.php:1000
+msgid "Your channel address is"
+msgstr "Su dirección de canal es"
-#: ../../addon/facebook/facebook.php:371
-msgid "Remove Facebook connector"
-msgstr "Eliminar el conector de Facebook"
+#: ../../mod/settings.php:1048
+msgid "Channel Settings"
+msgstr "Configuración del canal"
-#: ../../addon/facebook/facebook.php:376
-msgid ""
-"Re-authenticate [This is necessary whenever your Facebook password is "
-"changed.]"
-msgstr ""
-"Volver a identificarse [Esto es necesario cada vez que su contraseña de "
-"Facebook cambie.]"
+#: ../../mod/settings.php:1055
+msgid "Basic Settings"
+msgstr "Configuración básica"
-#: ../../addon/facebook/facebook.php:383
-msgid "Post to Facebook by default"
-msgstr "Publicar en Facebook de forma predeterminada"
+#: ../../mod/settings.php:1058
+msgid "Your Timezone:"
+msgstr "Su zona horaria:"
-#: ../../addon/facebook/facebook.php:387
-msgid "Link all your Facebook friends and conversations on this website"
-msgstr ""
-"Vincule a todos tus amigos de Facebook y las conversaciones en este sitio "
-"web"
+#: ../../mod/settings.php:1059
+msgid "Default Post Location:"
+msgstr "Ubicación de publicación predeterminada:"
-#: ../../addon/facebook/facebook.php:389
-msgid ""
-"Facebook conversations consist of your <em>profile wall</em> and your friend"
-" <em>stream</em>."
-msgstr ""
-"Las conversaciones de Facebook consisten en su <em>muro</em> su "
-"<em>perfil</em> y las <em>publicaciones</em> de su amigo."
+#: ../../mod/settings.php:1059
+msgid "Geographical location to display on your posts"
+msgstr "Localización geográfica a mostrar en sus publicaciones"
-#: ../../addon/facebook/facebook.php:390
-msgid "On this website, your Facebook friend stream is only visible to you."
-msgstr ""
-"En esta página web, las publicaciones de su amigo de Facebook solo son "
-"visibles para usted."
+#: ../../mod/settings.php:1060
+msgid "Use Browser Location:"
+msgstr "Usar localización de navegador:"
-#: ../../addon/facebook/facebook.php:391
-msgid ""
-"The following settings determine the privacy of your Facebook profile wall "
-"on this website."
-msgstr ""
-"La siguiente configuración determina la privacidad del muro de su perfil de "
-"Facebook en este sitio web."
+#: ../../mod/settings.php:1062
+msgid "Adult Content"
+msgstr "Contenido solo para adultos"
-#: ../../addon/facebook/facebook.php:395
+#: ../../mod/settings.php:1062
msgid ""
-"On this website your Facebook profile wall conversations will only be "
-"visible to you"
-msgstr ""
-"En este sitio web las publicaciones del muro de Facebook solo son visibles "
-"para usted"
+"This channel frequently or regularly publishes adult content. (Please tag "
+"any adult material and/or nudity with #NSFW)"
+msgstr "Este canal publica contenido solo para adultos con frecuencia o regularmente. (Por favor etiquete cualquier material para adultos con la etiqueta #NSFW)"
-#: ../../addon/facebook/facebook.php:400
-msgid "Do not import your Facebook profile wall conversations"
-msgstr "No importar las conversaciones de su muro de Facebook"
+#: ../../mod/settings.php:1064
+msgid "Security and Privacy Settings"
+msgstr "Configuración de seguridad y privacidad"
-#: ../../addon/facebook/facebook.php:402
-msgid ""
-"If you choose to link conversations and leave both of these boxes unchecked,"
-" your Facebook profile wall will be merged with your profile wall on this "
-"website and your privacy settings on this website will be used to determine "
-"who may see the conversations."
-msgstr ""
-"Si decide conectar las conversaciones y dejar ambas casillas sin marcar, el "
-"muro de su perfil de Facebook se fusionará con el muro de su perfil en este "
-"sitio web y la configuración de privacidad en este sitio serán utilizados "
-"para determinar quién puede ver las conversaciones."
+#: ../../mod/settings.php:1066
+msgid "Your permissions are already configured. Click to view/adjust"
+msgstr "Sus permisos ya están configurados. Pulse para ver/ajustar"
-#: ../../addon/facebook/facebook.php:469
-#: ../../include/contact_selectors.php:78
-msgid "Facebook"
-msgstr "Facebook"
+#: ../../mod/settings.php:1068
+msgid "Hide my online presence"
+msgstr "Oculta mi presencia online"
-#: ../../addon/facebook/facebook.php:470
-msgid "Facebook Connector Settings"
-msgstr "Configuración de conexión a Facebook"
+#: ../../mod/settings.php:1068
+msgid "Prevents displaying in your profile that you are online"
+msgstr "Evita mostrar en su perfil que está en línea"
-#: ../../addon/facebook/facebook.php:484
-msgid "Post to Facebook"
-msgstr "Publicar en Facebook"
+#: ../../mod/settings.php:1070
+msgid "Simple Privacy Settings:"
+msgstr "Configuración de privacidad sencilla:"
-#: ../../addon/facebook/facebook.php:561
+#: ../../mod/settings.php:1071
msgid ""
-"Post to Facebook cancelled because of multi-network access permission "
-"conflict."
-msgstr ""
-"Publicación en Facebook cancelada debido a un conflicto con los permisos de "
-"acceso a la multi-red."
-
-#: ../../addon/facebook/facebook.php:624
-msgid "Image: "
-msgstr "Imagen: "
-
-#: ../../addon/facebook/facebook.php:700
-msgid "View on Friendika"
-msgstr "Ver en Friendika"
+"Very Public - <em>extremely permissive (should be used with caution)</em>"
+msgstr "Muy Público - <em>extremadamente permisivo (debería ser usado con precaución)</em>"
-#: ../../addon/facebook/facebook.php:724
-msgid "Facebook post failed. Queued for retry."
-msgstr "Publicación en Facebook errónea. Reintentando..."
-
-#: ../../addon/widgets/widgets.php:55
-msgid "Generate new key"
-msgstr "Generar clave nueva"
+#: ../../mod/settings.php:1072
+msgid ""
+"Typical - <em>default public, privacy when desired (similar to social "
+"network permissions but with improved privacy)</em>"
+msgstr "Típico - <em>por defecto público, privado cuando se desee (similar a los permisos de red social pero con privacidad mejorada)</em>"
-#: ../../addon/widgets/widgets.php:58
-msgid "Widgets key"
-msgstr "Clave de aplicación"
+#: ../../mod/settings.php:1073
+msgid "Private - <em>default private, never open or public</em>"
+msgstr "Privado - <em>por defecto privado, nunca abierto o público</em>"
-#: ../../addon/widgets/widgets.php:60
-msgid "Widgets available"
-msgstr "Aplicación disponible"
+#: ../../mod/settings.php:1074
+msgid "Blocked - <em>default blocked to/from everybody</em>"
+msgstr "Bloqueado - <em>por defecto bloqueado bloqueado a/para cualquiera</em>"
-#: ../../addon/widgets/widget_friends.php:40
-msgid "Connect on Friendika!"
-msgstr "¡Conectado en Friendika!"
+#: ../../mod/settings.php:1076
+msgid "Allow others to tag your posts"
+msgstr "Permitir a otros etiquetar sus publicaciones"
-#: ../../addon/widgets/widget_like.php:58
-#, php-format
-msgid "%d person likes this"
-msgid_plural "%d people like this"
-msgstr[0] "a %d persona le gusta esto"
-msgstr[1] "a %d personas les gusta esto"
+#: ../../mod/settings.php:1076
+msgid ""
+"Often used by the community to retro-actively flag inappropriate content"
+msgstr "A menudo usado por la comunidad para marcar contenido inapropiado de forma retroactiva."
-#: ../../addon/widgets/widget_like.php:61
-#, php-format
-msgid "%d person doesn't like this"
-msgid_plural "%d people don't like this"
-msgstr[0] "a %d persona no le gusta esto"
-msgstr[1] "a %d personas no les gusta esto"
+#: ../../mod/settings.php:1078
+msgid "Advanced Privacy Settings"
+msgstr "Configuración de privacidad avanzada"
-#: ../../addon/buglink/buglink.php:15
-msgid "Report Bug"
-msgstr "Informe de errores"
+#: ../../mod/settings.php:1080
+msgid "Expire other channel content after this many days"
+msgstr "Caducar contenido de otro canal después de este número de días"
-#: ../../addon/nsfw/nsfw.php:47
-msgid "\"Not Safe For Work\" Settings"
-msgstr "Configuración «No apto para el trabajo» (NSFW)"
+#: ../../mod/settings.php:1080
+msgid "0 or blank prevents expiration"
+msgstr "0 o vacío evita la expiración"
-#: ../../addon/nsfw/nsfw.php:49
-msgid "Comma separated words to treat as NSFW"
-msgstr "Palabras separadas por comas para tratarlo como NSFW"
+#: ../../mod/settings.php:1081
+msgid "Maximum Friend Requests/Day:"
+msgstr "Máximo de solicitudes de amistad por día:"
-#: ../../addon/nsfw/nsfw.php:66
-msgid "NSFW Settings saved."
-msgstr "Configuración NSFW guardada."
+#: ../../mod/settings.php:1081
+msgid "May reduce spam activity"
+msgstr "Podría reducir la actividad de spam"
-#: ../../addon/nsfw/nsfw.php:102
-#, php-format
-msgid "%s - Click to open/close"
-msgstr "%s - Haga clic para abrir/cerrar"
+#: ../../mod/settings.php:1082
+msgid "Default Post Permissions"
+msgstr "Permidos de publicación predeterminados"
-#: ../../addon/communityhome/communityhome.php:29
-msgid "OpenID"
-msgstr "OpenID"
+#: ../../mod/settings.php:1087
+msgid "Channel permissions category:"
+msgstr "Categoría de permisos del canal:"
-#: ../../addon/communityhome/communityhome.php:38
-msgid "Last users"
-msgstr "Últimos usuarios"
+#: ../../mod/settings.php:1093
+msgid "Maximum private messages per day from unknown people:"
+msgstr "Máximo de mensajes privados por día de gente desconocida:"
-#: ../../addon/communityhome/communityhome.php:81
-msgid "Most active users"
-msgstr "Usuarios más activos"
+#: ../../mod/settings.php:1093
+msgid "Useful to reduce spamming"
+msgstr "Útil para reducir el envío de correo no deseado"
-#: ../../addon/communityhome/communityhome.php:98
-msgid "Last photos"
-msgstr "Últimas fotos"
+#: ../../mod/settings.php:1096
+msgid "Notification Settings"
+msgstr "Configuración de notificaciones"
-#: ../../addon/communityhome/communityhome.php:133
-msgid "Last likes"
-msgstr "Últimos \"me gusta\""
+#: ../../mod/settings.php:1097
+msgid "By default post a status message when:"
+msgstr "Por defecto, enviar un mensaje de estado cuando:"
-#: ../../addon/communityhome/communityhome.php:155
-#: ../../include/conversation.php:23
-msgid "event"
-msgstr "evento"
+#: ../../mod/settings.php:1098
+msgid "accepting a friend request"
+msgstr "acepte una solicitud de amistad"
-#: ../../addon/membersince/membersince.php:17
-#, php-format
-msgid " - Member since: %s"
-msgstr "- Miembro desde: %s"
+#: ../../mod/settings.php:1099
+msgid "joining a forum/community"
+msgstr "se una a un foro o comunidad"
-#: ../../addon/randplace/randplace.php:170
-msgid "Randplace Settings"
-msgstr "Configuración de Randplace"
+#: ../../mod/settings.php:1100
+msgid "making an <em>interesting</em> profile change"
+msgstr "realice un cambio <em>interesante</em> en su perfil"
-#: ../../addon/randplace/randplace.php:172
-msgid "Enable Randplace Plugin"
-msgstr "Activar el módulo Randplace"
+#: ../../mod/settings.php:1101
+msgid "Send a notification email when:"
+msgstr "Enviar una notificación por correo electrónico cuando:"
-#: ../../addon/piwik/piwik.php:70
-msgid ""
-"This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> "
-"analytics tool."
-msgstr ""
-"Este sitio web realiza un seguimiento mediante la herramienta de análisis <a"
-" href='http://www.piwik.org'>Piwik</a>."
+#: ../../mod/settings.php:1102
+msgid "You receive a connection request"
+msgstr "Reciba una solicitud de conexión"
-#: ../../addon/piwik/piwik.php:73
-#, php-format
-msgid ""
-"If you do not want that your visits are logged this way you <a href='%s'>can"
-" set a cookie to prevent Piwik from tracking further visits of the site</a> "
-"(opt-out)."
-msgstr ""
-"Si no quieres que tus visitas sean registradas de esta manera usted <a "
-"href='%s'>puede establecer una cookie para evitar que Piwik realice un "
-"seguimiento de las visitas del sitio</a> (opt-out)."
+#: ../../mod/settings.php:1103
+msgid "Your connections are confirmed"
+msgstr "Su conexión haya sido confirmada"
-#: ../../addon/piwik/piwik.php:82
-msgid "Piwik Base URL"
-msgstr "Dirección base Piwik"
+#: ../../mod/settings.php:1104
+msgid "Someone writes on your profile wall"
+msgstr "Alguien escriba en el muro de su perfil"
-#: ../../addon/piwik/piwik.php:83
-msgid "Site ID"
-msgstr "ID del sitio"
+#: ../../mod/settings.php:1105
+msgid "Someone writes a followup comment"
+msgstr "Alguien escriba un comentario sobre sus publicaciones"
-#: ../../addon/piwik/piwik.php:84
-msgid "Show opt-out cookie link?"
-msgstr "¿Mostrar enlace a las cookies?"
+#: ../../mod/settings.php:1106
+msgid "You receive a private message"
+msgstr "Reciba un mensaje privado"
-#: ../../addon/js_upload/js_upload.php:43
-msgid "Upload a file"
-msgstr "Subir un archivo"
+#: ../../mod/settings.php:1107
+msgid "You receive a friend suggestion"
+msgstr "Reciba una sugerencia de amistad"
-#: ../../addon/js_upload/js_upload.php:44
-msgid "Drop files here to upload"
-msgstr "Arrastra los archivos aquí para subirlos"
+#: ../../mod/settings.php:1108
+msgid "You are tagged in a post"
+msgstr "Usted es etiquetado en una publicación"
-#: ../../addon/js_upload/js_upload.php:46
-msgid "Failed"
-msgstr "Falló"
+#: ../../mod/settings.php:1109
+msgid "You are poked/prodded/etc. in a post"
+msgstr "Ha recibido un toque o ha sido incitado, etc. en una publicación"
-#: ../../addon/js_upload/js_upload.php:294
-msgid "No files were uploaded."
-msgstr "No hay archivos subidos."
+#: ../../mod/settings.php:1112
+msgid "Show visual notifications including:"
+msgstr "Mostrar notificaciones visuales que incluyan:"
-#: ../../addon/js_upload/js_upload.php:300
-msgid "Uploaded file is empty"
-msgstr "El archivo subido está vacío"
+#: ../../mod/settings.php:1114
+msgid "Unseen matrix activity"
+msgstr "Actividad no vista en la red"
-#: ../../addon/js_upload/js_upload.php:323
-msgid "File has an invalid extension, it should be one of "
-msgstr "El archivo tiene una extensión no válida, debería ser una de "
+#: ../../mod/settings.php:1115
+msgid "Unseen channel activity"
+msgstr "Actividad no vista en el canal"
-#: ../../addon/js_upload/js_upload.php:334
-msgid "Upload was cancelled, or server error encountered"
-msgstr "La subida ha sido cancelada, o se encontró un error del servidor"
+#: ../../mod/settings.php:1116
+msgid "Unseen private messages"
+msgstr "Mensajes privados no leídos"
-#: ../../addon/wppost/wppost.php:41
-msgid "Post to Wordpress"
-msgstr "Publicar en Wordpress"
+#: ../../mod/settings.php:1116 ../../mod/settings.php:1121
+#: ../../mod/settings.php:1122 ../../mod/settings.php:1123
+msgid "Recommended"
+msgstr "Recomendado"
-#: ../../addon/wppost/wppost.php:73
-msgid "WordPress Post Settings"
-msgstr "Configuración de publicación en Wordpres"
+#: ../../mod/settings.php:1117
+msgid "Upcoming events"
+msgstr "Próximos eventos"
-#: ../../addon/wppost/wppost.php:75
-msgid "Enable WordPress Post Plugin"
-msgstr "Habilitar el plugin de publicación en Wordpress"
+#: ../../mod/settings.php:1118
+msgid "Events today"
+msgstr "Eventos de hoy"
-#: ../../addon/wppost/wppost.php:80
-msgid "WordPress username"
-msgstr "WordPress - nombre de usuario"
+#: ../../mod/settings.php:1119
+msgid "Upcoming birthdays"
+msgstr "Próximos cumpleaños"
-#: ../../addon/wppost/wppost.php:85
-msgid "WordPress password"
-msgstr "WordPress - contraseña"
+#: ../../mod/settings.php:1119
+msgid "Not available in all themes"
+msgstr "No disponible en todos los temas"
-#: ../../addon/wppost/wppost.php:90
-msgid "WordPress API URL"
-msgstr "WordPress - dirección API"
+#: ../../mod/settings.php:1120
+msgid "System (personal) notifications"
+msgstr "Notificaciones del sistema (personales)"
-#: ../../addon/wppost/wppost.php:95
-msgid "Post to WordPress by default"
-msgstr "Publicar a WordPress por defecto"
+#: ../../mod/settings.php:1121
+msgid "System info messages"
+msgstr "Mensajes de información del sistema"
-#: ../../include/notifier.php:616 ../../include/delivery.php:415
-msgid "(no subject)"
-msgstr "(sin asunto)"
+#: ../../mod/settings.php:1122
+msgid "System critical alerts"
+msgstr "Alertas críticas del sistema"
-#: ../../include/contact_selectors.php:32
-msgid "Unknown | Not categorised"
-msgstr "Desconocido | No clasificado"
+#: ../../mod/settings.php:1123
+msgid "New connections"
+msgstr "Nuevas conexiones"
-#: ../../include/contact_selectors.php:33
-msgid "Block immediately"
-msgstr "Bloquear inmediatamente"
+#: ../../mod/settings.php:1124
+msgid "System Registrations"
+msgstr "Registros del sistema"
-#: ../../include/contact_selectors.php:34
-msgid "Shady, spammer, self-marketer"
-msgstr "Sospechoso, spammer, auto-publicidad"
+#: ../../mod/settings.php:1125
+msgid ""
+"Also show new wall posts, private messages and connections under Notices"
+msgstr "Mostrar también en Avisos las nuevas publicaciones, los mensajes privados y las conexiones"
-#: ../../include/contact_selectors.php:35
-msgid "Known to me, but no opinion"
-msgstr "Le conozco, sin opinión"
+#: ../../mod/settings.php:1127
+msgid "Notify me of events this many days in advance"
+msgstr "Avisarme de los eventos con algunos días de antelación"
-#: ../../include/contact_selectors.php:36
-msgid "OK, probably harmless"
-msgstr "OK, probablemente inofensivo"
+#: ../../mod/settings.php:1127
+msgid "Must be greater than 0"
+msgstr "Debe ser mayor que 0"
-#: ../../include/contact_selectors.php:37
-msgid "Reputable, has my trust"
-msgstr "Buena reputación, tiene mi confianza"
+#: ../../mod/settings.php:1129
+msgid "Advanced Account/Page Type Settings"
+msgstr "Ajustes avanzados de la cuenta y de los tipos de página"
-#: ../../include/contact_selectors.php:56
-msgid "Frequently"
-msgstr "Frequentemente"
+#: ../../mod/settings.php:1130
+msgid "Change the behaviour of this account for special situations"
+msgstr "Cambiar el comportamiento de esta cuenta en situaciones especiales"
-#: ../../include/contact_selectors.php:57
-msgid "Hourly"
-msgstr "Cada hora"
+#: ../../mod/settings.php:1133
+msgid ""
+"Please enable expert mode (in <a href=\"settings/features\">Settings > "
+"Additional features</a>) to adjust!"
+msgstr "Activar modo experto (en <a href=\"settings/features\">Ajustes > Características Adicionales</a>) para ajustar."
-#: ../../include/contact_selectors.php:58
-msgid "Twice daily"
-msgstr "Dos veces al día"
+#: ../../mod/settings.php:1134
+msgid "Miscellaneous Settings"
+msgstr "Ajustes diversos"
-#: ../../include/contact_selectors.php:59
-msgid "Daily"
-msgstr "Diariamente"
+#: ../../mod/settings.php:1136
+msgid "Personal menu to display in your channel pages"
+msgstr "Menú personal que debe mostrarse en las páginas de su canal"
-#: ../../include/contact_selectors.php:60
-msgid "Weekly"
-msgstr "Semanalmente"
+#: ../../mod/settings.php:1137 ../../mod/removeme.php:61
+msgid "Remove Channel"
+msgstr "Eliminar canal"
-#: ../../include/contact_selectors.php:61
-msgid "Monthly"
-msgstr "Mensualmente"
+#: ../../mod/settings.php:1138
+msgid "Remove this channel."
+msgstr "Eliminar este canal."
-#: ../../include/contact_selectors.php:78
-msgid "OStatus"
-msgstr "OStatus"
+#: ../../mod/id.php:11
+msgid "First Name"
+msgstr "Nombre"
-#: ../../include/contact_selectors.php:78
-msgid "RSS/Atom"
-msgstr "RSS/Atom"
+#: ../../mod/id.php:12
+msgid "Last Name"
+msgstr "Apellido"
-#: ../../include/contact_selectors.php:78
-msgid "Zot!"
-msgstr "Zot!"
+#: ../../mod/id.php:13
+msgid "Nickname"
+msgstr "Alias"
-#: ../../include/profile_selectors.php:6
-msgid "Male"
-msgstr "Hombre"
+#: ../../mod/id.php:14
+msgid "Full Name"
+msgstr "Nombre completo"
-#: ../../include/profile_selectors.php:6
-msgid "Female"
-msgstr "Mujer"
+#: ../../mod/id.php:20
+msgid "Profile Photo 16px"
+msgstr "Foto de perfil 16px"
-#: ../../include/profile_selectors.php:6
-msgid "Currently Male"
-msgstr "Actualmente Hombre"
+#: ../../mod/id.php:21
+msgid "Profile Photo 32px"
+msgstr "Foto de perfil 32px"
-#: ../../include/profile_selectors.php:6
-msgid "Currently Female"
-msgstr "Actualmente Mujer"
+#: ../../mod/id.php:22
+msgid "Profile Photo 48px"
+msgstr "Foto de perfil 48px"
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Male"
-msgstr "Mayormente Hombre"
-
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Female"
-msgstr "Mayormente Mujer"
+#: ../../mod/id.php:23
+msgid "Profile Photo 64px"
+msgstr "Foto de perfil 64px"
-#: ../../include/profile_selectors.php:6
-msgid "Transgender"
-msgstr "Transgénero"
+#: ../../mod/id.php:24
+msgid "Profile Photo 80px"
+msgstr "Foto de perfil 80px"
-#: ../../include/profile_selectors.php:6
-msgid "Intersex"
-msgstr "Bisexual"
+#: ../../mod/id.php:25
+msgid "Profile Photo 128px"
+msgstr "Foto de perfil 128px"
-#: ../../include/profile_selectors.php:6
-msgid "Transsexual"
-msgstr "Transexual"
+#: ../../mod/id.php:26
+msgid "Timezone"
+msgstr "Zona horaria"
-#: ../../include/profile_selectors.php:6
-msgid "Hermaphrodite"
-msgstr "Hermafrodita"
+#: ../../mod/id.php:27
+msgid "Homepage URL"
+msgstr "Dirección de la página personal"
-#: ../../include/profile_selectors.php:6
-msgid "Neuter"
-msgstr "Neutro"
+#: ../../mod/id.php:29
+msgid "Birth Year"
+msgstr "Año de nacimiento"
-#: ../../include/profile_selectors.php:6
-msgid "Non-specific"
-msgstr "Sin especificar"
+#: ../../mod/id.php:30
+msgid "Birth Month"
+msgstr "Mes de nacimiento"
-#: ../../include/profile_selectors.php:6
-msgid "Other"
-msgstr "Otro"
+#: ../../mod/id.php:31
+msgid "Birth Day"
+msgstr "Día de nacimiento"
-#: ../../include/profile_selectors.php:6
-msgid "Undecided"
-msgstr "Indeciso"
+#: ../../mod/id.php:32
+msgid "Birthdate"
+msgstr "Fecha de nacimiento"
-#: ../../include/profile_selectors.php:19
-msgid "Males"
-msgstr "Hombres"
+#: ../../mod/message.php:41
+msgid "Conversation removed."
+msgstr "Conversación eliminada."
-#: ../../include/profile_selectors.php:19
-msgid "Females"
-msgstr "Mujeres"
+#: ../../mod/message.php:56
+msgid "No messages."
+msgstr "Sin mensajes."
-#: ../../include/profile_selectors.php:19
-msgid "Gay"
-msgstr "Gay"
+#: ../../mod/message.php:72 ../../mod/mail.php:336
+msgid "Delete conversation"
+msgstr "Eliminar conversación"
-#: ../../include/profile_selectors.php:19
-msgid "Lesbian"
-msgstr "Lesbiana"
+#: ../../mod/message.php:74
+msgid "D, d M Y - g:i A"
+msgstr "D d M Y - G:i"
-#: ../../include/profile_selectors.php:19
-msgid "No Preference"
-msgstr "Sin preferencias"
+#: ../../mod/mood.php:131
+msgid "Set your current mood and tell your friends"
+msgstr "Describir su estado de ánimo para comunicárselo a sus amigos"
-#: ../../include/profile_selectors.php:19
-msgid "Bisexual"
-msgstr "Bisexual"
+#: ../../mod/vote.php:97
+msgid "Total votes"
+msgstr "Total de votos"
-#: ../../include/profile_selectors.php:19
-msgid "Autosexual"
-msgstr "Autosexual"
+#: ../../mod/vote.php:98
+msgid "Average Rating"
+msgstr "Valoración media"
-#: ../../include/profile_selectors.php:19
-msgid "Abstinent"
-msgstr "Abstinente"
+#: ../../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/profile_selectors.php:19
-msgid "Virgin"
-msgstr "Virgen"
+#: ../../mod/removeme.php:57
+msgid "Remove This Channel"
+msgstr "Eliminar este canal"
-#: ../../include/profile_selectors.php:19
-msgid "Deviant"
-msgstr "Desviado"
+#: ../../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/profile_selectors.php:19
-msgid "Fetish"
-msgstr "Fetichista"
+#: ../../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/profile_selectors.php:19
-msgid "Oodles"
-msgstr "Orgías"
+#: ../../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/profile_selectors.php:19
-msgid "Nonsexual"
-msgstr "Asexual"
+#: ../../mod/connedit.php:267
+msgid "is now connected to"
+msgstr "ahora está conectado a"
-#: ../../include/profile_selectors.php:33
-msgid "Single"
-msgstr "Soltero"
+#: ../../mod/connedit.php:380
+msgid "Could not access address book record."
+msgstr "No se pudo acceder a la entrada en su libreta de direcciones."
-#: ../../include/profile_selectors.php:33
-msgid "Lonely"
-msgstr "Solitario"
+#: ../../mod/connedit.php:394
+msgid "Refresh failed - channel is currently unavailable."
+msgstr "Recarga fallida - no se puede encontrar actualmente el canal"
-#: ../../include/profile_selectors.php:33
-msgid "Available"
-msgstr "Disponible"
+#: ../../mod/connedit.php:406 ../../mod/connedit.php:418
+#: ../../mod/connedit.php:430 ../../mod/connedit.php:442
+#: ../../mod/connedit.php:458
+msgid "Unable to set address book parameters."
+msgstr "No ha sido posible establecer los parámetros de la libreta de direcciones."
-#: ../../include/profile_selectors.php:33
-msgid "Unavailable"
-msgstr "No disponible"
+#: ../../mod/connedit.php:482
+msgid "Connection has been removed."
+msgstr "La conexión ha sido eliminada."
-#: ../../include/profile_selectors.php:33
-msgid "Dating"
-msgstr "De citas"
+#: ../../mod/connedit.php:501
+#, php-format
+msgid "View %s's profile"
+msgstr "Ver el perfil de %s"
-#: ../../include/profile_selectors.php:33
-msgid "Unfaithful"
-msgstr "Infiel"
+#: ../../mod/connedit.php:505
+msgid "Refresh Permissions"
+msgstr "Recargar los permisos"
-#: ../../include/profile_selectors.php:33
-msgid "Sex Addict"
-msgstr "Adicto al sexo"
+#: ../../mod/connedit.php:508
+msgid "Fetch updated permissions"
+msgstr "Obtener los permisos actualizados"
-#: ../../include/profile_selectors.php:33
-msgid "Friends"
-msgstr "Amigos"
+#: ../../mod/connedit.php:512
+msgid "Recent Activity"
+msgstr "Actividad reciente"
-#: ../../include/profile_selectors.php:33
-msgid "Friends/Benefits"
-msgstr "Amigos con beneficios"
+#: ../../mod/connedit.php:515
+msgid "View recent posts and comments"
+msgstr "Ver publicaciones y comentarios recientes"
-#: ../../include/profile_selectors.php:33
-msgid "Casual"
-msgstr "Casual"
+#: ../../mod/connedit.php:522
+msgid "Block (or Unblock) all communications with this connection"
+msgstr "Bloquear (o desbloquear) todas las comunicaciones con esta conexión"
-#: ../../include/profile_selectors.php:33
-msgid "Engaged"
-msgstr "Comprometido/a"
+#: ../../mod/connedit.php:523
+msgid "This connection is blocked!"
+msgstr "¡Esta conexión está bloqueada!"
-#: ../../include/profile_selectors.php:33
-msgid "Married"
-msgstr "Casado/a"
+#: ../../mod/connedit.php:527
+msgid "Unignore"
+msgstr "Dejar de ignorar"
-#: ../../include/profile_selectors.php:33
-msgid "Partners"
-msgstr "Socios"
+#: ../../mod/connedit.php:527 ../../mod/notifications.php:51
+msgid "Ignore"
+msgstr "Ignorar"
-#: ../../include/profile_selectors.php:33
-msgid "Cohabiting"
-msgstr "Cohabitando"
+#: ../../mod/connedit.php:530
+msgid "Ignore (or Unignore) all inbound communications from this connection"
+msgstr "Ignorar (o dejar de ignorar) todas las comunicaciones entrantes de esta conexión"
-#: ../../include/profile_selectors.php:33
-msgid "Happy"
-msgstr "Feliz"
+#: ../../mod/connedit.php:531
+msgid "This connection is ignored!"
+msgstr "¡Esta conexión es ignorada!"
-#: ../../include/profile_selectors.php:33
-msgid "Not Looking"
-msgstr "No estoy buscando"
+#: ../../mod/connedit.php:535
+msgid "Unarchive"
+msgstr "Desarchivar"
-#: ../../include/profile_selectors.php:33
-msgid "Swinger"
-msgstr "Swinger"
+#: ../../mod/connedit.php:535
+msgid "Archive"
+msgstr "Archivar"
-#: ../../include/profile_selectors.php:33
-msgid "Betrayed"
-msgstr "Traicionado/a"
+#: ../../mod/connedit.php:538
+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"
-#: ../../include/profile_selectors.php:33
-msgid "Separated"
-msgstr "Separado/a"
+#: ../../mod/connedit.php:539
+msgid "This connection is archived!"
+msgstr "¡Esta conexión esta archivada!"
-#: ../../include/profile_selectors.php:33
-msgid "Unstable"
-msgstr "Inestable"
+#: ../../mod/connedit.php:543
+msgid "Unhide"
+msgstr "Mostrar"
-#: ../../include/profile_selectors.php:33
-msgid "Divorced"
-msgstr "Divorciado/a"
+#: ../../mod/connedit.php:543
+msgid "Hide"
+msgstr "Ocultar"
-#: ../../include/profile_selectors.php:33
-msgid "Widowed"
-msgstr "Viudo/a"
+#: ../../mod/connedit.php:546
+msgid "Hide or Unhide this connection from your other connections"
+msgstr "Ocultar o mostrar esta conexión a sus otras conexiones"
-#: ../../include/profile_selectors.php:33
-msgid "Uncertain"
-msgstr "Incierto"
+#: ../../mod/connedit.php:547
+msgid "This connection is hidden!"
+msgstr "¡Esta conexión está oculta!"
-#: ../../include/profile_selectors.php:33
-msgid "Complicated"
-msgstr "Complicado"
+#: ../../mod/connedit.php:554
+msgid "Delete this connection"
+msgstr "Eliminar esta conexión"
-#: ../../include/profile_selectors.php:33
-msgid "Don't care"
-msgstr "No te importa"
+#: ../../mod/connedit.php:635
+msgid "Approve this connection"
+msgstr "Aprobar esta conexión"
-#: ../../include/profile_selectors.php:33
-msgid "Ask me"
-msgstr "Pregúntame"
+#: ../../mod/connedit.php:635
+msgid "Accept connection to allow communication"
+msgstr "Aceptar la conexión para permitir la comunicación"
-#: ../../include/event.php:17 ../../include/bb2diaspora.php:233
-msgid "Starts:"
-msgstr "Inicio:"
+#: ../../mod/connedit.php:640
+msgid "Set Affinity"
+msgstr "Ajustar Afinidad"
-#: ../../include/event.php:27 ../../include/bb2diaspora.php:241
-msgid "Finishes:"
-msgstr "Final:"
+#: ../../mod/connedit.php:643
+msgid "Set Profile"
+msgstr "Ajustar Perfil"
-#: ../../include/acl_selectors.php:279
-msgid "Visible to everybody"
-msgstr "Visible para cualquiera"
+#: ../../mod/connedit.php:646
+msgid "Set Affinity & Profile"
+msgstr "Ajustar Afinidad y Perfil"
-#: ../../include/acl_selectors.php:280
-msgid "show"
-msgstr "mostrar"
+#: ../../mod/connedit.php:663
+msgid "Apply these permissions automatically"
+msgstr "Aplicar estos permisos automaticamente"
-#: ../../include/acl_selectors.php:281
-msgid "don't show"
-msgstr "no mostrar"
+#: ../../mod/connedit.php:665
+msgid "This connection's address is"
+msgstr "Esta dirección de conexión es"
-#: ../../include/auth.php:27
-msgid "Logged out."
-msgstr "Sesión terminada"
+#: ../../mod/connedit.php:668
+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."
-#: ../../include/bbcode.php:147
-msgid "Image/photo"
-msgstr "Imagen/Foto"
+#: ../../mod/connedit.php:670
+msgid "Slide to adjust your degree of friendship"
+msgstr "Deslizar para ajustar el grado de amistad"
-#: ../../include/poller.php:457
-msgid "From: "
-msgstr "De:"
+#: ../../mod/connedit.php:672
+msgid "Slide to adjust your rating"
+msgstr "Deslizar para ajustar su valoración"
-#: ../../include/Contact.php:125 ../../include/conversation.php:675
-msgid "View status"
-msgstr "Ver estado"
+#: ../../mod/connedit.php:673 ../../mod/connedit.php:678
+msgid "Optionally explain your rating"
+msgstr "Opcionalmente, puede explicar su valoración"
-#: ../../include/Contact.php:126 ../../include/conversation.php:676
-msgid "View profile"
-msgstr "Ver perfirl"
+#: ../../mod/connedit.php:675
+msgid "Custom Filter"
+msgstr "Filtro Personalizado"
-#: ../../include/Contact.php:127 ../../include/conversation.php:677
-msgid "View photos"
-msgstr "Ver fotos"
+#: ../../mod/connedit.php:676
+msgid "Only import posts with this text"
+msgstr "Importar solo entradas que contengan este texto"
-#: ../../include/Contact.php:128 ../../include/Contact.php:141
-#: ../../include/conversation.php:678
-msgid "View recent"
-msgstr "Ver recientes"
+#: ../../mod/connedit.php:676 ../../mod/connedit.php:677
+msgid ""
+"words one per line or #tags or /patterns/, leave blank to import all posts"
+msgstr "Palabras, una por línea o #etiquetas o /patrones/, dejar en blanco para importar todas las entradas"
-#: ../../include/Contact.php:130 ../../include/Contact.php:141
-#: ../../include/conversation.php:680
-msgid "Send PM"
-msgstr "Enviar mensaje privado"
+#: ../../mod/connedit.php:677
+msgid "Do not import posts with this text"
+msgstr "No importes entradas conteniendo este texto"
-#: ../../include/datetime.php:44 ../../include/datetime.php:46
-msgid "Miscellaneous"
-msgstr "Varios"
+#: ../../mod/connedit.php:679
+msgid "This information is public!"
+msgstr "Esta información es pública!"
-#: ../../include/datetime.php:105 ../../include/datetime.php:237
-msgid "year"
-msgstr "año"
+#: ../../mod/connedit.php:684
+msgid "Connection Pending Approval"
+msgstr "Conexión Pendiente de Aprobación"
-#: ../../include/datetime.php:110 ../../include/datetime.php:238
-msgid "month"
-msgstr "mes"
+#: ../../mod/connedit.php:685
+msgid "Connection Request"
+msgstr "Petición de Conexión"
-#: ../../include/datetime.php:115 ../../include/datetime.php:240
-msgid "day"
-msgstr "día"
+#: ../../mod/connedit.php:686
+#, php-format
+msgid ""
+"(%s) would like to connect with you. Please approve this connection to allow"
+" communication."
+msgstr "(%s) desearía conectar contigo. por favor, aprueba esta conexión para permitir la comunicación."
-#: ../../include/datetime.php:228
-msgid "never"
-msgstr "nunca"
+#: ../../mod/connedit.php:688
+msgid "Approve Later"
+msgstr "Aprobar Más Tarde"
-#: ../../include/datetime.php:234
-msgid "less than a second ago"
-msgstr "hace menos de un segundo"
+#: ../../mod/connedit.php:691
+msgid "inherited"
+msgstr "heredado"
-#: ../../include/datetime.php:237
-msgid "years"
-msgstr "años"
+#: ../../mod/connedit.php:693
+#, 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."
-#: ../../include/datetime.php:238
-msgid "months"
-msgstr "meses"
+#: ../../mod/connedit.php:695
+msgid "Their Settings"
+msgstr "Sus Ajustes"
-#: ../../include/datetime.php:239
-msgid "week"
-msgstr "semana"
+#: ../../mod/connedit.php:696
+msgid "My Settings"
+msgstr "Mis Ajustes"
-#: ../../include/datetime.php:239
-msgid "weeks"
-msgstr "semanas"
+#: ../../mod/connedit.php:698
+msgid "Individual Permissions"
+msgstr "Permisos Individuales"
-#: ../../include/datetime.php:240
-msgid "days"
-msgstr "días"
+#: ../../mod/connedit.php:699
+msgid ""
+"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."
+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í."
-#: ../../include/datetime.php:241
-msgid "hour"
-msgstr "hora"
+#: ../../mod/connedit.php:700
+msgid ""
+"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."
+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 impacto hasta que cambie los ajustes heredados."
-#: ../../include/datetime.php:241
-msgid "hours"
-msgstr "horas"
+#: ../../mod/connedit.php:701
+msgid "Last update:"
+msgstr "Última actualización:"
-#: ../../include/datetime.php:242
-msgid "minute"
-msgstr "minuto"
+#: ../../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 proporcionaste. por favor, comprueba la escritura correcta de la ID."
-#: ../../include/datetime.php:242
-msgid "minutes"
-msgstr "minutos"
+#: ../../mod/rmagic.php:40
+msgid "The error message was:"
+msgstr "El mensaje de error fue:"
-#: ../../include/datetime.php:243
-msgid "second"
-msgstr "segundo"
+#: ../../mod/rmagic.php:44
+msgid "Authentication failed."
+msgstr "Falló la autenticación."
-#: ../../include/datetime.php:243
-msgid "seconds"
-msgstr "segundos"
+#: ../../mod/rmagic.php:84
+msgid "Remote Authentication"
+msgstr "Autenticación Remota"
-#: ../../include/datetime.php:250
-msgid " ago"
-msgstr " hace"
+#: ../../mod/rmagic.php:85
+msgid "Enter your channel address (e.g. channel@example.com)"
+msgstr "Introduzca la dirección del canal (p.e. channel@example.com)"
-#: ../../include/datetime.php:421 ../../include/profile_advanced.php:30
-#: ../../include/items.php:1215
-msgid "Birthday:"
-msgstr "Fecha de nacimiento:"
+#: ../../mod/rmagic.php:86
+msgid "Authenticate"
+msgstr "Identifíquese"
-#: ../../include/profile_advanced.php:22
-msgid "j F, Y"
-msgstr "j F, Y"
+#: ../../mod/mail.php:33
+msgid "Unable to lookup recipient."
+msgstr "No ha sido posible de "
-#: ../../include/profile_advanced.php:23
-msgid "j F"
-msgstr "j F"
+#: ../../mod/mail.php:41
+msgid "Unable to communicate with requested channel."
+msgstr "Incapaz de comunicar con el canal solicitado."
-#: ../../include/profile_advanced.php:34
-msgid "Age:"
-msgstr "Edad:"
+#: ../../mod/mail.php:48
+msgid "Cannot verify requested channel."
+msgstr "No puedo verificar el canal solicitado."
-#: ../../include/profile_advanced.php:49
-msgid "Religion:"
-msgstr "Religión:"
+#: ../../mod/mail.php:74
+msgid "Selected channel has private message restrictions. Send failed."
+msgstr "El canal seleccionado tiene restricciones sobre los mensajes privados. El envió falló."
-#: ../../include/profile_advanced.php:51
-msgid "About:"
-msgstr "Acerca de:"
+#: ../../mod/mail.php:139
+msgid "Message deleted."
+msgstr "Mensaje eliminado."
-#: ../../include/profile_advanced.php:53
-msgid "Hobbies/Interests:"
-msgstr "Aficiones/Intereses:"
+#: ../../mod/mail.php:156
+msgid "Message recalled."
+msgstr "Mensaje recuperado."
-#: ../../include/profile_advanced.php:55
-msgid "Contact information and Social Networks:"
-msgstr "Información de contacto y Redes sociales:"
+#: ../../mod/mail.php:225
+msgid "Send Private Message"
+msgstr "Envía un Mensaje Privado"
-#: ../../include/profile_advanced.php:57
-msgid "Musical interests:"
-msgstr "Intereses musicales:"
+#: ../../mod/mail.php:226 ../../mod/mail.php:343
+msgid "To:"
+msgstr "Para:"
-#: ../../include/profile_advanced.php:59
-msgid "Books, literature:"
-msgstr "Libros, literatura:"
+#: ../../mod/mail.php:231 ../../mod/mail.php:345
+msgid "Subject:"
+msgstr "Asunto:"
-#: ../../include/profile_advanced.php:61
-msgid "Television:"
-msgstr "Televisión:"
+#: ../../mod/mail.php:242
+msgid "Send"
+msgstr "Envia"
-#: ../../include/profile_advanced.php:63
-msgid "Film/dance/culture/entertainment:"
-msgstr "Películas/baile/cultura/entretenimiento:"
+#: ../../mod/mail.php:269
+msgid "Message not found."
+msgstr "No se encuentra el mensaje."
-#: ../../include/profile_advanced.php:65
-msgid "Love/Romance:"
-msgstr "Amor/Romance:"
+#: ../../mod/mail.php:312
+msgid "Delete message"
+msgstr "Mensaje eliminado"
-#: ../../include/profile_advanced.php:67
-msgid "Work/employment:"
-msgstr "Trabajo/ocupación:"
+#: ../../mod/mail.php:313
+msgid "Recall message"
+msgstr "Mensaje recuperado"
-#: ../../include/profile_advanced.php:69
-msgid "School/education:"
-msgstr "Escuela/estudios:"
+#: ../../mod/mail.php:315
+msgid "Message has been recalled."
+msgstr "El mensaje ha sido recuperado."
-#: ../../include/text.php:232
-msgid "prev"
-msgstr "ant."
+#: ../../mod/mail.php:332
+msgid "Private Conversation"
+msgstr "Conversación Privada"
-#: ../../include/text.php:234
-msgid "first"
-msgstr "primera"
+#: ../../mod/mail.php:338
+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 de perfil del remitente."
-#: ../../include/text.php:263
-msgid "last"
-msgstr "última"
+#: ../../mod/mail.php:342
+msgid "Send Reply"
+msgstr "Envía Respuesta"
-#: ../../include/text.php:266
-msgid "next"
-msgstr "sig."
+#: ../../mod/notifications.php:26
+msgid "Invalid request identifier."
+msgstr "Petición inválida del identificador."
-#: ../../include/text.php:546
-msgid "No contacts"
-msgstr "Sin contactos"
+#: ../../mod/notifications.php:35
+msgid "Discard"
+msgstr "Descarta"
-#: ../../include/text.php:555
-#, php-format
-msgid "%d Contact"
-msgid_plural "%d Contacts"
-msgstr[0] "%d Contacto"
-msgstr[1] "%d Contactos"
+#: ../../mod/regmod.php:11
+msgid "Please login."
+msgstr "Por favor, inicia sesión."
-#: ../../include/text.php:626 ../../include/nav.php:87
-msgid "Search"
-msgstr "Buscar"
+#: ../../mod/post.php:235
+msgid ""
+"Remote authentication blocked. You are logged into this site locally. Please"
+" logout and retry."
+msgstr "La autenticación remota está bloqueada. Ha iniciado sesión localmente. Por favor, salga de la sesión y vuelva a intentarlo."
-#: ../../include/text.php:709
-msgid "Monday"
-msgstr "Lunes"
+#: ../../mod/new_channel.php:109
+msgid "Add a Channel"
+msgstr "Añade un Canal"
-#: ../../include/text.php:709
-msgid "Tuesday"
-msgstr "Martes"
+#: ../../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 es su propia colección de páginas web relacionadas. Un canal 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/text.php:709
-msgid "Wednesday"
-msgstr "Miércoles"
+#: ../../mod/new_channel.php:113
+msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "
+msgstr "Ejemplos: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "
-#: ../../include/text.php:709
-msgid "Thursday"
-msgstr "Jueves"
+#: ../../mod/new_channel.php:114
+msgid "Choose a short nickname"
+msgstr "Elija un alias corto"
-#: ../../include/text.php:709
-msgid "Friday"
-msgstr "Viernes"
+#: ../../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) el cual puede ser compartido con otros."
-#: ../../include/text.php:709
-msgid "Saturday"
-msgstr "Sábado"
+#: ../../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/text.php:709
-msgid "Sunday"
-msgstr "Domingo"
+#: ../../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 comunidad) y la privacidad que requiera, así podemos seleccionar el mejor conjunto de permisos para usted"
-#: ../../include/text.php:713
-msgid "January"
-msgstr "Enero"
+#: ../../mod/new_channel.php:119
+msgid "Channel Type"
+msgstr "Tipo de Canal"
-#: ../../include/text.php:713
-msgid "February"
-msgstr "Febrero"
+#: ../../mod/new_channel.php:119
+msgid "Read more about roles"
+msgstr "Lea más sobre los roles"
-#: ../../include/text.php:713
-msgid "March"
-msgstr "Marzo"
+#: ../../mod/appman.php:28 ../../mod/appman.php:44
+msgid "App installed."
+msgstr "Aplicación instalada."
-#: ../../include/text.php:713
-msgid "April"
-msgstr "Abril"
+#: ../../mod/appman.php:37
+msgid "Malformed app."
+msgstr "Aplicación malformada"
-#: ../../include/text.php:713
-msgid "May"
-msgstr "Mayo"
+#: ../../mod/appman.php:80
+msgid "Embed code"
+msgstr "codigo embebido"
-#: ../../include/text.php:713
-msgid "June"
-msgstr "Junio"
+#: ../../mod/appman.php:86
+msgid "Edit App"
+msgstr "Modificar la aplicación"
-#: ../../include/text.php:713
-msgid "July"
-msgstr "Julio"
+#: ../../mod/appman.php:86
+msgid "Create App"
+msgstr "Crear una aplicación"
-#: ../../include/text.php:713
-msgid "August"
-msgstr "Agosto"
+#: ../../mod/appman.php:91
+msgid "Name of app"
+msgstr "Nombre de la aplicación"
-#: ../../include/text.php:713
-msgid "September"
-msgstr "Septiembre"
+#: ../../mod/appman.php:92
+msgid "Location (URL) of app"
+msgstr "Ubicación (URL) de la aplicación"
-#: ../../include/text.php:713
-msgid "October"
-msgstr "Octubre"
+#: ../../mod/appman.php:94
+msgid "Photo icon URL"
+msgstr "Foto del icono URL"
-#: ../../include/text.php:713
-msgid "November"
-msgstr "Noviembre"
+#: ../../mod/appman.php:94
+msgid "80 x 80 pixels - optional"
+msgstr "80 x 80 pixels - opcional"
-#: ../../include/text.php:713
-msgid "December"
-msgstr "Diciembre"
+#: ../../mod/appman.php:95
+msgid "Version ID"
+msgstr "Versión ID"
-#: ../../include/text.php:783
-msgid "bytes"
-msgstr "bytes"
+#: ../../mod/appman.php:96
+msgid "Price of app"
+msgstr "Precio de la aplicación"
-#: ../../include/text.php:875
-msgid "Select an alternate language"
-msgstr "Elige otro idioma"
+#: ../../mod/appman.php:97
+msgid "Location (URL) to purchase app"
+msgstr "Ubicación (URL) para conseguir la aplicación"
-#: ../../include/text.php:887
-msgid "default"
-msgstr "predeterminado"
+#: ../../mod/ping.php:263
+msgid "sent you a private message"
+msgstr "envia un mensaje privado"
-#: ../../include/nav.php:44
-msgid "End this session"
-msgstr "Terminar esta sesión"
+#: ../../mod/ping.php:314
+msgid "added your channel"
+msgstr "se añadió su canal"
-#: ../../include/nav.php:47 ../../include/nav.php:111
-msgid "Your posts and conversations"
-msgstr "Tus publicaciones y conversaciones"
+#: ../../mod/ping.php:355
+msgid "posted an event"
+msgstr "Se publicó un evento"
-#: ../../include/nav.php:48
-msgid "Your profile page"
-msgstr "Su página de perfil"
+#: ../../mod/layouts.php:176
+msgid "Comanche page description language help"
+msgstr "Página de ayuda de la descripción del lenguaje Comanche"
-#: ../../include/nav.php:49
-msgid "Your photos"
-msgstr "Sus fotos"
+#: ../../mod/layouts.php:180
+msgid "Layout Description"
+msgstr "Descripción del Formato Gráfico"
-#: ../../include/nav.php:50
-msgid "Your events"
-msgstr "Sus eventos"
+#: ../../mod/layouts.php:185
+msgid "Download PDL file"
+msgstr "Descarga el fichero PDL"
-#: ../../include/nav.php:51
-msgid "Personal notes"
-msgstr "Notas personales"
+#: ../../mod/home.php:73
+#, php-format
+msgid "Welcome to %s"
+msgstr "Bienvenido a %s"
-#: ../../include/nav.php:51
-msgid "Your personal photos"
-msgstr "Sus fotos personales"
+#: ../../mod/page.php:126
+msgid "Lorem Ipsum"
+msgstr "Lorem Ipsum"
-#: ../../include/nav.php:62
-msgid "Sign in"
-msgstr "Date de alta"
+#: ../../mod/bookmarks.php:38
+msgid "Bookmark added"
+msgstr "Marcador añadido"
-#: ../../include/nav.php:73
-msgid "Home Page"
-msgstr "Página de inicio"
+#: ../../mod/bookmarks.php:60
+msgid "My Bookmarks"
+msgstr "Mis Marcadores"
-#: ../../include/nav.php:77
-msgid "Create an account"
-msgstr "Crea una cuenta"
+#: ../../mod/bookmarks.php:71
+msgid "My Connections Bookmarks"
+msgstr "Mis Marcadores de Conexiones"
-#: ../../include/nav.php:82
-msgid "Help and documentation"
-msgstr "Ayuda y documentación"
+#: ../../mod/channel.php:97
+msgid "Insufficient permissions. Request redirected to profile page."
+msgstr "Permisos insuficientes. Petición redirigida a la página de perfil."
-#: ../../include/nav.php:85
-msgid "Apps"
-msgstr "Aplicaciones"
+#: ../../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."
-#: ../../include/nav.php:85
-msgid "Addon applications, utilities, games"
-msgstr "APlicaciones, utilidades, juegos"
+#: ../../mod/pconfig.php:49
+msgid "Configuration Editor"
+msgstr "Editor de Configuración"
-#: ../../include/nav.php:87
-msgid "Search site content"
-msgstr " Busca contenido en la página"
+#: ../../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 convertir su canal en inoperable. Por favor, abandone la página excepto que esté seguro y sepa cómo usar correctamente esta característica."
-#: ../../include/nav.php:97
-msgid "Conversations on this site"
-msgstr "Conversaciones en este 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/poll.php:64
+msgid "Poll"
+msgstr "Sondea"
+
+#: ../../mod/poll.php:69
+msgid "View Results"
+msgstr "Mostrar Resultados"
+
+#: ../../mod/service_limits.php:19
+msgid "No service class restrictions found."
+msgstr "No se han encontrado clases de restricción de servicio."
+
+#: ../../mod/sharedwithme.php:94
+msgid "Files: shared with me"
+msgstr "Ficheros: compartidos conmigo"
+
+#: ../../mod/sharedwithme.php:96
+msgid "NEW"
+msgstr "NUEVO"
+
+#: ../../mod/sharedwithme.php:99
+msgid "Remove all files"
+msgstr "Borrar todos los ficheros"
+
+#: ../../mod/sharedwithme.php:100
+msgid "Remove this file"
+msgstr "Borra este archivo"
+
+#: ../../view/theme/apw/php/config.php:202
+#: ../../view/theme/apw/php/config.php:236
+msgid "Schema Default"
+msgstr "Esquema Predeterminado"
+
+#: ../../view/theme/apw/php/config.php:203
+msgid "Sans-Serif"
+msgstr "Sans-Serif"
+
+#: ../../view/theme/apw/php/config.php:204
+msgid "Monospace"
+msgstr "Monospace"
+
+#: ../../view/theme/apw/php/config.php:259
+#: ../../view/theme/redbasic/php/config.php:102
+msgid "Theme settings"
+msgstr "Ajustes de tema"
+
+#: ../../view/theme/apw/php/config.php:260
+msgid "Set scheme"
+msgstr "Ajustar esquema"
+
+#: ../../view/theme/apw/php/config.php:261
+#: ../../view/theme/redbasic/php/config.php:124
+msgid "Set font-size for posts and comments"
+msgstr "Ajustar el tamaño del tipo de letra para entradas y comentarios"
-#: ../../include/nav.php:99
-msgid "Directory"
-msgstr "Directorio"
+#: ../../view/theme/apw/php/config.php:262
+msgid "Set font face"
+msgstr "Ajustar el tipo de letra"
-#: ../../include/nav.php:99
-msgid "People directory"
-msgstr "Directorio de gente"
+#: ../../view/theme/apw/php/config.php:263
+msgid "Set iconset"
+msgstr "Ajustar el conjunto de iconos"
-#: ../../include/nav.php:109
-msgid "Conversations from your friends"
-msgstr "Conversaciones de tus amigos"
+#: ../../view/theme/apw/php/config.php:264
+msgid "Set big shadow size, default 15px 15px 15px"
+msgstr "Ajustar el sombreado grande, por defecto 15px 15px 15px"
-#: ../../include/nav.php:117
-msgid "Friend Requests"
-msgstr "Solicitudes de amistad"
+#: ../../view/theme/apw/php/config.php:265
+msgid "Set small shadow size, default 5px 5px 5px"
+msgstr "Ajustar el sombreado pequeño, por defecto 5px 5px 5px"
-#: ../../include/nav.php:122
-msgid "Private mail"
-msgstr "Correo privado"
+#: ../../view/theme/apw/php/config.php:266
+msgid "Set shadow color, default #000"
+msgstr "Ajustar el color del sombreado, predeterminado a #000"
-#: ../../include/nav.php:125
-msgid "Manage"
-msgstr "Administrar"
+#: ../../view/theme/apw/php/config.php:267
+msgid "Set radius size, default 5px"
+msgstr "Ajusta el tamaño del radio, predeterminado a 5px"
-#: ../../include/nav.php:125
-msgid "Manage other pages"
-msgstr "Administrar otras páginas"
+#: ../../view/theme/apw/php/config.php:268
+msgid "Set line-height for posts and comments"
+msgstr "Ajustar la altura de linea para entradas y comentarios"
-#: ../../include/nav.php:130
-msgid "Manage/edit friends and contacts"
-msgstr "Administrar/editar amigos y contactos"
+#: ../../view/theme/apw/php/config.php:269
+msgid "Set background image"
+msgstr "Ajusta la imagen de fondo"
-#: ../../include/nav.php:137
-msgid "Admin"
-msgstr "Admin"
+#: ../../view/theme/apw/php/config.php:270
+msgid "Set background attachment"
+msgstr "Ajustar el fondo adjuntado"
-#: ../../include/nav.php:137
-msgid "Site setup and configuration"
-msgstr "Opciones y configuración del sitio"
+#: ../../view/theme/apw/php/config.php:271
+msgid "Set background color"
+msgstr "Ajustar el color de fondo"
-#: ../../include/nav.php:160
-msgid "Nothing new here"
-msgstr "Nada nuevo aquí"
+#: ../../view/theme/apw/php/config.php:272
+msgid "Set section background image"
+msgstr "Ajustar la imagen de la sección del fondo"
-#: ../../include/conversation.php:210 ../../include/conversation.php:453
-msgid "Select"
-msgstr "Seleccionar"
+#: ../../view/theme/apw/php/config.php:273
+msgid "Set section background color"
+msgstr "Ajustar el color de la sección del fondo"
-#: ../../include/conversation.php:225 ../../include/conversation.php:550
-#: ../../include/conversation.php:551
-#, php-format
-msgid "View %s's profile @ %s"
-msgstr "Ver perfil de %s @ %s"
+#: ../../view/theme/apw/php/config.php:274
+msgid "Set color of items - use hex"
+msgstr "Ajustar el color de los elementos - utilizar código hexadecimal"
-#: ../../include/conversation.php:234 ../../include/conversation.php:562
-#, php-format
-msgid "%s from %s"
-msgstr "%s de %s"
+#: ../../view/theme/apw/php/config.php:275
+msgid "Set color of links - use hex"
+msgstr "Ajusta el color de los enlaces - utilizar código hexadecimal"
-#: ../../include/conversation.php:250
-msgid "View in context"
-msgstr "Verlo en contexto"
+#: ../../view/theme/apw/php/config.php:276
+msgid "Set max-width for items. Default 400px"
+msgstr "Ajustar la anchura máxima para los elementos. Predeterminado a 400px"
-#: ../../include/conversation.php:356
-#, php-format
-msgid "See all %d comments"
-msgstr "Ver los %d comentarios"
+#: ../../view/theme/apw/php/config.php:277
+msgid "Set min-width for items. Default 240px"
+msgstr "Ajustar la anchura mínima para los elementos. Predeterminado a 240px"
-#: ../../include/conversation.php:416
-msgid "like"
-msgstr "me gusta"
+#: ../../view/theme/apw/php/config.php:278
+msgid "Set the generic content wrapper width. Default 48%"
+msgstr "Ajustar el ancho de la envoltura del contenido genérico. Predeterminado 48%"
-#: ../../include/conversation.php:417
-msgid "dislike"
-msgstr "no me gusta"
+#: ../../view/theme/apw/php/config.php:279
+msgid "Set color of fonts - use hex"
+msgstr "Ajustar el color del tipo de letra - utiliza código hexadecimal"
-#: ../../include/conversation.php:419
-msgid "Share this"
-msgstr "Compartir esto"
+#: ../../view/theme/apw/php/config.php:280
+msgid "Set background-size element"
+msgstr "Ajustar el tamaño de fondo del elemento"
-#: ../../include/conversation.php:419
-msgid "share"
-msgstr "compartir"
+#: ../../view/theme/apw/php/config.php:281
+msgid "Item opacity"
+msgstr "Opacidad del elemento"
-#: ../../include/conversation.php:463
-msgid "add star"
-msgstr "Añadir estrella"
+#: ../../view/theme/apw/php/config.php:282
+msgid "Display post previews only"
+msgstr "Muestra solo las previsualizaciones de las entradas"
-#: ../../include/conversation.php:464
-msgid "remove star"
-msgstr "Quitar estrella"
+#: ../../view/theme/apw/php/config.php:283
+msgid "Display side bar on channel page"
+msgstr "Muestra la barra lateral en la página del canal"
-#: ../../include/conversation.php:465
-msgid "toggle star status"
-msgstr "Añadir a destacados"
+#: ../../view/theme/apw/php/config.php:284
+msgid "Colour of the navigation bar"
+msgstr "Color de la barra de navegación"
-#: ../../include/conversation.php:468
-msgid "starred"
-msgstr "marcados con estrellas"
+#: ../../view/theme/apw/php/config.php:285
+msgid "Item float"
+msgstr "Elemento flotante"
-#: ../../include/conversation.php:469
-msgid "add tag"
-msgstr "añadir etiqueta"
+#: ../../view/theme/apw/php/config.php:286
+msgid "Left offset of the section element"
+msgstr "Desplazamiento izquierdo del elemento de la sección"
-#: ../../include/conversation.php:552
-msgid "to"
-msgstr "a"
+#: ../../view/theme/apw/php/config.php:287
+msgid "Right offset of the section element"
+msgstr "Desplazamiento derecho del elemento de la sección"
-#: ../../include/conversation.php:553
-msgid "Wall-to-Wall"
-msgstr "Muro-A-Muro"
+#: ../../view/theme/apw/php/config.php:288
+msgid "Section width"
+msgstr "Ancho de la sección"
-#: ../../include/conversation.php:554
-msgid "via Wall-To-Wall:"
-msgstr "via Muro-A-Muro:"
+#: ../../view/theme/apw/php/config.php:289
+msgid "Left offset of the aside"
+msgstr "Desplazamiento izquierdo del lateral"
-#: ../../include/conversation.php:600
-msgid "Delete Selected Items"
-msgstr "Eliminar el elemento seleccionado"
+#: ../../view/theme/apw/php/config.php:290
+msgid "Right offset of the aside element"
+msgstr "Desplazamiento derecho del elemento lateral"
-#: ../../include/conversation.php:730
-#, php-format
-msgid "%s likes this."
-msgstr "A %s le gusta esto."
+#: ../../view/theme/redbasic/php/config.php:82
+msgid "Light (Red Matrix default)"
+msgstr "Ligero (Red Matrix predeterminado)"
-#: ../../include/conversation.php:730
-#, php-format
-msgid "%s doesn't like this."
-msgstr "A %s no le gusta esto."
+#: ../../view/theme/redbasic/php/config.php:103
+msgid "Select scheme"
+msgstr "Elija un esquema"
-#: ../../include/conversation.php:734
-#, php-format
-msgid "<span %1$s>%2$d people</span> like this."
-msgstr "Le gusta a <span %1$s>%2$d personas</span>."
+#: ../../view/theme/redbasic/php/config.php:104
+msgid "Narrow navbar"
+msgstr "Limita la barra de navegación"
-#: ../../include/conversation.php:736
-#, php-format
-msgid "<span %1$s>%2$d people</span> don't like this."
-msgstr "No le gusta a <span %1$s>%2$d personas</span>."
+#: ../../view/theme/redbasic/php/config.php:105
+msgid "Navigation bar background color"
+msgstr "Color de fondo de la barra de navegación"
-#: ../../include/conversation.php:742
-msgid "and"
-msgstr "y"
+#: ../../view/theme/redbasic/php/config.php:106
+msgid "Navigation bar gradient top color"
+msgstr "Color superior del gradiente de la barra de navegación"
-#: ../../include/conversation.php:745
-#, php-format
-msgid ", and %d other people"
-msgstr ", y otras %d personas"
+#: ../../view/theme/redbasic/php/config.php:107
+msgid "Navigation bar gradient bottom color"
+msgstr "Color inferior del gradiente de la barra de navegación"
-#: ../../include/conversation.php:746
-#, php-format
-msgid "%s like this."
-msgstr "Le gusta a %s."
+#: ../../view/theme/redbasic/php/config.php:108
+msgid "Navigation active button gradient top color"
+msgstr "Color superior del gradiente del botón activo de navegación"
-#: ../../include/conversation.php:746
-#, php-format
-msgid "%s don't like this."
-msgstr "No le gusta a %s."
+#: ../../view/theme/redbasic/php/config.php:109
+msgid "Navigation active button gradient bottom color"
+msgstr "Color inferior del gradiente del botón activo de navegación"
-#: ../../include/conversation.php:766
-msgid "Visible to <strong>everybody</strong>"
-msgstr "Visible para <strong>cualquiera</strong>"
+#: ../../view/theme/redbasic/php/config.php:110
+msgid "Navigation bar border color "
+msgstr "Color del borde de la barra de navegación"
-#: ../../include/conversation.php:768
-msgid "Please enter a video link/URL:"
-msgstr "Por favor, introduzca la URL/enlace del vídeo:"
+#: ../../view/theme/redbasic/php/config.php:111
+msgid "Navigation bar icon color "
+msgstr "Color del icono de la barra de navegación"
-#: ../../include/conversation.php:769
-msgid "Please enter an audio link/URL:"
-msgstr "Por favor, introduzca la URL/enlace del audio:"
+#: ../../view/theme/redbasic/php/config.php:112
+msgid "Navigation bar active icon color "
+msgstr "Color del icono activo de la barra de navegación"
-#: ../../include/conversation.php:770
-msgid "Tag term:"
-msgstr "Etiquetar:"
+#: ../../view/theme/redbasic/php/config.php:113
+msgid "link color"
+msgstr "Color del enlace"
-#: ../../include/conversation.php:771
-msgid "Where are you right now?"
-msgstr "¿Dónde estás ahora?"
+#: ../../view/theme/redbasic/php/config.php:114
+msgid "Set font-color for banner"
+msgstr "Ajustar el color del tipo de letra para la pancarta"
-#: ../../include/conversation.php:772
-msgid "Enter a title for this item"
-msgstr "Introduce un título para este elemento"
+#: ../../view/theme/redbasic/php/config.php:115
+msgid "Set the background color"
+msgstr "Ajustar el color de fondo"
-#: ../../include/conversation.php:818
-msgid "Insert video link"
-msgstr "Insertar enlace del vídeo"
+#: ../../view/theme/redbasic/php/config.php:116
+msgid "Set the background image"
+msgstr "Ajustar la imagen de fondo"
-#: ../../include/conversation.php:819
-msgid "Insert audio link"
-msgstr "Inserte un vínculo del audio"
+#: ../../view/theme/redbasic/php/config.php:117
+msgid "Set the background color of items"
+msgstr "Ajustar el color de los elementos de fondo"
-#: ../../include/conversation.php:822
-msgid "Set title"
-msgstr "Establecer el título"
+#: ../../view/theme/redbasic/php/config.php:118
+msgid "Set the background color of comments"
+msgstr "Ajustar el color de fondo de los comentarios"
-#: ../../include/bb2diaspora.php:51
-msgid "view full size"
-msgstr "Ver a tamaño completo"
+#: ../../view/theme/redbasic/php/config.php:119
+msgid "Set the border color of comments"
+msgstr "Ajustar el color del borde de los comentarios"
-#: ../../include/bb2diaspora.php:102
-msgid "image/photo"
-msgstr "imagen/foto"
+#: ../../view/theme/redbasic/php/config.php:120
+msgid "Set the indent for comments"
+msgstr "Ajusta la indentación de los comentarios"
-#: ../../include/dba.php:31
-#, php-format
-msgid "Cannot locate DNS info for database server '%s'"
-msgstr ""
-"No se puede encontrar información de DNS para el servidor de base de datos "
-"'%s'"
+#: ../../view/theme/redbasic/php/config.php:121
+msgid "Set the basic color for item icons"
+msgstr "Ajustar el color básico para los iconos de los elementos"
-#: ../../include/contact_widgets.php:6
-msgid "Add New Contact"
-msgstr "Añadir nuevo contacto"
+#: ../../view/theme/redbasic/php/config.php:122
+msgid "Set the hover color for item icons"
+msgstr "Ajustar el color flotante para los iconos de los elementos"
-#: ../../include/contact_widgets.php:7
-msgid "Enter address or web location"
-msgstr "Escriba la dirección o página web"
+#: ../../view/theme/redbasic/php/config.php:123
+msgid "Set font-size for the entire application"
+msgstr "Ajustar el tamaño del tipo de letra para toda la aplicación"
-#: ../../include/contact_widgets.php:8
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr "Ejemplo: bob@ejemplo.com, http://ejemplo.com/barbara"
+#: ../../view/theme/redbasic/php/config.php:123
+msgid "Example: 14px"
+msgstr "Ejemplo: 14px"
-#: ../../include/contact_widgets.php:18
-msgid "Invite Friends"
-msgstr "Invitar amigos"
+#: ../../view/theme/redbasic/php/config.php:125
+msgid "Set font-color for posts and comments"
+msgstr "Establecer el color de la fuente para publicaciones y comentarios"
-#: ../../include/contact_widgets.php:24
-#, php-format
-msgid "%d invitation available"
-msgid_plural "%d invitations available"
-msgstr[0] "%d invitación disponible"
-msgstr[1] "%d invitaviones disponibles"
+#: ../../view/theme/redbasic/php/config.php:126
+msgid "Set radius of corners"
+msgstr "Establecer el radio de curvatura de las esquinas"
-#: ../../include/contact_widgets.php:30
-msgid "Find People"
-msgstr "Buscar personas"
+#: ../../view/theme/redbasic/php/config.php:127
+msgid "Set shadow depth of photos"
+msgstr "Ajustar la profundidad de sombras de las fotos"
-#: ../../include/contact_widgets.php:31
-msgid "Enter name or interest"
-msgstr "Introduzca nombre o intereses"
+#: ../../view/theme/redbasic/php/config.php:128
+msgid "Set maximum width of content region in pixel"
+msgstr "Ajustar la anchura máxima de la región de contenido, en pixels"
-#: ../../include/contact_widgets.php:32
-msgid "Connect/Follow"
-msgstr "Conectar/Seguir"
+#: ../../view/theme/redbasic/php/config.php:128
+msgid "Leave empty for default width"
+msgstr "Dejar en blanco para la anchura predeterminada"
-#: ../../include/contact_widgets.php:33
-msgid "Examples: Robert Morgenstein, Fishing"
-msgstr "Ejemplos: Robert Morgenstein, Pesca"
+#: ../../view/theme/redbasic/php/config.php:129
+msgid "Center page content"
+msgstr "Contenido del centro de la página"
-#: ../../include/contact_widgets.php:36
-msgid "Similar Interests"
-msgstr "Intereses similares"
+#: ../../view/theme/redbasic/php/config.php:130
+msgid "Set minimum opacity of nav bar - to hide it"
+msgstr "Ajustar la opacidad mínima de la barra de navegación - para ocultarla"
-#: ../../include/items.php:1829
-msgid "New mail received at "
-msgstr "Nuevo correo recibido en "
+#: ../../view/theme/redbasic/php/config.php:131
+msgid "Set size of conversation author photo"
+msgstr "Ajustar el tamaño de la foto del autor de la conversación"
-#: ../../include/items.php:2438
-msgid "A new person is sharing with you at "
-msgstr "Una nueva persona está compartiendo con usted en"
+#: ../../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"
-#: ../../include/items.php:2438
-msgid "You have a new follower at "
-msgstr "Tienes un nuevo seguidor en "
+#: ../../boot.php:1356
+#, php-format
+msgid "Update %s failed. See error logs."
+msgstr "La actualización %s ha fallado. Mire el informe de errores."
-#: ../../include/message.php:13
-msgid "[no subject]"
-msgstr "[sin asunto]"
+#: ../../boot.php:1359
+#, php-format
+msgid "Update Error at %s"
+msgstr "Error de Actualización en %s"
-#: ../../include/group.php:25
+#: ../../boot.php:1526
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 eliminado con este nombre fue restablecido. Los permisos existentes"
-" <strong>pueden</strong> aplicarse a este grupo y a sus futuros miembros. Si"
-" esto no es lo que pretende, por favor, cree otro grupo con un nombre "
-"diferente."
+"Create an account to access services and applications within the Red Matrix"
+msgstr "Crear una cuenta para acceder a los servicios y aplicaciones dentro de la red"
-#: ../../include/group.php:165
-msgid "Create a new group"
-msgstr "Crear un nuevo grupo"
+#: ../../boot.php:1554
+msgid "Password"
+msgstr "Contraseña"
-#: ../../include/group.php:166
-msgid "Everybody"
-msgstr "Todo el mundo"
+#: ../../boot.php:1555
+msgid "Remember me"
+msgstr "Recuérdeme"
-#: ../../include/diaspora.php:544
-msgid "Sharing notification from Diaspora network"
-msgstr "Conpartir notificaciones con la red Diaspora*"
+#: ../../boot.php:1558
+msgid "Forgot your password?"
+msgstr "¿Olvidó su contraseña?"
-#: ../../include/diaspora.php:1527
-msgid "Attachments:"
-msgstr "Archivos adjuntos:"
+#: ../../boot.php:2178
+msgid "toggle mobile"
+msgstr "cambiar a móvil"
-#: ../../include/diaspora.php:1710
-#, php-format
-msgid "[Relayed] Comment authored by %s from network %s"
-msgstr "[Retransmitido] Comentario escrito por %s desde %s"
+#: ../../boot.php:2313
+msgid "Website SSL certificate is not valid. Please correct."
+msgstr "El certificado SSL del sitio web no es válido. Por favor, corríjalo."
-#: ../../include/oembed.php:122
-msgid "Embedded content"
-msgstr "Contenido integrado"
-
-#: ../../include/oembed.php:131
-msgid "Embedding disabled"
-msgstr "Incrustaciones desabilitadas"
+#: ../../boot.php:2316
+#, php-format
+msgid "[red] Website SSL error for %s"
+msgstr "[red] SSL error de Sitio Web en %s"
+#: ../../boot.php:2353
+msgid "Cron/Scheduled tasks not running."
+msgstr "Las tareas de Cron/Planificador no funcionan."
+#: ../../boot.php:2357
+#, php-format
+msgid "[red] Cron tasks not running on %s"
+msgstr "[red] Las tareas de Cron no están funcionando en %s"
diff --git a/view/es/passchanged_eml.tpl b/view/es/passchanged_eml.tpl
index 0d94be3c2..be6ad74d9 100644
--- a/view/es/passchanged_eml.tpl
+++ b/view/es/passchanged_eml.tpl
@@ -1,20 +1,20 @@
-Dear {{$username}},
- Your password has been changed as requested. Please retain this
-information for your records (or change your password immediately to
-something that you will remember).
+Estimado {{$username}},
+ Su contraseña ha sido cambiada, tal como pidió. Por favor, guarde esta
+información en sus registros ( o cambie la contraseña inmediatamente
+a alguna que pueda recordar).
-Your login details are as follows:
+Los detalles del inicio de sesión son los siguientes:
-Site Location: {{$siteurl}}
-Login Name: {{$email}}
-Password: {{$new_password}}
+Localización del Sitio: {{$siteurl}}
+Nombre de usuario: {{$email}}
+Contraseña: {{$new_password}}
-You may change that password from your account settings page after logging in.
+Puede cambiar esta contraseña desde su cuenta después de iniciar sesión.
-Sincerely,
- {{$sitename}} Administrator
+Atentamente,
+ Administrador de {{$sitename}}
-
+ \ No newline at end of file
diff --git a/view/es/register_open_eml.tpl b/view/es/register_open_eml.tpl
index 4b397201c..74e5ba466 100644
--- a/view/es/register_open_eml.tpl
+++ b/view/es/register_open_eml.tpl
@@ -1,19 +1,19 @@
-An account has been created at {{$sitename}} for this email address.
-The login details are as follows:
+Una cuenta ha sido creada en {{$sitename}} con esta dirección de correo electrónico.
+Los detalles del inicio de sesión son los siguientes:
-Site Location: {{$siteurl}}
-Login: {{$email}}
-Password: (the password which was provided during registration)
+Localización del Sitio: {{$siteurl}}
+Nombre de usuario: {{$email}}
+Contraseña: (la contraseña que proporcionó durante el proceso de registro)
-If this account was created without your knowledge and is not desired, you may
-visit this site and reset the password. This will allow you to remove the
-account from the links on the Settings page, and we
-apologise for any inconvenience.
+Si esta cuenta se creó sin su consentimiento y no es deseada, puedes
+visitar el sitio y cambiar la contraseña. Esto le permitirá eliminar la
+cuenta de los enlaces en la página de Ajustes, le
+pedimos disculpas por cualquier inconveniente que hayamos podido causar.
-Thank you and welcome to {{$sitename}}.
+gracias y bienvenido a {{$sitename}}.
-Sincerely,
- {{$sitename}} Administrator
+Atentamente,
+ Administrador de {{$sitename}}
-
+ \ No newline at end of file
diff --git a/view/es/register_verify_eml.tpl b/view/es/register_verify_eml.tpl
index 85d9a12d3..4eabaacc7 100644
--- a/view/es/register_verify_eml.tpl
+++ b/view/es/register_verify_eml.tpl
@@ -1,25 +1,24 @@
-A new user registration request was received at {{$sitename}} which requires
-your approval.
+Una nueva petición de registro de usuario se ha recibido en {{$sitename}}, que requiere
+su aprobación.
-The login details are as follows:
+Los detalles del inicio de sesión son los siguientes:
-Site Location: {{$siteurl}}
-Login Name: {{$email}}
-IP Address: {{$details}}
+Localización del Sitio: {{$siteurl}}
+Nombre de usuario: {{$email}}
+Dirección IP: {{$details}}
-To approve this request please visit the following link:
+Para aprobar la petición siga el enlace:
{{$siteurl}}/regmod/allow/{{$hash}}
-To deny the request and remove the account, please visit:
+Para denegar la petición y eliminar la cuenta , siga:
{{$siteurl}}/regmod/deny/{{$hash}}
-Thank you.
-
+Gracias.
diff --git a/view/es/register_verify_member.tpl b/view/es/register_verify_member.tpl
new file mode 100644
index 000000000..202c4111c
--- /dev/null
+++ b/view/es/register_verify_member.tpl
@@ -0,0 +1,24 @@
+
+Gracias por registrarse en {{$sitename}}.
+
+Los detalles del inicio de sesión son los siguientes:
+
+Localización del Sitio: {{$siteurl}}
+Nombre de usuario: {{$email}}
+
+inicie la sesión con la contraseña que elegió durante el registro.
+
+Necesitamos verificar su correo electrónico para poder darle pleno acceso.
+
+Si registró esta cuenta, por favor, siga el enlace:
+
+{{$siteurl}}/regver/allow/{{$hash}}
+
+
+Para denegar la petición y eliminar la cuenta , siga:
+
+
+{{$siteurl}}/regver/deny/{{$hash}}
+
+
+Gracias.
diff --git a/view/es/strings.php b/view/es/strings.php
index bd3e6997f..aa23c3895 100644
--- a/view/es/strings.php
+++ b/view/es/strings.php
@@ -2,1042 +2,72 @@
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);
+ return ($n != 1);;
}}
;
-$a->strings["Not Found"] = "No se ha encontrado";
-$a->strings["Page not found."] = "Página no encontrada.";
-$a->strings["Permission denied"] = "Permiso denegado";
-$a->strings["Permission denied."] = "Permiso denegado.";
-$a->strings["Delete this item?"] = "¿Eliminar este elemento?";
-$a->strings["Comment"] = "Comentar";
-$a->strings["Create a New Account"] = "Crear una nueva cuenta";
-$a->strings["Register"] = "Registrarse";
-$a->strings["Logout"] = "Salir";
-$a->strings["Login"] = "Acceder";
-$a->strings["Nickname or Email address: "] = "Apodo o dirección de email: ";
-$a->strings["Password: "] = "Contraseña: ";
-$a->strings["OpenID: "] = "OpenID:";
-$a->strings["Forgot your password?"] = "¿Olvidó la contraseña?";
-$a->strings["Password Reset"] = "Restablecer la contraseña";
-$a->strings["No profile"] = "Nigún perfil";
-$a->strings["Edit profile"] = "Editar perfil";
-$a->strings["Connect"] = "Conectar";
-$a->strings["Profiles"] = "Perfiles";
-$a->strings["Manage/edit profiles"] = "Administrar/editar perfiles";
-$a->strings["Change profile photo"] = "Cambiar foto del perfil";
-$a->strings["Create New Profile"] = "Crear nuevo perfil";
-$a->strings["Profile Image"] = "Imagen del Perfil";
-$a->strings["visible to everybody"] = "Visible para todos";
-$a->strings["Edit visibility"] = "Editar visibilidad";
-$a->strings["Location:"] = "Localización:";
-$a->strings["Gender:"] = "Género:";
-$a->strings["Status:"] = "Estado:";
-$a->strings["Homepage:"] = "Página de inicio:";
-$a->strings["g A l F d"] = "g A l F d";
-$a->strings["F d"] = "F d";
-$a->strings["Birthday Reminders"] = "Recordatorios de cumpleaños";
-$a->strings["Birthdays this week:"] = "Cumpleaños esta semana:";
-$a->strings["[today]"] = "[hoy]";
-$a->strings["Event Reminders"] = "Recordatorios de eventos";
-$a->strings["Events this week:"] = "Eventos de esta semana:";
-$a->strings["[No description]"] = "[Sin descripción]";
-$a->strings["Status"] = "Estado";
-$a->strings["Profile"] = "Perfil";
-$a->strings["Photos"] = "Fotografías";
-$a->strings["Events"] = "Eventos";
-$a->strings["Personal Notes"] = "Notas personales";
-$a->strings["Welcome back %s"] = "Bienvenido de nuevo %s";
-$a->strings["Manage Identities and/or Pages"] = "Administrar identidades y/o páginas";
-$a->strings["(Toggle between different identities or community/group pages which share your account details.)"] = "(Alternar entre las diferentes identidades o las páginas de comunidades/grupos que comparten los datos de su cuenta).";
-$a->strings["Select an identity to manage: "] = "Selecciona una identidad a gestionar:";
-$a->strings["Submit"] = "Envía";
-$a->strings["People Search"] = "Buscar personas";
-$a->strings["No matches"] = "Sin conincidencias";
-$a->strings["Image exceeds size limit of %d"] = "El tamaño de la imagen supera el límite de %d";
-$a->strings["Unable to process image."] = "Imposible procesar la imagen.";
-$a->strings["Wall Photos"] = "Foto del Muro";
-$a->strings["Image upload failed."] = "Error al subir la imagen.";
-$a->strings["Access to this profile has been restricted."] = "EL acceso a este perfil ha sido restringido.";
-$a->strings["Tips for New Members"] = "Consejos para nuevos miembros";
-$a->strings["Disallowed profile URL."] = "Dirección de perfil no permitida.";
-$a->strings["This site is not configured to allow communications with other networks."] = "Este sitio no está configurado para permitir la comunicación con otras redes.";
-$a->strings["No compatible communication protocols or feeds were discovered."] = "No se ha descubierto protocolos de comunicación o fuentes compatibles.";
-$a->strings["The profile address specified does not provide adequate information."] = "La dirección del perfil especificado no proporciona información adecuada.";
-$a->strings["An author or name was not found."] = "No se ha encontrado un autor o nombre";
-$a->strings["No browser URL could be matched to this address."] = "Ninguna dirección URL concuerda con la suministrada.";
-$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "La dirección del perfil especificada pertenece a una red que ha sido deshabilitada en este sitio.";
-$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Perfil limitado. Esta persona no podrá recibir notificaciones directas/personales de ti.";
-$a->strings["Unable to retrieve contact information."] = "No ha sido posible recibir la información del contacto.";
-$a->strings["following"] = "siguiendo";
-$a->strings["Image uploaded but image cropping failed."] = "Imagen recibida, pero ha fallado al recortarla.";
-$a->strings["Profile Photos"] = "Foto del perfil";
-$a->strings["Image size reduction [%s] failed."] = "Ha fallado la reducción de las dimensiones de la imagen [%s].";
-$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Recargue la página o limpie la caché del navegador si la nueva foto no aparece inmediatamente.";
-$a->strings["Unable to process image"] = "Imposible procesar la imagen";
-$a->strings["Upload File:"] = "Subir archivo:";
-$a->strings["Upload Profile Photo"] = "Subir foto del Perfil";
-$a->strings["Upload"] = "Subir";
-$a->strings["or"] = "o";
-$a->strings["skip this step"] = "salta este paso";
-$a->strings["select a photo from your photo albums"] = "elige una foto de tus álbumes";
-$a->strings["Crop Image"] = "Recortar imagen";
-$a->strings["Please adjust the image cropping for optimum viewing."] = "Por favor, ajusta el recorte de la imagen para optimizarla.";
-$a->strings["Done Editing"] = "Editado";
-$a->strings["Image uploaded successfully."] = "Imagen subida con éxito.";
-$a->strings["Welcome to %s"] = "Bienvenido a %s";
-$a->strings["[Embedded content - reload page to view]"] = "[Contenido incrustado - recarga la página para verlo]";
-$a->strings["File exceeds size limit of %d"] = "El tamaño del archivo excede el límite de %d";
-$a->strings["File upload failed."] = "Ha fallado la subida del archivo.";
-$a->strings["Friend Suggestions"] = "Sugerencias de amigos";
-$a->strings["No suggestions. This works best when you have more than one contact/friend."] = "No hay sugerencias. Esto funciona mejor cuando tienes más de un contacto/amigo.";
-$a->strings["Ignore/Hide"] = "Ignorar/Ocultar";
-$a->strings["Registration details for %s"] = "Detalles de registro para %s";
-$a->strings["Administrator"] = "Administrador";
-$a->strings["Account approved."] = "Cuenta aprobada.";
-$a->strings["Registration revoked for %s"] = "Registro anulado para %s";
-$a->strings["Please login."] = "Por favor accede.";
-$a->strings["Profile not found."] = "Perfil no encontrado.";
-$a->strings["Profile Name is required."] = "Se necesita un nombre de perfil.";
-$a->strings["Profile updated."] = "Perfil actualizado.";
-$a->strings["Profile deleted."] = "Perfil eliminado.";
-$a->strings["Profile-"] = "Perfil-";
-$a->strings["New profile created."] = "Nuevo perfil creado.";
-$a->strings["Profile unavailable to clone."] = "Imposible duplicar el perfil.";
-$a->strings["Hide your contact/friend list from viewers of this profile?"] = "¿Ocultar tu lista de contactos/amigos en este perfil?";
-$a->strings["Yes"] = "Sí";
-$a->strings["No"] = "No";
-$a->strings["Edit Profile Details"] = "Editar detalles de tu perfil";
-$a->strings["View this profile"] = "Ver este perfil";
-$a->strings["Create a new profile using these settings"] = "¿Crear un nuevo perfil con esta configuración?";
-$a->strings["Clone this profile"] = "Clonar este perfil";
-$a->strings["Delete this profile"] = "Eliminar este perfil";
-$a->strings["Profile Name:"] = "Nombres del perfil:";
-$a->strings["Your Full Name:"] = "Tu nombre completo:";
-$a->strings["Title/Description:"] = "Título/Descrición:";
-$a->strings["Your Gender:"] = "Género:";
-$a->strings["Birthday (%s):"] = "Cumpleaños (%s):";
-$a->strings["Street Address:"] = "Dirección";
-$a->strings["Locality/City:"] = "Localidad/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 civil:";
-$a->strings["Who: (if applicable)"] = "¿Quién? (si es aplicable)";
-$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Ejemplos: cathy123, Cathy Williams, cathy@example.com";
-$a->strings["Sexual Preference:"] = "Preferencia sexual:";
-$a->strings["Homepage URL:"] = "Dirección de tu página web:";
-$a->strings["Political Views:"] = "Ideas políticas:";
-$a->strings["Religious Views:"] = "Creencias religiosas";
-$a->strings["Public Keywords:"] = "Palabras clave públicas:";
-$a->strings["Private Keywords:"] = "Palabras clave privadas:";
-$a->strings["Example: fishing photography software"] = "Ejemplo: pesca fotografía software";
-$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Utilizado para sugerir amigos potenciales, otros pueden verlo)";
-$a->strings["(Used for searching profiles, never shown to others)"] = "(Utilizado para buscar perfiles, nunca se muestra a otros)";
-$a->strings["Tell us about yourself..."] = "Háblanos sobre ti...";
-$a->strings["Hobbies/Interests"] = "Aficiones/Intereses";
-$a->strings["Contact information and Social Networks"] = "Informacioń de contacto y Redes sociales";
-$a->strings["Musical interests"] = "Gustos musicales";
-$a->strings["Books, literature"] = "Libros, literatura";
-$a->strings["Television"] = "Televisión";
-$a->strings["Film/dance/culture/entertainment"] = "Películas/baile/cultura/entretenimiento";
-$a->strings["Love/romance"] = "Amor/Romance";
-$a->strings["Work/employment"] = "Trabajo/ocupación";
-$a->strings["School/education"] = "Escuela/estudios";
-$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Éste es tu perfil <strong>público</strong>.<br /><strong>Puede</strong> ser visto por cualquiera usando internet.";
-$a->strings["Age: "] = "Edad: ";
-$a->strings["Edit/Manage Profiles"] = "Editar/Administrar perfiles";
-$a->strings["Item not found."] = "Elemento no encontrado.";
-$a->strings["everybody"] = "todos";
-$a->strings["Missing some important data!"] = "¡Faltan algunos datos importantes!";
-$a->strings["Update"] = "Actualizar";
-$a->strings["Failed to connect with email account using the settings provided."] = "Error al conectar con la cuenta de correo mediante la configuración suministrada.";
-$a->strings["Email settings updated."] = "Configuración de correo electrónico actualizada.";
-$a->strings["Passwords do not match. Password unchanged."] = "Las contraseñas no coinciden. La contraseña no ha sido modificada.";
-$a->strings["Empty passwords are not allowed. Password unchanged."] = "No se permiten contraseñas vacías. La contraseña no ha sido modificada.";
-$a->strings["Password changed."] = "Contraseña modificada.";
-$a->strings["Password update failed. Please try again."] = "La actualización de la contraseña ha fallado. Por favor, prueba otra vez.";
-$a->strings[" Please use a shorter name."] = " Usa un nombre más corto.";
-$a->strings[" Name too short."] = " Nombre demasiado corto.";
-$a->strings[" Not valid email."] = " Correo no válido.";
-$a->strings[" Cannot change to that email."] = " No se puede usar ese correo.";
-$a->strings["Settings updated."] = "Configuración actualizada.";
-$a->strings["Account settings"] = "Configuración de tu cuenta";
-$a->strings["Connector settings"] = "Configuración del conector";
-$a->strings["Plugin settings"] = "Configuración de los módulos";
-$a->strings["Connections"] = "Conexiones";
-$a->strings["Export personal data"] = "Exportación de datos personales";
-$a->strings["Add application"] = "Agregar aplicación";
-$a->strings["Cancel"] = "Cancelar";
-$a->strings["Name"] = "Nombre";
-$a->strings["Consumer Key"] = "Clave consumer";
-$a->strings["Consumer Secret"] = "Secreto consumer";
-$a->strings["Redirect"] = "Redirigir";
-$a->strings["Icon url"] = "Dirección URL del ícono";
-$a->strings["You can't edit this application."] = "No puedes editar esta aplicación.";
-$a->strings["Connected Apps"] = "Aplicaciones conectadas";
+$a->strings["Cannot locate DNS info for database server '%s'"] = "No se ha podido localizar información para el servidor de base de datos “%s”";
+$a->strings["Profile Photos"] = "Fotos de perfil";
$a->strings["Edit"] = "Editar";
-$a->strings["Delete"] = "Eliminar";
-$a->strings["Client key starts with"] = "Clave de cliente comienza con";
-$a->strings["No name"] = "Sin nombre";
-$a->strings["Remove authorization"] = "Suprimir la autorización";
-$a->strings["No Plugin settings configured"] = "Ningún módulo ha sido configurado";
-$a->strings["Plugin Settings"] = "Configuración de los módulos";
-$a->strings["Built-in support for %s connectivity is %s"] = "El soporte integrado para %s conexión es %s";
-$a->strings["Diaspora"] = "Diaspora";
-$a->strings["enabled"] = "habilitado";
-$a->strings["disabled"] = "deshabilitado";
-$a->strings["StatusNet"] = "StatusNet";
-$a->strings["Connector Settings"] = "Configuración del conector";
-$a->strings["Email/Mailbox Setup"] = "Configuración del correo/buzón";
-$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Si quieres comunicarte con tus contactos de tu correo usando este servicio (opcional), por favor, especifica cómo conectar con tu buzón.";
-$a->strings["Last successful email check:"] = "Última comprobación del correo con éxito:";
-$a->strings["Email access is disabled on this site."] = "El acceso por correo está deshabilitado en esta web.";
-$a->strings["IMAP server name:"] = "Nombre del servidor IMAP:";
-$a->strings["IMAP port:"] = "Puerto IMAP:";
-$a->strings["Security:"] = "Seguridad:";
-$a->strings["None"] = "Ninguna";
-$a->strings["Email login name:"] = "Nombre de usuario:";
-$a->strings["Email password:"] = "Contraseña:";
-$a->strings["Reply-to address:"] = "Dirección de respuesta:";
-$a->strings["Send public posts to all email contacts:"] = "Enviar publicaciones públicas a todos los contactos de correo:";
-$a->strings["Normal Account"] = "Cuenta normal";
-$a->strings["This account is a normal personal profile"] = "Esta cuenta es el perfil de una persona normal";
-$a->strings["Soapbox Account"] = "Cuenta tribuna";
-$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "Aceptar automáticamente todas las peticiones de conexión/amistad como seguidores de solo-lectura";
-$a->strings["Community/Celebrity Account"] = "Cuenta de Sociedad/Celebridad";
-$a->strings["Automatically approve all connection/friend requests as read-write fans"] = "Aceptar automáticamente todas las peticiones de conexión/amistad como seguidores de lectura-escritura";
-$a->strings["Automatic Friend Account"] = "Cuenta de amistad automática";
-$a->strings["Automatically approve all connection/friend requests as friends"] = "Aceptar automáticamente todas las solicitudes de conexión/amistad como amigos";
-$a->strings["OpenID:"] = "OpenID";
-$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Opcional) Permitir a este OpenID acceder a esta cuenta.";
-$a->strings["Publish your default profile in your local site directory?"] = "¿Quieres publicar tu perfil predeterminado en el directorio del sitio local?";
-$a->strings["Publish your default profile in the global social directory?"] = "¿Quieres publicar tu perfil predeterminado en el directorio social de forma global?";
-$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "¿Quieres ocultar tu lista de contactos/amigos en la vista de tu perfil predeterminado?";
-$a->strings["Hide profile details and all your messages from unknown viewers?"] = "¿Quieres ocultar los detalles de tu perfil y todos tus mensajes a los desconocidos?";
-$a->strings["Allow friends to post to your profile page?"] = "¿Permitir a los amigos publicar en su página de perfil?";
-$a->strings["Allow friends to tag your posts?"] = "¿Permitir a los amigos etiquetar tus publicaciones?";
-$a->strings["Profile is <strong>not published</strong>."] = "El perfil <strong>no está publicado</strong>.";
-$a->strings["Your Identity Address is"] = "Tu dirección personal es";
-$a->strings["Account Settings"] = "Configuración de la cuenta";
-$a->strings["Password Settings"] = "Configuración de la contraseña";
-$a->strings["New Password:"] = "Contraseña nueva:";
-$a->strings["Confirm:"] = "Confirmar:";
-$a->strings["Leave password fields blank unless changing"] = "Deja la contraseña en blanco si no quieres cambiarla";
-$a->strings["Basic Settings"] = "Configuración básica";
-$a->strings["Full Name:"] = "Nombre completo:";
-$a->strings["Email Address:"] = "Dirección de correo electrónico:";
-$a->strings["Your Timezone:"] = "Zona horaria:";
-$a->strings["Default Post Location:"] = "Localización predeterminada:";
-$a->strings["Use Browser Location:"] = "Usar localización del navegador:";
-$a->strings["Display Theme:"] = "Utilizar tema:";
-$a->strings["Security and Privacy Settings"] = "Configuración de seguridad y privacidad";
-$a->strings["Maximum Friend Requests/Day:"] = "Máximo número de peticiones de amistad por día:";
-$a->strings["(to prevent spam abuse)"] = "(para prevenir el abuso de spam)";
-$a->strings["Default Post Permissions"] = "Permisos por defecto para las publicaciones";
-$a->strings["(click to open/close)"] = "(pulsa para abrir/cerrar)";
-$a->strings["Automatically expire posts after days:"] = "Las publicaciones expiran automáticamente después de (días):";
-$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Si lo dejas vacío no expirarán nunca. Las publicaciones que hayan expirado se borrarán";
-$a->strings["Notification Settings"] = "Configuración de notificaciones";
-$a->strings["Send a notification email when:"] = "Enviar notificación por correo cuando:";
-$a->strings["You receive an introduction"] = "Reciba una presentación";
-$a->strings["Your introductions are confirmed"] = "Mi presentación sea confirmada";
-$a->strings["Someone writes on your profile wall"] = "Alguien escriba en el muro de mi perfil";
-$a->strings["Someone writes a followup comment"] = "Algien escriba en un comentario que sigo ";
-$a->strings["You receive a private message"] = "Reciba un mensaje privado";
-$a->strings["Advanced Page Settings"] = "Configuración avanzada";
-$a->strings["Saved Searches"] = "Búsquedas guardadas";
-$a->strings["Remove term"] = "Eliminar término";
-$a->strings["Public access denied."] = "Acceso público denegado.";
-$a->strings["Search This Site"] = "Buscar en este sitio";
-$a->strings["No results."] = "Sin resultados.";
-$a->strings["Photo Albums"] = "Álbum de Fotos";
-$a->strings["Contact Photos"] = "Foto del contacto";
-$a->strings["Contact information unavailable"] = "Información del contacto no disponible";
-$a->strings["Album not found."] = "Álbum no encontrado.";
-$a->strings["Delete Album"] = "Eliminar álbum";
-$a->strings["Delete Photo"] = "Eliminar foto";
-$a->strings["was tagged in a"] = "ha sido etiquetado en";
-$a->strings["photo"] = "foto";
-$a->strings["by"] = "por";
-$a->strings["Image exceeds size limit of "] = "La imagen supera el limite de tamaño de ";
-$a->strings["Image file is empty."] = "El archivo de imagen está vacío.";
-$a->strings["No photos selected"] = "Ninguna foto seleccionada";
-$a->strings["Access to this item is restricted."] = "El acceso a este elemento está restringido.";
-$a->strings["Upload Photos"] = "Subir fotos";
-$a->strings["New album name: "] = "Nombre del nuevo álbum: ";
-$a->strings["or existing album name: "] = "o nombre de un álbum existente: ";
-$a->strings["Do not show a status post for this upload"] = "No mostrar un mensaje de estado de este envío";
-$a->strings["Permissions"] = "Permisos";
-$a->strings["Edit Album"] = "Modifica álbum";
-$a->strings["View Photo"] = "Ver foto";
-$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["View photo"] = "Ver foto";
-$a->strings["Edit photo"] = "Modificar foto";
-$a->strings["Use as profile photo"] = "Usar como foto del perfil";
-$a->strings["Private Message"] = "Mensaje privado";
-$a->strings["View Full Size"] = "Ver a tamaño completo";
-$a->strings["Tags: "] = "Etiquetas: ";
-$a->strings["[Remove any tag]"] = "[Borrar todas las etiquetas]";
-$a->strings["New album name"] = "Nuevo nombre del álbum";
-$a->strings["Caption"] = "Título";
-$a->strings["Add a Tag"] = "Añadir una etiqueta";
-$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Ejemplo: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping";
-$a->strings["I like this (toggle)"] = "Me gusta esto (cambiar)";
-$a->strings["I don't like this (toggle)"] = "No me gusta esto (cambiar)";
-$a->strings["Share"] = "Compartir";
-$a->strings["Please wait"] = "Por favor, espere";
-$a->strings["This is you"] = "Eres tú";
-$a->strings["Recent Photos"] = "Fotos recientes";
-$a->strings["Upload New Photos"] = "Subir nuevas fotos";
-$a->strings["View Album"] = "Ver álbum";
-$a->strings["Welcome to Friendika"] = "Bienvenido a Friendika";
-$a->strings["New Member Checklist"] = "Listado de nuevos miembros";
-$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page."] = "Nos gustaría ofrecerte algunos trucos y consejos para ayudar a que tu experiencia sea placentera. Pulsa en cualquier elemento para visitar la página adecuada.";
-$a->strings["On your <em>Settings</em> page - change your initial password. Also make a note of your Identity Address. This will be useful in making friends."] = "En la página de <em>Configuración</em> - cambia la contraseña inicial. Toma nota de tu dirección personal. Te será útil para hacer amigos.";
-$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Revisa las demás configuraciones, especialmente la configuración de privacidad. Un listado de directorio no publicado es como tener un número de teléfono sin publicar. Normalmente querrás publicar tu listado, a menos que tus amigos y amigos potenciales sepan con ponerse en contacto contigo.";
-$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Sube una foto para tu perfil si no lo has hecho aún. Los estudios han demostrado que la gente que usa fotos suyas reales tienen diez veces más éxito a la hora de entablar amistad que las que no.";
-$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "Autoriza la conexión con Facebook si ya tienes una cuenta en Facebook y nosotros (opcionalmente) importaremos tus amistades y conversaciones desde Facebook.";
-$a->strings["Enter your email access information on your Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "Introduce los datos sobre tu dirección de correo en la página de configuración si quieres importar y mantener un contacto con tus amistades o listas de correos desde tu buzón";
-$a->strings["Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Edita tu perfil <strong>predeterminado</strong> como quieras. Revisa la configuración para ocultar tu lista de amigos o tu perfil a los visitantes desconocidos.";
-$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Define en tu perfil público algunas palabras que describan tus intereses. Así podremos buscar otras personas con los mismos gustos y sugerirte posibles amigos.";
-$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the <em>Connect</em> dialog."] = "La página de tus Contactos es tu puerta de entrada para manejar tus relaciones de amistad y conectarte con amigos de otras redes sociales. Introduce la dirección de su perfil o dirección web en el campo <em>Conectar</em>.";
-$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own Identity Address if requested."] = "El Directorio te permite encontrar otras personas en esta red o en cualquier otro sitio federado. Busca algún enlace de <em>Conectar</em> o <em>Seguir</em> en su perfil. Proporciona tu direción personal si es necesario.";
-$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "Una vez que tengas algunos amigos, puedes organizarlos en grupos de conversación privados mediante la barra en tu página de Contactos y luego puedes interactuar con cada grupo por privado desde tu página de Red.";
-$a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "Puedes consultar nuestra página de <strong>Ayuda</strong> para más ayuda, información y recursos.";
-$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
-$a->strings["Time Conversion"] = "Conversión horária";
-$a->strings["Friendika provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica ofrece este servicio para compartir eventos con otras redes y amigos en zonas horarias desconocidas.";
-$a->strings["UTC time: %s"] = "Tiempo UTC: %s";
-$a->strings["Current timezone: %s"] = "Zona horaria actual: %s";
-$a->strings["Converted localtime: %s"] = "Zona horaria local convertida: %s";
-$a->strings["Please select your timezone:"] = "Por favor, seleccione su zona horaria:";
-$a->strings["Item has been removed."] = "El elemento ha sido eliminado.";
-$a->strings["Item not found"] = "Elemento no encontrado";
-$a->strings["Edit post"] = "Editar publicación";
-$a->strings["Post to Email"] = "Publicar mediante correo electrónico";
-$a->strings["Upload photo"] = "Subir foto";
-$a->strings["Attach file"] = "Adjuntar archivo";
-$a->strings["Insert web link"] = "Insertar enlace";
-$a->strings["Insert YouTube video"] = "Insertar video de YouTube";
-$a->strings["Insert Vorbis [.ogg] video"] = "Insertar video Vorbis [.ogg]";
-$a->strings["Insert Vorbis [.ogg] audio"] = "Insertar audio Vorbis [.ogg]";
-$a->strings["Set your location"] = "Configura tu localización";
-$a->strings["Clear browser location"] = "Borrar la localización del navegador";
-$a->strings["Permission settings"] = "Configuración de permisos";
-$a->strings["CC: email addresses"] = "CC: dirección de correo electrónico";
-$a->strings["Public post"] = "Post público";
-$a->strings["Example: bob@example.com, mary@example.com"] = "Ejemplo: juan@ejemplo.com, sofia@ejemplo.com";
-$a->strings["%s : Not a valid email address."] = "%s : No es una dirección válida de correo.";
-$a->strings["Please join my network on %s"] = "Por favor únete a mi red social en %s";
-$a->strings["%s : Message delivery failed."] = "%s : Ha fallado la entrega del mensaje.";
-$a->strings["%d message sent."] = array(
- 0 => "%d mensaje enviado.",
- 1 => "%d mensajes enviados.",
-);
-$a->strings["You have no more invitations available"] = "No tienes más invitaciones disponibles";
-$a->strings["Send invitations"] = "Enviar invitaciones";
-$a->strings["Enter email addresses, one per line:"] = "Introduce las direcciones de correo, una por línea:";
-$a->strings["Your message:"] = "Tu mensaje:";
-$a->strings["Please join my social network on %s"] = "Únete a mi red social en % s";
-$a->strings["To accept this invitation, please visit:"] = "Para aceptar esta invitación, por favor visita:";
-$a->strings["You will need to supply this invitation code: \$invite_code"] = "Tienes que proporcionar el siguiente código: \$invite_code";
-$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Una vez registrado, por favor contacta conmigo a través de mi página de perfil en:";
-$a->strings["{0} wants to be your friend"] = "{0} quiere ser tu amigo";
-$a->strings["{0} sent you a message"] = "{0} le ha enviado un mensaje";
-$a->strings["{0} requested registration"] = "{0} solicitudes de registro";
-$a->strings["{0} commented %s's post"] = "{0} comentó el post de %s";
-$a->strings["{0} liked %s's post"] = "A {0} le ha gustado el post de %s";
-$a->strings["{0} disliked %s's post"] = "A {0} no le ha gustado el post de %s";
-$a->strings["{0} is now friends with %s"] = "{0} ahora es amigo de %s";
-$a->strings["{0} posted"] = "{0} publicado";
-$a->strings["{0} tagged %s's post with #%s"] = "{0} etiquetó la publicación de %s como #%s";
-$a->strings["Could not access contact record."] = "No se pudo acceder a los datos del contacto.";
-$a->strings["Could not locate selected profile."] = "No se pudo encontrar el perfil seleccionado.";
-$a->strings["Contact updated."] = "Contacto actualizado.";
-$a->strings["Failed to update contact record."] = "Error al actualizar el contacto.";
-$a->strings["Contact has been blocked"] = "El contacto ha sido bloqueado";
-$a->strings["Contact has been unblocked"] = "El contacto ha sido desbloqueado";
-$a->strings["Contact has been ignored"] = "El contacto ha sido ignorado";
-$a->strings["Contact has been unignored"] = "El contacto ya no está ignorado";
-$a->strings["stopped following"] = "dejó de seguir";
-$a->strings["Contact has been removed."] = "El contacto ha sido eliminado";
-$a->strings["You are mutual friends with %s"] = "Ahora tiene una amistad mutua con %s";
-$a->strings["You are sharing with %s"] = "Usted está compartiendo con %s";
-$a->strings["%s is sharing with you"] = "%s está compartiendo con usted";
-$a->strings["Private communications are not available for this contact."] = "Las comunicaciones privadas no está disponibles para este contacto.";
-$a->strings["Never"] = "Nunca";
-$a->strings["(Update was successful)"] = "(La actualización se ha completado)";
-$a->strings["(Update was not successful)"] = "(La actualización no se ha completado)";
-$a->strings["Suggest friends"] = "Sugerir amigos";
-$a->strings["Network type: %s"] = "Tipo de red: %s";
-$a->strings["%d contact in common"] = array(
- 0 => "%d contacto en común",
- 1 => "%d contactos en común",
-);
-$a->strings["View all contacts"] = "Ver todos los contactos";
-$a->strings["Unblock"] = "Desbloquear";
-$a->strings["Block"] = "Bloquear";
-$a->strings["Unignore"] = "Quitar de Ignorados";
-$a->strings["Ignore"] = "Ignorar";
-$a->strings["Repair"] = "Reparar";
-$a->strings["Contact Editor"] = "Editor de contactos";
-$a->strings["Profile Visibility"] = "Visibilidad del Perfil";
-$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Por favor selecciona el perfil que quieras mostrar a %s cuando esté viendo tu perfil de forma segura.";
-$a->strings["Contact Information / Notes"] = "Información del Contacto / Notas";
-$a->strings["Edit contact notes"] = "Editar notas de contacto";
-$a->strings["Visit %s's profile [%s]"] = "Ver el perfil de %s [%s]";
-$a->strings["Block/Unblock contact"] = "Boquear/Desbloquear contacto";
-$a->strings["Ignore contact"] = "Ignorar contacto";
-$a->strings["Repair URL settings"] = "Configuración de URL de reparación";
-$a->strings["View conversations"] = "Ver conversaciones";
-$a->strings["Delete contact"] = "Eliminar contacto";
-$a->strings["Last update:"] = "Última actualización:";
-$a->strings["Update public posts"] = "Actualizar posts públicos";
-$a->strings["Update now"] = "Actualizar ahora";
-$a->strings["Currently blocked"] = "Bloqueados";
-$a->strings["Currently ignored"] = "Ignorados";
-$a->strings["Contacts"] = "Contactos";
-$a->strings["Show Blocked Connections"] = "Mostrar conexiones bloqueadas";
-$a->strings["Hide Blocked Connections"] = "Esconder conexiones bloqueadas";
-$a->strings["Search your contacts"] = "Buscar tus contactos";
-$a->strings["Finding: "] = "Buscando: ";
-$a->strings["Find"] = "Buscar";
-$a->strings["Mutual Friendship"] = "Amistad recíproca";
-$a->strings["is a fan of yours"] = "es tu fan";
-$a->strings["you are a fan of"] = "eres fan de";
-$a->strings["Edit contact"] = "Modificar contacto";
-$a->strings["Remote privacy information not available."] = "Información sobre privacidad remota no disponible.";
-$a->strings["Visible to:"] = "Visible para:";
-$a->strings["An invitation is required."] = "Se necesita invitación.";
-$a->strings["Invitation could not be verified."] = "No se puede verificar la invitación.";
-$a->strings["Invalid OpenID url"] = "Dirección OpenID no válida";
-$a->strings["Please enter the required information."] = "Por favor, introduce la información necesaria.";
-$a->strings["Please use a shorter name."] = "Por favor, usa un nombre más corto.";
-$a->strings["Name too short."] = "El nombre es demasiado corto.";
-$a->strings["That doesn't appear to be your full (First Last) name."] = "No parece que ese sea tu nombre completo.";
-$a->strings["Your email domain is not among those allowed on this site."] = "Tu dominio de correo electrónico no se encuentra entre los permitidos en este sitio.";
-$a->strings["Not a valid email address."] = "No es una dirección de correo electrónico válida.";
-$a->strings["Cannot use that email."] = "No se puede utilizar este correo electrónico.";
-$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "Tu \"apodo\" solo puede contener \"a-z\", \"0-9\", \"-\", y \"_\", y también debe empezar por una letra.";
-$a->strings["Nickname is already registered. Please choose another."] = "Apodo ya registrado. Por favor, elije otro.";
-$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "ERROR GRAVE: La generación de claves de seguridad ha fallado.";
-$a->strings["An error occurred during registration. Please try again."] = "Se produjo un error durante el registro. Por favor, inténtalo de nuevo.";
-$a->strings["An error occurred creating your default profile. Please try again."] = "Error al crear tu perfil predeterminado. Por favor, inténtalo de nuevo.";
-$a->strings["Registration successful. Please check your email for further instructions."] = "Te has registrado con éxito. Por favor, consulta tu correo electrónico para obtener instrucciones adicionales.";
-$a->strings["Failed to send email message. Here is the message that failed."] = "Error al enviar el mensaje de correo electrónico. Este es el mensaje no enviado.";
-$a->strings["Your registration can not be processed."] = "Tu registro no se puede procesar.";
-$a->strings["Registration request at %s"] = "Solicitud de registro en %s";
-$a->strings["Your registration is pending approval by the site owner."] = "Tu registro está pendiente de aprobación por el propietario del sitio.";
-$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Puedes (opcionalmente) rellenar este formulario a través de OpenID mediante el suministro de tu OpenID y pulsando en 'Registrar'.";
-$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Si no estás familiarizado con OpenID, por favor deja ese campo en blanco y rellena el resto de los elementos.";
-$a->strings["Your OpenID (optional): "] = "Tu OpenID (opcional):";
-$a->strings["Include your profile in member directory?"] = "¿Incluir tu perfil en el directorio de miembros?";
-$a->strings["Membership on this site is by invitation only."] = "Sitio solo accesible mediante invitación.";
-$a->strings["Your invitation ID: "] = "ID de tu invitación: ";
-$a->strings["Registration"] = "Registro";
-$a->strings["Your Full Name (e.g. Joe Smith): "] = "Tu nombre completo (por ejemplo, Pepe Pulido):";
-$a->strings["Your Email Address: "] = "Tu dirección de correo electrónico:";
-$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be '<strong>nickname@\$sitename</strong>'."] = "Elije un apodo. Debe comenzar con una letra. Tu dirección de perfil en este sitio va a ser '<strong>apodo@\$sitename</strong>'.";
-$a->strings["Choose a nickname: "] = "Escoge un apodo: ";
-$a->strings["Post successful."] = "¡Publicado!";
-$a->strings["Friends of %s"] = "Amigos de %s";
-$a->strings["No friends to display."] = "No hay amigos para mostrar.";
-$a->strings["Help:"] = "Ayuda:";
-$a->strings["Help"] = "Ayuda";
-$a->strings["Could not create/connect to database."] = "No se pudo crear o conectarse a la base de datos.";
-$a->strings["Connected to database."] = "Conectado a la base de datos.";
-$a->strings["Proceed with Installation"] = "Procediendo con la instalación";
-$a->strings["Your Friendika site database has been installed."] = "La base de datos de Friendila ha sido instalada.";
-$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANTE: Tendrás que configurar [manualmente] una tarea programada para el encuestador";
-$a->strings["Please see the file \"INSTALL.txt\"."] = "Por favor, consulte el archivo \"INSTALL.txt\".";
-$a->strings["Proceed to registration"] = "Procediendo con el registro";
-$a->strings["Database import failed."] = "La importación de la base de datos ha fallado.";
-$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Puede que tenga que importar el archivo \"Database.sql\" manualmente usando phpmyadmin o mysql.";
-$a->strings["Welcome to Friendika."] = "Bienvenido a Friendika.";
-$a->strings["Friendika Social Network"] = "Friendika Red Social";
-$a->strings["Installation"] = "Instalación";
-$a->strings["In order to install Friendika we need to know how to connect to your database."] = "Para proceder a la instalación de Friendika es necesario saber cómo conectar con tu base de datos.";
-$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Por favor contacta con tu proveedor de servicios o el administrador de lapágina si tienes alguna pregunta sobre estas cofiguraciones";
-$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "La base de datos que especifiques a continuación ya debería existir. Si no es el caso, debes crearla antes de continuar.";
-$a->strings["Database Server Name"] = "Nombre del servidor de la base de datos";
-$a->strings["Database Login Name"] = "Usuario de la base de datos";
-$a->strings["Database Login Password"] = "Contraseña de la base de datos";
-$a->strings["Database Name"] = "Nombre de la base de datos";
-$a->strings["Please select a default timezone for your website"] = "Por favor selecciona la zona horaria predeterminada para tu web";
-$a->strings["Site administrator email address. Your account email address must match this in order to use the web admin panel."] = "Dirección de correo electrónico del administrador. La dirección de correo electrónico de tu cuenta debe cotejar esto para poder acceder al panel de administración.";
-$a->strings["Could not find a command line version of PHP in the web server PATH."] = "No se pudo encontrar una versión de línea de comandos de PHP en la ruta del servidor web.";
-$a->strings["This is required. Please adjust the configuration file .htconfig.php accordingly."] = "Esto es necesario. Por favor, modifica el archivo de configuración. htconfig.php en consecuencia.";
-$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "La versión en línea de comandos de PHP en tu sistema no tiene \"register_argc_argv\" habilitado.";
-$a->strings["This is required for message delivery to work."] = "Esto es necesario para el funcionamiento de la entrega de mensajes.";
-$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 generar claves de cifrado";
-$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Si se ejecuta en Windows, por favor consulte la sección \"http://www.php.net/manual/en/openssl.installation.php\".";
-$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Error: El módulo servidor web Apache mod-rewrite es necesario pero no está instalado.";
-$a->strings["Error: libCURL PHP module required but not installed."] = "Error: El módulo libcurl PHP es necesario, pero no está instalado.";
-$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Error: El módulo de gráficos GD de PHP con soporte JPEG es necesario, pero no está instalado.";
-$a->strings["Error: openssl PHP module required but not installed."] = "Error: El módulo openssl PHP es necesario, pero no está instalado.";
-$a->strings["Error: mysqli PHP module required but not installed."] = "Error: El módulo PHP mysqli es necesario, pero no está instalado.";
-$a->strings["Error: mb_string PHP module required but not installed."] = "Error: El módulo mb_string HPH es necesario, 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 programa de instalación web necesita ser capaz de crear un archivo llamado \". htconfig.php\" en la carpeta superior de tu servidor web y es incapaz de hacerlo.";
-$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 es muy a menudo una configuración de permisos, pues el servidor web puede que no sea capaz de escribir archivos en la carpeta - incluso si tu puedes.";
-$a->strings["Please check with your site documentation or support people to see if this situation can be corrected."] = "Por favor, consulta el sitio de documentación o al soporte técnico para ver si esta situación se puede corregir.";
-$a->strings["If not, you may be required to perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Si no, deberás proceder con la instalación manual. Por favor, consulta el archivo \"INSTALL.txt\"para obtener instrucciones.";
-$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 archivo de configuración de base de datos \". htconfig.php\" No se pudo escribir. Por favor, utiliza el texto adjunto para crear un archivo de configuración en la raíz de tu servidor web.";
-$a->strings["Errors encountered creating database tables."] = "Errores encontrados creando las tablas de bases de datos.";
-$a->strings["Commented Order"] = "Orden de comentarios";
-$a->strings["Posted Order"] = "Orden de publicación";
-$a->strings["New"] = "Nuevo";
-$a->strings["Starred"] = "Favoritos";
-$a->strings["Bookmarks"] = "Marcadores";
-$a->strings["Warning: This group contains %s member from an insecure network."] = array(
- 0 => "Aviso: este grupo contiene %s contacto con conexión no segura.",
- 1 => "Aviso: este grupo contiene %s contactos con conexiones no seguras.",
-);
-$a->strings["Private messages to this group are at risk of public disclosure."] = "Los mensajes privados a este grupo corren el riesgo de ser mostrados públicamente.";
-$a->strings["No such group"] = "Ningún grupo";
-$a->strings["Group is empty"] = "El grupo está vacío";
-$a->strings["Group: "] = "Grupo: ";
-$a->strings["Contact: "] = "Contacto: ";
-$a->strings["Private messages to this person are at risk of public disclosure."] = "Los mensajes privados a esta persona corren el riesgo de ser mostrados públicamente.";
-$a->strings["Invalid contact."] = "Contacto erróneo.";
-$a->strings["Invalid profile identifier."] = "Identificador de perfil no válido.";
-$a->strings["Profile Visibility Editor"] = "Editor de visibilidad del perfil";
-$a->strings["Click on a contact to add or remove."] = "Pulsa en un contacto para añadirlo o eliminarlo.";
-$a->strings["Visible To"] = "Visible para";
-$a->strings["All Contacts (with secure profile access)"] = "Todos los contactos (con perfil de acceso seguro)";
-$a->strings["Event description and start time are required."] = "Se requiere una descripción del evento y la hora de inicio.";
-$a->strings["Create New Event"] = "Crea un evento nuevo";
-$a->strings["Previous"] = "Previo";
-$a->strings["Next"] = "Siguiente";
-$a->strings["l, F j"] = "l, F j";
-$a->strings["Edit event"] = "Editar evento";
-$a->strings["link to source"] = "Enlace al original";
-$a->strings["hour:minute"] = "hora:minuto";
-$a->strings["Event details"] = "Detalles del evento";
-$a->strings["Format is %s %s. Starting date and Description are required."] = "El formato es %s %s. Se requiere una fecha de inicio y una descripción.";
-$a->strings["Event Starts:"] = "Inicio del evento:";
-$a->strings["Finish date/time is not known or not relevant"] = "La fecha/hora de finalización no es conocida o es irrelevante.";
-$a->strings["Event Finishes:"] = "Finalización del evento:";
-$a->strings["Adjust for viewer timezone"] = "Ajuste de zona horaria";
-$a->strings["Description:"] = "Descripción:";
-$a->strings["Share this event"] = "Comparte este evento";
-$a->strings["Invalid request identifier."] = "Solicitud de identificación no válida.";
-$a->strings["Discard"] = "Descartar";
-$a->strings["Network"] = "Red";
-$a->strings["Home"] = "Inicio";
-$a->strings["Introductions"] = "Introducciones";
-$a->strings["Messages"] = "Mensajes";
-$a->strings["Show Ignored Requests"] = "Mostrar peticiones ignoradas";
-$a->strings["Hide Ignored Requests"] = "Ocultar peticiones ignoradas";
-$a->strings["Notification type: "] = "Tipo de notificación: ";
-$a->strings["Friend Suggestion"] = "Propuestas de amistad";
-$a->strings["suggested by %s"] = "sugerido por %s";
-$a->strings["Approve"] = "Aprobar";
-$a->strings["Claims to be known to you: "] = "Dice conocerte:";
-$a->strings["yes"] = "sí";
-$a->strings["no"] = "no";
-$a->strings["Approve as: "] = "Aprobar como:";
-$a->strings["Friend"] = "Amigo";
-$a->strings["Sharer"] = "Partícipe";
-$a->strings["Fan/Admirer"] = "Fan/Admirador";
-$a->strings["Friend/Connect Request"] = "Solicitud de Amistad/Conexión";
-$a->strings["New Follower"] = "Nuevo seguidor";
-$a->strings["No notifications."] = "Ninguna notificación.";
-$a->strings["Notifications"] = "Notificaciones";
-$a->strings["%s liked %s's post"] = "A %s le gusta el post de %s";
-$a->strings["%s disliked %s's post"] = "A %s no le gusta el post de %s";
-$a->strings["%s is now friends with %s"] = "%s es ahora es amigo de %s";
-$a->strings["%s created a new post"] = "%s creó un nuevo post";
-$a->strings["%s commented on %s's post"] = "%s comentó en el post de %s";
-$a->strings["Nothing new!"] = "¡Nada nuevo!";
-$a->strings["Contact settings applied."] = "Contacto configurado con éxito";
-$a->strings["Contact update failed."] = "Error al actualizar el Contacto";
-$a->strings["Contact not found."] = "Contacto no encontrado.";
-$a->strings["Repair Contact Settings"] = "Reparar la configuración del Contacto";
-$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "<strong>ADVERTENCIA: Esto es muy avanzado</strong> y si se introduce información incorrecta su conexión con este contacto puede dejar de funcionar.";
-$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "Por favor usa el botón 'Atás' de tu navegador <strong>ahora</strong> si no tienes claro qué hacer en esta página.";
-$a->strings["Account Nickname"] = "Apodo de la cuenta";
-$a->strings["@Tagname - overrides Name/Nickname"] = "@Etiqueta - Sobrescribe el Nombre/Apodo";
-$a->strings["Account URL"] = "Dirección de la cuenta";
-$a->strings["Friend Request URL"] = "Dirección de la solicitud de amistad";
-$a->strings["Friend Confirm URL"] = "Dirección de confirmación de tu amigo ";
-$a->strings["Notification Endpoint URL"] = "Dirección URL de la notificación";
-$a->strings["Poll/Feed URL"] = "Dirección de la Encuesta/Fuentes";
-$a->strings["New photo from this URL"] = "Nueva foto de esta dirección URL";
-$a->strings["This introduction has already been accepted."] = "Esta presentación ya ha sido aceptada.";
-$a->strings["Profile location is not valid or does not contain profile information."] = "La ubicación del perfil no es válida o no contiene la información del perfil.";
-$a->strings["Warning: profile location has no identifiable owner name."] = "Aviso: La ubicación del perfil no tiene un nombre de propietario identificable.";
-$a->strings["Warning: profile location has no profile photo."] = "Aviso: la ubicación del perfil no tiene foto de perfil.";
-$a->strings["%d required parameter was not found at the given location"] = array(
- 0 => "% d parámetro requerido no se encontró en el lugar determinado",
- 1 => "% d parámetros requeridos no se encontraron en el lugar determinado",
-);
-$a->strings["Introduction complete."] = "Presentación completa.";
-$a->strings["Unrecoverable protocol error."] = "Error de protocolo irrecuperable.";
-$a->strings["Profile unavailable."] = "Perfil no disponible.";
-$a->strings["%s has received too many connection requests today."] = "% s ha recibido demasiadas solicitudes de conexión hoy.";
-$a->strings["Spam protection measures have been invoked."] = "Han sido activadas las medidas de protección contra spam.";
-$a->strings["Friends are advised to please try again in 24 hours."] = "Tus amigos serán avisados para que lo intenten de nuevo pasadas 24 horas.";
-$a->strings["Invalid locator"] = "Localizador no válido";
-$a->strings["Unable to resolve your name at the provided location."] = "No se ha podido resolver tu nombre en la ubicación indicada.";
-$a->strings["You have already introduced yourself here."] = "Ya te has presentado aquí.";
-$a->strings["Apparently you are already friends with %s."] = "Al parecer, ya eres amigo de %s.";
-$a->strings["Invalid profile URL."] = "Dirección de perfil no válida.";
-$a->strings["Your introduction has been sent."] = "Su presentación ha sido enviada.";
-$a->strings["Please login to confirm introduction."] = "Inicia sesión para confirmar la presentación.";
-$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Sesión iniciada con la identificación incorrecta. Entra en <strong>este</strong> perfil.";
-$a->strings["Welcome home %s."] = "Bienvenido %s";
-$a->strings["Please confirm your introduction/connection request to %s."] = "Por favor, confirma tu solicitud de presentación/conexión con %s.";
-$a->strings["Confirm"] = "Confirmar";
-$a->strings["[Name Withheld]"] = "[Nombre oculto]";
-$a->strings["Introduction received at "] = "Presentación recibida en";
-$a->strings["Diaspora members: Please do not use this form. Instead, enter \"%s\" into your Diaspora search bar."] = "Usuarios de Diaspora*: por favor no utilice este formulario. En su lugar, escriba \"%s\" en la barra de búsqueda de Diaspora*.";
-$a->strings["Please enter your 'Identity Address' from one of the following supported social networks:"] = "Por favor introduce la dirección de tu perfil para una de las siguientes redes sociales soportadas:";
-$a->strings["Friend/Connection Request"] = "Solicitud de Amistad/Conexión";
-$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Ejemplos: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca";
-$a->strings["Please answer the following:"] = "Por favor responda lo siguiente:";
-$a->strings["Does %s know you?"] = "¿%s te conoce?";
-$a->strings["Add a personal note:"] = "Agregar una nota personal:";
-$a->strings["Friendica"] = "Friendica";
-$a->strings["StatusNet/Federated Social Web"] = "StatusNet/Federated Social Web";
-$a->strings["- please share from your own site as noted above"] = "- Por favor comparta desde tu propio sitio como se ha señalado";
-$a->strings["Your Identity Address:"] = "Dirección de tu perfil:";
-$a->strings["Submit Request"] = "Enviar solicitud";
-$a->strings["Authorize application connection"] = "Autorizar la conexión de la aplicación";
-$a->strings["Return to your app and insert this Securty Code:"] = "Regrese a su aplicación e inserte este código de seguridad:";
-$a->strings["Please login to continue."] = "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?"] = "¿Quiere autorizar a esta aplicación el acceso a sus mensajes y contactos, y/o crear nuevas publicaciones para usted?";
-$a->strings["status"] = "estado";
-$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s etiquetados %2\$s %3\$s con %4\$s";
-$a->strings["%1\$s likes %2\$s's %3\$s"] = "A %1\$s gusta %3\$s de %2\$s";
-$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "A %1\$s no gusta %3\$s de %2\$s";
-$a->strings["No valid account found."] = "No se ha encontrado ninguna cuenta válida";
-$a->strings["Password reset request issued. Check your email."] = "Solicitud de restablecimiento de contraseña enviada. Revisa tu correo electrónico.";
-$a->strings["Password reset requested at %s"] = "Contraseña restablecida enviada a %s";
-$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "La solicitud no puede ser verificada (deberías haberla proporcionado antes). Falló el restablecimiento de la contraseña.";
-$a->strings["Your password has been reset as requested."] = "Tu contraseña ha sido restablecida como solicitaste.";
-$a->strings["Your new password is"] = "Tu nueva contraseña es";
-$a->strings["Save or copy your new password - and then"] = "Guarda o copia tu nueva contraseña - y luego";
-$a->strings["click here to login"] = "pulsa aquí para acceder";
-$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Puedes cambiar tu contraseña desde la página de <em>Configuración</em> después de acceder con éxito.";
-$a->strings["Forgot your Password?"] = "¿Olvidaste tu contraseña?";
-$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Introduce tu correo electrónico para restablecer tu contraseña. Luego comprueba tu correo para las instrucciones adicionales.";
-$a->strings["Nickname or Email: "] = "Apodo o Correo electrónico: ";
-$a->strings["Reset"] = "Restablecer";
-$a->strings["This is Friendica, version"] = "Esto es Friendica, versión";
-$a->strings["running at web location"] = "ejecutándose en la dirección web";
-$a->strings["Please visit <a href=\"http://project.friendika.com\">Project.Friendika.com</a> to learn more about the Friendica project."] = "Por favor, visite <a href=\"http://project.friendika.com\">Project.Friendika.com</a> para saber más sobre el proyecto Friendica.";
-$a->strings["Bug reports and issues: please visit"] = "Reporte de fallos y bugs: por favor visita";
-$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Sugerencias, elogios, donaciones, etc - por favor mande un email a Info arroba Friendica punto com";
-$a->strings["Installed plugins/addons/apps"] = "Módulos/extensiones/programas instalados";
-$a->strings["No installed plugins/addons/apps"] = "Módulos/extensiones/programas no instalados";
-$a->strings["Remove My Account"] = "Eliminar mi cuenta";
-$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Esto eliminará por completo tu cuenta. Una vez hecho esto no se puede deshacer.";
-$a->strings["Please enter your password for verification:"] = "Por favor, introduce tu contraseña para la verificación:";
-$a->strings["Applications"] = "Aplicaciones";
-$a->strings["No installed applications."] = "Sin aplicaciones";
-$a->strings["Save"] = "Guardar";
-$a->strings["Friend suggestion sent."] = "Solicitud de amistad enviada.";
-$a->strings["Suggest Friends"] = "Sugerencias de amistad";
-$a->strings["Suggest a friend for %s"] = "Recomienda un amigo a %s";
-$a->strings["Access denied."] = "Acceso denegado.";
-$a->strings["Global Directory"] = "Directorio global";
-$a->strings["Normal site view"] = "Vista normal";
-$a->strings["Admin - View all site entries"] = "Administrador - Ver todas las entradas del sitio";
-$a->strings["Find on this site"] = "Buscar en este sitio";
-$a->strings["Site Directory"] = "Directorio del sitio";
-$a->strings["Gender: "] = "Género:";
-$a->strings["No entries (some entries may be hidden)."] = "Sin entradas (algunas pueden que estén ocultas).";
-$a->strings["Site"] = "Sitio";
-$a->strings["Users"] = "Usuarios";
-$a->strings["Plugins"] = "Módulos";
-$a->strings["Logs"] = "Registros";
-$a->strings["User registrations waiting for confirmation"] = "Registro de usuarios esperando la confirmación";
-$a->strings["Administration"] = "Administración";
-$a->strings["Summary"] = "Resumen";
-$a->strings["Registered users"] = "Usuarios registrados";
-$a->strings["Pending registrations"] = "Pendientes de registro";
-$a->strings["Version"] = "Versión";
-$a->strings["Active plugins"] = "Módulos activos";
-$a->strings["Site settings updated."] = "Configuración de actualización de sitio";
-$a->strings["Closed"] = "Cerrado";
-$a->strings["Requires approval"] = "Requiere aprovación";
-$a->strings["Open"] = "Abierto";
-$a->strings["File upload"] = "Subida de archivo";
-$a->strings["Policies"] = "Políticas";
-$a->strings["Advanced"] = "Avanzado";
-$a->strings["Site name"] = "Nombre del sitio";
-$a->strings["Banner/Logo"] = "Banner/Logo";
-$a->strings["System language"] = "Idioma";
-$a->strings["System theme"] = "Tema";
-$a->strings["Maximum image size"] = "Tamaño máximo de la imagen";
-$a->strings["Register policy"] = "Política de registros";
-$a->strings["Register text"] = "Términos";
-$a->strings["Accounts abandoned after x days"] = "Cuentas abandonadas después de x días";
-$a->strings["Will not waste system resources polling external sites for abandoned accounts. Enter 0 for no time limit."] = "No gastará recursos del sistema creando encuestas desde sitios externos para cuentas abandonadas. Introduzca 0 para ningún límite temporal.";
-$a->strings["Allowed friend domains"] = "Dominios amigos permitidos";
-$a->strings["Allowed email domains"] = "Dominios de correo permitidos";
-$a->strings["Block public"] = "Bloqueo público";
-$a->strings["Force publish"] = "Forzar publicación";
-$a->strings["Global directory update URL"] = "Dirección de actualización del directorio global";
-$a->strings["Block multiple registrations"] = "Bloquear multiples registros";
-$a->strings["OpenID support"] = "Soporte OpenID";
-$a->strings["Gravatar support"] = "Soporte Gravatar";
-$a->strings["Fullname check"] = "Comprobar Nombre completo";
-$a->strings["UTF-8 Regular expressions"] = "Expresiones regulares UTF-8";
-$a->strings["Show Community Page"] = "Ver página de la Comunidad";
-$a->strings["Enable OStatus support"] = "Permitir soporte OStatus";
-$a->strings["Enable Diaspora support"] = "Habilitar el soporte para Diaspora*";
-$a->strings["Only allow Friendika contacts"] = "Permitir solo contactos de Friendika";
-$a->strings["Verify SSL"] = "Verificar SSL";
-$a->strings["Proxy user"] = "Usuario proxy";
-$a->strings["Proxy URL"] = "Dirección proxy";
-$a->strings["Network timeout"] = "Tiempo de espera de red";
-$a->strings["%s user blocked"] = array(
- 0 => "%s usuario bloqueado",
- 1 => "%s usuarios bloqueados",
-);
-$a->strings["%s user deleted"] = array(
- 0 => "%s usuario eliminado",
- 1 => "%s usuarios eliminados",
-);
-$a->strings["User '%s' deleted"] = "Usuario '%s' eliminado'";
-$a->strings["User '%s' unblocked"] = "Usuario '%s' desbloqueado";
-$a->strings["User '%s' blocked"] = "Usuario '%s' bloqueado'";
-$a->strings["select all"] = "seleccionar todo";
-$a->strings["User registrations waiting for confirm"] = "Registro de usuario esperando confirmación";
-$a->strings["Request date"] = "Solicitud de fecha";
-$a->strings["Email"] = "Correo electrónico";
-$a->strings["No registrations."] = "Ningún registro.";
-$a->strings["Deny"] = "Denegado";
-$a->strings["Register date"] = "Fecha de registro";
-$a->strings["Last login"] = "Último acceso";
-$a->strings["Last item"] = "Último elemento";
-$a->strings["Account"] = "Cuenta";
-$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "¡Los usuarios seleccionados serán eliminados!\\n\\n¡Todo lo que hayan publicado en este sitio se borrará para siempre!\\n\\n¿Estás seguro?";
-$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "¡El usuario {0} será eliminado!\\n\\n¡Todo lo que haya publicado en este sitio se borrará para siempre!\\n\\n¿Estás seguro?";
-$a->strings["Plugin %s disabled."] = "Módulo %s deshabilitado.";
-$a->strings["Plugin %s enabled."] = "Módulo %s habilitado.";
-$a->strings["Disable"] = "Inhabilitado";
-$a->strings["Enable"] = "Habilitado";
-$a->strings["Toggle"] = "Activar";
-$a->strings["Settings"] = "Configuraciones";
-$a->strings["Log settings updated."] = "Registro de los parámetros de actualización";
-$a->strings["Clear"] = "Limpiar";
-$a->strings["Debugging"] = "Depuración";
-$a->strings["Log file"] = "Archivo de registro";
-$a->strings["Must be writable by web server. Relative to your Friendika index.php."] = "Debes permitirle la escritura al servidor web. Relacionado con Friendika index.php";
-$a->strings["Log level"] = "Nivel de registro";
-$a->strings["Close"] = "Cerrado";
-$a->strings["FTP Host"] = "Host FTP";
-$a->strings["FTP Path"] = "Ruta FTP";
-$a->strings["FTP User"] = "Usuario FTP";
-$a->strings["FTP Password"] = "Contraseña FTP";
-$a->strings["Unable to locate original post."] = "No se puede encontrar la publicación original.";
-$a->strings["Empty post discarded."] = "Publicación vacía descartada.";
-$a->strings["noreply"] = "no responder";
-$a->strings["Administrator@"] = "Administrador@";
-$a->strings["%s commented on an item at %s"] = "%s ha commentato un elemento en %s";
-$a->strings["%s posted to your profile wall at %s"] = "%s ha publicado en tu muro a las %s";
-$a->strings["System error. Post not saved."] = "Error del sistema. Mensaje no guardado.";
-$a->strings["This message was sent to you by %s, a member of the Friendika social network."] = "Este mensaje te ha sido enviado por %s, un miembro de la red social Friendika.";
-$a->strings["You may visit them online at %s"] = "Los puedes visitar en línea en %s";
-$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Por favor contacta con el remitente respondiendo a este mensaje si no deseas recibir estos mensajes.";
-$a->strings["%s posted an update."] = "%s ha publicado una actualización.";
-$a->strings["Tag removed"] = "Etiqueta eliminada";
-$a->strings["Remove Item Tag"] = "Eliminar etiqueta del elemento";
-$a->strings["Select a tag to remove: "] = "Seleccione una etiqueta para eliminar:";
-$a->strings["Remove"] = "Eliminar";
-$a->strings["No recipient selected."] = "Ningún destinatario seleccionado";
-$a->strings["Unable to locate contact information."] = "No se puede encontrar información del contacto.";
-$a->strings["Message could not be sent."] = "El mensaje no ha podido ser enviado.";
-$a->strings["Message sent."] = "Mensaje enviado.";
-$a->strings["Inbox"] = "Entrada";
-$a->strings["Outbox"] = "Enviados";
-$a->strings["New Message"] = "Nuevo mensaje";
-$a->strings["Message deleted."] = "Mensaje eliminado.";
-$a->strings["Conversation removed."] = "Conversación eliminada.";
-$a->strings["Please enter a link URL:"] = "Introduce la dirección del enlace:";
-$a->strings["Send Private Message"] = "Enviar mensaje privado";
-$a->strings["To:"] = "Para:";
-$a->strings["Subject:"] = "Asunto:";
-$a->strings["No messages."] = "No hay mensajes.";
-$a->strings["Delete conversation"] = "Eliminar conversación";
-$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A";
-$a->strings["Message not available."] = "Mensaje no disponibile.";
-$a->strings["Delete message"] = "Borrar mensaje";
-$a->strings["Send Reply"] = "Enviar respuesta";
-$a->strings["Response from remote site was not understood."] = "La respuesta desde el sitio remoto no ha sido entendida.";
-$a->strings["Unexpected response from remote site: "] = "Respuesta inesperada desde el sitio remoto:";
-$a->strings["Confirmation completed successfully."] = "Confirmación completada con éxito.";
-$a->strings["Remote site reported: "] = "El sito remoto informó:";
-$a->strings["Temporary failure. Please wait and try again."] = "Error temporal. Por favor, espere y vuelva a intentarlo.";
-$a->strings["Introduction failed or was revoked."] = "La presentación ha fallado o ha sido anulada.";
-$a->strings["Unable to set contact photo."] = "Imposible establecer la foto del contacto.";
-$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s es ahora amigo de %2\$s";
-$a->strings["No user record found for '%s' "] = "No se ha encontrado a ningún '%s'";
-$a->strings["Our site encryption key is apparently messed up."] = "Nuestra clave de cifrado del sitio es aparentemente un lío.";
-$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Se ha proporcionado una dirección vacía o no hemos podido descifrarla.";
-$a->strings["Contact record was not found for you on our site."] = "El contacto no se ha encontrado en nuestra base de datos.";
-$a->strings["Site public key not available in contact record for URL %s."] = "La clave pública del sitio no está disponible en los datos del contacto para URL %s.";
-$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "La identificación proporcionada por el sistema es un duplicado de nuestro sistema. Debería funcionar si lo intentas de nuevo.";
-$a->strings["Unable to set your contact credentials on our system."] = "No se puede establecer las credenciales de tu contacto en nuestro sistema.";
-$a->strings["Unable to update your contact profile details on our system"] = "No se puede actualizar los datos de tu perfil de contacto en nuestro sistema";
-$a->strings["Connection accepted at %s"] = "Conexión aceptada en % s";
-$a->strings["Login failed."] = "Accesso fallido.";
-$a->strings["Welcome "] = "Bienvenido";
-$a->strings["Please upload a profile photo."] = "Por favor sube una foto para tu perfil.";
-$a->strings["Welcome back "] = "Bienvenido de nuevo";
-$a->strings["%s welcomes %s"] = "%s te da la bienvenida a %s";
-$a->strings["View Contacts"] = "Ver contactos";
-$a->strings["No contacts."] = "Ningún contacto.";
-$a->strings["Group created."] = "Grupo creado.";
-$a->strings["Could not create group."] = "Imposible crear el grupo.";
-$a->strings["Group not found."] = "Grupo no encontrado.";
-$a->strings["Group name changed."] = "El nombre del grupo ha cambiado.";
-$a->strings["Create a group of contacts/friends."] = "Crea un grupo de contactos/amigos.";
-$a->strings["Group Name: "] = "Nombre del grupo: ";
-$a->strings["Group removed."] = "Grupo eliminado.";
-$a->strings["Unable to remove group."] = "No se puede eliminar el grupo.";
-$a->strings["Group Editor"] = "Editor de grupos";
-$a->strings["Members"] = "Miembros";
-$a->strings["All Contacts"] = "Todos los contactos";
-$a->strings["Item not available."] = "Elemento no disponible.";
-$a->strings["Item was not found."] = "Elemento no encontrado.";
-$a->strings["Common Friends"] = "Amigos comunes";
-$a->strings["No friends in common."] = "No hay amigos en común.";
-$a->strings["Profile Match"] = "Coincidencias de Perfil";
-$a->strings["No keywords to match. Please add keywords to your default profile."] = "No hay palabras clave que coincidan. Por favor, agrega palabras claves a tu perfil predeterminado.";
-$a->strings["Not available."] = "No disponible";
-$a->strings["Community"] = "Comunidad";
-$a->strings["Shared content is covered by the <a href=\"http://creativecommons.org/licenses/by/3.0/\">Creative Commons Attribution 3.0</a> license."] = "El contenido en común está cubierto por la licencia <a href=\"http://creativecommons.org/licenses/by/3.0/deed.it\">Creative Commons Atribución 3.0</a>.";
-$a->strings["Post to Tumblr"] = "Publicar en Tumblr";
-$a->strings["Tumblr Post Settings"] = "Configuración de publicación en Tumblr";
-$a->strings["Enable Tumblr Post Plugin"] = "Habilitar el plugin de publicación en Tumblr";
-$a->strings["Tumblr login"] = "Tumblr - inicio de sesión";
-$a->strings["Tumblr password"] = "Tumblr - contraseña";
-$a->strings["Post to Tumblr by default"] = "Publicar a Tumblr por defecto";
-$a->strings["Post from Friendica"] = "Publicar desde Friendica";
-$a->strings["Post to Twitter"] = "Publicar en Twitter";
-$a->strings["Twitter settings updated."] = "Actualización de la configuración de Twitter";
-$a->strings["Twitter Posting Settings"] = "Configuración de publicaciones en Twitter";
-$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "No se ha encontrado ningún par de claves para Twitter. Póngase en contacto con el administrador del sitio.";
-$a->strings["At this Friendika instance the Twitter plugin was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to Twitter."] = "En esta instancia de Friendika el plugin de Twitter fue habilitado, pero aún no has vinculado tu cuenta a tu cuenta de Twitter. Para ello haz clic en el botón de abajo para obtener un PIN de Twitter, que tiene que copiar en el cuadro de entrada y enviar el formulario. Solo sus posts <strong>públicos</strong> se publicarán en Twitter.";
-$a->strings["Log in with Twitter"] = "Acceder con Twitter";
-$a->strings["Copy the PIN from Twitter here"] = "Copia el PIN de Twitter aquí";
-$a->strings["Currently connected to: "] = "Actualmente conectado a:";
-$a->strings["If enabled all your <strong>public</strong> postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Si lo habilitas todas tus publicaciones <strong>públicas</strong> serán publicadas en la cuenta de Twitter asociada. Puedes elegir hacerlo por defecto (aquí) o individualmente para cada publicación usando las opciones cuando escribes.";
-$a->strings["Allow posting to Twitter"] = "Permitir publicar en Twitter";
-$a->strings["Send public postings to Twitter by default"] = "Enviar publicaciones públicas a Twitter por defecto";
-$a->strings["Clear OAuth configuration"] = "Borrar la configuración de OAuth";
-$a->strings["Consumer key"] = "Clave consumer";
-$a->strings["Consumer secret"] = "Secreto consumer";
-$a->strings["Post to StatusNet"] = "Publicar en StatusNet";
-$a->strings["Please contact your site administrator.<br />The provided API URL is not valid."] = "Por favor contacta con el administrador de tu web.<br />La dirección API suministrada no es válida.";
-$a->strings["We could not contact the StatusNet API with the Path you entered."] = "No podemos contantar con StatusNet en la ruta que has especificado.";
-$a->strings["StatusNet settings updated."] = "Actualición de la configuración de StatusNet.";
-$a->strings["StatusNet Posting Settings"] = "Configuración de envío a StatusNet";
-$a->strings["Globally Available StatusNet OAuthKeys"] = "StatusNet OAuthKeys disponibles para todos";
-$a->strings["There are preconfigured OAuth key pairs for some StatusNet servers available. If you are useing one of them, please use these credentials. If not feel free to connect to any other StatusNet instance (see below)."] = "Existen pares de valores OAuthKey preconfigurados para algunos servidores. Si usas uno de ellos, por favor usa estas credenciales. De los contrario no dudes en conectar con cualquiera otra instancia de StatusNet (ver a continuación).";
-$a->strings["Provide your own OAuth Credentials"] = "Proporciona tus propias credenciales OAuth";
-$a->strings["No consumer key pair for StatusNet found. Register your Friendika Account as an desktop client on your StatusNet account, copy the consumer key pair here and enter the API base root.<br />Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendika installation at your favorited StatusNet installation."] = "No se ha encontrado ningún par de claves para StatusNet. Registra tu cuenta de Friendika como cliente de escritorio en tu cuenta de StatusNet, copia la clave consumer aquí y escribe la dirección de la base API.<br />Antes de registrar tu propio par de claves OAuth, pregunta al administrador si ya hay un par de claves para esta instalación de Friendika en tu instalación StatusNet favorita.";
-$a->strings["OAuth Consumer Key"] = "OAuth Consumer Key";
-$a->strings["OAuth Consumer Secret"] = "OAuth Consumer Secret";
-$a->strings["Base API Path (remember the trailing /)"] = "Dirección de base para la API (recordar el / al final)";
-$a->strings["To connect to your StatusNet account click the button below to get a security code from StatusNet which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to StatusNet."] = "Para conectarse a tu cuenta de StatusNet haga clic en el botón abajo para obtener un PIN de StatusNet, que tiene que copiar en el cuadro de entrada y enviar el formulario. Solo sus posts <strong>públicos</strong> se publicarán en StatusNet.";
-$a->strings["Log in with StatusNet"] = "Inicia sesión con StatusNet";
-$a->strings["Copy the security code from StatusNet here"] = "Copia el código de seguridad de StatusNet aquí";
-$a->strings["Cancel Connection Process"] = "Cancelar la conexión en proceso";
-$a->strings["Current StatusNet API is"] = "El estado actual de la API de StatusNet es";
-$a->strings["Cancel StatusNet Connection"] = "Cancelar conexión con StatusNet";
-$a->strings["If enabled all your <strong>public</strong> postings can be posted to the associated StatusNet account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Si lo habilitas todas tus publicaciones </strong>públicas</strong> podrán ser publicadas en la cuenta asociada de StatusNet. Pudes elegir hacerlo por defecto (aquí) o para cada publicación individualmente en las opciones de publicacion cuando la estás escribiendo.";
-$a->strings["Allow posting to StatusNet"] = "Permitir publicaciones en StatusNet";
-$a->strings["Send public postings to StatusNet by default"] = "Enviar publicaciones públicas a StatusNet por defecto";
-$a->strings["API URL"] = "Dirección de la API";
-$a->strings["OEmbed settings updated"] = "Actualizar la configuración de OEmbed";
-$a->strings["Use OEmbed for YouTube videos"] = "Usar OEmbed para los vídeos de YouTube";
-$a->strings["URL to embed:"] = "Dirección del recurso:";
-$a->strings["Three Dimensional Tic-Tac-Toe"] = "Tres en Raya tridimensional";
-$a->strings["3D Tic-Tac-Toe"] = "Tres en Raya 3D";
-$a->strings["New game"] = "Nueva partida";
-$a->strings["New game with handicap"] = "Nuevo juego con handicap";
-$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "Tres en Raya tridimensional es como el juego tradicional, excepto que se juega en varios niveles simultáneamente.";
-$a->strings["In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels."] = "En este caso hay tres niveles. Ganarás por conseguir tres en raya en cualquier nivel, así como arriba, abajo y en diagonal a través de los diferentes niveles.";
-$a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "El juego con handicap desactiva la posición central en el nivel medio porque el jugador reclama que este cuadrado tiene a menudo una ventaja injusta.";
-$a->strings["You go first..."] = "Comienzas tú...";
-$a->strings["I'm going first this time..."] = "Yo voy primero esta vez...";
-$a->strings["You won!"] = "¡Has ganado!";
-$a->strings["\"Cat\" game!"] = "¡Empate!";
-$a->strings["I won!"] = "¡He ganado!";
-$a->strings["Allow to use your friendika id (%s) to connecto to external unhosted-enabled storage (like ownCloud)"] = "Permitir el uso de su ID de friendica (%s) para conectar a fuentes externas de almacenamiento sin anfitrión habilitado (como ownCloud)";
-$a->strings["Unhosted DAV storage url"] = "Dirección url de almacenamiento DAV sin anfitrión";
-$a->strings["Impressum"] = "Impressum";
-$a->strings["Site Owner"] = "Propietario";
-$a->strings["Email Address"] = "Dirección de correo";
-$a->strings["Postal Address"] = "Dirección";
-$a->strings["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "Impressum necesita ser configurado.<br />Por favor añade al menos la variable <tt>propietario<tt> a tu archivo de configuración. Para otras variables lee el archivo README.";
-$a->strings["Site Owners Profile"] = "Perfil del propietario del sitio";
-$a->strings["Notes"] = "Notas";
-$a->strings["Facebook disabled"] = "Facebook deshabilitado";
-$a->strings["Updating contacts"] = "Actualizando contactos";
-$a->strings["Facebook API key is missing."] = "Falta la clave API de Facebook.";
-$a->strings["Facebook Connect"] = "Conexión con Facebook";
-$a->strings["Install Facebook connector for this account."] = "Instalar el conector de Facebook para esta cuenta.";
-$a->strings["Remove Facebook connector"] = "Eliminar el conector de Facebook";
-$a->strings["Re-authenticate [This is necessary whenever your Facebook password is changed.]"] = "Volver a identificarse [Esto es necesario cada vez que su contraseña de Facebook cambie.]";
-$a->strings["Post to Facebook by default"] = "Publicar en Facebook de forma predeterminada";
-$a->strings["Link all your Facebook friends and conversations on this website"] = "Vincule a todos tus amigos de Facebook y las conversaciones en este sitio web";
-$a->strings["Facebook conversations consist of your <em>profile wall</em> and your friend <em>stream</em>."] = "Las conversaciones de Facebook consisten en su <em>muro</em> su <em>perfil</em> y las <em>publicaciones</em> de su amigo.";
-$a->strings["On this website, your Facebook friend stream is only visible to you."] = "En esta página web, las publicaciones de su amigo de Facebook solo son visibles para usted.";
-$a->strings["The following settings determine the privacy of your Facebook profile wall on this website."] = "La siguiente configuración determina la privacidad del muro de su perfil de Facebook en este sitio web.";
-$a->strings["On this website your Facebook profile wall conversations will only be visible to you"] = "En este sitio web las publicaciones del muro de Facebook solo son visibles para usted";
-$a->strings["Do not import your Facebook profile wall conversations"] = "No importar las conversaciones de su muro de Facebook";
-$a->strings["If you choose to link conversations and leave both of these boxes unchecked, your Facebook profile wall will be merged with your profile wall on this website and your privacy settings on this website will be used to determine who may see the conversations."] = "Si decide conectar las conversaciones y dejar ambas casillas sin marcar, el muro de su perfil de Facebook se fusionará con el muro de su perfil en este sitio web y la configuración de privacidad en este sitio serán utilizados para determinar quién puede ver las conversaciones.";
-$a->strings["Facebook"] = "Facebook";
-$a->strings["Facebook Connector Settings"] = "Configuración de conexión a Facebook";
-$a->strings["Post to Facebook"] = "Publicar en Facebook";
-$a->strings["Post to Facebook cancelled because of multi-network access permission conflict."] = "Publicación en Facebook cancelada debido a un conflicto con los permisos de acceso a la multi-red.";
-$a->strings["Image: "] = "Imagen: ";
-$a->strings["View on Friendika"] = "Ver en Friendika";
-$a->strings["Facebook post failed. Queued for retry."] = "Publicación en Facebook errónea. Reintentando...";
-$a->strings["Generate new key"] = "Generar clave nueva";
-$a->strings["Widgets key"] = "Clave de aplicación";
-$a->strings["Widgets available"] = "Aplicación disponible";
-$a->strings["Connect on Friendika!"] = "¡Conectado en Friendika!";
-$a->strings["%d person likes this"] = array(
- 0 => "a %d persona le gusta esto",
- 1 => "a %d personas les gusta esto",
-);
-$a->strings["%d person doesn't like this"] = array(
- 0 => "a %d persona no le gusta esto",
- 1 => "a %d personas no les gusta esto",
-);
-$a->strings["Report Bug"] = "Informe de errores";
-$a->strings["\"Not Safe For Work\" Settings"] = "Configuración «No apto para el trabajo» (NSFW)";
-$a->strings["Comma separated words to treat as NSFW"] = "Palabras separadas por comas para tratarlo como NSFW";
-$a->strings["NSFW Settings saved."] = "Configuración NSFW guardada.";
-$a->strings["%s - Click to open/close"] = "%s - Haga clic para abrir/cerrar";
-$a->strings["OpenID"] = "OpenID";
-$a->strings["Last users"] = "Últimos usuarios";
-$a->strings["Most active users"] = "Usuarios más activos";
-$a->strings["Last photos"] = "Últimas fotos";
-$a->strings["Last likes"] = "Últimos \"me gusta\"";
-$a->strings["event"] = "evento";
-$a->strings[" - Member since: %s"] = "- Miembro desde: %s";
-$a->strings["Randplace Settings"] = "Configuración de Randplace";
-$a->strings["Enable Randplace Plugin"] = "Activar el módulo Randplace";
-$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "Este sitio web realiza un seguimiento mediante la herramienta de análisis <a href='http://www.piwik.org'>Piwik</a>.";
-$a->strings["If you do not want that your visits are logged this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "Si no quieres que tus visitas sean registradas de esta manera usted <a href='%s'>puede establecer una cookie para evitar que Piwik realice un seguimiento de las visitas del sitio</a> (opt-out).";
-$a->strings["Piwik Base URL"] = "Dirección base Piwik";
-$a->strings["Site ID"] = "ID del sitio";
-$a->strings["Show opt-out cookie link?"] = "¿Mostrar enlace a las cookies?";
-$a->strings["Upload a file"] = "Subir un archivo";
-$a->strings["Drop files here to upload"] = "Arrastra los archivos aquí para subirlos";
-$a->strings["Failed"] = "Falló";
-$a->strings["No files were uploaded."] = "No hay archivos subidos.";
-$a->strings["Uploaded file is empty"] = "El archivo subido está vacío";
-$a->strings["File has an invalid extension, it should be one of "] = "El archivo tiene una extensión no válida, debería ser una de ";
-$a->strings["Upload was cancelled, or server error encountered"] = "La subida ha sido cancelada, o se encontró un error del servidor";
-$a->strings["Post to Wordpress"] = "Publicar en Wordpress";
-$a->strings["WordPress Post Settings"] = "Configuración de publicación en Wordpres";
-$a->strings["Enable WordPress Post Plugin"] = "Habilitar el plugin de publicación en Wordpress";
-$a->strings["WordPress username"] = "WordPress - nombre de usuario";
-$a->strings["WordPress password"] = "WordPress - contraseña";
-$a->strings["WordPress API URL"] = "WordPress - dirección API";
-$a->strings["Post to WordPress by default"] = "Publicar a WordPress por defecto";
-$a->strings["(no subject)"] = "(sin asunto)";
-$a->strings["Unknown | Not categorised"] = "Desconocido | No clasificado";
-$a->strings["Block immediately"] = "Bloquear inmediatamente";
-$a->strings["Shady, spammer, self-marketer"] = "Sospechoso, spammer, auto-publicidad";
-$a->strings["Known to me, but no opinion"] = "Le conozco, sin opinión";
-$a->strings["OK, probably harmless"] = "OK, probablemente inofensivo";
-$a->strings["Reputable, has my trust"] = "Buena reputación, tiene mi confianza";
-$a->strings["Frequently"] = "Frequentemente";
+$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["Male"] = "Hombre";
-$a->strings["Female"] = "Mujer";
-$a->strings["Currently Male"] = "Actualmente Hombre";
-$a->strings["Currently Female"] = "Actualmente Mujer";
-$a->strings["Mostly Male"] = "Mayormente Hombre";
-$a->strings["Mostly Female"] = "Mayormente Mujer";
-$a->strings["Transgender"] = "Transgénero";
-$a->strings["Intersex"] = "Bisexual";
-$a->strings["Transsexual"] = "Transexual";
-$a->strings["Hermaphrodite"] = "Hermafrodita";
-$a->strings["Neuter"] = "Neutro";
-$a->strings["Non-specific"] = "Sin especificar";
-$a->strings["Other"] = "Otro";
-$a->strings["Undecided"] = "Indeciso";
-$a->strings["Males"] = "Hombres";
-$a->strings["Females"] = "Mujeres";
-$a->strings["Gay"] = "Gay";
-$a->strings["Lesbian"] = "Lesbiana";
-$a->strings["No Preference"] = "Sin preferencias";
-$a->strings["Bisexual"] = "Bisexual";
-$a->strings["Autosexual"] = "Autosexual";
-$a->strings["Abstinent"] = "Abstinente";
-$a->strings["Virgin"] = "Virgen";
-$a->strings["Deviant"] = "Desviado";
-$a->strings["Fetish"] = "Fetichista";
-$a->strings["Oodles"] = "Orgías";
-$a->strings["Nonsexual"] = "Asexual";
-$a->strings["Single"] = "Soltero";
-$a->strings["Lonely"] = "Solitario";
-$a->strings["Available"] = "Disponible";
-$a->strings["Unavailable"] = "No disponible";
-$a->strings["Dating"] = "De citas";
-$a->strings["Unfaithful"] = "Infiel";
-$a->strings["Sex Addict"] = "Adicto al sexo";
-$a->strings["Friends"] = "Amigos";
-$a->strings["Friends/Benefits"] = "Amigos con beneficios";
-$a->strings["Casual"] = "Casual";
-$a->strings["Engaged"] = "Comprometido/a";
-$a->strings["Married"] = "Casado/a";
-$a->strings["Partners"] = "Socios";
-$a->strings["Cohabiting"] = "Cohabitando";
-$a->strings["Happy"] = "Feliz";
-$a->strings["Not Looking"] = "No estoy buscando";
-$a->strings["Swinger"] = "Swinger";
-$a->strings["Betrayed"] = "Traicionado/a";
-$a->strings["Separated"] = "Separado/a";
-$a->strings["Unstable"] = "Inestable";
-$a->strings["Divorced"] = "Divorciado/a";
-$a->strings["Widowed"] = "Viudo/a";
-$a->strings["Uncertain"] = "Incierto";
-$a->strings["Complicated"] = "Complicado";
-$a->strings["Don't care"] = "No te importa";
-$a->strings["Ask me"] = "Pregúntame";
-$a->strings["Starts:"] = "Inicio:";
-$a->strings["Finishes:"] = "Final:";
-$a->strings["Visible to everybody"] = "Visible para cualquiera";
-$a->strings["show"] = "mostrar";
-$a->strings["don't show"] = "no mostrar";
-$a->strings["Logged out."] = "Sesión terminada";
-$a->strings["Image/photo"] = "Imagen/Foto";
-$a->strings["From: "] = "De:";
-$a->strings["View status"] = "Ver estado";
-$a->strings["View profile"] = "Ver perfirl";
-$a->strings["View photos"] = "Ver fotos";
-$a->strings["View recent"] = "Ver recientes";
-$a->strings["Send PM"] = "Enviar mensaje privado";
+$a->strings["LinkedIn"] = "LinkedIn";
+$a->strings["XMPP/IM"] = "XMPP/IM";
+$a->strings["MySpace"] = "MySpace";
+$a->strings["created a new post"] = "Crear una nueva entrada";
+$a->strings["commented on %s's post"] = "comentar la entrada de %s";
+$a->strings["No username found in import file."] = "No se ha encontrado el nombre de usuario en el archivo 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["Import completed."] = "Importación completada.";
+$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 éste nombre ha sido reestablecido. <strong>Es posible</strong> que los permisos existentes sean aplicados a éste grupo y sus futuros miembros. Si no quiere esto por favor cree otro grupo con un nombre diferente.";
+$a->strings["Default privacy group for new contacts"] = "Grupo de privacidad por defecto para nuevos contactos ";
+$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["Not a valid email address"] = "Dirección de correo inválida";
+$a->strings["Your email domain is not among those allowed on this site"] = "Su dirección de correo no pertenece a 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 para %s";
+$a->strings["Account approved."] = "Cuenta aprobada.";
+$a->strings["Registration revoked for %s"] = "Registro rechazado para %s";
+$a->strings["Account verified. Please login."] = "Cuenta verificada. Por favor, inicia sesión.";
+$a->strings["Click here to upgrade."] = "Pulse aquí para actualizar";
+$a->strings["This action exceeds the limits set by your subscription plan."] = "Ésta 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["Miscellaneous"] = "Varios";
-$a->strings["year"] = "año";
-$a->strings["month"] = "mes";
-$a->strings["day"] = "día";
+$a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DD o MM-DD";
+$a->strings["Required"] = "Obligatorio";
$a->strings["never"] = "nunca";
$a->strings["less than a second ago"] = "hace menos de un segundo";
+$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";
@@ -1045,32 +75,109 @@ $a->strings["minute"] = "minuto";
$a->strings["minutes"] = "minutos";
$a->strings["second"] = "segundo";
$a->strings["seconds"] = "segundos";
-$a->strings[" ago"] = " hace";
-$a->strings["Birthday:"] = "Fecha de nacimiento:";
-$a->strings["j F, Y"] = "j F, Y";
-$a->strings["j F"] = "j F";
-$a->strings["Age:"] = "Edad:";
-$a->strings["Religion:"] = "Religión:";
-$a->strings["About:"] = "Acerca de:";
-$a->strings["Hobbies/Interests:"] = "Aficiones/Intereses:";
-$a->strings["Contact information and Social Networks:"] = "Información de contacto y Redes sociales:";
-$a->strings["Musical interests:"] = "Intereses musicales:";
-$a->strings["Books, literature:"] = "Libros, literatura:";
-$a->strings["Television:"] = "Televisión:";
-$a->strings["Film/dance/culture/entertainment:"] = "Películas/baile/cultura/entretenimiento:";
-$a->strings["Love/Romance:"] = "Amor/Romance:";
-$a->strings["Work/employment:"] = "Trabajo/ocupación:";
-$a->strings["School/education:"] = "Escuela/estudios:";
-$a->strings["prev"] = "ant.";
-$a->strings["first"] = "primera";
+$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["Directory Options"] = "Opciones del directorio";
+$a->strings["Safe Mode"] = "Modo seguro";
+$a->strings["No"] = "No";
+$a->strings["Yes"] = "Sí";
+$a->strings["Public Forums Only"] = "Solamente foros públicos";
+$a->strings["This Website Only"] = "Solamente este sitio web";
+$a->strings["New Page"] = "Nueva página";
+$a->strings["View"] = "Ver";
+$a->strings["Preview"] = "Previsualizar";
+$a->strings["Actions"] = "Acciones";
+$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["Public Timeline"] = "Cronología pública";
+$a->strings["Default"] = "Predeterminado";
+$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 cinciden";
+$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 que desea abandonar la página?";
+$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo";
+$a->strings["timeago.prefixFromNow"] = "timeago.prefixFromNow";
+$a->strings["ago"] = "hace";
+$a->strings["from now"] = "desde ahora";
+$a->strings["less than a minute"] = "menos de un minuto";
+$a->strings["about a minute"] = "hace como un minuto";
+$a->strings["%d minutes"] = "%d minutos";
+$a->strings["about an hour"] = "hace como una hora";
+$a->strings["about %d hours"] = "hace %d minutos";
+$a->strings["a day"] = "un día";
+$a->strings["%d days"] = "%d días";
+$a->strings["about a month"] = "hace como un mes";
+$a->strings["%d months"] = "%d meses";
+$a->strings["about a year"] = "hace un año";
+$a->strings["%d years"] = "%d años";
+$a->strings[" "] = " ";
+$a->strings["timeago.numbers"] = "timeago.numbers";
+$a->strings["prev"] = "previa";
+$a->strings["first"] = "Primera";
$a->strings["last"] = "última";
-$a->strings["next"] = "sig.";
-$a->strings["No contacts"] = "Sin contactos";
-$a->strings["%d Contact"] = array(
- 0 => "%d Contacto",
- 1 => "%d Contactos",
+$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["Search"] = "Buscar";
+$a->strings["Save"] = "Guardar";
+$a->strings["poke"] = "dar un toque";
+$a->strings["poked"] = "ha recibido un toque";
+$a->strings["ping"] = "avisar";
+$a->strings["pinged"] = " le hicieron un ping";
+$a->strings["prod"] = "incitar";
+$a->strings["prodded"] = "incitaros";
+$a->strings["slap"] = "abofetear";
+$a->strings["slapped"] = "abofeteado";
+$a->strings["finger"] = "señalar";
+$a->strings["fingered"] = "manosear";
+$a->strings["rebuff"] = "desairar";
+$a->strings["rebuffed"] = "desairado";
+$a->strings["happy"] = "feliz";
+$a->strings["sad"] = "triste";
+$a->strings["mellow"] = "amable";
+$a->strings["tired"] = "cansado/a";
+$a->strings["perky"] = "fesco/a";
+$a->strings["angry"] = "enfadado/a";
+$a->strings["stupified"] = "estupefacto/a";
+$a->strings["puzzled"] = "perplejo/a";
+$a->strings["interested"] = "interesado/a";
+$a->strings["bitter"] = "amargado/a";
+$a->strings["cheerful"] = "alegre";
+$a->strings["alive"] = "vivo/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->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";
@@ -1090,95 +197,1952 @@ $a->strings["September"] = "Septiembre";
$a->strings["October"] = "Octubre";
$a->strings["November"] = "Noviembre";
$a->strings["December"] = "Diciembre";
+$a->strings["unknown.???"] = "desconocido.???";
$a->strings["bytes"] = "bytes";
-$a->strings["Select an alternate language"] = "Elige otro idioma";
-$a->strings["default"] = "predeterminado";
-$a->strings["End this session"] = "Terminar esta sesión";
-$a->strings["Your posts and conversations"] = "Tus publicaciones y conversaciones";
+$a->strings["remove category"] = "eliminar categoría";
+$a->strings["remove from file"] = "eliminar del archivo";
+$a->strings["Click to open/close"] = "Pulsar para abrir/cerrar";
+$a->strings["Link to Source"] = "Enlace a la fuente";
+$a->strings["default"] = "por defecto";
+$a->strings["Page layout"] = "Disposición de página";
+$a->strings["You can create your own with the layouts tool"] = "Puede crear la suya propia con la herramienta de disposiciones";
+$a->strings["Page content type"] = "Tipo de contenido de página";
+$a->strings["Select an alternate language"] = "Selecciona un idioma alternativo";
+$a->strings["photo"] = "foto";
+$a->strings["event"] = "evento";
+$a->strings["status"] = "estado";
+$a->strings["comment"] = "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"] = "Disposiciones";
+$a->strings["Pages"] = "Páginas";
+$a->strings["Collection"] = "Colección";
+$a->strings["parent"] = "padre";
+$a->strings["Principal"] = "Principal";
+$a->strings["Addressbook"] = "Libreta de direcciones";
+$a->strings["Calendar"] = "Calendario";
+$a->strings["Schedule Inbox"] = "Programar bandeja de entrada";
+$a->strings["Schedule Outbox"] = "Programar bandeja de salida";
+$a->strings["Unknown"] = "Desconocido";
+$a->strings["%1\$s used"] = "%1\$s usado";
+$a->strings["%1\$s used of %2\$s (%3\$s&#37;)"] = "%1\$s usado de %2\$s (%3\$s&#37;)";
+$a->strings["Files"] = "Ficheros";
+$a->strings["Total"] = "Total";
+$a->strings["Shared"] = "Compartido";
+$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["Delete"] = "Borrar";
+$a->strings["Create new folder"] = "Crear nueva carpeta";
+$a->strings["Upload file"] = "Subir archivo";
+$a->strings["%1\$s's bookmarks"] = "Marcadores de %1\$s";
+$a->strings["view full size"] = "Ver a pantalla completa";
+$a->strings["\$Projectname Notification"] = "Notificación de \$Projectname";
+$a->strings["\$projectname"] = "\$projectname";
+$a->strings["Thank You,"] = "Gracias,";
+$a->strings["%s Administrator"] = "%s Administrador";
+$a->strings["No Subject"] = "Sin asunto";
+$a->strings["General Features"] = "Características generales";
+$a->strings["Content Expiration"] = "Expiración 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"] = "Activa una herramienta para almacenar notas y recordatorios";
+$a->strings["Navigation Channel Select"] = "Selección de navegación de canal";
+$a->strings["Change channels directly from within the navigation dropdown menu"] = "Cambiar 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, enlaza esto 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"] = "Características de composició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 (640px) photo thumbnails in posts. If not enabled, use small (320px) photo thumbnails"] = "Incluir miniaturas de foto grandes (640px) en publicaciones. Si no está habilitado, usar miniaturas pequeñas (320px)";
+$a->strings["Channel Sources"] = "Fuentes del canal";
+$a->strings["Automatically import channel content from other channels or feeds"] = "Importar automáticamente contenido de otros canales o fuentes";
+$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"] = "Activar herramientas de 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["Network and Stream Filtering"] = "Filtrado de red y flujo";
+$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 de red 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"] = "Pestaña de red personal";
+$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Habilitar una pestaña en la cual se muestran solo entradas de red en las que ha participado.";
+$a->strings["Network New Tab"] = "Nueva pestaña de red";
+$a->strings["Enable tab to display all new Network activity"] = "Habilitar una pestaña en la cual se muestra toda la actividad de la red";
+$a->strings["Affinity Tool"] = "Herramienta de afinidad";
+$a->strings["Filter stream activity by depth of relationships"] = "Filtrar la actividad del flujo por profundidad de relaciones";
+$a->strings["Connection Filtering"] = "Filtrado de conexiones";
+$a->strings["Filter incoming posts from connections based on keywords/content"] = "Filtrar publicaciones entrantes de conexiones basadas en palabras clave / contenido";
+$a->strings["Suggest Channels"] = "Sugerir canales";
+$a->strings["Show channel suggestions"] = "Mostrar sugerencias de canales";
+$a->strings["Post/Comment Tools"] = "Herramientas de entradas/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["Saved Folders"] = "Carpetas guardadas";
+$a->strings["Ability to file posts under folders"] = "Capacidad de archivar entradas en carpetas";
+$a->strings["Dislike Posts"] = "No me gusta:";
+$a->strings["Ability to dislike posts/comments"] = "Capacidad de mostrar desacuerdo con el contenido de entradas/comentarios";
+$a->strings["Star Posts"] = "Entrada destacada";
+$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["Categories"] = "Categorías";
+$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["Connect"] = "Conectar";
+$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 conección";
+$a->strings["Enter the channel address"] = "Introduzca 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["Everything"] = "Todo";
+$a->strings["Archives"] = "Hemeroteca";
+$a->strings["Me"] = "Yo";
+$a->strings["Family"] = "Familia";
+$a->strings["Friends"] = "Amigos";
+$a->strings["Acquaintances"] = "Conocidos/as";
+$a->strings["All"] = "Todos";
+$a->strings["Refresh"] = "Refrescar";
+$a->strings["Account settings"] = "Configuración de la cuenta";
+$a->strings["Channel settings"] = "Configuración del canal";
+$a->strings["Additional features"] = "Características adicionales";
+$a->strings["Feature/Addon settings"] = "Configuración de característica/complemento";
+$a->strings["Display settings"] = "Configuración de visualización";
+$a->strings["Connected apps"] = "Apps 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["Settings"] = "Ajustes";
+$a->strings["Messages"] = "Mensajes";
+$a->strings["Check Mail"] = "Comprobar correo";
+$a->strings["New Message"] = "Nuevo mensaje";
+$a->strings["Chat Rooms"] = "Salas de chat";
+$a->strings["Bookmarked Chatrooms"] = "Salas de chat favoritas";
+$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"] = "Ver valoraciones";
+$a->strings["Public Hubs"] = "Servidores públicos";
+$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["This event has been added to your calendar."] = "Este evento ha sido añadido a su calendario.";
+$a->strings["%s <!item_type!>"] = "%s <!item_type!>";
+$a->strings["[Red:Notify] New mail received at %s"] = "[Red notifica] Nuevo correo recibido en %s";
+$a->strings["%1\$s, %2\$s sent you a new private message at %3\$s."] = "%1\$s, %2\$s te ha enviado un nuevo mensaje privado en %3\$s.";
+$a->strings["%1\$s sent you %2\$s."] = "%1\$s te envió %2\$s.";
+$a->strings["a private message"] = "un mensaje privado";
+$a->strings["Please visit %s to view and/or reply to your private messages."] = "Por favor visite %s para ver y/o responder a su mensaje privado.";
+$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s, %2\$s comentó sobre [zrl=%3\$s]a %4\$s[/zrl]";
+$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]%4\$s's %5\$s[/zrl]"] = "%1\$s, %2\$s comentó sobre [zrl=%3\$s]%4\$s's %5\$s[/zrl]";
+$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s, %2\$s comentó sobre [zrl=%3\$s]your %4\$s[/zrl]";
+$a->strings["[Red:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Red notifica] Comentario en la conversación #%1\$d por %2\$s";
+$a->strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = "%1\$s, %2\$s comentó sobre un elemento/conversación que ha estado siguiendo.";
+$a->strings["Please visit %s to view and/or reply to the conversation."] = "Para ver o comentar la conversación, visita %s";
+$a->strings["[Red:Notify] %s posted to your profile wall"] = "[Red:aviso] %s escribió en su muro";
+$a->strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = "%1\$s, %2\$s publicó en su muro de perfil en %3\$s";
+$a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = "%1\$s, %2\$s publicó en [zrl=%3\$s]su muro[/zrl]";
+$a->strings["[Red:Notify] %s tagged you"] = "[Red notifica] %s le etiquetó";
+$a->strings["%1\$s, %2\$s tagged you at %3\$s"] = "%1\$s, %2\$s le etiquetó en %3\$s";
+$a->strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = "%1\$s, %2\$s [zrl=%3\$s]le etiquetó[/zrl].";
+$a->strings["[Red:Notify] %1\$s poked you"] = "[Red aviso] %1\$s ha recibido un toque";
+$a->strings["%1\$s, %2\$s poked you at %3\$s"] = "%1\$s, %2\$s recibió un toque en %3\$s";
+$a->strings["%1\$s, %2\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s, %2\$s [zrl=%2\$s]recibió un toque[/zrl].";
+$a->strings["[Red:Notify] %s tagged your post"] = "[Red notifica] %s etiquetó su entrada";
+$a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s etiquetó su publicación en %3\$s";
+$a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s etiquetó [zrl=%3\$s]su publicación[/zrl]";
+$a->strings["[Red:Notify] Introduction received"] = "[Red notifica] S\nDemanda de amistad recibida";
+$a->strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = "%1\$s, ha recibido una nueva solicitud de conexión de '%2\$s' en %3\$s";
+$a->strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = "%1\$s, ha recibido [zrl=%2\$s]una nueva solicitud de conexión[/zrl] de %3\$s.";
+$a->strings["You may visit their profile at %s"] = "Puede visitar su perfil en %s";
+$a->strings["Please visit %s to approve or reject the connection request."] = "Por favor, visita %s para permitir o rechazar la solicitd de conexión.";
+$a->strings["[Red:Notify] Friend suggestion received"] = "[Red notifica] recibió una sugerencia de amistad";
+$a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = "%1\$s, ha recibido una sugerencia de un amigo de '%2\$s' en %3\$s";
+$a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = "%1\$s, ha recibido [zrl=%2\$s]una sugerencia de amistad[/zrl] para %3\$s de %4\$s.";
+$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["[Red:Notify]"] = "[Red:Notify]";
+$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 de determinar el remitente. ";
+$a->strings["Stored post could not be verified."] = "No se ha podido verificar las entradas guardadas.";
+$a->strings["%1\$s likes %2\$s's %3\$s"] = "a %1\$s le gusta el/la %3\$s de %2\$s";
+$a->strings["Please choose"] = "Por favor selecciona";
+$a->strings["Agree"] = "De acuerdo";
+$a->strings["Disagree"] = "En desacuerdo";
+$a->strings["Abstain"] = "Se abstiene";
+$a->strings["Channel is blocked on this site."] = "El canal está bloqueado en éste sitio.";
+$a->strings["Channel location missing."] = "Falta la dirección del canal ";
+$a->strings["Response from remote channel was incomplete."] = "Respuesta del canal remoto incompleta.";
+$a->strings["Channel was deleted and no longer exists."] = "El canal ha sido eliminado y ya no existe.";
+$a->strings["Protocol disabled."] = "Protocolo deshabilitado.";
+$a->strings["Protocol blocked for this channel."] = "Protocolo bloqueado para este canal.";
+$a->strings["Channel discovery failed."] = "Búsqueda de canales 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["Private Message"] = "Mensaje Privado";
+$a->strings["Select"] = "Seleccionar";
+$a->strings["Save to Folder"] = "Guardar en carpeta";
+$a->strings["I will attend"] = "Asistiré";
+$a->strings["I will not attend"] = "No asistiré";
+$a->strings["I might attend"] = "Quizá asista";
+$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 => "Le gusta",
+ 1 => "Me gusta",
+);
+$a->strings["__ctx:noun__ Dislike"] = array(
+ 0 => "No le gusta",
+ 1 => "No me gusta",
+);
+$a->strings["Add Star"] = "Añadir estrella";
+$a->strings["Remove Star"] = "Eliminar estrella";
+$a->strings["Toggle Star Status"] = "Invertir estado de estrella";
+$a->strings["starred"] = "preferidos";
+$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 (conmutar)";
+$a->strings["like"] = "Me gusta";
+$a->strings["I don't like this (toggle)"] = "No me gusta (conmutar)";
+$a->strings["dislike"] = "No me gusta";
+$a->strings["Share This"] = "Compartir esto";
+$a->strings["share"] = "Compartir";
+$a->strings["%d comment"] = array(
+ 0 => "%d comentario",
+ 1 => "%d comentarios",
+);
+$a->strings["View %s's profile - %s"] = "Ver perfil de %s - %s";
+$a->strings["to"] = "a";
+$a->strings["via"] = "mediante";
+$a->strings["Wall-to-Wall"] = "Muro-a-Muro";
+$a->strings["via Wall-To-Wall:"] = "mediante Muro-a-Muro";
+$a->strings["from %s"] = "de %s";
+$a->strings["last edited: %s"] = "último cambio: %s";
+$a->strings["Expires: %s"] = "Caduca: %s";
+$a->strings["Save Bookmarks"] = "Guardar marcadores";
+$a->strings["Add to Calendar"] = "Añadir al calendario";
+$a->strings["Mark all seen"] = "Marcar todos como vistos";
+$a->strings["__ctx:noun__ Likes"] = "Me gusta";
+$a->strings["__ctx:noun__ Dislikes"] = "No me gusta";
+$a->strings["Close"] = "Cerrar";
+$a->strings["Please wait"] = "Espera por favor";
+$a->strings["This is you"] = "Este es usted";
+$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["Encrypt text"] = "Cifrar texto";
+$a->strings["New window"] = "Nueva ventana";
+$a->strings["Open the selected location in a different window or browser tab"] = "Abrir la ubicación seleccionada en una ventana o pestaña aparte";
+$a->strings["User '%s' deleted"] = "Usuario '%s' eliminado";
+$a->strings["Attachments:"] = "Ficheros adjuntos:";
+$a->strings["\$Projectname event notification:"] = "Notificación de eventos de \$Projectname:";
+$a->strings["Logout"] = "Cerrar sesión";
+$a->strings["End this session"] = "Cerrar ésta sesión";
+$a->strings["Home"] = "Inicio";
+$a->strings["Your posts and conversations"] = "Sus entradas y conversaciones";
+$a->strings["View Profile"] = "Ver perfil";
$a->strings["Your profile page"] = "Su página de perfil";
+$a->strings["Edit Profiles"] = "Editar perfiles";
+$a->strings["Manage/Edit profiles"] = "Administrar/editar perfiles";
+$a->strings["Edit Profile"] = "Editar perfil";
+$a->strings["Edit your profile"] = "Editar su perfil";
+$a->strings["Photos"] = "Fotos";
$a->strings["Your photos"] = "Sus fotos";
-$a->strings["Your events"] = "Sus eventos";
-$a->strings["Personal notes"] = "Notas personales";
-$a->strings["Your personal photos"] = "Sus fotos personales";
-$a->strings["Sign in"] = "Date de alta";
+$a->strings["Your files"] = "Sus ficheros";
+$a->strings["Chat"] = "Chat";
+$a->strings["Your chatrooms"] = "Sus salas de chat";
+$a->strings["Bookmarks"] = "Marcadores";
+$a->strings["Your bookmarks"] = "Sus marcadores";
+$a->strings["Webpages"] = "Páginas web";
+$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 cerrar sesión";
+$a->strings["Remote authentication"] = "Autenticación remota";
+$a->strings["Click to authenticate to your home hub"] = "Pulsar para identificarse en su servidor";
$a->strings["Home Page"] = "Página de inicio";
-$a->strings["Create an account"] = "Crea una cuenta";
+$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["Addon applications, utilities, games"] = "APlicaciones, utilidades, juegos";
-$a->strings["Search site content"] = " Busca contenido en la página";
-$a->strings["Conversations on this site"] = "Conversaciones en este sitio";
+$a->strings["Applications, utilities, links, games"] = "Aplicaciones, utilidades, enlaces, juegos";
+$a->strings["Search site content"] = "Buscar contenido del sitio";
$a->strings["Directory"] = "Directorio";
-$a->strings["People directory"] = "Directorio de gente";
-$a->strings["Conversations from your friends"] = "Conversaciones de tus amigos";
-$a->strings["Friend Requests"] = "Solicitudes de amistad";
+$a->strings["Channel Directory"] = "Directorio de canales";
+$a->strings["Matrix"] = "Matríz";
+$a->strings["Your matrix"] = "Su red";
+$a->strings["Mark all matrix notifications seen"] = "Marcar todas las notificaciones de la red como leídas";
+$a->strings["Channel Home"] = "Mi canal";
+$a->strings["Channel home"] = "Mi canal";
+$a->strings["Mark all channel notifications seen"] = "Marcar todas las notificaciones de canales como leídas";
+$a->strings["Connections"] = "Conexiones";
+$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["Manage"] = "Administrar";
-$a->strings["Manage other pages"] = "Administrar otras páginas";
-$a->strings["Manage/edit friends and contacts"] = "Administrar/editar amigos y contactos";
-$a->strings["Admin"] = "Admin";
-$a->strings["Site setup and configuration"] = "Opciones y configuración del sitio";
-$a->strings["Nothing new here"] = "Nada nuevo aquí";
-$a->strings["Select"] = "Seleccionar";
-$a->strings["View %s's profile @ %s"] = "Ver perfil de %s @ %s";
-$a->strings["%s from %s"] = "%s de %s";
-$a->strings["View in context"] = "Verlo en contexto";
-$a->strings["See all %d comments"] = "Ver los %d comentarios";
-$a->strings["like"] = "me gusta";
-$a->strings["dislike"] = "no me gusta";
-$a->strings["Share this"] = "Compartir esto";
-$a->strings["share"] = "compartir";
-$a->strings["add star"] = "Añadir estrella";
-$a->strings["remove star"] = "Quitar estrella";
-$a->strings["toggle star status"] = "Añadir a destacados";
-$a->strings["starred"] = "marcados con estrellas";
-$a->strings["add tag"] = "añadir etiqueta";
-$a->strings["to"] = "a";
-$a->strings["Wall-to-Wall"] = "Muro-A-Muro";
-$a->strings["via Wall-To-Wall:"] = "via Muro-A-Muro:";
-$a->strings["Delete Selected Items"] = "Eliminar el elemento seleccionado";
-$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."] = "Le gusta a <span %1\$s>%2\$d personas</span>.";
-$a->strings["<span %1\$s>%2\$d people</span> don't like this."] = "No le gusta a <span %1\$s>%2\$d personas</span>.";
+$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["Inbox"] = "Bandeja de entrada";
+$a->strings["Outbox"] = "Bandeja de salida";
+$a->strings["Events"] = "Eventos";
+$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 del canal";
+$a->strings["Manage Your Channels"] = "Gestione sus canales";
+$a->strings["Account/Channel Settings"] = "Ajustes de cuenta/canales";
+$a->strings["Admin"] = "Administrador";
+$a->strings["Site Setup and Configuration"] = "Configuración del sitio";
+$a->strings["Loading..."] = "Cargando...";
+$a->strings["@name, #tag, content"] = "@nombre, #etiqueta, contenido";
+$a->strings["Please wait..."] = "Espere por favor…";
+$a->strings["Tags"] = "Etiquetas";
+$a->strings["Keywords"] = "Palabras clave";
+$a->strings["have"] = "tener";
+$a->strings["has"] = "tiene";
+$a->strings["want"] = "quiere";
+$a->strings["wants"] = "quiere";
+$a->strings["likes"] = "le gusta";
+$a->strings["dislikes"] = "no le gusta";
+$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 cambió %2\$s a &ldquo;%3\$s&rdquo;";
+$a->strings["Visit %1\$s's %2\$s"] = "Visita %2\$s de %1\$s";
+$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s actualizó %2\$s, %3\$s cambió.";
+$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["Can view my normal stream and posts"] = "Puede ver mi flujo y publicaciones normales";
+$a->strings["Can view my default channel profile"] = "Puede ver mi perfil de canal predeterminado.";
+$a->strings["Can view my photo albums"] = "Puede ver mis álbumes de fotos";
+$a->strings["Can view my connections"] = "Puede ver mis conexiones";
+$a->strings["Can view my file storage"] = "Puede ver mis ficheros almacenados";
+$a->strings["Can view my webpages"] = "Puede ver mis páginas web";
+$a->strings["Can send me their channel stream and posts"] = "Te pueden enviar sus canales de flujos y entradas";
+$a->strings["Can post on my channel page (\"wall\")"] = "Pueden crear entradas en su página del canal (“muro”)";
+$a->strings["Can comment on or like my posts"] = "Puede comentar en mis publicaciones o marcar como 'me gusta'.";
+$a->strings["Can send me private mail messages"] = "Puede enviarme mensajes privados";
+$a->strings["Can post photos to my photo albums"] = "Puede publicar fotos en mis galerias";
+$a->strings["Can like/dislike stuff"] = "Puede marcar contenido como me gustar/no me gusta.";
+$a->strings["Profiles and things other than posts/comments"] = "Perfiles y cosas aparte de publicaciones/comentarios";
+$a->strings["Can forward to all my channel contacts via post @mentions"] = "Puede reenviar a todos mis contactos de canalmediante post @mentions";
+$a->strings["Advanced - useful for creating group forum channels"] = "Avanzado - útil para crear canales de foro o grupos";
+$a->strings["Can chat with me (when available)"] = "Puede charlar conmigo";
+$a->strings["Can write to my file storage"] = "Puede escribir en mi almacenamiento de ficheros";
+$a->strings["Can edit my webpages"] = "Puede editar mis páginas web";
+$a->strings["Can source my public posts in derived channels"] = "Puede utilizar como fuente mis publicaciones públicas en canales derivados";
+$a->strings["Somewhat advanced - very useful in open communities"] = "Algo avanzado - muy útil en comunidades abiertas";
+$a->strings["Can administer my channel resources"] = "Puede administrar mis recursos de canal";
+$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Muy avanzado. Déjelo a no ser que sepa bien lo que está haciendo.";
+$a->strings["Social Networking"] = "Creación de redes sociales";
+$a->strings["Mostly Public"] = "Público en su mayor parte";
+$a->strings["Restricted"] = "Restringido";
+$a->strings["Private"] = "Privado";
+$a->strings["Community Forum"] = "Foro de la comunidad";
+$a->strings["Feed Republish"] = "Republicar feed";
+$a->strings["Special Purpose"] = "Propósito especial";
+$a->strings["Celebrity/Soapbox"] = "Celebridad / Plataforma improvisada";
+$a->strings["Group Repository"] = "Repositorio de grupo";
+$a->strings["Other"] = "Otro";
+$a->strings["Custom/Expert Mode"] = "Modo personalizado/experto";
+$a->strings["channel"] = "canal";
+$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "a %1\$s no le gusta el/la %3\$s de %2\$s";
+$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s ahora es conectada con %2\$s";
+$a->strings["%1\$s poked %2\$s"] = "%1\$s dio un toque a %2\$s";
+$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";
+$a->strings["__ctx:title__ Agree"] = "De acuerdo";
+$a->strings["__ctx:title__ Disagree"] = "En desacuerdo";
+$a->strings["__ctx:title__ Abstain"] = "Abstenerse";
+$a->strings["__ctx:title__ Attending"] = "Asistir";
+$a->strings["__ctx:title__ Not attending"] = "No asistir";
+$a->strings["__ctx:title__ Might attend"] = "Quizá asista";
+$a->strings["View %s's profile @ %s"] = "Ver perfil @ %s de %s";
+$a->strings["Categories:"] = "Categorías:";
+$a->strings["Filed under:"] = "Archivado bajo:";
+$a->strings["View in context"] = "Mostrar en contexto";
+$a->strings["remove"] = "eliminar";
+$a->strings["Delete Selected Items"] = "Eliminar elementos seleccionados";
+$a->strings["View Source"] = "Ver fuente";
+$a->strings["Follow Thread"] = "Seguir el hilo";
+$a->strings["View Status"] = "Ver estado";
+$a->strings["View Photos"] = "Ver fotos";
+$a->strings["Matrix Activity"] = "Actvidad de Matrix";
+$a->strings["Edit Contact"] = "Editar contacto";
+$a->strings["Send PM"] = "Enviar Mensaje Privado";
+$a->strings["Poke"] = "Dar un toque";
+$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(
+ 0 => "a <span %1\$s>%2\$d persona</span> le gusta esto.",
+ 1 => "a <span %1\$s>%2\$d personas</span> les gusta esto.",
+);
+$a->strings["<span %1\$s>%2\$d people</span> don't like this."] = array(
+ 0 => "a <span %1\$s>%2\$d persona</span> no le gusta esto.",
+ 1 => "a <span %1\$s>%2\$d personas</span> no les gusta esto.",
+);
$a->strings["and"] = "y";
-$a->strings[", and %d other people"] = ", y otras %d personas";
-$a->strings["%s like this."] = "Le gusta a %s.";
-$a->strings["%s don't like this."] = "No le gusta a %s.";
-$a->strings["Visible to <strong>everybody</strong>"] = "Visible para <strong>cualquiera</strong>";
-$a->strings["Please enter a video link/URL:"] = "Por favor, introduzca la URL/enlace del vídeo:";
-$a->strings["Please enter an audio link/URL:"] = "Por favor, introduzca la URL/enlace del audio:";
-$a->strings["Tag term:"] = "Etiquetar:";
-$a->strings["Where are you right now?"] = "¿Dónde estás ahora?";
-$a->strings["Enter a title for this item"] = "Introduce un título para este elemento";
-$a->strings["Insert video link"] = "Insertar enlace del vídeo";
-$a->strings["Insert audio link"] = "Inserte un vínculo del audio";
-$a->strings["Set title"] = "Establecer el título";
-$a->strings["view full size"] = "Ver a tamaño completo";
-$a->strings["image/photo"] = "imagen/foto";
-$a->strings["Cannot locate DNS info for database server '%s'"] = "No se puede encontrar información de DNS para el servidor de base de datos '%s'";
-$a->strings["Add New Contact"] = "Añadir nuevo contacto";
-$a->strings["Enter address or web location"] = "Escriba la dirección o página web";
-$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Ejemplo: bob@ejemplo.com, http://ejemplo.com/barbara";
-$a->strings["Invite Friends"] = "Invitar amigos";
+$a->strings[", and %d other people"] = array(
+ 0 => ", y %d persona más",
+ 1 => ", y %d personas más",
+);
+$a->strings["%s like this."] = "a %s le gusta esto.";
+$a->strings["%s don't like this."] = "a %s no le gusta esto.";
+$a->strings["Visible to <strong>everybody</strong>"] = "Visible para cualquiera";
+$a->strings["Please enter a link URL:"] = "Por favor, introduzca una URL de enlace:";
+$a->strings["Please enter a video link/URL:"] = "Por favor, introduzca un enlace/URL de vídeo:";
+$a->strings["Please enter an audio link/URL:"] = "Por favor, introduzca un enlace/URL de audio:";
+$a->strings["Tag term:"] = "Término de etiqueta:";
+$a->strings["Save to Folder:"] = "Guardar en carpeta:";
+$a->strings["Where are you right now?"] = "¿Donde estás ahora?";
+$a->strings["Expires YYYY-MM-DD HH:MM"] = "Caduca YYYY-MM-DD HH:MM";
+$a->strings["Share"] = "Compartir";
+$a->strings["Page link name"] = "Nombre de enlace de página";
+$a->strings["Post as"] = "Publicar como";
+$a->strings["Upload photo"] = "Subir foto";
+$a->strings["upload photo"] = "subir foto";
+$a->strings["Attach file"] = "Adjuntar archivo";
+$a->strings["attach file"] = "adjuntar archivo";
+$a->strings["Insert web link"] = "Insertar enlace web";
+$a->strings["web link"] = "enlace web";
+$a->strings["Insert video link"] = "Insertar enlace de vídeo";
+$a->strings["video link"] = "enlace de vídeo";
+$a->strings["Insert audio link"] = "Insertar enlace de audio";
+$a->strings["audio link"] = "enlace de audio";
+$a->strings["Set your location"] = "Configure su localización";
+$a->strings["set location"] = "configura localización";
+$a->strings["Toggle voting"] = "Invertir votación";
+$a->strings["Clear browser location"] = "Eliminar localización del navegador";
+$a->strings["clear location"] = "eliminar localización";
+$a->strings["Title (optional)"] = "Título (opcional)";
+$a->strings["Categories (optional, comma-separated list)"] = "Categorías (opcional, lista separada por comas)";
+$a->strings["Permission settings"] = "Configuración de permisos";
+$a->strings["permissions"] = "permisos";
+$a->strings["Public post"] = "Publicación pública";
+$a->strings["Example: bob@example.com, mary@example.com"] = "Ejemplo: bob@example.com, mary@example.com";
+$a->strings["Set expiration date"] = "Configurar fecha de expiración";
+$a->strings["OK"] = "OK";
+$a->strings["Cancel"] = "Cancelar";
+$a->strings["Discover"] = "Descubrir";
+$a->strings["Imported public streams"] = "Flujos públicos importados";
+$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["Posts that mention or involve you"] = "Publicaciones que le mencionan o involucran";
+$a->strings["New"] = "Novedades";
+$a->strings["Activity Stream - by date"] = "Flujo de actividad - por fecha";
+$a->strings["Starred"] = "Preferidos";
+$a->strings["Favourite Posts"] = "Publicaciones favoritas";
+$a->strings["Spam"] = "Correo basura";
+$a->strings["Posts flagged as SPAM"] = "Publicaciones marcadas como basura";
+$a->strings["Channel"] = "Canal";
+$a->strings["Status Messages and Posts"] = "Mensajes de estado y publicaciones";
+$a->strings["About"] = "Perfil";
+$a->strings["Profile Details"] = "Detalles de perfil";
+$a->strings["Photo Albums"] = "Álbumes de fotos";
+$a->strings["Files and Storage"] = "Ficheros y almacenamiento";
+$a->strings["Chatrooms"] = "Salas de chat";
+$a->strings["Saved Bookmarks"] = "Marcadores guardados";
+$a->strings["Manage Webpages"] = "Administrar páginas web";
+$a->strings["__ctx:noun__ Attending"] = array(
+ 0 => "Asistir",
+ 1 => "Asistir",
+);
+$a->strings["__ctx:noun__ Not Attending"] = array(
+ 0 => "No asistir",
+ 1 => "No asistir",
+);
+$a->strings["__ctx:noun__ Undecided"] = array(
+ 0 => "Indeciso/a",
+ 1 => "Indecisos/as",
+);
+$a->strings["__ctx:noun__ Agree"] = array(
+ 0 => "Está de acuerdo",
+ 1 => "Están de acuerdo",
+);
+$a->strings["__ctx:noun__ Disagree"] = array(
+ 0 => "No está de acuerdo",
+ 1 => "No están de acuerdo",
+);
+$a->strings["__ctx:noun__ Abstain"] = array(
+ 0 => "se abstiene",
+ 1 => "se abstienen",
+);
+$a->strings["Permission denied"] = "Permiso denegado";
+$a->strings["(Unknown)"] = "(Desconocido)";
+$a->strings["Visible to anybody on the internet."] = "Visible para todo el mundo 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 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 conexiones permitidas.";
+$a->strings["Visible to specific connections."] = "Visible para conexiones específicas.";
+$a->strings["Item not found."] = "Elemento no encontrado.";
+$a->strings["Permission denied."] = "Acceso denegado.";
+$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["Invalid data packet"] = "Paquete de datos inválido";
+$a->strings["Unable to verify channel signature"] = "No ha sido posible de verificar la signatura del canal";
+$a->strings["Unable to verify site signature for %s"] = "No ha sido posible de verificar la signatura del sitio para %s";
+$a->strings["Embedded content"] = "Contenido incrustado";
+$a->strings["Embedding disabled"] = "Incrustación deshabilitada";
+$a->strings["Logged out."] = "Desconectado.";
+$a->strings["Failed authentication"] = "Autenticación fallida.";
+$a->strings["Login failed."] = "Login ha fallado.";
$a->strings["%d invitation available"] = array(
- 0 => "%d invitación disponible",
- 1 => "%d invitaviones disponibles",
+ 0 => "%d invitación pendiente",
+ 1 => "%d invitaciones pendientes",
);
-$a->strings["Find People"] = "Buscar personas";
-$a->strings["Enter name or interest"] = "Introduzca nombre o intereses";
+$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: Robert Morgenstein, Pesca";
-$a->strings["Similar Interests"] = "Intereses similares";
-$a->strings["New mail received at "] = "Nuevo correo recibido en ";
-$a->strings["A new person is sharing with you at "] = "Una nueva persona está compartiendo con usted en";
-$a->strings["You have a new follower at "] = "Tienes un nuevo seguidor en ";
-$a->strings["[no subject]"] = "[sin asunto]";
-$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 eliminado con este nombre fue restablecido. Los permisos existentes <strong>pueden</strong> aplicarse a este grupo y a sus futuros miembros. Si esto no es lo que pretende, por favor, cree otro grupo con un nombre diferente.";
-$a->strings["Create a new group"] = "Crear un nuevo grupo";
-$a->strings["Everybody"] = "Todo el mundo";
-$a->strings["Sharing notification from Diaspora network"] = "Conpartir notificaciones con la red Diaspora*";
-$a->strings["Attachments:"] = "Archivos adjuntos:";
-$a->strings["[Relayed] Comment authored by %s from network %s"] = "[Retransmitido] Comentario escrito por %s desde %s";
-$a->strings["Embedded content"] = "Contenido integrado";
-$a->strings["Embedding disabled"] = "Incrustaciones desabilitadas";
+$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 amigos";
+$a->strings["Advanced example: name=fred and country=iceland"] = "Ejemplo avanzado: nombre=fred y pais=islandia";
+$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["Visible to your default audience"] = "Visible para su público predeterminado.";
+$a->strings["Show"] = "Mostrar";
+$a->strings["Don't show"] = "No mostrar";
+$a->strings["Permissions"] = "Permisos";
+$a->strings["Item was not found."] = "Elemento no encontrado.";
+$a->strings["No source file."] = "Ningún archivo de fuente";
+$a->strings["Cannot locate file to replace"] = "No se puede localizar el archivo a ser sustituido.";
+$a->strings["Cannot locate file to revise/update"] = "No se puede localizar el archivo para revisar/actualizar";
+$a->strings["File exceeds size limit of %d"] = "Archivo supera el limite de tamaño de %d";
+$a->strings["You have reached your limit of %1$.0f Mbytes attachment storage."] = "Ha alcanzado su límite de %1$.0f Mbytes de almacenamiento de adjuntos.";
+$a->strings["File upload failed. Possible system limit or action terminated."] = "Error de carga, posiblemente por limite de sistema o terminación de acción";
+$a->strings["Stored file could not be verified. Upload failed."] = "El archivo almacenado no ha podido ser verificado. El envío ha fallado.";
+$a->strings["Path not available."] = "Ruta no disponible.";
+$a->strings["Empty pathname"] = "Ruta vacía";
+$a->strings["duplicate filename or path"] = "Nombre de ruta o archivo duplicado";
+$a->strings["Path not found."] = "Ruta no encontrada";
+$a->strings["mkdir failed."] = "mkdir ha fallado.";
+$a->strings["database storage failed."] = "almacenamiento en base de datos ha fallado.";
+$a->strings["Unable to obtain identity information from database"] = "No ha sido posible de obtener la información de identidad de 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 apodo contiene caracteres no admitidos o está ya en uso por otros usuarios de éste sitio.";
+$a->strings["Unable to retrieve created identity"] = "No ha sido posible de conseguir la identidad creada";
+$a->strings["Default Profile"] = "Perfil principal";
+$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 foto de perfil";
+$a->strings["Profiles"] = "Perfiles";
+$a->strings["Manage/edit profiles"] = "Administrar/editar perfiles";
+$a->strings["Create New Profile"] = "Crear nuevo perfil";
+$a->strings["Profile Image"] = "Imagen de perfil";
+$a->strings["visible to everybody"] = "visible para todos";
+$a->strings["Edit visibility"] = "Editar visibilidad";
+$a->strings["Gender:"] = "Género:";
+$a->strings["Status:"] = "Estado:";
+$a->strings["Homepage:"] = "Página web:";
+$a->strings["Online Now"] = "Ahora en línea";
+$a->strings["g A l F d"] = "g A l F d";
+$a->strings["F d"] = "F d";
+$a->strings["[today]"] = "[hoy]";
+$a->strings["Birthday Reminders"] = "Recordatorios de cumpleaños";
+$a->strings["Birthdays this week:"] = "Cumpleaños esta semana:";
+$a->strings["[No description]"] = "[Sin descripción]";
+$a->strings["Event Reminders"] = "Recordatorios de eventos";
+$a->strings["Events this week:"] = "Eventos esta semana:";
+$a->strings["Profile"] = "Perfil";
+$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 usted:";
+$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/baile/cultura/entretenimiento:";
+$a->strings["Love/Romance:"] = "Amor/romance:";
+$a->strings["Work/employment:"] = "Trabajo/empleo:";
+$a->strings["School/education:"] = "Escuela/educación:";
+$a->strings["Like this thing"] = "Me gusta esto";
+$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-especificada";
+$a->strings["Undecided"] = "Indecidido";
+$a->strings["Males"] = "Hombres";
+$a->strings["Females"] = "Mujeres";
+$a->strings["Gay"] = "Gay";
+$a->strings["Lesbian"] = "Lesbiana";
+$a->strings["No Preference"] = "Sin preferencias";
+$a->strings["Bisexual"] = "Bisexual";
+$a->strings["Autosexual"] = "Autosexual";
+$a->strings["Abstinent"] = "Abstemio";
+$a->strings["Virgin"] = "Virgen";
+$a->strings["Deviant"] = "Fuera de lo común";
+$a->strings["Fetish"] = "Fetiche";
+$a->strings["Oodles"] = "Montones";
+$a->strings["Nonsexual"] = "No sexual";
+$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"] = "Infatuado";
+$a->strings["Dating"] = "Citando";
+$a->strings["Unfaithful"] = "Infiel";
+$a->strings["Sex Addict"] = "Con adicción al sexo";
+$a->strings["Friends/Benefits"] = "Amistad beneficiosa";
+$a->strings["Casual"] = "Casual";
+$a->strings["Engaged"] = "Prometido/a";
+$a->strings["Married"] = "Casado/a";
+$a->strings["Imaginarily married"] = "Casado/a imaginario/a";
+$a->strings["Partners"] = "Pareja";
+$a->strings["Cohabiting"] = "Cohabitando";
+$a->strings["Common law"] = "Derecho común";
+$a->strings["Happy"] = "Felíz";
+$a->strings["Not looking"] = "No estoy buscando";
+$a->strings["Swinger"] = "Swinger";
+$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 imaginario/a";
+$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["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"] = "Características";
+$a->strings["Language"] = "Idioma";
+$a->strings["Post"] = "Publicación";
+$a->strings["Profile Photo"] = "Foto de perfil";
+$a->strings["Update"] = "Actualizar";
+$a->strings["Install"] = "Instalar";
+$a->strings["Purchase"] = "Comprar";
+$a->strings["Image/photo"] = "Imagen/foto";
+$a->strings["Encrypted content"] = "Contenido encriptado";
+$a->strings["Install %s element: "] = "Instalar %s elemento:";
+$a->strings["This post contains an installable %s element, however you lack permissions to install it on this site."] = "Esta entrada contiene un 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"] = "bloquear";
+$a->strings["menu"] = "menú";
+$a->strings["QR code"] = "Código QR";
+$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 diferente";
+$a->strings["$1 spoiler"] = "alerón $1";
+$a->strings["$1 wrote:"] = "$1 escribió";
+$a->strings["Missing room name"] = "Nombre de sala desaparecido.";
+$a->strings["Duplicate room name"] = "Nombre de sala duplicado.";
+$a->strings["Invalid room specifier."] = "Especificador de sala inválido.";
+$a->strings["Room not found."] = "Sala no encontrada.";
+$a->strings["Room is full"] = "La sala está llena.";
+$a->strings["Image exceeds website size limit of %lu bytes"] = "La imagen es demasiado grande (%lu demás)";
+$a->strings["Image file is empty."] = "El fichero de imagen ésta vacío. ";
+$a->strings["Unable to process image"] = "No ha sido posible de procesar la imagen";
+$a->strings["Photo storage failed."] = "La foto no ha podido ser guardada.";
+$a->strings["Upload New Photos"] = "Subir nuevas fotos";
+$a->strings["Some blurb about what to do when you're new here"] = "Algunas palabras sobre qué hacer cuando eres nuevo aquí";
+$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 predeterminado";
+$a->strings["Make Default"] = "Convertir en predeterminado";
+$a->strings["%d new messages"] = "%d nuevos mensajes";
+$a->strings["%d new introductions"] = "%d nuevas introducciones";
+$a->strings["Delegated Channels"] = "Canales delegados";
+$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 de inicio:";
+$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"] = "Más nuevo a más antiguo";
+$a->strings["Oldest to Newest"] = "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["Xchan Lookup"] = "Búsqueda Xchan";
+$a->strings["Lookup xchan beginning with (or webbie): "] = "Buscar xchan que comience por (o webbie):";
+$a->strings["Not found."] = "No encontrado.";
+$a->strings["Authorize application connection"] = "Autorizar 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["Page Title"] = "Título de página";
+$a->strings["Channel added."] = "Canal añadido.";
+$a->strings["Tag removed"] = "Etiqueta eliminada.";
+$a->strings["Remove Item Tag"] = "Eliminar etiqueta de elemento.";
+$a->strings["Select a tag to remove: "] = "Selecciona una etiqueta a eliminar:";
+$a->strings["Remove"] = "Eliminar";
+$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 de 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 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 pasos adicionales o 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 intrucciones 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["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 envíos a espectadores del perfil pertinente.";
+$a->strings["Name of thing e.g. something"] = "Nombre del elemento e.g. algo";
+$a->strings["URL of thing (optional)"] = "URL del elemento (opcional)";
+$a->strings["URL for photo of thing (optional)"] = "URL para foto o elemento (opcional)";
+$a->strings["Add Thing to your Profile"] = "Añadir elemento a su perfil";
+$a->strings["Item not available."] = "Elemento no disponible";
+$a->strings["Fetching URL returns error: %1\$s"] = "Obtener URL retorna error: %1\$s";
+$a->strings["Image uploaded but image cropping failed."] = "Imagen actualizada pero recorte de imagen ha fallado. ";
+$a->strings["Image resize failed."] = "Ajustar tamaño de 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 caché del navegador si la nueva foto no se muestra inmediatamente.";
+$a->strings["Image exceeds size limit of %d"] = "La imagen supera el límite de %d";
+$a->strings["Unable to process image."] = "No ha sido posible procesar la imagen.";
+$a->strings["Photo not available."] = "Foto no disponible.";
+$a->strings["Upload File:"] = "Subir archivo:";
+$a->strings["Select a profile:"] = "Seleccionar un perfil:";
+$a->strings["Upload Profile Photo"] = "Subir foto de 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 álbums de fotos";
+$a->strings["Crop Image"] = "Recortar imagen";
+$a->strings["Please adjust the image cropping for optimum viewing."] = "Por favor ajuta el recorte de la imagen para una visión óptima.";
+$a->strings["Done Editing"] = "Edición completada";
+$a->strings["Image uploaded successfully."] = "Imagen subida correctamente.";
+$a->strings["Image upload failed."] = "Subida de imagen fallida.";
+$a->strings["Image size reduction [%s] failed."] = "Reducción de la imagen [%s] fallida.";
+$a->strings["Invalid item."] = "Elemento no válido.";
+$a->strings["Channel not found."] = "Canal no encontrado.";
+$a->strings["Page not found."] = "Página no encontrada.";
+$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"] = "%1\$s está de acuerdo con %2\$s de %3\$s";
+$a->strings["%1\$s doesn't agree with %2\$s's %3\$s"] = "%1\$s no están de acuerdo con %2\$s de %3\$s";
+$a->strings["%1\$s abstains from a decision on %2\$s's %3\$s"] = "%1\$s se abstiene de pronunciarse sobre %2\$s de %3\$s";
+$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$s asistirá a %2\$s de %3\$s";
+$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$s no asistirá a %2\$s de %3\$s";
+$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$s podrá asistir a %2\$s de %3\$s";
+$a->strings["Action completed."] = "Acción completada.";
+$a->strings["Thank you."] = "Gracias.";
+$a->strings["Calendar entries imported."] = "Entradas de calendario importadas.";
+$a->strings["No calendar entries found."] = "No encontradas 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["l, F j"] = "l j F";
+$a->strings["Edit event"] = "Editar evento";
+$a->strings["Delete event"] = "Borrar evento";
+$a->strings["calendar"] = "calendario";
+$a->strings["Create New Event"] = "Crear Nuevo Evento";
+$a->strings["Previous"] = "Anterior";
+$a->strings["Next"] = "Siguiente";
+$a->strings["Export"] = "Exportar";
+$a->strings["Import"] = "Importar";
+$a->strings["Event removed"] = "Evento borrado";
+$a->strings["Failed to remove event"] = "Error al borrar evento";
+$a->strings["Event details"] = "Detalles del evento";
+$a->strings["Starting date and Title are required."] = "Se requieren fecha y Título.";
+$a->strings["Categories (comma-separated list)"] = "Categorías (lista separada por comas)";
+$a->strings["Event Starts:"] = "Inicios de acontecimientos:";
+$a->strings["Finish date/time is not known or not relevant"] = "La fecha / hora de finalización no se conocen o no son relevantes";
+$a->strings["Event Finishes:"] = "Eventos Terminados:";
+$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 práctico para las vacaciones globales.";
+$a->strings["Title:"] = "Título:";
+$a->strings["Share this event"] = "Compartir este evento";
+$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s está siguiendo %2\$s de %3\$s";
+$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 de la red \$Projectname. Todos los sitios de la red están vinculados entre sí por lo que sus miembros, en ninguna de ellas, 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 de <strong> pueden </strong> proporcionar detalles adicionales.";
+$a->strings["Rate this hub"] = "Valorar este sitio";
+$a->strings["Site URL"] = "URL del sitio";
+$a->strings["Access Type"] = "Tipo de Acceso";
+$a->strings["Registration Policy"] = "Normas de Registro";
+$a->strings["Location"] = "Localización";
+$a->strings["View hub ratings"] = "Ver las valoraciones del sitio";
+$a->strings["Rate"] = "Valoración";
+$a->strings["View ratings"] = "Ver valoraciones";
+$a->strings["Edit post"] = "Editar entrada";
+$a->strings["\$Projectname channel"] = "canal \$Projectname";
+$a->strings["Collection created."] = "Colección creada.";
+$a->strings["Could not create collection."] = "No se puede crear colección.";
+$a->strings["Collection updated."] = "Colección 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."] = "Colección 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 agregar o quitar.";
+$a->strings["Version %s"] = "Versión %s";
+$a->strings["Installed plugins/addons/apps:"] = "Extensiones/Aplicaciones instaladas:";
+$a->strings["No installed plugins/addons/apps"] = "Extensiones/Aplicaciones no instaladas:";
+$a->strings["\$Projectname"] = "\$Projectname";
+$a->strings["This is a hub of \$Projectname - a global cooperative network of decentralized privacy enhanced websites."] = "Este es un sitio integrado en \$Projectname - una red cooperativa mundial de sitios web descentralizados de privacidad mejorada.";
+$a->strings["Tag: "] = "Etiqueta:";
+$a->strings["Last background fetch: "] = "Último fondo elegido:";
+$a->strings["Running at web location"] = "Corriendo en un sitio web";
+$a->strings["Please visit <a href=\"https://redmatrix.me\">redmatrix.me</a> to learn more about \$Projectname."] = "Por favor, visite <a href=\"https://redmatrix.me\">redmatrix.me </a> para aprender más sobre \$Projectname.";
+$a->strings["Bug reports and issues: please visit"] = "Informes de errores e incidencias: por, favor visite";
+$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["Unable to locate original post."] = "No ha sido posible encontrar la entrada original.";
+$a->strings["Empty post discarded."] = "Desechada entrada vacía.";
+$a->strings["Executable content type not permitted to this channel."] = "Contenido de tipo ejecutable no permitido en este canal.";
+$a->strings["System error. Post not saved."] = "Error del sistema. Entrada no salvada.";
+$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 tope máximo de entradas";
+$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 such group"] = "No se encuentra el grupo";
+$a->strings["No such channel"] = "No se encuentra el canal";
+$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["Connection: "] = "Conexión:";
+$a->strings["Invalid connection."] = "Conexión no válida.";
+$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["This site is not a directory server"] = "Este sitio no es un servidor de directorio";
+$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["Blocked"] = "Bloqueados";
+$a->strings["Ignored"] = "Ignorados";
+$a->strings["Hidden"] = "Ocultos";
+$a->strings["Archived"] = "Archivados";
+$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"] = "Desbloqueados";
+$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: "] = "Encontrado:";
+$a->strings["Block Name"] = "Nombre del bloque";
+$a->strings["Block Title"] = "Título del bloque";
+$a->strings["Item not found"] = "Elemento no encontrado";
+$a->strings["Item is not editable"] = "El elemento no es editable";
+$a->strings["Delete item?"] = "¿Borrar este elemento?";
+$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["\$Projectname - Guests: Username: {your email address}, Password: +++"] = "\$Projectname - Invitados: Nombre de usuario: {su dirección de correo electrónico}, Contraseña: +++";
+$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 a new album name"] = "Introducir un nuevo nombre de álbum";
+$a->strings["or select an existing one (doubleclick)"] = "o seleccionar uno (Double click) existente";
+$a->strings["Create a status post for this upload"] = "Crear una entrada de estado para esta subida";
+$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["View Photo"] = "Ver foto";
+$a->strings["Edit Album"] = "Editar álbum";
+$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 de perfil";
+$a->strings["Private Photo"] = "Foto privada";
+$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["Caption"] = "Título";
+$a->strings["Add a Tag"] = "Añadir una etiqueta";
+$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com"] = "Ejemplo: @bob, @Barbara_Jensen, @jim@example.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["Items tagged with: %s"] = "elementos etiquetados con: %s";
+$a->strings["Search results for: %s"] = "Resultados de la búsqueda para: %s";
+$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["Away"] = "Ausente";
+$a->strings["Online"] = "Conectado";
+$a->strings["Select a bookmark folder"] = "Seleccionar una carpeta de marcadores";
+$a->strings["Save Bookmark"] = "Guardar marcador";
+$a->strings["URL of bookmark"] = "URL 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["No more system notifications."] = "No hay más notificaciones del sistema";
+$a->strings["System Notifications"] = "Notificaciones de sistema";
+$a->strings["network"] = "red";
+$a->strings["RSS"] = "RSS";
+$a->strings["Layout updated."] = "Diseño actualizado";
+$a->strings["Edit System Page Description"] = "Editor del Sistema de Descripción de Páginas";
+$a->strings["Layout not found."] = "Diseño 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["- select -"] = "-seleccionar-";
+$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["The data provided is not compatible with this project."] = "Los datos proporcionados no son compatibles con este proyecto.";
+$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["Cannot create a duplicate channel identifier on this system. Import failed."] = "No se ha podido crear el canal porque el identificador del canal no se ha podido duplicar en este servidor.";
+$a->strings["Channel clone failed. Import failed."] = "No se ha podido importar el canal porque el canal no se ha podido clonar.";
+$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["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["Delete layout?"] = "¿Borrar formato?";
+$a->strings["Layout Description (Optional)"] = "Descripción del diseño (opcional)";
+$a->strings["Layout Name"] = "Nombre del diseño";
+$a->strings["Edit Layout"] = "Editar diseño";
+$a->strings["You must be logged in to see this page."] = "Debe estar registrado para poder ver esta página.";
+$a->strings["Room not found"] = "Sala no encontrada";
+$a->strings["Leave Room"] = "Abandonar 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->strings["Bookmark this room"] = "Añadir esta sala a Marcadores";
+$a->strings["New Chatroom"] = "Nueva sala de chat";
+$a->strings["Chatroom Name"] = "Nombre de sala de chat";
+$a->strings["%1\$s's Chatrooms"] = "Sala de chat de %1\$s";
+$a->strings["Menu not found."] = "Menú 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)"] = "(pulsa para abrir/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"] = "Introduzca la dirección del enlace o seleccione el nombre de un submenú";
+$a->strings["Use magic-auth if available"] = "Use 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 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 borrada.";
+$a->strings["Edit Menu Element"] = "Editar elemento del menú";
+$a->strings["Link text"] = "Texto del enlace";
+$a->strings["Delete webpage?"] = "¿Eliminar página web?";
+$a->strings["Page link title"] = "Título del enlace de la página";
+$a->strings["Edit Webpage"] = "Editar página web";
+$a->strings["This directory server requires an access token"] = "El servidor de este directorio necesita un \"token\" de acceso";
+$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>Configuraciones</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 que 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["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["Delete block?"] = "¿Borrar este bloque?";
+$a->strings["Edit Block"] = "Modificar este bloque";
+$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 Red"] = "Únase a nosotros en RedMatrix";
+$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ó la entrega 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ónica, 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 lugar del \$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["Location not found."] = "Localización no encontrada.";
+$a->strings["Primary location cannot be removed."] = "La localización primaria no puede ser eliminada.";
+$a->strings["No locations found."] = "Ninguna localización encontrada.";
+$a->strings["Manage Channel Locations"] = "Gestionar localizaciones del canal";
+$a->strings["Location (address)"] = "Localización (dirección)";
+$a->strings["Primary Location"] = "Localización primaria";
+$a->strings["Drop location"] = "Eliminar localización";
+$a->strings["Failed to create source. No channel selected."] = "Imposible crear la fuente. 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 los ajustes de su canal.";
+$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["Channel Name"] = "Nombre del canal";
+$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["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["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["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 de este fichero";
+$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["Hub not found."] = "Servidor no encontrado";
+$a->strings["Poke/Prod"] = "Dar un toque/Incitar";
+$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["Invalid profile identifier."] = "Identificador de perfil no válido";
+$a->strings["Profile Visibility Editor"] = "Editor de visibilidad el perfil";
+$a->strings["Click on a contact to add or remove."] = "Pulsar en un contacto para añadir o eliminar.";
+$a->strings["Visible To"] = "Visible para";
+$a->strings["%s element installed"] = "%s elemento instalado";
+$a->strings["%s element installation failed"] = "Elemento con instalación fallida: %s";
+$a->strings["Profile not found."] = "Perfil no encontrado.";
+$a->strings["Profile deleted."] = "Perfil eliminado.";
+$a->strings["Profile-"] = "Perfil-";
+$a->strings["New profile created."] = "Creado el nuevo perfil.";
+$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 sentimental";
+$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["Gender"] = "Género";
+$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: cathy123, Cathy Williams, cathy@example.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"] = "Educación";
+$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["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["Source of Item"] = "Origen del elemento";
+$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 localhost"] = "Por defecto es localhost";
+$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"] = "Nombre de acceso a 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 votaciones en segundo plano vía 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 entrega 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áxima de un archivo 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 no 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 Red.";
+$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."] = "Red 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 Red.";
+$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 al 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"] = "Se puede reescribir la dirección en .htaccess";
+$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 las actualizaciones.";
+$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 remota se ha llevado a cabo correctamente.";
+$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s ha etiquetado el %3\$s de %2\$s con %4\$s";
+$a->strings["Export Channel"] = "Exportar el canal";
+$a->strings["Export your basic channel information to a small 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 hub, but\tdoes not contain your content."] = "Exportar la base de datos de su canal a un pequeño fichero. Este podrá servir como una copia de seguridad de sus conexiones, permisos, perfil y datos básicos, que podrá importar a un nuevo canal, pero sin sus contenidos.";
+$a->strings["Export Content"] = "Exportar contenidos";
+$a->strings["Export your channel information and all the content to a JSON backup. This backs up all of your connections, permissions, profile data and all of your content, but is generally not suitable for importing a channel to a new hub as this file may be VERY large. Please be patient - it may take several minutes for this download to begin."] = "Exportar toda la información del canal y todo su contenido a un fichero JSON. Este contendrá todas sus conexiones, permisos, información del perfil y todo su contenido, Sin embargo, a menudo, no será una buena solución para importarlo en una nueva instancia, pues el fichero será MUY voluminoso. Por favor, tenga paciencia - pueden pasar muchos minutos antes de comience la carga.";
+$a->strings["No connections."] = "No hay conexiones.";
+$a->strings["Visit %s's profile [%s]"] = "Visitar el perfil de %s [%s]";
+$a->strings["invalid target signature"] = "La firma recibida no es válida";
+$a->strings["Theme settings updated."] = "Ajustes del tema actualizados.";
+$a->strings["Site"] = "Sitio";
+$a->strings["Accounts"] = "Cuentas";
+$a->strings["Channels"] = "Canales";
+$a->strings["Plugins"] = "Plugins";
+$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"] = "Ajustes del plugin";
+$a->strings["User registrations waiting for confirmation"] = "Registro de usuarios pendientes de confirmación";
+$a->strings["# Accounts"] = "# Cuentas";
+$a->strings["# blocked accounts"] = "# cuentas bloqueadas";
+$a->strings["# expired accounts"] = "# cuentas expiradas";
+$a->strings["# expiring accounts"] = "# cuentas expiradas";
+$a->strings["# Channels"] = "# Canales";
+$a->strings["# primary"] = "# primario";
+$a->strings["# clones"] = "# clones";
+$a->strings["Message queues"] = "Mensajes en cola";
+$a->strings["Administration"] = "Administración";
+$a->strings["Summary"] = "Sumario";
+$a->strings["Registered accounts"] = "Cuentas registradas";
+$a->strings["Pending registrations"] = "Registros pendientes";
+$a->strings["Registered channels"] = "Canales registrados";
+$a->strings["Active plugins"] = "Plugins activos";
+$a->strings["Version"] = "Versión";
+$a->strings["Site settings updated."] = "Ajustes del sitio actualizados.";
+$a->strings["mobile"] = "móvil";
+$a->strings["experimental"] = "experimental";
+$a->strings["unsupported"] = "no soportado";
+$a->strings["Yes - with approval"] = "Sí - con aprobación";
+$a->strings["My site is not a public server"] = "Mi sitio no es un servidor público";
+$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";
+$a->strings["Banner/Logo"] = "Banner/Logo";
+$a->strings["Administrator Information"] = "Información del Administrador";
+$a->strings["Contact information for site administrators. Displayed on siteinfo page. BBCode can be used here"] = "Información de contacto de los administradores del sitio. Visible en la página \"siteinfo\". Se puede usar BBCode";
+$a->strings["System language"] = "Lengua del sistema";
+$a->strings["System theme"] = "Tema del sistema";
+$a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "Tema del sistema por defecto - se puede cambiar por cada perfil de usuario - <a href='#' id='cnftheme'>modificar ajustes del tema</a>";
+$a->strings["Mobile system theme"] = "Tema del sistema para móviles";
+$a->strings["Theme for mobile devices"] = "Tema para aparatos móviles";
+$a->strings["Enable Diaspora Protocol"] = "Activar protocolo de la red social Diaspora";
+$a->strings["Communicate with Diaspora and Friendica - experimental"] = "Comunicar con Diaspora y Friendica - experimental";
+$a->strings["Allow Feeds as Connections"] = "Permitir flujos RSS como conexiones";
+$a->strings["(Heavy system resource usage)"] = "(Uso intenso de los recursos del sistema)";
+$a->strings["Maximum image size"] = "Tamaño máximo de imagen";
+$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Tamaño máximo en bytes de la imagen subida. Por defecto, es 0, lo que significa que no hay límites.";
+$a->strings["Does this site allow new member registration?"] = "¿Debe este sitio permitir el registro de nuevos miembros?";
+$a->strings["Which best describes the types of account offered by this hub?"] = "¿Cómo describiría el tipo de servicio ofrecido por este servidor?";
+$a->strings["Register text"] = "Texto del registro";
+$a->strings["Will be displayed prominently on the registration page."] = "Se mostrará de forma destacada en la página de registro.";
+$a->strings["Site homepage to show visitors (default: login box)"] = "Página de inicio que se mostrará a los visitantes (por defecto: la página de identificación)";
+$a->strings["example: 'public' to show public stream, 'page/sys/home' to show a system webpage called 'home' or 'include:home.html' to include a file."] = "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.";
+$a->strings["Preserve site homepage URL"] = "Preservar la dirección de la página web";
+$a->strings["Present the site homepage in a frame at the original location instead of redirecting"] = "Presenta la página web del sitio en un marco en la ubicación original, en vez de redirigirla.";
+$a->strings["Accounts abandoned after x days"] = "Cuentas abandonados después de x días";
+$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Para evitar consumir recursos del sistema intentando poner al día las cuentas abandonadas. Introduzca 0 para no tener límite de tiempo.";
+$a->strings["Allowed friend domains"] = "Dominios amigos permitidos";
+$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Lista 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.";
+$a->strings["Allowed email domains"] = "Se aceptan dominios de correo electrónico";
+$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "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. ";
+$a->strings["Not allowed email domains"] = "No se permiten dominios de correo electrónico";
+$a->strings["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."] = "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.";
+$a->strings["Block public"] = "Bloque público";
+$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Activar para bloquear el acceso público a todas las páginas públicas personales en este sitio salvo que estén identificadas en el sistema.";
+$a->strings["Verify Email Addresses"] = "Verificar direcciones de correo electrónico";
+$a->strings["Check to verify email addresses used in account registration (recommended)."] = "Activar para la verificación de la dirección de correo electrónico en el registro de una cuenta (recomendado).";
+$a->strings["Force publish"] = "Forzar la publicación";
+$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Intentar forzar todos los perfiles para que sean listados en el directorio de este sitio.";
+$a->strings["Disable discovery tab"] = "Desactivar la pestaña \"Descubrir\"";
+$a->strings["Remove the tab in the network view with public content pulled from sources chosen for this site."] = "Quitar la pestaña para ver contenido público extraído de las fuentes elegidas por este sitio.";
+$a->strings["login on Homepage"] = "Acceso a la página de inicio";
+$a->strings["Present a login box to visitors on the home page if no other content has been configured."] = "Presentar a los visitantes una casilla de identificación en la página de inicio, si no se ha configurado otro tipo de contenido.";
+$a->strings["Proxy user"] = "Usuario del proxy";
+$a->strings["Proxy URL"] = "Dirección del proxy";
+$a->strings["Network timeout"] = "Tiempo de espera de la red";
+$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Valor en segundos. Poner a 0 para que no haya tiempo límite (no recomendado)";
+$a->strings["Delivery interval"] = "Intervalo de entrega";
+$a->strings["Delay background delivery processes by this many seconds to reduce system load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 for large dedicated servers."] = "Retrasar los procesos de entrega en segundo plano por esta cantidad de segundos para reducir la carga del sistema. Recomendado: 4-5 para hosts compartidos, 2-3 para servidores virtuales privados, 0-1 para grandes servidores dedicados.";
+$a->strings["Poll interval"] = "Intervalo de sondeo";
+$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "Retrasar el sondeo en segundo plano en esta cantidad de segundo para reducir la carga del sistema. Si es 0, use el intervalo de entrega.";
+$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 entrega 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 (matrix/red)";
+$a->strings["0 for no expiration of imported content"] = "0 para que no caduque el contenido importado";
+$a->strings["No server found"] = "Servidor no encontrado";
+$a->strings["ID"] = "ID";
+$a->strings["for channel"] = "por canal";
+$a->strings["on server"] = "sobre el servidor";
+$a->strings["Status"] = "Estado";
+$a->strings["Server"] = "Servidor";
+$a->strings["Update has been marked successful"] = "La actualización ha sido marcada como exitosa";
+$a->strings["Executing %s failed. Check system logs."] = "La ejecución de %s ha fallado. Mire en los registros del sistema.";
+$a->strings["Update %s was successfully applied."] = "La actualización de %s se ha realizado exitosamente.";
+$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "La actualización de %s no ha devuelto ningún estado. No se sabe si ha tenido éxito.";
+$a->strings["Update function %s could not be found."] = "No se encuentra la función de actualización de %s.";
+$a->strings["No failed updates."] = "No ha fallado ninguna actualización.";
+$a->strings["Failed Updates"] = "Han fallado las actualizaciones";
+$a->strings["Mark success (if update was manually applied)"] = "Marcar como exitosa (si la actualización se ha hecho manualmente)";
+$a->strings["Attempt to execute this update step automatically"] = "Intentar ejecutar este paso de actualización automáticamente";
+$a->strings["Queue Statistics"] = "Estadísticas de la cola";
+$a->strings["Total Entries"] = "Total de entradas";
+$a->strings["Priority"] = "Prioridad";
+$a->strings["Destination URL"] = "Dirección de destino";
+$a->strings["Mark hub permanently offline"] = "Marcar el servidor como permanentemente fuera de línea";
+$a->strings["Empty queue for this hub"] = "Vaciar la cola para este servidor";
+$a->strings["Last known contact"] = "Último contacto conocido";
+$a->strings["%s user blocked/unblocked"] = array(
+ 0 => "%s usuarios bloqueados/desbloqueados",
+ 1 => "%s de usuarios bloqueados/desbloqueados",
+);
+$a->strings["%s user deleted"] = array(
+ 0 => "%s usuarios eliminados",
+ 1 => "%s usuarios eliminados",
+);
+$a->strings["Account not found"] = "Cuenta no encontrada";
+$a->strings["User '%s' blocked"] = "Usuario %s bloqueado";
+$a->strings["User '%s' unblocked"] = "Usuario %s desbloqueado";
+$a->strings["Users"] = "Usuarios";
+$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"] = "Expira";
+$a->strings["Service Class"] = "Clase de servicio";
+$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Los usuarios seleccionados serám eliminados!\\n\\nTodo lo que estos usuarios han publicado en este sitio se borrará de manera definitiva!\\n\\n¿Está seguro de querer hacerlo?";
+$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "El usuario {0} va a ser eliminado!\\n\\nTodo lo que este usuario ha publicado en este sitio será borrado de forma permanente!\\n\\n¿Está seguro de querer hacerlo?";
+$a->strings["%s channel censored/uncensored"] = array(
+ 0 => "%s canales censurados/no censurados",
+ 1 => "%s canales censurados/no censurados",
+);
+$a->strings["%s channel code allowed/disallowed"] = array(
+ 0 => "%s código permitido/no permitido al canal",
+ 1 => "%s código permitido/no permitido al canal",
+);
+$a->strings["%s channel deleted"] = array(
+ 0 => "%s canales eliminados",
+ 1 => "%s canales eliminados",
+);
+$a->strings["Channel not found"] = "Canal no encontrado";
+$a->strings["Channel '%s' deleted"] = "Canal '%s' eliminado";
+$a->strings["Channel '%s' censored"] = "Canal '%s' censurado";
+$a->strings["Channel '%s' uncensored"] = "Canal '%s' no censurado";
+$a->strings["Channel '%s' code allowed"] = "Código permitido al canal '%s'";
+$a->strings["Channel '%s' code disallowed"] = "Código no permitido al canal '%s'";
+$a->strings["Censor"] = "Censurar";
+$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["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."] = "Plugin %s desactivado.";
+$a->strings["Plugin %s enabled."] = "Plugin %s activado.";
+$a->strings["Disable"] = "Desactivar";
+$a->strings["Enable"] = "Activar";
+$a->strings["Toggle"] = "Cambiar";
+$a->strings["Author: "] = "Autor:";
+$a->strings["Maintainer: "] = "Mantenedor:";
+$a->strings["No themes found."] = "No se han encontrado temas.";
+$a->strings["Screenshot"] = "Instantánea de pantalla";
+$a->strings["[Experimental]"] = "[Experimental]";
+$a->strings["[Unsupported]"] = "[No soportado]";
+$a->strings["Log settings updated."] = "Actualizado el informe de configuraciones.";
+$a->strings["Clear"] = "Vaciar";
+$a->strings["Debugging"] = "Depurando";
+$a->strings["Log file"] = "Fichero de informe";
+$a->strings["Must be writable by web server. Relative to your Red top-level directory."] = "Debe tener permisos de escritura para el servidor web. Ruta relativa al directorio raíz de Red.";
+$a->strings["Log level"] = "Nivel de depuración";
+$a->strings["New Profile Field"] = "Nuevo campo en el perfil";
+$a->strings["Field nickname"] = "Alias del campo";
+$a->strings["System name of field"] = "Nombre del campo en el sistema";
+$a->strings["Input type"] = "Tipo de entrada";
+$a->strings["Field Name"] = "Nombre del campo";
+$a->strings["Label on profile pages"] = "Etiqueta a mostrar en las páginas del perfil";
+$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["Unable to find your hub."] = "No se puede encontrar su servidor.";
+$a->strings["Post successful."] = "Enviado con éxito.";
+$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["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["Help:"] = "Ayuda:";
+$a->strings["Not Found"] = "No encontrado";
+$a->strings["\$Projectname Documentation"] = "Documentación de \$Projectname";
+$a->strings["[Embedded content - reload page to view]"] = "[Contenido incorporado - recargue la página para poder verlo]";
+$a->strings["Remote privacy information not available."] = "La información privada remota no está disponible.";
+$a->strings["Visible to:"] = "Visible para:";
+$a->strings["Name is required"] = "El nombre es obligatorio";
+$a->strings["Key and Secret are required"] = "Clave y Secreto son obligatorios";
+$a->strings["Diaspora Policy Settings updated."] = "Configuración de directivas de Diaspora actualizada.";
+$a->strings["Passwords do not match. Password unchanged."] = "Las contraseñas no coinciden. La contraseña no se ha cambiado.";
+$a->strings["Empty passwords are not allowed. Password unchanged."] = "No se permiten contraseñas vacías. La contraseña no se ha cambiado.";
+$a->strings["Password changed."] = "Constraseña cambiada.";
+$a->strings["Password update failed. Please try again."] = "La actualización de la contraseña ha fallado. Por favor, inténtalo de nuevo.";
+$a->strings["Not valid email."] = "Correo electrónico no válido.";
+$a->strings["Protected email address. Cannot change to that email."] = "Dirección de correo electrónico protegida. No se puede cambiar a ella.";
+$a->strings["System failure storing new email. Please try again."] = "Fallo de sistema al guardar el nuevo correo electrónico. Por favor, inténtelo de nuevo.";
+$a->strings["Settings updated."] = "Configuración actualizada.";
+$a->strings["Add application"] = "Añadir aplicación";
+$a->strings["Name of application"] = "Nombre de la aplicación";
+$a->strings["Consumer Key"] = "Clave de consumidor";
+$a->strings["Automatically generated - change if desired. Max length 20"] = "Generado automáticamente - si lo desea, cámbielo. Longitud máxima: 20";
+$a->strings["Consumer Secret"] = "Secreto de consumidor";
+$a->strings["Redirect"] = "Redirigir";
+$a->strings["Redirect URI - leave blank unless your application specifically requires this"] = "URI de redirección - dejar en blanco a menos que su aplicación específicamente lo requiera";
+$a->strings["Icon url"] = "url de icono";
+$a->strings["Optional"] = "Opcional";
+$a->strings["You can't edit this application."] = "No puede modificar esta aplicación.";
+$a->strings["Connected Apps"] = "Aplicaciones conectadas";
+$a->strings["Client key starts with"] = "La clave de cliente empieza por";
+$a->strings["No name"] = "Sin nombre";
+$a->strings["Remove authorization"] = "Eliminar autorización";
+$a->strings["No feature settings configured"] = "No se ha establecido la configuración de características";
+$a->strings["Feature/Addon Settings"] = "Configuración de característica/complemento";
+$a->strings["Settings for the built-in Diaspora emulator"] = "Configuración para el emulador de Diaspora incorporado";
+$a->strings["Allow any Diaspora member to comment on your public posts"] = "Permitir a cualquier miembro de Diaspora comentar en sus publicaciones públicas";
+$a->strings["Enable the Diaspora protocol for this channel"] = "Activar el protocolo de Diaspora para este canal";
+$a->strings["Diaspora Policy Settings"] = "Configuración de directivas de Diaspora";
+$a->strings["Prevent your hashtags from being redirected to other sites"] = "Impedir que sus \"hashtags\" sean redirigidos a otros sitios ";
+$a->strings["Account Settings"] = "Configuración de la cuenta";
+$a->strings["Enter New Password:"] = "Introduzca la nueva contraseña:";
+$a->strings["Confirm New Password:"] = "Confirma 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 incuyendo todos sus canales";
+$a->strings["Off"] = "Desactivado";
+$a->strings["On"] = "Activado";
+$a->strings["Additional Features"] = "Características adicionales";
+$a->strings["Connector Settings"] = "Configuración de conector";
+$a->strings["No special theme for mobile devices"] = "Sin tema especial para dispositivos móviles";
+$a->strings["%s - (Experimental)"] = "%s - (Experimental)";
+$a->strings["Display Settings"] = "Configuración de visualización";
+$a->strings["Theme Settings"] = "Ajustes del tema";
+$a->strings["Custom Theme Settings"] = "Ajustes personalizados del tema";
+$a->strings["Content Settings"] = "Ajustes del contenido";
+$a->strings["Display Theme:"] = "Tema de visualización:";
+$a->strings["Mobile Theme:"] = "Tema móvil:";
+$a->strings["Enable user zoom on mobile devices"] = "Habilitar zoom de usuario en dispositivos móviles";
+$a->strings["Update browser every xx seconds"] = "Actualizar navegador cada xx segundos";
+$a->strings["Minimum of 10 seconds, no maximum"] = "Mínimo de 10 segundos, sin máximo";
+$a->strings["Maximum number of conversations to load at any time:"] = "Máximo número de conversaciones a cargar en cualquier momento:";
+$a->strings["Maximum of 100 items"] = "Máximo de 100 elementos";
+$a->strings["Show emoticons (smilies) as images"] = "Mostrar emoticonos (smilies) como imágenes";
+$a->strings["Link post titles to source"] = "Enlazar título de la publicación a la fuente";
+$a->strings["System Page Layout Editor - (advanced)"] = "Editor de sistema de distribución de página - (avanzado)";
+$a->strings["Use blog/list mode on channel page"] = "Usar modo blog/lista en página del canal";
+$a->strings["(comments displayed separately)"] = "(comentarios mostrados de forma separada)";
+$a->strings["Use blog/list mode on matrix page"] = "Mostrar su red en modo blog/lista";
+$a->strings["Channel page max height of content (in pixels)"] = "Altura máxima del contenido de la página del canal (en píxeles)";
+$a->strings["click to expand content exceeding this height"] = "Pulsa para expandir el contenido que excede esta altura";
+$a->strings["Matrix page max height of content (in pixels)"] = "Altura máxima del contenido de la página de matrix (en píxeles)";
+$a->strings["Nobody except yourself"] = "Nadie excepto tú";
+$a->strings["Only those you specifically allow"] = "Solamente aquellos a los que tú permitas específicamente";
+$a->strings["Approved connections"] = "Conexiones aprobadas";
+$a->strings["Any connections"] = "Cualquier conexión";
+$a->strings["Anybody on this website"] = "Cualquiera en este website";
+$a->strings["Anybody in this network"] = "Cualquiera en esta red";
+$a->strings["Anybody authenticated"] = "Cualquiera autenticado";
+$a->strings["Anybody on the internet"] = "Cualquiera en internet";
+$a->strings["Publish your default profile in the network directory"] = "Publicar tu perfil predeterminado en el directorio de la red";
+$a->strings["Allow us to suggest you as a potential friend to new members?"] = "¿Nos permite sugerirle como amigo potencial a los nuevos miembros?";
+$a->strings["Your channel address is"] = "Su dirección de canal es";
+$a->strings["Channel Settings"] = "Configuración del canal";
+$a->strings["Basic Settings"] = "Configuración básica";
+$a->strings["Your Timezone:"] = "Su zona horaria:";
+$a->strings["Default Post Location:"] = "Ubicación de publicación predeterminada:";
+$a->strings["Geographical location to display on your posts"] = "Localización geográfica a mostrar en sus publicaciones";
+$a->strings["Use Browser Location:"] = "Usar localización de navegador:";
+$a->strings["Adult Content"] = "Contenido solo para adultos";
+$a->strings["This channel frequently or regularly publishes adult content. (Please tag any adult material and/or nudity with #NSFW)"] = "Este canal publica contenido solo para adultos con frecuencia o regularmente. (Por favor etiquete cualquier material para adultos con la etiqueta #NSFW)";
+$a->strings["Security and Privacy Settings"] = "Configuración de seguridad y privacidad";
+$a->strings["Your permissions are already configured. Click to view/adjust"] = "Sus permisos ya están configurados. Pulse para ver/ajustar";
+$a->strings["Hide my online presence"] = "Oculta mi presencia online";
+$a->strings["Prevents displaying in your profile that you are online"] = "Evita mostrar en su perfil que está en línea";
+$a->strings["Simple Privacy Settings:"] = "Configuración de privacidad sencilla:";
+$a->strings["Very Public - <em>extremely permissive (should be used with caution)</em>"] = "Muy Público - <em>extremadamente permisivo (debería ser usado con precaución)</em>";
+$a->strings["Typical - <em>default public, privacy when desired (similar to social network permissions but with improved privacy)</em>"] = "Típico - <em>por defecto público, privado cuando se desee (similar a los permisos de red social pero con privacidad mejorada)</em>";
+$a->strings["Private - <em>default private, never open or public</em>"] = "Privado - <em>por defecto privado, nunca abierto o público</em>";
+$a->strings["Blocked - <em>default blocked to/from everybody</em>"] = "Bloqueado - <em>por defecto bloqueado bloqueado a/para cualquiera</em>";
+$a->strings["Allow others to tag your posts"] = "Permitir a otros etiquetar sus publicaciones";
+$a->strings["Often used by the community to retro-actively flag inappropriate content"] = "A menudo usado por la comunidad para marcar contenido inapropiado de forma retroactiva.";
+$a->strings["Advanced Privacy Settings"] = "Configuración de privacidad avanzada";
+$a->strings["Expire other channel content after this many days"] = "Caducar contenido de otro canal después de este número de días";
+$a->strings["0 or blank prevents expiration"] = "0 o vacío evita la expiración";
+$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"] = "Permidos de publicación predeterminados";
+$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";
+$a->strings["Notification Settings"] = "Configuración de notificaciones";
+$a->strings["By default post a status message when:"] = "Por defecto, enviar un mensaje de estado cuando:";
+$a->strings["accepting a friend request"] = "acepte una solicitud de amistad";
+$a->strings["joining a forum/community"] = "se una a un foro o comunidad";
+$a->strings["making an <em>interesting</em> profile change"] = "realice un cambio <em>interesante</em> en su perfil";
+$a->strings["Send a notification email when:"] = "Enviar una notificación por correo electrónico cuando:";
+$a->strings["You receive a connection request"] = "Reciba una solicitud de conexión";
+$a->strings["Your connections are confirmed"] = "Su conexión haya sido confirmada";
+$a->strings["Someone writes on your profile wall"] = "Alguien escriba en el muro de su perfil";
+$a->strings["Someone writes a followup comment"] = "Alguien escriba un comentario sobre sus publicaciones";
+$a->strings["You receive a private message"] = "Reciba un mensaje privado";
+$a->strings["You receive a friend suggestion"] = "Reciba una sugerencia de amistad";
+$a->strings["You are tagged in a post"] = "Usted es etiquetado en una publicación";
+$a->strings["You are poked/prodded/etc. in a post"] = "Ha recibido un toque o ha sido incitado, etc. en una publicación";
+$a->strings["Show visual notifications including:"] = "Mostrar notificaciones visuales que incluyan:";
+$a->strings["Unseen matrix activity"] = "Actividad no vista en la red";
+$a->strings["Unseen channel activity"] = "Actividad no vista en el canal";
+$a->strings["Unseen private messages"] = "Mensajes privados no leídos";
+$a->strings["Recommended"] = "Recomendado";
+$a->strings["Upcoming events"] = "Próximos eventos";
+$a->strings["Events today"] = "Eventos de hoy";
+$a->strings["Upcoming birthdays"] = "Próximos cumpleaños";
+$a->strings["Not available in all themes"] = "No disponible en todos los temas";
+$a->strings["System (personal) notifications"] = "Notificaciones del sistema (personales)";
+$a->strings["System info messages"] = "Mensajes de información del sistema";
+$a->strings["System critical alerts"] = "Alertas críticas del sistema";
+$a->strings["New connections"] = "Nuevas conexiones";
+$a->strings["System Registrations"] = "Registros del sistema";
+$a->strings["Also show new wall posts, private messages and connections under Notices"] = "Mostrar también en Avisos las nuevas publicaciones, los mensajes privados y las conexiones";
+$a->strings["Notify me of events this many days in advance"] = "Avisarme de los eventos con algunos días de antelación";
+$a->strings["Must be greater than 0"] = "Debe ser mayor que 0";
+$a->strings["Advanced Account/Page Type Settings"] = "Ajustes avanzados de la cuenta y de los tipos de página";
+$a->strings["Change the behaviour of this account for special situations"] = "Cambiar el comportamiento de esta cuenta en situaciones especiales";
+$a->strings["Please enable expert mode (in <a href=\"settings/features\">Settings > Additional features</a>) to adjust!"] = "Activar modo experto (en <a href=\"settings/features\">Ajustes > Características Adicionales</a>) para ajustar.";
+$a->strings["Miscellaneous Settings"] = "Ajustes diversos";
+$a->strings["Personal menu to display in your channel pages"] = "Menú personal que debe mostrarse en las páginas de su canal";
+$a->strings["Remove Channel"] = "Eliminar canal";
+$a->strings["Remove this channel."] = "Eliminar este canal.";
+$a->strings["First Name"] = "Nombre";
+$a->strings["Last Name"] = "Apellido";
+$a->strings["Nickname"] = "Alias";
+$a->strings["Full Name"] = "Nombre completo";
+$a->strings["Profile Photo 16px"] = "Foto de perfil 16px";
+$a->strings["Profile Photo 32px"] = "Foto de perfil 32px";
+$a->strings["Profile Photo 48px"] = "Foto de perfil 48px";
+$a->strings["Profile Photo 64px"] = "Foto de perfil 64px";
+$a->strings["Profile Photo 80px"] = "Foto de perfil 80px";
+$a->strings["Profile Photo 128px"] = "Foto de 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["Conversation removed."] = "Conversación eliminada.";
+$a->strings["No messages."] = "Sin mensajes.";
+$a->strings["Delete conversation"] = "Eliminar conversación";
+$a->strings["D, d M Y - g:i A"] = "D d M Y - G:i";
+$a->strings["Set your current mood and tell your friends"] = "Describir su estado de ánimo para comunicárselo a sus amigos";
+$a->strings["Total votes"] = "Total de votos";
+$a->strings["Average Rating"] = "Valoración media";
+$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["is now connected to"] = "ahora está conectado a";
+$a->strings["Could not access address book record."] = "No se pudo acceder a la entrada en su libreta de direcciones.";
+$a->strings["Refresh failed - channel is currently unavailable."] = "Recarga fallida - no se puede encontrar actualmente el canal";
+$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 Afinidad";
+$a->strings["Set Profile"] = "Ajustar Perfil";
+$a->strings["Set Affinity & Profile"] = "Ajustar Afinidad y Perfil";
+$a->strings["Apply these permissions automatically"] = "Aplicar estos permisos automaticamente";
+$a->strings["This connection's address is"] = "Esta dirección de conexión es";
+$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/, leave blank to import all posts"] = "Palabras, una por línea o #etiquetas o /patrones/, dejar en blanco para importar todas las entradas";
+$a->strings["Do not import posts with this text"] = "No importes entradas conteniendo 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"] = "Petición de Conexión";
+$a->strings["(%s) would like to connect with you. Please approve this connection to allow communication."] = "(%s) desearía conectar contigo. por favor, aprueba 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 impacto hasta que cambie los ajustes heredados.";
+$a->strings["Last update:"] = "Última actualización:";
+$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 proporcionaste. por favor, comprueba la escritura correcta de la ID.";
+$a->strings["The error message was:"] = "El mensaje de error fue:";
+$a->strings["Authentication failed."] = "Falló la autenticación.";
+$a->strings["Remote Authentication"] = "Autenticación Remota";
+$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Introduzca la dirección del canal (p.e. channel@example.com)";
+$a->strings["Authenticate"] = "Identifíquese";
+$a->strings["Unable to lookup recipient."] = "No ha sido posible de ";
+$a->strings["Unable to communicate with requested channel."] = "Incapaz de comunicar con el canal solicitado.";
+$a->strings["Cannot verify requested channel."] = "No puedo verificar el canal solicitado.";
+$a->strings["Selected channel has private message restrictions. Send failed."] = "El canal seleccionado tiene restricciones sobre los mensajes privados. El envió falló.";
+$a->strings["Message deleted."] = "Mensaje eliminado.";
+$a->strings["Message recalled."] = "Mensaje recuperado.";
+$a->strings["Send Private Message"] = "Envía un Mensaje Privado";
+$a->strings["To:"] = "Para:";
+$a->strings["Subject:"] = "Asunto:";
+$a->strings["Send"] = "Envia";
+$a->strings["Message not found."] = "No se encuentra el mensaje.";
+$a->strings["Delete message"] = "Mensaje eliminado";
+$a->strings["Recall message"] = "Mensaje recuperado";
+$a->strings["Message has been recalled."] = "El mensaje ha sido recuperado.";
+$a->strings["Private Conversation"] = "Conversación Privada";
+$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 de perfil del remitente.";
+$a->strings["Send Reply"] = "Envía Respuesta";
+$a->strings["Invalid request identifier."] = "Petición inválida del identificador.";
+$a->strings["Discard"] = "Descarta";
+$a->strings["Please login."] = "Por favor, inicia sesión.";
+$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "La autenticación remota está bloqueada. Ha iniciado sesión localmente. Por favor, salga de la sesión y vuelva a intentarlo.";
+$a->strings["Add a Channel"] = "Añade 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 es su propia colección de páginas web relacionadas. Un canal 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["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = "Ejemplos: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" ";
+$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) el cual 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 comunidad) y la privacidad que requiera, así podemos seleccionar el mejor conjunto de permisos para usted";
+$a->strings["Channel Type"] = "Tipo de Canal";
+$a->strings["Read more about roles"] = "Lea más sobre los roles";
+$a->strings["App installed."] = "Aplicación instalada.";
+$a->strings["Malformed app."] = "Aplicación malformada";
+$a->strings["Embed code"] = "codigo embebido";
+$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"] = "Foto del icono URL";
+$a->strings["80 x 80 pixels - optional"] = "80 x 80 pixels - opcional";
+$a->strings["Version ID"] = "Versión ID";
+$a->strings["Price of app"] = "Precio de la aplicación";
+$a->strings["Location (URL) to purchase app"] = "Ubicación (URL) para conseguir la aplicación";
+$a->strings["sent you a private message"] = "envia un mensaje privado";
+$a->strings["added your channel"] = "se añadió su canal";
+$a->strings["posted an event"] = "Se publicó un evento";
+$a->strings["Comanche page description language help"] = "Página de ayuda de la descripción del lenguaje Comanche";
+$a->strings["Layout Description"] = "Descripción del Formato Gráfico";
+$a->strings["Download PDL file"] = "Descarga el fichero PDL";
+$a->strings["Welcome to %s"] = "Bienvenido a %s";
+$a->strings["Lorem Ipsum"] = "Lorem Ipsum";
+$a->strings["Bookmark added"] = "Marcador añadido";
+$a->strings["My Bookmarks"] = "Mis Marcadores";
+$a->strings["My Connections Bookmarks"] = "Mis Marcadores de Conexiones";
+$a->strings["Insufficient permissions. Request redirected to profile page."] = "Permisos insuficientes. Petición redirigida a la página de perfil.";
+$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 convertir su canal en inoperable. Por favor, abandone la página excepto que esté seguro y sepa cómo usar correctamente esta característica.";
+$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["Poll"] = "Sondea";
+$a->strings["View Results"] = "Mostrar Resultados";
+$a->strings["No service class restrictions found."] = "No se han encontrado clases de restricción de servicio.";
+$a->strings["Files: shared with me"] = "Ficheros: compartidos conmigo";
+$a->strings["NEW"] = "NUEVO";
+$a->strings["Remove all files"] = "Borrar todos los ficheros";
+$a->strings["Remove this file"] = "Borra este archivo";
+$a->strings["Schema Default"] = "Esquema Predeterminado";
+$a->strings["Sans-Serif"] = "Sans-Serif";
+$a->strings["Monospace"] = "Monospace";
+$a->strings["Theme settings"] = "Ajustes de tema";
+$a->strings["Set scheme"] = "Ajustar esquema";
+$a->strings["Set font-size for posts and comments"] = "Ajustar el tamaño del tipo de letra para entradas y comentarios";
+$a->strings["Set font face"] = "Ajustar el tipo de letra";
+$a->strings["Set iconset"] = "Ajustar el conjunto de iconos";
+$a->strings["Set big shadow size, default 15px 15px 15px"] = "Ajustar el sombreado grande, por defecto 15px 15px 15px";
+$a->strings["Set small shadow size, default 5px 5px 5px"] = "Ajustar el sombreado pequeño, por defecto 5px 5px 5px";
+$a->strings["Set shadow color, default #000"] = "Ajustar el color del sombreado, predeterminado a #000";
+$a->strings["Set radius size, default 5px"] = "Ajusta el tamaño del radio, predeterminado a 5px";
+$a->strings["Set line-height for posts and comments"] = "Ajustar la altura de linea para entradas y comentarios";
+$a->strings["Set background image"] = "Ajusta la imagen de fondo";
+$a->strings["Set background attachment"] = "Ajustar el fondo adjuntado";
+$a->strings["Set background color"] = "Ajustar el color de fondo";
+$a->strings["Set section background image"] = "Ajustar la imagen de la sección del fondo";
+$a->strings["Set section background color"] = "Ajustar el color de la sección del fondo";
+$a->strings["Set color of items - use hex"] = "Ajustar el color de los elementos - utilizar código hexadecimal";
+$a->strings["Set color of links - use hex"] = "Ajusta el color de los enlaces - utilizar código hexadecimal";
+$a->strings["Set max-width for items. Default 400px"] = "Ajustar la anchura máxima para los elementos. Predeterminado a 400px";
+$a->strings["Set min-width for items. Default 240px"] = "Ajustar la anchura mínima para los elementos. Predeterminado a 240px";
+$a->strings["Set the generic content wrapper width. Default 48%"] = "Ajustar el ancho de la envoltura del contenido genérico. Predeterminado 48%";
+$a->strings["Set color of fonts - use hex"] = "Ajustar el color del tipo de letra - utiliza código hexadecimal";
+$a->strings["Set background-size element"] = "Ajustar el tamaño de fondo del elemento";
+$a->strings["Item opacity"] = "Opacidad del elemento";
+$a->strings["Display post previews only"] = "Muestra solo las previsualizaciones de las entradas";
+$a->strings["Display side bar on channel page"] = "Muestra la barra lateral en la página del canal";
+$a->strings["Colour of the navigation bar"] = "Color de la barra de navegación";
+$a->strings["Item float"] = "Elemento flotante";
+$a->strings["Left offset of the section element"] = "Desplazamiento izquierdo del elemento de la sección";
+$a->strings["Right offset of the section element"] = "Desplazamiento derecho del elemento de la sección";
+$a->strings["Section width"] = "Ancho de la sección";
+$a->strings["Left offset of the aside"] = "Desplazamiento izquierdo del lateral";
+$a->strings["Right offset of the aside element"] = "Desplazamiento derecho del elemento lateral";
+$a->strings["Light (Red Matrix default)"] = "Ligero (Red Matrix predeterminado)";
+$a->strings["Select scheme"] = "Elija un esquema";
+$a->strings["Narrow navbar"] = "Limita la barra de navegación";
+$a->strings["Navigation bar background color"] = "Color de fondo de la barra de navegación";
+$a->strings["Navigation bar gradient top color"] = "Color superior del gradiente de la barra de navegación";
+$a->strings["Navigation bar gradient bottom color"] = "Color inferior del gradiente de la barra de navegación";
+$a->strings["Navigation active button gradient top color"] = "Color superior del gradiente del botón activo de navegación";
+$a->strings["Navigation active button gradient bottom color"] = "Color inferior del gradiente del botón activo de navegación";
+$a->strings["Navigation bar border color "] = "Color del borde de la barra de navegación";
+$a->strings["Navigation bar icon color "] = "Color del icono de la barra de navegación";
+$a->strings["Navigation bar active icon color "] = "Color del icono activo de la barra de navegación";
+$a->strings["link color"] = "Color del enlace";
+$a->strings["Set font-color for banner"] = "Ajustar el color del tipo de letra para la pancarta";
+$a->strings["Set the background color"] = "Ajustar el color de fondo";
+$a->strings["Set the background image"] = "Ajustar la imagen de fondo";
+$a->strings["Set the background color of items"] = "Ajustar el color de los elementos de fondo";
+$a->strings["Set the background color of comments"] = "Ajustar el color de fondo de los comentarios";
+$a->strings["Set the border color of comments"] = "Ajustar el color del borde de los comentarios";
+$a->strings["Set the indent for comments"] = "Ajusta la indentación de los comentarios";
+$a->strings["Set the basic color for item icons"] = "Ajustar el color básico para los iconos de los elementos";
+$a->strings["Set the hover color for item icons"] = "Ajustar el color flotante para los iconos de los elementos";
+$a->strings["Set font-size for the entire application"] = "Ajustar el tamaño del tipo de letra para toda la aplicación";
+$a->strings["Example: 14px"] = "Ejemplo: 14px";
+$a->strings["Set font-color for posts and comments"] = "Establecer el color de la fuente para publicaciones y comentarios";
+$a->strings["Set radius of corners"] = "Establecer el radio de curvatura de las esquinas";
+$a->strings["Set shadow depth of photos"] = "Ajustar la profundidad de sombras de las fotos";
+$a->strings["Set maximum width of content region in pixel"] = "Ajustar la anchura máxima de la región de contenido, en pixels";
+$a->strings["Leave empty for default width"] = "Dejar en blanco para la anchura predeterminada";
+$a->strings["Center page content"] = "Contenido del centro de la página";
+$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["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 Red Matrix"] = "Crear una cuenta para acceder a los servicios y aplicaciones dentro de la red";
+$a->strings["Password"] = "Contraseña";
+$a->strings["Remember me"] = "Recuérdeme";
+$a->strings["Forgot your password?"] = "¿Olvidó su contraseña?";
+$a->strings["toggle mobile"] = "cambiar a móvil";
+$a->strings["Website SSL certificate is not valid. Please correct."] = "El certificado SSL del sitio web no es válido. Por favor, corríjalo.";
+$a->strings["[red] Website SSL error for %s"] = "[red] SSL error de Sitio Web en %s";
+$a->strings["Cron/Scheduled tasks not running."] = "Las tareas de Cron/Planificador no funcionan.";
+$a->strings["[red] Cron tasks not running on %s"] = "[red] Las tareas de Cron no están funcionando en %s";
diff --git a/view/es/update_fail_eml.tpl b/view/es/update_fail_eml.tpl
index 61f44b1e6..6643947bb 100644
--- a/view/es/update_fail_eml.tpl
+++ b/view/es/update_fail_eml.tpl
@@ -1,13 +1,14 @@
Hey,
-I'm the web server at {{$sitename}};
+Soy el servidor web en {{$sitename}};
-The Hubzilla developers released update {{$update}} recently,
-but when I tried to install it, something went terribly wrong.
-This needs to be fixed soon and it requires human intervention.
-Please contact a Red developer if you can not figure out how to
-fix it on your own. My database might be invalid.
+Los desarrolladores de RedMatrix/Hubzilla han lanzado la actualización {{$update}} recientemente,
+pero cuando se intentaba instalar, alguna cosa ha ido terriblemente mal.
+Esto requiere intervención humana tan pronto como sea posible.
+Por favor, contacte con algún desarrollador de Red si no puede arreglarlo
+por sí mismo. Mi base se datos puede quedar inservible.
+
-The error message is '{{$error}}'.
+El mensaje de error ha sido el siguiente: '{{$error}}'.
-Apologies for the inconvenience,
- your web server at {{$siteurl}} \ No newline at end of file
+Disculpe por cualquier inconveniente causado,
+ su servidor web en {{$siteurl}}
diff --git a/view/pdl/mod_network.pdl b/view/pdl/mod_network.pdl
index 7a39017e3..b8817fd99 100644
--- a/view/pdl/mod_network.pdl
+++ b/view/pdl/mod_network.pdl
@@ -2,6 +2,7 @@
[region=aside]
[widget=collections][/widget]
+[widget=forums][/widget]
[widget=suggestions][/widget]
[widget=savedsearch][/widget]
[widget=filer][/widget]
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 046d8471b..702c7238e 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -2293,6 +2293,6 @@ nav .badge.mail-update:hover {
background-color: #337AB7;
}
-.channels_ckbx, .pending_ckbx, .users_ckbx {
+/*.channels_ckbx, .pending_ckbx, .users_ckbx {
margin-top: -5px !important;
-}
+}*/
diff --git a/view/tpl/admin_channels.tpl b/view/tpl/admin_channels.tpl
index a3390b179..8a2f4458a 100755
--- a/view/tpl/admin_channels.tpl
+++ b/view/tpl/admin_channels.tpl
@@ -32,7 +32,7 @@
<td class='channel_id'>{{$c.channel_id}}</td>
<td class='channel_name'><a href="channel/{{$c.channel_address}}">{{$c.channel_name}}</a></td>
<td class='channel_address'>{{$c.channel_address}}</td>
- <td class="checkbox"><input type="checkbox" class="channels_ckbx" id="id_channel_{{$c.channel_id}}" name="channel[]" value="{{$c.channel_id}}"/></td>
+ <td class="checkbox_bulkedit"><input type="checkbox" class="channels_ckbx" id="id_channel_{{$c.channel_id}}" name="channel[]" value="{{$c.channel_id}}"/></td>
<td class="tools">
<a href="{{$baseurl}}/admin/channels/block/{{$c.channel_id}}?t={{$form_security_token}}" class="btn btn-default btn-xs" title='{{if ($c.blocked)}}{{$unblock}}{{else}}{{$block}}{{/if}}'><i class='icon-ban-circle admin-icons {{if ($c.blocked)}}dim{{/if}}'></i></a>
<a href="{{$baseurl}}/admin/channels/code/{{$c.channel_id}}?t={{$form_security_token}}" class="btn btn-default btn-xs" title='{{if ($c.allowcode)}}{{$uncode}}{{else}}{{$code}}{{/if}}'><i class='icon-terminal admin-icons {{if ($c.allowcode)}}dim{{/if}}'></i></a>
diff --git a/view/tpl/admin_users.tpl b/view/tpl/admin_users.tpl
index aa0abb12f..f372911a0 100755
--- a/view/tpl/admin_users.tpl
+++ b/view/tpl/admin_users.tpl
@@ -31,7 +31,7 @@
<tr>
<td class="created">{{$u.account_created}}</td>
<td class="email">{{$u.account_email}}</td>
- <td class="checkbox"><input type="checkbox" class="pending_ckbx" id="id_pending_{{$u.hash}}" name="pending[]" value="{{$u.hash}}"></td>
+ <td class="checkbox_bulkedit"><input type="checkbox" class="pending_ckbx" id="id_pending_{{$u.hash}}" name="pending[]" value="{{$u.hash}}"></td>
<td class="tools">
<a href="{{$baseurl}}/regmod/allow/{{$u.hash}}" class="btn btn-default btn-xs" title="{{$approve}}"><i class="icon-thumbs-up-alt admin-icons"></i></a>
<a href="{{$baseurl}}/regmod/deny/{{$u.hash}}" class="btn btn-default btn-xs" title="{{$deny}}"><i class="icon-thumbs-down-alt admin-icons"></i></a>
@@ -71,7 +71,7 @@
<td class="login_date">{{$u.account_lastlog}}</td>
<td class="account_expires">{{$u.account_expires}}</td>
<td class="service_class">{{$u.account_service_class}}</td>
- <td class="checkbox"><input type="checkbox" class="users_ckbx" id="id_user_{{$u.account_id}}" name="user[]" value="{{$u.account_id}}"><input type="hidden" name="blocked[]" value="{{$u.blocked}}"></td>
+ <td class="checkbox_bulkedit"><input type="checkbox" class="users_ckbx" id="id_user_{{$u.account_id}}" name="user[]" value="{{$u.account_id}}"><input type="hidden" name="blocked[]" value="{{$u.blocked}}"></td>
<td class="tools">
<a href="{{$baseurl}}/admin/users/{{if ($u.blocked)}}un{{/if}}block/{{$u.account_id}}?t={{$form_security_token}}" class="btn btn-default btn-xs" title='{{if ($u.blocked)}}{{$unblock}}{{else}}{{$block}}{{/if}}'><i class="icon-ban-circle admin-icons{{if ($u.blocked)}} dim{{/if}}"></i></a><a href="{{$baseurl}}/admin/users/delete/{{$u.account_id}}?t={{$form_security_token}}" class="btn btn-default btn-xs" title='{{$delete}}' onclick="return confirm_delete('{{$u.name}}')"><i class="icon-trash admin-icons"></i></a>
</td>
diff --git a/view/tpl/item_import.tpl b/view/tpl/item_import.tpl
new file mode 100755
index 000000000..65de7fcaf
--- /dev/null
+++ b/view/tpl/item_import.tpl
@@ -0,0 +1,15 @@
+<h2>{{$title}}</h2>
+
+<form action="import_items" method="post" enctype="multipart/form-data" id="import-channel-form">
+
+ <div id="import-desc" class="descriptive-paragraph">{{$desc}}</div>
+
+ <label for="import-filename" id="label-import-filename" class="import-label" >{{$label_filename}}</label>
+ <input type="file" name="filename" id="import-filename" class="import-input" value="" />
+ <div id="import-filename-end" class="import-field-end"></div>
+
+ <input type="submit" name="submit" id="import-submit-button" value="{{$submit}}" />
+ <div id="import-submit-end" class="import-field-end"></div>
+
+</form>
+