]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #940 from annando/master
authorfabrixxm <fabrix.xm@gmail.com>
Wed, 23 Apr 2014 06:42:48 +0000 (08:42 +0200)
committerfabrixxm <fabrix.xm@gmail.com>
Wed, 23 Apr 2014 06:42:48 +0000 (08:42 +0200)
Bugfixes: 1. When posting shared feeds to Diaspora, the link vanished/2. The profile name detection had problems with feeds

28 files changed:
.htaccess
doc/Install.md
doc/de/BBCode.md [new file with mode: 0644]
doc/de/Home.md
include/text.php
mod/profiles.php
mod/register.php
util/messages.po
util/run_xgettext.sh
view/es/messages.po
view/es/strings.php
view/es/update_fail_eml.tpl [new file with mode: 0644]
view/is/update_fail_eml.tpl
view/nb-no/messages.po
view/nb-no/strings.php
view/nl/messages.po
view/nl/strings.php
view/ru/messages.po
view/ru/strings.php
view/templates/register.tpl
view/theme/quattro/Makefile
view/theme/quattro/dark/style.css
view/theme/quattro/green/style.css
view/theme/quattro/lilac/style.css
view/theme/quattro/quattro.less
view/theme/smoothly/style.css
view/theme/smoothly/theme.php
view/theme/smoothly/unsupported [new file with mode: 0644]

index b6b2538e713b7df861d9bdaec7353d5b82e0daa0..83d67e8f890b2d6315857481bac4587d50660092 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -1,6 +1,7 @@
 Options -Indexes
 AddType application/x-java-archive .jar
 AddType audio/ogg .oga
+#AddHandler php53-cgi .php
 
 <FilesMatch "\.(out|log)$">
 Deny from all
index 7f9330752e04faa1496c0d4e314cbeafac7b732d..4ef1e40e538d1c0a6b4c80ce55551ccf01cfc209 100644 (file)
@@ -15,7 +15,7 @@ local .htaccess file
     - PHP  5.2+. The later the better. You'll need 5.3 for encryption of key exchange conversations. On a Windows environment, 5.2+ might not work as the function dns_get_record() is only available with version 5.3.
         - PHP *command line* access with register_argc_argv set to true in the
 php.ini file
-        - curl, gd, mysql, and openssl extensions
+        - curl, gd, mysql, hash and openssl extensions
         - some form of email server or email gateway such that PHP mail() works
         - mcrypt (optional; used for server-to-server message encryption)
 
diff --git a/doc/de/BBCode.md b/doc/de/BBCode.md
new file mode 100644 (file)
index 0000000..db22fb8
--- /dev/null
@@ -0,0 +1,138 @@
+Referenz der Friendica BBCode Tags
+========================\r
+\r
+* [Zur Startseite der Hilfe](help)\r
+\r
+Inline Tags\r
+-----\r
+\r
+\r
+<pre>[b]fett[/b]</pre> : <strong>fett</strong>
+\r
+<pre>[i]kursiv[/i]</pre> : <em>kursiv</em>
+\r
+<pre>[u]unterstrichen[/u]</pre> : <u>unterstrichen</u>
+\r
+<pre>[s]durchgestrichen[/s]</pre> : <strike>durchgestrichen</strike>
+\r
+<pre>[color=red]rot[/color]</pre> : <span style="color:  red;">rot</span>
+\r
+<pre>[url=http://www.friendica.com]Friendica[/url]</pre> : <a href="http://www.friendica.com" target="external-link">Friendica</a>
+\r
+<pre>[img]http://friendica.com/sites/default/files/friendika-32.png[/img]</pre> : <img src="http://friendica.com/sites/default/files/friendika-32.png" alt="Immagine/foto">
+\r
+<pre>[size=xx-small]kleiner Text[/size]</pre> : <span style="font-size: xx-small;">kleiner Text</span>
+\r
+<pre>[size=xx-large]gro&szlig; Text[/size]</pre> : <span style="font-size: xx-large;">gro&szlig;er Text</span>
+\r
+<pre>[size=20]exakte Textgr&ouml;&szlig;e[/size] (Textgr&ouml;&szlig;e kann jede Zahl sein, in Pixeln)</pre> :  <span style="font-size: 20px;">exakte Gr&ouml;&szlig;e</span>
+\r
+\r
+\r
+\r
+\r
+\r
+\r
+Block Tags\r
+-----\r
+\r
+<pre>[code]Code[/code]</pre>\r
+\r
+<code>Code</code>\r
+\r
+<p style="clear:both;">&nbsp;</p>\r
+\r
+<pre>[quote]Zitat[/quote]</pre>\r
+\r
+<blockquote>Zitat</blockquote>\r
+\r
+<p style="clear:both;">&nbsp;</p>\r
+\r
+<pre>[quote=Autor]Der Autor? Ich? Nein, nein, nein...[/quote]</pre>\r
+\r
+<strong class="author">Autor hat geschrieben:</strong><blockquote>Der Autor?  Ich? Nein, nein, nein...</blockquote>\r
+\r
+<p style="clear:both;">&nbsp;</p>\r
+\r
+<pre>[center]zentrierter Text[/center]</pre>\r
+\r
+<div style="text-align:center;">zentrierter Text</div>\r
+\r
+<p style="clear:both;">&nbsp;</p>\r
+\r
+**Tabelle**\r
+<pre>[table border=1]\r
+ [tr] \r
+   [th]Tabellenzeile[/th]\r
+ [/tr]\r
+ [tr]\r
+   [td]haben &Uuml;berschriften[/td]\r
+ [/tr]\r
+[/table]</pre>\r
+\r
+<table border="1"><tbody><tr><th>Tabellenzeile</th></tr><tr><td>haben &Uuml;berschriften</td></tr></tbody></table>\r
+\r
+<p style="clear:both;">&nbsp;</p>\r
+\r
+**Listen**\r
+\r
+<pre>[list]\r
+ [*] Erstes Listenelement\r
+ [*] Zweites Listenelement\r
+[/list]</pre>\r
+<ul class="listbullet" style="list-style-type: circle;">\r
+<li> Erstes Listenelement<br>\r
+</li>\r
+<li> Zweites Listenelement</li>\r
+</ul>\r
+\r
+[list] ist Equivalent zu [ul] (unsortierte Liste). \r
+\r
+[ol] kann anstelle von [list] verwendet werden um eine sortierte Liste zu erzeugen:\r
+\r
+<pre>[ol]\r
+ [*] Erstes Listenelement\r
+ [*] Zweites Listenelement\r
+[/ol]</pre>\r
+<ul class="listdecimal" style="list-style-type: decimal;"><li>Erstes Listenelement<br></li><li> Zweites Listenelement</li></ul>\r
+\r
+F&uuml;r weitere Optionen von sortierten Listen kann man den Stiel der Numerierung der Liste definieren:\r
+<pre>[list=1]</pre> : dezimal\r
+\r
+<pre>[list=i]</pre> : r&ouml;misch, Kleinbuchstaben\r
+\r
+<pre>[list=I]</pre> : r&ouml;misch, Gro&szlig;buchstaben\r
+\r
+<pre>[list=a]</pre> : alphabetisch, Kleinbuchstaben\r
+\r
+<pre>[list=A] </pre> : alphabethisch, Gro&szlig;buchstaben\r
+\r
+\r
+\r
+\r
+Einbettung von Inhalten\r
+------\r
+\r
+Man kann viele Dinge, z.B. Video und Audio Dateine, in Nachrichten einbetten.\r
+\r
+<pre>[video]url[/video]</pre>\r
+<pre>[audio]url[/audio]</pre>\r
+\r
+Wobei die *url* von youtube, vimeo, soundcloud oder einer anderen Seite stammen kann die die oembed oder opengraph Spezifikationen unterst&uuml;tzt.  Au&szlig;erdem kann *url* die genaue url zu einer ogg Datei sein, die dann per HTML5 eingebunden wird.
+\r
+<pre>[url]*url*[/url]</pre>\r
+\r
+Wenn *url* entweder oembed oder opengraph unterstützt wird das eingebettete
+Objekt (z.B. ein Dokument von scribd) eingebunden.
+Der Titel der Seite mit einem Link zur *url* wird ebenfalls angezeigt.
+\r
+\r
+\r
+Spezielle Tags\r
+-------\r
+\r
+Wenn du &uuml;ber BBCode Tags in einer Nachricht schreiben m&ouml;chtest, kannst du [noparse], [nobb] oder [pre] verwenden um den BBCode Tags vor der Evaluierung zu sch&uuml;tzen:
+\r
+<pre>[noparse][b]fett[/b][/noparse]</pre> : [b]fett[/b]\r
+\r
+\r
index 87f323d2fb3076e2a141cd43c0566ef6fad879db..fee7b6a58b7ffd8a9b48e9d8c2057e081ba76405 100644 (file)
@@ -7,6 +7,7 @@ Friendica - Dokumentation und Ressourcen
        * [Account - Basics](help/Account-Basics)
        * [Schnellstart für neue Benutzer](help/Quick-Start-guide)
        * [Beiträge erstellen](help/Text_editor)
+       * [Referenz der BBCode Elemente](help/BBCode)
        * [Beiträge kommentieren, einordnen und löschen](help/Text_comment)
        * [Profile](help/Profiles)
 * Du und andere Nutzer
index 3b35c0b7673e603f11fe8c35ec54248ae30b3e69..d515f28ca64266fd26e4dbda30ad6544be06c456 100644 (file)
@@ -218,14 +218,16 @@ function xmlify($str) {
                                break;
                }       
        }*/
-
+       /*
        $buffer = mb_ereg_replace("&", "&amp;", $str);
        $buffer = mb_ereg_replace("'", "&apos;", $buffer);
-       $buffer = mb_ereg_replace("\"", "&quot;", $buffer);
+       $buffer = mb_ereg_replace('"', "&quot;", $buffer);
        $buffer = mb_ereg_replace("<", "&lt;", $buffer);
        $buffer = mb_ereg_replace(">", "&gt;", $buffer);
-
+       */
+       $buffer = htmlspecialchars($str, ENT_QUOTES);
        $buffer = trim($buffer);
+       
        return($buffer);
 }}
 
@@ -238,11 +240,13 @@ if(! function_exists('unxmlify')) {
 function unxmlify($s) {
 //     $ret = str_replace('&amp;','&', $s);
 //     $ret = str_replace(array('&lt;','&gt;','&quot;','&apos;'),array('<','>','"',"'"),$ret);
-       $ret = mb_ereg_replace('&amp;', '&', $s);
+       /*$ret = mb_ereg_replace('&amp;', '&', $s);
        $ret = mb_ereg_replace('&apos;', "'", $ret);
        $ret = mb_ereg_replace('&quot;', '"', $ret);
        $ret = mb_ereg_replace('&lt;', "<", $ret);
        $ret = mb_ereg_replace('&gt;', ">", $ret);
+       */
+       $ret = htmlspecialchars_decode($s, ENT_QUOTES);
        return $ret;    
 }}
 
@@ -1129,7 +1133,7 @@ function smilies($s, $sample = false) {
                '<img class="smiley" src="' . $a->get_baseurl() . '/images/like.gif" alt=":like" />',
                '<img class="smiley" src="' . $a->get_baseurl() . '/images/dislike.gif" alt=":dislike" />',
                '<a href="http://friendica.com">~friendica <img class="smiley" src="' . $a->get_baseurl() . '/images/friendica-16.png" alt="~friendica" /></a>',
-               '<a href="http://friendica.com">red <img class="smiley" src="' . $a->get_baseurl() . '/images/rhash-16.png" alt="red" /></a>'
+               '<a href="http://redmatrix.me/">red <img class="smiley" src="' . $a->get_baseurl() . '/images/rhash-16.png" alt="red" /></a>'
        );
 
        $params = array('texts' => $texts, 'icons' => $icons, 'string' => $s);
index c700b8234c2d240cd08b7362751cf29804c401e7..06b85045001a5bcd41ca19cf6e1ed397d36e581f 100644 (file)
@@ -288,6 +288,10 @@ function profiles_post(&$a) {
 
                $sexual = notags(trim($_POST['sexual']));
                $homepage = notags(trim($_POST['homepage']));
+               if (strpos($homepage, 'http') !== 0) {
+                   // neither http nor https in URL, add them
+                   $homepage = 'http://'.$homepage;
+               }
                $hometown = notags(trim($_POST['hometown']));
                $politic = notags(trim($_POST['politic']));
                $religion = notags(trim($_POST['religion']));
index 1370eb42f1d9c7542bcd055009a0025e37b34d8d..5e011cb9a94a0edd358cb1aa1ccdb974e80a52e7 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 
 require_once('include/email.php');
+require_once('include/bbcode.php');
 
 if(! function_exists('register_post')) {
 function register_post(&$a) {
@@ -263,7 +264,7 @@ function register_content(&$a) {
                '$realpeople' => $realpeople,
                '$regtitle'  => t('Registration'),
                '$registertext' =>((x($a->config,'register_text'))
-                       ? '<div class="error-message">' . $a->config['register_text'] . '</div>'
+                       ? bbcode($a->config['register_text'])
                        : "" ),
                '$fillwith'  => $fillwith,
                '$fillext'   => $fillext,
index 8d506555187e6e70898dbc62a53bc091a163b80e..4d6c3deb444bb0f154ced5dad6a6c6bf564e4c53 100644 (file)
@@ -16,7 +16,6 @@ msgstr ""
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-#"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
 
 #: ../../object/Item.php:92
 msgid "This entry was edited"
index 554bba8472534e56822bfacd954532ca804112e3..ec11bbcb856beb38dba80b54afe85b4598ada984 100755 (executable)
@@ -63,7 +63,7 @@ then
        sed -i "s/PACKAGE VERSION//g" "$OUTFILE"
        sed -i "s/PACKAGE/Friendica $ADDONNAME addon/g" "$OUTFILE"
        sed -i "s/CHARSET/UTF-8/g" "$OUTFILE"
-       sed -i "s/^\"Plural-Forms/#\"Plural-Forms/g" "$OUTFILE"
+       sed -i "s/^\"Plural-Forms.*$//g" "$OUTFILE"
 else
        sed -i "s/SOME DESCRIPTIVE TITLE./FRIENDICA Distributed Social Network/g" "$OUTFILE"
        sed -i "s/YEAR THE PACKAGE'S COPYRIGHT HOLDER/2010, 2011, 2012, 2013 the Friendica Project/g" "$OUTFILE"
@@ -71,7 +71,7 @@ else
        sed -i "s/PACKAGE VERSION/$F9KVERSION/g" "$OUTFILE"
        sed -i "s/PACKAGE/Friendica/g" "$OUTFILE"
        sed -i "s/CHARSET/UTF-8/g" "$OUTFILE"
-       sed -i "s/^\"Plural-Forms/#\"Plural-Forms/g" "$OUTFILE"
+       sed -i "s/^\"Plural-Forms.*$//g" "$OUTFILE"
 fi
 
 echo "done."
index a6ecbbdfed54d6a12abcf6bb4a9195eecf6b2643..96cb55e9e26e58215658f36906012084813ceacd 100644 (file)
@@ -1,23 +1,38 @@
 # FRIENDICA Distributed Social Network
-# Copyright (C) 2010, 2011 the Friendica Project
+# Copyright (C) 2010, 2011, 2012, 2013 the Friendica Project
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
-#   <blackhalo@member.fsf.org>, 2011.
-# Carlos Solís <csolisr@gmail.com>, 2012.
-# David Martín Miranda, 2011.
-#   <juanma@kde.org.ar>, 2011, 2012.
-# Manuel Pérez <blackhalo@member.fsf.org>, 2011-2012.
-# Manuel Pérez Monís, 2011.
-# Mike Macgirvin, 2010.
-#   <tobias.diekershoff@gmx.net>, 2012.
+# bavatar <tobias.diekershoff@gmx.net>, 2011
+# Manuel Pérez <mpmonis@gmail.com>, 2011
+# Carlos Solís <csolisr@gmail.com>, 2012
+# David Martín Miranda, 2011
+# Erkan Yilmaz <erkan77@gmail.com>, 2011
+# Fabian Dost <friends@dostmusik.de>, 2012
+# Fabian Dost <friends@dostmusik.de>, 2012
+# greeneyedred <greeneyedred@googlemail.com>, 2012
+# Hauke Zühl <hzuehl@phone-talk.de>, 2012
+# Hauke Zühl <hzuehl@phone-talk.de>, 2011-2012
+# juanman <juanma@kde.org.ar>, 2011-2012
+# leberwurscht <leberwurscht@hoegners.de>, 2012
+# Manuel Pérez <mpmonis@gmail.com>, 2011-2012,2014
+# Manuel Pérez Monís, 2011
+# marmor <marmor69@web.de>, 2012
+# Martin Schmitt <mas@scsy.de>, 2012
+# MatthiasMoritz <matthias@matthiasmoritz.de>, 2012
+# Mike Macgirvin, 2010
+# Oliver <post@toktan.org>, 2012
+# Sennewood <sebastian@sebsen.net>, 2013
+# bavatar <tobias.diekershoff@gmx.net>, 2013
+# bavatar <tobias.diekershoff@gmx.net>, 2012
+# tschlotfeldt <ts+transifex@ml.tschlotfeldt.de>, 2011
 msgid ""
 msgstr ""
 "Project-Id-Version: friendica\n"
-"Report-Msgid-Bugs-To: http://bugs.friendica.com/\n"
-"POT-Creation-Date: 2012-10-30 10:00-0700\n"
-"PO-Revision-Date: 2012-11-01 12:11+0000\n"
-"Last-Translator: bavatar <tobias.diekershoff@gmx.net>\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-12-31 18:07+0100\n"
+"PO-Revision-Date: 2014-03-09 17:15+0000\n"
+"Last-Translator: Manuel Pérez <mpmonis@gmail.com>\n"
 "Language-Team: Spanish (http://www.transifex.com/projects/p/friendica/language/es/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -25,4554 +40,4488 @@ msgstr ""
 "Language: es\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../../mod/oexchange.php:25
-msgid "Post successful."
-msgstr "¡Publicado!"
+#: ../../object/Item.php:92
+msgid "This entry was edited"
+msgstr ""
 
-#: ../../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 "[Contenido incrustado - recarga la página para verlo]"
+#: ../../object/Item.php:113 ../../mod/content.php:619
+#: ../../mod/photos.php:1351
+msgid "Private Message"
+msgstr "Mensaje privado"
 
-#: ../../mod/crepair.php:102
-msgid "Contact settings applied."
-msgstr "Contacto configurado con éxito."
+#: ../../object/Item.php:117 ../../mod/editpost.php:109
+#: ../../mod/content.php:727 ../../mod/settings.php:663
+msgid "Edit"
+msgstr "Editar"
 
-#: ../../mod/crepair.php:104
-msgid "Contact update failed."
-msgstr "Error al actualizar el Contacto."
+#: ../../object/Item.php:126 ../../mod/content.php:437
+#: ../../mod/content.php:739 ../../include/conversation.php:611
+msgid "Select"
+msgstr "Seleccionar"
 
-#: ../../mod/crepair.php:115 ../../mod/wall_attach.php:55
-#: ../../mod/fsuggest.php:78 ../../mod/events.php:140 ../../mod/api.php:26
-#: ../../mod/api.php:31 ../../mod/photos.php:132 ../../mod/photos.php:994
-#: ../../mod/editpost.php:10 ../../mod/install.php:151 ../../mod/poke.php:135
-#: ../../mod/notifications.php:66 ../../mod/contacts.php:146
-#: ../../mod/settings.php:86 ../../mod/settings.php:525
-#: ../../mod/settings.php:530 ../../mod/manage.php:90 ../../mod/network.php:6
-#: ../../mod/notes.php:20 ../../mod/wallmessage.php:9
-#: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79
-#: ../../mod/wallmessage.php:103 ../../mod/attach.php:33
-#: ../../mod/group.php:19 ../../mod/viewcontacts.php:22
-#: ../../mod/register.php:38 ../../mod/regmod.php:116 ../../mod/item.php:126
-#: ../../mod/item.php:142 ../../mod/mood.php:114
-#: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:169
-#: ../../mod/profile_photo.php:180 ../../mod/profile_photo.php:193
-#: ../../mod/message.php:38 ../../mod/message.php:168
-#: ../../mod/allfriends.php:9 ../../mod/nogroup.php:25
-#: ../../mod/wall_upload.php:64 ../../mod/follow.php:9
-#: ../../mod/display.php:141 ../../mod/profiles.php:7
-#: ../../mod/profiles.php:424 ../../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:510
-#: ../../addon/facebook/facebook.php:516 ../../addon/fbpost/fbpost.php:159
-#: ../../addon/fbpost/fbpost.php:165
-#: ../../addon/dav/friendica/layout.fnk.php:354 ../../include/items.php:3914
-#: ../../index.php:319 ../../addon.old/facebook/facebook.php:510
-#: ../../addon.old/facebook/facebook.php:516
-#: ../../addon.old/fbpost/fbpost.php:159 ../../addon.old/fbpost/fbpost.php:165
-#: ../../addon.old/dav/friendica/layout.fnk.php:354
-msgid "Permission denied."
-msgstr "Permiso denegado."
+#: ../../object/Item.php:127 ../../mod/admin.php:907 ../../mod/content.php:438
+#: ../../mod/content.php:740 ../../mod/contacts.php:695
+#: ../../mod/settings.php:664 ../../mod/group.php:171
+#: ../../mod/photos.php:1637 ../../include/conversation.php:612
+msgid "Delete"
+msgstr "Eliminar"
 
-#: ../../mod/crepair.php:129 ../../mod/fsuggest.php:20
-#: ../../mod/fsuggest.php:92 ../../mod/dfrn_confirm.php:118
-msgid "Contact not found."
-msgstr "Contacto no encontrado."
+#: ../../object/Item.php:130 ../../mod/content.php:762
+msgid "save to folder"
+msgstr "grabado en directorio"
 
-#: ../../mod/crepair.php:135
-msgid "Repair Contact Settings"
-msgstr "Reparar la configuración del Contacto"
+#: ../../object/Item.php:192 ../../mod/content.php:752
+msgid "add star"
+msgstr "Añadir estrella"
 
-#: ../../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>ADVERTENCIA: Esto es muy avanzado</strong> y si se introduce información incorrecta tu conexión con este contacto puede dejar de funcionar."
+#: ../../object/Item.php:193 ../../mod/content.php:753
+msgid "remove star"
+msgstr "Quitar estrella"
 
-#: ../../mod/crepair.php:138
-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."
+#: ../../object/Item.php:194 ../../mod/content.php:754
+msgid "toggle star status"
+msgstr "Añadir a destacados"
 
-#: ../../mod/crepair.php:144
-msgid "Return to contact editor"
-msgstr "Volver al editor de contactos"
+#: ../../object/Item.php:197 ../../mod/content.php:757
+msgid "starred"
+msgstr "marcados con estrellas"
 
-#: ../../mod/crepair.php:148 ../../mod/settings.php:545
-#: ../../mod/settings.php:571 ../../mod/admin.php:692 ../../mod/admin.php:702
-msgid "Name"
-msgstr "Nombre"
+#: ../../object/Item.php:202 ../../mod/content.php:758
+msgid "add tag"
+msgstr "añadir etiqueta"
 
-#: ../../mod/crepair.php:149
-msgid "Account Nickname"
-msgstr "Apodo de la cuenta"
+#: ../../object/Item.php:213 ../../mod/content.php:683
+#: ../../mod/photos.php:1529
+msgid "I like this (toggle)"
+msgstr "Me gusta esto (cambiar)"
 
-#: ../../mod/crepair.php:150
-msgid "@Tagname - overrides Name/Nickname"
-msgstr "@Etiqueta - Sobrescribe el Nombre/Apodo"
+#: ../../object/Item.php:213 ../../mod/content.php:683
+msgid "like"
+msgstr "me gusta"
 
-#: ../../mod/crepair.php:151
-msgid "Account URL"
-msgstr "Dirección de la cuenta"
+#: ../../object/Item.php:214 ../../mod/content.php:684
+#: ../../mod/photos.php:1530
+msgid "I don't like this (toggle)"
+msgstr "No me gusta esto (cambiar)"
 
-#: ../../mod/crepair.php:152
-msgid "Friend Request URL"
-msgstr "Dirección de la solicitud de amistad"
+#: ../../object/Item.php:214 ../../mod/content.php:684
+msgid "dislike"
+msgstr "no me gusta"
 
-#: ../../mod/crepair.php:153
-msgid "Friend Confirm URL"
-msgstr "Dirección de confirmación de tu amigo "
+#: ../../object/Item.php:216 ../../mod/content.php:686
+msgid "Share this"
+msgstr "Compartir esto"
 
-#: ../../mod/crepair.php:154
-msgid "Notification Endpoint URL"
-msgstr "Dirección URL de la notificación"
+#: ../../object/Item.php:216 ../../mod/content.php:686
+msgid "share"
+msgstr "compartir"
 
-#: ../../mod/crepair.php:155
-msgid "Poll/Feed URL"
-msgstr "Dirección del Sondeo/Fuentes"
+#: ../../object/Item.php:278 ../../include/conversation.php:663
+msgid "Categories:"
+msgstr "Categorías:"
 
-#: ../../mod/crepair.php:156
-msgid "New photo from this URL"
-msgstr "Nueva foto de esta dirección"
+#: ../../object/Item.php:279 ../../include/conversation.php:664
+msgid "Filed under:"
+msgstr "Archivado en:"
 
-#: ../../mod/crepair.php:166 ../../mod/fsuggest.php:107
-#: ../../mod/events.php:455 ../../mod/photos.php:1027
-#: ../../mod/photos.php:1103 ../../mod/photos.php:1366
-#: ../../mod/photos.php:1406 ../../mod/photos.php:1449
-#: ../../mod/photos.php:1520 ../../mod/install.php:246
-#: ../../mod/install.php:284 ../../mod/localtime.php:45 ../../mod/poke.php:199
-#: ../../mod/content.php:693 ../../mod/contacts.php:348
-#: ../../mod/settings.php:543 ../../mod/settings.php:697
-#: ../../mod/settings.php:769 ../../mod/settings.php:976
-#: ../../mod/group.php:85 ../../mod/mood.php:137 ../../mod/message.php:294
-#: ../../mod/message.php:480 ../../mod/admin.php:443 ../../mod/admin.php:689
-#: ../../mod/admin.php:826 ../../mod/admin.php:1025 ../../mod/admin.php:1112
-#: ../../mod/profiles.php:594 ../../mod/invite.php:119
-#: ../../addon/fromgplus/fromgplus.php:40
-#: ../../addon/facebook/facebook.php:619
-#: ../../addon/snautofollow/snautofollow.php:64
-#: ../../addon/fbpost/fbpost.php:226 ../../addon/yourls/yourls.php:76
-#: ../../addon/ljpost/ljpost.php:93 ../../addon/nsfw/nsfw.php:88
-#: ../../addon/page/page.php:211 ../../addon/planets/planets.php:158
-#: ../../addon/uhremotestorage/uhremotestorage.php:89
-#: ../../addon/randplace/randplace.php:177 ../../addon/dwpost/dwpost.php:93
-#: ../../addon/remote_permissions/remote_permissions.php:47
-#: ../../addon/remote_permissions/remote_permissions.php:195
-#: ../../addon/startpage/startpage.php:92
-#: ../../addon/geonames/geonames.php:187
-#: ../../addon/forumlist/forumlist.php:175
-#: ../../addon/impressum/impressum.php:83
-#: ../../addon/notimeline/notimeline.php:64 ../../addon/blockem/blockem.php:57
-#: ../../addon/qcomment/qcomment.php:61
-#: ../../addon/openstreetmap/openstreetmap.php:70
-#: ../../addon/group_text/group_text.php:84
-#: ../../addon/libravatar/libravatar.php:99
-#: ../../addon/libertree/libertree.php:90 ../../addon/altpager/altpager.php:87
-#: ../../addon/mathjax/mathjax.php:42 ../../addon/editplain/editplain.php:84
-#: ../../addon/blackout/blackout.php:98 ../../addon/gravatar/gravatar.php:95
-#: ../../addon/pageheader/pageheader.php:55 ../../addon/ijpost/ijpost.php:93
-#: ../../addon/jappixmini/jappixmini.php:307
-#: ../../addon/statusnet/statusnet.php:278
-#: ../../addon/statusnet/statusnet.php:292
-#: ../../addon/statusnet/statusnet.php:318
-#: ../../addon/statusnet/statusnet.php:325
-#: ../../addon/statusnet/statusnet.php:353
-#: ../../addon/statusnet/statusnet.php:576 ../../addon/tumblr/tumblr.php:90
-#: ../../addon/numfriends/numfriends.php:85 ../../addon/gnot/gnot.php:88
-#: ../../addon/wppost/wppost.php:110 ../../addon/showmore/showmore.php:48
-#: ../../addon/piwik/piwik.php:89 ../../addon/twitter/twitter.php:180
-#: ../../addon/twitter/twitter.php:209 ../../addon/twitter/twitter.php:394
-#: ../../addon/irc/irc.php:55 ../../addon/fromapp/fromapp.php:77
-#: ../../addon/blogger/blogger.php:102 ../../addon/posterous/posterous.php:103
-#: ../../view/theme/cleanzero/config.php:80
-#: ../../view/theme/diabook/theme.php:599
-#: ../../view/theme/diabook/config.php:152
-#: ../../view/theme/quattro/config.php:64 ../../view/theme/dispy/config.php:70
-#: ../../object/Item.php:558 ../../addon.old/fromgplus/fromgplus.php:40
-#: ../../addon.old/facebook/facebook.php:619
-#: ../../addon.old/snautofollow/snautofollow.php:64
-#: ../../addon.old/bg/bg.php:90 ../../addon.old/fbpost/fbpost.php:226
-#: ../../addon.old/yourls/yourls.php:76 ../../addon.old/ljpost/ljpost.php:93
-#: ../../addon.old/nsfw/nsfw.php:88 ../../addon.old/page/page.php:211
-#: ../../addon.old/planets/planets.php:158
-#: ../../addon.old/uhremotestorage/uhremotestorage.php:89
-#: ../../addon.old/randplace/randplace.php:177
-#: ../../addon.old/dwpost/dwpost.php:93 ../../addon.old/drpost/drpost.php:110
-#: ../../addon.old/startpage/startpage.php:92
-#: ../../addon.old/geonames/geonames.php:187
-#: ../../addon.old/oembed.old/oembed.php:41
-#: ../../addon.old/forumlist/forumlist.php:175
-#: ../../addon.old/impressum/impressum.php:83
-#: ../../addon.old/notimeline/notimeline.php:64
-#: ../../addon.old/blockem/blockem.php:57
-#: ../../addon.old/qcomment/qcomment.php:61
-#: ../../addon.old/openstreetmap/openstreetmap.php:70
-#: ../../addon.old/group_text/group_text.php:84
-#: ../../addon.old/libravatar/libravatar.php:99
-#: ../../addon.old/libertree/libertree.php:90
-#: ../../addon.old/altpager/altpager.php:87
-#: ../../addon.old/mathjax/mathjax.php:42
-#: ../../addon.old/editplain/editplain.php:84
-#: ../../addon.old/blackout/blackout.php:98
-#: ../../addon.old/gravatar/gravatar.php:95
-#: ../../addon.old/pageheader/pageheader.php:55
-#: ../../addon.old/ijpost/ijpost.php:93
-#: ../../addon.old/jappixmini/jappixmini.php:307
-#: ../../addon.old/statusnet/statusnet.php:278
-#: ../../addon.old/statusnet/statusnet.php:292
-#: ../../addon.old/statusnet/statusnet.php:318
-#: ../../addon.old/statusnet/statusnet.php:325
-#: ../../addon.old/statusnet/statusnet.php:353
-#: ../../addon.old/statusnet/statusnet.php:576
-#: ../../addon.old/tumblr/tumblr.php:90
-#: ../../addon.old/numfriends/numfriends.php:85
-#: ../../addon.old/gnot/gnot.php:88 ../../addon.old/wppost/wppost.php:110
-#: ../../addon.old/showmore/showmore.php:48 ../../addon.old/piwik/piwik.php:89
-#: ../../addon.old/twitter/twitter.php:180
-#: ../../addon.old/twitter/twitter.php:209
-#: ../../addon.old/twitter/twitter.php:394 ../../addon.old/irc/irc.php:55
-#: ../../addon.old/fromapp/fromapp.php:77
-#: ../../addon.old/blogger/blogger.php:102
-#: ../../addon.old/posterous/posterous.php:103
-msgid "Submit"
-msgstr "Envíar"
+#: ../../object/Item.php:287 ../../object/Item.php:288
+#: ../../mod/content.php:471 ../../mod/content.php:851
+#: ../../mod/content.php:852 ../../include/conversation.php:651
+#, php-format
+msgid "View %s's profile @ %s"
+msgstr "Ver perfil de %s @ %s"
 
-#: ../../mod/help.php:30
-msgid "Help:"
-msgstr "Ayuda:"
+#: ../../object/Item.php:289 ../../mod/content.php:853
+msgid "to"
+msgstr "a"
 
-#: ../../mod/help.php:34 ../../addon/dav/friendica/layout.fnk.php:225
-#: ../../include/nav.php:86 ../../addon.old/dav/friendica/layout.fnk.php:225
-msgid "Help"
-msgstr "Ayuda"
+#: ../../object/Item.php:290
+msgid "via"
+msgstr "vía"
 
-#: ../../mod/help.php:38 ../../index.php:228
-msgid "Not Found"
-msgstr "No se ha encontrado"
+#: ../../object/Item.php:291 ../../mod/content.php:854
+msgid "Wall-to-Wall"
+msgstr "Muro-A-Muro"
 
-#: ../../mod/help.php:41 ../../index.php:231
-msgid "Page not found."
-msgstr "Página no encontrada."
+#: ../../object/Item.php:292 ../../mod/content.php:855
+msgid "via Wall-To-Wall:"
+msgstr "via Muro-A-Muro:"
 
-#: ../../mod/wall_attach.php:69
+#: ../../object/Item.php:301 ../../mod/content.php:481
+#: ../../mod/content.php:863 ../../include/conversation.php:671
 #, php-format
-msgid "File exceeds size limit of %d"
-msgstr "El tamaño del archivo excede el límite de %d"
-
-#: ../../mod/wall_attach.php:110 ../../mod/wall_attach.php:121
-msgid "File upload failed."
-msgstr "Ha fallado la subida del archivo."
+msgid "%s from %s"
+msgstr "%s de %s"
 
-#: ../../mod/fsuggest.php:63
-msgid "Friend suggestion sent."
-msgstr "Solicitud de amistad enviada."
+#: ../../object/Item.php:319 ../../object/Item.php:635 ../../boot.php:685
+#: ../../mod/content.php:708 ../../mod/photos.php:1551
+#: ../../mod/photos.php:1595 ../../mod/photos.php:1678
+msgid "Comment"
+msgstr "Comentar"
 
-#: ../../mod/fsuggest.php:97
-msgid "Suggest Friends"
-msgstr "Sugerencias de amistad"
+#: ../../object/Item.php:322 ../../mod/wallmessage.php:156
+#: ../../mod/editpost.php:124 ../../mod/content.php:498
+#: ../../mod/content.php:882 ../../mod/message.php:334
+#: ../../mod/message.php:565 ../../mod/photos.php:1532
+#: ../../include/conversation.php:688 ../../include/conversation.php:1099
+msgid "Please wait"
+msgstr "Por favor, espera"
 
-#: ../../mod/fsuggest.php:99
+#: ../../object/Item.php:345 ../../mod/content.php:602
 #, php-format
-msgid "Suggest a friend for %s"
-msgstr "Recomienda un amigo a %s"
-
-#: ../../mod/events.php:66
-msgid "Event title and start time are required."
-msgstr "Título del evento y hora de inicio requeridas."
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] "%d comentario"
+msgstr[1] "%d comentarios"
 
-#: ../../mod/events.php:279
-msgid "l, F j"
-msgstr "l, F j"
+#: ../../object/Item.php:347 ../../object/Item.php:360
+#: ../../mod/content.php:604 ../../include/text.php:1928
+msgid "comment"
+msgid_plural "comments"
+msgstr[0] ""
+msgstr[1] "Comentario"
 
-#: ../../mod/events.php:301
-msgid "Edit event"
-msgstr "Editar evento"
+#: ../../object/Item.php:348 ../../boot.php:686 ../../mod/content.php:605
+#: ../../include/contact_widgets.php:204
+msgid "show more"
+msgstr "ver más"
 
-#: ../../mod/events.php:323 ../../include/text.php:1185
-msgid "link to source"
-msgstr "Enlace al original"
+#: ../../object/Item.php:633 ../../mod/content.php:706
+#: ../../mod/photos.php:1549 ../../mod/photos.php:1593
+#: ../../mod/photos.php:1676
+msgid "This is you"
+msgstr "Este eres tú"
 
-#: ../../mod/events.php:347 ../../view/theme/diabook/theme.php:90
-#: ../../include/nav.php:52 ../../boot.php:1701
-msgid "Events"
-msgstr "Eventos"
+#: ../../object/Item.php:636 ../../view/theme/perihel/config.php:95
+#: ../../view/theme/diabook/theme.php:633
+#: ../../view/theme/diabook/config.php:148
+#: ../../view/theme/quattro/config.php:64 ../../view/theme/dispy/config.php:70
+#: ../../view/theme/clean/config.php:71
+#: ../../view/theme/cleanzero/config.php:80 ../../mod/mood.php:137
+#: ../../mod/install.php:248 ../../mod/install.php:286
+#: ../../mod/crepair.php:171 ../../mod/content.php:709
+#: ../../mod/contacts.php:458 ../../mod/profiles.php:630
+#: ../../mod/message.php:335 ../../mod/message.php:564
+#: ../../mod/localtime.php:45 ../../mod/photos.php:1078
+#: ../../mod/photos.php:1199 ../../mod/photos.php:1501
+#: ../../mod/photos.php:1552 ../../mod/photos.php:1596
+#: ../../mod/photos.php:1679 ../../mod/poke.php:199 ../../mod/events.php:478
+#: ../../mod/fsuggest.php:107 ../../mod/invite.php:140
+#: ../../mod/manage.php:110
+msgid "Submit"
+msgstr "Envíar"
 
-#: ../../mod/events.php:348
-msgid "Create New Event"
-msgstr "Crea un evento nuevo"
+#: ../../object/Item.php:637 ../../mod/content.php:710
+msgid "Bold"
+msgstr "Negrita"
 
-#: ../../mod/events.php:349 ../../addon/dav/friendica/layout.fnk.php:263
-#: ../../addon.old/dav/friendica/layout.fnk.php:263
-msgid "Previous"
-msgstr "Previo"
+#: ../../object/Item.php:638 ../../mod/content.php:711
+msgid "Italic"
+msgstr "Cursiva"
 
-#: ../../mod/events.php:350 ../../mod/install.php:205
-#: ../../addon/dav/friendica/layout.fnk.php:266
-#: ../../addon.old/dav/friendica/layout.fnk.php:266
-msgid "Next"
-msgstr "Siguiente"
+#: ../../object/Item.php:639 ../../mod/content.php:712
+msgid "Underline"
+msgstr "Subrayado"
 
-#: ../../mod/events.php:423
-msgid "hour:minute"
-msgstr "hora:minuto"
+#: ../../object/Item.php:640 ../../mod/content.php:713
+msgid "Quote"
+msgstr "Cita"
 
-#: ../../mod/events.php:433
-msgid "Event details"
-msgstr "Detalles del evento"
+#: ../../object/Item.php:641 ../../mod/content.php:714
+msgid "Code"
+msgstr "Código"
 
-#: ../../mod/events.php:434
-#, php-format
-msgid "Format is %s %s. Starting date and Title are required."
-msgstr "El formato es %s %s. Fecha de inicio y título son obligatorios."
+#: ../../object/Item.php:642 ../../mod/content.php:715
+msgid "Image"
+msgstr "Imagen"
 
-#: ../../mod/events.php:436
-msgid "Event Starts:"
-msgstr "Inicio del evento:"
+#: ../../object/Item.php:643 ../../mod/content.php:716
+msgid "Link"
+msgstr "Enlace"
 
-#: ../../mod/events.php:436 ../../mod/events.php:450
-msgid "Required"
-msgstr "Obligatorio"
+#: ../../object/Item.php:644 ../../mod/content.php:717
+msgid "Video"
+msgstr "Vídeo"
 
-#: ../../mod/events.php:439
-msgid "Finish date/time is not known or not relevant"
-msgstr "La fecha/hora de finalización no es conocida o es irrelevante."
+#: ../../object/Item.php:645 ../../mod/editpost.php:145
+#: ../../mod/content.php:718 ../../mod/photos.php:1553
+#: ../../mod/photos.php:1597 ../../mod/photos.php:1680
+#: ../../include/conversation.php:1116
+msgid "Preview"
+msgstr "Vista previa"
 
-#: ../../mod/events.php:441
-msgid "Event Finishes:"
-msgstr "Finalización del evento:"
+#: ../../index.php:199 ../../mod/apps.php:7
+msgid "You must be logged in to use addons. "
+msgstr ""
 
-#: ../../mod/events.php:444
-msgid "Adjust for viewer timezone"
-msgstr "Ajuste de zona horaria"
+#: ../../index.php:243 ../../mod/help.php:90
+msgid "Not Found"
+msgstr "No se ha encontrado"
 
-#: ../../mod/events.php:446
-msgid "Description:"
-msgstr "Descripción:"
+#: ../../index.php:246 ../../mod/help.php:93
+msgid "Page not found."
+msgstr "Página no encontrada."
 
-#: ../../mod/events.php:448 ../../mod/directory.php:134
-#: ../../include/event.php:40 ../../include/bb2diaspora.php:412
-#: ../../boot.php:1237
-msgid "Location:"
-msgstr "Localización:"
+#: ../../index.php:355 ../../mod/group.php:72 ../../mod/profperm.php:19
+msgid "Permission denied"
+msgstr "Permiso denegado"
 
-#: ../../mod/events.php:450
-msgid "Title:"
-msgstr "Título:"
+#: ../../index.php:356 ../../mod/mood.php:114 ../../mod/display.php:242
+#: ../../mod/register.php:40 ../../mod/dfrn_confirm.php:53
+#: ../../mod/api.php:26 ../../mod/api.php:31 ../../mod/wallmessage.php:9
+#: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79
+#: ../../mod/wallmessage.php:103 ../../mod/suggest.php:56
+#: ../../mod/network.php:6 ../../mod/install.php:151 ../../mod/editpost.php:10
+#: ../../mod/attach.php:33 ../../mod/regmod.php:118 ../../mod/crepair.php:117
+#: ../../mod/uimport.php:23 ../../mod/notes.php:20 ../../mod/contacts.php:240
+#: ../../mod/settings.php:96 ../../mod/settings.php:583
+#: ../../mod/settings.php:588 ../../mod/profiles.php:146
+#: ../../mod/profiles.php:571 ../../mod/group.php:19 ../../mod/follow.php:9
+#: ../../mod/message.php:38 ../../mod/message.php:174
+#: ../../mod/viewcontacts.php:22 ../../mod/photos.php:133
+#: ../../mod/photos.php:1044 ../../mod/wall_attach.php:55
+#: ../../mod/poke.php:135 ../../mod/wall_upload.php:66
+#: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:169
+#: ../../mod/profile_photo.php:180 ../../mod/profile_photo.php:193
+#: ../../mod/events.php:140 ../../mod/delegate.php:6 ../../mod/nogroup.php:25
+#: ../../mod/fsuggest.php:78 ../../mod/item.php:143 ../../mod/item.php:159
+#: ../../mod/notifications.php:66 ../../mod/invite.php:15
+#: ../../mod/invite.php:101 ../../mod/manage.php:96 ../../mod/allfriends.php:9
+#: ../../include/items.php:4215
+msgid "Permission denied."
+msgstr "Permiso denegado."
 
-#: ../../mod/events.php:452
-msgid "Share this event"
-msgstr "Comparte este evento"
+#: ../../index.php:415
+msgid "toggle mobile"
+msgstr "Cambiar a versión móvil"
 
-#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 ../../mod/editpost.php:142
-#: ../../mod/dfrn_request.php:847 ../../mod/settings.php:544
-#: ../../mod/settings.php:570 ../../addon/js_upload/js_upload.php:45
-#: ../../include/conversation.php:996
-#: ../../addon.old/js_upload/js_upload.php:45
-msgid "Cancel"
-msgstr "Cancelar"
+#: ../../view/theme/perihel/theme.php:33
+#: ../../view/theme/diabook/theme.php:123 ../../mod/notifications.php:93
+#: ../../include/nav.php:104 ../../include/nav.php:143
+msgid "Home"
+msgstr "Inicio"
 
-#: ../../mod/tagrm.php:41
-msgid "Tag removed"
-msgstr "Etiqueta eliminada"
+#: ../../view/theme/perihel/theme.php:33
+#: ../../view/theme/diabook/theme.php:123 ../../include/nav.php:76
+#: ../../include/nav.php:143
+msgid "Your posts and conversations"
+msgstr "Tus publicaciones y conversaciones"
 
-#: ../../mod/tagrm.php:79
-msgid "Remove Item Tag"
-msgstr "Eliminar etiqueta"
+#: ../../view/theme/perihel/theme.php:34
+#: ../../view/theme/diabook/theme.php:124 ../../boot.php:1967
+#: ../../mod/newmember.php:32 ../../mod/profperm.php:103
+#: ../../include/nav.php:77 ../../include/profile_advanced.php:7
+#: ../../include/profile_advanced.php:84
+msgid "Profile"
+msgstr "Perfil"
 
-#: ../../mod/tagrm.php:81
-msgid "Select a tag to remove: "
-msgstr "Selecciona una etiqueta para eliminar: "
+#: ../../view/theme/perihel/theme.php:34
+#: ../../view/theme/diabook/theme.php:124 ../../include/nav.php:77
+msgid "Your profile page"
+msgstr "Tu página de perfil"
 
-#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130
-#: ../../addon/dav/common/wdcal_edit.inc.php:468
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:468
-msgid "Remove"
-msgstr "Eliminar"
+#: ../../view/theme/perihel/theme.php:35
+#: ../../view/theme/diabook/theme.php:126 ../../boot.php:1974
+#: ../../mod/fbrowser.php:25 ../../include/nav.php:78
+msgid "Photos"
+msgstr "Fotografías"
 
-#: ../../mod/dfrn_poll.php:99 ../../mod/dfrn_poll.php:530
-#, php-format
-msgid "%s welcomes %s"
-msgstr "%s te da la bienvenida a %s"
+#: ../../view/theme/perihel/theme.php:35
+#: ../../view/theme/diabook/theme.php:126 ../../include/nav.php:78
+msgid "Your photos"
+msgstr "Tus fotos"
 
-#: ../../mod/api.php:76 ../../mod/api.php:102
-msgid "Authorize application connection"
-msgstr "Autorizar la conexión de la aplicación"
+#: ../../view/theme/perihel/theme.php:36
+#: ../../view/theme/diabook/theme.php:127 ../../boot.php:1991
+#: ../../mod/events.php:370 ../../include/nav.php:79
+msgid "Events"
+msgstr "Eventos"
 
-#: ../../mod/api.php:77
-msgid "Return to your app and insert this Securty Code:"
-msgstr "Regresa a tu aplicación e introduce este código de seguridad:"
-
-#: ../../mod/api.php:89
-msgid "Please login to continue."
-msgstr "Inicia sesión para continuar."
+#: ../../view/theme/perihel/theme.php:36
+#: ../../view/theme/diabook/theme.php:127 ../../include/nav.php:79
+msgid "Your events"
+msgstr "Tus eventos"
 
-#: ../../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 "¿Quieres autorizar a esta aplicación el acceso a tus mensajes y contactos, y/o crear nuevas publicaciones para ti?"
+#: ../../view/theme/perihel/theme.php:37
+#: ../../view/theme/diabook/theme.php:128 ../../include/nav.php:80
+msgid "Personal notes"
+msgstr "Notas personales"
 
-#: ../../mod/api.php:105 ../../mod/dfrn_request.php:835
-#: ../../mod/settings.php:892 ../../mod/settings.php:898
-#: ../../mod/settings.php:906 ../../mod/settings.php:910
-#: ../../mod/settings.php:915 ../../mod/settings.php:921
-#: ../../mod/settings.php:927 ../../mod/settings.php:933
-#: ../../mod/settings.php:963 ../../mod/settings.php:964
-#: ../../mod/settings.php:965 ../../mod/settings.php:966
-#: ../../mod/settings.php:967 ../../mod/register.php:236
-#: ../../mod/profiles.php:574
-msgid "Yes"
-msgstr "Sí"
+#: ../../view/theme/perihel/theme.php:37
+#: ../../view/theme/diabook/theme.php:128 ../../include/nav.php:80
+msgid "Your personal photos"
+msgstr "Tus fotos personales"
 
-#: ../../mod/api.php:106 ../../mod/dfrn_request.php:836
-#: ../../mod/settings.php:892 ../../mod/settings.php:898
-#: ../../mod/settings.php:906 ../../mod/settings.php:910
-#: ../../mod/settings.php:915 ../../mod/settings.php:921
-#: ../../mod/settings.php:927 ../../mod/settings.php:933
-#: ../../mod/settings.php:963 ../../mod/settings.php:964
-#: ../../mod/settings.php:965 ../../mod/settings.php:966
-#: ../../mod/settings.php:967 ../../mod/register.php:237
-#: ../../mod/profiles.php:575
-msgid "No"
-msgstr "No"
+#: ../../view/theme/perihel/theme.php:38
+#: ../../view/theme/diabook/theme.php:129 ../../mod/community.php:32
+#: ../../include/nav.php:128
+msgid "Community"
+msgstr "Comunidad"
 
-#: ../../mod/photos.php:50 ../../boot.php:1694
-msgid "Photo Albums"
-msgstr "Álbum de Fotos"
+#: ../../view/theme/perihel/config.php:89
+#: ../../view/theme/diabook/theme.php:621
+#: ../../view/theme/diabook/config.php:142 ../../include/acl_selectors.php:327
+msgid "don't show"
+msgstr "no mostrar"
 
-#: ../../mod/photos.php:58 ../../mod/photos.php:153 ../../mod/photos.php:1008
-#: ../../mod/photos.php:1095 ../../mod/photos.php:1110
-#: ../../mod/photos.php:1562 ../../mod/photos.php:1574
-#: ../../addon/communityhome/communityhome.php:110
-#: ../../view/theme/diabook/theme.php:485
-#: ../../addon.old/communityhome/communityhome.php:110
-msgid "Contact Photos"
-msgstr "Foto del contacto"
+#: ../../view/theme/perihel/config.php:89
+#: ../../view/theme/diabook/theme.php:621
+#: ../../view/theme/diabook/config.php:142 ../../include/acl_selectors.php:326
+msgid "show"
+msgstr "mostrar"
 
-#: ../../mod/photos.php:65 ../../mod/photos.php:1126 ../../mod/photos.php:1612
-msgid "Upload New Photos"
-msgstr "Subir nuevas fotos"
+#: ../../view/theme/perihel/config.php:97
+#: ../../view/theme/diabook/config.php:150
+#: ../../view/theme/quattro/config.php:66 ../../view/theme/dispy/config.php:72
+#: ../../view/theme/clean/config.php:73
+#: ../../view/theme/cleanzero/config.php:82
+msgid "Theme settings"
+msgstr "Configuración del Tema"
 
-#: ../../mod/photos.php:78 ../../mod/settings.php:23
-msgid "everybody"
-msgstr "todos"
+#: ../../view/theme/perihel/config.php:98
+#: ../../view/theme/diabook/config.php:151
+#: ../../view/theme/dispy/config.php:73
+#: ../../view/theme/cleanzero/config.php:84
+msgid "Set font-size for posts and comments"
+msgstr "Tamaño del texto para publicaciones y comentarios"
 
-#: ../../mod/photos.php:142
-msgid "Contact information unavailable"
-msgstr "Información del contacto no disponible"
+#: ../../view/theme/perihel/config.php:99
+#: ../../view/theme/diabook/config.php:152
+#: ../../view/theme/dispy/config.php:74
+msgid "Set line-height for posts and comments"
+msgstr "Altura para las publicaciones y comentarios"
 
-#: ../../mod/photos.php:153 ../../mod/photos.php:675 ../../mod/photos.php:1095
-#: ../../mod/photos.php:1110 ../../mod/profile_photo.php:74
-#: ../../mod/profile_photo.php:81 ../../mod/profile_photo.php:88
-#: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296
-#: ../../mod/profile_photo.php:305
-#: ../../addon/communityhome/communityhome.php:111
-#: ../../view/theme/diabook/theme.php:486 ../../include/user.php:324
-#: ../../include/user.php:331 ../../include/user.php:338
-#: ../../addon.old/communityhome/communityhome.php:111
-msgid "Profile Photos"
-msgstr "Foto del perfil"
+#: ../../view/theme/perihel/config.php:100
+#: ../../view/theme/diabook/config.php:153
+msgid "Set resolution for middle column"
+msgstr "Resolución para la columna central"
 
-#: ../../mod/photos.php:163
-msgid "Album not found."
-msgstr "Álbum no encontrado."
+#: ../../view/theme/diabook/theme.php:125 ../../mod/contacts.php:680
+#: ../../include/nav.php:171
+msgid "Contacts"
+msgstr "Contactos"
 
-#: ../../mod/photos.php:181 ../../mod/photos.php:1104
-msgid "Delete Album"
-msgstr "Eliminar álbum"
+#: ../../view/theme/diabook/theme.php:125
+msgid "Your contacts"
+msgstr "Tus contactos"
 
-#: ../../mod/photos.php:244 ../../mod/photos.php:1367
-msgid "Delete Photo"
-msgstr "Eliminar foto"
+#: ../../view/theme/diabook/theme.php:130
+#: ../../view/theme/diabook/theme.php:544
+#: ../../view/theme/diabook/theme.php:624
+#: ../../view/theme/diabook/config.php:158
+msgid "Community Pages"
+msgstr "Páginas de Comunidad"
 
-#: ../../mod/photos.php:606
-msgid "was tagged in a"
-msgstr "ha sido etiquetado en"
+#: ../../view/theme/diabook/theme.php:391
+#: ../../view/theme/diabook/theme.php:626
+#: ../../view/theme/diabook/config.php:160
+msgid "Community Profiles"
+msgstr "Perfiles de la Comunidad"
 
-#: ../../mod/photos.php:606 ../../mod/like.php:145 ../../mod/subthread.php:87
-#: ../../mod/tagger.php:62 ../../addon/communityhome/communityhome.php:163
-#: ../../view/theme/diabook/theme.php:457 ../../include/text.php:1437
-#: ../../include/diaspora.php:1835 ../../include/conversation.php:125
-#: ../../include/conversation.php:253
-#: ../../addon.old/communityhome/communityhome.php:163
-msgid "photo"
-msgstr "foto"
+#: ../../view/theme/diabook/theme.php:412
+#: ../../view/theme/diabook/theme.php:630
+#: ../../view/theme/diabook/config.php:164
+msgid "Last users"
+msgstr "Últimos usuarios"
 
-#: ../../mod/photos.php:606
-msgid "by"
-msgstr "por"
+#: ../../view/theme/diabook/theme.php:441
+#: ../../view/theme/diabook/theme.php:632
+#: ../../view/theme/diabook/config.php:166
+msgid "Last likes"
+msgstr "Últimos \"me gusta\""
 
-#: ../../mod/photos.php:711 ../../addon/js_upload/js_upload.php:315
-#: ../../addon.old/js_upload/js_upload.php:315
-msgid "Image exceeds size limit of "
-msgstr "La imagen supera tamaño límite de "
+#: ../../view/theme/diabook/theme.php:463 ../../include/conversation.php:118
+#: ../../include/conversation.php:246 ../../include/text.php:1922
+msgid "event"
+msgstr "evento"
 
-#: ../../mod/photos.php:719
-msgid "Image file is empty."
-msgstr "El archivo de imagen está vacío."
+#: ../../view/theme/diabook/theme.php:466
+#: ../../view/theme/diabook/theme.php:475 ../../mod/tagger.php:62
+#: ../../mod/like.php:151 ../../mod/like.php:322 ../../mod/subthread.php:87
+#: ../../include/conversation.php:121 ../../include/conversation.php:130
+#: ../../include/conversation.php:249 ../../include/conversation.php:258
+#: ../../include/diaspora.php:1878
+msgid "status"
+msgstr "estado"
 
-#: ../../mod/photos.php:751 ../../mod/profile_photo.php:153
-#: ../../mod/wall_upload.php:110
-msgid "Unable to process image."
-msgstr "Imposible procesar la imagen."
+#: ../../view/theme/diabook/theme.php:471 ../../mod/tagger.php:62
+#: ../../mod/like.php:151 ../../mod/subthread.php:87
+#: ../../include/conversation.php:126 ../../include/conversation.php:254
+#: ../../include/text.php:1924 ../../include/diaspora.php:1878
+msgid "photo"
+msgstr "foto"
 
-#: ../../mod/photos.php:778 ../../mod/profile_photo.php:301
-#: ../../mod/wall_upload.php:136
-msgid "Image upload failed."
-msgstr "Error al subir la imagen."
+#: ../../view/theme/diabook/theme.php:480 ../../mod/like.php:168
+#: ../../include/conversation.php:137 ../../include/diaspora.php:1894
+#, php-format
+msgid "%1$s likes %2$s's %3$s"
+msgstr "A %1$s le gusta %3$s de %2$s"
 
-#: ../../mod/photos.php:864 ../../mod/community.php:18
-#: ../../mod/dfrn_request.php:760 ../../mod/viewcontacts.php:17
-#: ../../mod/display.php:7 ../../mod/search.php:86 ../../mod/directory.php:31
-msgid "Public access denied."
-msgstr "Acceso público denegado."
+#: ../../view/theme/diabook/theme.php:486
+#: ../../view/theme/diabook/theme.php:631
+#: ../../view/theme/diabook/config.php:165
+msgid "Last photos"
+msgstr "Últimas fotos"
 
-#: ../../mod/photos.php:874
-msgid "No photos selected"
-msgstr "Ninguna foto seleccionada"
+#: ../../view/theme/diabook/theme.php:499 ../../mod/photos.php:59
+#: ../../mod/photos.php:154 ../../mod/photos.php:1058
+#: ../../mod/photos.php:1183 ../../mod/photos.php:1206
+#: ../../mod/photos.php:1736 ../../mod/photos.php:1748
+msgid "Contact Photos"
+msgstr "Foto del contacto"
 
-#: ../../mod/photos.php:975
-msgid "Access to this item is restricted."
-msgstr "El acceso a este elemento está restringido."
+#: ../../view/theme/diabook/theme.php:500 ../../mod/photos.php:154
+#: ../../mod/photos.php:725 ../../mod/photos.php:1183
+#: ../../mod/photos.php:1206 ../../mod/profile_photo.php:74
+#: ../../mod/profile_photo.php:81 ../../mod/profile_photo.php:88
+#: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296
+#: ../../mod/profile_photo.php:305 ../../include/user.php:334
+#: ../../include/user.php:341 ../../include/user.php:348
+msgid "Profile Photos"
+msgstr "Foto del perfil"
 
-#: ../../mod/photos.php:1037
-#, php-format
-msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
-msgstr "Has usado %1$.2f MB de %2$.2f MB de tu álbum de fotos."
+#: ../../view/theme/diabook/theme.php:523
+#: ../../view/theme/diabook/theme.php:629
+#: ../../view/theme/diabook/config.php:163
+msgid "Find Friends"
+msgstr "Buscar amigos"
 
-#: ../../mod/photos.php:1040
-#, php-format
-msgid "You have used %1$.2f Mbytes of photo storage."
-msgstr "Has usado %1$.2f MB de tu álbum de fotos."
+#: ../../view/theme/diabook/theme.php:524
+msgid "Local Directory"
+msgstr "Directorio local"
 
-#: ../../mod/photos.php:1046
-msgid "Upload Photos"
-msgstr "Subir fotos"
+#: ../../view/theme/diabook/theme.php:525 ../../mod/directory.php:49
+msgid "Global Directory"
+msgstr "Directorio global"
 
-#: ../../mod/photos.php:1050 ../../mod/photos.php:1099
-msgid "New album name: "
-msgstr "Nombre del nuevo álbum: "
+#: ../../view/theme/diabook/theme.php:526 ../../include/contact_widgets.php:35
+msgid "Similar Interests"
+msgstr "Intereses similares"
 
-#: ../../mod/photos.php:1051
-msgid "or existing album name: "
-msgstr "o nombre de un álbum existente: "
+#: ../../view/theme/diabook/theme.php:527 ../../mod/suggest.php:66
+#: ../../include/contact_widgets.php:34
+msgid "Friend Suggestions"
+msgstr "Sugerencias de amigos"
 
-#: ../../mod/photos.php:1052
-msgid "Do not show a status post for this upload"
-msgstr "No actualizar tu estado con este envío"
+#: ../../view/theme/diabook/theme.php:528 ../../include/contact_widgets.php:37
+msgid "Invite Friends"
+msgstr "Invitar amigos"
 
-#: ../../mod/photos.php:1054 ../../mod/photos.php:1362
-msgid "Permissions"
-msgstr "Permisos"
+#: ../../view/theme/diabook/theme.php:544
+#: ../../view/theme/diabook/theme.php:648 ../../mod/newmember.php:22
+#: ../../mod/admin.php:1004 ../../mod/admin.php:1212 ../../mod/settings.php:79
+#: ../../mod/uexport.php:48 ../../include/nav.php:167
+msgid "Settings"
+msgstr "Configuración"
 
-#: ../../mod/photos.php:1114
-msgid "Edit Album"
-msgstr "Modificar álbum"
+#: ../../view/theme/diabook/theme.php:579
+#: ../../view/theme/diabook/theme.php:625
+#: ../../view/theme/diabook/config.php:159
+msgid "Earth Layers"
+msgstr "Minimapa"
 
-#: ../../mod/photos.php:1120
-msgid "Show Newest First"
-msgstr "Mostrar más nuevos primero"
+#: ../../view/theme/diabook/theme.php:584
+msgid "Set zoomfactor for Earth Layers"
+msgstr "Configurar zoom en Minimapa"
 
-#: ../../mod/photos.php:1122
-msgid "Show Oldest First"
-msgstr "Mostrar más antiguos primero"
+#: ../../view/theme/diabook/theme.php:585
+#: ../../view/theme/diabook/config.php:156
+msgid "Set longitude (X) for Earth Layers"
+msgstr "Configurar longitud (X) en Minimapa"
 
-#: ../../mod/photos.php:1146 ../../mod/photos.php:1595
-msgid "View Photo"
-msgstr "Ver foto"
+#: ../../view/theme/diabook/theme.php:586
+#: ../../view/theme/diabook/config.php:157
+msgid "Set latitude (Y) for Earth Layers"
+msgstr "Configurar latitud (Y) en Minimapa"
 
-#: ../../mod/photos.php:1181
-msgid "Permission denied. Access to this item may be restricted."
-msgstr "Permiso denegado. El acceso a este elemento puede estar restringido."
+#: ../../view/theme/diabook/theme.php:599
+#: ../../view/theme/diabook/theme.php:627
+#: ../../view/theme/diabook/config.php:161
+msgid "Help or @NewHere ?"
+msgstr "¿Ayuda o @NuevoAquí?"
 
-#: ../../mod/photos.php:1183
-msgid "Photo not available"
-msgstr "Foto no disponible"
+#: ../../view/theme/diabook/theme.php:606
+#: ../../view/theme/diabook/theme.php:628
+#: ../../view/theme/diabook/config.php:162
+msgid "Connect Services"
+msgstr "Servicios conectados"
 
-#: ../../mod/photos.php:1239
-msgid "View photo"
-msgstr "Ver foto"
+#: ../../view/theme/diabook/theme.php:622
+msgid "Show/hide boxes at right-hand column:"
+msgstr "Mostrar/Ocultar casillas en la columna derecha:"
 
-#: ../../mod/photos.php:1239
-msgid "Edit photo"
-msgstr "Modificar foto"
+#: ../../view/theme/diabook/config.php:154
+msgid "Set color scheme"
+msgstr "Configurar esquema de color"
 
-#: ../../mod/photos.php:1240
-msgid "Use as profile photo"
-msgstr "Usar como foto del perfil"
+#: ../../view/theme/diabook/config.php:155
+msgid "Set zoomfactor for Earth Layer"
+msgstr "Establecer zoom para Minimapa"
 
-#: ../../mod/photos.php:1246 ../../mod/content.php:603
-#: ../../object/Item.php:103
-msgid "Private Message"
-msgstr "Mensaje privado"
+#: ../../view/theme/quattro/config.php:67
+msgid "Alignment"
+msgstr "Alineación"
 
-#: ../../mod/photos.php:1265
-msgid "View Full Size"
-msgstr "Ver a tamaño completo"
+#: ../../view/theme/quattro/config.php:67
+msgid "Left"
+msgstr "Izquierda"
 
-#: ../../mod/photos.php:1339
-msgid "Tags: "
-msgstr "Etiquetas: "
+#: ../../view/theme/quattro/config.php:67
+msgid "Center"
+msgstr "Centrado"
 
-#: ../../mod/photos.php:1342
-msgid "[Remove any tag]"
-msgstr "[Borrar todas las etiquetas]"
+#: ../../view/theme/quattro/config.php:68 ../../view/theme/clean/config.php:76
+#: ../../view/theme/cleanzero/config.php:86
+msgid "Color scheme"
+msgstr "Esquema de color"
 
-#: ../../mod/photos.php:1352
-msgid "Rotate CW (right)"
-msgstr "Girar a la derecha"
+#: ../../view/theme/quattro/config.php:69
+msgid "Posts font size"
+msgstr ""
 
-#: ../../mod/photos.php:1353
-msgid "Rotate CCW (left)"
-msgstr "Girar a la izquierda"
+#: ../../view/theme/quattro/config.php:70
+msgid "Textareas font size"
+msgstr ""
 
-#: ../../mod/photos.php:1355
-msgid "New album name"
-msgstr "Nuevo nombre del álbum"
+#: ../../view/theme/dispy/config.php:75
+msgid "Set colour scheme"
+msgstr "Configurar esquema de color"
 
-#: ../../mod/photos.php:1358
-msgid "Caption"
-msgstr "Título"
+#: ../../view/theme/clean/config.php:54 ../../include/user.php:246
+#: ../../include/text.php:1658
+msgid "default"
+msgstr "predeterminado"
 
-#: ../../mod/photos.php:1360
-msgid "Add a Tag"
-msgstr "Añadir una etiqueta"
+#: ../../view/theme/clean/config.php:74
+msgid "Background Image"
+msgstr ""
 
-#: ../../mod/photos.php:1364
+#: ../../view/theme/clean/config.php:74
 msgid ""
-"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
-msgstr "Ejemplo: @juan, @Barbara_Ruiz, @julia@example.com, #California, #camping"
+"The URL to a picture (e.g. from your photo album) that should be used as "
+"background image."
+msgstr ""
 
-#: ../../mod/photos.php:1384 ../../mod/content.php:667
-#: ../../object/Item.php:196
-msgid "I like this (toggle)"
-msgstr "Me gusta esto (cambiar)"
+#: ../../view/theme/clean/config.php:75
+msgid "Background Color"
+msgstr ""
 
-#: ../../mod/photos.php:1385 ../../mod/content.php:668
-#: ../../object/Item.php:197
-msgid "I don't like this (toggle)"
-msgstr "No me gusta esto (cambiar)"
+#: ../../view/theme/clean/config.php:75
+msgid "HEX value for the background color. Don't include the #"
+msgstr ""
 
-#: ../../mod/photos.php:1386 ../../include/conversation.php:957
-msgid "Share"
-msgstr "Compartir"
+#: ../../view/theme/clean/config.php:77
+msgid "font size"
+msgstr ""
 
-#: ../../mod/photos.php:1387 ../../mod/editpost.php:118
-#: ../../mod/content.php:482 ../../mod/content.php:845
-#: ../../mod/wallmessage.php:152 ../../mod/message.php:293
-#: ../../mod/message.php:481 ../../include/conversation.php:620
-#: ../../include/conversation.php:976 ../../object/Item.php:258
-msgid "Please wait"
-msgstr "Por favor, espera"
+#: ../../view/theme/clean/config.php:77
+msgid "base font size for your interface"
+msgstr ""
 
-#: ../../mod/photos.php:1403 ../../mod/photos.php:1446
-#: ../../mod/photos.php:1517 ../../mod/content.php:690
-#: ../../object/Item.php:555
-msgid "This is you"
-msgstr "Este eres tú"
+#: ../../view/theme/cleanzero/config.php:83
+msgid "Set resize level for images in posts and comments (width and height)"
+msgstr "Configurar el tamaño de las imágenes en las publicaciones"
 
-#: ../../mod/photos.php:1405 ../../mod/photos.php:1448
-#: ../../mod/photos.php:1519 ../../mod/content.php:692 ../../boot.php:585
-#: ../../object/Item.php:557
-msgid "Comment"
-msgstr "Comentar"
+#: ../../view/theme/cleanzero/config.php:85
+msgid "Set theme width"
+msgstr "Establecer el ancho para el tema"
 
-#: ../../mod/photos.php:1407 ../../mod/photos.php:1450
-#: ../../mod/photos.php:1521 ../../mod/editpost.php:139
-#: ../../mod/content.php:702 ../../include/conversation.php:994
-#: ../../object/Item.php:567
-msgid "Preview"
-msgstr "Vista previa"
-
-#: ../../mod/photos.php:1489 ../../mod/content.php:439
-#: ../../mod/content.php:723 ../../mod/settings.php:606
-#: ../../mod/group.php:168 ../../mod/admin.php:696
-#: ../../include/conversation.php:565 ../../object/Item.php:117
-msgid "Delete"
-msgstr "Eliminar"
+#: ../../boot.php:684
+msgid "Delete this item?"
+msgstr "¿Eliminar este elemento?"
 
-#: ../../mod/photos.php:1601
-msgid "View Album"
-msgstr "Ver Álbum"
+#: ../../boot.php:687
+msgid "show fewer"
+msgstr "ver menos"
 
-#: ../../mod/photos.php:1610
-msgid "Recent Photos"
-msgstr "Fotos recientes"
+#: ../../boot.php:1015
+#, php-format
+msgid "Update %s failed. See error logs."
+msgstr "Falló la actualización de %s. Mira los registros de errores."
 
-#: ../../mod/community.php:23
-msgid "Not available."
-msgstr "No disponible"
+#: ../../boot.php:1017
+#, php-format
+msgid "Update Error at %s"
+msgstr "Error actualizado en %s"
 
-#: ../../mod/community.php:32 ../../view/theme/diabook/theme.php:92
-#: ../../include/nav.php:101
-msgid "Community"
-msgstr "Comunidad"
+#: ../../boot.php:1127
+msgid "Create a New Account"
+msgstr "Crear una nueva cuenta"
 
-#: ../../mod/community.php:61 ../../mod/community.php:86
-#: ../../mod/search.php:159 ../../mod/search.php:185
-msgid "No results."
-msgstr "Sin resultados."
+#: ../../boot.php:1128 ../../mod/register.php:278 ../../include/nav.php:108
+msgid "Register"
+msgstr "Registrarse"
 
-#: ../../mod/friendica.php:55
-msgid "This is Friendica, version"
-msgstr "Esto es Friendica, versión"
+#: ../../boot.php:1152 ../../include/nav.php:73
+msgid "Logout"
+msgstr "Salir"
 
-#: ../../mod/friendica.php:56
-msgid "running at web location"
-msgstr "ejecutándose en la dirección web"
+#: ../../boot.php:1153 ../../include/nav.php:91
+msgid "Login"
+msgstr "Acceder"
 
-#: ../../mod/friendica.php:58
-msgid ""
-"Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn "
-"more about the Friendica project."
-msgstr "Por favor, visita <a href=\"http://friendica.com\">Friendica.com</a> para saber más sobre el proyecto Friendica."
+#: ../../boot.php:1155
+msgid "Nickname or Email address: "
+msgstr "Apodo o dirección de email: "
 
-#: ../../mod/friendica.php:60
-msgid "Bug reports and issues: please visit"
-msgstr "Reporte de fallos y problemas: por favor visita"
+#: ../../boot.php:1156
+msgid "Password: "
+msgstr "Contraseña: "
 
-#: ../../mod/friendica.php:61
-msgid ""
-"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
-"dot com"
-msgstr "Sugerencias, elogios, donaciones, etc. por favor manda un correo a Info arroba Friendica punto com"
+#: ../../boot.php:1157
+msgid "Remember me"
+msgstr ""
 
-#: ../../mod/friendica.php:75
-msgid "Installed plugins/addons/apps:"
-msgstr "Módulos/extensiones/aplicaciones instalados:"
+#: ../../boot.php:1160
+msgid "Or login using OpenID: "
+msgstr "O inicia sesión usando OpenID: "
 
-#: ../../mod/friendica.php:88
-msgid "No installed plugins/addons/apps"
-msgstr "Módulos/extensiones/aplicaciones no instalados"
+#: ../../boot.php:1166
+msgid "Forgot your password?"
+msgstr "¿Olvidaste la contraseña?"
 
-#: ../../mod/editpost.php:17 ../../mod/editpost.php:27
-msgid "Item not found"
-msgstr "Elemento no encontrado"
+#: ../../boot.php:1167 ../../mod/lostpass.php:84
+msgid "Password Reset"
+msgstr "Restablecer la contraseña"
 
-#: ../../mod/editpost.php:36
-msgid "Edit post"
-msgstr "Editar publicación"
+#: ../../boot.php:1169
+msgid "Website Terms of Service"
+msgstr ""
 
-#: ../../mod/editpost.php:88 ../../include/conversation.php:943
-msgid "Post to Email"
-msgstr "Publicar mediante correo electrónico"
+#: ../../boot.php:1170
+msgid "terms of service"
+msgstr ""
 
-#: ../../mod/editpost.php:103 ../../mod/content.php:710
-#: ../../mod/settings.php:605 ../../object/Item.php:107
-msgid "Edit"
-msgstr "Editar"
+#: ../../boot.php:1172
+msgid "Website Privacy Policy"
+msgstr ""
 
-#: ../../mod/editpost.php:104 ../../mod/wallmessage.php:150
-#: ../../mod/message.php:291 ../../mod/message.php:478
-#: ../../include/conversation.php:958
-msgid "Upload photo"
-msgstr "Subir foto"
+#: ../../boot.php:1173
+msgid "privacy policy"
+msgstr ""
 
-#: ../../mod/editpost.php:105 ../../include/conversation.php:959
-msgid "upload photo"
-msgstr "subir imagen"
+#: ../../boot.php:1302
+msgid "Requested account is not available."
+msgstr "La cuenta solicitada no está disponible."
 
-#: ../../mod/editpost.php:106 ../../include/conversation.php:960
-msgid "Attach file"
-msgstr "Adjuntar archivo"
+#: ../../boot.php:1341 ../../mod/profile.php:21
+msgid "Requested profile is not available."
+msgstr "El perfil solicitado no está disponible."
 
-#: ../../mod/editpost.php:107 ../../include/conversation.php:961
-msgid "attach file"
-msgstr "adjuntar archivo"
+#: ../../boot.php:1381 ../../boot.php:1485
+msgid "Edit profile"
+msgstr "Editar perfil"
 
-#: ../../mod/editpost.php:108 ../../mod/wallmessage.php:151
-#: ../../mod/message.php:292 ../../mod/message.php:479
-#: ../../include/conversation.php:962
-msgid "Insert web link"
-msgstr "Insertar enlace"
+#: ../../boot.php:1433 ../../mod/suggest.php:88 ../../mod/match.php:58
+#: ../../include/contact_widgets.php:9
+msgid "Connect"
+msgstr "Conectar"
 
-#: ../../mod/editpost.php:109 ../../include/conversation.php:963
-msgid "web link"
-msgstr "enlace web"
+#: ../../boot.php:1447
+msgid "Message"
+msgstr "Mensaje"
 
-#: ../../mod/editpost.php:110 ../../include/conversation.php:964
-msgid "Insert video link"
-msgstr "Insertar enlace del vídeo"
+#: ../../boot.php:1455 ../../include/nav.php:169
+msgid "Profiles"
+msgstr "Perfiles"
 
-#: ../../mod/editpost.php:111 ../../include/conversation.php:965
-msgid "video link"
-msgstr "enlace de video"
+#: ../../boot.php:1455
+msgid "Manage/edit profiles"
+msgstr "Administrar/editar perfiles"
 
-#: ../../mod/editpost.php:112 ../../include/conversation.php:966
-msgid "Insert audio link"
-msgstr "Insertar vínculo del audio"
+#: ../../boot.php:1461 ../../boot.php:1487 ../../mod/profiles.php:726
+msgid "Change profile photo"
+msgstr "Cambiar foto del perfil"
 
-#: ../../mod/editpost.php:113 ../../include/conversation.php:967
-msgid "audio link"
-msgstr "enlace de audio"
+#: ../../boot.php:1462 ../../mod/profiles.php:727
+msgid "Create New Profile"
+msgstr "Crear nuevo perfil"
 
-#: ../../mod/editpost.php:114 ../../include/conversation.php:968
-msgid "Set your location"
-msgstr "Configurar tu localización"
+#: ../../boot.php:1472 ../../mod/profiles.php:738
+msgid "Profile Image"
+msgstr "Imagen del Perfil"
 
-#: ../../mod/editpost.php:115 ../../include/conversation.php:969
-msgid "set location"
-msgstr "establecer tu ubicación"
+#: ../../boot.php:1475 ../../mod/profiles.php:740
+msgid "visible to everybody"
+msgstr "Visible para todos"
 
-#: ../../mod/editpost.php:116 ../../include/conversation.php:970
-msgid "Clear browser location"
-msgstr "Borrar la localización del navegador"
+#: ../../boot.php:1476 ../../mod/profiles.php:741
+msgid "Edit visibility"
+msgstr "Editar visibilidad"
 
-#: ../../mod/editpost.php:117 ../../include/conversation.php:971
-msgid "clear location"
-msgstr "limpiar la localización"
+#: ../../boot.php:1501 ../../mod/directory.php:134 ../../mod/events.php:471
+#: ../../include/event.php:40 ../../include/bb2diaspora.php:415
+msgid "Location:"
+msgstr "Localización:"
 
-#: ../../mod/editpost.php:119 ../../include/conversation.php:977
-msgid "Permission settings"
-msgstr "Configuración de permisos"
+#: ../../boot.php:1503 ../../mod/directory.php:136
+#: ../../include/profile_advanced.php:17
+msgid "Gender:"
+msgstr "Género:"
 
-#: ../../mod/editpost.php:127 ../../include/conversation.php:986
-msgid "CC: email addresses"
-msgstr "CC: dirección de correo electrónico"
+#: ../../boot.php:1506 ../../mod/directory.php:138
+#: ../../include/profile_advanced.php:37
+msgid "Status:"
+msgstr "Estado:"
 
-#: ../../mod/editpost.php:128 ../../include/conversation.php:987
-msgid "Public post"
-msgstr "Publicación pública"
+#: ../../boot.php:1508 ../../mod/directory.php:140
+#: ../../include/profile_advanced.php:48
+msgid "Homepage:"
+msgstr "Página de inicio:"
 
-#: ../../mod/editpost.php:131 ../../include/conversation.php:973
-msgid "Set title"
-msgstr "Establecer el título"
+#: ../../boot.php:1584 ../../boot.php:1670
+msgid "g A l F d"
+msgstr "g A l F d"
 
-#: ../../mod/editpost.php:133 ../../include/conversation.php:975
-msgid "Categories (comma-separated list)"
-msgstr "Categorías (lista separada por comas)"
+#: ../../boot.php:1585 ../../boot.php:1671
+msgid "F d"
+msgstr "F d"
 
-#: ../../mod/editpost.php:134 ../../include/conversation.php:989
-msgid "Example: bob@example.com, mary@example.com"
-msgstr "Ejemplo: juan@ejemplo.com, sofia@ejemplo.com"
+#: ../../boot.php:1630 ../../boot.php:1711
+msgid "[today]"
+msgstr "[hoy]"
 
-#: ../../mod/dfrn_request.php:93
-msgid "This introduction has already been accepted."
-msgstr "Esta presentación ya ha sido aceptada."
+#: ../../boot.php:1642
+msgid "Birthday Reminders"
+msgstr "Recordatorios de cumpleaños"
 
-#: ../../mod/dfrn_request.php:118 ../../mod/dfrn_request.php:512
-msgid "Profile location is not valid or does not contain profile information."
-msgstr "La dirección del perfil no es válida o no contiene información del perfil."
+#: ../../boot.php:1643
+msgid "Birthdays this week:"
+msgstr "Cumpleaños esta semana:"
 
-#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:517
-msgid "Warning: profile location has no identifiable owner name."
-msgstr "Aviso: La dirección del perfil no tiene un nombre de propietario identificable."
+#: ../../boot.php:1704
+msgid "[No description]"
+msgstr "[Sin descripción]"
 
-#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:519
-msgid "Warning: profile location has no profile photo."
-msgstr "Aviso: la dirección del perfil no tiene foto de perfil."
+#: ../../boot.php:1722
+msgid "Event Reminders"
+msgstr "Recordatorios de eventos"
 
-#: ../../mod/dfrn_request.php:128 ../../mod/dfrn_request.php:522
-#, 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] "no se encontró %d parámetro requerido en el lugar determinado"
-msgstr[1] "no se encontraron %d parámetros requeridos en el lugar determinado"
+#: ../../boot.php:1723
+msgid "Events this week:"
+msgstr "Eventos de esta semana:"
 
-#: ../../mod/dfrn_request.php:170
-msgid "Introduction complete."
-msgstr "Presentación completa."
+#: ../../boot.php:1960 ../../include/nav.php:76
+msgid "Status"
+msgstr "Estado"
 
-#: ../../mod/dfrn_request.php:209
-msgid "Unrecoverable protocol error."
-msgstr "Error de protocolo irrecuperable."
+#: ../../boot.php:1963
+msgid "Status Messages and Posts"
+msgstr "Mensajes de Estado y Publicaciones"
 
-#: ../../mod/dfrn_request.php:237
-msgid "Profile unavailable."
-msgstr "Perfil no disponible."
+#: ../../boot.php:1970
+msgid "Profile Details"
+msgstr "Detalles del Perfil"
 
-#: ../../mod/dfrn_request.php:262
-#, php-format
-msgid "%s has received too many connection requests today."
-msgstr "%s ha recibido demasiadas solicitudes de conexión hoy."
+#: ../../boot.php:1977 ../../mod/photos.php:51
+msgid "Photo Albums"
+msgstr "Álbum de Fotos"
 
-#: ../../mod/dfrn_request.php:263
-msgid "Spam protection measures have been invoked."
-msgstr "Han sido activadas las medidas de protección contra spam."
+#: ../../boot.php:1981 ../../boot.php:1984
+msgid "Videos"
+msgstr ""
 
-#: ../../mod/dfrn_request.php:264
-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."
+#: ../../boot.php:1994
+msgid "Events and Calendar"
+msgstr "Eventos y Calendario"
 
-#: ../../mod/dfrn_request.php:326
-msgid "Invalid locator"
-msgstr "Localizador no válido"
+#: ../../boot.php:1998 ../../mod/notes.php:44
+msgid "Personal Notes"
+msgstr "Notas personales"
 
-#: ../../mod/dfrn_request.php:335
-msgid "Invalid email address."
-msgstr "Dirección de correo incorrecta"
+#: ../../boot.php:2001
+msgid "Only You Can See This"
+msgstr "Únicamente tú puedes ver esto"
 
-#: ../../mod/dfrn_request.php:361
-msgid "This account has not been configured for email. Request failed."
-msgstr "Esta cuenta no ha sido configurada para el correo. Fallo de solicitud."
+#: ../../mod/mood.php:62 ../../include/conversation.php:227
+#, php-format
+msgid "%1$s is currently %2$s"
+msgstr "%1$s está actualmente %2$s"
 
-#: ../../mod/dfrn_request.php:457
-msgid "Unable to resolve your name at the provided location."
-msgstr "No se ha podido resolver tu nombre en la dirección indicada."
+#: ../../mod/mood.php:133
+msgid "Mood"
+msgstr "Ánimo"
 
-#: ../../mod/dfrn_request.php:470
-msgid "You have already introduced yourself here."
-msgstr "Ya te has presentado aquí."
+#: ../../mod/mood.php:134
+msgid "Set your current mood and tell your friends"
+msgstr "Coloca tu ánimo actual y cuéntaselo a tus amigos"
 
-#: ../../mod/dfrn_request.php:474
-#, php-format
-msgid "Apparently you are already friends with %s."
-msgstr "Al parecer, ya eres amigo de %s."
+#: ../../mod/display.php:19 ../../mod/_search.php:89
+#: ../../mod/directory.php:31 ../../mod/search.php:89
+#: ../../mod/dfrn_request.php:761 ../../mod/community.php:18
+#: ../../mod/viewcontacts.php:17 ../../mod/photos.php:914
+#: ../../mod/videos.php:115
+msgid "Public access denied."
+msgstr "Acceso público denegado."
 
-#: ../../mod/dfrn_request.php:495
-msgid "Invalid profile URL."
-msgstr "Dirección de perfil no válida."
+#: ../../mod/display.php:51 ../../mod/display.php:246 ../../mod/decrypt.php:15
+#: ../../mod/admin.php:163 ../../mod/admin.php:952 ../../mod/admin.php:1152
+#: ../../mod/notice.php:15 ../../mod/viewsrc.php:15
+#: ../../include/items.php:4023
+msgid "Item not found."
+msgstr "Elemento no encontrado."
 
-#: ../../mod/dfrn_request.php:501 ../../include/follow.php:27
-msgid "Disallowed profile URL."
-msgstr "Dirección de perfil no permitida."
+#: ../../mod/display.php:99 ../../mod/profile.php:155
+msgid "Access to this profile has been restricted."
+msgstr "El acceso a este perfil ha sido restringido."
 
-#: ../../mod/dfrn_request.php:570 ../../mod/contacts.php:123
-msgid "Failed to update contact record."
-msgstr "Error al actualizar el contacto."
+#: ../../mod/display.php:239
+msgid "Item has been removed."
+msgstr "El elemento ha sido eliminado."
 
-#: ../../mod/dfrn_request.php:591
-msgid "Your introduction has been sent."
-msgstr "Tu presentación ha sido enviada."
+#: ../../mod/decrypt.php:9 ../../mod/viewsrc.php:7
+msgid "Access denied."
+msgstr "Acceso denegado."
 
-#: ../../mod/dfrn_request.php:644
-msgid "Please login to confirm introduction."
-msgstr "Inicia sesión para confirmar la presentación."
-
-#: ../../mod/dfrn_request.php:658
-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/dfrn_request.php:669
-msgid "Hide this contact"
-msgstr "Ocultar este contacto"
-
-#: ../../mod/dfrn_request.php:672
-#, php-format
-msgid "Welcome home %s."
-msgstr "Bienvenido a casa %s"
-
-#: ../../mod/dfrn_request.php:673
-#, php-format
-msgid "Please confirm your introduction/connection request to %s."
-msgstr "Por favor, confirma tu solicitud de presentación/conexión con %s."
-
-#: ../../mod/dfrn_request.php:674
-msgid "Confirm"
-msgstr "Confirmar"
+#: ../../mod/friendica.php:58
+msgid "This is Friendica, version"
+msgstr "Esto es Friendica, versión"
 
-#: ../../mod/dfrn_request.php:715 ../../include/items.php:3293
-msgid "[Name Withheld]"
-msgstr "[Nombre oculto]"
+#: ../../mod/friendica.php:59
+msgid "running at web location"
+msgstr "ejecutándose en la dirección web"
 
-#: ../../mod/dfrn_request.php:810
+#: ../../mod/friendica.php:61
 msgid ""
-"Please enter your 'Identity Address' from one of the following supported "
-"communications networks:"
-msgstr "Por favor introduce tu dirección ID de una de las siguientes redes sociales soportadas:"
+"Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn "
+"more about the Friendica project."
+msgstr "Por favor, visita <a href=\"http://friendica.com\">Friendica.com</a> para saber más sobre el proyecto Friendica."
 
-#: ../../mod/dfrn_request.php:826
-msgid "<strike>Connect as an email follower</strike> (Coming soon)"
-msgstr "<strike>Conecta como lector de correo</strike> (Disponible en breve)"
+#: ../../mod/friendica.php:63
+msgid "Bug reports and issues: please visit"
+msgstr "Reporte de fallos y problemas: por favor visita"
 
-#: ../../mod/dfrn_request.php:828
+#: ../../mod/friendica.php:64
 msgid ""
-"If you are not yet a member of the free social web, <a "
-"href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public"
-" Friendica site and join us today</a>."
-msgstr "Si aún no eres miembro de la red social libre <a href=\"http://dir.friendica.com/siteinfo\"> sigue este enlace para encontrar un servidor público de Friendica y unirte a nosotros</a>."
-
-#: ../../mod/dfrn_request.php:831
-msgid "Friend/Connection Request"
-msgstr "Solicitud de Amistad/Conexión"
+"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
+"dot com"
+msgstr "Sugerencias, elogios, donaciones, etc. por favor manda un correo a Info arroba Friendica punto com"
 
-#: ../../mod/dfrn_request.php:832
-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"
+#: ../../mod/friendica.php:78
+msgid "Installed plugins/addons/apps:"
+msgstr "Módulos/extensiones/aplicaciones instalados:"
 
-#: ../../mod/dfrn_request.php:833
-msgid "Please answer the following:"
-msgstr "Por favor responde lo siguiente:"
+#: ../../mod/friendica.php:91
+msgid "No installed plugins/addons/apps"
+msgstr "Módulos/extensiones/aplicaciones no instalados"
 
-#: ../../mod/dfrn_request.php:834
+#: ../../mod/dfrn_poll.php:103 ../../mod/dfrn_poll.php:536
 #, php-format
-msgid "Does %s know you?"
-msgstr "¿%s te conoce?"
+msgid "%1$s welcomes %2$s"
+msgstr "%1$s te da la bienvenida a %2$s"
 
-#: ../../mod/dfrn_request.php:837
-msgid "Add a personal note:"
-msgstr "Añade una nota personal:"
+#: ../../mod/register.php:91 ../../mod/admin.php:734 ../../mod/regmod.php:54
+#, php-format
+msgid "Registration details for %s"
+msgstr "Detalles de registro para %s"
 
-#: ../../mod/dfrn_request.php:839 ../../include/contact_selectors.php:76
-msgid "Friendica"
-msgstr "Friendica"
+#: ../../mod/register.php:99
+msgid ""
+"Registration successful. Please check your email for further instructions."
+msgstr "Te has registrado con éxito. Por favor, consulta tu correo para más información."
 
-#: ../../mod/dfrn_request.php:840
-msgid "StatusNet/Federated Social Web"
-msgstr "StatusNet/Web Social Federada"
+#: ../../mod/register.php:103
+msgid "Failed to send email message. Here is the message that failed."
+msgstr "Error al enviar el mensaje de correo. Este es el mensaje no enviado."
 
-#: ../../mod/dfrn_request.php:841 ../../mod/settings.php:640
-#: ../../include/contact_selectors.php:80
-msgid "Diaspora"
-msgstr "Diaspora*"
+#: ../../mod/register.php:108
+msgid "Your registration can not be processed."
+msgstr "Tu registro no se puede procesar."
 
-#: ../../mod/dfrn_request.php:842
+#: ../../mod/register.php:148
 #, php-format
-msgid ""
-" - please do not use this form.  Instead, enter %s into your Diaspora search"
-" bar."
-msgstr "(En vez de usar este formulario, introduce %s en la barra de búsqueda de Diaspora."
+msgid "Registration request at %s"
+msgstr "Solicitud de registro en %s"
 
-#: ../../mod/dfrn_request.php:843
-msgid "Your Identity Address:"
-msgstr "Dirección de tu perfil:"
+#: ../../mod/register.php:157
+msgid "Your registration is pending approval by the site owner."
+msgstr "Tu registro está pendiente de aprobación por el propietario del sitio."
 
-#: ../../mod/dfrn_request.php:846
-msgid "Submit Request"
-msgstr "Enviar solicitud"
+#: ../../mod/register.php:195 ../../mod/uimport.php:50
+msgid ""
+"This site has exceeded the number of allowed daily account registrations. "
+"Please try again tomorrow."
+msgstr "Este sitio ha excedido el número de registros diarios permitidos. Inténtalo de nuevo mañana por favor."
 
-#: ../../mod/install.php:117
-msgid "Friendica Social Communications Server - Setup"
-msgstr "Servidor de Comunicaciones Sociales Friendica - Configuración"
+#: ../../mod/register.php:223
+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 escribiendo tu OpenID y pulsando en \"Registrar\"."
 
-#: ../../mod/install.php:123
-msgid "Could not connect to database."
-msgstr "No es posible la conexión con la base de datos."
+#: ../../mod/register.php:224
+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."
 
-#: ../../mod/install.php:127
-msgid "Could not create table."
-msgstr "No se puede crear la tabla."
+#: ../../mod/register.php:225
+msgid "Your OpenID (optional): "
+msgstr "Tu OpenID (opcional):"
 
-#: ../../mod/install.php:133
-msgid "Your Friendica site database has been installed."
-msgstr "La base de datos de su sitio web de Friendica ha sido instalada."
+#: ../../mod/register.php:239
+msgid "Include your profile in member directory?"
+msgstr "¿Incluir tu perfil en el directorio de miembros?"
 
-#: ../../mod/install.php:138
-msgid ""
-"You may need to import the file \"database.sql\" manually using phpmyadmin "
-"or mysql."
-msgstr "Puede que tengas que importar el archivo \"Database.sql\" manualmente usando phpmyadmin o mysql."
+#: ../../mod/register.php:242 ../../mod/api.php:105 ../../mod/suggest.php:29
+#: ../../mod/dfrn_request.php:836 ../../mod/contacts.php:320
+#: ../../mod/settings.php:981 ../../mod/settings.php:987
+#: ../../mod/settings.php:995 ../../mod/settings.php:999
+#: ../../mod/settings.php:1004 ../../mod/settings.php:1010
+#: ../../mod/settings.php:1016 ../../mod/settings.php:1022
+#: ../../mod/settings.php:1052 ../../mod/settings.php:1053
+#: ../../mod/settings.php:1054 ../../mod/settings.php:1055
+#: ../../mod/settings.php:1056 ../../mod/profiles.php:610
+#: ../../mod/message.php:209 ../../include/items.php:4064
+msgid "Yes"
+msgstr "Sí"
 
-#: ../../mod/install.php:139 ../../mod/install.php:204
-#: ../../mod/install.php:488
-msgid "Please see the file \"INSTALL.txt\"."
-msgstr "Por favor, consulta el archivo \"INSTALL.txt\"."
+#: ../../mod/register.php:243 ../../mod/api.php:106
+#: ../../mod/dfrn_request.php:837 ../../mod/settings.php:981
+#: ../../mod/settings.php:987 ../../mod/settings.php:995
+#: ../../mod/settings.php:999 ../../mod/settings.php:1004
+#: ../../mod/settings.php:1010 ../../mod/settings.php:1016
+#: ../../mod/settings.php:1022 ../../mod/settings.php:1052
+#: ../../mod/settings.php:1053 ../../mod/settings.php:1054
+#: ../../mod/settings.php:1055 ../../mod/settings.php:1056
+#: ../../mod/profiles.php:611
+msgid "No"
+msgstr "No"
 
-#: ../../mod/install.php:201
-msgid "System check"
-msgstr "Verificación del sistema"
+#: ../../mod/register.php:260
+msgid "Membership on this site is by invitation only."
+msgstr "Sitio solo accesible mediante invitación."
 
-#: ../../mod/install.php:206
-msgid "Check again"
-msgstr "Compruebalo de nuevo"
+#: ../../mod/register.php:261
+msgid "Your invitation ID: "
+msgstr "ID de tu invitación: "
 
-#: ../../mod/install.php:225
-msgid "Database connection"
-msgstr "Conexión con la base de datos"
+#: ../../mod/register.php:264 ../../mod/admin.php:572
+msgid "Registration"
+msgstr "Registro"
 
-#: ../../mod/install.php:226
-msgid ""
-"In order to install Friendica we need to know how to connect to your "
-"database."
-msgstr "Con el fin de poder instalar Friendica, necesitamos saber cómo conectar con tu base de datos."
+#: ../../mod/register.php:272
+msgid "Your Full Name (e.g. Joe Smith): "
+msgstr "Tu nombre completo (por ejemplo, Manuel Pérez): "
 
-#: ../../mod/install.php:227
-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 con el administrador de la página si tienes alguna pregunta sobre estas configuraciones."
+#: ../../mod/register.php:273
+msgid "Your Email Address: "
+msgstr "Tu dirección de correo: "
 
-#: ../../mod/install.php:228
+#: ../../mod/register.php:274
 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 debería existir ya. Si no es el caso, debes crearla antes de continuar."
+"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@$nombredelsitio</strong>\"."
 
-#: ../../mod/install.php:232
-msgid "Database Server Name"
-msgstr "Nombre del servidor de la base de datos"
+#: ../../mod/register.php:275
+msgid "Choose a nickname: "
+msgstr "Escoge un apodo: "
 
-#: ../../mod/install.php:233
-msgid "Database Login Name"
-msgstr "Usuario de la base de datos"
+#: ../../mod/register.php:284 ../../mod/uimport.php:64
+msgid "Import"
+msgstr "Importar"
 
-#: ../../mod/install.php:234
-msgid "Database Login Password"
-msgstr "Contraseña de la base de datos"
+#: ../../mod/register.php:285
+msgid "Import your profile to this friendica instance"
+msgstr ""
 
-#: ../../mod/install.php:235
-msgid "Database Name"
-msgstr "Nombre de la base de datos"
+#: ../../mod/dfrn_confirm.php:62 ../../mod/profiles.php:18
+#: ../../mod/profiles.php:133 ../../mod/profiles.php:160
+#: ../../mod/profiles.php:583
+msgid "Profile not found."
+msgstr "Perfil no encontrado."
 
-#: ../../mod/install.php:236 ../../mod/install.php:275
-msgid "Site administrator email address"
-msgstr "Dirección de correo del administrador de la web"
+#: ../../mod/dfrn_confirm.php:118 ../../mod/crepair.php:131
+#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92
+msgid "Contact not found."
+msgstr "Contacto no encontrado."
 
-#: ../../mod/install.php:236 ../../mod/install.php:275
+#: ../../mod/dfrn_confirm.php:119
 msgid ""
-"Your account email address must match this in order to use the web admin "
-"panel."
-msgstr "La dirección de correo de tu cuenta debe coincidir con esta para poder usar el panel de administración de la web."
+"This may occasionally happen if contact was requested by both persons and it"
+" has already been approved."
+msgstr "Esto puede ocurrir a veces si la conexión fue solicitada por ambas personas y ya hubiera sido aprobada."
 
-#: ../../mod/install.php:240 ../../mod/install.php:278
-msgid "Please select a default timezone for your website"
-msgstr "Por favor, selecciona la zona horaria predeterminada para tu web"
+#: ../../mod/dfrn_confirm.php:237
+msgid "Response from remote site was not understood."
+msgstr "La respuesta desde el sitio remoto no ha sido entendida."
 
-#: ../../mod/install.php:265
-msgid "Site settings"
-msgstr "Configuración de la página web"
+#: ../../mod/dfrn_confirm.php:246
+msgid "Unexpected response from remote site: "
+msgstr "Respuesta inesperada desde el sitio remoto: "
 
-#: ../../mod/install.php:318
-msgid "Could not find a command line version of PHP in the web server PATH."
-msgstr "No se pudo encontrar una versión de la línea de comandos de PHP en la ruta del servidor web."
+#: ../../mod/dfrn_confirm.php:254
+msgid "Confirmation completed successfully."
+msgstr "Confirmación completada con éxito."
 
-#: ../../mod/install.php:319
-msgid ""
-"If you don't have a command line version of PHP installed on server, you "
-"will not be able to run background polling via cron. See <a "
-"href='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"
-msgstr "Si no tienes una versión en línea de comandos de PHP instalada en el servidor no podrás ejecutar actualizaciones en segundo plano a través de cron. Ver <a href='http://friendica.com/node/27'>'Activating scheduled tasks'</ a>"
+#: ../../mod/dfrn_confirm.php:256 ../../mod/dfrn_confirm.php:270
+#: ../../mod/dfrn_confirm.php:277
+msgid "Remote site reported: "
+msgstr "El sito remoto informó: "
 
-#: ../../mod/install.php:323
-msgid "PHP executable path"
-msgstr "Dirección al ejecutable PHP"
+#: ../../mod/dfrn_confirm.php:268
+msgid "Temporary failure. Please wait and try again."
+msgstr "Error temporal. Por favor, espere y vuelva a intentarlo."
 
-#: ../../mod/install.php:323
-msgid ""
-"Enter full path to php executable. You can leave this blank to continue the "
-"installation."
-msgstr "Introduce la ruta completa al ejecutable php. Puedes dejarlo en blanco y seguir con la instalación."
+#: ../../mod/dfrn_confirm.php:275
+msgid "Introduction failed or was revoked."
+msgstr "La presentación ha fallado o ha sido anulada."
 
-#: ../../mod/install.php:328
-msgid "Command line PHP"
-msgstr "Línea de comandos PHP"
+#: ../../mod/dfrn_confirm.php:420
+msgid "Unable to set contact photo."
+msgstr "Imposible establecer la foto del contacto."
 
-#: ../../mod/install.php:337
-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/dfrn_confirm.php:477 ../../include/conversation.php:172
+#: ../../include/diaspora.php:621
+#, php-format
+msgid "%1$s is now friends with %2$s"
+msgstr "%1$s ahora es amigo de %2$s"
 
-#: ../../mod/install.php:338
-msgid "This is required for message delivery to work."
-msgstr "Esto es necesario para que funcione la entrega de mensajes."
+#: ../../mod/dfrn_confirm.php:562
+#, php-format
+msgid "No user record found for '%s' "
+msgstr "No se ha encontrado a ningún '%s' "
 
-#: ../../mod/install.php:340
-msgid "PHP register_argc_argv"
-msgstr "PHP register_argc_argv"
+#: ../../mod/dfrn_confirm.php:572
+msgid "Our site encryption key is apparently messed up."
+msgstr "Nuestra clave de cifrado del sitio es aparentemente un lío."
 
-#: ../../mod/install.php:361
-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/dfrn_confirm.php:583
+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/install.php:362
-msgid ""
-"If running under Windows, please see "
-"\"http://www.php.net/manual/en/openssl.installation.php\"."
-msgstr "Si se ejecuta en Windows, por favor consulta la sección \"http://www.php.net/manual/en/openssl.installation.php\"."
+#: ../../mod/dfrn_confirm.php:604
+msgid "Contact record was not found for you on our site."
+msgstr "El contacto no se ha encontrado en nuestra base de datos."
 
-#: ../../mod/install.php:364
-msgid "Generate encryption keys"
-msgstr "Generar claves de encriptación"
+#: ../../mod/dfrn_confirm.php:618
+#, 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 %s."
 
-#: ../../mod/install.php:371
-msgid "libCurl PHP module"
-msgstr "Módulo PHP libCurl"
+#: ../../mod/dfrn_confirm.php:638
+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."
 
-#: ../../mod/install.php:372
-msgid "GD graphics PHP module"
-msgstr "Módulo PHP gráficos GD"
+#: ../../mod/dfrn_confirm.php:649
+msgid "Unable to set your contact credentials on our system."
+msgstr "No se puede establecer las credenciales de tu contacto en nuestro sistema."
 
-#: ../../mod/install.php:373
-msgid "OpenSSL PHP module"
-msgstr "Módulo PHP OpenSSL"
+#: ../../mod/dfrn_confirm.php:716
+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/install.php:374
-msgid "mysqli PHP module"
-msgstr "Módulo PHP mysqli"
+#: ../../mod/dfrn_confirm.php:751
+#, php-format
+msgid "Connection accepted at %s"
+msgstr "Conexión aceptada en %s"
 
-#: ../../mod/install.php:375
-msgid "mb_string PHP module"
-msgstr "Módulo PHP mb_string"
+#: ../../mod/dfrn_confirm.php:800
+#, php-format
+msgid "%1$s has joined %2$s"
+msgstr "%1$s se ha unido a %2$s"
 
-#: ../../mod/install.php:380 ../../mod/install.php:382
-msgid "Apache mod_rewrite module"
-msgstr "Módulo mod_rewrite de Apache"
+#: ../../mod/api.php:76 ../../mod/api.php:102
+msgid "Authorize application connection"
+msgstr "Autorizar la conexión de la aplicación"
 
-#: ../../mod/install.php:380
-msgid ""
-"Error: Apache webserver mod-rewrite module is required but not installed."
-msgstr "Error: El módulo de Apache mod-rewrite es necesario pero no está instalado."
+#: ../../mod/api.php:77
+msgid "Return to your app and insert this Securty Code:"
+msgstr "Regresa a tu aplicación e introduce este código de seguridad:"
 
-#: ../../mod/install.php:388
-msgid "Error: libCURL PHP module required but not installed."
-msgstr "Error: El módulo de PHP libcurl es necesario, pero no está instalado."
+#: ../../mod/api.php:89
+msgid "Please login to continue."
+msgstr "Inicia sesión para continuar."
 
-#: ../../mod/install.php:392
+#: ../../mod/api.php:104
 msgid ""
-"Error: GD graphics PHP module with JPEG support required but not installed."
-msgstr "Error: El módulo de de PHP gráficos GD con soporte JPEG es necesario, pero no está instalado."
-
-#: ../../mod/install.php:396
-msgid "Error: openssl PHP module required but not installed."
-msgstr "Error: El módulo de PHP openssl es necesario, pero  no está instalado."
-
-#: ../../mod/install.php:400
-msgid "Error: mysqli PHP module required but not installed."
-msgstr "Error: El módulo de PHP mysqli 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 "¿Quieres autorizar a esta aplicación el acceso a tus mensajes y contactos, y/o crear nuevas publicaciones para ti?"
 
-#: ../../mod/install.php:404
-msgid "Error: mb_string PHP module required but not installed."
-msgstr "Error: El módulo de PHP mb_string es necesario, pero no está instalado."
+#: ../../mod/lostpass.php:17
+msgid "No valid account found."
+msgstr "No se ha encontrado ninguna cuenta válida"
 
-#: ../../mod/install.php:421
-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 principal de tu servidor web y es incapaz de hacerlo."
+#: ../../mod/lostpass.php:33
+msgid "Password reset request issued. Check your email."
+msgstr "Solicitud de restablecimiento de contraseña enviada. Revisa tu correo."
 
-#: ../../mod/install.php:422
-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 "Se trata a menudo de una configuración de permisos, pues el servidor web puede que no sea capaz de escribir archivos en la carpeta, aunque tú sí puedas."
+#: ../../mod/lostpass.php:44
+#, php-format
+msgid "Password reset requested at %s"
+msgstr "Contraseña restablecida enviada a %s"
 
-#: ../../mod/install.php:423
+#: ../../mod/lostpass.php:66
 msgid ""
-"At the end of this procedure, we will give you a text to save in a file "
-"named .htconfig.php in your Friendica top folder."
-msgstr "Al final obtendremos un texto que debes guardar en un archivo llamado .htconfig.php en la carpeta de Friendica."
+"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."
 
-#: ../../mod/install.php:424
-msgid ""
-"You can alternatively skip this procedure and perform a manual installation."
-" Please see the file \"INSTALL.txt\" for instructions."
-msgstr "Como alternativa, puedes saltarte estos pasos y realizar una instalación manual. Por favor, consulta el archivo \"INSTALL.txt\" para las instrucciones."
+#: ../../mod/lostpass.php:85
+msgid "Your password has been reset as requested."
+msgstr "Tu contraseña ha sido restablecida como solicitaste."
 
-#: ../../mod/install.php:427
-msgid ".htconfig.php is writable"
-msgstr ".htconfig.php tiene permiso de escritura"
+#: ../../mod/lostpass.php:86
+msgid "Your new password is"
+msgstr "Tu nueva contraseña es"
 
-#: ../../mod/install.php:439
-msgid ""
-"Url rewrite in .htaccess is not working. Check your server configuration."
-msgstr "La reescritura de la dirección en .htaccess no funcionó. Revisa la configuración."
+#: ../../mod/lostpass.php:87
+msgid "Save or copy your new password - and then"
+msgstr "Guarda o copia tu nueva contraseña y luego"
 
-#: ../../mod/install.php:441
-msgid "Url rewrite is working"
-msgstr "Reescribiendo la dirección..."
+#: ../../mod/lostpass.php:88
+msgid "click here to login"
+msgstr "pulsa aquí para acceder"
 
-#: ../../mod/install.php:451
+#: ../../mod/lostpass.php:89
 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."
+"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."
 
-#: ../../mod/install.php:475
-msgid "Errors encountered creating database tables."
-msgstr "Se han encontrados errores creando las tablas de la base de datos."
+#: ../../mod/lostpass.php:107
+#, php-format
+msgid "Your password has been changed at %s"
+msgstr "Tu contraseña se ha cambiado por %s"
 
-#: ../../mod/install.php:486
-msgid "<h1>What next</h1>"
-msgstr "<h1>¿Ahora qué?</h1>"
+#: ../../mod/lostpass.php:122
+msgid "Forgot your Password?"
+msgstr "¿Olvidaste tu contraseña?"
 
-#: ../../mod/install.php:487
+#: ../../mod/lostpass.php:123
 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 sondeo"
-
-#: ../../mod/localtime.php:12 ../../include/event.php:11
-#: ../../include/bb2diaspora.php:390
-msgid "l F d, Y \\@ g:i A"
-msgstr "l F d, Y \\@ g:i A"
-
-#: ../../mod/localtime.php:24
-msgid "Time Conversion"
-msgstr "Conversión horária"
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
+msgstr "Introduce tu correo para restablecer tu contraseña. Luego comprueba tu correo para las instrucciones adicionales."
 
-#: ../../mod/localtime.php:26
-msgid ""
-"Friendica provides this service for sharing events with other networks and "
-"friends in unknown timezones."
-msgstr ""
+#: ../../mod/lostpass.php:124
+msgid "Nickname or Email: "
+msgstr "Apodo o Correo electrónico: "
 
-#: ../../mod/localtime.php:30
-#, php-format
-msgid "UTC time: %s"
-msgstr "Tiempo UTC: %s"
+#: ../../mod/lostpass.php:125
+msgid "Reset"
+msgstr "Restablecer"
 
-#: ../../mod/localtime.php:33
+#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112
 #, php-format
-msgid "Current timezone: %s"
-msgstr "Zona horaria actual: %s"
+msgid "Number of daily wall messages for %s exceeded. Message failed."
+msgstr "Excedido el número máximo de mensajes para %s. El mensaje no se ha enviado."
 
-#: ../../mod/localtime.php:36
-#, php-format
-msgid "Converted localtime: %s"
-msgstr "Zona horaria local convertida: %s"
+#: ../../mod/wallmessage.php:56 ../../mod/message.php:63
+msgid "No recipient selected."
+msgstr "Ningún destinatario seleccionado"
 
-#: ../../mod/localtime.php:41
-msgid "Please select your timezone:"
-msgstr "Por favor, selecciona tu zona horaria:"
+#: ../../mod/wallmessage.php:59
+msgid "Unable to check your home location."
+msgstr "Imposible comprobar tu servidor de inicio."
 
-#: ../../mod/poke.php:192
-msgid "Poke/Prod"
-msgstr "Toque/Empujón"
+#: ../../mod/wallmessage.php:62 ../../mod/message.php:70
+msgid "Message could not be sent."
+msgstr "El mensaje no ha podido ser enviado."
 
-#: ../../mod/poke.php:193
-msgid "poke, prod or do other things to somebody"
-msgstr "da un toque, empujón o similar a alguien"
+#: ../../mod/wallmessage.php:65 ../../mod/message.php:73
+msgid "Message collection failure."
+msgstr "Fallo en la recolección de mensajes."
 
-#: ../../mod/poke.php:194
-msgid "Recipient"
-msgstr "Receptor"
+#: ../../mod/wallmessage.php:68 ../../mod/message.php:76
+msgid "Message sent."
+msgstr "Mensaje enviado."
 
-#: ../../mod/poke.php:195
-msgid "Choose what you wish to do to recipient"
-msgstr "Elige qué desea hacer con el receptor"
+#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95
+msgid "No recipient."
+msgstr "Sin receptor."
 
-#: ../../mod/poke.php:198
-msgid "Make this post private"
-msgstr "Hacer esta publicación privada"
+#: ../../mod/wallmessage.php:127 ../../mod/wallmessage.php:135
+#: ../../mod/message.php:283 ../../mod/message.php:291
+#: ../../mod/message.php:466 ../../mod/message.php:474
+#: ../../include/conversation.php:997 ../../include/conversation.php:1015
+msgid "Please enter a link URL:"
+msgstr "Introduce la dirección del enlace:"
 
-#: ../../mod/match.php:12
-msgid "Profile Match"
-msgstr "Coincidencias de Perfil"
+#: ../../mod/wallmessage.php:142 ../../mod/message.php:319
+msgid "Send Private Message"
+msgstr "Enviar mensaje privado"
 
-#: ../../mod/match.php:20
-msgid "No keywords to match. Please add keywords to your default profile."
-msgstr "No hay palabras clave que coincidan. Por favor, agrega algunas palabras claves en tu perfil predeterminado."
+#: ../../mod/wallmessage.php:143
+#, php-format
+msgid ""
+"If you wish for %s to respond, please check that the privacy settings on "
+"your site allow private mail from unknown senders."
+msgstr "Si quieres que %s te responda, asegúrate de que la configuración de privacidad permite enviar correo privado a desconocidos."
 
-#: ../../mod/match.php:57
-msgid "is interested in:"
-msgstr "estás interesado en:"
+#: ../../mod/wallmessage.php:144 ../../mod/message.php:320
+#: ../../mod/message.php:553
+msgid "To:"
+msgstr "Para:"
 
-#: ../../mod/match.php:58 ../../mod/suggest.php:59
-#: ../../include/contact_widgets.php:9 ../../boot.php:1175
-msgid "Connect"
-msgstr "Conectar"
+#: ../../mod/wallmessage.php:145 ../../mod/message.php:325
+#: ../../mod/message.php:555
+msgid "Subject:"
+msgstr "Asunto:"
 
-#: ../../mod/match.php:65 ../../mod/dirfind.php:60
-msgid "No matches"
-msgstr "Sin conincidencias"
+#: ../../mod/wallmessage.php:151 ../../mod/message.php:329
+#: ../../mod/message.php:558 ../../mod/invite.php:134
+msgid "Your message:"
+msgstr "Tu mensaje:"
 
-#: ../../mod/lockview.php:31 ../../mod/lockview.php:39
-msgid "Remote privacy information not available."
-msgstr "Privacidad de la información remota no disponible."
+#: ../../mod/wallmessage.php:154 ../../mod/editpost.php:110
+#: ../../mod/message.php:332 ../../mod/message.php:562
+#: ../../include/conversation.php:1081
+msgid "Upload photo"
+msgstr "Subir foto"
 
-#: ../../mod/lockview.php:48
-#: ../../addon/remote_permissions/remote_permissions.php:123
-msgid "Visible to:"
-msgstr "Visible para:"
+#: ../../mod/wallmessage.php:155 ../../mod/editpost.php:114
+#: ../../mod/message.php:333 ../../mod/message.php:563
+#: ../../include/conversation.php:1085
+msgid "Insert web link"
+msgstr "Insertar enlace"
 
-#: ../../mod/content.php:119 ../../mod/network.php:544
-msgid "No such group"
-msgstr "Ningún grupo"
+#: ../../mod/newmember.php:6
+msgid "Welcome to Friendica"
+msgstr "Bienvenido a Friendica "
 
-#: ../../mod/content.php:130 ../../mod/network.php:555
-msgid "Group is empty"
-msgstr "El grupo está vacío"
+#: ../../mod/newmember.php:8
+msgid "New Member Checklist"
+msgstr "Listado de nuevos miembros"
 
-#: ../../mod/content.php:134 ../../mod/network.php:559
-msgid "Group: "
-msgstr "Grupo: "
+#: ../../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 "Nos gustaría ofrecerte algunos consejos y enlaces para ayudar a hacer tu experiencia más amena. Pulsa en cualquier elemento para visitar la página correspondiente. Un enlace a esta página será visible desde tu página de inicio durante las dos semanas siguientes a tu inscripción y luego desaparecerá."
 
-#: ../../mod/content.php:438 ../../mod/content.php:722
-#: ../../include/conversation.php:564 ../../object/Item.php:116
-msgid "Select"
-msgstr "Seleccionar"
+#: ../../mod/newmember.php:14
+msgid "Getting Started"
+msgstr "Empezando"
 
-#: ../../mod/content.php:455 ../../mod/content.php:815
-#: ../../mod/content.php:816 ../../include/conversation.php:583
-#: ../../object/Item.php:227 ../../object/Item.php:228
-#, php-format
-msgid "View %s's profile @ %s"
-msgstr "Ver perfil de %s @ %s"
+#: ../../mod/newmember.php:18
+msgid "Friendica Walk-Through"
+msgstr "Visita guiada a Friendica"
 
-#: ../../mod/content.php:465 ../../mod/content.php:827
-#: ../../include/conversation.php:603 ../../object/Item.php:240
-#, php-format
-msgid "%s from %s"
-msgstr "%s de %s"
+#: ../../mod/newmember.php:18
+msgid ""
+"On your <em>Quick Start</em> page - find a brief introduction to your "
+"profile and network tabs, make some new connections, and find some groups to"
+" join."
+msgstr "En tu página de <em>Inicio Rápido</em> - busca una introducción breve para tus pestañas de perfil y red, haz algunas conexiones nuevas, y busca algunos grupos a los que unirte."
 
-#: ../../mod/content.php:480 ../../include/conversation.php:618
-msgid "View in context"
-msgstr "Verlo en contexto"
+#: ../../mod/newmember.php:26
+msgid "Go to Your Settings"
+msgstr "Ir a tus ajustes"
 
-#: ../../mod/content.php:586 ../../object/Item.php:277
-#, php-format
-msgid "%d comment"
-msgid_plural "%d comments"
-msgstr[0] "%d comentario"
-msgstr[1] "%d comentarios"
+#: ../../mod/newmember.php:26
+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 página de <em>Configuración</em> puedes cambiar tu contraseña inicial. También aparece tu ID (Identity Address). Es parecida a una dirección de correo y te servirá para conectar con gente de redes sociales libres."
 
-#: ../../mod/content.php:588 ../../include/text.php:1441
-#: ../../object/Item.php:279 ../../object/Item.php:292
-msgid "comment"
-msgid_plural "comments"
-msgstr[0] ""
-msgstr[1] "Comentario"
+#: ../../mod/newmember.php:28
+msgid ""
+"Review the other settings, particularly the privacy settings. An unpublished"
+" directory listing is like having an unlisted phone number. In general, you "
+"should probably publish your listing - unless all of your friends and "
+"potential friends know exactly how to find you."
+msgstr "Revisa las otras configuraciones, especialmente la configuración de privacidad. Un listado de directorio sin publicar 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 cómo ponerse en contacto contigo."
 
-#: ../../mod/content.php:589 ../../addon/page/page.php:77
-#: ../../addon/page/page.php:111 ../../addon/showmore/showmore.php:119
-#: ../../include/contact_widgets.php:195 ../../boot.php:586
-#: ../../object/Item.php:280 ../../addon.old/page/page.php:77
-#: ../../addon.old/page/page.php:111 ../../addon.old/showmore/showmore.php:119
-msgid "show more"
-msgstr "ver más"
+#: ../../mod/newmember.php:36 ../../mod/profile_photo.php:244
+msgid "Upload Profile Photo"
+msgstr "Subir foto del Perfil"
 
-#: ../../mod/content.php:667 ../../object/Item.php:196
-msgid "like"
-msgstr "me gusta"
+#: ../../mod/newmember.php:36
+msgid ""
+"Upload a profile photo if you have not done so already. Studies have shown "
+"that people with real photos of themselves are ten times more likely to make"
+" friends than people who do not."
+msgstr "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."
 
-#: ../../mod/content.php:668 ../../object/Item.php:197
-msgid "dislike"
-msgstr "no me gusta"
+#: ../../mod/newmember.php:38
+msgid "Edit Your Profile"
+msgstr "Editar tu perfil"
 
-#: ../../mod/content.php:670 ../../object/Item.php:199
-msgid "Share this"
-msgstr "Compartir esto"
+#: ../../mod/newmember.php:38
+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."
 
-#: ../../mod/content.php:670 ../../object/Item.php:199
-msgid "share"
-msgstr "compartir"
+#: ../../mod/newmember.php:40
+msgid "Profile Keywords"
+msgstr "Palabras clave del perfil"
 
-#: ../../mod/content.php:694 ../../object/Item.php:559
-msgid "Bold"
-msgstr "Negrita"
+#: ../../mod/newmember.php:40
+msgid ""
+"Set some public keywords for your default profile which describe your "
+"interests. We may be able to find other people with similar interests and "
+"suggest friendships."
+msgstr "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."
 
-#: ../../mod/content.php:695 ../../object/Item.php:560
-msgid "Italic"
-msgstr "Cursiva"
+#: ../../mod/newmember.php:44
+msgid "Connecting"
+msgstr "Conectando"
 
-#: ../../mod/content.php:696 ../../object/Item.php:561
-msgid "Underline"
-msgstr "Subrayado"
+#: ../../mod/newmember.php:49 ../../mod/newmember.php:51
+#: ../../include/contact_selectors.php:81
+msgid "Facebook"
+msgstr "Facebook"
 
-#: ../../mod/content.php:697 ../../object/Item.php:562
-msgid "Quote"
-msgstr "Cita"
+#: ../../mod/newmember.php:49
+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."
 
-#: ../../mod/content.php:698 ../../object/Item.php:563
-msgid "Code"
-msgstr "Código"
+#: ../../mod/newmember.php:51
+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> este es tu propio servidor privado, instalar el conector de Facebook puede facilitar el paso hacia la red social libre."
 
-#: ../../mod/content.php:699 ../../object/Item.php:564
-msgid "Image"
-msgstr "Imagen"
+#: ../../mod/newmember.php:56
+msgid "Importing Emails"
+msgstr "Importando correos electrónicos"
 
-#: ../../mod/content.php:700 ../../object/Item.php:565
-msgid "Link"
-msgstr "Enlace"
+#: ../../mod/newmember.php:56
+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 "Introduce la información para acceder a tu correo en la página de Configuración del conector si quieres importar e interactuar con amigos o listas de correos del buzón de entrada de tu correo electrónico."
 
-#: ../../mod/content.php:701 ../../object/Item.php:566
-msgid "Video"
-msgstr "Vídeo"
+#: ../../mod/newmember.php:58
+msgid "Go to Your Contacts Page"
+msgstr "Ir a tu página de contactos"
 
-#: ../../mod/content.php:735 ../../object/Item.php:180
-msgid "add star"
-msgstr "Añadir estrella"
+#: ../../mod/newmember.php:58
+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 "Tu página de Contactos es el portal desde donde podrás manejar tus amistades y conectarte con amigos de otras redes. Normalmente introduces su dirección o la dirección de su sitio web en el recuadro \"Añadir contacto nuevo\"."
 
-#: ../../mod/content.php:736 ../../object/Item.php:181
-msgid "remove star"
-msgstr "Quitar estrella"
+#: ../../mod/newmember.php:60
+msgid "Go to Your Site's Directory"
+msgstr "Ir al directorio de tu sitio"
 
-#: ../../mod/content.php:737 ../../object/Item.php:182
-msgid "toggle star status"
-msgstr "Añadir a destacados"
+#: ../../mod/newmember.php:60
+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."
 
-#: ../../mod/content.php:740 ../../object/Item.php:185
-msgid "starred"
-msgstr "marcados con estrellas"
+#: ../../mod/newmember.php:62
+msgid "Finding New People"
+msgstr "Encontrando nueva gente"
 
-#: ../../mod/content.php:741 ../../object/Item.php:186
-msgid "add tag"
-msgstr "añadir etiqueta"
+#: ../../mod/newmember.php:62
+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 "En el panel lateral de la página de Contactos existen varias herramientas para encontrar nuevos amigos. Podemos filtrar personas por sus intereses, buscar personas por nombre o por sus intereses, y ofrecerte sugerencias basadas en sus relaciones de la red. En un sitio nuevo, las sugerencias de amigos por lo general comienzan pasadas las 24 horas."
 
-#: ../../mod/content.php:745 ../../object/Item.php:120
-msgid "save to folder"
-msgstr "grabado en directorio"
+#: ../../mod/newmember.php:66 ../../include/group.php:270
+msgid "Groups"
+msgstr "Grupos"
 
-#: ../../mod/content.php:817 ../../object/Item.php:229
-msgid "to"
-msgstr "a"
+#: ../../mod/newmember.php:70
+msgid "Group Your Contacts"
+msgstr "Agrupa tus contactos"
 
-#: ../../mod/content.php:818 ../../object/Item.php:230
-msgid "Wall-to-Wall"
-msgstr "Muro-A-Muro"
+#: ../../mod/newmember.php:70
+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 privados de conversación mediante el memnú en tu página de Contactos y luego puedes interactuar con cada grupo por separado desde tu página de Red."
 
-#: ../../mod/content.php:819 ../../object/Item.php:231
-msgid "via Wall-To-Wall:"
-msgstr "via Muro-A-Muro:"
+#: ../../mod/newmember.php:73
+msgid "Why Aren't My Posts Public?"
+msgstr "¿Por qué mis publicaciones no son públicas?"
 
-#: ../../mod/home.php:28 ../../addon/communityhome/communityhome.php:179
-#: ../../addon.old/communityhome/communityhome.php:179
-#, php-format
-msgid "Welcome to %s"
-msgstr "Bienvenido a %s"
+#: ../../mod/newmember.php:73
+msgid ""
+"Friendica respects your privacy. By default, your posts will only show up to"
+" people you've added as friends. For more information, see the help section "
+"from the link above."
+msgstr "Friendica respeta tu privacidad. Por defecto, tus publicaciones solo se mostrarán a personas que hayas añadido como amistades. Para más información, mira la sección de ayuda en el enlace de más arriba."
 
-#: ../../mod/notifications.php:26
-msgid "Invalid request identifier."
-msgstr "Solicitud de identificación no válida."
+#: ../../mod/newmember.php:78
+msgid "Getting Help"
+msgstr "Consiguiendo ayuda"
 
-#: ../../mod/notifications.php:35 ../../mod/notifications.php:164
-#: ../../mod/notifications.php:210
-msgid "Discard"
-msgstr "Descartar"
+#: ../../mod/newmember.php:82
+msgid "Go to the Help Section"
+msgstr "Ir a la sección de ayuda"
 
-#: ../../mod/notifications.php:51 ../../mod/notifications.php:163
-#: ../../mod/notifications.php:209 ../../mod/contacts.php:321
-#: ../../mod/contacts.php:375
-msgid "Ignore"
-msgstr "Ignorar"
+#: ../../mod/newmember.php:82
+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 información y recursos de ayuda."
 
-#: ../../mod/notifications.php:78
-msgid "System"
-msgstr "Sistema"
+#: ../../mod/suggest.php:27
+msgid "Do you really want to delete this suggestion?"
+msgstr "¿Estás seguro de que quieres borrar esta sugerencia?"
+
+#: ../../mod/suggest.php:32 ../../mod/editpost.php:148
+#: ../../mod/dfrn_request.php:848 ../../mod/contacts.php:323
+#: ../../mod/settings.php:602 ../../mod/settings.php:628
+#: ../../mod/message.php:212 ../../mod/photos.php:202 ../../mod/photos.php:290
+#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 ../../mod/fbrowser.php:81
+#: ../../mod/fbrowser.php:116 ../../include/conversation.php:1119
+#: ../../include/items.php:4067
+msgid "Cancel"
+msgstr "Cancelar"
 
-#: ../../mod/notifications.php:83 ../../include/nav.php:113
-msgid "Network"
-msgstr "Red"
+#: ../../mod/suggest.php:72
+msgid ""
+"No suggestions available. If this is a new site, please try again in 24 "
+"hours."
+msgstr "No hay sugerencias disponibles. Si el sitio web es nuevo inténtalo de nuevo dentro de 24 horas."
+
+#: ../../mod/suggest.php:90
+msgid "Ignore/Hide"
+msgstr "Ignorar/Ocultar"
+
+#: ../../mod/network.php:179
+msgid "Search Results For:"
+msgstr "Resultados de la busqueda para:"
+
+#: ../../mod/network.php:222 ../../mod/_search.php:21 ../../mod/search.php:21
+msgid "Remove term"
+msgstr "Eliminar término"
+
+#: ../../mod/network.php:231 ../../mod/_search.php:30 ../../mod/search.php:30
+#: ../../include/features.php:41
+msgid "Saved Searches"
+msgstr "Búsquedas guardadas"
+
+#: ../../mod/network.php:232 ../../include/group.php:275
+msgid "add"
+msgstr "añadir"
+
+#: ../../mod/network.php:394
+msgid "Commented Order"
+msgstr "Orden de comentarios"
+
+#: ../../mod/network.php:397
+msgid "Sort by Comment Date"
+msgstr "Ordenar por fecha de comentarios"
 
-#: ../../mod/notifications.php:88 ../../mod/network.php:407
+#: ../../mod/network.php:400
+msgid "Posted Order"
+msgstr "Orden de publicación"
+
+#: ../../mod/network.php:403
+msgid "Sort by Post Date"
+msgstr "Ordenar por fecha de publicación"
+
+#: ../../mod/network.php:441 ../../mod/notifications.php:88
 msgid "Personal"
 msgstr "Personal"
 
-#: ../../mod/notifications.php:93 ../../view/theme/diabook/theme.php:86
-#: ../../include/nav.php:77 ../../include/nav.php:115
-msgid "Home"
-msgstr "Inicio"
+#: ../../mod/network.php:444
+msgid "Posts that mention or involve you"
+msgstr "Publicaciones que te mencionan o involucran"
 
-#: ../../mod/notifications.php:98 ../../include/nav.php:121
-msgid "Introductions"
-msgstr "Presentaciones"
+#: ../../mod/network.php:450
+msgid "New"
+msgstr "Nuevo"
 
-#: ../../mod/notifications.php:103 ../../mod/message.php:176
-#: ../../include/nav.php:128
-msgid "Messages"
-msgstr "Mensajes"
+#: ../../mod/network.php:453
+msgid "Activity Stream - by date"
+msgstr "Corriente de actividad por fecha"
 
-#: ../../mod/notifications.php:122
-msgid "Show Ignored Requests"
-msgstr "Mostrar peticiones ignoradas"
+#: ../../mod/network.php:459
+msgid "Shared Links"
+msgstr "Enlaces compartidos"
 
-#: ../../mod/notifications.php:122
-msgid "Hide Ignored Requests"
-msgstr "Ocultar peticiones ignoradas"
+#: ../../mod/network.php:462
+msgid "Interesting Links"
+msgstr "Enlaces interesantes"
 
-#: ../../mod/notifications.php:148 ../../mod/notifications.php:194
-msgid "Notification type: "
-msgstr "Tipo de notificación: "
+#: ../../mod/network.php:468
+msgid "Starred"
+msgstr "Favoritos"
 
-#: ../../mod/notifications.php:149
-msgid "Friend Suggestion"
-msgstr "Propuestas de amistad"
+#: ../../mod/network.php:471
+msgid "Favourite Posts"
+msgstr "Publicaciones favoritas"
 
-#: ../../mod/notifications.php:151
+#: ../../mod/network.php:539
 #, php-format
-msgid "suggested by %s"
-msgstr "sugerido por %s"
+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."
 
-#: ../../mod/notifications.php:156 ../../mod/notifications.php:203
-#: ../../mod/contacts.php:381
-msgid "Hide this contact from others"
-msgstr "Ocultar este contacto a los demás."
+#: ../../mod/network.php:542
+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/notifications.php:157 ../../mod/notifications.php:204
-msgid "Post a new friend activity"
-msgstr "Publica tu nueva amistad"
+#: ../../mod/network.php:588 ../../mod/content.php:119
+msgid "No such group"
+msgstr "Ningún grupo"
 
-#: ../../mod/notifications.php:157 ../../mod/notifications.php:204
-msgid "if applicable"
-msgstr "Si corresponde"
+#: ../../mod/network.php:599 ../../mod/content.php:130
+msgid "Group is empty"
+msgstr "El grupo está vacío"
 
-#: ../../mod/notifications.php:160 ../../mod/notifications.php:207
-#: ../../mod/admin.php:694
-msgid "Approve"
-msgstr "Aprobar"
+#: ../../mod/network.php:605 ../../mod/content.php:134
+msgid "Group: "
+msgstr "Grupo: "
 
-#: ../../mod/notifications.php:180
-msgid "Claims to be known to you: "
-msgstr "Dice conocerte: "
+#: ../../mod/network.php:617
+msgid "Contact: "
+msgstr "Contacto: "
 
-#: ../../mod/notifications.php:180
-msgid "yes"
-msgstr ""
+#: ../../mod/network.php:619
+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/notifications.php:180
-msgid "no"
-msgstr "no"
+#: ../../mod/network.php:624
+msgid "Invalid contact."
+msgstr "Contacto erróneo."
 
-#: ../../mod/notifications.php:187
-msgid "Approve as: "
-msgstr "Aprobar como: "
+#: ../../mod/install.php:117
+msgid "Friendica Communications Server - Setup"
+msgstr ""
 
-#: ../../mod/notifications.php:188
-msgid "Friend"
-msgstr "Amigo"
+#: ../../mod/install.php:123
+msgid "Could not connect to database."
+msgstr "No es posible la conexión con la base de datos."
 
-#: ../../mod/notifications.php:189
-msgid "Sharer"
-msgstr "Lector"
+#: ../../mod/install.php:127
+msgid "Could not create table."
+msgstr "No se puede crear la tabla."
 
-#: ../../mod/notifications.php:189
-msgid "Fan/Admirer"
-msgstr "Fan/Admirador"
+#: ../../mod/install.php:133
+msgid "Your Friendica site database has been installed."
+msgstr "La base de datos de su sitio web de Friendica ha sido instalada."
 
-#: ../../mod/notifications.php:195
-msgid "Friend/Connect Request"
-msgstr "Solicitud de Amistad/Conexión"
+#: ../../mod/install.php:138
+msgid ""
+"You may need to import the file \"database.sql\" manually using phpmyadmin "
+"or mysql."
+msgstr "Puede que tengas que importar el archivo \"Database.sql\" manualmente usando phpmyadmin o mysql."
 
-#: ../../mod/notifications.php:195
-msgid "New Follower"
-msgstr "Nuevo seguidor"
+#: ../../mod/install.php:139 ../../mod/install.php:206
+#: ../../mod/install.php:521
+msgid "Please see the file \"INSTALL.txt\"."
+msgstr "Por favor, consulta el archivo \"INSTALL.txt\"."
 
-#: ../../mod/notifications.php:216
-msgid "No introductions."
-msgstr "Sin presentaciones."
+#: ../../mod/install.php:203
+msgid "System check"
+msgstr "Verificación del sistema"
 
-#: ../../mod/notifications.php:219 ../../include/nav.php:122
-msgid "Notifications"
-msgstr "Notificaciones"
+#: ../../mod/install.php:207 ../../mod/events.php:373
+msgid "Next"
+msgstr "Siguiente"
 
-#: ../../mod/notifications.php:256 ../../mod/notifications.php:381
-#: ../../mod/notifications.php:468
-#, php-format
-msgid "%s liked %s's post"
-msgstr "A %s le gusta la publicación de %s"
+#: ../../mod/install.php:208
+msgid "Check again"
+msgstr "Compruebalo de nuevo"
 
-#: ../../mod/notifications.php:265 ../../mod/notifications.php:390
-#: ../../mod/notifications.php:477
-#, php-format
-msgid "%s disliked %s's post"
-msgstr "A %s no le gusta la publicación de %s"
+#: ../../mod/install.php:227
+msgid "Database connection"
+msgstr "Conexión con la base de datos"
 
-#: ../../mod/notifications.php:279 ../../mod/notifications.php:404
-#: ../../mod/notifications.php:491
-#, php-format
-msgid "%s is now friends with %s"
-msgstr "%s es ahora es amigo de %s"
+#: ../../mod/install.php:228
+msgid ""
+"In order to install Friendica we need to know how to connect to your "
+"database."
+msgstr "Con el fin de poder instalar Friendica, necesitamos saber cómo conectar con tu base de datos."
 
-#: ../../mod/notifications.php:286 ../../mod/notifications.php:411
-#, php-format
-msgid "%s created a new post"
-msgstr "%s creó una nueva publicación"
+#: ../../mod/install.php:229
+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 con el administrador de la página si tienes alguna pregunta sobre estas configuraciones."
 
-#: ../../mod/notifications.php:287 ../../mod/notifications.php:412
-#: ../../mod/notifications.php:500
-#, php-format
-msgid "%s commented on %s's post"
-msgstr "%s comentó la publicación de %s"
+#: ../../mod/install.php:230
+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 debería existir ya. Si no es el caso, debes crearla antes de continuar."
 
-#: ../../mod/notifications.php:301
-msgid "No more network notifications."
-msgstr "No hay más notificaciones de red."
+#: ../../mod/install.php:234
+msgid "Database Server Name"
+msgstr "Nombre del servidor de la base de datos"
 
-#: ../../mod/notifications.php:305
-msgid "Network Notifications"
-msgstr "Notificaciones de Red"
+#: ../../mod/install.php:235
+msgid "Database Login Name"
+msgstr "Usuario de la base de datos"
 
-#: ../../mod/notifications.php:331 ../../mod/notify.php:61
-msgid "No more system notifications."
-msgstr "No hay más notificaciones del sistema."
+#: ../../mod/install.php:236
+msgid "Database Login Password"
+msgstr "Contraseña de la base de datos"
+
+#: ../../mod/install.php:237
+msgid "Database Name"
+msgstr "Nombre de la base de datos"
+
+#: ../../mod/install.php:238 ../../mod/install.php:277
+msgid "Site administrator email address"
+msgstr "Dirección de correo del administrador de la web"
+
+#: ../../mod/install.php:238 ../../mod/install.php:277
+msgid ""
+"Your account email address must match this in order to use the web admin "
+"panel."
+msgstr "La dirección de correo de tu cuenta debe coincidir con esta para poder usar el panel de administración de la web."
+
+#: ../../mod/install.php:242 ../../mod/install.php:280
+msgid "Please select a default timezone for your website"
+msgstr "Por favor, selecciona la zona horaria predeterminada para tu web"
+
+#: ../../mod/install.php:267
+msgid "Site settings"
+msgstr "Configuración de la página web"
+
+#: ../../mod/install.php:321
+msgid "Could not find a command line version of PHP in the web server PATH."
+msgstr "No se pudo encontrar una versión de la línea de comandos de PHP en la ruta del servidor web."
+
+#: ../../mod/install.php:322
+msgid ""
+"If you don't have a command line version of PHP installed on server, you "
+"will not be able to run background polling via cron. See <a "
+"href='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"
+msgstr "Si no tienes una versión en línea de comandos de PHP instalada en el servidor no podrás ejecutar actualizaciones en segundo plano a través de cron. Ver <a href='http://friendica.com/node/27'>'Activating scheduled tasks'</ a>"
+
+#: ../../mod/install.php:326
+msgid "PHP executable path"
+msgstr "Dirección al ejecutable PHP"
+
+#: ../../mod/install.php:326
+msgid ""
+"Enter full path to php executable. You can leave this blank to continue the "
+"installation."
+msgstr "Introduce la ruta completa al ejecutable php. Puedes dejarlo en blanco y seguir con la instalación."
+
+#: ../../mod/install.php:331
+msgid "Command line PHP"
+msgstr "Línea de comandos PHP"
 
-#: ../../mod/notifications.php:335 ../../mod/notify.php:65
-msgid "System Notifications"
-msgstr "Notificaciones del sistema"
+#: ../../mod/install.php:340
+msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
+msgstr ""
 
-#: ../../mod/notifications.php:426
-msgid "No more personal notifications."
-msgstr "No hay más notificaciones personales."
+#: ../../mod/install.php:341
+msgid "Found PHP version: "
+msgstr ""
 
-#: ../../mod/notifications.php:430
-msgid "Personal Notifications"
-msgstr "Notificaciones personales"
+#: ../../mod/install.php:343
+msgid "PHP cli binary"
+msgstr ""
 
-#: ../../mod/notifications.php:507
-msgid "No more home notifications."
-msgstr "No hay más notificaciones de inicio."
+#: ../../mod/install.php:354
+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/notifications.php:511
-msgid "Home Notifications"
-msgstr "Notificaciones de Inicio"
+#: ../../mod/install.php:355
+msgid "This is required for message delivery to work."
+msgstr "Esto es necesario para que funcione la entrega de mensajes."
 
-#: ../../mod/contacts.php:84 ../../mod/contacts.php:164
-msgid "Could not access contact record."
-msgstr "No se pudo acceder a los datos del contacto."
+#: ../../mod/install.php:357
+msgid "PHP register_argc_argv"
+msgstr "PHP register_argc_argv"
 
-#: ../../mod/contacts.php:98
-msgid "Could not locate selected profile."
-msgstr "No se pudo encontrar el perfil seleccionado."
+#: ../../mod/install.php:378
+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/contacts.php:121
-msgid "Contact updated."
-msgstr "Contacto actualizado."
+#: ../../mod/install.php:379
+msgid ""
+"If running under Windows, please see "
+"\"http://www.php.net/manual/en/openssl.installation.php\"."
+msgstr "Si se ejecuta en Windows, por favor consulta la sección \"http://www.php.net/manual/en/openssl.installation.php\"."
 
-#: ../../mod/contacts.php:186
-msgid "Contact has been blocked"
-msgstr "El contacto ha sido bloqueado"
+#: ../../mod/install.php:381
+msgid "Generate encryption keys"
+msgstr "Generar claves de encriptación"
 
-#: ../../mod/contacts.php:186
-msgid "Contact has been unblocked"
-msgstr "El contacto ha sido desbloqueado"
+#: ../../mod/install.php:388
+msgid "libCurl PHP module"
+msgstr "Módulo PHP libCurl"
 
-#: ../../mod/contacts.php:200
-msgid "Contact has been ignored"
-msgstr "El contacto ha sido ignorado"
+#: ../../mod/install.php:389
+msgid "GD graphics PHP module"
+msgstr "Módulo PHP gráficos GD"
 
-#: ../../mod/contacts.php:200
-msgid "Contact has been unignored"
-msgstr "El contacto ya no está ignorado"
+#: ../../mod/install.php:390
+msgid "OpenSSL PHP module"
+msgstr "Módulo PHP OpenSSL"
 
-#: ../../mod/contacts.php:216
-msgid "Contact has been archived"
-msgstr "El contacto ha sido archivado"
+#: ../../mod/install.php:391
+msgid "mysqli PHP module"
+msgstr "Módulo PHP mysqli"
 
-#: ../../mod/contacts.php:216
-msgid "Contact has been unarchived"
-msgstr "El contacto ya no está archivado"
+#: ../../mod/install.php:392
+msgid "mb_string PHP module"
+msgstr "Módulo PHP mb_string"
 
-#: ../../mod/contacts.php:229
-msgid "Contact has been removed."
-msgstr "El contacto ha sido eliminado"
+#: ../../mod/install.php:397 ../../mod/install.php:399
+msgid "Apache mod_rewrite module"
+msgstr "Módulo mod_rewrite de Apache"
 
-#: ../../mod/contacts.php:263
-#, php-format
-msgid "You are mutual friends with %s"
-msgstr "Ahora tienes una amistad mutua con %s"
+#: ../../mod/install.php:397
+msgid ""
+"Error: Apache webserver mod-rewrite module is required but not installed."
+msgstr "Error: El módulo de Apache mod-rewrite es necesario pero no está instalado."
 
-#: ../../mod/contacts.php:267
-#, php-format
-msgid "You are sharing with %s"
-msgstr "Estás compartiendo con %s"
+#: ../../mod/install.php:405
+msgid "Error: libCURL PHP module required but not installed."
+msgstr "Error: El módulo de PHP libcurl es necesario, pero no está instalado."
 
-#: ../../mod/contacts.php:272
-#, php-format
-msgid "%s is sharing with you"
-msgstr "%s está compartiendo contigo"
+#: ../../mod/install.php:409
+msgid ""
+"Error: GD graphics PHP module with JPEG support required but not installed."
+msgstr "Error: El módulo de de PHP gráficos GD con soporte JPEG es necesario, pero no está instalado."
 
-#: ../../mod/contacts.php:289
-msgid "Private communications are not available for this contact."
-msgstr "Las comunicaciones privadas no está disponibles para este contacto."
+#: ../../mod/install.php:413
+msgid "Error: openssl PHP module required but not installed."
+msgstr "Error: El módulo de PHP openssl es necesario, pero  no está instalado."
 
-#: ../../mod/contacts.php:292
-msgid "Never"
-msgstr "Nunca"
+#: ../../mod/install.php:417
+msgid "Error: mysqli PHP module required but not installed."
+msgstr "Error: El módulo de PHP mysqli es necesario, pero no está instalado."
 
-#: ../../mod/contacts.php:296
-msgid "(Update was successful)"
-msgstr "(La actualización se ha completado)"
+#: ../../mod/install.php:421
+msgid "Error: mb_string PHP module required but not installed."
+msgstr "Error: El módulo de PHP mb_string es necesario, pero no está instalado."
 
-#: ../../mod/contacts.php:296
-msgid "(Update was not successful)"
-msgstr "(La actualización no se ha completado)"
+#: ../../mod/install.php:438
+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 principal de tu servidor web y es incapaz de hacerlo."
 
-#: ../../mod/contacts.php:298
-msgid "Suggest friends"
-msgstr "Sugerir amigos"
+#: ../../mod/install.php:439
+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 "Se trata a menudo de una configuración de permisos, pues el servidor web puede que no sea capaz de escribir archivos en la carpeta, aunque tú sí puedas."
 
-#: ../../mod/contacts.php:302
-#, php-format
-msgid "Network type: %s"
-msgstr "Tipo de red: %s"
+#: ../../mod/install.php:440
+msgid ""
+"At the end of this procedure, we will give you a text to save in a file "
+"named .htconfig.php in your Friendica top folder."
+msgstr "Al final obtendremos un texto que debes guardar en un archivo llamado .htconfig.php en la carpeta de Friendica."
 
-#: ../../mod/contacts.php:305 ../../include/contact_widgets.php:190
-#, 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"
+#: ../../mod/install.php:441
+msgid ""
+"You can alternatively skip this procedure and perform a manual installation."
+" Please see the file \"INSTALL.txt\" for instructions."
+msgstr "Como alternativa, puedes saltarte estos pasos y realizar una instalación manual. Por favor, consulta el archivo \"INSTALL.txt\" para las instrucciones."
 
-#: ../../mod/contacts.php:310
-msgid "View all contacts"
-msgstr "Ver todos los contactos"
+#: ../../mod/install.php:444
+msgid ".htconfig.php is writable"
+msgstr ".htconfig.php tiene permiso de escritura"
 
-#: ../../mod/contacts.php:315 ../../mod/contacts.php:374
-#: ../../mod/admin.php:698
-msgid "Unblock"
-msgstr "Desbloquear"
+#: ../../mod/install.php:454
+msgid ""
+"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
+"compiles templates to PHP to speed up rendering."
+msgstr ""
 
-#: ../../mod/contacts.php:315 ../../mod/contacts.php:374
-#: ../../mod/admin.php:697
-msgid "Block"
-msgstr "Bloquear"
+#: ../../mod/install.php:455
+msgid ""
+"In order to store these compiled templates, the web server needs to have "
+"write access to the directory view/smarty3/ under the Friendica top level "
+"folder."
+msgstr ""
 
-#: ../../mod/contacts.php:318
-msgid "Toggle Blocked status"
-msgstr "Cambiar bloqueados"
+#: ../../mod/install.php:456
+msgid ""
+"Please ensure that the user that your web server runs as (e.g. www-data) has"
+" write access to this folder."
+msgstr ""
 
-#: ../../mod/contacts.php:321 ../../mod/contacts.php:375
-msgid "Unignore"
-msgstr "Quitar de Ignorados"
+#: ../../mod/install.php:457
+msgid ""
+"Note: as a security measure, you should give the web server write access to "
+"view/smarty3/ only--not the template files (.tpl) that it contains."
+msgstr ""
 
-#: ../../mod/contacts.php:324
-msgid "Toggle Ignored status"
-msgstr "Cambiar ignorados"
+#: ../../mod/install.php:460
+msgid "view/smarty3 is writable"
+msgstr ""
 
-#: ../../mod/contacts.php:328
-msgid "Unarchive"
-msgstr "Sin archivar"
+#: ../../mod/install.php:472
+msgid ""
+"Url rewrite in .htaccess is not working. Check your server configuration."
+msgstr "La reescritura de la dirección en .htaccess no funcionó. Revisa la configuración."
 
-#: ../../mod/contacts.php:328
-msgid "Archive"
-msgstr "Archivo"
+#: ../../mod/install.php:474
+msgid "Url rewrite is working"
+msgstr "Reescribiendo la dirección..."
 
-#: ../../mod/contacts.php:331
-msgid "Toggle Archive status"
-msgstr "Cambiar archivados"
+#: ../../mod/install.php:484
+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."
 
-#: ../../mod/contacts.php:334
-msgid "Repair"
-msgstr "Reparar"
+#: ../../mod/install.php:508
+msgid "Errors encountered creating database tables."
+msgstr "Se han encontrados errores creando las tablas de la base de datos."
 
-#: ../../mod/contacts.php:337
-msgid "Advanced Contact Settings"
-msgstr "Configuración avanzada"
+#: ../../mod/install.php:519
+msgid "<h1>What next</h1>"
+msgstr "<h1>¿Ahora qué?</h1>"
 
-#: ../../mod/contacts.php:343
-msgid "Communications lost with this contact!"
-msgstr "¡Se ha perdido la comunicación con este contacto!"
+#: ../../mod/install.php:520
+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 sondeo"
 
-#: ../../mod/contacts.php:346
-msgid "Contact Editor"
-msgstr "Editor de contactos"
+#: ../../mod/admin.php:55
+msgid "Theme settings updated."
+msgstr "Configuración de la apariencia actualizada."
 
-#: ../../mod/contacts.php:349
-msgid "Profile Visibility"
-msgstr "Visibilidad del Perfil"
+#: ../../mod/admin.php:101 ../../mod/admin.php:570
+msgid "Site"
+msgstr "Sitio"
 
-#: ../../mod/contacts.php:350
-#, php-format
-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."
+#: ../../mod/admin.php:102 ../../mod/admin.php:898 ../../mod/admin.php:913
+msgid "Users"
+msgstr "Usuarios"
 
-#: ../../mod/contacts.php:351
-msgid "Contact Information / Notes"
-msgstr "Información del Contacto / Notas"
+#: ../../mod/admin.php:103 ../../mod/admin.php:1002 ../../mod/admin.php:1044
+msgid "Plugins"
+msgstr "Módulos"
 
-#: ../../mod/contacts.php:352
-msgid "Edit contact notes"
-msgstr "Editar notas del contacto"
+#: ../../mod/admin.php:104 ../../mod/admin.php:1210 ../../mod/admin.php:1244
+msgid "Themes"
+msgstr "Temas"
 
-#: ../../mod/contacts.php:357 ../../mod/contacts.php:549
-#: ../../mod/viewcontacts.php:62 ../../mod/nogroup.php:40
-#, php-format
-msgid "Visit %s's profile [%s]"
-msgstr "Ver el perfil de %s [%s]"
+#: ../../mod/admin.php:105
+msgid "DB updates"
+msgstr "Actualizaciones de la Base de Datos"
 
-#: ../../mod/contacts.php:358
-msgid "Block/Unblock contact"
-msgstr "Boquear/Desbloquear contacto"
+#: ../../mod/admin.php:120 ../../mod/admin.php:127 ../../mod/admin.php:1331
+msgid "Logs"
+msgstr "Registros"
 
-#: ../../mod/contacts.php:359
-msgid "Ignore contact"
-msgstr "Ignorar contacto"
+#: ../../mod/admin.php:125 ../../include/nav.php:178
+msgid "Admin"
+msgstr "Admin"
 
-#: ../../mod/contacts.php:360
-msgid "Repair URL settings"
-msgstr "Configuración de reparación de la dirección"
+#: ../../mod/admin.php:126
+msgid "Plugin Features"
+msgstr "Características del módulo"
 
-#: ../../mod/contacts.php:361
-msgid "View conversations"
-msgstr "Ver conversaciones"
+#: ../../mod/admin.php:128
+msgid "User registrations waiting for confirmation"
+msgstr "Registro de usuarios esperando la confirmación"
 
-#: ../../mod/contacts.php:363
-msgid "Delete contact"
-msgstr "Eliminar contacto"
+#: ../../mod/admin.php:187 ../../mod/admin.php:852
+msgid "Normal Account"
+msgstr "Cuenta normal"
 
-#: ../../mod/contacts.php:367
-msgid "Last update:"
-msgstr "Última actualización:"
+#: ../../mod/admin.php:188 ../../mod/admin.php:853
+msgid "Soapbox Account"
+msgstr "Cuenta tribuna"
 
-#: ../../mod/contacts.php:369
-msgid "Update public posts"
-msgstr "Actualizar publicaciones públicas"
+#: ../../mod/admin.php:189 ../../mod/admin.php:854
+msgid "Community/Celebrity Account"
+msgstr "Cuenta de Comunidad/Celebridad"
 
-#: ../../mod/contacts.php:371 ../../mod/admin.php:1170
-msgid "Update now"
-msgstr "Actualizar ahora"
+#: ../../mod/admin.php:190 ../../mod/admin.php:855
+msgid "Automatic Friend Account"
+msgstr "Cuenta de amistad automática"
 
-#: ../../mod/contacts.php:378
-msgid "Currently blocked"
-msgstr "Bloqueados"
+#: ../../mod/admin.php:191
+msgid "Blog Account"
+msgstr "Cuenta de blog"
 
-#: ../../mod/contacts.php:379
-msgid "Currently ignored"
-msgstr "Ignorados"
+#: ../../mod/admin.php:192
+msgid "Private Forum"
+msgstr "Foro privado"
 
-#: ../../mod/contacts.php:380
-msgid "Currently archived"
-msgstr "Archivados"
+#: ../../mod/admin.php:211
+msgid "Message queues"
+msgstr "Cola de mensajes"
 
-#: ../../mod/contacts.php:381
-msgid ""
-"Replies/likes to your public posts <strong>may</strong> still be visible"
-msgstr "Los comentarios o \"me gusta\" en tus publicaciones públicas todavía <strong>pueden</strong> ser visibles."
+#: ../../mod/admin.php:216 ../../mod/admin.php:569 ../../mod/admin.php:897
+#: ../../mod/admin.php:1001 ../../mod/admin.php:1043 ../../mod/admin.php:1209
+#: ../../mod/admin.php:1243 ../../mod/admin.php:1330
+msgid "Administration"
+msgstr "Administración"
 
-#: ../../mod/contacts.php:434
-msgid "Suggestions"
-msgstr "Sugerencias"
+#: ../../mod/admin.php:217
+msgid "Summary"
+msgstr "Resumen"
 
-#: ../../mod/contacts.php:437
-msgid "Suggest potential friends"
-msgstr "Amistades potenciales sugeridas"
+#: ../../mod/admin.php:219
+msgid "Registered users"
+msgstr "Usuarios registrados"
 
-#: ../../mod/contacts.php:440 ../../mod/group.php:191
-msgid "All Contacts"
-msgstr "Todos los contactos"
+#: ../../mod/admin.php:221
+msgid "Pending registrations"
+msgstr "Pendientes de registro"
 
-#: ../../mod/contacts.php:443
-msgid "Show all contacts"
-msgstr "Mostrar todos los contactos"
+#: ../../mod/admin.php:222
+msgid "Version"
+msgstr "Versión"
 
-#: ../../mod/contacts.php:446
-msgid "Unblocked"
-msgstr "Desbloqueados"
+#: ../../mod/admin.php:224
+msgid "Active plugins"
+msgstr "Módulos activos"
 
-#: ../../mod/contacts.php:449
-msgid "Only show unblocked contacts"
-msgstr "Mostrar solo contactos sin bloquear"
+#: ../../mod/admin.php:247
+msgid "Can not parse base url. Must have at least <scheme>://<domain>"
+msgstr ""
 
-#: ../../mod/contacts.php:453
-msgid "Blocked"
-msgstr "Bloqueados"
+#: ../../mod/admin.php:483
+msgid "Site settings updated."
+msgstr "Configuración de actualización."
 
-#: ../../mod/contacts.php:456
-msgid "Only show blocked contacts"
-msgstr "Mostrar solo contactos bloqueados"
+#: ../../mod/admin.php:512 ../../mod/settings.php:810
+msgid "No special theme for mobile devices"
+msgstr "No hay tema especial para dispositivos móviles"
 
-#: ../../mod/contacts.php:460
-msgid "Ignored"
-msgstr "Ignorados"
+#: ../../mod/admin.php:529 ../../mod/contacts.php:402
+msgid "Never"
+msgstr "Nunca"
 
-#: ../../mod/contacts.php:463
-msgid "Only show ignored contacts"
-msgstr "Mostrar solo contactos ignorados"
+#: ../../mod/admin.php:530 ../../include/contact_selectors.php:56
+msgid "Frequently"
+msgstr "Frequentemente"
 
-#: ../../mod/contacts.php:467
-msgid "Archived"
-msgstr "Archivados"
+#: ../../mod/admin.php:531 ../../include/contact_selectors.php:57
+msgid "Hourly"
+msgstr "Cada hora"
 
-#: ../../mod/contacts.php:470
-msgid "Only show archived contacts"
-msgstr "Mostrar solo contactos archivados"
+#: ../../mod/admin.php:532 ../../include/contact_selectors.php:58
+msgid "Twice daily"
+msgstr "Dos veces al día"
 
-#: ../../mod/contacts.php:474
-msgid "Hidden"
-msgstr "Ocultos"
+#: ../../mod/admin.php:533 ../../include/contact_selectors.php:59
+msgid "Daily"
+msgstr "Diariamente"
 
-#: ../../mod/contacts.php:477
-msgid "Only show hidden contacts"
-msgstr "Mostrar solo contactos ocultos"
+#: ../../mod/admin.php:538
+msgid "Multi user instance"
+msgstr "Sesión multi usuario"
 
-#: ../../mod/contacts.php:525
-msgid "Mutual Friendship"
-msgstr "Amistad recíproca"
+#: ../../mod/admin.php:556
+msgid "Closed"
+msgstr "Cerrado"
 
-#: ../../mod/contacts.php:529
-msgid "is a fan of yours"
-msgstr "es tu fan"
+#: ../../mod/admin.php:557
+msgid "Requires approval"
+msgstr "Requiere aprobación"
 
-#: ../../mod/contacts.php:533
-msgid "you are a fan of"
-msgstr "eres fan de"
+#: ../../mod/admin.php:558
+msgid "Open"
+msgstr "Abierto"
 
-#: ../../mod/contacts.php:550 ../../mod/nogroup.php:41
-msgid "Edit contact"
-msgstr "Modificar contacto"
+#: ../../mod/admin.php:562
+msgid "No SSL policy, links will track page SSL state"
+msgstr "No existe una política de SSL, los vínculos harán un seguimiento del estado de SSL en la página"
 
-#: ../../mod/contacts.php:571 ../../view/theme/diabook/theme.php:88
-#: ../../include/nav.php:139
-msgid "Contacts"
-msgstr "Contactos"
+#: ../../mod/admin.php:563
+msgid "Force all links to use SSL"
+msgstr "Forzar todos los enlaces a utilizar SSL"
 
-#: ../../mod/contacts.php:575
-msgid "Search your contacts"
-msgstr "Buscar en tus contactos"
+#: ../../mod/admin.php:564
+msgid "Self-signed certificate, use SSL for local links only (discouraged)"
+msgstr "Certificación personal, usa SSL solo para enlaces locales (no recomendado)"
 
-#: ../../mod/contacts.php:576 ../../mod/directory.php:59
-msgid "Finding: "
-msgstr "Buscando: "
+#: ../../mod/admin.php:571 ../../mod/admin.php:1045 ../../mod/admin.php:1245
+#: ../../mod/admin.php:1332 ../../mod/settings.php:601
+#: ../../mod/settings.php:711 ../../mod/settings.php:780
+#: ../../mod/settings.php:856 ../../mod/settings.php:1084
+msgid "Save Settings"
+msgstr ""
 
-#: ../../mod/contacts.php:577 ../../mod/directory.php:61
-#: ../../include/contact_widgets.php:33
-msgid "Find"
-msgstr "Buscar"
+#: ../../mod/admin.php:573
+msgid "File upload"
+msgstr "Subida de archivo"
 
-#: ../../mod/lostpass.php:16
-msgid "No valid account found."
-msgstr "No se ha encontrado ninguna cuenta válida"
+#: ../../mod/admin.php:574
+msgid "Policies"
+msgstr "Políticas"
 
-#: ../../mod/lostpass.php:32
-msgid "Password reset request issued. Check your email."
-msgstr "Solicitud de restablecimiento de contraseña enviada. Revisa tu correo."
+#: ../../mod/admin.php:575
+msgid "Advanced"
+msgstr "Avanzado"
 
-#: ../../mod/lostpass.php:43
-#, php-format
-msgid "Password reset requested at %s"
-msgstr "Contraseña restablecida enviada a %s"
+#: ../../mod/admin.php:576
+msgid "Performance"
+msgstr "Rendimiento"
 
-#: ../../mod/lostpass.php:45 ../../mod/lostpass.php:107
-#: ../../mod/register.php:90 ../../mod/register.php:144
-#: ../../mod/regmod.php:54 ../../mod/dfrn_confirm.php:752
-#: ../../addon/facebook/facebook.php:702
-#: ../../addon/facebook/facebook.php:1200 ../../addon/fbpost/fbpost.php:661
-#: ../../addon/public_server/public_server.php:62
-#: ../../addon/testdrive/testdrive.php:67 ../../include/items.php:3302
-#: ../../boot.php:799 ../../addon.old/facebook/facebook.php:702
-#: ../../addon.old/facebook/facebook.php:1200
-#: ../../addon.old/fbpost/fbpost.php:661
-#: ../../addon.old/public_server/public_server.php:62
-#: ../../addon.old/testdrive/testdrive.php:67
-msgid "Administrator"
-msgstr "Administrador"
-
-#: ../../mod/lostpass.php:65
+#: ../../mod/admin.php:577
 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."
+"Relocate - WARNING: advanced function. Could make this server unreachable."
+msgstr ""
 
-#: ../../mod/lostpass.php:83 ../../boot.php:936
-msgid "Password Reset"
-msgstr "Restablecer la contraseña"
+#: ../../mod/admin.php:580
+msgid "Site name"
+msgstr "Nombre del sitio"
 
-#: ../../mod/lostpass.php:84
-msgid "Your password has been reset as requested."
-msgstr "Tu contraseña ha sido restablecida como solicitaste."
+#: ../../mod/admin.php:581
+msgid "Banner/Logo"
+msgstr "Imagen/Logotipo"
 
-#: ../../mod/lostpass.php:85
-msgid "Your new password is"
-msgstr "Tu nueva contraseña es"
+#: ../../mod/admin.php:582
+msgid "Additional Info"
+msgstr ""
 
-#: ../../mod/lostpass.php:86
-msgid "Save or copy your new password - and then"
-msgstr "Guarda o copia tu nueva contraseña y luego"
+#: ../../mod/admin.php:582
+msgid ""
+"For public servers: you can add additional information here that will be "
+"listed at dir.friendica.com/siteinfo."
+msgstr ""
 
-#: ../../mod/lostpass.php:87
-msgid "click here to login"
-msgstr "pulsa aquí para acceder"
+#: ../../mod/admin.php:583
+msgid "System language"
+msgstr "Idioma"
 
-#: ../../mod/lostpass.php:88
+#: ../../mod/admin.php:584
+msgid "System theme"
+msgstr "Tema"
+
+#: ../../mod/admin.php:584
 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."
+"Default system theme - may be over-ridden by user profiles - <a href='#' "
+"id='cnftheme'>change theme settings</a>"
+msgstr "Tema por defecto del sistema, los usuarios podrán elegir el suyo propio en su configuración <a href='#' id='cnftheme'>cambiar configuración del tema</a>"
 
-#: ../../mod/lostpass.php:119
-msgid "Forgot your Password?"
-msgstr "¿Olvidaste tu contraseña?"
+#: ../../mod/admin.php:585
+msgid "Mobile system theme"
+msgstr "Tema de sistema móvil"
 
-#: ../../mod/lostpass.php:120
-msgid ""
-"Enter your email address and submit to have your password reset. Then check "
-"your email for further instructions."
-msgstr "Introduce tu correo para restablecer tu contraseña. Luego comprueba tu correo para las instrucciones adicionales."
+#: ../../mod/admin.php:585
+msgid "Theme for mobile devices"
+msgstr "Tema para dispositivos móviles"
 
-#: ../../mod/lostpass.php:121
-msgid "Nickname or Email: "
-msgstr "Apodo o Correo electrónico: "
+#: ../../mod/admin.php:586
+msgid "SSL link policy"
+msgstr "Política de enlaces SSL"
 
-#: ../../mod/lostpass.php:122
-msgid "Reset"
-msgstr "Restablecer"
+#: ../../mod/admin.php:586
+msgid "Determines whether generated links should be forced to use SSL"
+msgstr "Determina si los enlaces generados deben ser forzados a utilizar SSL"
 
-#: ../../mod/settings.php:30 ../../include/nav.php:137
-msgid "Account settings"
-msgstr "Configuración de tu cuenta"
+#: ../../mod/admin.php:587
+msgid "Old style 'Share'"
+msgstr ""
 
-#: ../../mod/settings.php:35
-msgid "Display settings"
-msgstr "Configuración Tema/Visualización"
+#: ../../mod/admin.php:587
+msgid "Deactivates the bbcode element 'share' for repeating items."
+msgstr ""
 
-#: ../../mod/settings.php:41
-msgid "Connector settings"
-msgstr "Configuración del conector"
+#: ../../mod/admin.php:588
+msgid "Hide help entry from navigation menu"
+msgstr "Ocultar la ayuda en el menú de navegación"
 
-#: ../../mod/settings.php:46
-msgid "Plugin settings"
-msgstr "Configuración de los módulos"
+#: ../../mod/admin.php:588
+msgid ""
+"Hides the menu entry for the Help pages from the navigation menu. You can "
+"still access it calling /help directly."
+msgstr "Oculta la entrada de las páginas de Ayuda en el menú de navegación. Todavía se puede acceder escribiendo /ayuda directamente."
 
-#: ../../mod/settings.php:51
-msgid "Connected apps"
-msgstr "Aplicaciones conectadas"
+#: ../../mod/admin.php:589
+msgid "Single user instance"
+msgstr "Sesión de usuario único"
 
-#: ../../mod/settings.php:56
-msgid "Export personal data"
-msgstr "Exportación de datos personales"
+#: ../../mod/admin.php:589
+msgid "Make this instance multi-user or single-user for the named user"
+msgstr "Haz esta sesión multi-usuario o usuario único para el usuario"
 
-#: ../../mod/settings.php:61
-msgid "Remove account"
-msgstr "Eliminar cuenta"
+#: ../../mod/admin.php:590
+msgid "Maximum image size"
+msgstr "Tamaño máximo de la imagen"
 
-#: ../../mod/settings.php:69 ../../mod/newmember.php:22
-#: ../../mod/admin.php:785 ../../mod/admin.php:990
-#: ../../addon/dav/friendica/layout.fnk.php:225
-#: ../../addon/mathjax/mathjax.php:36 ../../view/theme/diabook/theme.php:614
-#: ../../include/nav.php:137 ../../addon.old/dav/friendica/layout.fnk.php:225
-#: ../../addon.old/mathjax/mathjax.php:36
-msgid "Settings"
-msgstr "Configuración"
+#: ../../mod/admin.php:590
+msgid ""
+"Maximum size in bytes of uploaded images. Default is 0, which means no "
+"limits."
+msgstr "Tamaño máximo en bytes de las imágenes a subir. Por defecto es 0, que quiere decir que no hay límite."
 
-#: ../../mod/settings.php:113
-msgid "Missing some important data!"
-msgstr "¡Faltan algunos datos importantes!"
+#: ../../mod/admin.php:591
+msgid "Maximum image length"
+msgstr "Largo máximo de imagen"
 
-#: ../../mod/settings.php:116 ../../mod/settings.php:569
-msgid "Update"
-msgstr "Actualizar"
+#: ../../mod/admin.php:591
+msgid ""
+"Maximum length in pixels of the longest side of uploaded images. Default is "
+"-1, which means no limits."
+msgstr "Longitud máxima en píxeles del lado más largo de las imágenes subidas. Por defecto es -1, que significa que no hay límites."
 
-#: ../../mod/settings.php:221
-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."
+#: ../../mod/admin.php:592
+msgid "JPEG image quality"
+msgstr "Calidad de imagen JPEG"
 
-#: ../../mod/settings.php:226
-msgid "Email settings updated."
-msgstr "Configuración de correo actualizada."
+#: ../../mod/admin.php:592
+msgid ""
+"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
+"100, which is full quality."
+msgstr "Los archivos JPEG subidos se guardarán con este ajuste de calidad [0-100]. Por defecto es 100, que es calidad máxima."
 
-#: ../../mod/settings.php:290
-msgid "Passwords do not match. Password unchanged."
-msgstr "Las contraseñas no coinciden. La contraseña no ha sido modificada."
+#: ../../mod/admin.php:594
+msgid "Register policy"
+msgstr "Política de registros"
 
-#: ../../mod/settings.php:295
-msgid "Empty passwords are not allowed. Password unchanged."
-msgstr "No se permiten contraseñas vacías. La contraseña no ha sido modificada."
+#: ../../mod/admin.php:595
+msgid "Maximum Daily Registrations"
+msgstr "Registros Máximos Diarios"
 
-#: ../../mod/settings.php:306
-msgid "Password changed."
-msgstr "Contraseña modificada."
+#: ../../mod/admin.php:595
+msgid ""
+"If registration is permitted above, this sets the maximum number of new user"
+" registrations to accept per day.  If register is set to closed, this "
+"setting has no effect."
+msgstr "Si anteriormente se ha permitido el registro, esto establece el número máximo de registro de nuevos usuarios aceptados por día. Si el registro se establece como cerrado, esta opción no tiene efecto."
 
-#: ../../mod/settings.php:308
-msgid "Password update failed. Please try again."
-msgstr "La actualización de la contraseña ha fallado. Por favor, prueba otra vez."
+#: ../../mod/admin.php:596
+msgid "Register text"
+msgstr "Términos"
 
-#: ../../mod/settings.php:373
-msgid " Please use a shorter name."
-msgstr " Usa un nombre más corto."
+#: ../../mod/admin.php:596
+msgid "Will be displayed prominently on the registration page."
+msgstr "Se mostrará en un lugar destacado en la página de registro."
 
-#: ../../mod/settings.php:375
-msgid " Name too short."
-msgstr " Nombre demasiado corto."
+#: ../../mod/admin.php:597
+msgid "Accounts abandoned after x days"
+msgstr "Cuentas abandonadas después de x días"
 
-#: ../../mod/settings.php:381
-msgid " Not valid email."
-msgstr " Correo no válido."
+#: ../../mod/admin.php:597
+msgid ""
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
+msgstr "No gastará recursos del sistema creando sondeos a sitios externos para cuentas abandonadas. Introduce 0 para ningún límite temporal."
 
-#: ../../mod/settings.php:383
-msgid " Cannot change to that email."
-msgstr " No se puede usar ese correo."
+#: ../../mod/admin.php:598
+msgid "Allowed friend domains"
+msgstr "Dominios amigos permitidos"
 
-#: ../../mod/settings.php:437
-msgid "Private forum has no privacy permissions. Using default privacy group."
-msgstr "El foro privado no tiene permisos de privacidad. Usando el grupo de privacidad por defecto."
+#: ../../mod/admin.php:598
+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 los dominios que están autorizados para establecer conexiones con este sitio. Se aceptan comodines. Dejar en blanco para permitir cualquier dominio"
+
+#: ../../mod/admin.php:599
+msgid "Allowed email domains"
+msgstr "Dominios de correo permitidos"
+
+#: ../../mod/admin.php:599
+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 que están autorizados en las direcciones de correo para registrarse en este sitio. Se aceptan comodines. Dejar en blanco para permitir cualquier dominio"
 
-#: ../../mod/settings.php:441
-msgid "Private forum has no privacy permissions and no default privacy group."
-msgstr "El foro privado no tiene permisos de privacidad ni grupo por defecto de privacidad."
+#: ../../mod/admin.php:600
+msgid "Block public"
+msgstr "Bloqueo público"
 
-#: ../../mod/settings.php:471 ../../addon/facebook/facebook.php:495
-#: ../../addon/fbpost/fbpost.php:144
-#: ../../addon/remote_permissions/remote_permissions.php:204
-#: ../../addon/impressum/impressum.php:78
-#: ../../addon/openstreetmap/openstreetmap.php:80
-#: ../../addon/mathjax/mathjax.php:66 ../../addon/piwik/piwik.php:105
-#: ../../addon/twitter/twitter.php:389
-#: ../../addon.old/facebook/facebook.php:495
-#: ../../addon.old/fbpost/fbpost.php:144
-#: ../../addon.old/impressum/impressum.php:78
-#: ../../addon.old/openstreetmap/openstreetmap.php:80
-#: ../../addon.old/mathjax/mathjax.php:66 ../../addon.old/piwik/piwik.php:105
-#: ../../addon.old/twitter/twitter.php:389
-msgid "Settings updated."
-msgstr "Configuración actualizada."
+#: ../../mod/admin.php:600
+msgid ""
+"Check to block public access to all otherwise public personal pages on this "
+"site unless you are currently logged in."
+msgstr "Marca para bloquear el acceso público a todas las páginas personales, aún siendo públicas, hasta que no hayas iniciado tu sesión."
 
-#: ../../mod/settings.php:542 ../../mod/settings.php:568
-#: ../../mod/settings.php:604
-msgid "Add application"
-msgstr "Agregar aplicación"
+#: ../../mod/admin.php:601
+msgid "Force publish"
+msgstr "Forzar publicación"
 
-#: ../../mod/settings.php:546 ../../mod/settings.php:572
-#: ../../addon/statusnet/statusnet.php:570
-#: ../../addon.old/statusnet/statusnet.php:570
-msgid "Consumer Key"
-msgstr "Clave del consumidor"
+#: ../../mod/admin.php:601
+msgid ""
+"Check to force all profiles on this site to be listed in the site directory."
+msgstr "Marca para forzar que todos los perfiles de este sitio sean listados en el directorio del sitio."
 
-#: ../../mod/settings.php:547 ../../mod/settings.php:573
-#: ../../addon/statusnet/statusnet.php:569
-#: ../../addon.old/statusnet/statusnet.php:569
-msgid "Consumer Secret"
-msgstr "Secreto del consumidor"
+#: ../../mod/admin.php:602
+msgid "Global directory update URL"
+msgstr "Dirección de actualización del directorio global"
 
-#: ../../mod/settings.php:548 ../../mod/settings.php:574
-msgid "Redirect"
-msgstr "Redirigir"
+#: ../../mod/admin.php:602
+msgid ""
+"URL to update the global directory. If this is not set, the global directory"
+" is completely unavailable to the application."
+msgstr "Dirección para actualizar el directorio global. Si no se establece ningún valor el directorio global será inaccesible para la aplicación."
 
-#: ../../mod/settings.php:549 ../../mod/settings.php:575
-msgid "Icon url"
-msgstr "Dirección del ícono"
+#: ../../mod/admin.php:603
+msgid "Allow threaded items"
+msgstr "Permitir elementos en hilo"
 
-#: ../../mod/settings.php:560
-msgid "You can't edit this application."
-msgstr "No puedes editar esta aplicación."
+#: ../../mod/admin.php:603
+msgid "Allow infinite level threading for items on this site."
+msgstr "Permitir infinitos niveles de hilo para los elementos de este sitio."
 
-#: ../../mod/settings.php:603
-msgid "Connected Apps"
-msgstr "Aplicaciones conectadas"
+#: ../../mod/admin.php:604
+msgid "Private posts by default for new users"
+msgstr "Publicaciones privadas por defecto para usuarios nuevos"
 
-#: ../../mod/settings.php:607
-msgid "Client key starts with"
-msgstr "Clave de cliente comienza por"
+#: ../../mod/admin.php:604
+msgid ""
+"Set default post permissions for all new members to the default privacy "
+"group rather than public."
+msgstr "Ajusta los permisos de publicación por defecto a los miembros nuevos al grupo privado por defecto en vez del público."
 
-#: ../../mod/settings.php:608
-msgid "No name"
-msgstr "Sin nombre"
+#: ../../mod/admin.php:605
+msgid "Don't include post content in email notifications"
+msgstr "No incluir el contenido del post en las notificaciones de correo electrónico"
 
-#: ../../mod/settings.php:609
-msgid "Remove authorization"
-msgstr "Suprimir la autorización"
+#: ../../mod/admin.php:605
+msgid ""
+"Don't include the content of a post/comment/private message/etc. in the "
+"email notifications that are sent out from this site, as a privacy measure."
+msgstr "No incluye el contenido de un mensaje/comentario/mensaje privado/etc. en las notificaciones de correo electrónico que se envían desde este sitio, como una medida de privacidad."
 
-#: ../../mod/settings.php:620
-msgid "No Plugin settings configured"
-msgstr "No se ha configurado ningún módulo"
+#: ../../mod/admin.php:606
+msgid "Disallow public access to addons listed in the apps menu."
+msgstr ""
 
-#: ../../mod/settings.php:628 ../../addon/widgets/widgets.php:123
-#: ../../addon.old/widgets/widgets.php:123
-msgid "Plugin Settings"
-msgstr "Configuración de los módulos"
+#: ../../mod/admin.php:606
+msgid ""
+"Checking this box will restrict addons listed in the apps menu to members "
+"only."
+msgstr ""
 
-#: ../../mod/settings.php:640 ../../mod/settings.php:641
-#, php-format
-msgid "Built-in support for %s connectivity is %s"
-msgstr "El soporte integrado de conexión con %s está %s"
+#: ../../mod/admin.php:607
+msgid "Don't embed private images in posts"
+msgstr ""
 
-#: ../../mod/settings.php:640 ../../mod/settings.php:641
-msgid "enabled"
-msgstr "habilitado"
+#: ../../mod/admin.php:607
+msgid ""
+"Don't replace locally-hosted private photos in posts with an embedded copy "
+"of the image. This means that contacts who receive posts containing private "
+"photos will have to authenticate and load each image, which may take a "
+"while."
+msgstr ""
 
-#: ../../mod/settings.php:640 ../../mod/settings.php:641
-msgid "disabled"
-msgstr "deshabilitado"
+#: ../../mod/admin.php:608
+msgid "Allow Users to set remote_self"
+msgstr ""
 
-#: ../../mod/settings.php:641
-msgid "StatusNet"
-msgstr "StatusNet"
+#: ../../mod/admin.php:608
+msgid ""
+"With checking this, every user is allowed to mark every contact as a "
+"remote_self in the repair contact dialog. Setting this flag on a contact "
+"causes mirroring every posting of that contact in the users stream."
+msgstr ""
 
-#: ../../mod/settings.php:673
-msgid "Email access is disabled on this site."
-msgstr "El acceso por correo está deshabilitado en esta web."
+#: ../../mod/admin.php:609
+msgid "Block multiple registrations"
+msgstr "Bloquear registros multiples"
 
-#: ../../mod/settings.php:679
-msgid "Connector Settings"
-msgstr "Configuración del conector"
+#: ../../mod/admin.php:609
+msgid "Disallow users to register additional accounts for use as pages."
+msgstr "Impedir que los usuarios registren cuentas adicionales para su uso como páginas."
 
-#: ../../mod/settings.php:684
-msgid "Email/Mailbox Setup"
-msgstr "Configuración del correo/buzón"
+#: ../../mod/admin.php:610
+msgid "OpenID support"
+msgstr "Soporte OpenID"
 
-#: ../../mod/settings.php:685
-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 correo usando este servicio (opcional), por favor, especifica cómo conectar con tu buzón."
+#: ../../mod/admin.php:610
+msgid "OpenID support for registration and logins."
+msgstr "Soporte OpenID para registros y accesos."
 
-#: ../../mod/settings.php:686
-msgid "Last successful email check:"
-msgstr "Última comprobación del correo con éxito:"
+#: ../../mod/admin.php:611
+msgid "Fullname check"
+msgstr "Comprobar Nombre completo"
 
-#: ../../mod/settings.php:688
-msgid "IMAP server name:"
-msgstr "Nombre del servidor IMAP:"
+#: ../../mod/admin.php:611
+msgid ""
+"Force users to register with a space between firstname and lastname in Full "
+"name, as an antispam measure"
+msgstr "Fuerza a los usuarios a registrarse con un espacio entre su nombre y su apellido en el campo Nombre completo como medida anti-spam"
 
-#: ../../mod/settings.php:689
-msgid "IMAP port:"
-msgstr "Puerto IMAP:"
+#: ../../mod/admin.php:612
+msgid "UTF-8 Regular expressions"
+msgstr "Expresiones regulares UTF-8"
 
-#: ../../mod/settings.php:690
-msgid "Security:"
-msgstr "Seguridad:"
+#: ../../mod/admin.php:612
+msgid "Use PHP UTF8 regular expressions"
+msgstr "Usar expresiones regulares de UTF8 en PHP"
 
-#: ../../mod/settings.php:690 ../../mod/settings.php:695
-#: ../../addon/dav/common/wdcal_edit.inc.php:191
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:191
-msgid "None"
-msgstr "Ninguna"
+#: ../../mod/admin.php:613
+msgid "Show Community Page"
+msgstr "Ver página de la Comunidad"
 
-#: ../../mod/settings.php:691
-msgid "Email login name:"
-msgstr "Nombre de usuario:"
+#: ../../mod/admin.php:613
+msgid ""
+"Display a Community page showing all recent public postings on this site."
+msgstr "Mostrar una página de Comunidad que resuma todas las publicaciones públicas recientes de este sitio."
 
-#: ../../mod/settings.php:692
-msgid "Email password:"
-msgstr "Contraseña:"
+#: ../../mod/admin.php:614
+msgid "Enable OStatus support"
+msgstr "Permitir soporte OStatus"
 
-#: ../../mod/settings.php:693
-msgid "Reply-to address:"
-msgstr "Dirección de respuesta:"
+#: ../../mod/admin.php:614
+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 "Provee una compatibilidad con OStatus (identi.ca, status.net, etc.) Todas las comunicaciones mediante OStatus son públicas, por lo que se mostrarán avisos sobre la privacidad con frecuencia."
 
-#: ../../mod/settings.php:694
-msgid "Send public posts to all email contacts:"
-msgstr "Enviar publicaciones públicas a todos los contactos de correo:"
+#: ../../mod/admin.php:615
+msgid "OStatus conversation completion interval"
+msgstr ""
 
-#: ../../mod/settings.php:695
-msgid "Action after import:"
-msgstr "Acción después de importar:"
+#: ../../mod/admin.php:615
+msgid ""
+"How often shall the poller check for new entries in OStatus conversations? "
+"This can be a very ressource task."
+msgstr ""
 
-#: ../../mod/settings.php:695
-msgid "Mark as seen"
-msgstr "Marcar como leído"
+#: ../../mod/admin.php:616
+msgid "Enable Diaspora support"
+msgstr "Habilitar el soporte para Diaspora*"
 
-#: ../../mod/settings.php:695
-msgid "Move to folder"
-msgstr "Mover a un directorio"
+#: ../../mod/admin.php:616
+msgid "Provide built-in Diaspora network compatibility."
+msgstr "Provee una compatibilidad con la red de Diaspora."
 
-#: ../../mod/settings.php:696
-msgid "Move to folder:"
-msgstr "Mover al directorio:"
+#: ../../mod/admin.php:617
+msgid "Only allow Friendica contacts"
+msgstr "Permitir solo contactos de Friendica"
 
-#: ../../mod/settings.php:727 ../../mod/admin.php:402
-msgid "No special theme for mobile devices"
-msgstr "No hay tema especial para dispositivos móviles"
+#: ../../mod/admin.php:617
+msgid ""
+"All contacts must use Friendica protocols. All other built-in communication "
+"protocols disabled."
+msgstr "Todos los contactos deben usar protocolos de Friendica. El resto de protocolos serán desactivados."
 
-#: ../../mod/settings.php:767
-msgid "Display Settings"
-msgstr "Configuración Tema/Visualización"
+#: ../../mod/admin.php:618
+msgid "Verify SSL"
+msgstr "Verificar SSL"
 
-#: ../../mod/settings.php:773 ../../mod/settings.php:784
-msgid "Display Theme:"
-msgstr "Utilizar tema:"
+#: ../../mod/admin.php:618
+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 quieres puedes activar la comprobación estricta de certificados. Esto significa que serás incapaz de conectar con ningún sitio que use certificados SSL autofirmados."
 
-#: ../../mod/settings.php:774
-msgid "Mobile Theme:"
-msgstr "Tema móvil:"
+#: ../../mod/admin.php:619
+msgid "Proxy user"
+msgstr "Usuario proxy"
 
-#: ../../mod/settings.php:775
-msgid "Update browser every xx seconds"
-msgstr "Actualizar navegador cada xx segundos"
+#: ../../mod/admin.php:620
+msgid "Proxy URL"
+msgstr "Dirección proxy"
 
-#: ../../mod/settings.php:775
-msgid "Minimum of 10 seconds, no maximum"
-msgstr "Mínimo 10 segundos, sin máximo"
+#: ../../mod/admin.php:621
+msgid "Network timeout"
+msgstr "Tiempo de espera de red"
 
-#: ../../mod/settings.php:776
-msgid "Number of items to display per page:"
-msgstr "Número de elementos a mostrar por página:"
+#: ../../mod/admin.php:621
+msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
+msgstr "Valor en segundos. Usar 0 para dejarlo sin límites (no se recomienda)."
 
-#: ../../mod/settings.php:776
-msgid "Maximum of 100 items"
-msgstr "Máximo 100 elementos"
+#: ../../mod/admin.php:622
+msgid "Delivery interval"
+msgstr "Intervalo de actualización"
 
-#: ../../mod/settings.php:777
-msgid "Don't show emoticons"
-msgstr "No mostrar emoticones"
+#: ../../mod/admin.php:622
+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 la entrega de procesos en segundo plano por esta cantidad de segundos para reducir la carga del sistema. Recomendamos: 4-5 para los servidores compartidos, 2-3 para servidores privados virtuales, 0-1 para los grandes servidores dedicados."
 
-#: ../../mod/settings.php:853
-msgid "Normal Account Page"
-msgstr "Página de cuenta normal"
+#: ../../mod/admin.php:623
+msgid "Poll interval"
+msgstr "Intervalo de sondeo"
 
-#: ../../mod/settings.php:854
-msgid "This account is a normal personal profile"
-msgstr "Esta cuenta es el perfil personal normal"
+#: ../../mod/admin.php:623
+msgid ""
+"Delay background polling processes by this many seconds to reduce system "
+"load. If 0, use delivery interval."
+msgstr "Retrasar los procesos en segundo plano de sondeo en esta cantidad de segundos para reducir la carga del sistema. Si es 0, se usará el intervalo de entrega."
 
-#: ../../mod/settings.php:857
-msgid "Soapbox Page"
-msgstr "Página de tribuna"
+#: ../../mod/admin.php:624
+msgid "Maximum Load Average"
+msgstr "Promedio de carga máxima"
 
-#: ../../mod/settings.php:858
-msgid "Automatically approve all connection/friend requests as read-only fans"
-msgstr "Acepta automáticamente todas las peticiones de conexión/amistad como seguidores de solo-lectura"
+#: ../../mod/admin.php:624
+msgid ""
+"Maximum system load before delivery and poll processes are deferred - "
+"default 50."
+msgstr "Carga máxima del sistema antes de que la entrega y los procesos de sondeo sean retrasados - por defecto 50."
 
-#: ../../mod/settings.php:861
-msgid "Community Forum/Celebrity Account"
-msgstr "Cuenta de Comunidad, Foro o Celebridad"
+#: ../../mod/admin.php:626
+msgid "Use MySQL full text engine"
+msgstr "Usar motor MySQL de texto completo"
 
-#: ../../mod/settings.php:862
+#: ../../mod/admin.php:626
 msgid ""
-"Automatically approve all connection/friend requests as read-write fans"
-msgstr "Acepta automáticamente todas las peticiones de conexión/amistad como seguidores de lectura-escritura"
+"Activates the full text engine. Speeds up search - but can only search for "
+"four and more characters."
+msgstr "Activa el motor de texto completo. Agiliza las búsquedas, pero solo busca cuatro o más caracteres."
 
-#: ../../mod/settings.php:865
-msgid "Automatic Friend Page"
-msgstr "Página de Amistad autómatica"
+#: ../../mod/admin.php:627
+msgid "Suppress Language"
+msgstr ""
 
-#: ../../mod/settings.php:866
-msgid "Automatically approve all connection/friend requests as friends"
-msgstr "Aceptar automáticamente todas las solicitudes de conexión/amistad como amigos"
+#: ../../mod/admin.php:627
+msgid "Suppress language information in meta information about a posting."
+msgstr ""
 
-#: ../../mod/settings.php:869
-msgid "Private Forum [Experimental]"
-msgstr "Foro privado [Experimental]"
+#: ../../mod/admin.php:628
+msgid "Path to item cache"
+msgstr "Ruta a la caché del objeto"
 
-#: ../../mod/settings.php:870
-msgid "Private forum - approved members only"
-msgstr "Foro privado - solo miembros"
+#: ../../mod/admin.php:629
+msgid "Cache duration in seconds"
+msgstr "Duración de la caché en segundos"
 
-#: ../../mod/settings.php:882
-msgid "OpenID:"
-msgstr "OpenID:"
+#: ../../mod/admin.php:629
+msgid ""
+"How long should the cache files be hold? Default value is 86400 seconds (One"
+" day)."
+msgstr "¿Cuánto tiempo debería guardar la caché? Por defecto son 86400 segundos (un día)."
 
-#: ../../mod/settings.php:882
-msgid "(Optional) Allow this OpenID to login to this account."
-msgstr "(Opcional) Permitir a este OpenID acceder a esta cuenta."
+#: ../../mod/admin.php:630
+msgid "Path for lock file"
+msgstr "Ruta al archivo protegido"
 
-#: ../../mod/settings.php:892
-msgid "Publish your default profile in your local site directory?"
-msgstr "¿Quieres publicar tu perfil predeterminado en el directorio local del sitio?"
+#: ../../mod/admin.php:631
+msgid "Temp path"
+msgstr "Ruta a los temporales"
 
-#: ../../mod/settings.php:898
-msgid "Publish your default profile in the global social directory?"
-msgstr "¿Quieres publicar tu perfil predeterminado en el directorio social de forma global?"
+#: ../../mod/admin.php:632
+msgid "Base path to installation"
+msgstr "Ruta base para la instalación"
+
+#: ../../mod/admin.php:634
+msgid "New base url"
+msgstr ""
 
-#: ../../mod/settings.php:906
-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?"
+#: ../../mod/admin.php:652
+msgid "Update has been marked successful"
+msgstr "La actualización se ha completado con éxito"
 
-#: ../../mod/settings.php:910
-msgid "Hide your profile details from unknown viewers?"
-msgstr "¿Quieres que los detalles de tu perfil permanezcan ocultos a los desconocidos?"
+#: ../../mod/admin.php:662
+#, php-format
+msgid "Executing %s failed. Check system logs."
+msgstr "%s ha fallado, comprueba los registros."
 
-#: ../../mod/settings.php:915
-msgid "Allow friends to post to your profile page?"
-msgstr "¿Permites que tus amigos publiquen en tu página de perfil?"
+#: ../../mod/admin.php:665
+#, php-format
+msgid "Update %s was successfully applied."
+msgstr "Actualización %s aplicada con éxito."
 
-#: ../../mod/settings.php:921
-msgid "Allow friends to tag your posts?"
-msgstr "¿Permites a los amigos etiquetar tus publicaciones?"
+#: ../../mod/admin.php:669
+#, php-format
+msgid "Update %s did not return a status. Unknown if it succeeded."
+msgstr "La actualización %s no ha informado, se desconoce el estado."
 
-#: ../../mod/settings.php:927
-msgid "Allow us to suggest you as a potential friend to new members?"
-msgstr "¿Nos permite recomendarte como amigo potencial a los nuevos miembros?"
+#: ../../mod/admin.php:672
+#, php-format
+msgid "Update function %s could not be found."
+msgstr "No se puede encontrar la función de actualización %s."
 
-#: ../../mod/settings.php:933
-msgid "Permit unknown people to send you private mail?"
-msgstr "¿Permites que desconocidos te manden correos privados?"
+#: ../../mod/admin.php:687
+msgid "No failed updates."
+msgstr "Actualizaciones sin fallos."
 
-#: ../../mod/settings.php:941
-msgid "Profile is <strong>not published</strong>."
-msgstr "El perfil <strong>no está publicado</strong>."
+#: ../../mod/admin.php:691
+msgid "Failed Updates"
+msgstr "Actualizaciones fallidas"
 
-#: ../../mod/settings.php:944 ../../mod/profile_photo.php:248
-msgid "or"
-msgstr "o"
+#: ../../mod/admin.php:692
+msgid ""
+"This does not include updates prior to 1139, which did not return a status."
+msgstr "No se incluyen las anteriores a la 1139, que no indicaban su estado."
 
-#: ../../mod/settings.php:949
-msgid "Your Identity Address is"
-msgstr "Tu dirección personal es"
+#: ../../mod/admin.php:693
+msgid "Mark success (if update was manually applied)"
+msgstr "Marcar como correcta (si actualizaste manualmente)"
 
-#: ../../mod/settings.php:960
-msgid "Automatically expire posts after this many days:"
-msgstr "Las publicaciones expirarán automáticamente después de estos días:"
+#: ../../mod/admin.php:694
+msgid "Attempt to execute this update step automatically"
+msgstr "Intentando ejecutar este paso automáticamente"
 
-#: ../../mod/settings.php:960
-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"
+#: ../../mod/admin.php:740
+msgid "Registration successful. Email send to user"
+msgstr ""
 
-#: ../../mod/settings.php:961
-msgid "Advanced expiration settings"
-msgstr "Configuración avanzada de expiración"
+#: ../../mod/admin.php:750
+#, php-format
+msgid "%s user blocked/unblocked"
+msgid_plural "%s users blocked/unblocked"
+msgstr[0] "%s usuario bloqueado/desbloqueado"
+msgstr[1] "%s usuarios bloqueados/desbloqueados"
 
-#: ../../mod/settings.php:962
-msgid "Advanced Expiration"
-msgstr "Expiración avanzada"
+#: ../../mod/admin.php:757
+#, php-format
+msgid "%s user deleted"
+msgid_plural "%s users deleted"
+msgstr[0] "%s usuario eliminado"
+msgstr[1] "%s usuarios eliminados"
 
-#: ../../mod/settings.php:963
-msgid "Expire posts:"
-msgstr "¿Expiran las publicaciones?"
+#: ../../mod/admin.php:796
+#, php-format
+msgid "User '%s' deleted"
+msgstr "Usuario '%s' eliminado"
 
-#: ../../mod/settings.php:964
-msgid "Expire personal notes:"
-msgstr "¿Expiran las notas personales?"
+#: ../../mod/admin.php:804
+#, php-format
+msgid "User '%s' unblocked"
+msgstr "Usuario '%s' desbloqueado"
 
-#: ../../mod/settings.php:965
-msgid "Expire starred posts:"
-msgstr "¿Expiran los favoritos?"
+#: ../../mod/admin.php:804
+#, php-format
+msgid "User '%s' blocked"
+msgstr "Usuario '%s' bloqueado'"
 
-#: ../../mod/settings.php:966
-msgid "Expire photos:"
-msgstr "¿Expiran las fotografías?"
+#: ../../mod/admin.php:899
+msgid "Add User"
+msgstr ""
 
-#: ../../mod/settings.php:967
-msgid "Only expire posts by others:"
-msgstr "Solo expiran los mensajes de los demás:"
+#: ../../mod/admin.php:900
+msgid "select all"
+msgstr "seleccionar todo"
 
-#: ../../mod/settings.php:974
-msgid "Account Settings"
-msgstr "Configuración de la cuenta"
+#: ../../mod/admin.php:901
+msgid "User registrations waiting for confirm"
+msgstr "Registro de usuarios esperando confirmación"
 
-#: ../../mod/settings.php:982
-msgid "Password Settings"
-msgstr "Configuración de la contraseña"
+#: ../../mod/admin.php:902
+msgid "User waiting for permanent deletion"
+msgstr ""
 
-#: ../../mod/settings.php:983
-msgid "New Password:"
-msgstr "Contraseña nueva:"
+#: ../../mod/admin.php:903
+msgid "Request date"
+msgstr "Solicitud de fecha"
 
-#: ../../mod/settings.php:984
-msgid "Confirm:"
-msgstr "Confirmar:"
+#: ../../mod/admin.php:903 ../../mod/admin.php:915 ../../mod/admin.php:916
+#: ../../mod/admin.php:929 ../../mod/crepair.php:150
+#: ../../mod/settings.php:603 ../../mod/settings.php:629
+msgid "Name"
+msgstr "Nombre"
 
-#: ../../mod/settings.php:984
-msgid "Leave password fields blank unless changing"
-msgstr "Deja la contraseña en blanco si no quieres cambiarla"
+#: ../../mod/admin.php:903 ../../mod/admin.php:915 ../../mod/admin.php:916
+#: ../../mod/admin.php:931 ../../include/contact_selectors.php:79
+#: ../../include/contact_selectors.php:86
+msgid "Email"
+msgstr "Correo electrónico"
 
-#: ../../mod/settings.php:988
-msgid "Basic Settings"
-msgstr "Configuración básica"
+#: ../../mod/admin.php:904
+msgid "No registrations."
+msgstr "Sin registros."
 
-#: ../../mod/settings.php:989 ../../include/profile_advanced.php:15
-msgid "Full Name:"
-msgstr "Nombre completo:"
+#: ../../mod/admin.php:905 ../../mod/notifications.php:161
+#: ../../mod/notifications.php:208
+msgid "Approve"
+msgstr "Aprobar"
 
-#: ../../mod/settings.php:990
-msgid "Email Address:"
-msgstr "Dirección de correo:"
+#: ../../mod/admin.php:906
+msgid "Deny"
+msgstr "Denegado"
 
-#: ../../mod/settings.php:991
-msgid "Your Timezone:"
-msgstr "Zona horaria:"
+#: ../../mod/admin.php:908 ../../mod/contacts.php:425
+#: ../../mod/contacts.php:484 ../../mod/contacts.php:692
+msgid "Block"
+msgstr "Bloquear"
 
-#: ../../mod/settings.php:992
-msgid "Default Post Location:"
-msgstr "Localización predeterminada:"
+#: ../../mod/admin.php:909 ../../mod/contacts.php:425
+#: ../../mod/contacts.php:484 ../../mod/contacts.php:692
+msgid "Unblock"
+msgstr "Desbloquear"
 
-#: ../../mod/settings.php:993
-msgid "Use Browser Location:"
-msgstr "Usar localización del navegador:"
+#: ../../mod/admin.php:910
+msgid "Site admin"
+msgstr "Administrador de la web"
 
-#: ../../mod/settings.php:996
-msgid "Security and Privacy Settings"
-msgstr "Configuración de seguridad y privacidad"
+#: ../../mod/admin.php:911
+msgid "Account expired"
+msgstr "Cuenta caducada"
 
-#: ../../mod/settings.php:998
-msgid "Maximum Friend Requests/Day:"
-msgstr "Máximo número de peticiones de amistad por día:"
+#: ../../mod/admin.php:914
+msgid "New User"
+msgstr ""
 
-#: ../../mod/settings.php:998 ../../mod/settings.php:1017
-msgid "(to prevent spam abuse)"
-msgstr "(para prevenir el abuso de spam)"
+#: ../../mod/admin.php:915 ../../mod/admin.php:916
+msgid "Register date"
+msgstr "Fecha de registro"
 
-#: ../../mod/settings.php:999
-msgid "Default Post Permissions"
-msgstr "Permisos por defecto para las publicaciones"
+#: ../../mod/admin.php:915 ../../mod/admin.php:916
+msgid "Last login"
+msgstr "Último acceso"
 
-#: ../../mod/settings.php:1000
-msgid "(click to open/close)"
-msgstr "(pulsa para abrir/cerrar)"
+#: ../../mod/admin.php:915 ../../mod/admin.php:916
+msgid "Last item"
+msgstr "Último elemento"
 
-#: ../../mod/settings.php:1017
-msgid "Maximum private messages per day from unknown people:"
-msgstr "Número máximo de mensajes diarios para desconocidos:"
+#: ../../mod/admin.php:915
+msgid "Deleted since"
+msgstr ""
 
-#: ../../mod/settings.php:1020
-msgid "Notification Settings"
-msgstr "Configuración de notificaciones"
+#: ../../mod/admin.php:916
+msgid "Account"
+msgstr "Cuenta"
 
-#: ../../mod/settings.php:1021
-msgid "By default post a status message when:"
-msgstr "Publicar en tu estado cuando:"
+#: ../../mod/admin.php:918
+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?"
 
-#: ../../mod/settings.php:1022
-msgid "accepting a friend request"
-msgstr "aceptes una solicitud de amistad"
+#: ../../mod/admin.php:919
+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?"
 
-#: ../../mod/settings.php:1023
-msgid "joining a forum/community"
-msgstr "te unas a un foro/comunidad"
+#: ../../mod/admin.php:929
+msgid "Name of the new user."
+msgstr ""
 
-#: ../../mod/settings.php:1024
-msgid "making an <em>interesting</em> profile change"
-msgstr "hagas un cambio <em>interesante</em> en tu perfil"
+#: ../../mod/admin.php:930
+msgid "Nickname"
+msgstr ""
 
-#: ../../mod/settings.php:1025
-msgid "Send a notification email when:"
-msgstr "Enviar notificación por correo cuando:"
+#: ../../mod/admin.php:930
+msgid "Nickname of the new user."
+msgstr ""
 
-#: ../../mod/settings.php:1026
-msgid "You receive an introduction"
-msgstr "Recibas una presentación"
+#: ../../mod/admin.php:931
+msgid "Email address of the new user."
+msgstr ""
 
-#: ../../mod/settings.php:1027
-msgid "Your introductions are confirmed"
-msgstr "Tu presentación sea confirmada"
+#: ../../mod/admin.php:964
+#, php-format
+msgid "Plugin %s disabled."
+msgstr "Módulo %s deshabilitado."
 
-#: ../../mod/settings.php:1028
-msgid "Someone writes on your profile wall"
-msgstr "Alguien escriba en el muro de mi perfil"
+#: ../../mod/admin.php:968
+#, php-format
+msgid "Plugin %s enabled."
+msgstr "Módulo %s habilitado."
 
-#: ../../mod/settings.php:1029
-msgid "Someone writes a followup comment"
-msgstr "Algien escriba en un comentario que sigo"
+#: ../../mod/admin.php:978 ../../mod/admin.php:1181
+msgid "Disable"
+msgstr "Desactivado"
 
-#: ../../mod/settings.php:1030
-msgid "You receive a private message"
-msgstr "Recibas un mensaje privado"
+#: ../../mod/admin.php:980 ../../mod/admin.php:1183
+msgid "Enable"
+msgstr "Activado"
 
-#: ../../mod/settings.php:1031
-msgid "You receive a friend suggestion"
-msgstr "Recibas una sugerencia de amistad"
+#: ../../mod/admin.php:1003 ../../mod/admin.php:1211
+msgid "Toggle"
+msgstr "Activar"
 
-#: ../../mod/settings.php:1032
-msgid "You are tagged in a post"
-msgstr "Seas etiquetado en una publicación"
+#: ../../mod/admin.php:1011 ../../mod/admin.php:1221
+msgid "Author: "
+msgstr "Autor:"
 
-#: ../../mod/settings.php:1033
-msgid "You are poked/prodded/etc. in a post"
-msgstr "Te han tocado/empujado/etc. en una publicación"
+#: ../../mod/admin.php:1012 ../../mod/admin.php:1222
+msgid "Maintainer: "
+msgstr "Mantenedor: "
 
-#: ../../mod/settings.php:1036
-msgid "Advanced Account/Page Type Settings"
-msgstr "Configuración avanzada de tipo de Cuenta/Página"
+#: ../../mod/admin.php:1141
+msgid "No themes found."
+msgstr "No se encontraron temas."
 
-#: ../../mod/settings.php:1037
-msgid "Change the behaviour of this account for special situations"
-msgstr "Cambiar el comportamiento de esta cuenta para situaciones especiales"
+#: ../../mod/admin.php:1203
+msgid "Screenshot"
+msgstr "Captura de pantalla"
 
-#: ../../mod/manage.php:94
-msgid "Manage Identities and/or Pages"
-msgstr "Administrar identidades y/o páginas"
+#: ../../mod/admin.php:1249
+msgid "[Experimental]"
+msgstr "[Experimental]"
 
-#: ../../mod/manage.php:97
-msgid ""
-"Toggle between different identities or community/group pages which share "
-"your account details or which you have been granted \"manage\" permissions"
-msgstr "Cambia entre diferentes identidades o páginas de Comunidad/Grupos que comparten los detalles de tu cuenta o sobre los que tienes permisos para administrar"
+#: ../../mod/admin.php:1250
+msgid "[Unsupported]"
+msgstr "[Sin soporte]"
 
-#: ../../mod/manage.php:99
-msgid "Select an identity to manage: "
-msgstr "Selecciona una identidad a gestionar:"
+#: ../../mod/admin.php:1277
+msgid "Log settings updated."
+msgstr "Configuración de registro actualizada."
 
-#: ../../mod/network.php:181
-msgid "Search Results For:"
-msgstr "Resultados de la busqueda para:"
+#: ../../mod/admin.php:1333
+msgid "Clear"
+msgstr "Limpiar"
 
-#: ../../mod/network.php:221 ../../mod/search.php:18
-msgid "Remove term"
-msgstr "Eliminar término"
+#: ../../mod/admin.php:1339
+msgid "Enable Debugging"
+msgstr ""
 
-#: ../../mod/network.php:230 ../../mod/search.php:27
-msgid "Saved Searches"
-msgstr "Búsquedas guardadas"
+#: ../../mod/admin.php:1340
+msgid "Log file"
+msgstr "Archivo de registro"
 
-#: ../../mod/network.php:231 ../../include/group.php:275
-msgid "add"
-msgstr "añadir"
+#: ../../mod/admin.php:1340
+msgid ""
+"Must be writable by web server. Relative to your Friendica top-level "
+"directory."
+msgstr "Debes tener permiso de escritura en el servidor. Relacionado con tu directorio de inicio de Friendica."
 
-#: ../../mod/network.php:394
-msgid "Commented Order"
-msgstr "Orden de comentarios"
+#: ../../mod/admin.php:1341
+msgid "Log level"
+msgstr "Nivel de registro"
 
-#: ../../mod/network.php:397
-msgid "Sort by Comment Date"
-msgstr "Ordenar por fecha de comentarios"
+#: ../../mod/admin.php:1390 ../../mod/contacts.php:481
+msgid "Update now"
+msgstr "Actualizar ahora"
 
-#: ../../mod/network.php:400
-msgid "Posted Order"
-msgstr "Orden de publicación"
+#: ../../mod/admin.php:1391
+msgid "Close"
+msgstr "Cerrado"
 
-#: ../../mod/network.php:403
-msgid "Sort by Post Date"
-msgstr "Ordenar por fecha de publicación"
+#: ../../mod/admin.php:1397
+msgid "FTP Host"
+msgstr "Hospedaje FTP"
 
-#: ../../mod/network.php:410
-msgid "Posts that mention or involve you"
-msgstr "Publicaciones que te mencionan o involucran"
+#: ../../mod/admin.php:1398
+msgid "FTP Path"
+msgstr "Ruta FTP"
 
-#: ../../mod/network.php:413
-msgid "New"
-msgstr "Nuevo"
+#: ../../mod/admin.php:1399
+msgid "FTP User"
+msgstr "Usuario FTP"
 
-#: ../../mod/network.php:416
-msgid "Activity Stream - by date"
-msgstr "Corriente de actividad por fecha"
+#: ../../mod/admin.php:1400
+msgid "FTP Password"
+msgstr "Contraseña FTP"
 
-#: ../../mod/network.php:419
-msgid "Starred"
-msgstr "Favoritos"
+#: ../../mod/_search.php:99 ../../mod/search.php:99 ../../include/text.php:934
+#: ../../include/text.php:935 ../../include/nav.php:118
+msgid "Search"
+msgstr "Buscar"
 
-#: ../../mod/network.php:422
-msgid "Favourite Posts"
-msgstr "Publicaciones favoritas"
+#: ../../mod/_search.php:180 ../../mod/_search.php:206
+#: ../../mod/search.php:179 ../../mod/search.php:205
+#: ../../mod/community.php:61 ../../mod/community.php:91
+msgid "No results."
+msgstr "Sin resultados."
 
-#: ../../mod/network.php:425
-msgid "Shared Links"
-msgstr "Enlaces compartidos"
+#: ../../mod/profile.php:180
+msgid "Tips for New Members"
+msgstr "Consejos para nuevos miembros"
 
-#: ../../mod/network.php:428
-msgid "Interesting Links"
-msgstr "Enlaces interesantes"
+#: ../../mod/share.php:44
+msgid "link"
+msgstr "enlace"
 
-#: ../../mod/network.php:496
+#: ../../mod/tagger.php:95 ../../include/conversation.php:266
 #, 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."
-
-#: ../../mod/network.php:499
-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."
+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/network.php:569
-msgid "Contact: "
-msgstr "Contacto: "
+#: ../../mod/editpost.php:17 ../../mod/editpost.php:27
+msgid "Item not found"
+msgstr "Elemento no encontrado"
 
-#: ../../mod/network.php:571
-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/editpost.php:39
+msgid "Edit post"
+msgstr "Editar publicación"
 
-#: ../../mod/network.php:576
-msgid "Invalid contact."
-msgstr "Contacto erróneo."
+#: ../../mod/editpost.php:111 ../../include/conversation.php:1082
+msgid "upload photo"
+msgstr "subir imagen"
 
-#: ../../mod/notes.php:44 ../../boot.php:1708
-msgid "Personal Notes"
-msgstr "Notas personales"
+#: ../../mod/editpost.php:112 ../../include/conversation.php:1083
+msgid "Attach file"
+msgstr "Adjuntar archivo"
 
-#: ../../mod/notes.php:63 ../../mod/filer.php:30
-#: ../../addon/facebook/facebook.php:770
-#: ../../addon/privacy_image_cache/privacy_image_cache.php:263
-#: ../../addon/fbpost/fbpost.php:267
-#: ../../addon/dav/friendica/layout.fnk.php:441
-#: ../../addon/dav/friendica/layout.fnk.php:488 ../../include/text.php:681
-#: ../../addon.old/facebook/facebook.php:770
-#: ../../addon.old/privacy_image_cache/privacy_image_cache.php:263
-#: ../../addon.old/fbpost/fbpost.php:267
-#: ../../addon.old/dav/friendica/layout.fnk.php:441
-#: ../../addon.old/dav/friendica/layout.fnk.php:488
-msgid "Save"
-msgstr "Guardar"
+#: ../../mod/editpost.php:113 ../../include/conversation.php:1084
+msgid "attach file"
+msgstr "adjuntar archivo"
 
-#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112
-#, php-format
-msgid "Number of daily wall messages for %s exceeded. Message failed."
-msgstr "Excedido el número máximo de mensajes para %s. El mensaje no se ha enviado."
+#: ../../mod/editpost.php:115 ../../include/conversation.php:1086
+msgid "web link"
+msgstr "enlace web"
 
-#: ../../mod/wallmessage.php:56 ../../mod/message.php:59
-msgid "No recipient selected."
-msgstr "Ningún destinatario seleccionado"
+#: ../../mod/editpost.php:116 ../../include/conversation.php:1087
+msgid "Insert video link"
+msgstr "Insertar enlace del vídeo"
 
-#: ../../mod/wallmessage.php:59
-msgid "Unable to check your home location."
-msgstr "Imposible comprobar tu servidor de inicio."
+#: ../../mod/editpost.php:117 ../../include/conversation.php:1088
+msgid "video link"
+msgstr "enlace de video"
 
-#: ../../mod/wallmessage.php:62 ../../mod/message.php:66
-msgid "Message could not be sent."
-msgstr "El mensaje no ha podido ser enviado."
+#: ../../mod/editpost.php:118 ../../include/conversation.php:1089
+msgid "Insert audio link"
+msgstr "Insertar vínculo del audio"
 
-#: ../../mod/wallmessage.php:65 ../../mod/message.php:69
-msgid "Message collection failure."
-msgstr "Fallo en la recolección de mensajes."
+#: ../../mod/editpost.php:119 ../../include/conversation.php:1090
+msgid "audio link"
+msgstr "enlace de audio"
 
-#: ../../mod/wallmessage.php:68 ../../mod/message.php:72
-msgid "Message sent."
-msgstr "Mensaje enviado."
+#: ../../mod/editpost.php:120 ../../include/conversation.php:1091
+msgid "Set your location"
+msgstr "Configurar tu localización"
 
-#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95
-msgid "No recipient."
-msgstr "Sin receptor."
+#: ../../mod/editpost.php:121 ../../include/conversation.php:1092
+msgid "set location"
+msgstr "establecer tu ubicación"
 
-#: ../../mod/wallmessage.php:123 ../../mod/wallmessage.php:131
-#: ../../mod/message.php:242 ../../mod/message.php:250
-#: ../../include/conversation.php:894 ../../include/conversation.php:911
-msgid "Please enter a link URL:"
-msgstr "Introduce la dirección del enlace:"
+#: ../../mod/editpost.php:122 ../../include/conversation.php:1093
+msgid "Clear browser location"
+msgstr "Borrar la localización del navegador"
 
-#: ../../mod/wallmessage.php:138 ../../mod/message.php:278
-msgid "Send Private Message"
-msgstr "Enviar mensaje privado"
+#: ../../mod/editpost.php:123 ../../include/conversation.php:1094
+msgid "clear location"
+msgstr "limpiar la localización"
 
-#: ../../mod/wallmessage.php:139
-#, php-format
-msgid ""
-"If you wish for %s to respond, please check that the privacy settings on "
-"your site allow private mail from unknown senders."
-msgstr "Si quieres que %s te responda, asegúrate de que la configuración de privacidad permite enviar correo privado a desconocidos."
+#: ../../mod/editpost.php:125 ../../include/conversation.php:1100
+msgid "Permission settings"
+msgstr "Configuración de permisos"
 
-#: ../../mod/wallmessage.php:140 ../../mod/message.php:279
-#: ../../mod/message.php:469
-msgid "To:"
-msgstr "Para:"
+#: ../../mod/editpost.php:133 ../../include/conversation.php:1109
+msgid "CC: email addresses"
+msgstr "CC: dirección de correo electrónico"
 
-#: ../../mod/wallmessage.php:141 ../../mod/message.php:284
-#: ../../mod/message.php:471
-msgid "Subject:"
-msgstr "Asunto:"
+#: ../../mod/editpost.php:134 ../../include/conversation.php:1110
+msgid "Public post"
+msgstr "Publicación pública"
 
-#: ../../mod/wallmessage.php:147 ../../mod/message.php:288
-#: ../../mod/message.php:474 ../../mod/invite.php:113
-msgid "Your message:"
-msgstr "Tu mensaje:"
+#: ../../mod/editpost.php:137 ../../include/conversation.php:1096
+msgid "Set title"
+msgstr "Establecer el título"
 
-#: ../../mod/newmember.php:6
-msgid "Welcome to Friendica"
-msgstr "Bienvenido a Friendica "
+#: ../../mod/editpost.php:139 ../../include/conversation.php:1098
+msgid "Categories (comma-separated list)"
+msgstr "Categorías (lista separada por comas)"
 
-#: ../../mod/newmember.php:8
-msgid "New Member Checklist"
-msgstr "Listado de nuevos miembros"
+#: ../../mod/editpost.php:140 ../../include/conversation.php:1112
+msgid "Example: bob@example.com, mary@example.com"
+msgstr "Ejemplo: juan@ejemplo.com, sofia@ejemplo.com"
 
-#: ../../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 "Nos gustaría ofrecerte algunos consejos y enlaces para ayudar a hacer tu experiencia más amena. Pulsa en cualquier elemento para visitar la página correspondiente. Un enlace a esta página será visible desde tu página de inicio durante las dos semanas siguientes a tu inscripción y luego desaparecerá."
+#: ../../mod/attach.php:8
+msgid "Item not available."
+msgstr "Elemento no disponible."
 
-#: ../../mod/newmember.php:14
-msgid "Getting Started"
-msgstr "Empezando"
+#: ../../mod/attach.php:20
+msgid "Item was not found."
+msgstr "Elemento no encontrado."
 
-#: ../../mod/newmember.php:18
-msgid "Friendica Walk-Through"
-msgstr "Visita guiada a Friendica"
+#: ../../mod/regmod.php:63
+msgid "Account approved."
+msgstr "Cuenta aprobada."
 
-#: ../../mod/newmember.php:18
-msgid ""
-"On your <em>Quick Start</em> page - find a brief introduction to your "
-"profile and network tabs, make some new connections, and find some groups to"
-" join."
-msgstr "En tu página de <em>Inicio Rápido</em> - busca una introducción breve para tus pestañas de perfil y red, haz algunas conexiones nuevas, y busca algunos grupos a los que unirte."
+#: ../../mod/regmod.php:100
+#, php-format
+msgid "Registration revoked for %s"
+msgstr "Registro anulado para %s"
 
-#: ../../mod/newmember.php:26
-msgid "Go to Your Settings"
-msgstr "Ir a tus ajustes"
+#: ../../mod/regmod.php:112
+msgid "Please login."
+msgstr "Por favor accede."
 
-#: ../../mod/newmember.php:26
-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 página de <em>Configuración</em> puedes cambiar tu contraseña inicial. También aparece tu ID (Identity Address). Es parecida a una dirección de correo y te servirá para conectar con gente de redes sociales libres."
+#: ../../mod/directory.php:57
+msgid "Find on this site"
+msgstr "Buscar en este sitio"
 
-#: ../../mod/newmember.php:28
-msgid ""
-"Review the other settings, particularly the privacy settings. An unpublished"
-" directory listing is like having an unlisted phone number. In general, you "
-"should probably publish your listing - unless all of your friends and "
-"potential friends know exactly how to find you."
-msgstr "Revisa las otras configuraciones, especialmente la configuración de privacidad. Un listado de directorio sin publicar 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 cómo ponerse en contacto contigo."
+#: ../../mod/directory.php:59 ../../mod/contacts.php:685
+msgid "Finding: "
+msgstr "Buscando: "
 
-#: ../../mod/newmember.php:32 ../../mod/profperm.php:103
-#: ../../view/theme/diabook/theme.php:87 ../../include/profile_advanced.php:7
-#: ../../include/profile_advanced.php:84 ../../include/nav.php:50
-#: ../../boot.php:1684
-msgid "Profile"
-msgstr "Perfil"
+#: ../../mod/directory.php:60
+msgid "Site Directory"
+msgstr "Directorio del sitio"
 
-#: ../../mod/newmember.php:36 ../../mod/profile_photo.php:244
-msgid "Upload Profile Photo"
-msgstr "Subir foto del Perfil"
+#: ../../mod/directory.php:61 ../../mod/contacts.php:686
+#: ../../include/contact_widgets.php:33
+msgid "Find"
+msgstr "Buscar"
 
-#: ../../mod/newmember.php:36
-msgid ""
-"Upload a profile photo if you have not done so already. Studies have shown "
-"that people with real photos of themselves are ten times more likely to make"
-" friends than people who do not."
-msgstr "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."
+#: ../../mod/directory.php:111 ../../mod/profiles.php:686
+msgid "Age: "
+msgstr "Edad: "
 
-#: ../../mod/newmember.php:38
-msgid "Edit Your Profile"
-msgstr "Editar tu perfil"
+#: ../../mod/directory.php:114
+msgid "Gender: "
+msgstr "Género:"
 
-#: ../../mod/newmember.php:38
-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."
+#: ../../mod/directory.php:142 ../../include/profile_advanced.php:58
+msgid "About:"
+msgstr "Acerca de:"
 
-#: ../../mod/newmember.php:40
-msgid "Profile Keywords"
-msgstr "Palabras clave del perfil"
+#: ../../mod/directory.php:187
+msgid "No entries (some entries may be hidden)."
+msgstr "Sin entradas (algunas pueden que estén ocultas)."
 
-#: ../../mod/newmember.php:40
-msgid ""
-"Set some public keywords for your default profile which describe your "
-"interests. We may be able to find other people with similar interests and "
-"suggest friendships."
-msgstr "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."
+#: ../../mod/crepair.php:104
+msgid "Contact settings applied."
+msgstr "Contacto configurado con éxito."
 
-#: ../../mod/newmember.php:44
-msgid "Connecting"
-msgstr "Conectando"
+#: ../../mod/crepair.php:106
+msgid "Contact update failed."
+msgstr "Error al actualizar el Contacto."
 
-#: ../../mod/newmember.php:49 ../../mod/newmember.php:51
-#: ../../addon/facebook/facebook.php:728 ../../addon/fbpost/fbpost.php:239
-#: ../../include/contact_selectors.php:81
-#: ../../addon.old/facebook/facebook.php:728
-#: ../../addon.old/fbpost/fbpost.php:239
-msgid "Facebook"
-msgstr "Facebook"
+#: ../../mod/crepair.php:137
+msgid "Repair Contact Settings"
+msgstr "Reparar la configuración del Contacto"
 
-#: ../../mod/newmember.php:49
+#: ../../mod/crepair.php:139
 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."
+"<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 tu conexión con este contacto puede dejar de funcionar."
 
-#: ../../mod/newmember.php:51
+#: ../../mod/crepair.php:140
 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> este es tu propio servidor privado, instalar el conector de Facebook puede facilitar el paso hacia la red social libre."
+"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/newmember.php:56
-msgid "Importing Emails"
-msgstr "Importando correos electrónicos"
+#: ../../mod/crepair.php:146
+msgid "Return to contact editor"
+msgstr "Volver al editor de contactos"
 
-#: ../../mod/newmember.php:56
-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 "Introduce la información para acceder a tu correo en la página de Configuración del conector si quieres importar e interactuar con amigos o listas de correos del buzón de entrada de tu correo electrónico."
+#: ../../mod/crepair.php:151
+msgid "Account Nickname"
+msgstr "Apodo de la cuenta"
 
-#: ../../mod/newmember.php:58
-msgid "Go to Your Contacts Page"
-msgstr "Ir a tu página de contactos"
+#: ../../mod/crepair.php:152
+msgid "@Tagname - overrides Name/Nickname"
+msgstr "@Etiqueta - Sobrescribe el Nombre/Apodo"
 
-#: ../../mod/newmember.php:58
-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 "Tu página de Contactos es el portal desde donde podrás manejar tus amistades y conectarte con amigos de otras redes. Normalmente introduces su dirección o la dirección de su sitio web en el recuadro \"Añadir contacto nuevo\"."
+#: ../../mod/crepair.php:153
+msgid "Account URL"
+msgstr "Dirección de la cuenta"
 
-#: ../../mod/newmember.php:60
-msgid "Go to Your Site's Directory"
-msgstr "Ir al directorio de tu sitio"
+#: ../../mod/crepair.php:154
+msgid "Friend Request URL"
+msgstr "Dirección de la solicitud de amistad"
 
-#: ../../mod/newmember.php:60
-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."
+#: ../../mod/crepair.php:155
+msgid "Friend Confirm URL"
+msgstr "Dirección de confirmación de tu amigo "
 
-#: ../../mod/newmember.php:62
-msgid "Finding New People"
-msgstr "Encontrando nueva gente"
+#: ../../mod/crepair.php:156
+msgid "Notification Endpoint URL"
+msgstr "Dirección URL de la notificación"
 
-#: ../../mod/newmember.php:62
-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 "En el panel lateral de la página de Contactos existen varias herramientas para encontrar nuevos amigos. Podemos filtrar personas por sus intereses, buscar personas por nombre o por sus intereses, y ofrecerte sugerencias basadas en sus relaciones de la red. En un sitio nuevo, las sugerencias de amigos por lo general comienzan pasadas las 24 horas."
+#: ../../mod/crepair.php:157
+msgid "Poll/Feed URL"
+msgstr "Dirección del Sondeo/Fuentes"
 
-#: ../../mod/newmember.php:66 ../../include/group.php:270
-msgid "Groups"
-msgstr "Grupos"
+#: ../../mod/crepair.php:158
+msgid "New photo from this URL"
+msgstr "Nueva foto de esta dirección"
 
-#: ../../mod/newmember.php:70
-msgid "Group Your Contacts"
-msgstr "Agrupa tus contactos"
+#: ../../mod/crepair.php:159
+msgid "Remote Self"
+msgstr ""
 
-#: ../../mod/newmember.php:70
+#: ../../mod/crepair.php:161
+msgid "Mirror postings from this contact"
+msgstr ""
+
+#: ../../mod/crepair.php:161
 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 privados de conversación mediante el memnú en tu página de Contactos y luego puedes interactuar con cada grupo por separado desde tu página de Red."
+"Mark this contact as remote_self, this will cause friendica to repost new "
+"entries from this contact."
+msgstr ""
 
-#: ../../mod/newmember.php:73
-msgid "Why Aren't My Posts Public?"
-msgstr "¿Por qué mis publicaciones no son públicas?"
+#: ../../mod/uimport.php:66
+msgid "Move account"
+msgstr "Mover cuenta"
 
-#: ../../mod/newmember.php:73
+#: ../../mod/uimport.php:67
+msgid "You can import an account from another Friendica server."
+msgstr "Puedes importar una cuenta desde otro servidor de Friendica."
+
+#: ../../mod/uimport.php:68
 msgid ""
-"Friendica respects your privacy. By default, your posts will only show up to"
-" people you've added as friends. For more information, see the help section "
-"from the link above."
-msgstr "Friendica respeta tu privacidad. Por defecto, tus publicaciones solo se mostrarán a personas que hayas añadido como amistades. Para más información, mira la sección de ayuda en el enlace de más arriba."
+"You need to export your account from the old server and upload it here. We "
+"will recreate your old account here with all your contacts. We will try also"
+" to inform your friends that you moved here."
+msgstr "Necesitas exportar tu cuenta del antiguo servidor y subirla aquí. Volveremos a crear tu antigua cuenta con todos tus contactos aquí. También intentaremos de informar a tus amigos de que te has mudado."
 
-#: ../../mod/newmember.php:78
-msgid "Getting Help"
-msgstr "Consiguiendo ayuda"
+#: ../../mod/uimport.php:69
+msgid ""
+"This feature is experimental. We can't import contacts from the OStatus "
+"network (statusnet/identi.ca) or from Diaspora"
+msgstr "Esta característica es experimental. No podemos importar contactos desde la red OStatus (statusnet/identi.ca) o desde Diaspora"
 
-#: ../../mod/newmember.php:82
-msgid "Go to the Help Section"
-msgstr "Ir a la sección de ayuda"
+#: ../../mod/uimport.php:70
+msgid "Account file"
+msgstr "Archivo de la cuenta"
 
-#: ../../mod/newmember.php:82
+#: ../../mod/uimport.php:70
 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 información y recursos de ayuda."
+"To export your account, go to \"Settings->Export your personal data\" and "
+"select \"Export account\""
+msgstr ""
 
-#: ../../mod/attach.php:8
-msgid "Item not available."
-msgstr "Elemento no disponible."
+#: ../../mod/lockview.php:31 ../../mod/lockview.php:39
+msgid "Remote privacy information not available."
+msgstr "Privacidad de la información remota no disponible."
 
-#: ../../mod/attach.php:20
-msgid "Item was not found."
-msgstr "Elemento no encontrado."
+#: ../../mod/lockview.php:48
+msgid "Visible to:"
+msgstr "Visible para:"
 
-#: ../../mod/group.php:29
-msgid "Group created."
-msgstr "Grupo creado."
+#: ../../mod/notes.php:63 ../../mod/filer.php:31 ../../include/text.php:937
+msgid "Save"
+msgstr "Guardar"
 
-#: ../../mod/group.php:35
-msgid "Could not create group."
-msgstr "Imposible crear el grupo."
+#: ../../mod/help.php:79
+msgid "Help:"
+msgstr "Ayuda:"
 
-#: ../../mod/group.php:47 ../../mod/group.php:137
-msgid "Group not found."
-msgstr "Grupo no encontrado."
+#: ../../mod/help.php:84 ../../include/nav.php:113
+msgid "Help"
+msgstr "Ayuda"
 
-#: ../../mod/group.php:60
-msgid "Group name changed."
-msgstr "El nombre del grupo ha cambiado."
+#: ../../mod/hcard.php:10
+msgid "No profile"
+msgstr "Nigún perfil"
 
-#: ../../mod/group.php:72 ../../mod/profperm.php:19 ../../index.php:318
-msgid "Permission denied"
-msgstr "Permiso denegado"
+#: ../../mod/dfrn_request.php:93
+msgid "This introduction has already been accepted."
+msgstr "Esta presentación ya ha sido aceptada."
 
-#: ../../mod/group.php:90
-msgid "Create a group of contacts/friends."
-msgstr "Crea un grupo de contactos/amigos."
+#: ../../mod/dfrn_request.php:118 ../../mod/dfrn_request.php:513
+msgid "Profile location is not valid or does not contain profile information."
+msgstr "La dirección del perfil no es válida o no contiene información del perfil."
 
-#: ../../mod/group.php:91 ../../mod/group.php:177
-msgid "Group Name: "
-msgstr "Nombre del grupo: "
+#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:518
+msgid "Warning: profile location has no identifiable owner name."
+msgstr "Aviso: La dirección del perfil no tiene un nombre de propietario identificable."
 
-#: ../../mod/group.php:110
-msgid "Group removed."
-msgstr "Grupo eliminado."
+#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:520
+msgid "Warning: profile location has no profile photo."
+msgstr "Aviso: la dirección del perfil no tiene foto de perfil."
 
-#: ../../mod/group.php:112
-msgid "Unable to remove group."
-msgstr "No se puede eliminar el grupo."
+#: ../../mod/dfrn_request.php:128 ../../mod/dfrn_request.php:523
+#, 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] "no se encontró %d parámetro requerido en el lugar determinado"
+msgstr[1] "no se encontraron %d parámetros requeridos en el lugar determinado"
 
-#: ../../mod/group.php:176
-msgid "Group Editor"
-msgstr "Editor de grupos"
+#: ../../mod/dfrn_request.php:170
+msgid "Introduction complete."
+msgstr "Presentación completa."
 
-#: ../../mod/group.php:189
-msgid "Members"
-msgstr "Miembros"
+#: ../../mod/dfrn_request.php:209
+msgid "Unrecoverable protocol error."
+msgstr "Error de protocolo irrecuperable."
 
-#: ../../mod/group.php:221 ../../mod/profperm.php:105
-msgid "Click on a contact to add or remove."
-msgstr "Pulsa en un contacto para añadirlo o eliminarlo."
+#: ../../mod/dfrn_request.php:237
+msgid "Profile unavailable."
+msgstr "Perfil no disponible."
 
-#: ../../mod/profperm.php:25 ../../mod/profperm.php:55
-msgid "Invalid profile identifier."
-msgstr "Identificador de perfil no válido."
+#: ../../mod/dfrn_request.php:262
+#, php-format
+msgid "%s has received too many connection requests today."
+msgstr "%s ha recibido demasiadas solicitudes de conexión hoy."
 
-#: ../../mod/profperm.php:101
-msgid "Profile Visibility Editor"
-msgstr "Editor de visibilidad del perfil"
+#: ../../mod/dfrn_request.php:263
+msgid "Spam protection measures have been invoked."
+msgstr "Han sido activadas las medidas de protección contra spam."
 
-#: ../../mod/profperm.php:114
-msgid "Visible To"
-msgstr "Visible para"
+#: ../../mod/dfrn_request.php:264
+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/profperm.php:130
-msgid "All Contacts (with secure profile access)"
-msgstr "Todos los contactos (con perfil de acceso seguro)"
+#: ../../mod/dfrn_request.php:326
+msgid "Invalid locator"
+msgstr "Localizador no válido"
 
-#: ../../mod/viewcontacts.php:39
-msgid "No contacts."
-msgstr "Ningún contacto."
+#: ../../mod/dfrn_request.php:335
+msgid "Invalid email address."
+msgstr "Dirección de correo incorrecta"
 
-#: ../../mod/viewcontacts.php:76 ../../include/text.php:618
-msgid "View Contacts"
-msgstr "Ver contactos"
+#: ../../mod/dfrn_request.php:362
+msgid "This account has not been configured for email. Request failed."
+msgstr "Esta cuenta no ha sido configurada para el correo. Fallo de solicitud."
+
+#: ../../mod/dfrn_request.php:458
+msgid "Unable to resolve your name at the provided location."
+msgstr "No se ha podido resolver tu nombre en la dirección indicada."
+
+#: ../../mod/dfrn_request.php:471
+msgid "You have already introduced yourself here."
+msgstr "Ya te has presentado aquí."
 
-#: ../../mod/register.php:88 ../../mod/regmod.php:52
+#: ../../mod/dfrn_request.php:475
 #, php-format
-msgid "Registration details for %s"
-msgstr "Detalles de registro para %s"
+msgid "Apparently you are already friends with %s."
+msgstr "Al parecer, ya eres amigo de %s."
+
+#: ../../mod/dfrn_request.php:496
+msgid "Invalid profile URL."
+msgstr "Dirección de perfil no válida."
+
+#: ../../mod/dfrn_request.php:502 ../../include/follow.php:27
+msgid "Disallowed profile URL."
+msgstr "Dirección de perfil no permitida."
+
+#: ../../mod/dfrn_request.php:571 ../../mod/contacts.php:174
+msgid "Failed to update contact record."
+msgstr "Error al actualizar el contacto."
+
+#: ../../mod/dfrn_request.php:592
+msgid "Your introduction has been sent."
+msgstr "Tu presentación ha sido enviada."
+
+#: ../../mod/dfrn_request.php:645
+msgid "Please login to confirm introduction."
+msgstr "Inicia sesión para confirmar la presentación."
 
-#: ../../mod/register.php:96
+#: ../../mod/dfrn_request.php:659
 msgid ""
-"Registration successful. Please check your email for further instructions."
-msgstr "Te has registrado con éxito. Por favor, consulta tu correo para más información."
+"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/register.php:100
-msgid "Failed to send email message. Here is the message that failed."
-msgstr "Error al enviar el mensaje de correo. Este es el mensaje no enviado."
+#: ../../mod/dfrn_request.php:670
+msgid "Hide this contact"
+msgstr "Ocultar este contacto"
 
-#: ../../mod/register.php:105
-msgid "Your registration can not be processed."
-msgstr "Tu registro no se puede procesar."
+#: ../../mod/dfrn_request.php:673
+#, php-format
+msgid "Welcome home %s."
+msgstr "Bienvenido a casa %s"
 
-#: ../../mod/register.php:142
+#: ../../mod/dfrn_request.php:674
 #, php-format
-msgid "Registration request at %s"
-msgstr "Solicitud de registro en %s"
+msgid "Please confirm your introduction/connection request to %s."
+msgstr "Por favor, confirma tu solicitud de presentación/conexión con %s."
 
-#: ../../mod/register.php:151
-msgid "Your registration is pending approval by the site owner."
-msgstr "Tu registro está pendiente de aprobación por el propietario del sitio."
+#: ../../mod/dfrn_request.php:675
+msgid "Confirm"
+msgstr "Confirmar"
 
-#: ../../mod/register.php:189
-msgid ""
-"This site has exceeded the number of allowed daily account registrations. "
-"Please try again tomorrow."
-msgstr "Este sitio ha excedido el número de registros diarios permitidos. Inténtalo de nuevo mañana por favor."
+#: ../../mod/dfrn_request.php:716 ../../include/items.php:3532
+msgid "[Name Withheld]"
+msgstr "[Nombre oculto]"
 
-#: ../../mod/register.php:217
+#: ../../mod/dfrn_request.php:811
 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 escribiendo tu OpenID y pulsando en \"Registrar\"."
+"Please enter your 'Identity Address' from one of the following supported "
+"communications networks:"
+msgstr "Por favor introduce tu dirección ID de una de las siguientes redes sociales soportadas:"
+
+#: ../../mod/dfrn_request.php:827
+msgid "<strike>Connect as an email follower</strike> (Coming soon)"
+msgstr "<strike>Conecta como lector de correo</strike> (Disponible en breve)"
 
-#: ../../mod/register.php:218
+#: ../../mod/dfrn_request.php:829
 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."
+"If you are not yet a member of the free social web, <a "
+"href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public"
+" Friendica site and join us today</a>."
+msgstr "Si aún no eres miembro de la red social libre <a href=\"http://dir.friendica.com/siteinfo\"> sigue este enlace para encontrar un servidor público de Friendica y unirte a nosotros</a>."
 
-#: ../../mod/register.php:219
-msgid "Your OpenID (optional): "
-msgstr "Tu OpenID (opcional):"
+#: ../../mod/dfrn_request.php:832
+msgid "Friend/Connection Request"
+msgstr "Solicitud de Amistad/Conexión"
 
-#: ../../mod/register.php:233
-msgid "Include your profile in member directory?"
-msgstr "¿Incluir tu perfil en el directorio de miembros?"
+#: ../../mod/dfrn_request.php:833
+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"
 
-#: ../../mod/register.php:255
-msgid "Membership on this site is by invitation only."
-msgstr "Sitio solo accesible mediante invitación."
+#: ../../mod/dfrn_request.php:834
+msgid "Please answer the following:"
+msgstr "Por favor responde lo siguiente:"
 
-#: ../../mod/register.php:256
-msgid "Your invitation ID: "
-msgstr "ID de tu invitación: "
+#: ../../mod/dfrn_request.php:835
+#, php-format
+msgid "Does %s know you?"
+msgstr "¿%s te conoce?"
 
-#: ../../mod/register.php:259 ../../mod/admin.php:444
-msgid "Registration"
-msgstr "Registro"
+#: ../../mod/dfrn_request.php:838
+msgid "Add a personal note:"
+msgstr "Añade una nota personal:"
 
-#: ../../mod/register.php:267
-msgid "Your Full Name (e.g. Joe Smith): "
-msgstr "Tu nombre completo (por ejemplo, Manuel Pérez): "
+#: ../../mod/dfrn_request.php:840 ../../include/contact_selectors.php:76
+msgid "Friendica"
+msgstr "Friendica"
 
-#: ../../mod/register.php:268
-msgid "Your Email Address: "
-msgstr "Tu dirección de correo: "
+#: ../../mod/dfrn_request.php:841
+msgid "StatusNet/Federated Social Web"
+msgstr "StatusNet/Web Social Federada"
 
-#: ../../mod/register.php:269
-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@$nombredelsitio</strong>\"."
+#: ../../mod/dfrn_request.php:842 ../../mod/settings.php:722
+#: ../../include/contact_selectors.php:80
+msgid "Diaspora"
+msgstr "Diaspora*"
 
-#: ../../mod/register.php:270
-msgid "Choose a nickname: "
-msgstr "Escoge un apodo: "
+#: ../../mod/dfrn_request.php:843
+#, php-format
+msgid ""
+" - please do not use this form.  Instead, enter %s into your Diaspora search"
+" bar."
+msgstr "(En vez de usar este formulario, introduce %s en la barra de búsqueda de Diaspora."
 
-#: ../../mod/register.php:273 ../../include/nav.php:81 ../../boot.php:898
-msgid "Register"
-msgstr "Registrarse"
+#: ../../mod/dfrn_request.php:844
+msgid "Your Identity Address:"
+msgstr "Dirección de tu perfil:"
 
-#: ../../mod/dirfind.php:26
-msgid "People Search"
-msgstr "Buscar personas"
+#: ../../mod/dfrn_request.php:847
+msgid "Submit Request"
+msgstr "Enviar solicitud"
 
-#: ../../mod/like.php:145 ../../mod/like.php:298 ../../mod/subthread.php:87
-#: ../../mod/tagger.php:62 ../../addon/facebook/facebook.php:1598
-#: ../../addon/communityhome/communityhome.php:158
-#: ../../addon/communityhome/communityhome.php:167
-#: ../../view/theme/diabook/theme.php:452
-#: ../../view/theme/diabook/theme.php:461 ../../include/diaspora.php:1835
-#: ../../include/conversation.php:120 ../../include/conversation.php:129
-#: ../../include/conversation.php:248 ../../include/conversation.php:257
-#: ../../addon.old/facebook/facebook.php:1598
-#: ../../addon.old/communityhome/communityhome.php:158
-#: ../../addon.old/communityhome/communityhome.php:167
-msgid "status"
-msgstr "estado"
+#: ../../mod/update_profile.php:41 ../../mod/update_network.php:22
+#: ../../mod/update_display.php:22 ../../mod/update_community.php:18
+#: ../../mod/update_notes.php:41
+msgid "[Embedded content - reload page to view]"
+msgstr "[Contenido incrustado - recarga la página para verlo]"
 
-#: ../../mod/like.php:162 ../../addon/facebook/facebook.php:1602
-#: ../../addon/communityhome/communityhome.php:172
-#: ../../view/theme/diabook/theme.php:466 ../../include/diaspora.php:1851
-#: ../../include/conversation.php:136
-#: ../../addon.old/facebook/facebook.php:1602
-#: ../../addon.old/communityhome/communityhome.php:172
-#, php-format
-msgid "%1$s likes %2$s's %3$s"
-msgstr "A %1$s le gusta %3$s de %2$s"
+#: ../../mod/content.php:496 ../../include/conversation.php:686
+msgid "View in context"
+msgstr "Verlo en contexto"
 
-#: ../../mod/like.php:164 ../../include/conversation.php:139
+#: ../../mod/contacts.php:104
 #, php-format
-msgid "%1$s doesn't like %2$s's %3$s"
-msgstr "A %1$s no le gusta %3$s de %2$s"
+msgid "%d contact edited."
+msgid_plural "%d contacts edited"
+msgstr[0] ""
+msgstr[1] ""
 
-#: ../../mod/notice.php:15 ../../mod/viewsrc.php:15 ../../mod/admin.php:159
-#: ../../mod/admin.php:734 ../../mod/admin.php:933 ../../mod/display.php:29
-#: ../../mod/display.php:145 ../../include/items.php:3780
-msgid "Item not found."
-msgstr "Elemento no encontrado."
+#: ../../mod/contacts.php:135 ../../mod/contacts.php:258
+msgid "Could not access contact record."
+msgstr "No se pudo acceder a los datos del contacto."
 
-#: ../../mod/viewsrc.php:7
-msgid "Access denied."
-msgstr "Acceso denegado."
+#: ../../mod/contacts.php:149
+msgid "Could not locate selected profile."
+msgstr "No se pudo encontrar el perfil seleccionado."
 
-#: ../../mod/fbrowser.php:25 ../../view/theme/diabook/theme.php:89
-#: ../../include/nav.php:51 ../../boot.php:1691
-msgid "Photos"
-msgstr "Fotografías"
+#: ../../mod/contacts.php:172
+msgid "Contact updated."
+msgstr "Contacto actualizado."
 
-#: ../../mod/fbrowser.php:96
-msgid "Files"
-msgstr "Archivos"
+#: ../../mod/contacts.php:272
+msgid "Contact has been blocked"
+msgstr "El contacto ha sido bloqueado"
 
-#: ../../mod/regmod.php:61
-msgid "Account approved."
-msgstr "Cuenta aprobada."
+#: ../../mod/contacts.php:272
+msgid "Contact has been unblocked"
+msgstr "El contacto ha sido desbloqueado"
 
-#: ../../mod/regmod.php:98
-#, php-format
-msgid "Registration revoked for %s"
-msgstr "Registro anulado para %s"
+#: ../../mod/contacts.php:282
+msgid "Contact has been ignored"
+msgstr "El contacto ha sido ignorado"
 
-#: ../../mod/regmod.php:110
-msgid "Please login."
-msgstr "Por favor accede."
+#: ../../mod/contacts.php:282
+msgid "Contact has been unignored"
+msgstr "El contacto ya no está ignorado"
 
-#: ../../mod/item.php:91
-msgid "Unable to locate original post."
-msgstr "No se puede encontrar la publicación original."
+#: ../../mod/contacts.php:293
+msgid "Contact has been archived"
+msgstr "El contacto ha sido archivado"
 
-#: ../../mod/item.php:275
-msgid "Empty post discarded."
-msgstr "Publicación vacía descartada."
+#: ../../mod/contacts.php:293
+msgid "Contact has been unarchived"
+msgstr "El contacto ya no está archivado"
 
-#: ../../mod/item.php:407 ../../mod/wall_upload.php:133
-#: ../../mod/wall_upload.php:142 ../../mod/wall_upload.php:149
-#: ../../include/message.php:144
-msgid "Wall Photos"
-msgstr "Foto del Muro"
+#: ../../mod/contacts.php:318 ../../mod/contacts.php:689
+msgid "Do you really want to delete this contact?"
+msgstr "¿Estás seguro de que quieres eliminar este contacto?"
 
-#: ../../mod/item.php:820
-msgid "System error. Post not saved."
-msgstr "Error del sistema. Mensaje no guardado."
+#: ../../mod/contacts.php:335
+msgid "Contact has been removed."
+msgstr "El contacto ha sido eliminado"
 
-#: ../../mod/item.php:845
+#: ../../mod/contacts.php:373
 #, php-format
-msgid ""
-"This message was sent to you by %s, a member of the Friendica social "
-"network."
-msgstr "Este mensaje te lo ha enviado %s, miembro de la red social Friendica."
+msgid "You are mutual friends with %s"
+msgstr "Ahora tienes una amistad mutua con %s"
 
-#: ../../mod/item.php:847
+#: ../../mod/contacts.php:377
 #, php-format
-msgid "You may visit them online at %s"
-msgstr "Los puedes visitar en línea en %s"
-
-#: ../../mod/item.php:848
-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."
+msgid "You are sharing with %s"
+msgstr "Estás compartiendo con %s"
 
-#: ../../mod/item.php:850
+#: ../../mod/contacts.php:382
 #, php-format
-msgid "%s posted an update."
-msgstr "%s ha publicado una actualización."
+msgid "%s is sharing with you"
+msgstr "%s está compartiendo contigo"
 
-#: ../../mod/mood.php:62 ../../include/conversation.php:226
-#, php-format
-msgid "%1$s is currently %2$s"
-msgstr "%1$s está actualmente %2$s"
+#: ../../mod/contacts.php:399
+msgid "Private communications are not available for this contact."
+msgstr "Las comunicaciones privadas no está disponibles para este contacto."
 
-#: ../../mod/mood.php:133
-msgid "Mood"
-msgstr "Ánimo"
+#: ../../mod/contacts.php:406
+msgid "(Update was successful)"
+msgstr "(La actualización se ha completado)"
 
-#: ../../mod/mood.php:134
-msgid "Set your current mood and tell your friends"
-msgstr "Coloca tu ánimo actual y cuéntaselo a tus amigos"
+#: ../../mod/contacts.php:406
+msgid "(Update was not successful)"
+msgstr "(La actualización no se ha completado)"
 
-#: ../../mod/profile_photo.php:44
-msgid "Image uploaded but image cropping failed."
-msgstr "Imagen recibida, pero ha fallado al recortarla."
+#: ../../mod/contacts.php:408
+msgid "Suggest friends"
+msgstr "Sugerir amigos"
 
-#: ../../mod/profile_photo.php:77 ../../mod/profile_photo.php:84
-#: ../../mod/profile_photo.php:91 ../../mod/profile_photo.php:308
+#: ../../mod/contacts.php:412
 #, php-format
-msgid "Image size reduction [%s] failed."
-msgstr "Ha fallado la reducción de las dimensiones de la imagen [%s]."
-
-#: ../../mod/profile_photo.php:118
-msgid ""
-"Shift-reload the page or clear browser cache if the new photo does not "
-"display immediately."
-msgstr "Recarga la página o limpia la caché del navegador si la foto nueva no aparece inmediatamente."
-
-#: ../../mod/profile_photo.php:128
-msgid "Unable to process image"
-msgstr "Imposible procesar la imagen"
+msgid "Network type: %s"
+msgstr "Tipo de red: %s"
 
-#: ../../mod/profile_photo.php:144 ../../mod/wall_upload.php:88
+#: ../../mod/contacts.php:415 ../../include/contact_widgets.php:199
 #, php-format
-msgid "Image exceeds size limit of %d"
-msgstr "El tamaño de la imagen supera el límite de %d"
-
-#: ../../mod/profile_photo.php:242
-msgid "Upload File:"
-msgstr "Subir archivo:"
-
-#: ../../mod/profile_photo.php:243
-msgid "Select a profile:"
-msgstr "Elige un perfil:"
+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"
 
-#: ../../mod/profile_photo.php:245
-#: ../../addon/dav/friendica/layout.fnk.php:152
-#: ../../addon.old/dav/friendica/layout.fnk.php:152
-msgid "Upload"
-msgstr "Subir"
+#: ../../mod/contacts.php:420
+msgid "View all contacts"
+msgstr "Ver todos los contactos"
 
-#: ../../mod/profile_photo.php:248
-msgid "skip this step"
-msgstr "saltar este paso"
+#: ../../mod/contacts.php:428
+msgid "Toggle Blocked status"
+msgstr "Cambiar bloqueados"
 
-#: ../../mod/profile_photo.php:248
-msgid "select a photo from your photo albums"
-msgstr "elige una foto de tus álbumes"
+#: ../../mod/contacts.php:431 ../../mod/contacts.php:485
+#: ../../mod/contacts.php:693
+msgid "Unignore"
+msgstr "Quitar de Ignorados"
 
-#: ../../mod/profile_photo.php:262
-msgid "Crop Image"
-msgstr "Recortar imagen"
+#: ../../mod/contacts.php:431 ../../mod/contacts.php:485
+#: ../../mod/contacts.php:693 ../../mod/notifications.php:51
+#: ../../mod/notifications.php:164 ../../mod/notifications.php:210
+msgid "Ignore"
+msgstr "Ignorar"
 
-#: ../../mod/profile_photo.php:263
-msgid "Please adjust the image cropping for optimum viewing."
-msgstr "Por favor, ajusta el recorte de la imagen para optimizarla."
+#: ../../mod/contacts.php:434
+msgid "Toggle Ignored status"
+msgstr "Cambiar ignorados"
 
-#: ../../mod/profile_photo.php:265
-msgid "Done Editing"
-msgstr "Editado"
+#: ../../mod/contacts.php:438 ../../mod/contacts.php:694
+msgid "Unarchive"
+msgstr "Sin archivar"
 
-#: ../../mod/profile_photo.php:299
-msgid "Image uploaded successfully."
-msgstr "Imagen subida con éxito."
+#: ../../mod/contacts.php:438 ../../mod/contacts.php:694
+msgid "Archive"
+msgstr "Archivo"
 
-#: ../../mod/hcard.php:10
-msgid "No profile"
-msgstr "Nigún perfil"
+#: ../../mod/contacts.php:441
+msgid "Toggle Archive status"
+msgstr "Cambiar archivados"
 
-#: ../../mod/removeme.php:45 ../../mod/removeme.php:48
-msgid "Remove My Account"
-msgstr "Eliminar mi cuenta"
+#: ../../mod/contacts.php:444
+msgid "Repair"
+msgstr "Reparar"
 
-#: ../../mod/removeme.php:46
-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 no se puede deshacer."
+#: ../../mod/contacts.php:447
+msgid "Advanced Contact Settings"
+msgstr "Configuración avanzada"
 
-#: ../../mod/removeme.php:47
-msgid "Please enter your password for verification:"
-msgstr "Por favor, introduce tu contraseña para la verificación:"
+#: ../../mod/contacts.php:453
+msgid "Communications lost with this contact!"
+msgstr "¡Se ha perdido la comunicación con este contacto!"
 
-#: ../../mod/message.php:9 ../../include/nav.php:131
-msgid "New Message"
-msgstr "Nuevo mensaje"
+#: ../../mod/contacts.php:456
+msgid "Contact Editor"
+msgstr "Editor de contactos"
 
-#: ../../mod/message.php:63
-msgid "Unable to locate contact information."
-msgstr "No se puede encontrar información del contacto."
+#: ../../mod/contacts.php:459
+msgid "Profile Visibility"
+msgstr "Visibilidad del Perfil"
 
-#: ../../mod/message.php:191
-msgid "Message deleted."
-msgstr "Mensaje eliminado."
+#: ../../mod/contacts.php:460
+#, php-format
+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."
 
-#: ../../mod/message.php:221
-msgid "Conversation removed."
-msgstr "Conversación eliminada."
+#: ../../mod/contacts.php:461
+msgid "Contact Information / Notes"
+msgstr "Información del Contacto / Notas"
 
-#: ../../mod/message.php:327
-msgid "No messages."
-msgstr "No hay mensajes."
+#: ../../mod/contacts.php:462
+msgid "Edit contact notes"
+msgstr "Editar notas del contacto"
 
-#: ../../mod/message.php:334
+#: ../../mod/contacts.php:467 ../../mod/contacts.php:657
+#: ../../mod/viewcontacts.php:62 ../../mod/nogroup.php:40
 #, php-format
-msgid "Unknown sender - %s"
-msgstr "Remitente desconocido - %s"
+msgid "Visit %s's profile [%s]"
+msgstr "Ver el perfil de %s [%s]"
 
-#: ../../mod/message.php:337
-#, php-format
-msgid "You and %s"
-msgstr "Tú y %s"
+#: ../../mod/contacts.php:468
+msgid "Block/Unblock contact"
+msgstr "Boquear/Desbloquear contacto"
 
-#: ../../mod/message.php:340
-#, php-format
-msgid "%s and You"
-msgstr "%s y Tú"
+#: ../../mod/contacts.php:469
+msgid "Ignore contact"
+msgstr "Ignorar contacto"
 
-#: ../../mod/message.php:350 ../../mod/message.php:462
-msgid "Delete conversation"
-msgstr "Eliminar conversación"
+#: ../../mod/contacts.php:470
+msgid "Repair URL settings"
+msgstr "Configuración de reparación de la dirección"
 
-#: ../../mod/message.php:353
-msgid "D, d M Y - g:i A"
-msgstr "D, d M Y - g:i A"
+#: ../../mod/contacts.php:471
+msgid "View conversations"
+msgstr "Ver conversaciones"
 
-#: ../../mod/message.php:356
-#, php-format
-msgid "%d message"
-msgid_plural "%d messages"
-msgstr[0] "%d mensaje"
-msgstr[1] "%d mensajes"
+#: ../../mod/contacts.php:473
+msgid "Delete contact"
+msgstr "Eliminar contacto"
 
-#: ../../mod/message.php:391
-msgid "Message not available."
-msgstr "Mensaje no disponibile."
+#: ../../mod/contacts.php:477
+msgid "Last update:"
+msgstr "Última actualización:"
 
-#: ../../mod/message.php:444
-msgid "Delete message"
-msgstr "Borrar mensaje"
+#: ../../mod/contacts.php:479
+msgid "Update public posts"
+msgstr "Actualizar publicaciones públicas"
 
-#: ../../mod/message.php:464
-msgid ""
-"No secure communications available. You <strong>may</strong> be able to "
-"respond from the sender's profile page."
-msgstr "No hay comunicaciones seguras disponibles. <strong>Podrías</strong> responder desde la página de perfil del remitente. "
+#: ../../mod/contacts.php:488
+msgid "Currently blocked"
+msgstr "Bloqueados"
 
-#: ../../mod/message.php:468
-msgid "Send Reply"
-msgstr "Enviar respuesta"
+#: ../../mod/contacts.php:489
+msgid "Currently ignored"
+msgstr "Ignorados"
 
-#: ../../mod/allfriends.php:34
-#, php-format
-msgid "Friends of %s"
-msgstr "Amigos de %s"
+#: ../../mod/contacts.php:490
+msgid "Currently archived"
+msgstr "Archivados"
 
-#: ../../mod/allfriends.php:40
-msgid "No friends to display."
-msgstr "No hay amigos para mostrar."
+#: ../../mod/contacts.php:491 ../../mod/notifications.php:157
+#: ../../mod/notifications.php:204
+msgid "Hide this contact from others"
+msgstr "Ocultar este contacto a los demás."
 
-#: ../../mod/admin.php:55
-msgid "Theme settings updated."
-msgstr "Configuración de la apariencia actualizada."
+#: ../../mod/contacts.php:491
+msgid ""
+"Replies/likes to your public posts <strong>may</strong> still be visible"
+msgstr "Los comentarios o \"me gusta\" en tus publicaciones públicas todavía <strong>pueden</strong> ser visibles."
 
-#: ../../mod/admin.php:96 ../../mod/admin.php:442
-msgid "Site"
-msgstr "Sitio"
+#: ../../mod/contacts.php:542
+msgid "Suggestions"
+msgstr "Sugerencias"
 
-#: ../../mod/admin.php:97 ../../mod/admin.php:688 ../../mod/admin.php:701
-msgid "Users"
-msgstr "Usuarios"
+#: ../../mod/contacts.php:545
+msgid "Suggest potential friends"
+msgstr "Amistades potenciales sugeridas"
 
-#: ../../mod/admin.php:98 ../../mod/admin.php:783 ../../mod/admin.php:825
-msgid "Plugins"
-msgstr "Módulos"
+#: ../../mod/contacts.php:548 ../../mod/group.php:194
+msgid "All Contacts"
+msgstr "Todos los contactos"
 
-#: ../../mod/admin.php:99 ../../mod/admin.php:988 ../../mod/admin.php:1024
-msgid "Themes"
-msgstr "Temas"
+#: ../../mod/contacts.php:551
+msgid "Show all contacts"
+msgstr "Mostrar todos los contactos"
 
-#: ../../mod/admin.php:100
-msgid "DB updates"
-msgstr "Actualizaciones de la Base de Datos"
+#: ../../mod/contacts.php:554
+msgid "Unblocked"
+msgstr "Desbloqueados"
 
-#: ../../mod/admin.php:115 ../../mod/admin.php:122 ../../mod/admin.php:1111
-msgid "Logs"
-msgstr "Registros"
+#: ../../mod/contacts.php:557
+msgid "Only show unblocked contacts"
+msgstr "Mostrar solo contactos sin bloquear"
 
-#: ../../mod/admin.php:120 ../../include/nav.php:146
-msgid "Admin"
-msgstr "Admin"
+#: ../../mod/contacts.php:561
+msgid "Blocked"
+msgstr "Bloqueados"
 
-#: ../../mod/admin.php:121
-msgid "Plugin Features"
-msgstr "Características del módulo"
+#: ../../mod/contacts.php:564
+msgid "Only show blocked contacts"
+msgstr "Mostrar solo contactos bloqueados"
 
-#: ../../mod/admin.php:123
-msgid "User registrations waiting for confirmation"
-msgstr "Registro de usuarios esperando la confirmación"
+#: ../../mod/contacts.php:568
+msgid "Ignored"
+msgstr "Ignorados"
 
-#: ../../mod/admin.php:183 ../../mod/admin.php:669
-msgid "Normal Account"
-msgstr "Cuenta normal"
+#: ../../mod/contacts.php:571
+msgid "Only show ignored contacts"
+msgstr "Mostrar solo contactos ignorados"
 
-#: ../../mod/admin.php:184 ../../mod/admin.php:670
-msgid "Soapbox Account"
-msgstr "Cuenta tribuna"
+#: ../../mod/contacts.php:575
+msgid "Archived"
+msgstr "Archivados"
 
-#: ../../mod/admin.php:185 ../../mod/admin.php:671
-msgid "Community/Celebrity Account"
-msgstr "Cuenta de Comunidad/Celebridad"
+#: ../../mod/contacts.php:578
+msgid "Only show archived contacts"
+msgstr "Mostrar solo contactos archivados"
 
-#: ../../mod/admin.php:186 ../../mod/admin.php:672
-msgid "Automatic Friend Account"
-msgstr "Cuenta de amistad automática"
+#: ../../mod/contacts.php:582
+msgid "Hidden"
+msgstr "Ocultos"
 
-#: ../../mod/admin.php:187
-msgid "Blog Account"
-msgstr "Cuenta de blog"
+#: ../../mod/contacts.php:585
+msgid "Only show hidden contacts"
+msgstr "Mostrar solo contactos ocultos"
 
-#: ../../mod/admin.php:188
-msgid "Private Forum"
-msgstr "Foro privado"
+#: ../../mod/contacts.php:633
+msgid "Mutual Friendship"
+msgstr "Amistad recíproca"
 
-#: ../../mod/admin.php:207
-msgid "Message queues"
-msgstr "Cola de mensajes"
+#: ../../mod/contacts.php:637
+msgid "is a fan of yours"
+msgstr "es tu fan"
 
-#: ../../mod/admin.php:212 ../../mod/admin.php:441 ../../mod/admin.php:687
-#: ../../mod/admin.php:782 ../../mod/admin.php:824 ../../mod/admin.php:987
-#: ../../mod/admin.php:1023 ../../mod/admin.php:1110
-msgid "Administration"
-msgstr "Administración"
+#: ../../mod/contacts.php:641
+msgid "you are a fan of"
+msgstr "eres fan de"
 
-#: ../../mod/admin.php:213
-msgid "Summary"
-msgstr "Resumen"
+#: ../../mod/contacts.php:658 ../../mod/nogroup.php:41
+msgid "Edit contact"
+msgstr "Modificar contacto"
 
-#: ../../mod/admin.php:215
-msgid "Registered users"
-msgstr "Usuarios registrados"
+#: ../../mod/contacts.php:684
+msgid "Search your contacts"
+msgstr "Buscar en tus contactos"
 
-#: ../../mod/admin.php:217
-msgid "Pending registrations"
-msgstr "Pendientes de registro"
+#: ../../mod/contacts.php:691 ../../mod/settings.php:126
+#: ../../mod/settings.php:627
+msgid "Update"
+msgstr "Actualizar"
 
-#: ../../mod/admin.php:218
-msgid "Version"
-msgstr "Versión"
+#: ../../mod/settings.php:28 ../../mod/photos.php:79
+msgid "everybody"
+msgstr "todos"
 
-#: ../../mod/admin.php:220
-msgid "Active plugins"
-msgstr "Módulos activos"
+#: ../../mod/settings.php:35 ../../mod/uexport.php:9 ../../include/nav.php:167
+msgid "Account settings"
+msgstr "Configuración de tu cuenta"
 
-#: ../../mod/admin.php:373
-msgid "Site settings updated."
-msgstr "Configuración de actualización."
+#: ../../mod/settings.php:40
+msgid "Additional features"
+msgstr "Características adicionales"
 
-#: ../../mod/admin.php:428
-msgid "Closed"
-msgstr "Cerrado"
+#: ../../mod/settings.php:45 ../../mod/uexport.php:14
+msgid "Display settings"
+msgstr "Configuración Tema/Visualización"
 
-#: ../../mod/admin.php:429
-msgid "Requires approval"
-msgstr "Requiere aprobación"
+#: ../../mod/settings.php:51 ../../mod/uexport.php:20
+msgid "Connector settings"
+msgstr "Configuración del conector"
 
-#: ../../mod/admin.php:430
-msgid "Open"
-msgstr "Abierto"
+#: ../../mod/settings.php:56 ../../mod/uexport.php:25
+msgid "Plugin settings"
+msgstr "Configuración de los módulos"
 
-#: ../../mod/admin.php:434
-msgid "No SSL policy, links will track page SSL state"
-msgstr "No existe una política de SSL, los vínculos harán un seguimiento del estado de SSL en la página"
+#: ../../mod/settings.php:61 ../../mod/uexport.php:30
+msgid "Connected apps"
+msgstr "Aplicaciones conectadas"
 
-#: ../../mod/admin.php:435
-msgid "Force all links to use SSL"
-msgstr "Forzar todos los enlaces a utilizar SSL"
+#: ../../mod/settings.php:66 ../../mod/uexport.php:35 ../../mod/uexport.php:80
+msgid "Export personal data"
+msgstr "Exportación de datos personales"
 
-#: ../../mod/admin.php:436
-msgid "Self-signed certificate, use SSL for local links only (discouraged)"
-msgstr "Certificación personal, usa SSL solo para enlaces locales (no recomendado)"
+#: ../../mod/settings.php:71 ../../mod/uexport.php:40
+msgid "Remove account"
+msgstr "Eliminar cuenta"
 
-#: ../../mod/admin.php:445
-msgid "File upload"
-msgstr "Subida de archivo"
+#: ../../mod/settings.php:123
+msgid "Missing some important data!"
+msgstr "¡Faltan algunos datos importantes!"
 
-#: ../../mod/admin.php:446
-msgid "Policies"
-msgstr "Políticas"
+#: ../../mod/settings.php:232
+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."
 
-#: ../../mod/admin.php:447
-msgid "Advanced"
-msgstr "Avanzado"
+#: ../../mod/settings.php:237
+msgid "Email settings updated."
+msgstr "Configuración de correo actualizada."
 
-#: ../../mod/admin.php:451 ../../addon/statusnet/statusnet.php:567
-#: ../../addon.old/statusnet/statusnet.php:567
-msgid "Site name"
-msgstr "Nombre del sitio"
+#: ../../mod/settings.php:252
+msgid "Features updated"
+msgstr "Actualizaciones"
 
-#: ../../mod/admin.php:452
-msgid "Banner/Logo"
-msgstr "Imagen/Logotipo"
+#: ../../mod/settings.php:311
+msgid "Relocate message has been send to your contacts"
+msgstr ""
 
-#: ../../mod/admin.php:453
-msgid "System language"
-msgstr "Idioma"
+#: ../../mod/settings.php:325
+msgid "Passwords do not match. Password unchanged."
+msgstr "Las contraseñas no coinciden. La contraseña no ha sido modificada."
+
+#: ../../mod/settings.php:330
+msgid "Empty passwords are not allowed. Password unchanged."
+msgstr "No se permiten contraseñas vacías. La contraseña no ha sido modificada."
 
-#: ../../mod/admin.php:454
-msgid "System theme"
-msgstr "Tema"
+#: ../../mod/settings.php:338
+msgid "Wrong password."
+msgstr ""
 
-#: ../../mod/admin.php:454
-msgid ""
-"Default system theme - may be over-ridden by user profiles - <a href='#' "
-"id='cnftheme'>change theme settings</a>"
-msgstr "Tema por defecto del sistema, los usuarios podrán elegir el suyo propio en su configuración <a href='#' id='cnftheme'>cambiar configuración del tema</a>"
+#: ../../mod/settings.php:349
+msgid "Password changed."
+msgstr "Contraseña modificada."
 
-#: ../../mod/admin.php:455
-msgid "Mobile system theme"
-msgstr "Tema de sistema móvil"
+#: ../../mod/settings.php:351
+msgid "Password update failed. Please try again."
+msgstr "La actualización de la contraseña ha fallado. Por favor, prueba otra vez."
 
-#: ../../mod/admin.php:455
-msgid "Theme for mobile devices"
-msgstr "Tema para dispositivos móviles"
+#: ../../mod/settings.php:416
+msgid " Please use a shorter name."
+msgstr " Usa un nombre más corto."
 
-#: ../../mod/admin.php:456
-msgid "SSL link policy"
-msgstr "Política de enlaces SSL"
+#: ../../mod/settings.php:418
+msgid " Name too short."
+msgstr " Nombre demasiado corto."
 
-#: ../../mod/admin.php:456
-msgid "Determines whether generated links should be forced to use SSL"
-msgstr "Determina si los enlaces generados deben ser forzados a utilizar SSL"
+#: ../../mod/settings.php:427
+msgid "Wrong Password"
+msgstr ""
 
-#: ../../mod/admin.php:457
-msgid "Maximum image size"
-msgstr "Tamaño máximo de la imagen"
+#: ../../mod/settings.php:432
+msgid " Not valid email."
+msgstr " Correo no válido."
 
-#: ../../mod/admin.php:457
-msgid ""
-"Maximum size in bytes of uploaded images. Default is 0, which means no "
-"limits."
-msgstr "Tamaño máximo en bytes de las imágenes a subir. Por defecto es 0, que quiere decir que no hay límite."
+#: ../../mod/settings.php:438
+msgid " Cannot change to that email."
+msgstr " No se puede usar ese correo."
 
-#: ../../mod/admin.php:458
-msgid "Maximum image length"
-msgstr "Largo máximo de imagen"
+#: ../../mod/settings.php:493
+msgid "Private forum has no privacy permissions. Using default privacy group."
+msgstr "El foro privado no tiene permisos de privacidad. Usando el grupo de privacidad por defecto."
 
-#: ../../mod/admin.php:458
-msgid ""
-"Maximum length in pixels of the longest side of uploaded images. Default is "
-"-1, which means no limits."
-msgstr "Longitud máxima en píxeles del lado más largo de las imágenes subidas. Por defecto es -1, que significa que no hay límites."
+#: ../../mod/settings.php:497
+msgid "Private forum has no privacy permissions and no default privacy group."
+msgstr "El foro privado no tiene permisos de privacidad ni grupo por defecto de privacidad."
 
-#: ../../mod/admin.php:459
-msgid "JPEG image quality"
-msgstr "Calidad de imagen JPEG"
+#: ../../mod/settings.php:527
+msgid "Settings updated."
+msgstr "Configuración actualizada."
 
-#: ../../mod/admin.php:459
-msgid ""
-"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
-"100, which is full quality."
-msgstr "Los archivos JPEG subidos se guardarán con este ajuste de calidad [0-100]. Por defecto es 100, que es calidad máxima."
+#: ../../mod/settings.php:600 ../../mod/settings.php:626
+#: ../../mod/settings.php:662
+msgid "Add application"
+msgstr "Agregar aplicación"
 
-#: ../../mod/admin.php:461
-msgid "Register policy"
-msgstr "Política de registros"
+#: ../../mod/settings.php:604 ../../mod/settings.php:630
+msgid "Consumer Key"
+msgstr "Clave del consumidor"
 
-#: ../../mod/admin.php:462
-msgid "Register text"
-msgstr "Términos"
+#: ../../mod/settings.php:605 ../../mod/settings.php:631
+msgid "Consumer Secret"
+msgstr "Secreto del consumidor"
 
-#: ../../mod/admin.php:462
-msgid "Will be displayed prominently on the registration page."
-msgstr "Se mostrará en un lugar destacado en la página de registro."
+#: ../../mod/settings.php:606 ../../mod/settings.php:632
+msgid "Redirect"
+msgstr "Redirigir"
 
-#: ../../mod/admin.php:463
-msgid "Accounts abandoned after x days"
-msgstr "Cuentas abandonadas después de x días"
+#: ../../mod/settings.php:607 ../../mod/settings.php:633
+msgid "Icon url"
+msgstr "Dirección del ícono"
 
-#: ../../mod/admin.php:463
-msgid ""
-"Will not waste system resources polling external sites for abandonded "
-"accounts. Enter 0 for no time limit."
-msgstr "No gastará recursos del sistema creando sondeos a sitios externos para cuentas abandonadas. Introduce 0 para ningún límite temporal."
+#: ../../mod/settings.php:618
+msgid "You can't edit this application."
+msgstr "No puedes editar esta aplicación."
 
-#: ../../mod/admin.php:464
-msgid "Allowed friend domains"
-msgstr "Dominios amigos permitidos"
+#: ../../mod/settings.php:661
+msgid "Connected Apps"
+msgstr "Aplicaciones conectadas"
 
-#: ../../mod/admin.php:464
-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 los dominios que están autorizados para establecer conexiones con este sitio. Se aceptan comodines. Dejar en blanco para permitir cualquier dominio"
+#: ../../mod/settings.php:665
+msgid "Client key starts with"
+msgstr "Clave de cliente comienza por"
 
-#: ../../mod/admin.php:465
-msgid "Allowed email domains"
-msgstr "Dominios de correo permitidos"
+#: ../../mod/settings.php:666
+msgid "No name"
+msgstr "Sin nombre"
 
-#: ../../mod/admin.php:465
-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 que están autorizados en las direcciones de correo para registrarse en este sitio. Se aceptan comodines. Dejar en blanco para permitir cualquier dominio"
+#: ../../mod/settings.php:667
+msgid "Remove authorization"
+msgstr "Suprimir la autorización"
 
-#: ../../mod/admin.php:466
-msgid "Block public"
-msgstr "Bloqueo público"
+#: ../../mod/settings.php:679
+msgid "No Plugin settings configured"
+msgstr "No se ha configurado ningún módulo"
 
-#: ../../mod/admin.php:466
-msgid ""
-"Check to block public access to all otherwise public personal pages on this "
-"site unless you are currently logged in."
-msgstr "Marca para bloquear el acceso público a todas las páginas personales, aún siendo públicas, hasta que no hayas iniciado tu sesión."
+#: ../../mod/settings.php:687
+msgid "Plugin Settings"
+msgstr "Configuración de los módulos"
 
-#: ../../mod/admin.php:467
-msgid "Force publish"
-msgstr "Forzar publicación"
+#: ../../mod/settings.php:701
+msgid "Off"
+msgstr "Apagado"
 
-#: ../../mod/admin.php:467
-msgid ""
-"Check to force all profiles on this site to be listed in the site directory."
-msgstr "Marca para forzar que todos los perfiles de este sitio sean listados en el directorio del sitio."
+#: ../../mod/settings.php:701
+msgid "On"
+msgstr "Encendido"
 
-#: ../../mod/admin.php:468
-msgid "Global directory update URL"
-msgstr "Dirección de actualización del directorio global"
+#: ../../mod/settings.php:709
+msgid "Additional Features"
+msgstr "Características adicionales"
 
-#: ../../mod/admin.php:468
-msgid ""
-"URL to update the global directory. If this is not set, the global directory"
-" is completely unavailable to the application."
-msgstr "Dirección para actualizar el directorio global. Si no se establece ningún valor el directorio global será inaccesible para la aplicación."
+#: ../../mod/settings.php:722 ../../mod/settings.php:723
+#, php-format
+msgid "Built-in support for %s connectivity is %s"
+msgstr "El soporte integrado de conexión con %s está %s"
 
-#: ../../mod/admin.php:469
-msgid "Allow threaded items"
-msgstr "Permitir elementos en hilo"
+#: ../../mod/settings.php:722 ../../mod/settings.php:723
+msgid "enabled"
+msgstr "habilitado"
 
-#: ../../mod/admin.php:469
-msgid "Allow infinite level threading for items on this site."
-msgstr "Permitir infinitos niveles de hilo para los elementos de este sitio."
+#: ../../mod/settings.php:722 ../../mod/settings.php:723
+msgid "disabled"
+msgstr "deshabilitado"
 
-#: ../../mod/admin.php:470
-msgid "Private posts by default for new users"
-msgstr "Publicaciones privadas por defecto para usuarios nuevos"
+#: ../../mod/settings.php:723
+msgid "StatusNet"
+msgstr "StatusNet"
 
-#: ../../mod/admin.php:470
-msgid ""
-"Set default post permissions for all new members to the default privacy "
-"group rather than public."
-msgstr "Ajusta los permisos de publicación por defecto a los miembros nuevos al grupo privado por defecto en vez del público."
+#: ../../mod/settings.php:755
+msgid "Email access is disabled on this site."
+msgstr "El acceso por correo está deshabilitado en esta web."
 
-#: ../../mod/admin.php:472
-msgid "Block multiple registrations"
-msgstr "Bloquear registros multiples"
+#: ../../mod/settings.php:762
+msgid "Connector Settings"
+msgstr "Configuración del conector"
 
-#: ../../mod/admin.php:472
-msgid "Disallow users to register additional accounts for use as pages."
-msgstr "Impedir que los usuarios registren cuentas adicionales para su uso como páginas."
+#: ../../mod/settings.php:767
+msgid "Email/Mailbox Setup"
+msgstr "Configuración del correo/buzón"
 
-#: ../../mod/admin.php:473
-msgid "OpenID support"
-msgstr "Soporte OpenID"
+#: ../../mod/settings.php:768
+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 correo usando este servicio (opcional), por favor, especifica cómo conectar con tu buzón."
 
-#: ../../mod/admin.php:473
-msgid "OpenID support for registration and logins."
-msgstr "Soporte OpenID para registros y accesos."
+#: ../../mod/settings.php:769
+msgid "Last successful email check:"
+msgstr "Última comprobación del correo con éxito:"
 
-#: ../../mod/admin.php:474
-msgid "Fullname check"
-msgstr "Comprobar Nombre completo"
+#: ../../mod/settings.php:771
+msgid "IMAP server name:"
+msgstr "Nombre del servidor IMAP:"
 
-#: ../../mod/admin.php:474
-msgid ""
-"Force users to register with a space between firstname and lastname in Full "
-"name, as an antispam measure"
-msgstr "Fuerza a los usuarios a registrarse con un espacio entre su nombre y su apellido en el campo Nombre completo como medida anti-spam"
+#: ../../mod/settings.php:772
+msgid "IMAP port:"
+msgstr "Puerto IMAP:"
 
-#: ../../mod/admin.php:475
-msgid "UTF-8 Regular expressions"
-msgstr "Expresiones regulares UTF-8"
+#: ../../mod/settings.php:773
+msgid "Security:"
+msgstr "Seguridad:"
 
-#: ../../mod/admin.php:475
-msgid "Use PHP UTF8 regular expressions"
-msgstr "Usar expresiones regulares de UTF8 en PHP"
+#: ../../mod/settings.php:773 ../../mod/settings.php:778
+msgid "None"
+msgstr "Ninguna"
 
-#: ../../mod/admin.php:476
-msgid "Show Community Page"
-msgstr "Ver página de la Comunidad"
+#: ../../mod/settings.php:774
+msgid "Email login name:"
+msgstr "Nombre de usuario:"
 
-#: ../../mod/admin.php:476
-msgid ""
-"Display a Community page showing all recent public postings on this site."
-msgstr "Mostrar una página de Comunidad que resuma todas las publicaciones públicas recientes de este sitio."
+#: ../../mod/settings.php:775
+msgid "Email password:"
+msgstr "Contraseña:"
 
-#: ../../mod/admin.php:477
-msgid "Enable OStatus support"
-msgstr "Permitir soporte OStatus"
+#: ../../mod/settings.php:776
+msgid "Reply-to address:"
+msgstr "Dirección de respuesta:"
 
-#: ../../mod/admin.php:477
-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 "Provee una compatibilidad con OStatus (identi.ca, status.net, etc.) Todas las comunicaciones mediante OStatus son públicas, por lo que se mostrarán avisos sobre la privacidad con frecuencia."
+#: ../../mod/settings.php:777
+msgid "Send public posts to all email contacts:"
+msgstr "Enviar publicaciones públicas a todos los contactos de correo:"
 
-#: ../../mod/admin.php:478
-msgid "Enable Diaspora support"
-msgstr "Habilitar el soporte para Diaspora*"
+#: ../../mod/settings.php:778
+msgid "Action after import:"
+msgstr "Acción después de importar:"
 
-#: ../../mod/admin.php:478
-msgid "Provide built-in Diaspora network compatibility."
-msgstr "Provee una compatibilidad con la red de Diaspora."
+#: ../../mod/settings.php:778
+msgid "Mark as seen"
+msgstr "Marcar como leído"
 
-#: ../../mod/admin.php:479
-msgid "Only allow Friendica contacts"
-msgstr "Permitir solo contactos de Friendica"
+#: ../../mod/settings.php:778
+msgid "Move to folder"
+msgstr "Mover a un directorio"
 
-#: ../../mod/admin.php:479
-msgid ""
-"All contacts must use Friendica protocols. All other built-in communication "
-"protocols disabled."
-msgstr "Todos los contactos deben usar protocolos de Friendica. El resto de protocolos serán desactivados."
+#: ../../mod/settings.php:779
+msgid "Move to folder:"
+msgstr "Mover al directorio:"
 
-#: ../../mod/admin.php:480
-msgid "Verify SSL"
-msgstr "Verificar SSL"
+#: ../../mod/settings.php:854
+msgid "Display Settings"
+msgstr "Configuración Tema/Visualización"
 
-#: ../../mod/admin.php:480
-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 quieres puedes activar la comprobación estricta de certificados. Esto significa que serás incapaz de conectar con ningún sitio que use certificados SSL autofirmados."
+#: ../../mod/settings.php:860 ../../mod/settings.php:873
+msgid "Display Theme:"
+msgstr "Utilizar tema:"
 
-#: ../../mod/admin.php:481
-msgid "Proxy user"
-msgstr "Usuario proxy"
+#: ../../mod/settings.php:861
+msgid "Mobile Theme:"
+msgstr "Tema móvil:"
 
-#: ../../mod/admin.php:482
-msgid "Proxy URL"
-msgstr "Dirección proxy"
+#: ../../mod/settings.php:862
+msgid "Update browser every xx seconds"
+msgstr "Actualizar navegador cada xx segundos"
 
-#: ../../mod/admin.php:483
-msgid "Network timeout"
-msgstr "Tiempo de espera de red"
+#: ../../mod/settings.php:862
+msgid "Minimum of 10 seconds, no maximum"
+msgstr "Mínimo 10 segundos, sin máximo"
 
-#: ../../mod/admin.php:483
-msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
-msgstr "Valor en segundos. Usar 0 para dejarlo sin límites (no se recomienda)."
+#: ../../mod/settings.php:863
+msgid "Number of items to display per page:"
+msgstr "Número de elementos a mostrar por página:"
 
-#: ../../mod/admin.php:484
-msgid "Delivery interval"
-msgstr "Intervalo de actualización"
+#: ../../mod/settings.php:863 ../../mod/settings.php:864
+msgid "Maximum of 100 items"
+msgstr "Máximo 100 elementos"
+
+#: ../../mod/settings.php:864
+msgid "Number of items to display per page when viewed from mobile device:"
+msgstr ""
 
-#: ../../mod/admin.php:484
-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 la entrega de procesos en segundo plano por esta cantidad de segundos para reducir la carga del sistema. Recomendamos: 4-5 para los servidores compartidos, 2-3 para servidores privados virtuales, 0-1 para los grandes servidores dedicados."
+#: ../../mod/settings.php:865
+msgid "Don't show emoticons"
+msgstr "No mostrar emoticones"
 
-#: ../../mod/admin.php:485
-msgid "Poll interval"
-msgstr "Intervalo de sondeo"
+#: ../../mod/settings.php:866
+msgid "Infinite scroll"
+msgstr ""
 
-#: ../../mod/admin.php:485
-msgid ""
-"Delay background polling processes by this many seconds to reduce system "
-"load. If 0, use delivery interval."
-msgstr "Retrasar los procesos en segundo plano de sondeo en esta cantidad de segundos para reducir la carga del sistema. Si es 0, se usará el intervalo de entrega."
+#: ../../mod/settings.php:942
+msgid "Normal Account Page"
+msgstr "Página de cuenta normal"
 
-#: ../../mod/admin.php:486
-msgid "Maximum Load Average"
-msgstr "Promedio de carga máxima"
+#: ../../mod/settings.php:943
+msgid "This account is a normal personal profile"
+msgstr "Esta cuenta es el perfil personal normal"
 
-#: ../../mod/admin.php:486
-msgid ""
-"Maximum system load before delivery and poll processes are deferred - "
-"default 50."
-msgstr "Carga máxima del sistema antes de que la entrega y los procesos de sondeo sean retrasados - por defecto 50."
+#: ../../mod/settings.php:946
+msgid "Soapbox Page"
+msgstr "Página de tribuna"
 
-#: ../../mod/admin.php:503
-msgid "Update has been marked successful"
-msgstr "La actualización se ha completado con éxito"
+#: ../../mod/settings.php:947
+msgid "Automatically approve all connection/friend requests as read-only fans"
+msgstr "Acepta automáticamente todas las peticiones de conexión/amistad como seguidores de solo-lectura"
 
-#: ../../mod/admin.php:513
-#, php-format
-msgid "Executing %s failed. Check system logs."
-msgstr "%s ha fallado, comprueba los registros."
+#: ../../mod/settings.php:950
+msgid "Community Forum/Celebrity Account"
+msgstr "Cuenta de Comunidad, Foro o Celebridad"
 
-#: ../../mod/admin.php:516
-#, php-format
-msgid "Update %s was successfully applied."
-msgstr "Actualización %s aplicada con éxito."
+#: ../../mod/settings.php:951
+msgid ""
+"Automatically approve all connection/friend requests as read-write fans"
+msgstr "Acepta automáticamente todas las peticiones de conexión/amistad como seguidores de lectura-escritura"
 
-#: ../../mod/admin.php:520
-#, php-format
-msgid "Update %s did not return a status. Unknown if it succeeded."
-msgstr "La actualización %s no ha informado, se desconoce el estado."
+#: ../../mod/settings.php:954
+msgid "Automatic Friend Page"
+msgstr "Página de Amistad autómatica"
 
-#: ../../mod/admin.php:523
-#, php-format
-msgid "Update function %s could not be found."
-msgstr "No se puede encontrar la función de actualización %s."
+#: ../../mod/settings.php:955
+msgid "Automatically approve all connection/friend requests as friends"
+msgstr "Aceptar automáticamente todas las solicitudes de conexión/amistad como amigos"
 
-#: ../../mod/admin.php:538
-msgid "No failed updates."
-msgstr "Actualizaciones sin fallos."
+#: ../../mod/settings.php:958
+msgid "Private Forum [Experimental]"
+msgstr "Foro privado [Experimental]"
 
-#: ../../mod/admin.php:542
-msgid "Failed Updates"
-msgstr "Actualizaciones fallidas"
+#: ../../mod/settings.php:959
+msgid "Private forum - approved members only"
+msgstr "Foro privado - solo miembros"
 
-#: ../../mod/admin.php:543
-msgid ""
-"This does not include updates prior to 1139, which did not return a status."
-msgstr "No se incluyen las anteriores a la 1139, que no indicaban su estado."
+#: ../../mod/settings.php:971
+msgid "OpenID:"
+msgstr "OpenID:"
 
-#: ../../mod/admin.php:544
-msgid "Mark success (if update was manually applied)"
-msgstr "Marcar como correcta (si actualizaste manualmente)"
+#: ../../mod/settings.php:971
+msgid "(Optional) Allow this OpenID to login to this account."
+msgstr "(Opcional) Permitir a este OpenID acceder a esta cuenta."
 
-#: ../../mod/admin.php:545
-msgid "Attempt to execute this update step automatically"
-msgstr "Intentando ejecutar este paso automáticamente"
+#: ../../mod/settings.php:981
+msgid "Publish your default profile in your local site directory?"
+msgstr "¿Quieres publicar tu perfil predeterminado en el directorio local del sitio?"
 
-#: ../../mod/admin.php:570
-#, php-format
-msgid "%s user blocked/unblocked"
-msgid_plural "%s users blocked/unblocked"
-msgstr[0] "%s usuario bloqueado/desbloqueado"
-msgstr[1] "%s usuarios bloqueados/desbloqueados"
+#: ../../mod/settings.php:987
+msgid "Publish your default profile in the global social directory?"
+msgstr "¿Quieres publicar tu perfil predeterminado en el directorio social de forma global?"
 
-#: ../../mod/admin.php:577
-#, php-format
-msgid "%s user deleted"
-msgid_plural "%s users deleted"
-msgstr[0] "%s usuario eliminado"
-msgstr[1] "%s usuarios eliminados"
+#: ../../mod/settings.php:995
+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?"
 
-#: ../../mod/admin.php:616
-#, php-format
-msgid "User '%s' deleted"
-msgstr "Usuario '%s' eliminado"
+#: ../../mod/settings.php:999
+msgid "Hide your profile details from unknown viewers?"
+msgstr "¿Quieres que los detalles de tu perfil permanezcan ocultos a los desconocidos?"
 
-#: ../../mod/admin.php:624
-#, php-format
-msgid "User '%s' unblocked"
-msgstr "Usuario '%s' desbloqueado"
+#: ../../mod/settings.php:1004
+msgid "Allow friends to post to your profile page?"
+msgstr "¿Permites que tus amigos publiquen en tu página de perfil?"
 
-#: ../../mod/admin.php:624
-#, php-format
-msgid "User '%s' blocked"
-msgstr "Usuario '%s' bloqueado'"
+#: ../../mod/settings.php:1010
+msgid "Allow friends to tag your posts?"
+msgstr "¿Permites a los amigos etiquetar tus publicaciones?"
 
-#: ../../mod/admin.php:690
-msgid "select all"
-msgstr "seleccionar todo"
+#: ../../mod/settings.php:1016
+msgid "Allow us to suggest you as a potential friend to new members?"
+msgstr "¿Nos permite recomendarte como amigo potencial a los nuevos miembros?"
 
-#: ../../mod/admin.php:691
-msgid "User registrations waiting for confirm"
-msgstr "Registro de usuarios esperando confirmación"
+#: ../../mod/settings.php:1022
+msgid "Permit unknown people to send you private mail?"
+msgstr "¿Permites que desconocidos te manden correos privados?"
 
-#: ../../mod/admin.php:692
-msgid "Request date"
-msgstr "Solicitud de fecha"
+#: ../../mod/settings.php:1030
+msgid "Profile is <strong>not published</strong>."
+msgstr "El perfil <strong>no está publicado</strong>."
 
-#: ../../mod/admin.php:692 ../../mod/admin.php:702
-#: ../../include/contact_selectors.php:79
-msgid "Email"
-msgstr "Correo electrónico"
+#: ../../mod/settings.php:1033 ../../mod/profile_photo.php:248
+msgid "or"
+msgstr "o"
 
-#: ../../mod/admin.php:693
-msgid "No registrations."
-msgstr "Sin registros."
+#: ../../mod/settings.php:1038
+msgid "Your Identity Address is"
+msgstr "Tu dirección personal es"
 
-#: ../../mod/admin.php:695
-msgid "Deny"
-msgstr "Denegado"
+#: ../../mod/settings.php:1049
+msgid "Automatically expire posts after this many days:"
+msgstr "Las publicaciones expirarán automáticamente después de estos días:"
 
-#: ../../mod/admin.php:699
-msgid "Site admin"
-msgstr ""
+#: ../../mod/settings.php:1049
+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"
 
-#: ../../mod/admin.php:702
-msgid "Register date"
-msgstr "Fecha de registro"
+#: ../../mod/settings.php:1050
+msgid "Advanced expiration settings"
+msgstr "Configuración avanzada de expiración"
 
-#: ../../mod/admin.php:702
-msgid "Last login"
-msgstr "Último acceso"
+#: ../../mod/settings.php:1051
+msgid "Advanced Expiration"
+msgstr "Expiración avanzada"
 
-#: ../../mod/admin.php:702
-msgid "Last item"
-msgstr "Último elemento"
+#: ../../mod/settings.php:1052
+msgid "Expire posts:"
+msgstr "¿Expiran las publicaciones?"
 
-#: ../../mod/admin.php:702
-msgid "Account"
-msgstr "Cuenta"
+#: ../../mod/settings.php:1053
+msgid "Expire personal notes:"
+msgstr "¿Expiran las notas personales?"
 
-#: ../../mod/admin.php:704
-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?"
+#: ../../mod/settings.php:1054
+msgid "Expire starred posts:"
+msgstr "¿Expiran los favoritos?"
 
-#: ../../mod/admin.php:705
-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?"
+#: ../../mod/settings.php:1055
+msgid "Expire photos:"
+msgstr "¿Expiran las fotografías?"
 
-#: ../../mod/admin.php:746
-#, php-format
-msgid "Plugin %s disabled."
-msgstr "Módulo %s deshabilitado."
+#: ../../mod/settings.php:1056
+msgid "Only expire posts by others:"
+msgstr "Solo expiran los mensajes de los demás:"
 
-#: ../../mod/admin.php:750
-#, php-format
-msgid "Plugin %s enabled."
-msgstr "Módulo %s habilitado."
+#: ../../mod/settings.php:1082
+msgid "Account Settings"
+msgstr "Configuración de la cuenta"
 
-#: ../../mod/admin.php:760 ../../mod/admin.php:958
-msgid "Disable"
-msgstr "Desactivado"
+#: ../../mod/settings.php:1090
+msgid "Password Settings"
+msgstr "Configuración de la contraseña"
 
-#: ../../mod/admin.php:762 ../../mod/admin.php:960
-msgid "Enable"
-msgstr "Activado"
+#: ../../mod/settings.php:1091
+msgid "New Password:"
+msgstr "Contraseña nueva:"
 
-#: ../../mod/admin.php:784 ../../mod/admin.php:989
-msgid "Toggle"
-msgstr "Activar"
+#: ../../mod/settings.php:1092
+msgid "Confirm:"
+msgstr "Confirmar:"
 
-#: ../../mod/admin.php:792 ../../mod/admin.php:999
-msgid "Author: "
-msgstr "Autor:"
+#: ../../mod/settings.php:1092
+msgid "Leave password fields blank unless changing"
+msgstr "Deja la contraseña en blanco si no quieres cambiarla"
 
-#: ../../mod/admin.php:793 ../../mod/admin.php:1000
-msgid "Maintainer: "
-msgstr "Mantenedor: "
+#: ../../mod/settings.php:1093
+msgid "Current Password:"
+msgstr ""
 
-#: ../../mod/admin.php:922
-msgid "No themes found."
-msgstr "No se encontraron temas."
+#: ../../mod/settings.php:1093 ../../mod/settings.php:1094
+msgid "Your current password to confirm the changes"
+msgstr ""
 
-#: ../../mod/admin.php:981
-msgid "Screenshot"
-msgstr "Captura de pantalla"
+#: ../../mod/settings.php:1094
+msgid "Password:"
+msgstr "Contraseña:"
 
-#: ../../mod/admin.php:1029
-msgid "[Experimental]"
-msgstr "[Experimental]"
+#: ../../mod/settings.php:1098
+msgid "Basic Settings"
+msgstr "Configuración básica"
 
-#: ../../mod/admin.php:1030
-msgid "[Unsupported]"
-msgstr "[Sin soporte]"
+#: ../../mod/settings.php:1099 ../../include/profile_advanced.php:15
+msgid "Full Name:"
+msgstr "Nombre completo:"
 
-#: ../../mod/admin.php:1057
-msgid "Log settings updated."
-msgstr "Configuración de registro actualizada."
+#: ../../mod/settings.php:1100
+msgid "Email Address:"
+msgstr "Dirección de correo:"
 
-#: ../../mod/admin.php:1113
-msgid "Clear"
-msgstr "Limpiar"
+#: ../../mod/settings.php:1101
+msgid "Your Timezone:"
+msgstr "Zona horaria:"
 
-#: ../../mod/admin.php:1119
-msgid "Debugging"
-msgstr "Depuración"
+#: ../../mod/settings.php:1102
+msgid "Default Post Location:"
+msgstr "Localización predeterminada:"
 
-#: ../../mod/admin.php:1120
-msgid "Log file"
-msgstr "Archivo de registro"
+#: ../../mod/settings.php:1103
+msgid "Use Browser Location:"
+msgstr "Usar localización del navegador:"
 
-#: ../../mod/admin.php:1120
-msgid ""
-"Must be writable by web server. Relative to your Friendica top-level "
-"directory."
-msgstr "Debes tener permiso de escritura en el servidor. Relacionado con tu directorio de inicio de Friendica."
+#: ../../mod/settings.php:1106
+msgid "Security and Privacy Settings"
+msgstr "Configuración de seguridad y privacidad"
 
-#: ../../mod/admin.php:1121
-msgid "Log level"
-msgstr "Nivel de registro"
+#: ../../mod/settings.php:1108
+msgid "Maximum Friend Requests/Day:"
+msgstr "Máximo número de peticiones de amistad por día:"
 
-#: ../../mod/admin.php:1171
-msgid "Close"
-msgstr "Cerrado"
+#: ../../mod/settings.php:1108 ../../mod/settings.php:1138
+msgid "(to prevent spam abuse)"
+msgstr "(para prevenir el abuso de spam)"
 
-#: ../../mod/admin.php:1177
-msgid "FTP Host"
-msgstr "Hospedaje FTP"
+#: ../../mod/settings.php:1109
+msgid "Default Post Permissions"
+msgstr "Permisos por defecto para las publicaciones"
 
-#: ../../mod/admin.php:1178
-msgid "FTP Path"
-msgstr "Ruta FTP"
+#: ../../mod/settings.php:1110
+msgid "(click to open/close)"
+msgstr "(pulsa para abrir/cerrar)"
 
-#: ../../mod/admin.php:1179
-msgid "FTP User"
-msgstr "Usuario FTP"
+#: ../../mod/settings.php:1119 ../../mod/photos.php:1140
+#: ../../mod/photos.php:1506
+msgid "Show to Groups"
+msgstr "Mostrar a los Grupos"
 
-#: ../../mod/admin.php:1180
-msgid "FTP Password"
-msgstr "Contraseña FTP"
+#: ../../mod/settings.php:1120 ../../mod/photos.php:1141
+#: ../../mod/photos.php:1507
+msgid "Show to Contacts"
+msgstr "Mostrar a los Contactos"
 
-#: ../../mod/profile.php:21 ../../boot.php:1085
-msgid "Requested profile is not available."
-msgstr "El perfil solicitado no está disponible."
+#: ../../mod/settings.php:1121
+msgid "Default Private Post"
+msgstr "Publicación Privada por defecto"
 
-#: ../../mod/profile.php:155 ../../mod/display.php:77
-msgid "Access to this profile has been restricted."
-msgstr "El acceso a este perfil ha sido restringido."
+#: ../../mod/settings.php:1122
+msgid "Default Public Post"
+msgstr "Publicación Pública por defecto"
 
-#: ../../mod/profile.php:180
-msgid "Tips for New Members"
-msgstr "Consejos para nuevos miembros"
+#: ../../mod/settings.php:1126
+msgid "Default Permissions for New Posts"
+msgstr "Permisos por defecto para nuevas publicaciones"
 
-#: ../../mod/ping.php:238
-msgid "{0} wants to be your friend"
-msgstr "{0} quiere ser tu amigo"
+#: ../../mod/settings.php:1138
+msgid "Maximum private messages per day from unknown people:"
+msgstr "Número máximo de mensajes diarios para desconocidos:"
 
-#: ../../mod/ping.php:243
-msgid "{0} sent you a message"
-msgstr "{0} te ha enviado un mensaje"
+#: ../../mod/settings.php:1141
+msgid "Notification Settings"
+msgstr "Configuración de notificaciones"
 
-#: ../../mod/ping.php:248
-msgid "{0} requested registration"
-msgstr "{0} solicitudes de registro"
+#: ../../mod/settings.php:1142
+msgid "By default post a status message when:"
+msgstr "Publicar en tu estado cuando:"
 
-#: ../../mod/ping.php:254
-#, php-format
-msgid "{0} commented %s's post"
-msgstr "{0} comentó la publicación de %s"
+#: ../../mod/settings.php:1143
+msgid "accepting a friend request"
+msgstr "aceptes una solicitud de amistad"
 
-#: ../../mod/ping.php:259
-#, php-format
-msgid "{0} liked %s's post"
-msgstr "A {0} le ha gustado la publicación de %s"
+#: ../../mod/settings.php:1144
+msgid "joining a forum/community"
+msgstr "te unas a un foro/comunidad"
 
-#: ../../mod/ping.php:264
-#, php-format
-msgid "{0} disliked %s's post"
-msgstr "A {0} no le ha gustado la publicación de %s"
+#: ../../mod/settings.php:1145
+msgid "making an <em>interesting</em> profile change"
+msgstr "hagas un cambio <em>interesante</em> en tu perfil"
 
-#: ../../mod/ping.php:269
-#, php-format
-msgid "{0} is now friends with %s"
-msgstr "{0} ahora es amigo de %s"
+#: ../../mod/settings.php:1146
+msgid "Send a notification email when:"
+msgstr "Enviar notificación por correo cuando:"
 
-#: ../../mod/ping.php:274
-msgid "{0} posted"
-msgstr "{0} publicado"
+#: ../../mod/settings.php:1147
+msgid "You receive an introduction"
+msgstr "Recibas una presentación"
 
-#: ../../mod/ping.php:279
-#, php-format
-msgid "{0} tagged %s's post with #%s"
-msgstr "{0} etiquetó la publicación de %s como #%s"
+#: ../../mod/settings.php:1148
+msgid "Your introductions are confirmed"
+msgstr "Tu presentación sea confirmada"
 
-#: ../../mod/ping.php:285
-msgid "{0} mentioned you in a post"
-msgstr "{0} te mencionó en una publicación"
+#: ../../mod/settings.php:1149
+msgid "Someone writes on your profile wall"
+msgstr "Alguien escriba en el muro de mi perfil"
 
-#: ../../mod/nogroup.php:58
-msgid "Contacts who are not members of a group"
-msgstr "Contactos sin grupo"
+#: ../../mod/settings.php:1150
+msgid "Someone writes a followup comment"
+msgstr "Algien escriba en un comentario que sigo"
 
-#: ../../mod/openid.php:24
-msgid "OpenID protocol error. No ID returned."
-msgstr "Error de protocolo OpenID. ID no devuelta."
+#: ../../mod/settings.php:1151
+msgid "You receive a private message"
+msgstr "Recibas un mensaje privado"
 
-#: ../../mod/openid.php:53
-msgid ""
-"Account not found and OpenID registration is not permitted on this site."
-msgstr "Cuenta no encontrada y el registro OpenID no está permitido en ese sitio."
+#: ../../mod/settings.php:1152
+msgid "You receive a friend suggestion"
+msgstr "Recibas una sugerencia de amistad"
 
-#: ../../mod/openid.php:93 ../../include/auth.php:98
-#: ../../include/auth.php:161
-msgid "Login failed."
-msgstr "Accesso fallido."
+#: ../../mod/settings.php:1153
+msgid "You are tagged in a post"
+msgstr "Seas etiquetado en una publicación"
 
-#: ../../mod/follow.php:27
-msgid "Contact added"
-msgstr "Contacto añadido"
+#: ../../mod/settings.php:1154
+msgid "You are poked/prodded/etc. in a post"
+msgstr "Te han tocado/empujado/etc. en una publicación"
 
-#: ../../mod/common.php:42
-msgid "Common Friends"
-msgstr "Amigos comunes"
+#: ../../mod/settings.php:1157
+msgid "Advanced Account/Page Type Settings"
+msgstr "Configuración avanzada de tipo de Cuenta/Página"
 
-#: ../../mod/common.php:78
-msgid "No contacts in common."
-msgstr "Sin contactos en común."
+#: ../../mod/settings.php:1158
+msgid "Change the behaviour of this account for special situations"
+msgstr "Cambiar el comportamiento de esta cuenta para situaciones especiales"
 
-#: ../../mod/subthread.php:103
-#, php-format
-msgid "%1$s is following %2$s's %3$s"
+#: ../../mod/settings.php:1161
+msgid "Relocate"
 msgstr ""
 
-#: ../../mod/share.php:28
-msgid "link"
-msgstr "enlace"
+#: ../../mod/settings.php:1162
+msgid ""
+"If you have moved this profile from another server, and some of your "
+"contacts don't receive your updates, try pushing this button."
+msgstr ""
 
-#: ../../mod/display.php:138
-msgid "Item has been removed."
-msgstr "El elemento ha sido eliminado."
+#: ../../mod/settings.php:1163
+msgid "Resend relocate message to contacts"
+msgstr ""
 
-#: ../../mod/apps.php:4
-msgid "Applications"
-msgstr "Aplicaciones"
+#: ../../mod/profiles.php:37
+msgid "Profile deleted."
+msgstr "Perfil eliminado."
 
-#: ../../mod/apps.php:7
-msgid "No installed applications."
-msgstr "Sin aplicaciones"
+#: ../../mod/profiles.php:55 ../../mod/profiles.php:89
+msgid "Profile-"
+msgstr "Perfil-"
 
-#: ../../mod/search.php:96 ../../include/text.php:678
-#: ../../include/text.php:679 ../../include/nav.php:91
-msgid "Search"
-msgstr "Buscar"
+#: ../../mod/profiles.php:74 ../../mod/profiles.php:117
+msgid "New profile created."
+msgstr "Nuevo perfil creado."
 
-#: ../../mod/profiles.php:21 ../../mod/profiles.php:434
-#: ../../mod/profiles.php:548 ../../mod/dfrn_confirm.php:62
-msgid "Profile not found."
-msgstr "Perfil no encontrado."
+#: ../../mod/profiles.php:95
+msgid "Profile unavailable to clone."
+msgstr "Imposible duplicar el perfil."
 
-#: ../../mod/profiles.php:31
+#: ../../mod/profiles.php:170
 msgid "Profile Name is required."
 msgstr "Se necesita un nombre de perfil."
 
-#: ../../mod/profiles.php:171
+#: ../../mod/profiles.php:317
 msgid "Marital Status"
 msgstr "Estado civil"
 
-#: ../../mod/profiles.php:175
+#: ../../mod/profiles.php:321
 msgid "Romantic Partner"
 msgstr "Pareja sentimental"
 
-#: ../../mod/profiles.php:179
+#: ../../mod/profiles.php:325
 msgid "Likes"
 msgstr "Me gusta"
 
-#: ../../mod/profiles.php:183
+#: ../../mod/profiles.php:329
 msgid "Dislikes"
 msgstr "No me gusta"
 
-#: ../../mod/profiles.php:187
+#: ../../mod/profiles.php:333
 msgid "Work/Employment"
 msgstr "Trabajo/estudios"
 
-#: ../../mod/profiles.php:190
+#: ../../mod/profiles.php:336
 msgid "Religion"
 msgstr "Religión"
 
-#: ../../mod/profiles.php:194
+#: ../../mod/profiles.php:340
 msgid "Political Views"
 msgstr "Preferencias políticas"
 
-#: ../../mod/profiles.php:198
+#: ../../mod/profiles.php:344
 msgid "Gender"
 msgstr "Género"
 
-#: ../../mod/profiles.php:202
+#: ../../mod/profiles.php:348
 msgid "Sexual Preference"
 msgstr "Orientación sexual"
 
-#: ../../mod/profiles.php:206
+#: ../../mod/profiles.php:352
 msgid "Homepage"
 msgstr "Página de inicio"
 
-#: ../../mod/profiles.php:210
+#: ../../mod/profiles.php:356
 msgid "Interests"
 msgstr "Intereses"
 
-#: ../../mod/profiles.php:214
+#: ../../mod/profiles.php:360
 msgid "Address"
 msgstr "Dirección"
 
-#: ../../mod/profiles.php:221 ../../addon/dav/common/wdcal_edit.inc.php:183
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:183
+#: ../../mod/profiles.php:367
 msgid "Location"
 msgstr "Ubicación"
 
-#: ../../mod/profiles.php:304
+#: ../../mod/profiles.php:450
 msgid "Profile updated."
 msgstr "Perfil actualizado."
 
-#: ../../mod/profiles.php:371
+#: ../../mod/profiles.php:521
 msgid " and "
 msgstr " y "
 
-#: ../../mod/profiles.php:379
+#: ../../mod/profiles.php:529
 msgid "public profile"
 msgstr "perfil público"
 
-#: ../../mod/profiles.php:382
+#: ../../mod/profiles.php:532
 #, php-format
 msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
 msgstr "%1$s cambió su %2$s a &ldquo;%3$s&rdquo;"
 
-#: ../../mod/profiles.php:383
+#: ../../mod/profiles.php:533
 #, php-format
 msgid " - Visit %1$s's %2$s"
 msgstr " - Visita %1$s's %2$s"
 
-#: ../../mod/profiles.php:386
+#: ../../mod/profiles.php:536
 #, php-format
 msgid "%1$s has an updated %2$s, changing %3$s."
 msgstr "%1$s tiene una actualización %2$s, cambiando %3$s."
 
-#: ../../mod/profiles.php:453
-msgid "Profile deleted."
-msgstr "Perfil eliminado."
-
-#: ../../mod/profiles.php:471 ../../mod/profiles.php:505
-msgid "Profile-"
-msgstr "Perfil-"
-
-#: ../../mod/profiles.php:490 ../../mod/profiles.php:532
-msgid "New profile created."
-msgstr "Nuevo perfil creado."
-
-#: ../../mod/profiles.php:511
-msgid "Profile unavailable to clone."
-msgstr "Imposible duplicar el perfil."
-
-#: ../../mod/profiles.php:573
+#: ../../mod/profiles.php:609
 msgid "Hide your contact/friend list from viewers of this profile?"
 msgstr "¿Ocultar tu lista de contactos/amigos en este perfil?"
 
-#: ../../mod/profiles.php:593
+#: ../../mod/profiles.php:629
 msgid "Edit Profile Details"
 msgstr "Editar detalles de tu perfil"
 
-#: ../../mod/profiles.php:595
+#: ../../mod/profiles.php:631
+msgid "Change Profile Photo"
+msgstr "Cambiar imagen del Perfil"
+
+#: ../../mod/profiles.php:632
 msgid "View this profile"
 msgstr "Ver este perfil"
 
-#: ../../mod/profiles.php:596
+#: ../../mod/profiles.php:633
 msgid "Create a new profile using these settings"
 msgstr "¿Crear un nuevo perfil con esta configuración?"
 
-#: ../../mod/profiles.php:597
+#: ../../mod/profiles.php:634
 msgid "Clone this profile"
 msgstr "Clonar este perfil"
 
-#: ../../mod/profiles.php:598
+#: ../../mod/profiles.php:635
 msgid "Delete this profile"
 msgstr "Eliminar este perfil"
 
-#: ../../mod/profiles.php:599
+#: ../../mod/profiles.php:636
 msgid "Profile Name:"
 msgstr "Nombres del perfil:"
 
-#: ../../mod/profiles.php:600
+#: ../../mod/profiles.php:637
 msgid "Your Full Name:"
 msgstr "Tu nombre completo:"
 
-#: ../../mod/profiles.php:601
+#: ../../mod/profiles.php:638
 msgid "Title/Description:"
 msgstr "Título/Descrición:"
 
-#: ../../mod/profiles.php:602
+#: ../../mod/profiles.php:639
 msgid "Your Gender:"
 msgstr "Género:"
 
-#: ../../mod/profiles.php:603
+#: ../../mod/profiles.php:640
 #, php-format
 msgid "Birthday (%s):"
 msgstr "Cumpleaños (%s):"
 
-#: ../../mod/profiles.php:604
+#: ../../mod/profiles.php:641
 msgid "Street Address:"
 msgstr "Dirección"
 
-#: ../../mod/profiles.php:605
+#: ../../mod/profiles.php:642
 msgid "Locality/City:"
 msgstr "Localidad/Ciudad:"
 
-#: ../../mod/profiles.php:606
+#: ../../mod/profiles.php:643
 msgid "Postal/Zip Code:"
 msgstr "Código postal:"
 
-#: ../../mod/profiles.php:607
+#: ../../mod/profiles.php:644
 msgid "Country:"
 msgstr "País"
 
-#: ../../mod/profiles.php:608
+#: ../../mod/profiles.php:645
 msgid "Region/State:"
 msgstr "Región/Estado:"
 
-#: ../../mod/profiles.php:609
+#: ../../mod/profiles.php:646
 msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
 msgstr "<span class=\"heart\"&hearts;</span> Estado civil:"
 
-#: ../../mod/profiles.php:610
+#: ../../mod/profiles.php:647
 msgid "Who: (if applicable)"
 msgstr "¿Quién? (si es aplicable)"
 
-#: ../../mod/profiles.php:611
+#: ../../mod/profiles.php:648
 msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
 msgstr "Ejemplos: cathy123, Cathy Williams, cathy@example.com"
 
-#: ../../mod/profiles.php:612
+#: ../../mod/profiles.php:649
 msgid "Since [date]:"
 msgstr "Desde [fecha]:"
 
-#: ../../mod/profiles.php:613 ../../include/profile_advanced.php:46
+#: ../../mod/profiles.php:650 ../../include/profile_advanced.php:46
 msgid "Sexual Preference:"
 msgstr "Preferencia sexual:"
 
-#: ../../mod/profiles.php:614
+#: ../../mod/profiles.php:651
 msgid "Homepage URL:"
 msgstr "Dirección de tu página:"
 
-#: ../../mod/profiles.php:615 ../../include/profile_advanced.php:50
+#: ../../mod/profiles.php:652 ../../include/profile_advanced.php:50
 msgid "Hometown:"
 msgstr "Ciudad de origen:"
 
-#: ../../mod/profiles.php:616 ../../include/profile_advanced.php:54
+#: ../../mod/profiles.php:653 ../../include/profile_advanced.php:54
 msgid "Political Views:"
 msgstr "Ideas políticas:"
 
-#: ../../mod/profiles.php:617
+#: ../../mod/profiles.php:654
 msgid "Religious Views:"
 msgstr "Creencias religiosas:"
 
-#: ../../mod/profiles.php:618
+#: ../../mod/profiles.php:655
 msgid "Public Keywords:"
 msgstr "Palabras clave públicas:"
 
-#: ../../mod/profiles.php:619
+#: ../../mod/profiles.php:656
 msgid "Private Keywords:"
 msgstr "Palabras clave privadas:"
 
-#: ../../mod/profiles.php:620 ../../include/profile_advanced.php:62
+#: ../../mod/profiles.php:657 ../../include/profile_advanced.php:62
 msgid "Likes:"
 msgstr "Me gusta:"
 
-#: ../../mod/profiles.php:621 ../../include/profile_advanced.php:64
+#: ../../mod/profiles.php:658 ../../include/profile_advanced.php:64
 msgid "Dislikes:"
 msgstr "No me gusta:"
 
-#: ../../mod/profiles.php:622
+#: ../../mod/profiles.php:659
 msgid "Example: fishing photography software"
 msgstr "Ejemplo: pesca fotografía software"
 
-#: ../../mod/profiles.php:623
+#: ../../mod/profiles.php:660
 msgid "(Used for suggesting potential friends, can be seen by others)"
 msgstr "(Utilizadas para sugerir amigos potenciales, otros pueden verlo)"
 
-#: ../../mod/profiles.php:624
+#: ../../mod/profiles.php:661
 msgid "(Used for searching profiles, never shown to others)"
 msgstr "(Utilizadas para buscar perfiles, nunca se muestra a otros)"
 
-#: ../../mod/profiles.php:625
+#: ../../mod/profiles.php:662
 msgid "Tell us about yourself..."
 msgstr "Háblanos sobre ti..."
 
-#: ../../mod/profiles.php:626
+#: ../../mod/profiles.php:663
 msgid "Hobbies/Interests"
 msgstr "Aficiones/Intereses"
 
-#: ../../mod/profiles.php:627
+#: ../../mod/profiles.php:664
 msgid "Contact information and Social Networks"
 msgstr "Informacioń de contacto y Redes sociales"
 
-#: ../../mod/profiles.php:628
+#: ../../mod/profiles.php:665
 msgid "Musical interests"
 msgstr "Gustos musicales"
 
-#: ../../mod/profiles.php:629
+#: ../../mod/profiles.php:666
 msgid "Books, literature"
 msgstr "Libros, literatura"
 
-#: ../../mod/profiles.php:630
+#: ../../mod/profiles.php:667
 msgid "Television"
 msgstr "Televisión"
 
-#: ../../mod/profiles.php:631
+#: ../../mod/profiles.php:668
 msgid "Film/dance/culture/entertainment"
 msgstr "Películas/baile/cultura/entretenimiento"
 
-#: ../../mod/profiles.php:632
+#: ../../mod/profiles.php:669
 msgid "Love/romance"
 msgstr "Amor/Romance"
 
-#: ../../mod/profiles.php:633
+#: ../../mod/profiles.php:670
 msgid "Work/employment"
 msgstr "Trabajo/ocupación"
 
-#: ../../mod/profiles.php:634
+#: ../../mod/profiles.php:671
 msgid "School/education"
 msgstr "Escuela/estudios"
 
-#: ../../mod/profiles.php:639
+#: ../../mod/profiles.php:676
 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 cualquier usuario de internet."
 
-#: ../../mod/profiles.php:649 ../../mod/directory.php:111
-msgid "Age: "
-msgstr "Edad: "
-
-#: ../../mod/profiles.php:688
+#: ../../mod/profiles.php:725
 msgid "Edit/Manage Profiles"
 msgstr "Editar/Administrar perfiles"
 
-#: ../../mod/profiles.php:689 ../../boot.php:1203
-msgid "Change profile photo"
-msgstr "Cambiar foto del perfil"
-
-#: ../../mod/profiles.php:690 ../../boot.php:1204
-msgid "Create New Profile"
-msgstr "Crear nuevo perfil"
-
-#: ../../mod/profiles.php:701 ../../boot.php:1214
-msgid "Profile Image"
-msgstr "Imagen del Perfil"
-
-#: ../../mod/profiles.php:703 ../../boot.php:1217
-msgid "visible to everybody"
-msgstr "Visible para todos"
-
-#: ../../mod/profiles.php:704 ../../boot.php:1218
-msgid "Edit visibility"
-msgstr "Editar visibilidad"
+#: ../../mod/group.php:29
+msgid "Group created."
+msgstr "Grupo creado."
 
-#: ../../mod/filer.php:29 ../../include/conversation.php:898
-#: ../../include/conversation.php:915
-msgid "Save to Folder:"
-msgstr "Guardar en directorio:"
+#: ../../mod/group.php:35
+msgid "Could not create group."
+msgstr "Imposible crear el grupo."
 
-#: ../../mod/filer.php:29
-msgid "- select -"
-msgstr "- seleccionar -"
+#: ../../mod/group.php:47 ../../mod/group.php:140
+msgid "Group not found."
+msgstr "Grupo no encontrado."
 
-#: ../../mod/tagger.php:95 ../../include/conversation.php:265
-#, 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/group.php:60
+msgid "Group name changed."
+msgstr "El nombre del grupo ha cambiado."
 
-#: ../../mod/delegate.php:95
-msgid "No potential page delegates located."
-msgstr "No se han localizado delegados potenciales de la página."
+#: ../../mod/group.php:87
+msgid "Save Group"
+msgstr ""
 
-#: ../../mod/delegate.php:121
-msgid "Delegate Page Management"
-msgstr "Delegar la administración de la página"
+#: ../../mod/group.php:93
+msgid "Create a group of contacts/friends."
+msgstr "Crea un grupo de contactos/amigos."
 
-#: ../../mod/delegate.php:123
-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 "Los delegados tienen la capacidad de gestionar todos los aspectos de esta cuenta/página, excepto los ajustes básicos de la cuenta. Por favor, no delegues tu cuenta personal a nadie en quien no confíes completamente."
+#: ../../mod/group.php:94 ../../mod/group.php:180
+msgid "Group Name: "
+msgstr "Nombre del grupo: "
 
-#: ../../mod/delegate.php:124
-msgid "Existing Page Managers"
-msgstr "Administradores actuales de la página"
+#: ../../mod/group.php:113
+msgid "Group removed."
+msgstr "Grupo eliminado."
 
-#: ../../mod/delegate.php:126
-msgid "Existing Page Delegates"
-msgstr "Delegados actuales de la página"
+#: ../../mod/group.php:115
+msgid "Unable to remove group."
+msgstr "No se puede eliminar el grupo."
 
-#: ../../mod/delegate.php:128
-msgid "Potential Delegates"
-msgstr "Delegados potenciales"
+#: ../../mod/group.php:179
+msgid "Group Editor"
+msgstr "Editor de grupos"
 
-#: ../../mod/delegate.php:131
-msgid "Add"
-msgstr "Añadir"
+#: ../../mod/group.php:192
+msgid "Members"
+msgstr "Miembros"
 
-#: ../../mod/delegate.php:132
-msgid "No entries."
-msgstr "Sin entradas."
+#: ../../mod/group.php:224 ../../mod/profperm.php:105
+msgid "Click on a contact to add or remove."
+msgstr "Pulsa en un contacto para añadirlo o eliminarlo."
 
 #: ../../mod/babel.php:17
 msgid "Source (bbcode) text:"
@@ -4587,3812 +4536,1917 @@ msgid "Source input: "
 msgstr "Entrada: "
 
 #: ../../mod/babel.php:35
+msgid "bb2html (raw HTML): "
+msgstr "bb2html (raw HTML): "
+
+#: ../../mod/babel.php:39
 msgid "bb2html: "
 msgstr "bb2html: "
 
-#: ../../mod/babel.php:39
+#: ../../mod/babel.php:43
 msgid "bb2html2bb: "
 msgstr "bb2html2bb: "
 
-#: ../../mod/babel.php:43
+#: ../../mod/babel.php:47
 msgid "bb2md: "
 msgstr "bb2md: "
 
-#: ../../mod/babel.php:47
+#: ../../mod/babel.php:51
 msgid "bb2md2html: "
 msgstr "bb2md2html: "
 
-#: ../../mod/babel.php:51
+#: ../../mod/babel.php:55
 msgid "bb2dia2bb: "
 msgstr "bb2dia2bb: "
 
-#: ../../mod/babel.php:55
+#: ../../mod/babel.php:59
 msgid "bb2md2html2bb: "
 msgstr "bb2md2html2bb: "
 
-#: ../../mod/babel.php:65
+#: ../../mod/babel.php:69
 msgid "Source input (Diaspora format): "
 msgstr "Fuente (formato Diaspora): "
 
-#: ../../mod/babel.php:70
+#: ../../mod/babel.php:74
 msgid "diaspora2bb: "
 msgstr "diaspora2bb: "
 
-#: ../../mod/suggest.php:38 ../../view/theme/diabook/theme.php:513
-#: ../../include/contact_widgets.php:34
-msgid "Friend Suggestions"
-msgstr "Sugerencias de amigos"
-
-#: ../../mod/suggest.php:44
-msgid ""
-"No suggestions available. If this is a new site, please try again in 24 "
-"hours."
-msgstr "No hay sugerencias disponibles. Si el sitio web es nuevo inténtalo de nuevo dentro de 24 horas."
+#: ../../mod/community.php:23
+msgid "Not available."
+msgstr "No disponible"
 
-#: ../../mod/suggest.php:61
-msgid "Ignore/Hide"
-msgstr "Ignorar/Ocultar"
+#: ../../mod/follow.php:27
+msgid "Contact added"
+msgstr "Contacto añadido"
 
-#: ../../mod/directory.php:49 ../../view/theme/diabook/theme.php:511
-msgid "Global Directory"
-msgstr "Directorio global"
+#: ../../mod/notify.php:61 ../../mod/notifications.php:332
+msgid "No more system notifications."
+msgstr "No hay más notificaciones del sistema."
 
-#: ../../mod/directory.php:57
-msgid "Find on this site"
-msgstr "Buscar en este sitio"
+#: ../../mod/notify.php:65 ../../mod/notifications.php:336
+msgid "System Notifications"
+msgstr "Notificaciones del sistema"
 
-#: ../../mod/directory.php:60
-msgid "Site Directory"
-msgstr "Directorio del sitio"
+#: ../../mod/message.php:9 ../../include/nav.php:159
+msgid "New Message"
+msgstr "Nuevo mensaje"
 
-#: ../../mod/directory.php:114
-msgid "Gender: "
-msgstr "Género:"
+#: ../../mod/message.php:67
+msgid "Unable to locate contact information."
+msgstr "No se puede encontrar información del contacto."
 
-#: ../../mod/directory.php:136 ../../include/profile_advanced.php:17
-#: ../../boot.php:1239
-msgid "Gender:"
-msgstr "Género:"
+#: ../../mod/message.php:182 ../../mod/notifications.php:103
+#: ../../include/nav.php:156
+msgid "Messages"
+msgstr "Mensajes"
 
-#: ../../mod/directory.php:138 ../../include/profile_advanced.php:37
-#: ../../boot.php:1242
-msgid "Status:"
-msgstr "Estado:"
+#: ../../mod/message.php:207
+msgid "Do you really want to delete this message?"
+msgstr "¿Estás seguro de que quieres borrar este mensaje?"
 
-#: ../../mod/directory.php:140 ../../include/profile_advanced.php:48
-#: ../../boot.php:1244
-msgid "Homepage:"
-msgstr "Página de inicio:"
+#: ../../mod/message.php:227
+msgid "Message deleted."
+msgstr "Mensaje eliminado."
 
-#: ../../mod/directory.php:142 ../../include/profile_advanced.php:58
-msgid "About:"
-msgstr "Acerca de:"
+#: ../../mod/message.php:258
+msgid "Conversation removed."
+msgstr "Conversación eliminada."
 
-#: ../../mod/directory.php:180
-msgid "No entries (some entries may be hidden)."
-msgstr "Sin entradas (algunas pueden que estén ocultas)."
+#: ../../mod/message.php:371
+msgid "No messages."
+msgstr "No hay mensajes."
 
-#: ../../mod/invite.php:35
+#: ../../mod/message.php:378
 #, php-format
-msgid "%s : Not a valid email address."
-msgstr "%s : No es una dirección de correo válida."
-
-#: ../../mod/invite.php:59
-msgid "Please join us on Friendica"
-msgstr "Únete a nosotros en Friendica"
+msgid "Unknown sender - %s"
+msgstr "Remitente desconocido - %s"
 
-#: ../../mod/invite.php:69
+#: ../../mod/message.php:381
 #, php-format
-msgid "%s : Message delivery failed."
-msgstr "%s : Ha fallado la entrega del mensaje."
+msgid "You and %s"
+msgstr "Tú y %s"
 
-#: ../../mod/invite.php:73
+#: ../../mod/message.php:384
 #, php-format
-msgid "%d message sent."
-msgid_plural "%d messages sent."
-msgstr[0] "%d mensaje enviado."
-msgstr[1] "%d mensajes enviados."
+msgid "%s and You"
+msgstr "%s y Tú"
 
-#: ../../mod/invite.php:92
-msgid "You have no more invitations available"
-msgstr "No tienes más invitaciones disponibles"
+#: ../../mod/message.php:405 ../../mod/message.php:546
+msgid "Delete conversation"
+msgstr "Eliminar conversación"
+
+#: ../../mod/message.php:408
+msgid "D, d M Y - g:i A"
+msgstr "D, d M Y - g:i A"
 
-#: ../../mod/invite.php:100
+#: ../../mod/message.php:411
 #, php-format
+msgid "%d message"
+msgid_plural "%d messages"
+msgstr[0] "%d mensaje"
+msgstr[1] "%d mensajes"
+
+#: ../../mod/message.php:450
+msgid "Message not available."
+msgstr "Mensaje no disponibile."
+
+#: ../../mod/message.php:520
+msgid "Delete message"
+msgstr "Borrar mensaje"
+
+#: ../../mod/message.php:548
 msgid ""
-"Visit %s for a list of public sites that you can join. Friendica members on "
-"other sites can all connect with each other, as well as with members of many"
-" other social networks."
-msgstr "Visita %s para ver una lista de servidores públicos donde puedes darte de alta. Los miembros de otros servidores de Friendica pueden conectarse entre ellos, así como con miembros de otras redes sociales diferentes."
+"No secure communications available. You <strong>may</strong> be able to "
+"respond from the sender's profile page."
+msgstr "No hay comunicaciones seguras disponibles. <strong>Podrías</strong> responder desde la página de perfil del remitente. "
+
+#: ../../mod/message.php:552
+msgid "Send Reply"
+msgstr "Enviar respuesta"
 
-#: ../../mod/invite.php:102
+#: ../../mod/like.php:170 ../../include/conversation.php:140
 #, php-format
+msgid "%1$s doesn't like %2$s's %3$s"
+msgstr "A %1$s no le gusta %3$s de %2$s"
+
+#: ../../mod/oexchange.php:25
+msgid "Post successful."
+msgstr "¡Publicado!"
+
+#: ../../mod/localtime.php:12 ../../include/event.php:11
+#: ../../include/bb2diaspora.php:393
+msgid "l F d, Y \\@ g:i A"
+msgstr "l F d, Y \\@ g:i A"
+
+#: ../../mod/localtime.php:24
+msgid "Time Conversion"
+msgstr "Conversión horária"
+
+#: ../../mod/localtime.php:26
 msgid ""
-"To accept this invitation, please visit and register at %s or any other "
-"public Friendica website."
-msgstr "Para aceptar la invitación visita y regístrate en %s o en cualquier otro servidor público de Friendica."
+"Friendica provides this service for sharing events with other networks and "
+"friends in unknown timezones."
+msgstr ""
 
-#: ../../mod/invite.php:103
+#: ../../mod/localtime.php:30
 #, php-format
-msgid ""
-"Friendica sites all inter-connect to create a huge privacy-enhanced social "
-"web that is owned and controlled by its members. They can also connect with "
-"many traditional social networks. See %s for a list of alternate Friendica "
-"sites you can join."
-msgstr "Los servidores de Friendica están interconectados para crear una enorme red social centrada en la privacidad y controlada por sus miembros. También se puede conectar con muchas redes sociales tradicionales. Mira en %s para poder ver un listado de servidores alternativos de Friendica donde puedes darte de alta."
+msgid "UTC time: %s"
+msgstr "Tiempo UTC: %s"
 
-#: ../../mod/invite.php:106
-msgid ""
-"Our apologies. This system is not currently configured to connect with other"
-" public sites or invite members."
-msgstr "Discúlpanos. Este sistema no está configurado actualmente para conectar con otros servidores públicos o invitar nuevos miembros."
+#: ../../mod/localtime.php:33
+#, php-format
+msgid "Current timezone: %s"
+msgstr "Zona horaria actual: %s"
 
-#: ../../mod/invite.php:111
-msgid "Send invitations"
-msgstr "Enviar invitaciones"
+#: ../../mod/localtime.php:36
+#, php-format
+msgid "Converted localtime: %s"
+msgstr "Zona horaria local convertida: %s"
 
-#: ../../mod/invite.php:112
-msgid "Enter email addresses, one per line:"
-msgstr "Introduce las direcciones de correo, una por línea:"
+#: ../../mod/localtime.php:41
+msgid "Please select your timezone:"
+msgstr "Por favor, selecciona tu zona horaria:"
 
-#: ../../mod/invite.php:114
-msgid ""
-"You are cordially invited to join me and other close friends on Friendica - "
-"and help us to create a better social web."
-msgstr "Estás cordialmente invitado a unirte a mi y a otros amigos en Friendica, creemos juntos una red social mejor."
+#: ../../mod/filer.php:30 ../../include/conversation.php:1001
+#: ../../include/conversation.php:1019
+msgid "Save to Folder:"
+msgstr "Guardar en directorio:"
 
-#: ../../mod/invite.php:116
-msgid "You will need to supply this invitation code: $invite_code"
-msgstr "Tienes que proporcionar el siguiente código: $invite_code"
+#: ../../mod/filer.php:30
+msgid "- select -"
+msgstr "- seleccionar -"
 
-#: ../../mod/invite.php:116
-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:"
+#: ../../mod/profperm.php:25 ../../mod/profperm.php:55
+msgid "Invalid profile identifier."
+msgstr "Identificador de perfil no válido."
 
-#: ../../mod/invite.php:118
-msgid ""
-"For more information about the Friendica project and why we feel it is "
-"important, please visit http://friendica.com"
-msgstr "Para más información sobre el Proyecto Friendica y sobre por qué pensamos que es algo importante, visita http://friendica.com"
+#: ../../mod/profperm.php:101
+msgid "Profile Visibility Editor"
+msgstr "Editor de visibilidad del perfil"
 
-#: ../../mod/dfrn_confirm.php:119
-msgid ""
-"This may occasionally happen if contact was requested by both persons and it"
-" has already been approved."
-msgstr "Esto puede ocurrir a veces si la conexión fue solicitada por ambas personas y ya hubiera sido aprobada."
+#: ../../mod/profperm.php:114
+msgid "Visible To"
+msgstr "Visible para"
 
-#: ../../mod/dfrn_confirm.php:237
-msgid "Response from remote site was not understood."
-msgstr "La respuesta desde el sitio remoto no ha sido entendida."
+#: ../../mod/profperm.php:130
+msgid "All Contacts (with secure profile access)"
+msgstr "Todos los contactos (con perfil de acceso seguro)"
 
-#: ../../mod/dfrn_confirm.php:246
-msgid "Unexpected response from remote site: "
-msgstr "Respuesta inesperada desde el sitio remoto: "
+#: ../../mod/viewcontacts.php:39
+msgid "No contacts."
+msgstr "Ningún contacto."
 
-#: ../../mod/dfrn_confirm.php:254
-msgid "Confirmation completed successfully."
-msgstr "Confirmación completada con éxito."
+#: ../../mod/viewcontacts.php:76 ../../include/text.php:857
+msgid "View Contacts"
+msgstr "Ver contactos"
 
-#: ../../mod/dfrn_confirm.php:256 ../../mod/dfrn_confirm.php:270
-#: ../../mod/dfrn_confirm.php:277
-msgid "Remote site reported: "
-msgstr "El sito remoto informó: "
+#: ../../mod/dirfind.php:26
+msgid "People Search"
+msgstr "Buscar personas"
 
-#: ../../mod/dfrn_confirm.php:268
-msgid "Temporary failure. Please wait and try again."
-msgstr "Error temporal. Por favor, espere y vuelva a intentarlo."
+#: ../../mod/dirfind.php:60 ../../mod/match.php:65
+msgid "No matches"
+msgstr "Sin conincidencias"
 
-#: ../../mod/dfrn_confirm.php:275
-msgid "Introduction failed or was revoked."
-msgstr "La presentación ha fallado o ha sido anulada."
+#: ../../mod/photos.php:66 ../../mod/photos.php:1222 ../../mod/photos.php:1795
+msgid "Upload New Photos"
+msgstr "Subir nuevas fotos"
 
-#: ../../mod/dfrn_confirm.php:420
-msgid "Unable to set contact photo."
-msgstr "Imposible establecer la foto del contacto."
+#: ../../mod/photos.php:143
+msgid "Contact information unavailable"
+msgstr "Información del contacto no disponible"
 
-#: ../../mod/dfrn_confirm.php:477 ../../include/diaspora.php:619
-#: ../../include/conversation.php:171
-#, php-format
-msgid "%1$s is now friends with %2$s"
-msgstr "%1$s ahora es amigo de %2$s"
+#: ../../mod/photos.php:164
+msgid "Album not found."
+msgstr "Álbum no encontrado."
 
-#: ../../mod/dfrn_confirm.php:562
-#, php-format
-msgid "No user record found for '%s' "
-msgstr "No se ha encontrado a ningún '%s' "
+#: ../../mod/photos.php:187 ../../mod/photos.php:199 ../../mod/photos.php:1200
+msgid "Delete Album"
+msgstr "Eliminar álbum"
 
-#: ../../mod/dfrn_confirm.php:572
-msgid "Our site encryption key is apparently messed up."
-msgstr "Nuestra clave de cifrado del sitio es aparentemente un lío."
+#: ../../mod/photos.php:197
+msgid "Do you really want to delete this photo album and all its photos?"
+msgstr "¿Estás seguro de quieres borrar este álbum y todas sus fotos?"
 
-#: ../../mod/dfrn_confirm.php:583
-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/photos.php:276 ../../mod/photos.php:287 ../../mod/photos.php:1502
+msgid "Delete Photo"
+msgstr "Eliminar foto"
 
-#: ../../mod/dfrn_confirm.php:604
-msgid "Contact record was not found for you on our site."
-msgstr "El contacto no se ha encontrado en nuestra base de datos."
+#: ../../mod/photos.php:285
+msgid "Do you really want to delete this photo?"
+msgstr "¿Estás seguro de que quieres borrar esta foto?"
 
-#: ../../mod/dfrn_confirm.php:618
+#: ../../mod/photos.php:656
 #, 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 %s."
+msgid "%1$s was tagged in %2$s by %3$s"
+msgstr "%1$s fue etiquetado en %2$s por %3$s"
 
-#: ../../mod/dfrn_confirm.php:638
-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."
+#: ../../mod/photos.php:656
+msgid "a photo"
+msgstr "una foto"
 
-#: ../../mod/dfrn_confirm.php:649
-msgid "Unable to set your contact credentials on our system."
-msgstr "No se puede establecer las credenciales de tu contacto en nuestro sistema."
+#: ../../mod/photos.php:761
+msgid "Image exceeds size limit of "
+msgstr "La imagen supera tamaño límite de "
 
-#: ../../mod/dfrn_confirm.php:716
-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/photos.php:769
+msgid "Image file is empty."
+msgstr "El archivo de imagen está vacío."
 
-#: ../../mod/dfrn_confirm.php:750
-#, php-format
-msgid "Connection accepted at %s"
-msgstr "Conexión aceptada en %s"
+#: ../../mod/photos.php:801 ../../mod/wall_upload.php:112
+#: ../../mod/profile_photo.php:153
+msgid "Unable to process image."
+msgstr "Imposible procesar la imagen."
+
+#: ../../mod/photos.php:828 ../../mod/wall_upload.php:138
+#: ../../mod/profile_photo.php:301
+msgid "Image upload failed."
+msgstr "Error al subir la imagen."
+
+#: ../../mod/photos.php:924
+msgid "No photos selected"
+msgstr "Ninguna foto seleccionada"
+
+#: ../../mod/photos.php:1025 ../../mod/videos.php:226
+msgid "Access to this item is restricted."
+msgstr "El acceso a este elemento está restringido."
 
-#: ../../mod/dfrn_confirm.php:799
+#: ../../mod/photos.php:1088
 #, php-format
-msgid "%1$s has joined %2$s"
-msgstr "%1$s se ha unido a %2$s"
+msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
+msgstr "Has usado %1$.2f MB de %2$.2f MB de tu álbum de fotos."
 
-#: ../../addon/fromgplus/fromgplus.php:29
-#: ../../addon.old/fromgplus/fromgplus.php:29
-msgid "Google+ Import Settings"
-msgstr "Configuración de la importación de Google+"
-
-#: ../../addon/fromgplus/fromgplus.php:32
-#: ../../addon.old/fromgplus/fromgplus.php:32
-msgid "Enable Google+ Import"
-msgstr "Habilitar la importación de Google+"
-
-#: ../../addon/fromgplus/fromgplus.php:35
-#: ../../addon.old/fromgplus/fromgplus.php:35
-msgid "Google Account ID"
-msgstr "ID de la cuenta de Google"
-
-#: ../../addon/fromgplus/fromgplus.php:55
-#: ../../addon.old/fromgplus/fromgplus.php:55
-msgid "Google+ Import Settings saved."
-msgstr "Configuración de la importación de Google+ guardada."
-
-#: ../../addon/facebook/facebook.php:523
-#: ../../addon.old/facebook/facebook.php:523
-msgid "Facebook disabled"
-msgstr "Facebook deshabilitado"
-
-#: ../../addon/facebook/facebook.php:528
-#: ../../addon.old/facebook/facebook.php:528
-msgid "Updating contacts"
-msgstr "Actualizando contactos"
-
-#: ../../addon/facebook/facebook.php:551 ../../addon/fbpost/fbpost.php:192
-#: ../../addon.old/facebook/facebook.php:551
-#: ../../addon.old/fbpost/fbpost.php:192
-msgid "Facebook API key is missing."
-msgstr "Falta la clave API de Facebook."
-
-#: ../../addon/facebook/facebook.php:558
-#: ../../addon.old/facebook/facebook.php:558
-msgid "Facebook Connect"
-msgstr "Conexión con Facebook"
-
-#: ../../addon/facebook/facebook.php:564
-#: ../../addon.old/facebook/facebook.php:564
-msgid "Install Facebook connector for this account."
-msgstr "Instalar el conector de Facebook para esta cuenta."
-
-#: ../../addon/facebook/facebook.php:571
-#: ../../addon.old/facebook/facebook.php:571
-msgid "Remove Facebook connector"
-msgstr "Eliminar el conector de Facebook"
-
-#: ../../addon/facebook/facebook.php:576 ../../addon/fbpost/fbpost.php:217
-#: ../../addon.old/facebook/facebook.php:576
-#: ../../addon.old/fbpost/fbpost.php:217
-msgid ""
-"Re-authenticate [This is necessary whenever your Facebook password is "
-"changed.]"
-msgstr "Volver a identificarse [Esto es necesario cada vez que tu contraseña de Facebook cambie.]"
-
-#: ../../addon/facebook/facebook.php:583 ../../addon/fbpost/fbpost.php:224
-#: ../../addon.old/facebook/facebook.php:583
-#: ../../addon.old/fbpost/fbpost.php:224
-msgid "Post to Facebook by default"
-msgstr "Publicar en Facebook de forma predeterminada"
-
-#: ../../addon/facebook/facebook.php:589
-#: ../../addon.old/facebook/facebook.php:589
-msgid ""
-"Facebook friend linking has been disabled on this site. The following "
-"settings will have no effect."
-msgstr "El enlace con los contactos de Facebook ha sido desactivado en este servidor. La configuración no tendrá efecto alguno."
-
-#: ../../addon/facebook/facebook.php:593
-#: ../../addon.old/facebook/facebook.php:593
-msgid ""
-"Facebook friend linking has been disabled on this site. If you disable it, "
-"you will be unable to re-enable it."
-msgstr "El enlace con los contactos de Facebook ha sido desactivado en este servidor. Si se desactiva no podrá volver a reactivarse."
-
-#: ../../addon/facebook/facebook.php:596
-#: ../../addon.old/facebook/facebook.php:596
-msgid "Link all your Facebook friends and conversations on this website"
-msgstr "Vincula a todos tus amigos de Facebook y las conversaciones con este sitio"
-
-#: ../../addon/facebook/facebook.php:598
-#: ../../addon.old/facebook/facebook.php:598
-msgid ""
-"Facebook conversations consist of your <em>profile wall</em> and your friend"
-" <em>stream</em>."
-msgstr "Las conversaciones de Facebook consisten en tu <em>muro</em>, tu <em>perfil</em> y las <em>publicaciones</em> de tus amigos."
-
-#: ../../addon/facebook/facebook.php:599
-#: ../../addon.old/facebook/facebook.php:599
-msgid "On this website, your Facebook friend stream is only visible to you."
-msgstr "En esta página las publicaciones de tus amigos de Facebook solo son visibles para ti."
-
-#: ../../addon/facebook/facebook.php:600
-#: ../../addon.old/facebook/facebook.php:600
-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 tu perfil de Facebook en este sitio."
-
-#: ../../addon/facebook/facebook.php:604
-#: ../../addon.old/facebook/facebook.php:604
-msgid ""
-"On this website your Facebook profile wall conversations will only be "
-"visible to you"
-msgstr "En este sitio las publicaciones del muro de Facebook solo son visibles para ti"
-
-#: ../../addon/facebook/facebook.php:609
-#: ../../addon.old/facebook/facebook.php:609
-msgid "Do not import your Facebook profile wall conversations"
-msgstr "No importar las conversaciones de tu muro de Facebook"
-
-#: ../../addon/facebook/facebook.php:611
-#: ../../addon.old/facebook/facebook.php:611
-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 decides conectar las conversaciones y dejar ambas casillas sin marcar, el muro de tu perfil de Facebook se fusionará con el muro de tu perfil en este sitio y la configuración de privacidad en este sitio será utilizada para determinar quién puede ver las conversaciones."
-
-#: ../../addon/facebook/facebook.php:616
-#: ../../addon.old/facebook/facebook.php:616
-msgid "Comma separated applications to ignore"
-msgstr "Aplicaciones a ignorar separadas por comas"
-
-#: ../../addon/facebook/facebook.php:700
-#: ../../addon.old/facebook/facebook.php:700
-msgid "Problems with Facebook Real-Time Updates"
-msgstr "Hay problemas con las actualizaciones en tiempo real de Facebook"
-
-#: ../../addon/facebook/facebook.php:729
-#: ../../addon.old/facebook/facebook.php:729
-msgid "Facebook Connector Settings"
-msgstr "Configuración de conexión a Facebook"
-
-#: ../../addon/facebook/facebook.php:744 ../../addon/fbpost/fbpost.php:255
-#: ../../addon.old/facebook/facebook.php:744
-#: ../../addon.old/fbpost/fbpost.php:255
-msgid "Facebook API Key"
-msgstr "Llave API de Facebook"
-
-#: ../../addon/facebook/facebook.php:754 ../../addon/fbpost/fbpost.php:262
-#: ../../addon.old/facebook/facebook.php:754
-#: ../../addon.old/fbpost/fbpost.php:262
-msgid ""
-"Error: it appears that you have specified the App-ID and -Secret in your "
-".htconfig.php file. As long as they are specified there, they cannot be set "
-"using this form.<br><br>"
-msgstr "Error: parece que la App-ID y el -Secret ya están configurados en tu archivo .htconfig.php. Al estar configurados allí, no se usará este formulario.<br><br>"
-
-#: ../../addon/facebook/facebook.php:759
-#: ../../addon.old/facebook/facebook.php:759
-msgid ""
-"Error: the given API Key seems to be incorrect (the application access token"
-" could not be retrieved)."
-msgstr "Error: la llave API proporcionada parece incorrecta (no se pudo recuperar la ficha de acceso a la aplicación)."
-
-#: ../../addon/facebook/facebook.php:761
-#: ../../addon.old/facebook/facebook.php:761
-msgid "The given API Key seems to work correctly."
-msgstr "La Llave API proporcionada parece funcionar correctamente."
-
-#: ../../addon/facebook/facebook.php:763
-#: ../../addon.old/facebook/facebook.php:763
-msgid ""
-"The correctness of the API Key could not be detected. Something strange's "
-"going on."
-msgstr "No se ha podido detectar una llave API correcta. Algo raro está pasando."
-
-#: ../../addon/facebook/facebook.php:766 ../../addon/fbpost/fbpost.php:264
-#: ../../addon.old/facebook/facebook.php:766
-#: ../../addon.old/fbpost/fbpost.php:264
-msgid "App-ID / API-Key"
-msgstr "Añadir ID / Llave API"
-
-#: ../../addon/facebook/facebook.php:767 ../../addon/fbpost/fbpost.php:265
-#: ../../addon.old/facebook/facebook.php:767
-#: ../../addon.old/fbpost/fbpost.php:265
-msgid "Application secret"
-msgstr "Secreto de la aplicación"
-
-#: ../../addon/facebook/facebook.php:768
-#: ../../addon.old/facebook/facebook.php:768
-#, php-format
-msgid "Polling Interval in minutes (minimum %1$s minutes)"
-msgstr "Intervalo del sondeo en minutos (mínimo %1$s minutos)"
-
-#: ../../addon/facebook/facebook.php:769
-#: ../../addon.old/facebook/facebook.php:769
-msgid ""
-"Synchronize comments (no comments on Facebook are missed, at the cost of "
-"increased system load)"
-msgstr "Sincronizar comentarios (no se perderán comentarios de Facebook, pero se incrementará la carga del sistema)"
-
-#: ../../addon/facebook/facebook.php:773
-#: ../../addon.old/facebook/facebook.php:773
-msgid "Real-Time Updates"
-msgstr "Actualizaciones en tiempo real"
-
-#: ../../addon/facebook/facebook.php:777
-#: ../../addon.old/facebook/facebook.php:777
-msgid "Real-Time Updates are activated."
-msgstr "Actualizaciones en tiempo real activada."
-
-#: ../../addon/facebook/facebook.php:778
-#: ../../addon.old/facebook/facebook.php:778
-msgid "Deactivate Real-Time Updates"
-msgstr "Desactivar actualizaciones en tiempo real"
-
-#: ../../addon/facebook/facebook.php:780
-#: ../../addon.old/facebook/facebook.php:780
-msgid "Real-Time Updates not activated."
-msgstr "Actualizaciones en tiempo real desactivada."
-
-#: ../../addon/facebook/facebook.php:780
-#: ../../addon.old/facebook/facebook.php:780
-msgid "Activate Real-Time Updates"
-msgstr "Activar actualizaciones en tiempo real"
-
-#: ../../addon/facebook/facebook.php:799 ../../addon/fbpost/fbpost.php:282
-#: ../../addon/dav/friendica/layout.fnk.php:361
-#: ../../addon.old/facebook/facebook.php:799
-#: ../../addon.old/fbpost/fbpost.php:282
-#: ../../addon.old/dav/friendica/layout.fnk.php:361
-msgid "The new values have been saved."
-msgstr "Los nuevos valores se han guardado."
-
-#: ../../addon/facebook/facebook.php:823 ../../addon/fbpost/fbpost.php:301
-#: ../../addon.old/facebook/facebook.php:823
-#: ../../addon.old/fbpost/fbpost.php:301
-msgid "Post to Facebook"
-msgstr "Publicar en Facebook"
-
-#: ../../addon/facebook/facebook.php:921 ../../addon/fbpost/fbpost.php:399
-#: ../../addon.old/facebook/facebook.php:921
-#: ../../addon.old/fbpost/fbpost.php:399
-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:1149 ../../addon/fbpost/fbpost.php:610
-#: ../../addon.old/facebook/facebook.php:1149
-#: ../../addon.old/fbpost/fbpost.php:610
-msgid "View on Friendica"
-msgstr "Ver en Friendica"
-
-#: ../../addon/facebook/facebook.php:1182 ../../addon/fbpost/fbpost.php:643
-#: ../../addon.old/facebook/facebook.php:1182
-#: ../../addon.old/fbpost/fbpost.php:643
-msgid "Facebook post failed. Queued for retry."
-msgstr "Publicación en Facebook errónea. Reintentando..."
-
-#: ../../addon/facebook/facebook.php:1222 ../../addon/fbpost/fbpost.php:683
-#: ../../addon.old/facebook/facebook.php:1222
-#: ../../addon.old/fbpost/fbpost.php:683
-msgid "Your Facebook connection became invalid. Please Re-authenticate."
-msgstr "Tu conexión con Facebook ha sido invalidada. Por favor vuelve a identificarte."
-
-#: ../../addon/facebook/facebook.php:1223 ../../addon/fbpost/fbpost.php:684
-#: ../../addon.old/facebook/facebook.php:1223
-#: ../../addon.old/fbpost/fbpost.php:684
-msgid "Facebook connection became invalid"
-msgstr "La conexión con Facebook ha sido invalidada"
-
-#: ../../addon/facebook/facebook.php:1224 ../../addon/fbpost/fbpost.php:685
-#: ../../addon.old/facebook/facebook.php:1224
-#: ../../addon.old/fbpost/fbpost.php:685
-#, php-format
-msgid ""
-"Hi %1$s,\n"
-"\n"
-"The connection between your accounts on %2$s and Facebook became invalid. This usually happens after you change your Facebook-password. To enable the connection again, you have to %3$sre-authenticate the Facebook-connector%4$s."
-msgstr "Hola %1$s,\n\nLa conexión entre tu cuenta de %2$s y Facebook se ha roto. Normalmente esto suele ocurrir si has cambiado tu contraseña de Facebook. Para volver a establecerla, tienes que %3$sidentificarte de nuevo en el conector de Facebook%4$s."
-
-#: ../../addon/snautofollow/snautofollow.php:32
-#: ../../addon.old/snautofollow/snautofollow.php:32
-msgid "StatusNet AutoFollow settings updated."
-msgstr "Configuración para seguir automáticamente en StatusNet actualizada."
-
-#: ../../addon/snautofollow/snautofollow.php:56
-#: ../../addon.old/snautofollow/snautofollow.php:56
-msgid "StatusNet AutoFollow Settings"
-msgstr "Configuración para el seguimiento automático en StatusNet"
-
-#: ../../addon/snautofollow/snautofollow.php:58
-#: ../../addon.old/snautofollow/snautofollow.php:58
-msgid "Automatically follow any StatusNet followers/mentioners"
-msgstr "Seguir automáticamente a cualquiera que me siga/mencione en StatusNet"
-
-#: ../../addon/privacy_image_cache/privacy_image_cache.php:260
-#: ../../addon.old/privacy_image_cache/privacy_image_cache.php:260
-msgid "Lifetime of the cache (in hours)"
-msgstr "Vida útil de la caché (en horas)"
-
-#: ../../addon/privacy_image_cache/privacy_image_cache.php:265
-#: ../../addon.old/privacy_image_cache/privacy_image_cache.php:265
-msgid "Cache Statistics"
-msgstr "Estadísticas de la caché"
-
-#: ../../addon/privacy_image_cache/privacy_image_cache.php:268
-#: ../../addon.old/privacy_image_cache/privacy_image_cache.php:268
-msgid "Number of items"
-msgstr "Número de ítems"
-
-#: ../../addon/privacy_image_cache/privacy_image_cache.php:270
-#: ../../addon.old/privacy_image_cache/privacy_image_cache.php:270
-msgid "Size of the cache"
-msgstr "Tamaño de la caché"
-
-#: ../../addon/privacy_image_cache/privacy_image_cache.php:272
-#: ../../addon.old/privacy_image_cache/privacy_image_cache.php:272
-msgid "Delete the whole cache"
-msgstr "Borrar toda la caché"
-
-#: ../../addon/fbpost/fbpost.php:172 ../../addon.old/fbpost/fbpost.php:172
-msgid "Facebook Post disabled"
-msgstr "Facebook deshabilitado"
-
-#: ../../addon/fbpost/fbpost.php:199 ../../addon.old/fbpost/fbpost.php:199
-msgid "Facebook Post"
-msgstr "Facebook"
+#: ../../mod/photos.php:1123
+msgid "Upload Photos"
+msgstr "Subir fotos"
 
-#: ../../addon/fbpost/fbpost.php:205 ../../addon.old/fbpost/fbpost.php:205
-msgid "Install Facebook Post connector for this account."
-msgstr "Instalar el conector de Facebook para esta cuenta."
-
-#: ../../addon/fbpost/fbpost.php:212 ../../addon.old/fbpost/fbpost.php:212
-msgid "Remove Facebook Post connector"
-msgstr "Eliminar el conector de Facebook"
-
-#: ../../addon/fbpost/fbpost.php:240 ../../addon.old/fbpost/fbpost.php:240
-msgid "Facebook Post Settings"
-msgstr "Configuración de conexión a Facebook"
-
-#: ../../addon/widgets/widget_like.php:58
-#: ../../addon.old/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"
-
-#: ../../addon/widgets/widget_like.php:61
-#: ../../addon.old/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"
-
-#: ../../addon/widgets/widget_friendheader.php:40
-#: ../../addon.old/widgets/widget_friendheader.php:40
-msgid "Get added to this list!"
-msgstr "¡Añadido a la lista!"
-
-#: ../../addon/widgets/widgets.php:56 ../../addon.old/widgets/widgets.php:56
-msgid "Generate new key"
-msgstr "Generar clave nueva"
-
-#: ../../addon/widgets/widgets.php:59 ../../addon.old/widgets/widgets.php:59
-msgid "Widgets key"
-msgstr "Clave de aplicaciones"
-
-#: ../../addon/widgets/widgets.php:61 ../../addon.old/widgets/widgets.php:61
-msgid "Widgets available"
-msgstr "Aplicaciones disponibles"
-
-#: ../../addon/widgets/widget_friends.php:40
-#: ../../addon.old/widgets/widget_friends.php:40
-msgid "Connect on Friendica!"
-msgstr "¡Conéctate en Friendica!"
-
-#: ../../addon/morepokes/morepokes.php:19
-#: ../../addon.old/morepokes/morepokes.php:19
-msgid "bitchslap"
-msgstr "abofetear fuerte"
-
-#: ../../addon/morepokes/morepokes.php:19
-#: ../../addon.old/morepokes/morepokes.php:19
-msgid "bitchslapped"
-msgstr "abofeteó fuertemente a"
-
-#: ../../addon/morepokes/morepokes.php:20
-#: ../../addon.old/morepokes/morepokes.php:20
-msgid "shag"
-msgstr "picar"
-
-#: ../../addon/morepokes/morepokes.php:20
-#: ../../addon.old/morepokes/morepokes.php:20
-msgid "shagged"
-msgstr "picó a"
-
-#: ../../addon/morepokes/morepokes.php:21
-#: ../../addon.old/morepokes/morepokes.php:21
-msgid "do something obscenely biological to"
-msgstr "hacer algo obsceno y biológico a"
-
-#: ../../addon/morepokes/morepokes.php:21
-#: ../../addon.old/morepokes/morepokes.php:21
-msgid "did something obscenely biological to"
-msgstr "hizo algo obsceno y biológico a"
-
-#: ../../addon/morepokes/morepokes.php:22
-#: ../../addon.old/morepokes/morepokes.php:22
-msgid "point out the poke feature to"
-msgstr "señalar la habilidad de toques a"
-
-#: ../../addon/morepokes/morepokes.php:22
-#: ../../addon.old/morepokes/morepokes.php:22
-msgid "pointed out the poke feature to"
-msgstr "señaló la habilidad de toques a"
-
-#: ../../addon/morepokes/morepokes.php:23
-#: ../../addon.old/morepokes/morepokes.php:23
-msgid "declare undying love for"
-msgstr "declarar amor incondicional a"
-
-#: ../../addon/morepokes/morepokes.php:23
-#: ../../addon.old/morepokes/morepokes.php:23
-msgid "declared undying love for"
-msgstr "declaró amor incondicional a"
-
-#: ../../addon/morepokes/morepokes.php:24
-#: ../../addon.old/morepokes/morepokes.php:24
-msgid "patent"
-msgstr "patentar"
-
-#: ../../addon/morepokes/morepokes.php:24
-#: ../../addon.old/morepokes/morepokes.php:24
-msgid "patented"
-msgstr "patentó"
-
-#: ../../addon/morepokes/morepokes.php:25
-#: ../../addon.old/morepokes/morepokes.php:25
-msgid "stroke beard"
-msgstr "acariciar barba"
-
-#: ../../addon/morepokes/morepokes.php:25
-#: ../../addon.old/morepokes/morepokes.php:25
-msgid "stroked their beard at"
-msgstr "acarició su barba a"
-
-#: ../../addon/morepokes/morepokes.php:26
-#: ../../addon.old/morepokes/morepokes.php:26
-msgid ""
-"bemoan the declining standards of modern secondary and tertiary education to"
-msgstr "deplorar los bajos estándares de educación secundaria y terciaria moderna a"
-
-#: ../../addon/morepokes/morepokes.php:26
-#: ../../addon.old/morepokes/morepokes.php:26
-msgid ""
-"bemoans the declining standards of modern secondary and tertiary education "
-"to"
-msgstr "deplora los bajos estándares de educación secundaria y terciaria moderna a"
-
-#: ../../addon/morepokes/morepokes.php:27
-#: ../../addon.old/morepokes/morepokes.php:27
-msgid "hug"
-msgstr "abrazar"
-
-#: ../../addon/morepokes/morepokes.php:27
-#: ../../addon.old/morepokes/morepokes.php:27
-msgid "hugged"
-msgstr "abrazó a"
-
-#: ../../addon/morepokes/morepokes.php:28
-#: ../../addon.old/morepokes/morepokes.php:28
-msgid "kiss"
-msgstr "besar"
-
-#: ../../addon/morepokes/morepokes.php:28
-#: ../../addon.old/morepokes/morepokes.php:28
-msgid "kissed"
-msgstr "besó a"
-
-#: ../../addon/morepokes/morepokes.php:29
-#: ../../addon.old/morepokes/morepokes.php:29
-msgid "raise eyebrows at"
-msgstr "alzar las cejas a"
-
-#: ../../addon/morepokes/morepokes.php:29
-#: ../../addon.old/morepokes/morepokes.php:29
-msgid "raised their eyebrows at"
-msgstr "alzó sus cejas a"
-
-#: ../../addon/morepokes/morepokes.php:30
-#: ../../addon.old/morepokes/morepokes.php:30
-msgid "insult"
-msgstr "insultar"
-
-#: ../../addon/morepokes/morepokes.php:30
-#: ../../addon.old/morepokes/morepokes.php:30
-msgid "insulted"
-msgstr "insultó a"
-
-#: ../../addon/morepokes/morepokes.php:31
-#: ../../addon.old/morepokes/morepokes.php:31
-msgid "praise"
-msgstr "alabar"
-
-#: ../../addon/morepokes/morepokes.php:31
-#: ../../addon.old/morepokes/morepokes.php:31
-msgid "praised"
-msgstr "alabó a"
-
-#: ../../addon/morepokes/morepokes.php:32
-#: ../../addon.old/morepokes/morepokes.php:32
-msgid "be dubious of"
-msgstr "dudar de"
-
-#: ../../addon/morepokes/morepokes.php:32
-#: ../../addon.old/morepokes/morepokes.php:32
-msgid "was dubious of"
-msgstr "dudó de"
-
-#: ../../addon/morepokes/morepokes.php:33
-#: ../../addon.old/morepokes/morepokes.php:33
-msgid "eat"
-msgstr "comer"
-
-#: ../../addon/morepokes/morepokes.php:33
-#: ../../addon.old/morepokes/morepokes.php:33
-msgid "ate"
-msgstr "comió"
-
-#: ../../addon/morepokes/morepokes.php:34
-#: ../../addon.old/morepokes/morepokes.php:34
-msgid "giggle and fawn at"
-msgstr "reír y carcajearse de"
-
-#: ../../addon/morepokes/morepokes.php:34
-#: ../../addon.old/morepokes/morepokes.php:34
-msgid "giggled and fawned at"
-msgstr "rió y se carcajeó de"
-
-#: ../../addon/morepokes/morepokes.php:35
-#: ../../addon.old/morepokes/morepokes.php:35
-msgid "doubt"
-msgstr "dudar"
-
-#: ../../addon/morepokes/morepokes.php:35
-#: ../../addon.old/morepokes/morepokes.php:35
-msgid "doubted"
-msgstr "dudó"
-
-#: ../../addon/morepokes/morepokes.php:36
-#: ../../addon.old/morepokes/morepokes.php:36
-msgid "glare"
-msgstr "mirar fijamente"
-
-#: ../../addon/morepokes/morepokes.php:36
-#: ../../addon.old/morepokes/morepokes.php:36
-msgid "glared at"
-msgstr "miró fijamente a"
-
-#: ../../addon/yourls/yourls.php:55 ../../addon.old/yourls/yourls.php:55
-msgid "YourLS Settings"
-msgstr "Tu configuración LS"
-
-#: ../../addon/yourls/yourls.php:57 ../../addon.old/yourls/yourls.php:57
-msgid "URL: http://"
-msgstr "Dirección: http://"
-
-#: ../../addon/yourls/yourls.php:62 ../../addon.old/yourls/yourls.php:62
-msgid "Username:"
-msgstr "Nombre de Usuario:"
-
-#: ../../addon/yourls/yourls.php:67 ../../addon.old/yourls/yourls.php:67
-msgid "Password:"
-msgstr "Contraseña:"
+#: ../../mod/photos.php:1127 ../../mod/photos.php:1195
+msgid "New album name: "
+msgstr "Nombre del nuevo álbum: "
 
-#: ../../addon/yourls/yourls.php:72 ../../addon.old/yourls/yourls.php:72
-msgid "Use SSL "
-msgstr "Usar SSL "
+#: ../../mod/photos.php:1128
+msgid "or existing album name: "
+msgstr "o nombre de un álbum existente: "
 
-#: ../../addon/yourls/yourls.php:92 ../../addon.old/yourls/yourls.php:92
-msgid "yourls Settings saved."
-msgstr "La configuración se ha guardado."
+#: ../../mod/photos.php:1129
+msgid "Do not show a status post for this upload"
+msgstr "No actualizar tu estado con este envío"
 
-#: ../../addon/ljpost/ljpost.php:39 ../../addon.old/ljpost/ljpost.php:39
-msgid "Post to LiveJournal"
-msgstr "Publicar en Livejournal"
-
-#: ../../addon/ljpost/ljpost.php:70 ../../addon.old/ljpost/ljpost.php:70
-msgid "LiveJournal Post Settings"
-msgstr "Configuración de las publicaciones en Livejournal"
-
-#: ../../addon/ljpost/ljpost.php:72 ../../addon.old/ljpost/ljpost.php:72
-msgid "Enable LiveJournal Post Plugin"
-msgstr "Activar el módulo de publicación en Livejournal"
-
-#: ../../addon/ljpost/ljpost.php:77 ../../addon.old/ljpost/ljpost.php:77
-msgid "LiveJournal username"
-msgstr "Nombre de usuario de Livejournal"
-
-#: ../../addon/ljpost/ljpost.php:82 ../../addon.old/ljpost/ljpost.php:82
-msgid "LiveJournal password"
-msgstr "Contraseña de Livejournal"
-
-#: ../../addon/ljpost/ljpost.php:87 ../../addon.old/ljpost/ljpost.php:87
-msgid "Post to LiveJournal by default"
-msgstr "Publicar en Livejournal por defecto"
-
-#: ../../addon/nsfw/nsfw.php:78 ../../addon.old/nsfw/nsfw.php:78
-msgid "Not Safe For Work (General Purpose Content Filter) settings"
-msgstr "Configuración \"Not Safe For Work\" (Filtro de contenido de carácter general)"
-
-#: ../../addon/nsfw/nsfw.php:80 ../../addon.old/nsfw/nsfw.php:80
-msgid ""
-"This plugin looks in posts for the words/text you specify below, and "
-"collapses any content containing those keywords so it is not displayed at "
-"inappropriate times, such as sexual innuendo that may be improper in a work "
-"setting. It is polite and recommended to tag any content containing nudity "
-"with #NSFW.  This filter can also match any other word/text you specify, and"
-" can thereby be used as a general purpose content filter."
-msgstr "Este complemento busca las palabras clave que especifiques y oculta cualquier comentario que contenga dichas claves, para que no aparezcan en momentos inoportunos, como por ejemplo, material sexual. Se considera de buena educación y correcto etiquetar los desnudos con #NSFW.  Este filtro puede servir para filtrar otro contenido, así que te puede servir como un filtro de carácter general, escogiendo las palabras clave adecuadas."
-
-#: ../../addon/nsfw/nsfw.php:81 ../../addon.old/nsfw/nsfw.php:81
-msgid "Enable Content filter"
-msgstr "Activar el filtro de contenido"
-
-#: ../../addon/nsfw/nsfw.php:84 ../../addon.old/nsfw/nsfw.php:84
-msgid "Comma separated list of keywords to hide"
-msgstr "Palabras clave para ocultar, lista separada por comas"
-
-#: ../../addon/nsfw/nsfw.php:89 ../../addon.old/nsfw/nsfw.php:89
-msgid "Use /expression/ to provide regular expressions"
-msgstr "Usa /expresión/ para proporcionar expresiones regulares"
-
-#: ../../addon/nsfw/nsfw.php:105 ../../addon.old/nsfw/nsfw.php:105
-msgid "NSFW Settings saved."
-msgstr "Configuración NSFW guardada."
-
-#: ../../addon/nsfw/nsfw.php:157 ../../addon.old/nsfw/nsfw.php:157
-#, php-format
-msgid "%s - Click to open/close"
-msgstr "%s - Pulsa aquí para abrir/cerrar"
-
-#: ../../addon/page/page.php:62 ../../addon/page/page.php:92
-#: ../../addon/forumlist/forumlist.php:60 ../../addon.old/page/page.php:62
-#: ../../addon.old/page/page.php:92 ../../addon.old/forumlist/forumlist.php:60
-msgid "Forums"
-msgstr "Foros"
-
-#: ../../addon/page/page.php:130 ../../addon/forumlist/forumlist.php:94
-#: ../../addon.old/page/page.php:130
-#: ../../addon.old/forumlist/forumlist.php:94
-msgid "Forums:"
-msgstr "Foros:"
-
-#: ../../addon/page/page.php:166 ../../addon.old/page/page.php:166
-msgid "Page settings updated."
-msgstr "Configuración de la página actualizada"
-
-#: ../../addon/page/page.php:195 ../../addon.old/page/page.php:195
-msgid "Page Settings"
-msgstr "Configuración de la página"
-
-#: ../../addon/page/page.php:197 ../../addon.old/page/page.php:197
-msgid "How many forums to display on sidebar without paging"
-msgstr "¿Cuántos foros se mostrarán en la barra lateral?"
-
-#: ../../addon/page/page.php:200 ../../addon.old/page/page.php:200
-msgid "Randomise Page/Forum list"
-msgstr "Lista de Página/Foro al azar"
-
-#: ../../addon/page/page.php:203 ../../addon.old/page/page.php:203
-msgid "Show pages/forums on profile page"
-msgstr "Mostrar páginas/foros en tu perfil"
-
-#: ../../addon/planets/planets.php:150 ../../addon.old/planets/planets.php:150
-msgid "Planets Settings"
-msgstr "Configuración de Planets"
-
-#: ../../addon/planets/planets.php:152 ../../addon.old/planets/planets.php:152
-msgid "Enable Planets Plugin"
-msgstr "Activar el módulo de planetas Planets"
-
-#: ../../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:64 ../../boot.php:923
-#: ../../addon.old/communityhome/communityhome.php:28
-#: ../../addon.old/communityhome/communityhome.php:34
-#: ../../addon.old/communityhome/twillingham/communityhome.php:28
-#: ../../addon.old/communityhome/twillingham/communityhome.php:34
-msgid "Login"
-msgstr "Acceder"
+#: ../../mod/photos.php:1131 ../../mod/photos.php:1497
+msgid "Permissions"
+msgstr "Permisos"
 
-#: ../../addon/communityhome/communityhome.php:29
-#: ../../addon/communityhome/twillingham/communityhome.php:29
-#: ../../addon.old/communityhome/communityhome.php:29
-#: ../../addon.old/communityhome/twillingham/communityhome.php:29
-msgid "OpenID"
-msgstr "OpenID"
-
-#: ../../addon/communityhome/communityhome.php:38
-#: ../../addon/communityhome/twillingham/communityhome.php:38
-#: ../../addon.old/communityhome/communityhome.php:38
-#: ../../addon.old/communityhome/twillingham/communityhome.php:38
-msgid "Latest users"
-msgstr "Últimos usuarios"
+#: ../../mod/photos.php:1142
+msgid "Private Photo"
+msgstr "Foto Privada"
 
-#: ../../addon/communityhome/communityhome.php:81
-#: ../../addon/communityhome/twillingham/communityhome.php:81
-#: ../../addon.old/communityhome/communityhome.php:81
-#: ../../addon.old/communityhome/twillingham/communityhome.php:81
-msgid "Most active users"
-msgstr "Usuarios más activos"
+#: ../../mod/photos.php:1143
+msgid "Public Photo"
+msgstr "Foto Pública"
 
-#: ../../addon/communityhome/communityhome.php:98
-#: ../../addon.old/communityhome/communityhome.php:98
-msgid "Latest photos"
-msgstr "Últimas fotos"
+#: ../../mod/photos.php:1210
+msgid "Edit Album"
+msgstr "Modificar álbum"
 
-#: ../../addon/communityhome/communityhome.php:133
-#: ../../addon.old/communityhome/communityhome.php:133
-msgid "Latest likes"
-msgstr "Últimos me gusta"
+#: ../../mod/photos.php:1216
+msgid "Show Newest First"
+msgstr "Mostrar más nuevos primero"
 
-#: ../../addon/communityhome/communityhome.php:155
-#: ../../view/theme/diabook/theme.php:449 ../../include/text.php:1435
-#: ../../include/conversation.php:117 ../../include/conversation.php:245
-#: ../../addon.old/communityhome/communityhome.php:155
-msgid "event"
-msgstr "evento"
+#: ../../mod/photos.php:1218
+msgid "Show Oldest First"
+msgstr "Mostrar más antiguos primero"
 
-#: ../../addon/dav/common/wdcal_backend.inc.php:92
-#: ../../addon/dav/common/wdcal_backend.inc.php:166
-#: ../../addon/dav/common/wdcal_backend.inc.php:178
-#: ../../addon/dav/common/wdcal_backend.inc.php:206
-#: ../../addon/dav/common/wdcal_backend.inc.php:214
-#: ../../addon/dav/common/wdcal_backend.inc.php:229
-#: ../../addon.old/dav/common/wdcal_backend.inc.php:92
-#: ../../addon.old/dav/common/wdcal_backend.inc.php:166
-#: ../../addon.old/dav/common/wdcal_backend.inc.php:178
-#: ../../addon.old/dav/common/wdcal_backend.inc.php:206
-#: ../../addon.old/dav/common/wdcal_backend.inc.php:214
-#: ../../addon.old/dav/common/wdcal_backend.inc.php:229
-msgid "No access"
-msgstr "Sin acceso"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:30
-#: ../../addon/dav/common/wdcal_edit.inc.php:738
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:30
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:738
-msgid "Could not open component for editing"
-msgstr "No se puede abrir para editar"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:140
-#: ../../addon/dav/friendica/layout.fnk.php:143
-#: ../../addon/dav/friendica/layout.fnk.php:422
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:140
-#: ../../addon.old/dav/friendica/layout.fnk.php:143
-#: ../../addon.old/dav/friendica/layout.fnk.php:422
-msgid "Go back to the calendar"
-msgstr "Volver al calendario"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:144
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:144
-msgid "Event data"
-msgstr "Datos del evento"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:146
-#: ../../addon/dav/friendica/main.php:239
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:146
-#: ../../addon.old/dav/friendica/main.php:239
-msgid "Calendar"
-msgstr "Calendario"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:163
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:163
-msgid "Special color"
-msgstr "Color especial"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:169
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:169
-msgid "Subject"
-msgstr "Asunto"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:173
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:173
-msgid "Starts"
-msgstr "Comienzo"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:178
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:178
-msgid "Ends"
-msgstr "Final"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:185
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:185
-msgid "Description"
-msgstr "Descripción"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:188
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:188
-msgid "Recurrence"
-msgstr "Recurrencia"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:190
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:190
-msgid "Frequency"
-msgstr "Frecuencia"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:194
-#: ../../include/contact_selectors.php:59
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:194
-msgid "Daily"
-msgstr "Diariamente"
+#: ../../mod/photos.php:1251 ../../mod/photos.php:1778
+msgid "View Photo"
+msgstr "Ver foto"
 
-#: ../../addon/dav/common/wdcal_edit.inc.php:197
-#: ../../include/contact_selectors.php:60
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:197
-msgid "Weekly"
-msgstr "Semanalmente"
+#: ../../mod/photos.php:1286
+msgid "Permission denied. Access to this item may be restricted."
+msgstr "Permiso denegado. El acceso a este elemento puede estar restringido."
 
-#: ../../addon/dav/common/wdcal_edit.inc.php:200
-#: ../../include/contact_selectors.php:61
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:200
-msgid "Monthly"
-msgstr "Mensualmente"
+#: ../../mod/photos.php:1288
+msgid "Photo not available"
+msgstr "Foto no disponible"
 
-#: ../../addon/dav/common/wdcal_edit.inc.php:203
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:203
-msgid "Yearly"
-msgstr "Anual"
+#: ../../mod/photos.php:1344
+msgid "View photo"
+msgstr "Ver foto"
 
-#: ../../addon/dav/common/wdcal_edit.inc.php:214
-#: ../../include/datetime.php:288
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:214
-msgid "days"
-msgstr "días"
+#: ../../mod/photos.php:1344
+msgid "Edit photo"
+msgstr "Modificar foto"
 
-#: ../../addon/dav/common/wdcal_edit.inc.php:215
-#: ../../include/datetime.php:287
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:215
-msgid "weeks"
-msgstr "semanas"
+#: ../../mod/photos.php:1345
+msgid "Use as profile photo"
+msgstr "Usar como foto del perfil"
 
-#: ../../addon/dav/common/wdcal_edit.inc.php:216
-#: ../../include/datetime.php:286
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:216
-msgid "months"
-msgstr "meses"
+#: ../../mod/photos.php:1370
+msgid "View Full Size"
+msgstr "Ver a tamaño completo"
 
-#: ../../addon/dav/common/wdcal_edit.inc.php:217
-#: ../../include/datetime.php:285
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:217
-msgid "years"
-msgstr "años"
+#: ../../mod/photos.php:1444
+msgid "Tags: "
+msgstr "Etiquetas: "
 
-#: ../../addon/dav/common/wdcal_edit.inc.php:218
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:218
-msgid "Interval"
-msgstr "Intérvalo"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:218
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:218
-msgid "All %select% %time%"
-msgstr "Todos %select% %time%"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:222
-#: ../../addon/dav/common/wdcal_edit.inc.php:260
-#: ../../addon/dav/common/wdcal_edit.inc.php:481
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:222
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:260
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:481
-msgid "Days"
-msgstr "Días"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:231
-#: ../../addon/dav/common/wdcal_edit.inc.php:254
-#: ../../addon/dav/common/wdcal_edit.inc.php:270
-#: ../../addon/dav/common/wdcal_edit.inc.php:293
-#: ../../addon/dav/common/wdcal_edit.inc.php:305 ../../include/text.php:915
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:231
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:254
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:270
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:293
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:305
-msgid "Sunday"
-msgstr "Domingo"
+#: ../../mod/photos.php:1447
+msgid "[Remove any tag]"
+msgstr "[Borrar todas las etiquetas]"
 
-#: ../../addon/dav/common/wdcal_edit.inc.php:235
-#: ../../addon/dav/common/wdcal_edit.inc.php:274
-#: ../../addon/dav/common/wdcal_edit.inc.php:308 ../../include/text.php:915
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:235
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:274
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:308
-msgid "Monday"
-msgstr "Lunes"
+#: ../../mod/photos.php:1487
+msgid "Rotate CW (right)"
+msgstr "Girar a la derecha"
 
-#: ../../addon/dav/common/wdcal_edit.inc.php:238
-#: ../../addon/dav/common/wdcal_edit.inc.php:277 ../../include/text.php:915
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:238
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:277
-msgid "Tuesday"
-msgstr "Martes"
+#: ../../mod/photos.php:1488
+msgid "Rotate CCW (left)"
+msgstr "Girar a la izquierda"
 
-#: ../../addon/dav/common/wdcal_edit.inc.php:241
-#: ../../addon/dav/common/wdcal_edit.inc.php:280 ../../include/text.php:915
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:241
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:280
-msgid "Wednesday"
-msgstr "Miércoles"
+#: ../../mod/photos.php:1490
+msgid "New album name"
+msgstr "Nuevo nombre del álbum"
 
-#: ../../addon/dav/common/wdcal_edit.inc.php:244
-#: ../../addon/dav/common/wdcal_edit.inc.php:283 ../../include/text.php:915
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:244
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:283
-msgid "Thursday"
-msgstr "Jueves"
+#: ../../mod/photos.php:1493
+msgid "Caption"
+msgstr "Título"
 
-#: ../../addon/dav/common/wdcal_edit.inc.php:247
-#: ../../addon/dav/common/wdcal_edit.inc.php:286 ../../include/text.php:915
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:247
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:286
-msgid "Friday"
-msgstr "Viernes"
+#: ../../mod/photos.php:1495
+msgid "Add a Tag"
+msgstr "Añadir una etiqueta"
 
-#: ../../addon/dav/common/wdcal_edit.inc.php:250
-#: ../../addon/dav/common/wdcal_edit.inc.php:289 ../../include/text.php:915
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:250
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:289
-msgid "Saturday"
-msgstr "Sábado"
+#: ../../mod/photos.php:1499
+msgid ""
+"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+msgstr "Ejemplo: @juan, @Barbara_Ruiz, @julia@example.com, #California, #camping"
 
-#: ../../addon/dav/common/wdcal_edit.inc.php:297
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:297
-msgid "First day of week:"
-msgstr "Primer día de la semana:"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:350
-#: ../../addon/dav/common/wdcal_edit.inc.php:373
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:350
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:373
-msgid "Day of month"
-msgstr "Día del mes"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:354
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:354
-msgid "#num#th of each month"
-msgstr "#num#º de cada mes"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:357
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:357
-msgid "#num#th-last of each month"
-msgstr "#num#º antes del último de cada mes"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:360
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:360
-msgid "#num#th #wkday# of each month"
-msgstr "#num#º #wkday# de cada mes"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:363
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:363
-msgid "#num#th-last #wkday# of each month"
-msgstr "#num#º antes del último #wkday# de cada mes"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:372
-#: ../../addon/dav/friendica/layout.fnk.php:255
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:372
-#: ../../addon.old/dav/friendica/layout.fnk.php:255
-msgid "Month"
-msgstr "Mes"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:377
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:377
-msgid "#num#th of the given month"
-msgstr "#num#º del mes dado"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:380
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:380
-msgid "#num#th-last of the given month"
-msgstr "#num#º antes del último del mes dado"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:383
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:383
-msgid "#num#th #wkday# of the given month"
-msgstr "#num#º #wkday# del mes dado"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:386
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:386
-msgid "#num#th-last #wkday# of the given month"
-msgstr "#num#º antes del último #wkday# del mes dado"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:413
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:413
-msgid "Repeat until"
-msgstr "Repetir hasta"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:417
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:417
-msgid "Infinite"
-msgstr "Infinito"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:420
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:420
-msgid "Until the following date"
-msgstr "Hasta la fecha siguiente"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:423
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:423
-msgid "Number of times"
-msgstr "Número de veces"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:429
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:429
-msgid "Exceptions"
-msgstr "Excepciones"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:432
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:432
-msgid "none"
-msgstr "ninguno"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:449
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:449
-msgid "Notification"
-msgstr "Notificación"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:466
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:466
-msgid "Notify by"
-msgstr "Notificar por"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:469
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:469
-msgid "E-Mail"
-msgstr "Correo electrónico"
+#: ../../mod/photos.php:1508
+msgid "Private photo"
+msgstr "Foto privada"
 
-#: ../../addon/dav/common/wdcal_edit.inc.php:470
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:470
-msgid "On Friendica / Display"
-msgstr "Sobre Friendica / Mostrar"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:474
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:474
-msgid "Time"
-msgstr "Hora"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:478
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:478
-msgid "Hours"
-msgstr "Horas"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:479
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:479
-msgid "Minutes"
-msgstr "Minutos"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:480
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:480
-msgid "Seconds"
-msgstr "Segundos"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:482
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:482
-msgid "Weeks"
-msgstr "Semanas"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:485
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:485
-msgid "before the"
-msgstr "antes de"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:486
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:486
-msgid "start of the event"
-msgstr "inicio del evento"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:487
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:487
-msgid "end of the event"
-msgstr "final del evento"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:492
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:492
-msgid "Add a notification"
-msgstr "Añadir una notificación"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:687
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:687
-msgid "The event #name# will start at #date"
-msgstr "El evento #name# comenzará el #date"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:696
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:696
-msgid "#name# is about to begin."
-msgstr "#name# está a punto de comenzar."
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:769
-#: ../../addon.old/dav/common/wdcal_edit.inc.php:769
-msgid "Saved"
-msgstr "Guardado"
-
-#: ../../addon/dav/common/wdcal_configuration.php:148
-#: ../../addon.old/dav/common/wdcal_configuration.php:148
-msgid "U.S. Time Format (mm/dd/YYYY)"
-msgstr "Hora, formato anglosajón (mm/dd/aaaa)"
-
-#: ../../addon/dav/common/wdcal_configuration.php:243
-#: ../../addon.old/dav/common/wdcal_configuration.php:243
-msgid "German Time Format (dd.mm.YYYY)"
-msgstr "Hora, formato europeo (dd.mm.aaaa)"
-
-#: ../../addon/dav/common/dav_caldav_backend_private.inc.php:39
-#: ../../addon.old/dav/common/dav_caldav_backend_private.inc.php:39
-msgid "Private Events"
-msgstr "Eventos privados"
-
-#: ../../addon/dav/common/dav_carddav_backend_private.inc.php:46
-#: ../../addon.old/dav/common/dav_carddav_backend_private.inc.php:46
-msgid "Private Addressbooks"
-msgstr "Libretas de direcciones privada"
-
-#: ../../addon/dav/friendica/dav_caldav_backend_virtual_friendica.inc.php:36
-#: ../../addon.old/dav/friendica/dav_caldav_backend_virtual_friendica.inc.php:36
-msgid "Friendica-Native events"
-msgstr "Eventos nativos de Friendica"
-
-#: ../../addon/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:36
-#: ../../addon/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:59
-#: ../../addon.old/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:36
-#: ../../addon.old/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:59
-msgid "Friendica-Contacts"
-msgstr "Contactos de Friendica"
-
-#: ../../addon/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:60
-#: ../../addon.old/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:60
-msgid "Your Friendica-Contacts"
-msgstr "Tus Contactos de Friendica"
-
-#: ../../addon/dav/friendica/layout.fnk.php:99
-#: ../../addon/dav/friendica/layout.fnk.php:136
-#: ../../addon.old/dav/friendica/layout.fnk.php:99
-#: ../../addon.old/dav/friendica/layout.fnk.php:136
-msgid ""
-"Something went wrong when trying to import the file. Sorry. Maybe some "
-"events were imported anyway."
-msgstr "Algo salió mal al importar el archivo. Lo sentimos. Puede que algunos eventos se hayan importado."
-
-#: ../../addon/dav/friendica/layout.fnk.php:131
-#: ../../addon.old/dav/friendica/layout.fnk.php:131
-msgid "Something went wrong when trying to import the file. Sorry."
-msgstr "Algo salió mal al importar el archivo. Lo sentimos."
-
-#: ../../addon/dav/friendica/layout.fnk.php:134
-#: ../../addon.old/dav/friendica/layout.fnk.php:134
-msgid "The ICS-File has been imported."
-msgstr "El archivo ICS ha sido importado."
-
-#: ../../addon/dav/friendica/layout.fnk.php:138
-#: ../../addon.old/dav/friendica/layout.fnk.php:138
-msgid "No file was uploaded."
-msgstr "No se ha importado ningún archivo."
-
-#: ../../addon/dav/friendica/layout.fnk.php:147
-#: ../../addon.old/dav/friendica/layout.fnk.php:147
-msgid "Import a ICS-file"
-msgstr "Importar archivo ICS"
-
-#: ../../addon/dav/friendica/layout.fnk.php:150
-#: ../../addon.old/dav/friendica/layout.fnk.php:150
-msgid "ICS-File"
-msgstr "Archivo ICS"
-
-#: ../../addon/dav/friendica/layout.fnk.php:151
-#: ../../addon.old/dav/friendica/layout.fnk.php:151
-msgid "Overwrite all #num# existing events"
-msgstr "Sobreescribir los #num# eventos existentes"
-
-#: ../../addon/dav/friendica/layout.fnk.php:228
-#: ../../addon.old/dav/friendica/layout.fnk.php:228
-msgid "New event"
-msgstr "Evento nuevo"
-
-#: ../../addon/dav/friendica/layout.fnk.php:232
-#: ../../addon.old/dav/friendica/layout.fnk.php:232
-msgid "Today"
-msgstr "Hoy"
-
-#: ../../addon/dav/friendica/layout.fnk.php:241
-#: ../../addon.old/dav/friendica/layout.fnk.php:241
-msgid "Day"
-msgstr "Día"
-
-#: ../../addon/dav/friendica/layout.fnk.php:248
-#: ../../addon.old/dav/friendica/layout.fnk.php:248
-msgid "Week"
-msgstr "Semana"
-
-#: ../../addon/dav/friendica/layout.fnk.php:260
-#: ../../addon.old/dav/friendica/layout.fnk.php:260
-msgid "Reload"
-msgstr "Recargar"
-
-#: ../../addon/dav/friendica/layout.fnk.php:271
-#: ../../addon.old/dav/friendica/layout.fnk.php:271
-msgid "Date"
-msgstr "Fecha"
-
-#: ../../addon/dav/friendica/layout.fnk.php:313
-#: ../../addon.old/dav/friendica/layout.fnk.php:313
-msgid "Error"
-msgstr "Error"
-
-#: ../../addon/dav/friendica/layout.fnk.php:380
-#: ../../addon.old/dav/friendica/layout.fnk.php:380
-msgid "The calendar has been updated."
-msgstr "El calendario ha sido actualizado."
-
-#: ../../addon/dav/friendica/layout.fnk.php:393
-#: ../../addon.old/dav/friendica/layout.fnk.php:393
-msgid "The new calendar has been created."
-msgstr "Se ha creado un nuevo calendario."
-
-#: ../../addon/dav/friendica/layout.fnk.php:417
-#: ../../addon.old/dav/friendica/layout.fnk.php:417
-msgid "The calendar has been deleted."
-msgstr "El calendario se ha borrado."
-
-#: ../../addon/dav/friendica/layout.fnk.php:424
-#: ../../addon.old/dav/friendica/layout.fnk.php:424
-msgid "Calendar Settings"
-msgstr "Configuración del Calendario"
-
-#: ../../addon/dav/friendica/layout.fnk.php:430
-#: ../../addon.old/dav/friendica/layout.fnk.php:430
-msgid "Date format"
-msgstr "Formato de fecha"
-
-#: ../../addon/dav/friendica/layout.fnk.php:439
-#: ../../addon.old/dav/friendica/layout.fnk.php:439
-msgid "Time zone"
-msgstr "Zona horaria"
-
-#: ../../addon/dav/friendica/layout.fnk.php:445
-#: ../../addon.old/dav/friendica/layout.fnk.php:445
-msgid "Calendars"
-msgstr "Calendarios"
-
-#: ../../addon/dav/friendica/layout.fnk.php:487
-#: ../../addon.old/dav/friendica/layout.fnk.php:487
-msgid "Create a new calendar"
-msgstr "Crear un nuevo calendario"
-
-#: ../../addon/dav/friendica/layout.fnk.php:496
-#: ../../addon.old/dav/friendica/layout.fnk.php:496
-msgid "Limitations"
-msgstr "Limitaciones"
-
-#: ../../addon/dav/friendica/layout.fnk.php:500
-#: ../../addon/libravatar/libravatar.php:82
-#: ../../addon.old/dav/friendica/layout.fnk.php:500
-#: ../../addon.old/libravatar/libravatar.php:82
-msgid "Warning"
-msgstr "Aviso"
-
-#: ../../addon/dav/friendica/layout.fnk.php:504
-#: ../../addon.old/dav/friendica/layout.fnk.php:504
-msgid "Synchronization (iPhone, Thunderbird Lightning, Android, ...)"
-msgstr "Sincronización (iPhone, Thunderbird Lightning, Android...)"
-
-#: ../../addon/dav/friendica/layout.fnk.php:511
-#: ../../addon.old/dav/friendica/layout.fnk.php:511
-msgid "Synchronizing this calendar with the iPhone"
-msgstr "Sincronizar este calendario con iPhone"
-
-#: ../../addon/dav/friendica/layout.fnk.php:522
-#: ../../addon.old/dav/friendica/layout.fnk.php:522
-msgid "Synchronizing your Friendica-Contacts with the iPhone"
-msgstr "Sincronizar tus contactos de Friendica con iPhone"
-
-#: ../../addon/dav/friendica/main.php:202
-#: ../../addon.old/dav/friendica/main.php:202
-msgid ""
-"The current version of this plugin has not been set up correctly. Please "
-"contact the system administrator of your installation of friendica to fix "
-"this."
-msgstr "La versión actual de este módulo no se ha ajustado correctamente. Por favor contacta al administrador de sistema de tu instalación de Friendica para arreglarlo."
-
-#: ../../addon/dav/friendica/main.php:242
-#: ../../addon.old/dav/friendica/main.php:242
-msgid "Extended calendar with CalDAV-support"
-msgstr "Calendario ampliado con soporte CalDAV"
-
-#: ../../addon/dav/friendica/main.php:279
-#: ../../addon/dav/friendica/main.php:280 ../../include/delivery.php:464
-#: ../../include/enotify.php:28 ../../include/notifier.php:710
-#: ../../addon.old/dav/friendica/main.php:279
-#: ../../addon.old/dav/friendica/main.php:280
-msgid "noreply"
-msgstr "no responder"
+#: ../../mod/photos.php:1509
+msgid "Public photo"
+msgstr "Foto pública"
 
-#: ../../addon/dav/friendica/main.php:282
-#: ../../addon.old/dav/friendica/main.php:282
-msgid "Notification: "
-msgstr "Notificación:"
-
-#: ../../addon/dav/friendica/main.php:309
-#: ../../addon.old/dav/friendica/main.php:309
-msgid "The database tables have been installed."
-msgstr "Se han instalado las tablas de la base de datos."
-
-#: ../../addon/dav/friendica/main.php:310
-#: ../../addon.old/dav/friendica/main.php:310
-msgid "An error occurred during the installation."
-msgstr "Ha ocurrido un error durante la instalación."
-
-#: ../../addon/dav/friendica/main.php:316
-#: ../../addon.old/dav/friendica/main.php:316
-msgid "The database tables have been updated."
-msgstr "Las tablas de la base de datos han sido actualizadas."
-
-#: ../../addon/dav/friendica/main.php:317
-#: ../../addon.old/dav/friendica/main.php:317
-msgid "An error occurred during the update."
-msgstr "Ocurrió un error durante la actualización."
-
-#: ../../addon/dav/friendica/main.php:333
-#: ../../addon.old/dav/friendica/main.php:333
-msgid "No system-wide settings yet."
-msgstr "No se han configurado aún los ajustes del sistema."
-
-#: ../../addon/dav/friendica/main.php:336
-#: ../../addon.old/dav/friendica/main.php:336
-msgid "Database status"
-msgstr "Estado de la base de datos"
-
-#: ../../addon/dav/friendica/main.php:339
-#: ../../addon.old/dav/friendica/main.php:339
-msgid "Installed"
-msgstr "Instalada"
-
-#: ../../addon/dav/friendica/main.php:343
-#: ../../addon.old/dav/friendica/main.php:343
-msgid "Upgrade needed"
-msgstr "Actualización necesaria"
-
-#: ../../addon/dav/friendica/main.php:343
-#: ../../addon.old/dav/friendica/main.php:343
-msgid ""
-"Please back up all calendar data (the tables beginning with dav_*) before "
-"proceeding. While all calendar events <i>should</i> be converted to the new "
-"database structure, it's always safe to have a backup. Below, you can have a"
-" look at the database-queries that will be made when pressing the "
-"'update'-button."
-msgstr "Por favor respalda todos los datos de calendario (las tablas que comienzan con dav_*) antes de continuar. Aunque todos los eventos de calendario <i>deberían</i> convertirse a la nueva estructura de base de datos, siempre es seguro tener un respaldo. Abajo, puedes ver las consultas a la base de datos que se realizarán cuando presiones el botón de 'actualizar'."
-
-#: ../../addon/dav/friendica/main.php:343
-#: ../../addon.old/dav/friendica/main.php:343
-msgid "Upgrade"
-msgstr "Actualizada"
-
-#: ../../addon/dav/friendica/main.php:346
-#: ../../addon.old/dav/friendica/main.php:346
-msgid "Not installed"
-msgstr "Sin instalar"
-
-#: ../../addon/dav/friendica/main.php:346
-#: ../../addon.old/dav/friendica/main.php:346
-msgid "Install"
-msgstr "Instalar"
-
-#: ../../addon/dav/friendica/main.php:350
-#: ../../addon.old/dav/friendica/main.php:350
-msgid "Unknown"
-msgstr "Desconocido"
-
-#: ../../addon/dav/friendica/main.php:350
-#: ../../addon.old/dav/friendica/main.php:350
-msgid ""
-"Something really went wrong. I cannot recover from this state automatically,"
-" sorry. Please go to the database backend, back up the data, and delete all "
-"tables beginning with 'dav_' manually. Afterwards, this installation routine"
-" should be able to reinitialize the tables automatically."
-msgstr "Ha ocurrido algo muy malo. No puedo recuperarme automáticamente de este estado, lo siento. Por favor ve al manejador de fondo de la base de datos, respalda los datos, y borra todas las tablas que comienzan con 'dav_' manualmente. Después de eso, esta rutina de instalación debería de ser capaz de reinicializar las tablas automáticamente."
-
-#: ../../addon/dav/friendica/main.php:355
-#: ../../addon.old/dav/friendica/main.php:355
-msgid "Troubleshooting"
-msgstr "Problemas"
-
-#: ../../addon/dav/friendica/main.php:356
-#: ../../addon.old/dav/friendica/main.php:356
-msgid "Manual creation of the database tables:"
-msgstr "Manual para la creación de las tablas de la base de datos:"
-
-#: ../../addon/dav/friendica/main.php:357
-#: ../../addon.old/dav/friendica/main.php:357
-msgid "Show SQL-statements"
-msgstr "Mostrar declaraciones SQL"
-
-#: ../../addon/dav/friendica/calendar.friendica.fnk.php:206
-#: ../../addon.old/dav/friendica/calendar.friendica.fnk.php:206
-msgid "Private Calendar"
-msgstr "Calendario privado"
-
-#: ../../addon/dav/friendica/calendar.friendica.fnk.php:207
-#: ../../addon.old/dav/friendica/calendar.friendica.fnk.php:207
-msgid "Friendica Events: Mine"
-msgstr "Eventos de Friendica: Propios"
-
-#: ../../addon/dav/friendica/calendar.friendica.fnk.php:208
-#: ../../addon.old/dav/friendica/calendar.friendica.fnk.php:208
-msgid "Friendica Events: Contacts"
-msgstr "Eventos de Friendica: Contactos"
-
-#: ../../addon/dav/friendica/calendar.friendica.fnk.php:248
-#: ../../addon.old/dav/friendica/calendar.friendica.fnk.php:248
-msgid "Private Addresses"
-msgstr "Direcciones privadas"
-
-#: ../../addon/dav/friendica/calendar.friendica.fnk.php:249
-#: ../../addon.old/dav/friendica/calendar.friendica.fnk.php:249
-msgid "Friendica Contacts"
-msgstr "Contactos de Friendica"
-
-#: ../../addon/uhremotestorage/uhremotestorage.php:84
-#: ../../addon.old/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 "Permitir el uso de tu ID de Friendica (%s) para conexiones de almacenamiento externo sin alojamiento activado (como OwnCloud). Mira <a href=\"http://www.w3.org/community/unhosted/wiki/RemoteStorage#WebFinger\">RemoteStorage WebFinger</a>"
-
-#: ../../addon/uhremotestorage/uhremotestorage.php:85
-#: ../../addon.old/uhremotestorage/uhremotestorage.php:85
-msgid "Template URL (with {category})"
-msgstr "Dirección de la plantilla (con {categoría})"
-
-#: ../../addon/uhremotestorage/uhremotestorage.php:86
-#: ../../addon.old/uhremotestorage/uhremotestorage.php:86
-msgid "OAuth end-point"
-msgstr "Punto final OAuth"
-
-#: ../../addon/uhremotestorage/uhremotestorage.php:87
-#: ../../addon.old/uhremotestorage/uhremotestorage.php:87
-msgid "Api"
-msgstr "API"
-
-#: ../../addon/membersince/membersince.php:18
-#: ../../addon.old/membersince/membersince.php:18
-msgid "Member since:"
-msgstr "Miembro desde:"
+#: ../../mod/photos.php:1531 ../../include/conversation.php:1080
+msgid "Share"
+msgstr "Compartir"
 
-#: ../../addon/tictac/tictac.php:20 ../../addon.old/tictac/tictac.php:20
-msgid "Three Dimensional Tic-Tac-Toe"
-msgstr "Tres en Raya tridimensional"
+#: ../../mod/photos.php:1784 ../../mod/videos.php:308
+msgid "View Album"
+msgstr "Ver Álbum"
 
-#: ../../addon/tictac/tictac.php:53 ../../addon.old/tictac/tictac.php:53
-msgid "3D Tic-Tac-Toe"
-msgstr "Tres en Raya 3D"
+#: ../../mod/photos.php:1793
+msgid "Recent Photos"
+msgstr "Fotos recientes"
 
-#: ../../addon/tictac/tictac.php:58 ../../addon.old/tictac/tictac.php:58
-msgid "New game"
-msgstr "Nueva partida"
+#: ../../mod/wall_attach.php:69
+#, php-format
+msgid "File exceeds size limit of %d"
+msgstr "El tamaño del archivo excede el límite de %d"
 
-#: ../../addon/tictac/tictac.php:59 ../../addon.old/tictac/tictac.php:59
-msgid "New game with handicap"
-msgstr "Nuevo juego con handicap"
+#: ../../mod/wall_attach.php:110 ../../mod/wall_attach.php:121
+msgid "File upload failed."
+msgstr "Ha fallado la subida del archivo."
 
-#: ../../addon/tictac/tictac.php:60 ../../addon.old/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/videos.php:125
+msgid "No videos selected"
+msgstr ""
 
-#: ../../addon/tictac/tictac.php:61 ../../addon.old/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/videos.php:301 ../../include/text.php:1383
+msgid "View Video"
+msgstr ""
 
-#: ../../addon/tictac/tictac.php:63 ../../addon.old/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 que la ocupa tiene a menudo una ventaja injusta."
+#: ../../mod/videos.php:317
+msgid "Recent Videos"
+msgstr ""
+
+#: ../../mod/videos.php:319
+msgid "Upload New Videos"
+msgstr ""
+
+#: ../../mod/poke.php:192
+msgid "Poke/Prod"
+msgstr "Toque/Empujón"
+
+#: ../../mod/poke.php:193
+msgid "poke, prod or do other things to somebody"
+msgstr "da un toque, empujón o similar a alguien"
 
-#: ../../addon/tictac/tictac.php:182 ../../addon.old/tictac/tictac.php:182
-msgid "You go first..."
-msgstr "Comienzas tú..."
+#: ../../mod/poke.php:194
+msgid "Recipient"
+msgstr "Receptor"
 
-#: ../../addon/tictac/tictac.php:187 ../../addon.old/tictac/tictac.php:187
-msgid "I'm going first this time..."
-msgstr "Yo voy primero esta vez..."
+#: ../../mod/poke.php:195
+msgid "Choose what you wish to do to recipient"
+msgstr "Elige qué desea hacer con el receptor"
 
-#: ../../addon/tictac/tictac.php:193 ../../addon.old/tictac/tictac.php:193
-msgid "You won!"
-msgstr "¡Has ganado!"
+#: ../../mod/poke.php:198
+msgid "Make this post private"
+msgstr "Hacer esta publicación privada"
 
-#: ../../addon/tictac/tictac.php:199 ../../addon/tictac/tictac.php:224
-#: ../../addon.old/tictac/tictac.php:199 ../../addon.old/tictac/tictac.php:224
-msgid "\"Cat\" game!"
-msgstr "¡Empate!"
+#: ../../mod/subthread.php:103
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
+msgstr "%1$s está siguiendo las %3$s de %2$s"
 
-#: ../../addon/tictac/tictac.php:222 ../../addon.old/tictac/tictac.php:222
-msgid "I won!"
-msgstr "¡He ganado!"
+#: ../../mod/uexport.php:72
+msgid "Export account"
+msgstr "Exportar cuenta"
 
-#: ../../addon/randplace/randplace.php:169
-#: ../../addon.old/randplace/randplace.php:169
-msgid "Randplace Settings"
-msgstr "Configuración de Randplace"
+#: ../../mod/uexport.php:72
+msgid ""
+"Export your account info and contacts. Use this to make a backup of your "
+"account and/or to move it to another server."
+msgstr "Exporta la información de tu cuenta y tus contactos. Úsalo para guardar una copia de seguridad de tu cuenta y/o moverla a otro servidor."
 
-#: ../../addon/randplace/randplace.php:171
-#: ../../addon.old/randplace/randplace.php:171
-msgid "Enable Randplace Plugin"
-msgstr "Activar el módulo de lugar aleatorio Randplace"
+#: ../../mod/uexport.php:73
+msgid "Export all"
+msgstr "Exportar todo"
 
-#: ../../addon/dwpost/dwpost.php:39 ../../addon.old/dwpost/dwpost.php:39
-msgid "Post to Dreamwidth"
-msgstr "Publicar en Dreamwidth"
+#: ../../mod/uexport.php:73
+msgid ""
+"Export your accout info, contacts and all your items as json. Could be a "
+"very big file, and could take a lot of time. Use this to make a full backup "
+"of your account (photos are not exported)"
+msgstr "Exporta la información de tu cuenta, contactos y lo demás en JSON. Puede ser un archivo bastante grande, por lo que llevará tiempo. Úsalo para hacer una copia de seguridad completa de tu cuenta (las fotos no se exportarán)"
 
-#: ../../addon/dwpost/dwpost.php:70 ../../addon.old/dwpost/dwpost.php:70
-msgid "Dreamwidth Post Settings"
-msgstr "Configuración de las publicaciones en Dreamwidth"
+#: ../../mod/common.php:42
+msgid "Common Friends"
+msgstr "Amigos comunes"
 
-#: ../../addon/dwpost/dwpost.php:72 ../../addon.old/dwpost/dwpost.php:72
-msgid "Enable dreamwidth Post Plugin"
-msgstr "Activar el módulo de publicación en Dreamwidth"
+#: ../../mod/common.php:78
+msgid "No contacts in common."
+msgstr "Sin contactos en común."
 
-#: ../../addon/dwpost/dwpost.php:77 ../../addon.old/dwpost/dwpost.php:77
-msgid "dreamwidth username"
-msgstr "Nombre de usuario de Dreamwidth"
+#: ../../mod/wall_upload.php:90 ../../mod/profile_photo.php:144
+#, php-format
+msgid "Image exceeds size limit of %d"
+msgstr "El tamaño de la imagen supera el límite de %d"
 
-#: ../../addon/dwpost/dwpost.php:82 ../../addon.old/dwpost/dwpost.php:82
-msgid "dreamwidth password"
-msgstr "Contraseña de Dreamwidth"
+#: ../../mod/wall_upload.php:135 ../../mod/wall_upload.php:144
+#: ../../mod/wall_upload.php:151 ../../mod/item.php:453
+#: ../../include/message.php:144
+msgid "Wall Photos"
+msgstr "Foto del Muro"
 
-#: ../../addon/dwpost/dwpost.php:87 ../../addon.old/dwpost/dwpost.php:87
-msgid "Post to dreamwidth by default"
-msgstr "Publicar en Dreamwidth por defecto"
+#: ../../mod/profile_photo.php:44
+msgid "Image uploaded but image cropping failed."
+msgstr "Imagen recibida, pero ha fallado al recortarla."
 
-#: ../../addon/remote_permissions/remote_permissions.php:44
-msgid "Remote Permissions Settings"
-msgstr ""
+#: ../../mod/profile_photo.php:77 ../../mod/profile_photo.php:84
+#: ../../mod/profile_photo.php:91 ../../mod/profile_photo.php:308
+#, php-format
+msgid "Image size reduction [%s] failed."
+msgstr "Ha fallado la reducción de las dimensiones de la imagen [%s]."
 
-#: ../../addon/remote_permissions/remote_permissions.php:45
+#: ../../mod/profile_photo.php:118
 msgid ""
-"Allow recipients of your private posts to see the other recipients of the "
-"posts"
-msgstr ""
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
+msgstr "Recarga la página o limpia la caché del navegador si la foto nueva no aparece inmediatamente."
 
-#: ../../addon/remote_permissions/remote_permissions.php:57
-msgid "Remote Permissions settings updated."
-msgstr ""
+#: ../../mod/profile_photo.php:128
+msgid "Unable to process image"
+msgstr "Imposible procesar la imagen"
 
-#: ../../addon/remote_permissions/remote_permissions.php:177
-msgid "Visible to"
-msgstr ""
+#: ../../mod/profile_photo.php:242
+msgid "Upload File:"
+msgstr "Subir archivo:"
 
-#: ../../addon/remote_permissions/remote_permissions.php:177
-msgid "may only be a partial list"
-msgstr ""
+#: ../../mod/profile_photo.php:243
+msgid "Select a profile:"
+msgstr "Elige un perfil:"
 
-#: ../../addon/remote_permissions/remote_permissions.php:196
-msgid "Global"
-msgstr ""
+#: ../../mod/profile_photo.php:245
+msgid "Upload"
+msgstr "Subir"
 
-#: ../../addon/remote_permissions/remote_permissions.php:196
-msgid "The posts of every user on this server show the post recipients"
-msgstr ""
+#: ../../mod/profile_photo.php:248
+msgid "skip this step"
+msgstr "saltar este paso"
 
-#: ../../addon/remote_permissions/remote_permissions.php:197
-msgid "Individual"
-msgstr ""
+#: ../../mod/profile_photo.php:248
+msgid "select a photo from your photo albums"
+msgstr "elige una foto de tus álbumes"
 
-#: ../../addon/remote_permissions/remote_permissions.php:197
-msgid "Each user chooses whether his/her posts show the post recipients"
-msgstr ""
+#: ../../mod/profile_photo.php:262
+msgid "Crop Image"
+msgstr "Recortar imagen"
+
+#: ../../mod/profile_photo.php:263
+msgid "Please adjust the image cropping for optimum viewing."
+msgstr "Por favor, ajusta el recorte de la imagen para optimizarla."
 
-#: ../../addon/startpage/startpage.php:83
-#: ../../addon.old/startpage/startpage.php:83
-msgid "Startpage Settings"
-msgstr "Configuración de página inicial"
+#: ../../mod/profile_photo.php:265
+msgid "Done Editing"
+msgstr "Editado"
 
-#: ../../addon/startpage/startpage.php:85
-#: ../../addon.old/startpage/startpage.php:85
-msgid "Home page to load after login  - leave blank for profile wall"
-msgstr "Página por defecto, dejálo en blanco para cargar tu perfil"
+#: ../../mod/profile_photo.php:299
+msgid "Image uploaded successfully."
+msgstr "Imagen subida con éxito."
 
-#: ../../addon/startpage/startpage.php:88
-#: ../../addon.old/startpage/startpage.php:88
-msgid "Examples: &quot;network&quot; or &quot;notifications/system&quot;"
-msgstr "Ejemplos: &quot;red&quot; o &quot;notificaciones/sistema&quot;"
+#: ../../mod/apps.php:11
+msgid "Applications"
+msgstr "Aplicaciones"
 
-#: ../../addon/geonames/geonames.php:143
-#: ../../addon.old/geonames/geonames.php:143
-msgid "Geonames settings updated."
-msgstr "Configuración de Geonames actualizada."
+#: ../../mod/apps.php:14
+msgid "No installed applications."
+msgstr "Sin aplicaciones"
 
-#: ../../addon/geonames/geonames.php:179
-#: ../../addon.old/geonames/geonames.php:179
-msgid "Geonames Settings"
-msgstr "Configuración de Geonames"
+#: ../../mod/navigation.php:20 ../../include/nav.php:34
+msgid "Nothing new here"
+msgstr "Nada nuevo por aquí"
 
-#: ../../addon/geonames/geonames.php:181
-#: ../../addon.old/geonames/geonames.php:181
-msgid "Enable Geonames Plugin"
-msgstr "Activar el complemento de nombres geográficos Geonames"
+#: ../../mod/navigation.php:24 ../../include/nav.php:38
+msgid "Clear notifications"
+msgstr "Limpiar notificaciones"
 
-#: ../../addon/public_server/public_server.php:126
-#: ../../addon/testdrive/testdrive.php:94
-#: ../../addon.old/public_server/public_server.php:126
-#: ../../addon.old/testdrive/testdrive.php:94
-#, php-format
-msgid "Your account on %s will expire in a few days."
-msgstr "Tu cuenta de %s expirará en pocos días."
+#: ../../mod/match.php:12
+msgid "Profile Match"
+msgstr "Coincidencias de Perfil"
 
-#: ../../addon/public_server/public_server.php:127
-#: ../../addon.old/public_server/public_server.php:127
-msgid "Your Friendica account is about to expire."
-msgstr "Tu cuenta de Friendica está a punto de expirar."
+#: ../../mod/match.php:20
+msgid "No keywords to match. Please add keywords to your default profile."
+msgstr "No hay palabras clave que coincidan. Por favor, agrega algunas palabras claves en tu perfil predeterminado."
 
-#: ../../addon/public_server/public_server.php:128
-#: ../../addon.old/public_server/public_server.php:128
-#, php-format
-msgid ""
-"Hi %1$s,\n"
-"\n"
-"Your account on %2$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"
-msgstr "Hola %1$s,\n\nTu cuenta en %2$s expirará en menos de 5 días. Puedes mantenerla iniciando tu sesión una vez cada 30 días"
+#: ../../mod/match.php:57
+msgid "is interested in:"
+msgstr "estás interesado en:"
 
-#: ../../addon/js_upload/js_upload.php:43
-#: ../../addon.old/js_upload/js_upload.php:43
-msgid "Upload a file"
-msgstr "Subir un archivo"
+#: ../../mod/tagrm.php:41
+msgid "Tag removed"
+msgstr "Etiqueta eliminada"
 
-#: ../../addon/js_upload/js_upload.php:44
-#: ../../addon.old/js_upload/js_upload.php:44
-msgid "Drop files here to upload"
-msgstr "Arrastra los archivos aquí para subirlos"
+#: ../../mod/tagrm.php:79
+msgid "Remove Item Tag"
+msgstr "Eliminar etiqueta"
 
-#: ../../addon/js_upload/js_upload.php:46
-#: ../../addon.old/js_upload/js_upload.php:46
-msgid "Failed"
-msgstr "Falló"
+#: ../../mod/tagrm.php:81
+msgid "Select a tag to remove: "
+msgstr "Selecciona una etiqueta para eliminar: "
 
-#: ../../addon/js_upload/js_upload.php:297
-#: ../../addon.old/js_upload/js_upload.php:297
-msgid "No files were uploaded."
-msgstr "No se han subido archivos aún."
+#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130
+msgid "Remove"
+msgstr "Eliminar"
 
-#: ../../addon/js_upload/js_upload.php:303
-#: ../../addon.old/js_upload/js_upload.php:303
-msgid "Uploaded file is empty"
-msgstr "El archivo subido está vacío"
+#: ../../mod/events.php:66
+msgid "Event title and start time are required."
+msgstr "Título del evento y hora de inicio requeridas."
 
-#: ../../addon/js_upload/js_upload.php:326
-#: ../../addon.old/js_upload/js_upload.php:326
-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/events.php:291
+msgid "l, F j"
+msgstr "l, F j"
 
-#: ../../addon/js_upload/js_upload.php:337
-#: ../../addon.old/js_upload/js_upload.php:337
-msgid "Upload was cancelled, or server error encountered"
-msgstr "La subida ha sido cancelada, o se encontró un error del servidor"
+#: ../../mod/events.php:313
+msgid "Edit event"
+msgstr "Editar evento"
 
-#: ../../addon/forumlist/forumlist.php:63
-#: ../../addon.old/forumlist/forumlist.php:63
-msgid "show/hide"
-msgstr "mostrar/ocultar"
-
-#: ../../addon/forumlist/forumlist.php:77
-#: ../../addon.old/forumlist/forumlist.php:77
-msgid "No forum subscriptions"
-msgstr "Foro sin suscrpciones"
-
-#: ../../addon/forumlist/forumlist.php:131
-#: ../../addon.old/forumlist/forumlist.php:131
-msgid "Forumlist settings updated."
-msgstr "Ajustes de lista de foros actualizados."
-
-#: ../../addon/forumlist/forumlist.php:159
-#: ../../addon.old/forumlist/forumlist.php:159
-msgid "Forumlist Settings"
-msgstr "Ajustes de lista de foros"
-
-#: ../../addon/forumlist/forumlist.php:161
-#: ../../addon.old/forumlist/forumlist.php:161
-msgid "Randomise forum list"
-msgstr ""
-
-#: ../../addon/forumlist/forumlist.php:164
-#: ../../addon.old/forumlist/forumlist.php:164
-msgid "Show forums on profile page"
-msgstr ""
-
-#: ../../addon/forumlist/forumlist.php:167
-#: ../../addon.old/forumlist/forumlist.php:167
-msgid "Show forums on network page"
-msgstr ""
-
-#: ../../addon/impressum/impressum.php:37
-#: ../../addon.old/impressum/impressum.php:37
-msgid "Impressum"
-msgstr "Términos y Política del sitio"
-
-#: ../../addon/impressum/impressum.php:50
-#: ../../addon/impressum/impressum.php:52
-#: ../../addon/impressum/impressum.php:84
-#: ../../addon.old/impressum/impressum.php:50
-#: ../../addon.old/impressum/impressum.php:52
-#: ../../addon.old/impressum/impressum.php:84
-msgid "Site Owner"
-msgstr "Propietario"
-
-#: ../../addon/impressum/impressum.php:50
-#: ../../addon/impressum/impressum.php:88
-#: ../../addon.old/impressum/impressum.php:50
-#: ../../addon.old/impressum/impressum.php:88
-msgid "Email Address"
-msgstr "Dirección de correo"
-
-#: ../../addon/impressum/impressum.php:55
-#: ../../addon/impressum/impressum.php:86
-#: ../../addon.old/impressum/impressum.php:55
-#: ../../addon.old/impressum/impressum.php:86
-msgid "Postal Address"
-msgstr "Dirección"
+#: ../../mod/events.php:335 ../../include/text.php:1615
+msgid "link to source"
+msgstr "Enlace al original"
 
-#: ../../addon/impressum/impressum.php:61
-#: ../../addon.old/impressum/impressum.php:61
-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."
-
-#: ../../addon/impressum/impressum.php:84
-#: ../../addon.old/impressum/impressum.php:84
-msgid "The page operators name."
-msgstr "Nombre del operador de la página."
-
-#: ../../addon/impressum/impressum.php:85
-#: ../../addon.old/impressum/impressum.php:85
-msgid "Site Owners Profile"
-msgstr "Perfil del propietario del sitio"
-
-#: ../../addon/impressum/impressum.php:85
-#: ../../addon.old/impressum/impressum.php:85
-msgid "Profile address of the operator."
-msgstr "Dirección del perfil del operador."
-
-#: ../../addon/impressum/impressum.php:86
-#: ../../addon.old/impressum/impressum.php:86
-msgid "How to contact the operator via snail mail. You can use BBCode here."
-msgstr "Cómo contactar con el operador vía correo postal. BBCode permitido."
-
-#: ../../addon/impressum/impressum.php:87
-#: ../../addon.old/impressum/impressum.php:87
-msgid "Notes"
-msgstr "Notas"
-
-#: ../../addon/impressum/impressum.php:87
-#: ../../addon.old/impressum/impressum.php:87
-msgid ""
-"Additional notes that are displayed beneath the contact information. You can"
-" use BBCode here."
-msgstr "Notas adicionales que se mostrarán bajo la información del contacto. BBCode permitido."
-
-#: ../../addon/impressum/impressum.php:88
-#: ../../addon.old/impressum/impressum.php:88
-msgid "How to contact the operator via email. (will be displayed obfuscated)"
-msgstr "Cómo contactar con el operador vía email (aparecerá oculto)"
-
-#: ../../addon/impressum/impressum.php:89
-#: ../../addon.old/impressum/impressum.php:89
-msgid "Footer note"
-msgstr "Nota a pie"
-
-#: ../../addon/impressum/impressum.php:89
-#: ../../addon.old/impressum/impressum.php:89
-msgid "Text for the footer. You can use BBCode here."
-msgstr "Texto para el Pie de página. BBCode permitido."
-
-#: ../../addon/buglink/buglink.php:15 ../../addon.old/buglink/buglink.php:15
-msgid "Report Bug"
-msgstr "Informe de errores"
-
-#: ../../addon/notimeline/notimeline.php:32
-#: ../../addon.old/notimeline/notimeline.php:32
-msgid "No Timeline settings updated."
-msgstr "Configuración Sin Linea Temporal actualizada."
-
-#: ../../addon/notimeline/notimeline.php:56
-#: ../../addon.old/notimeline/notimeline.php:56
-msgid "No Timeline Settings"
-msgstr "Configuración Sin Linea Temporal"
-
-#: ../../addon/notimeline/notimeline.php:58
-#: ../../addon.old/notimeline/notimeline.php:58
-msgid "Disable Archive selector on profile wall"
-msgstr "Desactivar el selector de archivos en el muro del perfil"
-
-#: ../../addon/blockem/blockem.php:51 ../../addon.old/blockem/blockem.php:51
-msgid "\"Blockem\" Settings"
-msgstr "Configuración de \"Blockem\""
-
-#: ../../addon/blockem/blockem.php:53 ../../addon.old/blockem/blockem.php:53
-msgid "Comma separated profile URLS to block"
-msgstr "Direcciones separadas por coma de los perfiles a bloquear"
-
-#: ../../addon/blockem/blockem.php:70 ../../addon.old/blockem/blockem.php:70
-msgid "BLOCKEM Settings saved."
-msgstr "Configuracion Blockem guardada."
-
-#: ../../addon/blockem/blockem.php:105 ../../addon.old/blockem/blockem.php:105
-#, php-format
-msgid "Blocked %s - Click to open/close"
-msgstr "%s bloqueado. Pulsa aquí para mostrar/ocultar"
-
-#: ../../addon/blockem/blockem.php:160 ../../addon.old/blockem/blockem.php:160
-msgid "Unblock Author"
-msgstr "Desbloquear Autor"
-
-#: ../../addon/blockem/blockem.php:162 ../../addon.old/blockem/blockem.php:162
-msgid "Block Author"
-msgstr "Bloquear Autor"
-
-#: ../../addon/blockem/blockem.php:194 ../../addon.old/blockem/blockem.php:194
-msgid "blockem settings updated"
-msgstr "Configuración de Blockem actualizada"
-
-#: ../../addon/qcomment/qcomment.php:51
-#: ../../addon.old/qcomment/qcomment.php:51
-msgid ":-)"
-msgstr ":-)"
-
-#: ../../addon/qcomment/qcomment.php:51
-#: ../../addon.old/qcomment/qcomment.php:51
-msgid ":-("
-msgstr ":-("
-
-#: ../../addon/qcomment/qcomment.php:51
-#: ../../addon.old/qcomment/qcomment.php:51
-msgid "lol"
-msgstr "XD"
-
-#: ../../addon/qcomment/qcomment.php:54
-#: ../../addon.old/qcomment/qcomment.php:54
-msgid "Quick Comment Settings"
-msgstr "Configuración de Qcomment"
-
-#: ../../addon/qcomment/qcomment.php:56
-#: ../../addon.old/qcomment/qcomment.php:56
-msgid ""
-"Quick comments are found near comment boxes, sometimes hidden. Click them to"
-" provide simple replies."
-msgstr "Qcomments son comentarios rápidos que se encuentran cerca del cuadro de texto, a veces ocultos. Pulsa en ellos para dar respuestas simples."
-
-#: ../../addon/qcomment/qcomment.php:57
-#: ../../addon.old/qcomment/qcomment.php:57
-msgid "Enter quick comments, one per line"
-msgstr "Introduce comentarios rápidos, uno por línea"
-
-#: ../../addon/qcomment/qcomment.php:75
-#: ../../addon.old/qcomment/qcomment.php:75
-msgid "Quick Comment settings saved."
-msgstr "Configuración de Qcomment guardada."
-
-#: ../../addon/openstreetmap/openstreetmap.php:71
-#: ../../addon.old/openstreetmap/openstreetmap.php:71
-msgid "Tile Server URL"
-msgstr "Dirección del servidor"
-
-#: ../../addon/openstreetmap/openstreetmap.php:71
-#: ../../addon.old/openstreetmap/openstreetmap.php:71
-msgid ""
-"A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" "
-"target=\"_blank\">public tile servers</a>"
-msgstr "Un listado de <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">servidores públicos</a>"
-
-#: ../../addon/openstreetmap/openstreetmap.php:72
-#: ../../addon.old/openstreetmap/openstreetmap.php:72
-msgid "Default zoom"
-msgstr "Zoom por defecto"
-
-#: ../../addon/openstreetmap/openstreetmap.php:72
-#: ../../addon.old/openstreetmap/openstreetmap.php:72
-msgid "The default zoom level. (1:world, 18:highest)"
-msgstr "Nivel de zoom predeterminado. (1:mínimo, 18:máximo)"
-
-#: ../../addon/group_text/group_text.php:46
-#: ../../addon/editplain/editplain.php:46
-#: ../../addon.old/group_text/group_text.php:46
-#: ../../addon.old/editplain/editplain.php:46
-msgid "Editplain settings updated."
-msgstr "Configuración del Editor de texto plano actualizada."
-
-#: ../../addon/group_text/group_text.php:76
-#: ../../addon.old/group_text/group_text.php:76
-msgid "Group Text"
-msgstr "Texto agrupado"
-
-#: ../../addon/group_text/group_text.php:78
-#: ../../addon.old/group_text/group_text.php:78
-msgid "Use a text only (non-image) group selector in the \"group edit\" menu"
-msgstr "Usar selector de grupos solo texto (sin imágenes) en el menú \"editar grupo\""
-
-#: ../../addon/libravatar/libravatar.php:14
-#: ../../addon.old/libravatar/libravatar.php:14
-msgid "Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3"
-msgstr "Libravatar puede no haberse instalado correctamente.<br>Requiere PHP >=5.3"
-
-#: ../../addon/libravatar/libravatar.php:73
-#: ../../addon/gravatar/gravatar.php:71
-#: ../../addon.old/libravatar/libravatar.php:73
-#: ../../addon.old/gravatar/gravatar.php:71
-msgid "generic profile image"
-msgstr "imagen genérica del perfil"
-
-#: ../../addon/libravatar/libravatar.php:74
-#: ../../addon/gravatar/gravatar.php:72
-#: ../../addon.old/libravatar/libravatar.php:74
-#: ../../addon.old/gravatar/gravatar.php:72
-msgid "random geometric pattern"
-msgstr "patrón geométrico aleatorio"
-
-#: ../../addon/libravatar/libravatar.php:75
-#: ../../addon/gravatar/gravatar.php:73
-#: ../../addon.old/libravatar/libravatar.php:75
-#: ../../addon.old/gravatar/gravatar.php:73
-msgid "monster face"
-msgstr "monstruosa"
-
-#: ../../addon/libravatar/libravatar.php:76
-#: ../../addon/gravatar/gravatar.php:74
-#: ../../addon.old/libravatar/libravatar.php:76
-#: ../../addon.old/gravatar/gravatar.php:74
-msgid "computer generated face"
-msgstr "generada por ordenador"
-
-#: ../../addon/libravatar/libravatar.php:77
-#: ../../addon/gravatar/gravatar.php:75
-#: ../../addon.old/libravatar/libravatar.php:77
-#: ../../addon.old/gravatar/gravatar.php:75
-msgid "retro arcade style face"
-msgstr "estilo retro arcade"
-
-#: ../../addon/libravatar/libravatar.php:83
-#: ../../addon.old/libravatar/libravatar.php:83
-#, php-format
-msgid "Your PHP version %s is lower than the required PHP >= 5.3."
-msgstr "Tu versión de PHP %s, menor que la requerida (PHP >=5.3)."
-
-#: ../../addon/libravatar/libravatar.php:84
-#: ../../addon.old/libravatar/libravatar.php:84
-msgid "This addon is not functional on your server."
-msgstr "Esta funcionalidad no está activa en tu servidor."
-
-#: ../../addon/libravatar/libravatar.php:93
-#: ../../addon/gravatar/gravatar.php:89
-#: ../../addon.old/libravatar/libravatar.php:93
-#: ../../addon.old/gravatar/gravatar.php:89
-msgid "Information"
-msgstr "Información"
-
-#: ../../addon/libravatar/libravatar.php:93
-#: ../../addon.old/libravatar/libravatar.php:93
-msgid ""
-"Gravatar addon is installed. Please disable the Gravatar addon.<br>The "
-"Libravatar addon will fall back to Gravatar if nothing was found at "
-"Libravatar."
-msgstr "El complemento Gravatar está instalado. Por favor, desactiva dicho complemento.<br>El complemento Libravatar usará Gravatar si no encuentra nada en Libravatar."
-
-#: ../../addon/libravatar/libravatar.php:100
-#: ../../addon/gravatar/gravatar.php:96
-#: ../../addon.old/libravatar/libravatar.php:100
-#: ../../addon.old/gravatar/gravatar.php:96
-msgid "Default avatar image"
-msgstr "Imagen del avatar por defecto"
-
-#: ../../addon/libravatar/libravatar.php:100
-#: ../../addon.old/libravatar/libravatar.php:100
-msgid "Select default avatar image if none was found. See README"
-msgstr "Elige una imagen para tu avatar si no se encuentra ninguna (ver README)"
-
-#: ../../addon/libravatar/libravatar.php:112
-#: ../../addon.old/libravatar/libravatar.php:112
-msgid "Libravatar settings updated."
-msgstr "Configuración de Libravatar actualizada."
-
-#: ../../addon/libertree/libertree.php:36
-#: ../../addon.old/libertree/libertree.php:36
-msgid "Post to libertree"
-msgstr "Publicar en Libertree"
-
-#: ../../addon/libertree/libertree.php:67
-#: ../../addon.old/libertree/libertree.php:67
-msgid "libertree Post Settings"
-msgstr "Configuración de la publicación en Libertree"
-
-#: ../../addon/libertree/libertree.php:69
-#: ../../addon.old/libertree/libertree.php:69
-msgid "Enable Libertree Post Plugin"
-msgstr "Activar el módulo de publicación en Libertree"
-
-#: ../../addon/libertree/libertree.php:74
-#: ../../addon.old/libertree/libertree.php:74
-msgid "Libertree API token"
-msgstr "Ficha API de Libertree"
-
-#: ../../addon/libertree/libertree.php:79
-#: ../../addon.old/libertree/libertree.php:79
-msgid "Libertree site URL"
-msgstr "Dirección de Libertree"
-
-#: ../../addon/libertree/libertree.php:84
-#: ../../addon.old/libertree/libertree.php:84
-msgid "Post to Libertree by default"
-msgstr "Publicar en Libertree por defecto"
-
-#: ../../addon/altpager/altpager.php:46
-#: ../../addon.old/altpager/altpager.php:46
-msgid "Altpager settings updated."
-msgstr "Configuración de paginador alternativo actualizada."
-
-#: ../../addon/altpager/altpager.php:79
-#: ../../addon.old/altpager/altpager.php:79
-msgid "Alternate Pagination Setting"
-msgstr "Configuración de paginación alternativa"
-
-#: ../../addon/altpager/altpager.php:81
-#: ../../addon.old/altpager/altpager.php:81
-msgid "Use links to \"newer\" and \"older\" pages in place of page numbers?"
-msgstr "¿Usar \"más nuevo\" y \"más antiguo\" en vez de números en las páginas?"
-
-#: ../../addon/mathjax/mathjax.php:37 ../../addon.old/mathjax/mathjax.php:37
-msgid ""
-"The MathJax addon renders mathematical formulae written using the LaTeX "
-"syntax surrounded by the usual $$ or an eqnarray block in the postings of "
-"your wall,network tab and private mail."
-msgstr "El complemento MathJax renderiza las fórmulas matemáticas escritas usando la sintaxis de LaTeX rodeadas por el habitual $ $ o un bloque de eqnarray en las publicaciones de tu muro, pestaña de red y correo privado."
-
-#: ../../addon/mathjax/mathjax.php:38 ../../addon.old/mathjax/mathjax.php:38
-msgid "Use the MathJax renderer"
-msgstr "Usar renderizado Mathjax"
-
-#: ../../addon/mathjax/mathjax.php:74 ../../addon.old/mathjax/mathjax.php:74
-msgid "MathJax Base URL"
-msgstr "Dirección base de Mathjax"
-
-#: ../../addon/mathjax/mathjax.php:74 ../../addon.old/mathjax/mathjax.php:74
-msgid ""
-"The URL for the javascript file that should be included to use MathJax. Can "
-"be either the MathJax CDN or another installation of MathJax."
-msgstr "La dirección para el archivo javascript debe estar incluida para usar Mathjax. Puede ser Mathjax CDN o cualquier otra instalación de Mathjax."
-
-#: ../../addon/editplain/editplain.php:76
-#: ../../addon.old/editplain/editplain.php:76
-msgid "Editplain Settings"
-msgstr "Configuración del Editor de texto plano"
-
-#: ../../addon/editplain/editplain.php:78
-#: ../../addon.old/editplain/editplain.php:78
-msgid "Disable richtext status editor"
-msgstr "Desactivar el editor de texto enriquecido"
-
-#: ../../addon/gravatar/gravatar.php:89
-#: ../../addon.old/gravatar/gravatar.php:89
-msgid ""
-"Libravatar addon is installed, too. Please disable Libravatar addon or this "
-"Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if "
-"nothing was found at Libravatar."
-msgstr "El complemento Libravatar también está instalado. Por favor desactiva este complemento o el complemento de Gravatar.<br>El complemento Libravatar usará Gravatar si no encuentra nada en Libravatar."
-
-#: ../../addon/gravatar/gravatar.php:96
-#: ../../addon.old/gravatar/gravatar.php:96
-msgid "Select default avatar image if none was found at Gravatar. See README"
-msgstr "Selecionar la imagen del avatar por defecto si no se ha encontrado ninguna en Gravatar. Mira el README"
-
-#: ../../addon/gravatar/gravatar.php:97
-#: ../../addon.old/gravatar/gravatar.php:97
-msgid "Rating of images"
-msgstr "Valoración de las imágenes"
-
-#: ../../addon/gravatar/gravatar.php:97
-#: ../../addon.old/gravatar/gravatar.php:97
-msgid "Select the appropriate avatar rating for your site. See README"
-msgstr "Selecciona el avatar de clasificación apropiado para tu sitio. Ver README"
-
-#: ../../addon/gravatar/gravatar.php:111
-#: ../../addon.old/gravatar/gravatar.php:111
-msgid "Gravatar settings updated."
-msgstr "Configuración de Gravatar actualizada."
-
-#: ../../addon/testdrive/testdrive.php:95
-#: ../../addon.old/testdrive/testdrive.php:95
-msgid "Your Friendica test account is about to expire."
-msgstr "Tu cuenta de prueba de Friendica está a punto de expirar."
-
-#: ../../addon/testdrive/testdrive.php:96
-#: ../../addon.old/testdrive/testdrive.php:96
-#, php-format
-msgid ""
-"Hi %1$s,\n"
-"\n"
-"Your test account on %2$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at http://dir.friendica.com/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com."
-msgstr "Hola %1$s,\n\nTu cuenta de prueba en %2$s expirará en menos de 5 días. Esperamos que hayas disfrutado de la experiencia y te decidas a unirte a la red social de Friendica. Dispones de un listado de servidores disponibles en http://dir.friendica.com/siteinfo Para saber más sobre cómo crear tu propio servidor de Friendica puedes visitar la web del Proyecto Friendica en http://friendica.com."
-
-#: ../../addon/pageheader/pageheader.php:50
-#: ../../addon.old/pageheader/pageheader.php:50
-msgid "\"pageheader\" Settings"
-msgstr "Configuración de cabecera"
-
-#: ../../addon/pageheader/pageheader.php:68
-#: ../../addon.old/pageheader/pageheader.php:68
-msgid "pageheader Settings saved."
-msgstr "Configuración de cabecera de página guardada."
-
-#: ../../addon/ijpost/ijpost.php:39 ../../addon.old/ijpost/ijpost.php:39
-msgid "Post to Insanejournal"
-msgstr "Publicar en Insanejournal"
-
-#: ../../addon/ijpost/ijpost.php:70 ../../addon.old/ijpost/ijpost.php:70
-msgid "InsaneJournal Post Settings"
-msgstr "Configuración de publicación en Insanejournal"
-
-#: ../../addon/ijpost/ijpost.php:72 ../../addon.old/ijpost/ijpost.php:72
-msgid "Enable InsaneJournal Post Plugin"
-msgstr "Activar el módulo de publicación en Insanejournal"
-
-#: ../../addon/ijpost/ijpost.php:77 ../../addon.old/ijpost/ijpost.php:77
-msgid "InsaneJournal username"
-msgstr "Nombre de usuario de Insanejournal"
-
-#: ../../addon/ijpost/ijpost.php:82 ../../addon.old/ijpost/ijpost.php:82
-msgid "InsaneJournal password"
-msgstr "Contraseña de Insanejournal"
-
-#: ../../addon/ijpost/ijpost.php:87 ../../addon.old/ijpost/ijpost.php:87
-msgid "Post to InsaneJournal by default"
-msgstr "Publicar en Insanejournal por defecto"
-
-#: ../../addon/jappixmini/jappixmini.php:266
-#: ../../addon.old/jappixmini/jappixmini.php:266
-msgid "Jappix Mini addon settings"
-msgstr "Ajustes de complemento Jappix Mini"
-
-#: ../../addon/jappixmini/jappixmini.php:268
-#: ../../addon.old/jappixmini/jappixmini.php:268
-msgid "Activate addon"
-msgstr "Activar complemento"
-
-#: ../../addon/jappixmini/jappixmini.php:271
-#: ../../addon.old/jappixmini/jappixmini.php:271
-msgid ""
-"Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"
-msgstr "<em>No</em> insertar la aplicación de chat Jappixmini en la interfaz web"
-
-#: ../../addon/jappixmini/jappixmini.php:274
-#: ../../addon.old/jappixmini/jappixmini.php:274
-msgid "Jabber username"
-msgstr "Nombre de usuario de Jabber"
-
-#: ../../addon/jappixmini/jappixmini.php:277
-#: ../../addon.old/jappixmini/jappixmini.php:277
-msgid "Jabber server"
-msgstr "Servidor de Jabber"
-
-#: ../../addon/jappixmini/jappixmini.php:281
-#: ../../addon.old/jappixmini/jappixmini.php:281
-msgid "Jabber BOSH host"
-msgstr "Anfitrión BOSH de Jabber"
-
-#: ../../addon/jappixmini/jappixmini.php:285
-#: ../../addon.old/jappixmini/jappixmini.php:285
-msgid "Jabber password"
-msgstr "Contraseña de Jabber"
-
-#: ../../addon/jappixmini/jappixmini.php:290
-#: ../../addon.old/jappixmini/jappixmini.php:290
-msgid "Encrypt Jabber password with Friendica password (recommended)"
-msgstr "Encriptar contraseña de Jabber con la contraseña de Friendica (recomendado)"
-
-#: ../../addon/jappixmini/jappixmini.php:293
-#: ../../addon.old/jappixmini/jappixmini.php:293
-msgid "Friendica password"
-msgstr "Contraseña de Friendica"
-
-#: ../../addon/jappixmini/jappixmini.php:296
-#: ../../addon.old/jappixmini/jappixmini.php:296
-msgid "Approve subscription requests from Friendica contacts automatically"
-msgstr "Aprobar peticiones de suscripción de contactos de Friendica automáticamente"
-
-#: ../../addon/jappixmini/jappixmini.php:299
-#: ../../addon.old/jappixmini/jappixmini.php:299
-msgid "Subscribe to Friendica contacts automatically"
-msgstr "Suscribirse a contactos de Friendica automáticamente"
-
-#: ../../addon/jappixmini/jappixmini.php:302
-#: ../../addon.old/jappixmini/jappixmini.php:302
-msgid "Purge internal list of jabber addresses of contacts"
-msgstr "Purgar los contactos de la lista interna de direcciones de Jabber"
-
-#: ../../addon/jappixmini/jappixmini.php:308
-#: ../../addon.old/jappixmini/jappixmini.php:308
-msgid "Add contact"
-msgstr "Añadir contacto"
-
-#: ../../addon/viewsrc/viewsrc.php:37 ../../addon.old/viewsrc/viewsrc.php:37
-msgid "View Source"
-msgstr "Ver fuente"
-
-#: ../../addon/statusnet/statusnet.php:134
-#: ../../addon.old/statusnet/statusnet.php:134
-msgid "Post to StatusNet"
-msgstr "Publicar en StatusNet"
-
-#: ../../addon/statusnet/statusnet.php:176
-#: ../../addon.old/statusnet/statusnet.php:176
-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."
-
-#: ../../addon/statusnet/statusnet.php:204
-#: ../../addon.old/statusnet/statusnet.php:204
-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."
-
-#: ../../addon/statusnet/statusnet.php:232
-#: ../../addon.old/statusnet/statusnet.php:232
-msgid "StatusNet settings updated."
-msgstr "Actualición de la configuración de StatusNet."
-
-#: ../../addon/statusnet/statusnet.php:257
-#: ../../addon.old/statusnet/statusnet.php:257
-msgid "StatusNet Posting Settings"
-msgstr "Configuración de envío a StatusNet"
-
-#: ../../addon/statusnet/statusnet.php:271
-#: ../../addon.old/statusnet/statusnet.php:271
-msgid "Globally Available StatusNet OAuthKeys"
-msgstr "StatusNet OAuthKeys disponibles para todos"
-
-#: ../../addon/statusnet/statusnet.php:272
-#: ../../addon.old/statusnet/statusnet.php:272
-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)."
-
-#: ../../addon/statusnet/statusnet.php:280
-#: ../../addon.old/statusnet/statusnet.php:280
-msgid "Provide your own OAuth Credentials"
-msgstr "Proporciona tus propias credenciales OAuth"
-
-#: ../../addon/statusnet/statusnet.php:281
-#: ../../addon.old/statusnet/statusnet.php:281
-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 se ha encontrado ningún par de claves consumer para StatusNet. Registra tu cuenta de Friendica como un cliente de escritorio en tu cuenta de StatusNet, copia el par de claves consumer aquí e introduce la dirección de la API.<br />Antes de registrar tu propio par de claves OAuth pregunta a tu administrador si ya existe un par de claves para esa instalación de Friendica en tu instalación StatusNet favorita."
-
-#: ../../addon/statusnet/statusnet.php:283
-#: ../../addon.old/statusnet/statusnet.php:283
-msgid "OAuth Consumer Key"
-msgstr "Clave OAuth del usuario"
-
-#: ../../addon/statusnet/statusnet.php:286
-#: ../../addon.old/statusnet/statusnet.php:286
-msgid "OAuth Consumer Secret"
-msgstr "Secreto OAuth del usuario"
-
-#: ../../addon/statusnet/statusnet.php:289
-#: ../../addon.old/statusnet/statusnet.php:289
-msgid "Base API Path (remember the trailing /)"
-msgstr "Dirección de la API (recordar el / al final)"
-
-#: ../../addon/statusnet/statusnet.php:310
-#: ../../addon.old/statusnet/statusnet.php:310
-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 conectarte a tu cuenta de StatusNet haz clic en el botón abajo para obtener un PIN de StatusNet, que tienes que copiar en el cuadro de entrada y enviar el formulario. Solo tus publicaciones <strong>públicas</strong> se publicarán en StatusNet."
-
-#: ../../addon/statusnet/statusnet.php:311
-#: ../../addon.old/statusnet/statusnet.php:311
-msgid "Log in with StatusNet"
-msgstr "Inicia sesión en StatusNet"
-
-#: ../../addon/statusnet/statusnet.php:313
-#: ../../addon.old/statusnet/statusnet.php:313
-msgid "Copy the security code from StatusNet here"
-msgstr "Copia el código de seguridad de StatusNet aquí"
-
-#: ../../addon/statusnet/statusnet.php:319
-#: ../../addon.old/statusnet/statusnet.php:319
-msgid "Cancel Connection Process"
-msgstr "Cancelar la conexión en proceso"
-
-#: ../../addon/statusnet/statusnet.php:321
-#: ../../addon.old/statusnet/statusnet.php:321
-msgid "Current StatusNet API is"
-msgstr "El estado actual de la API de StatusNet es"
-
-#: ../../addon/statusnet/statusnet.php:322
-#: ../../addon.old/statusnet/statusnet.php:322
-msgid "Cancel StatusNet Connection"
-msgstr "Cancelar conexión con StatusNet"
-
-#: ../../addon/statusnet/statusnet.php:333 ../../addon/twitter/twitter.php:189
-#: ../../addon.old/statusnet/statusnet.php:333
-#: ../../addon.old/twitter/twitter.php:189
-msgid "Currently connected to: "
-msgstr "Actualmente conectado a:"
-
-#: ../../addon/statusnet/statusnet.php:334
-#: ../../addon.old/statusnet/statusnet.php:334
-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 las escribes."
-
-#: ../../addon/statusnet/statusnet.php:336
-#: ../../addon.old/statusnet/statusnet.php:336
-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>: Debido a tus opciones de privacidad (<em>¿Ocultar los detalles de tu perfil de espectadores desconocidos?</ em>) el vínculo potencialmente incluido en publicaciones públicas que se transmiten a StatusNet conducirá al visitante a una página en blanco que informa a los visitantes que el acceso a tu perfil es restringido."
-
-#: ../../addon/statusnet/statusnet.php:339
-#: ../../addon.old/statusnet/statusnet.php:339
-msgid "Allow posting to StatusNet"
-msgstr "Permitir publicaciones en StatusNet"
-
-#: ../../addon/statusnet/statusnet.php:342
-#: ../../addon.old/statusnet/statusnet.php:342
-msgid "Send public postings to StatusNet by default"
-msgstr "Enviar publicaciones públicas a StatusNet por defecto"
-
-#: ../../addon/statusnet/statusnet.php:345
-#: ../../addon.old/statusnet/statusnet.php:345
-msgid "Send linked #-tags and @-names to StatusNet"
-msgstr "Enviar a StatusNet las #-etiquetas y @-nombres"
-
-#: ../../addon/statusnet/statusnet.php:350 ../../addon/twitter/twitter.php:206
-#: ../../addon.old/statusnet/statusnet.php:350
-#: ../../addon.old/twitter/twitter.php:206
-msgid "Clear OAuth configuration"
-msgstr "Borrar la configuración de OAuth"
-
-#: ../../addon/statusnet/statusnet.php:568
-#: ../../addon.old/statusnet/statusnet.php:568
-msgid "API URL"
-msgstr "Dirección de la API"
-
-#: ../../addon/infiniteimprobabilitydrive/infiniteimprobabilitydrive.php:19
-#: ../../addon.old/infiniteimprobabilitydrive/infiniteimprobabilitydrive.php:19
-msgid "Infinite Improbability Drive"
-msgstr "Unidad de improbabilidad infinita"
-
-#: ../../addon/tumblr/tumblr.php:36 ../../addon.old/tumblr/tumblr.php:36
-msgid "Post to Tumblr"
-msgstr "Publicar en Tumblr"
-
-#: ../../addon/tumblr/tumblr.php:67 ../../addon.old/tumblr/tumblr.php:67
-msgid "Tumblr Post Settings"
-msgstr "Configuración de publicación en Tumblr"
-
-#: ../../addon/tumblr/tumblr.php:69 ../../addon.old/tumblr/tumblr.php:69
-msgid "Enable Tumblr Post Plugin"
-msgstr "Habilitar el módulo de publicación en Tumblr"
-
-#: ../../addon/tumblr/tumblr.php:74 ../../addon.old/tumblr/tumblr.php:74
-msgid "Tumblr login"
-msgstr "Tumblr - inicio de sesión"
-
-#: ../../addon/tumblr/tumblr.php:79 ../../addon.old/tumblr/tumblr.php:79
-msgid "Tumblr password"
-msgstr "Tumblr - contraseña"
-
-#: ../../addon/tumblr/tumblr.php:84 ../../addon.old/tumblr/tumblr.php:84
-msgid "Post to Tumblr by default"
-msgstr "Publicar en Tumblr por defecto"
-
-#: ../../addon/numfriends/numfriends.php:46
-#: ../../addon.old/numfriends/numfriends.php:46
-msgid "Numfriends settings updated."
-msgstr "Configuración del Contador de contactos actualizada"
-
-#: ../../addon/numfriends/numfriends.php:77
-#: ../../addon.old/numfriends/numfriends.php:77
-msgid "Numfriends Settings"
-msgstr "Configuración del Contador de contactos"
-
-#: ../../addon/numfriends/numfriends.php:79 ../../addon.old/bg/bg.php:84
-#: ../../addon.old/numfriends/numfriends.php:79
-msgid "How many contacts to display on profile sidebar"
-msgstr "¿Cuántos contactos quieres mostrar en la barra lateral de tu perfil?"
-
-#: ../../addon/gnot/gnot.php:48 ../../addon.old/gnot/gnot.php:48
-msgid "Gnot settings updated."
-msgstr "Configuración de Gnot actualizada."
-
-#: ../../addon/gnot/gnot.php:79 ../../addon.old/gnot/gnot.php:79
-msgid "Gnot Settings"
-msgstr "Configuración de Gnot"
-
-#: ../../addon/gnot/gnot.php:81 ../../addon.old/gnot/gnot.php:81
-msgid ""
-"Allows threading of email comment notifications on Gmail and anonymising the"
-" subject line."
-msgstr "Permitir el enhebrado en las notificaciones de comentarios de correo en Gmail y hacer anónima la línea de \"Asunto\"."
-
-#: ../../addon/gnot/gnot.php:82 ../../addon.old/gnot/gnot.php:82
-msgid "Enable this plugin/addon?"
-msgstr "¿Activar este módulo/extensión?"
-
-#: ../../addon/gnot/gnot.php:97 ../../addon.old/gnot/gnot.php:97
-#, php-format
-msgid "[Friendica:Notify] Comment to conversation #%d"
-msgstr "[Friendica:Notificación] Comentario en la conversación de #%d"
-
-#: ../../addon/wppost/wppost.php:42 ../../addon.old/wppost/wppost.php:42
-msgid "Post to Wordpress"
-msgstr "Publicar en Wordpress"
-
-#: ../../addon/wppost/wppost.php:76 ../../addon.old/wppost/wppost.php:76
-msgid "WordPress Post Settings"
-msgstr "Configuración de publicación en Wordpres"
-
-#: ../../addon/wppost/wppost.php:78 ../../addon.old/wppost/wppost.php:78
-msgid "Enable WordPress Post Plugin"
-msgstr "Habilitar el módulo de publicación en Wordpress"
+#: ../../mod/events.php:371
+msgid "Create New Event"
+msgstr "Crea un evento nuevo"
 
-#: ../../addon/wppost/wppost.php:83 ../../addon.old/wppost/wppost.php:83
-msgid "WordPress username"
-msgstr "WordPress - nombre de usuario"
+#: ../../mod/events.php:372
+msgid "Previous"
+msgstr "Previo"
 
-#: ../../addon/wppost/wppost.php:88 ../../addon.old/wppost/wppost.php:88
-msgid "WordPress password"
-msgstr "WordPress - contraseña"
+#: ../../mod/events.php:446
+msgid "hour:minute"
+msgstr "hora:minuto"
 
-#: ../../addon/wppost/wppost.php:93 ../../addon.old/wppost/wppost.php:93
-msgid "WordPress API URL"
-msgstr "WordPress - dirección API"
+#: ../../mod/events.php:456
+msgid "Event details"
+msgstr "Detalles del evento"
 
-#: ../../addon/wppost/wppost.php:98 ../../addon.old/wppost/wppost.php:98
-msgid "Post to WordPress by default"
-msgstr "Publicar a WordPress por defecto"
+#: ../../mod/events.php:457
+#, php-format
+msgid "Format is %s %s. Starting date and Title are required."
+msgstr "El formato es %s %s. Fecha de inicio y título son obligatorios."
 
-#: ../../addon/wppost/wppost.php:103 ../../addon.old/wppost/wppost.php:103
-msgid "Provide a backlink to the Friendica post"
-msgstr "Añade un enlace de vuelta a la publicación de Friendica"
+#: ../../mod/events.php:459
+msgid "Event Starts:"
+msgstr "Inicio del evento:"
 
-#: ../../addon/wppost/wppost.php:201 ../../addon/blogger/blogger.php:172
-#: ../../addon/posterous/posterous.php:189
-#: ../../addon.old/drpost/drpost.php:184 ../../addon.old/wppost/wppost.php:201
-#: ../../addon.old/blogger/blogger.php:172
-#: ../../addon.old/posterous/posterous.php:189
-msgid "Post from Friendica"
-msgstr "Publicado desde Friendica"
+#: ../../mod/events.php:459 ../../mod/events.php:473
+msgid "Required"
+msgstr "Obligatorio"
 
-#: ../../addon/wppost/wppost.php:207 ../../addon.old/wppost/wppost.php:207
-msgid "Read the original post and comment stream on Friendica"
-msgstr "Leer la publicación original y los comentarios en Friendica"
+#: ../../mod/events.php:462
+msgid "Finish date/time is not known or not relevant"
+msgstr "La fecha/hora de finalización no es conocida o es irrelevante."
 
-#: ../../addon/showmore/showmore.php:38
-#: ../../addon.old/showmore/showmore.php:38
-msgid "\"Show more\" Settings"
-msgstr "Configuración de \"Muéstrame más\""
+#: ../../mod/events.php:464
+msgid "Event Finishes:"
+msgstr "Finalización del evento:"
 
-#: ../../addon/showmore/showmore.php:41
-#: ../../addon.old/showmore/showmore.php:41
-msgid "Enable Show More"
-msgstr "Activar Muéstrame más"
+#: ../../mod/events.php:467
+msgid "Adjust for viewer timezone"
+msgstr "Ajuste de zona horaria"
 
-#: ../../addon/showmore/showmore.php:44
-#: ../../addon.old/showmore/showmore.php:44
-msgid "Cutting posts after how much characters"
-msgstr "Cortar las publicaciones después de cuántos caracteres"
+#: ../../mod/events.php:469
+msgid "Description:"
+msgstr "Descripción:"
 
-#: ../../addon/showmore/showmore.php:65
-#: ../../addon.old/showmore/showmore.php:65
-msgid "Show More Settings saved."
-msgstr "Configuración de Muéstrame más guardada."
+#: ../../mod/events.php:473
+msgid "Title:"
+msgstr "Título:"
 
-#: ../../addon/piwik/piwik.php:79 ../../addon.old/piwik/piwik.php:79
-msgid ""
-"This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> "
-"analytics tool."
-msgstr "Este sitio realiza un seguimiento mediante la herramienta de análisis <a href='http://www.piwik.org'>Piwik</a>."
+#: ../../mod/events.php:475
+msgid "Share this event"
+msgstr "Comparte este evento"
 
-#: ../../addon/piwik/piwik.php:82 ../../addon.old/piwik/piwik.php:82
-#, 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 <a href='%s'>puedes establecer una cookie para evitar que Piwik realice un seguimiento de las visitas del sitio</a> (opt-out)."
+#: ../../mod/delegate.php:95
+msgid "No potential page delegates located."
+msgstr "No se han localizado delegados potenciales de la página."
 
-#: ../../addon/piwik/piwik.php:90 ../../addon.old/piwik/piwik.php:90
-msgid "Piwik Base URL"
-msgstr "Dirección base Piwik"
+#: ../../mod/delegate.php:121 ../../include/nav.php:165
+msgid "Delegate Page Management"
+msgstr "Delegar la administración de la página"
 
-#: ../../addon/piwik/piwik.php:90 ../../addon.old/piwik/piwik.php:90
+#: ../../mod/delegate.php:123
 msgid ""
-"Absolute path to your Piwik installation. (without protocol (http/s), with "
-"trailing slash)"
-msgstr "Ruta absoluta a tu instalación de Piwik (sin el protocolo (http/s) pero con la barra)."
-
-#: ../../addon/piwik/piwik.php:91 ../../addon.old/piwik/piwik.php:91
-msgid "Site ID"
-msgstr "ID del sitio"
-
-#: ../../addon/piwik/piwik.php:92 ../../addon.old/piwik/piwik.php:92
-msgid "Show opt-out cookie link?"
-msgstr "¿Mostrar enlace a las cookies?"
+"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 "Los delegados tienen la capacidad de gestionar todos los aspectos de esta cuenta/página, excepto los ajustes básicos de la cuenta. Por favor, no delegues tu cuenta personal a nadie en quien no confíes completamente."
 
-#: ../../addon/piwik/piwik.php:93 ../../addon.old/piwik/piwik.php:93
-msgid "Asynchronous tracking"
-msgstr "Seguimiento asíncrono"
+#: ../../mod/delegate.php:124
+msgid "Existing Page Managers"
+msgstr "Administradores actuales de la página"
 
-#: ../../addon/twitter/twitter.php:73 ../../addon.old/twitter/twitter.php:73
-msgid "Post to Twitter"
-msgstr "Publicar en Twitter"
+#: ../../mod/delegate.php:126
+msgid "Existing Page Delegates"
+msgstr "Delegados actuales de la página"
 
-#: ../../addon/twitter/twitter.php:122 ../../addon.old/twitter/twitter.php:122
-msgid "Twitter settings updated."
-msgstr "Actualización de la configuración de Twitter"
+#: ../../mod/delegate.php:128
+msgid "Potential Delegates"
+msgstr "Delegados potenciales"
 
-#: ../../addon/twitter/twitter.php:146 ../../addon.old/twitter/twitter.php:146
-msgid "Twitter Posting Settings"
-msgstr "Configuración de publicaciones en Twitter"
+#: ../../mod/delegate.php:131
+msgid "Add"
+msgstr "Añadir"
 
-#: ../../addon/twitter/twitter.php:153 ../../addon.old/twitter/twitter.php:153
-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."
+#: ../../mod/delegate.php:132
+msgid "No entries."
+msgstr "Sin entradas."
 
-#: ../../addon/twitter/twitter.php:172 ../../addon.old/twitter/twitter.php:172
-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 esta instalación de Friendica el módulo de Twitter está activo pero aún no has conectado tu cuenta con la de Twitter. Para hacerlo, pulsa en el siguiente botón para obtener un PIN de Twitter, que deberás introducir en la casilla de abajo y enviar el formulario. Unicamente el contenido <strong>público</strong> que publiques será publicado en Twitter."
+#: ../../mod/nogroup.php:59
+msgid "Contacts who are not members of a group"
+msgstr "Contactos sin grupo"
 
-#: ../../addon/twitter/twitter.php:173 ../../addon.old/twitter/twitter.php:173
-msgid "Log in with Twitter"
-msgstr "Acceder con Twitter"
+#: ../../mod/fbrowser.php:113
+msgid "Files"
+msgstr "Archivos"
 
-#: ../../addon/twitter/twitter.php:175 ../../addon.old/twitter/twitter.php:175
-msgid "Copy the PIN from Twitter here"
-msgstr "Copia el PIN de Twitter aquí"
+#: ../../mod/maintenance.php:5
+msgid "System down for maintenance"
+msgstr "Servicio suspendido por mantenimiento"
 
-#: ../../addon/twitter/twitter.php:190 ../../addon.old/twitter/twitter.php:190
-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 escribas."
+#: ../../mod/removeme.php:45 ../../mod/removeme.php:48
+msgid "Remove My Account"
+msgstr "Eliminar mi cuenta"
 
-#: ../../addon/twitter/twitter.php:192 ../../addon.old/twitter/twitter.php:192
+#: ../../mod/removeme.php:46
 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>: Debido a tus opciones de privacidad (<em>¿Ocultar los detalles de tu perfil de espectadores desconocidos?</ em>) el vínculo potencialmente incluido en publicaciones públicas que se transmiten a Twitter conducirá al visitante a una página en blanco que informa a los visitantes que el acceso a tu perfil es restringido."
+"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 no se puede deshacer."
 
-#: ../../addon/twitter/twitter.php:195 ../../addon.old/twitter/twitter.php:195
-msgid "Allow posting to Twitter"
-msgstr "Permitir publicar en Twitter"
+#: ../../mod/removeme.php:47
+msgid "Please enter your password for verification:"
+msgstr "Por favor, introduce tu contraseña para la verificación:"
 
-#: ../../addon/twitter/twitter.php:198 ../../addon.old/twitter/twitter.php:198
-msgid "Send public postings to Twitter by default"
-msgstr "Enviar publicaciones públicas a Twitter por defecto"
+#: ../../mod/fsuggest.php:63
+msgid "Friend suggestion sent."
+msgstr "Solicitud de amistad enviada."
 
-#: ../../addon/twitter/twitter.php:201 ../../addon.old/twitter/twitter.php:201
-msgid "Send linked #-tags and @-names to Twitter"
-msgstr "Enviar a Twitter las #-etiquetas y @-nombres"
+#: ../../mod/fsuggest.php:97
+msgid "Suggest Friends"
+msgstr "Sugerencias de amistad"
 
-#: ../../addon/twitter/twitter.php:396 ../../addon.old/twitter/twitter.php:396
-msgid "Consumer key"
-msgstr "Clave del usuario"
+#: ../../mod/fsuggest.php:99
+#, php-format
+msgid "Suggest a friend for %s"
+msgstr "Recomienda un amigo a %s"
 
-#: ../../addon/twitter/twitter.php:397 ../../addon.old/twitter/twitter.php:397
-msgid "Consumer secret"
-msgstr "Secreto del usuario"
+#: ../../mod/item.php:108
+msgid "Unable to locate original post."
+msgstr "No se puede encontrar la publicación original."
 
-#: ../../addon/irc/irc.php:44 ../../addon.old/irc/irc.php:44
-msgid "IRC Settings"
-msgstr "Configuración IRC"
+#: ../../mod/item.php:317
+msgid "Empty post discarded."
+msgstr "Publicación vacía descartada."
 
-#: ../../addon/irc/irc.php:46 ../../addon.old/irc/irc.php:46
-msgid "Channel(s) to auto connect (comma separated)"
-msgstr "Conectar automáticamente a (canales separados por coma)"
+#: ../../mod/item.php:884
+msgid "System error. Post not saved."
+msgstr "Error del sistema. Mensaje no guardado."
 
-#: ../../addon/irc/irc.php:51 ../../addon.old/irc/irc.php:51
-msgid "Popular Channels (comma separated)"
-msgstr "Canales populares (separados por coma)"
+#: ../../mod/item.php:909
+#, php-format
+msgid ""
+"This message was sent to you by %s, a member of the Friendica social "
+"network."
+msgstr "Este mensaje te lo ha enviado %s, miembro de la red social Friendica."
 
-#: ../../addon/irc/irc.php:69 ../../addon.old/irc/irc.php:69
-msgid "IRC settings saved."
-msgstr "Configuración de IRC guardada."
+#: ../../mod/item.php:911
+#, php-format
+msgid "You may visit them online at %s"
+msgstr "Los puedes visitar en línea en %s"
 
-#: ../../addon/irc/irc.php:74 ../../addon.old/irc/irc.php:74
-msgid "IRC Chatroom"
-msgstr "Sala de Chat IRC"
+#: ../../mod/item.php:912
+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."
 
-#: ../../addon/irc/irc.php:96 ../../addon.old/irc/irc.php:96
-msgid "Popular Channels"
-msgstr "Canales populares"
+#: ../../mod/item.php:916
+#, php-format
+msgid "%s posted an update."
+msgstr "%s ha publicado una actualización."
 
-#: ../../addon/fromapp/fromapp.php:38 ../../addon.old/fromapp/fromapp.php:38
-msgid "Fromapp settings updated."
-msgstr ""
+#: ../../mod/ping.php:238
+msgid "{0} wants to be your friend"
+msgstr "{0} quiere ser tu amigo"
 
-#: ../../addon/fromapp/fromapp.php:64 ../../addon.old/fromapp/fromapp.php:64
-msgid "FromApp Settings"
-msgstr ""
+#: ../../mod/ping.php:243
+msgid "{0} sent you a message"
+msgstr "{0} te ha enviado un mensaje"
 
-#: ../../addon/fromapp/fromapp.php:66 ../../addon.old/fromapp/fromapp.php:66
-msgid ""
-"The application name you would like to show your posts originating from."
-msgstr ""
+#: ../../mod/ping.php:248
+msgid "{0} requested registration"
+msgstr "{0} solicitudes de registro"
 
-#: ../../addon/fromapp/fromapp.php:70 ../../addon.old/fromapp/fromapp.php:70
-msgid "Use this application name even if another application was used."
-msgstr ""
+#: ../../mod/ping.php:254
+#, php-format
+msgid "{0} commented %s's post"
+msgstr "{0} comentó la publicación de %s"
 
-#: ../../addon/blogger/blogger.php:42 ../../addon.old/blogger/blogger.php:42
-msgid "Post to blogger"
-msgstr "Publícar en Blogger"
+#: ../../mod/ping.php:259
+#, php-format
+msgid "{0} liked %s's post"
+msgstr "A {0} le ha gustado la publicación de %s"
 
-#: ../../addon/blogger/blogger.php:74 ../../addon.old/blogger/blogger.php:74
-msgid "Blogger Post Settings"
-msgstr "Configuración de las publicaciones en Blogger"
+#: ../../mod/ping.php:264
+#, php-format
+msgid "{0} disliked %s's post"
+msgstr "A {0} no le ha gustado la publicación de %s"
 
-#: ../../addon/blogger/blogger.php:76 ../../addon.old/blogger/blogger.php:76
-msgid "Enable Blogger Post Plugin"
-msgstr "Activar el módulo de publicación en Blogger"
+#: ../../mod/ping.php:269
+#, php-format
+msgid "{0} is now friends with %s"
+msgstr "{0} ahora es amigo de %s"
 
-#: ../../addon/blogger/blogger.php:81 ../../addon.old/blogger/blogger.php:81
-msgid "Blogger username"
-msgstr "Nombre de usuario de Blogger"
+#: ../../mod/ping.php:274
+msgid "{0} posted"
+msgstr "{0} publicado"
 
-#: ../../addon/blogger/blogger.php:86 ../../addon.old/blogger/blogger.php:86
-msgid "Blogger password"
-msgstr "Contraseña de Blogger"
+#: ../../mod/ping.php:279
+#, php-format
+msgid "{0} tagged %s's post with #%s"
+msgstr "{0} etiquetó la publicación de %s como #%s"
 
-#: ../../addon/blogger/blogger.php:91 ../../addon.old/blogger/blogger.php:91
-msgid "Blogger API URL"
-msgstr "Dirección de la API de Blogger"
+#: ../../mod/ping.php:285
+msgid "{0} mentioned you in a post"
+msgstr "{0} te mencionó en una publicación"
 
-#: ../../addon/blogger/blogger.php:96 ../../addon.old/blogger/blogger.php:96
-msgid "Post to Blogger by default"
-msgstr "Publicar en Blogger por defecto"
+#: ../../mod/openid.php:24
+msgid "OpenID protocol error. No ID returned."
+msgstr "Error de protocolo OpenID. ID no devuelta."
 
-#: ../../addon/posterous/posterous.php:37
-#: ../../addon.old/posterous/posterous.php:37
-msgid "Post to Posterous"
-msgstr "Publicar en Posterous"
+#: ../../mod/openid.php:53
+msgid ""
+"Account not found and OpenID registration is not permitted on this site."
+msgstr "Cuenta no encontrada y el registro OpenID no está permitido en ese sitio."
 
-#: ../../addon/posterous/posterous.php:70
-#: ../../addon.old/posterous/posterous.php:70
-msgid "Posterous Post Settings"
-msgstr "Configuración de las publicaciones en Posterous"
+#: ../../mod/openid.php:93 ../../include/auth.php:112
+#: ../../include/auth.php:175
+msgid "Login failed."
+msgstr "Accesso fallido."
 
-#: ../../addon/posterous/posterous.php:72
-#: ../../addon.old/posterous/posterous.php:72
-msgid "Enable Posterous Post Plugin"
-msgstr "Activar el módulo de publicación en Posterous"
+#: ../../mod/notifications.php:26
+msgid "Invalid request identifier."
+msgstr "Solicitud de identificación no válida."
 
-#: ../../addon/posterous/posterous.php:77
-#: ../../addon.old/posterous/posterous.php:77
-msgid "Posterous login"
-msgstr "Entrar en Posterous"
+#: ../../mod/notifications.php:35 ../../mod/notifications.php:165
+#: ../../mod/notifications.php:211
+msgid "Discard"
+msgstr "Descartar"
 
-#: ../../addon/posterous/posterous.php:82
-#: ../../addon.old/posterous/posterous.php:82
-msgid "Posterous password"
-msgstr "Contraseña de Posterous"
+#: ../../mod/notifications.php:78
+msgid "System"
+msgstr "Sistema"
 
-#: ../../addon/posterous/posterous.php:87
-#: ../../addon.old/posterous/posterous.php:87
-msgid "Posterous site ID"
-msgstr "ID de Posterous"
+#: ../../mod/notifications.php:83 ../../include/nav.php:140
+msgid "Network"
+msgstr "Red"
 
-#: ../../addon/posterous/posterous.php:92
-#: ../../addon.old/posterous/posterous.php:92
-msgid "Posterous API token"
-msgstr "API de Posterous"
+#: ../../mod/notifications.php:98 ../../include/nav.php:149
+msgid "Introductions"
+msgstr "Presentaciones"
 
-#: ../../addon/posterous/posterous.php:97
-#: ../../addon.old/posterous/posterous.php:97
-msgid "Post to Posterous by default"
-msgstr "Publicar en Posterous por defecto"
+#: ../../mod/notifications.php:122
+msgid "Show Ignored Requests"
+msgstr "Mostrar peticiones ignoradas"
 
-#: ../../view/theme/cleanzero/config.php:82
-#: ../../view/theme/diabook/config.php:154
-#: ../../view/theme/quattro/config.php:66 ../../view/theme/dispy/config.php:72
-msgid "Theme settings"
-msgstr "Configuración del Tema"
+#: ../../mod/notifications.php:122
+msgid "Hide Ignored Requests"
+msgstr "Ocultar peticiones ignoradas"
 
-#: ../../view/theme/cleanzero/config.php:83
-msgid "Set resize level for images in posts and comments (width and height)"
-msgstr "Configurar el tamaño de las imágenes en las publicaciones"
+#: ../../mod/notifications.php:149 ../../mod/notifications.php:195
+msgid "Notification type: "
+msgstr "Tipo de notificación: "
 
-#: ../../view/theme/cleanzero/config.php:84
-#: ../../view/theme/diabook/config.php:155
-#: ../../view/theme/dispy/config.php:73
-msgid "Set font-size for posts and comments"
-msgstr "Tamaño del texto para publicaciones y comentarios"
+#: ../../mod/notifications.php:150
+msgid "Friend Suggestion"
+msgstr "Propuestas de amistad"
 
-#: ../../view/theme/cleanzero/config.php:85
-msgid "Set theme width"
-msgstr "Establecer el ancho para el tema"
+#: ../../mod/notifications.php:152
+#, php-format
+msgid "suggested by %s"
+msgstr "sugerido por %s"
 
-#: ../../view/theme/cleanzero/config.php:86
-#: ../../view/theme/quattro/config.php:68
-msgid "Color scheme"
-msgstr "Esquema de color"
+#: ../../mod/notifications.php:158 ../../mod/notifications.php:205
+msgid "Post a new friend activity"
+msgstr "Publica tu nueva amistad"
 
-#: ../../view/theme/diabook/theme.php:86 ../../include/nav.php:49
-#: ../../include/nav.php:115
-msgid "Your posts and conversations"
-msgstr "Tus publicaciones y conversaciones"
+#: ../../mod/notifications.php:158 ../../mod/notifications.php:205
+msgid "if applicable"
+msgstr "Si corresponde"
 
-#: ../../view/theme/diabook/theme.php:87 ../../include/nav.php:50
-msgid "Your profile page"
-msgstr "Tu página de perfil"
+#: ../../mod/notifications.php:181
+msgid "Claims to be known to you: "
+msgstr "Dice conocerte: "
 
-#: ../../view/theme/diabook/theme.php:88
-msgid "Your contacts"
-msgstr "Tus contactos"
+#: ../../mod/notifications.php:181
+msgid "yes"
+msgstr ""
 
-#: ../../view/theme/diabook/theme.php:89 ../../include/nav.php:51
-msgid "Your photos"
-msgstr "Tus fotos"
+#: ../../mod/notifications.php:181
+msgid "no"
+msgstr "no"
 
-#: ../../view/theme/diabook/theme.php:90 ../../include/nav.php:52
-msgid "Your events"
-msgstr "Tus eventos"
+#: ../../mod/notifications.php:188
+msgid "Approve as: "
+msgstr "Aprobar como: "
 
-#: ../../view/theme/diabook/theme.php:91 ../../include/nav.php:53
-msgid "Personal notes"
-msgstr "Notas personales"
+#: ../../mod/notifications.php:189
+msgid "Friend"
+msgstr "Amigo"
 
-#: ../../view/theme/diabook/theme.php:91 ../../include/nav.php:53
-msgid "Your personal photos"
-msgstr "Tus fotos personales"
+#: ../../mod/notifications.php:190
+msgid "Sharer"
+msgstr "Lector"
 
-#: ../../view/theme/diabook/theme.php:93
-#: ../../view/theme/diabook/config.php:163
-msgid "Community Pages"
-msgstr "Páginas de Comunidad"
+#: ../../mod/notifications.php:190
+msgid "Fan/Admirer"
+msgstr "Fan/Admirador"
 
-#: ../../view/theme/diabook/theme.php:377
-#: ../../view/theme/diabook/theme.php:591
-#: ../../view/theme/diabook/config.php:165
-msgid "Community Profiles"
-msgstr "Perfiles de la Comunidad"
+#: ../../mod/notifications.php:196
+msgid "Friend/Connect Request"
+msgstr "Solicitud de Amistad/Conexión"
 
-#: ../../view/theme/diabook/theme.php:398
-#: ../../view/theme/diabook/theme.php:596
-#: ../../view/theme/diabook/config.php:170
-msgid "Last users"
-msgstr "Últimos usuarios"
+#: ../../mod/notifications.php:196
+msgid "New Follower"
+msgstr "Nuevo seguidor"
 
-#: ../../view/theme/diabook/theme.php:427
-#: ../../view/theme/diabook/theme.php:598
-#: ../../view/theme/diabook/config.php:172
-msgid "Last likes"
-msgstr "Últimos \"me gusta\""
+#: ../../mod/notifications.php:217
+msgid "No introductions."
+msgstr "Sin presentaciones."
 
-#: ../../view/theme/diabook/theme.php:472
-#: ../../view/theme/diabook/theme.php:597
-#: ../../view/theme/diabook/config.php:171
-msgid "Last photos"
-msgstr "Últimas fotos"
+#: ../../mod/notifications.php:220 ../../include/nav.php:150
+msgid "Notifications"
+msgstr "Notificaciones"
 
-#: ../../view/theme/diabook/theme.php:509
-#: ../../view/theme/diabook/theme.php:594
-#: ../../view/theme/diabook/config.php:168
-msgid "Find Friends"
-msgstr "Buscar amigos"
+#: ../../mod/notifications.php:257 ../../mod/notifications.php:382
+#: ../../mod/notifications.php:469
+#, php-format
+msgid "%s liked %s's post"
+msgstr "A %s le gusta la publicación de %s"
 
-#: ../../view/theme/diabook/theme.php:510
-msgid "Local Directory"
-msgstr "Directorio local"
+#: ../../mod/notifications.php:266 ../../mod/notifications.php:391
+#: ../../mod/notifications.php:478
+#, php-format
+msgid "%s disliked %s's post"
+msgstr "A %s no le gusta la publicación de %s"
 
-#: ../../view/theme/diabook/theme.php:512 ../../include/contact_widgets.php:35
-msgid "Similar Interests"
-msgstr "Intereses similares"
+#: ../../mod/notifications.php:280 ../../mod/notifications.php:405
+#: ../../mod/notifications.php:492
+#, php-format
+msgid "%s is now friends with %s"
+msgstr "%s es ahora es amigo de %s"
 
-#: ../../view/theme/diabook/theme.php:514 ../../include/contact_widgets.php:37
-msgid "Invite Friends"
-msgstr "Invitar amigos"
+#: ../../mod/notifications.php:287 ../../mod/notifications.php:412
+#, php-format
+msgid "%s created a new post"
+msgstr "%s creó una nueva publicación"
 
-#: ../../view/theme/diabook/theme.php:531
-#: ../../view/theme/diabook/theme.php:590
-#: ../../view/theme/diabook/config.php:164
-msgid "Earth Layers"
-msgstr "Minimapa"
+#: ../../mod/notifications.php:288 ../../mod/notifications.php:413
+#: ../../mod/notifications.php:501
+#, php-format
+msgid "%s commented on %s's post"
+msgstr "%s comentó la publicación de %s"
 
-#: ../../view/theme/diabook/theme.php:536
-msgid "Set zoomfactor for Earth Layers"
-msgstr "Configurar zoom en Minimapa"
+#: ../../mod/notifications.php:302
+msgid "No more network notifications."
+msgstr "No hay más notificaciones de red."
 
-#: ../../view/theme/diabook/theme.php:537
-#: ../../view/theme/diabook/config.php:161
-msgid "Set longitude (X) for Earth Layers"
-msgstr "Configurar longitud (X) en Minimapa"
+#: ../../mod/notifications.php:306
+msgid "Network Notifications"
+msgstr "Notificaciones de Red"
 
-#: ../../view/theme/diabook/theme.php:538
-#: ../../view/theme/diabook/config.php:162
-msgid "Set latitude (Y) for Earth Layers"
-msgstr "Configurar latitud (Y) en Minimapa"
+#: ../../mod/notifications.php:427
+msgid "No more personal notifications."
+msgstr "No hay más notificaciones personales."
 
-#: ../../view/theme/diabook/theme.php:551
-#: ../../view/theme/diabook/theme.php:592
-#: ../../view/theme/diabook/config.php:166
-msgid "Help or @NewHere ?"
-msgstr "¿Ayuda o @NuevoAquí?"
+#: ../../mod/notifications.php:431
+msgid "Personal Notifications"
+msgstr "Notificaciones personales"
 
-#: ../../view/theme/diabook/theme.php:558
-#: ../../view/theme/diabook/theme.php:593
-#: ../../view/theme/diabook/config.php:167
-msgid "Connect Services"
-msgstr "Servicios conectados"
+#: ../../mod/notifications.php:508
+msgid "No more home notifications."
+msgstr "No hay más notificaciones de inicio."
 
-#: ../../view/theme/diabook/theme.php:565
-#: ../../view/theme/diabook/theme.php:595
-msgid "Last Tweets"
-msgstr "Últimos tweets"
+#: ../../mod/notifications.php:512
+msgid "Home Notifications"
+msgstr "Notificaciones de Inicio"
 
-#: ../../view/theme/diabook/theme.php:568
-#: ../../view/theme/diabook/config.php:159
-msgid "Set twitter search term"
-msgstr "Establecer término de búsqueda en Twitter"
+#: ../../mod/invite.php:27
+msgid "Total invitation limit exceeded."
+msgstr "Límite total de invitaciones excedido."
 
-#: ../../view/theme/diabook/theme.php:587
-#: ../../view/theme/diabook/config.php:146 ../../include/acl_selectors.php:288
-msgid "don't show"
-msgstr "no mostrar"
+#: ../../mod/invite.php:49
+#, php-format
+msgid "%s : Not a valid email address."
+msgstr "%s : No es una dirección de correo válida."
 
-#: ../../view/theme/diabook/theme.php:587
-#: ../../view/theme/diabook/config.php:146 ../../include/acl_selectors.php:287
-msgid "show"
-msgstr "mostrar"
+#: ../../mod/invite.php:73
+msgid "Please join us on Friendica"
+msgstr "Únete a nosotros en Friendica"
 
-#: ../../view/theme/diabook/theme.php:588
-msgid "Show/hide boxes at right-hand column:"
-msgstr "Mostrar/Ocultar casillas en la columna derecha:"
+#: ../../mod/invite.php:84
+msgid "Invitation limit exceeded. Please contact your site administrator."
+msgstr "Límite de invitaciones sobrepasado. Contacta con el administrador del sitio."
 
-#: ../../view/theme/diabook/config.php:156
-#: ../../view/theme/dispy/config.php:74
-msgid "Set line-height for posts and comments"
-msgstr "Altura para las publicaciones y comentarios"
+#: ../../mod/invite.php:89
+#, php-format
+msgid "%s : Message delivery failed."
+msgstr "%s : Ha fallado la entrega del mensaje."
 
-#: ../../view/theme/diabook/config.php:157
-msgid "Set resolution for middle column"
-msgstr "Resolución para la columna central"
+#: ../../mod/invite.php:93
+#, php-format
+msgid "%d message sent."
+msgid_plural "%d messages sent."
+msgstr[0] "%d mensaje enviado."
+msgstr[1] "%d mensajes enviados."
 
-#: ../../view/theme/diabook/config.php:158
-msgid "Set color scheme"
-msgstr "Configurar esquema de color"
+#: ../../mod/invite.php:112
+msgid "You have no more invitations available"
+msgstr "No tienes más invitaciones disponibles"
 
-#: ../../view/theme/diabook/config.php:160
-msgid "Set zoomfactor for Earth Layer"
-msgstr "Establecer zoom para Minimapa"
+#: ../../mod/invite.php:120
+#, php-format
+msgid ""
+"Visit %s for a list of public sites that you can join. Friendica members on "
+"other sites can all connect with each other, as well as with members of many"
+" other social networks."
+msgstr "Visita %s para ver una lista de servidores públicos donde puedes darte de alta. Los miembros de otros servidores de Friendica pueden conectarse entre ellos, así como con miembros de otras redes sociales diferentes."
 
-#: ../../view/theme/diabook/config.php:169
-msgid "Last tweets"
-msgstr "Últimos tweets"
+#: ../../mod/invite.php:122
+#, php-format
+msgid ""
+"To accept this invitation, please visit and register at %s or any other "
+"public Friendica website."
+msgstr "Para aceptar la invitación visita y regístrate en %s o en cualquier otro servidor público de Friendica."
 
-#: ../../view/theme/quattro/config.php:67
-msgid "Alignment"
-msgstr "Alineación"
+#: ../../mod/invite.php:123
+#, php-format
+msgid ""
+"Friendica sites all inter-connect to create a huge privacy-enhanced social "
+"web that is owned and controlled by its members. They can also connect with "
+"many traditional social networks. See %s for a list of alternate Friendica "
+"sites you can join."
+msgstr "Los servidores de Friendica están interconectados para crear una enorme red social centrada en la privacidad y controlada por sus miembros. También se puede conectar con muchas redes sociales tradicionales. Mira en %s para poder ver un listado de servidores alternativos de Friendica donde puedes darte de alta."
 
-#: ../../view/theme/quattro/config.php:67
-msgid "Left"
-msgstr "Izquierda"
+#: ../../mod/invite.php:126
+msgid ""
+"Our apologies. This system is not currently configured to connect with other"
+" public sites or invite members."
+msgstr "Discúlpanos. Este sistema no está configurado actualmente para conectar con otros servidores públicos o invitar nuevos miembros."
 
-#: ../../view/theme/quattro/config.php:67
-msgid "Center"
-msgstr "Centrado"
+#: ../../mod/invite.php:132
+msgid "Send invitations"
+msgstr "Enviar invitaciones"
 
-#: ../../view/theme/quattro/config.php:69
-msgid "Posts font size"
-msgstr ""
+#: ../../mod/invite.php:133
+msgid "Enter email addresses, one per line:"
+msgstr "Introduce las direcciones de correo, una por línea:"
 
-#: ../../view/theme/quattro/config.php:70
-msgid "Textareas font size"
-msgstr ""
+#: ../../mod/invite.php:135
+msgid ""
+"You are cordially invited to join me and other close friends on Friendica - "
+"and help us to create a better social web."
+msgstr "Estás cordialmente invitado a unirte a mi y a otros amigos en Friendica, creemos juntos una red social mejor."
 
-#: ../../view/theme/dispy/config.php:75
-msgid "Set colour scheme"
-msgstr "Configurar esquema de color"
+#: ../../mod/invite.php:137
+msgid "You will need to supply this invitation code: $invite_code"
+msgstr "Tienes que proporcionar el siguiente código: $invite_code"
 
-#: ../../include/profile_advanced.php:22
-msgid "j F, Y"
-msgstr "j F, Y"
+#: ../../mod/invite.php:137
+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/profile_advanced.php:23
-msgid "j F"
-msgstr "j F"
+#: ../../mod/invite.php:139
+msgid ""
+"For more information about the Friendica project and why we feel it is "
+"important, please visit http://friendica.com"
+msgstr "Para más información sobre el Proyecto Friendica y sobre por qué pensamos que es algo importante, visita http://friendica.com"
 
-#: ../../include/profile_advanced.php:30
-msgid "Birthday:"
-msgstr "Fecha de nacimiento:"
+#: ../../mod/manage.php:106
+msgid "Manage Identities and/or Pages"
+msgstr "Administrar identidades y/o páginas"
 
-#: ../../include/profile_advanced.php:34
-msgid "Age:"
-msgstr "Edad:"
+#: ../../mod/manage.php:107
+msgid ""
+"Toggle between different identities or community/group pages which share "
+"your account details or which you have been granted \"manage\" permissions"
+msgstr "Cambia entre diferentes identidades o páginas de Comunidad/Grupos que comparten los detalles de tu cuenta o sobre los que tienes permisos para administrar"
 
-#: ../../include/profile_advanced.php:43
-#, php-format
-msgid "for %1$d %2$s"
-msgstr "por %1$d %2$s"
+#: ../../mod/manage.php:108
+msgid "Select an identity to manage: "
+msgstr "Selecciona una identidad a gestionar:"
 
-#: ../../include/profile_advanced.php:52
-msgid "Tags:"
-msgstr "Etiquetas:"
+#: ../../mod/home.php:34
+#, php-format
+msgid "Welcome to %s"
+msgstr "Bienvenido a %s"
 
-#: ../../include/profile_advanced.php:56
-msgid "Religion:"
-msgstr "Religión:"
+#: ../../mod/allfriends.php:34
+#, php-format
+msgid "Friends of %s"
+msgstr "Amigos de %s"
 
-#: ../../include/profile_advanced.php:60
-msgid "Hobbies/Interests:"
-msgstr "Aficiones/Intereses:"
+#: ../../mod/allfriends.php:40
+msgid "No friends to display."
+msgstr "No hay amigos para mostrar."
 
-#: ../../include/profile_advanced.php:67
-msgid "Contact information and Social Networks:"
-msgstr "Información de contacto y Redes sociales:"
+#: ../../include/contact_widgets.php:6
+msgid "Add New Contact"
+msgstr "Añadir nuevo contacto"
 
-#: ../../include/profile_advanced.php:69
-msgid "Musical interests:"
-msgstr "Intereses musicales:"
+#: ../../include/contact_widgets.php:7
+msgid "Enter address or web location"
+msgstr "Escribe la dirección o página web"
 
-#: ../../include/profile_advanced.php:71
-msgid "Books, literature:"
-msgstr "Libros, literatura:"
+#: ../../include/contact_widgets.php:8
+msgid "Example: bob@example.com, http://example.com/barbara"
+msgstr "Ejemplo: miguel@ejemplo.com, http://ejemplo.com/miguel"
 
-#: ../../include/profile_advanced.php:73
-msgid "Television:"
-msgstr "Televisión:"
+#: ../../include/contact_widgets.php:23
+#, php-format
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] "%d invitación disponible"
+msgstr[1] "%d invitaviones disponibles"
 
-#: ../../include/profile_advanced.php:75
-msgid "Film/dance/culture/entertainment:"
-msgstr "Películas/baile/cultura/entretenimiento:"
+#: ../../include/contact_widgets.php:29
+msgid "Find People"
+msgstr "Buscar personas"
 
-#: ../../include/profile_advanced.php:77
-msgid "Love/Romance:"
-msgstr "Amor/Romance:"
+#: ../../include/contact_widgets.php:30
+msgid "Enter name or interest"
+msgstr "Introduzce nombre o intereses"
 
-#: ../../include/profile_advanced.php:79
-msgid "Work/employment:"
-msgstr "Trabajo/ocupación:"
+#: ../../include/contact_widgets.php:31
+msgid "Connect/Follow"
+msgstr "Conectar/Seguir"
 
-#: ../../include/profile_advanced.php:81
-msgid "School/education:"
-msgstr "Escuela/estudios:"
+#: ../../include/contact_widgets.php:32
+msgid "Examples: Robert Morgenstein, Fishing"
+msgstr "Ejemplos: Robert Morgenstein, Pesca"
 
-#: ../../include/contact_selectors.php:32
-msgid "Unknown | Not categorised"
-msgstr "Desconocido | No clasificado"
+#: ../../include/contact_widgets.php:36
+msgid "Random Profile"
+msgstr "Perfil aleatorio"
 
-#: ../../include/contact_selectors.php:33
-msgid "Block immediately"
-msgstr "Bloquear inmediatamente"
+#: ../../include/contact_widgets.php:70
+msgid "Networks"
+msgstr "Redes"
 
-#: ../../include/contact_selectors.php:34
-msgid "Shady, spammer, self-marketer"
-msgstr "Sospechoso, spammer, auto-publicidad"
+#: ../../include/contact_widgets.php:73
+msgid "All Networks"
+msgstr "Todas las redes"
 
-#: ../../include/contact_selectors.php:35
-msgid "Known to me, but no opinion"
-msgstr "Le conozco, sin opinión"
+#: ../../include/contact_widgets.php:103 ../../include/features.php:59
+msgid "Saved Folders"
+msgstr "Directorios guardados"
 
-#: ../../include/contact_selectors.php:36
-msgid "OK, probably harmless"
-msgstr "OK, probablemente inofensivo"
+#: ../../include/contact_widgets.php:106 ../../include/contact_widgets.php:138
+msgid "Everything"
+msgstr "Todo"
 
-#: ../../include/contact_selectors.php:37
-msgid "Reputable, has my trust"
-msgstr "Buena reputación, tiene mi confianza"
+#: ../../include/contact_widgets.php:135
+msgid "Categories"
+msgstr "Categorías"
 
-#: ../../include/contact_selectors.php:56
-msgid "Frequently"
-msgstr "Frequentemente"
+#: ../../include/plugin.php:454 ../../include/plugin.php:456
+msgid "Click here to upgrade."
+msgstr "Pulsa aquí para actualizar."
 
-#: ../../include/contact_selectors.php:57
-msgid "Hourly"
-msgstr "Cada hora"
+#: ../../include/plugin.php:462
+msgid "This action exceeds the limits set by your subscription plan."
+msgstr "Esta acción excede los límites permitidos por tu subscripción."
 
-#: ../../include/contact_selectors.php:58
-msgid "Twice daily"
-msgstr "Dos veces al día"
+#: ../../include/plugin.php:467
+msgid "This action is not available under your subscription plan."
+msgstr "Esta acción no está permitida para tu subscripción."
 
-#: ../../include/contact_selectors.php:77
-msgid "OStatus"
-msgstr "OStatus"
+#: ../../include/api.php:255 ../../include/api.php:266
+#: ../../include/api.php:356
+msgid "User not found."
+msgstr ""
 
-#: ../../include/contact_selectors.php:78
-msgid "RSS/Atom"
-msgstr "RSS/Atom"
+#: ../../include/api.php:1024
+msgid "There is no status with this id."
+msgstr ""
 
-#: ../../include/contact_selectors.php:82
-msgid "Zot!"
-msgstr "Zot!"
+#: ../../include/network.php:883
+msgid "view full size"
+msgstr "Ver a tamaño completo"
 
-#: ../../include/contact_selectors.php:83
-msgid "LinkedIn"
-msgstr "LinkedIn"
+#: ../../include/event.php:20 ../../include/bb2diaspora.php:399
+msgid "Starts:"
+msgstr "Inicio:"
 
-#: ../../include/contact_selectors.php:84
-msgid "XMPP/IM"
-msgstr "XMPP/IM"
+#: ../../include/event.php:30 ../../include/bb2diaspora.php:407
+msgid "Finishes:"
+msgstr "Final:"
 
-#: ../../include/contact_selectors.php:85
-msgid "MySpace"
-msgstr "MySpace"
+#: ../../include/notifier.php:774 ../../include/delivery.php:457
+msgid "(no subject)"
+msgstr "(sin asunto)"
 
-#: ../../include/profile_selectors.php:6
-msgid "Male"
-msgstr "Hombre"
+#: ../../include/notifier.php:784 ../../include/enotify.php:28
+#: ../../include/delivery.php:468
+msgid "noreply"
+msgstr "no responder"
 
-#: ../../include/profile_selectors.php:6
-msgid "Female"
-msgstr "Mujer"
+#: ../../include/user.php:39
+msgid "An invitation is required."
+msgstr "Se necesita invitación."
 
-#: ../../include/profile_selectors.php:6
-msgid "Currently Male"
-msgstr "Actualmente Hombre"
+#: ../../include/user.php:44
+msgid "Invitation could not be verified."
+msgstr "No se puede verificar la invitación."
 
-#: ../../include/profile_selectors.php:6
-msgid "Currently Female"
-msgstr "Actualmente Mujer"
+#: ../../include/user.php:52
+msgid "Invalid OpenID url"
+msgstr "Dirección OpenID no válida"
 
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Male"
-msgstr "Mayormente Hombre"
+#: ../../include/user.php:66 ../../include/auth.php:128
+msgid ""
+"We encountered a problem while logging in with the OpenID you provided. "
+"Please check the correct spelling of the ID."
+msgstr "Se ha encontrado un problema para acceder con el OpenID que has escrito. Verifica que lo hayas escrito correctamente."
 
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Female"
-msgstr "Mayormente Mujer"
+#: ../../include/user.php:66 ../../include/auth.php:128
+msgid "The error message was:"
+msgstr "El mensaje del error fue:"
 
-#: ../../include/profile_selectors.php:6
-msgid "Transgender"
-msgstr "Transgenérico"
+#: ../../include/user.php:73
+msgid "Please enter the required information."
+msgstr "Por favor, introduce la información necesaria."
 
-#: ../../include/profile_selectors.php:6
-msgid "Intersex"
-msgstr "Bisexual"
+#: ../../include/user.php:87
+msgid "Please use a shorter name."
+msgstr "Por favor, usa un nombre más corto."
 
-#: ../../include/profile_selectors.php:6
-msgid "Transsexual"
-msgstr "Transexual"
+#: ../../include/user.php:89
+msgid "Name too short."
+msgstr "El nombre es demasiado corto."
 
-#: ../../include/profile_selectors.php:6
-msgid "Hermaphrodite"
-msgstr "Hermafrodita"
+#: ../../include/user.php:104
+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 "Neuter"
-msgstr "Neutro"
+#: ../../include/user.php:109
+msgid "Your email domain is not among those allowed on this site."
+msgstr "Tu dominio de correo no se encuentra entre los permitidos en este sitio."
 
-#: ../../include/profile_selectors.php:6
-msgid "Non-specific"
-msgstr "Sin especificar"
+#: ../../include/user.php:112
+msgid "Not a valid email address."
+msgstr "No es una dirección de correo electrónico válida."
 
-#: ../../include/profile_selectors.php:6
-msgid "Other"
-msgstr "Otro"
+#: ../../include/user.php:125
+msgid "Cannot use that email."
+msgstr "No se puede utilizar este correo electrónico."
 
-#: ../../include/profile_selectors.php:6
-msgid "Undecided"
-msgstr "Indeciso"
+#: ../../include/user.php:131
+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 debe empezar por una letra."
 
-#: ../../include/profile_selectors.php:23
-msgid "Males"
-msgstr "Hombres"
+#: ../../include/user.php:137 ../../include/user.php:235
+msgid "Nickname is already registered. Please choose another."
+msgstr "Apodo ya registrado. Por favor, elije otro."
 
-#: ../../include/profile_selectors.php:23
-msgid "Females"
-msgstr "Mujeres"
+#: ../../include/user.php:147
+msgid ""
+"Nickname was once registered here and may not be re-used. Please choose "
+"another."
+msgstr "El apodo ya ha sido registrado alguna vez y no puede volver a usarse. Por favor, utiliza otro."
 
-#: ../../include/profile_selectors.php:23
-msgid "Gay"
-msgstr "Gay"
+#: ../../include/user.php:163
+msgid "SERIOUS ERROR: Generation of security keys failed."
+msgstr "ERROR GRAVE: La generación de claves de seguridad ha fallado."
 
-#: ../../include/profile_selectors.php:23
-msgid "Lesbian"
-msgstr "Lesbiana"
+#: ../../include/user.php:221
+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:23
-msgid "No Preference"
-msgstr "Sin preferencias"
+#: ../../include/user.php:256
+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:23
-msgid "Bisexual"
-msgstr "Bisexual"
+#: ../../include/user.php:288 ../../include/user.php:292
+#: ../../include/profile_selectors.php:42
+msgid "Friends"
+msgstr "Amigos"
 
-#: ../../include/profile_selectors.php:23
-msgid "Autosexual"
-msgstr "Autosexual"
+#: ../../include/conversation.php:207
+#, php-format
+msgid "%1$s poked %2$s"
+msgstr "%1$s le dio un toque a %2$s"
 
-#: ../../include/profile_selectors.php:23
-msgid "Abstinent"
-msgstr "Célibe"
+#: ../../include/conversation.php:211 ../../include/text.php:986
+msgid "poked"
+msgstr "tocó a"
 
-#: ../../include/profile_selectors.php:23
-msgid "Virgin"
-msgstr "Virgen"
+#: ../../include/conversation.php:291
+msgid "post/item"
+msgstr "publicación/tema"
 
-#: ../../include/profile_selectors.php:23
-msgid "Deviant"
-msgstr "Desviado"
+#: ../../include/conversation.php:292
+#, php-format
+msgid "%1$s marked %2$s's %3$s as favorite"
+msgstr "%1$s ha marcado %3$s de %2$s como Favorito"
 
-#: ../../include/profile_selectors.php:23
-msgid "Fetish"
-msgstr "Fetichista"
+#: ../../include/conversation.php:767
+msgid "remove"
+msgstr "eliminar"
 
-#: ../../include/profile_selectors.php:23
-msgid "Oodles"
-msgstr "Orgiástico"
+#: ../../include/conversation.php:771
+msgid "Delete Selected Items"
+msgstr "Eliminar el elemento seleccionado"
 
-#: ../../include/profile_selectors.php:23
-msgid "Nonsexual"
-msgstr "Asexual"
+#: ../../include/conversation.php:870
+msgid "Follow Thread"
+msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Single"
-msgstr "Soltero"
+#: ../../include/conversation.php:871 ../../include/Contact.php:229
+msgid "View Status"
+msgstr "Ver estado"
 
-#: ../../include/profile_selectors.php:42
-msgid "Lonely"
-msgstr "Solitario"
+#: ../../include/conversation.php:872 ../../include/Contact.php:230
+msgid "View Profile"
+msgstr "Ver perfil"
 
-#: ../../include/profile_selectors.php:42
-msgid "Available"
-msgstr "Disponible"
+#: ../../include/conversation.php:873 ../../include/Contact.php:231
+msgid "View Photos"
+msgstr "Ver fotos"
 
-#: ../../include/profile_selectors.php:42
-msgid "Unavailable"
-msgstr "No disponible"
+#: ../../include/conversation.php:874 ../../include/Contact.php:232
+#: ../../include/Contact.php:255
+msgid "Network Posts"
+msgstr "Publicaciones en la red"
 
-#: ../../include/profile_selectors.php:42
-msgid "Has crush"
-msgstr "Enamorado"
+#: ../../include/conversation.php:875 ../../include/Contact.php:233
+#: ../../include/Contact.php:255
+msgid "Edit Contact"
+msgstr "Editar contacto"
 
-#: ../../include/profile_selectors.php:42
-msgid "Infatuated"
-msgstr "Loco/a por alguien"
+#: ../../include/conversation.php:876 ../../include/Contact.php:235
+#: ../../include/Contact.php:255
+msgid "Send PM"
+msgstr "Enviar mensaje privado"
 
-#: ../../include/profile_selectors.php:42
-msgid "Dating"
-msgstr "De citas"
+#: ../../include/conversation.php:877 ../../include/Contact.php:228
+msgid "Poke"
+msgstr "Toque"
 
-#: ../../include/profile_selectors.php:42
-msgid "Unfaithful"
-msgstr "Infiel"
+#: ../../include/conversation.php:939
+#, php-format
+msgid "%s likes this."
+msgstr "A %s le gusta esto."
 
-#: ../../include/profile_selectors.php:42
-msgid "Sex Addict"
-msgstr "Adicto al sexo"
+#: ../../include/conversation.php:939
+#, php-format
+msgid "%s doesn't like this."
+msgstr "A %s no le gusta esto."
 
-#: ../../include/profile_selectors.php:42 ../../include/user.php:278
-#: ../../include/user.php:282
-msgid "Friends"
-msgstr "Amigos"
+#: ../../include/conversation.php:944
+#, php-format
+msgid "<span  %1$s>%2$d people</span> like this"
+msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Friends/Benefits"
-msgstr "Amigos con beneficios"
+#: ../../include/conversation.php:947
+#, php-format
+msgid "<span  %1$s>%2$d people</span> don't like this"
+msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Casual"
-msgstr "Casual"
+#: ../../include/conversation.php:961
+msgid "and"
+msgstr "y"
 
-#: ../../include/profile_selectors.php:42
-msgid "Engaged"
-msgstr "Comprometido/a"
+#: ../../include/conversation.php:967
+#, php-format
+msgid ", and %d other people"
+msgstr " y a otras %d personas"
+
+#: ../../include/conversation.php:969
+#, php-format
+msgid "%s like this."
+msgstr "Le gusta a %s."
 
-#: ../../include/profile_selectors.php:42
-msgid "Married"
-msgstr "Casado/a"
+#: ../../include/conversation.php:969
+#, php-format
+msgid "%s don't like this."
+msgstr "No le gusta a %s."
 
-#: ../../include/profile_selectors.php:42
-msgid "Imaginarily married"
-msgstr "Casado imaginario"
+#: ../../include/conversation.php:996 ../../include/conversation.php:1014
+msgid "Visible to <strong>everybody</strong>"
+msgstr "Visible para <strong>cualquiera</strong>"
 
-#: ../../include/profile_selectors.php:42
-msgid "Partners"
-msgstr "Socios"
+#: ../../include/conversation.php:998 ../../include/conversation.php:1016
+msgid "Please enter a video link/URL:"
+msgstr "Por favor, introduce la URL/enlace del vídeo:"
 
-#: ../../include/profile_selectors.php:42
-msgid "Cohabiting"
-msgstr "Cohabitando"
+#: ../../include/conversation.php:999 ../../include/conversation.php:1017
+msgid "Please enter an audio link/URL:"
+msgstr "Por favor, introduce la URL/enlace del audio:"
 
-#: ../../include/profile_selectors.php:42
-msgid "Common law"
-msgstr "Pareja de hecho"
+#: ../../include/conversation.php:1000 ../../include/conversation.php:1018
+msgid "Tag term:"
+msgstr "Etiquetar:"
 
-#: ../../include/profile_selectors.php:42
-msgid "Happy"
-msgstr "Feliz"
+#: ../../include/conversation.php:1002 ../../include/conversation.php:1020
+msgid "Where are you right now?"
+msgstr "¿Dónde estás ahora?"
 
-#: ../../include/profile_selectors.php:42
-msgid "Not looking"
-msgstr "No busca relación"
+#: ../../include/conversation.php:1003
+msgid "Delete item(s)?"
+msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Swinger"
-msgstr "Swinger"
+#: ../../include/conversation.php:1045
+msgid "Post to Email"
+msgstr "Publicar mediante correo electrónico"
 
-#: ../../include/profile_selectors.php:42
-msgid "Betrayed"
-msgstr "Traicionado/a"
+#: ../../include/conversation.php:1101
+msgid "permissions"
+msgstr "permisos"
 
-#: ../../include/profile_selectors.php:42
-msgid "Separated"
-msgstr "Separado/a"
+#: ../../include/conversation.php:1125
+msgid "Post to Groups"
+msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Unstable"
-msgstr "Inestable"
+#: ../../include/conversation.php:1126
+msgid "Post to Contacts"
+msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Divorced"
-msgstr "Divorciado/a"
+#: ../../include/conversation.php:1127
+msgid "Private post"
+msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Imaginarily divorced"
-msgstr "Divorciado imaginario"
+#: ../../include/auth.php:38
+msgid "Logged out."
+msgstr "Sesión finalizada"
 
-#: ../../include/profile_selectors.php:42
-msgid "Widowed"
-msgstr "Viudo/a"
+#: ../../include/uimport.php:94
+msgid "Error decoding account file"
+msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Uncertain"
-msgstr "Incierto"
+#: ../../include/uimport.php:100
+msgid "Error! No version data in file! This is not a Friendica account file?"
+msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "It's complicated"
-msgstr "Es complicado"
+#: ../../include/uimport.php:116 ../../include/uimport.php:127
+msgid "Error! Cannot check nickname"
+msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Don't care"
-msgstr "No te importa"
+#: ../../include/uimport.php:120 ../../include/uimport.php:131
+#, php-format
+msgid "User '%s' already exists on this server!"
+msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Ask me"
-msgstr "Pregúntame"
+#: ../../include/uimport.php:153
+msgid "User creation error"
+msgstr ""
 
-#: ../../include/event.php:20 ../../include/bb2diaspora.php:396
-msgid "Starts:"
-msgstr "Inicio:"
+#: ../../include/uimport.php:171
+msgid "User profile creation error"
+msgstr ""
 
-#: ../../include/event.php:30 ../../include/bb2diaspora.php:404
-msgid "Finishes:"
-msgstr "Final:"
+#: ../../include/uimport.php:220
+#, php-format
+msgid "%d contact not imported"
+msgid_plural "%d contacts not imported"
+msgstr[0] ""
+msgstr[1] ""
 
-#: ../../include/delivery.php:457 ../../include/notifier.php:703
-msgid "(no subject)"
-msgstr "(sin asunto)"
+#: ../../include/uimport.php:290
+msgid "Done. You can now login with your username and password"
+msgstr ""
 
-#: ../../include/Scrape.php:583
-msgid " on Last.fm"
-msgstr "en Last.fm"
+#: ../../include/text.php:300
+msgid "newer"
+msgstr "más nuevo"
+
+#: ../../include/text.php:302
+msgid "older"
+msgstr "más antiguo"
 
-#: ../../include/text.php:243
+#: ../../include/text.php:307
 msgid "prev"
 msgstr "ant."
 
-#: ../../include/text.php:245
+#: ../../include/text.php:309
 msgid "first"
 msgstr "primera"
 
-#: ../../include/text.php:274
+#: ../../include/text.php:341
 msgid "last"
 msgstr "última"
 
-#: ../../include/text.php:277
+#: ../../include/text.php:344
 msgid "next"
 msgstr "sig."
 
-#: ../../include/text.php:295
-msgid "newer"
-msgstr "más nuevo"
-
-#: ../../include/text.php:299
-msgid "older"
-msgstr "más antiguo"
-
-#: ../../include/text.php:597
+#: ../../include/text.php:836
 msgid "No contacts"
 msgstr "Sin contactos"
 
-#: ../../include/text.php:606
+#: ../../include/text.php:845
 #, php-format
 msgid "%d Contact"
 msgid_plural "%d Contacts"
 msgstr[0] "%d Contacto"
 msgstr[1] "%d Contactos"
 
-#: ../../include/text.php:719
+#: ../../include/text.php:986
 msgid "poke"
 msgstr "tocar"
 
-#: ../../include/text.php:719 ../../include/conversation.php:210
-msgid "poked"
-msgstr "tocó a"
-
-#: ../../include/text.php:720
+#: ../../include/text.php:987
 msgid "ping"
 msgstr "hacer \"ping\""
 
-#: ../../include/text.php:720
+#: ../../include/text.php:987
 msgid "pinged"
 msgstr "hizo \"ping\" a"
 
-#: ../../include/text.php:721
+#: ../../include/text.php:988
 msgid "prod"
 msgstr "empujar"
 
-#: ../../include/text.php:721
+#: ../../include/text.php:988
 msgid "prodded"
 msgstr "empujó a"
 
-#: ../../include/text.php:722
+#: ../../include/text.php:989
 msgid "slap"
 msgstr "abofetear"
 
-#: ../../include/text.php:722
+#: ../../include/text.php:989
 msgid "slapped"
 msgstr "abofeteó a"
 
-#: ../../include/text.php:723
+#: ../../include/text.php:990
 msgid "finger"
 msgstr "meter dedo"
 
-#: ../../include/text.php:723
+#: ../../include/text.php:990
 msgid "fingered"
 msgstr "le metió un dedo a"
 
-#: ../../include/text.php:724
+#: ../../include/text.php:991
 msgid "rebuff"
 msgstr "desairar"
 
-#: ../../include/text.php:724
+#: ../../include/text.php:991
 msgid "rebuffed"
 msgstr "desairó a"
 
-#: ../../include/text.php:736
+#: ../../include/text.php:1005
 msgid "happy"
 msgstr "feliz"
 
-#: ../../include/text.php:737
+#: ../../include/text.php:1006
 msgid "sad"
 msgstr "triste"
 
-#: ../../include/text.php:738
+#: ../../include/text.php:1007
 msgid "mellow"
 msgstr "sentimental"
 
-#: ../../include/text.php:739
+#: ../../include/text.php:1008
 msgid "tired"
 msgstr "cansado"
 
-#: ../../include/text.php:740
+#: ../../include/text.php:1009
 msgid "perky"
 msgstr "alegre"
 
-#: ../../include/text.php:741
+#: ../../include/text.php:1010
 msgid "angry"
 msgstr "furioso"
 
-#: ../../include/text.php:742
+#: ../../include/text.php:1011
 msgid "stupified"
 msgstr "estupefacto"
 
-#: ../../include/text.php:743
+#: ../../include/text.php:1012
 msgid "puzzled"
 msgstr "extrañado"
 
-#: ../../include/text.php:744
+#: ../../include/text.php:1013
 msgid "interested"
 msgstr "interesado"
 
-#: ../../include/text.php:745
+#: ../../include/text.php:1014
 msgid "bitter"
 msgstr "rencoroso"
 
-#: ../../include/text.php:746
+#: ../../include/text.php:1015
 msgid "cheerful"
 msgstr "jovial"
 
-#: ../../include/text.php:747
+#: ../../include/text.php:1016
 msgid "alive"
 msgstr "vivo"
 
-#: ../../include/text.php:748
+#: ../../include/text.php:1017
 msgid "annoyed"
 msgstr "enojado"
 
-#: ../../include/text.php:749
+#: ../../include/text.php:1018
 msgid "anxious"
 msgstr "ansioso"
 
-#: ../../include/text.php:750
+#: ../../include/text.php:1019
 msgid "cranky"
 msgstr "irritable"
 
-#: ../../include/text.php:751
+#: ../../include/text.php:1020
 msgid "disturbed"
 msgstr "perturbado"
 
-#: ../../include/text.php:752
+#: ../../include/text.php:1021
 msgid "frustrated"
 msgstr "frustrado"
 
-#: ../../include/text.php:753
+#: ../../include/text.php:1022
 msgid "motivated"
 msgstr "motivado"
 
-#: ../../include/text.php:754
+#: ../../include/text.php:1023
 msgid "relaxed"
 msgstr "relajado"
 
-#: ../../include/text.php:755
+#: ../../include/text.php:1024
 msgid "surprised"
 msgstr "sorprendido"
 
-#: ../../include/text.php:919
+#: ../../include/text.php:1192
+msgid "Monday"
+msgstr "Lunes"
+
+#: ../../include/text.php:1192
+msgid "Tuesday"
+msgstr "Martes"
+
+#: ../../include/text.php:1192
+msgid "Wednesday"
+msgstr "Miércoles"
+
+#: ../../include/text.php:1192
+msgid "Thursday"
+msgstr "Jueves"
+
+#: ../../include/text.php:1192
+msgid "Friday"
+msgstr "Viernes"
+
+#: ../../include/text.php:1192
+msgid "Saturday"
+msgstr "Sábado"
+
+#: ../../include/text.php:1192
+msgid "Sunday"
+msgstr "Domingo"
+
+#: ../../include/text.php:1196
 msgid "January"
 msgstr "Enero"
 
-#: ../../include/text.php:919
+#: ../../include/text.php:1196
 msgid "February"
 msgstr "Febrero"
 
-#: ../../include/text.php:919
+#: ../../include/text.php:1196
 msgid "March"
 msgstr "Marzo"
 
-#: ../../include/text.php:919
+#: ../../include/text.php:1196
 msgid "April"
 msgstr "Abril"
 
-#: ../../include/text.php:919
-msgid "May"
-msgstr "Mayo"
+#: ../../include/text.php:1196
+msgid "May"
+msgstr "Mayo"
+
+#: ../../include/text.php:1196
+msgid "June"
+msgstr "Junio"
+
+#: ../../include/text.php:1196
+msgid "July"
+msgstr "Julio"
+
+#: ../../include/text.php:1196
+msgid "August"
+msgstr "Agosto"
+
+#: ../../include/text.php:1196
+msgid "September"
+msgstr "Septiembre"
+
+#: ../../include/text.php:1196
+msgid "October"
+msgstr "Octubre"
+
+#: ../../include/text.php:1196
+msgid "November"
+msgstr "Noviembre"
+
+#: ../../include/text.php:1196
+msgid "December"
+msgstr "Diciembre"
+
+#: ../../include/text.php:1415
+msgid "bytes"
+msgstr "bytes"
+
+#: ../../include/text.php:1439 ../../include/text.php:1451
+msgid "Click to open/close"
+msgstr "Pulsa para abrir/cerrar"
+
+#: ../../include/text.php:1670
+msgid "Select an alternate language"
+msgstr "Elige otro idioma"
+
+#: ../../include/text.php:1926
+msgid "activity"
+msgstr "Actividad"
+
+#: ../../include/text.php:1929
+msgid "post"
+msgstr "Publicación"
+
+#: ../../include/text.php:2084
+msgid "Item filed"
+msgstr "Elemento archivado"
+
+#: ../../include/enotify.php:16
+msgid "Friendica Notification"
+msgstr "Notificación de Friendica"
+
+#: ../../include/enotify.php:19
+msgid "Thank You,"
+msgstr "Gracias,"
+
+#: ../../include/enotify.php:21
+#, php-format
+msgid "%s Administrator"
+msgstr "%s Administrador"
+
+#: ../../include/enotify.php:40
+#, php-format
+msgid "%s <!item_type!>"
+msgstr "%s <!item_type!>"
+
+#: ../../include/enotify.php:44
+#, php-format
+msgid "[Friendica:Notify] New mail received at %s"
+msgstr "[Friendica:Notificación] Nuevo correo recibido de %s"
+
+#: ../../include/enotify.php:46
+#, php-format
+msgid "%1$s sent you a new private message at %2$s."
+msgstr "%1$s te ha enviado un mensaje privado desde %2$s."
+
+#: ../../include/enotify.php:47
+#, php-format
+msgid "%1$s sent you %2$s."
+msgstr "%1$s te ha enviado %2$s."
+
+#: ../../include/enotify.php:47
+msgid "a private message"
+msgstr "un mensaje privado"
+
+#: ../../include/enotify.php:48
+#, php-format
+msgid "Please visit %s to view and/or reply to your private messages."
+msgstr "Por favor, visita %s para ver y/o responder a tus mensajes privados."
+
+#: ../../include/enotify.php:90
+#, php-format
+msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
+msgstr "%1$s comentó en [url=%2$s]a %3$s[/url]"
+
+#: ../../include/enotify.php:97
+#, php-format
+msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
+msgstr "%1$s comentó en [url=%2$s] %4$s de %3$s[/url]"
+
+#: ../../include/enotify.php:105
+#, php-format
+msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
+msgstr "%1$s comentó en [url=%2$s] tu %3$s[/url]"
+
+#: ../../include/enotify.php:115
+#, php-format
+msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
+msgstr "[Friendica:Notificación] Comentario en la conversación de #%1$d por %2$s"
+
+#: ../../include/enotify.php:116
+#, php-format
+msgid "%s commented on an item/conversation you have been following."
+msgstr "%s ha comentado en una conversación/elemento que sigues."
+
+#: ../../include/enotify.php:119 ../../include/enotify.php:134
+#: ../../include/enotify.php:147 ../../include/enotify.php:165
+#: ../../include/enotify.php:178
+#, php-format
+msgid "Please visit %s to view and/or reply to the conversation."
+msgstr "Por favor, visita %s para ver y/o responder a la conversación."
+
+#: ../../include/enotify.php:126
+#, php-format
+msgid "[Friendica:Notify] %s posted to your profile wall"
+msgstr "[Friendica:Notificación] %s publicó en tu muro"
+
+#: ../../include/enotify.php:128
+#, php-format
+msgid "%1$s posted to your profile wall at %2$s"
+msgstr "%1$s publicó en tu perfil de %2$s"
+
+#: ../../include/enotify.php:130
+#, php-format
+msgid "%1$s posted to [url=%2$s]your wall[/url]"
+msgstr "%1$s publicó en [url=%2$s]tu muro[/url]"
+
+#: ../../include/enotify.php:141
+#, php-format
+msgid "[Friendica:Notify] %s tagged you"
+msgstr "[Friendica:Notificación] %s te ha nombrado"
+
+#: ../../include/enotify.php:142
+#, php-format
+msgid "%1$s tagged you at %2$s"
+msgstr "%1$s te ha nombrado en %2$s"
 
-#: ../../include/text.php:919
-msgid "June"
-msgstr "Junio"
+#: ../../include/enotify.php:143
+#, php-format
+msgid "%1$s [url=%2$s]tagged you[/url]."
+msgstr "%1$s [url=%2$s]te nombró[/url]."
 
-#: ../../include/text.php:919
-msgid "July"
-msgstr "Julio"
+#: ../../include/enotify.php:155
+#, php-format
+msgid "[Friendica:Notify] %1$s poked you"
+msgstr "[Friendica:Notify] %1$s te dio un toque"
 
-#: ../../include/text.php:919
-msgid "August"
-msgstr "Agosto"
+#: ../../include/enotify.php:156
+#, php-format
+msgid "%1$s poked you at %2$s"
+msgstr "%1$s te dio un toque en %2$s"
 
-#: ../../include/text.php:919
-msgid "September"
-msgstr "Septiembre"
+#: ../../include/enotify.php:157
+#, php-format
+msgid "%1$s [url=%2$s]poked you[/url]."
+msgstr "%1$s [url=%2$s]te dio un toque[/url]."
 
-#: ../../include/text.php:919
-msgid "October"
-msgstr "Octubre"
+#: ../../include/enotify.php:172
+#, php-format
+msgid "[Friendica:Notify] %s tagged your post"
+msgstr "[Friendica:Notificación] %s ha etiquetado tu publicación"
 
-#: ../../include/text.php:919
-msgid "November"
-msgstr "Noviembre"
+#: ../../include/enotify.php:173
+#, php-format
+msgid "%1$s tagged your post at %2$s"
+msgstr "%1$s ha etiquetado tu publicación en %2$s"
 
-#: ../../include/text.php:919
-msgid "December"
-msgstr "Diciembre"
+#: ../../include/enotify.php:174
+#, php-format
+msgid "%1$s tagged [url=%2$s]your post[/url]"
+msgstr "%1$s ha etiquetado [url=%2$s]tu publicación[/url]"
 
-#: ../../include/text.php:1005
-msgid "bytes"
-msgstr "bytes"
+#: ../../include/enotify.php:185
+msgid "[Friendica:Notify] Introduction received"
+msgstr "[Friendica:Notificación] Presentación recibida"
 
-#: ../../include/text.php:1032 ../../include/text.php:1044
-msgid "Click to open/close"
-msgstr "Pulsa para abrir/cerrar"
+#: ../../include/enotify.php:186
+#, php-format
+msgid "You've received an introduction from '%1$s' at %2$s"
+msgstr "Has recibido una presentación de '%1$s' en %2$s"
 
-#: ../../include/text.php:1217 ../../include/user.php:236
-msgid "default"
-msgstr "predeterminado"
+#: ../../include/enotify.php:187
+#, php-format
+msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
+msgstr "Has recibido [url=%1$s]una presentación[/url] de %2$s."
 
-#: ../../include/text.php:1229
-msgid "Select an alternate language"
-msgstr "Elige otro idioma"
+#: ../../include/enotify.php:190 ../../include/enotify.php:208
+#, php-format
+msgid "You may visit their profile at %s"
+msgstr "Puedes visitar su perfil en %s"
 
-#: ../../include/text.php:1439
-msgid "activity"
-msgstr "Actividad"
+#: ../../include/enotify.php:192
+#, php-format
+msgid "Please visit %s to approve or reject the introduction."
+msgstr "Visita %s para aceptar o rechazar la presentación por favor."
 
-#: ../../include/text.php:1442
-msgid "post"
-msgstr "Publicación"
+#: ../../include/enotify.php:199
+msgid "[Friendica:Notify] Friend suggestion received"
+msgstr "[Friendica:Notificación] Sugerencia de amigo recibida"
 
-#: ../../include/text.php:1597
-msgid "Item filed"
-msgstr "Elemento archivado"
+#: ../../include/enotify.php:200
+#, php-format
+msgid "You've received a friend suggestion from '%1$s' at %2$s"
+msgstr "Has recibido una sugerencia de amigo de '%1$s' en %2$s"
 
-#: ../../include/diaspora.php:702
-msgid "Sharing notification from Diaspora network"
-msgstr "Compartir notificaciones con la red Diaspora*"
+#: ../../include/enotify.php:201
+#, php-format
+msgid ""
+"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
+msgstr "Has recibido [url=%1$s]una sugerencia de amigo[/url] en %2$s de %3$s."
 
-#: ../../include/diaspora.php:2222
-msgid "Attachments:"
-msgstr "Archivos adjuntos:"
+#: ../../include/enotify.php:206
+msgid "Name:"
+msgstr "Nombre: "
 
-#: ../../include/network.php:849
-msgid "view full size"
-msgstr "Ver a tamaño completo"
+#: ../../include/enotify.php:207
+msgid "Photo:"
+msgstr "Foto: "
 
-#: ../../include/oembed.php:137
-msgid "Embedded content"
-msgstr "Contenido integrado"
+#: ../../include/enotify.php:210
+#, php-format
+msgid "Please visit %s to approve or reject the suggestion."
+msgstr "Visita %s para aceptar o rechazar la sugerencia por favor."
 
-#: ../../include/oembed.php:146
-msgid "Embedding disabled"
-msgstr "Contenido incrustrado desabilitado"
+#: ../../include/Scrape.php:583
+msgid " on Last.fm"
+msgstr "en Last.fm"
 
 #: ../../include/group.php:25
 msgid ""
@@ -8425,186 +6479,329 @@ msgstr "Crear un nuevo grupo"
 msgid "Contacts not in any group"
 msgstr "Contactos sin grupo"
 
-#: ../../include/nav.php:46 ../../boot.php:922
-msgid "Logout"
-msgstr "Salir"
+#: ../../include/follow.php:32
+msgid "Connect URL missing."
+msgstr "Falta el conector URL."
+
+#: ../../include/follow.php:59
+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/follow.php:60 ../../include/follow.php:80
+msgid "No compatible communication protocols or feeds were discovered."
+msgstr "No se ha descubierto protocolos de comunicación o fuentes compatibles."
+
+#: ../../include/follow.php:78
+msgid "The profile address specified does not provide adequate information."
+msgstr "La dirección del perfil especificado no proporciona información adecuada."
 
-#: ../../include/nav.php:46
+#: ../../include/follow.php:82
+msgid "An author or name was not found."
+msgstr "No se ha encontrado un autor o nombre."
+
+#: ../../include/follow.php:84
+msgid "No browser URL could be matched to this address."
+msgstr "Ninguna dirección concuerda con la suministrada."
+
+#: ../../include/follow.php:86
+msgid ""
+"Unable to match @-style Identity Address with a known protocol or email "
+"contact."
+msgstr "Imposible identificar la dirección @ con algún protocolo conocido o dirección de contacto."
+
+#: ../../include/follow.php:87
+msgid "Use mailto: in front of address to force email check."
+msgstr "Escribe mailto: al principio de la dirección para forzar el envío."
+
+#: ../../include/follow.php:93
+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/follow.php:103
+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 tuyas."
+
+#: ../../include/follow.php:205
+msgid "Unable to retrieve contact information."
+msgstr "No ha sido posible recibir la información del contacto."
+
+#: ../../include/follow.php:259
+msgid "following"
+msgstr "siguiendo"
+
+#: ../../include/message.php:15 ../../include/message.php:172
+msgid "[no subject]"
+msgstr "[sin asunto]"
+
+#: ../../include/nav.php:73
 msgid "End this session"
 msgstr "Cerrar la sesión"
 
-#: ../../include/nav.php:49 ../../boot.php:1677
-msgid "Status"
-msgstr "Estado"
-
-#: ../../include/nav.php:64
+#: ../../include/nav.php:91
 msgid "Sign in"
 msgstr "Date de alta"
 
-#: ../../include/nav.php:77
+#: ../../include/nav.php:104
 msgid "Home Page"
 msgstr "Página de inicio"
 
-#: ../../include/nav.php:81
+#: ../../include/nav.php:108
 msgid "Create an account"
 msgstr "Crea una cuenta"
 
-#: ../../include/nav.php:86
+#: ../../include/nav.php:113
 msgid "Help and documentation"
 msgstr "Ayuda y documentación"
 
-#: ../../include/nav.php:89
+#: ../../include/nav.php:116
 msgid "Apps"
 msgstr "Aplicaciones"
 
-#: ../../include/nav.php:89
+#: ../../include/nav.php:116
 msgid "Addon applications, utilities, games"
 msgstr "Aplicaciones, utilidades, juegos"
 
-#: ../../include/nav.php:91
+#: ../../include/nav.php:118
 msgid "Search site content"
 msgstr " Busca contenido en la página"
 
-#: ../../include/nav.php:101
+#: ../../include/nav.php:128
 msgid "Conversations on this site"
 msgstr "Conversaciones en este sitio"
 
-#: ../../include/nav.php:103
+#: ../../include/nav.php:130
 msgid "Directory"
 msgstr "Directorio"
 
-#: ../../include/nav.php:103
+#: ../../include/nav.php:130
 msgid "People directory"
 msgstr "Directorio de usuarios"
 
-#: ../../include/nav.php:113
+#: ../../include/nav.php:140
 msgid "Conversations from your friends"
 msgstr "Conversaciones de tus amigos"
 
-#: ../../include/nav.php:121
+#: ../../include/nav.php:141
+msgid "Network Reset"
+msgstr ""
+
+#: ../../include/nav.php:141
+msgid "Load Network page with no filters"
+msgstr ""
+
+#: ../../include/nav.php:149
 msgid "Friend Requests"
 msgstr "Solicitudes de amistad"
 
-#: ../../include/nav.php:123
+#: ../../include/nav.php:151
 msgid "See all notifications"
 msgstr "Ver todas las notificaciones"
 
-#: ../../include/nav.php:124
+#: ../../include/nav.php:152
 msgid "Mark all system notifications seen"
 msgstr "Marcar todas las notificaciones del sistema como leídas"
 
-#: ../../include/nav.php:128
+#: ../../include/nav.php:156
 msgid "Private mail"
 msgstr "Correo privado"
 
-#: ../../include/nav.php:129
+#: ../../include/nav.php:157
 msgid "Inbox"
 msgstr "Entrada"
 
-#: ../../include/nav.php:130
+#: ../../include/nav.php:158
 msgid "Outbox"
 msgstr "Enviados"
 
-#: ../../include/nav.php:134
+#: ../../include/nav.php:162
 msgid "Manage"
 msgstr "Administrar"
 
-#: ../../include/nav.php:134
+#: ../../include/nav.php:162
 msgid "Manage other pages"
 msgstr "Administrar otras páginas"
 
-#: ../../include/nav.php:138 ../../boot.php:1197
-msgid "Profiles"
-msgstr "Perfiles"
+#: ../../include/nav.php:165
+msgid "Delegations"
+msgstr ""
+
+#: ../../include/nav.php:169
+msgid "Manage/Edit Profiles"
+msgstr ""
+
+#: ../../include/nav.php:171
+msgid "Manage/edit friends and contacts"
+msgstr "Administrar/editar amigos y contactos"
+
+#: ../../include/nav.php:178
+msgid "Site setup and configuration"
+msgstr "Opciones y configuración del sitio"
+
+#: ../../include/nav.php:182
+msgid "Navigation"
+msgstr ""
+
+#: ../../include/nav.php:182
+msgid "Site map"
+msgstr ""
+
+#: ../../include/profile_advanced.php:22
+msgid "j F, Y"
+msgstr "j F, Y"
+
+#: ../../include/profile_advanced.php:23
+msgid "j F"
+msgstr "j F"
+
+#: ../../include/profile_advanced.php:30
+msgid "Birthday:"
+msgstr "Fecha de nacimiento:"
+
+#: ../../include/profile_advanced.php:34
+msgid "Age:"
+msgstr "Edad:"
+
+#: ../../include/profile_advanced.php:43
+#, php-format
+msgid "for %1$d %2$s"
+msgstr "por %1$d %2$s"
+
+#: ../../include/profile_advanced.php:52
+msgid "Tags:"
+msgstr "Etiquetas:"
+
+#: ../../include/profile_advanced.php:56
+msgid "Religion:"
+msgstr "Religión:"
+
+#: ../../include/profile_advanced.php:60
+msgid "Hobbies/Interests:"
+msgstr "Aficiones/Intereses:"
+
+#: ../../include/profile_advanced.php:67
+msgid "Contact information and Social Networks:"
+msgstr "Información de contacto y Redes sociales:"
+
+#: ../../include/profile_advanced.php:69
+msgid "Musical interests:"
+msgstr "Intereses musicales:"
+
+#: ../../include/profile_advanced.php:71
+msgid "Books, literature:"
+msgstr "Libros, literatura:"
+
+#: ../../include/profile_advanced.php:73
+msgid "Television:"
+msgstr "Televisión:"
+
+#: ../../include/profile_advanced.php:75
+msgid "Film/dance/culture/entertainment:"
+msgstr "Películas/baile/cultura/entretenimiento:"
+
+#: ../../include/profile_advanced.php:77
+msgid "Love/Romance:"
+msgstr "Amor/Romance:"
+
+#: ../../include/profile_advanced.php:79
+msgid "Work/employment:"
+msgstr "Trabajo/ocupación:"
 
-#: ../../include/nav.php:138 ../../boot.php:1197
-msgid "Manage/edit profiles"
-msgstr "Administrar/editar perfiles"
+#: ../../include/profile_advanced.php:81
+msgid "School/education:"
+msgstr "Escuela/estudios:"
 
-#: ../../include/nav.php:139
-msgid "Manage/edit friends and contacts"
-msgstr "Administrar/editar amigos y contactos"
+#: ../../include/bbcode.php:215 ../../include/bbcode.php:620
+#: ../../include/bbcode.php:621
+msgid "Image/photo"
+msgstr "Imagen/Foto"
 
-#: ../../include/nav.php:146
-msgid "Site setup and configuration"
-msgstr "Opciones y configuración del sitio"
+#: ../../include/bbcode.php:285
+#, php-format
+msgid ""
+"<span><a href=\"%s\" target=\"external-link\">%s</a> wrote the following <a "
+"href=\"%s\" target=\"external-link\">post</a>"
+msgstr ""
 
-#: ../../include/nav.php:170
-msgid "Nothing new here"
-msgstr "Nada nuevo por aquí"
+#: ../../include/bbcode.php:584 ../../include/bbcode.php:604
+msgid "$1 wrote:"
+msgstr "$1 escribió:"
 
-#: ../../include/contact_widgets.php:6
-msgid "Add New Contact"
-msgstr "Añadir nuevo contacto"
+#: ../../include/bbcode.php:631 ../../include/bbcode.php:632
+msgid "Encrypted content"
+msgstr "Contenido cifrado"
 
-#: ../../include/contact_widgets.php:7
-msgid "Enter address or web location"
-msgstr "Escribe la dirección o página web"
+#: ../../include/contact_selectors.php:32
+msgid "Unknown | Not categorised"
+msgstr "Desconocido | No clasificado"
 
-#: ../../include/contact_widgets.php:8
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr "Ejemplo: miguel@ejemplo.com, http://ejemplo.com/miguel"
+#: ../../include/contact_selectors.php:33
+msgid "Block immediately"
+msgstr "Bloquear inmediatamente"
 
-#: ../../include/contact_widgets.php:23
-#, php-format
-msgid "%d invitation available"
-msgid_plural "%d invitations available"
-msgstr[0] "%d invitación disponible"
-msgstr[1] "%d invitaviones disponibles"
+#: ../../include/contact_selectors.php:34
+msgid "Shady, spammer, self-marketer"
+msgstr "Sospechoso, spammer, auto-publicidad"
 
-#: ../../include/contact_widgets.php:29
-msgid "Find People"
-msgstr "Buscar personas"
+#: ../../include/contact_selectors.php:35
+msgid "Known to me, but no opinion"
+msgstr "Le conozco, sin opinión"
 
-#: ../../include/contact_widgets.php:30
-msgid "Enter name or interest"
-msgstr "Introduzce nombre o intereses"
+#: ../../include/contact_selectors.php:36
+msgid "OK, probably harmless"
+msgstr "OK, probablemente inofensivo"
 
-#: ../../include/contact_widgets.php:31
-msgid "Connect/Follow"
-msgstr "Conectar/Seguir"
+#: ../../include/contact_selectors.php:37
+msgid "Reputable, has my trust"
+msgstr "Buena reputación, tiene mi confianza"
 
-#: ../../include/contact_widgets.php:32
-msgid "Examples: Robert Morgenstein, Fishing"
-msgstr "Ejemplos: Robert Morgenstein, Pesca"
+#: ../../include/contact_selectors.php:60
+msgid "Weekly"
+msgstr "Semanalmente"
 
-#: ../../include/contact_widgets.php:36
-msgid "Random Profile"
-msgstr "Perfil aleatorio"
+#: ../../include/contact_selectors.php:61
+msgid "Monthly"
+msgstr "Mensualmente"
 
-#: ../../include/contact_widgets.php:68
-msgid "Networks"
-msgstr "Redes"
+#: ../../include/contact_selectors.php:77
+msgid "OStatus"
+msgstr "OStatus"
 
-#: ../../include/contact_widgets.php:71
-msgid "All Networks"
-msgstr "Todas las redes"
+#: ../../include/contact_selectors.php:78
+msgid "RSS/Atom"
+msgstr "RSS/Atom"
 
-#: ../../include/contact_widgets.php:98
-msgid "Saved Folders"
-msgstr "Directorios guardados"
+#: ../../include/contact_selectors.php:82
+msgid "Zot!"
+msgstr "Zot!"
 
-#: ../../include/contact_widgets.php:101 ../../include/contact_widgets.php:129
-msgid "Everything"
-msgstr "Todo"
+#: ../../include/contact_selectors.php:83
+msgid "LinkedIn"
+msgstr "LinkedIn"
 
-#: ../../include/contact_widgets.php:126
-msgid "Categories"
-msgstr "Categorías"
+#: ../../include/contact_selectors.php:84
+msgid "XMPP/IM"
+msgstr "XMPP/IM"
 
-#: ../../include/auth.php:35
-msgid "Logged out."
-msgstr "Sesión finalizada"
+#: ../../include/contact_selectors.php:85
+msgid "MySpace"
+msgstr "MySpace"
 
-#: ../../include/auth.php:114
-msgid ""
-"We encountered a problem while logging in with the OpenID you provided. "
-"Please check the correct spelling of the ID."
-msgstr "Se ha encontrado un problema para acceder con el OpenID que has escrito. Verifica que lo hayas escrito correctamente."
+#: ../../include/contact_selectors.php:87
+msgid "Google+"
+msgstr ""
 
-#: ../../include/auth.php:114
-msgid "The error message was:"
-msgstr "El mensaje del error fue:"
+#: ../../include/contact_selectors.php:88
+msgid "pump.io"
+msgstr ""
+
+#: ../../include/contact_selectors.php:89
+msgid "Twitter"
+msgstr ""
 
 #: ../../include/datetime.php:43 ../../include/datetime.php:45
 msgid "Miscellaneous"
@@ -8630,10 +6827,26 @@ msgstr "nunca"
 msgid "less than a second ago"
 msgstr "hace menos de un segundo"
 
+#: ../../include/datetime.php:285
+msgid "years"
+msgstr "años"
+
+#: ../../include/datetime.php:286
+msgid "months"
+msgstr "meses"
+
 #: ../../include/datetime.php:287
 msgid "week"
 msgstr "semana"
 
+#: ../../include/datetime.php:287
+msgid "weeks"
+msgstr "semanas"
+
+#: ../../include/datetime.php:288
+msgid "days"
+msgstr "días"
+
 #: ../../include/datetime.php:289
 msgid "hour"
 msgstr "hora"
@@ -8663,365 +6876,199 @@ msgstr "segundos"
 msgid "%1$d %2$s ago"
 msgstr "hace %1$d %2$s"
 
-#: ../../include/datetime.php:472 ../../include/items.php:1689
-#, php-format
-msgid "%s's birthday"
-msgstr "Cumpleaños de %s"
-
-#: ../../include/datetime.php:473 ../../include/items.php:1690
-#, php-format
-msgid "Happy Birthday %s"
-msgstr "Feliz cumpleaños %s"
-
-#: ../../include/onepoll.php:414
-msgid "From: "
-msgstr "De: "
-
-#: ../../include/bbcode.php:185 ../../include/bbcode.php:406
-msgid "Image/photo"
-msgstr "Imagen/Foto"
-
-#: ../../include/bbcode.php:371 ../../include/bbcode.php:391
-msgid "$1 wrote:"
-msgstr "$1 escribió:"
-
-#: ../../include/bbcode.php:410 ../../include/bbcode.php:411
-msgid "Encrypted content"
-msgstr "Contenido cifrado"
-
-#: ../../include/dba.php:41
-#, php-format
-msgid "Cannot locate DNS info for database server '%s'"
-msgstr "No se puede encontrar información DNS para la base de datos del servidor '%s'"
-
-#: ../../include/message.php:15 ../../include/message.php:171
-msgid "[no subject]"
-msgstr "[sin asunto]"
-
-#: ../../include/acl_selectors.php:286
-msgid "Visible to everybody"
-msgstr "Visible para cualquiera"
-
-#: ../../include/enotify.php:16
-msgid "Friendica Notification"
-msgstr "Notificación de Friendica"
-
-#: ../../include/enotify.php:19
-msgid "Thank You,"
-msgstr "Gracias,"
-
-#: ../../include/enotify.php:21
-#, php-format
-msgid "%s Administrator"
-msgstr "%s Administrador"
-
-#: ../../include/enotify.php:40
-#, php-format
-msgid "%s <!item_type!>"
-msgstr "%s <!item_type!>"
-
-#: ../../include/enotify.php:44
-#, php-format
-msgid "[Friendica:Notify] New mail received at %s"
-msgstr "[Friendica:Notificación] Nuevo correo recibido de %s"
-
-#: ../../include/enotify.php:46
-#, php-format
-msgid "%1$s sent you a new private message at %2$s."
-msgstr "%1$s te ha enviado un mensaje privado desde %2$s."
-
-#: ../../include/enotify.php:47
-#, php-format
-msgid "%1$s sent you %2$s."
-msgstr "%1$s te ha enviado %2$s."
-
-#: ../../include/enotify.php:47
-msgid "a private message"
-msgstr "un mensaje privado"
-
-#: ../../include/enotify.php:48
-#, php-format
-msgid "Please visit %s to view and/or reply to your private messages."
-msgstr "Por favor, visita %s para ver y/o responder a tus mensajes privados."
-
-#: ../../include/enotify.php:89
-#, php-format
-msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
-msgstr "%1$s comentó en [url=%2$s]a %3$s[/url]"
-
-#: ../../include/enotify.php:96
-#, php-format
-msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
-msgstr "%1$s comentó en [url=%2$s] %4$s de %3$s[/url]"
-
-#: ../../include/enotify.php:104
-#, php-format
-msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
-msgstr "%1$s comentó en [url=%2$s] tu %3$s[/url]"
-
-#: ../../include/enotify.php:114
-#, php-format
-msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
-msgstr "[Friendica:Notificación] Comentario en la conversación de #%1$d por %2$s"
-
-#: ../../include/enotify.php:115
-#, php-format
-msgid "%s commented on an item/conversation you have been following."
-msgstr "%s ha comentado en una conversación/elemento que sigues."
-
-#: ../../include/enotify.php:118 ../../include/enotify.php:133
-#: ../../include/enotify.php:146 ../../include/enotify.php:164
-#: ../../include/enotify.php:177
-#, php-format
-msgid "Please visit %s to view and/or reply to the conversation."
-msgstr "Por favor, visita %s para ver y/o responder a la conversación."
-
-#: ../../include/enotify.php:125
-#, php-format
-msgid "[Friendica:Notify] %s posted to your profile wall"
-msgstr "[Friendica:Notificación] %s publicó en tu muro"
-
-#: ../../include/enotify.php:127
-#, php-format
-msgid "%1$s posted to your profile wall at %2$s"
-msgstr "%1$s publicó en tu perfil de %2$s"
-
-#: ../../include/enotify.php:129
-#, php-format
-msgid "%1$s posted to [url=%2$s]your wall[/url]"
-msgstr "%1$s publicó en [url=%2$s]tu muro[/url]"
-
-#: ../../include/enotify.php:140
-#, php-format
-msgid "[Friendica:Notify] %s tagged you"
-msgstr "[Friendica:Notificación] %s te ha nombrado"
-
-#: ../../include/enotify.php:141
-#, php-format
-msgid "%1$s tagged you at %2$s"
-msgstr "%1$s te ha nombrado en %2$s"
-
-#: ../../include/enotify.php:142
-#, php-format
-msgid "%1$s [url=%2$s]tagged you[/url]."
-msgstr "%1$s [url=%2$s]te nombró[/url]."
-
-#: ../../include/enotify.php:154
+#: ../../include/datetime.php:472 ../../include/items.php:1829
 #, php-format
-msgid "[Friendica:Notify] %1$s poked you"
-msgstr "[Friendica:Notify] %1$s te dio un toque"
+msgid "%s's birthday"
+msgstr "Cumpleaños de %s"
 
-#: ../../include/enotify.php:155
+#: ../../include/datetime.php:473 ../../include/items.php:1830
 #, php-format
-msgid "%1$s poked you at %2$s"
-msgstr "%1$s te dio un toque en %2$s"
+msgid "Happy Birthday %s"
+msgstr "Feliz cumpleaños %s"
 
-#: ../../include/enotify.php:156
-#, php-format
-msgid "%1$s [url=%2$s]poked you[/url]."
-msgstr "%1$s [url=%2$s]te dio un toque[/url]."
+#: ../../include/features.php:23
+msgid "General Features"
+msgstr ""
 
-#: ../../include/enotify.php:171
-#, php-format
-msgid "[Friendica:Notify] %s tagged your post"
-msgstr "[Friendica:Notificación] %s ha etiquetado tu publicación"
+#: ../../include/features.php:25
+msgid "Multiple Profiles"
+msgstr ""
 
-#: ../../include/enotify.php:172
-#, php-format
-msgid "%1$s tagged your post at %2$s"
-msgstr "%1$s ha etiquetado tu publicación en %2$s"
+#: ../../include/features.php:25
+msgid "Ability to create multiple profiles"
+msgstr ""
 
-#: ../../include/enotify.php:173
-#, php-format
-msgid "%1$s tagged [url=%2$s]your post[/url]"
-msgstr "%1$s ha etiquetado [url=%2$s]tu publicación[/url]"
+#: ../../include/features.php:30
+msgid "Post Composition Features"
+msgstr ""
 
-#: ../../include/enotify.php:184
-msgid "[Friendica:Notify] Introduction received"
-msgstr "[Friendica:Notificación] Presentación recibida"
+#: ../../include/features.php:31
+msgid "Richtext Editor"
+msgstr ""
 
-#: ../../include/enotify.php:185
-#, php-format
-msgid "You've received an introduction from '%1$s' at %2$s"
-msgstr "Has recibido una presentación de '%1$s' en %2$s"
+#: ../../include/features.php:31
+msgid "Enable richtext editor"
+msgstr ""
 
-#: ../../include/enotify.php:186
-#, php-format
-msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
-msgstr "Has recibido [url=%1$s]una presentación[/url] de %2$s."
+#: ../../include/features.php:32
+msgid "Post Preview"
+msgstr ""
 
-#: ../../include/enotify.php:189 ../../include/enotify.php:207
-#, php-format
-msgid "You may visit their profile at %s"
-msgstr "Puedes visitar su perfil en %s"
+#: ../../include/features.php:32
+msgid "Allow previewing posts and comments before publishing them"
+msgstr ""
 
-#: ../../include/enotify.php:191
-#, php-format
-msgid "Please visit %s to approve or reject the introduction."
-msgstr "Visita %s para aceptar o rechazar la presentación por favor."
+#: ../../include/features.php:37
+msgid "Network Sidebar Widgets"
+msgstr ""
 
-#: ../../include/enotify.php:198
-msgid "[Friendica:Notify] Friend suggestion received"
-msgstr "[Friendica:Notificación] Sugerencia de amigo recibida"
+#: ../../include/features.php:38
+msgid "Search by Date"
+msgstr ""
 
-#: ../../include/enotify.php:199
-#, php-format
-msgid "You've received a friend suggestion from '%1$s' at %2$s"
-msgstr "Has recibido una sugerencia de amigo de '%1$s' en %2$s"
+#: ../../include/features.php:38
+msgid "Ability to select posts by date ranges"
+msgstr ""
 
-#: ../../include/enotify.php:200
-#, php-format
-msgid ""
-"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
-msgstr "Has recibido [url=%1$s]una sugerencia de amigo[/url] en %2$s de %3$s."
+#: ../../include/features.php:39
+msgid "Group Filter"
+msgstr ""
 
-#: ../../include/enotify.php:205
-msgid "Name:"
-msgstr "Nombre: "
+#: ../../include/features.php:39
+msgid "Enable widget to display Network posts only from selected group"
+msgstr ""
 
-#: ../../include/enotify.php:206
-msgid "Photo:"
-msgstr "Foto: "
+#: ../../include/features.php:40
+msgid "Network Filter"
+msgstr ""
 
-#: ../../include/enotify.php:209
-#, php-format
-msgid "Please visit %s to approve or reject the suggestion."
-msgstr "Visita %s para aceptar o rechazar la sugerencia por favor."
+#: ../../include/features.php:40
+msgid "Enable widget to display Network posts only from selected network"
+msgstr ""
 
-#: ../../include/follow.php:32
-msgid "Connect URL missing."
-msgstr "Falta el conector URL."
+#: ../../include/features.php:41
+msgid "Save search terms for re-use"
+msgstr ""
 
-#: ../../include/follow.php:59
-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/features.php:46
+msgid "Network Tabs"
+msgstr ""
 
-#: ../../include/follow.php:60 ../../include/follow.php:80
-msgid "No compatible communication protocols or feeds were discovered."
-msgstr "No se ha descubierto protocolos de comunicación o fuentes compatibles."
+#: ../../include/features.php:47
+msgid "Network Personal Tab"
+msgstr ""
 
-#: ../../include/follow.php:78
-msgid "The profile address specified does not provide adequate information."
-msgstr "La dirección del perfil especificado no proporciona información adecuada."
+#: ../../include/features.php:47
+msgid "Enable tab to display only Network posts that you've interacted on"
+msgstr ""
 
-#: ../../include/follow.php:82
-msgid "An author or name was not found."
-msgstr "No se ha encontrado un autor o nombre."
+#: ../../include/features.php:48
+msgid "Network New Tab"
+msgstr ""
 
-#: ../../include/follow.php:84
-msgid "No browser URL could be matched to this address."
-msgstr "Ninguna dirección concuerda con la suministrada."
+#: ../../include/features.php:48
+msgid "Enable tab to display only new Network posts (from the last 12 hours)"
+msgstr ""
 
-#: ../../include/follow.php:86
-msgid ""
-"Unable to match @-style Identity Address with a known protocol or email "
-"contact."
-msgstr "Imposible identificar la dirección @ con algún protocolo conocido o dirección de contacto."
+#: ../../include/features.php:49
+msgid "Network Shared Links Tab"
+msgstr ""
 
-#: ../../include/follow.php:87
-msgid "Use mailto: in front of address to force email check."
-msgstr "Escribe mailto: al principio de la dirección para forzar el envío."
+#: ../../include/features.php:49
+msgid "Enable tab to display only Network posts with links in them"
+msgstr ""
 
-#: ../../include/follow.php:93
-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/features.php:54
+msgid "Post/Comment Tools"
+msgstr ""
 
-#: ../../include/follow.php:103
-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 tuyas."
+#: ../../include/features.php:55
+msgid "Multiple Deletion"
+msgstr ""
 
-#: ../../include/follow.php:205
-msgid "Unable to retrieve contact information."
-msgstr "No ha sido posible recibir la información del contacto."
+#: ../../include/features.php:55
+msgid "Select and delete multiple posts/comments at once"
+msgstr ""
 
-#: ../../include/follow.php:259
-msgid "following"
-msgstr "siguiendo"
+#: ../../include/features.php:56
+msgid "Edit Sent Posts"
+msgstr ""
 
-#: ../../include/items.php:3300
-msgid "A new person is sharing with you at "
-msgstr "Una nueva persona está compartiendo contigo en "
+#: ../../include/features.php:56
+msgid "Edit and correct posts and comments after sending"
+msgstr ""
 
-#: ../../include/items.php:3300
-msgid "You have a new follower at "
-msgstr "Tienes un nuevo seguidor en "
+#: ../../include/features.php:57
+msgid "Tagging"
+msgstr ""
 
-#: ../../include/items.php:3981
-msgid "Archives"
-msgstr "Archivos"
+#: ../../include/features.php:57
+msgid "Ability to tag existing posts"
+msgstr ""
 
-#: ../../include/user.php:38
-msgid "An invitation is required."
-msgstr "Se necesita invitación."
+#: ../../include/features.php:58
+msgid "Post Categories"
+msgstr ""
 
-#: ../../include/user.php:43
-msgid "Invitation could not be verified."
-msgstr "No se puede verificar la invitación."
+#: ../../include/features.php:58
+msgid "Add categories to your posts"
+msgstr ""
 
-#: ../../include/user.php:51
-msgid "Invalid OpenID url"
-msgstr "Dirección OpenID no válida"
+#: ../../include/features.php:59
+msgid "Ability to file posts under folders"
+msgstr ""
 
-#: ../../include/user.php:66
-msgid "Please enter the required information."
-msgstr "Por favor, introduce la información necesaria."
+#: ../../include/features.php:60
+msgid "Dislike Posts"
+msgstr ""
 
-#: ../../include/user.php:80
-msgid "Please use a shorter name."
-msgstr "Por favor, usa un nombre más corto."
+#: ../../include/features.php:60
+msgid "Ability to dislike posts/comments"
+msgstr ""
 
-#: ../../include/user.php:82
-msgid "Name too short."
-msgstr "El nombre es demasiado corto."
+#: ../../include/features.php:61
+msgid "Star Posts"
+msgstr ""
 
-#: ../../include/user.php:97
-msgid "That doesn't appear to be your full (First Last) name."
-msgstr "No parece que ese sea tu nombre completo."
+#: ../../include/features.php:61
+msgid "Ability to mark special posts with a star indicator"
+msgstr ""
 
-#: ../../include/user.php:102
-msgid "Your email domain is not among those allowed on this site."
-msgstr "Tu dominio de correo no se encuentra entre los permitidos en este sitio."
+#: ../../include/diaspora.php:704
+msgid "Sharing notification from Diaspora network"
+msgstr "Compartir notificaciones con la red Diaspora*"
 
-#: ../../include/user.php:105
-msgid "Not a valid email address."
-msgstr "No es una dirección de correo electrónico válida."
+#: ../../include/diaspora.php:2269
+msgid "Attachments:"
+msgstr "Archivos adjuntos:"
 
-#: ../../include/user.php:115
-msgid "Cannot use that email."
-msgstr "No se puede utilizar este correo electrónico."
+#: ../../include/acl_selectors.php:325
+msgid "Visible to everybody"
+msgstr "Visible para cualquiera"
 
-#: ../../include/user.php:121
-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 debe empezar por una letra."
+#: ../../include/items.php:3539
+msgid "A new person is sharing with you at "
+msgstr "Una nueva persona está compartiendo contigo en "
 
-#: ../../include/user.php:127 ../../include/user.php:225
-msgid "Nickname is already registered. Please choose another."
-msgstr "Apodo ya registrado. Por favor, elije otro."
+#: ../../include/items.php:3539
+msgid "You have a new follower at "
+msgstr "Tienes un nuevo seguidor en "
 
-#: ../../include/user.php:137
-msgid ""
-"Nickname was once registered here and may not be re-used. Please choose "
-"another."
-msgstr "El apodo ya ha sido registrado alguna vez y no puede volver a usarse. Por favor, utiliza otro."
+#: ../../include/items.php:4062
+msgid "Do you really want to delete this item?"
+msgstr ""
 
-#: ../../include/user.php:153
-msgid "SERIOUS ERROR: Generation of security keys failed."
-msgstr "ERROR GRAVE: La generación de claves de seguridad ha fallado."
+#: ../../include/items.php:4285
+msgid "Archives"
+msgstr "Archivos"
 
-#: ../../include/user.php:211
-msgid "An error occurred during registration. Please try again."
-msgstr "Se produjo un error durante el registro. Por favor, inténtalo de nuevo."
+#: ../../include/oembed.php:140
+msgid "Embedded content"
+msgstr "Contenido integrado"
 
-#: ../../include/user.php:246
-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/oembed.php:149
+msgid "Embedding disabled"
+msgstr "Contenido incrustrado desabilitado"
 
 #: ../../include/security.php:22
 msgid "Welcome "
@@ -9035,310 +7082,249 @@ msgstr "Por favor sube una foto para tu perfil."
 msgid "Welcome back "
 msgstr "Bienvenido de nuevo "
 
-#: ../../include/security.php:354
+#: ../../include/security.php:366
 msgid ""
 "The form security token was not correct. This probably happened because the "
 "form has been opened for too long (>3 hours) before submitting it."
 msgstr "La ficha de seguridad no es correcta. Seguramente haya ocurrido por haber dejado el formulario abierto demasiado tiempo (>3 horas) antes de enviarlo."
 
-#: ../../include/Contact.php:111
-msgid "stopped following"
-msgstr "dejó de seguir"
-
-#: ../../include/Contact.php:220 ../../include/conversation.php:791
-msgid "Poke"
-msgstr "Toque"
-
-#: ../../include/Contact.php:221 ../../include/conversation.php:785
-msgid "View Status"
-msgstr "Ver estado"
-
-#: ../../include/Contact.php:222 ../../include/conversation.php:786
-msgid "View Profile"
-msgstr "Ver perfil"
-
-#: ../../include/Contact.php:223 ../../include/conversation.php:787
-msgid "View Photos"
-msgstr "Ver fotos"
-
-#: ../../include/Contact.php:224 ../../include/Contact.php:237
-#: ../../include/conversation.php:788
-msgid "Network Posts"
-msgstr "Publicaciones en la red"
-
-#: ../../include/Contact.php:225 ../../include/Contact.php:237
-#: ../../include/conversation.php:789
-msgid "Edit Contact"
-msgstr "Editar contacto"
-
-#: ../../include/Contact.php:226 ../../include/Contact.php:237
-#: ../../include/conversation.php:790
-msgid "Send PM"
-msgstr "Enviar mensaje privado"
-
-#: ../../include/conversation.php:206
-#, php-format
-msgid "%1$s poked %2$s"
-msgstr "%1$s le dio un toque a %2$s"
-
-#: ../../include/conversation.php:290
-msgid "post/item"
-msgstr "publicación/tema"
-
-#: ../../include/conversation.php:291
-#, php-format
-msgid "%1$s marked %2$s's %3$s as favorite"
-msgstr "%1$s ha marcado %3$s de %2$s como Favorito"
-
-#: ../../include/conversation.php:595 ../../object/Item.php:218
-msgid "Categories:"
-msgstr ""
-
-#: ../../include/conversation.php:596 ../../object/Item.php:219
-msgid "Filed under:"
-msgstr ""
+#: ../../include/profile_selectors.php:6
+msgid "Male"
+msgstr "Hombre"
 
-#: ../../include/conversation.php:681
-msgid "remove"
-msgstr "eliminar"
+#: ../../include/profile_selectors.php:6
+msgid "Female"
+msgstr "Mujer"
 
-#: ../../include/conversation.php:685
-msgid "Delete Selected Items"
-msgstr "Eliminar el elemento seleccionado"
+#: ../../include/profile_selectors.php:6
+msgid "Currently Male"
+msgstr "Actualmente Hombre"
 
-#: ../../include/conversation.php:784
-msgid "Follow Thread"
-msgstr ""
+#: ../../include/profile_selectors.php:6
+msgid "Currently Female"
+msgstr "Actualmente Mujer"
 
-#: ../../include/conversation.php:853
-#, php-format
-msgid "%s likes this."
-msgstr "A %s le gusta esto."
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Male"
+msgstr "Mayormente Hombre"
 
-#: ../../include/conversation.php:853
-#, php-format
-msgid "%s doesn't like this."
-msgstr "A %s no le gusta esto."
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Female"
+msgstr "Mayormente Mujer"
 
-#: ../../include/conversation.php:857
-#, php-format
-msgid "<span  %1$s>%2$d people</span> like this."
-msgstr "Le gusta a <span %1$s>%2$d personas</span>."
+#: ../../include/profile_selectors.php:6
+msgid "Transgender"
+msgstr "Transgenérico"
 
-#: ../../include/conversation.php:859
-#, 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>."
+#: ../../include/profile_selectors.php:6
+msgid "Intersex"
+msgstr "Bisexual"
 
-#: ../../include/conversation.php:865
-msgid "and"
-msgstr "y"
+#: ../../include/profile_selectors.php:6
+msgid "Transsexual"
+msgstr "Transexual"
 
-#: ../../include/conversation.php:868
-#, php-format
-msgid ", and %d other people"
-msgstr " y a otras %d personas"
+#: ../../include/profile_selectors.php:6
+msgid "Hermaphrodite"
+msgstr "Hermafrodita"
 
-#: ../../include/conversation.php:869
-#, php-format
-msgid "%s like this."
-msgstr "Le gusta a %s."
+#: ../../include/profile_selectors.php:6
+msgid "Neuter"
+msgstr "Neutro"
 
-#: ../../include/conversation.php:869
-#, php-format
-msgid "%s don't like this."
-msgstr "No le gusta a %s."
+#: ../../include/profile_selectors.php:6
+msgid "Non-specific"
+msgstr "Sin especificar"
 
-#: ../../include/conversation.php:893 ../../include/conversation.php:910
-msgid "Visible to <strong>everybody</strong>"
-msgstr "Visible para <strong>cualquiera</strong>"
+#: ../../include/profile_selectors.php:6
+msgid "Other"
+msgstr "Otro"
 
-#: ../../include/conversation.php:895 ../../include/conversation.php:912
-msgid "Please enter a video link/URL:"
-msgstr "Por favor, introduce la URL/enlace del vídeo:"
+#: ../../include/profile_selectors.php:6
+msgid "Undecided"
+msgstr "Indeciso"
 
-#: ../../include/conversation.php:896 ../../include/conversation.php:913
-msgid "Please enter an audio link/URL:"
-msgstr "Por favor, introduce la URL/enlace del audio:"
+#: ../../include/profile_selectors.php:23
+msgid "Males"
+msgstr "Hombres"
 
-#: ../../include/conversation.php:897 ../../include/conversation.php:914
-msgid "Tag term:"
-msgstr "Etiquetar:"
+#: ../../include/profile_selectors.php:23
+msgid "Females"
+msgstr "Mujeres"
 
-#: ../../include/conversation.php:899 ../../include/conversation.php:916
-msgid "Where are you right now?"
-msgstr "¿Dónde estás ahora?"
+#: ../../include/profile_selectors.php:23
+msgid "Gay"
+msgstr "Gay"
 
-#: ../../include/conversation.php:978
-msgid "permissions"
-msgstr "permisos"
+#: ../../include/profile_selectors.php:23
+msgid "Lesbian"
+msgstr "Lesbiana"
 
-#: ../../include/plugin.php:389 ../../include/plugin.php:391
-msgid "Click here to upgrade."
-msgstr "Pulsa aquí para actualizar."
+#: ../../include/profile_selectors.php:23
+msgid "No Preference"
+msgstr "Sin preferencias"
 
-#: ../../include/plugin.php:397
-msgid "This action exceeds the limits set by your subscription plan."
-msgstr "Esta acción excede los límites permitidos por tu subscripción."
+#: ../../include/profile_selectors.php:23
+msgid "Bisexual"
+msgstr "Bisexual"
 
-#: ../../include/plugin.php:402
-msgid "This action is not available under your subscription plan."
-msgstr "Esta acción no está permitida para tu subscripción."
+#: ../../include/profile_selectors.php:23
+msgid "Autosexual"
+msgstr "Autosexual"
 
-#: ../../boot.php:584
-msgid "Delete this item?"
-msgstr "¿Eliminar este elemento?"
+#: ../../include/profile_selectors.php:23
+msgid "Abstinent"
+msgstr "Célibe"
 
-#: ../../boot.php:587
-msgid "show fewer"
-msgstr "ver menos"
+#: ../../include/profile_selectors.php:23
+msgid "Virgin"
+msgstr "Virgen"
 
-#: ../../boot.php:794
-#, php-format
-msgid "Update %s failed. See error logs."
-msgstr "Falló la actualización de %s. Mira los registros de errores."
+#: ../../include/profile_selectors.php:23
+msgid "Deviant"
+msgstr "Desviado"
 
-#: ../../boot.php:796
-#, php-format
-msgid "Update Error at %s"
-msgstr "Error actualizado en %s"
+#: ../../include/profile_selectors.php:23
+msgid "Fetish"
+msgstr "Fetichista"
 
-#: ../../boot.php:897
-msgid "Create a New Account"
-msgstr "Crear una nueva cuenta"
+#: ../../include/profile_selectors.php:23
+msgid "Oodles"
+msgstr "Orgiástico"
 
-#: ../../boot.php:925
-msgid "Nickname or Email address: "
-msgstr "Apodo o dirección de email: "
+#: ../../include/profile_selectors.php:23
+msgid "Nonsexual"
+msgstr "Asexual"
 
-#: ../../boot.php:926
-msgid "Password: "
-msgstr "Contraseña: "
+#: ../../include/profile_selectors.php:42
+msgid "Single"
+msgstr "Soltero"
 
-#: ../../boot.php:929
-msgid "Or login using OpenID: "
-msgstr "O inicia sesión usando OpenID: "
+#: ../../include/profile_selectors.php:42
+msgid "Lonely"
+msgstr "Solitario"
 
-#: ../../boot.php:935
-msgid "Forgot your password?"
-msgstr "¿Olvidaste la contraseña?"
+#: ../../include/profile_selectors.php:42
+msgid "Available"
+msgstr "Disponible"
 
-#: ../../boot.php:1046
-msgid "Requested account is not available."
-msgstr "La cuenta solicitada no está disponible."
+#: ../../include/profile_selectors.php:42
+msgid "Unavailable"
+msgstr "No disponible"
 
-#: ../../boot.php:1123
-msgid "Edit profile"
-msgstr "Editar perfil"
+#: ../../include/profile_selectors.php:42
+msgid "Has crush"
+msgstr "Enamorado"
 
-#: ../../boot.php:1189
-msgid "Message"
-msgstr "Mensaje"
+#: ../../include/profile_selectors.php:42
+msgid "Infatuated"
+msgstr "Loco/a por alguien"
 
-#: ../../boot.php:1311 ../../boot.php:1397
-msgid "g A l F d"
-msgstr "g A l F d"
+#: ../../include/profile_selectors.php:42
+msgid "Dating"
+msgstr "De citas"
 
-#: ../../boot.php:1312 ../../boot.php:1398
-msgid "F d"
-msgstr "F d"
+#: ../../include/profile_selectors.php:42
+msgid "Unfaithful"
+msgstr "Infiel"
 
-#: ../../boot.php:1357 ../../boot.php:1438
-msgid "[today]"
-msgstr "[hoy]"
+#: ../../include/profile_selectors.php:42
+msgid "Sex Addict"
+msgstr "Adicto al sexo"
 
-#: ../../boot.php:1369
-msgid "Birthday Reminders"
-msgstr "Recordatorios de cumpleaños"
+#: ../../include/profile_selectors.php:42
+msgid "Friends/Benefits"
+msgstr "Amigos con beneficios"
 
-#: ../../boot.php:1370
-msgid "Birthdays this week:"
-msgstr "Cumpleaños esta semana:"
+#: ../../include/profile_selectors.php:42
+msgid "Casual"
+msgstr "Casual"
 
-#: ../../boot.php:1431
-msgid "[No description]"
-msgstr "[Sin descripción]"
+#: ../../include/profile_selectors.php:42
+msgid "Engaged"
+msgstr "Comprometido/a"
 
-#: ../../boot.php:1449
-msgid "Event Reminders"
-msgstr "Recordatorios de eventos"
+#: ../../include/profile_selectors.php:42
+msgid "Married"
+msgstr "Casado/a"
 
-#: ../../boot.php:1450
-msgid "Events this week:"
-msgstr "Eventos de esta semana:"
+#: ../../include/profile_selectors.php:42
+msgid "Imaginarily married"
+msgstr "Casado imaginario"
 
-#: ../../boot.php:1680
-msgid "Status Messages and Posts"
-msgstr "Mensajes de Estado y Publicaciones"
+#: ../../include/profile_selectors.php:42
+msgid "Partners"
+msgstr "Socios"
 
-#: ../../boot.php:1687
-msgid "Profile Details"
-msgstr "Detalles del Perfil"
+#: ../../include/profile_selectors.php:42
+msgid "Cohabiting"
+msgstr "Cohabitando"
 
-#: ../../boot.php:1704
-msgid "Events and Calendar"
-msgstr "Eventos y Calendario"
+#: ../../include/profile_selectors.php:42
+msgid "Common law"
+msgstr "Pareja de hecho"
 
-#: ../../boot.php:1711
-msgid "Only You Can See This"
-msgstr "Únicamente tú puedes ver esto"
+#: ../../include/profile_selectors.php:42
+msgid "Happy"
+msgstr "Feliz"
 
-#: ../../index.php:380
-msgid "toggle mobile"
-msgstr ""
+#: ../../include/profile_selectors.php:42
+msgid "Not looking"
+msgstr "No busca relación"
 
-#: ../../addon.old/bg/bg.php:51
-msgid "Bg settings updated."
-msgstr "Ajustes de fondo actualizados."
+#: ../../include/profile_selectors.php:42
+msgid "Swinger"
+msgstr "Swinger"
 
-#: ../../addon.old/bg/bg.php:82
-msgid "Bg Settings"
-msgstr "Ajustes de fondo"
+#: ../../include/profile_selectors.php:42
+msgid "Betrayed"
+msgstr "Traicionado/a"
 
-#: ../../addon.old/drpost/drpost.php:35
-msgid "Post to Drupal"
-msgstr "Publicar en Drupal"
+#: ../../include/profile_selectors.php:42
+msgid "Separated"
+msgstr "Separado/a"
 
-#: ../../addon.old/drpost/drpost.php:72
-msgid "Drupal Post Settings"
-msgstr "Configuración de las publicaciones en Drupal"
+#: ../../include/profile_selectors.php:42
+msgid "Unstable"
+msgstr "Inestable"
 
-#: ../../addon.old/drpost/drpost.php:74
-msgid "Enable Drupal Post Plugin"
-msgstr "Activar el módulo de publicación en Drupal"
+#: ../../include/profile_selectors.php:42
+msgid "Divorced"
+msgstr "Divorciado/a"
 
-#: ../../addon.old/drpost/drpost.php:79
-msgid "Drupal username"
-msgstr "Nombre de usuario de Drupal"
+#: ../../include/profile_selectors.php:42
+msgid "Imaginarily divorced"
+msgstr "Divorciado imaginario"
 
-#: ../../addon.old/drpost/drpost.php:84
-msgid "Drupal password"
-msgstr "Contraseña de Drupal"
+#: ../../include/profile_selectors.php:42
+msgid "Widowed"
+msgstr "Viudo/a"
 
-#: ../../addon.old/drpost/drpost.php:89
-msgid "Post Type - article,page,or blog"
-msgstr "Tipo de publicación: artículo, página o blog"
+#: ../../include/profile_selectors.php:42
+msgid "Uncertain"
+msgstr "Incierto"
 
-#: ../../addon.old/drpost/drpost.php:94
-msgid "Drupal site URL"
-msgstr "Dirección de Drupal"
+#: ../../include/profile_selectors.php:42
+msgid "It's complicated"
+msgstr "Es complicado"
 
-#: ../../addon.old/drpost/drpost.php:99
-msgid "Drupal site uses clean URLS"
-msgstr "El sitio de Drupal usa direcciones URL simples"
+#: ../../include/profile_selectors.php:42
+msgid "Don't care"
+msgstr "No te importa"
 
-#: ../../addon.old/drpost/drpost.php:104
-msgid "Post to Drupal by default"
-msgstr "Publicar en Drupal por defecto"
+#: ../../include/profile_selectors.php:42
+msgid "Ask me"
+msgstr "Pregúntame"
 
-#: ../../addon.old/oembed.old/oembed.php:30
-msgid "OEmbed settings updated"
-msgstr "Actualizar la configuración de OEmbed"
+#: ../../include/Contact.php:115
+msgid "stopped following"
+msgstr "dejó de seguir"
 
-#: ../../addon.old/oembed.old/oembed.php:43
-msgid "Use OEmbed for YouTube videos"
-msgstr "Usar OEmbed para los vídeos de YouTube"
+#: ../../include/Contact.php:234
+msgid "Drop Contact"
+msgstr ""
 
-#: ../../addon.old/oembed.old/oembed.php:71
-msgid "URL to embed:"
-msgstr "Dirección del recurso:"
+#: ../../include/dba.php:44
+#, php-format
+msgid "Cannot locate DNS info for database server '%s'"
+msgstr "No se puede encontrar información DNS para la base de datos del servidor '%s'"
index 4c314016da4228ee946bee3a80567fd41ce44dcb..1d10adaaf6ef7a1d629fe4023a93d1fb6b01b546 100644 (file)
@@ -5,125 +5,179 @@ function string_plural_select_es($n){
        return ($n != 1);;
 }}
 ;
-$a->strings["Post successful."] = "¡Publicado!";
-$a->strings["[Embedded content - reload page to view]"] = "[Contenido incrustado - recarga la página para verlo]";
-$a->strings["Contact settings applied."] = "Contacto configurado con éxito.";
-$a->strings["Contact update failed."] = "Error al actualizar el Contacto.";
-$a->strings["Permission denied."] = "Permiso denegado.";
-$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 tu 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["Return to contact editor"] = "Volver al editor de contactos";
-$a->strings["Name"] = "Nombre";
-$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 del Sondeo/Fuentes";
-$a->strings["New photo from this URL"] = "Nueva foto de esta dirección";
-$a->strings["Submit"] = "Envíar";
-$a->strings["Help:"] = "Ayuda:";
-$a->strings["Help"] = "Ayuda";
-$a->strings["Not Found"] = "No se ha encontrado";
-$a->strings["Page not found."] = "Página no encontrada.";
-$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 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["Event title and start time are required."] = "Título del evento y hora de inicio requeridas.";
-$a->strings["l, F j"] = "l, F j";
-$a->strings["Edit event"] = "Editar evento";
-$a->strings["link to source"] = "Enlace al original";
-$a->strings["Events"] = "Eventos";
-$a->strings["Create New Event"] = "Crea un evento nuevo";
-$a->strings["Previous"] = "Previo";
-$a->strings["Next"] = "Siguiente";
-$a->strings["hour:minute"] = "hora:minuto";
-$a->strings["Event details"] = "Detalles del evento";
-$a->strings["Format is %s %s. Starting date and Title are required."] = "El formato es %s %s. Fecha de inicio y título son obligatorios.";
-$a->strings["Event Starts:"] = "Inicio del evento:";
-$a->strings["Required"] = "Obligatorio";
-$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["Location:"] = "Localización:";
-$a->strings["Title:"] = "Título:";
-$a->strings["Share this event"] = "Comparte este evento";
-$a->strings["Cancel"] = "Cancelar";
-$a->strings["Tag removed"] = "Etiqueta eliminada";
-$a->strings["Remove Item Tag"] = "Eliminar etiqueta";
-$a->strings["Select a tag to remove: "] = "Selecciona una etiqueta para eliminar: ";
-$a->strings["Remove"] = "Eliminar";
-$a->strings["%s welcomes %s"] = "%s te da la bienvenida a %s";
-$a->strings["Authorize application connection"] = "Autorizar la conexión de la aplicación";
-$a->strings["Return to your app and insert this Securty Code:"] = "Regresa a tu aplicación e introduce 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?"] = "¿Quieres autorizar a esta aplicación el acceso a tus mensajes y contactos, y/o crear nuevas publicaciones para ti?";
-$a->strings["Yes"] = "Sí";
-$a->strings["No"] = "No";
-$a->strings["Photo Albums"] = "Álbum de Fotos";
-$a->strings["Contact Photos"] = "Foto del contacto";
-$a->strings["Upload New Photos"] = "Subir nuevas fotos";
-$a->strings["everybody"] = "todos";
-$a->strings["Contact information unavailable"] = "Información del contacto no disponible";
-$a->strings["Profile Photos"] = "Foto del perfil";
-$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 tamaño límite de ";
-$a->strings["Image file is empty."] = "El archivo de imagen está vacío.";
-$a->strings["Unable to process image."] = "Imposible procesar la imagen.";
-$a->strings["Image upload failed."] = "Error al subir la imagen.";
-$a->strings["Public access denied."] = "Acceso público denegado.";
-$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["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Has usado %1$.2f MB de %2$.2f MB de tu álbum de fotos.";
-$a->strings["You have used %1$.2f Mbytes of photo storage."] = "Has usado %1$.2f MB de tu álbum de fotos.";
-$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 actualizar tu estado con este envío";
-$a->strings["Permissions"] = "Permisos";
-$a->strings["Edit Album"] = "Modificar álbum";
-$a->strings["Show Newest First"] = "Mostrar más nuevos primero";
-$a->strings["Show Oldest First"] = "Mostrar más antiguos primero";
-$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["This entry was edited"] = "";
 $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["Rotate CW (right)"] = "Girar a la derecha";
-$a->strings["Rotate CCW (left)"] = "Girar a la izquierda";
-$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: @juan, @Barbara_Ruiz, @julia@example.com, #California, #camping";
+$a->strings["Edit"] = "Editar";
+$a->strings["Select"] = "Seleccionar";
+$a->strings["Delete"] = "Eliminar";
+$a->strings["save to folder"] = "grabado en directorio";
+$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["I like this (toggle)"] = "Me gusta esto (cambiar)";
+$a->strings["like"] = "me gusta";
 $a->strings["I don't like this (toggle)"] = "No me gusta esto (cambiar)";
-$a->strings["Share"] = "Compartir";
+$a->strings["dislike"] = "no me gusta";
+$a->strings["Share this"] = "Compartir esto";
+$a->strings["share"] = "compartir";
+$a->strings["Categories:"] = "Categorías:";
+$a->strings["Filed under:"] = "Archivado en:";
+$a->strings["View %s's profile @ %s"] = "Ver perfil de %s @ %s";
+$a->strings["to"] = "a";
+$a->strings["via"] = "vía";
+$a->strings["Wall-to-Wall"] = "Muro-A-Muro";
+$a->strings["via Wall-To-Wall:"] = "via Muro-A-Muro:";
+$a->strings["%s from %s"] = "%s de %s";
+$a->strings["Comment"] = "Comentar";
 $a->strings["Please wait"] = "Por favor, espera";
+$a->strings["%d comment"] = array(
+       0 => "%d comentario",
+       1 => "%d comentarios",
+);
+$a->strings["comment"] = array(
+       0 => "",
+       1 => "Comentario",
+);
+$a->strings["show more"] = "ver más";
 $a->strings["This is you"] = "Este eres tú";
-$a->strings["Comment"] = "Comentar";
+$a->strings["Submit"] = "Envíar";
+$a->strings["Bold"] = "Negrita";
+$a->strings["Italic"] = "Cursiva";
+$a->strings["Underline"] = "Subrayado";
+$a->strings["Quote"] = "Cita";
+$a->strings["Code"] = "Código";
+$a->strings["Image"] = "Imagen";
+$a->strings["Link"] = "Enlace";
+$a->strings["Video"] = "Vídeo";
 $a->strings["Preview"] = "Vista previa";
-$a->strings["Delete"] = "Eliminar";
-$a->strings["View Album"] = "Ver Álbum";
-$a->strings["Recent Photos"] = "Fotos recientes";
-$a->strings["Not available."] = "No disponible";
+$a->strings["You must be logged in to use addons. "] = "";
+$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["toggle mobile"] = "Cambiar a versión móvil";
+$a->strings["Home"] = "Inicio";
+$a->strings["Your posts and conversations"] = "Tus publicaciones y conversaciones";
+$a->strings["Profile"] = "Perfil";
+$a->strings["Your profile page"] = "Tu página de perfil";
+$a->strings["Photos"] = "Fotografías";
+$a->strings["Your photos"] = "Tus fotos";
+$a->strings["Events"] = "Eventos";
+$a->strings["Your events"] = "Tus eventos";
+$a->strings["Personal notes"] = "Notas personales";
+$a->strings["Your personal photos"] = "Tus fotos personales";
 $a->strings["Community"] = "Comunidad";
-$a->strings["No results."] = "Sin resultados.";
+$a->strings["don't show"] = "no mostrar";
+$a->strings["show"] = "mostrar";
+$a->strings["Theme settings"] = "Configuración del Tema";
+$a->strings["Set font-size for posts and comments"] = "Tamaño del texto para publicaciones y comentarios";
+$a->strings["Set line-height for posts and comments"] = "Altura para las publicaciones y comentarios";
+$a->strings["Set resolution for middle column"] = "Resolución para la columna central";
+$a->strings["Contacts"] = "Contactos";
+$a->strings["Your contacts"] = "Tus contactos";
+$a->strings["Community Pages"] = "Páginas de Comunidad";
+$a->strings["Community Profiles"] = "Perfiles de la Comunidad";
+$a->strings["Last users"] = "Últimos usuarios";
+$a->strings["Last likes"] = "Últimos \"me gusta\"";
+$a->strings["event"] = "evento";
+$a->strings["status"] = "estado";
+$a->strings["photo"] = "foto";
+$a->strings["%1\$s likes %2\$s's %3\$s"] = "A %1\$s le gusta %3\$s de %2\$s";
+$a->strings["Last photos"] = "Últimas fotos";
+$a->strings["Contact Photos"] = "Foto del contacto";
+$a->strings["Profile Photos"] = "Foto del perfil";
+$a->strings["Find Friends"] = "Buscar amigos";
+$a->strings["Local Directory"] = "Directorio local";
+$a->strings["Global Directory"] = "Directorio global";
+$a->strings["Similar Interests"] = "Intereses similares";
+$a->strings["Friend Suggestions"] = "Sugerencias de amigos";
+$a->strings["Invite Friends"] = "Invitar amigos";
+$a->strings["Settings"] = "Configuración";
+$a->strings["Earth Layers"] = "Minimapa";
+$a->strings["Set zoomfactor for Earth Layers"] = "Configurar zoom en Minimapa";
+$a->strings["Set longitude (X) for Earth Layers"] = "Configurar longitud (X) en Minimapa";
+$a->strings["Set latitude (Y) for Earth Layers"] = "Configurar latitud (Y) en Minimapa";
+$a->strings["Help or @NewHere ?"] = "¿Ayuda o @NuevoAquí?";
+$a->strings["Connect Services"] = "Servicios conectados";
+$a->strings["Show/hide boxes at right-hand column:"] = "Mostrar/Ocultar casillas en la columna derecha:";
+$a->strings["Set color scheme"] = "Configurar esquema de color";
+$a->strings["Set zoomfactor for Earth Layer"] = "Establecer zoom para Minimapa";
+$a->strings["Alignment"] = "Alineación";
+$a->strings["Left"] = "Izquierda";
+$a->strings["Center"] = "Centrado";
+$a->strings["Color scheme"] = "Esquema de color";
+$a->strings["Posts font size"] = "";
+$a->strings["Textareas font size"] = "";
+$a->strings["Set colour scheme"] = "Configurar esquema de color";
+$a->strings["default"] = "predeterminado";
+$a->strings["Background Image"] = "";
+$a->strings["The URL to a picture (e.g. from your photo album) that should be used as background image."] = "";
+$a->strings["Background Color"] = "";
+$a->strings["HEX value for the background color. Don't include the #"] = "";
+$a->strings["font size"] = "";
+$a->strings["base font size for your interface"] = "";
+$a->strings["Set resize level for images in posts and comments (width and height)"] = "Configurar el tamaño de las imágenes en las publicaciones";
+$a->strings["Set theme width"] = "Establecer el ancho para el tema";
+$a->strings["Delete this item?"] = "¿Eliminar este elemento?";
+$a->strings["show fewer"] = "ver menos";
+$a->strings["Update %s failed. See error logs."] = "Falló la actualización de %s. Mira los registros de errores.";
+$a->strings["Update Error at %s"] = "Error actualizado en %s";
+$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["Remember me"] = "";
+$a->strings["Or login using OpenID: "] = "O inicia sesión usando OpenID: ";
+$a->strings["Forgot your password?"] = "¿Olvidaste la contraseña?";
+$a->strings["Password Reset"] = "Restablecer la contraseña";
+$a->strings["Website Terms of Service"] = "";
+$a->strings["terms of service"] = "";
+$a->strings["Website Privacy Policy"] = "";
+$a->strings["privacy policy"] = "";
+$a->strings["Requested account is not available."] = "La cuenta solicitada no está disponible.";
+$a->strings["Requested profile is not available."] = "El perfil solicitado no está disponible.";
+$a->strings["Edit profile"] = "Editar perfil";
+$a->strings["Connect"] = "Conectar";
+$a->strings["Message"] = "Mensaje";
+$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["[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 de esta semana:";
+$a->strings["Status"] = "Estado";
+$a->strings["Status Messages and Posts"] = "Mensajes de Estado y Publicaciones";
+$a->strings["Profile Details"] = "Detalles del Perfil";
+$a->strings["Photo Albums"] = "Álbum de Fotos";
+$a->strings["Videos"] = "";
+$a->strings["Events and Calendar"] = "Eventos y Calendario";
+$a->strings["Personal Notes"] = "Notas personales";
+$a->strings["Only You Can See This"] = "Únicamente tú puedes ver esto";
+$a->strings["%1\$s is currently %2\$s"] = "%1\$s está actualmente %2\$s";
+$a->strings["Mood"] = "Ánimo";
+$a->strings["Set your current mood and tell your friends"] = "Coloca tu ánimo actual y cuéntaselo a tus amigos";
+$a->strings["Public access denied."] = "Acceso público denegado.";
+$a->strings["Item not found."] = "Elemento no encontrado.";
+$a->strings["Access to this profile has been restricted."] = "El acceso a este perfil ha sido restringido.";
+$a->strings["Item has been removed."] = "El elemento ha sido eliminado.";
+$a->strings["Access denied."] = "Acceso denegado.";
 $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://friendica.com\">Friendica.com</a> to learn more about the Friendica project."] = "Por favor, visita <a href=\"http://friendica.com\">Friendica.com</a> para saber más sobre el proyecto Friendica.";
@@ -131,82 +185,157 @@ $a->strings["Bug reports and issues: please visit"] = "Reporte de fallos y probl
 $a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Sugerencias, elogios, donaciones, etc. por favor manda un correo a Info arroba Friendica punto com";
 $a->strings["Installed plugins/addons/apps:"] = "Módulos/extensiones/aplicaciones instalados:";
 $a->strings["No installed plugins/addons/apps"] = "Módulos/extensiones/aplicaciones no instalados";
-$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["Edit"] = "Editar";
+$a->strings["%1\$s welcomes %2\$s"] = "%1\$s te da la bienvenida a %2\$s";
+$a->strings["Registration details for %s"] = "Detalles de registro para %s";
+$a->strings["Registration successful. Please check your email for further instructions."] = "Te has registrado con éxito. Por favor, consulta tu correo para más información.";
+$a->strings["Failed to send email message. Here is the message that failed."] = "Error al enviar el mensaje de correo. 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["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Este sitio ha excedido el número de registros diarios permitidos. Inténtalo de nuevo mañana por favor.";
+$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 escribiendo 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["Yes"] = "Sí";
+$a->strings["No"] = "No";
+$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, Manuel Pérez): ";
+$a->strings["Your Email Address: "] = "Tu dirección de correo: ";
+$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@\$nombredelsitio</strong>\".";
+$a->strings["Choose a nickname: "] = "Escoge un apodo: ";
+$a->strings["Import"] = "Importar";
+$a->strings["Import your profile to this friendica instance"] = "";
+$a->strings["Profile not found."] = "Perfil no encontrado.";
+$a->strings["Contact not found."] = "Contacto no encontrado.";
+$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Esto puede ocurrir a veces si la conexión fue solicitada por ambas personas y ya hubiera sido aprobada.";
+$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 ahora es 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 %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["%1\$s has joined %2\$s"] = "%1\$s se ha unido a %2\$s";
+$a->strings["Authorize application connection"] = "Autorizar la conexión de la aplicación";
+$a->strings["Return to your app and insert this Securty Code:"] = "Regresa a tu aplicación e introduce 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?"] = "¿Quieres autorizar a esta aplicación el acceso a tus mensajes y contactos, y/o crear nuevas publicaciones para ti?";
+$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.";
+$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["Your password has been changed at %s"] = "Tu contraseña se ha cambiado por %s";
+$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 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["Number of daily wall messages for %s exceeded. Message failed."] = "Excedido el número máximo de mensajes para %s. El mensaje no se ha enviado.";
+$a->strings["No recipient selected."] = "Ningún destinatario seleccionado";
+$a->strings["Unable to check your home location."] = "Imposible comprobar tu servidor de inicio.";
+$a->strings["Message could not be sent."] = "El mensaje no ha podido ser enviado.";
+$a->strings["Message collection failure."] = "Fallo en la recolección de mensajes.";
+$a->strings["Message sent."] = "Mensaje enviado.";
+$a->strings["No recipient."] = "Sin receptor.";
+$a->strings["Please enter a link URL:"] = "Introduce la dirección del enlace:";
+$a->strings["Send Private Message"] = "Enviar mensaje privado";
+$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Si quieres que %s te responda, asegúrate de que la configuración de privacidad permite enviar correo privado a desconocidos.";
+$a->strings["To:"] = "Para:";
+$a->strings["Subject:"] = "Asunto:";
+$a->strings["Your message:"] = "Tu mensaje:";
 $a->strings["Upload photo"] = "Subir foto";
-$a->strings["upload photo"] = "subir imagen";
-$a->strings["Attach file"] = "Adjuntar archivo";
-$a->strings["attach file"] = "adjuntar archivo";
 $a->strings["Insert web link"] = "Insertar enlace";
-$a->strings["web link"] = "enlace web";
-$a->strings["Insert video link"] = "Insertar enlace del vídeo";
-$a->strings["video link"] = "enlace de video";
-$a->strings["Insert audio link"] = "Insertar vínculo del audio";
-$a->strings["audio link"] = "enlace de audio";
-$a->strings["Set your location"] = "Configurar tu localización";
-$a->strings["set location"] = "establecer tu ubicación";
-$a->strings["Clear browser location"] = "Borrar la localización del navegador";
-$a->strings["clear location"] = "limpiar la localización";
-$a->strings["Permission settings"] = "Configuración de permisos";
-$a->strings["CC: email addresses"] = "CC: dirección de correo electrónico";
-$a->strings["Public post"] = "Publicación pública";
-$a->strings["Set title"] = "Establecer el título";
-$a->strings["Categories (comma-separated list)"] = "Categorías (lista separada por comas)";
-$a->strings["Example: bob@example.com, mary@example.com"] = "Ejemplo: juan@ejemplo.com, sofia@ejemplo.com";
-$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 dirección del perfil no es válida o no contiene información del perfil.";
-$a->strings["Warning: profile location has no identifiable owner name."] = "Aviso: La dirección del perfil no tiene un nombre de propietario identificable.";
-$a->strings["Warning: profile location has no profile photo."] = "Aviso: la dirección del perfil no tiene foto de perfil.";
-$a->strings["%d required parameter was not found at the given location"] = array(
-       0 => "no se encontró %d parámetro requerido en el lugar determinado",
-       1 => "no se encontraron %d parámetros requeridos en el lugar determinado",
+$a->strings["Welcome to Friendica"] = "Bienvenido a Friendica ";
+$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. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "Nos gustaría ofrecerte algunos consejos y enlaces para ayudar a hacer tu experiencia más amena. Pulsa en cualquier elemento para visitar la página correspondiente. Un enlace a esta página será visible desde tu página de inicio durante las dos semanas siguientes a tu inscripción y luego desaparecerá.";
+$a->strings["Getting Started"] = "Empezando";
+$a->strings["Friendica Walk-Through"] = "Visita guiada a Friendica";
+$a->strings["On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "En tu página de <em>Inicio Rápido</em> - busca una introducción breve para tus pestañas de perfil y red, haz algunas conexiones nuevas, y busca algunos grupos a los que unirte.";
+$a->strings["Go to Your Settings"] = "Ir a tus ajustes";
+$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 página de <em>Configuración</em> puedes cambiar tu contraseña inicial. También aparece tu ID (Identity Address). Es parecida a una dirección de correo y te servirá para conectar con gente de redes sociales libres.";
+$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 otras configuraciones, especialmente la configuración de privacidad. Un listado de directorio sin publicar 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 cómo ponerse en contacto contigo.";
+$a->strings["Upload Profile Photo"] = "Subir foto del Perfil";
+$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["Edit Your Profile"] = "Editar tu perfil";
+$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["Profile Keywords"] = "Palabras clave del perfil";
+$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["Connecting"] = "Conectando";
+$a->strings["Facebook"] = "Facebook";
+$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "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["<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> este es tu propio servidor privado, instalar el conector de Facebook puede facilitar el paso hacia la red social libre.";
+$a->strings["Importing Emails"] = "Importando correos electrónicos";
+$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"] = "Introduce la información para acceder a tu correo en la página de Configuración del conector si quieres importar e interactuar con amigos o listas de correos del buzón de entrada de tu correo electrónico.";
+$a->strings["Go to Your Contacts Page"] = "Ir a tu página de contactos";
+$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."] = "Tu página de Contactos es el portal desde donde podrás manejar tus amistades y conectarte con amigos de otras redes. Normalmente introduces su dirección o la dirección de su sitio web en el recuadro \"Añadir contacto nuevo\".";
+$a->strings["Go to Your Site's Directory"] = "Ir al directorio de tu sitio";
+$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["Finding New People"] = "Encontrando nueva gente";
+$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."] = "En el panel lateral de la página de Contactos existen varias herramientas para encontrar nuevos amigos. Podemos filtrar personas por sus intereses, buscar personas por nombre o por sus intereses, y ofrecerte sugerencias basadas en sus relaciones de la red. En un sitio nuevo, las sugerencias de amigos por lo general comienzan pasadas las 24 horas.";
+$a->strings["Groups"] = "Grupos";
+$a->strings["Group Your Contacts"] = "Agrupa tus contactos";
+$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 privados de conversación mediante el memnú en tu página de Contactos y luego puedes interactuar con cada grupo por separado desde tu página de Red.";
+$a->strings["Why Aren't My Posts Public?"] = "¿Por qué mis publicaciones no son públicas?";
+$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica respeta tu privacidad. Por defecto, tus publicaciones solo se mostrarán a personas que hayas añadido como amistades. Para más información, mira la sección de ayuda en el enlace de más arriba.";
+$a->strings["Getting Help"] = "Consiguiendo ayuda";
+$a->strings["Go to the Help Section"] = "Ir a la sección de ayuda";
+$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 información y recursos de ayuda.";
+$a->strings["Do you really want to delete this suggestion?"] = "¿Estás seguro de que quieres borrar esta sugerencia?";
+$a->strings["Cancel"] = "Cancelar";
+$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "No hay sugerencias disponibles. Si el sitio web es nuevo inténtalo de nuevo dentro de 24 horas.";
+$a->strings["Ignore/Hide"] = "Ignorar/Ocultar";
+$a->strings["Search Results For:"] = "Resultados de la busqueda para:";
+$a->strings["Remove term"] = "Eliminar término";
+$a->strings["Saved Searches"] = "Búsquedas guardadas";
+$a->strings["add"] = "añadir";
+$a->strings["Commented Order"] = "Orden de comentarios";
+$a->strings["Sort by Comment Date"] = "Ordenar por fecha de comentarios";
+$a->strings["Posted Order"] = "Orden de publicación";
+$a->strings["Sort by Post Date"] = "Ordenar por fecha de publicación";
+$a->strings["Personal"] = "Personal";
+$a->strings["Posts that mention or involve you"] = "Publicaciones que te mencionan o involucran";
+$a->strings["New"] = "Nuevo";
+$a->strings["Activity Stream - by date"] = "Corriente de actividad por fecha";
+$a->strings["Shared Links"] = "Enlaces compartidos";
+$a->strings["Interesting Links"] = "Enlaces interesantes";
+$a->strings["Starred"] = "Favoritos";
+$a->strings["Favourite Posts"] = "Publicaciones favoritas";
+$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["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["Invalid email address."] = "Dirección de correo incorrecta";
-$a->strings["This account has not been configured for email. Request failed."] = "Esta cuenta no ha sido configurada para el correo. Fallo de solicitud.";
-$a->strings["Unable to resolve your name at the provided location."] = "No se ha podido resolver tu nombre en la direcció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["Disallowed profile URL."] = "Dirección de perfil no permitida.";
-$a->strings["Failed to update contact record."] = "Error al actualizar el contacto.";
-$a->strings["Your introduction has been sent."] = "Tu 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["Hide this contact"] = "Ocultar este contacto";
-$a->strings["Welcome home %s."] = "Bienvenido a casa %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["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Por favor introduce tu dirección ID de una de las siguientes redes sociales soportadas:";
-$a->strings["<strike>Connect as an email follower</strike> (Coming soon)"] = "<strike>Conecta como lector de correo</strike> (Disponible en breve)";
-$a->strings["If you are not yet a member of the free social web, <a href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public Friendica site and join us today</a>."] = "Si aún no eres miembro de la red social libre <a href=\"http://dir.friendica.com/siteinfo\"> sigue este enlace para encontrar un servidor público de Friendica y unirte a nosotros</a>.";
-$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 responde lo siguiente:";
-$a->strings["Does %s know you?"] = "¿%s te conoce?";
-$a->strings["Add a personal note:"] = "Añade una nota personal:";
-$a->strings["Friendica"] = "Friendica";
-$a->strings["StatusNet/Federated Social Web"] = "StatusNet/Web Social Federada";
-$a->strings["Diaspora"] = "Diaspora*";
-$a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = "(En vez de usar este formulario, introduce %s en la barra de búsqueda de Diaspora.";
-$a->strings["Your Identity Address:"] = "Dirección de tu perfil:";
-$a->strings["Submit Request"] = "Enviar solicitud";
-$a->strings["Friendica Social Communications Server - Setup"] = "Servidor de Comunicaciones Sociales Friendica - Configuración";
+$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["Friendica Communications Server - Setup"] = "";
 $a->strings["Could not connect to database."] = "No es posible la conexión con la base de datos.";
 $a->strings["Could not create table."] = "No se puede crear la tabla.";
 $a->strings["Your Friendica site database has been installed."] = "La base de datos de su sitio web de Friendica ha sido instalada.";
 $a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Puede que tengas que importar el archivo \"Database.sql\" manualmente usando phpmyadmin o mysql.";
 $a->strings["Please see the file \"INSTALL.txt\"."] = "Por favor, consulta el archivo \"INSTALL.txt\".";
 $a->strings["System check"] = "Verificación del sistema";
+$a->strings["Next"] = "Siguiente";
 $a->strings["Check again"] = "Compruebalo de nuevo";
 $a->strings["Database connection"] = "Conexión con la base de datos";
 $a->strings["In order to install Friendica we need to know how to connect to your database."] = "Con el fin de poder instalar Friendica, necesitamos saber cómo conectar con tu base de datos.";
@@ -225,6 +354,9 @@ $a->strings["If you don't have a command line version of PHP installed on server
 $a->strings["PHP executable path"] = "Dirección al ejecutable PHP";
 $a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Introduce la ruta completa al ejecutable php. Puedes dejarlo en blanco y seguir con la instalación.";
 $a->strings["Command line PHP"] = "Línea de comandos PHP";
+$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "";
+$a->strings["Found PHP version: "] = "";
+$a->strings["PHP cli binary"] = "";
 $a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "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 que funcione la entrega de mensajes.";
 $a->strings["PHP register_argc_argv"] = "PHP register_argc_argv";
@@ -248,507 +380,17 @@ $a->strings["This is most often a permission setting, as the web server may not
 $a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "Al final obtendremos un texto que debes guardar en un archivo llamado .htconfig.php en la carpeta de Friendica.";
 $a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Como alternativa, puedes saltarte estos pasos y realizar una instalación manual. Por favor, consulta el archivo \"INSTALL.txt\" para las instrucciones.";
 $a->strings[".htconfig.php is writable"] = ".htconfig.php tiene permiso de escritura";
+$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "";
+$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "";
+$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "";
+$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "";
+$a->strings["view/smarty3 is writable"] = "";
 $a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "La reescritura de la dirección en .htaccess no funcionó. Revisa la configuración.";
 $a->strings["Url rewrite is working"] = "Reescribiendo la dirección...";
 $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."] = "Se han encontrados errores creando las tablas de la base de datos.";
 $a->strings["<h1>What next</h1>"] = "<h1>¿Ahora qué?</h1>";
 $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 sondeo";
-$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["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "";
-$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, selecciona tu zona horaria:";
-$a->strings["Poke/Prod"] = "Toque/Empujón";
-$a->strings["poke, prod or do other things to somebody"] = "da un toque, empujón o similar a alguien";
-$a->strings["Recipient"] = "Receptor";
-$a->strings["Choose what you wish to do to recipient"] = "Elige qué desea hacer con el receptor";
-$a->strings["Make this post private"] = "Hacer esta publicación privada";
-$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 algunas palabras claves en tu perfil predeterminado.";
-$a->strings["is interested in:"] = "estás interesado en:";
-$a->strings["Connect"] = "Conectar";
-$a->strings["No matches"] = "Sin conincidencias";
-$a->strings["Remote privacy information not available."] = "Privacidad de la información remota no disponible.";
-$a->strings["Visible to:"] = "Visible para:";
-$a->strings["No such group"] = "Ningún grupo";
-$a->strings["Group is empty"] = "El grupo está vacío";
-$a->strings["Group: "] = "Grupo: ";
-$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["%d comment"] = array(
-       0 => "%d comentario",
-       1 => "%d comentarios",
-);
-$a->strings["comment"] = array(
-       0 => "",
-       1 => "Comentario",
-);
-$a->strings["show more"] = "ver más";
-$a->strings["like"] = "me gusta";
-$a->strings["dislike"] = "no me gusta";
-$a->strings["Share this"] = "Compartir esto";
-$a->strings["share"] = "compartir";
-$a->strings["Bold"] = "Negrita";
-$a->strings["Italic"] = "Cursiva";
-$a->strings["Underline"] = "Subrayado";
-$a->strings["Quote"] = "Cita";
-$a->strings["Code"] = "Código";
-$a->strings["Image"] = "Imagen";
-$a->strings["Link"] = "Enlace";
-$a->strings["Video"] = "Vídeo";
-$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["save to folder"] = "grabado en directorio";
-$a->strings["to"] = "a";
-$a->strings["Wall-to-Wall"] = "Muro-A-Muro";
-$a->strings["via Wall-To-Wall:"] = "via Muro-A-Muro:";
-$a->strings["Welcome to %s"] = "Bienvenido a %s";
-$a->strings["Invalid request identifier."] = "Solicitud de identificación no válida.";
-$a->strings["Discard"] = "Descartar";
-$a->strings["Ignore"] = "Ignorar";
-$a->strings["System"] = "Sistema";
-$a->strings["Network"] = "Red";
-$a->strings["Personal"] = "Personal";
-$a->strings["Home"] = "Inicio";
-$a->strings["Introductions"] = "Presentaciones";
-$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["Hide this contact from others"] = "Ocultar este contacto a los demás.";
-$a->strings["Post a new friend activity"] = "Publica tu nueva amistad";
-$a->strings["if applicable"] = "Si corresponde";
-$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"] = "Lector";
-$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 introductions."] = "Sin presentaciones.";
-$a->strings["Notifications"] = "Notificaciones";
-$a->strings["%s liked %s's post"] = "A %s le gusta la publicación de %s";
-$a->strings["%s disliked %s's post"] = "A %s no le gusta la publicación 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ó una nueva publicación";
-$a->strings["%s commented on %s's post"] = "%s comentó la publicación de %s";
-$a->strings["No more network notifications."] = "No hay más notificaciones de red.";
-$a->strings["Network Notifications"] = "Notificaciones de Red";
-$a->strings["No more system notifications."] = "No hay más notificaciones del sistema.";
-$a->strings["System Notifications"] = "Notificaciones del sistema";
-$a->strings["No more personal notifications."] = "No hay más notificaciones personales.";
-$a->strings["Personal Notifications"] = "Notificaciones personales";
-$a->strings["No more home notifications."] = "No hay más notificaciones de inicio.";
-$a->strings["Home Notifications"] = "Notificaciones de Inicio";
-$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["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["Contact has been archived"] = "El contacto ha sido archivado";
-$a->strings["Contact has been unarchived"] = "El contacto ya no está archivado";
-$a->strings["Contact has been removed."] = "El contacto ha sido eliminado";
-$a->strings["You are mutual friends with %s"] = "Ahora tienes una amistad mutua con %s";
-$a->strings["You are sharing with %s"] = "Estás compartiendo con %s";
-$a->strings["%s is sharing with you"] = "%s está compartiendo contigo";
-$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["Toggle Blocked status"] = "Cambiar bloqueados";
-$a->strings["Unignore"] = "Quitar de Ignorados";
-$a->strings["Toggle Ignored status"] = "Cambiar ignorados";
-$a->strings["Unarchive"] = "Sin archivar";
-$a->strings["Archive"] = "Archivo";
-$a->strings["Toggle Archive status"] = "Cambiar archivados";
-$a->strings["Repair"] = "Reparar";
-$a->strings["Advanced Contact Settings"] = "Configuración avanzada";
-$a->strings["Communications lost with this contact!"] = "¡Se ha perdido la comunicación con este contacto!";
-$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 del 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 reparación de la direcció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 publicaciones públicas";
-$a->strings["Update now"] = "Actualizar ahora";
-$a->strings["Currently blocked"] = "Bloqueados";
-$a->strings["Currently ignored"] = "Ignorados";
-$a->strings["Currently archived"] = "Archivados";
-$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Los comentarios o \"me gusta\" en tus publicaciones públicas todavía <strong>pueden</strong> ser visibles.";
-$a->strings["Suggestions"] = "Sugerencias";
-$a->strings["Suggest potential friends"] = "Amistades potenciales sugeridas";
-$a->strings["All Contacts"] = "Todos los contactos";
-$a->strings["Show all contacts"] = "Mostrar todos los contactos";
-$a->strings["Unblocked"] = "Desbloqueados";
-$a->strings["Only show unblocked contacts"] = "Mostrar solo contactos sin bloquear";
-$a->strings["Blocked"] = "Bloqueados";
-$a->strings["Only show blocked contacts"] = "Mostrar solo contactos bloqueados";
-$a->strings["Ignored"] = "Ignorados";
-$a->strings["Only show ignored contacts"] = "Mostrar solo contactos ignorados";
-$a->strings["Archived"] = "Archivados";
-$a->strings["Only show archived contacts"] = "Mostrar solo contactos archivados";
-$a->strings["Hidden"] = "Ocultos";
-$a->strings["Only show hidden contacts"] = "Mostrar solo contactos ocultos";
-$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["Contacts"] = "Contactos";
-$a->strings["Search your contacts"] = "Buscar en tus contactos";
-$a->strings["Finding: "] = "Buscando: ";
-$a->strings["Find"] = "Buscar";
-$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.";
-$a->strings["Password reset requested at %s"] = "Contraseña restablecida enviada a %s";
-$a->strings["Administrator"] = "Administrador";
-$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["Password Reset"] = "Restablecer 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 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["Account settings"] = "Configuración de tu cuenta";
-$a->strings["Display settings"] = "Configuración Tema/Visualización";
-$a->strings["Connector settings"] = "Configuración del conector";
-$a->strings["Plugin settings"] = "Configuración de los módulos";
-$a->strings["Connected apps"] = "Aplicaciones conectadas";
-$a->strings["Export personal data"] = "Exportación de datos personales";
-$a->strings["Remove account"] = "Eliminar cuenta";
-$a->strings["Settings"] = "Configuración";
-$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 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["Private forum has no privacy permissions. Using default privacy group."] = "El foro privado no tiene permisos de privacidad. Usando el grupo de privacidad por defecto.";
-$a->strings["Private forum has no privacy permissions and no default privacy group."] = "El foro privado no tiene permisos de privacidad ni grupo por defecto de privacidad.";
-$a->strings["Settings updated."] = "Configuración actualizada.";
-$a->strings["Add application"] = "Agregar aplicación";
-$a->strings["Consumer Key"] = "Clave del consumidor";
-$a->strings["Consumer Secret"] = "Secreto del consumidor";
-$a->strings["Redirect"] = "Redirigir";
-$a->strings["Icon url"] = "Dirección del ícono";
-$a->strings["You can't edit this application."] = "No puedes editar esta aplicación.";
-$a->strings["Connected Apps"] = "Aplicaciones conectadas";
-$a->strings["Client key starts with"] = "Clave de cliente comienza por";
-$a->strings["No name"] = "Sin nombre";
-$a->strings["Remove authorization"] = "Suprimir la autorización";
-$a->strings["No Plugin settings configured"] = "No se ha configurado ningún módulo";
-$a->strings["Plugin Settings"] = "Configuración de los módulos";
-$a->strings["Built-in support for %s connectivity is %s"] = "El soporte integrado de conexión con %s está %s";
-$a->strings["enabled"] = "habilitado";
-$a->strings["disabled"] = "deshabilitado";
-$a->strings["StatusNet"] = "StatusNet";
-$a->strings["Email access is disabled on this site."] = "El acceso por correo está deshabilitado en esta web.";
-$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 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["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["Action after import:"] = "Acción después de importar:";
-$a->strings["Mark as seen"] = "Marcar como leído";
-$a->strings["Move to folder"] = "Mover a un directorio";
-$a->strings["Move to folder:"] = "Mover al directorio:";
-$a->strings["No special theme for mobile devices"] = "No hay tema especial para dispositivos móviles";
-$a->strings["Display Settings"] = "Configuración Tema/Visualización";
-$a->strings["Display Theme:"] = "Utilizar tema:";
-$a->strings["Mobile Theme:"] = "Tema móvil:";
-$a->strings["Update browser every xx seconds"] = "Actualizar navegador cada xx segundos";
-$a->strings["Minimum of 10 seconds, no maximum"] = "Mínimo 10 segundos, sin máximo";
-$a->strings["Number of items to display per page:"] = "Número de elementos a mostrar por página:";
-$a->strings["Maximum of 100 items"] = "Máximo 100 elementos";
-$a->strings["Don't show emoticons"] = "No mostrar emoticones";
-$a->strings["Normal Account Page"] = "Página de cuenta normal";
-$a->strings["This account is a normal personal profile"] = "Esta cuenta es el perfil personal normal";
-$a->strings["Soapbox Page"] = "Página de tribuna";
-$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "Acepta automáticamente todas las peticiones de conexión/amistad como seguidores de solo-lectura";
-$a->strings["Community Forum/Celebrity Account"] = "Cuenta de Comunidad, Foro o Celebridad";
-$a->strings["Automatically approve all connection/friend requests as read-write fans"] = "Acepta automáticamente todas las peticiones de conexión/amistad como seguidores de lectura-escritura";
-$a->strings["Automatic Friend Page"] = "Página de Amistad autómatica";
-$a->strings["Automatically approve all connection/friend requests as friends"] = "Aceptar automáticamente todas las solicitudes de conexión/amistad como amigos";
-$a->strings["Private Forum [Experimental]"] = "Foro privado [Experimental]";
-$a->strings["Private forum - approved members only"] = "Foro privado - solo miembros";
-$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 local del sitio?";
-$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 your profile details from unknown viewers?"] = "¿Quieres que los detalles de tu perfil permanezcan ocultos a los desconocidos?";
-$a->strings["Allow friends to post to your profile page?"] = "¿Permites que tus amigos publiquen en tu página de perfil?";
-$a->strings["Allow friends to tag your posts?"] = "¿Permites a los amigos etiquetar tus publicaciones?";
-$a->strings["Allow us to suggest you as a potential friend to new members?"] = "¿Nos permite recomendarte como amigo potencial a los nuevos miembros?";
-$a->strings["Permit unknown people to send you private mail?"] = "¿Permites que desconocidos te manden correos privados?";
-$a->strings["Profile is <strong>not published</strong>."] = "El perfil <strong>no está publicado</strong>.";
-$a->strings["or"] = "o";
-$a->strings["Your Identity Address is"] = "Tu dirección personal es";
-$a->strings["Automatically expire posts after this many days:"] = "Las publicaciones expirarán automáticamente después de estos 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["Advanced expiration settings"] = "Configuración avanzada de expiración";
-$a->strings["Advanced Expiration"] = "Expiración avanzada";
-$a->strings["Expire posts:"] = "¿Expiran las publicaciones?";
-$a->strings["Expire personal notes:"] = "¿Expiran las notas personales?";
-$a->strings["Expire starred posts:"] = "¿Expiran los favoritos?";
-$a->strings["Expire photos:"] = "¿Expiran las fotografías?";
-$a->strings["Only expire posts by others:"] = "Solo expiran los mensajes de los demás:";
-$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:";
-$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["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["Maximum private messages per day from unknown people:"] = "Número máximo de mensajes diarios para desconocidos:";
-$a->strings["Notification Settings"] = "Configuración de notificaciones";
-$a->strings["By default post a status message when:"] = "Publicar en tu estado cuando:";
-$a->strings["accepting a friend request"] = "aceptes una solicitud de amistad";
-$a->strings["joining a forum/community"] = "te unas a un foro/comunidad";
-$a->strings["making an <em>interesting</em> profile change"] = "hagas un cambio <em>interesante</em> en tu perfil";
-$a->strings["Send a notification email when:"] = "Enviar notificación por correo cuando:";
-$a->strings["You receive an introduction"] = "Recibas una presentación";
-$a->strings["Your introductions are confirmed"] = "Tu 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"] = "Recibas un mensaje privado";
-$a->strings["You receive a friend suggestion"] = "Recibas una sugerencia de amistad";
-$a->strings["You are tagged in a post"] = "Seas etiquetado en una publicación";
-$a->strings["You are poked/prodded/etc. in a post"] = "Te han tocado/empujado/etc. en una publicación";
-$a->strings["Advanced Account/Page Type Settings"] = "Configuración avanzada de tipo de Cuenta/Página";
-$a->strings["Change the behaviour of this account for special situations"] = "Cambiar el comportamiento de esta cuenta para situaciones especiales";
-$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 or which you have been granted \"manage\" permissions"] = "Cambia entre diferentes identidades o páginas de Comunidad/Grupos que comparten los detalles de tu cuenta o sobre los que tienes permisos para administrar";
-$a->strings["Select an identity to manage: "] = "Selecciona una identidad a gestionar:";
-$a->strings["Search Results For:"] = "Resultados de la busqueda para:";
-$a->strings["Remove term"] = "Eliminar término";
-$a->strings["Saved Searches"] = "Búsquedas guardadas";
-$a->strings["add"] = "añadir";
-$a->strings["Commented Order"] = "Orden de comentarios";
-$a->strings["Sort by Comment Date"] = "Ordenar por fecha de comentarios";
-$a->strings["Posted Order"] = "Orden de publicación";
-$a->strings["Sort by Post Date"] = "Ordenar por fecha de publicación";
-$a->strings["Posts that mention or involve you"] = "Publicaciones que te mencionan o involucran";
-$a->strings["New"] = "Nuevo";
-$a->strings["Activity Stream - by date"] = "Corriente de actividad por fecha";
-$a->strings["Starred"] = "Favoritos";
-$a->strings["Favourite Posts"] = "Publicaciones favoritas";
-$a->strings["Shared Links"] = "Enlaces compartidos";
-$a->strings["Interesting Links"] = "Enlaces interesantes";
-$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["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["Personal Notes"] = "Notas personales";
-$a->strings["Save"] = "Guardar";
-$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Excedido el número máximo de mensajes para %s. El mensaje no se ha enviado.";
-$a->strings["No recipient selected."] = "Ningún destinatario seleccionado";
-$a->strings["Unable to check your home location."] = "Imposible comprobar tu servidor de inicio.";
-$a->strings["Message could not be sent."] = "El mensaje no ha podido ser enviado.";
-$a->strings["Message collection failure."] = "Fallo en la recolección de mensajes.";
-$a->strings["Message sent."] = "Mensaje enviado.";
-$a->strings["No recipient."] = "Sin receptor.";
-$a->strings["Please enter a link URL:"] = "Introduce la dirección del enlace:";
-$a->strings["Send Private Message"] = "Enviar mensaje privado";
-$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Si quieres que %s te responda, asegúrate de que la configuración de privacidad permite enviar correo privado a desconocidos.";
-$a->strings["To:"] = "Para:";
-$a->strings["Subject:"] = "Asunto:";
-$a->strings["Your message:"] = "Tu mensaje:";
-$a->strings["Welcome to Friendica"] = "Bienvenido a Friendica ";
-$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. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "Nos gustaría ofrecerte algunos consejos y enlaces para ayudar a hacer tu experiencia más amena. Pulsa en cualquier elemento para visitar la página correspondiente. Un enlace a esta página será visible desde tu página de inicio durante las dos semanas siguientes a tu inscripción y luego desaparecerá.";
-$a->strings["Getting Started"] = "Empezando";
-$a->strings["Friendica Walk-Through"] = "Visita guiada a Friendica";
-$a->strings["On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "En tu página de <em>Inicio Rápido</em> - busca una introducción breve para tus pestañas de perfil y red, haz algunas conexiones nuevas, y busca algunos grupos a los que unirte.";
-$a->strings["Go to Your Settings"] = "Ir a tus ajustes";
-$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 página de <em>Configuración</em> puedes cambiar tu contraseña inicial. También aparece tu ID (Identity Address). Es parecida a una dirección de correo y te servirá para conectar con gente de redes sociales libres.";
-$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 otras configuraciones, especialmente la configuración de privacidad. Un listado de directorio sin publicar 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 cómo ponerse en contacto contigo.";
-$a->strings["Profile"] = "Perfil";
-$a->strings["Upload Profile Photo"] = "Subir foto del Perfil";
-$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["Edit Your Profile"] = "Editar tu perfil";
-$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["Profile Keywords"] = "Palabras clave del perfil";
-$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["Connecting"] = "Conectando";
-$a->strings["Facebook"] = "Facebook";
-$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "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["<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> este es tu propio servidor privado, instalar el conector de Facebook puede facilitar el paso hacia la red social libre.";
-$a->strings["Importing Emails"] = "Importando correos electrónicos";
-$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"] = "Introduce la información para acceder a tu correo en la página de Configuración del conector si quieres importar e interactuar con amigos o listas de correos del buzón de entrada de tu correo electrónico.";
-$a->strings["Go to Your Contacts Page"] = "Ir a tu página de contactos";
-$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."] = "Tu página de Contactos es el portal desde donde podrás manejar tus amistades y conectarte con amigos de otras redes. Normalmente introduces su dirección o la dirección de su sitio web en el recuadro \"Añadir contacto nuevo\".";
-$a->strings["Go to Your Site's Directory"] = "Ir al directorio de tu sitio";
-$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["Finding New People"] = "Encontrando nueva gente";
-$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."] = "En el panel lateral de la página de Contactos existen varias herramientas para encontrar nuevos amigos. Podemos filtrar personas por sus intereses, buscar personas por nombre o por sus intereses, y ofrecerte sugerencias basadas en sus relaciones de la red. En un sitio nuevo, las sugerencias de amigos por lo general comienzan pasadas las 24 horas.";
-$a->strings["Groups"] = "Grupos";
-$a->strings["Group Your Contacts"] = "Agrupa tus contactos";
-$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 privados de conversación mediante el memnú en tu página de Contactos y luego puedes interactuar con cada grupo por separado desde tu página de Red.";
-$a->strings["Why Aren't My Posts Public?"] = "¿Por qué mis publicaciones no son públicas?";
-$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica respeta tu privacidad. Por defecto, tus publicaciones solo se mostrarán a personas que hayas añadido como amistades. Para más información, mira la sección de ayuda en el enlace de más arriba.";
-$a->strings["Getting Help"] = "Consiguiendo ayuda";
-$a->strings["Go to the Help Section"] = "Ir a la sección de ayuda";
-$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 información y recursos de ayuda.";
-$a->strings["Item not available."] = "Elemento no disponible.";
-$a->strings["Item was not found."] = "Elemento no encontrado.";
-$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["Permission denied"] = "Permiso denegado";
-$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["Click on a contact to add or remove."] = "Pulsa en un contacto para añadirlo o eliminarlo.";
-$a->strings["Invalid profile identifier."] = "Identificador de perfil no válido.";
-$a->strings["Profile Visibility Editor"] = "Editor de visibilidad del perfil";
-$a->strings["Visible To"] = "Visible para";
-$a->strings["All Contacts (with secure profile access)"] = "Todos los contactos (con perfil de acceso seguro)";
-$a->strings["No contacts."] = "Ningún contacto.";
-$a->strings["View Contacts"] = "Ver contactos";
-$a->strings["Registration details for %s"] = "Detalles de registro para %s";
-$a->strings["Registration successful. Please check your email for further instructions."] = "Te has registrado con éxito. Por favor, consulta tu correo para más información.";
-$a->strings["Failed to send email message. Here is the message that failed."] = "Error al enviar el mensaje de correo. 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["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Este sitio ha excedido el número de registros diarios permitidos. Inténtalo de nuevo mañana por favor.";
-$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 escribiendo 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, Manuel Pérez): ";
-$a->strings["Your Email Address: "] = "Tu dirección de correo: ";
-$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@\$nombredelsitio</strong>\".";
-$a->strings["Choose a nickname: "] = "Escoge un apodo: ";
-$a->strings["Register"] = "Registrarse";
-$a->strings["People Search"] = "Buscar personas";
-$a->strings["status"] = "estado";
-$a->strings["%1\$s likes %2\$s's %3\$s"] = "A %1\$s le gusta %3\$s de %2\$s";
-$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "A %1\$s no le gusta %3\$s de %2\$s";
-$a->strings["Item not found."] = "Elemento no encontrado.";
-$a->strings["Access denied."] = "Acceso denegado.";
-$a->strings["Photos"] = "Fotografías";
-$a->strings["Files"] = "Archivos";
-$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["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["Wall Photos"] = "Foto del Muro";
-$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 Friendica social network."] = "Este mensaje te lo ha enviado %s, miembro de la red social Friendica.";
-$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["%1\$s is currently %2\$s"] = "%1\$s está actualmente %2\$s";
-$a->strings["Mood"] = "Ánimo";
-$a->strings["Set your current mood and tell your friends"] = "Coloca tu ánimo actual y cuéntaselo a tus amigos";
-$a->strings["Image uploaded but image cropping failed."] = "Imagen recibida, pero ha fallado al recortarla.";
-$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."] = "Recarga la página o limpia la caché del navegador si la foto nueva no aparece inmediatamente.";
-$a->strings["Unable to process image"] = "Imposible procesar la imagen";
-$a->strings["Image exceeds size limit of %d"] = "El tamaño de la imagen supera el límite de %d";
-$a->strings["Upload File:"] = "Subir archivo:";
-$a->strings["Select a profile:"] = "Elige un perfil:";
-$a->strings["Upload"] = "Subir";
-$a->strings["skip this step"] = "saltar 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["No profile"] = "Nigún perfil";
-$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 no se puede deshacer.";
-$a->strings["Please enter your password for verification:"] = "Por favor, introduce tu contraseña para la verificación:";
-$a->strings["New Message"] = "Nuevo mensaje";
-$a->strings["Unable to locate contact information."] = "No se puede encontrar información del contacto.";
-$a->strings["Message deleted."] = "Mensaje eliminado.";
-$a->strings["Conversation removed."] = "Conversación eliminada.";
-$a->strings["No messages."] = "No hay mensajes.";
-$a->strings["Unknown sender - %s"] = "Remitente desconocido - %s";
-$a->strings["You and %s"] = "Tú y %s";
-$a->strings["%s and You"] = "%s y Tú";
-$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["%d message"] = array(
-       0 => "%d mensaje",
-       1 => "%d mensajes",
-);
-$a->strings["Message not available."] = "Mensaje no disponibile.";
-$a->strings["Delete message"] = "Borrar mensaje";
-$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "No hay comunicaciones seguras disponibles. <strong>Podrías</strong> responder desde la página de perfil del remitente. ";
-$a->strings["Send Reply"] = "Enviar respuesta";
-$a->strings["Friends of %s"] = "Amigos de %s";
-$a->strings["No friends to display."] = "No hay amigos para mostrar.";
 $a->strings["Theme settings updated."] = "Configuración de la apariencia actualizada.";
 $a->strings["Site"] = "Sitio";
 $a->strings["Users"] = "Usuarios";
@@ -772,18 +414,31 @@ $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["Can not parse base url. Must have at least <scheme>://<domain>"] = "";
 $a->strings["Site settings updated."] = "Configuración de actualización.";
+$a->strings["No special theme for mobile devices"] = "No hay tema especial para dispositivos móviles";
+$a->strings["Never"] = "Nunca";
+$a->strings["Frequently"] = "Frequentemente";
+$a->strings["Hourly"] = "Cada hora";
+$a->strings["Twice daily"] = "Dos veces al día";
+$a->strings["Daily"] = "Diariamente";
+$a->strings["Multi user instance"] = "Sesión multi usuario";
 $a->strings["Closed"] = "Cerrado";
 $a->strings["Requires approval"] = "Requiere aprobación";
 $a->strings["Open"] = "Abierto";
 $a->strings["No SSL policy, links will track page SSL state"] = "No existe una política de SSL, los vínculos harán un seguimiento del estado de SSL en la página";
 $a->strings["Force all links to use SSL"] = "Forzar todos los enlaces a utilizar SSL";
 $a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Certificación personal, usa SSL solo para enlaces locales (no recomendado)";
+$a->strings["Save Settings"] = "";
 $a->strings["File upload"] = "Subida de archivo";
 $a->strings["Policies"] = "Políticas";
 $a->strings["Advanced"] = "Avanzado";
+$a->strings["Performance"] = "Rendimiento";
+$a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = "";
 $a->strings["Site name"] = "Nombre del sitio";
 $a->strings["Banner/Logo"] = "Imagen/Logotipo";
+$a->strings["Additional Info"] = "";
+$a->strings["For public servers: you can add additional information here that will be listed at dir.friendica.com/siteinfo."] = "";
 $a->strings["System language"] = "Idioma";
 $a->strings["System theme"] = "Tema";
 $a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "Tema por defecto del sistema, los usuarios podrán elegir el suyo propio en su configuración <a href='#' id='cnftheme'>cambiar configuración del tema</a>";
@@ -791,6 +446,12 @@ $a->strings["Mobile system theme"] = "Tema de sistema móvil";
 $a->strings["Theme for mobile devices"] = "Tema para dispositivos móviles";
 $a->strings["SSL link policy"] = "Política de enlaces SSL";
 $a->strings["Determines whether generated links should be forced to use SSL"] = "Determina si los enlaces generados deben ser forzados a utilizar SSL";
+$a->strings["Old style 'Share'"] = "";
+$a->strings["Deactivates the bbcode element 'share' for repeating items."] = "";
+$a->strings["Hide help entry from navigation menu"] = "Ocultar la ayuda en el menú de navegación";
+$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "Oculta la entrada de las páginas de Ayuda en el menú de navegación. Todavía se puede acceder escribiendo /ayuda directamente.";
+$a->strings["Single user instance"] = "Sesión de usuario único";
+$a->strings["Make this instance multi-user or single-user for the named user"] = "Haz esta sesión multi-usuario o usuario único para el usuario";
 $a->strings["Maximum image size"] = "Tamaño máximo de la imagen";
 $a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Tamaño máximo en bytes de las imágenes a subir. Por defecto es 0, que quiere decir que no hay límite.";
 $a->strings["Maximum image length"] = "Largo máximo de imagen";
@@ -798,6 +459,8 @@ $a->strings["Maximum length in pixels of the longest side of uploaded images. De
 $a->strings["JPEG image quality"] = "Calidad de imagen JPEG";
 $a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "Los archivos JPEG subidos se guardarán con este ajuste de calidad [0-100]. Por defecto es 100, que es calidad máxima.";
 $a->strings["Register policy"] = "Política de registros";
+$a->strings["Maximum Daily Registrations"] = "Registros Máximos Diarios";
+$a->strings["If registration is permitted above, this sets the maximum number of new user registrations to accept per day.  If register is set to closed, this setting has no effect."] = "Si anteriormente se ha permitido el registro, esto establece el número máximo de registro de nuevos usuarios aceptados por día. Si el registro se establece como cerrado, esta opción no tiene efecto.";
 $a->strings["Register text"] = "Términos";
 $a->strings["Will be displayed prominently on the registration page."] = "Se mostrará en un lugar destacado en la página de registro.";
 $a->strings["Accounts abandoned after x days"] = "Cuentas abandonadas después de x días";
@@ -816,6 +479,14 @@ $a->strings["Allow threaded items"] = "Permitir elementos en hilo";
 $a->strings["Allow infinite level threading for items on this site."] = "Permitir infinitos niveles de hilo para los elementos de este sitio.";
 $a->strings["Private posts by default for new users"] = "Publicaciones privadas por defecto para usuarios nuevos";
 $a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "Ajusta los permisos de publicación por defecto a los miembros nuevos al grupo privado por defecto en vez del público.";
+$a->strings["Don't include post content in email notifications"] = "No incluir el contenido del post en las notificaciones de correo electrónico";
+$a->strings["Don't include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure."] = "No incluye el contenido de un mensaje/comentario/mensaje privado/etc. en las notificaciones de correo electrónico que se envían desde este sitio, como una medida de privacidad.";
+$a->strings["Disallow public access to addons listed in the apps menu."] = "";
+$a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = "";
+$a->strings["Don't embed private images in posts"] = "";
+$a->strings["Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while."] = "";
+$a->strings["Allow Users to set remote_self"] = "";
+$a->strings["With checking this, every user is allowed to mark every contact as a remote_self in the repair contact dialog. Setting this flag on a contact causes mirroring every posting of that contact in the users stream."] = "";
 $a->strings["Block multiple registrations"] = "Bloquear registros multiples";
 $a->strings["Disallow users to register additional accounts for use as pages."] = "Impedir que los usuarios registren cuentas adicionales para su uso como páginas.";
 $a->strings["OpenID support"] = "Soporte OpenID";
@@ -828,6 +499,8 @@ $a->strings["Show Community Page"] = "Ver página de la Comunidad";
 $a->strings["Display a Community page showing all recent public postings on this site."] = "Mostrar una página de Comunidad que resuma todas las publicaciones públicas recientes de este sitio.";
 $a->strings["Enable OStatus support"] = "Permitir soporte 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."] = "Provee una compatibilidad con OStatus (identi.ca, status.net, etc.) Todas las comunicaciones mediante OStatus son públicas, por lo que se mostrarán avisos sobre la privacidad con frecuencia.";
+$a->strings["OStatus conversation completion interval"] = "";
+$a->strings["How often shall the poller check for new entries in OStatus conversations? This can be a very ressource task."] = "";
 $a->strings["Enable Diaspora support"] = "Habilitar el soporte para Diaspora*";
 $a->strings["Provide built-in Diaspora network compatibility."] = "Provee una compatibilidad con la red de Diaspora.";
 $a->strings["Only allow Friendica contacts"] = "Permitir solo contactos de Friendica";
@@ -844,6 +517,17 @@ $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 los procesos en segundo plano de sondeo en esta cantidad de segundos para reducir la carga del sistema. Si es 0, se usará el intervalo de entrega.";
 $a->strings["Maximum Load Average"] = "Promedio de carga máxima";
 $a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Carga máxima del sistema antes de que la entrega y los procesos de sondeo sean retrasados - por defecto 50.";
+$a->strings["Use MySQL full text engine"] = "Usar motor MySQL de texto completo";
+$a->strings["Activates the full text engine. Speeds up search - but can only search for four and more characters."] = "Activa el motor de texto completo. Agiliza las búsquedas, pero solo busca cuatro o más caracteres.";
+$a->strings["Suppress Language"] = "";
+$a->strings["Suppress language information in meta information about a posting."] = "";
+$a->strings["Path to item cache"] = "Ruta a la caché del objeto";
+$a->strings["Cache duration in seconds"] = "Duración de la caché en segundos";
+$a->strings["How long should the cache files be hold? Default value is 86400 seconds (One day)."] = "¿Cuánto tiempo debería guardar la caché? Por defecto son 86400 segundos (un día).";
+$a->strings["Path for lock file"] = "Ruta al archivo protegido";
+$a->strings["Temp path"] = "Ruta a los temporales";
+$a->strings["Base path to installation"] = "Ruta base para la instalación";
+$a->strings["New base url"] = "";
 $a->strings["Update has been marked successful"] = "La actualización se ha completado con éxito";
 $a->strings["Executing %s failed. Check system logs."] = "%s ha fallado, comprueba los registros.";
 $a->strings["Update %s was successfully applied."] = "Actualización %s aplicada con éxito.";
@@ -854,6 +538,7 @@ $a->strings["Failed Updates"] = "Actualizaciones fallidas";
 $a->strings["This does not include updates prior to 1139, which did not return a status."] = "No se incluyen las anteriores a la 1139, que no indicaban su estado.";
 $a->strings["Mark success (if update was manually applied)"] = "Marcar como correcta (si actualizaste manualmente)";
 $a->strings["Attempt to execute this update step automatically"] = "Intentando ejecutar este paso automáticamente";
+$a->strings["Registration successful. Email send to user"] = "";
 $a->strings["%s user blocked/unblocked"] = array(
        0 => "%s usuario bloqueado/desbloqueado",
        1 => "%s usuarios bloqueados/desbloqueados",
@@ -865,19 +550,32 @@ $a->strings["%s user deleted"] = array(
 $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["Add User"] = "";
 $a->strings["select all"] = "seleccionar todo";
 $a->strings["User registrations waiting for confirm"] = "Registro de usuarios esperando confirmación";
+$a->strings["User waiting for permanent deletion"] = "";
 $a->strings["Request date"] = "Solicitud de fecha";
+$a->strings["Name"] = "Nombre";
 $a->strings["Email"] = "Correo electrónico";
 $a->strings["No registrations."] = "Sin registros.";
+$a->strings["Approve"] = "Aprobar";
 $a->strings["Deny"] = "Denegado";
-$a->strings["Site admin"] = "";
+$a->strings["Block"] = "Bloquear";
+$a->strings["Unblock"] = "Desbloquear";
+$a->strings["Site admin"] = "Administrador de la web";
+$a->strings["Account expired"] = "Cuenta caducada";
+$a->strings["New User"] = "";
 $a->strings["Register date"] = "Fecha de registro";
 $a->strings["Last login"] = "Último acceso";
 $a->strings["Last item"] = "Último elemento";
+$a->strings["Deleted since"] = "";
 $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["Name of the new user."] = "";
+$a->strings["Nickname"] = "";
+$a->strings["Nickname of the new user."] = "";
+$a->strings["Email address of the new user."] = "";
 $a->strings["Plugin %s disabled."] = "Módulo %s deshabilitado.";
 $a->strings["Plugin %s enabled."] = "Módulo %s habilitado.";
 $a->strings["Disable"] = "Desactivado";
@@ -891,42 +589,359 @@ $a->strings["[Experimental]"] = "[Experimental]";
 $a->strings["[Unsupported]"] = "[Sin soporte]";
 $a->strings["Log settings updated."] = "Configuración de registro actualizada.";
 $a->strings["Clear"] = "Limpiar";
-$a->strings["Debugging"] = "Depuración";
+$a->strings["Enable Debugging"] = "";
 $a->strings["Log file"] = "Archivo de registro";
 $a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Debes tener permiso de escritura en el servidor. Relacionado con tu directorio de inicio de Friendica.";
 $a->strings["Log level"] = "Nivel de registro";
+$a->strings["Update now"] = "Actualizar ahora";
 $a->strings["Close"] = "Cerrado";
 $a->strings["FTP Host"] = "Hospedaje FTP";
 $a->strings["FTP Path"] = "Ruta FTP";
 $a->strings["FTP User"] = "Usuario FTP";
 $a->strings["FTP Password"] = "Contraseña FTP";
-$a->strings["Requested profile is not available."] = "El perfil solicitado no está disponible.";
-$a->strings["Access to this profile has been restricted."] = "El acceso a este perfil ha sido restringido.";
+$a->strings["Search"] = "Buscar";
+$a->strings["No results."] = "Sin resultados.";
 $a->strings["Tips for New Members"] = "Consejos para nuevos miembros";
-$a->strings["{0} wants to be your friend"] = "{0} quiere ser tu amigo";
-$a->strings["{0} sent you a message"] = "{0} te ha enviado un mensaje";
-$a->strings["{0} requested registration"] = "{0} solicitudes de registro";
-$a->strings["{0} commented %s's post"] = "{0} comentó la publicación de %s";
-$a->strings["{0} liked %s's post"] = "A {0} le ha gustado la publicación de %s";
-$a->strings["{0} disliked %s's post"] = "A {0} no le ha gustado la publicación 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["{0} mentioned you in a post"] = "{0} te mencionó en una publicación";
-$a->strings["Contacts who are not members of a group"] = "Contactos sin grupo";
-$a->strings["OpenID protocol error. No ID returned."] = "Error de protocolo OpenID. ID no devuelta.";
-$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Cuenta no encontrada y el registro OpenID no está permitido en ese sitio.";
-$a->strings["Login failed."] = "Accesso fallido.";
-$a->strings["Contact added"] = "Contacto añadido";
-$a->strings["Common Friends"] = "Amigos comunes";
-$a->strings["No contacts in common."] = "Sin contactos en común.";
-$a->strings["%1\$s is following %2\$s's %3\$s"] = "";
 $a->strings["link"] = "enlace";
-$a->strings["Item has been removed."] = "El elemento ha sido eliminado.";
-$a->strings["Applications"] = "Aplicaciones";
-$a->strings["No installed applications."] = "Sin aplicaciones";
-$a->strings["Search"] = "Buscar";
-$a->strings["Profile not found."] = "Perfil no encontrado.";
+$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["Item not found"] = "Elemento no encontrado";
+$a->strings["Edit post"] = "Editar publicación";
+$a->strings["upload photo"] = "subir imagen";
+$a->strings["Attach file"] = "Adjuntar archivo";
+$a->strings["attach file"] = "adjuntar archivo";
+$a->strings["web link"] = "enlace web";
+$a->strings["Insert video link"] = "Insertar enlace del vídeo";
+$a->strings["video link"] = "enlace de video";
+$a->strings["Insert audio link"] = "Insertar vínculo del audio";
+$a->strings["audio link"] = "enlace de audio";
+$a->strings["Set your location"] = "Configurar tu localización";
+$a->strings["set location"] = "establecer tu ubicación";
+$a->strings["Clear browser location"] = "Borrar la localización del navegador";
+$a->strings["clear location"] = "limpiar la localización";
+$a->strings["Permission settings"] = "Configuración de permisos";
+$a->strings["CC: email addresses"] = "CC: dirección de correo electrónico";
+$a->strings["Public post"] = "Publicación pública";
+$a->strings["Set title"] = "Establecer el título";
+$a->strings["Categories (comma-separated list)"] = "Categorías (lista separada por comas)";
+$a->strings["Example: bob@example.com, mary@example.com"] = "Ejemplo: juan@ejemplo.com, sofia@ejemplo.com";
+$a->strings["Item not available."] = "Elemento no disponible.";
+$a->strings["Item was not found."] = "Elemento no encontrado.";
+$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["Find on this site"] = "Buscar en este sitio";
+$a->strings["Finding: "] = "Buscando: ";
+$a->strings["Site Directory"] = "Directorio del sitio";
+$a->strings["Find"] = "Buscar";
+$a->strings["Age: "] = "Edad: ";
+$a->strings["Gender: "] = "Género:";
+$a->strings["About:"] = "Acerca de:";
+$a->strings["No entries (some entries may be hidden)."] = "Sin entradas (algunas pueden que estén ocultas).";
+$a->strings["Contact settings applied."] = "Contacto configurado con éxito.";
+$a->strings["Contact update failed."] = "Error al actualizar el Contacto.";
+$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 tu 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["Return to contact editor"] = "Volver al editor de contactos";
+$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 del Sondeo/Fuentes";
+$a->strings["New photo from this URL"] = "Nueva foto de esta dirección";
+$a->strings["Remote Self"] = "";
+$a->strings["Mirror postings from this contact"] = "";
+$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "";
+$a->strings["Move account"] = "Mover cuenta";
+$a->strings["You can import an account from another Friendica server."] = "Puedes importar una cuenta desde otro servidor de Friendica.";
+$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "Necesitas exportar tu cuenta del antiguo servidor y subirla aquí. Volveremos a crear tu antigua cuenta con todos tus contactos aquí. También intentaremos de informar a tus amigos de que te has mudado.";
+$a->strings["This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora"] = "Esta característica es experimental. No podemos importar contactos desde la red OStatus (statusnet/identi.ca) o desde Diaspora";
+$a->strings["Account file"] = "Archivo de la cuenta";
+$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "";
+$a->strings["Remote privacy information not available."] = "Privacidad de la información remota no disponible.";
+$a->strings["Visible to:"] = "Visible para:";
+$a->strings["Save"] = "Guardar";
+$a->strings["Help:"] = "Ayuda:";
+$a->strings["Help"] = "Ayuda";
+$a->strings["No profile"] = "Nigún perfil";
+$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 dirección del perfil no es válida o no contiene información del perfil.";
+$a->strings["Warning: profile location has no identifiable owner name."] = "Aviso: La dirección del perfil no tiene un nombre de propietario identificable.";
+$a->strings["Warning: profile location has no profile photo."] = "Aviso: la dirección del perfil no tiene foto de perfil.";
+$a->strings["%d required parameter was not found at the given location"] = array(
+       0 => "no se encontró %d parámetro requerido en el lugar determinado",
+       1 => "no se encontraron %d parámetros requeridos 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["Invalid email address."] = "Dirección de correo incorrecta";
+$a->strings["This account has not been configured for email. Request failed."] = "Esta cuenta no ha sido configurada para el correo. Fallo de solicitud.";
+$a->strings["Unable to resolve your name at the provided location."] = "No se ha podido resolver tu nombre en la direcció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["Disallowed profile URL."] = "Dirección de perfil no permitida.";
+$a->strings["Failed to update contact record."] = "Error al actualizar el contacto.";
+$a->strings["Your introduction has been sent."] = "Tu 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["Hide this contact"] = "Ocultar este contacto";
+$a->strings["Welcome home %s."] = "Bienvenido a casa %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["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Por favor introduce tu dirección ID de una de las siguientes redes sociales soportadas:";
+$a->strings["<strike>Connect as an email follower</strike> (Coming soon)"] = "<strike>Conecta como lector de correo</strike> (Disponible en breve)";
+$a->strings["If you are not yet a member of the free social web, <a href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public Friendica site and join us today</a>."] = "Si aún no eres miembro de la red social libre <a href=\"http://dir.friendica.com/siteinfo\"> sigue este enlace para encontrar un servidor público de Friendica y unirte a nosotros</a>.";
+$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 responde lo siguiente:";
+$a->strings["Does %s know you?"] = "¿%s te conoce?";
+$a->strings["Add a personal note:"] = "Añade una nota personal:";
+$a->strings["Friendica"] = "Friendica";
+$a->strings["StatusNet/Federated Social Web"] = "StatusNet/Web Social Federada";
+$a->strings["Diaspora"] = "Diaspora*";
+$a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = "(En vez de usar este formulario, introduce %s en la barra de búsqueda de Diaspora.";
+$a->strings["Your Identity Address:"] = "Dirección de tu perfil:";
+$a->strings["Submit Request"] = "Enviar solicitud";
+$a->strings["[Embedded content - reload page to view]"] = "[Contenido incrustado - recarga la página para verlo]";
+$a->strings["View in context"] = "Verlo en contexto";
+$a->strings["%d contact edited."] = array(
+       0 => "",
+       1 => "",
+);
+$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["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["Contact has been archived"] = "El contacto ha sido archivado";
+$a->strings["Contact has been unarchived"] = "El contacto ya no está archivado";
+$a->strings["Do you really want to delete this contact?"] = "¿Estás seguro de que quieres eliminar este contacto?";
+$a->strings["Contact has been removed."] = "El contacto ha sido eliminado";
+$a->strings["You are mutual friends with %s"] = "Ahora tienes una amistad mutua con %s";
+$a->strings["You are sharing with %s"] = "Estás compartiendo con %s";
+$a->strings["%s is sharing with you"] = "%s está compartiendo contigo";
+$a->strings["Private communications are not available for this contact."] = "Las comunicaciones privadas no está disponibles para este contacto.";
+$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["Toggle Blocked status"] = "Cambiar bloqueados";
+$a->strings["Unignore"] = "Quitar de Ignorados";
+$a->strings["Ignore"] = "Ignorar";
+$a->strings["Toggle Ignored status"] = "Cambiar ignorados";
+$a->strings["Unarchive"] = "Sin archivar";
+$a->strings["Archive"] = "Archivo";
+$a->strings["Toggle Archive status"] = "Cambiar archivados";
+$a->strings["Repair"] = "Reparar";
+$a->strings["Advanced Contact Settings"] = "Configuración avanzada";
+$a->strings["Communications lost with this contact!"] = "¡Se ha perdido la comunicación con este contacto!";
+$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 del 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 reparación de la direcció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 publicaciones públicas";
+$a->strings["Currently blocked"] = "Bloqueados";
+$a->strings["Currently ignored"] = "Ignorados";
+$a->strings["Currently archived"] = "Archivados";
+$a->strings["Hide this contact from others"] = "Ocultar este contacto a los demás.";
+$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Los comentarios o \"me gusta\" en tus publicaciones públicas todavía <strong>pueden</strong> ser visibles.";
+$a->strings["Suggestions"] = "Sugerencias";
+$a->strings["Suggest potential friends"] = "Amistades potenciales sugeridas";
+$a->strings["All Contacts"] = "Todos los contactos";
+$a->strings["Show all contacts"] = "Mostrar todos los contactos";
+$a->strings["Unblocked"] = "Desbloqueados";
+$a->strings["Only show unblocked contacts"] = "Mostrar solo contactos sin bloquear";
+$a->strings["Blocked"] = "Bloqueados";
+$a->strings["Only show blocked contacts"] = "Mostrar solo contactos bloqueados";
+$a->strings["Ignored"] = "Ignorados";
+$a->strings["Only show ignored contacts"] = "Mostrar solo contactos ignorados";
+$a->strings["Archived"] = "Archivados";
+$a->strings["Only show archived contacts"] = "Mostrar solo contactos archivados";
+$a->strings["Hidden"] = "Ocultos";
+$a->strings["Only show hidden contacts"] = "Mostrar solo contactos ocultos";
+$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["Search your contacts"] = "Buscar en tus contactos";
+$a->strings["Update"] = "Actualizar";
+$a->strings["everybody"] = "todos";
+$a->strings["Account settings"] = "Configuración de tu cuenta";
+$a->strings["Additional features"] = "Características adicionales";
+$a->strings["Display settings"] = "Configuración Tema/Visualización";
+$a->strings["Connector settings"] = "Configuración del conector";
+$a->strings["Plugin settings"] = "Configuración de los módulos";
+$a->strings["Connected apps"] = "Aplicaciones conectadas";
+$a->strings["Export personal data"] = "Exportación de datos personales";
+$a->strings["Remove account"] = "Eliminar cuenta";
+$a->strings["Missing some important data!"] = "¡Faltan algunos datos importantes!";
+$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 actualizada.";
+$a->strings["Features updated"] = "Actualizaciones";
+$a->strings["Relocate message has been send to your contacts"] = "";
+$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["Wrong password."] = "";
+$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["Wrong Password"] = "";
+$a->strings[" Not valid email."] = " Correo no válido.";
+$a->strings[" Cannot change to that email."] = " No se puede usar ese correo.";
+$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "El foro privado no tiene permisos de privacidad. Usando el grupo de privacidad por defecto.";
+$a->strings["Private forum has no privacy permissions and no default privacy group."] = "El foro privado no tiene permisos de privacidad ni grupo por defecto de privacidad.";
+$a->strings["Settings updated."] = "Configuración actualizada.";
+$a->strings["Add application"] = "Agregar aplicación";
+$a->strings["Consumer Key"] = "Clave del consumidor";
+$a->strings["Consumer Secret"] = "Secreto del consumidor";
+$a->strings["Redirect"] = "Redirigir";
+$a->strings["Icon url"] = "Dirección del ícono";
+$a->strings["You can't edit this application."] = "No puedes editar esta aplicación.";
+$a->strings["Connected Apps"] = "Aplicaciones conectadas";
+$a->strings["Client key starts with"] = "Clave de cliente comienza por";
+$a->strings["No name"] = "Sin nombre";
+$a->strings["Remove authorization"] = "Suprimir la autorización";
+$a->strings["No Plugin settings configured"] = "No se ha configurado ningún módulo";
+$a->strings["Plugin Settings"] = "Configuración de los módulos";
+$a->strings["Off"] = "Apagado";
+$a->strings["On"] = "Encendido";
+$a->strings["Additional Features"] = "Características adicionales";
+$a->strings["Built-in support for %s connectivity is %s"] = "El soporte integrado de conexión con %s está %s";
+$a->strings["enabled"] = "habilitado";
+$a->strings["disabled"] = "deshabilitado";
+$a->strings["StatusNet"] = "StatusNet";
+$a->strings["Email access is disabled on this site."] = "El acceso por correo está deshabilitado en esta web.";
+$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 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["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["Action after import:"] = "Acción después de importar:";
+$a->strings["Mark as seen"] = "Marcar como leído";
+$a->strings["Move to folder"] = "Mover a un directorio";
+$a->strings["Move to folder:"] = "Mover al directorio:";
+$a->strings["Display Settings"] = "Configuración Tema/Visualización";
+$a->strings["Display Theme:"] = "Utilizar tema:";
+$a->strings["Mobile Theme:"] = "Tema móvil:";
+$a->strings["Update browser every xx seconds"] = "Actualizar navegador cada xx segundos";
+$a->strings["Minimum of 10 seconds, no maximum"] = "Mínimo 10 segundos, sin máximo";
+$a->strings["Number of items to display per page:"] = "Número de elementos a mostrar por página:";
+$a->strings["Maximum of 100 items"] = "Máximo 100 elementos";
+$a->strings["Number of items to display per page when viewed from mobile device:"] = "";
+$a->strings["Don't show emoticons"] = "No mostrar emoticones";
+$a->strings["Infinite scroll"] = "";
+$a->strings["Normal Account Page"] = "Página de cuenta normal";
+$a->strings["This account is a normal personal profile"] = "Esta cuenta es el perfil personal normal";
+$a->strings["Soapbox Page"] = "Página de tribuna";
+$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "Acepta automáticamente todas las peticiones de conexión/amistad como seguidores de solo-lectura";
+$a->strings["Community Forum/Celebrity Account"] = "Cuenta de Comunidad, Foro o Celebridad";
+$a->strings["Automatically approve all connection/friend requests as read-write fans"] = "Acepta automáticamente todas las peticiones de conexión/amistad como seguidores de lectura-escritura";
+$a->strings["Automatic Friend Page"] = "Página de Amistad autómatica";
+$a->strings["Automatically approve all connection/friend requests as friends"] = "Aceptar automáticamente todas las solicitudes de conexión/amistad como amigos";
+$a->strings["Private Forum [Experimental]"] = "Foro privado [Experimental]";
+$a->strings["Private forum - approved members only"] = "Foro privado - solo miembros";
+$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 local del sitio?";
+$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 your profile details from unknown viewers?"] = "¿Quieres que los detalles de tu perfil permanezcan ocultos a los desconocidos?";
+$a->strings["Allow friends to post to your profile page?"] = "¿Permites que tus amigos publiquen en tu página de perfil?";
+$a->strings["Allow friends to tag your posts?"] = "¿Permites a los amigos etiquetar tus publicaciones?";
+$a->strings["Allow us to suggest you as a potential friend to new members?"] = "¿Nos permite recomendarte como amigo potencial a los nuevos miembros?";
+$a->strings["Permit unknown people to send you private mail?"] = "¿Permites que desconocidos te manden correos privados?";
+$a->strings["Profile is <strong>not published</strong>."] = "El perfil <strong>no está publicado</strong>.";
+$a->strings["or"] = "o";
+$a->strings["Your Identity Address is"] = "Tu dirección personal es";
+$a->strings["Automatically expire posts after this many days:"] = "Las publicaciones expirarán automáticamente después de estos 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["Advanced expiration settings"] = "Configuración avanzada de expiración";
+$a->strings["Advanced Expiration"] = "Expiración avanzada";
+$a->strings["Expire posts:"] = "¿Expiran las publicaciones?";
+$a->strings["Expire personal notes:"] = "¿Expiran las notas personales?";
+$a->strings["Expire starred posts:"] = "¿Expiran los favoritos?";
+$a->strings["Expire photos:"] = "¿Expiran las fotografías?";
+$a->strings["Only expire posts by others:"] = "Solo expiran los mensajes de los demás:";
+$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["Current Password:"] = "";
+$a->strings["Your current password to confirm the changes"] = "";
+$a->strings["Password:"] = "Contraseña:";
+$a->strings["Basic Settings"] = "Configuración básica";
+$a->strings["Full Name:"] = "Nombre completo:";
+$a->strings["Email Address:"] = "Dirección de correo:";
+$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["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["Show to Groups"] = "Mostrar a los Grupos";
+$a->strings["Show to Contacts"] = "Mostrar a los Contactos";
+$a->strings["Default Private Post"] = "Publicación Privada por defecto";
+$a->strings["Default Public Post"] = "Publicación Pública por defecto";
+$a->strings["Default Permissions for New Posts"] = "Permisos por defecto para nuevas publicaciones";
+$a->strings["Maximum private messages per day from unknown people:"] = "Número máximo de mensajes diarios para desconocidos:";
+$a->strings["Notification Settings"] = "Configuración de notificaciones";
+$a->strings["By default post a status message when:"] = "Publicar en tu estado cuando:";
+$a->strings["accepting a friend request"] = "aceptes una solicitud de amistad";
+$a->strings["joining a forum/community"] = "te unas a un foro/comunidad";
+$a->strings["making an <em>interesting</em> profile change"] = "hagas un cambio <em>interesante</em> en tu perfil";
+$a->strings["Send a notification email when:"] = "Enviar notificación por correo cuando:";
+$a->strings["You receive an introduction"] = "Recibas una presentación";
+$a->strings["Your introductions are confirmed"] = "Tu 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"] = "Recibas un mensaje privado";
+$a->strings["You receive a friend suggestion"] = "Recibas una sugerencia de amistad";
+$a->strings["You are tagged in a post"] = "Seas etiquetado en una publicación";
+$a->strings["You are poked/prodded/etc. in a post"] = "Te han tocado/empujado/etc. en una publicación";
+$a->strings["Advanced Account/Page Type Settings"] = "Configuración avanzada de tipo de Cuenta/Página";
+$a->strings["Change the behaviour of this account for special situations"] = "Cambiar el comportamiento de esta cuenta para situaciones especiales";
+$a->strings["Relocate"] = "";
+$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "";
+$a->strings["Resend relocate message to contacts"] = "";
+$a->strings["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["Profile Name is required."] = "Se necesita un nombre de perfil.";
 $a->strings["Marital Status"] = "Estado civil";
 $a->strings["Romantic Partner"] = "Pareja sentimental";
@@ -947,12 +962,9 @@ $a->strings["public profile"] = "perfil público";
 $a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$s cambió su %2\$s a &ldquo;%3\$s&rdquo;";
 $a->strings[" - Visit %1\$s's %2\$s"] = " - Visita %1\$s's %2\$s";
 $a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s tiene una actualización %2\$s, cambiando %3\$s.";
-$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["Edit Profile Details"] = "Editar detalles de tu perfil";
+$a->strings["Change Profile Photo"] = "Cambiar imagen del 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";
@@ -994,16 +1006,181 @@ $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 cualquier usuario de internet.";
-$a->strings["Age: "] = "Edad: ";
 $a->strings["Edit/Manage Profiles"] = "Editar/Administrar 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["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["Save Group"] = "";
+$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["Click on a contact to add or remove."] = "Pulsa en un contacto para añadirlo o eliminarlo.";
+$a->strings["Source (bbcode) text:"] = "Texto fuente (bbcode):";
+$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Fuente (Diaspora) para pasar a BBcode:";
+$a->strings["Source input: "] = "Entrada: ";
+$a->strings["bb2html (raw HTML): "] = "bb2html (raw HTML): ";
+$a->strings["bb2html: "] = "bb2html: ";
+$a->strings["bb2html2bb: "] = "bb2html2bb: ";
+$a->strings["bb2md: "] = "bb2md: ";
+$a->strings["bb2md2html: "] = "bb2md2html: ";
+$a->strings["bb2dia2bb: "] = "bb2dia2bb: ";
+$a->strings["bb2md2html2bb: "] = "bb2md2html2bb: ";
+$a->strings["Source input (Diaspora format): "] = "Fuente (formato Diaspora): ";
+$a->strings["diaspora2bb: "] = "diaspora2bb: ";
+$a->strings["Not available."] = "No disponible";
+$a->strings["Contact added"] = "Contacto añadido";
+$a->strings["No more system notifications."] = "No hay más notificaciones del sistema.";
+$a->strings["System Notifications"] = "Notificaciones del sistema";
+$a->strings["New Message"] = "Nuevo mensaje";
+$a->strings["Unable to locate contact information."] = "No se puede encontrar información del contacto.";
+$a->strings["Messages"] = "Mensajes";
+$a->strings["Do you really want to delete this message?"] = "¿Estás seguro de que quieres borrar este mensaje?";
+$a->strings["Message deleted."] = "Mensaje eliminado.";
+$a->strings["Conversation removed."] = "Conversación eliminada.";
+$a->strings["No messages."] = "No hay mensajes.";
+$a->strings["Unknown sender - %s"] = "Remitente desconocido - %s";
+$a->strings["You and %s"] = "Tú y %s";
+$a->strings["%s and You"] = "%s y Tú";
+$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["%d message"] = array(
+       0 => "%d mensaje",
+       1 => "%d mensajes",
+);
+$a->strings["Message not available."] = "Mensaje no disponibile.";
+$a->strings["Delete message"] = "Borrar mensaje";
+$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "No hay comunicaciones seguras disponibles. <strong>Podrías</strong> responder desde la página de perfil del remitente. ";
+$a->strings["Send Reply"] = "Enviar respuesta";
+$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "A %1\$s no le gusta %3\$s de %2\$s";
+$a->strings["Post successful."] = "¡Publicado!";
+$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["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "";
+$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, selecciona tu zona horaria:";
 $a->strings["Save to Folder:"] = "Guardar en directorio:";
 $a->strings["- select -"] = "- seleccionar -";
-$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["Invalid profile identifier."] = "Identificador de perfil no válido.";
+$a->strings["Profile Visibility Editor"] = "Editor de visibilidad del perfil";
+$a->strings["Visible To"] = "Visible para";
+$a->strings["All Contacts (with secure profile access)"] = "Todos los contactos (con perfil de acceso seguro)";
+$a->strings["No contacts."] = "Ningún contacto.";
+$a->strings["View Contacts"] = "Ver contactos";
+$a->strings["People Search"] = "Buscar personas";
+$a->strings["No matches"] = "Sin conincidencias";
+$a->strings["Upload New Photos"] = "Subir nuevas fotos";
+$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["Do you really want to delete this photo album and all its photos?"] = "¿Estás seguro de quieres borrar este álbum y todas sus fotos?";
+$a->strings["Delete Photo"] = "Eliminar foto";
+$a->strings["Do you really want to delete this photo?"] = "¿Estás seguro de que quieres borrar esta foto?";
+$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s fue etiquetado en %2\$s por %3\$s";
+$a->strings["a photo"] = "una foto";
+$a->strings["Image exceeds size limit of "] = "La imagen supera tamaño límite de ";
+$a->strings["Image file is empty."] = "El archivo de imagen está vacío.";
+$a->strings["Unable to process image."] = "Imposible procesar la imagen.";
+$a->strings["Image upload failed."] = "Error al subir la imagen.";
+$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["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Has usado %1$.2f MB de %2$.2f MB de tu álbum de fotos.";
+$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 actualizar tu estado con este envío";
+$a->strings["Permissions"] = "Permisos";
+$a->strings["Private Photo"] = "Foto Privada";
+$a->strings["Public Photo"] = "Foto Pública";
+$a->strings["Edit Album"] = "Modificar álbum";
+$a->strings["Show Newest First"] = "Mostrar más nuevos primero";
+$a->strings["Show Oldest First"] = "Mostrar más antiguos primero";
+$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["View Full Size"] = "Ver a tamaño completo";
+$a->strings["Tags: "] = "Etiquetas: ";
+$a->strings["[Remove any tag]"] = "[Borrar todas las etiquetas]";
+$a->strings["Rotate CW (right)"] = "Girar a la derecha";
+$a->strings["Rotate CCW (left)"] = "Girar a la izquierda";
+$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: @juan, @Barbara_Ruiz, @julia@example.com, #California, #camping";
+$a->strings["Private photo"] = "Foto privada";
+$a->strings["Public photo"] = "Foto pública";
+$a->strings["Share"] = "Compartir";
+$a->strings["View Album"] = "Ver Álbum";
+$a->strings["Recent Photos"] = "Fotos recientes";
+$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["No videos selected"] = "";
+$a->strings["View Video"] = "";
+$a->strings["Recent Videos"] = "";
+$a->strings["Upload New Videos"] = "";
+$a->strings["Poke/Prod"] = "Toque/Empujón";
+$a->strings["poke, prod or do other things to somebody"] = "da un toque, empujón o similar a alguien";
+$a->strings["Recipient"] = "Receptor";
+$a->strings["Choose what you wish to do to recipient"] = "Elige qué desea hacer con el receptor";
+$a->strings["Make this post private"] = "Hacer esta publicación privada";
+$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s está siguiendo las %3\$s de %2\$s";
+$a->strings["Export account"] = "Exportar cuenta";
+$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Exporta la información de tu cuenta y tus contactos. Úsalo para guardar una copia de seguridad de tu cuenta y/o moverla a otro servidor.";
+$a->strings["Export all"] = "Exportar todo";
+$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Exporta la información de tu cuenta, contactos y lo demás en JSON. Puede ser un archivo bastante grande, por lo que llevará tiempo. Úsalo para hacer una copia de seguridad completa de tu cuenta (las fotos no se exportarán)";
+$a->strings["Common Friends"] = "Amigos comunes";
+$a->strings["No contacts in common."] = "Sin contactos en común.";
+$a->strings["Image exceeds size limit of %d"] = "El tamaño de la imagen supera el límite de %d";
+$a->strings["Wall Photos"] = "Foto del Muro";
+$a->strings["Image uploaded but image cropping failed."] = "Imagen recibida, pero ha fallado al recortarla.";
+$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."] = "Recarga la página o limpia la caché del navegador si la foto nueva no aparece inmediatamente.";
+$a->strings["Unable to process image"] = "Imposible procesar la imagen";
+$a->strings["Upload File:"] = "Subir archivo:";
+$a->strings["Select a profile:"] = "Elige un perfil:";
+$a->strings["Upload"] = "Subir";
+$a->strings["skip this step"] = "saltar 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["Applications"] = "Aplicaciones";
+$a->strings["No installed applications."] = "Sin aplicaciones";
+$a->strings["Nothing new here"] = "Nada nuevo por aquí";
+$a->strings["Clear notifications"] = "Limpiar notificaciones";
+$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 algunas palabras claves en tu perfil predeterminado.";
+$a->strings["is interested in:"] = "estás interesado en:";
+$a->strings["Tag removed"] = "Etiqueta eliminada";
+$a->strings["Remove Item Tag"] = "Eliminar etiqueta";
+$a->strings["Select a tag to remove: "] = "Selecciona una etiqueta para eliminar: ";
+$a->strings["Remove"] = "Eliminar";
+$a->strings["Event title and start time are required."] = "Título del evento y hora de inicio requeridas.";
+$a->strings["l, F j"] = "l, F j";
+$a->strings["Edit event"] = "Editar evento";
+$a->strings["link to source"] = "Enlace al original";
+$a->strings["Create New Event"] = "Crea un evento nuevo";
+$a->strings["Previous"] = "Previo";
+$a->strings["hour:minute"] = "hora:minuto";
+$a->strings["Event details"] = "Detalles del evento";
+$a->strings["Format is %s %s. Starting date and Title are required."] = "El formato es %s %s. Fecha de inicio y título son obligatorios.";
+$a->strings["Event Starts:"] = "Inicio del evento:";
+$a->strings["Required"] = "Obligatorio";
+$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["Title:"] = "Título:";
+$a->strings["Share this event"] = "Comparte este evento";
 $a->strings["No potential page delegates located."] = "No se han localizado delegados potenciales de la página.";
 $a->strings["Delegate Page Management"] = "Delegar la administración de la página";
 $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."] = "Los delegados tienen la capacidad de gestionar todos los aspectos de esta cuenta/página, excepto los ajustes básicos de la cuenta. Por favor, no delegues tu cuenta personal a nadie en quien no confíes completamente.";
@@ -1012,735 +1189,198 @@ $a->strings["Existing Page Delegates"] = "Delegados actuales de la página";
 $a->strings["Potential Delegates"] = "Delegados potenciales";
 $a->strings["Add"] = "Añadir";
 $a->strings["No entries."] = "Sin entradas.";
-$a->strings["Source (bbcode) text:"] = "Texto fuente (bbcode):";
-$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Fuente (Diaspora) para pasar a BBcode:";
-$a->strings["Source input: "] = "Entrada: ";
-$a->strings["bb2html: "] = "bb2html: ";
-$a->strings["bb2html2bb: "] = "bb2html2bb: ";
-$a->strings["bb2md: "] = "bb2md: ";
-$a->strings["bb2md2html: "] = "bb2md2html: ";
-$a->strings["bb2dia2bb: "] = "bb2dia2bb: ";
-$a->strings["bb2md2html2bb: "] = "bb2md2html2bb: ";
-$a->strings["Source input (Diaspora format): "] = "Fuente (formato Diaspora): ";
-$a->strings["diaspora2bb: "] = "diaspora2bb: ";
-$a->strings["Friend Suggestions"] = "Sugerencias de amigos";
-$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "No hay sugerencias disponibles. Si el sitio web es nuevo inténtalo de nuevo dentro de 24 horas.";
-$a->strings["Ignore/Hide"] = "Ignorar/Ocultar";
-$a->strings["Global Directory"] = "Directorio global";
-$a->strings["Find on this site"] = "Buscar en este sitio";
-$a->strings["Site Directory"] = "Directorio del sitio";
-$a->strings["Gender: "] = "Género:";
-$a->strings["Gender:"] = "Género:";
-$a->strings["Status:"] = "Estado:";
-$a->strings["Homepage:"] = "Página de inicio:";
-$a->strings["About:"] = "Acerca de:";
-$a->strings["No entries (some entries may be hidden)."] = "Sin entradas (algunas pueden que estén ocultas).";
-$a->strings["%s : Not a valid email address."] = "%s : No es una dirección de correo válida.";
-$a->strings["Please join us on Friendica"] = "Únete a nosotros en Friendica";
-$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["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Visita %s para ver una lista de servidores públicos donde puedes darte de alta. Los miembros de otros servidores de Friendica pueden conectarse entre ellos, así como con miembros de otras redes sociales diferentes.";
-$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Para aceptar la invitación visita y regístrate en %s o en cualquier otro servidor público de Friendica.";
-$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Los servidores de Friendica están interconectados para crear una enorme red social centrada en la privacidad y controlada por sus miembros. También se puede conectar con muchas redes sociales tradicionales. Mira en %s para poder ver un listado de servidores alternativos de Friendica donde puedes darte de alta.";
-$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Discúlpanos. Este sistema no está configurado actualmente para conectar con otros servidores públicos o invitar nuevos miembros.";
-$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["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Estás cordialmente invitado a unirte a mi y a otros amigos en Friendica, creemos juntos una red social mejor.";
-$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["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "Para más información sobre el Proyecto Friendica y sobre por qué pensamos que es algo importante, visita http://friendica.com";
-$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Esto puede ocurrir a veces si la conexión fue solicitada por ambas personas y ya hubiera sido aprobada.";
-$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 ahora es 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 %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["%1\$s has joined %2\$s"] = "%1\$s se ha unido a %2\$s";
-$a->strings["Google+ Import Settings"] = "Configuración de la importación de Google+";
-$a->strings["Enable Google+ Import"] = "Habilitar la importación de Google+";
-$a->strings["Google Account ID"] = "ID de la cuenta de Google";
-$a->strings["Google+ Import Settings saved."] = "Configuración de la importación de Google+ guardada.";
-$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 tu contraseña de Facebook cambie.]";
-$a->strings["Post to Facebook by default"] = "Publicar en Facebook de forma predeterminada";
-$a->strings["Facebook friend linking has been disabled on this site. The following settings will have no effect."] = "El enlace con los contactos de Facebook ha sido desactivado en este servidor. La configuración no tendrá efecto alguno.";
-$a->strings["Facebook friend linking has been disabled on this site. If you disable it, you will be unable to re-enable it."] = "El enlace con los contactos de Facebook ha sido desactivado en este servidor. Si se desactiva no podrá volver a reactivarse.";
-$a->strings["Link all your Facebook friends and conversations on this website"] = "Vincula a todos tus amigos de Facebook y las conversaciones con este sitio";
-$a->strings["Facebook conversations consist of your <em>profile wall</em> and your friend <em>stream</em>."] = "Las conversaciones de Facebook consisten en tu <em>muro</em>, tu <em>perfil</em> y las <em>publicaciones</em> de tus amigos.";
-$a->strings["On this website, your Facebook friend stream is only visible to you."] = "En esta página las publicaciones de tus amigos de Facebook solo son visibles para ti.";
-$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 tu perfil de Facebook en este sitio.";
-$a->strings["On this website your Facebook profile wall conversations will only be visible to you"] = "En este sitio las publicaciones del muro de Facebook solo son visibles para ti";
-$a->strings["Do not import your Facebook profile wall conversations"] = "No importar las conversaciones de tu 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 decides conectar las conversaciones y dejar ambas casillas sin marcar, el muro de tu perfil de Facebook se fusionará con el muro de tu perfil en este sitio y la configuración de privacidad en este sitio será utilizada para determinar quién puede ver las conversaciones.";
-$a->strings["Comma separated applications to ignore"] = "Aplicaciones a ignorar separadas por comas";
-$a->strings["Problems with Facebook Real-Time Updates"] = "Hay problemas con las actualizaciones en tiempo real de Facebook";
-$a->strings["Facebook Connector Settings"] = "Configuración de conexión a Facebook";
-$a->strings["Facebook API Key"] = "Llave API de Facebook";
-$a->strings["Error: it appears that you have specified the App-ID and -Secret in your .htconfig.php file. As long as they are specified there, they cannot be set using this form.<br><br>"] = "Error: parece que la App-ID y el -Secret ya están configurados en tu archivo .htconfig.php. Al estar configurados allí, no se usará este formulario.<br><br>";
-$a->strings["Error: the given API Key seems to be incorrect (the application access token could not be retrieved)."] = "Error: la llave API proporcionada parece incorrecta (no se pudo recuperar la ficha de acceso a la aplicación).";
-$a->strings["The given API Key seems to work correctly."] = "La Llave API proporcionada parece funcionar correctamente.";
-$a->strings["The correctness of the API Key could not be detected. Something strange's going on."] = "No se ha podido detectar una llave API correcta. Algo raro está pasando.";
-$a->strings["App-ID / API-Key"] = "Añadir ID / Llave API";
-$a->strings["Application secret"] = "Secreto de la aplicación";
-$a->strings["Polling Interval in minutes (minimum %1\$s minutes)"] = "Intervalo del sondeo en minutos (mínimo %1\$s minutos)";
-$a->strings["Synchronize comments (no comments on Facebook are missed, at the cost of increased system load)"] = "Sincronizar comentarios (no se perderán comentarios de Facebook, pero se incrementará la carga del sistema)";
-$a->strings["Real-Time Updates"] = "Actualizaciones en tiempo real";
-$a->strings["Real-Time Updates are activated."] = "Actualizaciones en tiempo real activada.";
-$a->strings["Deactivate Real-Time Updates"] = "Desactivar actualizaciones en tiempo real";
-$a->strings["Real-Time Updates not activated."] = "Actualizaciones en tiempo real desactivada.";
-$a->strings["Activate Real-Time Updates"] = "Activar actualizaciones en tiempo real";
-$a->strings["The new values have been saved."] = "Los nuevos valores se han guardado.";
-$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["View on Friendica"] = "Ver en Friendica";
-$a->strings["Facebook post failed. Queued for retry."] = "Publicación en Facebook errónea. Reintentando...";
-$a->strings["Your Facebook connection became invalid. Please Re-authenticate."] = "Tu conexión con Facebook ha sido invalidada. Por favor vuelve a identificarte.";
-$a->strings["Facebook connection became invalid"] = "La conexión con Facebook ha sido invalidada";
-$a->strings["Hi %1\$s,\n\nThe connection between your accounts on %2\$s and Facebook became invalid. This usually happens after you change your Facebook-password. To enable the connection again, you have to %3\$sre-authenticate the Facebook-connector%4\$s."] = "Hola %1\$s,\n\nLa conexión entre tu cuenta de %2\$s y Facebook se ha roto. Normalmente esto suele ocurrir si has cambiado tu contraseña de Facebook. Para volver a establecerla, tienes que %3\$sidentificarte de nuevo en el conector de Facebook%4\$s.";
-$a->strings["StatusNet AutoFollow settings updated."] = "Configuración para seguir automáticamente en StatusNet actualizada.";
-$a->strings["StatusNet AutoFollow Settings"] = "Configuración para el seguimiento automático en StatusNet";
-$a->strings["Automatically follow any StatusNet followers/mentioners"] = "Seguir automáticamente a cualquiera que me siga/mencione en StatusNet";
-$a->strings["Lifetime of the cache (in hours)"] = "Vida útil de la caché (en horas)";
-$a->strings["Cache Statistics"] = "Estadísticas de la caché";
-$a->strings["Number of items"] = "Número de ítems";
-$a->strings["Size of the cache"] = "Tamaño de la caché";
-$a->strings["Delete the whole cache"] = "Borrar toda la caché";
-$a->strings["Facebook Post disabled"] = "Facebook deshabilitado";
-$a->strings["Facebook Post"] = "Facebook";
-$a->strings["Install Facebook Post connector for this account."] = "Instalar el conector de Facebook para esta cuenta.";
-$a->strings["Remove Facebook Post connector"] = "Eliminar el conector de Facebook";
-$a->strings["Facebook Post Settings"] = "Configuración de conexión a Facebook";
-$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["Get added to this list!"] = "¡Añadido a la lista!";
-$a->strings["Generate new key"] = "Generar clave nueva";
-$a->strings["Widgets key"] = "Clave de aplicaciones";
-$a->strings["Widgets available"] = "Aplicaciones disponibles";
-$a->strings["Connect on Friendica!"] = "¡Conéctate en Friendica!";
-$a->strings["bitchslap"] = "abofetear fuerte";
-$a->strings["bitchslapped"] = "abofeteó fuertemente a";
-$a->strings["shag"] = "picar";
-$a->strings["shagged"] = "picó a";
-$a->strings["do something obscenely biological to"] = "hacer algo obsceno y biológico a";
-$a->strings["did something obscenely biological to"] = "hizo algo obsceno y biológico a";
-$a->strings["point out the poke feature to"] = "señalar la habilidad de toques a";
-$a->strings["pointed out the poke feature to"] = "señaló la habilidad de toques a";
-$a->strings["declare undying love for"] = "declarar amor incondicional a";
-$a->strings["declared undying love for"] = "declaró amor incondicional a";
-$a->strings["patent"] = "patentar";
-$a->strings["patented"] = "patentó";
-$a->strings["stroke beard"] = "acariciar barba";
-$a->strings["stroked their beard at"] = "acarició su barba a";
-$a->strings["bemoan the declining standards of modern secondary and tertiary education to"] = "deplorar los bajos estándares de educación secundaria y terciaria moderna a";
-$a->strings["bemoans the declining standards of modern secondary and tertiary education to"] = "deplora los bajos estándares de educación secundaria y terciaria moderna a";
-$a->strings["hug"] = "abrazar";
-$a->strings["hugged"] = "abrazó a";
-$a->strings["kiss"] = "besar";
-$a->strings["kissed"] = "besó a";
-$a->strings["raise eyebrows at"] = "alzar las cejas a";
-$a->strings["raised their eyebrows at"] = "alzó sus cejas a";
-$a->strings["insult"] = "insultar";
-$a->strings["insulted"] = "insultó a";
-$a->strings["praise"] = "alabar";
-$a->strings["praised"] = "alabó a";
-$a->strings["be dubious of"] = "dudar de";
-$a->strings["was dubious of"] = "dudó de";
-$a->strings["eat"] = "comer";
-$a->strings["ate"] = "comió";
-$a->strings["giggle and fawn at"] = "reír y carcajearse de";
-$a->strings["giggled and fawned at"] = "rió y se carcajeó de";
-$a->strings["doubt"] = "dudar";
-$a->strings["doubted"] = "dudó";
-$a->strings["glare"] = "mirar fijamente";
-$a->strings["glared at"] = "miró fijamente a";
-$a->strings["YourLS Settings"] = "Tu configuración LS";
-$a->strings["URL: http://"] = "Dirección: http://";
-$a->strings["Username:"] = "Nombre de Usuario:";
-$a->strings["Password:"] = "Contraseña:";
-$a->strings["Use SSL "] = "Usar SSL ";
-$a->strings["yourls Settings saved."] = "La configuración se ha guardado.";
-$a->strings["Post to LiveJournal"] = "Publicar en Livejournal";
-$a->strings["LiveJournal Post Settings"] = "Configuración de las publicaciones en Livejournal";
-$a->strings["Enable LiveJournal Post Plugin"] = "Activar el módulo de publicación en Livejournal";
-$a->strings["LiveJournal username"] = "Nombre de usuario de Livejournal";
-$a->strings["LiveJournal password"] = "Contraseña de Livejournal";
-$a->strings["Post to LiveJournal by default"] = "Publicar en Livejournal por defecto";
-$a->strings["Not Safe For Work (General Purpose Content Filter) settings"] = "Configuración \"Not Safe For Work\" (Filtro de contenido de carácter general)";
-$a->strings["This plugin looks in posts for the words/text you specify below, and collapses any content containing those keywords so it is not displayed at inappropriate times, such as sexual innuendo that may be improper in a work setting. It is polite and recommended to tag any content containing nudity with #NSFW.  This filter can also match any other word/text you specify, and can thereby be used as a general purpose content filter."] = "Este complemento busca las palabras clave que especifiques y oculta cualquier comentario que contenga dichas claves, para que no aparezcan en momentos inoportunos, como por ejemplo, material sexual. Se considera de buena educación y correcto etiquetar los desnudos con #NSFW.  Este filtro puede servir para filtrar otro contenido, así que te puede servir como un filtro de carácter general, escogiendo las palabras clave adecuadas.";
-$a->strings["Enable Content filter"] = "Activar el filtro de contenido";
-$a->strings["Comma separated list of keywords to hide"] = "Palabras clave para ocultar, lista separada por comas";
-$a->strings["Use /expression/ to provide regular expressions"] = "Usa /expresión/ para proporcionar expresiones regulares";
-$a->strings["NSFW Settings saved."] = "Configuración NSFW guardada.";
-$a->strings["%s - Click to open/close"] = "%s - Pulsa aquí para abrir/cerrar";
-$a->strings["Forums"] = "Foros";
-$a->strings["Forums:"] = "Foros:";
-$a->strings["Page settings updated."] = "Configuración de la página actualizada";
-$a->strings["Page Settings"] = "Configuración de la página";
-$a->strings["How many forums to display on sidebar without paging"] = "¿Cuántos foros se mostrarán en la barra lateral?";
-$a->strings["Randomise Page/Forum list"] = "Lista de Página/Foro al azar";
-$a->strings["Show pages/forums on profile page"] = "Mostrar páginas/foros en tu perfil";
-$a->strings["Planets Settings"] = "Configuración de Planets";
-$a->strings["Enable Planets Plugin"] = "Activar el módulo de planetas Planets";
-$a->strings["Login"] = "Acceder";
-$a->strings["OpenID"] = "OpenID";
-$a->strings["Latest users"] = "Últimos usuarios";
-$a->strings["Most active users"] = "Usuarios más activos";
-$a->strings["Latest photos"] = "Últimas fotos";
-$a->strings["Latest likes"] = "Últimos me gusta";
-$a->strings["event"] = "evento";
-$a->strings["No access"] = "Sin acceso";
-$a->strings["Could not open component for editing"] = "No se puede abrir para editar";
-$a->strings["Go back to the calendar"] = "Volver al calendario";
-$a->strings["Event data"] = "Datos del evento";
-$a->strings["Calendar"] = "Calendario";
-$a->strings["Special color"] = "Color especial";
-$a->strings["Subject"] = "Asunto";
-$a->strings["Starts"] = "Comienzo";
-$a->strings["Ends"] = "Final";
-$a->strings["Description"] = "Descripción";
-$a->strings["Recurrence"] = "Recurrencia";
-$a->strings["Frequency"] = "Frecuencia";
-$a->strings["Daily"] = "Diariamente";
-$a->strings["Weekly"] = "Semanalmente";
-$a->strings["Monthly"] = "Mensualmente";
-$a->strings["Yearly"] = "Anual";
-$a->strings["days"] = "días";
-$a->strings["weeks"] = "semanas";
-$a->strings["months"] = "meses";
-$a->strings["years"] = "años";
-$a->strings["Interval"] = "Intérvalo";
-$a->strings["All %select% %time%"] = "Todos %select% %time%";
-$a->strings["Days"] = "Días";
-$a->strings["Sunday"] = "Domingo";
-$a->strings["Monday"] = "Lunes";
-$a->strings["Tuesday"] = "Martes";
-$a->strings["Wednesday"] = "Miércoles";
-$a->strings["Thursday"] = "Jueves";
-$a->strings["Friday"] = "Viernes";
-$a->strings["Saturday"] = "Sábado";
-$a->strings["First day of week:"] = "Primer día de la semana:";
-$a->strings["Day of month"] = "Día del mes";
-$a->strings["#num#th of each month"] = "#num#º de cada mes";
-$a->strings["#num#th-last of each month"] = "#num#º antes del último de cada mes";
-$a->strings["#num#th #wkday# of each month"] = "#num#º #wkday# de cada mes";
-$a->strings["#num#th-last #wkday# of each month"] = "#num#º antes del último #wkday# de cada mes";
-$a->strings["Month"] = "Mes";
-$a->strings["#num#th of the given month"] = "#num#º del mes dado";
-$a->strings["#num#th-last of the given month"] = "#num#º antes del último del mes dado";
-$a->strings["#num#th #wkday# of the given month"] = "#num#º #wkday# del mes dado";
-$a->strings["#num#th-last #wkday# of the given month"] = "#num#º antes del último #wkday# del mes dado";
-$a->strings["Repeat until"] = "Repetir hasta";
-$a->strings["Infinite"] = "Infinito";
-$a->strings["Until the following date"] = "Hasta la fecha siguiente";
-$a->strings["Number of times"] = "Número de veces";
-$a->strings["Exceptions"] = "Excepciones";
-$a->strings["none"] = "ninguno";
-$a->strings["Notification"] = "Notificación";
-$a->strings["Notify by"] = "Notificar por";
-$a->strings["E-Mail"] = "Correo electrónico";
-$a->strings["On Friendica / Display"] = "Sobre Friendica / Mostrar";
-$a->strings["Time"] = "Hora";
-$a->strings["Hours"] = "Horas";
-$a->strings["Minutes"] = "Minutos";
-$a->strings["Seconds"] = "Segundos";
-$a->strings["Weeks"] = "Semanas";
-$a->strings["before the"] = "antes de";
-$a->strings["start of the event"] = "inicio del evento";
-$a->strings["end of the event"] = "final del evento";
-$a->strings["Add a notification"] = "Añadir una notificación";
-$a->strings["The event #name# will start at #date"] = "El evento #name# comenzará el #date";
-$a->strings["#name# is about to begin."] = "#name# está a punto de comenzar.";
-$a->strings["Saved"] = "Guardado";
-$a->strings["U.S. Time Format (mm/dd/YYYY)"] = "Hora, formato anglosajón (mm/dd/aaaa)";
-$a->strings["German Time Format (dd.mm.YYYY)"] = "Hora, formato europeo (dd.mm.aaaa)";
-$a->strings["Private Events"] = "Eventos privados";
-$a->strings["Private Addressbooks"] = "Libretas de direcciones privada";
-$a->strings["Friendica-Native events"] = "Eventos nativos de Friendica";
-$a->strings["Friendica-Contacts"] = "Contactos de Friendica";
-$a->strings["Your Friendica-Contacts"] = "Tus Contactos de Friendica";
-$a->strings["Something went wrong when trying to import the file. Sorry. Maybe some events were imported anyway."] = "Algo salió mal al importar el archivo. Lo sentimos. Puede que algunos eventos se hayan importado.";
-$a->strings["Something went wrong when trying to import the file. Sorry."] = "Algo salió mal al importar el archivo. Lo sentimos.";
-$a->strings["The ICS-File has been imported."] = "El archivo ICS ha sido importado.";
-$a->strings["No file was uploaded."] = "No se ha importado ningún archivo.";
-$a->strings["Import a ICS-file"] = "Importar archivo ICS";
-$a->strings["ICS-File"] = "Archivo ICS";
-$a->strings["Overwrite all #num# existing events"] = "Sobreescribir los #num# eventos existentes";
-$a->strings["New event"] = "Evento nuevo";
-$a->strings["Today"] = "Hoy";
-$a->strings["Day"] = "Día";
-$a->strings["Week"] = "Semana";
-$a->strings["Reload"] = "Recargar";
-$a->strings["Date"] = "Fecha";
-$a->strings["Error"] = "Error";
-$a->strings["The calendar has been updated."] = "El calendario ha sido actualizado.";
-$a->strings["The new calendar has been created."] = "Se ha creado un nuevo calendario.";
-$a->strings["The calendar has been deleted."] = "El calendario se ha borrado.";
-$a->strings["Calendar Settings"] = "Configuración del Calendario";
-$a->strings["Date format"] = "Formato de fecha";
-$a->strings["Time zone"] = "Zona horaria";
-$a->strings["Calendars"] = "Calendarios";
-$a->strings["Create a new calendar"] = "Crear un nuevo calendario";
-$a->strings["Limitations"] = "Limitaciones";
-$a->strings["Warning"] = "Aviso";
-$a->strings["Synchronization (iPhone, Thunderbird Lightning, Android, ...)"] = "Sincronización (iPhone, Thunderbird Lightning, Android...)";
-$a->strings["Synchronizing this calendar with the iPhone"] = "Sincronizar este calendario con iPhone";
-$a->strings["Synchronizing your Friendica-Contacts with the iPhone"] = "Sincronizar tus contactos de Friendica con iPhone";
-$a->strings["The current version of this plugin has not been set up correctly. Please contact the system administrator of your installation of friendica to fix this."] = "La versión actual de este módulo no se ha ajustado correctamente. Por favor contacta al administrador de sistema de tu instalación de Friendica para arreglarlo.";
-$a->strings["Extended calendar with CalDAV-support"] = "Calendario ampliado con soporte CalDAV";
-$a->strings["noreply"] = "no responder";
-$a->strings["Notification: "] = "Notificación:";
-$a->strings["The database tables have been installed."] = "Se han instalado las tablas de la base de datos.";
-$a->strings["An error occurred during the installation."] = "Ha ocurrido un error durante la instalación.";
-$a->strings["The database tables have been updated."] = "Las tablas de la base de datos han sido actualizadas.";
-$a->strings["An error occurred during the update."] = "Ocurrió un error durante la actualización.";
-$a->strings["No system-wide settings yet."] = "No se han configurado aún los ajustes del sistema.";
-$a->strings["Database status"] = "Estado de la base de datos";
-$a->strings["Installed"] = "Instalada";
-$a->strings["Upgrade needed"] = "Actualización necesaria";
-$a->strings["Please back up all calendar data (the tables beginning with dav_*) before proceeding. While all calendar events <i>should</i> be converted to the new database structure, it's always safe to have a backup. Below, you can have a look at the database-queries that will be made when pressing the 'update'-button."] = "Por favor respalda todos los datos de calendario (las tablas que comienzan con dav_*) antes de continuar. Aunque todos los eventos de calendario <i>deberían</i> convertirse a la nueva estructura de base de datos, siempre es seguro tener un respaldo. Abajo, puedes ver las consultas a la base de datos que se realizarán cuando presiones el botón de 'actualizar'.";
-$a->strings["Upgrade"] = "Actualizada";
-$a->strings["Not installed"] = "Sin instalar";
-$a->strings["Install"] = "Instalar";
-$a->strings["Unknown"] = "Desconocido";
-$a->strings["Something really went wrong. I cannot recover from this state automatically, sorry. Please go to the database backend, back up the data, and delete all tables beginning with 'dav_' manually. Afterwards, this installation routine should be able to reinitialize the tables automatically."] = "Ha ocurrido algo muy malo. No puedo recuperarme automáticamente de este estado, lo siento. Por favor ve al manejador de fondo de la base de datos, respalda los datos, y borra todas las tablas que comienzan con 'dav_' manualmente. Después de eso, esta rutina de instalación debería de ser capaz de reinicializar las tablas automáticamente.";
-$a->strings["Troubleshooting"] = "Problemas";
-$a->strings["Manual creation of the database tables:"] = "Manual para la creación de las tablas de la base de datos:";
-$a->strings["Show SQL-statements"] = "Mostrar declaraciones SQL";
-$a->strings["Private Calendar"] = "Calendario privado";
-$a->strings["Friendica Events: Mine"] = "Eventos de Friendica: Propios";
-$a->strings["Friendica Events: Contacts"] = "Eventos de Friendica: Contactos";
-$a->strings["Private Addresses"] = "Direcciones privadas";
-$a->strings["Friendica Contacts"] = "Contactos de Friendica";
-$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>"] = "Permitir el uso de tu ID de Friendica (%s) para conexiones de almacenamiento externo sin alojamiento activado (como OwnCloud). Mira <a href=\"http://www.w3.org/community/unhosted/wiki/RemoteStorage#WebFinger\">RemoteStorage WebFinger</a>";
-$a->strings["Template URL (with {category})"] = "Dirección de la plantilla (con {categoría})";
-$a->strings["OAuth end-point"] = "Punto final OAuth";
-$a->strings["Api"] = "API";
-$a->strings["Member since:"] = "Miembro desde:";
-$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 que la ocupa 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["Randplace Settings"] = "Configuración de Randplace";
-$a->strings["Enable Randplace Plugin"] = "Activar el módulo de lugar aleatorio Randplace";
-$a->strings["Post to Dreamwidth"] = "Publicar en Dreamwidth";
-$a->strings["Dreamwidth Post Settings"] = "Configuración de las publicaciones en Dreamwidth";
-$a->strings["Enable dreamwidth Post Plugin"] = "Activar el módulo de publicación en Dreamwidth";
-$a->strings["dreamwidth username"] = "Nombre de usuario de Dreamwidth";
-$a->strings["dreamwidth password"] = "Contraseña de Dreamwidth";
-$a->strings["Post to dreamwidth by default"] = "Publicar en Dreamwidth por defecto";
-$a->strings["Remote Permissions Settings"] = "";
-$a->strings["Allow recipients of your private posts to see the other recipients of the posts"] = "";
-$a->strings["Remote Permissions settings updated."] = "";
-$a->strings["Visible to"] = "";
-$a->strings["may only be a partial list"] = "";
-$a->strings["Global"] = "";
-$a->strings["The posts of every user on this server show the post recipients"] = "";
-$a->strings["Individual"] = "";
-$a->strings["Each user chooses whether his/her posts show the post recipients"] = "";
-$a->strings["Startpage Settings"] = "Configuración de página inicial";
-$a->strings["Home page to load after login  - leave blank for profile wall"] = "Página por defecto, dejálo en blanco para cargar tu perfil";
-$a->strings["Examples: &quot;network&quot; or &quot;notifications/system&quot;"] = "Ejemplos: &quot;red&quot; o &quot;notificaciones/sistema&quot;";
-$a->strings["Geonames settings updated."] = "Configuración de Geonames actualizada.";
-$a->strings["Geonames Settings"] = "Configuración de Geonames";
-$a->strings["Enable Geonames Plugin"] = "Activar el complemento de nombres geográficos Geonames";
-$a->strings["Your account on %s will expire in a few days."] = "Tu cuenta de %s expirará en pocos días.";
-$a->strings["Your Friendica account is about to expire."] = "Tu cuenta de Friendica está a punto de expirar.";
-$a->strings["Hi %1\$s,\n\nYour account on %2\$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"] = "Hola %1\$s,\n\nTu cuenta en %2\$s expirará en menos de 5 días. Puedes mantenerla iniciando tu sesión una vez cada 30 días";
-$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 se han subido archivos aún.";
-$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["show/hide"] = "mostrar/ocultar";
-$a->strings["No forum subscriptions"] = "Foro sin suscrpciones";
-$a->strings["Forumlist settings updated."] = "Ajustes de lista de foros actualizados.";
-$a->strings["Forumlist Settings"] = "Ajustes de lista de foros";
-$a->strings["Randomise forum list"] = "";
-$a->strings["Show forums on profile page"] = "";
-$a->strings["Show forums on network page"] = "";
-$a->strings["Impressum"] = "Términos y Política del sitio";
-$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["The page operators name."] = "Nombre del operador de la página.";
-$a->strings["Site Owners Profile"] = "Perfil del propietario del sitio";
-$a->strings["Profile address of the operator."] = "Dirección del perfil del operador.";
-$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "Cómo contactar con el operador vía correo postal. BBCode permitido.";
-$a->strings["Notes"] = "Notas";
-$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "Notas adicionales que se mostrarán bajo la información del contacto. BBCode permitido.";
-$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Cómo contactar con el operador vía email (aparecerá oculto)";
-$a->strings["Footer note"] = "Nota a pie";
-$a->strings["Text for the footer. You can use BBCode here."] = "Texto para el Pie de página. BBCode permitido.";
-$a->strings["Report Bug"] = "Informe de errores";
-$a->strings["No Timeline settings updated."] = "Configuración Sin Linea Temporal actualizada.";
-$a->strings["No Timeline Settings"] = "Configuración Sin Linea Temporal";
-$a->strings["Disable Archive selector on profile wall"] = "Desactivar el selector de archivos en el muro del perfil";
-$a->strings["\"Blockem\" Settings"] = "Configuración de \"Blockem\"";
-$a->strings["Comma separated profile URLS to block"] = "Direcciones separadas por coma de los perfiles a bloquear";
-$a->strings["BLOCKEM Settings saved."] = "Configuracion Blockem guardada.";
-$a->strings["Blocked %s - Click to open/close"] = "%s bloqueado. Pulsa aquí para mostrar/ocultar";
-$a->strings["Unblock Author"] = "Desbloquear Autor";
-$a->strings["Block Author"] = "Bloquear Autor";
-$a->strings["blockem settings updated"] = "Configuración de Blockem actualizada";
-$a->strings[":-)"] = ":-)";
-$a->strings[":-("] = ":-(";
-$a->strings["lol"] = "XD";
-$a->strings["Quick Comment Settings"] = "Configuración de Qcomment";
-$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "Qcomments son comentarios rápidos que se encuentran cerca del cuadro de texto, a veces ocultos. Pulsa en ellos para dar respuestas simples.";
-$a->strings["Enter quick comments, one per line"] = "Introduce comentarios rápidos, uno por línea";
-$a->strings["Quick Comment settings saved."] = "Configuración de Qcomment guardada.";
-$a->strings["Tile Server URL"] = "Dirección del servidor";
-$a->strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = "Un listado de <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">servidores públicos</a>";
-$a->strings["Default zoom"] = "Zoom por defecto";
-$a->strings["The default zoom level. (1:world, 18:highest)"] = "Nivel de zoom predeterminado. (1:mínimo, 18:máximo)";
-$a->strings["Editplain settings updated."] = "Configuración del Editor de texto plano actualizada.";
-$a->strings["Group Text"] = "Texto agrupado";
-$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "Usar selector de grupos solo texto (sin imágenes) en el menú \"editar grupo\"";
-$a->strings["Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3"] = "Libravatar puede no haberse instalado correctamente.<br>Requiere PHP >=5.3";
-$a->strings["generic profile image"] = "imagen genérica del perfil";
-$a->strings["random geometric pattern"] = "patrón geométrico aleatorio";
-$a->strings["monster face"] = "monstruosa";
-$a->strings["computer generated face"] = "generada por ordenador";
-$a->strings["retro arcade style face"] = "estilo retro arcade";
-$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "Tu versión de PHP %s, menor que la requerida (PHP >=5.3).";
-$a->strings["This addon is not functional on your server."] = "Esta funcionalidad no está activa en tu servidor.";
-$a->strings["Information"] = "Información";
-$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "El complemento Gravatar está instalado. Por favor, desactiva dicho complemento.<br>El complemento Libravatar usará Gravatar si no encuentra nada en Libravatar.";
-$a->strings["Default avatar image"] = "Imagen del avatar por defecto";
-$a->strings["Select default avatar image if none was found. See README"] = "Elige una imagen para tu avatar si no se encuentra ninguna (ver README)";
-$a->strings["Libravatar settings updated."] = "Configuración de Libravatar actualizada.";
-$a->strings["Post to libertree"] = "Publicar en Libertree";
-$a->strings["libertree Post Settings"] = "Configuración de la publicación en Libertree";
-$a->strings["Enable Libertree Post Plugin"] = "Activar el módulo de publicación en Libertree";
-$a->strings["Libertree API token"] = "Ficha API de Libertree";
-$a->strings["Libertree site URL"] = "Dirección de Libertree";
-$a->strings["Post to Libertree by default"] = "Publicar en Libertree por defecto";
-$a->strings["Altpager settings updated."] = "Configuración de paginador alternativo actualizada.";
-$a->strings["Alternate Pagination Setting"] = "Configuración de paginación alternativa";
-$a->strings["Use links to \"newer\" and \"older\" pages in place of page numbers?"] = "¿Usar \"más nuevo\" y \"más antiguo\" en vez de números en las páginas?";
-$a->strings["The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail."] = "El complemento MathJax renderiza las fórmulas matemáticas escritas usando la sintaxis de LaTeX rodeadas por el habitual $ $ o un bloque de eqnarray en las publicaciones de tu muro, pestaña de red y correo privado.";
-$a->strings["Use the MathJax renderer"] = "Usar renderizado Mathjax";
-$a->strings["MathJax Base URL"] = "Dirección base de Mathjax";
-$a->strings["The URL for the javascript file that should be included to use MathJax. Can be either the MathJax CDN or another installation of MathJax."] = "La dirección para el archivo javascript debe estar incluida para usar Mathjax. Puede ser Mathjax CDN o cualquier otra instalación de Mathjax.";
-$a->strings["Editplain Settings"] = "Configuración del Editor de texto plano";
-$a->strings["Disable richtext status editor"] = "Desactivar el editor de texto enriquecido";
-$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "El complemento Libravatar también está instalado. Por favor desactiva este complemento o el complemento de Gravatar.<br>El complemento Libravatar usará Gravatar si no encuentra nada en Libravatar.";
-$a->strings["Select default avatar image if none was found at Gravatar. See README"] = "Selecionar la imagen del avatar por defecto si no se ha encontrado ninguna en Gravatar. Mira el README";
-$a->strings["Rating of images"] = "Valoración de las imágenes";
-$a->strings["Select the appropriate avatar rating for your site. See README"] = "Selecciona el avatar de clasificación apropiado para tu sitio. Ver README";
-$a->strings["Gravatar settings updated."] = "Configuración de Gravatar actualizada.";
-$a->strings["Your Friendica test account is about to expire."] = "Tu cuenta de prueba de Friendica está a punto de expirar.";
-$a->strings["Hi %1\$s,\n\nYour test account on %2\$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at http://dir.friendica.com/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com."] = "Hola %1\$s,\n\nTu cuenta de prueba en %2\$s expirará en menos de 5 días. Esperamos que hayas disfrutado de la experiencia y te decidas a unirte a la red social de Friendica. Dispones de un listado de servidores disponibles en http://dir.friendica.com/siteinfo Para saber más sobre cómo crear tu propio servidor de Friendica puedes visitar la web del Proyecto Friendica en http://friendica.com.";
-$a->strings["\"pageheader\" Settings"] = "Configuración de cabecera";
-$a->strings["pageheader Settings saved."] = "Configuración de cabecera de página guardada.";
-$a->strings["Post to Insanejournal"] = "Publicar en Insanejournal";
-$a->strings["InsaneJournal Post Settings"] = "Configuración de publicación en Insanejournal";
-$a->strings["Enable InsaneJournal Post Plugin"] = "Activar el módulo de publicación en Insanejournal";
-$a->strings["InsaneJournal username"] = "Nombre de usuario de Insanejournal";
-$a->strings["InsaneJournal password"] = "Contraseña de Insanejournal";
-$a->strings["Post to InsaneJournal by default"] = "Publicar en Insanejournal por defecto";
-$a->strings["Jappix Mini addon settings"] = "Ajustes de complemento Jappix Mini";
-$a->strings["Activate addon"] = "Activar complemento";
-$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "<em>No</em> insertar la aplicación de chat Jappixmini en la interfaz web";
-$a->strings["Jabber username"] = "Nombre de usuario de Jabber";
-$a->strings["Jabber server"] = "Servidor de Jabber";
-$a->strings["Jabber BOSH host"] = "Anfitrión BOSH de Jabber";
-$a->strings["Jabber password"] = "Contraseña de Jabber";
-$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Encriptar contraseña de Jabber con la contraseña de Friendica (recomendado)";
-$a->strings["Friendica password"] = "Contraseña de Friendica";
-$a->strings["Approve subscription requests from Friendica contacts automatically"] = "Aprobar peticiones de suscripción de contactos de Friendica automáticamente";
-$a->strings["Subscribe to Friendica contacts automatically"] = "Suscribirse a contactos de Friendica automáticamente";
-$a->strings["Purge internal list of jabber addresses of contacts"] = "Purgar los contactos de la lista interna de direcciones de Jabber";
-$a->strings["Add contact"] = "Añadir contacto";
-$a->strings["View Source"] = "Ver fuente";
-$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 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 se ha encontrado ningún par de claves consumer para StatusNet. Registra tu cuenta de Friendica como un cliente de escritorio en tu cuenta de StatusNet, copia el par de claves consumer aquí e introduce la dirección de la API.<br />Antes de registrar tu propio par de claves OAuth pregunta a tu administrador si ya existe un par de claves para esa instalación de Friendica en tu instalación StatusNet favorita.";
-$a->strings["OAuth Consumer Key"] = "Clave OAuth del usuario";
-$a->strings["OAuth Consumer Secret"] = "Secreto OAuth del usuario";
-$a->strings["Base API Path (remember the trailing /)"] = "Dirección de 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 conectarte a tu cuenta de StatusNet haz clic en el botón abajo para obtener un PIN de StatusNet, que tienes que copiar en el cuadro de entrada y enviar el formulario. Solo tus publicaciones <strong>públicas</strong> se publicarán en StatusNet.";
-$a->strings["Log in with StatusNet"] = "Inicia sesión en 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["Currently connected to: "] = "Actualmente conectado 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 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 las escribes.";
-$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>: Debido a tus opciones de privacidad (<em>¿Ocultar los detalles de tu perfil de espectadores desconocidos?</ em>) el vínculo potencialmente incluido en publicaciones públicas que se transmiten a StatusNet conducirá al visitante a una página en blanco que informa a los visitantes que el acceso a tu perfil es restringido.";
-$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["Send linked #-tags and @-names to StatusNet"] = "Enviar a StatusNet las #-etiquetas y @-nombres";
-$a->strings["Clear OAuth configuration"] = "Borrar la configuración de OAuth";
-$a->strings["API URL"] = "Dirección de la API";
-$a->strings["Infinite Improbability Drive"] = "Unidad de improbabilidad infinita";
-$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 módulo 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 en Tumblr por defecto";
-$a->strings["Numfriends settings updated."] = "Configuración del Contador de contactos actualizada";
-$a->strings["Numfriends Settings"] = "Configuración del Contador de contactos";
-$a->strings["How many contacts to display on profile sidebar"] = "¿Cuántos contactos quieres mostrar en la barra lateral de tu perfil?";
-$a->strings["Gnot settings updated."] = "Configuración de Gnot actualizada.";
-$a->strings["Gnot Settings"] = "Configuración de Gnot";
-$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permitir el enhebrado en las notificaciones de comentarios de correo en Gmail y hacer anónima la línea de \"Asunto\".";
-$a->strings["Enable this plugin/addon?"] = "¿Activar este módulo/extensión?";
-$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notificación] Comentario en la conversación de #%d";
-$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 módulo 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["Provide a backlink to the Friendica post"] = "Añade un enlace de vuelta a la publicación de Friendica";
-$a->strings["Post from Friendica"] = "Publicado desde Friendica";
-$a->strings["Read the original post and comment stream on Friendica"] = "Leer la publicación original y los comentarios en Friendica";
-$a->strings["\"Show more\" Settings"] = "Configuración de \"Muéstrame más\"";
-$a->strings["Enable Show More"] = "Activar Muéstrame más";
-$a->strings["Cutting posts after how much characters"] = "Cortar las publicaciones después de cuántos caracteres";
-$a->strings["Show More Settings saved."] = "Configuración de Muéstrame más guardada.";
-$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "Este sitio 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 <a href='%s'>puedes 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["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "Ruta absoluta a tu instalación de Piwik (sin el protocolo (http/s) pero con la barra).";
-$a->strings["Site ID"] = "ID del sitio";
-$a->strings["Show opt-out cookie link?"] = "¿Mostrar enlace a las cookies?";
-$a->strings["Asynchronous tracking"] = "Seguimiento asíncrono";
-$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 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 esta instalación de Friendica el módulo de Twitter está activo pero aún no has conectado tu cuenta con la de Twitter. Para hacerlo, pulsa en el siguiente botón para obtener un PIN de Twitter, que deberás introducir en la casilla de abajo y enviar el formulario. Unicamente el contenido <strong>público</strong> que publiques será publicado 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["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 escribas.";
-$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>: Debido a tus opciones de privacidad (<em>¿Ocultar los detalles de tu perfil de espectadores desconocidos?</ em>) el vínculo potencialmente incluido en publicaciones públicas que se transmiten a Twitter conducirá al visitante a una página en blanco que informa a los visitantes que el acceso a tu perfil es restringido.";
-$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["Send linked #-tags and @-names to Twitter"] = "Enviar a Twitter las #-etiquetas y @-nombres";
-$a->strings["Consumer key"] = "Clave del usuario";
-$a->strings["Consumer secret"] = "Secreto del usuario";
-$a->strings["IRC Settings"] = "Configuración IRC";
-$a->strings["Channel(s) to auto connect (comma separated)"] = "Conectar automáticamente a (canales separados por coma)";
-$a->strings["Popular Channels (comma separated)"] = "Canales populares (separados por coma)";
-$a->strings["IRC settings saved."] = "Configuración de IRC guardada.";
-$a->strings["IRC Chatroom"] = "Sala de Chat IRC";
-$a->strings["Popular Channels"] = "Canales populares";
-$a->strings["Fromapp settings updated."] = "";
-$a->strings["FromApp Settings"] = "";
-$a->strings["The application name you would like to show your posts originating from."] = "";
-$a->strings["Use this application name even if another application was used."] = "";
-$a->strings["Post to blogger"] = "Publícar en Blogger";
-$a->strings["Blogger Post Settings"] = "Configuración de las publicaciones en Blogger";
-$a->strings["Enable Blogger Post Plugin"] = "Activar el módulo de publicación en Blogger";
-$a->strings["Blogger username"] = "Nombre de usuario de Blogger";
-$a->strings["Blogger password"] = "Contraseña de Blogger";
-$a->strings["Blogger API URL"] = "Dirección de la API de Blogger";
-$a->strings["Post to Blogger by default"] = "Publicar en Blogger por defecto";
-$a->strings["Post to Posterous"] = "Publicar en Posterous";
-$a->strings["Posterous Post Settings"] = "Configuración de las publicaciones en Posterous";
-$a->strings["Enable Posterous Post Plugin"] = "Activar el módulo de publicación en Posterous";
-$a->strings["Posterous login"] = "Entrar en Posterous";
-$a->strings["Posterous password"] = "Contraseña de Posterous";
-$a->strings["Posterous site ID"] = "ID de Posterous";
-$a->strings["Posterous API token"] = "API de Posterous";
-$a->strings["Post to Posterous by default"] = "Publicar en Posterous por defecto";
-$a->strings["Theme settings"] = "Configuración del Tema";
-$a->strings["Set resize level for images in posts and comments (width and height)"] = "Configurar el tamaño de las imágenes en las publicaciones";
-$a->strings["Set font-size for posts and comments"] = "Tamaño del texto para publicaciones y comentarios";
-$a->strings["Set theme width"] = "Establecer el ancho para el tema";
-$a->strings["Color scheme"] = "Esquema de color";
-$a->strings["Your posts and conversations"] = "Tus publicaciones y conversaciones";
-$a->strings["Your profile page"] = "Tu página de perfil";
-$a->strings["Your contacts"] = "Tus contactos";
-$a->strings["Your photos"] = "Tus fotos";
-$a->strings["Your events"] = "Tus eventos";
-$a->strings["Personal notes"] = "Notas personales";
-$a->strings["Your personal photos"] = "Tus fotos personales";
-$a->strings["Community Pages"] = "Páginas de Comunidad";
-$a->strings["Community Profiles"] = "Perfiles de la Comunidad";
-$a->strings["Last users"] = "Últimos usuarios";
-$a->strings["Last likes"] = "Últimos \"me gusta\"";
-$a->strings["Last photos"] = "Últimas fotos";
-$a->strings["Find Friends"] = "Buscar amigos";
-$a->strings["Local Directory"] = "Directorio local";
-$a->strings["Similar Interests"] = "Intereses similares";
-$a->strings["Invite Friends"] = "Invitar amigos";
-$a->strings["Earth Layers"] = "Minimapa";
-$a->strings["Set zoomfactor for Earth Layers"] = "Configurar zoom en Minimapa";
-$a->strings["Set longitude (X) for Earth Layers"] = "Configurar longitud (X) en Minimapa";
-$a->strings["Set latitude (Y) for Earth Layers"] = "Configurar latitud (Y) en Minimapa";
-$a->strings["Help or @NewHere ?"] = "¿Ayuda o @NuevoAquí?";
-$a->strings["Connect Services"] = "Servicios conectados";
-$a->strings["Last Tweets"] = "Últimos tweets";
-$a->strings["Set twitter search term"] = "Establecer término de búsqueda en Twitter";
-$a->strings["don't show"] = "no mostrar";
-$a->strings["show"] = "mostrar";
-$a->strings["Show/hide boxes at right-hand column:"] = "Mostrar/Ocultar casillas en la columna derecha:";
-$a->strings["Set line-height for posts and comments"] = "Altura para las publicaciones y comentarios";
-$a->strings["Set resolution for middle column"] = "Resolución para la columna central";
-$a->strings["Set color scheme"] = "Configurar esquema de color";
-$a->strings["Set zoomfactor for Earth Layer"] = "Establecer zoom para Minimapa";
-$a->strings["Last tweets"] = "Últimos tweets";
-$a->strings["Alignment"] = "Alineación";
-$a->strings["Left"] = "Izquierda";
-$a->strings["Center"] = "Centrado";
-$a->strings["Posts font size"] = "";
-$a->strings["Textareas font size"] = "";
-$a->strings["Set colour scheme"] = "Configurar esquema de color";
-$a->strings["j F, Y"] = "j F, Y";
-$a->strings["j F"] = "j F";
-$a->strings["Birthday:"] = "Fecha de nacimiento:";
-$a->strings["Age:"] = "Edad:";
-$a->strings["for %1\$d %2\$s"] = "por %1\$d %2\$s";
-$a->strings["Tags:"] = "Etiquetas:";
-$a->strings["Religion:"] = "Religión:";
-$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["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["Hourly"] = "Cada hora";
-$a->strings["Twice daily"] = "Dos veces al día";
-$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"] = "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"] = "Transgenérico";
-$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"] = "Célibe";
-$a->strings["Virgin"] = "Virgen";
-$a->strings["Deviant"] = "Desviado";
-$a->strings["Fetish"] = "Fetichista";
-$a->strings["Oodles"] = "Orgiástico";
-$a->strings["Nonsexual"] = "Asexual";
-$a->strings["Single"] = "Soltero";
-$a->strings["Lonely"] = "Solitario";
-$a->strings["Available"] = "Disponible";
-$a->strings["Unavailable"] = "No disponible";
-$a->strings["Has crush"] = "Enamorado";
-$a->strings["Infatuated"] = "Loco/a por alguien";
-$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["Imaginarily married"] = "Casado imaginario";
-$a->strings["Partners"] = "Socios";
-$a->strings["Cohabiting"] = "Cohabitando";
-$a->strings["Common law"] = "Pareja de hecho";
-$a->strings["Happy"] = "Feliz";
-$a->strings["Not looking"] = "No busca relación";
-$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["Imaginarily divorced"] = "Divorciado imaginario";
-$a->strings["Widowed"] = "Viudo/a";
-$a->strings["Uncertain"] = "Incierto";
-$a->strings["It's complicated"] = "Es complicado";
-$a->strings["Don't care"] = "No te importa";
-$a->strings["Ask me"] = "Pregúntame";
+$a->strings["Contacts who are not members of a group"] = "Contactos sin grupo";
+$a->strings["Files"] = "Archivos";
+$a->strings["System down for maintenance"] = "Servicio suspendido por mantenimiento";
+$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 no se puede deshacer.";
+$a->strings["Please enter your password for verification:"] = "Por favor, introduce tu contraseña para la verificación:";
+$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["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["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 Friendica social network."] = "Este mensaje te lo ha enviado %s, miembro de la red social Friendica.";
+$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["{0} wants to be your friend"] = "{0} quiere ser tu amigo";
+$a->strings["{0} sent you a message"] = "{0} te ha enviado un mensaje";
+$a->strings["{0} requested registration"] = "{0} solicitudes de registro";
+$a->strings["{0} commented %s's post"] = "{0} comentó la publicación de %s";
+$a->strings["{0} liked %s's post"] = "A {0} le ha gustado la publicación de %s";
+$a->strings["{0} disliked %s's post"] = "A {0} no le ha gustado la publicación 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["{0} mentioned you in a post"] = "{0} te mencionó en una publicación";
+$a->strings["OpenID protocol error. No ID returned."] = "Error de protocolo OpenID. ID no devuelta.";
+$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Cuenta no encontrada y el registro OpenID no está permitido en ese sitio.";
+$a->strings["Login failed."] = "Accesso fallido.";
+$a->strings["Invalid request identifier."] = "Solicitud de identificación no válida.";
+$a->strings["Discard"] = "Descartar";
+$a->strings["System"] = "Sistema";
+$a->strings["Network"] = "Red";
+$a->strings["Introductions"] = "Presentaciones";
+$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["Post a new friend activity"] = "Publica tu nueva amistad";
+$a->strings["if applicable"] = "Si corresponde";
+$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"] = "Lector";
+$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 introductions."] = "Sin presentaciones.";
+$a->strings["Notifications"] = "Notificaciones";
+$a->strings["%s liked %s's post"] = "A %s le gusta la publicación de %s";
+$a->strings["%s disliked %s's post"] = "A %s no le gusta la publicación 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ó una nueva publicación";
+$a->strings["%s commented on %s's post"] = "%s comentó la publicación de %s";
+$a->strings["No more network notifications."] = "No hay más notificaciones de red.";
+$a->strings["Network Notifications"] = "Notificaciones de Red";
+$a->strings["No more personal notifications."] = "No hay más notificaciones personales.";
+$a->strings["Personal Notifications"] = "Notificaciones personales";
+$a->strings["No more home notifications."] = "No hay más notificaciones de inicio.";
+$a->strings["Home Notifications"] = "Notificaciones de Inicio";
+$a->strings["Total invitation limit exceeded."] = "Límite total de invitaciones excedido.";
+$a->strings["%s : Not a valid email address."] = "%s : No es una dirección de correo válida.";
+$a->strings["Please join us on Friendica"] = "Únete a nosotros en Friendica";
+$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Límite de invitaciones sobrepasado. Contacta con el administrador del sitio.";
+$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["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Visita %s para ver una lista de servidores públicos donde puedes darte de alta. Los miembros de otros servidores de Friendica pueden conectarse entre ellos, así como con miembros de otras redes sociales diferentes.";
+$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Para aceptar la invitación visita y regístrate en %s o en cualquier otro servidor público de Friendica.";
+$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Los servidores de Friendica están interconectados para crear una enorme red social centrada en la privacidad y controlada por sus miembros. También se puede conectar con muchas redes sociales tradicionales. Mira en %s para poder ver un listado de servidores alternativos de Friendica donde puedes darte de alta.";
+$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Discúlpanos. Este sistema no está configurado actualmente para conectar con otros servidores públicos o invitar nuevos miembros.";
+$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["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Estás cordialmente invitado a unirte a mi y a otros amigos en Friendica, creemos juntos una red social mejor.";
+$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["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "Para más información sobre el Proyecto Friendica y sobre por qué pensamos que es algo importante, visita http://friendica.com";
+$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 or which you have been granted \"manage\" permissions"] = "Cambia entre diferentes identidades o páginas de Comunidad/Grupos que comparten los detalles de tu cuenta o sobre los que tienes permisos para administrar";
+$a->strings["Select an identity to manage: "] = "Selecciona una identidad a gestionar:";
+$a->strings["Welcome to %s"] = "Bienvenido a %s";
+$a->strings["Friends of %s"] = "Amigos de %s";
+$a->strings["No friends to display."] = "No hay amigos para mostrar.";
+$a->strings["Add New Contact"] = "Añadir nuevo contacto";
+$a->strings["Enter address or web location"] = "Escribe la dirección o página web";
+$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Ejemplo: miguel@ejemplo.com, http://ejemplo.com/miguel";
+$a->strings["%d invitation available"] = array(
+       0 => "%d invitación disponible",
+       1 => "%d invitaviones disponibles",
+);
+$a->strings["Find People"] = "Buscar personas";
+$a->strings["Enter name or interest"] = "Introduzce nombre o intereses";
+$a->strings["Connect/Follow"] = "Conectar/Seguir";
+$a->strings["Examples: Robert Morgenstein, Fishing"] = "Ejemplos: Robert Morgenstein, Pesca";
+$a->strings["Random Profile"] = "Perfil aleatorio";
+$a->strings["Networks"] = "Redes";
+$a->strings["All Networks"] = "Todas las redes";
+$a->strings["Saved Folders"] = "Directorios guardados";
+$a->strings["Everything"] = "Todo";
+$a->strings["Categories"] = "Categorías";
+$a->strings["Click here to upgrade."] = "Pulsa aquí para actualizar.";
+$a->strings["This action exceeds the limits set by your subscription plan."] = "Esta acción excede los límites permitidos por tu subscripción.";
+$a->strings["This action is not available under your subscription plan."] = "Esta acción no está permitida para tu subscripción.";
+$a->strings["User not found."] = "";
+$a->strings["There is no status with this id."] = "";
+$a->strings["view full size"] = "Ver a tamaño completo";
 $a->strings["Starts:"] = "Inicio:";
 $a->strings["Finishes:"] = "Final:";
 $a->strings["(no subject)"] = "(sin asunto)";
-$a->strings[" on Last.fm"] = "en Last.fm";
+$a->strings["noreply"] = "no responder";
+$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["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Se ha encontrado un problema para acceder con el OpenID que has escrito. Verifica que lo hayas escrito correctamente.";
+$a->strings["The error message was:"] = "El mensaje del error fue:";
+$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 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 debe empezar por una letra.";
+$a->strings["Nickname is already registered. Please choose another."] = "Apodo ya registrado. Por favor, elije otro.";
+$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "El apodo ya ha sido registrado alguna vez y no puede volver a usarse. Por favor, utiliza 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["Friends"] = "Amigos";
+$a->strings["%1\$s poked %2\$s"] = "%1\$s le dio un toque a %2\$s";
+$a->strings["poked"] = "tocó a";
+$a->strings["post/item"] = "publicación/tema";
+$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s ha marcado %3\$s de %2\$s como Favorito";
+$a->strings["remove"] = "eliminar";
+$a->strings["Delete Selected Items"] = "Eliminar el elemento seleccionado";
+$a->strings["Follow Thread"] = "";
+$a->strings["View Status"] = "Ver estado";
+$a->strings["View Profile"] = "Ver perfil";
+$a->strings["View Photos"] = "Ver fotos";
+$a->strings["Network Posts"] = "Publicaciones en la red";
+$a->strings["Edit Contact"] = "Editar contacto";
+$a->strings["Send PM"] = "Enviar mensaje privado";
+$a->strings["Poke"] = "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"] = "";
+$a->strings["<span  %1\$s>%2\$d people</span> don't like this"] = "";
+$a->strings["and"] = "y";
+$a->strings[", and %d other people"] = " y a 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, introduce la URL/enlace del vídeo:";
+$a->strings["Please enter an audio link/URL:"] = "Por favor, introduce la URL/enlace del audio:";
+$a->strings["Tag term:"] = "Etiquetar:";
+$a->strings["Where are you right now?"] = "¿Dónde estás ahora?";
+$a->strings["Delete item(s)?"] = "";
+$a->strings["Post to Email"] = "Publicar mediante correo electrónico";
+$a->strings["permissions"] = "permisos";
+$a->strings["Post to Groups"] = "";
+$a->strings["Post to Contacts"] = "";
+$a->strings["Private post"] = "";
+$a->strings["Logged out."] = "Sesión finalizada";
+$a->strings["Error decoding account file"] = "";
+$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "";
+$a->strings["Error! Cannot check nickname"] = "";
+$a->strings["User '%s' already exists on this server!"] = "";
+$a->strings["User creation error"] = "";
+$a->strings["User profile creation error"] = "";
+$a->strings["%d contact not imported"] = array(
+       0 => "",
+       1 => "",
+);
+$a->strings["Done. You can now login with your username and password"] = "";
+$a->strings["newer"] = "más nuevo";
+$a->strings["older"] = "más antiguo";
 $a->strings["prev"] = "ant.";
 $a->strings["first"] = "primera";
 $a->strings["last"] = "última";
 $a->strings["next"] = "sig.";
-$a->strings["newer"] = "más nuevo";
-$a->strings["older"] = "más antiguo";
 $a->strings["No contacts"] = "Sin contactos";
 $a->strings["%d Contact"] = array(
        0 => "%d Contacto",
        1 => "%d Contactos",
 );
 $a->strings["poke"] = "tocar";
-$a->strings["poked"] = "tocó a";
 $a->strings["ping"] = "hacer \"ping\"";
 $a->strings["pinged"] = "hizo \"ping\" a";
 $a->strings["prod"] = "empujar";
@@ -1755,123 +1395,47 @@ $a->strings["happy"] = "feliz";
 $a->strings["sad"] = "triste";
 $a->strings["mellow"] = "sentimental";
 $a->strings["tired"] = "cansado";
-$a->strings["perky"] = "alegre";
-$a->strings["angry"] = "furioso";
-$a->strings["stupified"] = "estupefacto";
-$a->strings["puzzled"] = "extrañado";
-$a->strings["interested"] = "interesado";
-$a->strings["bitter"] = "rencoroso";
-$a->strings["cheerful"] = "jovial";
-$a->strings["alive"] = "vivo";
-$a->strings["annoyed"] = "enojado";
-$a->strings["anxious"] = "ansioso";
-$a->strings["cranky"] = "irritable";
-$a->strings["disturbed"] = "perturbado";
-$a->strings["frustrated"] = "frustrado";
-$a->strings["motivated"] = "motivado";
-$a->strings["relaxed"] = "relajado";
-$a->strings["surprised"] = "sorprendido";
-$a->strings["January"] = "Enero";
-$a->strings["February"] = "Febrero";
-$a->strings["March"] = "Marzo";
-$a->strings["April"] = "Abril";
-$a->strings["May"] = "Mayo";
-$a->strings["June"] = "Junio";
-$a->strings["July"] = "Julio";
-$a->strings["August"] = "Agosto";
-$a->strings["September"] = "Septiembre";
-$a->strings["October"] = "Octubre";
-$a->strings["November"] = "Noviembre";
-$a->strings["December"] = "Diciembre";
-$a->strings["bytes"] = "bytes";
-$a->strings["Click to open/close"] = "Pulsa para abrir/cerrar";
-$a->strings["default"] = "predeterminado";
-$a->strings["Select an alternate language"] = "Elige otro idioma";
-$a->strings["activity"] = "Actividad";
-$a->strings["post"] = "Publicación";
-$a->strings["Item filed"] = "Elemento archivado";
-$a->strings["Sharing notification from Diaspora network"] = "Compartir notificaciones con la red Diaspora*";
-$a->strings["Attachments:"] = "Archivos adjuntos:";
-$a->strings["view full size"] = "Ver a tamaño completo";
-$a->strings["Embedded content"] = "Contenido integrado";
-$a->strings["Embedding disabled"] = "Contenido incrustrado desabilitado";
-$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 pretendes, por favor, crea otro grupo con un nombre diferente.";
-$a->strings["Default privacy group for new contacts"] = "Grupo por defecto para nuevos contactos";
-$a->strings["Everybody"] = "Todo el mundo";
-$a->strings["edit"] = "editar";
-$a->strings["Edit group"] = "Editar grupo";
-$a->strings["Create a new group"] = "Crear un nuevo grupo";
-$a->strings["Contacts not in any group"] = "Contactos sin grupo";
-$a->strings["Logout"] = "Salir";
-$a->strings["End this session"] = "Cerrar la sesión";
-$a->strings["Status"] = "Estado";
-$a->strings["Sign in"] = "Date de alta";
-$a->strings["Home Page"] = "Página de inicio";
-$a->strings["Create an account"] = "Crea una cuenta";
-$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["Directory"] = "Directorio";
-$a->strings["People directory"] = "Directorio de usuarios";
-$a->strings["Conversations from your friends"] = "Conversaciones de tus amigos";
-$a->strings["Friend Requests"] = "Solicitudes de amistad";
-$a->strings["See all notifications"] = "Ver todas las notificaciones";
-$a->strings["Mark all system notifications seen"] = "Marcar todas las notificaciones del sistema como leídas";
-$a->strings["Private mail"] = "Correo privado";
-$a->strings["Inbox"] = "Entrada";
-$a->strings["Outbox"] = "Enviados";
-$a->strings["Manage"] = "Administrar";
-$a->strings["Manage other pages"] = "Administrar otras páginas";
-$a->strings["Profiles"] = "Perfiles";
-$a->strings["Manage/edit profiles"] = "Administrar/editar perfiles";
-$a->strings["Manage/edit friends and contacts"] = "Administrar/editar amigos y contactos";
-$a->strings["Site setup and configuration"] = "Opciones y configuración del sitio";
-$a->strings["Nothing new here"] = "Nada nuevo por aquí";
-$a->strings["Add New Contact"] = "Añadir nuevo contacto";
-$a->strings["Enter address or web location"] = "Escribe la dirección o página web";
-$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Ejemplo: miguel@ejemplo.com, http://ejemplo.com/miguel";
-$a->strings["%d invitation available"] = array(
-       0 => "%d invitación disponible",
-       1 => "%d invitaviones disponibles",
-);
-$a->strings["Find People"] = "Buscar personas";
-$a->strings["Enter name or interest"] = "Introduzce nombre o intereses";
-$a->strings["Connect/Follow"] = "Conectar/Seguir";
-$a->strings["Examples: Robert Morgenstein, Fishing"] = "Ejemplos: Robert Morgenstein, Pesca";
-$a->strings["Random Profile"] = "Perfil aleatorio";
-$a->strings["Networks"] = "Redes";
-$a->strings["All Networks"] = "Todas las redes";
-$a->strings["Saved Folders"] = "Directorios guardados";
-$a->strings["Everything"] = "Todo";
-$a->strings["Categories"] = "Categorías";
-$a->strings["Logged out."] = "Sesión finalizada";
-$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Se ha encontrado un problema para acceder con el OpenID que has escrito. Verifica que lo hayas escrito correctamente.";
-$a->strings["The error message was:"] = "El mensaje del error fue:";
-$a->strings["Miscellaneous"] = "Varios";
-$a->strings["year"] = "año";
-$a->strings["month"] = "mes";
-$a->strings["day"] = "día";
-$a->strings["never"] = "nunca";
-$a->strings["less than a second ago"] = "hace menos de un segundo";
-$a->strings["week"] = "semana";
-$a->strings["hour"] = "hora";
-$a->strings["hours"] = "horas";
-$a->strings["minute"] = "minuto";
-$a->strings["minutes"] = "minutos";
-$a->strings["second"] = "segundo";
-$a->strings["seconds"] = "segundos";
-$a->strings["%1\$d %2\$s ago"] = "hace %1\$d %2\$s";
-$a->strings["%s's birthday"] = "Cumpleaños de %s";
-$a->strings["Happy Birthday %s"] = "Feliz cumpleaños %s";
-$a->strings["From: "] = "De: ";
-$a->strings["Image/photo"] = "Imagen/Foto";
-$a->strings["$1 wrote:"] = "$1 escribió:";
-$a->strings["Encrypted content"] = "Contenido cifrado";
-$a->strings["Cannot locate DNS info for database server '%s'"] = "No se puede encontrar información DNS para la base de datos del servidor '%s'";
-$a->strings["[no subject]"] = "[sin asunto]";
-$a->strings["Visible to everybody"] = "Visible para cualquiera";
+$a->strings["perky"] = "alegre";
+$a->strings["angry"] = "furioso";
+$a->strings["stupified"] = "estupefacto";
+$a->strings["puzzled"] = "extrañado";
+$a->strings["interested"] = "interesado";
+$a->strings["bitter"] = "rencoroso";
+$a->strings["cheerful"] = "jovial";
+$a->strings["alive"] = "vivo";
+$a->strings["annoyed"] = "enojado";
+$a->strings["anxious"] = "ansioso";
+$a->strings["cranky"] = "irritable";
+$a->strings["disturbed"] = "perturbado";
+$a->strings["frustrated"] = "frustrado";
+$a->strings["motivated"] = "motivado";
+$a->strings["relaxed"] = "relajado";
+$a->strings["surprised"] = "sorprendido";
+$a->strings["Monday"] = "Lunes";
+$a->strings["Tuesday"] = "Martes";
+$a->strings["Wednesday"] = "Miércoles";
+$a->strings["Thursday"] = "Jueves";
+$a->strings["Friday"] = "Viernes";
+$a->strings["Saturday"] = "Sábado";
+$a->strings["Sunday"] = "Domingo";
+$a->strings["January"] = "Enero";
+$a->strings["February"] = "Febrero";
+$a->strings["March"] = "Marzo";
+$a->strings["April"] = "Abril";
+$a->strings["May"] = "Mayo";
+$a->strings["June"] = "Junio";
+$a->strings["July"] = "Julio";
+$a->strings["August"] = "Agosto";
+$a->strings["September"] = "Septiembre";
+$a->strings["October"] = "Octubre";
+$a->strings["November"] = "Noviembre";
+$a->strings["December"] = "Diciembre";
+$a->strings["bytes"] = "bytes";
+$a->strings["Click to open/close"] = "Pulsa para abrir/cerrar";
+$a->strings["Select an alternate language"] = "Elige otro idioma";
+$a->strings["activity"] = "Actividad";
+$a->strings["post"] = "Publicación";
+$a->strings["Item filed"] = "Elemento archivado";
 $a->strings["Friendica Notification"] = "Notificación de Friendica";
 $a->strings["Thank You,"] = "Gracias,";
 $a->strings["%s Administrator"] = "%s Administrador";
@@ -1910,6 +1474,14 @@ $a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from
 $a->strings["Name:"] = "Nombre: ";
 $a->strings["Photo:"] = "Foto: ";
 $a->strings["Please visit %s to approve or reject the suggestion."] = "Visita %s para aceptar o rechazar la sugerencia por favor.";
+$a->strings[" on Last.fm"] = "en Last.fm";
+$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 pretendes, por favor, crea otro grupo con un nombre diferente.";
+$a->strings["Default privacy group for new contacts"] = "Grupo por defecto para nuevos contactos";
+$a->strings["Everybody"] = "Todo el mundo";
+$a->strings["edit"] = "editar";
+$a->strings["Edit group"] = "Editar grupo";
+$a->strings["Create a new group"] = "Crear un nuevo grupo";
+$a->strings["Contacts not in any group"] = "Contactos sin grupo";
 $a->strings["Connect URL missing."] = "Falta el conector URL.";
 $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.";
@@ -1922,98 +1494,199 @@ $a->strings["The profile address specified belongs to a network which has been d
 $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 tuyas.";
 $a->strings["Unable to retrieve contact information."] = "No ha sido posible recibir la información del contacto.";
 $a->strings["following"] = "siguiendo";
+$a->strings["[no subject]"] = "[sin asunto]";
+$a->strings["End this session"] = "Cerrar la sesión";
+$a->strings["Sign in"] = "Date de alta";
+$a->strings["Home Page"] = "Página de inicio";
+$a->strings["Create an account"] = "Crea una cuenta";
+$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["Directory"] = "Directorio";
+$a->strings["People directory"] = "Directorio de usuarios";
+$a->strings["Conversations from your friends"] = "Conversaciones de tus amigos";
+$a->strings["Network Reset"] = "";
+$a->strings["Load Network page with no filters"] = "";
+$a->strings["Friend Requests"] = "Solicitudes de amistad";
+$a->strings["See all notifications"] = "Ver todas las notificaciones";
+$a->strings["Mark all system notifications seen"] = "Marcar todas las notificaciones del sistema como leídas";
+$a->strings["Private mail"] = "Correo privado";
+$a->strings["Inbox"] = "Entrada";
+$a->strings["Outbox"] = "Enviados";
+$a->strings["Manage"] = "Administrar";
+$a->strings["Manage other pages"] = "Administrar otras páginas";
+$a->strings["Delegations"] = "";
+$a->strings["Manage/Edit Profiles"] = "";
+$a->strings["Manage/edit friends and contacts"] = "Administrar/editar amigos y contactos";
+$a->strings["Site setup and configuration"] = "Opciones y configuración del sitio";
+$a->strings["Navigation"] = "";
+$a->strings["Site map"] = "";
+$a->strings["j F, Y"] = "j F, Y";
+$a->strings["j F"] = "j F";
+$a->strings["Birthday:"] = "Fecha de nacimiento:";
+$a->strings["Age:"] = "Edad:";
+$a->strings["for %1\$d %2\$s"] = "por %1\$d %2\$s";
+$a->strings["Tags:"] = "Etiquetas:";
+$a->strings["Religion:"] = "Religión:";
+$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["Image/photo"] = "Imagen/Foto";
+$a->strings["<span><a href=\"%s\" target=\"external-link\">%s</a> wrote the following <a href=\"%s\" target=\"external-link\">post</a>"] = "";
+$a->strings["$1 wrote:"] = "$1 escribió:";
+$a->strings["Encrypted content"] = "Contenido cifrado";
+$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["Weekly"] = "Semanalmente";
+$a->strings["Monthly"] = "Mensualmente";
+$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["Google+"] = "";
+$a->strings["pump.io"] = "";
+$a->strings["Twitter"] = "";
+$a->strings["Miscellaneous"] = "Varios";
+$a->strings["year"] = "año";
+$a->strings["month"] = "mes";
+$a->strings["day"] = "día";
+$a->strings["never"] = "nunca";
+$a->strings["less than a second ago"] = "hace menos de un segundo";
+$a->strings["years"] = "años";
+$a->strings["months"] = "meses";
+$a->strings["week"] = "semana";
+$a->strings["weeks"] = "semanas";
+$a->strings["days"] = "días";
+$a->strings["hour"] = "hora";
+$a->strings["hours"] = "horas";
+$a->strings["minute"] = "minuto";
+$a->strings["minutes"] = "minutos";
+$a->strings["second"] = "segundo";
+$a->strings["seconds"] = "segundos";
+$a->strings["%1\$d %2\$s ago"] = "hace %1\$d %2\$s";
+$a->strings["%s's birthday"] = "Cumpleaños de %s";
+$a->strings["Happy Birthday %s"] = "Feliz cumpleaños %s";
+$a->strings["General Features"] = "";
+$a->strings["Multiple Profiles"] = "";
+$a->strings["Ability to create multiple profiles"] = "";
+$a->strings["Post Composition Features"] = "";
+$a->strings["Richtext Editor"] = "";
+$a->strings["Enable richtext editor"] = "";
+$a->strings["Post Preview"] = "";
+$a->strings["Allow previewing posts and comments before publishing them"] = "";
+$a->strings["Network Sidebar Widgets"] = "";
+$a->strings["Search by Date"] = "";
+$a->strings["Ability to select posts by date ranges"] = "";
+$a->strings["Group Filter"] = "";
+$a->strings["Enable widget to display Network posts only from selected group"] = "";
+$a->strings["Network Filter"] = "";
+$a->strings["Enable widget to display Network posts only from selected network"] = "";
+$a->strings["Save search terms for re-use"] = "";
+$a->strings["Network Tabs"] = "";
+$a->strings["Network Personal Tab"] = "";
+$a->strings["Enable tab to display only Network posts that you've interacted on"] = "";
+$a->strings["Network New Tab"] = "";
+$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "";
+$a->strings["Network Shared Links Tab"] = "";
+$a->strings["Enable tab to display only Network posts with links in them"] = "";
+$a->strings["Post/Comment Tools"] = "";
+$a->strings["Multiple Deletion"] = "";
+$a->strings["Select and delete multiple posts/comments at once"] = "";
+$a->strings["Edit Sent Posts"] = "";
+$a->strings["Edit and correct posts and comments after sending"] = "";
+$a->strings["Tagging"] = "";
+$a->strings["Ability to tag existing posts"] = "";
+$a->strings["Post Categories"] = "";
+$a->strings["Add categories to your posts"] = "";
+$a->strings["Ability to file posts under folders"] = "";
+$a->strings["Dislike Posts"] = "";
+$a->strings["Ability to dislike posts/comments"] = "";
+$a->strings["Star Posts"] = "";
+$a->strings["Ability to mark special posts with a star indicator"] = "";
+$a->strings["Sharing notification from Diaspora network"] = "Compartir notificaciones con la red Diaspora*";
+$a->strings["Attachments:"] = "Archivos adjuntos:";
+$a->strings["Visible to everybody"] = "Visible para cualquiera";
 $a->strings["A new person is sharing with you at "] = "Una nueva persona está compartiendo contigo en ";
 $a->strings["You have a new follower at "] = "Tienes un nuevo seguidor en ";
+$a->strings["Do you really want to delete this item?"] = "";
 $a->strings["Archives"] = "Archivos";
-$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 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 debe empezar por una letra.";
-$a->strings["Nickname is already registered. Please choose another."] = "Apodo ya registrado. Por favor, elije otro.";
-$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "El apodo ya ha sido registrado alguna vez y no puede volver a usarse. Por favor, utiliza 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["Embedded content"] = "Contenido integrado";
+$a->strings["Embedding disabled"] = "Contenido incrustrado desabilitado";
 $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["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "La ficha de seguridad no es correcta. Seguramente haya ocurrido por haber dejado el formulario abierto demasiado tiempo (>3 horas) antes de enviarlo.";
+$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"] = "Transgenérico";
+$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"] = "Célibe";
+$a->strings["Virgin"] = "Virgen";
+$a->strings["Deviant"] = "Desviado";
+$a->strings["Fetish"] = "Fetichista";
+$a->strings["Oodles"] = "Orgiástico";
+$a->strings["Nonsexual"] = "Asexual";
+$a->strings["Single"] = "Soltero";
+$a->strings["Lonely"] = "Solitario";
+$a->strings["Available"] = "Disponible";
+$a->strings["Unavailable"] = "No disponible";
+$a->strings["Has crush"] = "Enamorado";
+$a->strings["Infatuated"] = "Loco/a por alguien";
+$a->strings["Dating"] = "De citas";
+$a->strings["Unfaithful"] = "Infiel";
+$a->strings["Sex Addict"] = "Adicto al sexo";
+$a->strings["Friends/Benefits"] = "Amigos con beneficios";
+$a->strings["Casual"] = "Casual";
+$a->strings["Engaged"] = "Comprometido/a";
+$a->strings["Married"] = "Casado/a";
+$a->strings["Imaginarily married"] = "Casado imaginario";
+$a->strings["Partners"] = "Socios";
+$a->strings["Cohabiting"] = "Cohabitando";
+$a->strings["Common law"] = "Pareja de hecho";
+$a->strings["Happy"] = "Feliz";
+$a->strings["Not looking"] = "No busca relación";
+$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["Imaginarily divorced"] = "Divorciado imaginario";
+$a->strings["Widowed"] = "Viudo/a";
+$a->strings["Uncertain"] = "Incierto";
+$a->strings["It's complicated"] = "Es complicado";
+$a->strings["Don't care"] = "No te importa";
+$a->strings["Ask me"] = "Pregúntame";
 $a->strings["stopped following"] = "dejó de seguir";
-$a->strings["Poke"] = "Toque";
-$a->strings["View Status"] = "Ver estado";
-$a->strings["View Profile"] = "Ver perfil";
-$a->strings["View Photos"] = "Ver fotos";
-$a->strings["Network Posts"] = "Publicaciones en la red";
-$a->strings["Edit Contact"] = "Editar contacto";
-$a->strings["Send PM"] = "Enviar mensaje privado";
-$a->strings["%1\$s poked %2\$s"] = "%1\$s le dio un toque a %2\$s";
-$a->strings["post/item"] = "publicación/tema";
-$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s ha marcado %3\$s de %2\$s como Favorito";
-$a->strings["Categories:"] = "";
-$a->strings["Filed under:"] = "";
-$a->strings["remove"] = "eliminar";
-$a->strings["Delete Selected Items"] = "Eliminar el elemento seleccionado";
-$a->strings["Follow Thread"] = "";
-$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["and"] = "y";
-$a->strings[", and %d other people"] = " y a 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, introduce la URL/enlace del vídeo:";
-$a->strings["Please enter an audio link/URL:"] = "Por favor, introduce la URL/enlace del audio:";
-$a->strings["Tag term:"] = "Etiquetar:";
-$a->strings["Where are you right now?"] = "¿Dónde estás ahora?";
-$a->strings["permissions"] = "permisos";
-$a->strings["Click here to upgrade."] = "Pulsa aquí para actualizar.";
-$a->strings["This action exceeds the limits set by your subscription plan."] = "Esta acción excede los límites permitidos por tu subscripción.";
-$a->strings["This action is not available under your subscription plan."] = "Esta acción no está permitida para tu subscripción.";
-$a->strings["Delete this item?"] = "¿Eliminar este elemento?";
-$a->strings["show fewer"] = "ver menos";
-$a->strings["Update %s failed. See error logs."] = "Falló la actualización de %s. Mira los registros de errores.";
-$a->strings["Update Error at %s"] = "Error actualizado en %s";
-$a->strings["Create a New Account"] = "Crear una nueva cuenta";
-$a->strings["Nickname or Email address: "] = "Apodo o dirección de email: ";
-$a->strings["Password: "] = "Contraseña: ";
-$a->strings["Or login using OpenID: "] = "O inicia sesión usando OpenID: ";
-$a->strings["Forgot your password?"] = "¿Olvidaste la contraseña?";
-$a->strings["Requested account is not available."] = "La cuenta solicitada no está disponible.";
-$a->strings["Edit profile"] = "Editar perfil";
-$a->strings["Message"] = "Mensaje";
-$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 de esta semana:";
-$a->strings["Status Messages and Posts"] = "Mensajes de Estado y Publicaciones";
-$a->strings["Profile Details"] = "Detalles del Perfil";
-$a->strings["Events and Calendar"] = "Eventos y Calendario";
-$a->strings["Only You Can See This"] = "Únicamente tú puedes ver esto";
-$a->strings["toggle mobile"] = "";
-$a->strings["Bg settings updated."] = "Ajustes de fondo actualizados.";
-$a->strings["Bg Settings"] = "Ajustes de fondo";
-$a->strings["Post to Drupal"] = "Publicar en Drupal";
-$a->strings["Drupal Post Settings"] = "Configuración de las publicaciones en Drupal";
-$a->strings["Enable Drupal Post Plugin"] = "Activar el módulo de publicación en Drupal";
-$a->strings["Drupal username"] = "Nombre de usuario de Drupal";
-$a->strings["Drupal password"] = "Contraseña de Drupal";
-$a->strings["Post Type - article,page,or blog"] = "Tipo de publicación: artículo, página o blog";
-$a->strings["Drupal site URL"] = "Dirección de Drupal";
-$a->strings["Drupal site uses clean URLS"] = "El sitio de Drupal usa direcciones URL simples";
-$a->strings["Post to Drupal by default"] = "Publicar en Drupal por defecto";
-$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["Drop Contact"] = "";
+$a->strings["Cannot locate DNS info for database server '%s'"] = "No se puede encontrar información DNS para la base de datos del servidor '%s'";
diff --git a/view/es/update_fail_eml.tpl b/view/es/update_fail_eml.tpl
new file mode 100644 (file)
index 0000000..e75a708
--- /dev/null
@@ -0,0 +1,11 @@
+Hola, \r
+Estoy en $sitename;   \r
+Los desarrolladores actualizaron a $update recientemente, \r
+pero cuando intento instalarlo, algo falla.  \r
+Este error debe ser corregido, pero no puedo hacerlo solo. Por favor, \r
+avisa a algún desarrollador si no puedes ayudarme tú mismo. Mi  \r
+\r
+base de datos puede estar corrupta. El error que me da es '$error'.   \r
+\r
+Lo siento, \r
+tu servidor de Friendica en $siteurl
\ No newline at end of file
index e9572a7d887b9dfa95a3e7aa542023ff66a2204a..5d73d7d25e362713ba2a07466aa75d08407ca5fe 100644 (file)
@@ -1,5 +1,5 @@
 Hæ, \r
-Ég er $sitename.   \r
+Ég er $sitename;   \r
 Þróunarteymi friendica gáfu nýlega út uppfærslu $update, \r
 En þegar ég reyndi að uppfæra, gerist eitthvað hræðilegt.  \r
 Þetta þarf að laga strax og ég get það ekki ein.  Hafðu samband við \r
index d7d9e4f714de8de02c6bc5dda7887703803ae5b2..621b97f3ba31277ee1845adc61e091467744faf9 100644 (file)
@@ -3,13 +3,13 @@
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
-# Haakon Meland Eriksen <haakon.eriksen@far.no>, 2012-2013
+# Haakon Meland Eriksen <haakon.eriksen@far.no>, 2012-2014
 msgid ""
 msgstr ""
 "Project-Id-Version: friendica\n"
-"Report-Msgid-Bugs-To: http://bugs.friendica.com/\n"
-"POT-Creation-Date: 2013-06-12 00:01-0700\n"
-"PO-Revision-Date: 2013-06-20 17:34+0000\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-12-31 18:07+0100\n"
+"PO-Revision-Date: 2014-01-22 19:57+0000\n"
 "Last-Translator: Haakon Meland Eriksen <haakon.eriksen@far.no>\n"
 "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/friendica/language/nb_NO/)\n"
 "MIME-Version: 1.0\n"
@@ -18,4718 +18,4927 @@ msgstr ""
 "Language: nb_NO\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../../include/profile_advanced.php:7 ../../include/profile_advanced.php:84
-#: ../../include/nav.php:77 ../../mod/profperm.php:103
-#: ../../mod/newmember.php:32 ../../view/theme/diabook/theme.php:88
-#: ../../boot.php:1947
-msgid "Profile"
-msgstr "Profil"
+#: ../../object/Item.php:92
+msgid "This entry was edited"
+msgstr "Denne oppføringen ble endret"
 
-#: ../../include/profile_advanced.php:15 ../../mod/settings.php:1079
-msgid "Full Name:"
-msgstr "Fullt navn:"
+#: ../../object/Item.php:113 ../../mod/content.php:619
+#: ../../mod/photos.php:1351
+msgid "Private Message"
+msgstr "Privat melding"
 
-#: ../../include/profile_advanced.php:17 ../../mod/directory.php:136
-#: ../../boot.php:1487
-msgid "Gender:"
-msgstr "Kjønn:"
+#: ../../object/Item.php:117 ../../mod/editpost.php:109
+#: ../../mod/content.php:727 ../../mod/settings.php:663
+msgid "Edit"
+msgstr "Endre"
 
-#: ../../include/profile_advanced.php:22
-msgid "j F, Y"
-msgstr "j F, Y"
+#: ../../object/Item.php:126 ../../mod/content.php:437
+#: ../../mod/content.php:739 ../../include/conversation.php:611
+msgid "Select"
+msgstr "Velg"
 
-#: ../../include/profile_advanced.php:23
-msgid "j F"
-msgstr "j F"
+#: ../../object/Item.php:127 ../../mod/admin.php:907 ../../mod/content.php:438
+#: ../../mod/content.php:740 ../../mod/contacts.php:695
+#: ../../mod/settings.php:664 ../../mod/group.php:171
+#: ../../mod/photos.php:1637 ../../include/conversation.php:612
+msgid "Delete"
+msgstr "Slett"
 
-#: ../../include/profile_advanced.php:30
-msgid "Birthday:"
-msgstr "Fødselsdag:"
+#: ../../object/Item.php:130 ../../mod/content.php:762
+msgid "save to folder"
+msgstr "lagre i mappe"
 
-#: ../../include/profile_advanced.php:34
-msgid "Age:"
-msgstr "Alder:"
+#: ../../object/Item.php:192 ../../mod/content.php:752
+msgid "add star"
+msgstr "legg til stjerne"
 
-#: ../../include/profile_advanced.php:37 ../../mod/directory.php:138
-#: ../../boot.php:1490
-msgid "Status:"
-msgstr "Status:"
+#: ../../object/Item.php:193 ../../mod/content.php:753
+msgid "remove star"
+msgstr "fjern stjerne"
 
-#: ../../include/profile_advanced.php:43
-#, php-format
-msgid "for %1$d %2$s"
-msgstr "for %1$d %2$s"
+#: ../../object/Item.php:194 ../../mod/content.php:754
+msgid "toggle star status"
+msgstr "veksle stjernestatus"
 
-#: ../../include/profile_advanced.php:46 ../../mod/profiles.php:650
-msgid "Sexual Preference:"
-msgstr "Seksuell orientering:"
+#: ../../object/Item.php:197 ../../mod/content.php:757
+msgid "starred"
+msgstr "Med stjerne"
 
-#: ../../include/profile_advanced.php:48 ../../mod/directory.php:140
-#: ../../boot.php:1492
-msgid "Homepage:"
-msgstr "Hjemmeside:"
+#: ../../object/Item.php:202 ../../mod/content.php:758
+msgid "add tag"
+msgstr "Legg til merkelapp"
 
-#: ../../include/profile_advanced.php:50 ../../mod/profiles.php:652
-msgid "Hometown:"
-msgstr "Hjemsted:"
+#: ../../object/Item.php:213 ../../mod/content.php:683
+#: ../../mod/photos.php:1529
+msgid "I like this (toggle)"
+msgstr "Jeg liker dette (skru på/av)"
 
-#: ../../include/profile_advanced.php:52
-msgid "Tags:"
-msgstr "Merkelapper:"
+#: ../../object/Item.php:213 ../../mod/content.php:683
+msgid "like"
+msgstr "liker"
 
-#: ../../include/profile_advanced.php:54 ../../mod/profiles.php:653
-msgid "Political Views:"
-msgstr "Politisk ståsted:"
+#: ../../object/Item.php:214 ../../mod/content.php:684
+#: ../../mod/photos.php:1530
+msgid "I don't like this (toggle)"
+msgstr "Jeg liker ikke dette (skru på/av)"
 
-#: ../../include/profile_advanced.php:56
-msgid "Religion:"
-msgstr "Religion:"
+#: ../../object/Item.php:214 ../../mod/content.php:684
+msgid "dislike"
+msgstr "liker ikke"
 
-#: ../../include/profile_advanced.php:58 ../../mod/directory.php:142
-msgid "About:"
-msgstr "Om:"
+#: ../../object/Item.php:216 ../../mod/content.php:686
+msgid "Share this"
+msgstr "Del denne"
 
-#: ../../include/profile_advanced.php:60
-msgid "Hobbies/Interests:"
-msgstr "Hobbyer/Interesser:"
+#: ../../object/Item.php:216 ../../mod/content.php:686
+msgid "share"
+msgstr "Del"
 
-#: ../../include/profile_advanced.php:62 ../../mod/profiles.php:657
-msgid "Likes:"
-msgstr "Liker:"
+#: ../../object/Item.php:278 ../../include/conversation.php:663
+msgid "Categories:"
+msgstr "Kategorier:"
 
-#: ../../include/profile_advanced.php:64 ../../mod/profiles.php:658
-msgid "Dislikes:"
-msgstr "Liker ikke:"
+#: ../../object/Item.php:279 ../../include/conversation.php:664
+msgid "Filed under:"
+msgstr "Lagret i:"
 
-#: ../../include/profile_advanced.php:67
-msgid "Contact information and Social Networks:"
-msgstr "Kontaktinformasjon og sosiale nettverk:"
+#: ../../object/Item.php:287 ../../object/Item.php:288
+#: ../../mod/content.php:471 ../../mod/content.php:851
+#: ../../mod/content.php:852 ../../include/conversation.php:651
+#, php-format
+msgid "View %s's profile @ %s"
+msgstr "Besøk %ss profil [%s]"
 
-#: ../../include/profile_advanced.php:69
-msgid "Musical interests:"
-msgstr "Musikksmak:"
+#: ../../object/Item.php:289 ../../mod/content.php:853
+msgid "to"
+msgstr "til"
 
-#: ../../include/profile_advanced.php:71
-msgid "Books, literature:"
-msgstr "Bøker, litteratur:"
+#: ../../object/Item.php:290
+msgid "via"
+msgstr "via"
 
-#: ../../include/profile_advanced.php:73
-msgid "Television:"
-msgstr "TV:"
+#: ../../object/Item.php:291 ../../mod/content.php:854
+msgid "Wall-to-Wall"
+msgstr "vegg-til-vegg"
 
-#: ../../include/profile_advanced.php:75
-msgid "Film/dance/culture/entertainment:"
-msgstr "Film/dans/kultur/underholdning:"
+#: ../../object/Item.php:292 ../../mod/content.php:855
+msgid "via Wall-To-Wall:"
+msgstr "via vegg-til-vegg"
 
-#: ../../include/profile_advanced.php:77
-msgid "Love/Romance:"
-msgstr "Kjærlighet/romanse:"
+#: ../../object/Item.php:301 ../../mod/content.php:481
+#: ../../mod/content.php:863 ../../include/conversation.php:671
+#, php-format
+msgid "%s from %s"
+msgstr "%s fra %s"
 
-#: ../../include/profile_advanced.php:79
-msgid "Work/employment:"
-msgstr "Arbeid/ansatt hos:"
+#: ../../object/Item.php:319 ../../object/Item.php:635 ../../boot.php:685
+#: ../../mod/content.php:708 ../../mod/photos.php:1551
+#: ../../mod/photos.php:1595 ../../mod/photos.php:1678
+msgid "Comment"
+msgstr "Kommentar"
 
-#: ../../include/profile_advanced.php:81
-msgid "School/education:"
-msgstr "Skole/utdanning:"
+#: ../../object/Item.php:322 ../../mod/wallmessage.php:156
+#: ../../mod/editpost.php:124 ../../mod/content.php:498
+#: ../../mod/content.php:882 ../../mod/message.php:334
+#: ../../mod/message.php:565 ../../mod/photos.php:1532
+#: ../../include/conversation.php:688 ../../include/conversation.php:1099
+msgid "Please wait"
+msgstr "Vennligst vent"
 
-#: ../../include/profile_selectors.php:6
-msgid "Male"
-msgstr "Mann"
+#: ../../object/Item.php:345 ../../mod/content.php:602
+#, php-format
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] "%d kommentar"
+msgstr[1] "%d kommentarer"
 
-#: ../../include/profile_selectors.php:6
-msgid "Female"
-msgstr "Kvinne"
+#: ../../object/Item.php:347 ../../object/Item.php:360
+#: ../../mod/content.php:604 ../../include/text.php:1928
+msgid "comment"
+msgid_plural "comments"
+msgstr[0] "kommentar"
+msgstr[1] "kommentarer"
 
-#: ../../include/profile_selectors.php:6
-msgid "Currently Male"
-msgstr "For øyeblikket mann"
+#: ../../object/Item.php:348 ../../boot.php:686 ../../mod/content.php:605
+#: ../../include/contact_widgets.php:204
+msgid "show more"
+msgstr "vis mer"
 
-#: ../../include/profile_selectors.php:6
-msgid "Currently Female"
-msgstr "For øyeblikket kvinne"
+#: ../../object/Item.php:633 ../../mod/content.php:706
+#: ../../mod/photos.php:1549 ../../mod/photos.php:1593
+#: ../../mod/photos.php:1676
+msgid "This is you"
+msgstr "Dette er deg"
 
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Male"
-msgstr "Stort sett mann"
+#: ../../object/Item.php:636 ../../view/theme/perihel/config.php:95
+#: ../../view/theme/diabook/theme.php:633
+#: ../../view/theme/diabook/config.php:148
+#: ../../view/theme/quattro/config.php:64 ../../view/theme/dispy/config.php:70
+#: ../../view/theme/clean/config.php:71
+#: ../../view/theme/cleanzero/config.php:80 ../../mod/mood.php:137
+#: ../../mod/install.php:248 ../../mod/install.php:286
+#: ../../mod/crepair.php:171 ../../mod/content.php:709
+#: ../../mod/contacts.php:458 ../../mod/profiles.php:630
+#: ../../mod/message.php:335 ../../mod/message.php:564
+#: ../../mod/localtime.php:45 ../../mod/photos.php:1078
+#: ../../mod/photos.php:1199 ../../mod/photos.php:1501
+#: ../../mod/photos.php:1552 ../../mod/photos.php:1596
+#: ../../mod/photos.php:1679 ../../mod/poke.php:199 ../../mod/events.php:478
+#: ../../mod/fsuggest.php:107 ../../mod/invite.php:140
+#: ../../mod/manage.php:110
+msgid "Submit"
+msgstr "Lagre"
 
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Female"
-msgstr "Stort sett kvinne"
+#: ../../object/Item.php:637 ../../mod/content.php:710
+msgid "Bold"
+msgstr "uthevet"
 
-#: ../../include/profile_selectors.php:6
-msgid "Transgender"
-msgstr "Transkjønnet"
+#: ../../object/Item.php:638 ../../mod/content.php:711
+msgid "Italic"
+msgstr "kursiv"
 
-#: ../../include/profile_selectors.php:6
-msgid "Intersex"
-msgstr "Tvekjønnet"
+#: ../../object/Item.php:639 ../../mod/content.php:712
+msgid "Underline"
+msgstr "understrek"
 
-#: ../../include/profile_selectors.php:6
-msgid "Transsexual"
-msgstr "Transseksuell"
+#: ../../object/Item.php:640 ../../mod/content.php:713
+msgid "Quote"
+msgstr "sitat"
 
-#: ../../include/profile_selectors.php:6
-msgid "Hermaphrodite"
-msgstr "Hermafroditt"
+#: ../../object/Item.php:641 ../../mod/content.php:714
+msgid "Code"
+msgstr "kode"
 
-#: ../../include/profile_selectors.php:6
-msgid "Neuter"
-msgstr "Intetkjønn"
+#: ../../object/Item.php:642 ../../mod/content.php:715
+msgid "Image"
+msgstr "Bilde/fotografi"
 
-#: ../../include/profile_selectors.php:6
-msgid "Non-specific"
-msgstr "Ikke spesifisert"
+#: ../../object/Item.php:643 ../../mod/content.php:716
+msgid "Link"
+msgstr "lenke"
 
-#: ../../include/profile_selectors.php:6
-msgid "Other"
-msgstr "Annet"
+#: ../../object/Item.php:644 ../../mod/content.php:717
+msgid "Video"
+msgstr "video"
 
-#: ../../include/profile_selectors.php:6
-msgid "Undecided"
-msgstr "Ubestemt"
+#: ../../object/Item.php:645 ../../mod/editpost.php:145
+#: ../../mod/content.php:718 ../../mod/photos.php:1553
+#: ../../mod/photos.php:1597 ../../mod/photos.php:1680
+#: ../../include/conversation.php:1116
+msgid "Preview"
+msgstr "forhåndsvisning"
 
-#: ../../include/profile_selectors.php:23
-msgid "Males"
-msgstr "Menn"
+#: ../../index.php:199 ../../mod/apps.php:7
+msgid "You must be logged in to use addons. "
+msgstr "Du må være innlogget for å bruke tillegg."
 
-#: ../../include/profile_selectors.php:23
-msgid "Females"
-msgstr "Kvinner"
+#: ../../index.php:243 ../../mod/help.php:90
+msgid "Not Found"
+msgstr "Ikke funnet"
 
-#: ../../include/profile_selectors.php:23
-msgid "Gay"
-msgstr "Homse"
+#: ../../index.php:246 ../../mod/help.php:93
+msgid "Page not found."
+msgstr "Fant ikke siden."
 
-#: ../../include/profile_selectors.php:23
-msgid "Lesbian"
-msgstr "Lesbe"
+#: ../../index.php:355 ../../mod/group.php:72 ../../mod/profperm.php:19
+msgid "Permission denied"
+msgstr "Tilgang nektet"
 
-#: ../../include/profile_selectors.php:23
-msgid "No Preference"
-msgstr "Ingen preferanse"
+#: ../../index.php:356 ../../mod/mood.php:114 ../../mod/display.php:242
+#: ../../mod/register.php:40 ../../mod/dfrn_confirm.php:53
+#: ../../mod/api.php:26 ../../mod/api.php:31 ../../mod/wallmessage.php:9
+#: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79
+#: ../../mod/wallmessage.php:103 ../../mod/suggest.php:56
+#: ../../mod/network.php:6 ../../mod/install.php:151 ../../mod/editpost.php:10
+#: ../../mod/attach.php:33 ../../mod/regmod.php:118 ../../mod/crepair.php:117
+#: ../../mod/uimport.php:23 ../../mod/notes.php:20 ../../mod/contacts.php:240
+#: ../../mod/settings.php:96 ../../mod/settings.php:583
+#: ../../mod/settings.php:588 ../../mod/profiles.php:146
+#: ../../mod/profiles.php:571 ../../mod/group.php:19 ../../mod/follow.php:9
+#: ../../mod/message.php:38 ../../mod/message.php:174
+#: ../../mod/viewcontacts.php:22 ../../mod/photos.php:133
+#: ../../mod/photos.php:1044 ../../mod/wall_attach.php:55
+#: ../../mod/poke.php:135 ../../mod/wall_upload.php:66
+#: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:169
+#: ../../mod/profile_photo.php:180 ../../mod/profile_photo.php:193
+#: ../../mod/events.php:140 ../../mod/delegate.php:6 ../../mod/nogroup.php:25
+#: ../../mod/fsuggest.php:78 ../../mod/item.php:143 ../../mod/item.php:159
+#: ../../mod/notifications.php:66 ../../mod/invite.php:15
+#: ../../mod/invite.php:101 ../../mod/manage.php:96 ../../mod/allfriends.php:9
+#: ../../include/items.php:4215
+msgid "Permission denied."
+msgstr "Ingen tilgang."
 
-#: ../../include/profile_selectors.php:23
-msgid "Bisexual"
-msgstr "Biseksuell"
+#: ../../index.php:415
+msgid "toggle mobile"
+msgstr "Velg mobilvisning"
 
-#: ../../include/profile_selectors.php:23
-msgid "Autosexual"
-msgstr "Autoseksuell"
+#: ../../view/theme/perihel/theme.php:33
+#: ../../view/theme/diabook/theme.php:123 ../../mod/notifications.php:93
+#: ../../include/nav.php:104 ../../include/nav.php:143
+msgid "Home"
+msgstr "Hjem"
 
-#: ../../include/profile_selectors.php:23
-msgid "Abstinent"
-msgstr "Avholdende"
+#: ../../view/theme/perihel/theme.php:33
+#: ../../view/theme/diabook/theme.php:123 ../../include/nav.php:76
+#: ../../include/nav.php:143
+msgid "Your posts and conversations"
+msgstr "Dine innlegg og samtaler"
 
-#: ../../include/profile_selectors.php:23
-msgid "Virgin"
-msgstr "Jomfru"
+#: ../../view/theme/perihel/theme.php:34
+#: ../../view/theme/diabook/theme.php:124 ../../boot.php:1967
+#: ../../mod/newmember.php:32 ../../mod/profperm.php:103
+#: ../../include/nav.php:77 ../../include/profile_advanced.php:7
+#: ../../include/profile_advanced.php:84
+msgid "Profile"
+msgstr "Profil"
 
-#: ../../include/profile_selectors.php:23
-msgid "Deviant"
-msgstr "Avvikende"
+#: ../../view/theme/perihel/theme.php:34
+#: ../../view/theme/diabook/theme.php:124 ../../include/nav.php:77
+msgid "Your profile page"
+msgstr "Din profilside"
 
-#: ../../include/profile_selectors.php:23
-msgid "Fetish"
-msgstr "Fetisj"
+#: ../../view/theme/perihel/theme.php:35
+#: ../../view/theme/diabook/theme.php:126 ../../boot.php:1974
+#: ../../mod/fbrowser.php:25 ../../include/nav.php:78
+msgid "Photos"
+msgstr "Bilder"
 
-#: ../../include/profile_selectors.php:23
-msgid "Oodles"
-msgstr "Mange"
+#: ../../view/theme/perihel/theme.php:35
+#: ../../view/theme/diabook/theme.php:126 ../../include/nav.php:78
+msgid "Your photos"
+msgstr "Dine bilder"
 
-#: ../../include/profile_selectors.php:23
-msgid "Nonsexual"
-msgstr "Aseksuell"
+#: ../../view/theme/perihel/theme.php:36
+#: ../../view/theme/diabook/theme.php:127 ../../boot.php:1991
+#: ../../mod/events.php:370 ../../include/nav.php:79
+msgid "Events"
+msgstr "Hendelser"
 
-#: ../../include/profile_selectors.php:42
-msgid "Single"
-msgstr "Alene"
+#: ../../view/theme/perihel/theme.php:36
+#: ../../view/theme/diabook/theme.php:127 ../../include/nav.php:79
+msgid "Your events"
+msgstr "Dine hendelser"
 
-#: ../../include/profile_selectors.php:42
-msgid "Lonely"
-msgstr "Ensom"
+#: ../../view/theme/perihel/theme.php:37
+#: ../../view/theme/diabook/theme.php:128 ../../include/nav.php:80
+msgid "Personal notes"
+msgstr "Personlige notater"
 
-#: ../../include/profile_selectors.php:42
-msgid "Available"
-msgstr "Tilgjengelig"
+#: ../../view/theme/perihel/theme.php:37
+#: ../../view/theme/diabook/theme.php:128 ../../include/nav.php:80
+msgid "Your personal photos"
+msgstr "Dine personlige bilder"
 
-#: ../../include/profile_selectors.php:42
-msgid "Unavailable"
-msgstr "Ikke tilgjengelig"
+#: ../../view/theme/perihel/theme.php:38
+#: ../../view/theme/diabook/theme.php:129 ../../mod/community.php:32
+#: ../../include/nav.php:128
+msgid "Community"
+msgstr "Fellesskap"
 
-#: ../../include/profile_selectors.php:42
-msgid "Has crush"
-msgstr "Er forelsket"
+#: ../../view/theme/perihel/config.php:89
+#: ../../view/theme/diabook/theme.php:621
+#: ../../view/theme/diabook/config.php:142 ../../include/acl_selectors.php:327
+msgid "don't show"
+msgstr "ikke vis"
 
-#: ../../include/profile_selectors.php:42
-msgid "Infatuated"
-msgstr "Betatt"
+#: ../../view/theme/perihel/config.php:89
+#: ../../view/theme/diabook/theme.php:621
+#: ../../view/theme/diabook/config.php:142 ../../include/acl_selectors.php:326
+msgid "show"
+msgstr "vis"
 
-#: ../../include/profile_selectors.php:42
-msgid "Dating"
-msgstr "Stevnemøter/dater"
+#: ../../view/theme/perihel/config.php:97
+#: ../../view/theme/diabook/config.php:150
+#: ../../view/theme/quattro/config.php:66 ../../view/theme/dispy/config.php:72
+#: ../../view/theme/clean/config.php:73
+#: ../../view/theme/cleanzero/config.php:82
+msgid "Theme settings"
+msgstr "Temainnstillinger"
 
-#: ../../include/profile_selectors.php:42
-msgid "Unfaithful"
-msgstr "Utro"
+#: ../../view/theme/perihel/config.php:98
+#: ../../view/theme/diabook/config.php:151
+#: ../../view/theme/dispy/config.php:73
+#: ../../view/theme/cleanzero/config.php:84
+msgid "Set font-size for posts and comments"
+msgstr "Angi skriftstørrelse for innlegg og kommentarer"
 
-#: ../../include/profile_selectors.php:42
-msgid "Sex Addict"
-msgstr "Sexavhengig"
+#: ../../view/theme/perihel/config.php:99
+#: ../../view/theme/diabook/config.php:152
+#: ../../view/theme/dispy/config.php:74
+msgid "Set line-height for posts and comments"
+msgstr "Angi linjeavstand for innlegg og kommentarer"
 
-#: ../../include/profile_selectors.php:42 ../../include/user.php:279
-#: ../../include/user.php:283
-msgid "Friends"
-msgstr "Venner"
+#: ../../view/theme/perihel/config.php:100
+#: ../../view/theme/diabook/config.php:153
+msgid "Set resolution for middle column"
+msgstr "Angi oppløsning for midtkolonnen"
 
-#: ../../include/profile_selectors.php:42
-msgid "Friends/Benefits"
-msgstr "Venner med fordeler"
+#: ../../view/theme/diabook/theme.php:125 ../../mod/contacts.php:680
+#: ../../include/nav.php:171
+msgid "Contacts"
+msgstr "Kontakter"
 
-#: ../../include/profile_selectors.php:42
-msgid "Casual"
-msgstr "Tilfeldig"
+#: ../../view/theme/diabook/theme.php:125
+msgid "Your contacts"
+msgstr "Dine kontakter"
 
-#: ../../include/profile_selectors.php:42
-msgid "Engaged"
-msgstr "Forlovet"
+#: ../../view/theme/diabook/theme.php:130
+#: ../../view/theme/diabook/theme.php:544
+#: ../../view/theme/diabook/theme.php:624
+#: ../../view/theme/diabook/config.php:158
+msgid "Community Pages"
+msgstr "Felleskapssider"
 
-#: ../../include/profile_selectors.php:42
-msgid "Married"
-msgstr "Gift"
+#: ../../view/theme/diabook/theme.php:391
+#: ../../view/theme/diabook/theme.php:626
+#: ../../view/theme/diabook/config.php:160
+msgid "Community Profiles"
+msgstr "Fellesskapsprofiler"
 
-#: ../../include/profile_selectors.php:42
-msgid "Imaginarily married"
-msgstr "Fantasiekteskap"
+#: ../../view/theme/diabook/theme.php:412
+#: ../../view/theme/diabook/theme.php:630
+#: ../../view/theme/diabook/config.php:164
+msgid "Last users"
+msgstr "Siste brukere"
 
-#: ../../include/profile_selectors.php:42
-msgid "Partners"
-msgstr "Partnere"
+#: ../../view/theme/diabook/theme.php:441
+#: ../../view/theme/diabook/theme.php:632
+#: ../../view/theme/diabook/config.php:166
+msgid "Last likes"
+msgstr "Siste liker"
 
-#: ../../include/profile_selectors.php:42
-msgid "Cohabiting"
-msgstr "Samboere"
+#: ../../view/theme/diabook/theme.php:463 ../../include/conversation.php:118
+#: ../../include/conversation.php:246 ../../include/text.php:1922
+msgid "event"
+msgstr "hendelse"
 
-#: ../../include/profile_selectors.php:42
-msgid "Common law"
-msgstr "Samboer"
+#: ../../view/theme/diabook/theme.php:466
+#: ../../view/theme/diabook/theme.php:475 ../../mod/tagger.php:62
+#: ../../mod/like.php:151 ../../mod/like.php:322 ../../mod/subthread.php:87
+#: ../../include/conversation.php:121 ../../include/conversation.php:130
+#: ../../include/conversation.php:249 ../../include/conversation.php:258
+#: ../../include/diaspora.php:1878
+msgid "status"
+msgstr "status"
 
-#: ../../include/profile_selectors.php:42
-msgid "Happy"
-msgstr "Lykkelig"
+#: ../../view/theme/diabook/theme.php:471 ../../mod/tagger.php:62
+#: ../../mod/like.php:151 ../../mod/subthread.php:87
+#: ../../include/conversation.php:126 ../../include/conversation.php:254
+#: ../../include/text.php:1924 ../../include/diaspora.php:1878
+msgid "photo"
+msgstr "bilde"
 
-#: ../../include/profile_selectors.php:42
-msgid "Not looking"
-msgstr "Ikke på utkikk"
+#: ../../view/theme/diabook/theme.php:480 ../../mod/like.php:168
+#: ../../include/conversation.php:137 ../../include/diaspora.php:1894
+#, php-format
+msgid "%1$s likes %2$s's %3$s"
+msgstr "%1$s liker %2$s's %3$s"
 
-#: ../../include/profile_selectors.php:42
-msgid "Swinger"
-msgstr "Partnerbytte/swinger"
+#: ../../view/theme/diabook/theme.php:486
+#: ../../view/theme/diabook/theme.php:631
+#: ../../view/theme/diabook/config.php:165
+msgid "Last photos"
+msgstr "Siste bilder"
 
-#: ../../include/profile_selectors.php:42
-msgid "Betrayed"
-msgstr "Bedratt"
+#: ../../view/theme/diabook/theme.php:499 ../../mod/photos.php:59
+#: ../../mod/photos.php:154 ../../mod/photos.php:1058
+#: ../../mod/photos.php:1183 ../../mod/photos.php:1206
+#: ../../mod/photos.php:1736 ../../mod/photos.php:1748
+msgid "Contact Photos"
+msgstr "Kontaktbilder"
 
-#: ../../include/profile_selectors.php:42
-msgid "Separated"
-msgstr "Separert"
+#: ../../view/theme/diabook/theme.php:500 ../../mod/photos.php:154
+#: ../../mod/photos.php:725 ../../mod/photos.php:1183
+#: ../../mod/photos.php:1206 ../../mod/profile_photo.php:74
+#: ../../mod/profile_photo.php:81 ../../mod/profile_photo.php:88
+#: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296
+#: ../../mod/profile_photo.php:305 ../../include/user.php:334
+#: ../../include/user.php:341 ../../include/user.php:348
+msgid "Profile Photos"
+msgstr "Profilbilder"
 
-#: ../../include/profile_selectors.php:42
-msgid "Unstable"
-msgstr "Ustabil"
+#: ../../view/theme/diabook/theme.php:523
+#: ../../view/theme/diabook/theme.php:629
+#: ../../view/theme/diabook/config.php:163
+msgid "Find Friends"
+msgstr "Finn venner"
 
-#: ../../include/profile_selectors.php:42
-msgid "Divorced"
-msgstr "Skilt"
+#: ../../view/theme/diabook/theme.php:524
+msgid "Local Directory"
+msgstr "Lokal katalog"
 
-#: ../../include/profile_selectors.php:42
-msgid "Imaginarily divorced"
-msgstr "Fantasiskilt"
+#: ../../view/theme/diabook/theme.php:525 ../../mod/directory.php:49
+msgid "Global Directory"
+msgstr "Global katalog"
 
-#: ../../include/profile_selectors.php:42
-msgid "Widowed"
-msgstr "Enke/enkemann"
+#: ../../view/theme/diabook/theme.php:526 ../../include/contact_widgets.php:35
+msgid "Similar Interests"
+msgstr "Liknende interesser"
 
-#: ../../include/profile_selectors.php:42
-msgid "Uncertain"
-msgstr "Usikker"
+#: ../../view/theme/diabook/theme.php:527 ../../mod/suggest.php:66
+#: ../../include/contact_widgets.php:34
+msgid "Friend Suggestions"
+msgstr "Venneforslag"
 
-#: ../../include/profile_selectors.php:42
-msgid "It's complicated"
-msgstr "Det er komplisert"
+#: ../../view/theme/diabook/theme.php:528 ../../include/contact_widgets.php:37
+msgid "Invite Friends"
+msgstr "Inviterer venner"
 
-#: ../../include/profile_selectors.php:42
-msgid "Don't care"
-msgstr "Uinteressert"
+#: ../../view/theme/diabook/theme.php:544
+#: ../../view/theme/diabook/theme.php:648 ../../mod/newmember.php:22
+#: ../../mod/admin.php:1004 ../../mod/admin.php:1212 ../../mod/settings.php:79
+#: ../../mod/uexport.php:48 ../../include/nav.php:167
+msgid "Settings"
+msgstr "Innstillinger"
 
-#: ../../include/profile_selectors.php:42
-msgid "Ask me"
-msgstr "Spør meg"
+#: ../../view/theme/diabook/theme.php:579
+#: ../../view/theme/diabook/theme.php:625
+#: ../../view/theme/diabook/config.php:159
+msgid "Earth Layers"
+msgstr "Earth Layers"
 
-#: ../../include/Contact.php:115
-msgid "stopped following"
-msgstr "sluttet å følge"
+#: ../../view/theme/diabook/theme.php:584
+msgid "Set zoomfactor for Earth Layers"
+msgstr "Angi zoomfaktor for Earth Layers"
 
-#: ../../include/Contact.php:225 ../../include/conversation.php:878
-msgid "Poke"
-msgstr "Dytt"
+#: ../../view/theme/diabook/theme.php:585
+#: ../../view/theme/diabook/config.php:156
+msgid "Set longitude (X) for Earth Layers"
+msgstr "Angi lengdegrad (X) for Earth Layers"
 
-#: ../../include/Contact.php:226 ../../include/conversation.php:872
-msgid "View Status"
-msgstr "Vis status"
+#: ../../view/theme/diabook/theme.php:586
+#: ../../view/theme/diabook/config.php:157
+msgid "Set latitude (Y) for Earth Layers"
+msgstr "Angi breddegrad (Y) for Earth Layers"
 
-#: ../../include/Contact.php:227 ../../include/conversation.php:873
-msgid "View Profile"
-msgstr "Vis profil"
+#: ../../view/theme/diabook/theme.php:599
+#: ../../view/theme/diabook/theme.php:627
+#: ../../view/theme/diabook/config.php:161
+msgid "Help or @NewHere ?"
+msgstr "Hjelp eller @NewHere ?"
 
-#: ../../include/Contact.php:228 ../../include/conversation.php:874
-msgid "View Photos"
-msgstr "Vis bilder"
+#: ../../view/theme/diabook/theme.php:606
+#: ../../view/theme/diabook/theme.php:628
+#: ../../view/theme/diabook/config.php:162
+msgid "Connect Services"
+msgstr "Forbindelse til tjenester"
 
-#: ../../include/Contact.php:229 ../../include/Contact.php:251
-#: ../../include/conversation.php:875
-msgid "Network Posts"
-msgstr "Nettverksinnlegg"
+#: ../../view/theme/diabook/theme.php:622
+msgid "Show/hide boxes at right-hand column:"
+msgstr "Vis/skjul bokser i kolonnen til høyre:"
 
-#: ../../include/Contact.php:230 ../../include/Contact.php:251
-#: ../../include/conversation.php:876
-msgid "Edit Contact"
-msgstr "Endre kontakt"
+#: ../../view/theme/diabook/config.php:154
+msgid "Set color scheme"
+msgstr "Angi fargekart"
 
-#: ../../include/Contact.php:231 ../../include/Contact.php:251
-#: ../../include/conversation.php:877
-msgid "Send PM"
-msgstr "Send privat melding"
+#: ../../view/theme/diabook/config.php:155
+msgid "Set zoomfactor for Earth Layer"
+msgstr "Angi zoomfaktor for Earth Layer"
 
-#: ../../include/bbcode.php:210 ../../include/bbcode.php:550
-#: ../../include/bbcode.php:551
-msgid "Image/photo"
-msgstr "Bilde/fotografi"
+#: ../../view/theme/quattro/config.php:67
+msgid "Alignment"
+msgstr "Justering"
 
-#: ../../include/bbcode.php:272
-#, php-format
-msgid ""
-"<span><a href=\"%s\" target=\"external-link\">%s</a> wrote the following <a "
-"href=\"%s\" target=\"external-link\">post</a>"
-msgstr "<span><a href=\"%s\" target=\"external-link\">%s</a> skrev det følgende <a href=\"%s\" target=\"external-link\">innlegget</a>"
+#: ../../view/theme/quattro/config.php:67
+msgid "Left"
+msgstr "Venstre"
 
-#: ../../include/bbcode.php:514 ../../include/bbcode.php:534
-msgid "$1 wrote:"
-msgstr "$1 skrev:"
+#: ../../view/theme/quattro/config.php:67
+msgid "Center"
+msgstr "Midtstilt"
 
-#: ../../include/bbcode.php:559 ../../include/bbcode.php:560
-msgid "Encrypted content"
-msgstr "Kryptert innhold"
+#: ../../view/theme/quattro/config.php:68 ../../view/theme/clean/config.php:76
+#: ../../view/theme/cleanzero/config.php:86
+msgid "Color scheme"
+msgstr "Fargekart"
 
-#: ../../include/acl_selectors.php:325
-msgid "Visible to everybody"
-msgstr "Synlig for alle"
+#: ../../view/theme/quattro/config.php:69
+msgid "Posts font size"
+msgstr "Skriftstørrelse for innlegg"
 
-#: ../../include/acl_selectors.php:326 ../../view/theme/diabook/config.php:146
-#: ../../view/theme/diabook/theme.php:629
-msgid "show"
-msgstr "vis"
+#: ../../view/theme/quattro/config.php:70
+msgid "Textareas font size"
+msgstr "Skriftstørrelse for tekstområder"
 
-#: ../../include/acl_selectors.php:327 ../../view/theme/diabook/config.php:146
-#: ../../view/theme/diabook/theme.php:629
-msgid "don't show"
-msgstr "ikke vis"
+#: ../../view/theme/dispy/config.php:75
+msgid "Set colour scheme"
+msgstr "Angi fargekart"
 
-#: ../../include/auth.php:38
-msgid "Logged out."
-msgstr "Logget ut."
+#: ../../view/theme/clean/config.php:54 ../../include/user.php:246
+#: ../../include/text.php:1658
+msgid "default"
+msgstr "standard"
 
-#: ../../include/auth.php:112 ../../include/auth.php:175
-#: ../../mod/openid.php:93
-msgid "Login failed."
-msgstr "Innlogging mislyktes."
+#: ../../view/theme/clean/config.php:74
+msgid "Background Image"
+msgstr "Bakgrunnsbilde"
 
-#: ../../include/auth.php:128
+#: ../../view/theme/clean/config.php:74
 msgid ""
-"We encountered a problem while logging in with the OpenID you provided. "
-"Please check the correct spelling of the ID."
-msgstr "Vi støtte på et problem under innloggingen med OpenID-en du oppgav. Vennligst sjekk at du stavet ID-en riktig."
+"The URL to a picture (e.g. from your photo album) that should be used as "
+"background image."
+msgstr "URL-en til et bilde (for eksempel fra ditt fotoalbum) som skal brukes som bakgrunnsbilde"
 
-#: ../../include/auth.php:128
-msgid "The error message was:"
-msgstr "Feilmeldingen var:"
+#: ../../view/theme/clean/config.php:75
+msgid "Background Color"
+msgstr "Bakgrunnsfarge"
 
-#: ../../include/bb2diaspora.php:393 ../../include/event.php:11
-#: ../../mod/localtime.php:12
-msgid "l F d, Y \\@ g:i A"
-msgstr "l F d, Y \\@ g:i A"
+#: ../../view/theme/clean/config.php:75
+msgid "HEX value for the background color. Don't include the #"
+msgstr "HEX-verdi til bakgrunnsfargen. Ikke ta med #"
 
-#: ../../include/bb2diaspora.php:399 ../../include/event.php:20
-msgid "Starts:"
-msgstr "Starter:"
+#: ../../view/theme/clean/config.php:77
+msgid "font size"
+msgstr "skriftstørrelse"
 
-#: ../../include/bb2diaspora.php:407 ../../include/event.php:30
-msgid "Finishes:"
-msgstr "Slutter:"
+#: ../../view/theme/clean/config.php:77
+msgid "base font size for your interface"
+msgstr "standard skriftstørrelse i ditt brukergrensesnitt"
 
-#: ../../include/bb2diaspora.php:415 ../../include/event.php:40
-#: ../../mod/directory.php:134 ../../mod/events.php:471 ../../boot.php:1485
-msgid "Location:"
-msgstr "Plassering:"
+#: ../../view/theme/cleanzero/config.php:83
+msgid "Set resize level for images in posts and comments (width and height)"
+msgstr "Angi størrelsesendringen for bilder i innlegg og kommentarer (bredde og høyde)"
 
-#: ../../include/follow.php:27 ../../mod/dfrn_request.php:502
-msgid "Disallowed profile URL."
-msgstr "Underkjent profil-URL."
+#: ../../view/theme/cleanzero/config.php:85
+msgid "Set theme width"
+msgstr "Angi temabredde"
 
-#: ../../include/follow.php:32
-msgid "Connect URL missing."
-msgstr "Forbindelses-URL mangler."
+#: ../../boot.php:684
+msgid "Delete this item?"
+msgstr "Slett dette elementet?"
 
-#: ../../include/follow.php:59
-msgid ""
-"This site is not configured to allow communications with other networks."
-msgstr "Dette nettverkets konfigurasjon tillater ikke kommunikasjon med andre nettverk."
+#: ../../boot.php:687
+msgid "show fewer"
+msgstr "vis færre"
 
-#: ../../include/follow.php:60 ../../include/follow.php:80
-msgid "No compatible communication protocols or feeds were discovered."
-msgstr "Ingen passende kommunikasjonsprotokoller eller strømmer ble oppdaget."
+#: ../../boot.php:1015
+#, php-format
+msgid "Update %s failed. See error logs."
+msgstr "Oppdatering %s mislyktes. Se feilloggene."
 
-#: ../../include/follow.php:78
-msgid "The profile address specified does not provide adequate information."
-msgstr "Den angitte profiladressen inneholder for lite information."
+#: ../../boot.php:1017
+#, php-format
+msgid "Update Error at %s"
+msgstr "Oppdateringsfeil i %s"
 
-#: ../../include/follow.php:82
-msgid "An author or name was not found."
-msgstr "Fant ingen forfatter eller navn."
+#: ../../boot.php:1127
+msgid "Create a New Account"
+msgstr "Lag en ny konto"
 
-#: ../../include/follow.php:84
-msgid "No browser URL could be matched to this address."
-msgstr "Ingen nettleser-URL passet med denne adressen."
+#: ../../boot.php:1128 ../../mod/register.php:278 ../../include/nav.php:108
+msgid "Register"
+msgstr "Registrer"
 
-#: ../../include/follow.php:86
-msgid ""
-"Unable to match @-style Identity Address with a known protocol or email "
-"contact."
-msgstr "Finner ikke samsvar mellom @-stilens identitetsadresse og en kjent protokoll eller e-postkontakt."
+#: ../../boot.php:1152 ../../include/nav.php:73
+msgid "Logout"
+msgstr "Logg ut"
 
-#: ../../include/follow.php:87
-msgid "Use mailto: in front of address to force email check."
-msgstr "Bruk mailto: foran adresser for å tvinge e-postsjekk."
+#: ../../boot.php:1153 ../../include/nav.php:91
+msgid "Login"
+msgstr "Logg inn"
 
-#: ../../include/follow.php:93
-msgid ""
-"The profile address specified belongs to a network which has been disabled "
-"on this site."
-msgstr "Den oppgitte profiladressen tilhører et nettverk som har blitt avskrudd på dette nettstedet."
+#: ../../boot.php:1155
+msgid "Nickname or Email address: "
+msgstr "Kallenavn eller epostadresse: "
 
-#: ../../include/follow.php:103
-msgid ""
-"Limited profile. This person will be unable to receive direct/personal "
-"notifications from you."
-msgstr "Begrenset profil. Denne personen kan ikke motta direkte/personlige oppdateringer fra deg."
+#: ../../boot.php:1156
+msgid "Password: "
+msgstr "Passord: "
 
-#: ../../include/follow.php:205
-msgid "Unable to retrieve contact information."
-msgstr "Ikke i stand til å hente kontaktinformasjon."
+#: ../../boot.php:1157
+msgid "Remember me"
+msgstr "Husk meg"
 
-#: ../../include/follow.php:259
-msgid "following"
-msgstr "følger"
+#: ../../boot.php:1160
+msgid "Or login using OpenID: "
+msgstr "Eller logg inn med OpenID:"
 
-#: ../../include/user.php:39
-msgid "An invitation is required."
-msgstr "En invitasjon er nødvendig."
+#: ../../boot.php:1166
+msgid "Forgot your password?"
+msgstr "Glemt passordet?"
 
-#: ../../include/user.php:44
-msgid "Invitation could not be verified."
-msgstr "Invitasjon kunne ikke bekreftes."
+#: ../../boot.php:1167 ../../mod/lostpass.php:84
+msgid "Password Reset"
+msgstr "Passord tilbakestilling"
 
-#: ../../include/user.php:52
-msgid "Invalid OpenID url"
-msgstr "Ugyldig OpenID URL"
+#: ../../boot.php:1169
+msgid "Website Terms of Service"
+msgstr "Nettstedets bruksbetingelser"
 
-#: ../../include/user.php:67
-msgid "Please enter the required information."
-msgstr "Vennligst skriv inn den nødvendige informasjonen."
+#: ../../boot.php:1170
+msgid "terms of service"
+msgstr "bruksbetingelser"
 
-#: ../../include/user.php:81
-msgid "Please use a shorter name."
-msgstr "Vennligst bruk et kortere navn."
+#: ../../boot.php:1172
+msgid "Website Privacy Policy"
+msgstr "Nettstedets retningslinjer for personvern"
 
-#: ../../include/user.php:83
-msgid "Name too short."
-msgstr "Navnet er for kort."
+#: ../../boot.php:1173
+msgid "privacy policy"
+msgstr "retningslinjer for personvern"
 
-#: ../../include/user.php:98
-msgid "That doesn't appear to be your full (First Last) name."
-msgstr "Dette ser ikke ut til å være ditt full navn (Fornavn Etternavn)."
+#: ../../boot.php:1302
+msgid "Requested account is not available."
+msgstr "Profil utilgjengelig."
 
-#: ../../include/user.php:103
-msgid "Your email domain is not among those allowed on this site."
-msgstr "Ditt e-postdomene er ikke blant de som er tillat på dette stedet."
+#: ../../boot.php:1341 ../../mod/profile.php:21
+msgid "Requested profile is not available."
+msgstr "Profil utilgjengelig."
 
-#: ../../include/user.php:106
-msgid "Not a valid email address."
-msgstr "Ugyldig e-postadresse."
+#: ../../boot.php:1381 ../../boot.php:1485
+msgid "Edit profile"
+msgstr "Rediger profil"
 
-#: ../../include/user.php:116
-msgid "Cannot use that email."
-msgstr "Kan ikke bruke den e-postadressen."
+#: ../../boot.php:1433 ../../mod/suggest.php:88 ../../mod/match.php:58
+#: ../../include/contact_widgets.php:9
+msgid "Connect"
+msgstr "Forbindelse"
 
-#: ../../include/user.php:122
-msgid ""
-"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and "
-"must also begin with a letter."
-msgstr "Ditt kallenavn kan bare inneholde \"a-z\", \"0-9\", \"-\", \"_\", og må også begynne med en bokstav."
+#: ../../boot.php:1447
+msgid "Message"
+msgstr "Melding"
 
-#: ../../include/user.php:128 ../../include/user.php:226
-msgid "Nickname is already registered. Please choose another."
-msgstr "Kallenavnet er allerede registrert. Vennligst velg et annet."
+#: ../../boot.php:1455 ../../include/nav.php:169
+msgid "Profiles"
+msgstr "Profiler"
 
-#: ../../include/user.php:138
-msgid ""
-"Nickname was once registered here and may not be re-used. Please choose "
-"another."
-msgstr "Kallenavnet ble registrert her en gang og kan ikke brukes om igjen. Vennligst velg et annet."
+#: ../../boot.php:1455
+msgid "Manage/edit profiles"
+msgstr "Behandle/endre profiler"
 
-#: ../../include/user.php:154
-msgid "SERIOUS ERROR: Generation of security keys failed."
-msgstr "ALVORLIG FEIL: mislyktes med å lage sikkerhetsnøkler."
+#: ../../boot.php:1461 ../../boot.php:1487 ../../mod/profiles.php:726
+msgid "Change profile photo"
+msgstr "Endre profilbilde"
 
-#: ../../include/user.php:212
-msgid "An error occurred during registration. Please try again."
-msgstr "En feil oppstod under registreringen. Vennligst prøv igjen."
+#: ../../boot.php:1462 ../../mod/profiles.php:727
+msgid "Create New Profile"
+msgstr "Lag ny profil"
 
-#: ../../include/user.php:237 ../../include/text.php:1596
-msgid "default"
-msgstr "standard"
+#: ../../boot.php:1472 ../../mod/profiles.php:738
+msgid "Profile Image"
+msgstr "Profilbilde"
 
-#: ../../include/user.php:247
-msgid "An error occurred creating your default profile. Please try again."
-msgstr "En feil oppstod under opprettelsen av din standardprofil. Vennligst prøv igjen."
+#: ../../boot.php:1475 ../../mod/profiles.php:740
+msgid "visible to everybody"
+msgstr "synlig for alle"
 
-#: ../../include/user.php:325 ../../include/user.php:332
-#: ../../include/user.php:339 ../../mod/photos.php:154
-#: ../../mod/photos.php:725 ../../mod/photos.php:1183
-#: ../../mod/photos.php:1206 ../../mod/profile_photo.php:74
-#: ../../mod/profile_photo.php:81 ../../mod/profile_photo.php:88
-#: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296
-#: ../../mod/profile_photo.php:305 ../../view/theme/diabook/theme.php:493
-msgid "Profile Photos"
-msgstr "Profilbilder"
+#: ../../boot.php:1476 ../../mod/profiles.php:741
+msgid "Edit visibility"
+msgstr "Endre synlighet"
 
-#: ../../include/contact_selectors.php:32
-msgid "Unknown | Not categorised"
-msgstr "Ukjent | Ikke kategorisert"
+#: ../../boot.php:1501 ../../mod/directory.php:134 ../../mod/events.php:471
+#: ../../include/event.php:40 ../../include/bb2diaspora.php:415
+msgid "Location:"
+msgstr "Plassering:"
 
-#: ../../include/contact_selectors.php:33
-msgid "Block immediately"
-msgstr "Blokker umiddelbart"
+#: ../../boot.php:1503 ../../mod/directory.php:136
+#: ../../include/profile_advanced.php:17
+msgid "Gender:"
+msgstr "Kjønn:"
 
-#: ../../include/contact_selectors.php:34
-msgid "Shady, spammer, self-marketer"
-msgstr "Grumsete, poster søppel, fremhever bare seg selv"
+#: ../../boot.php:1506 ../../mod/directory.php:138
+#: ../../include/profile_advanced.php:37
+msgid "Status:"
+msgstr "Status:"
 
-#: ../../include/contact_selectors.php:35
-msgid "Known to me, but no opinion"
-msgstr "Bekjent av meg, men har ingen mening"
+#: ../../boot.php:1508 ../../mod/directory.php:140
+#: ../../include/profile_advanced.php:48
+msgid "Homepage:"
+msgstr "Hjemmeside:"
 
-#: ../../include/contact_selectors.php:36
-msgid "OK, probably harmless"
-msgstr "OK, antakelig harmløs"
+#: ../../boot.php:1584 ../../boot.php:1670
+msgid "g A l F d"
+msgstr "g A l F d"
 
-#: ../../include/contact_selectors.php:37
-msgid "Reputable, has my trust"
-msgstr "Respektert, har min tillit"
+#: ../../boot.php:1585 ../../boot.php:1671
+msgid "F d"
+msgstr "F d"
 
-#: ../../include/contact_selectors.php:56 ../../mod/admin.php:452
-msgid "Frequently"
-msgstr "Ofte"
+#: ../../boot.php:1630 ../../boot.php:1711
+msgid "[today]"
+msgstr "[idag]"
 
-#: ../../include/contact_selectors.php:57 ../../mod/admin.php:453
-msgid "Hourly"
-msgstr "Hver time"
+#: ../../boot.php:1642
+msgid "Birthday Reminders"
+msgstr "Fødselsdager"
 
-#: ../../include/contact_selectors.php:58 ../../mod/admin.php:454
-msgid "Twice daily"
-msgstr "To ganger daglig"
+#: ../../boot.php:1643
+msgid "Birthdays this week:"
+msgstr "Fødselsdager denne uken:"
 
-#: ../../include/contact_selectors.php:59 ../../mod/admin.php:455
-msgid "Daily"
-msgstr "Daglig"
+#: ../../boot.php:1704
+msgid "[No description]"
+msgstr "[Ingen beskrivelse]"
 
-#: ../../include/contact_selectors.php:60
-msgid "Weekly"
-msgstr "Ukentlig"
+#: ../../boot.php:1722
+msgid "Event Reminders"
+msgstr "Påminnelser om hendelser"
 
-#: ../../include/contact_selectors.php:61
-msgid "Monthly"
-msgstr "Månedlig"
-
-#: ../../include/contact_selectors.php:76 ../../mod/dfrn_request.php:840
-msgid "Friendica"
-msgstr "Friendica"
-
-#: ../../include/contact_selectors.php:77
-msgid "OStatus"
-msgstr "OStatus"
+#: ../../boot.php:1723
+msgid "Events this week:"
+msgstr "Hendelser denne uken:"
 
-#: ../../include/contact_selectors.php:78
-msgid "RSS/Atom"
-msgstr "RSS/Atom"
+#: ../../boot.php:1960 ../../include/nav.php:76
+msgid "Status"
+msgstr "Status"
 
-#: ../../include/contact_selectors.php:79
-#: ../../include/contact_selectors.php:86 ../../mod/admin.php:766
-#: ../../mod/admin.php:777
-msgid "Email"
-msgstr "E-post"
+#: ../../boot.php:1963
+msgid "Status Messages and Posts"
+msgstr "Status meldinger og innlegg"
 
-#: ../../include/contact_selectors.php:80 ../../mod/settings.php:705
-#: ../../mod/dfrn_request.php:842
-msgid "Diaspora"
-msgstr "Diaspora"
+#: ../../boot.php:1970
+msgid "Profile Details"
+msgstr "Profildetaljer"
 
-#: ../../include/contact_selectors.php:81 ../../mod/newmember.php:49
-#: ../../mod/newmember.php:51
-msgid "Facebook"
-msgstr "Facebook"
+#: ../../boot.php:1977 ../../mod/photos.php:51
+msgid "Photo Albums"
+msgstr "Fotoalbum"
 
-#: ../../include/contact_selectors.php:82
-msgid "Zot!"
-msgstr "Zot!"
+#: ../../boot.php:1981 ../../boot.php:1984
+msgid "Videos"
+msgstr "Videoer"
 
-#: ../../include/contact_selectors.php:83
-msgid "LinkedIn"
-msgstr "LinkedIn"
+#: ../../boot.php:1994
+msgid "Events and Calendar"
+msgstr "Hendelser og kalender"
 
-#: ../../include/contact_selectors.php:84
-msgid "XMPP/IM"
-msgstr "XMPP/IM"
+#: ../../boot.php:1998 ../../mod/notes.php:44
+msgid "Personal Notes"
+msgstr "Personlige notater"
 
-#: ../../include/contact_selectors.php:85
-msgid "MySpace"
-msgstr "MySpace"
+#: ../../boot.php:2001
+msgid "Only You Can See This"
+msgstr "Bare du kan se dette"
 
-#: ../../include/contact_selectors.php:87
-msgid "Google+"
-msgstr "Google+"
+#: ../../mod/mood.php:62 ../../include/conversation.php:227
+#, php-format
+msgid "%1$s is currently %2$s"
+msgstr "%1$s er for øyeblikket %2$s"
 
-#: ../../include/contact_widgets.php:6
-msgid "Add New Contact"
-msgstr "Legg til ny kontakt"
+#: ../../mod/mood.php:133
+msgid "Mood"
+msgstr "Stemning"
 
-#: ../../include/contact_widgets.php:7
-msgid "Enter address or web location"
-msgstr "Skriv adresse eller web-plassering"
+#: ../../mod/mood.php:134
+msgid "Set your current mood and tell your friends"
+msgstr "Angi din stemning og fortell dine venner"
 
-#: ../../include/contact_widgets.php:8
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr "Eksempel: ole@eksempel.no, http://eksempel.no/kari"
+#: ../../mod/display.php:19 ../../mod/_search.php:89
+#: ../../mod/directory.php:31 ../../mod/search.php:89
+#: ../../mod/dfrn_request.php:761 ../../mod/community.php:18
+#: ../../mod/viewcontacts.php:17 ../../mod/photos.php:914
+#: ../../mod/videos.php:115
+msgid "Public access denied."
+msgstr "Offentlig tilgang ikke tillatt."
 
-#: ../../include/contact_widgets.php:9 ../../mod/suggest.php:88
-#: ../../mod/match.php:58 ../../boot.php:1417
-msgid "Connect"
-msgstr "Forbindelse"
+#: ../../mod/display.php:51 ../../mod/display.php:246 ../../mod/decrypt.php:15
+#: ../../mod/admin.php:163 ../../mod/admin.php:952 ../../mod/admin.php:1152
+#: ../../mod/notice.php:15 ../../mod/viewsrc.php:15
+#: ../../include/items.php:4023
+msgid "Item not found."
+msgstr "Enheten ble ikke funnet."
 
-#: ../../include/contact_widgets.php:23
-#, php-format
-msgid "%d invitation available"
-msgid_plural "%d invitations available"
-msgstr[0] "%d invitasjon tilgjengelig"
-msgstr[1] "%d invitasjoner tilgjengelig"
+#: ../../mod/display.php:99 ../../mod/profile.php:155
+msgid "Access to this profile has been restricted."
+msgstr "Tilgang til denne profilen er blitt begrenset."
 
-#: ../../include/contact_widgets.php:29
-msgid "Find People"
-msgstr "Finn personer"
+#: ../../mod/display.php:239
+msgid "Item has been removed."
+msgstr "Elementet har blitt slettet."
 
-#: ../../include/contact_widgets.php:30
-msgid "Enter name or interest"
-msgstr "Skriv navn eller interesse"
+#: ../../mod/decrypt.php:9 ../../mod/viewsrc.php:7
+msgid "Access denied."
+msgstr "Tilgang avslått."
 
-#: ../../include/contact_widgets.php:31
-msgid "Connect/Follow"
-msgstr "Koble/Følg"
+#: ../../mod/friendica.php:58
+msgid "This is Friendica, version"
+msgstr "Dette er Friendica, versjon"
 
-#: ../../include/contact_widgets.php:32
-msgid "Examples: Robert Morgenstein, Fishing"
-msgstr "Eksempler: Robert Morgenstein, fisking"
+#: ../../mod/friendica.php:59
+msgid "running at web location"
+msgstr "kjører på web-plassering"
 
-#: ../../include/contact_widgets.php:33 ../../mod/contacts.php:613
-#: ../../mod/directory.php:61
-msgid "Find"
-msgstr "Finn"
+#: ../../mod/friendica.php:61
+msgid ""
+"Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn "
+"more about the Friendica project."
+msgstr "Vennligst besøk <a href=\"http://friendica.com\">Friendica.com</a> for å lære mer om Friendica-prosjektet."
 
-#: ../../include/contact_widgets.php:34 ../../mod/suggest.php:66
-#: ../../view/theme/diabook/theme.php:520
-msgid "Friend Suggestions"
-msgstr "Venneforslag"
+#: ../../mod/friendica.php:63
+msgid "Bug reports and issues: please visit"
+msgstr "Feilrapporter og problemer: vennligst besøk"
 
-#: ../../include/contact_widgets.php:35 ../../view/theme/diabook/theme.php:519
-msgid "Similar Interests"
-msgstr "Liknende interesser"
+#: ../../mod/friendica.php:64
+msgid ""
+"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
+"dot com"
+msgstr "Forslag, ros, donasjoner, og så videre - vennligst send e-post til \"Info\" alfakrøll Friendica punktum com"
 
-#: ../../include/contact_widgets.php:36
-msgid "Random Profile"
-msgstr "Tilfeldig profil"
+#: ../../mod/friendica.php:78
+msgid "Installed plugins/addons/apps:"
+msgstr "Installerte plugins/tillegg/apper:"
 
-#: ../../include/contact_widgets.php:37 ../../view/theme/diabook/theme.php:521
-msgid "Invite Friends"
-msgstr "Inviterer venner"
+#: ../../mod/friendica.php:91
+msgid "No installed plugins/addons/apps"
+msgstr "Ingen installerte plugins/tillegg/apper"
 
-#: ../../include/contact_widgets.php:70
-msgid "Networks"
-msgstr "Nettverk"
+#: ../../mod/dfrn_poll.php:103 ../../mod/dfrn_poll.php:536
+#, php-format
+msgid "%1$s welcomes %2$s"
+msgstr "%1$s hilser %2$s"
 
-#: ../../include/contact_widgets.php:73
-msgid "All Networks"
-msgstr "Alle nettverk"
+#: ../../mod/register.php:91 ../../mod/admin.php:734 ../../mod/regmod.php:54
+#, php-format
+msgid "Registration details for %s"
+msgstr "Registeringsdetaljer for %s"
 
-#: ../../include/contact_widgets.php:103 ../../include/features.php:59
-msgid "Saved Folders"
-msgstr "Lagrede mapper"
+#: ../../mod/register.php:99
+msgid ""
+"Registration successful. Please check your email for further instructions."
+msgstr "Vellykket registrering. Vennligst sjekk e-posten din for videre instruksjoner."
 
-#: ../../include/contact_widgets.php:106 ../../include/contact_widgets.php:138
-msgid "Everything"
-msgstr "Alt"
+#: ../../mod/register.php:103
+msgid "Failed to send email message. Here is the message that failed."
+msgstr "Mislyktes med å sende e-postmelding. Her er meldingen som mislyktes."
 
-#: ../../include/contact_widgets.php:135
-msgid "Categories"
-msgstr "Kategorier"
+#: ../../mod/register.php:108
+msgid "Your registration can not be processed."
+msgstr "Din registrering kan ikke behandles."
 
-#: ../../include/contact_widgets.php:199 ../../mod/contacts.php:343
+#: ../../mod/register.php:148
 #, php-format
-msgid "%d contact in common"
-msgid_plural "%d contacts in common"
-msgstr[0] "%d felles kontakt"
-msgstr[1] "%d felles kontakter"
+msgid "Registration request at %s"
+msgstr "Henvendelse om registrering ved %s"
 
-#: ../../include/contact_widgets.php:204 ../../mod/content.php:629
-#: ../../object/Item.php:365 ../../boot.php:671
-msgid "show more"
-msgstr "vis mer"
+#: ../../mod/register.php:157
+msgid "Your registration is pending approval by the site owner."
+msgstr "Din registrering venter på godkjenning fra eier av stedet."
 
-#: ../../include/Scrape.php:583
-msgid " on Last.fm"
-msgstr "på Last.fm"
+#: ../../mod/register.php:195 ../../mod/uimport.php:50
+msgid ""
+"This site has exceeded the number of allowed daily account registrations. "
+"Please try again tomorrow."
+msgstr "Dette nettstedet har overskredet antallet tillate daglige kontoregistreringer. Vennligst prøv igjen imorgen."
 
-#: ../../include/network.php:877
-msgid "view full size"
-msgstr "Vis i full størrelse"
+#: ../../mod/register.php:223
+msgid ""
+"You may (optionally) fill in this form via OpenID by supplying your OpenID "
+"and clicking 'Register'."
+msgstr "Du kan (valgfritt) fylle ut dette skjemaet via OpenID ved å oppgi din OpenID og klikke \"Registrer\"."
 
-#: ../../include/datetime.php:43 ../../include/datetime.php:45
-msgid "Miscellaneous"
-msgstr "Diverse"
+#: ../../mod/register.php:224
+msgid ""
+"If you are not familiar with OpenID, please leave that field blank and fill "
+"in the rest of the items."
+msgstr "Hvis du ikke er kjent med OpenID, vennligst la feltet stå tomt, og fyll ut de andre feltene."
 
-#: ../../include/datetime.php:153 ../../include/datetime.php:285
-msgid "year"
-msgstr "år"
+#: ../../mod/register.php:225
+msgid "Your OpenID (optional): "
+msgstr "Din OpenID (valgfritt):"
 
-#: ../../include/datetime.php:158 ../../include/datetime.php:286
-msgid "month"
-msgstr "måned"
+#: ../../mod/register.php:239
+msgid "Include your profile in member directory?"
+msgstr "Legg til profilen din i medlemskatalogen?"
 
-#: ../../include/datetime.php:163 ../../include/datetime.php:288
-msgid "day"
-msgstr "dag"
+#: ../../mod/register.php:242 ../../mod/api.php:105 ../../mod/suggest.php:29
+#: ../../mod/dfrn_request.php:836 ../../mod/contacts.php:320
+#: ../../mod/settings.php:981 ../../mod/settings.php:987
+#: ../../mod/settings.php:995 ../../mod/settings.php:999
+#: ../../mod/settings.php:1004 ../../mod/settings.php:1010
+#: ../../mod/settings.php:1016 ../../mod/settings.php:1022
+#: ../../mod/settings.php:1052 ../../mod/settings.php:1053
+#: ../../mod/settings.php:1054 ../../mod/settings.php:1055
+#: ../../mod/settings.php:1056 ../../mod/profiles.php:610
+#: ../../mod/message.php:209 ../../include/items.php:4064
+msgid "Yes"
+msgstr "Ja"
 
-#: ../../include/datetime.php:276
-msgid "never"
-msgstr "aldri"
+#: ../../mod/register.php:243 ../../mod/api.php:106
+#: ../../mod/dfrn_request.php:837 ../../mod/settings.php:981
+#: ../../mod/settings.php:987 ../../mod/settings.php:995
+#: ../../mod/settings.php:999 ../../mod/settings.php:1004
+#: ../../mod/settings.php:1010 ../../mod/settings.php:1016
+#: ../../mod/settings.php:1022 ../../mod/settings.php:1052
+#: ../../mod/settings.php:1053 ../../mod/settings.php:1054
+#: ../../mod/settings.php:1055 ../../mod/settings.php:1056
+#: ../../mod/profiles.php:611
+msgid "No"
+msgstr "Nei"
 
-#: ../../include/datetime.php:282
-msgid "less than a second ago"
-msgstr "for mindre enn ett sekund siden"
+#: ../../mod/register.php:260
+msgid "Membership on this site is by invitation only."
+msgstr "Medlemskap ved dette nettstedet skjer bare på invitasjon."
 
-#: ../../include/datetime.php:285
-msgid "years"
-msgstr "år"
+#: ../../mod/register.php:261
+msgid "Your invitation ID: "
+msgstr "Din invitasjons-ID:"
 
-#: ../../include/datetime.php:286
-msgid "months"
-msgstr "måneder"
+#: ../../mod/register.php:264 ../../mod/admin.php:572
+msgid "Registration"
+msgstr "Registrering"
 
-#: ../../include/datetime.php:287
-msgid "week"
-msgstr "uke"
+#: ../../mod/register.php:272
+msgid "Your Full Name (e.g. Joe Smith): "
+msgstr "Ditt fulle navn (f.eks. Ola Nordmann):"
 
-#: ../../include/datetime.php:287
-msgid "weeks"
-msgstr "uker"
+#: ../../mod/register.php:273
+msgid "Your Email Address: "
+msgstr "Din e-postadresse:"
 
-#: ../../include/datetime.php:288
-msgid "days"
-msgstr "dager"
+#: ../../mod/register.php:274
+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 "Velg et kallenavn til profilen. Dette må begynne med en bokstav. Din profiladresse på dette stedet vil bli \"<strong>kallenavn@$sitename</strong>\"."
 
-#: ../../include/datetime.php:289
-msgid "hour"
-msgstr "time"
+#: ../../mod/register.php:275
+msgid "Choose a nickname: "
+msgstr "Velg et kallenavn:"
 
-#: ../../include/datetime.php:289
-msgid "hours"
-msgstr "timer"
-
-#: ../../include/datetime.php:290
-msgid "minute"
-msgstr "minutt"
+#: ../../mod/register.php:284 ../../mod/uimport.php:64
+msgid "Import"
+msgstr "Importer"
 
-#: ../../include/datetime.php:290
-msgid "minutes"
-msgstr "minutter"
+#: ../../mod/register.php:285
+msgid "Import your profile to this friendica instance"
+msgstr "Importer din profil til denne Friendica-instansen."
 
-#: ../../include/datetime.php:291
-msgid "second"
-msgstr "sekund"
+#: ../../mod/dfrn_confirm.php:62 ../../mod/profiles.php:18
+#: ../../mod/profiles.php:133 ../../mod/profiles.php:160
+#: ../../mod/profiles.php:583
+msgid "Profile not found."
+msgstr "Fant ikke profilen."
 
-#: ../../include/datetime.php:291
-msgid "seconds"
-msgstr "sekunder"
+#: ../../mod/dfrn_confirm.php:118 ../../mod/crepair.php:131
+#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92
+msgid "Contact not found."
+msgstr "Kontakt ikke funnet."
 
-#: ../../include/datetime.php:300
-#, php-format
-msgid "%1$d %2$s ago"
-msgstr "%1$d %2$s siden"
+#: ../../mod/dfrn_confirm.php:119
+msgid ""
+"This may occasionally happen if contact was requested by both persons and it"
+" has already been approved."
+msgstr "Denne kan skje innimellom hvis kontakt ble forespurt av begge personer og den allerede er godkjent."
 
-#: ../../include/datetime.php:472 ../../include/items.php:1813
-#, php-format
-msgid "%s's birthday"
-msgstr "%s sin bursdag"
+#: ../../mod/dfrn_confirm.php:237
+msgid "Response from remote site was not understood."
+msgstr "Forstod ikke svaret fra det andre stedet."
 
-#: ../../include/datetime.php:473 ../../include/items.php:1814
-#, php-format
-msgid "Happy Birthday %s"
-msgstr "Gratulerer med dagen, %s"
+#: ../../mod/dfrn_confirm.php:246
+msgid "Unexpected response from remote site: "
+msgstr "Uventet svar fra det andre stedet:"
 
-#: ../../include/plugin.php:439 ../../include/plugin.php:441
-msgid "Click here to upgrade."
-msgstr "Klikk her for oppgradere."
+#: ../../mod/dfrn_confirm.php:254
+msgid "Confirmation completed successfully."
+msgstr "Sending av bekreftelse var vellykket. "
 
-#: ../../include/plugin.php:447
-msgid "This action exceeds the limits set by your subscription plan."
-msgstr "Denne handlingen overstiger grensene satt i din abonnementsplan."
+#: ../../mod/dfrn_confirm.php:256 ../../mod/dfrn_confirm.php:270
+#: ../../mod/dfrn_confirm.php:277
+msgid "Remote site reported: "
+msgstr "Det andre stedet rapporterte:"
 
-#: ../../include/plugin.php:452
-msgid "This action is not available under your subscription plan."
-msgstr "Denne handlingen er ikke tilgjengelig i henhold til din abonnementsplan."
+#: ../../mod/dfrn_confirm.php:268
+msgid "Temporary failure. Please wait and try again."
+msgstr "Midlertidig feil. Vennligst vent og prøv igjen."
 
-#: ../../include/delivery.php:457 ../../include/notifier.php:775
-msgid "(no subject)"
-msgstr "(uten emne)"
+#: ../../mod/dfrn_confirm.php:275
+msgid "Introduction failed or was revoked."
+msgstr "Introduksjon mislyktes eller ble trukket tilbake."
 
-#: ../../include/delivery.php:468 ../../include/enotify.php:28
-#: ../../include/notifier.php:785
-msgid "noreply"
-msgstr "ikke svar"
+#: ../../mod/dfrn_confirm.php:420
+msgid "Unable to set contact photo."
+msgstr "Fikk ikke satt kontaktbilde."
 
-#: ../../include/diaspora.php:621 ../../include/conversation.php:172
-#: ../../mod/dfrn_confirm.php:477
+#: ../../mod/dfrn_confirm.php:477 ../../include/conversation.php:172
+#: ../../include/diaspora.php:621
 #, php-format
 msgid "%1$s is now friends with %2$s"
 msgstr "%1$s er nå venner med %2$s"
 
-#: ../../include/diaspora.php:704
-msgid "Sharing notification from Diaspora network"
-msgstr "Dele varslinger fra Diaspora nettverket"
+#: ../../mod/dfrn_confirm.php:562
+#, php-format
+msgid "No user record found for '%s' "
+msgstr "Ingen brukerregistrering funnet for '%s'"
 
-#: ../../include/diaspora.php:1874 ../../include/text.php:1862
-#: ../../include/conversation.php:126 ../../include/conversation.php:254
-#: ../../mod/subthread.php:87 ../../mod/tagger.php:62 ../../mod/like.php:151
-#: ../../view/theme/diabook/theme.php:464
-msgid "photo"
-msgstr "bilde"
+#: ../../mod/dfrn_confirm.php:572
+msgid "Our site encryption key is apparently messed up."
+msgstr "Krypteringsnøkkelen til nettstedet vårt ser ut til å være ødelagt."
 
-#: ../../include/diaspora.php:1874 ../../include/conversation.php:121
-#: ../../include/conversation.php:130 ../../include/conversation.php:249
-#: ../../include/conversation.php:258 ../../mod/subthread.php:87
-#: ../../mod/tagger.php:62 ../../mod/like.php:151 ../../mod/like.php:322
-#: ../../view/theme/diabook/theme.php:459
-#: ../../view/theme/diabook/theme.php:468
-msgid "status"
-msgstr "status"
+#: ../../mod/dfrn_confirm.php:583
+msgid "Empty site URL was provided or URL could not be decrypted by us."
+msgstr "En tom nettsteds-URL ble oppgitt eller URL-en kunne ikke dekrypteres av oss."
 
-#: ../../include/diaspora.php:1890 ../../include/conversation.php:137
-#: ../../mod/like.php:168 ../../view/theme/diabook/theme.php:473
-#, php-format
-msgid "%1$s likes %2$s's %3$s"
-msgstr "%1$s liker %2$s's %3$s"
+#: ../../mod/dfrn_confirm.php:604
+msgid "Contact record was not found for you on our site."
+msgstr "Kontaktinformasjon om deg ble ikke funnet på vårt nettsted."
 
-#: ../../include/diaspora.php:2262
-msgid "Attachments:"
-msgstr "Vedlegg:"
+#: ../../mod/dfrn_confirm.php:618
+#, php-format
+msgid "Site public key not available in contact record for URL %s."
+msgstr "Nettstedets offentlige nøkkel er ikke tilgjengelig i kontaktregisteret for URL %s."
 
-#: ../../include/items.php:3488 ../../mod/dfrn_request.php:716
-msgid "[Name Withheld]"
-msgstr "[Navnet tilbakeholdt]"
+#: ../../mod/dfrn_confirm.php:638
+msgid ""
+"The ID provided by your system is a duplicate on our system. It should work "
+"if you try again."
+msgstr "ID-en som ble oppgitt av ditt system har en duplikat i vårt system. Det bør virke hvis du prøver igjen."
 
-#: ../../include/items.php:3495
-msgid "A new person is sharing with you at "
-msgstr "En ny person deler med deg hos"
+#: ../../mod/dfrn_confirm.php:649
+msgid "Unable to set your contact credentials on our system."
+msgstr "Får ikke lagret din kontaktlegitamasjon på vårt system."
 
-#: ../../include/items.php:3495
-msgid "You have a new follower at "
-msgstr "Du har en ny følgesvenn på "
+#: ../../mod/dfrn_confirm.php:716
+msgid "Unable to update your contact profile details on our system"
+msgstr "Får ikke oppdatert kontaktdetaljene dine på vårt system."
 
-#: ../../include/items.php:3979 ../../mod/display.php:51
-#: ../../mod/display.php:246 ../../mod/admin.php:158 ../../mod/admin.php:809
-#: ../../mod/admin.php:1009 ../../mod/viewsrc.php:15 ../../mod/notice.php:15
-msgid "Item not found."
-msgstr "Enheten ble ikke funnet."
+#: ../../mod/dfrn_confirm.php:751
+#, php-format
+msgid "Connection accepted at %s"
+msgstr "Tilkobling godtatt på %s"
 
-#: ../../include/items.php:4018
-msgid "Do you really want to delete this item?"
-msgstr "Ønsker du virkelig å slette dette elementet?"
+#: ../../mod/dfrn_confirm.php:800
+#, php-format
+msgid "%1$s has joined %2$s"
+msgstr "%1$s har blitt med %2$s"
 
-#: ../../include/items.php:4020 ../../mod/profiles.php:610
-#: ../../mod/api.php:105 ../../mod/register.php:239 ../../mod/contacts.php:246
-#: ../../mod/settings.php:961 ../../mod/settings.php:967
-#: ../../mod/settings.php:975 ../../mod/settings.php:979
-#: ../../mod/settings.php:984 ../../mod/settings.php:990
-#: ../../mod/settings.php:996 ../../mod/settings.php:1002
-#: ../../mod/settings.php:1032 ../../mod/settings.php:1033
-#: ../../mod/settings.php:1034 ../../mod/settings.php:1035
-#: ../../mod/settings.php:1036 ../../mod/dfrn_request.php:836
-#: ../../mod/suggest.php:29 ../../mod/message.php:209
-msgid "Yes"
-msgstr "Ja"
+#: ../../mod/api.php:76 ../../mod/api.php:102
+msgid "Authorize application connection"
+msgstr "Tillat forbindelse til program"
 
-#: ../../include/items.php:4023 ../../include/conversation.php:1120
-#: ../../mod/contacts.php:249 ../../mod/settings.php:585
-#: ../../mod/settings.php:611 ../../mod/dfrn_request.php:848
-#: ../../mod/suggest.php:32 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94
-#: ../../mod/editpost.php:148 ../../mod/fbrowser.php:81
-#: ../../mod/fbrowser.php:116 ../../mod/message.php:212
-#: ../../mod/photos.php:202 ../../mod/photos.php:290
-msgid "Cancel"
-msgstr "Avbryt"
+#: ../../mod/api.php:77
+msgid "Return to your app and insert this Securty Code:"
+msgstr "Gå tilbake til din app og legg inn denne sikkerhetskoden:"
 
-#: ../../include/items.php:4143 ../../mod/profiles.php:146
-#: ../../mod/profiles.php:571 ../../mod/notes.php:20 ../../mod/display.php:242
-#: ../../mod/nogroup.php:25 ../../mod/item.php:143 ../../mod/item.php:159
-#: ../../mod/allfriends.php:9 ../../mod/api.php:26 ../../mod/api.php:31
-#: ../../mod/register.php:40 ../../mod/regmod.php:118 ../../mod/attach.php:33
-#: ../../mod/contacts.php:147 ../../mod/settings.php:91
-#: ../../mod/settings.php:566 ../../mod/settings.php:571
-#: ../../mod/crepair.php:115 ../../mod/delegate.php:6 ../../mod/poke.php:135
-#: ../../mod/dfrn_confirm.php:53 ../../mod/suggest.php:56
-#: ../../mod/editpost.php:10 ../../mod/events.php:140 ../../mod/uimport.php:23
-#: ../../mod/follow.php:9 ../../mod/fsuggest.php:78 ../../mod/group.php:19
-#: ../../mod/viewcontacts.php:22 ../../mod/wall_attach.php:55
-#: ../../mod/wall_upload.php:66 ../../mod/invite.php:15
-#: ../../mod/invite.php:101 ../../mod/wallmessage.php:9
-#: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79
-#: ../../mod/wallmessage.php:103 ../../mod/manage.php:96
-#: ../../mod/message.php:38 ../../mod/message.php:174 ../../mod/mood.php:114
-#: ../../mod/network.php:6 ../../mod/notifications.php:66
-#: ../../mod/photos.php:133 ../../mod/photos.php:1044
-#: ../../mod/install.php:151 ../../mod/profile_photo.php:19
-#: ../../mod/profile_photo.php:169 ../../mod/profile_photo.php:180
-#: ../../mod/profile_photo.php:193 ../../index.php:346
-msgid "Permission denied."
-msgstr "Ingen tilgang."
+#: ../../mod/api.php:89
+msgid "Please login to continue."
+msgstr "Vennligst logg inn for å fortsette."
 
-#: ../../include/items.php:4213
-msgid "Archives"
-msgstr "Arkiverer"
+#: ../../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 "Vil du tillate at dette programmet får tilgang til dine innlegg og kontakter, og/eller kan opprette nye innlegg for deg?"
 
-#: ../../include/features.php:23
-msgid "General Features"
-msgstr "Generelle egenskaper"
+#: ../../mod/lostpass.php:17
+msgid "No valid account found."
+msgstr "Fant ingen gyldig konto."
 
-#: ../../include/features.php:25
-msgid "Multiple Profiles"
-msgstr "Flere profiler"
+#: ../../mod/lostpass.php:33
+msgid "Password reset request issued. Check your email."
+msgstr "Forespørsel om å tilbakestille passord er sendt. Sjekk e-posten din."
 
-#: ../../include/features.php:25
-msgid "Ability to create multiple profiles"
-msgstr "Mulighet for å lage flere profiler"
+#: ../../mod/lostpass.php:44
+#, php-format
+msgid "Password reset requested at %s"
+msgstr "Forespørsel om tilbakestilling av passord ved %s"
 
-#: ../../include/features.php:30
-msgid "Post Composition Features"
-msgstr "Funksjoner for å skrive innlegg"
+#: ../../mod/lostpass.php:66
+msgid ""
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
+msgstr "Forespørselen kunne ikke verifiseres. (Du kan ha sendt den inn tidligere.) Tilbakestilling av passord milslyktes."
 
-#: ../../include/features.php:31
-msgid "Richtext Editor"
-msgstr "Rik tekstredigering"
+#: ../../mod/lostpass.php:85
+msgid "Your password has been reset as requested."
+msgstr "Ditt passord er tilbakestilt som forespurt."
 
-#: ../../include/features.php:31
-msgid "Enable richtext editor"
-msgstr "Skru på rik tekstredigering"
+#: ../../mod/lostpass.php:86
+msgid "Your new password is"
+msgstr "Ditt nye passord er"
 
-#: ../../include/features.php:32
-msgid "Post Preview"
-msgstr "Forhåndsvisning av innlegg"
+#: ../../mod/lostpass.php:87
+msgid "Save or copy your new password - and then"
+msgstr "Lagre eller kopier ditt nye passord, og deretter"
 
-#: ../../include/features.php:32
-msgid "Allow previewing posts and comments before publishing them"
-msgstr "Tillat forhåndsvisning av innlegg og kommentarer før publisering"
+#: ../../mod/lostpass.php:88
+msgid "click here to login"
+msgstr "klikk her for å logge inn"
 
-#: ../../include/features.php:37
-msgid "Network Sidebar Widgets"
-msgstr "Småprogrammer i sidestolpen for Nettverk"
+#: ../../mod/lostpass.php:89
+msgid ""
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
+msgstr "Passordet ditt kan endres fra siden <em>Innstillinger</em> etter vellykket logg inn."
 
-#: ../../include/features.php:38
-msgid "Search by Date"
-msgstr "Søk etter dato"
+#: ../../mod/lostpass.php:107
+#, php-format
+msgid "Your password has been changed at %s"
+msgstr "Ditt passord har blitt endret %s"
 
-#: ../../include/features.php:38
-msgid "Ability to select posts by date ranges"
-msgstr "Mulighet for å velge innlegg etter datoområder"
+#: ../../mod/lostpass.php:122
+msgid "Forgot your Password?"
+msgstr "Glemte du passordet?"
 
-#: ../../include/features.php:39
-msgid "Group Filter"
-msgstr "Gruppefilter"
+#: ../../mod/lostpass.php:123
+msgid ""
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
+msgstr "Skriv inn e-postadressen og send inn for å tilbakestille passordet ditt. Sjekk deretter e-posten din for nærmere forklaring."
 
-#: ../../include/features.php:39
-msgid "Enable widget to display Network posts only from selected group"
-msgstr "Skru på småprogrammet som viser Nettverksinnlegg bare fra den valgte gruppen"
+#: ../../mod/lostpass.php:124
+msgid "Nickname or Email: "
+msgstr "Kallenavn eller e-post:"
 
-#: ../../include/features.php:40
-msgid "Network Filter"
-msgstr "Nettverksfilter"
+#: ../../mod/lostpass.php:125
+msgid "Reset"
+msgstr "Tilbakestill"
 
-#: ../../include/features.php:40
-msgid "Enable widget to display Network posts only from selected network"
-msgstr "Skru på småprogrammet for å vise Nettverksinnlegg bare fra valgt nettverk"
+#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112
+#, php-format
+msgid "Number of daily wall messages for %s exceeded. Message failed."
+msgstr "Antall daglige veggmeldinger for %s er overskredet. Melding mislyktes."
 
-#: ../../include/features.php:41 ../../mod/search.php:30
-#: ../../mod/network.php:233
-msgid "Saved Searches"
-msgstr "Lagrede søk"
+#: ../../mod/wallmessage.php:56 ../../mod/message.php:63
+msgid "No recipient selected."
+msgstr "Ingen mottaker valgt."
 
-#: ../../include/features.php:41
-msgid "Save search terms for re-use"
-msgstr "Lagre søkeuttrykk for gjenbruk"
+#: ../../mod/wallmessage.php:59
+msgid "Unable to check your home location."
+msgstr "Ikke i stand til avgjøre plasseringen til ditt hjemsted."
 
-#: ../../include/features.php:46
-msgid "Network Tabs"
-msgstr "Nettverksfaner"
+#: ../../mod/wallmessage.php:62 ../../mod/message.php:70
+msgid "Message could not be sent."
+msgstr "Meldingen kunne ikke sendes."
 
-#: ../../include/features.php:47
-msgid "Network Personal Tab"
-msgstr "Nettverk personlig fane"
+#: ../../mod/wallmessage.php:65 ../../mod/message.php:73
+msgid "Message collection failure."
+msgstr "Meldingsinnsamling mislyktes."
 
-#: ../../include/features.php:47
-msgid "Enable tab to display only Network posts that you've interacted on"
-msgstr "Skru på fane for å vise bare Nettverksinnlegg som du har vært med i"
+#: ../../mod/wallmessage.php:68 ../../mod/message.php:76
+msgid "Message sent."
+msgstr "Melding sendt."
 
-#: ../../include/features.php:48
-msgid "Network New Tab"
-msgstr "Nettverk Ny fane"
+#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95
+msgid "No recipient."
+msgstr "Ingen mottaker."
 
-#: ../../include/features.php:48
-msgid "Enable tab to display only new Network posts (from the last 12 hours)"
-msgstr "Skru på fane for å vise bare nye Nettverksinnlegg (fra de siste 12 timer)"
+#: ../../mod/wallmessage.php:127 ../../mod/wallmessage.php:135
+#: ../../mod/message.php:283 ../../mod/message.php:291
+#: ../../mod/message.php:466 ../../mod/message.php:474
+#: ../../include/conversation.php:997 ../../include/conversation.php:1015
+msgid "Please enter a link URL:"
+msgstr "Vennligst skriv inn en lenke URL:"
 
-#: ../../include/features.php:49
-msgid "Network Shared Links Tab"
-msgstr "Nettverk Delte lenker fane"
+#: ../../mod/wallmessage.php:142 ../../mod/message.php:319
+msgid "Send Private Message"
+msgstr "Send privat melding"
 
-#: ../../include/features.php:49
-msgid "Enable tab to display only Network posts with links in them"
-msgstr "Skru på fane for å vise bare Nettverksinnlegg med lenker i dem"
+#: ../../mod/wallmessage.php:143
+#, php-format
+msgid ""
+"If you wish for %s to respond, please check that the privacy settings on "
+"your site allow private mail from unknown senders."
+msgstr "Hvis du ønsker å la %s få svare, vennligst sjekk om personverninnstillingene på ditt nettsted tillater private post fra ukjente avsendere."
 
-#: ../../include/features.php:54
-msgid "Post/Comment Tools"
-msgstr "Innleggs-/kommentarverktøy"
+#: ../../mod/wallmessage.php:144 ../../mod/message.php:320
+#: ../../mod/message.php:553
+msgid "To:"
+msgstr "Til:"
 
-#: ../../include/features.php:55
-msgid "Multiple Deletion"
-msgstr "Slett flere"
+#: ../../mod/wallmessage.php:145 ../../mod/message.php:325
+#: ../../mod/message.php:555
+msgid "Subject:"
+msgstr "Emne:"
 
-#: ../../include/features.php:55
-msgid "Select and delete multiple posts/comments at once"
-msgstr "Velg og slett flere innlegg/kommentarer på en gang"
+#: ../../mod/wallmessage.php:151 ../../mod/message.php:329
+#: ../../mod/message.php:558 ../../mod/invite.php:134
+msgid "Your message:"
+msgstr "Din melding:"
 
-#: ../../include/features.php:56
-msgid "Edit Sent Posts"
-msgstr "Endre sendte innlegg"
+#: ../../mod/wallmessage.php:154 ../../mod/editpost.php:110
+#: ../../mod/message.php:332 ../../mod/message.php:562
+#: ../../include/conversation.php:1081
+msgid "Upload photo"
+msgstr "Last opp bilde"
 
-#: ../../include/features.php:56
-msgid "Edit and correct posts and comments after sending"
-msgstr "Endre og korriger innlegg og kommentarer etter sending"
+#: ../../mod/wallmessage.php:155 ../../mod/editpost.php:114
+#: ../../mod/message.php:333 ../../mod/message.php:563
+#: ../../include/conversation.php:1085
+msgid "Insert web link"
+msgstr "Sett inn web-adresse"
 
-#: ../../include/features.php:57
-msgid "Tagging"
-msgstr "Merking"
+#: ../../mod/newmember.php:6
+msgid "Welcome to Friendica"
+msgstr "Velkommen til Friendica"
 
-#: ../../include/features.php:57
-msgid "Ability to tag existing posts"
-msgstr "Mulighet til å merke eksisterende innlegg"
+#: ../../mod/newmember.php:8
+msgid "New Member Checklist"
+msgstr "Sjekkliste for nye medlemmer"
 
-#: ../../include/features.php:58
-msgid "Post Categories"
-msgstr "Innleggskategorier"
+#: ../../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 "Vi vil gjerne gi noe noen tips og lenker for å hjelpe deg til en hyggelig opplevelse. Klikk på et element for å besøke den relevante siden. En lenke til denne siden vil være synlig på din hovedside i to uker etter at du registrerte deg og så vil den bli borte av seg selv."
 
-#: ../../include/features.php:58
-msgid "Add categories to your posts"
-msgstr "Legg til kategorier til dine innlegg"
+#: ../../mod/newmember.php:14
+msgid "Getting Started"
+msgstr "Komme igang"
 
-#: ../../include/features.php:59
-msgid "Ability to file posts under folders"
-msgstr "Mulighet til å sortere innlegg i mapper"
+#: ../../mod/newmember.php:18
+msgid "Friendica Walk-Through"
+msgstr "Friendica gjennomgang"
 
-#: ../../include/features.php:60
-msgid "Dislike Posts"
-msgstr "Liker ikke innlegg"
+#: ../../mod/newmember.php:18
+msgid ""
+"On your <em>Quick Start</em> page - find a brief introduction to your "
+"profile and network tabs, make some new connections, and find some groups to"
+" join."
+msgstr "På <em>Hurtigstart</em>-siden din, så finner du en kort introduksjon til profilen din og nettverksfanen, hvordan du oppretter nye forbindelser, og hvordan du finner grupper å bli med i."
 
-#: ../../include/features.php:60
-msgid "Ability to dislike posts/comments"
-msgstr "Mulighet til å ikke like innlegg/kommentarer"
+#: ../../mod/newmember.php:26
+msgid "Go to Your Settings"
+msgstr "Gå til Dine innstillinger"
 
-#: ../../include/features.php:61
-msgid "Star Posts"
-msgstr "Stjerneinnlegg"
+#: ../../mod/newmember.php:26
+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 "På siden <em>Innstillinger</em> - bytt passordet du fikk. Merk deg også Din identitetsadresse. Denne ser ut som en vanlig e-postadresse, og er nyttig for å bli venner i den frie sosiale web'en."
 
-#: ../../include/features.php:61
-msgid "Ability to mark special posts with a star indicator"
-msgstr "Mulighet til å merke spesielle innlegg med en stjerneindikator"
+#: ../../mod/newmember.php:28
+msgid ""
+"Review the other settings, particularly the privacy settings. An unpublished"
+" directory listing is like having an unlisted phone number. In general, you "
+"should probably publish your listing - unless all of your friends and "
+"potential friends know exactly how to find you."
+msgstr "Se over de andre innstillingene, særlig personverninnstillingene. En katalogoppføring som ikke er publisert er som å ha skjult telefonnummer. Generelt, så bør du antakelig publisere oppføringen, med mindre dine venner eller potensielle venner vet nøyaktig hvordan de skal finne deg."
 
-#: ../../include/dba.php:44
-#, php-format
-msgid "Cannot locate DNS info for database server '%s'"
-msgstr "Kan ikke finne DNS informasjon for databasetjeneren '%s' "
+#: ../../mod/newmember.php:36 ../../mod/profile_photo.php:244
+msgid "Upload Profile Photo"
+msgstr "Last opp profilbilde"
 
-#: ../../include/text.php:294
-msgid "prev"
-msgstr "forrige"
+#: ../../mod/newmember.php:36
+msgid ""
+"Upload a profile photo if you have not done so already. Studies have shown "
+"that people with real photos of themselves are ten times more likely to make"
+" friends than people who do not."
+msgstr "Last opp et profilbilde hvis du ikke har gjort det allerede. Studier viser at folk som har ekte bilde av seg selv har ti ganger større sannsynlighet for å få venner enn folk som ikke gjør det."
 
-#: ../../include/text.php:296
-msgid "first"
-msgstr "første"
+#: ../../mod/newmember.php:38
+msgid "Edit Your Profile"
+msgstr "Endre profilen din"
 
-#: ../../include/text.php:325
-msgid "last"
-msgstr "siste"
+#: ../../mod/newmember.php:38
+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 "Du kan endre <strong>standardprofilen</strong> din slik du ønsker. Se over innstillingene som lar deg skjule vennelisten og skjule profilen fra ukjente besøkende."
 
-#: ../../include/text.php:328
-msgid "next"
-msgstr "neste"
+#: ../../mod/newmember.php:40
+msgid "Profile Keywords"
+msgstr "Profilnøkkelord"
 
-#: ../../include/text.php:352
-msgid "newer"
-msgstr "nyere"
+#: ../../mod/newmember.php:40
+msgid ""
+"Set some public keywords for your default profile which describe your "
+"interests. We may be able to find other people with similar interests and "
+"suggest friendships."
+msgstr "Legg til noen offentlige nøkkelord til standardprofilen din som beskriver dine interesser. Det kan hende vi klarer å finne andre folk med liknende interesser og foreslå vennskap."
 
-#: ../../include/text.php:356
-msgid "older"
-msgstr "eldre"
+#: ../../mod/newmember.php:44
+msgid "Connecting"
+msgstr "Kobling"
 
-#: ../../include/text.php:807
-msgid "No contacts"
-msgstr "Ingen kontakter"
+#: ../../mod/newmember.php:49 ../../mod/newmember.php:51
+#: ../../include/contact_selectors.php:81
+msgid "Facebook"
+msgstr "Facebook"
 
-#: ../../include/text.php:816
-#, php-format
-msgid "%d Contact"
-msgid_plural "%d Contacts"
-msgstr[0] "%d kontakt"
-msgstr[1] "%d kontakter"
+#: ../../mod/newmember.php:49
+msgid ""
+"Authorise the Facebook Connector if you currently have a Facebook account "
+"and we will (optionally) import all your Facebook friends and conversations."
+msgstr "Tillat Facebook-koblingen hvis du har en Facebook-konto og vi vil (valgfritt) importere alle dine Facebook-venner og samtaler."
 
-#: ../../include/text.php:828 ../../mod/viewcontacts.php:76
-msgid "View Contacts"
-msgstr "Vis kontakter"
+#: ../../mod/newmember.php:51
+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>Hvis</em> dette er din egen personlige tjener, så kan installasjon av Facebook-tillegget gjøre overgangen til den frie sosiale web'en lettere."
 
-#: ../../include/text.php:905 ../../include/text.php:906
-#: ../../include/nav.php:118 ../../mod/search.php:99
-msgid "Search"
-msgstr "Søk"
+#: ../../mod/newmember.php:56
+msgid "Importing Emails"
+msgstr "Importere e-post"
 
-#: ../../include/text.php:908 ../../mod/notes.php:63 ../../mod/filer.php:31
-msgid "Save"
-msgstr "Lagre"
+#: ../../mod/newmember.php:56
+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 "Skriv inn tilgangsinformasjon til e-posten din på siden for Koblingsinnstillinger, hvis du ønsker å importere og samhandle med venner eller e-postlister fra din e-post INNBOKS"
 
-#: ../../include/text.php:957
-msgid "poke"
-msgstr "dytt"
+#: ../../mod/newmember.php:58
+msgid "Go to Your Contacts Page"
+msgstr "Gå til Dine kontakter-siden"
 
-#: ../../include/text.php:957 ../../include/conversation.php:211
-msgid "poked"
-msgstr "dyttet"
+#: ../../mod/newmember.php:58
+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 "Dine kontakter-siden er der du håndterer vennskap og skaper forbindelser med venner på andre nettverk. Vanligvis skriver du deres adresse eller nettsteds-URL i dialogboksen <em>Legg til ny kontakt</em>"
 
-#: ../../include/text.php:958
-msgid "ping"
-msgstr "ping"
+#: ../../mod/newmember.php:60
+msgid "Go to Your Site's Directory"
+msgstr "Gå til Din lokale katalog"
 
-#: ../../include/text.php:958
-msgid "pinged"
-msgstr "pinget"
+#: ../../mod/newmember.php:60
+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 "Katalog-siden lar deg finne andre folk i dette nettverket eller andre forente nettsteder. Se etter en <em>Connect</em> eller <em>Follow</em> lenke på profilsiden deres. Oppgi din egen identitetsadresse hvis du blir forespurt om det."
 
-#: ../../include/text.php:959
-msgid "prod"
-msgstr "dult"
+#: ../../mod/newmember.php:62
+msgid "Finding New People"
+msgstr "Finn nye personer"
 
-#: ../../include/text.php:959
-msgid "prodded"
-msgstr "dultet"
+#: ../../mod/newmember.php:62
+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 "I sidepanelet på Kontakter-siden er flere verktøy for å finne nye venner. Vi kan matche personer utfra interesse, slå opp personer på navn eller interesse, og gi forslag basert på nettverksforbindelser. På et helt nytt nettsted, så vil venneforslag vanligvis dukke opp innen 24 timer."
 
-#: ../../include/text.php:960
-msgid "slap"
-msgstr "klaske"
+#: ../../mod/newmember.php:66 ../../include/group.php:270
+msgid "Groups"
+msgstr "Grupper"
 
-#: ../../include/text.php:960
-msgid "slapped"
-msgstr "klasket"
+#: ../../mod/newmember.php:70
+msgid "Group Your Contacts"
+msgstr "Kontaktgrupper"
 
-#: ../../include/text.php:961
-msgid "finger"
-msgstr "fingre"
+#: ../../mod/newmember.php:70
+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 "Når du har fått noen venner, så kan du organisere dem i private samtalegrupper i sidefeltet på Kontakt-siden din, og deretter kan du samhandle med hver gruppe privat på din Nettverk-side."
 
-#: ../../include/text.php:961
-msgid "fingered"
-msgstr "fingret"
+#: ../../mod/newmember.php:73
+msgid "Why Aren't My Posts Public?"
+msgstr "Hvorfor er ikke mine innlegg offentlige?"
 
-#: ../../include/text.php:962
-msgid "rebuff"
-msgstr "avslå"
+#: ../../mod/newmember.php:73
+msgid ""
+"Friendica respects your privacy. By default, your posts will only show up to"
+" people you've added as friends. For more information, see the help section "
+"from the link above."
+msgstr "Friendica respekterer ditt privatliv. Som standard, så vil dine innlegg bare vises til personer du har lagt til som venner. For mer informasjon, se Hjelp-siden fra lenken ovenfor."
 
-#: ../../include/text.php:962
-msgid "rebuffed"
-msgstr "avslo"
+#: ../../mod/newmember.php:78
+msgid "Getting Help"
+msgstr "Få hjelp"
 
-#: ../../include/text.php:976
-msgid "happy"
-msgstr "glad"
+#: ../../mod/newmember.php:82
+msgid "Go to the Help Section"
+msgstr "Gå til Hjelp-siden"
 
-#: ../../include/text.php:977
-msgid "sad"
-msgstr "trist"
+#: ../../mod/newmember.php:82
+msgid ""
+"Our <strong>help</strong> pages may be consulted for detail on other program"
+" features and resources."
+msgstr "Våre <strong>hjelpesider</strong> kan leses for flere detaljer og ressurser om andre egenskaper ved programmet."
 
-#: ../../include/text.php:978
-msgid "mellow"
-msgstr "dempet"
+#: ../../mod/suggest.php:27
+msgid "Do you really want to delete this suggestion?"
+msgstr "Vil du virkelig slette dette forslaget?"
 
-#: ../../include/text.php:979
-msgid "tired"
-msgstr "trøtt"
+#: ../../mod/suggest.php:32 ../../mod/editpost.php:148
+#: ../../mod/dfrn_request.php:848 ../../mod/contacts.php:323
+#: ../../mod/settings.php:602 ../../mod/settings.php:628
+#: ../../mod/message.php:212 ../../mod/photos.php:202 ../../mod/photos.php:290
+#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 ../../mod/fbrowser.php:81
+#: ../../mod/fbrowser.php:116 ../../include/conversation.php:1119
+#: ../../include/items.php:4067
+msgid "Cancel"
+msgstr "Avbryt"
 
-#: ../../include/text.php:980
-msgid "perky"
-msgstr "oppkvikket"
+#: ../../mod/suggest.php:72
+msgid ""
+"No suggestions available. If this is a new site, please try again in 24 "
+"hours."
+msgstr "Ingen forslag tilgjengelig. Hvis dette er et nytt nettsted, vennligst prøv igjen om 24 timer."
 
-#: ../../include/text.php:981
-msgid "angry"
-msgstr "sint"
+#: ../../mod/suggest.php:90
+msgid "Ignore/Hide"
+msgstr "Ignorér/Skjul"
 
-#: ../../include/text.php:982
-msgid "stupified"
-msgstr "tanketom"
+#: ../../mod/network.php:179
+msgid "Search Results For:"
+msgstr "Søkeresultater for:"
 
-#: ../../include/text.php:983
-msgid "puzzled"
-msgstr "forundret"
+#: ../../mod/network.php:222 ../../mod/_search.php:21 ../../mod/search.php:21
+msgid "Remove term"
+msgstr "Fjern uttrykk"
 
-#: ../../include/text.php:984
-msgid "interested"
-msgstr "interessert"
+#: ../../mod/network.php:231 ../../mod/_search.php:30 ../../mod/search.php:30
+#: ../../include/features.php:41
+msgid "Saved Searches"
+msgstr "Lagrede søk"
 
-#: ../../include/text.php:985
-msgid "bitter"
-msgstr "bitter"
+#: ../../mod/network.php:232 ../../include/group.php:275
+msgid "add"
+msgstr "legg til"
 
-#: ../../include/text.php:986
-msgid "cheerful"
-msgstr "munter"
+#: ../../mod/network.php:394
+msgid "Commented Order"
+msgstr "Etter kommentarer"
 
-#: ../../include/text.php:987
-msgid "alive"
-msgstr "livlig"
+#: ../../mod/network.php:397
+msgid "Sort by Comment Date"
+msgstr "Sorter etter kommentardato"
 
-#: ../../include/text.php:988
-msgid "annoyed"
-msgstr "irritert"
+#: ../../mod/network.php:400
+msgid "Posted Order"
+msgstr "Etter innlegg"
 
-#: ../../include/text.php:989
-msgid "anxious"
-msgstr "nervøs"
+#: ../../mod/network.php:403
+msgid "Sort by Post Date"
+msgstr "Sorter etter innleggsdato"
 
-#: ../../include/text.php:990
-msgid "cranky"
-msgstr "grinete"
+#: ../../mod/network.php:441 ../../mod/notifications.php:88
+msgid "Personal"
+msgstr "Personlig"
 
-#: ../../include/text.php:991
-msgid "disturbed"
-msgstr "forstyrret"
+#: ../../mod/network.php:444
+msgid "Posts that mention or involve you"
+msgstr "Innlegg som nevner eller involverer deg"
 
-#: ../../include/text.php:992
-msgid "frustrated"
-msgstr "frustrert"
+#: ../../mod/network.php:450
+msgid "New"
+msgstr "Ny"
 
-#: ../../include/text.php:993
-msgid "motivated"
-msgstr "motivert"
+#: ../../mod/network.php:453
+msgid "Activity Stream - by date"
+msgstr "Aktivitetsstrøm - etter dato"
 
-#: ../../include/text.php:994
-msgid "relaxed"
-msgstr "avslappet"
+#: ../../mod/network.php:459
+msgid "Shared Links"
+msgstr "Delte lenker"
 
-#: ../../include/text.php:995
-msgid "surprised"
-msgstr "overrasket"
+#: ../../mod/network.php:462
+msgid "Interesting Links"
+msgstr "Interessante lenker"
 
-#: ../../include/text.php:1163
-msgid "Monday"
-msgstr "mandag"
+#: ../../mod/network.php:468
+msgid "Starred"
+msgstr "Med stjerne"
 
-#: ../../include/text.php:1163
-msgid "Tuesday"
-msgstr "tirsdag"
+#: ../../mod/network.php:471
+msgid "Favourite Posts"
+msgstr "Favorittinnlegg"
 
-#: ../../include/text.php:1163
-msgid "Wednesday"
-msgstr "onsdag"
+#: ../../mod/network.php:539
+#, 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] "Advarsel: denne gruppen inneholder %s medlem fra et usikkert nettverk."
+msgstr[1] "Advarsel: denne gruppe inneholder %s medlemmer fra et usikkert nettverk."
 
-#: ../../include/text.php:1163
-msgid "Thursday"
-msgstr "torsdag"
+#: ../../mod/network.php:542
+msgid "Private messages to this group are at risk of public disclosure."
+msgstr "Private meldinger til denne gruppen risikerer å bli offentliggjort."
 
-#: ../../include/text.php:1163
-msgid "Friday"
-msgstr "fredag"
+#: ../../mod/network.php:588 ../../mod/content.php:119
+msgid "No such group"
+msgstr "Gruppen finnes ikke"
 
-#: ../../include/text.php:1163
-msgid "Saturday"
-msgstr "lørdag"
+#: ../../mod/network.php:599 ../../mod/content.php:130
+msgid "Group is empty"
+msgstr "Gruppen er tom"
 
-#: ../../include/text.php:1163
-msgid "Sunday"
-msgstr "søndag"
+#: ../../mod/network.php:605 ../../mod/content.php:134
+msgid "Group: "
+msgstr "Gruppe:"
 
-#: ../../include/text.php:1167
-msgid "January"
-msgstr "januar"
+#: ../../mod/network.php:617
+msgid "Contact: "
+msgstr "Kontakt:"
 
-#: ../../include/text.php:1167
-msgid "February"
-msgstr "februar"
+#: ../../mod/network.php:619
+msgid "Private messages to this person are at risk of public disclosure."
+msgstr "Private meldinger til denne personen risikerer å bli offentliggjort."
 
-#: ../../include/text.php:1167
-msgid "March"
-msgstr "mars"
+#: ../../mod/network.php:624
+msgid "Invalid contact."
+msgstr "Ugyldig kontakt."
 
-#: ../../include/text.php:1167
-msgid "April"
-msgstr "april"
+#: ../../mod/install.php:117
+msgid "Friendica Communications Server - Setup"
+msgstr "Friendica kommunikasjonstjeneste - oppsett"
 
-#: ../../include/text.php:1167
-msgid "May"
-msgstr "mai"
+#: ../../mod/install.php:123
+msgid "Could not connect to database."
+msgstr "Kunne ikke koble til database."
 
-#: ../../include/text.php:1167
-msgid "June"
-msgstr "juni"
+#: ../../mod/install.php:127
+msgid "Could not create table."
+msgstr "Kunne ikke lage tabell."
 
-#: ../../include/text.php:1167
-msgid "July"
-msgstr "juli"
+#: ../../mod/install.php:133
+msgid "Your Friendica site database has been installed."
+msgstr "Databasen til Friendica-nettstedet ditt har blitt installert."
 
-#: ../../include/text.php:1167
-msgid "August"
-msgstr "august"
+#: ../../mod/install.php:138
+msgid ""
+"You may need to import the file \"database.sql\" manually using phpmyadmin "
+"or mysql."
+msgstr "Du må kanskje importere filen \"database.sql\" manuelt ved hjelp av phpmyadmin eller mysql."
 
-#: ../../include/text.php:1167
-msgid "September"
-msgstr "september"
+#: ../../mod/install.php:139 ../../mod/install.php:206
+#: ../../mod/install.php:521
+msgid "Please see the file \"INSTALL.txt\"."
+msgstr "Vennligst se filen \"INSTALL.txt\"."
 
-#: ../../include/text.php:1167
-msgid "October"
-msgstr "oktober"
+#: ../../mod/install.php:203
+msgid "System check"
+msgstr "Systemsjekk"
 
-#: ../../include/text.php:1167
-msgid "November"
-msgstr "november"
+#: ../../mod/install.php:207 ../../mod/events.php:373
+msgid "Next"
+msgstr "Neste"
 
-#: ../../include/text.php:1167
-msgid "December"
-msgstr "desember"
+#: ../../mod/install.php:208
+msgid "Check again"
+msgstr "Sjekk på nytt"
 
-#: ../../include/text.php:1323 ../../mod/videos.php:301
-msgid "View Video"
-msgstr "Vis video"
+#: ../../mod/install.php:227
+msgid "Database connection"
+msgstr "Databaseforbindelse"
 
-#: ../../include/text.php:1355
-msgid "bytes"
-msgstr "bytes"
+#: ../../mod/install.php:228
+msgid ""
+"In order to install Friendica we need to know how to connect to your "
+"database."
+msgstr "For å installere Friendica må vi vite hvordan man kan koble seg til din database."
 
-#: ../../include/text.php:1379 ../../include/text.php:1391
-msgid "Click to open/close"
-msgstr "Klikk for å åpne/lukke"
-
-#: ../../include/text.php:1553 ../../mod/events.php:335
-msgid "link to source"
-msgstr "lenke til kilde"
+#: ../../mod/install.php:229
+msgid ""
+"Please contact your hosting provider or site administrator if you have "
+"questions about these settings."
+msgstr "Vennligst kontakt din tilbyder eller administrator hvis du har spørsmål til disse innstillingene."
 
-#: ../../include/text.php:1608
-msgid "Select an alternate language"
-msgstr "Velg et annet språk"
+#: ../../mod/install.php:230
+msgid ""
+"The database you specify below should already exist. If it does not, please "
+"create it before continuing."
+msgstr "Databasen du oppgir nedenfor må finnes. Hvis ikke, vennligst opprett den før du fortsetter."
 
-#: ../../include/text.php:1860 ../../include/conversation.php:118
-#: ../../include/conversation.php:246 ../../view/theme/diabook/theme.php:456
-msgid "event"
-msgstr "hendelse"
+#: ../../mod/install.php:234
+msgid "Database Server Name"
+msgstr "Databasetjenerens navn"
 
-#: ../../include/text.php:1864
-msgid "activity"
-msgstr "aktivitet"
+#: ../../mod/install.php:235
+msgid "Database Login Name"
+msgstr "Database brukernavn"
 
-#: ../../include/text.php:1866 ../../mod/content.php:628
-#: ../../object/Item.php:364 ../../object/Item.php:377
-msgid "comment"
-msgid_plural "comments"
-msgstr[0] "kommentar"
-msgstr[1] "kommentarer"
+#: ../../mod/install.php:236
+msgid "Database Login Password"
+msgstr "Database passord"
 
-#: ../../include/text.php:1867
-msgid "post"
-msgstr "innlegg"
+#: ../../mod/install.php:237
+msgid "Database Name"
+msgstr "Databasenavn"
 
-#: ../../include/text.php:2022
-msgid "Item filed"
-msgstr "Element arkivert"
+#: ../../mod/install.php:238 ../../mod/install.php:277
+msgid "Site administrator email address"
+msgstr "Nettstedsadministrator sin e-postadresse"
 
-#: ../../include/group.php:25
+#: ../../mod/install.php:238 ../../mod/install.php:277
 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 "En slettet gruppe med dette navnet ble gjenopprettet. Eksisterende elementtillatelser <strong>kan</strong> gjelde for denne gruppen og fremtidige medlemmer. Hvis det ikke var dette du ønsket, vær snill å opprette en annen gruppe med et annet navn."
+"Your account email address must match this in order to use the web admin "
+"panel."
+msgstr "Din kontos e-postadresse må stemme med denne for å kunne bruke panelet for webadministrasjon."
 
-#: ../../include/group.php:207
-msgid "Default privacy group for new contacts"
-msgstr "Standard personverngruppe for nye kontakter"
+#: ../../mod/install.php:242 ../../mod/install.php:280
+msgid "Please select a default timezone for your website"
+msgstr "Vennligst velg en standard tidssone for ditt nettsted"
 
-#: ../../include/group.php:226
-msgid "Everybody"
-msgstr "Alle"
+#: ../../mod/install.php:267
+msgid "Site settings"
+msgstr "Innstillinger for nettstedet"
 
-#: ../../include/group.php:249
-msgid "edit"
-msgstr "endre"
+#: ../../mod/install.php:321
+msgid "Could not find a command line version of PHP in the web server PATH."
+msgstr "Fant ikke en kommandolinjeversjon av PHP i webtjenerens PATH."
 
-#: ../../include/group.php:270 ../../mod/newmember.php:66
-msgid "Groups"
-msgstr "Grupper"
+#: ../../mod/install.php:322
+msgid ""
+"If you don't have a command line version of PHP installed on server, you "
+"will not be able to run background polling via cron. See <a "
+"href='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"
+msgstr "Hvis du ikke har installert kommandolinjeversjonen av PHP på tjeneren, så vil du ikke kunne kjøre bakgrunnsspørring via cron. Se <a href='http://friendica.com/node/27'>'Aktivere tidsstyrte oppgaver'</a>"
 
-#: ../../include/group.php:271
-msgid "Edit group"
-msgstr "Endre gruppe"
+#: ../../mod/install.php:326
+msgid "PHP executable path"
+msgstr "PHP kjørefil sin sti"
 
-#: ../../include/group.php:272
-msgid "Create a new group"
-msgstr "Lag en ny gruppe"
+#: ../../mod/install.php:326
+msgid ""
+"Enter full path to php executable. You can leave this blank to continue the "
+"installation."
+msgstr "Skriv inn hele stien til php kjørefilen. Du kan la denne stå blank for å fortsette installasjonen."
 
-#: ../../include/group.php:273
-msgid "Contacts not in any group"
-msgstr "Kontakter som ikke er i noen gruppe"
+#: ../../mod/install.php:331
+msgid "Command line PHP"
+msgstr "Kommandolinje PHP"
 
-#: ../../include/group.php:275 ../../mod/network.php:234
-msgid "add"
-msgstr "legg til"
+#: ../../mod/install.php:340
+msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
+msgstr "PHP kjørefilen er ikke php cli binærfil (kan være cgi-fgci versjon)"
 
-#: ../../include/conversation.php:140 ../../mod/like.php:170
-#, php-format
-msgid "%1$s doesn't like %2$s's %3$s"
-msgstr "%1$s liker ikke %2$s's %3$s"
+#: ../../mod/install.php:341
+msgid "Found PHP version: "
+msgstr "Fant PHP-versjon:"
 
-#: ../../include/conversation.php:207
-#, php-format
-msgid "%1$s poked %2$s"
-msgstr "%1$s dyttet %2$s"
+#: ../../mod/install.php:343
+msgid "PHP cli binary"
+msgstr "PHP cli binærfil"
 
-#: ../../include/conversation.php:227 ../../mod/mood.php:62
-#, php-format
-msgid "%1$s is currently %2$s"
-msgstr "%1$s er for øyeblikket %2$s"
+#: ../../mod/install.php:354
+msgid ""
+"The command line version of PHP on your system does not have "
+"\"register_argc_argv\" enabled."
+msgstr "Kommandolinjeversjonen av PHP på ditt system har ikke \"register_argc_argv\" aktivert."
 
-#: ../../include/conversation.php:266 ../../mod/tagger.php:95
-#, php-format
-msgid "%1$s tagged %2$s's %3$s with %4$s"
-msgstr "%1$s merket %2$s sitt %3$s med %4$s"
+#: ../../mod/install.php:355
+msgid "This is required for message delivery to work."
+msgstr "Dette er nødvendig for at meldingslevering skal virke."
 
-#: ../../include/conversation.php:291
-msgid "post/item"
-msgstr "innlegg/element"
+#: ../../mod/install.php:357
+msgid "PHP register_argc_argv"
+msgstr "PHP register_argc_argv"
 
-#: ../../include/conversation.php:292
-#, php-format
-msgid "%1$s marked %2$s's %3$s as favorite"
-msgstr "%1$s merket %2$s's %3$s som en favoritt"
+#: ../../mod/install.php:378
+msgid ""
+"Error: the \"openssl_pkey_new\" function on this system is not able to "
+"generate encryption keys"
+msgstr "Feil: \"openssl_pkey_new\"-funksjonen på dette systemet er ikke i stand til å lage krypteringsnøkler"
 
-#: ../../include/conversation.php:612 ../../mod/content.php:461
-#: ../../mod/content.php:763 ../../object/Item.php:126
-msgid "Select"
-msgstr "Velg"
+#: ../../mod/install.php:379
+msgid ""
+"If running under Windows, please see "
+"\"http://www.php.net/manual/en/openssl.installation.php\"."
+msgstr "For kjøring på Windows, vennligst se \"http://www.php.net/manual/en/openssl.installation.php\"."
 
-#: ../../include/conversation.php:613 ../../mod/admin.php:770
-#: ../../mod/settings.php:647 ../../mod/group.php:171
-#: ../../mod/photos.php:1637 ../../mod/content.php:462
-#: ../../mod/content.php:764 ../../object/Item.php:127
-msgid "Delete"
-msgstr "Slett"
+#: ../../mod/install.php:381
+msgid "Generate encryption keys"
+msgstr "Lag krypteringsnøkler"
 
-#: ../../include/conversation.php:652 ../../mod/content.php:495
-#: ../../mod/content.php:875 ../../mod/content.php:876
-#: ../../object/Item.php:306 ../../object/Item.php:307
-#, php-format
-msgid "View %s's profile @ %s"
-msgstr "Besøk %ss profil [%s]"
+#: ../../mod/install.php:388
+msgid "libCurl PHP module"
+msgstr "libCurl PHP modul"
 
-#: ../../include/conversation.php:664 ../../object/Item.php:297
-msgid "Categories:"
-msgstr "Kategorier:"
+#: ../../mod/install.php:389
+msgid "GD graphics PHP module"
+msgstr "GD graphics PHP modul"
 
-#: ../../include/conversation.php:665 ../../object/Item.php:298
-msgid "Filed under:"
-msgstr "Lagret i:"
+#: ../../mod/install.php:390
+msgid "OpenSSL PHP module"
+msgstr "OpenSSL PHP modul"
 
-#: ../../include/conversation.php:672 ../../mod/content.php:505
-#: ../../mod/content.php:887 ../../object/Item.php:320
-#, php-format
-msgid "%s from %s"
-msgstr "%s fra %s"
+#: ../../mod/install.php:391
+msgid "mysqli PHP module"
+msgstr "mysqli PHP modul"
 
-#: ../../include/conversation.php:687 ../../mod/content.php:520
-msgid "View in context"
-msgstr "Vis i sammenheng"
+#: ../../mod/install.php:392
+msgid "mb_string PHP module"
+msgstr "mb_string PHP modul"
 
-#: ../../include/conversation.php:689 ../../include/conversation.php:1100
-#: ../../mod/editpost.php:124 ../../mod/wallmessage.php:156
-#: ../../mod/message.php:334 ../../mod/message.php:565
-#: ../../mod/photos.php:1532 ../../mod/content.php:522
-#: ../../mod/content.php:906 ../../object/Item.php:341
-msgid "Please wait"
-msgstr "Vennligst vent"
+#: ../../mod/install.php:397 ../../mod/install.php:399
+msgid "Apache mod_rewrite module"
+msgstr "Apache mod_rewrite modul"
 
-#: ../../include/conversation.php:768
-msgid "remove"
-msgstr "slett"
+#: ../../mod/install.php:397
+msgid ""
+"Error: Apache webserver mod-rewrite module is required but not installed."
+msgstr "Feil: Modulen mod-rewrite for Apache-webtjeneren er påkrevet, men er ikke installert."
 
-#: ../../include/conversation.php:772
-msgid "Delete Selected Items"
-msgstr "Slette valgte elementer"
+#: ../../mod/install.php:405
+msgid "Error: libCURL PHP module required but not installed."
+msgstr "Feil: libCURL PHP-modulen er påkrevet, men er ikke installert."
 
-#: ../../include/conversation.php:871
-msgid "Follow Thread"
-msgstr "Følg tråd"
+#: ../../mod/install.php:409
+msgid ""
+"Error: GD graphics PHP module with JPEG support required but not installed."
+msgstr "Feil: GD graphics PHP-modulen med JPEG-støtte er påkrevet, men er ikke installert."
 
-#: ../../include/conversation.php:940
-#, php-format
-msgid "%s likes this."
-msgstr "%s liker dette."
+#: ../../mod/install.php:413
+msgid "Error: openssl PHP module required but not installed."
+msgstr "Feil: openssl PHP-modulen er påkrevet, men er ikke installert."
 
-#: ../../include/conversation.php:940
-#, php-format
-msgid "%s doesn't like this."
-msgstr "%s liker ikke dette."
+#: ../../mod/install.php:417
+msgid "Error: mysqli PHP module required but not installed."
+msgstr "Feil: mysqli PHP-modulen er påkrevet, men er ikke installert."
 
-#: ../../include/conversation.php:945
-#, php-format
-msgid "<span  %1$s>%2$d people</span> like this"
-msgstr "<span %1$s>%2$d personer</span> liker dette"
+#: ../../mod/install.php:421
+msgid "Error: mb_string PHP module required but not installed."
+msgstr "Feil: mb_string PHP-modulen er påkrevet men ikke installert."
 
-#: ../../include/conversation.php:948
-#, php-format
-msgid "<span  %1$s>%2$d people</span> don't like this"
-msgstr "<span %1$s>%2$d personer</span> liker ikke dette"
+#: ../../mod/install.php:438
+msgid ""
+"The web installer needs to be able to create a file called \".htconfig.php\""
+" in the top folder of your web server and it is unable to do so."
+msgstr "Web-installatøren trenger å kunne lage filen \".htconfig.php\" i topp-folderen på web-tjeneren din, men den får ikke til dette."
 
-#: ../../include/conversation.php:962
-msgid "and"
-msgstr "og"
+#: ../../mod/install.php:439
+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 "Dette skyldes oftest manglende tillatelse, ettersom web-tjeneren kanskje ikke kan skrive filer i din mappe - selv om du kan."
 
-#: ../../include/conversation.php:968
-#, php-format
-msgid ", and %d other people"
-msgstr ", og %d andre personer"
+#: ../../mod/install.php:440
+msgid ""
+"At the end of this procedure, we will give you a text to save in a file "
+"named .htconfig.php in your Friendica top folder."
+msgstr "På slutten av denne prosedyren, så gir vi deg en tekst å lagre i en fil kalt .htconfig.php i din Friendica sin toppmappe."
 
-#: ../../include/conversation.php:970
-#, php-format
-msgid "%s like this."
-msgstr "%s liker dette."
+#: ../../mod/install.php:441
+msgid ""
+"You can alternatively skip this procedure and perform a manual installation."
+" Please see the file \"INSTALL.txt\" for instructions."
+msgstr "Du kan alternativt hoppe over denne prosedyren og utføre en manuell installasjon. Vennligst se filen \"INSTALL.txt\" for instruksjoner."
 
-#: ../../include/conversation.php:970
-#, php-format
-msgid "%s don't like this."
-msgstr "%s liker ikke dette."
+#: ../../mod/install.php:444
+msgid ".htconfig.php is writable"
+msgstr ".htconfig.php er skrivbar"
 
-#: ../../include/conversation.php:997 ../../include/conversation.php:1015
-msgid "Visible to <strong>everybody</strong>"
-msgstr "Synlig for <strong>alle</strong>"
+#: ../../mod/install.php:454
+msgid ""
+"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
+"compiles templates to PHP to speed up rendering."
+msgstr "Friendica bruker Smarty3 malmotor for å gjengi sine webvisninger. Smarty3 kompilerer maler til PHP for å gjøre gjengivelse raskere."
 
-#: ../../include/conversation.php:998 ../../include/conversation.php:1016
-#: ../../mod/wallmessage.php:127 ../../mod/wallmessage.php:135
-#: ../../mod/message.php:283 ../../mod/message.php:291
-#: ../../mod/message.php:466 ../../mod/message.php:474
-msgid "Please enter a link URL:"
-msgstr "Vennligst skriv inn en lenke URL:"
+#: ../../mod/install.php:455
+msgid ""
+"In order to store these compiled templates, the web server needs to have "
+"write access to the directory view/smarty3/ under the Friendica top level "
+"folder."
+msgstr "For å lagre disse kompilerte malene må webtjenesten ha skrivetilgang til katalogen view/smarty3/ som er under Friendica sin toppnivåmappe."
 
-#: ../../include/conversation.php:999 ../../include/conversation.php:1017
-msgid "Please enter a video link/URL:"
-msgstr "Vennligst skriv inn en videolenke/-URL:"
+#: ../../mod/install.php:456
+msgid ""
+"Please ensure that the user that your web server runs as (e.g. www-data) has"
+" write access to this folder."
+msgstr "Vennligst sjekk at brukeren din webtjeneste kjører som (for eksempel www-data) har skrivetilgang til denne mappen."
 
-#: ../../include/conversation.php:1000 ../../include/conversation.php:1018
-msgid "Please enter an audio link/URL:"
-msgstr "Vennligst skriv inn en lydlenke/-URL:"
+#: ../../mod/install.php:457
+msgid ""
+"Note: as a security measure, you should give the web server write access to "
+"view/smarty3/ only--not the template files (.tpl) that it contains."
+msgstr "Merknad: som et sikkerhetstiltak, du bør gi webtjenesten skrivetilgang kun til view/smarty3/ - ikke til malfilene (.tpl) som den inneholder."
 
-#: ../../include/conversation.php:1001 ../../include/conversation.php:1019
-msgid "Tag term:"
-msgstr "Merkelapp begrep:"
+#: ../../mod/install.php:460
+msgid "view/smarty3 is writable"
+msgstr "view/smarty3 er skrivbar"
 
-#: ../../include/conversation.php:1002 ../../include/conversation.php:1020
-#: ../../mod/filer.php:30
-msgid "Save to Folder:"
-msgstr "Lagre til mappe:"
+#: ../../mod/install.php:472
+msgid ""
+"Url rewrite in .htaccess is not working. Check your server configuration."
+msgstr "URL omskriving i .htaccess virker ikke. Sjekk konfigurasjonen til webtjenesten."
 
-#: ../../include/conversation.php:1003 ../../include/conversation.php:1021
-msgid "Where are you right now?"
-msgstr "Hvor er du akkurat nå?"
+#: ../../mod/install.php:474
+msgid "Url rewrite is working"
+msgstr "URL omskriving virker"
 
-#: ../../include/conversation.php:1004
-msgid "Delete item(s)?"
-msgstr "Slett element(er)?"
+#: ../../mod/install.php:484
+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 "Filen \".htconfig.php\" med databasekonfigurasjonen kunne ikke bli skrevet. Vennligst bruk den medfølgende teksten for å lage en konfigurasjonsfil i roten på din web-tjener."
 
-#: ../../include/conversation.php:1046
-msgid "Post to Email"
-msgstr "Innlegg til e-post"
+#: ../../mod/install.php:508
+msgid "Errors encountered creating database tables."
+msgstr "Feil oppstod under opprettelsen av databasetabeller."
 
-#: ../../include/conversation.php:1081 ../../mod/photos.php:1531
-msgid "Share"
-msgstr "Del"
+#: ../../mod/install.php:519
+msgid "<h1>What next</h1>"
+msgstr "<h1>Hva nå</h1>"
 
-#: ../../include/conversation.php:1082 ../../mod/editpost.php:110
-#: ../../mod/wallmessage.php:154 ../../mod/message.php:332
-#: ../../mod/message.php:562
-msgid "Upload photo"
-msgstr "Last opp bilde"
+#: ../../mod/install.php:520
+msgid ""
+"IMPORTANT: You will need to [manually] setup a scheduled task for the "
+"poller."
+msgstr "VIKTIG: Du må [manuelt] sette opp en planlagt oppgave for oppdatering."
 
-#: ../../include/conversation.php:1083 ../../mod/editpost.php:111
-msgid "upload photo"
-msgstr "last opp bilde"
+#: ../../mod/admin.php:55
+msgid "Theme settings updated."
+msgstr "Temainnstillinger oppdatert."
 
-#: ../../include/conversation.php:1084 ../../mod/editpost.php:112
-msgid "Attach file"
-msgstr "Legg ved fil"
+#: ../../mod/admin.php:101 ../../mod/admin.php:570
+msgid "Site"
+msgstr "Nettsted"
 
-#: ../../include/conversation.php:1085 ../../mod/editpost.php:113
-msgid "attach file"
-msgstr "legg ved fil"
+#: ../../mod/admin.php:102 ../../mod/admin.php:898 ../../mod/admin.php:913
+msgid "Users"
+msgstr "Brukere"
 
-#: ../../include/conversation.php:1086 ../../mod/editpost.php:114
-#: ../../mod/wallmessage.php:155 ../../mod/message.php:333
-#: ../../mod/message.php:563
-msgid "Insert web link"
-msgstr "Sett inn web-adresse"
+#: ../../mod/admin.php:103 ../../mod/admin.php:1002 ../../mod/admin.php:1044
+msgid "Plugins"
+msgstr "Tillegg"
 
-#: ../../include/conversation.php:1087 ../../mod/editpost.php:115
-msgid "web link"
-msgstr "web-adresse"
+#: ../../mod/admin.php:104 ../../mod/admin.php:1210 ../../mod/admin.php:1244
+msgid "Themes"
+msgstr "Tema"
 
-#: ../../include/conversation.php:1088 ../../mod/editpost.php:116
-msgid "Insert video link"
-msgstr "Sett inn video-link"
+#: ../../mod/admin.php:105
+msgid "DB updates"
+msgstr "Databaseoppdateringer"
 
-#: ../../include/conversation.php:1089 ../../mod/editpost.php:117
-msgid "video link"
-msgstr "videolink"
+#: ../../mod/admin.php:120 ../../mod/admin.php:127 ../../mod/admin.php:1331
+msgid "Logs"
+msgstr "Logger"
 
-#: ../../include/conversation.php:1090 ../../mod/editpost.php:118
-msgid "Insert audio link"
-msgstr "Sett inn lydlink"
+#: ../../mod/admin.php:125 ../../include/nav.php:178
+msgid "Admin"
+msgstr "Administrator"
 
-#: ../../include/conversation.php:1091 ../../mod/editpost.php:119
-msgid "audio link"
-msgstr "lydlink"
+#: ../../mod/admin.php:126
+msgid "Plugin Features"
+msgstr "Utvidelse - egenskaper"
 
-#: ../../include/conversation.php:1092 ../../mod/editpost.php:120
-msgid "Set your location"
-msgstr "Angi din plassering"
+#: ../../mod/admin.php:128
+msgid "User registrations waiting for confirmation"
+msgstr "Brukerregistreringer venter på bekreftelse"
 
-#: ../../include/conversation.php:1093 ../../mod/editpost.php:121
-msgid "set location"
-msgstr "angi plassering"
+#: ../../mod/admin.php:187 ../../mod/admin.php:852
+msgid "Normal Account"
+msgstr "Vanlig konto"
 
-#: ../../include/conversation.php:1094 ../../mod/editpost.php:122
-msgid "Clear browser location"
-msgstr "Fjern nettleserplassering"
+#: ../../mod/admin.php:188 ../../mod/admin.php:853
+msgid "Soapbox Account"
+msgstr "Talerstol-konto"
 
-#: ../../include/conversation.php:1095 ../../mod/editpost.php:123
-msgid "clear location"
-msgstr "fjern plassering"
+#: ../../mod/admin.php:189 ../../mod/admin.php:854
+msgid "Community/Celebrity Account"
+msgstr "Gruppe-/kjendiskonto"
 
-#: ../../include/conversation.php:1097 ../../mod/editpost.php:137
-msgid "Set title"
-msgstr "Lagre tittel"
+#: ../../mod/admin.php:190 ../../mod/admin.php:855
+msgid "Automatic Friend Account"
+msgstr "Automatisk vennekonto"
 
-#: ../../include/conversation.php:1099 ../../mod/editpost.php:139
-msgid "Categories (comma-separated list)"
-msgstr "Kategorier (kommaseparert liste)"
+#: ../../mod/admin.php:191
+msgid "Blog Account"
+msgstr "Bloggkonto"
 
-#: ../../include/conversation.php:1101 ../../mod/editpost.php:125
-msgid "Permission settings"
-msgstr "Tillatelser"
+#: ../../mod/admin.php:192
+msgid "Private Forum"
+msgstr "Privat forum"
 
-#: ../../include/conversation.php:1102
-msgid "permissions"
-msgstr "tillatelser"
+#: ../../mod/admin.php:211
+msgid "Message queues"
+msgstr "Meldingskøer"
 
-#: ../../include/conversation.php:1110 ../../mod/editpost.php:133
-msgid "CC: email addresses"
-msgstr "Kopi: e-postadresser"
+#: ../../mod/admin.php:216 ../../mod/admin.php:569 ../../mod/admin.php:897
+#: ../../mod/admin.php:1001 ../../mod/admin.php:1043 ../../mod/admin.php:1209
+#: ../../mod/admin.php:1243 ../../mod/admin.php:1330
+msgid "Administration"
+msgstr "Administrasjon"
 
-#: ../../include/conversation.php:1111 ../../mod/editpost.php:134
-msgid "Public post"
-msgstr "Offentlig innlegg"
+#: ../../mod/admin.php:217
+msgid "Summary"
+msgstr "Oppsummering"
 
-#: ../../include/conversation.php:1113 ../../mod/editpost.php:140
-msgid "Example: bob@example.com, mary@example.com"
-msgstr "Eksempel: ola@example.com, kari@example.com"
+#: ../../mod/admin.php:219
+msgid "Registered users"
+msgstr "Registrerte brukere"
 
-#: ../../include/conversation.php:1117 ../../mod/editpost.php:145
-#: ../../mod/photos.php:1553 ../../mod/photos.php:1597
-#: ../../mod/photos.php:1680 ../../mod/content.php:742
-#: ../../object/Item.php:662
-msgid "Preview"
-msgstr "forhåndsvisning"
+#: ../../mod/admin.php:221
+msgid "Pending registrations"
+msgstr "Ventende registreringer"
 
-#: ../../include/conversation.php:1126
-msgid "Post to Groups"
-msgstr "Innlegg til grupper"
+#: ../../mod/admin.php:222
+msgid "Version"
+msgstr "Versjon"
 
-#: ../../include/conversation.php:1127
-msgid "Post to Contacts"
-msgstr "Innlegg til kontakter"
+#: ../../mod/admin.php:224
+msgid "Active plugins"
+msgstr "Aktive tillegg"
 
-#: ../../include/conversation.php:1128
-msgid "Private post"
-msgstr "Privat innlegg"
+#: ../../mod/admin.php:247
+msgid "Can not parse base url. Must have at least <scheme>://<domain>"
+msgstr "Kan ikke tolke base URL. Må ha minst <scheme>://<domain>"
 
-#: ../../include/enotify.php:16
-msgid "Friendica Notification"
-msgstr "Friendica varsel"
+#: ../../mod/admin.php:483
+msgid "Site settings updated."
+msgstr "Nettstedets innstillinger er oppdatert."
 
-#: ../../include/enotify.php:19
-msgid "Thank You,"
-msgstr "Mange takk,"
+#: ../../mod/admin.php:512 ../../mod/settings.php:810
+msgid "No special theme for mobile devices"
+msgstr "Ikke eget tema for mobile enheter"
 
-#: ../../include/enotify.php:21
-#, php-format
-msgid "%s Administrator"
-msgstr "%s administrator"
+#: ../../mod/admin.php:529 ../../mod/contacts.php:402
+msgid "Never"
+msgstr "Aldri"
 
-#: ../../include/enotify.php:40
-#, php-format
-msgid "%s <!item_type!>"
-msgstr "%s <!item_type!>"
+#: ../../mod/admin.php:530 ../../include/contact_selectors.php:56
+msgid "Frequently"
+msgstr "Ofte"
 
-#: ../../include/enotify.php:44
-#, php-format
-msgid "[Friendica:Notify] New mail received at %s"
-msgstr "[Friendica:Notify] Ny melding mottatt hos %s"
+#: ../../mod/admin.php:531 ../../include/contact_selectors.php:57
+msgid "Hourly"
+msgstr "Hver time"
 
-#: ../../include/enotify.php:46
-#, php-format
-msgid "%1$s sent you a new private message at %2$s."
-msgstr "%1$s sendte deg en ny privat melding hos %2$s."
+#: ../../mod/admin.php:532 ../../include/contact_selectors.php:58
+msgid "Twice daily"
+msgstr "To ganger daglig"
 
-#: ../../include/enotify.php:47
-#, php-format
-msgid "%1$s sent you %2$s."
-msgstr "%1$s sendte deg %2$s."
+#: ../../mod/admin.php:533 ../../include/contact_selectors.php:59
+msgid "Daily"
+msgstr "Daglig"
 
-#: ../../include/enotify.php:47
-msgid "a private message"
-msgstr "en privat melding"
+#: ../../mod/admin.php:538
+msgid "Multi user instance"
+msgstr "Flerbrukerinstans"
 
-#: ../../include/enotify.php:48
-#, php-format
-msgid "Please visit %s to view and/or reply to your private messages."
-msgstr "Vennligst besøk %s for å se og/eller svare på dine private meldinger."
+#: ../../mod/admin.php:556
+msgid "Closed"
+msgstr "Stengt"
 
-#: ../../include/enotify.php:90
-#, php-format
-msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
-msgstr "%1$s kommenterte på [url=%2$s]a %3$s[/url]"
+#: ../../mod/admin.php:557
+msgid "Requires approval"
+msgstr "Krever godkjenning"
 
-#: ../../include/enotify.php:97
-#, php-format
-msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
-msgstr "%1$s kommenterte på [url=%2$s]%3$s sin %4$s[/url]"
+#: ../../mod/admin.php:558
+msgid "Open"
+msgstr "Åpen"
 
-#: ../../include/enotify.php:105
-#, php-format
-msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
-msgstr "%1$s kommenterte på [url=%2$s] din %3$s[/url]"
+#: ../../mod/admin.php:562
+msgid "No SSL policy, links will track page SSL state"
+msgstr "Ingen SSL-retningslinjer, lenker vil spore sidens SSL-tilstand"
 
-#: ../../include/enotify.php:115
-#, php-format
-msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
-msgstr "[Friendica:Notify] Kommentar til samtale #%1$d av %2$s"
+#: ../../mod/admin.php:563
+msgid "Force all links to use SSL"
+msgstr "Tving alle lenker til å bruke SSL"
 
-#: ../../include/enotify.php:116
-#, php-format
-msgid "%s commented on an item/conversation you have been following."
-msgstr "%s kommenterte på et element/en samtale du har fulgt."
+#: ../../mod/admin.php:564
+msgid "Self-signed certificate, use SSL for local links only (discouraged)"
+msgstr "Selvsignert sertifikat, bruk SSL bare til lokale lenker (ikke anbefalt)"
 
-#: ../../include/enotify.php:119 ../../include/enotify.php:134
-#: ../../include/enotify.php:147 ../../include/enotify.php:165
-#: ../../include/enotify.php:178
-#, php-format
-msgid "Please visit %s to view and/or reply to the conversation."
-msgstr "Vennligst besøk %s for å se og/eller svare på samtalen."
+#: ../../mod/admin.php:571 ../../mod/admin.php:1045 ../../mod/admin.php:1245
+#: ../../mod/admin.php:1332 ../../mod/settings.php:601
+#: ../../mod/settings.php:711 ../../mod/settings.php:780
+#: ../../mod/settings.php:856 ../../mod/settings.php:1084
+msgid "Save Settings"
+msgstr "Lagre innstillinger"
 
-#: ../../include/enotify.php:126
-#, php-format
-msgid "[Friendica:Notify] %s posted to your profile wall"
-msgstr "[Friendica:Notify] %s skrev et innlegg på veggen til din profil"
+#: ../../mod/admin.php:573
+msgid "File upload"
+msgstr "Last opp fil"
 
-#: ../../include/enotify.php:128
-#, php-format
-msgid "%1$s posted to your profile wall at %2$s"
-msgstr "%1$s skrev et innlegg på veggen til din profil %2$s"
+#: ../../mod/admin.php:574
+msgid "Policies"
+msgstr "Retningslinjer"
 
-#: ../../include/enotify.php:130
-#, php-format
-msgid "%1$s posted to [url=%2$s]your wall[/url]"
-msgstr "%1$s skrev et innlegg til [url=%2$s]din vegg[/url]"
+#: ../../mod/admin.php:575
+msgid "Advanced"
+msgstr "Avansert"
 
-#: ../../include/enotify.php:141
-#, php-format
-msgid "[Friendica:Notify] %s tagged you"
-msgstr "[Friendica:Notify] %s merket deg"
+#: ../../mod/admin.php:576
+msgid "Performance"
+msgstr "Ytelse"
 
-#: ../../include/enotify.php:142
-#, php-format
-msgid "%1$s tagged you at %2$s"
-msgstr "%1$s merket deg %2$s"
+#: ../../mod/admin.php:577
+msgid ""
+"Relocate - WARNING: advanced function. Could make this server unreachable."
+msgstr "Omplasser - ADVARSEL: avansert funksjon. Kan gjøre denne tjeneren utilgjengelig."
 
-#: ../../include/enotify.php:143
-#, php-format
-msgid "%1$s [url=%2$s]tagged you[/url]."
-msgstr "%1$s [url=%2$s]merket deg[/url]."
+#: ../../mod/admin.php:580
+msgid "Site name"
+msgstr "Nettstedets navn"
 
-#: ../../include/enotify.php:155
-#, php-format
-msgid "[Friendica:Notify] %1$s poked you"
-msgstr "[Friendica:Notify] %1$s dyttet deg"
+#: ../../mod/admin.php:581
+msgid "Banner/Logo"
+msgstr "Banner/logo"
 
-#: ../../include/enotify.php:156
-#, php-format
-msgid "%1$s poked you at %2$s"
-msgstr "%1$s dyttet deg %2$s"
+#: ../../mod/admin.php:582
+msgid "Additional Info"
+msgstr "Ekstra informasjon"
 
-#: ../../include/enotify.php:157
-#, php-format
-msgid "%1$s [url=%2$s]poked you[/url]."
-msgstr "%1$s [url=%2$s]dyttet deg[/url]."
+#: ../../mod/admin.php:582
+msgid ""
+"For public servers: you can add additional information here that will be "
+"listed at dir.friendica.com/siteinfo."
+msgstr "For offentlige tjenere: du kan legge til ekstra informasjon her som vil bli vist på dir.friendica.com/siteinfo."
 
-#: ../../include/enotify.php:172
-#, php-format
-msgid "[Friendica:Notify] %s tagged your post"
-msgstr "[Friendica:Notify] %s merket ditt innlegg"
+#: ../../mod/admin.php:583
+msgid "System language"
+msgstr "Systemspråk"
 
-#: ../../include/enotify.php:173
-#, php-format
-msgid "%1$s tagged your post at %2$s"
-msgstr "%1$s merket ditt innlegg %2$s"
+#: ../../mod/admin.php:584
+msgid "System theme"
+msgstr "Systemtema"
 
-#: ../../include/enotify.php:174
-#, php-format
-msgid "%1$s tagged [url=%2$s]your post[/url]"
-msgstr "%1$s merket [url=%2$s]ditt innlegg[/url]"
+#: ../../mod/admin.php:584
+msgid ""
+"Default system theme - may be over-ridden by user profiles - <a href='#' "
+"id='cnftheme'>change theme settings</a>"
+msgstr "Standard tema for systemet - kan overstyres av brukerprofiler - <a href='#' id='cnftheme'>endre temainnstillinger</a>"
 
-#: ../../include/enotify.php:185
-msgid "[Friendica:Notify] Introduction received"
-msgstr "[Friendica:Notify] Introduksjon mottatt"
+#: ../../mod/admin.php:585
+msgid "Mobile system theme"
+msgstr "Mobilt tema til systemet"
 
-#: ../../include/enotify.php:186
-#, php-format
-msgid "You've received an introduction from '%1$s' at %2$s"
-msgstr "Du mottok en introduksjon fra '%1$s'  %2$s"
+#: ../../mod/admin.php:585
+msgid "Theme for mobile devices"
+msgstr "Tema for mobile enheter"
 
-#: ../../include/enotify.php:187
-#, php-format
-msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
-msgstr "Du mottok [url=%1$s]en introduksjon[/url] fra %2$s."
+#: ../../mod/admin.php:586
+msgid "SSL link policy"
+msgstr "Retningslinjer for SSL og lenker"
 
-#: ../../include/enotify.php:190 ../../include/enotify.php:208
-#, php-format
-msgid "You may visit their profile at %s"
-msgstr "Du kan besøke profilen deres på %s"
+#: ../../mod/admin.php:586
+msgid "Determines whether generated links should be forced to use SSL"
+msgstr "Avgjør om genererte lenker skal tvinges til å bruke SSL"
 
-#: ../../include/enotify.php:192
-#, php-format
-msgid "Please visit %s to approve or reject the introduction."
-msgstr "Vennligst besøk %s for å godkjenne eller avslå introduksjonen."
+#: ../../mod/admin.php:587
+msgid "Old style 'Share'"
+msgstr "\"Deling\" på gamlemåten"
 
-#: ../../include/enotify.php:199
-msgid "[Friendica:Notify] Friend suggestion received"
-msgstr "[Friendica:Notify] Venneforslag mottatt"
+#: ../../mod/admin.php:587
+msgid "Deactivates the bbcode element 'share' for repeating items."
+msgstr "Skrur av bbcode \"dele\" for gjentatte elementer."
 
-#: ../../include/enotify.php:200
-#, php-format
-msgid "You've received a friend suggestion from '%1$s' at %2$s"
-msgstr "Du mottok et venneforslag fra '%1$s'  %2$s"
+#: ../../mod/admin.php:588
+msgid "Hide help entry from navigation menu"
+msgstr "Skjul punktet om hjelp fra navigasjonsmenyen"
 
-#: ../../include/enotify.php:201
-#, php-format
+#: ../../mod/admin.php:588
 msgid ""
-"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
-msgstr "Du mottok  [url=%1$s]et venneforslag[/url] om %2$s fra %3$s."
+"Hides the menu entry for the Help pages from the navigation menu. You can "
+"still access it calling /help directly."
+msgstr "Skjuler menypunktet for Hjelp-sidene fra navigasjonsmenyen. Du kan fremdeles få tilgang ved å bruke /help direkte."
 
-#: ../../include/enotify.php:206
-msgid "Name:"
-msgstr "Navn:"
+#: ../../mod/admin.php:589
+msgid "Single user instance"
+msgstr "Enkeltbrukerinstans"
 
-#: ../../include/enotify.php:207
-msgid "Photo:"
-msgstr "Bilde:"
+#: ../../mod/admin.php:589
+msgid "Make this instance multi-user or single-user for the named user"
+msgstr "Gjør denne instansen til flerbruker eller enkeltbruker for den navngitte brukeren"
 
-#: ../../include/enotify.php:210
-#, php-format
-msgid "Please visit %s to approve or reject the suggestion."
-msgstr "Vennligst besøk %s for å godkjenne eller avslå forslaget."
+#: ../../mod/admin.php:590
+msgid "Maximum image size"
+msgstr "Maksimum bildestørrelse"
 
-#: ../../include/message.php:15 ../../include/message.php:172
-msgid "[no subject]"
-msgstr "[ikke noe emne]"
+#: ../../mod/admin.php:590
+msgid ""
+"Maximum size in bytes of uploaded images. Default is 0, which means no "
+"limits."
+msgstr "Maksimal størrelse i bytes for opplastede bilder. Standard er 0, som betyr ingen størrelsesgrense."
 
-#: ../../include/message.php:144 ../../mod/item.php:446
-#: ../../mod/wall_upload.php:135 ../../mod/wall_upload.php:144
-#: ../../mod/wall_upload.php:151
-msgid "Wall Photos"
-msgstr "Veggbilder"
+#: ../../mod/admin.php:591
+msgid "Maximum image length"
+msgstr "Maksimal bildelenge"
 
-#: ../../include/nav.php:34 ../../mod/navigation.php:20
-msgid "Nothing new here"
-msgstr "Ikke noe nytt her"
+#: ../../mod/admin.php:591
+msgid ""
+"Maximum length in pixels of the longest side of uploaded images. Default is "
+"-1, which means no limits."
+msgstr "Maksimal lengde i pixler for den lengste siden til opplastede bilder. Standard er -1, some betyr ingen grense."
 
-#: ../../include/nav.php:38 ../../mod/navigation.php:24
-msgid "Clear notifications"
-msgstr "Fjern varslinger"
+#: ../../mod/admin.php:592
+msgid "JPEG image quality"
+msgstr "JPEG-bildekvalitet"
 
-#: ../../include/nav.php:73 ../../boot.php:1136
-msgid "Logout"
-msgstr "Logg ut"
+#: ../../mod/admin.php:592
+msgid ""
+"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
+"100, which is full quality."
+msgstr "Opplastede JPEG-er vil bli lagret med disse kvalitetsinnstillingene [0-100]. Standard er 100, som er høyeste kvalitet."
 
-#: ../../include/nav.php:73
-msgid "End this session"
-msgstr "Avslutt denne økten"
+#: ../../mod/admin.php:594
+msgid "Register policy"
+msgstr "Registrer retningslinjer"
 
-#: ../../include/nav.php:76 ../../boot.php:1940
-msgid "Status"
-msgstr "Status"
+#: ../../mod/admin.php:595
+msgid "Maximum Daily Registrations"
+msgstr "Maksimalt antall daglige registreringer"
 
-#: ../../include/nav.php:76 ../../include/nav.php:143
-#: ../../view/theme/diabook/theme.php:87
-msgid "Your posts and conversations"
-msgstr "Dine innlegg og samtaler"
+#: ../../mod/admin.php:595
+msgid ""
+"If registration is permitted above, this sets the maximum number of new user"
+" registrations to accept per day.  If register is set to closed, this "
+"setting has no effect."
+msgstr "Hvis registrering er tillat ovenfor, så vil dette angi maksimalt antall nye brukerregistreringer som aksepteres per dag. Hvis registrering er satt til stengt, så vil ikke denne innstillingen ha noen effekt."
 
-#: ../../include/nav.php:77 ../../view/theme/diabook/theme.php:88
-msgid "Your profile page"
-msgstr "Din profilside"
+#: ../../mod/admin.php:596
+msgid "Register text"
+msgstr "Registrer tekst"
 
-#: ../../include/nav.php:78 ../../mod/fbrowser.php:25
-#: ../../view/theme/diabook/theme.php:90 ../../boot.php:1954
-msgid "Photos"
-msgstr "Bilder"
+#: ../../mod/admin.php:596
+msgid "Will be displayed prominently on the registration page."
+msgstr "Vil bli vist på en fremtredende måte på registreringssiden."
 
-#: ../../include/nav.php:78 ../../view/theme/diabook/theme.php:90
-msgid "Your photos"
-msgstr "Dine bilder"
+#: ../../mod/admin.php:597
+msgid "Accounts abandoned after x days"
+msgstr "Kontoer forlatt etter x dager"
 
-#: ../../include/nav.php:79 ../../mod/events.php:370
-#: ../../view/theme/diabook/theme.php:91 ../../boot.php:1971
-msgid "Events"
-msgstr "Hendelser"
+#: ../../mod/admin.php:597
+msgid ""
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
+msgstr "Vil ikke kaste bort systemressurser på å spørre eksterne nettsteder om forlatte kontoer. Skriv 0 for ingen tidsgrense."
 
-#: ../../include/nav.php:79 ../../view/theme/diabook/theme.php:91
-msgid "Your events"
-msgstr "Dine hendelser"
+#: ../../mod/admin.php:598
+msgid "Allowed friend domains"
+msgstr "Tillate vennedomener"
 
-#: ../../include/nav.php:80 ../../view/theme/diabook/theme.php:92
-msgid "Personal notes"
-msgstr "Personlige notater"
+#: ../../mod/admin.php:598
+msgid ""
+"Comma separated list of domains which are allowed to establish friendships "
+"with this site. Wildcards are accepted. Empty to allow any domains"
+msgstr "Kommaseparert liste med domener som har lov til å etablere vennskap med dette nettstedet.\nJokertegn aksepteres. Tom for å tillate alle domener."
 
-#: ../../include/nav.php:80 ../../view/theme/diabook/theme.php:92
-msgid "Your personal photos"
-msgstr "Dine personlige bilder"
+#: ../../mod/admin.php:599
+msgid "Allowed email domains"
+msgstr "Tillate e-postdomener"
 
-#: ../../include/nav.php:91 ../../boot.php:1137
-msgid "Login"
-msgstr "Logg inn"
+#: ../../mod/admin.php:599
+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 "Kommaseparert liste med domener som er tillatt i e-postadresser ved registrering på dette nettstedet. Jokertegn er tillatt. Tom for å tillate alle domener."
 
-#: ../../include/nav.php:91
-msgid "Sign in"
-msgstr "Logg inn"
+#: ../../mod/admin.php:600
+msgid "Block public"
+msgstr "Utesteng publikum"
 
-#: ../../include/nav.php:104 ../../include/nav.php:143
-#: ../../mod/notifications.php:93 ../../view/theme/diabook/theme.php:87
-msgid "Home"
-msgstr "Hjem"
+#: ../../mod/admin.php:600
+msgid ""
+"Check to block public access to all otherwise public personal pages on this "
+"site unless you are currently logged in."
+msgstr "Kryss av for å blokkere offentlig tilgang til sider som ellers ville vært offentlige personlige sider med mindre du er logget inn."
 
-#: ../../include/nav.php:104
-msgid "Home Page"
-msgstr "Hovedside"
+#: ../../mod/admin.php:601
+msgid "Force publish"
+msgstr "Tving publisering"
 
-#: ../../include/nav.php:108 ../../mod/register.php:275 ../../boot.php:1112
-msgid "Register"
-msgstr "Registrer"
+#: ../../mod/admin.php:601
+msgid ""
+"Check to force all profiles on this site to be listed in the site directory."
+msgstr "Sett hake for å tvinge alle profiler på dette nettstedet til å vises i nettstedskatalogen."
 
-#: ../../include/nav.php:108
-msgid "Create an account"
-msgstr "Lag konto"
+#: ../../mod/admin.php:602
+msgid "Global directory update URL"
+msgstr "URL for oppdatering av Global-katalog"
 
-#: ../../include/nav.php:113 ../../mod/help.php:84
-msgid "Help"
-msgstr "Hjelp"
+#: ../../mod/admin.php:602
+msgid ""
+"URL to update the global directory. If this is not set, the global directory"
+" is completely unavailable to the application."
+msgstr "URL for å oppdatere den globale katalogen. Hvis denne ikke er angitt, så vil den globale katalogen være helt utilgjengelige for programmet."
 
-#: ../../include/nav.php:113
-msgid "Help and documentation"
-msgstr "Hjelp og dokumentasjon"
+#: ../../mod/admin.php:603
+msgid "Allow threaded items"
+msgstr "Tillat en tråd av elementer "
 
-#: ../../include/nav.php:116
-msgid "Apps"
-msgstr "Programmer"
+#: ../../mod/admin.php:603
+msgid "Allow infinite level threading for items on this site."
+msgstr "Tillat ubegrenset antall nivåer i en tråd for elementer på dette nettstedet."
 
-#: ../../include/nav.php:116
-msgid "Addon applications, utilities, games"
-msgstr "Tilleggsprorammer, verktøy, spill"
+#: ../../mod/admin.php:604
+msgid "Private posts by default for new users"
+msgstr "Private meldinger som standard for nye brukere"
 
-#: ../../include/nav.php:118
-msgid "Search site content"
-msgstr "Søk i nettstedets innhold"
+#: ../../mod/admin.php:604
+msgid ""
+"Set default post permissions for all new members to the default privacy "
+"group rather than public."
+msgstr "Sett standard postetillatelser for alle nye medlemmer til standard personverngruppe i stedet for offentlig."
 
-#: ../../include/nav.php:128 ../../mod/community.php:32
-#: ../../view/theme/diabook/theme.php:93
-msgid "Community"
-msgstr "Fellesskap"
+#: ../../mod/admin.php:605
+msgid "Don't include post content in email notifications"
+msgstr "Ikke inkluder innholdet i en melding i epostvarsler"
 
-#: ../../include/nav.php:128
-msgid "Conversations on this site"
-msgstr "Samtaler på dette nettstedet"
+#: ../../mod/admin.php:605
+msgid ""
+"Don't include the content of a post/comment/private message/etc. in the "
+"email notifications that are sent out from this site, as a privacy measure."
+msgstr "Ikke inkluder innholdet i en melding/kommentar/privat melding/osv. i epostvarsler som sendes ut fra dette nettstedet, som et personverntiltak."
 
-#: ../../include/nav.php:130
-msgid "Directory"
-msgstr "Katalog"
+#: ../../mod/admin.php:606
+msgid "Disallow public access to addons listed in the apps menu."
+msgstr "Ikke tillat offentlig tilgang til tillegg som listes opp i app-menyen."
 
-#: ../../include/nav.php:130
-msgid "People directory"
-msgstr "Personkatalog"
+#: ../../mod/admin.php:606
+msgid ""
+"Checking this box will restrict addons listed in the apps menu to members "
+"only."
+msgstr "Kryss i denne boksen vil begrense tillegg opplistet i app-menyen til bare medlemmer."
 
-#: ../../include/nav.php:140 ../../mod/notifications.php:83
-msgid "Network"
-msgstr "Nettverk"
+#: ../../mod/admin.php:607
+msgid "Don't embed private images in posts"
+msgstr "Ikke innebygg private bilder i innlegg"
 
-#: ../../include/nav.php:140
-msgid "Conversations from your friends"
-msgstr "Samtaler fra dine venner"
+#: ../../mod/admin.php:607
+msgid ""
+"Don't replace locally-hosted private photos in posts with an embedded copy "
+"of the image. This means that contacts who receive posts containing private "
+"photos will have to authenticate and load each image, which may take a "
+"while."
+msgstr "Ikke bytt ut lokalt lagrede private bilder i innlegg med innebygd kopi av bildet. Dette betyr at kontakter som mottar innlegg med private bilder må autentisere og laste hvert bilde, noe som kan ta en stund."
 
-#: ../../include/nav.php:141
-msgid "Network Reset"
-msgstr "Nettverk tilbakestilling"
+#: ../../mod/admin.php:608
+msgid "Allow Users to set remote_self"
+msgstr "Tillat brukere å sette remote_self"
 
-#: ../../include/nav.php:141
-msgid "Load Network page with no filters"
-msgstr "Hent Nettverk-siden uten filter"
+#: ../../mod/admin.php:608
+msgid ""
+"With checking this, every user is allowed to mark every contact as a "
+"remote_self in the repair contact dialog. Setting this flag on a contact "
+"causes mirroring every posting of that contact in the users stream."
+msgstr "Ved å sette hake her får hver bruker lov å markere hver kontakt som en remote_self i dialogen for kontaktreparasjon. Å sette denne haken på en kontakt medfører speiling av hvert innlegg fra denne kontakten i brukerens strøm. "
 
-#: ../../include/nav.php:149 ../../mod/notifications.php:98
-msgid "Introductions"
-msgstr "Introduksjoner"
+#: ../../mod/admin.php:609
+msgid "Block multiple registrations"
+msgstr "Blokker flere registreringer"
 
-#: ../../include/nav.php:149
-msgid "Friend Requests"
-msgstr "Venneforespørsler"
+#: ../../mod/admin.php:609
+msgid "Disallow users to register additional accounts for use as pages."
+msgstr "Ikke tillat brukere å registrere ytterligere kontoer til bruk som sider."
 
-#: ../../include/nav.php:150 ../../mod/notifications.php:220
-msgid "Notifications"
-msgstr "Varslinger"
+#: ../../mod/admin.php:610
+msgid "OpenID support"
+msgstr "OpenID-støtte"
 
-#: ../../include/nav.php:151
-msgid "See all notifications"
-msgstr "Se alle varslinger"
+#: ../../mod/admin.php:610
+msgid "OpenID support for registration and logins."
+msgstr "OpenID-støtte for registrering og innlogging."
 
-#: ../../include/nav.php:152
-msgid "Mark all system notifications seen"
-msgstr "Merk alle systemvarsler som sett"
+#: ../../mod/admin.php:611
+msgid "Fullname check"
+msgstr "Sjekk fullt navn"
 
-#: ../../include/nav.php:156 ../../mod/message.php:182
-#: ../../mod/notifications.php:103
-msgid "Messages"
-msgstr "Meldinger"
+#: ../../mod/admin.php:611
+msgid ""
+"Force users to register with a space between firstname and lastname in Full "
+"name, as an antispam measure"
+msgstr "Tving brukere til å registrere med et mellomrom mellom fornavn og etternavn i Fullt navn, som et tiltak mot søppelpost (antispam)."
 
-#: ../../include/nav.php:156
-msgid "Private mail"
-msgstr "Privat post"
+#: ../../mod/admin.php:612
+msgid "UTF-8 Regular expressions"
+msgstr "UTF-8 regulære uttrykk"
 
-#: ../../include/nav.php:157
-msgid "Inbox"
-msgstr "Innboks"
+#: ../../mod/admin.php:612
+msgid "Use PHP UTF8 regular expressions"
+msgstr "Bruk PHP UTF8 regulære uttrykk"
 
-#: ../../include/nav.php:158
-msgid "Outbox"
-msgstr "Utboks"
+#: ../../mod/admin.php:613
+msgid "Show Community Page"
+msgstr "Vis Felleskap-side"
 
-#: ../../include/nav.php:159 ../../mod/message.php:9
-msgid "New Message"
-msgstr "Ny melding"
+#: ../../mod/admin.php:613
+msgid ""
+"Display a Community page showing all recent public postings on this site."
+msgstr "Vis en Fellesskapsside som viser de siste offentlige meldinger på dette nettstedet."
 
-#: ../../include/nav.php:162
-msgid "Manage"
-msgstr "Behandle"
+#: ../../mod/admin.php:614
+msgid "Enable OStatus support"
+msgstr "Aktiver Ostatus-støtte"
 
-#: ../../include/nav.php:162
-msgid "Manage other pages"
-msgstr "Behandle andre sider"
+#: ../../mod/admin.php:614
+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 "Tilby innebygget OStatus-kompatibilitet (identi.ca, status.net, etc.). All kommunikasjon via OStatus er offentlig, så personvernadvarsler vil bli vist av og til."
 
-#: ../../include/nav.php:165
-msgid "Delegations"
-msgstr "Delegasjoner"
+#: ../../mod/admin.php:615
+msgid "OStatus conversation completion interval"
+msgstr "OStatus intervall for samtalefullførelse"
 
-#: ../../include/nav.php:165 ../../mod/delegate.php:121
-msgid "Delegate Page Management"
-msgstr "Deleger sidebehandling"
+#: ../../mod/admin.php:615
+msgid ""
+"How often shall the poller check for new entries in OStatus conversations? "
+"This can be a very ressource task."
+msgstr "Hvor ofte skal spørrefunksjonen sjekke etter nye oppføringer i OStatus-samtaler? Dette kan være en svært ressurskrevende oppgave."
 
-#: ../../include/nav.php:167 ../../mod/admin.php:861 ../../mod/admin.php:1069
-#: ../../mod/settings.php:74 ../../mod/uexport.php:48
-#: ../../mod/newmember.php:22 ../../view/theme/diabook/theme.php:537
-#: ../../view/theme/diabook/theme.php:658
-msgid "Settings"
-msgstr "Innstillinger"
+#: ../../mod/admin.php:616
+msgid "Enable Diaspora support"
+msgstr "Aktiver Diaspora-støtte"
 
-#: ../../include/nav.php:167 ../../mod/settings.php:30 ../../mod/uexport.php:9
-msgid "Account settings"
-msgstr "Kontoinnstillinger"
+#: ../../mod/admin.php:616
+msgid "Provide built-in Diaspora network compatibility."
+msgstr "Tilby innebygget kompatibilitet med Diaspora-nettverket."
 
-#: ../../include/nav.php:169 ../../boot.php:1439
-msgid "Profiles"
-msgstr "Profiler"
+#: ../../mod/admin.php:617
+msgid "Only allow Friendica contacts"
+msgstr "Bare tillat Friendica-kontakter"
 
-#: ../../include/nav.php:169
-msgid "Manage/Edit Profiles"
-msgstr "Behandle/endre profiler"
+#: ../../mod/admin.php:617
+msgid ""
+"All contacts must use Friendica protocols. All other built-in communication "
+"protocols disabled."
+msgstr "Alle kontakter må bruke Friendica-protokoller. Alle andre innebyggede kommunikasjonsprotokoller blir deaktivert."
 
-#: ../../include/nav.php:171 ../../mod/contacts.php:607
-#: ../../view/theme/diabook/theme.php:89
-msgid "Contacts"
-msgstr "Kontakter"
+#: ../../mod/admin.php:618
+msgid "Verify SSL"
+msgstr "Bekreft SSL"
 
-#: ../../include/nav.php:171
-msgid "Manage/edit friends and contacts"
-msgstr "Behandle/endre venner og kontakter"
+#: ../../mod/admin.php:618
+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 "Hvis du vil, så kan du skru på streng sertifikatkontroll. Dette betyr at du ikke kan opprette forbindelse (i det hele tatt) med nettsteder som bruker selvsignerte SSL-sertifikater."
 
-#: ../../include/nav.php:178 ../../mod/admin.php:120
-msgid "Admin"
-msgstr "Administrator"
+#: ../../mod/admin.php:619
+msgid "Proxy user"
+msgstr "Brukernavn til mellomtjener"
 
-#: ../../include/nav.php:178
-msgid "Site setup and configuration"
-msgstr "Nettstedsoppsett og konfigurasjon"
+#: ../../mod/admin.php:620
+msgid "Proxy URL"
+msgstr "Mellomtjener URL"
 
-#: ../../include/nav.php:182
-msgid "Navigation"
-msgstr "Navigasjon"
+#: ../../mod/admin.php:621
+msgid "Network timeout"
+msgstr "Tidsavbrudd for nettverk"
 
-#: ../../include/nav.php:182
-msgid "Site map"
-msgstr "Nettstedskart"
+#: ../../mod/admin.php:621
+msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
+msgstr "Verdien er i sekunder. Sett til 0 for ubegrenset (ikke anbefalt)."
 
-#: ../../include/oembed.php:138
-msgid "Embedded content"
-msgstr "Innebygd innhold"
+#: ../../mod/admin.php:622
+msgid "Delivery interval"
+msgstr "Leveringsintervall"
 
-#: ../../include/oembed.php:147
-msgid "Embedding disabled"
-msgstr "Innebygging avskrudd"
+#: ../../mod/admin.php:622
+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 "Forsink bakgrunnsprosesser for levering med så mange sekunder for å redusere belastningen på systemet. Anbefalinger: 4-5 for delt tjener, 2-3 for virtuelle private tjenere. 0-1 for store, dedikerte tjenere."
 
-#: ../../include/uimport.php:94
-msgid "Error decoding account file"
-msgstr "Feil ved dekoding av kontofil"
+#: ../../mod/admin.php:623
+msgid "Poll interval"
+msgstr "Spørreintervall"
 
-#: ../../include/uimport.php:100
-msgid "Error! No version data in file! This is not a Friendica account file?"
-msgstr "Feil! Ingen versjonsdata i filen! Dette er ikke en Friendica kontofil?"
+#: ../../mod/admin.php:623
+msgid ""
+"Delay background polling processes by this many seconds to reduce system "
+"load. If 0, use delivery interval."
+msgstr "Reduser spørreprosesser i bakgrunnen med så mange sekunder for å redusere belastningen på systemet. Hvis 0, bruk leveringsintervall."
 
-#: ../../include/uimport.php:116
-msgid "Error! Cannot check nickname"
-msgstr "Feil! Kan ikke sjekke kallenavn"
+#: ../../mod/admin.php:624
+msgid "Maximum Load Average"
+msgstr "Maksimal snittlast"
 
-#: ../../include/uimport.php:120
-#, php-format
-msgid "User '%s' already exists on this server!"
-msgstr "Brukeren '%s' finnes allerede på denne tjeneren!"
+#: ../../mod/admin.php:624
+msgid ""
+"Maximum system load before delivery and poll processes are deferred - "
+"default 50."
+msgstr "Maksimal systemlast før leverings- og spørreprosesser utsettes - standard er 50."
 
-#: ../../include/uimport.php:139
-msgid "User creation error"
-msgstr "Feil ved oppretting av bruker"
+#: ../../mod/admin.php:626
+msgid "Use MySQL full text engine"
+msgstr "Bruk MySQL fulltekstmotor"
 
-#: ../../include/uimport.php:157
-msgid "User profile creation error"
-msgstr "Feil ved opprettelsen av brukerprofil"
+#: ../../mod/admin.php:626
+msgid ""
+"Activates the full text engine. Speeds up search - but can only search for "
+"four and more characters."
+msgstr "Aktiverer fulltekstmotoren. Øker hastigheten til søk, men kan bare søke etter minimum fire eller flere tegn."
 
-#: ../../include/uimport.php:202
-#, php-format
-msgid "%d contact not imported"
-msgid_plural "%d contacts not imported"
-msgstr[0] "%d kontakt ikke importert"
-msgstr[1] "%d kontakter ikke importert"
-
-#: ../../include/uimport.php:272
-msgid "Done. You can now login with your username and password"
-msgstr "Ferdig. Du kan nå logge inn med ditt brukernavn og passord"
+#: ../../mod/admin.php:627
+msgid "Suppress Language"
+msgstr "Ikke vis språk"
 
-#: ../../include/security.php:22
-msgid "Welcome "
-msgstr "Velkommen"
+#: ../../mod/admin.php:627
+msgid "Suppress language information in meta information about a posting."
+msgstr "Ikke vis språkinformasjon i metainformasjon om et innlegg."
 
-#: ../../include/security.php:23
-msgid "Please upload a profile photo."
-msgstr "Vennligst last opp et profilbilde."
+#: ../../mod/admin.php:628
+msgid "Path to item cache"
+msgstr "Sti til mellomlager for elementer"
 
-#: ../../include/security.php:26
-msgid "Welcome back "
-msgstr "Velkommen tilbake"
+#: ../../mod/admin.php:629
+msgid "Cache duration in seconds"
+msgstr "Mellomlagringens varighet i sekunder"
 
-#: ../../include/security.php:366
+#: ../../mod/admin.php:629
 msgid ""
-"The form security token was not correct. This probably happened because the "
-"form has been opened for too long (>3 hours) before submitting it."
-msgstr "Skjemaets sikkerhetsnøkkel var ikke riktig. Dette skjedde antakelig fordi skjemaet har stått åpent for lenge (>3 timer) før innsending."
+"How long should the cache files be hold? Default value is 86400 seconds (One"
+" day)."
+msgstr "Hvor lenge skal filene i mellomlagret beholdes? Standardveri er 86400 sekunder (Et døgn)."
 
-#: ../../mod/profiles.php:18 ../../mod/profiles.php:133
-#: ../../mod/profiles.php:160 ../../mod/profiles.php:583
-#: ../../mod/dfrn_confirm.php:62
-msgid "Profile not found."
-msgstr "Fant ikke profilen."
+#: ../../mod/admin.php:630
+msgid "Path for lock file"
+msgstr "Sti til fillås"
 
-#: ../../mod/profiles.php:37
-msgid "Profile deleted."
-msgstr "Profil slettet."
+#: ../../mod/admin.php:631
+msgid "Temp path"
+msgstr "Temp-sti"
 
-#: ../../mod/profiles.php:55 ../../mod/profiles.php:89
-msgid "Profile-"
-msgstr "Profil-"
+#: ../../mod/admin.php:632
+msgid "Base path to installation"
+msgstr "Sti til installasjonsbasen"
 
-#: ../../mod/profiles.php:74 ../../mod/profiles.php:117
-msgid "New profile created."
-msgstr "Ny profil opprettet."
+#: ../../mod/admin.php:634
+msgid "New base url"
+msgstr "Ny base URL"
 
-#: ../../mod/profiles.php:95
-msgid "Profile unavailable to clone."
-msgstr "Profilen er utilgjengelig for kloning."
+#: ../../mod/admin.php:652
+msgid "Update has been marked successful"
+msgstr "Oppdatering har blitt markert som vellykket"
 
-#: ../../mod/profiles.php:170
-msgid "Profile Name is required."
-msgstr "Profilnavn er påkrevet."
+#: ../../mod/admin.php:662
+#, php-format
+msgid "Executing %s failed. Check system logs."
+msgstr "Utføring av %s mislyktes. Sjekk systemlogger."
 
-#: ../../mod/profiles.php:317
-msgid "Marital Status"
-msgstr "Ekteskapelig status"
+#: ../../mod/admin.php:665
+#, php-format
+msgid "Update %s was successfully applied."
+msgstr "Oppdatering %s ble iverksatt på en vellykket måte."
 
-#: ../../mod/profiles.php:321
-msgid "Romantic Partner"
-msgstr "Romantisk partner"
+#: ../../mod/admin.php:669
+#, php-format
+msgid "Update %s did not return a status. Unknown if it succeeded."
+msgstr "Oppdatering %s returnerte ikke en status. Ukjent om oppdateringen er vellykket."
 
-#: ../../mod/profiles.php:325
-msgid "Likes"
-msgstr "Liker"
+#: ../../mod/admin.php:672
+#, php-format
+msgid "Update function %s could not be found."
+msgstr "Oppdateringsfunksjon %s ble ikke funnet."
 
-#: ../../mod/profiles.php:329
-msgid "Dislikes"
-msgstr "Liker ikke"
+#: ../../mod/admin.php:687
+msgid "No failed updates."
+msgstr "Ingen mislykkede oppdateringer."
 
-#: ../../mod/profiles.php:333
-msgid "Work/Employment"
-msgstr "Arbeid/ansatt hos"
+#: ../../mod/admin.php:691
+msgid "Failed Updates"
+msgstr "Mislykkede oppdateringer"
 
-#: ../../mod/profiles.php:336
-msgid "Religion"
-msgstr "Religion"
+#: ../../mod/admin.php:692
+msgid ""
+"This does not include updates prior to 1139, which did not return a status."
+msgstr "Dette inkluderer ikke oppdateringer som kom før 1139, som ikke returnerer en status."
 
-#: ../../mod/profiles.php:340
-msgid "Political Views"
-msgstr "Politisk ståsted"
+#: ../../mod/admin.php:693
+msgid "Mark success (if update was manually applied)"
+msgstr "Marker vellykket (hvis oppdatering ble iverksatt manuelt)"
 
-#: ../../mod/profiles.php:344
-msgid "Gender"
-msgstr "Kjønn"
+#: ../../mod/admin.php:694
+msgid "Attempt to execute this update step automatically"
+msgstr "Forsøk å utføre dette oppdateringspunktet automatisk"
 
-#: ../../mod/profiles.php:348
-msgid "Sexual Preference"
-msgstr "Seksuell orientering"
+#: ../../mod/admin.php:740
+msgid "Registration successful. Email send to user"
+msgstr "Vellykket registrering. E-post er sendt til bruker"
 
-#: ../../mod/profiles.php:352
-msgid "Homepage"
-msgstr "Hjemmeside"
+#: ../../mod/admin.php:750
+#, php-format
+msgid "%s user blocked/unblocked"
+msgid_plural "%s users blocked/unblocked"
+msgstr[0] "%s bruker blokkert/ikke blokkert"
+msgstr[1] "%s brukere blokkert/ikke blokkert"
 
-#: ../../mod/profiles.php:356
-msgid "Interests"
-msgstr "Interesser"
+#: ../../mod/admin.php:757
+#, php-format
+msgid "%s user deleted"
+msgid_plural "%s users deleted"
+msgstr[0] "%s bruker slettet"
+msgstr[1] "%s brukere slettet"
 
-#: ../../mod/profiles.php:360
-msgid "Address"
-msgstr "Adresse"
+#: ../../mod/admin.php:796
+#, php-format
+msgid "User '%s' deleted"
+msgstr "Brukeren '%s' er slettet"
 
-#: ../../mod/profiles.php:367
-msgid "Location"
-msgstr "Plassering"
+#: ../../mod/admin.php:804
+#, php-format
+msgid "User '%s' unblocked"
+msgstr "Brukeren '%s' er ikke blokkert"
 
-#: ../../mod/profiles.php:450
-msgid "Profile updated."
-msgstr "Profil oppdatert."
+#: ../../mod/admin.php:804
+#, php-format
+msgid "User '%s' blocked"
+msgstr "Brukeren '%s' er blokkert"
 
-#: ../../mod/profiles.php:521
-msgid " and "
-msgstr "og"
+#: ../../mod/admin.php:899
+msgid "Add User"
+msgstr "Legg til bruker"
 
-#: ../../mod/profiles.php:529
-msgid "public profile"
-msgstr "offentlig profil"
+#: ../../mod/admin.php:900
+msgid "select all"
+msgstr "velg alle"
 
-#: ../../mod/profiles.php:532
-#, php-format
-msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
-msgstr "%1$s endret %2$s til &ldquo;%3$s&rdquo;"
+#: ../../mod/admin.php:901
+msgid "User registrations waiting for confirm"
+msgstr "Brukerregistreringer venter på bekreftelse"
 
-#: ../../mod/profiles.php:533
-#, php-format
-msgid " - Visit %1$s's %2$s"
-msgstr "- Besøk %1$s sin %2$s"
+#: ../../mod/admin.php:902
+msgid "User waiting for permanent deletion"
+msgstr "Bruker venter på permanent sletting"
 
-#: ../../mod/profiles.php:536
-#, php-format
-msgid "%1$s has an updated %2$s, changing %3$s."
-msgstr "%1$s har oppdatert %2$s, endret %3$s."
+#: ../../mod/admin.php:903
+msgid "Request date"
+msgstr "Forespørselsdato"
 
-#: ../../mod/profiles.php:609
-msgid "Hide your contact/friend list from viewers of this profile?"
-msgstr "Skjul kontakten/vennen din fra folk som kan se denne profilen?"
+#: ../../mod/admin.php:903 ../../mod/admin.php:915 ../../mod/admin.php:916
+#: ../../mod/admin.php:929 ../../mod/crepair.php:150
+#: ../../mod/settings.php:603 ../../mod/settings.php:629
+msgid "Name"
+msgstr "Navn"
 
-#: ../../mod/profiles.php:611 ../../mod/api.php:106 ../../mod/register.php:240
-#: ../../mod/settings.php:961 ../../mod/settings.php:967
-#: ../../mod/settings.php:975 ../../mod/settings.php:979
-#: ../../mod/settings.php:984 ../../mod/settings.php:990
-#: ../../mod/settings.php:996 ../../mod/settings.php:1002
-#: ../../mod/settings.php:1032 ../../mod/settings.php:1033
-#: ../../mod/settings.php:1034 ../../mod/settings.php:1035
-#: ../../mod/settings.php:1036 ../../mod/dfrn_request.php:837
-msgid "No"
-msgstr "Nei"
+#: ../../mod/admin.php:903 ../../mod/admin.php:915 ../../mod/admin.php:916
+#: ../../mod/admin.php:931 ../../include/contact_selectors.php:79
+#: ../../include/contact_selectors.php:86
+msgid "Email"
+msgstr "E-post"
 
-#: ../../mod/profiles.php:629
-msgid "Edit Profile Details"
-msgstr "Endre profildetaljer"
+#: ../../mod/admin.php:904
+msgid "No registrations."
+msgstr "Ingen registreringer."
 
-#: ../../mod/profiles.php:630 ../../mod/admin.php:491 ../../mod/admin.php:763
-#: ../../mod/admin.php:902 ../../mod/admin.php:1102 ../../mod/admin.php:1189
-#: ../../mod/contacts.php:386 ../../mod/settings.php:584
-#: ../../mod/settings.php:694 ../../mod/settings.php:763
-#: ../../mod/settings.php:837 ../../mod/settings.php:1064
-#: ../../mod/crepair.php:166 ../../mod/poke.php:199 ../../mod/events.php:478
-#: ../../mod/fsuggest.php:107 ../../mod/group.php:87 ../../mod/invite.php:140
-#: ../../mod/localtime.php:45 ../../mod/manage.php:110
-#: ../../mod/message.php:335 ../../mod/message.php:564 ../../mod/mood.php:137
-#: ../../mod/photos.php:1078 ../../mod/photos.php:1199
-#: ../../mod/photos.php:1501 ../../mod/photos.php:1552
-#: ../../mod/photos.php:1596 ../../mod/photos.php:1679
-#: ../../mod/install.php:248 ../../mod/install.php:286
-#: ../../mod/content.php:733 ../../object/Item.php:653
-#: ../../view/theme/cleanzero/config.php:80
-#: ../../view/theme/diabook/config.php:152
-#: ../../view/theme/diabook/theme.php:642 ../../view/theme/dispy/config.php:70
-#: ../../view/theme/quattro/config.php:64
-msgid "Submit"
-msgstr "Lagre"
+#: ../../mod/admin.php:905 ../../mod/notifications.php:161
+#: ../../mod/notifications.php:208
+msgid "Approve"
+msgstr "Godkjenn"
 
-#: ../../mod/profiles.php:631
-msgid "Change Profile Photo"
-msgstr "Endre profilbilde"
+#: ../../mod/admin.php:906
+msgid "Deny"
+msgstr "Nekt"
 
-#: ../../mod/profiles.php:632
-msgid "View this profile"
-msgstr "Vis denne profilen"
+#: ../../mod/admin.php:908 ../../mod/contacts.php:425
+#: ../../mod/contacts.php:484 ../../mod/contacts.php:692
+msgid "Block"
+msgstr "Blokker"
 
-#: ../../mod/profiles.php:633
-msgid "Create a new profile using these settings"
-msgstr "Opprett en ny profil med disse innstillingene"
+#: ../../mod/admin.php:909 ../../mod/contacts.php:425
+#: ../../mod/contacts.php:484 ../../mod/contacts.php:692
+msgid "Unblock"
+msgstr "Ikke blokker"
 
-#: ../../mod/profiles.php:634
-msgid "Clone this profile"
-msgstr "Klon denne profilen"
+#: ../../mod/admin.php:910
+msgid "Site admin"
+msgstr "Nettstedets administrator"
 
-#: ../../mod/profiles.php:635
-msgid "Delete this profile"
-msgstr "Slette denne profilen"
+#: ../../mod/admin.php:911
+msgid "Account expired"
+msgstr "Konto utgått"
 
-#: ../../mod/profiles.php:636
-msgid "Profile Name:"
-msgstr "Profilnavn:"
+#: ../../mod/admin.php:914
+msgid "New User"
+msgstr "Ny bruker"
 
-#: ../../mod/profiles.php:637
-msgid "Your Full Name:"
-msgstr "Ditt fulle navn:"
+#: ../../mod/admin.php:915 ../../mod/admin.php:916
+msgid "Register date"
+msgstr "Registreringsdato"
 
-#: ../../mod/profiles.php:638
-msgid "Title/Description:"
-msgstr "Tittel/Beskrivelse:"
+#: ../../mod/admin.php:915 ../../mod/admin.php:916
+msgid "Last login"
+msgstr "Siste innlogging"
 
-#: ../../mod/profiles.php:639
-msgid "Your Gender:"
-msgstr "Ditt kjønn:"
+#: ../../mod/admin.php:915 ../../mod/admin.php:916
+msgid "Last item"
+msgstr "Siste element"
 
-#: ../../mod/profiles.php:640
-#, php-format
-msgid "Birthday (%s):"
-msgstr "Fødselsdag (%s):"
+#: ../../mod/admin.php:915
+msgid "Deleted since"
+msgstr "Slettet siden"
 
-#: ../../mod/profiles.php:641
-msgid "Street Address:"
-msgstr "Gateadresse:"
+#: ../../mod/admin.php:916
+msgid "Account"
+msgstr "Konto"
 
-#: ../../mod/profiles.php:642
-msgid "Locality/City:"
-msgstr "Plassering/by:"
+#: ../../mod/admin.php:918
+msgid ""
+"Selected users will be deleted!\\n\\nEverything these users had posted on "
+"this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "Valgte brukere vil bli slettet!\\n\\nAlt disse brukerne har lagt inn på dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker på at du vil slette disse brukerne?"
 
-#: ../../mod/profiles.php:643
-msgid "Postal/Zip Code:"
-msgstr "Postnummer:"
+#: ../../mod/admin.php:919
+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 "Brukeren {0} vil bli slettet!\\n\\nAlt denne brukeren har lagt inn på dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker på at du vil slette denne brukeren?"
 
-#: ../../mod/profiles.php:644
-msgid "Country:"
-msgstr "Land:"
+#: ../../mod/admin.php:929
+msgid "Name of the new user."
+msgstr "Navnet til den nye brukeren."
 
-#: ../../mod/profiles.php:645
-msgid "Region/State:"
-msgstr "Region/fylke:"
+#: ../../mod/admin.php:930
+msgid "Nickname"
+msgstr "Kallenavn"
 
-#: ../../mod/profiles.php:646
-msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
-msgstr "<span class=\"heart\">&hearts;</span> Sivilstand:"
+#: ../../mod/admin.php:930
+msgid "Nickname of the new user."
+msgstr "Kallenavnet til den nye brukeren."
 
-#: ../../mod/profiles.php:647
-msgid "Who: (if applicable)"
-msgstr "Hvem: (hvis gjeldende)"
-
-#: ../../mod/profiles.php:648
-msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
-msgstr "Eksempler: kari123, Kari Nordmann, kari@example.com"
+#: ../../mod/admin.php:931
+msgid "Email address of the new user."
+msgstr "E-postadressen til den nye brukeren."
 
-#: ../../mod/profiles.php:649
-msgid "Since [date]:"
-msgstr "Fra [dato]:"
+#: ../../mod/admin.php:964
+#, php-format
+msgid "Plugin %s disabled."
+msgstr "Tillegget %s er avskrudd."
 
-#: ../../mod/profiles.php:651
-msgid "Homepage URL:"
-msgstr "Hjemmeside URL:"
+#: ../../mod/admin.php:968
+#, php-format
+msgid "Plugin %s enabled."
+msgstr "Tillegget %s er aktivert."
 
-#: ../../mod/profiles.php:654
-msgid "Religious Views:"
-msgstr "Religiøst ståsted:"
+#: ../../mod/admin.php:978 ../../mod/admin.php:1181
+msgid "Disable"
+msgstr "Skru av"
 
-#: ../../mod/profiles.php:655
-msgid "Public Keywords:"
-msgstr "Offentlige nøkkelord:"
+#: ../../mod/admin.php:980 ../../mod/admin.php:1183
+msgid "Enable"
+msgstr "Aktiver"
 
-#: ../../mod/profiles.php:656
-msgid "Private Keywords:"
-msgstr "Private nøkkelord:"
+#: ../../mod/admin.php:1003 ../../mod/admin.php:1211
+msgid "Toggle"
+msgstr "Veksle"
 
-#: ../../mod/profiles.php:659
-msgid "Example: fishing photography software"
-msgstr "Eksempel: fisking fotografering programvare"
+#: ../../mod/admin.php:1011 ../../mod/admin.php:1221
+msgid "Author: "
+msgstr "Forfatter:"
 
-#: ../../mod/profiles.php:660
-msgid "(Used for suggesting potential friends, can be seen by others)"
-msgstr "(Brukes for å foreslå mulige venner, kan ses av andre)"
+#: ../../mod/admin.php:1012 ../../mod/admin.php:1222
+msgid "Maintainer: "
+msgstr "Vedlikeholder:"
 
-#: ../../mod/profiles.php:661
-msgid "(Used for searching profiles, never shown to others)"
-msgstr "(Brukes for å søke i profiler, vises aldri til andre)"
+#: ../../mod/admin.php:1141
+msgid "No themes found."
+msgstr "Ingen temaer funnet."
 
-#: ../../mod/profiles.php:662
-msgid "Tell us about yourself..."
-msgstr "Fortell oss om deg selv..."
+#: ../../mod/admin.php:1203
+msgid "Screenshot"
+msgstr "Skjermbilde"
 
-#: ../../mod/profiles.php:663
-msgid "Hobbies/Interests"
-msgstr "Hobbier/interesser"
+#: ../../mod/admin.php:1249
+msgid "[Experimental]"
+msgstr "[Eksperimentell]"
 
-#: ../../mod/profiles.php:664
-msgid "Contact information and Social Networks"
-msgstr "Kontaktinformasjon og sosiale nettverk"
+#: ../../mod/admin.php:1250
+msgid "[Unsupported]"
+msgstr "[Ikke støttet]"
 
-#: ../../mod/profiles.php:665
-msgid "Musical interests"
-msgstr "Musikksmak"
+#: ../../mod/admin.php:1277
+msgid "Log settings updated."
+msgstr "Logginnstillinger er oppdatert."
 
-#: ../../mod/profiles.php:666
-msgid "Books, literature"
-msgstr "Bøker, litteratur"
+#: ../../mod/admin.php:1333
+msgid "Clear"
+msgstr "Tøm"
 
-#: ../../mod/profiles.php:667
-msgid "Television"
-msgstr "TV"
+#: ../../mod/admin.php:1339
+msgid "Enable Debugging"
+msgstr "Aktiver feilsøking"
 
-#: ../../mod/profiles.php:668
-msgid "Film/dance/culture/entertainment"
-msgstr "Film/dans/kultur/underholdning"
+#: ../../mod/admin.php:1340
+msgid "Log file"
+msgstr "Loggfil"
 
-#: ../../mod/profiles.php:669
-msgid "Love/romance"
-msgstr "Kjærlighet/romanse"
+#: ../../mod/admin.php:1340
+msgid ""
+"Must be writable by web server. Relative to your Friendica top-level "
+"directory."
+msgstr "Web-serveren må ha skriverettigheter. Relativt til toppnivåkatalogen til din Friendicas."
 
-#: ../../mod/profiles.php:670
-msgid "Work/employment"
-msgstr "Arbeid/ansatt hos"
+#: ../../mod/admin.php:1341
+msgid "Log level"
+msgstr "Loggnivå"
 
-#: ../../mod/profiles.php:671
-msgid "School/education"
-msgstr "Skole/utdanning"
+#: ../../mod/admin.php:1390 ../../mod/contacts.php:481
+msgid "Update now"
+msgstr "Oppdater nå"
 
-#: ../../mod/profiles.php:676
-msgid ""
-"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
-"be visible to anybody using the internet."
-msgstr "Dette er din <strong>offentlige</strong> profil.<br>Den <strong>kan</strong> ses av alle på Internet."
+#: ../../mod/admin.php:1391
+msgid "Close"
+msgstr "Lukk"
 
-#: ../../mod/profiles.php:686 ../../mod/directory.php:111
-msgid "Age: "
-msgstr "Alder:"
+#: ../../mod/admin.php:1397
+msgid "FTP Host"
+msgstr "FTP-tjener"
 
-#: ../../mod/profiles.php:725
-msgid "Edit/Manage Profiles"
-msgstr "Rediger/Behandle profiler"
+#: ../../mod/admin.php:1398
+msgid "FTP Path"
+msgstr "FTP-sti"
 
-#: ../../mod/profiles.php:726 ../../boot.php:1445 ../../boot.php:1471
-msgid "Change profile photo"
-msgstr "Endre profilbilde"
+#: ../../mod/admin.php:1399
+msgid "FTP User"
+msgstr "FTP-bruker"
 
-#: ../../mod/profiles.php:727 ../../boot.php:1446
-msgid "Create New Profile"
-msgstr "Lag ny profil"
+#: ../../mod/admin.php:1400
+msgid "FTP Password"
+msgstr "FTP-passord"
 
-#: ../../mod/profiles.php:738 ../../boot.php:1456
-msgid "Profile Image"
-msgstr "Profilbilde"
+#: ../../mod/_search.php:99 ../../mod/search.php:99 ../../include/text.php:934
+#: ../../include/text.php:935 ../../include/nav.php:118
+msgid "Search"
+msgstr "Søk"
 
-#: ../../mod/profiles.php:740 ../../boot.php:1459
-msgid "visible to everybody"
-msgstr "synlig for alle"
+#: ../../mod/_search.php:180 ../../mod/_search.php:206
+#: ../../mod/search.php:179 ../../mod/search.php:205
+#: ../../mod/community.php:61 ../../mod/community.php:91
+msgid "No results."
+msgstr "Fant ikke noe."
 
-#: ../../mod/profiles.php:741 ../../boot.php:1460
-msgid "Edit visibility"
-msgstr "Endre synlighet"
+#: ../../mod/profile.php:180
+msgid "Tips for New Members"
+msgstr "Tips til nye medlemmer"
 
-#: ../../mod/profperm.php:19 ../../mod/group.php:72 ../../index.php:345
-msgid "Permission denied"
-msgstr "Tilgang nektet"
+#: ../../mod/share.php:44
+msgid "link"
+msgstr "lenke"
 
-#: ../../mod/profperm.php:25 ../../mod/profperm.php:55
-msgid "Invalid profile identifier."
-msgstr "Ugyldig profilidentifikator."
+#: ../../mod/tagger.php:95 ../../include/conversation.php:266
+#, php-format
+msgid "%1$s tagged %2$s's %3$s with %4$s"
+msgstr "%1$s merket %2$s sitt %3$s med %4$s"
 
-#: ../../mod/profperm.php:101
-msgid "Profile Visibility Editor"
-msgstr "Behandle profilsynlighet"
+#: ../../mod/editpost.php:17 ../../mod/editpost.php:27
+msgid "Item not found"
+msgstr "Fant ikke elementet"
 
-#: ../../mod/profperm.php:105 ../../mod/group.php:224
-msgid "Click on a contact to add or remove."
-msgstr "Klikk på en kontakt for å legge til eller fjerne."
+#: ../../mod/editpost.php:39
+msgid "Edit post"
+msgstr "Endre innlegg"
 
-#: ../../mod/profperm.php:114
-msgid "Visible To"
-msgstr "Synlig for"
+#: ../../mod/editpost.php:111 ../../include/conversation.php:1082
+msgid "upload photo"
+msgstr "last opp bilde"
 
-#: ../../mod/profperm.php:130
-msgid "All Contacts (with secure profile access)"
-msgstr "Alle kontakter (med sikret profiltilgang)"
+#: ../../mod/editpost.php:112 ../../include/conversation.php:1083
+msgid "Attach file"
+msgstr "Legg ved fil"
 
-#: ../../mod/notes.php:44 ../../boot.php:1978
-msgid "Personal Notes"
-msgstr "Personlige notater"
+#: ../../mod/editpost.php:113 ../../include/conversation.php:1084
+msgid "attach file"
+msgstr "legg ved fil"
 
-#: ../../mod/display.php:19 ../../mod/search.php:89
-#: ../../mod/dfrn_request.php:761 ../../mod/directory.php:31
-#: ../../mod/videos.php:115 ../../mod/viewcontacts.php:17
-#: ../../mod/photos.php:914 ../../mod/community.php:18
-msgid "Public access denied."
-msgstr "Offentlig tilgang ikke tillatt."
+#: ../../mod/editpost.php:115 ../../include/conversation.php:1086
+msgid "web link"
+msgstr "web-adresse"
 
-#: ../../mod/display.php:99 ../../mod/profile.php:155
-msgid "Access to this profile has been restricted."
-msgstr "Tilgang til denne profilen er blitt begrenset."
+#: ../../mod/editpost.php:116 ../../include/conversation.php:1087
+msgid "Insert video link"
+msgstr "Sett inn video-link"
 
-#: ../../mod/display.php:239
-msgid "Item has been removed."
-msgstr "Elementet har blitt slettet."
+#: ../../mod/editpost.php:117 ../../include/conversation.php:1088
+msgid "video link"
+msgstr "videolink"
 
-#: ../../mod/nogroup.php:40 ../../mod/contacts.php:395
-#: ../../mod/contacts.php:585 ../../mod/viewcontacts.php:62
-#, php-format
-msgid "Visit %s's profile [%s]"
-msgstr "Besøk %ss profil [%s]"
+#: ../../mod/editpost.php:118 ../../include/conversation.php:1089
+msgid "Insert audio link"
+msgstr "Sett inn lydlink"
 
-#: ../../mod/nogroup.php:41 ../../mod/contacts.php:586
-msgid "Edit contact"
-msgstr "Endre kontakt"
+#: ../../mod/editpost.php:119 ../../include/conversation.php:1090
+msgid "audio link"
+msgstr "lydlink"
 
-#: ../../mod/nogroup.php:59
-msgid "Contacts who are not members of a group"
-msgstr "Kontakter som ikke er medlemmer av en gruppe"
+#: ../../mod/editpost.php:120 ../../include/conversation.php:1091
+msgid "Set your location"
+msgstr "Angi din plassering"
 
-#: ../../mod/ping.php:238
-msgid "{0} wants to be your friend"
-msgstr "{0} ønsker å bli din venn"
+#: ../../mod/editpost.php:121 ../../include/conversation.php:1092
+msgid "set location"
+msgstr "angi plassering"
 
-#: ../../mod/ping.php:243
-msgid "{0} sent you a message"
-msgstr "{0} sendte deg en melding"
+#: ../../mod/editpost.php:122 ../../include/conversation.php:1093
+msgid "Clear browser location"
+msgstr "Fjern nettleserplassering"
 
-#: ../../mod/ping.php:248
-msgid "{0} requested registration"
-msgstr "{0} forespurte om registrering"
+#: ../../mod/editpost.php:123 ../../include/conversation.php:1094
+msgid "clear location"
+msgstr "fjern plassering"
 
-#: ../../mod/ping.php:254
-#, php-format
-msgid "{0} commented %s's post"
-msgstr "{0} kommenterte %s sitt innlegg"
+#: ../../mod/editpost.php:125 ../../include/conversation.php:1100
+msgid "Permission settings"
+msgstr "Tillatelser"
 
-#: ../../mod/ping.php:259
-#, php-format
-msgid "{0} liked %s's post"
-msgstr "{0} likte %s sitt innlegg"
+#: ../../mod/editpost.php:133 ../../include/conversation.php:1109
+msgid "CC: email addresses"
+msgstr "Kopi: e-postadresser"
 
-#: ../../mod/ping.php:264
-#, php-format
-msgid "{0} disliked %s's post"
-msgstr "{0} likte ikke %s sitt innlegg"
+#: ../../mod/editpost.php:134 ../../include/conversation.php:1110
+msgid "Public post"
+msgstr "Offentlig innlegg"
 
-#: ../../mod/ping.php:269
-#, php-format
-msgid "{0} is now friends with %s"
-msgstr "{0} er nå venner med %s"
+#: ../../mod/editpost.php:137 ../../include/conversation.php:1096
+msgid "Set title"
+msgstr "Lagre tittel"
 
-#: ../../mod/ping.php:274
-msgid "{0} posted"
-msgstr "{0} postet et innlegg"
+#: ../../mod/editpost.php:139 ../../include/conversation.php:1098
+msgid "Categories (comma-separated list)"
+msgstr "Kategorier (kommaseparert liste)"
 
-#: ../../mod/ping.php:279
-#, php-format
-msgid "{0} tagged %s's post with #%s"
-msgstr "{0} merket %s sitt innlegg med #%s"
+#: ../../mod/editpost.php:140 ../../include/conversation.php:1112
+msgid "Example: bob@example.com, mary@example.com"
+msgstr "Eksempel: ola@example.com, kari@example.com"
 
-#: ../../mod/ping.php:285
-msgid "{0} mentioned you in a post"
-msgstr "{0} nevnte deg i et innlegg"
+#: ../../mod/attach.php:8
+msgid "Item not available."
+msgstr "Elementet er ikke tilgjengelig."
 
-#: ../../mod/admin.php:55
-msgid "Theme settings updated."
-msgstr "Temainnstillinger oppdatert."
-
-#: ../../mod/admin.php:96 ../../mod/admin.php:490
-msgid "Site"
-msgstr "Nettsted"
+#: ../../mod/attach.php:20
+msgid "Item was not found."
+msgstr "Elementet ble ikke funnet."
 
-#: ../../mod/admin.php:97 ../../mod/admin.php:762 ../../mod/admin.php:776
-msgid "Users"
-msgstr "Brukere"
+#: ../../mod/regmod.php:63
+msgid "Account approved."
+msgstr "Konto godkjent."
 
-#: ../../mod/admin.php:98 ../../mod/admin.php:859 ../../mod/admin.php:901
-msgid "Plugins"
-msgstr "Tillegg"
+#: ../../mod/regmod.php:100
+#, php-format
+msgid "Registration revoked for %s"
+msgstr "Registreringen til  %s er trukket tilbake"
 
-#: ../../mod/admin.php:99 ../../mod/admin.php:1067 ../../mod/admin.php:1101
-msgid "Themes"
-msgstr "Tema"
+#: ../../mod/regmod.php:112
+msgid "Please login."
+msgstr "Vennligst logg inn."
 
-#: ../../mod/admin.php:100
-msgid "DB updates"
-msgstr "Databaseoppdateringer"
+#: ../../mod/directory.php:57
+msgid "Find on this site"
+msgstr "Finn på dette nettstedet"
 
-#: ../../mod/admin.php:115 ../../mod/admin.php:122 ../../mod/admin.php:1188
-msgid "Logs"
-msgstr "Logger"
+#: ../../mod/directory.php:59 ../../mod/contacts.php:685
+msgid "Finding: "
+msgstr "Fant:"
 
-#: ../../mod/admin.php:121
-msgid "Plugin Features"
-msgstr "Utvidelse - egenskaper"
+#: ../../mod/directory.php:60
+msgid "Site Directory"
+msgstr "Stedets katalog"
 
-#: ../../mod/admin.php:123
-msgid "User registrations waiting for confirmation"
-msgstr "Brukerregistreringer venter på bekreftelse"
+#: ../../mod/directory.php:61 ../../mod/contacts.php:686
+#: ../../include/contact_widgets.php:33
+msgid "Find"
+msgstr "Finn"
 
-#: ../../mod/admin.php:182 ../../mod/admin.php:733
-msgid "Normal Account"
-msgstr "Vanlig konto"
+#: ../../mod/directory.php:111 ../../mod/profiles.php:686
+msgid "Age: "
+msgstr "Alder:"
 
-#: ../../mod/admin.php:183 ../../mod/admin.php:734
-msgid "Soapbox Account"
-msgstr "Talerstol-konto"
+#: ../../mod/directory.php:114
+msgid "Gender: "
+msgstr "Kjønn:"
 
-#: ../../mod/admin.php:184 ../../mod/admin.php:735
-msgid "Community/Celebrity Account"
-msgstr "Gruppe-/kjendiskonto"
+#: ../../mod/directory.php:142 ../../include/profile_advanced.php:58
+msgid "About:"
+msgstr "Om:"
 
-#: ../../mod/admin.php:185 ../../mod/admin.php:736
-msgid "Automatic Friend Account"
-msgstr "Automatisk vennekonto"
+#: ../../mod/directory.php:187
+msgid "No entries (some entries may be hidden)."
+msgstr "Ingen oppføringer (noen oppføringer kan være skjulte)."
 
-#: ../../mod/admin.php:186
-msgid "Blog Account"
-msgstr "Bloggkonto"
+#: ../../mod/crepair.php:104
+msgid "Contact settings applied."
+msgstr "Kontaktinnstillinger i bruk."
 
-#: ../../mod/admin.php:187
-msgid "Private Forum"
-msgstr "Privat forum"
+#: ../../mod/crepair.php:106
+msgid "Contact update failed."
+msgstr "Kontaktoppdatering mislyktes."
 
-#: ../../mod/admin.php:206
-msgid "Message queues"
-msgstr "Meldingskøer"
+#: ../../mod/crepair.php:137
+msgid "Repair Contact Settings"
+msgstr "Reparer kontaktinnstillinger"
 
-#: ../../mod/admin.php:211 ../../mod/admin.php:489 ../../mod/admin.php:761
-#: ../../mod/admin.php:858 ../../mod/admin.php:900 ../../mod/admin.php:1066
-#: ../../mod/admin.php:1100 ../../mod/admin.php:1187
-msgid "Administration"
-msgstr "Administrasjon"
+#: ../../mod/crepair.php:139
+msgid ""
+"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect"
+" information your communications with this contact may stop working."
+msgstr "<strong>ADVARSEL: Dette er meget avansert</strong> og hvis du skriver feil informasjon her, så kan kommunikasjonen med denne kontakten slutte å virke."
 
-#: ../../mod/admin.php:212
-msgid "Summary"
-msgstr "Oppsummering"
+#: ../../mod/crepair.php:140
+msgid ""
+"Please use your browser 'Back' button <strong>now</strong> if you are "
+"uncertain what to do on this page."
+msgstr "Vennligst bruk Tilbake-knappen i nettleseren din <strong>nå</strong> hvis du er usikker på hva du bør gjøre på denne siden."
 
-#: ../../mod/admin.php:214
-msgid "Registered users"
-msgstr "Registrerte brukere"
+#: ../../mod/crepair.php:146
+msgid "Return to contact editor"
+msgstr "Gå tilbake til å endre kontakt"
 
-#: ../../mod/admin.php:216
-msgid "Pending registrations"
-msgstr "Ventende registreringer"
+#: ../../mod/crepair.php:151
+msgid "Account Nickname"
+msgstr "Konto Kallenavn"
 
-#: ../../mod/admin.php:217
-msgid "Version"
-msgstr "Versjon"
+#: ../../mod/crepair.php:152
+msgid "@Tagname - overrides Name/Nickname"
+msgstr "@Merkelappnavn - overstyrer Navn/Kallenavn"
 
-#: ../../mod/admin.php:219
-msgid "Active plugins"
-msgstr "Aktive tillegg"
+#: ../../mod/crepair.php:153
+msgid "Account URL"
+msgstr "Konto URL"
 
-#: ../../mod/admin.php:405
-msgid "Site settings updated."
-msgstr "Nettstedets innstillinger er oppdatert."
+#: ../../mod/crepair.php:154
+msgid "Friend Request URL"
+msgstr "Venneforespørsel URL"
 
-#: ../../mod/admin.php:434 ../../mod/settings.php:793
-msgid "No special theme for mobile devices"
-msgstr "Ikke eget tema for mobile enheter"
+#: ../../mod/crepair.php:155
+msgid "Friend Confirm URL"
+msgstr "Vennebekreftelse URL"
 
-#: ../../mod/admin.php:451 ../../mod/contacts.php:330
-msgid "Never"
-msgstr "Aldri"
+#: ../../mod/crepair.php:156
+msgid "Notification Endpoint URL"
+msgstr "Endepunkt URL for beskjed"
 
-#: ../../mod/admin.php:460
-msgid "Multi user instance"
-msgstr "Flerbrukerinstans"
+#: ../../mod/crepair.php:157
+msgid "Poll/Feed URL"
+msgstr "Poll/Feed URL"
 
-#: ../../mod/admin.php:476
-msgid "Closed"
-msgstr "Stengt"
+#: ../../mod/crepair.php:158
+msgid "New photo from this URL"
+msgstr "Nytt bilde fra denne URL-en"
 
-#: ../../mod/admin.php:477
-msgid "Requires approval"
-msgstr "Krever godkjenning"
+#: ../../mod/crepair.php:159
+msgid "Remote Self"
+msgstr "Fjernbetjent selv"
 
-#: ../../mod/admin.php:478
-msgid "Open"
-msgstr "Åpen"
+#: ../../mod/crepair.php:161
+msgid "Mirror postings from this contact"
+msgstr "Speil innlegg fra denne kontakten"
 
-#: ../../mod/admin.php:482
-msgid "No SSL policy, links will track page SSL state"
-msgstr "Ingen SSL-retningslinjer, lenker vil spore sidens SSL-tilstand"
+#: ../../mod/crepair.php:161
+msgid ""
+"Mark this contact as remote_self, this will cause friendica to repost new "
+"entries from this contact."
+msgstr "Merk denne kontakten som remote_self, da vil Friendica omposte nye innlegg fra denne kontakten."
 
-#: ../../mod/admin.php:483
-msgid "Force all links to use SSL"
-msgstr "Tving alle lenker til å bruke SSL"
+#: ../../mod/uimport.php:66
+msgid "Move account"
+msgstr "Flytt konto"
 
-#: ../../mod/admin.php:484
-msgid "Self-signed certificate, use SSL for local links only (discouraged)"
-msgstr "Selvsignert sertifikat, bruk SSL bare til lokale lenker (ikke anbefalt)"
+#: ../../mod/uimport.php:67
+msgid "You can import an account from another Friendica server."
+msgstr "Du kan importere en konto fra en annen Friendica-tjener."
 
-#: ../../mod/admin.php:492 ../../mod/register.php:261
-msgid "Registration"
-msgstr "Registrering"
+#: ../../mod/uimport.php:68
+msgid ""
+"You need to export your account from the old server and upload it here. We "
+"will recreate your old account here with all your contacts. We will try also"
+" to inform your friends that you moved here."
+msgstr "Du må eksportere din konto fra den gamle tjeneren og laste den opp hit. Vi vil gjenskape din gamle konto her med alle dine kontakter. Vi vil også forsøke å informere dine venner at du har flyttet hit."
 
-#: ../../mod/admin.php:493
-msgid "File upload"
-msgstr "Last opp fil"
+#: ../../mod/uimport.php:69
+msgid ""
+"This feature is experimental. We can't import contacts from the OStatus "
+"network (statusnet/identi.ca) or from Diaspora"
+msgstr "Denne egenskapen er eksperimentell. Vi kan ikke importere kontakter fra OStatus-nettverk (statusnet/identi.ca) eller fra Diaspora"
 
-#: ../../mod/admin.php:494
-msgid "Policies"
-msgstr "Retningslinjer"
+#: ../../mod/uimport.php:70
+msgid "Account file"
+msgstr "Kontofil"
 
-#: ../../mod/admin.php:495
-msgid "Advanced"
-msgstr "Avansert"
+#: ../../mod/uimport.php:70
+msgid ""
+"To export your account, go to \"Settings->Export your personal data\" and "
+"select \"Export account\""
+msgstr "For å eksportere din konto, gå til \"Innstillinger -> Eksporter dine personlige data\" og velg \"Eksporter konto\""
 
-#: ../../mod/admin.php:496
-msgid "Performance"
-msgstr "Ytelse"
+#: ../../mod/lockview.php:31 ../../mod/lockview.php:39
+msgid "Remote privacy information not available."
+msgstr "Ekstern informasjon om privatlivsinnstillinger er ikke tilgjengelig."
 
-#: ../../mod/admin.php:500
-msgid "Site name"
-msgstr "Nettstedets navn"
+#: ../../mod/lockview.php:48
+msgid "Visible to:"
+msgstr "Synlig for:"
 
-#: ../../mod/admin.php:501
-msgid "Banner/Logo"
-msgstr "Banner/logo"
+#: ../../mod/notes.php:63 ../../mod/filer.php:31 ../../include/text.php:937
+msgid "Save"
+msgstr "Lagre"
 
-#: ../../mod/admin.php:502
-msgid "System language"
-msgstr "Systemspråk"
+#: ../../mod/help.php:79
+msgid "Help:"
+msgstr "Hjelp:"
 
-#: ../../mod/admin.php:503
-msgid "System theme"
-msgstr "Systemtema"
+#: ../../mod/help.php:84 ../../include/nav.php:113
+msgid "Help"
+msgstr "Hjelp"
 
-#: ../../mod/admin.php:503
-msgid ""
-"Default system theme - may be over-ridden by user profiles - <a href='#' "
-"id='cnftheme'>change theme settings</a>"
-msgstr "Standard tema for systemet - kan overstyres av brukerprofiler - <a href='#' id='cnftheme'>endre temainnstillinger</a>"
+#: ../../mod/hcard.php:10
+msgid "No profile"
+msgstr "Ingen profil"
 
-#: ../../mod/admin.php:504
-msgid "Mobile system theme"
-msgstr "Mobilt tema til systemet"
+#: ../../mod/dfrn_request.php:93
+msgid "This introduction has already been accepted."
+msgstr "Denne introduksjonen har allerede blitt akseptert."
 
-#: ../../mod/admin.php:504
-msgid "Theme for mobile devices"
-msgstr "Tema for mobile enheter"
+#: ../../mod/dfrn_request.php:118 ../../mod/dfrn_request.php:513
+msgid "Profile location is not valid or does not contain profile information."
+msgstr "Profilstedet er ikke gyldig og inneholder ikke profilinformasjon."
 
-#: ../../mod/admin.php:505
-msgid "SSL link policy"
-msgstr "Retningslinjer for SSL og lenker"
+#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:518
+msgid "Warning: profile location has no identifiable owner name."
+msgstr "Advarsel: profilstedet har ikke identifiserbart eiernavn."
 
-#: ../../mod/admin.php:505
-msgid "Determines whether generated links should be forced to use SSL"
-msgstr "Avgjør om genererte lenker skal tvinges til å bruke SSL"
+#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:520
+msgid "Warning: profile location has no profile photo."
+msgstr "Advarsel: profilstedet har ikke noe profilbilde."
 
-#: ../../mod/admin.php:506
-msgid "'Share' element"
-msgstr "'Dele' element"
+#: ../../mod/dfrn_request.php:128 ../../mod/dfrn_request.php:523
+#, 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] "one: %d nødvendig parameter ble ikke funnet på angitt sted"
+msgstr[1] "other: %d nødvendige parametre ble ikke funnet på angitt sted"
 
-#: ../../mod/admin.php:506
-msgid "Activates the bbcode element 'share' for repeating items."
-msgstr "Aktiverer BBCode-elementet 'dele' for å gjenta elementer."
+#: ../../mod/dfrn_request.php:170
+msgid "Introduction complete."
+msgstr "Introduksjon ferdig."
 
-#: ../../mod/admin.php:507
-msgid "Hide help entry from navigation menu"
-msgstr "Skjul punktet om hjelp fra navigasjonsmenyen"
+#: ../../mod/dfrn_request.php:209
+msgid "Unrecoverable protocol error."
+msgstr "Uopprettelig protokollfeil."
 
-#: ../../mod/admin.php:507
-msgid ""
-"Hides the menu entry for the Help pages from the navigation menu. You can "
-"still access it calling /help directly."
-msgstr "Skjuler menypunktet for Hjelp-sidene fra navigasjonsmenyen. Du kan fremdeles få tilgang ved å bruke /help direkte."
+#: ../../mod/dfrn_request.php:237
+msgid "Profile unavailable."
+msgstr "Profil utilgjengelig."
 
-#: ../../mod/admin.php:508
-msgid "Single user instance"
-msgstr "Enkeltbrukerinstans"
+#: ../../mod/dfrn_request.php:262
+#, php-format
+msgid "%s has received too many connection requests today."
+msgstr "%s har mottatt for mange kontaktforespørsler idag."
 
-#: ../../mod/admin.php:508
-msgid "Make this instance multi-user or single-user for the named user"
-msgstr "Gjør denne instansen til flerbruker eller enkeltbruker for den navngitte brukeren"
+#: ../../mod/dfrn_request.php:263
+msgid "Spam protection measures have been invoked."
+msgstr "Tiltak mot søppelpost har blitt iverksatt."
 
-#: ../../mod/admin.php:509
-msgid "Maximum image size"
-msgstr "Maksimum bildestørrelse"
+#: ../../mod/dfrn_request.php:264
+msgid "Friends are advised to please try again in 24 hours."
+msgstr "Venner anbefales å prøve igjen om 24 timer."
 
-#: ../../mod/admin.php:509
-msgid ""
-"Maximum size in bytes of uploaded images. Default is 0, which means no "
-"limits."
-msgstr "Maksimal størrelse i bytes for opplastede bilder. Standard er 0, som betyr ingen størrelsesgrense."
+#: ../../mod/dfrn_request.php:326
+msgid "Invalid locator"
+msgstr "Ugyldig stedsangivelse"
 
-#: ../../mod/admin.php:510
-msgid "Maximum image length"
-msgstr "Maksimal bildelenge"
+#: ../../mod/dfrn_request.php:335
+msgid "Invalid email address."
+msgstr "Ugyldig e-postadresse."
 
-#: ../../mod/admin.php:510
-msgid ""
-"Maximum length in pixels of the longest side of uploaded images. Default is "
-"-1, which means no limits."
-msgstr "Maksimal lengde i pixler for den lengste siden til opplastede bilder. Standard er -1, some betyr ingen grense."
+#: ../../mod/dfrn_request.php:362
+msgid "This account has not been configured for email. Request failed."
+msgstr "Denne kontoen er ikke konfigurert for e-post. Forespørsel mislyktes."
 
-#: ../../mod/admin.php:511
-msgid "JPEG image quality"
-msgstr "JPEG-bildekvalitet"
+#: ../../mod/dfrn_request.php:458
+msgid "Unable to resolve your name at the provided location."
+msgstr "Ikke i stand til å avgjøre navnet ditt hos det oppgitte stedet."
 
-#: ../../mod/admin.php:511
-msgid ""
-"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
-"100, which is full quality."
-msgstr "Opplastede JPEG-er vil bli lagret med disse kvalitetsinnstillingene [0-100]. Standard er 100, som er høyeste kvalitet."
+#: ../../mod/dfrn_request.php:471
+msgid "You have already introduced yourself here."
+msgstr "Du har allerede introdusert deg selv her."
 
-#: ../../mod/admin.php:513
-msgid "Register policy"
-msgstr "Registrer retningslinjer"
+#: ../../mod/dfrn_request.php:475
+#, php-format
+msgid "Apparently you are already friends with %s."
+msgstr "Du er visst allerede venn med %s."
 
-#: ../../mod/admin.php:514
-msgid "Maximum Daily Registrations"
-msgstr "Maksimalt antall daglige registreringer"
+#: ../../mod/dfrn_request.php:496
+msgid "Invalid profile URL."
+msgstr "Ugyldig profil-URL."
 
-#: ../../mod/admin.php:514
-msgid ""
-"If registration is permitted above, this sets the maximum number of new user"
-" registrations to accept per day.  If register is set to closed, this "
-"setting has no effect."
-msgstr "Hvis registrering er tillat ovenfor, så vil dette angi maksimalt antall nye brukerregistreringer som aksepteres per dag. Hvis registrering er satt til stengt, så vil ikke denne innstillingen ha noen effekt."
+#: ../../mod/dfrn_request.php:502 ../../include/follow.php:27
+msgid "Disallowed profile URL."
+msgstr "Underkjent profil-URL."
 
-#: ../../mod/admin.php:515
-msgid "Register text"
-msgstr "Registrer tekst"
+#: ../../mod/dfrn_request.php:571 ../../mod/contacts.php:174
+msgid "Failed to update contact record."
+msgstr "Mislyktes med å oppdatere kontaktposten."
 
-#: ../../mod/admin.php:515
-msgid "Will be displayed prominently on the registration page."
-msgstr "Vil bli vist på en fremtredende måte på registreringssiden."
+#: ../../mod/dfrn_request.php:592
+msgid "Your introduction has been sent."
+msgstr "Din introduksjon er sendt."
 
-#: ../../mod/admin.php:516
-msgid "Accounts abandoned after x days"
-msgstr "Kontoer forlatt etter x dager"
+#: ../../mod/dfrn_request.php:645
+msgid "Please login to confirm introduction."
+msgstr "Vennligst logg inn for å bekrefte introduksjonen."
 
-#: ../../mod/admin.php:516
+#: ../../mod/dfrn_request.php:659
 msgid ""
-"Will not waste system resources polling external sites for abandonded "
-"accounts. Enter 0 for no time limit."
-msgstr "Vil ikke kaste bort systemressurser på å spørre eksterne nettsteder om forlatte kontoer. Skriv 0 for ingen tidsgrense."
+"Incorrect identity currently logged in. Please login to "
+"<strong>this</strong> profile."
+msgstr "Feil identitet er logget inn for øyeblikket. Vennligst logg inn i <strong>denne</strong> profilen."
 
-#: ../../mod/admin.php:517
-msgid "Allowed friend domains"
-msgstr "Tillate vennedomener"
+#: ../../mod/dfrn_request.php:670
+msgid "Hide this contact"
+msgstr "Skjul denne kontakten"
 
-#: ../../mod/admin.php:517
-msgid ""
-"Comma separated list of domains which are allowed to establish friendships "
-"with this site. Wildcards are accepted. Empty to allow any domains"
-msgstr "Kommaseparert liste med domener som har lov til å etablere vennskap med dette nettstedet.\nJokertegn aksepteres. Tom for å tillate alle domener."
+#: ../../mod/dfrn_request.php:673
+#, php-format
+msgid "Welcome home %s."
+msgstr "Velkommen hjem %s."
 
-#: ../../mod/admin.php:518
-msgid "Allowed email domains"
-msgstr "Tillate e-postdomener"
+#: ../../mod/dfrn_request.php:674
+#, php-format
+msgid "Please confirm your introduction/connection request to %s."
+msgstr "Vennligst bekreft din introduksjons-/forbindelses- forespørsel til %s."
 
-#: ../../mod/admin.php:518
-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 "Kommaseparert liste med domener som er tillatt i e-postadresser ved registrering på dette nettstedet. Jokertegn er tillatt. Tom for å tillate alle domener."
+#: ../../mod/dfrn_request.php:675
+msgid "Confirm"
+msgstr "Bekreft"
 
-#: ../../mod/admin.php:519
-msgid "Block public"
-msgstr "Utesteng publikum"
+#: ../../mod/dfrn_request.php:716 ../../include/items.php:3532
+msgid "[Name Withheld]"
+msgstr "[Navnet tilbakeholdt]"
 
-#: ../../mod/admin.php:519
+#: ../../mod/dfrn_request.php:811
 msgid ""
-"Check to block public access to all otherwise public personal pages on this "
-"site unless you are currently logged in."
-msgstr "Kryss av for å blokkere offentlig tilgang til sider som ellers ville vært offentlige personlige sider med mindre du er logget inn."
+"Please enter your 'Identity Address' from one of the following supported "
+"communications networks:"
+msgstr "Vennligst skriv inn din identitetsadresse fra en av følgende støttede sosiale nettverk:"
 
-#: ../../mod/admin.php:520
-msgid "Force publish"
-msgstr "Tving publisering"
+#: ../../mod/dfrn_request.php:827
+msgid "<strike>Connect as an email follower</strike> (Coming soon)"
+msgstr "<strike>Koble til som en e-postfølgesvenn</strike> (Kommer snart)"
 
-#: ../../mod/admin.php:520
+#: ../../mod/dfrn_request.php:829
 msgid ""
-"Check to force all profiles on this site to be listed in the site directory."
-msgstr "Sett hake for å tvinge alle profiler på dette nettstedet til å vises i nettstedskatalogen."
+"If you are not yet a member of the free social web, <a "
+"href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public"
+" Friendica site and join us today</a>."
+msgstr "Hvis du ennå ikke er en del av den frie sosiale webben, <a href=\"http://dir.friendica.com/siteinfo\">følg denne lenken for å finne et offentlig Friendica-nettsted og bli med oss idag</a>."
 
-#: ../../mod/admin.php:521
-msgid "Global directory update URL"
-msgstr "URL for oppdatering av Global-katalog"
+#: ../../mod/dfrn_request.php:832
+msgid "Friend/Connection Request"
+msgstr "Venne-/Koblings-forespørsel"
 
-#: ../../mod/admin.php:521
+#: ../../mod/dfrn_request.php:833
 msgid ""
-"URL to update the global directory. If this is not set, the global directory"
-" is completely unavailable to the application."
-msgstr "URL for å oppdatere den globale katalogen. Hvis denne ikke er angitt, så vil den globale katalogen være helt utilgjengelige for programmet."
-
-#: ../../mod/admin.php:522
-msgid "Allow threaded items"
-msgstr "Tillat en tråd av elementer "
+"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
+"testuser@identi.ca"
+msgstr "Eksempler: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"
 
-#: ../../mod/admin.php:522
-msgid "Allow infinite level threading for items on this site."
-msgstr "Tillat ubegrenset antall nivåer i en tråd for elementer på dette nettstedet."
+#: ../../mod/dfrn_request.php:834
+msgid "Please answer the following:"
+msgstr "Vennligst svar på følgende:"
 
-#: ../../mod/admin.php:523
-msgid "Private posts by default for new users"
-msgstr "Private meldinger som standard for nye brukere"
+#: ../../mod/dfrn_request.php:835
+#, php-format
+msgid "Does %s know you?"
+msgstr "Kjenner %s deg?"
 
-#: ../../mod/admin.php:523
-msgid ""
-"Set default post permissions for all new members to the default privacy "
-"group rather than public."
-msgstr "Sett standard postetillatelser for alle nye medlemmer til standard personverngruppe i stedet for offentlig."
+#: ../../mod/dfrn_request.php:838
+msgid "Add a personal note:"
+msgstr "Legg til en personlig melding:"
 
-#: ../../mod/admin.php:524
-msgid "Don't include post content in email notifications"
-msgstr "Ikke inkluder innholdet i en melding i epostvarsler"
+#: ../../mod/dfrn_request.php:840 ../../include/contact_selectors.php:76
+msgid "Friendica"
+msgstr "Friendica"
 
-#: ../../mod/admin.php:524
-msgid ""
-"Don't include the content of a post/comment/private message/etc. in the "
-"email notifications that are sent out from this site, as a privacy measure."
-msgstr "Ikke inkluder innholdet i en melding/kommentar/privat melding/osv. i epostvarsler som sendes ut fra dette nettstedet, som et personverntiltak."
+#: ../../mod/dfrn_request.php:841
+msgid "StatusNet/Federated Social Web"
+msgstr "StatusNet/Federeated Social Web"
 
-#: ../../mod/admin.php:525
-msgid "Disallow public access to addons listed in the apps menu."
-msgstr "Ikke tillat offentlig tilgang til tillegg som listes opp i app-menyen."
+#: ../../mod/dfrn_request.php:842 ../../mod/settings.php:722
+#: ../../include/contact_selectors.php:80
+msgid "Diaspora"
+msgstr "Diaspora"
 
-#: ../../mod/admin.php:525
+#: ../../mod/dfrn_request.php:843
+#, php-format
 msgid ""
-"Checking this box will restrict addons listed in the apps menu to members "
-"only."
-msgstr "Kryss i denne boksen vil begrense tillegg opplistet i app-menyen til bare medlemmer."
+" - please do not use this form.  Instead, enter %s into your Diaspora search"
+" bar."
+msgstr "- vennligst ikke bruk dette skjemaet. I stedet skriver du %s inn søkelinjen i Diaspora."
 
-#: ../../mod/admin.php:526
-msgid "Don't embed private images in posts"
-msgstr "Ikke innebygg private bilder i innlegg"
+#: ../../mod/dfrn_request.php:844
+msgid "Your Identity Address:"
+msgstr "Din identitetsadresse:"
 
-#: ../../mod/admin.php:526
-msgid ""
-"Don't replace locally-hosted private photos in posts with an embedded copy "
-"of the image. This means that contacts who receive posts containing private "
-"photos will have to authenticate and load each image, which may take a "
-"while."
-msgstr "Ikke bytt ut lokalt lagrede private bilder i innlegg med innebygd kopi av bildet. Dette betyr at kontakter som mottar innlegg med private bilder må autentisere og laste hvert bilde, noe som kan ta en stund."
+#: ../../mod/dfrn_request.php:847
+msgid "Submit Request"
+msgstr "Send forespørsel"
 
-#: ../../mod/admin.php:528
-msgid "Block multiple registrations"
-msgstr "Blokker flere registreringer"
+#: ../../mod/update_profile.php:41 ../../mod/update_network.php:22
+#: ../../mod/update_display.php:22 ../../mod/update_community.php:18
+#: ../../mod/update_notes.php:41
+msgid "[Embedded content - reload page to view]"
+msgstr "[Innebygget innhold - hent siden på nytt for å se det]"
 
-#: ../../mod/admin.php:528
-msgid "Disallow users to register additional accounts for use as pages."
-msgstr "Ikke tillat brukere å registrere ytterligere kontoer til bruk som sider."
+#: ../../mod/content.php:496 ../../include/conversation.php:686
+msgid "View in context"
+msgstr "Vis i sammenheng"
 
-#: ../../mod/admin.php:529
-msgid "OpenID support"
-msgstr "OpenID-støtte"
+#: ../../mod/contacts.php:104
+#, php-format
+msgid "%d contact edited."
+msgid_plural "%d contacts edited"
+msgstr[0] "%d kontakt redigert."
+msgstr[1] "%d kontakter redigert"
 
-#: ../../mod/admin.php:529
-msgid "OpenID support for registration and logins."
-msgstr "OpenID-støtte for registrering og innlogging."
+#: ../../mod/contacts.php:135 ../../mod/contacts.php:258
+msgid "Could not access contact record."
+msgstr "Fikk ikke tilgang til kontaktposten."
 
-#: ../../mod/admin.php:530
-msgid "Fullname check"
-msgstr "Sjekk fullt navn"
+#: ../../mod/contacts.php:149
+msgid "Could not locate selected profile."
+msgstr "Kunne ikke lokalisere valgt profil."
 
-#: ../../mod/admin.php:530
-msgid ""
-"Force users to register with a space between firstname and lastname in Full "
-"name, as an antispam measure"
-msgstr "Tving brukere til å registrere med et mellomrom mellom fornavn og etternavn i Fullt navn, som et tiltak mot søppelpost (antispam)."
+#: ../../mod/contacts.php:172
+msgid "Contact updated."
+msgstr "Kontakt oppdatert."
 
-#: ../../mod/admin.php:531
-msgid "UTF-8 Regular expressions"
-msgstr "UTF-8 regulære uttrykk"
+#: ../../mod/contacts.php:272
+msgid "Contact has been blocked"
+msgstr "Kontakten er blokkert"
 
-#: ../../mod/admin.php:531
-msgid "Use PHP UTF8 regular expressions"
-msgstr "Bruk PHP UTF8 regulære uttrykk"
+#: ../../mod/contacts.php:272
+msgid "Contact has been unblocked"
+msgstr "Kontakten er ikke blokkert lenger"
 
-#: ../../mod/admin.php:532
-msgid "Show Community Page"
-msgstr "Vis Felleskap-side"
+#: ../../mod/contacts.php:282
+msgid "Contact has been ignored"
+msgstr "Kontakten er ignorert"
 
-#: ../../mod/admin.php:532
-msgid ""
-"Display a Community page showing all recent public postings on this site."
-msgstr "Vis en Fellesskapsside som viser de siste offentlige meldinger på dette nettstedet."
+#: ../../mod/contacts.php:282
+msgid "Contact has been unignored"
+msgstr "Kontakten er ikke ignorert lenger"
 
-#: ../../mod/admin.php:533
-msgid "Enable OStatus support"
-msgstr "Aktiver Ostatus-støtte"
+#: ../../mod/contacts.php:293
+msgid "Contact has been archived"
+msgstr "Kontakt har blitt arkivert"
 
-#: ../../mod/admin.php:533
-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 "Tilby innebygget OStatus-kompatibilitet (identi.ca, status.net, etc.). All kommunikasjon via OStatus er offentlig, så personvernadvarsler vil bli vist av og til."
+#: ../../mod/contacts.php:293
+msgid "Contact has been unarchived"
+msgstr "Kontakt har blitt hentet tilbake fra arkivet"
 
-#: ../../mod/admin.php:534
-msgid "OStatus conversation completion interval"
-msgstr "OStatus intervall for samtalefullførelse"
+#: ../../mod/contacts.php:318 ../../mod/contacts.php:689
+msgid "Do you really want to delete this contact?"
+msgstr "Ønsker du virkelig å slette denne kontakten?"
 
-#: ../../mod/admin.php:534
-msgid ""
-"How often shall the poller check for new entries in OStatus conversations? "
-"This can be a very ressource task."
-msgstr "Hvor ofte skal spørrefunksjonen sjekke etter nye oppføringer i OStatus-samtaler? Dette kan være en svært ressurskrevende oppgave."
+#: ../../mod/contacts.php:335
+msgid "Contact has been removed."
+msgstr "Kontakten er fjernet."
 
-#: ../../mod/admin.php:535
-msgid "Enable Diaspora support"
-msgstr "Aktiver Diaspora-støtte"
+#: ../../mod/contacts.php:373
+#, php-format
+msgid "You are mutual friends with %s"
+msgstr "Du er gjensidig venn med %s"
 
-#: ../../mod/admin.php:535
-msgid "Provide built-in Diaspora network compatibility."
-msgstr "Tilby innebygget kompatibilitet med Diaspora-nettverket."
+#: ../../mod/contacts.php:377
+#, php-format
+msgid "You are sharing with %s"
+msgstr "Du deler med %s"
 
-#: ../../mod/admin.php:536
-msgid "Only allow Friendica contacts"
-msgstr "Bare tillat Friendica-kontakter"
+#: ../../mod/contacts.php:382
+#, php-format
+msgid "%s is sharing with you"
+msgstr "%s deler med deg"
 
-#: ../../mod/admin.php:536
-msgid ""
-"All contacts must use Friendica protocols. All other built-in communication "
-"protocols disabled."
-msgstr "Alle kontakter må bruke Friendica-protokoller. Alle andre innebyggede kommunikasjonsprotokoller blir deaktivert."
+#: ../../mod/contacts.php:399
+msgid "Private communications are not available for this contact."
+msgstr "Privat kommunikasjon er ikke tilgjengelig mot denne kontakten."
 
-#: ../../mod/admin.php:537
-msgid "Verify SSL"
-msgstr "Bekreft SSL"
+#: ../../mod/contacts.php:406
+msgid "(Update was successful)"
+msgstr "(Oppdatering vellykket)"
 
-#: ../../mod/admin.php:537
-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 "Hvis du vil, så kan du skru på streng sertifikatkontroll. Dette betyr at du ikke kan opprette forbindelse (i det hele tatt) med nettsteder som bruker selvsignerte SSL-sertifikater."
+#: ../../mod/contacts.php:406
+msgid "(Update was not successful)"
+msgstr "(Oppdatering mislykket)"
 
-#: ../../mod/admin.php:538
-msgid "Proxy user"
-msgstr "Brukernavn til mellomtjener"
+#: ../../mod/contacts.php:408
+msgid "Suggest friends"
+msgstr "Foreslå venner"
 
-#: ../../mod/admin.php:539
-msgid "Proxy URL"
-msgstr "Mellomtjener URL"
+#: ../../mod/contacts.php:412
+#, php-format
+msgid "Network type: %s"
+msgstr "Nettverkstype: %s"
 
-#: ../../mod/admin.php:540
-msgid "Network timeout"
-msgstr "Tidsavbrudd for nettverk"
+#: ../../mod/contacts.php:415 ../../include/contact_widgets.php:199
+#, php-format
+msgid "%d contact in common"
+msgid_plural "%d contacts in common"
+msgstr[0] "%d felles kontakt"
+msgstr[1] "%d felles kontakter"
 
-#: ../../mod/admin.php:540
-msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
-msgstr "Verdien er i sekunder. Sett til 0 for ubegrenset (ikke anbefalt)."
+#: ../../mod/contacts.php:420
+msgid "View all contacts"
+msgstr "Vis alle kontakter"
 
-#: ../../mod/admin.php:541
-msgid "Delivery interval"
-msgstr "Leveringsintervall"
+#: ../../mod/contacts.php:428
+msgid "Toggle Blocked status"
+msgstr "Veksle blokkeringsstatus"
 
-#: ../../mod/admin.php:541
-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 "Forsink bakgrunnsprosesser for levering med så mange sekunder for å redusere belastningen på systemet. Anbefalinger: 4-5 for delt tjener, 2-3 for virtuelle private tjenere. 0-1 for store, dedikerte tjenere."
+#: ../../mod/contacts.php:431 ../../mod/contacts.php:485
+#: ../../mod/contacts.php:693
+msgid "Unignore"
+msgstr "Fjern ignorering"
 
-#: ../../mod/admin.php:542
-msgid "Poll interval"
-msgstr "Spørreintervall"
+#: ../../mod/contacts.php:431 ../../mod/contacts.php:485
+#: ../../mod/contacts.php:693 ../../mod/notifications.php:51
+#: ../../mod/notifications.php:164 ../../mod/notifications.php:210
+msgid "Ignore"
+msgstr "Ignorer"
 
-#: ../../mod/admin.php:542
-msgid ""
-"Delay background polling processes by this many seconds to reduce system "
-"load. If 0, use delivery interval."
-msgstr "Reduser spørreprosesser i bakgrunnen med så mange sekunder for å redusere belastningen på systemet. Hvis 0, bruk leveringsintervall."
+#: ../../mod/contacts.php:434
+msgid "Toggle Ignored status"
+msgstr "Veksle ingnorertstatus"
 
-#: ../../mod/admin.php:543
-msgid "Maximum Load Average"
-msgstr "Maksimal snittlast"
+#: ../../mod/contacts.php:438 ../../mod/contacts.php:694
+msgid "Unarchive"
+msgstr "Hent ut av arkivet"
 
-#: ../../mod/admin.php:543
-msgid ""
-"Maximum system load before delivery and poll processes are deferred - "
-"default 50."
-msgstr "Maksimal systemlast før leverings- og spørreprosesser utsettes - standard er 50."
+#: ../../mod/contacts.php:438 ../../mod/contacts.php:694
+msgid "Archive"
+msgstr "Arkiver"
 
-#: ../../mod/admin.php:545
-msgid "Use MySQL full text engine"
-msgstr "Bruk MySQL fulltekstmotor"
+#: ../../mod/contacts.php:441
+msgid "Toggle Archive status"
+msgstr "Veksle arkivertstatus"
 
-#: ../../mod/admin.php:545
-msgid ""
-"Activates the full text engine. Speeds up search - but can only search for "
-"four and more characters."
-msgstr "Aktiverer fulltekstmotoren. Øker hastigheten til søk, men kan bare søke etter minimum fire eller flere tegn."
+#: ../../mod/contacts.php:444
+msgid "Repair"
+msgstr "Reparer"
 
-#: ../../mod/admin.php:546
-msgid "Path to item cache"
-msgstr "Sti til mellomlager for elementer"
+#: ../../mod/contacts.php:447
+msgid "Advanced Contact Settings"
+msgstr "Avanserte kontaktinnstillinger"
 
-#: ../../mod/admin.php:547
-msgid "Cache duration in seconds"
-msgstr "Mellomlagringens varighet i sekunder"
+#: ../../mod/contacts.php:453
+msgid "Communications lost with this contact!"
+msgstr "Kommunikasjon tapt med denne kontakten!"
 
-#: ../../mod/admin.php:547
-msgid ""
-"How long should the cache files be hold? Default value is 86400 seconds (One"
-" day)."
-msgstr "Hvor lenge skal filene i mellomlagret beholdes? Standardveri er 86400 sekunder (Et døgn)."
+#: ../../mod/contacts.php:456
+msgid "Contact Editor"
+msgstr "Endre kontakt"
 
-#: ../../mod/admin.php:548
-msgid "Path for lock file"
-msgstr "Sti til fillås"
+#: ../../mod/contacts.php:459
+msgid "Profile Visibility"
+msgstr "Profilens synlighet"
 
-#: ../../mod/admin.php:549
-msgid "Temp path"
-msgstr "Temp-sti"
+#: ../../mod/contacts.php:460
+#, php-format
+msgid ""
+"Please choose the profile you would like to display to %s when viewing your "
+"profile securely."
+msgstr "Vennligst velg profilen du ønsker å vise til %s når denne ser profilen på en sikret måte."
 
-#: ../../mod/admin.php:550
-msgid "Base path to installation"
-msgstr "Sti til installasjonsbasen"
+#: ../../mod/contacts.php:461
+msgid "Contact Information / Notes"
+msgstr "Kontaktinformasjon/-notater"
 
-#: ../../mod/admin.php:567
-msgid "Update has been marked successful"
-msgstr "Oppdatering har blitt markert som vellykket"
+#: ../../mod/contacts.php:462
+msgid "Edit contact notes"
+msgstr "Endre kontaktnotater"
 
-#: ../../mod/admin.php:577
+#: ../../mod/contacts.php:467 ../../mod/contacts.php:657
+#: ../../mod/viewcontacts.php:62 ../../mod/nogroup.php:40
 #, php-format
-msgid "Executing %s failed. Check system logs."
-msgstr "Utføring av %s mislyktes. Sjekk systemlogger."
+msgid "Visit %s's profile [%s]"
+msgstr "Besøk %ss profil [%s]"
 
-#: ../../mod/admin.php:580
-#, php-format
-msgid "Update %s was successfully applied."
-msgstr "Oppdatering %s ble iverksatt på en vellykket måte."
+#: ../../mod/contacts.php:468
+msgid "Block/Unblock contact"
+msgstr "Blokker kontakt/fjern blokkering for kontakt"
 
-#: ../../mod/admin.php:584
-#, php-format
-msgid "Update %s did not return a status. Unknown if it succeeded."
-msgstr "Oppdatering %s returnerte ikke en status. Ukjent om oppdateringen er vellykket."
+#: ../../mod/contacts.php:469
+msgid "Ignore contact"
+msgstr "Ignorer kontakt"
 
-#: ../../mod/admin.php:587
-#, php-format
-msgid "Update function %s could not be found."
-msgstr "Oppdateringsfunksjon %s ble ikke funnet."
+#: ../../mod/contacts.php:470
+msgid "Repair URL settings"
+msgstr "Reparer URL-innstillinger"
 
-#: ../../mod/admin.php:602
-msgid "No failed updates."
-msgstr "Ingen mislykkede oppdateringer."
+#: ../../mod/contacts.php:471
+msgid "View conversations"
+msgstr "Vis samtaler"
 
-#: ../../mod/admin.php:606
-msgid "Failed Updates"
-msgstr "Mislykkede oppdateringer"
+#: ../../mod/contacts.php:473
+msgid "Delete contact"
+msgstr "Slett kontakt"
 
-#: ../../mod/admin.php:607
-msgid ""
-"This does not include updates prior to 1139, which did not return a status."
-msgstr "Dette inkluderer ikke oppdateringer som kom før 1139, som ikke returnerer en status."
+#: ../../mod/contacts.php:477
+msgid "Last update:"
+msgstr "Siste oppdatering:"
 
-#: ../../mod/admin.php:608
-msgid "Mark success (if update was manually applied)"
-msgstr "Marker vellykket (hvis oppdatering ble iverksatt manuelt)"
+#: ../../mod/contacts.php:479
+msgid "Update public posts"
+msgstr "Oppdater offentlige innlegg"
 
-#: ../../mod/admin.php:609
-msgid "Attempt to execute this update step automatically"
-msgstr "Forsøk å utføre dette oppdateringspunktet automatisk"
+#: ../../mod/contacts.php:488
+msgid "Currently blocked"
+msgstr "Blokkert nå"
 
-#: ../../mod/admin.php:634
-#, php-format
-msgid "%s user blocked/unblocked"
-msgid_plural "%s users blocked/unblocked"
-msgstr[0] "%s bruker blokkert/ikke blokkert"
-msgstr[1] "%s brukere blokkert/ikke blokkert"
+#: ../../mod/contacts.php:489
+msgid "Currently ignored"
+msgstr "Ignorert nå"
 
-#: ../../mod/admin.php:641
-#, php-format
-msgid "%s user deleted"
-msgid_plural "%s users deleted"
-msgstr[0] "%s bruker slettet"
-msgstr[1] "%s brukere slettet"
+#: ../../mod/contacts.php:490
+msgid "Currently archived"
+msgstr "For øyeblikket arkivert"
 
-#: ../../mod/admin.php:680
-#, php-format
-msgid "User '%s' deleted"
-msgstr "Brukeren '%s' er slettet"
+#: ../../mod/contacts.php:491 ../../mod/notifications.php:157
+#: ../../mod/notifications.php:204
+msgid "Hide this contact from others"
+msgstr "Skjul denne kontakten for andre"
 
-#: ../../mod/admin.php:688
-#, php-format
-msgid "User '%s' unblocked"
-msgstr "Brukeren '%s' er ikke blokkert"
+#: ../../mod/contacts.php:491
+msgid ""
+"Replies/likes to your public posts <strong>may</strong> still be visible"
+msgstr "Svar/liker til dine offentlige innlegg <strong>kan</strong> fortsatt være synlige"
 
-#: ../../mod/admin.php:688
-#, php-format
-msgid "User '%s' blocked"
-msgstr "Brukeren '%s' er blokkert"
+#: ../../mod/contacts.php:542
+msgid "Suggestions"
+msgstr "Forslag"
 
-#: ../../mod/admin.php:764
-msgid "select all"
-msgstr "velg alle"
+#: ../../mod/contacts.php:545
+msgid "Suggest potential friends"
+msgstr "Foreslå mulige venner"
 
-#: ../../mod/admin.php:765
-msgid "User registrations waiting for confirm"
-msgstr "Brukerregistreringer venter på bekreftelse"
+#: ../../mod/contacts.php:548 ../../mod/group.php:194
+msgid "All Contacts"
+msgstr "Alle kontakter"
 
-#: ../../mod/admin.php:766
-msgid "Request date"
-msgstr "Forespørselsdato"
+#: ../../mod/contacts.php:551
+msgid "Show all contacts"
+msgstr "Vis alle kontakter"
 
-#: ../../mod/admin.php:766 ../../mod/admin.php:777 ../../mod/settings.php:586
-#: ../../mod/settings.php:612 ../../mod/crepair.php:148
-msgid "Name"
-msgstr "Navn"
+#: ../../mod/contacts.php:554
+msgid "Unblocked"
+msgstr "Ikke blokkert"
 
-#: ../../mod/admin.php:767
-msgid "No registrations."
-msgstr "Ingen registreringer."
+#: ../../mod/contacts.php:557
+msgid "Only show unblocked contacts"
+msgstr "Bare vis ikke blokkerte kontakter"
 
-#: ../../mod/admin.php:768 ../../mod/notifications.php:161
-#: ../../mod/notifications.php:208
-msgid "Approve"
-msgstr "Godkjenn"
+#: ../../mod/contacts.php:561
+msgid "Blocked"
+msgstr "Blokkert"
 
-#: ../../mod/admin.php:769
-msgid "Deny"
-msgstr "Nekt"
+#: ../../mod/contacts.php:564
+msgid "Only show blocked contacts"
+msgstr "Bare vis blokkerte kontakter"
 
-#: ../../mod/admin.php:771 ../../mod/contacts.php:353
-#: ../../mod/contacts.php:412
-msgid "Block"
-msgstr "Blokker"
+#: ../../mod/contacts.php:568
+msgid "Ignored"
+msgstr "Ignorert"
 
-#: ../../mod/admin.php:772 ../../mod/contacts.php:353
-#: ../../mod/contacts.php:412
-msgid "Unblock"
-msgstr "Ikke blokker"
+#: ../../mod/contacts.php:571
+msgid "Only show ignored contacts"
+msgstr "Bare vis ignorerte kontakter"
 
-#: ../../mod/admin.php:773
-msgid "Site admin"
-msgstr "Nettstedets administrator"
+#: ../../mod/contacts.php:575
+msgid "Archived"
+msgstr "Arkivert"
 
-#: ../../mod/admin.php:774
-msgid "Account expired"
-msgstr "Konto utgått"
+#: ../../mod/contacts.php:578
+msgid "Only show archived contacts"
+msgstr "Bare vis arkiverte kontakter"
 
-#: ../../mod/admin.php:777
-msgid "Register date"
-msgstr "Registreringsdato"
+#: ../../mod/contacts.php:582
+msgid "Hidden"
+msgstr "Skjult"
 
-#: ../../mod/admin.php:777
-msgid "Last login"
-msgstr "Siste innlogging"
+#: ../../mod/contacts.php:585
+msgid "Only show hidden contacts"
+msgstr "Bare vis skjulte kontakter"
 
-#: ../../mod/admin.php:777
-msgid "Last item"
-msgstr "Siste element"
+#: ../../mod/contacts.php:633
+msgid "Mutual Friendship"
+msgstr "Gjensidig vennskap"
 
-#: ../../mod/admin.php:777
-msgid "Account"
-msgstr "Konto"
+#: ../../mod/contacts.php:637
+msgid "is a fan of yours"
+msgstr "er en tilhenger av deg"
 
-#: ../../mod/admin.php:779
-msgid ""
-"Selected users will be deleted!\\n\\nEverything these users had posted on "
-"this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "Valgte brukere vil bli slettet!\\n\\nAlt disse brukerne har lagt inn på dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker på at du vil slette disse brukerne?"
+#: ../../mod/contacts.php:641
+msgid "you are a fan of"
+msgstr "du er en tilhenger av"
 
-#: ../../mod/admin.php:780
-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 "Brukeren {0} vil bli slettet!\\n\\nAlt denne brukeren har lagt inn på dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker på at du vil slette denne brukeren?"
+#: ../../mod/contacts.php:658 ../../mod/nogroup.php:41
+msgid "Edit contact"
+msgstr "Endre kontakt"
 
-#: ../../mod/admin.php:821
-#, php-format
-msgid "Plugin %s disabled."
-msgstr "Tillegget %s er avskrudd."
+#: ../../mod/contacts.php:684
+msgid "Search your contacts"
+msgstr "Søk i dine kontakter"
 
-#: ../../mod/admin.php:825
-#, php-format
-msgid "Plugin %s enabled."
-msgstr "Tillegget %s er aktivert."
+#: ../../mod/contacts.php:691 ../../mod/settings.php:126
+#: ../../mod/settings.php:627
+msgid "Update"
+msgstr "Oppdater"
 
-#: ../../mod/admin.php:835 ../../mod/admin.php:1038
-msgid "Disable"
-msgstr "Skru av"
+#: ../../mod/settings.php:28 ../../mod/photos.php:79
+msgid "everybody"
+msgstr "alle"
 
-#: ../../mod/admin.php:837 ../../mod/admin.php:1040
-msgid "Enable"
-msgstr "Aktiver"
+#: ../../mod/settings.php:35 ../../mod/uexport.php:9 ../../include/nav.php:167
+msgid "Account settings"
+msgstr "Kontoinnstillinger"
 
-#: ../../mod/admin.php:860 ../../mod/admin.php:1068
-msgid "Toggle"
-msgstr "Veksle"
+#: ../../mod/settings.php:40
+msgid "Additional features"
+msgstr "Tilleggsfunksjoner"
 
-#: ../../mod/admin.php:868 ../../mod/admin.php:1078
-msgid "Author: "
-msgstr "Forfatter:"
+#: ../../mod/settings.php:45 ../../mod/uexport.php:14
+msgid "Display settings"
+msgstr "Visningsinnstillinger"
 
-#: ../../mod/admin.php:869 ../../mod/admin.php:1079
-msgid "Maintainer: "
-msgstr "Vedlikeholder:"
+#: ../../mod/settings.php:51 ../../mod/uexport.php:20
+msgid "Connector settings"
+msgstr "Koblingsinnstillinger"
 
-#: ../../mod/admin.php:998
-msgid "No themes found."
-msgstr "Ingen temaer funnet."
+#: ../../mod/settings.php:56 ../../mod/uexport.php:25
+msgid "Plugin settings"
+msgstr "Tilleggsinnstillinger"
 
-#: ../../mod/admin.php:1060
-msgid "Screenshot"
-msgstr "Skjermbilde"
+#: ../../mod/settings.php:61 ../../mod/uexport.php:30
+msgid "Connected apps"
+msgstr "Tilkoblede programmer"
 
-#: ../../mod/admin.php:1106
-msgid "[Experimental]"
-msgstr "[Eksperimentell]"
+#: ../../mod/settings.php:66 ../../mod/uexport.php:35 ../../mod/uexport.php:80
+msgid "Export personal data"
+msgstr "Eksporter personlige data"
 
-#: ../../mod/admin.php:1107
-msgid "[Unsupported]"
-msgstr "[Ikke støttet]"
+#: ../../mod/settings.php:71 ../../mod/uexport.php:40
+msgid "Remove account"
+msgstr "Fjern konto"
 
-#: ../../mod/admin.php:1134
-msgid "Log settings updated."
-msgstr "Logginnstillinger er oppdatert."
+#: ../../mod/settings.php:123
+msgid "Missing some important data!"
+msgstr "Mangler noen viktige data!"
 
-#: ../../mod/admin.php:1190
-msgid "Clear"
-msgstr "Tøm"
+#: ../../mod/settings.php:232
+msgid "Failed to connect with email account using the settings provided."
+msgstr "Mislyktes i å opprette forbindelse med e-postkontoen med de oppgitte innstillingene."
 
-#: ../../mod/admin.php:1196
-msgid "Enable Debugging"
-msgstr "Aktiver feilsøking"
+#: ../../mod/settings.php:237
+msgid "Email settings updated."
+msgstr "E-postinnstillinger er oppdatert."
 
-#: ../../mod/admin.php:1197
-msgid "Log file"
-msgstr "Loggfil"
+#: ../../mod/settings.php:252
+msgid "Features updated"
+msgstr "Funksjoner oppdatert"
 
-#: ../../mod/admin.php:1197
-msgid ""
-"Must be writable by web server. Relative to your Friendica top-level "
-"directory."
-msgstr "Web-serveren må ha skriverettigheter. Relativt til toppnivåkatalogen til din Friendicas."
+#: ../../mod/settings.php:311
+msgid "Relocate message has been send to your contacts"
+msgstr "Omplasseringsmelding har blitt sendt til dine kontakter"
 
-#: ../../mod/admin.php:1198
-msgid "Log level"
-msgstr "Loggnivå"
+#: ../../mod/settings.php:325
+msgid "Passwords do not match. Password unchanged."
+msgstr "Passordene er ikke like. Passord uendret."
 
-#: ../../mod/admin.php:1247 ../../mod/contacts.php:409
-msgid "Update now"
-msgstr "Oppdater nå"
+#: ../../mod/settings.php:330
+msgid "Empty passwords are not allowed. Password unchanged."
+msgstr "Tomme passord er ikke lov. Passord uendret."
 
-#: ../../mod/admin.php:1248
-msgid "Close"
-msgstr "Lukk"
+#: ../../mod/settings.php:338
+msgid "Wrong password."
+msgstr "Feil passord."
 
-#: ../../mod/admin.php:1254
-msgid "FTP Host"
-msgstr "FTP-tjener"
+#: ../../mod/settings.php:349
+msgid "Password changed."
+msgstr "Passord endret."
 
-#: ../../mod/admin.php:1255
-msgid "FTP Path"
-msgstr "FTP-sti"
+#: ../../mod/settings.php:351
+msgid "Password update failed. Please try again."
+msgstr "Passordoppdatering mislyktes. Vennligst prøv igjen."
 
-#: ../../mod/admin.php:1256
-msgid "FTP User"
-msgstr "FTP-bruker"
+#: ../../mod/settings.php:416
+msgid " Please use a shorter name."
+msgstr "Vennligst bruk et kortere navn."
 
-#: ../../mod/admin.php:1257
-msgid "FTP Password"
-msgstr "FTP-passord"
+#: ../../mod/settings.php:418
+msgid " Name too short."
+msgstr "Navnet er for kort."
 
-#: ../../mod/item.php:108
-msgid "Unable to locate original post."
-msgstr "Mislyktes med å lokalisere opprinnelig melding."
+#: ../../mod/settings.php:427
+msgid "Wrong Password"
+msgstr "Feil passord"
 
-#: ../../mod/item.php:310
-msgid "Empty post discarded."
-msgstr "Tom melding forkastet."
+#: ../../mod/settings.php:432
+msgid " Not valid email."
+msgstr "Ugyldig e-postadresse."
 
-#: ../../mod/item.php:872
-msgid "System error. Post not saved."
-msgstr "Systemfeil. Meldingen ble ikke lagret."
+#: ../../mod/settings.php:438
+msgid " Cannot change to that email."
+msgstr "Kan ikke endre til den e-postadressen."
 
-#: ../../mod/item.php:897
-#, php-format
-msgid ""
-"This message was sent to you by %s, a member of the Friendica social "
-"network."
-msgstr "Denne meldingen ble sendt til deg av %s, et medlem av det sosiale nettverket Friendica."
+#: ../../mod/settings.php:493
+msgid "Private forum has no privacy permissions. Using default privacy group."
+msgstr "Privat forum har ingen personverntillatelser. Bruker standard personverngruppe."
 
-#: ../../mod/item.php:899
-#, php-format
-msgid "You may visit them online at %s"
-msgstr "Du kan besøke dem online på %s"
+#: ../../mod/settings.php:497
+msgid "Private forum has no privacy permissions and no default privacy group."
+msgstr "Privat forum har ingen personverntillatelser og ingen standard personverngruppe."
 
-#: ../../mod/item.php:900
-msgid ""
-"Please contact the sender by replying to this post if you do not wish to "
-"receive these messages."
-msgstr "Vennligst kontakt avsenderen ved å svare på denne meldingen hvis du ikke ønsker å motta disse meldingene."
+#: ../../mod/settings.php:527
+msgid "Settings updated."
+msgstr "Innstillinger oppdatert."
 
-#: ../../mod/item.php:904
-#, php-format
-msgid "%s posted an update."
-msgstr "%s postet en oppdatering."
+#: ../../mod/settings.php:600 ../../mod/settings.php:626
+#: ../../mod/settings.php:662
+msgid "Add application"
+msgstr "Legg til program"
 
-#: ../../mod/allfriends.php:34
-#, php-format
-msgid "Friends of %s"
-msgstr "Venner av %s"
+#: ../../mod/settings.php:604 ../../mod/settings.php:630
+msgid "Consumer Key"
+msgstr "Consumer Key"
 
-#: ../../mod/allfriends.php:40
-msgid "No friends to display."
-msgstr "Ingen venner å vise."
+#: ../../mod/settings.php:605 ../../mod/settings.php:631
+msgid "Consumer Secret"
+msgstr "Consumer Secret"
 
-#: ../../mod/search.php:21 ../../mod/network.php:224
-msgid "Remove term"
-msgstr "Fjern uttrykk"
+#: ../../mod/settings.php:606 ../../mod/settings.php:632
+msgid "Redirect"
+msgstr "Omdiriger"
 
-#: ../../mod/search.php:180 ../../mod/search.php:206
-#: ../../mod/community.php:61 ../../mod/community.php:89
-msgid "No results."
-msgstr "Fant ikke noe."
+#: ../../mod/settings.php:607 ../../mod/settings.php:633
+msgid "Icon url"
+msgstr "Ikon URL"
 
-#: ../../mod/api.php:76 ../../mod/api.php:102
-msgid "Authorize application connection"
-msgstr "Tillat forbindelse til program"
+#: ../../mod/settings.php:618
+msgid "You can't edit this application."
+msgstr "Du kan ikke redigere dette programmet."
 
-#: ../../mod/api.php:77
-msgid "Return to your app and insert this Securty Code:"
-msgstr "Gå tilbake til din app og legg inn denne sikkerhetskoden:"
+#: ../../mod/settings.php:661
+msgid "Connected Apps"
+msgstr "Tilkoblede programmer"
 
-#: ../../mod/api.php:89
-msgid "Please login to continue."
-msgstr "Vennligst logg inn for å fortsette."
+#: ../../mod/settings.php:665
+msgid "Client key starts with"
+msgstr "Klientnøkkelen starter med"
 
-#: ../../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 "Vil du tillate at dette programmet får tilgang til dine innlegg og kontakter, og/eller kan opprette nye innlegg for deg?"
+#: ../../mod/settings.php:666
+msgid "No name"
+msgstr "Ingen navn"
 
-#: ../../mod/register.php:91 ../../mod/regmod.php:54
-#, php-format
-msgid "Registration details for %s"
-msgstr "Registeringsdetaljer for %s"
+#: ../../mod/settings.php:667
+msgid "Remove authorization"
+msgstr "Fjern tillatelse"
 
-#: ../../mod/register.php:99
-msgid ""
-"Registration successful. Please check your email for further instructions."
-msgstr "Vellykket registrering. Vennligst sjekk e-posten din for videre instruksjoner."
+#: ../../mod/settings.php:679
+msgid "No Plugin settings configured"
+msgstr "Ingen tilleggsinnstillinger konfigurert"
 
-#: ../../mod/register.php:103
-msgid "Failed to send email message. Here is the message that failed."
-msgstr "Mislyktes med å sende e-postmelding. Her er meldingen som mislyktes."
+#: ../../mod/settings.php:687
+msgid "Plugin Settings"
+msgstr "Tilleggsinnstillinger"
 
-#: ../../mod/register.php:108
-msgid "Your registration can not be processed."
-msgstr "Din registrering kan ikke behandles."
+#: ../../mod/settings.php:701
+msgid "Off"
+msgstr "Av"
 
-#: ../../mod/register.php:145
-#, php-format
-msgid "Registration request at %s"
-msgstr "Henvendelse om registrering ved %s"
+#: ../../mod/settings.php:701
+msgid "On"
+msgstr "På"
 
-#: ../../mod/register.php:154
-msgid "Your registration is pending approval by the site owner."
-msgstr "Din registrering venter på godkjenning fra eier av stedet."
+#: ../../mod/settings.php:709
+msgid "Additional Features"
+msgstr "Tilleggsfunksjoner"
 
-#: ../../mod/register.php:192 ../../mod/uimport.php:50
-msgid ""
-"This site has exceeded the number of allowed daily account registrations. "
-"Please try again tomorrow."
-msgstr "Dette nettstedet har overskredet antallet tillate daglige kontoregistreringer. Vennligst prøv igjen imorgen."
+#: ../../mod/settings.php:722 ../../mod/settings.php:723
+#, php-format
+msgid "Built-in support for %s connectivity is %s"
+msgstr "Innebygget støtte for %s forbindelse er %s"
 
-#: ../../mod/register.php:220
-msgid ""
-"You may (optionally) fill in this form via OpenID by supplying your OpenID "
-"and clicking 'Register'."
-msgstr "Du kan (valgfritt) fylle ut dette skjemaet via OpenID ved å oppgi din OpenID og klikke \"Registrer\"."
+#: ../../mod/settings.php:722 ../../mod/settings.php:723
+msgid "enabled"
+msgstr "aktivert"
 
-#: ../../mod/register.php:221
-msgid ""
-"If you are not familiar with OpenID, please leave that field blank and fill "
-"in the rest of the items."
-msgstr "Hvis du ikke er kjent med OpenID, vennligst la feltet stå tomt, og fyll ut de andre feltene."
-
-#: ../../mod/register.php:222
-msgid "Your OpenID (optional): "
-msgstr "Din OpenID (valgfritt):"
-
-#: ../../mod/register.php:236
-msgid "Include your profile in member directory?"
-msgstr "Legg til profilen din i medlemskatalogen?"
+#: ../../mod/settings.php:722 ../../mod/settings.php:723
+msgid "disabled"
+msgstr "avskrudd"
 
-#: ../../mod/register.php:257
-msgid "Membership on this site is by invitation only."
-msgstr "Medlemskap ved dette nettstedet skjer bare på invitasjon."
+#: ../../mod/settings.php:723
+msgid "StatusNet"
+msgstr "StatusNet"
 
-#: ../../mod/register.php:258
-msgid "Your invitation ID: "
-msgstr "Din invitasjons-ID:"
+#: ../../mod/settings.php:755
+msgid "Email access is disabled on this site."
+msgstr "E-posttilgang er avskrudd på dette stedet."
 
-#: ../../mod/register.php:269
-msgid "Your Full Name (e.g. Joe Smith): "
-msgstr "Ditt fulle navn (f.eks. Ola Nordmann):"
+#: ../../mod/settings.php:762
+msgid "Connector Settings"
+msgstr "Koblingsinnstillinger"
 
-#: ../../mod/register.php:270
-msgid "Your Email Address: "
-msgstr "Din e-postadresse:"
+#: ../../mod/settings.php:767
+msgid "Email/Mailbox Setup"
+msgstr "E-post-/postboksinnstillinger"
 
-#: ../../mod/register.php:271
+#: ../../mod/settings.php:768
 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 "Velg et kallenavn til profilen. Dette må begynne med en bokstav. Din profiladresse på dette stedet vil bli \"<strong>kallenavn@$sitename</strong>\"."
+"If you wish to communicate with email contacts using this service "
+"(optional), please specify how to connect to your mailbox."
+msgstr "Hvis du ønsker å kommunisere med e-postkontakter via denne tjenesten (frivillig), vennligst oppgi hvordan din postboks kontaktes."
 
-#: ../../mod/register.php:272
-msgid "Choose a nickname: "
-msgstr "Velg et kallenavn:"
+#: ../../mod/settings.php:769
+msgid "Last successful email check:"
+msgstr "Siste vellykkede e-postsjekk:"
 
-#: ../../mod/regmod.php:63
-msgid "Account approved."
-msgstr "Konto godkjent."
+#: ../../mod/settings.php:771
+msgid "IMAP server name:"
+msgstr "IMAP-tjeners navn:"
 
-#: ../../mod/regmod.php:100
-#, php-format
-msgid "Registration revoked for %s"
-msgstr "Registreringen til  %s er trukket tilbake"
+#: ../../mod/settings.php:772
+msgid "IMAP port:"
+msgstr "IMAP port:"
 
-#: ../../mod/regmod.php:112
-msgid "Please login."
-msgstr "Vennligst logg inn."
+#: ../../mod/settings.php:773
+msgid "Security:"
+msgstr "Sikkerhet:"
 
-#: ../../mod/attach.php:8
-msgid "Item not available."
-msgstr "Elementet er ikke tilgjengelig."
+#: ../../mod/settings.php:773 ../../mod/settings.php:778
+msgid "None"
+msgstr "Ingen"
 
-#: ../../mod/attach.php:20
-msgid "Item was not found."
-msgstr "Elementet ble ikke funnet."
+#: ../../mod/settings.php:774
+msgid "Email login name:"
+msgstr "E-post brukernavn:"
 
-#: ../../mod/removeme.php:45 ../../mod/removeme.php:48
-msgid "Remove My Account"
-msgstr "Slett min konto"
+#: ../../mod/settings.php:775
+msgid "Email password:"
+msgstr "E-post passord:"
 
-#: ../../mod/removeme.php:46
-msgid ""
-"This will completely remove your account. Once this has been done it is not "
-"recoverable."
-msgstr "Dette vil slette din konto fullstendig. Når dette er gjort kan den ikke gjenopprettes."
+#: ../../mod/settings.php:776
+msgid "Reply-to address:"
+msgstr "Svar-til-adresse:"
 
-#: ../../mod/removeme.php:47
-msgid "Please enter your password for verification:"
-msgstr "Vennligst skriv inn ditt passord for å bekrefte:"
+#: ../../mod/settings.php:777
+msgid "Send public posts to all email contacts:"
+msgstr "Send offentlige meldinger til alle e-postkontakter:"
 
-#: ../../mod/babel.php:17
-msgid "Source (bbcode) text:"
-msgstr "BBcode kildetekst:"
+#: ../../mod/settings.php:778
+msgid "Action after import:"
+msgstr "Handling etter import:"
 
-#: ../../mod/babel.php:23
-msgid "Source (Diaspora) text to convert to BBcode:"
-msgstr "Diaspora kildetekst å konvertere til BBcode:"
+#: ../../mod/settings.php:778
+msgid "Mark as seen"
+msgstr "Marker som sett"
 
-#: ../../mod/babel.php:31
-msgid "Source input: "
-msgstr "Kilde-input:"
+#: ../../mod/settings.php:778
+msgid "Move to folder"
+msgstr "Flytt til mappe"
 
-#: ../../mod/babel.php:35
-msgid "bb2html (raw HTML): "
-msgstr "bb2html (rå HTML):"
+#: ../../mod/settings.php:779
+msgid "Move to folder:"
+msgstr "Flytt til mappe:"
 
-#: ../../mod/babel.php:39
-msgid "bb2html: "
-msgstr "bb2html:"
+#: ../../mod/settings.php:854
+msgid "Display Settings"
+msgstr "Visningsinnstillinger"
 
-#: ../../mod/babel.php:43
-msgid "bb2html2bb: "
-msgstr "bb2html2bb:"
+#: ../../mod/settings.php:860 ../../mod/settings.php:873
+msgid "Display Theme:"
+msgstr "Vis tema:"
 
-#: ../../mod/babel.php:47
-msgid "bb2md: "
-msgstr "bb2md:"
+#: ../../mod/settings.php:861
+msgid "Mobile Theme:"
+msgstr "Mobilt tema:"
 
-#: ../../mod/babel.php:51
-msgid "bb2md2html: "
-msgstr "bb2md2html:"
+#: ../../mod/settings.php:862
+msgid "Update browser every xx seconds"
+msgstr "Oppdater nettleser hvert xx sekund"
 
-#: ../../mod/babel.php:55
-msgid "bb2dia2bb: "
-msgstr "bb2dia2bb:"
+#: ../../mod/settings.php:862
+msgid "Minimum of 10 seconds, no maximum"
+msgstr "Minimum 10 sekunder, ikke noe maksimum"
 
-#: ../../mod/babel.php:59
-msgid "bb2md2html2bb: "
-msgstr "bb2md2html2bb:"
+#: ../../mod/settings.php:863
+msgid "Number of items to display per page:"
+msgstr "Antall elementer som vises per side:"
 
-#: ../../mod/babel.php:69
-msgid "Source input (Diaspora format): "
-msgstr "Diaspora-formatert kilde-input:"
+#: ../../mod/settings.php:863 ../../mod/settings.php:864
+msgid "Maximum of 100 items"
+msgstr "Maksimum 100 elementer"
 
-#: ../../mod/babel.php:74
-msgid "diaspora2bb: "
-msgstr "diaspora2bb:"
+#: ../../mod/settings.php:864
+msgid "Number of items to display per page when viewed from mobile device:"
+msgstr "Antall elementer å vise per side ved visning på mobil enhet:"
 
-#: ../../mod/common.php:42
-msgid "Common Friends"
-msgstr "Felles venner"
+#: ../../mod/settings.php:865
+msgid "Don't show emoticons"
+msgstr "Ikke vis uttrykksikoner"
 
-#: ../../mod/common.php:78
-msgid "No contacts in common."
-msgstr "Ingen kontakter felles."
+#: ../../mod/settings.php:866
+msgid "Infinite scroll"
+msgstr "Uendelig rulling"
 
-#: ../../mod/apps.php:7
-msgid "You must be logged in to use addons. "
-msgstr "Du må være innlogget for å bruke tillegg."
+#: ../../mod/settings.php:942
+msgid "Normal Account Page"
+msgstr "Vanlig konto-side"
 
-#: ../../mod/apps.php:11
-msgid "Applications"
-msgstr "Programmer"
+#: ../../mod/settings.php:943
+msgid "This account is a normal personal profile"
+msgstr "Denne kontoen er en vanlig personlig profil"
 
-#: ../../mod/apps.php:14
-msgid "No installed applications."
-msgstr "Ingen installerte programmer."
+#: ../../mod/settings.php:946
+msgid "Soapbox Page"
+msgstr "Talerstol-side"
 
-#: ../../mod/contacts.php:85 ../../mod/contacts.php:165
-msgid "Could not access contact record."
-msgstr "Fikk ikke tilgang til kontaktposten."
+#: ../../mod/settings.php:947
+msgid "Automatically approve all connection/friend requests as read-only fans"
+msgstr "Automatisk godkjenning av alle forespørsler om forbindelse/venner som fans med kun leserettigheter"
 
-#: ../../mod/contacts.php:99
-msgid "Could not locate selected profile."
-msgstr "Kunne ikke lokalisere valgt profil."
+#: ../../mod/settings.php:950
+msgid "Community Forum/Celebrity Account"
+msgstr "Fellesskapsforum/Kjendis-side"
 
-#: ../../mod/contacts.php:122
-msgid "Contact updated."
-msgstr "Kontakt oppdatert."
+#: ../../mod/settings.php:951
+msgid ""
+"Automatically approve all connection/friend requests as read-write fans"
+msgstr "Automatisk godkjenning av alle forespørsler om forbindelse/venner som fans med lese- og skriverettigheter"
 
-#: ../../mod/contacts.php:124 ../../mod/dfrn_request.php:571
-msgid "Failed to update contact record."
-msgstr "Mislyktes med å oppdatere kontaktposten."
+#: ../../mod/settings.php:954
+msgid "Automatic Friend Page"
+msgstr "Automatisk venn-side"
 
-#: ../../mod/contacts.php:187
-msgid "Contact has been blocked"
-msgstr "Kontakten er blokkert"
+#: ../../mod/settings.php:955
+msgid "Automatically approve all connection/friend requests as friends"
+msgstr "Automatisk godkjenning av alle forespørsler om forbindelse/venner som venner"
 
-#: ../../mod/contacts.php:187
-msgid "Contact has been unblocked"
-msgstr "Kontakten er ikke blokkert lenger"
+#: ../../mod/settings.php:958
+msgid "Private Forum [Experimental]"
+msgstr "Privat forum [Eksperimentell]"
 
-#: ../../mod/contacts.php:201
-msgid "Contact has been ignored"
-msgstr "Kontakten er ignorert"
+#: ../../mod/settings.php:959
+msgid "Private forum - approved members only"
+msgstr "Privat forum - kun godkjente medlemmer"
 
-#: ../../mod/contacts.php:201
-msgid "Contact has been unignored"
-msgstr "Kontakten er ikke ignorert lenger"
+#: ../../mod/settings.php:971
+msgid "OpenID:"
+msgstr "OpenID:"
 
-#: ../../mod/contacts.php:220
-msgid "Contact has been archived"
-msgstr "Kontakt har blitt arkivert"
+#: ../../mod/settings.php:971
+msgid "(Optional) Allow this OpenID to login to this account."
+msgstr "(Valgfritt) Tillat denne OpenID-en å logge inn i denne kontoen."
 
-#: ../../mod/contacts.php:220
-msgid "Contact has been unarchived"
-msgstr "Kontakt har blitt hentet tilbake fra arkivet"
+#: ../../mod/settings.php:981
+msgid "Publish your default profile in your local site directory?"
+msgstr "Skal standardprofilen din publiseres i katalogen til nettstedet ditt?"
 
-#: ../../mod/contacts.php:244
-msgid "Do you really want to delete this contact?"
-msgstr "Ønsker du virkelig å slette denne kontakten?"
+#: ../../mod/settings.php:987
+msgid "Publish your default profile in the global social directory?"
+msgstr "Skal standardprofilen din publiseres i den globale sosiale katalogen?"
 
-#: ../../mod/contacts.php:263
-msgid "Contact has been removed."
-msgstr "Kontakten er fjernet."
+#: ../../mod/settings.php:995
+msgid "Hide your contact/friend list from viewers of your default profile?"
+msgstr "Skjul kontakt-/venne-listen din for besøkende til standardprofilen din?"
 
-#: ../../mod/contacts.php:301
-#, php-format
-msgid "You are mutual friends with %s"
-msgstr "Du er gjensidig venn med %s"
+#: ../../mod/settings.php:999
+msgid "Hide your profile details from unknown viewers?"
+msgstr "Skjul dine profildetaljer fra ukjente besøkende?"
 
-#: ../../mod/contacts.php:305
-#, php-format
-msgid "You are sharing with %s"
-msgstr "Du deler med %s"
+#: ../../mod/settings.php:1004
+msgid "Allow friends to post to your profile page?"
+msgstr "Tillat venner å poste innlegg på din profilside?"
 
-#: ../../mod/contacts.php:310
-#, php-format
-msgid "%s is sharing with you"
-msgstr "%s deler med deg"
+#: ../../mod/settings.php:1010
+msgid "Allow friends to tag your posts?"
+msgstr "Tillat venner å merke dine innlegg?"
 
-#: ../../mod/contacts.php:327
-msgid "Private communications are not available for this contact."
-msgstr "Privat kommunikasjon er ikke tilgjengelig mot denne kontakten."
+#: ../../mod/settings.php:1016
+msgid "Allow us to suggest you as a potential friend to new members?"
+msgstr "Tillat oss å foreslå deg som en mulig venn til nye medlemmer?"
 
-#: ../../mod/contacts.php:334
-msgid "(Update was successful)"
-msgstr "(Oppdatering vellykket)"
+#: ../../mod/settings.php:1022
+msgid "Permit unknown people to send you private mail?"
+msgstr "Tillat ukjente personer å sende deg privat post?"
 
-#: ../../mod/contacts.php:334
-msgid "(Update was not successful)"
-msgstr "(Oppdatering mislykket)"
+#: ../../mod/settings.php:1030
+msgid "Profile is <strong>not published</strong>."
+msgstr "Profilen er <strong>ikke publisert</strong>."
 
-#: ../../mod/contacts.php:336
-msgid "Suggest friends"
-msgstr "Foreslå venner"
+#: ../../mod/settings.php:1033 ../../mod/profile_photo.php:248
+msgid "or"
+msgstr "eller"
 
-#: ../../mod/contacts.php:340
-#, php-format
-msgid "Network type: %s"
-msgstr "Nettverkstype: %s"
+#: ../../mod/settings.php:1038
+msgid "Your Identity Address is"
+msgstr "Din identitetsadresse er"
 
-#: ../../mod/contacts.php:348
-msgid "View all contacts"
-msgstr "Vis alle kontakter"
+#: ../../mod/settings.php:1049
+msgid "Automatically expire posts after this many days:"
+msgstr "Innlegg utgår automatisk etter så mange dager:"
 
-#: ../../mod/contacts.php:356
-msgid "Toggle Blocked status"
-msgstr "Veksle blokkeringsstatus"
+#: ../../mod/settings.php:1049
+msgid "If empty, posts will not expire. Expired posts will be deleted"
+msgstr "Tomme innlegg utgår ikke. Utgåtte innlegg slettes."
 
-#: ../../mod/contacts.php:359 ../../mod/contacts.php:413
-msgid "Unignore"
-msgstr "Fjern ignorering"
+#: ../../mod/settings.php:1050
+msgid "Advanced expiration settings"
+msgstr "Avanserte innstillinger for å utgå"
 
-#: ../../mod/contacts.php:359 ../../mod/contacts.php:413
-#: ../../mod/notifications.php:51 ../../mod/notifications.php:164
-#: ../../mod/notifications.php:210
-msgid "Ignore"
-msgstr "Ignorer"
+#: ../../mod/settings.php:1051
+msgid "Advanced Expiration"
+msgstr "Avansert utgå"
 
-#: ../../mod/contacts.php:362
-msgid "Toggle Ignored status"
-msgstr "Veksle ingnorertstatus"
+#: ../../mod/settings.php:1052
+msgid "Expire posts:"
+msgstr "Innlegg utgår:"
 
-#: ../../mod/contacts.php:366
-msgid "Unarchive"
-msgstr "Hent ut av arkivet"
+#: ../../mod/settings.php:1053
+msgid "Expire personal notes:"
+msgstr "Personlige notater utgår:"
 
-#: ../../mod/contacts.php:366
-msgid "Archive"
-msgstr "Arkiver"
+#: ../../mod/settings.php:1054
+msgid "Expire starred posts:"
+msgstr "Innlegg med stjerne utgår:"
 
-#: ../../mod/contacts.php:369
-msgid "Toggle Archive status"
-msgstr "Veksle arkivertstatus"
+#: ../../mod/settings.php:1055
+msgid "Expire photos:"
+msgstr "Bilder utgår:"
 
-#: ../../mod/contacts.php:372
-msgid "Repair"
-msgstr "Reparer"
+#: ../../mod/settings.php:1056
+msgid "Only expire posts by others:"
+msgstr "Kun innlegg fra andre utgår:"
 
-#: ../../mod/contacts.php:375
-msgid "Advanced Contact Settings"
-msgstr "Avanserte kontaktinnstillinger"
+#: ../../mod/settings.php:1082
+msgid "Account Settings"
+msgstr "Kontoinnstillinger"
 
-#: ../../mod/contacts.php:381
-msgid "Communications lost with this contact!"
-msgstr "Kommunikasjon tapt med denne kontakten!"
+#: ../../mod/settings.php:1090
+msgid "Password Settings"
+msgstr "Passordinnstillinger"
 
-#: ../../mod/contacts.php:384
-msgid "Contact Editor"
-msgstr "Endre kontakt"
+#: ../../mod/settings.php:1091
+msgid "New Password:"
+msgstr "Nytt passord:"
 
-#: ../../mod/contacts.php:387
-msgid "Profile Visibility"
-msgstr "Profilens synlighet"
+#: ../../mod/settings.php:1092
+msgid "Confirm:"
+msgstr "Bekreft:"
 
-#: ../../mod/contacts.php:388
-#, php-format
-msgid ""
-"Please choose the profile you would like to display to %s when viewing your "
-"profile securely."
-msgstr "Vennligst velg profilen du ønsker å vise til %s når denne ser profilen på en sikret måte."
+#: ../../mod/settings.php:1092
+msgid "Leave password fields blank unless changing"
+msgstr "La passordfeltene stå tomme hvis du ikke skal bytte"
 
-#: ../../mod/contacts.php:389
-msgid "Contact Information / Notes"
-msgstr "Kontaktinformasjon/-notater"
+#: ../../mod/settings.php:1093
+msgid "Current Password:"
+msgstr "Gjeldende passord:"
 
-#: ../../mod/contacts.php:390
-msgid "Edit contact notes"
-msgstr "Endre kontaktnotater"
+#: ../../mod/settings.php:1093 ../../mod/settings.php:1094
+msgid "Your current password to confirm the changes"
+msgstr "Ditt gjeldende passord for å bekrefte endringene"
 
-#: ../../mod/contacts.php:396
-msgid "Block/Unblock contact"
-msgstr "Blokker kontakt/fjern blokkering for kontakt"
+#: ../../mod/settings.php:1094
+msgid "Password:"
+msgstr "Passord:"
 
-#: ../../mod/contacts.php:397
-msgid "Ignore contact"
-msgstr "Ignorer kontakt"
+#: ../../mod/settings.php:1098
+msgid "Basic Settings"
+msgstr "Grunninnstillinger"
 
-#: ../../mod/contacts.php:398
-msgid "Repair URL settings"
-msgstr "Reparer URL-innstillinger"
+#: ../../mod/settings.php:1099 ../../include/profile_advanced.php:15
+msgid "Full Name:"
+msgstr "Fullt navn:"
 
-#: ../../mod/contacts.php:399
-msgid "View conversations"
-msgstr "Vis samtaler"
+#: ../../mod/settings.php:1100
+msgid "Email Address:"
+msgstr "E-postadresse:"
 
-#: ../../mod/contacts.php:401
-msgid "Delete contact"
-msgstr "Slett kontakt"
+#: ../../mod/settings.php:1101
+msgid "Your Timezone:"
+msgstr "Din tidssone:"
 
-#: ../../mod/contacts.php:405
-msgid "Last update:"
-msgstr "Siste oppdatering:"
+#: ../../mod/settings.php:1102
+msgid "Default Post Location:"
+msgstr "Standard oppholdssted når du poster:"
 
-#: ../../mod/contacts.php:407
-msgid "Update public posts"
-msgstr "Oppdater offentlige innlegg"
+#: ../../mod/settings.php:1103
+msgid "Use Browser Location:"
+msgstr "Bruk nettleserens oppholdssted:"
 
-#: ../../mod/contacts.php:416
-msgid "Currently blocked"
-msgstr "Blokkert nå"
+#: ../../mod/settings.php:1106
+msgid "Security and Privacy Settings"
+msgstr "Sikkerhet og privatlivsinnstillinger"
 
-#: ../../mod/contacts.php:417
-msgid "Currently ignored"
-msgstr "Ignorert nå"
+#: ../../mod/settings.php:1108
+msgid "Maximum Friend Requests/Day:"
+msgstr "Maksimum venneforespørsler/dag:"
 
-#: ../../mod/contacts.php:418
-msgid "Currently archived"
-msgstr "For øyeblikket arkivert"
+#: ../../mod/settings.php:1108 ../../mod/settings.php:1138
+msgid "(to prevent spam abuse)"
+msgstr "(for å forhindre søppelpost)"
 
-#: ../../mod/contacts.php:419 ../../mod/notifications.php:157
-#: ../../mod/notifications.php:204
-msgid "Hide this contact from others"
-msgstr "Skjul denne kontakten for andre"
+#: ../../mod/settings.php:1109
+msgid "Default Post Permissions"
+msgstr "Standardtillatelser ved posting"
 
-#: ../../mod/contacts.php:419
-msgid ""
-"Replies/likes to your public posts <strong>may</strong> still be visible"
-msgstr "Svar/liker til dine offentlige innlegg <strong>kan</strong> fortsatt være synlige"
+#: ../../mod/settings.php:1110
+msgid "(click to open/close)"
+msgstr "(klikk for å åpne/lukke)"
 
-#: ../../mod/contacts.php:470
-msgid "Suggestions"
-msgstr "Forslag"
+#: ../../mod/settings.php:1119 ../../mod/photos.php:1140
+#: ../../mod/photos.php:1506
+msgid "Show to Groups"
+msgstr "Vis til grupper"
 
-#: ../../mod/contacts.php:473
-msgid "Suggest potential friends"
-msgstr "Foreslå mulige venner"
+#: ../../mod/settings.php:1120 ../../mod/photos.php:1141
+#: ../../mod/photos.php:1507
+msgid "Show to Contacts"
+msgstr "Vis til kontakter"
 
-#: ../../mod/contacts.php:476 ../../mod/group.php:194
-msgid "All Contacts"
-msgstr "Alle kontakter"
+#: ../../mod/settings.php:1121
+msgid "Default Private Post"
+msgstr "Standard privat innlegg"
 
-#: ../../mod/contacts.php:479
-msgid "Show all contacts"
-msgstr "Vis alle kontakter"
+#: ../../mod/settings.php:1122
+msgid "Default Public Post"
+msgstr "Standard offentlig innlegg"
 
-#: ../../mod/contacts.php:482
-msgid "Unblocked"
-msgstr "Ikke blokkert"
+#: ../../mod/settings.php:1126
+msgid "Default Permissions for New Posts"
+msgstr "Standard tillatelser for nye innlegg"
 
-#: ../../mod/contacts.php:485
-msgid "Only show unblocked contacts"
-msgstr "Bare vis ikke blokkerte kontakter"
+#: ../../mod/settings.php:1138
+msgid "Maximum private messages per day from unknown people:"
+msgstr "Maksimalt antall private meldinger per dag fra ukjente personer:"
 
-#: ../../mod/contacts.php:489
-msgid "Blocked"
-msgstr "Blokkert"
+#: ../../mod/settings.php:1141
+msgid "Notification Settings"
+msgstr "Beskjedinnstillinger"
 
-#: ../../mod/contacts.php:492
-msgid "Only show blocked contacts"
-msgstr "Bare vis blokkerte kontakter"
+#: ../../mod/settings.php:1142
+msgid "By default post a status message when:"
+msgstr "Standard å legge inn en statusmelding når:"
 
-#: ../../mod/contacts.php:496
-msgid "Ignored"
-msgstr "Ignorert"
+#: ../../mod/settings.php:1143
+msgid "accepting a friend request"
+msgstr "aksepterer en venneforespørsel"
 
-#: ../../mod/contacts.php:499
-msgid "Only show ignored contacts"
-msgstr "Bare vis ignorerte kontakter"
+#: ../../mod/settings.php:1144
+msgid "joining a forum/community"
+msgstr "blir med i et forum/fellesskap"
 
-#: ../../mod/contacts.php:503
-msgid "Archived"
-msgstr "Arkivert"
+#: ../../mod/settings.php:1145
+msgid "making an <em>interesting</em> profile change"
+msgstr "gjør en <em>interessant</em> profilendring"
 
-#: ../../mod/contacts.php:506
-msgid "Only show archived contacts"
-msgstr "Bare vis arkiverte kontakter"
+#: ../../mod/settings.php:1146
+msgid "Send a notification email when:"
+msgstr "Send en e-post med beskjed når:"
 
-#: ../../mod/contacts.php:510
-msgid "Hidden"
-msgstr "Skjult"
+#: ../../mod/settings.php:1147
+msgid "You receive an introduction"
+msgstr "Du mottar en introduksjon"
 
-#: ../../mod/contacts.php:513
-msgid "Only show hidden contacts"
-msgstr "Bare vis skjulte kontakter"
+#: ../../mod/settings.php:1148
+msgid "Your introductions are confirmed"
+msgstr "Dine introduksjoner er bekreftet"
 
-#: ../../mod/contacts.php:561
-msgid "Mutual Friendship"
-msgstr "Gjensidig vennskap"
+#: ../../mod/settings.php:1149
+msgid "Someone writes on your profile wall"
+msgstr "Noen skriver på veggen til profilen din"
 
-#: ../../mod/contacts.php:565
-msgid "is a fan of yours"
-msgstr "er en tilhenger av deg"
+#: ../../mod/settings.php:1150
+msgid "Someone writes a followup comment"
+msgstr "Noen skriver en oppfølgingskommentar"
 
-#: ../../mod/contacts.php:569
-msgid "you are a fan of"
-msgstr "du er en tilhenger av"
+#: ../../mod/settings.php:1151
+msgid "You receive a private message"
+msgstr "Du mottar en privat melding"
 
-#: ../../mod/contacts.php:611
-msgid "Search your contacts"
-msgstr "Søk i dine kontakter"
+#: ../../mod/settings.php:1152
+msgid "You receive a friend suggestion"
+msgstr "Du mottar et venneforslag"
 
-#: ../../mod/contacts.php:612 ../../mod/directory.php:59
-msgid "Finding: "
-msgstr "Fant:"
+#: ../../mod/settings.php:1153
+msgid "You are tagged in a post"
+msgstr "Du er merket i et innlegg"
 
-#: ../../mod/settings.php:23 ../../mod/photos.php:79
-msgid "everybody"
-msgstr "alle"
+#: ../../mod/settings.php:1154
+msgid "You are poked/prodded/etc. in a post"
+msgstr "Du er dyttet/dultet/etc i et innlegg"
 
-#: ../../mod/settings.php:35
-msgid "Additional features"
-msgstr "Tilleggsfunksjoner"
+#: ../../mod/settings.php:1157
+msgid "Advanced Account/Page Type Settings"
+msgstr "Avanserte konto-/sidetype-innstillinger"
 
-#: ../../mod/settings.php:40 ../../mod/uexport.php:14
-msgid "Display settings"
-msgstr "Visningsinnstillinger"
+#: ../../mod/settings.php:1158
+msgid "Change the behaviour of this account for special situations"
+msgstr "Endre oppførselen til denne kontoen i spesielle situasjoner"
 
-#: ../../mod/settings.php:46 ../../mod/uexport.php:20
-msgid "Connector settings"
-msgstr "Koblingsinnstillinger"
+#: ../../mod/settings.php:1161
+msgid "Relocate"
+msgstr "Omplasser"
 
-#: ../../mod/settings.php:51 ../../mod/uexport.php:25
-msgid "Plugin settings"
-msgstr "Tilleggsinnstillinger"
+#: ../../mod/settings.php:1162
+msgid ""
+"If you have moved this profile from another server, and some of your "
+"contacts don't receive your updates, try pushing this button."
+msgstr "Hvis du har flyttet denne profilen fra en annen tjener, og noen av dine kontakter ikke mottar dine oppdateringer, prøv å trykke denne knappen."
 
-#: ../../mod/settings.php:56 ../../mod/uexport.php:30
-msgid "Connected apps"
-msgstr "Tilkoblede programmer"
+#: ../../mod/settings.php:1163
+msgid "Resend relocate message to contacts"
+msgstr "Send omplasseringsmelding på nytt til kontakter"
 
-#: ../../mod/settings.php:61 ../../mod/uexport.php:35 ../../mod/uexport.php:80
-msgid "Export personal data"
-msgstr "Eksporter personlige data"
+#: ../../mod/profiles.php:37
+msgid "Profile deleted."
+msgstr "Profil slettet."
 
-#: ../../mod/settings.php:66 ../../mod/uexport.php:40
-msgid "Remove account"
-msgstr "Fjern konto"
+#: ../../mod/profiles.php:55 ../../mod/profiles.php:89
+msgid "Profile-"
+msgstr "Profil-"
 
-#: ../../mod/settings.php:118
-msgid "Missing some important data!"
-msgstr "Mangler noen viktige data!"
+#: ../../mod/profiles.php:74 ../../mod/profiles.php:117
+msgid "New profile created."
+msgstr "Ny profil opprettet."
 
-#: ../../mod/settings.php:121 ../../mod/settings.php:610
-msgid "Update"
-msgstr "Oppdater"
+#: ../../mod/profiles.php:95
+msgid "Profile unavailable to clone."
+msgstr "Profilen er utilgjengelig for kloning."
 
-#: ../../mod/settings.php:227
-msgid "Failed to connect with email account using the settings provided."
-msgstr "Mislyktes i å opprette forbindelse med e-postkontoen med de oppgitte innstillingene."
+#: ../../mod/profiles.php:170
+msgid "Profile Name is required."
+msgstr "Profilnavn er påkrevet."
 
-#: ../../mod/settings.php:232
-msgid "Email settings updated."
-msgstr "E-postinnstillinger er oppdatert."
+#: ../../mod/profiles.php:317
+msgid "Marital Status"
+msgstr "Ekteskapelig status"
 
-#: ../../mod/settings.php:247
-msgid "Features updated"
-msgstr "Funksjoner oppdatert"
-
-#: ../../mod/settings.php:312
-msgid "Passwords do not match. Password unchanged."
-msgstr "Passordene er ikke like. Passord uendret."
+#: ../../mod/profiles.php:321
+msgid "Romantic Partner"
+msgstr "Romantisk partner"
 
-#: ../../mod/settings.php:317
-msgid "Empty passwords are not allowed. Password unchanged."
-msgstr "Tomme passord er ikke lov. Passord uendret."
+#: ../../mod/profiles.php:325
+msgid "Likes"
+msgstr "Liker"
 
-#: ../../mod/settings.php:325
-msgid "Wrong password."
-msgstr "Feil passord."
+#: ../../mod/profiles.php:329
+msgid "Dislikes"
+msgstr "Liker ikke"
 
-#: ../../mod/settings.php:336
-msgid "Password changed."
-msgstr "Passord endret."
+#: ../../mod/profiles.php:333
+msgid "Work/Employment"
+msgstr "Arbeid/ansatt hos"
 
-#: ../../mod/settings.php:338
-msgid "Password update failed. Please try again."
-msgstr "Passordoppdatering mislyktes. Vennligst prøv igjen."
+#: ../../mod/profiles.php:336
+msgid "Religion"
+msgstr "Religion"
 
-#: ../../mod/settings.php:403
-msgid " Please use a shorter name."
-msgstr "Vennligst bruk et kortere navn."
+#: ../../mod/profiles.php:340
+msgid "Political Views"
+msgstr "Politisk ståsted"
 
-#: ../../mod/settings.php:405
-msgid " Name too short."
-msgstr "Navnet er for kort."
+#: ../../mod/profiles.php:344
+msgid "Gender"
+msgstr "Kjønn"
 
-#: ../../mod/settings.php:414
-msgid "Wrong Password"
-msgstr "Feil passord"
+#: ../../mod/profiles.php:348
+msgid "Sexual Preference"
+msgstr "Seksuell orientering"
 
-#: ../../mod/settings.php:419
-msgid " Not valid email."
-msgstr "Ugyldig e-postadresse."
+#: ../../mod/profiles.php:352
+msgid "Homepage"
+msgstr "Hjemmeside"
 
-#: ../../mod/settings.php:422
-msgid " Cannot change to that email."
-msgstr "Kan ikke endre til den e-postadressen."
+#: ../../mod/profiles.php:356
+msgid "Interests"
+msgstr "Interesser"
 
-#: ../../mod/settings.php:476
-msgid "Private forum has no privacy permissions. Using default privacy group."
-msgstr "Privat forum har ingen personverntillatelser. Bruker standard personverngruppe."
+#: ../../mod/profiles.php:360
+msgid "Address"
+msgstr "Adresse"
 
-#: ../../mod/settings.php:480
-msgid "Private forum has no privacy permissions and no default privacy group."
-msgstr "Privat forum har ingen personverntillatelser og ingen standard personverngruppe."
+#: ../../mod/profiles.php:367
+msgid "Location"
+msgstr "Plassering"
 
-#: ../../mod/settings.php:510
-msgid "Settings updated."
-msgstr "Innstillinger oppdatert."
+#: ../../mod/profiles.php:450
+msgid "Profile updated."
+msgstr "Profil oppdatert."
 
-#: ../../mod/settings.php:583 ../../mod/settings.php:609
-#: ../../mod/settings.php:645
-msgid "Add application"
-msgstr "Legg til program"
+#: ../../mod/profiles.php:521
+msgid " and "
+msgstr "og"
 
-#: ../../mod/settings.php:587 ../../mod/settings.php:613
-msgid "Consumer Key"
-msgstr "Consumer Key"
+#: ../../mod/profiles.php:529
+msgid "public profile"
+msgstr "offentlig profil"
 
-#: ../../mod/settings.php:588 ../../mod/settings.php:614
-msgid "Consumer Secret"
-msgstr "Consumer Secret"
+#: ../../mod/profiles.php:532
+#, php-format
+msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
+msgstr "%1$s endret %2$s til &ldquo;%3$s&rdquo;"
 
-#: ../../mod/settings.php:589 ../../mod/settings.php:615
-msgid "Redirect"
-msgstr "Omdiriger"
+#: ../../mod/profiles.php:533
+#, php-format
+msgid " - Visit %1$s's %2$s"
+msgstr "- Besøk %1$s sin %2$s"
 
-#: ../../mod/settings.php:590 ../../mod/settings.php:616
-msgid "Icon url"
-msgstr "Ikon URL"
+#: ../../mod/profiles.php:536
+#, php-format
+msgid "%1$s has an updated %2$s, changing %3$s."
+msgstr "%1$s har oppdatert %2$s, endret %3$s."
 
-#: ../../mod/settings.php:601
-msgid "You can't edit this application."
-msgstr "Du kan ikke redigere dette programmet."
+#: ../../mod/profiles.php:609
+msgid "Hide your contact/friend list from viewers of this profile?"
+msgstr "Skjul kontakten/vennen din fra folk som kan se denne profilen?"
 
-#: ../../mod/settings.php:644
-msgid "Connected Apps"
-msgstr "Tilkoblede programmer"
+#: ../../mod/profiles.php:629
+msgid "Edit Profile Details"
+msgstr "Endre profildetaljer"
 
-#: ../../mod/settings.php:646 ../../mod/editpost.php:109
-#: ../../mod/content.php:751 ../../object/Item.php:117
-msgid "Edit"
-msgstr "Endre"
+#: ../../mod/profiles.php:631
+msgid "Change Profile Photo"
+msgstr "Endre profilbilde"
 
-#: ../../mod/settings.php:648
-msgid "Client key starts with"
-msgstr "Klientnøkkelen starter med"
+#: ../../mod/profiles.php:632
+msgid "View this profile"
+msgstr "Vis denne profilen"
 
-#: ../../mod/settings.php:649
-msgid "No name"
-msgstr "Ingen navn"
+#: ../../mod/profiles.php:633
+msgid "Create a new profile using these settings"
+msgstr "Opprett en ny profil med disse innstillingene"
 
-#: ../../mod/settings.php:650
-msgid "Remove authorization"
-msgstr "Fjern tillatelse"
+#: ../../mod/profiles.php:634
+msgid "Clone this profile"
+msgstr "Klon denne profilen"
 
-#: ../../mod/settings.php:662
-msgid "No Plugin settings configured"
-msgstr "Ingen tilleggsinnstillinger konfigurert"
+#: ../../mod/profiles.php:635
+msgid "Delete this profile"
+msgstr "Slette denne profilen"
 
-#: ../../mod/settings.php:670
-msgid "Plugin Settings"
-msgstr "Tilleggsinnstillinger"
+#: ../../mod/profiles.php:636
+msgid "Profile Name:"
+msgstr "Profilnavn:"
 
-#: ../../mod/settings.php:684
-msgid "Off"
-msgstr "Av"
+#: ../../mod/profiles.php:637
+msgid "Your Full Name:"
+msgstr "Ditt fulle navn:"
 
-#: ../../mod/settings.php:684
-msgid "On"
-msgstr ""
+#: ../../mod/profiles.php:638
+msgid "Title/Description:"
+msgstr "Tittel/Beskrivelse:"
 
-#: ../../mod/settings.php:692
-msgid "Additional Features"
-msgstr "Tilleggsfunksjoner"
+#: ../../mod/profiles.php:639
+msgid "Your Gender:"
+msgstr "Ditt kjønn:"
 
-#: ../../mod/settings.php:705 ../../mod/settings.php:706
+#: ../../mod/profiles.php:640
 #, php-format
-msgid "Built-in support for %s connectivity is %s"
-msgstr "Innebygget støtte for %s forbindelse er %s"
-
-#: ../../mod/settings.php:705 ../../mod/settings.php:706
-msgid "enabled"
-msgstr "aktivert"
+msgid "Birthday (%s):"
+msgstr "Fødselsdag (%s):"
 
-#: ../../mod/settings.php:705 ../../mod/settings.php:706
-msgid "disabled"
-msgstr "avskrudd"
+#: ../../mod/profiles.php:641
+msgid "Street Address:"
+msgstr "Gateadresse:"
 
-#: ../../mod/settings.php:706
-msgid "StatusNet"
-msgstr "StatusNet"
+#: ../../mod/profiles.php:642
+msgid "Locality/City:"
+msgstr "Plassering/by:"
 
-#: ../../mod/settings.php:738
-msgid "Email access is disabled on this site."
-msgstr "E-posttilgang er avskrudd på dette stedet."
+#: ../../mod/profiles.php:643
+msgid "Postal/Zip Code:"
+msgstr "Postnummer:"
 
-#: ../../mod/settings.php:745
-msgid "Connector Settings"
-msgstr "Koblingsinnstillinger"
+#: ../../mod/profiles.php:644
+msgid "Country:"
+msgstr "Land:"
 
-#: ../../mod/settings.php:750
-msgid "Email/Mailbox Setup"
-msgstr "E-post-/postboksinnstillinger"
+#: ../../mod/profiles.php:645
+msgid "Region/State:"
+msgstr "Region/fylke:"
 
-#: ../../mod/settings.php:751
-msgid ""
-"If you wish to communicate with email contacts using this service "
-"(optional), please specify how to connect to your mailbox."
-msgstr "Hvis du ønsker å kommunisere med e-postkontakter via denne tjenesten (frivillig), vennligst oppgi hvordan din postboks kontaktes."
+#: ../../mod/profiles.php:646
+msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
+msgstr "<span class=\"heart\">&hearts;</span> Sivilstand:"
 
-#: ../../mod/settings.php:752
-msgid "Last successful email check:"
-msgstr "Siste vellykkede e-postsjekk:"
+#: ../../mod/profiles.php:647
+msgid "Who: (if applicable)"
+msgstr "Hvem: (hvis gjeldende)"
 
-#: ../../mod/settings.php:754
-msgid "IMAP server name:"
-msgstr "IMAP-tjeners navn:"
+#: ../../mod/profiles.php:648
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+msgstr "Eksempler: kari123, Kari Nordmann, kari@example.com"
 
-#: ../../mod/settings.php:755
-msgid "IMAP port:"
-msgstr "IMAP port:"
+#: ../../mod/profiles.php:649
+msgid "Since [date]:"
+msgstr "Fra [dato]:"
 
-#: ../../mod/settings.php:756
-msgid "Security:"
-msgstr "Sikkerhet:"
+#: ../../mod/profiles.php:650 ../../include/profile_advanced.php:46
+msgid "Sexual Preference:"
+msgstr "Seksuell orientering:"
 
-#: ../../mod/settings.php:756 ../../mod/settings.php:761
-msgid "None"
-msgstr "Ingen"
+#: ../../mod/profiles.php:651
+msgid "Homepage URL:"
+msgstr "Hjemmeside URL:"
 
-#: ../../mod/settings.php:757
-msgid "Email login name:"
-msgstr "E-post brukernavn:"
+#: ../../mod/profiles.php:652 ../../include/profile_advanced.php:50
+msgid "Hometown:"
+msgstr "Hjemsted:"
 
-#: ../../mod/settings.php:758
-msgid "Email password:"
-msgstr "E-post passord:"
+#: ../../mod/profiles.php:653 ../../include/profile_advanced.php:54
+msgid "Political Views:"
+msgstr "Politisk ståsted:"
 
-#: ../../mod/settings.php:759
-msgid "Reply-to address:"
-msgstr "Svar-til-adresse:"
+#: ../../mod/profiles.php:654
+msgid "Religious Views:"
+msgstr "Religiøst ståsted:"
 
-#: ../../mod/settings.php:760
-msgid "Send public posts to all email contacts:"
-msgstr "Send offentlige meldinger til alle e-postkontakter:"
+#: ../../mod/profiles.php:655
+msgid "Public Keywords:"
+msgstr "Offentlige nøkkelord:"
 
-#: ../../mod/settings.php:761
-msgid "Action after import:"
-msgstr "Handling etter import:"
+#: ../../mod/profiles.php:656
+msgid "Private Keywords:"
+msgstr "Private nøkkelord:"
 
-#: ../../mod/settings.php:761
-msgid "Mark as seen"
-msgstr "Marker som sett"
+#: ../../mod/profiles.php:657 ../../include/profile_advanced.php:62
+msgid "Likes:"
+msgstr "Liker:"
 
-#: ../../mod/settings.php:761
-msgid "Move to folder"
-msgstr "Flytt til mappe"
+#: ../../mod/profiles.php:658 ../../include/profile_advanced.php:64
+msgid "Dislikes:"
+msgstr "Liker ikke:"
 
-#: ../../mod/settings.php:762
-msgid "Move to folder:"
-msgstr "Flytt til mappe:"
+#: ../../mod/profiles.php:659
+msgid "Example: fishing photography software"
+msgstr "Eksempel: fisking fotografering programvare"
 
-#: ../../mod/settings.php:835
-msgid "Display Settings"
-msgstr "Visningsinnstillinger"
-
-#: ../../mod/settings.php:841 ../../mod/settings.php:853
-msgid "Display Theme:"
-msgstr "Vis tema:"
-
-#: ../../mod/settings.php:842
-msgid "Mobile Theme:"
-msgstr "Mobilt tema:"
+#: ../../mod/profiles.php:660
+msgid "(Used for suggesting potential friends, can be seen by others)"
+msgstr "(Brukes for å foreslå mulige venner, kan ses av andre)"
 
-#: ../../mod/settings.php:843
-msgid "Update browser every xx seconds"
-msgstr "Oppdater nettleser hvert xx sekund"
+#: ../../mod/profiles.php:661
+msgid "(Used for searching profiles, never shown to others)"
+msgstr "(Brukes for å søke i profiler, vises aldri til andre)"
 
-#: ../../mod/settings.php:843
-msgid "Minimum of 10 seconds, no maximum"
-msgstr "Minimum 10 sekunder, ikke noe maksimum"
+#: ../../mod/profiles.php:662
+msgid "Tell us about yourself..."
+msgstr "Fortell oss om deg selv..."
 
-#: ../../mod/settings.php:844
-msgid "Number of items to display per page:"
-msgstr "Antall elementer som vises per side:"
+#: ../../mod/profiles.php:663
+msgid "Hobbies/Interests"
+msgstr "Hobbier/interesser"
 
-#: ../../mod/settings.php:844 ../../mod/settings.php:845
-msgid "Maximum of 100 items"
-msgstr "Maksimum 100 elementer"
+#: ../../mod/profiles.php:664
+msgid "Contact information and Social Networks"
+msgstr "Kontaktinformasjon og sosiale nettverk"
 
-#: ../../mod/settings.php:845
-msgid "Number of items to display per page when viewed from mobile device:"
-msgstr "Antall elementer å vise per side ved visning på mobil enhet:"
+#: ../../mod/profiles.php:665
+msgid "Musical interests"
+msgstr "Musikksmak"
 
-#: ../../mod/settings.php:846
-msgid "Don't show emoticons"
-msgstr "Ikke vis uttrykksikoner"
+#: ../../mod/profiles.php:666
+msgid "Books, literature"
+msgstr "Bøker, litteratur"
 
-#: ../../mod/settings.php:922
-msgid "Normal Account Page"
-msgstr "Vanlig konto-side"
+#: ../../mod/profiles.php:667
+msgid "Television"
+msgstr "TV"
 
-#: ../../mod/settings.php:923
-msgid "This account is a normal personal profile"
-msgstr "Denne kontoen er en vanlig personlig profil"
+#: ../../mod/profiles.php:668
+msgid "Film/dance/culture/entertainment"
+msgstr "Film/dans/kultur/underholdning"
 
-#: ../../mod/settings.php:926
-msgid "Soapbox Page"
-msgstr "Talerstol-side"
+#: ../../mod/profiles.php:669
+msgid "Love/romance"
+msgstr "Kjærlighet/romanse"
 
-#: ../../mod/settings.php:927
-msgid "Automatically approve all connection/friend requests as read-only fans"
-msgstr "Automatisk godkjenning av alle forespørsler om forbindelse/venner som fans med kun leserettigheter"
+#: ../../mod/profiles.php:670
+msgid "Work/employment"
+msgstr "Arbeid/ansatt hos"
 
-#: ../../mod/settings.php:930
-msgid "Community Forum/Celebrity Account"
-msgstr "Fellesskapsforum/Kjendis-side"
+#: ../../mod/profiles.php:671
+msgid "School/education"
+msgstr "Skole/utdanning"
 
-#: ../../mod/settings.php:931
+#: ../../mod/profiles.php:676
 msgid ""
-"Automatically approve all connection/friend requests as read-write fans"
-msgstr "Automatisk godkjenning av alle forespørsler om forbindelse/venner som fans med lese- og skriverettigheter"
+"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
+"be visible to anybody using the internet."
+msgstr "Dette er din <strong>offentlige</strong> profil.<br>Den <strong>kan</strong> ses av alle på Internet."
 
-#: ../../mod/settings.php:934
-msgid "Automatic Friend Page"
-msgstr "Automatisk venn-side"
+#: ../../mod/profiles.php:725
+msgid "Edit/Manage Profiles"
+msgstr "Rediger/Behandle profiler"
 
-#: ../../mod/settings.php:935
-msgid "Automatically approve all connection/friend requests as friends"
-msgstr "Automatisk godkjenning av alle forespørsler om forbindelse/venner som venner"
+#: ../../mod/group.php:29
+msgid "Group created."
+msgstr "Gruppen er laget."
 
-#: ../../mod/settings.php:938
-msgid "Private Forum [Experimental]"
-msgstr "Privat forum [Eksperimentell]"
+#: ../../mod/group.php:35
+msgid "Could not create group."
+msgstr "Kunne ikke lage gruppen."
 
-#: ../../mod/settings.php:939
-msgid "Private forum - approved members only"
-msgstr "Privat forum - kun godkjente medlemmer"
+#: ../../mod/group.php:47 ../../mod/group.php:140
+msgid "Group not found."
+msgstr "Fant ikke gruppen."
 
-#: ../../mod/settings.php:951
-msgid "OpenID:"
-msgstr "OpenID:"
+#: ../../mod/group.php:60
+msgid "Group name changed."
+msgstr "Gruppenavnet er endret"
 
-#: ../../mod/settings.php:951
-msgid "(Optional) Allow this OpenID to login to this account."
-msgstr "(Valgfritt) Tillat denne OpenID-en å logge inn i denne kontoen."
+#: ../../mod/group.php:87
+msgid "Save Group"
+msgstr "Lagre gruppe"
 
-#: ../../mod/settings.php:961
-msgid "Publish your default profile in your local site directory?"
-msgstr "Skal standardprofilen din publiseres i katalogen til nettstedet ditt?"
+#: ../../mod/group.php:93
+msgid "Create a group of contacts/friends."
+msgstr "Lag en gruppe med kontakter/venner."
 
-#: ../../mod/settings.php:967
-msgid "Publish your default profile in the global social directory?"
-msgstr "Skal standardprofilen din publiseres i den globale sosiale katalogen?"
+#: ../../mod/group.php:94 ../../mod/group.php:180
+msgid "Group Name: "
+msgstr "Gruppenavn:"
 
-#: ../../mod/settings.php:975
-msgid "Hide your contact/friend list from viewers of your default profile?"
-msgstr "Skjul kontakt-/venne-listen din for besøkende til standardprofilen din?"
+#: ../../mod/group.php:113
+msgid "Group removed."
+msgstr "Gruppe fjernet."
 
-#: ../../mod/settings.php:979
-msgid "Hide your profile details from unknown viewers?"
-msgstr "Skjul dine profildetaljer fra ukjente besøkende?"
+#: ../../mod/group.php:115
+msgid "Unable to remove group."
+msgstr "Mislyktes med å fjerne gruppe."
 
-#: ../../mod/settings.php:984
-msgid "Allow friends to post to your profile page?"
-msgstr "Tillat venner å poste innlegg på din profilside?"
+#: ../../mod/group.php:179
+msgid "Group Editor"
+msgstr "Gruppebehandler"
 
-#: ../../mod/settings.php:990
-msgid "Allow friends to tag your posts?"
-msgstr "Tillat venner å merke dine innlegg?"
+#: ../../mod/group.php:192
+msgid "Members"
+msgstr "Medlemmer"
 
-#: ../../mod/settings.php:996
-msgid "Allow us to suggest you as a potential friend to new members?"
-msgstr "Tillat oss å foreslå deg som en mulig venn til nye medlemmer?"
+#: ../../mod/group.php:224 ../../mod/profperm.php:105
+msgid "Click on a contact to add or remove."
+msgstr "Klikk på en kontakt for å legge til eller fjerne."
 
-#: ../../mod/settings.php:1002
-msgid "Permit unknown people to send you private mail?"
-msgstr "Tillat ukjente personer å sende deg privat post?"
+#: ../../mod/babel.php:17
+msgid "Source (bbcode) text:"
+msgstr "BBcode kildetekst:"
 
-#: ../../mod/settings.php:1010
-msgid "Profile is <strong>not published</strong>."
-msgstr "Profilen er <strong>ikke publisert</strong>."
+#: ../../mod/babel.php:23
+msgid "Source (Diaspora) text to convert to BBcode:"
+msgstr "Diaspora kildetekst å konvertere til BBcode:"
 
-#: ../../mod/settings.php:1013 ../../mod/profile_photo.php:248
-msgid "or"
-msgstr "eller"
+#: ../../mod/babel.php:31
+msgid "Source input: "
+msgstr "Kilde-input:"
 
-#: ../../mod/settings.php:1018
-msgid "Your Identity Address is"
-msgstr "Din identitetsadresse er"
+#: ../../mod/babel.php:35
+msgid "bb2html (raw HTML): "
+msgstr "bb2html (rå HTML):"
 
-#: ../../mod/settings.php:1029
-msgid "Automatically expire posts after this many days:"
-msgstr "Innlegg utgår automatisk etter så mange dager:"
+#: ../../mod/babel.php:39
+msgid "bb2html: "
+msgstr "bb2html:"
 
-#: ../../mod/settings.php:1029
-msgid "If empty, posts will not expire. Expired posts will be deleted"
-msgstr "Tomme innlegg utgår ikke. Utgåtte innlegg slettes."
+#: ../../mod/babel.php:43
+msgid "bb2html2bb: "
+msgstr "bb2html2bb:"
 
-#: ../../mod/settings.php:1030
-msgid "Advanced expiration settings"
-msgstr "Avanserte innstillinger for å utgå"
+#: ../../mod/babel.php:47
+msgid "bb2md: "
+msgstr "bb2md:"
 
-#: ../../mod/settings.php:1031
-msgid "Advanced Expiration"
-msgstr "Avansert utgå"
+#: ../../mod/babel.php:51
+msgid "bb2md2html: "
+msgstr "bb2md2html:"
 
-#: ../../mod/settings.php:1032
-msgid "Expire posts:"
-msgstr "Innlegg utgår:"
+#: ../../mod/babel.php:55
+msgid "bb2dia2bb: "
+msgstr "bb2dia2bb:"
 
-#: ../../mod/settings.php:1033
-msgid "Expire personal notes:"
-msgstr "Personlige notater utgår:"
+#: ../../mod/babel.php:59
+msgid "bb2md2html2bb: "
+msgstr "bb2md2html2bb:"
 
-#: ../../mod/settings.php:1034
-msgid "Expire starred posts:"
-msgstr "Innlegg med stjerne utgår:"
+#: ../../mod/babel.php:69
+msgid "Source input (Diaspora format): "
+msgstr "Diaspora-formatert kilde-input:"
 
-#: ../../mod/settings.php:1035
-msgid "Expire photos:"
-msgstr "Bilder utgår:"
+#: ../../mod/babel.php:74
+msgid "diaspora2bb: "
+msgstr "diaspora2bb:"
 
-#: ../../mod/settings.php:1036
-msgid "Only expire posts by others:"
-msgstr "Kun innlegg fra andre utgår:"
+#: ../../mod/community.php:23
+msgid "Not available."
+msgstr "Ikke tilgjengelig."
 
-#: ../../mod/settings.php:1062
-msgid "Account Settings"
-msgstr "Kontoinnstillinger"
+#: ../../mod/follow.php:27
+msgid "Contact added"
+msgstr "Kontakt lagt til "
 
-#: ../../mod/settings.php:1070
-msgid "Password Settings"
-msgstr "Passordinnstillinger"
+#: ../../mod/notify.php:61 ../../mod/notifications.php:332
+msgid "No more system notifications."
+msgstr "Ingen flere systemvarsler."
 
-#: ../../mod/settings.php:1071
-msgid "New Password:"
-msgstr "Nytt passord:"
+#: ../../mod/notify.php:65 ../../mod/notifications.php:336
+msgid "System Notifications"
+msgstr "Systemvarsler"
 
-#: ../../mod/settings.php:1072
-msgid "Confirm:"
-msgstr "Bekreft:"
+#: ../../mod/message.php:9 ../../include/nav.php:159
+msgid "New Message"
+msgstr "Ny melding"
 
-#: ../../mod/settings.php:1072
-msgid "Leave password fields blank unless changing"
-msgstr "La passordfeltene stå tomme hvis du ikke skal bytte"
+#: ../../mod/message.php:67
+msgid "Unable to locate contact information."
+msgstr "Mislyktes med å finne kontaktinformasjon."
 
-#: ../../mod/settings.php:1073
-msgid "Current Password:"
-msgstr "Gjeldende passord:"
+#: ../../mod/message.php:182 ../../mod/notifications.php:103
+#: ../../include/nav.php:156
+msgid "Messages"
+msgstr "Meldinger"
 
-#: ../../mod/settings.php:1073 ../../mod/settings.php:1074
-msgid "Your current password to confirm the changes"
-msgstr "Ditt gjeldende passord for å bekrefte endringene"
+#: ../../mod/message.php:207
+msgid "Do you really want to delete this message?"
+msgstr "Ønsker du virkelig å slette denne meldingen?"
 
-#: ../../mod/settings.php:1074
-msgid "Password:"
-msgstr "Passord:"
+#: ../../mod/message.php:227
+msgid "Message deleted."
+msgstr "Melding slettet."
 
-#: ../../mod/settings.php:1078
-msgid "Basic Settings"
-msgstr "Grunninnstillinger"
+#: ../../mod/message.php:258
+msgid "Conversation removed."
+msgstr "Samtale slettet."
 
-#: ../../mod/settings.php:1080
-msgid "Email Address:"
-msgstr "E-postadresse:"
+#: ../../mod/message.php:371
+msgid "No messages."
+msgstr "Ingen meldinger."
 
-#: ../../mod/settings.php:1081
-msgid "Your Timezone:"
-msgstr "Din tidssone:"
+#: ../../mod/message.php:378
+#, php-format
+msgid "Unknown sender - %s"
+msgstr "Ukjent avsender - %s"
 
-#: ../../mod/settings.php:1082
-msgid "Default Post Location:"
-msgstr "Standard oppholdssted når du poster:"
+#: ../../mod/message.php:381
+#, php-format
+msgid "You and %s"
+msgstr "Du og %s"
 
-#: ../../mod/settings.php:1083
-msgid "Use Browser Location:"
-msgstr "Bruk nettleserens oppholdssted:"
+#: ../../mod/message.php:384
+#, php-format
+msgid "%s and You"
+msgstr "%s og du"
 
-#: ../../mod/settings.php:1086
-msgid "Security and Privacy Settings"
-msgstr "Sikkerhet og privatlivsinnstillinger"
+#: ../../mod/message.php:405 ../../mod/message.php:546
+msgid "Delete conversation"
+msgstr "Slett samtale"
 
-#: ../../mod/settings.php:1088
-msgid "Maximum Friend Requests/Day:"
-msgstr "Maksimum venneforespørsler/dag:"
+#: ../../mod/message.php:408
+msgid "D, d M Y - g:i A"
+msgstr "D, d M Y - g:i A"
 
-#: ../../mod/settings.php:1088 ../../mod/settings.php:1118
-msgid "(to prevent spam abuse)"
-msgstr "(for å forhindre søppelpost)"
+#: ../../mod/message.php:411
+#, php-format
+msgid "%d message"
+msgid_plural "%d messages"
+msgstr[0] "%d melding"
+msgstr[1] "%d meldinger"
 
-#: ../../mod/settings.php:1089
-msgid "Default Post Permissions"
-msgstr "Standardtillatelser ved posting"
+#: ../../mod/message.php:450
+msgid "Message not available."
+msgstr "Melding utilgjengelig."
 
-#: ../../mod/settings.php:1090
-msgid "(click to open/close)"
-msgstr "(klikk for å åpne/lukke)"
+#: ../../mod/message.php:520
+msgid "Delete message"
+msgstr "Slett melding"
 
-#: ../../mod/settings.php:1099 ../../mod/photos.php:1140
-#: ../../mod/photos.php:1506
-msgid "Show to Groups"
-msgstr "Vis til grupper"
+#: ../../mod/message.php:548
+msgid ""
+"No secure communications available. You <strong>may</strong> be able to "
+"respond from the sender's profile page."
+msgstr "Ingen sikker kommunikasjon tilgjengelig. Du <strong>kan kanskje</strong> svare fra senderens profilside."
 
-#: ../../mod/settings.php:1100 ../../mod/photos.php:1141
-#: ../../mod/photos.php:1507
-msgid "Show to Contacts"
-msgstr "Vis til kontakter"
+#: ../../mod/message.php:552
+msgid "Send Reply"
+msgstr "Send svar"
 
-#: ../../mod/settings.php:1101
-msgid "Default Private Post"
-msgstr "Standard privat innlegg"
+#: ../../mod/like.php:170 ../../include/conversation.php:140
+#, php-format
+msgid "%1$s doesn't like %2$s's %3$s"
+msgstr "%1$s liker ikke %2$s's %3$s"
 
-#: ../../mod/settings.php:1102
-msgid "Default Public Post"
-msgstr "Standard offentlig innlegg"
+#: ../../mod/oexchange.php:25
+msgid "Post successful."
+msgstr "Innlegg vellykket."
 
-#: ../../mod/settings.php:1106
-msgid "Default Permissions for New Posts"
-msgstr "Standard tillatelser for nye innlegg"
+#: ../../mod/localtime.php:12 ../../include/event.php:11
+#: ../../include/bb2diaspora.php:393
+msgid "l F d, Y \\@ g:i A"
+msgstr "l F d, Y \\@ g:i A"
 
-#: ../../mod/settings.php:1118
-msgid "Maximum private messages per day from unknown people:"
-msgstr "Maksimalt antall private meldinger per dag fra ukjente personer:"
+#: ../../mod/localtime.php:24
+msgid "Time Conversion"
+msgstr "Tidskonvertering"
 
-#: ../../mod/settings.php:1121
-msgid "Notification Settings"
-msgstr "Beskjedinnstillinger"
+#: ../../mod/localtime.php:26
+msgid ""
+"Friendica provides this service for sharing events with other networks and "
+"friends in unknown timezones."
+msgstr "Friendica har denne tjenesten for å dele hendelser med andre nettverk og venner i ukjente tidssoner."
 
-#: ../../mod/settings.php:1122
-msgid "By default post a status message when:"
-msgstr "Standard å legge inn en statusmelding når:"
+#: ../../mod/localtime.php:30
+#, php-format
+msgid "UTC time: %s"
+msgstr "UTC tid: %s"
 
-#: ../../mod/settings.php:1123
-msgid "accepting a friend request"
-msgstr "aksepterer en venneforespørsel"
+#: ../../mod/localtime.php:33
+#, php-format
+msgid "Current timezone: %s"
+msgstr "Gjeldende tidssone: %s"
 
-#: ../../mod/settings.php:1124
-msgid "joining a forum/community"
-msgstr "blir med i et forum/fellesskap"
+#: ../../mod/localtime.php:36
+#, php-format
+msgid "Converted localtime: %s"
+msgstr "Konvertert lokaltid: %s"
 
-#: ../../mod/settings.php:1125
-msgid "making an <em>interesting</em> profile change"
-msgstr "gjør en <em>interessant</em> profilendring"
+#: ../../mod/localtime.php:41
+msgid "Please select your timezone:"
+msgstr "Vennligst velg din tidssone:"
 
-#: ../../mod/settings.php:1126
-msgid "Send a notification email when:"
-msgstr "Send en e-post med beskjed når:"
+#: ../../mod/filer.php:30 ../../include/conversation.php:1001
+#: ../../include/conversation.php:1019
+msgid "Save to Folder:"
+msgstr "Lagre til mappe:"
 
-#: ../../mod/settings.php:1127
-msgid "You receive an introduction"
-msgstr "Du mottar en introduksjon"
+#: ../../mod/filer.php:30
+msgid "- select -"
+msgstr "- velg -"
 
-#: ../../mod/settings.php:1128
-msgid "Your introductions are confirmed"
-msgstr "Dine introduksjoner er bekreftet"
+#: ../../mod/profperm.php:25 ../../mod/profperm.php:55
+msgid "Invalid profile identifier."
+msgstr "Ugyldig profilidentifikator."
 
-#: ../../mod/settings.php:1129
-msgid "Someone writes on your profile wall"
-msgstr "Noen skriver på veggen til profilen din"
+#: ../../mod/profperm.php:101
+msgid "Profile Visibility Editor"
+msgstr "Behandle profilsynlighet"
 
-#: ../../mod/settings.php:1130
-msgid "Someone writes a followup comment"
-msgstr "Noen skriver en oppfølgingskommentar"
+#: ../../mod/profperm.php:114
+msgid "Visible To"
+msgstr "Synlig for"
 
-#: ../../mod/settings.php:1131
-msgid "You receive a private message"
-msgstr "Du mottar en privat melding"
+#: ../../mod/profperm.php:130
+msgid "All Contacts (with secure profile access)"
+msgstr "Alle kontakter (med sikret profiltilgang)"
 
-#: ../../mod/settings.php:1132
-msgid "You receive a friend suggestion"
-msgstr "Du mottar et venneforslag"
+#: ../../mod/viewcontacts.php:39
+msgid "No contacts."
+msgstr "Ingen kontakter."
 
-#: ../../mod/settings.php:1133
-msgid "You are tagged in a post"
-msgstr "Du er merket i et innlegg"
+#: ../../mod/viewcontacts.php:76 ../../include/text.php:857
+msgid "View Contacts"
+msgstr "Vis kontakter"
 
-#: ../../mod/settings.php:1134
-msgid "You are poked/prodded/etc. in a post"
-msgstr "Du er dyttet/dultet/etc i et innlegg"
+#: ../../mod/dirfind.php:26
+msgid "People Search"
+msgstr "Personsøk"
 
-#: ../../mod/settings.php:1137
-msgid "Advanced Account/Page Type Settings"
-msgstr "Avanserte konto-/sidetype-innstillinger"
+#: ../../mod/dirfind.php:60 ../../mod/match.php:65
+msgid "No matches"
+msgstr "Ingen treff"
 
-#: ../../mod/settings.php:1138
-msgid "Change the behaviour of this account for special situations"
-msgstr "Endre oppførselen til denne kontoen i spesielle situasjoner"
+#: ../../mod/photos.php:66 ../../mod/photos.php:1222 ../../mod/photos.php:1795
+msgid "Upload New Photos"
+msgstr "Last opp nye bilder"
 
-#: ../../mod/share.php:44
-msgid "link"
-msgstr "lenke"
+#: ../../mod/photos.php:143
+msgid "Contact information unavailable"
+msgstr "Kontaktinformasjon utilgjengelig"
 
-#: ../../mod/crepair.php:102
-msgid "Contact settings applied."
-msgstr "Kontaktinnstillinger i bruk."
+#: ../../mod/photos.php:164
+msgid "Album not found."
+msgstr "Album ble ikke funnet."
 
-#: ../../mod/crepair.php:104
-msgid "Contact update failed."
-msgstr "Kontaktoppdatering mislyktes."
+#: ../../mod/photos.php:187 ../../mod/photos.php:199 ../../mod/photos.php:1200
+msgid "Delete Album"
+msgstr "Slett album"
 
-#: ../../mod/crepair.php:129 ../../mod/dfrn_confirm.php:118
-#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92
-msgid "Contact not found."
-msgstr "Kontakt ikke funnet."
+#: ../../mod/photos.php:197
+msgid "Do you really want to delete this photo album and all its photos?"
+msgstr "Ønsker du virkelig å slette dette fotoalbumet og alle bildene i det?"
 
-#: ../../mod/crepair.php:135
-msgid "Repair Contact Settings"
-msgstr "Reparer kontaktinnstillinger"
+#: ../../mod/photos.php:276 ../../mod/photos.php:287 ../../mod/photos.php:1502
+msgid "Delete Photo"
+msgstr "Slett bilde"
 
-#: ../../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>ADVARSEL: Dette er meget avansert</strong> og hvis du skriver feil informasjon her, så kan kommunikasjonen med denne kontakten slutte å virke."
+#: ../../mod/photos.php:285
+msgid "Do you really want to delete this photo?"
+msgstr "Ønsker du virkelig å slette dette bildet?"
 
-#: ../../mod/crepair.php:138
-msgid ""
-"Please use your browser 'Back' button <strong>now</strong> if you are "
-"uncertain what to do on this page."
-msgstr "Vennligst bruk Tilbake-knappen i nettleseren din <strong>nå</strong> hvis du er usikker på hva du bør gjøre på denne siden."
+#: ../../mod/photos.php:656
+#, php-format
+msgid "%1$s was tagged in %2$s by %3$s"
+msgstr "%1$s ble merket i %2$s av %3$s"
 
-#: ../../mod/crepair.php:144
-msgid "Return to contact editor"
-msgstr "Gå tilbake til å endre kontakt"
+#: ../../mod/photos.php:656
+msgid "a photo"
+msgstr "et bilde"
 
-#: ../../mod/crepair.php:149
-msgid "Account Nickname"
-msgstr "Konto Kallenavn"
+#: ../../mod/photos.php:761
+msgid "Image exceeds size limit of "
+msgstr "Bilde overstiger størrelsesbegrensningen på "
 
-#: ../../mod/crepair.php:150
-msgid "@Tagname - overrides Name/Nickname"
-msgstr "@Merkelappnavn - overstyrer Navn/Kallenavn"
+#: ../../mod/photos.php:769
+msgid "Image file is empty."
+msgstr "Bildefilen er tom."
 
-#: ../../mod/crepair.php:151
-msgid "Account URL"
-msgstr "Konto URL"
+#: ../../mod/photos.php:801 ../../mod/wall_upload.php:112
+#: ../../mod/profile_photo.php:153
+msgid "Unable to process image."
+msgstr "Ikke i stand til å behandle bildet."
 
-#: ../../mod/crepair.php:152
-msgid "Friend Request URL"
-msgstr "Venneforespørsel URL"
+#: ../../mod/photos.php:828 ../../mod/wall_upload.php:138
+#: ../../mod/profile_photo.php:301
+msgid "Image upload failed."
+msgstr "Mislyktes med å laste opp bilde."
 
-#: ../../mod/crepair.php:153
-msgid "Friend Confirm URL"
-msgstr "Vennebekreftelse URL"
+#: ../../mod/photos.php:924
+msgid "No photos selected"
+msgstr "Ingen bilder er valgt"
 
-#: ../../mod/crepair.php:154
-msgid "Notification Endpoint URL"
-msgstr "Endepunkt URL for beskjed"
+#: ../../mod/photos.php:1025 ../../mod/videos.php:226
+msgid "Access to this item is restricted."
+msgstr "Tilgang til dette elementet er begrenset."
 
-#: ../../mod/crepair.php:155
-msgid "Poll/Feed URL"
-msgstr "Poll/Feed URL"
+#: ../../mod/photos.php:1088
+#, php-format
+msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
+msgstr "Du har brukt %1$.2f Mbytes av %2$.2f Mbytes bildelagring."
 
-#: ../../mod/crepair.php:156
-msgid "New photo from this URL"
-msgstr "Nytt bilde fra denne URL-en"
+#: ../../mod/photos.php:1123
+msgid "Upload Photos"
+msgstr "Last opp bilder"
 
-#: ../../mod/delegate.php:95
-msgid "No potential page delegates located."
-msgstr "Fant ingen potensielle sidedelegater."
+#: ../../mod/photos.php:1127 ../../mod/photos.php:1195
+msgid "New album name: "
+msgstr "Nytt albumnavn:"
 
-#: ../../mod/delegate.php:123
+#: ../../mod/photos.php:1128
+msgid "or existing album name: "
+msgstr "eller eksisterende albumnavn:"
+
+#: ../../mod/photos.php:1129
+msgid "Do not show a status post for this upload"
+msgstr "Ikke vis statusoppdatering for denne opplastingen"
+
+#: ../../mod/photos.php:1131 ../../mod/photos.php:1497
+msgid "Permissions"
+msgstr "Tillatelser"
+
+#: ../../mod/photos.php:1142
+msgid "Private Photo"
+msgstr "Privat bilde"
+
+#: ../../mod/photos.php:1143
+msgid "Public Photo"
+msgstr "Offentlig bilde"
+
+#: ../../mod/photos.php:1210
+msgid "Edit Album"
+msgstr "Endre album"
+
+#: ../../mod/photos.php:1216
+msgid "Show Newest First"
+msgstr "Vis nyeste først"
+
+#: ../../mod/photos.php:1218
+msgid "Show Oldest First"
+msgstr "Vis eldste først"
+
+#: ../../mod/photos.php:1251 ../../mod/photos.php:1778
+msgid "View Photo"
+msgstr "Vis bilde"
+
+#: ../../mod/photos.php:1286
+msgid "Permission denied. Access to this item may be restricted."
+msgstr "Tilgang nektet. Tilgang til dette elementet kan være begrenset."
+
+#: ../../mod/photos.php:1288
+msgid "Photo not available"
+msgstr "Bilde ikke tilgjengelig"
+
+#: ../../mod/photos.php:1344
+msgid "View photo"
+msgstr "Vis foto"
+
+#: ../../mod/photos.php:1344
+msgid "Edit photo"
+msgstr "Endre bilde"
+
+#: ../../mod/photos.php:1345
+msgid "Use as profile photo"
+msgstr "Bruk som profilbilde"
+
+#: ../../mod/photos.php:1370
+msgid "View Full Size"
+msgstr "Vis i full størrelse"
+
+#: ../../mod/photos.php:1444
+msgid "Tags: "
+msgstr "Tagger:"
+
+#: ../../mod/photos.php:1447
+msgid "[Remove any tag]"
+msgstr "[Fjern en tag]"
+
+#: ../../mod/photos.php:1487
+msgid "Rotate CW (right)"
+msgstr "Roter med klokka (høyre)"
+
+#: ../../mod/photos.php:1488
+msgid "Rotate CCW (left)"
+msgstr "Roter mot klokka (venstre)"
+
+#: ../../mod/photos.php:1490
+msgid "New album name"
+msgstr "Nytt albumnavn"
+
+#: ../../mod/photos.php:1493
+msgid "Caption"
+msgstr "Overskrift"
+
+#: ../../mod/photos.php:1495
+msgid "Add a Tag"
+msgstr "Legg til tag"
+
+#: ../../mod/photos.php:1499
 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 "Delegater kan behandle alle sider ved denne kontoen/siden, bortsett fra grunnleggende kontoinnstillinger. Vennligst ikke deleger din personlige konto til noen som du ikke stoler fullt og fast på."
+"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+msgstr "Eksempel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
 
-#: ../../mod/delegate.php:124
-msgid "Existing Page Managers"
-msgstr "Eksisterende sidebehandlere"
+#: ../../mod/photos.php:1508
+msgid "Private photo"
+msgstr "Privat bilde"
 
-#: ../../mod/delegate.php:126
-msgid "Existing Page Delegates"
-msgstr "Eksisterende sidedelegater"
+#: ../../mod/photos.php:1509
+msgid "Public photo"
+msgstr "Offentlig bilde"
 
-#: ../../mod/delegate.php:128
-msgid "Potential Delegates"
-msgstr "Mulige delegater"
+#: ../../mod/photos.php:1531 ../../include/conversation.php:1080
+msgid "Share"
+msgstr "Del"
 
-#: ../../mod/delegate.php:130 ../../mod/tagrm.php:93
-msgid "Remove"
-msgstr "Slett"
+#: ../../mod/photos.php:1784 ../../mod/videos.php:308
+msgid "View Album"
+msgstr "Vis album"
 
-#: ../../mod/delegate.php:131
-msgid "Add"
-msgstr "Legg til"
+#: ../../mod/photos.php:1793
+msgid "Recent Photos"
+msgstr "Nye bilder"
 
-#: ../../mod/delegate.php:132
-msgid "No entries."
-msgstr "Ingen oppføringer"
+#: ../../mod/wall_attach.php:69
+#, php-format
+msgid "File exceeds size limit of %d"
+msgstr "Filstørrelsen er større enn begrensning på %d"
+
+#: ../../mod/wall_attach.php:110 ../../mod/wall_attach.php:121
+msgid "File upload failed."
+msgstr "Opplasting av filen mislyktes."
+
+#: ../../mod/videos.php:125
+msgid "No videos selected"
+msgstr "Ingen videoer er valgt"
+
+#: ../../mod/videos.php:301 ../../include/text.php:1383
+msgid "View Video"
+msgstr "Vis video"
+
+#: ../../mod/videos.php:317
+msgid "Recent Videos"
+msgstr "Nye videoer"
+
+#: ../../mod/videos.php:319
+msgid "Upload New Videos"
+msgstr "Last opp nye videoer"
 
 #: ../../mod/poke.php:192
 msgid "Poke/Prod"
@@ -4751,627 +4960,534 @@ msgstr "Velg hva du ønsker å gjøre med mottakeren"
 msgid "Make this post private"
 msgstr "Gjør dette innlegget privat"
 
-#: ../../mod/dfrn_confirm.php:119
-msgid ""
-"This may occasionally happen if contact was requested by both persons and it"
-" has already been approved."
-msgstr "Denne kan skje innimellom hvis kontakt ble forespurt av begge personer og den allerede er godkjent."
-
-#: ../../mod/dfrn_confirm.php:237
-msgid "Response from remote site was not understood."
-msgstr "Forstod ikke svaret fra det andre stedet."
+#: ../../mod/subthread.php:103
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
+msgstr "%1$s følger %2$s sin %3$s"
 
-#: ../../mod/dfrn_confirm.php:246
-msgid "Unexpected response from remote site: "
-msgstr "Uventet svar fra det andre stedet:"
+#: ../../mod/uexport.php:72
+msgid "Export account"
+msgstr "Eksporter konto"
 
-#: ../../mod/dfrn_confirm.php:254
-msgid "Confirmation completed successfully."
-msgstr "Sending av bekreftelse var vellykket. "
+#: ../../mod/uexport.php:72
+msgid ""
+"Export your account info and contacts. Use this to make a backup of your "
+"account and/or to move it to another server."
+msgstr "Eksporter din kontos informasjon og kontakter. Bruk denne til å ta en sikkerhetskopi av kontoen din og/eller for å flytte til en annen tjener."
 
-#: ../../mod/dfrn_confirm.php:256 ../../mod/dfrn_confirm.php:270
-#: ../../mod/dfrn_confirm.php:277
-msgid "Remote site reported: "
-msgstr "Det andre stedet rapporterte:"
+#: ../../mod/uexport.php:73
+msgid "Export all"
+msgstr "Eksporter alt"
 
-#: ../../mod/dfrn_confirm.php:268
-msgid "Temporary failure. Please wait and try again."
-msgstr "Midlertidig feil. Vennligst vent og prøv igjen."
+#: ../../mod/uexport.php:73
+msgid ""
+"Export your accout info, contacts and all your items as json. Could be a "
+"very big file, and could take a lot of time. Use this to make a full backup "
+"of your account (photos are not exported)"
+msgstr "Eksporter din kontoinformasjon, kontakter og alle dine elementer som JSON. Det kan bli en svært stor fil, og kan ta lang tid. Bruk denne til å gjøre en full sikkerhetskopi av kontoen din (bilder blir ikke eksportert)"
 
-#: ../../mod/dfrn_confirm.php:275
-msgid "Introduction failed or was revoked."
-msgstr "Introduksjon mislyktes eller ble trukket tilbake."
+#: ../../mod/common.php:42
+msgid "Common Friends"
+msgstr "Felles venner"
 
-#: ../../mod/dfrn_confirm.php:420
-msgid "Unable to set contact photo."
-msgstr "Fikk ikke satt kontaktbilde."
+#: ../../mod/common.php:78
+msgid "No contacts in common."
+msgstr "Ingen kontakter felles."
 
-#: ../../mod/dfrn_confirm.php:562
+#: ../../mod/wall_upload.php:90 ../../mod/profile_photo.php:144
 #, php-format
-msgid "No user record found for '%s' "
-msgstr "Ingen brukerregistrering funnet for '%s'"
-
-#: ../../mod/dfrn_confirm.php:572
-msgid "Our site encryption key is apparently messed up."
-msgstr "Krypteringsnøkkelen til nettstedet vårt ser ut til å være ødelagt."
+msgid "Image exceeds size limit of %d"
+msgstr "Bildets størrelse overstiger størrelsesbegrensningen på %d"
 
-#: ../../mod/dfrn_confirm.php:583
-msgid "Empty site URL was provided or URL could not be decrypted by us."
-msgstr "En tom nettsteds-URL ble oppgitt eller URL-en kunne ikke dekrypteres av oss."
+#: ../../mod/wall_upload.php:135 ../../mod/wall_upload.php:144
+#: ../../mod/wall_upload.php:151 ../../mod/item.php:453
+#: ../../include/message.php:144
+msgid "Wall Photos"
+msgstr "Veggbilder"
 
-#: ../../mod/dfrn_confirm.php:604
-msgid "Contact record was not found for you on our site."
-msgstr "Kontaktinformasjon om deg ble ikke funnet på vårt nettsted."
+#: ../../mod/profile_photo.php:44
+msgid "Image uploaded but image cropping failed."
+msgstr "Bildet ble lastet opp, men beskjæringen mislyktes."
 
-#: ../../mod/dfrn_confirm.php:618
+#: ../../mod/profile_photo.php:77 ../../mod/profile_photo.php:84
+#: ../../mod/profile_photo.php:91 ../../mod/profile_photo.php:308
 #, php-format
-msgid "Site public key not available in contact record for URL %s."
-msgstr "Nettstedets offentlige nøkkel er ikke tilgjengelig i kontaktregisteret for URL %s."
+msgid "Image size reduction [%s] failed."
+msgstr "Reduksjon av bildestørrelse [%s] mislyktes."
 
-#: ../../mod/dfrn_confirm.php:638
+#: ../../mod/profile_photo.php:118
 msgid ""
-"The ID provided by your system is a duplicate on our system. It should work "
-"if you try again."
-msgstr "ID-en som ble oppgitt av ditt system har en duplikat i vårt system. Det bør virke hvis du prøver igjen."
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
+msgstr "Shift-last-siden-på-nytt eller slett mellomlagret i nettleseren hvis det nye bildet ikke vises umiddelbart."
 
-#: ../../mod/dfrn_confirm.php:649
-msgid "Unable to set your contact credentials on our system."
-msgstr "Får ikke lagret din kontaktlegitamasjon på vårt system."
+#: ../../mod/profile_photo.php:128
+msgid "Unable to process image"
+msgstr "Mislyktes med å behandle bilde"
 
-#: ../../mod/dfrn_confirm.php:716
-msgid "Unable to update your contact profile details on our system"
-msgstr "Får ikke oppdatert kontaktdetaljene dine på vårt system."
+#: ../../mod/profile_photo.php:242
+msgid "Upload File:"
+msgstr "Last opp fil:"
 
-#: ../../mod/dfrn_confirm.php:751
-#, php-format
-msgid "Connection accepted at %s"
-msgstr "Tilkobling godtatt på %s"
+#: ../../mod/profile_photo.php:243
+msgid "Select a profile:"
+msgstr "Velg en profil:"
 
-#: ../../mod/dfrn_confirm.php:800
-#, php-format
-msgid "%1$s has joined %2$s"
-msgstr "%1$s har blitt med %2$s"
+#: ../../mod/profile_photo.php:245
+msgid "Upload"
+msgstr "Last opp"
 
-#: ../../mod/dfrn_poll.php:103 ../../mod/dfrn_poll.php:536
-#, php-format
-msgid "%1$s welcomes %2$s"
-msgstr "%1$s hilser %2$s"
+#: ../../mod/profile_photo.php:248
+msgid "skip this step"
+msgstr "hopp over dette steget"
 
-#: ../../mod/dfrn_request.php:93
-msgid "This introduction has already been accepted."
-msgstr "Denne introduksjonen har allerede blitt akseptert."
+#: ../../mod/profile_photo.php:248
+msgid "select a photo from your photo albums"
+msgstr "velg et bilde fra dine fotoalbum"
 
-#: ../../mod/dfrn_request.php:118 ../../mod/dfrn_request.php:513
-msgid "Profile location is not valid or does not contain profile information."
-msgstr "Profilstedet er ikke gyldig og inneholder ikke profilinformasjon."
+#: ../../mod/profile_photo.php:262
+msgid "Crop Image"
+msgstr "Beskjær bilde"
 
-#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:518
-msgid "Warning: profile location has no identifiable owner name."
-msgstr "Advarsel: profilstedet har ikke identifiserbart eiernavn."
+#: ../../mod/profile_photo.php:263
+msgid "Please adjust the image cropping for optimum viewing."
+msgstr "Vennligst juster beskjæringen av bildet for optimal visning."
 
-#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:520
-msgid "Warning: profile location has no profile photo."
-msgstr "Advarsel: profilstedet har ikke noe profilbilde."
+#: ../../mod/profile_photo.php:265
+msgid "Done Editing"
+msgstr "Behandling ferdig"
 
-#: ../../mod/dfrn_request.php:128 ../../mod/dfrn_request.php:523
-#, 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] "one: %d nødvendig parameter ble ikke funnet på angitt sted"
-msgstr[1] "other: %d nødvendige parametre ble ikke funnet på angitt sted"
+#: ../../mod/profile_photo.php:299
+msgid "Image uploaded successfully."
+msgstr "Bilde ble lastet opp."
 
-#: ../../mod/dfrn_request.php:170
-msgid "Introduction complete."
-msgstr "Introduksjon ferdig."
+#: ../../mod/apps.php:11
+msgid "Applications"
+msgstr "Programmer"
 
-#: ../../mod/dfrn_request.php:209
-msgid "Unrecoverable protocol error."
-msgstr "Uopprettelig protokollfeil."
+#: ../../mod/apps.php:14
+msgid "No installed applications."
+msgstr "Ingen installerte programmer."
 
-#: ../../mod/dfrn_request.php:237
-msgid "Profile unavailable."
-msgstr "Profil utilgjengelig."
+#: ../../mod/navigation.php:20 ../../include/nav.php:34
+msgid "Nothing new here"
+msgstr "Ikke noe nytt her"
 
-#: ../../mod/dfrn_request.php:262
-#, php-format
-msgid "%s has received too many connection requests today."
-msgstr "%s har mottatt for mange kontaktforespørsler idag."
+#: ../../mod/navigation.php:24 ../../include/nav.php:38
+msgid "Clear notifications"
+msgstr "Fjern varslinger"
 
-#: ../../mod/dfrn_request.php:263
-msgid "Spam protection measures have been invoked."
-msgstr "Tiltak mot søppelpost har blitt iverksatt."
+#: ../../mod/match.php:12
+msgid "Profile Match"
+msgstr "Profiltreff"
 
-#: ../../mod/dfrn_request.php:264
-msgid "Friends are advised to please try again in 24 hours."
-msgstr "Venner anbefales å prøve igjen om 24 timer."
+#: ../../mod/match.php:20
+msgid "No keywords to match. Please add keywords to your default profile."
+msgstr "Ingen nøkkelord å sammenlikne. Vennligst legg til nøkkelord i din standardprofil."
 
-#: ../../mod/dfrn_request.php:326
-msgid "Invalid locator"
-msgstr "Ugyldig stedsangivelse"
+#: ../../mod/match.php:57
+msgid "is interested in:"
+msgstr "er interessert i:"
 
-#: ../../mod/dfrn_request.php:335
-msgid "Invalid email address."
-msgstr "Ugyldig e-postadresse."
+#: ../../mod/tagrm.php:41
+msgid "Tag removed"
+msgstr "Fjernet tag"
 
-#: ../../mod/dfrn_request.php:362
-msgid "This account has not been configured for email. Request failed."
-msgstr "Denne kontoen er ikke konfigurert for e-post. Forespørsel mislyktes."
+#: ../../mod/tagrm.php:79
+msgid "Remove Item Tag"
+msgstr "Fjern tag"
 
-#: ../../mod/dfrn_request.php:458
-msgid "Unable to resolve your name at the provided location."
-msgstr "Ikke i stand til å avgjøre navnet ditt hos det oppgitte stedet."
+#: ../../mod/tagrm.php:81
+msgid "Select a tag to remove: "
+msgstr "Velg en tag å fjerne:"
 
-#: ../../mod/dfrn_request.php:471
-msgid "You have already introduced yourself here."
-msgstr "Du har allerede introdusert deg selv her."
+#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130
+msgid "Remove"
+msgstr "Slett"
 
-#: ../../mod/dfrn_request.php:475
-#, php-format
-msgid "Apparently you are already friends with %s."
-msgstr "Du er visst allerede venn med %s."
+#: ../../mod/events.php:66
+msgid "Event title and start time are required."
+msgstr "Hendelsens tittel og starttidspunkt er påkrevet."
 
-#: ../../mod/dfrn_request.php:496
-msgid "Invalid profile URL."
-msgstr "Ugyldig profil-URL."
+#: ../../mod/events.php:291
+msgid "l, F j"
+msgstr "l, F j"
 
-#: ../../mod/dfrn_request.php:592
-msgid "Your introduction has been sent."
-msgstr "Din introduksjon er sendt."
+#: ../../mod/events.php:313
+msgid "Edit event"
+msgstr "Rediger hendelse"
 
-#: ../../mod/dfrn_request.php:645
-msgid "Please login to confirm introduction."
-msgstr "Vennligst logg inn for å bekrefte introduksjonen."
+#: ../../mod/events.php:335 ../../include/text.php:1615
+msgid "link to source"
+msgstr "lenke til kilde"
 
-#: ../../mod/dfrn_request.php:659
-msgid ""
-"Incorrect identity currently logged in. Please login to "
-"<strong>this</strong> profile."
-msgstr "Feil identitet er logget inn for øyeblikket. Vennligst logg inn i <strong>denne</strong> profilen."
+#: ../../mod/events.php:371
+msgid "Create New Event"
+msgstr "Lag ny hendelse"
 
-#: ../../mod/dfrn_request.php:670
-msgid "Hide this contact"
-msgstr "Skjul denne kontakten"
+#: ../../mod/events.php:372
+msgid "Previous"
+msgstr "Forrige"
 
-#: ../../mod/dfrn_request.php:673
-#, php-format
-msgid "Welcome home %s."
-msgstr "Velkommen hjem %s."
+#: ../../mod/events.php:446
+msgid "hour:minute"
+msgstr "time:minutt"
 
-#: ../../mod/dfrn_request.php:674
+#: ../../mod/events.php:456
+msgid "Event details"
+msgstr "Hendelsesdetaljer"
+
+#: ../../mod/events.php:457
 #, php-format
-msgid "Please confirm your introduction/connection request to %s."
-msgstr "Vennligst bekreft din introduksjons-/forbindelses- forespørsel til %s."
+msgid "Format is %s %s. Starting date and Title are required."
+msgstr "Formatet er  %s %s. Startdato og tittel er påkrevet."
 
-#: ../../mod/dfrn_request.php:675
-msgid "Confirm"
-msgstr "Bekreft"
+#: ../../mod/events.php:459
+msgid "Event Starts:"
+msgstr "Hendelsen  starter:"
 
-#: ../../mod/dfrn_request.php:811
-msgid ""
-"Please enter your 'Identity Address' from one of the following supported "
-"communications networks:"
-msgstr "Vennligst skriv inn din identitetsadresse fra en av følgende støttede sosiale nettverk:"
+#: ../../mod/events.php:459 ../../mod/events.php:473
+msgid "Required"
+msgstr "Påkrevet"
 
-#: ../../mod/dfrn_request.php:827
-msgid "<strike>Connect as an email follower</strike> (Coming soon)"
-msgstr "<strike>Koble til som en e-postfølgesvenn</strike> (Kommer snart)"
+#: ../../mod/events.php:462
+msgid "Finish date/time is not known or not relevant"
+msgstr "Avslutningsdato/-tid er ukjent eller ikke relevant"
 
-#: ../../mod/dfrn_request.php:829
-msgid ""
-"If you are not yet a member of the free social web, <a "
-"href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public"
-" Friendica site and join us today</a>."
-msgstr "Hvis du ennå ikke er en del av den frie sosiale webben, <a href=\"http://dir.friendica.com/siteinfo\">følg denne lenken for å finne et offentlig Friendica-nettsted og bli med oss idag</a>."
+#: ../../mod/events.php:464
+msgid "Event Finishes:"
+msgstr "Hendelsen slutter:"
 
-#: ../../mod/dfrn_request.php:832
-msgid "Friend/Connection Request"
-msgstr "Venne-/Koblings-forespørsel"
+#: ../../mod/events.php:467
+msgid "Adjust for viewer timezone"
+msgstr "Tilpass til iakttakerens tidssone"
 
-#: ../../mod/dfrn_request.php:833
-msgid ""
-"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
-"testuser@identi.ca"
-msgstr "Eksempler: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"
+#: ../../mod/events.php:469
+msgid "Description:"
+msgstr "Beskrivelse:"
 
-#: ../../mod/dfrn_request.php:834
-msgid "Please answer the following:"
-msgstr "Vennligst svar på følgende:"
+#: ../../mod/events.php:473
+msgid "Title:"
+msgstr "Tittel:"
 
-#: ../../mod/dfrn_request.php:835
-#, php-format
-msgid "Does %s know you?"
-msgstr "Kjenner %s deg?"
+#: ../../mod/events.php:475
+msgid "Share this event"
+msgstr "Del denne hendelsen"
 
-#: ../../mod/dfrn_request.php:838
-msgid "Add a personal note:"
-msgstr "Legg til en personlig melding:"
+#: ../../mod/delegate.php:95
+msgid "No potential page delegates located."
+msgstr "Fant ingen potensielle sidedelegater."
 
-#: ../../mod/dfrn_request.php:841
-msgid "StatusNet/Federated Social Web"
-msgstr "StatusNet/Federeated Social Web"
+#: ../../mod/delegate.php:121 ../../include/nav.php:165
+msgid "Delegate Page Management"
+msgstr "Deleger sidebehandling"
 
-#: ../../mod/dfrn_request.php:843
-#, php-format
+#: ../../mod/delegate.php:123
 msgid ""
-" - please do not use this form.  Instead, enter %s into your Diaspora search"
-" bar."
-msgstr "- vennligst ikke bruk dette skjemaet. I stedet skriver du %s inn søkelinjen i Diaspora."
+"Delegates are able to manage all aspects of this account/page except for "
+"basic account settings. Please do not delegate your personal account to "
+"anybody that you do not trust completely."
+msgstr "Delegater kan behandle alle sider ved denne kontoen/siden, bortsett fra grunnleggende kontoinnstillinger. Vennligst ikke deleger din personlige konto til noen som du ikke stoler fullt og fast på."
 
-#: ../../mod/dfrn_request.php:844
-msgid "Your Identity Address:"
-msgstr "Din identitetsadresse:"
+#: ../../mod/delegate.php:124
+msgid "Existing Page Managers"
+msgstr "Eksisterende sidebehandlere"
 
-#: ../../mod/dfrn_request.php:847
-msgid "Submit Request"
-msgstr "Send forespørsel"
+#: ../../mod/delegate.php:126
+msgid "Existing Page Delegates"
+msgstr "Eksisterende sidedelegater"
 
-#: ../../mod/subthread.php:103
-#, php-format
-msgid "%1$s is following %2$s's %3$s"
-msgstr "%1$s følger %2$s sin %3$s"
+#: ../../mod/delegate.php:128
+msgid "Potential Delegates"
+msgstr "Mulige delegater"
 
-#: ../../mod/directory.php:49 ../../view/theme/diabook/theme.php:518
-msgid "Global Directory"
-msgstr "Global katalog"
+#: ../../mod/delegate.php:131
+msgid "Add"
+msgstr "Legg til"
 
-#: ../../mod/directory.php:57
-msgid "Find on this site"
-msgstr "Finn på dette nettstedet"
+#: ../../mod/delegate.php:132
+msgid "No entries."
+msgstr "Ingen oppføringer"
 
-#: ../../mod/directory.php:60
-msgid "Site Directory"
-msgstr "Stedets katalog"
+#: ../../mod/nogroup.php:59
+msgid "Contacts who are not members of a group"
+msgstr "Kontakter som ikke er medlemmer av en gruppe"
 
-#: ../../mod/directory.php:114
-msgid "Gender: "
-msgstr "Kjønn:"
+#: ../../mod/fbrowser.php:113
+msgid "Files"
+msgstr "Filer"
 
-#: ../../mod/directory.php:187
-msgid "No entries (some entries may be hidden)."
-msgstr "Ingen oppføringer (noen oppføringer kan være skjulte)."
+#: ../../mod/maintenance.php:5
+msgid "System down for maintenance"
+msgstr "Systemet er nede for vedlikehold"
 
-#: ../../mod/suggest.php:27
-msgid "Do you really want to delete this suggestion?"
-msgstr "Vil du virkelig slette dette forslaget?"
+#: ../../mod/removeme.php:45 ../../mod/removeme.php:48
+msgid "Remove My Account"
+msgstr "Slett min konto"
 
-#: ../../mod/suggest.php:72
+#: ../../mod/removeme.php:46
 msgid ""
-"No suggestions available. If this is a new site, please try again in 24 "
-"hours."
-msgstr "Ingen forslag tilgjengelig. Hvis dette er et nytt nettsted, vennligst prøv igjen om 24 timer."
-
-#: ../../mod/suggest.php:90
-msgid "Ignore/Hide"
-msgstr "Ignorér/Skjul"
-
-#: ../../mod/dirfind.php:26
-msgid "People Search"
-msgstr "Personsøk"
+"This will completely remove your account. Once this has been done it is not "
+"recoverable."
+msgstr "Dette vil slette din konto fullstendig. Når dette er gjort kan den ikke gjenopprettes."
 
-#: ../../mod/dirfind.php:60 ../../mod/match.php:65
-msgid "No matches"
-msgstr "Ingen treff"
+#: ../../mod/removeme.php:47
+msgid "Please enter your password for verification:"
+msgstr "Vennligst skriv inn ditt passord for å bekrefte:"
 
-#: ../../mod/videos.php:125
-msgid "No videos selected"
-msgstr "Ingen videoer er valgt"
+#: ../../mod/fsuggest.php:63
+msgid "Friend suggestion sent."
+msgstr "Venneforslag sendt."
 
-#: ../../mod/videos.php:226 ../../mod/photos.php:1025
-msgid "Access to this item is restricted."
-msgstr "Tilgang til dette elementet er begrenset."
+#: ../../mod/fsuggest.php:97
+msgid "Suggest Friends"
+msgstr "Foreslå venner"
 
-#: ../../mod/videos.php:308 ../../mod/photos.php:1784
-msgid "View Album"
-msgstr "Vis album"
+#: ../../mod/fsuggest.php:99
+#, php-format
+msgid "Suggest a friend for %s"
+msgstr "Foreslå en venn for %s"
 
-#: ../../mod/videos.php:317
-msgid "Recent Videos"
-msgstr "Nye videoer"
+#: ../../mod/item.php:108
+msgid "Unable to locate original post."
+msgstr "Mislyktes med å lokalisere opprinnelig melding."
 
-#: ../../mod/videos.php:319
-msgid "Upload New Videos"
-msgstr "Last opp nye videoer"
+#: ../../mod/item.php:317
+msgid "Empty post discarded."
+msgstr "Tom melding forkastet."
 
-#: ../../mod/tagrm.php:41
-msgid "Tag removed"
-msgstr "Fjernet tag"
+#: ../../mod/item.php:884
+msgid "System error. Post not saved."
+msgstr "Systemfeil. Meldingen ble ikke lagret."
 
-#: ../../mod/tagrm.php:79
-msgid "Remove Item Tag"
-msgstr "Fjern tag"
+#: ../../mod/item.php:909
+#, php-format
+msgid ""
+"This message was sent to you by %s, a member of the Friendica social "
+"network."
+msgstr "Denne meldingen ble sendt til deg av %s, et medlem av det sosiale nettverket Friendica."
 
-#: ../../mod/tagrm.php:81
-msgid "Select a tag to remove: "
-msgstr "Velg en tag å fjerne:"
+#: ../../mod/item.php:911
+#, php-format
+msgid "You may visit them online at %s"
+msgstr "Du kan besøke dem online på %s"
 
-#: ../../mod/editpost.php:17 ../../mod/editpost.php:27
-msgid "Item not found"
-msgstr "Fant ikke elementet"
+#: ../../mod/item.php:912
+msgid ""
+"Please contact the sender by replying to this post if you do not wish to "
+"receive these messages."
+msgstr "Vennligst kontakt avsenderen ved å svare på denne meldingen hvis du ikke ønsker å motta disse meldingene."
 
-#: ../../mod/editpost.php:39
-msgid "Edit post"
-msgstr "Endre innlegg"
+#: ../../mod/item.php:916
+#, php-format
+msgid "%s posted an update."
+msgstr "%s postet en oppdatering."
 
-#: ../../mod/events.php:66
-msgid "Event title and start time are required."
-msgstr "Hendelsens tittel og starttidspunkt er påkrevet."
+#: ../../mod/ping.php:238
+msgid "{0} wants to be your friend"
+msgstr "{0} ønsker å bli din venn"
 
-#: ../../mod/events.php:291
-msgid "l, F j"
-msgstr "l, F j"
+#: ../../mod/ping.php:243
+msgid "{0} sent you a message"
+msgstr "{0} sendte deg en melding"
 
-#: ../../mod/events.php:313
-msgid "Edit event"
-msgstr "Rediger hendelse"
+#: ../../mod/ping.php:248
+msgid "{0} requested registration"
+msgstr "{0} forespurte om registrering"
 
-#: ../../mod/events.php:371
-msgid "Create New Event"
-msgstr "Lag ny hendelse"
+#: ../../mod/ping.php:254
+#, php-format
+msgid "{0} commented %s's post"
+msgstr "{0} kommenterte %s sitt innlegg"
 
-#: ../../mod/events.php:372
-msgid "Previous"
-msgstr "Forrige"
+#: ../../mod/ping.php:259
+#, php-format
+msgid "{0} liked %s's post"
+msgstr "{0} likte %s sitt innlegg"
 
-#: ../../mod/events.php:373 ../../mod/install.php:207
-msgid "Next"
-msgstr "Neste"
+#: ../../mod/ping.php:264
+#, php-format
+msgid "{0} disliked %s's post"
+msgstr "{0} likte ikke %s sitt innlegg"
 
-#: ../../mod/events.php:446
-msgid "hour:minute"
-msgstr "time:minutt"
+#: ../../mod/ping.php:269
+#, php-format
+msgid "{0} is now friends with %s"
+msgstr "{0} er nå venner med %s"
 
-#: ../../mod/events.php:456
-msgid "Event details"
-msgstr "Hendelsesdetaljer"
+#: ../../mod/ping.php:274
+msgid "{0} posted"
+msgstr "{0} postet et innlegg"
 
-#: ../../mod/events.php:457
+#: ../../mod/ping.php:279
 #, php-format
-msgid "Format is %s %s. Starting date and Title are required."
-msgstr "Formatet er  %s %s. Startdato og tittel er påkrevet."
+msgid "{0} tagged %s's post with #%s"
+msgstr "{0} merket %s sitt innlegg med #%s"
 
-#: ../../mod/events.php:459
-msgid "Event Starts:"
-msgstr "Hendelsen  starter:"
+#: ../../mod/ping.php:285
+msgid "{0} mentioned you in a post"
+msgstr "{0} nevnte deg i et innlegg"
 
-#: ../../mod/events.php:459 ../../mod/events.php:473
-msgid "Required"
-msgstr "Påkrevet"
+#: ../../mod/openid.php:24
+msgid "OpenID protocol error. No ID returned."
+msgstr "OpenID protokollfeil. Ingen ID kom i retur."
 
-#: ../../mod/events.php:462
-msgid "Finish date/time is not known or not relevant"
-msgstr "Avslutningsdato/-tid er ukjent eller ikke relevant"
+#: ../../mod/openid.php:53
+msgid ""
+"Account not found and OpenID registration is not permitted on this site."
+msgstr "Kontoen ble ikke funnet og OpenID-registrering er ikke tillat på dette nettstedet."
 
-#: ../../mod/events.php:464
-msgid "Event Finishes:"
-msgstr "Hendelsen slutter:"
+#: ../../mod/openid.php:93 ../../include/auth.php:112
+#: ../../include/auth.php:175
+msgid "Login failed."
+msgstr "Innlogging mislyktes."
 
-#: ../../mod/events.php:467
-msgid "Adjust for viewer timezone"
-msgstr "Tilpass til iakttakerens tidssone"
+#: ../../mod/notifications.php:26
+msgid "Invalid request identifier."
+msgstr "Ugyldig forespørselsidentifikator."
 
-#: ../../mod/events.php:469
-msgid "Description:"
-msgstr "Beskrivelse:"
+#: ../../mod/notifications.php:35 ../../mod/notifications.php:165
+#: ../../mod/notifications.php:211
+msgid "Discard"
+msgstr "Forkast"
 
-#: ../../mod/events.php:473
-msgid "Title:"
-msgstr "Tittel:"
+#: ../../mod/notifications.php:78
+msgid "System"
+msgstr "System"
 
-#: ../../mod/events.php:475
-msgid "Share this event"
-msgstr "Del denne hendelsen"
+#: ../../mod/notifications.php:83 ../../include/nav.php:140
+msgid "Network"
+msgstr "Nettverk"
 
-#: ../../mod/fbrowser.php:113
-msgid "Files"
-msgstr "Filer"
+#: ../../mod/notifications.php:98 ../../include/nav.php:149
+msgid "Introductions"
+msgstr "Introduksjoner"
 
-#: ../../mod/uexport.php:72
-msgid "Export account"
-msgstr "Eksporter konto"
+#: ../../mod/notifications.php:122
+msgid "Show Ignored Requests"
+msgstr "Vis ignorerte forespørsler"
 
-#: ../../mod/uexport.php:72
-msgid ""
-"Export your account info and contacts. Use this to make a backup of your "
-"account and/or to move it to another server."
-msgstr "Eksporter din kontos informasjon og kontakter. Bruk denne til å ta en sikkerhetskopi av kontoen din og/eller for å flytte til en annen tjener."
-
-#: ../../mod/uexport.php:73
-msgid "Export all"
-msgstr "Eksporter alt"
-
-#: ../../mod/uexport.php:73
-msgid ""
-"Export your accout info, contacts and all your items as json. Could be a "
-"very big file, and could take a lot of time. Use this to make a full backup "
-"of your account (photos are not exported)"
-msgstr "Eksporter din kontoinformasjon, kontakter og alle dine elementer som JSON. Det kan bli en svært stor fil, og kan ta lang tid. Bruk denne til å gjøre en full sikkerhetskopi av kontoen din (bilder blir ikke eksportert)"
-
-#: ../../mod/filer.php:30
-msgid "- select -"
-msgstr "- velg -"
-
-#: ../../mod/uimport.php:64
-msgid "Import"
-msgstr "Importer"
-
-#: ../../mod/uimport.php:66
-msgid "Move account"
-msgstr "Flytt konto"
+#: ../../mod/notifications.php:122
+msgid "Hide Ignored Requests"
+msgstr "Skjul ignorerte forespørsler"
 
-#: ../../mod/uimport.php:67
-msgid "You can import an account from another Friendica server."
-msgstr "Du kan importere en konto fra en annen Friendica-tjener."
+#: ../../mod/notifications.php:149 ../../mod/notifications.php:195
+msgid "Notification type: "
+msgstr "Beskjedtype:"
 
-#: ../../mod/uimport.php:68
-msgid ""
-"You need to export your account from the old server and upload it here. We "
-"will recreate your old account here with all your contacts. We will try also"
-" to inform your friends that you moved here."
-msgstr "Du må eksportere din konto fra den gamle tjeneren og laste den opp hit. Vi vil gjenskape din gamle konto her med alle dine kontakter. Vi vil også forsøke å informere dine venner at du har flyttet hit."
+#: ../../mod/notifications.php:150
+msgid "Friend Suggestion"
+msgstr "Venneforslag"
 
-#: ../../mod/uimport.php:69
-msgid ""
-"This feature is experimental. We can't import contacts from the OStatus "
-"network (statusnet/identi.ca) or from Diaspora"
-msgstr "Denne egenskapen er eksperimentell. Vi kan ikke importere kontakter fra OStatus-nettverk (statusnet/identi.ca) eller fra Diaspora"
+#: ../../mod/notifications.php:152
+#, php-format
+msgid "suggested by %s"
+msgstr "foreslått av %s"
 
-#: ../../mod/uimport.php:70
-msgid "Account file"
-msgstr "Kontofil"
+#: ../../mod/notifications.php:158 ../../mod/notifications.php:205
+msgid "Post a new friend activity"
+msgstr "Post om en ny venn"
 
-#: ../../mod/uimport.php:70
-msgid ""
-"To export your accont, go to \"Settings->Export your porsonal data\" and "
-"select \"Export account\""
-msgstr "For å eksportere din konto, gå til \"Innstillnger -> Eksporter dine personlige data\" og velg \"Eksporter konto\""
+#: ../../mod/notifications.php:158 ../../mod/notifications.php:205
+msgid "if applicable"
+msgstr "hvis gyldig"
 
-#: ../../mod/update_community.php:18 ../../mod/update_display.php:22
-#: ../../mod/update_network.php:22 ../../mod/update_notes.php:41
-#: ../../mod/update_profile.php:41
-msgid "[Embedded content - reload page to view]"
-msgstr "[Innebygget innhold - hent siden på nytt for å se det]"
+#: ../../mod/notifications.php:181
+msgid "Claims to be known to you: "
+msgstr "Påstår å kjenne deg:"
 
-#: ../../mod/follow.php:27
-msgid "Contact added"
-msgstr "Kontakt lagt til "
+#: ../../mod/notifications.php:181
+msgid "yes"
+msgstr "ja"
 
-#: ../../mod/friendica.php:55
-msgid "This is Friendica, version"
-msgstr "Dette er Friendica, versjon"
+#: ../../mod/notifications.php:181
+msgid "no"
+msgstr "ei"
 
-#: ../../mod/friendica.php:56
-msgid "running at web location"
-msgstr "kjører på web-plassering"
+#: ../../mod/notifications.php:188
+msgid "Approve as: "
+msgstr "Godkjenn som:"
 
-#: ../../mod/friendica.php:58
-msgid ""
-"Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn "
-"more about the Friendica project."
-msgstr "Vennligst besøk <a href=\"http://friendica.com\">Friendica.com</a> for å lære mer om Friendica-prosjektet."
+#: ../../mod/notifications.php:189
+msgid "Friend"
+msgstr "Venn"
 
-#: ../../mod/friendica.php:60
-msgid "Bug reports and issues: please visit"
-msgstr "Feilrapporter og problemer: vennligst besøk"
+#: ../../mod/notifications.php:190
+msgid "Sharer"
+msgstr "Deler"
 
-#: ../../mod/friendica.php:61
-msgid ""
-"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
-"dot com"
-msgstr "Forslag, ros, donasjoner, og så videre - vennligst send e-post til \"Info\" alfakrøll Friendica punktum com"
+#: ../../mod/notifications.php:190
+msgid "Fan/Admirer"
+msgstr "Fan/Beundrer"
 
-#: ../../mod/friendica.php:75
-msgid "Installed plugins/addons/apps:"
-msgstr "Installerte plugins/tillegg/apper:"
+#: ../../mod/notifications.php:196
+msgid "Friend/Connect Request"
+msgstr "Venn/kontakt-forespørsel"
 
-#: ../../mod/friendica.php:88
-msgid "No installed plugins/addons/apps"
-msgstr "Ingen installerte plugins/tillegg/apper"
+#: ../../mod/notifications.php:196
+msgid "New Follower"
+msgstr "Ny følgesvenn"
 
-#: ../../mod/fsuggest.php:63
-msgid "Friend suggestion sent."
-msgstr "Venneforslag sendt."
+#: ../../mod/notifications.php:217
+msgid "No introductions."
+msgstr "Ingen introduksjoner."
 
-#: ../../mod/fsuggest.php:97
-msgid "Suggest Friends"
-msgstr "Foreslå venner"
+#: ../../mod/notifications.php:220 ../../include/nav.php:150
+msgid "Notifications"
+msgstr "Varslinger"
 
-#: ../../mod/fsuggest.php:99
+#: ../../mod/notifications.php:257 ../../mod/notifications.php:382
+#: ../../mod/notifications.php:469
 #, php-format
-msgid "Suggest a friend for %s"
-msgstr "Foreslå en venn for %s"
-
-#: ../../mod/group.php:29
-msgid "Group created."
-msgstr "Gruppen er laget."
-
-#: ../../mod/group.php:35
-msgid "Could not create group."
-msgstr "Kunne ikke lage gruppen."
-
-#: ../../mod/group.php:47 ../../mod/group.php:140
-msgid "Group not found."
-msgstr "Fant ikke gruppen."
-
-#: ../../mod/group.php:60
-msgid "Group name changed."
-msgstr "Gruppenavnet er endret"
-
-#: ../../mod/group.php:93
-msgid "Create a group of contacts/friends."
-msgstr "Lag en gruppe med kontakter/venner."
-
-#: ../../mod/group.php:94 ../../mod/group.php:180
-msgid "Group Name: "
-msgstr "Gruppenavn:"
-
-#: ../../mod/group.php:113
-msgid "Group removed."
-msgstr "Gruppe fjernet."
-
-#: ../../mod/group.php:115
-msgid "Unable to remove group."
-msgstr "Mislyktes med å fjerne gruppe."
-
-#: ../../mod/group.php:179
-msgid "Group Editor"
-msgstr "Gruppebehandler"
-
-#: ../../mod/group.php:192
-msgid "Members"
-msgstr "Medlemmer"
-
-#: ../../mod/hcard.php:10
-msgid "No profile"
-msgstr "Ingen profil"
-
-#: ../../mod/help.php:79
-msgid "Help:"
-msgstr "Hjelp:"
+msgid "%s liked %s's post"
+msgstr "%s likte %s sitt innlegg"
 
-#: ../../mod/help.php:90 ../../index.php:231
-msgid "Not Found"
-msgstr "Ikke funnet"
+#: ../../mod/notifications.php:266 ../../mod/notifications.php:391
+#: ../../mod/notifications.php:478
+#, php-format
+msgid "%s disliked %s's post"
+msgstr "%s mislikte %s sitt innlegg"
 
-#: ../../mod/help.php:93 ../../index.php:234
-msgid "Page not found."
-msgstr "Fant ikke siden."
+#: ../../mod/notifications.php:280 ../../mod/notifications.php:405
+#: ../../mod/notifications.php:492
+#, php-format
+msgid "%s is now friends with %s"
+msgstr "%s er nå venner med %s"
 
-#: ../../mod/viewcontacts.php:39
-msgid "No contacts."
-msgstr "Ingen kontakter."
+#: ../../mod/notifications.php:287 ../../mod/notifications.php:412
+#, php-format
+msgid "%s created a new post"
+msgstr "%s skrev et nytt innlegg"
 
-#: ../../mod/home.php:34
+#: ../../mod/notifications.php:288 ../../mod/notifications.php:413
+#: ../../mod/notifications.php:501
 #, php-format
-msgid "Welcome to %s"
-msgstr "Velkommen til %s"
+msgid "%s commented on %s's post"
+msgstr "%s kommenterte på %s sitt innlegg"
 
-#: ../../mod/viewsrc.php:7
-msgid "Access denied."
-msgstr "Tilgang avslått."
+#: ../../mod/notifications.php:302
+msgid "No more network notifications."
+msgstr "Ingen flere nettverksvarslinger."
 
-#: ../../mod/wall_attach.php:69
-#, php-format
-msgid "File exceeds size limit of %d"
-msgstr "Filstørrelsen er større enn begrensning på %d"
+#: ../../mod/notifications.php:306
+msgid "Network Notifications"
+msgstr "Nettverksvarslinger"
 
-#: ../../mod/wall_attach.php:110 ../../mod/wall_attach.php:121
-msgid "File upload failed."
-msgstr "Opplasting av filen mislyktes."
+#: ../../mod/notifications.php:427
+msgid "No more personal notifications."
+msgstr "Ingen flere personlige varsler."
 
-#: ../../mod/wall_upload.php:90 ../../mod/profile_photo.php:144
-#, php-format
-msgid "Image exceeds size limit of %d"
-msgstr "Bildets størrelse overstiger størrelsesbegrensningen på %d"
+#: ../../mod/notifications.php:431
+msgid "Personal Notifications"
+msgstr "Personlige varsler"
 
-#: ../../mod/wall_upload.php:112 ../../mod/photos.php:801
-#: ../../mod/profile_photo.php:153
-msgid "Unable to process image."
-msgstr "Ikke i stand til å behandle bildet."
+#: ../../mod/notifications.php:508
+msgid "No more home notifications."
+msgstr "Ingen flere hjemmevarsler."
 
-#: ../../mod/wall_upload.php:138 ../../mod/photos.php:828
-#: ../../mod/profile_photo.php:301
-msgid "Image upload failed."
-msgstr "Mislyktes med å laste opp bilde."
+#: ../../mod/notifications.php:512
+msgid "Home Notifications"
+msgstr "Hjemmevarsler"
 
 #: ../../mod/invite.php:27
 msgid "Total invitation limit exceeded."
@@ -5444,11 +5560,6 @@ msgstr "Send invitasjoner"
 msgid "Enter email addresses, one per line:"
 msgstr "Skriv e-postadresser, en per linje:"
 
-#: ../../mod/invite.php:134 ../../mod/wallmessage.php:151
-#: ../../mod/message.php:329 ../../mod/message.php:558
-msgid "Your message:"
-msgstr "Din melding:"
-
 #: ../../mod/invite.php:135
 msgid ""
 "You are cordially invited to join me and other close friends on Friendica - "
@@ -5470,1646 +5581,1728 @@ msgid ""
 "important, please visit http://friendica.com"
 msgstr "For mer informasjon om Friendica-prosjektet og hvorfor vi mener det er viktig, vennligst besøk http://friendica.com"
 
-#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112
-#, php-format
-msgid "Number of daily wall messages for %s exceeded. Message failed."
-msgstr "Antall daglige veggmeldinger for %s er overskredet. Melding mislyktes."
+#: ../../mod/manage.php:106
+msgid "Manage Identities and/or Pages"
+msgstr "Behandle identiteter og/eller sider"
 
-#: ../../mod/wallmessage.php:56 ../../mod/message.php:63
-msgid "No recipient selected."
-msgstr "Ingen mottaker valgt."
+#: ../../mod/manage.php:107
+msgid ""
+"Toggle between different identities or community/group pages which share "
+"your account details or which you have been granted \"manage\" permissions"
+msgstr "Veksle mellom ulike identiteter eller felleskaps-/gruppesider som deler dine kontodetaljer eller som du har blitt gitt \"behandle\" tillatelser"
 
-#: ../../mod/wallmessage.php:59
-msgid "Unable to check your home location."
-msgstr "Ikke i stand til avgjøre plasseringen til ditt hjemsted."
+#: ../../mod/manage.php:108
+msgid "Select an identity to manage: "
+msgstr "Velg en identitet å behandle:"
 
-#: ../../mod/wallmessage.php:62 ../../mod/message.php:70
-msgid "Message could not be sent."
-msgstr "Meldingen kunne ikke sendes."
+#: ../../mod/home.php:34
+#, php-format
+msgid "Welcome to %s"
+msgstr "Velkommen til %s"
 
-#: ../../mod/wallmessage.php:65 ../../mod/message.php:73
-msgid "Message collection failure."
-msgstr "Meldingsinnsamling mislyktes."
+#: ../../mod/allfriends.php:34
+#, php-format
+msgid "Friends of %s"
+msgstr "Venner av %s"
 
-#: ../../mod/wallmessage.php:68 ../../mod/message.php:76
-msgid "Message sent."
-msgstr "Melding sendt."
+#: ../../mod/allfriends.php:40
+msgid "No friends to display."
+msgstr "Ingen venner å vise."
 
-#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95
-msgid "No recipient."
-msgstr "Ingen mottaker."
+#: ../../include/contact_widgets.php:6
+msgid "Add New Contact"
+msgstr "Legg til ny kontakt"
 
-#: ../../mod/wallmessage.php:142 ../../mod/message.php:319
-msgid "Send Private Message"
-msgstr "Send privat melding"
+#: ../../include/contact_widgets.php:7
+msgid "Enter address or web location"
+msgstr "Skriv adresse eller web-plassering"
 
-#: ../../mod/wallmessage.php:143
+#: ../../include/contact_widgets.php:8
+msgid "Example: bob@example.com, http://example.com/barbara"
+msgstr "Eksempel: ole@eksempel.no, http://eksempel.no/kari"
+
+#: ../../include/contact_widgets.php:23
 #, php-format
-msgid ""
-"If you wish for %s to respond, please check that the privacy settings on "
-"your site allow private mail from unknown senders."
-msgstr "Hvis du ønsker å la %s få svare, vennligst sjekk om personverninnstillingene på ditt nettsted tillater private post fra ukjente avsendere."
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] "%d invitasjon tilgjengelig"
+msgstr[1] "%d invitasjoner tilgjengelig"
 
-#: ../../mod/wallmessage.php:144 ../../mod/message.php:320
-#: ../../mod/message.php:553
-msgid "To:"
-msgstr "Til:"
+#: ../../include/contact_widgets.php:29
+msgid "Find People"
+msgstr "Finn personer"
 
-#: ../../mod/wallmessage.php:145 ../../mod/message.php:325
-#: ../../mod/message.php:555
-msgid "Subject:"
-msgstr "Emne:"
+#: ../../include/contact_widgets.php:30
+msgid "Enter name or interest"
+msgstr "Skriv navn eller interesse"
 
-#: ../../mod/localtime.php:24
-msgid "Time Conversion"
-msgstr "Tidskonvertering"
+#: ../../include/contact_widgets.php:31
+msgid "Connect/Follow"
+msgstr "Koble/Følg"
 
-#: ../../mod/localtime.php:26
-msgid ""
-"Friendica provides this service for sharing events with other networks and "
-"friends in unknown timezones."
-msgstr "Friendica har denne tjenesten for å dele hendelser med andre nettverk og venner i ukjente tidssoner."
+#: ../../include/contact_widgets.php:32
+msgid "Examples: Robert Morgenstein, Fishing"
+msgstr "Eksempler: Robert Morgenstein, fisking"
 
-#: ../../mod/localtime.php:30
-#, php-format
-msgid "UTC time: %s"
-msgstr "UTC tid: %s"
+#: ../../include/contact_widgets.php:36
+msgid "Random Profile"
+msgstr "Tilfeldig profil"
 
-#: ../../mod/localtime.php:33
-#, php-format
-msgid "Current timezone: %s"
-msgstr "Gjeldende tidssone: %s"
+#: ../../include/contact_widgets.php:70
+msgid "Networks"
+msgstr "Nettverk"
 
-#: ../../mod/localtime.php:36
-#, php-format
-msgid "Converted localtime: %s"
-msgstr "Konvertert lokaltid: %s"
+#: ../../include/contact_widgets.php:73
+msgid "All Networks"
+msgstr "Alle nettverk"
 
-#: ../../mod/localtime.php:41
-msgid "Please select your timezone:"
-msgstr "Vennligst velg din tidssone:"
+#: ../../include/contact_widgets.php:103 ../../include/features.php:59
+msgid "Saved Folders"
+msgstr "Lagrede mapper"
 
-#: ../../mod/lockview.php:31 ../../mod/lockview.php:39
-msgid "Remote privacy information not available."
-msgstr "Ekstern informasjon om privatlivsinnstillinger er ikke tilgjengelig."
+#: ../../include/contact_widgets.php:106 ../../include/contact_widgets.php:138
+msgid "Everything"
+msgstr "Alt"
 
-#: ../../mod/lockview.php:48
-msgid "Visible to:"
-msgstr "Synlig for:"
+#: ../../include/contact_widgets.php:135
+msgid "Categories"
+msgstr "Kategorier"
 
-#: ../../mod/lostpass.php:17
-msgid "No valid account found."
-msgstr "Fant ingen gyldig konto."
+#: ../../include/plugin.php:454 ../../include/plugin.php:456
+msgid "Click here to upgrade."
+msgstr "Klikk her for oppgradere."
 
-#: ../../mod/lostpass.php:33
-msgid "Password reset request issued. Check your email."
-msgstr "Forespørsel om å tilbakestille passord er sendt. Sjekk e-posten din."
+#: ../../include/plugin.php:462
+msgid "This action exceeds the limits set by your subscription plan."
+msgstr "Denne handlingen overstiger grensene satt i din abonnementsplan."
 
-#: ../../mod/lostpass.php:44
-#, php-format
-msgid "Password reset requested at %s"
-msgstr "Forespørsel om tilbakestilling av passord ved %s"
+#: ../../include/plugin.php:467
+msgid "This action is not available under your subscription plan."
+msgstr "Denne handlingen er ikke tilgjengelig i henhold til din abonnementsplan."
 
-#: ../../mod/lostpass.php:66
-msgid ""
-"Request could not be verified. (You may have previously submitted it.) "
-"Password reset failed."
-msgstr "Forespørselen kunne ikke verifiseres. (Du kan ha sendt den inn tidligere.) Tilbakestilling av passord milslyktes."
+#: ../../include/api.php:255 ../../include/api.php:266
+#: ../../include/api.php:356
+msgid "User not found."
+msgstr "Brukeren ble ikke funnet."
 
-#: ../../mod/lostpass.php:84 ../../boot.php:1151
-msgid "Password Reset"
-msgstr "Passord tilbakestilling"
+#: ../../include/api.php:1024
+msgid "There is no status with this id."
+msgstr "Det er ingen status tilknyttet denne id-en."
 
-#: ../../mod/lostpass.php:85
-msgid "Your password has been reset as requested."
-msgstr "Ditt passord er tilbakestilt som forespurt."
+#: ../../include/network.php:883
+msgid "view full size"
+msgstr "Vis i full størrelse"
 
-#: ../../mod/lostpass.php:86
-msgid "Your new password is"
-msgstr "Ditt nye passord er"
+#: ../../include/event.php:20 ../../include/bb2diaspora.php:399
+msgid "Starts:"
+msgstr "Starter:"
 
-#: ../../mod/lostpass.php:87
-msgid "Save or copy your new password - and then"
-msgstr "Lagre eller kopier ditt nye passord, og deretter"
+#: ../../include/event.php:30 ../../include/bb2diaspora.php:407
+msgid "Finishes:"
+msgstr "Slutter:"
 
-#: ../../mod/lostpass.php:88
-msgid "click here to login"
-msgstr "klikk her for å logge inn"
+#: ../../include/notifier.php:774 ../../include/delivery.php:457
+msgid "(no subject)"
+msgstr "(uten emne)"
 
-#: ../../mod/lostpass.php:89
-msgid ""
-"Your password may be changed from the <em>Settings</em> page after "
-"successful login."
-msgstr "Passordet ditt kan endres fra siden <em>Innstillinger</em> etter vellykket logg inn."
+#: ../../include/notifier.php:784 ../../include/enotify.php:28
+#: ../../include/delivery.php:468
+msgid "noreply"
+msgstr "ikke svar"
 
-#: ../../mod/lostpass.php:107
-#, php-format
-msgid "Your password has been changed at %s"
-msgstr "Ditt passord har blitt endret %s"
+#: ../../include/user.php:39
+msgid "An invitation is required."
+msgstr "En invitasjon er nødvendig."
 
-#: ../../mod/lostpass.php:122
-msgid "Forgot your Password?"
-msgstr "Glemte du passordet?"
+#: ../../include/user.php:44
+msgid "Invitation could not be verified."
+msgstr "Invitasjon kunne ikke bekreftes."
 
-#: ../../mod/lostpass.php:123
+#: ../../include/user.php:52
+msgid "Invalid OpenID url"
+msgstr "Ugyldig OpenID URL"
+
+#: ../../include/user.php:66 ../../include/auth.php:128
 msgid ""
-"Enter your email address and submit to have your password reset. Then check "
-"your email for further instructions."
-msgstr "Skriv inn e-postadressen og send inn for å tilbakestille passordet ditt. Sjekk deretter e-posten din for nærmere forklaring."
+"We encountered a problem while logging in with the OpenID you provided. "
+"Please check the correct spelling of the ID."
+msgstr "Vi støtte på et problem under innloggingen med OpenID-en du oppgav. Vennligst sjekk at du stavet ID-en riktig."
 
-#: ../../mod/lostpass.php:124
-msgid "Nickname or Email: "
-msgstr "Kallenavn eller e-post:"
+#: ../../include/user.php:66 ../../include/auth.php:128
+msgid "The error message was:"
+msgstr "Feilmeldingen var:"
 
-#: ../../mod/lostpass.php:125
-msgid "Reset"
-msgstr "Tilbakestill"
+#: ../../include/user.php:73
+msgid "Please enter the required information."
+msgstr "Vennligst skriv inn den nødvendige informasjonen."
 
-#: ../../mod/maintenance.php:5
-msgid "System down for maintenance"
-msgstr "Systemet er nede for vedlikehold"
+#: ../../include/user.php:87
+msgid "Please use a shorter name."
+msgstr "Vennligst bruk et kortere navn."
 
-#: ../../mod/manage.php:106
-msgid "Manage Identities and/or Pages"
-msgstr "Behandle identiteter og/eller sider"
+#: ../../include/user.php:89
+msgid "Name too short."
+msgstr "Navnet er for kort."
 
-#: ../../mod/manage.php:107
-msgid ""
-"Toggle between different identities or community/group pages which share "
-"your account details or which you have been granted \"manage\" permissions"
-msgstr "Veksle mellom ulike identiteter eller felleskaps-/gruppesider som deler dine kontodetaljer eller som du har blitt gitt \"behandle\" tillatelser"
+#: ../../include/user.php:104
+msgid "That doesn't appear to be your full (First Last) name."
+msgstr "Dette ser ikke ut til å være ditt full navn (Fornavn Etternavn)."
 
-#: ../../mod/manage.php:108
-msgid "Select an identity to manage: "
-msgstr "Velg en identitet å behandle:"
+#: ../../include/user.php:109
+msgid "Your email domain is not among those allowed on this site."
+msgstr "Ditt e-postdomene er ikke blant de som er tillat på dette stedet."
 
-#: ../../mod/match.php:12
-msgid "Profile Match"
-msgstr "Profiltreff"
+#: ../../include/user.php:112
+msgid "Not a valid email address."
+msgstr "Ugyldig e-postadresse."
 
-#: ../../mod/match.php:20
-msgid "No keywords to match. Please add keywords to your default profile."
-msgstr "Ingen nøkkelord å sammenlikne. Vennligst legg til nøkkelord i din standardprofil."
+#: ../../include/user.php:125
+msgid "Cannot use that email."
+msgstr "Kan ikke bruke den e-postadressen."
 
-#: ../../mod/match.php:57
-msgid "is interested in:"
-msgstr "er interessert i:"
+#: ../../include/user.php:131
+msgid ""
+"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and "
+"must also begin with a letter."
+msgstr "Ditt kallenavn kan bare inneholde \"a-z\", \"0-9\", \"-\", \"_\", og må også begynne med en bokstav."
 
-#: ../../mod/message.php:67
-msgid "Unable to locate contact information."
-msgstr "Mislyktes med å finne kontaktinformasjon."
+#: ../../include/user.php:137 ../../include/user.php:235
+msgid "Nickname is already registered. Please choose another."
+msgstr "Kallenavnet er allerede registrert. Vennligst velg et annet."
 
-#: ../../mod/message.php:207
-msgid "Do you really want to delete this message?"
-msgstr "Ønsker du virkelig å slette denne meldingen?"
-
-#: ../../mod/message.php:227
-msgid "Message deleted."
-msgstr "Melding slettet."
+#: ../../include/user.php:147
+msgid ""
+"Nickname was once registered here and may not be re-used. Please choose "
+"another."
+msgstr "Kallenavnet ble registrert her en gang og kan ikke brukes om igjen. Vennligst velg et annet."
 
-#: ../../mod/message.php:258
-msgid "Conversation removed."
-msgstr "Samtale slettet."
+#: ../../include/user.php:163
+msgid "SERIOUS ERROR: Generation of security keys failed."
+msgstr "ALVORLIG FEIL: mislyktes med å lage sikkerhetsnøkler."
 
-#: ../../mod/message.php:371
-msgid "No messages."
-msgstr "Ingen meldinger."
+#: ../../include/user.php:221
+msgid "An error occurred during registration. Please try again."
+msgstr "En feil oppstod under registreringen. Vennligst prøv igjen."
 
-#: ../../mod/message.php:378
-#, php-format
-msgid "Unknown sender - %s"
-msgstr "Ukjent avsender - %s"
+#: ../../include/user.php:256
+msgid "An error occurred creating your default profile. Please try again."
+msgstr "En feil oppstod under opprettelsen av din standardprofil. Vennligst prøv igjen."
 
-#: ../../mod/message.php:381
-#, php-format
-msgid "You and %s"
-msgstr "Du og %s"
+#: ../../include/user.php:288 ../../include/user.php:292
+#: ../../include/profile_selectors.php:42
+msgid "Friends"
+msgstr "Venner"
 
-#: ../../mod/message.php:384
+#: ../../include/conversation.php:207
 #, php-format
-msgid "%s and You"
-msgstr "%s og du"
+msgid "%1$s poked %2$s"
+msgstr "%1$s dyttet %2$s"
 
-#: ../../mod/message.php:405 ../../mod/message.php:546
-msgid "Delete conversation"
-msgstr "Slett samtale"
+#: ../../include/conversation.php:211 ../../include/text.php:986
+msgid "poked"
+msgstr "dyttet"
 
-#: ../../mod/message.php:408
-msgid "D, d M Y - g:i A"
-msgstr "D, d M Y - g:i A"
+#: ../../include/conversation.php:291
+msgid "post/item"
+msgstr "innlegg/element"
 
-#: ../../mod/message.php:411
+#: ../../include/conversation.php:292
 #, php-format
-msgid "%d message"
-msgid_plural "%d messages"
-msgstr[0] "%d melding"
-msgstr[1] "%d meldinger"
-
-#: ../../mod/message.php:450
-msgid "Message not available."
-msgstr "Melding utilgjengelig."
-
-#: ../../mod/message.php:520
-msgid "Delete message"
-msgstr "Slett melding"
+msgid "%1$s marked %2$s's %3$s as favorite"
+msgstr "%1$s merket %2$s's %3$s som en favoritt"
 
-#: ../../mod/message.php:548
-msgid ""
-"No secure communications available. You <strong>may</strong> be able to "
-"respond from the sender's profile page."
-msgstr "Ingen sikker kommunikasjon tilgjengelig. Du <strong>kan kanskje</strong> svare fra senderens profilside."
+#: ../../include/conversation.php:767
+msgid "remove"
+msgstr "slett"
 
-#: ../../mod/message.php:552
-msgid "Send Reply"
-msgstr "Send svar"
+#: ../../include/conversation.php:771
+msgid "Delete Selected Items"
+msgstr "Slette valgte elementer"
 
-#: ../../mod/mood.php:133
-msgid "Mood"
-msgstr "Stemning"
+#: ../../include/conversation.php:870
+msgid "Follow Thread"
+msgstr "Følg tråd"
 
-#: ../../mod/mood.php:134
-msgid "Set your current mood and tell your friends"
-msgstr "Angi din stemning og fortell dine venner"
+#: ../../include/conversation.php:871 ../../include/Contact.php:229
+msgid "View Status"
+msgstr "Vis status"
 
-#: ../../mod/network.php:181
-msgid "Search Results For:"
-msgstr "Søkeresultater for:"
+#: ../../include/conversation.php:872 ../../include/Contact.php:230
+msgid "View Profile"
+msgstr "Vis profil"
 
-#: ../../mod/network.php:397
-msgid "Commented Order"
-msgstr "Etter kommentarer"
+#: ../../include/conversation.php:873 ../../include/Contact.php:231
+msgid "View Photos"
+msgstr "Vis bilder"
 
-#: ../../mod/network.php:400
-msgid "Sort by Comment Date"
-msgstr "Sorter etter kommentardato"
+#: ../../include/conversation.php:874 ../../include/Contact.php:232
+#: ../../include/Contact.php:255
+msgid "Network Posts"
+msgstr "Nettverksinnlegg"
 
-#: ../../mod/network.php:403
-msgid "Posted Order"
-msgstr "Etter innlegg"
+#: ../../include/conversation.php:875 ../../include/Contact.php:233
+#: ../../include/Contact.php:255
+msgid "Edit Contact"
+msgstr "Endre kontakt"
 
-#: ../../mod/network.php:406
-msgid "Sort by Post Date"
-msgstr "Sorter etter innleggsdato"
+#: ../../include/conversation.php:876 ../../include/Contact.php:235
+#: ../../include/Contact.php:255
+msgid "Send PM"
+msgstr "Send privat melding"
 
-#: ../../mod/network.php:444 ../../mod/notifications.php:88
-msgid "Personal"
-msgstr "Personlig"
+#: ../../include/conversation.php:877 ../../include/Contact.php:228
+msgid "Poke"
+msgstr "Dytt"
 
-#: ../../mod/network.php:447
-msgid "Posts that mention or involve you"
-msgstr "Innlegg som nevner eller involverer deg"
+#: ../../include/conversation.php:939
+#, php-format
+msgid "%s likes this."
+msgstr "%s liker dette."
 
-#: ../../mod/network.php:453
-msgid "New"
-msgstr "Ny"
+#: ../../include/conversation.php:939
+#, php-format
+msgid "%s doesn't like this."
+msgstr "%s liker ikke dette."
 
-#: ../../mod/network.php:456
-msgid "Activity Stream - by date"
-msgstr "Aktivitetsstrøm - etter dato"
+#: ../../include/conversation.php:944
+#, php-format
+msgid "<span  %1$s>%2$d people</span> like this"
+msgstr "<span %1$s>%2$d personer</span> liker dette"
 
-#: ../../mod/network.php:462
-msgid "Shared Links"
-msgstr "Delte lenker"
+#: ../../include/conversation.php:947
+#, php-format
+msgid "<span  %1$s>%2$d people</span> don't like this"
+msgstr "<span %1$s>%2$d personer</span> liker ikke dette"
 
-#: ../../mod/network.php:465
-msgid "Interesting Links"
-msgstr "Interessante lenker"
+#: ../../include/conversation.php:961
+msgid "and"
+msgstr "og"
 
-#: ../../mod/network.php:471
-msgid "Starred"
-msgstr "Med stjerne"
+#: ../../include/conversation.php:967
+#, php-format
+msgid ", and %d other people"
+msgstr ", og %d andre personer"
 
-#: ../../mod/network.php:474
-msgid "Favourite Posts"
-msgstr "Favorittinnlegg"
+#: ../../include/conversation.php:969
+#, php-format
+msgid "%s like this."
+msgstr "%s liker dette."
 
-#: ../../mod/network.php:546
+#: ../../include/conversation.php:969
 #, 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] "Advarsel: denne gruppen inneholder %s medlem fra et usikkert nettverk."
-msgstr[1] "Advarsel: denne gruppe inneholder %s medlemmer fra et usikkert nettverk."
+msgid "%s don't like this."
+msgstr "%s liker ikke dette."
 
-#: ../../mod/network.php:549
-msgid "Private messages to this group are at risk of public disclosure."
-msgstr "Private meldinger til denne gruppen risikerer å bli offentliggjort."
+#: ../../include/conversation.php:996 ../../include/conversation.php:1014
+msgid "Visible to <strong>everybody</strong>"
+msgstr "Synlig for <strong>alle</strong>"
 
-#: ../../mod/network.php:596 ../../mod/content.php:119
-msgid "No such group"
-msgstr "Gruppen finnes ikke"
+#: ../../include/conversation.php:998 ../../include/conversation.php:1016
+msgid "Please enter a video link/URL:"
+msgstr "Vennligst skriv inn en videolenke/-URL:"
 
-#: ../../mod/network.php:607 ../../mod/content.php:130
-msgid "Group is empty"
-msgstr "Gruppen er tom"
+#: ../../include/conversation.php:999 ../../include/conversation.php:1017
+msgid "Please enter an audio link/URL:"
+msgstr "Vennligst skriv inn en lydlenke/-URL:"
 
-#: ../../mod/network.php:611 ../../mod/content.php:134
-msgid "Group: "
-msgstr "Gruppe:"
+#: ../../include/conversation.php:1000 ../../include/conversation.php:1018
+msgid "Tag term:"
+msgstr "Merkelapp begrep:"
 
-#: ../../mod/network.php:621
-msgid "Contact: "
-msgstr "Kontakt:"
+#: ../../include/conversation.php:1002 ../../include/conversation.php:1020
+msgid "Where are you right now?"
+msgstr "Hvor er du akkurat nå?"
 
-#: ../../mod/network.php:623
-msgid "Private messages to this person are at risk of public disclosure."
-msgstr "Private meldinger til denne personen risikerer å bli offentliggjort."
+#: ../../include/conversation.php:1003
+msgid "Delete item(s)?"
+msgstr "Slett element(er)?"
 
-#: ../../mod/network.php:628
-msgid "Invalid contact."
-msgstr "Ugyldig kontakt."
+#: ../../include/conversation.php:1045
+msgid "Post to Email"
+msgstr "Innlegg til e-post"
 
-#: ../../mod/notifications.php:26
-msgid "Invalid request identifier."
-msgstr "Ugyldig forespørselsidentifikator."
+#: ../../include/conversation.php:1101
+msgid "permissions"
+msgstr "tillatelser"
 
-#: ../../mod/notifications.php:35 ../../mod/notifications.php:165
-#: ../../mod/notifications.php:211
-msgid "Discard"
-msgstr "Forkast"
+#: ../../include/conversation.php:1125
+msgid "Post to Groups"
+msgstr "Innlegg til grupper"
 
-#: ../../mod/notifications.php:78
-msgid "System"
-msgstr "System"
+#: ../../include/conversation.php:1126
+msgid "Post to Contacts"
+msgstr "Innlegg til kontakter"
 
-#: ../../mod/notifications.php:122
-msgid "Show Ignored Requests"
-msgstr "Vis ignorerte forespørsler"
+#: ../../include/conversation.php:1127
+msgid "Private post"
+msgstr "Privat innlegg"
 
-#: ../../mod/notifications.php:122
-msgid "Hide Ignored Requests"
-msgstr "Skjul ignorerte forespørsler"
+#: ../../include/auth.php:38
+msgid "Logged out."
+msgstr "Logget ut."
 
-#: ../../mod/notifications.php:149 ../../mod/notifications.php:195
-msgid "Notification type: "
-msgstr "Beskjedtype:"
+#: ../../include/uimport.php:94
+msgid "Error decoding account file"
+msgstr "Feil ved dekoding av kontofil"
 
-#: ../../mod/notifications.php:150
-msgid "Friend Suggestion"
-msgstr "Venneforslag"
+#: ../../include/uimport.php:100
+msgid "Error! No version data in file! This is not a Friendica account file?"
+msgstr "Feil! Ingen versjonsdata i filen! Dette er ikke en Friendica kontofil?"
 
-#: ../../mod/notifications.php:152
-#, php-format
-msgid "suggested by %s"
-msgstr "foreslått av %s"
+#: ../../include/uimport.php:116 ../../include/uimport.php:127
+msgid "Error! Cannot check nickname"
+msgstr "Feil! Kan ikke sjekke kallenavn"
 
-#: ../../mod/notifications.php:158 ../../mod/notifications.php:205
-msgid "Post a new friend activity"
-msgstr "Post om en ny venn"
+#: ../../include/uimport.php:120 ../../include/uimport.php:131
+#, php-format
+msgid "User '%s' already exists on this server!"
+msgstr "Brukeren '%s' finnes allerede på denne tjeneren!"
 
-#: ../../mod/notifications.php:158 ../../mod/notifications.php:205
-msgid "if applicable"
-msgstr "hvis gyldig"
+#: ../../include/uimport.php:153
+msgid "User creation error"
+msgstr "Feil ved oppretting av bruker"
 
-#: ../../mod/notifications.php:181
-msgid "Claims to be known to you: "
-msgstr "Påstår å kjenne deg:"
+#: ../../include/uimport.php:171
+msgid "User profile creation error"
+msgstr "Feil ved opprettelsen av brukerprofil"
 
-#: ../../mod/notifications.php:181
-msgid "yes"
-msgstr "ja"
+#: ../../include/uimport.php:220
+#, php-format
+msgid "%d contact not imported"
+msgid_plural "%d contacts not imported"
+msgstr[0] "%d kontakt ikke importert"
+msgstr[1] "%d kontakter ikke importert"
 
-#: ../../mod/notifications.php:181
-msgid "no"
-msgstr "ei"
+#: ../../include/uimport.php:290
+msgid "Done. You can now login with your username and password"
+msgstr "Ferdig. Du kan nå logge inn med ditt brukernavn og passord"
 
-#: ../../mod/notifications.php:188
-msgid "Approve as: "
-msgstr "Godkjenn som:"
+#: ../../include/text.php:300
+msgid "newer"
+msgstr "nyere"
 
-#: ../../mod/notifications.php:189
-msgid "Friend"
-msgstr "Venn"
+#: ../../include/text.php:302
+msgid "older"
+msgstr "eldre"
 
-#: ../../mod/notifications.php:190
-msgid "Sharer"
-msgstr "Deler"
+#: ../../include/text.php:307
+msgid "prev"
+msgstr "forrige"
 
-#: ../../mod/notifications.php:190
-msgid "Fan/Admirer"
-msgstr "Fan/Beundrer"
+#: ../../include/text.php:309
+msgid "first"
+msgstr "første"
 
-#: ../../mod/notifications.php:196
-msgid "Friend/Connect Request"
-msgstr "Venn/kontakt-forespørsel"
+#: ../../include/text.php:341
+msgid "last"
+msgstr "siste"
 
-#: ../../mod/notifications.php:196
-msgid "New Follower"
-msgstr "Ny følgesvenn"
+#: ../../include/text.php:344
+msgid "next"
+msgstr "neste"
 
-#: ../../mod/notifications.php:217
-msgid "No introductions."
-msgstr "Ingen introduksjoner."
+#: ../../include/text.php:836
+msgid "No contacts"
+msgstr "Ingen kontakter"
 
-#: ../../mod/notifications.php:257 ../../mod/notifications.php:382
-#: ../../mod/notifications.php:469
+#: ../../include/text.php:845
 #, php-format
-msgid "%s liked %s's post"
-msgstr "%s likte %s sitt innlegg"
+msgid "%d Contact"
+msgid_plural "%d Contacts"
+msgstr[0] "%d kontakt"
+msgstr[1] "%d kontakter"
 
-#: ../../mod/notifications.php:266 ../../mod/notifications.php:391
-#: ../../mod/notifications.php:478
-#, php-format
-msgid "%s disliked %s's post"
-msgstr "%s mislikte %s sitt innlegg"
+#: ../../include/text.php:986
+msgid "poke"
+msgstr "dytt"
 
-#: ../../mod/notifications.php:280 ../../mod/notifications.php:405
-#: ../../mod/notifications.php:492
-#, php-format
-msgid "%s is now friends with %s"
-msgstr "%s er nå venner med %s"
+#: ../../include/text.php:987
+msgid "ping"
+msgstr "ping"
 
-#: ../../mod/notifications.php:287 ../../mod/notifications.php:412
-#, php-format
-msgid "%s created a new post"
-msgstr "%s skrev et nytt innlegg"
+#: ../../include/text.php:987
+msgid "pinged"
+msgstr "pinget"
 
-#: ../../mod/notifications.php:288 ../../mod/notifications.php:413
-#: ../../mod/notifications.php:501
-#, php-format
-msgid "%s commented on %s's post"
-msgstr "%s kommenterte på %s sitt innlegg"
+#: ../../include/text.php:988
+msgid "prod"
+msgstr "dult"
 
-#: ../../mod/notifications.php:302
-msgid "No more network notifications."
-msgstr "Ingen flere nettverksvarslinger."
+#: ../../include/text.php:988
+msgid "prodded"
+msgstr "dultet"
 
-#: ../../mod/notifications.php:306
-msgid "Network Notifications"
-msgstr "Nettverksvarslinger"
+#: ../../include/text.php:989
+msgid "slap"
+msgstr "klaske"
 
-#: ../../mod/notifications.php:332 ../../mod/notify.php:61
-msgid "No more system notifications."
-msgstr "Ingen flere systemvarsler."
+#: ../../include/text.php:989
+msgid "slapped"
+msgstr "klasket"
 
-#: ../../mod/notifications.php:336 ../../mod/notify.php:65
-msgid "System Notifications"
-msgstr "Systemvarsler"
+#: ../../include/text.php:990
+msgid "finger"
+msgstr "fingre"
 
-#: ../../mod/notifications.php:427
-msgid "No more personal notifications."
-msgstr "Ingen flere personlige varsler."
+#: ../../include/text.php:990
+msgid "fingered"
+msgstr "fingret"
 
-#: ../../mod/notifications.php:431
-msgid "Personal Notifications"
-msgstr "Personlige varsler"
+#: ../../include/text.php:991
+msgid "rebuff"
+msgstr "avslå"
 
-#: ../../mod/notifications.php:508
-msgid "No more home notifications."
-msgstr "Ingen flere hjemmevarsler."
+#: ../../include/text.php:991
+msgid "rebuffed"
+msgstr "avslo"
 
-#: ../../mod/notifications.php:512
-msgid "Home Notifications"
-msgstr "Hjemmevarsler"
+#: ../../include/text.php:1005
+msgid "happy"
+msgstr "glad"
 
-#: ../../mod/photos.php:51 ../../boot.php:1957
-msgid "Photo Albums"
-msgstr "Fotoalbum"
+#: ../../include/text.php:1006
+msgid "sad"
+msgstr "trist"
 
-#: ../../mod/photos.php:59 ../../mod/photos.php:154 ../../mod/photos.php:1058
-#: ../../mod/photos.php:1183 ../../mod/photos.php:1206
-#: ../../mod/photos.php:1736 ../../mod/photos.php:1748
-#: ../../view/theme/diabook/theme.php:492
-msgid "Contact Photos"
-msgstr "Kontaktbilder"
+#: ../../include/text.php:1007
+msgid "mellow"
+msgstr "dempet"
 
-#: ../../mod/photos.php:66 ../../mod/photos.php:1222 ../../mod/photos.php:1795
-msgid "Upload New Photos"
-msgstr "Last opp nye bilder"
+#: ../../include/text.php:1008
+msgid "tired"
+msgstr "trøtt"
 
-#: ../../mod/photos.php:143
-msgid "Contact information unavailable"
-msgstr "Kontaktinformasjon utilgjengelig"
+#: ../../include/text.php:1009
+msgid "perky"
+msgstr "oppkvikket"
 
-#: ../../mod/photos.php:164
-msgid "Album not found."
-msgstr "Album ble ikke funnet."
+#: ../../include/text.php:1010
+msgid "angry"
+msgstr "sint"
 
-#: ../../mod/photos.php:187 ../../mod/photos.php:199 ../../mod/photos.php:1200
-msgid "Delete Album"
-msgstr "Slett album"
+#: ../../include/text.php:1011
+msgid "stupified"
+msgstr "tanketom"
 
-#: ../../mod/photos.php:197
-msgid "Do you really want to delete this photo album and all its photos?"
-msgstr "Ønsker du virkelig å slette dette fotoalbumet og alle bildene i det?"
+#: ../../include/text.php:1012
+msgid "puzzled"
+msgstr "forundret"
 
-#: ../../mod/photos.php:276 ../../mod/photos.php:287 ../../mod/photos.php:1502
-msgid "Delete Photo"
-msgstr "Slett bilde"
+#: ../../include/text.php:1013
+msgid "interested"
+msgstr "interessert"
 
-#: ../../mod/photos.php:285
-msgid "Do you really want to delete this photo?"
-msgstr "Ønsker du virkelig å slette dette bildet?"
+#: ../../include/text.php:1014
+msgid "bitter"
+msgstr "bitter"
 
-#: ../../mod/photos.php:656
-#, php-format
-msgid "%1$s was tagged in %2$s by %3$s"
-msgstr "%1$s ble merket i %2$s av %3$s"
+#: ../../include/text.php:1015
+msgid "cheerful"
+msgstr "munter"
 
-#: ../../mod/photos.php:656
-msgid "a photo"
-msgstr "et bilde"
+#: ../../include/text.php:1016
+msgid "alive"
+msgstr "livlig"
 
-#: ../../mod/photos.php:761
-msgid "Image exceeds size limit of "
-msgstr "Bilde overstiger størrelsesbegrensningen på "
+#: ../../include/text.php:1017
+msgid "annoyed"
+msgstr "irritert"
 
-#: ../../mod/photos.php:769
-msgid "Image file is empty."
-msgstr "Bildefilen er tom."
+#: ../../include/text.php:1018
+msgid "anxious"
+msgstr "nervøs"
 
-#: ../../mod/photos.php:924
-msgid "No photos selected"
-msgstr "Ingen bilder er valgt"
+#: ../../include/text.php:1019
+msgid "cranky"
+msgstr "grinete"
 
-#: ../../mod/photos.php:1088
-#, php-format
-msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
-msgstr "Du har brukt %1$.2f Mbytes av %2$.2f Mbytes bildelagring."
+#: ../../include/text.php:1020
+msgid "disturbed"
+msgstr "forstyrret"
 
-#: ../../mod/photos.php:1123
-msgid "Upload Photos"
-msgstr "Last opp bilder"
+#: ../../include/text.php:1021
+msgid "frustrated"
+msgstr "frustrert"
 
-#: ../../mod/photos.php:1127 ../../mod/photos.php:1195
-msgid "New album name: "
-msgstr "Nytt albumnavn:"
+#: ../../include/text.php:1022
+msgid "motivated"
+msgstr "motivert"
 
-#: ../../mod/photos.php:1128
-msgid "or existing album name: "
-msgstr "eller eksisterende albumnavn:"
+#: ../../include/text.php:1023
+msgid "relaxed"
+msgstr "avslappet"
 
-#: ../../mod/photos.php:1129
-msgid "Do not show a status post for this upload"
-msgstr "Ikke vis statusoppdatering for denne opplastingen"
+#: ../../include/text.php:1024
+msgid "surprised"
+msgstr "overrasket"
 
-#: ../../mod/photos.php:1131 ../../mod/photos.php:1497
-msgid "Permissions"
-msgstr "Tillatelser"
+#: ../../include/text.php:1192
+msgid "Monday"
+msgstr "mandag"
 
-#: ../../mod/photos.php:1142
-msgid "Private Photo"
-msgstr "Privat bilde"
+#: ../../include/text.php:1192
+msgid "Tuesday"
+msgstr "tirsdag"
 
-#: ../../mod/photos.php:1143
-msgid "Public Photo"
-msgstr "Offentlig bilde"
+#: ../../include/text.php:1192
+msgid "Wednesday"
+msgstr "onsdag"
 
-#: ../../mod/photos.php:1210
-msgid "Edit Album"
-msgstr "Endre album"
+#: ../../include/text.php:1192
+msgid "Thursday"
+msgstr "torsdag"
 
-#: ../../mod/photos.php:1216
-msgid "Show Newest First"
-msgstr "Vis nyeste først"
+#: ../../include/text.php:1192
+msgid "Friday"
+msgstr "fredag"
 
-#: ../../mod/photos.php:1218
-msgid "Show Oldest First"
-msgstr "Vis eldste først"
+#: ../../include/text.php:1192
+msgid "Saturday"
+msgstr "lørdag"
 
-#: ../../mod/photos.php:1251 ../../mod/photos.php:1778
-msgid "View Photo"
-msgstr "Vis bilde"
+#: ../../include/text.php:1192
+msgid "Sunday"
+msgstr "søndag"
 
-#: ../../mod/photos.php:1286
-msgid "Permission denied. Access to this item may be restricted."
-msgstr "Tilgang nektet. Tilgang til dette elementet kan være begrenset."
+#: ../../include/text.php:1196
+msgid "January"
+msgstr "januar"
 
-#: ../../mod/photos.php:1288
-msgid "Photo not available"
-msgstr "Bilde ikke tilgjengelig"
+#: ../../include/text.php:1196
+msgid "February"
+msgstr "februar"
 
-#: ../../mod/photos.php:1344
-msgid "View photo"
-msgstr "Vis foto"
+#: ../../include/text.php:1196
+msgid "March"
+msgstr "mars"
 
-#: ../../mod/photos.php:1344
-msgid "Edit photo"
-msgstr "Endre bilde"
+#: ../../include/text.php:1196
+msgid "April"
+msgstr "april"
 
-#: ../../mod/photos.php:1345
-msgid "Use as profile photo"
-msgstr "Bruk som profilbilde"
+#: ../../include/text.php:1196
+msgid "May"
+msgstr "mai"
 
-#: ../../mod/photos.php:1351 ../../mod/content.php:643
-#: ../../object/Item.php:113
-msgid "Private Message"
-msgstr "Privat melding"
+#: ../../include/text.php:1196
+msgid "June"
+msgstr "juni"
 
-#: ../../mod/photos.php:1370
-msgid "View Full Size"
-msgstr "Vis i full størrelse"
+#: ../../include/text.php:1196
+msgid "July"
+msgstr "juli"
 
-#: ../../mod/photos.php:1444
-msgid "Tags: "
-msgstr "Tagger:"
+#: ../../include/text.php:1196
+msgid "August"
+msgstr "august"
 
-#: ../../mod/photos.php:1447
-msgid "[Remove any tag]"
-msgstr "[Fjern en tag]"
+#: ../../include/text.php:1196
+msgid "September"
+msgstr "september"
 
-#: ../../mod/photos.php:1487
-msgid "Rotate CW (right)"
-msgstr "Roter med klokka (høyre)"
+#: ../../include/text.php:1196
+msgid "October"
+msgstr "oktober"
 
-#: ../../mod/photos.php:1488
-msgid "Rotate CCW (left)"
-msgstr "Roter mot klokka (venstre)"
+#: ../../include/text.php:1196
+msgid "November"
+msgstr "november"
 
-#: ../../mod/photos.php:1490
-msgid "New album name"
-msgstr "Nytt albumnavn"
+#: ../../include/text.php:1196
+msgid "December"
+msgstr "desember"
 
-#: ../../mod/photos.php:1493
-msgid "Caption"
-msgstr "Overskrift"
+#: ../../include/text.php:1415
+msgid "bytes"
+msgstr "bytes"
 
-#: ../../mod/photos.php:1495
-msgid "Add a Tag"
-msgstr "Legg til tag"
+#: ../../include/text.php:1439 ../../include/text.php:1451
+msgid "Click to open/close"
+msgstr "Klikk for å åpne/lukke"
 
-#: ../../mod/photos.php:1499
-msgid ""
-"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
-msgstr "Eksempel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+#: ../../include/text.php:1670
+msgid "Select an alternate language"
+msgstr "Velg et annet språk"
 
-#: ../../mod/photos.php:1508
-msgid "Private photo"
-msgstr "Privat bilde"
+#: ../../include/text.php:1926
+msgid "activity"
+msgstr "aktivitet"
 
-#: ../../mod/photos.php:1509
-msgid "Public photo"
-msgstr "Offentlig bilde"
+#: ../../include/text.php:1929
+msgid "post"
+msgstr "innlegg"
 
-#: ../../mod/photos.php:1529 ../../mod/content.php:707
-#: ../../object/Item.php:232
-msgid "I like this (toggle)"
-msgstr "Jeg liker dette (skru på/av)"
+#: ../../include/text.php:2084
+msgid "Item filed"
+msgstr "Element arkivert"
 
-#: ../../mod/photos.php:1530 ../../mod/content.php:708
-#: ../../object/Item.php:233
-msgid "I don't like this (toggle)"
-msgstr "Jeg liker ikke dette (skru på/av)"
+#: ../../include/enotify.php:16
+msgid "Friendica Notification"
+msgstr "Friendica varsel"
 
-#: ../../mod/photos.php:1549 ../../mod/photos.php:1593
-#: ../../mod/photos.php:1676 ../../mod/content.php:730
-#: ../../object/Item.php:650
-msgid "This is you"
-msgstr "Dette er deg"
+#: ../../include/enotify.php:19
+msgid "Thank You,"
+msgstr "Mange takk,"
 
-#: ../../mod/photos.php:1551 ../../mod/photos.php:1595
-#: ../../mod/photos.php:1678 ../../mod/content.php:732
-#: ../../object/Item.php:338 ../../object/Item.php:652 ../../boot.php:670
-msgid "Comment"
-msgstr "Kommentar"
+#: ../../include/enotify.php:21
+#, php-format
+msgid "%s Administrator"
+msgstr "%s administrator"
 
-#: ../../mod/photos.php:1793
-msgid "Recent Photos"
-msgstr "Nye bilder"
+#: ../../include/enotify.php:40
+#, php-format
+msgid "%s <!item_type!>"
+msgstr "%s <!item_type!>"
 
-#: ../../mod/newmember.php:6
-msgid "Welcome to Friendica"
-msgstr "Velkommen til Friendica"
+#: ../../include/enotify.php:44
+#, php-format
+msgid "[Friendica:Notify] New mail received at %s"
+msgstr "[Friendica:Notify] Ny melding mottatt hos %s"
 
-#: ../../mod/newmember.php:8
-msgid "New Member Checklist"
-msgstr "Sjekkliste for nye medlemmer"
+#: ../../include/enotify.php:46
+#, php-format
+msgid "%1$s sent you a new private message at %2$s."
+msgstr "%1$s sendte deg en ny privat melding hos %2$s."
 
-#: ../../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 "Vi vil gjerne gi noe noen tips og lenker for å hjelpe deg til en hyggelig opplevelse. Klikk på et element for å besøke den relevante siden. En lenke til denne siden vil være synlig på din hovedside i to uker etter at du registrerte deg og så vil den bli borte av seg selv."
+#: ../../include/enotify.php:47
+#, php-format
+msgid "%1$s sent you %2$s."
+msgstr "%1$s sendte deg %2$s."
 
-#: ../../mod/newmember.php:14
-msgid "Getting Started"
-msgstr "Komme igang"
+#: ../../include/enotify.php:47
+msgid "a private message"
+msgstr "en privat melding"
 
-#: ../../mod/newmember.php:18
-msgid "Friendica Walk-Through"
-msgstr "Friendica gjennomgang"
+#: ../../include/enotify.php:48
+#, php-format
+msgid "Please visit %s to view and/or reply to your private messages."
+msgstr "Vennligst besøk %s for å se og/eller svare på dine private meldinger."
 
-#: ../../mod/newmember.php:18
-msgid ""
-"On your <em>Quick Start</em> page - find a brief introduction to your "
-"profile and network tabs, make some new connections, and find some groups to"
-" join."
-msgstr "På <em>Hurtigstart</em>-siden din, så finner du en kort introduksjon til profilen din og nettverksfanen, hvordan du oppretter nye forbindelser, og hvordan du finner grupper å bli med i."
+#: ../../include/enotify.php:90
+#, php-format
+msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
+msgstr "%1$s kommenterte på [url=%2$s]a %3$s[/url]"
 
-#: ../../mod/newmember.php:26
-msgid "Go to Your Settings"
-msgstr "Gå til Dine innstillinger"
+#: ../../include/enotify.php:97
+#, php-format
+msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
+msgstr "%1$s kommenterte på [url=%2$s]%3$s sin %4$s[/url]"
 
-#: ../../mod/newmember.php:26
-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 "På siden <em>Innstillinger</em> - bytt passordet du fikk. Merk deg også Din identitetsadresse. Denne ser ut som en vanlig e-postadresse, og er nyttig for å bli venner i den frie sosiale web'en."
+#: ../../include/enotify.php:105
+#, php-format
+msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
+msgstr "%1$s kommenterte på [url=%2$s] din %3$s[/url]"
 
-#: ../../mod/newmember.php:28
-msgid ""
-"Review the other settings, particularly the privacy settings. An unpublished"
-" directory listing is like having an unlisted phone number. In general, you "
-"should probably publish your listing - unless all of your friends and "
-"potential friends know exactly how to find you."
-msgstr "Se over de andre innstillingene, særlig personverninnstillingene. En katalogoppføring som ikke er publisert er som å ha skjult telefonnummer. Generelt, så bør du antakelig publisere oppføringen, med mindre dine venner eller potensielle venner vet nøyaktig hvordan de skal finne deg."
+#: ../../include/enotify.php:115
+#, php-format
+msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
+msgstr "[Friendica:Notify] Kommentar til samtale #%1$d av %2$s"
 
-#: ../../mod/newmember.php:36 ../../mod/profile_photo.php:244
-msgid "Upload Profile Photo"
-msgstr "Last opp profilbilde"
+#: ../../include/enotify.php:116
+#, php-format
+msgid "%s commented on an item/conversation you have been following."
+msgstr "%s kommenterte på et element/en samtale du har fulgt."
 
-#: ../../mod/newmember.php:36
-msgid ""
-"Upload a profile photo if you have not done so already. Studies have shown "
-"that people with real photos of themselves are ten times more likely to make"
-" friends than people who do not."
-msgstr "Last opp et profilbilde hvis du ikke har gjort det allerede. Studier viser at folk som har ekte bilde av seg selv har ti ganger større sannsynlighet for å få venner enn folk som ikke gjør det."
+#: ../../include/enotify.php:119 ../../include/enotify.php:134
+#: ../../include/enotify.php:147 ../../include/enotify.php:165
+#: ../../include/enotify.php:178
+#, php-format
+msgid "Please visit %s to view and/or reply to the conversation."
+msgstr "Vennligst besøk %s for å se og/eller svare på samtalen."
 
-#: ../../mod/newmember.php:38
-msgid "Edit Your Profile"
-msgstr "Endre profilen din"
+#: ../../include/enotify.php:126
+#, php-format
+msgid "[Friendica:Notify] %s posted to your profile wall"
+msgstr "[Friendica:Notify] %s skrev et innlegg på veggen til din profil"
 
-#: ../../mod/newmember.php:38
-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 "Du kan endre <strong>standardprofilen</strong> din slik du ønsker. Se over innstillingene som lar deg skjule vennelisten og skjule profilen fra ukjente besøkende."
+#: ../../include/enotify.php:128
+#, php-format
+msgid "%1$s posted to your profile wall at %2$s"
+msgstr "%1$s skrev et innlegg på veggen til din profil %2$s"
 
-#: ../../mod/newmember.php:40
-msgid "Profile Keywords"
-msgstr "Profilnøkkelord"
+#: ../../include/enotify.php:130
+#, php-format
+msgid "%1$s posted to [url=%2$s]your wall[/url]"
+msgstr "%1$s skrev et innlegg til [url=%2$s]din vegg[/url]"
 
-#: ../../mod/newmember.php:40
-msgid ""
-"Set some public keywords for your default profile which describe your "
-"interests. We may be able to find other people with similar interests and "
-"suggest friendships."
-msgstr "Legg til noen offentlige nøkkelord til standardprofilen din som beskriver dine interesser. Det kan hende vi klarer å finne andre folk med liknende interesser og foreslå vennskap."
+#: ../../include/enotify.php:141
+#, php-format
+msgid "[Friendica:Notify] %s tagged you"
+msgstr "[Friendica:Notify] %s merket deg"
 
-#: ../../mod/newmember.php:44
-msgid "Connecting"
-msgstr "Kobling"
+#: ../../include/enotify.php:142
+#, php-format
+msgid "%1$s tagged you at %2$s"
+msgstr "%1$s merket deg %2$s"
 
-#: ../../mod/newmember.php:49
-msgid ""
-"Authorise the Facebook Connector if you currently have a Facebook account "
-"and we will (optionally) import all your Facebook friends and conversations."
-msgstr "Tillat Facebook-koblingen hvis du har en Facebook-konto og vi vil (valgfritt) importere alle dine Facebook-venner og samtaler."
+#: ../../include/enotify.php:143
+#, php-format
+msgid "%1$s [url=%2$s]tagged you[/url]."
+msgstr "%1$s [url=%2$s]merket deg[/url]."
 
-#: ../../mod/newmember.php:51
-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>Hvis</em> dette er din egen personlige tjener, så kan installasjon av Facebook-tillegget gjøre overgangen til den frie sosiale web'en lettere."
+#: ../../include/enotify.php:155
+#, php-format
+msgid "[Friendica:Notify] %1$s poked you"
+msgstr "[Friendica:Notify] %1$s dyttet deg"
 
-#: ../../mod/newmember.php:56
-msgid "Importing Emails"
-msgstr "Importere e-post"
+#: ../../include/enotify.php:156
+#, php-format
+msgid "%1$s poked you at %2$s"
+msgstr "%1$s dyttet deg %2$s"
 
-#: ../../mod/newmember.php:56
-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 "Skriv inn tilgangsinformasjon til e-posten din på siden for Koblingsinnstillinger, hvis du ønsker å importere og samhandle med venner eller e-postlister fra din e-post INNBOKS"
+#: ../../include/enotify.php:157
+#, php-format
+msgid "%1$s [url=%2$s]poked you[/url]."
+msgstr "%1$s [url=%2$s]dyttet deg[/url]."
 
-#: ../../mod/newmember.php:58
-msgid "Go to Your Contacts Page"
-msgstr "Gå til Dine kontakter-siden"
+#: ../../include/enotify.php:172
+#, php-format
+msgid "[Friendica:Notify] %s tagged your post"
+msgstr "[Friendica:Notify] %s merket ditt innlegg"
 
-#: ../../mod/newmember.php:58
+#: ../../include/enotify.php:173
+#, php-format
+msgid "%1$s tagged your post at %2$s"
+msgstr "%1$s merket ditt innlegg %2$s"
+
+#: ../../include/enotify.php:174
+#, php-format
+msgid "%1$s tagged [url=%2$s]your post[/url]"
+msgstr "%1$s merket [url=%2$s]ditt innlegg[/url]"
+
+#: ../../include/enotify.php:185
+msgid "[Friendica:Notify] Introduction received"
+msgstr "[Friendica:Notify] Introduksjon mottatt"
+
+#: ../../include/enotify.php:186
+#, php-format
+msgid "You've received an introduction from '%1$s' at %2$s"
+msgstr "Du mottok en introduksjon fra '%1$s'  %2$s"
+
+#: ../../include/enotify.php:187
+#, php-format
+msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
+msgstr "Du mottok [url=%1$s]en introduksjon[/url] fra %2$s."
+
+#: ../../include/enotify.php:190 ../../include/enotify.php:208
+#, php-format
+msgid "You may visit their profile at %s"
+msgstr "Du kan besøke profilen deres på %s"
+
+#: ../../include/enotify.php:192
+#, php-format
+msgid "Please visit %s to approve or reject the introduction."
+msgstr "Vennligst besøk %s for å godkjenne eller avslå introduksjonen."
+
+#: ../../include/enotify.php:199
+msgid "[Friendica:Notify] Friend suggestion received"
+msgstr "[Friendica:Notify] Venneforslag mottatt"
+
+#: ../../include/enotify.php:200
+#, php-format
+msgid "You've received a friend suggestion from '%1$s' at %2$s"
+msgstr "Du mottok et venneforslag fra '%1$s'  %2$s"
+
+#: ../../include/enotify.php:201
+#, php-format
 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 "Dine kontakter-siden er der du håndterer vennskap og skaper forbindelser med venner på andre nettverk. Vanligvis skriver du deres adresse eller nettsteds-URL i dialogboksen <em>Legg til ny kontakt</em>"
+"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
+msgstr "Du mottok  [url=%1$s]et venneforslag[/url] om %2$s fra %3$s."
 
-#: ../../mod/newmember.php:60
-msgid "Go to Your Site's Directory"
-msgstr "Gå til Din lokale katalog"
+#: ../../include/enotify.php:206
+msgid "Name:"
+msgstr "Navn:"
 
-#: ../../mod/newmember.php:60
+#: ../../include/enotify.php:207
+msgid "Photo:"
+msgstr "Bilde:"
+
+#: ../../include/enotify.php:210
+#, php-format
+msgid "Please visit %s to approve or reject the suggestion."
+msgstr "Vennligst besøk %s for å godkjenne eller avslå forslaget."
+
+#: ../../include/Scrape.php:583
+msgid " on Last.fm"
+msgstr "på Last.fm"
+
+#: ../../include/group.php:25
 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 "Katalog-siden lar deg finne andre folk i dette nettverket eller andre forente nettsteder. Se etter en <em>Connect</em> eller <em>Follow</em> lenke på profilsiden deres. Oppgi din egen identitetsadresse hvis du blir forespurt om det."
+"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 "En slettet gruppe med dette navnet ble gjenopprettet. Eksisterende elementtillatelser <strong>kan</strong> gjelde for denne gruppen og fremtidige medlemmer. Hvis det ikke var dette du ønsket, vær snill å opprette en annen gruppe med et annet navn."
 
-#: ../../mod/newmember.php:62
-msgid "Finding New People"
-msgstr "Finn nye personer"
+#: ../../include/group.php:207
+msgid "Default privacy group for new contacts"
+msgstr "Standard personverngruppe for nye kontakter"
 
-#: ../../mod/newmember.php:62
+#: ../../include/group.php:226
+msgid "Everybody"
+msgstr "Alle"
+
+#: ../../include/group.php:249
+msgid "edit"
+msgstr "endre"
+
+#: ../../include/group.php:271
+msgid "Edit group"
+msgstr "Endre gruppe"
+
+#: ../../include/group.php:272
+msgid "Create a new group"
+msgstr "Lag en ny gruppe"
+
+#: ../../include/group.php:273
+msgid "Contacts not in any group"
+msgstr "Kontakter som ikke er i noen gruppe"
+
+#: ../../include/follow.php:32
+msgid "Connect URL missing."
+msgstr "Forbindelses-URL mangler."
+
+#: ../../include/follow.php:59
 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 "I sidepanelet på Kontakter-siden er flere verktøy for å finne nye venner. Vi kan matche personer utfra interesse, slå opp personer på navn eller interesse, og gi forslag basert på nettverksforbindelser. På et helt nytt nettsted, så vil venneforslag vanligvis dukke opp innen 24 timer."
+"This site is not configured to allow communications with other networks."
+msgstr "Dette nettverkets konfigurasjon tillater ikke kommunikasjon med andre nettverk."
 
-#: ../../mod/newmember.php:70
-msgid "Group Your Contacts"
-msgstr "Kontaktgrupper"
+#: ../../include/follow.php:60 ../../include/follow.php:80
+msgid "No compatible communication protocols or feeds were discovered."
+msgstr "Ingen passende kommunikasjonsprotokoller eller strømmer ble oppdaget."
 
-#: ../../mod/newmember.php:70
+#: ../../include/follow.php:78
+msgid "The profile address specified does not provide adequate information."
+msgstr "Den angitte profiladressen inneholder for lite information."
+
+#: ../../include/follow.php:82
+msgid "An author or name was not found."
+msgstr "Fant ingen forfatter eller navn."
+
+#: ../../include/follow.php:84
+msgid "No browser URL could be matched to this address."
+msgstr "Ingen nettleser-URL passet med denne adressen."
+
+#: ../../include/follow.php:86
 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 "Når du har fått noen venner, så kan du organisere dem i private samtalegrupper i sidefeltet på Kontakt-siden din, og deretter kan du samhandle med hver gruppe privat på din Nettverk-side."
+"Unable to match @-style Identity Address with a known protocol or email "
+"contact."
+msgstr "Finner ikke samsvar mellom @-stilens identitetsadresse og en kjent protokoll eller e-postkontakt."
 
-#: ../../mod/newmember.php:73
-msgid "Why Aren't My Posts Public?"
-msgstr "Hvorfor er ikke mine innlegg offentlige?"
+#: ../../include/follow.php:87
+msgid "Use mailto: in front of address to force email check."
+msgstr "Bruk mailto: foran adresser for å tvinge e-postsjekk."
 
-#: ../../mod/newmember.php:73
+#: ../../include/follow.php:93
 msgid ""
-"Friendica respects your privacy. By default, your posts will only show up to"
-" people you've added as friends. For more information, see the help section "
-"from the link above."
-msgstr "Friendica respekterer ditt privatliv. Som standard, så vil dine innlegg bare vises til personer du har lagt til som venner. For mer informasjon, se Hjelp-siden fra lenken ovenfor."
+"The profile address specified belongs to a network which has been disabled "
+"on this site."
+msgstr "Den oppgitte profiladressen tilhører et nettverk som har blitt avskrudd på dette nettstedet."
 
-#: ../../mod/newmember.php:78
-msgid "Getting Help"
-msgstr "Få hjelp"
+#: ../../include/follow.php:103
+msgid ""
+"Limited profile. This person will be unable to receive direct/personal "
+"notifications from you."
+msgstr "Begrenset profil. Denne personen kan ikke motta direkte/personlige oppdateringer fra deg."
 
-#: ../../mod/newmember.php:82
-msgid "Go to the Help Section"
-msgstr "Gå til Hjelp-siden"
+#: ../../include/follow.php:205
+msgid "Unable to retrieve contact information."
+msgstr "Ikke i stand til å hente kontaktinformasjon."
+
+#: ../../include/follow.php:259
+msgid "following"
+msgstr "følger"
+
+#: ../../include/message.php:15 ../../include/message.php:172
+msgid "[no subject]"
+msgstr "[ikke noe emne]"
+
+#: ../../include/nav.php:73
+msgid "End this session"
+msgstr "Avslutt denne økten"
+
+#: ../../include/nav.php:91
+msgid "Sign in"
+msgstr "Logg inn"
+
+#: ../../include/nav.php:104
+msgid "Home Page"
+msgstr "Hovedside"
+
+#: ../../include/nav.php:108
+msgid "Create an account"
+msgstr "Lag konto"
+
+#: ../../include/nav.php:113
+msgid "Help and documentation"
+msgstr "Hjelp og dokumentasjon"
+
+#: ../../include/nav.php:116
+msgid "Apps"
+msgstr "Programmer"
+
+#: ../../include/nav.php:116
+msgid "Addon applications, utilities, games"
+msgstr "Tilleggsprorammer, verktøy, spill"
+
+#: ../../include/nav.php:118
+msgid "Search site content"
+msgstr "Søk i nettstedets innhold"
+
+#: ../../include/nav.php:128
+msgid "Conversations on this site"
+msgstr "Samtaler på dette nettstedet"
+
+#: ../../include/nav.php:130
+msgid "Directory"
+msgstr "Katalog"
+
+#: ../../include/nav.php:130
+msgid "People directory"
+msgstr "Personkatalog"
+
+#: ../../include/nav.php:140
+msgid "Conversations from your friends"
+msgstr "Samtaler fra dine venner"
+
+#: ../../include/nav.php:141
+msgid "Network Reset"
+msgstr "Nettverk tilbakestilling"
+
+#: ../../include/nav.php:141
+msgid "Load Network page with no filters"
+msgstr "Hent Nettverk-siden uten filter"
+
+#: ../../include/nav.php:149
+msgid "Friend Requests"
+msgstr "Venneforespørsler"
+
+#: ../../include/nav.php:151
+msgid "See all notifications"
+msgstr "Se alle varslinger"
+
+#: ../../include/nav.php:152
+msgid "Mark all system notifications seen"
+msgstr "Merk alle systemvarsler som sett"
+
+#: ../../include/nav.php:156
+msgid "Private mail"
+msgstr "Privat post"
+
+#: ../../include/nav.php:157
+msgid "Inbox"
+msgstr "Innboks"
+
+#: ../../include/nav.php:158
+msgid "Outbox"
+msgstr "Utboks"
+
+#: ../../include/nav.php:162
+msgid "Manage"
+msgstr "Behandle"
 
-#: ../../mod/newmember.php:82
-msgid ""
-"Our <strong>help</strong> pages may be consulted for detail on other program"
-" features and resources."
-msgstr "Våre <strong>hjelpesider</strong> kan leses for flere detaljer og ressurser om andre egenskaper ved programmet."
+#: ../../include/nav.php:162
+msgid "Manage other pages"
+msgstr "Behandle andre sider"
 
-#: ../../mod/profile.php:21 ../../boot.php:1325
-msgid "Requested profile is not available."
-msgstr "Profil utilgjengelig."
+#: ../../include/nav.php:165
+msgid "Delegations"
+msgstr "Delegasjoner"
 
-#: ../../mod/profile.php:180
-msgid "Tips for New Members"
-msgstr "Tips til nye medlemmer"
+#: ../../include/nav.php:169
+msgid "Manage/Edit Profiles"
+msgstr "Behandle/endre profiler"
 
-#: ../../mod/install.php:117
-msgid "Friendica Communications Server - Setup"
-msgstr "Friendica kommunikasjonstjeneste - oppsett"
+#: ../../include/nav.php:171
+msgid "Manage/edit friends and contacts"
+msgstr "Behandle/endre venner og kontakter"
 
-#: ../../mod/install.php:123
-msgid "Could not connect to database."
-msgstr "Kunne ikke koble til database."
+#: ../../include/nav.php:178
+msgid "Site setup and configuration"
+msgstr "Nettstedsoppsett og konfigurasjon"
 
-#: ../../mod/install.php:127
-msgid "Could not create table."
-msgstr "Kunne ikke lage tabell."
+#: ../../include/nav.php:182
+msgid "Navigation"
+msgstr "Navigasjon"
 
-#: ../../mod/install.php:133
-msgid "Your Friendica site database has been installed."
-msgstr "Databasen til Friendica-nettstedet ditt har blitt installert."
+#: ../../include/nav.php:182
+msgid "Site map"
+msgstr "Nettstedskart"
 
-#: ../../mod/install.php:138
-msgid ""
-"You may need to import the file \"database.sql\" manually using phpmyadmin "
-"or mysql."
-msgstr "Du må kanskje importere filen \"database.sql\" manuelt ved hjelp av phpmyadmin eller mysql."
+#: ../../include/profile_advanced.php:22
+msgid "j F, Y"
+msgstr "j F, Y"
 
-#: ../../mod/install.php:139 ../../mod/install.php:206
-#: ../../mod/install.php:521
-msgid "Please see the file \"INSTALL.txt\"."
-msgstr "Vennligst se filen \"INSTALL.txt\"."
+#: ../../include/profile_advanced.php:23
+msgid "j F"
+msgstr "j F"
 
-#: ../../mod/install.php:203
-msgid "System check"
-msgstr "Systemsjekk"
+#: ../../include/profile_advanced.php:30
+msgid "Birthday:"
+msgstr "Fødselsdag:"
 
-#: ../../mod/install.php:208
-msgid "Check again"
-msgstr "Sjekk på nytt"
+#: ../../include/profile_advanced.php:34
+msgid "Age:"
+msgstr "Alder:"
 
-#: ../../mod/install.php:227
-msgid "Database connection"
-msgstr "Databaseforbindelse"
+#: ../../include/profile_advanced.php:43
+#, php-format
+msgid "for %1$d %2$s"
+msgstr "for %1$d %2$s"
 
-#: ../../mod/install.php:228
-msgid ""
-"In order to install Friendica we need to know how to connect to your "
-"database."
-msgstr "For å installere Friendica må vi vite hvordan man kan koble seg til din database."
+#: ../../include/profile_advanced.php:52
+msgid "Tags:"
+msgstr "Merkelapper:"
 
-#: ../../mod/install.php:229
-msgid ""
-"Please contact your hosting provider or site administrator if you have "
-"questions about these settings."
-msgstr "Vennligst kontakt din tilbyder eller administrator hvis du har spørsmål til disse innstillingene."
+#: ../../include/profile_advanced.php:56
+msgid "Religion:"
+msgstr "Religion:"
 
-#: ../../mod/install.php:230
-msgid ""
-"The database you specify below should already exist. If it does not, please "
-"create it before continuing."
-msgstr "Databasen du oppgir nedenfor må finnes. Hvis ikke, vennligst opprett den før du fortsetter."
+#: ../../include/profile_advanced.php:60
+msgid "Hobbies/Interests:"
+msgstr "Hobbyer/Interesser:"
 
-#: ../../mod/install.php:234
-msgid "Database Server Name"
-msgstr "Databasetjenerens navn"
+#: ../../include/profile_advanced.php:67
+msgid "Contact information and Social Networks:"
+msgstr "Kontaktinformasjon og sosiale nettverk:"
 
-#: ../../mod/install.php:235
-msgid "Database Login Name"
-msgstr "Database brukernavn"
+#: ../../include/profile_advanced.php:69
+msgid "Musical interests:"
+msgstr "Musikksmak:"
 
-#: ../../mod/install.php:236
-msgid "Database Login Password"
-msgstr "Database passord"
+#: ../../include/profile_advanced.php:71
+msgid "Books, literature:"
+msgstr "Bøker, litteratur:"
 
-#: ../../mod/install.php:237
-msgid "Database Name"
-msgstr "Databasenavn"
+#: ../../include/profile_advanced.php:73
+msgid "Television:"
+msgstr "TV:"
 
-#: ../../mod/install.php:238 ../../mod/install.php:277
-msgid "Site administrator email address"
-msgstr "Nettstedsadministrator sin e-postadresse"
+#: ../../include/profile_advanced.php:75
+msgid "Film/dance/culture/entertainment:"
+msgstr "Film/dans/kultur/underholdning:"
 
-#: ../../mod/install.php:238 ../../mod/install.php:277
-msgid ""
-"Your account email address must match this in order to use the web admin "
-"panel."
-msgstr "Din kontos e-postadresse må stemme med denne for å kunne bruke panelet for webadministrasjon."
+#: ../../include/profile_advanced.php:77
+msgid "Love/Romance:"
+msgstr "Kjærlighet/romanse:"
 
-#: ../../mod/install.php:242 ../../mod/install.php:280
-msgid "Please select a default timezone for your website"
-msgstr "Vennligst velg en standard tidssone for ditt nettsted"
+#: ../../include/profile_advanced.php:79
+msgid "Work/employment:"
+msgstr "Arbeid/ansatt hos:"
 
-#: ../../mod/install.php:267
-msgid "Site settings"
-msgstr "Innstillinger for nettstedet"
+#: ../../include/profile_advanced.php:81
+msgid "School/education:"
+msgstr "Skole/utdanning:"
 
-#: ../../mod/install.php:321
-msgid "Could not find a command line version of PHP in the web server PATH."
-msgstr "Fant ikke en kommandolinjeversjon av PHP i webtjenerens PATH."
+#: ../../include/bbcode.php:215 ../../include/bbcode.php:620
+#: ../../include/bbcode.php:621
+msgid "Image/photo"
+msgstr "Bilde/fotografi"
 
-#: ../../mod/install.php:322
+#: ../../include/bbcode.php:285
+#, php-format
 msgid ""
-"If you don't have a command line version of PHP installed on server, you "
-"will not be able to run background polling via cron. See <a "
-"href='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"
-msgstr "Hvis du ikke har installert kommandolinjeversjonen av PHP på tjeneren, så vil du ikke kunne kjøre bakgrunnsspørring via cron. Se <a href='http://friendica.com/node/27'>'Aktivere tidsstyrte oppgaver'</a>"
+"<span><a href=\"%s\" target=\"external-link\">%s</a> wrote the following <a "
+"href=\"%s\" target=\"external-link\">post</a>"
+msgstr "<span><a href=\"%s\" target=\"external-link\">%s</a> skrev det følgende <a href=\"%s\" target=\"external-link\">innlegget</a>"
 
-#: ../../mod/install.php:326
-msgid "PHP executable path"
-msgstr "PHP kjørefil sin sti"
+#: ../../include/bbcode.php:584 ../../include/bbcode.php:604
+msgid "$1 wrote:"
+msgstr "$1 skrev:"
 
-#: ../../mod/install.php:326
-msgid ""
-"Enter full path to php executable. You can leave this blank to continue the "
-"installation."
-msgstr "Skriv inn hele stien til php kjørefilen. Du kan la denne stå blank for å fortsette installasjonen."
+#: ../../include/bbcode.php:631 ../../include/bbcode.php:632
+msgid "Encrypted content"
+msgstr "Kryptert innhold"
 
-#: ../../mod/install.php:331
-msgid "Command line PHP"
-msgstr "Kommandolinje PHP"
+#: ../../include/contact_selectors.php:32
+msgid "Unknown | Not categorised"
+msgstr "Ukjent | Ikke kategorisert"
 
-#: ../../mod/install.php:340
-msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
-msgstr "PHP kjørefilen er ikke php cli binærfil (kan være cgi-fgci versjon)"
+#: ../../include/contact_selectors.php:33
+msgid "Block immediately"
+msgstr "Blokker umiddelbart"
 
-#: ../../mod/install.php:341
-msgid "Found PHP version: "
-msgstr "Fant PHP-versjon:"
+#: ../../include/contact_selectors.php:34
+msgid "Shady, spammer, self-marketer"
+msgstr "Grumsete, poster søppel, fremhever bare seg selv"
 
-#: ../../mod/install.php:343
-msgid "PHP cli binary"
-msgstr "PHP cli binærfil"
+#: ../../include/contact_selectors.php:35
+msgid "Known to me, but no opinion"
+msgstr "Bekjent av meg, men har ingen mening"
 
-#: ../../mod/install.php:354
-msgid ""
-"The command line version of PHP on your system does not have "
-"\"register_argc_argv\" enabled."
-msgstr "Kommandolinjeversjonen av PHP på ditt system har ikke \"register_argc_argv\" aktivert."
+#: ../../include/contact_selectors.php:36
+msgid "OK, probably harmless"
+msgstr "OK, antakelig harmløs"
 
-#: ../../mod/install.php:355
-msgid "This is required for message delivery to work."
-msgstr "Dette er nødvendig for at meldingslevering skal virke."
+#: ../../include/contact_selectors.php:37
+msgid "Reputable, has my trust"
+msgstr "Respektert, har min tillit"
 
-#: ../../mod/install.php:357
-msgid "PHP register_argc_argv"
-msgstr "PHP register_argc_argv"
+#: ../../include/contact_selectors.php:60
+msgid "Weekly"
+msgstr "Ukentlig"
 
-#: ../../mod/install.php:378
-msgid ""
-"Error: the \"openssl_pkey_new\" function on this system is not able to "
-"generate encryption keys"
-msgstr "Feil: \"openssl_pkey_new\"-funksjonen på dette systemet er ikke i stand til å lage krypteringsnøkler"
+#: ../../include/contact_selectors.php:61
+msgid "Monthly"
+msgstr "Månedlig"
 
-#: ../../mod/install.php:379
-msgid ""
-"If running under Windows, please see "
-"\"http://www.php.net/manual/en/openssl.installation.php\"."
-msgstr "For kjøring på Windows, vennligst se \"http://www.php.net/manual/en/openssl.installation.php\"."
+#: ../../include/contact_selectors.php:77
+msgid "OStatus"
+msgstr "OStatus"
 
-#: ../../mod/install.php:381
-msgid "Generate encryption keys"
-msgstr "Lag krypteringsnøkler"
+#: ../../include/contact_selectors.php:78
+msgid "RSS/Atom"
+msgstr "RSS/Atom"
 
-#: ../../mod/install.php:388
-msgid "libCurl PHP module"
-msgstr "libCurl PHP modul"
+#: ../../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"
 
-#: ../../mod/install.php:389
-msgid "GD graphics PHP module"
-msgstr "GD graphics PHP modul"
+#: ../../include/contact_selectors.php:85
+msgid "MySpace"
+msgstr "MySpace"
 
-#: ../../mod/install.php:390
-msgid "OpenSSL PHP module"
-msgstr "OpenSSL PHP modul"
+#: ../../include/contact_selectors.php:87
+msgid "Google+"
+msgstr "Google+"
 
-#: ../../mod/install.php:391
-msgid "mysqli PHP module"
-msgstr "mysqli PHP modul"
+#: ../../include/contact_selectors.php:88
+msgid "pump.io"
+msgstr "pump.io"
 
-#: ../../mod/install.php:392
-msgid "mb_string PHP module"
-msgstr "mb_string PHP modul"
+#: ../../include/contact_selectors.php:89
+msgid "Twitter"
+msgstr "Twitter"
 
-#: ../../mod/install.php:397 ../../mod/install.php:399
-msgid "Apache mod_rewrite module"
-msgstr "Apache mod_rewrite modul"
+#: ../../include/datetime.php:43 ../../include/datetime.php:45
+msgid "Miscellaneous"
+msgstr "Diverse"
 
-#: ../../mod/install.php:397
-msgid ""
-"Error: Apache webserver mod-rewrite module is required but not installed."
-msgstr "Feil: Modulen mod-rewrite for Apache-webtjeneren er påkrevet, men er ikke installert."
+#: ../../include/datetime.php:153 ../../include/datetime.php:285
+msgid "year"
+msgstr "år"
 
-#: ../../mod/install.php:405
-msgid "Error: libCURL PHP module required but not installed."
-msgstr "Feil: libCURL PHP-modulen er påkrevet, men er ikke installert."
+#: ../../include/datetime.php:158 ../../include/datetime.php:286
+msgid "month"
+msgstr "måned"
 
-#: ../../mod/install.php:409
-msgid ""
-"Error: GD graphics PHP module with JPEG support required but not installed."
-msgstr "Feil: GD graphics PHP-modulen med JPEG-støtte er påkrevet, men er ikke installert."
+#: ../../include/datetime.php:163 ../../include/datetime.php:288
+msgid "day"
+msgstr "dag"
 
-#: ../../mod/install.php:413
-msgid "Error: openssl PHP module required but not installed."
-msgstr "Feil: openssl PHP-modulen er påkrevet, men er ikke installert."
+#: ../../include/datetime.php:276
+msgid "never"
+msgstr "aldri"
 
-#: ../../mod/install.php:417
-msgid "Error: mysqli PHP module required but not installed."
-msgstr "Feil: mysqli PHP-modulen er påkrevet, men er ikke installert."
+#: ../../include/datetime.php:282
+msgid "less than a second ago"
+msgstr "for mindre enn ett sekund siden"
 
-#: ../../mod/install.php:421
-msgid "Error: mb_string PHP module required but not installed."
-msgstr "Feil: mb_string PHP-modulen er påkrevet men ikke installert."
+#: ../../include/datetime.php:285
+msgid "years"
+msgstr "år"
 
-#: ../../mod/install.php:438
-msgid ""
-"The web installer needs to be able to create a file called \".htconfig.php\""
-" in the top folder of your web server and it is unable to do so."
-msgstr "Web-installatøren trenger å kunne lage filen \".htconfig.php\" i topp-folderen på web-tjeneren din, men den får ikke til dette."
+#: ../../include/datetime.php:286
+msgid "months"
+msgstr "måneder"
 
-#: ../../mod/install.php:439
-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 "Dette skyldes oftest manglende tillatelse, ettersom web-tjeneren kanskje ikke kan skrive filer i din mappe - selv om du kan."
+#: ../../include/datetime.php:287
+msgid "week"
+msgstr "uke"
 
-#: ../../mod/install.php:440
-msgid ""
-"At the end of this procedure, we will give you a text to save in a file "
-"named .htconfig.php in your Friendica top folder."
-msgstr "På slutten av denne prosedyren, så gir vi deg en tekst å lagre i en fil kalt .htconfig.php i din Friendica sin toppmappe."
+#: ../../include/datetime.php:287
+msgid "weeks"
+msgstr "uker"
 
-#: ../../mod/install.php:441
-msgid ""
-"You can alternatively skip this procedure and perform a manual installation."
-" Please see the file \"INSTALL.txt\" for instructions."
-msgstr "Du kan alternativt hoppe over denne prosedyren og utføre en manuell installasjon. Vennligst se filen \"INSTALL.txt\" for instruksjoner."
+#: ../../include/datetime.php:288
+msgid "days"
+msgstr "dager"
 
-#: ../../mod/install.php:444
-msgid ".htconfig.php is writable"
-msgstr ".htconfig.php er skrivbar"
+#: ../../include/datetime.php:289
+msgid "hour"
+msgstr "time"
 
-#: ../../mod/install.php:454
-msgid ""
-"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
-"compiles templates to PHP to speed up rendering."
-msgstr "Friendica bruker Smarty3 malmotor for å gjengi sine webvisninger. Smarty3 kompilerer maler til PHP for å gjøre gjengivelse raskere."
+#: ../../include/datetime.php:289
+msgid "hours"
+msgstr "timer"
 
-#: ../../mod/install.php:455
-msgid ""
-"In order to store these compiled templates, the web server needs to have "
-"write access to the directory view/smarty3/ under the Friendica top level "
-"folder."
-msgstr "For å lagre disse kompilerte malene må webtjenesten ha skrivetilgang til katalogen view/smarty3/ som er under Friendica sin toppnivåmappe."
+#: ../../include/datetime.php:290
+msgid "minute"
+msgstr "minutt"
 
-#: ../../mod/install.php:456
-msgid ""
-"Please ensure that the user that your web server runs as (e.g. www-data) has"
-" write access to this folder."
-msgstr "Vennligst sjekk at brukeren din webtjeneste kjører som (for eksempel www-data) har skrivetilgang til denne mappen."
+#: ../../include/datetime.php:290
+msgid "minutes"
+msgstr "minutter"
 
-#: ../../mod/install.php:457
-msgid ""
-"Note: as a security measure, you should give the web server write access to "
-"view/smarty3/ only--not the template files (.tpl) that it contains."
-msgstr "Merknad: som et sikkerhetstiltak, du bør gi webtjenesten skrivetilgang kun til view/smarty3/ - ikke til malfilene (.tpl) som den inneholder."
+#: ../../include/datetime.php:291
+msgid "second"
+msgstr "sekund"
 
-#: ../../mod/install.php:460
-msgid "view/smarty3 is writable"
-msgstr "view/smarty3 er skrivbar"
+#: ../../include/datetime.php:291
+msgid "seconds"
+msgstr "sekunder"
 
-#: ../../mod/install.php:472
-msgid ""
-"Url rewrite in .htaccess is not working. Check your server configuration."
-msgstr "URL omskriving i .htaccess virker ikke. Sjekk konfigurasjonen til webtjenesten."
+#: ../../include/datetime.php:300
+#, php-format
+msgid "%1$d %2$s ago"
+msgstr "%1$d %2$s siden"
 
-#: ../../mod/install.php:474
-msgid "Url rewrite is working"
-msgstr "URL omskriving virker"
+#: ../../include/datetime.php:472 ../../include/items.php:1829
+#, php-format
+msgid "%s's birthday"
+msgstr "%s sin bursdag"
 
-#: ../../mod/install.php:484
-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 "Filen \".htconfig.php\" med databasekonfigurasjonen kunne ikke bli skrevet. Vennligst bruk den medfølgende teksten for å lage en konfigurasjonsfil i roten på din web-tjener."
+#: ../../include/datetime.php:473 ../../include/items.php:1830
+#, php-format
+msgid "Happy Birthday %s"
+msgstr "Gratulerer med dagen, %s"
 
-#: ../../mod/install.php:508
-msgid "Errors encountered creating database tables."
-msgstr "Feil oppstod under opprettelsen av databasetabeller."
+#: ../../include/features.php:23
+msgid "General Features"
+msgstr "Generelle egenskaper"
 
-#: ../../mod/install.php:519
-msgid "<h1>What next</h1>"
-msgstr "<h1>Hva nå</h1>"
+#: ../../include/features.php:25
+msgid "Multiple Profiles"
+msgstr "Flere profiler"
 
-#: ../../mod/install.php:520
-msgid ""
-"IMPORTANT: You will need to [manually] setup a scheduled task for the "
-"poller."
-msgstr "VIKTIG: Du må [manuelt] sette opp en planlagt oppgave for oppdatering."
+#: ../../include/features.php:25
+msgid "Ability to create multiple profiles"
+msgstr "Mulighet for å lage flere profiler"
 
-#: ../../mod/oexchange.php:25
-msgid "Post successful."
-msgstr "Innlegg vellykket."
+#: ../../include/features.php:30
+msgid "Post Composition Features"
+msgstr "Funksjoner for å skrive innlegg"
 
-#: ../../mod/openid.php:24
-msgid "OpenID protocol error. No ID returned."
-msgstr "OpenID protokollfeil. Ingen ID kom i retur."
+#: ../../include/features.php:31
+msgid "Richtext Editor"
+msgstr "Rik tekstredigering"
 
-#: ../../mod/openid.php:53
-msgid ""
-"Account not found and OpenID registration is not permitted on this site."
-msgstr "Kontoen ble ikke funnet og OpenID-registrering er ikke tillat på dette nettstedet."
+#: ../../include/features.php:31
+msgid "Enable richtext editor"
+msgstr "Skru på rik tekstredigering"
 
-#: ../../mod/profile_photo.php:44
-msgid "Image uploaded but image cropping failed."
-msgstr "Bildet ble lastet opp, men beskjæringen mislyktes."
+#: ../../include/features.php:32
+msgid "Post Preview"
+msgstr "Forhåndsvisning av innlegg"
 
-#: ../../mod/profile_photo.php:77 ../../mod/profile_photo.php:84
-#: ../../mod/profile_photo.php:91 ../../mod/profile_photo.php:308
-#, php-format
-msgid "Image size reduction [%s] failed."
-msgstr "Reduksjon av bildestørrelse [%s] mislyktes."
+#: ../../include/features.php:32
+msgid "Allow previewing posts and comments before publishing them"
+msgstr "Tillat forhåndsvisning av innlegg og kommentarer før publisering"
 
-#: ../../mod/profile_photo.php:118
-msgid ""
-"Shift-reload the page or clear browser cache if the new photo does not "
-"display immediately."
-msgstr "Shift-last-siden-på-nytt eller slett mellomlagret i nettleseren hvis det nye bildet ikke vises umiddelbart."
+#: ../../include/features.php:37
+msgid "Network Sidebar Widgets"
+msgstr "Småprogrammer i sidestolpen for Nettverk"
 
-#: ../../mod/profile_photo.php:128
-msgid "Unable to process image"
-msgstr "Mislyktes med å behandle bilde"
+#: ../../include/features.php:38
+msgid "Search by Date"
+msgstr "Søk etter dato"
 
-#: ../../mod/profile_photo.php:242
-msgid "Upload File:"
-msgstr "Last opp fil:"
+#: ../../include/features.php:38
+msgid "Ability to select posts by date ranges"
+msgstr "Mulighet for å velge innlegg etter datoområder"
 
-#: ../../mod/profile_photo.php:243
-msgid "Select a profile:"
-msgstr "Velg en profil:"
+#: ../../include/features.php:39
+msgid "Group Filter"
+msgstr "Gruppefilter"
 
-#: ../../mod/profile_photo.php:245
-msgid "Upload"
-msgstr "Last opp"
+#: ../../include/features.php:39
+msgid "Enable widget to display Network posts only from selected group"
+msgstr "Skru på småprogrammet som viser Nettverksinnlegg bare fra den valgte gruppen"
 
-#: ../../mod/profile_photo.php:248
-msgid "skip this step"
-msgstr "hopp over dette steget"
+#: ../../include/features.php:40
+msgid "Network Filter"
+msgstr "Nettverksfilter"
 
-#: ../../mod/profile_photo.php:248
-msgid "select a photo from your photo albums"
-msgstr "velg et bilde fra dine fotoalbum"
+#: ../../include/features.php:40
+msgid "Enable widget to display Network posts only from selected network"
+msgstr "Skru på småprogrammet for å vise Nettverksinnlegg bare fra valgt nettverk"
 
-#: ../../mod/profile_photo.php:262
-msgid "Crop Image"
-msgstr "Beskjær bilde"
+#: ../../include/features.php:41
+msgid "Save search terms for re-use"
+msgstr "Lagre søkeuttrykk for gjenbruk"
 
-#: ../../mod/profile_photo.php:263
-msgid "Please adjust the image cropping for optimum viewing."
-msgstr "Vennligst juster beskjæringen av bildet for optimal visning."
+#: ../../include/features.php:46
+msgid "Network Tabs"
+msgstr "Nettverksfaner"
 
-#: ../../mod/profile_photo.php:265
-msgid "Done Editing"
-msgstr "Behandling ferdig"
+#: ../../include/features.php:47
+msgid "Network Personal Tab"
+msgstr "Nettverk personlig fane"
 
-#: ../../mod/profile_photo.php:299
-msgid "Image uploaded successfully."
-msgstr "Bilde ble lastet opp."
+#: ../../include/features.php:47
+msgid "Enable tab to display only Network posts that you've interacted on"
+msgstr "Skru på fane for å vise bare Nettverksinnlegg som du har vært med i"
 
-#: ../../mod/community.php:23
-msgid "Not available."
-msgstr "Ikke tilgjengelig."
+#: ../../include/features.php:48
+msgid "Network New Tab"
+msgstr "Nettverk Ny fane"
 
-#: ../../mod/content.php:626 ../../object/Item.php:362
-#, php-format
-msgid "%d comment"
-msgid_plural "%d comments"
-msgstr[0] "%d kommentar"
-msgstr[1] "%d kommentarer"
+#: ../../include/features.php:48
+msgid "Enable tab to display only new Network posts (from the last 12 hours)"
+msgstr "Skru på fane for å vise bare nye Nettverksinnlegg (fra de siste 12 timer)"
 
-#: ../../mod/content.php:707 ../../object/Item.php:232
-msgid "like"
-msgstr "liker"
+#: ../../include/features.php:49
+msgid "Network Shared Links Tab"
+msgstr "Nettverk Delte lenker fane"
 
-#: ../../mod/content.php:708 ../../object/Item.php:233
-msgid "dislike"
-msgstr "liker ikke"
+#: ../../include/features.php:49
+msgid "Enable tab to display only Network posts with links in them"
+msgstr "Skru på fane for å vise bare Nettverksinnlegg med lenker i dem"
 
-#: ../../mod/content.php:710 ../../object/Item.php:235
-msgid "Share this"
-msgstr "Del denne"
+#: ../../include/features.php:54
+msgid "Post/Comment Tools"
+msgstr "Innleggs-/kommentarverktøy"
 
-#: ../../mod/content.php:710 ../../object/Item.php:235
-msgid "share"
-msgstr "Del"
+#: ../../include/features.php:55
+msgid "Multiple Deletion"
+msgstr "Slett flere"
 
-#: ../../mod/content.php:734 ../../object/Item.php:654
-msgid "Bold"
-msgstr "uthevet"
+#: ../../include/features.php:55
+msgid "Select and delete multiple posts/comments at once"
+msgstr "Velg og slett flere innlegg/kommentarer på en gang"
 
-#: ../../mod/content.php:735 ../../object/Item.php:655
-msgid "Italic"
-msgstr "kursiv"
+#: ../../include/features.php:56
+msgid "Edit Sent Posts"
+msgstr "Endre sendte innlegg"
 
-#: ../../mod/content.php:736 ../../object/Item.php:656
-msgid "Underline"
-msgstr "understrek"
+#: ../../include/features.php:56
+msgid "Edit and correct posts and comments after sending"
+msgstr "Endre og korriger innlegg og kommentarer etter sending"
 
-#: ../../mod/content.php:737 ../../object/Item.php:657
-msgid "Quote"
-msgstr "sitat"
+#: ../../include/features.php:57
+msgid "Tagging"
+msgstr "Merking"
 
-#: ../../mod/content.php:738 ../../object/Item.php:658
-msgid "Code"
-msgstr "kode"
+#: ../../include/features.php:57
+msgid "Ability to tag existing posts"
+msgstr "Mulighet til å merke eksisterende innlegg"
 
-#: ../../mod/content.php:739 ../../object/Item.php:659
-msgid "Image"
-msgstr "Bilde/fotografi"
+#: ../../include/features.php:58
+msgid "Post Categories"
+msgstr "Innleggskategorier"
 
-#: ../../mod/content.php:740 ../../object/Item.php:660
-msgid "Link"
-msgstr "lenke"
+#: ../../include/features.php:58
+msgid "Add categories to your posts"
+msgstr "Legg til kategorier til dine innlegg"
 
-#: ../../mod/content.php:741 ../../object/Item.php:661
-msgid "Video"
-msgstr "video"
+#: ../../include/features.php:59
+msgid "Ability to file posts under folders"
+msgstr "Mulighet til å sortere innlegg i mapper"
 
-#: ../../mod/content.php:776 ../../object/Item.php:211
-msgid "add star"
-msgstr "legg til stjerne"
+#: ../../include/features.php:60
+msgid "Dislike Posts"
+msgstr "Liker ikke innlegg"
 
-#: ../../mod/content.php:777 ../../object/Item.php:212
-msgid "remove star"
-msgstr "fjern stjerne"
+#: ../../include/features.php:60
+msgid "Ability to dislike posts/comments"
+msgstr "Mulighet til å ikke like innlegg/kommentarer"
 
-#: ../../mod/content.php:778 ../../object/Item.php:213
-msgid "toggle star status"
-msgstr "veksle stjernestatus"
+#: ../../include/features.php:61
+msgid "Star Posts"
+msgstr "Stjerneinnlegg"
 
-#: ../../mod/content.php:781 ../../object/Item.php:216
-msgid "starred"
-msgstr "Med stjerne"
+#: ../../include/features.php:61
+msgid "Ability to mark special posts with a star indicator"
+msgstr "Mulighet til å merke spesielle innlegg med en stjerneindikator"
 
-#: ../../mod/content.php:782 ../../object/Item.php:221
-msgid "add tag"
-msgstr "Legg til merkelapp"
+#: ../../include/diaspora.php:704
+msgid "Sharing notification from Diaspora network"
+msgstr "Dele varslinger fra Diaspora nettverket"
 
-#: ../../mod/content.php:786 ../../object/Item.php:130
-msgid "save to folder"
-msgstr "lagre i mappe"
+#: ../../include/diaspora.php:2269
+msgid "Attachments:"
+msgstr "Vedlegg:"
 
-#: ../../mod/content.php:877 ../../object/Item.php:308
-msgid "to"
-msgstr "til"
+#: ../../include/acl_selectors.php:325
+msgid "Visible to everybody"
+msgstr "Synlig for alle"
 
-#: ../../mod/content.php:878 ../../object/Item.php:310
-msgid "Wall-to-Wall"
-msgstr "vegg-til-vegg"
+#: ../../include/items.php:3539
+msgid "A new person is sharing with you at "
+msgstr "En ny person deler med deg hos"
 
-#: ../../mod/content.php:879 ../../object/Item.php:311
-msgid "via Wall-To-Wall:"
-msgstr "via vegg-til-vegg"
+#: ../../include/items.php:3539
+msgid "You have a new follower at "
+msgstr "Du har en ny følgesvenn på "
 
-#: ../../object/Item.php:92
-msgid "This entry was edited"
-msgstr "Denne oppføringen ble endret"
+#: ../../include/items.php:4062
+msgid "Do you really want to delete this item?"
+msgstr "Ønsker du virkelig å slette dette elementet?"
 
-#: ../../object/Item.php:309
-msgid "via"
-msgstr "via"
+#: ../../include/items.php:4285
+msgid "Archives"
+msgstr "Arkiverer"
 
-#: ../../view/theme/cleanzero/config.php:82
-#: ../../view/theme/diabook/config.php:154
-#: ../../view/theme/dispy/config.php:72 ../../view/theme/quattro/config.php:66
-msgid "Theme settings"
-msgstr "Temainnstillinger"
+#: ../../include/oembed.php:140
+msgid "Embedded content"
+msgstr "Innebygd innhold"
 
-#: ../../view/theme/cleanzero/config.php:83
-msgid "Set resize level for images in posts and comments (width and height)"
-msgstr "Angi størrelsesendringen for bilder i innlegg og kommentarer (bredde og høyde)"
+#: ../../include/oembed.php:149
+msgid "Embedding disabled"
+msgstr "Innebygging avskrudd"
 
-#: ../../view/theme/cleanzero/config.php:84
-#: ../../view/theme/diabook/config.php:155
-#: ../../view/theme/dispy/config.php:73
-msgid "Set font-size for posts and comments"
-msgstr "Angi skriftstørrelse for innlegg og kommentarer"
+#: ../../include/security.php:22
+msgid "Welcome "
+msgstr "Velkommen"
 
-#: ../../view/theme/cleanzero/config.php:85
-msgid "Set theme width"
-msgstr "Angi temabredde"
+#: ../../include/security.php:23
+msgid "Please upload a profile photo."
+msgstr "Vennligst last opp et profilbilde."
 
-#: ../../view/theme/cleanzero/config.php:86
-#: ../../view/theme/quattro/config.php:68
-msgid "Color scheme"
-msgstr "Fargekart"
+#: ../../include/security.php:26
+msgid "Welcome back "
+msgstr "Velkommen tilbake"
 
-#: ../../view/theme/diabook/config.php:156
-#: ../../view/theme/dispy/config.php:74
-msgid "Set line-height for posts and comments"
-msgstr "Angi linjeavstand for innlegg og kommentarer"
+#: ../../include/security.php:366
+msgid ""
+"The form security token was not correct. This probably happened because the "
+"form has been opened for too long (>3 hours) before submitting it."
+msgstr "Skjemaets sikkerhetsnøkkel var ikke riktig. Dette skjedde antakelig fordi skjemaet har stått åpent for lenge (>3 timer) før innsending."
 
-#: ../../view/theme/diabook/config.php:157
-msgid "Set resolution for middle column"
-msgstr "Angi oppløsning for midtkolonnen"
+#: ../../include/profile_selectors.php:6
+msgid "Male"
+msgstr "Mann"
 
-#: ../../view/theme/diabook/config.php:158
-msgid "Set color scheme"
-msgstr "Angi fargekart"
+#: ../../include/profile_selectors.php:6
+msgid "Female"
+msgstr "Kvinne"
 
-#: ../../view/theme/diabook/config.php:159
-#: ../../view/theme/diabook/theme.php:609
-msgid "Set twitter search term"
-msgstr "Angi twitter søkeord"
+#: ../../include/profile_selectors.php:6
+msgid "Currently Male"
+msgstr "For øyeblikket mann"
 
-#: ../../view/theme/diabook/config.php:160
-msgid "Set zoomfactor for Earth Layer"
-msgstr "Angi zoomfaktor for Earth Layer"
+#: ../../include/profile_selectors.php:6
+msgid "Currently Female"
+msgstr "For øyeblikket kvinne"
 
-#: ../../view/theme/diabook/config.php:161
-#: ../../view/theme/diabook/theme.php:578
-msgid "Set longitude (X) for Earth Layers"
-msgstr "Angi lengdegrad (X) for Earth Layers"
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Male"
+msgstr "Stort sett mann"
 
-#: ../../view/theme/diabook/config.php:162
-#: ../../view/theme/diabook/theme.php:579
-msgid "Set latitude (Y) for Earth Layers"
-msgstr "Angi breddegrad (Y) for Earth Layers"
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Female"
+msgstr "Stort sett kvinne"
 
-#: ../../view/theme/diabook/config.php:163
-#: ../../view/theme/diabook/theme.php:94
-#: ../../view/theme/diabook/theme.php:537
-#: ../../view/theme/diabook/theme.php:632
-msgid "Community Pages"
-msgstr "Felleskapssider"
+#: ../../include/profile_selectors.php:6
+msgid "Transgender"
+msgstr "Transkjønnet"
 
-#: ../../view/theme/diabook/config.php:164
-#: ../../view/theme/diabook/theme.php:572
-#: ../../view/theme/diabook/theme.php:633
-msgid "Earth Layers"
-msgstr "Earth Layers"
+#: ../../include/profile_selectors.php:6
+msgid "Intersex"
+msgstr "Tvekjønnet"
 
-#: ../../view/theme/diabook/config.php:165
-#: ../../view/theme/diabook/theme.php:384
-#: ../../view/theme/diabook/theme.php:634
-msgid "Community Profiles"
-msgstr "Fellesskapsprofiler"
+#: ../../include/profile_selectors.php:6
+msgid "Transsexual"
+msgstr "Transseksuell"
 
-#: ../../view/theme/diabook/config.php:166
-#: ../../view/theme/diabook/theme.php:592
-#: ../../view/theme/diabook/theme.php:635
-msgid "Help or @NewHere ?"
-msgstr "Hjelp eller @NewHere ?"
+#: ../../include/profile_selectors.php:6
+msgid "Hermaphrodite"
+msgstr "Hermafroditt"
 
-#: ../../view/theme/diabook/config.php:167
-#: ../../view/theme/diabook/theme.php:599
-#: ../../view/theme/diabook/theme.php:636
-msgid "Connect Services"
-msgstr "Forbindelse til tjenester"
+#: ../../include/profile_selectors.php:6
+msgid "Neuter"
+msgstr "Intetkjønn"
 
-#: ../../view/theme/diabook/config.php:168
-#: ../../view/theme/diabook/theme.php:516
-#: ../../view/theme/diabook/theme.php:637
-msgid "Find Friends"
-msgstr "Finn venner"
+#: ../../include/profile_selectors.php:6
+msgid "Non-specific"
+msgstr "Ikke spesifisert"
 
-#: ../../view/theme/diabook/config.php:169
-msgid "Last tweets"
-msgstr "Siste kvitringer"
+#: ../../include/profile_selectors.php:6
+msgid "Other"
+msgstr "Annet"
 
-#: ../../view/theme/diabook/config.php:170
-#: ../../view/theme/diabook/theme.php:405
-#: ../../view/theme/diabook/theme.php:639
-msgid "Last users"
-msgstr "Siste brukere"
+#: ../../include/profile_selectors.php:6
+msgid "Undecided"
+msgstr "Ubestemt"
 
-#: ../../view/theme/diabook/config.php:171
-#: ../../view/theme/diabook/theme.php:479
-#: ../../view/theme/diabook/theme.php:640
-msgid "Last photos"
-msgstr "Siste bilder"
+#: ../../include/profile_selectors.php:23
+msgid "Males"
+msgstr "Menn"
 
-#: ../../view/theme/diabook/config.php:172
-#: ../../view/theme/diabook/theme.php:434
-#: ../../view/theme/diabook/theme.php:641
-msgid "Last likes"
-msgstr "Siste liker"
+#: ../../include/profile_selectors.php:23
+msgid "Females"
+msgstr "Kvinner"
 
-#: ../../view/theme/diabook/theme.php:89
-msgid "Your contacts"
-msgstr "Dine kontakter"
+#: ../../include/profile_selectors.php:23
+msgid "Gay"
+msgstr "Homse"
 
-#: ../../view/theme/diabook/theme.php:517
-msgid "Local Directory"
-msgstr "Lokal katalog"
+#: ../../include/profile_selectors.php:23
+msgid "Lesbian"
+msgstr "Lesbe"
 
-#: ../../view/theme/diabook/theme.php:577
-msgid "Set zoomfactor for Earth Layers"
-msgstr "Angi zoomfaktor for Earth Layers"
+#: ../../include/profile_selectors.php:23
+msgid "No Preference"
+msgstr "Ingen preferanse"
 
-#: ../../view/theme/diabook/theme.php:606
-#: ../../view/theme/diabook/theme.php:638
-msgid "Last Tweets"
-msgstr "Siste Tweets"
+#: ../../include/profile_selectors.php:23
+msgid "Bisexual"
+msgstr "Biseksuell"
 
-#: ../../view/theme/diabook/theme.php:630
-msgid "Show/hide boxes at right-hand column:"
-msgstr "Vis/skjul bokser i kolonnen til høyre:"
+#: ../../include/profile_selectors.php:23
+msgid "Autosexual"
+msgstr "Autoseksuell"
 
-#: ../../view/theme/dispy/config.php:75
-msgid "Set colour scheme"
-msgstr "Angi fargekart"
+#: ../../include/profile_selectors.php:23
+msgid "Abstinent"
+msgstr "Avholdende"
 
-#: ../../view/theme/quattro/config.php:67
-msgid "Alignment"
-msgstr "Justering"
+#: ../../include/profile_selectors.php:23
+msgid "Virgin"
+msgstr "Jomfru"
 
-#: ../../view/theme/quattro/config.php:67
-msgid "Left"
-msgstr "Venstre"
+#: ../../include/profile_selectors.php:23
+msgid "Deviant"
+msgstr "Avvikende"
 
-#: ../../view/theme/quattro/config.php:67
-msgid "Center"
-msgstr "Midtstilt"
+#: ../../include/profile_selectors.php:23
+msgid "Fetish"
+msgstr "Fetisj"
 
-#: ../../view/theme/quattro/config.php:69
-msgid "Posts font size"
-msgstr "Skriftstørrelse for innlegg"
+#: ../../include/profile_selectors.php:23
+msgid "Oodles"
+msgstr "Mange"
 
-#: ../../view/theme/quattro/config.php:70
-msgid "Textareas font size"
-msgstr "Skriftstørrelse for tekstområder"
+#: ../../include/profile_selectors.php:23
+msgid "Nonsexual"
+msgstr "Aseksuell"
 
-#: ../../index.php:405
-msgid "toggle mobile"
-msgstr "Velg mobilvisning"
+#: ../../include/profile_selectors.php:42
+msgid "Single"
+msgstr "Alene"
 
-#: ../../boot.php:669
-msgid "Delete this item?"
-msgstr "Slett dette elementet?"
+#: ../../include/profile_selectors.php:42
+msgid "Lonely"
+msgstr "Ensom"
 
-#: ../../boot.php:672
-msgid "show fewer"
-msgstr "vis færre"
+#: ../../include/profile_selectors.php:42
+msgid "Available"
+msgstr "Tilgjengelig"
 
-#: ../../boot.php:999
-#, php-format
-msgid "Update %s failed. See error logs."
-msgstr "Oppdatering %s mislyktes. Se feilloggene."
+#: ../../include/profile_selectors.php:42
+msgid "Unavailable"
+msgstr "Ikke tilgjengelig"
 
-#: ../../boot.php:1001
-#, php-format
-msgid "Update Error at %s"
-msgstr "Oppdateringsfeil i %s"
+#: ../../include/profile_selectors.php:42
+msgid "Has crush"
+msgstr "Er forelsket"
 
-#: ../../boot.php:1111
-msgid "Create a New Account"
-msgstr "Lag en ny konto"
+#: ../../include/profile_selectors.php:42
+msgid "Infatuated"
+msgstr "Betatt"
 
-#: ../../boot.php:1139
-msgid "Nickname or Email address: "
-msgstr "Kallenavn eller epostadresse: "
+#: ../../include/profile_selectors.php:42
+msgid "Dating"
+msgstr "Stevnemøter/dater"
 
-#: ../../boot.php:1140
-msgid "Password: "
-msgstr "Passord: "
+#: ../../include/profile_selectors.php:42
+msgid "Unfaithful"
+msgstr "Utro"
 
-#: ../../boot.php:1141
-msgid "Remember me"
-msgstr "Husk meg"
+#: ../../include/profile_selectors.php:42
+msgid "Sex Addict"
+msgstr "Sexavhengig"
 
-#: ../../boot.php:1144
-msgid "Or login using OpenID: "
-msgstr "Eller logg inn med OpenID:"
+#: ../../include/profile_selectors.php:42
+msgid "Friends/Benefits"
+msgstr "Venner med fordeler"
 
-#: ../../boot.php:1150
-msgid "Forgot your password?"
-msgstr "Glemt passordet?"
+#: ../../include/profile_selectors.php:42
+msgid "Casual"
+msgstr "Tilfeldig"
 
-#: ../../boot.php:1153
-msgid "Website Terms of Service"
-msgstr "Nettstedets bruksbetingelser"
+#: ../../include/profile_selectors.php:42
+msgid "Engaged"
+msgstr "Forlovet"
 
-#: ../../boot.php:1154
-msgid "terms of service"
-msgstr "bruksbetingelser"
+#: ../../include/profile_selectors.php:42
+msgid "Married"
+msgstr "Gift"
 
-#: ../../boot.php:1156
-msgid "Website Privacy Policy"
-msgstr "Nettstedets retningslinjer for personvern"
+#: ../../include/profile_selectors.php:42
+msgid "Imaginarily married"
+msgstr "Fantasiekteskap"
 
-#: ../../boot.php:1157
-msgid "privacy policy"
-msgstr "retningslinjer for personvern"
+#: ../../include/profile_selectors.php:42
+msgid "Partners"
+msgstr "Partnere"
 
-#: ../../boot.php:1286
-msgid "Requested account is not available."
-msgstr "Profil utilgjengelig."
+#: ../../include/profile_selectors.php:42
+msgid "Cohabiting"
+msgstr "Samboere"
 
-#: ../../boot.php:1365 ../../boot.php:1469
-msgid "Edit profile"
-msgstr "Rediger profil"
+#: ../../include/profile_selectors.php:42
+msgid "Common law"
+msgstr "Samboer"
 
-#: ../../boot.php:1431
-msgid "Message"
-msgstr "Melding"
+#: ../../include/profile_selectors.php:42
+msgid "Happy"
+msgstr "Lykkelig"
 
-#: ../../boot.php:1439
-msgid "Manage/edit profiles"
-msgstr "Behandle/endre profiler"
+#: ../../include/profile_selectors.php:42
+msgid "Not looking"
+msgstr "Ikke på utkikk"
 
-#: ../../boot.php:1568 ../../boot.php:1654
-msgid "g A l F d"
-msgstr "g A l F d"
+#: ../../include/profile_selectors.php:42
+msgid "Swinger"
+msgstr "Partnerbytte/swinger"
 
-#: ../../boot.php:1569 ../../boot.php:1655
-msgid "d"
-msgstr "F d"
+#: ../../include/profile_selectors.php:42
+msgid "Betrayed"
+msgstr "Bedratt"
 
-#: ../../boot.php:1614 ../../boot.php:1695
-msgid "[today]"
-msgstr "[idag]"
+#: ../../include/profile_selectors.php:42
+msgid "Separated"
+msgstr "Separert"
 
-#: ../../boot.php:1626
-msgid "Birthday Reminders"
-msgstr "Fødselsdager"
+#: ../../include/profile_selectors.php:42
+msgid "Unstable"
+msgstr "Ustabil"
 
-#: ../../boot.php:1627
-msgid "Birthdays this week:"
-msgstr "Fødselsdager denne uken:"
+#: ../../include/profile_selectors.php:42
+msgid "Divorced"
+msgstr "Skilt"
 
-#: ../../boot.php:1688
-msgid "[No description]"
-msgstr "[Ingen beskrivelse]"
+#: ../../include/profile_selectors.php:42
+msgid "Imaginarily divorced"
+msgstr "Fantasiskilt"
 
-#: ../../boot.php:1706
-msgid "Event Reminders"
-msgstr "Påminnelser om hendelser"
+#: ../../include/profile_selectors.php:42
+msgid "Widowed"
+msgstr "Enke/enkemann"
 
-#: ../../boot.php:1707
-msgid "Events this week:"
-msgstr "Hendelser denne uken:"
+#: ../../include/profile_selectors.php:42
+msgid "Uncertain"
+msgstr "Usikker"
 
-#: ../../boot.php:1943
-msgid "Status Messages and Posts"
-msgstr "Status meldinger og innlegg"
+#: ../../include/profile_selectors.php:42
+msgid "It's complicated"
+msgstr "Det er komplisert"
 
-#: ../../boot.php:1950
-msgid "Profile Details"
-msgstr "Profildetaljer"
+#: ../../include/profile_selectors.php:42
+msgid "Don't care"
+msgstr "Uinteressert"
 
-#: ../../boot.php:1961 ../../boot.php:1964
-msgid "Videos"
-msgstr "Videoer"
+#: ../../include/profile_selectors.php:42
+msgid "Ask me"
+msgstr "Spør meg"
 
-#: ../../boot.php:1974
-msgid "Events and Calendar"
-msgstr "Hendelser og kalender"
+#: ../../include/Contact.php:115
+msgid "stopped following"
+msgstr "sluttet å følge"
 
-#: ../../boot.php:1981
-msgid "Only You Can See This"
-msgstr "Bare du kan se dette"
+#: ../../include/Contact.php:234
+msgid "Drop Contact"
+msgstr "Fjern kontakt"
+
+#: ../../include/dba.php:44
+#, php-format
+msgid "Cannot locate DNS info for database server '%s'"
+msgstr "Kan ikke finne DNS informasjon for databasetjeneren '%s' "
index 386e26b0ed40685bcd5d56757483fa97149b00e2..3b6d3a77e1aa264e19786ae87325054b2a12b62f 100644 (file)
@@ -5,632 +5,392 @@ function string_plural_select_nb_no($n){
        return ($n != 1);;
 }}
 ;
+$a->strings["This entry was edited"] = "Denne oppføringen ble endret";
+$a->strings["Private Message"] = "Privat melding";
+$a->strings["Edit"] = "Endre";
+$a->strings["Select"] = "Velg";
+$a->strings["Delete"] = "Slett";
+$a->strings["save to folder"] = "lagre i mappe";
+$a->strings["add star"] = "legg til stjerne";
+$a->strings["remove star"] = "fjern stjerne";
+$a->strings["toggle star status"] = "veksle stjernestatus";
+$a->strings["starred"] = "Med stjerne";
+$a->strings["add tag"] = "Legg til merkelapp";
+$a->strings["I like this (toggle)"] = "Jeg liker dette (skru på/av)";
+$a->strings["like"] = "liker";
+$a->strings["I don't like this (toggle)"] = "Jeg liker ikke dette (skru på/av)";
+$a->strings["dislike"] = "liker ikke";
+$a->strings["Share this"] = "Del denne";
+$a->strings["share"] = "Del";
+$a->strings["Categories:"] = "Kategorier:";
+$a->strings["Filed under:"] = "Lagret i:";
+$a->strings["View %s's profile @ %s"] = "Besøk %ss profil [%s]";
+$a->strings["to"] = "til";
+$a->strings["via"] = "via";
+$a->strings["Wall-to-Wall"] = "vegg-til-vegg";
+$a->strings["via Wall-To-Wall:"] = "via vegg-til-vegg";
+$a->strings["%s from %s"] = "%s fra %s";
+$a->strings["Comment"] = "Kommentar";
+$a->strings["Please wait"] = "Vennligst vent";
+$a->strings["%d comment"] = array(
+       0 => "%d kommentar",
+       1 => "%d kommentarer",
+);
+$a->strings["comment"] = array(
+       0 => "kommentar",
+       1 => "kommentarer",
+);
+$a->strings["show more"] = "vis mer";
+$a->strings["This is you"] = "Dette er deg";
+$a->strings["Submit"] = "Lagre";
+$a->strings["Bold"] = "uthevet";
+$a->strings["Italic"] = "kursiv";
+$a->strings["Underline"] = "understrek";
+$a->strings["Quote"] = "sitat";
+$a->strings["Code"] = "kode";
+$a->strings["Image"] = "Bilde/fotografi";
+$a->strings["Link"] = "lenke";
+$a->strings["Video"] = "video";
+$a->strings["Preview"] = "forhåndsvisning";
+$a->strings["You must be logged in to use addons. "] = "Du må være innlogget for å bruke tillegg.";
+$a->strings["Not Found"] = "Ikke funnet";
+$a->strings["Page not found."] = "Fant ikke siden.";
+$a->strings["Permission denied"] = "Tilgang nektet";
+$a->strings["Permission denied."] = "Ingen tilgang.";
+$a->strings["toggle mobile"] = "Velg mobilvisning";
+$a->strings["Home"] = "Hjem";
+$a->strings["Your posts and conversations"] = "Dine innlegg og samtaler";
 $a->strings["Profile"] = "Profil";
-$a->strings["Full Name:"] = "Fullt navn:";
-$a->strings["Gender:"] = "Kjønn:";
-$a->strings["j F, Y"] = "j F, Y";
-$a->strings["j F"] = "j F";
-$a->strings["Birthday:"] = "Fødselsdag:";
-$a->strings["Age:"] = "Alder:";
-$a->strings["Status:"] = "Status:";
-$a->strings["for %1\$d %2\$s"] = "for %1\$d %2\$s";
-$a->strings["Sexual Preference:"] = "Seksuell orientering:";
-$a->strings["Homepage:"] = "Hjemmeside:";
-$a->strings["Hometown:"] = "Hjemsted:";
-$a->strings["Tags:"] = "Merkelapper:";
-$a->strings["Political Views:"] = "Politisk ståsted:";
-$a->strings["Religion:"] = "Religion:";
-$a->strings["About:"] = "Om:";
-$a->strings["Hobbies/Interests:"] = "Hobbyer/Interesser:";
-$a->strings["Likes:"] = "Liker:";
-$a->strings["Dislikes:"] = "Liker ikke:";
-$a->strings["Contact information and Social Networks:"] = "Kontaktinformasjon og sosiale nettverk:";
-$a->strings["Musical interests:"] = "Musikksmak:";
-$a->strings["Books, literature:"] = "Bøker, litteratur:";
-$a->strings["Television:"] = "TV:";
-$a->strings["Film/dance/culture/entertainment:"] = "Film/dans/kultur/underholdning:";
-$a->strings["Love/Romance:"] = "Kjærlighet/romanse:";
-$a->strings["Work/employment:"] = "Arbeid/ansatt hos:";
-$a->strings["School/education:"] = "Skole/utdanning:";
-$a->strings["Male"] = "Mann";
-$a->strings["Female"] = "Kvinne";
-$a->strings["Currently Male"] = "For øyeblikket mann";
-$a->strings["Currently Female"] = "For øyeblikket kvinne";
-$a->strings["Mostly Male"] = "Stort sett mann";
-$a->strings["Mostly Female"] = "Stort sett kvinne";
-$a->strings["Transgender"] = "Transkjønnet";
-$a->strings["Intersex"] = "Tvekjønnet";
-$a->strings["Transsexual"] = "Transseksuell";
-$a->strings["Hermaphrodite"] = "Hermafroditt";
-$a->strings["Neuter"] = "Intetkjønn";
-$a->strings["Non-specific"] = "Ikke spesifisert";
-$a->strings["Other"] = "Annet";
-$a->strings["Undecided"] = "Ubestemt";
-$a->strings["Males"] = "Menn";
-$a->strings["Females"] = "Kvinner";
-$a->strings["Gay"] = "Homse";
-$a->strings["Lesbian"] = "Lesbe";
-$a->strings["No Preference"] = "Ingen preferanse";
-$a->strings["Bisexual"] = "Biseksuell";
-$a->strings["Autosexual"] = "Autoseksuell";
-$a->strings["Abstinent"] = "Avholdende";
-$a->strings["Virgin"] = "Jomfru";
-$a->strings["Deviant"] = "Avvikende";
-$a->strings["Fetish"] = "Fetisj";
-$a->strings["Oodles"] = "Mange";
-$a->strings["Nonsexual"] = "Aseksuell";
-$a->strings["Single"] = "Alene";
-$a->strings["Lonely"] = "Ensom";
-$a->strings["Available"] = "Tilgjengelig";
-$a->strings["Unavailable"] = "Ikke tilgjengelig";
-$a->strings["Has crush"] = "Er forelsket";
-$a->strings["Infatuated"] = "Betatt";
-$a->strings["Dating"] = "Stevnemøter/dater";
-$a->strings["Unfaithful"] = "Utro";
-$a->strings["Sex Addict"] = "Sexavhengig";
-$a->strings["Friends"] = "Venner";
-$a->strings["Friends/Benefits"] = "Venner med fordeler";
-$a->strings["Casual"] = "Tilfeldig";
-$a->strings["Engaged"] = "Forlovet";
-$a->strings["Married"] = "Gift";
-$a->strings["Imaginarily married"] = "Fantasiekteskap";
-$a->strings["Partners"] = "Partnere";
-$a->strings["Cohabiting"] = "Samboere";
-$a->strings["Common law"] = "Samboer";
-$a->strings["Happy"] = "Lykkelig";
-$a->strings["Not looking"] = "Ikke på utkikk";
-$a->strings["Swinger"] = "Partnerbytte/swinger";
-$a->strings["Betrayed"] = "Bedratt";
-$a->strings["Separated"] = "Separert";
-$a->strings["Unstable"] = "Ustabil";
-$a->strings["Divorced"] = "Skilt";
-$a->strings["Imaginarily divorced"] = "Fantasiskilt";
-$a->strings["Widowed"] = "Enke/enkemann";
-$a->strings["Uncertain"] = "Usikker";
-$a->strings["It's complicated"] = "Det er komplisert";
-$a->strings["Don't care"] = "Uinteressert";
-$a->strings["Ask me"] = "Spør meg";
-$a->strings["stopped following"] = "sluttet å følge";
-$a->strings["Poke"] = "Dytt";
-$a->strings["View Status"] = "Vis status";
-$a->strings["View Profile"] = "Vis profil";
-$a->strings["View Photos"] = "Vis bilder";
-$a->strings["Network Posts"] = "Nettverksinnlegg";
-$a->strings["Edit Contact"] = "Endre kontakt";
-$a->strings["Send PM"] = "Send privat melding";
-$a->strings["Image/photo"] = "Bilde/fotografi";
-$a->strings["<span><a href=\"%s\" target=\"external-link\">%s</a> wrote the following <a href=\"%s\" target=\"external-link\">post</a>"] = "<span><a href=\"%s\" target=\"external-link\">%s</a> skrev det følgende <a href=\"%s\" target=\"external-link\">innlegget</a>";
-$a->strings["$1 wrote:"] = "$1 skrev:";
-$a->strings["Encrypted content"] = "Kryptert innhold";
-$a->strings["Visible to everybody"] = "Synlig for alle";
-$a->strings["show"] = "vis";
+$a->strings["Your profile page"] = "Din profilside";
+$a->strings["Photos"] = "Bilder";
+$a->strings["Your photos"] = "Dine bilder";
+$a->strings["Events"] = "Hendelser";
+$a->strings["Your events"] = "Dine hendelser";
+$a->strings["Personal notes"] = "Personlige notater";
+$a->strings["Your personal photos"] = "Dine personlige bilder";
+$a->strings["Community"] = "Fellesskap";
 $a->strings["don't show"] = "ikke vis";
-$a->strings["Logged out."] = "Logget ut.";
-$a->strings["Login failed."] = "Innlogging mislyktes.";
-$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Vi støtte på et problem under innloggingen med OpenID-en du oppgav. Vennligst sjekk at du stavet ID-en riktig.";
-$a->strings["The error message was:"] = "Feilmeldingen var:";
-$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
-$a->strings["Starts:"] = "Starter:";
-$a->strings["Finishes:"] = "Slutter:";
-$a->strings["Location:"] = "Plassering:";
-$a->strings["Disallowed profile URL."] = "Underkjent profil-URL.";
-$a->strings["Connect URL missing."] = "Forbindelses-URL mangler.";
-$a->strings["This site is not configured to allow communications with other networks."] = "Dette nettverkets konfigurasjon tillater ikke kommunikasjon med andre nettverk.";
-$a->strings["No compatible communication protocols or feeds were discovered."] = "Ingen passende kommunikasjonsprotokoller eller strømmer ble oppdaget.";
-$a->strings["The profile address specified does not provide adequate information."] = "Den angitte profiladressen inneholder for lite information.";
-$a->strings["An author or name was not found."] = "Fant ingen forfatter eller navn.";
-$a->strings["No browser URL could be matched to this address."] = "Ingen nettleser-URL passet med denne adressen.";
-$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Finner ikke samsvar mellom @-stilens identitetsadresse og en kjent protokoll eller e-postkontakt.";
-$a->strings["Use mailto: in front of address to force email check."] = "Bruk mailto: foran adresser for å tvinge e-postsjekk.";
-$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Den oppgitte profiladressen tilhører et nettverk som har blitt avskrudd på dette nettstedet.";
-$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Begrenset profil. Denne personen kan ikke motta direkte/personlige oppdateringer fra deg.";
-$a->strings["Unable to retrieve contact information."] = "Ikke i stand til å hente kontaktinformasjon.";
-$a->strings["following"] = "følger";
-$a->strings["An invitation is required."] = "En invitasjon er nødvendig.";
-$a->strings["Invitation could not be verified."] = "Invitasjon kunne ikke bekreftes.";
-$a->strings["Invalid OpenID url"] = "Ugyldig OpenID URL";
-$a->strings["Please enter the required information."] = "Vennligst skriv inn den nødvendige informasjonen.";
-$a->strings["Please use a shorter name."] = "Vennligst bruk et kortere navn.";
-$a->strings["Name too short."] = "Navnet er for kort.";
-$a->strings["That doesn't appear to be your full (First Last) name."] = "Dette ser ikke ut til å være ditt full navn (Fornavn Etternavn).";
-$a->strings["Your email domain is not among those allowed on this site."] = "Ditt e-postdomene er ikke blant de som er tillat på dette stedet.";
-$a->strings["Not a valid email address."] = "Ugyldig e-postadresse.";
-$a->strings["Cannot use that email."] = "Kan ikke bruke den e-postadressen.";
-$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "Ditt kallenavn kan bare inneholde \"a-z\", \"0-9\", \"-\", \"_\", og må også begynne med en bokstav.";
-$a->strings["Nickname is already registered. Please choose another."] = "Kallenavnet er allerede registrert. Vennligst velg et annet.";
-$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "Kallenavnet ble registrert her en gang og kan ikke brukes om igjen. Vennligst velg et annet.";
-$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "ALVORLIG FEIL: mislyktes med å lage sikkerhetsnøkler.";
-$a->strings["An error occurred during registration. Please try again."] = "En feil oppstod under registreringen. Vennligst prøv igjen.";
-$a->strings["default"] = "standard";
-$a->strings["An error occurred creating your default profile. Please try again."] = "En feil oppstod under opprettelsen av din standardprofil. Vennligst prøv igjen.";
+$a->strings["show"] = "vis";
+$a->strings["Theme settings"] = "Temainnstillinger";
+$a->strings["Set font-size for posts and comments"] = "Angi skriftstørrelse for innlegg og kommentarer";
+$a->strings["Set line-height for posts and comments"] = "Angi linjeavstand for innlegg og kommentarer";
+$a->strings["Set resolution for middle column"] = "Angi oppløsning for midtkolonnen";
+$a->strings["Contacts"] = "Kontakter";
+$a->strings["Your contacts"] = "Dine kontakter";
+$a->strings["Community Pages"] = "Felleskapssider";
+$a->strings["Community Profiles"] = "Fellesskapsprofiler";
+$a->strings["Last users"] = "Siste brukere";
+$a->strings["Last likes"] = "Siste liker";
+$a->strings["event"] = "hendelse";
+$a->strings["status"] = "status";
+$a->strings["photo"] = "bilde";
+$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s liker %2\$s's %3\$s";
+$a->strings["Last photos"] = "Siste bilder";
+$a->strings["Contact Photos"] = "Kontaktbilder";
 $a->strings["Profile Photos"] = "Profilbilder";
-$a->strings["Unknown | Not categorised"] = "Ukjent | Ikke kategorisert";
-$a->strings["Block immediately"] = "Blokker umiddelbart";
-$a->strings["Shady, spammer, self-marketer"] = "Grumsete, poster søppel, fremhever bare seg selv";
-$a->strings["Known to me, but no opinion"] = "Bekjent av meg, men har ingen mening";
-$a->strings["OK, probably harmless"] = "OK, antakelig harmløs";
-$a->strings["Reputable, has my trust"] = "Respektert, har min tillit";
-$a->strings["Frequently"] = "Ofte";
-$a->strings["Hourly"] = "Hver time";
-$a->strings["Twice daily"] = "To ganger daglig";
-$a->strings["Daily"] = "Daglig";
-$a->strings["Weekly"] = "Ukentlig";
-$a->strings["Monthly"] = "Månedlig";
-$a->strings["Friendica"] = "Friendica";
-$a->strings["OStatus"] = "OStatus";
-$a->strings["RSS/Atom"] = "RSS/Atom";
-$a->strings["Email"] = "E-post";
-$a->strings["Diaspora"] = "Diaspora";
-$a->strings["Facebook"] = "Facebook";
-$a->strings["Zot!"] = "Zot!";
-$a->strings["LinkedIn"] = "LinkedIn";
-$a->strings["XMPP/IM"] = "XMPP/IM";
-$a->strings["MySpace"] = "MySpace";
-$a->strings["Google+"] = "Google+";
-$a->strings["Add New Contact"] = "Legg til ny kontakt";
-$a->strings["Enter address or web location"] = "Skriv adresse eller web-plassering";
-$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Eksempel: ole@eksempel.no, http://eksempel.no/kari";
-$a->strings["Connect"] = "Forbindelse";
-$a->strings["%d invitation available"] = array(
-       0 => "%d invitasjon tilgjengelig",
-       1 => "%d invitasjoner tilgjengelig",
-);
-$a->strings["Find People"] = "Finn personer";
-$a->strings["Enter name or interest"] = "Skriv navn eller interesse";
-$a->strings["Connect/Follow"] = "Koble/Følg";
-$a->strings["Examples: Robert Morgenstein, Fishing"] = "Eksempler: Robert Morgenstein, fisking";
-$a->strings["Find"] = "Finn";
-$a->strings["Friend Suggestions"] = "Venneforslag";
+$a->strings["Find Friends"] = "Finn venner";
+$a->strings["Local Directory"] = "Lokal katalog";
+$a->strings["Global Directory"] = "Global katalog";
 $a->strings["Similar Interests"] = "Liknende interesser";
-$a->strings["Random Profile"] = "Tilfeldig profil";
+$a->strings["Friend Suggestions"] = "Venneforslag";
 $a->strings["Invite Friends"] = "Inviterer venner";
-$a->strings["Networks"] = "Nettverk";
-$a->strings["All Networks"] = "Alle nettverk";
-$a->strings["Saved Folders"] = "Lagrede mapper";
-$a->strings["Everything"] = "Alt";
-$a->strings["Categories"] = "Kategorier";
-$a->strings["%d contact in common"] = array(
-       0 => "%d felles kontakt",
-       1 => "%d felles kontakter",
-);
-$a->strings["show more"] = "vis mer";
-$a->strings[" on Last.fm"] = "på Last.fm";
-$a->strings["view full size"] = "Vis i full størrelse";
-$a->strings["Miscellaneous"] = "Diverse";
-$a->strings["year"] = "år";
-$a->strings["month"] = "måned";
-$a->strings["day"] = "dag";
-$a->strings["never"] = "aldri";
-$a->strings["less than a second ago"] = "for mindre enn ett sekund siden";
-$a->strings["years"] = "år";
-$a->strings["months"] = "måneder";
-$a->strings["week"] = "uke";
-$a->strings["weeks"] = "uker";
-$a->strings["days"] = "dager";
-$a->strings["hour"] = "time";
-$a->strings["hours"] = "timer";
-$a->strings["minute"] = "minutt";
-$a->strings["minutes"] = "minutter";
-$a->strings["second"] = "sekund";
-$a->strings["seconds"] = "sekunder";
-$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s siden";
-$a->strings["%s's birthday"] = "%s sin bursdag";
-$a->strings["Happy Birthday %s"] = "Gratulerer med dagen, %s";
-$a->strings["Click here to upgrade."] = "Klikk her for oppgradere.";
-$a->strings["This action exceeds the limits set by your subscription plan."] = "Denne handlingen overstiger grensene satt i din abonnementsplan.";
-$a->strings["This action is not available under your subscription plan."] = "Denne handlingen er ikke tilgjengelig i henhold til din abonnementsplan.";
-$a->strings["(no subject)"] = "(uten emne)";
-$a->strings["noreply"] = "ikke svar";
-$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s er nå venner med %2\$s";
-$a->strings["Sharing notification from Diaspora network"] = "Dele varslinger fra Diaspora nettverket";
-$a->strings["photo"] = "bilde";
-$a->strings["status"] = "status";
-$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s liker %2\$s's %3\$s";
-$a->strings["Attachments:"] = "Vedlegg:";
-$a->strings["[Name Withheld]"] = "[Navnet tilbakeholdt]";
-$a->strings["A new person is sharing with you at "] = "En ny person deler med deg hos";
-$a->strings["You have a new follower at "] = "Du har en ny følgesvenn på ";
+$a->strings["Settings"] = "Innstillinger";
+$a->strings["Earth Layers"] = "Earth Layers";
+$a->strings["Set zoomfactor for Earth Layers"] = "Angi zoomfaktor for Earth Layers";
+$a->strings["Set longitude (X) for Earth Layers"] = "Angi lengdegrad (X) for Earth Layers";
+$a->strings["Set latitude (Y) for Earth Layers"] = "Angi breddegrad (Y) for Earth Layers";
+$a->strings["Help or @NewHere ?"] = "Hjelp eller @NewHere ?";
+$a->strings["Connect Services"] = "Forbindelse til tjenester";
+$a->strings["Show/hide boxes at right-hand column:"] = "Vis/skjul bokser i kolonnen til høyre:";
+$a->strings["Set color scheme"] = "Angi fargekart";
+$a->strings["Set zoomfactor for Earth Layer"] = "Angi zoomfaktor for Earth Layer";
+$a->strings["Alignment"] = "Justering";
+$a->strings["Left"] = "Venstre";
+$a->strings["Center"] = "Midtstilt";
+$a->strings["Color scheme"] = "Fargekart";
+$a->strings["Posts font size"] = "Skriftstørrelse for innlegg";
+$a->strings["Textareas font size"] = "Skriftstørrelse for tekstområder";
+$a->strings["Set colour scheme"] = "Angi fargekart";
+$a->strings["default"] = "standard";
+$a->strings["Background Image"] = "Bakgrunnsbilde";
+$a->strings["The URL to a picture (e.g. from your photo album) that should be used as background image."] = "URL-en til et bilde (for eksempel fra ditt fotoalbum) som skal brukes som bakgrunnsbilde";
+$a->strings["Background Color"] = "Bakgrunnsfarge";
+$a->strings["HEX value for the background color. Don't include the #"] = "HEX-verdi til bakgrunnsfargen. Ikke ta med #";
+$a->strings["font size"] = "skriftstørrelse";
+$a->strings["base font size for your interface"] = "standard skriftstørrelse i ditt brukergrensesnitt";
+$a->strings["Set resize level for images in posts and comments (width and height)"] = "Angi størrelsesendringen for bilder i innlegg og kommentarer (bredde og høyde)";
+$a->strings["Set theme width"] = "Angi temabredde";
+$a->strings["Delete this item?"] = "Slett dette elementet?";
+$a->strings["show fewer"] = "vis færre";
+$a->strings["Update %s failed. See error logs."] = "Oppdatering %s mislyktes. Se feilloggene.";
+$a->strings["Update Error at %s"] = "Oppdateringsfeil i %s";
+$a->strings["Create a New Account"] = "Lag en ny konto";
+$a->strings["Register"] = "Registrer";
+$a->strings["Logout"] = "Logg ut";
+$a->strings["Login"] = "Logg inn";
+$a->strings["Nickname or Email address: "] = "Kallenavn eller epostadresse: ";
+$a->strings["Password: "] = "Passord: ";
+$a->strings["Remember me"] = "Husk meg";
+$a->strings["Or login using OpenID: "] = "Eller logg inn med OpenID:";
+$a->strings["Forgot your password?"] = "Glemt passordet?";
+$a->strings["Password Reset"] = "Passord tilbakestilling";
+$a->strings["Website Terms of Service"] = "Nettstedets bruksbetingelser";
+$a->strings["terms of service"] = "bruksbetingelser";
+$a->strings["Website Privacy Policy"] = "Nettstedets retningslinjer for personvern";
+$a->strings["privacy policy"] = "retningslinjer for personvern";
+$a->strings["Requested account is not available."] = "Profil utilgjengelig.";
+$a->strings["Requested profile is not available."] = "Profil utilgjengelig.";
+$a->strings["Edit profile"] = "Rediger profil";
+$a->strings["Connect"] = "Forbindelse";
+$a->strings["Message"] = "Melding";
+$a->strings["Profiles"] = "Profiler";
+$a->strings["Manage/edit profiles"] = "Behandle/endre profiler";
+$a->strings["Change profile photo"] = "Endre profilbilde";
+$a->strings["Create New Profile"] = "Lag ny profil";
+$a->strings["Profile Image"] = "Profilbilde";
+$a->strings["visible to everybody"] = "synlig for alle";
+$a->strings["Edit visibility"] = "Endre synlighet";
+$a->strings["Location:"] = "Plassering:";
+$a->strings["Gender:"] = "Kjønn:";
+$a->strings["Status:"] = "Status:";
+$a->strings["Homepage:"] = "Hjemmeside:";
+$a->strings["g A l F d"] = "g A l F d";
+$a->strings["F d"] = "F d";
+$a->strings["[today]"] = "[idag]";
+$a->strings["Birthday Reminders"] = "Fødselsdager";
+$a->strings["Birthdays this week:"] = "Fødselsdager denne uken:";
+$a->strings["[No description]"] = "[Ingen beskrivelse]";
+$a->strings["Event Reminders"] = "Påminnelser om hendelser";
+$a->strings["Events this week:"] = "Hendelser denne uken:";
+$a->strings["Status"] = "Status";
+$a->strings["Status Messages and Posts"] = "Status meldinger og innlegg";
+$a->strings["Profile Details"] = "Profildetaljer";
+$a->strings["Photo Albums"] = "Fotoalbum";
+$a->strings["Videos"] = "Videoer";
+$a->strings["Events and Calendar"] = "Hendelser og kalender";
+$a->strings["Personal Notes"] = "Personlige notater";
+$a->strings["Only You Can See This"] = "Bare du kan se dette";
+$a->strings["%1\$s is currently %2\$s"] = "%1\$s er for øyeblikket %2\$s";
+$a->strings["Mood"] = "Stemning";
+$a->strings["Set your current mood and tell your friends"] = "Angi din stemning og fortell dine venner";
+$a->strings["Public access denied."] = "Offentlig tilgang ikke tillatt.";
 $a->strings["Item not found."] = "Enheten ble ikke funnet.";
-$a->strings["Do you really want to delete this item?"] = "Ønsker du virkelig å slette dette elementet?";
+$a->strings["Access to this profile has been restricted."] = "Tilgang til denne profilen er blitt begrenset.";
+$a->strings["Item has been removed."] = "Elementet har blitt slettet.";
+$a->strings["Access denied."] = "Tilgang avslått.";
+$a->strings["This is Friendica, version"] = "Dette er Friendica, versjon";
+$a->strings["running at web location"] = "kjører på web-plassering";
+$a->strings["Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project."] = "Vennligst besøk <a href=\"http://friendica.com\">Friendica.com</a> for å lære mer om Friendica-prosjektet.";
+$a->strings["Bug reports and issues: please visit"] = "Feilrapporter og problemer: vennligst besøk";
+$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Forslag, ros, donasjoner, og så videre - vennligst send e-post til \"Info\" alfakrøll Friendica punktum com";
+$a->strings["Installed plugins/addons/apps:"] = "Installerte plugins/tillegg/apper:";
+$a->strings["No installed plugins/addons/apps"] = "Ingen installerte plugins/tillegg/apper";
+$a->strings["%1\$s welcomes %2\$s"] = "%1\$s hilser %2\$s";
+$a->strings["Registration details for %s"] = "Registeringsdetaljer for %s";
+$a->strings["Registration successful. Please check your email for further instructions."] = "Vellykket registrering. Vennligst sjekk e-posten din for videre instruksjoner.";
+$a->strings["Failed to send email message. Here is the message that failed."] = "Mislyktes med å sende e-postmelding. Her er meldingen som mislyktes.";
+$a->strings["Your registration can not be processed."] = "Din registrering kan ikke behandles.";
+$a->strings["Registration request at %s"] = "Henvendelse om registrering ved %s";
+$a->strings["Your registration is pending approval by the site owner."] = "Din registrering venter på godkjenning fra eier av stedet.";
+$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Dette nettstedet har overskredet antallet tillate daglige kontoregistreringer. Vennligst prøv igjen imorgen.";
+$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Du kan (valgfritt) fylle ut dette skjemaet via OpenID ved å oppgi din OpenID og klikke \"Registrer\".";
+$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Hvis du ikke er kjent med OpenID, vennligst la feltet stå tomt, og fyll ut de andre feltene.";
+$a->strings["Your OpenID (optional): "] = "Din OpenID (valgfritt):";
+$a->strings["Include your profile in member directory?"] = "Legg til profilen din i medlemskatalogen?";
 $a->strings["Yes"] = "Ja";
+$a->strings["No"] = "Nei";
+$a->strings["Membership on this site is by invitation only."] = "Medlemskap ved dette nettstedet skjer bare på invitasjon.";
+$a->strings["Your invitation ID: "] = "Din invitasjons-ID:";
+$a->strings["Registration"] = "Registrering";
+$a->strings["Your Full Name (e.g. Joe Smith): "] = "Ditt fulle navn (f.eks. Ola Nordmann):";
+$a->strings["Your Email Address: "] = "Din e-postadresse:";
+$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>'."] = "Velg et kallenavn til profilen. Dette må begynne med en bokstav. Din profiladresse på dette stedet vil bli \"<strong>kallenavn@\$sitename</strong>\".";
+$a->strings["Choose a nickname: "] = "Velg et kallenavn:";
+$a->strings["Import"] = "Importer";
+$a->strings["Import your profile to this friendica instance"] = "Importer din profil til denne Friendica-instansen.";
+$a->strings["Profile not found."] = "Fant ikke profilen.";
+$a->strings["Contact not found."] = "Kontakt ikke funnet.";
+$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Denne kan skje innimellom hvis kontakt ble forespurt av begge personer og den allerede er godkjent.";
+$a->strings["Response from remote site was not understood."] = "Forstod ikke svaret fra det andre stedet.";
+$a->strings["Unexpected response from remote site: "] = "Uventet svar fra det andre stedet:";
+$a->strings["Confirmation completed successfully."] = "Sending av bekreftelse var vellykket. ";
+$a->strings["Remote site reported: "] = "Det andre stedet rapporterte:";
+$a->strings["Temporary failure. Please wait and try again."] = "Midlertidig feil. Vennligst vent og prøv igjen.";
+$a->strings["Introduction failed or was revoked."] = "Introduksjon mislyktes eller ble trukket tilbake.";
+$a->strings["Unable to set contact photo."] = "Fikk ikke satt kontaktbilde.";
+$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s er nå venner med %2\$s";
+$a->strings["No user record found for '%s' "] = "Ingen brukerregistrering funnet for '%s'";
+$a->strings["Our site encryption key is apparently messed up."] = "Krypteringsnøkkelen til nettstedet vårt ser ut til å være ødelagt.";
+$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "En tom nettsteds-URL ble oppgitt eller URL-en kunne ikke dekrypteres av oss.";
+$a->strings["Contact record was not found for you on our site."] = "Kontaktinformasjon om deg ble ikke funnet på vårt nettsted.";
+$a->strings["Site public key not available in contact record for URL %s."] = "Nettstedets offentlige nøkkel er ikke tilgjengelig i kontaktregisteret for URL %s.";
+$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "ID-en som ble oppgitt av ditt system har en duplikat i vårt system. Det bør virke hvis du prøver igjen.";
+$a->strings["Unable to set your contact credentials on our system."] = "Får ikke lagret din kontaktlegitamasjon på vårt system.";
+$a->strings["Unable to update your contact profile details on our system"] = "Får ikke oppdatert kontaktdetaljene dine på vårt system.";
+$a->strings["Connection accepted at %s"] = "Tilkobling godtatt på %s";
+$a->strings["%1\$s has joined %2\$s"] = "%1\$s har blitt med %2\$s";
+$a->strings["Authorize application connection"] = "Tillat forbindelse til program";
+$a->strings["Return to your app and insert this Securty Code:"] = "Gå tilbake til din app og legg inn denne sikkerhetskoden:";
+$a->strings["Please login to continue."] = "Vennligst logg inn for å fortsette.";
+$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Vil du tillate at dette programmet får tilgang til dine innlegg og kontakter, og/eller kan opprette nye innlegg for deg?";
+$a->strings["No valid account found."] = "Fant ingen gyldig konto.";
+$a->strings["Password reset request issued. Check your email."] = "Forespørsel om å tilbakestille passord er sendt. Sjekk e-posten din.";
+$a->strings["Password reset requested at %s"] = "Forespørsel om tilbakestilling av passord ved %s";
+$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Forespørselen kunne ikke verifiseres. (Du kan ha sendt den inn tidligere.) Tilbakestilling av passord milslyktes.";
+$a->strings["Your password has been reset as requested."] = "Ditt passord er tilbakestilt som forespurt.";
+$a->strings["Your new password is"] = "Ditt nye passord er";
+$a->strings["Save or copy your new password - and then"] = "Lagre eller kopier ditt nye passord, og deretter";
+$a->strings["click here to login"] = "klikk her for å logge inn";
+$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Passordet ditt kan endres fra siden <em>Innstillinger</em> etter vellykket logg inn.";
+$a->strings["Your password has been changed at %s"] = "Ditt passord har blitt endret %s";
+$a->strings["Forgot your Password?"] = "Glemte du passordet?";
+$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Skriv inn e-postadressen og send inn for å tilbakestille passordet ditt. Sjekk deretter e-posten din for nærmere forklaring.";
+$a->strings["Nickname or Email: "] = "Kallenavn eller e-post:";
+$a->strings["Reset"] = "Tilbakestill";
+$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Antall daglige veggmeldinger for %s er overskredet. Melding mislyktes.";
+$a->strings["No recipient selected."] = "Ingen mottaker valgt.";
+$a->strings["Unable to check your home location."] = "Ikke i stand til avgjøre plasseringen til ditt hjemsted.";
+$a->strings["Message could not be sent."] = "Meldingen kunne ikke sendes.";
+$a->strings["Message collection failure."] = "Meldingsinnsamling mislyktes.";
+$a->strings["Message sent."] = "Melding sendt.";
+$a->strings["No recipient."] = "Ingen mottaker.";
+$a->strings["Please enter a link URL:"] = "Vennligst skriv inn en lenke URL:";
+$a->strings["Send Private Message"] = "Send privat melding";
+$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Hvis du ønsker å la %s få svare, vennligst sjekk om personverninnstillingene på ditt nettsted tillater private post fra ukjente avsendere.";
+$a->strings["To:"] = "Til:";
+$a->strings["Subject:"] = "Emne:";
+$a->strings["Your message:"] = "Din melding:";
+$a->strings["Upload photo"] = "Last opp bilde";
+$a->strings["Insert web link"] = "Sett inn web-adresse";
+$a->strings["Welcome to Friendica"] = "Velkommen til Friendica";
+$a->strings["New Member Checklist"] = "Sjekkliste for nye medlemmer";
+$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."] = "Vi vil gjerne gi noe noen tips og lenker for å hjelpe deg til en hyggelig opplevelse. Klikk på et element for å besøke den relevante siden. En lenke til denne siden vil være synlig på din hovedside i to uker etter at du registrerte deg og så vil den bli borte av seg selv.";
+$a->strings["Getting Started"] = "Komme igang";
+$a->strings["Friendica Walk-Through"] = "Friendica gjennomgang";
+$a->strings["On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "På <em>Hurtigstart</em>-siden din, så finner du en kort introduksjon til profilen din og nettverksfanen, hvordan du oppretter nye forbindelser, og hvordan du finner grupper å bli med i.";
+$a->strings["Go to Your Settings"] = "Gå til Dine innstillinger";
+$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."] = "På siden <em>Innstillinger</em> - bytt passordet du fikk. Merk deg også Din identitetsadresse. Denne ser ut som en vanlig e-postadresse, og er nyttig for å bli venner i den frie sosiale web'en.";
+$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."] = "Se over de andre innstillingene, særlig personverninnstillingene. En katalogoppføring som ikke er publisert er som å ha skjult telefonnummer. Generelt, så bør du antakelig publisere oppføringen, med mindre dine venner eller potensielle venner vet nøyaktig hvordan de skal finne deg.";
+$a->strings["Upload Profile Photo"] = "Last opp profilbilde";
+$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."] = "Last opp et profilbilde hvis du ikke har gjort det allerede. Studier viser at folk som har ekte bilde av seg selv har ti ganger større sannsynlighet for å få venner enn folk som ikke gjør det.";
+$a->strings["Edit Your Profile"] = "Endre profilen din";
+$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."] = "Du kan endre <strong>standardprofilen</strong> din slik du ønsker. Se over innstillingene som lar deg skjule vennelisten og skjule profilen fra ukjente besøkende.";
+$a->strings["Profile Keywords"] = "Profilnøkkelord";
+$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."] = "Legg til noen offentlige nøkkelord til standardprofilen din som beskriver dine interesser. Det kan hende vi klarer å finne andre folk med liknende interesser og foreslå vennskap.";
+$a->strings["Connecting"] = "Kobling";
+$a->strings["Facebook"] = "Facebook";
+$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "Tillat Facebook-koblingen hvis du har en Facebook-konto og vi vil (valgfritt) importere alle dine Facebook-venner og samtaler.";
+$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>Hvis</em> dette er din egen personlige tjener, så kan installasjon av Facebook-tillegget gjøre overgangen til den frie sosiale web'en lettere.";
+$a->strings["Importing Emails"] = "Importere e-post";
+$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"] = "Skriv inn tilgangsinformasjon til e-posten din på siden for Koblingsinnstillinger, hvis du ønsker å importere og samhandle med venner eller e-postlister fra din e-post INNBOKS";
+$a->strings["Go to Your Contacts Page"] = "Gå til Dine kontakter-siden";
+$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."] = "Dine kontakter-siden er der du håndterer vennskap og skaper forbindelser med venner på andre nettverk. Vanligvis skriver du deres adresse eller nettsteds-URL i dialogboksen <em>Legg til ny kontakt</em>";
+$a->strings["Go to Your Site's Directory"] = "Gå til Din lokale katalog";
+$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."] = "Katalog-siden lar deg finne andre folk i dette nettverket eller andre forente nettsteder. Se etter en <em>Connect</em> eller <em>Follow</em> lenke på profilsiden deres. Oppgi din egen identitetsadresse hvis du blir forespurt om det.";
+$a->strings["Finding New People"] = "Finn nye personer";
+$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."] = "I sidepanelet på Kontakter-siden er flere verktøy for å finne nye venner. Vi kan matche personer utfra interesse, slå opp personer på navn eller interesse, og gi forslag basert på nettverksforbindelser. På et helt nytt nettsted, så vil venneforslag vanligvis dukke opp innen 24 timer.";
+$a->strings["Groups"] = "Grupper";
+$a->strings["Group Your Contacts"] = "Kontaktgrupper";
+$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."] = "Når du har fått noen venner, så kan du organisere dem i private samtalegrupper i sidefeltet på Kontakt-siden din, og deretter kan du samhandle med hver gruppe privat på din Nettverk-side.";
+$a->strings["Why Aren't My Posts Public?"] = "Hvorfor er ikke mine innlegg offentlige?";
+$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica respekterer ditt privatliv. Som standard, så vil dine innlegg bare vises til personer du har lagt til som venner. For mer informasjon, se Hjelp-siden fra lenken ovenfor.";
+$a->strings["Getting Help"] = "Få hjelp";
+$a->strings["Go to the Help Section"] = "Gå til Hjelp-siden";
+$a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "Våre <strong>hjelpesider</strong> kan leses for flere detaljer og ressurser om andre egenskaper ved programmet.";
+$a->strings["Do you really want to delete this suggestion?"] = "Vil du virkelig slette dette forslaget?";
 $a->strings["Cancel"] = "Avbryt";
-$a->strings["Permission denied."] = "Ingen tilgang.";
-$a->strings["Archives"] = "Arkiverer";
-$a->strings["General Features"] = "Generelle egenskaper";
-$a->strings["Multiple Profiles"] = "Flere profiler";
-$a->strings["Ability to create multiple profiles"] = "Mulighet for å lage flere profiler";
-$a->strings["Post Composition Features"] = "Funksjoner for å skrive innlegg";
-$a->strings["Richtext Editor"] = "Rik tekstredigering";
-$a->strings["Enable richtext editor"] = "Skru på rik tekstredigering";
-$a->strings["Post Preview"] = "Forhåndsvisning av innlegg";
-$a->strings["Allow previewing posts and comments before publishing them"] = "Tillat forhåndsvisning av innlegg og kommentarer før publisering";
-$a->strings["Network Sidebar Widgets"] = "Småprogrammer i sidestolpen for Nettverk";
-$a->strings["Search by Date"] = "Søk etter dato";
-$a->strings["Ability to select posts by date ranges"] = "Mulighet for å velge innlegg etter datoområder";
-$a->strings["Group Filter"] = "Gruppefilter";
-$a->strings["Enable widget to display Network posts only from selected group"] = "Skru på småprogrammet som viser Nettverksinnlegg bare fra den valgte gruppen";
-$a->strings["Network Filter"] = "Nettverksfilter";
-$a->strings["Enable widget to display Network posts only from selected network"] = "Skru på småprogrammet for å vise Nettverksinnlegg bare fra valgt nettverk";
+$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Ingen forslag tilgjengelig. Hvis dette er et nytt nettsted, vennligst prøv igjen om 24 timer.";
+$a->strings["Ignore/Hide"] = "Ignorér/Skjul";
+$a->strings["Search Results For:"] = "Søkeresultater for:";
+$a->strings["Remove term"] = "Fjern uttrykk";
 $a->strings["Saved Searches"] = "Lagrede søk";
-$a->strings["Save search terms for re-use"] = "Lagre søkeuttrykk for gjenbruk";
-$a->strings["Network Tabs"] = "Nettverksfaner";
-$a->strings["Network Personal Tab"] = "Nettverk personlig fane";
-$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Skru på fane for å vise bare Nettverksinnlegg som du har vært med i";
-$a->strings["Network New Tab"] = "Nettverk Ny fane";
-$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Skru på fane for å vise bare nye Nettverksinnlegg (fra de siste 12 timer)";
-$a->strings["Network Shared Links Tab"] = "Nettverk Delte lenker fane";
-$a->strings["Enable tab to display only Network posts with links in them"] = "Skru på fane for å vise bare Nettverksinnlegg med lenker i dem";
-$a->strings["Post/Comment Tools"] = "Innleggs-/kommentarverktøy";
-$a->strings["Multiple Deletion"] = "Slett flere";
-$a->strings["Select and delete multiple posts/comments at once"] = "Velg og slett flere innlegg/kommentarer på en gang";
-$a->strings["Edit Sent Posts"] = "Endre sendte innlegg";
-$a->strings["Edit and correct posts and comments after sending"] = "Endre og korriger innlegg og kommentarer etter sending";
-$a->strings["Tagging"] = "Merking";
-$a->strings["Ability to tag existing posts"] = "Mulighet til å merke eksisterende innlegg";
-$a->strings["Post Categories"] = "Innleggskategorier";
-$a->strings["Add categories to your posts"] = "Legg til kategorier til dine innlegg";
-$a->strings["Ability to file posts under folders"] = "Mulighet til å sortere innlegg i mapper";
-$a->strings["Dislike Posts"] = "Liker ikke innlegg";
-$a->strings["Ability to dislike posts/comments"] = "Mulighet til å ikke like innlegg/kommentarer";
-$a->strings["Star Posts"] = "Stjerneinnlegg";
-$a->strings["Ability to mark special posts with a star indicator"] = "Mulighet til å merke spesielle innlegg med en stjerneindikator";
-$a->strings["Cannot locate DNS info for database server '%s'"] = "Kan ikke finne DNS informasjon for databasetjeneren '%s' ";
-$a->strings["prev"] = "forrige";
-$a->strings["first"] = "første";
-$a->strings["last"] = "siste";
-$a->strings["next"] = "neste";
-$a->strings["newer"] = "nyere";
-$a->strings["older"] = "eldre";
-$a->strings["No contacts"] = "Ingen kontakter";
-$a->strings["%d Contact"] = array(
-       0 => "%d kontakt",
-       1 => "%d kontakter",
-);
-$a->strings["View Contacts"] = "Vis kontakter";
-$a->strings["Search"] = "Søk";
-$a->strings["Save"] = "Lagre";
-$a->strings["poke"] = "dytt";
-$a->strings["poked"] = "dyttet";
-$a->strings["ping"] = "ping";
-$a->strings["pinged"] = "pinget";
-$a->strings["prod"] = "dult";
-$a->strings["prodded"] = "dultet";
-$a->strings["slap"] = "klaske";
-$a->strings["slapped"] = "klasket";
-$a->strings["finger"] = "fingre";
-$a->strings["fingered"] = "fingret";
-$a->strings["rebuff"] = "avslå";
-$a->strings["rebuffed"] = "avslo";
-$a->strings["happy"] = "glad";
-$a->strings["sad"] = "trist";
-$a->strings["mellow"] = "dempet";
-$a->strings["tired"] = "trøtt";
-$a->strings["perky"] = "oppkvikket";
-$a->strings["angry"] = "sint";
-$a->strings["stupified"] = "tanketom";
-$a->strings["puzzled"] = "forundret";
-$a->strings["interested"] = "interessert";
-$a->strings["bitter"] = "bitter";
-$a->strings["cheerful"] = "munter";
-$a->strings["alive"] = "livlig";
-$a->strings["annoyed"] = "irritert";
-$a->strings["anxious"] = "nervøs";
-$a->strings["cranky"] = "grinete";
-$a->strings["disturbed"] = "forstyrret";
-$a->strings["frustrated"] = "frustrert";
-$a->strings["motivated"] = "motivert";
-$a->strings["relaxed"] = "avslappet";
-$a->strings["surprised"] = "overrasket";
-$a->strings["Monday"] = "mandag";
-$a->strings["Tuesday"] = "tirsdag";
-$a->strings["Wednesday"] = "onsdag";
-$a->strings["Thursday"] = "torsdag";
-$a->strings["Friday"] = "fredag";
-$a->strings["Saturday"] = "lørdag";
-$a->strings["Sunday"] = "søndag";
-$a->strings["January"] = "januar";
-$a->strings["February"] = "februar";
-$a->strings["March"] = "mars";
-$a->strings["April"] = "april";
-$a->strings["May"] = "mai";
-$a->strings["June"] = "juni";
-$a->strings["July"] = "juli";
-$a->strings["August"] = "august";
-$a->strings["September"] = "september";
-$a->strings["October"] = "oktober";
-$a->strings["November"] = "november";
-$a->strings["December"] = "desember";
-$a->strings["View Video"] = "Vis video";
-$a->strings["bytes"] = "bytes";
-$a->strings["Click to open/close"] = "Klikk for å åpne/lukke";
-$a->strings["link to source"] = "lenke til kilde";
-$a->strings["Select an alternate language"] = "Velg et annet språk";
-$a->strings["event"] = "hendelse";
-$a->strings["activity"] = "aktivitet";
-$a->strings["comment"] = array(
-       0 => "kommentar",
-       1 => "kommentarer",
-);
-$a->strings["post"] = "innlegg";
-$a->strings["Item filed"] = "Element arkivert";
-$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."] = "En slettet gruppe med dette navnet ble gjenopprettet. Eksisterende elementtillatelser <strong>kan</strong> gjelde for denne gruppen og fremtidige medlemmer. Hvis det ikke var dette du ønsket, vær snill å opprette en annen gruppe med et annet navn.";
-$a->strings["Default privacy group for new contacts"] = "Standard personverngruppe for nye kontakter";
-$a->strings["Everybody"] = "Alle";
-$a->strings["edit"] = "endre";
-$a->strings["Groups"] = "Grupper";
-$a->strings["Edit group"] = "Endre gruppe";
-$a->strings["Create a new group"] = "Lag en ny gruppe";
-$a->strings["Contacts not in any group"] = "Kontakter som ikke er i noen gruppe";
 $a->strings["add"] = "legg til";
-$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s liker ikke %2\$s's %3\$s";
-$a->strings["%1\$s poked %2\$s"] = "%1\$s dyttet %2\$s";
-$a->strings["%1\$s is currently %2\$s"] = "%1\$s er for øyeblikket %2\$s";
-$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s merket %2\$s sitt %3\$s med %4\$s";
-$a->strings["post/item"] = "innlegg/element";
-$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s merket %2\$s's %3\$s som en favoritt";
-$a->strings["Select"] = "Velg";
-$a->strings["Delete"] = "Slett";
-$a->strings["View %s's profile @ %s"] = "Besøk %ss profil [%s]";
-$a->strings["Categories:"] = "Kategorier:";
-$a->strings["Filed under:"] = "Lagret i:";
-$a->strings["%s from %s"] = "%s fra %s";
-$a->strings["View in context"] = "Vis i sammenheng";
-$a->strings["Please wait"] = "Vennligst vent";
-$a->strings["remove"] = "slett";
-$a->strings["Delete Selected Items"] = "Slette valgte elementer";
-$a->strings["Follow Thread"] = "Følg tråd";
-$a->strings["%s likes this."] = "%s liker dette.";
-$a->strings["%s doesn't like this."] = "%s liker ikke dette.";
-$a->strings["<span  %1\$s>%2\$d people</span> like this"] = "<span %1\$s>%2\$d personer</span> liker dette";
-$a->strings["<span  %1\$s>%2\$d people</span> don't like this"] = "<span %1\$s>%2\$d personer</span> liker ikke dette";
-$a->strings["and"] = "og";
-$a->strings[", and %d other people"] = ", og %d andre personer";
-$a->strings["%s like this."] = "%s liker dette.";
-$a->strings["%s don't like this."] = "%s liker ikke dette.";
-$a->strings["Visible to <strong>everybody</strong>"] = "Synlig for <strong>alle</strong>";
-$a->strings["Please enter a link URL:"] = "Vennligst skriv inn en lenke URL:";
-$a->strings["Please enter a video link/URL:"] = "Vennligst skriv inn en videolenke/-URL:";
-$a->strings["Please enter an audio link/URL:"] = "Vennligst skriv inn en lydlenke/-URL:";
-$a->strings["Tag term:"] = "Merkelapp begrep:";
-$a->strings["Save to Folder:"] = "Lagre til mappe:";
-$a->strings["Where are you right now?"] = "Hvor er du akkurat nå?";
-$a->strings["Delete item(s)?"] = "Slett element(er)?";
-$a->strings["Post to Email"] = "Innlegg til e-post";
-$a->strings["Share"] = "Del";
-$a->strings["Upload photo"] = "Last opp bilde";
-$a->strings["upload photo"] = "last opp bilde";
-$a->strings["Attach file"] = "Legg ved fil";
-$a->strings["attach file"] = "legg ved fil";
-$a->strings["Insert web link"] = "Sett inn web-adresse";
-$a->strings["web link"] = "web-adresse";
-$a->strings["Insert video link"] = "Sett inn video-link";
-$a->strings["video link"] = "videolink";
-$a->strings["Insert audio link"] = "Sett inn lydlink";
-$a->strings["audio link"] = "lydlink";
-$a->strings["Set your location"] = "Angi din plassering";
-$a->strings["set location"] = "angi plassering";
-$a->strings["Clear browser location"] = "Fjern nettleserplassering";
-$a->strings["clear location"] = "fjern plassering";
-$a->strings["Set title"] = "Lagre tittel";
-$a->strings["Categories (comma-separated list)"] = "Kategorier (kommaseparert liste)";
-$a->strings["Permission settings"] = "Tillatelser";
-$a->strings["permissions"] = "tillatelser";
-$a->strings["CC: email addresses"] = "Kopi: e-postadresser";
-$a->strings["Public post"] = "Offentlig innlegg";
-$a->strings["Example: bob@example.com, mary@example.com"] = "Eksempel: ola@example.com, kari@example.com";
-$a->strings["Preview"] = "forhåndsvisning";
-$a->strings["Post to Groups"] = "Innlegg til grupper";
-$a->strings["Post to Contacts"] = "Innlegg til kontakter";
-$a->strings["Private post"] = "Privat innlegg";
-$a->strings["Friendica Notification"] = "Friendica varsel";
-$a->strings["Thank You,"] = "Mange takk,";
-$a->strings["%s Administrator"] = "%s administrator";
-$a->strings["%s <!item_type!>"] = "%s <!item_type!>";
-$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notify] Ny melding mottatt hos %s";
-$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s sendte deg en ny privat melding hos %2\$s.";
-$a->strings["%1\$s sent you %2\$s."] = "%1\$s sendte deg %2\$s.";
-$a->strings["a private message"] = "en privat melding";
-$a->strings["Please visit %s to view and/or reply to your private messages."] = "Vennligst besøk %s for å se og/eller svare på dine private meldinger.";
-$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s kommenterte på [url=%2\$s]a %3\$s[/url]";
-$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s kommenterte på [url=%2\$s]%3\$s sin %4\$s[/url]";
-$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s kommenterte på [url=%2\$s] din %3\$s[/url]";
-$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notify] Kommentar til samtale #%1\$d av %2\$s";
-$a->strings["%s commented on an item/conversation you have been following."] = "%s kommenterte på et element/en samtale du har fulgt.";
-$a->strings["Please visit %s to view and/or reply to the conversation."] = "Vennligst besøk %s for å se og/eller svare på samtalen.";
-$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notify] %s skrev et innlegg på veggen til din profil";
-$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s skrev et innlegg på veggen til din profil %2\$s";
-$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s skrev et innlegg til [url=%2\$s]din vegg[/url]";
-$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notify] %s merket deg";
-$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s merket deg %2\$s";
-$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]merket deg[/url].";
-$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify] %1\$s dyttet deg";
-$a->strings["%1\$s poked you at %2\$s"] = "%1\$s dyttet deg %2\$s";
-$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]dyttet deg[/url].";
-$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notify] %s merket ditt innlegg";
-$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s merket ditt innlegg %2\$s";
-$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s merket [url=%2\$s]ditt innlegg[/url]";
-$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notify] Introduksjon mottatt";
-$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Du mottok en introduksjon fra '%1\$s'  %2\$s";
-$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Du mottok [url=%1\$s]en introduksjon[/url] fra %2\$s.";
-$a->strings["You may visit their profile at %s"] = "Du kan besøke profilen deres på %s";
-$a->strings["Please visit %s to approve or reject the introduction."] = "Vennligst besøk %s for å godkjenne eller avslå introduksjonen.";
-$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notify] Venneforslag mottatt";
-$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Du mottok et venneforslag fra '%1\$s'  %2\$s";
-$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "Du mottok  [url=%1\$s]et venneforslag[/url] om %2\$s fra %3\$s.";
-$a->strings["Name:"] = "Navn:";
-$a->strings["Photo:"] = "Bilde:";
-$a->strings["Please visit %s to approve or reject the suggestion."] = "Vennligst besøk %s for å godkjenne eller avslå forslaget.";
-$a->strings["[no subject]"] = "[ikke noe emne]";
-$a->strings["Wall Photos"] = "Veggbilder";
-$a->strings["Nothing new here"] = "Ikke noe nytt her";
-$a->strings["Clear notifications"] = "Fjern varslinger";
-$a->strings["Logout"] = "Logg ut";
-$a->strings["End this session"] = "Avslutt denne økten";
-$a->strings["Status"] = "Status";
-$a->strings["Your posts and conversations"] = "Dine innlegg og samtaler";
-$a->strings["Your profile page"] = "Din profilside";
-$a->strings["Photos"] = "Bilder";
-$a->strings["Your photos"] = "Dine bilder";
-$a->strings["Events"] = "Hendelser";
-$a->strings["Your events"] = "Dine hendelser";
-$a->strings["Personal notes"] = "Personlige notater";
-$a->strings["Your personal photos"] = "Dine personlige bilder";
-$a->strings["Login"] = "Logg inn";
-$a->strings["Sign in"] = "Logg inn";
-$a->strings["Home"] = "Hjem";
-$a->strings["Home Page"] = "Hovedside";
-$a->strings["Register"] = "Registrer";
-$a->strings["Create an account"] = "Lag konto";
-$a->strings["Help"] = "Hjelp";
-$a->strings["Help and documentation"] = "Hjelp og dokumentasjon";
-$a->strings["Apps"] = "Programmer";
-$a->strings["Addon applications, utilities, games"] = "Tilleggsprorammer, verktøy, spill";
-$a->strings["Search site content"] = "Søk i nettstedets innhold";
-$a->strings["Community"] = "Fellesskap";
-$a->strings["Conversations on this site"] = "Samtaler på dette nettstedet";
-$a->strings["Directory"] = "Katalog";
-$a->strings["People directory"] = "Personkatalog";
-$a->strings["Network"] = "Nettverk";
-$a->strings["Conversations from your friends"] = "Samtaler fra dine venner";
-$a->strings["Network Reset"] = "Nettverk tilbakestilling";
-$a->strings["Load Network page with no filters"] = "Hent Nettverk-siden uten filter";
-$a->strings["Introductions"] = "Introduksjoner";
-$a->strings["Friend Requests"] = "Venneforespørsler";
-$a->strings["Notifications"] = "Varslinger";
-$a->strings["See all notifications"] = "Se alle varslinger";
-$a->strings["Mark all system notifications seen"] = "Merk alle systemvarsler som sett";
-$a->strings["Messages"] = "Meldinger";
-$a->strings["Private mail"] = "Privat post";
-$a->strings["Inbox"] = "Innboks";
-$a->strings["Outbox"] = "Utboks";
-$a->strings["New Message"] = "Ny melding";
-$a->strings["Manage"] = "Behandle";
-$a->strings["Manage other pages"] = "Behandle andre sider";
-$a->strings["Delegations"] = "Delegasjoner";
-$a->strings["Delegate Page Management"] = "Deleger sidebehandling";
-$a->strings["Settings"] = "Innstillinger";
-$a->strings["Account settings"] = "Kontoinnstillinger";
-$a->strings["Profiles"] = "Profiler";
-$a->strings["Manage/Edit Profiles"] = "Behandle/endre profiler";
-$a->strings["Contacts"] = "Kontakter";
-$a->strings["Manage/edit friends and contacts"] = "Behandle/endre venner og kontakter";
-$a->strings["Admin"] = "Administrator";
-$a->strings["Site setup and configuration"] = "Nettstedsoppsett og konfigurasjon";
-$a->strings["Navigation"] = "Navigasjon";
-$a->strings["Site map"] = "Nettstedskart";
-$a->strings["Embedded content"] = "Innebygd innhold";
-$a->strings["Embedding disabled"] = "Innebygging avskrudd";
-$a->strings["Error decoding account file"] = "Feil ved dekoding av kontofil";
-$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Feil! Ingen versjonsdata i filen! Dette er ikke en Friendica kontofil?";
-$a->strings["Error! Cannot check nickname"] = "Feil! Kan ikke sjekke kallenavn";
-$a->strings["User '%s' already exists on this server!"] = "Brukeren '%s' finnes allerede på denne tjeneren!";
-$a->strings["User creation error"] = "Feil ved oppretting av bruker";
-$a->strings["User profile creation error"] = "Feil ved opprettelsen av brukerprofil";
-$a->strings["%d contact not imported"] = array(
-       0 => "%d kontakt ikke importert",
-       1 => "%d kontakter ikke importert",
+$a->strings["Commented Order"] = "Etter kommentarer";
+$a->strings["Sort by Comment Date"] = "Sorter etter kommentardato";
+$a->strings["Posted Order"] = "Etter innlegg";
+$a->strings["Sort by Post Date"] = "Sorter etter innleggsdato";
+$a->strings["Personal"] = "Personlig";
+$a->strings["Posts that mention or involve you"] = "Innlegg som nevner eller involverer deg";
+$a->strings["New"] = "Ny";
+$a->strings["Activity Stream - by date"] = "Aktivitetsstrøm - etter dato";
+$a->strings["Shared Links"] = "Delte lenker";
+$a->strings["Interesting Links"] = "Interessante lenker";
+$a->strings["Starred"] = "Med stjerne";
+$a->strings["Favourite Posts"] = "Favorittinnlegg";
+$a->strings["Warning: This group contains %s member from an insecure network."] = array(
+       0 => "Advarsel: denne gruppen inneholder %s medlem fra et usikkert nettverk.",
+       1 => "Advarsel: denne gruppe inneholder %s medlemmer fra et usikkert nettverk.",
 );
-$a->strings["Done. You can now login with your username and password"] = "Ferdig. Du kan nå logge inn med ditt brukernavn og passord";
-$a->strings["Welcome "] = "Velkommen";
-$a->strings["Please upload a profile photo."] = "Vennligst last opp et profilbilde.";
-$a->strings["Welcome back "] = "Velkommen tilbake";
-$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."] = "Skjemaets sikkerhetsnøkkel var ikke riktig. Dette skjedde antakelig fordi skjemaet har stått åpent for lenge (>3 timer) før innsending.";
-$a->strings["Profile not found."] = "Fant ikke profilen.";
-$a->strings["Profile deleted."] = "Profil slettet.";
-$a->strings["Profile-"] = "Profil-";
-$a->strings["New profile created."] = "Ny profil opprettet.";
-$a->strings["Profile unavailable to clone."] = "Profilen er utilgjengelig for kloning.";
-$a->strings["Profile Name is required."] = "Profilnavn er påkrevet.";
-$a->strings["Marital Status"] = "Ekteskapelig status";
-$a->strings["Romantic Partner"] = "Romantisk partner";
-$a->strings["Likes"] = "Liker";
-$a->strings["Dislikes"] = "Liker ikke";
-$a->strings["Work/Employment"] = "Arbeid/ansatt hos";
-$a->strings["Religion"] = "Religion";
-$a->strings["Political Views"] = "Politisk ståsted";
-$a->strings["Gender"] = "Kjønn";
-$a->strings["Sexual Preference"] = "Seksuell orientering";
-$a->strings["Homepage"] = "Hjemmeside";
-$a->strings["Interests"] = "Interesser";
-$a->strings["Address"] = "Adresse";
-$a->strings["Location"] = "Plassering";
-$a->strings["Profile updated."] = "Profil oppdatert.";
-$a->strings[" and "] = "og";
-$a->strings["public profile"] = "offentlig profil";
-$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$s endret %2\$s til &ldquo;%3\$s&rdquo;";
-$a->strings[" - Visit %1\$s's %2\$s"] = "- Besøk %1\$s sin %2\$s";
-$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s har oppdatert %2\$s, endret %3\$s.";
-$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Skjul kontakten/vennen din fra folk som kan se denne profilen?";
-$a->strings["No"] = "Nei";
-$a->strings["Edit Profile Details"] = "Endre profildetaljer";
-$a->strings["Submit"] = "Lagre";
-$a->strings["Change Profile Photo"] = "Endre profilbilde";
-$a->strings["View this profile"] = "Vis denne profilen";
-$a->strings["Create a new profile using these settings"] = "Opprett en ny profil med disse innstillingene";
-$a->strings["Clone this profile"] = "Klon denne profilen";
-$a->strings["Delete this profile"] = "Slette denne profilen";
-$a->strings["Profile Name:"] = "Profilnavn:";
-$a->strings["Your Full Name:"] = "Ditt fulle navn:";
-$a->strings["Title/Description:"] = "Tittel/Beskrivelse:";
-$a->strings["Your Gender:"] = "Ditt kjønn:";
-$a->strings["Birthday (%s):"] = "Fødselsdag (%s):";
-$a->strings["Street Address:"] = "Gateadresse:";
-$a->strings["Locality/City:"] = "Plassering/by:";
-$a->strings["Postal/Zip Code:"] = "Postnummer:";
-$a->strings["Country:"] = "Land:";
-$a->strings["Region/State:"] = "Region/fylke:";
-$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Sivilstand:";
-$a->strings["Who: (if applicable)"] = "Hvem: (hvis gjeldende)";
-$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Eksempler: kari123, Kari Nordmann, kari@example.com";
-$a->strings["Since [date]:"] = "Fra [dato]:";
-$a->strings["Homepage URL:"] = "Hjemmeside URL:";
-$a->strings["Religious Views:"] = "Religiøst ståsted:";
-$a->strings["Public Keywords:"] = "Offentlige nøkkelord:";
-$a->strings["Private Keywords:"] = "Private nøkkelord:";
-$a->strings["Example: fishing photography software"] = "Eksempel: fisking fotografering programvare";
-$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Brukes for å foreslå mulige venner, kan ses av andre)";
-$a->strings["(Used for searching profiles, never shown to others)"] = "(Brukes for å søke i profiler, vises aldri til andre)";
-$a->strings["Tell us about yourself..."] = "Fortell oss om deg selv...";
-$a->strings["Hobbies/Interests"] = "Hobbier/interesser";
-$a->strings["Contact information and Social Networks"] = "Kontaktinformasjon og sosiale nettverk";
-$a->strings["Musical interests"] = "Musikksmak";
-$a->strings["Books, literature"] = "Bøker, litteratur";
-$a->strings["Television"] = "TV";
-$a->strings["Film/dance/culture/entertainment"] = "Film/dans/kultur/underholdning";
-$a->strings["Love/romance"] = "Kjærlighet/romanse";
-$a->strings["Work/employment"] = "Arbeid/ansatt hos";
-$a->strings["School/education"] = "Skole/utdanning";
-$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Dette er din <strong>offentlige</strong> profil.<br>Den <strong>kan</strong> ses av alle på Internet.";
-$a->strings["Age: "] = "Alder:";
-$a->strings["Edit/Manage Profiles"] = "Rediger/Behandle profiler";
-$a->strings["Change profile photo"] = "Endre profilbilde";
-$a->strings["Create New Profile"] = "Lag ny profil";
-$a->strings["Profile Image"] = "Profilbilde";
-$a->strings["visible to everybody"] = "synlig for alle";
-$a->strings["Edit visibility"] = "Endre synlighet";
-$a->strings["Permission denied"] = "Tilgang nektet";
-$a->strings["Invalid profile identifier."] = "Ugyldig profilidentifikator.";
-$a->strings["Profile Visibility Editor"] = "Behandle profilsynlighet";
-$a->strings["Click on a contact to add or remove."] = "Klikk på en kontakt for å legge til eller fjerne.";
-$a->strings["Visible To"] = "Synlig for";
-$a->strings["All Contacts (with secure profile access)"] = "Alle kontakter (med sikret profiltilgang)";
-$a->strings["Personal Notes"] = "Personlige notater";
-$a->strings["Public access denied."] = "Offentlig tilgang ikke tillatt.";
-$a->strings["Access to this profile has been restricted."] = "Tilgang til denne profilen er blitt begrenset.";
-$a->strings["Item has been removed."] = "Elementet har blitt slettet.";
-$a->strings["Visit %s's profile [%s]"] = "Besøk %ss profil [%s]";
-$a->strings["Edit contact"] = "Endre kontakt";
-$a->strings["Contacts who are not members of a group"] = "Kontakter som ikke er medlemmer av en gruppe";
-$a->strings["{0} wants to be your friend"] = "{0} ønsker å bli din venn";
-$a->strings["{0} sent you a message"] = "{0} sendte deg en melding";
-$a->strings["{0} requested registration"] = "{0} forespurte om registrering";
-$a->strings["{0} commented %s's post"] = "{0} kommenterte %s sitt innlegg";
-$a->strings["{0} liked %s's post"] = "{0} likte %s sitt innlegg";
-$a->strings["{0} disliked %s's post"] = "{0} likte ikke %s sitt innlegg";
-$a->strings["{0} is now friends with %s"] = "{0} er nå venner med %s";
-$a->strings["{0} posted"] = "{0} postet et innlegg";
-$a->strings["{0} tagged %s's post with #%s"] = "{0} merket %s sitt innlegg med #%s";
-$a->strings["{0} mentioned you in a post"] = "{0} nevnte deg i et innlegg";
+$a->strings["Private messages to this group are at risk of public disclosure."] = "Private meldinger til denne gruppen risikerer å bli offentliggjort.";
+$a->strings["No such group"] = "Gruppen finnes ikke";
+$a->strings["Group is empty"] = "Gruppen er tom";
+$a->strings["Group: "] = "Gruppe:";
+$a->strings["Contact: "] = "Kontakt:";
+$a->strings["Private messages to this person are at risk of public disclosure."] = "Private meldinger til denne personen risikerer å bli offentliggjort.";
+$a->strings["Invalid contact."] = "Ugyldig kontakt.";
+$a->strings["Friendica Communications Server - Setup"] = "Friendica kommunikasjonstjeneste - oppsett";
+$a->strings["Could not connect to database."] = "Kunne ikke koble til database.";
+$a->strings["Could not create table."] = "Kunne ikke lage tabell.";
+$a->strings["Your Friendica site database has been installed."] = "Databasen til Friendica-nettstedet ditt har blitt installert.";
+$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Du må kanskje importere filen \"database.sql\" manuelt ved hjelp av phpmyadmin eller mysql.";
+$a->strings["Please see the file \"INSTALL.txt\"."] = "Vennligst se filen \"INSTALL.txt\".";
+$a->strings["System check"] = "Systemsjekk";
+$a->strings["Next"] = "Neste";
+$a->strings["Check again"] = "Sjekk på nytt";
+$a->strings["Database connection"] = "Databaseforbindelse";
+$a->strings["In order to install Friendica we need to know how to connect to your database."] = "For å installere Friendica må vi vite hvordan man kan koble seg til din database.";
+$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Vennligst kontakt din tilbyder eller administrator hvis du har spørsmål til disse innstillingene.";
+$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Databasen du oppgir nedenfor må finnes. Hvis ikke, vennligst opprett den før du fortsetter.";
+$a->strings["Database Server Name"] = "Databasetjenerens navn";
+$a->strings["Database Login Name"] = "Database brukernavn";
+$a->strings["Database Login Password"] = "Database passord";
+$a->strings["Database Name"] = "Databasenavn";
+$a->strings["Site administrator email address"] = "Nettstedsadministrator sin e-postadresse";
+$a->strings["Your account email address must match this in order to use the web admin panel."] = "Din kontos e-postadresse må stemme med denne for å kunne bruke panelet for webadministrasjon.";
+$a->strings["Please select a default timezone for your website"] = "Vennligst velg en standard tidssone for ditt nettsted";
+$a->strings["Site settings"] = "Innstillinger for nettstedet";
+$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Fant ikke en kommandolinjeversjon av PHP i webtjenerens PATH.";
+$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron. See <a href='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"] = "Hvis du ikke har installert kommandolinjeversjonen av PHP på tjeneren, så vil du ikke kunne kjøre bakgrunnsspørring via cron. Se <a href='http://friendica.com/node/27'>'Aktivere tidsstyrte oppgaver'</a>";
+$a->strings["PHP executable path"] = "PHP kjørefil sin sti";
+$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Skriv inn hele stien til php kjørefilen. Du kan la denne stå blank for å fortsette installasjonen.";
+$a->strings["Command line PHP"] = "Kommandolinje PHP";
+$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "PHP kjørefilen er ikke php cli binærfil (kan være cgi-fgci versjon)";
+$a->strings["Found PHP version: "] = "Fant PHP-versjon:";
+$a->strings["PHP cli binary"] = "PHP cli binærfil";
+$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Kommandolinjeversjonen av PHP på ditt system har ikke \"register_argc_argv\" aktivert.";
+$a->strings["This is required for message delivery to work."] = "Dette er nødvendig for at meldingslevering skal virke.";
+$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"] = "Feil: \"openssl_pkey_new\"-funksjonen på dette systemet er ikke i stand til å lage krypteringsnøkler";
+$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "For kjøring på Windows, vennligst se \"http://www.php.net/manual/en/openssl.installation.php\".";
+$a->strings["Generate encryption keys"] = "Lag krypteringsnøkler";
+$a->strings["libCurl PHP module"] = "libCurl PHP modul";
+$a->strings["GD graphics PHP module"] = "GD graphics PHP modul";
+$a->strings["OpenSSL PHP module"] = "OpenSSL PHP modul";
+$a->strings["mysqli PHP module"] = "mysqli PHP modul";
+$a->strings["mb_string PHP module"] = "mb_string PHP modul";
+$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite modul";
+$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Feil: Modulen mod-rewrite for Apache-webtjeneren er påkrevet, men er ikke installert.";
+$a->strings["Error: libCURL PHP module required but not installed."] = "Feil: libCURL PHP-modulen er påkrevet, men er ikke installert.";
+$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Feil: GD graphics PHP-modulen med JPEG-støtte er påkrevet, men er ikke installert.";
+$a->strings["Error: openssl PHP module required but not installed."] = "Feil: openssl PHP-modulen er påkrevet, men er ikke installert.";
+$a->strings["Error: mysqli PHP module required but not installed."] = "Feil: mysqli PHP-modulen er påkrevet, men er ikke installert.";
+$a->strings["Error: mb_string PHP module required but not installed."] = "Feil: mb_string PHP-modulen er påkrevet men ikke installert.";
+$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "Web-installatøren trenger å kunne lage filen \".htconfig.php\" i topp-folderen på web-tjeneren din, men den får ikke til dette.";
+$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."] = "Dette skyldes oftest manglende tillatelse, ettersom web-tjeneren kanskje ikke kan skrive filer i din mappe - selv om du kan.";
+$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "På slutten av denne prosedyren, så gir vi deg en tekst å lagre i en fil kalt .htconfig.php i din Friendica sin toppmappe.";
+$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Du kan alternativt hoppe over denne prosedyren og utføre en manuell installasjon. Vennligst se filen \"INSTALL.txt\" for instruksjoner.";
+$a->strings[".htconfig.php is writable"] = ".htconfig.php er skrivbar";
+$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica bruker Smarty3 malmotor for å gjengi sine webvisninger. Smarty3 kompilerer maler til PHP for å gjøre gjengivelse raskere.";
+$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "For å lagre disse kompilerte malene må webtjenesten ha skrivetilgang til katalogen view/smarty3/ som er under Friendica sin toppnivåmappe.";
+$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Vennligst sjekk at brukeren din webtjeneste kjører som (for eksempel www-data) har skrivetilgang til denne mappen.";
+$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "Merknad: som et sikkerhetstiltak, du bør gi webtjenesten skrivetilgang kun til view/smarty3/ - ikke til malfilene (.tpl) som den inneholder.";
+$a->strings["view/smarty3 is writable"] = "view/smarty3 er skrivbar";
+$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "URL omskriving i .htaccess virker ikke. Sjekk konfigurasjonen til webtjenesten.";
+$a->strings["Url rewrite is working"] = "URL omskriving virker";
+$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."] = "Filen \".htconfig.php\" med databasekonfigurasjonen kunne ikke bli skrevet. Vennligst bruk den medfølgende teksten for å lage en konfigurasjonsfil i roten på din web-tjener.";
+$a->strings["Errors encountered creating database tables."] = "Feil oppstod under opprettelsen av databasetabeller.";
+$a->strings["<h1>What next</h1>"] = "<h1>Hva nå</h1>";
+$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "VIKTIG: Du må [manuelt] sette opp en planlagt oppgave for oppdatering.";
 $a->strings["Theme settings updated."] = "Temainnstillinger oppdatert.";
 $a->strings["Site"] = "Nettsted";
 $a->strings["Users"] = "Brukere";
@@ -638,6 +398,7 @@ $a->strings["Plugins"] = "Tillegg";
 $a->strings["Themes"] = "Tema";
 $a->strings["DB updates"] = "Databaseoppdateringer";
 $a->strings["Logs"] = "Logger";
+$a->strings["Admin"] = "Administrator";
 $a->strings["Plugin Features"] = "Utvidelse - egenskaper";
 $a->strings["User registrations waiting for confirmation"] = "Brukerregistreringer venter på bekreftelse";
 $a->strings["Normal Account"] = "Vanlig konto";
@@ -653,9 +414,14 @@ $a->strings["Registered users"] = "Registrerte brukere";
 $a->strings["Pending registrations"] = "Ventende registreringer";
 $a->strings["Version"] = "Versjon";
 $a->strings["Active plugins"] = "Aktive tillegg";
+$a->strings["Can not parse base url. Must have at least <scheme>://<domain>"] = "Kan ikke tolke base URL. Må ha minst <scheme>://<domain>";
 $a->strings["Site settings updated."] = "Nettstedets innstillinger er oppdatert.";
 $a->strings["No special theme for mobile devices"] = "Ikke eget tema for mobile enheter";
 $a->strings["Never"] = "Aldri";
+$a->strings["Frequently"] = "Ofte";
+$a->strings["Hourly"] = "Hver time";
+$a->strings["Twice daily"] = "To ganger daglig";
+$a->strings["Daily"] = "Daglig";
 $a->strings["Multi user instance"] = "Flerbrukerinstans";
 $a->strings["Closed"] = "Stengt";
 $a->strings["Requires approval"] = "Krever godkjenning";
@@ -663,13 +429,16 @@ $a->strings["Open"] = "Åpen";
 $a->strings["No SSL policy, links will track page SSL state"] = "Ingen SSL-retningslinjer, lenker vil spore sidens SSL-tilstand";
 $a->strings["Force all links to use SSL"] = "Tving alle lenker til å bruke SSL";
 $a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Selvsignert sertifikat, bruk SSL bare til lokale lenker (ikke anbefalt)";
-$a->strings["Registration"] = "Registrering";
+$a->strings["Save Settings"] = "Lagre innstillinger";
 $a->strings["File upload"] = "Last opp fil";
 $a->strings["Policies"] = "Retningslinjer";
 $a->strings["Advanced"] = "Avansert";
 $a->strings["Performance"] = "Ytelse";
+$a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = "Omplasser - ADVARSEL: avansert funksjon. Kan gjøre denne tjeneren utilgjengelig.";
 $a->strings["Site name"] = "Nettstedets navn";
 $a->strings["Banner/Logo"] = "Banner/logo";
+$a->strings["Additional Info"] = "Ekstra informasjon";
+$a->strings["For public servers: you can add additional information here that will be listed at dir.friendica.com/siteinfo."] = "For offentlige tjenere: du kan legge til ekstra informasjon her som vil bli vist på dir.friendica.com/siteinfo.";
 $a->strings["System language"] = "Systemspråk";
 $a->strings["System theme"] = "Systemtema";
 $a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "Standard tema for systemet - kan overstyres av brukerprofiler - <a href='#' id='cnftheme'>endre temainnstillinger</a>";
@@ -677,8 +446,8 @@ $a->strings["Mobile system theme"] = "Mobilt tema til systemet";
 $a->strings["Theme for mobile devices"] = "Tema for mobile enheter";
 $a->strings["SSL link policy"] = "Retningslinjer for SSL og lenker";
 $a->strings["Determines whether generated links should be forced to use SSL"] = "Avgjør om genererte lenker skal tvinges til å bruke SSL";
-$a->strings["'Share' element"] = "'Dele' element";
-$a->strings["Activates the bbcode element 'share' for repeating items."] = "Aktiverer BBCode-elementet 'dele' for å gjenta elementer.";
+$a->strings["Old style 'Share'"] = "\"Deling\" på gamlemåten";
+$a->strings["Deactivates the bbcode element 'share' for repeating items."] = "Skrur av bbcode \"dele\" for gjentatte elementer.";
 $a->strings["Hide help entry from navigation menu"] = "Skjul punktet om hjelp fra navigasjonsmenyen";
 $a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "Skjuler menypunktet for Hjelp-sidene fra navigasjonsmenyen. Du kan fremdeles få tilgang ved å bruke /help direkte.";
 $a->strings["Single user instance"] = "Enkeltbrukerinstans";
@@ -716,6 +485,8 @@ $a->strings["Disallow public access to addons listed in the apps menu."] = "Ikke
 $a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = "Kryss i denne boksen vil begrense tillegg opplistet i app-menyen til bare medlemmer.";
 $a->strings["Don't embed private images in posts"] = "Ikke innebygg private bilder i innlegg";
 $a->strings["Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while."] = "Ikke bytt ut lokalt lagrede private bilder i innlegg med innebygd kopi av bildet. Dette betyr at kontakter som mottar innlegg med private bilder må autentisere og laste hvert bilde, noe som kan ta en stund.";
+$a->strings["Allow Users to set remote_self"] = "Tillat brukere å sette remote_self";
+$a->strings["With checking this, every user is allowed to mark every contact as a remote_self in the repair contact dialog. Setting this flag on a contact causes mirroring every posting of that contact in the users stream."] = "Ved å sette hake her får hver bruker lov å markere hver kontakt som en remote_self i dialogen for kontaktreparasjon. Å sette denne haken på en kontakt medfører speiling av hvert innlegg fra denne kontakten i brukerens strøm. ";
 $a->strings["Block multiple registrations"] = "Blokker flere registreringer";
 $a->strings["Disallow users to register additional accounts for use as pages."] = "Ikke tillat brukere å registrere ytterligere kontoer til bruk som sider.";
 $a->strings["OpenID support"] = "OpenID-støtte";
@@ -748,12 +519,15 @@ $a->strings["Maximum Load Average"] = "Maksimal snittlast";
 $a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Maksimal systemlast før leverings- og spørreprosesser utsettes - standard er 50.";
 $a->strings["Use MySQL full text engine"] = "Bruk MySQL fulltekstmotor";
 $a->strings["Activates the full text engine. Speeds up search - but can only search for four and more characters."] = "Aktiverer fulltekstmotoren. Øker hastigheten til søk, men kan bare søke etter minimum fire eller flere tegn.";
+$a->strings["Suppress Language"] = "Ikke vis språk";
+$a->strings["Suppress language information in meta information about a posting."] = "Ikke vis språkinformasjon i metainformasjon om et innlegg.";
 $a->strings["Path to item cache"] = "Sti til mellomlager for elementer";
 $a->strings["Cache duration in seconds"] = "Mellomlagringens varighet i sekunder";
 $a->strings["How long should the cache files be hold? Default value is 86400 seconds (One day)."] = "Hvor lenge skal filene i mellomlagret beholdes? Standardveri er 86400 sekunder (Et døgn).";
 $a->strings["Path for lock file"] = "Sti til fillås";
 $a->strings["Temp path"] = "Temp-sti";
 $a->strings["Base path to installation"] = "Sti til installasjonsbasen";
+$a->strings["New base url"] = "Ny base URL";
 $a->strings["Update has been marked successful"] = "Oppdatering har blitt markert som vellykket";
 $a->strings["Executing %s failed. Check system logs."] = "Utføring av %s mislyktes. Sjekk systemlogger.";
 $a->strings["Update %s was successfully applied."] = "Oppdatering %s ble iverksatt på en vellykket måte.";
@@ -764,6 +538,7 @@ $a->strings["Failed Updates"] = "Mislykkede oppdateringer";
 $a->strings["This does not include updates prior to 1139, which did not return a status."] = "Dette inkluderer ikke oppdateringer som kom før 1139, som ikke returnerer en status.";
 $a->strings["Mark success (if update was manually applied)"] = "Marker vellykket (hvis oppdatering ble iverksatt manuelt)";
 $a->strings["Attempt to execute this update step automatically"] = "Forsøk å utføre dette oppdateringspunktet automatisk";
+$a->strings["Registration successful. Email send to user"] = "Vellykket registrering. E-post er sendt til bruker";
 $a->strings["%s user blocked/unblocked"] = array(
        0 => "%s bruker blokkert/ikke blokkert",
        1 => "%s brukere blokkert/ikke blokkert",
@@ -775,10 +550,13 @@ $a->strings["%s user deleted"] = array(
 $a->strings["User '%s' deleted"] = "Brukeren '%s' er slettet";
 $a->strings["User '%s' unblocked"] = "Brukeren '%s' er ikke blokkert";
 $a->strings["User '%s' blocked"] = "Brukeren '%s' er blokkert";
+$a->strings["Add User"] = "Legg til bruker";
 $a->strings["select all"] = "velg alle";
 $a->strings["User registrations waiting for confirm"] = "Brukerregistreringer venter på bekreftelse";
+$a->strings["User waiting for permanent deletion"] = "Bruker venter på permanent sletting";
 $a->strings["Request date"] = "Forespørselsdato";
 $a->strings["Name"] = "Navn";
+$a->strings["Email"] = "E-post";
 $a->strings["No registrations."] = "Ingen registreringer.";
 $a->strings["Approve"] = "Godkjenn";
 $a->strings["Deny"] = "Nekt";
@@ -786,12 +564,18 @@ $a->strings["Block"] = "Blokker";
 $a->strings["Unblock"] = "Ikke blokker";
 $a->strings["Site admin"] = "Nettstedets administrator";
 $a->strings["Account expired"] = "Konto utgått";
+$a->strings["New User"] = "Ny bruker";
 $a->strings["Register date"] = "Registreringsdato";
 $a->strings["Last login"] = "Siste innlogging";
 $a->strings["Last item"] = "Siste element";
+$a->strings["Deleted since"] = "Slettet siden";
 $a->strings["Account"] = "Konto";
 $a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Valgte brukere vil bli slettet!\\n\\nAlt disse brukerne har lagt inn på dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker på at du vil slette disse brukerne?";
 $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?"] = "Brukeren {0} vil bli slettet!\\n\\nAlt denne brukeren har lagt inn på dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker på at du vil slette denne brukeren?";
+$a->strings["Name of the new user."] = "Navnet til den nye brukeren.";
+$a->strings["Nickname"] = "Kallenavn";
+$a->strings["Nickname of the new user."] = "Kallenavnet til den nye brukeren.";
+$a->strings["Email address of the new user."] = "E-postadressen til den nye brukeren.";
 $a->strings["Plugin %s disabled."] = "Tillegget %s er avskrudd.";
 $a->strings["Plugin %s enabled."] = "Tillegget %s er aktivert.";
 $a->strings["Disable"] = "Skru av";
@@ -815,67 +599,127 @@ $a->strings["FTP Host"] = "FTP-tjener";
 $a->strings["FTP Path"] = "FTP-sti";
 $a->strings["FTP User"] = "FTP-bruker";
 $a->strings["FTP Password"] = "FTP-passord";
-$a->strings["Unable to locate original post."] = "Mislyktes med å lokalisere opprinnelig melding.";
-$a->strings["Empty post discarded."] = "Tom melding forkastet.";
-$a->strings["System error. Post not saved."] = "Systemfeil. Meldingen ble ikke lagret.";
-$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Denne meldingen ble sendt til deg av %s, et medlem av det sosiale nettverket Friendica.";
-$a->strings["You may visit them online at %s"] = "Du kan besøke dem online på %s";
-$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Vennligst kontakt avsenderen ved å svare på denne meldingen hvis du ikke ønsker å motta disse meldingene.";
-$a->strings["%s posted an update."] = "%s postet en oppdatering.";
-$a->strings["Friends of %s"] = "Venner av %s";
-$a->strings["No friends to display."] = "Ingen venner å vise.";
-$a->strings["Remove term"] = "Fjern uttrykk";
+$a->strings["Search"] = "Søk";
 $a->strings["No results."] = "Fant ikke noe.";
-$a->strings["Authorize application connection"] = "Tillat forbindelse til program";
-$a->strings["Return to your app and insert this Securty Code:"] = "Gå tilbake til din app og legg inn denne sikkerhetskoden:";
-$a->strings["Please login to continue."] = "Vennligst logg inn for å fortsette.";
-$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Vil du tillate at dette programmet får tilgang til dine innlegg og kontakter, og/eller kan opprette nye innlegg for deg?";
-$a->strings["Registration details for %s"] = "Registeringsdetaljer for %s";
-$a->strings["Registration successful. Please check your email for further instructions."] = "Vellykket registrering. Vennligst sjekk e-posten din for videre instruksjoner.";
-$a->strings["Failed to send email message. Here is the message that failed."] = "Mislyktes med å sende e-postmelding. Her er meldingen som mislyktes.";
-$a->strings["Your registration can not be processed."] = "Din registrering kan ikke behandles.";
-$a->strings["Registration request at %s"] = "Henvendelse om registrering ved %s";
-$a->strings["Your registration is pending approval by the site owner."] = "Din registrering venter på godkjenning fra eier av stedet.";
-$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Dette nettstedet har overskredet antallet tillate daglige kontoregistreringer. Vennligst prøv igjen imorgen.";
-$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Du kan (valgfritt) fylle ut dette skjemaet via OpenID ved å oppgi din OpenID og klikke \"Registrer\".";
-$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Hvis du ikke er kjent med OpenID, vennligst la feltet stå tomt, og fyll ut de andre feltene.";
-$a->strings["Your OpenID (optional): "] = "Din OpenID (valgfritt):";
-$a->strings["Include your profile in member directory?"] = "Legg til profilen din i medlemskatalogen?";
-$a->strings["Membership on this site is by invitation only."] = "Medlemskap ved dette nettstedet skjer bare på invitasjon.";
-$a->strings["Your invitation ID: "] = "Din invitasjons-ID:";
-$a->strings["Your Full Name (e.g. Joe Smith): "] = "Ditt fulle navn (f.eks. Ola Nordmann):";
-$a->strings["Your Email Address: "] = "Din e-postadresse:";
-$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>'."] = "Velg et kallenavn til profilen. Dette må begynne med en bokstav. Din profiladresse på dette stedet vil bli \"<strong>kallenavn@\$sitename</strong>\".";
-$a->strings["Choose a nickname: "] = "Velg et kallenavn:";
-$a->strings["Account approved."] = "Konto godkjent.";
-$a->strings["Registration revoked for %s"] = "Registreringen til  %s er trukket tilbake";
-$a->strings["Please login."] = "Vennligst logg inn.";
+$a->strings["Tips for New Members"] = "Tips til nye medlemmer";
+$a->strings["link"] = "lenke";
+$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s merket %2\$s sitt %3\$s med %4\$s";
+$a->strings["Item not found"] = "Fant ikke elementet";
+$a->strings["Edit post"] = "Endre innlegg";
+$a->strings["upload photo"] = "last opp bilde";
+$a->strings["Attach file"] = "Legg ved fil";
+$a->strings["attach file"] = "legg ved fil";
+$a->strings["web link"] = "web-adresse";
+$a->strings["Insert video link"] = "Sett inn video-link";
+$a->strings["video link"] = "videolink";
+$a->strings["Insert audio link"] = "Sett inn lydlink";
+$a->strings["audio link"] = "lydlink";
+$a->strings["Set your location"] = "Angi din plassering";
+$a->strings["set location"] = "angi plassering";
+$a->strings["Clear browser location"] = "Fjern nettleserplassering";
+$a->strings["clear location"] = "fjern plassering";
+$a->strings["Permission settings"] = "Tillatelser";
+$a->strings["CC: email addresses"] = "Kopi: e-postadresser";
+$a->strings["Public post"] = "Offentlig innlegg";
+$a->strings["Set title"] = "Lagre tittel";
+$a->strings["Categories (comma-separated list)"] = "Kategorier (kommaseparert liste)";
+$a->strings["Example: bob@example.com, mary@example.com"] = "Eksempel: ola@example.com, kari@example.com";
 $a->strings["Item not available."] = "Elementet er ikke tilgjengelig.";
 $a->strings["Item was not found."] = "Elementet ble ikke funnet.";
-$a->strings["Remove My Account"] = "Slett min konto";
-$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Dette vil slette din konto fullstendig. Når dette er gjort kan den ikke gjenopprettes.";
-$a->strings["Please enter your password for verification:"] = "Vennligst skriv inn ditt passord for å bekrefte:";
-$a->strings["Source (bbcode) text:"] = "BBcode kildetekst:";
-$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Diaspora kildetekst å konvertere til BBcode:";
-$a->strings["Source input: "] = "Kilde-input:";
-$a->strings["bb2html (raw HTML): "] = "bb2html (rå HTML):";
-$a->strings["bb2html: "] = "bb2html:";
-$a->strings["bb2html2bb: "] = "bb2html2bb:";
-$a->strings["bb2md: "] = "bb2md:";
-$a->strings["bb2md2html: "] = "bb2md2html:";
-$a->strings["bb2dia2bb: "] = "bb2dia2bb:";
-$a->strings["bb2md2html2bb: "] = "bb2md2html2bb:";
-$a->strings["Source input (Diaspora format): "] = "Diaspora-formatert kilde-input:";
-$a->strings["diaspora2bb: "] = "diaspora2bb:";
-$a->strings["Common Friends"] = "Felles venner";
-$a->strings["No contacts in common."] = "Ingen kontakter felles.";
-$a->strings["You must be logged in to use addons. "] = "Du må være innlogget for å bruke tillegg.";
-$a->strings["Applications"] = "Programmer";
-$a->strings["No installed applications."] = "Ingen installerte programmer.";
+$a->strings["Account approved."] = "Konto godkjent.";
+$a->strings["Registration revoked for %s"] = "Registreringen til  %s er trukket tilbake";
+$a->strings["Please login."] = "Vennligst logg inn.";
+$a->strings["Find on this site"] = "Finn på dette nettstedet";
+$a->strings["Finding: "] = "Fant:";
+$a->strings["Site Directory"] = "Stedets katalog";
+$a->strings["Find"] = "Finn";
+$a->strings["Age: "] = "Alder:";
+$a->strings["Gender: "] = "Kjønn:";
+$a->strings["About:"] = "Om:";
+$a->strings["No entries (some entries may be hidden)."] = "Ingen oppføringer (noen oppføringer kan være skjulte).";
+$a->strings["Contact settings applied."] = "Kontaktinnstillinger i bruk.";
+$a->strings["Contact update failed."] = "Kontaktoppdatering mislyktes.";
+$a->strings["Repair Contact Settings"] = "Reparer kontaktinnstillinger";
+$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "<strong>ADVARSEL: Dette er meget avansert</strong> og hvis du skriver feil informasjon her, så kan kommunikasjonen med denne kontakten slutte å virke.";
+$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "Vennligst bruk Tilbake-knappen i nettleseren din <strong>nå</strong> hvis du er usikker på hva du bør gjøre på denne siden.";
+$a->strings["Return to contact editor"] = "Gå tilbake til å endre kontakt";
+$a->strings["Account Nickname"] = "Konto Kallenavn";
+$a->strings["@Tagname - overrides Name/Nickname"] = "@Merkelappnavn - overstyrer Navn/Kallenavn";
+$a->strings["Account URL"] = "Konto URL";
+$a->strings["Friend Request URL"] = "Venneforespørsel URL";
+$a->strings["Friend Confirm URL"] = "Vennebekreftelse URL";
+$a->strings["Notification Endpoint URL"] = "Endepunkt URL for beskjed";
+$a->strings["Poll/Feed URL"] = "Poll/Feed URL";
+$a->strings["New photo from this URL"] = "Nytt bilde fra denne URL-en";
+$a->strings["Remote Self"] = "Fjernbetjent selv";
+$a->strings["Mirror postings from this contact"] = "Speil innlegg fra denne kontakten";
+$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "Merk denne kontakten som remote_self, da vil Friendica omposte nye innlegg fra denne kontakten.";
+$a->strings["Move account"] = "Flytt konto";
+$a->strings["You can import an account from another Friendica server."] = "Du kan importere en konto fra en annen Friendica-tjener.";
+$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "Du må eksportere din konto fra den gamle tjeneren og laste den opp hit. Vi vil gjenskape din gamle konto her med alle dine kontakter. Vi vil også forsøke å informere dine venner at du har flyttet hit.";
+$a->strings["This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora"] = "Denne egenskapen er eksperimentell. Vi kan ikke importere kontakter fra OStatus-nettverk (statusnet/identi.ca) eller fra Diaspora";
+$a->strings["Account file"] = "Kontofil";
+$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "For å eksportere din konto, gå til \"Innstillinger -> Eksporter dine personlige data\" og velg \"Eksporter konto\"";
+$a->strings["Remote privacy information not available."] = "Ekstern informasjon om privatlivsinnstillinger er ikke tilgjengelig.";
+$a->strings["Visible to:"] = "Synlig for:";
+$a->strings["Save"] = "Lagre";
+$a->strings["Help:"] = "Hjelp:";
+$a->strings["Help"] = "Hjelp";
+$a->strings["No profile"] = "Ingen profil";
+$a->strings["This introduction has already been accepted."] = "Denne introduksjonen har allerede blitt akseptert.";
+$a->strings["Profile location is not valid or does not contain profile information."] = "Profilstedet er ikke gyldig og inneholder ikke profilinformasjon.";
+$a->strings["Warning: profile location has no identifiable owner name."] = "Advarsel: profilstedet har ikke identifiserbart eiernavn.";
+$a->strings["Warning: profile location has no profile photo."] = "Advarsel: profilstedet har ikke noe profilbilde.";
+$a->strings["%d required parameter was not found at the given location"] = array(
+       0 => "one: %d nødvendig parameter ble ikke funnet på angitt sted",
+       1 => "other: %d nødvendige parametre ble ikke funnet på angitt sted",
+);
+$a->strings["Introduction complete."] = "Introduksjon ferdig.";
+$a->strings["Unrecoverable protocol error."] = "Uopprettelig protokollfeil.";
+$a->strings["Profile unavailable."] = "Profil utilgjengelig.";
+$a->strings["%s has received too many connection requests today."] = "%s har mottatt for mange kontaktforespørsler idag.";
+$a->strings["Spam protection measures have been invoked."] = "Tiltak mot søppelpost har blitt iverksatt.";
+$a->strings["Friends are advised to please try again in 24 hours."] = "Venner anbefales å prøve igjen om 24 timer.";
+$a->strings["Invalid locator"] = "Ugyldig stedsangivelse";
+$a->strings["Invalid email address."] = "Ugyldig e-postadresse.";
+$a->strings["This account has not been configured for email. Request failed."] = "Denne kontoen er ikke konfigurert for e-post. Forespørsel mislyktes.";
+$a->strings["Unable to resolve your name at the provided location."] = "Ikke i stand til å avgjøre navnet ditt hos det oppgitte stedet.";
+$a->strings["You have already introduced yourself here."] = "Du har allerede introdusert deg selv her.";
+$a->strings["Apparently you are already friends with %s."] = "Du er visst allerede venn med %s.";
+$a->strings["Invalid profile URL."] = "Ugyldig profil-URL.";
+$a->strings["Disallowed profile URL."] = "Underkjent profil-URL.";
+$a->strings["Failed to update contact record."] = "Mislyktes med å oppdatere kontaktposten.";
+$a->strings["Your introduction has been sent."] = "Din introduksjon er sendt.";
+$a->strings["Please login to confirm introduction."] = "Vennligst logg inn for å bekrefte introduksjonen.";
+$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Feil identitet er logget inn for øyeblikket. Vennligst logg inn i <strong>denne</strong> profilen.";
+$a->strings["Hide this contact"] = "Skjul denne kontakten";
+$a->strings["Welcome home %s."] = "Velkommen hjem %s.";
+$a->strings["Please confirm your introduction/connection request to %s."] = "Vennligst bekreft din introduksjons-/forbindelses- forespørsel til %s.";
+$a->strings["Confirm"] = "Bekreft";
+$a->strings["[Name Withheld]"] = "[Navnet tilbakeholdt]";
+$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Vennligst skriv inn din identitetsadresse fra en av følgende støttede sosiale nettverk:";
+$a->strings["<strike>Connect as an email follower</strike> (Coming soon)"] = "<strike>Koble til som en e-postfølgesvenn</strike> (Kommer snart)";
+$a->strings["If you are not yet a member of the free social web, <a href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public Friendica site and join us today</a>."] = "Hvis du ennå ikke er en del av den frie sosiale webben, <a href=\"http://dir.friendica.com/siteinfo\">følg denne lenken for å finne et offentlig Friendica-nettsted og bli med oss idag</a>.";
+$a->strings["Friend/Connection Request"] = "Venne-/Koblings-forespørsel";
+$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Eksempler: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca";
+$a->strings["Please answer the following:"] = "Vennligst svar på følgende:";
+$a->strings["Does %s know you?"] = "Kjenner %s deg?";
+$a->strings["Add a personal note:"] = "Legg til en personlig melding:";
+$a->strings["Friendica"] = "Friendica";
+$a->strings["StatusNet/Federated Social Web"] = "StatusNet/Federeated Social Web";
+$a->strings["Diaspora"] = "Diaspora";
+$a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = "- vennligst ikke bruk dette skjemaet. I stedet skriver du %s inn søkelinjen i Diaspora.";
+$a->strings["Your Identity Address:"] = "Din identitetsadresse:";
+$a->strings["Submit Request"] = "Send forespørsel";
+$a->strings["[Embedded content - reload page to view]"] = "[Innebygget innhold - hent siden på nytt for å se det]";
+$a->strings["View in context"] = "Vis i sammenheng";
+$a->strings["%d contact edited."] = array(
+       0 => "%d kontakt redigert.",
+       1 => "%d kontakter redigert",
+);
 $a->strings["Could not access contact record."] = "Fikk ikke tilgang til kontaktposten.";
 $a->strings["Could not locate selected profile."] = "Kunne ikke lokalisere valgt profil.";
 $a->strings["Contact updated."] = "Kontakt oppdatert.";
-$a->strings["Failed to update contact record."] = "Mislyktes med å oppdatere kontaktposten.";
 $a->strings["Contact has been blocked"] = "Kontakten er blokkert";
 $a->strings["Contact has been unblocked"] = "Kontakten er ikke blokkert lenger";
 $a->strings["Contact has been ignored"] = "Kontakten er ignorert";
@@ -892,6 +736,10 @@ $a->strings["(Update was successful)"] = "(Oppdatering vellykket)";
 $a->strings["(Update was not successful)"] = "(Oppdatering mislykket)";
 $a->strings["Suggest friends"] = "Foreslå venner";
 $a->strings["Network type: %s"] = "Nettverkstype: %s";
+$a->strings["%d contact in common"] = array(
+       0 => "%d felles kontakt",
+       1 => "%d felles kontakter",
+);
 $a->strings["View all contacts"] = "Vis alle kontakter";
 $a->strings["Toggle Blocked status"] = "Veksle blokkeringsstatus";
 $a->strings["Unignore"] = "Fjern ignorering";
@@ -908,6 +756,7 @@ $a->strings["Profile Visibility"] = "Profilens synlighet";
 $a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Vennligst velg profilen du ønsker å vise til %s når denne ser profilen på en sikret måte.";
 $a->strings["Contact Information / Notes"] = "Kontaktinformasjon/-notater";
 $a->strings["Edit contact notes"] = "Endre kontaktnotater";
+$a->strings["Visit %s's profile [%s]"] = "Besøk %ss profil [%s]";
 $a->strings["Block/Unblock contact"] = "Blokker kontakt/fjern blokkering for kontakt";
 $a->strings["Ignore contact"] = "Ignorer kontakt";
 $a->strings["Repair URL settings"] = "Reparer URL-innstillinger";
@@ -937,9 +786,11 @@ $a->strings["Only show hidden contacts"] = "Bare vis skjulte kontakter";
 $a->strings["Mutual Friendship"] = "Gjensidig vennskap";
 $a->strings["is a fan of yours"] = "er en tilhenger av deg";
 $a->strings["you are a fan of"] = "du er en tilhenger av";
+$a->strings["Edit contact"] = "Endre kontakt";
 $a->strings["Search your contacts"] = "Søk i dine kontakter";
-$a->strings["Finding: "] = "Fant:";
+$a->strings["Update"] = "Oppdater";
 $a->strings["everybody"] = "alle";
+$a->strings["Account settings"] = "Kontoinnstillinger";
 $a->strings["Additional features"] = "Tilleggsfunksjoner";
 $a->strings["Display settings"] = "Visningsinnstillinger";
 $a->strings["Connector settings"] = "Koblingsinnstillinger";
@@ -948,10 +799,10 @@ $a->strings["Connected apps"] = "Tilkoblede programmer";
 $a->strings["Export personal data"] = "Eksporter personlige data";
 $a->strings["Remove account"] = "Fjern konto";
 $a->strings["Missing some important data!"] = "Mangler noen viktige data!";
-$a->strings["Update"] = "Oppdater";
 $a->strings["Failed to connect with email account using the settings provided."] = "Mislyktes i å opprette forbindelse med e-postkontoen med de oppgitte innstillingene.";
 $a->strings["Email settings updated."] = "E-postinnstillinger er oppdatert.";
 $a->strings["Features updated"] = "Funksjoner oppdatert";
+$a->strings["Relocate message has been send to your contacts"] = "Omplasseringsmelding har blitt sendt til dine kontakter";
 $a->strings["Passwords do not match. Password unchanged."] = "Passordene er ikke like. Passord uendret.";
 $a->strings["Empty passwords are not allowed. Password unchanged."] = "Tomme passord er ikke lov. Passord uendret.";
 $a->strings["Wrong password."] = "Feil passord.";
@@ -972,7 +823,6 @@ $a->strings["Redirect"] = "Omdiriger";
 $a->strings["Icon url"] = "Ikon URL";
 $a->strings["You can't edit this application."] = "Du kan ikke redigere dette programmet.";
 $a->strings["Connected Apps"] = "Tilkoblede programmer";
-$a->strings["Edit"] = "Endre";
 $a->strings["Client key starts with"] = "Klientnøkkelen starter med";
 $a->strings["No name"] = "Ingen navn";
 $a->strings["Remove authorization"] = "Fjern tillatelse";
@@ -1011,6 +861,7 @@ $a->strings["Number of items to display per page:"] = "Antall elementer som vise
 $a->strings["Maximum of 100 items"] = "Maksimum 100 elementer";
 $a->strings["Number of items to display per page when viewed from mobile device:"] = "Antall elementer å vise per side ved visning på mobil enhet:";
 $a->strings["Don't show emoticons"] = "Ikke vis uttrykksikoner";
+$a->strings["Infinite scroll"] = "Uendelig rulling";
 $a->strings["Normal Account Page"] = "Vanlig konto-side";
 $a->strings["This account is a normal personal profile"] = "Denne kontoen er en vanlig personlig profil";
 $a->strings["Soapbox Page"] = "Talerstol-side";
@@ -1052,6 +903,7 @@ $a->strings["Current Password:"] = "Gjeldende passord:";
 $a->strings["Your current password to confirm the changes"] = "Ditt gjeldende passord for å bekrefte endringene";
 $a->strings["Password:"] = "Passord:";
 $a->strings["Basic Settings"] = "Grunninnstillinger";
+$a->strings["Full Name:"] = "Fullt navn:";
 $a->strings["Email Address:"] = "E-postadresse:";
 $a->strings["Your Timezone:"] = "Din tidssone:";
 $a->strings["Default Post Location:"] = "Standard oppholdssted når du poster:";
@@ -1083,242 +935,109 @@ $a->strings["You are tagged in a post"] = "Du er merket i et innlegg";
 $a->strings["You are poked/prodded/etc. in a post"] = "Du er dyttet/dultet/etc i et innlegg";
 $a->strings["Advanced Account/Page Type Settings"] = "Avanserte konto-/sidetype-innstillinger";
 $a->strings["Change the behaviour of this account for special situations"] = "Endre oppførselen til denne kontoen i spesielle situasjoner";
-$a->strings["link"] = "lenke";
-$a->strings["Contact settings applied."] = "Kontaktinnstillinger i bruk.";
-$a->strings["Contact update failed."] = "Kontaktoppdatering mislyktes.";
-$a->strings["Contact not found."] = "Kontakt ikke funnet.";
-$a->strings["Repair Contact Settings"] = "Reparer kontaktinnstillinger";
-$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "<strong>ADVARSEL: Dette er meget avansert</strong> og hvis du skriver feil informasjon her, så kan kommunikasjonen med denne kontakten slutte å virke.";
-$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "Vennligst bruk Tilbake-knappen i nettleseren din <strong>nå</strong> hvis du er usikker på hva du bør gjøre på denne siden.";
-$a->strings["Return to contact editor"] = "Gå tilbake til å endre kontakt";
-$a->strings["Account Nickname"] = "Konto Kallenavn";
-$a->strings["@Tagname - overrides Name/Nickname"] = "@Merkelappnavn - overstyrer Navn/Kallenavn";
-$a->strings["Account URL"] = "Konto URL";
-$a->strings["Friend Request URL"] = "Venneforespørsel URL";
-$a->strings["Friend Confirm URL"] = "Vennebekreftelse URL";
-$a->strings["Notification Endpoint URL"] = "Endepunkt URL for beskjed";
-$a->strings["Poll/Feed URL"] = "Poll/Feed URL";
-$a->strings["New photo from this URL"] = "Nytt bilde fra denne URL-en";
-$a->strings["No potential page delegates located."] = "Fant ingen potensielle sidedelegater.";
-$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."] = "Delegater kan behandle alle sider ved denne kontoen/siden, bortsett fra grunnleggende kontoinnstillinger. Vennligst ikke deleger din personlige konto til noen som du ikke stoler fullt og fast på.";
-$a->strings["Existing Page Managers"] = "Eksisterende sidebehandlere";
-$a->strings["Existing Page Delegates"] = "Eksisterende sidedelegater";
-$a->strings["Potential Delegates"] = "Mulige delegater";
-$a->strings["Remove"] = "Slett";
-$a->strings["Add"] = "Legg til";
-$a->strings["No entries."] = "Ingen oppføringer";
-$a->strings["Poke/Prod"] = "Dytt/dult";
-$a->strings["poke, prod or do other things to somebody"] = "dytt, dult eller gjør andre ting med noen";
-$a->strings["Recipient"] = "Mottaker";
-$a->strings["Choose what you wish to do to recipient"] = "Velg hva du ønsker å gjøre med mottakeren";
-$a->strings["Make this post private"] = "Gjør dette innlegget privat";
-$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Denne kan skje innimellom hvis kontakt ble forespurt av begge personer og den allerede er godkjent.";
-$a->strings["Response from remote site was not understood."] = "Forstod ikke svaret fra det andre stedet.";
-$a->strings["Unexpected response from remote site: "] = "Uventet svar fra det andre stedet:";
-$a->strings["Confirmation completed successfully."] = "Sending av bekreftelse var vellykket. ";
-$a->strings["Remote site reported: "] = "Det andre stedet rapporterte:";
-$a->strings["Temporary failure. Please wait and try again."] = "Midlertidig feil. Vennligst vent og prøv igjen.";
-$a->strings["Introduction failed or was revoked."] = "Introduksjon mislyktes eller ble trukket tilbake.";
-$a->strings["Unable to set contact photo."] = "Fikk ikke satt kontaktbilde.";
-$a->strings["No user record found for '%s' "] = "Ingen brukerregistrering funnet for '%s'";
-$a->strings["Our site encryption key is apparently messed up."] = "Krypteringsnøkkelen til nettstedet vårt ser ut til å være ødelagt.";
-$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "En tom nettsteds-URL ble oppgitt eller URL-en kunne ikke dekrypteres av oss.";
-$a->strings["Contact record was not found for you on our site."] = "Kontaktinformasjon om deg ble ikke funnet på vårt nettsted.";
-$a->strings["Site public key not available in contact record for URL %s."] = "Nettstedets offentlige nøkkel er ikke tilgjengelig i kontaktregisteret for URL %s.";
-$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "ID-en som ble oppgitt av ditt system har en duplikat i vårt system. Det bør virke hvis du prøver igjen.";
-$a->strings["Unable to set your contact credentials on our system."] = "Får ikke lagret din kontaktlegitamasjon på vårt system.";
-$a->strings["Unable to update your contact profile details on our system"] = "Får ikke oppdatert kontaktdetaljene dine på vårt system.";
-$a->strings["Connection accepted at %s"] = "Tilkobling godtatt på %s";
-$a->strings["%1\$s has joined %2\$s"] = "%1\$s har blitt med %2\$s";
-$a->strings["%1\$s welcomes %2\$s"] = "%1\$s hilser %2\$s";
-$a->strings["This introduction has already been accepted."] = "Denne introduksjonen har allerede blitt akseptert.";
-$a->strings["Profile location is not valid or does not contain profile information."] = "Profilstedet er ikke gyldig og inneholder ikke profilinformasjon.";
-$a->strings["Warning: profile location has no identifiable owner name."] = "Advarsel: profilstedet har ikke identifiserbart eiernavn.";
-$a->strings["Warning: profile location has no profile photo."] = "Advarsel: profilstedet har ikke noe profilbilde.";
-$a->strings["%d required parameter was not found at the given location"] = array(
-       0 => "one: %d nødvendig parameter ble ikke funnet på angitt sted",
-       1 => "other: %d nødvendige parametre ble ikke funnet på angitt sted",
-);
-$a->strings["Introduction complete."] = "Introduksjon ferdig.";
-$a->strings["Unrecoverable protocol error."] = "Uopprettelig protokollfeil.";
-$a->strings["Profile unavailable."] = "Profil utilgjengelig.";
-$a->strings["%s has received too many connection requests today."] = "%s har mottatt for mange kontaktforespørsler idag.";
-$a->strings["Spam protection measures have been invoked."] = "Tiltak mot søppelpost har blitt iverksatt.";
-$a->strings["Friends are advised to please try again in 24 hours."] = "Venner anbefales å prøve igjen om 24 timer.";
-$a->strings["Invalid locator"] = "Ugyldig stedsangivelse";
-$a->strings["Invalid email address."] = "Ugyldig e-postadresse.";
-$a->strings["This account has not been configured for email. Request failed."] = "Denne kontoen er ikke konfigurert for e-post. Forespørsel mislyktes.";
-$a->strings["Unable to resolve your name at the provided location."] = "Ikke i stand til å avgjøre navnet ditt hos det oppgitte stedet.";
-$a->strings["You have already introduced yourself here."] = "Du har allerede introdusert deg selv her.";
-$a->strings["Apparently you are already friends with %s."] = "Du er visst allerede venn med %s.";
-$a->strings["Invalid profile URL."] = "Ugyldig profil-URL.";
-$a->strings["Your introduction has been sent."] = "Din introduksjon er sendt.";
-$a->strings["Please login to confirm introduction."] = "Vennligst logg inn for å bekrefte introduksjonen.";
-$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Feil identitet er logget inn for øyeblikket. Vennligst logg inn i <strong>denne</strong> profilen.";
-$a->strings["Hide this contact"] = "Skjul denne kontakten";
-$a->strings["Welcome home %s."] = "Velkommen hjem %s.";
-$a->strings["Please confirm your introduction/connection request to %s."] = "Vennligst bekreft din introduksjons-/forbindelses- forespørsel til %s.";
-$a->strings["Confirm"] = "Bekreft";
-$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Vennligst skriv inn din identitetsadresse fra en av følgende støttede sosiale nettverk:";
-$a->strings["<strike>Connect as an email follower</strike> (Coming soon)"] = "<strike>Koble til som en e-postfølgesvenn</strike> (Kommer snart)";
-$a->strings["If you are not yet a member of the free social web, <a href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public Friendica site and join us today</a>."] = "Hvis du ennå ikke er en del av den frie sosiale webben, <a href=\"http://dir.friendica.com/siteinfo\">følg denne lenken for å finne et offentlig Friendica-nettsted og bli med oss idag</a>.";
-$a->strings["Friend/Connection Request"] = "Venne-/Koblings-forespørsel";
-$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Eksempler: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca";
-$a->strings["Please answer the following:"] = "Vennligst svar på følgende:";
-$a->strings["Does %s know you?"] = "Kjenner %s deg?";
-$a->strings["Add a personal note:"] = "Legg til en personlig melding:";
-$a->strings["StatusNet/Federated Social Web"] = "StatusNet/Federeated Social Web";
-$a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = "- vennligst ikke bruk dette skjemaet. I stedet skriver du %s inn søkelinjen i Diaspora.";
-$a->strings["Your Identity Address:"] = "Din identitetsadresse:";
-$a->strings["Submit Request"] = "Send forespørsel";
-$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s følger %2\$s sin %3\$s";
-$a->strings["Global Directory"] = "Global katalog";
-$a->strings["Find on this site"] = "Finn på dette nettstedet";
-$a->strings["Site Directory"] = "Stedets katalog";
-$a->strings["Gender: "] = "Kjønn:";
-$a->strings["No entries (some entries may be hidden)."] = "Ingen oppføringer (noen oppføringer kan være skjulte).";
-$a->strings["Do you really want to delete this suggestion?"] = "Vil du virkelig slette dette forslaget?";
-$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Ingen forslag tilgjengelig. Hvis dette er et nytt nettsted, vennligst prøv igjen om 24 timer.";
-$a->strings["Ignore/Hide"] = "Ignorér/Skjul";
-$a->strings["People Search"] = "Personsøk";
-$a->strings["No matches"] = "Ingen treff";
-$a->strings["No videos selected"] = "Ingen videoer er valgt";
-$a->strings["Access to this item is restricted."] = "Tilgang til dette elementet er begrenset.";
-$a->strings["View Album"] = "Vis album";
-$a->strings["Recent Videos"] = "Nye videoer";
-$a->strings["Upload New Videos"] = "Last opp nye videoer";
-$a->strings["Tag removed"] = "Fjernet tag";
-$a->strings["Remove Item Tag"] = "Fjern tag";
-$a->strings["Select a tag to remove: "] = "Velg en tag å fjerne:";
-$a->strings["Item not found"] = "Fant ikke elementet";
-$a->strings["Edit post"] = "Endre innlegg";
-$a->strings["Event title and start time are required."] = "Hendelsens tittel og starttidspunkt er påkrevet.";
-$a->strings["l, F j"] = "l, F j";
-$a->strings["Edit event"] = "Rediger hendelse";
-$a->strings["Create New Event"] = "Lag ny hendelse";
-$a->strings["Previous"] = "Forrige";
-$a->strings["Next"] = "Neste";
-$a->strings["hour:minute"] = "time:minutt";
-$a->strings["Event details"] = "Hendelsesdetaljer";
-$a->strings["Format is %s %s. Starting date and Title are required."] = "Formatet er  %s %s. Startdato og tittel er påkrevet.";
-$a->strings["Event Starts:"] = "Hendelsen  starter:";
-$a->strings["Required"] = "Påkrevet";
-$a->strings["Finish date/time is not known or not relevant"] = "Avslutningsdato/-tid er ukjent eller ikke relevant";
-$a->strings["Event Finishes:"] = "Hendelsen slutter:";
-$a->strings["Adjust for viewer timezone"] = "Tilpass til iakttakerens tidssone";
-$a->strings["Description:"] = "Beskrivelse:";
-$a->strings["Title:"] = "Tittel:";
-$a->strings["Share this event"] = "Del denne hendelsen";
-$a->strings["Files"] = "Filer";
-$a->strings["Export account"] = "Eksporter konto";
-$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Eksporter din kontos informasjon og kontakter. Bruk denne til å ta en sikkerhetskopi av kontoen din og/eller for å flytte til en annen tjener.";
-$a->strings["Export all"] = "Eksporter alt";
-$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Eksporter din kontoinformasjon, kontakter og alle dine elementer som JSON. Det kan bli en svært stor fil, og kan ta lang tid. Bruk denne til å gjøre en full sikkerhetskopi av kontoen din (bilder blir ikke eksportert)";
-$a->strings["- select -"] = "- velg -";
-$a->strings["Import"] = "Importer";
-$a->strings["Move account"] = "Flytt konto";
-$a->strings["You can import an account from another Friendica server."] = "Du kan importere en konto fra en annen Friendica-tjener.";
-$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "Du må eksportere din konto fra den gamle tjeneren og laste den opp hit. Vi vil gjenskape din gamle konto her med alle dine kontakter. Vi vil også forsøke å informere dine venner at du har flyttet hit.";
-$a->strings["This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora"] = "Denne egenskapen er eksperimentell. Vi kan ikke importere kontakter fra OStatus-nettverk (statusnet/identi.ca) eller fra Diaspora";
-$a->strings["Account file"] = "Kontofil";
-$a->strings["To export your accont, go to \"Settings->Export your porsonal data\" and select \"Export account\""] = "For å eksportere din konto, gå til \"Innstillnger -> Eksporter dine personlige data\" og velg \"Eksporter konto\"";
-$a->strings["[Embedded content - reload page to view]"] = "[Innebygget innhold - hent siden på nytt for å se det]";
-$a->strings["Contact added"] = "Kontakt lagt til ";
-$a->strings["This is Friendica, version"] = "Dette er Friendica, versjon";
-$a->strings["running at web location"] = "kjører på web-plassering";
-$a->strings["Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project."] = "Vennligst besøk <a href=\"http://friendica.com\">Friendica.com</a> for å lære mer om Friendica-prosjektet.";
-$a->strings["Bug reports and issues: please visit"] = "Feilrapporter og problemer: vennligst besøk";
-$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Forslag, ros, donasjoner, og så videre - vennligst send e-post til \"Info\" alfakrøll Friendica punktum com";
-$a->strings["Installed plugins/addons/apps:"] = "Installerte plugins/tillegg/apper:";
-$a->strings["No installed plugins/addons/apps"] = "Ingen installerte plugins/tillegg/apper";
-$a->strings["Friend suggestion sent."] = "Venneforslag sendt.";
-$a->strings["Suggest Friends"] = "Foreslå venner";
-$a->strings["Suggest a friend for %s"] = "Foreslå en venn for %s";
+$a->strings["Relocate"] = "Omplasser";
+$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "Hvis du har flyttet denne profilen fra en annen tjener, og noen av dine kontakter ikke mottar dine oppdateringer, prøv å trykke denne knappen.";
+$a->strings["Resend relocate message to contacts"] = "Send omplasseringsmelding på nytt til kontakter";
+$a->strings["Profile deleted."] = "Profil slettet.";
+$a->strings["Profile-"] = "Profil-";
+$a->strings["New profile created."] = "Ny profil opprettet.";
+$a->strings["Profile unavailable to clone."] = "Profilen er utilgjengelig for kloning.";
+$a->strings["Profile Name is required."] = "Profilnavn er påkrevet.";
+$a->strings["Marital Status"] = "Ekteskapelig status";
+$a->strings["Romantic Partner"] = "Romantisk partner";
+$a->strings["Likes"] = "Liker";
+$a->strings["Dislikes"] = "Liker ikke";
+$a->strings["Work/Employment"] = "Arbeid/ansatt hos";
+$a->strings["Religion"] = "Religion";
+$a->strings["Political Views"] = "Politisk ståsted";
+$a->strings["Gender"] = "Kjønn";
+$a->strings["Sexual Preference"] = "Seksuell orientering";
+$a->strings["Homepage"] = "Hjemmeside";
+$a->strings["Interests"] = "Interesser";
+$a->strings["Address"] = "Adresse";
+$a->strings["Location"] = "Plassering";
+$a->strings["Profile updated."] = "Profil oppdatert.";
+$a->strings[" and "] = "og";
+$a->strings["public profile"] = "offentlig profil";
+$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$s endret %2\$s til &ldquo;%3\$s&rdquo;";
+$a->strings[" - Visit %1\$s's %2\$s"] = "- Besøk %1\$s sin %2\$s";
+$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s har oppdatert %2\$s, endret %3\$s.";
+$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Skjul kontakten/vennen din fra folk som kan se denne profilen?";
+$a->strings["Edit Profile Details"] = "Endre profildetaljer";
+$a->strings["Change Profile Photo"] = "Endre profilbilde";
+$a->strings["View this profile"] = "Vis denne profilen";
+$a->strings["Create a new profile using these settings"] = "Opprett en ny profil med disse innstillingene";
+$a->strings["Clone this profile"] = "Klon denne profilen";
+$a->strings["Delete this profile"] = "Slette denne profilen";
+$a->strings["Profile Name:"] = "Profilnavn:";
+$a->strings["Your Full Name:"] = "Ditt fulle navn:";
+$a->strings["Title/Description:"] = "Tittel/Beskrivelse:";
+$a->strings["Your Gender:"] = "Ditt kjønn:";
+$a->strings["Birthday (%s):"] = "Fødselsdag (%s):";
+$a->strings["Street Address:"] = "Gateadresse:";
+$a->strings["Locality/City:"] = "Plassering/by:";
+$a->strings["Postal/Zip Code:"] = "Postnummer:";
+$a->strings["Country:"] = "Land:";
+$a->strings["Region/State:"] = "Region/fylke:";
+$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Sivilstand:";
+$a->strings["Who: (if applicable)"] = "Hvem: (hvis gjeldende)";
+$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Eksempler: kari123, Kari Nordmann, kari@example.com";
+$a->strings["Since [date]:"] = "Fra [dato]:";
+$a->strings["Sexual Preference:"] = "Seksuell orientering:";
+$a->strings["Homepage URL:"] = "Hjemmeside URL:";
+$a->strings["Hometown:"] = "Hjemsted:";
+$a->strings["Political Views:"] = "Politisk ståsted:";
+$a->strings["Religious Views:"] = "Religiøst ståsted:";
+$a->strings["Public Keywords:"] = "Offentlige nøkkelord:";
+$a->strings["Private Keywords:"] = "Private nøkkelord:";
+$a->strings["Likes:"] = "Liker:";
+$a->strings["Dislikes:"] = "Liker ikke:";
+$a->strings["Example: fishing photography software"] = "Eksempel: fisking fotografering programvare";
+$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Brukes for å foreslå mulige venner, kan ses av andre)";
+$a->strings["(Used for searching profiles, never shown to others)"] = "(Brukes for å søke i profiler, vises aldri til andre)";
+$a->strings["Tell us about yourself..."] = "Fortell oss om deg selv...";
+$a->strings["Hobbies/Interests"] = "Hobbier/interesser";
+$a->strings["Contact information and Social Networks"] = "Kontaktinformasjon og sosiale nettverk";
+$a->strings["Musical interests"] = "Musikksmak";
+$a->strings["Books, literature"] = "Bøker, litteratur";
+$a->strings["Television"] = "TV";
+$a->strings["Film/dance/culture/entertainment"] = "Film/dans/kultur/underholdning";
+$a->strings["Love/romance"] = "Kjærlighet/romanse";
+$a->strings["Work/employment"] = "Arbeid/ansatt hos";
+$a->strings["School/education"] = "Skole/utdanning";
+$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Dette er din <strong>offentlige</strong> profil.<br>Den <strong>kan</strong> ses av alle på Internet.";
+$a->strings["Edit/Manage Profiles"] = "Rediger/Behandle profiler";
 $a->strings["Group created."] = "Gruppen er laget.";
 $a->strings["Could not create group."] = "Kunne ikke lage gruppen.";
 $a->strings["Group not found."] = "Fant ikke gruppen.";
 $a->strings["Group name changed."] = "Gruppenavnet er endret";
+$a->strings["Save Group"] = "Lagre gruppe";
 $a->strings["Create a group of contacts/friends."] = "Lag en gruppe med kontakter/venner.";
 $a->strings["Group Name: "] = "Gruppenavn:";
 $a->strings["Group removed."] = "Gruppe fjernet.";
 $a->strings["Unable to remove group."] = "Mislyktes med å fjerne gruppe.";
 $a->strings["Group Editor"] = "Gruppebehandler";
 $a->strings["Members"] = "Medlemmer";
-$a->strings["No profile"] = "Ingen profil";
-$a->strings["Help:"] = "Hjelp:";
-$a->strings["Not Found"] = "Ikke funnet";
-$a->strings["Page not found."] = "Fant ikke siden.";
-$a->strings["No contacts."] = "Ingen kontakter.";
-$a->strings["Welcome to %s"] = "Velkommen til %s";
-$a->strings["Access denied."] = "Tilgang avslått.";
-$a->strings["File exceeds size limit of %d"] = "Filstørrelsen er større enn begrensning på %d";
-$a->strings["File upload failed."] = "Opplasting av filen mislyktes.";
-$a->strings["Image exceeds size limit of %d"] = "Bildets størrelse overstiger størrelsesbegrensningen på %d";
-$a->strings["Unable to process image."] = "Ikke i stand til å behandle bildet.";
-$a->strings["Image upload failed."] = "Mislyktes med å laste opp bilde.";
-$a->strings["Total invitation limit exceeded."] = "Grensen for totalt antall invitasjoner er overskredet.";
-$a->strings["%s : Not a valid email address."] = "%s: Ugyldig e-postadresse.";
-$a->strings["Please join us on Friendica"] = "Vær med oss på Friendica";
-$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Invitasjonsgrense overskredet. Vennligst kontakt administrator på ditt nettsted.";
-$a->strings["%s : Message delivery failed."] = "%s: Mislyktes med å levere meldingen.";
-$a->strings["%d message sent."] = array(
-       0 => "one: %d melding sendt.",
-       1 => "other: %d meldinger sendt.",
-);
-$a->strings["You have no more invitations available"] = "Du har ingen flere tilgjengelige invitasjoner";
-$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Besøk %s for en liste med offentlige nettsteder du kan bli med i. Friendica-medlemmer ved andre nettsteder kan alle opprette forbindelse til hverandre, og i tillegg til medlemmer av mange andre sosiale nettverk.";
-$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "For å akseptere denne invitasjonen, vær så snill å besøk og registrer deg hos %s eller et hvilket som helst annet offentlig Friendica-nettsted.";
-$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica-nettsteder er alle forbundet med hverandre for å lage et personvern-forbedret sosialt nettverk  som eies og kontrolleres av medlemmene selv. De kan også forbindes med mange tradisjonelle sosiale nettverk. Se %s for en liste over alternative Friendica-nettsteder du kan bli med i.";
-$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Vi beklager. Dette systemet er for øyeblikket ikke konfigurert for forbindelser med andre offentlige nettsteder eller å invitere medlemmer.";
-$a->strings["Send invitations"] = "Send invitasjoner";
-$a->strings["Enter email addresses, one per line:"] = "Skriv e-postadresser, en per linje:";
-$a->strings["Your message:"] = "Din melding:";
-$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Du er herved hjertelig invitert til å bli med meg og andre nære venner på Friendica - hjelp oss å skape en bedre sosial web.";
-$a->strings["You will need to supply this invitation code: \$invite_code"] = "Du må oppgi denne invitasjonskoden: \$invite_code";
-$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Når du har registrert, vennligst kontakt meg via min profilside på:";
-$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "For mer informasjon om Friendica-prosjektet og hvorfor vi mener det er viktig, vennligst besøk http://friendica.com";
-$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Antall daglige veggmeldinger for %s er overskredet. Melding mislyktes.";
-$a->strings["No recipient selected."] = "Ingen mottaker valgt.";
-$a->strings["Unable to check your home location."] = "Ikke i stand til avgjøre plasseringen til ditt hjemsted.";
-$a->strings["Message could not be sent."] = "Meldingen kunne ikke sendes.";
-$a->strings["Message collection failure."] = "Meldingsinnsamling mislyktes.";
-$a->strings["Message sent."] = "Melding sendt.";
-$a->strings["No recipient."] = "Ingen mottaker.";
-$a->strings["Send Private Message"] = "Send privat melding";
-$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Hvis du ønsker å la %s få svare, vennligst sjekk om personverninnstillingene på ditt nettsted tillater private post fra ukjente avsendere.";
-$a->strings["To:"] = "Til:";
-$a->strings["Subject:"] = "Emne:";
-$a->strings["Time Conversion"] = "Tidskonvertering";
-$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica har denne tjenesten for å dele hendelser med andre nettverk og venner i ukjente tidssoner.";
-$a->strings["UTC time: %s"] = "UTC tid: %s";
-$a->strings["Current timezone: %s"] = "Gjeldende tidssone: %s";
-$a->strings["Converted localtime: %s"] = "Konvertert lokaltid: %s";
-$a->strings["Please select your timezone:"] = "Vennligst velg din tidssone:";
-$a->strings["Remote privacy information not available."] = "Ekstern informasjon om privatlivsinnstillinger er ikke tilgjengelig.";
-$a->strings["Visible to:"] = "Synlig for:";
-$a->strings["No valid account found."] = "Fant ingen gyldig konto.";
-$a->strings["Password reset request issued. Check your email."] = "Forespørsel om å tilbakestille passord er sendt. Sjekk e-posten din.";
-$a->strings["Password reset requested at %s"] = "Forespørsel om tilbakestilling av passord ved %s";
-$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Forespørselen kunne ikke verifiseres. (Du kan ha sendt den inn tidligere.) Tilbakestilling av passord milslyktes.";
-$a->strings["Password Reset"] = "Passord tilbakestilling";
-$a->strings["Your password has been reset as requested."] = "Ditt passord er tilbakestilt som forespurt.";
-$a->strings["Your new password is"] = "Ditt nye passord er";
-$a->strings["Save or copy your new password - and then"] = "Lagre eller kopier ditt nye passord, og deretter";
-$a->strings["click here to login"] = "klikk her for å logge inn";
-$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Passordet ditt kan endres fra siden <em>Innstillinger</em> etter vellykket logg inn.";
-$a->strings["Your password has been changed at %s"] = "Ditt passord har blitt endret %s";
-$a->strings["Forgot your Password?"] = "Glemte du passordet?";
-$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Skriv inn e-postadressen og send inn for å tilbakestille passordet ditt. Sjekk deretter e-posten din for nærmere forklaring.";
-$a->strings["Nickname or Email: "] = "Kallenavn eller e-post:";
-$a->strings["Reset"] = "Tilbakestill";
-$a->strings["System down for maintenance"] = "Systemet er nede for vedlikehold";
-$a->strings["Manage Identities and/or Pages"] = "Behandle identiteter og/eller sider";
-$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Veksle mellom ulike identiteter eller felleskaps-/gruppesider som deler dine kontodetaljer eller som du har blitt gitt \"behandle\" tillatelser";
-$a->strings["Select an identity to manage: "] = "Velg en identitet å behandle:";
-$a->strings["Profile Match"] = "Profiltreff";
-$a->strings["No keywords to match. Please add keywords to your default profile."] = "Ingen nøkkelord å sammenlikne. Vennligst legg til nøkkelord i din standardprofil.";
-$a->strings["is interested in:"] = "er interessert i:";
+$a->strings["Click on a contact to add or remove."] = "Klikk på en kontakt for å legge til eller fjerne.";
+$a->strings["Source (bbcode) text:"] = "BBcode kildetekst:";
+$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Diaspora kildetekst å konvertere til BBcode:";
+$a->strings["Source input: "] = "Kilde-input:";
+$a->strings["bb2html (raw HTML): "] = "bb2html (rå HTML):";
+$a->strings["bb2html: "] = "bb2html:";
+$a->strings["bb2html2bb: "] = "bb2html2bb:";
+$a->strings["bb2md: "] = "bb2md:";
+$a->strings["bb2md2html: "] = "bb2md2html:";
+$a->strings["bb2dia2bb: "] = "bb2dia2bb:";
+$a->strings["bb2md2html2bb: "] = "bb2md2html2bb:";
+$a->strings["Source input (Diaspora format): "] = "Diaspora-formatert kilde-input:";
+$a->strings["diaspora2bb: "] = "diaspora2bb:";
+$a->strings["Not available."] = "Ikke tilgjengelig.";
+$a->strings["Contact added"] = "Kontakt lagt til ";
+$a->strings["No more system notifications."] = "Ingen flere systemvarsler.";
+$a->strings["System Notifications"] = "Systemvarsler";
+$a->strings["New Message"] = "Ny melding";
 $a->strings["Unable to locate contact information."] = "Mislyktes med å finne kontaktinformasjon.";
+$a->strings["Messages"] = "Meldinger";
 $a->strings["Do you really want to delete this message?"] = "Ønsker du virkelig å slette denne meldingen?";
 $a->strings["Message deleted."] = "Melding slettet.";
 $a->strings["Conversation removed."] = "Samtale slettet.";
@@ -1336,67 +1055,25 @@ $a->strings["Message not available."] = "Melding utilgjengelig.";
 $a->strings["Delete message"] = "Slett melding";
 $a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Ingen sikker kommunikasjon tilgjengelig. Du <strong>kan kanskje</strong> svare fra senderens profilside.";
 $a->strings["Send Reply"] = "Send svar";
-$a->strings["Mood"] = "Stemning";
-$a->strings["Set your current mood and tell your friends"] = "Angi din stemning og fortell dine venner";
-$a->strings["Search Results For:"] = "Søkeresultater for:";
-$a->strings["Commented Order"] = "Etter kommentarer";
-$a->strings["Sort by Comment Date"] = "Sorter etter kommentardato";
-$a->strings["Posted Order"] = "Etter innlegg";
-$a->strings["Sort by Post Date"] = "Sorter etter innleggsdato";
-$a->strings["Personal"] = "Personlig";
-$a->strings["Posts that mention or involve you"] = "Innlegg som nevner eller involverer deg";
-$a->strings["New"] = "Ny";
-$a->strings["Activity Stream - by date"] = "Aktivitetsstrøm - etter dato";
-$a->strings["Shared Links"] = "Delte lenker";
-$a->strings["Interesting Links"] = "Interessante lenker";
-$a->strings["Starred"] = "Med stjerne";
-$a->strings["Favourite Posts"] = "Favorittinnlegg";
-$a->strings["Warning: This group contains %s member from an insecure network."] = array(
-       0 => "Advarsel: denne gruppen inneholder %s medlem fra et usikkert nettverk.",
-       1 => "Advarsel: denne gruppe inneholder %s medlemmer fra et usikkert nettverk.",
-);
-$a->strings["Private messages to this group are at risk of public disclosure."] = "Private meldinger til denne gruppen risikerer å bli offentliggjort.";
-$a->strings["No such group"] = "Gruppen finnes ikke";
-$a->strings["Group is empty"] = "Gruppen er tom";
-$a->strings["Group: "] = "Gruppe:";
-$a->strings["Contact: "] = "Kontakt:";
-$a->strings["Private messages to this person are at risk of public disclosure."] = "Private meldinger til denne personen risikerer å bli offentliggjort.";
-$a->strings["Invalid contact."] = "Ugyldig kontakt.";
-$a->strings["Invalid request identifier."] = "Ugyldig forespørselsidentifikator.";
-$a->strings["Discard"] = "Forkast";
-$a->strings["System"] = "System";
-$a->strings["Show Ignored Requests"] = "Vis ignorerte forespørsler";
-$a->strings["Hide Ignored Requests"] = "Skjul ignorerte forespørsler";
-$a->strings["Notification type: "] = "Beskjedtype:";
-$a->strings["Friend Suggestion"] = "Venneforslag";
-$a->strings["suggested by %s"] = "foreslått av %s";
-$a->strings["Post a new friend activity"] = "Post om en ny venn";
-$a->strings["if applicable"] = "hvis gyldig";
-$a->strings["Claims to be known to you: "] = "Påstår å kjenne deg:";
-$a->strings["yes"] = "ja";
-$a->strings["no"] = "ei";
-$a->strings["Approve as: "] = "Godkjenn som:";
-$a->strings["Friend"] = "Venn";
-$a->strings["Sharer"] = "Deler";
-$a->strings["Fan/Admirer"] = "Fan/Beundrer";
-$a->strings["Friend/Connect Request"] = "Venn/kontakt-forespørsel";
-$a->strings["New Follower"] = "Ny følgesvenn";
-$a->strings["No introductions."] = "Ingen introduksjoner.";
-$a->strings["%s liked %s's post"] = "%s likte %s sitt innlegg";
-$a->strings["%s disliked %s's post"] = "%s mislikte %s sitt innlegg";
-$a->strings["%s is now friends with %s"] = "%s er nå venner med %s";
-$a->strings["%s created a new post"] = "%s skrev et nytt innlegg";
-$a->strings["%s commented on %s's post"] = "%s kommenterte på %s sitt innlegg";
-$a->strings["No more network notifications."] = "Ingen flere nettverksvarslinger.";
-$a->strings["Network Notifications"] = "Nettverksvarslinger";
-$a->strings["No more system notifications."] = "Ingen flere systemvarsler.";
-$a->strings["System Notifications"] = "Systemvarsler";
-$a->strings["No more personal notifications."] = "Ingen flere personlige varsler.";
-$a->strings["Personal Notifications"] = "Personlige varsler";
-$a->strings["No more home notifications."] = "Ingen flere hjemmevarsler.";
-$a->strings["Home Notifications"] = "Hjemmevarsler";
-$a->strings["Photo Albums"] = "Fotoalbum";
-$a->strings["Contact Photos"] = "Kontaktbilder";
+$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s liker ikke %2\$s's %3\$s";
+$a->strings["Post successful."] = "Innlegg vellykket.";
+$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
+$a->strings["Time Conversion"] = "Tidskonvertering";
+$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica har denne tjenesten for å dele hendelser med andre nettverk og venner i ukjente tidssoner.";
+$a->strings["UTC time: %s"] = "UTC tid: %s";
+$a->strings["Current timezone: %s"] = "Gjeldende tidssone: %s";
+$a->strings["Converted localtime: %s"] = "Konvertert lokaltid: %s";
+$a->strings["Please select your timezone:"] = "Vennligst velg din tidssone:";
+$a->strings["Save to Folder:"] = "Lagre til mappe:";
+$a->strings["- select -"] = "- velg -";
+$a->strings["Invalid profile identifier."] = "Ugyldig profilidentifikator.";
+$a->strings["Profile Visibility Editor"] = "Behandle profilsynlighet";
+$a->strings["Visible To"] = "Synlig for";
+$a->strings["All Contacts (with secure profile access)"] = "Alle kontakter (med sikret profiltilgang)";
+$a->strings["No contacts."] = "Ingen kontakter.";
+$a->strings["View Contacts"] = "Vis kontakter";
+$a->strings["People Search"] = "Personsøk";
+$a->strings["No matches"] = "Ingen treff";
 $a->strings["Upload New Photos"] = "Last opp nye bilder";
 $a->strings["Contact information unavailable"] = "Kontaktinformasjon utilgjengelig";
 $a->strings["Album not found."] = "Album ble ikke funnet.";
@@ -1408,7 +1085,10 @@ $a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s ble merket i %2\$s av
 $a->strings["a photo"] = "et bilde";
 $a->strings["Image exceeds size limit of "] = "Bilde overstiger størrelsesbegrensningen på ";
 $a->strings["Image file is empty."] = "Bildefilen er tom.";
+$a->strings["Unable to process image."] = "Ikke i stand til å behandle bildet.";
+$a->strings["Image upload failed."] = "Mislyktes med å laste opp bilde.";
 $a->strings["No photos selected"] = "Ingen bilder er valgt";
+$a->strings["Access to this item is restricted."] = "Tilgang til dette elementet er begrenset.";
 $a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Du har brukt %1$.2f Mbytes av %2$.2f Mbytes bildelagring.";
 $a->strings["Upload Photos"] = "Last opp bilder";
 $a->strings["New album name: "] = "Nytt albumnavn:";
@@ -1426,7 +1106,6 @@ $a->strings["Photo not available"] = "Bilde ikke tilgjengelig";
 $a->strings["View photo"] = "Vis foto";
 $a->strings["Edit photo"] = "Endre bilde";
 $a->strings["Use as profile photo"] = "Bruk som profilbilde";
-$a->strings["Private Message"] = "Privat melding";
 $a->strings["View Full Size"] = "Vis i full størrelse";
 $a->strings["Tags: "] = "Tagger:";
 $a->strings["[Remove any tag]"] = "[Fjern en tag]";
@@ -1438,111 +1117,29 @@ $a->strings["Add a Tag"] = "Legg til tag";
 $a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Eksempel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping";
 $a->strings["Private photo"] = "Privat bilde";
 $a->strings["Public photo"] = "Offentlig bilde";
-$a->strings["I like this (toggle)"] = "Jeg liker dette (skru på/av)";
-$a->strings["I don't like this (toggle)"] = "Jeg liker ikke dette (skru på/av)";
-$a->strings["This is you"] = "Dette er deg";
-$a->strings["Comment"] = "Kommentar";
+$a->strings["Share"] = "Del";
+$a->strings["View Album"] = "Vis album";
 $a->strings["Recent Photos"] = "Nye bilder";
-$a->strings["Welcome to Friendica"] = "Velkommen til Friendica";
-$a->strings["New Member Checklist"] = "Sjekkliste for nye medlemmer";
-$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."] = "Vi vil gjerne gi noe noen tips og lenker for å hjelpe deg til en hyggelig opplevelse. Klikk på et element for å besøke den relevante siden. En lenke til denne siden vil være synlig på din hovedside i to uker etter at du registrerte deg og så vil den bli borte av seg selv.";
-$a->strings["Getting Started"] = "Komme igang";
-$a->strings["Friendica Walk-Through"] = "Friendica gjennomgang";
-$a->strings["On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "På <em>Hurtigstart</em>-siden din, så finner du en kort introduksjon til profilen din og nettverksfanen, hvordan du oppretter nye forbindelser, og hvordan du finner grupper å bli med i.";
-$a->strings["Go to Your Settings"] = "Gå til Dine innstillinger";
-$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."] = "På siden <em>Innstillinger</em> - bytt passordet du fikk. Merk deg også Din identitetsadresse. Denne ser ut som en vanlig e-postadresse, og er nyttig for å bli venner i den frie sosiale web'en.";
-$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."] = "Se over de andre innstillingene, særlig personverninnstillingene. En katalogoppføring som ikke er publisert er som å ha skjult telefonnummer. Generelt, så bør du antakelig publisere oppføringen, med mindre dine venner eller potensielle venner vet nøyaktig hvordan de skal finne deg.";
-$a->strings["Upload Profile Photo"] = "Last opp profilbilde";
-$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."] = "Last opp et profilbilde hvis du ikke har gjort det allerede. Studier viser at folk som har ekte bilde av seg selv har ti ganger større sannsynlighet for å få venner enn folk som ikke gjør det.";
-$a->strings["Edit Your Profile"] = "Endre profilen din";
-$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."] = "Du kan endre <strong>standardprofilen</strong> din slik du ønsker. Se over innstillingene som lar deg skjule vennelisten og skjule profilen fra ukjente besøkende.";
-$a->strings["Profile Keywords"] = "Profilnøkkelord";
-$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."] = "Legg til noen offentlige nøkkelord til standardprofilen din som beskriver dine interesser. Det kan hende vi klarer å finne andre folk med liknende interesser og foreslå vennskap.";
-$a->strings["Connecting"] = "Kobling";
-$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "Tillat Facebook-koblingen hvis du har en Facebook-konto og vi vil (valgfritt) importere alle dine Facebook-venner og samtaler.";
-$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>Hvis</em> dette er din egen personlige tjener, så kan installasjon av Facebook-tillegget gjøre overgangen til den frie sosiale web'en lettere.";
-$a->strings["Importing Emails"] = "Importere e-post";
-$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"] = "Skriv inn tilgangsinformasjon til e-posten din på siden for Koblingsinnstillinger, hvis du ønsker å importere og samhandle med venner eller e-postlister fra din e-post INNBOKS";
-$a->strings["Go to Your Contacts Page"] = "Gå til Dine kontakter-siden";
-$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."] = "Dine kontakter-siden er der du håndterer vennskap og skaper forbindelser med venner på andre nettverk. Vanligvis skriver du deres adresse eller nettsteds-URL i dialogboksen <em>Legg til ny kontakt</em>";
-$a->strings["Go to Your Site's Directory"] = "Gå til Din lokale katalog";
-$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."] = "Katalog-siden lar deg finne andre folk i dette nettverket eller andre forente nettsteder. Se etter en <em>Connect</em> eller <em>Follow</em> lenke på profilsiden deres. Oppgi din egen identitetsadresse hvis du blir forespurt om det.";
-$a->strings["Finding New People"] = "Finn nye personer";
-$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."] = "I sidepanelet på Kontakter-siden er flere verktøy for å finne nye venner. Vi kan matche personer utfra interesse, slå opp personer på navn eller interesse, og gi forslag basert på nettverksforbindelser. På et helt nytt nettsted, så vil venneforslag vanligvis dukke opp innen 24 timer.";
-$a->strings["Group Your Contacts"] = "Kontaktgrupper";
-$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."] = "Når du har fått noen venner, så kan du organisere dem i private samtalegrupper i sidefeltet på Kontakt-siden din, og deretter kan du samhandle med hver gruppe privat på din Nettverk-side.";
-$a->strings["Why Aren't My Posts Public?"] = "Hvorfor er ikke mine innlegg offentlige?";
-$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica respekterer ditt privatliv. Som standard, så vil dine innlegg bare vises til personer du har lagt til som venner. For mer informasjon, se Hjelp-siden fra lenken ovenfor.";
-$a->strings["Getting Help"] = "Få hjelp";
-$a->strings["Go to the Help Section"] = "Gå til Hjelp-siden";
-$a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "Våre <strong>hjelpesider</strong> kan leses for flere detaljer og ressurser om andre egenskaper ved programmet.";
-$a->strings["Requested profile is not available."] = "Profil utilgjengelig.";
-$a->strings["Tips for New Members"] = "Tips til nye medlemmer";
-$a->strings["Friendica Communications Server - Setup"] = "Friendica kommunikasjonstjeneste - oppsett";
-$a->strings["Could not connect to database."] = "Kunne ikke koble til database.";
-$a->strings["Could not create table."] = "Kunne ikke lage tabell.";
-$a->strings["Your Friendica site database has been installed."] = "Databasen til Friendica-nettstedet ditt har blitt installert.";
-$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Du må kanskje importere filen \"database.sql\" manuelt ved hjelp av phpmyadmin eller mysql.";
-$a->strings["Please see the file \"INSTALL.txt\"."] = "Vennligst se filen \"INSTALL.txt\".";
-$a->strings["System check"] = "Systemsjekk";
-$a->strings["Check again"] = "Sjekk på nytt";
-$a->strings["Database connection"] = "Databaseforbindelse";
-$a->strings["In order to install Friendica we need to know how to connect to your database."] = "For å installere Friendica må vi vite hvordan man kan koble seg til din database.";
-$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Vennligst kontakt din tilbyder eller administrator hvis du har spørsmål til disse innstillingene.";
-$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Databasen du oppgir nedenfor må finnes. Hvis ikke, vennligst opprett den før du fortsetter.";
-$a->strings["Database Server Name"] = "Databasetjenerens navn";
-$a->strings["Database Login Name"] = "Database brukernavn";
-$a->strings["Database Login Password"] = "Database passord";
-$a->strings["Database Name"] = "Databasenavn";
-$a->strings["Site administrator email address"] = "Nettstedsadministrator sin e-postadresse";
-$a->strings["Your account email address must match this in order to use the web admin panel."] = "Din kontos e-postadresse må stemme med denne for å kunne bruke panelet for webadministrasjon.";
-$a->strings["Please select a default timezone for your website"] = "Vennligst velg en standard tidssone for ditt nettsted";
-$a->strings["Site settings"] = "Innstillinger for nettstedet";
-$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Fant ikke en kommandolinjeversjon av PHP i webtjenerens PATH.";
-$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron. See <a href='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"] = "Hvis du ikke har installert kommandolinjeversjonen av PHP på tjeneren, så vil du ikke kunne kjøre bakgrunnsspørring via cron. Se <a href='http://friendica.com/node/27'>'Aktivere tidsstyrte oppgaver'</a>";
-$a->strings["PHP executable path"] = "PHP kjørefil sin sti";
-$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Skriv inn hele stien til php kjørefilen. Du kan la denne stå blank for å fortsette installasjonen.";
-$a->strings["Command line PHP"] = "Kommandolinje PHP";
-$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "PHP kjørefilen er ikke php cli binærfil (kan være cgi-fgci versjon)";
-$a->strings["Found PHP version: "] = "Fant PHP-versjon:";
-$a->strings["PHP cli binary"] = "PHP cli binærfil";
-$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Kommandolinjeversjonen av PHP på ditt system har ikke \"register_argc_argv\" aktivert.";
-$a->strings["This is required for message delivery to work."] = "Dette er nødvendig for at meldingslevering skal virke.";
-$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"] = "Feil: \"openssl_pkey_new\"-funksjonen på dette systemet er ikke i stand til å lage krypteringsnøkler";
-$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "For kjøring på Windows, vennligst se \"http://www.php.net/manual/en/openssl.installation.php\".";
-$a->strings["Generate encryption keys"] = "Lag krypteringsnøkler";
-$a->strings["libCurl PHP module"] = "libCurl PHP modul";
-$a->strings["GD graphics PHP module"] = "GD graphics PHP modul";
-$a->strings["OpenSSL PHP module"] = "OpenSSL PHP modul";
-$a->strings["mysqli PHP module"] = "mysqli PHP modul";
-$a->strings["mb_string PHP module"] = "mb_string PHP modul";
-$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite modul";
-$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Feil: Modulen mod-rewrite for Apache-webtjeneren er påkrevet, men er ikke installert.";
-$a->strings["Error: libCURL PHP module required but not installed."] = "Feil: libCURL PHP-modulen er påkrevet, men er ikke installert.";
-$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Feil: GD graphics PHP-modulen med JPEG-støtte er påkrevet, men er ikke installert.";
-$a->strings["Error: openssl PHP module required but not installed."] = "Feil: openssl PHP-modulen er påkrevet, men er ikke installert.";
-$a->strings["Error: mysqli PHP module required but not installed."] = "Feil: mysqli PHP-modulen er påkrevet, men er ikke installert.";
-$a->strings["Error: mb_string PHP module required but not installed."] = "Feil: mb_string PHP-modulen er påkrevet men ikke installert.";
-$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "Web-installatøren trenger å kunne lage filen \".htconfig.php\" i topp-folderen på web-tjeneren din, men den får ikke til dette.";
-$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."] = "Dette skyldes oftest manglende tillatelse, ettersom web-tjeneren kanskje ikke kan skrive filer i din mappe - selv om du kan.";
-$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "På slutten av denne prosedyren, så gir vi deg en tekst å lagre i en fil kalt .htconfig.php i din Friendica sin toppmappe.";
-$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Du kan alternativt hoppe over denne prosedyren og utføre en manuell installasjon. Vennligst se filen \"INSTALL.txt\" for instruksjoner.";
-$a->strings[".htconfig.php is writable"] = ".htconfig.php er skrivbar";
-$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica bruker Smarty3 malmotor for å gjengi sine webvisninger. Smarty3 kompilerer maler til PHP for å gjøre gjengivelse raskere.";
-$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "For å lagre disse kompilerte malene må webtjenesten ha skrivetilgang til katalogen view/smarty3/ som er under Friendica sin toppnivåmappe.";
-$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Vennligst sjekk at brukeren din webtjeneste kjører som (for eksempel www-data) har skrivetilgang til denne mappen.";
-$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "Merknad: som et sikkerhetstiltak, du bør gi webtjenesten skrivetilgang kun til view/smarty3/ - ikke til malfilene (.tpl) som den inneholder.";
-$a->strings["view/smarty3 is writable"] = "view/smarty3 er skrivbar";
-$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "URL omskriving i .htaccess virker ikke. Sjekk konfigurasjonen til webtjenesten.";
-$a->strings["Url rewrite is working"] = "URL omskriving virker";
-$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."] = "Filen \".htconfig.php\" med databasekonfigurasjonen kunne ikke bli skrevet. Vennligst bruk den medfølgende teksten for å lage en konfigurasjonsfil i roten på din web-tjener.";
-$a->strings["Errors encountered creating database tables."] = "Feil oppstod under opprettelsen av databasetabeller.";
-$a->strings["<h1>What next</h1>"] = "<h1>Hva nå</h1>";
-$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "VIKTIG: Du må [manuelt] sette opp en planlagt oppgave for oppdatering.";
-$a->strings["Post successful."] = "Innlegg vellykket.";
-$a->strings["OpenID protocol error. No ID returned."] = "OpenID protokollfeil. Ingen ID kom i retur.";
-$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Kontoen ble ikke funnet og OpenID-registrering er ikke tillat på dette nettstedet.";
+$a->strings["File exceeds size limit of %d"] = "Filstørrelsen er større enn begrensning på %d";
+$a->strings["File upload failed."] = "Opplasting av filen mislyktes.";
+$a->strings["No videos selected"] = "Ingen videoer er valgt";
+$a->strings["View Video"] = "Vis video";
+$a->strings["Recent Videos"] = "Nye videoer";
+$a->strings["Upload New Videos"] = "Last opp nye videoer";
+$a->strings["Poke/Prod"] = "Dytt/dult";
+$a->strings["poke, prod or do other things to somebody"] = "dytt, dult eller gjør andre ting med noen";
+$a->strings["Recipient"] = "Mottaker";
+$a->strings["Choose what you wish to do to recipient"] = "Velg hva du ønsker å gjøre med mottakeren";
+$a->strings["Make this post private"] = "Gjør dette innlegget privat";
+$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s følger %2\$s sin %3\$s";
+$a->strings["Export account"] = "Eksporter konto";
+$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Eksporter din kontos informasjon og kontakter. Bruk denne til å ta en sikkerhetskopi av kontoen din og/eller for å flytte til en annen tjener.";
+$a->strings["Export all"] = "Eksporter alt";
+$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Eksporter din kontoinformasjon, kontakter og alle dine elementer som JSON. Det kan bli en svært stor fil, og kan ta lang tid. Bruk denne til å gjøre en full sikkerhetskopi av kontoen din (bilder blir ikke eksportert)";
+$a->strings["Common Friends"] = "Felles venner";
+$a->strings["No contacts in common."] = "Ingen kontakter felles.";
+$a->strings["Image exceeds size limit of %d"] = "Bildets størrelse overstiger størrelsesbegrensningen på %d";
+$a->strings["Wall Photos"] = "Veggbilder";
 $a->strings["Image uploaded but image cropping failed."] = "Bildet ble lastet opp, men beskjæringen mislyktes.";
 $a->strings["Image size reduction [%s] failed."] = "Reduksjon av bildestørrelse [%s] mislyktes.";
 $a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Shift-last-siden-på-nytt eller slett mellomlagret i nettleseren hvis det nye bildet ikke vises umiddelbart.";
@@ -1556,96 +1153,540 @@ $a->strings["Crop Image"] = "Beskjær bilde";
 $a->strings["Please adjust the image cropping for optimum viewing."] = "Vennligst juster beskjæringen av bildet for optimal visning.";
 $a->strings["Done Editing"] = "Behandling ferdig";
 $a->strings["Image uploaded successfully."] = "Bilde ble lastet opp.";
-$a->strings["Not available."] = "Ikke tilgjengelig.";
-$a->strings["%d comment"] = array(
-       0 => "%d kommentar",
-       1 => "%d kommentarer",
-);
-$a->strings["like"] = "liker";
-$a->strings["dislike"] = "liker ikke";
-$a->strings["Share this"] = "Del denne";
-$a->strings["share"] = "Del";
-$a->strings["Bold"] = "uthevet";
-$a->strings["Italic"] = "kursiv";
-$a->strings["Underline"] = "understrek";
-$a->strings["Quote"] = "sitat";
-$a->strings["Code"] = "kode";
-$a->strings["Image"] = "Bilde/fotografi";
-$a->strings["Link"] = "lenke";
-$a->strings["Video"] = "video";
-$a->strings["add star"] = "legg til stjerne";
-$a->strings["remove star"] = "fjern stjerne";
-$a->strings["toggle star status"] = "veksle stjernestatus";
-$a->strings["starred"] = "Med stjerne";
-$a->strings["add tag"] = "Legg til merkelapp";
-$a->strings["save to folder"] = "lagre i mappe";
-$a->strings["to"] = "til";
-$a->strings["Wall-to-Wall"] = "vegg-til-vegg";
-$a->strings["via Wall-To-Wall:"] = "via vegg-til-vegg";
-$a->strings["This entry was edited"] = "Denne oppføringen ble endret";
-$a->strings["via"] = "via";
-$a->strings["Theme settings"] = "Temainnstillinger";
-$a->strings["Set resize level for images in posts and comments (width and height)"] = "Angi størrelsesendringen for bilder i innlegg og kommentarer (bredde og høyde)";
-$a->strings["Set font-size for posts and comments"] = "Angi skriftstørrelse for innlegg og kommentarer";
-$a->strings["Set theme width"] = "Angi temabredde";
-$a->strings["Color scheme"] = "Fargekart";
-$a->strings["Set line-height for posts and comments"] = "Angi linjeavstand for innlegg og kommentarer";
-$a->strings["Set resolution for middle column"] = "Angi oppløsning for midtkolonnen";
-$a->strings["Set color scheme"] = "Angi fargekart";
-$a->strings["Set twitter search term"] = "Angi twitter søkeord";
-$a->strings["Set zoomfactor for Earth Layer"] = "Angi zoomfaktor for Earth Layer";
-$a->strings["Set longitude (X) for Earth Layers"] = "Angi lengdegrad (X) for Earth Layers";
-$a->strings["Set latitude (Y) for Earth Layers"] = "Angi breddegrad (Y) for Earth Layers";
-$a->strings["Community Pages"] = "Felleskapssider";
-$a->strings["Earth Layers"] = "Earth Layers";
-$a->strings["Community Profiles"] = "Fellesskapsprofiler";
-$a->strings["Help or @NewHere ?"] = "Hjelp eller @NewHere ?";
-$a->strings["Connect Services"] = "Forbindelse til tjenester";
-$a->strings["Find Friends"] = "Finn venner";
-$a->strings["Last tweets"] = "Siste kvitringer";
-$a->strings["Last users"] = "Siste brukere";
-$a->strings["Last photos"] = "Siste bilder";
-$a->strings["Last likes"] = "Siste liker";
-$a->strings["Your contacts"] = "Dine kontakter";
-$a->strings["Local Directory"] = "Lokal katalog";
-$a->strings["Set zoomfactor for Earth Layers"] = "Angi zoomfaktor for Earth Layers";
-$a->strings["Last Tweets"] = "Siste Tweets";
-$a->strings["Show/hide boxes at right-hand column:"] = "Vis/skjul bokser i kolonnen til høyre:";
-$a->strings["Set colour scheme"] = "Angi fargekart";
-$a->strings["Alignment"] = "Justering";
-$a->strings["Left"] = "Venstre";
-$a->strings["Center"] = "Midtstilt";
-$a->strings["Posts font size"] = "Skriftstørrelse for innlegg";
-$a->strings["Textareas font size"] = "Skriftstørrelse for tekstområder";
-$a->strings["toggle mobile"] = "Velg mobilvisning";
-$a->strings["Delete this item?"] = "Slett dette elementet?";
-$a->strings["show fewer"] = "vis færre";
-$a->strings["Update %s failed. See error logs."] = "Oppdatering %s mislyktes. Se feilloggene.";
-$a->strings["Update Error at %s"] = "Oppdateringsfeil i %s";
-$a->strings["Create a New Account"] = "Lag en ny konto";
-$a->strings["Nickname or Email address: "] = "Kallenavn eller epostadresse: ";
-$a->strings["Password: "] = "Passord: ";
-$a->strings["Remember me"] = "Husk meg";
-$a->strings["Or login using OpenID: "] = "Eller logg inn med OpenID:";
-$a->strings["Forgot your password?"] = "Glemt passordet?";
-$a->strings["Website Terms of Service"] = "Nettstedets bruksbetingelser";
-$a->strings["terms of service"] = "bruksbetingelser";
-$a->strings["Website Privacy Policy"] = "Nettstedets retningslinjer for personvern";
-$a->strings["privacy policy"] = "retningslinjer for personvern";
-$a->strings["Requested account is not available."] = "Profil utilgjengelig.";
-$a->strings["Edit profile"] = "Rediger profil";
-$a->strings["Message"] = "Melding";
-$a->strings["Manage/edit profiles"] = "Behandle/endre profiler";
-$a->strings["g A l F d"] = "g A l F d";
-$a->strings["F d"] = "F d";
-$a->strings["[today]"] = "[idag]";
-$a->strings["Birthday Reminders"] = "Fødselsdager";
-$a->strings["Birthdays this week:"] = "Fødselsdager denne uken:";
-$a->strings["[No description]"] = "[Ingen beskrivelse]";
-$a->strings["Event Reminders"] = "Påminnelser om hendelser";
-$a->strings["Events this week:"] = "Hendelser denne uken:";
-$a->strings["Status Messages and Posts"] = "Status meldinger og innlegg";
-$a->strings["Profile Details"] = "Profildetaljer";
-$a->strings["Videos"] = "Videoer";
-$a->strings["Events and Calendar"] = "Hendelser og kalender";
-$a->strings["Only You Can See This"] = "Bare du kan se dette";
+$a->strings["Applications"] = "Programmer";
+$a->strings["No installed applications."] = "Ingen installerte programmer.";
+$a->strings["Nothing new here"] = "Ikke noe nytt her";
+$a->strings["Clear notifications"] = "Fjern varslinger";
+$a->strings["Profile Match"] = "Profiltreff";
+$a->strings["No keywords to match. Please add keywords to your default profile."] = "Ingen nøkkelord å sammenlikne. Vennligst legg til nøkkelord i din standardprofil.";
+$a->strings["is interested in:"] = "er interessert i:";
+$a->strings["Tag removed"] = "Fjernet tag";
+$a->strings["Remove Item Tag"] = "Fjern tag";
+$a->strings["Select a tag to remove: "] = "Velg en tag å fjerne:";
+$a->strings["Remove"] = "Slett";
+$a->strings["Event title and start time are required."] = "Hendelsens tittel og starttidspunkt er påkrevet.";
+$a->strings["l, F j"] = "l, F j";
+$a->strings["Edit event"] = "Rediger hendelse";
+$a->strings["link to source"] = "lenke til kilde";
+$a->strings["Create New Event"] = "Lag ny hendelse";
+$a->strings["Previous"] = "Forrige";
+$a->strings["hour:minute"] = "time:minutt";
+$a->strings["Event details"] = "Hendelsesdetaljer";
+$a->strings["Format is %s %s. Starting date and Title are required."] = "Formatet er  %s %s. Startdato og tittel er påkrevet.";
+$a->strings["Event Starts:"] = "Hendelsen  starter:";
+$a->strings["Required"] = "Påkrevet";
+$a->strings["Finish date/time is not known or not relevant"] = "Avslutningsdato/-tid er ukjent eller ikke relevant";
+$a->strings["Event Finishes:"] = "Hendelsen slutter:";
+$a->strings["Adjust for viewer timezone"] = "Tilpass til iakttakerens tidssone";
+$a->strings["Description:"] = "Beskrivelse:";
+$a->strings["Title:"] = "Tittel:";
+$a->strings["Share this event"] = "Del denne hendelsen";
+$a->strings["No potential page delegates located."] = "Fant ingen potensielle sidedelegater.";
+$a->strings["Delegate Page Management"] = "Deleger sidebehandling";
+$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."] = "Delegater kan behandle alle sider ved denne kontoen/siden, bortsett fra grunnleggende kontoinnstillinger. Vennligst ikke deleger din personlige konto til noen som du ikke stoler fullt og fast på.";
+$a->strings["Existing Page Managers"] = "Eksisterende sidebehandlere";
+$a->strings["Existing Page Delegates"] = "Eksisterende sidedelegater";
+$a->strings["Potential Delegates"] = "Mulige delegater";
+$a->strings["Add"] = "Legg til";
+$a->strings["No entries."] = "Ingen oppføringer";
+$a->strings["Contacts who are not members of a group"] = "Kontakter som ikke er medlemmer av en gruppe";
+$a->strings["Files"] = "Filer";
+$a->strings["System down for maintenance"] = "Systemet er nede for vedlikehold";
+$a->strings["Remove My Account"] = "Slett min konto";
+$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Dette vil slette din konto fullstendig. Når dette er gjort kan den ikke gjenopprettes.";
+$a->strings["Please enter your password for verification:"] = "Vennligst skriv inn ditt passord for å bekrefte:";
+$a->strings["Friend suggestion sent."] = "Venneforslag sendt.";
+$a->strings["Suggest Friends"] = "Foreslå venner";
+$a->strings["Suggest a friend for %s"] = "Foreslå en venn for %s";
+$a->strings["Unable to locate original post."] = "Mislyktes med å lokalisere opprinnelig melding.";
+$a->strings["Empty post discarded."] = "Tom melding forkastet.";
+$a->strings["System error. Post not saved."] = "Systemfeil. Meldingen ble ikke lagret.";
+$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Denne meldingen ble sendt til deg av %s, et medlem av det sosiale nettverket Friendica.";
+$a->strings["You may visit them online at %s"] = "Du kan besøke dem online på %s";
+$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Vennligst kontakt avsenderen ved å svare på denne meldingen hvis du ikke ønsker å motta disse meldingene.";
+$a->strings["%s posted an update."] = "%s postet en oppdatering.";
+$a->strings["{0} wants to be your friend"] = "{0} ønsker å bli din venn";
+$a->strings["{0} sent you a message"] = "{0} sendte deg en melding";
+$a->strings["{0} requested registration"] = "{0} forespurte om registrering";
+$a->strings["{0} commented %s's post"] = "{0} kommenterte %s sitt innlegg";
+$a->strings["{0} liked %s's post"] = "{0} likte %s sitt innlegg";
+$a->strings["{0} disliked %s's post"] = "{0} likte ikke %s sitt innlegg";
+$a->strings["{0} is now friends with %s"] = "{0} er nå venner med %s";
+$a->strings["{0} posted"] = "{0} postet et innlegg";
+$a->strings["{0} tagged %s's post with #%s"] = "{0} merket %s sitt innlegg med #%s";
+$a->strings["{0} mentioned you in a post"] = "{0} nevnte deg i et innlegg";
+$a->strings["OpenID protocol error. No ID returned."] = "OpenID protokollfeil. Ingen ID kom i retur.";
+$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Kontoen ble ikke funnet og OpenID-registrering er ikke tillat på dette nettstedet.";
+$a->strings["Login failed."] = "Innlogging mislyktes.";
+$a->strings["Invalid request identifier."] = "Ugyldig forespørselsidentifikator.";
+$a->strings["Discard"] = "Forkast";
+$a->strings["System"] = "System";
+$a->strings["Network"] = "Nettverk";
+$a->strings["Introductions"] = "Introduksjoner";
+$a->strings["Show Ignored Requests"] = "Vis ignorerte forespørsler";
+$a->strings["Hide Ignored Requests"] = "Skjul ignorerte forespørsler";
+$a->strings["Notification type: "] = "Beskjedtype:";
+$a->strings["Friend Suggestion"] = "Venneforslag";
+$a->strings["suggested by %s"] = "foreslått av %s";
+$a->strings["Post a new friend activity"] = "Post om en ny venn";
+$a->strings["if applicable"] = "hvis gyldig";
+$a->strings["Claims to be known to you: "] = "Påstår å kjenne deg:";
+$a->strings["yes"] = "ja";
+$a->strings["no"] = "ei";
+$a->strings["Approve as: "] = "Godkjenn som:";
+$a->strings["Friend"] = "Venn";
+$a->strings["Sharer"] = "Deler";
+$a->strings["Fan/Admirer"] = "Fan/Beundrer";
+$a->strings["Friend/Connect Request"] = "Venn/kontakt-forespørsel";
+$a->strings["New Follower"] = "Ny følgesvenn";
+$a->strings["No introductions."] = "Ingen introduksjoner.";
+$a->strings["Notifications"] = "Varslinger";
+$a->strings["%s liked %s's post"] = "%s likte %s sitt innlegg";
+$a->strings["%s disliked %s's post"] = "%s mislikte %s sitt innlegg";
+$a->strings["%s is now friends with %s"] = "%s er nå venner med %s";
+$a->strings["%s created a new post"] = "%s skrev et nytt innlegg";
+$a->strings["%s commented on %s's post"] = "%s kommenterte på %s sitt innlegg";
+$a->strings["No more network notifications."] = "Ingen flere nettverksvarslinger.";
+$a->strings["Network Notifications"] = "Nettverksvarslinger";
+$a->strings["No more personal notifications."] = "Ingen flere personlige varsler.";
+$a->strings["Personal Notifications"] = "Personlige varsler";
+$a->strings["No more home notifications."] = "Ingen flere hjemmevarsler.";
+$a->strings["Home Notifications"] = "Hjemmevarsler";
+$a->strings["Total invitation limit exceeded."] = "Grensen for totalt antall invitasjoner er overskredet.";
+$a->strings["%s : Not a valid email address."] = "%s: Ugyldig e-postadresse.";
+$a->strings["Please join us on Friendica"] = "Vær med oss på Friendica";
+$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Invitasjonsgrense overskredet. Vennligst kontakt administrator på ditt nettsted.";
+$a->strings["%s : Message delivery failed."] = "%s: Mislyktes med å levere meldingen.";
+$a->strings["%d message sent."] = array(
+       0 => "one: %d melding sendt.",
+       1 => "other: %d meldinger sendt.",
+);
+$a->strings["You have no more invitations available"] = "Du har ingen flere tilgjengelige invitasjoner";
+$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Besøk %s for en liste med offentlige nettsteder du kan bli med i. Friendica-medlemmer ved andre nettsteder kan alle opprette forbindelse til hverandre, og i tillegg til medlemmer av mange andre sosiale nettverk.";
+$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "For å akseptere denne invitasjonen, vær så snill å besøk og registrer deg hos %s eller et hvilket som helst annet offentlig Friendica-nettsted.";
+$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica-nettsteder er alle forbundet med hverandre for å lage et personvern-forbedret sosialt nettverk  som eies og kontrolleres av medlemmene selv. De kan også forbindes med mange tradisjonelle sosiale nettverk. Se %s for en liste over alternative Friendica-nettsteder du kan bli med i.";
+$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Vi beklager. Dette systemet er for øyeblikket ikke konfigurert for forbindelser med andre offentlige nettsteder eller å invitere medlemmer.";
+$a->strings["Send invitations"] = "Send invitasjoner";
+$a->strings["Enter email addresses, one per line:"] = "Skriv e-postadresser, en per linje:";
+$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Du er herved hjertelig invitert til å bli med meg og andre nære venner på Friendica - hjelp oss å skape en bedre sosial web.";
+$a->strings["You will need to supply this invitation code: \$invite_code"] = "Du må oppgi denne invitasjonskoden: \$invite_code";
+$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Når du har registrert, vennligst kontakt meg via min profilside på:";
+$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "For mer informasjon om Friendica-prosjektet og hvorfor vi mener det er viktig, vennligst besøk http://friendica.com";
+$a->strings["Manage Identities and/or Pages"] = "Behandle identiteter og/eller sider";
+$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Veksle mellom ulike identiteter eller felleskaps-/gruppesider som deler dine kontodetaljer eller som du har blitt gitt \"behandle\" tillatelser";
+$a->strings["Select an identity to manage: "] = "Velg en identitet å behandle:";
+$a->strings["Welcome to %s"] = "Velkommen til %s";
+$a->strings["Friends of %s"] = "Venner av %s";
+$a->strings["No friends to display."] = "Ingen venner å vise.";
+$a->strings["Add New Contact"] = "Legg til ny kontakt";
+$a->strings["Enter address or web location"] = "Skriv adresse eller web-plassering";
+$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Eksempel: ole@eksempel.no, http://eksempel.no/kari";
+$a->strings["%d invitation available"] = array(
+       0 => "%d invitasjon tilgjengelig",
+       1 => "%d invitasjoner tilgjengelig",
+);
+$a->strings["Find People"] = "Finn personer";
+$a->strings["Enter name or interest"] = "Skriv navn eller interesse";
+$a->strings["Connect/Follow"] = "Koble/Følg";
+$a->strings["Examples: Robert Morgenstein, Fishing"] = "Eksempler: Robert Morgenstein, fisking";
+$a->strings["Random Profile"] = "Tilfeldig profil";
+$a->strings["Networks"] = "Nettverk";
+$a->strings["All Networks"] = "Alle nettverk";
+$a->strings["Saved Folders"] = "Lagrede mapper";
+$a->strings["Everything"] = "Alt";
+$a->strings["Categories"] = "Kategorier";
+$a->strings["Click here to upgrade."] = "Klikk her for oppgradere.";
+$a->strings["This action exceeds the limits set by your subscription plan."] = "Denne handlingen overstiger grensene satt i din abonnementsplan.";
+$a->strings["This action is not available under your subscription plan."] = "Denne handlingen er ikke tilgjengelig i henhold til din abonnementsplan.";
+$a->strings["User not found."] = "Brukeren ble ikke funnet.";
+$a->strings["There is no status with this id."] = "Det er ingen status tilknyttet denne id-en.";
+$a->strings["view full size"] = "Vis i full størrelse";
+$a->strings["Starts:"] = "Starter:";
+$a->strings["Finishes:"] = "Slutter:";
+$a->strings["(no subject)"] = "(uten emne)";
+$a->strings["noreply"] = "ikke svar";
+$a->strings["An invitation is required."] = "En invitasjon er nødvendig.";
+$a->strings["Invitation could not be verified."] = "Invitasjon kunne ikke bekreftes.";
+$a->strings["Invalid OpenID url"] = "Ugyldig OpenID URL";
+$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Vi støtte på et problem under innloggingen med OpenID-en du oppgav. Vennligst sjekk at du stavet ID-en riktig.";
+$a->strings["The error message was:"] = "Feilmeldingen var:";
+$a->strings["Please enter the required information."] = "Vennligst skriv inn den nødvendige informasjonen.";
+$a->strings["Please use a shorter name."] = "Vennligst bruk et kortere navn.";
+$a->strings["Name too short."] = "Navnet er for kort.";
+$a->strings["That doesn't appear to be your full (First Last) name."] = "Dette ser ikke ut til å være ditt full navn (Fornavn Etternavn).";
+$a->strings["Your email domain is not among those allowed on this site."] = "Ditt e-postdomene er ikke blant de som er tillat på dette stedet.";
+$a->strings["Not a valid email address."] = "Ugyldig e-postadresse.";
+$a->strings["Cannot use that email."] = "Kan ikke bruke den e-postadressen.";
+$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "Ditt kallenavn kan bare inneholde \"a-z\", \"0-9\", \"-\", \"_\", og må også begynne med en bokstav.";
+$a->strings["Nickname is already registered. Please choose another."] = "Kallenavnet er allerede registrert. Vennligst velg et annet.";
+$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "Kallenavnet ble registrert her en gang og kan ikke brukes om igjen. Vennligst velg et annet.";
+$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "ALVORLIG FEIL: mislyktes med å lage sikkerhetsnøkler.";
+$a->strings["An error occurred during registration. Please try again."] = "En feil oppstod under registreringen. Vennligst prøv igjen.";
+$a->strings["An error occurred creating your default profile. Please try again."] = "En feil oppstod under opprettelsen av din standardprofil. Vennligst prøv igjen.";
+$a->strings["Friends"] = "Venner";
+$a->strings["%1\$s poked %2\$s"] = "%1\$s dyttet %2\$s";
+$a->strings["poked"] = "dyttet";
+$a->strings["post/item"] = "innlegg/element";
+$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s merket %2\$s's %3\$s som en favoritt";
+$a->strings["remove"] = "slett";
+$a->strings["Delete Selected Items"] = "Slette valgte elementer";
+$a->strings["Follow Thread"] = "Følg tråd";
+$a->strings["View Status"] = "Vis status";
+$a->strings["View Profile"] = "Vis profil";
+$a->strings["View Photos"] = "Vis bilder";
+$a->strings["Network Posts"] = "Nettverksinnlegg";
+$a->strings["Edit Contact"] = "Endre kontakt";
+$a->strings["Send PM"] = "Send privat melding";
+$a->strings["Poke"] = "Dytt";
+$a->strings["%s likes this."] = "%s liker dette.";
+$a->strings["%s doesn't like this."] = "%s liker ikke dette.";
+$a->strings["<span  %1\$s>%2\$d people</span> like this"] = "<span %1\$s>%2\$d personer</span> liker dette";
+$a->strings["<span  %1\$s>%2\$d people</span> don't like this"] = "<span %1\$s>%2\$d personer</span> liker ikke dette";
+$a->strings["and"] = "og";
+$a->strings[", and %d other people"] = ", og %d andre personer";
+$a->strings["%s like this."] = "%s liker dette.";
+$a->strings["%s don't like this."] = "%s liker ikke dette.";
+$a->strings["Visible to <strong>everybody</strong>"] = "Synlig for <strong>alle</strong>";
+$a->strings["Please enter a video link/URL:"] = "Vennligst skriv inn en videolenke/-URL:";
+$a->strings["Please enter an audio link/URL:"] = "Vennligst skriv inn en lydlenke/-URL:";
+$a->strings["Tag term:"] = "Merkelapp begrep:";
+$a->strings["Where are you right now?"] = "Hvor er du akkurat nå?";
+$a->strings["Delete item(s)?"] = "Slett element(er)?";
+$a->strings["Post to Email"] = "Innlegg til e-post";
+$a->strings["permissions"] = "tillatelser";
+$a->strings["Post to Groups"] = "Innlegg til grupper";
+$a->strings["Post to Contacts"] = "Innlegg til kontakter";
+$a->strings["Private post"] = "Privat innlegg";
+$a->strings["Logged out."] = "Logget ut.";
+$a->strings["Error decoding account file"] = "Feil ved dekoding av kontofil";
+$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Feil! Ingen versjonsdata i filen! Dette er ikke en Friendica kontofil?";
+$a->strings["Error! Cannot check nickname"] = "Feil! Kan ikke sjekke kallenavn";
+$a->strings["User '%s' already exists on this server!"] = "Brukeren '%s' finnes allerede på denne tjeneren!";
+$a->strings["User creation error"] = "Feil ved oppretting av bruker";
+$a->strings["User profile creation error"] = "Feil ved opprettelsen av brukerprofil";
+$a->strings["%d contact not imported"] = array(
+       0 => "%d kontakt ikke importert",
+       1 => "%d kontakter ikke importert",
+);
+$a->strings["Done. You can now login with your username and password"] = "Ferdig. Du kan nå logge inn med ditt brukernavn og passord";
+$a->strings["newer"] = "nyere";
+$a->strings["older"] = "eldre";
+$a->strings["prev"] = "forrige";
+$a->strings["first"] = "første";
+$a->strings["last"] = "siste";
+$a->strings["next"] = "neste";
+$a->strings["No contacts"] = "Ingen kontakter";
+$a->strings["%d Contact"] = array(
+       0 => "%d kontakt",
+       1 => "%d kontakter",
+);
+$a->strings["poke"] = "dytt";
+$a->strings["ping"] = "ping";
+$a->strings["pinged"] = "pinget";
+$a->strings["prod"] = "dult";
+$a->strings["prodded"] = "dultet";
+$a->strings["slap"] = "klaske";
+$a->strings["slapped"] = "klasket";
+$a->strings["finger"] = "fingre";
+$a->strings["fingered"] = "fingret";
+$a->strings["rebuff"] = "avslå";
+$a->strings["rebuffed"] = "avslo";
+$a->strings["happy"] = "glad";
+$a->strings["sad"] = "trist";
+$a->strings["mellow"] = "dempet";
+$a->strings["tired"] = "trøtt";
+$a->strings["perky"] = "oppkvikket";
+$a->strings["angry"] = "sint";
+$a->strings["stupified"] = "tanketom";
+$a->strings["puzzled"] = "forundret";
+$a->strings["interested"] = "interessert";
+$a->strings["bitter"] = "bitter";
+$a->strings["cheerful"] = "munter";
+$a->strings["alive"] = "livlig";
+$a->strings["annoyed"] = "irritert";
+$a->strings["anxious"] = "nervøs";
+$a->strings["cranky"] = "grinete";
+$a->strings["disturbed"] = "forstyrret";
+$a->strings["frustrated"] = "frustrert";
+$a->strings["motivated"] = "motivert";
+$a->strings["relaxed"] = "avslappet";
+$a->strings["surprised"] = "overrasket";
+$a->strings["Monday"] = "mandag";
+$a->strings["Tuesday"] = "tirsdag";
+$a->strings["Wednesday"] = "onsdag";
+$a->strings["Thursday"] = "torsdag";
+$a->strings["Friday"] = "fredag";
+$a->strings["Saturday"] = "lørdag";
+$a->strings["Sunday"] = "søndag";
+$a->strings["January"] = "januar";
+$a->strings["February"] = "februar";
+$a->strings["March"] = "mars";
+$a->strings["April"] = "april";
+$a->strings["May"] = "mai";
+$a->strings["June"] = "juni";
+$a->strings["July"] = "juli";
+$a->strings["August"] = "august";
+$a->strings["September"] = "september";
+$a->strings["October"] = "oktober";
+$a->strings["November"] = "november";
+$a->strings["December"] = "desember";
+$a->strings["bytes"] = "bytes";
+$a->strings["Click to open/close"] = "Klikk for å åpne/lukke";
+$a->strings["Select an alternate language"] = "Velg et annet språk";
+$a->strings["activity"] = "aktivitet";
+$a->strings["post"] = "innlegg";
+$a->strings["Item filed"] = "Element arkivert";
+$a->strings["Friendica Notification"] = "Friendica varsel";
+$a->strings["Thank You,"] = "Mange takk,";
+$a->strings["%s Administrator"] = "%s administrator";
+$a->strings["%s <!item_type!>"] = "%s <!item_type!>";
+$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notify] Ny melding mottatt hos %s";
+$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s sendte deg en ny privat melding hos %2\$s.";
+$a->strings["%1\$s sent you %2\$s."] = "%1\$s sendte deg %2\$s.";
+$a->strings["a private message"] = "en privat melding";
+$a->strings["Please visit %s to view and/or reply to your private messages."] = "Vennligst besøk %s for å se og/eller svare på dine private meldinger.";
+$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s kommenterte på [url=%2\$s]a %3\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s kommenterte på [url=%2\$s]%3\$s sin %4\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s kommenterte på [url=%2\$s] din %3\$s[/url]";
+$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notify] Kommentar til samtale #%1\$d av %2\$s";
+$a->strings["%s commented on an item/conversation you have been following."] = "%s kommenterte på et element/en samtale du har fulgt.";
+$a->strings["Please visit %s to view and/or reply to the conversation."] = "Vennligst besøk %s for å se og/eller svare på samtalen.";
+$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notify] %s skrev et innlegg på veggen til din profil";
+$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s skrev et innlegg på veggen til din profil %2\$s";
+$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s skrev et innlegg til [url=%2\$s]din vegg[/url]";
+$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notify] %s merket deg";
+$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s merket deg %2\$s";
+$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]merket deg[/url].";
+$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify] %1\$s dyttet deg";
+$a->strings["%1\$s poked you at %2\$s"] = "%1\$s dyttet deg %2\$s";
+$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]dyttet deg[/url].";
+$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notify] %s merket ditt innlegg";
+$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s merket ditt innlegg %2\$s";
+$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s merket [url=%2\$s]ditt innlegg[/url]";
+$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notify] Introduksjon mottatt";
+$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Du mottok en introduksjon fra '%1\$s'  %2\$s";
+$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Du mottok [url=%1\$s]en introduksjon[/url] fra %2\$s.";
+$a->strings["You may visit their profile at %s"] = "Du kan besøke profilen deres på %s";
+$a->strings["Please visit %s to approve or reject the introduction."] = "Vennligst besøk %s for å godkjenne eller avslå introduksjonen.";
+$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notify] Venneforslag mottatt";
+$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Du mottok et venneforslag fra '%1\$s'  %2\$s";
+$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "Du mottok  [url=%1\$s]et venneforslag[/url] om %2\$s fra %3\$s.";
+$a->strings["Name:"] = "Navn:";
+$a->strings["Photo:"] = "Bilde:";
+$a->strings["Please visit %s to approve or reject the suggestion."] = "Vennligst besøk %s for å godkjenne eller avslå forslaget.";
+$a->strings[" on Last.fm"] = "på Last.fm";
+$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."] = "En slettet gruppe med dette navnet ble gjenopprettet. Eksisterende elementtillatelser <strong>kan</strong> gjelde for denne gruppen og fremtidige medlemmer. Hvis det ikke var dette du ønsket, vær snill å opprette en annen gruppe med et annet navn.";
+$a->strings["Default privacy group for new contacts"] = "Standard personverngruppe for nye kontakter";
+$a->strings["Everybody"] = "Alle";
+$a->strings["edit"] = "endre";
+$a->strings["Edit group"] = "Endre gruppe";
+$a->strings["Create a new group"] = "Lag en ny gruppe";
+$a->strings["Contacts not in any group"] = "Kontakter som ikke er i noen gruppe";
+$a->strings["Connect URL missing."] = "Forbindelses-URL mangler.";
+$a->strings["This site is not configured to allow communications with other networks."] = "Dette nettverkets konfigurasjon tillater ikke kommunikasjon med andre nettverk.";
+$a->strings["No compatible communication protocols or feeds were discovered."] = "Ingen passende kommunikasjonsprotokoller eller strømmer ble oppdaget.";
+$a->strings["The profile address specified does not provide adequate information."] = "Den angitte profiladressen inneholder for lite information.";
+$a->strings["An author or name was not found."] = "Fant ingen forfatter eller navn.";
+$a->strings["No browser URL could be matched to this address."] = "Ingen nettleser-URL passet med denne adressen.";
+$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Finner ikke samsvar mellom @-stilens identitetsadresse og en kjent protokoll eller e-postkontakt.";
+$a->strings["Use mailto: in front of address to force email check."] = "Bruk mailto: foran adresser for å tvinge e-postsjekk.";
+$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Den oppgitte profiladressen tilhører et nettverk som har blitt avskrudd på dette nettstedet.";
+$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Begrenset profil. Denne personen kan ikke motta direkte/personlige oppdateringer fra deg.";
+$a->strings["Unable to retrieve contact information."] = "Ikke i stand til å hente kontaktinformasjon.";
+$a->strings["following"] = "følger";
+$a->strings["[no subject]"] = "[ikke noe emne]";
+$a->strings["End this session"] = "Avslutt denne økten";
+$a->strings["Sign in"] = "Logg inn";
+$a->strings["Home Page"] = "Hovedside";
+$a->strings["Create an account"] = "Lag konto";
+$a->strings["Help and documentation"] = "Hjelp og dokumentasjon";
+$a->strings["Apps"] = "Programmer";
+$a->strings["Addon applications, utilities, games"] = "Tilleggsprorammer, verktøy, spill";
+$a->strings["Search site content"] = "Søk i nettstedets innhold";
+$a->strings["Conversations on this site"] = "Samtaler på dette nettstedet";
+$a->strings["Directory"] = "Katalog";
+$a->strings["People directory"] = "Personkatalog";
+$a->strings["Conversations from your friends"] = "Samtaler fra dine venner";
+$a->strings["Network Reset"] = "Nettverk tilbakestilling";
+$a->strings["Load Network page with no filters"] = "Hent Nettverk-siden uten filter";
+$a->strings["Friend Requests"] = "Venneforespørsler";
+$a->strings["See all notifications"] = "Se alle varslinger";
+$a->strings["Mark all system notifications seen"] = "Merk alle systemvarsler som sett";
+$a->strings["Private mail"] = "Privat post";
+$a->strings["Inbox"] = "Innboks";
+$a->strings["Outbox"] = "Utboks";
+$a->strings["Manage"] = "Behandle";
+$a->strings["Manage other pages"] = "Behandle andre sider";
+$a->strings["Delegations"] = "Delegasjoner";
+$a->strings["Manage/Edit Profiles"] = "Behandle/endre profiler";
+$a->strings["Manage/edit friends and contacts"] = "Behandle/endre venner og kontakter";
+$a->strings["Site setup and configuration"] = "Nettstedsoppsett og konfigurasjon";
+$a->strings["Navigation"] = "Navigasjon";
+$a->strings["Site map"] = "Nettstedskart";
+$a->strings["j F, Y"] = "j F, Y";
+$a->strings["j F"] = "j F";
+$a->strings["Birthday:"] = "Fødselsdag:";
+$a->strings["Age:"] = "Alder:";
+$a->strings["for %1\$d %2\$s"] = "for %1\$d %2\$s";
+$a->strings["Tags:"] = "Merkelapper:";
+$a->strings["Religion:"] = "Religion:";
+$a->strings["Hobbies/Interests:"] = "Hobbyer/Interesser:";
+$a->strings["Contact information and Social Networks:"] = "Kontaktinformasjon og sosiale nettverk:";
+$a->strings["Musical interests:"] = "Musikksmak:";
+$a->strings["Books, literature:"] = "Bøker, litteratur:";
+$a->strings["Television:"] = "TV:";
+$a->strings["Film/dance/culture/entertainment:"] = "Film/dans/kultur/underholdning:";
+$a->strings["Love/Romance:"] = "Kjærlighet/romanse:";
+$a->strings["Work/employment:"] = "Arbeid/ansatt hos:";
+$a->strings["School/education:"] = "Skole/utdanning:";
+$a->strings["Image/photo"] = "Bilde/fotografi";
+$a->strings["<span><a href=\"%s\" target=\"external-link\">%s</a> wrote the following <a href=\"%s\" target=\"external-link\">post</a>"] = "<span><a href=\"%s\" target=\"external-link\">%s</a> skrev det følgende <a href=\"%s\" target=\"external-link\">innlegget</a>";
+$a->strings["$1 wrote:"] = "$1 skrev:";
+$a->strings["Encrypted content"] = "Kryptert innhold";
+$a->strings["Unknown | Not categorised"] = "Ukjent | Ikke kategorisert";
+$a->strings["Block immediately"] = "Blokker umiddelbart";
+$a->strings["Shady, spammer, self-marketer"] = "Grumsete, poster søppel, fremhever bare seg selv";
+$a->strings["Known to me, but no opinion"] = "Bekjent av meg, men har ingen mening";
+$a->strings["OK, probably harmless"] = "OK, antakelig harmløs";
+$a->strings["Reputable, has my trust"] = "Respektert, har min tillit";
+$a->strings["Weekly"] = "Ukentlig";
+$a->strings["Monthly"] = "Månedlig";
+$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["Google+"] = "Google+";
+$a->strings["pump.io"] = "pump.io";
+$a->strings["Twitter"] = "Twitter";
+$a->strings["Miscellaneous"] = "Diverse";
+$a->strings["year"] = "år";
+$a->strings["month"] = "måned";
+$a->strings["day"] = "dag";
+$a->strings["never"] = "aldri";
+$a->strings["less than a second ago"] = "for mindre enn ett sekund siden";
+$a->strings["years"] = "år";
+$a->strings["months"] = "måneder";
+$a->strings["week"] = "uke";
+$a->strings["weeks"] = "uker";
+$a->strings["days"] = "dager";
+$a->strings["hour"] = "time";
+$a->strings["hours"] = "timer";
+$a->strings["minute"] = "minutt";
+$a->strings["minutes"] = "minutter";
+$a->strings["second"] = "sekund";
+$a->strings["seconds"] = "sekunder";
+$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s siden";
+$a->strings["%s's birthday"] = "%s sin bursdag";
+$a->strings["Happy Birthday %s"] = "Gratulerer med dagen, %s";
+$a->strings["General Features"] = "Generelle egenskaper";
+$a->strings["Multiple Profiles"] = "Flere profiler";
+$a->strings["Ability to create multiple profiles"] = "Mulighet for å lage flere profiler";
+$a->strings["Post Composition Features"] = "Funksjoner for å skrive innlegg";
+$a->strings["Richtext Editor"] = "Rik tekstredigering";
+$a->strings["Enable richtext editor"] = "Skru på rik tekstredigering";
+$a->strings["Post Preview"] = "Forhåndsvisning av innlegg";
+$a->strings["Allow previewing posts and comments before publishing them"] = "Tillat forhåndsvisning av innlegg og kommentarer før publisering";
+$a->strings["Network Sidebar Widgets"] = "Småprogrammer i sidestolpen for Nettverk";
+$a->strings["Search by Date"] = "Søk etter dato";
+$a->strings["Ability to select posts by date ranges"] = "Mulighet for å velge innlegg etter datoområder";
+$a->strings["Group Filter"] = "Gruppefilter";
+$a->strings["Enable widget to display Network posts only from selected group"] = "Skru på småprogrammet som viser Nettverksinnlegg bare fra den valgte gruppen";
+$a->strings["Network Filter"] = "Nettverksfilter";
+$a->strings["Enable widget to display Network posts only from selected network"] = "Skru på småprogrammet for å vise Nettverksinnlegg bare fra valgt nettverk";
+$a->strings["Save search terms for re-use"] = "Lagre søkeuttrykk for gjenbruk";
+$a->strings["Network Tabs"] = "Nettverksfaner";
+$a->strings["Network Personal Tab"] = "Nettverk personlig fane";
+$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Skru på fane for å vise bare Nettverksinnlegg som du har vært med i";
+$a->strings["Network New Tab"] = "Nettverk Ny fane";
+$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Skru på fane for å vise bare nye Nettverksinnlegg (fra de siste 12 timer)";
+$a->strings["Network Shared Links Tab"] = "Nettverk Delte lenker fane";
+$a->strings["Enable tab to display only Network posts with links in them"] = "Skru på fane for å vise bare Nettverksinnlegg med lenker i dem";
+$a->strings["Post/Comment Tools"] = "Innleggs-/kommentarverktøy";
+$a->strings["Multiple Deletion"] = "Slett flere";
+$a->strings["Select and delete multiple posts/comments at once"] = "Velg og slett flere innlegg/kommentarer på en gang";
+$a->strings["Edit Sent Posts"] = "Endre sendte innlegg";
+$a->strings["Edit and correct posts and comments after sending"] = "Endre og korriger innlegg og kommentarer etter sending";
+$a->strings["Tagging"] = "Merking";
+$a->strings["Ability to tag existing posts"] = "Mulighet til å merke eksisterende innlegg";
+$a->strings["Post Categories"] = "Innleggskategorier";
+$a->strings["Add categories to your posts"] = "Legg til kategorier til dine innlegg";
+$a->strings["Ability to file posts under folders"] = "Mulighet til å sortere innlegg i mapper";
+$a->strings["Dislike Posts"] = "Liker ikke innlegg";
+$a->strings["Ability to dislike posts/comments"] = "Mulighet til å ikke like innlegg/kommentarer";
+$a->strings["Star Posts"] = "Stjerneinnlegg";
+$a->strings["Ability to mark special posts with a star indicator"] = "Mulighet til å merke spesielle innlegg med en stjerneindikator";
+$a->strings["Sharing notification from Diaspora network"] = "Dele varslinger fra Diaspora nettverket";
+$a->strings["Attachments:"] = "Vedlegg:";
+$a->strings["Visible to everybody"] = "Synlig for alle";
+$a->strings["A new person is sharing with you at "] = "En ny person deler med deg hos";
+$a->strings["You have a new follower at "] = "Du har en ny følgesvenn på ";
+$a->strings["Do you really want to delete this item?"] = "Ønsker du virkelig å slette dette elementet?";
+$a->strings["Archives"] = "Arkiverer";
+$a->strings["Embedded content"] = "Innebygd innhold";
+$a->strings["Embedding disabled"] = "Innebygging avskrudd";
+$a->strings["Welcome "] = "Velkommen";
+$a->strings["Please upload a profile photo."] = "Vennligst last opp et profilbilde.";
+$a->strings["Welcome back "] = "Velkommen tilbake";
+$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."] = "Skjemaets sikkerhetsnøkkel var ikke riktig. Dette skjedde antakelig fordi skjemaet har stått åpent for lenge (>3 timer) før innsending.";
+$a->strings["Male"] = "Mann";
+$a->strings["Female"] = "Kvinne";
+$a->strings["Currently Male"] = "For øyeblikket mann";
+$a->strings["Currently Female"] = "For øyeblikket kvinne";
+$a->strings["Mostly Male"] = "Stort sett mann";
+$a->strings["Mostly Female"] = "Stort sett kvinne";
+$a->strings["Transgender"] = "Transkjønnet";
+$a->strings["Intersex"] = "Tvekjønnet";
+$a->strings["Transsexual"] = "Transseksuell";
+$a->strings["Hermaphrodite"] = "Hermafroditt";
+$a->strings["Neuter"] = "Intetkjønn";
+$a->strings["Non-specific"] = "Ikke spesifisert";
+$a->strings["Other"] = "Annet";
+$a->strings["Undecided"] = "Ubestemt";
+$a->strings["Males"] = "Menn";
+$a->strings["Females"] = "Kvinner";
+$a->strings["Gay"] = "Homse";
+$a->strings["Lesbian"] = "Lesbe";
+$a->strings["No Preference"] = "Ingen preferanse";
+$a->strings["Bisexual"] = "Biseksuell";
+$a->strings["Autosexual"] = "Autoseksuell";
+$a->strings["Abstinent"] = "Avholdende";
+$a->strings["Virgin"] = "Jomfru";
+$a->strings["Deviant"] = "Avvikende";
+$a->strings["Fetish"] = "Fetisj";
+$a->strings["Oodles"] = "Mange";
+$a->strings["Nonsexual"] = "Aseksuell";
+$a->strings["Single"] = "Alene";
+$a->strings["Lonely"] = "Ensom";
+$a->strings["Available"] = "Tilgjengelig";
+$a->strings["Unavailable"] = "Ikke tilgjengelig";
+$a->strings["Has crush"] = "Er forelsket";
+$a->strings["Infatuated"] = "Betatt";
+$a->strings["Dating"] = "Stevnemøter/dater";
+$a->strings["Unfaithful"] = "Utro";
+$a->strings["Sex Addict"] = "Sexavhengig";
+$a->strings["Friends/Benefits"] = "Venner med fordeler";
+$a->strings["Casual"] = "Tilfeldig";
+$a->strings["Engaged"] = "Forlovet";
+$a->strings["Married"] = "Gift";
+$a->strings["Imaginarily married"] = "Fantasiekteskap";
+$a->strings["Partners"] = "Partnere";
+$a->strings["Cohabiting"] = "Samboere";
+$a->strings["Common law"] = "Samboer";
+$a->strings["Happy"] = "Lykkelig";
+$a->strings["Not looking"] = "Ikke på utkikk";
+$a->strings["Swinger"] = "Partnerbytte/swinger";
+$a->strings["Betrayed"] = "Bedratt";
+$a->strings["Separated"] = "Separert";
+$a->strings["Unstable"] = "Ustabil";
+$a->strings["Divorced"] = "Skilt";
+$a->strings["Imaginarily divorced"] = "Fantasiskilt";
+$a->strings["Widowed"] = "Enke/enkemann";
+$a->strings["Uncertain"] = "Usikker";
+$a->strings["It's complicated"] = "Det er komplisert";
+$a->strings["Don't care"] = "Uinteressert";
+$a->strings["Ask me"] = "Spør meg";
+$a->strings["stopped following"] = "sluttet å følge";
+$a->strings["Drop Contact"] = "Fjern kontakt";
+$a->strings["Cannot locate DNS info for database server '%s'"] = "Kan ikke finne DNS informasjon for databasetjeneren '%s' ";
index affa663430ccbd23175eda3a60b5380c2832a83f..89158fb018bce957cc9c9988b2af202bfa7f13ed 100644 (file)
@@ -4,15 +4,17 @@
 # 
 # Translators:
 # eddy2508 <eddy@naasthetnet.nl>, 2013
+# eddy2508 <eddy@naasthetnet.nl>, 2013
+# gertc <gcauwenberg@gmail.com>, 2013
 # gertc <gcauwenberg@gmail.com>, 2013
-# jeroenpraat <>, 2013
+# jeroenpraat <>, 2012-2013
 # jeroenpraat <>, 2012
 msgid ""
 msgstr ""
 "Project-Id-Version: friendica\n"
-"Report-Msgid-Bugs-To: http://bugs.friendica.com/\n"
-"POT-Creation-Date: 2013-06-26 00:01-0700\n"
-"PO-Revision-Date: 2013-08-29 20:31+0000\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-12-31 18:07+0100\n"
+"PO-Revision-Date: 2014-03-15 17:44+0000\n"
 "Last-Translator: jeroenpraat <>\n"
 "Language-Team: Dutch (http://www.transifex.com/projects/p/friendica/language/nl/)\n"
 "MIME-Version: 1.0\n"
@@ -21,4816 +23,4919 @@ msgstr ""
 "Language: nl\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../../include/profile_advanced.php:7 ../../include/profile_advanced.php:84
-#: ../../include/nav.php:77 ../../mod/profperm.php:103
-#: ../../mod/newmember.php:32 ../../view/theme/diabook/theme.php:88
-#: ../../boot.php:1951
-msgid "Profile"
-msgstr "Profiel"
-
-#: ../../include/profile_advanced.php:15 ../../mod/settings.php:1079
-msgid "Full Name:"
-msgstr "Volledige Naam:"
+#: ../../object/Item.php:92
+msgid "This entry was edited"
+msgstr ""
 
-#: ../../include/profile_advanced.php:17 ../../mod/directory.php:136
-#: ../../boot.php:1491
-msgid "Gender:"
-msgstr "Geslacht:"
+#: ../../object/Item.php:113 ../../mod/content.php:619
+#: ../../mod/photos.php:1351
+msgid "Private Message"
+msgstr "Privébericht"
 
-#: ../../include/profile_advanced.php:22
-msgid "j F, Y"
-msgstr "F j Y"
+#: ../../object/Item.php:117 ../../mod/editpost.php:109
+#: ../../mod/content.php:727 ../../mod/settings.php:663
+msgid "Edit"
+msgstr "Bewerken"
 
-#: ../../include/profile_advanced.php:23
-msgid "j F"
-msgstr "F j"
+#: ../../object/Item.php:126 ../../mod/content.php:437
+#: ../../mod/content.php:739 ../../include/conversation.php:611
+msgid "Select"
+msgstr "Kies"
 
-#: ../../include/profile_advanced.php:30
-msgid "Birthday:"
-msgstr "Verjaardag:"
+#: ../../object/Item.php:127 ../../mod/admin.php:907 ../../mod/content.php:438
+#: ../../mod/content.php:740 ../../mod/contacts.php:695
+#: ../../mod/settings.php:664 ../../mod/group.php:171
+#: ../../mod/photos.php:1637 ../../include/conversation.php:612
+msgid "Delete"
+msgstr "Verwijder"
 
-#: ../../include/profile_advanced.php:34
-msgid "Age:"
-msgstr "Leeftijd:"
+#: ../../object/Item.php:130 ../../mod/content.php:762
+msgid "save to folder"
+msgstr "Bewaren in map"
 
-#: ../../include/profile_advanced.php:37 ../../mod/directory.php:138
-#: ../../boot.php:1494
-msgid "Status:"
-msgstr "Status:"
+#: ../../object/Item.php:192 ../../mod/content.php:752
+msgid "add star"
+msgstr "ster toevoegen"
 
-#: ../../include/profile_advanced.php:43
-#, php-format
-msgid "for %1$d %2$s"
-msgstr "voor %1$d %2$s"
+#: ../../object/Item.php:193 ../../mod/content.php:753
+msgid "remove star"
+msgstr "ster verwijderen"
 
-#: ../../include/profile_advanced.php:46 ../../mod/profiles.php:650
-msgid "Sexual Preference:"
-msgstr "Seksuele Voorkeur:"
+#: ../../object/Item.php:194 ../../mod/content.php:754
+msgid "toggle star status"
+msgstr "ster toevoegen of verwijderen"
 
-#: ../../include/profile_advanced.php:48 ../../mod/directory.php:140
-#: ../../boot.php:1496
-msgid "Homepage:"
-msgstr "Homepagina:"
+#: ../../object/Item.php:197 ../../mod/content.php:757
+msgid "starred"
+msgstr "met ster"
 
-#: ../../include/profile_advanced.php:50 ../../mod/profiles.php:652
-msgid "Hometown:"
-msgstr "Woonplaats:"
+#: ../../object/Item.php:202 ../../mod/content.php:758
+msgid "add tag"
+msgstr "label toevoegen"
 
-#: ../../include/profile_advanced.php:52
-msgid "Tags:"
-msgstr "Labels:"
+#: ../../object/Item.php:213 ../../mod/content.php:683
+#: ../../mod/photos.php:1529
+msgid "I like this (toggle)"
+msgstr "Vind ik leuk"
 
-#: ../../include/profile_advanced.php:54 ../../mod/profiles.php:653
-msgid "Political Views:"
-msgstr "Politieke standpunten:"
+#: ../../object/Item.php:213 ../../mod/content.php:683
+msgid "like"
+msgstr "leuk"
 
-#: ../../include/profile_advanced.php:56
-msgid "Religion:"
-msgstr "Religie:"
+#: ../../object/Item.php:214 ../../mod/content.php:684
+#: ../../mod/photos.php:1530
+msgid "I don't like this (toggle)"
+msgstr "Vind ik niet leuk"
 
-#: ../../include/profile_advanced.php:58 ../../mod/directory.php:142
-msgid "About:"
-msgstr "Over:"
+#: ../../object/Item.php:214 ../../mod/content.php:684
+msgid "dislike"
+msgstr "niet leuk"
 
-#: ../../include/profile_advanced.php:60
-msgid "Hobbies/Interests:"
-msgstr "Hobby:"
+#: ../../object/Item.php:216 ../../mod/content.php:686
+msgid "Share this"
+msgstr "Delen"
 
-#: ../../include/profile_advanced.php:62 ../../mod/profiles.php:657
-msgid "Likes:"
-msgstr "Houdt van:"
+#: ../../object/Item.php:216 ../../mod/content.php:686
+msgid "share"
+msgstr "Delen"
 
-#: ../../include/profile_advanced.php:64 ../../mod/profiles.php:658
-msgid "Dislikes:"
-msgstr "Houdt niet van:"
+#: ../../object/Item.php:278 ../../include/conversation.php:663
+msgid "Categories:"
+msgstr "Categorieën:"
 
-#: ../../include/profile_advanced.php:67
-msgid "Contact information and Social Networks:"
-msgstr "Contactinformatie en Sociale Netwerken:"
+#: ../../object/Item.php:279 ../../include/conversation.php:664
+msgid "Filed under:"
+msgstr "Bewaard onder:"
 
-#: ../../include/profile_advanced.php:69
-msgid "Musical interests:"
-msgstr "Muzikale interesse "
+#: ../../object/Item.php:287 ../../object/Item.php:288
+#: ../../mod/content.php:471 ../../mod/content.php:851
+#: ../../mod/content.php:852 ../../include/conversation.php:651
+#, php-format
+msgid "View %s's profile @ %s"
+msgstr "Bekijk het profiel van %s @ %s"
 
-#: ../../include/profile_advanced.php:71
-msgid "Books, literature:"
-msgstr "Boeken, literatuur:"
+#: ../../object/Item.php:289 ../../mod/content.php:853
+msgid "to"
+msgstr "aan"
 
-#: ../../include/profile_advanced.php:73
-msgid "Television:"
-msgstr "Televisie"
+#: ../../object/Item.php:290
+msgid "via"
+msgstr "via"
 
-#: ../../include/profile_advanced.php:75
-msgid "Film/dance/culture/entertainment:"
-msgstr "Film/dans/cultuur/ontspanning:"
+#: ../../object/Item.php:291 ../../mod/content.php:854
+msgid "Wall-to-Wall"
+msgstr "wall-to-wall"
 
-#: ../../include/profile_advanced.php:77
-msgid "Love/Romance:"
-msgstr "Liefde/romantiek:"
+#: ../../object/Item.php:292 ../../mod/content.php:855
+msgid "via Wall-To-Wall:"
+msgstr "via wall-to-wall"
 
-#: ../../include/profile_advanced.php:79
-msgid "Work/employment:"
-msgstr "Werk/beroep:"
+#: ../../object/Item.php:301 ../../mod/content.php:481
+#: ../../mod/content.php:863 ../../include/conversation.php:671
+#, php-format
+msgid "%s from %s"
+msgstr "%s van %s"
 
-#: ../../include/profile_advanced.php:81
-msgid "School/education:"
-msgstr "School/opleiding:"
+#: ../../object/Item.php:319 ../../object/Item.php:635 ../../boot.php:685
+#: ../../mod/content.php:708 ../../mod/photos.php:1551
+#: ../../mod/photos.php:1595 ../../mod/photos.php:1678
+msgid "Comment"
+msgstr "Reacties"
 
-#: ../../include/profile_selectors.php:6
-msgid "Male"
-msgstr "Man"
+#: ../../object/Item.php:322 ../../mod/wallmessage.php:156
+#: ../../mod/editpost.php:124 ../../mod/content.php:498
+#: ../../mod/content.php:882 ../../mod/message.php:334
+#: ../../mod/message.php:565 ../../mod/photos.php:1532
+#: ../../include/conversation.php:688 ../../include/conversation.php:1099
+msgid "Please wait"
+msgstr "Even geduld"
 
-#: ../../include/profile_selectors.php:6
-msgid "Female"
-msgstr "Vrouw"
+#: ../../object/Item.php:345 ../../mod/content.php:602
+#, php-format
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] "%d reactie"
+msgstr[1] "%d reacties"
 
-#: ../../include/profile_selectors.php:6
-msgid "Currently Male"
-msgstr "Momenteel mannelijk"
+#: ../../object/Item.php:347 ../../object/Item.php:360
+#: ../../mod/content.php:604 ../../include/text.php:1928
+msgid "comment"
+msgid_plural "comments"
+msgstr[0] "reactie"
+msgstr[1] "reacties"
 
-#: ../../include/profile_selectors.php:6
-msgid "Currently Female"
-msgstr "Momenteel vrouwelijk"
+#: ../../object/Item.php:348 ../../boot.php:686 ../../mod/content.php:605
+#: ../../include/contact_widgets.php:204
+msgid "show more"
+msgstr "toon meer"
 
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Male"
-msgstr "Meestal mannelijk"
+#: ../../object/Item.php:633 ../../mod/content.php:706
+#: ../../mod/photos.php:1549 ../../mod/photos.php:1593
+#: ../../mod/photos.php:1676
+msgid "This is you"
+msgstr "Dit ben jij"
 
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Female"
-msgstr "Meestal vrouwelijk"
+#: ../../object/Item.php:636 ../../view/theme/perihel/config.php:95
+#: ../../view/theme/diabook/theme.php:633
+#: ../../view/theme/diabook/config.php:148
+#: ../../view/theme/quattro/config.php:64 ../../view/theme/dispy/config.php:70
+#: ../../view/theme/clean/config.php:71
+#: ../../view/theme/cleanzero/config.php:80 ../../mod/mood.php:137
+#: ../../mod/install.php:248 ../../mod/install.php:286
+#: ../../mod/crepair.php:171 ../../mod/content.php:709
+#: ../../mod/contacts.php:458 ../../mod/profiles.php:630
+#: ../../mod/message.php:335 ../../mod/message.php:564
+#: ../../mod/localtime.php:45 ../../mod/photos.php:1078
+#: ../../mod/photos.php:1199 ../../mod/photos.php:1501
+#: ../../mod/photos.php:1552 ../../mod/photos.php:1596
+#: ../../mod/photos.php:1679 ../../mod/poke.php:199 ../../mod/events.php:478
+#: ../../mod/fsuggest.php:107 ../../mod/invite.php:140
+#: ../../mod/manage.php:110
+msgid "Submit"
+msgstr "Opslaan"
 
-#: ../../include/profile_selectors.php:6
-msgid "Transgender"
-msgstr "Transgender"
+#: ../../object/Item.php:637 ../../mod/content.php:710
+msgid "Bold"
+msgstr "Vet"
 
-#: ../../include/profile_selectors.php:6
-msgid "Intersex"
-msgstr "Interseksueel"
+#: ../../object/Item.php:638 ../../mod/content.php:711
+msgid "Italic"
+msgstr "Cursief"
 
-#: ../../include/profile_selectors.php:6
-msgid "Transsexual"
-msgstr "Transseksueel"
+#: ../../object/Item.php:639 ../../mod/content.php:712
+msgid "Underline"
+msgstr "Onderstrepen"
 
-#: ../../include/profile_selectors.php:6
-msgid "Hermaphrodite"
-msgstr "Hermafrodiet"
+#: ../../object/Item.php:640 ../../mod/content.php:713
+msgid "Quote"
+msgstr "Citeren"
 
-#: ../../include/profile_selectors.php:6
-msgid "Neuter"
-msgstr "Genderneutraal"
+#: ../../object/Item.php:641 ../../mod/content.php:714
+msgid "Code"
+msgstr "Broncode"
 
-#: ../../include/profile_selectors.php:6
-msgid "Non-specific"
-msgstr "Niet-specifiek"
+#: ../../object/Item.php:642 ../../mod/content.php:715
+msgid "Image"
+msgstr "Afbeelding"
 
-#: ../../include/profile_selectors.php:6
-msgid "Other"
-msgstr "Anders"
+#: ../../object/Item.php:643 ../../mod/content.php:716
+msgid "Link"
+msgstr "Link"
 
-#: ../../include/profile_selectors.php:6
-msgid "Undecided"
-msgstr "Onbeslist"
+#: ../../object/Item.php:644 ../../mod/content.php:717
+msgid "Video"
+msgstr "Video"
 
-#: ../../include/profile_selectors.php:23
-msgid "Males"
-msgstr "Manen"
+#: ../../object/Item.php:645 ../../mod/editpost.php:145
+#: ../../mod/content.php:718 ../../mod/photos.php:1553
+#: ../../mod/photos.php:1597 ../../mod/photos.php:1680
+#: ../../include/conversation.php:1116
+msgid "Preview"
+msgstr "Voorvertoning"
 
-#: ../../include/profile_selectors.php:23
-msgid "Females"
-msgstr "Vrouwen"
+#: ../../index.php:199 ../../mod/apps.php:7
+msgid "You must be logged in to use addons. "
+msgstr ""
 
-#: ../../include/profile_selectors.php:23
-msgid "Gay"
-msgstr "Homo"
+#: ../../index.php:243 ../../mod/help.php:90
+msgid "Not Found"
+msgstr "Niet gevonden"
 
-#: ../../include/profile_selectors.php:23
-msgid "Lesbian"
-msgstr "Lesbie"
+#: ../../index.php:246 ../../mod/help.php:93
+msgid "Page not found."
+msgstr "Pagina niet gevonden"
 
-#: ../../include/profile_selectors.php:23
-msgid "No Preference"
-msgstr "Geen voorkeur"
+#: ../../index.php:355 ../../mod/group.php:72 ../../mod/profperm.php:19
+msgid "Permission denied"
+msgstr "Toegang geweigerd"
 
-#: ../../include/profile_selectors.php:23
-msgid "Bisexual"
-msgstr "Biseksueel"
+#: ../../index.php:356 ../../mod/mood.php:114 ../../mod/display.php:242
+#: ../../mod/register.php:40 ../../mod/dfrn_confirm.php:53
+#: ../../mod/api.php:26 ../../mod/api.php:31 ../../mod/wallmessage.php:9
+#: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79
+#: ../../mod/wallmessage.php:103 ../../mod/suggest.php:56
+#: ../../mod/network.php:6 ../../mod/install.php:151 ../../mod/editpost.php:10
+#: ../../mod/attach.php:33 ../../mod/regmod.php:118 ../../mod/crepair.php:117
+#: ../../mod/uimport.php:23 ../../mod/notes.php:20 ../../mod/contacts.php:240
+#: ../../mod/settings.php:96 ../../mod/settings.php:583
+#: ../../mod/settings.php:588 ../../mod/profiles.php:146
+#: ../../mod/profiles.php:571 ../../mod/group.php:19 ../../mod/follow.php:9
+#: ../../mod/message.php:38 ../../mod/message.php:174
+#: ../../mod/viewcontacts.php:22 ../../mod/photos.php:133
+#: ../../mod/photos.php:1044 ../../mod/wall_attach.php:55
+#: ../../mod/poke.php:135 ../../mod/wall_upload.php:66
+#: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:169
+#: ../../mod/profile_photo.php:180 ../../mod/profile_photo.php:193
+#: ../../mod/events.php:140 ../../mod/delegate.php:6 ../../mod/nogroup.php:25
+#: ../../mod/fsuggest.php:78 ../../mod/item.php:143 ../../mod/item.php:159
+#: ../../mod/notifications.php:66 ../../mod/invite.php:15
+#: ../../mod/invite.php:101 ../../mod/manage.php:96 ../../mod/allfriends.php:9
+#: ../../include/items.php:4215
+msgid "Permission denied."
+msgstr "Toegang geweigerd"
 
-#: ../../include/profile_selectors.php:23
-msgid "Autosexual"
-msgstr "Autoseksueel"
+#: ../../index.php:415
+msgid "toggle mobile"
+msgstr "mobiel thema omwisselen"
 
-#: ../../include/profile_selectors.php:23
-msgid "Abstinent"
-msgstr "Onthouder"
+#: ../../view/theme/perihel/theme.php:33
+#: ../../view/theme/diabook/theme.php:123 ../../mod/notifications.php:93
+#: ../../include/nav.php:104 ../../include/nav.php:143
+msgid "Home"
+msgstr "Tijdlijn"
 
-#: ../../include/profile_selectors.php:23
-msgid "Virgin"
-msgstr "Maagd"
+#: ../../view/theme/perihel/theme.php:33
+#: ../../view/theme/diabook/theme.php:123 ../../include/nav.php:76
+#: ../../include/nav.php:143
+msgid "Your posts and conversations"
+msgstr "Jouw berichten en conversaties"
 
-#: ../../include/profile_selectors.php:23
-msgid "Deviant"
-msgstr "Afwijkend"
+#: ../../view/theme/perihel/theme.php:34
+#: ../../view/theme/diabook/theme.php:124 ../../boot.php:1967
+#: ../../mod/newmember.php:32 ../../mod/profperm.php:103
+#: ../../include/nav.php:77 ../../include/profile_advanced.php:7
+#: ../../include/profile_advanced.php:84
+msgid "Profile"
+msgstr "Profiel"
 
-#: ../../include/profile_selectors.php:23
-msgid "Fetish"
-msgstr ""
+#: ../../view/theme/perihel/theme.php:34
+#: ../../view/theme/diabook/theme.php:124 ../../include/nav.php:77
+msgid "Your profile page"
+msgstr "Jouw profiel pagina"
 
-#: ../../include/profile_selectors.php:23
-msgid "Oodles"
-msgstr ""
+#: ../../view/theme/perihel/theme.php:35
+#: ../../view/theme/diabook/theme.php:126 ../../boot.php:1974
+#: ../../mod/fbrowser.php:25 ../../include/nav.php:78
+msgid "Photos"
+msgstr "Foto's"
 
-#: ../../include/profile_selectors.php:23
-msgid "Nonsexual"
-msgstr "Niet seksueel"
-
-#: ../../include/profile_selectors.php:42
-msgid "Single"
-msgstr "Alleenstaand"
+#: ../../view/theme/perihel/theme.php:35
+#: ../../view/theme/diabook/theme.php:126 ../../include/nav.php:78
+msgid "Your photos"
+msgstr "Jouw foto's"
 
-#: ../../include/profile_selectors.php:42
-msgid "Lonely"
-msgstr "Eenzaam"
+#: ../../view/theme/perihel/theme.php:36
+#: ../../view/theme/diabook/theme.php:127 ../../boot.php:1991
+#: ../../mod/events.php:370 ../../include/nav.php:79
+msgid "Events"
+msgstr "Gebeurtenissen"
 
-#: ../../include/profile_selectors.php:42
-msgid "Available"
-msgstr "Beschikbaar"
+#: ../../view/theme/perihel/theme.php:36
+#: ../../view/theme/diabook/theme.php:127 ../../include/nav.php:79
+msgid "Your events"
+msgstr "Gebruik mailto: voor het adres om een e-mailcontrole af te dwingen."
 
-#: ../../include/profile_selectors.php:42
-msgid "Unavailable"
-msgstr "Onbeschikbaar"
+#: ../../view/theme/perihel/theme.php:37
+#: ../../view/theme/diabook/theme.php:128 ../../include/nav.php:80
+msgid "Personal notes"
+msgstr "Persoonlijke nota's"
 
-#: ../../include/profile_selectors.php:42
-msgid "Has crush"
-msgstr "Verliefd"
+#: ../../view/theme/perihel/theme.php:37
+#: ../../view/theme/diabook/theme.php:128 ../../include/nav.php:80
+msgid "Your personal photos"
+msgstr "Jouw persoonlijke foto's"
 
-#: ../../include/profile_selectors.php:42
-msgid "Infatuated"
-msgstr ""
+#: ../../view/theme/perihel/theme.php:38
+#: ../../view/theme/diabook/theme.php:129 ../../mod/community.php:32
+#: ../../include/nav.php:128
+msgid "Community"
+msgstr "Gemeenschap"
 
-#: ../../include/profile_selectors.php:42
-msgid "Dating"
-msgstr "Aan het daten"
+#: ../../view/theme/perihel/config.php:89
+#: ../../view/theme/diabook/theme.php:621
+#: ../../view/theme/diabook/config.php:142 ../../include/acl_selectors.php:327
+msgid "don't show"
+msgstr "Niet tonen"
 
-#: ../../include/profile_selectors.php:42
-msgid "Unfaithful"
-msgstr "Ontrouw"
+#: ../../view/theme/perihel/config.php:89
+#: ../../view/theme/diabook/theme.php:621
+#: ../../view/theme/diabook/config.php:142 ../../include/acl_selectors.php:326
+msgid "show"
+msgstr "tonen"
 
-#: ../../include/profile_selectors.php:42
-msgid "Sex Addict"
-msgstr "Seksverslaafd"
+#: ../../view/theme/perihel/config.php:97
+#: ../../view/theme/diabook/config.php:150
+#: ../../view/theme/quattro/config.php:66 ../../view/theme/dispy/config.php:72
+#: ../../view/theme/clean/config.php:73
+#: ../../view/theme/cleanzero/config.php:82
+msgid "Theme settings"
+msgstr "Thema instellingen"
 
-#: ../../include/profile_selectors.php:42 ../../include/user.php:279
-#: ../../include/user.php:283
-msgid "Friends"
-msgstr "Vrienden"
+#: ../../view/theme/perihel/config.php:98
+#: ../../view/theme/diabook/config.php:151
+#: ../../view/theme/dispy/config.php:73
+#: ../../view/theme/cleanzero/config.php:84
+msgid "Set font-size for posts and comments"
+msgstr "Stel lettergrootte voor berichten en reacties in"
 
-#: ../../include/profile_selectors.php:42
-msgid "Friends/Benefits"
-msgstr "Vrienden met een beetje meer"
+#: ../../view/theme/perihel/config.php:99
+#: ../../view/theme/diabook/config.php:152
+#: ../../view/theme/dispy/config.php:74
+msgid "Set line-height for posts and comments"
+msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Casual"
+#: ../../view/theme/perihel/config.php:100
+#: ../../view/theme/diabook/config.php:153
+msgid "Set resolution for middle column"
 msgstr ""
 
-#: ../../include/profile_selectors.php:42
-msgid "Engaged"
-msgstr "Verloofd"
+#: ../../view/theme/diabook/theme.php:125 ../../mod/contacts.php:680
+#: ../../include/nav.php:171
+msgid "Contacts"
+msgstr "Contacten"
 
-#: ../../include/profile_selectors.php:42
-msgid "Married"
-msgstr "Getrouwd"
+#: ../../view/theme/diabook/theme.php:125
+msgid "Your contacts"
+msgstr "Jouw contacten"
 
-#: ../../include/profile_selectors.php:42
-msgid "Imaginarily married"
-msgstr ""
+#: ../../view/theme/diabook/theme.php:130
+#: ../../view/theme/diabook/theme.php:544
+#: ../../view/theme/diabook/theme.php:624
+#: ../../view/theme/diabook/config.php:158
+msgid "Community Pages"
+msgstr "Gemeenschapspagina's"
 
-#: ../../include/profile_selectors.php:42
-msgid "Partners"
-msgstr "Partners"
+#: ../../view/theme/diabook/theme.php:391
+#: ../../view/theme/diabook/theme.php:626
+#: ../../view/theme/diabook/config.php:160
+msgid "Community Profiles"
+msgstr "Gemeenschapsprofielen"
 
-#: ../../include/profile_selectors.php:42
-msgid "Cohabiting"
-msgstr "Samenwonend"
+#: ../../view/theme/diabook/theme.php:412
+#: ../../view/theme/diabook/theme.php:630
+#: ../../view/theme/diabook/config.php:164
+msgid "Last users"
+msgstr "Laatste gebruikers"
 
-#: ../../include/profile_selectors.php:42
-msgid "Common law"
-msgstr ""
+#: ../../view/theme/diabook/theme.php:441
+#: ../../view/theme/diabook/theme.php:632
+#: ../../view/theme/diabook/config.php:166
+msgid "Last likes"
+msgstr "Recent leuk gevonden"
 
-#: ../../include/profile_selectors.php:42
-msgid "Happy"
-msgstr "Blij"
+#: ../../view/theme/diabook/theme.php:463 ../../include/conversation.php:118
+#: ../../include/conversation.php:246 ../../include/text.php:1922
+msgid "event"
+msgstr "gebeurtenis"
 
-#: ../../include/profile_selectors.php:42
-msgid "Not looking"
-msgstr ""
+#: ../../view/theme/diabook/theme.php:466
+#: ../../view/theme/diabook/theme.php:475 ../../mod/tagger.php:62
+#: ../../mod/like.php:151 ../../mod/like.php:322 ../../mod/subthread.php:87
+#: ../../include/conversation.php:121 ../../include/conversation.php:130
+#: ../../include/conversation.php:249 ../../include/conversation.php:258
+#: ../../include/diaspora.php:1878
+msgid "status"
+msgstr "Status"
 
-#: ../../include/profile_selectors.php:42
-msgid "Swinger"
-msgstr "Swinger"
+#: ../../view/theme/diabook/theme.php:471 ../../mod/tagger.php:62
+#: ../../mod/like.php:151 ../../mod/subthread.php:87
+#: ../../include/conversation.php:126 ../../include/conversation.php:254
+#: ../../include/text.php:1924 ../../include/diaspora.php:1878
+msgid "photo"
+msgstr "Foto"
 
-#: ../../include/profile_selectors.php:42
-msgid "Betrayed"
-msgstr "Bedrogen"
+#: ../../view/theme/diabook/theme.php:480 ../../mod/like.php:168
+#: ../../include/conversation.php:137 ../../include/diaspora.php:1894
+#, php-format
+msgid "%1$s likes %2$s's %3$s"
+msgstr "%1$s vind %3$s van %2$s leuk"
 
-#: ../../include/profile_selectors.php:42
-msgid "Separated"
-msgstr ""
+#: ../../view/theme/diabook/theme.php:486
+#: ../../view/theme/diabook/theme.php:631
+#: ../../view/theme/diabook/config.php:165
+msgid "Last photos"
+msgstr "Laatste foto's"
 
-#: ../../include/profile_selectors.php:42
-msgid "Unstable"
-msgstr "Onstabiel"
+#: ../../view/theme/diabook/theme.php:499 ../../mod/photos.php:59
+#: ../../mod/photos.php:154 ../../mod/photos.php:1058
+#: ../../mod/photos.php:1183 ../../mod/photos.php:1206
+#: ../../mod/photos.php:1736 ../../mod/photos.php:1748
+msgid "Contact Photos"
+msgstr "Contactfoto's"
 
-#: ../../include/profile_selectors.php:42
-msgid "Divorced"
-msgstr "Gescheiden"
+#: ../../view/theme/diabook/theme.php:500 ../../mod/photos.php:154
+#: ../../mod/photos.php:725 ../../mod/photos.php:1183
+#: ../../mod/photos.php:1206 ../../mod/profile_photo.php:74
+#: ../../mod/profile_photo.php:81 ../../mod/profile_photo.php:88
+#: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296
+#: ../../mod/profile_photo.php:305 ../../include/user.php:334
+#: ../../include/user.php:341 ../../include/user.php:348
+msgid "Profile Photos"
+msgstr "Profielfoto's"
 
-#: ../../include/profile_selectors.php:42
-msgid "Imaginarily divorced"
-msgstr ""
+#: ../../view/theme/diabook/theme.php:523
+#: ../../view/theme/diabook/theme.php:629
+#: ../../view/theme/diabook/config.php:163
+msgid "Find Friends"
+msgstr "Zoek vrienden"
 
-#: ../../include/profile_selectors.php:42
-msgid "Widowed"
-msgstr ""
+#: ../../view/theme/diabook/theme.php:524
+msgid "Local Directory"
+msgstr "Lokale gids"
 
-#: ../../include/profile_selectors.php:42
-msgid "Uncertain"
-msgstr "Onzeker"
+#: ../../view/theme/diabook/theme.php:525 ../../mod/directory.php:49
+msgid "Global Directory"
+msgstr "Globale gids"
 
-#: ../../include/profile_selectors.php:42
-msgid "It's complicated"
-msgstr "Het is gecompliceerd"
+#: ../../view/theme/diabook/theme.php:526 ../../include/contact_widgets.php:35
+msgid "Similar Interests"
+msgstr "Dezelfde interesses"
 
-#: ../../include/profile_selectors.php:42
-msgid "Don't care"
-msgstr "Kan me niet schelen"
+#: ../../view/theme/diabook/theme.php:527 ../../mod/suggest.php:66
+#: ../../include/contact_widgets.php:34
+msgid "Friend Suggestions"
+msgstr "Vriendschapsvoorstellen"
 
-#: ../../include/profile_selectors.php:42
-msgid "Ask me"
-msgstr "Vraag me"
+#: ../../view/theme/diabook/theme.php:528 ../../include/contact_widgets.php:37
+msgid "Invite Friends"
+msgstr "Vrienden uitnodigen"
 
-#: ../../include/Contact.php:115
-msgid "stopped following"
-msgstr ""
+#: ../../view/theme/diabook/theme.php:544
+#: ../../view/theme/diabook/theme.php:648 ../../mod/newmember.php:22
+#: ../../mod/admin.php:1004 ../../mod/admin.php:1212 ../../mod/settings.php:79
+#: ../../mod/uexport.php:48 ../../include/nav.php:167
+msgid "Settings"
+msgstr "Instellingen"
 
-#: ../../include/Contact.php:225 ../../include/conversation.php:878
-msgid "Poke"
-msgstr "Por"
+#: ../../view/theme/diabook/theme.php:579
+#: ../../view/theme/diabook/theme.php:625
+#: ../../view/theme/diabook/config.php:159
+msgid "Earth Layers"
+msgstr "Earth Layers"
 
-#: ../../include/Contact.php:226 ../../include/conversation.php:872
-msgid "View Status"
-msgstr "Bekijk status"
+#: ../../view/theme/diabook/theme.php:584
+msgid "Set zoomfactor for Earth Layers"
+msgstr ""
 
-#: ../../include/Contact.php:227 ../../include/conversation.php:873
-msgid "View Profile"
-msgstr "Bekijk profiel"
+#: ../../view/theme/diabook/theme.php:585
+#: ../../view/theme/diabook/config.php:156
+msgid "Set longitude (X) for Earth Layers"
+msgstr ""
 
-#: ../../include/Contact.php:228 ../../include/conversation.php:874
-msgid "View Photos"
-msgstr "Bekijk foto's"
+#: ../../view/theme/diabook/theme.php:586
+#: ../../view/theme/diabook/config.php:157
+msgid "Set latitude (Y) for Earth Layers"
+msgstr ""
 
-#: ../../include/Contact.php:229 ../../include/Contact.php:251
-#: ../../include/conversation.php:875
-msgid "Network Posts"
-msgstr "Netwerkberichten"
+#: ../../view/theme/diabook/theme.php:599
+#: ../../view/theme/diabook/theme.php:627
+#: ../../view/theme/diabook/config.php:161
+msgid "Help or @NewHere ?"
+msgstr ""
 
-#: ../../include/Contact.php:230 ../../include/Contact.php:251
-#: ../../include/conversation.php:876
-msgid "Edit Contact"
-msgstr "Bewerk contact"
+#: ../../view/theme/diabook/theme.php:606
+#: ../../view/theme/diabook/theme.php:628
+#: ../../view/theme/diabook/config.php:162
+msgid "Connect Services"
+msgstr "Diensten verbinden"
 
-#: ../../include/Contact.php:231 ../../include/Contact.php:251
-#: ../../include/conversation.php:877
-msgid "Send PM"
-msgstr "Stuur een privébericht"
+#: ../../view/theme/diabook/theme.php:622
+msgid "Show/hide boxes at right-hand column:"
+msgstr ""
 
-#: ../../include/bbcode.php:210 ../../include/bbcode.php:550
-#: ../../include/bbcode.php:551
-msgid "Image/photo"
-msgstr "Afbeelding/foto"
+#: ../../view/theme/diabook/config.php:154
+msgid "Set color scheme"
+msgstr "Stel kleurenschema in"
 
-#: ../../include/bbcode.php:272
-#, php-format
-msgid ""
-"<span><a href=\"%s\" target=\"external-link\">%s</a> wrote the following <a "
-"href=\"%s\" target=\"external-link\">post</a>"
-msgstr "<span><a href=\"%s\" target=\"external-link\">%s</a> schreef het volgende <a href=\"%s\" target=\"external-link\">bericht</a>"
+#: ../../view/theme/diabook/config.php:155
+msgid "Set zoomfactor for Earth Layer"
+msgstr ""
 
-#: ../../include/bbcode.php:514 ../../include/bbcode.php:534
-msgid "$1 wrote:"
-msgstr "$1 schreef:"
+#: ../../view/theme/quattro/config.php:67
+msgid "Alignment"
+msgstr "Uitlijning"
 
-#: ../../include/bbcode.php:559 ../../include/bbcode.php:560
-msgid "Encrypted content"
-msgstr "Versleutelde inhoud"
+#: ../../view/theme/quattro/config.php:67
+msgid "Left"
+msgstr "Links"
 
-#: ../../include/acl_selectors.php:325
-msgid "Visible to everybody"
-msgstr "Zichtbaar voor iedereen"
+#: ../../view/theme/quattro/config.php:67
+msgid "Center"
+msgstr "Gecentreerd"
 
-#: ../../include/acl_selectors.php:326 ../../view/theme/diabook/config.php:146
-#: ../../view/theme/diabook/theme.php:629
-msgid "show"
-msgstr "tonen"
+#: ../../view/theme/quattro/config.php:68 ../../view/theme/clean/config.php:76
+#: ../../view/theme/cleanzero/config.php:86
+msgid "Color scheme"
+msgstr "Kleurschema"
 
-#: ../../include/acl_selectors.php:327 ../../view/theme/diabook/config.php:146
-#: ../../view/theme/diabook/theme.php:629
-msgid "don't show"
-msgstr "Niet tonen"
-
-#: ../../include/auth.php:38
-msgid "Logged out."
-msgstr "Uitgelogd."
-
-#: ../../include/auth.php:112 ../../include/auth.php:175
-#: ../../mod/openid.php:93
-msgid "Login failed."
-msgstr "Login mislukt."
-
-#: ../../include/auth.php:128
-msgid ""
-"We encountered a problem while logging in with the OpenID you provided. "
-"Please check the correct spelling of the ID."
-msgstr ""
-
-#: ../../include/auth.php:128
-msgid "The error message was:"
-msgstr "De foutboodschap was:"
-
-#: ../../include/bb2diaspora.php:393 ../../include/event.php:11
-#: ../../mod/localtime.php:12
-msgid "l F d, Y \\@ g:i A"
-msgstr "l F d, Y \\@ g:i A"
-
-#: ../../include/bb2diaspora.php:399 ../../include/event.php:20
-msgid "Starts:"
-msgstr "Begint:"
+#: ../../view/theme/quattro/config.php:69
+msgid "Posts font size"
+msgstr "Lettergrootte berichten"
 
-#: ../../include/bb2diaspora.php:407 ../../include/event.php:30
-msgid "Finishes:"
-msgstr "Eindigt:"
+#: ../../view/theme/quattro/config.php:70
+msgid "Textareas font size"
+msgstr "Lettergrootte tekstgebieden"
 
-#: ../../include/bb2diaspora.php:415 ../../include/event.php:40
-#: ../../mod/directory.php:134 ../../mod/events.php:471 ../../boot.php:1489
-msgid "Location:"
-msgstr "Plaats:"
+#: ../../view/theme/dispy/config.php:75
+msgid "Set colour scheme"
+msgstr "Stel kleurschema in"
 
-#: ../../include/follow.php:27 ../../mod/dfrn_request.php:502
-msgid "Disallowed profile URL."
-msgstr "Niet toegelaten profiel adres."
+#: ../../view/theme/clean/config.php:54 ../../include/user.php:246
+#: ../../include/text.php:1658
+msgid "default"
+msgstr "standaard"
 
-#: ../../include/follow.php:32
-msgid "Connect URL missing."
+#: ../../view/theme/clean/config.php:74
+msgid "Background Image"
 msgstr ""
 
-#: ../../include/follow.php:59
+#: ../../view/theme/clean/config.php:74
 msgid ""
-"This site is not configured to allow communications with other networks."
-msgstr "Deze website is niet geconfigureerd voor communicatie met andere netwerken."
-
-#: ../../include/follow.php:60 ../../include/follow.php:80
-msgid "No compatible communication protocols or feeds were discovered."
-msgstr "Er werden geen compatibele communicatieprotocols of feeds ontdekt."
-
-#: ../../include/follow.php:78
-msgid "The profile address specified does not provide adequate information."
+"The URL to a picture (e.g. from your photo album) that should be used as "
+"background image."
 msgstr ""
 
-#: ../../include/follow.php:82
-msgid "An author or name was not found."
+#: ../../view/theme/clean/config.php:75
+msgid "Background Color"
 msgstr ""
 
-#: ../../include/follow.php:84
-msgid "No browser URL could be matched to this address."
+#: ../../view/theme/clean/config.php:75
+msgid "HEX value for the background color. Don't include the #"
 msgstr ""
 
-#: ../../include/follow.php:86
-msgid ""
-"Unable to match @-style Identity Address with a known protocol or email "
-"contact."
-msgstr "Het @-stijl-identiteitsadres komt niet overeen met een nekend protocol of e-mailcontact."
-
-#: ../../include/follow.php:87
-msgid "Use mailto: in front of address to force email check."
-msgstr "Gebruik mailto: voor het adres om een e-mailcontrole af te dwingen."
-
-#: ../../include/follow.php:93
-msgid ""
-"The profile address specified belongs to a network which has been disabled "
-"on this site."
+#: ../../view/theme/clean/config.php:77
+msgid "font size"
 msgstr ""
 
-#: ../../include/follow.php:103
-msgid ""
-"Limited profile. This person will be unable to receive direct/personal "
-"notifications from you."
+#: ../../view/theme/clean/config.php:77
+msgid "base font size for your interface"
 msgstr ""
 
-#: ../../include/follow.php:205
-msgid "Unable to retrieve contact information."
+#: ../../view/theme/cleanzero/config.php:83
+msgid "Set resize level for images in posts and comments (width and height)"
 msgstr ""
 
-#: ../../include/follow.php:259
-msgid "following"
-msgstr "volgend"
+#: ../../view/theme/cleanzero/config.php:85
+msgid "Set theme width"
+msgstr "Stel breedte van het thema in"
 
-#: ../../include/user.php:39
-msgid "An invitation is required."
-msgstr "Een uitnodiging is vereist."
+#: ../../boot.php:684
+msgid "Delete this item?"
+msgstr "Dit item verwijderen?"
 
-#: ../../include/user.php:44
-msgid "Invitation could not be verified."
-msgstr "Uitnodiging kon niet geverifieerd worden."
+#: ../../boot.php:687
+msgid "show fewer"
+msgstr "Minder tonen"
 
-#: ../../include/user.php:52
-msgid "Invalid OpenID url"
-msgstr "Ongeldige OpenID url"
+#: ../../boot.php:1015
+#, php-format
+msgid "Update %s failed. See error logs."
+msgstr "Wijziging %s mislukt. Lees de error logbestanden."
 
-#: ../../include/user.php:67
-msgid "Please enter the required information."
-msgstr "Vul a.u.b. de vereiste informatie in."
+#: ../../boot.php:1017
+#, php-format
+msgid "Update Error at %s"
+msgstr "Wijzigingsfout op %s"
 
-#: ../../include/user.php:81
-msgid "Please use a shorter name."
-msgstr "gebruik een kortere naam"
+#: ../../boot.php:1127
+msgid "Create a New Account"
+msgstr "Nieuw account aanmaken"
 
-#: ../../include/user.php:83
-msgid "Name too short."
-msgstr "Naam te kort"
+#: ../../boot.php:1128 ../../mod/register.php:278 ../../include/nav.php:108
+msgid "Register"
+msgstr "Registreer"
 
-#: ../../include/user.php:98
-msgid "That doesn't appear to be your full (First Last) name."
-msgstr "Dat lijkt niet je volledige naam (voor- en achternaam) te zijn."
+#: ../../boot.php:1152 ../../include/nav.php:73
+msgid "Logout"
+msgstr "Uitloggen"
 
-#: ../../include/user.php:103
-msgid "Your email domain is not among those allowed on this site."
-msgstr "Je e-maildomein is op deze website niet toegestaan."
+#: ../../boot.php:1153 ../../include/nav.php:91
+msgid "Login"
+msgstr "Login"
 
-#: ../../include/user.php:106
-msgid "Not a valid email address."
-msgstr "Geen geldig e-mailadres."
+#: ../../boot.php:1155
+msgid "Nickname or Email address: "
+msgstr "Bijnaam of e-mailadres:"
 
-#: ../../include/user.php:116
-msgid "Cannot use that email."
-msgstr "Ik kan die e-mail niet gebruiken."
+#: ../../boot.php:1156
+msgid "Password: "
+msgstr "Wachtwoord:"
 
-#: ../../include/user.php:122
-msgid ""
-"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and "
-"must also begin with a letter."
-msgstr "Je \"bijnaam\" kan alleen \"a-z\", \"0-9\", \"-\", en \"_\" bevatten, en moet ook met een letter beginnen."
+#: ../../boot.php:1157
+msgid "Remember me"
+msgstr "Onthou me"
 
-#: ../../include/user.php:128 ../../include/user.php:226
-msgid "Nickname is already registered. Please choose another."
-msgstr "Bijnaam is al geregistreerd. Kies een andere."
+#: ../../boot.php:1160
+msgid "Or login using OpenID: "
+msgstr "Of log in met OpenID:"
 
-#: ../../include/user.php:138
-msgid ""
-"Nickname was once registered here and may not be re-used. Please choose "
-"another."
-msgstr "Bijnaam was ooit hier geregistreerd en kan niet herbruikt worden. Kies een andere."
+#: ../../boot.php:1166
+msgid "Forgot your password?"
+msgstr "Wachtwoord vergeten?"
 
-#: ../../include/user.php:154
-msgid "SERIOUS ERROR: Generation of security keys failed."
-msgstr "ERNSTIGE FOUT: aanmaken van beveiligingssleutels mislukt."
+#: ../../boot.php:1167 ../../mod/lostpass.php:84
+msgid "Password Reset"
+msgstr "Wachtwoord opnieuw instellen"
 
-#: ../../include/user.php:212
-msgid "An error occurred during registration. Please try again."
-msgstr ""
+#: ../../boot.php:1169
+msgid "Website Terms of Service"
+msgstr "Gebruikersvoorwaarden website"
 
-#: ../../include/user.php:237 ../../include/text.php:1618
-msgid "default"
-msgstr "standaard"
+#: ../../boot.php:1170
+msgid "terms of service"
+msgstr "servicevoorwaarden"
 
-#: ../../include/user.php:247
-msgid "An error occurred creating your default profile. Please try again."
-msgstr ""
+#: ../../boot.php:1172
+msgid "Website Privacy Policy"
+msgstr "Privacybeleid website"
 
-#: ../../include/user.php:325 ../../include/user.php:332
-#: ../../include/user.php:339 ../../mod/photos.php:154
-#: ../../mod/photos.php:725 ../../mod/photos.php:1183
-#: ../../mod/photos.php:1206 ../../mod/profile_photo.php:74
-#: ../../mod/profile_photo.php:81 ../../mod/profile_photo.php:88
-#: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296
-#: ../../mod/profile_photo.php:305 ../../view/theme/diabook/theme.php:493
-msgid "Profile Photos"
-msgstr "Profielfoto's"
+#: ../../boot.php:1173
+msgid "privacy policy"
+msgstr "privacybeleid"
 
-#: ../../include/contact_selectors.php:32
-msgid "Unknown | Not categorised"
-msgstr "Onbekend | Niet "
+#: ../../boot.php:1302
+msgid "Requested account is not available."
+msgstr "Gevraagde account is niet beschikbaar."
 
-#: ../../include/contact_selectors.php:33
-msgid "Block immediately"
-msgstr "Onmiddellijk blokkeren"
+#: ../../boot.php:1341 ../../mod/profile.php:21
+msgid "Requested profile is not available."
+msgstr "Gevraagde profiel is niet beschikbaar."
 
-#: ../../include/contact_selectors.php:34
-msgid "Shady, spammer, self-marketer"
-msgstr ""
+#: ../../boot.php:1381 ../../boot.php:1485
+msgid "Edit profile"
+msgstr "Bewerk profiel"
 
-#: ../../include/contact_selectors.php:35
-msgid "Known to me, but no opinion"
-msgstr "Bekend, maar geen mening"
+#: ../../boot.php:1433 ../../mod/suggest.php:88 ../../mod/match.php:58
+#: ../../include/contact_widgets.php:9
+msgid "Connect"
+msgstr "Verbinden"
 
-#: ../../include/contact_selectors.php:36
-msgid "OK, probably harmless"
-msgstr "OK, waarschijnlijk onschadelijk"
+#: ../../boot.php:1447
+msgid "Message"
+msgstr "Bericht"
 
-#: ../../include/contact_selectors.php:37
-msgid "Reputable, has my trust"
-msgstr "Gerenommeerd, heeft mijn vertrouwen"
+#: ../../boot.php:1455 ../../include/nav.php:169
+msgid "Profiles"
+msgstr "Profielen"
 
-#: ../../include/contact_selectors.php:56 ../../mod/admin.php:452
-msgid "Frequently"
-msgstr "Frequent"
+#: ../../boot.php:1455
+msgid "Manage/edit profiles"
+msgstr "Beheer/wijzig profielen"
 
-#: ../../include/contact_selectors.php:57 ../../mod/admin.php:453
-msgid "Hourly"
-msgstr "elk uur"
+#: ../../boot.php:1461 ../../boot.php:1487 ../../mod/profiles.php:726
+msgid "Change profile photo"
+msgstr "Profiel foto wijzigen"
 
-#: ../../include/contact_selectors.php:58 ../../mod/admin.php:454
-msgid "Twice daily"
-msgstr "Twee keer per dag"
+#: ../../boot.php:1462 ../../mod/profiles.php:727
+msgid "Create New Profile"
+msgstr "Maak nieuw profiel"
 
-#: ../../include/contact_selectors.php:59 ../../mod/admin.php:455
-msgid "Daily"
-msgstr "dagelijks"
+#: ../../boot.php:1472 ../../mod/profiles.php:738
+msgid "Profile Image"
+msgstr "Profiel afbeelding"
 
-#: ../../include/contact_selectors.php:60
-msgid "Weekly"
-msgstr "wekelijks"
+#: ../../boot.php:1475 ../../mod/profiles.php:740
+msgid "visible to everybody"
+msgstr "zichtbaar voor iedereen"
 
-#: ../../include/contact_selectors.php:61
-msgid "Monthly"
-msgstr "maandelijks"
+#: ../../boot.php:1476 ../../mod/profiles.php:741
+msgid "Edit visibility"
+msgstr "Pas zichtbaarheid aan"
 
-#: ../../include/contact_selectors.php:76 ../../mod/dfrn_request.php:840
-msgid "Friendica"
-msgstr "Friendica"
+#: ../../boot.php:1501 ../../mod/directory.php:134 ../../mod/events.php:471
+#: ../../include/event.php:40 ../../include/bb2diaspora.php:415
+msgid "Location:"
+msgstr "Plaats:"
 
-#: ../../include/contact_selectors.php:77
-msgid "OStatus"
-msgstr "OStatus"
+#: ../../boot.php:1503 ../../mod/directory.php:136
+#: ../../include/profile_advanced.php:17
+msgid "Gender:"
+msgstr "Geslacht:"
 
-#: ../../include/contact_selectors.php:78
-msgid "RSS/Atom"
-msgstr "RSS/Atom"
+#: ../../boot.php:1506 ../../mod/directory.php:138
+#: ../../include/profile_advanced.php:37
+msgid "Status:"
+msgstr "Tijdlijn:"
 
-#: ../../include/contact_selectors.php:79
-#: ../../include/contact_selectors.php:86 ../../mod/admin.php:766
-#: ../../mod/admin.php:777
-msgid "Email"
-msgstr "E-mail"
+#: ../../boot.php:1508 ../../mod/directory.php:140
+#: ../../include/profile_advanced.php:48
+msgid "Homepage:"
+msgstr "Jouw tijdlijn:"
 
-#: ../../include/contact_selectors.php:80 ../../mod/settings.php:705
-#: ../../mod/dfrn_request.php:842
-msgid "Diaspora"
-msgstr "Diaspora"
+#: ../../boot.php:1584 ../../boot.php:1670
+msgid "g A l F d"
+msgstr "G l j F"
 
-#: ../../include/contact_selectors.php:81 ../../mod/newmember.php:49
-#: ../../mod/newmember.php:51
-msgid "Facebook"
-msgstr "Facebook"
+#: ../../boot.php:1585 ../../boot.php:1671
+msgid "F d"
+msgstr "d F"
 
-#: ../../include/contact_selectors.php:82
-msgid "Zot!"
-msgstr "Zot!"
+#: ../../boot.php:1630 ../../boot.php:1711
+msgid "[today]"
+msgstr "[vandaag]"
 
-#: ../../include/contact_selectors.php:83
-msgid "LinkedIn"
-msgstr "Linkedln"
+#: ../../boot.php:1642
+msgid "Birthday Reminders"
+msgstr "Verjaardagsherinneringen"
 
-#: ../../include/contact_selectors.php:84
-msgid "XMPP/IM"
-msgstr "XMPP/IM"
+#: ../../boot.php:1643
+msgid "Birthdays this week:"
+msgstr "Verjaardagen deze week:"
 
-#: ../../include/contact_selectors.php:85
-msgid "MySpace"
-msgstr "Myspace"
+#: ../../boot.php:1704
+msgid "[No description]"
+msgstr "[Geen beschrijving]"
 
-#: ../../include/contact_selectors.php:87
-msgid "Google+"
-msgstr "Google+"
+#: ../../boot.php:1722
+msgid "Event Reminders"
+msgstr "Gebeurtenisherinneringen"
 
-#: ../../include/contact_widgets.php:6
-msgid "Add New Contact"
-msgstr "Nieuw Contact toevoegen"
+#: ../../boot.php:1723
+msgid "Events this week:"
+msgstr "Gebeurtenissen deze week:"
 
-#: ../../include/contact_widgets.php:7
-msgid "Enter address or web location"
-msgstr "Voeg een webadres of -locatie in:"
+#: ../../boot.php:1960 ../../include/nav.php:76
+msgid "Status"
+msgstr "Tijdlijn"
 
-#: ../../include/contact_widgets.php:8
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr "Voorbeeld: jan@voorbeeld.be, http://voorbeeld.nl/barbara"
+#: ../../boot.php:1963
+msgid "Status Messages and Posts"
+msgstr "Berichten op jouw tijdlijn"
 
-#: ../../include/contact_widgets.php:9 ../../mod/suggest.php:88
-#: ../../mod/match.php:58 ../../boot.php:1421
-msgid "Connect"
-msgstr "Verbinden"
+#: ../../boot.php:1970
+msgid "Profile Details"
+msgstr "Profiel Details"
 
-#: ../../include/contact_widgets.php:23
-#, php-format
-msgid "%d invitation available"
-msgid_plural "%d invitations available"
-msgstr[0] "%d uitnodiging beschikbaar"
-msgstr[1] "%d uitnodigingen beschikbaar"
+#: ../../boot.php:1977 ../../mod/photos.php:51
+msgid "Photo Albums"
+msgstr "Fotoalbums"
 
-#: ../../include/contact_widgets.php:29
-msgid "Find People"
-msgstr "Zoek mensen"
+#: ../../boot.php:1981 ../../boot.php:1984
+msgid "Videos"
+msgstr "Video's"
 
-#: ../../include/contact_widgets.php:30
-msgid "Enter name or interest"
-msgstr "Vul naam of interesse in"
+#: ../../boot.php:1994
+msgid "Events and Calendar"
+msgstr "Gebeurtenissen en kalender"
 
-#: ../../include/contact_widgets.php:31
-msgid "Connect/Follow"
-msgstr "Verbind/Volg"
+#: ../../boot.php:1998 ../../mod/notes.php:44
+msgid "Personal Notes"
+msgstr "Persoonlijke Nota's"
 
-#: ../../include/contact_widgets.php:32
-msgid "Examples: Robert Morgenstein, Fishing"
-msgstr "Voorbeelden: Jan Peeters, Vissen"
+#: ../../boot.php:2001
+msgid "Only You Can See This"
+msgstr "Alleen jij kunt dit zien"
 
-#: ../../include/contact_widgets.php:33 ../../mod/directory.php:61
-#: ../../mod/contacts.php:613
-msgid "Find"
-msgstr "Zoek"
+#: ../../mod/mood.php:62 ../../include/conversation.php:227
+#, php-format
+msgid "%1$s is currently %2$s"
+msgstr "%1$s is op dit moment %2$s"
 
-#: ../../include/contact_widgets.php:34 ../../mod/suggest.php:66
-#: ../../view/theme/diabook/theme.php:520
-msgid "Friend Suggestions"
-msgstr "Vriendschapsvoorstellen"
+#: ../../mod/mood.php:133
+msgid "Mood"
+msgstr "Stemming"
 
-#: ../../include/contact_widgets.php:35 ../../view/theme/diabook/theme.php:519
-msgid "Similar Interests"
-msgstr "Dezelfde interesses"
+#: ../../mod/mood.php:134
+msgid "Set your current mood and tell your friends"
+msgstr "Stel je huidige stemming in, en vertel het je vrienden"
 
-#: ../../include/contact_widgets.php:36
-msgid "Random Profile"
-msgstr "Willekeurig Profiel"
+#: ../../mod/display.php:19 ../../mod/_search.php:89
+#: ../../mod/directory.php:31 ../../mod/search.php:89
+#: ../../mod/dfrn_request.php:761 ../../mod/community.php:18
+#: ../../mod/viewcontacts.php:17 ../../mod/photos.php:914
+#: ../../mod/videos.php:115
+msgid "Public access denied."
+msgstr "Niet vrij toegankelijk"
 
-#: ../../include/contact_widgets.php:37 ../../view/theme/diabook/theme.php:521
-msgid "Invite Friends"
-msgstr "Vrienden uitnodigen"
+#: ../../mod/display.php:51 ../../mod/display.php:246 ../../mod/decrypt.php:15
+#: ../../mod/admin.php:163 ../../mod/admin.php:952 ../../mod/admin.php:1152
+#: ../../mod/notice.php:15 ../../mod/viewsrc.php:15
+#: ../../include/items.php:4023
+msgid "Item not found."
+msgstr "Item niet gevonden."
 
-#: ../../include/contact_widgets.php:70
-msgid "Networks"
-msgstr "Netwerken"
+#: ../../mod/display.php:99 ../../mod/profile.php:155
+msgid "Access to this profile has been restricted."
+msgstr "Toegang tot dit profiel is beperkt."
 
-#: ../../include/contact_widgets.php:73
-msgid "All Networks"
-msgstr "Alle netwerken"
+#: ../../mod/display.php:239
+msgid "Item has been removed."
+msgstr "Item is verwijderd."
 
-#: ../../include/contact_widgets.php:103 ../../include/features.php:59
-msgid "Saved Folders"
-msgstr "Bewaarde Mappen"
+#: ../../mod/decrypt.php:9 ../../mod/viewsrc.php:7
+msgid "Access denied."
+msgstr "Toegang geweigerd"
 
-#: ../../include/contact_widgets.php:106 ../../include/contact_widgets.php:138
-msgid "Everything"
-msgstr "Alles"
+#: ../../mod/friendica.php:58
+msgid "This is Friendica, version"
+msgstr "Dit is Friendica, versie"
 
-#: ../../include/contact_widgets.php:135
-msgid "Categories"
-msgstr "Categorieën"
+#: ../../mod/friendica.php:59
+msgid "running at web location"
+msgstr "draaiend op web-adres"
 
-#: ../../include/contact_widgets.php:199 ../../mod/contacts.php:343
-#, php-format
-msgid "%d contact in common"
-msgid_plural "%d contacts in common"
-msgstr[0] "%d gedeeld contact"
-msgstr[1] "%d gedeelde contacten"
+#: ../../mod/friendica.php:61
+msgid ""
+"Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn "
+"more about the Friendica project."
+msgstr "Bezoek <a href=\"http://friendica.com\">Friendica.com</a> om meer te leren over het Friendica project."
 
-#: ../../include/contact_widgets.php:204 ../../mod/content.php:629
-#: ../../object/Item.php:365 ../../boot.php:675
-msgid "show more"
-msgstr "toon meer"
+#: ../../mod/friendica.php:63
+msgid "Bug reports and issues: please visit"
+msgstr "Bug rapporten en problemen: bezoek"
 
-#: ../../include/Scrape.php:583
-msgid " on Last.fm"
-msgstr " op Last.fm"
+#: ../../mod/friendica.php:64
+msgid ""
+"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
+"dot com"
+msgstr "Suggesties, lof, donaties, enzovoort - stuur een e-mail naar \"info\" op Friendica - dot com"
 
-#: ../../include/network.php:877
-msgid "view full size"
-msgstr "Volledig formaat"
+#: ../../mod/friendica.php:78
+msgid "Installed plugins/addons/apps:"
+msgstr "Geïnstalleerde plugins/toepassingen:"
 
-#: ../../include/datetime.php:43 ../../include/datetime.php:45
-msgid "Miscellaneous"
-msgstr "Diversen"
+#: ../../mod/friendica.php:91
+msgid "No installed plugins/addons/apps"
+msgstr "Geen plugins of toepassingen geïnstalleerd"
 
-#: ../../include/datetime.php:153 ../../include/datetime.php:285
-msgid "year"
-msgstr "jaar"
+#: ../../mod/dfrn_poll.php:103 ../../mod/dfrn_poll.php:536
+#, php-format
+msgid "%1$s welcomes %2$s"
+msgstr "%1$s heet %2$s van harte welkom"
 
-#: ../../include/datetime.php:158 ../../include/datetime.php:286
-msgid "month"
-msgstr "maand"
+#: ../../mod/register.php:91 ../../mod/admin.php:734 ../../mod/regmod.php:54
+#, php-format
+msgid "Registration details for %s"
+msgstr "Registratie details voor %s"
 
-#: ../../include/datetime.php:163 ../../include/datetime.php:288
-msgid "day"
-msgstr "dag"
+#: ../../mod/register.php:99
+msgid ""
+"Registration successful. Please check your email for further instructions."
+msgstr "Registratie geslaagd. Kijk je e-mail na voor verdere instructies."
 
-#: ../../include/datetime.php:276
-msgid "never"
-msgstr "nooit"
+#: ../../mod/register.php:103
+msgid "Failed to send email message. Here is the message that failed."
+msgstr "E-mail bericht kon niet verstuurd worden. Hier is het bericht."
 
-#: ../../include/datetime.php:282
-msgid "less than a second ago"
-msgstr "minder dan een seconde geleden"
+#: ../../mod/register.php:108
+msgid "Your registration can not be processed."
+msgstr "Je registratie kan niet verwerkt worden."
 
-#: ../../include/datetime.php:285
-msgid "years"
-msgstr "jaren"
+#: ../../mod/register.php:148
+#, php-format
+msgid "Registration request at %s"
+msgstr "Registratieverzoek op %s"
 
-#: ../../include/datetime.php:286
-msgid "months"
-msgstr "maanden"
+#: ../../mod/register.php:157
+msgid "Your registration is pending approval by the site owner."
+msgstr "Je registratie wacht op goedkeuring van de beheerder."
 
-#: ../../include/datetime.php:287
-msgid "week"
-msgstr "week"
+#: ../../mod/register.php:195 ../../mod/uimport.php:50
+msgid ""
+"This site has exceeded the number of allowed daily account registrations. "
+"Please try again tomorrow."
+msgstr "Deze website heeft het toegelaten dagelijkse aantal registraties overschreden. Probeer morgen a.u.b. opnieuw."
 
-#: ../../include/datetime.php:287
-msgid "weeks"
-msgstr "weken"
+#: ../../mod/register.php:223
+msgid ""
+"You may (optionally) fill in this form via OpenID by supplying your OpenID "
+"and clicking 'Register'."
+msgstr "Je kunt (optioneel) dit formulier invullen via OpenID door je OpenID in te geven en op 'Registreren' te klikken."
 
-#: ../../include/datetime.php:288
-msgid "days"
-msgstr "dagen"
+#: ../../mod/register.php:224
+msgid ""
+"If you are not familiar with OpenID, please leave that field blank and fill "
+"in the rest of the items."
+msgstr "Laat dit veld leeg als je niet vertrouwd bent met OpenID, en vul de rest van de items in."
 
-#: ../../include/datetime.php:289
-msgid "hour"
-msgstr "uur"
+#: ../../mod/register.php:225
+msgid "Your OpenID (optional): "
+msgstr "Je OpenID (optioneel):"
 
-#: ../../include/datetime.php:289
-msgid "hours"
-msgstr "uren"
+#: ../../mod/register.php:239
+msgid "Include your profile in member directory?"
+msgstr "Je profiel in de ledengids opnemen?"
 
-#: ../../include/datetime.php:290
-msgid "minute"
-msgstr "minuut"
+#: ../../mod/register.php:242 ../../mod/api.php:105 ../../mod/suggest.php:29
+#: ../../mod/dfrn_request.php:836 ../../mod/contacts.php:320
+#: ../../mod/settings.php:981 ../../mod/settings.php:987
+#: ../../mod/settings.php:995 ../../mod/settings.php:999
+#: ../../mod/settings.php:1004 ../../mod/settings.php:1010
+#: ../../mod/settings.php:1016 ../../mod/settings.php:1022
+#: ../../mod/settings.php:1052 ../../mod/settings.php:1053
+#: ../../mod/settings.php:1054 ../../mod/settings.php:1055
+#: ../../mod/settings.php:1056 ../../mod/profiles.php:610
+#: ../../mod/message.php:209 ../../include/items.php:4064
+msgid "Yes"
+msgstr "Ja"
 
-#: ../../include/datetime.php:290
-msgid "minutes"
-msgstr "minuten"
+#: ../../mod/register.php:243 ../../mod/api.php:106
+#: ../../mod/dfrn_request.php:837 ../../mod/settings.php:981
+#: ../../mod/settings.php:987 ../../mod/settings.php:995
+#: ../../mod/settings.php:999 ../../mod/settings.php:1004
+#: ../../mod/settings.php:1010 ../../mod/settings.php:1016
+#: ../../mod/settings.php:1022 ../../mod/settings.php:1052
+#: ../../mod/settings.php:1053 ../../mod/settings.php:1054
+#: ../../mod/settings.php:1055 ../../mod/settings.php:1056
+#: ../../mod/profiles.php:611
+msgid "No"
+msgstr "Nee"
 
-#: ../../include/datetime.php:291
-msgid "second"
-msgstr "seconde"
+#: ../../mod/register.php:260
+msgid "Membership on this site is by invitation only."
+msgstr "Lidmaatschap van deze website is uitsluitend op uitnodiging."
 
-#: ../../include/datetime.php:291
-msgid "seconds"
-msgstr "secondes"
+#: ../../mod/register.php:261
+msgid "Your invitation ID: "
+msgstr "Je uitnodigingsid:"
 
-#: ../../include/datetime.php:300
-#, php-format
-msgid "%1$d %2$s ago"
-msgstr "%1$d %2$s geleden"
+#: ../../mod/register.php:264 ../../mod/admin.php:572
+msgid "Registration"
+msgstr "Registratie"
 
-#: ../../include/datetime.php:472 ../../include/items.php:1813
-#, php-format
-msgid "%s's birthday"
-msgstr "%s's verjaardag"
+#: ../../mod/register.php:272
+msgid "Your Full Name (e.g. Joe Smith): "
+msgstr "Je volledige naam (bijv. Jan Jansens):"
 
-#: ../../include/datetime.php:473 ../../include/items.php:1814
-#, php-format
-msgid "Happy Birthday %s"
-msgstr "Gefeliciteerd %s"
+#: ../../mod/register.php:273
+msgid "Your Email Address: "
+msgstr "Je email adres:"
 
-#: ../../include/plugin.php:439 ../../include/plugin.php:441
-msgid "Click here to upgrade."
-msgstr ""
+#: ../../mod/register.php:274
+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 "Kies een bijnaam voor je profiel. Deze moet met een letter beginnen. Je profieladres op deze website zal dan '<strong>bijnaam@$sitename</strong>' zijn."
 
-#: ../../include/plugin.php:447
-msgid "This action exceeds the limits set by your subscription plan."
-msgstr ""
+#: ../../mod/register.php:275
+msgid "Choose a nickname: "
+msgstr "Kies een bijnaam:"
 
-#: ../../include/plugin.php:452
-msgid "This action is not available under your subscription plan."
+#: ../../mod/register.php:284 ../../mod/uimport.php:64
+msgid "Import"
+msgstr "Importeren"
+
+#: ../../mod/register.php:285
+msgid "Import your profile to this friendica instance"
 msgstr ""
 
-#: ../../include/delivery.php:457 ../../include/notifier.php:775
-msgid "(no subject)"
-msgstr "(geen onderwerp)"
+#: ../../mod/dfrn_confirm.php:62 ../../mod/profiles.php:18
+#: ../../mod/profiles.php:133 ../../mod/profiles.php:160
+#: ../../mod/profiles.php:583
+msgid "Profile not found."
+msgstr "Profiel niet gevonden"
 
-#: ../../include/delivery.php:468 ../../include/enotify.php:28
-#: ../../include/notifier.php:785
-msgid "noreply"
-msgstr "geen reactie"
+#: ../../mod/dfrn_confirm.php:118 ../../mod/crepair.php:131
+#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92
+msgid "Contact not found."
+msgstr "Contact niet gevonden"
+
+#: ../../mod/dfrn_confirm.php:119
+msgid ""
+"This may occasionally happen if contact was requested by both persons and it"
+" has already been approved."
+msgstr "Dit kan soms gebeuren als het contact door beide personen werd gevraagd, en het werd al goedgekeurd."
+
+#: ../../mod/dfrn_confirm.php:237
+msgid "Response from remote site was not understood."
+msgstr "Antwoord van de website op afstand werd niet begrepen."
+
+#: ../../mod/dfrn_confirm.php:246
+msgid "Unexpected response from remote site: "
+msgstr "Onverwacht antwoord van website op afstand:"
+
+#: ../../mod/dfrn_confirm.php:254
+msgid "Confirmation completed successfully."
+msgstr "Bevestiging werd correct voltooid."
+
+#: ../../mod/dfrn_confirm.php:256 ../../mod/dfrn_confirm.php:270
+#: ../../mod/dfrn_confirm.php:277
+msgid "Remote site reported: "
+msgstr "Website op afstand berichtte: "
+
+#: ../../mod/dfrn_confirm.php:268
+msgid "Temporary failure. Please wait and try again."
+msgstr "Tijdelijke fout. Wacht even en probeer opnieuw."
+
+#: ../../mod/dfrn_confirm.php:275
+msgid "Introduction failed or was revoked."
+msgstr "Verzoek mislukt of herroepen."
+
+#: ../../mod/dfrn_confirm.php:420
+msgid "Unable to set contact photo."
+msgstr "Ik kan geen contact foto instellen."
 
-#: ../../include/diaspora.php:621 ../../include/conversation.php:172
-#: ../../mod/dfrn_confirm.php:477
+#: ../../mod/dfrn_confirm.php:477 ../../include/conversation.php:172
+#: ../../include/diaspora.php:621
 #, php-format
 msgid "%1$s is now friends with %2$s"
 msgstr "%1$s is nu bevriend met %2$s"
 
-#: ../../include/diaspora.php:704
-msgid "Sharing notification from Diaspora network"
-msgstr ""
+#: ../../mod/dfrn_confirm.php:562
+#, php-format
+msgid "No user record found for '%s' "
+msgstr "Geen gebruiker gevonden voor '%s'"
 
-#: ../../include/diaspora.php:1874 ../../include/text.php:1884
-#: ../../include/conversation.php:126 ../../include/conversation.php:254
-#: ../../mod/subthread.php:87 ../../mod/tagger.php:62 ../../mod/like.php:151
-#: ../../view/theme/diabook/theme.php:464
-msgid "photo"
-msgstr "Foto"
+#: ../../mod/dfrn_confirm.php:572
+msgid "Our site encryption key is apparently messed up."
+msgstr "De encryptie-sleutel van onze webstek is blijkbaar beschadigd."
 
-#: ../../include/diaspora.php:1874 ../../include/conversation.php:121
-#: ../../include/conversation.php:130 ../../include/conversation.php:249
-#: ../../include/conversation.php:258 ../../mod/subthread.php:87
-#: ../../mod/tagger.php:62 ../../mod/like.php:151 ../../mod/like.php:322
-#: ../../view/theme/diabook/theme.php:459
-#: ../../view/theme/diabook/theme.php:468
-msgid "status"
-msgstr "Status"
+#: ../../mod/dfrn_confirm.php:583
+msgid "Empty site URL was provided or URL could not be decrypted by us."
+msgstr "Er werd een lege URL gegeven, of de URL kon niet ontcijferd worden door ons."
+
+#: ../../mod/dfrn_confirm.php:604
+msgid "Contact record was not found for you on our site."
+msgstr "We vonden op onze webstek geen contactrecord voor jou."
 
-#: ../../include/diaspora.php:1890 ../../include/conversation.php:137
-#: ../../mod/like.php:168 ../../view/theme/diabook/theme.php:473
+#: ../../mod/dfrn_confirm.php:618
 #, php-format
-msgid "%1$s likes %2$s's %3$s"
-msgstr "%1$s vond %3$s van %2$s leuk"
+msgid "Site public key not available in contact record for URL %s."
+msgstr "Publieke sleutel voor webstek niet beschikbaar in contactrecord voor URL %s."
 
-#: ../../include/diaspora.php:2262
-msgid "Attachments:"
-msgstr "Bijlagen:"
+#: ../../mod/dfrn_confirm.php:638
+msgid ""
+"The ID provided by your system is a duplicate on our system. It should work "
+"if you try again."
+msgstr "Het ID dat jouw systeem aangeeft is een dubbel op ons systeem. Als je opnieuw probeert zou het moeten werken."
 
-#: ../../include/items.php:3488 ../../mod/dfrn_request.php:716
-msgid "[Name Withheld]"
-msgstr "[Naam achtergehouden]"
+#: ../../mod/dfrn_confirm.php:649
+msgid "Unable to set your contact credentials on our system."
+msgstr "Niet in staat om op dit systeem je contactreferenties in te stellen."
 
-#: ../../include/items.php:3495
-msgid "A new person is sharing with you at "
+#: ../../mod/dfrn_confirm.php:716
+msgid "Unable to update your contact profile details on our system"
 msgstr ""
 
-#: ../../include/items.php:3495
-msgid "You have a new follower at "
-msgstr "Je hebt een nieuwe volger op "
+#: ../../mod/dfrn_confirm.php:751
+#, php-format
+msgid "Connection accepted at %s"
+msgstr "Uw connectie werd geaccepteerd op %s"
 
-#: ../../include/items.php:3979 ../../mod/display.php:51
-#: ../../mod/display.php:246 ../../mod/admin.php:158 ../../mod/admin.php:809
-#: ../../mod/admin.php:1009 ../../mod/viewsrc.php:15 ../../mod/notice.php:15
-msgid "Item not found."
-msgstr "Item niet gevonden."
+#: ../../mod/dfrn_confirm.php:800
+#, php-format
+msgid "%1$s has joined %2$s"
+msgstr "%1$s is toegetreden tot %2$s"
 
-#: ../../include/items.php:4018
-msgid "Do you really want to delete this item?"
-msgstr "Wil je echt dit item verwijderen?"
+#: ../../mod/api.php:76 ../../mod/api.php:102
+msgid "Authorize application connection"
+msgstr ""
 
-#: ../../include/items.php:4020 ../../mod/profiles.php:610
-#: ../../mod/api.php:105 ../../mod/register.php:239 ../../mod/settings.php:961
-#: ../../mod/settings.php:967 ../../mod/settings.php:975
-#: ../../mod/settings.php:979 ../../mod/settings.php:984
-#: ../../mod/settings.php:990 ../../mod/settings.php:996
-#: ../../mod/settings.php:1002 ../../mod/settings.php:1032
-#: ../../mod/settings.php:1033 ../../mod/settings.php:1034
-#: ../../mod/settings.php:1035 ../../mod/settings.php:1036
-#: ../../mod/dfrn_request.php:836 ../../mod/suggest.php:29
-#: ../../mod/message.php:209 ../../mod/contacts.php:246
-msgid "Yes"
-msgstr "Ja"
+#: ../../mod/api.php:77
+msgid "Return to your app and insert this Securty Code:"
+msgstr ""
 
-#: ../../include/items.php:4023 ../../include/conversation.php:1120
-#: ../../mod/settings.php:585 ../../mod/settings.php:611
-#: ../../mod/dfrn_request.php:848 ../../mod/suggest.php:32
-#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 ../../mod/editpost.php:148
-#: ../../mod/fbrowser.php:81 ../../mod/fbrowser.php:116
-#: ../../mod/message.php:212 ../../mod/photos.php:202 ../../mod/photos.php:290
-#: ../../mod/contacts.php:249
-msgid "Cancel"
-msgstr "Annuleren"
+#: ../../mod/api.php:89
+msgid "Please login to continue."
+msgstr "Log in om verder te gaan."
 
-#: ../../include/items.php:4143 ../../mod/profiles.php:146
-#: ../../mod/profiles.php:571 ../../mod/notes.php:20 ../../mod/display.php:242
-#: ../../mod/nogroup.php:25 ../../mod/item.php:143 ../../mod/item.php:159
-#: ../../mod/allfriends.php:9 ../../mod/api.php:26 ../../mod/api.php:31
-#: ../../mod/register.php:40 ../../mod/regmod.php:118 ../../mod/attach.php:33
-#: ../../mod/uimport.php:23 ../../mod/settings.php:91
-#: ../../mod/settings.php:566 ../../mod/settings.php:571
-#: ../../mod/crepair.php:115 ../../mod/delegate.php:6 ../../mod/poke.php:135
-#: ../../mod/dfrn_confirm.php:53 ../../mod/suggest.php:56
-#: ../../mod/editpost.php:10 ../../mod/events.php:140 ../../mod/follow.php:9
-#: ../../mod/fsuggest.php:78 ../../mod/group.php:19
-#: ../../mod/viewcontacts.php:22 ../../mod/wall_attach.php:55
-#: ../../mod/wall_upload.php:66 ../../mod/invite.php:15
-#: ../../mod/invite.php:101 ../../mod/wallmessage.php:9
-#: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79
-#: ../../mod/wallmessage.php:103 ../../mod/manage.php:96
-#: ../../mod/message.php:38 ../../mod/message.php:174 ../../mod/mood.php:114
-#: ../../mod/network.php:6 ../../mod/notifications.php:66
-#: ../../mod/photos.php:133 ../../mod/photos.php:1044
-#: ../../mod/install.php:151 ../../mod/contacts.php:147
-#: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:169
-#: ../../mod/profile_photo.php:180 ../../mod/profile_photo.php:193
-#: ../../index.php:346
-msgid "Permission denied."
-msgstr "Toegang geweigerd"
+#: ../../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 "Wil je deze toepassing toestemming geven om jouw berichten en contacten in te kijken, en/of nieuwe berichten in jouw plaats aan te maken?"
 
-#: ../../include/items.php:4213
-msgid "Archives"
-msgstr "Archieven"
+#: ../../mod/lostpass.php:17
+msgid "No valid account found."
+msgstr "Geen geldige account gevonden."
 
-#: ../../include/features.php:23
-msgid "General Features"
-msgstr "Algemene functies"
+#: ../../mod/lostpass.php:33
+msgid "Password reset request issued. Check your email."
+msgstr "Verzoek om wachtwoord opnieuw in te stellen werd verstuurd. Kijk uw e-mail na."
 
-#: ../../include/features.php:25
-msgid "Multiple Profiles"
-msgstr "Meerdere profielen"
+#: ../../mod/lostpass.php:44
+#, php-format
+msgid "Password reset requested at %s"
+msgstr "Op %s werd gevraagd je wachtwoord opnieuw in te stellen"
 
-#: ../../include/features.php:25
-msgid "Ability to create multiple profiles"
-msgstr "Mogelijkheid om meerdere profielen aan te maken"
+#: ../../mod/lostpass.php:66
+msgid ""
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
+msgstr "Verzoek kon niet geverifieerd worden. (Misschien heb je het voordien al ingediend.) Wachtwoord niet opnieuw ingesteld."
 
-#: ../../include/features.php:30
-msgid "Post Composition Features"
-msgstr "Functies voor het opstellen van berichten"
+#: ../../mod/lostpass.php:85
+msgid "Your password has been reset as requested."
+msgstr "Je wachtwoord is opnieuw ingesteld zoals gevraagd."
 
-#: ../../include/features.php:31
-msgid "Richtext Editor"
-msgstr "RTF-tekstverwerker"
+#: ../../mod/lostpass.php:86
+msgid "Your new password is"
+msgstr "Je nieuwe wachtwoord is"
 
-#: ../../include/features.php:31
-msgid "Enable richtext editor"
-msgstr "Gebruik een tekstverwerker met eenvoudige opmaakfuncties"
+#: ../../mod/lostpass.php:87
+msgid "Save or copy your new password - and then"
+msgstr "Bewaar of kopieer je nieuw wachtwoord - en dan"
 
-#: ../../include/features.php:32
-msgid "Post Preview"
-msgstr "Voorvertoning bericht"
+#: ../../mod/lostpass.php:88
+msgid "click here to login"
+msgstr "klik hier om in te loggen"
 
-#: ../../include/features.php:32
-msgid "Allow previewing posts and comments before publishing them"
-msgstr ""
+#: ../../mod/lostpass.php:89
+msgid ""
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
+msgstr "Je kunt dit wachtwoord veranderen nadat je bent ingelogd op de <em>Instellingen></em> pagina."
 
-#: ../../include/features.php:37
-msgid "Network Sidebar Widgets"
-msgstr "Zijbalkwidgets op netwerkpagina"
+#: ../../mod/lostpass.php:107
+#, php-format
+msgid "Your password has been changed at %s"
+msgstr "Je wachtwoord is veranderd op %s"
 
-#: ../../include/features.php:38
-msgid "Search by Date"
-msgstr "Zoeken op datum"
+#: ../../mod/lostpass.php:122
+msgid "Forgot your Password?"
+msgstr "Wachtwoord vergeten?"
 
-#: ../../include/features.php:38
-msgid "Ability to select posts by date ranges"
-msgstr "Mogelijkheid om berichten te selecteren volgens datumbereik"
+#: ../../mod/lostpass.php:123
+msgid ""
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
+msgstr "Voer je e-mailadres in en verstuur het om je wachtwoord opnieuw in te stellen. Kijk dan je e-mail na voor verdere instructies."
 
-#: ../../include/features.php:39
-msgid "Group Filter"
-msgstr "Groepsfilter"
+#: ../../mod/lostpass.php:124
+msgid "Nickname or Email: "
+msgstr "Bijnaam of e-mail:"
 
-#: ../../include/features.php:39
-msgid "Enable widget to display Network posts only from selected group"
-msgstr "Sta de widget toe om netwerkberichten te tonen van bepaalde groepen"
+#: ../../mod/lostpass.php:125
+msgid "Reset"
+msgstr "Opnieuw"
 
-#: ../../include/features.php:40
-msgid "Network Filter"
-msgstr "Netwerkfilter"
+#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112
+#, php-format
+msgid "Number of daily wall messages for %s exceeded. Message failed."
+msgstr ""
 
-#: ../../include/features.php:40
-msgid "Enable widget to display Network posts only from selected network"
-msgstr "Sta de widget toe om netwerkberichten te tonen van bepaalde netwerken"
+#: ../../mod/wallmessage.php:56 ../../mod/message.php:63
+msgid "No recipient selected."
+msgstr "Geen ontvanger geselecteerd."
 
-#: ../../include/features.php:41 ../../mod/search.php:30
-#: ../../mod/network.php:233
-msgid "Saved Searches"
-msgstr "Opgeslagen zoekopdrachten"
+#: ../../mod/wallmessage.php:59
+msgid "Unable to check your home location."
+msgstr "Niet in staat om je tijdlijn-locatie vast te stellen"
 
-#: ../../include/features.php:41
-msgid "Save search terms for re-use"
-msgstr "Sla zoekopdrachten op voor hergebruik"
+#: ../../mod/wallmessage.php:62 ../../mod/message.php:70
+msgid "Message could not be sent."
+msgstr "Bericht kon niet verzonden worden."
 
-#: ../../include/features.php:46
-msgid "Network Tabs"
-msgstr "Netwerktabs"
+#: ../../mod/wallmessage.php:65 ../../mod/message.php:73
+msgid "Message collection failure."
+msgstr "Fout bij het verzamelen van berichten."
 
-#: ../../include/features.php:47
-msgid "Network Personal Tab"
-msgstr "Persoonlijke netwerktab"
-
-#: ../../include/features.php:47
-msgid "Enable tab to display only Network posts that you've interacted on"
-msgstr "Sta het toe dat de tab netwerkberichten toont waarmee je interactie had"
+#: ../../mod/wallmessage.php:68 ../../mod/message.php:76
+msgid "Message sent."
+msgstr "Bericht verzonden."
 
-#: ../../include/features.php:48
-msgid "Network New Tab"
-msgstr "Nieuwe netwerktab"
+#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95
+msgid "No recipient."
+msgstr "Geen ontvanger."
 
-#: ../../include/features.php:48
-msgid "Enable tab to display only new Network posts (from the last 12 hours)"
-msgstr "Laat de tab alleen nieuwe netwerkberichten tonen (van de laatste 12 uur)"
+#: ../../mod/wallmessage.php:127 ../../mod/wallmessage.php:135
+#: ../../mod/message.php:283 ../../mod/message.php:291
+#: ../../mod/message.php:466 ../../mod/message.php:474
+#: ../../include/conversation.php:997 ../../include/conversation.php:1015
+msgid "Please enter a link URL:"
+msgstr "Vul een internetadres/URL in:"
 
-#: ../../include/features.php:49
-msgid "Network Shared Links Tab"
-msgstr ""
+#: ../../mod/wallmessage.php:142 ../../mod/message.php:319
+msgid "Send Private Message"
+msgstr "Verstuur privébericht"
 
-#: ../../include/features.php:49
-msgid "Enable tab to display only Network posts with links in them"
-msgstr ""
+#: ../../mod/wallmessage.php:143
+#, php-format
+msgid ""
+"If you wish for %s to respond, please check that the privacy settings on "
+"your site allow private mail from unknown senders."
+msgstr "Als je wilt dat %s antwoordt moet je nakijken dat de privacy-instellingen op jouw website privéberichten van onbekende afzenders toelaat."
 
-#: ../../include/features.php:54
-msgid "Post/Comment Tools"
-msgstr "Bericht-/reactiehulpmiddelen"
+#: ../../mod/wallmessage.php:144 ../../mod/message.php:320
+#: ../../mod/message.php:553
+msgid "To:"
+msgstr "Aan:"
 
-#: ../../include/features.php:55
-msgid "Multiple Deletion"
-msgstr ""
+#: ../../mod/wallmessage.php:145 ../../mod/message.php:325
+#: ../../mod/message.php:555
+msgid "Subject:"
+msgstr "Onderwerp:"
 
-#: ../../include/features.php:55
-msgid "Select and delete multiple posts/comments at once"
-msgstr ""
+#: ../../mod/wallmessage.php:151 ../../mod/message.php:329
+#: ../../mod/message.php:558 ../../mod/invite.php:134
+msgid "Your message:"
+msgstr "Jouw bericht:"
 
-#: ../../include/features.php:56
-msgid "Edit Sent Posts"
-msgstr "Bewerk verzonden berichten"
+#: ../../mod/wallmessage.php:154 ../../mod/editpost.php:110
+#: ../../mod/message.php:332 ../../mod/message.php:562
+#: ../../include/conversation.php:1081
+msgid "Upload photo"
+msgstr "Foto uploaden"
 
-#: ../../include/features.php:56
-msgid "Edit and correct posts and comments after sending"
-msgstr "Bewerk en corrigeer berichten en reacties na verzending"
+#: ../../mod/wallmessage.php:155 ../../mod/editpost.php:114
+#: ../../mod/message.php:333 ../../mod/message.php:563
+#: ../../include/conversation.php:1085
+msgid "Insert web link"
+msgstr "Voeg een webadres in"
 
-#: ../../include/features.php:57
-msgid "Tagging"
-msgstr "Labelen"
+#: ../../mod/newmember.php:6
+msgid "Welcome to Friendica"
+msgstr "Welkom bij Friendica"
 
-#: ../../include/features.php:57
-msgid "Ability to tag existing posts"
-msgstr "Mogelijkheid om bestaande berichten te labelen"
+#: ../../mod/newmember.php:8
+msgid "New Member Checklist"
+msgstr "Checklist voor nieuwe leden"
 
-#: ../../include/features.php:58
-msgid "Post Categories"
-msgstr "Categorieën berichten"
+#: ../../mod/newmember.php:12
+msgid ""
+"We would like to offer some tips and links to help make your experience "
+"enjoyable. Click any item to visit the relevant page. A link to this page "
+"will be visible from your home page for two weeks after your initial "
+"registration and then will quietly disappear."
+msgstr "We willen je een paar tips en verwijzingen aanreiken om je een aangename ervaring te bezorgen. Klik op een item om de relevante pagina's te bezoeken. Een verwijzing naar deze pagina zal twee weken lang na je registratie zichtbaar zijn op je tijdlijn. Daarna zal de verwijzing stilletjes verdwijnen."
 
-#: ../../include/features.php:58
-msgid "Add categories to your posts"
-msgstr "Voeg categorieën toe aan je berichten"
+#: ../../mod/newmember.php:14
+msgid "Getting Started"
+msgstr "Aan de slag"
 
-#: ../../include/features.php:59
-msgid "Ability to file posts under folders"
-msgstr "Mogelijkheid om berichten in mappen te bewaren"
+#: ../../mod/newmember.php:18
+msgid "Friendica Walk-Through"
+msgstr "Doorloop Friendica"
 
-#: ../../include/features.php:60
-msgid "Dislike Posts"
-msgstr "Vind berichten niet leuk"
+#: ../../mod/newmember.php:18
+msgid ""
+"On your <em>Quick Start</em> page - find a brief introduction to your "
+"profile and network tabs, make some new connections, and find some groups to"
+" join."
+msgstr "Op je <em>Snelstart</em> pagina kun je een korte inleiding vinden over je profiel en netwerk tabs, om enkele nieuwe connecties te leggen en groepen te vinden om lid van te worden."
 
-#: ../../include/features.php:60
-msgid "Ability to dislike posts/comments"
-msgstr "Mogelijkheid om berichten of reacties niet leuk te vinden"
+#: ../../mod/newmember.php:26
+msgid "Go to Your Settings"
+msgstr "Ga naar je instellingen"
 
-#: ../../include/features.php:61
-msgid "Star Posts"
-msgstr "Geef berichten een ster"
+#: ../../mod/newmember.php:26
+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 "Verander je initieel wachtwoord op je <em>instellingenpagina</em>. Noteer ook het adres van je identiteit. Dit ziet er uit als een e-mailadres - en zal nuttig zijn om vrienden te maken op het vrije sociale web."
 
-#: ../../include/features.php:61
-msgid "Ability to mark special posts with a star indicator"
-msgstr ""
+#: ../../mod/newmember.php:28
+msgid ""
+"Review the other settings, particularly the privacy settings. An unpublished"
+" directory listing is like having an unlisted phone number. In general, you "
+"should probably publish your listing - unless all of your friends and "
+"potential friends know exactly how to find you."
+msgstr "Controleer ook de andere instellingen, in het bijzonder de privacy-instellingen. Een niet-gepubliceerd adres is zoals een privé-telefoonnummer. In het algemeen wil je waarschijnlijk je adres publiceren - tenzij al je vrienden en mogelijke vrienden precies weten hoe je te vinden."
 
-#: ../../include/dba.php:44
-#, php-format
-msgid "Cannot locate DNS info for database server '%s'"
-msgstr ""
+#: ../../mod/newmember.php:36 ../../mod/profile_photo.php:244
+msgid "Upload Profile Photo"
+msgstr "Profielfoto uploaden"
 
-#: ../../include/text.php:293
-msgid "newer"
-msgstr "nieuwere berichten"
+#: ../../mod/newmember.php:36
+msgid ""
+"Upload a profile photo if you have not done so already. Studies have shown "
+"that people with real photos of themselves are ten times more likely to make"
+" friends than people who do not."
+msgstr "Upload een profielfoto, als je dat nog niet gedaan hebt. Studies tonen aan dat mensen met echte foto's van zichzelf tien keer gemakkelijker vrienden maken dan mensen die dat niet doen."
 
-#: ../../include/text.php:295
-msgid "older"
-msgstr "oudere berichten"
+#: ../../mod/newmember.php:38
+msgid "Edit Your Profile"
+msgstr "Bewerk je profiel"
 
-#: ../../include/text.php:300
-msgid "prev"
-msgstr "vorige"
+#: ../../mod/newmember.php:38
+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 "Bewerk je <strong>standaard</strong> profiel zoals je wilt. Controleer de instellingen om je vriendenlijst te verbergen, en om je profiel voor ongekende bezoekers te verbergen."
 
-#: ../../include/text.php:302
-msgid "first"
-msgstr "eerste"
+#: ../../mod/newmember.php:40
+msgid "Profile Keywords"
+msgstr "Sleutelwoorden voor dit profiel"
 
-#: ../../include/text.php:334
-msgid "last"
-msgstr "laatste"
+#: ../../mod/newmember.php:40
+msgid ""
+"Set some public keywords for your default profile which describe your "
+"interests. We may be able to find other people with similar interests and "
+"suggest friendships."
+msgstr "Stel enkele openbare sleutelwoorden in voor je standaard profiel die je interesses beschrijven. We kunnen dan misschien mensen vinden met gelijkaardige interesses, en vrienden voorstellen."
 
-#: ../../include/text.php:337
-msgid "next"
-msgstr "volgende"
+#: ../../mod/newmember.php:44
+msgid "Connecting"
+msgstr "Verbinding aan het maken"
 
-#: ../../include/text.php:829
-msgid "No contacts"
-msgstr "Geen contacten"
+#: ../../mod/newmember.php:49 ../../mod/newmember.php:51
+#: ../../include/contact_selectors.php:81
+msgid "Facebook"
+msgstr "Facebook"
 
-#: ../../include/text.php:838
-#, php-format
-msgid "%d Contact"
-msgid_plural "%d Contacts"
-msgstr[0] "%d contact"
-msgstr[1] "%d contacten"
+#: ../../mod/newmember.php:49
+msgid ""
+"Authorise the Facebook Connector if you currently have a Facebook account "
+"and we will (optionally) import all your Facebook friends and conversations."
+msgstr "Machtig de Facebook Connector als je een Facebook account hebt. We zullen (optioneel) al je Facebook vrienden en conversaties importeren."
 
-#: ../../include/text.php:850 ../../mod/viewcontacts.php:76
-msgid "View Contacts"
-msgstr "Bekijk contacten"
+#: ../../mod/newmember.php:51
+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>Als</em> dit jouw eigen persoonlijke server is kan het installeren van de Facebook toevoeging je overgang naar het vrije sociale web vergemakkelijken."
 
-#: ../../include/text.php:927 ../../include/text.php:928
-#: ../../include/nav.php:118 ../../mod/search.php:99
-msgid "Search"
-msgstr "Zoeken"
+#: ../../mod/newmember.php:56
+msgid "Importing Emails"
+msgstr "E-mails importeren"
 
-#: ../../include/text.php:930 ../../mod/notes.php:63 ../../mod/filer.php:31
-msgid "Save"
-msgstr "Bewaren"
+#: ../../mod/newmember.php:56
+msgid ""
+"Enter your email access information on your Connector Settings page if you "
+"wish to import and interact with friends or mailing lists from your email "
+"INBOX"
+msgstr "Vul je e-mailtoegangsinformatie in op je pagina met verbindingsinstellingen als je vrienden of mailinglijsten uit je e-mail-inbox wilt importeren, en met hen wilt communiceren"
 
-#: ../../include/text.php:979
-msgid "poke"
-msgstr "por"
+#: ../../mod/newmember.php:58
+msgid "Go to Your Contacts Page"
+msgstr "Ga naar je contactenpagina"
 
-#: ../../include/text.php:979 ../../include/conversation.php:211
-msgid "poked"
-msgstr "gepord"
+#: ../../mod/newmember.php:58
+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 "Je contactenpagina is jouw poort om vriendschappen te beheren en verbinding te leggen met vrienden op andere netwerken. Je kunt hun adres of URL toevoegen in de <em>Voeg nieuw contact toe</em> dialoog."
 
-#: ../../include/text.php:980
-msgid "ping"
-msgstr "ping"
+#: ../../mod/newmember.php:60
+msgid "Go to Your Site's Directory"
+msgstr "Ga naar de gids van je website"
 
-#: ../../include/text.php:980
-msgid "pinged"
-msgstr "gepingd"
+#: ../../mod/newmember.php:60
+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 "In de gids vind je andere mensen in dit netwerk of op andere federatieve sites. Zoek naar het woord <em>Connect</em> of <em>Follow</em> op hun profielpagina (meestal aan de linkerkant). Vul je eigen identiteitsadres in wanneer daar om wordt gevraagd."
 
-#: ../../include/text.php:981
-msgid "prod"
-msgstr ""
+#: ../../mod/newmember.php:62
+msgid "Finding New People"
+msgstr "Nieuwe mensen vinden"
 
-#: ../../include/text.php:981
-msgid "prodded"
-msgstr ""
+#: ../../mod/newmember.php:62
+msgid ""
+"On the side panel of the Contacts page are several tools to find new "
+"friends. We can match people by interest, look up people by name or "
+"interest, and provide suggestions based on network relationships. On a brand"
+" new site, friend suggestions will usually begin to be populated within 24 "
+"hours."
+msgstr "Op het zijpaneel van de Contacten pagina vind je verschillende tools om nieuwe vrienden te zoeken. We kunnen mensen op interesses matchen, mensen opzoeken op naam of hobby, en suggesties doen gebaseerd op netwerk-relaties. Op een nieuwe webstek beginnen vriendschapssuggesties meestal binnen de 24 uur beschikbaar te worden."
 
-#: ../../include/text.php:982
-msgid "slap"
-msgstr ""
+#: ../../mod/newmember.php:66 ../../include/group.php:270
+msgid "Groups"
+msgstr "Groepen"
 
-#: ../../include/text.php:982
-msgid "slapped"
-msgstr ""
+#: ../../mod/newmember.php:70
+msgid "Group Your Contacts"
+msgstr "Groepeer je contacten"
 
-#: ../../include/text.php:983
-msgid "finger"
-msgstr ""
+#: ../../mod/newmember.php:70
+msgid ""
+"Once you have made some friends, organize them into private conversation "
+"groups from the sidebar of your Contacts page and then you can interact with"
+" each group privately on your Network page."
+msgstr "Als je een aantal vrienden gemaakt hebt kun je ze in je eigen conversatiegroepen indelen vanuit de zijbalk van je 'Conacten' pagina, en dan kun je met elke groep apart contact houden op je Netwerk pagina. "
 
-#: ../../include/text.php:983
-msgid "fingered"
-msgstr ""
+#: ../../mod/newmember.php:73
+msgid "Why Aren't My Posts Public?"
+msgstr "Waarom zijn mijn berichten niet openbaar?"
 
-#: ../../include/text.php:984
-msgid "rebuff"
-msgstr ""
+#: ../../mod/newmember.php:73
+msgid ""
+"Friendica respects your privacy. By default, your posts will only show up to"
+" people you've added as friends. For more information, see the help section "
+"from the link above."
+msgstr "Friendica respecteert je privacy. Standaard zullen je berichten alleen zichtbaar zijn voor personen die jij als vriend hebt toegevoegd. Lees de help (zie de verwijzing hierboven) voor meer informatie."
 
-#: ../../include/text.php:984
-msgid "rebuffed"
-msgstr ""
+#: ../../mod/newmember.php:78
+msgid "Getting Help"
+msgstr "Hulp krijgen"
 
-#: ../../include/text.php:998
-msgid "happy"
-msgstr "Blij"
+#: ../../mod/newmember.php:82
+msgid "Go to the Help Section"
+msgstr "Ga naar de help"
 
-#: ../../include/text.php:999
-msgid "sad"
-msgstr "Verdrietig"
+#: ../../mod/newmember.php:82
+msgid ""
+"Our <strong>help</strong> pages may be consulted for detail on other program"
+" features and resources."
+msgstr "Je kunt onze <strong>help</strong> pagina's raadplegen voor gedetailleerde informatie over andere functies van dit programma."
 
-#: ../../include/text.php:1000
-msgid "mellow"
-msgstr ""
+#: ../../mod/suggest.php:27
+msgid "Do you really want to delete this suggestion?"
+msgstr "Wil je echt dit voorstel verwijderen?"
 
-#: ../../include/text.php:1001
-msgid "tired"
-msgstr "vermoeid"
+#: ../../mod/suggest.php:32 ../../mod/editpost.php:148
+#: ../../mod/dfrn_request.php:848 ../../mod/contacts.php:323
+#: ../../mod/settings.php:602 ../../mod/settings.php:628
+#: ../../mod/message.php:212 ../../mod/photos.php:202 ../../mod/photos.php:290
+#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 ../../mod/fbrowser.php:81
+#: ../../mod/fbrowser.php:116 ../../include/conversation.php:1119
+#: ../../include/items.php:4067
+msgid "Cancel"
+msgstr "Annuleren"
 
-#: ../../include/text.php:1002
-msgid "perky"
-msgstr ""
+#: ../../mod/suggest.php:72
+msgid ""
+"No suggestions available. If this is a new site, please try again in 24 "
+"hours."
+msgstr "Geen voorstellen beschikbaar. Als dit een nieuwe website is, kun je het over 24 uur nog eens proberen."
 
-#: ../../include/text.php:1003
-msgid "angry"
-msgstr "boos"
+#: ../../mod/suggest.php:90
+msgid "Ignore/Hide"
+msgstr "Negeren/Verbergen"
 
-#: ../../include/text.php:1004
-msgid "stupified"
-msgstr ""
+#: ../../mod/network.php:179
+msgid "Search Results For:"
+msgstr "Zoekresultaten voor:"
 
-#: ../../include/text.php:1005
-msgid "puzzled"
-msgstr "onzeker"
+#: ../../mod/network.php:222 ../../mod/_search.php:21 ../../mod/search.php:21
+msgid "Remove term"
+msgstr "Verwijder zoekterm"
 
-#: ../../include/text.php:1006
-msgid "interested"
-msgstr "Geïnteresseerd"
+#: ../../mod/network.php:231 ../../mod/_search.php:30 ../../mod/search.php:30
+#: ../../include/features.php:41
+msgid "Saved Searches"
+msgstr "Opgeslagen zoekopdrachten"
 
-#: ../../include/text.php:1007
-msgid "bitter"
-msgstr "bitter"
+#: ../../mod/network.php:232 ../../include/group.php:275
+msgid "add"
+msgstr "toevoegen"
 
-#: ../../include/text.php:1008
-msgid "cheerful"
-msgstr "vrolijk"
+#: ../../mod/network.php:394
+msgid "Commented Order"
+msgstr "Nieuwe reacties bovenaan"
 
-#: ../../include/text.php:1009
-msgid "alive"
-msgstr "levend"
+#: ../../mod/network.php:397
+msgid "Sort by Comment Date"
+msgstr "Berichten met nieuwe reacties bovenaan"
 
-#: ../../include/text.php:1010
-msgid "annoyed"
-msgstr "verveeld"
+#: ../../mod/network.php:400
+msgid "Posted Order"
+msgstr "Nieuwe berichten bovenaan"
 
-#: ../../include/text.php:1011
-msgid "anxious"
-msgstr ""
+#: ../../mod/network.php:403
+msgid "Sort by Post Date"
+msgstr "Nieuwe berichten bovenaan"
 
-#: ../../include/text.php:1012
-msgid "cranky"
-msgstr ""
+#: ../../mod/network.php:441 ../../mod/notifications.php:88
+msgid "Personal"
+msgstr "Persoonlijk"
 
-#: ../../include/text.php:1013
-msgid "disturbed"
-msgstr ""
+#: ../../mod/network.php:444
+msgid "Posts that mention or involve you"
+msgstr "Alleen berichten die jou vermelden of op jou betrekking hebben"
 
-#: ../../include/text.php:1014
-msgid "frustrated"
-msgstr "gefrustreerd"
+#: ../../mod/network.php:450
+msgid "New"
+msgstr "Nieuw"
 
-#: ../../include/text.php:1015
-msgid "motivated"
-msgstr "gemotiveerd"
+#: ../../mod/network.php:453
+msgid "Activity Stream - by date"
+msgstr "Activiteitenstroom - volgens datum"
 
-#: ../../include/text.php:1016
-msgid "relaxed"
-msgstr "ontspannen"
+#: ../../mod/network.php:459
+msgid "Shared Links"
+msgstr "Gedeelde links"
 
-#: ../../include/text.php:1017
-msgid "surprised"
-msgstr "verbaasd"
+#: ../../mod/network.php:462
+msgid "Interesting Links"
+msgstr "Interessante links"
 
-#: ../../include/text.php:1185
-msgid "Monday"
-msgstr "Maandag"
+#: ../../mod/network.php:468
+msgid "Starred"
+msgstr "Met ster"
 
-#: ../../include/text.php:1185
-msgid "Tuesday"
-msgstr "Dinsdag"
+#: ../../mod/network.php:471
+msgid "Favourite Posts"
+msgstr "Favoriete berichten"
 
-#: ../../include/text.php:1185
-msgid "Wednesday"
-msgstr "Woensdag"
+#: ../../mod/network.php:539
+#, 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] "Waarschuwing: Deze groep bevat %s lid van een onveilig netwerk."
+msgstr[1] "Waarschuwing: Deze groep bevat %s leden van een onveilig netwerk."
 
-#: ../../include/text.php:1185
-msgid "Thursday"
-msgstr "Donderdag"
+#: ../../mod/network.php:542
+msgid "Private messages to this group are at risk of public disclosure."
+msgstr "Privéberichten naar deze groep kunnen openbaar gemaakt worden."
 
-#: ../../include/text.php:1185
-msgid "Friday"
-msgstr "Vrijdag"
+#: ../../mod/network.php:588 ../../mod/content.php:119
+msgid "No such group"
+msgstr "Zo'n groep bestaat niet"
 
-#: ../../include/text.php:1185
-msgid "Saturday"
-msgstr "Zaterdag"
+#: ../../mod/network.php:599 ../../mod/content.php:130
+msgid "Group is empty"
+msgstr "De groep is leeg"
 
-#: ../../include/text.php:1185
-msgid "Sunday"
-msgstr "Zondag"
+#: ../../mod/network.php:605 ../../mod/content.php:134
+msgid "Group: "
+msgstr "Groep:"
 
-#: ../../include/text.php:1189
-msgid "January"
-msgstr "Januari"
+#: ../../mod/network.php:617
+msgid "Contact: "
+msgstr "Contact: "
 
-#: ../../include/text.php:1189
-msgid "February"
-msgstr "Februari"
+#: ../../mod/network.php:619
+msgid "Private messages to this person are at risk of public disclosure."
+msgstr "Privéberichten naar deze persoon kunnen openbaar gemaakt worden."
 
-#: ../../include/text.php:1189
-msgid "March"
-msgstr "Maart"
+#: ../../mod/network.php:624
+msgid "Invalid contact."
+msgstr "Ongeldig contact."
 
-#: ../../include/text.php:1189
-msgid "April"
-msgstr "April"
+#: ../../mod/install.php:117
+msgid "Friendica Communications Server - Setup"
+msgstr ""
 
-#: ../../include/text.php:1189
-msgid "May"
-msgstr "Mei"
+#: ../../mod/install.php:123
+msgid "Could not connect to database."
+msgstr "Kon geen toegang krijgen tot de database."
 
-#: ../../include/text.php:1189
-msgid "June"
-msgstr "Juni"
+#: ../../mod/install.php:127
+msgid "Could not create table."
+msgstr "Kon tabel niet aanmaken."
 
-#: ../../include/text.php:1189
-msgid "July"
-msgstr "Juli"
+#: ../../mod/install.php:133
+msgid "Your Friendica site database has been installed."
+msgstr "De database van je Friendica-website is geïnstalleerd."
 
-#: ../../include/text.php:1189
-msgid "August"
-msgstr "Augustus"
+#: ../../mod/install.php:138
+msgid ""
+"You may need to import the file \"database.sql\" manually using phpmyadmin "
+"or mysql."
+msgstr "Het kan nodig zijn om het bestand \"database.sql\" manueel te importeren met phpmyadmin of mysql."
 
-#: ../../include/text.php:1189
-msgid "September"
-msgstr "September"
+#: ../../mod/install.php:139 ../../mod/install.php:206
+#: ../../mod/install.php:521
+msgid "Please see the file \"INSTALL.txt\"."
+msgstr "Zie het bestand \"INSTALL.txt\"."
 
-#: ../../include/text.php:1189
-msgid "October"
-msgstr "Oktober"
+#: ../../mod/install.php:203
+msgid "System check"
+msgstr "Systeemcontrole"
 
-#: ../../include/text.php:1189
-msgid "November"
-msgstr "November"
+#: ../../mod/install.php:207 ../../mod/events.php:373
+msgid "Next"
+msgstr "Volgende"
 
-#: ../../include/text.php:1189
-msgid "December"
-msgstr "December"
+#: ../../mod/install.php:208
+msgid "Check again"
+msgstr "Controleer opnieuw"
 
-#: ../../include/text.php:1345 ../../mod/videos.php:301
-msgid "View Video"
-msgstr "Bekijk Video"
+#: ../../mod/install.php:227
+msgid "Database connection"
+msgstr "Verbinding met database"
 
-#: ../../include/text.php:1377
-msgid "bytes"
-msgstr "bytes"
+#: ../../mod/install.php:228
+msgid ""
+"In order to install Friendica we need to know how to connect to your "
+"database."
+msgstr "Om Friendica te kunnen installeren moet ik weten hoe ik jouw database kan bereiken."
 
-#: ../../include/text.php:1401 ../../include/text.php:1413
-msgid "Click to open/close"
-msgstr "klik om te openen/sluiten"
+#: ../../mod/install.php:229
+msgid ""
+"Please contact your hosting provider or site administrator if you have "
+"questions about these settings."
+msgstr "Neem contact op met jouw hostingprovider of websitebeheerder, wanneer je vragen hebt over deze instellingen. "
 
-#: ../../include/text.php:1575 ../../mod/events.php:335
-msgid "link to source"
-msgstr "Verwijzing naar bron"
-
-#: ../../include/text.php:1630
-msgid "Select an alternate language"
-msgstr "Kies een andere taal"
+#: ../../mod/install.php:230
+msgid ""
+"The database you specify below should already exist. If it does not, please "
+"create it before continuing."
+msgstr "De database die je hier opgeeft zou al moeten bestaan. Maak anders de database aan voordat je verder gaat."
 
-#: ../../include/text.php:1882 ../../include/conversation.php:118
-#: ../../include/conversation.php:246 ../../view/theme/diabook/theme.php:456
-msgid "event"
-msgstr "gebeurtenis"
+#: ../../mod/install.php:234
+msgid "Database Server Name"
+msgstr "Servernaam database"
 
-#: ../../include/text.php:1886
-msgid "activity"
-msgstr "activiteit"
+#: ../../mod/install.php:235
+msgid "Database Login Name"
+msgstr "Gebruikersnaam database"
 
-#: ../../include/text.php:1888 ../../mod/content.php:628
-#: ../../object/Item.php:364 ../../object/Item.php:377
-msgid "comment"
-msgid_plural "comments"
-msgstr[0] "reactie"
-msgstr[1] "reacties"
+#: ../../mod/install.php:236
+msgid "Database Login Password"
+msgstr "Wachtwoord database"
 
-#: ../../include/text.php:1889
-msgid "post"
-msgstr "bericht"
+#: ../../mod/install.php:237
+msgid "Database Name"
+msgstr "Naam database"
 
-#: ../../include/text.php:2044
-msgid "Item filed"
-msgstr "Item bewaard"
+#: ../../mod/install.php:238 ../../mod/install.php:277
+msgid "Site administrator email address"
+msgstr "E-mailadres van de websitebeheerder"
 
-#: ../../include/group.php:25
+#: ../../mod/install.php:238 ../../mod/install.php:277
 msgid ""
-"A deleted group with this name was revived. Existing item permissions "
-"<strong>may</strong> apply to this group and any future members. If this is "
-"not what you intended, please create another group with a different name."
-msgstr "Een verwijderde groep met deze naam is weer tot leven gewekt. Bestaande itemrechten <strong>kunnen</strong> voor deze groep en toekomstige leden gelden. Wanneer je niet zo had bedoeld kan je een andere groep met een andere naam creëren. "
+"Your account email address must match this in order to use the web admin "
+"panel."
+msgstr "Het e-mailadres van je account moet hiermee overeenkomen om het administratiepaneel te kunnen gebruiken."
 
-#: ../../include/group.php:207
-msgid "Default privacy group for new contacts"
-msgstr ""
+#: ../../mod/install.php:242 ../../mod/install.php:280
+msgid "Please select a default timezone for your website"
+msgstr "Selecteer een standaard tijdzone voor uw website"
 
-#: ../../include/group.php:226
-msgid "Everybody"
-msgstr "Iedereen"
+#: ../../mod/install.php:267
+msgid "Site settings"
+msgstr "Website-instellingen"
 
-#: ../../include/group.php:249
-msgid "edit"
-msgstr "verander"
+#: ../../mod/install.php:321
+msgid "Could not find a command line version of PHP in the web server PATH."
+msgstr "Kan geen command-line-versie van PHP vinden in het PATH van de webserver."
 
-#: ../../include/group.php:270 ../../mod/newmember.php:66
-msgid "Groups"
-msgstr "Groepen"
+#: ../../mod/install.php:322
+msgid ""
+"If you don't have a command line version of PHP installed on server, you "
+"will not be able to run background polling via cron. See <a "
+"href='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"
+msgstr "Als je geen command-line versie van PHP geïnstalleerd hebt op je server, kun je geen polling op de achtergrond gebruiken via cron. Zie  <a href='http://friendica.com/node/27'>'Activeren van geplande taken'</a>"
 
-#: ../../include/group.php:271
-msgid "Edit group"
-msgstr "Verander groep"
+#: ../../mod/install.php:326
+msgid "PHP executable path"
+msgstr "PATH van het PHP commando"
 
-#: ../../include/group.php:272
-msgid "Create a new group"
-msgstr "Maak nieuwe groep"
+#: ../../mod/install.php:326
+msgid ""
+"Enter full path to php executable. You can leave this blank to continue the "
+"installation."
+msgstr "Vul het volledige path in naar het php programma. Je kunt dit blanco laten om de installatie verder te zetten."
 
-#: ../../include/group.php:273
-msgid "Contacts not in any group"
+#: ../../mod/install.php:331
+msgid "Command line PHP"
+msgstr "PHP-opdrachtregel"
+
+#: ../../mod/install.php:340
+msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
 msgstr ""
 
-#: ../../include/group.php:275 ../../mod/network.php:234
-msgid "add"
-msgstr "toevoegen"
+#: ../../mod/install.php:341
+msgid "Found PHP version: "
+msgstr "Gevonden PHP versie:"
 
-#: ../../include/conversation.php:140 ../../mod/like.php:170
-#, php-format
-msgid "%1$s doesn't like %2$s's %3$s"
-msgstr "%1$s vond %3$s van %2$s niet leuk"
+#: ../../mod/install.php:343
+msgid "PHP cli binary"
+msgstr ""
 
-#: ../../include/conversation.php:207
-#, php-format
-msgid "%1$s poked %2$s"
-msgstr "%1$s porde %2$s"
+#: ../../mod/install.php:354
+msgid ""
+"The command line version of PHP on your system does not have "
+"\"register_argc_argv\" enabled."
+msgstr "De command-line versie van PHP op jouw systeem heeft \"register_argc_argv\" niet geactiveerd."
 
-#: ../../include/conversation.php:227 ../../mod/mood.php:62
-#, php-format
-msgid "%1$s is currently %2$s"
-msgstr "%1$s is nu %2$s"
+#: ../../mod/install.php:355
+msgid "This is required for message delivery to work."
+msgstr "Dit is nodig om het verzenden van berichten mogelijk te maken."
 
-#: ../../include/conversation.php:266 ../../mod/tagger.php:95
-#, php-format
-msgid "%1$s tagged %2$s's %3$s with %4$s"
-msgstr "%1$s labelde %3$s van %2$s met %4$s"
+#: ../../mod/install.php:357
+msgid "PHP register_argc_argv"
+msgstr "PHP register_argc_argv"
 
-#: ../../include/conversation.php:291
-msgid "post/item"
-msgstr "bericht/item"
+#: ../../mod/install.php:378
+msgid ""
+"Error: the \"openssl_pkey_new\" function on this system is not able to "
+"generate encryption keys"
+msgstr ""
 
-#: ../../include/conversation.php:292
-#, php-format
-msgid "%1$s marked %2$s's %3$s as favorite"
-msgstr "%1$s markeerde %2$s's %3$s als favoriet"
+#: ../../mod/install.php:379
+msgid ""
+"If running under Windows, please see "
+"\"http://www.php.net/manual/en/openssl.installation.php\"."
+msgstr "Zie \"http://www.php.net/manual/en/openssl.installation.php\" wanneer u Friendica onder Windows draait."
 
-#: ../../include/conversation.php:612 ../../mod/content.php:461
-#: ../../mod/content.php:763 ../../object/Item.php:126
-msgid "Select"
-msgstr "Kies"
+#: ../../mod/install.php:381
+msgid "Generate encryption keys"
+msgstr ""
 
-#: ../../include/conversation.php:613 ../../mod/admin.php:770
-#: ../../mod/settings.php:647 ../../mod/group.php:171
-#: ../../mod/photos.php:1637 ../../mod/content.php:462
-#: ../../mod/content.php:764 ../../object/Item.php:127
-msgid "Delete"
-msgstr "Verwijder"
+#: ../../mod/install.php:388
+msgid "libCurl PHP module"
+msgstr "libCurl PHP module"
 
-#: ../../include/conversation.php:652 ../../mod/content.php:495
-#: ../../mod/content.php:875 ../../mod/content.php:876
-#: ../../object/Item.php:306 ../../object/Item.php:307
-#, php-format
-msgid "View %s's profile @ %s"
-msgstr "Bekijk het profiel van %s @ %s"
+#: ../../mod/install.php:389
+msgid "GD graphics PHP module"
+msgstr "GD graphics PHP module"
 
-#: ../../include/conversation.php:664 ../../object/Item.php:297
-msgid "Categories:"
-msgstr "Categorieën:"
+#: ../../mod/install.php:390
+msgid "OpenSSL PHP module"
+msgstr "OpenSSL PHP module"
 
-#: ../../include/conversation.php:665 ../../object/Item.php:298
-msgid "Filed under:"
-msgstr "Bewaard onder:"
+#: ../../mod/install.php:391
+msgid "mysqli PHP module"
+msgstr "mysqli PHP module"
 
-#: ../../include/conversation.php:672 ../../mod/content.php:505
-#: ../../mod/content.php:887 ../../object/Item.php:320
-#, php-format
-msgid "%s from %s"
-msgstr "%s van %s"
+#: ../../mod/install.php:392
+msgid "mb_string PHP module"
+msgstr "mb_string PHP module"
 
-#: ../../include/conversation.php:687 ../../mod/content.php:520
-msgid "View in context"
-msgstr "In context bekijken"
+#: ../../mod/install.php:397 ../../mod/install.php:399
+msgid "Apache mod_rewrite module"
+msgstr "Apache mod_rewrite module"
 
-#: ../../include/conversation.php:689 ../../include/conversation.php:1100
-#: ../../mod/editpost.php:124 ../../mod/wallmessage.php:156
-#: ../../mod/message.php:334 ../../mod/message.php:565
-#: ../../mod/photos.php:1532 ../../mod/content.php:522
-#: ../../mod/content.php:906 ../../object/Item.php:341
-msgid "Please wait"
-msgstr "Even geduld"
+#: ../../mod/install.php:397
+msgid ""
+"Error: Apache webserver mod-rewrite module is required but not installed."
+msgstr "Fout: Apache-module mod-rewrite is vereist, maar niet geïnstalleerd."
 
-#: ../../include/conversation.php:768
-msgid "remove"
-msgstr "verwijder"
+#: ../../mod/install.php:405
+msgid "Error: libCURL PHP module required but not installed."
+msgstr "Fout: PHP-module libCURL is vereist, maar niet geïnstalleerd."
 
-#: ../../include/conversation.php:772
-msgid "Delete Selected Items"
-msgstr "Geselecteerde items verwijderen"
+#: ../../mod/install.php:409
+msgid ""
+"Error: GD graphics PHP module with JPEG support required but not installed."
+msgstr "Fout: PHP-module GD graphics met JPEG support is vereist, maar niet geïnstalleerd."
 
-#: ../../include/conversation.php:871
-msgid "Follow Thread"
-msgstr "Volg conversatie"
+#: ../../mod/install.php:413
+msgid "Error: openssl PHP module required but not installed."
+msgstr "Fout: PHP-module openssl is vereist, maar niet geïnstalleerd."
 
-#: ../../include/conversation.php:940
-#, php-format
-msgid "%s likes this."
-msgstr "%s vind dit leuk."
+#: ../../mod/install.php:417
+msgid "Error: mysqli PHP module required but not installed."
+msgstr "Fout: PHP-module mysqli is vereist, maar niet geïnstalleerd."
 
-#: ../../include/conversation.php:940
-#, php-format
-msgid "%s doesn't like this."
-msgstr "%s vind dit niet leuk."
+#: ../../mod/install.php:421
+msgid "Error: mb_string PHP module required but not installed."
+msgstr "Fout: PHP-module mb_string is vereist, maar niet geïnstalleerd."
 
-#: ../../include/conversation.php:945
-#, php-format
-msgid "<span  %1$s>%2$d people</span> like this"
-msgstr "<span  %1$s>%2$d mensen</span> vinden dit leuk"
+#: ../../mod/install.php:438
+msgid ""
+"The web installer needs to be able to create a file called \".htconfig.php\""
+" in the top folder of your web server and it is unable to do so."
+msgstr "Het installatieprogramma moet een bestand \".htconfig.php\" in de bovenste map van je webserver aanmaken, maar kan dit niet doen."
 
-#: ../../include/conversation.php:948
-#, php-format
-msgid "<span  %1$s>%2$d people</span> don't like this"
-msgstr "<span  %1$s>%2$d people</span> vinden dit niet leuk"
+#: ../../mod/install.php:439
+msgid ""
+"This is most often a permission setting, as the web server may not be able "
+"to write files in your folder - even if you can."
+msgstr "Dit is meestal een permissieprobleem, omdat de webserver niet in staat is om in deze map bestanden weg te schrijven - ook al kun je dit zelf wel."
 
-#: ../../include/conversation.php:962
-msgid "and"
-msgstr "en"
+#: ../../mod/install.php:440
+msgid ""
+"At the end of this procedure, we will give you a text to save in a file "
+"named .htconfig.php in your Friendica top folder."
+msgstr "Op het einde van deze procedure zal ik je een tekst geven om te bewaren in een bestand .htconfig.php in je hoogste Friendica map."
 
-#: ../../include/conversation.php:968
-#, php-format
-msgid ", and %d other people"
-msgstr ", en %d andere mensen"
+#: ../../mod/install.php:441
+msgid ""
+"You can alternatively skip this procedure and perform a manual installation."
+" Please see the file \"INSTALL.txt\" for instructions."
+msgstr "Je kunt ook deze procedure overslaan, en een manuele installatie uitvoeren. Lees het bestand \"INSTALL.txt\" voor instructies."
 
-#: ../../include/conversation.php:970
-#, php-format
-msgid "%s like this."
-msgstr "%s vind dit leuk."
+#: ../../mod/install.php:444
+msgid ".htconfig.php is writable"
+msgstr ".htconfig.php is schrijfbaar"
 
-#: ../../include/conversation.php:970
-#, php-format
-msgid "%s don't like this."
-msgstr "%s vind dit niet leuk."
+#: ../../mod/install.php:454
+msgid ""
+"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
+"compiles templates to PHP to speed up rendering."
+msgstr "Friendica gebruikt het Smarty3 sjabloon systeem om zijn webpagina's weer te geven. Smarty3 compileert sjablonen naar PHP om de weergave te versnellen."
 
-#: ../../include/conversation.php:997 ../../include/conversation.php:1015
-msgid "Visible to <strong>everybody</strong>"
-msgstr "Zichtbaar voor <strong>iedereen</strong>"
+#: ../../mod/install.php:455
+msgid ""
+"In order to store these compiled templates, the web server needs to have "
+"write access to the directory view/smarty3/ under the Friendica top level "
+"folder."
+msgstr "Om deze gecompileerde sjablonen op te slaan moet de webserver schrijftoegang hebben tot de folder view/smarty3, t.o.v. van de hoogste folder van je Friendica-installatie."
 
-#: ../../include/conversation.php:998 ../../include/conversation.php:1016
-#: ../../mod/wallmessage.php:127 ../../mod/wallmessage.php:135
-#: ../../mod/message.php:283 ../../mod/message.php:291
-#: ../../mod/message.php:466 ../../mod/message.php:474
-msgid "Please enter a link URL:"
-msgstr "Geef aub een link URL op:"
+#: ../../mod/install.php:456
+msgid ""
+"Please ensure that the user that your web server runs as (e.g. www-data) has"
+" write access to this folder."
+msgstr "Zorg er a.u.b. voor dat de gebruiker waaronder je webserver runt (bijv. www-data) schrijf-toegang heeft tot deze map."
 
-#: ../../include/conversation.php:999 ../../include/conversation.php:1017
-msgid "Please enter a video link/URL:"
-msgstr "Voer een videolink/URL in:"
+#: ../../mod/install.php:457
+msgid ""
+"Note: as a security measure, you should give the web server write access to "
+"view/smarty3/ only--not the template files (.tpl) that it contains."
+msgstr "Opmerking: voor een goede beveiliging zou je de webserver alleen schrijf-toegang moeten geven voor de map view/smarty3 -- niet voor de template bestanden (.tpl) die in die map zitten."
 
-#: ../../include/conversation.php:1000 ../../include/conversation.php:1018
-msgid "Please enter an audio link/URL:"
-msgstr "Voeg een audiolink/URL in:"
+#: ../../mod/install.php:460
+msgid "view/smarty3 is writable"
+msgstr "view/smarty3 is schrijfbaar"
 
-#: ../../include/conversation.php:1001 ../../include/conversation.php:1019
-msgid "Tag term:"
-msgstr "Label:"
+#: ../../mod/install.php:472
+msgid ""
+"Url rewrite in .htaccess is not working. Check your server configuration."
+msgstr ""
 
-#: ../../include/conversation.php:1002 ../../include/conversation.php:1020
-#: ../../mod/filer.php:30
-msgid "Save to Folder:"
-msgstr "Bewaren in map:"
+#: ../../mod/install.php:474
+msgid "Url rewrite is working"
+msgstr ""
 
-#: ../../include/conversation.php:1003 ../../include/conversation.php:1021
-msgid "Where are you right now?"
-msgstr "Waar ben je nu?"
+#: ../../mod/install.php:484
+msgid ""
+"The database configuration file \".htconfig.php\" could not be written. "
+"Please use the enclosed text to create a configuration file in your web "
+"server root."
+msgstr "Het databaseconfiguratiebestand \".htconfig.php\" kon niet worden weggeschreven. Je kunt de bijgevoegde tekst gebruiken om in een configuratiebestand aan te maken in de hoogste map van je webserver."
 
-#: ../../include/conversation.php:1004
-msgid "Delete item(s)?"
-msgstr "Item(s) verwijderen?"
+#: ../../mod/install.php:508
+msgid "Errors encountered creating database tables."
+msgstr "Tijdens het aanmaken van databasetabellen zijn fouten vastgesteld."
 
-#: ../../include/conversation.php:1046
-msgid "Post to Email"
-msgstr "Verzenden per e-mail"
+#: ../../mod/install.php:519
+msgid "<h1>What next</h1>"
+msgstr "<h1>Wat nu</h1>"
 
-#: ../../include/conversation.php:1081 ../../mod/photos.php:1531
-msgid "Share"
-msgstr "Delen"
+#: ../../mod/install.php:520
+msgid ""
+"IMPORTANT: You will need to [manually] setup a scheduled task for the "
+"poller."
+msgstr "BELANGRIJK: Je zult [manueel] een geplande taak moeten aanmaken voor de poller."
 
-#: ../../include/conversation.php:1082 ../../mod/editpost.php:110
-#: ../../mod/wallmessage.php:154 ../../mod/message.php:332
-#: ../../mod/message.php:562
-msgid "Upload photo"
-msgstr "Foto uploaden"
+#: ../../mod/admin.php:55
+msgid "Theme settings updated."
+msgstr "Thema instellingen aangepast."
 
-#: ../../include/conversation.php:1083 ../../mod/editpost.php:111
-msgid "upload photo"
-msgstr "Foto uploaden"
+#: ../../mod/admin.php:101 ../../mod/admin.php:570
+msgid "Site"
+msgstr "Website"
 
-#: ../../include/conversation.php:1084 ../../mod/editpost.php:112
-msgid "Attach file"
-msgstr "Bestand bijvoegen"
+#: ../../mod/admin.php:102 ../../mod/admin.php:898 ../../mod/admin.php:913
+msgid "Users"
+msgstr "Gebruiker"
 
-#: ../../include/conversation.php:1085 ../../mod/editpost.php:113
-msgid "attach file"
-msgstr "bestand bijvoegen"
+#: ../../mod/admin.php:103 ../../mod/admin.php:1002 ../../mod/admin.php:1044
+msgid "Plugins"
+msgstr "Plugins"
 
-#: ../../include/conversation.php:1086 ../../mod/editpost.php:114
-#: ../../mod/wallmessage.php:155 ../../mod/message.php:333
-#: ../../mod/message.php:563
-msgid "Insert web link"
-msgstr "Voeg een webadres in"
+#: ../../mod/admin.php:104 ../../mod/admin.php:1210 ../../mod/admin.php:1244
+msgid "Themes"
+msgstr "Thema's"
 
-#: ../../include/conversation.php:1087 ../../mod/editpost.php:115
-msgid "web link"
-msgstr "webadres"
+#: ../../mod/admin.php:105
+msgid "DB updates"
+msgstr "DB aanpassingen"
 
-#: ../../include/conversation.php:1088 ../../mod/editpost.php:116
-msgid "Insert video link"
-msgstr "Voeg video toe"
+#: ../../mod/admin.php:120 ../../mod/admin.php:127 ../../mod/admin.php:1331
+msgid "Logs"
+msgstr "Logs"
 
-#: ../../include/conversation.php:1089 ../../mod/editpost.php:117
-msgid "video link"
-msgstr "video adres"
+#: ../../mod/admin.php:125 ../../include/nav.php:178
+msgid "Admin"
+msgstr "Beheer"
 
-#: ../../include/conversation.php:1090 ../../mod/editpost.php:118
-msgid "Insert audio link"
-msgstr "Voeg audio adres toe"
+#: ../../mod/admin.php:126
+msgid "Plugin Features"
+msgstr "Plugin Functies"
 
-#: ../../include/conversation.php:1091 ../../mod/editpost.php:119
-msgid "audio link"
-msgstr "audio adres"
+#: ../../mod/admin.php:128
+msgid "User registrations waiting for confirmation"
+msgstr "Gebruikersregistraties wachten op bevestiging"
 
-#: ../../include/conversation.php:1092 ../../mod/editpost.php:120
-msgid "Set your location"
-msgstr "Stel uw locatie in"
+#: ../../mod/admin.php:187 ../../mod/admin.php:852
+msgid "Normal Account"
+msgstr "Normale Account"
 
-#: ../../include/conversation.php:1093 ../../mod/editpost.php:121
-msgid "set location"
-msgstr "Stel uw locatie in"
+#: ../../mod/admin.php:188 ../../mod/admin.php:853
+msgid "Soapbox Account"
+msgstr "Zeepkist Account"
 
-#: ../../include/conversation.php:1094 ../../mod/editpost.php:122
-msgid "Clear browser location"
-msgstr "Verwijder locatie uit uw webbrowser"
+#: ../../mod/admin.php:189 ../../mod/admin.php:854
+msgid "Community/Celebrity Account"
+msgstr "Gemeenschap/Beroemdheid Account"
 
-#: ../../include/conversation.php:1095 ../../mod/editpost.php:123
-msgid "clear location"
-msgstr "Verwijder locatie uit uw webbrowser"
+#: ../../mod/admin.php:190 ../../mod/admin.php:855
+msgid "Automatic Friend Account"
+msgstr "Automatisch Vriendschapsaccount"
 
-#: ../../include/conversation.php:1097 ../../mod/editpost.php:137
-msgid "Set title"
-msgstr "Titel plaatsen"
+#: ../../mod/admin.php:191
+msgid "Blog Account"
+msgstr "Blog Account"
 
-#: ../../include/conversation.php:1099 ../../mod/editpost.php:139
-msgid "Categories (comma-separated list)"
-msgstr "Categorieën (komma-gescheiden lijst)"
+#: ../../mod/admin.php:192
+msgid "Private Forum"
+msgstr "Privé Forum"
 
-#: ../../include/conversation.php:1101 ../../mod/editpost.php:125
-msgid "Permission settings"
-msgstr "Instellingen van rechten"
+#: ../../mod/admin.php:211
+msgid "Message queues"
+msgstr "Bericht-wachtrijen"
 
-#: ../../include/conversation.php:1102
-msgid "permissions"
-msgstr "rechten"
+#: ../../mod/admin.php:216 ../../mod/admin.php:569 ../../mod/admin.php:897
+#: ../../mod/admin.php:1001 ../../mod/admin.php:1043 ../../mod/admin.php:1209
+#: ../../mod/admin.php:1243 ../../mod/admin.php:1330
+msgid "Administration"
+msgstr "Beheer"
 
-#: ../../include/conversation.php:1110 ../../mod/editpost.php:133
-msgid "CC: email addresses"
-msgstr "CC: e-mailadressen"
+#: ../../mod/admin.php:217
+msgid "Summary"
+msgstr "Samenvatting"
 
-#: ../../include/conversation.php:1111 ../../mod/editpost.php:134
-msgid "Public post"
-msgstr "Openbare post"
+#: ../../mod/admin.php:219
+msgid "Registered users"
+msgstr "Geregistreerde gebruikers"
 
-#: ../../include/conversation.php:1113 ../../mod/editpost.php:140
-msgid "Example: bob@example.com, mary@example.com"
-msgstr "Voorbeeld: bob@voorbeeld.nl, an@voorbeeld.be"
+#: ../../mod/admin.php:221
+msgid "Pending registrations"
+msgstr "Registraties die in de wacht staan"
 
-#: ../../include/conversation.php:1117 ../../mod/editpost.php:145
-#: ../../mod/photos.php:1553 ../../mod/photos.php:1597
-#: ../../mod/photos.php:1680 ../../mod/content.php:742
-#: ../../object/Item.php:662
-msgid "Preview"
-msgstr "Voorvertoning"
+#: ../../mod/admin.php:222
+msgid "Version"
+msgstr "Versie"
 
-#: ../../include/conversation.php:1126
-msgid "Post to Groups"
-msgstr "Verzenden naar Groepen"
+#: ../../mod/admin.php:224
+msgid "Active plugins"
+msgstr "Actieve plug-ins"
 
-#: ../../include/conversation.php:1127
-msgid "Post to Contacts"
-msgstr "Verzenden naar Contacten"
+#: ../../mod/admin.php:247
+msgid "Can not parse base url. Must have at least <scheme>://<domain>"
+msgstr ""
 
-#: ../../include/conversation.php:1128
-msgid "Private post"
-msgstr "Privé verzending"
+#: ../../mod/admin.php:483
+msgid "Site settings updated."
+msgstr "Site instellingen gewijzigd."
 
-#: ../../include/enotify.php:16
-msgid "Friendica Notification"
-msgstr "Friendica Notificatie"
+#: ../../mod/admin.php:512 ../../mod/settings.php:810
+msgid "No special theme for mobile devices"
+msgstr "Geen speciaal thema voor mobiele apparaten"
 
-#: ../../include/enotify.php:19
-msgid "Thank You,"
-msgstr "Bedankt"
+#: ../../mod/admin.php:529 ../../mod/contacts.php:402
+msgid "Never"
+msgstr "Nooit"
 
-#: ../../include/enotify.php:21
-#, php-format
-msgid "%s Administrator"
-msgstr "%s Beheerder"
+#: ../../mod/admin.php:530 ../../include/contact_selectors.php:56
+msgid "Frequently"
+msgstr "Frequent"
 
-#: ../../include/enotify.php:40
-#, php-format
-msgid "%s <!item_type!>"
-msgstr "%s <!item_type!>"
+#: ../../mod/admin.php:531 ../../include/contact_selectors.php:57
+msgid "Hourly"
+msgstr "elk uur"
 
-#: ../../include/enotify.php:44
-#, php-format
-msgid "[Friendica:Notify] New mail received at %s"
-msgstr "[Friendica:Notificatie] Nieuw bericht ontvangen op %s"
+#: ../../mod/admin.php:532 ../../include/contact_selectors.php:58
+msgid "Twice daily"
+msgstr "Twee keer per dag"
 
-#: ../../include/enotify.php:46
-#, php-format
-msgid "%1$s sent you a new private message at %2$s."
-msgstr "%1$s sent you a new private message at %2$s."
+#: ../../mod/admin.php:533 ../../include/contact_selectors.php:59
+msgid "Daily"
+msgstr "dagelijks"
 
-#: ../../include/enotify.php:47
-#, php-format
-msgid "%1$s sent you %2$s."
-msgstr "%1$s stuurde jou %2$s."
+#: ../../mod/admin.php:538
+msgid "Multi user instance"
+msgstr "Server voor meerdere gebruikers"
 
-#: ../../include/enotify.php:47
-msgid "a private message"
-msgstr "een prive bericht"
+#: ../../mod/admin.php:556
+msgid "Closed"
+msgstr "Gesloten"
 
-#: ../../include/enotify.php:48
-#, php-format
-msgid "Please visit %s to view and/or reply to your private messages."
-msgstr "Bezoek %s om je privé-berichten te bekijken en/of te beantwoorden."
+#: ../../mod/admin.php:557
+msgid "Requires approval"
+msgstr "Toestemming vereist"
 
-#: ../../include/enotify.php:90
-#, php-format
-msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
-msgstr "%1$s gaf een reactie op [url=%2$s]a %3$s[/url]"
+#: ../../mod/admin.php:558
+msgid "Open"
+msgstr "Open"
 
-#: ../../include/enotify.php:97
-#, php-format
-msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
-msgstr "%1$s gaf een reactie op [url=%2$s]%3$s's %4$s[/url]"
+#: ../../mod/admin.php:562
+msgid "No SSL policy, links will track page SSL state"
+msgstr "Geen SSL beleid, links zullen SSL status van pagina volgen"
 
-#: ../../include/enotify.php:105
-#, php-format
-msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
-msgstr "%1$s gaf een reactie op [url=%2$s]jouw %3$s[/url]"
+#: ../../mod/admin.php:563
+msgid "Force all links to use SSL"
+msgstr "Verplicht alle links om SSL te gebruiken"
 
-#: ../../include/enotify.php:115
-#, php-format
-msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
+#: ../../mod/admin.php:564
+msgid "Self-signed certificate, use SSL for local links only (discouraged)"
+msgstr "Zelf-ondertekend certificaat, gebruik SSL alleen voor lokale links (afgeraden)"
+
+#: ../../mod/admin.php:571 ../../mod/admin.php:1045 ../../mod/admin.php:1245
+#: ../../mod/admin.php:1332 ../../mod/settings.php:601
+#: ../../mod/settings.php:711 ../../mod/settings.php:780
+#: ../../mod/settings.php:856 ../../mod/settings.php:1084
+msgid "Save Settings"
 msgstr ""
 
-#: ../../include/enotify.php:116
-#, php-format
-msgid "%s commented on an item/conversation you have been following."
-msgstr "%s gaf een reactie op een bericht/conversatie die jij volgt."
+#: ../../mod/admin.php:573
+msgid "File upload"
+msgstr "Uploaden bestand"
 
-#: ../../include/enotify.php:119 ../../include/enotify.php:134
-#: ../../include/enotify.php:147 ../../include/enotify.php:165
-#: ../../include/enotify.php:178
-#, php-format
-msgid "Please visit %s to view and/or reply to the conversation."
-msgstr "Bezoek %s om de conversatie te bekijken en/of te beantwoorden."
+#: ../../mod/admin.php:574
+msgid "Policies"
+msgstr "Beleid"
 
-#: ../../include/enotify.php:126
-#, php-format
-msgid "[Friendica:Notify] %s posted to your profile wall"
-msgstr ""
+#: ../../mod/admin.php:575
+msgid "Advanced"
+msgstr "Geavanceerd"
 
-#: ../../include/enotify.php:128
-#, php-format
-msgid "%1$s posted to your profile wall at %2$s"
-msgstr ""
+#: ../../mod/admin.php:576
+msgid "Performance"
+msgstr "Performantie"
 
-#: ../../include/enotify.php:130
-#, php-format
-msgid "%1$s posted to [url=%2$s]your wall[/url]"
+#: ../../mod/admin.php:577
+msgid ""
+"Relocate - WARNING: advanced function. Could make this server unreachable."
 msgstr ""
 
-#: ../../include/enotify.php:141
-#, php-format
-msgid "[Friendica:Notify] %s tagged you"
-msgstr "[Friendica:Notificatie] %s heeft jou genoemd"
-
-#: ../../include/enotify.php:142
-#, php-format
-msgid "%1$s tagged you at %2$s"
-msgstr "%1$s heeft jou in %2$s genoemd"
-
-#: ../../include/enotify.php:143
-#, php-format
-msgid "%1$s [url=%2$s]tagged you[/url]."
-msgstr "%1$s [url=%2$s]heeft jou genoemd[/url]."
+#: ../../mod/admin.php:580
+msgid "Site name"
+msgstr "Site naam"
 
-#: ../../include/enotify.php:155
-#, php-format
-msgid "[Friendica:Notify] %1$s poked you"
-msgstr ""
+#: ../../mod/admin.php:581
+msgid "Banner/Logo"
+msgstr "Banner/Logo"
 
-#: ../../include/enotify.php:156
-#, php-format
-msgid "%1$s poked you at %2$s"
+#: ../../mod/admin.php:582
+msgid "Additional Info"
 msgstr ""
 
-#: ../../include/enotify.php:157
-#, php-format
-msgid "%1$s [url=%2$s]poked you[/url]."
+#: ../../mod/admin.php:582
+msgid ""
+"For public servers: you can add additional information here that will be "
+"listed at dir.friendica.com/siteinfo."
 msgstr ""
 
-#: ../../include/enotify.php:172
-#, php-format
-msgid "[Friendica:Notify] %s tagged your post"
-msgstr "[Friendica:Notificatie] %s heeft jouw bericht gelabeld"
-
-#: ../../include/enotify.php:173
-#, php-format
-msgid "%1$s tagged your post at %2$s"
-msgstr "%1$s heeft jouw bericht gelabeld in %2$s"
+#: ../../mod/admin.php:583
+msgid "System language"
+msgstr "Systeemtaal"
 
-#: ../../include/enotify.php:174
-#, php-format
-msgid "%1$s tagged [url=%2$s]your post[/url]"
-msgstr "%1$s labelde [url=%2$s]jouw bericht[/url]"
+#: ../../mod/admin.php:584
+msgid "System theme"
+msgstr "Systeem thema"
 
-#: ../../include/enotify.php:185
-msgid "[Friendica:Notify] Introduction received"
-msgstr "[Friendica:Notificatie] Vriendschaps-/connectieverzoek ontvangen"
+#: ../../mod/admin.php:584
+msgid ""
+"Default system theme - may be over-ridden by user profiles - <a href='#' "
+"id='cnftheme'>change theme settings</a>"
+msgstr "Standaard systeem thema - kan door gebruikersprofielen veranderd worden - <a href='#' id='cnftheme'>verander thema instellingen</a>"
 
-#: ../../include/enotify.php:186
-#, php-format
-msgid "You've received an introduction from '%1$s' at %2$s"
-msgstr "Je hebt een vriendschaps- of connectieverzoek ontvangen van '%1$s' om %2$s"
+#: ../../mod/admin.php:585
+msgid "Mobile system theme"
+msgstr "Mobiel systeem thema"
 
-#: ../../include/enotify.php:187
-#, php-format
-msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
-msgstr "Je ontving [url=%1$s]een vriendschaps- of connectieverzoek[/url] van %2$s."
+#: ../../mod/admin.php:585
+msgid "Theme for mobile devices"
+msgstr "Thema voor mobiele apparaten"
 
-#: ../../include/enotify.php:190 ../../include/enotify.php:208
-#, php-format
-msgid "You may visit their profile at %s"
-msgstr "U kunt hun profiel bezoeken op %s"
+#: ../../mod/admin.php:586
+msgid "SSL link policy"
+msgstr "Beleid SSL-links"
 
-#: ../../include/enotify.php:192
-#, php-format
-msgid "Please visit %s to approve or reject the introduction."
-msgstr "Bezoek %s om het verzoek goed of af te keuren."
+#: ../../mod/admin.php:586
+msgid "Determines whether generated links should be forced to use SSL"
+msgstr "Bepaald of gegenereerde verwijzingen verplicht SSL moeten gebruiken"
 
-#: ../../include/enotify.php:199
-msgid "[Friendica:Notify] Friend suggestion received"
+#: ../../mod/admin.php:587
+msgid "Old style 'Share'"
 msgstr ""
 
-#: ../../include/enotify.php:200
-#, php-format
-msgid "You've received a friend suggestion from '%1$s' at %2$s"
+#: ../../mod/admin.php:587
+msgid "Deactivates the bbcode element 'share' for repeating items."
 msgstr ""
 
-#: ../../include/enotify.php:201
-#, php-format
-msgid ""
-"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
-msgstr ""
+#: ../../mod/admin.php:588
+msgid "Hide help entry from navigation menu"
+msgstr "Verberg de 'help' uit het navigatiemenu"
 
-#: ../../include/enotify.php:206
-msgid "Name:"
-msgstr "Naam:"
+#: ../../mod/admin.php:588
+msgid ""
+"Hides the menu entry for the Help pages from the navigation menu. You can "
+"still access it calling /help directly."
+msgstr "Verbergt het menu-item voor de Help pagina's uit het navigatiemenu. Je kunt ze nog altijd vinden door /help direct in te geven."
 
-#: ../../include/enotify.php:207
-msgid "Photo:"
-msgstr "Foto: "
+#: ../../mod/admin.php:589
+msgid "Single user instance"
+msgstr "Server voor één gebruiker"
 
-#: ../../include/enotify.php:210
-#, php-format
-msgid "Please visit %s to approve or reject the suggestion."
-msgstr ""
+#: ../../mod/admin.php:589
+msgid "Make this instance multi-user or single-user for the named user"
+msgstr "Stel deze server in voor meerdere gebruikers, of enkel voor de geselecteerde gebruiker."
 
-#: ../../include/message.php:15 ../../include/message.php:172
-msgid "[no subject]"
-msgstr "[geen onderwerp]"
+#: ../../mod/admin.php:590
+msgid "Maximum image size"
+msgstr "Maximum afbeeldingsgrootte"
 
-#: ../../include/message.php:144 ../../mod/item.php:446
-#: ../../mod/wall_upload.php:135 ../../mod/wall_upload.php:144
-#: ../../mod/wall_upload.php:151
-msgid "Wall Photos"
-msgstr ""
+#: ../../mod/admin.php:590
+msgid ""
+"Maximum size in bytes of uploaded images. Default is 0, which means no "
+"limits."
+msgstr "Maximum afmeting in bytes van afbeeldingen. Standaard is 0, dus geen beperking."
 
-#: ../../include/nav.php:34 ../../mod/navigation.php:20
-msgid "Nothing new here"
-msgstr "Niets nieuw hier"
+#: ../../mod/admin.php:591
+msgid "Maximum image length"
+msgstr "Maximum afbeeldingslengte"
 
-#: ../../include/nav.php:38 ../../mod/navigation.php:24
-msgid "Clear notifications"
-msgstr "Notificaties verwijderen"
+#: ../../mod/admin.php:591
+msgid ""
+"Maximum length in pixels of the longest side of uploaded images. Default is "
+"-1, which means no limits."
+msgstr "Maximum lengte in pixels van de langste kant van afbeeldingen. Standaard is -1, dus geen beperkingen."
 
-#: ../../include/nav.php:73 ../../boot.php:1140
-msgid "Logout"
-msgstr "Uitloggen"
+#: ../../mod/admin.php:592
+msgid "JPEG image quality"
+msgstr "JPEG afbeeldingskwaliteit"
 
-#: ../../include/nav.php:73
-msgid "End this session"
-msgstr "Deze sessie beëindigen"
+#: ../../mod/admin.php:592
+msgid ""
+"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
+"100, which is full quality."
+msgstr "JPEGS zullen met deze kwaliteitsinstelling bewaard worden [0-100]. Standaard is 100, dit is volledige kwaliteit."
 
-#: ../../include/nav.php:76 ../../boot.php:1944
-msgid "Status"
-msgstr "Status"
+#: ../../mod/admin.php:594
+msgid "Register policy"
+msgstr "Registratiebeleid"
 
-#: ../../include/nav.php:76 ../../include/nav.php:143
-#: ../../view/theme/diabook/theme.php:87
-msgid "Your posts and conversations"
-msgstr "Jouw berichten en conversaties"
+#: ../../mod/admin.php:595
+msgid "Maximum Daily Registrations"
+msgstr "Maximum aantal registraties per dag"
 
-#: ../../include/nav.php:77 ../../view/theme/diabook/theme.php:88
-msgid "Your profile page"
-msgstr "Jouw profiel pagina"
+#: ../../mod/admin.php:595
+msgid ""
+"If registration is permitted above, this sets the maximum number of new user"
+" registrations to accept per day.  If register is set to closed, this "
+"setting has no effect."
+msgstr "Als registratie hierboven is toegelaten, zet dit het maximum aantal registraties van nieuwe gebruikers per dag. Als registratie niet is toegelaten heeft deze instelling geen effect."
 
-#: ../../include/nav.php:78 ../../mod/fbrowser.php:25
-#: ../../view/theme/diabook/theme.php:90 ../../boot.php:1958
-msgid "Photos"
-msgstr "Foto's"
+#: ../../mod/admin.php:596
+msgid "Register text"
+msgstr "Registratietekst"
 
-#: ../../include/nav.php:78 ../../view/theme/diabook/theme.php:90
-msgid "Your photos"
-msgstr "Jouw foto's"
+#: ../../mod/admin.php:596
+msgid "Will be displayed prominently on the registration page."
+msgstr "Dit zal prominent op de registratiepagina getoond worden."
 
-#: ../../include/nav.php:79 ../../mod/events.php:370
-#: ../../view/theme/diabook/theme.php:91 ../../boot.php:1975
-msgid "Events"
-msgstr "Gebeurtenissen"
+#: ../../mod/admin.php:597
+msgid "Accounts abandoned after x days"
+msgstr "Verlaten accounts na x dagen"
 
-#: ../../include/nav.php:79 ../../view/theme/diabook/theme.php:91
-msgid "Your events"
-msgstr "Gebruik mailto: voor het adres om een e-mailcontrole af te dwingen."
+#: ../../mod/admin.php:597
+msgid ""
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
+msgstr "Dit zal geen systeembronnen verspillen aan het nakijken van externe sites voor verlaten accounts. Geef 0 is voor geen tijdslimiet."
 
-#: ../../include/nav.php:80 ../../view/theme/diabook/theme.php:92
-msgid "Personal notes"
-msgstr "Persoonlijke nota's"
+#: ../../mod/admin.php:598
+msgid "Allowed friend domains"
+msgstr "Toegelaten vriend domeinen"
 
-#: ../../include/nav.php:80 ../../view/theme/diabook/theme.php:92
-msgid "Your personal photos"
-msgstr "Jouw persoonlijke foto's"
+#: ../../mod/admin.php:598
+msgid ""
+"Comma separated list of domains which are allowed to establish friendships "
+"with this site. Wildcards are accepted. Empty to allow any domains"
+msgstr "Komma-gescheiden lijst van domeinen die een vriendschapsband met deze website mogen aangaan. Jokers zijn toegelaten. Laat leeg om alle domeinen toe te laten."
 
-#: ../../include/nav.php:91 ../../boot.php:1141
-msgid "Login"
-msgstr "Login"
+#: ../../mod/admin.php:599
+msgid "Allowed email domains"
+msgstr "Toegelaten e-mail domeinen"
 
-#: ../../include/nav.php:91
-msgid "Sign in"
-msgstr "Inloggen"
+#: ../../mod/admin.php:599
+msgid ""
+"Comma separated list of domains which are allowed in email addresses for "
+"registrations to this site. Wildcards are accepted. Empty to allow any "
+"domains"
+msgstr "Door komma's gescheiden lijst met e-maildomeinen die op deze website mogen registeren. Wildcards zijn toegestaan.\nLeeg laten om alle domeinen toe te staan."
 
-#: ../../include/nav.php:104 ../../include/nav.php:143
-#: ../../mod/notifications.php:93 ../../view/theme/diabook/theme.php:87
-msgid "Home"
-msgstr "Home"
+#: ../../mod/admin.php:600
+msgid "Block public"
+msgstr "Openbare toegang blokkeren"
 
-#: ../../include/nav.php:104
-msgid "Home Page"
-msgstr "Homepagina"
+#: ../../mod/admin.php:600
+msgid ""
+"Check to block public access to all otherwise public personal pages on this "
+"site unless you are currently logged in."
+msgstr "Kruis dit aan om alle openbare persoonlijke pagina's alleen toegankelijk te maken voor ingelogde gebruikers."
 
-#: ../../include/nav.php:108 ../../mod/register.php:275 ../../boot.php:1116
-msgid "Register"
-msgstr "Registreer"
+#: ../../mod/admin.php:601
+msgid "Force publish"
+msgstr "Dwing publiceren af"
 
-#: ../../include/nav.php:108
-msgid "Create an account"
-msgstr "Maak een accoount"
+#: ../../mod/admin.php:601
+msgid ""
+"Check to force all profiles on this site to be listed in the site directory."
+msgstr "Kruis dit aan om af te dwingen dat alle profielen op deze website in de gids van deze website gepubliceerd worden."
 
-#: ../../include/nav.php:113 ../../mod/help.php:84
-msgid "Help"
-msgstr "Help"
+#: ../../mod/admin.php:602
+msgid "Global directory update URL"
+msgstr "Update-adres van de globale gids"
 
-#: ../../include/nav.php:113
-msgid "Help and documentation"
-msgstr "Hulp en documentatie"
+#: ../../mod/admin.php:602
+msgid ""
+"URL to update the global directory. If this is not set, the global directory"
+" is completely unavailable to the application."
+msgstr "URL om de globale gids aan te passen. Als dit niet is ingevuld, is de globale gids volledig onbeschikbaar voor deze toepassing."
 
-#: ../../include/nav.php:116
-msgid "Apps"
-msgstr "Apps"
+#: ../../mod/admin.php:603
+msgid "Allow threaded items"
+msgstr "Sta threads in conversaties toe"
 
-#: ../../include/nav.php:116
-msgid "Addon applications, utilities, games"
-msgstr "Extra toepassingen, hulpmiddelen, spelletjes"
+#: ../../mod/admin.php:603
+msgid "Allow infinite level threading for items on this site."
+msgstr "Sta oneindige niveaus threads in conversaties op deze website toe."
 
-#: ../../include/nav.php:118
-msgid "Search site content"
-msgstr "Doorzoek de inhoud van de website"
+#: ../../mod/admin.php:604
+msgid "Private posts by default for new users"
+msgstr "Privéberichten als standaard voor nieuwe gebruikers"
 
-#: ../../include/nav.php:128 ../../mod/community.php:32
-#: ../../view/theme/diabook/theme.php:93
-msgid "Community"
-msgstr "Gemeenschap"
+#: ../../mod/admin.php:604
+msgid ""
+"Set default post permissions for all new members to the default privacy "
+"group rather than public."
+msgstr "Stel de standaard rechten van berichten voor nieuwe leden op de standaard privacygroep in, in plaats van openbaar."
 
-#: ../../include/nav.php:128
-msgid "Conversations on this site"
-msgstr "Conversaties op deze website"
+#: ../../mod/admin.php:605
+msgid "Don't include post content in email notifications"
+msgstr "De inhoud van het bericht niet insluiten bij e-mailnotificaties"
 
-#: ../../include/nav.php:130
-msgid "Directory"
-msgstr "Gids"
+#: ../../mod/admin.php:605
+msgid ""
+"Don't include the content of a post/comment/private message/etc. in the "
+"email notifications that are sent out from this site, as a privacy measure."
+msgstr "De inhoud van berichten/commentaar/privéberichten/enzovoort  niet insluiten in e-mailnotificaties die door deze website verzonden worden, voor de bescherming van je privacy."
 
-#: ../../include/nav.php:130
-msgid "People directory"
-msgstr "Personengids"
+#: ../../mod/admin.php:606
+msgid "Disallow public access to addons listed in the apps menu."
+msgstr ""
 
-#: ../../include/nav.php:140 ../../mod/notifications.php:83
-msgid "Network"
-msgstr "Netwerk"
+#: ../../mod/admin.php:606
+msgid ""
+"Checking this box will restrict addons listed in the apps menu to members "
+"only."
+msgstr ""
 
-#: ../../include/nav.php:140
-msgid "Conversations from your friends"
-msgstr "Conversaties van je vrienden"
+#: ../../mod/admin.php:607
+msgid "Don't embed private images in posts"
+msgstr ""
 
-#: ../../include/nav.php:141
-msgid "Network Reset"
-msgstr "Netwerkpagina opnieuw instellen"
+#: ../../mod/admin.php:607
+msgid ""
+"Don't replace locally-hosted private photos in posts with an embedded copy "
+"of the image. This means that contacts who receive posts containing private "
+"photos will have to authenticate and load each image, which may take a "
+"while."
+msgstr ""
 
-#: ../../include/nav.php:141
-msgid "Load Network page with no filters"
-msgstr "Laad de netwerkpagina zonder filters"
+#: ../../mod/admin.php:608
+msgid "Allow Users to set remote_self"
+msgstr ""
 
-#: ../../include/nav.php:149 ../../mod/notifications.php:98
-msgid "Introductions"
-msgstr "Verzoeken"
+#: ../../mod/admin.php:608
+msgid ""
+"With checking this, every user is allowed to mark every contact as a "
+"remote_self in the repair contact dialog. Setting this flag on a contact "
+"causes mirroring every posting of that contact in the users stream."
+msgstr ""
 
-#: ../../include/nav.php:149
-msgid "Friend Requests"
-msgstr "Vriendschapsverzoeken"
+#: ../../mod/admin.php:609
+msgid "Block multiple registrations"
+msgstr "Blokkeer meerdere registraties"
 
-#: ../../include/nav.php:150 ../../mod/notifications.php:220
-msgid "Notifications"
-msgstr "Notificaties"
+#: ../../mod/admin.php:609
+msgid "Disallow users to register additional accounts for use as pages."
+msgstr "Laat niet toe dat gebruikers meerdere accounts aanmaken."
 
-#: ../../include/nav.php:151
-msgid "See all notifications"
-msgstr "Toon alle notificaties"
+#: ../../mod/admin.php:610
+msgid "OpenID support"
+msgstr "OpenID ondersteuning"
 
-#: ../../include/nav.php:152
-msgid "Mark all system notifications seen"
-msgstr "Alle systeemnotificaties als gelezen markeren"
+#: ../../mod/admin.php:610
+msgid "OpenID support for registration and logins."
+msgstr "OpenID ondersteuning voor registraties en logins."
 
-#: ../../include/nav.php:156 ../../mod/message.php:182
-#: ../../mod/notifications.php:103
-msgid "Messages"
-msgstr "Privéberichten"
+#: ../../mod/admin.php:611
+msgid "Fullname check"
+msgstr "Controleer volledige naam"
 
-#: ../../include/nav.php:156
-msgid "Private mail"
-msgstr "Privéberichten"
+#: ../../mod/admin.php:611
+msgid ""
+"Force users to register with a space between firstname and lastname in Full "
+"name, as an antispam measure"
+msgstr "Verplicht gebruikers om zich te registreren met een spatie tussen voornaam en achternaam, als anti-spam maatregel"
 
-#: ../../include/nav.php:157
-msgid "Inbox"
-msgstr "Inbox"
+#: ../../mod/admin.php:612
+msgid "UTF-8 Regular expressions"
+msgstr "UTF-8 reguliere uitdrukkingen"
 
-#: ../../include/nav.php:158
-msgid "Outbox"
-msgstr "Verzonden berichten"
+#: ../../mod/admin.php:612
+msgid "Use PHP UTF8 regular expressions"
+msgstr "Gebruik PHP UTF8 reguliere uitdrukkingen"
 
-#: ../../include/nav.php:159 ../../mod/message.php:9
-msgid "New Message"
-msgstr "Nieuw Bericht"
+#: ../../mod/admin.php:613
+msgid "Show Community Page"
+msgstr "Toon Gemeenschapspagina"
 
-#: ../../include/nav.php:162
-msgid "Manage"
-msgstr "Beheren"
+#: ../../mod/admin.php:613
+msgid ""
+"Display a Community page showing all recent public postings on this site."
+msgstr "Toon een gemeenschapspagina die alle recente openbare berichten op deze website toont."
 
-#: ../../include/nav.php:162
-msgid "Manage other pages"
-msgstr "Andere pagina's beheren"
+#: ../../mod/admin.php:614
+msgid "Enable OStatus support"
+msgstr "Activeer OStatus ondersteuning"
 
-#: ../../include/nav.php:165
-msgid "Delegations"
-msgstr ""
+#: ../../mod/admin.php:614
+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 "Bied ingebouwde Ostatus (identi.ca, status.net, enz.) ondersteuning. Alle communicaties in Ostatus zijn openbaar, dus zullen af en toe privacy waarschuwingen getoond worden."
 
-#: ../../include/nav.php:165 ../../mod/delegate.php:121
-msgid "Delegate Page Management"
+#: ../../mod/admin.php:615
+msgid "OStatus conversation completion interval"
 msgstr ""
 
-#: ../../include/nav.php:167 ../../mod/admin.php:861 ../../mod/admin.php:1069
-#: ../../mod/settings.php:74 ../../mod/uexport.php:48
-#: ../../mod/newmember.php:22 ../../view/theme/diabook/theme.php:537
-#: ../../view/theme/diabook/theme.php:658
-msgid "Settings"
-msgstr "Instellingen"
+#: ../../mod/admin.php:615
+msgid ""
+"How often shall the poller check for new entries in OStatus conversations? "
+"This can be a very ressource task."
+msgstr ""
 
-#: ../../include/nav.php:167 ../../mod/settings.php:30 ../../mod/uexport.php:9
-msgid "Account settings"
-msgstr "Account instellingen"
+#: ../../mod/admin.php:616
+msgid "Enable Diaspora support"
+msgstr "Activeer Diaspora ondersteuning"
 
-#: ../../include/nav.php:169 ../../boot.php:1443
-msgid "Profiles"
-msgstr "Profielen"
+#: ../../mod/admin.php:616
+msgid "Provide built-in Diaspora network compatibility."
+msgstr "Bied ingebouwde ondersteuning voor het Diaspora netwerk."
 
-#: ../../include/nav.php:169
-msgid "Manage/Edit Profiles"
-msgstr "Beheer/Wijzig Profielen"
+#: ../../mod/admin.php:617
+msgid "Only allow Friendica contacts"
+msgstr "Laat alleen Friendica contacten toe"
 
-#: ../../include/nav.php:171 ../../mod/contacts.php:607
-#: ../../view/theme/diabook/theme.php:89
-msgid "Contacts"
-msgstr "Contacten"
+#: ../../mod/admin.php:617
+msgid ""
+"All contacts must use Friendica protocols. All other built-in communication "
+"protocols disabled."
+msgstr "Alle contacten moeten een Friendica protocol gebruiken. Alle andere ingebouwde communicatieprotocols worden uitgeschakeld."
 
-#: ../../include/nav.php:171
-msgid "Manage/edit friends and contacts"
-msgstr "Beheer/Wijzig vrienden en contacten"
+#: ../../mod/admin.php:618
+msgid "Verify SSL"
+msgstr "Controleer SSL"
 
-#: ../../include/nav.php:178 ../../mod/admin.php:120
-msgid "Admin"
-msgstr "Beheer"
+#: ../../mod/admin.php:618
+msgid ""
+"If you wish, you can turn on strict certificate checking. This will mean you"
+" cannot connect (at all) to self-signed SSL sites."
+msgstr "Als je wilt kun je striktere certificaat controle activeren. Dit betekent dat je (totaal) niet kunt connecteren met sites die zelf-ondertekende SSL certificaten gebruiken."
 
-#: ../../include/nav.php:178
-msgid "Site setup and configuration"
-msgstr "Website opzetten en configureren"
+#: ../../mod/admin.php:619
+msgid "Proxy user"
+msgstr "Proxy-gebruiker"
 
-#: ../../include/nav.php:182
-msgid "Navigation"
-msgstr "Navigatie"
+#: ../../mod/admin.php:620
+msgid "Proxy URL"
+msgstr "Proxy-URL"
 
-#: ../../include/nav.php:182
-msgid "Site map"
-msgstr "Sitemap"
+#: ../../mod/admin.php:621
+msgid "Network timeout"
+msgstr "Netwerk timeout"
 
-#: ../../include/oembed.php:138
-msgid "Embedded content"
-msgstr "Ingebedde inhoud"
+#: ../../mod/admin.php:621
+msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
+msgstr "Waarde is in seconden. Zet op 0 voor onbeperkt (niet aanbevolen)."
 
-#: ../../include/oembed.php:147
-msgid "Embedding disabled"
-msgstr "Inbedden uitgeschakeld"
+#: ../../mod/admin.php:622
+msgid "Delivery interval"
+msgstr "Afleverinterval"
 
-#: ../../include/uimport.php:94
-msgid "Error decoding account file"
-msgstr ""
+#: ../../mod/admin.php:622
+msgid ""
+"Delay background delivery processes by this many seconds to reduce system "
+"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 "
+"for large dedicated servers."
+msgstr "Stel achtergrond processen voor aflevering een aantal seconden uit om systeembelasting te beperken. Aanbevolen: 4-5 voor gedeelde hosten, 2-3 voor virtuele privé servers, 0-1 voor grote servers."
 
-#: ../../include/uimport.php:100
-msgid "Error! No version data in file! This is not a Friendica account file?"
-msgstr ""
+#: ../../mod/admin.php:623
+msgid "Poll interval"
+msgstr "Poll-interval"
 
-#: ../../include/uimport.php:116
-msgid "Error! Cannot check nickname"
-msgstr ""
+#: ../../mod/admin.php:623
+msgid ""
+"Delay background polling processes by this many seconds to reduce system "
+"load. If 0, use delivery interval."
+msgstr "Stel achtergrondprocessen zoveel seconden uit om de systeembelasting te beperken. Indien 0 wordt het afleverinterval gebruikt."
 
-#: ../../include/uimport.php:120
-#, php-format
-msgid "User '%s' already exists on this server!"
-msgstr "Gebruiker '%s' bestaat al op deze server!"
+#: ../../mod/admin.php:624
+msgid "Maximum Load Average"
+msgstr "Maximum gemiddelde belasting"
 
-#: ../../include/uimport.php:139
-msgid "User creation error"
-msgstr "Fout bij het aanmaken van de gebruiker"
+#: ../../mod/admin.php:624
+msgid ""
+"Maximum system load before delivery and poll processes are deferred - "
+"default 50."
+msgstr "Maximum systeembelasting voordat aflever- en poll-processen uitgesteld worden - standaard 50."
 
-#: ../../include/uimport.php:157
-msgid "User profile creation error"
-msgstr "Fout bij het aanmaken van het gebruikersprofiel"
+#: ../../mod/admin.php:626
+msgid "Use MySQL full text engine"
+msgstr "Gebruik de tekst-zoekfunctie van MySQL"
 
-#: ../../include/uimport.php:206
-#, php-format
-msgid "%d contact not imported"
-msgid_plural "%d contacts not imported"
-msgstr[0] "%d contact werd niet geïmporteerd"
-msgstr[1] "%d contacten werden niet geïmporteerd"
+#: ../../mod/admin.php:626
+msgid ""
+"Activates the full text engine. Speeds up search - but can only search for "
+"four and more characters."
+msgstr "Activeert de zoekmotor. Dit maakt zoeken sneller, maar het kan alleen zoeken naar teksten van minstens vier letters."
 
-#: ../../include/uimport.php:276
-msgid "Done. You can now login with your username and password"
-msgstr "Gebeurd. Je kunt nu inloggen met je gebruikersnaam en wachtwoord"
+#: ../../mod/admin.php:627
+msgid "Suppress Language"
+msgstr ""
 
-#: ../../include/security.php:22
-msgid "Welcome "
-msgstr "Welkom"
+#: ../../mod/admin.php:627
+msgid "Suppress language information in meta information about a posting."
+msgstr ""
 
-#: ../../include/security.php:23
-msgid "Please upload a profile photo."
-msgstr "Upload een profielfoto."
+#: ../../mod/admin.php:628
+msgid "Path to item cache"
+msgstr "Pad naar cache voor items"
 
-#: ../../include/security.php:26
-msgid "Welcome back "
-msgstr "Welkom terug "
+#: ../../mod/admin.php:629
+msgid "Cache duration in seconds"
+msgstr "Cache tijdsduur in seconden"
 
-#: ../../include/security.php:366
+#: ../../mod/admin.php:629
 msgid ""
-"The form security token was not correct. This probably happened because the "
-"form has been opened for too long (>3 hours) before submitting it."
-msgstr ""
-
-#: ../../mod/profiles.php:18 ../../mod/profiles.php:133
-#: ../../mod/profiles.php:160 ../../mod/profiles.php:583
-#: ../../mod/dfrn_confirm.php:62
-msgid "Profile not found."
-msgstr "Profiel niet gevonden"
-
-#: ../../mod/profiles.php:37
-msgid "Profile deleted."
-msgstr "Profiel verwijderd"
-
-#: ../../mod/profiles.php:55 ../../mod/profiles.php:89
-msgid "Profile-"
-msgstr "Profiel-"
-
-#: ../../mod/profiles.php:74 ../../mod/profiles.php:117
-msgid "New profile created."
-msgstr "Nieuw profiel aangemaakt."
-
-#: ../../mod/profiles.php:95
-msgid "Profile unavailable to clone."
-msgstr "Profiel niet beschikbaar om te klonen."
+"How long should the cache files be hold? Default value is 86400 seconds (One"
+" day)."
+msgstr "Hoe lang moeten bestanden in cache gehouden worden? Standaard waarde is 86400 seconden (een dag)."
 
-#: ../../mod/profiles.php:170
-msgid "Profile Name is required."
-msgstr "Profielnaam is vereist."
+#: ../../mod/admin.php:630
+msgid "Path for lock file"
+msgstr "Pad voor lock bestand"
 
-#: ../../mod/profiles.php:317
-msgid "Marital Status"
-msgstr "Echtelijke staat"
+#: ../../mod/admin.php:631
+msgid "Temp path"
+msgstr "Tijdelijk pad"
 
-#: ../../mod/profiles.php:321
-msgid "Romantic Partner"
-msgstr "Romantische Partner"
+#: ../../mod/admin.php:632
+msgid "Base path to installation"
+msgstr "Basispad voor installatie"
 
-#: ../../mod/profiles.php:325
-msgid "Likes"
-msgstr "Houdt van"
+#: ../../mod/admin.php:634
+msgid "New base url"
+msgstr ""
 
-#: ../../mod/profiles.php:329
-msgid "Dislikes"
-msgstr "Houdt niet van"
+#: ../../mod/admin.php:652
+msgid "Update has been marked successful"
+msgstr "Wijziging succesvol gemarkeerd "
 
-#: ../../mod/profiles.php:333
-msgid "Work/Employment"
-msgstr "Werk"
+#: ../../mod/admin.php:662
+#, php-format
+msgid "Executing %s failed. Check system logs."
+msgstr "Uitvoering van %s is mislukt. Kijk de systeem logbestanden na."
 
-#: ../../mod/profiles.php:336
-msgid "Religion"
-msgstr "Godsdienst"
+#: ../../mod/admin.php:665
+#, php-format
+msgid "Update %s was successfully applied."
+msgstr "Wijziging %s geslaagd."
 
-#: ../../mod/profiles.php:340
-msgid "Political Views"
-msgstr "Politieke standpunten"
+#: ../../mod/admin.php:669
+#, php-format
+msgid "Update %s did not return a status. Unknown if it succeeded."
+msgstr "Wijziging %s gaf geen status terug. We weten niet of de wijziging geslaagd is."
 
-#: ../../mod/profiles.php:344
-msgid "Gender"
-msgstr "Geslacht"
+#: ../../mod/admin.php:672
+#, php-format
+msgid "Update function %s could not be found."
+msgstr "Update-functie %s kon niet gevonden worden."
 
-#: ../../mod/profiles.php:348
-msgid "Sexual Preference"
-msgstr "Seksuele Voorkeur"
+#: ../../mod/admin.php:687
+msgid "No failed updates."
+msgstr "Geen misluke wijzigingen"
 
-#: ../../mod/profiles.php:352
-msgid "Homepage"
-msgstr "Homepagina"
+#: ../../mod/admin.php:691
+msgid "Failed Updates"
+msgstr "Misluke wijzigingen"
 
-#: ../../mod/profiles.php:356
-msgid "Interests"
-msgstr "Interesses"
+#: ../../mod/admin.php:692
+msgid ""
+"This does not include updates prior to 1139, which did not return a status."
+msgstr "Dit is zonder de wijzigingen voor 1139, welke geen status teruggaven."
 
-#: ../../mod/profiles.php:360
-msgid "Address"
-msgstr "Adres"
+#: ../../mod/admin.php:693
+msgid "Mark success (if update was manually applied)"
+msgstr "Markeren als succes (als aanpassing manueel doorgevoerd werd)"
 
-#: ../../mod/profiles.php:367
-msgid "Location"
-msgstr "Plaats"
+#: ../../mod/admin.php:694
+msgid "Attempt to execute this update step automatically"
+msgstr "Probeer deze stap automatisch uit te voeren"
 
-#: ../../mod/profiles.php:450
-msgid "Profile updated."
-msgstr "Profiel bijgewerkt."
+#: ../../mod/admin.php:740
+msgid "Registration successful. Email send to user"
+msgstr ""
 
-#: ../../mod/profiles.php:521
-msgid " and "
-msgstr "en"
+#: ../../mod/admin.php:750
+#, php-format
+msgid "%s user blocked/unblocked"
+msgid_plural "%s users blocked/unblocked"
+msgstr[0] "%s gebruiker geblokkeerd/niet geblokkeerd"
+msgstr[1] "%s gebruikers geblokkeerd/niet geblokkeerd"
 
-#: ../../mod/profiles.php:529
-msgid "public profile"
-msgstr "publiek profiel"
+#: ../../mod/admin.php:757
+#, php-format
+msgid "%s user deleted"
+msgid_plural "%s users deleted"
+msgstr[0] "%s gebruiker verwijderd"
+msgstr[1] "%s gebruikers verwijderd"
 
-#: ../../mod/profiles.php:532
+#: ../../mod/admin.php:796
 #, php-format
-msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
-msgstr "%1$s veranderde %2$s naar &ldquo;%3$s&rdquo;"
+msgid "User '%s' deleted"
+msgstr "Gebruiker '%s' verwijderd"
 
-#: ../../mod/profiles.php:533
+#: ../../mod/admin.php:804
 #, php-format
-msgid " - Visit %1$s's %2$s"
-msgstr " - Bezoek %2$s van %1$s"
+msgid "User '%s' unblocked"
+msgstr "Gebruiker '%s' niet meer geblokkeerd"
 
-#: ../../mod/profiles.php:536
+#: ../../mod/admin.php:804
 #, php-format
-msgid "%1$s has an updated %2$s, changing %3$s."
-msgstr "%1$s heeft een aangepast %2$s, %3$s veranderd."
+msgid "User '%s' blocked"
+msgstr "Gebruiker '%s' geblokkeerd"
 
-#: ../../mod/profiles.php:609
-msgid "Hide your contact/friend list from viewers of this profile?"
-msgstr "Je vrienden/contacten verbergen voor bezoekers van dit profiel?"
+#: ../../mod/admin.php:899
+msgid "Add User"
+msgstr ""
 
-#: ../../mod/profiles.php:611 ../../mod/api.php:106 ../../mod/register.php:240
-#: ../../mod/settings.php:961 ../../mod/settings.php:967
-#: ../../mod/settings.php:975 ../../mod/settings.php:979
-#: ../../mod/settings.php:984 ../../mod/settings.php:990
-#: ../../mod/settings.php:996 ../../mod/settings.php:1002
-#: ../../mod/settings.php:1032 ../../mod/settings.php:1033
-#: ../../mod/settings.php:1034 ../../mod/settings.php:1035
-#: ../../mod/settings.php:1036 ../../mod/dfrn_request.php:837
-msgid "No"
-msgstr "Nee"
+#: ../../mod/admin.php:900
+msgid "select all"
+msgstr "Alles selecteren"
 
-#: ../../mod/profiles.php:629
-msgid "Edit Profile Details"
-msgstr "Profiel details bewerken"
+#: ../../mod/admin.php:901
+msgid "User registrations waiting for confirm"
+msgstr "Gebruikersregistraties wachten op een bevestiging"
 
-#: ../../mod/profiles.php:630 ../../mod/admin.php:491 ../../mod/admin.php:763
-#: ../../mod/admin.php:902 ../../mod/admin.php:1102 ../../mod/admin.php:1189
-#: ../../mod/settings.php:584 ../../mod/settings.php:694
-#: ../../mod/settings.php:763 ../../mod/settings.php:837
-#: ../../mod/settings.php:1064 ../../mod/crepair.php:166
-#: ../../mod/poke.php:199 ../../mod/events.php:478 ../../mod/fsuggest.php:107
-#: ../../mod/group.php:87 ../../mod/invite.php:140 ../../mod/localtime.php:45
-#: ../../mod/manage.php:110 ../../mod/message.php:335
-#: ../../mod/message.php:564 ../../mod/mood.php:137 ../../mod/photos.php:1078
-#: ../../mod/photos.php:1199 ../../mod/photos.php:1501
-#: ../../mod/photos.php:1552 ../../mod/photos.php:1596
-#: ../../mod/photos.php:1679 ../../mod/install.php:248
-#: ../../mod/install.php:286 ../../mod/contacts.php:386
-#: ../../mod/content.php:733 ../../object/Item.php:653
-#: ../../view/theme/cleanzero/config.php:80
-#: ../../view/theme/diabook/config.php:152
-#: ../../view/theme/diabook/theme.php:642 ../../view/theme/dispy/config.php:70
-#: ../../view/theme/quattro/config.php:64
-msgid "Submit"
-msgstr "Opslaan"
+#: ../../mod/admin.php:902
+msgid "User waiting for permanent deletion"
+msgstr ""
 
-#: ../../mod/profiles.php:631
-msgid "Change Profile Photo"
-msgstr "Profiel foto wijzigen"
+#: ../../mod/admin.php:903
+msgid "Request date"
+msgstr "Registratiedatum"
 
-#: ../../mod/profiles.php:632
-msgid "View this profile"
-msgstr "Dit profiel bekijken"
+#: ../../mod/admin.php:903 ../../mod/admin.php:915 ../../mod/admin.php:916
+#: ../../mod/admin.php:929 ../../mod/crepair.php:150
+#: ../../mod/settings.php:603 ../../mod/settings.php:629
+msgid "Name"
+msgstr "Naam"
 
-#: ../../mod/profiles.php:633
-msgid "Create a new profile using these settings"
-msgstr "Nieuw profiel aanmaken met deze instellingen"
+#: ../../mod/admin.php:903 ../../mod/admin.php:915 ../../mod/admin.php:916
+#: ../../mod/admin.php:931 ../../include/contact_selectors.php:79
+#: ../../include/contact_selectors.php:86
+msgid "Email"
+msgstr "E-mail"
 
-#: ../../mod/profiles.php:634
-msgid "Clone this profile"
-msgstr "Dit profiel klonen"
+#: ../../mod/admin.php:904
+msgid "No registrations."
+msgstr "Geen registraties."
 
-#: ../../mod/profiles.php:635
-msgid "Delete this profile"
-msgstr "Dit profiel verwijderen"
+#: ../../mod/admin.php:905 ../../mod/notifications.php:161
+#: ../../mod/notifications.php:208
+msgid "Approve"
+msgstr "Goedkeuren"
 
-#: ../../mod/profiles.php:636
-msgid "Profile Name:"
-msgstr "Profiel Naam:"
+#: ../../mod/admin.php:906
+msgid "Deny"
+msgstr "Weiger"
 
-#: ../../mod/profiles.php:637
-msgid "Your Full Name:"
-msgstr "Je volledige naam:"
+#: ../../mod/admin.php:908 ../../mod/contacts.php:425
+#: ../../mod/contacts.php:484 ../../mod/contacts.php:692
+msgid "Block"
+msgstr "Blokkeren"
 
-#: ../../mod/profiles.php:638
-msgid "Title/Description:"
-msgstr "Titel/Beschrijving:"
+#: ../../mod/admin.php:909 ../../mod/contacts.php:425
+#: ../../mod/contacts.php:484 ../../mod/contacts.php:692
+msgid "Unblock"
+msgstr "Blokkering opheffen"
 
-#: ../../mod/profiles.php:639
-msgid "Your Gender:"
-msgstr "Je Geslacht:"
+#: ../../mod/admin.php:910
+msgid "Site admin"
+msgstr "Sitebeheerder"
 
-#: ../../mod/profiles.php:640
-#, php-format
-msgid "Birthday (%s):"
-msgstr "Geboortedatum (%s):"
+#: ../../mod/admin.php:911
+msgid "Account expired"
+msgstr "Account verlopen"
 
-#: ../../mod/profiles.php:641
-msgid "Street Address:"
-msgstr "Postadres:"
+#: ../../mod/admin.php:914
+msgid "New User"
+msgstr ""
 
-#: ../../mod/profiles.php:642
-msgid "Locality/City:"
-msgstr "Gemeente/Stad:"
+#: ../../mod/admin.php:915 ../../mod/admin.php:916
+msgid "Register date"
+msgstr "Registratiedatum"
 
-#: ../../mod/profiles.php:643
-msgid "Postal/Zip Code:"
-msgstr "Postcode:"
+#: ../../mod/admin.php:915 ../../mod/admin.php:916
+msgid "Last login"
+msgstr "Laatste login"
 
-#: ../../mod/profiles.php:644
-msgid "Country:"
-msgstr "Land:"
+#: ../../mod/admin.php:915 ../../mod/admin.php:916
+msgid "Last item"
+msgstr "Laatste item"
 
-#: ../../mod/profiles.php:645
-msgid "Region/State:"
-msgstr "Regio/Staat:"
+#: ../../mod/admin.php:915
+msgid "Deleted since"
+msgstr ""
 
-#: ../../mod/profiles.php:646
-msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
-msgstr "<span class=\"heart\">&hearts;</span> Echtelijke Staat:"
+#: ../../mod/admin.php:916
+msgid "Account"
+msgstr "Account"
 
-#: ../../mod/profiles.php:647
-msgid "Who: (if applicable)"
-msgstr "Wie: (indien toepasbaar)"
+#: ../../mod/admin.php:918
+msgid ""
+"Selected users will be deleted!\\n\\nEverything these users had posted on "
+"this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "Geselecteerde gebruikers zullen verwijderd worden!\\n\\nAlles wat deze gebruikers gepost hebben op deze website zal permanent verwijderd worden!\\n\\nBen je zeker?"
 
-#: ../../mod/profiles.php:648
-msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
-msgstr "Voorbeelden: Kathleen123, Kathleen Peeters, kathleen@voorbeeld.nl"
+#: ../../mod/admin.php:919
+msgid ""
+"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
+"site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "De gebruiker {0} zal verwijderd worden!\\n\\nAlles wat deze gebruiker gepost heeft op deze website zal permanent verwijderd worden!\\n\\nBen je zeker?"
 
-#: ../../mod/profiles.php:649
-msgid "Since [date]:"
-msgstr "Sinds [datum]:"
+#: ../../mod/admin.php:929
+msgid "Name of the new user."
+msgstr ""
 
-#: ../../mod/profiles.php:651
-msgid "Homepage URL:"
-msgstr "Adres homepagina:"
+#: ../../mod/admin.php:930
+msgid "Nickname"
+msgstr ""
 
-#: ../../mod/profiles.php:654
-msgid "Religious Views:"
-msgstr "Geloof:"
+#: ../../mod/admin.php:930
+msgid "Nickname of the new user."
+msgstr ""
 
-#: ../../mod/profiles.php:655
-msgid "Public Keywords:"
-msgstr "Publieke Sleutelwoorden:"
+#: ../../mod/admin.php:931
+msgid "Email address of the new user."
+msgstr ""
 
-#: ../../mod/profiles.php:656
-msgid "Private Keywords:"
-msgstr "Privé Sleutelwoorden:"
+#: ../../mod/admin.php:964
+#, php-format
+msgid "Plugin %s disabled."
+msgstr "Plugin %s uitgeschakeld."
 
-#: ../../mod/profiles.php:659
-msgid "Example: fishing photography software"
-msgstr "Voorbeeld: vissen fotografie software"
+#: ../../mod/admin.php:968
+#, php-format
+msgid "Plugin %s enabled."
+msgstr "Plugin %s ingeschakeld."
 
-#: ../../mod/profiles.php:660
-msgid "(Used for suggesting potential friends, can be seen by others)"
-msgstr "(Gebruikt om mogelijke vrienden voor te stellen, kan door anderen gezien worden)"
+#: ../../mod/admin.php:978 ../../mod/admin.php:1181
+msgid "Disable"
+msgstr "Uitschakelen"
 
-#: ../../mod/profiles.php:661
-msgid "(Used for searching profiles, never shown to others)"
-msgstr "(Gebruikt om profielen te zoeken, nooit aan anderen getoond)"
+#: ../../mod/admin.php:980 ../../mod/admin.php:1183
+msgid "Enable"
+msgstr "Inschakelen"
 
-#: ../../mod/profiles.php:662
-msgid "Tell us about yourself..."
-msgstr "Vertel iets over jezelf..."
+#: ../../mod/admin.php:1003 ../../mod/admin.php:1211
+msgid "Toggle"
+msgstr "Schakelaar"
 
-#: ../../mod/profiles.php:663
-msgid "Hobbies/Interests"
-msgstr "Hobby's/Interesses"
+#: ../../mod/admin.php:1011 ../../mod/admin.php:1221
+msgid "Author: "
+msgstr "Auteur:"
 
-#: ../../mod/profiles.php:664
-msgid "Contact information and Social Networks"
-msgstr "Contactinformatie en Sociale Netwerken"
+#: ../../mod/admin.php:1012 ../../mod/admin.php:1222
+msgid "Maintainer: "
+msgstr "Onderhoud:"
 
-#: ../../mod/profiles.php:665
-msgid "Musical interests"
-msgstr "Muzikale interesses"
+#: ../../mod/admin.php:1141
+msgid "No themes found."
+msgstr "Geen thema's gevonden."
 
-#: ../../mod/profiles.php:666
-msgid "Books, literature"
-msgstr "Boeken, literatuur"
+#: ../../mod/admin.php:1203
+msgid "Screenshot"
+msgstr "Schermafdruk"
 
-#: ../../mod/profiles.php:667
-msgid "Television"
-msgstr "Televisie"
+#: ../../mod/admin.php:1249
+msgid "[Experimental]"
+msgstr "[Experimenteel]"
 
-#: ../../mod/profiles.php:668
-msgid "Film/dance/culture/entertainment"
-msgstr "Film/dans/cultuur/ontspanning"
+#: ../../mod/admin.php:1250
+msgid "[Unsupported]"
+msgstr "[Niet ondersteund]"
 
-#: ../../mod/profiles.php:669
-msgid "Love/romance"
-msgstr "Liefde/romantiek"
+#: ../../mod/admin.php:1277
+msgid "Log settings updated."
+msgstr "Log instellingen gewijzigd"
 
-#: ../../mod/profiles.php:670
-msgid "Work/employment"
-msgstr "Werk"
+#: ../../mod/admin.php:1333
+msgid "Clear"
+msgstr "Wis"
 
-#: ../../mod/profiles.php:671
-msgid "School/education"
-msgstr "School/opleiding"
+#: ../../mod/admin.php:1339
+msgid "Enable Debugging"
+msgstr ""
 
-#: ../../mod/profiles.php:676
+#: ../../mod/admin.php:1340
+msgid "Log file"
+msgstr "Logbestand"
+
+#: ../../mod/admin.php:1340
 msgid ""
-"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
-"be visible to anybody using the internet."
-msgstr "Dit is jouw <strong>publiek</strong> profiel.<br />Het <strong>kan</strong> zichtbaar zijn voor iedereen op het internet."
+"Must be writable by web server. Relative to your Friendica top-level "
+"directory."
+msgstr "De webserver moet hier kunnen schrijven. Relatief t.o.v. van de hoogste folder binnen uw Friendica-installatie."
 
-#: ../../mod/profiles.php:686 ../../mod/directory.php:111
-msgid "Age: "
-msgstr "Leeftijd:"
+#: ../../mod/admin.php:1341
+msgid "Log level"
+msgstr "Log niveau"
 
-#: ../../mod/profiles.php:725
-msgid "Edit/Manage Profiles"
-msgstr "Wijzig/Beheer Profielen"
+#: ../../mod/admin.php:1390 ../../mod/contacts.php:481
+msgid "Update now"
+msgstr "Wijzig nu"
 
-#: ../../mod/profiles.php:726 ../../boot.php:1449 ../../boot.php:1475
-msgid "Change profile photo"
-msgstr "Profiel foto wijzigen"
+#: ../../mod/admin.php:1391
+msgid "Close"
+msgstr "Afsluiten"
 
-#: ../../mod/profiles.php:727 ../../boot.php:1450
-msgid "Create New Profile"
-msgstr "Maak nieuw profiel"
+#: ../../mod/admin.php:1397
+msgid "FTP Host"
+msgstr "FTP Server"
 
-#: ../../mod/profiles.php:738 ../../boot.php:1460
-msgid "Profile Image"
-msgstr "Profiel afbeelding"
+#: ../../mod/admin.php:1398
+msgid "FTP Path"
+msgstr "FTP Pad"
 
-#: ../../mod/profiles.php:740 ../../boot.php:1463
-msgid "visible to everybody"
-msgstr "zichtbaar voor iedereen"
+#: ../../mod/admin.php:1399
+msgid "FTP User"
+msgstr "FTP Gebruiker"
 
-#: ../../mod/profiles.php:741 ../../boot.php:1464
-msgid "Edit visibility"
-msgstr "Pas zichtbaarheid aan"
+#: ../../mod/admin.php:1400
+msgid "FTP Password"
+msgstr "FTP wachtwoord"
 
-#: ../../mod/profperm.php:19 ../../mod/group.php:72 ../../index.php:345
-msgid "Permission denied"
-msgstr "Toegang geweigerd"
+#: ../../mod/_search.php:99 ../../mod/search.php:99 ../../include/text.php:934
+#: ../../include/text.php:935 ../../include/nav.php:118
+msgid "Search"
+msgstr "Zoeken"
 
-#: ../../mod/profperm.php:25 ../../mod/profperm.php:55
-msgid "Invalid profile identifier."
-msgstr "Ongeldige profiel-identificatie."
+#: ../../mod/_search.php:180 ../../mod/_search.php:206
+#: ../../mod/search.php:179 ../../mod/search.php:205
+#: ../../mod/community.php:61 ../../mod/community.php:91
+msgid "No results."
+msgstr "Geen resultaten."
 
-#: ../../mod/profperm.php:101
-msgid "Profile Visibility Editor"
-msgstr ""
+#: ../../mod/profile.php:180
+msgid "Tips for New Members"
+msgstr "Tips voor nieuwe leden"
 
-#: ../../mod/profperm.php:105 ../../mod/group.php:224
-msgid "Click on a contact to add or remove."
-msgstr "Klik op een contact om het toe te voegen of te verwijderen."
+#: ../../mod/share.php:44
+msgid "link"
+msgstr "link"
 
-#: ../../mod/profperm.php:114
-msgid "Visible To"
-msgstr "Zichtbaar voor"
+#: ../../mod/tagger.php:95 ../../include/conversation.php:266
+#, php-format
+msgid "%1$s tagged %2$s's %3$s with %4$s"
+msgstr "%1$s labelde %3$s van %2$s met %4$s"
 
-#: ../../mod/profperm.php:130
-msgid "All Contacts (with secure profile access)"
-msgstr "Alle contacten (met veilige profieltoegang)"
+#: ../../mod/editpost.php:17 ../../mod/editpost.php:27
+msgid "Item not found"
+msgstr "Item niet gevonden"
 
-#: ../../mod/notes.php:44 ../../boot.php:1982
-msgid "Personal Notes"
-msgstr "Persoonlijke Nota's"
+#: ../../mod/editpost.php:39
+msgid "Edit post"
+msgstr "Bericht bewerken"
 
-#: ../../mod/display.php:19 ../../mod/search.php:89
-#: ../../mod/dfrn_request.php:761 ../../mod/directory.php:31
-#: ../../mod/videos.php:115 ../../mod/viewcontacts.php:17
-#: ../../mod/photos.php:914 ../../mod/community.php:18
-msgid "Public access denied."
-msgstr "Niet vrij toegankelijk"
+#: ../../mod/editpost.php:111 ../../include/conversation.php:1082
+msgid "upload photo"
+msgstr "Foto uploaden"
 
-#: ../../mod/display.php:99 ../../mod/profile.php:155
-msgid "Access to this profile has been restricted."
-msgstr "Toegang tot dit profiel is beperkt."
+#: ../../mod/editpost.php:112 ../../include/conversation.php:1083
+msgid "Attach file"
+msgstr "Bestand bijvoegen"
 
-#: ../../mod/display.php:239
-msgid "Item has been removed."
-msgstr "Item is verwijderd."
+#: ../../mod/editpost.php:113 ../../include/conversation.php:1084
+msgid "attach file"
+msgstr "bestand bijvoegen"
 
-#: ../../mod/nogroup.php:40 ../../mod/viewcontacts.php:62
-#: ../../mod/contacts.php:395 ../../mod/contacts.php:585
-#, php-format
-msgid "Visit %s's profile [%s]"
-msgstr "Bekijk het profiel van %s [%s]"
+#: ../../mod/editpost.php:115 ../../include/conversation.php:1086
+msgid "web link"
+msgstr "webadres"
 
-#: ../../mod/nogroup.php:41 ../../mod/contacts.php:586
-msgid "Edit contact"
-msgstr "Contact bewerken"
+#: ../../mod/editpost.php:116 ../../include/conversation.php:1087
+msgid "Insert video link"
+msgstr "Voeg video toe"
 
-#: ../../mod/nogroup.php:59
-msgid "Contacts who are not members of a group"
-msgstr "Contacten die geen leden zijn van een groep"
+#: ../../mod/editpost.php:117 ../../include/conversation.php:1088
+msgid "video link"
+msgstr "video adres"
 
-#: ../../mod/ping.php:238
-msgid "{0} wants to be your friend"
-msgstr "{0} wilt je vriend worden"
+#: ../../mod/editpost.php:118 ../../include/conversation.php:1089
+msgid "Insert audio link"
+msgstr "Voeg audio adres toe"
 
-#: ../../mod/ping.php:243
-msgid "{0} sent you a message"
-msgstr "{0} stuurde jou een berichtje"
+#: ../../mod/editpost.php:119 ../../include/conversation.php:1090
+msgid "audio link"
+msgstr "audio adres"
 
-#: ../../mod/ping.php:248
-msgid "{0} requested registration"
-msgstr "{0} vroeg om zich te registreren"
+#: ../../mod/editpost.php:120 ../../include/conversation.php:1091
+msgid "Set your location"
+msgstr "Stel uw locatie in"
 
-#: ../../mod/ping.php:254
-#, php-format
-msgid "{0} commented %s's post"
-msgstr "{0} gaf een reactie op het bericht van %s"
+#: ../../mod/editpost.php:121 ../../include/conversation.php:1092
+msgid "set location"
+msgstr "Stel uw locatie in"
 
-#: ../../mod/ping.php:259
-#, php-format
-msgid "{0} liked %s's post"
-msgstr "{0} vond het bericht van %s leuk"
+#: ../../mod/editpost.php:122 ../../include/conversation.php:1093
+msgid "Clear browser location"
+msgstr "Verwijder locatie uit uw webbrowser"
 
-#: ../../mod/ping.php:264
-#, php-format
-msgid "{0} disliked %s's post"
-msgstr "{0} vond het bericht van %s niet leuk"
+#: ../../mod/editpost.php:123 ../../include/conversation.php:1094
+msgid "clear location"
+msgstr "Verwijder locatie uit uw webbrowser"
 
-#: ../../mod/ping.php:269
-#, php-format
-msgid "{0} is now friends with %s"
-msgstr "{0} is nu bevriend met %s"
+#: ../../mod/editpost.php:125 ../../include/conversation.php:1100
+msgid "Permission settings"
+msgstr "Instellingen van rechten"
 
-#: ../../mod/ping.php:274
-msgid "{0} posted"
-msgstr "{0} plaatste"
+#: ../../mod/editpost.php:133 ../../include/conversation.php:1109
+msgid "CC: email addresses"
+msgstr "CC: e-mailadressen"
 
-#: ../../mod/ping.php:279
-#, php-format
-msgid "{0} tagged %s's post with #%s"
-msgstr "{0} labelde %s's bericht met #%s"
+#: ../../mod/editpost.php:134 ../../include/conversation.php:1110
+msgid "Public post"
+msgstr "Openbare post"
 
-#: ../../mod/ping.php:285
-msgid "{0} mentioned you in a post"
-msgstr "{0} vermeldde je in een bericht"
+#: ../../mod/editpost.php:137 ../../include/conversation.php:1096
+msgid "Set title"
+msgstr "Titel plaatsen"
 
-#: ../../mod/admin.php:55
-msgid "Theme settings updated."
-msgstr "Thema instellingen aangepast."
+#: ../../mod/editpost.php:139 ../../include/conversation.php:1098
+msgid "Categories (comma-separated list)"
+msgstr "Categorieën (komma-gescheiden lijst)"
 
-#: ../../mod/admin.php:96 ../../mod/admin.php:490
-msgid "Site"
-msgstr "Website"
+#: ../../mod/editpost.php:140 ../../include/conversation.php:1112
+msgid "Example: bob@example.com, mary@example.com"
+msgstr "Voorbeeld: bob@voorbeeld.nl, an@voorbeeld.be"
 
-#: ../../mod/admin.php:97 ../../mod/admin.php:762 ../../mod/admin.php:776
-msgid "Users"
-msgstr "Gebruiker"
+#: ../../mod/attach.php:8
+msgid "Item not available."
+msgstr "Item niet beschikbaar"
 
-#: ../../mod/admin.php:98 ../../mod/admin.php:859 ../../mod/admin.php:901
-msgid "Plugins"
-msgstr "Plugins"
+#: ../../mod/attach.php:20
+msgid "Item was not found."
+msgstr "Item niet gevonden"
 
-#: ../../mod/admin.php:99 ../../mod/admin.php:1067 ../../mod/admin.php:1101
-msgid "Themes"
-msgstr "Thema's"
-
-#: ../../mod/admin.php:100
-msgid "DB updates"
-msgstr "DB aanpassingen"
+#: ../../mod/regmod.php:63
+msgid "Account approved."
+msgstr "Account goedgekeurd."
 
-#: ../../mod/admin.php:115 ../../mod/admin.php:122 ../../mod/admin.php:1188
-msgid "Logs"
-msgstr "Logs"
+#: ../../mod/regmod.php:100
+#, php-format
+msgid "Registration revoked for %s"
+msgstr "Registratie ingetrokken voor %s"
 
-#: ../../mod/admin.php:121
-msgid "Plugin Features"
-msgstr "Plugin Functies"
+#: ../../mod/regmod.php:112
+msgid "Please login."
+msgstr "Log a.u.b. in."
 
-#: ../../mod/admin.php:123
-msgid "User registrations waiting for confirmation"
-msgstr "Gebruikersregistraties wachten op bevestiging"
+#: ../../mod/directory.php:57
+msgid "Find on this site"
+msgstr "Op deze website zoeken"
 
-#: ../../mod/admin.php:182 ../../mod/admin.php:733
-msgid "Normal Account"
-msgstr "Normale Account"
+#: ../../mod/directory.php:59 ../../mod/contacts.php:685
+msgid "Finding: "
+msgstr "Gevonden:"
 
-#: ../../mod/admin.php:183 ../../mod/admin.php:734
-msgid "Soapbox Account"
-msgstr "Zeepkist Account"
+#: ../../mod/directory.php:60
+msgid "Site Directory"
+msgstr "Websitegids"
 
-#: ../../mod/admin.php:184 ../../mod/admin.php:735
-msgid "Community/Celebrity Account"
-msgstr "Gemeenschap/Beroemdheid Account"
+#: ../../mod/directory.php:61 ../../mod/contacts.php:686
+#: ../../include/contact_widgets.php:33
+msgid "Find"
+msgstr "Zoek"
 
-#: ../../mod/admin.php:185 ../../mod/admin.php:736
-msgid "Automatic Friend Account"
-msgstr "Automatisch Vriendschapsaccount"
+#: ../../mod/directory.php:111 ../../mod/profiles.php:686
+msgid "Age: "
+msgstr "Leeftijd:"
 
-#: ../../mod/admin.php:186
-msgid "Blog Account"
-msgstr "Blog Account"
+#: ../../mod/directory.php:114
+msgid "Gender: "
+msgstr "Geslacht:"
 
-#: ../../mod/admin.php:187
-msgid "Private Forum"
-msgstr "Privé Forum"
+#: ../../mod/directory.php:142 ../../include/profile_advanced.php:58
+msgid "About:"
+msgstr "Over:"
 
-#: ../../mod/admin.php:206
-msgid "Message queues"
-msgstr "Bericht-wachtrijen"
+#: ../../mod/directory.php:187
+msgid "No entries (some entries may be hidden)."
+msgstr "Geen gegevens (sommige gegevens kunnen verborgen zijn)."
 
-#: ../../mod/admin.php:211 ../../mod/admin.php:489 ../../mod/admin.php:761
-#: ../../mod/admin.php:858 ../../mod/admin.php:900 ../../mod/admin.php:1066
-#: ../../mod/admin.php:1100 ../../mod/admin.php:1187
-msgid "Administration"
-msgstr "Beheer"
+#: ../../mod/crepair.php:104
+msgid "Contact settings applied."
+msgstr "Contactinstellingen toegepast."
 
-#: ../../mod/admin.php:212
-msgid "Summary"
-msgstr "Samenvatting"
+#: ../../mod/crepair.php:106
+msgid "Contact update failed."
+msgstr "Aanpassen van contact mislukt."
 
-#: ../../mod/admin.php:214
-msgid "Registered users"
-msgstr "Geregistreerde gebruikers"
+#: ../../mod/crepair.php:137
+msgid "Repair Contact Settings"
+msgstr "Contactinstellingen herstellen"
 
-#: ../../mod/admin.php:216
-msgid "Pending registrations"
-msgstr "Registraties die in de wacht staan"
+#: ../../mod/crepair.php:139
+msgid ""
+"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect"
+" information your communications with this contact may stop working."
+msgstr ""
 
-#: ../../mod/admin.php:217
-msgid "Version"
-msgstr "Versie"
+#: ../../mod/crepair.php:140
+msgid ""
+"Please use your browser 'Back' button <strong>now</strong> if you are "
+"uncertain what to do on this page."
+msgstr "Gebruik <strong>nu</strong> de \"terug\"-knop in je webbrowser wanneer je niet weet wat je op deze pagina moet doen."
 
-#: ../../mod/admin.php:219
-msgid "Active plugins"
-msgstr "Actieve plug-ins"
+#: ../../mod/crepair.php:146
+msgid "Return to contact editor"
+msgstr "Ga terug naar contactbewerker"
 
-#: ../../mod/admin.php:405
-msgid "Site settings updated."
-msgstr "Site instellingen gewijzigd."
+#: ../../mod/crepair.php:151
+msgid "Account Nickname"
+msgstr "Bijnaam account"
 
-#: ../../mod/admin.php:434 ../../mod/settings.php:793
-msgid "No special theme for mobile devices"
-msgstr "Geen speciaal thema voor mobiele apparaten"
+#: ../../mod/crepair.php:152
+msgid "@Tagname - overrides Name/Nickname"
+msgstr "@Labelnaam - krijgt voorrang op naam/bijnaam"
 
-#: ../../mod/admin.php:451 ../../mod/contacts.php:330
-msgid "Never"
-msgstr "Nooit"
+#: ../../mod/crepair.php:153
+msgid "Account URL"
+msgstr "URL account"
 
-#: ../../mod/admin.php:460
-msgid "Multi user instance"
-msgstr "Server voor meerdere gebruikers"
+#: ../../mod/crepair.php:154
+msgid "Friend Request URL"
+msgstr "URL vriendschapsverzoek"
 
-#: ../../mod/admin.php:476
-msgid "Closed"
-msgstr "Gesloten"
+#: ../../mod/crepair.php:155
+msgid "Friend Confirm URL"
+msgstr ""
 
-#: ../../mod/admin.php:477
-msgid "Requires approval"
-msgstr "Toestemming vereist"
+#: ../../mod/crepair.php:156
+msgid "Notification Endpoint URL"
+msgstr ""
 
-#: ../../mod/admin.php:478
-msgid "Open"
-msgstr "Open"
+#: ../../mod/crepair.php:157
+msgid "Poll/Feed URL"
+msgstr "URL poll/feed"
 
-#: ../../mod/admin.php:482
-msgid "No SSL policy, links will track page SSL state"
-msgstr "Geen SSL beleid, links zullen SSL status van pagina volgen"
+#: ../../mod/crepair.php:158
+msgid "New photo from this URL"
+msgstr "Nieuwe foto van deze URL"
 
-#: ../../mod/admin.php:483
-msgid "Force all links to use SSL"
-msgstr "Verplicht alle links om SSL te gebruiken"
+#: ../../mod/crepair.php:159
+msgid "Remote Self"
+msgstr ""
 
-#: ../../mod/admin.php:484
-msgid "Self-signed certificate, use SSL for local links only (discouraged)"
-msgstr "Zelf-ondertekend certificaat, gebruik SSL alleen voor lokale links (afgeraden)"
+#: ../../mod/crepair.php:161
+msgid "Mirror postings from this contact"
+msgstr ""
 
-#: ../../mod/admin.php:492 ../../mod/register.php:261
-msgid "Registration"
-msgstr "Registratie"
+#: ../../mod/crepair.php:161
+msgid ""
+"Mark this contact as remote_self, this will cause friendica to repost new "
+"entries from this contact."
+msgstr ""
 
-#: ../../mod/admin.php:493
-msgid "File upload"
-msgstr "Uploaden bestand"
+#: ../../mod/uimport.php:66
+msgid "Move account"
+msgstr "Account verplaatsen"
 
-#: ../../mod/admin.php:494
-msgid "Policies"
-msgstr "Beleid"
+#: ../../mod/uimport.php:67
+msgid "You can import an account from another Friendica server."
+msgstr "Je kunt een account van een andere Friendica server importeren."
 
-#: ../../mod/admin.php:495
-msgid "Advanced"
-msgstr "Geavanceerd"
+#: ../../mod/uimport.php:68
+msgid ""
+"You need to export your account from the old server and upload it here. We "
+"will recreate your old account here with all your contacts. We will try also"
+" to inform your friends that you moved here."
+msgstr "Je moet je account bij de oude server exporteren, en hier uploaden. We zullen je oude account hier opnieuw aanmaken, met al je contacten. We zullen ook proberen om je vrienden in te lichten dat je naar hier verhuisd bent."
 
-#: ../../mod/admin.php:496
-msgid "Performance"
-msgstr "Performantie"
+#: ../../mod/uimport.php:69
+msgid ""
+"This feature is experimental. We can't import contacts from the OStatus "
+"network (statusnet/identi.ca) or from Diaspora"
+msgstr "Deze functie is experimenteel. We kunnen geen contacten van het OStatus netwerk (statusnet/identi.ca) of van Diaspora importeren."
 
-#: ../../mod/admin.php:500
-msgid "Site name"
-msgstr "Site naam"
+#: ../../mod/uimport.php:70
+msgid "Account file"
+msgstr "Account bestand"
 
-#: ../../mod/admin.php:501
-msgid "Banner/Logo"
-msgstr "Banner/Logo"
+#: ../../mod/uimport.php:70
+msgid ""
+"To export your account, go to \"Settings->Export your personal data\" and "
+"select \"Export account\""
+msgstr ""
 
-#: ../../mod/admin.php:502
-msgid "System language"
-msgstr "Systeemtaal"
+#: ../../mod/lockview.php:31 ../../mod/lockview.php:39
+msgid "Remote privacy information not available."
+msgstr "Privacyinformatie op afstand niet beschikbaar."
 
-#: ../../mod/admin.php:503
-msgid "System theme"
-msgstr "Systeem thema"
+#: ../../mod/lockview.php:48
+msgid "Visible to:"
+msgstr "Zichtbaar voor:"
 
-#: ../../mod/admin.php:503
-msgid ""
-"Default system theme - may be over-ridden by user profiles - <a href='#' "
-"id='cnftheme'>change theme settings</a>"
-msgstr "Standaard systeem thema - kan door gebruikersprofielen veranderd worden - <a href='#' id='cnftheme'>verander thema instellingen</a>"
+#: ../../mod/notes.php:63 ../../mod/filer.php:31 ../../include/text.php:937
+msgid "Save"
+msgstr "Bewaren"
 
-#: ../../mod/admin.php:504
-msgid "Mobile system theme"
-msgstr "Mobiel systeem thema"
+#: ../../mod/help.php:79
+msgid "Help:"
+msgstr "Help:"
 
-#: ../../mod/admin.php:504
-msgid "Theme for mobile devices"
-msgstr "Thema voor mobiele apparaten"
+#: ../../mod/help.php:84 ../../include/nav.php:113
+msgid "Help"
+msgstr "Help"
 
-#: ../../mod/admin.php:505
-msgid "SSL link policy"
-msgstr "Beleid SSL-links"
+#: ../../mod/hcard.php:10
+msgid "No profile"
+msgstr "Geen profiel"
 
-#: ../../mod/admin.php:505
-msgid "Determines whether generated links should be forced to use SSL"
-msgstr "Bepaald of gegenereerde verwijzingen verplicht SSL moeten gebruiken"
+#: ../../mod/dfrn_request.php:93
+msgid "This introduction has already been accepted."
+msgstr "Verzoek is al goedgekeurd"
 
-#: ../../mod/admin.php:506
-msgid "'Share' element"
-msgstr "'Deel'-element"
+#: ../../mod/dfrn_request.php:118 ../../mod/dfrn_request.php:513
+msgid "Profile location is not valid or does not contain profile information."
+msgstr "Profiel is ongeldig of bevat geen informatie"
 
-#: ../../mod/admin.php:506
-msgid "Activates the bbcode element 'share' for repeating items."
-msgstr "Activeer het bbcode-element 'share' voor herhalende items."
+#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:518
+msgid "Warning: profile location has no identifiable owner name."
+msgstr "Waarschuwing: de profiellocatie heeft geen identificeerbare eigenaar."
 
-#: ../../mod/admin.php:507
-msgid "Hide help entry from navigation menu"
-msgstr "Verberg de 'help' uit het navigatiemenu"
+#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:520
+msgid "Warning: profile location has no profile photo."
+msgstr "Waarschuwing: Profieladres heeft geen profielfoto."
 
-#: ../../mod/admin.php:507
-msgid ""
-"Hides the menu entry for the Help pages from the navigation menu. You can "
-"still access it calling /help directly."
-msgstr "Verbergt het menu-item voor de Help pagina's uit het navigatiemenu. Je kunt ze nog altijd vinden door /help direct in te geven."
+#: ../../mod/dfrn_request.php:128 ../../mod/dfrn_request.php:523
+#, php-format
+msgid "%d required parameter was not found at the given location"
+msgid_plural "%d required parameters were not found at the given location"
+msgstr[0] "De %d vereiste parameter is niet op het gegeven adres gevonden"
+msgstr[1] "De %d vereiste parameters zijn niet op het gegeven adres gevonden"
 
-#: ../../mod/admin.php:508
-msgid "Single user instance"
-msgstr "Server voor één gebruiker"
+#: ../../mod/dfrn_request.php:170
+msgid "Introduction complete."
+msgstr "Verzoek voltooid."
 
-#: ../../mod/admin.php:508
-msgid "Make this instance multi-user or single-user for the named user"
-msgstr "Stel deze server in voor meerdere gebruikers, of enkel voor de geselecteerde gebruiker."
+#: ../../mod/dfrn_request.php:209
+msgid "Unrecoverable protocol error."
+msgstr "Onherstelbare protocolfout. "
 
-#: ../../mod/admin.php:509
-msgid "Maximum image size"
-msgstr "Maximum afbeeldingsgrootte"
+#: ../../mod/dfrn_request.php:237
+msgid "Profile unavailable."
+msgstr "Profiel onbeschikbaar"
 
-#: ../../mod/admin.php:509
-msgid ""
-"Maximum size in bytes of uploaded images. Default is 0, which means no "
-"limits."
-msgstr "Maximum afmeting in bytes van afbeeldingen. Standaard is 0, dus geen beperking."
+#: ../../mod/dfrn_request.php:262
+#, php-format
+msgid "%s has received too many connection requests today."
+msgstr "%s heeft te veel verzoeken gehad vandaag."
 
-#: ../../mod/admin.php:510
-msgid "Maximum image length"
-msgstr "Maximum afbeeldingslengte"
+#: ../../mod/dfrn_request.php:263
+msgid "Spam protection measures have been invoked."
+msgstr "Beveiligingsmaatregelen tegen spam zijn in werking getreden."
 
-#: ../../mod/admin.php:510
-msgid ""
-"Maximum length in pixels of the longest side of uploaded images. Default is "
-"-1, which means no limits."
-msgstr "Maximum lengte in pixels van de langste kant van afbeeldingen. Standaard is -1, dus geen beperkingen."
-
-#: ../../mod/admin.php:511
-msgid "JPEG image quality"
-msgstr "JPEG afbeeldingskwaliteit"
+#: ../../mod/dfrn_request.php:264
+msgid "Friends are advised to please try again in 24 hours."
+msgstr "Wij adviseren vrienden om het over 24 uur nog een keer te proberen."
 
-#: ../../mod/admin.php:511
-msgid ""
-"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
-"100, which is full quality."
-msgstr "JPEGS zullen met deze kwaliteitsinstelling bewaard worden [0-100]. Standaard is 100, dit is volledige kwaliteit."
+#: ../../mod/dfrn_request.php:326
+msgid "Invalid locator"
+msgstr "Ongeldige plaatsbepaler"
 
-#: ../../mod/admin.php:513
-msgid "Register policy"
-msgstr "Registratiebeleid"
+#: ../../mod/dfrn_request.php:335
+msgid "Invalid email address."
+msgstr "Geen geldig e-mailadres"
 
-#: ../../mod/admin.php:514
-msgid "Maximum Daily Registrations"
-msgstr "Maximum aantal registraties per dag"
+#: ../../mod/dfrn_request.php:362
+msgid "This account has not been configured for email. Request failed."
+msgstr "Aanvraag mislukt. Dit account is niet geconfigureerd voor e-mail."
 
-#: ../../mod/admin.php:514
-msgid ""
-"If registration is permitted above, this sets the maximum number of new user"
-" registrations to accept per day.  If register is set to closed, this "
-"setting has no effect."
-msgstr "Als registratie hierboven is toegelaten, zet dit het maximum aantal registraties van nieuwe gebruikers per dag. Als registratie niet is toegelaten heeft deze instelling geen effect."
+#: ../../mod/dfrn_request.php:458
+msgid "Unable to resolve your name at the provided location."
+msgstr "Ik kan jouw naam op het opgegeven adres niet vinden."
 
-#: ../../mod/admin.php:515
-msgid "Register text"
-msgstr "Registratietekst"
+#: ../../mod/dfrn_request.php:471
+msgid "You have already introduced yourself here."
+msgstr "Je hebt jezelf hier al voorgesteld."
 
-#: ../../mod/admin.php:515
-msgid "Will be displayed prominently on the registration page."
-msgstr "Dit zal prominent op de registratiepagina getoond worden."
+#: ../../mod/dfrn_request.php:475
+#, php-format
+msgid "Apparently you are already friends with %s."
+msgstr "Blijkbaar bent u al bevriend met %s."
 
-#: ../../mod/admin.php:516
-msgid "Accounts abandoned after x days"
-msgstr "Verlaten accounts na x dagen"
+#: ../../mod/dfrn_request.php:496
+msgid "Invalid profile URL."
+msgstr "Ongeldig profiel adres."
 
-#: ../../mod/admin.php:516
-msgid ""
-"Will not waste system resources polling external sites for abandonded "
-"accounts. Enter 0 for no time limit."
-msgstr "Dit zal geen systeembronnen verspillen aan het nakijken van externe sites voor verlaten accounts. Geef 0 is voor geen tijdslimiet."
+#: ../../mod/dfrn_request.php:502 ../../include/follow.php:27
+msgid "Disallowed profile URL."
+msgstr "Niet toegelaten profiel adres."
 
-#: ../../mod/admin.php:517
-msgid "Allowed friend domains"
-msgstr "Toegelaten vriend domeinen"
+#: ../../mod/dfrn_request.php:571 ../../mod/contacts.php:174
+msgid "Failed to update contact record."
+msgstr "Ik kon de contactgegevens niet aanpassen."
 
-#: ../../mod/admin.php:517
-msgid ""
-"Comma separated list of domains which are allowed to establish friendships "
-"with this site. Wildcards are accepted. Empty to allow any domains"
-msgstr "Komma-gescheiden lijst van domeinen die een vriendschapsband met deze website mogen aangaan. Jokers zijn toegelaten. Laat leeg om alle domeinen toe te laten."
+#: ../../mod/dfrn_request.php:592
+msgid "Your introduction has been sent."
+msgstr "Je verzoek is verzonden."
 
-#: ../../mod/admin.php:518
-msgid "Allowed email domains"
-msgstr "Toegelaten e-mail domeinen"
+#: ../../mod/dfrn_request.php:645
+msgid "Please login to confirm introduction."
+msgstr "Log in om je verzoek te bevestigen."
 
-#: ../../mod/admin.php:518
+#: ../../mod/dfrn_request.php:659
 msgid ""
-"Comma separated list of domains which are allowed in email addresses for "
-"registrations to this site. Wildcards are accepted. Empty to allow any "
-"domains"
-msgstr "Door komma's gescheiden lijst met e-maildomeinen die op deze website mogen registeren. Wildcards zijn toegestaan.\nLeeg laten om alle domeinen toe te staan."
+"Incorrect identity currently logged in. Please login to "
+"<strong>this</strong> profile."
+msgstr "Je huidige identiteit is niet de juiste. Log a.u.b. in met <strong>dit</strong> profiel."
 
-#: ../../mod/admin.php:519
-msgid "Block public"
-msgstr "Openbare toegang blokkeren"
+#: ../../mod/dfrn_request.php:670
+msgid "Hide this contact"
+msgstr "Verberg dit contact"
 
-#: ../../mod/admin.php:519
-msgid ""
-"Check to block public access to all otherwise public personal pages on this "
-"site unless you are currently logged in."
-msgstr "Kruis dit aan om alle openbare persoonlijke pagina's alleen toegankelijk te maken voor ingelogde gebruikers."
+#: ../../mod/dfrn_request.php:673
+#, php-format
+msgid "Welcome home %s."
+msgstr "Welkom terug %s."
 
-#: ../../mod/admin.php:520
-msgid "Force publish"
-msgstr "Dwing publiceren af"
+#: ../../mod/dfrn_request.php:674
+#, php-format
+msgid "Please confirm your introduction/connection request to %s."
+msgstr "Bevestig je vriendschaps-/connectieverzoek voor %s."
 
-#: ../../mod/admin.php:520
-msgid ""
-"Check to force all profiles on this site to be listed in the site directory."
-msgstr "Kruis dit aan om af te dwingen dat alle profielen op deze website in de gids van deze website gepubliceerd worden."
+#: ../../mod/dfrn_request.php:675
+msgid "Confirm"
+msgstr "Bevestig"
 
-#: ../../mod/admin.php:521
-msgid "Global directory update URL"
-msgstr "Update-adres van de globale gids"
+#: ../../mod/dfrn_request.php:716 ../../include/items.php:3532
+msgid "[Name Withheld]"
+msgstr "[Naam achtergehouden]"
 
-#: ../../mod/admin.php:521
+#: ../../mod/dfrn_request.php:811
 msgid ""
-"URL to update the global directory. If this is not set, the global directory"
-" is completely unavailable to the application."
-msgstr "URL om de globale gids aan te passen. Als dit niet is ingevuld, is de globale gids volledig onbeschikbaar voor deze toepassing."
+"Please enter your 'Identity Address' from one of the following supported "
+"communications networks:"
+msgstr "Vul hier uw 'Identiteitsadres' in van een van de volgende ondersteunde communicatienetwerken:"
 
-#: ../../mod/admin.php:522
-msgid "Allow threaded items"
-msgstr "Sta threads in conversaties toe"
+#: ../../mod/dfrn_request.php:827
+msgid "<strike>Connect as an email follower</strike> (Coming soon)"
+msgstr "<strike>Sluit aan als e-mail volger</strike> (Binnenkort)"
 
-#: ../../mod/admin.php:522
-msgid "Allow infinite level threading for items on this site."
-msgstr "Sta oneindige niveaus threads in conversaties op deze website toe."
+#: ../../mod/dfrn_request.php:829
+msgid ""
+"If you are not yet a member of the free social web, <a "
+"href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public"
+" Friendica site and join us today</a>."
+msgstr "Als je nog geen lid bent van het vrije sociale web,  <a href=\"http://dir.friendica.com/siteinfo\">volg dan deze link om een openbare Friendica-website te vinden, en sluit je vandaag nog aan</a>."
 
-#: ../../mod/admin.php:523
-msgid "Private posts by default for new users"
-msgstr "Privéberichten als standaard voor nieuwe gebruikers"
+#: ../../mod/dfrn_request.php:832
+msgid "Friend/Connection Request"
+msgstr "Vriendschaps-/connectieverzoek"
 
-#: ../../mod/admin.php:523
+#: ../../mod/dfrn_request.php:833
 msgid ""
-"Set default post permissions for all new members to the default privacy "
-"group rather than public."
-msgstr "Stel de standaard rechten van berichten voor nieuwe leden op de standaard privacygroep in, in plaats van openbaar."
+"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
+"testuser@identi.ca"
+msgstr "Voorbeelden: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"
 
-#: ../../mod/admin.php:524
-msgid "Don't include post content in email notifications"
-msgstr "De inhoud van het bericht niet insluiten bij e-mail notificaties"
+#: ../../mod/dfrn_request.php:834
+msgid "Please answer the following:"
+msgstr "Beantwoord het volgende:"
 
-#: ../../mod/admin.php:524
-msgid ""
-"Don't include the content of a post/comment/private message/etc. in the "
-"email notifications that are sent out from this site, as a privacy measure."
-msgstr "De inhoud van berichten/commentaar/privéberichten/enzovoort  niet insluiten in e-mailnotificaties die door deze website verzonden worden, voor de bescherming van je privacy."
+#: ../../mod/dfrn_request.php:835
+#, php-format
+msgid "Does %s know you?"
+msgstr "Kent %s jou?"
 
-#: ../../mod/admin.php:525
-msgid "Disallow public access to addons listed in the apps menu."
-msgstr ""
+#: ../../mod/dfrn_request.php:838
+msgid "Add a personal note:"
+msgstr "Voeg een persoonlijke opmerking toe:"
 
-#: ../../mod/admin.php:525
-msgid ""
-"Checking this box will restrict addons listed in the apps menu to members "
-"only."
-msgstr ""
+#: ../../mod/dfrn_request.php:840 ../../include/contact_selectors.php:76
+msgid "Friendica"
+msgstr "Friendica"
 
-#: ../../mod/admin.php:526
-msgid "Don't embed private images in posts"
-msgstr ""
+#: ../../mod/dfrn_request.php:841
+msgid "StatusNet/Federated Social Web"
+msgstr "StatusNet/Gefedereerde Sociale Web"
 
-#: ../../mod/admin.php:526
+#: ../../mod/dfrn_request.php:842 ../../mod/settings.php:722
+#: ../../include/contact_selectors.php:80
+msgid "Diaspora"
+msgstr "Diaspora"
+
+#: ../../mod/dfrn_request.php:843
+#, php-format
 msgid ""
-"Don't replace locally-hosted private photos in posts with an embedded copy "
-"of the image. This means that contacts who receive posts containing private "
-"photos will have to authenticate and load each image, which may take a "
-"while."
-msgstr ""
+" - please do not use this form.  Instead, enter %s into your Diaspora search"
+" bar."
+msgstr "- Gebruik a.u.b. niet dit formulier. Vul %s in in je Diaspora zoekbalk."
 
-#: ../../mod/admin.php:528
-msgid "Block multiple registrations"
-msgstr "Blokkeer meerdere registraties"
+#: ../../mod/dfrn_request.php:844
+msgid "Your Identity Address:"
+msgstr "Adres van uw identiteit:"
 
-#: ../../mod/admin.php:528
-msgid "Disallow users to register additional accounts for use as pages."
-msgstr "Laat niet toe dat gebruikers meerdere accounts aanmaken."
+#: ../../mod/dfrn_request.php:847
+msgid "Submit Request"
+msgstr "Aanvraag indienen"
 
-#: ../../mod/admin.php:529
-msgid "OpenID support"
-msgstr "OpenID ondersteuning"
+#: ../../mod/update_profile.php:41 ../../mod/update_network.php:22
+#: ../../mod/update_display.php:22 ../../mod/update_community.php:18
+#: ../../mod/update_notes.php:41
+msgid "[Embedded content - reload page to view]"
+msgstr "[Ingebedde inhoud - herlaad pagina om het te bekijken]"
 
-#: ../../mod/admin.php:529
-msgid "OpenID support for registration and logins."
-msgstr "OpenID ondersteuning voor registraties en logins."
+#: ../../mod/content.php:496 ../../include/conversation.php:686
+msgid "View in context"
+msgstr "In context bekijken"
 
-#: ../../mod/admin.php:530
-msgid "Fullname check"
-msgstr "Controleer volledige naam"
+#: ../../mod/contacts.php:104
+#, php-format
+msgid "%d contact edited."
+msgid_plural "%d contacts edited"
+msgstr[0] ""
+msgstr[1] ""
 
-#: ../../mod/admin.php:530
-msgid ""
-"Force users to register with a space between firstname and lastname in Full "
-"name, as an antispam measure"
-msgstr "Verplicht gebruikers om zich te registreren met een spatie tussen voornaam en achternaam, als anti-spam maatregel"
+#: ../../mod/contacts.php:135 ../../mod/contacts.php:258
+msgid "Could not access contact record."
+msgstr "Kon geen toegang krijgen tot de contactgegevens"
 
-#: ../../mod/admin.php:531
-msgid "UTF-8 Regular expressions"
-msgstr "UTF-8 reguliere uitdrukkingen"
+#: ../../mod/contacts.php:149
+msgid "Could not locate selected profile."
+msgstr "Kon het geselecteerde profiel niet vinden."
 
-#: ../../mod/admin.php:531
-msgid "Use PHP UTF8 regular expressions"
-msgstr "Gebruik PHP UTF8 reguliere uitdrukkingen"
+#: ../../mod/contacts.php:172
+msgid "Contact updated."
+msgstr "Contact bijgewerkt."
 
-#: ../../mod/admin.php:532
-msgid "Show Community Page"
-msgstr "Toon Gemeenschapspagina"
+#: ../../mod/contacts.php:272
+msgid "Contact has been blocked"
+msgstr "Contact is geblokkeerd"
 
-#: ../../mod/admin.php:532
-msgid ""
-"Display a Community page showing all recent public postings on this site."
-msgstr "Toon een gemeenschapspagina die alle recente openbare berichten op deze website toont."
+#: ../../mod/contacts.php:272
+msgid "Contact has been unblocked"
+msgstr "Contact is gedeblokkeerd"
 
-#: ../../mod/admin.php:533
-msgid "Enable OStatus support"
-msgstr "Activeer OStatus ondersteuning"
+#: ../../mod/contacts.php:282
+msgid "Contact has been ignored"
+msgstr "Contact wordt genegeerd"
 
-#: ../../mod/admin.php:533
-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 "Bied ingebouwde Ostatus (identi.ca, status.net, enz.) ondersteuning. Alle communicaties in Ostatus zijn openbaar, dus zullen af en toe privacy waarschuwingen getoond worden."
+#: ../../mod/contacts.php:282
+msgid "Contact has been unignored"
+msgstr "Contact wordt niet meer genegeerd"
 
-#: ../../mod/admin.php:534
-msgid "OStatus conversation completion interval"
-msgstr ""
+#: ../../mod/contacts.php:293
+msgid "Contact has been archived"
+msgstr "Contact is gearchiveerd"
 
-#: ../../mod/admin.php:534
-msgid ""
-"How often shall the poller check for new entries in OStatus conversations? "
-"This can be a very ressource task."
-msgstr ""
+#: ../../mod/contacts.php:293
+msgid "Contact has been unarchived"
+msgstr "Contact is niet meer gearchiveerd"
 
-#: ../../mod/admin.php:535
-msgid "Enable Diaspora support"
-msgstr "Activeer Diaspora ondersteuning"
+#: ../../mod/contacts.php:318 ../../mod/contacts.php:689
+msgid "Do you really want to delete this contact?"
+msgstr "Wil je echt dit contact verwijderen?"
 
-#: ../../mod/admin.php:535
-msgid "Provide built-in Diaspora network compatibility."
-msgstr "Bied ingebouwde ondersteuning voor het Diaspora netwerk."
+#: ../../mod/contacts.php:335
+msgid "Contact has been removed."
+msgstr "Contact is verwijderd."
 
-#: ../../mod/admin.php:536
-msgid "Only allow Friendica contacts"
-msgstr "Laat alleen Friendica contacten toe"
-
-#: ../../mod/admin.php:536
-msgid ""
-"All contacts must use Friendica protocols. All other built-in communication "
-"protocols disabled."
-msgstr "Alle contacten moeten een Friendica protocol gebruiken. Alle andere ingebouwde communicatieprotocols worden uitgeschakeld."
+#: ../../mod/contacts.php:373
+#, php-format
+msgid "You are mutual friends with %s"
+msgstr "Je bent wederzijds bevriend met %s"
 
-#: ../../mod/admin.php:537
-msgid "Verify SSL"
-msgstr "Controleer SSL"
+#: ../../mod/contacts.php:377
+#, php-format
+msgid "You are sharing with %s"
+msgstr "Je deelt met %s"
 
-#: ../../mod/admin.php:537
-msgid ""
-"If you wish, you can turn on strict certificate checking. This will mean you"
-" cannot connect (at all) to self-signed SSL sites."
-msgstr "Als je wilt kun je striktere certificaat controle activeren. Dit betekent dat je (totaal) niet kunt connecteren met sites die zelf-ondertekende SSL certificaten gebruiken."
+#: ../../mod/contacts.php:382
+#, php-format
+msgid "%s is sharing with you"
+msgstr "%s deelt met jou"
 
-#: ../../mod/admin.php:538
-msgid "Proxy user"
-msgstr "Proxy-gebruiker"
+#: ../../mod/contacts.php:399
+msgid "Private communications are not available for this contact."
+msgstr "Privécommunicatie met dit contact is niet beschikbaar."
 
-#: ../../mod/admin.php:539
-msgid "Proxy URL"
-msgstr "Proxy-URL"
+#: ../../mod/contacts.php:406
+msgid "(Update was successful)"
+msgstr "(Wijziging is geslaagd)"
 
-#: ../../mod/admin.php:540
-msgid "Network timeout"
-msgstr "Netwerk timeout"
+#: ../../mod/contacts.php:406
+msgid "(Update was not successful)"
+msgstr "(Wijziging is niet geslaagd)"
 
-#: ../../mod/admin.php:540
-msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
-msgstr "Waarde is in seconden. Zet op 0 voor onbeperkt (niet aanbevolen)."
+#: ../../mod/contacts.php:408
+msgid "Suggest friends"
+msgstr "Stel vrienden voor"
 
-#: ../../mod/admin.php:541
-msgid "Delivery interval"
-msgstr "Afleverinterval"
+#: ../../mod/contacts.php:412
+#, php-format
+msgid "Network type: %s"
+msgstr "Netwerk type: %s"
 
-#: ../../mod/admin.php:541
-msgid ""
-"Delay background delivery processes by this many seconds to reduce system "
-"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 "
-"for large dedicated servers."
-msgstr "Stel achtergrond processen voor aflevering een aantal seconden uit om systeembelasting te beperken. Aanbevolen: 4-5 voor gedeelde hosten, 2-3 voor virtuele privé servers, 0-1 voor grote servers."
+#: ../../mod/contacts.php:415 ../../include/contact_widgets.php:199
+#, php-format
+msgid "%d contact in common"
+msgid_plural "%d contacts in common"
+msgstr[0] "%d gedeeld contact"
+msgstr[1] "%d gedeelde contacten"
 
-#: ../../mod/admin.php:542
-msgid "Poll interval"
-msgstr "Poll-interval"
+#: ../../mod/contacts.php:420
+msgid "View all contacts"
+msgstr "Alle contacten zien"
 
-#: ../../mod/admin.php:542
-msgid ""
-"Delay background polling processes by this many seconds to reduce system "
-"load. If 0, use delivery interval."
-msgstr "Stel achtergrondprocessen zoveel seconden uit om de systeembelasting te beperken. Indien 0 wordt het afleverinterval gebruikt."
+#: ../../mod/contacts.php:428
+msgid "Toggle Blocked status"
+msgstr "Schakel geblokkeerde status"
 
-#: ../../mod/admin.php:543
-msgid "Maximum Load Average"
-msgstr "Maximum gemiddelde belasting"
+#: ../../mod/contacts.php:431 ../../mod/contacts.php:485
+#: ../../mod/contacts.php:693
+msgid "Unignore"
+msgstr "Negeer niet meer"
 
-#: ../../mod/admin.php:543
-msgid ""
-"Maximum system load before delivery and poll processes are deferred - "
-"default 50."
-msgstr "Maximum systeembelasting voordat aflever- en poll-processen uitgesteld worden - standaard 50."
+#: ../../mod/contacts.php:431 ../../mod/contacts.php:485
+#: ../../mod/contacts.php:693 ../../mod/notifications.php:51
+#: ../../mod/notifications.php:164 ../../mod/notifications.php:210
+msgid "Ignore"
+msgstr "Negeren"
 
-#: ../../mod/admin.php:545
-msgid "Use MySQL full text engine"
-msgstr "Gebruik de tekst-zoekfunctie van MySQL"
+#: ../../mod/contacts.php:434
+msgid "Toggle Ignored status"
+msgstr "Schakel negeerstatus"
 
-#: ../../mod/admin.php:545
-msgid ""
-"Activates the full text engine. Speeds up search - but can only search for "
-"four and more characters."
-msgstr "Activeert de zoekmotor. Dit maakt zoeken sneller, maar het kan alleen zoeken naar teksten van minstens vier letters."
+#: ../../mod/contacts.php:438 ../../mod/contacts.php:694
+msgid "Unarchive"
+msgstr "Archiveer niet meer"
 
-#: ../../mod/admin.php:546
-msgid "Path to item cache"
-msgstr "Pad naar cache voor items"
+#: ../../mod/contacts.php:438 ../../mod/contacts.php:694
+msgid "Archive"
+msgstr "Archiveer"
 
-#: ../../mod/admin.php:547
-msgid "Cache duration in seconds"
-msgstr "Cache tijdsduur in seconden"
+#: ../../mod/contacts.php:441
+msgid "Toggle Archive status"
+msgstr "Schakel archiveringsstatus"
 
-#: ../../mod/admin.php:547
-msgid ""
-"How long should the cache files be hold? Default value is 86400 seconds (One"
-" day)."
-msgstr "Hoe lang moeten bestanden in cache gehouden worden? Standaard waarde is 86400 seconden (een dag)."
+#: ../../mod/contacts.php:444
+msgid "Repair"
+msgstr "Herstellen"
 
-#: ../../mod/admin.php:548
-msgid "Path for lock file"
-msgstr "Pad voor lock bestand"
+#: ../../mod/contacts.php:447
+msgid "Advanced Contact Settings"
+msgstr "Geavanceerde instellingen voor contacten"
 
-#: ../../mod/admin.php:549
-msgid "Temp path"
-msgstr "Tijdelijk pad"
+#: ../../mod/contacts.php:453
+msgid "Communications lost with this contact!"
+msgstr "Communicatie met dit contact is verbroken!"
 
-#: ../../mod/admin.php:550
-msgid "Base path to installation"
-msgstr "Basispad voor installatie"
+#: ../../mod/contacts.php:456
+msgid "Contact Editor"
+msgstr "Contactbewerker"
 
-#: ../../mod/admin.php:567
-msgid "Update has been marked successful"
-msgstr "Wijziging succesvol gemarkeerd "
+#: ../../mod/contacts.php:459
+msgid "Profile Visibility"
+msgstr "Zichtbaarheid profiel"
 
-#: ../../mod/admin.php:577
+#: ../../mod/contacts.php:460
 #, php-format
-msgid "Executing %s failed. Check system logs."
-msgstr "Uitvoering van %s is mislukt. Kijk de systeem logbestanden na."
+msgid ""
+"Please choose the profile you would like to display to %s when viewing your "
+"profile securely."
+msgstr "Kies het profiel dat getoond moet worden wanneer %s uw profiel bezoekt. "
 
-#: ../../mod/admin.php:580
-#, php-format
-msgid "Update %s was successfully applied."
-msgstr "Wijziging %s geslaagd."
+#: ../../mod/contacts.php:461
+msgid "Contact Information / Notes"
+msgstr "Contactinformatie / aantekeningen"
 
-#: ../../mod/admin.php:584
-#, php-format
-msgid "Update %s did not return a status. Unknown if it succeeded."
-msgstr "Wijziging %s gaf geen status. We weten niet of de wijziging geslaagd is."
+#: ../../mod/contacts.php:462
+msgid "Edit contact notes"
+msgstr "Wijzig aantekeningen over dit contact"
 
-#: ../../mod/admin.php:587
+#: ../../mod/contacts.php:467 ../../mod/contacts.php:657
+#: ../../mod/viewcontacts.php:62 ../../mod/nogroup.php:40
 #, php-format
-msgid "Update function %s could not be found."
-msgstr "Update-functie %s kon niet gevonden worden."
+msgid "Visit %s's profile [%s]"
+msgstr "Bekijk het profiel van %s [%s]"
 
-#: ../../mod/admin.php:602
-msgid "No failed updates."
-msgstr "Geen misluke wijzigingen"
+#: ../../mod/contacts.php:468
+msgid "Block/Unblock contact"
+msgstr "Blokkeer/deblokkeer contact"
 
-#: ../../mod/admin.php:606
-msgid "Failed Updates"
-msgstr "Misluke wijzigingen"
+#: ../../mod/contacts.php:469
+msgid "Ignore contact"
+msgstr "Negeer contact"
 
-#: ../../mod/admin.php:607
-msgid ""
-"This does not include updates prior to 1139, which did not return a status."
-msgstr "Dit is zonder de wijzigingen voor 1139, welke geen status teruggaven."
+#: ../../mod/contacts.php:470
+msgid "Repair URL settings"
+msgstr "Repareer URL-instellingen"
 
-#: ../../mod/admin.php:608
-msgid "Mark success (if update was manually applied)"
-msgstr "Markeren als succes (als aanpassing manueel doorgevoerd werd)"
+#: ../../mod/contacts.php:471
+msgid "View conversations"
+msgstr "Toon conversaties"
 
-#: ../../mod/admin.php:609
-msgid "Attempt to execute this update step automatically"
-msgstr "Probeer deze stap automatisch uit te voeren"
+#: ../../mod/contacts.php:473
+msgid "Delete contact"
+msgstr "Verwijder contact"
 
-#: ../../mod/admin.php:634
-#, php-format
-msgid "%s user blocked/unblocked"
-msgid_plural "%s users blocked/unblocked"
-msgstr[0] "%s gebruiker geblokkeerd/niet geblokkeerd"
-msgstr[1] "%s gebruikers geblokkeerd/niet geblokkeerd"
+#: ../../mod/contacts.php:477
+msgid "Last update:"
+msgstr "Laatste wijziging:"
 
-#: ../../mod/admin.php:641
-#, php-format
-msgid "%s user deleted"
-msgid_plural "%s users deleted"
-msgstr[0] "%s gebruiker verwijderd"
-msgstr[1] "%s gebruikers verwijderd"
+#: ../../mod/contacts.php:479
+msgid "Update public posts"
+msgstr "Openbare posts aanpassen"
 
-#: ../../mod/admin.php:680
-#, php-format
-msgid "User '%s' deleted"
-msgstr "Gebruiker '%s' verwijderd"
+#: ../../mod/contacts.php:488
+msgid "Currently blocked"
+msgstr "Op dit moment geblokkeerd"
 
-#: ../../mod/admin.php:688
-#, php-format
-msgid "User '%s' unblocked"
-msgstr "Gebruiker '%s' niet meer geblokkeerd"
+#: ../../mod/contacts.php:489
+msgid "Currently ignored"
+msgstr "Op dit moment genegeerd"
 
-#: ../../mod/admin.php:688
-#, php-format
-msgid "User '%s' blocked"
-msgstr "Gebruiker '%s' geblokkeerd"
+#: ../../mod/contacts.php:490
+msgid "Currently archived"
+msgstr "Op dit moment gearchiveerd"
 
-#: ../../mod/admin.php:764
-msgid "select all"
-msgstr "Alles selecteren"
+#: ../../mod/contacts.php:491 ../../mod/notifications.php:157
+#: ../../mod/notifications.php:204
+msgid "Hide this contact from others"
+msgstr "Verberg dit contact voor anderen"
 
-#: ../../mod/admin.php:765
-msgid "User registrations waiting for confirm"
-msgstr "Gebruikersregistraties wachten op een bevestiging"
+#: ../../mod/contacts.php:491
+msgid ""
+"Replies/likes to your public posts <strong>may</strong> still be visible"
+msgstr "Antwoorden of 'vind ik leuk's op je openbare posts <strong>kunnen</strong> nog zichtbaar zijn"
 
-#: ../../mod/admin.php:766
-msgid "Request date"
-msgstr "Registratiedatum"
+#: ../../mod/contacts.php:542
+msgid "Suggestions"
+msgstr "Voorstellen"
 
-#: ../../mod/admin.php:766 ../../mod/admin.php:777 ../../mod/settings.php:586
-#: ../../mod/settings.php:612 ../../mod/crepair.php:148
-msgid "Name"
-msgstr "Naam"
+#: ../../mod/contacts.php:545
+msgid "Suggest potential friends"
+msgstr "Stel vrienden voor"
 
-#: ../../mod/admin.php:767
-msgid "No registrations."
-msgstr "Geen registraties."
+#: ../../mod/contacts.php:548 ../../mod/group.php:194
+msgid "All Contacts"
+msgstr "Alle Contacten"
 
-#: ../../mod/admin.php:768 ../../mod/notifications.php:161
-#: ../../mod/notifications.php:208
-msgid "Approve"
-msgstr "Goedkeuren"
+#: ../../mod/contacts.php:551
+msgid "Show all contacts"
+msgstr "Toon alle contacten"
 
-#: ../../mod/admin.php:769
-msgid "Deny"
-msgstr "Weiger"
+#: ../../mod/contacts.php:554
+msgid "Unblocked"
+msgstr "Niet geblokkeerd"
 
-#: ../../mod/admin.php:771 ../../mod/contacts.php:353
-#: ../../mod/contacts.php:412
-msgid "Block"
-msgstr "Blokkeren"
+#: ../../mod/contacts.php:557
+msgid "Only show unblocked contacts"
+msgstr "Toon alleen niet-geblokkeerde contacten"
 
-#: ../../mod/admin.php:772 ../../mod/contacts.php:353
-#: ../../mod/contacts.php:412
-msgid "Unblock"
-msgstr "Blokkering opheffen"
+#: ../../mod/contacts.php:561
+msgid "Blocked"
+msgstr "Geblokkeerd"
 
-#: ../../mod/admin.php:773
-msgid "Site admin"
-msgstr "Sitebeheerder"
+#: ../../mod/contacts.php:564
+msgid "Only show blocked contacts"
+msgstr "Toon alleen geblokkeerde contacten"
 
-#: ../../mod/admin.php:774
-msgid "Account expired"
-msgstr "Account verlopen"
+#: ../../mod/contacts.php:568
+msgid "Ignored"
+msgstr "Genegeerd"
 
-#: ../../mod/admin.php:777
-msgid "Register date"
-msgstr "Registratiedatum"
+#: ../../mod/contacts.php:571
+msgid "Only show ignored contacts"
+msgstr "Toon alleen genegeerde contacten"
 
-#: ../../mod/admin.php:777
-msgid "Last login"
-msgstr "Laatste login"
+#: ../../mod/contacts.php:575
+msgid "Archived"
+msgstr "Gearchiveerd"
 
-#: ../../mod/admin.php:777
-msgid "Last item"
-msgstr "Laatste item"
+#: ../../mod/contacts.php:578
+msgid "Only show archived contacts"
+msgstr "Toon alleen gearchiveerde contacten"
 
-#: ../../mod/admin.php:777
-msgid "Account"
-msgstr "Account"
+#: ../../mod/contacts.php:582
+msgid "Hidden"
+msgstr "Verborgen"
 
-#: ../../mod/admin.php:779
-msgid ""
-"Selected users will be deleted!\\n\\nEverything these users had posted on "
-"this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "Geselecteerde gebruikers zullen verwijderd worden!\\n\\nAlles wat deze gebruikers gepost hebben op deze website zal permanent verwijderd worden!\\n\\nBen je zeker?"
+#: ../../mod/contacts.php:585
+msgid "Only show hidden contacts"
+msgstr "Toon alleen verborgen contacten"
 
-#: ../../mod/admin.php:780
-msgid ""
-"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
-"site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "De gebruiker {0} zal verwijderd worden!\\n\\nAlles wat deze gebruiker gepost heeft op deze website zal permanent verwijderd worden!\\n\\nBen je zeker?"
+#: ../../mod/contacts.php:633
+msgid "Mutual Friendship"
+msgstr "Wederzijdse vriendschap"
 
-#: ../../mod/admin.php:821
-#, php-format
-msgid "Plugin %s disabled."
-msgstr "Plugin %s uitgeschakeld."
+#: ../../mod/contacts.php:637
+msgid "is a fan of yours"
+msgstr "Is een fan van jou"
 
-#: ../../mod/admin.php:825
-#, php-format
-msgid "Plugin %s enabled."
-msgstr "Plugin %s ingeschakeld."
+#: ../../mod/contacts.php:641
+msgid "you are a fan of"
+msgstr "Jij bent een fan van"
 
-#: ../../mod/admin.php:835 ../../mod/admin.php:1038
-msgid "Disable"
-msgstr "Uitschakelen"
+#: ../../mod/contacts.php:658 ../../mod/nogroup.php:41
+msgid "Edit contact"
+msgstr "Contact bewerken"
 
-#: ../../mod/admin.php:837 ../../mod/admin.php:1040
-msgid "Enable"
-msgstr "Inschakelen"
+#: ../../mod/contacts.php:684
+msgid "Search your contacts"
+msgstr "Doorzoek je contacten"
 
-#: ../../mod/admin.php:860 ../../mod/admin.php:1068
-msgid "Toggle"
-msgstr "Schakelaar"
+#: ../../mod/contacts.php:691 ../../mod/settings.php:126
+#: ../../mod/settings.php:627
+msgid "Update"
+msgstr "Wijzigen"
 
-#: ../../mod/admin.php:868 ../../mod/admin.php:1078
-msgid "Author: "
-msgstr "Auteur:"
+#: ../../mod/settings.php:28 ../../mod/photos.php:79
+msgid "everybody"
+msgstr "iedereen"
 
-#: ../../mod/admin.php:869 ../../mod/admin.php:1079
-msgid "Maintainer: "
-msgstr "Onderhoud:"
+#: ../../mod/settings.php:35 ../../mod/uexport.php:9 ../../include/nav.php:167
+msgid "Account settings"
+msgstr "Account instellingen"
 
-#: ../../mod/admin.php:998
-msgid "No themes found."
-msgstr "Geen thema's gevonden."
+#: ../../mod/settings.php:40
+msgid "Additional features"
+msgstr "Extra functies"
 
-#: ../../mod/admin.php:1060
-msgid "Screenshot"
-msgstr "Schermafdruk"
+#: ../../mod/settings.php:45 ../../mod/uexport.php:14
+msgid "Display settings"
+msgstr "Scherminstellingen"
 
-#: ../../mod/admin.php:1106
-msgid "[Experimental]"
-msgstr "[Experimenteel]"
+#: ../../mod/settings.php:51 ../../mod/uexport.php:20
+msgid "Connector settings"
+msgstr "Connector instellingen"
 
-#: ../../mod/admin.php:1107
-msgid "[Unsupported]"
-msgstr "[Niet ondersteund]"
+#: ../../mod/settings.php:56 ../../mod/uexport.php:25
+msgid "Plugin settings"
+msgstr "Plugin instellingen"
 
-#: ../../mod/admin.php:1134
-msgid "Log settings updated."
-msgstr "Log instellingen gewijzigd"
+#: ../../mod/settings.php:61 ../../mod/uexport.php:30
+msgid "Connected apps"
+msgstr "Verbonden applicaties"
 
-#: ../../mod/admin.php:1190
-msgid "Clear"
-msgstr "Wis"
+#: ../../mod/settings.php:66 ../../mod/uexport.php:35 ../../mod/uexport.php:80
+msgid "Export personal data"
+msgstr "Persoonlijke gegevens exporteren"
 
-#: ../../mod/admin.php:1196
-msgid "Enable Debugging"
-msgstr ""
+#: ../../mod/settings.php:71 ../../mod/uexport.php:40
+msgid "Remove account"
+msgstr "Account verwijderen"
 
-#: ../../mod/admin.php:1197
-msgid "Log file"
-msgstr "Logbestand"
+#: ../../mod/settings.php:123
+msgid "Missing some important data!"
+msgstr "Een belangrijk gegeven ontbreekt!"
 
-#: ../../mod/admin.php:1197
-msgid ""
-"Must be writable by web server. Relative to your Friendica top-level "
-"directory."
-msgstr "De webserver moet hier kunnen schrijven. Relatief t.o.v. van de hoogste folder binnen uw Friendica-installatie."
+#: ../../mod/settings.php:232
+msgid "Failed to connect with email account using the settings provided."
+msgstr "Ik kon geen verbinding maken met het e-mail account met de gegeven instellingen."
 
-#: ../../mod/admin.php:1198
-msgid "Log level"
-msgstr "Log niveau"
+#: ../../mod/settings.php:237
+msgid "Email settings updated."
+msgstr "E-mail instellingen bijgewerkt.."
 
-#: ../../mod/admin.php:1247 ../../mod/contacts.php:409
-msgid "Update now"
-msgstr "Wijzig nu"
+#: ../../mod/settings.php:252
+msgid "Features updated"
+msgstr "Functies bijgewerkt"
 
-#: ../../mod/admin.php:1248
-msgid "Close"
-msgstr "Afsluiten"
+#: ../../mod/settings.php:311
+msgid "Relocate message has been send to your contacts"
+msgstr ""
 
-#: ../../mod/admin.php:1254
-msgid "FTP Host"
-msgstr "FTP Server"
+#: ../../mod/settings.php:325
+msgid "Passwords do not match. Password unchanged."
+msgstr "Wachtwoorden komen niet overeen. Wachtwoord niet gewijzigd."
 
-#: ../../mod/admin.php:1255
-msgid "FTP Path"
-msgstr "FTP Pad"
+#: ../../mod/settings.php:330
+msgid "Empty passwords are not allowed. Password unchanged."
+msgstr "Lege wachtwoorden zijn niet toegelaten. Wachtwoord niet gewijzigd."
 
-#: ../../mod/admin.php:1256
-msgid "FTP User"
-msgstr "FTP Gebruiker"
+#: ../../mod/settings.php:338
+msgid "Wrong password."
+msgstr "Verkeerd wachtwoord."
 
-#: ../../mod/admin.php:1257
-msgid "FTP Password"
-msgstr "FTP wachtwoord"
+#: ../../mod/settings.php:349
+msgid "Password changed."
+msgstr "Wachtwoord gewijzigd."
 
-#: ../../mod/item.php:108
-msgid "Unable to locate original post."
-msgstr "Ik kan de originele post niet meer vinden."
+#: ../../mod/settings.php:351
+msgid "Password update failed. Please try again."
+msgstr "Wachtwoord-)wijziging mislukt. Probeer opnieuw."
 
-#: ../../mod/item.php:310
-msgid "Empty post discarded."
-msgstr "Lege post weggegooid."
+#: ../../mod/settings.php:416
+msgid " Please use a shorter name."
+msgstr "Gebruik a.u.b. een kortere naam."
 
-#: ../../mod/item.php:872
-msgid "System error. Post not saved."
-msgstr "Systeemfout. Post niet bewaard."
+#: ../../mod/settings.php:418
+msgid " Name too short."
+msgstr "Naam te kort."
 
-#: ../../mod/item.php:897
-#, php-format
-msgid ""
-"This message was sent to you by %s, a member of the Friendica social "
-"network."
-msgstr "Dit bericht werd naar jou gestuurd door %s, een lid van het Friendica sociale netwerk."
+#: ../../mod/settings.php:427
+msgid "Wrong Password"
+msgstr "Verkeerd wachtwoord"
 
-#: ../../mod/item.php:899
-#, php-format
-msgid "You may visit them online at %s"
-msgstr "Je kunt ze online bezoeken op %s"
+#: ../../mod/settings.php:432
+msgid " Not valid email."
+msgstr "Geen geldig e-mailadres."
 
-#: ../../mod/item.php:900
-msgid ""
-"Please contact the sender by replying to this post if you do not wish to "
-"receive these messages."
-msgstr "Contacteer de afzender door op dit bericht te antwoorden als je deze berichten niet wilt ontvangen."
+#: ../../mod/settings.php:438
+msgid " Cannot change to that email."
+msgstr "Kan niet veranderen naar die e-mail."
 
-#: ../../mod/item.php:904
-#, php-format
-msgid "%s posted an update."
-msgstr "%s heeft een wijziging geplaatst."
+#: ../../mod/settings.php:493
+msgid "Private forum has no privacy permissions. Using default privacy group."
+msgstr "Privéforum heeft geen privacyrechten . De standaard privacygroep wordt gebruikt."
 
-#: ../../mod/allfriends.php:34
-#, php-format
-msgid "Friends of %s"
-msgstr "Vrienden van %s"
+#: ../../mod/settings.php:497
+msgid "Private forum has no privacy permissions and no default privacy group."
+msgstr "Privéforum heeft geen privacyrechten en geen standaard privacygroep."
 
-#: ../../mod/allfriends.php:40
-msgid "No friends to display."
-msgstr "Geen vrienden om te laten zien."
+#: ../../mod/settings.php:527
+msgid "Settings updated."
+msgstr "Instellingen bijgewerkt."
 
-#: ../../mod/search.php:21 ../../mod/network.php:224
-msgid "Remove term"
-msgstr "Verwijder zoekterm"
+#: ../../mod/settings.php:600 ../../mod/settings.php:626
+#: ../../mod/settings.php:662
+msgid "Add application"
+msgstr "Toepassing toevoegen"
 
-#: ../../mod/search.php:180 ../../mod/search.php:206
-#: ../../mod/community.php:61 ../../mod/community.php:89
-msgid "No results."
-msgstr "Geen resultaten."
+#: ../../mod/settings.php:604 ../../mod/settings.php:630
+msgid "Consumer Key"
+msgstr "Gebruikerssleutel"
 
-#: ../../mod/api.php:76 ../../mod/api.php:102
-msgid "Authorize application connection"
-msgstr ""
+#: ../../mod/settings.php:605 ../../mod/settings.php:631
+msgid "Consumer Secret"
+msgstr "Gebruikersgeheim"
 
-#: ../../mod/api.php:77
-msgid "Return to your app and insert this Securty Code:"
-msgstr ""
+#: ../../mod/settings.php:606 ../../mod/settings.php:632
+msgid "Redirect"
+msgstr "Doorverwijzing"
 
-#: ../../mod/api.php:89
-msgid "Please login to continue."
-msgstr "Log in om verder te gaan."
+#: ../../mod/settings.php:607 ../../mod/settings.php:633
+msgid "Icon url"
+msgstr "URL pictogram"
 
-#: ../../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 "Wil je deze toepassing toestemming geven om jouw berichten en contacten in te kijken, en/of nieuwe berichten in jouw plaats aan te maken?"
+#: ../../mod/settings.php:618
+msgid "You can't edit this application."
+msgstr "Je kunt deze toepassing niet wijzigen."
 
-#: ../../mod/register.php:91 ../../mod/regmod.php:54
-#, php-format
-msgid "Registration details for %s"
-msgstr "Registratie details voor %s"
+#: ../../mod/settings.php:661
+msgid "Connected Apps"
+msgstr "Verbonden applicaties"
 
-#: ../../mod/register.php:99
-msgid ""
-"Registration successful. Please check your email for further instructions."
-msgstr "Registratie geslaagd. Kijk je e-mail na voor verdere instructies."
+#: ../../mod/settings.php:665
+msgid "Client key starts with"
+msgstr ""
 
-#: ../../mod/register.php:103
-msgid "Failed to send email message. Here is the message that failed."
-msgstr "E-mail bericht kon niet verstuurd worden. Hier is het bericht."
+#: ../../mod/settings.php:666
+msgid "No name"
+msgstr "Geen naam"
 
-#: ../../mod/register.php:108
-msgid "Your registration can not be processed."
-msgstr "Je registratie kan niet verwerkt worden."
+#: ../../mod/settings.php:667
+msgid "Remove authorization"
+msgstr "Verwijder authorisatie"
 
-#: ../../mod/register.php:145
-#, php-format
-msgid "Registration request at %s"
-msgstr "Registratieverzoek op %s"
+#: ../../mod/settings.php:679
+msgid "No Plugin settings configured"
+msgstr ""
 
-#: ../../mod/register.php:154
-msgid "Your registration is pending approval by the site owner."
-msgstr "Je registratie wacht op goedkeuring van de beheerder."
+#: ../../mod/settings.php:687
+msgid "Plugin Settings"
+msgstr "Plugin Instellingen"
 
-#: ../../mod/register.php:192 ../../mod/uimport.php:50
-msgid ""
-"This site has exceeded the number of allowed daily account registrations. "
-"Please try again tomorrow."
-msgstr "Deze website heeft het toegelaten dagelijkse aantal registraties overschreden. Probeer morgen a.u.b. opnieuw."
+#: ../../mod/settings.php:701
+msgid "Off"
+msgstr "Uit"
 
-#: ../../mod/register.php:220
-msgid ""
-"You may (optionally) fill in this form via OpenID by supplying your OpenID "
-"and clicking 'Register'."
-msgstr "Je kunt (optioneel) dit formulier invullen via OpenID door je OpenID in te geven en op 'Registreren' te klikken."
+#: ../../mod/settings.php:701
+msgid "On"
+msgstr "Aan"
 
-#: ../../mod/register.php:221
-msgid ""
-"If you are not familiar with OpenID, please leave that field blank and fill "
-"in the rest of the items."
-msgstr "Laat dit veld leeg als je niet vertrouwd bent met OpenID, en vul de rest van de items in."
+#: ../../mod/settings.php:709
+msgid "Additional Features"
+msgstr "Extra functies"
 
-#: ../../mod/register.php:222
-msgid "Your OpenID (optional): "
-msgstr "Je OpenID (optioneel):"
+#: ../../mod/settings.php:722 ../../mod/settings.php:723
+#, php-format
+msgid "Built-in support for %s connectivity is %s"
+msgstr "Ingebouwde ondersteuning voor connectiviteit met %s is %s"
 
-#: ../../mod/register.php:236
-msgid "Include your profile in member directory?"
-msgstr "Je profiel in de ledengids opnemen?"
+#: ../../mod/settings.php:722 ../../mod/settings.php:723
+msgid "enabled"
+msgstr "ingeschakeld"
 
-#: ../../mod/register.php:257
-msgid "Membership on this site is by invitation only."
-msgstr "Lidmaatschap van deze website is uitsluitend op uitnodiging."
+#: ../../mod/settings.php:722 ../../mod/settings.php:723
+msgid "disabled"
+msgstr "uitgeschakeld"
 
-#: ../../mod/register.php:258
-msgid "Your invitation ID: "
-msgstr "Je uitnodigingsid:"
+#: ../../mod/settings.php:723
+msgid "StatusNet"
+msgstr "StatusNet"
 
-#: ../../mod/register.php:269
-msgid "Your Full Name (e.g. Joe Smith): "
-msgstr "Je volledige naam (bijv. Jan Jansens):"
+#: ../../mod/settings.php:755
+msgid "Email access is disabled on this site."
+msgstr "E-mailtoegang is op deze website uitgeschakeld."
 
-#: ../../mod/register.php:270
-msgid "Your Email Address: "
-msgstr "Je email adres:"
+#: ../../mod/settings.php:762
+msgid "Connector Settings"
+msgstr "Connector Instellingen"
 
-#: ../../mod/register.php:271
-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 "Kies een bijnaam voor je profiel. Deze moet met een letter beginnen. Je profieladres op deze website zal dan '<strong>bijnaam@$sitename</strong>' zijn."
+#: ../../mod/settings.php:767
+msgid "Email/Mailbox Setup"
+msgstr "E-mail Instellen"
 
-#: ../../mod/register.php:272
-msgid "Choose a nickname: "
-msgstr "Kies een bijnaam:"
+#: ../../mod/settings.php:768
+msgid ""
+"If you wish to communicate with email contacts using this service "
+"(optional), please specify how to connect to your mailbox."
+msgstr "Als je wilt communiceren met e-mail contacten via deze dienst (optioneel), moet je hier opgeven hoe ik jouw mailbox kan bereiken."
 
-#: ../../mod/regmod.php:63
-msgid "Account approved."
-msgstr "Account goedgekeurd."
+#: ../../mod/settings.php:769
+msgid "Last successful email check:"
+msgstr "Laatste succesvolle e-mail controle:"
 
-#: ../../mod/regmod.php:100
-#, php-format
-msgid "Registration revoked for %s"
-msgstr "Registratie ingetrokken voor %s"
+#: ../../mod/settings.php:771
+msgid "IMAP server name:"
+msgstr "IMAP server naam:"
 
-#: ../../mod/regmod.php:112
-msgid "Please login."
-msgstr "Log a.u.b. in."
+#: ../../mod/settings.php:772
+msgid "IMAP port:"
+msgstr "IMAP poort:"
 
-#: ../../mod/attach.php:8
-msgid "Item not available."
-msgstr "Item niet beschikbaar"
+#: ../../mod/settings.php:773
+msgid "Security:"
+msgstr "Beveiliging:"
 
-#: ../../mod/attach.php:20
-msgid "Item was not found."
-msgstr "Item niet gevonden"
+#: ../../mod/settings.php:773 ../../mod/settings.php:778
+msgid "None"
+msgstr "Geen"
 
-#: ../../mod/removeme.php:45 ../../mod/removeme.php:48
-msgid "Remove My Account"
-msgstr "Verwijder mijn account"
+#: ../../mod/settings.php:774
+msgid "Email login name:"
+msgstr "E-mail login naam:"
 
-#: ../../mod/removeme.php:46
-msgid ""
-"This will completely remove your account. Once this has been done it is not "
-"recoverable."
-msgstr "Dit zal je account volledig verwijderen. Dit kan niet hersteld worden als het eenmaal uitgevoerd is."
+#: ../../mod/settings.php:775
+msgid "Email password:"
+msgstr "E-mail wachtwoord:"
 
-#: ../../mod/removeme.php:47
-msgid "Please enter your password for verification:"
-msgstr "Voer je wachtwoord in voor verificatie:"
+#: ../../mod/settings.php:776
+msgid "Reply-to address:"
+msgstr "Antwoord adres:"
 
-#: ../../mod/babel.php:17
-msgid "Source (bbcode) text:"
-msgstr "Bron (bbcode) tekst:"
+#: ../../mod/settings.php:777
+msgid "Send public posts to all email contacts:"
+msgstr "Openbare posts naar alle e-mail contacten versturen:"
 
-#: ../../mod/babel.php:23
-msgid "Source (Diaspora) text to convert to BBcode:"
-msgstr "Bron (Diaspora) tekst om naar BBCode om te zetten:"
+#: ../../mod/settings.php:778
+msgid "Action after import:"
+msgstr "Actie na importeren:"
 
-#: ../../mod/babel.php:31
-msgid "Source input: "
-msgstr "Bron ingave:"
+#: ../../mod/settings.php:778
+msgid "Mark as seen"
+msgstr "Als 'gelezen' markeren"
 
-#: ../../mod/babel.php:35
-msgid "bb2html (raw HTML): "
-msgstr "bb2html (ruwe HTML):"
+#: ../../mod/settings.php:778
+msgid "Move to folder"
+msgstr "Naar map verplaatsen"
 
-#: ../../mod/babel.php:39
-msgid "bb2html: "
-msgstr "bb2html:"
+#: ../../mod/settings.php:779
+msgid "Move to folder:"
+msgstr "Verplaatsen naar map:"
 
-#: ../../mod/babel.php:43
-msgid "bb2html2bb: "
-msgstr "bb2html2bb: "
+#: ../../mod/settings.php:854
+msgid "Display Settings"
+msgstr "Scherminstellingen"
 
-#: ../../mod/babel.php:47
-msgid "bb2md: "
-msgstr "bb2md: "
+#: ../../mod/settings.php:860 ../../mod/settings.php:873
+msgid "Display Theme:"
+msgstr "Schermthema:"
 
-#: ../../mod/babel.php:51
-msgid "bb2md2html: "
-msgstr "bb2md2html: "
+#: ../../mod/settings.php:861
+msgid "Mobile Theme:"
+msgstr "Mobiel thema:"
 
-#: ../../mod/babel.php:55
-msgid "bb2dia2bb: "
-msgstr "bb2dia2bb: "
+#: ../../mod/settings.php:862
+msgid "Update browser every xx seconds"
+msgstr "Browser elke xx seconden verversen"
 
-#: ../../mod/babel.php:59
-msgid "bb2md2html2bb: "
-msgstr "bb2md2html2bb: "
+#: ../../mod/settings.php:862
+msgid "Minimum of 10 seconds, no maximum"
+msgstr "Minimum 10 seconden, geen maximum"
 
-#: ../../mod/babel.php:69
-msgid "Source input (Diaspora format): "
-msgstr "Bron ingave (Diaspora formaat):"
+#: ../../mod/settings.php:863
+msgid "Number of items to display per page:"
+msgstr "Aantal items te tonen per pagina:"
 
-#: ../../mod/babel.php:74
-msgid "diaspora2bb: "
-msgstr "diaspora2bb: "
+#: ../../mod/settings.php:863 ../../mod/settings.php:864
+msgid "Maximum of 100 items"
+msgstr "Maximum 100 items"
 
-#: ../../mod/common.php:42
-msgid "Common Friends"
-msgstr "Gedeelde Vrienden"
+#: ../../mod/settings.php:864
+msgid "Number of items to display per page when viewed from mobile device:"
+msgstr "Aantal items per pagina als je een mobiel toestel gebruikt:"
 
-#: ../../mod/common.php:78
-msgid "No contacts in common."
-msgstr "Geen gedeelde contacten."
+#: ../../mod/settings.php:865
+msgid "Don't show emoticons"
+msgstr "Emoticons niet tonen"
 
-#: ../../mod/apps.php:7
-msgid "You must be logged in to use addons. "
+#: ../../mod/settings.php:866
+msgid "Infinite scroll"
 msgstr ""
 
-#: ../../mod/apps.php:11
-msgid "Applications"
-msgstr "Toepassingen"
+#: ../../mod/settings.php:942
+msgid "Normal Account Page"
+msgstr "Normale account pagina"
 
-#: ../../mod/apps.php:14
-msgid "No installed applications."
-msgstr "Geen toepassingen geïnstalleerd"
+#: ../../mod/settings.php:943
+msgid "This account is a normal personal profile"
+msgstr "Deze account is een normaal persoonlijk profiel"
 
-#: ../../mod/uimport.php:64
-msgid "Import"
-msgstr "Importeren"
+#: ../../mod/settings.php:946
+msgid "Soapbox Page"
+msgstr "Zeepkist pagina"
 
-#: ../../mod/uimport.php:66
-msgid "Move account"
-msgstr "Account verplaatsen"
+#: ../../mod/settings.php:947
+msgid "Automatically approve all connection/friend requests as read-only fans"
+msgstr "Keur automatisch alle vriendschaps-/connectieverzoeken goed als fans met alleen recht tot lezen."
 
-#: ../../mod/uimport.php:67
-msgid "You can import an account from another Friendica server."
-msgstr "Je kunt een account van een andere Friendica server importeren."
+#: ../../mod/settings.php:950
+msgid "Community Forum/Celebrity Account"
+msgstr "Gemeenschapsforum/Account van beroemdheid"
 
-#: ../../mod/uimport.php:68
+#: ../../mod/settings.php:951
 msgid ""
-"You need to export your account from the old server and upload it here. We "
-"will recreate your old account here with all your contacts. We will try also"
-" to inform your friends that you moved here."
-msgstr "Je moet je account bij de oude server exporteren, en hier uploaden. We zullen je oude account hier opnieuw aanmaken, met al je contacten. We zullen ook proberen om je vrienden in te lichten dat je naar hier verhuisd bent."
+"Automatically approve all connection/friend requests as read-write fans"
+msgstr "Keur automatisch alle vriendschaps-/connectieverzoeken goed als fans met recht tot lezen en schrijven."
 
-#: ../../mod/uimport.php:69
-msgid ""
-"This feature is experimental. We can't import contacts from the OStatus "
-"network (statusnet/identi.ca) or from Diaspora"
-msgstr "Deze functie is experimenteel. We kunnen geen contacten van het OStatus netwerk (statusnet/identi.ca) of van Diaspora importeren."
+#: ../../mod/settings.php:954
+msgid "Automatic Friend Page"
+msgstr "Automatisch Vriendschapspagina"
 
-#: ../../mod/uimport.php:70
-msgid "Account file"
-msgstr "Account bestand"
+#: ../../mod/settings.php:955
+msgid "Automatically approve all connection/friend requests as friends"
+msgstr "Keur automatisch alle vriendschaps-/connectieverzoeken goed als vrienden."
 
-#: ../../mod/uimport.php:70
-msgid ""
-"To export your account, go to \"Settings->Export your personal data\" and "
-"select \"Export account\""
-msgstr ""
+#: ../../mod/settings.php:958
+msgid "Private Forum [Experimental]"
+msgstr "Privé-forum [experimenteel]"
 
-#: ../../mod/settings.php:23 ../../mod/photos.php:79
-msgid "everybody"
-msgstr "iedereen"
+#: ../../mod/settings.php:959
+msgid "Private forum - approved members only"
+msgstr "Privé-forum - enkel voor goedgekeurde leden"
 
-#: ../../mod/settings.php:35
-msgid "Additional features"
-msgstr "Extra functies"
+#: ../../mod/settings.php:971
+msgid "OpenID:"
+msgstr "OpenID:"
 
-#: ../../mod/settings.php:40 ../../mod/uexport.php:14
-msgid "Display settings"
-msgstr "Scherminstellingen"
+#: ../../mod/settings.php:971
+msgid "(Optional) Allow this OpenID to login to this account."
+msgstr "(Optioneel) Laat dit OpenID toe om in te loggen op deze account."
 
-#: ../../mod/settings.php:46 ../../mod/uexport.php:20
-msgid "Connector settings"
-msgstr "Connector instellingen"
+#: ../../mod/settings.php:981
+msgid "Publish your default profile in your local site directory?"
+msgstr "Je standaardprofiel in je lokale gids publiceren?"
 
-#: ../../mod/settings.php:51 ../../mod/uexport.php:25
-msgid "Plugin settings"
-msgstr "Plugin instellingen"
+#: ../../mod/settings.php:987
+msgid "Publish your default profile in the global social directory?"
+msgstr "Je standaardprofiel in de globale sociale gids publiceren?"
 
-#: ../../mod/settings.php:56 ../../mod/uexport.php:30
-msgid "Connected apps"
-msgstr "Verbonden applicaties"
+#: ../../mod/settings.php:995
+msgid "Hide your contact/friend list from viewers of your default profile?"
+msgstr "Je vrienden/contacten verbergen voor bezoekers van je standaard profiel?"
 
-#: ../../mod/settings.php:61 ../../mod/uexport.php:35 ../../mod/uexport.php:80
-msgid "Export personal data"
-msgstr "Persoonlijke gegevens exporteren"
+#: ../../mod/settings.php:999
+msgid "Hide your profile details from unknown viewers?"
+msgstr "Je profieldetails verbergen voor onbekende bezoekers?"
 
-#: ../../mod/settings.php:66 ../../mod/uexport.php:40
-msgid "Remove account"
-msgstr "Account verwijderen"
+#: ../../mod/settings.php:1004
+msgid "Allow friends to post to your profile page?"
+msgstr "Vrienden toestaan om op jou profielpagina te posten?"
 
-#: ../../mod/settings.php:118
-msgid "Missing some important data!"
-msgstr "Een belangrijk gegeven ontbreekt!"
+#: ../../mod/settings.php:1010
+msgid "Allow friends to tag your posts?"
+msgstr "Sta vrienden toe om jouw berichten te labelen?"
 
-#: ../../mod/settings.php:121 ../../mod/settings.php:610
-msgid "Update"
-msgstr "Wijzigen"
+#: ../../mod/settings.php:1016
+msgid "Allow us to suggest you as a potential friend to new members?"
+msgstr "Sta je mij toe om jou als mogelijke vriend  voor te stellen aan nieuwe leden?"
 
-#: ../../mod/settings.php:227
-msgid "Failed to connect with email account using the settings provided."
-msgstr "Ik kon geen verbinding maken met het e-mail account met de gegeven instellingen."
+#: ../../mod/settings.php:1022
+msgid "Permit unknown people to send you private mail?"
+msgstr "Mogen onbekende personen jou privé berichten sturen?"
 
-#: ../../mod/settings.php:232
-msgid "Email settings updated."
-msgstr "E-mail instellingen bijgewerkt.."
+#: ../../mod/settings.php:1030
+msgid "Profile is <strong>not published</strong>."
+msgstr "Profiel is <strong>niet gepubliceerd</strong>."
 
-#: ../../mod/settings.php:247
-msgid "Features updated"
-msgstr "Functies bijgewerkt"
+#: ../../mod/settings.php:1033 ../../mod/profile_photo.php:248
+msgid "or"
+msgstr "of"
 
-#: ../../mod/settings.php:312
-msgid "Passwords do not match. Password unchanged."
-msgstr "Wachtwoorden komen niet overeen. Wachtwoord niet gewijzigd."
+#: ../../mod/settings.php:1038
+msgid "Your Identity Address is"
+msgstr "Jouw Identiteitsadres is"
 
-#: ../../mod/settings.php:317
-msgid "Empty passwords are not allowed. Password unchanged."
-msgstr "Lege wachtwoorden zijn niet toegelaten. Wachtwoord niet gewijzigd."
+#: ../../mod/settings.php:1049
+msgid "Automatically expire posts after this many days:"
+msgstr "Laat berichten automatisch vervallen na zo veel dagen:"
 
-#: ../../mod/settings.php:325
-msgid "Wrong password."
-msgstr "Verkeerd wachtwoord."
+#: ../../mod/settings.php:1049
+msgid "If empty, posts will not expire. Expired posts will be deleted"
+msgstr "Berichten zullen niet vervallen indien leeg. Vervallen berichten zullen worden verwijderd."
 
-#: ../../mod/settings.php:336
-msgid "Password changed."
-msgstr "Wachtwoord gewijzigd."
+#: ../../mod/settings.php:1050
+msgid "Advanced expiration settings"
+msgstr "Geavanceerde instellingen voor vervallen"
 
-#: ../../mod/settings.php:338
-msgid "Password update failed. Please try again."
-msgstr "Wachtwoord-)wijziging mislukt. Probeer opnieuw."
+#: ../../mod/settings.php:1051
+msgid "Advanced Expiration"
+msgstr "Geavanceerd Verval:"
 
-#: ../../mod/settings.php:403
-msgid " Please use a shorter name."
-msgstr "Gebruik a.u.b. een kortere naam."
+#: ../../mod/settings.php:1052
+msgid "Expire posts:"
+msgstr "Laat berichten vervallen:"
 
-#: ../../mod/settings.php:405
-msgid " Name too short."
-msgstr "Naam te kort."
+#: ../../mod/settings.php:1053
+msgid "Expire personal notes:"
+msgstr "Laat persoonlijke aantekeningen verlopen:"
 
-#: ../../mod/settings.php:414
-msgid "Wrong Password"
-msgstr "Verkeerd wachtwoord"
+#: ../../mod/settings.php:1054
+msgid "Expire starred posts:"
+msgstr "Laat berichten met ster verlopen"
 
-#: ../../mod/settings.php:419
-msgid " Not valid email."
-msgstr "Geen geldig e-mailadres."
+#: ../../mod/settings.php:1055
+msgid "Expire photos:"
+msgstr "Laat foto's vervallen:"
 
-#: ../../mod/settings.php:422
-msgid " Cannot change to that email."
-msgstr "Kan niet veranderen naar die e-mail."
+#: ../../mod/settings.php:1056
+msgid "Only expire posts by others:"
+msgstr "Laat alleen berichten door anderen vervallen:"
 
-#: ../../mod/settings.php:476
-msgid "Private forum has no privacy permissions. Using default privacy group."
-msgstr "Privéforum heeft geen privacyrechten . De standaard privacygroep wordt gebruikt."
+#: ../../mod/settings.php:1082
+msgid "Account Settings"
+msgstr "Account Instellingen"
 
-#: ../../mod/settings.php:480
-msgid "Private forum has no privacy permissions and no default privacy group."
-msgstr "Privéforum heeft geen privacyrechten en geen standaard privacygroep."
+#: ../../mod/settings.php:1090
+msgid "Password Settings"
+msgstr "Wachtwoord Instellingen"
 
-#: ../../mod/settings.php:510
-msgid "Settings updated."
-msgstr "Instellingen bijgewerkt."
+#: ../../mod/settings.php:1091
+msgid "New Password:"
+msgstr "Nieuw Wachtwoord:"
 
-#: ../../mod/settings.php:583 ../../mod/settings.php:609
-#: ../../mod/settings.php:645
-msgid "Add application"
-msgstr "Toepassing toevoegen"
+#: ../../mod/settings.php:1092
+msgid "Confirm:"
+msgstr "Bevestig:"
 
-#: ../../mod/settings.php:587 ../../mod/settings.php:613
-msgid "Consumer Key"
-msgstr "Gebruikerssleutel"
+#: ../../mod/settings.php:1092
+msgid "Leave password fields blank unless changing"
+msgstr "Laat de wachtwoord-velden leeg, tenzij je het wilt veranderen"
 
-#: ../../mod/settings.php:588 ../../mod/settings.php:614
-msgid "Consumer Secret"
-msgstr "Gebruikersgeheim"
+#: ../../mod/settings.php:1093
+msgid "Current Password:"
+msgstr "Huidig wachtwoord:"
 
-#: ../../mod/settings.php:589 ../../mod/settings.php:615
-msgid "Redirect"
-msgstr "Doorverwijzing"
+#: ../../mod/settings.php:1093 ../../mod/settings.php:1094
+msgid "Your current password to confirm the changes"
+msgstr "Je huidig wachtwoord om de wijzigingen te bevestigen"
 
-#: ../../mod/settings.php:590 ../../mod/settings.php:616
-msgid "Icon url"
-msgstr "URL pictogram"
+#: ../../mod/settings.php:1094
+msgid "Password:"
+msgstr "Wachtwoord:"
 
-#: ../../mod/settings.php:601
-msgid "You can't edit this application."
-msgstr "Je kunt deze toepassing niet wijzigen."
+#: ../../mod/settings.php:1098
+msgid "Basic Settings"
+msgstr "Basis Instellingen"
 
-#: ../../mod/settings.php:644
-msgid "Connected Apps"
-msgstr "Verbonden applicaties"
+#: ../../mod/settings.php:1099 ../../include/profile_advanced.php:15
+msgid "Full Name:"
+msgstr "Volledige Naam:"
 
-#: ../../mod/settings.php:646 ../../mod/editpost.php:109
-#: ../../mod/content.php:751 ../../object/Item.php:117
-msgid "Edit"
-msgstr "Bewerken"
+#: ../../mod/settings.php:1100
+msgid "Email Address:"
+msgstr "E-mailadres:"
 
-#: ../../mod/settings.php:648
-msgid "Client key starts with"
-msgstr ""
+#: ../../mod/settings.php:1101
+msgid "Your Timezone:"
+msgstr "Je Tijdzone:"
 
-#: ../../mod/settings.php:649
-msgid "No name"
-msgstr "Geen naam"
+#: ../../mod/settings.php:1102
+msgid "Default Post Location:"
+msgstr "Standaard locatie:"
 
-#: ../../mod/settings.php:650
-msgid "Remove authorization"
-msgstr "Verwijder authorisatie"
+#: ../../mod/settings.php:1103
+msgid "Use Browser Location:"
+msgstr "Gebruik Webbrowser Locatie:"
 
-#: ../../mod/settings.php:662
-msgid "No Plugin settings configured"
-msgstr ""
+#: ../../mod/settings.php:1106
+msgid "Security and Privacy Settings"
+msgstr "Instellingen voor Beveiliging en Privacy"
 
-#: ../../mod/settings.php:670
-msgid "Plugin Settings"
-msgstr "Plugin Instellingen"
+#: ../../mod/settings.php:1108
+msgid "Maximum Friend Requests/Day:"
+msgstr "Maximum aantal vriendschapsverzoeken per dag:"
 
-#: ../../mod/settings.php:684
-msgid "Off"
-msgstr "Uit"
+#: ../../mod/settings.php:1108 ../../mod/settings.php:1138
+msgid "(to prevent spam abuse)"
+msgstr "(om spam misbruik te voorkomen)"
 
-#: ../../mod/settings.php:684
-msgid "On"
-msgstr "Aan"
+#: ../../mod/settings.php:1109
+msgid "Default Post Permissions"
+msgstr "Standaard rechten voor nieuwe berichten"
 
-#: ../../mod/settings.php:692
-msgid "Additional Features"
-msgstr "Extra functies"
+#: ../../mod/settings.php:1110
+msgid "(click to open/close)"
+msgstr "(klik om te openen/sluiten)"
 
-#: ../../mod/settings.php:705 ../../mod/settings.php:706
-#, php-format
-msgid "Built-in support for %s connectivity is %s"
-msgstr "Ingebouwde ondersteuning voor connectiviteit met %s is %s"
+#: ../../mod/settings.php:1119 ../../mod/photos.php:1140
+#: ../../mod/photos.php:1506
+msgid "Show to Groups"
+msgstr "Tonen aan groepen"
 
-#: ../../mod/settings.php:705 ../../mod/settings.php:706
-msgid "enabled"
-msgstr "ingeschakeld"
+#: ../../mod/settings.php:1120 ../../mod/photos.php:1141
+#: ../../mod/photos.php:1507
+msgid "Show to Contacts"
+msgstr "Tonen aan contacten"
 
-#: ../../mod/settings.php:705 ../../mod/settings.php:706
-msgid "disabled"
-msgstr "uitgeschakeld"
+#: ../../mod/settings.php:1121
+msgid "Default Private Post"
+msgstr "Standaard Privé Post"
 
-#: ../../mod/settings.php:706
-msgid "StatusNet"
-msgstr "StatusNet"
+#: ../../mod/settings.php:1122
+msgid "Default Public Post"
+msgstr "Standaard Publieke Post"
 
-#: ../../mod/settings.php:738
-msgid "Email access is disabled on this site."
-msgstr "E-mailtoegang is op deze website uitgeschakeld."
+#: ../../mod/settings.php:1126
+msgid "Default Permissions for New Posts"
+msgstr "Standaard rechten voor nieuwe berichten"
 
-#: ../../mod/settings.php:745
-msgid "Connector Settings"
-msgstr "Connector Instellingen"
+#: ../../mod/settings.php:1138
+msgid "Maximum private messages per day from unknown people:"
+msgstr "Maximum aantal privé-berichten per dag van onbekende personen:"
 
-#: ../../mod/settings.php:750
-msgid "Email/Mailbox Setup"
-msgstr "E-mail Instellen"
+#: ../../mod/settings.php:1141
+msgid "Notification Settings"
+msgstr "Notificatie Instellingen"
 
-#: ../../mod/settings.php:751
-msgid ""
-"If you wish to communicate with email contacts using this service "
-"(optional), please specify how to connect to your mailbox."
-msgstr "Als je wilt communiceren met e-mail contacten via deze dienst (optioneel), moet je hier opgeven hoe ik jouw mailbox kan bereiken."
+#: ../../mod/settings.php:1142
+msgid "By default post a status message when:"
+msgstr "Post automatisch een bericht op je tijdlijn wanneer:"
 
-#: ../../mod/settings.php:752
-msgid "Last successful email check:"
-msgstr "Laatste succesvolle e-mail controle:"
+#: ../../mod/settings.php:1143
+msgid "accepting a friend request"
+msgstr "Een vriendschapsverzoek accepteren"
 
-#: ../../mod/settings.php:754
-msgid "IMAP server name:"
-msgstr "IMAP server naam:"
+#: ../../mod/settings.php:1144
+msgid "joining a forum/community"
+msgstr "Lid worden van een forum of gemeenschap"
 
-#: ../../mod/settings.php:755
-msgid "IMAP port:"
-msgstr "IMAP poort:"
+#: ../../mod/settings.php:1145
+msgid "making an <em>interesting</em> profile change"
+msgstr "Een <em>interessante</em> verandering aan je profiel"
 
-#: ../../mod/settings.php:756
-msgid "Security:"
-msgstr "Beveiliging:"
+#: ../../mod/settings.php:1146
+msgid "Send a notification email when:"
+msgstr "Stuur een notificatie e-mail wanneer:"
 
-#: ../../mod/settings.php:756 ../../mod/settings.php:761
-msgid "None"
-msgstr "Geen"
+#: ../../mod/settings.php:1147
+msgid "You receive an introduction"
+msgstr "Je ontvangt een vriendschaps- of connectieverzoek"
 
-#: ../../mod/settings.php:757
-msgid "Email login name:"
-msgstr "E-mail login naam:"
+#: ../../mod/settings.php:1148
+msgid "Your introductions are confirmed"
+msgstr "Jouw vriendschaps- of connectieverzoeken zijn bevestigd"
 
-#: ../../mod/settings.php:758
-msgid "Email password:"
-msgstr "E-mail wachtwoord:"
+#: ../../mod/settings.php:1149
+msgid "Someone writes on your profile wall"
+msgstr "Iemand iets op de muur van je profiel schrijft"
 
-#: ../../mod/settings.php:759
-msgid "Reply-to address:"
-msgstr "Antwoord adres:"
+#: ../../mod/settings.php:1150
+msgid "Someone writes a followup comment"
+msgstr "Iemand een commentaar schrijft"
 
-#: ../../mod/settings.php:760
-msgid "Send public posts to all email contacts:"
-msgstr "Openbare posts naar alle e-mail contacten versturen:"
+#: ../../mod/settings.php:1151
+msgid "You receive a private message"
+msgstr "Je een privé-bericht ontvangt"
 
-#: ../../mod/settings.php:761
-msgid "Action after import:"
-msgstr "Actie na importeren:"
+#: ../../mod/settings.php:1152
+msgid "You receive a friend suggestion"
+msgstr "Je een suggestie voor een vriendschap ontvangt"
 
-#: ../../mod/settings.php:761
-msgid "Mark as seen"
-msgstr "Als 'gelezen' markeren"
+#: ../../mod/settings.php:1153
+msgid "You are tagged in a post"
+msgstr "Je bent in een bericht genoemd"
 
-#: ../../mod/settings.php:761
-msgid "Move to folder"
-msgstr "Naar map verplaatsen"
+#: ../../mod/settings.php:1154
+msgid "You are poked/prodded/etc. in a post"
+msgstr "Je bent in een bericht aangestoten/gepord/etc."
 
-#: ../../mod/settings.php:762
-msgid "Move to folder:"
-msgstr "Verplaatsen naar map:"
+#: ../../mod/settings.php:1157
+msgid "Advanced Account/Page Type Settings"
+msgstr ""
 
-#: ../../mod/settings.php:835
-msgid "Display Settings"
-msgstr "Scherminstellingen"
+#: ../../mod/settings.php:1158
+msgid "Change the behaviour of this account for special situations"
+msgstr ""
 
-#: ../../mod/settings.php:841 ../../mod/settings.php:853
-msgid "Display Theme:"
-msgstr "Schermthema:"
+#: ../../mod/settings.php:1161
+msgid "Relocate"
+msgstr ""
 
-#: ../../mod/settings.php:842
-msgid "Mobile Theme:"
-msgstr "Mobiel thema:"
+#: ../../mod/settings.php:1162
+msgid ""
+"If you have moved this profile from another server, and some of your "
+"contacts don't receive your updates, try pushing this button."
+msgstr ""
 
-#: ../../mod/settings.php:843
-msgid "Update browser every xx seconds"
-msgstr "Browser elke xx seconden verversen"
+#: ../../mod/settings.php:1163
+msgid "Resend relocate message to contacts"
+msgstr ""
 
-#: ../../mod/settings.php:843
-msgid "Minimum of 10 seconds, no maximum"
-msgstr "Minimum 10 seconden, geen maximum"
+#: ../../mod/profiles.php:37
+msgid "Profile deleted."
+msgstr "Profiel verwijderd"
 
-#: ../../mod/settings.php:844
-msgid "Number of items to display per page:"
-msgstr "Aantal items te tonen per pagina:"
+#: ../../mod/profiles.php:55 ../../mod/profiles.php:89
+msgid "Profile-"
+msgstr "Profiel-"
 
-#: ../../mod/settings.php:844 ../../mod/settings.php:845
-msgid "Maximum of 100 items"
-msgstr "Maximum 100 items"
+#: ../../mod/profiles.php:74 ../../mod/profiles.php:117
+msgid "New profile created."
+msgstr "Nieuw profiel aangemaakt."
 
-#: ../../mod/settings.php:845
-msgid "Number of items to display per page when viewed from mobile device:"
-msgstr "Aantal items per pagina als je een mobiel toestel gebruikt:"
+#: ../../mod/profiles.php:95
+msgid "Profile unavailable to clone."
+msgstr "Profiel niet beschikbaar om te klonen."
 
-#: ../../mod/settings.php:846
-msgid "Don't show emoticons"
-msgstr "Emoticons niet tonen"
+#: ../../mod/profiles.php:170
+msgid "Profile Name is required."
+msgstr "Profielnaam is vereist."
 
-#: ../../mod/settings.php:922
-msgid "Normal Account Page"
-msgstr "Normale account pagina"
+#: ../../mod/profiles.php:317
+msgid "Marital Status"
+msgstr "Echtelijke staat"
 
-#: ../../mod/settings.php:923
-msgid "This account is a normal personal profile"
-msgstr "Deze account is een normaal persoonlijk profiel"
+#: ../../mod/profiles.php:321
+msgid "Romantic Partner"
+msgstr "Romantische Partner"
 
-#: ../../mod/settings.php:926
-msgid "Soapbox Page"
-msgstr "Zeepkist pagina"
+#: ../../mod/profiles.php:325
+msgid "Likes"
+msgstr "Houdt van"
 
-#: ../../mod/settings.php:927
-msgid "Automatically approve all connection/friend requests as read-only fans"
-msgstr "Keur automatisch alle vriendschaps-/connectieverzoeken goed als fans met alleen recht tot lezen."
+#: ../../mod/profiles.php:329
+msgid "Dislikes"
+msgstr "Houdt niet van"
 
-#: ../../mod/settings.php:930
-msgid "Community Forum/Celebrity Account"
-msgstr "Gemeenschapsforum/Account van beroemdheid"
+#: ../../mod/profiles.php:333
+msgid "Work/Employment"
+msgstr "Werk"
 
-#: ../../mod/settings.php:931
-msgid ""
-"Automatically approve all connection/friend requests as read-write fans"
-msgstr "Keur automatisch alle vriendschaps-/connectieverzoeken goed als fans met recht tot lezen en schrijven."
+#: ../../mod/profiles.php:336
+msgid "Religion"
+msgstr "Godsdienst"
 
-#: ../../mod/settings.php:934
-msgid "Automatic Friend Page"
-msgstr "Automatisch Vriendschapspagina"
+#: ../../mod/profiles.php:340
+msgid "Political Views"
+msgstr "Politieke standpunten"
 
-#: ../../mod/settings.php:935
-msgid "Automatically approve all connection/friend requests as friends"
-msgstr "Keur automatisch alle vriendschaps-/connectieverzoeken goed als vrienden."
+#: ../../mod/profiles.php:344
+msgid "Gender"
+msgstr "Geslacht"
 
-#: ../../mod/settings.php:938
-msgid "Private Forum [Experimental]"
-msgstr "Privé-forum [experimenteel]"
+#: ../../mod/profiles.php:348
+msgid "Sexual Preference"
+msgstr "Seksuele Voorkeur"
 
-#: ../../mod/settings.php:939
-msgid "Private forum - approved members only"
-msgstr "Privé-forum - enkel voor goedgekeurde leden"
+#: ../../mod/profiles.php:352
+msgid "Homepage"
+msgstr "Tijdlijn"
 
-#: ../../mod/settings.php:951
-msgid "OpenID:"
-msgstr "OpenID:"
+#: ../../mod/profiles.php:356
+msgid "Interests"
+msgstr "Interesses"
 
-#: ../../mod/settings.php:951
-msgid "(Optional) Allow this OpenID to login to this account."
-msgstr "(Optioneel) Laat dit OpenID toe om in te loggen op deze account."
+#: ../../mod/profiles.php:360
+msgid "Address"
+msgstr "Adres"
 
-#: ../../mod/settings.php:961
-msgid "Publish your default profile in your local site directory?"
-msgstr "Je standaardprofiel in je lokale gids publiceren?"
+#: ../../mod/profiles.php:367
+msgid "Location"
+msgstr "Plaats"
 
-#: ../../mod/settings.php:967
-msgid "Publish your default profile in the global social directory?"
-msgstr "Je standaardprofiel in de globale sociale gids publiceren?"
+#: ../../mod/profiles.php:450
+msgid "Profile updated."
+msgstr "Profiel bijgewerkt."
 
-#: ../../mod/settings.php:975
-msgid "Hide your contact/friend list from viewers of your default profile?"
-msgstr "Je vrienden/contacten verbergen voor bezoekers van je standaard profiel?"
+#: ../../mod/profiles.php:521
+msgid " and "
+msgstr "en"
 
-#: ../../mod/settings.php:979
-msgid "Hide your profile details from unknown viewers?"
-msgstr "Je profieldetails verbergen voor onbekende bezoekers?"
+#: ../../mod/profiles.php:529
+msgid "public profile"
+msgstr "publiek profiel"
 
-#: ../../mod/settings.php:984
-msgid "Allow friends to post to your profile page?"
-msgstr "Vrienden toestaan om op jou profielpagina te posten?"
+#: ../../mod/profiles.php:532
+#, php-format
+msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
+msgstr "%1$s veranderde %2$s naar &ldquo;%3$s&rdquo;"
 
-#: ../../mod/settings.php:990
-msgid "Allow friends to tag your posts?"
-msgstr "Sta vrienden toe om jouw berichten te labelen?"
+#: ../../mod/profiles.php:533
+#, php-format
+msgid " - Visit %1$s's %2$s"
+msgstr " - Bezoek %2$s van %1$s"
 
-#: ../../mod/settings.php:996
-msgid "Allow us to suggest you as a potential friend to new members?"
-msgstr "Sta je mij toe om jou als mogelijke vriend  voor te stellen aan nieuwe leden?"
+#: ../../mod/profiles.php:536
+#, php-format
+msgid "%1$s has an updated %2$s, changing %3$s."
+msgstr "%1$s heeft een aangepast %2$s, %3$s veranderd."
 
-#: ../../mod/settings.php:1002
-msgid "Permit unknown people to send you private mail?"
-msgstr "Mogen onbekende personen jou privé berichten sturen?"
+#: ../../mod/profiles.php:609
+msgid "Hide your contact/friend list from viewers of this profile?"
+msgstr "Je vrienden/contacten verbergen voor bezoekers van dit profiel?"
 
-#: ../../mod/settings.php:1010
-msgid "Profile is <strong>not published</strong>."
-msgstr "Profiel is <strong>niet gepubliceerd</strong>."
+#: ../../mod/profiles.php:629
+msgid "Edit Profile Details"
+msgstr "Profiel details bewerken"
 
-#: ../../mod/settings.php:1013 ../../mod/profile_photo.php:248
-msgid "or"
-msgstr "of"
+#: ../../mod/profiles.php:631
+msgid "Change Profile Photo"
+msgstr "Profiel foto wijzigen"
 
-#: ../../mod/settings.php:1018
-msgid "Your Identity Address is"
-msgstr "Jouw Identiteitsadres is"
+#: ../../mod/profiles.php:632
+msgid "View this profile"
+msgstr "Dit profiel bekijken"
 
-#: ../../mod/settings.php:1029
-msgid "Automatically expire posts after this many days:"
-msgstr "Laat berichten automatisch vervallen na zo veel dagen:"
+#: ../../mod/profiles.php:633
+msgid "Create a new profile using these settings"
+msgstr "Nieuw profiel aanmaken met deze instellingen"
 
-#: ../../mod/settings.php:1029
-msgid "If empty, posts will not expire. Expired posts will be deleted"
-msgstr "Berichten zullen niet vervallen indien leeg. Vervallen berichten zullen worden verwijderd."
+#: ../../mod/profiles.php:634
+msgid "Clone this profile"
+msgstr "Dit profiel klonen"
 
-#: ../../mod/settings.php:1030
-msgid "Advanced expiration settings"
-msgstr "Geavanceerde instellingen voor vervallen"
+#: ../../mod/profiles.php:635
+msgid "Delete this profile"
+msgstr "Dit profiel verwijderen"
 
-#: ../../mod/settings.php:1031
-msgid "Advanced Expiration"
-msgstr "Geavanceerd Verval:"
+#: ../../mod/profiles.php:636
+msgid "Profile Name:"
+msgstr "Profiel Naam:"
 
-#: ../../mod/settings.php:1032
-msgid "Expire posts:"
-msgstr "Laat berichten vervallen:"
+#: ../../mod/profiles.php:637
+msgid "Your Full Name:"
+msgstr "Je volledige naam:"
 
-#: ../../mod/settings.php:1033
-msgid "Expire personal notes:"
-msgstr "Laat persoonlijke nota's vervallen:"
+#: ../../mod/profiles.php:638
+msgid "Title/Description:"
+msgstr "Titel/Beschrijving:"
 
-#: ../../mod/settings.php:1034
-msgid "Expire starred posts:"
-msgstr ""
+#: ../../mod/profiles.php:639
+msgid "Your Gender:"
+msgstr "Je Geslacht:"
 
-#: ../../mod/settings.php:1035
-msgid "Expire photos:"
-msgstr "Laat foto's vervallen:"
+#: ../../mod/profiles.php:640
+#, php-format
+msgid "Birthday (%s):"
+msgstr "Geboortedatum (%s):"
 
-#: ../../mod/settings.php:1036
-msgid "Only expire posts by others:"
-msgstr "Laat alleen berichten door anderen vervallen:"
+#: ../../mod/profiles.php:641
+msgid "Street Address:"
+msgstr "Postadres:"
 
-#: ../../mod/settings.php:1062
-msgid "Account Settings"
-msgstr "Account Instellingen"
+#: ../../mod/profiles.php:642
+msgid "Locality/City:"
+msgstr "Gemeente/Stad:"
 
-#: ../../mod/settings.php:1070
-msgid "Password Settings"
-msgstr "Wachtwoord Instellingen"
+#: ../../mod/profiles.php:643
+msgid "Postal/Zip Code:"
+msgstr "Postcode:"
 
-#: ../../mod/settings.php:1071
-msgid "New Password:"
-msgstr "Nieuw Wachtwoord:"
+#: ../../mod/profiles.php:644
+msgid "Country:"
+msgstr "Land:"
 
-#: ../../mod/settings.php:1072
-msgid "Confirm:"
-msgstr "Bevestig:"
+#: ../../mod/profiles.php:645
+msgid "Region/State:"
+msgstr "Regio/Staat:"
 
-#: ../../mod/settings.php:1072
-msgid "Leave password fields blank unless changing"
-msgstr "Laat de wachtwoord-velden leeg, tenzij je het wilt veranderen"
+#: ../../mod/profiles.php:646
+msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
+msgstr "<span class=\"heart\">&hearts;</span> Echtelijke Staat:"
 
-#: ../../mod/settings.php:1073
-msgid "Current Password:"
-msgstr "Huidig wachtwoord:"
+#: ../../mod/profiles.php:647
+msgid "Who: (if applicable)"
+msgstr "Wie: (indien toepasbaar)"
 
-#: ../../mod/settings.php:1073 ../../mod/settings.php:1074
-msgid "Your current password to confirm the changes"
-msgstr "Je huidig wachtwoord om de wijzigingen te bevestigen"
+#: ../../mod/profiles.php:648
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+msgstr "Voorbeelden: Kathleen123, Kathleen Peeters, kathleen@voorbeeld.nl"
 
-#: ../../mod/settings.php:1074
-msgid "Password:"
-msgstr "Wachtwoord:"
+#: ../../mod/profiles.php:649
+msgid "Since [date]:"
+msgstr "Sinds [datum]:"
 
-#: ../../mod/settings.php:1078
-msgid "Basic Settings"
-msgstr "Basis Instellingen"
+#: ../../mod/profiles.php:650 ../../include/profile_advanced.php:46
+msgid "Sexual Preference:"
+msgstr "Seksuele Voorkeur:"
 
-#: ../../mod/settings.php:1080
-msgid "Email Address:"
-msgstr "E-mailadres:"
+#: ../../mod/profiles.php:651
+msgid "Homepage URL:"
+msgstr "Adres tijdlijn:"
 
-#: ../../mod/settings.php:1081
-msgid "Your Timezone:"
-msgstr "Je Tijdzone:"
+#: ../../mod/profiles.php:652 ../../include/profile_advanced.php:50
+msgid "Hometown:"
+msgstr "Woonplaats:"
 
-#: ../../mod/settings.php:1082
-msgid "Default Post Location:"
-msgstr "Standaard locatie:"
+#: ../../mod/profiles.php:653 ../../include/profile_advanced.php:54
+msgid "Political Views:"
+msgstr "Politieke standpunten:"
 
-#: ../../mod/settings.php:1083
-msgid "Use Browser Location:"
-msgstr "Gebruik Webbrowser Locatie:"
+#: ../../mod/profiles.php:654
+msgid "Religious Views:"
+msgstr "Geloof:"
 
-#: ../../mod/settings.php:1086
-msgid "Security and Privacy Settings"
-msgstr "Instellingen voor Beveiliging en Privacy"
+#: ../../mod/profiles.php:655
+msgid "Public Keywords:"
+msgstr "Publieke Sleutelwoorden:"
 
-#: ../../mod/settings.php:1088
-msgid "Maximum Friend Requests/Day:"
-msgstr "Maximum aantal vriendschapsverzoeken per dag:"
+#: ../../mod/profiles.php:656
+msgid "Private Keywords:"
+msgstr "Privé Sleutelwoorden:"
 
-#: ../../mod/settings.php:1088 ../../mod/settings.php:1118
-msgid "(to prevent spam abuse)"
-msgstr "(om spam misbruik te voorkomen)"
+#: ../../mod/profiles.php:657 ../../include/profile_advanced.php:62
+msgid "Likes:"
+msgstr "Houdt van:"
 
-#: ../../mod/settings.php:1089
-msgid "Default Post Permissions"
-msgstr "Standaard rechten voor nieuwe berichten"
+#: ../../mod/profiles.php:658 ../../include/profile_advanced.php:64
+msgid "Dislikes:"
+msgstr "Houdt niet van:"
 
-#: ../../mod/settings.php:1090
-msgid "(click to open/close)"
-msgstr "(klik om te openen/sluiten)"
+#: ../../mod/profiles.php:659
+msgid "Example: fishing photography software"
+msgstr "Voorbeeld: vissen fotografie software"
 
-#: ../../mod/settings.php:1099 ../../mod/photos.php:1140
-#: ../../mod/photos.php:1506
-msgid "Show to Groups"
-msgstr "Tonen aan groepen"
+#: ../../mod/profiles.php:660
+msgid "(Used for suggesting potential friends, can be seen by others)"
+msgstr "(Gebruikt om mogelijke vrienden voor te stellen, kan door anderen gezien worden)"
 
-#: ../../mod/settings.php:1100 ../../mod/photos.php:1141
-#: ../../mod/photos.php:1507
-msgid "Show to Contacts"
-msgstr "Tonen aan contacten"
+#: ../../mod/profiles.php:661
+msgid "(Used for searching profiles, never shown to others)"
+msgstr "(Gebruikt om profielen te zoeken, nooit aan anderen getoond)"
 
-#: ../../mod/settings.php:1101
-msgid "Default Private Post"
-msgstr "Standaard Privé Post"
+#: ../../mod/profiles.php:662
+msgid "Tell us about yourself..."
+msgstr "Vertel iets over jezelf..."
 
-#: ../../mod/settings.php:1102
-msgid "Default Public Post"
-msgstr "Standaard Publieke Post"
-
-#: ../../mod/settings.php:1106
-msgid "Default Permissions for New Posts"
-msgstr "Standaard rechten voor nieuwe berichten"
+#: ../../mod/profiles.php:663
+msgid "Hobbies/Interests"
+msgstr "Hobby's/Interesses"
 
-#: ../../mod/settings.php:1118
-msgid "Maximum private messages per day from unknown people:"
-msgstr "Maximum aantal privé-berichten per dag van onbekende personen:"
+#: ../../mod/profiles.php:664
+msgid "Contact information and Social Networks"
+msgstr "Contactinformatie en sociale netwerken"
 
-#: ../../mod/settings.php:1121
-msgid "Notification Settings"
-msgstr "Notificatie Instellingen"
+#: ../../mod/profiles.php:665
+msgid "Musical interests"
+msgstr "Muzikale interesses"
 
-#: ../../mod/settings.php:1122
-msgid "By default post a status message when:"
-msgstr "Post automatisch een status bericht wanneer:"
+#: ../../mod/profiles.php:666
+msgid "Books, literature"
+msgstr "Boeken, literatuur"
 
-#: ../../mod/settings.php:1123
-msgid "accepting a friend request"
-msgstr "Een vriendschapsverzoek accepteren"
+#: ../../mod/profiles.php:667
+msgid "Television"
+msgstr "Televisie"
 
-#: ../../mod/settings.php:1124
-msgid "joining a forum/community"
-msgstr "Lid worden van een forum of gemeenschap"
+#: ../../mod/profiles.php:668
+msgid "Film/dance/culture/entertainment"
+msgstr "Film/dans/cultuur/ontspanning"
 
-#: ../../mod/settings.php:1125
-msgid "making an <em>interesting</em> profile change"
-msgstr "Een <em>interessante</em> verandering aan je profiel"
+#: ../../mod/profiles.php:669
+msgid "Love/romance"
+msgstr "Liefde/romance"
 
-#: ../../mod/settings.php:1126
-msgid "Send a notification email when:"
-msgstr "Stuur een notificatie e-mail wanneer:"
+#: ../../mod/profiles.php:670
+msgid "Work/employment"
+msgstr "Werk"
 
-#: ../../mod/settings.php:1127
-msgid "You receive an introduction"
-msgstr "Je ontvangt een vriendschaps- of connectieverzoek"
+#: ../../mod/profiles.php:671
+msgid "School/education"
+msgstr "School/opleiding"
 
-#: ../../mod/settings.php:1128
-msgid "Your introductions are confirmed"
-msgstr "Jouw vriendschaps- of connectieverzoeken zijn bevestigd"
+#: ../../mod/profiles.php:676
+msgid ""
+"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
+"be visible to anybody using the internet."
+msgstr "Dit is jouw <strong>publiek</strong> profiel.<br />Het <strong>kan</strong> zichtbaar zijn voor iedereen op het internet."
 
-#: ../../mod/settings.php:1129
-msgid "Someone writes on your profile wall"
-msgstr "Iemand iets op de muur van je profiel schrijft"
+#: ../../mod/profiles.php:725
+msgid "Edit/Manage Profiles"
+msgstr "Wijzig/Beheer Profielen"
 
-#: ../../mod/settings.php:1130
-msgid "Someone writes a followup comment"
-msgstr "Iemand een commentaar schrijft"
+#: ../../mod/group.php:29
+msgid "Group created."
+msgstr "Groep aangemaakt."
 
-#: ../../mod/settings.php:1131
-msgid "You receive a private message"
-msgstr "Je een privé-bericht ontvangt"
+#: ../../mod/group.php:35
+msgid "Could not create group."
+msgstr "Kon de groep niet aanmaken."
 
-#: ../../mod/settings.php:1132
-msgid "You receive a friend suggestion"
-msgstr "Je een suggestie voor een vriendschap ontvangt"
+#: ../../mod/group.php:47 ../../mod/group.php:140
+msgid "Group not found."
+msgstr "Groep niet gevonden."
 
-#: ../../mod/settings.php:1133
-msgid "You are tagged in a post"
-msgstr "Je bent in een bericht genoemd"
+#: ../../mod/group.php:60
+msgid "Group name changed."
+msgstr "Groepsnaam gewijzigd."
 
-#: ../../mod/settings.php:1134
-msgid "You are poked/prodded/etc. in a post"
+#: ../../mod/group.php:87
+msgid "Save Group"
 msgstr ""
 
-#: ../../mod/settings.php:1137
-msgid "Advanced Account/Page Type Settings"
-msgstr ""
+#: ../../mod/group.php:93
+msgid "Create a group of contacts/friends."
+msgstr "Maak een groep contacten/vrienden aan."
 
-#: ../../mod/settings.php:1138
-msgid "Change the behaviour of this account for special situations"
-msgstr ""
+#: ../../mod/group.php:94 ../../mod/group.php:180
+msgid "Group Name: "
+msgstr "Groepsnaam:"
 
-#: ../../mod/share.php:44
-msgid "link"
-msgstr "link"
+#: ../../mod/group.php:113
+msgid "Group removed."
+msgstr "Groep verwijderd."
 
-#: ../../mod/crepair.php:102
-msgid "Contact settings applied."
-msgstr "Contactinstellingen toegepast."
+#: ../../mod/group.php:115
+msgid "Unable to remove group."
+msgstr "Niet in staat om groep te verwijderen."
 
-#: ../../mod/crepair.php:104
-msgid "Contact update failed."
-msgstr "Aanpassen van contact mislukt."
+#: ../../mod/group.php:179
+msgid "Group Editor"
+msgstr "Groepsbewerker"
 
-#: ../../mod/crepair.php:129 ../../mod/dfrn_confirm.php:118
-#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92
-msgid "Contact not found."
-msgstr "Contact niet gevonden"
+#: ../../mod/group.php:192
+msgid "Members"
+msgstr "Leden"
 
-#: ../../mod/crepair.php:135
-msgid "Repair Contact Settings"
-msgstr "Contactinstellingen herstellen"
+#: ../../mod/group.php:224 ../../mod/profperm.php:105
+msgid "Click on a contact to add or remove."
+msgstr "Klik op een contact om het toe te voegen of te verwijderen."
 
-#: ../../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 ""
+#: ../../mod/babel.php:17
+msgid "Source (bbcode) text:"
+msgstr "Bron (bbcode) tekst:"
 
-#: ../../mod/crepair.php:138
-msgid ""
-"Please use your browser 'Back' button <strong>now</strong> if you are "
-"uncertain what to do on this page."
-msgstr "Gebruik <strong>nu</strong> de \"terug\"-knop in je webbrowser wanneer je niet weet wat je op deze pagina moet doen."
+#: ../../mod/babel.php:23
+msgid "Source (Diaspora) text to convert to BBcode:"
+msgstr "Bron (Diaspora) tekst om naar BBCode om te zetten:"
 
-#: ../../mod/crepair.php:144
-msgid "Return to contact editor"
-msgstr "Ga terug naar contactbewerker"
+#: ../../mod/babel.php:31
+msgid "Source input: "
+msgstr "Bron ingave:"
 
-#: ../../mod/crepair.php:149
-msgid "Account Nickname"
-msgstr "Bijnaam account"
+#: ../../mod/babel.php:35
+msgid "bb2html (raw HTML): "
+msgstr "bb2html (ruwe HTML):"
 
-#: ../../mod/crepair.php:150
-msgid "@Tagname - overrides Name/Nickname"
-msgstr "@Labelnaam - krijgt voorrang op naam/bijnaam"
+#: ../../mod/babel.php:39
+msgid "bb2html: "
+msgstr "bb2html:"
 
-#: ../../mod/crepair.php:151
-msgid "Account URL"
-msgstr "URL account"
+#: ../../mod/babel.php:43
+msgid "bb2html2bb: "
+msgstr "bb2html2bb: "
 
-#: ../../mod/crepair.php:152
-msgid "Friend Request URL"
-msgstr "URL vriendschapsverzoek"
+#: ../../mod/babel.php:47
+msgid "bb2md: "
+msgstr "bb2md: "
 
-#: ../../mod/crepair.php:153
-msgid "Friend Confirm URL"
-msgstr ""
+#: ../../mod/babel.php:51
+msgid "bb2md2html: "
+msgstr "bb2md2html: "
 
-#: ../../mod/crepair.php:154
-msgid "Notification Endpoint URL"
-msgstr ""
+#: ../../mod/babel.php:55
+msgid "bb2dia2bb: "
+msgstr "bb2dia2bb: "
 
-#: ../../mod/crepair.php:155
-msgid "Poll/Feed URL"
-msgstr "URL poll/feed"
+#: ../../mod/babel.php:59
+msgid "bb2md2html2bb: "
+msgstr "bb2md2html2bb: "
 
-#: ../../mod/crepair.php:156
-msgid "New photo from this URL"
-msgstr "Nieuwe foto van deze URL"
+#: ../../mod/babel.php:69
+msgid "Source input (Diaspora format): "
+msgstr "Bron ingave (Diaspora formaat):"
 
-#: ../../mod/delegate.php:95
-msgid "No potential page delegates located."
-msgstr ""
+#: ../../mod/babel.php:74
+msgid "diaspora2bb: "
+msgstr "diaspora2bb: "
 
-#: ../../mod/delegate.php:123
-msgid ""
-"Delegates are able to manage all aspects of this account/page except for "
-"basic account settings. Please do not delegate your personal account to "
-"anybody that you do not trust completely."
-msgstr ""
+#: ../../mod/community.php:23
+msgid "Not available."
+msgstr "Niet beschikbaar"
 
-#: ../../mod/delegate.php:124
-msgid "Existing Page Managers"
-msgstr ""
+#: ../../mod/follow.php:27
+msgid "Contact added"
+msgstr "Contact toegevoegd"
 
-#: ../../mod/delegate.php:126
-msgid "Existing Page Delegates"
-msgstr ""
+#: ../../mod/notify.php:61 ../../mod/notifications.php:332
+msgid "No more system notifications."
+msgstr "Geen systeemnotificaties meer."
 
-#: ../../mod/delegate.php:128
-msgid "Potential Delegates"
-msgstr ""
+#: ../../mod/notify.php:65 ../../mod/notifications.php:336
+msgid "System Notifications"
+msgstr "Systeemnotificaties"
 
-#: ../../mod/delegate.php:130 ../../mod/tagrm.php:93
-msgid "Remove"
-msgstr "Verwijderen"
+#: ../../mod/message.php:9 ../../include/nav.php:159
+msgid "New Message"
+msgstr "Nieuw Bericht"
 
-#: ../../mod/delegate.php:131
-msgid "Add"
-msgstr "Toevoegen"
+#: ../../mod/message.php:67
+msgid "Unable to locate contact information."
+msgstr "Ik kan geen contact informatie vinden."
 
-#: ../../mod/delegate.php:132
-msgid "No entries."
-msgstr "Geen gegevens."
+#: ../../mod/message.php:182 ../../mod/notifications.php:103
+#: ../../include/nav.php:156
+msgid "Messages"
+msgstr "Privéberichten"
 
-#: ../../mod/poke.php:192
-msgid "Poke/Prod"
-msgstr ""
+#: ../../mod/message.php:207
+msgid "Do you really want to delete this message?"
+msgstr "Wil je echt dit bericht verwijderen?"
 
-#: ../../mod/poke.php:193
-msgid "poke, prod or do other things to somebody"
-msgstr ""
+#: ../../mod/message.php:227
+msgid "Message deleted."
+msgstr "Bericht verwijderd."
 
-#: ../../mod/poke.php:194
-msgid "Recipient"
-msgstr "Ontvanger"
+#: ../../mod/message.php:258
+msgid "Conversation removed."
+msgstr "Gesprek verwijderd."
 
-#: ../../mod/poke.php:195
-msgid "Choose what you wish to do to recipient"
-msgstr "Kies wat je wilt doen met de ontvanger"
+#: ../../mod/message.php:371
+msgid "No messages."
+msgstr "Geen berichten."
 
-#: ../../mod/poke.php:198
-msgid "Make this post private"
-msgstr "Dit bericht privé maken"
+#: ../../mod/message.php:378
+#, php-format
+msgid "Unknown sender - %s"
+msgstr "Onbekende afzender - %s"
 
-#: ../../mod/dfrn_confirm.php:119
-msgid ""
-"This may occasionally happen if contact was requested by both persons and it"
-" has already been approved."
-msgstr "Dit kan soms gebeuren als het contact door beide personen werd gevraagd, en het werd al goedgekeurd."
+#: ../../mod/message.php:381
+#, php-format
+msgid "You and %s"
+msgstr "Jij en %s"
 
-#: ../../mod/dfrn_confirm.php:237
-msgid "Response from remote site was not understood."
-msgstr "Antwoord van de website op afstand werd niet begrepen."
+#: ../../mod/message.php:384
+#, php-format
+msgid "%s and You"
+msgstr "%s en jij"
 
-#: ../../mod/dfrn_confirm.php:246
-msgid "Unexpected response from remote site: "
-msgstr "Onverwacht antwoord van website op afstand:"
+#: ../../mod/message.php:405 ../../mod/message.php:546
+msgid "Delete conversation"
+msgstr "Verwijder gesprek"
 
-#: ../../mod/dfrn_confirm.php:254
-msgid "Confirmation completed successfully."
-msgstr "Bevestiging werd correct voltooid."
+#: ../../mod/message.php:408
+msgid "D, d M Y - g:i A"
+msgstr "D, d M Y - g:i A"
 
-#: ../../mod/dfrn_confirm.php:256 ../../mod/dfrn_confirm.php:270
-#: ../../mod/dfrn_confirm.php:277
-msgid "Remote site reported: "
-msgstr "Website op afstand berichtte: "
+#: ../../mod/message.php:411
+#, php-format
+msgid "%d message"
+msgid_plural "%d messages"
+msgstr[0] "%d bericht"
+msgstr[1] "%d berichten"
 
-#: ../../mod/dfrn_confirm.php:268
-msgid "Temporary failure. Please wait and try again."
-msgstr "Tijdelijke fout. Wacht even en probeer opnieuw."
+#: ../../mod/message.php:450
+msgid "Message not available."
+msgstr "Bericht niet beschikbaar."
 
-#: ../../mod/dfrn_confirm.php:275
-msgid "Introduction failed or was revoked."
-msgstr "Verzoek mislukt of herroepen."
+#: ../../mod/message.php:520
+msgid "Delete message"
+msgstr "Verwijder bericht"
 
-#: ../../mod/dfrn_confirm.php:420
-msgid "Unable to set contact photo."
-msgstr "Ik kan geen contact foto instellen."
+#: ../../mod/message.php:548
+msgid ""
+"No secure communications available. You <strong>may</strong> be able to "
+"respond from the sender's profile page."
+msgstr "Geen beveiligde communicatie beschikbaar. Je kunt <strong>misschien</strong> antwoorden vanaf de profiel-pagina van de afzender."
 
-#: ../../mod/dfrn_confirm.php:562
-#, php-format
-msgid "No user record found for '%s' "
-msgstr "Geen gebruiker gevonden voor '%s'"
+#: ../../mod/message.php:552
+msgid "Send Reply"
+msgstr "Verstuur Antwoord"
 
-#: ../../mod/dfrn_confirm.php:572
-msgid "Our site encryption key is apparently messed up."
-msgstr "De encryptie-sleutel van onze webstek is blijkbaar beschadigd."
+#: ../../mod/like.php:170 ../../include/conversation.php:140
+#, php-format
+msgid "%1$s doesn't like %2$s's %3$s"
+msgstr "%1$s vind %3$s van %2$s niet leuk"
 
-#: ../../mod/dfrn_confirm.php:583
-msgid "Empty site URL was provided or URL could not be decrypted by us."
-msgstr "Er werd een lege URL gegeven, of de URL kon niet ontcijferd worden door ons."
+#: ../../mod/oexchange.php:25
+msgid "Post successful."
+msgstr "Bericht succesvol geplaatst."
 
-#: ../../mod/dfrn_confirm.php:604
-msgid "Contact record was not found for you on our site."
-msgstr "We vonden op onze webstek geen contactrecord voor jou."
+#: ../../mod/localtime.php:12 ../../include/event.php:11
+#: ../../include/bb2diaspora.php:393
+msgid "l F d, Y \\@ g:i A"
+msgstr "l F d, Y \\@ g:i A"
 
-#: ../../mod/dfrn_confirm.php:618
-#, php-format
-msgid "Site public key not available in contact record for URL %s."
-msgstr "Publieke sleutel voor webstek niet beschikbaar in contactrecord voor URL %s."
+#: ../../mod/localtime.php:24
+msgid "Time Conversion"
+msgstr "Tijdsconversie"
 
-#: ../../mod/dfrn_confirm.php:638
+#: ../../mod/localtime.php:26
 msgid ""
-"The ID provided by your system is a duplicate on our system. It should work "
-"if you try again."
-msgstr "Het ID dat jouw systeem aangeeft is een dubbel op ons systeem. Als je opnieuw probeert zou het moeten werken."
-
-#: ../../mod/dfrn_confirm.php:649
-msgid "Unable to set your contact credentials on our system."
-msgstr ""
-
-#: ../../mod/dfrn_confirm.php:716
-msgid "Unable to update your contact profile details on our system"
-msgstr ""
+"Friendica provides this service for sharing events with other networks and "
+"friends in unknown timezones."
+msgstr "Friendica biedt deze dienst aan om gebeurtenissen te delen met andere netwerken en vrienden in onbekende tijdzones."
 
-#: ../../mod/dfrn_confirm.php:751
+#: ../../mod/localtime.php:30
 #, php-format
-msgid "Connection accepted at %s"
-msgstr "Uw connectie werd geaccepteerd op %s"
+msgid "UTC time: %s"
+msgstr "UTC tijd: %s"
 
-#: ../../mod/dfrn_confirm.php:800
+#: ../../mod/localtime.php:33
 #, php-format
-msgid "%1$s has joined %2$s"
-msgstr "%1$s is toegetreden tot %2$s"
+msgid "Current timezone: %s"
+msgstr "Huidige Tijdzone: %s"
 
-#: ../../mod/dfrn_poll.php:103 ../../mod/dfrn_poll.php:536
+#: ../../mod/localtime.php:36
 #, php-format
-msgid "%1$s welcomes %2$s"
-msgstr "%1$s heet %2$s van harte welkom"
-
-#: ../../mod/dfrn_request.php:93
-msgid "This introduction has already been accepted."
-msgstr "Verzoek is al goedgekeurd"
+msgid "Converted localtime: %s"
+msgstr "Omgerekende lokale tijd: %s"
 
-#: ../../mod/dfrn_request.php:118 ../../mod/dfrn_request.php:513
-msgid "Profile location is not valid or does not contain profile information."
-msgstr "Profiel is ongeldig of bevat geen informatie"
+#: ../../mod/localtime.php:41
+msgid "Please select your timezone:"
+msgstr "Selecteer je tijdzone:"
 
-#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:518
-msgid "Warning: profile location has no identifiable owner name."
-msgstr "Waarschuwing: de profiellocatie heeft geen identificeerbare eigenaar."
+#: ../../mod/filer.php:30 ../../include/conversation.php:1001
+#: ../../include/conversation.php:1019
+msgid "Save to Folder:"
+msgstr "Bewaren in map:"
 
-#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:520
-msgid "Warning: profile location has no profile photo."
-msgstr "Waarschuwing: Profieladres heeft geen profielfoto."
+#: ../../mod/filer.php:30
+msgid "- select -"
+msgstr "- Kies -"
 
-#: ../../mod/dfrn_request.php:128 ../../mod/dfrn_request.php:523
-#, php-format
-msgid "%d required parameter was not found at the given location"
-msgid_plural "%d required parameters were not found at the given location"
-msgstr[0] "De %d vereiste parameter is niet op het gegeven adres gevonden"
-msgstr[1] "De %d vereiste parameters zijn niet op het gegeven adres gevonden"
+#: ../../mod/profperm.php:25 ../../mod/profperm.php:55
+msgid "Invalid profile identifier."
+msgstr "Ongeldige profiel-identificatie."
 
-#: ../../mod/dfrn_request.php:170
-msgid "Introduction complete."
-msgstr "Verzoek voltooid."
+#: ../../mod/profperm.php:101
+msgid "Profile Visibility Editor"
+msgstr ""
 
-#: ../../mod/dfrn_request.php:209
-msgid "Unrecoverable protocol error."
-msgstr "Onherstelbare protocolfout. "
+#: ../../mod/profperm.php:114
+msgid "Visible To"
+msgstr "Zichtbaar voor"
 
-#: ../../mod/dfrn_request.php:237
-msgid "Profile unavailable."
-msgstr "Profiel onbeschikbaar"
+#: ../../mod/profperm.php:130
+msgid "All Contacts (with secure profile access)"
+msgstr "Alle contacten (met veilige profieltoegang)"
 
-#: ../../mod/dfrn_request.php:262
-#, php-format
-msgid "%s has received too many connection requests today."
-msgstr "%s heeft te veel verzoeken gehad vandaag."
+#: ../../mod/viewcontacts.php:39
+msgid "No contacts."
+msgstr "Geen contacten."
 
-#: ../../mod/dfrn_request.php:263
-msgid "Spam protection measures have been invoked."
-msgstr "Beveiligingsmaatregelen tegen spam zijn in werking getreden."
+#: ../../mod/viewcontacts.php:76 ../../include/text.php:857
+msgid "View Contacts"
+msgstr "Bekijk contacten"
 
-#: ../../mod/dfrn_request.php:264
-msgid "Friends are advised to please try again in 24 hours."
-msgstr "Wij adviseren vrienden om het over 24 uur nog een keer te proberen."
+#: ../../mod/dirfind.php:26
+msgid "People Search"
+msgstr "Mensen Zoeken"
 
-#: ../../mod/dfrn_request.php:326
-msgid "Invalid locator"
-msgstr "Ongeldige plaatsbepaler"
+#: ../../mod/dirfind.php:60 ../../mod/match.php:65
+msgid "No matches"
+msgstr "Geen resultaten"
 
-#: ../../mod/dfrn_request.php:335
-msgid "Invalid email address."
-msgstr "Geen geldig e-mailadres"
+#: ../../mod/photos.php:66 ../../mod/photos.php:1222 ../../mod/photos.php:1795
+msgid "Upload New Photos"
+msgstr "Nieuwe foto's uploaden"
 
-#: ../../mod/dfrn_request.php:362
-msgid "This account has not been configured for email. Request failed."
-msgstr "Aanvraag mislukt. Dit account is niet geconfigureerd voor e-mail."
+#: ../../mod/photos.php:143
+msgid "Contact information unavailable"
+msgstr "Contactinformatie niet beschikbaar"
 
-#: ../../mod/dfrn_request.php:458
-msgid "Unable to resolve your name at the provided location."
-msgstr "Ik kan jouw naam op het opgegeven adres niet vinden."
+#: ../../mod/photos.php:164
+msgid "Album not found."
+msgstr "Album niet gevonden"
 
-#: ../../mod/dfrn_request.php:471
-msgid "You have already introduced yourself here."
-msgstr "Je hebt jezelf hier al voorgesteld."
+#: ../../mod/photos.php:187 ../../mod/photos.php:199 ../../mod/photos.php:1200
+msgid "Delete Album"
+msgstr "Verwijder album"
 
-#: ../../mod/dfrn_request.php:475
-#, php-format
-msgid "Apparently you are already friends with %s."
-msgstr "Blijkbaar bent u al bevriend met %s."
+#: ../../mod/photos.php:197
+msgid "Do you really want to delete this photo album and all its photos?"
+msgstr "Wil je echt dit fotoalbum en alle foto's erin verwijderen?"
 
-#: ../../mod/dfrn_request.php:496
-msgid "Invalid profile URL."
-msgstr "Ongeldig profiel adres."
+#: ../../mod/photos.php:276 ../../mod/photos.php:287 ../../mod/photos.php:1502
+msgid "Delete Photo"
+msgstr "Verwijder foto"
 
-#: ../../mod/dfrn_request.php:571 ../../mod/contacts.php:124
-msgid "Failed to update contact record."
-msgstr "Ik kon de contactgegevens niet aanpassen."
+#: ../../mod/photos.php:285
+msgid "Do you really want to delete this photo?"
+msgstr "Wil je echt deze foto verwijderen?"
 
-#: ../../mod/dfrn_request.php:592
-msgid "Your introduction has been sent."
-msgstr "Je verzoek is verzonden."
+#: ../../mod/photos.php:656
+#, php-format
+msgid "%1$s was tagged in %2$s by %3$s"
+msgstr "%1$s is gelabeld in %2$s door %3$s"
 
-#: ../../mod/dfrn_request.php:645
-msgid "Please login to confirm introduction."
-msgstr "Log in om je verzoek te bevestigen."
+#: ../../mod/photos.php:656
+msgid "a photo"
+msgstr "een foto"
 
-#: ../../mod/dfrn_request.php:659
-msgid ""
-"Incorrect identity currently logged in. Please login to "
-"<strong>this</strong> profile."
-msgstr "Je huidige identiteit is niet de juiste. Log a.u.b. in met <strong>dit</strong> profiel."
+#: ../../mod/photos.php:761
+msgid "Image exceeds size limit of "
+msgstr "Afbeelding is groter dan de maximale afmeting van"
 
-#: ../../mod/dfrn_request.php:670
-msgid "Hide this contact"
-msgstr "Verberg dit contact"
+#: ../../mod/photos.php:769
+msgid "Image file is empty."
+msgstr "Afbeeldingsbestand is leeg."
 
-#: ../../mod/dfrn_request.php:673
-#, php-format
-msgid "Welcome home %s."
-msgstr "Welkom thuis %s."
+#: ../../mod/photos.php:801 ../../mod/wall_upload.php:112
+#: ../../mod/profile_photo.php:153
+msgid "Unable to process image."
+msgstr "Niet in staat om de afbeelding te verwerken"
 
-#: ../../mod/dfrn_request.php:674
+#: ../../mod/photos.php:828 ../../mod/wall_upload.php:138
+#: ../../mod/profile_photo.php:301
+msgid "Image upload failed."
+msgstr "Uploaden van afbeelding mislukt."
+
+#: ../../mod/photos.php:924
+msgid "No photos selected"
+msgstr "Geen foto's geselecteerd"
+
+#: ../../mod/photos.php:1025 ../../mod/videos.php:226
+msgid "Access to this item is restricted."
+msgstr "Toegang tot dit item is beperkt."
+
+#: ../../mod/photos.php:1088
 #, php-format
-msgid "Please confirm your introduction/connection request to %s."
-msgstr "Bevestig je vriendschaps-/connectieverzoek voor %s."
+msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
+msgstr "Je hebt %1$.2f Mbytes van %2$.2f Mbytes foto-opslagruimte gebruikt."
 
-#: ../../mod/dfrn_request.php:675
-msgid "Confirm"
-msgstr "Bevestig"
+#: ../../mod/photos.php:1123
+msgid "Upload Photos"
+msgstr "Upload foto's"
 
-#: ../../mod/dfrn_request.php:811
-msgid ""
-"Please enter your 'Identity Address' from one of the following supported "
-"communications networks:"
-msgstr "Vul hier uw 'Identiteitsadres' in van een van de volgende ondersteunde communicatienetwerken:"
+#: ../../mod/photos.php:1127 ../../mod/photos.php:1195
+msgid "New album name: "
+msgstr "Nieuwe albumnaam: "
 
-#: ../../mod/dfrn_request.php:827
-msgid "<strike>Connect as an email follower</strike> (Coming soon)"
-msgstr "<strike>Sluit aan als e-mail volger</strike> (Binnenkort)"
+#: ../../mod/photos.php:1128
+msgid "or existing album name: "
+msgstr "of bestaande albumnaam: "
 
-#: ../../mod/dfrn_request.php:829
-msgid ""
-"If you are not yet a member of the free social web, <a "
-"href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public"
-" Friendica site and join us today</a>."
-msgstr "Als je nog geen lid bent van het vrije sociale web,  <a href=\"http://dir.friendica.com/siteinfo\">volg dan deze link om een openbare Friendica-website te vinden, en sluit je vandaag nog aan</a>."
+#: ../../mod/photos.php:1129
+msgid "Do not show a status post for this upload"
+msgstr "Toon geen bericht op je tijdlijn van deze upload"
 
-#: ../../mod/dfrn_request.php:832
-msgid "Friend/Connection Request"
-msgstr "Vriendschaps-/connectieverzoek"
+#: ../../mod/photos.php:1131 ../../mod/photos.php:1497
+msgid "Permissions"
+msgstr "Rechten"
 
-#: ../../mod/dfrn_request.php:833
-msgid ""
-"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
-"testuser@identi.ca"
-msgstr "Voorbeelden: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"
+#: ../../mod/photos.php:1142
+msgid "Private Photo"
+msgstr "Privé foto"
 
-#: ../../mod/dfrn_request.php:834
-msgid "Please answer the following:"
-msgstr "Beantwoord het volgende:"
+#: ../../mod/photos.php:1143
+msgid "Public Photo"
+msgstr "Publieke foto"
 
-#: ../../mod/dfrn_request.php:835
-#, php-format
-msgid "Does %s know you?"
-msgstr "Kent %s jou?"
+#: ../../mod/photos.php:1210
+msgid "Edit Album"
+msgstr "Album wijzigen"
 
-#: ../../mod/dfrn_request.php:838
-msgid "Add a personal note:"
-msgstr "Voeg een persoonlijke opmerking toe:"
+#: ../../mod/photos.php:1216
+msgid "Show Newest First"
+msgstr "Toon niewste eerst"
 
-#: ../../mod/dfrn_request.php:841
-msgid "StatusNet/Federated Social Web"
-msgstr "StatusNet/Gefedereerde Sociale Web"
+#: ../../mod/photos.php:1218
+msgid "Show Oldest First"
+msgstr "Toon oudste eerst"
 
-#: ../../mod/dfrn_request.php:843
-#, php-format
-msgid ""
-" - please do not use this form.  Instead, enter %s into your Diaspora search"
-" bar."
-msgstr "- Gebruik a.u.b. niet dit formulier. Vul %s in in je Diaspora zoekbalk."
+#: ../../mod/photos.php:1251 ../../mod/photos.php:1778
+msgid "View Photo"
+msgstr "Bekijk foto"
 
-#: ../../mod/dfrn_request.php:844
-msgid "Your Identity Address:"
-msgstr "Adres van uw identiteit:"
+#: ../../mod/photos.php:1286
+msgid "Permission denied. Access to this item may be restricted."
+msgstr "Toegang geweigerd. Toegang tot dit item is mogelijk beperkt."
 
-#: ../../mod/dfrn_request.php:847
-msgid "Submit Request"
-msgstr "Aanvraag indienen"
+#: ../../mod/photos.php:1288
+msgid "Photo not available"
+msgstr "Foto is niet beschikbaar"
 
-#: ../../mod/subthread.php:103
-#, php-format
-msgid "%1$s is following %2$s's %3$s"
-msgstr "%1$s volgt %3$s van %2$s"
+#: ../../mod/photos.php:1344
+msgid "View photo"
+msgstr "Bekijk foto"
 
-#: ../../mod/directory.php:49 ../../view/theme/diabook/theme.php:518
-msgid "Global Directory"
-msgstr "Globale gids"
+#: ../../mod/photos.php:1344
+msgid "Edit photo"
+msgstr "Bewerk foto"
 
-#: ../../mod/directory.php:57
-msgid "Find on this site"
-msgstr "Op deze website zoeken"
+#: ../../mod/photos.php:1345
+msgid "Use as profile photo"
+msgstr "Gebruik als profielfoto"
 
-#: ../../mod/directory.php:59 ../../mod/contacts.php:612
-msgid "Finding: "
-msgstr "Gevonden:"
+#: ../../mod/photos.php:1370
+msgid "View Full Size"
+msgstr "Bekijk in volledig formaat"
 
-#: ../../mod/directory.php:60
-msgid "Site Directory"
-msgstr "Websitegids"
+#: ../../mod/photos.php:1444
+msgid "Tags: "
+msgstr "Labels: "
 
-#: ../../mod/directory.php:114
-msgid "Gender: "
-msgstr "Geslacht:"
+#: ../../mod/photos.php:1447
+msgid "[Remove any tag]"
+msgstr "[Alle labels verwijderen]"
 
-#: ../../mod/directory.php:187
-msgid "No entries (some entries may be hidden)."
-msgstr "Geen gegevens (sommige gegevens kunnen verborgen zijn)."
+#: ../../mod/photos.php:1487
+msgid "Rotate CW (right)"
+msgstr "Roteren met de klok mee (rechts)"
 
-#: ../../mod/suggest.php:27
-msgid "Do you really want to delete this suggestion?"
-msgstr "Wil je echt dit voorstel verwijderen?"
+#: ../../mod/photos.php:1488
+msgid "Rotate CCW (left)"
+msgstr "Roteren tegen de klok in (links)"
 
-#: ../../mod/suggest.php:72
+#: ../../mod/photos.php:1490
+msgid "New album name"
+msgstr "Nieuwe albumnaam"
+
+#: ../../mod/photos.php:1493
+msgid "Caption"
+msgstr "Onderschrift"
+
+#: ../../mod/photos.php:1495
+msgid "Add a Tag"
+msgstr "Een label toevoegen"
+
+#: ../../mod/photos.php:1499
 msgid ""
-"No suggestions available. If this is a new site, please try again in 24 "
-"hours."
-msgstr "Geen voorstellen beschikbaar. Als dit een nieuwe website is, kun je het over 24 uur nog eens proberen."
+"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+msgstr "Voorbeeld: @bob, @Barbara_Jansen, @jan@voorbeeld.nl, #Ardennen, #camping "
 
-#: ../../mod/suggest.php:90
-msgid "Ignore/Hide"
-msgstr "Negeren/Verbergen"
+#: ../../mod/photos.php:1508
+msgid "Private photo"
+msgstr "Privé foto"
 
-#: ../../mod/dirfind.php:26
-msgid "People Search"
-msgstr "Mensen Zoeken"
+#: ../../mod/photos.php:1509
+msgid "Public photo"
+msgstr "Publieke foto"
 
-#: ../../mod/dirfind.php:60 ../../mod/match.php:65
-msgid "No matches"
-msgstr "Geen resultaten"
+#: ../../mod/photos.php:1531 ../../include/conversation.php:1080
+msgid "Share"
+msgstr "Delen"
+
+#: ../../mod/photos.php:1784 ../../mod/videos.php:308
+msgid "View Album"
+msgstr "Album bekijken"
+
+#: ../../mod/photos.php:1793
+msgid "Recent Photos"
+msgstr "Recente foto's"
+
+#: ../../mod/wall_attach.php:69
+#, php-format
+msgid "File exceeds size limit of %d"
+msgstr "Bestand is groter dan de toegelaten %d"
+
+#: ../../mod/wall_attach.php:110 ../../mod/wall_attach.php:121
+msgid "File upload failed."
+msgstr "Uploaden van bestand mislukt."
 
 #: ../../mod/videos.php:125
 msgid "No videos selected"
 msgstr "Geen video's geselecteerd"
 
-#: ../../mod/videos.php:226 ../../mod/photos.php:1025
-msgid "Access to this item is restricted."
-msgstr "Toegang tot dit item is beperkt."
-
-#: ../../mod/videos.php:308 ../../mod/photos.php:1784
-msgid "View Album"
-msgstr "Album bekijken"
+#: ../../mod/videos.php:301 ../../include/text.php:1383
+msgid "View Video"
+msgstr "Bekijk Video"
 
 #: ../../mod/videos.php:317
 msgid "Recent Videos"
@@ -4840,27 +4945,172 @@ msgstr "Recente video's"
 msgid "Upload New Videos"
 msgstr "Nieuwe video's uploaden"
 
-#: ../../mod/tagrm.php:41
-msgid "Tag removed"
-msgstr "Label verwijderd"
-
-#: ../../mod/tagrm.php:79
-msgid "Remove Item Tag"
-msgstr "Verwijder label van item"
+#: ../../mod/poke.php:192
+msgid "Poke/Prod"
+msgstr "Aanstoten/porren"
 
-#: ../../mod/tagrm.php:81
-msgid "Select a tag to remove: "
-msgstr "Selecteer een label om te verwijderen: "
+#: ../../mod/poke.php:193
+msgid "poke, prod or do other things to somebody"
+msgstr "aanstoten, porren of andere dingen met iemand doen"
 
-#: ../../mod/editpost.php:17 ../../mod/editpost.php:27
-msgid "Item not found"
-msgstr "Item niet gevonden"
+#: ../../mod/poke.php:194
+msgid "Recipient"
+msgstr "Ontvanger"
 
-#: ../../mod/editpost.php:39
-msgid "Edit post"
-msgstr "Bericht bewerken"
+#: ../../mod/poke.php:195
+msgid "Choose what you wish to do to recipient"
+msgstr "Kies wat je met de ontvanger wil doen"
 
-#: ../../mod/events.php:66
+#: ../../mod/poke.php:198
+msgid "Make this post private"
+msgstr "Dit bericht privé maken"
+
+#: ../../mod/subthread.php:103
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
+msgstr "%1$s volgt %3$s van %2$s"
+
+#: ../../mod/uexport.php:72
+msgid "Export account"
+msgstr "Account exporteren"
+
+#: ../../mod/uexport.php:72
+msgid ""
+"Export your account info and contacts. Use this to make a backup of your "
+"account and/or to move it to another server."
+msgstr "Je account informatie en contacten exporteren. Gebruik dit om een backup van je account te maken en/of om het te verhuizen naar een andere server."
+
+#: ../../mod/uexport.php:73
+msgid "Export all"
+msgstr "Alles exporteren"
+
+#: ../../mod/uexport.php:73
+msgid ""
+"Export your accout info, contacts and all your items as json. Could be a "
+"very big file, and could take a lot of time. Use this to make a full backup "
+"of your account (photos are not exported)"
+msgstr "Je account info, contacten en al je items in json formaat exporteren. Dit kan een heel groot bestand worden, en kan lang duren. Gebruik dit om een volledige backup van je account te maken (foto's worden niet geexporteerd)"
+
+#: ../../mod/common.php:42
+msgid "Common Friends"
+msgstr "Gedeelde Vrienden"
+
+#: ../../mod/common.php:78
+msgid "No contacts in common."
+msgstr "Geen gedeelde contacten."
+
+#: ../../mod/wall_upload.php:90 ../../mod/profile_photo.php:144
+#, php-format
+msgid "Image exceeds size limit of %d"
+msgstr "Afbeelding is groter dan de toegestane %d"
+
+#: ../../mod/wall_upload.php:135 ../../mod/wall_upload.php:144
+#: ../../mod/wall_upload.php:151 ../../mod/item.php:453
+#: ../../include/message.php:144
+msgid "Wall Photos"
+msgstr ""
+
+#: ../../mod/profile_photo.php:44
+msgid "Image uploaded but image cropping failed."
+msgstr "Afbeelding opgeladen, maar bijsnijden mislukt."
+
+#: ../../mod/profile_photo.php:77 ../../mod/profile_photo.php:84
+#: ../../mod/profile_photo.php:91 ../../mod/profile_photo.php:308
+#, php-format
+msgid "Image size reduction [%s] failed."
+msgstr "Verkleining van de afbeelding [%s] mislukt."
+
+#: ../../mod/profile_photo.php:118
+msgid ""
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
+msgstr "Shift-herlaad de pagina, of maak de browser cache leeg als nieuwe foto's niet onmiddellijk verschijnen."
+
+#: ../../mod/profile_photo.php:128
+msgid "Unable to process image"
+msgstr "Ik kan de afbeelding niet verwerken"
+
+#: ../../mod/profile_photo.php:242
+msgid "Upload File:"
+msgstr "Upload bestand:"
+
+#: ../../mod/profile_photo.php:243
+msgid "Select a profile:"
+msgstr "Kies een profiel:"
+
+#: ../../mod/profile_photo.php:245
+msgid "Upload"
+msgstr "Uploaden"
+
+#: ../../mod/profile_photo.php:248
+msgid "skip this step"
+msgstr "Deze stap overslaan"
+
+#: ../../mod/profile_photo.php:248
+msgid "select a photo from your photo albums"
+msgstr "Kies een foto uit je fotoalbums"
+
+#: ../../mod/profile_photo.php:262
+msgid "Crop Image"
+msgstr "Afbeelding bijsnijden"
+
+#: ../../mod/profile_photo.php:263
+msgid "Please adjust the image cropping for optimum viewing."
+msgstr "Pas het afsnijden van de afbeelding aan voor het beste resultaat."
+
+#: ../../mod/profile_photo.php:265
+msgid "Done Editing"
+msgstr "Wijzigingen compleet"
+
+#: ../../mod/profile_photo.php:299
+msgid "Image uploaded successfully."
+msgstr "Uploaden van afbeelding gelukt."
+
+#: ../../mod/apps.php:11
+msgid "Applications"
+msgstr "Toepassingen"
+
+#: ../../mod/apps.php:14
+msgid "No installed applications."
+msgstr "Geen toepassingen geïnstalleerd"
+
+#: ../../mod/navigation.php:20 ../../include/nav.php:34
+msgid "Nothing new here"
+msgstr "Niets nieuw hier"
+
+#: ../../mod/navigation.php:24 ../../include/nav.php:38
+msgid "Clear notifications"
+msgstr "Notificaties verwijderen"
+
+#: ../../mod/match.php:12
+msgid "Profile Match"
+msgstr "Profielmatch"
+
+#: ../../mod/match.php:20
+msgid "No keywords to match. Please add keywords to your default profile."
+msgstr "Geen sleutelwoorden om te zoeken. Voeg sleutelwoorden toe aan je standaard profiel."
+
+#: ../../mod/match.php:57
+msgid "is interested in:"
+msgstr "Is geïnteresseerd in:"
+
+#: ../../mod/tagrm.php:41
+msgid "Tag removed"
+msgstr "Label verwijderd"
+
+#: ../../mod/tagrm.php:79
+msgid "Remove Item Tag"
+msgstr "Verwijder label van item"
+
+#: ../../mod/tagrm.php:81
+msgid "Select a tag to remove: "
+msgstr "Selecteer een label om te verwijderen: "
+
+#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130
+msgid "Remove"
+msgstr "Verwijderen"
+
+#: ../../mod/events.php:66
 msgid "Event title and start time are required."
 msgstr "Titel en begintijd van de gebeurtenis zijn vereist."
 
@@ -4872,6 +5122,10 @@ msgstr "l j F"
 msgid "Edit event"
 msgstr "Gebeurtenis bewerken"
 
+#: ../../mod/events.php:335 ../../include/text.php:1615
+msgid "link to source"
+msgstr "Verwijzing naar bron"
+
 #: ../../mod/events.php:371
 msgid "Create New Event"
 msgstr "Maak een nieuwe gebeurtenis"
@@ -4880,10 +5134,6 @@ msgstr "Maak een nieuwe gebeurtenis"
 msgid "Previous"
 msgstr "Vorige"
 
-#: ../../mod/events.php:373 ../../mod/install.php:207
-msgid "Next"
-msgstr "Volgende"
-
 #: ../../mod/events.php:446
 msgid "hour:minute"
 msgstr "uur:minuut"
@@ -4929,76 +5179,66 @@ msgstr "Titel:"
 msgid "Share this event"
 msgstr "Deel deze gebeurtenis"
 
-#: ../../mod/fbrowser.php:113
-msgid "Files"
-msgstr "Bestanden"
+#: ../../mod/delegate.php:95
+msgid "No potential page delegates located."
+msgstr "Niemand gevonden waar het paginabeheer mogelijk aan uitbesteed kan worden."
 
-#: ../../mod/uexport.php:72
-msgid "Export account"
-msgstr "Account exporteren"
+#: ../../mod/delegate.php:121 ../../include/nav.php:165
+msgid "Delegate Page Management"
+msgstr "Paginabeheer uitbesteden"
 
-#: ../../mod/uexport.php:72
+#: ../../mod/delegate.php:123
 msgid ""
-"Export your account info and contacts. Use this to make a backup of your "
-"account and/or to move it to another server."
-msgstr "Je account informatie en contacten exporteren. Gebruik dit om een backup van je account te maken en/of om het te verhuizen naar een andere server."
+"Delegates are able to manage all aspects of this account/page except for "
+"basic account settings. Please do not delegate your personal account to "
+"anybody that you do not trust completely."
+msgstr "Personen waaraan het beheer is uitbesteed kunnen alle onderdelen van een account/pagina beheren, behalve de basisinstellingen van een account. Besteed je persoonlijke account daarom niet uit aan personen die je niet volledig vertrouwd."
 
-#: ../../mod/uexport.php:73
-msgid "Export all"
-msgstr "Alles exporteren"
+#: ../../mod/delegate.php:124
+msgid "Existing Page Managers"
+msgstr "Bestaande paginabeheerders"
 
-#: ../../mod/uexport.php:73
-msgid ""
-"Export your accout info, contacts and all your items as json. Could be a "
-"very big file, and could take a lot of time. Use this to make a full backup "
-"of your account (photos are not exported)"
-msgstr "Je account info, contacten en al je items in json formaat exporteren. Dit kan een heel groot bestand worden, en kan lang duren. Gebruik dit om een volledige backup van je account te maken (foto's worden niet geexporteerd)"
+#: ../../mod/delegate.php:126
+msgid "Existing Page Delegates"
+msgstr "Bestaande personen waaraan het paginabeheer is uitbesteed"
 
-#: ../../mod/filer.php:30
-msgid "- select -"
-msgstr "- Kies -"
+#: ../../mod/delegate.php:128
+msgid "Potential Delegates"
+msgstr "Mogelijke personen waaraan het paginabeheer kan worden uitbesteed "
 
-#: ../../mod/update_community.php:18 ../../mod/update_display.php:22
-#: ../../mod/update_network.php:22 ../../mod/update_notes.php:41
-#: ../../mod/update_profile.php:41
-msgid "[Embedded content - reload page to view]"
-msgstr "[Ingebedde inhoud - herlaad pagina om het te bekijken]"
+#: ../../mod/delegate.php:131
+msgid "Add"
+msgstr "Toevoegen"
 
-#: ../../mod/follow.php:27
-msgid "Contact added"
-msgstr "Contact toegevoegd"
+#: ../../mod/delegate.php:132
+msgid "No entries."
+msgstr "Geen gegevens."
 
-#: ../../mod/friendica.php:55
-msgid "This is Friendica, version"
-msgstr "Dit is Friendica, versie"
+#: ../../mod/nogroup.php:59
+msgid "Contacts who are not members of a group"
+msgstr "Contacten die geen leden zijn van een groep"
 
-#: ../../mod/friendica.php:56
-msgid "running at web location"
-msgstr "draaiend op web-adres"
+#: ../../mod/fbrowser.php:113
+msgid "Files"
+msgstr "Bestanden"
 
-#: ../../mod/friendica.php:58
-msgid ""
-"Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn "
-"more about the Friendica project."
-msgstr "Bezoek <a href=\"http://friendica.com\">Friendica.com</a> om meer te leren over het Friendica project."
+#: ../../mod/maintenance.php:5
+msgid "System down for maintenance"
+msgstr "Systeem onbeschikbaar wegens onderhoud"
 
-#: ../../mod/friendica.php:60
-msgid "Bug reports and issues: please visit"
-msgstr "Bug rapporten en problemen: bezoek"
+#: ../../mod/removeme.php:45 ../../mod/removeme.php:48
+msgid "Remove My Account"
+msgstr "Verwijder mijn account"
 
-#: ../../mod/friendica.php:61
+#: ../../mod/removeme.php:46
 msgid ""
-"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
-"dot com"
-msgstr "Suggesties, lof, donaties, enzovoort - stuur een e-mail naar \"info\" op Friendica - dot com"
-
-#: ../../mod/friendica.php:75
-msgid "Installed plugins/addons/apps:"
-msgstr "Geïnstalleerde plugins/toepassingen:"
+"This will completely remove your account. Once this has been done it is not "
+"recoverable."
+msgstr "Dit zal je account volledig verwijderen. Dit kan niet hersteld worden als het eenmaal uitgevoerd is."
 
-#: ../../mod/friendica.php:88
-msgid "No installed plugins/addons/apps"
-msgstr "Geen plugins of toepassingen geïnstalleerd"
+#: ../../mod/removeme.php:47
+msgid "Please enter your password for verification:"
+msgstr "Voer je wachtwoord in voor verificatie:"
 
 #: ../../mod/fsuggest.php:63
 msgid "Friend suggestion sent."
@@ -5011,104 +5251,248 @@ msgstr "Stel vrienden voor"
 #: ../../mod/fsuggest.php:99
 #, php-format
 msgid "Suggest a friend for %s"
-msgstr "Stel een vriend voor voor %s"
-
-#: ../../mod/group.php:29
-msgid "Group created."
-msgstr "Groep aangemaakt."
+msgstr "Stel een vriend voor aan %s"
 
-#: ../../mod/group.php:35
-msgid "Could not create group."
-msgstr "Kon de groep niet aanmaken."
+#: ../../mod/item.php:108
+msgid "Unable to locate original post."
+msgstr "Ik kan de originele post niet meer vinden."
 
-#: ../../mod/group.php:47 ../../mod/group.php:140
-msgid "Group not found."
-msgstr "Groep niet gevonden."
+#: ../../mod/item.php:317
+msgid "Empty post discarded."
+msgstr "Lege post weggegooid."
 
-#: ../../mod/group.php:60
-msgid "Group name changed."
-msgstr "Groepsnaam gewijzigd."
+#: ../../mod/item.php:884
+msgid "System error. Post not saved."
+msgstr "Systeemfout. Post niet bewaard."
 
-#: ../../mod/group.php:93
-msgid "Create a group of contacts/friends."
-msgstr "Maak een groep contacten/vrienden aan."
+#: ../../mod/item.php:909
+#, php-format
+msgid ""
+"This message was sent to you by %s, a member of the Friendica social "
+"network."
+msgstr "Dit bericht werd naar jou gestuurd door %s, een lid van het Friendica sociale netwerk."
 
-#: ../../mod/group.php:94 ../../mod/group.php:180
-msgid "Group Name: "
-msgstr "Groepsnaam:"
+#: ../../mod/item.php:911
+#, php-format
+msgid "You may visit them online at %s"
+msgstr "Je kunt ze online bezoeken op %s"
 
-#: ../../mod/group.php:113
-msgid "Group removed."
-msgstr "Groep verwijderd."
+#: ../../mod/item.php:912
+msgid ""
+"Please contact the sender by replying to this post if you do not wish to "
+"receive these messages."
+msgstr "Contacteer de afzender door op dit bericht te antwoorden als je deze berichten niet wilt ontvangen."
 
-#: ../../mod/group.php:115
-msgid "Unable to remove group."
-msgstr "Niet in staat om groep te verwijderen."
+#: ../../mod/item.php:916
+#, php-format
+msgid "%s posted an update."
+msgstr "%s heeft een wijziging geplaatst."
 
-#: ../../mod/group.php:179
-msgid "Group Editor"
-msgstr "Groepsbewerker"
+#: ../../mod/ping.php:238
+msgid "{0} wants to be your friend"
+msgstr "{0} wilt je vriend worden"
 
-#: ../../mod/group.php:192
-msgid "Members"
-msgstr "Leden"
+#: ../../mod/ping.php:243
+msgid "{0} sent you a message"
+msgstr "{0} stuurde jou een berichtje"
 
-#: ../../mod/group.php:194 ../../mod/contacts.php:476
-msgid "All Contacts"
-msgstr "Alle Contacten"
+#: ../../mod/ping.php:248
+msgid "{0} requested registration"
+msgstr "{0} vroeg om zich te registreren"
 
-#: ../../mod/hcard.php:10
-msgid "No profile"
-msgstr "Geen profiel"
+#: ../../mod/ping.php:254
+#, php-format
+msgid "{0} commented %s's post"
+msgstr "{0} gaf een reactie op het bericht van %s"
 
-#: ../../mod/help.php:79
-msgid "Help:"
-msgstr "Help:"
+#: ../../mod/ping.php:259
+#, php-format
+msgid "{0} liked %s's post"
+msgstr "{0} vond het bericht van %s leuk"
 
-#: ../../mod/help.php:90 ../../index.php:231
-msgid "Not Found"
-msgstr "Niet gevonden"
+#: ../../mod/ping.php:264
+#, php-format
+msgid "{0} disliked %s's post"
+msgstr "{0} vond het bericht van %s niet leuk"
 
-#: ../../mod/help.php:93 ../../index.php:234
-msgid "Page not found."
-msgstr "Pagina niet gevonden"
+#: ../../mod/ping.php:269
+#, php-format
+msgid "{0} is now friends with %s"
+msgstr "{0} is nu bevriend met %s"
 
-#: ../../mod/viewcontacts.php:39
-msgid "No contacts."
-msgstr "Geen contacten."
+#: ../../mod/ping.php:274
+msgid "{0} posted"
+msgstr "{0} plaatste"
 
-#: ../../mod/home.php:34
+#: ../../mod/ping.php:279
 #, php-format
-msgid "Welcome to %s"
-msgstr "Welkom op %s"
+msgid "{0} tagged %s's post with #%s"
+msgstr "{0} labelde %s's bericht met #%s"
 
-#: ../../mod/viewsrc.php:7
-msgid "Access denied."
-msgstr "Toegang geweigerd"
+#: ../../mod/ping.php:285
+msgid "{0} mentioned you in a post"
+msgstr "{0} vermeldde je in een bericht"
 
-#: ../../mod/wall_attach.php:69
+#: ../../mod/openid.php:24
+msgid "OpenID protocol error. No ID returned."
+msgstr "OpenID protocol fout. Geen ID Gevonden."
+
+#: ../../mod/openid.php:53
+msgid ""
+"Account not found and OpenID registration is not permitted on this site."
+msgstr "Account niet gevonden, en OpenID-registratie is niet toegelaten op deze website."
+
+#: ../../mod/openid.php:93 ../../include/auth.php:112
+#: ../../include/auth.php:175
+msgid "Login failed."
+msgstr "Login mislukt."
+
+#: ../../mod/notifications.php:26
+msgid "Invalid request identifier."
+msgstr "Ongeldige <em>request identifier</em>."
+
+#: ../../mod/notifications.php:35 ../../mod/notifications.php:165
+#: ../../mod/notifications.php:211
+msgid "Discard"
+msgstr "Verwerpen"
+
+#: ../../mod/notifications.php:78
+msgid "System"
+msgstr "Systeem"
+
+#: ../../mod/notifications.php:83 ../../include/nav.php:140
+msgid "Network"
+msgstr "Netwerk"
+
+#: ../../mod/notifications.php:98 ../../include/nav.php:149
+msgid "Introductions"
+msgstr "Verzoeken"
+
+#: ../../mod/notifications.php:122
+msgid "Show Ignored Requests"
+msgstr "Toon genegeerde verzoeken"
+
+#: ../../mod/notifications.php:122
+msgid "Hide Ignored Requests"
+msgstr "Verberg genegeerde verzoeken"
+
+#: ../../mod/notifications.php:149 ../../mod/notifications.php:195
+msgid "Notification type: "
+msgstr "Notificatiesoort:"
+
+#: ../../mod/notifications.php:150
+msgid "Friend Suggestion"
+msgstr "Vriendschapsvoorstel"
+
+#: ../../mod/notifications.php:152
 #, php-format
-msgid "File exceeds size limit of %d"
-msgstr "Bestand is groter dan de toegelaten %d"
+msgid "suggested by %s"
+msgstr "Voorgesteld door %s"
 
-#: ../../mod/wall_attach.php:110 ../../mod/wall_attach.php:121
-msgid "File upload failed."
-msgstr "Uploaden van bestand mislukt."
+#: ../../mod/notifications.php:158 ../../mod/notifications.php:205
+msgid "Post a new friend activity"
+msgstr "Bericht over een nieuwe vriend"
 
-#: ../../mod/wall_upload.php:90 ../../mod/profile_photo.php:144
+#: ../../mod/notifications.php:158 ../../mod/notifications.php:205
+msgid "if applicable"
+msgstr "Indien toepasbaar"
+
+#: ../../mod/notifications.php:181
+msgid "Claims to be known to you: "
+msgstr "Denkt dat u hem of haar kent:"
+
+#: ../../mod/notifications.php:181
+msgid "yes"
+msgstr "Ja"
+
+#: ../../mod/notifications.php:181
+msgid "no"
+msgstr "Nee"
+
+#: ../../mod/notifications.php:188
+msgid "Approve as: "
+msgstr "Goedkeuren als:"
+
+#: ../../mod/notifications.php:189
+msgid "Friend"
+msgstr "Vriend"
+
+#: ../../mod/notifications.php:190
+msgid "Sharer"
+msgstr "Deler"
+
+#: ../../mod/notifications.php:190
+msgid "Fan/Admirer"
+msgstr "Fan/Bewonderaar"
+
+#: ../../mod/notifications.php:196
+msgid "Friend/Connect Request"
+msgstr "Vriendschapsverzoek"
+
+#: ../../mod/notifications.php:196
+msgid "New Follower"
+msgstr "Nieuwe Volger"
+
+#: ../../mod/notifications.php:217
+msgid "No introductions."
+msgstr "Geen vriendschaps- of connectieverzoeken."
+
+#: ../../mod/notifications.php:220 ../../include/nav.php:150
+msgid "Notifications"
+msgstr "Notificaties"
+
+#: ../../mod/notifications.php:257 ../../mod/notifications.php:382
+#: ../../mod/notifications.php:469
 #, php-format
-msgid "Image exceeds size limit of %d"
-msgstr "Afbeelding is groter dan de toegestane %d"
+msgid "%s liked %s's post"
+msgstr "%s vond het bericht van %s leuk"
 
-#: ../../mod/wall_upload.php:112 ../../mod/photos.php:801
-#: ../../mod/profile_photo.php:153
-msgid "Unable to process image."
-msgstr "Niet in staat om de afbeelding te verwerken"
+#: ../../mod/notifications.php:266 ../../mod/notifications.php:391
+#: ../../mod/notifications.php:478
+#, php-format
+msgid "%s disliked %s's post"
+msgstr "%s vond het bericht van %s niet leuk"
 
-#: ../../mod/wall_upload.php:138 ../../mod/photos.php:828
-#: ../../mod/profile_photo.php:301
-msgid "Image upload failed."
-msgstr "Uploaden van afbeelding mislukt."
+#: ../../mod/notifications.php:280 ../../mod/notifications.php:405
+#: ../../mod/notifications.php:492
+#, php-format
+msgid "%s is now friends with %s"
+msgstr "%s is nu bevriend met %s"
+
+#: ../../mod/notifications.php:287 ../../mod/notifications.php:412
+#, php-format
+msgid "%s created a new post"
+msgstr "%s schreef een nieuw bericht"
+
+#: ../../mod/notifications.php:288 ../../mod/notifications.php:413
+#: ../../mod/notifications.php:501
+#, php-format
+msgid "%s commented on %s's post"
+msgstr "%s gaf een reactie op het bericht van %s"
+
+#: ../../mod/notifications.php:302
+msgid "No more network notifications."
+msgstr "Geen netwerknotificaties meer"
+
+#: ../../mod/notifications.php:306
+msgid "Network Notifications"
+msgstr "Netwerknotificaties"
+
+#: ../../mod/notifications.php:427
+msgid "No more personal notifications."
+msgstr "Geen persoonlijke notificaties meer"
+
+#: ../../mod/notifications.php:431
+msgid "Personal Notifications"
+msgstr "Persoonlijke notificaties"
+
+#: ../../mod/notifications.php:508
+msgid "No more home notifications."
+msgstr "Geen tijdlijn-notificaties meer"
+
+#: ../../mod/notifications.php:512
+msgid "Home Notifications"
+msgstr "Tijdlijn-notificaties"
 
 #: ../../mod/invite.php:27
 msgid "Total invitation limit exceeded."
@@ -5181,11 +5565,6 @@ msgstr "Verstuur uitnodigingen"
 msgid "Enter email addresses, one per line:"
 msgstr "Vul e-mailadressen in, één per lijn:"
 
-#: ../../mod/invite.php:134 ../../mod/wallmessage.php:151
-#: ../../mod/message.php:329 ../../mod/message.php:558
-msgid "Your message:"
-msgstr "Jouw bericht:"
-
 #: ../../mod/invite.php:135
 msgid ""
 "You are cordially invited to join me and other close friends on Friendica - "
@@ -5207,1913 +5586,1728 @@ msgid ""
 "important, please visit http://friendica.com"
 msgstr "Voor meer informatie over het Friendica project en waarom wij denken dat het belangrijk is kun je http://friendica.com/ bezoeken"
 
-#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112
-#, php-format
-msgid "Number of daily wall messages for %s exceeded. Message failed."
-msgstr ""
+#: ../../mod/manage.php:106
+msgid "Manage Identities and/or Pages"
+msgstr "Beheer Identiteiten en/of Pagina's"
 
-#: ../../mod/wallmessage.php:56 ../../mod/message.php:63
-msgid "No recipient selected."
-msgstr "Geen ontvanger geselecteerd."
+#: ../../mod/manage.php:107
+msgid ""
+"Toggle between different identities or community/group pages which share "
+"your account details or which you have been granted \"manage\" permissions"
+msgstr "Wissel tussen verschillende identiteiten of groeppagina's die jouw accountdetails delen of waar je \"beheerdersrechten\" hebt gekregen."
 
-#: ../../mod/wallmessage.php:59
-msgid "Unable to check your home location."
-msgstr "Niet in staat om je huidige locatie vast te stellen"
+#: ../../mod/manage.php:108
+msgid "Select an identity to manage: "
+msgstr "Selecteer een identiteit om te beheren:"
 
-#: ../../mod/wallmessage.php:62 ../../mod/message.php:70
-msgid "Message could not be sent."
-msgstr "Bericht kon niet verzonden worden."
+#: ../../mod/home.php:34
+#, php-format
+msgid "Welcome to %s"
+msgstr "Welkom op %s"
 
-#: ../../mod/wallmessage.php:65 ../../mod/message.php:73
-msgid "Message collection failure."
-msgstr "Fout bij het verzamelen van berichten."
+#: ../../mod/allfriends.php:34
+#, php-format
+msgid "Friends of %s"
+msgstr "Vrienden van %s"
 
-#: ../../mod/wallmessage.php:68 ../../mod/message.php:76
-msgid "Message sent."
-msgstr "Bericht verzonden."
+#: ../../mod/allfriends.php:40
+msgid "No friends to display."
+msgstr "Geen vrienden om te laten zien."
 
-#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95
-msgid "No recipient."
-msgstr "Geen ontvanger."
+#: ../../include/contact_widgets.php:6
+msgid "Add New Contact"
+msgstr "Nieuw Contact toevoegen"
 
-#: ../../mod/wallmessage.php:142 ../../mod/message.php:319
-msgid "Send Private Message"
-msgstr "Verstuur privébericht"
+#: ../../include/contact_widgets.php:7
+msgid "Enter address or web location"
+msgstr "Voeg een webadres of -locatie in:"
 
-#: ../../mod/wallmessage.php:143
+#: ../../include/contact_widgets.php:8
+msgid "Example: bob@example.com, http://example.com/barbara"
+msgstr "Voorbeeld: jan@voorbeeld.be, http://voorbeeld.nl/barbara"
+
+#: ../../include/contact_widgets.php:23
 #, php-format
-msgid ""
-"If you wish for %s to respond, please check that the privacy settings on "
-"your site allow private mail from unknown senders."
-msgstr "Als je wilt dat %s antwoordt moet je nakijken dat de privacy-instellingen op jouw website privéberichten van onbekende afzenders toelaat."
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] "%d uitnodiging beschikbaar"
+msgstr[1] "%d uitnodigingen beschikbaar"
 
-#: ../../mod/wallmessage.php:144 ../../mod/message.php:320
-#: ../../mod/message.php:553
-msgid "To:"
-msgstr "Aan:"
+#: ../../include/contact_widgets.php:29
+msgid "Find People"
+msgstr "Zoek mensen"
 
-#: ../../mod/wallmessage.php:145 ../../mod/message.php:325
-#: ../../mod/message.php:555
-msgid "Subject:"
-msgstr "Onderwerp:"
+#: ../../include/contact_widgets.php:30
+msgid "Enter name or interest"
+msgstr "Vul naam of interesse in"
 
-#: ../../mod/localtime.php:24
-msgid "Time Conversion"
-msgstr "Tijdsconversie"
+#: ../../include/contact_widgets.php:31
+msgid "Connect/Follow"
+msgstr "Verbind/Volg"
 
-#: ../../mod/localtime.php:26
-msgid ""
-"Friendica provides this service for sharing events with other networks and "
-"friends in unknown timezones."
-msgstr "Friendica biedt deze dienst aan om gebeurtenissen te delen met andere netwerken en vrienden in onbekende tijdzones."
+#: ../../include/contact_widgets.php:32
+msgid "Examples: Robert Morgenstein, Fishing"
+msgstr "Voorbeelden: Jan Peeters, Vissen"
 
-#: ../../mod/localtime.php:30
-#, php-format
-msgid "UTC time: %s"
-msgstr "UTC tijd: %s"
+#: ../../include/contact_widgets.php:36
+msgid "Random Profile"
+msgstr "Willekeurig Profiel"
 
-#: ../../mod/localtime.php:33
-#, php-format
-msgid "Current timezone: %s"
-msgstr "Huidige Tijdzone: %s"
+#: ../../include/contact_widgets.php:70
+msgid "Networks"
+msgstr "Netwerken"
 
-#: ../../mod/localtime.php:36
-#, php-format
-msgid "Converted localtime: %s"
-msgstr "Omgerekende lokale tijd: %s"
+#: ../../include/contact_widgets.php:73
+msgid "All Networks"
+msgstr "Alle netwerken"
 
-#: ../../mod/localtime.php:41
-msgid "Please select your timezone:"
-msgstr "Selecteer je tijdzone:"
+#: ../../include/contact_widgets.php:103 ../../include/features.php:59
+msgid "Saved Folders"
+msgstr "Bewaarde Mappen"
 
-#: ../../mod/lockview.php:31 ../../mod/lockview.php:39
-msgid "Remote privacy information not available."
-msgstr "Privacyinformatie op afstand niet beschikbaar."
+#: ../../include/contact_widgets.php:106 ../../include/contact_widgets.php:138
+msgid "Everything"
+msgstr "Alles"
 
-#: ../../mod/lockview.php:48
-msgid "Visible to:"
-msgstr "Zichtbaar voor:"
+#: ../../include/contact_widgets.php:135
+msgid "Categories"
+msgstr "Categorieën"
 
-#: ../../mod/lostpass.php:17
-msgid "No valid account found."
-msgstr "Geen geldige account gevonden."
+#: ../../include/plugin.php:454 ../../include/plugin.php:456
+msgid "Click here to upgrade."
+msgstr ""
 
-#: ../../mod/lostpass.php:33
-msgid "Password reset request issued. Check your email."
-msgstr "Verzoek om wachtwoord opnieuw in te stellen werd verstuurd. Kijk uw e-mail na."
+#: ../../include/plugin.php:462
+msgid "This action exceeds the limits set by your subscription plan."
+msgstr ""
 
-#: ../../mod/lostpass.php:44
-#, php-format
-msgid "Password reset requested at %s"
-msgstr "Op %s werd gevraagd je wachtwoord opnieuw in te stellen"
+#: ../../include/plugin.php:467
+msgid "This action is not available under your subscription plan."
+msgstr ""
 
-#: ../../mod/lostpass.php:66
-msgid ""
-"Request could not be verified. (You may have previously submitted it.) "
-"Password reset failed."
-msgstr "Verzoek kon niet geverifieerd worden. (Misschien heb je het voordien al ingediend.) Wachtwoord niet opnieuw ingesteld."
+#: ../../include/api.php:255 ../../include/api.php:266
+#: ../../include/api.php:356
+msgid "User not found."
+msgstr ""
 
-#: ../../mod/lostpass.php:84 ../../boot.php:1155
-msgid "Password Reset"
-msgstr "Wachtwoord opnieuw instellen"
+#: ../../include/api.php:1024
+msgid "There is no status with this id."
+msgstr "Er is geen status met dit kenmerk"
 
-#: ../../mod/lostpass.php:85
-msgid "Your password has been reset as requested."
-msgstr "Je wachtwoord is opnieuw ingesteld zoals gevraagd."
+#: ../../include/network.php:883
+msgid "view full size"
+msgstr "Volledig formaat"
 
-#: ../../mod/lostpass.php:86
-msgid "Your new password is"
-msgstr "Je nieuwe wachtwoord is"
+#: ../../include/event.php:20 ../../include/bb2diaspora.php:399
+msgid "Starts:"
+msgstr "Begint:"
 
-#: ../../mod/lostpass.php:87
-msgid "Save or copy your new password - and then"
-msgstr "Bewaar of kopieer je nieuw wachtwoord - en dan"
+#: ../../include/event.php:30 ../../include/bb2diaspora.php:407
+msgid "Finishes:"
+msgstr "Eindigt:"
 
-#: ../../mod/lostpass.php:88
-msgid "click here to login"
-msgstr "klik hier om in te loggen"
+#: ../../include/notifier.php:774 ../../include/delivery.php:457
+msgid "(no subject)"
+msgstr "(geen onderwerp)"
 
-#: ../../mod/lostpass.php:89
-msgid ""
-"Your password may be changed from the <em>Settings</em> page after "
-"successful login."
-msgstr "Je kunt dit wachtwoord veranderen nadat je bent ingelogd op de <em>Instellingen></em> pagina."
+#: ../../include/notifier.php:784 ../../include/enotify.php:28
+#: ../../include/delivery.php:468
+msgid "noreply"
+msgstr "geen reactie"
 
-#: ../../mod/lostpass.php:107
-#, php-format
-msgid "Your password has been changed at %s"
-msgstr "Je wachtwoord is veranderd op %s"
+#: ../../include/user.php:39
+msgid "An invitation is required."
+msgstr "Een uitnodiging is vereist."
 
-#: ../../mod/lostpass.php:122
-msgid "Forgot your Password?"
-msgstr "Wachtwoord vergeten?"
+#: ../../include/user.php:44
+msgid "Invitation could not be verified."
+msgstr "Uitnodiging kon niet geverifieerd worden."
 
-#: ../../mod/lostpass.php:123
+#: ../../include/user.php:52
+msgid "Invalid OpenID url"
+msgstr "Ongeldige OpenID url"
+
+#: ../../include/user.php:66 ../../include/auth.php:128
 msgid ""
-"Enter your email address and submit to have your password reset. Then check "
-"your email for further instructions."
-msgstr "Voer je e-mailadres in en verstuur het om je wachtwoord opnieuw in te stellen. Kijk dan je e-mail na voor verdere instructies."
+"We encountered a problem while logging in with the OpenID you provided. "
+"Please check the correct spelling of the ID."
+msgstr ""
 
-#: ../../mod/lostpass.php:124
-msgid "Nickname or Email: "
-msgstr "Bijnaam of e-mail:"
+#: ../../include/user.php:66 ../../include/auth.php:128
+msgid "The error message was:"
+msgstr "De foutboodschap was:"
 
-#: ../../mod/lostpass.php:125
-msgid "Reset"
-msgstr "Opnieuw"
+#: ../../include/user.php:73
+msgid "Please enter the required information."
+msgstr "Vul a.u.b. de vereiste informatie in."
 
-#: ../../mod/maintenance.php:5
-msgid "System down for maintenance"
-msgstr "Systeem onbeschikbaar wegens onderhoud"
+#: ../../include/user.php:87
+msgid "Please use a shorter name."
+msgstr "gebruik een kortere naam"
 
-#: ../../mod/manage.php:106
-msgid "Manage Identities and/or Pages"
-msgstr "Beheer Identiteiten en/of Pagina's"
+#: ../../include/user.php:89
+msgid "Name too short."
+msgstr "Naam te kort"
 
-#: ../../mod/manage.php:107
-msgid ""
-"Toggle between different identities or community/group pages which share "
-"your account details or which you have been granted \"manage\" permissions"
-msgstr "Wissel tussen verschillende identiteiten of groeppagina's die jouw accountdetails delen of waar je \"beheerdersrechten\" hebt gekregen."
+#: ../../include/user.php:104
+msgid "That doesn't appear to be your full (First Last) name."
+msgstr "Dat lijkt niet je volledige naam (voor- en achternaam) te zijn."
 
-#: ../../mod/manage.php:108
-msgid "Select an identity to manage: "
-msgstr "Selecteer een identiteit om te beheren:"
+#: ../../include/user.php:109
+msgid "Your email domain is not among those allowed on this site."
+msgstr "Je e-maildomein is op deze website niet toegestaan."
 
-#: ../../mod/match.php:12
-msgid "Profile Match"
-msgstr "Profielmatch"
+#: ../../include/user.php:112
+msgid "Not a valid email address."
+msgstr "Geen geldig e-mailadres."
 
-#: ../../mod/match.php:20
-msgid "No keywords to match. Please add keywords to your default profile."
-msgstr "Geen sleutelwoorden om te zoeken. Voeg sleutelwoorden toe aan je standaard profiel."
+#: ../../include/user.php:125
+msgid "Cannot use that email."
+msgstr "Ik kan die e-mail niet gebruiken."
 
-#: ../../mod/match.php:57
-msgid "is interested in:"
-msgstr "Is geïnteresseerd in:"
+#: ../../include/user.php:131
+msgid ""
+"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and "
+"must also begin with a letter."
+msgstr "Je \"bijnaam\" kan alleen \"a-z\", \"0-9\", \"-\", en \"_\" bevatten, en moet ook met een letter beginnen."
 
-#: ../../mod/message.php:67
-msgid "Unable to locate contact information."
-msgstr "Ik kan geen contact informatie vinden."
+#: ../../include/user.php:137 ../../include/user.php:235
+msgid "Nickname is already registered. Please choose another."
+msgstr "Bijnaam is al geregistreerd. Kies een andere."
 
-#: ../../mod/message.php:207
-msgid "Do you really want to delete this message?"
-msgstr "Wil je echt dit bericht verwijderen?"
-
-#: ../../mod/message.php:227
-msgid "Message deleted."
-msgstr "Bericht verwijderd."
+#: ../../include/user.php:147
+msgid ""
+"Nickname was once registered here and may not be re-used. Please choose "
+"another."
+msgstr "Bijnaam was ooit hier geregistreerd en kan niet herbruikt worden. Kies een andere."
 
-#: ../../mod/message.php:258
-msgid "Conversation removed."
-msgstr "Gesprek verwijderd."
+#: ../../include/user.php:163
+msgid "SERIOUS ERROR: Generation of security keys failed."
+msgstr "ERNSTIGE FOUT: aanmaken van beveiligingssleutels mislukt."
 
-#: ../../mod/message.php:371
-msgid "No messages."
-msgstr "Geen berichten."
+#: ../../include/user.php:221
+msgid "An error occurred during registration. Please try again."
+msgstr ""
 
-#: ../../mod/message.php:378
-#, php-format
-msgid "Unknown sender - %s"
-msgstr "Onbekende afzender - %s"
+#: ../../include/user.php:256
+msgid "An error occurred creating your default profile. Please try again."
+msgstr ""
 
-#: ../../mod/message.php:381
-#, php-format
-msgid "You and %s"
-msgstr "Jij en %s"
+#: ../../include/user.php:288 ../../include/user.php:292
+#: ../../include/profile_selectors.php:42
+msgid "Friends"
+msgstr "Vrienden"
 
-#: ../../mod/message.php:384
+#: ../../include/conversation.php:207
 #, php-format
-msgid "%s and You"
-msgstr "%s en jij"
+msgid "%1$s poked %2$s"
+msgstr "%1$s stootte %2$s aan"
 
-#: ../../mod/message.php:405 ../../mod/message.php:546
-msgid "Delete conversation"
-msgstr "Verwijder gesprek"
+#: ../../include/conversation.php:211 ../../include/text.php:986
+msgid "poked"
+msgstr "aangestoten"
 
-#: ../../mod/message.php:408
-msgid "D, d M Y - g:i A"
-msgstr "D, d M Y - g:i A"
+#: ../../include/conversation.php:291
+msgid "post/item"
+msgstr "bericht/item"
 
-#: ../../mod/message.php:411
+#: ../../include/conversation.php:292
 #, php-format
-msgid "%d message"
-msgid_plural "%d messages"
-msgstr[0] "%d bericht"
-msgstr[1] "%d berichten"
-
-#: ../../mod/message.php:450
-msgid "Message not available."
-msgstr "Bericht niet beschikbaar."
-
-#: ../../mod/message.php:520
-msgid "Delete message"
-msgstr "Verwijder bericht"
+msgid "%1$s marked %2$s's %3$s as favorite"
+msgstr "%1$s markeerde %2$s's %3$s als favoriet"
 
-#: ../../mod/message.php:548
-msgid ""
-"No secure communications available. You <strong>may</strong> be able to "
-"respond from the sender's profile page."
-msgstr "Geen beveiligde communicatie beschikbaar. Je kunt <strong>misschien</strong> antwoorden vanaf de profiel-pagina van de afzender."
+#: ../../include/conversation.php:767
+msgid "remove"
+msgstr "verwijder"
 
-#: ../../mod/message.php:552
-msgid "Send Reply"
-msgstr "Verstuur Antwoord"
+#: ../../include/conversation.php:771
+msgid "Delete Selected Items"
+msgstr "Geselecteerde items verwijderen"
 
-#: ../../mod/mood.php:133
-msgid "Mood"
-msgstr "Stemming"
+#: ../../include/conversation.php:870
+msgid "Follow Thread"
+msgstr "Conversatie volgen"
 
-#: ../../mod/mood.php:134
-msgid "Set your current mood and tell your friends"
-msgstr "Stel je huidige stemming in, en vertel het je vrienden"
+#: ../../include/conversation.php:871 ../../include/Contact.php:229
+msgid "View Status"
+msgstr "Bekijk status"
 
-#: ../../mod/network.php:181
-msgid "Search Results For:"
-msgstr "Zoekresultaten voor:"
+#: ../../include/conversation.php:872 ../../include/Contact.php:230
+msgid "View Profile"
+msgstr "Bekijk profiel"
 
-#: ../../mod/network.php:397
-msgid "Commented Order"
-msgstr "Nieuwe reacties bovenaan"
+#: ../../include/conversation.php:873 ../../include/Contact.php:231
+msgid "View Photos"
+msgstr "Bekijk foto's"
 
-#: ../../mod/network.php:400
-msgid "Sort by Comment Date"
-msgstr "Berichten met nieuwe reacties bovenaan"
+#: ../../include/conversation.php:874 ../../include/Contact.php:232
+#: ../../include/Contact.php:255
+msgid "Network Posts"
+msgstr "Netwerkberichten"
 
-#: ../../mod/network.php:403
-msgid "Posted Order"
-msgstr "Nieuwe berichten bovenaan"
+#: ../../include/conversation.php:875 ../../include/Contact.php:233
+#: ../../include/Contact.php:255
+msgid "Edit Contact"
+msgstr "Bewerk contact"
 
-#: ../../mod/network.php:406
-msgid "Sort by Post Date"
-msgstr "Nieuwe berichten bovenaan"
+#: ../../include/conversation.php:876 ../../include/Contact.php:235
+#: ../../include/Contact.php:255
+msgid "Send PM"
+msgstr "Stuur een privébericht"
 
-#: ../../mod/network.php:444 ../../mod/notifications.php:88
-msgid "Personal"
-msgstr "Persoonlijk"
+#: ../../include/conversation.php:877 ../../include/Contact.php:228
+msgid "Poke"
+msgstr "Aanstoten"
 
-#: ../../mod/network.php:447
-msgid "Posts that mention or involve you"
-msgstr "Alleen berichten die jou vermelden of op jou betrekking hebben"
+#: ../../include/conversation.php:939
+#, php-format
+msgid "%s likes this."
+msgstr "%s vind dit leuk."
 
-#: ../../mod/network.php:453
-msgid "New"
-msgstr "Nieuw"
+#: ../../include/conversation.php:939
+#, php-format
+msgid "%s doesn't like this."
+msgstr "%s vind dit niet leuk."
 
-#: ../../mod/network.php:456
-msgid "Activity Stream - by date"
-msgstr "Activiteitenstroom - volgens datum"
+#: ../../include/conversation.php:944
+#, php-format
+msgid "<span  %1$s>%2$d people</span> like this"
+msgstr "<span  %1$s>%2$d mensen</span> vinden dit leuk"
 
-#: ../../mod/network.php:462
-msgid "Shared Links"
-msgstr "Gedeelde links"
+#: ../../include/conversation.php:947
+#, php-format
+msgid "<span  %1$s>%2$d people</span> don't like this"
+msgstr "<span  %1$s>%2$d people</span> vinden dit niet leuk"
 
-#: ../../mod/network.php:465
-msgid "Interesting Links"
-msgstr "Interessante links"
+#: ../../include/conversation.php:961
+msgid "and"
+msgstr "en"
 
-#: ../../mod/network.php:471
-msgid "Starred"
-msgstr "Met ster"
+#: ../../include/conversation.php:967
+#, php-format
+msgid ", and %d other people"
+msgstr ", en %d andere mensen"
 
-#: ../../mod/network.php:474
-msgid "Favourite Posts"
-msgstr "Favoriete berichten"
+#: ../../include/conversation.php:969
+#, php-format
+msgid "%s like this."
+msgstr "%s vind dit leuk."
 
-#: ../../mod/network.php:546
+#: ../../include/conversation.php:969
 #, 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] "Waarschuwing: Deze groep bevat %s lid van een onveilig netwerk."
-msgstr[1] "Waarschuwing: Deze groep bevat %s leden van een onveilig netwerk."
+msgid "%s don't like this."
+msgstr "%s vind dit niet leuk."
 
-#: ../../mod/network.php:549
-msgid "Private messages to this group are at risk of public disclosure."
-msgstr "Privéberichten naar deze groep kunnen openbaar gemaakt worden."
+#: ../../include/conversation.php:996 ../../include/conversation.php:1014
+msgid "Visible to <strong>everybody</strong>"
+msgstr "Zichtbaar voor <strong>iedereen</strong>"
 
-#: ../../mod/network.php:596 ../../mod/content.php:119
-msgid "No such group"
-msgstr "Zo'n groep bestaat niet"
+#: ../../include/conversation.php:998 ../../include/conversation.php:1016
+msgid "Please enter a video link/URL:"
+msgstr "Vul een videolink/URL in:"
 
-#: ../../mod/network.php:607 ../../mod/content.php:130
-msgid "Group is empty"
-msgstr "De groep is leeg"
+#: ../../include/conversation.php:999 ../../include/conversation.php:1017
+msgid "Please enter an audio link/URL:"
+msgstr "Vul een audiolink/URL in:"
 
-#: ../../mod/network.php:611 ../../mod/content.php:134
-msgid "Group: "
-msgstr "Groep:"
+#: ../../include/conversation.php:1000 ../../include/conversation.php:1018
+msgid "Tag term:"
+msgstr "Label:"
 
-#: ../../mod/network.php:621
-msgid "Contact: "
-msgstr "Contact: "
+#: ../../include/conversation.php:1002 ../../include/conversation.php:1020
+msgid "Where are you right now?"
+msgstr "Waar ben je nu?"
 
-#: ../../mod/network.php:623
-msgid "Private messages to this person are at risk of public disclosure."
-msgstr "Privéberichten naar deze persoon kunnen openbaar gemaakt worden."
+#: ../../include/conversation.php:1003
+msgid "Delete item(s)?"
+msgstr "Item(s) verwijderen?"
 
-#: ../../mod/network.php:628
-msgid "Invalid contact."
-msgstr "Ongeldig contact."
+#: ../../include/conversation.php:1045
+msgid "Post to Email"
+msgstr "Verzenden per e-mail"
 
-#: ../../mod/notifications.php:26
-msgid "Invalid request identifier."
-msgstr "Ongeldige <em>request identifier</em>."
+#: ../../include/conversation.php:1101
+msgid "permissions"
+msgstr "rechten"
 
-#: ../../mod/notifications.php:35 ../../mod/notifications.php:165
-#: ../../mod/notifications.php:211
-msgid "Discard"
-msgstr "Verwerpen"
+#: ../../include/conversation.php:1125
+msgid "Post to Groups"
+msgstr "Verzenden naar Groepen"
 
-#: ../../mod/notifications.php:51 ../../mod/notifications.php:164
-#: ../../mod/notifications.php:210 ../../mod/contacts.php:359
-#: ../../mod/contacts.php:413
-msgid "Ignore"
-msgstr "Negeren"
+#: ../../include/conversation.php:1126
+msgid "Post to Contacts"
+msgstr "Verzenden naar Contacten"
 
-#: ../../mod/notifications.php:78
-msgid "System"
-msgstr "Systeem"
+#: ../../include/conversation.php:1127
+msgid "Private post"
+msgstr "Privé verzending"
 
-#: ../../mod/notifications.php:122
-msgid "Show Ignored Requests"
-msgstr "Toon genegeerde verzoeken"
+#: ../../include/auth.php:38
+msgid "Logged out."
+msgstr "Uitgelogd."
 
-#: ../../mod/notifications.php:122
-msgid "Hide Ignored Requests"
-msgstr "Verberg genegeerde verzoeken"
+#: ../../include/uimport.php:94
+msgid "Error decoding account file"
+msgstr ""
 
-#: ../../mod/notifications.php:149 ../../mod/notifications.php:195
-msgid "Notification type: "
-msgstr "Notificatiesoort:"
+#: ../../include/uimport.php:100
+msgid "Error! No version data in file! This is not a Friendica account file?"
+msgstr ""
 
-#: ../../mod/notifications.php:150
-msgid "Friend Suggestion"
-msgstr "Vriendschapsvoorstel"
+#: ../../include/uimport.php:116 ../../include/uimport.php:127
+msgid "Error! Cannot check nickname"
+msgstr ""
 
-#: ../../mod/notifications.php:152
+#: ../../include/uimport.php:120 ../../include/uimport.php:131
 #, php-format
-msgid "suggested by %s"
-msgstr "Voorgesteld door %s"
-
-#: ../../mod/notifications.php:157 ../../mod/notifications.php:204
-#: ../../mod/contacts.php:419
-msgid "Hide this contact from others"
-msgstr "Verberg dit contact voor anderen"
+msgid "User '%s' already exists on this server!"
+msgstr "Gebruiker '%s' bestaat al op deze server!"
 
-#: ../../mod/notifications.php:158 ../../mod/notifications.php:205
-msgid "Post a new friend activity"
-msgstr "Bericht over een nieuwe vriend"
+#: ../../include/uimport.php:153
+msgid "User creation error"
+msgstr "Fout bij het aanmaken van de gebruiker"
 
-#: ../../mod/notifications.php:158 ../../mod/notifications.php:205
-msgid "if applicable"
-msgstr "Indien toepasbaar"
+#: ../../include/uimport.php:171
+msgid "User profile creation error"
+msgstr "Fout bij het aanmaken van het gebruikersprofiel"
 
-#: ../../mod/notifications.php:181
-msgid "Claims to be known to you: "
-msgstr "Denkt dat u hem of haar kent:"
+#: ../../include/uimport.php:220
+#, php-format
+msgid "%d contact not imported"
+msgid_plural "%d contacts not imported"
+msgstr[0] "%d contact werd niet geïmporteerd"
+msgstr[1] "%d contacten werden niet geïmporteerd"
 
-#: ../../mod/notifications.php:181
-msgid "yes"
-msgstr "Ja"
-
-#: ../../mod/notifications.php:181
-msgid "no"
-msgstr "Nee"
+#: ../../include/uimport.php:290
+msgid "Done. You can now login with your username and password"
+msgstr "Gebeurd. Je kunt nu inloggen met je gebruikersnaam en wachtwoord"
 
-#: ../../mod/notifications.php:188
-msgid "Approve as: "
-msgstr "Goedkeuren als:"
+#: ../../include/text.php:300
+msgid "newer"
+msgstr "nieuwere berichten"
 
-#: ../../mod/notifications.php:189
-msgid "Friend"
-msgstr "Vriend"
+#: ../../include/text.php:302
+msgid "older"
+msgstr "oudere berichten"
 
-#: ../../mod/notifications.php:190
-msgid "Sharer"
-msgstr "Deler"
+#: ../../include/text.php:307
+msgid "prev"
+msgstr "vorige"
 
-#: ../../mod/notifications.php:190
-msgid "Fan/Admirer"
-msgstr "Fan/Bewonderaar"
+#: ../../include/text.php:309
+msgid "first"
+msgstr "eerste"
 
-#: ../../mod/notifications.php:196
-msgid "Friend/Connect Request"
-msgstr "Vriendschapsverzoek"
+#: ../../include/text.php:341
+msgid "last"
+msgstr "laatste"
 
-#: ../../mod/notifications.php:196
-msgid "New Follower"
-msgstr "Nieuwe Volger"
+#: ../../include/text.php:344
+msgid "next"
+msgstr "volgende"
 
-#: ../../mod/notifications.php:217
-msgid "No introductions."
-msgstr "Geen vriendschaps- of connectieverzoeken."
+#: ../../include/text.php:836
+msgid "No contacts"
+msgstr "Geen contacten"
 
-#: ../../mod/notifications.php:257 ../../mod/notifications.php:382
-#: ../../mod/notifications.php:469
+#: ../../include/text.php:845
 #, php-format
-msgid "%s liked %s's post"
-msgstr "%s vond het bericht van %s leuk"
+msgid "%d Contact"
+msgid_plural "%d Contacts"
+msgstr[0] "%d contact"
+msgstr[1] "%d contacten"
 
-#: ../../mod/notifications.php:266 ../../mod/notifications.php:391
-#: ../../mod/notifications.php:478
-#, php-format
-msgid "%s disliked %s's post"
-msgstr "%s vond het bericht van %s niet leuk"
+#: ../../include/text.php:986
+msgid "poke"
+msgstr "aanstoten"
 
-#: ../../mod/notifications.php:280 ../../mod/notifications.php:405
-#: ../../mod/notifications.php:492
-#, php-format
-msgid "%s is now friends with %s"
-msgstr "%s is nu bevriend met %s"
+#: ../../include/text.php:987
+msgid "ping"
+msgstr "ping"
 
-#: ../../mod/notifications.php:287 ../../mod/notifications.php:412
-#, php-format
-msgid "%s created a new post"
-msgstr "%s schreef een nieuw bericht"
+#: ../../include/text.php:987
+msgid "pinged"
+msgstr "gepingd"
 
-#: ../../mod/notifications.php:288 ../../mod/notifications.php:413
-#: ../../mod/notifications.php:501
-#, php-format
-msgid "%s commented on %s's post"
-msgstr "%s gaf een reactie op het bericht van %s"
+#: ../../include/text.php:988
+msgid "prod"
+msgstr "porren"
 
-#: ../../mod/notifications.php:302
-msgid "No more network notifications."
-msgstr "Geen netwerk notificaties meer"
+#: ../../include/text.php:988
+msgid "prodded"
+msgstr "gepord"
 
-#: ../../mod/notifications.php:306
-msgid "Network Notifications"
-msgstr "Netwerk Notificaties"
+#: ../../include/text.php:989
+msgid "slap"
+msgstr ""
 
-#: ../../mod/notifications.php:332 ../../mod/notify.php:61
-msgid "No more system notifications."
-msgstr "Geen systeem notificaties meer."
+#: ../../include/text.php:989
+msgid "slapped"
+msgstr ""
 
-#: ../../mod/notifications.php:336 ../../mod/notify.php:65
-msgid "System Notifications"
-msgstr "Systeem Notificaties"
+#: ../../include/text.php:990
+msgid "finger"
+msgstr ""
 
-#: ../../mod/notifications.php:427
-msgid "No more personal notifications."
-msgstr "Geen persoonlijke notificaties meer"
+#: ../../include/text.php:990
+msgid "fingered"
+msgstr ""
 
-#: ../../mod/notifications.php:431
-msgid "Personal Notifications"
-msgstr "Persoonlijke Notificaties"
+#: ../../include/text.php:991
+msgid "rebuff"
+msgstr ""
 
-#: ../../mod/notifications.php:508
-msgid "No more home notifications."
-msgstr "Geen home-notificaties meer"
+#: ../../include/text.php:991
+msgid "rebuffed"
+msgstr ""
 
-#: ../../mod/notifications.php:512
-msgid "Home Notifications"
-msgstr "Home-otificaties"
+#: ../../include/text.php:1005
+msgid "happy"
+msgstr "Blij"
 
-#: ../../mod/photos.php:51 ../../boot.php:1961
-msgid "Photo Albums"
-msgstr "Fotoalbums"
+#: ../../include/text.php:1006
+msgid "sad"
+msgstr "Verdrietig"
 
-#: ../../mod/photos.php:59 ../../mod/photos.php:154 ../../mod/photos.php:1058
-#: ../../mod/photos.php:1183 ../../mod/photos.php:1206
-#: ../../mod/photos.php:1736 ../../mod/photos.php:1748
-#: ../../view/theme/diabook/theme.php:492
-msgid "Contact Photos"
-msgstr "Contactfoto's"
+#: ../../include/text.php:1007
+msgid "mellow"
+msgstr ""
 
-#: ../../mod/photos.php:66 ../../mod/photos.php:1222 ../../mod/photos.php:1795
-msgid "Upload New Photos"
-msgstr "Nieuwe foto's uploaden"
+#: ../../include/text.php:1008
+msgid "tired"
+msgstr "vermoeid"
 
-#: ../../mod/photos.php:143
-msgid "Contact information unavailable"
-msgstr "Contactinformatie niet beschikbaar"
+#: ../../include/text.php:1009
+msgid "perky"
+msgstr ""
 
-#: ../../mod/photos.php:164
-msgid "Album not found."
-msgstr "Album niet gevonden"
+#: ../../include/text.php:1010
+msgid "angry"
+msgstr "boos"
 
-#: ../../mod/photos.php:187 ../../mod/photos.php:199 ../../mod/photos.php:1200
-msgid "Delete Album"
-msgstr "Verwijder album"
+#: ../../include/text.php:1011
+msgid "stupified"
+msgstr ""
 
-#: ../../mod/photos.php:197
-msgid "Do you really want to delete this photo album and all its photos?"
-msgstr "Wil je echt dit fotoalbum en alle foto's erin verwijderen?"
+#: ../../include/text.php:1012
+msgid "puzzled"
+msgstr "onzeker"
 
-#: ../../mod/photos.php:276 ../../mod/photos.php:287 ../../mod/photos.php:1502
-msgid "Delete Photo"
-msgstr "Verwijder foto"
+#: ../../include/text.php:1013
+msgid "interested"
+msgstr "Geïnteresseerd"
 
-#: ../../mod/photos.php:285
-msgid "Do you really want to delete this photo?"
-msgstr "Wil je echt deze foto verwijderen?"
+#: ../../include/text.php:1014
+msgid "bitter"
+msgstr "bitter"
 
-#: ../../mod/photos.php:656
-#, php-format
-msgid "%1$s was tagged in %2$s by %3$s"
-msgstr "%1$s is gelabeld in %2$s door %3$s"
+#: ../../include/text.php:1015
+msgid "cheerful"
+msgstr "vrolijk"
 
-#: ../../mod/photos.php:656
-msgid "a photo"
-msgstr "een foto"
+#: ../../include/text.php:1016
+msgid "alive"
+msgstr "levend"
 
-#: ../../mod/photos.php:761
-msgid "Image exceeds size limit of "
-msgstr "Afbeelding is groter dan de maximale afmeting van"
+#: ../../include/text.php:1017
+msgid "annoyed"
+msgstr "verveeld"
 
-#: ../../mod/photos.php:769
-msgid "Image file is empty."
-msgstr "Afbeeldingsbestand is leeg."
+#: ../../include/text.php:1018
+msgid "anxious"
+msgstr ""
 
-#: ../../mod/photos.php:924
-msgid "No photos selected"
-msgstr "Geen foto's geselecteerd"
+#: ../../include/text.php:1019
+msgid "cranky"
+msgstr ""
 
-#: ../../mod/photos.php:1088
-#, php-format
-msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
-msgstr "Je hebt %1$.2f Mbytes van %2$.2f Mbytes foto-opslagruimte gebruikt."
+#: ../../include/text.php:1020
+msgid "disturbed"
+msgstr ""
 
-#: ../../mod/photos.php:1123
-msgid "Upload Photos"
-msgstr "Upload foto's"
+#: ../../include/text.php:1021
+msgid "frustrated"
+msgstr "gefrustreerd"
 
-#: ../../mod/photos.php:1127 ../../mod/photos.php:1195
-msgid "New album name: "
-msgstr "Nieuwe albumnaam: "
+#: ../../include/text.php:1022
+msgid "motivated"
+msgstr "gemotiveerd"
 
-#: ../../mod/photos.php:1128
-msgid "or existing album name: "
-msgstr "of bestaande albumnaam: "
+#: ../../include/text.php:1023
+msgid "relaxed"
+msgstr "ontspannen"
 
-#: ../../mod/photos.php:1129
-msgid "Do not show a status post for this upload"
-msgstr "Toon geen status post voor deze upload"
+#: ../../include/text.php:1024
+msgid "surprised"
+msgstr "verbaasd"
 
-#: ../../mod/photos.php:1131 ../../mod/photos.php:1497
-msgid "Permissions"
-msgstr "Rechten"
+#: ../../include/text.php:1192
+msgid "Monday"
+msgstr "Maandag"
 
-#: ../../mod/photos.php:1142
-msgid "Private Photo"
-msgstr "Privé foto"
+#: ../../include/text.php:1192
+msgid "Tuesday"
+msgstr "Dinsdag"
 
-#: ../../mod/photos.php:1143
-msgid "Public Photo"
-msgstr "Publieke foto"
+#: ../../include/text.php:1192
+msgid "Wednesday"
+msgstr "Woensdag"
 
-#: ../../mod/photos.php:1210
-msgid "Edit Album"
-msgstr "Album wijzigen"
+#: ../../include/text.php:1192
+msgid "Thursday"
+msgstr "Donderdag"
 
-#: ../../mod/photos.php:1216
-msgid "Show Newest First"
-msgstr "Toon niewste eerst"
+#: ../../include/text.php:1192
+msgid "Friday"
+msgstr "Vrijdag"
 
-#: ../../mod/photos.php:1218
-msgid "Show Oldest First"
-msgstr "Toon oudste eerst"
+#: ../../include/text.php:1192
+msgid "Saturday"
+msgstr "Zaterdag"
 
-#: ../../mod/photos.php:1251 ../../mod/photos.php:1778
-msgid "View Photo"
-msgstr "Bekijk foto"
+#: ../../include/text.php:1192
+msgid "Sunday"
+msgstr "Zondag"
 
-#: ../../mod/photos.php:1286
-msgid "Permission denied. Access to this item may be restricted."
-msgstr "Toegang geweigerd. Toegang tot dit item is mogelijk beperkt."
-
-#: ../../mod/photos.php:1288
-msgid "Photo not available"
-msgstr "Foto is niet beschikbaar"
-
-#: ../../mod/photos.php:1344
-msgid "View photo"
-msgstr "Bekijk foto"
-
-#: ../../mod/photos.php:1344
-msgid "Edit photo"
-msgstr "Bewerk foto"
-
-#: ../../mod/photos.php:1345
-msgid "Use as profile photo"
-msgstr "Gebruik als profielfoto"
-
-#: ../../mod/photos.php:1351 ../../mod/content.php:643
-#: ../../object/Item.php:113
-msgid "Private Message"
-msgstr "Privébericht"
-
-#: ../../mod/photos.php:1370
-msgid "View Full Size"
-msgstr "Bekijk in volledig formaat"
-
-#: ../../mod/photos.php:1444
-msgid "Tags: "
-msgstr "Labels: "
-
-#: ../../mod/photos.php:1447
-msgid "[Remove any tag]"
-msgstr "[Alle labels verwijderen]"
-
-#: ../../mod/photos.php:1487
-msgid "Rotate CW (right)"
-msgstr "Roteren met de klok mee (rechts)"
-
-#: ../../mod/photos.php:1488
-msgid "Rotate CCW (left)"
-msgstr "Roteren tegen de klok in (links)"
-
-#: ../../mod/photos.php:1490
-msgid "New album name"
-msgstr "Nieuwe albumnaam"
-
-#: ../../mod/photos.php:1493
-msgid "Caption"
-msgstr "Onderschrift"
-
-#: ../../mod/photos.php:1495
-msgid "Add a Tag"
-msgstr "Een label toevoegen"
-
-#: ../../mod/photos.php:1499
-msgid ""
-"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
-msgstr "Voorbeeld: @bob, @Barbara_Jansen, @jan@voorbeeld.nl, #Ardennen, #camping "
-
-#: ../../mod/photos.php:1508
-msgid "Private photo"
-msgstr "Privé foto"
-
-#: ../../mod/photos.php:1509
-msgid "Public photo"
-msgstr "Publieke foto"
+#: ../../include/text.php:1196
+msgid "January"
+msgstr "Januari"
 
-#: ../../mod/photos.php:1529 ../../mod/content.php:707
-#: ../../object/Item.php:232
-msgid "I like this (toggle)"
-msgstr "Vind ik leuk (omwisselen)"
+#: ../../include/text.php:1196
+msgid "February"
+msgstr "Februari"
 
-#: ../../mod/photos.php:1530 ../../mod/content.php:708
-#: ../../object/Item.php:233
-msgid "I don't like this (toggle)"
-msgstr "Vind ik niet leuk (omwisselen)"
+#: ../../include/text.php:1196
+msgid "March"
+msgstr "Maart"
 
-#: ../../mod/photos.php:1549 ../../mod/photos.php:1593
-#: ../../mod/photos.php:1676 ../../mod/content.php:730
-#: ../../object/Item.php:650
-msgid "This is you"
-msgstr "Dit ben jij"
+#: ../../include/text.php:1196
+msgid "April"
+msgstr "April"
 
-#: ../../mod/photos.php:1551 ../../mod/photos.php:1595
-#: ../../mod/photos.php:1678 ../../mod/content.php:732
-#: ../../object/Item.php:338 ../../object/Item.php:652 ../../boot.php:674
-msgid "Comment"
-msgstr "Reacties"
+#: ../../include/text.php:1196
+msgid "May"
+msgstr "Mei"
 
-#: ../../mod/photos.php:1793
-msgid "Recent Photos"
-msgstr "Recente foto's"
+#: ../../include/text.php:1196
+msgid "June"
+msgstr "Juni"
 
-#: ../../mod/newmember.php:6
-msgid "Welcome to Friendica"
-msgstr "Welkom bij Friendica"
+#: ../../include/text.php:1196
+msgid "July"
+msgstr "Juli"
 
-#: ../../mod/newmember.php:8
-msgid "New Member Checklist"
-msgstr "Checklist voor nieuwe leden"
+#: ../../include/text.php:1196
+msgid "August"
+msgstr "Augustus"
 
-#: ../../mod/newmember.php:12
-msgid ""
-"We would like to offer some tips and links to help make your experience "
-"enjoyable. Click any item to visit the relevant page. A link to this page "
-"will be visible from your home page for two weeks after your initial "
-"registration and then will quietly disappear."
-msgstr "We willen je een paar tips en verwijzingen aanreiken om je een aangename ervaring te bezorgen. Klik op een item om de relevante pagina's te bezoeken. Een verwijzing naar deze pagina zal twee weken lang na je registratie zichtbaar zijn op je homepagina. Daarna zal de verwijzing stilletjes verdwijnen."
+#: ../../include/text.php:1196
+msgid "September"
+msgstr "September"
 
-#: ../../mod/newmember.php:14
-msgid "Getting Started"
-msgstr "Aan de slag"
+#: ../../include/text.php:1196
+msgid "October"
+msgstr "Oktober"
 
-#: ../../mod/newmember.php:18
-msgid "Friendica Walk-Through"
-msgstr "Doorloop Friendica"
+#: ../../include/text.php:1196
+msgid "November"
+msgstr "November"
 
-#: ../../mod/newmember.php:18
-msgid ""
-"On your <em>Quick Start</em> page - find a brief introduction to your "
-"profile and network tabs, make some new connections, and find some groups to"
-" join."
-msgstr "Op je <em>Snelstart</em> pagina kun je een korte inleiding vinden over je profiel en netwerk tabs, om enkele nieuwe connecties te leggen en groepen te vinden om lid van te worden."
+#: ../../include/text.php:1196
+msgid "December"
+msgstr "December"
 
-#: ../../mod/newmember.php:26
-msgid "Go to Your Settings"
-msgstr "Ga naar je instellingen"
+#: ../../include/text.php:1415
+msgid "bytes"
+msgstr "bytes"
 
-#: ../../mod/newmember.php:26
-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 "Verander je initieel wachtwoord op je <em>instellingenpagina</em>. Noteer ook het adres van je identiteit. Dit ziet er uit als een e-mailadres - en zal nuttig zijn om vrienden te maken op het vrije sociale web."
+#: ../../include/text.php:1439 ../../include/text.php:1451
+msgid "Click to open/close"
+msgstr "klik om te openen/sluiten"
 
-#: ../../mod/newmember.php:28
-msgid ""
-"Review the other settings, particularly the privacy settings. An unpublished"
-" directory listing is like having an unlisted phone number. In general, you "
-"should probably publish your listing - unless all of your friends and "
-"potential friends know exactly how to find you."
-msgstr "Controleer ook de andere instellingen, in het bijzonder de privacy-instellingen. Een niet-gepubliceerd adres is zoals een privé-telefoonnummer. In het algemeen wil je waarschijnlijk je adres publiceren - tenzij al je vrienden en mogelijke vrienden precies weten hoe je te vinden."
+#: ../../include/text.php:1670
+msgid "Select an alternate language"
+msgstr "Kies een andere taal"
 
-#: ../../mod/newmember.php:36 ../../mod/profile_photo.php:244
-msgid "Upload Profile Photo"
-msgstr "Profielfoto uploaden"
+#: ../../include/text.php:1926
+msgid "activity"
+msgstr "activiteit"
 
-#: ../../mod/newmember.php:36
-msgid ""
-"Upload a profile photo if you have not done so already. Studies have shown "
-"that people with real photos of themselves are ten times more likely to make"
-" friends than people who do not."
-msgstr "Laad een profielfoto op, als je dat nog niet gedaan hebt. Studies tonen aan dat mensen met echte foto's van zichzelf tien keer gemakkelijker vrienden maken dan mensen die dat niet doen."
+#: ../../include/text.php:1929
+msgid "post"
+msgstr "bericht"
 
-#: ../../mod/newmember.php:38
-msgid "Edit Your Profile"
-msgstr "Bewerk je profiel"
+#: ../../include/text.php:2084
+msgid "Item filed"
+msgstr "Item bewaard"
 
-#: ../../mod/newmember.php:38
-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 "Bewerk je <strong>standaard</strong> profiel zoals je wilt. Controleer de instellingen om je vriendenlijst te verbergen, en om je profiel voor ongekende bezoekers te verbergen."
+#: ../../include/enotify.php:16
+msgid "Friendica Notification"
+msgstr "Friendica Notificatie"
 
-#: ../../mod/newmember.php:40
-msgid "Profile Keywords"
-msgstr "Sleutelwoorden voor dit profiel"
+#: ../../include/enotify.php:19
+msgid "Thank You,"
+msgstr "Bedankt"
 
-#: ../../mod/newmember.php:40
-msgid ""
-"Set some public keywords for your default profile which describe your "
-"interests. We may be able to find other people with similar interests and "
-"suggest friendships."
-msgstr "Stel enkele openbare sleutelwoorden in voor je standaard profiel die je interesses beschrijven. We kunnen dan misschien mensen vinden met gelijkaardige interesses, en vrienden voorstellen."
+#: ../../include/enotify.php:21
+#, php-format
+msgid "%s Administrator"
+msgstr "%s Beheerder"
 
-#: ../../mod/newmember.php:44
-msgid "Connecting"
-msgstr "Verbinding aan het maken"
+#: ../../include/enotify.php:40
+#, php-format
+msgid "%s <!item_type!>"
+msgstr "%s <!item_type!>"
 
-#: ../../mod/newmember.php:49
-msgid ""
-"Authorise the Facebook Connector if you currently have a Facebook account "
-"and we will (optionally) import all your Facebook friends and conversations."
-msgstr "Machtig de Facebook Connector als je een Facebook account hebt. We zullen (optioneel) al je Facebook vrienden en conversaties importeren."
+#: ../../include/enotify.php:44
+#, php-format
+msgid "[Friendica:Notify] New mail received at %s"
+msgstr "[Friendica:Notificatie] Nieuw bericht ontvangen op %s"
 
-#: ../../mod/newmember.php:51
-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>Als</em> dit jouw eigen persoonlijke server is kan het installeren van de Facebook toevoeging je overgang naar het vrije sociale web vergemakkelijken."
+#: ../../include/enotify.php:46
+#, php-format
+msgid "%1$s sent you a new private message at %2$s."
+msgstr "%1$s sent you a new private message at %2$s."
 
-#: ../../mod/newmember.php:56
-msgid "Importing Emails"
-msgstr "E-mails importeren"
+#: ../../include/enotify.php:47
+#, php-format
+msgid "%1$s sent you %2$s."
+msgstr "%1$s stuurde jou %2$s."
 
-#: ../../mod/newmember.php:56
-msgid ""
-"Enter your email access information on your Connector Settings page if you "
-"wish to import and interact with friends or mailing lists from your email "
-"INBOX"
-msgstr "Vul je e-mailtoegangsinformatie in op je pagina met verbindingsinstellingen als je vrienden of mailinglijsten uit je e-mail-inbox wilt importeren, en met hen wilt communiceren"
+#: ../../include/enotify.php:47
+msgid "a private message"
+msgstr "een prive bericht"
 
-#: ../../mod/newmember.php:58
-msgid "Go to Your Contacts Page"
-msgstr "Ga naar je contactenpagina"
+#: ../../include/enotify.php:48
+#, php-format
+msgid "Please visit %s to view and/or reply to your private messages."
+msgstr "Bezoek %s om je privé-berichten te bekijken en/of te beantwoorden."
 
-#: ../../mod/newmember.php:58
-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 "Je contactenpagina is jouw poort om vriendschappen te beheren en verbinding te leggen met vrienden op andere netwerken. Je kunt hun adres of URL toevoegen in de <em>Voeg nieuw contact toe</em> dialoog."
+#: ../../include/enotify.php:90
+#, php-format
+msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
+msgstr "%1$s gaf een reactie op [url=%2$s]a %3$s[/url]"
 
-#: ../../mod/newmember.php:60
-msgid "Go to Your Site's Directory"
-msgstr "Ga naar de gids van je website"
+#: ../../include/enotify.php:97
+#, php-format
+msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
+msgstr "%1$s gaf een reactie op [url=%2$s]%3$s's %4$s[/url]"
 
-#: ../../mod/newmember.php:60
-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 "In de gids vind je andere mensen in dit netwerk of op andere federatieve sites. Zoek naar het woord <em>Connect</em> of <em>Follow</em> op hun profielpagina (meestal aan de linkerkant). Vul je eigen identiteitsadres in wanneer daar om wordt gevraagd."
+#: ../../include/enotify.php:105
+#, php-format
+msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
+msgstr "%1$s gaf een reactie op [url=%2$s]jouw %3$s[/url]"
 
-#: ../../mod/newmember.php:62
-msgid "Finding New People"
-msgstr "Nieuwe mensen vinden"
+#: ../../include/enotify.php:115
+#, php-format
+msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
+msgstr ""
 
-#: ../../mod/newmember.php:62
-msgid ""
-"On the side panel of the Contacts page are several tools to find new "
-"friends. We can match people by interest, look up people by name or "
-"interest, and provide suggestions based on network relationships. On a brand"
-" new site, friend suggestions will usually begin to be populated within 24 "
-"hours."
-msgstr "Op het zijpaneel van de Contacten pagina vind je verschillende tools om nieuwe vrienden te zoeken. We kunnen mensen op interesses matchen, mensen opzoeken op naam of hobby, en suggesties doen gebaseerd op netwerk-relaties. Op een nieuwe webstek beginnen vriendschapssuggesties meestal binnen de 24 uur beschikbaar te worden."
+#: ../../include/enotify.php:116
+#, php-format
+msgid "%s commented on an item/conversation you have been following."
+msgstr "%s gaf een reactie op een bericht/conversatie die jij volgt."
 
-#: ../../mod/newmember.php:70
-msgid "Group Your Contacts"
-msgstr "Groepeer je contacten"
+#: ../../include/enotify.php:119 ../../include/enotify.php:134
+#: ../../include/enotify.php:147 ../../include/enotify.php:165
+#: ../../include/enotify.php:178
+#, php-format
+msgid "Please visit %s to view and/or reply to the conversation."
+msgstr "Bezoek %s om de conversatie te bekijken en/of te beantwoorden."
 
-#: ../../mod/newmember.php:70
-msgid ""
-"Once you have made some friends, organize them into private conversation "
-"groups from the sidebar of your Contacts page and then you can interact with"
-" each group privately on your Network page."
-msgstr "Als je een aantal vrienden gemaakt hebt kun je ze in je eigen conversatiegroepen indelen vanuit de zijbalk van je 'Conacten' pagina, en dan kun je met elke groep apart contact houden op je Netwerk pagina. "
+#: ../../include/enotify.php:126
+#, php-format
+msgid "[Friendica:Notify] %s posted to your profile wall"
+msgstr ""
 
-#: ../../mod/newmember.php:73
-msgid "Why Aren't My Posts Public?"
-msgstr "Waarom zijn mijn berichten niet openbaar?"
+#: ../../include/enotify.php:128
+#, php-format
+msgid "%1$s posted to your profile wall at %2$s"
+msgstr ""
 
-#: ../../mod/newmember.php:73
-msgid ""
-"Friendica respects your privacy. By default, your posts will only show up to"
-" people you've added as friends. For more information, see the help section "
-"from the link above."
-msgstr "Friendica respecteert je privacy. Standaard zullen je berichten alleen zichtbaar zijn voor personen die jij als vriend hebt toegevoegd. Lees de help (zie de verwijzing hierboven) voor meer informatie."
+#: ../../include/enotify.php:130
+#, php-format
+msgid "%1$s posted to [url=%2$s]your wall[/url]"
+msgstr ""
 
-#: ../../mod/newmember.php:78
-msgid "Getting Help"
-msgstr "Hulp krijgen"
+#: ../../include/enotify.php:141
+#, php-format
+msgid "[Friendica:Notify] %s tagged you"
+msgstr "[Friendica:Notificatie] %s heeft jou genoemd"
 
-#: ../../mod/newmember.php:82
-msgid "Go to the Help Section"
-msgstr "Ga naar de help"
+#: ../../include/enotify.php:142
+#, php-format
+msgid "%1$s tagged you at %2$s"
+msgstr "%1$s heeft jou in %2$s genoemd"
 
-#: ../../mod/newmember.php:82
-msgid ""
-"Our <strong>help</strong> pages may be consulted for detail on other program"
-" features and resources."
-msgstr "Je kunt onze <strong>help</strong> pagina's raadplegen voor gedetailleerde informatie over andere functies van dit programma."
+#: ../../include/enotify.php:143
+#, php-format
+msgid "%1$s [url=%2$s]tagged you[/url]."
+msgstr "%1$s [url=%2$s]heeft jou genoemd[/url]."
 
-#: ../../mod/profile.php:21 ../../boot.php:1329
-msgid "Requested profile is not available."
-msgstr "Gevraagde profiel is niet beschikbaar."
+#: ../../include/enotify.php:155
+#, php-format
+msgid "[Friendica:Notify] %1$s poked you"
+msgstr "[Friendica:Notify] %1$s heeft jou aangestoten"
 
-#: ../../mod/profile.php:180
-msgid "Tips for New Members"
-msgstr "Tips voor nieuwe leden"
+#: ../../include/enotify.php:156
+#, php-format
+msgid "%1$s poked you at %2$s"
+msgstr "%1$s heeft jou aangestoten op %2$s"
 
-#: ../../mod/install.php:117
-msgid "Friendica Communications Server - Setup"
+#: ../../include/enotify.php:157
+#, php-format
+msgid "%1$s [url=%2$s]poked you[/url]."
 msgstr ""
 
-#: ../../mod/install.php:123
-msgid "Could not connect to database."
-msgstr "Kon geen toegang krijgen tot de database."
+#: ../../include/enotify.php:172
+#, php-format
+msgid "[Friendica:Notify] %s tagged your post"
+msgstr "[Friendica:Notificatie] %s heeft jouw bericht gelabeld"
 
-#: ../../mod/install.php:127
-msgid "Could not create table."
-msgstr "Kon tabel niet aanmaken."
+#: ../../include/enotify.php:173
+#, php-format
+msgid "%1$s tagged your post at %2$s"
+msgstr "%1$s heeft jouw bericht gelabeld in %2$s"
 
-#: ../../mod/install.php:133
-msgid "Your Friendica site database has been installed."
-msgstr "De database van je Friendica-website is geïnstalleerd."
+#: ../../include/enotify.php:174
+#, php-format
+msgid "%1$s tagged [url=%2$s]your post[/url]"
+msgstr "%1$s labelde [url=%2$s]jouw bericht[/url]"
+
+#: ../../include/enotify.php:185
+msgid "[Friendica:Notify] Introduction received"
+msgstr "[Friendica:Notificatie] Vriendschaps-/connectieverzoek ontvangen"
 
-#: ../../mod/install.php:138
-msgid ""
-"You may need to import the file \"database.sql\" manually using phpmyadmin "
-"or mysql."
-msgstr "Het kan nodig zijn om het bestand \"database.sql\" manueel te importeren met phpmyadmin of mysql."
+#: ../../include/enotify.php:186
+#, php-format
+msgid "You've received an introduction from '%1$s' at %2$s"
+msgstr "Je hebt een vriendschaps- of connectieverzoek ontvangen van '%1$s' om %2$s"
 
-#: ../../mod/install.php:139 ../../mod/install.php:206
-#: ../../mod/install.php:521
-msgid "Please see the file \"INSTALL.txt\"."
-msgstr "Zie het bestand \"INSTALL.txt\"."
+#: ../../include/enotify.php:187
+#, php-format
+msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
+msgstr "Je ontving [url=%1$s]een vriendschaps- of connectieverzoek[/url] van %2$s."
 
-#: ../../mod/install.php:203
-msgid "System check"
-msgstr "Systeemcontrole"
+#: ../../include/enotify.php:190 ../../include/enotify.php:208
+#, php-format
+msgid "You may visit their profile at %s"
+msgstr "U kunt hun profiel bezoeken op %s"
 
-#: ../../mod/install.php:208
-msgid "Check again"
-msgstr "Controleer opnieuw"
+#: ../../include/enotify.php:192
+#, php-format
+msgid "Please visit %s to approve or reject the introduction."
+msgstr "Bezoek %s om het verzoek goed of af te keuren."
 
-#: ../../mod/install.php:227
-msgid "Database connection"
-msgstr "Verbinding met database"
+#: ../../include/enotify.php:199
+msgid "[Friendica:Notify] Friend suggestion received"
+msgstr ""
 
-#: ../../mod/install.php:228
-msgid ""
-"In order to install Friendica we need to know how to connect to your "
-"database."
-msgstr "Om Friendica te kunnen installeren moet ik weten hoe ik jouw database kan bereiken."
+#: ../../include/enotify.php:200
+#, php-format
+msgid "You've received a friend suggestion from '%1$s' at %2$s"
+msgstr ""
 
-#: ../../mod/install.php:229
+#: ../../include/enotify.php:201
+#, php-format
 msgid ""
-"Please contact your hosting provider or site administrator if you have "
-"questions about these settings."
-msgstr "Neem contact op met jouw hostingprovider of websitebeheerder, wanneer je vragen hebt over deze instellingen. "
+"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
+msgstr ""
 
-#: ../../mod/install.php:230
-msgid ""
-"The database you specify below should already exist. If it does not, please "
-"create it before continuing."
-msgstr "De database die je hier opgeeft zou al moeten bestaan. Maak anders de database aan voordat je verder gaat."
+#: ../../include/enotify.php:206
+msgid "Name:"
+msgstr "Naam:"
 
-#: ../../mod/install.php:234
-msgid "Database Server Name"
-msgstr "Servernaam database"
+#: ../../include/enotify.php:207
+msgid "Photo:"
+msgstr "Foto: "
 
-#: ../../mod/install.php:235
-msgid "Database Login Name"
-msgstr "Gebruikersnaam database"
+#: ../../include/enotify.php:210
+#, php-format
+msgid "Please visit %s to approve or reject the suggestion."
+msgstr ""
 
-#: ../../mod/install.php:236
-msgid "Database Login Password"
-msgstr "Wachtwoord database"
+#: ../../include/Scrape.php:583
+msgid " on Last.fm"
+msgstr " op Last.fm"
 
-#: ../../mod/install.php:237
-msgid "Database Name"
-msgstr "Naam database"
+#: ../../include/group.php:25
+msgid ""
+"A deleted group with this name was revived. Existing item permissions "
+"<strong>may</strong> apply to this group and any future members. If this is "
+"not what you intended, please create another group with a different name."
+msgstr "Een verwijderde groep met deze naam is weer tot leven gewekt. Bestaande itemrechten <strong>kunnen</strong> voor deze groep en toekomstige leden gelden. Wanneer je niet zo had bedoeld kan je een andere groep met een andere naam creëren. "
 
-#: ../../mod/install.php:238 ../../mod/install.php:277
-msgid "Site administrator email address"
-msgstr "E-mailadres van de websitebeheerder"
+#: ../../include/group.php:207
+msgid "Default privacy group for new contacts"
+msgstr ""
 
-#: ../../mod/install.php:238 ../../mod/install.php:277
-msgid ""
-"Your account email address must match this in order to use the web admin "
-"panel."
-msgstr "Het e-mailadres van je account moet hiermee overeenkomen om het administratiepaneel te kunnen gebruiken."
+#: ../../include/group.php:226
+msgid "Everybody"
+msgstr "Iedereen"
 
-#: ../../mod/install.php:242 ../../mod/install.php:280
-msgid "Please select a default timezone for your website"
-msgstr "Selecteer een standaard tijdzone voor uw website"
+#: ../../include/group.php:249
+msgid "edit"
+msgstr "verander"
 
-#: ../../mod/install.php:267
-msgid "Site settings"
-msgstr "Website-instellingen"
+#: ../../include/group.php:271
+msgid "Edit group"
+msgstr "Verander groep"
 
-#: ../../mod/install.php:321
-msgid "Could not find a command line version of PHP in the web server PATH."
-msgstr "Kan geen command-line-versie van PHP vinden in het PATH van de webserver."
+#: ../../include/group.php:272
+msgid "Create a new group"
+msgstr "Maak nieuwe groep"
 
-#: ../../mod/install.php:322
-msgid ""
-"If you don't have a command line version of PHP installed on server, you "
-"will not be able to run background polling via cron. See <a "
-"href='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"
-msgstr "Als je geen command-line versie van PHP geïnstalleerd hebt op je server, kun je geen polling op de achtergrond gebruiken via cron. Zie  <a href='http://friendica.com/node/27'>'Activeren van geplande taken'</a>"
+#: ../../include/group.php:273
+msgid "Contacts not in any group"
+msgstr ""
 
-#: ../../mod/install.php:326
-msgid "PHP executable path"
-msgstr "PATH van het PHP commando"
+#: ../../include/follow.php:32
+msgid "Connect URL missing."
+msgstr ""
 
-#: ../../mod/install.php:326
+#: ../../include/follow.php:59
 msgid ""
-"Enter full path to php executable. You can leave this blank to continue the "
-"installation."
-msgstr "Vul het volledige path in naar het php programma. Je kunt dit blanco laten om de installatie verder te zetten."
+"This site is not configured to allow communications with other networks."
+msgstr "Deze website is niet geconfigureerd voor communicatie met andere netwerken."
 
-#: ../../mod/install.php:331
-msgid "Command line PHP"
-msgstr "PHP-opdrachtregel"
+#: ../../include/follow.php:60 ../../include/follow.php:80
+msgid "No compatible communication protocols or feeds were discovered."
+msgstr "Er werden geen compatibele communicatieprotocols of feeds ontdekt."
 
-#: ../../mod/install.php:340
-msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
+#: ../../include/follow.php:78
+msgid "The profile address specified does not provide adequate information."
 msgstr ""
 
-#: ../../mod/install.php:341
-msgid "Found PHP version: "
-msgstr "Gevonden PHP versie:"
+#: ../../include/follow.php:82
+msgid "An author or name was not found."
+msgstr ""
 
-#: ../../mod/install.php:343
-msgid "PHP cli binary"
+#: ../../include/follow.php:84
+msgid "No browser URL could be matched to this address."
 msgstr ""
 
-#: ../../mod/install.php:354
+#: ../../include/follow.php:86
 msgid ""
-"The command line version of PHP on your system does not have "
-"\"register_argc_argv\" enabled."
-msgstr "De command-line versie van PHP op jouw systeem heeft \"register_argc_argv\" niet geactiveerd."
-
-#: ../../mod/install.php:355
-msgid "This is required for message delivery to work."
-msgstr "Dit is nodig om het verzenden van berichten mogelijk te maken."
+"Unable to match @-style Identity Address with a known protocol or email "
+"contact."
+msgstr "Het @-stijl-identiteitsadres komt niet overeen met een nekend protocol of e-mailcontact."
 
-#: ../../mod/install.php:357
-msgid "PHP register_argc_argv"
-msgstr "PHP register_argc_argv"
+#: ../../include/follow.php:87
+msgid "Use mailto: in front of address to force email check."
+msgstr "Gebruik mailto: voor het adres om een e-mailcontrole af te dwingen."
 
-#: ../../mod/install.php:378
+#: ../../include/follow.php:93
 msgid ""
-"Error: the \"openssl_pkey_new\" function on this system is not able to "
-"generate encryption keys"
+"The profile address specified belongs to a network which has been disabled "
+"on this site."
 msgstr ""
 
-#: ../../mod/install.php:379
+#: ../../include/follow.php:103
 msgid ""
-"If running under Windows, please see "
-"\"http://www.php.net/manual/en/openssl.installation.php\"."
-msgstr "Zie \"http://www.php.net/manual/en/openssl.installation.php\" wanneer u Friendica onder Windows draait."
-
-#: ../../mod/install.php:381
-msgid "Generate encryption keys"
+"Limited profile. This person will be unable to receive direct/personal "
+"notifications from you."
 msgstr ""
 
-#: ../../mod/install.php:388
-msgid "libCurl PHP module"
-msgstr "libCurl PHP module"
-
-#: ../../mod/install.php:389
-msgid "GD graphics PHP module"
-msgstr "GD graphics PHP module"
+#: ../../include/follow.php:205
+msgid "Unable to retrieve contact information."
+msgstr ""
 
-#: ../../mod/install.php:390
-msgid "OpenSSL PHP module"
-msgstr "OpenSSL PHP module"
+#: ../../include/follow.php:259
+msgid "following"
+msgstr "volgend"
 
-#: ../../mod/install.php:391
-msgid "mysqli PHP module"
-msgstr "mysqli PHP module"
+#: ../../include/message.php:15 ../../include/message.php:172
+msgid "[no subject]"
+msgstr "[geen onderwerp]"
 
-#: ../../mod/install.php:392
-msgid "mb_string PHP module"
-msgstr "mb_string PHP module"
+#: ../../include/nav.php:73
+msgid "End this session"
+msgstr "Deze sessie beëindigen"
 
-#: ../../mod/install.php:397 ../../mod/install.php:399
-msgid "Apache mod_rewrite module"
-msgstr "Apache mod_rewrite module"
+#: ../../include/nav.php:91
+msgid "Sign in"
+msgstr "Inloggen"
 
-#: ../../mod/install.php:397
-msgid ""
-"Error: Apache webserver mod-rewrite module is required but not installed."
-msgstr "Fout: Apache-module mod-rewrite is vereist, maar niet geïnstalleerd."
+#: ../../include/nav.php:104
+msgid "Home Page"
+msgstr "Jouw tijdlijn"
 
-#: ../../mod/install.php:405
-msgid "Error: libCURL PHP module required but not installed."
-msgstr "Fout: PHP-module libCURL is vereist, maar niet geïnstalleerd."
+#: ../../include/nav.php:108
+msgid "Create an account"
+msgstr "Maak een accoount"
 
-#: ../../mod/install.php:409
-msgid ""
-"Error: GD graphics PHP module with JPEG support required but not installed."
-msgstr "Fout: PHP-module GD graphics met JPEG support is vereist, maar niet geïnstalleerd."
+#: ../../include/nav.php:113
+msgid "Help and documentation"
+msgstr "Hulp en documentatie"
 
-#: ../../mod/install.php:413
-msgid "Error: openssl PHP module required but not installed."
-msgstr "Fout: PHP-module openssl is vereist, maar niet geïnstalleerd."
+#: ../../include/nav.php:116
+msgid "Apps"
+msgstr "Apps"
 
-#: ../../mod/install.php:417
-msgid "Error: mysqli PHP module required but not installed."
-msgstr "Fout: PHP-module mysqli is vereist, maar niet geïnstalleerd."
+#: ../../include/nav.php:116
+msgid "Addon applications, utilities, games"
+msgstr "Extra toepassingen, hulpmiddelen of spelletjes"
 
-#: ../../mod/install.php:421
-msgid "Error: mb_string PHP module required but not installed."
-msgstr "Fout: PHP-module mb_string is vereist, maar niet geïnstalleerd."
+#: ../../include/nav.php:118
+msgid "Search site content"
+msgstr "Doorzoek de inhoud van de website"
 
-#: ../../mod/install.php:438
-msgid ""
-"The web installer needs to be able to create a file called \".htconfig.php\""
-" in the top folder of your web server and it is unable to do so."
-msgstr "Het installatieprogramma moet een bestand \".htconfig.php\" in de bovenste map van je webserver aanmaken, maar kan dit niet doen."
+#: ../../include/nav.php:128
+msgid "Conversations on this site"
+msgstr "Conversaties op deze website"
 
-#: ../../mod/install.php:439
-msgid ""
-"This is most often a permission setting, as the web server may not be able "
-"to write files in your folder - even if you can."
-msgstr "Dit is meestal een permissieprobleem, omdat de webserver niet in staat is om in deze map bestanden weg te schrijven - ook al kun je dit zelf wel."
+#: ../../include/nav.php:130
+msgid "Directory"
+msgstr "Gids"
 
-#: ../../mod/install.php:440
-msgid ""
-"At the end of this procedure, we will give you a text to save in a file "
-"named .htconfig.php in your Friendica top folder."
-msgstr "Op het einde van deze procedure zal ik je een tekst geven om te bewaren in een bestand .htconfig.php in je hoogste Friendica map."
+#: ../../include/nav.php:130
+msgid "People directory"
+msgstr "Personengids"
 
-#: ../../mod/install.php:441
-msgid ""
-"You can alternatively skip this procedure and perform a manual installation."
-" Please see the file \"INSTALL.txt\" for instructions."
-msgstr "Je kunt ook deze procedure overslaan, en een manuele installatie uitvoeren. Lees het bestand \"INSTALL.txt\" voor instructies."
+#: ../../include/nav.php:140
+msgid "Conversations from your friends"
+msgstr "Conversaties van je vrienden"
 
-#: ../../mod/install.php:444
-msgid ".htconfig.php is writable"
-msgstr ".htconfig.php is schrijfbaar"
+#: ../../include/nav.php:141
+msgid "Network Reset"
+msgstr "Netwerkpagina opnieuw instellen"
 
-#: ../../mod/install.php:454
-msgid ""
-"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
-"compiles templates to PHP to speed up rendering."
-msgstr "Friendica gebruikt het Smarty3 sjabloon systeem om zijn webpagina's weer te geven. Smarty3 compileert sjablonen naar PHP om de weergave te versnellen."
+#: ../../include/nav.php:141
+msgid "Load Network page with no filters"
+msgstr "Laad de netwerkpagina zonder filters"
 
-#: ../../mod/install.php:455
-msgid ""
-"In order to store these compiled templates, the web server needs to have "
-"write access to the directory view/smarty3/ under the Friendica top level "
-"folder."
-msgstr "Om deze gecompileerde sjablonen op te slaan moet de webserver schrijftoegang hebben tot de folder view/smarty3, t.o.v. van de hoogste folder van je Friendica-installatie."
+#: ../../include/nav.php:149
+msgid "Friend Requests"
+msgstr "Vriendschapsverzoeken"
 
-#: ../../mod/install.php:456
-msgid ""
-"Please ensure that the user that your web server runs as (e.g. www-data) has"
-" write access to this folder."
-msgstr "Zorg er a.u.b. voor dat de gebruiker waaronder je webserver runt (bijv. www-data) schrijf-toegang heeft tot deze map."
+#: ../../include/nav.php:151
+msgid "See all notifications"
+msgstr "Toon alle notificaties"
 
-#: ../../mod/install.php:457
-msgid ""
-"Note: as a security measure, you should give the web server write access to "
-"view/smarty3/ only--not the template files (.tpl) that it contains."
-msgstr "Opmerking: voor een goede beveiliging zou je de webserver alleen schrijf-toegang moeten geven voor de map view/smarty3 -- niet voor de template bestanden (.tpl) die in die map zitten."
+#: ../../include/nav.php:152
+msgid "Mark all system notifications seen"
+msgstr "Alle systeemnotificaties als gelezen markeren"
 
-#: ../../mod/install.php:460
-msgid "view/smarty3 is writable"
-msgstr "view/smarty3 is schrijfbaar"
+#: ../../include/nav.php:156
+msgid "Private mail"
+msgstr "Privéberichten"
 
-#: ../../mod/install.php:472
-msgid ""
-"Url rewrite in .htaccess is not working. Check your server configuration."
-msgstr ""
+#: ../../include/nav.php:157
+msgid "Inbox"
+msgstr "Inbox"
 
-#: ../../mod/install.php:474
-msgid "Url rewrite is working"
-msgstr ""
+#: ../../include/nav.php:158
+msgid "Outbox"
+msgstr "Verzonden berichten"
 
-#: ../../mod/install.php:484
-msgid ""
-"The database configuration file \".htconfig.php\" could not be written. "
-"Please use the enclosed text to create a configuration file in your web "
-"server root."
-msgstr "Het databaseconfiguratiebestand \".htconfig.php\" kon niet worden weggeschreven. Je kunt de bijgevoegde tekst gebruiken om in een configuratiebestand aan te maken in de hoogste map van je webserver."
+#: ../../include/nav.php:162
+msgid "Manage"
+msgstr "Beheren"
 
-#: ../../mod/install.php:508
-msgid "Errors encountered creating database tables."
-msgstr "Tijdens het aanmaken van databasetabellen zijn fouten vastgesteld."
+#: ../../include/nav.php:162
+msgid "Manage other pages"
+msgstr "Andere pagina's beheren"
 
-#: ../../mod/install.php:519
-msgid "<h1>What next</h1>"
-msgstr "<h1>Wat nu</h1>"
+#: ../../include/nav.php:165
+msgid "Delegations"
+msgstr ""
 
-#: ../../mod/install.php:520
-msgid ""
-"IMPORTANT: You will need to [manually] setup a scheduled task for the "
-"poller."
-msgstr "BELANGRIJK: Je zult [manueel] een geplande taak moeten aanmaken voor de poller."
+#: ../../include/nav.php:169
+msgid "Manage/Edit Profiles"
+msgstr "Beheer/Wijzig Profielen"
 
-#: ../../mod/contacts.php:85 ../../mod/contacts.php:165
-msgid "Could not access contact record."
-msgstr "Kon geen toegang krijgen tot de contactgegevens"
+#: ../../include/nav.php:171
+msgid "Manage/edit friends and contacts"
+msgstr "Beheer/Wijzig vrienden en contacten"
 
-#: ../../mod/contacts.php:99
-msgid "Could not locate selected profile."
-msgstr "Kon het geselecteerde profiel niet vinden."
+#: ../../include/nav.php:178
+msgid "Site setup and configuration"
+msgstr "Website opzetten en configureren"
 
-#: ../../mod/contacts.php:122
-msgid "Contact updated."
-msgstr "Contact bijgewerkt."
+#: ../../include/nav.php:182
+msgid "Navigation"
+msgstr "Navigatie"
 
-#: ../../mod/contacts.php:187
-msgid "Contact has been blocked"
-msgstr "Contact is geblokkeerd"
+#: ../../include/nav.php:182
+msgid "Site map"
+msgstr "Sitemap"
 
-#: ../../mod/contacts.php:187
-msgid "Contact has been unblocked"
-msgstr "Contact is gedeblokkeerd"
+#: ../../include/profile_advanced.php:22
+msgid "j F, Y"
+msgstr "F j Y"
 
-#: ../../mod/contacts.php:201
-msgid "Contact has been ignored"
-msgstr "Contact wordt genegeerd"
+#: ../../include/profile_advanced.php:23
+msgid "j F"
+msgstr "F j"
 
-#: ../../mod/contacts.php:201
-msgid "Contact has been unignored"
-msgstr "Contact wordt niet meer genegeerd"
+#: ../../include/profile_advanced.php:30
+msgid "Birthday:"
+msgstr "Verjaardag:"
 
-#: ../../mod/contacts.php:220
-msgid "Contact has been archived"
-msgstr "Contact is gearchiveerd"
+#: ../../include/profile_advanced.php:34
+msgid "Age:"
+msgstr "Leeftijd:"
 
-#: ../../mod/contacts.php:220
-msgid "Contact has been unarchived"
-msgstr "Contact is niet meer gearchiveerd"
+#: ../../include/profile_advanced.php:43
+#, php-format
+msgid "for %1$d %2$s"
+msgstr "voor %1$d %2$s"
 
-#: ../../mod/contacts.php:244
-msgid "Do you really want to delete this contact?"
-msgstr "Wil je echt dit contact verwijderen?"
+#: ../../include/profile_advanced.php:52
+msgid "Tags:"
+msgstr "Labels:"
 
-#: ../../mod/contacts.php:263
-msgid "Contact has been removed."
-msgstr "Contact is verwijderd."
+#: ../../include/profile_advanced.php:56
+msgid "Religion:"
+msgstr "Religie:"
 
-#: ../../mod/contacts.php:301
-#, php-format
-msgid "You are mutual friends with %s"
-msgstr "Je bent wederzijds bevriend met %s"
+#: ../../include/profile_advanced.php:60
+msgid "Hobbies/Interests:"
+msgstr "Hobby:"
 
-#: ../../mod/contacts.php:305
-#, php-format
-msgid "You are sharing with %s"
-msgstr "Je deelt met %s"
+#: ../../include/profile_advanced.php:67
+msgid "Contact information and Social Networks:"
+msgstr "Contactinformatie en sociale netwerken:"
 
-#: ../../mod/contacts.php:310
-#, php-format
-msgid "%s is sharing with you"
-msgstr "%s deelt met jou"
+#: ../../include/profile_advanced.php:69
+msgid "Musical interests:"
+msgstr "Muzikale interesse "
 
-#: ../../mod/contacts.php:327
-msgid "Private communications are not available for this contact."
-msgstr "Privécommunicatie met dit contact is niet beschikbaar."
+#: ../../include/profile_advanced.php:71
+msgid "Books, literature:"
+msgstr "Boeken, literatuur:"
 
-#: ../../mod/contacts.php:334
-msgid "(Update was successful)"
-msgstr "(Wijziging is geslaagd)"
+#: ../../include/profile_advanced.php:73
+msgid "Television:"
+msgstr "Televisie"
 
-#: ../../mod/contacts.php:334
-msgid "(Update was not successful)"
-msgstr "(Wijziging is niet geslaagd)"
+#: ../../include/profile_advanced.php:75
+msgid "Film/dance/culture/entertainment:"
+msgstr "Film/dans/cultuur/ontspanning:"
 
-#: ../../mod/contacts.php:336
-msgid "Suggest friends"
-msgstr "Stel vrienden voor"
+#: ../../include/profile_advanced.php:77
+msgid "Love/Romance:"
+msgstr "Liefde/romance:"
 
-#: ../../mod/contacts.php:340
-#, php-format
-msgid "Network type: %s"
-msgstr "Netwerk type: %s"
+#: ../../include/profile_advanced.php:79
+msgid "Work/employment:"
+msgstr "Werk/beroep:"
 
-#: ../../mod/contacts.php:348
-msgid "View all contacts"
-msgstr "Alle contacten zien"
+#: ../../include/profile_advanced.php:81
+msgid "School/education:"
+msgstr "School/opleiding:"
 
-#: ../../mod/contacts.php:356
-msgid "Toggle Blocked status"
-msgstr "Schakel geblokkeerde status"
+#: ../../include/bbcode.php:215 ../../include/bbcode.php:620
+#: ../../include/bbcode.php:621
+msgid "Image/photo"
+msgstr "Afbeelding/foto"
 
-#: ../../mod/contacts.php:359 ../../mod/contacts.php:413
-msgid "Unignore"
-msgstr "Negeer niet meer"
+#: ../../include/bbcode.php:285
+#, php-format
+msgid ""
+"<span><a href=\"%s\" target=\"external-link\">%s</a> wrote the following <a "
+"href=\"%s\" target=\"external-link\">post</a>"
+msgstr "<span><a href=\"%s\" target=\"external-link\">%s</a> schreef het volgende <a href=\"%s\" target=\"external-link\">bericht</a>"
 
-#: ../../mod/contacts.php:362
-msgid "Toggle Ignored status"
-msgstr "Schakel negeer status"
+#: ../../include/bbcode.php:584 ../../include/bbcode.php:604
+msgid "$1 wrote:"
+msgstr "$1 schreef:"
 
-#: ../../mod/contacts.php:366
-msgid "Unarchive"
-msgstr "Archiveer niet meer"
+#: ../../include/bbcode.php:631 ../../include/bbcode.php:632
+msgid "Encrypted content"
+msgstr "Versleutelde inhoud"
 
-#: ../../mod/contacts.php:366
-msgid "Archive"
-msgstr "Archiveer"
+#: ../../include/contact_selectors.php:32
+msgid "Unknown | Not categorised"
+msgstr "Onbekend | Niet "
 
-#: ../../mod/contacts.php:369
-msgid "Toggle Archive status"
-msgstr "Schakel archiveringsstatus"
+#: ../../include/contact_selectors.php:33
+msgid "Block immediately"
+msgstr "Onmiddellijk blokkeren"
 
-#: ../../mod/contacts.php:372
-msgid "Repair"
-msgstr "Herstellen"
+#: ../../include/contact_selectors.php:34
+msgid "Shady, spammer, self-marketer"
+msgstr ""
 
-#: ../../mod/contacts.php:375
-msgid "Advanced Contact Settings"
-msgstr "Geavanceerde instellingen voor contacten"
+#: ../../include/contact_selectors.php:35
+msgid "Known to me, but no opinion"
+msgstr "Bekend, maar geen mening"
 
-#: ../../mod/contacts.php:381
-msgid "Communications lost with this contact!"
-msgstr "Communicatie met dit contact is verbroken!"
+#: ../../include/contact_selectors.php:36
+msgid "OK, probably harmless"
+msgstr "OK, waarschijnlijk onschadelijk"
 
-#: ../../mod/contacts.php:384
-msgid "Contact Editor"
-msgstr "Contactbewerker"
+#: ../../include/contact_selectors.php:37
+msgid "Reputable, has my trust"
+msgstr "Gerenommeerd, heeft mijn vertrouwen"
 
-#: ../../mod/contacts.php:387
-msgid "Profile Visibility"
-msgstr "Zichtbaarheid profiel"
+#: ../../include/contact_selectors.php:60
+msgid "Weekly"
+msgstr "wekelijks"
 
-#: ../../mod/contacts.php:388
-#, php-format
-msgid ""
-"Please choose the profile you would like to display to %s when viewing your "
-"profile securely."
-msgstr "Kies het profiel dat getoond moet worden wanneer %s uw profiel bezoekt. "
+#: ../../include/contact_selectors.php:61
+msgid "Monthly"
+msgstr "maandelijks"
 
-#: ../../mod/contacts.php:389
-msgid "Contact Information / Notes"
-msgstr "Contactinformatie / Opmerkingen"
+#: ../../include/contact_selectors.php:77
+msgid "OStatus"
+msgstr "OStatus"
 
-#: ../../mod/contacts.php:390
-msgid "Edit contact notes"
-msgstr "Wijzig opmerkingen over dit contact"
+#: ../../include/contact_selectors.php:78
+msgid "RSS/Atom"
+msgstr "RSS/Atom"
 
-#: ../../mod/contacts.php:396
-msgid "Block/Unblock contact"
-msgstr "Blokkeer/deblokkeer contact"
+#: ../../include/contact_selectors.php:82
+msgid "Zot!"
+msgstr "Zot!"
 
-#: ../../mod/contacts.php:397
-msgid "Ignore contact"
-msgstr "Negeer contact"
+#: ../../include/contact_selectors.php:83
+msgid "LinkedIn"
+msgstr "Linkedln"
 
-#: ../../mod/contacts.php:398
-msgid "Repair URL settings"
-msgstr ""
+#: ../../include/contact_selectors.php:84
+msgid "XMPP/IM"
+msgstr "XMPP/IM"
 
-#: ../../mod/contacts.php:399
-msgid "View conversations"
-msgstr "Toon conversaties"
+#: ../../include/contact_selectors.php:85
+msgid "MySpace"
+msgstr "Myspace"
 
-#: ../../mod/contacts.php:401
-msgid "Delete contact"
-msgstr "Verwijder contact"
+#: ../../include/contact_selectors.php:87
+msgid "Google+"
+msgstr "Google+"
 
-#: ../../mod/contacts.php:405
-msgid "Last update:"
-msgstr "Laatste wijziging:"
+#: ../../include/contact_selectors.php:88
+msgid "pump.io"
+msgstr ""
 
-#: ../../mod/contacts.php:407
-msgid "Update public posts"
-msgstr "Openbare posts aanpassen"
+#: ../../include/contact_selectors.php:89
+msgid "Twitter"
+msgstr ""
 
-#: ../../mod/contacts.php:416
-msgid "Currently blocked"
-msgstr "Op dit moment geblokkeerd"
+#: ../../include/datetime.php:43 ../../include/datetime.php:45
+msgid "Miscellaneous"
+msgstr "Diversen"
 
-#: ../../mod/contacts.php:417
-msgid "Currently ignored"
-msgstr "Op dit moment genegeerd"
+#: ../../include/datetime.php:153 ../../include/datetime.php:285
+msgid "year"
+msgstr "jaar"
 
-#: ../../mod/contacts.php:418
-msgid "Currently archived"
-msgstr "Op dit moment gearchiveerd"
+#: ../../include/datetime.php:158 ../../include/datetime.php:286
+msgid "month"
+msgstr "maand"
 
-#: ../../mod/contacts.php:419
-msgid ""
-"Replies/likes to your public posts <strong>may</strong> still be visible"
-msgstr "Antwoorden of 'vind ik leuk's op je openbare posts <strong>kunnen</strong> nog zichtbaar zijn"
+#: ../../include/datetime.php:163 ../../include/datetime.php:288
+msgid "day"
+msgstr "dag"
 
-#: ../../mod/contacts.php:470
-msgid "Suggestions"
-msgstr "Voorstellen"
+#: ../../include/datetime.php:276
+msgid "never"
+msgstr "nooit"
 
-#: ../../mod/contacts.php:473
-msgid "Suggest potential friends"
-msgstr "Stel vrienden voor"
+#: ../../include/datetime.php:282
+msgid "less than a second ago"
+msgstr "minder dan een seconde geleden"
 
-#: ../../mod/contacts.php:479
-msgid "Show all contacts"
-msgstr "Toon alle contacten"
+#: ../../include/datetime.php:285
+msgid "years"
+msgstr "jaren"
 
-#: ../../mod/contacts.php:482
-msgid "Unblocked"
-msgstr "Niet geblokkeerd"
+#: ../../include/datetime.php:286
+msgid "months"
+msgstr "maanden"
 
-#: ../../mod/contacts.php:485
-msgid "Only show unblocked contacts"
-msgstr "Toon alleen niet-geblokkeerde contacten"
+#: ../../include/datetime.php:287
+msgid "week"
+msgstr "week"
 
-#: ../../mod/contacts.php:489
-msgid "Blocked"
-msgstr "Geblokkeerd"
+#: ../../include/datetime.php:287
+msgid "weeks"
+msgstr "weken"
 
-#: ../../mod/contacts.php:492
-msgid "Only show blocked contacts"
-msgstr "Toon alleen geblokkeerde contacten"
+#: ../../include/datetime.php:288
+msgid "days"
+msgstr "dagen"
 
-#: ../../mod/contacts.php:496
-msgid "Ignored"
-msgstr "Genegeerd"
+#: ../../include/datetime.php:289
+msgid "hour"
+msgstr "uur"
 
-#: ../../mod/contacts.php:499
-msgid "Only show ignored contacts"
-msgstr "Toon alleen genegeerde contacten"
+#: ../../include/datetime.php:289
+msgid "hours"
+msgstr "uren"
 
-#: ../../mod/contacts.php:503
-msgid "Archived"
-msgstr "Gearchiveerd"
+#: ../../include/datetime.php:290
+msgid "minute"
+msgstr "minuut"
 
-#: ../../mod/contacts.php:506
-msgid "Only show archived contacts"
-msgstr "Toon alleen gearchiveerde contacten"
+#: ../../include/datetime.php:290
+msgid "minutes"
+msgstr "minuten"
 
-#: ../../mod/contacts.php:510
-msgid "Hidden"
-msgstr "Verborgen"
+#: ../../include/datetime.php:291
+msgid "second"
+msgstr "seconde"
 
-#: ../../mod/contacts.php:513
-msgid "Only show hidden contacts"
-msgstr "Toon alleen verborgen contacten"
+#: ../../include/datetime.php:291
+msgid "seconds"
+msgstr "secondes"
 
-#: ../../mod/contacts.php:561
-msgid "Mutual Friendship"
-msgstr "Wederzijdse vriendschap"
+#: ../../include/datetime.php:300
+#, php-format
+msgid "%1$d %2$s ago"
+msgstr "%1$d %2$s geleden"
 
-#: ../../mod/contacts.php:565
-msgid "is a fan of yours"
-msgstr "Is een fan van jou"
+#: ../../include/datetime.php:472 ../../include/items.php:1829
+#, php-format
+msgid "%s's birthday"
+msgstr "%s's verjaardag"
 
-#: ../../mod/contacts.php:569
-msgid "you are a fan of"
-msgstr "Jij bent een fan van"
+#: ../../include/datetime.php:473 ../../include/items.php:1830
+#, php-format
+msgid "Happy Birthday %s"
+msgstr "Gefeliciteerd %s"
 
-#: ../../mod/contacts.php:611
-msgid "Search your contacts"
-msgstr "Doorzoek je contacten"
+#: ../../include/features.php:23
+msgid "General Features"
+msgstr "Algemene functies"
 
-#: ../../mod/oexchange.php:25
-msgid "Post successful."
-msgstr "Bericht succesvol geplaatst."
+#: ../../include/features.php:25
+msgid "Multiple Profiles"
+msgstr "Meerdere profielen"
 
-#: ../../mod/openid.php:24
-msgid "OpenID protocol error. No ID returned."
-msgstr "OpenID protocol fout. Geen ID Gevonden."
+#: ../../include/features.php:25
+msgid "Ability to create multiple profiles"
+msgstr "Mogelijkheid om meerdere profielen aan te maken"
 
-#: ../../mod/openid.php:53
-msgid ""
-"Account not found and OpenID registration is not permitted on this site."
-msgstr "Account niet gevonden, en OpenID-registratie is niet toegelaten op deze website."
+#: ../../include/features.php:30
+msgid "Post Composition Features"
+msgstr "Functies voor het opstellen van berichten"
 
-#: ../../mod/profile_photo.php:44
-msgid "Image uploaded but image cropping failed."
-msgstr "Afbeelding opgeladen, maar bijsnijden mislukt."
+#: ../../include/features.php:31
+msgid "Richtext Editor"
+msgstr "RTF-tekstverwerker"
 
-#: ../../mod/profile_photo.php:77 ../../mod/profile_photo.php:84
-#: ../../mod/profile_photo.php:91 ../../mod/profile_photo.php:308
-#, php-format
-msgid "Image size reduction [%s] failed."
-msgstr "Verkleining van de afbeelding [%s] mislukt."
+#: ../../include/features.php:31
+msgid "Enable richtext editor"
+msgstr "Gebruik een tekstverwerker met eenvoudige opmaakfuncties"
 
-#: ../../mod/profile_photo.php:118
-msgid ""
-"Shift-reload the page or clear browser cache if the new photo does not "
-"display immediately."
-msgstr "Shift-herlaad de pagina, of maak de browser cache leeg als nieuwe foto's niet onmiddellijk verschijnen."
+#: ../../include/features.php:32
+msgid "Post Preview"
+msgstr "Voorvertoning bericht"
 
-#: ../../mod/profile_photo.php:128
-msgid "Unable to process image"
-msgstr "Ik kan de afbeelding niet verwerken"
+#: ../../include/features.php:32
+msgid "Allow previewing posts and comments before publishing them"
+msgstr ""
 
-#: ../../mod/profile_photo.php:242
-msgid "Upload File:"
-msgstr "Upload bestand:"
+#: ../../include/features.php:37
+msgid "Network Sidebar Widgets"
+msgstr "Zijbalkwidgets op netwerkpagina"
 
-#: ../../mod/profile_photo.php:243
-msgid "Select a profile:"
-msgstr "Kies een profiel:"
+#: ../../include/features.php:38
+msgid "Search by Date"
+msgstr "Zoeken op datum"
 
-#: ../../mod/profile_photo.php:245
-msgid "Upload"
-msgstr "Uploaden"
+#: ../../include/features.php:38
+msgid "Ability to select posts by date ranges"
+msgstr "Mogelijkheid om berichten te selecteren volgens datumbereik"
 
-#: ../../mod/profile_photo.php:248
-msgid "skip this step"
-msgstr "Deze stap overslaan"
+#: ../../include/features.php:39
+msgid "Group Filter"
+msgstr "Groepsfilter"
 
-#: ../../mod/profile_photo.php:248
-msgid "select a photo from your photo albums"
-msgstr "Kies een foto uit je fotoalbums"
+#: ../../include/features.php:39
+msgid "Enable widget to display Network posts only from selected group"
+msgstr "Sta de widget toe om netwerkberichten te tonen van bepaalde groepen"
 
-#: ../../mod/profile_photo.php:262
-msgid "Crop Image"
-msgstr "Afbeelding bijsnijden"
+#: ../../include/features.php:40
+msgid "Network Filter"
+msgstr "Netwerkfilter"
 
-#: ../../mod/profile_photo.php:263
-msgid "Please adjust the image cropping for optimum viewing."
-msgstr "Pas het afsnijden van de afbeelding aan voor het beste resultaat."
+#: ../../include/features.php:40
+msgid "Enable widget to display Network posts only from selected network"
+msgstr "Sta de widget toe om netwerkberichten te tonen van bepaalde netwerken"
 
-#: ../../mod/profile_photo.php:265
-msgid "Done Editing"
-msgstr "Wijzigingen compleet"
+#: ../../include/features.php:41
+msgid "Save search terms for re-use"
+msgstr "Sla zoekopdrachten op voor hergebruik"
 
-#: ../../mod/profile_photo.php:299
-msgid "Image uploaded successfully."
-msgstr "Uploaden van afbeelding gelukt."
+#: ../../include/features.php:46
+msgid "Network Tabs"
+msgstr "Netwerktabs"
 
-#: ../../mod/community.php:23
-msgid "Not available."
-msgstr "Niet beschikbaar"
+#: ../../include/features.php:47
+msgid "Network Personal Tab"
+msgstr "Persoonlijke netwerktab"
 
-#: ../../mod/content.php:626 ../../object/Item.php:362
-#, php-format
-msgid "%d comment"
-msgid_plural "%d comments"
-msgstr[0] "%d reactie"
-msgstr[1] "%d reacties"
+#: ../../include/features.php:47
+msgid "Enable tab to display only Network posts that you've interacted on"
+msgstr "Sta het toe dat de tab netwerkberichten toont waarmee je interactie had"
 
-#: ../../mod/content.php:707 ../../object/Item.php:232
-msgid "like"
-msgstr "Leuk"
+#: ../../include/features.php:48
+msgid "Network New Tab"
+msgstr "Nieuwe netwerktab"
 
-#: ../../mod/content.php:708 ../../object/Item.php:233
-msgid "dislike"
-msgstr "Niet leuk"
+#: ../../include/features.php:48
+msgid "Enable tab to display only new Network posts (from the last 12 hours)"
+msgstr "Laat de tab alleen nieuwe netwerkberichten tonen (van de laatste 12 uur)"
 
-#: ../../mod/content.php:710 ../../object/Item.php:235
-msgid "Share this"
-msgstr "Delen"
+#: ../../include/features.php:49
+msgid "Network Shared Links Tab"
+msgstr ""
 
-#: ../../mod/content.php:710 ../../object/Item.php:235
-msgid "share"
-msgstr "Delen"
+#: ../../include/features.php:49
+msgid "Enable tab to display only Network posts with links in them"
+msgstr ""
 
-#: ../../mod/content.php:734 ../../object/Item.php:654
-msgid "Bold"
-msgstr "Vet"
+#: ../../include/features.php:54
+msgid "Post/Comment Tools"
+msgstr "Bericht-/reactiehulpmiddelen"
 
-#: ../../mod/content.php:735 ../../object/Item.php:655
-msgid "Italic"
-msgstr "Cursief"
+#: ../../include/features.php:55
+msgid "Multiple Deletion"
+msgstr "Meervoudige verwijdering"
 
-#: ../../mod/content.php:736 ../../object/Item.php:656
-msgid "Underline"
-msgstr "Onderstrepen"
+#: ../../include/features.php:55
+msgid "Select and delete multiple posts/comments at once"
+msgstr "Selecteer en verwijder meerdere berichten/reacties in een keer"
 
-#: ../../mod/content.php:737 ../../object/Item.php:657
-msgid "Quote"
-msgstr "Citeer"
+#: ../../include/features.php:56
+msgid "Edit Sent Posts"
+msgstr "Bewerk verzonden berichten"
 
-#: ../../mod/content.php:738 ../../object/Item.php:658
-msgid "Code"
-msgstr "Code"
+#: ../../include/features.php:56
+msgid "Edit and correct posts and comments after sending"
+msgstr "Bewerk en corrigeer berichten en reacties na verzending"
 
-#: ../../mod/content.php:739 ../../object/Item.php:659
-msgid "Image"
-msgstr "Afbeelding"
+#: ../../include/features.php:57
+msgid "Tagging"
+msgstr "Labelen"
 
-#: ../../mod/content.php:740 ../../object/Item.php:660
-msgid "Link"
-msgstr "Link"
+#: ../../include/features.php:57
+msgid "Ability to tag existing posts"
+msgstr "Mogelijkheid om bestaande berichten te labelen"
 
-#: ../../mod/content.php:741 ../../object/Item.php:661
-msgid "Video"
-msgstr "Video"
+#: ../../include/features.php:58
+msgid "Post Categories"
+msgstr "Categorieën berichten"
 
-#: ../../mod/content.php:776 ../../object/Item.php:211
-msgid "add star"
-msgstr "Ster toevoegen"
+#: ../../include/features.php:58
+msgid "Add categories to your posts"
+msgstr "Voeg categorieën toe aan je berichten"
 
-#: ../../mod/content.php:777 ../../object/Item.php:212
-msgid "remove star"
-msgstr "Ster verwijderen"
+#: ../../include/features.php:59
+msgid "Ability to file posts under folders"
+msgstr "Mogelijkheid om berichten in mappen te bewaren"
 
-#: ../../mod/content.php:778 ../../object/Item.php:213
-msgid "toggle star status"
-msgstr "Ster toevoegen of verwijderen"
+#: ../../include/features.php:60
+msgid "Dislike Posts"
+msgstr "Vind berichten niet leuk"
 
-#: ../../mod/content.php:781 ../../object/Item.php:216
-msgid "starred"
-msgstr "Met ster"
+#: ../../include/features.php:60
+msgid "Ability to dislike posts/comments"
+msgstr "Mogelijkheid om berichten of reacties niet leuk te vinden"
 
-#: ../../mod/content.php:782 ../../object/Item.php:221
-msgid "add tag"
-msgstr "Label toevoegen"
+#: ../../include/features.php:61
+msgid "Star Posts"
+msgstr "Geef berichten een ster"
 
-#: ../../mod/content.php:786 ../../object/Item.php:130
-msgid "save to folder"
-msgstr "Bewaren in map"
+#: ../../include/features.php:61
+msgid "Ability to mark special posts with a star indicator"
+msgstr ""
 
-#: ../../mod/content.php:877 ../../object/Item.php:308
-msgid "to"
-msgstr "aan"
+#: ../../include/diaspora.php:704
+msgid "Sharing notification from Diaspora network"
+msgstr ""
 
-#: ../../mod/content.php:878 ../../object/Item.php:310
-msgid "Wall-to-Wall"
-msgstr "wall-to-wall"
+#: ../../include/diaspora.php:2269
+msgid "Attachments:"
+msgstr "Bijlagen:"
 
-#: ../../mod/content.php:879 ../../object/Item.php:311
-msgid "via Wall-To-Wall:"
-msgstr "via wall-to-wall"
+#: ../../include/acl_selectors.php:325
+msgid "Visible to everybody"
+msgstr "Zichtbaar voor iedereen"
 
-#: ../../object/Item.php:92
-msgid "This entry was edited"
+#: ../../include/items.php:3539
+msgid "A new person is sharing with you at "
 msgstr ""
 
-#: ../../object/Item.php:309
-msgid "via"
-msgstr "via"
+#: ../../include/items.php:3539
+msgid "You have a new follower at "
+msgstr "Je hebt een nieuwe volger op "
 
-#: ../../view/theme/cleanzero/config.php:82
-#: ../../view/theme/diabook/config.php:154
-#: ../../view/theme/dispy/config.php:72 ../../view/theme/quattro/config.php:66
-msgid "Theme settings"
-msgstr "Thema instellingen"
+#: ../../include/items.php:4062
+msgid "Do you really want to delete this item?"
+msgstr "Wil je echt dit item verwijderen?"
 
-#: ../../view/theme/cleanzero/config.php:83
-msgid "Set resize level for images in posts and comments (width and height)"
-msgstr ""
+#: ../../include/items.php:4285
+msgid "Archives"
+msgstr "Archieven"
 
-#: ../../view/theme/cleanzero/config.php:84
-#: ../../view/theme/diabook/config.php:155
-#: ../../view/theme/dispy/config.php:73
-msgid "Set font-size for posts and comments"
-msgstr "Stel lettergrootte voor berichten en reacties in"
+#: ../../include/oembed.php:140
+msgid "Embedded content"
+msgstr "Ingebedde inhoud"
 
-#: ../../view/theme/cleanzero/config.php:85
-msgid "Set theme width"
-msgstr "Stel breedte van het thema in"
+#: ../../include/oembed.php:149
+msgid "Embedding disabled"
+msgstr "Inbedden uitgeschakeld"
 
-#: ../../view/theme/cleanzero/config.php:86
-#: ../../view/theme/quattro/config.php:68
-msgid "Color scheme"
-msgstr "Kleurschema"
+#: ../../include/security.php:22
+msgid "Welcome "
+msgstr "Welkom"
 
-#: ../../view/theme/diabook/config.php:156
-#: ../../view/theme/dispy/config.php:74
-msgid "Set line-height for posts and comments"
-msgstr ""
+#: ../../include/security.php:23
+msgid "Please upload a profile photo."
+msgstr "Upload een profielfoto."
 
-#: ../../view/theme/diabook/config.php:157
-msgid "Set resolution for middle column"
+#: ../../include/security.php:26
+msgid "Welcome back "
+msgstr "Welkom terug "
+
+#: ../../include/security.php:366
+msgid ""
+"The form security token was not correct. This probably happened because the "
+"form has been opened for too long (>3 hours) before submitting it."
 msgstr ""
 
-#: ../../view/theme/diabook/config.php:158
-msgid "Set color scheme"
-msgstr "Stel kleurenschema in"
+#: ../../include/profile_selectors.php:6
+msgid "Male"
+msgstr "Man"
 
-#: ../../view/theme/diabook/config.php:159
-#: ../../view/theme/diabook/theme.php:609
-msgid "Set twitter search term"
-msgstr "Stel zoekterm Twitter in"
+#: ../../include/profile_selectors.php:6
+msgid "Female"
+msgstr "Vrouw"
 
-#: ../../view/theme/diabook/config.php:160
-msgid "Set zoomfactor for Earth Layer"
-msgstr ""
+#: ../../include/profile_selectors.php:6
+msgid "Currently Male"
+msgstr "Momenteel mannelijk"
 
-#: ../../view/theme/diabook/config.php:161
-#: ../../view/theme/diabook/theme.php:578
-msgid "Set longitude (X) for Earth Layers"
-msgstr ""
+#: ../../include/profile_selectors.php:6
+msgid "Currently Female"
+msgstr "Momenteel vrouwelijk"
 
-#: ../../view/theme/diabook/config.php:162
-#: ../../view/theme/diabook/theme.php:579
-msgid "Set latitude (Y) for Earth Layers"
-msgstr ""
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Male"
+msgstr "Meestal mannelijk"
 
-#: ../../view/theme/diabook/config.php:163
-#: ../../view/theme/diabook/theme.php:94
-#: ../../view/theme/diabook/theme.php:537
-#: ../../view/theme/diabook/theme.php:632
-msgid "Community Pages"
-msgstr "Gemeenschapspagina's"
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Female"
+msgstr "Meestal vrouwelijk"
 
-#: ../../view/theme/diabook/config.php:164
-#: ../../view/theme/diabook/theme.php:572
-#: ../../view/theme/diabook/theme.php:633
-msgid "Earth Layers"
-msgstr "Earth Layers"
+#: ../../include/profile_selectors.php:6
+msgid "Transgender"
+msgstr "Transgender"
 
-#: ../../view/theme/diabook/config.php:165
-#: ../../view/theme/diabook/theme.php:384
-#: ../../view/theme/diabook/theme.php:634
-msgid "Community Profiles"
-msgstr "Gemeenschapsprofielen"
+#: ../../include/profile_selectors.php:6
+msgid "Intersex"
+msgstr "Interseksueel"
+
+#: ../../include/profile_selectors.php:6
+msgid "Transsexual"
+msgstr "Transseksueel"
+
+#: ../../include/profile_selectors.php:6
+msgid "Hermaphrodite"
+msgstr "Hermafrodiet"
 
-#: ../../view/theme/diabook/config.php:166
-#: ../../view/theme/diabook/theme.php:592
-#: ../../view/theme/diabook/theme.php:635
-msgid "Help or @NewHere ?"
-msgstr ""
+#: ../../include/profile_selectors.php:6
+msgid "Neuter"
+msgstr "Genderneutraal"
 
-#: ../../view/theme/diabook/config.php:167
-#: ../../view/theme/diabook/theme.php:599
-#: ../../view/theme/diabook/theme.php:636
-msgid "Connect Services"
-msgstr "Diensten verbinden"
+#: ../../include/profile_selectors.php:6
+msgid "Non-specific"
+msgstr "Niet-specifiek"
 
-#: ../../view/theme/diabook/config.php:168
-#: ../../view/theme/diabook/theme.php:516
-#: ../../view/theme/diabook/theme.php:637
-msgid "Find Friends"
-msgstr "Zoek vrienden"
+#: ../../include/profile_selectors.php:6
+msgid "Other"
+msgstr "Anders"
 
-#: ../../view/theme/diabook/config.php:169
-msgid "Last tweets"
-msgstr "Recente tweets"
+#: ../../include/profile_selectors.php:6
+msgid "Undecided"
+msgstr "Onbeslist"
 
-#: ../../view/theme/diabook/config.php:170
-#: ../../view/theme/diabook/theme.php:405
-#: ../../view/theme/diabook/theme.php:639
-msgid "Last users"
-msgstr "Laatste gebruikers"
+#: ../../include/profile_selectors.php:23
+msgid "Males"
+msgstr "Manen"
 
-#: ../../view/theme/diabook/config.php:171
-#: ../../view/theme/diabook/theme.php:479
-#: ../../view/theme/diabook/theme.php:640
-msgid "Last photos"
-msgstr "Laatste foto's"
+#: ../../include/profile_selectors.php:23
+msgid "Females"
+msgstr "Vrouwen"
 
-#: ../../view/theme/diabook/config.php:172
-#: ../../view/theme/diabook/theme.php:434
-#: ../../view/theme/diabook/theme.php:641
-msgid "Last likes"
-msgstr "Recent leuk gevonden"
+#: ../../include/profile_selectors.php:23
+msgid "Gay"
+msgstr "Homo"
 
-#: ../../view/theme/diabook/theme.php:89
-msgid "Your contacts"
-msgstr "Jouw contacten"
+#: ../../include/profile_selectors.php:23
+msgid "Lesbian"
+msgstr "Lesbie"
 
-#: ../../view/theme/diabook/theme.php:517
-msgid "Local Directory"
-msgstr "Lokale gids"
+#: ../../include/profile_selectors.php:23
+msgid "No Preference"
+msgstr "Geen voorkeur"
 
-#: ../../view/theme/diabook/theme.php:577
-msgid "Set zoomfactor for Earth Layers"
-msgstr ""
+#: ../../include/profile_selectors.php:23
+msgid "Bisexual"
+msgstr "Biseksueel"
 
-#: ../../view/theme/diabook/theme.php:606
-#: ../../view/theme/diabook/theme.php:638
-msgid "Last Tweets"
-msgstr "Recente tweets"
+#: ../../include/profile_selectors.php:23
+msgid "Autosexual"
+msgstr "Autoseksueel"
 
-#: ../../view/theme/diabook/theme.php:630
-msgid "Show/hide boxes at right-hand column:"
-msgstr ""
+#: ../../include/profile_selectors.php:23
+msgid "Abstinent"
+msgstr "Onthouder"
 
-#: ../../view/theme/dispy/config.php:75
-msgid "Set colour scheme"
-msgstr "Stel kleurschema in"
+#: ../../include/profile_selectors.php:23
+msgid "Virgin"
+msgstr "Maagd"
 
-#: ../../view/theme/quattro/config.php:67
-msgid "Alignment"
-msgstr "Uitlijning"
+#: ../../include/profile_selectors.php:23
+msgid "Deviant"
+msgstr "Afwijkend"
 
-#: ../../view/theme/quattro/config.php:67
-msgid "Left"
-msgstr "Links"
+#: ../../include/profile_selectors.php:23
+msgid "Fetish"
+msgstr ""
 
-#: ../../view/theme/quattro/config.php:67
-msgid "Center"
-msgstr "Gecentreerd"
+#: ../../include/profile_selectors.php:23
+msgid "Oodles"
+msgstr ""
 
-#: ../../view/theme/quattro/config.php:69
-msgid "Posts font size"
-msgstr "Lettergrootte berichten"
+#: ../../include/profile_selectors.php:23
+msgid "Nonsexual"
+msgstr "Niet seksueel"
 
-#: ../../view/theme/quattro/config.php:70
-msgid "Textareas font size"
-msgstr "Lettergrootte tekstgebieden"
+#: ../../include/profile_selectors.php:42
+msgid "Single"
+msgstr "Alleenstaand"
 
-#: ../../index.php:405
-msgid "toggle mobile"
-msgstr "mobiel thema omwisselen"
+#: ../../include/profile_selectors.php:42
+msgid "Lonely"
+msgstr "Eenzaam"
 
-#: ../../boot.php:673
-msgid "Delete this item?"
-msgstr "Dit item verwijderen?"
+#: ../../include/profile_selectors.php:42
+msgid "Available"
+msgstr "Beschikbaar"
 
-#: ../../boot.php:676
-msgid "show fewer"
-msgstr "Minder tonen"
+#: ../../include/profile_selectors.php:42
+msgid "Unavailable"
+msgstr "Onbeschikbaar"
 
-#: ../../boot.php:1003
-#, php-format
-msgid "Update %s failed. See error logs."
-msgstr "Wijziging %s mislukt. Lees de error logbestanden."
+#: ../../include/profile_selectors.php:42
+msgid "Has crush"
+msgstr "Verliefd"
 
-#: ../../boot.php:1005
-#, php-format
-msgid "Update Error at %s"
-msgstr "Wijzigingsfout op %s"
+#: ../../include/profile_selectors.php:42
+msgid "Infatuated"
+msgstr ""
 
-#: ../../boot.php:1115
-msgid "Create a New Account"
-msgstr "Nieuw account aanmaken"
+#: ../../include/profile_selectors.php:42
+msgid "Dating"
+msgstr "Aan het daten"
 
-#: ../../boot.php:1143
-msgid "Nickname or Email address: "
-msgstr "Bijnaam of e-mailadres:"
+#: ../../include/profile_selectors.php:42
+msgid "Unfaithful"
+msgstr "Ontrouw"
 
-#: ../../boot.php:1144
-msgid "Password: "
-msgstr "Wachtwoord:"
+#: ../../include/profile_selectors.php:42
+msgid "Sex Addict"
+msgstr "Seksverslaafd"
 
-#: ../../boot.php:1145
-msgid "Remember me"
-msgstr "Onthou me"
+#: ../../include/profile_selectors.php:42
+msgid "Friends/Benefits"
+msgstr "Vriendschap plus"
 
-#: ../../boot.php:1148
-msgid "Or login using OpenID: "
-msgstr "Of log in met OpenID:"
+#: ../../include/profile_selectors.php:42
+msgid "Casual"
+msgstr ""
 
-#: ../../boot.php:1154
-msgid "Forgot your password?"
-msgstr "Wachtwoord vergeten?"
+#: ../../include/profile_selectors.php:42
+msgid "Engaged"
+msgstr "Verloofd"
 
-#: ../../boot.php:1157
-msgid "Website Terms of Service"
-msgstr "Gebruikersvoorwaarden website"
+#: ../../include/profile_selectors.php:42
+msgid "Married"
+msgstr "Getrouwd"
 
-#: ../../boot.php:1158
-msgid "terms of service"
-msgstr "servicevoorwaarden"
+#: ../../include/profile_selectors.php:42
+msgid "Imaginarily married"
+msgstr ""
 
-#: ../../boot.php:1160
-msgid "Website Privacy Policy"
-msgstr "Privacybeleid website"
+#: ../../include/profile_selectors.php:42
+msgid "Partners"
+msgstr "Partners"
 
-#: ../../boot.php:1161
-msgid "privacy policy"
-msgstr "privacybeleid"
+#: ../../include/profile_selectors.php:42
+msgid "Cohabiting"
+msgstr "Samenwonend"
 
-#: ../../boot.php:1290
-msgid "Requested account is not available."
-msgstr "Gevraagde account is niet beschikbaar."
+#: ../../include/profile_selectors.php:42
+msgid "Common law"
+msgstr ""
 
-#: ../../boot.php:1369 ../../boot.php:1473
-msgid "Edit profile"
-msgstr "Bewerk profiel"
+#: ../../include/profile_selectors.php:42
+msgid "Happy"
+msgstr "Blij"
 
-#: ../../boot.php:1435
-msgid "Message"
-msgstr "Bericht"
+#: ../../include/profile_selectors.php:42
+msgid "Not looking"
+msgstr ""
 
-#: ../../boot.php:1443
-msgid "Manage/edit profiles"
-msgstr "Beheer/Wijzig profielen"
+#: ../../include/profile_selectors.php:42
+msgid "Swinger"
+msgstr "Swinger"
 
-#: ../../boot.php:1572 ../../boot.php:1658
-msgid "g A l F d"
-msgstr "G l j F"
+#: ../../include/profile_selectors.php:42
+msgid "Betrayed"
+msgstr "Bedrogen"
 
-#: ../../boot.php:1573 ../../boot.php:1659
-msgid "d"
-msgstr "d F"
+#: ../../include/profile_selectors.php:42
+msgid "Separated"
+msgstr ""
 
-#: ../../boot.php:1618 ../../boot.php:1699
-msgid "[today]"
-msgstr "[vandaag]"
+#: ../../include/profile_selectors.php:42
+msgid "Unstable"
+msgstr "Onstabiel"
 
-#: ../../boot.php:1630
-msgid "Birthday Reminders"
-msgstr "Verjaardagsherinneringen"
+#: ../../include/profile_selectors.php:42
+msgid "Divorced"
+msgstr "Gescheiden"
 
-#: ../../boot.php:1631
-msgid "Birthdays this week:"
-msgstr "Verjaardagen deze week:"
+#: ../../include/profile_selectors.php:42
+msgid "Imaginarily divorced"
+msgstr ""
 
-#: ../../boot.php:1692
-msgid "[No description]"
-msgstr "[Geen beschrijving]"
+#: ../../include/profile_selectors.php:42
+msgid "Widowed"
+msgstr ""
 
-#: ../../boot.php:1710
-msgid "Event Reminders"
-msgstr "Gebeurtenisherinneringen"
+#: ../../include/profile_selectors.php:42
+msgid "Uncertain"
+msgstr "Onzeker"
 
-#: ../../boot.php:1711
-msgid "Events this week:"
-msgstr "Gebeurtenissen deze week:"
+#: ../../include/profile_selectors.php:42
+msgid "It's complicated"
+msgstr "Het is gecompliceerd"
 
-#: ../../boot.php:1947
-msgid "Status Messages and Posts"
-msgstr "Statusmeldingen en berichten"
+#: ../../include/profile_selectors.php:42
+msgid "Don't care"
+msgstr "Kan me niet schelen"
 
-#: ../../boot.php:1954
-msgid "Profile Details"
-msgstr "Profiel Details"
+#: ../../include/profile_selectors.php:42
+msgid "Ask me"
+msgstr "Vraag me"
 
-#: ../../boot.php:1965 ../../boot.php:1968
-msgid "Videos"
-msgstr "Video's"
+#: ../../include/Contact.php:115
+msgid "stopped following"
+msgstr ""
 
-#: ../../boot.php:1978
-msgid "Events and Calendar"
-msgstr "Gebeurtenissen en kalender"
+#: ../../include/Contact.php:234
+msgid "Drop Contact"
+msgstr ""
 
-#: ../../boot.php:1985
-msgid "Only You Can See This"
-msgstr "Alleen jij kunt dit zien"
+#: ../../include/dba.php:44
+#, php-format
+msgid "Cannot locate DNS info for database server '%s'"
+msgstr ""
index 37e73256f6a8099f55ba2e579910b45f0f16a4ed..2b757898539c45e77504fd0216dd79601bfb8b20 100644 (file)
@@ -5,632 +5,392 @@ function string_plural_select_nl($n){
        return ($n != 1);;
 }}
 ;
+$a->strings["This entry was edited"] = "";
+$a->strings["Private Message"] = "Privébericht";
+$a->strings["Edit"] = "Bewerken";
+$a->strings["Select"] = "Kies";
+$a->strings["Delete"] = "Verwijder";
+$a->strings["save to folder"] = "Bewaren in map";
+$a->strings["add star"] = "ster toevoegen";
+$a->strings["remove star"] = "ster verwijderen";
+$a->strings["toggle star status"] = "ster toevoegen of verwijderen";
+$a->strings["starred"] = "met ster";
+$a->strings["add tag"] = "label toevoegen";
+$a->strings["I like this (toggle)"] = "Vind ik leuk";
+$a->strings["like"] = "leuk";
+$a->strings["I don't like this (toggle)"] = "Vind ik niet leuk";
+$a->strings["dislike"] = "niet leuk";
+$a->strings["Share this"] = "Delen";
+$a->strings["share"] = "Delen";
+$a->strings["Categories:"] = "Categorieën:";
+$a->strings["Filed under:"] = "Bewaard onder:";
+$a->strings["View %s's profile @ %s"] = "Bekijk het profiel van %s @ %s";
+$a->strings["to"] = "aan";
+$a->strings["via"] = "via";
+$a->strings["Wall-to-Wall"] = "wall-to-wall";
+$a->strings["via Wall-To-Wall:"] = "via wall-to-wall";
+$a->strings["%s from %s"] = "%s van %s";
+$a->strings["Comment"] = "Reacties";
+$a->strings["Please wait"] = "Even geduld";
+$a->strings["%d comment"] = array(
+       0 => "%d reactie",
+       1 => "%d reacties",
+);
+$a->strings["comment"] = array(
+       0 => "reactie",
+       1 => "reacties",
+);
+$a->strings["show more"] = "toon meer";
+$a->strings["This is you"] = "Dit ben jij";
+$a->strings["Submit"] = "Opslaan";
+$a->strings["Bold"] = "Vet";
+$a->strings["Italic"] = "Cursief";
+$a->strings["Underline"] = "Onderstrepen";
+$a->strings["Quote"] = "Citeren";
+$a->strings["Code"] = "Broncode";
+$a->strings["Image"] = "Afbeelding";
+$a->strings["Link"] = "Link";
+$a->strings["Video"] = "Video";
+$a->strings["Preview"] = "Voorvertoning";
+$a->strings["You must be logged in to use addons. "] = "";
+$a->strings["Not Found"] = "Niet gevonden";
+$a->strings["Page not found."] = "Pagina niet gevonden";
+$a->strings["Permission denied"] = "Toegang geweigerd";
+$a->strings["Permission denied."] = "Toegang geweigerd";
+$a->strings["toggle mobile"] = "mobiel thema omwisselen";
+$a->strings["Home"] = "Tijdlijn";
+$a->strings["Your posts and conversations"] = "Jouw berichten en conversaties";
 $a->strings["Profile"] = "Profiel";
-$a->strings["Full Name:"] = "Volledige Naam:";
-$a->strings["Gender:"] = "Geslacht:";
-$a->strings["j F, Y"] = "F j Y";
-$a->strings["j F"] = "F j";
-$a->strings["Birthday:"] = "Verjaardag:";
-$a->strings["Age:"] = "Leeftijd:";
-$a->strings["Status:"] = "Status:";
-$a->strings["for %1\$d %2\$s"] = "voor %1\$d %2\$s";
-$a->strings["Sexual Preference:"] = "Seksuele Voorkeur:";
-$a->strings["Homepage:"] = "Homepagina:";
-$a->strings["Hometown:"] = "Woonplaats:";
-$a->strings["Tags:"] = "Labels:";
-$a->strings["Political Views:"] = "Politieke standpunten:";
-$a->strings["Religion:"] = "Religie:";
-$a->strings["About:"] = "Over:";
-$a->strings["Hobbies/Interests:"] = "Hobby:";
-$a->strings["Likes:"] = "Houdt van:";
-$a->strings["Dislikes:"] = "Houdt niet van:";
-$a->strings["Contact information and Social Networks:"] = "Contactinformatie en Sociale Netwerken:";
-$a->strings["Musical interests:"] = "Muzikale interesse ";
-$a->strings["Books, literature:"] = "Boeken, literatuur:";
-$a->strings["Television:"] = "Televisie";
-$a->strings["Film/dance/culture/entertainment:"] = "Film/dans/cultuur/ontspanning:";
-$a->strings["Love/Romance:"] = "Liefde/romantiek:";
-$a->strings["Work/employment:"] = "Werk/beroep:";
-$a->strings["School/education:"] = "School/opleiding:";
-$a->strings["Male"] = "Man";
-$a->strings["Female"] = "Vrouw";
-$a->strings["Currently Male"] = "Momenteel mannelijk";
-$a->strings["Currently Female"] = "Momenteel vrouwelijk";
-$a->strings["Mostly Male"] = "Meestal mannelijk";
-$a->strings["Mostly Female"] = "Meestal vrouwelijk";
-$a->strings["Transgender"] = "Transgender";
-$a->strings["Intersex"] = "Interseksueel";
-$a->strings["Transsexual"] = "Transseksueel";
-$a->strings["Hermaphrodite"] = "Hermafrodiet";
-$a->strings["Neuter"] = "Genderneutraal";
-$a->strings["Non-specific"] = "Niet-specifiek";
-$a->strings["Other"] = "Anders";
-$a->strings["Undecided"] = "Onbeslist";
-$a->strings["Males"] = "Manen";
-$a->strings["Females"] = "Vrouwen";
-$a->strings["Gay"] = "Homo";
-$a->strings["Lesbian"] = "Lesbie";
-$a->strings["No Preference"] = "Geen voorkeur";
-$a->strings["Bisexual"] = "Biseksueel";
-$a->strings["Autosexual"] = "Autoseksueel";
-$a->strings["Abstinent"] = "Onthouder";
-$a->strings["Virgin"] = "Maagd";
-$a->strings["Deviant"] = "Afwijkend";
-$a->strings["Fetish"] = "";
-$a->strings["Oodles"] = "";
-$a->strings["Nonsexual"] = "Niet seksueel";
-$a->strings["Single"] = "Alleenstaand";
-$a->strings["Lonely"] = "Eenzaam";
-$a->strings["Available"] = "Beschikbaar";
-$a->strings["Unavailable"] = "Onbeschikbaar";
-$a->strings["Has crush"] = "Verliefd";
-$a->strings["Infatuated"] = "";
-$a->strings["Dating"] = "Aan het daten";
-$a->strings["Unfaithful"] = "Ontrouw";
-$a->strings["Sex Addict"] = "Seksverslaafd";
-$a->strings["Friends"] = "Vrienden";
-$a->strings["Friends/Benefits"] = "Vrienden met een beetje meer";
-$a->strings["Casual"] = "";
-$a->strings["Engaged"] = "Verloofd";
-$a->strings["Married"] = "Getrouwd";
-$a->strings["Imaginarily married"] = "";
-$a->strings["Partners"] = "Partners";
-$a->strings["Cohabiting"] = "Samenwonend";
-$a->strings["Common law"] = "";
-$a->strings["Happy"] = "Blij";
-$a->strings["Not looking"] = "";
-$a->strings["Swinger"] = "Swinger";
-$a->strings["Betrayed"] = "Bedrogen";
-$a->strings["Separated"] = "";
-$a->strings["Unstable"] = "Onstabiel";
-$a->strings["Divorced"] = "Gescheiden";
-$a->strings["Imaginarily divorced"] = "";
-$a->strings["Widowed"] = "";
-$a->strings["Uncertain"] = "Onzeker";
-$a->strings["It's complicated"] = "Het is gecompliceerd";
-$a->strings["Don't care"] = "Kan me niet schelen";
-$a->strings["Ask me"] = "Vraag me";
-$a->strings["stopped following"] = "";
-$a->strings["Poke"] = "Por";
-$a->strings["View Status"] = "Bekijk status";
-$a->strings["View Profile"] = "Bekijk profiel";
-$a->strings["View Photos"] = "Bekijk foto's";
-$a->strings["Network Posts"] = "Netwerkberichten";
-$a->strings["Edit Contact"] = "Bewerk contact";
-$a->strings["Send PM"] = "Stuur een privébericht";
-$a->strings["Image/photo"] = "Afbeelding/foto";
-$a->strings["<span><a href=\"%s\" target=\"external-link\">%s</a> wrote the following <a href=\"%s\" target=\"external-link\">post</a>"] = "<span><a href=\"%s\" target=\"external-link\">%s</a> schreef het volgende <a href=\"%s\" target=\"external-link\">bericht</a>";
-$a->strings["$1 wrote:"] = "$1 schreef:";
-$a->strings["Encrypted content"] = "Versleutelde inhoud";
-$a->strings["Visible to everybody"] = "Zichtbaar voor iedereen";
-$a->strings["show"] = "tonen";
+$a->strings["Your profile page"] = "Jouw profiel pagina";
+$a->strings["Photos"] = "Foto's";
+$a->strings["Your photos"] = "Jouw foto's";
+$a->strings["Events"] = "Gebeurtenissen";
+$a->strings["Your events"] = "Gebruik mailto: voor het adres om een e-mailcontrole af te dwingen.";
+$a->strings["Personal notes"] = "Persoonlijke nota's";
+$a->strings["Your personal photos"] = "Jouw persoonlijke foto's";
+$a->strings["Community"] = "Gemeenschap";
 $a->strings["don't show"] = "Niet tonen";
-$a->strings["Logged out."] = "Uitgelogd.";
-$a->strings["Login failed."] = "Login mislukt.";
-$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "";
-$a->strings["The error message was:"] = "De foutboodschap was:";
-$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
-$a->strings["Starts:"] = "Begint:";
-$a->strings["Finishes:"] = "Eindigt:";
-$a->strings["Location:"] = "Plaats:";
-$a->strings["Disallowed profile URL."] = "Niet toegelaten profiel adres.";
-$a->strings["Connect URL missing."] = "";
-$a->strings["This site is not configured to allow communications with other networks."] = "Deze website is niet geconfigureerd voor communicatie met andere netwerken.";
-$a->strings["No compatible communication protocols or feeds were discovered."] = "Er werden geen compatibele communicatieprotocols of feeds ontdekt.";
-$a->strings["The profile address specified does not provide adequate information."] = "";
-$a->strings["An author or name was not found."] = "";
-$a->strings["No browser URL could be matched to this address."] = "";
-$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Het @-stijl-identiteitsadres komt niet overeen met een nekend protocol of e-mailcontact.";
-$a->strings["Use mailto: in front of address to force email check."] = "Gebruik mailto: voor het adres om een e-mailcontrole af te dwingen.";
-$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "";
-$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "";
-$a->strings["Unable to retrieve contact information."] = "";
-$a->strings["following"] = "volgend";
-$a->strings["An invitation is required."] = "Een uitnodiging is vereist.";
-$a->strings["Invitation could not be verified."] = "Uitnodiging kon niet geverifieerd worden.";
-$a->strings["Invalid OpenID url"] = "Ongeldige OpenID url";
-$a->strings["Please enter the required information."] = "Vul a.u.b. de vereiste informatie in.";
-$a->strings["Please use a shorter name."] = "gebruik een kortere naam";
-$a->strings["Name too short."] = "Naam te kort";
-$a->strings["That doesn't appear to be your full (First Last) name."] = "Dat lijkt niet je volledige naam (voor- en achternaam) te zijn.";
-$a->strings["Your email domain is not among those allowed on this site."] = "Je e-maildomein is op deze website niet toegestaan.";
-$a->strings["Not a valid email address."] = "Geen geldig e-mailadres.";
-$a->strings["Cannot use that email."] = "Ik kan die e-mail niet gebruiken.";
-$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "Je \"bijnaam\" kan alleen \"a-z\", \"0-9\", \"-\", en \"_\" bevatten, en moet ook met een letter beginnen.";
-$a->strings["Nickname is already registered. Please choose another."] = "Bijnaam is al geregistreerd. Kies een andere.";
-$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "Bijnaam was ooit hier geregistreerd en kan niet herbruikt worden. Kies een andere.";
-$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "ERNSTIGE FOUT: aanmaken van beveiligingssleutels mislukt.";
-$a->strings["An error occurred during registration. Please try again."] = "";
-$a->strings["default"] = "standaard";
-$a->strings["An error occurred creating your default profile. Please try again."] = "";
+$a->strings["show"] = "tonen";
+$a->strings["Theme settings"] = "Thema instellingen";
+$a->strings["Set font-size for posts and comments"] = "Stel lettergrootte voor berichten en reacties in";
+$a->strings["Set line-height for posts and comments"] = "";
+$a->strings["Set resolution for middle column"] = "";
+$a->strings["Contacts"] = "Contacten";
+$a->strings["Your contacts"] = "Jouw contacten";
+$a->strings["Community Pages"] = "Gemeenschapspagina's";
+$a->strings["Community Profiles"] = "Gemeenschapsprofielen";
+$a->strings["Last users"] = "Laatste gebruikers";
+$a->strings["Last likes"] = "Recent leuk gevonden";
+$a->strings["event"] = "gebeurtenis";
+$a->strings["status"] = "Status";
+$a->strings["photo"] = "Foto";
+$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s vind %3\$s van %2\$s leuk";
+$a->strings["Last photos"] = "Laatste foto's";
+$a->strings["Contact Photos"] = "Contactfoto's";
 $a->strings["Profile Photos"] = "Profielfoto's";
-$a->strings["Unknown | Not categorised"] = "Onbekend | Niet ";
-$a->strings["Block immediately"] = "Onmiddellijk blokkeren";
-$a->strings["Shady, spammer, self-marketer"] = "";
-$a->strings["Known to me, but no opinion"] = "Bekend, maar geen mening";
-$a->strings["OK, probably harmless"] = "OK, waarschijnlijk onschadelijk";
-$a->strings["Reputable, has my trust"] = "Gerenommeerd, heeft mijn vertrouwen";
-$a->strings["Frequently"] = "Frequent";
-$a->strings["Hourly"] = "elk uur";
-$a->strings["Twice daily"] = "Twee keer per dag";
-$a->strings["Daily"] = "dagelijks";
-$a->strings["Weekly"] = "wekelijks";
-$a->strings["Monthly"] = "maandelijks";
-$a->strings["Friendica"] = "Friendica";
-$a->strings["OStatus"] = "OStatus";
-$a->strings["RSS/Atom"] = "RSS/Atom";
-$a->strings["Email"] = "E-mail";
-$a->strings["Diaspora"] = "Diaspora";
-$a->strings["Facebook"] = "Facebook";
-$a->strings["Zot!"] = "Zot!";
-$a->strings["LinkedIn"] = "Linkedln";
-$a->strings["XMPP/IM"] = "XMPP/IM";
-$a->strings["MySpace"] = "Myspace";
-$a->strings["Google+"] = "Google+";
-$a->strings["Add New Contact"] = "Nieuw Contact toevoegen";
-$a->strings["Enter address or web location"] = "Voeg een webadres of -locatie in:";
-$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Voorbeeld: jan@voorbeeld.be, http://voorbeeld.nl/barbara";
-$a->strings["Connect"] = "Verbinden";
-$a->strings["%d invitation available"] = array(
-       0 => "%d uitnodiging beschikbaar",
-       1 => "%d uitnodigingen beschikbaar",
-);
-$a->strings["Find People"] = "Zoek mensen";
-$a->strings["Enter name or interest"] = "Vul naam of interesse in";
-$a->strings["Connect/Follow"] = "Verbind/Volg";
-$a->strings["Examples: Robert Morgenstein, Fishing"] = "Voorbeelden: Jan Peeters, Vissen";
-$a->strings["Find"] = "Zoek";
-$a->strings["Friend Suggestions"] = "Vriendschapsvoorstellen";
+$a->strings["Find Friends"] = "Zoek vrienden";
+$a->strings["Local Directory"] = "Lokale gids";
+$a->strings["Global Directory"] = "Globale gids";
 $a->strings["Similar Interests"] = "Dezelfde interesses";
-$a->strings["Random Profile"] = "Willekeurig Profiel";
+$a->strings["Friend Suggestions"] = "Vriendschapsvoorstellen";
 $a->strings["Invite Friends"] = "Vrienden uitnodigen";
-$a->strings["Networks"] = "Netwerken";
-$a->strings["All Networks"] = "Alle netwerken";
-$a->strings["Saved Folders"] = "Bewaarde Mappen";
-$a->strings["Everything"] = "Alles";
-$a->strings["Categories"] = "Categorieën";
-$a->strings["%d contact in common"] = array(
-       0 => "%d gedeeld contact",
-       1 => "%d gedeelde contacten",
-);
-$a->strings["show more"] = "toon meer";
-$a->strings[" on Last.fm"] = " op Last.fm";
-$a->strings["view full size"] = "Volledig formaat";
-$a->strings["Miscellaneous"] = "Diversen";
-$a->strings["year"] = "jaar";
-$a->strings["month"] = "maand";
-$a->strings["day"] = "dag";
-$a->strings["never"] = "nooit";
-$a->strings["less than a second ago"] = "minder dan een seconde geleden";
-$a->strings["years"] = "jaren";
-$a->strings["months"] = "maanden";
-$a->strings["week"] = "week";
-$a->strings["weeks"] = "weken";
-$a->strings["days"] = "dagen";
-$a->strings["hour"] = "uur";
-$a->strings["hours"] = "uren";
-$a->strings["minute"] = "minuut";
-$a->strings["minutes"] = "minuten";
-$a->strings["second"] = "seconde";
-$a->strings["seconds"] = "secondes";
-$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s geleden";
-$a->strings["%s's birthday"] = "%s's verjaardag";
-$a->strings["Happy Birthday %s"] = "Gefeliciteerd %s";
-$a->strings["Click here to upgrade."] = "";
-$a->strings["This action exceeds the limits set by your subscription plan."] = "";
-$a->strings["This action is not available under your subscription plan."] = "";
-$a->strings["(no subject)"] = "(geen onderwerp)";
-$a->strings["noreply"] = "geen reactie";
-$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s is nu bevriend met %2\$s";
-$a->strings["Sharing notification from Diaspora network"] = "";
-$a->strings["photo"] = "Foto";
-$a->strings["status"] = "Status";
-$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s vond %3\$s van %2\$s leuk";
-$a->strings["Attachments:"] = "Bijlagen:";
-$a->strings["[Name Withheld]"] = "[Naam achtergehouden]";
-$a->strings["A new person is sharing with you at "] = "";
-$a->strings["You have a new follower at "] = "Je hebt een nieuwe volger op ";
+$a->strings["Settings"] = "Instellingen";
+$a->strings["Earth Layers"] = "Earth Layers";
+$a->strings["Set zoomfactor for Earth Layers"] = "";
+$a->strings["Set longitude (X) for Earth Layers"] = "";
+$a->strings["Set latitude (Y) for Earth Layers"] = "";
+$a->strings["Help or @NewHere ?"] = "";
+$a->strings["Connect Services"] = "Diensten verbinden";
+$a->strings["Show/hide boxes at right-hand column:"] = "";
+$a->strings["Set color scheme"] = "Stel kleurenschema in";
+$a->strings["Set zoomfactor for Earth Layer"] = "";
+$a->strings["Alignment"] = "Uitlijning";
+$a->strings["Left"] = "Links";
+$a->strings["Center"] = "Gecentreerd";
+$a->strings["Color scheme"] = "Kleurschema";
+$a->strings["Posts font size"] = "Lettergrootte berichten";
+$a->strings["Textareas font size"] = "Lettergrootte tekstgebieden";
+$a->strings["Set colour scheme"] = "Stel kleurschema in";
+$a->strings["default"] = "standaard";
+$a->strings["Background Image"] = "";
+$a->strings["The URL to a picture (e.g. from your photo album) that should be used as background image."] = "";
+$a->strings["Background Color"] = "";
+$a->strings["HEX value for the background color. Don't include the #"] = "";
+$a->strings["font size"] = "";
+$a->strings["base font size for your interface"] = "";
+$a->strings["Set resize level for images in posts and comments (width and height)"] = "";
+$a->strings["Set theme width"] = "Stel breedte van het thema in";
+$a->strings["Delete this item?"] = "Dit item verwijderen?";
+$a->strings["show fewer"] = "Minder tonen";
+$a->strings["Update %s failed. See error logs."] = "Wijziging %s mislukt. Lees de error logbestanden.";
+$a->strings["Update Error at %s"] = "Wijzigingsfout op %s";
+$a->strings["Create a New Account"] = "Nieuw account aanmaken";
+$a->strings["Register"] = "Registreer";
+$a->strings["Logout"] = "Uitloggen";
+$a->strings["Login"] = "Login";
+$a->strings["Nickname or Email address: "] = "Bijnaam of e-mailadres:";
+$a->strings["Password: "] = "Wachtwoord:";
+$a->strings["Remember me"] = "Onthou me";
+$a->strings["Or login using OpenID: "] = "Of log in met OpenID:";
+$a->strings["Forgot your password?"] = "Wachtwoord vergeten?";
+$a->strings["Password Reset"] = "Wachtwoord opnieuw instellen";
+$a->strings["Website Terms of Service"] = "Gebruikersvoorwaarden website";
+$a->strings["terms of service"] = "servicevoorwaarden";
+$a->strings["Website Privacy Policy"] = "Privacybeleid website";
+$a->strings["privacy policy"] = "privacybeleid";
+$a->strings["Requested account is not available."] = "Gevraagde account is niet beschikbaar.";
+$a->strings["Requested profile is not available."] = "Gevraagde profiel is niet beschikbaar.";
+$a->strings["Edit profile"] = "Bewerk profiel";
+$a->strings["Connect"] = "Verbinden";
+$a->strings["Message"] = "Bericht";
+$a->strings["Profiles"] = "Profielen";
+$a->strings["Manage/edit profiles"] = "Beheer/wijzig profielen";
+$a->strings["Change profile photo"] = "Profiel foto wijzigen";
+$a->strings["Create New Profile"] = "Maak nieuw profiel";
+$a->strings["Profile Image"] = "Profiel afbeelding";
+$a->strings["visible to everybody"] = "zichtbaar voor iedereen";
+$a->strings["Edit visibility"] = "Pas zichtbaarheid aan";
+$a->strings["Location:"] = "Plaats:";
+$a->strings["Gender:"] = "Geslacht:";
+$a->strings["Status:"] = "Tijdlijn:";
+$a->strings["Homepage:"] = "Jouw tijdlijn:";
+$a->strings["g A l F d"] = "G l j F";
+$a->strings["F d"] = "d F";
+$a->strings["[today]"] = "[vandaag]";
+$a->strings["Birthday Reminders"] = "Verjaardagsherinneringen";
+$a->strings["Birthdays this week:"] = "Verjaardagen deze week:";
+$a->strings["[No description]"] = "[Geen beschrijving]";
+$a->strings["Event Reminders"] = "Gebeurtenisherinneringen";
+$a->strings["Events this week:"] = "Gebeurtenissen deze week:";
+$a->strings["Status"] = "Tijdlijn";
+$a->strings["Status Messages and Posts"] = "Berichten op jouw tijdlijn";
+$a->strings["Profile Details"] = "Profiel Details";
+$a->strings["Photo Albums"] = "Fotoalbums";
+$a->strings["Videos"] = "Video's";
+$a->strings["Events and Calendar"] = "Gebeurtenissen en kalender";
+$a->strings["Personal Notes"] = "Persoonlijke Nota's";
+$a->strings["Only You Can See This"] = "Alleen jij kunt dit zien";
+$a->strings["%1\$s is currently %2\$s"] = "%1\$s is op dit moment %2\$s";
+$a->strings["Mood"] = "Stemming";
+$a->strings["Set your current mood and tell your friends"] = "Stel je huidige stemming in, en vertel het je vrienden";
+$a->strings["Public access denied."] = "Niet vrij toegankelijk";
 $a->strings["Item not found."] = "Item niet gevonden.";
-$a->strings["Do you really want to delete this item?"] = "Wil je echt dit item verwijderen?";
+$a->strings["Access to this profile has been restricted."] = "Toegang tot dit profiel is beperkt.";
+$a->strings["Item has been removed."] = "Item is verwijderd.";
+$a->strings["Access denied."] = "Toegang geweigerd";
+$a->strings["This is Friendica, version"] = "Dit is Friendica, versie";
+$a->strings["running at web location"] = "draaiend op web-adres";
+$a->strings["Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project."] = "Bezoek <a href=\"http://friendica.com\">Friendica.com</a> om meer te leren over het Friendica project.";
+$a->strings["Bug reports and issues: please visit"] = "Bug rapporten en problemen: bezoek";
+$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Suggesties, lof, donaties, enzovoort - stuur een e-mail naar \"info\" op Friendica - dot com";
+$a->strings["Installed plugins/addons/apps:"] = "Geïnstalleerde plugins/toepassingen:";
+$a->strings["No installed plugins/addons/apps"] = "Geen plugins of toepassingen geïnstalleerd";
+$a->strings["%1\$s welcomes %2\$s"] = "%1\$s heet %2\$s van harte welkom";
+$a->strings["Registration details for %s"] = "Registratie details voor %s";
+$a->strings["Registration successful. Please check your email for further instructions."] = "Registratie geslaagd. Kijk je e-mail na voor verdere instructies.";
+$a->strings["Failed to send email message. Here is the message that failed."] = "E-mail bericht kon niet verstuurd worden. Hier is het bericht.";
+$a->strings["Your registration can not be processed."] = "Je registratie kan niet verwerkt worden.";
+$a->strings["Registration request at %s"] = "Registratieverzoek op %s";
+$a->strings["Your registration is pending approval by the site owner."] = "Je registratie wacht op goedkeuring van de beheerder.";
+$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Deze website heeft het toegelaten dagelijkse aantal registraties overschreden. Probeer morgen a.u.b. opnieuw.";
+$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Je kunt (optioneel) dit formulier invullen via OpenID door je OpenID in te geven en op 'Registreren' te klikken.";
+$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Laat dit veld leeg als je niet vertrouwd bent met OpenID, en vul de rest van de items in.";
+$a->strings["Your OpenID (optional): "] = "Je OpenID (optioneel):";
+$a->strings["Include your profile in member directory?"] = "Je profiel in de ledengids opnemen?";
 $a->strings["Yes"] = "Ja";
+$a->strings["No"] = "Nee";
+$a->strings["Membership on this site is by invitation only."] = "Lidmaatschap van deze website is uitsluitend op uitnodiging.";
+$a->strings["Your invitation ID: "] = "Je uitnodigingsid:";
+$a->strings["Registration"] = "Registratie";
+$a->strings["Your Full Name (e.g. Joe Smith): "] = "Je volledige naam (bijv. Jan Jansens):";
+$a->strings["Your Email Address: "] = "Je email adres:";
+$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>'."] = "Kies een bijnaam voor je profiel. Deze moet met een letter beginnen. Je profieladres op deze website zal dan '<strong>bijnaam@\$sitename</strong>' zijn.";
+$a->strings["Choose a nickname: "] = "Kies een bijnaam:";
+$a->strings["Import"] = "Importeren";
+$a->strings["Import your profile to this friendica instance"] = "";
+$a->strings["Profile not found."] = "Profiel niet gevonden";
+$a->strings["Contact not found."] = "Contact niet gevonden";
+$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Dit kan soms gebeuren als het contact door beide personen werd gevraagd, en het werd al goedgekeurd.";
+$a->strings["Response from remote site was not understood."] = "Antwoord van de website op afstand werd niet begrepen.";
+$a->strings["Unexpected response from remote site: "] = "Onverwacht antwoord van website op afstand:";
+$a->strings["Confirmation completed successfully."] = "Bevestiging werd correct voltooid.";
+$a->strings["Remote site reported: "] = "Website op afstand berichtte: ";
+$a->strings["Temporary failure. Please wait and try again."] = "Tijdelijke fout. Wacht even en probeer opnieuw.";
+$a->strings["Introduction failed or was revoked."] = "Verzoek mislukt of herroepen.";
+$a->strings["Unable to set contact photo."] = "Ik kan geen contact foto instellen.";
+$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s is nu bevriend met %2\$s";
+$a->strings["No user record found for '%s' "] = "Geen gebruiker gevonden voor '%s'";
+$a->strings["Our site encryption key is apparently messed up."] = "De encryptie-sleutel van onze webstek is blijkbaar beschadigd.";
+$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Er werd een lege URL gegeven, of de URL kon niet ontcijferd worden door ons.";
+$a->strings["Contact record was not found for you on our site."] = "We vonden op onze webstek geen contactrecord voor jou.";
+$a->strings["Site public key not available in contact record for URL %s."] = "Publieke sleutel voor webstek niet beschikbaar in contactrecord voor URL %s.";
+$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "Het ID dat jouw systeem aangeeft is een dubbel op ons systeem. Als je opnieuw probeert zou het moeten werken.";
+$a->strings["Unable to set your contact credentials on our system."] = "Niet in staat om op dit systeem je contactreferenties in te stellen.";
+$a->strings["Unable to update your contact profile details on our system"] = "";
+$a->strings["Connection accepted at %s"] = "Uw connectie werd geaccepteerd op %s";
+$a->strings["%1\$s has joined %2\$s"] = "%1\$s is toegetreden tot %2\$s";
+$a->strings["Authorize application connection"] = "";
+$a->strings["Return to your app and insert this Securty Code:"] = "";
+$a->strings["Please login to continue."] = "Log in om verder te gaan.";
+$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Wil je deze toepassing toestemming geven om jouw berichten en contacten in te kijken, en/of nieuwe berichten in jouw plaats aan te maken?";
+$a->strings["No valid account found."] = "Geen geldige account gevonden.";
+$a->strings["Password reset request issued. Check your email."] = "Verzoek om wachtwoord opnieuw in te stellen werd verstuurd. Kijk uw e-mail na.";
+$a->strings["Password reset requested at %s"] = "Op %s werd gevraagd je wachtwoord opnieuw in te stellen";
+$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Verzoek kon niet geverifieerd worden. (Misschien heb je het voordien al ingediend.) Wachtwoord niet opnieuw ingesteld.";
+$a->strings["Your password has been reset as requested."] = "Je wachtwoord is opnieuw ingesteld zoals gevraagd.";
+$a->strings["Your new password is"] = "Je nieuwe wachtwoord is";
+$a->strings["Save or copy your new password - and then"] = "Bewaar of kopieer je nieuw wachtwoord - en dan";
+$a->strings["click here to login"] = "klik hier om in te loggen";
+$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Je kunt dit wachtwoord veranderen nadat je bent ingelogd op de <em>Instellingen></em> pagina.";
+$a->strings["Your password has been changed at %s"] = "Je wachtwoord is veranderd op %s";
+$a->strings["Forgot your Password?"] = "Wachtwoord vergeten?";
+$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Voer je e-mailadres in en verstuur het om je wachtwoord opnieuw in te stellen. Kijk dan je e-mail na voor verdere instructies.";
+$a->strings["Nickname or Email: "] = "Bijnaam of e-mail:";
+$a->strings["Reset"] = "Opnieuw";
+$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "";
+$a->strings["No recipient selected."] = "Geen ontvanger geselecteerd.";
+$a->strings["Unable to check your home location."] = "Niet in staat om je tijdlijn-locatie vast te stellen";
+$a->strings["Message could not be sent."] = "Bericht kon niet verzonden worden.";
+$a->strings["Message collection failure."] = "Fout bij het verzamelen van berichten.";
+$a->strings["Message sent."] = "Bericht verzonden.";
+$a->strings["No recipient."] = "Geen ontvanger.";
+$a->strings["Please enter a link URL:"] = "Vul een internetadres/URL in:";
+$a->strings["Send Private Message"] = "Verstuur privébericht";
+$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Als je wilt dat %s antwoordt moet je nakijken dat de privacy-instellingen op jouw website privéberichten van onbekende afzenders toelaat.";
+$a->strings["To:"] = "Aan:";
+$a->strings["Subject:"] = "Onderwerp:";
+$a->strings["Your message:"] = "Jouw bericht:";
+$a->strings["Upload photo"] = "Foto uploaden";
+$a->strings["Insert web link"] = "Voeg een webadres in";
+$a->strings["Welcome to Friendica"] = "Welkom bij Friendica";
+$a->strings["New Member Checklist"] = "Checklist voor nieuwe leden";
+$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "We willen je een paar tips en verwijzingen aanreiken om je een aangename ervaring te bezorgen. Klik op een item om de relevante pagina's te bezoeken. Een verwijzing naar deze pagina zal twee weken lang na je registratie zichtbaar zijn op je tijdlijn. Daarna zal de verwijzing stilletjes verdwijnen.";
+$a->strings["Getting Started"] = "Aan de slag";
+$a->strings["Friendica Walk-Through"] = "Doorloop Friendica";
+$a->strings["On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "Op je <em>Snelstart</em> pagina kun je een korte inleiding vinden over je profiel en netwerk tabs, om enkele nieuwe connecties te leggen en groepen te vinden om lid van te worden.";
+$a->strings["Go to Your Settings"] = "Ga naar je instellingen";
+$a->strings["On your <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."] = "Verander je initieel wachtwoord op je <em>instellingenpagina</em>. Noteer ook het adres van je identiteit. Dit ziet er uit als een e-mailadres - en zal nuttig zijn om vrienden te maken op het vrije sociale web.";
+$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Controleer ook de andere instellingen, in het bijzonder de privacy-instellingen. Een niet-gepubliceerd adres is zoals een privé-telefoonnummer. In het algemeen wil je waarschijnlijk je adres publiceren - tenzij al je vrienden en mogelijke vrienden precies weten hoe je te vinden.";
+$a->strings["Upload Profile Photo"] = "Profielfoto uploaden";
+$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Upload een profielfoto, als je dat nog niet gedaan hebt. Studies tonen aan dat mensen met echte foto's van zichzelf tien keer gemakkelijker vrienden maken dan mensen die dat niet doen.";
+$a->strings["Edit Your Profile"] = "Bewerk je profiel";
+$a->strings["Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Bewerk je <strong>standaard</strong> profiel zoals je wilt. Controleer de instellingen om je vriendenlijst te verbergen, en om je profiel voor ongekende bezoekers te verbergen.";
+$a->strings["Profile Keywords"] = "Sleutelwoorden voor dit profiel";
+$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Stel enkele openbare sleutelwoorden in voor je standaard profiel die je interesses beschrijven. We kunnen dan misschien mensen vinden met gelijkaardige interesses, en vrienden voorstellen.";
+$a->strings["Connecting"] = "Verbinding aan het maken";
+$a->strings["Facebook"] = "Facebook";
+$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "Machtig de Facebook Connector als je een Facebook account hebt. We zullen (optioneel) al je Facebook vrienden en conversaties importeren.";
+$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>Als</em> dit jouw eigen persoonlijke server is kan het installeren van de Facebook toevoeging je overgang naar het vrije sociale web vergemakkelijken.";
+$a->strings["Importing Emails"] = "E-mails importeren";
+$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "Vul je e-mailtoegangsinformatie in op je pagina met verbindingsinstellingen als je vrienden of mailinglijsten uit je e-mail-inbox wilt importeren, en met hen wilt communiceren";
+$a->strings["Go to Your Contacts Page"] = "Ga naar je contactenpagina";
+$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the <em>Add New Contact</em> dialog."] = "Je contactenpagina is jouw poort om vriendschappen te beheren en verbinding te leggen met vrienden op andere netwerken. Je kunt hun adres of URL toevoegen in de <em>Voeg nieuw contact toe</em> dialoog.";
+$a->strings["Go to Your Site's Directory"] = "Ga naar de gids van je website";
+$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own Identity Address if requested."] = "In de gids vind je andere mensen in dit netwerk of op andere federatieve sites. Zoek naar het woord <em>Connect</em> of <em>Follow</em> op hun profielpagina (meestal aan de linkerkant). Vul je eigen identiteitsadres in wanneer daar om wordt gevraagd.";
+$a->strings["Finding New People"] = "Nieuwe mensen vinden";
+$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "Op het zijpaneel van de Contacten pagina vind je verschillende tools om nieuwe vrienden te zoeken. We kunnen mensen op interesses matchen, mensen opzoeken op naam of hobby, en suggesties doen gebaseerd op netwerk-relaties. Op een nieuwe webstek beginnen vriendschapssuggesties meestal binnen de 24 uur beschikbaar te worden.";
+$a->strings["Groups"] = "Groepen";
+$a->strings["Group Your Contacts"] = "Groepeer je contacten";
+$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "Als je een aantal vrienden gemaakt hebt kun je ze in je eigen conversatiegroepen indelen vanuit de zijbalk van je 'Conacten' pagina, en dan kun je met elke groep apart contact houden op je Netwerk pagina. ";
+$a->strings["Why Aren't My Posts Public?"] = "Waarom zijn mijn berichten niet openbaar?";
+$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica respecteert je privacy. Standaard zullen je berichten alleen zichtbaar zijn voor personen die jij als vriend hebt toegevoegd. Lees de help (zie de verwijzing hierboven) voor meer informatie.";
+$a->strings["Getting Help"] = "Hulp krijgen";
+$a->strings["Go to the Help Section"] = "Ga naar de help";
+$a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "Je kunt onze <strong>help</strong> pagina's raadplegen voor gedetailleerde informatie over andere functies van dit programma.";
+$a->strings["Do you really want to delete this suggestion?"] = "Wil je echt dit voorstel verwijderen?";
 $a->strings["Cancel"] = "Annuleren";
-$a->strings["Permission denied."] = "Toegang geweigerd";
-$a->strings["Archives"] = "Archieven";
-$a->strings["General Features"] = "Algemene functies";
-$a->strings["Multiple Profiles"] = "Meerdere profielen";
-$a->strings["Ability to create multiple profiles"] = "Mogelijkheid om meerdere profielen aan te maken";
-$a->strings["Post Composition Features"] = "Functies voor het opstellen van berichten";
-$a->strings["Richtext Editor"] = "RTF-tekstverwerker";
-$a->strings["Enable richtext editor"] = "Gebruik een tekstverwerker met eenvoudige opmaakfuncties";
-$a->strings["Post Preview"] = "Voorvertoning bericht";
-$a->strings["Allow previewing posts and comments before publishing them"] = "";
-$a->strings["Network Sidebar Widgets"] = "Zijbalkwidgets op netwerkpagina";
-$a->strings["Search by Date"] = "Zoeken op datum";
-$a->strings["Ability to select posts by date ranges"] = "Mogelijkheid om berichten te selecteren volgens datumbereik";
-$a->strings["Group Filter"] = "Groepsfilter";
-$a->strings["Enable widget to display Network posts only from selected group"] = "Sta de widget toe om netwerkberichten te tonen van bepaalde groepen";
-$a->strings["Network Filter"] = "Netwerkfilter";
-$a->strings["Enable widget to display Network posts only from selected network"] = "Sta de widget toe om netwerkberichten te tonen van bepaalde netwerken";
+$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Geen voorstellen beschikbaar. Als dit een nieuwe website is, kun je het over 24 uur nog eens proberen.";
+$a->strings["Ignore/Hide"] = "Negeren/Verbergen";
+$a->strings["Search Results For:"] = "Zoekresultaten voor:";
+$a->strings["Remove term"] = "Verwijder zoekterm";
 $a->strings["Saved Searches"] = "Opgeslagen zoekopdrachten";
-$a->strings["Save search terms for re-use"] = "Sla zoekopdrachten op voor hergebruik";
-$a->strings["Network Tabs"] = "Netwerktabs";
-$a->strings["Network Personal Tab"] = "Persoonlijke netwerktab";
-$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Sta het toe dat de tab netwerkberichten toont waarmee je interactie had";
-$a->strings["Network New Tab"] = "Nieuwe netwerktab";
-$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Laat de tab alleen nieuwe netwerkberichten tonen (van de laatste 12 uur)";
-$a->strings["Network Shared Links Tab"] = "";
-$a->strings["Enable tab to display only Network posts with links in them"] = "";
-$a->strings["Post/Comment Tools"] = "Bericht-/reactiehulpmiddelen";
-$a->strings["Multiple Deletion"] = "";
-$a->strings["Select and delete multiple posts/comments at once"] = "";
-$a->strings["Edit Sent Posts"] = "Bewerk verzonden berichten";
-$a->strings["Edit and correct posts and comments after sending"] = "Bewerk en corrigeer berichten en reacties na verzending";
-$a->strings["Tagging"] = "Labelen";
-$a->strings["Ability to tag existing posts"] = "Mogelijkheid om bestaande berichten te labelen";
-$a->strings["Post Categories"] = "Categorieën berichten";
-$a->strings["Add categories to your posts"] = "Voeg categorieën toe aan je berichten";
-$a->strings["Ability to file posts under folders"] = "Mogelijkheid om berichten in mappen te bewaren";
-$a->strings["Dislike Posts"] = "Vind berichten niet leuk";
-$a->strings["Ability to dislike posts/comments"] = "Mogelijkheid om berichten of reacties niet leuk te vinden";
-$a->strings["Star Posts"] = "Geef berichten een ster";
-$a->strings["Ability to mark special posts with a star indicator"] = "";
-$a->strings["Cannot locate DNS info for database server '%s'"] = "";
-$a->strings["newer"] = "nieuwere berichten";
-$a->strings["older"] = "oudere berichten";
-$a->strings["prev"] = "vorige";
-$a->strings["first"] = "eerste";
-$a->strings["last"] = "laatste";
-$a->strings["next"] = "volgende";
-$a->strings["No contacts"] = "Geen contacten";
-$a->strings["%d Contact"] = array(
-       0 => "%d contact",
-       1 => "%d contacten",
-);
-$a->strings["View Contacts"] = "Bekijk contacten";
-$a->strings["Search"] = "Zoeken";
-$a->strings["Save"] = "Bewaren";
-$a->strings["poke"] = "por";
-$a->strings["poked"] = "gepord";
-$a->strings["ping"] = "ping";
-$a->strings["pinged"] = "gepingd";
-$a->strings["prod"] = "";
-$a->strings["prodded"] = "";
-$a->strings["slap"] = "";
-$a->strings["slapped"] = "";
-$a->strings["finger"] = "";
-$a->strings["fingered"] = "";
-$a->strings["rebuff"] = "";
-$a->strings["rebuffed"] = "";
-$a->strings["happy"] = "Blij";
-$a->strings["sad"] = "Verdrietig";
-$a->strings["mellow"] = "";
-$a->strings["tired"] = "vermoeid";
-$a->strings["perky"] = "";
-$a->strings["angry"] = "boos";
-$a->strings["stupified"] = "";
-$a->strings["puzzled"] = "onzeker";
-$a->strings["interested"] = "Geïnteresseerd";
-$a->strings["bitter"] = "bitter";
-$a->strings["cheerful"] = "vrolijk";
-$a->strings["alive"] = "levend";
-$a->strings["annoyed"] = "verveeld";
-$a->strings["anxious"] = "";
-$a->strings["cranky"] = "";
-$a->strings["disturbed"] = "";
-$a->strings["frustrated"] = "gefrustreerd";
-$a->strings["motivated"] = "gemotiveerd";
-$a->strings["relaxed"] = "ontspannen";
-$a->strings["surprised"] = "verbaasd";
-$a->strings["Monday"] = "Maandag";
-$a->strings["Tuesday"] = "Dinsdag";
-$a->strings["Wednesday"] = "Woensdag";
-$a->strings["Thursday"] = "Donderdag";
-$a->strings["Friday"] = "Vrijdag";
-$a->strings["Saturday"] = "Zaterdag";
-$a->strings["Sunday"] = "Zondag";
-$a->strings["January"] = "Januari";
-$a->strings["February"] = "Februari";
-$a->strings["March"] = "Maart";
-$a->strings["April"] = "April";
-$a->strings["May"] = "Mei";
-$a->strings["June"] = "Juni";
-$a->strings["July"] = "Juli";
-$a->strings["August"] = "Augustus";
-$a->strings["September"] = "September";
-$a->strings["October"] = "Oktober";
-$a->strings["November"] = "November";
-$a->strings["December"] = "December";
-$a->strings["View Video"] = "Bekijk Video";
-$a->strings["bytes"] = "bytes";
-$a->strings["Click to open/close"] = "klik om te openen/sluiten";
-$a->strings["link to source"] = "Verwijzing naar bron";
-$a->strings["Select an alternate language"] = "Kies een andere taal";
-$a->strings["event"] = "gebeurtenis";
-$a->strings["activity"] = "activiteit";
-$a->strings["comment"] = array(
-       0 => "reactie",
-       1 => "reacties",
-);
-$a->strings["post"] = "bericht";
-$a->strings["Item filed"] = "Item bewaard";
-$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Een verwijderde groep met deze naam is weer tot leven gewekt. Bestaande itemrechten <strong>kunnen</strong> voor deze groep en toekomstige leden gelden. Wanneer je niet zo had bedoeld kan je een andere groep met een andere naam creëren. ";
-$a->strings["Default privacy group for new contacts"] = "";
-$a->strings["Everybody"] = "Iedereen";
-$a->strings["edit"] = "verander";
-$a->strings["Groups"] = "Groepen";
-$a->strings["Edit group"] = "Verander groep";
-$a->strings["Create a new group"] = "Maak nieuwe groep";
-$a->strings["Contacts not in any group"] = "";
 $a->strings["add"] = "toevoegen";
-$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s vond %3\$s van %2\$s niet leuk";
-$a->strings["%1\$s poked %2\$s"] = "%1\$s porde %2\$s";
-$a->strings["%1\$s is currently %2\$s"] = "%1\$s is nu %2\$s";
-$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s labelde %3\$s van %2\$s met %4\$s";
-$a->strings["post/item"] = "bericht/item";
-$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s markeerde %2\$s's %3\$s als favoriet";
-$a->strings["Select"] = "Kies";
-$a->strings["Delete"] = "Verwijder";
-$a->strings["View %s's profile @ %s"] = "Bekijk het profiel van %s @ %s";
-$a->strings["Categories:"] = "Categorieën:";
-$a->strings["Filed under:"] = "Bewaard onder:";
-$a->strings["%s from %s"] = "%s van %s";
-$a->strings["View in context"] = "In context bekijken";
-$a->strings["Please wait"] = "Even geduld";
-$a->strings["remove"] = "verwijder";
-$a->strings["Delete Selected Items"] = "Geselecteerde items verwijderen";
-$a->strings["Follow Thread"] = "Volg conversatie";
-$a->strings["%s likes this."] = "%s vind dit leuk.";
-$a->strings["%s doesn't like this."] = "%s vind dit niet leuk.";
-$a->strings["<span  %1\$s>%2\$d people</span> like this"] = "<span  %1\$s>%2\$d mensen</span> vinden dit leuk";
-$a->strings["<span  %1\$s>%2\$d people</span> don't like this"] = "<span  %1\$s>%2\$d people</span> vinden dit niet leuk";
-$a->strings["and"] = "en";
-$a->strings[", and %d other people"] = ", en %d andere mensen";
-$a->strings["%s like this."] = "%s vind dit leuk.";
-$a->strings["%s don't like this."] = "%s vind dit niet leuk.";
-$a->strings["Visible to <strong>everybody</strong>"] = "Zichtbaar voor <strong>iedereen</strong>";
-$a->strings["Please enter a link URL:"] = "Geef aub een link URL op:";
-$a->strings["Please enter a video link/URL:"] = "Voer een videolink/URL in:";
-$a->strings["Please enter an audio link/URL:"] = "Voeg een audiolink/URL in:";
-$a->strings["Tag term:"] = "Label:";
-$a->strings["Save to Folder:"] = "Bewaren in map:";
-$a->strings["Where are you right now?"] = "Waar ben je nu?";
-$a->strings["Delete item(s)?"] = "Item(s) verwijderen?";
-$a->strings["Post to Email"] = "Verzenden per e-mail";
-$a->strings["Share"] = "Delen";
-$a->strings["Upload photo"] = "Foto uploaden";
-$a->strings["upload photo"] = "Foto uploaden";
-$a->strings["Attach file"] = "Bestand bijvoegen";
-$a->strings["attach file"] = "bestand bijvoegen";
-$a->strings["Insert web link"] = "Voeg een webadres in";
-$a->strings["web link"] = "webadres";
-$a->strings["Insert video link"] = "Voeg video toe";
-$a->strings["video link"] = "video adres";
-$a->strings["Insert audio link"] = "Voeg audio adres toe";
-$a->strings["audio link"] = "audio adres";
-$a->strings["Set your location"] = "Stel uw locatie in";
-$a->strings["set location"] = "Stel uw locatie in";
-$a->strings["Clear browser location"] = "Verwijder locatie uit uw webbrowser";
-$a->strings["clear location"] = "Verwijder locatie uit uw webbrowser";
-$a->strings["Set title"] = "Titel plaatsen";
-$a->strings["Categories (comma-separated list)"] = "Categorieën (komma-gescheiden lijst)";
-$a->strings["Permission settings"] = "Instellingen van rechten";
-$a->strings["permissions"] = "rechten";
-$a->strings["CC: email addresses"] = "CC: e-mailadressen";
-$a->strings["Public post"] = "Openbare post";
-$a->strings["Example: bob@example.com, mary@example.com"] = "Voorbeeld: bob@voorbeeld.nl, an@voorbeeld.be";
-$a->strings["Preview"] = "Voorvertoning";
-$a->strings["Post to Groups"] = "Verzenden naar Groepen";
-$a->strings["Post to Contacts"] = "Verzenden naar Contacten";
-$a->strings["Private post"] = "Privé verzending";
-$a->strings["Friendica Notification"] = "Friendica Notificatie";
-$a->strings["Thank You,"] = "Bedankt";
-$a->strings["%s Administrator"] = "%s Beheerder";
-$a->strings["%s <!item_type!>"] = "%s <!item_type!>";
-$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notificatie] Nieuw bericht ontvangen op %s";
-$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s sent you a new private message at %2\$s.";
-$a->strings["%1\$s sent you %2\$s."] = "%1\$s stuurde jou %2\$s.";
-$a->strings["a private message"] = "een prive bericht";
-$a->strings["Please visit %s to view and/or reply to your private messages."] = "Bezoek %s om je privé-berichten te bekijken en/of te beantwoorden.";
-$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s gaf een reactie op [url=%2\$s]a %3\$s[/url]";
-$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s gaf een reactie op [url=%2\$s]%3\$s's %4\$s[/url]";
-$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s gaf een reactie op [url=%2\$s]jouw %3\$s[/url]";
-$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "";
-$a->strings["%s commented on an item/conversation you have been following."] = "%s gaf een reactie op een bericht/conversatie die jij volgt.";
-$a->strings["Please visit %s to view and/or reply to the conversation."] = "Bezoek %s om de conversatie te bekijken en/of te beantwoorden.";
-$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "";
-$a->strings["%1\$s posted to your profile wall at %2\$s"] = "";
-$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "";
-$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notificatie] %s heeft jou genoemd";
-$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s heeft jou in %2\$s genoemd";
-$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]heeft jou genoemd[/url].";
-$a->strings["[Friendica:Notify] %1\$s poked you"] = "";
-$a->strings["%1\$s poked you at %2\$s"] = "";
-$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "";
-$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notificatie] %s heeft jouw bericht gelabeld";
-$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s heeft jouw bericht gelabeld in %2\$s";
-$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s labelde [url=%2\$s]jouw bericht[/url]";
-$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notificatie] Vriendschaps-/connectieverzoek ontvangen";
-$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Je hebt een vriendschaps- of connectieverzoek ontvangen van '%1\$s' om %2\$s";
-$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Je ontving [url=%1\$s]een vriendschaps- of connectieverzoek[/url] van %2\$s.";
-$a->strings["You may visit their profile at %s"] = "U kunt hun profiel bezoeken op %s";
-$a->strings["Please visit %s to approve or reject the introduction."] = "Bezoek %s om het verzoek goed of af te keuren.";
-$a->strings["[Friendica:Notify] Friend suggestion received"] = "";
-$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "";
-$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "";
-$a->strings["Name:"] = "Naam:";
-$a->strings["Photo:"] = "Foto: ";
-$a->strings["Please visit %s to approve or reject the suggestion."] = "";
-$a->strings["[no subject]"] = "[geen onderwerp]";
-$a->strings["Wall Photos"] = "";
-$a->strings["Nothing new here"] = "Niets nieuw hier";
-$a->strings["Clear notifications"] = "Notificaties verwijderen";
-$a->strings["Logout"] = "Uitloggen";
-$a->strings["End this session"] = "Deze sessie beëindigen";
-$a->strings["Status"] = "Status";
-$a->strings["Your posts and conversations"] = "Jouw berichten en conversaties";
-$a->strings["Your profile page"] = "Jouw profiel pagina";
-$a->strings["Photos"] = "Foto's";
-$a->strings["Your photos"] = "Jouw foto's";
-$a->strings["Events"] = "Gebeurtenissen";
-$a->strings["Your events"] = "Gebruik mailto: voor het adres om een e-mailcontrole af te dwingen.";
-$a->strings["Personal notes"] = "Persoonlijke nota's";
-$a->strings["Your personal photos"] = "Jouw persoonlijke foto's";
-$a->strings["Login"] = "Login";
-$a->strings["Sign in"] = "Inloggen";
-$a->strings["Home"] = "Home";
-$a->strings["Home Page"] = "Homepagina";
-$a->strings["Register"] = "Registreer";
-$a->strings["Create an account"] = "Maak een accoount";
-$a->strings["Help"] = "Help";
-$a->strings["Help and documentation"] = "Hulp en documentatie";
-$a->strings["Apps"] = "Apps";
-$a->strings["Addon applications, utilities, games"] = "Extra toepassingen, hulpmiddelen, spelletjes";
-$a->strings["Search site content"] = "Doorzoek de inhoud van de website";
-$a->strings["Community"] = "Gemeenschap";
-$a->strings["Conversations on this site"] = "Conversaties op deze website";
-$a->strings["Directory"] = "Gids";
-$a->strings["People directory"] = "Personengids";
-$a->strings["Network"] = "Netwerk";
-$a->strings["Conversations from your friends"] = "Conversaties van je vrienden";
-$a->strings["Network Reset"] = "Netwerkpagina opnieuw instellen";
-$a->strings["Load Network page with no filters"] = "Laad de netwerkpagina zonder filters";
-$a->strings["Introductions"] = "Verzoeken";
-$a->strings["Friend Requests"] = "Vriendschapsverzoeken";
-$a->strings["Notifications"] = "Notificaties";
-$a->strings["See all notifications"] = "Toon alle notificaties";
-$a->strings["Mark all system notifications seen"] = "Alle systeemnotificaties als gelezen markeren";
-$a->strings["Messages"] = "Privéberichten";
-$a->strings["Private mail"] = "Privéberichten";
-$a->strings["Inbox"] = "Inbox";
-$a->strings["Outbox"] = "Verzonden berichten";
-$a->strings["New Message"] = "Nieuw Bericht";
-$a->strings["Manage"] = "Beheren";
-$a->strings["Manage other pages"] = "Andere pagina's beheren";
-$a->strings["Delegations"] = "";
-$a->strings["Delegate Page Management"] = "";
-$a->strings["Settings"] = "Instellingen";
-$a->strings["Account settings"] = "Account instellingen";
-$a->strings["Profiles"] = "Profielen";
-$a->strings["Manage/Edit Profiles"] = "Beheer/Wijzig Profielen";
-$a->strings["Contacts"] = "Contacten";
-$a->strings["Manage/edit friends and contacts"] = "Beheer/Wijzig vrienden en contacten";
-$a->strings["Admin"] = "Beheer";
-$a->strings["Site setup and configuration"] = "Website opzetten en configureren";
-$a->strings["Navigation"] = "Navigatie";
-$a->strings["Site map"] = "Sitemap";
-$a->strings["Embedded content"] = "Ingebedde inhoud";
-$a->strings["Embedding disabled"] = "Inbedden uitgeschakeld";
-$a->strings["Error decoding account file"] = "";
-$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "";
-$a->strings["Error! Cannot check nickname"] = "";
-$a->strings["User '%s' already exists on this server!"] = "Gebruiker '%s' bestaat al op deze server!";
-$a->strings["User creation error"] = "Fout bij het aanmaken van de gebruiker";
-$a->strings["User profile creation error"] = "Fout bij het aanmaken van het gebruikersprofiel";
-$a->strings["%d contact not imported"] = array(
-       0 => "%d contact werd niet geïmporteerd",
-       1 => "%d contacten werden niet geïmporteerd",
+$a->strings["Commented Order"] = "Nieuwe reacties bovenaan";
+$a->strings["Sort by Comment Date"] = "Berichten met nieuwe reacties bovenaan";
+$a->strings["Posted Order"] = "Nieuwe berichten bovenaan";
+$a->strings["Sort by Post Date"] = "Nieuwe berichten bovenaan";
+$a->strings["Personal"] = "Persoonlijk";
+$a->strings["Posts that mention or involve you"] = "Alleen berichten die jou vermelden of op jou betrekking hebben";
+$a->strings["New"] = "Nieuw";
+$a->strings["Activity Stream - by date"] = "Activiteitenstroom - volgens datum";
+$a->strings["Shared Links"] = "Gedeelde links";
+$a->strings["Interesting Links"] = "Interessante links";
+$a->strings["Starred"] = "Met ster";
+$a->strings["Favourite Posts"] = "Favoriete berichten";
+$a->strings["Warning: This group contains %s member from an insecure network."] = array(
+       0 => "Waarschuwing: Deze groep bevat %s lid van een onveilig netwerk.",
+       1 => "Waarschuwing: Deze groep bevat %s leden van een onveilig netwerk.",
 );
-$a->strings["Done. You can now login with your username and password"] = "Gebeurd. Je kunt nu inloggen met je gebruikersnaam en wachtwoord";
-$a->strings["Welcome "] = "Welkom";
-$a->strings["Please upload a profile photo."] = "Upload een profielfoto.";
-$a->strings["Welcome back "] = "Welkom terug ";
-$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "";
-$a->strings["Profile not found."] = "Profiel niet gevonden";
-$a->strings["Profile deleted."] = "Profiel verwijderd";
-$a->strings["Profile-"] = "Profiel-";
-$a->strings["New profile created."] = "Nieuw profiel aangemaakt.";
-$a->strings["Profile unavailable to clone."] = "Profiel niet beschikbaar om te klonen.";
-$a->strings["Profile Name is required."] = "Profielnaam is vereist.";
-$a->strings["Marital Status"] = "Echtelijke staat";
-$a->strings["Romantic Partner"] = "Romantische Partner";
-$a->strings["Likes"] = "Houdt van";
-$a->strings["Dislikes"] = "Houdt niet van";
-$a->strings["Work/Employment"] = "Werk";
-$a->strings["Religion"] = "Godsdienst";
-$a->strings["Political Views"] = "Politieke standpunten";
-$a->strings["Gender"] = "Geslacht";
-$a->strings["Sexual Preference"] = "Seksuele Voorkeur";
-$a->strings["Homepage"] = "Homepagina";
-$a->strings["Interests"] = "Interesses";
-$a->strings["Address"] = "Adres";
-$a->strings["Location"] = "Plaats";
-$a->strings["Profile updated."] = "Profiel bijgewerkt.";
-$a->strings[" and "] = "en";
-$a->strings["public profile"] = "publiek profiel";
-$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$s veranderde %2\$s naar &ldquo;%3\$s&rdquo;";
-$a->strings[" - Visit %1\$s's %2\$s"] = " - Bezoek %2\$s van %1\$s";
-$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s heeft een aangepast %2\$s, %3\$s veranderd.";
-$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Je vrienden/contacten verbergen voor bezoekers van dit profiel?";
-$a->strings["No"] = "Nee";
-$a->strings["Edit Profile Details"] = "Profiel details bewerken";
-$a->strings["Submit"] = "Opslaan";
-$a->strings["Change Profile Photo"] = "Profiel foto wijzigen";
-$a->strings["View this profile"] = "Dit profiel bekijken";
-$a->strings["Create a new profile using these settings"] = "Nieuw profiel aanmaken met deze instellingen";
-$a->strings["Clone this profile"] = "Dit profiel klonen";
-$a->strings["Delete this profile"] = "Dit profiel verwijderen";
-$a->strings["Profile Name:"] = "Profiel Naam:";
-$a->strings["Your Full Name:"] = "Je volledige naam:";
-$a->strings["Title/Description:"] = "Titel/Beschrijving:";
-$a->strings["Your Gender:"] = "Je Geslacht:";
-$a->strings["Birthday (%s):"] = "Geboortedatum (%s):";
-$a->strings["Street Address:"] = "Postadres:";
-$a->strings["Locality/City:"] = "Gemeente/Stad:";
-$a->strings["Postal/Zip Code:"] = "Postcode:";
-$a->strings["Country:"] = "Land:";
-$a->strings["Region/State:"] = "Regio/Staat:";
-$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Echtelijke Staat:";
-$a->strings["Who: (if applicable)"] = "Wie: (indien toepasbaar)";
-$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Voorbeelden: Kathleen123, Kathleen Peeters, kathleen@voorbeeld.nl";
-$a->strings["Since [date]:"] = "Sinds [datum]:";
-$a->strings["Homepage URL:"] = "Adres homepagina:";
-$a->strings["Religious Views:"] = "Geloof:";
-$a->strings["Public Keywords:"] = "Publieke Sleutelwoorden:";
-$a->strings["Private Keywords:"] = "Privé Sleutelwoorden:";
-$a->strings["Example: fishing photography software"] = "Voorbeeld: vissen fotografie software";
-$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Gebruikt om mogelijke vrienden voor te stellen, kan door anderen gezien worden)";
-$a->strings["(Used for searching profiles, never shown to others)"] = "(Gebruikt om profielen te zoeken, nooit aan anderen getoond)";
-$a->strings["Tell us about yourself..."] = "Vertel iets over jezelf...";
-$a->strings["Hobbies/Interests"] = "Hobby's/Interesses";
-$a->strings["Contact information and Social Networks"] = "Contactinformatie en Sociale Netwerken";
-$a->strings["Musical interests"] = "Muzikale interesses";
-$a->strings["Books, literature"] = "Boeken, literatuur";
-$a->strings["Television"] = "Televisie";
-$a->strings["Film/dance/culture/entertainment"] = "Film/dans/cultuur/ontspanning";
-$a->strings["Love/romance"] = "Liefde/romantiek";
-$a->strings["Work/employment"] = "Werk";
-$a->strings["School/education"] = "School/opleiding";
-$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Dit is jouw <strong>publiek</strong> profiel.<br />Het <strong>kan</strong> zichtbaar zijn voor iedereen op het internet.";
-$a->strings["Age: "] = "Leeftijd:";
-$a->strings["Edit/Manage Profiles"] = "Wijzig/Beheer Profielen";
-$a->strings["Change profile photo"] = "Profiel foto wijzigen";
-$a->strings["Create New Profile"] = "Maak nieuw profiel";
-$a->strings["Profile Image"] = "Profiel afbeelding";
-$a->strings["visible to everybody"] = "zichtbaar voor iedereen";
-$a->strings["Edit visibility"] = "Pas zichtbaarheid aan";
-$a->strings["Permission denied"] = "Toegang geweigerd";
-$a->strings["Invalid profile identifier."] = "Ongeldige profiel-identificatie.";
-$a->strings["Profile Visibility Editor"] = "";
-$a->strings["Click on a contact to add or remove."] = "Klik op een contact om het toe te voegen of te verwijderen.";
-$a->strings["Visible To"] = "Zichtbaar voor";
-$a->strings["All Contacts (with secure profile access)"] = "Alle contacten (met veilige profieltoegang)";
-$a->strings["Personal Notes"] = "Persoonlijke Nota's";
-$a->strings["Public access denied."] = "Niet vrij toegankelijk";
-$a->strings["Access to this profile has been restricted."] = "Toegang tot dit profiel is beperkt.";
-$a->strings["Item has been removed."] = "Item is verwijderd.";
-$a->strings["Visit %s's profile [%s]"] = "Bekijk het profiel van %s [%s]";
-$a->strings["Edit contact"] = "Contact bewerken";
-$a->strings["Contacts who are not members of a group"] = "Contacten die geen leden zijn van een groep";
-$a->strings["{0} wants to be your friend"] = "{0} wilt je vriend worden";
-$a->strings["{0} sent you a message"] = "{0} stuurde jou een berichtje";
-$a->strings["{0} requested registration"] = "{0} vroeg om zich te registreren";
-$a->strings["{0} commented %s's post"] = "{0} gaf een reactie op het bericht van %s";
-$a->strings["{0} liked %s's post"] = "{0} vond het bericht van %s leuk";
-$a->strings["{0} disliked %s's post"] = "{0} vond het bericht van %s niet leuk";
-$a->strings["{0} is now friends with %s"] = "{0} is nu bevriend met %s";
-$a->strings["{0} posted"] = "{0} plaatste";
-$a->strings["{0} tagged %s's post with #%s"] = "{0} labelde %s's bericht met #%s";
-$a->strings["{0} mentioned you in a post"] = "{0} vermeldde je in een bericht";
+$a->strings["Private messages to this group are at risk of public disclosure."] = "Privéberichten naar deze groep kunnen openbaar gemaakt worden.";
+$a->strings["No such group"] = "Zo'n groep bestaat niet";
+$a->strings["Group is empty"] = "De groep is leeg";
+$a->strings["Group: "] = "Groep:";
+$a->strings["Contact: "] = "Contact: ";
+$a->strings["Private messages to this person are at risk of public disclosure."] = "Privéberichten naar deze persoon kunnen openbaar gemaakt worden.";
+$a->strings["Invalid contact."] = "Ongeldig contact.";
+$a->strings["Friendica Communications Server - Setup"] = "";
+$a->strings["Could not connect to database."] = "Kon geen toegang krijgen tot de database.";
+$a->strings["Could not create table."] = "Kon tabel niet aanmaken.";
+$a->strings["Your Friendica site database has been installed."] = "De database van je Friendica-website is geïnstalleerd.";
+$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Het kan nodig zijn om het bestand \"database.sql\" manueel te importeren met phpmyadmin of mysql.";
+$a->strings["Please see the file \"INSTALL.txt\"."] = "Zie het bestand \"INSTALL.txt\".";
+$a->strings["System check"] = "Systeemcontrole";
+$a->strings["Next"] = "Volgende";
+$a->strings["Check again"] = "Controleer opnieuw";
+$a->strings["Database connection"] = "Verbinding met database";
+$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Om Friendica te kunnen installeren moet ik weten hoe ik jouw database kan bereiken.";
+$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Neem contact op met jouw hostingprovider of websitebeheerder, wanneer je vragen hebt over deze instellingen. ";
+$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "De database die je hier opgeeft zou al moeten bestaan. Maak anders de database aan voordat je verder gaat.";
+$a->strings["Database Server Name"] = "Servernaam database";
+$a->strings["Database Login Name"] = "Gebruikersnaam database";
+$a->strings["Database Login Password"] = "Wachtwoord database";
+$a->strings["Database Name"] = "Naam database";
+$a->strings["Site administrator email address"] = "E-mailadres van de websitebeheerder";
+$a->strings["Your account email address must match this in order to use the web admin panel."] = "Het e-mailadres van je account moet hiermee overeenkomen om het administratiepaneel te kunnen gebruiken.";
+$a->strings["Please select a default timezone for your website"] = "Selecteer een standaard tijdzone voor uw website";
+$a->strings["Site settings"] = "Website-instellingen";
+$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Kan geen command-line-versie van PHP vinden in het PATH van de webserver.";
+$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron. See <a href='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"] = "Als je geen command-line versie van PHP geïnstalleerd hebt op je server, kun je geen polling op de achtergrond gebruiken via cron. Zie  <a href='http://friendica.com/node/27'>'Activeren van geplande taken'</a>";
+$a->strings["PHP executable path"] = "PATH van het PHP commando";
+$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Vul het volledige path in naar het php programma. Je kunt dit blanco laten om de installatie verder te zetten.";
+$a->strings["Command line PHP"] = "PHP-opdrachtregel";
+$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "";
+$a->strings["Found PHP version: "] = "Gevonden PHP versie:";
+$a->strings["PHP cli binary"] = "";
+$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "De command-line versie van PHP op jouw systeem heeft \"register_argc_argv\" niet geactiveerd.";
+$a->strings["This is required for message delivery to work."] = "Dit is nodig om het verzenden van berichten mogelijk te maken.";
+$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv";
+$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "";
+$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Zie \"http://www.php.net/manual/en/openssl.installation.php\" wanneer u Friendica onder Windows draait.";
+$a->strings["Generate encryption keys"] = "";
+$a->strings["libCurl PHP module"] = "libCurl PHP module";
+$a->strings["GD graphics PHP module"] = "GD graphics PHP module";
+$a->strings["OpenSSL PHP module"] = "OpenSSL PHP module";
+$a->strings["mysqli PHP module"] = "mysqli PHP module";
+$a->strings["mb_string PHP module"] = "mb_string PHP module";
+$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite module";
+$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Fout: Apache-module mod-rewrite is vereist, maar niet geïnstalleerd.";
+$a->strings["Error: libCURL PHP module required but not installed."] = "Fout: PHP-module libCURL is vereist, maar niet geïnstalleerd.";
+$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Fout: PHP-module GD graphics met JPEG support is vereist, maar niet geïnstalleerd.";
+$a->strings["Error: openssl PHP module required but not installed."] = "Fout: PHP-module openssl is vereist, maar niet geïnstalleerd.";
+$a->strings["Error: mysqli PHP module required but not installed."] = "Fout: PHP-module mysqli is vereist, maar niet geïnstalleerd.";
+$a->strings["Error: mb_string PHP module required but not installed."] = "Fout: PHP-module mb_string is vereist, maar niet geïnstalleerd.";
+$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "Het installatieprogramma moet een bestand \".htconfig.php\" in de bovenste map van je webserver aanmaken, maar kan dit niet doen.";
+$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Dit is meestal een permissieprobleem, omdat de webserver niet in staat is om in deze map bestanden weg te schrijven - ook al kun je dit zelf wel.";
+$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "Op het einde van deze procedure zal ik je een tekst geven om te bewaren in een bestand .htconfig.php in je hoogste Friendica map.";
+$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Je kunt ook deze procedure overslaan, en een manuele installatie uitvoeren. Lees het bestand \"INSTALL.txt\" voor instructies.";
+$a->strings[".htconfig.php is writable"] = ".htconfig.php is schrijfbaar";
+$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica gebruikt het Smarty3 sjabloon systeem om zijn webpagina's weer te geven. Smarty3 compileert sjablonen naar PHP om de weergave te versnellen.";
+$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "Om deze gecompileerde sjablonen op te slaan moet de webserver schrijftoegang hebben tot de folder view/smarty3, t.o.v. van de hoogste folder van je Friendica-installatie.";
+$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Zorg er a.u.b. voor dat de gebruiker waaronder je webserver runt (bijv. www-data) schrijf-toegang heeft tot deze map.";
+$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "Opmerking: voor een goede beveiliging zou je de webserver alleen schrijf-toegang moeten geven voor de map view/smarty3 -- niet voor de template bestanden (.tpl) die in die map zitten.";
+$a->strings["view/smarty3 is writable"] = "view/smarty3 is schrijfbaar";
+$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "";
+$a->strings["Url rewrite is working"] = "";
+$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Het databaseconfiguratiebestand \".htconfig.php\" kon niet worden weggeschreven. Je kunt de bijgevoegde tekst gebruiken om in een configuratiebestand aan te maken in de hoogste map van je webserver.";
+$a->strings["Errors encountered creating database tables."] = "Tijdens het aanmaken van databasetabellen zijn fouten vastgesteld.";
+$a->strings["<h1>What next</h1>"] = "<h1>Wat nu</h1>";
+$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "BELANGRIJK: Je zult [manueel] een geplande taak moeten aanmaken voor de poller.";
 $a->strings["Theme settings updated."] = "Thema instellingen aangepast.";
 $a->strings["Site"] = "Website";
 $a->strings["Users"] = "Gebruiker";
@@ -638,6 +398,7 @@ $a->strings["Plugins"] = "Plugins";
 $a->strings["Themes"] = "Thema's";
 $a->strings["DB updates"] = "DB aanpassingen";
 $a->strings["Logs"] = "Logs";
+$a->strings["Admin"] = "Beheer";
 $a->strings["Plugin Features"] = "Plugin Functies";
 $a->strings["User registrations waiting for confirmation"] = "Gebruikersregistraties wachten op bevestiging";
 $a->strings["Normal Account"] = "Normale Account";
@@ -653,9 +414,14 @@ $a->strings["Registered users"] = "Geregistreerde gebruikers";
 $a->strings["Pending registrations"] = "Registraties die in de wacht staan";
 $a->strings["Version"] = "Versie";
 $a->strings["Active plugins"] = "Actieve plug-ins";
+$a->strings["Can not parse base url. Must have at least <scheme>://<domain>"] = "";
 $a->strings["Site settings updated."] = "Site instellingen gewijzigd.";
 $a->strings["No special theme for mobile devices"] = "Geen speciaal thema voor mobiele apparaten";
 $a->strings["Never"] = "Nooit";
+$a->strings["Frequently"] = "Frequent";
+$a->strings["Hourly"] = "elk uur";
+$a->strings["Twice daily"] = "Twee keer per dag";
+$a->strings["Daily"] = "dagelijks";
 $a->strings["Multi user instance"] = "Server voor meerdere gebruikers";
 $a->strings["Closed"] = "Gesloten";
 $a->strings["Requires approval"] = "Toestemming vereist";
@@ -663,13 +429,16 @@ $a->strings["Open"] = "Open";
 $a->strings["No SSL policy, links will track page SSL state"] = "Geen SSL beleid, links zullen SSL status van pagina volgen";
 $a->strings["Force all links to use SSL"] = "Verplicht alle links om SSL te gebruiken";
 $a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Zelf-ondertekend certificaat, gebruik SSL alleen voor lokale links (afgeraden)";
-$a->strings["Registration"] = "Registratie";
+$a->strings["Save Settings"] = "";
 $a->strings["File upload"] = "Uploaden bestand";
 $a->strings["Policies"] = "Beleid";
 $a->strings["Advanced"] = "Geavanceerd";
 $a->strings["Performance"] = "Performantie";
+$a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = "";
 $a->strings["Site name"] = "Site naam";
 $a->strings["Banner/Logo"] = "Banner/Logo";
+$a->strings["Additional Info"] = "";
+$a->strings["For public servers: you can add additional information here that will be listed at dir.friendica.com/siteinfo."] = "";
 $a->strings["System language"] = "Systeemtaal";
 $a->strings["System theme"] = "Systeem thema";
 $a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "Standaard systeem thema - kan door gebruikersprofielen veranderd worden - <a href='#' id='cnftheme'>verander thema instellingen</a>";
@@ -677,8 +446,8 @@ $a->strings["Mobile system theme"] = "Mobiel systeem thema";
 $a->strings["Theme for mobile devices"] = "Thema voor mobiele apparaten";
 $a->strings["SSL link policy"] = "Beleid SSL-links";
 $a->strings["Determines whether generated links should be forced to use SSL"] = "Bepaald of gegenereerde verwijzingen verplicht SSL moeten gebruiken";
-$a->strings["'Share' element"] = "'Deel'-element";
-$a->strings["Activates the bbcode element 'share' for repeating items."] = "Activeer het bbcode-element 'share' voor herhalende items.";
+$a->strings["Old style 'Share'"] = "";
+$a->strings["Deactivates the bbcode element 'share' for repeating items."] = "";
 $a->strings["Hide help entry from navigation menu"] = "Verberg de 'help' uit het navigatiemenu";
 $a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "Verbergt het menu-item voor de Help pagina's uit het navigatiemenu. Je kunt ze nog altijd vinden door /help direct in te geven.";
 $a->strings["Single user instance"] = "Server voor één gebruiker";
@@ -710,12 +479,14 @@ $a->strings["Allow threaded items"] = "Sta threads in conversaties toe";
 $a->strings["Allow infinite level threading for items on this site."] = "Sta oneindige niveaus threads in conversaties op deze website toe.";
 $a->strings["Private posts by default for new users"] = "Privéberichten als standaard voor nieuwe gebruikers";
 $a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "Stel de standaard rechten van berichten voor nieuwe leden op de standaard privacygroep in, in plaats van openbaar.";
-$a->strings["Don't include post content in email notifications"] = "De inhoud van het bericht niet insluiten bij e-mail notificaties";
+$a->strings["Don't include post content in email notifications"] = "De inhoud van het bericht niet insluiten bij e-mailnotificaties";
 $a->strings["Don't include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure."] = "De inhoud van berichten/commentaar/privéberichten/enzovoort  niet insluiten in e-mailnotificaties die door deze website verzonden worden, voor de bescherming van je privacy.";
 $a->strings["Disallow public access to addons listed in the apps menu."] = "";
 $a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = "";
 $a->strings["Don't embed private images in posts"] = "";
 $a->strings["Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while."] = "";
+$a->strings["Allow Users to set remote_self"] = "";
+$a->strings["With checking this, every user is allowed to mark every contact as a remote_self in the repair contact dialog. Setting this flag on a contact causes mirroring every posting of that contact in the users stream."] = "";
 $a->strings["Block multiple registrations"] = "Blokkeer meerdere registraties";
 $a->strings["Disallow users to register additional accounts for use as pages."] = "Laat niet toe dat gebruikers meerdere accounts aanmaken.";
 $a->strings["OpenID support"] = "OpenID ondersteuning";
@@ -748,22 +519,26 @@ $a->strings["Maximum Load Average"] = "Maximum gemiddelde belasting";
 $a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Maximum systeembelasting voordat aflever- en poll-processen uitgesteld worden - standaard 50.";
 $a->strings["Use MySQL full text engine"] = "Gebruik de tekst-zoekfunctie van MySQL";
 $a->strings["Activates the full text engine. Speeds up search - but can only search for four and more characters."] = "Activeert de zoekmotor. Dit maakt zoeken sneller, maar het kan alleen zoeken naar teksten van minstens vier letters.";
+$a->strings["Suppress Language"] = "";
+$a->strings["Suppress language information in meta information about a posting."] = "";
 $a->strings["Path to item cache"] = "Pad naar cache voor items";
 $a->strings["Cache duration in seconds"] = "Cache tijdsduur in seconden";
 $a->strings["How long should the cache files be hold? Default value is 86400 seconds (One day)."] = "Hoe lang moeten bestanden in cache gehouden worden? Standaard waarde is 86400 seconden (een dag).";
 $a->strings["Path for lock file"] = "Pad voor lock bestand";
 $a->strings["Temp path"] = "Tijdelijk pad";
 $a->strings["Base path to installation"] = "Basispad voor installatie";
+$a->strings["New base url"] = "";
 $a->strings["Update has been marked successful"] = "Wijziging succesvol gemarkeerd ";
 $a->strings["Executing %s failed. Check system logs."] = "Uitvoering van %s is mislukt. Kijk de systeem logbestanden na.";
 $a->strings["Update %s was successfully applied."] = "Wijziging %s geslaagd.";
-$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Wijziging %s gaf geen status. We weten niet of de wijziging geslaagd is.";
+$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Wijziging %s gaf geen status terug. We weten niet of de wijziging geslaagd is.";
 $a->strings["Update function %s could not be found."] = "Update-functie %s kon niet gevonden worden.";
 $a->strings["No failed updates."] = "Geen misluke wijzigingen";
 $a->strings["Failed Updates"] = "Misluke wijzigingen";
 $a->strings["This does not include updates prior to 1139, which did not return a status."] = "Dit is zonder de wijzigingen voor 1139, welke geen status teruggaven.";
 $a->strings["Mark success (if update was manually applied)"] = "Markeren als succes (als aanpassing manueel doorgevoerd werd)";
 $a->strings["Attempt to execute this update step automatically"] = "Probeer deze stap automatisch uit te voeren";
+$a->strings["Registration successful. Email send to user"] = "";
 $a->strings["%s user blocked/unblocked"] = array(
        0 => "%s gebruiker geblokkeerd/niet geblokkeerd",
        1 => "%s gebruikers geblokkeerd/niet geblokkeerd",
@@ -775,10 +550,13 @@ $a->strings["%s user deleted"] = array(
 $a->strings["User '%s' deleted"] = "Gebruiker '%s' verwijderd";
 $a->strings["User '%s' unblocked"] = "Gebruiker '%s' niet meer geblokkeerd";
 $a->strings["User '%s' blocked"] = "Gebruiker '%s' geblokkeerd";
+$a->strings["Add User"] = "";
 $a->strings["select all"] = "Alles selecteren";
 $a->strings["User registrations waiting for confirm"] = "Gebruikersregistraties wachten op een bevestiging";
+$a->strings["User waiting for permanent deletion"] = "";
 $a->strings["Request date"] = "Registratiedatum";
 $a->strings["Name"] = "Naam";
+$a->strings["Email"] = "E-mail";
 $a->strings["No registrations."] = "Geen registraties.";
 $a->strings["Approve"] = "Goedkeuren";
 $a->strings["Deny"] = "Weiger";
@@ -786,12 +564,18 @@ $a->strings["Block"] = "Blokkeren";
 $a->strings["Unblock"] = "Blokkering opheffen";
 $a->strings["Site admin"] = "Sitebeheerder";
 $a->strings["Account expired"] = "Account verlopen";
+$a->strings["New User"] = "";
 $a->strings["Register date"] = "Registratiedatum";
 $a->strings["Last login"] = "Laatste login";
 $a->strings["Last item"] = "Laatste item";
+$a->strings["Deleted since"] = "";
 $a->strings["Account"] = "Account";
 $a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Geselecteerde gebruikers zullen verwijderd worden!\\n\\nAlles wat deze gebruikers gepost hebben op deze website zal permanent verwijderd worden!\\n\\nBen je zeker?";
 $a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "De gebruiker {0} zal verwijderd worden!\\n\\nAlles wat deze gebruiker gepost heeft op deze website zal permanent verwijderd worden!\\n\\nBen je zeker?";
+$a->strings["Name of the new user."] = "";
+$a->strings["Nickname"] = "";
+$a->strings["Nickname of the new user."] = "";
+$a->strings["Email address of the new user."] = "";
 $a->strings["Plugin %s disabled."] = "Plugin %s uitgeschakeld.";
 $a->strings["Plugin %s enabled."] = "Plugin %s ingeschakeld.";
 $a->strings["Disable"] = "Uitschakelen";
@@ -815,83 +599,210 @@ $a->strings["FTP Host"] = "FTP Server";
 $a->strings["FTP Path"] = "FTP Pad";
 $a->strings["FTP User"] = "FTP Gebruiker";
 $a->strings["FTP Password"] = "FTP wachtwoord";
-$a->strings["Unable to locate original post."] = "Ik kan de originele post niet meer vinden.";
-$a->strings["Empty post discarded."] = "Lege post weggegooid.";
-$a->strings["System error. Post not saved."] = "Systeemfout. Post niet bewaard.";
-$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Dit bericht werd naar jou gestuurd door %s, een lid van het Friendica sociale netwerk.";
-$a->strings["You may visit them online at %s"] = "Je kunt ze online bezoeken op %s";
-$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Contacteer de afzender door op dit bericht te antwoorden als je deze berichten niet wilt ontvangen.";
-$a->strings["%s posted an update."] = "%s heeft een wijziging geplaatst.";
-$a->strings["Friends of %s"] = "Vrienden van %s";
-$a->strings["No friends to display."] = "Geen vrienden om te laten zien.";
-$a->strings["Remove term"] = "Verwijder zoekterm";
+$a->strings["Search"] = "Zoeken";
 $a->strings["No results."] = "Geen resultaten.";
-$a->strings["Authorize application connection"] = "";
-$a->strings["Return to your app and insert this Securty Code:"] = "";
-$a->strings["Please login to continue."] = "Log in om verder te gaan.";
-$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Wil je deze toepassing toestemming geven om jouw berichten en contacten in te kijken, en/of nieuwe berichten in jouw plaats aan te maken?";
-$a->strings["Registration details for %s"] = "Registratie details voor %s";
-$a->strings["Registration successful. Please check your email for further instructions."] = "Registratie geslaagd. Kijk je e-mail na voor verdere instructies.";
-$a->strings["Failed to send email message. Here is the message that failed."] = "E-mail bericht kon niet verstuurd worden. Hier is het bericht.";
-$a->strings["Your registration can not be processed."] = "Je registratie kan niet verwerkt worden.";
-$a->strings["Registration request at %s"] = "Registratieverzoek op %s";
-$a->strings["Your registration is pending approval by the site owner."] = "Je registratie wacht op goedkeuring van de beheerder.";
-$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Deze website heeft het toegelaten dagelijkse aantal registraties overschreden. Probeer morgen a.u.b. opnieuw.";
-$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Je kunt (optioneel) dit formulier invullen via OpenID door je OpenID in te geven en op 'Registreren' te klikken.";
-$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Laat dit veld leeg als je niet vertrouwd bent met OpenID, en vul de rest van de items in.";
-$a->strings["Your OpenID (optional): "] = "Je OpenID (optioneel):";
-$a->strings["Include your profile in member directory?"] = "Je profiel in de ledengids opnemen?";
-$a->strings["Membership on this site is by invitation only."] = "Lidmaatschap van deze website is uitsluitend op uitnodiging.";
-$a->strings["Your invitation ID: "] = "Je uitnodigingsid:";
-$a->strings["Your Full Name (e.g. Joe Smith): "] = "Je volledige naam (bijv. Jan Jansens):";
-$a->strings["Your Email Address: "] = "Je email adres:";
-$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>'."] = "Kies een bijnaam voor je profiel. Deze moet met een letter beginnen. Je profieladres op deze website zal dan '<strong>bijnaam@\$sitename</strong>' zijn.";
-$a->strings["Choose a nickname: "] = "Kies een bijnaam:";
+$a->strings["Tips for New Members"] = "Tips voor nieuwe leden";
+$a->strings["link"] = "link";
+$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s labelde %3\$s van %2\$s met %4\$s";
+$a->strings["Item not found"] = "Item niet gevonden";
+$a->strings["Edit post"] = "Bericht bewerken";
+$a->strings["upload photo"] = "Foto uploaden";
+$a->strings["Attach file"] = "Bestand bijvoegen";
+$a->strings["attach file"] = "bestand bijvoegen";
+$a->strings["web link"] = "webadres";
+$a->strings["Insert video link"] = "Voeg video toe";
+$a->strings["video link"] = "video adres";
+$a->strings["Insert audio link"] = "Voeg audio adres toe";
+$a->strings["audio link"] = "audio adres";
+$a->strings["Set your location"] = "Stel uw locatie in";
+$a->strings["set location"] = "Stel uw locatie in";
+$a->strings["Clear browser location"] = "Verwijder locatie uit uw webbrowser";
+$a->strings["clear location"] = "Verwijder locatie uit uw webbrowser";
+$a->strings["Permission settings"] = "Instellingen van rechten";
+$a->strings["CC: email addresses"] = "CC: e-mailadressen";
+$a->strings["Public post"] = "Openbare post";
+$a->strings["Set title"] = "Titel plaatsen";
+$a->strings["Categories (comma-separated list)"] = "Categorieën (komma-gescheiden lijst)";
+$a->strings["Example: bob@example.com, mary@example.com"] = "Voorbeeld: bob@voorbeeld.nl, an@voorbeeld.be";
+$a->strings["Item not available."] = "Item niet beschikbaar";
+$a->strings["Item was not found."] = "Item niet gevonden";
 $a->strings["Account approved."] = "Account goedgekeurd.";
 $a->strings["Registration revoked for %s"] = "Registratie ingetrokken voor %s";
 $a->strings["Please login."] = "Log a.u.b. in.";
-$a->strings["Item not available."] = "Item niet beschikbaar";
-$a->strings["Item was not found."] = "Item niet gevonden";
-$a->strings["Remove My Account"] = "Verwijder mijn account";
-$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Dit zal je account volledig verwijderen. Dit kan niet hersteld worden als het eenmaal uitgevoerd is.";
-$a->strings["Please enter your password for verification:"] = "Voer je wachtwoord in voor verificatie:";
-$a->strings["Source (bbcode) text:"] = "Bron (bbcode) tekst:";
-$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Bron (Diaspora) tekst om naar BBCode om te zetten:";
-$a->strings["Source input: "] = "Bron ingave:";
-$a->strings["bb2html (raw HTML): "] = "bb2html (ruwe HTML):";
-$a->strings["bb2html: "] = "bb2html:";
-$a->strings["bb2html2bb: "] = "bb2html2bb: ";
-$a->strings["bb2md: "] = "bb2md: ";
-$a->strings["bb2md2html: "] = "bb2md2html: ";
-$a->strings["bb2dia2bb: "] = "bb2dia2bb: ";
-$a->strings["bb2md2html2bb: "] = "bb2md2html2bb: ";
-$a->strings["Source input (Diaspora format): "] = "Bron ingave (Diaspora formaat):";
-$a->strings["diaspora2bb: "] = "diaspora2bb: ";
-$a->strings["Common Friends"] = "Gedeelde Vrienden";
-$a->strings["No contacts in common."] = "Geen gedeelde contacten.";
-$a->strings["You must be logged in to use addons. "] = "";
-$a->strings["Applications"] = "Toepassingen";
-$a->strings["No installed applications."] = "Geen toepassingen geïnstalleerd";
-$a->strings["Import"] = "Importeren";
-$a->strings["Move account"] = "Account verplaatsen";
-$a->strings["You can import an account from another Friendica server."] = "Je kunt een account van een andere Friendica server importeren.";
-$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "Je moet je account bij de oude server exporteren, en hier uploaden. We zullen je oude account hier opnieuw aanmaken, met al je contacten. We zullen ook proberen om je vrienden in te lichten dat je naar hier verhuisd bent.";
-$a->strings["This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora"] = "Deze functie is experimenteel. We kunnen geen contacten van het OStatus netwerk (statusnet/identi.ca) of van Diaspora importeren.";
-$a->strings["Account file"] = "Account bestand";
-$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "";
-$a->strings["everybody"] = "iedereen";
-$a->strings["Additional features"] = "Extra functies";
-$a->strings["Display settings"] = "Scherminstellingen";
+$a->strings["Find on this site"] = "Op deze website zoeken";
+$a->strings["Finding: "] = "Gevonden:";
+$a->strings["Site Directory"] = "Websitegids";
+$a->strings["Find"] = "Zoek";
+$a->strings["Age: "] = "Leeftijd:";
+$a->strings["Gender: "] = "Geslacht:";
+$a->strings["About:"] = "Over:";
+$a->strings["No entries (some entries may be hidden)."] = "Geen gegevens (sommige gegevens kunnen verborgen zijn).";
+$a->strings["Contact settings applied."] = "Contactinstellingen toegepast.";
+$a->strings["Contact update failed."] = "Aanpassen van contact mislukt.";
+$a->strings["Repair Contact Settings"] = "Contactinstellingen herstellen";
+$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "";
+$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "Gebruik <strong>nu</strong> de \"terug\"-knop in je webbrowser wanneer je niet weet wat je op deze pagina moet doen.";
+$a->strings["Return to contact editor"] = "Ga terug naar contactbewerker";
+$a->strings["Account Nickname"] = "Bijnaam account";
+$a->strings["@Tagname - overrides Name/Nickname"] = "@Labelnaam - krijgt voorrang op naam/bijnaam";
+$a->strings["Account URL"] = "URL account";
+$a->strings["Friend Request URL"] = "URL vriendschapsverzoek";
+$a->strings["Friend Confirm URL"] = "";
+$a->strings["Notification Endpoint URL"] = "";
+$a->strings["Poll/Feed URL"] = "URL poll/feed";
+$a->strings["New photo from this URL"] = "Nieuwe foto van deze URL";
+$a->strings["Remote Self"] = "";
+$a->strings["Mirror postings from this contact"] = "";
+$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "";
+$a->strings["Move account"] = "Account verplaatsen";
+$a->strings["You can import an account from another Friendica server."] = "Je kunt een account van een andere Friendica server importeren.";
+$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "Je moet je account bij de oude server exporteren, en hier uploaden. We zullen je oude account hier opnieuw aanmaken, met al je contacten. We zullen ook proberen om je vrienden in te lichten dat je naar hier verhuisd bent.";
+$a->strings["This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora"] = "Deze functie is experimenteel. We kunnen geen contacten van het OStatus netwerk (statusnet/identi.ca) of van Diaspora importeren.";
+$a->strings["Account file"] = "Account bestand";
+$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "";
+$a->strings["Remote privacy information not available."] = "Privacyinformatie op afstand niet beschikbaar.";
+$a->strings["Visible to:"] = "Zichtbaar voor:";
+$a->strings["Save"] = "Bewaren";
+$a->strings["Help:"] = "Help:";
+$a->strings["Help"] = "Help";
+$a->strings["No profile"] = "Geen profiel";
+$a->strings["This introduction has already been accepted."] = "Verzoek is al goedgekeurd";
+$a->strings["Profile location is not valid or does not contain profile information."] = "Profiel is ongeldig of bevat geen informatie";
+$a->strings["Warning: profile location has no identifiable owner name."] = "Waarschuwing: de profiellocatie heeft geen identificeerbare eigenaar.";
+$a->strings["Warning: profile location has no profile photo."] = "Waarschuwing: Profieladres heeft geen profielfoto.";
+$a->strings["%d required parameter was not found at the given location"] = array(
+       0 => "De %d vereiste parameter is niet op het gegeven adres gevonden",
+       1 => "De %d vereiste parameters zijn niet op het gegeven adres gevonden",
+);
+$a->strings["Introduction complete."] = "Verzoek voltooid.";
+$a->strings["Unrecoverable protocol error."] = "Onherstelbare protocolfout. ";
+$a->strings["Profile unavailable."] = "Profiel onbeschikbaar";
+$a->strings["%s has received too many connection requests today."] = "%s heeft te veel verzoeken gehad vandaag.";
+$a->strings["Spam protection measures have been invoked."] = "Beveiligingsmaatregelen tegen spam zijn in werking getreden.";
+$a->strings["Friends are advised to please try again in 24 hours."] = "Wij adviseren vrienden om het over 24 uur nog een keer te proberen.";
+$a->strings["Invalid locator"] = "Ongeldige plaatsbepaler";
+$a->strings["Invalid email address."] = "Geen geldig e-mailadres";
+$a->strings["This account has not been configured for email. Request failed."] = "Aanvraag mislukt. Dit account is niet geconfigureerd voor e-mail.";
+$a->strings["Unable to resolve your name at the provided location."] = "Ik kan jouw naam op het opgegeven adres niet vinden.";
+$a->strings["You have already introduced yourself here."] = "Je hebt jezelf hier al voorgesteld.";
+$a->strings["Apparently you are already friends with %s."] = "Blijkbaar bent u al bevriend met %s.";
+$a->strings["Invalid profile URL."] = "Ongeldig profiel adres.";
+$a->strings["Disallowed profile URL."] = "Niet toegelaten profiel adres.";
+$a->strings["Failed to update contact record."] = "Ik kon de contactgegevens niet aanpassen.";
+$a->strings["Your introduction has been sent."] = "Je verzoek is verzonden.";
+$a->strings["Please login to confirm introduction."] = "Log in om je verzoek te bevestigen.";
+$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Je huidige identiteit is niet de juiste. Log a.u.b. in met <strong>dit</strong> profiel.";
+$a->strings["Hide this contact"] = "Verberg dit contact";
+$a->strings["Welcome home %s."] = "Welkom terug %s.";
+$a->strings["Please confirm your introduction/connection request to %s."] = "Bevestig je vriendschaps-/connectieverzoek voor %s.";
+$a->strings["Confirm"] = "Bevestig";
+$a->strings["[Name Withheld]"] = "[Naam achtergehouden]";
+$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Vul hier uw 'Identiteitsadres' in van een van de volgende ondersteunde communicatienetwerken:";
+$a->strings["<strike>Connect as an email follower</strike> (Coming soon)"] = "<strike>Sluit aan als e-mail volger</strike> (Binnenkort)";
+$a->strings["If you are not yet a member of the free social web, <a href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public Friendica site and join us today</a>."] = "Als je nog geen lid bent van het vrije sociale web,  <a href=\"http://dir.friendica.com/siteinfo\">volg dan deze link om een openbare Friendica-website te vinden, en sluit je vandaag nog aan</a>.";
+$a->strings["Friend/Connection Request"] = "Vriendschaps-/connectieverzoek";
+$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Voorbeelden: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca";
+$a->strings["Please answer the following:"] = "Beantwoord het volgende:";
+$a->strings["Does %s know you?"] = "Kent %s jou?";
+$a->strings["Add a personal note:"] = "Voeg een persoonlijke opmerking toe:";
+$a->strings["Friendica"] = "Friendica";
+$a->strings["StatusNet/Federated Social Web"] = "StatusNet/Gefedereerde Sociale Web";
+$a->strings["Diaspora"] = "Diaspora";
+$a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = "- Gebruik a.u.b. niet dit formulier. Vul %s in in je Diaspora zoekbalk.";
+$a->strings["Your Identity Address:"] = "Adres van uw identiteit:";
+$a->strings["Submit Request"] = "Aanvraag indienen";
+$a->strings["[Embedded content - reload page to view]"] = "[Ingebedde inhoud - herlaad pagina om het te bekijken]";
+$a->strings["View in context"] = "In context bekijken";
+$a->strings["%d contact edited."] = array(
+       0 => "",
+       1 => "",
+);
+$a->strings["Could not access contact record."] = "Kon geen toegang krijgen tot de contactgegevens";
+$a->strings["Could not locate selected profile."] = "Kon het geselecteerde profiel niet vinden.";
+$a->strings["Contact updated."] = "Contact bijgewerkt.";
+$a->strings["Contact has been blocked"] = "Contact is geblokkeerd";
+$a->strings["Contact has been unblocked"] = "Contact is gedeblokkeerd";
+$a->strings["Contact has been ignored"] = "Contact wordt genegeerd";
+$a->strings["Contact has been unignored"] = "Contact wordt niet meer genegeerd";
+$a->strings["Contact has been archived"] = "Contact is gearchiveerd";
+$a->strings["Contact has been unarchived"] = "Contact is niet meer gearchiveerd";
+$a->strings["Do you really want to delete this contact?"] = "Wil je echt dit contact verwijderen?";
+$a->strings["Contact has been removed."] = "Contact is verwijderd.";
+$a->strings["You are mutual friends with %s"] = "Je bent wederzijds bevriend met %s";
+$a->strings["You are sharing with %s"] = "Je deelt met %s";
+$a->strings["%s is sharing with you"] = "%s deelt met jou";
+$a->strings["Private communications are not available for this contact."] = "Privécommunicatie met dit contact is niet beschikbaar.";
+$a->strings["(Update was successful)"] = "(Wijziging is geslaagd)";
+$a->strings["(Update was not successful)"] = "(Wijziging is niet geslaagd)";
+$a->strings["Suggest friends"] = "Stel vrienden voor";
+$a->strings["Network type: %s"] = "Netwerk type: %s";
+$a->strings["%d contact in common"] = array(
+       0 => "%d gedeeld contact",
+       1 => "%d gedeelde contacten",
+);
+$a->strings["View all contacts"] = "Alle contacten zien";
+$a->strings["Toggle Blocked status"] = "Schakel geblokkeerde status";
+$a->strings["Unignore"] = "Negeer niet meer";
+$a->strings["Ignore"] = "Negeren";
+$a->strings["Toggle Ignored status"] = "Schakel negeerstatus";
+$a->strings["Unarchive"] = "Archiveer niet meer";
+$a->strings["Archive"] = "Archiveer";
+$a->strings["Toggle Archive status"] = "Schakel archiveringsstatus";
+$a->strings["Repair"] = "Herstellen";
+$a->strings["Advanced Contact Settings"] = "Geavanceerde instellingen voor contacten";
+$a->strings["Communications lost with this contact!"] = "Communicatie met dit contact is verbroken!";
+$a->strings["Contact Editor"] = "Contactbewerker";
+$a->strings["Profile Visibility"] = "Zichtbaarheid profiel";
+$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Kies het profiel dat getoond moet worden wanneer %s uw profiel bezoekt. ";
+$a->strings["Contact Information / Notes"] = "Contactinformatie / aantekeningen";
+$a->strings["Edit contact notes"] = "Wijzig aantekeningen over dit contact";
+$a->strings["Visit %s's profile [%s]"] = "Bekijk het profiel van %s [%s]";
+$a->strings["Block/Unblock contact"] = "Blokkeer/deblokkeer contact";
+$a->strings["Ignore contact"] = "Negeer contact";
+$a->strings["Repair URL settings"] = "Repareer URL-instellingen";
+$a->strings["View conversations"] = "Toon conversaties";
+$a->strings["Delete contact"] = "Verwijder contact";
+$a->strings["Last update:"] = "Laatste wijziging:";
+$a->strings["Update public posts"] = "Openbare posts aanpassen";
+$a->strings["Currently blocked"] = "Op dit moment geblokkeerd";
+$a->strings["Currently ignored"] = "Op dit moment genegeerd";
+$a->strings["Currently archived"] = "Op dit moment gearchiveerd";
+$a->strings["Hide this contact from others"] = "Verberg dit contact voor anderen";
+$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Antwoorden of 'vind ik leuk's op je openbare posts <strong>kunnen</strong> nog zichtbaar zijn";
+$a->strings["Suggestions"] = "Voorstellen";
+$a->strings["Suggest potential friends"] = "Stel vrienden voor";
+$a->strings["All Contacts"] = "Alle Contacten";
+$a->strings["Show all contacts"] = "Toon alle contacten";
+$a->strings["Unblocked"] = "Niet geblokkeerd";
+$a->strings["Only show unblocked contacts"] = "Toon alleen niet-geblokkeerde contacten";
+$a->strings["Blocked"] = "Geblokkeerd";
+$a->strings["Only show blocked contacts"] = "Toon alleen geblokkeerde contacten";
+$a->strings["Ignored"] = "Genegeerd";
+$a->strings["Only show ignored contacts"] = "Toon alleen genegeerde contacten";
+$a->strings["Archived"] = "Gearchiveerd";
+$a->strings["Only show archived contacts"] = "Toon alleen gearchiveerde contacten";
+$a->strings["Hidden"] = "Verborgen";
+$a->strings["Only show hidden contacts"] = "Toon alleen verborgen contacten";
+$a->strings["Mutual Friendship"] = "Wederzijdse vriendschap";
+$a->strings["is a fan of yours"] = "Is een fan van jou";
+$a->strings["you are a fan of"] = "Jij bent een fan van";
+$a->strings["Edit contact"] = "Contact bewerken";
+$a->strings["Search your contacts"] = "Doorzoek je contacten";
+$a->strings["Update"] = "Wijzigen";
+$a->strings["everybody"] = "iedereen";
+$a->strings["Account settings"] = "Account instellingen";
+$a->strings["Additional features"] = "Extra functies";
+$a->strings["Display settings"] = "Scherminstellingen";
 $a->strings["Connector settings"] = "Connector instellingen";
 $a->strings["Plugin settings"] = "Plugin instellingen";
 $a->strings["Connected apps"] = "Verbonden applicaties";
 $a->strings["Export personal data"] = "Persoonlijke gegevens exporteren";
 $a->strings["Remove account"] = "Account verwijderen";
 $a->strings["Missing some important data!"] = "Een belangrijk gegeven ontbreekt!";
-$a->strings["Update"] = "Wijzigen";
 $a->strings["Failed to connect with email account using the settings provided."] = "Ik kon geen verbinding maken met het e-mail account met de gegeven instellingen.";
 $a->strings["Email settings updated."] = "E-mail instellingen bijgewerkt..";
 $a->strings["Features updated"] = "Functies bijgewerkt";
+$a->strings["Relocate message has been send to your contacts"] = "";
 $a->strings["Passwords do not match. Password unchanged."] = "Wachtwoorden komen niet overeen. Wachtwoord niet gewijzigd.";
 $a->strings["Empty passwords are not allowed. Password unchanged."] = "Lege wachtwoorden zijn niet toegelaten. Wachtwoord niet gewijzigd.";
 $a->strings["Wrong password."] = "Verkeerd wachtwoord.";
@@ -912,7 +823,6 @@ $a->strings["Redirect"] = "Doorverwijzing";
 $a->strings["Icon url"] = "URL pictogram";
 $a->strings["You can't edit this application."] = "Je kunt deze toepassing niet wijzigen.";
 $a->strings["Connected Apps"] = "Verbonden applicaties";
-$a->strings["Edit"] = "Bewerken";
 $a->strings["Client key starts with"] = "";
 $a->strings["No name"] = "Geen naam";
 $a->strings["Remove authorization"] = "Verwijder authorisatie";
@@ -951,6 +861,7 @@ $a->strings["Number of items to display per page:"] = "Aantal items te tonen per
 $a->strings["Maximum of 100 items"] = "Maximum 100 items";
 $a->strings["Number of items to display per page when viewed from mobile device:"] = "Aantal items per pagina als je een mobiel toestel gebruikt:";
 $a->strings["Don't show emoticons"] = "Emoticons niet tonen";
+$a->strings["Infinite scroll"] = "";
 $a->strings["Normal Account Page"] = "Normale account pagina";
 $a->strings["This account is a normal personal profile"] = "Deze account is een normaal persoonlijk profiel";
 $a->strings["Soapbox Page"] = "Zeepkist pagina";
@@ -979,8 +890,8 @@ $a->strings["If empty, posts will not expire. Expired posts will be deleted"] =
 $a->strings["Advanced expiration settings"] = "Geavanceerde instellingen voor vervallen";
 $a->strings["Advanced Expiration"] = "Geavanceerd Verval:";
 $a->strings["Expire posts:"] = "Laat berichten vervallen:";
-$a->strings["Expire personal notes:"] = "Laat persoonlijke nota's vervallen:";
-$a->strings["Expire starred posts:"] = "";
+$a->strings["Expire personal notes:"] = "Laat persoonlijke aantekeningen verlopen:";
+$a->strings["Expire starred posts:"] = "Laat berichten met ster verlopen";
 $a->strings["Expire photos:"] = "Laat foto's vervallen:";
 $a->strings["Only expire posts by others:"] = "Laat alleen berichten door anderen vervallen:";
 $a->strings["Account Settings"] = "Account Instellingen";
@@ -992,6 +903,7 @@ $a->strings["Current Password:"] = "Huidig wachtwoord:";
 $a->strings["Your current password to confirm the changes"] = "Je huidig wachtwoord om de wijzigingen te bevestigen";
 $a->strings["Password:"] = "Wachtwoord:";
 $a->strings["Basic Settings"] = "Basis Instellingen";
+$a->strings["Full Name:"] = "Volledige Naam:";
 $a->strings["Email Address:"] = "E-mailadres:";
 $a->strings["Your Timezone:"] = "Je Tijdzone:";
 $a->strings["Default Post Location:"] = "Standaard locatie:";
@@ -1008,7 +920,7 @@ $a->strings["Default Public Post"] = "Standaard Publieke Post";
 $a->strings["Default Permissions for New Posts"] = "Standaard rechten voor nieuwe berichten";
 $a->strings["Maximum private messages per day from unknown people:"] = "Maximum aantal privé-berichten per dag van onbekende personen:";
 $a->strings["Notification Settings"] = "Notificatie Instellingen";
-$a->strings["By default post a status message when:"] = "Post automatisch een status bericht wanneer:";
+$a->strings["By default post a status message when:"] = "Post automatisch een bericht op je tijdlijn wanneer:";
 $a->strings["accepting a friend request"] = "Een vriendschapsverzoek accepteren";
 $a->strings["joining a forum/community"] = "Lid worden van een forum of gemeenschap";
 $a->strings["making an <em>interesting</em> profile change"] = "Een <em>interessante</em> verandering aan je profiel";
@@ -1020,241 +932,112 @@ $a->strings["Someone writes a followup comment"] = "Iemand een commentaar schrij
 $a->strings["You receive a private message"] = "Je een privé-bericht ontvangt";
 $a->strings["You receive a friend suggestion"] = "Je een suggestie voor een vriendschap ontvangt";
 $a->strings["You are tagged in a post"] = "Je bent in een bericht genoemd";
-$a->strings["You are poked/prodded/etc. in a post"] = "";
+$a->strings["You are poked/prodded/etc. in a post"] = "Je bent in een bericht aangestoten/gepord/etc.";
 $a->strings["Advanced Account/Page Type Settings"] = "";
 $a->strings["Change the behaviour of this account for special situations"] = "";
-$a->strings["link"] = "link";
-$a->strings["Contact settings applied."] = "Contactinstellingen toegepast.";
-$a->strings["Contact update failed."] = "Aanpassen van contact mislukt.";
-$a->strings["Contact not found."] = "Contact niet gevonden";
-$a->strings["Repair Contact Settings"] = "Contactinstellingen herstellen";
-$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "";
-$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "Gebruik <strong>nu</strong> de \"terug\"-knop in je webbrowser wanneer je niet weet wat je op deze pagina moet doen.";
-$a->strings["Return to contact editor"] = "Ga terug naar contactbewerker";
-$a->strings["Account Nickname"] = "Bijnaam account";
-$a->strings["@Tagname - overrides Name/Nickname"] = "@Labelnaam - krijgt voorrang op naam/bijnaam";
-$a->strings["Account URL"] = "URL account";
-$a->strings["Friend Request URL"] = "URL vriendschapsverzoek";
-$a->strings["Friend Confirm URL"] = "";
-$a->strings["Notification Endpoint URL"] = "";
-$a->strings["Poll/Feed URL"] = "URL poll/feed";
-$a->strings["New photo from this URL"] = "Nieuwe foto van deze URL";
-$a->strings["No potential page delegates located."] = "";
-$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "";
-$a->strings["Existing Page Managers"] = "";
-$a->strings["Existing Page Delegates"] = "";
-$a->strings["Potential Delegates"] = "";
-$a->strings["Remove"] = "Verwijderen";
-$a->strings["Add"] = "Toevoegen";
-$a->strings["No entries."] = "Geen gegevens.";
-$a->strings["Poke/Prod"] = "";
-$a->strings["poke, prod or do other things to somebody"] = "";
-$a->strings["Recipient"] = "Ontvanger";
-$a->strings["Choose what you wish to do to recipient"] = "Kies wat je wilt doen met de ontvanger";
-$a->strings["Make this post private"] = "Dit bericht privé maken";
-$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Dit kan soms gebeuren als het contact door beide personen werd gevraagd, en het werd al goedgekeurd.";
-$a->strings["Response from remote site was not understood."] = "Antwoord van de website op afstand werd niet begrepen.";
-$a->strings["Unexpected response from remote site: "] = "Onverwacht antwoord van website op afstand:";
-$a->strings["Confirmation completed successfully."] = "Bevestiging werd correct voltooid.";
-$a->strings["Remote site reported: "] = "Website op afstand berichtte: ";
-$a->strings["Temporary failure. Please wait and try again."] = "Tijdelijke fout. Wacht even en probeer opnieuw.";
-$a->strings["Introduction failed or was revoked."] = "Verzoek mislukt of herroepen.";
-$a->strings["Unable to set contact photo."] = "Ik kan geen contact foto instellen.";
-$a->strings["No user record found for '%s' "] = "Geen gebruiker gevonden voor '%s'";
-$a->strings["Our site encryption key is apparently messed up."] = "De encryptie-sleutel van onze webstek is blijkbaar beschadigd.";
-$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Er werd een lege URL gegeven, of de URL kon niet ontcijferd worden door ons.";
-$a->strings["Contact record was not found for you on our site."] = "We vonden op onze webstek geen contactrecord voor jou.";
-$a->strings["Site public key not available in contact record for URL %s."] = "Publieke sleutel voor webstek niet beschikbaar in contactrecord voor URL %s.";
-$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "Het ID dat jouw systeem aangeeft is een dubbel op ons systeem. Als je opnieuw probeert zou het moeten werken.";
-$a->strings["Unable to set your contact credentials on our system."] = "";
-$a->strings["Unable to update your contact profile details on our system"] = "";
-$a->strings["Connection accepted at %s"] = "Uw connectie werd geaccepteerd op %s";
-$a->strings["%1\$s has joined %2\$s"] = "%1\$s is toegetreden tot %2\$s";
-$a->strings["%1\$s welcomes %2\$s"] = "%1\$s heet %2\$s van harte welkom";
-$a->strings["This introduction has already been accepted."] = "Verzoek is al goedgekeurd";
-$a->strings["Profile location is not valid or does not contain profile information."] = "Profiel is ongeldig of bevat geen informatie";
-$a->strings["Warning: profile location has no identifiable owner name."] = "Waarschuwing: de profiellocatie heeft geen identificeerbare eigenaar.";
-$a->strings["Warning: profile location has no profile photo."] = "Waarschuwing: Profieladres heeft geen profielfoto.";
-$a->strings["%d required parameter was not found at the given location"] = array(
-       0 => "De %d vereiste parameter is niet op het gegeven adres gevonden",
-       1 => "De %d vereiste parameters zijn niet op het gegeven adres gevonden",
-);
-$a->strings["Introduction complete."] = "Verzoek voltooid.";
-$a->strings["Unrecoverable protocol error."] = "Onherstelbare protocolfout. ";
-$a->strings["Profile unavailable."] = "Profiel onbeschikbaar";
-$a->strings["%s has received too many connection requests today."] = "%s heeft te veel verzoeken gehad vandaag.";
-$a->strings["Spam protection measures have been invoked."] = "Beveiligingsmaatregelen tegen spam zijn in werking getreden.";
-$a->strings["Friends are advised to please try again in 24 hours."] = "Wij adviseren vrienden om het over 24 uur nog een keer te proberen.";
-$a->strings["Invalid locator"] = "Ongeldige plaatsbepaler";
-$a->strings["Invalid email address."] = "Geen geldig e-mailadres";
-$a->strings["This account has not been configured for email. Request failed."] = "Aanvraag mislukt. Dit account is niet geconfigureerd voor e-mail.";
-$a->strings["Unable to resolve your name at the provided location."] = "Ik kan jouw naam op het opgegeven adres niet vinden.";
-$a->strings["You have already introduced yourself here."] = "Je hebt jezelf hier al voorgesteld.";
-$a->strings["Apparently you are already friends with %s."] = "Blijkbaar bent u al bevriend met %s.";
-$a->strings["Invalid profile URL."] = "Ongeldig profiel adres.";
-$a->strings["Failed to update contact record."] = "Ik kon de contactgegevens niet aanpassen.";
-$a->strings["Your introduction has been sent."] = "Je verzoek is verzonden.";
-$a->strings["Please login to confirm introduction."] = "Log in om je verzoek te bevestigen.";
-$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Je huidige identiteit is niet de juiste. Log a.u.b. in met <strong>dit</strong> profiel.";
-$a->strings["Hide this contact"] = "Verberg dit contact";
-$a->strings["Welcome home %s."] = "Welkom thuis %s.";
-$a->strings["Please confirm your introduction/connection request to %s."] = "Bevestig je vriendschaps-/connectieverzoek voor %s.";
-$a->strings["Confirm"] = "Bevestig";
-$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Vul hier uw 'Identiteitsadres' in van een van de volgende ondersteunde communicatienetwerken:";
-$a->strings["<strike>Connect as an email follower</strike> (Coming soon)"] = "<strike>Sluit aan als e-mail volger</strike> (Binnenkort)";
-$a->strings["If you are not yet a member of the free social web, <a href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public Friendica site and join us today</a>."] = "Als je nog geen lid bent van het vrije sociale web,  <a href=\"http://dir.friendica.com/siteinfo\">volg dan deze link om een openbare Friendica-website te vinden, en sluit je vandaag nog aan</a>.";
-$a->strings["Friend/Connection Request"] = "Vriendschaps-/connectieverzoek";
-$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Voorbeelden: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca";
-$a->strings["Please answer the following:"] = "Beantwoord het volgende:";
-$a->strings["Does %s know you?"] = "Kent %s jou?";
-$a->strings["Add a personal note:"] = "Voeg een persoonlijke opmerking toe:";
-$a->strings["StatusNet/Federated Social Web"] = "StatusNet/Gefedereerde Sociale Web";
-$a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = "- Gebruik a.u.b. niet dit formulier. Vul %s in in je Diaspora zoekbalk.";
-$a->strings["Your Identity Address:"] = "Adres van uw identiteit:";
-$a->strings["Submit Request"] = "Aanvraag indienen";
-$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s volgt %3\$s van %2\$s";
-$a->strings["Global Directory"] = "Globale gids";
-$a->strings["Find on this site"] = "Op deze website zoeken";
-$a->strings["Finding: "] = "Gevonden:";
-$a->strings["Site Directory"] = "Websitegids";
-$a->strings["Gender: "] = "Geslacht:";
-$a->strings["No entries (some entries may be hidden)."] = "Geen gegevens (sommige gegevens kunnen verborgen zijn).";
-$a->strings["Do you really want to delete this suggestion?"] = "Wil je echt dit voorstel verwijderen?";
-$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Geen voorstellen beschikbaar. Als dit een nieuwe website is, kun je het over 24 uur nog eens proberen.";
-$a->strings["Ignore/Hide"] = "Negeren/Verbergen";
-$a->strings["People Search"] = "Mensen Zoeken";
-$a->strings["No matches"] = "Geen resultaten";
-$a->strings["No videos selected"] = "Geen video's geselecteerd";
-$a->strings["Access to this item is restricted."] = "Toegang tot dit item is beperkt.";
-$a->strings["View Album"] = "Album bekijken";
-$a->strings["Recent Videos"] = "Recente video's";
-$a->strings["Upload New Videos"] = "Nieuwe video's uploaden";
-$a->strings["Tag removed"] = "Label verwijderd";
-$a->strings["Remove Item Tag"] = "Verwijder label van item";
-$a->strings["Select a tag to remove: "] = "Selecteer een label om te verwijderen: ";
-$a->strings["Item not found"] = "Item niet gevonden";
-$a->strings["Edit post"] = "Bericht bewerken";
-$a->strings["Event title and start time are required."] = "Titel en begintijd van de gebeurtenis zijn vereist.";
-$a->strings["l, F j"] = "l j F";
-$a->strings["Edit event"] = "Gebeurtenis bewerken";
-$a->strings["Create New Event"] = "Maak een nieuwe gebeurtenis";
-$a->strings["Previous"] = "Vorige";
-$a->strings["Next"] = "Volgende";
-$a->strings["hour:minute"] = "uur:minuut";
-$a->strings["Event details"] = "Gebeurtenis details";
-$a->strings["Format is %s %s. Starting date and Title are required."] = "Formaat is %s %s. Begindatum en titel zijn vereist.";
-$a->strings["Event Starts:"] = "Gebeurtenis begint:";
-$a->strings["Required"] = "Vereist";
-$a->strings["Finish date/time is not known or not relevant"] = "Einddatum/tijd is niet gekend of niet relevant";
-$a->strings["Event Finishes:"] = "Gebeurtenis eindigt:";
-$a->strings["Adjust for viewer timezone"] = "Pas aan aan de tijdzone van de gebruiker";
-$a->strings["Description:"] = "Beschrijving:";
-$a->strings["Title:"] = "Titel:";
-$a->strings["Share this event"] = "Deel deze gebeurtenis";
-$a->strings["Files"] = "Bestanden";
-$a->strings["Export account"] = "Account exporteren";
-$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Je account informatie en contacten exporteren. Gebruik dit om een backup van je account te maken en/of om het te verhuizen naar een andere server.";
-$a->strings["Export all"] = "Alles exporteren";
-$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Je account info, contacten en al je items in json formaat exporteren. Dit kan een heel groot bestand worden, en kan lang duren. Gebruik dit om een volledige backup van je account te maken (foto's worden niet geexporteerd)";
-$a->strings["- select -"] = "- Kies -";
-$a->strings["[Embedded content - reload page to view]"] = "[Ingebedde inhoud - herlaad pagina om het te bekijken]";
-$a->strings["Contact added"] = "Contact toegevoegd";
-$a->strings["This is Friendica, version"] = "Dit is Friendica, versie";
-$a->strings["running at web location"] = "draaiend op web-adres";
-$a->strings["Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project."] = "Bezoek <a href=\"http://friendica.com\">Friendica.com</a> om meer te leren over het Friendica project.";
-$a->strings["Bug reports and issues: please visit"] = "Bug rapporten en problemen: bezoek";
-$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Suggesties, lof, donaties, enzovoort - stuur een e-mail naar \"info\" op Friendica - dot com";
-$a->strings["Installed plugins/addons/apps:"] = "Geïnstalleerde plugins/toepassingen:";
-$a->strings["No installed plugins/addons/apps"] = "Geen plugins of toepassingen geïnstalleerd";
-$a->strings["Friend suggestion sent."] = "Vriendschapsvoorstel verzonden.";
-$a->strings["Suggest Friends"] = "Stel vrienden voor";
-$a->strings["Suggest a friend for %s"] = "Stel een vriend voor voor %s";
+$a->strings["Relocate"] = "";
+$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "";
+$a->strings["Resend relocate message to contacts"] = "";
+$a->strings["Profile deleted."] = "Profiel verwijderd";
+$a->strings["Profile-"] = "Profiel-";
+$a->strings["New profile created."] = "Nieuw profiel aangemaakt.";
+$a->strings["Profile unavailable to clone."] = "Profiel niet beschikbaar om te klonen.";
+$a->strings["Profile Name is required."] = "Profielnaam is vereist.";
+$a->strings["Marital Status"] = "Echtelijke staat";
+$a->strings["Romantic Partner"] = "Romantische Partner";
+$a->strings["Likes"] = "Houdt van";
+$a->strings["Dislikes"] = "Houdt niet van";
+$a->strings["Work/Employment"] = "Werk";
+$a->strings["Religion"] = "Godsdienst";
+$a->strings["Political Views"] = "Politieke standpunten";
+$a->strings["Gender"] = "Geslacht";
+$a->strings["Sexual Preference"] = "Seksuele Voorkeur";
+$a->strings["Homepage"] = "Tijdlijn";
+$a->strings["Interests"] = "Interesses";
+$a->strings["Address"] = "Adres";
+$a->strings["Location"] = "Plaats";
+$a->strings["Profile updated."] = "Profiel bijgewerkt.";
+$a->strings[" and "] = "en";
+$a->strings["public profile"] = "publiek profiel";
+$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$s veranderde %2\$s naar &ldquo;%3\$s&rdquo;";
+$a->strings[" - Visit %1\$s's %2\$s"] = " - Bezoek %2\$s van %1\$s";
+$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s heeft een aangepast %2\$s, %3\$s veranderd.";
+$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Je vrienden/contacten verbergen voor bezoekers van dit profiel?";
+$a->strings["Edit Profile Details"] = "Profiel details bewerken";
+$a->strings["Change Profile Photo"] = "Profiel foto wijzigen";
+$a->strings["View this profile"] = "Dit profiel bekijken";
+$a->strings["Create a new profile using these settings"] = "Nieuw profiel aanmaken met deze instellingen";
+$a->strings["Clone this profile"] = "Dit profiel klonen";
+$a->strings["Delete this profile"] = "Dit profiel verwijderen";
+$a->strings["Profile Name:"] = "Profiel Naam:";
+$a->strings["Your Full Name:"] = "Je volledige naam:";
+$a->strings["Title/Description:"] = "Titel/Beschrijving:";
+$a->strings["Your Gender:"] = "Je Geslacht:";
+$a->strings["Birthday (%s):"] = "Geboortedatum (%s):";
+$a->strings["Street Address:"] = "Postadres:";
+$a->strings["Locality/City:"] = "Gemeente/Stad:";
+$a->strings["Postal/Zip Code:"] = "Postcode:";
+$a->strings["Country:"] = "Land:";
+$a->strings["Region/State:"] = "Regio/Staat:";
+$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Echtelijke Staat:";
+$a->strings["Who: (if applicable)"] = "Wie: (indien toepasbaar)";
+$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Voorbeelden: Kathleen123, Kathleen Peeters, kathleen@voorbeeld.nl";
+$a->strings["Since [date]:"] = "Sinds [datum]:";
+$a->strings["Sexual Preference:"] = "Seksuele Voorkeur:";
+$a->strings["Homepage URL:"] = "Adres tijdlijn:";
+$a->strings["Hometown:"] = "Woonplaats:";
+$a->strings["Political Views:"] = "Politieke standpunten:";
+$a->strings["Religious Views:"] = "Geloof:";
+$a->strings["Public Keywords:"] = "Publieke Sleutelwoorden:";
+$a->strings["Private Keywords:"] = "Privé Sleutelwoorden:";
+$a->strings["Likes:"] = "Houdt van:";
+$a->strings["Dislikes:"] = "Houdt niet van:";
+$a->strings["Example: fishing photography software"] = "Voorbeeld: vissen fotografie software";
+$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Gebruikt om mogelijke vrienden voor te stellen, kan door anderen gezien worden)";
+$a->strings["(Used for searching profiles, never shown to others)"] = "(Gebruikt om profielen te zoeken, nooit aan anderen getoond)";
+$a->strings["Tell us about yourself..."] = "Vertel iets over jezelf...";
+$a->strings["Hobbies/Interests"] = "Hobby's/Interesses";
+$a->strings["Contact information and Social Networks"] = "Contactinformatie en sociale netwerken";
+$a->strings["Musical interests"] = "Muzikale interesses";
+$a->strings["Books, literature"] = "Boeken, literatuur";
+$a->strings["Television"] = "Televisie";
+$a->strings["Film/dance/culture/entertainment"] = "Film/dans/cultuur/ontspanning";
+$a->strings["Love/romance"] = "Liefde/romance";
+$a->strings["Work/employment"] = "Werk";
+$a->strings["School/education"] = "School/opleiding";
+$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Dit is jouw <strong>publiek</strong> profiel.<br />Het <strong>kan</strong> zichtbaar zijn voor iedereen op het internet.";
+$a->strings["Edit/Manage Profiles"] = "Wijzig/Beheer Profielen";
 $a->strings["Group created."] = "Groep aangemaakt.";
 $a->strings["Could not create group."] = "Kon de groep niet aanmaken.";
 $a->strings["Group not found."] = "Groep niet gevonden.";
 $a->strings["Group name changed."] = "Groepsnaam gewijzigd.";
+$a->strings["Save Group"] = "";
 $a->strings["Create a group of contacts/friends."] = "Maak een groep contacten/vrienden aan.";
 $a->strings["Group Name: "] = "Groepsnaam:";
 $a->strings["Group removed."] = "Groep verwijderd.";
 $a->strings["Unable to remove group."] = "Niet in staat om groep te verwijderen.";
 $a->strings["Group Editor"] = "Groepsbewerker";
 $a->strings["Members"] = "Leden";
-$a->strings["All Contacts"] = "Alle Contacten";
-$a->strings["No profile"] = "Geen profiel";
-$a->strings["Help:"] = "Help:";
-$a->strings["Not Found"] = "Niet gevonden";
-$a->strings["Page not found."] = "Pagina niet gevonden";
-$a->strings["No contacts."] = "Geen contacten.";
-$a->strings["Welcome to %s"] = "Welkom op %s";
-$a->strings["Access denied."] = "Toegang geweigerd";
-$a->strings["File exceeds size limit of %d"] = "Bestand is groter dan de toegelaten %d";
-$a->strings["File upload failed."] = "Uploaden van bestand mislukt.";
-$a->strings["Image exceeds size limit of %d"] = "Afbeelding is groter dan de toegestane %d";
-$a->strings["Unable to process image."] = "Niet in staat om de afbeelding te verwerken";
-$a->strings["Image upload failed."] = "Uploaden van afbeelding mislukt.";
-$a->strings["Total invitation limit exceeded."] = "Totale uitnodigingslimiet overschreden.";
-$a->strings["%s : Not a valid email address."] = "%s: Geen geldig e-mailadres.";
-$a->strings["Please join us on Friendica"] = "Kom bij ons op Friendica";
-$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Uitnodigingslimiet overschreden. Neem contact op met de beheerder van je website.";
-$a->strings["%s : Message delivery failed."] = "%s : Aflevering van bericht mislukt.";
-$a->strings["%d message sent."] = array(
-       0 => "%d bericht verzonden.",
-       1 => "%d berichten verzonden.",
-);
-$a->strings["You have no more invitations available"] = "Je kunt geen uitnodigingen meer sturen";
-$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Bezoek %s voor een lijst van openbare sites waar je je kunt aansluiten. Friendica leden op andere sites kunnen allemaal met elkaar verbonden worden, en ook met leden van verschillende andere sociale netwerken.";
-$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Om deze uitnodiging te accepteren kan je je op %s registreren of op een andere vrij toegankelijke Friendica-website.";
-$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica servers zijn allemaal onderling verbonden om een reusachtig sociaal web te maken met verbeterde privacy, dat eigendom is van en gecontroleerd door zijn leden. Ze kunnen ook verbindingen maken met verschillende traditionele sociale netwerken. Bekijk %s voor een lijst van alternatieve Friendica servers waar je aan kunt sluiten.";
-$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Onze verontschuldigingen. Dit systeem is momenteel niet ingesteld om verbinding te maken met andere openbare plaatsen of leden uit te nodigen.";
-$a->strings["Send invitations"] = "Verstuur uitnodigingen";
-$a->strings["Enter email addresses, one per line:"] = "Vul e-mailadressen in, één per lijn:";
-$a->strings["Your message:"] = "Jouw bericht:";
-$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Ik nodig je vriendelijk uit om bij mij en andere vrienden te komen op Friendica - en ons te helpen om een beter sociaal web te bouwen.";
-$a->strings["You will need to supply this invitation code: \$invite_code"] = "Je zult deze uitnodigingscode moeten invullen: \$invite_code";
-$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Eens je geregistreerd bent kun je contact leggen met mij via mijn profielpagina op:";
-$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "Voor meer informatie over het Friendica project en waarom wij denken dat het belangrijk is kun je http://friendica.com/ bezoeken";
-$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "";
-$a->strings["No recipient selected."] = "Geen ontvanger geselecteerd.";
-$a->strings["Unable to check your home location."] = "Niet in staat om je huidige locatie vast te stellen";
-$a->strings["Message could not be sent."] = "Bericht kon niet verzonden worden.";
-$a->strings["Message collection failure."] = "Fout bij het verzamelen van berichten.";
-$a->strings["Message sent."] = "Bericht verzonden.";
-$a->strings["No recipient."] = "Geen ontvanger.";
-$a->strings["Send Private Message"] = "Verstuur privébericht";
-$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Als je wilt dat %s antwoordt moet je nakijken dat de privacy-instellingen op jouw website privéberichten van onbekende afzenders toelaat.";
-$a->strings["To:"] = "Aan:";
-$a->strings["Subject:"] = "Onderwerp:";
-$a->strings["Time Conversion"] = "Tijdsconversie";
-$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica biedt deze dienst aan om gebeurtenissen te delen met andere netwerken en vrienden in onbekende tijdzones.";
-$a->strings["UTC time: %s"] = "UTC tijd: %s";
-$a->strings["Current timezone: %s"] = "Huidige Tijdzone: %s";
-$a->strings["Converted localtime: %s"] = "Omgerekende lokale tijd: %s";
-$a->strings["Please select your timezone:"] = "Selecteer je tijdzone:";
-$a->strings["Remote privacy information not available."] = "Privacyinformatie op afstand niet beschikbaar.";
-$a->strings["Visible to:"] = "Zichtbaar voor:";
-$a->strings["No valid account found."] = "Geen geldige account gevonden.";
-$a->strings["Password reset request issued. Check your email."] = "Verzoek om wachtwoord opnieuw in te stellen werd verstuurd. Kijk uw e-mail na.";
-$a->strings["Password reset requested at %s"] = "Op %s werd gevraagd je wachtwoord opnieuw in te stellen";
-$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Verzoek kon niet geverifieerd worden. (Misschien heb je het voordien al ingediend.) Wachtwoord niet opnieuw ingesteld.";
-$a->strings["Password Reset"] = "Wachtwoord opnieuw instellen";
-$a->strings["Your password has been reset as requested."] = "Je wachtwoord is opnieuw ingesteld zoals gevraagd.";
-$a->strings["Your new password is"] = "Je nieuwe wachtwoord is";
-$a->strings["Save or copy your new password - and then"] = "Bewaar of kopieer je nieuw wachtwoord - en dan";
-$a->strings["click here to login"] = "klik hier om in te loggen";
-$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Je kunt dit wachtwoord veranderen nadat je bent ingelogd op de <em>Instellingen></em> pagina.";
-$a->strings["Your password has been changed at %s"] = "Je wachtwoord is veranderd op %s";
-$a->strings["Forgot your Password?"] = "Wachtwoord vergeten?";
-$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Voer je e-mailadres in en verstuur het om je wachtwoord opnieuw in te stellen. Kijk dan je e-mail na voor verdere instructies.";
-$a->strings["Nickname or Email: "] = "Bijnaam of e-mail:";
-$a->strings["Reset"] = "Opnieuw";
-$a->strings["System down for maintenance"] = "Systeem onbeschikbaar wegens onderhoud";
-$a->strings["Manage Identities and/or Pages"] = "Beheer Identiteiten en/of Pagina's";
-$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Wissel tussen verschillende identiteiten of groeppagina's die jouw accountdetails delen of waar je \"beheerdersrechten\" hebt gekregen.";
-$a->strings["Select an identity to manage: "] = "Selecteer een identiteit om te beheren:";
-$a->strings["Profile Match"] = "Profielmatch";
-$a->strings["No keywords to match. Please add keywords to your default profile."] = "Geen sleutelwoorden om te zoeken. Voeg sleutelwoorden toe aan je standaard profiel.";
-$a->strings["is interested in:"] = "Is geïnteresseerd in:";
+$a->strings["Click on a contact to add or remove."] = "Klik op een contact om het toe te voegen of te verwijderen.";
+$a->strings["Source (bbcode) text:"] = "Bron (bbcode) tekst:";
+$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Bron (Diaspora) tekst om naar BBCode om te zetten:";
+$a->strings["Source input: "] = "Bron ingave:";
+$a->strings["bb2html (raw HTML): "] = "bb2html (ruwe HTML):";
+$a->strings["bb2html: "] = "bb2html:";
+$a->strings["bb2html2bb: "] = "bb2html2bb: ";
+$a->strings["bb2md: "] = "bb2md: ";
+$a->strings["bb2md2html: "] = "bb2md2html: ";
+$a->strings["bb2dia2bb: "] = "bb2dia2bb: ";
+$a->strings["bb2md2html2bb: "] = "bb2md2html2bb: ";
+$a->strings["Source input (Diaspora format): "] = "Bron ingave (Diaspora formaat):";
+$a->strings["diaspora2bb: "] = "diaspora2bb: ";
+$a->strings["Not available."] = "Niet beschikbaar";
+$a->strings["Contact added"] = "Contact toegevoegd";
+$a->strings["No more system notifications."] = "Geen systeemnotificaties meer.";
+$a->strings["System Notifications"] = "Systeemnotificaties";
+$a->strings["New Message"] = "Nieuw Bericht";
 $a->strings["Unable to locate contact information."] = "Ik kan geen contact informatie vinden.";
+$a->strings["Messages"] = "Privéberichten";
 $a->strings["Do you really want to delete this message?"] = "Wil je echt dit bericht verwijderen?";
 $a->strings["Message deleted."] = "Bericht verwijderd.";
 $a->strings["Conversation removed."] = "Gesprek verwijderd.";
@@ -1272,86 +1055,45 @@ $a->strings["Message not available."] = "Bericht niet beschikbaar.";
 $a->strings["Delete message"] = "Verwijder bericht";
 $a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Geen beveiligde communicatie beschikbaar. Je kunt <strong>misschien</strong> antwoorden vanaf de profiel-pagina van de afzender.";
 $a->strings["Send Reply"] = "Verstuur Antwoord";
-$a->strings["Mood"] = "Stemming";
-$a->strings["Set your current mood and tell your friends"] = "Stel je huidige stemming in, en vertel het je vrienden";
-$a->strings["Search Results For:"] = "Zoekresultaten voor:";
-$a->strings["Commented Order"] = "Nieuwe reacties bovenaan";
-$a->strings["Sort by Comment Date"] = "Berichten met nieuwe reacties bovenaan";
-$a->strings["Posted Order"] = "Nieuwe berichten bovenaan";
-$a->strings["Sort by Post Date"] = "Nieuwe berichten bovenaan";
-$a->strings["Personal"] = "Persoonlijk";
-$a->strings["Posts that mention or involve you"] = "Alleen berichten die jou vermelden of op jou betrekking hebben";
-$a->strings["New"] = "Nieuw";
-$a->strings["Activity Stream - by date"] = "Activiteitenstroom - volgens datum";
-$a->strings["Shared Links"] = "Gedeelde links";
-$a->strings["Interesting Links"] = "Interessante links";
-$a->strings["Starred"] = "Met ster";
-$a->strings["Favourite Posts"] = "Favoriete berichten";
-$a->strings["Warning: This group contains %s member from an insecure network."] = array(
-       0 => "Waarschuwing: Deze groep bevat %s lid van een onveilig netwerk.",
-       1 => "Waarschuwing: Deze groep bevat %s leden van een onveilig netwerk.",
-);
-$a->strings["Private messages to this group are at risk of public disclosure."] = "Privéberichten naar deze groep kunnen openbaar gemaakt worden.";
-$a->strings["No such group"] = "Zo'n groep bestaat niet";
-$a->strings["Group is empty"] = "De groep is leeg";
-$a->strings["Group: "] = "Groep:";
-$a->strings["Contact: "] = "Contact: ";
-$a->strings["Private messages to this person are at risk of public disclosure."] = "Privéberichten naar deze persoon kunnen openbaar gemaakt worden.";
-$a->strings["Invalid contact."] = "Ongeldig contact.";
-$a->strings["Invalid request identifier."] = "Ongeldige <em>request identifier</em>.";
-$a->strings["Discard"] = "Verwerpen";
-$a->strings["Ignore"] = "Negeren";
-$a->strings["System"] = "Systeem";
-$a->strings["Show Ignored Requests"] = "Toon genegeerde verzoeken";
-$a->strings["Hide Ignored Requests"] = "Verberg genegeerde verzoeken";
-$a->strings["Notification type: "] = "Notificatiesoort:";
-$a->strings["Friend Suggestion"] = "Vriendschapsvoorstel";
-$a->strings["suggested by %s"] = "Voorgesteld door %s";
-$a->strings["Hide this contact from others"] = "Verberg dit contact voor anderen";
-$a->strings["Post a new friend activity"] = "Bericht over een nieuwe vriend";
-$a->strings["if applicable"] = "Indien toepasbaar";
-$a->strings["Claims to be known to you: "] = "Denkt dat u hem of haar kent:";
-$a->strings["yes"] = "Ja";
-$a->strings["no"] = "Nee";
-$a->strings["Approve as: "] = "Goedkeuren als:";
-$a->strings["Friend"] = "Vriend";
-$a->strings["Sharer"] = "Deler";
-$a->strings["Fan/Admirer"] = "Fan/Bewonderaar";
-$a->strings["Friend/Connect Request"] = "Vriendschapsverzoek";
-$a->strings["New Follower"] = "Nieuwe Volger";
-$a->strings["No introductions."] = "Geen vriendschaps- of connectieverzoeken.";
-$a->strings["%s liked %s's post"] = "%s vond het bericht van %s leuk";
-$a->strings["%s disliked %s's post"] = "%s vond het bericht van %s niet leuk";
-$a->strings["%s is now friends with %s"] = "%s is nu bevriend met %s";
-$a->strings["%s created a new post"] = "%s schreef een nieuw bericht";
-$a->strings["%s commented on %s's post"] = "%s gaf een reactie op het bericht van %s";
-$a->strings["No more network notifications."] = "Geen netwerk notificaties meer";
-$a->strings["Network Notifications"] = "Netwerk Notificaties";
-$a->strings["No more system notifications."] = "Geen systeem notificaties meer.";
-$a->strings["System Notifications"] = "Systeem Notificaties";
-$a->strings["No more personal notifications."] = "Geen persoonlijke notificaties meer";
-$a->strings["Personal Notifications"] = "Persoonlijke Notificaties";
-$a->strings["No more home notifications."] = "Geen home-notificaties meer";
-$a->strings["Home Notifications"] = "Home-otificaties";
-$a->strings["Photo Albums"] = "Fotoalbums";
-$a->strings["Contact Photos"] = "Contactfoto's";
-$a->strings["Upload New Photos"] = "Nieuwe foto's uploaden";
-$a->strings["Contact information unavailable"] = "Contactinformatie niet beschikbaar";
-$a->strings["Album not found."] = "Album niet gevonden";
-$a->strings["Delete Album"] = "Verwijder album";
-$a->strings["Do you really want to delete this photo album and all its photos?"] = "Wil je echt dit fotoalbum en alle foto's erin verwijderen?";
-$a->strings["Delete Photo"] = "Verwijder foto";
-$a->strings["Do you really want to delete this photo?"] = "Wil je echt deze foto verwijderen?";
-$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s is gelabeld in %2\$s door %3\$s";
-$a->strings["a photo"] = "een foto";
+$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s vind %3\$s van %2\$s niet leuk";
+$a->strings["Post successful."] = "Bericht succesvol geplaatst.";
+$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
+$a->strings["Time Conversion"] = "Tijdsconversie";
+$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica biedt deze dienst aan om gebeurtenissen te delen met andere netwerken en vrienden in onbekende tijdzones.";
+$a->strings["UTC time: %s"] = "UTC tijd: %s";
+$a->strings["Current timezone: %s"] = "Huidige Tijdzone: %s";
+$a->strings["Converted localtime: %s"] = "Omgerekende lokale tijd: %s";
+$a->strings["Please select your timezone:"] = "Selecteer je tijdzone:";
+$a->strings["Save to Folder:"] = "Bewaren in map:";
+$a->strings["- select -"] = "- Kies -";
+$a->strings["Invalid profile identifier."] = "Ongeldige profiel-identificatie.";
+$a->strings["Profile Visibility Editor"] = "";
+$a->strings["Visible To"] = "Zichtbaar voor";
+$a->strings["All Contacts (with secure profile access)"] = "Alle contacten (met veilige profieltoegang)";
+$a->strings["No contacts."] = "Geen contacten.";
+$a->strings["View Contacts"] = "Bekijk contacten";
+$a->strings["People Search"] = "Mensen Zoeken";
+$a->strings["No matches"] = "Geen resultaten";
+$a->strings["Upload New Photos"] = "Nieuwe foto's uploaden";
+$a->strings["Contact information unavailable"] = "Contactinformatie niet beschikbaar";
+$a->strings["Album not found."] = "Album niet gevonden";
+$a->strings["Delete Album"] = "Verwijder album";
+$a->strings["Do you really want to delete this photo album and all its photos?"] = "Wil je echt dit fotoalbum en alle foto's erin verwijderen?";
+$a->strings["Delete Photo"] = "Verwijder foto";
+$a->strings["Do you really want to delete this photo?"] = "Wil je echt deze foto verwijderen?";
+$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s is gelabeld in %2\$s door %3\$s";
+$a->strings["a photo"] = "een foto";
 $a->strings["Image exceeds size limit of "] = "Afbeelding is groter dan de maximale afmeting van";
 $a->strings["Image file is empty."] = "Afbeeldingsbestand is leeg.";
+$a->strings["Unable to process image."] = "Niet in staat om de afbeelding te verwerken";
+$a->strings["Image upload failed."] = "Uploaden van afbeelding mislukt.";
 $a->strings["No photos selected"] = "Geen foto's geselecteerd";
+$a->strings["Access to this item is restricted."] = "Toegang tot dit item is beperkt.";
 $a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Je hebt %1$.2f Mbytes van %2$.2f Mbytes foto-opslagruimte gebruikt.";
 $a->strings["Upload Photos"] = "Upload foto's";
 $a->strings["New album name: "] = "Nieuwe albumnaam: ";
 $a->strings["or existing album name: "] = "of bestaande albumnaam: ";
-$a->strings["Do not show a status post for this upload"] = "Toon geen status post voor deze upload";
+$a->strings["Do not show a status post for this upload"] = "Toon geen bericht op je tijdlijn van deze upload";
 $a->strings["Permissions"] = "Rechten";
 $a->strings["Private Photo"] = "Privé foto";
 $a->strings["Public Photo"] = "Publieke foto";
@@ -1364,7 +1106,6 @@ $a->strings["Photo not available"] = "Foto is niet beschikbaar";
 $a->strings["View photo"] = "Bekijk foto";
 $a->strings["Edit photo"] = "Bewerk foto";
 $a->strings["Use as profile photo"] = "Gebruik als profielfoto";
-$a->strings["Private Message"] = "Privébericht";
 $a->strings["View Full Size"] = "Bekijk in volledig formaat";
 $a->strings["Tags: "] = "Labels: ";
 $a->strings["[Remove any tag]"] = "[Alle labels verwijderen]";
@@ -1376,173 +1117,29 @@ $a->strings["Add a Tag"] = "Een label toevoegen";
 $a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Voorbeeld: @bob, @Barbara_Jansen, @jan@voorbeeld.nl, #Ardennen, #camping ";
 $a->strings["Private photo"] = "Privé foto";
 $a->strings["Public photo"] = "Publieke foto";
-$a->strings["I like this (toggle)"] = "Vind ik leuk (omwisselen)";
-$a->strings["I don't like this (toggle)"] = "Vind ik niet leuk (omwisselen)";
-$a->strings["This is you"] = "Dit ben jij";
-$a->strings["Comment"] = "Reacties";
+$a->strings["Share"] = "Delen";
+$a->strings["View Album"] = "Album bekijken";
 $a->strings["Recent Photos"] = "Recente foto's";
-$a->strings["Welcome to Friendica"] = "Welkom bij Friendica";
-$a->strings["New Member Checklist"] = "Checklist voor nieuwe leden";
-$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "We willen je een paar tips en verwijzingen aanreiken om je een aangename ervaring te bezorgen. Klik op een item om de relevante pagina's te bezoeken. Een verwijzing naar deze pagina zal twee weken lang na je registratie zichtbaar zijn op je homepagina. Daarna zal de verwijzing stilletjes verdwijnen.";
-$a->strings["Getting Started"] = "Aan de slag";
-$a->strings["Friendica Walk-Through"] = "Doorloop Friendica";
-$a->strings["On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "Op je <em>Snelstart</em> pagina kun je een korte inleiding vinden over je profiel en netwerk tabs, om enkele nieuwe connecties te leggen en groepen te vinden om lid van te worden.";
-$a->strings["Go to Your Settings"] = "Ga naar je instellingen";
-$a->strings["On your <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."] = "Verander je initieel wachtwoord op je <em>instellingenpagina</em>. Noteer ook het adres van je identiteit. Dit ziet er uit als een e-mailadres - en zal nuttig zijn om vrienden te maken op het vrije sociale web.";
-$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Controleer ook de andere instellingen, in het bijzonder de privacy-instellingen. Een niet-gepubliceerd adres is zoals een privé-telefoonnummer. In het algemeen wil je waarschijnlijk je adres publiceren - tenzij al je vrienden en mogelijke vrienden precies weten hoe je te vinden.";
-$a->strings["Upload Profile Photo"] = "Profielfoto uploaden";
-$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Laad een profielfoto op, als je dat nog niet gedaan hebt. Studies tonen aan dat mensen met echte foto's van zichzelf tien keer gemakkelijker vrienden maken dan mensen die dat niet doen.";
-$a->strings["Edit Your Profile"] = "Bewerk je profiel";
-$a->strings["Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Bewerk je <strong>standaard</strong> profiel zoals je wilt. Controleer de instellingen om je vriendenlijst te verbergen, en om je profiel voor ongekende bezoekers te verbergen.";
-$a->strings["Profile Keywords"] = "Sleutelwoorden voor dit profiel";
-$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Stel enkele openbare sleutelwoorden in voor je standaard profiel die je interesses beschrijven. We kunnen dan misschien mensen vinden met gelijkaardige interesses, en vrienden voorstellen.";
-$a->strings["Connecting"] = "Verbinding aan het maken";
-$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "Machtig de Facebook Connector als je een Facebook account hebt. We zullen (optioneel) al je Facebook vrienden en conversaties importeren.";
-$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>Als</em> dit jouw eigen persoonlijke server is kan het installeren van de Facebook toevoeging je overgang naar het vrije sociale web vergemakkelijken.";
-$a->strings["Importing Emails"] = "E-mails importeren";
-$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "Vul je e-mailtoegangsinformatie in op je pagina met verbindingsinstellingen als je vrienden of mailinglijsten uit je e-mail-inbox wilt importeren, en met hen wilt communiceren";
-$a->strings["Go to Your Contacts Page"] = "Ga naar je contactenpagina";
-$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the <em>Add New Contact</em> dialog."] = "Je contactenpagina is jouw poort om vriendschappen te beheren en verbinding te leggen met vrienden op andere netwerken. Je kunt hun adres of URL toevoegen in de <em>Voeg nieuw contact toe</em> dialoog.";
-$a->strings["Go to Your Site's Directory"] = "Ga naar de gids van je website";
-$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own Identity Address if requested."] = "In de gids vind je andere mensen in dit netwerk of op andere federatieve sites. Zoek naar het woord <em>Connect</em> of <em>Follow</em> op hun profielpagina (meestal aan de linkerkant). Vul je eigen identiteitsadres in wanneer daar om wordt gevraagd.";
-$a->strings["Finding New People"] = "Nieuwe mensen vinden";
-$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "Op het zijpaneel van de Contacten pagina vind je verschillende tools om nieuwe vrienden te zoeken. We kunnen mensen op interesses matchen, mensen opzoeken op naam of hobby, en suggesties doen gebaseerd op netwerk-relaties. Op een nieuwe webstek beginnen vriendschapssuggesties meestal binnen de 24 uur beschikbaar te worden.";
-$a->strings["Group Your Contacts"] = "Groepeer je contacten";
-$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "Als je een aantal vrienden gemaakt hebt kun je ze in je eigen conversatiegroepen indelen vanuit de zijbalk van je 'Conacten' pagina, en dan kun je met elke groep apart contact houden op je Netwerk pagina. ";
-$a->strings["Why Aren't My Posts Public?"] = "Waarom zijn mijn berichten niet openbaar?";
-$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica respecteert je privacy. Standaard zullen je berichten alleen zichtbaar zijn voor personen die jij als vriend hebt toegevoegd. Lees de help (zie de verwijzing hierboven) voor meer informatie.";
-$a->strings["Getting Help"] = "Hulp krijgen";
-$a->strings["Go to the Help Section"] = "Ga naar de help";
-$a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "Je kunt onze <strong>help</strong> pagina's raadplegen voor gedetailleerde informatie over andere functies van dit programma.";
-$a->strings["Requested profile is not available."] = "Gevraagde profiel is niet beschikbaar.";
-$a->strings["Tips for New Members"] = "Tips voor nieuwe leden";
-$a->strings["Friendica Communications Server - Setup"] = "";
-$a->strings["Could not connect to database."] = "Kon geen toegang krijgen tot de database.";
-$a->strings["Could not create table."] = "Kon tabel niet aanmaken.";
-$a->strings["Your Friendica site database has been installed."] = "De database van je Friendica-website is geïnstalleerd.";
-$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Het kan nodig zijn om het bestand \"database.sql\" manueel te importeren met phpmyadmin of mysql.";
-$a->strings["Please see the file \"INSTALL.txt\"."] = "Zie het bestand \"INSTALL.txt\".";
-$a->strings["System check"] = "Systeemcontrole";
-$a->strings["Check again"] = "Controleer opnieuw";
-$a->strings["Database connection"] = "Verbinding met database";
-$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Om Friendica te kunnen installeren moet ik weten hoe ik jouw database kan bereiken.";
-$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Neem contact op met jouw hostingprovider of websitebeheerder, wanneer je vragen hebt over deze instellingen. ";
-$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "De database die je hier opgeeft zou al moeten bestaan. Maak anders de database aan voordat je verder gaat.";
-$a->strings["Database Server Name"] = "Servernaam database";
-$a->strings["Database Login Name"] = "Gebruikersnaam database";
-$a->strings["Database Login Password"] = "Wachtwoord database";
-$a->strings["Database Name"] = "Naam database";
-$a->strings["Site administrator email address"] = "E-mailadres van de websitebeheerder";
-$a->strings["Your account email address must match this in order to use the web admin panel."] = "Het e-mailadres van je account moet hiermee overeenkomen om het administratiepaneel te kunnen gebruiken.";
-$a->strings["Please select a default timezone for your website"] = "Selecteer een standaard tijdzone voor uw website";
-$a->strings["Site settings"] = "Website-instellingen";
-$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Kan geen command-line-versie van PHP vinden in het PATH van de webserver.";
-$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron. See <a href='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"] = "Als je geen command-line versie van PHP geïnstalleerd hebt op je server, kun je geen polling op de achtergrond gebruiken via cron. Zie  <a href='http://friendica.com/node/27'>'Activeren van geplande taken'</a>";
-$a->strings["PHP executable path"] = "PATH van het PHP commando";
-$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Vul het volledige path in naar het php programma. Je kunt dit blanco laten om de installatie verder te zetten.";
-$a->strings["Command line PHP"] = "PHP-opdrachtregel";
-$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "";
-$a->strings["Found PHP version: "] = "Gevonden PHP versie:";
-$a->strings["PHP cli binary"] = "";
-$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "De command-line versie van PHP op jouw systeem heeft \"register_argc_argv\" niet geactiveerd.";
-$a->strings["This is required for message delivery to work."] = "Dit is nodig om het verzenden van berichten mogelijk te maken.";
-$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv";
-$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "";
-$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Zie \"http://www.php.net/manual/en/openssl.installation.php\" wanneer u Friendica onder Windows draait.";
-$a->strings["Generate encryption keys"] = "";
-$a->strings["libCurl PHP module"] = "libCurl PHP module";
-$a->strings["GD graphics PHP module"] = "GD graphics PHP module";
-$a->strings["OpenSSL PHP module"] = "OpenSSL PHP module";
-$a->strings["mysqli PHP module"] = "mysqli PHP module";
-$a->strings["mb_string PHP module"] = "mb_string PHP module";
-$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite module";
-$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Fout: Apache-module mod-rewrite is vereist, maar niet geïnstalleerd.";
-$a->strings["Error: libCURL PHP module required but not installed."] = "Fout: PHP-module libCURL is vereist, maar niet geïnstalleerd.";
-$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Fout: PHP-module GD graphics met JPEG support is vereist, maar niet geïnstalleerd.";
-$a->strings["Error: openssl PHP module required but not installed."] = "Fout: PHP-module openssl is vereist, maar niet geïnstalleerd.";
-$a->strings["Error: mysqli PHP module required but not installed."] = "Fout: PHP-module mysqli is vereist, maar niet geïnstalleerd.";
-$a->strings["Error: mb_string PHP module required but not installed."] = "Fout: PHP-module mb_string is vereist, maar niet geïnstalleerd.";
-$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "Het installatieprogramma moet een bestand \".htconfig.php\" in de bovenste map van je webserver aanmaken, maar kan dit niet doen.";
-$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Dit is meestal een permissieprobleem, omdat de webserver niet in staat is om in deze map bestanden weg te schrijven - ook al kun je dit zelf wel.";
-$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "Op het einde van deze procedure zal ik je een tekst geven om te bewaren in een bestand .htconfig.php in je hoogste Friendica map.";
-$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Je kunt ook deze procedure overslaan, en een manuele installatie uitvoeren. Lees het bestand \"INSTALL.txt\" voor instructies.";
-$a->strings[".htconfig.php is writable"] = ".htconfig.php is schrijfbaar";
-$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica gebruikt het Smarty3 sjabloon systeem om zijn webpagina's weer te geven. Smarty3 compileert sjablonen naar PHP om de weergave te versnellen.";
-$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "Om deze gecompileerde sjablonen op te slaan moet de webserver schrijftoegang hebben tot de folder view/smarty3, t.o.v. van de hoogste folder van je Friendica-installatie.";
-$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Zorg er a.u.b. voor dat de gebruiker waaronder je webserver runt (bijv. www-data) schrijf-toegang heeft tot deze map.";
-$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "Opmerking: voor een goede beveiliging zou je de webserver alleen schrijf-toegang moeten geven voor de map view/smarty3 -- niet voor de template bestanden (.tpl) die in die map zitten.";
-$a->strings["view/smarty3 is writable"] = "view/smarty3 is schrijfbaar";
-$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "";
-$a->strings["Url rewrite is working"] = "";
-$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Het databaseconfiguratiebestand \".htconfig.php\" kon niet worden weggeschreven. Je kunt de bijgevoegde tekst gebruiken om in een configuratiebestand aan te maken in de hoogste map van je webserver.";
-$a->strings["Errors encountered creating database tables."] = "Tijdens het aanmaken van databasetabellen zijn fouten vastgesteld.";
-$a->strings["<h1>What next</h1>"] = "<h1>Wat nu</h1>";
-$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "BELANGRIJK: Je zult [manueel] een geplande taak moeten aanmaken voor de poller.";
-$a->strings["Could not access contact record."] = "Kon geen toegang krijgen tot de contactgegevens";
-$a->strings["Could not locate selected profile."] = "Kon het geselecteerde profiel niet vinden.";
-$a->strings["Contact updated."] = "Contact bijgewerkt.";
-$a->strings["Contact has been blocked"] = "Contact is geblokkeerd";
-$a->strings["Contact has been unblocked"] = "Contact is gedeblokkeerd";
-$a->strings["Contact has been ignored"] = "Contact wordt genegeerd";
-$a->strings["Contact has been unignored"] = "Contact wordt niet meer genegeerd";
-$a->strings["Contact has been archived"] = "Contact is gearchiveerd";
-$a->strings["Contact has been unarchived"] = "Contact is niet meer gearchiveerd";
-$a->strings["Do you really want to delete this contact?"] = "Wil je echt dit contact verwijderen?";
-$a->strings["Contact has been removed."] = "Contact is verwijderd.";
-$a->strings["You are mutual friends with %s"] = "Je bent wederzijds bevriend met %s";
-$a->strings["You are sharing with %s"] = "Je deelt met %s";
-$a->strings["%s is sharing with you"] = "%s deelt met jou";
-$a->strings["Private communications are not available for this contact."] = "Privécommunicatie met dit contact is niet beschikbaar.";
-$a->strings["(Update was successful)"] = "(Wijziging is geslaagd)";
-$a->strings["(Update was not successful)"] = "(Wijziging is niet geslaagd)";
-$a->strings["Suggest friends"] = "Stel vrienden voor";
-$a->strings["Network type: %s"] = "Netwerk type: %s";
-$a->strings["View all contacts"] = "Alle contacten zien";
-$a->strings["Toggle Blocked status"] = "Schakel geblokkeerde status";
-$a->strings["Unignore"] = "Negeer niet meer";
-$a->strings["Toggle Ignored status"] = "Schakel negeer status";
-$a->strings["Unarchive"] = "Archiveer niet meer";
-$a->strings["Archive"] = "Archiveer";
-$a->strings["Toggle Archive status"] = "Schakel archiveringsstatus";
-$a->strings["Repair"] = "Herstellen";
-$a->strings["Advanced Contact Settings"] = "Geavanceerde instellingen voor contacten";
-$a->strings["Communications lost with this contact!"] = "Communicatie met dit contact is verbroken!";
-$a->strings["Contact Editor"] = "Contactbewerker";
-$a->strings["Profile Visibility"] = "Zichtbaarheid profiel";
-$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Kies het profiel dat getoond moet worden wanneer %s uw profiel bezoekt. ";
-$a->strings["Contact Information / Notes"] = "Contactinformatie / Opmerkingen";
-$a->strings["Edit contact notes"] = "Wijzig opmerkingen over dit contact";
-$a->strings["Block/Unblock contact"] = "Blokkeer/deblokkeer contact";
-$a->strings["Ignore contact"] = "Negeer contact";
-$a->strings["Repair URL settings"] = "";
-$a->strings["View conversations"] = "Toon conversaties";
-$a->strings["Delete contact"] = "Verwijder contact";
-$a->strings["Last update:"] = "Laatste wijziging:";
-$a->strings["Update public posts"] = "Openbare posts aanpassen";
-$a->strings["Currently blocked"] = "Op dit moment geblokkeerd";
-$a->strings["Currently ignored"] = "Op dit moment genegeerd";
-$a->strings["Currently archived"] = "Op dit moment gearchiveerd";
-$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Antwoorden of 'vind ik leuk's op je openbare posts <strong>kunnen</strong> nog zichtbaar zijn";
-$a->strings["Suggestions"] = "Voorstellen";
-$a->strings["Suggest potential friends"] = "Stel vrienden voor";
-$a->strings["Show all contacts"] = "Toon alle contacten";
-$a->strings["Unblocked"] = "Niet geblokkeerd";
-$a->strings["Only show unblocked contacts"] = "Toon alleen niet-geblokkeerde contacten";
-$a->strings["Blocked"] = "Geblokkeerd";
-$a->strings["Only show blocked contacts"] = "Toon alleen geblokkeerde contacten";
-$a->strings["Ignored"] = "Genegeerd";
-$a->strings["Only show ignored contacts"] = "Toon alleen genegeerde contacten";
-$a->strings["Archived"] = "Gearchiveerd";
-$a->strings["Only show archived contacts"] = "Toon alleen gearchiveerde contacten";
-$a->strings["Hidden"] = "Verborgen";
-$a->strings["Only show hidden contacts"] = "Toon alleen verborgen contacten";
-$a->strings["Mutual Friendship"] = "Wederzijdse vriendschap";
-$a->strings["is a fan of yours"] = "Is een fan van jou";
-$a->strings["you are a fan of"] = "Jij bent een fan van";
-$a->strings["Search your contacts"] = "Doorzoek je contacten";
-$a->strings["Post successful."] = "Bericht succesvol geplaatst.";
-$a->strings["OpenID protocol error. No ID returned."] = "OpenID protocol fout. Geen ID Gevonden.";
-$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Account niet gevonden, en OpenID-registratie is niet toegelaten op deze website.";
+$a->strings["File exceeds size limit of %d"] = "Bestand is groter dan de toegelaten %d";
+$a->strings["File upload failed."] = "Uploaden van bestand mislukt.";
+$a->strings["No videos selected"] = "Geen video's geselecteerd";
+$a->strings["View Video"] = "Bekijk Video";
+$a->strings["Recent Videos"] = "Recente video's";
+$a->strings["Upload New Videos"] = "Nieuwe video's uploaden";
+$a->strings["Poke/Prod"] = "Aanstoten/porren";
+$a->strings["poke, prod or do other things to somebody"] = "aanstoten, porren of andere dingen met iemand doen";
+$a->strings["Recipient"] = "Ontvanger";
+$a->strings["Choose what you wish to do to recipient"] = "Kies wat je met de ontvanger wil doen";
+$a->strings["Make this post private"] = "Dit bericht privé maken";
+$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s volgt %3\$s van %2\$s";
+$a->strings["Export account"] = "Account exporteren";
+$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Je account informatie en contacten exporteren. Gebruik dit om een backup van je account te maken en/of om het te verhuizen naar een andere server.";
+$a->strings["Export all"] = "Alles exporteren";
+$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Je account info, contacten en al je items in json formaat exporteren. Dit kan een heel groot bestand worden, en kan lang duren. Gebruik dit om een volledige backup van je account te maken (foto's worden niet geexporteerd)";
+$a->strings["Common Friends"] = "Gedeelde Vrienden";
+$a->strings["No contacts in common."] = "Geen gedeelde contacten.";
+$a->strings["Image exceeds size limit of %d"] = "Afbeelding is groter dan de toegestane %d";
+$a->strings["Wall Photos"] = "";
 $a->strings["Image uploaded but image cropping failed."] = "Afbeelding opgeladen, maar bijsnijden mislukt.";
 $a->strings["Image size reduction [%s] failed."] = "Verkleining van de afbeelding [%s] mislukt.";
 $a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Shift-herlaad de pagina, of maak de browser cache leeg als nieuwe foto's niet onmiddellijk verschijnen.";
@@ -1556,96 +1153,540 @@ $a->strings["Crop Image"] = "Afbeelding bijsnijden";
 $a->strings["Please adjust the image cropping for optimum viewing."] = "Pas het afsnijden van de afbeelding aan voor het beste resultaat.";
 $a->strings["Done Editing"] = "Wijzigingen compleet";
 $a->strings["Image uploaded successfully."] = "Uploaden van afbeelding gelukt.";
-$a->strings["Not available."] = "Niet beschikbaar";
-$a->strings["%d comment"] = array(
-       0 => "%d reactie",
-       1 => "%d reacties",
-);
-$a->strings["like"] = "Leuk";
-$a->strings["dislike"] = "Niet leuk";
-$a->strings["Share this"] = "Delen";
-$a->strings["share"] = "Delen";
-$a->strings["Bold"] = "Vet";
-$a->strings["Italic"] = "Cursief";
-$a->strings["Underline"] = "Onderstrepen";
-$a->strings["Quote"] = "Citeer";
-$a->strings["Code"] = "Code";
-$a->strings["Image"] = "Afbeelding";
-$a->strings["Link"] = "Link";
-$a->strings["Video"] = "Video";
-$a->strings["add star"] = "Ster toevoegen";
-$a->strings["remove star"] = "Ster verwijderen";
-$a->strings["toggle star status"] = "Ster toevoegen of verwijderen";
-$a->strings["starred"] = "Met ster";
-$a->strings["add tag"] = "Label toevoegen";
-$a->strings["save to folder"] = "Bewaren in map";
-$a->strings["to"] = "aan";
-$a->strings["Wall-to-Wall"] = "wall-to-wall";
-$a->strings["via Wall-To-Wall:"] = "via wall-to-wall";
-$a->strings["This entry was edited"] = "";
-$a->strings["via"] = "via";
-$a->strings["Theme settings"] = "Thema instellingen";
-$a->strings["Set resize level for images in posts and comments (width and height)"] = "";
-$a->strings["Set font-size for posts and comments"] = "Stel lettergrootte voor berichten en reacties in";
-$a->strings["Set theme width"] = "Stel breedte van het thema in";
-$a->strings["Color scheme"] = "Kleurschema";
-$a->strings["Set line-height for posts and comments"] = "";
-$a->strings["Set resolution for middle column"] = "";
-$a->strings["Set color scheme"] = "Stel kleurenschema in";
-$a->strings["Set twitter search term"] = "Stel zoekterm Twitter in";
-$a->strings["Set zoomfactor for Earth Layer"] = "";
-$a->strings["Set longitude (X) for Earth Layers"] = "";
-$a->strings["Set latitude (Y) for Earth Layers"] = "";
-$a->strings["Community Pages"] = "Gemeenschapspagina's";
-$a->strings["Earth Layers"] = "Earth Layers";
-$a->strings["Community Profiles"] = "Gemeenschapsprofielen";
-$a->strings["Help or @NewHere ?"] = "";
-$a->strings["Connect Services"] = "Diensten verbinden";
-$a->strings["Find Friends"] = "Zoek vrienden";
-$a->strings["Last tweets"] = "Recente tweets";
-$a->strings["Last users"] = "Laatste gebruikers";
-$a->strings["Last photos"] = "Laatste foto's";
-$a->strings["Last likes"] = "Recent leuk gevonden";
-$a->strings["Your contacts"] = "Jouw contacten";
-$a->strings["Local Directory"] = "Lokale gids";
-$a->strings["Set zoomfactor for Earth Layers"] = "";
-$a->strings["Last Tweets"] = "Recente tweets";
-$a->strings["Show/hide boxes at right-hand column:"] = "";
-$a->strings["Set colour scheme"] = "Stel kleurschema in";
-$a->strings["Alignment"] = "Uitlijning";
-$a->strings["Left"] = "Links";
-$a->strings["Center"] = "Gecentreerd";
-$a->strings["Posts font size"] = "Lettergrootte berichten";
-$a->strings["Textareas font size"] = "Lettergrootte tekstgebieden";
-$a->strings["toggle mobile"] = "mobiel thema omwisselen";
-$a->strings["Delete this item?"] = "Dit item verwijderen?";
-$a->strings["show fewer"] = "Minder tonen";
-$a->strings["Update %s failed. See error logs."] = "Wijziging %s mislukt. Lees de error logbestanden.";
-$a->strings["Update Error at %s"] = "Wijzigingsfout op %s";
-$a->strings["Create a New Account"] = "Nieuw account aanmaken";
-$a->strings["Nickname or Email address: "] = "Bijnaam of e-mailadres:";
-$a->strings["Password: "] = "Wachtwoord:";
-$a->strings["Remember me"] = "Onthou me";
-$a->strings["Or login using OpenID: "] = "Of log in met OpenID:";
-$a->strings["Forgot your password?"] = "Wachtwoord vergeten?";
-$a->strings["Website Terms of Service"] = "Gebruikersvoorwaarden website";
-$a->strings["terms of service"] = "servicevoorwaarden";
-$a->strings["Website Privacy Policy"] = "Privacybeleid website";
-$a->strings["privacy policy"] = "privacybeleid";
-$a->strings["Requested account is not available."] = "Gevraagde account is niet beschikbaar.";
-$a->strings["Edit profile"] = "Bewerk profiel";
-$a->strings["Message"] = "Bericht";
-$a->strings["Manage/edit profiles"] = "Beheer/Wijzig profielen";
-$a->strings["g A l F d"] = "G l j F";
-$a->strings["F d"] = "d F";
-$a->strings["[today]"] = "[vandaag]";
-$a->strings["Birthday Reminders"] = "Verjaardagsherinneringen";
-$a->strings["Birthdays this week:"] = "Verjaardagen deze week:";
-$a->strings["[No description]"] = "[Geen beschrijving]";
-$a->strings["Event Reminders"] = "Gebeurtenisherinneringen";
-$a->strings["Events this week:"] = "Gebeurtenissen deze week:";
-$a->strings["Status Messages and Posts"] = "Statusmeldingen en berichten";
-$a->strings["Profile Details"] = "Profiel Details";
-$a->strings["Videos"] = "Video's";
-$a->strings["Events and Calendar"] = "Gebeurtenissen en kalender";
-$a->strings["Only You Can See This"] = "Alleen jij kunt dit zien";
+$a->strings["Applications"] = "Toepassingen";
+$a->strings["No installed applications."] = "Geen toepassingen geïnstalleerd";
+$a->strings["Nothing new here"] = "Niets nieuw hier";
+$a->strings["Clear notifications"] = "Notificaties verwijderen";
+$a->strings["Profile Match"] = "Profielmatch";
+$a->strings["No keywords to match. Please add keywords to your default profile."] = "Geen sleutelwoorden om te zoeken. Voeg sleutelwoorden toe aan je standaard profiel.";
+$a->strings["is interested in:"] = "Is geïnteresseerd in:";
+$a->strings["Tag removed"] = "Label verwijderd";
+$a->strings["Remove Item Tag"] = "Verwijder label van item";
+$a->strings["Select a tag to remove: "] = "Selecteer een label om te verwijderen: ";
+$a->strings["Remove"] = "Verwijderen";
+$a->strings["Event title and start time are required."] = "Titel en begintijd van de gebeurtenis zijn vereist.";
+$a->strings["l, F j"] = "l j F";
+$a->strings["Edit event"] = "Gebeurtenis bewerken";
+$a->strings["link to source"] = "Verwijzing naar bron";
+$a->strings["Create New Event"] = "Maak een nieuwe gebeurtenis";
+$a->strings["Previous"] = "Vorige";
+$a->strings["hour:minute"] = "uur:minuut";
+$a->strings["Event details"] = "Gebeurtenis details";
+$a->strings["Format is %s %s. Starting date and Title are required."] = "Formaat is %s %s. Begindatum en titel zijn vereist.";
+$a->strings["Event Starts:"] = "Gebeurtenis begint:";
+$a->strings["Required"] = "Vereist";
+$a->strings["Finish date/time is not known or not relevant"] = "Einddatum/tijd is niet gekend of niet relevant";
+$a->strings["Event Finishes:"] = "Gebeurtenis eindigt:";
+$a->strings["Adjust for viewer timezone"] = "Pas aan aan de tijdzone van de gebruiker";
+$a->strings["Description:"] = "Beschrijving:";
+$a->strings["Title:"] = "Titel:";
+$a->strings["Share this event"] = "Deel deze gebeurtenis";
+$a->strings["No potential page delegates located."] = "Niemand gevonden waar het paginabeheer mogelijk aan uitbesteed kan worden.";
+$a->strings["Delegate Page Management"] = "Paginabeheer uitbesteden";
+$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Personen waaraan het beheer is uitbesteed kunnen alle onderdelen van een account/pagina beheren, behalve de basisinstellingen van een account. Besteed je persoonlijke account daarom niet uit aan personen die je niet volledig vertrouwd.";
+$a->strings["Existing Page Managers"] = "Bestaande paginabeheerders";
+$a->strings["Existing Page Delegates"] = "Bestaande personen waaraan het paginabeheer is uitbesteed";
+$a->strings["Potential Delegates"] = "Mogelijke personen waaraan het paginabeheer kan worden uitbesteed ";
+$a->strings["Add"] = "Toevoegen";
+$a->strings["No entries."] = "Geen gegevens.";
+$a->strings["Contacts who are not members of a group"] = "Contacten die geen leden zijn van een groep";
+$a->strings["Files"] = "Bestanden";
+$a->strings["System down for maintenance"] = "Systeem onbeschikbaar wegens onderhoud";
+$a->strings["Remove My Account"] = "Verwijder mijn account";
+$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Dit zal je account volledig verwijderen. Dit kan niet hersteld worden als het eenmaal uitgevoerd is.";
+$a->strings["Please enter your password for verification:"] = "Voer je wachtwoord in voor verificatie:";
+$a->strings["Friend suggestion sent."] = "Vriendschapsvoorstel verzonden.";
+$a->strings["Suggest Friends"] = "Stel vrienden voor";
+$a->strings["Suggest a friend for %s"] = "Stel een vriend voor aan %s";
+$a->strings["Unable to locate original post."] = "Ik kan de originele post niet meer vinden.";
+$a->strings["Empty post discarded."] = "Lege post weggegooid.";
+$a->strings["System error. Post not saved."] = "Systeemfout. Post niet bewaard.";
+$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Dit bericht werd naar jou gestuurd door %s, een lid van het Friendica sociale netwerk.";
+$a->strings["You may visit them online at %s"] = "Je kunt ze online bezoeken op %s";
+$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Contacteer de afzender door op dit bericht te antwoorden als je deze berichten niet wilt ontvangen.";
+$a->strings["%s posted an update."] = "%s heeft een wijziging geplaatst.";
+$a->strings["{0} wants to be your friend"] = "{0} wilt je vriend worden";
+$a->strings["{0} sent you a message"] = "{0} stuurde jou een berichtje";
+$a->strings["{0} requested registration"] = "{0} vroeg om zich te registreren";
+$a->strings["{0} commented %s's post"] = "{0} gaf een reactie op het bericht van %s";
+$a->strings["{0} liked %s's post"] = "{0} vond het bericht van %s leuk";
+$a->strings["{0} disliked %s's post"] = "{0} vond het bericht van %s niet leuk";
+$a->strings["{0} is now friends with %s"] = "{0} is nu bevriend met %s";
+$a->strings["{0} posted"] = "{0} plaatste";
+$a->strings["{0} tagged %s's post with #%s"] = "{0} labelde %s's bericht met #%s";
+$a->strings["{0} mentioned you in a post"] = "{0} vermeldde je in een bericht";
+$a->strings["OpenID protocol error. No ID returned."] = "OpenID protocol fout. Geen ID Gevonden.";
+$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Account niet gevonden, en OpenID-registratie is niet toegelaten op deze website.";
+$a->strings["Login failed."] = "Login mislukt.";
+$a->strings["Invalid request identifier."] = "Ongeldige <em>request identifier</em>.";
+$a->strings["Discard"] = "Verwerpen";
+$a->strings["System"] = "Systeem";
+$a->strings["Network"] = "Netwerk";
+$a->strings["Introductions"] = "Verzoeken";
+$a->strings["Show Ignored Requests"] = "Toon genegeerde verzoeken";
+$a->strings["Hide Ignored Requests"] = "Verberg genegeerde verzoeken";
+$a->strings["Notification type: "] = "Notificatiesoort:";
+$a->strings["Friend Suggestion"] = "Vriendschapsvoorstel";
+$a->strings["suggested by %s"] = "Voorgesteld door %s";
+$a->strings["Post a new friend activity"] = "Bericht over een nieuwe vriend";
+$a->strings["if applicable"] = "Indien toepasbaar";
+$a->strings["Claims to be known to you: "] = "Denkt dat u hem of haar kent:";
+$a->strings["yes"] = "Ja";
+$a->strings["no"] = "Nee";
+$a->strings["Approve as: "] = "Goedkeuren als:";
+$a->strings["Friend"] = "Vriend";
+$a->strings["Sharer"] = "Deler";
+$a->strings["Fan/Admirer"] = "Fan/Bewonderaar";
+$a->strings["Friend/Connect Request"] = "Vriendschapsverzoek";
+$a->strings["New Follower"] = "Nieuwe Volger";
+$a->strings["No introductions."] = "Geen vriendschaps- of connectieverzoeken.";
+$a->strings["Notifications"] = "Notificaties";
+$a->strings["%s liked %s's post"] = "%s vond het bericht van %s leuk";
+$a->strings["%s disliked %s's post"] = "%s vond het bericht van %s niet leuk";
+$a->strings["%s is now friends with %s"] = "%s is nu bevriend met %s";
+$a->strings["%s created a new post"] = "%s schreef een nieuw bericht";
+$a->strings["%s commented on %s's post"] = "%s gaf een reactie op het bericht van %s";
+$a->strings["No more network notifications."] = "Geen netwerknotificaties meer";
+$a->strings["Network Notifications"] = "Netwerknotificaties";
+$a->strings["No more personal notifications."] = "Geen persoonlijke notificaties meer";
+$a->strings["Personal Notifications"] = "Persoonlijke notificaties";
+$a->strings["No more home notifications."] = "Geen tijdlijn-notificaties meer";
+$a->strings["Home Notifications"] = "Tijdlijn-notificaties";
+$a->strings["Total invitation limit exceeded."] = "Totale uitnodigingslimiet overschreden.";
+$a->strings["%s : Not a valid email address."] = "%s: Geen geldig e-mailadres.";
+$a->strings["Please join us on Friendica"] = "Kom bij ons op Friendica";
+$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Uitnodigingslimiet overschreden. Neem contact op met de beheerder van je website.";
+$a->strings["%s : Message delivery failed."] = "%s : Aflevering van bericht mislukt.";
+$a->strings["%d message sent."] = array(
+       0 => "%d bericht verzonden.",
+       1 => "%d berichten verzonden.",
+);
+$a->strings["You have no more invitations available"] = "Je kunt geen uitnodigingen meer sturen";
+$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Bezoek %s voor een lijst van openbare sites waar je je kunt aansluiten. Friendica leden op andere sites kunnen allemaal met elkaar verbonden worden, en ook met leden van verschillende andere sociale netwerken.";
+$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Om deze uitnodiging te accepteren kan je je op %s registreren of op een andere vrij toegankelijke Friendica-website.";
+$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica servers zijn allemaal onderling verbonden om een reusachtig sociaal web te maken met verbeterde privacy, dat eigendom is van en gecontroleerd door zijn leden. Ze kunnen ook verbindingen maken met verschillende traditionele sociale netwerken. Bekijk %s voor een lijst van alternatieve Friendica servers waar je aan kunt sluiten.";
+$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Onze verontschuldigingen. Dit systeem is momenteel niet ingesteld om verbinding te maken met andere openbare plaatsen of leden uit te nodigen.";
+$a->strings["Send invitations"] = "Verstuur uitnodigingen";
+$a->strings["Enter email addresses, one per line:"] = "Vul e-mailadressen in, één per lijn:";
+$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Ik nodig je vriendelijk uit om bij mij en andere vrienden te komen op Friendica - en ons te helpen om een beter sociaal web te bouwen.";
+$a->strings["You will need to supply this invitation code: \$invite_code"] = "Je zult deze uitnodigingscode moeten invullen: \$invite_code";
+$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Eens je geregistreerd bent kun je contact leggen met mij via mijn profielpagina op:";
+$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "Voor meer informatie over het Friendica project en waarom wij denken dat het belangrijk is kun je http://friendica.com/ bezoeken";
+$a->strings["Manage Identities and/or Pages"] = "Beheer Identiteiten en/of Pagina's";
+$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Wissel tussen verschillende identiteiten of groeppagina's die jouw accountdetails delen of waar je \"beheerdersrechten\" hebt gekregen.";
+$a->strings["Select an identity to manage: "] = "Selecteer een identiteit om te beheren:";
+$a->strings["Welcome to %s"] = "Welkom op %s";
+$a->strings["Friends of %s"] = "Vrienden van %s";
+$a->strings["No friends to display."] = "Geen vrienden om te laten zien.";
+$a->strings["Add New Contact"] = "Nieuw Contact toevoegen";
+$a->strings["Enter address or web location"] = "Voeg een webadres of -locatie in:";
+$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Voorbeeld: jan@voorbeeld.be, http://voorbeeld.nl/barbara";
+$a->strings["%d invitation available"] = array(
+       0 => "%d uitnodiging beschikbaar",
+       1 => "%d uitnodigingen beschikbaar",
+);
+$a->strings["Find People"] = "Zoek mensen";
+$a->strings["Enter name or interest"] = "Vul naam of interesse in";
+$a->strings["Connect/Follow"] = "Verbind/Volg";
+$a->strings["Examples: Robert Morgenstein, Fishing"] = "Voorbeelden: Jan Peeters, Vissen";
+$a->strings["Random Profile"] = "Willekeurig Profiel";
+$a->strings["Networks"] = "Netwerken";
+$a->strings["All Networks"] = "Alle netwerken";
+$a->strings["Saved Folders"] = "Bewaarde Mappen";
+$a->strings["Everything"] = "Alles";
+$a->strings["Categories"] = "Categorieën";
+$a->strings["Click here to upgrade."] = "";
+$a->strings["This action exceeds the limits set by your subscription plan."] = "";
+$a->strings["This action is not available under your subscription plan."] = "";
+$a->strings["User not found."] = "";
+$a->strings["There is no status with this id."] = "Er is geen status met dit kenmerk";
+$a->strings["view full size"] = "Volledig formaat";
+$a->strings["Starts:"] = "Begint:";
+$a->strings["Finishes:"] = "Eindigt:";
+$a->strings["(no subject)"] = "(geen onderwerp)";
+$a->strings["noreply"] = "geen reactie";
+$a->strings["An invitation is required."] = "Een uitnodiging is vereist.";
+$a->strings["Invitation could not be verified."] = "Uitnodiging kon niet geverifieerd worden.";
+$a->strings["Invalid OpenID url"] = "Ongeldige OpenID url";
+$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "";
+$a->strings["The error message was:"] = "De foutboodschap was:";
+$a->strings["Please enter the required information."] = "Vul a.u.b. de vereiste informatie in.";
+$a->strings["Please use a shorter name."] = "gebruik een kortere naam";
+$a->strings["Name too short."] = "Naam te kort";
+$a->strings["That doesn't appear to be your full (First Last) name."] = "Dat lijkt niet je volledige naam (voor- en achternaam) te zijn.";
+$a->strings["Your email domain is not among those allowed on this site."] = "Je e-maildomein is op deze website niet toegestaan.";
+$a->strings["Not a valid email address."] = "Geen geldig e-mailadres.";
+$a->strings["Cannot use that email."] = "Ik kan die e-mail niet gebruiken.";
+$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "Je \"bijnaam\" kan alleen \"a-z\", \"0-9\", \"-\", en \"_\" bevatten, en moet ook met een letter beginnen.";
+$a->strings["Nickname is already registered. Please choose another."] = "Bijnaam is al geregistreerd. Kies een andere.";
+$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "Bijnaam was ooit hier geregistreerd en kan niet herbruikt worden. Kies een andere.";
+$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "ERNSTIGE FOUT: aanmaken van beveiligingssleutels mislukt.";
+$a->strings["An error occurred during registration. Please try again."] = "";
+$a->strings["An error occurred creating your default profile. Please try again."] = "";
+$a->strings["Friends"] = "Vrienden";
+$a->strings["%1\$s poked %2\$s"] = "%1\$s stootte %2\$s aan";
+$a->strings["poked"] = "aangestoten";
+$a->strings["post/item"] = "bericht/item";
+$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s markeerde %2\$s's %3\$s als favoriet";
+$a->strings["remove"] = "verwijder";
+$a->strings["Delete Selected Items"] = "Geselecteerde items verwijderen";
+$a->strings["Follow Thread"] = "Conversatie volgen";
+$a->strings["View Status"] = "Bekijk status";
+$a->strings["View Profile"] = "Bekijk profiel";
+$a->strings["View Photos"] = "Bekijk foto's";
+$a->strings["Network Posts"] = "Netwerkberichten";
+$a->strings["Edit Contact"] = "Bewerk contact";
+$a->strings["Send PM"] = "Stuur een privébericht";
+$a->strings["Poke"] = "Aanstoten";
+$a->strings["%s likes this."] = "%s vind dit leuk.";
+$a->strings["%s doesn't like this."] = "%s vind dit niet leuk.";
+$a->strings["<span  %1\$s>%2\$d people</span> like this"] = "<span  %1\$s>%2\$d mensen</span> vinden dit leuk";
+$a->strings["<span  %1\$s>%2\$d people</span> don't like this"] = "<span  %1\$s>%2\$d people</span> vinden dit niet leuk";
+$a->strings["and"] = "en";
+$a->strings[", and %d other people"] = ", en %d andere mensen";
+$a->strings["%s like this."] = "%s vind dit leuk.";
+$a->strings["%s don't like this."] = "%s vind dit niet leuk.";
+$a->strings["Visible to <strong>everybody</strong>"] = "Zichtbaar voor <strong>iedereen</strong>";
+$a->strings["Please enter a video link/URL:"] = "Vul een videolink/URL in:";
+$a->strings["Please enter an audio link/URL:"] = "Vul een audiolink/URL in:";
+$a->strings["Tag term:"] = "Label:";
+$a->strings["Where are you right now?"] = "Waar ben je nu?";
+$a->strings["Delete item(s)?"] = "Item(s) verwijderen?";
+$a->strings["Post to Email"] = "Verzenden per e-mail";
+$a->strings["permissions"] = "rechten";
+$a->strings["Post to Groups"] = "Verzenden naar Groepen";
+$a->strings["Post to Contacts"] = "Verzenden naar Contacten";
+$a->strings["Private post"] = "Privé verzending";
+$a->strings["Logged out."] = "Uitgelogd.";
+$a->strings["Error decoding account file"] = "";
+$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "";
+$a->strings["Error! Cannot check nickname"] = "";
+$a->strings["User '%s' already exists on this server!"] = "Gebruiker '%s' bestaat al op deze server!";
+$a->strings["User creation error"] = "Fout bij het aanmaken van de gebruiker";
+$a->strings["User profile creation error"] = "Fout bij het aanmaken van het gebruikersprofiel";
+$a->strings["%d contact not imported"] = array(
+       0 => "%d contact werd niet geïmporteerd",
+       1 => "%d contacten werden niet geïmporteerd",
+);
+$a->strings["Done. You can now login with your username and password"] = "Gebeurd. Je kunt nu inloggen met je gebruikersnaam en wachtwoord";
+$a->strings["newer"] = "nieuwere berichten";
+$a->strings["older"] = "oudere berichten";
+$a->strings["prev"] = "vorige";
+$a->strings["first"] = "eerste";
+$a->strings["last"] = "laatste";
+$a->strings["next"] = "volgende";
+$a->strings["No contacts"] = "Geen contacten";
+$a->strings["%d Contact"] = array(
+       0 => "%d contact",
+       1 => "%d contacten",
+);
+$a->strings["poke"] = "aanstoten";
+$a->strings["ping"] = "ping";
+$a->strings["pinged"] = "gepingd";
+$a->strings["prod"] = "porren";
+$a->strings["prodded"] = "gepord";
+$a->strings["slap"] = "";
+$a->strings["slapped"] = "";
+$a->strings["finger"] = "";
+$a->strings["fingered"] = "";
+$a->strings["rebuff"] = "";
+$a->strings["rebuffed"] = "";
+$a->strings["happy"] = "Blij";
+$a->strings["sad"] = "Verdrietig";
+$a->strings["mellow"] = "";
+$a->strings["tired"] = "vermoeid";
+$a->strings["perky"] = "";
+$a->strings["angry"] = "boos";
+$a->strings["stupified"] = "";
+$a->strings["puzzled"] = "onzeker";
+$a->strings["interested"] = "Geïnteresseerd";
+$a->strings["bitter"] = "bitter";
+$a->strings["cheerful"] = "vrolijk";
+$a->strings["alive"] = "levend";
+$a->strings["annoyed"] = "verveeld";
+$a->strings["anxious"] = "";
+$a->strings["cranky"] = "";
+$a->strings["disturbed"] = "";
+$a->strings["frustrated"] = "gefrustreerd";
+$a->strings["motivated"] = "gemotiveerd";
+$a->strings["relaxed"] = "ontspannen";
+$a->strings["surprised"] = "verbaasd";
+$a->strings["Monday"] = "Maandag";
+$a->strings["Tuesday"] = "Dinsdag";
+$a->strings["Wednesday"] = "Woensdag";
+$a->strings["Thursday"] = "Donderdag";
+$a->strings["Friday"] = "Vrijdag";
+$a->strings["Saturday"] = "Zaterdag";
+$a->strings["Sunday"] = "Zondag";
+$a->strings["January"] = "Januari";
+$a->strings["February"] = "Februari";
+$a->strings["March"] = "Maart";
+$a->strings["April"] = "April";
+$a->strings["May"] = "Mei";
+$a->strings["June"] = "Juni";
+$a->strings["July"] = "Juli";
+$a->strings["August"] = "Augustus";
+$a->strings["September"] = "September";
+$a->strings["October"] = "Oktober";
+$a->strings["November"] = "November";
+$a->strings["December"] = "December";
+$a->strings["bytes"] = "bytes";
+$a->strings["Click to open/close"] = "klik om te openen/sluiten";
+$a->strings["Select an alternate language"] = "Kies een andere taal";
+$a->strings["activity"] = "activiteit";
+$a->strings["post"] = "bericht";
+$a->strings["Item filed"] = "Item bewaard";
+$a->strings["Friendica Notification"] = "Friendica Notificatie";
+$a->strings["Thank You,"] = "Bedankt";
+$a->strings["%s Administrator"] = "%s Beheerder";
+$a->strings["%s <!item_type!>"] = "%s <!item_type!>";
+$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notificatie] Nieuw bericht ontvangen op %s";
+$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s sent you a new private message at %2\$s.";
+$a->strings["%1\$s sent you %2\$s."] = "%1\$s stuurde jou %2\$s.";
+$a->strings["a private message"] = "een prive bericht";
+$a->strings["Please visit %s to view and/or reply to your private messages."] = "Bezoek %s om je privé-berichten te bekijken en/of te beantwoorden.";
+$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s gaf een reactie op [url=%2\$s]a %3\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s gaf een reactie op [url=%2\$s]%3\$s's %4\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s gaf een reactie op [url=%2\$s]jouw %3\$s[/url]";
+$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "";
+$a->strings["%s commented on an item/conversation you have been following."] = "%s gaf een reactie op een bericht/conversatie die jij volgt.";
+$a->strings["Please visit %s to view and/or reply to the conversation."] = "Bezoek %s om de conversatie te bekijken en/of te beantwoorden.";
+$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "";
+$a->strings["%1\$s posted to your profile wall at %2\$s"] = "";
+$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "";
+$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notificatie] %s heeft jou genoemd";
+$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s heeft jou in %2\$s genoemd";
+$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]heeft jou genoemd[/url].";
+$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify] %1\$s heeft jou aangestoten";
+$a->strings["%1\$s poked you at %2\$s"] = "%1\$s heeft jou aangestoten op %2\$s";
+$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "";
+$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notificatie] %s heeft jouw bericht gelabeld";
+$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s heeft jouw bericht gelabeld in %2\$s";
+$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s labelde [url=%2\$s]jouw bericht[/url]";
+$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notificatie] Vriendschaps-/connectieverzoek ontvangen";
+$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Je hebt een vriendschaps- of connectieverzoek ontvangen van '%1\$s' om %2\$s";
+$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Je ontving [url=%1\$s]een vriendschaps- of connectieverzoek[/url] van %2\$s.";
+$a->strings["You may visit their profile at %s"] = "U kunt hun profiel bezoeken op %s";
+$a->strings["Please visit %s to approve or reject the introduction."] = "Bezoek %s om het verzoek goed of af te keuren.";
+$a->strings["[Friendica:Notify] Friend suggestion received"] = "";
+$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "";
+$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "";
+$a->strings["Name:"] = "Naam:";
+$a->strings["Photo:"] = "Foto: ";
+$a->strings["Please visit %s to approve or reject the suggestion."] = "";
+$a->strings[" on Last.fm"] = " op Last.fm";
+$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Een verwijderde groep met deze naam is weer tot leven gewekt. Bestaande itemrechten <strong>kunnen</strong> voor deze groep en toekomstige leden gelden. Wanneer je niet zo had bedoeld kan je een andere groep met een andere naam creëren. ";
+$a->strings["Default privacy group for new contacts"] = "";
+$a->strings["Everybody"] = "Iedereen";
+$a->strings["edit"] = "verander";
+$a->strings["Edit group"] = "Verander groep";
+$a->strings["Create a new group"] = "Maak nieuwe groep";
+$a->strings["Contacts not in any group"] = "";
+$a->strings["Connect URL missing."] = "";
+$a->strings["This site is not configured to allow communications with other networks."] = "Deze website is niet geconfigureerd voor communicatie met andere netwerken.";
+$a->strings["No compatible communication protocols or feeds were discovered."] = "Er werden geen compatibele communicatieprotocols of feeds ontdekt.";
+$a->strings["The profile address specified does not provide adequate information."] = "";
+$a->strings["An author or name was not found."] = "";
+$a->strings["No browser URL could be matched to this address."] = "";
+$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Het @-stijl-identiteitsadres komt niet overeen met een nekend protocol of e-mailcontact.";
+$a->strings["Use mailto: in front of address to force email check."] = "Gebruik mailto: voor het adres om een e-mailcontrole af te dwingen.";
+$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "";
+$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "";
+$a->strings["Unable to retrieve contact information."] = "";
+$a->strings["following"] = "volgend";
+$a->strings["[no subject]"] = "[geen onderwerp]";
+$a->strings["End this session"] = "Deze sessie beëindigen";
+$a->strings["Sign in"] = "Inloggen";
+$a->strings["Home Page"] = "Jouw tijdlijn";
+$a->strings["Create an account"] = "Maak een accoount";
+$a->strings["Help and documentation"] = "Hulp en documentatie";
+$a->strings["Apps"] = "Apps";
+$a->strings["Addon applications, utilities, games"] = "Extra toepassingen, hulpmiddelen of spelletjes";
+$a->strings["Search site content"] = "Doorzoek de inhoud van de website";
+$a->strings["Conversations on this site"] = "Conversaties op deze website";
+$a->strings["Directory"] = "Gids";
+$a->strings["People directory"] = "Personengids";
+$a->strings["Conversations from your friends"] = "Conversaties van je vrienden";
+$a->strings["Network Reset"] = "Netwerkpagina opnieuw instellen";
+$a->strings["Load Network page with no filters"] = "Laad de netwerkpagina zonder filters";
+$a->strings["Friend Requests"] = "Vriendschapsverzoeken";
+$a->strings["See all notifications"] = "Toon alle notificaties";
+$a->strings["Mark all system notifications seen"] = "Alle systeemnotificaties als gelezen markeren";
+$a->strings["Private mail"] = "Privéberichten";
+$a->strings["Inbox"] = "Inbox";
+$a->strings["Outbox"] = "Verzonden berichten";
+$a->strings["Manage"] = "Beheren";
+$a->strings["Manage other pages"] = "Andere pagina's beheren";
+$a->strings["Delegations"] = "";
+$a->strings["Manage/Edit Profiles"] = "Beheer/Wijzig Profielen";
+$a->strings["Manage/edit friends and contacts"] = "Beheer/Wijzig vrienden en contacten";
+$a->strings["Site setup and configuration"] = "Website opzetten en configureren";
+$a->strings["Navigation"] = "Navigatie";
+$a->strings["Site map"] = "Sitemap";
+$a->strings["j F, Y"] = "F j Y";
+$a->strings["j F"] = "F j";
+$a->strings["Birthday:"] = "Verjaardag:";
+$a->strings["Age:"] = "Leeftijd:";
+$a->strings["for %1\$d %2\$s"] = "voor %1\$d %2\$s";
+$a->strings["Tags:"] = "Labels:";
+$a->strings["Religion:"] = "Religie:";
+$a->strings["Hobbies/Interests:"] = "Hobby:";
+$a->strings["Contact information and Social Networks:"] = "Contactinformatie en sociale netwerken:";
+$a->strings["Musical interests:"] = "Muzikale interesse ";
+$a->strings["Books, literature:"] = "Boeken, literatuur:";
+$a->strings["Television:"] = "Televisie";
+$a->strings["Film/dance/culture/entertainment:"] = "Film/dans/cultuur/ontspanning:";
+$a->strings["Love/Romance:"] = "Liefde/romance:";
+$a->strings["Work/employment:"] = "Werk/beroep:";
+$a->strings["School/education:"] = "School/opleiding:";
+$a->strings["Image/photo"] = "Afbeelding/foto";
+$a->strings["<span><a href=\"%s\" target=\"external-link\">%s</a> wrote the following <a href=\"%s\" target=\"external-link\">post</a>"] = "<span><a href=\"%s\" target=\"external-link\">%s</a> schreef het volgende <a href=\"%s\" target=\"external-link\">bericht</a>";
+$a->strings["$1 wrote:"] = "$1 schreef:";
+$a->strings["Encrypted content"] = "Versleutelde inhoud";
+$a->strings["Unknown | Not categorised"] = "Onbekend | Niet ";
+$a->strings["Block immediately"] = "Onmiddellijk blokkeren";
+$a->strings["Shady, spammer, self-marketer"] = "";
+$a->strings["Known to me, but no opinion"] = "Bekend, maar geen mening";
+$a->strings["OK, probably harmless"] = "OK, waarschijnlijk onschadelijk";
+$a->strings["Reputable, has my trust"] = "Gerenommeerd, heeft mijn vertrouwen";
+$a->strings["Weekly"] = "wekelijks";
+$a->strings["Monthly"] = "maandelijks";
+$a->strings["OStatus"] = "OStatus";
+$a->strings["RSS/Atom"] = "RSS/Atom";
+$a->strings["Zot!"] = "Zot!";
+$a->strings["LinkedIn"] = "Linkedln";
+$a->strings["XMPP/IM"] = "XMPP/IM";
+$a->strings["MySpace"] = "Myspace";
+$a->strings["Google+"] = "Google+";
+$a->strings["pump.io"] = "";
+$a->strings["Twitter"] = "";
+$a->strings["Miscellaneous"] = "Diversen";
+$a->strings["year"] = "jaar";
+$a->strings["month"] = "maand";
+$a->strings["day"] = "dag";
+$a->strings["never"] = "nooit";
+$a->strings["less than a second ago"] = "minder dan een seconde geleden";
+$a->strings["years"] = "jaren";
+$a->strings["months"] = "maanden";
+$a->strings["week"] = "week";
+$a->strings["weeks"] = "weken";
+$a->strings["days"] = "dagen";
+$a->strings["hour"] = "uur";
+$a->strings["hours"] = "uren";
+$a->strings["minute"] = "minuut";
+$a->strings["minutes"] = "minuten";
+$a->strings["second"] = "seconde";
+$a->strings["seconds"] = "secondes";
+$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s geleden";
+$a->strings["%s's birthday"] = "%s's verjaardag";
+$a->strings["Happy Birthday %s"] = "Gefeliciteerd %s";
+$a->strings["General Features"] = "Algemene functies";
+$a->strings["Multiple Profiles"] = "Meerdere profielen";
+$a->strings["Ability to create multiple profiles"] = "Mogelijkheid om meerdere profielen aan te maken";
+$a->strings["Post Composition Features"] = "Functies voor het opstellen van berichten";
+$a->strings["Richtext Editor"] = "RTF-tekstverwerker";
+$a->strings["Enable richtext editor"] = "Gebruik een tekstverwerker met eenvoudige opmaakfuncties";
+$a->strings["Post Preview"] = "Voorvertoning bericht";
+$a->strings["Allow previewing posts and comments before publishing them"] = "";
+$a->strings["Network Sidebar Widgets"] = "Zijbalkwidgets op netwerkpagina";
+$a->strings["Search by Date"] = "Zoeken op datum";
+$a->strings["Ability to select posts by date ranges"] = "Mogelijkheid om berichten te selecteren volgens datumbereik";
+$a->strings["Group Filter"] = "Groepsfilter";
+$a->strings["Enable widget to display Network posts only from selected group"] = "Sta de widget toe om netwerkberichten te tonen van bepaalde groepen";
+$a->strings["Network Filter"] = "Netwerkfilter";
+$a->strings["Enable widget to display Network posts only from selected network"] = "Sta de widget toe om netwerkberichten te tonen van bepaalde netwerken";
+$a->strings["Save search terms for re-use"] = "Sla zoekopdrachten op voor hergebruik";
+$a->strings["Network Tabs"] = "Netwerktabs";
+$a->strings["Network Personal Tab"] = "Persoonlijke netwerktab";
+$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Sta het toe dat de tab netwerkberichten toont waarmee je interactie had";
+$a->strings["Network New Tab"] = "Nieuwe netwerktab";
+$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Laat de tab alleen nieuwe netwerkberichten tonen (van de laatste 12 uur)";
+$a->strings["Network Shared Links Tab"] = "";
+$a->strings["Enable tab to display only Network posts with links in them"] = "";
+$a->strings["Post/Comment Tools"] = "Bericht-/reactiehulpmiddelen";
+$a->strings["Multiple Deletion"] = "Meervoudige verwijdering";
+$a->strings["Select and delete multiple posts/comments at once"] = "Selecteer en verwijder meerdere berichten/reacties in een keer";
+$a->strings["Edit Sent Posts"] = "Bewerk verzonden berichten";
+$a->strings["Edit and correct posts and comments after sending"] = "Bewerk en corrigeer berichten en reacties na verzending";
+$a->strings["Tagging"] = "Labelen";
+$a->strings["Ability to tag existing posts"] = "Mogelijkheid om bestaande berichten te labelen";
+$a->strings["Post Categories"] = "Categorieën berichten";
+$a->strings["Add categories to your posts"] = "Voeg categorieën toe aan je berichten";
+$a->strings["Ability to file posts under folders"] = "Mogelijkheid om berichten in mappen te bewaren";
+$a->strings["Dislike Posts"] = "Vind berichten niet leuk";
+$a->strings["Ability to dislike posts/comments"] = "Mogelijkheid om berichten of reacties niet leuk te vinden";
+$a->strings["Star Posts"] = "Geef berichten een ster";
+$a->strings["Ability to mark special posts with a star indicator"] = "";
+$a->strings["Sharing notification from Diaspora network"] = "";
+$a->strings["Attachments:"] = "Bijlagen:";
+$a->strings["Visible to everybody"] = "Zichtbaar voor iedereen";
+$a->strings["A new person is sharing with you at "] = "";
+$a->strings["You have a new follower at "] = "Je hebt een nieuwe volger op ";
+$a->strings["Do you really want to delete this item?"] = "Wil je echt dit item verwijderen?";
+$a->strings["Archives"] = "Archieven";
+$a->strings["Embedded content"] = "Ingebedde inhoud";
+$a->strings["Embedding disabled"] = "Inbedden uitgeschakeld";
+$a->strings["Welcome "] = "Welkom";
+$a->strings["Please upload a profile photo."] = "Upload een profielfoto.";
+$a->strings["Welcome back "] = "Welkom terug ";
+$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "";
+$a->strings["Male"] = "Man";
+$a->strings["Female"] = "Vrouw";
+$a->strings["Currently Male"] = "Momenteel mannelijk";
+$a->strings["Currently Female"] = "Momenteel vrouwelijk";
+$a->strings["Mostly Male"] = "Meestal mannelijk";
+$a->strings["Mostly Female"] = "Meestal vrouwelijk";
+$a->strings["Transgender"] = "Transgender";
+$a->strings["Intersex"] = "Interseksueel";
+$a->strings["Transsexual"] = "Transseksueel";
+$a->strings["Hermaphrodite"] = "Hermafrodiet";
+$a->strings["Neuter"] = "Genderneutraal";
+$a->strings["Non-specific"] = "Niet-specifiek";
+$a->strings["Other"] = "Anders";
+$a->strings["Undecided"] = "Onbeslist";
+$a->strings["Males"] = "Manen";
+$a->strings["Females"] = "Vrouwen";
+$a->strings["Gay"] = "Homo";
+$a->strings["Lesbian"] = "Lesbie";
+$a->strings["No Preference"] = "Geen voorkeur";
+$a->strings["Bisexual"] = "Biseksueel";
+$a->strings["Autosexual"] = "Autoseksueel";
+$a->strings["Abstinent"] = "Onthouder";
+$a->strings["Virgin"] = "Maagd";
+$a->strings["Deviant"] = "Afwijkend";
+$a->strings["Fetish"] = "";
+$a->strings["Oodles"] = "";
+$a->strings["Nonsexual"] = "Niet seksueel";
+$a->strings["Single"] = "Alleenstaand";
+$a->strings["Lonely"] = "Eenzaam";
+$a->strings["Available"] = "Beschikbaar";
+$a->strings["Unavailable"] = "Onbeschikbaar";
+$a->strings["Has crush"] = "Verliefd";
+$a->strings["Infatuated"] = "";
+$a->strings["Dating"] = "Aan het daten";
+$a->strings["Unfaithful"] = "Ontrouw";
+$a->strings["Sex Addict"] = "Seksverslaafd";
+$a->strings["Friends/Benefits"] = "Vriendschap plus";
+$a->strings["Casual"] = "";
+$a->strings["Engaged"] = "Verloofd";
+$a->strings["Married"] = "Getrouwd";
+$a->strings["Imaginarily married"] = "";
+$a->strings["Partners"] = "Partners";
+$a->strings["Cohabiting"] = "Samenwonend";
+$a->strings["Common law"] = "";
+$a->strings["Happy"] = "Blij";
+$a->strings["Not looking"] = "";
+$a->strings["Swinger"] = "Swinger";
+$a->strings["Betrayed"] = "Bedrogen";
+$a->strings["Separated"] = "";
+$a->strings["Unstable"] = "Onstabiel";
+$a->strings["Divorced"] = "Gescheiden";
+$a->strings["Imaginarily divorced"] = "";
+$a->strings["Widowed"] = "";
+$a->strings["Uncertain"] = "Onzeker";
+$a->strings["It's complicated"] = "Het is gecompliceerd";
+$a->strings["Don't care"] = "Kan me niet schelen";
+$a->strings["Ask me"] = "Vraag me";
+$a->strings["stopped following"] = "";
+$a->strings["Drop Contact"] = "";
+$a->strings["Cannot locate DNS info for database server '%s'"] = "";
index d561c36b85a8de650c37ab1dd2ba24b5b6fa0a1d..42f8d77f91ecb20b7ed01c6349632131fa93c1d0 100644 (file)
@@ -3,20 +3,21 @@
 # This file is distributed under the same license as the Friendica package.
 # 
 # Translators:
-# Alex <info@pixelbits.de>, 2013.
-#  <info@pixelbits.de>, 2013.
-#   <info@pixelbits.de>, 2012.
-#   <mobilpress@gmail.com>, 2011.
-# Pavel Morozov <mobilpress@gmail.com>, 2011.
-#   <pztrn@pztrn.ru>, 2012.
-# Михаил <muhas@muhas.ru>, 2013.
+# alexej <info@pixelbits.de>, 2013
+# vislav <bizadmin@list.ru>, 2014
+# alexej <info@pixelbits.de>, 2013
+# alexej <info@pixelbits.de>, 2012
+# Pavel Morozov <mobilpress@gmail.com>, 2011
+# Pavel Morozov <mobilpress@gmail.com>, 2011
+# pztrn <pztrn@pztrn.ru>, 2012
+# muhas <muhas@muhas.ru>, 2013
 msgid ""
 msgstr ""
 "Project-Id-Version: friendica\n"
-"Report-Msgid-Bugs-To: http://bugs.friendica.com/\n"
-"POT-Creation-Date: 2013-03-19 03:30-0700\n"
-"PO-Revision-Date: 2013-03-22 11:40+0000\n"
-"Last-Translator: alexej <info@pixelbits.de>\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-12-31 18:07+0100\n"
+"PO-Revision-Date: 2014-03-12 05:32+0000\n"
+"Last-Translator: vislav <bizadmin@list.ru>\n"
 "Language-Team: Russian (http://www.transifex.com/projects/p/friendica/language/ru/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -24,2851 +25,2883 @@ msgstr ""
 "Language: ru\n"
 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 
-#: ../../include/profile_advanced.php:7 ../../include/profile_advanced.php:84
-#: ../../include/nav.php:77 ../../mod/profperm.php:103
-#: ../../mod/newmember.php:32 ../../view/theme/diabook/theme.php:88
-#: ../../boot.php:1868
-msgid "Profile"
-msgstr "Профиль"
+#: ../../object/Item.php:92
+msgid "This entry was edited"
+msgstr "Эта запись была отредактирована"
 
-#: ../../include/profile_advanced.php:15 ../../mod/settings.php:1050
-msgid "Full Name:"
-msgstr "Полное имя:"
+#: ../../object/Item.php:113 ../../mod/content.php:619
+#: ../../mod/photos.php:1351
+msgid "Private Message"
+msgstr "Личное сообщение"
 
-#: ../../include/profile_advanced.php:17 ../../mod/directory.php:136
-#: ../../boot.php:1408
-msgid "Gender:"
-msgstr "Ð\9fол:"
+#: ../../object/Item.php:117 ../../mod/editpost.php:109
+#: ../../mod/content.php:727 ../../mod/settings.php:663
+msgid "Edit"
+msgstr "РедакÑ\82иÑ\80оваÑ\82Ñ\8c"
 
-#: ../../include/profile_advanced.php:22
-msgid "j F, Y"
-msgstr "j F, Y"
+#: ../../object/Item.php:126 ../../mod/content.php:437
+#: ../../mod/content.php:739 ../../include/conversation.php:611
+msgid "Select"
+msgstr "Выберите"
 
-#: ../../include/profile_advanced.php:23
-msgid "j F"
-msgstr "j F"
+#: ../../object/Item.php:127 ../../mod/admin.php:907 ../../mod/content.php:438
+#: ../../mod/content.php:740 ../../mod/contacts.php:695
+#: ../../mod/settings.php:664 ../../mod/group.php:171
+#: ../../mod/photos.php:1637 ../../include/conversation.php:612
+msgid "Delete"
+msgstr "Удалить"
 
-#: ../../include/profile_advanced.php:30
-msgid "Birthday:"
-msgstr "День рождения:"
+#: ../../object/Item.php:130 ../../mod/content.php:762
+msgid "save to folder"
+msgstr "сохранить в папке"
 
-#: ../../include/profile_advanced.php:34
-msgid "Age:"
-msgstr "Ð\92озÑ\80аÑ\81Ñ\82:"
+#: ../../object/Item.php:192 ../../mod/content.php:752
+msgid "add star"
+msgstr "помеÑ\82иÑ\82Ñ\8c"
 
-#: ../../include/profile_advanced.php:37 ../../mod/directory.php:138
-#: ../../boot.php:1411
-msgid "Status:"
-msgstr "Статус:"
+#: ../../object/Item.php:193 ../../mod/content.php:753
+msgid "remove star"
+msgstr "убрать метку"
 
-#: ../../include/profile_advanced.php:43
-#, php-format
-msgid "for %1$d %2$s"
-msgstr ""
+#: ../../object/Item.php:194 ../../mod/content.php:754
+msgid "toggle star status"
+msgstr "переключить статус"
 
-#: ../../include/profile_advanced.php:46 ../../mod/profiles.php:646
-msgid "Sexual Preference:"
-msgstr "СекÑ\81Ñ\83алÑ\8cнÑ\8bе Ð¿Ñ\80едпоÑ\87Ñ\82ениÑ\8f:"
+#: ../../object/Item.php:197 ../../mod/content.php:757
+msgid "starred"
+msgstr "помеÑ\87ено"
 
-#: ../../include/profile_advanced.php:48 ../../mod/directory.php:140
-#: ../../boot.php:1413
-msgid "Homepage:"
-msgstr "Домашняя страничка:"
+#: ../../object/Item.php:202 ../../mod/content.php:758
+msgid "add tag"
+msgstr "добавить ключевое слово (таг)"
 
-#: ../../include/profile_advanced.php:50 ../../mod/profiles.php:648
-msgid "Hometown:"
-msgstr ""
+#: ../../object/Item.php:213 ../../mod/content.php:683
+#: ../../mod/photos.php:1529
+msgid "I like this (toggle)"
+msgstr "Нравится"
 
-#: ../../include/profile_advanced.php:52
-msgid "Tags:"
-msgstr "Ð\9aлÑ\8eÑ\87евÑ\8bе Ñ\81лова: "
+#: ../../object/Item.php:213 ../../mod/content.php:683
+msgid "like"
+msgstr "нÑ\80авиÑ\82Ñ\81Ñ\8f"
 
-#: ../../include/profile_advanced.php:54 ../../mod/profiles.php:649
-msgid "Political Views:"
-msgstr "Политические взгляды:"
+#: ../../object/Item.php:214 ../../mod/content.php:684
+#: ../../mod/photos.php:1530
+msgid "I don't like this (toggle)"
+msgstr "Не нравится"
 
-#: ../../include/profile_advanced.php:56
-msgid "Religion:"
-msgstr "РелигиÑ\8f:"
+#: ../../object/Item.php:214 ../../mod/content.php:684
+msgid "dislike"
+msgstr "не Ð½Ñ\80авиÑ\82Ñ\81а"
 
-#: ../../include/profile_advanced.php:58 ../../mod/directory.php:142
-msgid "About:"
-msgstr "Ð\9e Ñ\81ебе:"
+#: ../../object/Item.php:216 ../../mod/content.php:686
+msgid "Share this"
+msgstr "Ð\9fоделиÑ\82еÑ\81Ñ\8c Ñ\8dÑ\82им"
 
-#: ../../include/profile_advanced.php:60
-msgid "Hobbies/Interests:"
-msgstr "Хобби / Ð\98нÑ\82еÑ\80еÑ\81Ñ\8b:"
+#: ../../object/Item.php:216 ../../mod/content.php:686
+msgid "share"
+msgstr "делиÑ\82Ñ\8cÑ\81Ñ\8f"
 
-#: ../../include/profile_advanced.php:62 ../../mod/profiles.php:653
-msgid "Likes:"
-msgstr ""
+#: ../../object/Item.php:278 ../../include/conversation.php:663
+msgid "Categories:"
+msgstr "Категории:"
 
-#: ../../include/profile_advanced.php:64 ../../mod/profiles.php:654
-msgid "Dislikes:"
-msgstr ""
+#: ../../object/Item.php:279 ../../include/conversation.php:664
+msgid "Filed under:"
+msgstr "В рубрике:"
 
-#: ../../include/profile_advanced.php:67
-msgid "Contact information and Social Networks:"
-msgstr "Информация о контакте и социальных сетях:"
+#: ../../object/Item.php:287 ../../object/Item.php:288
+#: ../../mod/content.php:471 ../../mod/content.php:851
+#: ../../mod/content.php:852 ../../include/conversation.php:651
+#, php-format
+msgid "View %s's profile @ %s"
+msgstr "Просмотреть профиль %s [@ %s]"
 
-#: ../../include/profile_advanced.php:69
-msgid "Musical interests:"
-msgstr "Ð\9cÑ\83зÑ\8bкалÑ\8cнÑ\8bе Ð¸Ð½Ñ\82еÑ\80еÑ\81Ñ\8b:"
+#: ../../object/Item.php:289 ../../mod/content.php:853
+msgid "to"
+msgstr "к"
 
-#: ../../include/profile_advanced.php:71
-msgid "Books, literature:"
-msgstr "Книги, литература:"
+#: ../../object/Item.php:290
+msgid "via"
+msgstr "через"
 
-#: ../../include/profile_advanced.php:73
-msgid "Television:"
-msgstr "Телевидение:"
+#: ../../object/Item.php:291 ../../mod/content.php:854
+msgid "Wall-to-Wall"
+msgstr "СÑ\82ена-на-СÑ\82енÑ\83"
 
-#: ../../include/profile_advanced.php:75
-msgid "Film/dance/culture/entertainment:"
-msgstr "Кино / Танцы / Культура / Развлечения:"
+#: ../../object/Item.php:292 ../../mod/content.php:855
+msgid "via Wall-To-Wall:"
+msgstr "через Стена-на-Стену:"
 
-#: ../../include/profile_advanced.php:77
-msgid "Love/Romance:"
-msgstr "Любовь / Романтика:"
+#: ../../object/Item.php:301 ../../mod/content.php:481
+#: ../../mod/content.php:863 ../../include/conversation.php:671
+#, php-format
+msgid "%s from %s"
+msgstr "%s с %s"
 
-#: ../../include/profile_advanced.php:79
-msgid "Work/employment:"
-msgstr "Работа / Занятость:"
+#: ../../object/Item.php:319 ../../object/Item.php:635 ../../boot.php:685
+#: ../../mod/content.php:708 ../../mod/photos.php:1551
+#: ../../mod/photos.php:1595 ../../mod/photos.php:1678
+msgid "Comment"
+msgstr "Комментарий"
 
-#: ../../include/profile_advanced.php:81
-msgid "School/education:"
-msgstr "Школа / Образование:"
+#: ../../object/Item.php:322 ../../mod/wallmessage.php:156
+#: ../../mod/editpost.php:124 ../../mod/content.php:498
+#: ../../mod/content.php:882 ../../mod/message.php:334
+#: ../../mod/message.php:565 ../../mod/photos.php:1532
+#: ../../include/conversation.php:688 ../../include/conversation.php:1099
+msgid "Please wait"
+msgstr "Пожалуйста, подождите"
 
-#: ../../include/profile_selectors.php:6
-msgid "Male"
-msgstr "Мужчина"
+#: ../../object/Item.php:345 ../../mod/content.php:602
+#, php-format
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] "%d комментарий"
+msgstr[1] "%d комментариев"
+msgstr[2] "%d комментариев"
 
-#: ../../include/profile_selectors.php:6
-msgid "Female"
-msgstr "Женщина"
+#: ../../object/Item.php:347 ../../object/Item.php:360
+#: ../../mod/content.php:604 ../../include/text.php:1928
+msgid "comment"
+msgid_plural "comments"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] "комментарий"
 
-#: ../../include/profile_selectors.php:6
-msgid "Currently Male"
-msgstr "В данный момент мужчина"
+#: ../../object/Item.php:348 ../../boot.php:686 ../../mod/content.php:605
+#: ../../include/contact_widgets.php:204
+msgid "show more"
+msgstr "показать больше"
 
-#: ../../include/profile_selectors.php:6
-msgid "Currently Female"
-msgstr "В настоящее время женщина"
+#: ../../object/Item.php:633 ../../mod/content.php:706
+#: ../../mod/photos.php:1549 ../../mod/photos.php:1593
+#: ../../mod/photos.php:1676
+msgid "This is you"
+msgstr "Это вы"
 
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Male"
-msgstr "В основном мужчина"
+#: ../../object/Item.php:636 ../../view/theme/perihel/config.php:95
+#: ../../view/theme/diabook/theme.php:633
+#: ../../view/theme/diabook/config.php:148
+#: ../../view/theme/quattro/config.php:64 ../../view/theme/dispy/config.php:70
+#: ../../view/theme/clean/config.php:71
+#: ../../view/theme/cleanzero/config.php:80 ../../mod/mood.php:137
+#: ../../mod/install.php:248 ../../mod/install.php:286
+#: ../../mod/crepair.php:171 ../../mod/content.php:709
+#: ../../mod/contacts.php:458 ../../mod/profiles.php:630
+#: ../../mod/message.php:335 ../../mod/message.php:564
+#: ../../mod/localtime.php:45 ../../mod/photos.php:1078
+#: ../../mod/photos.php:1199 ../../mod/photos.php:1501
+#: ../../mod/photos.php:1552 ../../mod/photos.php:1596
+#: ../../mod/photos.php:1679 ../../mod/poke.php:199 ../../mod/events.php:478
+#: ../../mod/fsuggest.php:107 ../../mod/invite.php:140
+#: ../../mod/manage.php:110
+msgid "Submit"
+msgstr "Подтвердить"
 
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Female"
-msgstr "Ð\92 Ð¾Ñ\81новном Ð¶ÐµÐ½Ñ\89ина"
+#: ../../object/Item.php:637 ../../mod/content.php:710
+msgid "Bold"
+msgstr "Ð\96иÑ\80нÑ\8bй"
 
-#: ../../include/profile_selectors.php:6
-msgid "Transgender"
-msgstr "Транссексуал"
+#: ../../object/Item.php:638 ../../mod/content.php:711
+msgid "Italic"
+msgstr "Kурсивный"
 
-#: ../../include/profile_selectors.php:6
-msgid "Intersex"
-msgstr "Ð\98нÑ\82еÑ\80Ñ\81екÑ\81Ñ\83ал"
+#: ../../object/Item.php:639 ../../mod/content.php:712
+msgid "Underline"
+msgstr "Ð\9fодÑ\87еÑ\80кнÑ\83Ñ\82Ñ\8bй"
 
-#: ../../include/profile_selectors.php:6
-msgid "Transsexual"
-msgstr "ТÑ\80анÑ\81Ñ\81екÑ\81Ñ\83ал"
+#: ../../object/Item.php:640 ../../mod/content.php:713
+msgid "Quote"
+msgstr "ЦиÑ\82аÑ\82а"
 
-#: ../../include/profile_selectors.php:6
-msgid "Hermaphrodite"
-msgstr "Ð\93еÑ\80маÑ\84Ñ\80одиÑ\82"
+#: ../../object/Item.php:641 ../../mod/content.php:714
+msgid "Code"
+msgstr "Ð\9aод"
 
-#: ../../include/profile_selectors.php:6
-msgid "Neuter"
-msgstr "СÑ\80едний Ñ\80од"
+#: ../../object/Item.php:642 ../../mod/content.php:715
+msgid "Image"
+msgstr "Ð\98зобÑ\80ажение / Ð¤Ð¾Ñ\82о"
 
-#: ../../include/profile_selectors.php:6
-msgid "Non-specific"
-msgstr "Ð\9dе Ð¾Ð¿Ñ\80еделен"
+#: ../../object/Item.php:643 ../../mod/content.php:716
+msgid "Link"
+msgstr "СÑ\81Ñ\8bлка"
 
-#: ../../include/profile_selectors.php:6
-msgid "Other"
-msgstr "Ð\94Ñ\80Ñ\83гой"
+#: ../../object/Item.php:644 ../../mod/content.php:717
+msgid "Video"
+msgstr "Ð\92идео"
 
-#: ../../include/profile_selectors.php:6
-msgid "Undecided"
-msgstr "Не решено"
+#: ../../object/Item.php:645 ../../mod/editpost.php:145
+#: ../../mod/content.php:718 ../../mod/photos.php:1553
+#: ../../mod/photos.php:1597 ../../mod/photos.php:1680
+#: ../../include/conversation.php:1116
+msgid "Preview"
+msgstr "предварительный просмотр"
 
-#: ../../include/profile_selectors.php:23
-msgid "Males"
-msgstr "Ð\9cÑ\83жÑ\87инÑ\8b"
+#: ../../index.php:199 ../../mod/apps.php:7
+msgid "You must be logged in to use addons. "
+msgstr "Ð\92Ñ\8b Ð´Ð¾Ð»Ð¶Ð½Ñ\8b Ð²Ð¾Ð¹Ñ\82и Ð² Ñ\81иÑ\81Ñ\82емÑ\83, Ñ\87Ñ\82обÑ\8b Ð¸Ñ\81полÑ\8cзоваÑ\82Ñ\8c Ð°Ð´Ð´Ð¾Ð½Ñ\8b."
 
-#: ../../include/profile_selectors.php:23
-msgid "Females"
-msgstr "Ð\96енÑ\89инÑ\8b"
+#: ../../index.php:243 ../../mod/help.php:90
+msgid "Not Found"
+msgstr "Ð\9dе Ð½Ð°Ð¹Ð´ÐµÐ½Ð¾"
 
-#: ../../include/profile_selectors.php:23
-msgid "Gay"
-msgstr "Ð\93ей"
+#: ../../index.php:246 ../../mod/help.php:93
+msgid "Page not found."
+msgstr "СÑ\82Ñ\80аниÑ\86а Ð½Ðµ Ð½Ð°Ð¹Ð´ÐµÐ½Ð°."
 
-#: ../../include/profile_selectors.php:23
-msgid "Lesbian"
-msgstr "Ð\9bеÑ\81биÑ\8fнка"
+#: ../../index.php:355 ../../mod/group.php:72 ../../mod/profperm.php:19
+msgid "Permission denied"
+msgstr "Ð\94оÑ\81Ñ\82Ñ\83п Ð·Ð°Ð¿Ñ\80еÑ\89ен"
 
-#: ../../include/profile_selectors.php:23
-msgid "No Preference"
-msgstr "Без предпочтений"
+#: ../../index.php:356 ../../mod/mood.php:114 ../../mod/display.php:242
+#: ../../mod/register.php:40 ../../mod/dfrn_confirm.php:53
+#: ../../mod/api.php:26 ../../mod/api.php:31 ../../mod/wallmessage.php:9
+#: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79
+#: ../../mod/wallmessage.php:103 ../../mod/suggest.php:56
+#: ../../mod/network.php:6 ../../mod/install.php:151 ../../mod/editpost.php:10
+#: ../../mod/attach.php:33 ../../mod/regmod.php:118 ../../mod/crepair.php:117
+#: ../../mod/uimport.php:23 ../../mod/notes.php:20 ../../mod/contacts.php:240
+#: ../../mod/settings.php:96 ../../mod/settings.php:583
+#: ../../mod/settings.php:588 ../../mod/profiles.php:146
+#: ../../mod/profiles.php:571 ../../mod/group.php:19 ../../mod/follow.php:9
+#: ../../mod/message.php:38 ../../mod/message.php:174
+#: ../../mod/viewcontacts.php:22 ../../mod/photos.php:133
+#: ../../mod/photos.php:1044 ../../mod/wall_attach.php:55
+#: ../../mod/poke.php:135 ../../mod/wall_upload.php:66
+#: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:169
+#: ../../mod/profile_photo.php:180 ../../mod/profile_photo.php:193
+#: ../../mod/events.php:140 ../../mod/delegate.php:6 ../../mod/nogroup.php:25
+#: ../../mod/fsuggest.php:78 ../../mod/item.php:143 ../../mod/item.php:159
+#: ../../mod/notifications.php:66 ../../mod/invite.php:15
+#: ../../mod/invite.php:101 ../../mod/manage.php:96 ../../mod/allfriends.php:9
+#: ../../include/items.php:4215
+msgid "Permission denied."
+msgstr "Нет разрешения."
 
-#: ../../include/profile_selectors.php:23
-msgid "Bisexual"
-msgstr "Ð\91иÑ\81екÑ\81Ñ\83ал"
+#: ../../index.php:415
+msgid "toggle mobile"
+msgstr "мобилÑ\8cнаÑ\8f Ð²ÐµÑ\80Ñ\81иÑ\8f"
 
-#: ../../include/profile_selectors.php:23
-msgid "Autosexual"
-msgstr "Автосексуал"
+#: ../../view/theme/perihel/theme.php:33
+#: ../../view/theme/diabook/theme.php:123 ../../mod/notifications.php:93
+#: ../../include/nav.php:104 ../../include/nav.php:143
+msgid "Home"
+msgstr "Главная"
 
-#: ../../include/profile_selectors.php:23
-msgid "Abstinent"
-msgstr "Воздержанный"
+#: ../../view/theme/perihel/theme.php:33
+#: ../../view/theme/diabook/theme.php:123 ../../include/nav.php:76
+#: ../../include/nav.php:143
+msgid "Your posts and conversations"
+msgstr "Ваши сообщения и беседы"
 
-#: ../../include/profile_selectors.php:23
-msgid "Virgin"
-msgstr "Девственница"
+#: ../../view/theme/perihel/theme.php:34
+#: ../../view/theme/diabook/theme.php:124 ../../boot.php:1967
+#: ../../mod/newmember.php:32 ../../mod/profperm.php:103
+#: ../../include/nav.php:77 ../../include/profile_advanced.php:7
+#: ../../include/profile_advanced.php:84
+msgid "Profile"
+msgstr "Профиль"
 
-#: ../../include/profile_selectors.php:23
-msgid "Deviant"
-msgstr "Deviant"
+#: ../../view/theme/perihel/theme.php:34
+#: ../../view/theme/diabook/theme.php:124 ../../include/nav.php:77
+msgid "Your profile page"
+msgstr "Страница Вашего профиля"
 
-#: ../../include/profile_selectors.php:23
-msgid "Fetish"
-msgstr "Фетиш"
+#: ../../view/theme/perihel/theme.php:35
+#: ../../view/theme/diabook/theme.php:126 ../../boot.php:1974
+#: ../../mod/fbrowser.php:25 ../../include/nav.php:78
+msgid "Photos"
+msgstr "Фото"
 
-#: ../../include/profile_selectors.php:23
-msgid "Oodles"
-msgstr "Групповой"
+#: ../../view/theme/perihel/theme.php:35
+#: ../../view/theme/diabook/theme.php:126 ../../include/nav.php:78
+msgid "Your photos"
+msgstr "Ваши фотографии"
 
-#: ../../include/profile_selectors.php:23
-msgid "Nonsexual"
-msgstr "Нет интереса к сексу"
+#: ../../view/theme/perihel/theme.php:36
+#: ../../view/theme/diabook/theme.php:127 ../../boot.php:1991
+#: ../../mod/events.php:370 ../../include/nav.php:79
+msgid "Events"
+msgstr "Мероприятия"
 
-#: ../../include/profile_selectors.php:42
-msgid "Single"
-msgstr "Без пары"
+#: ../../view/theme/perihel/theme.php:36
+#: ../../view/theme/diabook/theme.php:127 ../../include/nav.php:79
+msgid "Your events"
+msgstr "Ваши события"
 
-#: ../../include/profile_selectors.php:42
-msgid "Lonely"
-msgstr "Пока никого нет"
+#: ../../view/theme/perihel/theme.php:37
+#: ../../view/theme/diabook/theme.php:128 ../../include/nav.php:80
+msgid "Personal notes"
+msgstr "Личные заметки"
 
-#: ../../include/profile_selectors.php:42
-msgid "Available"
-msgstr "Доступный"
+#: ../../view/theme/perihel/theme.php:37
+#: ../../view/theme/diabook/theme.php:128 ../../include/nav.php:80
+msgid "Your personal photos"
+msgstr "Ваши личные фотографии"
 
-#: ../../include/profile_selectors.php:42
-msgid "Unavailable"
-msgstr "Не ищу никого"
+#: ../../view/theme/perihel/theme.php:38
+#: ../../view/theme/diabook/theme.php:129 ../../mod/community.php:32
+#: ../../include/nav.php:128
+msgid "Community"
+msgstr "Сообщество"
 
-#: ../../include/profile_selectors.php:42
-msgid "Has crush"
-msgstr ""
+#: ../../view/theme/perihel/config.php:89
+#: ../../view/theme/diabook/theme.php:621
+#: ../../view/theme/diabook/config.php:142 ../../include/acl_selectors.php:327
+msgid "don't show"
+msgstr "не показывать"
 
-#: ../../include/profile_selectors.php:42
-msgid "Infatuated"
-msgstr ""
+#: ../../view/theme/perihel/config.php:89
+#: ../../view/theme/diabook/theme.php:621
+#: ../../view/theme/diabook/config.php:142 ../../include/acl_selectors.php:326
+msgid "show"
+msgstr "показывать"
 
-#: ../../include/profile_selectors.php:42
-msgid "Dating"
-msgstr "Свидания"
+#: ../../view/theme/perihel/config.php:97
+#: ../../view/theme/diabook/config.php:150
+#: ../../view/theme/quattro/config.php:66 ../../view/theme/dispy/config.php:72
+#: ../../view/theme/clean/config.php:73
+#: ../../view/theme/cleanzero/config.php:82
+msgid "Theme settings"
+msgstr "Настройки темы"
 
-#: ../../include/profile_selectors.php:42
-msgid "Unfaithful"
-msgstr "Изменяю супругу"
+#: ../../view/theme/perihel/config.php:98
+#: ../../view/theme/diabook/config.php:151
+#: ../../view/theme/dispy/config.php:73
+#: ../../view/theme/cleanzero/config.php:84
+msgid "Set font-size for posts and comments"
+msgstr "Установить шрифт-размер для постов и комментариев"
 
-#: ../../include/profile_selectors.php:42
-msgid "Sex Addict"
-msgstr "Люблю секс"
+#: ../../view/theme/perihel/config.php:99
+#: ../../view/theme/diabook/config.php:152
+#: ../../view/theme/dispy/config.php:74
+msgid "Set line-height for posts and comments"
+msgstr "Установить высоту строки для постов и комментариев"
 
-#: ../../include/profile_selectors.php:42 ../../include/user.php:279
-#: ../../include/user.php:283
-msgid "Friends"
-msgstr "Ð\94Ñ\80Ñ\83зÑ\8cÑ\8f"
+#: ../../view/theme/perihel/config.php:100
+#: ../../view/theme/diabook/config.php:153
+msgid "Set resolution for middle column"
+msgstr "УÑ\81Ñ\82ановиÑ\82Ñ\8c Ñ\80азÑ\80еÑ\88ение Ð´Ð»Ñ\8f Ñ\81Ñ\80едней ÐºÐ¾Ð»Ð¾Ð½ÐºÐ¸"
 
-#: ../../include/profile_selectors.php:42
-msgid "Friends/Benefits"
-msgstr "Друзья / Предпочтения"
+#: ../../view/theme/diabook/theme.php:125 ../../mod/contacts.php:680
+#: ../../include/nav.php:171
+msgid "Contacts"
+msgstr "Контакты"
 
-#: ../../include/profile_selectors.php:42
-msgid "Casual"
-msgstr "Ð\9eбÑ\8bÑ\87нÑ\8bй"
+#: ../../view/theme/diabook/theme.php:125
+msgid "Your contacts"
+msgstr "Ð\92аÑ\88и ÐºÐ¾Ð½Ñ\82акÑ\82Ñ\8b"
 
-#: ../../include/profile_selectors.php:42
-msgid "Engaged"
-msgstr "Занят"
+#: ../../view/theme/diabook/theme.php:130
+#: ../../view/theme/diabook/theme.php:544
+#: ../../view/theme/diabook/theme.php:624
+#: ../../view/theme/diabook/config.php:158
+msgid "Community Pages"
+msgstr "Страницы сообщества"
 
-#: ../../include/profile_selectors.php:42
-msgid "Married"
-msgstr "Женат / Замужем"
+#: ../../view/theme/diabook/theme.php:391
+#: ../../view/theme/diabook/theme.php:626
+#: ../../view/theme/diabook/config.php:160
+msgid "Community Profiles"
+msgstr "Профили сообщества"
 
-#: ../../include/profile_selectors.php:42
-msgid "Imaginarily married"
-msgstr ""
+#: ../../view/theme/diabook/theme.php:412
+#: ../../view/theme/diabook/theme.php:630
+#: ../../view/theme/diabook/config.php:164
+msgid "Last users"
+msgstr "Последние пользователи"
 
-#: ../../include/profile_selectors.php:42
-msgid "Partners"
-msgstr "Партнеры"
+#: ../../view/theme/diabook/theme.php:441
+#: ../../view/theme/diabook/theme.php:632
+#: ../../view/theme/diabook/config.php:166
+msgid "Last likes"
+msgstr "Последние likes"
 
-#: ../../include/profile_selectors.php:42
-msgid "Cohabiting"
-msgstr "Партнерство"
+#: ../../view/theme/diabook/theme.php:463 ../../include/conversation.php:118
+#: ../../include/conversation.php:246 ../../include/text.php:1922
+msgid "event"
+msgstr "мероприятие"
 
-#: ../../include/profile_selectors.php:42
-msgid "Common law"
-msgstr ""
+#: ../../view/theme/diabook/theme.php:466
+#: ../../view/theme/diabook/theme.php:475 ../../mod/tagger.php:62
+#: ../../mod/like.php:151 ../../mod/like.php:322 ../../mod/subthread.php:87
+#: ../../include/conversation.php:121 ../../include/conversation.php:130
+#: ../../include/conversation.php:249 ../../include/conversation.php:258
+#: ../../include/diaspora.php:1878
+msgid "status"
+msgstr "статус"
 
-#: ../../include/profile_selectors.php:42
-msgid "Happy"
-msgstr "Счастлив/а/"
+#: ../../view/theme/diabook/theme.php:471 ../../mod/tagger.php:62
+#: ../../mod/like.php:151 ../../mod/subthread.php:87
+#: ../../include/conversation.php:126 ../../include/conversation.php:254
+#: ../../include/text.php:1924 ../../include/diaspora.php:1878
+msgid "photo"
+msgstr "фото"
 
-#: ../../include/profile_selectors.php:42
-msgid "Not looking"
-msgstr ""
+#: ../../view/theme/diabook/theme.php:480 ../../mod/like.php:168
+#: ../../include/conversation.php:137 ../../include/diaspora.php:1894
+#, php-format
+msgid "%1$s likes %2$s's %3$s"
+msgstr "%1$s нравится %3$s от %2$s "
 
-#: ../../include/profile_selectors.php:42
-msgid "Swinger"
-msgstr "Свинг"
+#: ../../view/theme/diabook/theme.php:486
+#: ../../view/theme/diabook/theme.php:631
+#: ../../view/theme/diabook/config.php:165
+msgid "Last photos"
+msgstr "Последние фото"
 
-#: ../../include/profile_selectors.php:42
-msgid "Betrayed"
-msgstr "Преданный"
+#: ../../view/theme/diabook/theme.php:499 ../../mod/photos.php:59
+#: ../../mod/photos.php:154 ../../mod/photos.php:1058
+#: ../../mod/photos.php:1183 ../../mod/photos.php:1206
+#: ../../mod/photos.php:1736 ../../mod/photos.php:1748
+msgid "Contact Photos"
+msgstr "Фотографии контакта"
 
-#: ../../include/profile_selectors.php:42
-msgid "Separated"
-msgstr "Разделенный"
+#: ../../view/theme/diabook/theme.php:500 ../../mod/photos.php:154
+#: ../../mod/photos.php:725 ../../mod/photos.php:1183
+#: ../../mod/photos.php:1206 ../../mod/profile_photo.php:74
+#: ../../mod/profile_photo.php:81 ../../mod/profile_photo.php:88
+#: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296
+#: ../../mod/profile_photo.php:305 ../../include/user.php:334
+#: ../../include/user.php:341 ../../include/user.php:348
+msgid "Profile Photos"
+msgstr "Фотографии профиля"
 
-#: ../../include/profile_selectors.php:42
-msgid "Unstable"
-msgstr "Нестабильный"
+#: ../../view/theme/diabook/theme.php:523
+#: ../../view/theme/diabook/theme.php:629
+#: ../../view/theme/diabook/config.php:163
+msgid "Find Friends"
+msgstr "Найти друзей"
 
-#: ../../include/profile_selectors.php:42
-msgid "Divorced"
-msgstr "Разведен(а)"
+#: ../../view/theme/diabook/theme.php:524
+msgid "Local Directory"
+msgstr "Ð\9bокалÑ\8cнÑ\8bй ÐºÐ°Ñ\82алог"
 
-#: ../../include/profile_selectors.php:42
-msgid "Imaginarily divorced"
-msgstr ""
+#: ../../view/theme/diabook/theme.php:525 ../../mod/directory.php:49
+msgid "Global Directory"
+msgstr "Глобальный каталог"
 
-#: ../../include/profile_selectors.php:42
-msgid "Widowed"
-msgstr "Ð\9eвдовевÑ\88ий"
+#: ../../view/theme/diabook/theme.php:526 ../../include/contact_widgets.php:35
+msgid "Similar Interests"
+msgstr "Ð\9fоÑ\85ожие Ð¸Ð½Ñ\82еÑ\80еÑ\81Ñ\8b"
 
-#: ../../include/profile_selectors.php:42
-msgid "Uncertain"
-msgstr "Неопределенный"
+#: ../../view/theme/diabook/theme.php:527 ../../mod/suggest.php:66
+#: ../../include/contact_widgets.php:34
+msgid "Friend Suggestions"
+msgstr "Предложения друзей"
 
-#: ../../include/profile_selectors.php:42
-msgid "It's complicated"
-msgstr "влиÑ\88ком Ñ\81ложно"
+#: ../../view/theme/diabook/theme.php:528 ../../include/contact_widgets.php:37
+msgid "Invite Friends"
+msgstr "Ð\9fÑ\80иглаÑ\81иÑ\82Ñ\8c Ð´Ñ\80Ñ\83зей"
 
-#: ../../include/profile_selectors.php:42
-msgid "Don't care"
-msgstr "Не беспокоить"
+#: ../../view/theme/diabook/theme.php:544
+#: ../../view/theme/diabook/theme.php:648 ../../mod/newmember.php:22
+#: ../../mod/admin.php:1004 ../../mod/admin.php:1212 ../../mod/settings.php:79
+#: ../../mod/uexport.php:48 ../../include/nav.php:167
+msgid "Settings"
+msgstr "Настройки"
 
-#: ../../include/profile_selectors.php:42
-msgid "Ask me"
-msgstr "Спросите меня"
+#: ../../view/theme/diabook/theme.php:579
+#: ../../view/theme/diabook/theme.php:625
+#: ../../view/theme/diabook/config.php:159
+msgid "Earth Layers"
+msgstr "Карта"
 
-#: ../../include/Contact.php:115
-msgid "stopped following"
-msgstr "оÑ\81Ñ\82ановлено Ñ\81ледование"
+#: ../../view/theme/diabook/theme.php:584
+msgid "Set zoomfactor for Earth Layers"
+msgstr "УÑ\81Ñ\82ановиÑ\82Ñ\8c Ð¼Ð°Ñ\81Ñ\88Ñ\82аб ÐºÐ°Ñ\80Ñ\82Ñ\8b"
 
-#: ../../include/Contact.php:225 ../../include/conversation.php:838
-msgid "Poke"
-msgstr ""
+#: ../../view/theme/diabook/theme.php:585
+#: ../../view/theme/diabook/config.php:156
+msgid "Set longitude (X) for Earth Layers"
+msgstr "Установить длину (X) карты"
 
-#: ../../include/Contact.php:226 ../../include/conversation.php:832
-msgid "View Status"
-msgstr "Просмотреть статус"
+#: ../../view/theme/diabook/theme.php:586
+#: ../../view/theme/diabook/config.php:157
+msgid "Set latitude (Y) for Earth Layers"
+msgstr "Установить ширину (Y) карты"
 
-#: ../../include/Contact.php:227 ../../include/conversation.php:833
-msgid "View Profile"
-msgstr ""
+#: ../../view/theme/diabook/theme.php:599
+#: ../../view/theme/diabook/theme.php:627
+#: ../../view/theme/diabook/config.php:161
+msgid "Help or @NewHere ?"
+msgstr "Помощь"
 
-#: ../../include/Contact.php:228 ../../include/conversation.php:834
-msgid "View Photos"
-msgstr ""
+#: ../../view/theme/diabook/theme.php:606
+#: ../../view/theme/diabook/theme.php:628
+#: ../../view/theme/diabook/config.php:162
+msgid "Connect Services"
+msgstr "Подключить службы"
 
-#: ../../include/Contact.php:229 ../../include/Contact.php:251
-#: ../../include/conversation.php:835
-msgid "Network Posts"
-msgstr ""
+#: ../../view/theme/diabook/theme.php:622
+msgid "Show/hide boxes at right-hand column:"
+msgstr "Показать/скрыть блоки в правой колонке:"
 
-#: ../../include/Contact.php:230 ../../include/Contact.php:251
-#: ../../include/conversation.php:836
-msgid "Edit Contact"
-msgstr "Редактировать контакт"
+#: ../../view/theme/diabook/config.php:154
+msgid "Set color scheme"
+msgstr "Установить цветовую схему"
 
-#: ../../include/Contact.php:231 ../../include/Contact.php:251
-#: ../../include/conversation.php:837
-msgid "Send PM"
-msgstr "Отправить ЛС"
+#: ../../view/theme/diabook/config.php:155
+msgid "Set zoomfactor for Earth Layer"
+msgstr "Установить масштаб карты"
 
-#: ../../include/text.php:276
-msgid "prev"
-msgstr "пÑ\80ед."
+#: ../../view/theme/quattro/config.php:67
+msgid "Alignment"
+msgstr "Ð\92Ñ\8bÑ\80авнивание"
 
-#: ../../include/text.php:278
-msgid "first"
-msgstr "первый"
+#: ../../view/theme/quattro/config.php:67
+msgid "Left"
+msgstr ""
 
-#: ../../include/text.php:307
-msgid "last"
-msgstr "поÑ\81ледний"
+#: ../../view/theme/quattro/config.php:67
+msgid "Center"
+msgstr "ЦенÑ\82Ñ\80"
 
-#: ../../include/text.php:310
-msgid "next"
-msgstr "след."
+#: ../../view/theme/quattro/config.php:68 ../../view/theme/clean/config.php:76
+#: ../../view/theme/cleanzero/config.php:86
+msgid "Color scheme"
+msgstr "Цветовая схема"
 
-#: ../../include/text.php:328
-msgid "newer"
-msgstr "новее"
+#: ../../view/theme/quattro/config.php:69
+msgid "Posts font size"
+msgstr "РазмеÑ\80 Ñ\88Ñ\80иÑ\84Ñ\82а Ð¿Ð¾Ñ\81Ñ\82ов"
 
-#: ../../include/text.php:332
-msgid "older"
-msgstr "старее"
-
-#: ../../include/text.php:697
-msgid "No contacts"
-msgstr "Нет контактов"
+#: ../../view/theme/quattro/config.php:70
+msgid "Textareas font size"
+msgstr "Размер шрифта текстовых полей"
 
-#: ../../include/text.php:706
-#, php-format
-msgid "%d Contact"
-msgid_plural "%d Contacts"
-msgstr[0] "%d контакт"
-msgstr[1] "%d контактов"
-msgstr[2] "%d контактов"
+#: ../../view/theme/dispy/config.php:75
+msgid "Set colour scheme"
+msgstr "Установить цветовую схему"
 
-#: ../../include/text.php:718 ../../mod/viewcontacts.php:76
-msgid "View Contacts"
-msgstr "Просмотр контактов"
+#: ../../view/theme/clean/config.php:54 ../../include/user.php:246
+#: ../../include/text.php:1658
+msgid "default"
+msgstr "значение по умолчанию"
 
-#: ../../include/text.php:778 ../../include/text.php:779
-#: ../../include/nav.php:118 ../../mod/search.php:99
-msgid "Search"
-msgstr "Поиск"
+#: ../../view/theme/clean/config.php:74
+msgid "Background Image"
+msgstr "Фоновое изображение"
 
-#: ../../include/text.php:781 ../../mod/notes.php:63 ../../mod/filer.php:31
-msgid "Save"
-msgstr "Сохранить"
+#: ../../view/theme/clean/config.php:74
+msgid ""
+"The URL to a picture (e.g. from your photo album) that should be used as "
+"background image."
+msgstr "URL изображения (например, из вашего фотоальбома), которое должно быть использовано в качестве фонового изображения."
 
-#: ../../include/text.php:819
-msgid "poke"
-msgstr "poke"
+#: ../../view/theme/clean/config.php:75
+msgid "Background Color"
+msgstr "Цвет фона"
 
-#: ../../include/text.php:819 ../../include/conversation.php:211
-msgid "poked"
-msgstr ""
+#: ../../view/theme/clean/config.php:75
+msgid "HEX value for the background color. Don't include the #"
+msgstr "HEX код для фонового изображения. Не используйте #"
 
-#: ../../include/text.php:820
-msgid "ping"
-msgstr ""
+#: ../../view/theme/clean/config.php:77
+msgid "font size"
+msgstr "размер шрифта"
 
-#: ../../include/text.php:820
-msgid "pinged"
-msgstr ""
+#: ../../view/theme/clean/config.php:77
+msgid "base font size for your interface"
+msgstr "основной размер шрифта для вашего интерфейса"
 
-#: ../../include/text.php:821
-msgid "prod"
-msgstr ""
+#: ../../view/theme/cleanzero/config.php:83
+msgid "Set resize level for images in posts and comments (width and height)"
+msgstr "Установить уровень изменения размера изображений в постах и ​​комментариях (ширина и высота)"
 
-#: ../../include/text.php:821
-msgid "prodded"
-msgstr ""
+#: ../../view/theme/cleanzero/config.php:85
+msgid "Set theme width"
+msgstr "Установить ширину темы"
 
-#: ../../include/text.php:822
-msgid "slap"
-msgstr ""
+#: ../../boot.php:684
+msgid "Delete this item?"
+msgstr "Удалить этот элемент?"
 
-#: ../../include/text.php:822
-msgid "slapped"
-msgstr ""
+#: ../../boot.php:687
+msgid "show fewer"
+msgstr "показать меньше"
 
-#: ../../include/text.php:823
-msgid "finger"
-msgstr ""
+#: ../../boot.php:1015
+#, php-format
+msgid "Update %s failed. See error logs."
+msgstr "Обновление %s не удалось. Смотрите журнал ошибок."
 
-#: ../../include/text.php:823
-msgid "fingered"
-msgstr ""
+#: ../../boot.php:1017
+#, php-format
+msgid "Update Error at %s"
+msgstr "Ошибка обновления в %s"
 
-#: ../../include/text.php:824
-msgid "rebuff"
-msgstr ""
+#: ../../boot.php:1127
+msgid "Create a New Account"
+msgstr "Создать новый аккаунт"
 
-#: ../../include/text.php:824
-msgid "rebuffed"
-msgstr ""
+#: ../../boot.php:1128 ../../mod/register.php:278 ../../include/nav.php:108
+msgid "Register"
+msgstr "Регистрация"
 
-#: ../../include/text.php:836
-msgid "happy"
-msgstr ""
+#: ../../boot.php:1152 ../../include/nav.php:73
+msgid "Logout"
+msgstr "Выход"
 
-#: ../../include/text.php:837
-msgid "sad"
-msgstr ""
+#: ../../boot.php:1153 ../../include/nav.php:91
+msgid "Login"
+msgstr "Вход"
 
-#: ../../include/text.php:838
-msgid "mellow"
-msgstr ""
+#: ../../boot.php:1155
+msgid "Nickname or Email address: "
+msgstr "Ник или адрес электронной почты: "
 
-#: ../../include/text.php:839
-msgid "tired"
-msgstr ""
+#: ../../boot.php:1156
+msgid "Password: "
+msgstr "Пароль: "
 
-#: ../../include/text.php:840
-msgid "perky"
-msgstr ""
+#: ../../boot.php:1157
+msgid "Remember me"
+msgstr "Запомнить"
 
-#: ../../include/text.php:841
-msgid "angry"
-msgstr ""
+#: ../../boot.php:1160
+msgid "Or login using OpenID: "
+msgstr "Или зайти с OpenID: "
 
-#: ../../include/text.php:842
-msgid "stupified"
-msgstr ""
+#: ../../boot.php:1166
+msgid "Forgot your password?"
+msgstr "Забыли пароль?"
 
-#: ../../include/text.php:843
-msgid "puzzled"
-msgstr ""
+#: ../../boot.php:1167 ../../mod/lostpass.php:84
+msgid "Password Reset"
+msgstr "Сброс пароля"
 
-#: ../../include/text.php:844
-msgid "interested"
-msgstr ""
+#: ../../boot.php:1169
+msgid "Website Terms of Service"
+msgstr "Правила сайта"
 
-#: ../../include/text.php:845
-msgid "bitter"
-msgstr ""
+#: ../../boot.php:1170
+msgid "terms of service"
+msgstr "правила"
 
-#: ../../include/text.php:846
-msgid "cheerful"
-msgstr ""
+#: ../../boot.php:1172
+msgid "Website Privacy Policy"
+msgstr "Политика конфиденциальности сервера"
 
-#: ../../include/text.php:847
-msgid "alive"
-msgstr ""
+#: ../../boot.php:1173
+msgid "privacy policy"
+msgstr "политика конфиденциальности"
 
-#: ../../include/text.php:848
-msgid "annoyed"
-msgstr ""
+#: ../../boot.php:1302
+msgid "Requested account is not available."
+msgstr "Запрашиваемый профиль недоступен."
 
-#: ../../include/text.php:849
-msgid "anxious"
-msgstr ""
+#: ../../boot.php:1341 ../../mod/profile.php:21
+msgid "Requested profile is not available."
+msgstr "Запрашиваемый профиль недоступен."
 
-#: ../../include/text.php:850
-msgid "cranky"
-msgstr ""
+#: ../../boot.php:1381 ../../boot.php:1485
+msgid "Edit profile"
+msgstr "Редактировать профиль"
 
-#: ../../include/text.php:851
-msgid "disturbed"
-msgstr ""
+#: ../../boot.php:1433 ../../mod/suggest.php:88 ../../mod/match.php:58
+#: ../../include/contact_widgets.php:9
+msgid "Connect"
+msgstr "Подключить"
 
-#: ../../include/text.php:852
-msgid "frustrated"
-msgstr ""
+#: ../../boot.php:1447
+msgid "Message"
+msgstr "Сообщение"
 
-#: ../../include/text.php:853
-msgid "motivated"
-msgstr ""
+#: ../../boot.php:1455 ../../include/nav.php:169
+msgid "Profiles"
+msgstr "Профили"
 
-#: ../../include/text.php:854
-msgid "relaxed"
-msgstr ""
+#: ../../boot.php:1455
+msgid "Manage/edit profiles"
+msgstr "Управление / редактирование профилей"
 
-#: ../../include/text.php:855
-msgid "surprised"
-msgstr ""
+#: ../../boot.php:1461 ../../boot.php:1487 ../../mod/profiles.php:726
+msgid "Change profile photo"
+msgstr "Изменить фото профиля"
 
-#: ../../include/text.php:1015
-msgid "Monday"
-msgstr "Ð\9fонеделÑ\8cник"
+#: ../../boot.php:1462 ../../mod/profiles.php:727
+msgid "Create New Profile"
+msgstr "СоздаÑ\82Ñ\8c Ð½Ð¾Ð²Ñ\8bй Ð¿Ñ\80оÑ\84илÑ\8c"
 
-#: ../../include/text.php:1015
-msgid "Tuesday"
-msgstr "Ð\92Ñ\82оÑ\80ник"
+#: ../../boot.php:1472 ../../mod/profiles.php:738
+msgid "Profile Image"
+msgstr "ФоÑ\82о Ð¿Ñ\80оÑ\84илÑ\8f"
 
-#: ../../include/text.php:1015
-msgid "Wednesday"
-msgstr "СÑ\80еда"
+#: ../../boot.php:1475 ../../mod/profiles.php:740
+msgid "visible to everybody"
+msgstr "видимÑ\8bй Ð²Ñ\81ем"
 
-#: ../../include/text.php:1015
-msgid "Thursday"
-msgstr "ЧеÑ\82веÑ\80г"
+#: ../../boot.php:1476 ../../mod/profiles.php:741
+msgid "Edit visibility"
+msgstr "РедакÑ\82иÑ\80оваÑ\82Ñ\8c Ð²Ð¸Ð´Ð¸Ð¼Ð¾Ñ\81Ñ\82Ñ\8c"
 
-#: ../../include/text.php:1015
-msgid "Friday"
-msgstr "Пятница"
+#: ../../boot.php:1501 ../../mod/directory.php:134 ../../mod/events.php:471
+#: ../../include/event.php:40 ../../include/bb2diaspora.php:415
+msgid "Location:"
+msgstr "Откуда:"
 
-#: ../../include/text.php:1015
-msgid "Saturday"
-msgstr "Суббота"
+#: ../../boot.php:1503 ../../mod/directory.php:136
+#: ../../include/profile_advanced.php:17
+msgid "Gender:"
+msgstr "Пол:"
 
-#: ../../include/text.php:1015
-msgid "Sunday"
-msgstr "Воскресенье"
+#: ../../boot.php:1506 ../../mod/directory.php:138
+#: ../../include/profile_advanced.php:37
+msgid "Status:"
+msgstr "Статус:"
 
-#: ../../include/text.php:1019
-msgid "January"
-msgstr "Январь"
+#: ../../boot.php:1508 ../../mod/directory.php:140
+#: ../../include/profile_advanced.php:48
+msgid "Homepage:"
+msgstr "Домашняя страничка:"
 
-#: ../../include/text.php:1019
-msgid "February"
-msgstr "Февраль"
+#: ../../boot.php:1584 ../../boot.php:1670
+msgid "g A l F d"
+msgstr "g A l F d"
 
-#: ../../include/text.php:1019
-msgid "March"
-msgstr "Март"
+#: ../../boot.php:1585 ../../boot.php:1671
+msgid "F d"
+msgstr "F d"
 
-#: ../../include/text.php:1019
-msgid "April"
-msgstr "Апрель"
+#: ../../boot.php:1630 ../../boot.php:1711
+msgid "[today]"
+msgstr "[сегодня]"
 
-#: ../../include/text.php:1019
-msgid "May"
-msgstr "Ð\9cай"
+#: ../../boot.php:1642
+msgid "Birthday Reminders"
+msgstr "Ð\9dапоминаниÑ\8f Ð¾ Ð´Ð½Ñ\8fÑ\85 Ñ\80ождениÑ\8f"
 
-#: ../../include/text.php:1019
-msgid "June"
-msgstr "Ð\98Ñ\8eнÑ\8c"
+#: ../../boot.php:1643
+msgid "Birthdays this week:"
+msgstr "Ð\94ни Ñ\80ождениÑ\8f Ð½Ð° Ñ\8dÑ\82ой Ð½ÐµÐ´ÐµÐ»Ðµ:"
 
-#: ../../include/text.php:1019
-msgid "July"
-msgstr "Июль"
+#: ../../boot.php:1704
+msgid "[No description]"
+msgstr "[без описания]"
 
-#: ../../include/text.php:1019
-msgid "August"
-msgstr "Ð\90вгÑ\83Ñ\81Ñ\82"
+#: ../../boot.php:1722
+msgid "Event Reminders"
+msgstr "Ð\9dапоминаниÑ\8f Ð¾ Ð¼ÐµÑ\80опÑ\80иÑ\8fÑ\82иÑ\8fÑ\85"
 
-#: ../../include/text.php:1019
-msgid "September"
-msgstr "СенÑ\82Ñ\8fбÑ\80Ñ\8c"
+#: ../../boot.php:1723
+msgid "Events this week:"
+msgstr "Ð\9cеÑ\80опÑ\80иÑ\8fÑ\82иÑ\8f Ð½Ð° Ñ\8dÑ\82ой Ð½ÐµÐ´ÐµÐ»Ðµ:"
 
-#: ../../include/text.php:1019
-msgid "October"
-msgstr "Ð\9eкÑ\82Ñ\8fбÑ\80Ñ\8c"
+#: ../../boot.php:1960 ../../include/nav.php:76
+msgid "Status"
+msgstr "СÑ\82аÑ\82Ñ\83Ñ\81"
 
-#: ../../include/text.php:1019
-msgid "November"
-msgstr "Ð\9dоÑ\8fбÑ\80Ñ\8c"
+#: ../../boot.php:1963
+msgid "Status Messages and Posts"
+msgstr "СообÑ\89ение Ñ\81Ñ\82аÑ\82Ñ\83Ñ\81а Ð¸ Ð¿Ð¾Ñ\81Ñ\82Ñ\8b"
 
-#: ../../include/text.php:1019
-msgid "December"
-msgstr "Декабрь"
+#: ../../boot.php:1970
+msgid "Profile Details"
+msgstr "Детали профиля"
 
-#: ../../include/text.php:1153
-msgid "bytes"
-msgstr "байÑ\82"
+#: ../../boot.php:1977 ../../mod/photos.php:51
+msgid "Photo Albums"
+msgstr "ФоÑ\82оалÑ\8cбомÑ\8b"
 
-#: ../../include/text.php:1180 ../../include/text.php:1192
-msgid "Click to open/close"
-msgstr "Ð\9dажмиÑ\82е, Ñ\87Ñ\82обÑ\8b Ð¾Ñ\82кÑ\80Ñ\8bÑ\82Ñ\8c / Ð·Ð°ÐºÑ\80Ñ\8bÑ\82Ñ\8c"
+#: ../../boot.php:1981 ../../boot.php:1984
+msgid "Videos"
+msgstr "Ð\92идео"
 
-#: ../../include/text.php:1333 ../../mod/events.php:335
-msgid "link to source"
-msgstr "ссылка на источник"
+#: ../../boot.php:1994
+msgid "Events and Calendar"
+msgstr "Календарь и события"
 
-#: ../../include/text.php:1365 ../../include/user.php:237
-msgid "default"
-msgstr "знаÑ\87ение Ð¿Ð¾ Ñ\83молÑ\87аниÑ\8e"
+#: ../../boot.php:1998 ../../mod/notes.php:44
+msgid "Personal Notes"
+msgstr "Ð\9bиÑ\87нÑ\8bе Ð·Ð°Ð¼ÐµÑ\82ки"
 
-#: ../../include/text.php:1377
-msgid "Select an alternate language"
-msgstr "Ð\92Ñ\8bбоÑ\80 Ð°Ð»Ñ\8cÑ\82еÑ\80наÑ\82ивного Ñ\8fзÑ\8bка"
+#: ../../boot.php:2001
+msgid "Only You Can See This"
+msgstr "ТолÑ\8cко Ð²Ñ\8b Ð¼Ð¾Ð¶ÐµÑ\82е Ñ\8dÑ\82о Ð²Ð¸Ð´ÐµÑ\82Ñ\8c"
 
-#: ../../include/text.php:1583 ../../include/conversation.php:118
-#: ../../include/conversation.php:246 ../../view/theme/diabook/theme.php:456
-msgid "event"
-msgstr "мероприятие"
+#: ../../mod/mood.php:62 ../../include/conversation.php:227
+#, php-format
+msgid "%1$s is currently %2$s"
+msgstr ""
 
-#: ../../include/text.php:1585 ../../include/diaspora.php:1874
-#: ../../include/conversation.php:126 ../../include/conversation.php:254
-#: ../../mod/subthread.php:87 ../../mod/tagger.php:62 ../../mod/like.php:151
-#: ../../view/theme/diabook/theme.php:464
-msgid "photo"
-msgstr "фото"
-
-#: ../../include/text.php:1587
-msgid "activity"
-msgstr "активность"
+#: ../../mod/mood.php:133
+msgid "Mood"
+msgstr "Настроение"
 
-#: ../../include/text.php:1589 ../../mod/content.php:628
-#: ../../object/Item.php:364 ../../object/Item.php:377
-msgid "comment"
-msgid_plural "comments"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] "комментарий"
+#: ../../mod/mood.php:134
+msgid "Set your current mood and tell your friends"
+msgstr "Напишите о вашем настроении и расскажите своим друзьям"
 
-#: ../../include/text.php:1590
-msgid "post"
-msgstr "сообщение"
+#: ../../mod/display.php:19 ../../mod/_search.php:89
+#: ../../mod/directory.php:31 ../../mod/search.php:89
+#: ../../mod/dfrn_request.php:761 ../../mod/community.php:18
+#: ../../mod/viewcontacts.php:17 ../../mod/photos.php:914
+#: ../../mod/videos.php:115
+msgid "Public access denied."
+msgstr "Свободный доступ закрыт."
 
-#: ../../include/text.php:1745
-msgid "Item filed"
-msgstr ""
+#: ../../mod/display.php:51 ../../mod/display.php:246 ../../mod/decrypt.php:15
+#: ../../mod/admin.php:163 ../../mod/admin.php:952 ../../mod/admin.php:1152
+#: ../../mod/notice.php:15 ../../mod/viewsrc.php:15
+#: ../../include/items.php:4023
+msgid "Item not found."
+msgstr "Пункт не найден."
 
-#: ../../include/acl_selectors.php:325
-msgid "Visible to everybody"
-msgstr "Ð\92идимо Ð²Ñ\81ем"
+#: ../../mod/display.php:99 ../../mod/profile.php:155
+msgid "Access to this profile has been restricted."
+msgstr "Ð\94оÑ\81Ñ\82Ñ\83п Ðº Ñ\8dÑ\82омÑ\83 Ð¿Ñ\80оÑ\84илÑ\8e Ð¾Ð³Ñ\80аниÑ\87ен."
 
-#: ../../include/acl_selectors.php:326 ../../view/theme/diabook/config.php:146
-#: ../../view/theme/diabook/theme.php:629
-msgid "show"
-msgstr "показывать"
+#: ../../mod/display.php:239
+msgid "Item has been removed."
+msgstr "Пункт был удален."
 
-#: ../../include/acl_selectors.php:327 ../../view/theme/diabook/config.php:146
-#: ../../view/theme/diabook/theme.php:629
-msgid "don't show"
-msgstr "не показывать"
+#: ../../mod/decrypt.php:9 ../../mod/viewsrc.php:7
+msgid "Access denied."
+msgstr "Доступ запрещен."
 
-#: ../../include/auth.php:38
-msgid "Logged out."
-msgstr "Ð\92Ñ\8bÑ\85од Ð¸Ð· Ñ\81иÑ\81Ñ\82емÑ\8b."
+#: ../../mod/friendica.php:58
+msgid "This is Friendica, version"
+msgstr "ЭÑ\82о Friendica, Ð²ÐµÑ\80Ñ\81иÑ\8f"
 
-#: ../../include/auth.php:112 ../../include/auth.php:175
-#: ../../mod/openid.php:93
-msgid "Login failed."
-msgstr "Войти не удалось."
+#: ../../mod/friendica.php:59
+msgid "running at web location"
+msgstr "работает на веб-узле"
 
-#: ../../include/auth.php:128
+#: ../../mod/friendica.php:61
 msgid ""
-"We encountered a problem while logging in with the OpenID you provided. "
-"Please check the correct spelling of the ID."
-msgstr ""
-
-#: ../../include/auth.php:128
-msgid "The error message was:"
-msgstr ""
+"Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn "
+"more about the Friendica project."
+msgstr "Пожалуйста, посетите сайт <a href=\"http://friendica.com\">Friendica.com</a>, чтобы узнать больше о проекте Friendica."
 
-#: ../../include/uimport.php:61
-msgid "Error decoding account file"
-msgstr ""
+#: ../../mod/friendica.php:63
+msgid "Bug reports and issues: please visit"
+msgstr "Отчет об ошибках и проблемах: пожалуйста, посетите"
 
-#: ../../include/uimport.php:67
-msgid "Error! No version data in file! This is not a Friendica account file?"
-msgstr ""
+#: ../../mod/friendica.php:64
+msgid ""
+"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
+"dot com"
+msgstr "Предложения, похвала, пожертвования? Пишите на \"info\" на Friendica - точка com"
 
-#: ../../include/uimport.php:72
-msgid "Error! I can't import this file: DB schema version is not compatible."
-msgstr ""
+#: ../../mod/friendica.php:78
+msgid "Installed plugins/addons/apps:"
+msgstr "Установленные плагины / добавки / приложения:"
 
-#: ../../include/uimport.php:81
-msgid "Error! Cannot check nickname"
-msgstr ""
+#: ../../mod/friendica.php:91
+msgid "No installed plugins/addons/apps"
+msgstr "Нет установленных плагинов / добавок / приложений"
 
-#: ../../include/uimport.php:85
+#: ../../mod/dfrn_poll.php:103 ../../mod/dfrn_poll.php:536
 #, php-format
-msgid "User '%s' already exists on this server!"
-msgstr ""
-
-#: ../../include/uimport.php:104
-msgid "User creation error"
-msgstr ""
-
-#: ../../include/uimport.php:122
-msgid "User profile creation error"
-msgstr ""
+msgid "%1$s welcomes %2$s"
+msgstr "%1$s добро пожаловать %2$s"
 
-#: ../../include/uimport.php:167
+#: ../../mod/register.php:91 ../../mod/admin.php:734 ../../mod/regmod.php:54
 #, php-format
-msgid "%d contact not imported"
-msgid_plural "%d contacts not imported"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: ../../include/uimport.php:245
-msgid "Done. You can now login with your username and password"
-msgstr ""
-
-#: ../../include/bb2diaspora.php:393 ../../include/event.php:11
-#: ../../mod/localtime.php:12
-msgid "l F d, Y \\@ g:i A"
-msgstr "l F d, Y \\@ g:i A"
-
-#: ../../include/bb2diaspora.php:399 ../../include/event.php:20
-msgid "Starts:"
-msgstr "Начало:"
-
-#: ../../include/bb2diaspora.php:407 ../../include/event.php:30
-msgid "Finishes:"
-msgstr "Окончание:"
-
-#: ../../include/bb2diaspora.php:415 ../../include/event.php:40
-#: ../../mod/directory.php:134 ../../mod/events.php:471 ../../boot.php:1406
-msgid "Location:"
-msgstr "Откуда:"
-
-#: ../../include/follow.php:27 ../../mod/dfrn_request.php:502
-msgid "Disallowed profile URL."
-msgstr "Запрещенный URL профиля."
-
-#: ../../include/follow.php:32
-msgid "Connect URL missing."
-msgstr "Connect-URL отсутствует."
+msgid "Registration details for %s"
+msgstr "Подробности регистрации для %s"
 
-#: ../../include/follow.php:59
+#: ../../mod/register.php:99
 msgid ""
-"This site is not configured to allow communications with other networks."
-msgstr "Ð\94аннÑ\8bй Ñ\81айÑ\82 Ð½Ðµ Ð½Ð°Ñ\81Ñ\82Ñ\80оен Ñ\82ак, Ñ\87Ñ\82обÑ\8b Ð´ÐµÑ\80жаÑ\82Ñ\8c Ñ\81вÑ\8fзÑ\8c Ñ\81 Ð´Ñ\80Ñ\83гими Ñ\81еÑ\82Ñ\8fми."
+"Registration successful. Please check your email for further instructions."
+msgstr "РегиÑ\81Ñ\82Ñ\80аÑ\86иÑ\8f Ñ\83Ñ\81пеÑ\88на. Ð\9fожалÑ\83йÑ\81Ñ\82а, Ð¿Ñ\80овеÑ\80Ñ\8cÑ\82е Ñ\81воÑ\8e Ñ\8dлекÑ\82Ñ\80оннÑ\83Ñ\8e Ð¿Ð¾Ñ\87Ñ\82Ñ\83 Ð´Ð»Ñ\8f Ð¿Ð¾Ð»Ñ\83Ñ\87ениÑ\8f Ð´Ð°Ð»Ñ\8cнейÑ\88иÑ\85 Ð¸Ð½Ñ\81Ñ\82Ñ\80Ñ\83кÑ\86ий."
 
-#: ../../include/follow.php:60 ../../include/follow.php:80
-msgid "No compatible communication protocols or feeds were discovered."
-msgstr "Ð\9eбнаÑ\80Ñ\83женÑ\8b Ð½ÐµÑ\81овмеÑ\81Ñ\82имÑ\8bе Ð¿Ñ\80оÑ\82околÑ\8b Ñ\81вÑ\8fзи Ð¸Ð»Ð¸ ÐºÐ°Ð½Ð°Ð»Ñ\8b."
+#: ../../mod/register.php:103
+msgid "Failed to send email message. Here is the message that failed."
+msgstr "Ð\9dевозможно Ð¾Ñ\82пÑ\80авиÑ\82Ñ\8c Ñ\81ообÑ\89ение Ñ\8dлекÑ\82Ñ\80онной Ð¿Ð¾Ñ\87Ñ\82ой. Ð\92оÑ\82 Ñ\81ообÑ\89ение, ÐºÐ¾Ñ\82оÑ\80ое Ð½Ðµ Ñ\83далоÑ\81Ñ\8c."
 
-#: ../../include/follow.php:78
-msgid "The profile address specified does not provide adequate information."
-msgstr "УказаннÑ\8bй Ð°Ð´Ñ\80еÑ\81 Ð¿Ñ\80оÑ\84илÑ\8f Ð½Ðµ Ð´Ð°ÐµÑ\82 Ð°Ð´ÐµÐºÐ²Ð°Ñ\82ной Ð¸Ð½Ñ\84оÑ\80маÑ\86ии."
+#: ../../mod/register.php:108
+msgid "Your registration can not be processed."
+msgstr "Ð\92аÑ\88а Ñ\80егиÑ\81Ñ\82Ñ\80аÑ\86иÑ\8f Ð½Ðµ Ð¼Ð¾Ð¶ÐµÑ\82 Ð±Ñ\8bÑ\82Ñ\8c Ð¾Ð±Ñ\80абоÑ\82ана."
 
-#: ../../include/follow.php:82
-msgid "An author or name was not found."
-msgstr "Автор или имя не найдены."
+#: ../../mod/register.php:148
+#, php-format
+msgid "Registration request at %s"
+msgstr "Запрос на регистрацию на %s"
 
-#: ../../include/follow.php:84
-msgid "No browser URL could be matched to this address."
-msgstr "Ð\9dеÑ\82 URL Ð±Ñ\80аÑ\83зеÑ\80а, ÐºÐ¾Ñ\82оÑ\80Ñ\8bй Ñ\81ооÑ\82веÑ\82Ñ\81Ñ\82вÑ\83еÑ\82 Ñ\8dÑ\82омÑ\83 Ð°Ð´Ñ\80еÑ\81Ñ\83."
+#: ../../mod/register.php:157
+msgid "Your registration is pending approval by the site owner."
+msgstr "Ð\92аÑ\88а Ñ\80егиÑ\81Ñ\82Ñ\80аÑ\86иÑ\8f Ð² Ð¾Ð¶Ð¸Ð´Ð°Ð½Ð¸Ð¸ Ð¾Ð´Ð¾Ð±Ñ\80ениÑ\8f Ð²Ð»Ð°Ð´ÐµÐ»Ñ\8cÑ\86ем Ñ\81айÑ\82а."
 
-#: ../../include/follow.php:86
+#: ../../mod/register.php:195 ../../mod/uimport.php:50
 msgid ""
-"Unable to match @-style Identity Address with a known protocol or email "
-"contact."
-msgstr ""
-
-#: ../../include/follow.php:87
-msgid "Use mailto: in front of address to force email check."
-msgstr ""
+"This site has exceeded the number of allowed daily account registrations. "
+"Please try again tomorrow."
+msgstr "Этот сайт превысил допустимое количество ежедневных регистраций. Пожалуйста, повторите попытку завтра."
 
-#: ../../include/follow.php:93
+#: ../../mod/register.php:223
 msgid ""
-"The profile address specified belongs to a network which has been disabled "
-"on this site."
-msgstr "УказаннÑ\8bй Ð°Ð´Ñ\80еÑ\81 Ð¿Ñ\80оÑ\84илÑ\8f Ð¿Ñ\80инадлежиÑ\82 Ñ\81еÑ\82и, Ð½ÐµÐ´Ð¾Ñ\81Ñ\82Ñ\83пной Ð½Ð° Ñ\8dÑ\82ом Ñ\81айÑ\82а."
+"You may (optionally) fill in this form via OpenID by supplying your OpenID "
+"and clicking 'Register'."
+msgstr "Ð\92Ñ\8b Ð¼Ð¾Ð¶ÐµÑ\82е (по Ð¶ÐµÐ»Ð°Ð½Ð¸Ñ\8e), Ð·Ð°Ð¿Ð¾Ð»Ð½Ð¸Ñ\82Ñ\8c Ñ\8dÑ\82Ñ\83 Ñ\84оÑ\80мÑ\83 Ñ\81 Ð¿Ð¾Ð¼Ð¾Ñ\89Ñ\8cÑ\8e OpenID, Ð¿Ð¾Ð´Ð´ÐµÑ\80живаÑ\8f Ð²Ð°Ñ\88 OpenID Ð¸ Ð½Ð°Ð¶Ð°Ð² ÐºÐ»Ð°Ð²Ð¸Ñ\88Ñ\83 \"РегиÑ\81Ñ\82Ñ\80аÑ\86иÑ\8f\"."
 
-#: ../../include/follow.php:103
+#: ../../mod/register.php:224
 msgid ""
-"Limited profile. This person will be unable to receive direct/personal "
-"notifications from you."
-msgstr "Ð\9eгÑ\80аниÑ\87еннÑ\8bй Ð¿Ñ\80оÑ\84илÑ\8c. Ð­Ñ\82оÑ\82 Ñ\87еловек Ð½Ðµ Ñ\81можеÑ\82 Ð¿Ð¾Ð»Ñ\83Ñ\87иÑ\82Ñ\8c Ð¿Ñ\80Ñ\8fмÑ\8bе / Ð»Ð¸Ñ\87нÑ\8bе Ñ\83ведомлениÑ\8f Ð¾Ñ\82 Ð²Ð°Ñ\81."
+"If you are not familiar with OpenID, please leave that field blank and fill "
+"in the rest of the items."
+msgstr "Ð\95Ñ\81ли Ð²Ñ\8b Ð½Ðµ Ð·Ð½Ð°ÐºÐ¾Ð¼Ñ\8b Ñ\81 OpenID, Ð¿Ð¾Ð¶Ð°Ð»Ñ\83йÑ\81Ñ\82а, Ð¾Ñ\81Ñ\82авÑ\8cÑ\82е Ñ\8dÑ\82о Ð¿Ð¾Ð»Ðµ Ð¿Ñ\83Ñ\81Ñ\82Ñ\8bм Ð¸ Ð·Ð°Ð¿Ð¾Ð»Ð½Ð¸Ñ\82е Ð¾Ñ\81Ñ\82алÑ\8cнÑ\8bе Ñ\8dлеменÑ\82Ñ\8b."
 
-#: ../../include/follow.php:205
-msgid "Unable to retrieve contact information."
-msgstr "Ð\9dевозможно Ð¿Ð¾Ð»Ñ\83Ñ\87иÑ\82Ñ\8c ÐºÐ¾Ð½Ñ\82акÑ\82нÑ\83Ñ\8e Ð¸Ð½Ñ\84оÑ\80маÑ\86иÑ\8e."
+#: ../../mod/register.php:225
+msgid "Your OpenID (optional): "
+msgstr "Ð\92аÑ\88 OpenID (необÑ\8fзаÑ\82елÑ\8cно):"
 
-#: ../../include/follow.php:259
-msgid "following"
-msgstr "следует"
+#: ../../mod/register.php:239
+msgid "Include your profile in member directory?"
+msgstr "Включить ваш профиль в каталог участников?"
 
-#: ../../include/user.php:39
-msgid "An invitation is required."
-msgstr "Требуется приглашение."
+#: ../../mod/register.php:242 ../../mod/api.php:105 ../../mod/suggest.php:29
+#: ../../mod/dfrn_request.php:836 ../../mod/contacts.php:320
+#: ../../mod/settings.php:981 ../../mod/settings.php:987
+#: ../../mod/settings.php:995 ../../mod/settings.php:999
+#: ../../mod/settings.php:1004 ../../mod/settings.php:1010
+#: ../../mod/settings.php:1016 ../../mod/settings.php:1022
+#: ../../mod/settings.php:1052 ../../mod/settings.php:1053
+#: ../../mod/settings.php:1054 ../../mod/settings.php:1055
+#: ../../mod/settings.php:1056 ../../mod/profiles.php:610
+#: ../../mod/message.php:209 ../../include/items.php:4064
+msgid "Yes"
+msgstr "Да"
 
-#: ../../include/user.php:44
-msgid "Invitation could not be verified."
-msgstr "Приглашение не может быть проверено."
+#: ../../mod/register.php:243 ../../mod/api.php:106
+#: ../../mod/dfrn_request.php:837 ../../mod/settings.php:981
+#: ../../mod/settings.php:987 ../../mod/settings.php:995
+#: ../../mod/settings.php:999 ../../mod/settings.php:1004
+#: ../../mod/settings.php:1010 ../../mod/settings.php:1016
+#: ../../mod/settings.php:1022 ../../mod/settings.php:1052
+#: ../../mod/settings.php:1053 ../../mod/settings.php:1054
+#: ../../mod/settings.php:1055 ../../mod/settings.php:1056
+#: ../../mod/profiles.php:611
+msgid "No"
+msgstr "Нет"
 
-#: ../../include/user.php:52
-msgid "Invalid OpenID url"
-msgstr "Ð\9dевеÑ\80нÑ\8bй URL OpenID"
+#: ../../mod/register.php:260
+msgid "Membership on this site is by invitation only."
+msgstr "ЧленÑ\81Ñ\82во Ð½Ð° Ñ\81айÑ\82е Ñ\82олÑ\8cко Ð¿Ð¾ Ð¿Ñ\80иглаÑ\88ениÑ\8e."
 
-#: ../../include/user.php:67
-msgid "Please enter the required information."
-msgstr "Пожалуйста, введите необходимую информацию."
+#: ../../mod/register.php:261
+msgid "Your invitation ID: "
+msgstr "ID вашего приглашения:"
 
-#: ../../include/user.php:81
-msgid "Please use a shorter name."
-msgstr "Ð\9fожалÑ\83йÑ\81Ñ\82а, Ð¸Ñ\81полÑ\8cзÑ\83йÑ\82е Ð±Ð¾Ð»ÐµÐµ ÐºÐ¾Ñ\80оÑ\82кое Ð¸Ð¼Ñ\8f."
+#: ../../mod/register.php:264 ../../mod/admin.php:572
+msgid "Registration"
+msgstr "РегиÑ\81Ñ\82Ñ\80аÑ\86иÑ\8f"
 
-#: ../../include/user.php:83
-msgid "Name too short."
-msgstr "Ð\98мÑ\8f Ñ\81лиÑ\88ком ÐºÐ¾Ñ\80оÑ\82кое."
+#: ../../mod/register.php:272
+msgid "Your Full Name (e.g. Joe Smith): "
+msgstr "Ð\92аÑ\88е Ð¿Ð¾Ð»Ð½Ð¾Ðµ Ð¸Ð¼Ñ\8f (напÑ\80имеÑ\80, Joe Smith): "
 
-#: ../../include/user.php:98
-msgid "That doesn't appear to be your full (First Last) name."
-msgstr "Ð\9aажеÑ\82Ñ\81Ñ\8f, Ñ\87Ñ\82о Ñ\8dÑ\82о Ð²Ð°Ñ\88е Ð½ÐµÐ¿Ð¾Ð»Ð½Ð¾Ðµ (Ð\98мÑ\8f Ð¤Ð°Ð¼Ð¸Ð»Ð¸Ñ\8f) Ð¸Ð¼Ñ\8f."
+#: ../../mod/register.php:273
+msgid "Your Email Address: "
+msgstr "Ð\92аÑ\88 Ð°Ð´Ñ\80еÑ\81 Ñ\8dлекÑ\82Ñ\80онной Ð¿Ð¾Ñ\87Ñ\82Ñ\8b"
 
-#: ../../include/user.php:103
-msgid "Your email domain is not among those allowed on this site."
-msgstr "Домен вашего адреса электронной почты не относится к числу разрешенных на этом сайте."
+#: ../../mod/register.php:274
+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 "Выбор псевдонима профиля. Он должен начинаться с буквы. Адрес вашего профиля на данном сайте будет в этом случае '<strong>nickname@$sitename</strong>'."
 
-#: ../../include/user.php:106
-msgid "Not a valid email address."
-msgstr "Ð\9dевеÑ\80нÑ\8bй Ð°Ð´Ñ\80еÑ\81 Ñ\8dлекÑ\82Ñ\80онной Ð¿Ð¾Ñ\87Ñ\82Ñ\8b."
+#: ../../mod/register.php:275
+msgid "Choose a nickname: "
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð¿Ñ\81евдоним: "
 
-#: ../../include/user.php:116
-msgid "Cannot use that email."
-msgstr "Ð\9dелÑ\8cзÑ\8f Ð¸Ñ\81полÑ\8cзоваÑ\82Ñ\8c Ñ\8dÑ\82оÑ\82 Email."
+#: ../../mod/register.php:284 ../../mod/uimport.php:64
+msgid "Import"
+msgstr "Ð\98мпоÑ\80Ñ\82"
 
-#: ../../include/user.php:122
-msgid ""
-"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and "
-"must also begin with a letter."
-msgstr "Ваш \"ник\" может содержать только \"a-z\", \"0-9\", \"-\", и \"_\", а также должен начинаться с буквы."
+#: ../../mod/register.php:285
+msgid "Import your profile to this friendica instance"
+msgstr "Импорт своего профиля в этот экземпляр friendica"
 
-#: ../../include/user.php:128 ../../include/user.php:226
-msgid "Nickname is already registered. Please choose another."
-msgstr "Такой ник уже зарегистрирован. Пожалуйста, выберите другой."
+#: ../../mod/dfrn_confirm.php:62 ../../mod/profiles.php:18
+#: ../../mod/profiles.php:133 ../../mod/profiles.php:160
+#: ../../mod/profiles.php:583
+msgid "Profile not found."
+msgstr "Профиль не найден."
+
+#: ../../mod/dfrn_confirm.php:118 ../../mod/crepair.php:131
+#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92
+msgid "Contact not found."
+msgstr "Контакт не найден."
 
-#: ../../include/user.php:138
+#: ../../mod/dfrn_confirm.php:119
 msgid ""
-"Nickname was once registered here and may not be re-used. Please choose "
-"another."
-msgstr ""
+"This may occasionally happen if contact was requested by both persons and it"
+" has already been approved."
+msgstr "Это может иногда происходить, если контакт запрашивали двое людей, и он был уже одобрен."
 
-#: ../../include/user.php:154
-msgid "SERIOUS ERROR: Generation of security keys failed."
-msgstr "СÐ\95РЬÐ\95Ð\97Ð\9dÐ\90Я Ð\9eШÐ\98Ð\91Ð\9aÐ\90: Ð³ÐµÐ½ÐµÑ\80аÑ\86иÑ\8f ÐºÐ»Ñ\8eÑ\87ей Ð±ÐµÐ·Ð¾Ð¿Ð°Ñ\81ноÑ\81Ñ\82и Ð½Ðµ Ñ\83далаÑ\81Ñ\8c."
+#: ../../mod/dfrn_confirm.php:237
+msgid "Response from remote site was not understood."
+msgstr "Ð\9eÑ\82веÑ\82 Ð¾Ñ\82 Ñ\83даленного Ñ\81айÑ\82а Ð½Ðµ Ð±Ñ\8bл Ð¿Ð¾Ð½Ñ\8fÑ\82."
 
-#: ../../include/user.php:212
-msgid "An error occurred during registration. Please try again."
-msgstr "Ð\9eÑ\88ибка Ð¿Ñ\80и Ñ\80егиÑ\81Ñ\82Ñ\80аÑ\86ии. Ð\9fожалÑ\83йÑ\81Ñ\82а, Ð¿Ð¾Ð¿Ñ\80обÑ\83йÑ\82е ÐµÑ\89е Ñ\80аз."
+#: ../../mod/dfrn_confirm.php:246
+msgid "Unexpected response from remote site: "
+msgstr "Ð\9dеожиданнÑ\8bй Ð¾Ñ\82веÑ\82 Ð¾Ñ\82 Ñ\83даленного Ñ\81айÑ\82а: "
 
-#: ../../include/user.php:247
-msgid "An error occurred creating your default profile. Please try again."
-msgstr "Ð\9eÑ\88ибка Ñ\81озданиÑ\8f Ð²Ð°Ñ\88его Ð¿Ñ\80оÑ\84илÑ\8f. Ð\9fожалÑ\83йÑ\81Ñ\82а, Ð¿Ð¾Ð¿Ñ\80обÑ\83йÑ\82е ÐµÑ\89е Ñ\80аз."
+#: ../../mod/dfrn_confirm.php:254
+msgid "Confirmation completed successfully."
+msgstr "Ð\9fодÑ\82веÑ\80ждение Ñ\83Ñ\81пеÑ\88но Ð·Ð°Ð²ÐµÑ\80Ñ\88ено."
 
-#: ../../include/user.php:325 ../../include/user.php:332
-#: ../../include/user.php:339 ../../mod/photos.php:154
-#: ../../mod/photos.php:725 ../../mod/photos.php:1183
-#: ../../mod/photos.php:1206 ../../mod/profile_photo.php:74
-#: ../../mod/profile_photo.php:81 ../../mod/profile_photo.php:88
-#: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296
-#: ../../mod/profile_photo.php:305 ../../view/theme/diabook/theme.php:493
-msgid "Profile Photos"
-msgstr "Фотографии профиля"
+#: ../../mod/dfrn_confirm.php:256 ../../mod/dfrn_confirm.php:270
+#: ../../mod/dfrn_confirm.php:277
+msgid "Remote site reported: "
+msgstr "Удаленный сайт сообщил: "
 
-#: ../../include/contact_selectors.php:32
-msgid "Unknown | Not categorised"
-msgstr "Ð\9dеизвеÑ\81Ñ\82но | Ð\9dе Ð¾Ð¿Ñ\80еделено"
+#: ../../mod/dfrn_confirm.php:268
+msgid "Temporary failure. Please wait and try again."
+msgstr "Ð\92Ñ\80еменнÑ\8bе Ð½ÐµÑ\83даÑ\87и. Ð\9fодождиÑ\82е Ð¸ Ð¿Ð¾Ð¿Ñ\80обÑ\83йÑ\82е ÐµÑ\89е Ñ\80аз."
 
-#: ../../include/contact_selectors.php:33
-msgid "Block immediately"
-msgstr "Ð\91локиÑ\80оваÑ\82Ñ\8c Ð½ÐµÐ¼ÐµÐ´Ð»ÐµÐ½Ð½Ð¾"
+#: ../../mod/dfrn_confirm.php:275
+msgid "Introduction failed or was revoked."
+msgstr "Ð\97апÑ\80оÑ\81 Ð¾Ñ\88ибоÑ\87ен Ð¸Ð»Ð¸ Ð±Ñ\8bл Ð¾Ñ\82озван."
 
-#: ../../include/contact_selectors.php:34
-msgid "Shady, spammer, self-marketer"
-msgstr "ТÑ\80оллÑ\8c, Ñ\81паммеÑ\80, Ñ\80аÑ\81Ñ\81Ñ\8bлаеÑ\82 Ñ\80екламÑ\83"
+#: ../../mod/dfrn_confirm.php:420
+msgid "Unable to set contact photo."
+msgstr "Ð\9dе Ñ\83даеÑ\82Ñ\81Ñ\8f Ñ\83Ñ\81Ñ\82ановиÑ\82Ñ\8c Ñ\84оÑ\82о ÐºÐ¾Ð½Ñ\82акÑ\82а."
 
-#: ../../include/contact_selectors.php:35
-msgid "Known to me, but no opinion"
-msgstr "Известные мне, но нет определенного мнения"
+#: ../../mod/dfrn_confirm.php:477 ../../include/conversation.php:172
+#: ../../include/diaspora.php:621
+#, php-format
+msgid "%1$s is now friends with %2$s"
+msgstr "%1$s и %2$s теперь друзья"
 
-#: ../../include/contact_selectors.php:36
-msgid "OK, probably harmless"
-msgstr "Хорошо, наверное, безвредные"
+#: ../../mod/dfrn_confirm.php:562
+#, php-format
+msgid "No user record found for '%s' "
+msgstr "Не найдено записи пользователя для '%s' "
 
-#: ../../include/contact_selectors.php:37
-msgid "Reputable, has my trust"
-msgstr "УважаемÑ\8bе, ÐµÑ\81Ñ\82Ñ\8c Ð¼Ð¾Ðµ Ð´Ð¾Ð²ÐµÑ\80ие"
+#: ../../mod/dfrn_confirm.php:572
+msgid "Our site encryption key is apparently messed up."
+msgstr "Ð\9dаÑ\88 ÐºÐ»Ñ\8eÑ\87 Ñ\88иÑ\84Ñ\80ованиÑ\8f Ñ\81айÑ\82а, Ð¿Ð¾-видимомÑ\83, Ð¿ÐµÑ\80епÑ\83Ñ\82алÑ\81Ñ\8f."
 
-#: ../../include/contact_selectors.php:56
-msgid "Frequently"
-msgstr "ЧаÑ\81Ñ\82о"
+#: ../../mod/dfrn_confirm.php:583
+msgid "Empty site URL was provided or URL could not be decrypted by us."
+msgstr "Ð\91Ñ\8bл Ð¿Ñ\80едоÑ\81Ñ\82авлен Ð¿Ñ\83Ñ\81Ñ\82ой URL Ñ\81айÑ\82а â\80\8bâ\80\8bили URL Ð½Ðµ Ð¼Ð¾Ð¶ÐµÑ\82 Ð±Ñ\8bÑ\82Ñ\8c Ñ\80аÑ\81Ñ\88иÑ\84Ñ\80ован Ð½Ð°Ð¼Ð¸."
 
-#: ../../include/contact_selectors.php:57
-msgid "Hourly"
-msgstr "Раз Ð² Ñ\87аÑ\81"
+#: ../../mod/dfrn_confirm.php:604
+msgid "Contact record was not found for you on our site."
+msgstr "Ð\97апиÑ\81Ñ\8c ÐºÐ¾Ð½Ñ\82акÑ\82а Ð½Ðµ Ð½Ð°Ð¹Ð´ÐµÐ½Ð° Ð´Ð»Ñ\8f Ð²Ð°Ñ\81 Ð½Ð° Ð½Ð°Ñ\88ем Ñ\81айÑ\82е."
 
-#: ../../include/contact_selectors.php:58
-msgid "Twice daily"
-msgstr "Два раза в день"
+#: ../../mod/dfrn_confirm.php:618
+#, php-format
+msgid "Site public key not available in contact record for URL %s."
+msgstr "Публичный ключ недоступен в записи о контакте по ссылке %s"
 
-#: ../../include/contact_selectors.php:59
-msgid "Daily"
-msgstr "Ежедневно"
+#: ../../mod/dfrn_confirm.php:638
+msgid ""
+"The ID provided by your system is a duplicate on our system. It should work "
+"if you try again."
+msgstr "ID, предложенный вашей системой, является дубликатом в нашей системе. Он должен работать, если вы повторите попытку."
 
-#: ../../include/contact_selectors.php:60
-msgid "Weekly"
-msgstr "Ð\95женеделÑ\8cно"
+#: ../../mod/dfrn_confirm.php:649
+msgid "Unable to set your contact credentials on our system."
+msgstr "Ð\9dе Ñ\83далоÑ\81Ñ\8c Ñ\83Ñ\81Ñ\82ановиÑ\82Ñ\8c Ð²Ð°Ñ\88и Ñ\83Ñ\87еÑ\82нÑ\8bе Ð´Ð°Ð½Ð½Ñ\8bе ÐºÐ¾Ð½Ñ\82акÑ\82а Ð² Ð½Ð°Ñ\88ей Ñ\81иÑ\81Ñ\82еме."
 
-#: ../../include/contact_selectors.php:61
-msgid "Monthly"
-msgstr "Ð\95жемеÑ\81Ñ\8fÑ\87но"
+#: ../../mod/dfrn_confirm.php:716
+msgid "Unable to update your contact profile details on our system"
+msgstr "Ð\9dе Ñ\83даеÑ\82Ñ\81Ñ\8f Ð¾Ð±Ð½Ð¾Ð²Ð¸Ñ\82Ñ\8c Ð²Ð°Ñ\88и ÐºÐ¾Ð½Ñ\82акÑ\82нÑ\8bе Ð´ÐµÑ\82али Ð¿Ñ\80оÑ\84илÑ\8f Ð² Ð½Ð°Ñ\88ей Ñ\81иÑ\81Ñ\82еме"
 
-#: ../../include/contact_selectors.php:76 ../../mod/dfrn_request.php:840
-msgid "Friendica"
-msgstr "Friendica"
+#: ../../mod/dfrn_confirm.php:751
+#, php-format
+msgid "Connection accepted at %s"
+msgstr "Подключение принято в %s"
 
-#: ../../include/contact_selectors.php:77
-msgid "OStatus"
-msgstr "OStatus"
+#: ../../mod/dfrn_confirm.php:800
+#, php-format
+msgid "%1$s has joined %2$s"
+msgstr "%1$s присоединился %2$s"
 
-#: ../../include/contact_selectors.php:78
-msgid "RSS/Atom"
-msgstr "RSS/Atom"
+#: ../../mod/api.php:76 ../../mod/api.php:102
+msgid "Authorize application connection"
+msgstr "Разрешить связь с приложением"
 
-#: ../../include/contact_selectors.php:79
-#: ../../include/contact_selectors.php:86 ../../mod/admin.php:754
-#: ../../mod/admin.php:765
-msgid "Email"
-msgstr "Эл. почта"
+#: ../../mod/api.php:77
+msgid "Return to your app and insert this Securty Code:"
+msgstr "Вернитесь в ваше приложение и задайте этот код:"
 
-#: ../../include/contact_selectors.php:80 ../../mod/settings.php:681
-#: ../../mod/dfrn_request.php:842
-msgid "Diaspora"
-msgstr "Diaspora"
+#: ../../mod/api.php:89
+msgid "Please login to continue."
+msgstr "Пожалуйста, войдите для продолжения."
 
-#: ../../include/contact_selectors.php:81 ../../mod/newmember.php:49
-#: ../../mod/newmember.php:51
-msgid "Facebook"
-msgstr "Facebook"
+#: ../../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 "Вы действительно хотите разрешить этому приложению доступ к своим постам и контактам, а также создавать новые записи от вашего имени?"
 
-#: ../../include/contact_selectors.php:82
-msgid "Zot!"
-msgstr "Zot!"
+#: ../../mod/lostpass.php:17
+msgid "No valid account found."
+msgstr "Не найдено действительного аккаунта."
 
-#: ../../include/contact_selectors.php:83
-msgid "LinkedIn"
-msgstr "LinkedIn"
+#: ../../mod/lostpass.php:33
+msgid "Password reset request issued. Check your email."
+msgstr "Запрос на сброс пароля принят. Проверьте вашу электронную почту."
 
-#: ../../include/contact_selectors.php:84
-msgid "XMPP/IM"
-msgstr "XMPP/IM"
+#: ../../mod/lostpass.php:44
+#, php-format
+msgid "Password reset requested at %s"
+msgstr "Запрос на сброс пароля получен %s"
 
-#: ../../include/contact_selectors.php:85
-msgid "MySpace"
-msgstr "MySpace"
+#: ../../mod/lostpass.php:66
+msgid ""
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
+msgstr "Запрос не может быть проверен. (Вы, возможно, ранее представляли его.) Попытка сброса пароля неудачная."
 
-#: ../../include/contact_selectors.php:87
-msgid "Google+"
-msgstr "Google+"
+#: ../../mod/lostpass.php:85
+msgid "Your password has been reset as requested."
+msgstr "Ваш пароль был сброшен по требованию."
 
-#: ../../include/contact_widgets.php:6
-msgid "Add New Contact"
-msgstr "Ð\94обавиÑ\82Ñ\8c ÐºÐ¾Ð½Ñ\82акÑ\82"
+#: ../../mod/lostpass.php:86
+msgid "Your new password is"
+msgstr "Ð\92аÑ\88 Ð½Ð¾Ð²Ñ\8bй Ð¿Ð°Ñ\80олÑ\8c"
 
-#: ../../include/contact_widgets.php:7
-msgid "Enter address or web location"
-msgstr "Ð\92ведиÑ\82е Ð°Ð´Ñ\80еÑ\81 Ð¸Ð»Ð¸ Ð²ÐµÐ±-меÑ\81Ñ\82онаÑ\85ождение"
+#: ../../mod/lostpass.php:87
+msgid "Save or copy your new password - and then"
+msgstr "СоÑ\85Ñ\80аниÑ\82е Ð¸Ð»Ð¸ Ñ\81копиÑ\80Ñ\83йÑ\82е Ð½Ð¾Ð²Ñ\8bй Ð¿Ð°Ñ\80олÑ\8c - Ð¸ Ð·Ð°Ñ\82ем"
 
-#: ../../include/contact_widgets.php:8
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr "Ð\9fÑ\80имеÑ\80: bob@example.com, http://example.com/barbara"
+#: ../../mod/lostpass.php:88
+msgid "click here to login"
+msgstr "нажмиÑ\82е Ð·Ð´ÐµÑ\81Ñ\8c Ð´Ð»Ñ\8f Ð²Ñ\85ода"
 
-#: ../../include/contact_widgets.php:9 ../../mod/suggest.php:88
-#: ../../mod/match.php:58 ../../boot.php:1338
-msgid "Connect"
-msgstr "Подключить"
+#: ../../mod/lostpass.php:89
+msgid ""
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
+msgstr "Ваш пароль может быть изменен на странице <em>Настройки</em> после успешного входа."
 
-#: ../../include/contact_widgets.php:23
+#: ../../mod/lostpass.php:107
 #, php-format
-msgid "%d invitation available"
-msgid_plural "%d invitations available"
-msgstr[0] "%d приглашение доступно"
-msgstr[1] "%d приглашений доступно"
-msgstr[2] "%d приглашений доступно"
-
-#: ../../include/contact_widgets.php:29
-msgid "Find People"
-msgstr "Поиск людей"
+msgid "Your password has been changed at %s"
+msgstr "Ваш пароль был изменен %s"
 
-#: ../../include/contact_widgets.php:30
-msgid "Enter name or interest"
-msgstr "Ð\92ведиÑ\82е Ð¸Ð¼Ñ\8f Ð¸Ð»Ð¸ Ð¸Ð½Ñ\82еÑ\80еÑ\81"
+#: ../../mod/lostpass.php:122
+msgid "Forgot your Password?"
+msgstr "Ð\97абÑ\8bли Ð¿Ð°Ñ\80олÑ\8c?"
 
-#: ../../include/contact_widgets.php:31
-msgid "Connect/Follow"
-msgstr "Подключиться/Следовать"
+#: ../../mod/lostpass.php:123
+msgid ""
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
+msgstr "Введите адрес электронной почты и подтвердите, что вы хотите сбросить ваш пароль. Затем проверьте свою электронную почту для получения дальнейших инструкций."
 
-#: ../../include/contact_widgets.php:32
-msgid "Examples: Robert Morgenstein, Fishing"
-msgstr "Ð\9fÑ\80имеÑ\80Ñ\8b: Ð Ð¾Ð±ÐµÑ\80Ñ\82 Morgenstein, Ð Ñ\8bбалка"
+#: ../../mod/lostpass.php:124
+msgid "Nickname or Email: "
+msgstr "Ð\9dик Ð¸Ð»Ð¸ E-mail: "
 
-#: ../../include/contact_widgets.php:33 ../../mod/contacts.php:613
-#: ../../mod/directory.php:61
-msgid "Find"
-msgstr "Найти"
+#: ../../mod/lostpass.php:125
+msgid "Reset"
+msgstr "Сброс"
 
-#: ../../include/contact_widgets.php:34 ../../mod/suggest.php:66
-#: ../../view/theme/diabook/theme.php:520
-msgid "Friend Suggestions"
-msgstr "Ð\9fÑ\80едложениÑ\8f Ð´Ñ\80Ñ\83зей"
+#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112
+#, php-format
+msgid "Number of daily wall messages for %s exceeded. Message failed."
+msgstr "Ð\9aолиÑ\87еÑ\81Ñ\82во ÐµÐ¶ÐµÐ´Ð½ÐµÐ²Ð½Ñ\8bÑ\85 Ñ\81ообÑ\89ений Ð½Ð° Ñ\81Ñ\82ене %s Ð¿Ñ\80евÑ\8bÑ\88ено. Ð¡Ð¾Ð¾Ð±Ñ\89ение Ð¾Ñ\82менено.."
 
-#: ../../include/contact_widgets.php:35 ../../view/theme/diabook/theme.php:519
-msgid "Similar Interests"
-msgstr "Ð\9fоÑ\85ожие Ð¸Ð½Ñ\82еÑ\80еÑ\81Ñ\8b"
+#: ../../mod/wallmessage.php:56 ../../mod/message.php:63
+msgid "No recipient selected."
+msgstr "Ð\9dе Ð²Ñ\8bбÑ\80ан Ð¿Ð¾Ð»Ñ\83Ñ\87аÑ\82елÑ\8c."
 
-#: ../../include/contact_widgets.php:36
-msgid "Random Profile"
-msgstr ""
+#: ../../mod/wallmessage.php:59
+msgid "Unable to check your home location."
+msgstr "Невозможно проверить местоположение."
 
-#: ../../include/contact_widgets.php:37 ../../view/theme/diabook/theme.php:521
-msgid "Invite Friends"
-msgstr "Ð\9fÑ\80иглаÑ\81иÑ\82Ñ\8c Ð´Ñ\80Ñ\83зей"
+#: ../../mod/wallmessage.php:62 ../../mod/message.php:70
+msgid "Message could not be sent."
+msgstr "СообÑ\89ение Ð½Ðµ Ð¼Ð¾Ð¶ÐµÑ\82 Ð±Ñ\8bÑ\82Ñ\8c Ð¾Ñ\82пÑ\80авлено."
 
-#: ../../include/contact_widgets.php:70
-msgid "Networks"
-msgstr "СеÑ\82и"
+#: ../../mod/wallmessage.php:65 ../../mod/message.php:73
+msgid "Message collection failure."
+msgstr "Ð\9dеÑ\83даÑ\87а ÐºÐ¾Ð»Ð»ÐµÐºÑ\86ии Ñ\81ообÑ\89ениÑ\8f."
 
-#: ../../include/contact_widgets.php:73
-msgid "All Networks"
-msgstr "Ð\92Ñ\81е Ñ\81еÑ\82и"
+#: ../../mod/wallmessage.php:68 ../../mod/message.php:76
+msgid "Message sent."
+msgstr "СообÑ\89ение Ð¾Ñ\82пÑ\80авлено."
 
-#: ../../include/contact_widgets.php:103 ../../include/features.php:59
-msgid "Saved Folders"
-msgstr ""
+#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95
+msgid "No recipient."
+msgstr "Без адресата."
 
-#: ../../include/contact_widgets.php:106 ../../include/contact_widgets.php:138
-msgid "Everything"
-msgstr "Всё"
+#: ../../mod/wallmessage.php:127 ../../mod/wallmessage.php:135
+#: ../../mod/message.php:283 ../../mod/message.php:291
+#: ../../mod/message.php:466 ../../mod/message.php:474
+#: ../../include/conversation.php:997 ../../include/conversation.php:1015
+msgid "Please enter a link URL:"
+msgstr "Пожалуйста, введите URL ссылки:"
 
-#: ../../include/contact_widgets.php:135
-msgid "Categories"
-msgstr "Ð\9aаÑ\82егоÑ\80ии"
+#: ../../mod/wallmessage.php:142 ../../mod/message.php:319
+msgid "Send Private Message"
+msgstr "Ð\9eÑ\82пÑ\80авиÑ\82Ñ\8c Ð»Ð¸Ñ\87ное Ñ\81ообÑ\89ение"
 
-#: ../../include/contact_widgets.php:199 ../../mod/contacts.php:343
+#: ../../mod/wallmessage.php:143
 #, php-format
-msgid "%d contact in common"
-msgid_plural "%d contacts in common"
-msgstr[0] "%d Контакт"
-msgstr[1] "%d Контактов"
-msgstr[2] "%d Контактов"
+msgid ""
+"If you wish for %s to respond, please check that the privacy settings on "
+"your site allow private mail from unknown senders."
+msgstr "Если Вы хотите ответить %s, пожалуйста, проверьте, позволяют ли настройки конфиденциальности на Вашем сайте принимать персональную почту от неизвестных отправителей."
 
-#: ../../include/contact_widgets.php:204 ../../mod/content.php:629
-#: ../../object/Item.php:365 ../../boot.php:652
-msgid "show more"
-msgstr "показаÑ\82Ñ\8c Ð±Ð¾Ð»Ñ\8cÑ\88е"
+#: ../../mod/wallmessage.php:144 ../../mod/message.php:320
+#: ../../mod/message.php:553
+msgid "To:"
+msgstr "Ð\9aомÑ\83:"
 
-#: ../../include/Scrape.php:583
-msgid " on Last.fm"
-msgstr ""
+#: ../../mod/wallmessage.php:145 ../../mod/message.php:325
+#: ../../mod/message.php:555
+msgid "Subject:"
+msgstr "Тема:"
 
-#: ../../include/bbcode.php:210 ../../include/bbcode.php:545
-msgid "Image/photo"
-msgstr "Изображение / Фото"
+#: ../../mod/wallmessage.php:151 ../../mod/message.php:329
+#: ../../mod/message.php:558 ../../mod/invite.php:134
+msgid "Your message:"
+msgstr "Ваше сообщение:"
 
-#: ../../include/bbcode.php:272
-#, php-format
-msgid ""
-"<span><a href=\"%s\" target=\"external-link\">%s</a> wrote the following <a "
-"href=\"%s\" target=\"external-link\">post</a>"
-msgstr ""
+#: ../../mod/wallmessage.php:154 ../../mod/editpost.php:110
+#: ../../mod/message.php:332 ../../mod/message.php:562
+#: ../../include/conversation.php:1081
+msgid "Upload photo"
+msgstr "Загрузить фото"
 
-#: ../../include/bbcode.php:510 ../../include/bbcode.php:530
-msgid "$1 wrote:"
-msgstr "$1 написал:"
+#: ../../mod/wallmessage.php:155 ../../mod/editpost.php:114
+#: ../../mod/message.php:333 ../../mod/message.php:563
+#: ../../include/conversation.php:1085
+msgid "Insert web link"
+msgstr "Вставить веб-ссылку"
 
-#: ../../include/bbcode.php:553 ../../include/bbcode.php:554
-msgid "Encrypted content"
-msgstr ""
+#: ../../mod/newmember.php:6
+msgid "Welcome to Friendica"
+msgstr "Добро пожаловать в Friendica"
 
-#: ../../include/datetime.php:43 ../../include/datetime.php:45
-msgid "Miscellaneous"
-msgstr "Разное"
+#: ../../mod/newmember.php:8
+msgid "New Member Checklist"
+msgstr "Ð\9dовÑ\8bй ÐºÐ¾Ð½Ñ\82Ñ\80олÑ\8cнÑ\8bй Ñ\81пиÑ\81ок Ñ\83Ñ\87аÑ\81Ñ\82ников"
 
-#: ../../include/datetime.php:153 ../../include/datetime.php:285
-msgid "year"
-msgstr "год"
+#: ../../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 "Мы хотели бы предложить некоторые советы и ссылки, помогающие сделать вашу работу приятнее. Нажмите на любой элемент, чтобы посетить соответствующую страницу. Ссылка на эту страницу будет видна на  вашей домашней странице в течение двух недель после первоначальной регистрации, а затем она исчезнет."
 
-#: ../../include/datetime.php:158 ../../include/datetime.php:286
-msgid "month"
-msgstr "меÑ\81."
+#: ../../mod/newmember.php:14
+msgid "Getting Started"
+msgstr "Ð\9dаÑ\87ало Ñ\80абоÑ\82Ñ\8b"
 
-#: ../../include/datetime.php:163 ../../include/datetime.php:288
-msgid "day"
-msgstr "день"
+#: ../../mod/newmember.php:18
+msgid "Friendica Walk-Through"
+msgstr "Friendica тур"
 
-#: ../../include/datetime.php:276
-msgid "never"
-msgstr "никогда"
+#: ../../mod/newmember.php:18
+msgid ""
+"On your <em>Quick Start</em> page - find a brief introduction to your "
+"profile and network tabs, make some new connections, and find some groups to"
+" join."
+msgstr "На вашей странице <em>Быстрый старт</em> - можно найти краткое введение в ваш профиль и сетевые закладки, создать новые связи, и найти группы, чтобы присоединиться к ним."
 
-#: ../../include/datetime.php:282
-msgid "less than a second ago"
-msgstr "менее Ñ\81ек. Ð½Ð°Ð·Ð°Ð´"
+#: ../../mod/newmember.php:26
+msgid "Go to Your Settings"
+msgstr "Ð\9fеÑ\80ейÑ\82и Ðº Ð²Ð°Ñ\88им Ð½Ð°Ñ\81Ñ\82Ñ\80ойкам"
 
-#: ../../include/datetime.php:285
-msgid "years"
-msgstr "лет"
+#: ../../mod/newmember.php:26
+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 "На вашей странице <em>Настройки</em> - вы можете изменить свой первоначальный пароль. Также обратите внимание на ваш личный адрес. Он выглядит так же, как адрес электронной почты - и будет полезен для поиска друзей в свободной социальной сети."
 
-#: ../../include/datetime.php:286
-msgid "months"
-msgstr "мес."
+#: ../../mod/newmember.php:28
+msgid ""
+"Review the other settings, particularly the privacy settings. An unpublished"
+" directory listing is like having an unlisted phone number. In general, you "
+"should probably publish your listing - unless all of your friends and "
+"potential friends know exactly how to find you."
+msgstr "Просмотрите другие установки, в частности, параметры конфиденциальности. Неопубликованные пункты каталога с частными номерами телефона. В общем, вам, вероятно, следует опубликовать свою информацию - если все ваши друзья и потенциальные друзья точно знают, как вас найти."
 
-#: ../../include/datetime.php:287
-msgid "week"
-msgstr "неделя"
+#: ../../mod/newmember.php:36 ../../mod/profile_photo.php:244
+msgid "Upload Profile Photo"
+msgstr "Ð\97агÑ\80Ñ\83зиÑ\82Ñ\8c Ñ\84оÑ\82о Ð¿Ñ\80оÑ\84иля"
 
-#: ../../include/datetime.php:287
-msgid "weeks"
-msgstr "недель"
+#: ../../mod/newmember.php:36
+msgid ""
+"Upload a profile photo if you have not done so already. Studies have shown "
+"that people with real photos of themselves are ten times more likely to make"
+" friends than people who do not."
+msgstr "Загрузите фотографию профиля, если вы еще не сделали это. Исследования показали, что люди с реальными фотографиями имеют в десять раз больше шансов подружиться, чем люди, которые этого не делают."
 
-#: ../../include/datetime.php:288
-msgid "days"
-msgstr "дней"
+#: ../../mod/newmember.php:38
+msgid "Edit Your Profile"
+msgstr "РедакÑ\82иÑ\80оваÑ\82Ñ\8c Ð¿Ñ\80оÑ\84илÑ\8c"
 
-#: ../../include/datetime.php:289
-msgid "hour"
-msgstr "час"
+#: ../../mod/newmember.php:38
+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 "Отредактируйте профиль <strong>по умолчанию</strong> на свой ​​вкус. Просмотрите установки для сокрытия вашего списка друзей и сокрытия профиля от неизвестных посетителей."
 
-#: ../../include/datetime.php:289
-msgid "hours"
-msgstr "час."
+#: ../../mod/newmember.php:40
+msgid "Profile Keywords"
+msgstr "Ключевые слова профиля"
 
-#: ../../include/datetime.php:290
-msgid "minute"
-msgstr "минута"
+#: ../../mod/newmember.php:40
+msgid ""
+"Set some public keywords for your default profile which describe your "
+"interests. We may be able to find other people with similar interests and "
+"suggest friendships."
+msgstr "Установите некоторые публичные ключевые слова для вашего профиля по умолчанию, которые описывают ваши интересы. Мы можем быть в состоянии найти других людей со схожими интересами и предложить дружбу."
 
-#: ../../include/datetime.php:290
-msgid "minutes"
-msgstr "мин."
+#: ../../mod/newmember.php:44
+msgid "Connecting"
+msgstr "Ð\9fодклÑ\8eÑ\87ение"
 
-#: ../../include/datetime.php:291
-msgid "second"
-msgstr "секунда"
+#: ../../mod/newmember.php:49 ../../mod/newmember.php:51
+#: ../../include/contact_selectors.php:81
+msgid "Facebook"
+msgstr "Facebook"
 
-#: ../../include/datetime.php:291
-msgid "seconds"
-msgstr "сек."
+#: ../../mod/newmember.php:49
+msgid ""
+"Authorise the Facebook Connector if you currently have a Facebook account "
+"and we will (optionally) import all your Facebook friends and conversations."
+msgstr "Авторизуйте Facebook Connector , если у вас уже есть аккаунт на Facebook, и мы (по желанию) импортируем всех ваших друзей и беседы с Facebook."
 
-#: ../../include/datetime.php:300
-#, php-format
-msgid "%1$d %2$s ago"
-msgstr "%1$d %2$s назад"
+#: ../../mod/newmember.php:51
+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>Если</em> это ваш личный сервер, установите дополнение Facebook, это может облегчить ваш переход на свободную социальную сеть."
 
-#: ../../include/datetime.php:472 ../../include/items.php:1771
-#, php-format
-msgid "%s's birthday"
-msgstr ""
+#: ../../mod/newmember.php:56
+msgid "Importing Emails"
+msgstr "Импортирование Email-ов"
 
-#: ../../include/datetime.php:473 ../../include/items.php:1772
-#, php-format
-msgid "Happy Birthday %s"
-msgstr ""
+#: ../../mod/newmember.php:56
+msgid ""
+"Enter your email access information on your Connector Settings page if you "
+"wish to import and interact with friends or mailing lists from your email "
+"INBOX"
+msgstr "Введите информацию о доступе к вашему email на странице настроек вашего коннектора, если вы хотите импортировать, и общаться с друзьями или получать рассылки на ваш ящик электронной почты"
 
-#: ../../include/plugin.php:439 ../../include/plugin.php:441
-msgid "Click here to upgrade."
-msgstr ""
+#: ../../mod/newmember.php:58
+msgid "Go to Your Contacts Page"
+msgstr "Перейти на страницу ваших контактов"
 
-#: ../../include/plugin.php:447
-msgid "This action exceeds the limits set by your subscription plan."
-msgstr ""
+#: ../../mod/newmember.php:58
+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 "Ваша страница контактов - это ваш шлюз к управлению дружбой и общением с друзьями в других сетях. Обычно вы вводите свой ​​адрес или адрес сайта в диалог <em>Добавить новый контакт</em>."
 
-#: ../../include/plugin.php:452
-msgid "This action is not available under your subscription plan."
-msgstr ""
+#: ../../mod/newmember.php:60
+msgid "Go to Your Site's Directory"
+msgstr "Перейти в каталог вашего сайта"
 
-#: ../../include/delivery.php:457 ../../include/notifier.php:775
-msgid "(no subject)"
-msgstr "(без темы)"
+#: ../../mod/newmember.php:60
+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 "На странице каталога вы можете найти других людей в этой сети или на других похожих сайтах. Ищите ссылки <em>Подключить</em> или <em>Следовать</em> на страницах их профилей. Укажите свой собственный адрес идентификации, если требуется."
 
-#: ../../include/delivery.php:468 ../../include/enotify.php:28
-#: ../../include/notifier.php:785
-msgid "noreply"
-msgstr "без ответа"
+#: ../../mod/newmember.php:62
+msgid "Finding New People"
+msgstr "Поиск людей"
 
-#: ../../include/diaspora.php:621 ../../include/conversation.php:172
-#: ../../mod/dfrn_confirm.php:477
-#, php-format
-msgid "%1$s is now friends with %2$s"
-msgstr "%1$s и %2$s теперь друзья"
+#: ../../mod/newmember.php:62
+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 "На боковой панели страницы Контакты есть несколько инструментов, чтобы найти новых друзей. Мы можем  искать по соответствию интересам, посмотреть людей по имени или интересам, и внести предложения на основе сетевых отношений. На новом сайте, предложения дружбы, как правило, начинают заполняться в течение 24 часов."
 
-#: ../../include/diaspora.php:704
-msgid "Sharing notification from Diaspora network"
-msgstr "Ð\94елиÑ\82Ñ\8cÑ\81Ñ\8f Ñ\83ведомлениÑ\8fми Ð¸Ð· Ñ\81еÑ\82и Diaspora"
+#: ../../mod/newmember.php:66 ../../include/group.php:270
+msgid "Groups"
+msgstr "Ð\93Ñ\80Ñ\83ппÑ\8b"
 
-#: ../../include/diaspora.php:1874 ../../include/conversation.php:121
-#: ../../include/conversation.php:130 ../../include/conversation.php:249
-#: ../../include/conversation.php:258 ../../mod/subthread.php:87
-#: ../../mod/tagger.php:62 ../../mod/like.php:151 ../../mod/like.php:322
-#: ../../view/theme/diabook/theme.php:459
-#: ../../view/theme/diabook/theme.php:468
-msgid "status"
-msgstr "статус"
+#: ../../mod/newmember.php:70
+msgid "Group Your Contacts"
+msgstr "Группа \"ваши контакты\""
 
-#: ../../include/diaspora.php:1890 ../../include/conversation.php:137
-#: ../../mod/like.php:168 ../../view/theme/diabook/theme.php:473
-#, php-format
-msgid "%1$s likes %2$s's %3$s"
-msgstr "%1$s нравится %3$s от %2$s "
+#: ../../mod/newmember.php:70
+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 "После того, как вы найдете несколько друзей, организуйте их в группы частных бесед в боковой панели на странице Контакты, а затем вы можете взаимодействовать с каждой группой приватно или на вашей странице Сеть."
 
-#: ../../include/diaspora.php:2262
-msgid "Attachments:"
-msgstr "Ð\92ложениÑ\8f:"
+#: ../../mod/newmember.php:73
+msgid "Why Aren't My Posts Public?"
+msgstr "Ð\9fоÑ\87емÑ\83 Ð¼Ð¾Ð¸ Ð¿Ð¾Ñ\81Ñ\82Ñ\8b Ð½Ðµ Ð¿Ñ\83блиÑ\87нÑ\8bе?"
 
-#: ../../include/features.php:23
-msgid "General Features"
-msgstr ""
-
-#: ../../include/features.php:25
-msgid "Multiple Profiles"
-msgstr ""
-
-#: ../../include/features.php:25
-msgid "Ability to create multiple profiles"
-msgstr ""
-
-#: ../../include/features.php:30
-msgid "Post Composition Features"
-msgstr ""
-
-#: ../../include/features.php:31
-msgid "Richtext Editor"
-msgstr ""
-
-#: ../../include/features.php:31
-msgid "Enable richtext editor"
-msgstr ""
-
-#: ../../include/features.php:32
-msgid "Post Preview"
-msgstr "предварительный просмотр"
+#: ../../mod/newmember.php:73
+msgid ""
+"Friendica respects your privacy. By default, your posts will only show up to"
+" people you've added as friends. For more information, see the help section "
+"from the link above."
+msgstr "Friendica уважает вашу приватность. По умолчанию, ваши сообщения будут показываться только для людей, которых вы добавили в список друзей. Для получения дополнительной информации см. раздел справки по ссылке выше."
 
-#: ../../include/features.php:32
-msgid "Allow previewing posts and comments before publishing them"
-msgstr ""
+#: ../../mod/newmember.php:78
+msgid "Getting Help"
+msgstr "Получить помощь"
 
-#: ../../include/features.php:37
-msgid "Network Sidebar Widgets"
-msgstr ""
+#: ../../mod/newmember.php:82
+msgid "Go to the Help Section"
+msgstr "Перейти в раздел справки"
 
-#: ../../include/features.php:38
-msgid "Search by Date"
-msgstr "Поиск по датам"
+#: ../../mod/newmember.php:82
+msgid ""
+"Our <strong>help</strong> pages may be consulted for detail on other program"
+" features and resources."
+msgstr "Наши страницы <strong>помощи</strong> могут проконсультировать о подробностях и возможностях программы и ресурса."
 
-#: ../../include/features.php:38
-msgid "Ability to select posts by date ranges"
-msgstr ""
+#: ../../mod/suggest.php:27
+msgid "Do you really want to delete this suggestion?"
+msgstr "Вы действительно хотите удалить это предложение?"
+
+#: ../../mod/suggest.php:32 ../../mod/editpost.php:148
+#: ../../mod/dfrn_request.php:848 ../../mod/contacts.php:323
+#: ../../mod/settings.php:602 ../../mod/settings.php:628
+#: ../../mod/message.php:212 ../../mod/photos.php:202 ../../mod/photos.php:290
+#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 ../../mod/fbrowser.php:81
+#: ../../mod/fbrowser.php:116 ../../include/conversation.php:1119
+#: ../../include/items.php:4067
+msgid "Cancel"
+msgstr "Отмена"
 
-#: ../../include/features.php:39
-msgid "Group Filter"
-msgstr ""
+#: ../../mod/suggest.php:72
+msgid ""
+"No suggestions available. If this is a new site, please try again in 24 "
+"hours."
+msgstr "Нет предложений. Если это новый сайт, пожалуйста, попробуйте снова через 24 часа."
 
-#: ../../include/features.php:39
-msgid "Enable widget to display Network posts only from selected group"
-msgstr ""
+#: ../../mod/suggest.php:90
+msgid "Ignore/Hide"
+msgstr "Проигнорировать/Скрыть"
 
-#: ../../include/features.php:40
-msgid "Network Filter"
-msgstr "ФилÑ\8cÑ\82Ñ\80 Ñ\81еÑ\82и"
+#: ../../mod/network.php:179
+msgid "Search Results For:"
+msgstr "РезÑ\83лÑ\8cÑ\82аÑ\82Ñ\8b Ð¿Ð¾Ð¸Ñ\81ка Ð´Ð»Ñ\8f:"
 
-#: ../../include/features.php:40
-msgid "Enable widget to display Network posts only from selected network"
-msgstr ""
+#: ../../mod/network.php:222 ../../mod/_search.php:21 ../../mod/search.php:21
+msgid "Remove term"
+msgstr "Удалить элемент"
 
-#: ../../include/features.php:41 ../../mod/search.php:30
-#: ../../mod/network.php:233
+#: ../../mod/network.php:231 ../../mod/_search.php:30 ../../mod/search.php:30
+#: ../../include/features.php:41
 msgid "Saved Searches"
 msgstr "запомненные поиски"
 
-#: ../../include/features.php:41
-msgid "Save search terms for re-use"
-msgstr ""
+#: ../../mod/network.php:232 ../../include/group.php:275
+msgid "add"
+msgstr "добавить"
 
-#: ../../include/features.php:46
-msgid "Network Tabs"
-msgstr ""
+#: ../../mod/network.php:394
+msgid "Commented Order"
+msgstr "Прокомментированный запрос"
 
-#: ../../include/features.php:47
-msgid "Network Personal Tab"
-msgstr ""
+#: ../../mod/network.php:397
+msgid "Sort by Comment Date"
+msgstr "Сортировать по дате комментария"
 
-#: ../../include/features.php:47
-msgid "Enable tab to display only Network posts that you've interacted on"
-msgstr ""
+#: ../../mod/network.php:400
+msgid "Posted Order"
+msgstr "Отправленный запрос"
 
-#: ../../include/features.php:48
-msgid "Network New Tab"
-msgstr ""
+#: ../../mod/network.php:403
+msgid "Sort by Post Date"
+msgstr "Сортировать по дате отправки"
 
-#: ../../include/features.php:48
-msgid "Enable tab to display only new Network posts (from the last 12 hours)"
-msgstr ""
+#: ../../mod/network.php:441 ../../mod/notifications.php:88
+msgid "Personal"
+msgstr "Персонал"
 
-#: ../../include/features.php:49
-msgid "Network Shared Links Tab"
+#: ../../mod/network.php:444
+msgid "Posts that mention or involve you"
 msgstr ""
 
-#: ../../include/features.php:49
-msgid "Enable tab to display only Network posts with links in them"
-msgstr ""
+#: ../../mod/network.php:450
+msgid "New"
+msgstr "Новый"
 
-#: ../../include/features.php:54
-msgid "Post/Comment Tools"
-msgstr ""
+#: ../../mod/network.php:453
+msgid "Activity Stream - by date"
+msgstr "Лента активности - по дате"
 
-#: ../../include/features.php:55
-msgid "Multiple Deletion"
-msgstr ""
+#: ../../mod/network.php:459
+msgid "Shared Links"
+msgstr "Ссылки, которыми поделились"
 
-#: ../../include/features.php:55
-msgid "Select and delete multiple posts/comments at once"
-msgstr ""
+#: ../../mod/network.php:462
+msgid "Interesting Links"
+msgstr "Интересные ссылки"
 
-#: ../../include/features.php:56
-msgid "Edit Sent Posts"
-msgstr ""
+#: ../../mod/network.php:468
+msgid "Starred"
+msgstr "Помеченный"
 
-#: ../../include/features.php:56
-msgid "Edit and correct posts and comments after sending"
-msgstr ""
+#: ../../mod/network.php:471
+msgid "Favourite Posts"
+msgstr "Избранные посты"
 
-#: ../../include/features.php:57
-msgid "Tagging"
-msgstr ""
+#: ../../mod/network.php:539
+#, 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] "Внимание: Эта группа содержит %s участника с незащищенной сети."
+msgstr[1] "Внимание: Эта группа содержит %s участников с незащищенной сети."
+msgstr[2] "Внимание: Эта группа содержит %s участников с незащищенной сети."
 
-#: ../../include/features.php:57
-msgid "Ability to tag existing posts"
-msgstr ""
+#: ../../mod/network.php:542
+msgid "Private messages to this group are at risk of public disclosure."
+msgstr "Личные сообщения к этой группе находятся под угрозой обнародования."
 
-#: ../../include/features.php:58
-msgid "Post Categories"
-msgstr ""
+#: ../../mod/network.php:588 ../../mod/content.php:119
+msgid "No such group"
+msgstr "Нет такой группы"
 
-#: ../../include/features.php:58
-msgid "Add categories to your posts"
-msgstr ""
+#: ../../mod/network.php:599 ../../mod/content.php:130
+msgid "Group is empty"
+msgstr "Группа пуста"
 
-#: ../../include/features.php:59
-msgid "Ability to file posts under folders"
-msgstr ""
+#: ../../mod/network.php:605 ../../mod/content.php:134
+msgid "Group: "
+msgstr "Группа: "
 
-#: ../../include/features.php:60
-msgid "Dislike Posts"
-msgstr ""
+#: ../../mod/network.php:617
+msgid "Contact: "
+msgstr "Контакт: "
 
-#: ../../include/features.php:60
-msgid "Ability to dislike posts/comments"
-msgstr ""
+#: ../../mod/network.php:619
+msgid "Private messages to this person are at risk of public disclosure."
+msgstr "Личные сообщения этому человеку находятся под угрозой обнародования."
 
-#: ../../include/features.php:61
-msgid "Star Posts"
-msgstr ""
+#: ../../mod/network.php:624
+msgid "Invalid contact."
+msgstr "Недопустимый контакт."
 
-#: ../../include/features.php:61
-msgid "Ability to mark special posts with a star indicator"
-msgstr ""
+#: ../../mod/install.php:117
+msgid "Friendica Communications Server - Setup"
+msgstr "Коммуникационный сервер Friendica - Доступ"
 
-#: ../../include/dba.php:44
-#, php-format
-msgid "Cannot locate DNS info for database server '%s'"
-msgstr "Не могу найти информацию для DNS-сервера базы данных '%s'"
+#: ../../mod/install.php:123
+msgid "Could not connect to database."
+msgstr "Не удалось подключиться к базе данных."
 
-#: ../../include/group.php:25
-msgid ""
-"A deleted group with this name was revived. Existing item permissions "
-"<strong>may</strong> apply to this group and any future members. If this is "
-"not what you intended, please create another group with a different name."
-msgstr ""
+#: ../../mod/install.php:127
+msgid "Could not create table."
+msgstr "Не удалось создать таблицу."
 
-#: ../../include/group.php:207
-msgid "Default privacy group for new contacts"
-msgstr ""
+#: ../../mod/install.php:133
+msgid "Your Friendica site database has been installed."
+msgstr "База данных сайта установлена."
 
-#: ../../include/group.php:226
-msgid "Everybody"
-msgstr "Каждый"
+#: ../../mod/install.php:138
+msgid ""
+"You may need to import the file \"database.sql\" manually using phpmyadmin "
+"or mysql."
+msgstr "Вам может понадобиться импортировать файл \"database.sql\" вручную с помощью PhpMyAdmin или MySQL."
 
-#: ../../include/group.php:249
-msgid "edit"
-msgstr "редактировать"
+#: ../../mod/install.php:139 ../../mod/install.php:206
+#: ../../mod/install.php:521
+msgid "Please see the file \"INSTALL.txt\"."
+msgstr "Пожалуйста, смотрите файл \"INSTALL.txt\"."
 
-#: ../../include/group.php:270 ../../mod/newmember.php:66
-msgid "Groups"
-msgstr "Ð\93Ñ\80Ñ\83ппÑ\8b"
+#: ../../mod/install.php:203
+msgid "System check"
+msgstr "Ð\9fÑ\80овеÑ\80иÑ\82Ñ\8c Ñ\81иÑ\81Ñ\82емÑ\83"
 
-#: ../../include/group.php:271
-msgid "Edit group"
-msgstr "РедакÑ\82иÑ\80оваÑ\82Ñ\8c Ð³Ñ\80Ñ\83ппÑ\83"
+#: ../../mod/install.php:207 ../../mod/events.php:373
+msgid "Next"
+msgstr "Ð\94алее"
 
-#: ../../include/group.php:272
-msgid "Create a new group"
-msgstr "СоздаÑ\82Ñ\8c Ð½Ð¾Ð²Ñ\83Ñ\8e Ð³Ñ\80Ñ\83ппÑ\83"
+#: ../../mod/install.php:208
+msgid "Check again"
+msgstr "Ð\9fÑ\80овеÑ\80иÑ\82Ñ\8c ÐµÑ\89е Ñ\80аз"
 
-#: ../../include/group.php:273
-msgid "Contacts not in any group"
-msgstr ""
+#: ../../mod/install.php:227
+msgid "Database connection"
+msgstr "Подключение к базе данных"
 
-#: ../../include/group.php:275 ../../mod/network.php:234
-msgid "add"
-msgstr "добавить"
+#: ../../mod/install.php:228
+msgid ""
+"In order to install Friendica we need to know how to connect to your "
+"database."
+msgstr "Для того, чтобы установить Friendica, мы должны знать, как подключиться к базе данных."
 
-#: ../../include/conversation.php:140 ../../mod/like.php:170
-#, php-format
-msgid "%1$s doesn't like %2$s's %3$s"
-msgstr "%1$s не нравится %3$s от %2$s "
-
-#: ../../include/conversation.php:207
-#, php-format
-msgid "%1$s poked %2$s"
-msgstr ""
+#: ../../mod/install.php:229
+msgid ""
+"Please contact your hosting provider or site administrator if you have "
+"questions about these settings."
+msgstr "Пожалуйста, свяжитесь с вашим хостинг-провайдером или администратором сайта, если у вас есть вопросы об этих параметрах."
 
-#: ../../include/conversation.php:227 ../../mod/mood.php:62
-#, php-format
-msgid "%1$s is currently %2$s"
-msgstr ""
+#: ../../mod/install.php:230
+msgid ""
+"The database you specify below should already exist. If it does not, please "
+"create it before continuing."
+msgstr "Базы данных, указанная ниже, должна уже существовать. Если этого нет, пожалуйста, создайте ее перед продолжением."
 
-#: ../../include/conversation.php:266 ../../mod/tagger.php:95
-#, php-format
-msgid "%1$s tagged %2$s's %3$s with %4$s"
-msgstr "%1$s tagged %2$s's %3$s в %4$s"
+#: ../../mod/install.php:234
+msgid "Database Server Name"
+msgstr "Имя сервера базы данных"
 
-#: ../../include/conversation.php:291
-msgid "post/item"
-msgstr ""
+#: ../../mod/install.php:235
+msgid "Database Login Name"
+msgstr "Логин базы данных"
 
-#: ../../include/conversation.php:292
-#, php-format
-msgid "%1$s marked %2$s's %3$s as favorite"
-msgstr "%1$s пометил %2$s %3$s как Фаворит"
+#: ../../mod/install.php:236
+msgid "Database Login Password"
+msgstr "Пароль базы данных"
 
-#: ../../include/conversation.php:587 ../../mod/content.php:461
-#: ../../mod/content.php:763 ../../object/Item.php:126
-msgid "Select"
-msgstr "Выберите"
+#: ../../mod/install.php:237
+msgid "Database Name"
+msgstr "Имя базы данных"
 
-#: ../../include/conversation.php:588 ../../mod/settings.php:623
-#: ../../mod/admin.php:758 ../../mod/group.php:171 ../../mod/photos.php:1637
-#: ../../mod/content.php:462 ../../mod/content.php:764
-#: ../../object/Item.php:127
-msgid "Delete"
-msgstr "Удалить"
+#: ../../mod/install.php:238 ../../mod/install.php:277
+msgid "Site administrator email address"
+msgstr "Адрес электронной почты администратора сайта"
 
-#: ../../include/conversation.php:627 ../../mod/content.php:495
-#: ../../mod/content.php:875 ../../mod/content.php:876
-#: ../../object/Item.php:306 ../../object/Item.php:307
-#, php-format
-msgid "View %s's profile @ %s"
-msgstr "Просмотреть профиль %s [@ %s]"
+#: ../../mod/install.php:238 ../../mod/install.php:277
+msgid ""
+"Your account email address must match this in order to use the web admin "
+"panel."
+msgstr "Ваш адрес электронной почты аккаунта должен соответствовать этому, чтобы использовать веб-панель администратора."
 
-#: ../../include/conversation.php:639 ../../object/Item.php:297
-msgid "Categories:"
-msgstr "Ð\9aаÑ\82егоÑ\80ии:"
+#: ../../mod/install.php:242 ../../mod/install.php:280
+msgid "Please select a default timezone for your website"
+msgstr "Ð\9fожалÑ\83йÑ\81Ñ\82а, Ð²Ñ\8bбеÑ\80иÑ\82е Ñ\87аÑ\81овой Ð¿Ð¾Ñ\8fÑ\81 Ð¿Ð¾ Ñ\83молÑ\87аниÑ\8e Ð´Ð»Ñ\8f Ð²Ð°Ñ\88его Ñ\81айÑ\82а"
 
-#: ../../include/conversation.php:640 ../../object/Item.php:298
-msgid "Filed under:"
-msgstr "Ð\92 Ñ\80Ñ\83бÑ\80ике:"
+#: ../../mod/install.php:267
+msgid "Site settings"
+msgstr "Ð\9dаÑ\81Ñ\82Ñ\80ойки Ñ\81айÑ\82а"
 
-#: ../../include/conversation.php:647 ../../mod/content.php:505
-#: ../../mod/content.php:887 ../../object/Item.php:320
-#, php-format
-msgid "%s from %s"
-msgstr "%s с %s"
+#: ../../mod/install.php:321
+msgid "Could not find a command line version of PHP in the web server PATH."
+msgstr "Не удалось найти PATH веб-сервера в установках PHP."
 
-#: ../../include/conversation.php:662 ../../mod/content.php:520
-msgid "View in context"
-msgstr "Смотреть в контексте"
+#: ../../mod/install.php:322
+msgid ""
+"If you don't have a command line version of PHP installed on server, you "
+"will not be able to run background polling via cron. See <a "
+"href='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"
+msgstr "Если на вашем сервере не установлена версия командной строки PHP, вы не будете иметь возможность запускать фоновые опросы через крон. См. <a href='http://friendica.com/node/27'> 'Активация запланированных задачах' </a>"
 
-#: ../../include/conversation.php:664 ../../include/conversation.php:1060
-#: ../../mod/editpost.php:124 ../../mod/wallmessage.php:156
-#: ../../mod/message.php:334 ../../mod/message.php:565
-#: ../../mod/photos.php:1532 ../../mod/content.php:522
-#: ../../mod/content.php:906 ../../object/Item.php:341
-msgid "Please wait"
-msgstr "Пожалуйста, подождите"
+#: ../../mod/install.php:326
+msgid "PHP executable path"
+msgstr "PHP executable path"
 
-#: ../../include/conversation.php:728
-msgid "remove"
-msgstr "удалить"
+#: ../../mod/install.php:326
+msgid ""
+"Enter full path to php executable. You can leave this blank to continue the "
+"installation."
+msgstr "Введите полный путь к исполняемому файлу PHP. Вы можете оставить это поле пустым, чтобы продолжить установку."
 
-#: ../../include/conversation.php:732
-msgid "Delete Selected Items"
-msgstr "Удалить выбранные позиции"
+#: ../../mod/install.php:331
+msgid "Command line PHP"
+msgstr "Command line PHP"
 
-#: ../../include/conversation.php:831
-msgid "Follow Thread"
+#: ../../mod/install.php:340
+msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
 msgstr ""
 
-#: ../../include/conversation.php:900
-#, php-format
-msgid "%s likes this."
-msgstr "%s нравится это."
+#: ../../mod/install.php:341
+msgid "Found PHP version: "
+msgstr "Найденная PHP версия: "
 
-#: ../../include/conversation.php:900
-#, php-format
-msgid "%s doesn't like this."
-msgstr "%s не нравится это."
+#: ../../mod/install.php:343
+msgid "PHP cli binary"
+msgstr "PHP cli binary"
 
-#: ../../include/conversation.php:905
-#, php-format
-msgid "<span  %1$s>%2$d people</span> like this"
-msgstr ""
+#: ../../mod/install.php:354
+msgid ""
+"The command line version of PHP on your system does not have "
+"\"register_argc_argv\" enabled."
+msgstr "Не включено \"register_argc_argv\" в установках PHP."
 
-#: ../../include/conversation.php:908
-#, php-format
-msgid "<span  %1$s>%2$d people</span> don't like this"
-msgstr ""
+#: ../../mod/install.php:355
+msgid "This is required for message delivery to work."
+msgstr "Это необходимо для работы доставки сообщений."
 
-#: ../../include/conversation.php:922
-msgid "and"
-msgstr "и"
+#: ../../mod/install.php:357
+msgid "PHP register_argc_argv"
+msgstr "PHP register_argc_argv"
 
-#: ../../include/conversation.php:928
-#, php-format
-msgid ", and %d other people"
-msgstr ", и %d других чел."
+#: ../../mod/install.php:378
+msgid ""
+"Error: the \"openssl_pkey_new\" function on this system is not able to "
+"generate encryption keys"
+msgstr "Ошибка: функция \"openssl_pkey_new\" в этой системе не в состоянии генерировать ключи шифрования"
 
-#: ../../include/conversation.php:930
-#, php-format
-msgid "%s like this."
-msgstr "%s нравится это."
+#: ../../mod/install.php:379
+msgid ""
+"If running under Windows, please see "
+"\"http://www.php.net/manual/en/openssl.installation.php\"."
+msgstr "Если вы работаете под Windows, см. \"http://www.php.net/manual/en/openssl.installation.php\"."
 
-#: ../../include/conversation.php:930
-#, php-format
-msgid "%s don't like this."
-msgstr "%s не нравится это."
+#: ../../mod/install.php:381
+msgid "Generate encryption keys"
+msgstr "Генерация шифрованых ключей"
 
-#: ../../include/conversation.php:957 ../../include/conversation.php:975
-msgid "Visible to <strong>everybody</strong>"
-msgstr "Видимое <strong>всем</strong>"
+#: ../../mod/install.php:388
+msgid "libCurl PHP module"
+msgstr "libCurl PHP модуль"
 
-#: ../../include/conversation.php:958 ../../include/conversation.php:976
-#: ../../mod/wallmessage.php:127 ../../mod/wallmessage.php:135
-#: ../../mod/message.php:283 ../../mod/message.php:291
-#: ../../mod/message.php:466 ../../mod/message.php:474
-msgid "Please enter a link URL:"
-msgstr "Пожалуйста, введите URL ссылки:"
+#: ../../mod/install.php:389
+msgid "GD graphics PHP module"
+msgstr "GD graphics PHP модуль"
 
-#: ../../include/conversation.php:959 ../../include/conversation.php:977
-msgid "Please enter a video link/URL:"
-msgstr ""
+#: ../../mod/install.php:390
+msgid "OpenSSL PHP module"
+msgstr "OpenSSL PHP модуль"
 
-#: ../../include/conversation.php:960 ../../include/conversation.php:978
-msgid "Please enter an audio link/URL:"
-msgstr ""
+#: ../../mod/install.php:391
+msgid "mysqli PHP module"
+msgstr "mysqli PHP модуль"
 
-#: ../../include/conversation.php:961 ../../include/conversation.php:979
-msgid "Tag term:"
-msgstr ""
+#: ../../mod/install.php:392
+msgid "mb_string PHP module"
+msgstr "mb_string PHP модуль"
 
-#: ../../include/conversation.php:962 ../../include/conversation.php:980
-#: ../../mod/filer.php:30
-msgid "Save to Folder:"
-msgstr "Сохранить в папку:"
+#: ../../mod/install.php:397 ../../mod/install.php:399
+msgid "Apache mod_rewrite module"
+msgstr "Apache mod_rewrite module"
 
-#: ../../include/conversation.php:963 ../../include/conversation.php:981
-msgid "Where are you right now?"
-msgstr "И где вы сейчас?"
+#: ../../mod/install.php:397
+msgid ""
+"Error: Apache webserver mod-rewrite module is required but not installed."
+msgstr "Ошибка: необходим модуль веб-сервера Apache mod-rewrite, но он не установлен."
 
-#: ../../include/conversation.php:964
-msgid "Delete item(s)?"
-msgstr ""
+#: ../../mod/install.php:405
+msgid "Error: libCURL PHP module required but not installed."
+msgstr "Ошибка: необходим libCURL PHP модуль, но он не установлен."
 
-#: ../../include/conversation.php:1006
-msgid "Post to Email"
-msgstr "Отправить на Email"
+#: ../../mod/install.php:409
+msgid ""
+"Error: GD graphics PHP module with JPEG support required but not installed."
+msgstr "Ошибка: необходим PHP модуль GD графики с поддержкой JPEG, но он не установлен."
 
-#: ../../include/conversation.php:1041 ../../mod/photos.php:1531
-msgid "Share"
-msgstr "Ð\9fоделиÑ\82Ñ\8cÑ\81Ñ\8f"
+#: ../../mod/install.php:413
+msgid "Error: openssl PHP module required but not installed."
+msgstr "Ð\9eÑ\88ибка: Ð½ÐµÐ¾Ð±Ñ\85одим PHP Ð¼Ð¾Ð´Ñ\83лÑ\8c OpenSSL, Ð½Ð¾ Ð¾Ð½ Ð½Ðµ Ñ\83Ñ\81Ñ\82ановлен."
 
-#: ../../include/conversation.php:1042 ../../mod/editpost.php:110
-#: ../../mod/wallmessage.php:154 ../../mod/message.php:332
-#: ../../mod/message.php:562
-msgid "Upload photo"
-msgstr "Загрузить фото"
+#: ../../mod/install.php:417
+msgid "Error: mysqli PHP module required but not installed."
+msgstr "Ошибка: необходим PHP модуль MySQLi, но он не установлен."
 
-#: ../../include/conversation.php:1043 ../../mod/editpost.php:111
-msgid "upload photo"
-msgstr "загÑ\80Ñ\83зиÑ\82Ñ\8c Ñ\84оÑ\82о"
+#: ../../mod/install.php:421
+msgid "Error: mb_string PHP module required but not installed."
+msgstr "Ð\9eÑ\88ибка: Ð½ÐµÐ¾Ð±Ñ\85одим PHP Ð¼Ð¾Ð´Ñ\83лÑ\8c mb_string, Ð½Ð¾ Ð¾Ð½ Ð½Ðµ Ñ\83Ñ\81Ñ\82ановлен."
 
-#: ../../include/conversation.php:1044 ../../mod/editpost.php:112
-msgid "Attach file"
-msgstr "Приложить файл"
+#: ../../mod/install.php:438
+msgid ""
+"The web installer needs to be able to create a file called \".htconfig.php\""
+" in the top folder of your web server and it is unable to do so."
+msgstr "Веб-инсталлятору требуется создать файл с именем \". htconfig.php\" в верхней папке веб-сервера, но он не в состоянии это сделать."
 
-#: ../../include/conversation.php:1045 ../../mod/editpost.php:113
-msgid "attach file"
-msgstr "приложить файл"
+#: ../../mod/install.php:439
+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 "Это наиболее частые параметры разрешений, когда веб-сервер не может записать файлы в папке - даже если вы можете."
 
-#: ../../include/conversation.php:1046 ../../mod/editpost.php:114
-#: ../../mod/wallmessage.php:155 ../../mod/message.php:333
-#: ../../mod/message.php:563
-msgid "Insert web link"
-msgstr "Вставить веб-ссылку"
+#: ../../mod/install.php:440
+msgid ""
+"At the end of this procedure, we will give you a text to save in a file "
+"named .htconfig.php in your Friendica top folder."
+msgstr "В конце этой процедуры, мы дадим вам текст, для сохранения в файле с именем .htconfig.php в корневой папке, где установлена Friendica."
 
-#: ../../include/conversation.php:1047 ../../mod/editpost.php:115
-msgid "web link"
-msgstr "веб-ссылка"
+#: ../../mod/install.php:441
+msgid ""
+"You can alternatively skip this procedure and perform a manual installation."
+" Please see the file \"INSTALL.txt\" for instructions."
+msgstr "В качестве альтернативы вы можете пропустить эту процедуру и выполнить установку вручную. Пожалуйста, обратитесь к файлу \"INSTALL.txt\" для получения инструкций."
 
-#: ../../include/conversation.php:1048 ../../mod/editpost.php:116
-msgid "Insert video link"
-msgstr "Вставить ссылку видео"
+#: ../../mod/install.php:444
+msgid ".htconfig.php is writable"
+msgstr ".htconfig.php is writable"
 
-#: ../../include/conversation.php:1049 ../../mod/editpost.php:117
-msgid "video link"
-msgstr "видео-ссылка"
+#: ../../mod/install.php:454
+msgid ""
+"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
+"compiles templates to PHP to speed up rendering."
+msgstr "Friendica использует механизм шаблонов Smarty3 для генерации веб-страниц. Smarty3 компилирует шаблоны в PHP для увеличения скорости загрузки."
 
-#: ../../include/conversation.php:1050 ../../mod/editpost.php:118
-msgid "Insert audio link"
-msgstr "Вставить ссылку аудио"
+#: ../../mod/install.php:455
+msgid ""
+"In order to store these compiled templates, the web server needs to have "
+"write access to the directory view/smarty3/ under the Friendica top level "
+"folder."
+msgstr "Для того чтобы хранить эти скомпилированные шаблоны, веб-сервер должен иметь доступ на запись для папки view/smarty3 в директории, где установлена Friendica."
 
-#: ../../include/conversation.php:1051 ../../mod/editpost.php:119
-msgid "audio link"
-msgstr "аудио-ссылка"
+#: ../../mod/install.php:456
+msgid ""
+"Please ensure that the user that your web server runs as (e.g. www-data) has"
+" write access to this folder."
+msgstr "Пожалуйста, убедитесь, что пользователь, под которым работает ваш веб-сервер (например www-data), имеет доступ на запись в этой папке."
 
-#: ../../include/conversation.php:1052 ../../mod/editpost.php:120
-msgid "Set your location"
-msgstr "Задать ваше местоположение"
+#: ../../mod/install.php:457
+msgid ""
+"Note: as a security measure, you should give the web server write access to "
+"view/smarty3/ only--not the template files (.tpl) that it contains."
+msgstr "Примечание: в качестве меры безопасности, вы должны дать вебсерверу доступ на запись только в view/smarty3 - но не на сами файлы шаблонов (.tpl)., Которые содержатся в этой папке."
 
-#: ../../include/conversation.php:1053 ../../mod/editpost.php:121
-msgid "set location"
-msgstr "установить местонахождение"
+#: ../../mod/install.php:460
+msgid "view/smarty3 is writable"
+msgstr "view/smarty3 доступен для записи"
 
-#: ../../include/conversation.php:1054 ../../mod/editpost.php:122
-msgid "Clear browser location"
-msgstr "Очистить местонахождение браузера"
+#: ../../mod/install.php:472
+msgid ""
+"Url rewrite in .htaccess is not working. Check your server configuration."
+msgstr "Url rewrite в .htaccess не работает. Проверьте конфигурацию вашего сервера.."
 
-#: ../../include/conversation.php:1055 ../../mod/editpost.php:123
-msgid "clear location"
-msgstr "убрать местонахождение"
+#: ../../mod/install.php:474
+msgid "Url rewrite is working"
+msgstr "Url rewrite работает"
 
-#: ../../include/conversation.php:1057 ../../mod/editpost.php:137
-msgid "Set title"
-msgstr "Установить заголовок"
+#: ../../mod/install.php:484
+msgid ""
+"The database configuration file \".htconfig.php\" could not be written. "
+"Please use the enclosed text to create a configuration file in your web "
+"server root."
+msgstr "Файл конфигурации базы данных \".htconfig.php\" не могла быть записан. Пожалуйста, используйте приложенный текст, чтобы создать конфигурационный файл в корневом каталоге веб-сервера."
 
-#: ../../include/conversation.php:1059 ../../mod/editpost.php:139
-msgid "Categories (comma-separated list)"
-msgstr "Ð\9aаÑ\82егоÑ\80ии (Ñ\81пиÑ\81ок Ñ\87еÑ\80ез Ð·Ð°Ð¿Ñ\8fÑ\82Ñ\83Ñ\8e)"
+#: ../../mod/install.php:508
+msgid "Errors encountered creating database tables."
+msgstr "Ð\9eбнаÑ\80Ñ\83женÑ\8b Ð¾Ñ\88ибки Ð¿Ñ\80и Ñ\81оздании Ñ\82аблиÑ\86 Ð±Ð°Ð·Ñ\8b Ð´Ð°Ð½Ð½Ñ\8bÑ\85."
 
-#: ../../include/conversation.php:1061 ../../mod/editpost.php:125
-msgid "Permission settings"
-msgstr "Настройки разрешений"
+#: ../../mod/install.php:519
+msgid "<h1>What next</h1>"
+msgstr "<h1>Что далее</h1>"
 
-#: ../../include/conversation.php:1062
-msgid "permissions"
-msgstr "разрешения"
+#: ../../mod/install.php:520
+msgid ""
+"IMPORTANT: You will need to [manually] setup a scheduled task for the "
+"poller."
+msgstr "ВАЖНО: Вам нужно будет [вручную] установить запланированное задание для регистратора."
 
-#: ../../include/conversation.php:1070 ../../mod/editpost.php:133
-msgid "CC: email addresses"
-msgstr "Ð\9aопии Ð½Ð° email Ð°Ð´Ñ\80еÑ\81а"
+#: ../../mod/admin.php:55
+msgid "Theme settings updated."
+msgstr "Ð\9dаÑ\81Ñ\82Ñ\80ойки Ñ\82емÑ\8b Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ñ\8b."
 
-#: ../../include/conversation.php:1071 ../../mod/editpost.php:134
-msgid "Public post"
-msgstr "Ð\9fÑ\83блиÑ\87ное Ñ\81ообÑ\89ение"
+#: ../../mod/admin.php:101 ../../mod/admin.php:570
+msgid "Site"
+msgstr "СайÑ\82"
 
-#: ../../include/conversation.php:1073 ../../mod/editpost.php:140
-msgid "Example: bob@example.com, mary@example.com"
-msgstr "Пример: bob@example.com, mary@example.com"
+#: ../../mod/admin.php:102 ../../mod/admin.php:898 ../../mod/admin.php:913
+msgid "Users"
+msgstr "Пользователи"
 
-#: ../../include/conversation.php:1077 ../../mod/editpost.php:145
-#: ../../mod/photos.php:1553 ../../mod/photos.php:1597
-#: ../../mod/photos.php:1680 ../../mod/content.php:742
-#: ../../object/Item.php:662
-msgid "Preview"
-msgstr "предварительный просмотр"
+#: ../../mod/admin.php:103 ../../mod/admin.php:1002 ../../mod/admin.php:1044
+msgid "Plugins"
+msgstr "Плагины"
 
-#: ../../include/conversation.php:1080 ../../include/items.php:3981
-#: ../../mod/contacts.php:249 ../../mod/settings.php:561
-#: ../../mod/settings.php:587 ../../mod/dfrn_request.php:848
-#: ../../mod/suggest.php:32 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94
-#: ../../mod/editpost.php:148 ../../mod/fbrowser.php:81
-#: ../../mod/fbrowser.php:116 ../../mod/message.php:212
-#: ../../mod/photos.php:202 ../../mod/photos.php:290
-msgid "Cancel"
-msgstr "Отмена"
+#: ../../mod/admin.php:104 ../../mod/admin.php:1210 ../../mod/admin.php:1244
+msgid "Themes"
+msgstr "Темы"
 
-#: ../../include/conversation.php:1086
-msgid "Post to Groups"
-msgstr ""
+#: ../../mod/admin.php:105
+msgid "DB updates"
+msgstr "Обновление БД"
 
-#: ../../include/conversation.php:1087
-msgid "Post to Contacts"
-msgstr ""
+#: ../../mod/admin.php:120 ../../mod/admin.php:127 ../../mod/admin.php:1331
+msgid "Logs"
+msgstr "Журналы"
 
-#: ../../include/conversation.php:1088
-msgid "Private post"
-msgstr "Ð\9bиÑ\87ное Ñ\81ообÑ\89ение"
+#: ../../mod/admin.php:125 ../../include/nav.php:178
+msgid "Admin"
+msgstr "Ð\90дминиÑ\81Ñ\82Ñ\80аÑ\82оÑ\80"
 
-#: ../../include/enotify.php:16
-msgid "Friendica Notification"
-msgstr "Friendica уведомления"
+#: ../../mod/admin.php:126
+msgid "Plugin Features"
+msgstr "Возможности плагина"
 
-#: ../../include/enotify.php:19
-msgid "Thank You,"
-msgstr "СпаÑ\81ибо,"
+#: ../../mod/admin.php:128
+msgid "User registrations waiting for confirmation"
+msgstr "РегиÑ\81Ñ\82Ñ\80аÑ\86ии Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей, Ð¾Ð¶Ð¸Ð´Ð°Ñ\8eÑ\89ие Ð¿Ð¾Ð´Ñ\82веÑ\80ждениÑ\8f"
 
-#: ../../include/enotify.php:21
-#, php-format
-msgid "%s Administrator"
-msgstr "%s администратор"
+#: ../../mod/admin.php:187 ../../mod/admin.php:852
+msgid "Normal Account"
+msgstr "Обычный аккаунт"
 
-#: ../../include/enotify.php:40
-#, php-format
-msgid "%s <!item_type!>"
-msgstr "%s <!item_type!>"
+#: ../../mod/admin.php:188 ../../mod/admin.php:853
+msgid "Soapbox Account"
+msgstr "Аккаунт Витрина"
 
-#: ../../include/enotify.php:44
-#, php-format
-msgid "[Friendica:Notify] New mail received at %s"
-msgstr ""
+#: ../../mod/admin.php:189 ../../mod/admin.php:854
+msgid "Community/Celebrity Account"
+msgstr "Аккаунт Сообщество / Знаменитость"
 
-#: ../../include/enotify.php:46
-#, php-format
-msgid "%1$s sent you a new private message at %2$s."
-msgstr ""
+#: ../../mod/admin.php:190 ../../mod/admin.php:855
+msgid "Automatic Friend Account"
+msgstr "\"Автоматический друг\" Аккаунт"
 
-#: ../../include/enotify.php:47
-#, php-format
-msgid "%1$s sent you %2$s."
-msgstr ""
+#: ../../mod/admin.php:191
+msgid "Blog Account"
+msgstr "Аккаунт блога"
 
-#: ../../include/enotify.php:47
-msgid "a private message"
-msgstr "лиÑ\87ное Ñ\81ообÑ\89ение"
+#: ../../mod/admin.php:192
+msgid "Private Forum"
+msgstr "Ð\9bиÑ\87нÑ\8bй Ñ\84оÑ\80Ñ\83м"
 
-#: ../../include/enotify.php:48
-#, php-format
-msgid "Please visit %s to view and/or reply to your private messages."
-msgstr ""
+#: ../../mod/admin.php:211
+msgid "Message queues"
+msgstr "Очереди сообщений"
 
-#: ../../include/enotify.php:90
-#, php-format
-msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
-msgstr ""
+#: ../../mod/admin.php:216 ../../mod/admin.php:569 ../../mod/admin.php:897
+#: ../../mod/admin.php:1001 ../../mod/admin.php:1043 ../../mod/admin.php:1209
+#: ../../mod/admin.php:1243 ../../mod/admin.php:1330
+msgid "Administration"
+msgstr "Администрация"
 
-#: ../../include/enotify.php:97
-#, php-format
-msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
-msgstr ""
+#: ../../mod/admin.php:217
+msgid "Summary"
+msgstr "Резюме"
 
-#: ../../include/enotify.php:105
-#, php-format
-msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
-msgstr ""
+#: ../../mod/admin.php:219
+msgid "Registered users"
+msgstr "Зарегистрированные пользователи"
 
-#: ../../include/enotify.php:115
-#, php-format
-msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
-msgstr ""
+#: ../../mod/admin.php:221
+msgid "Pending registrations"
+msgstr "Ожидающие регистрации"
 
-#: ../../include/enotify.php:116
-#, php-format
-msgid "%s commented on an item/conversation you have been following."
-msgstr ""
+#: ../../mod/admin.php:222
+msgid "Version"
+msgstr "Версия"
 
-#: ../../include/enotify.php:119 ../../include/enotify.php:134
-#: ../../include/enotify.php:147 ../../include/enotify.php:165
-#: ../../include/enotify.php:178
-#, php-format
-msgid "Please visit %s to view and/or reply to the conversation."
-msgstr ""
+#: ../../mod/admin.php:224
+msgid "Active plugins"
+msgstr "Активные плагины"
 
-#: ../../include/enotify.php:126
-#, php-format
-msgid "[Friendica:Notify] %s posted to your profile wall"
-msgstr ""
+#: ../../mod/admin.php:247
+msgid "Can not parse base url. Must have at least <scheme>://<domain>"
+msgstr "Невозможно определить базовый URL. Он должен иметь следующий вид - <scheme>://<domain>"
 
-#: ../../include/enotify.php:128
-#, php-format
-msgid "%1$s posted to your profile wall at %2$s"
-msgstr ""
+#: ../../mod/admin.php:483
+msgid "Site settings updated."
+msgstr "Установки сайта обновлены."
 
-#: ../../include/enotify.php:130
-#, php-format
-msgid "%1$s posted to [url=%2$s]your wall[/url]"
-msgstr ""
+#: ../../mod/admin.php:512 ../../mod/settings.php:810
+msgid "No special theme for mobile devices"
+msgstr "Нет специальной темы для мобильных устройств"
 
-#: ../../include/enotify.php:141
-#, php-format
-msgid "[Friendica:Notify] %s tagged you"
-msgstr ""
+#: ../../mod/admin.php:529 ../../mod/contacts.php:402
+msgid "Never"
+msgstr "Никогда"
 
-#: ../../include/enotify.php:142
-#, php-format
-msgid "%1$s tagged you at %2$s"
-msgstr ""
+#: ../../mod/admin.php:530 ../../include/contact_selectors.php:56
+msgid "Frequently"
+msgstr "Часто"
 
-#: ../../include/enotify.php:143
-#, php-format
-msgid "%1$s [url=%2$s]tagged you[/url]."
-msgstr ""
+#: ../../mod/admin.php:531 ../../include/contact_selectors.php:57
+msgid "Hourly"
+msgstr "Раз в час"
 
-#: ../../include/enotify.php:155
-#, php-format
-msgid "[Friendica:Notify] %1$s poked you"
-msgstr ""
+#: ../../mod/admin.php:532 ../../include/contact_selectors.php:58
+msgid "Twice daily"
+msgstr "Два раза в день"
 
-#: ../../include/enotify.php:156
-#, php-format
-msgid "%1$s poked you at %2$s"
-msgstr ""
+#: ../../mod/admin.php:533 ../../include/contact_selectors.php:59
+msgid "Daily"
+msgstr "Ежедневно"
 
-#: ../../include/enotify.php:157
-#, php-format
-msgid "%1$s [url=%2$s]poked you[/url]."
-msgstr ""
+#: ../../mod/admin.php:538
+msgid "Multi user instance"
+msgstr "Многопользовательский вид"
 
-#: ../../include/enotify.php:172
-#, php-format
-msgid "[Friendica:Notify] %s tagged your post"
-msgstr ""
+#: ../../mod/admin.php:556
+msgid "Closed"
+msgstr "Закрыто"
 
-#: ../../include/enotify.php:173
-#, php-format
-msgid "%1$s tagged your post at %2$s"
-msgstr ""
+#: ../../mod/admin.php:557
+msgid "Requires approval"
+msgstr "Требуется подтверждение"
 
-#: ../../include/enotify.php:174
-#, php-format
-msgid "%1$s tagged [url=%2$s]your post[/url]"
-msgstr ""
+#: ../../mod/admin.php:558
+msgid "Open"
+msgstr "Открыто"
 
-#: ../../include/enotify.php:185
-msgid "[Friendica:Notify] Introduction received"
-msgstr "[Friendica:Сообщение] получен запрос"
+#: ../../mod/admin.php:562
+msgid "No SSL policy, links will track page SSL state"
+msgstr "Нет режима SSL, состояние SSL не будет отслеживаться"
 
-#: ../../include/enotify.php:186
-#, php-format
-msgid "You've received an introduction from '%1$s' at %2$s"
-msgstr ""
+#: ../../mod/admin.php:563
+msgid "Force all links to use SSL"
+msgstr "Заставить все ссылки использовать SSL"
 
-#: ../../include/enotify.php:187
-#, php-format
-msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
-msgstr ""
+#: ../../mod/admin.php:564
+msgid "Self-signed certificate, use SSL for local links only (discouraged)"
+msgstr "Само-подписанный сертификат, использовать SSL только локально (не рекомендуется)"
 
-#: ../../include/enotify.php:190 ../../include/enotify.php:208
-#, php-format
-msgid "You may visit their profile at %s"
-msgstr ""
+#: ../../mod/admin.php:571 ../../mod/admin.php:1045 ../../mod/admin.php:1245
+#: ../../mod/admin.php:1332 ../../mod/settings.php:601
+#: ../../mod/settings.php:711 ../../mod/settings.php:780
+#: ../../mod/settings.php:856 ../../mod/settings.php:1084
+msgid "Save Settings"
+msgstr "Сохранить настройки"
 
-#: ../../include/enotify.php:192
-#, php-format
-msgid "Please visit %s to approve or reject the introduction."
-msgstr "Посетите %s для подтверждения или отказа запроса."
+#: ../../mod/admin.php:573
+msgid "File upload"
+msgstr "Загрузка файлов"
 
-#: ../../include/enotify.php:199
-msgid "[Friendica:Notify] Friend suggestion received"
-msgstr ""
+#: ../../mod/admin.php:574
+msgid "Policies"
+msgstr "Политики"
 
-#: ../../include/enotify.php:200
-#, php-format
-msgid "You've received a friend suggestion from '%1$s' at %2$s"
-msgstr ""
+#: ../../mod/admin.php:575
+msgid "Advanced"
+msgstr "Расширенный"
 
-#: ../../include/enotify.php:201
-#, php-format
-msgid ""
-"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
-msgstr ""
+#: ../../mod/admin.php:576
+msgid "Performance"
+msgstr "Производительность"
 
-#: ../../include/enotify.php:206
-msgid "Name:"
-msgstr "Имя:"
+#: ../../mod/admin.php:577
+msgid ""
+"Relocate - WARNING: advanced function. Could make this server unreachable."
+msgstr "Переместить - ПРЕДУПРЕЖДЕНИЕ: расширеная функция. Может сделать этот сервер недоступным."
 
-#: ../../include/enotify.php:207
-msgid "Photo:"
-msgstr "ФоÑ\82о:"
+#: ../../mod/admin.php:580
+msgid "Site name"
+msgstr "Ð\9dазвание Ñ\81айÑ\82а"
 
-#: ../../include/enotify.php:210
-#, php-format
-msgid "Please visit %s to approve or reject the suggestion."
-msgstr ""
+#: ../../mod/admin.php:581
+msgid "Banner/Logo"
+msgstr "Баннер/Логотип"
 
-#: ../../include/message.php:15 ../../include/message.php:172
-msgid "[no subject]"
-msgstr "[без темы]"
+#: ../../mod/admin.php:582
+msgid "Additional Info"
+msgstr "Дополнительная информация"
 
-#: ../../include/message.php:144 ../../mod/item.php:443
-#: ../../mod/wall_upload.php:135 ../../mod/wall_upload.php:144
-#: ../../mod/wall_upload.php:151
-msgid "Wall Photos"
-msgstr "ФоÑ\82о Ñ\81Ñ\82енÑ\8b"
+#: ../../mod/admin.php:582
+msgid ""
+"For public servers: you can add additional information here that will be "
+"listed at dir.friendica.com/siteinfo."
+msgstr "Ð\94лÑ\8f Ð¿Ñ\83блиÑ\87нÑ\8bÑ\85 Ñ\81еÑ\80веÑ\80ов: Ð²Ñ\8b Ð¼Ð¾Ð¶ÐµÑ\82е Ð´Ð¾Ð±Ð°Ð²Ð¸Ñ\82Ñ\8c Ð´Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ\82елÑ\8cнÑ\83Ñ\8e Ð¸Ð½Ñ\84оÑ\80маÑ\86иÑ\8e, ÐºÐ¾Ñ\82оÑ\80аÑ\8f Ð±Ñ\83деÑ\82 Ð¿ÐµÑ\80еÑ\87иÑ\81лена Ð² dir.friendica.com/siteinfo."
 
-#: ../../include/nav.php:34 ../../mod/navigation.php:20
-msgid "Nothing new here"
-msgstr "Ð\9dиÑ\87его Ð½Ð¾Ð²Ð¾Ð³Ð¾ Ð·Ð´ÐµÑ\81Ñ\8c"
+#: ../../mod/admin.php:583
+msgid "System language"
+msgstr "СиÑ\81Ñ\82емнÑ\8bй Ñ\8fзÑ\8bк"
 
-#: ../../include/nav.php:38 ../../mod/navigation.php:24
-msgid "Clear notifications"
-msgstr "Стереть уведомления"
+#: ../../mod/admin.php:584
+msgid "System theme"
+msgstr "Системная тема"
 
-#: ../../include/nav.php:73 ../../boot.php:1057
-msgid "Logout"
-msgstr "Выход"
+#: ../../mod/admin.php:584
+msgid ""
+"Default system theme - may be over-ridden by user profiles - <a href='#' "
+"id='cnftheme'>change theme settings</a>"
+msgstr "Тема системы по умолчанию - может быть переопределена пользователем - <a href='#' id='cnftheme'>изменить настройки темы</a>"
 
-#: ../../include/nav.php:73
-msgid "End this session"
-msgstr "Ð\9aонеÑ\86 Ñ\8dÑ\82ой Ñ\81еÑ\81Ñ\81ии"
+#: ../../mod/admin.php:585
+msgid "Mobile system theme"
+msgstr "Ð\9cобилÑ\8cнаÑ\8f Ñ\82ема Ñ\81иÑ\81Ñ\82емÑ\8b"
 
-#: ../../include/nav.php:76 ../../boot.php:1861
-msgid "Status"
-msgstr "СÑ\82аÑ\82Ñ\83Ñ\81"
+#: ../../mod/admin.php:585
+msgid "Theme for mobile devices"
+msgstr "Тема Ð´Ð»Ñ\8f Ð¼Ð¾Ð±Ð¸Ð»Ñ\8cнÑ\8bÑ\85 Ñ\83Ñ\81Ñ\82Ñ\80ойÑ\81Ñ\82в"
 
-#: ../../include/nav.php:76 ../../include/nav.php:143
-#: ../../view/theme/diabook/theme.php:87
-msgid "Your posts and conversations"
-msgstr "Ваши сообщения и беседы"
+#: ../../mod/admin.php:586
+msgid "SSL link policy"
+msgstr "Политика SSL"
 
-#: ../../include/nav.php:77 ../../view/theme/diabook/theme.php:88
-msgid "Your profile page"
-msgstr "СÑ\82Ñ\80аниÑ\86а Ð\92аÑ\88его Ð¿Ñ\80оÑ\84илÑ\8f"
+#: ../../mod/admin.php:586
+msgid "Determines whether generated links should be forced to use SSL"
+msgstr "СÑ\81Ñ\8bлки Ð´Ð¾Ð»Ð¶Ð½Ñ\8b Ð±Ñ\8bÑ\82Ñ\8c Ð²Ñ\8bнÑ\83жденÑ\8b Ð¸Ñ\81полÑ\8cзоваÑ\82Ñ\8c SSL"
 
-#: ../../include/nav.php:78 ../../mod/fbrowser.php:25
-#: ../../view/theme/diabook/theme.php:90 ../../boot.php:1875
-msgid "Photos"
-msgstr "Фото"
+#: ../../mod/admin.php:587
+msgid "Old style 'Share'"
+msgstr "Старый стиль 'Share'"
 
-#: ../../include/nav.php:78 ../../view/theme/diabook/theme.php:90
-msgid "Your photos"
-msgstr "Ð\92аÑ\88и Ñ\84оÑ\82огÑ\80аÑ\84ии"
+#: ../../mod/admin.php:587
+msgid "Deactivates the bbcode element 'share' for repeating items."
+msgstr "Ð\9eÑ\82клÑ\8eÑ\87ение BBCode Ñ\8dлеменÑ\82а 'share' Ð´Ð»Ñ\8f Ð¿Ð¾Ð²Ñ\82оÑ\80Ñ\8fÑ\8eÑ\89иÑ\85Ñ\81Ñ\8f Ñ\8dлеменÑ\82ов."
 
-#: ../../include/nav.php:79 ../../mod/events.php:370
-#: ../../view/theme/diabook/theme.php:91 ../../boot.php:1885
-msgid "Events"
-msgstr "Мероприятия"
+#: ../../mod/admin.php:588
+msgid "Hide help entry from navigation menu"
+msgstr "Скрыть пункт \"помощь\" в меню навигации"
 
-#: ../../include/nav.php:79 ../../view/theme/diabook/theme.php:91
-msgid "Your events"
-msgstr "Ваши события"
+#: ../../mod/admin.php:588
+msgid ""
+"Hides the menu entry for the Help pages from the navigation menu. You can "
+"still access it calling /help directly."
+msgstr "Скрывает элемент меню для страницы справки из меню навигации. Вы все еще можете получить доступ к нему через вызов/помощь напрямую."
 
-#: ../../include/nav.php:80 ../../view/theme/diabook/theme.php:92
-msgid "Personal notes"
-msgstr "Ð\9bиÑ\87нÑ\8bе Ð·Ð°Ð¼ÐµÑ\82ки"
+#: ../../mod/admin.php:589
+msgid "Single user instance"
+msgstr "Ð\9eднополÑ\8cзоваÑ\82елÑ\8cÑ\81кий Ñ\80ежим"
 
-#: ../../include/nav.php:80 ../../view/theme/diabook/theme.php:92
-msgid "Your personal photos"
-msgstr "Ð\92аÑ\88и Ð»Ð¸Ñ\87нÑ\8bе Ñ\84оÑ\82огÑ\80аÑ\84ии"
+#: ../../mod/admin.php:589
+msgid "Make this instance multi-user or single-user for the named user"
+msgstr "СделаÑ\82Ñ\8c Ñ\8dÑ\82оÑ\82 Ñ\8dкземплÑ\8fÑ\80 Ð¼Ð½Ð¾Ð³Ð¾Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8cÑ\81ким, Ð¸Ð»Ð¸ Ð¾Ð´Ð½Ð¾Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8cÑ\81ким Ð´Ð»Ñ\8f Ð½Ð°Ð·Ð²Ð°Ð½Ð½Ð¾Ð³Ð¾ Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f"
 
-#: ../../include/nav.php:91 ../../boot.php:1058
-msgid "Login"
-msgstr "Ð\92Ñ\85од"
+#: ../../mod/admin.php:590
+msgid "Maximum image size"
+msgstr "Ð\9cакÑ\81ималÑ\8cнÑ\8bй Ñ\80азмеÑ\80 Ð¸Ð·Ð¾Ð±Ñ\80ажениÑ\8f"
 
-#: ../../include/nav.php:91
-msgid "Sign in"
-msgstr "Вход"
+#: ../../mod/admin.php:590
+msgid ""
+"Maximum size in bytes of uploaded images. Default is 0, which means no "
+"limits."
+msgstr "Максимальный размер в байтах для загружаемых изображений. По умолчанию 0, что означает отсутствие ограничений."
 
-#: ../../include/nav.php:104 ../../include/nav.php:143
-#: ../../mod/notifications.php:93 ../../view/theme/diabook/theme.php:87
-msgid "Home"
-msgstr "Главная"
+#: ../../mod/admin.php:591
+msgid "Maximum image length"
+msgstr "Максимальная длина картинки"
 
-#: ../../include/nav.php:104
-msgid "Home Page"
-msgstr "Главная страница"
+#: ../../mod/admin.php:591
+msgid ""
+"Maximum length in pixels of the longest side of uploaded images. Default is "
+"-1, which means no limits."
+msgstr "Максимальная длина в пикселях для длинной стороны загруженных изображений. По умолчанию равно -1, что означает отсутствие ограничений."
 
-#: ../../include/nav.php:108 ../../mod/register.php:275 ../../boot.php:1033
-msgid "Register"
-msgstr "РегиÑ\81Ñ\82Ñ\80аÑ\86ия"
+#: ../../mod/admin.php:592
+msgid "JPEG image quality"
+msgstr "Ð\9aаÑ\87еÑ\81Ñ\82во JPEG Ð¸Ð·Ð¾Ð±Ñ\80ажения"
 
-#: ../../include/nav.php:108
-msgid "Create an account"
-msgstr "Создать аккаунт"
+#: ../../mod/admin.php:592
+msgid ""
+"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
+"100, which is full quality."
+msgstr "Загруженные изображения JPEG будут сохранены в этом качестве [0-100]. По умолчанию 100, что означает полное качество."
 
-#: ../../include/nav.php:113 ../../mod/help.php:84
-msgid "Help"
-msgstr "Ð\9fомоÑ\89Ñ\8c"
+#: ../../mod/admin.php:594
+msgid "Register policy"
+msgstr "Ð\9fолиÑ\82ика Ñ\80егиÑ\81Ñ\82Ñ\80аÑ\86иÑ\8f"
 
-#: ../../include/nav.php:113
-msgid "Help and documentation"
-msgstr "Ð\9fомоÑ\89Ñ\8c Ð¸ Ð´Ð¾ÐºÑ\83менÑ\82аÑ\86иÑ\8f"
+#: ../../mod/admin.php:595
+msgid "Maximum Daily Registrations"
+msgstr "Ð\9cакÑ\81ималÑ\8cное Ñ\87иÑ\81ло Ñ\80егиÑ\81Ñ\82Ñ\80аÑ\86ий Ð² Ð´ÐµÐ½Ñ\8c"
 
-#: ../../include/nav.php:116
-msgid "Apps"
-msgstr "Приложения"
+#: ../../mod/admin.php:595
+msgid ""
+"If registration is permitted above, this sets the maximum number of new user"
+" registrations to accept per day.  If register is set to closed, this "
+"setting has no effect."
+msgstr "Если регистрация разрешена, этот параметр устанавливает максимальное количество новых регистраций пользователей в день. Если регистрация закрыта, эта опция не имеет никакого эффекта."
 
-#: ../../include/nav.php:116
-msgid "Addon applications, utilities, games"
-msgstr "Ð\94ополниÑ\82елÑ\8cнÑ\8bе Ð¿Ñ\80иложениÑ\8f, Ñ\83Ñ\82илиÑ\82Ñ\8b, Ð¸Ð³Ñ\80Ñ\8b"
+#: ../../mod/admin.php:596
+msgid "Register text"
+msgstr "ТекÑ\81Ñ\82 Ñ\80егиÑ\81Ñ\82Ñ\80аÑ\86ии"
 
-#: ../../include/nav.php:118
-msgid "Search site content"
-msgstr "Ð\9fоиÑ\81к Ð¿Ð¾ Ñ\81айÑ\82Ñ\83"
+#: ../../mod/admin.php:596
+msgid "Will be displayed prominently on the registration page."
+msgstr "Ð\91Ñ\83деÑ\82 Ð½Ð°Ñ\85одиÑ\82Ñ\8cÑ\81Ñ\8f Ð½Ð° Ð²Ð¸Ð´Ð½Ð¾Ð¼ Ð¼ÐµÑ\81Ñ\82е Ð½Ð° Ñ\81Ñ\82Ñ\80аниÑ\86е Ñ\80егиÑ\81Ñ\82Ñ\80аÑ\86ии."
 
-#: ../../include/nav.php:128 ../../mod/community.php:32
-#: ../../view/theme/diabook/theme.php:93
-msgid "Community"
-msgstr "Сообщество"
+#: ../../mod/admin.php:597
+msgid "Accounts abandoned after x days"
+msgstr "Аккаунт считается после x дней не воспользованным"
 
-#: ../../include/nav.php:128
-msgid "Conversations on this site"
-msgstr "Беседы на этом сайте"
+#: ../../mod/admin.php:597
+msgid ""
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
+msgstr "Не будет тратить ресурсы для опроса сайтов для бесхозных контактов. Введите 0 для отключения лимита времени."
 
-#: ../../include/nav.php:130
-msgid "Directory"
-msgstr "Ð\9aаÑ\82алог"
+#: ../../mod/admin.php:598
+msgid "Allowed friend domains"
+msgstr "РазÑ\80еÑ\88еннÑ\8bе Ð´Ð¾Ð¼ÐµÐ½Ñ\8b Ð´Ñ\80Ñ\83зей"
 
-#: ../../include/nav.php:130
-msgid "People directory"
-msgstr "Каталог участников"
+#: ../../mod/admin.php:598
+msgid ""
+"Comma separated list of domains which are allowed to establish friendships "
+"with this site. Wildcards are accepted. Empty to allow any domains"
+msgstr "Разделенный запятыми список доменов, которые разрешены для установления связей. Групповые символы принимаются. Оставьте пустым для разрешения связи со всеми доменами."
 
-#: ../../include/nav.php:140 ../../mod/notifications.php:83
-msgid "Network"
-msgstr "СеÑ\82Ñ\8c"
+#: ../../mod/admin.php:599
+msgid "Allowed email domains"
+msgstr "РазÑ\80еÑ\88еннÑ\8bе Ð¿Ð¾Ñ\87Ñ\82овÑ\8bе Ð´Ð¾Ð¼ÐµÐ½Ñ\8b"
 
-#: ../../include/nav.php:140
-msgid "Conversations from your friends"
-msgstr "Беседы с друзьями"
+#: ../../mod/admin.php:599
+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 "Разделенный запятыми список доменов, которые разрешены для установления связей. Групповые символы принимаются. Оставьте пустым для разрешения связи со всеми доменами."
 
-#: ../../include/nav.php:141
-msgid "Network Reset"
-msgstr ""
+#: ../../mod/admin.php:600
+msgid "Block public"
+msgstr "Блокировать общественный доступ"
 
-#: ../../include/nav.php:141
-msgid "Load Network page with no filters"
-msgstr ""
+#: ../../mod/admin.php:600
+msgid ""
+"Check to block public access to all otherwise public personal pages on this "
+"site unless you are currently logged in."
+msgstr "Отметьте, чтобы заблокировать публичный доступ ко всем иным публичным персональным страницам на этом сайте, если вы не вошли на сайт."
 
-#: ../../include/nav.php:149 ../../mod/notifications.php:98
-msgid "Introductions"
-msgstr "Ð\97апÑ\80оÑ\81Ñ\8b"
+#: ../../mod/admin.php:601
+msgid "Force publish"
+msgstr "Ð\9fÑ\80инÑ\83диÑ\82елÑ\8cнаÑ\8f Ð¿Ñ\83бликаÑ\86иÑ\8f"
 
-#: ../../include/nav.php:149
-msgid "Friend Requests"
-msgstr "Запросы на добавление в список друзей"
+#: ../../mod/admin.php:601
+msgid ""
+"Check to force all profiles on this site to be listed in the site directory."
+msgstr "Отметьте, чтобы принудительно заставить все профили на этом сайте, быть перечислеными в каталоге сайта."
 
-#: ../../include/nav.php:150 ../../mod/notifications.php:220
-msgid "Notifications"
-msgstr "Уведомления"
+#: ../../mod/admin.php:602
+msgid "Global directory update URL"
+msgstr "URL обновления глобального каталога"
 
-#: ../../include/nav.php:151
-msgid "See all notifications"
-msgstr "Посмотреть все уведомления"
+#: ../../mod/admin.php:602
+msgid ""
+"URL to update the global directory. If this is not set, the global directory"
+" is completely unavailable to the application."
+msgstr "URL для обновления глобального каталога. Если он не установлен, глобальный каталог полностью недоступен для приложения."
 
-#: ../../include/nav.php:152
-msgid "Mark all system notifications seen"
-msgstr ""
+#: ../../mod/admin.php:603
+msgid "Allow threaded items"
+msgstr "Разрешить темы в обсуждении"
 
-#: ../../include/nav.php:156 ../../mod/message.php:182
-#: ../../mod/notifications.php:103
-msgid "Messages"
-msgstr "Сообщения"
+#: ../../mod/admin.php:603
+msgid "Allow infinite level threading for items on this site."
+msgstr "Разрешить бесконечный уровень для тем на этом сайте."
 
-#: ../../include/nav.php:156
-msgid "Private mail"
-msgstr "Ð\9bиÑ\87наÑ\8f Ð¿Ð¾Ñ\87Ñ\82а"
+#: ../../mod/admin.php:604
+msgid "Private posts by default for new users"
+msgstr "ЧаÑ\81Ñ\82нÑ\8bе Ñ\81ообÑ\89ениÑ\8f Ð¿Ð¾ Ñ\83молÑ\87аниÑ\8e Ð´Ð»Ñ\8f Ð½Ð¾Ð²Ñ\8bÑ\85 Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей"
 
-#: ../../include/nav.php:157
-msgid "Inbox"
-msgstr "Входящие"
+#: ../../mod/admin.php:604
+msgid ""
+"Set default post permissions for all new members to the default privacy "
+"group rather than public."
+msgstr "Установить права на создание постов по умолчанию для всех участников в дефолтной приватной группе, а не для публичных участников."
 
-#: ../../include/nav.php:158
-msgid "Outbox"
-msgstr "Ð\98Ñ\81Ñ\85одÑ\8fÑ\89ие"
+#: ../../mod/admin.php:605
+msgid "Don't include post content in email notifications"
+msgstr "Ð\9dе Ð²ÐºÐ»Ñ\8eÑ\87аÑ\82Ñ\8c Ñ\82екÑ\81Ñ\82 Ñ\81ообÑ\89ениÑ\8f Ð² email-оповеÑ\89ение."
 
-#: ../../include/nav.php:159 ../../mod/message.php:9
-msgid "New Message"
-msgstr "Новое сообщение"
-
-#: ../../include/nav.php:162
-msgid "Manage"
-msgstr "Управлять"
-
-#: ../../include/nav.php:162
-msgid "Manage other pages"
-msgstr "Управление другими страницами"
+#: ../../mod/admin.php:605
+msgid ""
+"Don't include the content of a post/comment/private message/etc. in the "
+"email notifications that are sent out from this site, as a privacy measure."
+msgstr "Не включать содержание сообщения/комментария/личного сообщения  и т.д.. в уведомления электронной почты, отправленных с сайта, в качестве меры конфиденциальности."
 
-#: ../../include/nav.php:165
-msgid "Delegations"
-msgstr ""
+#: ../../mod/admin.php:606
+msgid "Disallow public access to addons listed in the apps menu."
+msgstr "Запретить публичный доступ к аддонам, перечисленным в меню приложений."
 
-#: ../../include/nav.php:165 ../../mod/delegate.php:121
-msgid "Delegate Page Management"
-msgstr "Делегировать управление страницей"
+#: ../../mod/admin.php:606
+msgid ""
+"Checking this box will restrict addons listed in the apps menu to members "
+"only."
+msgstr "При установке этого флажка, будут ограничены аддоны, перечисленные в меню приложений, только для участников."
 
-#: ../../include/nav.php:167 ../../mod/settings.php:74 ../../mod/admin.php:849
-#: ../../mod/admin.php:1057 ../../mod/uexport.php:48
-#: ../../mod/newmember.php:22 ../../view/theme/diabook/theme.php:537
-#: ../../view/theme/diabook/theme.php:658
-msgid "Settings"
-msgstr "Настройки"
+#: ../../mod/admin.php:607
+msgid "Don't embed private images in posts"
+msgstr "Не вставлять личные картинки в постах"
 
-#: ../../include/nav.php:167 ../../mod/settings.php:30 ../../mod/uexport.php:9
-msgid "Account settings"
-msgstr "Настройки аккаунта"
+#: ../../mod/admin.php:607
+msgid ""
+"Don't replace locally-hosted private photos in posts with an embedded copy "
+"of the image. This means that contacts who receive posts containing private "
+"photos will have to authenticate and load each image, which may take a "
+"while."
+msgstr "Не заменяйте локально расположенные фотографии в постах на внедрённые копии изображений. Это означает, что контакты, которые получают сообщения, содержащие личные фотографии, будут вынуждены идентефицироваться и грузить каждое изображение, что может занять некоторое время."
 
-#: ../../include/nav.php:169 ../../boot.php:1360
-msgid "Profiles"
-msgstr "Ð\9fÑ\80оÑ\84или"
+#: ../../mod/admin.php:608
+msgid "Allow Users to set remote_self"
+msgstr "РазÑ\80еÑ\88иÑ\82Ñ\8c Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8fм Ñ\83Ñ\81Ñ\82ановиÑ\82Ñ\8c remote_self"
 
-#: ../../include/nav.php:169
-msgid "Manage/Edit Profiles"
+#: ../../mod/admin.php:608
+msgid ""
+"With checking this, every user is allowed to mark every contact as a "
+"remote_self in the repair contact dialog. Setting this flag on a contact "
+"causes mirroring every posting of that contact in the users stream."
 msgstr ""
 
-#: ../../include/nav.php:171 ../../mod/contacts.php:607
-#: ../../view/theme/diabook/theme.php:89
-msgid "Contacts"
-msgstr "Контакты"
-
-#: ../../include/nav.php:171
-msgid "Manage/edit friends and contacts"
-msgstr "Управление / редактирование друзей и контактов"
+#: ../../mod/admin.php:609
+msgid "Block multiple registrations"
+msgstr "Блокировать множественные регистрации"
 
-#: ../../include/nav.php:178 ../../mod/admin.php:120
-msgid "Admin"
-msgstr "Ð\90дминиÑ\81Ñ\82Ñ\80аÑ\82оÑ\80"
+#: ../../mod/admin.php:609
+msgid "Disallow users to register additional accounts for use as pages."
+msgstr "Ð\97апÑ\80еÑ\82иÑ\82Ñ\8c Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8fм Ñ\80егиÑ\81Ñ\82Ñ\80иÑ\80оваÑ\82Ñ\8c Ð´Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ\82елÑ\8cнÑ\8bе Ð°ÐºÐºÐ°Ñ\83нÑ\82Ñ\8b Ð´Ð»Ñ\8f Ð¸Ñ\81полÑ\8cзованиÑ\8f Ð² ÐºÐ°Ñ\87еÑ\81Ñ\82ве Ñ\81Ñ\82Ñ\80аниÑ\86."
 
-#: ../../include/nav.php:178
-msgid "Site setup and configuration"
-msgstr "УÑ\81Ñ\82ановка Ð¸ ÐºÐ¾Ð½Ñ\84игÑ\83Ñ\80аÑ\86иÑ\8f Ñ\81айÑ\82а"
+#: ../../mod/admin.php:610
+msgid "OpenID support"
+msgstr "Ð\9fоддеÑ\80жка OpenID"
 
-#: ../../include/nav.php:182
-msgid "Navigation"
-msgstr ""
+#: ../../mod/admin.php:610
+msgid "OpenID support for registration and logins."
+msgstr "OpenID поддержка для регистрации и входа в систему."
 
-#: ../../include/nav.php:182
-msgid "Site map"
-msgstr ""
+#: ../../mod/admin.php:611
+msgid "Fullname check"
+msgstr "Проверка полного имени"
 
-#: ../../include/network.php:875
-msgid "view full size"
-msgstr "посмотреть в полный размер"
+#: ../../mod/admin.php:611
+msgid ""
+"Force users to register with a space between firstname and lastname in Full "
+"name, as an antispam measure"
+msgstr "Принудить пользователей регистрироваться с пробелом между именем и фамилией в строке \"полное имя\". Антиспам мера."
 
-#: ../../include/oembed.php:138
-msgid "Embedded content"
-msgstr "Встроенное содержание"
+#: ../../mod/admin.php:612
+msgid "UTF-8 Regular expressions"
+msgstr "UTF-8 регулярные выражения"
 
-#: ../../include/oembed.php:147
-msgid "Embedding disabled"
-msgstr "Ð\92Ñ\81Ñ\82Ñ\80аивание Ð¾Ñ\82клÑ\8eÑ\87ено"
+#: ../../mod/admin.php:612
+msgid "Use PHP UTF8 regular expressions"
+msgstr "Ð\98Ñ\81полÑ\8cзÑ\83йÑ\82е PHP UTF-8 Ð´Ð»Ñ\8f Ñ\80егÑ\83лÑ\8fÑ\80нÑ\8bÑ\85 Ð²Ñ\8bÑ\80ажений"
 
-#: ../../include/items.php:3446 ../../mod/dfrn_request.php:716
-msgid "[Name Withheld]"
-msgstr "[Имя не разглашается]"
+#: ../../mod/admin.php:613
+msgid "Show Community Page"
+msgstr "Показать страницу сообщества"
 
-#: ../../include/items.php:3453
-msgid "A new person is sharing with you at "
-msgstr "Новый человек делится с вами"
+#: ../../mod/admin.php:613
+msgid ""
+"Display a Community page showing all recent public postings on this site."
+msgstr "Показывать страницу сообщества с указанием всех последних публичных сообщений на этом сайте."
 
-#: ../../include/items.php:3453
-msgid "You have a new follower at "
-msgstr "У Ð²Ð°Ñ\81 ÐµÑ\81Ñ\82Ñ\8c Ð½Ð¾Ð²Ñ\8bй Ñ\84олловеÑ\80 Ð½Ð° "
+#: ../../mod/admin.php:614
+msgid "Enable OStatus support"
+msgstr "Ð\92клÑ\8eÑ\87иÑ\82Ñ\8c Ð¿Ð¾Ð´Ð´ÐµÑ\80жкÑ\83 OStatus"
 
-#: ../../include/items.php:3937 ../../mod/admin.php:158
-#: ../../mod/admin.php:797 ../../mod/admin.php:997 ../../mod/viewsrc.php:15
-#: ../../mod/notice.php:15 ../../mod/display.php:51 ../../mod/display.php:213
-msgid "Item not found."
-msgstr "Пункт не найден."
+#: ../../mod/admin.php:614
+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 "Обеспечить встроенную совместимость с OStatus (identi.ca, status.net и т.д.). Все коммуникации в OStatus являются открытыми, поэтому предупреждения безопасности будут иногда отображаться."
 
-#: ../../include/items.php:3976
-msgid "Do you really want to delete this item?"
+#: ../../mod/admin.php:615
+msgid "OStatus conversation completion interval"
 msgstr ""
 
-#: ../../include/items.php:3978 ../../mod/profiles.php:606
-#: ../../mod/api.php:105 ../../mod/register.php:239 ../../mod/contacts.php:246
-#: ../../mod/settings.php:934 ../../mod/settings.php:940
-#: ../../mod/settings.php:948 ../../mod/settings.php:952
-#: ../../mod/settings.php:957 ../../mod/settings.php:963
-#: ../../mod/settings.php:969 ../../mod/settings.php:975
-#: ../../mod/settings.php:1005 ../../mod/settings.php:1006
-#: ../../mod/settings.php:1007 ../../mod/settings.php:1008
-#: ../../mod/settings.php:1009 ../../mod/dfrn_request.php:836
-#: ../../mod/suggest.php:29 ../../mod/message.php:209
-msgid "Yes"
-msgstr "Да"
+#: ../../mod/admin.php:615
+msgid ""
+"How often shall the poller check for new entries in OStatus conversations? "
+"This can be a very ressource task."
+msgstr "Как часто процессы должны проверять наличие новых записей в OStatus разговорах? Это может быть очень ресурсоёмкой задачей."
 
-#: ../../include/items.php:4101 ../../mod/profiles.php:146
-#: ../../mod/profiles.php:567 ../../mod/notes.php:20 ../../mod/nogroup.php:25
-#: ../../mod/item.php:140 ../../mod/item.php:156 ../../mod/allfriends.php:9
-#: ../../mod/api.php:26 ../../mod/api.php:31 ../../mod/register.php:40
-#: ../../mod/regmod.php:118 ../../mod/attach.php:33 ../../mod/contacts.php:147
-#: ../../mod/settings.php:91 ../../mod/settings.php:542
-#: ../../mod/settings.php:547 ../../mod/crepair.php:115
-#: ../../mod/delegate.php:6 ../../mod/poke.php:135
-#: ../../mod/dfrn_confirm.php:53 ../../mod/suggest.php:56
-#: ../../mod/editpost.php:10 ../../mod/events.php:140 ../../mod/uimport.php:23
-#: ../../mod/follow.php:9 ../../mod/fsuggest.php:78 ../../mod/group.php:19
-#: ../../mod/viewcontacts.php:22 ../../mod/wall_attach.php:55
-#: ../../mod/wall_upload.php:66 ../../mod/invite.php:15
-#: ../../mod/invite.php:101 ../../mod/wallmessage.php:9
-#: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79
-#: ../../mod/wallmessage.php:103 ../../mod/manage.php:96
-#: ../../mod/message.php:38 ../../mod/message.php:174 ../../mod/mood.php:114
-#: ../../mod/network.php:6 ../../mod/notifications.php:66
-#: ../../mod/photos.php:133 ../../mod/photos.php:1044
-#: ../../mod/display.php:209 ../../mod/install.php:151
-#: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:169
-#: ../../mod/profile_photo.php:180 ../../mod/profile_photo.php:193
-#: ../../index.php:346
-msgid "Permission denied."
-msgstr "Нет разрешения."
+#: ../../mod/admin.php:616
+msgid "Enable Diaspora support"
+msgstr "Включить поддержку Diaspora"
 
-#: ../../include/items.php:4171
-msgid "Archives"
-msgstr "Ð\90Ñ\80Ñ\85ивÑ\8b"
+#: ../../mod/admin.php:616
+msgid "Provide built-in Diaspora network compatibility."
+msgstr "Ð\9eбеÑ\81пеÑ\87иÑ\82Ñ\8c Ð²Ñ\81Ñ\82Ñ\80оеннÑ\83Ñ\8e Ð¿Ð¾Ð´Ð´ÐµÑ\80жкÑ\83 Ñ\81еÑ\82и Diaspora."
 
-#: ../../include/security.php:22
-msgid "Welcome "
-msgstr "Ð\94обÑ\80о Ð¿Ð¾Ð¶Ð°Ð»Ð¾Ð²Ð°Ñ\82Ñ\8c"
+#: ../../mod/admin.php:617
+msgid "Only allow Friendica contacts"
+msgstr "Ð\9fозволÑ\8cÑ\82Ñ\8c Ñ\82олÑ\8cко  Friendica ÐºÐ¾Ð½Ñ\82акÑ\82Ñ\8b"
 
-#: ../../include/security.php:23
-msgid "Please upload a profile photo."
-msgstr "Пожалуйста, загрузите фотографию профиля."
+#: ../../mod/admin.php:617
+msgid ""
+"All contacts must use Friendica protocols. All other built-in communication "
+"protocols disabled."
+msgstr "Все контакты должны использовать только Friendica протоколы. Все другие встроенные коммуникационные протоколы отключены."
 
-#: ../../include/security.php:26
-msgid "Welcome back "
-msgstr "Ð\94обÑ\80о Ð¿Ð¾Ð¶Ð°Ð»Ð¾Ð²Ð°Ñ\82Ñ\8c Ð¾Ð±Ñ\80аÑ\82но, "
+#: ../../mod/admin.php:618
+msgid "Verify SSL"
+msgstr "Ð\9fÑ\80овеÑ\80ка SSL"
 
-#: ../../include/security.php:366
+#: ../../mod/admin.php:618
 msgid ""
-"The form security token was not correct. This probably happened because the "
-"form has been opened for too long (>3 hours) before submitting it."
-msgstr ""
+"If you wish, you can turn on strict certificate checking. This will mean you"
+" cannot connect (at all) to self-signed SSL sites."
+msgstr "Если хотите, вы можете включить строгую проверку сертификатов. Это будет означать, что вы не сможете соединиться (вообще) с сайтами, имеющими само-подписанный SSL сертификат."
 
-#: ../../mod/profiles.php:18 ../../mod/profiles.php:133
-#: ../../mod/profiles.php:160 ../../mod/profiles.php:579
-#: ../../mod/dfrn_confirm.php:62
-msgid "Profile not found."
-msgstr "Профиль не найден."
+#: ../../mod/admin.php:619
+msgid "Proxy user"
+msgstr "Прокси пользователь"
 
-#: ../../mod/profiles.php:37
-msgid "Profile deleted."
-msgstr "Профиль удален."
+#: ../../mod/admin.php:620
+msgid "Proxy URL"
+msgstr "Прокси URL"
 
-#: ../../mod/profiles.php:55 ../../mod/profiles.php:89
-msgid "Profile-"
-msgstr "Ð\9fÑ\80оÑ\84илÑ\8c-"
+#: ../../mod/admin.php:621
+msgid "Network timeout"
+msgstr "Тайм-аÑ\83Ñ\82 Ñ\81еÑ\82и"
 
-#: ../../mod/profiles.php:74 ../../mod/profiles.php:117
-msgid "New profile created."
-msgstr "Ð\9dовÑ\8bй Ð¿Ñ\80оÑ\84илÑ\8c Ñ\81оздан."
+#: ../../mod/admin.php:621
+msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
+msgstr "Ð\97наÑ\87ение Ñ\83казÑ\8bваеÑ\82Ñ\81Ñ\8f Ð² Ñ\81екÑ\83ндаÑ\85. Ð£Ñ\81Ñ\82ановиÑ\82е 0 Ð´Ð»Ñ\8f Ñ\81нÑ\8fÑ\82иÑ\8f Ð¾Ð³Ñ\80аниÑ\87ений (не Ñ\80екомендÑ\83еÑ\82Ñ\81Ñ\8f)."
 
-#: ../../mod/profiles.php:95
-msgid "Profile unavailable to clone."
-msgstr "Ð\9fÑ\80оÑ\84илÑ\8c Ð½ÐµÐ´Ð¾Ñ\81Ñ\82Ñ\83пен Ð´Ð»Ñ\8f ÐºÐ»Ð¾Ð½Ð¸Ñ\80ованиÑ\8f."
+#: ../../mod/admin.php:622
+msgid "Delivery interval"
+msgstr "Ð\98нÑ\82еÑ\80вал Ð¿Ð¾Ñ\81Ñ\82авки"
 
-#: ../../mod/profiles.php:170
-msgid "Profile Name is required."
-msgstr "Необходимо имя профиля."
+#: ../../mod/admin.php:622
+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 "Установите задержку выполнения фоновых процессов доставки до указанного количества секунд, чтобы уменьшить нагрузку на систему. Рекомендация: 4-5 для обычного shared хостинга, 2-3 для виртуальных частных серверов. 0-1 для мощных выделенных серверов."
 
-#: ../../mod/profiles.php:317
-msgid "Marital Status"
-msgstr ""
+#: ../../mod/admin.php:623
+msgid "Poll interval"
+msgstr "Интервал опроса"
 
-#: ../../mod/profiles.php:321
-msgid "Romantic Partner"
-msgstr ""
+#: ../../mod/admin.php:623
+msgid ""
+"Delay background polling processes by this many seconds to reduce system "
+"load. If 0, use delivery interval."
+msgstr "Установить задержку фоновых процессов опросов путем ограничения количества секунд, чтобы уменьшить нагрузку на систему. Если 0, используется интервал доставки."
 
-#: ../../mod/profiles.php:325
-msgid "Likes"
-msgstr ""
+#: ../../mod/admin.php:624
+msgid "Maximum Load Average"
+msgstr "Средняя максимальная нагрузка"
 
-#: ../../mod/profiles.php:329
-msgid "Dislikes"
-msgstr ""
+#: ../../mod/admin.php:624
+msgid ""
+"Maximum system load before delivery and poll processes are deferred - "
+"default 50."
+msgstr "Максимальная нагрузка на систему перед приостановкой процессов доставки и опросов - по умолчанию 50."
 
-#: ../../mod/profiles.php:333
-msgid "Work/Employment"
-msgstr ""
+#: ../../mod/admin.php:626
+msgid "Use MySQL full text engine"
+msgstr "Использовать систему полнотексного поиска MySQL"
 
-#: ../../mod/profiles.php:336
-msgid "Religion"
-msgstr "Религия"
+#: ../../mod/admin.php:626
+msgid ""
+"Activates the full text engine. Speeds up search - but can only search for "
+"four and more characters."
+msgstr "Активизирует систему полнотексного поиска. Ускоряет поиск - но может искать только при указании четырех и более символов."
 
-#: ../../mod/profiles.php:340
-msgid "Political Views"
+#: ../../mod/admin.php:627
+msgid "Suppress Language"
 msgstr ""
 
-#: ../../mod/profiles.php:344
-msgid "Gender"
-msgstr "Пол"
-
-#: ../../mod/profiles.php:348
-msgid "Sexual Preference"
+#: ../../mod/admin.php:627
+msgid "Suppress language information in meta information about a posting."
 msgstr ""
 
-#: ../../mod/profiles.php:352
-msgid "Homepage"
-msgstr ""
+#: ../../mod/admin.php:628
+msgid "Path to item cache"
+msgstr "Путь к элементам кэша"
 
-#: ../../mod/profiles.php:356
-msgid "Interests"
-msgstr "Хобби / Ð\98нÑ\82еÑ\80еÑ\81Ñ\8b"
+#: ../../mod/admin.php:629
+msgid "Cache duration in seconds"
+msgstr "Ð\92Ñ\80емÑ\8f Ð¶Ð¸Ð·Ð½Ð¸ ÐºÑ\8dÑ\88а Ð² Ñ\81екÑ\83ндаÑ\85"
 
-#: ../../mod/profiles.php:360
-msgid "Address"
-msgstr "Адрес"
+#: ../../mod/admin.php:629
+msgid ""
+"How long should the cache files be hold? Default value is 86400 seconds (One"
+" day)."
+msgstr "Как долго необходимо хранить файлы кэша? Значение по умолчанию 86400 секунд (один день)."
 
-#: ../../mod/profiles.php:367
-msgid "Location"
-msgstr "Ð\9cеÑ\81Ñ\82онаÑ\85ождение"
+#: ../../mod/admin.php:630
+msgid "Path for lock file"
+msgstr "Ð\9fÑ\83Ñ\82Ñ\8c Ðº Ñ\84айлÑ\83 Ð±Ð»Ð¾ÐºÐ¸Ñ\80овки"
 
-#: ../../mod/profiles.php:450
-msgid "Profile updated."
-msgstr "Ð\9fÑ\80оÑ\84илÑ\8c Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½."
+#: ../../mod/admin.php:631
+msgid "Temp path"
+msgstr "Ð\92Ñ\80еменнаÑ\8f Ð¿Ð°Ð¿ÐºÐ°"
 
-#: ../../mod/profiles.php:517
-msgid " and "
-msgstr "и"
+#: ../../mod/admin.php:632
+msgid "Base path to installation"
+msgstr "Ð\9fÑ\83Ñ\82Ñ\8c Ð´Ð»Ñ\8f Ñ\83Ñ\81Ñ\82ановки"
 
-#: ../../mod/profiles.php:525
-msgid "public profile"
-msgstr "пÑ\83блиÑ\87нÑ\8bй Ð¿Ñ\80оÑ\84илÑ\8c"
+#: ../../mod/admin.php:634
+msgid "New base url"
+msgstr "Ð\9dовÑ\8bй Ð±Ð°Ð·Ð¾Ð²Ñ\8bй url"
 
-#: ../../mod/profiles.php:528
-#, php-format
-msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
-msgstr ""
+#: ../../mod/admin.php:652
+msgid "Update has been marked successful"
+msgstr "Обновление было успешно отмечено"
 
-#: ../../mod/profiles.php:529
+#: ../../mod/admin.php:662
 #, php-format
-msgid " - Visit %1$s's %2$s"
-msgstr " - Посетить профиль %1$s [%2$s]"
+msgid "Executing %s failed. Check system logs."
+msgstr "Не удалось выполнить %s. Проверьте логи системы."
 
-#: ../../mod/profiles.php:532
+#: ../../mod/admin.php:665
 #, php-format
-msgid "%1$s has an updated %2$s, changing %3$s."
-msgstr ""
+msgid "Update %s was successfully applied."
+msgstr "Обновление %s успешно применено."
 
-#: ../../mod/profiles.php:605
-msgid "Hide your contact/friend list from viewers of this profile?"
-msgstr "Скрывать ваш список контактов / друзей от посетителей этого профиля?"
+#: ../../mod/admin.php:669
+#, php-format
+msgid "Update %s did not return a status. Unknown if it succeeded."
+msgstr "Процесс обновления %s не вернул статус. Не известно, выполнено, или нет."
 
-#: ../../mod/profiles.php:607 ../../mod/api.php:106 ../../mod/register.php:240
-#: ../../mod/settings.php:934 ../../mod/settings.php:940
-#: ../../mod/settings.php:948 ../../mod/settings.php:952
-#: ../../mod/settings.php:957 ../../mod/settings.php:963
-#: ../../mod/settings.php:969 ../../mod/settings.php:975
-#: ../../mod/settings.php:1005 ../../mod/settings.php:1006
-#: ../../mod/settings.php:1007 ../../mod/settings.php:1008
-#: ../../mod/settings.php:1009 ../../mod/dfrn_request.php:837
-msgid "No"
-msgstr "Нет"
+#: ../../mod/admin.php:672
+#, php-format
+msgid "Update function %s could not be found."
+msgstr "Функция обновления %s не найдена."
 
-#: ../../mod/profiles.php:625
-msgid "Edit Profile Details"
-msgstr "РедакÑ\82иÑ\80оваÑ\82Ñ\8c Ð´ÐµÑ\82али Ð¿Ñ\80оÑ\84илÑ\8f"
+#: ../../mod/admin.php:687
+msgid "No failed updates."
+msgstr "Ð\9dеÑ\83давÑ\88иÑ\85Ñ\81Ñ\8f Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ð¹ Ð½ÐµÑ\82."
 
-#: ../../mod/profiles.php:626 ../../mod/contacts.php:386
-#: ../../mod/settings.php:560 ../../mod/settings.php:670
-#: ../../mod/settings.php:739 ../../mod/settings.php:811
-#: ../../mod/settings.php:1037 ../../mod/crepair.php:166
-#: ../../mod/poke.php:199 ../../mod/admin.php:480 ../../mod/admin.php:751
-#: ../../mod/admin.php:890 ../../mod/admin.php:1090 ../../mod/admin.php:1177
-#: ../../mod/events.php:478 ../../mod/fsuggest.php:107 ../../mod/group.php:87
-#: ../../mod/invite.php:140 ../../mod/localtime.php:45
-#: ../../mod/manage.php:110 ../../mod/message.php:335
-#: ../../mod/message.php:564 ../../mod/mood.php:137 ../../mod/photos.php:1078
-#: ../../mod/photos.php:1199 ../../mod/photos.php:1501
-#: ../../mod/photos.php:1552 ../../mod/photos.php:1596
-#: ../../mod/photos.php:1679 ../../mod/install.php:248
-#: ../../mod/install.php:286 ../../mod/content.php:733
-#: ../../object/Item.php:653 ../../view/theme/cleanzero/config.php:80
-#: ../../view/theme/diabook/config.php:152
-#: ../../view/theme/diabook/theme.php:642 ../../view/theme/dispy/config.php:70
-#: ../../view/theme/quattro/config.php:64
-msgid "Submit"
-msgstr "Подтвердить"
-
-#: ../../mod/profiles.php:627
-msgid "Change Profile Photo"
-msgstr ""
-
-#: ../../mod/profiles.php:628
-msgid "View this profile"
-msgstr "Просмотреть этот профиль"
+#: ../../mod/admin.php:691
+msgid "Failed Updates"
+msgstr "Неудавшиеся обновления"
 
-#: ../../mod/profiles.php:629
-msgid "Create a new profile using these settings"
-msgstr "Создать новый профиль, используя эти настройки"
+#: ../../mod/admin.php:692
+msgid ""
+"This does not include updates prior to 1139, which did not return a status."
+msgstr "Эта цифра не включает обновления до 1139, которое не возвращает статус."
 
-#: ../../mod/profiles.php:630
-msgid "Clone this profile"
-msgstr "Ð\9aлониÑ\80оваÑ\82Ñ\8c Ñ\8dÑ\82оÑ\82 Ð¿Ñ\80оÑ\84илÑ\8c"
+#: ../../mod/admin.php:693
+msgid "Mark success (if update was manually applied)"
+msgstr "Ð\9eÑ\82меÑ\87ено Ñ\83Ñ\81пеÑ\88но (еÑ\81ли Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ðµ Ð±Ñ\8bло Ð¿Ñ\80именено Ð²Ñ\80Ñ\83Ñ\87нÑ\83Ñ\8e)"
 
-#: ../../mod/profiles.php:631
-msgid "Delete this profile"
-msgstr "УдалиÑ\82Ñ\8c Ñ\8dÑ\82оÑ\82 Ð¿Ñ\80оÑ\84илÑ\8c"
+#: ../../mod/admin.php:694
+msgid "Attempt to execute this update step automatically"
+msgstr "Ð\9fопÑ\8bÑ\82аÑ\82Ñ\8cÑ\81Ñ\8f Ð²Ñ\8bполниÑ\82Ñ\8c Ñ\8dÑ\82оÑ\82 Ñ\88аг Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ\8f Ð°Ð²Ñ\82омаÑ\82иÑ\87еÑ\81ки"
 
-#: ../../mod/profiles.php:632
-msgid "Profile Name:"
-msgstr "Ð\98мÑ\8f Ð¿Ñ\80оÑ\84илÑ\8f:"
+#: ../../mod/admin.php:740
+msgid "Registration successful. Email send to user"
+msgstr "РегиÑ\81Ñ\82Ñ\80аÑ\86иÑ\8f Ð·Ð°Ð²ÐµÑ\80Ñ\88ена. Email Ð¾Ñ\82пÑ\80авлен Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8e."
 
-#: ../../mod/profiles.php:633
-msgid "Your Full Name:"
-msgstr "Ваше полное имя:"
+#: ../../mod/admin.php:750
+#, php-format
+msgid "%s user blocked/unblocked"
+msgid_plural "%s users blocked/unblocked"
+msgstr[0] "%s пользователь заблокирован/разблокирован"
+msgstr[1] "%s пользователей заблокировано/разблокировано"
+msgstr[2] "%s пользователей заблокировано/разблокировано"
 
-#: ../../mod/profiles.php:634
-msgid "Title/Description:"
-msgstr "Заголовок / Описание:"
+#: ../../mod/admin.php:757
+#, php-format
+msgid "%s user deleted"
+msgid_plural "%s users deleted"
+msgstr[0] "%s человек удален"
+msgstr[1] "%s чел. удалено"
+msgstr[2] "%s чел. удалено"
 
-#: ../../mod/profiles.php:635
-msgid "Your Gender:"
-msgstr "Ваш пол:"
+#: ../../mod/admin.php:796
+#, php-format
+msgid "User '%s' deleted"
+msgstr "Пользователь '%s' удален"
 
-#: ../../mod/profiles.php:636
+#: ../../mod/admin.php:804
 #, php-format
-msgid "Birthday (%s):"
-msgstr "Ð\94енÑ\8c Ñ\80ождениÑ\8f (%s):"
+msgid "User '%s' unblocked"
+msgstr "Ð\9fолÑ\8cзоваÑ\82елÑ\8c '%s' Ñ\80азблокиÑ\80ован"
 
-#: ../../mod/profiles.php:637
-msgid "Street Address:"
-msgstr "Адрес:"
+#: ../../mod/admin.php:804
+#, php-format
+msgid "User '%s' blocked"
+msgstr "Пользователь '%s' блокирован"
 
-#: ../../mod/profiles.php:638
-msgid "Locality/City:"
-msgstr "Ð\93оÑ\80од / Ð\9dаÑ\81еленнÑ\8bй Ð¿Ñ\83нкÑ\82:"
+#: ../../mod/admin.php:899
+msgid "Add User"
+msgstr "Ð\94обавиÑ\82Ñ\8c Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f"
 
-#: ../../mod/profiles.php:639
-msgid "Postal/Zip Code:"
-msgstr "Ð\9fоÑ\87Ñ\82овÑ\8bй Ð¸Ð½Ð´ÐµÐºÑ\81:"
+#: ../../mod/admin.php:900
+msgid "select all"
+msgstr "вÑ\8bбÑ\80аÑ\82Ñ\8c Ð²Ñ\81е"
 
-#: ../../mod/profiles.php:640
-msgid "Country:"
-msgstr "СÑ\82Ñ\80ана:"
+#: ../../mod/admin.php:901
+msgid "User registrations waiting for confirm"
+msgstr "РегиÑ\81Ñ\82Ñ\80аÑ\86ии Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей, Ð¾Ð¶Ð¸Ð´Ð°Ñ\8eÑ\89ие Ð¿Ð¾Ð´Ñ\82веÑ\80ждениÑ\8f"
 
-#: ../../mod/profiles.php:641
-msgid "Region/State:"
-msgstr "Район / Ð\9eблаÑ\81Ñ\82Ñ\8c:"
+#: ../../mod/admin.php:902
+msgid "User waiting for permanent deletion"
+msgstr "Ð\9fолÑ\8cзоваÑ\82елÑ\8c Ð¾Ð¶Ð¸Ð´Ð°ÐµÑ\82 Ð¾ÐºÐ¾Ð½Ñ\87аÑ\82елÑ\8cного Ñ\83далениÑ\8f"
 
-#: ../../mod/profiles.php:642
-msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
-msgstr "<span class=\"heart\">&hearts;</span> Семейное положение:"
+#: ../../mod/admin.php:903
+msgid "Request date"
+msgstr "Запрос даты"
 
-#: ../../mod/profiles.php:643
-msgid "Who: (if applicable)"
-msgstr "Кто: (если требуется)"
+#: ../../mod/admin.php:903 ../../mod/admin.php:915 ../../mod/admin.php:916
+#: ../../mod/admin.php:929 ../../mod/crepair.php:150
+#: ../../mod/settings.php:603 ../../mod/settings.php:629
+msgid "Name"
+msgstr "Имя"
 
-#: ../../mod/profiles.php:644
-msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
-msgstr "Примеры: cathy123, Кэти Уильямс, cathy@example.com"
+#: ../../mod/admin.php:903 ../../mod/admin.php:915 ../../mod/admin.php:916
+#: ../../mod/admin.php:931 ../../include/contact_selectors.php:79
+#: ../../include/contact_selectors.php:86
+msgid "Email"
+msgstr "Эл. почта"
 
-#: ../../mod/profiles.php:645
-msgid "Since [date]:"
-msgstr ""
+#: ../../mod/admin.php:904
+msgid "No registrations."
+msgstr "Нет регистраций."
 
-#: ../../mod/profiles.php:647
-msgid "Homepage URL:"
-msgstr "Адрес домашней странички:"
+#: ../../mod/admin.php:905 ../../mod/notifications.php:161
+#: ../../mod/notifications.php:208
+msgid "Approve"
+msgstr "Одобрить"
 
-#: ../../mod/profiles.php:650
-msgid "Religious Views:"
-msgstr "РелигиознÑ\8bе Ð²Ð·Ð³Ð»Ñ\8fдÑ\8b:"
+#: ../../mod/admin.php:906
+msgid "Deny"
+msgstr "Ð\9eÑ\82клониÑ\82Ñ\8c"
 
-#: ../../mod/profiles.php:651
-msgid "Public Keywords:"
-msgstr "Общественные ключевые слова:"
+#: ../../mod/admin.php:908 ../../mod/contacts.php:425
+#: ../../mod/contacts.php:484 ../../mod/contacts.php:692
+msgid "Block"
+msgstr "Заблокировать"
 
-#: ../../mod/profiles.php:652
-msgid "Private Keywords:"
-msgstr "Личные ключевые слова:"
+#: ../../mod/admin.php:909 ../../mod/contacts.php:425
+#: ../../mod/contacts.php:484 ../../mod/contacts.php:692
+msgid "Unblock"
+msgstr "Разблокировать"
 
-#: ../../mod/profiles.php:655
-msgid "Example: fishing photography software"
-msgstr "Ð\9fÑ\80имеÑ\80: Ñ\80Ñ\8bбалка Ñ\84оÑ\82огÑ\80аÑ\84ии Ð¿Ñ\80огÑ\80аммное Ð¾Ð±ÐµÑ\81пеÑ\87ение"
+#: ../../mod/admin.php:910
+msgid "Site admin"
+msgstr "Ð\90дмин Ñ\81айÑ\82а"
 
-#: ../../mod/profiles.php:656
-msgid "(Used for suggesting potential friends, can be seen by others)"
-msgstr "(Используется для предложения потенциальным друзьям, могут увидеть другие)"
+#: ../../mod/admin.php:911
+msgid "Account expired"
+msgstr "Аккаунт просрочен"
 
-#: ../../mod/profiles.php:657
-msgid "(Used for searching profiles, never shown to others)"
-msgstr "(Используется для поиска профилей, никогда не показывается другим)"
+#: ../../mod/admin.php:914
+msgid "New User"
+msgstr "Новый пользователь"
 
-#: ../../mod/profiles.php:658
-msgid "Tell us about yourself..."
-msgstr "РаÑ\81Ñ\81кажиÑ\82е Ð½Ð°Ð¼ Ð¾ Ñ\81ебе ..."
+#: ../../mod/admin.php:915 ../../mod/admin.php:916
+msgid "Register date"
+msgstr "Ð\94аÑ\82а Ñ\80егиÑ\81Ñ\82Ñ\80аÑ\86ии"
 
-#: ../../mod/profiles.php:659
-msgid "Hobbies/Interests"
-msgstr "Хобби / Ð\98нÑ\82еÑ\80еÑ\81Ñ\8b"
+#: ../../mod/admin.php:915 ../../mod/admin.php:916
+msgid "Last login"
+msgstr "Ð\9fоÑ\81ледний Ð²Ñ\85од"
 
-#: ../../mod/profiles.php:660
-msgid "Contact information and Social Networks"
-msgstr "Ð\9aонÑ\82акÑ\82наÑ\8f Ð¸Ð½Ñ\84оÑ\80маÑ\86иÑ\8f Ð¸ Ñ\81оÑ\86иалÑ\8cнÑ\8bе Ñ\81еÑ\82и"
+#: ../../mod/admin.php:915 ../../mod/admin.php:916
+msgid "Last item"
+msgstr "Ð\9fоÑ\81ледний Ð¿Ñ\83нкÑ\82"
 
-#: ../../mod/profiles.php:661
-msgid "Musical interests"
-msgstr "Ð\9cÑ\83зÑ\8bкалÑ\8cнÑ\8bе Ð¸Ð½Ñ\82еÑ\80еÑ\81Ñ\8b"
+#: ../../mod/admin.php:915
+msgid "Deleted since"
+msgstr "УдалÑ\91н Ñ\81"
 
-#: ../../mod/profiles.php:662
-msgid "Books, literature"
-msgstr "Ð\9aниги, Ð»Ð¸Ñ\82еÑ\80аÑ\82Ñ\83Ñ\80а"
+#: ../../mod/admin.php:916
+msgid "Account"
+msgstr "Ð\90ккаÑ\83нÑ\82"
 
-#: ../../mod/profiles.php:663
-msgid "Television"
-msgstr "Телевидение"
+#: ../../mod/admin.php:918
+msgid ""
+"Selected users will be deleted!\\n\\nEverything these users had posted on "
+"this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "Выбранные пользователи будут удалены!\\n\\nВсе, что эти пользователи написали на этом сайте, будет удалено!\\n\\nВы уверены в вашем действии?"
 
-#: ../../mod/profiles.php:664
-msgid "Film/dance/culture/entertainment"
-msgstr "Кино / танцы / культура / развлечения"
+#: ../../mod/admin.php:919
+msgid ""
+"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
+"site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "Пользователь {0} будет удален!\\n\\nВсе, что этот пользователь написал на этом сайте, будет удалено!\\n\\nВы уверены в вашем действии?"
 
-#: ../../mod/profiles.php:665
-msgid "Love/romance"
-msgstr "Ð\9bÑ\8eбовÑ\8c / Ñ\80оманÑ\82ика"
+#: ../../mod/admin.php:929
+msgid "Name of the new user."
+msgstr "Ð\98мÑ\8f Ð½Ð¾Ð²Ð¾Ð³Ð¾ Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f."
 
-#: ../../mod/profiles.php:666
-msgid "Work/employment"
-msgstr "РабоÑ\82а / Ð·Ð°Ð½Ñ\8fÑ\82оÑ\81Ñ\82Ñ\8c"
+#: ../../mod/admin.php:930
+msgid "Nickname"
+msgstr "Ð\9dик"
 
-#: ../../mod/profiles.php:667
-msgid "School/education"
-msgstr "Школа / Ð¾Ð±Ñ\80азование"
+#: ../../mod/admin.php:930
+msgid "Nickname of the new user."
+msgstr "Ð\9dик Ð½Ð¾Ð²Ð¾Ð³Ð¾ Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f."
 
-#: ../../mod/profiles.php:672
-msgid ""
-"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
-"be visible to anybody using the internet."
-msgstr "Это ваш <strong>публичный</strong> профиль. <br /> Он <strong>может</strong> быть виден каждому, используя Интернет."
+#: ../../mod/admin.php:931
+msgid "Email address of the new user."
+msgstr "Email адрес нового пользователя."
 
-#: ../../mod/profiles.php:682 ../../mod/directory.php:111
-msgid "Age: "
-msgstr "Возраст: "
+#: ../../mod/admin.php:964
+#, php-format
+msgid "Plugin %s disabled."
+msgstr "Плагин %s отключен."
 
-#: ../../mod/profiles.php:721
-msgid "Edit/Manage Profiles"
-msgstr "Редактировать профиль"
+#: ../../mod/admin.php:968
+#, php-format
+msgid "Plugin %s enabled."
+msgstr "Плагин %s включен."
 
-#: ../../mod/profiles.php:722 ../../boot.php:1366 ../../boot.php:1392
-msgid "Change profile photo"
-msgstr "Ð\98змениÑ\82Ñ\8c Ñ\84оÑ\82о Ð¿Ñ\80оÑ\84илÑ\8f"
+#: ../../mod/admin.php:978 ../../mod/admin.php:1181
+msgid "Disable"
+msgstr "Ð\9eÑ\82клÑ\8eÑ\87иÑ\82Ñ\8c"
 
-#: ../../mod/profiles.php:723 ../../boot.php:1367
-msgid "Create New Profile"
-msgstr "СоздаÑ\82Ñ\8c Ð½Ð¾Ð²Ñ\8bй Ð¿Ñ\80оÑ\84иль"
+#: ../../mod/admin.php:980 ../../mod/admin.php:1183
+msgid "Enable"
+msgstr "Ð\92клÑ\8eÑ\87иÑ\82ь"
 
-#: ../../mod/profiles.php:734 ../../boot.php:1377
-msgid "Profile Image"
-msgstr "ФоÑ\82о Ð¿Ñ\80оÑ\84илÑ\8f"
+#: ../../mod/admin.php:1003 ../../mod/admin.php:1211
+msgid "Toggle"
+msgstr "Ð\9fеÑ\80еклÑ\8eÑ\87иÑ\82Ñ\8c"
 
-#: ../../mod/profiles.php:736 ../../boot.php:1380
-msgid "visible to everybody"
-msgstr "видимÑ\8bй Ð²Ñ\81ем"
+#: ../../mod/admin.php:1011 ../../mod/admin.php:1221
+msgid "Author: "
+msgstr "Ð\90вÑ\82оÑ\80:"
 
-#: ../../mod/profiles.php:737 ../../boot.php:1381
-msgid "Edit visibility"
-msgstr "РедакÑ\82иÑ\80оваÑ\82Ñ\8c Ð²Ð¸Ð´Ð¸Ð¼Ð¾Ñ\81Ñ\82Ñ\8c"
+#: ../../mod/admin.php:1012 ../../mod/admin.php:1222
+msgid "Maintainer: "
+msgstr "Ð\9fÑ\80огÑ\80амма Ð¾Ð±Ñ\81лÑ\83живаниÑ\8f"
 
-#: ../../mod/profperm.php:19 ../../mod/group.php:72 ../../index.php:345
-msgid "Permission denied"
-msgstr "Ð\94оÑ\81Ñ\82Ñ\83п Ð·Ð°Ð¿Ñ\80еÑ\89ен"
+#: ../../mod/admin.php:1141
+msgid "No themes found."
+msgstr "ТемÑ\8b Ð½Ðµ Ð½Ð°Ð¹Ð´ÐµÐ½Ñ\8b."
 
-#: ../../mod/profperm.php:25 ../../mod/profperm.php:55
-msgid "Invalid profile identifier."
-msgstr "Ð\9dедопÑ\83Ñ\81Ñ\82имÑ\8bй Ð¸Ð´ÐµÐ½Ñ\82иÑ\84икаÑ\82оÑ\80 Ð¿Ñ\80оÑ\84илÑ\8f."
+#: ../../mod/admin.php:1203
+msgid "Screenshot"
+msgstr "СкÑ\80инÑ\88оÑ\82"
 
-#: ../../mod/profperm.php:101
-msgid "Profile Visibility Editor"
-msgstr "Редактор видимости профиля"
+#: ../../mod/admin.php:1249
+msgid "[Experimental]"
+msgstr "[экспериментально]"
 
-#: ../../mod/profperm.php:105 ../../mod/group.php:224
-msgid "Click on a contact to add or remove."
-msgstr "Нажмите на контакт, чтобы добавить или удалить."
+#: ../../mod/admin.php:1250
+msgid "[Unsupported]"
+msgstr "[Неподдерживаемое]"
 
-#: ../../mod/profperm.php:114
-msgid "Visible To"
-msgstr "Ð\92идимÑ\8bй Ð´Ð»Ñ\8f"
+#: ../../mod/admin.php:1277
+msgid "Log settings updated."
+msgstr "Ð\9dаÑ\81Ñ\82Ñ\80ойки Ð¶Ñ\83Ñ\80нала Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ñ\8b."
 
-#: ../../mod/profperm.php:130
-msgid "All Contacts (with secure profile access)"
-msgstr "Ð\92Ñ\81е ÐºÐ¾Ð½Ñ\82акÑ\82Ñ\8b (Ñ\81 Ð±ÐµÐ·Ð¾Ð¿Ð°Ñ\81нÑ\8bм Ð´Ð¾Ñ\81Ñ\82Ñ\83пом Ðº Ð¿Ñ\80оÑ\84илÑ\8e)"
+#: ../../mod/admin.php:1333
+msgid "Clear"
+msgstr "Ð\9eÑ\87иÑ\81Ñ\82иÑ\82Ñ\8c"
 
-#: ../../mod/notes.php:44 ../../boot.php:1892
-msgid "Personal Notes"
-msgstr "Ð\9bиÑ\87нÑ\8bе Ð·Ð°Ð¼ÐµÑ\82ки"
+#: ../../mod/admin.php:1339
+msgid "Enable Debugging"
+msgstr "Ð\92клÑ\8eÑ\87иÑ\82Ñ\8c Ð¾Ñ\82ладкÑ\83"
 
-#: ../../mod/nogroup.php:40 ../../mod/contacts.php:395
-#: ../../mod/contacts.php:585 ../../mod/viewcontacts.php:62
-#, php-format
-msgid "Visit %s's profile [%s]"
-msgstr "Посетить профиль %s [%s]"
+#: ../../mod/admin.php:1340
+msgid "Log file"
+msgstr "Лог-файл"
 
-#: ../../mod/nogroup.php:41 ../../mod/contacts.php:586
-msgid "Edit contact"
-msgstr "Редактировать контакт"
+#: ../../mod/admin.php:1340
+msgid ""
+"Must be writable by web server. Relative to your Friendica top-level "
+"directory."
+msgstr "Должно быть доступно для записи в веб-сервере. Относительно вашего Friendica каталога верхнего уровня."
 
-#: ../../mod/nogroup.php:59
-msgid "Contacts who are not members of a group"
-msgstr "Ð\9aонÑ\82акÑ\82Ñ\8b, ÐºÐ¾Ñ\82оÑ\80Ñ\8bе Ð½Ðµ Ñ\8fвлÑ\8fÑ\8eÑ\82Ñ\81Ñ\8f Ñ\87ленами Ð³Ñ\80Ñ\83ппÑ\8b"
+#: ../../mod/admin.php:1341
+msgid "Log level"
+msgstr "УÑ\80овенÑ\8c Ð»Ð¾Ð³Ð°"
 
-#: ../../mod/ping.php:238
-msgid "{0} wants to be your friend"
-msgstr "{0} хочет стать Вашим другом"
+#: ../../mod/admin.php:1390 ../../mod/contacts.php:481
+msgid "Update now"
+msgstr "Обновить сейчас"
 
-#: ../../mod/ping.php:243
-msgid "{0} sent you a message"
-msgstr "{0} отправил Вам сообщение"
-
-#: ../../mod/ping.php:248
-msgid "{0} requested registration"
-msgstr "{0} требуемая регистрация"
-
-#: ../../mod/ping.php:254
-#, php-format
-msgid "{0} commented %s's post"
-msgstr "{0} прокомментировал сообщение от %s"
-
-#: ../../mod/ping.php:259
-#, php-format
-msgid "{0} liked %s's post"
-msgstr "{0} нравится сообщение от %s"
-
-#: ../../mod/ping.php:264
-#, php-format
-msgid "{0} disliked %s's post"
-msgstr "{0} не нравится сообщение от %s"
-
-#: ../../mod/ping.php:269
-#, php-format
-msgid "{0} is now friends with %s"
-msgstr "{0} теперь друзья с %s"
-
-#: ../../mod/ping.php:274
-msgid "{0} posted"
-msgstr "{0} опубликовано"
-
-#: ../../mod/ping.php:279
-#, php-format
-msgid "{0} tagged %s's post with #%s"
-msgstr "{0} пометил сообщение %s с #%s"
+#: ../../mod/admin.php:1391
+msgid "Close"
+msgstr "Закрыть"
 
-#: ../../mod/ping.php:285
-msgid "{0} mentioned you in a post"
-msgstr "{0} упоменул Вас в сообщение"
+#: ../../mod/admin.php:1397
+msgid "FTP Host"
+msgstr "FTP хост"
 
-#: ../../mod/item.php:105
-msgid "Unable to locate original post."
-msgstr "Ð\9dе Ñ\83далоÑ\81Ñ\8c Ð½Ð°Ð¹Ñ\82и Ð¾Ñ\80игиналÑ\8cнÑ\8bй Ð¿Ð¾Ñ\81Ñ\82."
+#: ../../mod/admin.php:1398
+msgid "FTP Path"
+msgstr "Ð\9fÑ\83Ñ\82Ñ\8c FTP"
 
-#: ../../mod/item.php:307
-msgid "Empty post discarded."
-msgstr "Пустое сообщение отбрасывается."
+#: ../../mod/admin.php:1399
+msgid "FTP User"
+msgstr "FTP пользователь"
 
-#: ../../mod/item.php:869
-msgid "System error. Post not saved."
-msgstr "Системная ошибка. Сообщение не сохранено."
+#: ../../mod/admin.php:1400
+msgid "FTP Password"
+msgstr "FTP пароль"
 
-#: ../../mod/item.php:894
-#, php-format
-msgid ""
-"This message was sent to you by %s, a member of the Friendica social "
-"network."
-msgstr ""
+#: ../../mod/_search.php:99 ../../mod/search.php:99 ../../include/text.php:934
+#: ../../include/text.php:935 ../../include/nav.php:118
+msgid "Search"
+msgstr "Поиск"
 
-#: ../../mod/item.php:896
-#, php-format
-msgid "You may visit them online at %s"
-msgstr "Вы можете посетить их в онлайне на %s"
+#: ../../mod/_search.php:180 ../../mod/_search.php:206
+#: ../../mod/search.php:179 ../../mod/search.php:205
+#: ../../mod/community.php:61 ../../mod/community.php:91
+msgid "No results."
+msgstr "Нет результатов."
 
-#: ../../mod/item.php:897
-msgid ""
-"Please contact the sender by replying to this post if you do not wish to "
-"receive these messages."
-msgstr "Пожалуйста, свяжитесь с отправителем, ответив на это сообщение, если вы не хотите получать эти сообщения."
+#: ../../mod/profile.php:180
+msgid "Tips for New Members"
+msgstr "Советы для новых участников"
 
-#: ../../mod/item.php:901
-#, php-format
-msgid "%s posted an update."
-msgstr "%s отправил/а/ обновление."
+#: ../../mod/share.php:44
+msgid "link"
+msgstr "ссылка"
 
-#: ../../mod/allfriends.php:34
+#: ../../mod/tagger.php:95 ../../include/conversation.php:266
 #, php-format
-msgid "Friends of %s"
-msgstr "%s Друзья"
-
-#: ../../mod/allfriends.php:40
-msgid "No friends to display."
-msgstr "Нет друзей."
-
-#: ../../mod/search.php:21 ../../mod/network.php:224
-msgid "Remove term"
-msgstr "Удалить элемент"
-
-#: ../../mod/search.php:89 ../../mod/dfrn_request.php:761
-#: ../../mod/directory.php:31 ../../mod/viewcontacts.php:17
-#: ../../mod/photos.php:914 ../../mod/display.php:19
-#: ../../mod/community.php:18
-msgid "Public access denied."
-msgstr "Свободный доступ закрыт."
-
-#: ../../mod/search.php:180 ../../mod/search.php:206
-#: ../../mod/community.php:61 ../../mod/community.php:89
-msgid "No results."
-msgstr "Нет результатов."
+msgid "%1$s tagged %2$s's %3$s with %4$s"
+msgstr "%1$s tagged %2$s's %3$s в %4$s"
 
-#: ../../mod/api.php:76 ../../mod/api.php:102
-msgid "Authorize application connection"
-msgstr "РазÑ\80еÑ\88иÑ\82Ñ\8c Ñ\81вÑ\8fзÑ\8c Ñ\81 Ð¿Ñ\80иложением"
+#: ../../mod/editpost.php:17 ../../mod/editpost.php:27
+msgid "Item not found"
+msgstr "ЭлеменÑ\82 Ð½Ðµ Ð½Ð°Ð¹Ð´ÐµÐ½"
 
-#: ../../mod/api.php:77
-msgid "Return to your app and insert this Securty Code:"
-msgstr "Ð\92еÑ\80ниÑ\82еÑ\81Ñ\8c Ð² Ð²Ð°Ñ\88е Ð¿Ñ\80иложение Ð¸ Ð·Ð°Ð´Ð°Ð¹Ñ\82е Ñ\8dÑ\82оÑ\82 ÐºÐ¾Ð´:"
+#: ../../mod/editpost.php:39
+msgid "Edit post"
+msgstr "РедакÑ\82иÑ\80оваÑ\82Ñ\8c Ñ\81ообÑ\89ение"
 
-#: ../../mod/api.php:89
-msgid "Please login to continue."
-msgstr "Ð\9fожалÑ\83йÑ\81Ñ\82а, Ð²Ð¾Ð¹Ð´Ð¸Ñ\82е Ð´Ð»Ñ\8f Ð¿Ñ\80одолжениÑ\8f."
+#: ../../mod/editpost.php:111 ../../include/conversation.php:1082
+msgid "upload photo"
+msgstr "загÑ\80Ñ\83зиÑ\82Ñ\8c Ñ\84оÑ\82о"
 
-#: ../../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 "Вы действительно хотите разрешить этому приложению доступ к своим постам и контактам, а также создавать новые записи от вашего имени?"
+#: ../../mod/editpost.php:112 ../../include/conversation.php:1083
+msgid "Attach file"
+msgstr "Приложить файл"
 
-#: ../../mod/register.php:91 ../../mod/regmod.php:54
-#, php-format
-msgid "Registration details for %s"
-msgstr "Подробности регистрации для %s"
+#: ../../mod/editpost.php:113 ../../include/conversation.php:1084
+msgid "attach file"
+msgstr "приложить файл"
 
-#: ../../mod/register.php:99
-msgid ""
-"Registration successful. Please check your email for further instructions."
-msgstr "Регистрация успешна. Пожалуйста, проверьте свою электронную почту для получения дальнейших инструкций."
+#: ../../mod/editpost.php:115 ../../include/conversation.php:1086
+msgid "web link"
+msgstr "веб-ссылка"
 
-#: ../../mod/register.php:103
-msgid "Failed to send email message. Here is the message that failed."
-msgstr "Ð\9dевозможно Ð¾Ñ\82пÑ\80авиÑ\82Ñ\8c Ñ\81ообÑ\89ение Ñ\8dлекÑ\82Ñ\80онной Ð¿Ð¾Ñ\87Ñ\82ой. Ð\92оÑ\82 Ñ\81ообÑ\89ение, ÐºÐ¾Ñ\82оÑ\80ое Ð½Ðµ Ñ\83далоÑ\81Ñ\8c."
+#: ../../mod/editpost.php:116 ../../include/conversation.php:1087
+msgid "Insert video link"
+msgstr "Ð\92Ñ\81Ñ\82авиÑ\82Ñ\8c Ñ\81Ñ\81Ñ\8bлкÑ\83 Ð²Ð¸Ð´ÐµÐ¾"
 
-#: ../../mod/register.php:108
-msgid "Your registration can not be processed."
-msgstr "Ð\92аÑ\88а Ñ\80егиÑ\81Ñ\82Ñ\80аÑ\86иÑ\8f Ð½Ðµ Ð¼Ð¾Ð¶ÐµÑ\82 Ð±Ñ\8bÑ\82Ñ\8c Ð¾Ð±Ñ\80абоÑ\82ана."
+#: ../../mod/editpost.php:117 ../../include/conversation.php:1088
+msgid "video link"
+msgstr "видео-Ñ\81Ñ\81Ñ\8bлка"
 
-#: ../../mod/register.php:145
-#, php-format
-msgid "Registration request at %s"
-msgstr "Запрос на регистрацию на %s"
+#: ../../mod/editpost.php:118 ../../include/conversation.php:1089
+msgid "Insert audio link"
+msgstr "Вставить ссылку аудио"
 
-#: ../../mod/register.php:154
-msgid "Your registration is pending approval by the site owner."
-msgstr "Ð\92аÑ\88а Ñ\80егиÑ\81Ñ\82Ñ\80аÑ\86иÑ\8f Ð² Ð¾Ð¶Ð¸Ð´Ð°Ð½Ð¸Ð¸ Ð¾Ð´Ð¾Ð±Ñ\80ениÑ\8f Ð²Ð»Ð°Ð´ÐµÐ»Ñ\8cÑ\86ем Ñ\81айÑ\82а."
+#: ../../mod/editpost.php:119 ../../include/conversation.php:1090
+msgid "audio link"
+msgstr "аÑ\83дио-Ñ\81Ñ\81Ñ\8bлка"
 
-#: ../../mod/register.php:192 ../../mod/uimport.php:50
-msgid ""
-"This site has exceeded the number of allowed daily account registrations. "
-"Please try again tomorrow."
-msgstr "Этот сайт превысил допустимое количество ежедневных регистраций. Пожалуйста, повторите попытку завтра."
+#: ../../mod/editpost.php:120 ../../include/conversation.php:1091
+msgid "Set your location"
+msgstr "Задать ваше местоположение"
 
-#: ../../mod/register.php:220
-msgid ""
-"You may (optionally) fill in this form via OpenID by supplying your OpenID "
-"and clicking 'Register'."
-msgstr "Вы можете (по желанию), заполнить эту форму с помощью OpenID, поддерживая ваш OpenID и нажав клавишу \"Регистрация\"."
+#: ../../mod/editpost.php:121 ../../include/conversation.php:1092
+msgid "set location"
+msgstr "установить местонахождение"
 
-#: ../../mod/register.php:221
-msgid ""
-"If you are not familiar with OpenID, please leave that field blank and fill "
-"in the rest of the items."
-msgstr "Если вы не знакомы с OpenID, пожалуйста, оставьте это поле пустым и заполните остальные элементы."
+#: ../../mod/editpost.php:122 ../../include/conversation.php:1093
+msgid "Clear browser location"
+msgstr "Очистить местонахождение браузера"
 
-#: ../../mod/register.php:222
-msgid "Your OpenID (optional): "
-msgstr "Ваш OpenID (необязательно):"
+#: ../../mod/editpost.php:123 ../../include/conversation.php:1094
+msgid "clear location"
+msgstr "убрать местонахождение"
 
-#: ../../mod/register.php:236
-msgid "Include your profile in member directory?"
-msgstr "Ð\92клÑ\8eÑ\87иÑ\82Ñ\8c Ð²Ð°Ñ\88 Ð¿Ñ\80оÑ\84илÑ\8c Ð² ÐºÐ°Ñ\82алог Ñ\83Ñ\87аÑ\81Ñ\82ников?"
+#: ../../mod/editpost.php:125 ../../include/conversation.php:1100
+msgid "Permission settings"
+msgstr "Ð\9dаÑ\81Ñ\82Ñ\80ойки Ñ\80азÑ\80еÑ\88ений"
 
-#: ../../mod/register.php:257
-msgid "Membership on this site is by invitation only."
-msgstr "ЧленÑ\81Ñ\82во Ð½Ð° Ñ\81айÑ\82е Ñ\82олÑ\8cко Ð¿Ð¾ Ð¿Ñ\80иглаÑ\88ениÑ\8e."
+#: ../../mod/editpost.php:133 ../../include/conversation.php:1109
+msgid "CC: email addresses"
+msgstr "Ð\9aопии Ð½Ð° email Ð°Ð´Ñ\80еÑ\81а"
 
-#: ../../mod/register.php:258
-msgid "Your invitation ID: "
-msgstr "ID вашего приглашения:"
+#: ../../mod/editpost.php:134 ../../include/conversation.php:1110
+msgid "Public post"
+msgstr "Публичное сообщение"
 
-#: ../../mod/register.php:261 ../../mod/admin.php:481
-msgid "Registration"
-msgstr "РегиÑ\81Ñ\82Ñ\80аÑ\86иÑ\8f"
+#: ../../mod/editpost.php:137 ../../include/conversation.php:1096
+msgid "Set title"
+msgstr "УÑ\81Ñ\82ановиÑ\82Ñ\8c Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²Ð¾Ðº"
 
-#: ../../mod/register.php:269
-msgid "Your Full Name (e.g. Joe Smith): "
-msgstr "Ð\92аÑ\88е Ð¿Ð¾Ð»Ð½Ð¾Ðµ Ð¸Ð¼Ñ\8f (напÑ\80имеÑ\80, Joe Smith): "
+#: ../../mod/editpost.php:139 ../../include/conversation.php:1098
+msgid "Categories (comma-separated list)"
+msgstr "Ð\9aаÑ\82егоÑ\80ии (Ñ\81пиÑ\81ок Ñ\87еÑ\80ез Ð·Ð°Ð¿Ñ\8fÑ\82Ñ\83Ñ\8e)"
 
-#: ../../mod/register.php:270
-msgid "Your Email Address: "
-msgstr "Ð\92аÑ\88 Ð°Ð´Ñ\80еÑ\81 Ñ\8dлекÑ\82Ñ\80онной Ð¿Ð¾Ñ\87Ñ\82Ñ\8b"
+#: ../../mod/editpost.php:140 ../../include/conversation.php:1112
+msgid "Example: bob@example.com, mary@example.com"
+msgstr "Ð\9fÑ\80имеÑ\80: bob@example.com, mary@example.com"
 
-#: ../../mod/register.php:271
-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 "Выбор псевдонима профиля. Он должен начинаться с буквы. Адрес вашего профиля на данном сайте будет в этом случае '<strong>nickname@$sitename</strong>'."
+#: ../../mod/attach.php:8
+msgid "Item not available."
+msgstr "Пункт не доступен."
 
-#: ../../mod/register.php:272
-msgid "Choose a nickname: "
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð¿Ñ\81евдоним: "
+#: ../../mod/attach.php:20
+msgid "Item was not found."
+msgstr "Ð\9fÑ\83нкÑ\82 Ð½Ðµ Ð±Ñ\8bл Ð½Ð°Ð¹Ð´ÐµÐ½."
 
 #: ../../mod/regmod.php:63
 msgid "Account approved."
@@ -2883,2146 +2916,2194 @@ msgstr "Регистрация отменена для %s"
 msgid "Please login."
 msgstr "Пожалуйста, войдите с паролем."
 
-#: ../../mod/attach.php:8
-msgid "Item not available."
-msgstr "Пункт не доступен."
-
-#: ../../mod/attach.php:20
-msgid "Item was not found."
-msgstr "Пункт не был найден."
+#: ../../mod/directory.php:57
+msgid "Find on this site"
+msgstr "Найти на этом сайте"
 
-#: ../../mod/removeme.php:45 ../../mod/removeme.php:48
-msgid "Remove My Account"
-msgstr "УдалиÑ\82Ñ\8c Ð¼Ð¾Ð¹ Ð°ÐºÐºÐ°Ñ\83нÑ\82"
+#: ../../mod/directory.php:59 ../../mod/contacts.php:685
+msgid "Finding: "
+msgstr "РезÑ\83лÑ\8cÑ\82аÑ\82 Ð¿Ð¾Ð¸Ñ\81ка: "
 
-#: ../../mod/removeme.php:46
-msgid ""
-"This will completely remove your account. Once this has been done it is not "
-"recoverable."
-msgstr "Это позволит полностью удалить ваш аккаунт. Как только это будет сделано, аккаунт восстановлению не подлежит."
+#: ../../mod/directory.php:60
+msgid "Site Directory"
+msgstr "Каталог сайта"
 
-#: ../../mod/removeme.php:47
-msgid "Please enter your password for verification:"
-msgstr "Пожалуйста, введите свой пароль для проверки:"
+#: ../../mod/directory.php:61 ../../mod/contacts.php:686
+#: ../../include/contact_widgets.php:33
+msgid "Find"
+msgstr "Найти"
 
-#: ../../mod/babel.php:17
-msgid "Source (bbcode) text:"
-msgstr ""
+#: ../../mod/directory.php:111 ../../mod/profiles.php:686
+msgid "Age: "
+msgstr "Возраст: "
 
-#: ../../mod/babel.php:23
-msgid "Source (Diaspora) text to convert to BBcode:"
-msgstr ""
+#: ../../mod/directory.php:114
+msgid "Gender: "
+msgstr "Пол: "
 
-#: ../../mod/babel.php:31
-msgid "Source input: "
-msgstr ""
+#: ../../mod/directory.php:142 ../../include/profile_advanced.php:58
+msgid "About:"
+msgstr "О себе:"
 
-#: ../../mod/babel.php:35
-msgid "bb2html (raw HTML): "
-msgstr "bb2html (raw HTML): "
+#: ../../mod/directory.php:187
+msgid "No entries (some entries may be hidden)."
+msgstr "Нет записей (некоторые записи могут быть скрыты)."
 
-#: ../../mod/babel.php:39
-msgid "bb2html: "
-msgstr "bb2html: "
+#: ../../mod/crepair.php:104
+msgid "Contact settings applied."
+msgstr "Установки контакта приняты."
 
-#: ../../mod/babel.php:43
-msgid "bb2html2bb: "
-msgstr "bb2html2bb: "
+#: ../../mod/crepair.php:106
+msgid "Contact update failed."
+msgstr "Обновление контакта неудачное."
 
-#: ../../mod/babel.php:47
-msgid "bb2md: "
-msgstr "bb2md: "
+#: ../../mod/crepair.php:137
+msgid "Repair Contact Settings"
+msgstr "Восстановить установки контакта"
 
-#: ../../mod/babel.php:51
-msgid "bb2md2html: "
-msgstr "bb2md2html: "
+#: ../../mod/crepair.php:139
+msgid ""
+"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect"
+" information your communications with this contact may stop working."
+msgstr "<strong>ВНИМАНИЕ: Это крайне важно!</strong> Если вы введете неверную информацию, ваша связь с этим контактом перестанет работать."
 
-#: ../../mod/babel.php:55
-msgid "bb2dia2bb: "
-msgstr "bb2dia2bb: "
+#: ../../mod/crepair.php:140
+msgid ""
+"Please use your browser 'Back' button <strong>now</strong> if you are "
+"uncertain what to do on this page."
+msgstr "Пожалуйста, нажмите клавишу вашего браузера 'Back' или 'Назад' <strong>сейчас</strong>, если вы не уверены, что делаете на этой странице."
 
-#: ../../mod/babel.php:59
-msgid "bb2md2html2bb: "
-msgstr "bb2md2html2bb: "
+#: ../../mod/crepair.php:146
+msgid "Return to contact editor"
+msgstr "Возврат к редактору контакта"
 
-#: ../../mod/babel.php:69
-msgid "Source input (Diaspora format): "
-msgstr ""
+#: ../../mod/crepair.php:151
+msgid "Account Nickname"
+msgstr "Ник аккаунта"
 
-#: ../../mod/babel.php:74
-msgid "diaspora2bb: "
-msgstr "diaspora2bb: "
+#: ../../mod/crepair.php:152
+msgid "@Tagname - overrides Name/Nickname"
+msgstr ""
 
-#: ../../mod/common.php:42
-msgid "Common Friends"
-msgstr "Общие друзья"
+#: ../../mod/crepair.php:153
+msgid "Account URL"
+msgstr "URL аккаунта"
 
-#: ../../mod/common.php:78
-msgid "No contacts in common."
-msgstr ""
+#: ../../mod/crepair.php:154
+msgid "Friend Request URL"
+msgstr "URL запроса в друзья"
 
-#: ../../mod/apps.php:7
-msgid "You must be logged in to use addons. "
-msgstr ""
+#: ../../mod/crepair.php:155
+msgid "Friend Confirm URL"
+msgstr "URL подтверждения друга"
 
-#: ../../mod/apps.php:11
-msgid "Applications"
-msgstr "Приложения"
+#: ../../mod/crepair.php:156
+msgid "Notification Endpoint URL"
+msgstr "URL эндпоинта уведомления"
 
-#: ../../mod/apps.php:14
-msgid "No installed applications."
-msgstr "Нет установленных приложений."
+#: ../../mod/crepair.php:157
+msgid "Poll/Feed URL"
+msgstr "URL опроса/ленты"
 
-#: ../../mod/contacts.php:85 ../../mod/contacts.php:165
-msgid "Could not access contact record."
-msgstr "Ð\9dе Ñ\83далоÑ\81Ñ\8c Ð¿Ð¾Ð»Ñ\83Ñ\87иÑ\82Ñ\8c Ð´Ð¾Ñ\81Ñ\82Ñ\83п Ðº Ð·Ð°Ð¿Ð¸Ñ\81и ÐºÐ¾Ð½Ñ\82акÑ\82а."
+#: ../../mod/crepair.php:158
+msgid "New photo from this URL"
+msgstr "Ð\9dовое Ñ\84оÑ\82о Ð¸Ð· Ñ\8dÑ\82ой URL"
 
-#: ../../mod/contacts.php:99
-msgid "Could not locate selected profile."
-msgstr "Не удалось найти выбранный профиль."
+#: ../../mod/crepair.php:159
+msgid "Remote Self"
+msgstr ""
 
-#: ../../mod/contacts.php:122
-msgid "Contact updated."
-msgstr "Контакт обновлен."
+#: ../../mod/crepair.php:161
+msgid "Mirror postings from this contact"
+msgstr ""
 
-#: ../../mod/contacts.php:124 ../../mod/dfrn_request.php:571
-msgid "Failed to update contact record."
-msgstr "Не удалось обновить запись контакта."
+#: ../../mod/crepair.php:161
+msgid ""
+"Mark this contact as remote_self, this will cause friendica to repost new "
+"entries from this contact."
+msgstr ""
 
-#: ../../mod/contacts.php:187
-msgid "Contact has been blocked"
-msgstr "Ð\9aонÑ\82акÑ\82 Ð·Ð°Ð±Ð»Ð¾ÐºÐ¸Ñ\80ован"
+#: ../../mod/uimport.php:66
+msgid "Move account"
+msgstr "УдалиÑ\82Ñ\8c Ð°ÐºÐºÐ°Ñ\83нÑ\82"
 
-#: ../../mod/contacts.php:187
-msgid "Contact has been unblocked"
-msgstr "Ð\9aонÑ\82акÑ\82 Ñ\80азблокиÑ\80ован"
+#: ../../mod/uimport.php:67
+msgid "You can import an account from another Friendica server."
+msgstr "Ð\92Ñ\8b Ð¼Ð¾Ð¶ÐµÑ\82е Ð¸Ð¼Ð¿Ð¾Ñ\80Ñ\82иÑ\80оваÑ\82Ñ\8c Ñ\83Ñ\87еÑ\82нÑ\83Ñ\8e Ð·Ð°Ð¿Ð¸Ñ\81Ñ\8c Ñ\81 Ð´Ñ\80Ñ\83гого Ñ\81еÑ\80веÑ\80а Friendica."
 
-#: ../../mod/contacts.php:201
-msgid "Contact has been ignored"
-msgstr "Контакт проигнорирован"
+#: ../../mod/uimport.php:68
+msgid ""
+"You need to export your account from the old server and upload it here. We "
+"will recreate your old account here with all your contacts. We will try also"
+" to inform your friends that you moved here."
+msgstr "Вам нужно экспортировать свой ​​аккаунт со старого сервера и загрузить его сюда. Мы восстановим ваш ​​старый аккаунт здесь со всеми вашими контактами. Мы постараемся также сообщить друзьям, что вы переехали сюда."
 
-#: ../../mod/contacts.php:201
-msgid "Contact has been unignored"
-msgstr "У контакта отменено игнорирование"
+#: ../../mod/uimport.php:69
+msgid ""
+"This feature is experimental. We can't import contacts from the OStatus "
+"network (statusnet/identi.ca) or from Diaspora"
+msgstr "Это экспериментальная функция. Мы не можем импортировать контакты из сети OStatus (StatusNet / identi.ca) или из Diaspora"
 
-#: ../../mod/contacts.php:220
-msgid "Contact has been archived"
-msgstr "Ð\9aонÑ\82акÑ\82 Ð·Ð°Ð°Ñ\80Ñ\85ивиÑ\80ован"
+#: ../../mod/uimport.php:70
+msgid "Account file"
+msgstr "Файл Ð°ÐºÐºÐ°Ñ\83нÑ\82а"
 
-#: ../../mod/contacts.php:220
-msgid "Contact has been unarchived"
-msgstr "Контакт разархивирован"
+#: ../../mod/uimport.php:70
+msgid ""
+"To export your account, go to \"Settings->Export your personal data\" and "
+"select \"Export account\""
+msgstr "Для экспорта аккаунта, перейдите в \"Настройки->Экспортировать ваши данные\" и выберите \"Экспорт аккаунта\""
 
-#: ../../mod/contacts.php:244
-msgid "Do you really want to delete this contact?"
-msgstr ""
+#: ../../mod/lockview.php:31 ../../mod/lockview.php:39
+msgid "Remote privacy information not available."
+msgstr "Личная информация удаленно недоступна."
 
-#: ../../mod/contacts.php:263
-msgid "Contact has been removed."
-msgstr "Контакт удален."
+#: ../../mod/lockview.php:48
+msgid "Visible to:"
+msgstr "Кто может видеть:"
 
-#: ../../mod/contacts.php:301
-#, php-format
-msgid "You are mutual friends with %s"
-msgstr "У Вас взаимная дружба с %s"
+#: ../../mod/notes.php:63 ../../mod/filer.php:31 ../../include/text.php:937
+msgid "Save"
+msgstr "Сохранить"
 
-#: ../../mod/contacts.php:305
-#, php-format
-msgid "You are sharing with %s"
-msgstr "Вы делитесь с %s"
+#: ../../mod/help.php:79
+msgid "Help:"
+msgstr "Помощь:"
 
-#: ../../mod/contacts.php:310
-#, php-format
-msgid "%s is sharing with you"
-msgstr "%s делитса с Вами"
+#: ../../mod/help.php:84 ../../include/nav.php:113
+msgid "Help"
+msgstr "Помощь"
 
-#: ../../mod/contacts.php:327
-msgid "Private communications are not available for this contact."
-msgstr "Ð\9bиÑ\87нÑ\8bе ÐºÐ¾Ð¼Ð¼Ñ\83никаÑ\86ии Ð½ÐµÐ´Ð¾Ñ\81Ñ\82Ñ\83пнÑ\8b Ð´Ð»Ñ\8f Ñ\8dÑ\82ого ÐºÐ¾Ð½Ñ\82акÑ\82а."
+#: ../../mod/hcard.php:10
+msgid "No profile"
+msgstr "Ð\9dеÑ\82 Ð¿Ñ\80оÑ\84илÑ\8f"
 
-#: ../../mod/contacts.php:330
-msgid "Never"
-msgstr "Ð\9dикогда"
+#: ../../mod/dfrn_request.php:93
+msgid "This introduction has already been accepted."
+msgstr "ЭÑ\82оÑ\82 Ð·Ð°Ð¿Ñ\80оÑ\81 Ð±Ñ\8bл Ñ\83же Ð¿Ñ\80инÑ\8fÑ\82."
 
-#: ../../mod/contacts.php:334
-msgid "(Update was successful)"
-msgstr "(Обновление было успешно)"
+#: ../../mod/dfrn_request.php:118 ../../mod/dfrn_request.php:513
+msgid "Profile location is not valid or does not contain profile information."
+msgstr "Местоположение профиля является недопустимым или не содержит информацию о профиле."
 
-#: ../../mod/contacts.php:334
-msgid "(Update was not successful)"
-msgstr "(Обновление не удалось)"
+#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:518
+msgid "Warning: profile location has no identifiable owner name."
+msgstr "Внимание: местоположение профиля не имеет идентифицируемого имени владельца."
 
-#: ../../mod/contacts.php:336
-msgid "Suggest friends"
-msgstr "Ð\9fÑ\80едложиÑ\82Ñ\8c Ð´Ñ\80Ñ\83зей"
+#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:520
+msgid "Warning: profile location has no profile photo."
+msgstr "Ð\92нимание: Ð¼ÐµÑ\81Ñ\82оположение Ð¿Ñ\80оÑ\84илÑ\8f Ð½Ðµ Ð¸Ð¼ÐµÐµÑ\82 ÐµÑ\89е Ñ\84оÑ\82огÑ\80аÑ\84ии Ð¿Ñ\80оÑ\84илÑ\8f."
 
-#: ../../mod/contacts.php:340
+#: ../../mod/dfrn_request.php:128 ../../mod/dfrn_request.php:523
 #, php-format
-msgid "Network type: %s"
-msgstr "Сеть: %s"
+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 требуемый параметр не был найден в заданном месте"
+msgstr[1] "%d требуемых параметров не были найдены в заданном месте"
+msgstr[2] "%d требуемых параметров не были найдены в заданном месте"
 
-#: ../../mod/contacts.php:348
-msgid "View all contacts"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð²Ñ\81е ÐºÐ¾Ð½Ñ\82акÑ\82Ñ\8b"
+#: ../../mod/dfrn_request.php:170
+msgid "Introduction complete."
+msgstr "Ð\97апÑ\80оÑ\81 Ñ\81оздан."
 
-#: ../../mod/contacts.php:353 ../../mod/contacts.php:412
-#: ../../mod/admin.php:760
-msgid "Unblock"
-msgstr "Разблокировать"
+#: ../../mod/dfrn_request.php:209
+msgid "Unrecoverable protocol error."
+msgstr "Неисправимая ошибка протокола."
 
-#: ../../mod/contacts.php:353 ../../mod/contacts.php:412
-#: ../../mod/admin.php:759
-msgid "Block"
-msgstr "Заблокировать"
+#: ../../mod/dfrn_request.php:237
+msgid "Profile unavailable."
+msgstr "Профиль недоступен."
 
-#: ../../mod/contacts.php:356
-msgid "Toggle Blocked status"
-msgstr "Изменить статус блокированности (заблокировать/разблокировать)"
+#: ../../mod/dfrn_request.php:262
+#, php-format
+msgid "%s has received too many connection requests today."
+msgstr "К %s пришло сегодня слишком много запросов на подключение."
 
-#: ../../mod/contacts.php:359 ../../mod/contacts.php:413
-msgid "Unignore"
-msgstr "Ð\9dе Ð¸Ð³Ð½Ð¾Ñ\80иÑ\80оваÑ\82Ñ\8c"
+#: ../../mod/dfrn_request.php:263
+msgid "Spam protection measures have been invoked."
+msgstr "Ð\91Ñ\8bли Ð¿Ñ\80имененÑ\8b Ð¼ÐµÑ\80Ñ\8b Ð·Ð°Ñ\89иÑ\82Ñ\8b Ð¾Ñ\82 Ñ\81пама."
 
-#: ../../mod/contacts.php:359 ../../mod/contacts.php:413
-#: ../../mod/notifications.php:51 ../../mod/notifications.php:164
-#: ../../mod/notifications.php:210
-msgid "Ignore"
-msgstr "Игнорировать"
+#: ../../mod/dfrn_request.php:264
+msgid "Friends are advised to please try again in 24 hours."
+msgstr "Друзья советуют попробовать еще раз в ближайшие 24 часа."
 
-#: ../../mod/contacts.php:362
-msgid "Toggle Ignored status"
-msgstr "Ð\98змениÑ\82Ñ\8c Ñ\81Ñ\82аÑ\82Ñ\83Ñ\81 Ð¸Ð³Ð½Ð¾Ñ\80иÑ\80ованиÑ\8f"
+#: ../../mod/dfrn_request.php:326
+msgid "Invalid locator"
+msgstr "Ð\9dедопÑ\83Ñ\81Ñ\82имÑ\8bй Ð»Ð¾ÐºÐ°Ñ\82оÑ\80"
 
-#: ../../mod/contacts.php:366
-msgid "Unarchive"
-msgstr "РазаÑ\80Ñ\85ивиÑ\80оваÑ\82Ñ\8c"
+#: ../../mod/dfrn_request.php:335
+msgid "Invalid email address."
+msgstr "Ð\9dевеÑ\80нÑ\8bй Ð°Ð´Ñ\80еÑ\81 Ñ\8dлекÑ\82Ñ\80онной Ð¿Ð¾Ñ\87Ñ\82Ñ\8b."
 
-#: ../../mod/contacts.php:366
-msgid "Archive"
-msgstr "Ð\90Ñ\80Ñ\85ивиÑ\80оваÑ\82Ñ\8c"
+#: ../../mod/dfrn_request.php:362
+msgid "This account has not been configured for email. Request failed."
+msgstr "ЭÑ\82оÑ\82 Ð°ÐºÐºÐ°Ñ\83нÑ\82 Ð½Ðµ Ð½Ð°Ñ\81Ñ\82Ñ\80оен Ð´Ð»Ñ\8f Ñ\8dлекÑ\82Ñ\80онной Ð¿Ð¾Ñ\87Ñ\82Ñ\8b. Ð\97апÑ\80оÑ\81 Ð½Ðµ Ñ\83далÑ\81Ñ\8f."
 
-#: ../../mod/contacts.php:369
-msgid "Toggle Archive status"
-msgstr "СмениÑ\82Ñ\8c Ñ\81Ñ\82аÑ\82Ñ\83Ñ\81 Ð°Ñ\80Ñ\85иваÑ\86ии (аÑ\80Ñ\85ивиÑ\80ова/не Ð°Ñ\80Ñ\85ивиÑ\80оваÑ\82Ñ\8c)"
+#: ../../mod/dfrn_request.php:458
+msgid "Unable to resolve your name at the provided location."
+msgstr "Ð\9dе Ñ\83даеÑ\82Ñ\81Ñ\8f Ñ\83Ñ\81Ñ\82ановиÑ\82Ñ\8c Ð²Ð°Ñ\88е Ð¸Ð¼Ñ\8f Ð½Ð° Ð¿Ñ\80едложенном Ð¼ÐµÑ\81Ñ\82оположении."
 
-#: ../../mod/contacts.php:372
-msgid "Repair"
-msgstr "Восстановить"
+#: ../../mod/dfrn_request.php:471
+msgid "You have already introduced yourself here."
+msgstr "Вы уже ввели информацию о себе здесь."
 
-#: ../../mod/contacts.php:375
-msgid "Advanced Contact Settings"
-msgstr "Дополнительные Настройки Контакта"
+#: ../../mod/dfrn_request.php:475
+#, php-format
+msgid "Apparently you are already friends with %s."
+msgstr "Похоже, что вы уже друзья с %s."
 
-#: ../../mod/contacts.php:381
-msgid "Communications lost with this contact!"
-msgstr "СвÑ\8fзÑ\8c Ñ\81 ÐºÐ¾Ð½Ñ\82акÑ\82ом Ñ\83Ñ\82еÑ\80Ñ\8fна!"
+#: ../../mod/dfrn_request.php:496
+msgid "Invalid profile URL."
+msgstr "Ð\9dевеÑ\80нÑ\8bй URL Ð¿Ñ\80оÑ\84илÑ\8f."
 
-#: ../../mod/contacts.php:384
-msgid "Contact Editor"
-msgstr "РедакÑ\82оÑ\80 ÐºÐ¾Ð½Ñ\82акÑ\82а"
+#: ../../mod/dfrn_request.php:502 ../../include/follow.php:27
+msgid "Disallowed profile URL."
+msgstr "Ð\97апÑ\80еÑ\89еннÑ\8bй URL Ð¿Ñ\80оÑ\84илÑ\8f."
 
-#: ../../mod/contacts.php:387
+#: ../../mod/dfrn_request.php:571 ../../mod/contacts.php:174
+msgid "Failed to update contact record."
+msgstr "Не удалось обновить запись контакта."
+
+#: ../../mod/dfrn_request.php:592
+msgid "Your introduction has been sent."
+msgstr "Ваш запрос отправлен."
+
+#: ../../mod/dfrn_request.php:645
+msgid "Please login to confirm introduction."
+msgstr "Для подтверждения запроса войдите пожалуйста с паролем."
+
+#: ../../mod/dfrn_request.php:659
+msgid ""
+"Incorrect identity currently logged in. Please login to "
+"<strong>this</strong> profile."
+msgstr "Неверно идентифицирован вход. Пожалуйста, войдите в <strong>этот</strong> профиль."
+
+#: ../../mod/dfrn_request.php:670
+msgid "Hide this contact"
+msgstr "Скрыть этот контакт"
+
+#: ../../mod/dfrn_request.php:673
+#, php-format
+msgid "Welcome home %s."
+msgstr "Добро пожаловать домой, %s!"
+
+#: ../../mod/dfrn_request.php:674
+#, php-format
+msgid "Please confirm your introduction/connection request to %s."
+msgstr "Пожалуйста, подтвердите краткую информацию / запрос на подключение к %s."
+
+#: ../../mod/dfrn_request.php:675
+msgid "Confirm"
+msgstr "Подтвердить"
+
+#: ../../mod/dfrn_request.php:716 ../../include/items.php:3532
+msgid "[Name Withheld]"
+msgstr "[Имя не разглашается]"
+
+#: ../../mod/dfrn_request.php:811
+msgid ""
+"Please enter your 'Identity Address' from one of the following supported "
+"communications networks:"
+msgstr "Пожалуйста, введите ваш 'идентификационный адрес' одной из следующих поддерживаемых социальных сетей:"
+
+#: ../../mod/dfrn_request.php:827
+msgid "<strike>Connect as an email follower</strike> (Coming soon)"
+msgstr "<strike>Соединитесь как email последователь</strike> (скоро)"
+
+#: ../../mod/dfrn_request.php:829
+msgid ""
+"If you are not yet a member of the free social web, <a "
+"href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public"
+" Friendica site and join us today</a>."
+msgstr "Если вы еще не являетесь членом свободной социальной сети, перейдите по <a href=\"http://dir.friendica.com/siteinfo\"> этой ссылке, чтобы найти публичный сервер Friendica и присоединиться к нам сейчас </a>."
+
+#: ../../mod/dfrn_request.php:832
+msgid "Friend/Connection Request"
+msgstr "Запрос в друзья / на подключение"
+
+#: ../../mod/dfrn_request.php:833
+msgid ""
+"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
+"testuser@identi.ca"
+msgstr "Примеры: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"
+
+#: ../../mod/dfrn_request.php:834
+msgid "Please answer the following:"
+msgstr "Пожалуйста, ответьте следующее:"
+
+#: ../../mod/dfrn_request.php:835
+#, php-format
+msgid "Does %s know you?"
+msgstr "%s знает вас?"
+
+#: ../../mod/dfrn_request.php:838
+msgid "Add a personal note:"
+msgstr "Добавить личную заметку:"
+
+#: ../../mod/dfrn_request.php:840 ../../include/contact_selectors.php:76
+msgid "Friendica"
+msgstr "Friendica"
+
+#: ../../mod/dfrn_request.php:841
+msgid "StatusNet/Federated Social Web"
+msgstr "StatusNet / Federated Social Web"
+
+#: ../../mod/dfrn_request.php:842 ../../mod/settings.php:722
+#: ../../include/contact_selectors.php:80
+msgid "Diaspora"
+msgstr "Diaspora"
+
+#: ../../mod/dfrn_request.php:843
+#, php-format
+msgid ""
+" - please do not use this form.  Instead, enter %s into your Diaspora search"
+" bar."
+msgstr "Участники сети Diaspora: пожалуйста, не пользуйтесь этой формой. Вместо этого введите  %s в строке поиска Diaspora"
+
+#: ../../mod/dfrn_request.php:844
+msgid "Your Identity Address:"
+msgstr "Ваш идентификационный адрес:"
+
+#: ../../mod/dfrn_request.php:847
+msgid "Submit Request"
+msgstr "Отправить запрос"
+
+#: ../../mod/update_profile.php:41 ../../mod/update_network.php:22
+#: ../../mod/update_display.php:22 ../../mod/update_community.php:18
+#: ../../mod/update_notes.php:41
+msgid "[Embedded content - reload page to view]"
+msgstr "[Встроенное содержание - перезагрузите страницу для просмотра]"
+
+#: ../../mod/content.php:496 ../../include/conversation.php:686
+msgid "View in context"
+msgstr "Смотреть в контексте"
+
+#: ../../mod/contacts.php:104
+#, php-format
+msgid "%d contact edited."
+msgid_plural "%d contacts edited"
+msgstr[0] "%d контакт изменён."
+msgstr[1] "%d контакты изменены"
+msgstr[2] "%d контакты изменены"
+
+#: ../../mod/contacts.php:135 ../../mod/contacts.php:258
+msgid "Could not access contact record."
+msgstr "Не удалось получить доступ к записи контакта."
+
+#: ../../mod/contacts.php:149
+msgid "Could not locate selected profile."
+msgstr "Не удалось найти выбранный профиль."
+
+#: ../../mod/contacts.php:172
+msgid "Contact updated."
+msgstr "Контакт обновлен."
+
+#: ../../mod/contacts.php:272
+msgid "Contact has been blocked"
+msgstr "Контакт заблокирован"
+
+#: ../../mod/contacts.php:272
+msgid "Contact has been unblocked"
+msgstr "Контакт разблокирован"
+
+#: ../../mod/contacts.php:282
+msgid "Contact has been ignored"
+msgstr "Контакт проигнорирован"
+
+#: ../../mod/contacts.php:282
+msgid "Contact has been unignored"
+msgstr "У контакта отменено игнорирование"
+
+#: ../../mod/contacts.php:293
+msgid "Contact has been archived"
+msgstr "Контакт заархивирован"
+
+#: ../../mod/contacts.php:293
+msgid "Contact has been unarchived"
+msgstr "Контакт разархивирован"
+
+#: ../../mod/contacts.php:318 ../../mod/contacts.php:689
+msgid "Do you really want to delete this contact?"
+msgstr "Вы действительно хотите удалить этот контакт?"
+
+#: ../../mod/contacts.php:335
+msgid "Contact has been removed."
+msgstr "Контакт удален."
+
+#: ../../mod/contacts.php:373
+#, php-format
+msgid "You are mutual friends with %s"
+msgstr "У Вас взаимная дружба с %s"
+
+#: ../../mod/contacts.php:377
+#, php-format
+msgid "You are sharing with %s"
+msgstr "Вы делитесь с %s"
+
+#: ../../mod/contacts.php:382
+#, php-format
+msgid "%s is sharing with you"
+msgstr "%s делитса с Вами"
+
+#: ../../mod/contacts.php:399
+msgid "Private communications are not available for this contact."
+msgstr "Личные коммуникации недоступны для этого контакта."
+
+#: ../../mod/contacts.php:406
+msgid "(Update was successful)"
+msgstr "(Обновление было успешно)"
+
+#: ../../mod/contacts.php:406
+msgid "(Update was not successful)"
+msgstr "(Обновление не удалось)"
+
+#: ../../mod/contacts.php:408
+msgid "Suggest friends"
+msgstr "Предложить друзей"
+
+#: ../../mod/contacts.php:412
+#, php-format
+msgid "Network type: %s"
+msgstr "Сеть: %s"
+
+#: ../../mod/contacts.php:415 ../../include/contact_widgets.php:199
+#, php-format
+msgid "%d contact in common"
+msgid_plural "%d contacts in common"
+msgstr[0] "%d Контакт"
+msgstr[1] "%d Контактов"
+msgstr[2] "%d Контактов"
+
+#: ../../mod/contacts.php:420
+msgid "View all contacts"
+msgstr "Показать все контакты"
+
+#: ../../mod/contacts.php:428
+msgid "Toggle Blocked status"
+msgstr "Изменить статус блокированности (заблокировать/разблокировать)"
+
+#: ../../mod/contacts.php:431 ../../mod/contacts.php:485
+#: ../../mod/contacts.php:693
+msgid "Unignore"
+msgstr "Не игнорировать"
+
+#: ../../mod/contacts.php:431 ../../mod/contacts.php:485
+#: ../../mod/contacts.php:693 ../../mod/notifications.php:51
+#: ../../mod/notifications.php:164 ../../mod/notifications.php:210
+msgid "Ignore"
+msgstr "Игнорировать"
+
+#: ../../mod/contacts.php:434
+msgid "Toggle Ignored status"
+msgstr "Изменить статус игнорирования"
+
+#: ../../mod/contacts.php:438 ../../mod/contacts.php:694
+msgid "Unarchive"
+msgstr "Разархивировать"
+
+#: ../../mod/contacts.php:438 ../../mod/contacts.php:694
+msgid "Archive"
+msgstr "Архивировать"
+
+#: ../../mod/contacts.php:441
+msgid "Toggle Archive status"
+msgstr "Сменить статус архивации (архивирова/не архивировать)"
+
+#: ../../mod/contacts.php:444
+msgid "Repair"
+msgstr "Восстановить"
+
+#: ../../mod/contacts.php:447
+msgid "Advanced Contact Settings"
+msgstr "Дополнительные Настройки Контакта"
+
+#: ../../mod/contacts.php:453
+msgid "Communications lost with this contact!"
+msgstr "Связь с контактом утеряна!"
+
+#: ../../mod/contacts.php:456
+msgid "Contact Editor"
+msgstr "Редактор контакта"
+
+#: ../../mod/contacts.php:459
 msgid "Profile Visibility"
 msgstr "Видимость профиля"
 
-#: ../../mod/contacts.php:388
+#: ../../mod/contacts.php:460
 #, php-format
 msgid ""
 "Please choose the profile you would like to display to %s when viewing your "
 "profile securely."
 msgstr "Пожалуйста, выберите профиль, который вы хотите отображать %s, когда просмотр вашего профиля безопасен."
 
-#: ../../mod/contacts.php:389
+#: ../../mod/contacts.php:461
 msgid "Contact Information / Notes"
 msgstr "Информация о контакте / Заметки"
 
-#: ../../mod/contacts.php:390
+#: ../../mod/contacts.php:462
 msgid "Edit contact notes"
 msgstr "Редактировать заметки контакта"
 
-#: ../../mod/contacts.php:396
+#: ../../mod/contacts.php:467 ../../mod/contacts.php:657
+#: ../../mod/viewcontacts.php:62 ../../mod/nogroup.php:40
+#, php-format
+msgid "Visit %s's profile [%s]"
+msgstr "Посетить профиль %s [%s]"
+
+#: ../../mod/contacts.php:468
 msgid "Block/Unblock contact"
 msgstr "Блокировать / Разблокировать контакт"
 
-#: ../../mod/contacts.php:397
+#: ../../mod/contacts.php:469
 msgid "Ignore contact"
 msgstr "Игнорировать контакт"
 
-#: ../../mod/contacts.php:398
+#: ../../mod/contacts.php:470
 msgid "Repair URL settings"
 msgstr "Восстановить настройки URL"
 
-#: ../../mod/contacts.php:399
+#: ../../mod/contacts.php:471
 msgid "View conversations"
 msgstr "Просмотр бесед"
 
-#: ../../mod/contacts.php:401
+#: ../../mod/contacts.php:473
 msgid "Delete contact"
 msgstr "Удалить контакт"
 
-#: ../../mod/contacts.php:405
+#: ../../mod/contacts.php:477
 msgid "Last update:"
 msgstr "Последнее обновление: "
 
-#: ../../mod/contacts.php:407
+#: ../../mod/contacts.php:479
 msgid "Update public posts"
 msgstr "Обновить публичные сообщения"
 
-#: ../../mod/contacts.php:409 ../../mod/admin.php:1235
-msgid "Update now"
-msgstr "Обновить сейчас"
-
-#: ../../mod/contacts.php:416
+#: ../../mod/contacts.php:488
 msgid "Currently blocked"
 msgstr "В настоящее время заблокирован"
 
-#: ../../mod/contacts.php:417
+#: ../../mod/contacts.php:489
 msgid "Currently ignored"
 msgstr "В настоящее время игнорируется"
 
-#: ../../mod/contacts.php:418
+#: ../../mod/contacts.php:490
 msgid "Currently archived"
 msgstr "В данный момент архивирован"
 
-#: ../../mod/contacts.php:419 ../../mod/notifications.php:157
+#: ../../mod/contacts.php:491 ../../mod/notifications.php:157
 #: ../../mod/notifications.php:204
 msgid "Hide this contact from others"
 msgstr "Скрыть этот контакт от других"
 
-#: ../../mod/contacts.php:419
+#: ../../mod/contacts.php:491
 msgid ""
 "Replies/likes to your public posts <strong>may</strong> still be visible"
-msgstr ""
+msgstr "Ответы/лайки ваших публичных сообщений <strong>будут</strong> видимы."
 
-#: ../../mod/contacts.php:470
+#: ../../mod/contacts.php:542
 msgid "Suggestions"
 msgstr "Предложения"
 
-#: ../../mod/contacts.php:473
+#: ../../mod/contacts.php:545
 msgid "Suggest potential friends"
 msgstr "Предложить потенциального знакомого"
 
-#: ../../mod/contacts.php:476 ../../mod/group.php:194
+#: ../../mod/contacts.php:548 ../../mod/group.php:194
 msgid "All Contacts"
 msgstr "Все контакты"
 
-#: ../../mod/contacts.php:479
+#: ../../mod/contacts.php:551
 msgid "Show all contacts"
 msgstr "Показать все контакты"
 
-#: ../../mod/contacts.php:482
+#: ../../mod/contacts.php:554
 msgid "Unblocked"
 msgstr "Не блокирован"
 
-#: ../../mod/contacts.php:485
+#: ../../mod/contacts.php:557
 msgid "Only show unblocked contacts"
 msgstr "Показать только не блокированные контакты"
 
-#: ../../mod/contacts.php:489
+#: ../../mod/contacts.php:561
 msgid "Blocked"
 msgstr "Заблокирован"
 
-#: ../../mod/contacts.php:492
+#: ../../mod/contacts.php:564
 msgid "Only show blocked contacts"
 msgstr "Показать только блокированные контакты"
 
-#: ../../mod/contacts.php:496
+#: ../../mod/contacts.php:568
 msgid "Ignored"
 msgstr "Игнорирован"
 
-#: ../../mod/contacts.php:499
+#: ../../mod/contacts.php:571
 msgid "Only show ignored contacts"
 msgstr "Показать только игнорируемые контакты"
 
-#: ../../mod/contacts.php:503
+#: ../../mod/contacts.php:575
 msgid "Archived"
 msgstr "Архивированные"
 
-#: ../../mod/contacts.php:506
+#: ../../mod/contacts.php:578
 msgid "Only show archived contacts"
-msgstr ""
+msgstr "Показывать только архивные контакты"
 
-#: ../../mod/contacts.php:510
+#: ../../mod/contacts.php:582
 msgid "Hidden"
 msgstr "Скрытые"
 
-#: ../../mod/contacts.php:513
+#: ../../mod/contacts.php:585
 msgid "Only show hidden contacts"
-msgstr ""
+msgstr "Показывать только скрытые контакты"
 
-#: ../../mod/contacts.php:561
+#: ../../mod/contacts.php:633
 msgid "Mutual Friendship"
 msgstr "Взаимная дружба"
 
-#: ../../mod/contacts.php:565
+#: ../../mod/contacts.php:637
 msgid "is a fan of yours"
 msgstr "является вашим поклонником"
 
-#: ../../mod/contacts.php:569
+#: ../../mod/contacts.php:641
 msgid "you are a fan of"
 msgstr "Вы - поклонник"
 
-#: ../../mod/contacts.php:611
+#: ../../mod/contacts.php:658 ../../mod/nogroup.php:41
+msgid "Edit contact"
+msgstr "Редактировать контакт"
+
+#: ../../mod/contacts.php:684
 msgid "Search your contacts"
 msgstr "Поиск ваших контактов"
 
-#: ../../mod/contacts.php:612 ../../mod/directory.php:59
-msgid "Finding: "
-msgstr "Результат поиска: "
+#: ../../mod/contacts.php:691 ../../mod/settings.php:126
+#: ../../mod/settings.php:627
+msgid "Update"
+msgstr "Обновление"
 
-#: ../../mod/settings.php:23 ../../mod/photos.php:79
+#: ../../mod/settings.php:28 ../../mod/photos.php:79
 msgid "everybody"
 msgstr "каждый"
 
-#: ../../mod/settings.php:35
+#: ../../mod/settings.php:35 ../../mod/uexport.php:9 ../../include/nav.php:167
+msgid "Account settings"
+msgstr "Настройки аккаунта"
+
+#: ../../mod/settings.php:40
 msgid "Additional features"
-msgstr ""
+msgstr "Дополнительные возможности"
 
-#: ../../mod/settings.php:40 ../../mod/uexport.php:14
+#: ../../mod/settings.php:45 ../../mod/uexport.php:14
 msgid "Display settings"
 msgstr "Параметры дисплея"
 
-#: ../../mod/settings.php:46 ../../mod/uexport.php:20
+#: ../../mod/settings.php:51 ../../mod/uexport.php:20
 msgid "Connector settings"
 msgstr "Настройки соединителя"
 
-#: ../../mod/settings.php:51 ../../mod/uexport.php:25
+#: ../../mod/settings.php:56 ../../mod/uexport.php:25
 msgid "Plugin settings"
 msgstr "Настройки плагина"
 
-#: ../../mod/settings.php:56 ../../mod/uexport.php:30
+#: ../../mod/settings.php:61 ../../mod/uexport.php:30
 msgid "Connected apps"
-msgstr ""
+msgstr "Подключенные приложения"
 
-#: ../../mod/settings.php:61 ../../mod/uexport.php:35 ../../mod/uexport.php:80
+#: ../../mod/settings.php:66 ../../mod/uexport.php:35 ../../mod/uexport.php:80
 msgid "Export personal data"
 msgstr "Экспорт личных данных"
 
-#: ../../mod/settings.php:66 ../../mod/uexport.php:40
+#: ../../mod/settings.php:71 ../../mod/uexport.php:40
 msgid "Remove account"
 msgstr "Удалить аккаунт"
 
-#: ../../mod/settings.php:118
+#: ../../mod/settings.php:123
 msgid "Missing some important data!"
 msgstr "Не хватает важных данных!"
 
-#: ../../mod/settings.php:121 ../../mod/settings.php:586
-msgid "Update"
-msgstr "Обновление"
-
-#: ../../mod/settings.php:227
+#: ../../mod/settings.php:232
 msgid "Failed to connect with email account using the settings provided."
 msgstr "Не удалось подключиться к аккаунту e-mail, используя указанные настройки."
 
-#: ../../mod/settings.php:232
+#: ../../mod/settings.php:237
 msgid "Email settings updated."
 msgstr "Настройки эл. почты обновлены."
 
-#: ../../mod/settings.php:247
+#: ../../mod/settings.php:252
 msgid "Features updated"
 msgstr "Настройки обновлены"
 
-#: ../../mod/settings.php:307
+#: ../../mod/settings.php:311
+msgid "Relocate message has been send to your contacts"
+msgstr "Перемещённое сообщение было отправлено списку контактов"
+
+#: ../../mod/settings.php:325
 msgid "Passwords do not match. Password unchanged."
 msgstr "Пароли не совпадают. Пароль не изменен."
 
-#: ../../mod/settings.php:312
+#: ../../mod/settings.php:330
 msgid "Empty passwords are not allowed. Password unchanged."
 msgstr "Пустые пароли не допускаются. Пароль не изменен."
 
-#: ../../mod/settings.php:323
+#: ../../mod/settings.php:338
+msgid "Wrong password."
+msgstr "Неверный пароль."
+
+#: ../../mod/settings.php:349
 msgid "Password changed."
 msgstr "Пароль изменен."
 
-#: ../../mod/settings.php:325
+#: ../../mod/settings.php:351
 msgid "Password update failed. Please try again."
 msgstr "Обновление пароля не удалось. Пожалуйста, попробуйте еще раз."
 
-#: ../../mod/settings.php:390
+#: ../../mod/settings.php:416
 msgid " Please use a shorter name."
 msgstr " Пожалуйста, используйте более короткое имя."
 
-#: ../../mod/settings.php:392
+#: ../../mod/settings.php:418
 msgid " Name too short."
 msgstr " Имя слишком короткое."
 
-#: ../../mod/settings.php:398
+#: ../../mod/settings.php:427
+msgid "Wrong Password"
+msgstr "Неверный пароль."
+
+#: ../../mod/settings.php:432
 msgid " Not valid email."
 msgstr " Неверный e-mail."
 
-#: ../../mod/settings.php:400
+#: ../../mod/settings.php:438
 msgid " Cannot change to that email."
 msgstr " Невозможно изменить на этот e-mail."
 
-#: ../../mod/settings.php:454
+#: ../../mod/settings.php:493
 msgid "Private forum has no privacy permissions. Using default privacy group."
-msgstr ""
+msgstr "Частный форум не имеет настроек приватности. Используется группа конфиденциальности по умолчанию."
 
-#: ../../mod/settings.php:458
+#: ../../mod/settings.php:497
 msgid "Private forum has no privacy permissions and no default privacy group."
-msgstr ""
+msgstr "Частный форум не имеет настроек приватности и не имеет групп приватности по умолчанию."
 
-#: ../../mod/settings.php:488
+#: ../../mod/settings.php:527
 msgid "Settings updated."
 msgstr "Настройки обновлены."
 
-#: ../../mod/settings.php:559 ../../mod/settings.php:585
-#: ../../mod/settings.php:621
+#: ../../mod/settings.php:600 ../../mod/settings.php:626
+#: ../../mod/settings.php:662
 msgid "Add application"
 msgstr "Добавить приложения"
 
-#: ../../mod/settings.php:562 ../../mod/settings.php:588
-#: ../../mod/crepair.php:148 ../../mod/admin.php:754 ../../mod/admin.php:765
-msgid "Name"
-msgstr "Имя"
-
-#: ../../mod/settings.php:563 ../../mod/settings.php:589
+#: ../../mod/settings.php:604 ../../mod/settings.php:630
 msgid "Consumer Key"
 msgstr "Consumer Key"
 
-#: ../../mod/settings.php:564 ../../mod/settings.php:590
+#: ../../mod/settings.php:605 ../../mod/settings.php:631
 msgid "Consumer Secret"
 msgstr "Consumer Secret"
 
-#: ../../mod/settings.php:565 ../../mod/settings.php:591
+#: ../../mod/settings.php:606 ../../mod/settings.php:632
 msgid "Redirect"
 msgstr "Перенаправление"
 
-#: ../../mod/settings.php:566 ../../mod/settings.php:592
+#: ../../mod/settings.php:607 ../../mod/settings.php:633
 msgid "Icon url"
 msgstr "URL символа"
 
-#: ../../mod/settings.php:577
+#: ../../mod/settings.php:618
 msgid "You can't edit this application."
 msgstr "Вы не можете изменить это приложение."
 
-#: ../../mod/settings.php:620
+#: ../../mod/settings.php:661
 msgid "Connected Apps"
 msgstr "Подключенные приложения"
 
-#: ../../mod/settings.php:622 ../../mod/editpost.php:109
-#: ../../mod/content.php:751 ../../object/Item.php:117
-msgid "Edit"
-msgstr "Редактировать"
-
-#: ../../mod/settings.php:624
+#: ../../mod/settings.php:665
 msgid "Client key starts with"
 msgstr "Ключ клиента начинается с"
 
-#: ../../mod/settings.php:625
+#: ../../mod/settings.php:666
 msgid "No name"
 msgstr "Нет имени"
 
-#: ../../mod/settings.php:626
+#: ../../mod/settings.php:667
 msgid "Remove authorization"
 msgstr "Удалить авторизацию"
 
-#: ../../mod/settings.php:638
+#: ../../mod/settings.php:679
 msgid "No Plugin settings configured"
 msgstr "Нет сконфигурированных настроек плагина"
 
-#: ../../mod/settings.php:646
+#: ../../mod/settings.php:687
 msgid "Plugin Settings"
 msgstr "Настройки плагина"
 
-#: ../../mod/settings.php:660
+#: ../../mod/settings.php:701
 msgid "Off"
 msgstr ""
 
-#: ../../mod/settings.php:660
+#: ../../mod/settings.php:701
 msgid "On"
 msgstr ""
 
-#: ../../mod/settings.php:668
+#: ../../mod/settings.php:709
 msgid "Additional Features"
-msgstr ""
+msgstr "Дополнительные возможности"
 
-#: ../../mod/settings.php:681 ../../mod/settings.php:682
+#: ../../mod/settings.php:722 ../../mod/settings.php:723
 #, php-format
 msgid "Built-in support for %s connectivity is %s"
 msgstr "Встроенная  поддержка для %s подключение %s"
 
-#: ../../mod/settings.php:681 ../../mod/settings.php:682
+#: ../../mod/settings.php:722 ../../mod/settings.php:723
 msgid "enabled"
 msgstr "подключено"
 
-#: ../../mod/settings.php:681 ../../mod/settings.php:682
+#: ../../mod/settings.php:722 ../../mod/settings.php:723
 msgid "disabled"
 msgstr "отключено"
 
-#: ../../mod/settings.php:682
+#: ../../mod/settings.php:723
 msgid "StatusNet"
 msgstr "StatusNet"
 
-#: ../../mod/settings.php:714
+#: ../../mod/settings.php:755
 msgid "Email access is disabled on this site."
 msgstr "Доступ эл. почты отключен на этом сайте."
 
-#: ../../mod/settings.php:721
+#: ../../mod/settings.php:762
 msgid "Connector Settings"
 msgstr "Настройки соединителя"
 
-#: ../../mod/settings.php:726
+#: ../../mod/settings.php:767
 msgid "Email/Mailbox Setup"
 msgstr "Настройка эл. почты / почтового ящика"
 
-#: ../../mod/settings.php:727
+#: ../../mod/settings.php:768
 msgid ""
 "If you wish to communicate with email contacts using this service "
 "(optional), please specify how to connect to your mailbox."
 msgstr "Если вы хотите общаться с Email контактами, используя этот сервис (по желанию), пожалуйста, уточните, как подключиться к вашему почтовому ящику."
 
-#: ../../mod/settings.php:728
+#: ../../mod/settings.php:769
 msgid "Last successful email check:"
 msgstr "Последняя успешная проверка электронной почты:"
 
-#: ../../mod/settings.php:730
+#: ../../mod/settings.php:771
 msgid "IMAP server name:"
 msgstr "Имя IMAP сервера:"
 
-#: ../../mod/settings.php:731
+#: ../../mod/settings.php:772
 msgid "IMAP port:"
 msgstr "Порт IMAP:"
 
-#: ../../mod/settings.php:732
+#: ../../mod/settings.php:773
 msgid "Security:"
 msgstr "Безопасность:"
 
-#: ../../mod/settings.php:732 ../../mod/settings.php:737
+#: ../../mod/settings.php:773 ../../mod/settings.php:778
 msgid "None"
 msgstr "Ничего"
 
-#: ../../mod/settings.php:733
+#: ../../mod/settings.php:774
 msgid "Email login name:"
 msgstr "Логин эл. почты:"
 
-#: ../../mod/settings.php:734
+#: ../../mod/settings.php:775
 msgid "Email password:"
 msgstr "Пароль эл. почты:"
 
-#: ../../mod/settings.php:735
+#: ../../mod/settings.php:776
 msgid "Reply-to address:"
 msgstr "Адрес для ответа:"
 
-#: ../../mod/settings.php:736
+#: ../../mod/settings.php:777
 msgid "Send public posts to all email contacts:"
 msgstr "Отправлять открытые сообщения на все контакты электронной почты:"
 
-#: ../../mod/settings.php:737
+#: ../../mod/settings.php:778
 msgid "Action after import:"
 msgstr "Действие после импорта:"
 
-#: ../../mod/settings.php:737
+#: ../../mod/settings.php:778
 msgid "Mark as seen"
-msgstr ""
+msgstr "Отметить, как прочитанное"
 
-#: ../../mod/settings.php:737
+#: ../../mod/settings.php:778
 msgid "Move to folder"
-msgstr ""
+msgstr "Переместить в папку"
 
-#: ../../mod/settings.php:738
+#: ../../mod/settings.php:779
 msgid "Move to folder:"
-msgstr ""
-
-#: ../../mod/settings.php:769 ../../mod/admin.php:432
-msgid "No special theme for mobile devices"
-msgstr ""
+msgstr "Переместить в папку:"
 
-#: ../../mod/settings.php:809
+#: ../../mod/settings.php:854
 msgid "Display Settings"
 msgstr "Параметры дисплея"
 
-#: ../../mod/settings.php:815 ../../mod/settings.php:826
+#: ../../mod/settings.php:860 ../../mod/settings.php:873
 msgid "Display Theme:"
 msgstr "Показать тему:"
 
-#: ../../mod/settings.php:816
+#: ../../mod/settings.php:861
 msgid "Mobile Theme:"
-msgstr ""
+msgstr "Мобильная тема:"
 
-#: ../../mod/settings.php:817
+#: ../../mod/settings.php:862
 msgid "Update browser every xx seconds"
 msgstr "Обновление браузера каждые хх секунд"
 
-#: ../../mod/settings.php:817
+#: ../../mod/settings.php:862
 msgid "Minimum of 10 seconds, no maximum"
 msgstr "Минимум 10 секунд, максимума нет"
 
-#: ../../mod/settings.php:818
+#: ../../mod/settings.php:863
 msgid "Number of items to display per page:"
-msgstr ""
+msgstr "Количество элементов, отображаемых на одной странице:"
 
-#: ../../mod/settings.php:818
+#: ../../mod/settings.php:863 ../../mod/settings.php:864
 msgid "Maximum of 100 items"
-msgstr ""
+msgstr "Максимум 100 элементов"
+
+#: ../../mod/settings.php:864
+msgid "Number of items to display per page when viewed from mobile device:"
+msgstr "Количество элементов на странице, когда просмотр осуществляется с мобильных устройств:"
 
-#: ../../mod/settings.php:819
+#: ../../mod/settings.php:865
 msgid "Don't show emoticons"
 msgstr "не показывать emoticons"
 
-#: ../../mod/settings.php:895
+#: ../../mod/settings.php:866
+msgid "Infinite scroll"
+msgstr "Бесконечная прокрутка"
+
+#: ../../mod/settings.php:942
 msgid "Normal Account Page"
-msgstr ""
+msgstr "Стандартная страница аккаунта"
 
-#: ../../mod/settings.php:896
+#: ../../mod/settings.php:943
 msgid "This account is a normal personal profile"
 msgstr "Этот аккаунт является обычным персональным профилем"
 
-#: ../../mod/settings.php:899
+#: ../../mod/settings.php:946
 msgid "Soapbox Page"
 msgstr ""
 
-#: ../../mod/settings.php:900
+#: ../../mod/settings.php:947
 msgid "Automatically approve all connection/friend requests as read-only fans"
 msgstr "Автоматически одобряются все подключения / запросы в друзья, \"только для чтения\" поклонниками"
 
-#: ../../mod/settings.php:903
+#: ../../mod/settings.php:950
 msgid "Community Forum/Celebrity Account"
-msgstr ""
+msgstr "Аккаунт сообщества Форум/Знаменитость"
 
-#: ../../mod/settings.php:904
+#: ../../mod/settings.php:951
 msgid ""
 "Automatically approve all connection/friend requests as read-write fans"
 msgstr "Автоматически одобряются все подключения / запросы в друзья, \"для чтения и записей\" поклонников"
 
-#: ../../mod/settings.php:907
+#: ../../mod/settings.php:954
 msgid "Automatic Friend Page"
-msgstr ""
+msgstr "\"Автоматический друг\" страница"
 
-#: ../../mod/settings.php:908
+#: ../../mod/settings.php:955
 msgid "Automatically approve all connection/friend requests as friends"
 msgstr "Автоматически одобряются все подключения / запросы в друзья, расширяется список друзей"
 
-#: ../../mod/settings.php:911
+#: ../../mod/settings.php:958
 msgid "Private Forum [Experimental]"
 msgstr "Личный форум [экспериментально]"
 
-#: ../../mod/settings.php:912
+#: ../../mod/settings.php:959
 msgid "Private forum - approved members only"
-msgstr ""
+msgstr "Приватный форум - разрешено только участникам"
 
-#: ../../mod/settings.php:924
+#: ../../mod/settings.php:971
 msgid "OpenID:"
 msgstr "OpenID:"
 
-#: ../../mod/settings.php:924
+#: ../../mod/settings.php:971
 msgid "(Optional) Allow this OpenID to login to this account."
 msgstr "(Необязательно) Разрешить этому OpenID входить в этот аккаунт"
 
-#: ../../mod/settings.php:934
+#: ../../mod/settings.php:981
 msgid "Publish your default profile in your local site directory?"
 msgstr "Публиковать ваш профиль по умолчанию в вашем локальном каталоге на сайте?"
 
-#: ../../mod/settings.php:940
+#: ../../mod/settings.php:987
 msgid "Publish your default profile in the global social directory?"
 msgstr "Публиковать ваш профиль по умолчанию в глобальном социальном каталоге?"
 
-#: ../../mod/settings.php:948
+#: ../../mod/settings.php:995
 msgid "Hide your contact/friend list from viewers of your default profile?"
 msgstr "Скрывать ваш список контактов/друзей от посетителей вашего профиля по умолчанию?"
 
-#: ../../mod/settings.php:952
+#: ../../mod/settings.php:999
 msgid "Hide your profile details from unknown viewers?"
 msgstr "Скрыть данные профиля из неизвестных зрителей?"
 
-#: ../../mod/settings.php:957
+#: ../../mod/settings.php:1004
 msgid "Allow friends to post to your profile page?"
 msgstr "Разрешить друзьям оставлять сообщения на страницу вашего профиля?"
 
-#: ../../mod/settings.php:963
+#: ../../mod/settings.php:1010
 msgid "Allow friends to tag your posts?"
 msgstr "Разрешить друзьям отмечять ваши сообщения?"
 
-#: ../../mod/settings.php:969
+#: ../../mod/settings.php:1016
 msgid "Allow us to suggest you as a potential friend to new members?"
 msgstr "Позвольть предлогать Вам потенциальных друзей?"
 
-#: ../../mod/settings.php:975
+#: ../../mod/settings.php:1022
 msgid "Permit unknown people to send you private mail?"
-msgstr ""
+msgstr "Разрешить незнакомым людям отправлять вам личные сообщения?"
 
-#: ../../mod/settings.php:983
+#: ../../mod/settings.php:1030
 msgid "Profile is <strong>not published</strong>."
 msgstr "Профиль <strong>не публикуется</strong>."
 
-#: ../../mod/settings.php:986 ../../mod/profile_photo.php:248
+#: ../../mod/settings.php:1033 ../../mod/profile_photo.php:248
 msgid "or"
 msgstr "или"
 
-#: ../../mod/settings.php:991
+#: ../../mod/settings.php:1038
 msgid "Your Identity Address is"
 msgstr "Ваш идентификационный адрес"
 
-#: ../../mod/settings.php:1002
+#: ../../mod/settings.php:1049
 msgid "Automatically expire posts after this many days:"
 msgstr "Автоматическое истекание срока действия сообщения после стольких дней:"
 
-#: ../../mod/settings.php:1002
+#: ../../mod/settings.php:1049
 msgid "If empty, posts will not expire. Expired posts will be deleted"
 msgstr "Если пусто, срок действия сообщений не будет ограничен. Сообщения с истекшим сроком действия будут удалены"
 
-#: ../../mod/settings.php:1003
+#: ../../mod/settings.php:1050
 msgid "Advanced expiration settings"
 msgstr "Настройки расширенного окончания срока действия"
 
-#: ../../mod/settings.php:1004
+#: ../../mod/settings.php:1051
 msgid "Advanced Expiration"
 msgstr "Расширенное окончание срока действия"
 
-#: ../../mod/settings.php:1005
+#: ../../mod/settings.php:1052
 msgid "Expire posts:"
 msgstr "Срок хранения сообщений:"
 
-#: ../../mod/settings.php:1006
+#: ../../mod/settings.php:1053
 msgid "Expire personal notes:"
 msgstr "Срок хранения личных заметок:"
 
-#: ../../mod/settings.php:1007
+#: ../../mod/settings.php:1054
 msgid "Expire starred posts:"
 msgstr "Срок хранения усеянных сообщений:"
 
-#: ../../mod/settings.php:1008
+#: ../../mod/settings.php:1055
 msgid "Expire photos:"
 msgstr "Срок хранения фотографий:"
 
-#: ../../mod/settings.php:1009
+#: ../../mod/settings.php:1056
 msgid "Only expire posts by others:"
-msgstr ""
+msgstr "Только устаревшие посты других:"
 
-#: ../../mod/settings.php:1035
+#: ../../mod/settings.php:1082
 msgid "Account Settings"
 msgstr "Настройки аккаунта"
 
-#: ../../mod/settings.php:1043
+#: ../../mod/settings.php:1090
 msgid "Password Settings"
 msgstr "Настройка пароля"
 
-#: ../../mod/settings.php:1044
+#: ../../mod/settings.php:1091
 msgid "New Password:"
 msgstr "Новый пароль:"
 
-#: ../../mod/settings.php:1045
+#: ../../mod/settings.php:1092
 msgid "Confirm:"
 msgstr "Подтвердите:"
 
-#: ../../mod/settings.php:1045
+#: ../../mod/settings.php:1092
 msgid "Leave password fields blank unless changing"
 msgstr "Оставьте поля пароля пустыми, если он не изменяется"
 
-#: ../../mod/settings.php:1049
+#: ../../mod/settings.php:1093
+msgid "Current Password:"
+msgstr "Текущий пароль:"
+
+#: ../../mod/settings.php:1093 ../../mod/settings.php:1094
+msgid "Your current password to confirm the changes"
+msgstr "Ваш текущий пароль, для подтверждения изменений"
+
+#: ../../mod/settings.php:1094
+msgid "Password:"
+msgstr "Пароль:"
+
+#: ../../mod/settings.php:1098
 msgid "Basic Settings"
 msgstr "Основные параметры"
 
-#: ../../mod/settings.php:1051
+#: ../../mod/settings.php:1099 ../../include/profile_advanced.php:15
+msgid "Full Name:"
+msgstr "Полное имя:"
+
+#: ../../mod/settings.php:1100
 msgid "Email Address:"
 msgstr "Адрес электронной почты:"
 
-#: ../../mod/settings.php:1052
+#: ../../mod/settings.php:1101
 msgid "Your Timezone:"
 msgstr "Ваш часовой пояс:"
 
-#: ../../mod/settings.php:1053
+#: ../../mod/settings.php:1102
 msgid "Default Post Location:"
 msgstr "Местонахождение по умолчанию:"
 
-#: ../../mod/settings.php:1054
+#: ../../mod/settings.php:1103
 msgid "Use Browser Location:"
 msgstr "Использовать определение местоположения браузером:"
 
-#: ../../mod/settings.php:1057
+#: ../../mod/settings.php:1106
 msgid "Security and Privacy Settings"
 msgstr "Параметры безопасности и конфиденциальности"
 
-#: ../../mod/settings.php:1059
+#: ../../mod/settings.php:1108
 msgid "Maximum Friend Requests/Day:"
 msgstr "Максимум запросов в друзья в день:"
 
-#: ../../mod/settings.php:1059 ../../mod/settings.php:1089
+#: ../../mod/settings.php:1108 ../../mod/settings.php:1138
 msgid "(to prevent spam abuse)"
 msgstr "(для предотвращения спама)"
 
-#: ../../mod/settings.php:1060
+#: ../../mod/settings.php:1109
 msgid "Default Post Permissions"
 msgstr "Разрешение на сообщения по умолчанию"
 
-#: ../../mod/settings.php:1061
+#: ../../mod/settings.php:1110
 msgid "(click to open/close)"
 msgstr "(нажмите, чтобы открыть / закрыть)"
 
-#: ../../mod/settings.php:1070 ../../mod/photos.php:1140
+#: ../../mod/settings.php:1119 ../../mod/photos.php:1140
 #: ../../mod/photos.php:1506
 msgid "Show to Groups"
 msgstr "Показать в группах"
 
-#: ../../mod/settings.php:1071 ../../mod/photos.php:1141
+#: ../../mod/settings.php:1120 ../../mod/photos.php:1141
 #: ../../mod/photos.php:1507
 msgid "Show to Contacts"
-msgstr ""
+msgstr "Показывать контактам"
 
-#: ../../mod/settings.php:1072
+#: ../../mod/settings.php:1121
 msgid "Default Private Post"
-msgstr ""
+msgstr "Личное сообщение по умолчанию"
 
-#: ../../mod/settings.php:1073
+#: ../../mod/settings.php:1122
 msgid "Default Public Post"
-msgstr ""
+msgstr "Публичное сообщение по умолчанию"
 
-#: ../../mod/settings.php:1077
+#: ../../mod/settings.php:1126
 msgid "Default Permissions for New Posts"
-msgstr ""
+msgstr "Права для новых записей по умолчанию"
 
-#: ../../mod/settings.php:1089
+#: ../../mod/settings.php:1138
 msgid "Maximum private messages per day from unknown people:"
-msgstr ""
+msgstr "Максимальное количество личных сообщений от незнакомых людей в день:"
 
-#: ../../mod/settings.php:1092
+#: ../../mod/settings.php:1141
 msgid "Notification Settings"
 msgstr "Настройка уведомлений"
 
-#: ../../mod/settings.php:1093
+#: ../../mod/settings.php:1142
 msgid "By default post a status message when:"
-msgstr ""
+msgstr "Отправить состояние о статусе по умолчанию, если:"
 
-#: ../../mod/settings.php:1094
+#: ../../mod/settings.php:1143
 msgid "accepting a friend request"
-msgstr ""
+msgstr "принятие запроса на добавление в друзья"
 
-#: ../../mod/settings.php:1095
+#: ../../mod/settings.php:1144
 msgid "joining a forum/community"
-msgstr ""
+msgstr "вступление в сообщество/форум"
 
-#: ../../mod/settings.php:1096
+#: ../../mod/settings.php:1145
 msgid "making an <em>interesting</em> profile change"
-msgstr ""
+msgstr "сделать изменения в <em>настройках интересов</em> профиля"
 
-#: ../../mod/settings.php:1097
+#: ../../mod/settings.php:1146
 msgid "Send a notification email when:"
 msgstr "Отправлять уведомление по электронной почте, когда:"
 
-#: ../../mod/settings.php:1098
+#: ../../mod/settings.php:1147
 msgid "You receive an introduction"
 msgstr "Вы получили запрос"
 
-#: ../../mod/settings.php:1099
+#: ../../mod/settings.php:1148
 msgid "Your introductions are confirmed"
 msgstr "Ваши запросы подтверждены"
 
-#: ../../mod/settings.php:1100
+#: ../../mod/settings.php:1149
 msgid "Someone writes on your profile wall"
 msgstr "Кто-то пишет на стене вашего профиля"
 
-#: ../../mod/settings.php:1101
+#: ../../mod/settings.php:1150
 msgid "Someone writes a followup comment"
 msgstr "Кто-то пишет последующий комментарий"
 
-#: ../../mod/settings.php:1102
+#: ../../mod/settings.php:1151
 msgid "You receive a private message"
 msgstr "Вы получаете личное сообщение"
 
-#: ../../mod/settings.php:1103
+#: ../../mod/settings.php:1152
 msgid "You receive a friend suggestion"
-msgstr ""
+msgstr "Вы полулили предложение о добавлении в друзья"
 
-#: ../../mod/settings.php:1104
+#: ../../mod/settings.php:1153
 msgid "You are tagged in a post"
-msgstr ""
+msgstr "Вы отмечены в посте"
 
-#: ../../mod/settings.php:1105
+#: ../../mod/settings.php:1154
 msgid "You are poked/prodded/etc. in a post"
 msgstr ""
 
-#: ../../mod/settings.php:1108
+#: ../../mod/settings.php:1157
 msgid "Advanced Account/Page Type Settings"
-msgstr ""
+msgstr "Расширенные настройки типа аккаунта/страницы"
 
-#: ../../mod/settings.php:1109
+#: ../../mod/settings.php:1158
 msgid "Change the behaviour of this account for special situations"
-msgstr ""
+msgstr "Измените поведение этого аккаунта в специальных ситуациях"
 
-#: ../../mod/share.php:44
-msgid "link"
-msgstr ""
+#: ../../mod/settings.php:1161
+msgid "Relocate"
+msgstr "Переместить"
 
-#: ../../mod/crepair.php:102
-msgid "Contact settings applied."
-msgstr "Установки контакта приняты."
+#: ../../mod/settings.php:1162
+msgid ""
+"If you have moved this profile from another server, and some of your "
+"contacts don't receive your updates, try pushing this button."
+msgstr "Если вы переместили эту анкету с другого сервера, и некоторые из ваших контактов не получили ваши обновления, попробуйте нажать эту кнопку."
 
-#: ../../mod/crepair.php:104
-msgid "Contact update failed."
-msgstr "Обновление контакта неудачное."
+#: ../../mod/settings.php:1163
+msgid "Resend relocate message to contacts"
+msgstr "Отправить перемещённые сообщения контактам"
 
-#: ../../mod/crepair.php:129 ../../mod/dfrn_confirm.php:118
-#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92
-msgid "Contact not found."
-msgstr "Контакт не найден."
+#: ../../mod/profiles.php:37
+msgid "Profile deleted."
+msgstr "Профиль удален."
 
-#: ../../mod/crepair.php:135
-msgid "Repair Contact Settings"
-msgstr "Ð\92оÑ\81Ñ\81Ñ\82ановиÑ\82Ñ\8c Ñ\83Ñ\81Ñ\82ановки ÐºÐ¾Ð½Ñ\82акÑ\82а"
+#: ../../mod/profiles.php:55 ../../mod/profiles.php:89
+msgid "Profile-"
+msgstr "Ð\9fÑ\80оÑ\84илÑ\8c-"
 
-#: ../../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>ВНИМАНИЕ: Это крайне важно!</strong> Если вы введете неверную информацию, ваша связь с этим контактом перестанет работать."
+#: ../../mod/profiles.php:74 ../../mod/profiles.php:117
+msgid "New profile created."
+msgstr "Новый профиль создан."
 
-#: ../../mod/crepair.php:138
-msgid ""
-"Please use your browser 'Back' button <strong>now</strong> if you are "
-"uncertain what to do on this page."
-msgstr "Пожалуйста, нажмите клавишу вашего браузера 'Back' или 'Назад' <strong>сейчас</strong>, если вы не уверены, что делаете на этой странице."
+#: ../../mod/profiles.php:95
+msgid "Profile unavailable to clone."
+msgstr "Профиль недоступен для клонирования."
 
-#: ../../mod/crepair.php:144
-msgid "Return to contact editor"
-msgstr ""
+#: ../../mod/profiles.php:170
+msgid "Profile Name is required."
+msgstr "Необходимо имя профиля."
 
-#: ../../mod/crepair.php:149
-msgid "Account Nickname"
-msgstr "Ð\9dик Ð°ÐºÐºÐ°Ñ\83нÑ\82а"
+#: ../../mod/profiles.php:317
+msgid "Marital Status"
+msgstr "Семейное Ð¿Ð¾Ð»Ð¾Ð¶ÐµÐ½Ð¸Ðµ"
 
-#: ../../mod/crepair.php:150
-msgid "@Tagname - overrides Name/Nickname"
-msgstr ""
+#: ../../mod/profiles.php:321
+msgid "Romantic Partner"
+msgstr "Любимый человек"
 
-#: ../../mod/crepair.php:151
-msgid "Account URL"
-msgstr "URL аккаунта"
+#: ../../mod/profiles.php:325
+msgid "Likes"
+msgstr "Лайки"
 
-#: ../../mod/crepair.php:152
-msgid "Friend Request URL"
-msgstr "URL запроса в друзья"
+#: ../../mod/profiles.php:329
+msgid "Dislikes"
+msgstr "Дизлайк"
 
-#: ../../mod/crepair.php:153
-msgid "Friend Confirm URL"
-msgstr "URL подтверждения друга"
+#: ../../mod/profiles.php:333
+msgid "Work/Employment"
+msgstr "Работа/Занятость"
 
-#: ../../mod/crepair.php:154
-msgid "Notification Endpoint URL"
-msgstr "URL эндпоинта уведомления"
+#: ../../mod/profiles.php:336
+msgid "Religion"
+msgstr "Религия"
 
-#: ../../mod/crepair.php:155
-msgid "Poll/Feed URL"
-msgstr "URL опроса/ленты"
+#: ../../mod/profiles.php:340
+msgid "Political Views"
+msgstr "Политические взгляды"
 
-#: ../../mod/crepair.php:156
-msgid "New photo from this URL"
-msgstr "Ð\9dовое Ñ\84оÑ\82о Ð¸Ð· Ñ\8dÑ\82ой URL"
+#: ../../mod/profiles.php:344
+msgid "Gender"
+msgstr "Ð\9fол"
 
-#: ../../mod/delegate.php:95
-msgid "No potential page delegates located."
-msgstr ""
+#: ../../mod/profiles.php:348
+msgid "Sexual Preference"
+msgstr "Сексуальные предпочтения"
 
-#: ../../mod/delegate.php:123
-msgid ""
-"Delegates are able to manage all aspects of this account/page except for "
-"basic account settings. Please do not delegate your personal account to "
-"anybody that you do not trust completely."
-msgstr ""
+#: ../../mod/profiles.php:352
+msgid "Homepage"
+msgstr "Домашняя страница"
 
-#: ../../mod/delegate.php:124
-msgid "Existing Page Managers"
-msgstr "СÑ\83Ñ\89еÑ\81Ñ\82вÑ\83Ñ\8eÑ\89ие Ð¼ÐµÐ½ÐµÐ´Ð¶ÐµÑ\80Ñ\8b Ñ\81Ñ\82Ñ\80аниÑ\86ы"
+#: ../../mod/profiles.php:356
+msgid "Interests"
+msgstr "Хобби / Ð\98нÑ\82еÑ\80еÑ\81ы"
 
-#: ../../mod/delegate.php:126
-msgid "Existing Page Delegates"
-msgstr "СÑ\83Ñ\89еÑ\81Ñ\82вÑ\83Ñ\8eÑ\89ие Ñ\83полномоÑ\87еннÑ\8bе Ñ\81Ñ\82Ñ\80аниÑ\86Ñ\8b"
+#: ../../mod/profiles.php:360
+msgid "Address"
+msgstr "Ð\90дÑ\80еÑ\81"
 
-#: ../../mod/delegate.php:128
-msgid "Potential Delegates"
-msgstr ""
+#: ../../mod/profiles.php:367
+msgid "Location"
+msgstr "Местонахождение"
 
-#: ../../mod/delegate.php:130 ../../mod/tagrm.php:93
-msgid "Remove"
-msgstr "УдалиÑ\82Ñ\8c"
+#: ../../mod/profiles.php:450
+msgid "Profile updated."
+msgstr "Ð\9fÑ\80оÑ\84илÑ\8c Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½."
 
-#: ../../mod/delegate.php:131
-msgid "Add"
-msgstr "Ð\94обавиÑ\82Ñ\8c"
+#: ../../mod/profiles.php:521
+msgid " and "
+msgstr "и"
 
-#: ../../mod/delegate.php:132
-msgid "No entries."
-msgstr "Ð\9dеÑ\82 Ð·Ð°Ð¿Ð¸Ñ\81ей."
+#: ../../mod/profiles.php:529
+msgid "public profile"
+msgstr "пÑ\83блиÑ\87нÑ\8bй Ð¿Ñ\80оÑ\84илÑ\8c"
 
-#: ../../mod/poke.php:192
-msgid "Poke/Prod"
-msgstr ""
+#: ../../mod/profiles.php:532
+#, php-format
+msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
+msgstr "%1$s изменились с %2$s на &ldquo;%3$s&rdquo;"
 
-#: ../../mod/poke.php:193
-msgid "poke, prod or do other things to somebody"
-msgstr ""
+#: ../../mod/profiles.php:533
+#, php-format
+msgid " - Visit %1$s's %2$s"
+msgstr " - Посетить профиль %1$s [%2$s]"
 
-#: ../../mod/poke.php:194
-msgid "Recipient"
+#: ../../mod/profiles.php:536
+#, php-format
+msgid "%1$s has an updated %2$s, changing %3$s."
 msgstr ""
 
-#: ../../mod/poke.php:195
-msgid "Choose what you wish to do to recipient"
-msgstr ""
+#: ../../mod/profiles.php:609
+msgid "Hide your contact/friend list from viewers of this profile?"
+msgstr "Скрывать ваш список контактов / друзей от посетителей этого профиля?"
 
-#: ../../mod/poke.php:198
-msgid "Make this post private"
-msgstr ""
+#: ../../mod/profiles.php:629
+msgid "Edit Profile Details"
+msgstr "Редактировать детали профиля"
 
-#: ../../mod/dfrn_confirm.php:119
-msgid ""
-"This may occasionally happen if contact was requested by both persons and it"
-" has already been approved."
-msgstr ""
+#: ../../mod/profiles.php:631
+msgid "Change Profile Photo"
+msgstr "Изменить фото профиля"
 
-#: ../../mod/dfrn_confirm.php:237
-msgid "Response from remote site was not understood."
-msgstr "Ð\9eÑ\82веÑ\82 Ð¾Ñ\82 Ñ\83даленного Ñ\81айÑ\82а Ð½Ðµ Ð±Ñ\8bл Ð¿Ð¾Ð½Ñ\8fÑ\82."
+#: ../../mod/profiles.php:632
+msgid "View this profile"
+msgstr "Ð\9fÑ\80оÑ\81моÑ\82Ñ\80еÑ\82Ñ\8c Ñ\8dÑ\82оÑ\82 Ð¿Ñ\80оÑ\84илÑ\8c"
 
-#: ../../mod/dfrn_confirm.php:246
-msgid "Unexpected response from remote site: "
-msgstr "Ð\9dеожиданнÑ\8bй Ð¾Ñ\82веÑ\82 Ð¾Ñ\82 Ñ\83даленного Ñ\81айÑ\82а: "
+#: ../../mod/profiles.php:633
+msgid "Create a new profile using these settings"
+msgstr "СоздаÑ\82Ñ\8c Ð½Ð¾Ð²Ñ\8bй Ð¿Ñ\80оÑ\84илÑ\8c, Ð¸Ñ\81полÑ\8cзÑ\83Ñ\8f Ñ\8dÑ\82и Ð½Ð°Ñ\81Ñ\82Ñ\80ойки"
 
-#: ../../mod/dfrn_confirm.php:254
-msgid "Confirmation completed successfully."
-msgstr "Ð\9fодÑ\82веÑ\80ждение Ñ\83Ñ\81пеÑ\88но Ð·Ð°Ð²ÐµÑ\80Ñ\88ено."
+#: ../../mod/profiles.php:634
+msgid "Clone this profile"
+msgstr "Ð\9aлониÑ\80оваÑ\82Ñ\8c Ñ\8dÑ\82оÑ\82 Ð¿Ñ\80оÑ\84илÑ\8c"
 
-#: ../../mod/dfrn_confirm.php:256 ../../mod/dfrn_confirm.php:270
-#: ../../mod/dfrn_confirm.php:277
-msgid "Remote site reported: "
-msgstr "Удаленный сайт сообщил: "
+#: ../../mod/profiles.php:635
+msgid "Delete this profile"
+msgstr "Удалить этот профиль"
 
-#: ../../mod/dfrn_confirm.php:268
-msgid "Temporary failure. Please wait and try again."
-msgstr "Ð\92Ñ\80еменнÑ\8bе Ð½ÐµÑ\83даÑ\87и. Ð\9fодождиÑ\82е Ð¸ Ð¿Ð¾Ð¿Ñ\80обÑ\83йÑ\82е ÐµÑ\89е Ñ\80аз."
+#: ../../mod/profiles.php:636
+msgid "Profile Name:"
+msgstr "Ð\98мÑ\8f Ð¿Ñ\80оÑ\84илÑ\8f:"
 
-#: ../../mod/dfrn_confirm.php:275
-msgid "Introduction failed or was revoked."
-msgstr "Ð\97апÑ\80оÑ\81 Ð¾Ñ\88ибоÑ\87ен Ð¸Ð»Ð¸ Ð±Ñ\8bл Ð¾Ñ\82озван."
+#: ../../mod/profiles.php:637
+msgid "Your Full Name:"
+msgstr "Ð\92аÑ\88е Ð¿Ð¾Ð»Ð½Ð¾Ðµ Ð¸Ð¼Ñ\8f:"
 
-#: ../../mod/dfrn_confirm.php:420
-msgid "Unable to set contact photo."
-msgstr "Ð\9dе Ñ\83даеÑ\82Ñ\81Ñ\8f Ñ\83Ñ\81Ñ\82ановиÑ\82Ñ\8c Ñ\84оÑ\82о ÐºÐ¾Ð½Ñ\82акÑ\82а."
+#: ../../mod/profiles.php:638
+msgid "Title/Description:"
+msgstr "Ð\97аголовок / Ð\9eпиÑ\81ание:"
 
-#: ../../mod/dfrn_confirm.php:562
+#: ../../mod/profiles.php:639
+msgid "Your Gender:"
+msgstr "Ваш пол:"
+
+#: ../../mod/profiles.php:640
 #, php-format
-msgid "No user record found for '%s' "
-msgstr "Ð\9dе Ð½Ð°Ð¹Ð´ÐµÐ½Ð¾ Ð·Ð°Ð¿Ð¸Ñ\81и Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f Ð´Ð»Ñ\8f '%s' "
+msgid "Birthday (%s):"
+msgstr "Ð\94енÑ\8c Ñ\80ождениÑ\8f (%s):"
 
-#: ../../mod/dfrn_confirm.php:572
-msgid "Our site encryption key is apparently messed up."
-msgstr "Ð\9dаÑ\88 ÐºÐ»Ñ\8eÑ\87 Ñ\88иÑ\84Ñ\80ованиÑ\8f Ñ\81айÑ\82а, Ð¿Ð¾-видимомÑ\83, Ð¿ÐµÑ\80епÑ\83Ñ\82алÑ\81Ñ\8f."
+#: ../../mod/profiles.php:641
+msgid "Street Address:"
+msgstr "Ð\90дÑ\80еÑ\81:"
 
-#: ../../mod/dfrn_confirm.php:583
-msgid "Empty site URL was provided or URL could not be decrypted by us."
-msgstr "Ð\91Ñ\8bл Ð¿Ñ\80едоÑ\81Ñ\82авлен Ð¿Ñ\83Ñ\81Ñ\82ой URL Ñ\81айÑ\82а â\80\8bâ\80\8bили URL Ð½Ðµ Ð¼Ð¾Ð¶ÐµÑ\82 Ð±Ñ\8bÑ\82Ñ\8c Ñ\80аÑ\81Ñ\88иÑ\84Ñ\80ован Ð½Ð°Ð¼Ð¸."
+#: ../../mod/profiles.php:642
+msgid "Locality/City:"
+msgstr "Ð\93оÑ\80од / Ð\9dаÑ\81еленнÑ\8bй Ð¿Ñ\83нкÑ\82:"
 
-#: ../../mod/dfrn_confirm.php:604
-msgid "Contact record was not found for you on our site."
-msgstr "Ð\97апиÑ\81Ñ\8c ÐºÐ¾Ð½Ñ\82акÑ\82а Ð½Ðµ Ð½Ð°Ð¹Ð´ÐµÐ½Ð° Ð´Ð»Ñ\8f Ð²Ð°Ñ\81 Ð½Ð° Ð½Ð°Ñ\88ем Ñ\81айÑ\82е."
+#: ../../mod/profiles.php:643
+msgid "Postal/Zip Code:"
+msgstr "Ð\9fоÑ\87Ñ\82овÑ\8bй Ð¸Ð½Ð´ÐµÐºÑ\81:"
 
-#: ../../mod/dfrn_confirm.php:618
-#, php-format
-msgid "Site public key not available in contact record for URL %s."
-msgstr "Публичный ключ недоступен в записи о контакте по ссылке %s"
+#: ../../mod/profiles.php:644
+msgid "Country:"
+msgstr "Страна:"
 
-#: ../../mod/dfrn_confirm.php:638
-msgid ""
-"The ID provided by your system is a duplicate on our system. It should work "
-"if you try again."
-msgstr "ID, предложенный вашей системой, является дубликатом в нашей системе. Он должен работать, если вы повторите попытку."
+#: ../../mod/profiles.php:645
+msgid "Region/State:"
+msgstr "Район / Область:"
 
-#: ../../mod/dfrn_confirm.php:649
-msgid "Unable to set your contact credentials on our system."
-msgstr "Не удалось установить ваши учетные данные контакта в нашей системе."
+#: ../../mod/profiles.php:646
+msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
+msgstr "<span class=\"heart\">&hearts;</span> Семейное положение:"
 
-#: ../../mod/dfrn_confirm.php:716
-msgid "Unable to update your contact profile details on our system"
-msgstr "Ð\9dе Ñ\83даеÑ\82Ñ\81Ñ\8f Ð¾Ð±Ð½Ð¾Ð²Ð¸Ñ\82Ñ\8c Ð²Ð°Ñ\88и ÐºÐ¾Ð½Ñ\82акÑ\82нÑ\8bе Ð´ÐµÑ\82али Ð¿Ñ\80оÑ\84илÑ\8f Ð² Ð½Ð°Ñ\88ей Ñ\81иÑ\81Ñ\82еме"
+#: ../../mod/profiles.php:647
+msgid "Who: (if applicable)"
+msgstr "Ð\9aÑ\82о: (еÑ\81ли Ñ\82Ñ\80ебÑ\83еÑ\82Ñ\81Ñ\8f)"
 
-#: ../../mod/dfrn_confirm.php:751
-#, php-format
-msgid "Connection accepted at %s"
-msgstr "Подключение принято в %s"
+#: ../../mod/profiles.php:648
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+msgstr "Примеры: cathy123, Кэти Уильямс, cathy@example.com"
 
-#: ../../mod/dfrn_confirm.php:800
-#, php-format
-msgid "%1$s has joined %2$s"
-msgstr "%1$s присоединился %2$s"
+#: ../../mod/profiles.php:649
+msgid "Since [date]:"
+msgstr "С какого времени [дата]:"
 
-#: ../../mod/dfrn_poll.php:101 ../../mod/dfrn_poll.php:534
-#, php-format
-msgid "%1$s welcomes %2$s"
-msgstr ""
+#: ../../mod/profiles.php:650 ../../include/profile_advanced.php:46
+msgid "Sexual Preference:"
+msgstr "Сексуальные предпочтения:"
 
-#: ../../mod/dfrn_request.php:93
-msgid "This introduction has already been accepted."
-msgstr "ЭÑ\82оÑ\82 Ð·Ð°Ð¿Ñ\80оÑ\81 Ð±Ñ\8bл Ñ\83же Ð¿Ñ\80инÑ\8fÑ\82."
+#: ../../mod/profiles.php:651
+msgid "Homepage URL:"
+msgstr "Ð\90дÑ\80еÑ\81 Ð´Ð¾Ð¼Ð°Ñ\88ней Ñ\81Ñ\82Ñ\80аниÑ\87ки:"
 
-#: ../../mod/dfrn_request.php:118 ../../mod/dfrn_request.php:513
-msgid "Profile location is not valid or does not contain profile information."
-msgstr "Ð\9cеÑ\81Ñ\82оположение Ð¿Ñ\80оÑ\84илÑ\8f Ñ\8fвлÑ\8fеÑ\82Ñ\81Ñ\8f Ð½ÐµÐ´Ð¾Ð¿Ñ\83Ñ\81Ñ\82имÑ\8bм Ð¸Ð»Ð¸ Ð½Ðµ Ñ\81одеÑ\80жиÑ\82 Ð¸Ð½Ñ\84оÑ\80маÑ\86иÑ\8e Ð¾ Ð¿Ñ\80оÑ\84иле."
+#: ../../mod/profiles.php:652 ../../include/profile_advanced.php:50
+msgid "Hometown:"
+msgstr "Родной Ð³Ð¾Ñ\80од:"
 
-#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:518
-msgid "Warning: profile location has no identifiable owner name."
-msgstr "Ð\92нимание: Ð¼ÐµÑ\81Ñ\82оположение Ð¿Ñ\80оÑ\84илÑ\8f Ð½Ðµ Ð¸Ð¼ÐµÐµÑ\82 Ð¸Ð´ÐµÐ½Ñ\82иÑ\84иÑ\86иÑ\80Ñ\83емого Ð¸Ð¼ÐµÐ½Ð¸ Ð²Ð»Ð°Ð´ÐµÐ»Ñ\8cÑ\86а."
+#: ../../mod/profiles.php:653 ../../include/profile_advanced.php:54
+msgid "Political Views:"
+msgstr "Ð\9fолиÑ\82иÑ\87еÑ\81кие Ð²Ð·Ð³Ð»Ñ\8fдÑ\8b:"
 
-#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:520
-msgid "Warning: profile location has no profile photo."
-msgstr "Ð\92нимание: Ð¼ÐµÑ\81Ñ\82оположение Ð¿Ñ\80оÑ\84илÑ\8f Ð½Ðµ Ð¸Ð¼ÐµÐµÑ\82 ÐµÑ\89е Ñ\84оÑ\82огÑ\80аÑ\84ии Ð¿Ñ\80оÑ\84илÑ\8f."
+#: ../../mod/profiles.php:654
+msgid "Religious Views:"
+msgstr "РелигиознÑ\8bе Ð²Ð·Ð³Ð»Ñ\8fдÑ\8b:"
 
-#: ../../mod/dfrn_request.php:128 ../../mod/dfrn_request.php:523
-#, 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 требуемый параметр не был найден в заданном месте"
-msgstr[1] "%d требуемых параметров не были найдены в заданном месте"
-msgstr[2] "%d требуемых параметров не были найдены в заданном месте"
+#: ../../mod/profiles.php:655
+msgid "Public Keywords:"
+msgstr "Общественные ключевые слова:"
 
-#: ../../mod/dfrn_request.php:170
-msgid "Introduction complete."
-msgstr "Ð\97апÑ\80оÑ\81 Ñ\81оздан."
+#: ../../mod/profiles.php:656
+msgid "Private Keywords:"
+msgstr "Ð\9bиÑ\87нÑ\8bе ÐºÐ»Ñ\8eÑ\87евÑ\8bе Ñ\81лова:"
 
-#: ../../mod/dfrn_request.php:209
-msgid "Unrecoverable protocol error."
-msgstr "Неисправимая ошибка протокола."
+#: ../../mod/profiles.php:657 ../../include/profile_advanced.php:62
+msgid "Likes:"
+msgstr "Нравится:"
 
-#: ../../mod/dfrn_request.php:237
-msgid "Profile unavailable."
-msgstr "Ð\9fÑ\80оÑ\84илÑ\8c Ð½ÐµÐ´Ð¾Ñ\81Ñ\82Ñ\83пен."
+#: ../../mod/profiles.php:658 ../../include/profile_advanced.php:64
+msgid "Dislikes:"
+msgstr "Ð\9dе Ð½Ñ\80авиÑ\82Ñ\81Ñ\8f:"
 
-#: ../../mod/dfrn_request.php:262
-#, php-format
-msgid "%s has received too many connection requests today."
-msgstr "К %s пришло сегодня слишком много запросов на подключение."
+#: ../../mod/profiles.php:659
+msgid "Example: fishing photography software"
+msgstr "Пример: рыбалка фотографии программное обеспечение"
 
-#: ../../mod/dfrn_request.php:263
-msgid "Spam protection measures have been invoked."
-msgstr "Были применены меры защиты от спама."
+#: ../../mod/profiles.php:660
+msgid "(Used for suggesting potential friends, can be seen by others)"
+msgstr "(Используется для предложения потенциальным друзьям, могут увидеть другие)"
 
-#: ../../mod/dfrn_request.php:264
-msgid "Friends are advised to please try again in 24 hours."
-msgstr "Друзья советуют попробовать еще раз в ближайшие 24 часа."
+#: ../../mod/profiles.php:661
+msgid "(Used for searching profiles, never shown to others)"
+msgstr "(Используется для поиска профилей, никогда не показывается другим)"
 
-#: ../../mod/dfrn_request.php:326
-msgid "Invalid locator"
-msgstr "Ð\9dедопÑ\83Ñ\81Ñ\82имÑ\8bй Ð»Ð¾ÐºÐ°Ñ\82оÑ\80"
+#: ../../mod/profiles.php:662
+msgid "Tell us about yourself..."
+msgstr "РаÑ\81Ñ\81кажиÑ\82е Ð½Ð°Ð¼ Ð¾ Ñ\81ебе ..."
 
-#: ../../mod/dfrn_request.php:335
-msgid "Invalid email address."
-msgstr "Ð\9dевеÑ\80нÑ\8bй Ð°Ð´Ñ\80еÑ\81 Ñ\8dлекÑ\82Ñ\80онной Ð¿Ð¾Ñ\87Ñ\82Ñ\8b."
+#: ../../mod/profiles.php:663
+msgid "Hobbies/Interests"
+msgstr "Хобби / Ð\98нÑ\82еÑ\80еÑ\81Ñ\8b"
 
-#: ../../mod/dfrn_request.php:362
-msgid "This account has not been configured for email. Request failed."
-msgstr "ЭÑ\82оÑ\82 Ð°ÐºÐºÐ°Ñ\83нÑ\82 Ð½Ðµ Ð½Ð°Ñ\81Ñ\82Ñ\80оен Ð´Ð»Ñ\8f Ñ\8dлекÑ\82Ñ\80онной Ð¿Ð¾Ñ\87Ñ\82Ñ\8b. Ð\97апÑ\80оÑ\81 Ð½Ðµ Ñ\83далÑ\81Ñ\8f."
+#: ../../mod/profiles.php:664
+msgid "Contact information and Social Networks"
+msgstr "Ð\9aонÑ\82акÑ\82наÑ\8f Ð¸Ð½Ñ\84оÑ\80маÑ\86иÑ\8f Ð¸ Ñ\81оÑ\86иалÑ\8cнÑ\8bе Ñ\81еÑ\82и"
 
-#: ../../mod/dfrn_request.php:458
-msgid "Unable to resolve your name at the provided location."
-msgstr "Ð\9dе Ñ\83даеÑ\82Ñ\81Ñ\8f Ñ\83Ñ\81Ñ\82ановиÑ\82Ñ\8c Ð²Ð°Ñ\88е Ð¸Ð¼Ñ\8f Ð½Ð° Ð¿Ñ\80едложенном Ð¼ÐµÑ\81Ñ\82оположении."
+#: ../../mod/profiles.php:665
+msgid "Musical interests"
+msgstr "Ð\9cÑ\83зÑ\8bкалÑ\8cнÑ\8bе Ð¸Ð½Ñ\82еÑ\80еÑ\81Ñ\8b"
 
-#: ../../mod/dfrn_request.php:471
-msgid "You have already introduced yourself here."
-msgstr "Ð\92Ñ\8b Ñ\83же Ð²Ð²ÐµÐ»Ð¸ Ð¸Ð½Ñ\84оÑ\80маÑ\86иÑ\8e Ð¾ Ñ\81ебе Ð·Ð´ÐµÑ\81Ñ\8c."
+#: ../../mod/profiles.php:666
+msgid "Books, literature"
+msgstr "Ð\9aниги, Ð»Ð¸Ñ\82еÑ\80аÑ\82Ñ\83Ñ\80а"
 
-#: ../../mod/dfrn_request.php:475
-#, php-format
-msgid "Apparently you are already friends with %s."
-msgstr "Похоже, что вы уже друзья с %s."
+#: ../../mod/profiles.php:667
+msgid "Television"
+msgstr "Телевидение"
 
-#: ../../mod/dfrn_request.php:496
-msgid "Invalid profile URL."
-msgstr "Ð\9dевеÑ\80нÑ\8bй URL Ð¿Ñ\80оÑ\84илÑ\8f."
+#: ../../mod/profiles.php:668
+msgid "Film/dance/culture/entertainment"
+msgstr "Ð\9aино / Ñ\82анÑ\86Ñ\8b / ÐºÑ\83лÑ\8cÑ\82Ñ\83Ñ\80а / Ñ\80азвлеÑ\87ениÑ\8f"
 
-#: ../../mod/dfrn_request.php:592
-msgid "Your introduction has been sent."
-msgstr "Ð\92аÑ\88 Ð·Ð°Ð¿Ñ\80оÑ\81 Ð¾Ñ\82пÑ\80авлен."
+#: ../../mod/profiles.php:669
+msgid "Love/romance"
+msgstr "Ð\9bÑ\8eбовÑ\8c / Ñ\80оманÑ\82ика"
 
-#: ../../mod/dfrn_request.php:645
-msgid "Please login to confirm introduction."
-msgstr "Ð\94лÑ\8f Ð¿Ð¾Ð´Ñ\82веÑ\80ждениÑ\8f Ð·Ð°Ð¿Ñ\80оÑ\81а Ð²Ð¾Ð¹Ð´Ð¸Ñ\82е Ð¿Ð¾Ð¶Ð°Ð»Ñ\83йÑ\81Ñ\82а Ñ\81 Ð¿Ð°Ñ\80олем."
+#: ../../mod/profiles.php:670
+msgid "Work/employment"
+msgstr "РабоÑ\82а / Ð·Ð°Ð½Ñ\8fÑ\82оÑ\81Ñ\82Ñ\8c"
 
-#: ../../mod/dfrn_request.php:659
+#: ../../mod/profiles.php:671
+msgid "School/education"
+msgstr "Школа / образование"
+
+#: ../../mod/profiles.php:676
 msgid ""
-"Incorrect identity currently logged in. Please login to "
-"<strong>this</strong> profile."
-msgstr "Ð\9dевеÑ\80но Ð¸Ð´ÐµÐ½Ñ\82иÑ\84иÑ\86иÑ\80ован Ð²Ñ\85од. Ð\9fожалÑ\83йÑ\81Ñ\82а, Ð²Ð¾Ð¹Ð´Ð¸Ñ\82е Ð² <strong>Ñ\8dÑ\82оÑ\82</strong> Ð¿Ñ\80оÑ\84илÑ\8c."
+"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
+"be visible to anybody using the internet."
+msgstr "ЭÑ\82о Ð²Ð°Ñ\88 <strong>пÑ\83блиÑ\87нÑ\8bй</strong> Ð¿Ñ\80оÑ\84илÑ\8c. <br /> Ð\9eн <strong>можеÑ\82</strong> Ð±Ñ\8bÑ\82Ñ\8c Ð²Ð¸Ð´ÐµÐ½ ÐºÐ°Ð¶Ð´Ð¾Ð¼Ñ\83 Ñ\87еÑ\80ез Ð\98нÑ\82еÑ\80неÑ\82."
 
-#: ../../mod/dfrn_request.php:670
-msgid "Hide this contact"
-msgstr "СкÑ\80Ñ\8bÑ\82Ñ\8c Ñ\8dÑ\82оÑ\82 ÐºÐ¾Ð½Ñ\82акÑ\82"
+#: ../../mod/profiles.php:725
+msgid "Edit/Manage Profiles"
+msgstr "РедакÑ\82иÑ\80оваÑ\82Ñ\8c Ð¿Ñ\80оÑ\84илÑ\8c"
 
-#: ../../mod/dfrn_request.php:673
-#, php-format
-msgid "Welcome home %s."
-msgstr "Добро пожаловать домой, %s!"
+#: ../../mod/group.php:29
+msgid "Group created."
+msgstr "Группа создана."
 
-#: ../../mod/dfrn_request.php:674
-#, php-format
-msgid "Please confirm your introduction/connection request to %s."
-msgstr "Пожалуйста, подтвердите краткую информацию / запрос на подключение к %s."
+#: ../../mod/group.php:35
+msgid "Could not create group."
+msgstr "Не удалось создать группу."
 
-#: ../../mod/dfrn_request.php:675
-msgid "Confirm"
-msgstr "Ð\9fодÑ\82веÑ\80диÑ\82Ñ\8c"
+#: ../../mod/group.php:47 ../../mod/group.php:140
+msgid "Group not found."
+msgstr "Ð\93Ñ\80Ñ\83ппа Ð½Ðµ Ð½Ð°Ð¹Ð´ÐµÐ½Ð°."
 
-#: ../../mod/dfrn_request.php:811
-msgid ""
-"Please enter your 'Identity Address' from one of the following supported "
-"communications networks:"
-msgstr "Пожалуйста, введите ваш 'идентификационный адрес' одной из следующих поддерживаемых социальных сетей:"
+#: ../../mod/group.php:60
+msgid "Group name changed."
+msgstr "Название группы изменено."
 
-#: ../../mod/dfrn_request.php:827
-msgid "<strike>Connect as an email follower</strike> (Coming soon)"
-msgstr "<strike>Соединитесь как email последователь</strike> (скоро)"
+#: ../../mod/group.php:87
+msgid "Save Group"
+msgstr "Сохранить группу"
 
-#: ../../mod/dfrn_request.php:829
-msgid ""
-"If you are not yet a member of the free social web, <a "
-"href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public"
-" Friendica site and join us today</a>."
-msgstr ""
+#: ../../mod/group.php:93
+msgid "Create a group of contacts/friends."
+msgstr "Создать группу контактов / друзей."
 
-#: ../../mod/dfrn_request.php:832
-msgid "Friend/Connection Request"
-msgstr "Ð\97апÑ\80оÑ\81 Ð² Ð´Ñ\80Ñ\83зÑ\8cÑ\8f / Ð½Ð° Ð¿Ð¾Ð´ÐºÐ»Ñ\8eÑ\87ение"
+#: ../../mod/group.php:94 ../../mod/group.php:180
+msgid "Group Name: "
+msgstr "Ð\9dазвание Ð³Ñ\80Ñ\83ппÑ\8b"
 
-#: ../../mod/dfrn_request.php:833
-msgid ""
-"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
-"testuser@identi.ca"
-msgstr "Примеры: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"
+#: ../../mod/group.php:113
+msgid "Group removed."
+msgstr "Группа удалена."
 
-#: ../../mod/dfrn_request.php:834
-msgid "Please answer the following:"
-msgstr "Ð\9fожалÑ\83йÑ\81Ñ\82а, Ð¾Ñ\82веÑ\82Ñ\8cÑ\82е Ñ\81ледÑ\83Ñ\8eÑ\89ее:"
+#: ../../mod/group.php:115
+msgid "Unable to remove group."
+msgstr "Ð\9dе Ñ\83даеÑ\82Ñ\81Ñ\8f Ñ\83далиÑ\82Ñ\8c Ð³Ñ\80Ñ\83ппÑ\83."
 
-#: ../../mod/dfrn_request.php:835
-#, php-format
-msgid "Does %s know you?"
-msgstr "%s знает вас?"
+#: ../../mod/group.php:179
+msgid "Group Editor"
+msgstr "Редактор групп"
 
-#: ../../mod/dfrn_request.php:838
-msgid "Add a personal note:"
-msgstr "Ð\94обавиÑ\82Ñ\8c Ð»Ð¸Ñ\87нÑ\83Ñ\8e Ð·Ð°Ð¼ÐµÑ\82кÑ\83:"
+#: ../../mod/group.php:192
+msgid "Members"
+msgstr "УÑ\87аÑ\81Ñ\82ники"
 
-#: ../../mod/dfrn_request.php:841
-msgid "StatusNet/Federated Social Web"
-msgstr "StatusNet / Federated Social Web"
+#: ../../mod/group.php:224 ../../mod/profperm.php:105
+msgid "Click on a contact to add or remove."
+msgstr "Нажмите на контакт, чтобы добавить или удалить."
 
-#: ../../mod/dfrn_request.php:843
-#, php-format
-msgid ""
-" - please do not use this form.  Instead, enter %s into your Diaspora search"
-" bar."
-msgstr ""
+#: ../../mod/babel.php:17
+msgid "Source (bbcode) text:"
+msgstr "Код (bbcode):"
 
-#: ../../mod/dfrn_request.php:844
-msgid "Your Identity Address:"
-msgstr "Ð\92аÑ\88 Ð¸Ð´ÐµÐ½Ñ\82иÑ\84икаÑ\86ионнÑ\8bй Ð°Ð´Ñ\80еÑ\81:"
+#: ../../mod/babel.php:23
+msgid "Source (Diaspora) text to convert to BBcode:"
+msgstr "Ð\9aод (Diaspora) Ð´Ð»Ñ\8f ÐºÐ¾Ð½Ð²ÐµÑ\80Ñ\82аÑ\86ии Ð² BBcode:"
 
-#: ../../mod/dfrn_request.php:847
-msgid "Submit Request"
-msgstr "Ð\9eÑ\82пÑ\80авиÑ\82Ñ\8c Ð·Ð°Ð¿Ñ\80оÑ\81"
+#: ../../mod/babel.php:31
+msgid "Source input: "
+msgstr "Ð\92веÑ\81Ñ\82и ÐºÐ¾Ð´:"
 
-#: ../../mod/subthread.php:103
-#, php-format
-msgid "%1$s is following %2$s's %3$s"
-msgstr ""
+#: ../../mod/babel.php:35
+msgid "bb2html (raw HTML): "
+msgstr "bb2html (raw HTML): "
 
-#: ../../mod/directory.php:49 ../../view/theme/diabook/theme.php:518
-msgid "Global Directory"
-msgstr "Глобальный каталог"
+#: ../../mod/babel.php:39
+msgid "bb2html: "
+msgstr "bb2html: "
 
-#: ../../mod/directory.php:57
-msgid "Find on this site"
-msgstr "Найти на этом сайте"
+#: ../../mod/babel.php:43
+msgid "bb2html2bb: "
+msgstr "bb2html2bb: "
 
-#: ../../mod/directory.php:60
-msgid "Site Directory"
-msgstr "Каталог сайта"
+#: ../../mod/babel.php:47
+msgid "bb2md: "
+msgstr "bb2md: "
 
-#: ../../mod/directory.php:114
-msgid "Gender: "
-msgstr "Пол: "
+#: ../../mod/babel.php:51
+msgid "bb2md2html: "
+msgstr "bb2md2html: "
 
-#: ../../mod/directory.php:187
-msgid "No entries (some entries may be hidden)."
-msgstr "Нет записей (некоторые записи могут быть скрыты)."
+#: ../../mod/babel.php:55
+msgid "bb2dia2bb: "
+msgstr "bb2dia2bb: "
 
-#: ../../mod/suggest.php:27
-msgid "Do you really want to delete this suggestion?"
-msgstr ""
+#: ../../mod/babel.php:59
+msgid "bb2md2html2bb: "
+msgstr "bb2md2html2bb: "
 
-#: ../../mod/suggest.php:72
-msgid ""
-"No suggestions available. If this is a new site, please try again in 24 "
-"hours."
-msgstr ""
+#: ../../mod/babel.php:69
+msgid "Source input (Diaspora format): "
+msgstr "Ввод кода (формат Diaspora):"
 
-#: ../../mod/suggest.php:90
-msgid "Ignore/Hide"
-msgstr "Проигнорировать/Скрыть"
+#: ../../mod/babel.php:74
+msgid "diaspora2bb: "
+msgstr "diaspora2bb: "
 
-#: ../../mod/dirfind.php:26
-msgid "People Search"
-msgstr "Ð\9fоиÑ\81к Ð»Ñ\8eдей"
+#: ../../mod/community.php:23
+msgid "Not available."
+msgstr "Ð\9dедоÑ\81Ñ\82Ñ\83пно."
 
-#: ../../mod/dirfind.php:60 ../../mod/match.php:65
-msgid "No matches"
-msgstr "Ð\9dеÑ\82 Ñ\81ооÑ\82веÑ\82Ñ\81Ñ\82вий"
+#: ../../mod/follow.php:27
+msgid "Contact added"
+msgstr "Ð\9aонÑ\82акÑ\82 Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½"
 
-#: ../../mod/admin.php:55
-msgid "Theme settings updated."
-msgstr ""
+#: ../../mod/notify.php:61 ../../mod/notifications.php:332
+msgid "No more system notifications."
+msgstr "Системных уведомлений больше нет."
 
-#: ../../mod/admin.php:96 ../../mod/admin.php:479
-msgid "Site"
-msgstr "СайÑ\82"
+#: ../../mod/notify.php:65 ../../mod/notifications.php:336
+msgid "System Notifications"
+msgstr "УведомлениÑ\8f Ñ\81иÑ\81Ñ\82емÑ\8b"
 
-#: ../../mod/admin.php:97 ../../mod/admin.php:750 ../../mod/admin.php:764
-msgid "Users"
-msgstr "Ð\9fолÑ\8cзоваÑ\82ели"
+#: ../../mod/message.php:9 ../../include/nav.php:159
+msgid "New Message"
+msgstr "Ð\9dовое Ñ\81ообÑ\89ение"
 
-#: ../../mod/admin.php:98 ../../mod/admin.php:847 ../../mod/admin.php:889
-msgid "Plugins"
-msgstr "Ð\9fлагинÑ\8b"
+#: ../../mod/message.php:67
+msgid "Unable to locate contact information."
+msgstr "Ð\9dе Ñ\83далоÑ\81Ñ\8c Ð½Ð°Ð¹Ñ\82и ÐºÐ¾Ð½Ñ\82акÑ\82нÑ\83Ñ\8e Ð¸Ð½Ñ\84оÑ\80маÑ\86иÑ\8e."
 
-#: ../../mod/admin.php:99 ../../mod/admin.php:1055 ../../mod/admin.php:1089
-msgid "Themes"
-msgstr ""
+#: ../../mod/message.php:182 ../../mod/notifications.php:103
+#: ../../include/nav.php:156
+msgid "Messages"
+msgstr "Сообщения"
 
-#: ../../mod/admin.php:100
-msgid "DB updates"
-msgstr ""
+#: ../../mod/message.php:207
+msgid "Do you really want to delete this message?"
+msgstr "Вы действительно хотите удалить это сообщение?"
 
-#: ../../mod/admin.php:115 ../../mod/admin.php:122 ../../mod/admin.php:1176
-msgid "Logs"
-msgstr "Ð\96Ñ\83Ñ\80налÑ\8b"
+#: ../../mod/message.php:227
+msgid "Message deleted."
+msgstr "СообÑ\89ение Ñ\83далено."
 
-#: ../../mod/admin.php:121
-msgid "Plugin Features"
-msgstr ""
+#: ../../mod/message.php:258
+msgid "Conversation removed."
+msgstr "Беседа удалена."
 
-#: ../../mod/admin.php:123
-msgid "User registrations waiting for confirmation"
-msgstr "РегиÑ\81Ñ\82Ñ\80аÑ\86ии Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей, Ð¾Ð¶Ð¸Ð´Ð°Ñ\8eÑ\89ие Ð¿Ð¾Ð´Ñ\82веÑ\80ждениÑ\8f"
+#: ../../mod/message.php:371
+msgid "No messages."
+msgstr "Ð\9dеÑ\82 Ñ\81ообÑ\89ений."
 
-#: ../../mod/admin.php:182 ../../mod/admin.php:721
-msgid "Normal Account"
-msgstr "Обычный аккаунт"
+#: ../../mod/message.php:378
+#, php-format
+msgid "Unknown sender - %s"
+msgstr "Неизвестный отправитель - %s"
 
-#: ../../mod/admin.php:183 ../../mod/admin.php:722
-msgid "Soapbox Account"
-msgstr "Аккаунт Витрина"
+#: ../../mod/message.php:381
+#, php-format
+msgid "You and %s"
+msgstr "Вы и %s"
 
-#: ../../mod/admin.php:184 ../../mod/admin.php:723
-msgid "Community/Celebrity Account"
-msgstr "Аккаунт Сообщество / Знаменитость"
+#: ../../mod/message.php:384
+#, php-format
+msgid "%s and You"
+msgstr "%s и Вы"
 
-#: ../../mod/admin.php:185 ../../mod/admin.php:724
-msgid "Automatic Friend Account"
-msgstr "\"Автоматический друг\" Аккаунт"
+#: ../../mod/message.php:405 ../../mod/message.php:546
+msgid "Delete conversation"
+msgstr "Удалить историю общения"
 
-#: ../../mod/admin.php:186
-msgid "Blog Account"
-msgstr ""
+#: ../../mod/message.php:408
+msgid "D, d M Y - g:i A"
+msgstr "D, d M Y - g:i A"
 
-#: ../../mod/admin.php:187
-msgid "Private Forum"
-msgstr "Личный форум"
+#: ../../mod/message.php:411
+#, php-format
+msgid "%d message"
+msgid_plural "%d messages"
+msgstr[0] "%d сообщение"
+msgstr[1] "%d сообщений"
+msgstr[2] "%d сообщений"
 
-#: ../../mod/admin.php:206
-msgid "Message queues"
-msgstr "Ð\9eÑ\87еÑ\80еди Ñ\81ообÑ\89ений"
+#: ../../mod/message.php:450
+msgid "Message not available."
+msgstr "СообÑ\89ение Ð½Ðµ Ð´Ð¾Ñ\81Ñ\82Ñ\83пно."
 
-#: ../../mod/admin.php:211 ../../mod/admin.php:478 ../../mod/admin.php:749
-#: ../../mod/admin.php:846 ../../mod/admin.php:888 ../../mod/admin.php:1054
-#: ../../mod/admin.php:1088 ../../mod/admin.php:1175
-msgid "Administration"
-msgstr "Администрация"
+#: ../../mod/message.php:520
+msgid "Delete message"
+msgstr "Удалить сообщение"
 
-#: ../../mod/admin.php:212
-msgid "Summary"
-msgstr "Резюме"
+#: ../../mod/message.php:548
+msgid ""
+"No secure communications available. You <strong>may</strong> be able to "
+"respond from the sender's profile page."
+msgstr "Невозможно защищённое соединение. Вы <strong>имеете</strong> возможность ответить со страницы профиля отправителя."
 
-#: ../../mod/admin.php:214
-msgid "Registered users"
-msgstr "Ð\97аÑ\80егиÑ\81Ñ\82Ñ\80иÑ\80ованнÑ\8bе Ð¿Ð¾Ð»Ñ\8cзоваÑ\82ели"
+#: ../../mod/message.php:552
+msgid "Send Reply"
+msgstr "Ð\9eÑ\82пÑ\80авиÑ\82Ñ\8c Ð¾Ñ\82веÑ\82"
 
-#: ../../mod/admin.php:216
-msgid "Pending registrations"
-msgstr "Ожидающие регистрации"
+#: ../../mod/like.php:170 ../../include/conversation.php:140
+#, php-format
+msgid "%1$s doesn't like %2$s's %3$s"
+msgstr "%1$s не нравится %3$s от %2$s "
 
-#: ../../mod/admin.php:217
-msgid "Version"
-msgstr "Ð\92еÑ\80Ñ\81иÑ\8f"
+#: ../../mod/oexchange.php:25
+msgid "Post successful."
+msgstr "УÑ\81пеÑ\88но Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¾."
 
-#: ../../mod/admin.php:219
-msgid "Active plugins"
-msgstr "Активные плагины"
+#: ../../mod/localtime.php:12 ../../include/event.php:11
+#: ../../include/bb2diaspora.php:393
+msgid "l F d, Y \\@ g:i A"
+msgstr "l F d, Y \\@ g:i A"
 
-#: ../../mod/admin.php:403
-msgid "Site settings updated."
-msgstr "УÑ\81Ñ\82ановки Ñ\81айÑ\82а Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ñ\8b."
+#: ../../mod/localtime.php:24
+msgid "Time Conversion"
+msgstr "Ð\98Ñ\81Ñ\82оÑ\80иÑ\8f Ð¾Ð±Ñ\89ениÑ\8f"
 
-#: ../../mod/admin.php:449
-msgid "Multi user instance"
-msgstr ""
-
-#: ../../mod/admin.php:465
-msgid "Closed"
-msgstr "Закрыто"
+#: ../../mod/localtime.php:26
+msgid ""
+"Friendica provides this service for sharing events with other networks and "
+"friends in unknown timezones."
+msgstr "Friendica предоставляет этот сервис для обмена событиями с другими сетями и друзьями, находящимися в неопределённых часовых поясах."
 
-#: ../../mod/admin.php:466
-msgid "Requires approval"
-msgstr "Требуется подтверждение"
+#: ../../mod/localtime.php:30
+#, php-format
+msgid "UTC time: %s"
+msgstr "UTC время: %s"
 
-#: ../../mod/admin.php:467
-msgid "Open"
-msgstr "Открыто"
+#: ../../mod/localtime.php:33
+#, php-format
+msgid "Current timezone: %s"
+msgstr "Ваш часовой пояс: %s"
 
-#: ../../mod/admin.php:471
-msgid "No SSL policy, links will track page SSL state"
-msgstr ""
+#: ../../mod/localtime.php:36
+#, php-format
+msgid "Converted localtime: %s"
+msgstr "Ваше изменённое время: %s"
 
-#: ../../mod/admin.php:472
-msgid "Force all links to use SSL"
-msgstr "Ð\97аÑ\81Ñ\82авиÑ\82Ñ\8c Ð²Ñ\81е Ñ\81Ñ\81Ñ\8bлки Ð¸Ñ\81полÑ\8cзоваÑ\82Ñ\8c SSL"
+#: ../../mod/localtime.php:41
+msgid "Please select your timezone:"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð¿Ð¾Ð¶Ð°Ð»Ñ\83йÑ\81Ñ\82а Ð²Ð°Ñ\88 Ñ\87аÑ\81овой Ð¿Ð¾Ñ\8fÑ\81:"
 
-#: ../../mod/admin.php:473
-msgid "Self-signed certificate, use SSL for local links only (discouraged)"
-msgstr ""
+#: ../../mod/filer.php:30 ../../include/conversation.php:1001
+#: ../../include/conversation.php:1019
+msgid "Save to Folder:"
+msgstr "Сохранить в папку:"
 
-#: ../../mod/admin.php:482
-msgid "File upload"
-msgstr "Загрузка файлов"
+#: ../../mod/filer.php:30
+msgid "- select -"
+msgstr "- выбрать -"
 
-#: ../../mod/admin.php:483
-msgid "Policies"
-msgstr "Ð\9fолиÑ\82ики"
+#: ../../mod/profperm.php:25 ../../mod/profperm.php:55
+msgid "Invalid profile identifier."
+msgstr "Ð\9dедопÑ\83Ñ\81Ñ\82имÑ\8bй Ð¸Ð´ÐµÐ½Ñ\82иÑ\84икаÑ\82оÑ\80 Ð¿Ñ\80оÑ\84илÑ\8f."
 
-#: ../../mod/admin.php:484
-msgid "Advanced"
-msgstr "РаÑ\81Ñ\88иÑ\80еннÑ\8bй"
+#: ../../mod/profperm.php:101
+msgid "Profile Visibility Editor"
+msgstr "РедакÑ\82оÑ\80 Ð²Ð¸Ð´Ð¸Ð¼Ð¾Ñ\81Ñ\82и Ð¿Ñ\80оÑ\84илÑ\8f"
 
-#: ../../mod/admin.php:485
-msgid "Performance"
-msgstr "Ð\9fÑ\80оизводиÑ\82елÑ\8cноÑ\81Ñ\82Ñ\8c"
+#: ../../mod/profperm.php:114
+msgid "Visible To"
+msgstr "Ð\92идимÑ\8bй Ð´Ð»Ñ\8f"
 
-#: ../../mod/admin.php:489
-msgid "Site name"
-msgstr "Ð\9dазвание Ñ\81айÑ\82а"
+#: ../../mod/profperm.php:130
+msgid "All Contacts (with secure profile access)"
+msgstr "Ð\92Ñ\81е ÐºÐ¾Ð½Ñ\82акÑ\82Ñ\8b (Ñ\81 Ð±ÐµÐ·Ð¾Ð¿Ð°Ñ\81нÑ\8bм Ð´Ð¾Ñ\81Ñ\82Ñ\83пом Ðº Ð¿Ñ\80оÑ\84илÑ\8e)"
 
-#: ../../mod/admin.php:490
-msgid "Banner/Logo"
-msgstr "Ð\91аннеÑ\80\9bогоÑ\82ип"
+#: ../../mod/viewcontacts.php:39
+msgid "No contacts."
+msgstr "Ð\9dеÑ\82 ÐºÐ¾Ð½Ñ\82акÑ\82ов."
 
-#: ../../mod/admin.php:491
-msgid "System language"
-msgstr "СиÑ\81Ñ\82емнÑ\8bй Ñ\8fзÑ\8bк"
+#: ../../mod/viewcontacts.php:76 ../../include/text.php:857
+msgid "View Contacts"
+msgstr "Ð\9fÑ\80оÑ\81моÑ\82Ñ\80 ÐºÐ¾Ð½Ñ\82акÑ\82ов"
 
-#: ../../mod/admin.php:492
-msgid "System theme"
-msgstr "СиÑ\81Ñ\82емнаÑ\8f Ñ\82ема"
+#: ../../mod/dirfind.php:26
+msgid "People Search"
+msgstr "Ð\9fоиÑ\81к Ð»Ñ\8eдей"
 
-#: ../../mod/admin.php:492
-msgid ""
-"Default system theme - may be over-ridden by user profiles - <a href='#' "
-"id='cnftheme'>change theme settings</a>"
-msgstr ""
+#: ../../mod/dirfind.php:60 ../../mod/match.php:65
+msgid "No matches"
+msgstr "Нет соответствий"
 
-#: ../../mod/admin.php:493
-msgid "Mobile system theme"
-msgstr "Ð\9cобилÑ\8cнаÑ\8f Ñ\82ема Ñ\81иÑ\81Ñ\82емÑ\8b"
+#: ../../mod/photos.php:66 ../../mod/photos.php:1222 ../../mod/photos.php:1795
+msgid "Upload New Photos"
+msgstr "Ð\97агÑ\80Ñ\83зиÑ\82Ñ\8c Ð½Ð¾Ð²Ñ\8bе Ñ\84оÑ\82о"
 
-#: ../../mod/admin.php:493
-msgid "Theme for mobile devices"
-msgstr "Тема Ð´Ð»Ñ\8f Ð¼Ð¾Ð±Ð¸Ð»Ñ\8cнÑ\8bÑ\85 Ñ\83Ñ\81Ñ\82Ñ\80ойÑ\81Ñ\82в"
+#: ../../mod/photos.php:143
+msgid "Contact information unavailable"
+msgstr "Ð\98нÑ\84оÑ\80маÑ\86иÑ\8f Ð¾ ÐºÐ¾Ð½Ñ\82акÑ\82е Ð½ÐµÐ´Ð¾Ñ\81Ñ\82Ñ\83пна"
 
-#: ../../mod/admin.php:494
-msgid "SSL link policy"
-msgstr "Ð\9fолиÑ\82ика SSL"
+#: ../../mod/photos.php:164
+msgid "Album not found."
+msgstr "Ð\90лÑ\8cбом Ð½Ðµ Ð½Ð°Ð¹Ð´ÐµÐ½."
 
-#: ../../mod/admin.php:494
-msgid "Determines whether generated links should be forced to use SSL"
-msgstr "СÑ\81Ñ\8bлки Ð´Ð¾Ð»Ð¶Ð½Ñ\8b Ð±Ñ\8bÑ\82Ñ\8c Ð²Ñ\8bнÑ\83жденÑ\8b Ð¸Ñ\81полÑ\8cзоваÑ\82Ñ\8c SSL"
+#: ../../mod/photos.php:187 ../../mod/photos.php:199 ../../mod/photos.php:1200
+msgid "Delete Album"
+msgstr "УдалиÑ\82Ñ\8c Ð°Ð»Ñ\8cбом"
 
-#: ../../mod/admin.php:495
-msgid "'Share' element"
-msgstr "'Share' элемент"
+#: ../../mod/photos.php:197
+msgid "Do you really want to delete this photo album and all its photos?"
+msgstr "Вы действительно хотите удалить этот альбом и все его фотографии?"
 
-#: ../../mod/admin.php:495
-msgid "Activates the bbcode element 'share' for repeating items."
-msgstr ""
+#: ../../mod/photos.php:276 ../../mod/photos.php:287 ../../mod/photos.php:1502
+msgid "Delete Photo"
+msgstr "Удалить фото"
 
-#: ../../mod/admin.php:496
-msgid "Hide help entry from navigation menu"
-msgstr "СкÑ\80Ñ\8bÑ\82Ñ\8c Ð¿Ñ\83нкÑ\82 \"помоÑ\89Ñ\8c\" Ð² Ð¼ÐµÐ½Ñ\8e Ð½Ð°Ð²Ð¸Ð³Ð°Ñ\86ии"
+#: ../../mod/photos.php:285
+msgid "Do you really want to delete this photo?"
+msgstr "Ð\92Ñ\8b Ð´ÐµÐ¹Ñ\81Ñ\82виÑ\82елÑ\8cно Ñ\85оÑ\82иÑ\82е Ñ\83далиÑ\82Ñ\8c Ñ\8dÑ\82Ñ\83 Ñ\84оÑ\82огÑ\80аÑ\84иÑ\8e?"
 
-#: ../../mod/admin.php:496
-msgid ""
-"Hides the menu entry for the Help pages from the navigation menu. You can "
-"still access it calling /help directly."
-msgstr ""
+#: ../../mod/photos.php:656
+#, php-format
+msgid "%1$s was tagged in %2$s by %3$s"
+msgstr "%1$s отмечен/а/ в %2$s by %3$s"
 
-#: ../../mod/admin.php:497
-msgid "Single user instance"
-msgstr "Однопользовательский режим"
+#: ../../mod/photos.php:656
+msgid "a photo"
+msgstr "фото"
 
-#: ../../mod/admin.php:497
-msgid "Make this instance multi-user or single-user for the named user"
-msgstr ""
+#: ../../mod/photos.php:761
+msgid "Image exceeds size limit of "
+msgstr "Размер фото превышает лимит "
 
-#: ../../mod/admin.php:498
-msgid "Maximum image size"
-msgstr "Ð\9cакÑ\81ималÑ\8cнÑ\8bй Ñ\80азмеÑ\80 Ð¸Ð·Ð¾Ð±Ñ\80ажениÑ\8f"
+#: ../../mod/photos.php:769
+msgid "Image file is empty."
+msgstr "Файл Ð¸Ð·Ð¾Ð±Ñ\80ажениÑ\8f Ð¿Ñ\83Ñ\81Ñ\82."
 
-#: ../../mod/admin.php:498
-msgid ""
-"Maximum size in bytes of uploaded images. Default is 0, which means no "
-"limits."
-msgstr ""
+#: ../../mod/photos.php:801 ../../mod/wall_upload.php:112
+#: ../../mod/profile_photo.php:153
+msgid "Unable to process image."
+msgstr "Невозможно обработать фото."
 
-#: ../../mod/admin.php:499
-msgid "Maximum image length"
-msgstr "Максимальная длина картинки"
+#: ../../mod/photos.php:828 ../../mod/wall_upload.php:138
+#: ../../mod/profile_photo.php:301
+msgid "Image upload failed."
+msgstr "Загрузка фото неудачная."
 
-#: ../../mod/admin.php:499
-msgid ""
-"Maximum length in pixels of the longest side of uploaded images. Default is "
-"-1, which means no limits."
-msgstr ""
+#: ../../mod/photos.php:924
+msgid "No photos selected"
+msgstr "Не выбрано фото."
 
-#: ../../mod/admin.php:500
-msgid "JPEG image quality"
-msgstr "Ð\9aаÑ\87еÑ\81Ñ\82во JPEG Ð¸Ð·Ð¾Ð±Ñ\80ажениÑ\8f"
+#: ../../mod/photos.php:1025 ../../mod/videos.php:226
+msgid "Access to this item is restricted."
+msgstr "Ð\94оÑ\81Ñ\82Ñ\83п Ðº Ñ\8dÑ\82омÑ\83 Ð¿Ñ\83нкÑ\82Ñ\83 Ð¾Ð³Ñ\80аниÑ\87ен."
 
-#: ../../mod/admin.php:500
-msgid ""
-"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
-"100, which is full quality."
-msgstr ""
+#: ../../mod/photos.php:1088
+#, php-format
+msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
+msgstr "Вы использовали %1$.2f мегабайт из %2$.2f возможных для хранения фотографий."
 
-#: ../../mod/admin.php:502
-msgid "Register policy"
-msgstr "Ð\9fолиÑ\82ика Ñ\80егиÑ\81Ñ\82Ñ\80аÑ\86иÑ\8f"
+#: ../../mod/photos.php:1123
+msgid "Upload Photos"
+msgstr "Ð\97агÑ\80Ñ\83зиÑ\82Ñ\8c Ñ\84оÑ\82о"
 
-#: ../../mod/admin.php:503
-msgid "Maximum Daily Registrations"
-msgstr "Ð\9cакÑ\81ималÑ\8cное Ñ\87иÑ\81ло Ñ\80егиÑ\81Ñ\82Ñ\80аÑ\86ий Ð² Ð´ÐµÐ½Ñ\8c"
+#: ../../mod/photos.php:1127 ../../mod/photos.php:1195
+msgid "New album name: "
+msgstr "Ð\9dазвание Ð½Ð¾Ð²Ð¾Ð³Ð¾ Ð°Ð»Ñ\8cбома: "
 
-#: ../../mod/admin.php:503
-msgid ""
-"If registration is permitted above, this sets the maximum number of new user"
-" registrations to accept per day.  If register is set to closed, this "
-"setting has no effect."
-msgstr ""
+#: ../../mod/photos.php:1128
+msgid "or existing album name: "
+msgstr "или название существующего альбома: "
 
-#: ../../mod/admin.php:504
-msgid "Register text"
-msgstr "ТекÑ\81Ñ\82 Ñ\80егиÑ\81Ñ\82Ñ\80аÑ\86ии"
+#: ../../mod/photos.php:1129
+msgid "Do not show a status post for this upload"
+msgstr "Ð\9dе Ð¿Ð¾ÐºÐ°Ð·Ñ\8bваÑ\82Ñ\8c Ñ\81Ñ\82аÑ\82Ñ\83Ñ\81\81ообÑ\89ение Ð´Ð»Ñ\8f Ñ\8dÑ\82ой Ð·Ð°ÐºÐ°Ñ\87ки"
 
-#: ../../mod/admin.php:504
-msgid "Will be displayed prominently on the registration page."
-msgstr "Ð\91Ñ\83деÑ\82 Ð½Ð°Ñ\85одиÑ\82Ñ\8cÑ\81Ñ\8f Ð½Ð° Ð²Ð¸Ð´Ð½Ð¾Ð¼ Ð¼ÐµÑ\81Ñ\82е Ð½Ð° Ñ\81Ñ\82Ñ\80аниÑ\86е Ñ\80егиÑ\81Ñ\82Ñ\80аÑ\86ии."
+#: ../../mod/photos.php:1131 ../../mod/photos.php:1497
+msgid "Permissions"
+msgstr "РазÑ\80еÑ\88ениÑ\8f"
 
-#: ../../mod/admin.php:505
-msgid "Accounts abandoned after x days"
-msgstr "Ð\90ккаÑ\83нÑ\82 Ñ\81Ñ\87иÑ\82аеÑ\82Ñ\81Ñ\8f Ð¿Ð¾Ñ\81ле x Ð´Ð½ÐµÐ¹ Ð½Ðµ Ð²Ð¾Ñ\81полÑ\8cзованнÑ\8bм"
+#: ../../mod/photos.php:1142
+msgid "Private Photo"
+msgstr "Ð\9bиÑ\87ное Ñ\84оÑ\82о"
 
-#: ../../mod/admin.php:505
-msgid ""
-"Will not waste system resources polling external sites for abandonded "
-"accounts. Enter 0 for no time limit."
-msgstr "Не будет тратить ресурсы для опроса сайтов для бесхозных контактов. Введите 0 для отключения лимита времени."
+#: ../../mod/photos.php:1143
+msgid "Public Photo"
+msgstr "Публичное фото"
 
-#: ../../mod/admin.php:506
-msgid "Allowed friend domains"
-msgstr "РазÑ\80еÑ\88еннÑ\8bе Ð´Ð¾Ð¼ÐµÐ½Ñ\8b Ð´Ñ\80Ñ\83зей"
+#: ../../mod/photos.php:1210
+msgid "Edit Album"
+msgstr "РедакÑ\82иÑ\80оваÑ\82Ñ\8c Ð°Ð»Ñ\8cбом"
 
-#: ../../mod/admin.php:506
-msgid ""
-"Comma separated list of domains which are allowed to establish friendships "
-"with this site. Wildcards are accepted. Empty to allow any domains"
-msgstr ""
+#: ../../mod/photos.php:1216
+msgid "Show Newest First"
+msgstr "Показать новые первыми"
 
-#: ../../mod/admin.php:507
-msgid "Allowed email domains"
-msgstr "РазÑ\80еÑ\88еннÑ\8bе Ð¿Ð¾Ñ\87Ñ\82овÑ\8bе Ð´Ð¾Ð¼ÐµÐ½Ñ\8b"
+#: ../../mod/photos.php:1218
+msgid "Show Oldest First"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\81Ñ\82аÑ\80Ñ\8bе Ð¿ÐµÑ\80вÑ\8bми"
 
-#: ../../mod/admin.php:507
-msgid ""
-"Comma separated list of domains which are allowed in email addresses for "
-"registrations to this site. Wildcards are accepted. Empty to allow any "
-"domains"
-msgstr ""
+#: ../../mod/photos.php:1251 ../../mod/photos.php:1778
+msgid "View Photo"
+msgstr "Просмотр фото"
 
-#: ../../mod/admin.php:508
-msgid "Block public"
-msgstr "Ð\91локиÑ\80оваÑ\82Ñ\8c Ð¾Ð±Ñ\89еÑ\81Ñ\82веннÑ\8bй Ð´Ð¾Ñ\81Ñ\82Ñ\83п"
+#: ../../mod/photos.php:1286
+msgid "Permission denied. Access to this item may be restricted."
+msgstr "Ð\9dеÑ\82 Ñ\80азÑ\80еÑ\88ениÑ\8f. Ð\94оÑ\81Ñ\82Ñ\83п Ðº Ñ\8dÑ\82омÑ\83 Ñ\8dлеменÑ\82Ñ\83 Ð¾Ð³Ñ\80аниÑ\87ен."
 
-#: ../../mod/admin.php:508
-msgid ""
-"Check to block public access to all otherwise public personal pages on this "
-"site unless you are currently logged in."
-msgstr ""
+#: ../../mod/photos.php:1288
+msgid "Photo not available"
+msgstr "Фото недоступно"
 
-#: ../../mod/admin.php:509
-msgid "Force publish"
-msgstr "Ð\9fÑ\80инÑ\83диÑ\82елÑ\8cнаÑ\8f Ð¿Ñ\83бликаÑ\86иÑ\8f"
+#: ../../mod/photos.php:1344
+msgid "View photo"
+msgstr "Ð\9fÑ\80оÑ\81моÑ\82Ñ\80 Ñ\84оÑ\82о"
 
-#: ../../mod/admin.php:509
-msgid ""
-"Check to force all profiles on this site to be listed in the site directory."
-msgstr ""
+#: ../../mod/photos.php:1344
+msgid "Edit photo"
+msgstr "Редактировать фото"
 
-#: ../../mod/admin.php:510
-msgid "Global directory update URL"
-msgstr "URL обновления глобального каталога"
-
-#: ../../mod/admin.php:510
-msgid ""
-"URL to update the global directory. If this is not set, the global directory"
-" is completely unavailable to the application."
-msgstr ""
-
-#: ../../mod/admin.php:511
-msgid "Allow threaded items"
-msgstr ""
+#: ../../mod/photos.php:1345
+msgid "Use as profile photo"
+msgstr "Использовать как фото профиля"
 
-#: ../../mod/admin.php:511
-msgid "Allow infinite level threading for items on this site."
-msgstr ""
+#: ../../mod/photos.php:1370
+msgid "View Full Size"
+msgstr "Просмотреть полный размер"
 
-#: ../../mod/admin.php:512
-msgid "Private posts by default for new users"
-msgstr "ЧаÑ\81Ñ\82нÑ\8bе Ñ\81ообÑ\89ениÑ\8f Ð¿Ð¾ Ñ\83молÑ\87аниÑ\8e Ð´Ð»Ñ\8f Ð½Ð¾Ð²Ñ\8bÑ\85 Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей"
+#: ../../mod/photos.php:1444
+msgid "Tags: "
+msgstr "Ð\9aлÑ\8eÑ\87евÑ\8bе Ñ\81лова: "
 
-#: ../../mod/admin.php:512
-msgid ""
-"Set default post permissions for all new members to the default privacy "
-"group rather than public."
-msgstr ""
+#: ../../mod/photos.php:1447
+msgid "[Remove any tag]"
+msgstr "[Удалить любое ключевое слово]"
 
-#: ../../mod/admin.php:513
-msgid "Don't include post content in email notifications"
-msgstr ""
+#: ../../mod/photos.php:1487
+msgid "Rotate CW (right)"
+msgstr "Поворот по часовой стрелке (направо)"
 
-#: ../../mod/admin.php:513
-msgid ""
-"Don't include the content of a post/comment/private message/etc. in the "
-"email notifications that are sent out from this site, as a privacy measure."
-msgstr ""
+#: ../../mod/photos.php:1488
+msgid "Rotate CCW (left)"
+msgstr "Поворот против часовой стрелки (налево)"
 
-#: ../../mod/admin.php:514
-msgid "Disallow public access to addons listed in the apps menu."
-msgstr ""
+#: ../../mod/photos.php:1490
+msgid "New album name"
+msgstr "Название нового альбома"
 
-#: ../../mod/admin.php:514
-msgid ""
-"Checking this box will restrict addons listed in the apps menu to members "
-"only."
-msgstr ""
+#: ../../mod/photos.php:1493
+msgid "Caption"
+msgstr "Подпись"
 
-#: ../../mod/admin.php:515
-msgid "Don't embed private images in posts"
-msgstr ""
+#: ../../mod/photos.php:1495
+msgid "Add a Tag"
+msgstr "Добавить ключевое слово (таг)"
 
-#: ../../mod/admin.php:515
+#: ../../mod/photos.php:1499
 msgid ""
-"Don't replace locally-hosted private photos in posts with an embedded copy "
-"of the image. This means that contacts who receive posts containing private "
-"photos will have to authenticate and load each image, which may take a "
-"while."
-msgstr ""
-
-#: ../../mod/admin.php:517
-msgid "Block multiple registrations"
-msgstr "Блокировать множественные регистрации"
-
-#: ../../mod/admin.php:517
-msgid "Disallow users to register additional accounts for use as pages."
-msgstr "Запретить пользователям регистрировать дополнительные аккаунты для использования в качестве страниц."
+"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+msgstr "Пример: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
 
-#: ../../mod/admin.php:518
-msgid "OpenID support"
-msgstr "Ð\9fоддеÑ\80жка OpenID"
+#: ../../mod/photos.php:1508
+msgid "Private photo"
+msgstr "Ð\9bиÑ\87ное Ñ\84оÑ\82о"
 
-#: ../../mod/admin.php:518
-msgid "OpenID support for registration and logins."
-msgstr "OpenID поддержка для регистрации и входа в систему."
+#: ../../mod/photos.php:1509
+msgid "Public photo"
+msgstr "Публичное фото"
 
-#: ../../mod/admin.php:519
-msgid "Fullname check"
-msgstr "Проверка полного имени"
+#: ../../mod/photos.php:1531 ../../include/conversation.php:1080
+msgid "Share"
+msgstr "Поделиться"
 
-#: ../../mod/admin.php:519
-msgid ""
-"Force users to register with a space between firstname and lastname in Full "
-"name, as an antispam measure"
-msgstr ""
+#: ../../mod/photos.php:1784 ../../mod/videos.php:308
+msgid "View Album"
+msgstr "Просмотреть альбом"
 
-#: ../../mod/admin.php:520
-msgid "UTF-8 Regular expressions"
-msgstr "UTF-8 регулярные выражения"
+#: ../../mod/photos.php:1793
+msgid "Recent Photos"
+msgstr "Последние фото"
 
-#: ../../mod/admin.php:520
-msgid "Use PHP UTF8 regular expressions"
-msgstr "Используйте PHP UTF-8 для регулярных выражений"
+#: ../../mod/wall_attach.php:69
+#, php-format
+msgid "File exceeds size limit of %d"
+msgstr "Файл превышает предельный размер %d"
 
-#: ../../mod/admin.php:521
-msgid "Show Community Page"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\81Ñ\82Ñ\80аниÑ\86Ñ\83 Ñ\81ообÑ\89еÑ\81Ñ\82ва"
+#: ../../mod/wall_attach.php:110 ../../mod/wall_attach.php:121
+msgid "File upload failed."
+msgstr "Ð\97агÑ\80Ñ\83зка Ñ\84айла Ð½Ðµ Ñ\83далаÑ\81Ñ\8c."
 
-#: ../../mod/admin.php:521
-msgid ""
-"Display a Community page showing all recent public postings on this site."
-msgstr "Показывать страницу сообщества с указанием всех последних публичных сообщений на этом сайте."
+#: ../../mod/videos.php:125
+msgid "No videos selected"
+msgstr "Видео не выбрано"
 
-#: ../../mod/admin.php:522
-msgid "Enable OStatus support"
-msgstr "Ð\92клÑ\8eÑ\87иÑ\82Ñ\8c Ð¿Ð¾Ð´Ð´ÐµÑ\80жкÑ\83 OStatus"
+#: ../../mod/videos.php:301 ../../include/text.php:1383
+msgid "View Video"
+msgstr "Ð\9fÑ\80оÑ\81моÑ\82Ñ\80еÑ\82Ñ\8c Ð²Ð¸Ð´ÐµÐ¾"
 
-#: ../../mod/admin.php:522
-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 ""
+#: ../../mod/videos.php:317
+msgid "Recent Videos"
+msgstr "Последние видео"
 
-#: ../../mod/admin.php:523
-msgid "Enable Diaspora support"
-msgstr "Ð\92клÑ\8eÑ\87иÑ\82Ñ\8c Ð¿Ð¾Ð´Ð´ÐµÑ\80жкÑ\83 Diaspora"
+#: ../../mod/videos.php:319
+msgid "Upload New Videos"
+msgstr "Ð\97агÑ\80Ñ\83зиÑ\82Ñ\8c Ð½Ð¾Ð²Ñ\8bе Ð²Ð¸Ð´ÐµÐ¾"
 
-#: ../../mod/admin.php:523
-msgid "Provide built-in Diaspora network compatibility."
+#: ../../mod/poke.php:192
+msgid "Poke/Prod"
 msgstr ""
 
-#: ../../mod/admin.php:524
-msgid "Only allow Friendica contacts"
-msgstr "Позвольть только  Friendica контакты"
-
-#: ../../mod/admin.php:524
-msgid ""
-"All contacts must use Friendica protocols. All other built-in communication "
-"protocols disabled."
-msgstr "Все контакты должны использовать только Friendica протоколы. Все другие встроенные коммуникационные протоколы отключены."
-
-#: ../../mod/admin.php:525
-msgid "Verify SSL"
-msgstr "Проверка SSL"
-
-#: ../../mod/admin.php:525
-msgid ""
-"If you wish, you can turn on strict certificate checking. This will mean you"
-" cannot connect (at all) to self-signed SSL sites."
+#: ../../mod/poke.php:193
+msgid "poke, prod or do other things to somebody"
 msgstr ""
 
-#: ../../mod/admin.php:526
-msgid "Proxy user"
-msgstr "Прокси пользователь"
+#: ../../mod/poke.php:194
+msgid "Recipient"
+msgstr "Получатель"
 
-#: ../../mod/admin.php:527
-msgid "Proxy URL"
-msgstr "Ð\9fÑ\80окÑ\81и URL"
+#: ../../mod/poke.php:195
+msgid "Choose what you wish to do to recipient"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð´ÐµÐ¹Ñ\81Ñ\82виÑ\8f Ð´Ð»Ñ\8f Ð¿Ð¾Ð»Ñ\83Ñ\87аÑ\82елÑ\8f"
 
-#: ../../mod/admin.php:528
-msgid "Network timeout"
-msgstr "Тайм-аÑ\83Ñ\82 Ñ\81еÑ\82и"
+#: ../../mod/poke.php:198
+msgid "Make this post private"
+msgstr "СделаÑ\82Ñ\8c Ñ\8dÑ\82Ñ\83 Ð·Ð°Ð¿Ð¸Ñ\81Ñ\8c Ð»Ð¸Ñ\87ной"
 
-#: ../../mod/admin.php:528
-msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
+#: ../../mod/subthread.php:103
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
 msgstr ""
 
-#: ../../mod/admin.php:529
-msgid "Delivery interval"
-msgstr "Ð\98нÑ\82еÑ\80вал Ð¿Ð¾Ñ\81Ñ\82авки"
+#: ../../mod/uexport.php:72
+msgid "Export account"
+msgstr "ЭкÑ\81поÑ\80Ñ\82 Ð°ÐºÐºÐ°Ñ\83нÑ\82а"
 
-#: ../../mod/admin.php:529
+#: ../../mod/uexport.php:72
 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 ""
+"Export your account info and contacts. Use this to make a backup of your "
+"account and/or to move it to another server."
+msgstr "Экспорт ваших регистрационных данные и контактов. Используйте, чтобы создать резервную копию вашего аккаунта и/или переместить его на другой сервер."
 
-#: ../../mod/admin.php:530
-msgid "Poll interval"
-msgstr "Ð\98нÑ\82еÑ\80вал Ð¾Ð¿Ñ\80оÑ\81а"
+#: ../../mod/uexport.php:73
+msgid "Export all"
+msgstr "ЭкÑ\81поÑ\80Ñ\82 Ð²Ñ\81его"
 
-#: ../../mod/admin.php:530
+#: ../../mod/uexport.php:73
 msgid ""
-"Delay background polling processes by this many seconds to reduce system "
-"load. If 0, use delivery interval."
-msgstr ""
+"Export your accout info, contacts and all your items as json. Could be a "
+"very big file, and could take a lot of time. Use this to make a full backup "
+"of your account (photos are not exported)"
+msgstr "Экспорт информации вашего аккаунта, контактов и всех ваших пунктов, как JSON. Может получиться очень большой файл и это может занять много времени. Используйте, чтобы создать полную резервную копию вашего аккаунта (фото не экспортируются)"
 
-#: ../../mod/admin.php:531
-msgid "Maximum Load Average"
-msgstr ""
+#: ../../mod/common.php:42
+msgid "Common Friends"
+msgstr "Общие друзья"
 
-#: ../../mod/admin.php:531
-msgid ""
-"Maximum system load before delivery and poll processes are deferred - "
-"default 50."
-msgstr ""
+#: ../../mod/common.php:78
+msgid "No contacts in common."
+msgstr "Нет общих контактов."
 
-#: ../../mod/admin.php:533
-msgid "Use MySQL full text engine"
-msgstr ""
+#: ../../mod/wall_upload.php:90 ../../mod/profile_photo.php:144
+#, php-format
+msgid "Image exceeds size limit of %d"
+msgstr "Изображение превышает предельный размер %d"
 
-#: ../../mod/admin.php:533
-msgid ""
-"Activates the full text engine. Speeds up search - but can only search for "
-"four and more characters."
-msgstr ""
+#: ../../mod/wall_upload.php:135 ../../mod/wall_upload.php:144
+#: ../../mod/wall_upload.php:151 ../../mod/item.php:453
+#: ../../include/message.php:144
+msgid "Wall Photos"
+msgstr "Фото стены"
 
-#: ../../mod/admin.php:534
-msgid "Path to item cache"
-msgstr ""
+#: ../../mod/profile_photo.php:44
+msgid "Image uploaded but image cropping failed."
+msgstr "Изображение загружено, но обрезка изображения не удалась."
 
-#: ../../mod/admin.php:535
-msgid "Cache duration in seconds"
-msgstr ""
+#: ../../mod/profile_photo.php:77 ../../mod/profile_photo.php:84
+#: ../../mod/profile_photo.php:91 ../../mod/profile_photo.php:308
+#, php-format
+msgid "Image size reduction [%s] failed."
+msgstr "Уменьшение размера изображения [%s] не удалось."
 
-#: ../../mod/admin.php:535
+#: ../../mod/profile_photo.php:118
 msgid ""
-"How long should the cache files be hold? Default value is 86400 seconds (One"
-" day)."
-msgstr ""
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
+msgstr "Перезагрузите страницу с зажатой клавишей \"Shift\" для того, чтобы увидеть свое новое фото немедленно."
 
-#: ../../mod/admin.php:536
-msgid "Path for lock file"
-msgstr ""
+#: ../../mod/profile_photo.php:128
+msgid "Unable to process image"
+msgstr "Не удается обработать изображение"
 
-#: ../../mod/admin.php:537
-msgid "Temp path"
-msgstr ""
+#: ../../mod/profile_photo.php:242
+msgid "Upload File:"
+msgstr "Загрузить файл:"
 
-#: ../../mod/admin.php:538
-msgid "Base path to installation"
-msgstr ""
+#: ../../mod/profile_photo.php:243
+msgid "Select a profile:"
+msgstr "Выбрать этот профиль:"
 
-#: ../../mod/admin.php:555
-msgid "Update has been marked successful"
-msgstr ""
+#: ../../mod/profile_photo.php:245
+msgid "Upload"
+msgstr "Загрузить"
 
-#: ../../mod/admin.php:565
-#, php-format
-msgid "Executing %s failed. Check system logs."
-msgstr ""
+#: ../../mod/profile_photo.php:248
+msgid "skip this step"
+msgstr "пропустить этот шаг"
 
-#: ../../mod/admin.php:568
-#, php-format
-msgid "Update %s was successfully applied."
-msgstr ""
+#: ../../mod/profile_photo.php:248
+msgid "select a photo from your photo albums"
+msgstr "выберите фото из ваших фотоальбомов"
 
-#: ../../mod/admin.php:572
-#, php-format
-msgid "Update %s did not return a status. Unknown if it succeeded."
-msgstr ""
-
-#: ../../mod/admin.php:575
-#, php-format
-msgid "Update function %s could not be found."
-msgstr ""
-
-#: ../../mod/admin.php:590
-msgid "No failed updates."
-msgstr "Неудавшихся обновлений нет."
-
-#: ../../mod/admin.php:594
-msgid "Failed Updates"
-msgstr "Неудавшиеся обновления"
-
-#: ../../mod/admin.php:595
-msgid ""
-"This does not include updates prior to 1139, which did not return a status."
-msgstr ""
-
-#: ../../mod/admin.php:596
-msgid "Mark success (if update was manually applied)"
-msgstr ""
-
-#: ../../mod/admin.php:597
-msgid "Attempt to execute this update step automatically"
-msgstr ""
-
-#: ../../mod/admin.php:622
-#, php-format
-msgid "%s user blocked/unblocked"
-msgid_plural "%s users blocked/unblocked"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: ../../mod/admin.php:629
-#, php-format
-msgid "%s user deleted"
-msgid_plural "%s users deleted"
-msgstr[0] "%s человек удален"
-msgstr[1] "%s чел. удалено"
-msgstr[2] "%s чел. удалено"
-
-#: ../../mod/admin.php:668
-#, php-format
-msgid "User '%s' deleted"
-msgstr "Пользователь '%s' удален"
-
-#: ../../mod/admin.php:676
-#, php-format
-msgid "User '%s' unblocked"
-msgstr "Пользователь '%s' разблокирован"
-
-#: ../../mod/admin.php:676
-#, php-format
-msgid "User '%s' blocked"
-msgstr "Пользователь '%s' блокирован"
-
-#: ../../mod/admin.php:752
-msgid "select all"
-msgstr "выбрать все"
-
-#: ../../mod/admin.php:753
-msgid "User registrations waiting for confirm"
-msgstr "Регистрации пользователей, ожидающие подтверждения"
-
-#: ../../mod/admin.php:754
-msgid "Request date"
-msgstr "Запрос даты"
-
-#: ../../mod/admin.php:755
-msgid "No registrations."
-msgstr "Нет регистраций."
-
-#: ../../mod/admin.php:756 ../../mod/notifications.php:161
-#: ../../mod/notifications.php:208
-msgid "Approve"
-msgstr "Одобрить"
-
-#: ../../mod/admin.php:757
-msgid "Deny"
-msgstr "Отклонить"
-
-#: ../../mod/admin.php:761
-msgid "Site admin"
-msgstr "Админ сайта"
-
-#: ../../mod/admin.php:762
-msgid "Account expired"
-msgstr "Аккаунт просрочен"
-
-#: ../../mod/admin.php:765
-msgid "Register date"
-msgstr "Дата регистрации"
-
-#: ../../mod/admin.php:765
-msgid "Last login"
-msgstr "Последний вход"
-
-#: ../../mod/admin.php:765
-msgid "Last item"
-msgstr "Последний пункт"
-
-#: ../../mod/admin.php:765
-msgid "Account"
-msgstr "Аккаунт"
-
-#: ../../mod/admin.php:767
-msgid ""
-"Selected users will be deleted!\\n\\nEverything these users had posted on "
-"this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "Выбранные пользователи будут удалены!\\n\\nВсе, что эти пользователи написали на этом сайте, будет удалено!\\n\\nВы уверены в вашем действии?"
-
-#: ../../mod/admin.php:768
-msgid ""
-"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
-"site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "Пользователь {0} будет удален!\\n\\nВсе, что этот пользователь написал на этом сайте, будет удалено!\\n\\nВы уверены в вашем действии?"
-
-#: ../../mod/admin.php:809
-#, php-format
-msgid "Plugin %s disabled."
-msgstr "Плагин %s отключен."
-
-#: ../../mod/admin.php:813
-#, php-format
-msgid "Plugin %s enabled."
-msgstr "Плагин %s включен."
-
-#: ../../mod/admin.php:823 ../../mod/admin.php:1026
-msgid "Disable"
-msgstr "Отключить"
-
-#: ../../mod/admin.php:825 ../../mod/admin.php:1028
-msgid "Enable"
-msgstr "Включить"
-
-#: ../../mod/admin.php:848 ../../mod/admin.php:1056
-msgid "Toggle"
-msgstr "Переключить"
-
-#: ../../mod/admin.php:856 ../../mod/admin.php:1066
-msgid "Author: "
-msgstr "Автор:"
-
-#: ../../mod/admin.php:857 ../../mod/admin.php:1067
-msgid "Maintainer: "
-msgstr "Программа обслуживания: "
-
-#: ../../mod/admin.php:986
-msgid "No themes found."
-msgstr "Темы не найдены."
-
-#: ../../mod/admin.php:1048
-msgid "Screenshot"
-msgstr "Скриншот"
-
-#: ../../mod/admin.php:1094
-msgid "[Experimental]"
-msgstr "[экспериментально]"
-
-#: ../../mod/admin.php:1095
-msgid "[Unsupported]"
-msgstr "[Неподдерживаемое]"
-
-#: ../../mod/admin.php:1122
-msgid "Log settings updated."
-msgstr "Настройки журнала обновлены."
+#: ../../mod/profile_photo.php:262
+msgid "Crop Image"
+msgstr "Обрезать изображение"
 
-#: ../../mod/admin.php:1178
-msgid "Clear"
-msgstr "Ð\9eÑ\87иÑ\81Ñ\82иÑ\82Ñ\8c"
+#: ../../mod/profile_photo.php:263
+msgid "Please adjust the image cropping for optimum viewing."
+msgstr "Ð\9fожалÑ\83йÑ\81Ñ\82а, Ð½Ð°Ñ\81Ñ\82Ñ\80ойÑ\82е Ð¾Ð±Ñ\80езкÑ\83 Ð¸Ð·Ð¾Ð±Ñ\80ажениÑ\8f Ð´Ð»Ñ\8f Ð¾Ð¿Ñ\82ималÑ\8cного Ð¿Ñ\80оÑ\81моÑ\82Ñ\80а."
 
-#: ../../mod/admin.php:1184
-msgid "Debugging"
-msgstr "Ð\9eÑ\82ладка"
+#: ../../mod/profile_photo.php:265
+msgid "Done Editing"
+msgstr "РедакÑ\82иÑ\80ование Ð²Ñ\8bполнено"
 
-#: ../../mod/admin.php:1185
-msgid "Log file"
-msgstr "Ð\9bог-Ñ\84айл"
+#: ../../mod/profile_photo.php:299
+msgid "Image uploaded successfully."
+msgstr "Ð\98зобÑ\80ажение Ð·Ð°Ð³Ñ\80Ñ\83жено Ñ\83Ñ\81пеÑ\88но."
 
-#: ../../mod/admin.php:1185
-msgid ""
-"Must be writable by web server. Relative to your Friendica top-level "
-"directory."
-msgstr ""
+#: ../../mod/apps.php:11
+msgid "Applications"
+msgstr "Приложения"
 
-#: ../../mod/admin.php:1186
-msgid "Log level"
-msgstr "УÑ\80овенÑ\8c Ð»Ð¾Ð³Ð°"
+#: ../../mod/apps.php:14
+msgid "No installed applications."
+msgstr "Ð\9dеÑ\82 Ñ\83Ñ\81Ñ\82ановленнÑ\8bÑ\85 Ð¿Ñ\80иложений."
 
-#: ../../mod/admin.php:1236
-msgid "Close"
-msgstr "Ð\97акÑ\80Ñ\8bÑ\82ь"
+#: ../../mod/navigation.php:20 ../../include/nav.php:34
+msgid "Nothing new here"
+msgstr "Ð\9dиÑ\87его Ð½Ð¾Ð²Ð¾Ð³Ð¾ Ð·Ð´ÐµÑ\81ь"
 
-#: ../../mod/admin.php:1242
-msgid "FTP Host"
-msgstr "FTP хост"
+#: ../../mod/navigation.php:24 ../../include/nav.php:38
+msgid "Clear notifications"
+msgstr "Стереть уведомления"
 
-#: ../../mod/admin.php:1243
-msgid "FTP Path"
-msgstr "Путь FTP"
+#: ../../mod/match.php:12
+msgid "Profile Match"
+msgstr "Похожие профили"
 
-#: ../../mod/admin.php:1244
-msgid "FTP User"
-msgstr "FTP пользователь"
+#: ../../mod/match.php:20
+msgid "No keywords to match. Please add keywords to your default profile."
+msgstr "Нет соответствующих ключевых слов. Пожалуйста, добавьте ключевые слова для вашего профиля по умолчанию."
 
-#: ../../mod/admin.php:1245
-msgid "FTP Password"
-msgstr "FTP пароль"
+#: ../../mod/match.php:57
+msgid "is interested in:"
+msgstr "интересуется:"
 
 #: ../../mod/tagrm.php:41
 msgid "Tag removed"
@@ -5036,17 +5117,13 @@ msgstr "Удалить ключевое слово"
 msgid "Select a tag to remove: "
 msgstr "Выберите ключевое слово для удаления: "
 
-#: ../../mod/editpost.php:17 ../../mod/editpost.php:27
-msgid "Item not found"
-msgstr "Элемент не найден"
-
-#: ../../mod/editpost.php:39
-msgid "Edit post"
-msgstr "Редактировать сообщение"
+#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130
+msgid "Remove"
+msgstr "Удалить"
 
 #: ../../mod/events.php:66
 msgid "Event title and start time are required."
-msgstr ""
+msgstr "Название мероприятия и время начала обязательны для заполнения."
 
 #: ../../mod/events.php:291
 msgid "l, F j"
@@ -5056,6 +5133,10 @@ msgstr "l, j F"
 msgid "Edit event"
 msgstr "Редактировать мероприятие"
 
+#: ../../mod/events.php:335 ../../include/text.php:1615
+msgid "link to source"
+msgstr "ссылка на источник"
+
 #: ../../mod/events.php:371
 msgid "Create New Event"
 msgstr "Создать новое мероприятие"
@@ -5064,10 +5145,6 @@ msgstr "Создать новое мероприятие"
 msgid "Previous"
 msgstr "Назад"
 
-#: ../../mod/events.php:373 ../../mod/install.php:207
-msgid "Next"
-msgstr "Далее"
-
 #: ../../mod/events.php:446
 msgid "hour:minute"
 msgstr "час:минута"
@@ -5079,7 +5156,7 @@ msgstr "Сведения о мероприятии"
 #: ../../mod/events.php:457
 #, php-format
 msgid "Format is %s %s. Starting date and Title are required."
-msgstr ""
+msgstr "Формат %s %s. Необхлдима дата старта и заголовок."
 
 #: ../../mod/events.php:459
 msgid "Event Starts:"
@@ -5113,111 +5190,66 @@ msgstr "Титул:"
 msgid "Share this event"
 msgstr "Поделитесь этим мероприятием"
 
-#: ../../mod/fbrowser.php:113
-msgid "Files"
-msgstr "Файлы"
-
-#: ../../mod/uexport.php:72
-msgid "Export account"
-msgstr "Экспорт аккаунта"
-
-#: ../../mod/uexport.php:72
-msgid ""
-"Export your account info and contacts. Use this to make a backup of your "
-"account and/or to move it to another server."
+#: ../../mod/delegate.php:95
+msgid "No potential page delegates located."
 msgstr ""
 
-#: ../../mod/uexport.php:73
-msgid "Export all"
-msgstr "ЭкÑ\81поÑ\80Ñ\82 Ð²Ñ\81его"
+#: ../../mod/delegate.php:121 ../../include/nav.php:165
+msgid "Delegate Page Management"
+msgstr "Ð\94елегиÑ\80оваÑ\82Ñ\8c Ñ\83пÑ\80авление Ñ\81Ñ\82Ñ\80аниÑ\86ей"
 
-#: ../../mod/uexport.php:73
+#: ../../mod/delegate.php:123
 msgid ""
-"Export your accout info, contacts and all your items as json. Could be a "
-"very big file, and could take a lot of time. Use this to make a full backup "
-"of your account (photos are not exported)"
-msgstr ""
-
-#: ../../mod/filer.php:30
-msgid "- select -"
-msgstr "- выбрать -"
+"Delegates are able to manage all aspects of this account/page except for "
+"basic account settings. Please do not delegate your personal account to "
+"anybody that you do not trust completely."
+msgstr "Доверенные лица могут управлять всеми аспектами этого аккаунта/страницы, за исключением основных настроек аккаунта. Пожалуйста, не предоставляйте доступ в личный кабинет тому, кому вы не полностью доверяете."
 
-#: ../../mod/uimport.php:64
-msgid "Import"
-msgstr "Ð\98мпоÑ\80Ñ\82"
+#: ../../mod/delegate.php:124
+msgid "Existing Page Managers"
+msgstr "СÑ\83Ñ\89еÑ\81Ñ\82вÑ\83Ñ\8eÑ\89ие Ð¼ÐµÐ½ÐµÐ´Ð¶ÐµÑ\80Ñ\8b Ñ\81Ñ\82Ñ\80аниÑ\86Ñ\8b"
 
-#: ../../mod/uimport.php:66
-msgid "Move account"
-msgstr "УдалиÑ\82Ñ\8c Ð°ÐºÐºÐ°Ñ\83нÑ\82"
+#: ../../mod/delegate.php:126
+msgid "Existing Page Delegates"
+msgstr "СÑ\83Ñ\89еÑ\81Ñ\82вÑ\83Ñ\8eÑ\89ие Ñ\83полномоÑ\87еннÑ\8bе Ñ\81Ñ\82Ñ\80аниÑ\86Ñ\8b"
 
-#: ../../mod/uimport.php:67
-msgid "You can import an account from another Friendica server."
-msgstr ""
+#: ../../mod/delegate.php:128
+msgid "Potential Delegates"
+msgstr "Возможные доверенные лица"
 
-#: ../../mod/uimport.php:68
-msgid ""
-"You need to export your account from the old server and upload it here. We "
-"will recreate your old account here with all your contacts. We will try also"
-" to inform your friends that you moved here."
-msgstr ""
-
-#: ../../mod/uimport.php:69
-msgid ""
-"This feature is experimental. We can't import contacts from the OStatus "
-"network (statusnet/identi.ca) or from Diaspora"
-msgstr ""
-
-#: ../../mod/uimport.php:70
-msgid "Account file"
-msgstr "Файл аккаунта"
-
-#: ../../mod/uimport.php:70
-msgid ""
-"To export your accont, go to \"Settings->Export your porsonal data\" and "
-"select \"Export account\""
-msgstr ""
-
-#: ../../mod/update_community.php:18 ../../mod/update_display.php:22
-#: ../../mod/update_network.php:22 ../../mod/update_notes.php:41
-#: ../../mod/update_profile.php:41
-msgid "[Embedded content - reload page to view]"
-msgstr "[Встроенное содержание - перезагрузите страницу для просмотра]"
+#: ../../mod/delegate.php:131
+msgid "Add"
+msgstr "Добавить"
 
-#: ../../mod/follow.php:27
-msgid "Contact added"
-msgstr "Ð\9aонÑ\82акÑ\82 Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½"
+#: ../../mod/delegate.php:132
+msgid "No entries."
+msgstr "Ð\9dеÑ\82 Ð·Ð°Ð¿Ð¸Ñ\81ей."
 
-#: ../../mod/friendica.php:55
-msgid "This is Friendica, version"
-msgstr "ЭÑ\82о Friendica, Ð²ÐµÑ\80Ñ\81иÑ\8f"
+#: ../../mod/nogroup.php:59
+msgid "Contacts who are not members of a group"
+msgstr "Ð\9aонÑ\82акÑ\82Ñ\8b, ÐºÐ¾Ñ\82оÑ\80Ñ\8bе Ð½Ðµ Ñ\8fвлÑ\8fÑ\8eÑ\82Ñ\81Ñ\8f Ñ\87ленами Ð³Ñ\80Ñ\83ппÑ\8b"
 
-#: ../../mod/friendica.php:56
-msgid "running at web location"
-msgstr "работает на веб-узле"
+#: ../../mod/fbrowser.php:113
+msgid "Files"
+msgstr "Файлы"
 
-#: ../../mod/friendica.php:58
-msgid ""
-"Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn "
-"more about the Friendica project."
-msgstr ""
+#: ../../mod/maintenance.php:5
+msgid "System down for maintenance"
+msgstr "Система закрыта на техническое обслуживание"
 
-#: ../../mod/friendica.php:60
-msgid "Bug reports and issues: please visit"
-msgstr "Ð\9eÑ\82Ñ\87еÑ\82 Ð¾Ð± Ð¾Ñ\88ибкаÑ\85 Ð¸ Ð¿Ñ\80облемаÑ\85: Ð¿Ð¾Ð¶Ð°Ð»Ñ\83йÑ\81Ñ\82а, Ð¿Ð¾Ñ\81еÑ\82иÑ\82е"
+#: ../../mod/removeme.php:45 ../../mod/removeme.php:48
+msgid "Remove My Account"
+msgstr "УдалиÑ\82Ñ\8c Ð¼Ð¾Ð¹ Ð°ÐºÐºÐ°Ñ\83нÑ\82"
 
-#: ../../mod/friendica.php:61
+#: ../../mod/removeme.php:46
 msgid ""
-"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
-"dot com"
-msgstr "Предложения, похвала, пожертвования? Пишите на \"info\" на Friendica - точка com"
-
-#: ../../mod/friendica.php:75
-msgid "Installed plugins/addons/apps:"
-msgstr "Установленные плагины / добавки / приложения:"
+"This will completely remove your account. Once this has been done it is not "
+"recoverable."
+msgstr "Это позволит полностью удалить ваш аккаунт. Как только это будет сделано, аккаунт восстановлению не подлежит."
 
-#: ../../mod/friendica.php:88
-msgid "No installed plugins/addons/apps"
-msgstr "Ð\9dеÑ\82 Ñ\83Ñ\81Ñ\82ановленнÑ\8bÑ\85 Ð¿Ð»Ð°Ð³Ð¸Ð½Ð¾Ð² / Ð´Ð¾Ð±Ð°Ð²Ð¾Ðº / Ð¿Ñ\80иложений"
+#: ../../mod/removeme.php:47
+msgid "Please enter your password for verification:"
+msgstr "Ð\9fожалÑ\83йÑ\81Ñ\82а, Ð²Ð²ÐµÐ´Ð¸Ñ\82е Ñ\81вой Ð¿Ð°Ñ\80олÑ\8c Ð´Ð»Ñ\8f Ð¿Ñ\80овеÑ\80ки:"
 
 #: ../../mod/fsuggest.php:63
 msgid "Friend suggestion sent."
@@ -5232,147 +5264,295 @@ msgstr "Предложить друзей"
 msgid "Suggest a friend for %s"
 msgstr "Предложить друга для %s."
 
-#: ../../mod/group.php:29
-msgid "Group created."
-msgstr "Ð\93Ñ\80Ñ\83ппа Ñ\81оздана."
+#: ../../mod/item.php:108
+msgid "Unable to locate original post."
+msgstr "Ð\9dе Ñ\83далоÑ\81Ñ\8c Ð½Ð°Ð¹Ñ\82и Ð¾Ñ\80игиналÑ\8cнÑ\8bй Ð¿Ð¾Ñ\81Ñ\82."
 
-#: ../../mod/group.php:35
-msgid "Could not create group."
-msgstr "Ð\9dе Ñ\83далоÑ\81Ñ\8c Ñ\81оздаÑ\82Ñ\8c Ð³Ñ\80Ñ\83ппÑ\83."
+#: ../../mod/item.php:317
+msgid "Empty post discarded."
+msgstr "Ð\9fÑ\83Ñ\81Ñ\82ое Ñ\81ообÑ\89ение Ð¾Ñ\82бÑ\80аÑ\81Ñ\8bваеÑ\82Ñ\81Ñ\8f."
 
-#: ../../mod/group.php:47 ../../mod/group.php:140
-msgid "Group not found."
-msgstr "Ð\93Ñ\80Ñ\83ппа Ð½Ðµ Ð½Ð°Ð¹Ð´ÐµÐ½Ð°."
+#: ../../mod/item.php:884
+msgid "System error. Post not saved."
+msgstr "СиÑ\81Ñ\82емнаÑ\8f Ð¾Ñ\88ибка. Ð¡Ð¾Ð¾Ð±Ñ\89ение Ð½Ðµ Ñ\81оÑ\85Ñ\80анено."
 
-#: ../../mod/group.php:60
-msgid "Group name changed."
-msgstr "Название группы изменено."
+#: ../../mod/item.php:909
+#, php-format
+msgid ""
+"This message was sent to you by %s, a member of the Friendica social "
+"network."
+msgstr "Это сообщение было отправлено вам %s, участником социальной сети Friendica."
 
-#: ../../mod/group.php:93
-msgid "Create a group of contacts/friends."
-msgstr "Создать группу контактов / друзей."
+#: ../../mod/item.php:911
+#, php-format
+msgid "You may visit them online at %s"
+msgstr "Вы можете посетить их в онлайне на %s"
 
-#: ../../mod/group.php:94 ../../mod/group.php:180
-msgid "Group Name: "
-msgstr "Название группы: "
+#: ../../mod/item.php:912
+msgid ""
+"Please contact the sender by replying to this post if you do not wish to "
+"receive these messages."
+msgstr "Пожалуйста, свяжитесь с отправителем, ответив на это сообщение, если вы не хотите получать эти сообщения."
 
-#: ../../mod/group.php:113
-msgid "Group removed."
-msgstr "Группа удалена."
+#: ../../mod/item.php:916
+#, php-format
+msgid "%s posted an update."
+msgstr "%s отправил/а/ обновление."
 
-#: ../../mod/group.php:115
-msgid "Unable to remove group."
-msgstr "Не удается удалить группу."
+#: ../../mod/ping.php:238
+msgid "{0} wants to be your friend"
+msgstr "{0} хочет стать Вашим другом"
 
-#: ../../mod/group.php:179
-msgid "Group Editor"
-msgstr "Редактор групп"
+#: ../../mod/ping.php:243
+msgid "{0} sent you a message"
+msgstr "{0} отправил Вам сообщение"
 
-#: ../../mod/group.php:192
-msgid "Members"
-msgstr "Участники"
+#: ../../mod/ping.php:248
+msgid "{0} requested registration"
+msgstr "{0} требуемая регистрация"
 
-#: ../../mod/hcard.php:10
-msgid "No profile"
-msgstr "Нет профиля"
+#: ../../mod/ping.php:254
+#, php-format
+msgid "{0} commented %s's post"
+msgstr "{0} прокомментировал сообщение от %s"
 
-#: ../../mod/help.php:79
-msgid "Help:"
-msgstr "Помощь:"
+#: ../../mod/ping.php:259
+#, php-format
+msgid "{0} liked %s's post"
+msgstr "{0} нравится сообщение от %s"
 
-#: ../../mod/help.php:90 ../../index.php:231
-msgid "Not Found"
-msgstr "Не найдено"
+#: ../../mod/ping.php:264
+#, php-format
+msgid "{0} disliked %s's post"
+msgstr "{0} не нравится сообщение от %s"
 
-#: ../../mod/help.php:93 ../../index.php:234
-msgid "Page not found."
-msgstr "Страница не найдена."
+#: ../../mod/ping.php:269
+#, php-format
+msgid "{0} is now friends with %s"
+msgstr "{0} теперь друзья с %s"
 
-#: ../../mod/viewcontacts.php:39
-msgid "No contacts."
-msgstr "Нет контактов."
+#: ../../mod/ping.php:274
+msgid "{0} posted"
+msgstr "{0} опубликовано"
 
-#: ../../mod/home.php:34
+#: ../../mod/ping.php:279
 #, php-format
-msgid "Welcome to %s"
-msgstr "Добро пожаловать на %s!"
+msgid "{0} tagged %s's post with #%s"
+msgstr "{0} пометил сообщение %s с #%s"
 
-#: ../../mod/viewsrc.php:7
-msgid "Access denied."
-msgstr "Доступ запрещен."
+#: ../../mod/ping.php:285
+msgid "{0} mentioned you in a post"
+msgstr "{0} упоменул Вас в сообщение"
 
-#: ../../mod/wall_attach.php:69
-#, php-format
-msgid "File exceeds size limit of %d"
-msgstr "Файл превышает предельный размер %d"
+#: ../../mod/openid.php:24
+msgid "OpenID protocol error. No ID returned."
+msgstr "Ошибка протокола OpenID. Не возвращён ID."
 
-#: ../../mod/wall_attach.php:110 ../../mod/wall_attach.php:121
-msgid "File upload failed."
-msgstr "Загрузка файла не удалась."
+#: ../../mod/openid.php:53
+msgid ""
+"Account not found and OpenID registration is not permitted on this site."
+msgstr "Аккаунт не найден и OpenID регистрация не допускается на этом сайте."
 
-#: ../../mod/wall_upload.php:90 ../../mod/profile_photo.php:144
-#, php-format
-msgid "Image exceeds size limit of %d"
-msgstr "Ð\98зобÑ\80ажение Ð¿Ñ\80евÑ\8bÑ\88аеÑ\82 Ð¿Ñ\80еделÑ\8cнÑ\8bй Ñ\80азмеÑ\80 %d"
+#: ../../mod/openid.php:93 ../../include/auth.php:112
+#: ../../include/auth.php:175
+msgid "Login failed."
+msgstr "Ð\92ойÑ\82и Ð½Ðµ Ñ\83далоÑ\81Ñ\8c."
 
-#: ../../mod/wall_upload.php:112 ../../mod/photos.php:801
-#: ../../mod/profile_photo.php:153
-msgid "Unable to process image."
-msgstr "Невозможно обработать фото."
+#: ../../mod/notifications.php:26
+msgid "Invalid request identifier."
+msgstr "Неверный идентификатор запроса."
 
-#: ../../mod/wall_upload.php:138 ../../mod/photos.php:828
-#: ../../mod/profile_photo.php:301
-msgid "Image upload failed."
-msgstr "Ð\97агÑ\80Ñ\83зка Ñ\84оÑ\82о Ð½ÐµÑ\83даÑ\87наÑ\8f."
+#: ../../mod/notifications.php:35 ../../mod/notifications.php:165
+#: ../../mod/notifications.php:211
+msgid "Discard"
+msgstr "Ð\9eÑ\82казаÑ\82Ñ\8cÑ\81Ñ\8f"
 
-#: ../../mod/invite.php:27
-msgid "Total invitation limit exceeded."
-msgstr ""
+#: ../../mod/notifications.php:78
+msgid "System"
+msgstr "Система"
 
-#: ../../mod/invite.php:49
-#, php-format
-msgid "%s : Not a valid email address."
-msgstr "%s: Неверный адрес электронной почты."
+#: ../../mod/notifications.php:83 ../../include/nav.php:140
+msgid "Network"
+msgstr "Сеть"
 
-#: ../../mod/invite.php:73
-msgid "Please join us on Friendica"
-msgstr ""
+#: ../../mod/notifications.php:98 ../../include/nav.php:149
+msgid "Introductions"
+msgstr "Запросы"
 
-#: ../../mod/invite.php:84
-msgid "Invitation limit exceeded. Please contact your site administrator."
-msgstr ""
+#: ../../mod/notifications.php:122
+msgid "Show Ignored Requests"
+msgstr "Показать проигнорированные запросы"
 
-#: ../../mod/invite.php:89
-#, php-format
-msgid "%s : Message delivery failed."
-msgstr "%s: Доставка сообщения не удалась."
+#: ../../mod/notifications.php:122
+msgid "Hide Ignored Requests"
+msgstr "Скрыть проигнорированные запросы"
 
-#: ../../mod/invite.php:93
-#, php-format
-msgid "%d message sent."
-msgid_plural "%d messages sent."
-msgstr[0] "%d сообщение отправлено."
-msgstr[1] "%d сообщений отправлено."
-msgstr[2] "%d сообщений отправлено."
+#: ../../mod/notifications.php:149 ../../mod/notifications.php:195
+msgid "Notification type: "
+msgstr "Тип уведомления: "
 
-#: ../../mod/invite.php:112
-msgid "You have no more invitations available"
-msgstr "У Ð²Ð°Ñ\81 Ð½ÐµÑ\82 Ð±Ð¾Ð»Ñ\8cÑ\88е Ð¿Ñ\80иглаÑ\88ений"
+#: ../../mod/notifications.php:150
+msgid "Friend Suggestion"
+msgstr "Ð\9fÑ\80едложение Ð² Ð´Ñ\80Ñ\83зÑ\8cÑ\8f"
 
-#: ../../mod/invite.php:120
+#: ../../mod/notifications.php:152
 #, php-format
-msgid ""
-"Visit %s for a list of public sites that you can join. Friendica members on "
+msgid "suggested by %s"
+msgstr "предложено юзером %s"
+
+#: ../../mod/notifications.php:158 ../../mod/notifications.php:205
+msgid "Post a new friend activity"
+msgstr "Настроение"
+
+#: ../../mod/notifications.php:158 ../../mod/notifications.php:205
+msgid "if applicable"
+msgstr "если требуется"
+
+#: ../../mod/notifications.php:181
+msgid "Claims to be known to you: "
+msgstr "Утверждения, о которых должно быть вам известно: "
+
+#: ../../mod/notifications.php:181
+msgid "yes"
+msgstr "да"
+
+#: ../../mod/notifications.php:181
+msgid "no"
+msgstr "нет"
+
+#: ../../mod/notifications.php:188
+msgid "Approve as: "
+msgstr "Утвердить как: "
+
+#: ../../mod/notifications.php:189
+msgid "Friend"
+msgstr "Друг"
+
+#: ../../mod/notifications.php:190
+msgid "Sharer"
+msgstr "Участник"
+
+#: ../../mod/notifications.php:190
+msgid "Fan/Admirer"
+msgstr "Фанат / Поклонник"
+
+#: ../../mod/notifications.php:196
+msgid "Friend/Connect Request"
+msgstr "Запрос в друзья / на подключение"
+
+#: ../../mod/notifications.php:196
+msgid "New Follower"
+msgstr "Новый фолловер"
+
+#: ../../mod/notifications.php:217
+msgid "No introductions."
+msgstr "Запросов нет."
+
+#: ../../mod/notifications.php:220 ../../include/nav.php:150
+msgid "Notifications"
+msgstr "Уведомления"
+
+#: ../../mod/notifications.php:257 ../../mod/notifications.php:382
+#: ../../mod/notifications.php:469
+#, php-format
+msgid "%s liked %s's post"
+msgstr "%s нравится %s сообшение"
+
+#: ../../mod/notifications.php:266 ../../mod/notifications.php:391
+#: ../../mod/notifications.php:478
+#, php-format
+msgid "%s disliked %s's post"
+msgstr "%s не нравится %s сообшение"
+
+#: ../../mod/notifications.php:280 ../../mod/notifications.php:405
+#: ../../mod/notifications.php:492
+#, php-format
+msgid "%s is now friends with %s"
+msgstr "%s теперь друзья с %s"
+
+#: ../../mod/notifications.php:287 ../../mod/notifications.php:412
+#, php-format
+msgid "%s created a new post"
+msgstr "%s написал новое сообщение"
+
+#: ../../mod/notifications.php:288 ../../mod/notifications.php:413
+#: ../../mod/notifications.php:501
+#, php-format
+msgid "%s commented on %s's post"
+msgstr "%s прокомментировал %s сообщение"
+
+#: ../../mod/notifications.php:302
+msgid "No more network notifications."
+msgstr "Уведомлений из сети больше нет."
+
+#: ../../mod/notifications.php:306
+msgid "Network Notifications"
+msgstr "Уведомления сети"
+
+#: ../../mod/notifications.php:427
+msgid "No more personal notifications."
+msgstr "Персональных уведомлений больше нет."
+
+#: ../../mod/notifications.php:431
+msgid "Personal Notifications"
+msgstr "Личные уведомления"
+
+#: ../../mod/notifications.php:508
+msgid "No more home notifications."
+msgstr "Уведомлений больше нет."
+
+#: ../../mod/notifications.php:512
+msgid "Home Notifications"
+msgstr "Уведомления"
+
+#: ../../mod/invite.php:27
+msgid "Total invitation limit exceeded."
+msgstr "Превышен общий лимит приглашений."
+
+#: ../../mod/invite.php:49
+#, php-format
+msgid "%s : Not a valid email address."
+msgstr "%s: Неверный адрес электронной почты."
+
+#: ../../mod/invite.php:73
+msgid "Please join us on Friendica"
+msgstr "Пожалуйста, присоединяйтесь к нам на Friendica"
+
+#: ../../mod/invite.php:84
+msgid "Invitation limit exceeded. Please contact your site administrator."
+msgstr "Лимит приглашений превышен. Пожалуйста, свяжитесь с администратором сайта."
+
+#: ../../mod/invite.php:89
+#, php-format
+msgid "%s : Message delivery failed."
+msgstr "%s: Доставка сообщения не удалась."
+
+#: ../../mod/invite.php:93
+#, php-format
+msgid "%d message sent."
+msgid_plural "%d messages sent."
+msgstr[0] "%d сообщение отправлено."
+msgstr[1] "%d сообщений отправлено."
+msgstr[2] "%d сообщений отправлено."
+
+#: ../../mod/invite.php:112
+msgid "You have no more invitations available"
+msgstr "У вас нет больше приглашений"
+
+#: ../../mod/invite.php:120
+#, php-format
+msgid ""
+"Visit %s for a list of public sites that you can join. Friendica members on "
 "other sites can all connect with each other, as well as with members of many"
 " other social networks."
-msgstr ""
+msgstr "Посетите %s со списком общедоступных сайтов, к которым вы можете присоединиться. Все участники Friendica на других сайтах могут соединиться друг с другом, а также с участниками многих других социальных сетей."
 
 #: ../../mod/invite.php:122
 #, php-format
 msgid ""
 "To accept this invitation, please visit and register at %s or any other "
 "public Friendica website."
-msgstr ""
+msgstr "Для одобрения этого приглашения, пожалуйста, посетите и зарегистрируйтесь на %s ,или любом другом публичном сервере Friendica"
 
 #: ../../mod/invite.php:123
 #, php-format
@@ -5381,13 +5561,13 @@ msgid ""
 "web that is owned and controlled by its members. They can also connect with "
 "many traditional social networks. See %s for a list of alternate Friendica "
 "sites you can join."
-msgstr ""
+msgstr "Сайты Friendica, подключившись между собой, могут создать сеть с повышенной безопасностью, которая принадлежит и управляется её членами. Они также могут подключаться ко многим традиционным социальным сетям. См. %s  со списком альтернативных сайтов Friendica, к которым вы можете присоединиться."
 
 #: ../../mod/invite.php:126
 msgid ""
 "Our apologies. This system is not currently configured to connect with other"
 " public sites or invite members."
-msgstr ""
+msgstr "Извините. Эта система в настоящее время не сконфигурирована для соединения с другими общественными сайтами и для приглашения участников."
 
 #: ../../mod/invite.php:132
 msgid "Send invitations"
@@ -5397,16 +5577,11 @@ msgstr "Отправить приглашения"
 msgid "Enter email addresses, one per line:"
 msgstr "Введите адреса электронной почты, по одному в строке:"
 
-#: ../../mod/invite.php:134 ../../mod/wallmessage.php:151
-#: ../../mod/message.php:329 ../../mod/message.php:558
-msgid "Your message:"
-msgstr "Ваше сообщение:"
-
 #: ../../mod/invite.php:135
 msgid ""
 "You are cordially invited to join me and other close friends on Friendica - "
 "and help us to create a better social web."
-msgstr ""
+msgstr "Приглашаем Вас присоединиться ко мне и другим близким друзьям на Friendica - помочь нам создать лучшую социальную сеть."
 
 #: ../../mod/invite.php:137
 msgid "You will need to supply this invitation code: $invite_code"
@@ -5421,1663 +5596,1733 @@ msgstr "После того как вы зарегистрировались, п
 msgid ""
 "For more information about the Friendica project and why we feel it is "
 "important, please visit http://friendica.com"
-msgstr ""
+msgstr "Для получения более подробной информации о проекте Friendica, пожалуйста, посетите http://friendica.com"
 
-#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112
-#, php-format
-msgid "Number of daily wall messages for %s exceeded. Message failed."
+#: ../../mod/manage.php:106
+msgid "Manage Identities and/or Pages"
+msgstr "Управление идентификацией и / или страницами"
+
+#: ../../mod/manage.php:107
+msgid ""
+"Toggle between different identities or community/group pages which share "
+"your account details or which you have been granted \"manage\" permissions"
 msgstr ""
 
-#: ../../mod/wallmessage.php:56 ../../mod/message.php:63
-msgid "No recipient selected."
-msgstr "Ð\9dе Ð²Ñ\8bбÑ\80ан Ð¿Ð¾Ð»Ñ\83Ñ\87аÑ\82елÑ\8c."
+#: ../../mod/manage.php:108
+msgid "Select an identity to manage: "
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð¸Ð´ÐµÐ½Ñ\82иÑ\84икаÑ\86иÑ\8e Ð´Ð»Ñ\8f Ñ\83пÑ\80авлениÑ\8f"
 
-#: ../../mod/wallmessage.php:59
-msgid "Unable to check your home location."
-msgstr "Невозможно проверить местоположение."
+#: ../../mod/home.php:34
+#, php-format
+msgid "Welcome to %s"
+msgstr "Добро пожаловать на %s!"
 
-#: ../../mod/wallmessage.php:62 ../../mod/message.php:70
-msgid "Message could not be sent."
-msgstr "Сообщение не может быть отправлено."
+#: ../../mod/allfriends.php:34
+#, php-format
+msgid "Friends of %s"
+msgstr "%s Друзья"
 
-#: ../../mod/wallmessage.php:65 ../../mod/message.php:73
-msgid "Message collection failure."
-msgstr "Ð\9dеÑ\83даÑ\87а ÐºÐ¾Ð»Ð»ÐµÐºÑ\86ии Ñ\81ообÑ\89ениÑ\8f."
+#: ../../mod/allfriends.php:40
+msgid "No friends to display."
+msgstr "Ð\9dеÑ\82 Ð´Ñ\80Ñ\83зей."
 
-#: ../../mod/wallmessage.php:68 ../../mod/message.php:76
-msgid "Message sent."
-msgstr "СообÑ\89ение Ð¾Ñ\82пÑ\80авлено."
+#: ../../include/contact_widgets.php:6
+msgid "Add New Contact"
+msgstr "Ð\94обавиÑ\82Ñ\8c ÐºÐ¾Ð½Ñ\82акÑ\82"
 
-#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95
-msgid "No recipient."
-msgstr "Ð\91ез Ð°Ð´Ñ\80еÑ\81аÑ\82а."
+#: ../../include/contact_widgets.php:7
+msgid "Enter address or web location"
+msgstr "Ð\92ведиÑ\82е Ð°Ð´Ñ\80еÑ\81 Ð¸Ð»Ð¸ Ð²ÐµÐ±-меÑ\81Ñ\82онаÑ\85ождение"
 
-#: ../../mod/wallmessage.php:142 ../../mod/message.php:319
-msgid "Send Private Message"
-msgstr "Ð\9eÑ\82пÑ\80авиÑ\82Ñ\8c Ð»Ð¸Ñ\87ное Ñ\81ообÑ\89ение"
+#: ../../include/contact_widgets.php:8
+msgid "Example: bob@example.com, http://example.com/barbara"
+msgstr "Ð\9fÑ\80имеÑ\80: bob@example.com, http://example.com/barbara"
 
-#: ../../mod/wallmessage.php:143
+#: ../../include/contact_widgets.php:23
 #, php-format
-msgid ""
-"If you wish for %s to respond, please check that the privacy settings on "
-"your site allow private mail from unknown senders."
-msgstr ""
-
-#: ../../mod/wallmessage.php:144 ../../mod/message.php:320
-#: ../../mod/message.php:553
-msgid "To:"
-msgstr "Кому:"
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] "%d приглашение доступно"
+msgstr[1] "%d приглашений доступно"
+msgstr[2] "%d приглашений доступно"
 
-#: ../../mod/wallmessage.php:145 ../../mod/message.php:325
-#: ../../mod/message.php:555
-msgid "Subject:"
-msgstr "Тема:"
+#: ../../include/contact_widgets.php:29
+msgid "Find People"
+msgstr "Поиск людей"
 
-#: ../../mod/localtime.php:24
-msgid "Time Conversion"
-msgstr "Ð\98Ñ\81Ñ\82оÑ\80иÑ\8f Ð¾Ð±Ñ\89ениÑ\8f"
+#: ../../include/contact_widgets.php:30
+msgid "Enter name or interest"
+msgstr "Ð\92ведиÑ\82е Ð¸Ð¼Ñ\8f Ð¸Ð»Ð¸ Ð¸Ð½Ñ\82еÑ\80еÑ\81"
 
-#: ../../mod/localtime.php:26
-msgid ""
-"Friendica provides this service for sharing events with other networks and "
-"friends in unknown timezones."
-msgstr ""
+#: ../../include/contact_widgets.php:31
+msgid "Connect/Follow"
+msgstr "Подключиться/Следовать"
 
-#: ../../mod/localtime.php:30
-#, php-format
-msgid "UTC time: %s"
-msgstr "UTC время: %s"
+#: ../../include/contact_widgets.php:32
+msgid "Examples: Robert Morgenstein, Fishing"
+msgstr "Примеры: Роберт Morgenstein, Рыбалка"
 
-#: ../../mod/localtime.php:33
-#, php-format
-msgid "Current timezone: %s"
-msgstr "Ваш часовой пояс: %s"
+#: ../../include/contact_widgets.php:36
+msgid "Random Profile"
+msgstr "Случайный профиль"
 
-#: ../../mod/localtime.php:36
-#, php-format
-msgid "Converted localtime: %s"
-msgstr "Ваше изменённое время: %s"
+#: ../../include/contact_widgets.php:70
+msgid "Networks"
+msgstr "Сети"
 
-#: ../../mod/localtime.php:41
-msgid "Please select your timezone:"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð¿Ð¾Ð¶Ð°Ð»Ñ\83йÑ\81Ñ\82а Ð²Ð°Ñ\88 Ñ\87аÑ\81овой Ð¿Ð¾Ñ\8fÑ\81:"
+#: ../../include/contact_widgets.php:73
+msgid "All Networks"
+msgstr "Ð\92Ñ\81е Ñ\81еÑ\82и"
 
-#: ../../mod/lockview.php:31 ../../mod/lockview.php:39
-msgid "Remote privacy information not available."
-msgstr "Ð\9bиÑ\87наÑ\8f Ð¸Ð½Ñ\84оÑ\80маÑ\86иÑ\8f Ñ\83даленно Ð½ÐµÐ´Ð¾Ñ\81Ñ\82Ñ\83пна."
+#: ../../include/contact_widgets.php:103 ../../include/features.php:59
+msgid "Saved Folders"
+msgstr "СоÑ\85Ñ\80анÑ\91ннÑ\8bе Ð¿Ð°Ð¿ÐºÐ¸"
 
-#: ../../mod/lockview.php:48
-msgid "Visible to:"
-msgstr "Ð\9aÑ\82о Ð¼Ð¾Ð¶ÐµÑ\82 Ð²Ð¸Ð´ÐµÑ\82Ñ\8c:"
+#: ../../include/contact_widgets.php:106 ../../include/contact_widgets.php:138
+msgid "Everything"
+msgstr "Ð\92Ñ\81Ñ\91"
 
-#: ../../mod/lostpass.php:17
-msgid "No valid account found."
-msgstr "Ð\9dе Ð½Ð°Ð¹Ð´ÐµÐ½Ð¾ Ð´ÐµÐ¹Ñ\81Ñ\82виÑ\82елÑ\8cного Ð°ÐºÐºÐ°Ñ\83нÑ\82а."
+#: ../../include/contact_widgets.php:135
+msgid "Categories"
+msgstr "Ð\9aаÑ\82егоÑ\80ии"
 
-#: ../../mod/lostpass.php:33
-msgid "Password reset request issued. Check your email."
-msgstr "Ð\97апÑ\80оÑ\81 Ð½Ð° Ñ\81бÑ\80оÑ\81 Ð¿Ð°Ñ\80олÑ\8f Ð¿Ñ\80инÑ\8fÑ\82. Ð\9fÑ\80овеÑ\80Ñ\8cÑ\82е Ð²Ð°Ñ\88Ñ\83 Ñ\8dлекÑ\82Ñ\80оннÑ\83Ñ\8e Ð¿Ð¾Ñ\87Ñ\82Ñ\83."
+#: ../../include/plugin.php:454 ../../include/plugin.php:456
+msgid "Click here to upgrade."
+msgstr "Ð\9dажмиÑ\82е Ð´Ð»Ñ\8f Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ\8f."
 
-#: ../../mod/lostpass.php:44
-#, php-format
-msgid "Password reset requested at %s"
-msgstr "Запрос на сброс пароля получен %s"
+#: ../../include/plugin.php:462
+msgid "This action exceeds the limits set by your subscription plan."
+msgstr "Это действие превышает лимиты, установленные вашим тарифным планом."
 
-#: ../../mod/lostpass.php:66
-msgid ""
-"Request could not be verified. (You may have previously submitted it.) "
-"Password reset failed."
-msgstr "Запрос не может быть проверен. (Вы, возможно, ранее представляли его.) Попытка сброса пароля неудачная."
+#: ../../include/plugin.php:467
+msgid "This action is not available under your subscription plan."
+msgstr "Это действие не доступно в соответствии с вашим планом подписки."
 
-#: ../../mod/lostpass.php:84 ../../boot.php:1072
-msgid "Password Reset"
-msgstr "Сброс пароля"
+#: ../../include/api.php:255 ../../include/api.php:266
+#: ../../include/api.php:356
+msgid "User not found."
+msgstr "Пользователь не найден."
 
-#: ../../mod/lostpass.php:85
-msgid "Your password has been reset as requested."
-msgstr "Ð\92аÑ\88 Ð¿Ð°Ñ\80олÑ\8c Ð±Ñ\8bл Ñ\81бÑ\80оÑ\88ен Ð¿Ð¾ Ñ\82Ñ\80ебованиÑ\8e."
+#: ../../include/api.php:1024
+msgid "There is no status with this id."
+msgstr "Ð\9dеÑ\82 Ñ\81Ñ\82аÑ\82Ñ\83Ñ\81а Ñ\81 Ñ\82аким id."
 
-#: ../../mod/lostpass.php:86
-msgid "Your new password is"
-msgstr "Ð\92аÑ\88 Ð½Ð¾Ð²Ñ\8bй Ð¿Ð°Ñ\80олÑ\8c"
+#: ../../include/network.php:883
+msgid "view full size"
+msgstr "поÑ\81моÑ\82Ñ\80еÑ\82Ñ\8c Ð² Ð¿Ð¾Ð»Ð½Ñ\8bй Ñ\80азмеÑ\80"
 
-#: ../../mod/lostpass.php:87
-msgid "Save or copy your new password - and then"
-msgstr "СоÑ\85Ñ\80аниÑ\82е Ð¸Ð»Ð¸ Ñ\81копиÑ\80Ñ\83йÑ\82е Ð½Ð¾Ð²Ñ\8bй Ð¿Ð°Ñ\80олÑ\8c - Ð¸ Ð·Ð°Ñ\82ем"
+#: ../../include/event.php:20 ../../include/bb2diaspora.php:399
+msgid "Starts:"
+msgstr "Ð\9dаÑ\87ало:"
 
-#: ../../mod/lostpass.php:88
-msgid "click here to login"
-msgstr "нажмиÑ\82е Ð·Ð´ÐµÑ\81Ñ\8c Ð´Ð»Ñ\8f Ð²Ñ\85ода"
+#: ../../include/event.php:30 ../../include/bb2diaspora.php:407
+msgid "Finishes:"
+msgstr "Ð\9eконÑ\87ание:"
 
-#: ../../mod/lostpass.php:89
-msgid ""
-"Your password may be changed from the <em>Settings</em> page after "
-"successful login."
-msgstr "Ваш пароль может быть изменен на странице <em>Настройки</em> после успешного входа."
+#: ../../include/notifier.php:774 ../../include/delivery.php:457
+msgid "(no subject)"
+msgstr "(без темы)"
 
-#: ../../mod/lostpass.php:107
-#, php-format
-msgid "Your password has been changed at %s"
-msgstr "Ð\92аÑ\88 Ð¿Ð°Ñ\80олÑ\8c Ð±Ñ\8bл Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½ %s"
+#: ../../include/notifier.php:784 ../../include/enotify.php:28
+#: ../../include/delivery.php:468
+msgid "noreply"
+msgstr "без Ð¾Ñ\82веÑ\82а"
 
-#: ../../mod/lostpass.php:122
-msgid "Forgot your Password?"
-msgstr "Ð\97абÑ\8bли Ð¿Ð°Ñ\80олÑ\8c?"
+#: ../../include/user.php:39
+msgid "An invitation is required."
+msgstr "ТÑ\80ебÑ\83еÑ\82Ñ\81Ñ\8f Ð¿Ñ\80иглаÑ\88ение."
 
-#: ../../mod/lostpass.php:123
-msgid ""
-"Enter your email address and submit to have your password reset. Then check "
-"your email for further instructions."
-msgstr "Введите адрес электронной почты и подтвердите, что вы хотите сбросить ваш пароль. Затем проверьте свою электронную почту для получения дальнейших инструкций."
+#: ../../include/user.php:44
+msgid "Invitation could not be verified."
+msgstr "Приглашение не может быть проверено."
 
-#: ../../mod/lostpass.php:124
-msgid "Nickname or Email: "
-msgstr "Ð\9dик Ð¸Ð»Ð¸ E-mail: "
+#: ../../include/user.php:52
+msgid "Invalid OpenID url"
+msgstr "Ð\9dевеÑ\80нÑ\8bй URL OpenID"
 
-#: ../../mod/lostpass.php:125
-msgid "Reset"
-msgstr "Сброс"
+#: ../../include/user.php:66 ../../include/auth.php:128
+msgid ""
+"We encountered a problem while logging in with the OpenID you provided. "
+"Please check the correct spelling of the ID."
+msgstr "Мы столкнулись с проблемой при входе с OpenID, который вы указали. Пожалуйста, проверьте правильность написания ID."
 
-#: ../../mod/maintenance.php:5
-msgid "System down for maintenance"
-msgstr "СиÑ\81Ñ\82ема Ð·Ð°ÐºÑ\80Ñ\8bÑ\82а Ð½Ð° Ñ\82еÑ\85ниÑ\87еÑ\81кое Ð¾Ð±Ñ\81лÑ\83живание"
+#: ../../include/user.php:66 ../../include/auth.php:128
+msgid "The error message was:"
+msgstr "СообÑ\89ение Ð¾Ð± Ð¾Ñ\88ибке Ð±Ñ\8bло:"
 
-#: ../../mod/manage.php:106
-msgid "Manage Identities and/or Pages"
-msgstr "УпÑ\80авление Ð¸Ð´ÐµÐ½Ñ\82иÑ\84икаÑ\86ией Ð¸ / Ð¸Ð»Ð¸ Ñ\81Ñ\82Ñ\80аниÑ\86ами"
+#: ../../include/user.php:73
+msgid "Please enter the required information."
+msgstr "Ð\9fожалÑ\83йÑ\81Ñ\82а, Ð²Ð²ÐµÐ´Ð¸Ñ\82е Ð½ÐµÐ¾Ð±Ñ\85одимÑ\83Ñ\8e Ð¸Ð½Ñ\84оÑ\80маÑ\86иÑ\8e."
 
-#: ../../mod/manage.php:107
-msgid ""
-"Toggle between different identities or community/group pages which share "
-"your account details or which you have been granted \"manage\" permissions"
-msgstr ""
+#: ../../include/user.php:87
+msgid "Please use a shorter name."
+msgstr "Пожалуйста, используйте более короткое имя."
 
-#: ../../mod/manage.php:108
-msgid "Select an identity to manage: "
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð¸Ð´ÐµÐ½Ñ\82иÑ\84икаÑ\86иÑ\8e Ð´Ð»Ñ\8f Ñ\83пÑ\80авлениÑ\8f"
+#: ../../include/user.php:89
+msgid "Name too short."
+msgstr "Ð\98мÑ\8f Ñ\81лиÑ\88ком ÐºÐ¾Ñ\80оÑ\82кое."
 
-#: ../../mod/match.php:12
-msgid "Profile Match"
-msgstr "Ð\9fоÑ\85ожие Ð¿Ñ\80оÑ\84или"
+#: ../../include/user.php:104
+msgid "That doesn't appear to be your full (First Last) name."
+msgstr "Ð\9aажеÑ\82Ñ\81Ñ\8f, Ñ\87Ñ\82о Ñ\8dÑ\82о Ð²Ð°Ñ\88е Ð½ÐµÐ¿Ð¾Ð»Ð½Ð¾Ðµ (Ð\98мÑ\8f Ð¤Ð°Ð¼Ð¸Ð»Ð¸Ñ\8f) Ð¸Ð¼Ñ\8f."
 
-#: ../../mod/match.php:20
-msgid "No keywords to match. Please add keywords to your default profile."
-msgstr "Ð\9dеÑ\82 Ñ\81ооÑ\82веÑ\82Ñ\81Ñ\82вÑ\83Ñ\8eÑ\89иÑ\85 ÐºÐ»Ñ\8eÑ\87евÑ\8bÑ\85 Ñ\81лов. Ð\9fожалÑ\83йÑ\81Ñ\82а, Ð´Ð¾Ð±Ð°Ð²Ñ\8cÑ\82е ÐºÐ»Ñ\8eÑ\87евÑ\8bе Ñ\81лова Ð´Ð»Ñ\8f Ð²Ð°Ñ\88его Ð¿Ñ\80оÑ\84илÑ\8f Ð¿Ð¾ Ñ\83молÑ\87аниÑ\8e."
+#: ../../include/user.php:109
+msgid "Your email domain is not among those allowed on this site."
+msgstr "Ð\94омен Ð²Ð°Ñ\88его Ð°Ð´Ñ\80еÑ\81а Ñ\8dлекÑ\82Ñ\80онной Ð¿Ð¾Ñ\87Ñ\82Ñ\8b Ð½Ðµ Ð¾Ñ\82ноÑ\81иÑ\82Ñ\81Ñ\8f Ðº Ñ\87иÑ\81лÑ\83 Ñ\80азÑ\80еÑ\88еннÑ\8bÑ\85 Ð½Ð° Ñ\8dÑ\82ом Ñ\81айÑ\82е."
 
-#: ../../mod/match.php:57
-msgid "is interested in:"
-msgstr ""
+#: ../../include/user.php:112
+msgid "Not a valid email address."
+msgstr "Неверный адрес электронной почты."
 
-#: ../../mod/message.php:67
-msgid "Unable to locate contact information."
-msgstr "Не удалось найти контактную информацию."
+#: ../../include/user.php:125
+msgid "Cannot use that email."
+msgstr "Нельзя использовать этот Email."
 
-#: ../../mod/message.php:207
-msgid "Do you really want to delete this message?"
-msgstr ""
+#: ../../include/user.php:131
+msgid ""
+"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and "
+"must also begin with a letter."
+msgstr "Ваш \"ник\" может содержать только \"a-z\", \"0-9\", \"-\", и \"_\", а также должен начинаться с буквы."
 
-#: ../../mod/message.php:227
-msgid "Message deleted."
-msgstr "СообÑ\89ение Ñ\83далено."
+#: ../../include/user.php:137 ../../include/user.php:235
+msgid "Nickname is already registered. Please choose another."
+msgstr "Такой Ð½Ð¸Ðº Ñ\83же Ð·Ð°Ñ\80егиÑ\81Ñ\82Ñ\80иÑ\80ован. Ð\9fожалÑ\83йÑ\81Ñ\82а, Ð²Ñ\8bбеÑ\80иÑ\82е Ð´Ñ\80Ñ\83гой."
 
-#: ../../mod/message.php:258
-msgid "Conversation removed."
-msgstr "Беседа удалена."
+#: ../../include/user.php:147
+msgid ""
+"Nickname was once registered here and may not be re-used. Please choose "
+"another."
+msgstr "Ник уже зарегистрирован на этом сайте и не может быть изменён. Пожалуйста, выберите другой ник."
 
-#: ../../mod/message.php:371
-msgid "No messages."
-msgstr "Ð\9dеÑ\82 Ñ\81ообÑ\89ений."
+#: ../../include/user.php:163
+msgid "SERIOUS ERROR: Generation of security keys failed."
+msgstr "СÐ\95РЬÐ\95Ð\97Ð\9dÐ\90Я Ð\9eШÐ\98Ð\91Ð\9aÐ\90: Ð³ÐµÐ½ÐµÑ\80аÑ\86иÑ\8f ÐºÐ»Ñ\8eÑ\87ей Ð±ÐµÐ·Ð¾Ð¿Ð°Ñ\81ноÑ\81Ñ\82и Ð½Ðµ Ñ\83далаÑ\81Ñ\8c."
 
-#: ../../mod/message.php:378
-#, php-format
-msgid "Unknown sender - %s"
-msgstr "Неизвестный отправитель - %s"
+#: ../../include/user.php:221
+msgid "An error occurred during registration. Please try again."
+msgstr "Ошибка при регистрации. Пожалуйста, попробуйте еще раз."
 
-#: ../../mod/message.php:381
-#, php-format
-msgid "You and %s"
-msgstr "Вы и %s"
+#: ../../include/user.php:256
+msgid "An error occurred creating your default profile. Please try again."
+msgstr "Ошибка создания вашего профиля. Пожалуйста, попробуйте еще раз."
 
-#: ../../mod/message.php:384
+#: ../../include/user.php:288 ../../include/user.php:292
+#: ../../include/profile_selectors.php:42
+msgid "Friends"
+msgstr "Друзья"
+
+#: ../../include/conversation.php:207
 #, php-format
-msgid "%s and You"
-msgstr "%s и Вы"
+msgid "%1$s poked %2$s"
+msgstr ""
 
-#: ../../mod/message.php:405 ../../mod/message.php:546
-msgid "Delete conversation"
-msgstr "Удалить историю общения"
+#: ../../include/conversation.php:211 ../../include/text.php:986
+msgid "poked"
+msgstr ""
 
-#: ../../mod/message.php:408
-msgid "D, d M Y - g:i A"
-msgstr "D, d M Y - g:i A"
+#: ../../include/conversation.php:291
+msgid "post/item"
+msgstr "пост/элемент"
 
-#: ../../mod/message.php:411
+#: ../../include/conversation.php:292
 #, php-format
-msgid "%d message"
-msgid_plural "%d messages"
-msgstr[0] "%d сообщение"
-msgstr[1] "%d сообщений"
-msgstr[2] "%d сообщений"
+msgid "%1$s marked %2$s's %3$s as favorite"
+msgstr "%1$s пометил %2$s %3$s как Фаворит"
 
-#: ../../mod/message.php:450
-msgid "Message not available."
-msgstr "Сообщение не доступно."
+#: ../../include/conversation.php:767
+msgid "remove"
+msgstr "удалить"
 
-#: ../../mod/message.php:520
-msgid "Delete message"
-msgstr "Удалить сообщение"
+#: ../../include/conversation.php:771
+msgid "Delete Selected Items"
+msgstr "Удалить выбранные позиции"
 
-#: ../../mod/message.php:548
-msgid ""
-"No secure communications available. You <strong>may</strong> be able to "
-"respond from the sender's profile page."
+#: ../../include/conversation.php:870
+msgid "Follow Thread"
 msgstr ""
 
-#: ../../mod/message.php:552
-msgid "Send Reply"
-msgstr "Отправить ответ"
-
-#: ../../mod/mood.php:133
-msgid "Mood"
-msgstr ""
+#: ../../include/conversation.php:871 ../../include/Contact.php:229
+msgid "View Status"
+msgstr "Просмотреть статус"
 
-#: ../../mod/mood.php:134
-msgid "Set your current mood and tell your friends"
-msgstr ""
+#: ../../include/conversation.php:872 ../../include/Contact.php:230
+msgid "View Profile"
+msgstr "Просмотреть профиль"
 
-#: ../../mod/network.php:181
-msgid "Search Results For:"
-msgstr ""
+#: ../../include/conversation.php:873 ../../include/Contact.php:231
+msgid "View Photos"
+msgstr "Просмотреть фото"
 
-#: ../../mod/network.php:397
-msgid "Commented Order"
-msgstr "Прокомментированный запрос"
+#: ../../include/conversation.php:874 ../../include/Contact.php:232
+#: ../../include/Contact.php:255
+msgid "Network Posts"
+msgstr "Посты сети"
 
-#: ../../mod/network.php:400
-msgid "Sort by Comment Date"
-msgstr ""
+#: ../../include/conversation.php:875 ../../include/Contact.php:233
+#: ../../include/Contact.php:255
+msgid "Edit Contact"
+msgstr "Редактировать контакт"
 
-#: ../../mod/network.php:403
-msgid "Posted Order"
-msgstr "Отправленный запрос"
+#: ../../include/conversation.php:876 ../../include/Contact.php:235
+#: ../../include/Contact.php:255
+msgid "Send PM"
+msgstr "Отправить ЛС"
 
-#: ../../mod/network.php:406
-msgid "Sort by Post Date"
+#: ../../include/conversation.php:877 ../../include/Contact.php:228
+msgid "Poke"
 msgstr ""
 
-#: ../../mod/network.php:444 ../../mod/notifications.php:88
-msgid "Personal"
-msgstr "Персонал"
-
-#: ../../mod/network.php:447
-msgid "Posts that mention or involve you"
-msgstr ""
+#: ../../include/conversation.php:939
+#, php-format
+msgid "%s likes this."
+msgstr "%s нравится это."
 
-#: ../../mod/network.php:453
-msgid "New"
-msgstr "Новый"
+#: ../../include/conversation.php:939
+#, php-format
+msgid "%s doesn't like this."
+msgstr "%s не нравится это."
 
-#: ../../mod/network.php:456
-msgid "Activity Stream - by date"
-msgstr ""
+#: ../../include/conversation.php:944
+#, php-format
+msgid "<span  %1$s>%2$d people</span> like this"
+msgstr "<span %1$s>%2$d людям</span> нравится это"
 
-#: ../../mod/network.php:462
-msgid "Shared Links"
-msgstr ""
+#: ../../include/conversation.php:947
+#, php-format
+msgid "<span  %1$s>%2$d people</span> don't like this"
+msgstr "<span %1$s>%2$d людям</span> не нравится это"
 
-#: ../../mod/network.php:465
-msgid "Interesting Links"
-msgstr ""
+#: ../../include/conversation.php:961
+msgid "and"
+msgstr "и"
 
-#: ../../mod/network.php:471
-msgid "Starred"
-msgstr "Помеченный"
+#: ../../include/conversation.php:967
+#, php-format
+msgid ", and %d other people"
+msgstr ", и %d других чел."
 
-#: ../../mod/network.php:474
-msgid "Favourite Posts"
-msgstr ""
+#: ../../include/conversation.php:969
+#, php-format
+msgid "%s like this."
+msgstr "%s нравится это."
 
-#: ../../mod/network.php:546
+#: ../../include/conversation.php:969
 #, 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] "Внимание: Эта группа содержит %s участника с незащищенной сети."
-msgstr[1] "Внимание: Эта группа содержит %s участников с незащищенной сети."
-msgstr[2] "Внимание: Эта группа содержит %s участников с незащищенной сети."
+msgid "%s don't like this."
+msgstr "%s не нравится это."
 
-#: ../../mod/network.php:549
-msgid "Private messages to this group are at risk of public disclosure."
-msgstr "Ð\9bиÑ\87нÑ\8bе Ñ\81ообÑ\89ениÑ\8f Ðº Ñ\8dÑ\82ой Ð³Ñ\80Ñ\83ппе Ð½Ð°Ñ\85одÑ\8fÑ\82Ñ\81Ñ\8f Ð¿Ð¾Ð´ Ñ\83гÑ\80озой Ð¾Ð±Ð½Ð°Ñ\80одованиÑ\8f."
+#: ../../include/conversation.php:996 ../../include/conversation.php:1014
+msgid "Visible to <strong>everybody</strong>"
+msgstr "Ð\92идимое <strong>вÑ\81ем</strong>"
 
-#: ../../mod/network.php:596 ../../mod/content.php:119
-msgid "No such group"
-msgstr "Ð\9dеÑ\82 Ñ\82акой Ð³Ñ\80Ñ\83ппÑ\8b"
+#: ../../include/conversation.php:998 ../../include/conversation.php:1016
+msgid "Please enter a video link/URL:"
+msgstr "Ð\92ведиÑ\82е  Ñ\81Ñ\81Ñ\8bлкÑ\83 Ð½Ð° Ð²Ð¸Ð´ÐµÐ¾ link/URL:"
 
-#: ../../mod/network.php:607 ../../mod/content.php:130
-msgid "Group is empty"
-msgstr "Ð\93Ñ\80Ñ\83ппа Ð¿Ñ\83Ñ\81Ñ\82а"
+#: ../../include/conversation.php:999 ../../include/conversation.php:1017
+msgid "Please enter an audio link/URL:"
+msgstr "Ð\92ведиÑ\82е Ñ\81Ñ\81Ñ\8bлкÑ\83 Ð½Ð° Ð°Ñ\83дио link/URL:"
 
-#: ../../mod/network.php:611 ../../mod/content.php:134
-msgid "Group: "
-msgstr "Группа: "
+#: ../../include/conversation.php:1000 ../../include/conversation.php:1018
+msgid "Tag term:"
+msgstr ""
 
-#: ../../mod/network.php:621
-msgid "Contact: "
-msgstr "Ð\9aонÑ\82акÑ\82"
+#: ../../include/conversation.php:1002 ../../include/conversation.php:1020
+msgid "Where are you right now?"
+msgstr "Ð\98 Ð³Ð´Ðµ Ð²Ñ\8b Ñ\81ейÑ\87аÑ\81?"
 
-#: ../../mod/network.php:623
-msgid "Private messages to this person are at risk of public disclosure."
-msgstr "Ð\9bиÑ\87нÑ\8bе Ñ\81ообÑ\89ениÑ\8f Ñ\8dÑ\82омÑ\83 Ñ\87еловекÑ\83 Ð½Ð°Ñ\85одÑ\8fÑ\82Ñ\81Ñ\8f Ð¿Ð¾Ð´ Ñ\83гÑ\80озой Ð¾Ð±Ð½Ð°Ñ\80одованиÑ\8f."
+#: ../../include/conversation.php:1003
+msgid "Delete item(s)?"
+msgstr "УдалиÑ\82Ñ\8c ÐµÐ»ÐµÐ¼ÐµÐ½Ñ\82\82Ñ\8b)?"
 
-#: ../../mod/network.php:628
-msgid "Invalid contact."
-msgstr "Ð\9dедопÑ\83Ñ\81Ñ\82имÑ\8bй ÐºÐ¾Ð½Ñ\82акÑ\82."
+#: ../../include/conversation.php:1045
+msgid "Post to Email"
+msgstr "Ð\9eÑ\82пÑ\80авиÑ\82Ñ\8c Ð½Ð° Email"
 
-#: ../../mod/notifications.php:26
-msgid "Invalid request identifier."
-msgstr "Неверный идентификатор запроса."
+#: ../../include/conversation.php:1101
+msgid "permissions"
+msgstr "разрешения"
 
-#: ../../mod/notifications.php:35 ../../mod/notifications.php:165
-#: ../../mod/notifications.php:211
-msgid "Discard"
-msgstr "Отказаться"
+#: ../../include/conversation.php:1125
+msgid "Post to Groups"
+msgstr "Пост для групп"
 
-#: ../../mod/notifications.php:78
-msgid "System"
-msgstr "СиÑ\81Ñ\82ема"
+#: ../../include/conversation.php:1126
+msgid "Post to Contacts"
+msgstr "Ð\9fоÑ\81Ñ\82 Ð´Ð»Ñ\8f ÐºÐ¾Ð½Ñ\82акÑ\82ов"
 
-#: ../../mod/notifications.php:122
-msgid "Show Ignored Requests"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð¿Ñ\80оигноÑ\80иÑ\80ованнÑ\8bе Ð·Ð°Ð¿Ñ\80оÑ\81Ñ\8b"
+#: ../../include/conversation.php:1127
+msgid "Private post"
+msgstr "Ð\9bиÑ\87ное Ñ\81ообÑ\89ение"
 
-#: ../../mod/notifications.php:122
-msgid "Hide Ignored Requests"
-msgstr "СкÑ\80Ñ\8bÑ\82Ñ\8c Ð¿Ñ\80оигноÑ\80иÑ\80ованнÑ\8bе Ð·Ð°Ð¿Ñ\80оÑ\81Ñ\8b"
+#: ../../include/auth.php:38
+msgid "Logged out."
+msgstr "Ð\92Ñ\8bÑ\85од Ð¸Ð· Ñ\81иÑ\81Ñ\82емÑ\8b."
 
-#: ../../mod/notifications.php:149 ../../mod/notifications.php:195
-msgid "Notification type: "
-msgstr "Тип Ñ\83ведомлениÑ\8f"
+#: ../../include/uimport.php:94
+msgid "Error decoding account file"
+msgstr "Ð\9eÑ\88ибка Ñ\80аÑ\81Ñ\88иÑ\84Ñ\80овки Ñ\84айла Ð°ÐºÐºÐ°Ñ\83нÑ\82а"
 
-#: ../../mod/notifications.php:150
-msgid "Friend Suggestion"
-msgstr "Ð\9fÑ\80едложение Ð² Ð´Ñ\80Ñ\83зÑ\8cÑ\8f"
+#: ../../include/uimport.php:100
+msgid "Error! No version data in file! This is not a Friendica account file?"
+msgstr "Ð\9eÑ\88ибка! Ð\9dепÑ\80авилÑ\8cнаÑ\8f Ð²ÐµÑ\80Ñ\81иÑ\8f Ð´Ð°Ð½Ð½Ñ\8bÑ\85 Ð² Ñ\84айле! Ð­Ñ\82о Ð½Ðµ Ñ\84айл Ð°ÐºÐºÐ°Ñ\83нÑ\82а Friendica?"
 
-#: ../../mod/notifications.php:152
-#, php-format
-msgid "suggested by %s"
-msgstr "предложено юзером %s"
+#: ../../include/uimport.php:116 ../../include/uimport.php:127
+msgid "Error! Cannot check nickname"
+msgstr "Ошибка! Невозможно проверить никнейм"
 
-#: ../../mod/notifications.php:158 ../../mod/notifications.php:205
-msgid "Post a new friend activity"
-msgstr ""
+#: ../../include/uimport.php:120 ../../include/uimport.php:131
+#, php-format
+msgid "User '%s' already exists on this server!"
+msgstr "Пользователь '%s' уже существует на этом сервере!"
 
-#: ../../mod/notifications.php:158 ../../mod/notifications.php:205
-msgid "if applicable"
-msgstr "еÑ\81ли Ñ\82Ñ\80ебÑ\83еÑ\82Ñ\81я"
+#: ../../include/uimport.php:153
+msgid "User creation error"
+msgstr "Ð\9eÑ\88ибка Ñ\81озданиÑ\8f Ð¿Ð¾Ð»Ñ\8cзоваÑ\82еля"
 
-#: ../../mod/notifications.php:181
-msgid "Claims to be known to you: "
-msgstr "УÑ\82веÑ\80ждениÑ\8f, Ð¾ ÐºÐ¾Ñ\82оÑ\80Ñ\8bÑ\85 Ð´Ð¾Ð»Ð¶Ð½Ð¾ Ð±Ñ\8bÑ\82Ñ\8c Ð²Ð°Ð¼ Ð¸Ð·Ð²ÐµÑ\81Ñ\82но: "
+#: ../../include/uimport.php:171
+msgid "User profile creation error"
+msgstr "Ð\9eÑ\88ибка Ñ\81озданиÑ\8f Ð¿Ñ\80оÑ\84илÑ\8f Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f"
 
-#: ../../mod/notifications.php:181
-msgid "yes"
-msgstr "да"
+#: ../../include/uimport.php:220
+#, php-format
+msgid "%d contact not imported"
+msgid_plural "%d contacts not imported"
+msgstr[0] "%d контакт не импортирован"
+msgstr[1] "%d контакты не импортированы"
+msgstr[2] "%d контакты не импортированы"
 
-#: ../../mod/notifications.php:181
-msgid "no"
-msgstr "неÑ\82"
+#: ../../include/uimport.php:290
+msgid "Done. You can now login with your username and password"
+msgstr "Ð\97авеÑ\80Ñ\88ено. Ð¢ÐµÐ¿ÐµÑ\80Ñ\8c Ð²Ñ\8b Ð¼Ð¾Ð¶ÐµÑ\82е Ð²Ð¾Ð¹Ñ\82и Ñ\81 Ð²Ð°Ñ\88им Ð»Ð¾Ð³Ð¸Ð½Ð¾Ð¼ Ð¸ Ð¿Ð°Ñ\80олем"
 
-#: ../../mod/notifications.php:188
-msgid "Approve as: "
-msgstr "УÑ\82веÑ\80диÑ\82Ñ\8c ÐºÐ°Ðº: "
+#: ../../include/text.php:300
+msgid "newer"
+msgstr "новее"
 
-#: ../../mod/notifications.php:189
-msgid "Friend"
-msgstr "Друг"
+#: ../../include/text.php:302
+msgid "older"
+msgstr "старее"
 
-#: ../../mod/notifications.php:190
-msgid "Sharer"
-msgstr "УÑ\87аÑ\81Ñ\82ник"
+#: ../../include/text.php:307
+msgid "prev"
+msgstr "пÑ\80ед."
 
-#: ../../mod/notifications.php:190
-msgid "Fan/Admirer"
-msgstr "ФанаÑ\82 / Ð\9fоклонник"
+#: ../../include/text.php:309
+msgid "first"
+msgstr "пеÑ\80вÑ\8bй"
 
-#: ../../mod/notifications.php:196
-msgid "Friend/Connect Request"
-msgstr "Ð\97апÑ\80оÑ\81 Ð² Ð´Ñ\80Ñ\83зÑ\8cÑ\8f / Ð½Ð° Ð¿Ð¾Ð´ÐºÐ»Ñ\8eÑ\87ение"
+#: ../../include/text.php:341
+msgid "last"
+msgstr "поÑ\81ледний"
 
-#: ../../mod/notifications.php:196
-msgid "New Follower"
-msgstr "Новый фолловер"
+#: ../../include/text.php:344
+msgid "next"
+msgstr "след."
 
-#: ../../mod/notifications.php:217
-msgid "No introductions."
-msgstr "Ð\97апÑ\80оÑ\81ов Ð½ÐµÑ\82."
+#: ../../include/text.php:836
+msgid "No contacts"
+msgstr "Ð\9dеÑ\82 ÐºÐ¾Ð½Ñ\82акÑ\82ов"
 
-#: ../../mod/notifications.php:257 ../../mod/notifications.php:382
-#: ../../mod/notifications.php:469
+#: ../../include/text.php:845
 #, php-format
-msgid "%s liked %s's post"
-msgstr "%s нравится %s сообшение"
+msgid "%d Contact"
+msgid_plural "%d Contacts"
+msgstr[0] "%d контакт"
+msgstr[1] "%d контактов"
+msgstr[2] "%d контактов"
 
-#: ../../mod/notifications.php:266 ../../mod/notifications.php:391
-#: ../../mod/notifications.php:478
-#, php-format
-msgid "%s disliked %s's post"
-msgstr "%s не нравится %s сообшение"
+#: ../../include/text.php:986
+msgid "poke"
+msgstr "poke"
 
-#: ../../mod/notifications.php:280 ../../mod/notifications.php:405
-#: ../../mod/notifications.php:492
-#, php-format
-msgid "%s is now friends with %s"
-msgstr "%s теперь друзья с %s"
+#: ../../include/text.php:987
+msgid "ping"
+msgstr "пинг"
 
-#: ../../mod/notifications.php:287 ../../mod/notifications.php:412
-#, php-format
-msgid "%s created a new post"
-msgstr "%s написал новое сообщение"
+#: ../../include/text.php:987
+msgid "pinged"
+msgstr "пингуется"
 
-#: ../../mod/notifications.php:288 ../../mod/notifications.php:413
-#: ../../mod/notifications.php:501
-#, php-format
-msgid "%s commented on %s's post"
-msgstr "%s прокомментировал %s сообщение"
+#: ../../include/text.php:988
+msgid "prod"
+msgstr ""
 
-#: ../../mod/notifications.php:302
-msgid "No more network notifications."
-msgstr "Уведомлений из сети больше нет."
+#: ../../include/text.php:988
+msgid "prodded"
+msgstr ""
 
-#: ../../mod/notifications.php:306
-msgid "Network Notifications"
-msgstr "Уведомления сети"
+#: ../../include/text.php:989
+msgid "slap"
+msgstr ""
 
-#: ../../mod/notifications.php:332 ../../mod/notify.php:61
-msgid "No more system notifications."
-msgstr "Системных уведомлений больше нет."
+#: ../../include/text.php:989
+msgid "slapped"
+msgstr ""
 
-#: ../../mod/notifications.php:336 ../../mod/notify.php:65
-msgid "System Notifications"
-msgstr "Уведомления системы"
+#: ../../include/text.php:990
+msgid "finger"
+msgstr ""
 
-#: ../../mod/notifications.php:427
-msgid "No more personal notifications."
-msgstr "Персональных уведомлений больше нет."
+#: ../../include/text.php:990
+msgid "fingered"
+msgstr ""
 
-#: ../../mod/notifications.php:431
-msgid "Personal Notifications"
-msgstr "Личные уведомления"
+#: ../../include/text.php:991
+msgid "rebuff"
+msgstr ""
 
-#: ../../mod/notifications.php:508
-msgid "No more home notifications."
-msgstr "Уведомлений больше нет."
+#: ../../include/text.php:991
+msgid "rebuffed"
+msgstr ""
 
-#: ../../mod/notifications.php:512
-msgid "Home Notifications"
-msgstr "Уведомления"
+#: ../../include/text.php:1005
+msgid "happy"
+msgstr ""
 
-#: ../../mod/photos.php:51 ../../boot.php:1878
-msgid "Photo Albums"
-msgstr "Фотоальбомы"
+#: ../../include/text.php:1006
+msgid "sad"
+msgstr ""
 
-#: ../../mod/photos.php:59 ../../mod/photos.php:154 ../../mod/photos.php:1058
-#: ../../mod/photos.php:1183 ../../mod/photos.php:1206
-#: ../../mod/photos.php:1736 ../../mod/photos.php:1748
-#: ../../view/theme/diabook/theme.php:492
-msgid "Contact Photos"
-msgstr "Фотографии контакта"
+#: ../../include/text.php:1007
+msgid "mellow"
+msgstr ""
 
-#: ../../mod/photos.php:66 ../../mod/photos.php:1222 ../../mod/photos.php:1795
-msgid "Upload New Photos"
-msgstr "Загрузить новые фото"
+#: ../../include/text.php:1008
+msgid "tired"
+msgstr ""
 
-#: ../../mod/photos.php:143
-msgid "Contact information unavailable"
-msgstr "Информация о контакте недоступна"
+#: ../../include/text.php:1009
+msgid "perky"
+msgstr ""
 
-#: ../../mod/photos.php:164
-msgid "Album not found."
-msgstr "Альбом не найден."
+#: ../../include/text.php:1010
+msgid "angry"
+msgstr ""
 
-#: ../../mod/photos.php:187 ../../mod/photos.php:199 ../../mod/photos.php:1200
-msgid "Delete Album"
-msgstr "Удалить альбом"
+#: ../../include/text.php:1011
+msgid "stupified"
+msgstr ""
 
-#: ../../mod/photos.php:197
-msgid "Do you really want to delete this photo album and all its photos?"
-msgstr "Вы действительно хотите удалить этот альбом и все его фотографии?"
+#: ../../include/text.php:1012
+msgid "puzzled"
+msgstr ""
 
-#: ../../mod/photos.php:276 ../../mod/photos.php:287 ../../mod/photos.php:1502
-msgid "Delete Photo"
-msgstr "Удалить фото"
+#: ../../include/text.php:1013
+msgid "interested"
+msgstr ""
 
-#: ../../mod/photos.php:285
-msgid "Do you really want to delete this photo?"
-msgstr "Вы действительно хотите удалить эту фотографию?"
+#: ../../include/text.php:1014
+msgid "bitter"
+msgstr ""
 
-#: ../../mod/photos.php:656
-#, php-format
-msgid "%1$s was tagged in %2$s by %3$s"
+#: ../../include/text.php:1015
+msgid "cheerful"
 msgstr ""
 
-#: ../../mod/photos.php:656
-msgid "a photo"
-msgstr "фото"
+#: ../../include/text.php:1016
+msgid "alive"
+msgstr ""
 
-#: ../../mod/photos.php:761
-msgid "Image exceeds size limit of "
-msgstr "Размер фото превышает лимит "
+#: ../../include/text.php:1017
+msgid "annoyed"
+msgstr ""
 
-#: ../../mod/photos.php:769
-msgid "Image file is empty."
-msgstr "Файл изображения пуст."
+#: ../../include/text.php:1018
+msgid "anxious"
+msgstr ""
 
-#: ../../mod/photos.php:924
-msgid "No photos selected"
-msgstr "Не выбрано фото."
+#: ../../include/text.php:1019
+msgid "cranky"
+msgstr ""
 
-#: ../../mod/photos.php:1025
-msgid "Access to this item is restricted."
-msgstr "Доступ к этому пункту ограничен."
+#: ../../include/text.php:1020
+msgid "disturbed"
+msgstr ""
 
-#: ../../mod/photos.php:1088
-#, php-format
-msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
+#: ../../include/text.php:1021
+msgid "frustrated"
 msgstr ""
 
-#: ../../mod/photos.php:1123
-msgid "Upload Photos"
-msgstr "Загрузить фото"
+#: ../../include/text.php:1022
+msgid "motivated"
+msgstr ""
 
-#: ../../mod/photos.php:1127 ../../mod/photos.php:1195
-msgid "New album name: "
-msgstr "Название нового альбома: "
+#: ../../include/text.php:1023
+msgid "relaxed"
+msgstr ""
 
-#: ../../mod/photos.php:1128
-msgid "or existing album name: "
-msgstr "или название существующего альбома: "
+#: ../../include/text.php:1024
+msgid "surprised"
+msgstr ""
 
-#: ../../mod/photos.php:1129
-msgid "Do not show a status post for this upload"
-msgstr "Ð\9dе Ð¿Ð¾ÐºÐ°Ð·Ñ\8bваÑ\82Ñ\8c Ñ\81Ñ\82аÑ\82Ñ\83Ñ\81\81ообÑ\89ение Ð´Ð»Ñ\8f Ñ\8dÑ\82ой Ð·Ð°ÐºÐ°Ñ\87ки"
+#: ../../include/text.php:1192
+msgid "Monday"
+msgstr "Ð\9fонеделÑ\8cник"
 
-#: ../../mod/photos.php:1131 ../../mod/photos.php:1497
-msgid "Permissions"
-msgstr "РазÑ\80еÑ\88ениÑ\8f"
+#: ../../include/text.php:1192
+msgid "Tuesday"
+msgstr "Ð\92Ñ\82оÑ\80ник"
 
-#: ../../mod/photos.php:1142
-msgid "Private Photo"
-msgstr "Ð\9bиÑ\87ное Ñ\84оÑ\82о"
+#: ../../include/text.php:1192
+msgid "Wednesday"
+msgstr "СÑ\80еда"
 
-#: ../../mod/photos.php:1143
-msgid "Public Photo"
-msgstr "Ð\9fÑ\83блиÑ\87ное Ñ\84оÑ\82о"
+#: ../../include/text.php:1192
+msgid "Thursday"
+msgstr "ЧеÑ\82веÑ\80г"
 
-#: ../../mod/photos.php:1210
-msgid "Edit Album"
-msgstr "РедакÑ\82иÑ\80оваÑ\82Ñ\8c Ð°Ð»Ñ\8cбом"
+#: ../../include/text.php:1192
+msgid "Friday"
+msgstr "Ð\9fÑ\8fÑ\82ниÑ\86а"
 
-#: ../../mod/photos.php:1216
-msgid "Show Newest First"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð½Ð¾Ð²Ñ\8bе Ð¿ÐµÑ\80вÑ\8bми"
+#: ../../include/text.php:1192
+msgid "Saturday"
+msgstr "СÑ\83ббоÑ\82а"
 
-#: ../../mod/photos.php:1218
-msgid "Show Oldest First"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\81Ñ\82аÑ\80Ñ\8bе Ð¿ÐµÑ\80вÑ\8bми"
+#: ../../include/text.php:1192
+msgid "Sunday"
+msgstr "Ð\92оÑ\81кÑ\80еÑ\81енÑ\8cе"
 
-#: ../../mod/photos.php:1251 ../../mod/photos.php:1778
-msgid "View Photo"
-msgstr "Ð\9fÑ\80оÑ\81моÑ\82Ñ\80 Ñ\84оÑ\82о"
+#: ../../include/text.php:1196
+msgid "January"
+msgstr "ЯнваÑ\80Ñ\8c"
 
-#: ../../mod/photos.php:1286
-msgid "Permission denied. Access to this item may be restricted."
-msgstr "Ð\9dеÑ\82 Ñ\80азÑ\80еÑ\88ениÑ\8f. Ð\94оÑ\81Ñ\82Ñ\83п Ðº Ñ\8dÑ\82омÑ\83 Ñ\8dлеменÑ\82Ñ\83 Ð¾Ð³Ñ\80аниÑ\87ен."
+#: ../../include/text.php:1196
+msgid "February"
+msgstr "ФевÑ\80алÑ\8c"
 
-#: ../../mod/photos.php:1288
-msgid "Photo not available"
-msgstr "ФоÑ\82о Ð½ÐµÐ´Ð¾Ñ\81Ñ\82Ñ\83пно"
+#: ../../include/text.php:1196
+msgid "March"
+msgstr "Ð\9cаÑ\80Ñ\82"
 
-#: ../../mod/photos.php:1344
-msgid "View photo"
-msgstr "Ð\9fÑ\80оÑ\81моÑ\82Ñ\80 Ñ\84оÑ\82о"
+#: ../../include/text.php:1196
+msgid "April"
+msgstr "Ð\90пÑ\80елÑ\8c"
 
-#: ../../mod/photos.php:1344
-msgid "Edit photo"
-msgstr "РедакÑ\82иÑ\80оваÑ\82Ñ\8c Ñ\84оÑ\82о"
+#: ../../include/text.php:1196
+msgid "May"
+msgstr "Ð\9cай"
 
-#: ../../mod/photos.php:1345
-msgid "Use as profile photo"
-msgstr "Ð\98Ñ\81полÑ\8cзоваÑ\82Ñ\8c ÐºÐ°Ðº Ñ\84оÑ\82о Ð¿Ñ\80оÑ\84илÑ\8f"
+#: ../../include/text.php:1196
+msgid "June"
+msgstr "Ð\98Ñ\8eнÑ\8c"
 
-#: ../../mod/photos.php:1351 ../../mod/content.php:643
-#: ../../object/Item.php:113
-msgid "Private Message"
-msgstr "Личное сообщение"
+#: ../../include/text.php:1196
+msgid "July"
+msgstr "Июль"
 
-#: ../../mod/photos.php:1370
-msgid "View Full Size"
-msgstr "Ð\9fÑ\80оÑ\81моÑ\82Ñ\80еÑ\82Ñ\8c Ð¿Ð¾Ð»Ð½Ñ\8bй Ñ\80азмеÑ\80"
+#: ../../include/text.php:1196
+msgid "August"
+msgstr "Ð\90вгÑ\83Ñ\81Ñ\82"
 
-#: ../../mod/photos.php:1444
-msgid "Tags: "
-msgstr "Ð\9aлÑ\8eÑ\87евÑ\8bе Ñ\81лова: "
+#: ../../include/text.php:1196
+msgid "September"
+msgstr "СенÑ\82Ñ\8fбÑ\80Ñ\8c"
 
-#: ../../mod/photos.php:1447
-msgid "[Remove any tag]"
-msgstr "[Удалить любое ключевое слово]"
+#: ../../include/text.php:1196
+msgid "October"
+msgstr "Октябрь"
 
-#: ../../mod/photos.php:1487
-msgid "Rotate CW (right)"
-msgstr "Ð\9fовоÑ\80оÑ\82 Ð¿Ð¾ Ñ\87аÑ\81овой Ñ\81Ñ\82Ñ\80елке (напÑ\80аво)"
+#: ../../include/text.php:1196
+msgid "November"
+msgstr "Ð\9dоÑ\8fбÑ\80Ñ\8c"
 
-#: ../../mod/photos.php:1488
-msgid "Rotate CCW (left)"
-msgstr "Ð\9fовоÑ\80оÑ\82 Ð¿Ñ\80оÑ\82ив Ñ\87аÑ\81овой Ñ\81Ñ\82Ñ\80елки (налево)"
+#: ../../include/text.php:1196
+msgid "December"
+msgstr "Ð\94екабÑ\80Ñ\8c"
 
-#: ../../mod/photos.php:1490
-msgid "New album name"
-msgstr "Ð\9dазвание Ð½Ð¾Ð²Ð¾Ð³Ð¾ Ð°Ð»Ñ\8cбома"
+#: ../../include/text.php:1415
+msgid "bytes"
+msgstr "байÑ\82"
 
-#: ../../mod/photos.php:1493
-msgid "Caption"
-msgstr "Ð\9fодпиÑ\81ь"
+#: ../../include/text.php:1439 ../../include/text.php:1451
+msgid "Click to open/close"
+msgstr "Ð\9dажмиÑ\82е, Ñ\87Ñ\82обÑ\8b Ð¾Ñ\82кÑ\80Ñ\8bÑ\82Ñ\8c / Ð·Ð°ÐºÑ\80Ñ\8bÑ\82ь"
 
-#: ../../mod/photos.php:1495
-msgid "Add a Tag"
-msgstr "Ð\94обавиÑ\82Ñ\8c ÐºÐ»Ñ\8eÑ\87евое Ñ\81лово (Ñ\82аг)"
+#: ../../include/text.php:1670
+msgid "Select an alternate language"
+msgstr "Ð\92Ñ\8bбоÑ\80 Ð°Ð»Ñ\8cÑ\82еÑ\80наÑ\82ивного Ñ\8fзÑ\8bка"
 
-#: ../../mod/photos.php:1499
-msgid ""
-"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
-msgstr "Пример: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+#: ../../include/text.php:1926
+msgid "activity"
+msgstr "активность"
 
-#: ../../mod/photos.php:1508
-msgid "Private photo"
-msgstr "Личное фото"
+#: ../../include/text.php:1929
+msgid "post"
+msgstr "сообщение"
 
-#: ../../mod/photos.php:1509
-msgid "Public photo"
-msgstr "Публичное фото"
+#: ../../include/text.php:2084
+msgid "Item filed"
+msgstr ""
 
-#: ../../mod/photos.php:1529 ../../mod/content.php:707
-#: ../../object/Item.php:232
-msgid "I like this (toggle)"
-msgstr "Нравится"
+#: ../../include/enotify.php:16
+msgid "Friendica Notification"
+msgstr "Friendica уведомления"
 
-#: ../../mod/photos.php:1530 ../../mod/content.php:708
-#: ../../object/Item.php:233
-msgid "I don't like this (toggle)"
-msgstr "Не нравится"
+#: ../../include/enotify.php:19
+msgid "Thank You,"
+msgstr "Спасибо,"
 
-#: ../../mod/photos.php:1549 ../../mod/photos.php:1593
-#: ../../mod/photos.php:1676 ../../mod/content.php:730
-#: ../../object/Item.php:650
-msgid "This is you"
-msgstr "Это вы"
+#: ../../include/enotify.php:21
+#, php-format
+msgid "%s Administrator"
+msgstr "%s администратор"
 
-#: ../../mod/photos.php:1551 ../../mod/photos.php:1595
-#: ../../mod/photos.php:1678 ../../mod/content.php:732
-#: ../../object/Item.php:338 ../../object/Item.php:652 ../../boot.php:651
-msgid "Comment"
-msgstr "Комментарий"
+#: ../../include/enotify.php:40
+#, php-format
+msgid "%s <!item_type!>"
+msgstr "%s <!item_type!>"
 
-#: ../../mod/photos.php:1784
-msgid "View Album"
-msgstr "Просмотреть альбом"
+#: ../../include/enotify.php:44
+#, php-format
+msgid "[Friendica:Notify] New mail received at %s"
+msgstr "[Friendica: Оповещение] Новое сообщение, пришедшее на %s"
 
-#: ../../mod/photos.php:1793
-msgid "Recent Photos"
-msgstr "Последние фото"
+#: ../../include/enotify.php:46
+#, php-format
+msgid "%1$s sent you a new private message at %2$s."
+msgstr "%1$s отправил вам новое личное сообщение на %2$s."
 
-#: ../../mod/newmember.php:6
-msgid "Welcome to Friendica"
-msgstr "Добро пожаловать в Friendica"
+#: ../../include/enotify.php:47
+#, php-format
+msgid "%1$s sent you %2$s."
+msgstr "%1$s послал вам %2$s."
 
-#: ../../mod/newmember.php:8
-msgid "New Member Checklist"
-msgstr "Ð\9dовÑ\8bй ÐºÐ¾Ð½Ñ\82Ñ\80олÑ\8cнÑ\8bй Ñ\81пиÑ\81ок Ñ\83Ñ\87аÑ\81Ñ\82ников"
+#: ../../include/enotify.php:47
+msgid "a private message"
+msgstr "лиÑ\87ное Ñ\81ообÑ\89ение"
 
-#: ../../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 ""
+#: ../../include/enotify.php:48
+#, php-format
+msgid "Please visit %s to view and/or reply to your private messages."
+msgstr "Пожалуйста, посетите %s для просмотра и/или ответа на личные сообщения."
 
-#: ../../mod/newmember.php:14
-msgid "Getting Started"
-msgstr ""
+#: ../../include/enotify.php:90
+#, php-format
+msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
+msgstr "%1$s прокомментировал [url=%2$s]a %3$s[/url]"
 
-#: ../../mod/newmember.php:18
-msgid "Friendica Walk-Through"
-msgstr ""
+#: ../../include/enotify.php:97
+#, php-format
+msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
+msgstr "%1$s прокомментировал [url=%2$s]%3$s's %4$s[/url]"
 
-#: ../../mod/newmember.php:18
-msgid ""
-"On your <em>Quick Start</em> page - find a brief introduction to your "
-"profile and network tabs, make some new connections, and find some groups to"
-" join."
-msgstr ""
+#: ../../include/enotify.php:105
+#, php-format
+msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
+msgstr "%1$s прокомментировал [url=%2$s]your %3$s[/url]"
 
-#: ../../mod/newmember.php:26
-msgid "Go to Your Settings"
+#: ../../include/enotify.php:115
+#, php-format
+msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
 msgstr ""
 
-#: ../../mod/newmember.php:26
-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."
+#: ../../include/enotify.php:116
+#, php-format
+msgid "%s commented on an item/conversation you have been following."
 msgstr ""
 
-#: ../../mod/newmember.php:28
-msgid ""
-"Review the other settings, particularly the privacy settings. An unpublished"
-" directory listing is like having an unlisted phone number. In general, you "
-"should probably publish your listing - unless all of your friends and "
-"potential friends know exactly how to find you."
-msgstr "Просмотрите другие установки, в частности, параметры конфиденциальности. Неопубликованные пункты каталога с частными номерами телефона. В общем, вам, вероятно, следует опубликовать свою информацию - если все ваши друзья и потенциальные друзья точно знают, как вас найти."
-
-#: ../../mod/newmember.php:36 ../../mod/profile_photo.php:244
-msgid "Upload Profile Photo"
-msgstr "Загрузить фото профиля"
-
-#: ../../mod/newmember.php:36
-msgid ""
-"Upload a profile photo if you have not done so already. Studies have shown "
-"that people with real photos of themselves are ten times more likely to make"
-" friends than people who do not."
-msgstr "Загрузите фотографию профиля, если вы еще не сделали это. Исследования показали, что люди с реальными фотографиями имеют в десять раз больше шансов подружиться, чем люди, которые этого не делают."
-
-#: ../../mod/newmember.php:38
-msgid "Edit Your Profile"
-msgstr "Редактировать профиль"
-
-#: ../../mod/newmember.php:38
-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 "Отредактируйте профиль <strong>по умолчанию</strong> на свой ​​вкус. Просмотрите установки для сокрытия вашего списка друзей и сокрытия профиля от неизвестных посетителей."
-
-#: ../../mod/newmember.php:40
-msgid "Profile Keywords"
-msgstr "Ключевые слова профиля"
-
-#: ../../mod/newmember.php:40
-msgid ""
-"Set some public keywords for your default profile which describe your "
-"interests. We may be able to find other people with similar interests and "
-"suggest friendships."
-msgstr "Установите некоторые публичные ключевые слова для вашего профиля по умолчанию, которые описывают ваши интересы. Мы можем быть в состоянии найти других людей со схожими интересами и предложить дружбу."
-
-#: ../../mod/newmember.php:44
-msgid "Connecting"
-msgstr "Подключение"
+#: ../../include/enotify.php:119 ../../include/enotify.php:134
+#: ../../include/enotify.php:147 ../../include/enotify.php:165
+#: ../../include/enotify.php:178
+#, php-format
+msgid "Please visit %s to view and/or reply to the conversation."
+msgstr ""
 
-#: ../../mod/newmember.php:49
-msgid ""
-"Authorise the Facebook Connector if you currently have a Facebook account "
-"and we will (optionally) import all your Facebook friends and conversations."
-msgstr "Авторизуйте Facebook Connector , если у вас уже есть аккаунт на Facebook, и мы (по желанию) импортируем всех ваших друзей и беседы с Facebook."
+#: ../../include/enotify.php:126
+#, php-format
+msgid "[Friendica:Notify] %s posted to your profile wall"
+msgstr "[Friendica:Оповещение] %s написал на стене вашего профиля"
 
-#: ../../mod/newmember.php:51
-msgid ""
-"<em>If</em> this is your own personal server, installing the Facebook addon "
-"may ease your transition to the free social web."
+#: ../../include/enotify.php:128
+#, php-format
+msgid "%1$s posted to your profile wall at %2$s"
 msgstr ""
 
-#: ../../mod/newmember.php:56
-msgid "Importing Emails"
+#: ../../include/enotify.php:130
+#, php-format
+msgid "%1$s posted to [url=%2$s]your wall[/url]"
 msgstr ""
 
-#: ../../mod/newmember.php:56
-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"
+#: ../../include/enotify.php:141
+#, php-format
+msgid "[Friendica:Notify] %s tagged you"
 msgstr ""
 
-#: ../../mod/newmember.php:58
-msgid "Go to Your Contacts Page"
+#: ../../include/enotify.php:142
+#, php-format
+msgid "%1$s tagged you at %2$s"
 msgstr ""
 
-#: ../../mod/newmember.php:58
-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."
+#: ../../include/enotify.php:143
+#, php-format
+msgid "%1$s [url=%2$s]tagged you[/url]."
 msgstr ""
 
-#: ../../mod/newmember.php:60
-msgid "Go to Your Site's Directory"
+#: ../../include/enotify.php:155
+#, php-format
+msgid "[Friendica:Notify] %1$s poked you"
 msgstr ""
 
-#: ../../mod/newmember.php:60
-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 "На странице каталога вы можете найти других людей в этой сети или на других похожих сайтах. Ищите ссылки <em>Подключить</em> или <em>Следовать</em> на страницах их профилей. Укажите свой собственный адрес идентификации, если требуется."
-
-#: ../../mod/newmember.php:62
-msgid "Finding New People"
-msgstr "Поиск людей"
-
-#: ../../mod/newmember.php:62
-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."
+#: ../../include/enotify.php:156
+#, php-format
+msgid "%1$s poked you at %2$s"
 msgstr ""
 
-#: ../../mod/newmember.php:70
-msgid "Group Your Contacts"
+#: ../../include/enotify.php:157
+#, php-format
+msgid "%1$s [url=%2$s]poked you[/url]."
 msgstr ""
 
-#: ../../mod/newmember.php:70
-msgid ""
-"Once you have made some friends, organize them into private conversation "
-"groups from the sidebar of your Contacts page and then you can interact with"
-" each group privately on your Network page."
-msgstr "После того, как вы найдете несколько друзей, организуйте их в группы частных бесед в боковой панели на странице Контакты, а затем вы можете взаимодействовать с каждой группой приватно или на вашей странице Сеть."
-
-#: ../../mod/newmember.php:73
-msgid "Why Aren't My Posts Public?"
+#: ../../include/enotify.php:172
+#, php-format
+msgid "[Friendica:Notify] %s tagged your post"
 msgstr ""
 
-#: ../../mod/newmember.php:73
-msgid ""
-"Friendica respects your privacy. By default, your posts will only show up to"
-" people you've added as friends. For more information, see the help section "
-"from the link above."
+#: ../../include/enotify.php:173
+#, php-format
+msgid "%1$s tagged your post at %2$s"
 msgstr ""
 
-#: ../../mod/newmember.php:78
-msgid "Getting Help"
+#: ../../include/enotify.php:174
+#, php-format
+msgid "%1$s tagged [url=%2$s]your post[/url]"
 msgstr ""
 
-#: ../../mod/newmember.php:82
-msgid "Go to the Help Section"
+#: ../../include/enotify.php:185
+msgid "[Friendica:Notify] Introduction received"
+msgstr "[Friendica:Сообщение] получен запрос"
+
+#: ../../include/enotify.php:186
+#, php-format
+msgid "You've received an introduction from '%1$s' at %2$s"
 msgstr ""
 
-#: ../../mod/newmember.php:82
-msgid ""
-"Our <strong>help</strong> pages may be consulted for detail on other program"
-" features and resources."
-msgstr "Наши страницы <strong>помощи</strong> могут проконсультировать о подробностях и возможностях программы и ресурса."
+#: ../../include/enotify.php:187
+#, php-format
+msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
+msgstr ""
 
-#: ../../mod/profile.php:21 ../../boot.php:1246
-msgid "Requested profile is not available."
-msgstr "Запрашиваемый профиль недоступен."
+#: ../../include/enotify.php:190 ../../include/enotify.php:208
+#, php-format
+msgid "You may visit their profile at %s"
+msgstr "Вы можете посмотреть его профиль здесь %s"
 
-#: ../../mod/profile.php:155 ../../mod/display.php:99
-msgid "Access to this profile has been restricted."
-msgstr "Доступ к этому профилю ограничен."
+#: ../../include/enotify.php:192
+#, php-format
+msgid "Please visit %s to approve or reject the introduction."
+msgstr "Посетите %s для подтверждения или отказа запроса."
 
-#: ../../mod/profile.php:180
-msgid "Tips for New Members"
-msgstr "Советы для новых участников"
+#: ../../include/enotify.php:199
+msgid "[Friendica:Notify] Friend suggestion received"
+msgstr "[Friendica: Оповещение] получено предложение дружбы"
 
-#: ../../mod/display.php:206
-msgid "Item has been removed."
-msgstr "Пункт был удален."
+#: ../../include/enotify.php:200
+#, php-format
+msgid "You've received a friend suggestion from '%1$s' at %2$s"
+msgstr "Вы получили предложение дружбы от '%1$s' на %2$s"
 
-#: ../../mod/install.php:117
-msgid "Friendica Social Communications Server - Setup"
+#: ../../include/enotify.php:201
+#, php-format
+msgid ""
+"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
 msgstr ""
 
-#: ../../mod/install.php:123
-msgid "Could not connect to database."
-msgstr "Ð\9dе Ñ\83далоÑ\81Ñ\8c Ð¿Ð¾Ð´ÐºÐ»Ñ\8eÑ\87иÑ\82Ñ\8cÑ\81Ñ\8f Ðº Ð±Ð°Ð·Ðµ Ð´Ð°Ð½Ð½Ñ\8bÑ\85."
+#: ../../include/enotify.php:206
+msgid "Name:"
+msgstr "Ð\98мÑ\8f:"
 
-#: ../../mod/install.php:127
-msgid "Could not create table."
-msgstr "Ð\9dе Ñ\83далоÑ\81Ñ\8c Ñ\81оздаÑ\82Ñ\8c Ñ\82аблиÑ\86Ñ\83."
+#: ../../include/enotify.php:207
+msgid "Photo:"
+msgstr "ФоÑ\82о:"
 
-#: ../../mod/install.php:133
-msgid "Your Friendica site database has been installed."
-msgstr "База данных сайта установлена."
+#: ../../include/enotify.php:210
+#, php-format
+msgid "Please visit %s to approve or reject the suggestion."
+msgstr "Пожалуйста, посетите %s для подтверждения, или отказа запроса."
 
-#: ../../mod/install.php:138
-msgid ""
-"You may need to import the file \"database.sql\" manually using phpmyadmin "
-"or mysql."
-msgstr "Вам может понадобиться импортировать файл \"database.sql\" вручную с помощью PhpMyAdmin или MySQL."
+#: ../../include/Scrape.php:583
+msgid " on Last.fm"
+msgstr "на Last.fm"
 
-#: ../../mod/install.php:139 ../../mod/install.php:206
-#: ../../mod/install.php:521
-msgid "Please see the file \"INSTALL.txt\"."
-msgstr "Пожалуйста, смотрите файл \"INSTALL.txt\"."
-
-#: ../../mod/install.php:203
-msgid "System check"
-msgstr "Проверить систему"
-
-#: ../../mod/install.php:208
-msgid "Check again"
-msgstr "Проверить еще раз"
-
-#: ../../mod/install.php:227
-msgid "Database connection"
-msgstr "Подключение к базе данных"
-
-#: ../../mod/install.php:228
+#: ../../include/group.php:25
 msgid ""
-"In order to install Friendica we need to know how to connect to your "
-"database."
-msgstr ""
+"A deleted group with this name was revived. Existing item permissions "
+"<strong>may</strong> apply to this group and any future members. If this is "
+"not what you intended, please create another group with a different name."
+msgstr "Удаленная группа с таким названием была восстановлена. Существующие права доступа <strong>могут</strong> применяться к этой группе и любым будущим участникам. Если это не то, что вы хотели, пожалуйста, создайте еще ​​одну группу с другим названием."
 
-#: ../../mod/install.php:229
-msgid ""
-"Please contact your hosting provider or site administrator if you have "
-"questions about these settings."
-msgstr "Пожалуйста, свяжитесь с вашим хостинг-провайдером или администратором сайта, если у вас есть вопросы об этих параметрах."
+#: ../../include/group.php:207
+msgid "Default privacy group for new contacts"
+msgstr "Группа доступа по умолчанию для новых контактов"
 
-#: ../../mod/install.php:230
-msgid ""
-"The database you specify below should already exist. If it does not, please "
-"create it before continuing."
-msgstr "Базы данных, указанная ниже, должна уже существовать. Если этого нет, пожалуйста, создайте ее перед продолжением."
+#: ../../include/group.php:226
+msgid "Everybody"
+msgstr "Каждый"
 
-#: ../../mod/install.php:234
-msgid "Database Server Name"
-msgstr "Имя сервера базы данных"
+#: ../../include/group.php:249
+msgid "edit"
+msgstr "редактировать"
 
-#: ../../mod/install.php:235
-msgid "Database Login Name"
-msgstr "Ð\9bогин Ð±Ð°Ð·Ñ\8b Ð´Ð°Ð½Ð½Ñ\8bÑ\85"
+#: ../../include/group.php:271
+msgid "Edit group"
+msgstr "РедакÑ\82иÑ\80оваÑ\82Ñ\8c Ð³Ñ\80Ñ\83ппÑ\83"
 
-#: ../../mod/install.php:236
-msgid "Database Login Password"
-msgstr "Ð\9fаÑ\80олÑ\8c Ð±Ð°Ð·Ñ\8b Ð´Ð°Ð½Ð½Ñ\8bÑ\85"
+#: ../../include/group.php:272
+msgid "Create a new group"
+msgstr "СоздаÑ\82Ñ\8c Ð½Ð¾Ð²Ñ\83Ñ\8e Ð³Ñ\80Ñ\83ппÑ\83"
 
-#: ../../mod/install.php:237
-msgid "Database Name"
-msgstr "Ð\98мÑ\8f Ð±Ð°Ð·Ñ\8b Ð´Ð°Ð½Ð½Ñ\8bÑ\85"
+#: ../../include/group.php:273
+msgid "Contacts not in any group"
+msgstr "Ð\9aонÑ\82акÑ\82Ñ\8b Ð½Ðµ Ñ\81оÑ\81Ñ\82оÑ\8fÑ\82 Ð² Ð³Ñ\80Ñ\83ппе"
 
-#: ../../mod/install.php:238 ../../mod/install.php:277
-msgid "Site administrator email address"
-msgstr "Адрес электронной почты администратора сайта"
+#: ../../include/follow.php:32
+msgid "Connect URL missing."
+msgstr "Connect-URL отсутствует."
 
-#: ../../mod/install.php:238 ../../mod/install.php:277
+#: ../../include/follow.php:59
 msgid ""
-"Your account email address must match this in order to use the web admin "
-"panel."
-msgstr ""
+"This site is not configured to allow communications with other networks."
+msgstr "Данный сайт не настроен так, чтобы держать связь с другими сетями."
 
-#: ../../mod/install.php:242 ../../mod/install.php:280
-msgid "Please select a default timezone for your website"
-msgstr "Ð\9fожалÑ\83йÑ\81Ñ\82а, Ð²Ñ\8bбеÑ\80иÑ\82е Ñ\87аÑ\81овой Ð¿Ð¾Ñ\8fÑ\81 Ð¿Ð¾ Ñ\83молÑ\87аниÑ\8e Ð´Ð»Ñ\8f Ð²Ð°Ñ\88его Ñ\81айÑ\82а"
+#: ../../include/follow.php:60 ../../include/follow.php:80
+msgid "No compatible communication protocols or feeds were discovered."
+msgstr "Ð\9eбнаÑ\80Ñ\83женÑ\8b Ð½ÐµÑ\81овмеÑ\81Ñ\82имÑ\8bе Ð¿Ñ\80оÑ\82околÑ\8b Ñ\81вÑ\8fзи Ð¸Ð»Ð¸ ÐºÐ°Ð½Ð°Ð»Ñ\8b."
 
-#: ../../mod/install.php:267
-msgid "Site settings"
-msgstr "Ð\9dаÑ\81Ñ\82Ñ\80ойки Ñ\81айÑ\82а"
+#: ../../include/follow.php:78
+msgid "The profile address specified does not provide adequate information."
+msgstr "УказаннÑ\8bй Ð°Ð´Ñ\80еÑ\81 Ð¿Ñ\80оÑ\84илÑ\8f Ð½Ðµ Ð´Ð°ÐµÑ\82 Ð°Ð´ÐµÐºÐ²Ð°Ñ\82ной Ð¸Ð½Ñ\84оÑ\80маÑ\86ии."
 
-#: ../../mod/install.php:321
-msgid "Could not find a command line version of PHP in the web server PATH."
-msgstr "Ð\9dе Ñ\83далоÑ\81Ñ\8c Ð½Ð°Ð¹Ñ\82и PATH Ð²ÐµÐ±-Ñ\81еÑ\80веÑ\80а Ð² Ñ\83Ñ\81Ñ\82ановкаÑ\85 PHP."
+#: ../../include/follow.php:82
+msgid "An author or name was not found."
+msgstr "Ð\90вÑ\82оÑ\80 Ð¸Ð»Ð¸ Ð¸Ð¼Ñ\8f Ð½Ðµ Ð½Ð°Ð¹Ð´ÐµÐ½Ñ\8b."
 
-#: ../../mod/install.php:322
+#: ../../include/follow.php:84
+msgid "No browser URL could be matched to this address."
+msgstr "Нет URL браузера, который соответствует этому адресу."
+
+#: ../../include/follow.php:86
 msgid ""
-"If you don't have a command line version of PHP installed on server, you "
-"will not be able to run background polling via cron. See <a "
-"href='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"
+"Unable to match @-style Identity Address with a known protocol or email "
+"contact."
 msgstr ""
 
-#: ../../mod/install.php:326
-msgid "PHP executable path"
-msgstr "PHP executable path"
+#: ../../include/follow.php:87
+msgid "Use mailto: in front of address to force email check."
+msgstr "Bcgjkmpeqnt mailto: перед адресом для быстрого доступа к email."
 
-#: ../../mod/install.php:326
+#: ../../include/follow.php:93
 msgid ""
-"Enter full path to php executable. You can leave this blank to continue the "
-"installation."
-msgstr ""
+"The profile address specified belongs to a network which has been disabled "
+"on this site."
+msgstr "Указанный адрес профиля принадлежит сети, недоступной на этом сайта."
 
-#: ../../mod/install.php:331
-msgid "Command line PHP"
-msgstr "Command line PHP"
+#: ../../include/follow.php:103
+msgid ""
+"Limited profile. This person will be unable to receive direct/personal "
+"notifications from you."
+msgstr "Ограниченный профиль. Этот человек не сможет получить прямые / личные уведомления от вас."
 
-#: ../../mod/install.php:340
-msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
-msgstr ""
+#: ../../include/follow.php:205
+msgid "Unable to retrieve contact information."
+msgstr "Невозможно получить контактную информацию."
 
-#: ../../mod/install.php:341
-msgid "Found PHP version: "
-msgstr "Найденная PHP версия: "
+#: ../../include/follow.php:259
+msgid "following"
+msgstr "следует"
 
-#: ../../mod/install.php:343
-msgid "PHP cli binary"
-msgstr "PHP cli binary"
+#: ../../include/message.php:15 ../../include/message.php:172
+msgid "[no subject]"
+msgstr "[без темы]"
 
-#: ../../mod/install.php:354
-msgid ""
-"The command line version of PHP on your system does not have "
-"\"register_argc_argv\" enabled."
-msgstr "Не включено \"register_argc_argv\" в установках PHP."
+#: ../../include/nav.php:73
+msgid "End this session"
+msgstr "Конец этой сессии"
 
-#: ../../mod/install.php:355
-msgid "This is required for message delivery to work."
-msgstr "ЭÑ\82о Ð½ÐµÐ¾Ð±Ñ\85одимо Ð´Ð»Ñ\8f Ñ\80абоÑ\82Ñ\8b Ð´Ð¾Ñ\81Ñ\82авки Ñ\81ообÑ\89ений."
+#: ../../include/nav.php:91
+msgid "Sign in"
+msgstr "Ð\92Ñ\85од"
 
-#: ../../mod/install.php:357
-msgid "PHP register_argc_argv"
-msgstr "PHP register_argc_argv"
+#: ../../include/nav.php:104
+msgid "Home Page"
+msgstr "Главная страница"
 
-#: ../../mod/install.php:378
-msgid ""
-"Error: the \"openssl_pkey_new\" function on this system is not able to "
-"generate encryption keys"
-msgstr "Ошибка: функция \"openssl_pkey_new\" в этой системе не в состоянии генерировать ключи шифрования"
+#: ../../include/nav.php:108
+msgid "Create an account"
+msgstr "Создать аккаунт"
 
-#: ../../mod/install.php:379
-msgid ""
-"If running under Windows, please see "
-"\"http://www.php.net/manual/en/openssl.installation.php\"."
-msgstr "Если вы работаете под Windows, см. \"http://www.php.net/manual/en/openssl.installation.php\"."
+#: ../../include/nav.php:113
+msgid "Help and documentation"
+msgstr "Помощь и документация"
 
-#: ../../mod/install.php:381
-msgid "Generate encryption keys"
-msgstr "Ð\93енеÑ\80аÑ\86иÑ\8f Ñ\88иÑ\84Ñ\80ованÑ\8bÑ\85 ÐºÐ»Ñ\8eÑ\87ей"
+#: ../../include/nav.php:116
+msgid "Apps"
+msgstr "Ð\9fÑ\80иложениÑ\8f"
 
-#: ../../mod/install.php:388
-msgid "libCurl PHP module"
-msgstr "libCurl PHP модуль"
+#: ../../include/nav.php:116
+msgid "Addon applications, utilities, games"
+msgstr "Дополнительные приложения, утилиты, игры"
 
-#: ../../mod/install.php:389
-msgid "GD graphics PHP module"
-msgstr "GD graphics PHP модуль"
+#: ../../include/nav.php:118
+msgid "Search site content"
+msgstr "Поиск по сайту"
 
-#: ../../mod/install.php:390
-msgid "OpenSSL PHP module"
-msgstr "OpenSSL PHP модуль"
+#: ../../include/nav.php:128
+msgid "Conversations on this site"
+msgstr "Беседы на этом сайте"
 
-#: ../../mod/install.php:391
-msgid "mysqli PHP module"
-msgstr "mysqli PHP модуль"
+#: ../../include/nav.php:130
+msgid "Directory"
+msgstr "Каталог"
 
-#: ../../mod/install.php:392
-msgid "mb_string PHP module"
-msgstr "mb_string PHP модуль"
+#: ../../include/nav.php:130
+msgid "People directory"
+msgstr "Каталог участников"
 
-#: ../../mod/install.php:397 ../../mod/install.php:399
-msgid "Apache mod_rewrite module"
-msgstr "Apache mod_rewrite module"
+#: ../../include/nav.php:140
+msgid "Conversations from your friends"
+msgstr "Беседы с друзьями"
 
-#: ../../mod/install.php:397
-msgid ""
-"Error: Apache webserver mod-rewrite module is required but not installed."
-msgstr "Ошибка: необходим модуль веб-сервера Apache mod-rewrite, но он не установлен."
+#: ../../include/nav.php:141
+msgid "Network Reset"
+msgstr "Перезагрузка сети"
 
-#: ../../mod/install.php:405
-msgid "Error: libCURL PHP module required but not installed."
-msgstr "Ð\9eÑ\88ибка: Ð½ÐµÐ¾Ð±Ñ\85одим libCURL PHP Ð¼Ð¾Ð´Ñ\83лÑ\8c, Ð½Ð¾ Ð¾Ð½ Ð½Ðµ Ñ\83Ñ\81Ñ\82ановлен."
+#: ../../include/nav.php:141
+msgid "Load Network page with no filters"
+msgstr "Ð\97агÑ\80Ñ\83зиÑ\82Ñ\8c Ñ\81Ñ\82Ñ\80аниÑ\86Ñ\83 Ñ\81еÑ\82и Ð±ÐµÐ· Ñ\84илÑ\8cÑ\82Ñ\80ов"
 
-#: ../../mod/install.php:409
-msgid ""
-"Error: GD graphics PHP module with JPEG support required but not installed."
-msgstr "Ошибка: необходим PHP модуль GD графики с поддержкой JPEG, но он не установлен."
+#: ../../include/nav.php:149
+msgid "Friend Requests"
+msgstr "Запросы на добавление в список друзей"
 
-#: ../../mod/install.php:413
-msgid "Error: openssl PHP module required but not installed."
-msgstr "Ð\9eÑ\88ибка: Ð½ÐµÐ¾Ð±Ñ\85одим PHP Ð¼Ð¾Ð´Ñ\83лÑ\8c OpenSSL, Ð½Ð¾ Ð¾Ð½ Ð½Ðµ Ñ\83Ñ\81Ñ\82ановлен."
+#: ../../include/nav.php:151
+msgid "See all notifications"
+msgstr "Ð\9fоÑ\81моÑ\82Ñ\80еÑ\82Ñ\8c Ð²Ñ\81е Ñ\83ведомлениÑ\8f"
 
-#: ../../mod/install.php:417
-msgid "Error: mysqli PHP module required but not installed."
-msgstr "Ð\9eÑ\88ибка: Ð½ÐµÐ¾Ð±Ñ\85одим PHP Ð¼Ð¾Ð´Ñ\83лÑ\8c MySQLi, Ð½Ð¾ Ð¾Ð½ Ð½Ðµ Ñ\83Ñ\81Ñ\82ановлен."
+#: ../../include/nav.php:152
+msgid "Mark all system notifications seen"
+msgstr "Ð\9eÑ\82меÑ\82иÑ\82Ñ\8c Ð²Ñ\81е Ñ\81иÑ\81Ñ\82емнÑ\8bе Ñ\83ведомлениÑ\8f, ÐºÐ°Ðº Ð¿Ñ\80оÑ\87иÑ\82аннÑ\8bе"
 
-#: ../../mod/install.php:421
-msgid "Error: mb_string PHP module required but not installed."
-msgstr "Ð\9eÑ\88ибка: Ð½ÐµÐ¾Ð±Ñ\85одим PHP Ð¼Ð¾Ð´Ñ\83лÑ\8c mb_string, Ð½Ð¾ Ð¾Ð½ Ð½Ðµ Ñ\83Ñ\81Ñ\82ановлен."
+#: ../../include/nav.php:156
+msgid "Private mail"
+msgstr "Ð\9bиÑ\87наÑ\8f Ð¿Ð¾Ñ\87Ñ\82а"
 
-#: ../../mod/install.php:438
-msgid ""
-"The web installer needs to be able to create a file called \".htconfig.php\""
-" in the top folder of your web server and it is unable to do so."
-msgstr "Веб-инсталлятору требуется создать файл с именем \". htconfig.php\" в верхней папке веб-сервера, но он не в состоянии это сделать."
+#: ../../include/nav.php:157
+msgid "Inbox"
+msgstr "Входящие"
 
-#: ../../mod/install.php:439
-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 "Это наиболее частые параметры разрешений, когда веб-сервер не может записать файлы в папке - даже если вы можете."
+#: ../../include/nav.php:158
+msgid "Outbox"
+msgstr "Исходящие"
 
-#: ../../mod/install.php:440
-msgid ""
-"At the end of this procedure, we will give you a text to save in a file "
-"named .htconfig.php in your Friendica top folder."
-msgstr ""
+#: ../../include/nav.php:162
+msgid "Manage"
+msgstr "Управлять"
 
-#: ../../mod/install.php:441
-msgid ""
-"You can alternatively skip this procedure and perform a manual installation."
-" Please see the file \"INSTALL.txt\" for instructions."
+#: ../../include/nav.php:162
+msgid "Manage other pages"
+msgstr "Управление другими страницами"
+
+#: ../../include/nav.php:165
+msgid "Delegations"
 msgstr ""
 
-#: ../../mod/install.php:444
-msgid ".htconfig.php is writable"
-msgstr ".htconfig.php is writable"
+#: ../../include/nav.php:169
+msgid "Manage/Edit Profiles"
+msgstr "Управление/редактирование профилей"
 
-#: ../../mod/install.php:454
-msgid ""
-"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
-"compiles templates to PHP to speed up rendering."
-msgstr ""
+#: ../../include/nav.php:171
+msgid "Manage/edit friends and contacts"
+msgstr "Управление / редактирование друзей и контактов"
 
-#: ../../mod/install.php:455
-msgid ""
-"In order to store these compiled templates, the web server needs to have "
-"write access to the directory view/smarty3/ under the Friendica top level "
-"folder."
-msgstr ""
+#: ../../include/nav.php:178
+msgid "Site setup and configuration"
+msgstr "Установка и конфигурация сайта"
 
-#: ../../mod/install.php:456
-msgid ""
-"Please ensure that the user that your web server runs as (e.g. www-data) has"
-" write access to this folder."
-msgstr ""
+#: ../../include/nav.php:182
+msgid "Navigation"
+msgstr "Навигация"
 
-#: ../../mod/install.php:457
-msgid ""
-"Note: as a security measure, you should give the web server write access to "
-"view/smarty3/ only--not the template files (.tpl) that it contains."
-msgstr ""
+#: ../../include/nav.php:182
+msgid "Site map"
+msgstr "Карта сайта"
 
-#: ../../mod/install.php:460
-msgid "view/smarty3 is writable"
+#: ../../include/profile_advanced.php:22
+msgid "j F, Y"
+msgstr "j F, Y"
+
+#: ../../include/profile_advanced.php:23
+msgid "j F"
+msgstr "j F"
+
+#: ../../include/profile_advanced.php:30
+msgid "Birthday:"
+msgstr "День рождения:"
+
+#: ../../include/profile_advanced.php:34
+msgid "Age:"
+msgstr "Возраст:"
+
+#: ../../include/profile_advanced.php:43
+#, php-format
+msgid "for %1$d %2$s"
 msgstr ""
 
-#: ../../mod/install.php:472
+#: ../../include/profile_advanced.php:52
+msgid "Tags:"
+msgstr "Ключевые слова: "
+
+#: ../../include/profile_advanced.php:56
+msgid "Religion:"
+msgstr "Религия:"
+
+#: ../../include/profile_advanced.php:60
+msgid "Hobbies/Interests:"
+msgstr "Хобби / Интересы:"
+
+#: ../../include/profile_advanced.php:67
+msgid "Contact information and Social Networks:"
+msgstr "Информация о контакте и социальных сетях:"
+
+#: ../../include/profile_advanced.php:69
+msgid "Musical interests:"
+msgstr "Музыкальные интересы:"
+
+#: ../../include/profile_advanced.php:71
+msgid "Books, literature:"
+msgstr "Книги, литература:"
+
+#: ../../include/profile_advanced.php:73
+msgid "Television:"
+msgstr "Телевидение:"
+
+#: ../../include/profile_advanced.php:75
+msgid "Film/dance/culture/entertainment:"
+msgstr "Кино / Танцы / Культура / Развлечения:"
+
+#: ../../include/profile_advanced.php:77
+msgid "Love/Romance:"
+msgstr "Любовь / Романтика:"
+
+#: ../../include/profile_advanced.php:79
+msgid "Work/employment:"
+msgstr "Работа / Занятость:"
+
+#: ../../include/profile_advanced.php:81
+msgid "School/education:"
+msgstr "Школа / Образование:"
+
+#: ../../include/bbcode.php:215 ../../include/bbcode.php:620
+#: ../../include/bbcode.php:621
+msgid "Image/photo"
+msgstr "Изображение / Фото"
+
+#: ../../include/bbcode.php:285
+#, php-format
 msgid ""
-"Url rewrite in .htaccess is not working. Check your server configuration."
+"<span><a href=\"%s\" target=\"external-link\">%s</a> wrote the following <a "
+"href=\"%s\" target=\"external-link\">post</a>"
 msgstr ""
 
-#: ../../mod/install.php:474
-msgid "Url rewrite is working"
-msgstr ""
+#: ../../include/bbcode.php:584 ../../include/bbcode.php:604
+msgid "$1 wrote:"
+msgstr "$1 написал:"
 
-#: ../../mod/install.php:484
-msgid ""
-"The database configuration file \".htconfig.php\" could not be written. "
-"Please use the enclosed text to create a configuration file in your web "
-"server root."
-msgstr "Файл конфигурации базы данных \".htconfig.php\" не могла быть записан. Пожалуйста, используйте приложенный текст, чтобы создать конфигурационный файл в корневом каталоге веб-сервера."
+#: ../../include/bbcode.php:631 ../../include/bbcode.php:632
+msgid "Encrypted content"
+msgstr "Зашифрованный контент"
 
-#: ../../mod/install.php:508
-msgid "Errors encountered creating database tables."
-msgstr "Ð\9eбнаÑ\80Ñ\83женÑ\8b Ð¾Ñ\88ибки Ð¿Ñ\80и Ñ\81оздании Ñ\82аблиÑ\86 Ð±Ð°Ð·Ñ\8b Ð´Ð°Ð½Ð½Ñ\8bÑ\85."
+#: ../../include/contact_selectors.php:32
+msgid "Unknown | Not categorised"
+msgstr "Ð\9dеизвеÑ\81Ñ\82но | Ð\9dе Ð¾Ð¿Ñ\80еделено"
 
-#: ../../mod/install.php:519
-msgid "<h1>What next</h1>"
-msgstr "<h1>Что далее</h1>"
+#: ../../include/contact_selectors.php:33
+msgid "Block immediately"
+msgstr "Блокировать немедленно"
 
-#: ../../mod/install.php:520
-msgid ""
-"IMPORTANT: You will need to [manually] setup a scheduled task for the "
-"poller."
-msgstr "ВАЖНО: Вам нужно будет [вручную] установить запланированное задание для регистратора."
+#: ../../include/contact_selectors.php:34
+msgid "Shady, spammer, self-marketer"
+msgstr "Тролль, спаммер, рассылает рекламу"
 
-#: ../../mod/oexchange.php:25
-msgid "Post successful."
-msgstr "УÑ\81пеÑ\88но Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¾."
+#: ../../include/contact_selectors.php:35
+msgid "Known to me, but no opinion"
+msgstr "Ð\98звеÑ\81Ñ\82нÑ\8bе Ð¼Ð½Ðµ, Ð½Ð¾ Ð½ÐµÑ\82 Ð¾Ð¿Ñ\80еделенного Ð¼Ð½ÐµÐ½Ð¸Ñ\8f"
 
-#: ../../mod/openid.php:24
-msgid "OpenID protocol error. No ID returned."
-msgstr ""
+#: ../../include/contact_selectors.php:36
+msgid "OK, probably harmless"
+msgstr "Хорошо, наверное, безвредные"
 
-#: ../../mod/openid.php:53
-msgid ""
-"Account not found and OpenID registration is not permitted on this site."
-msgstr "Аккаунт не найден и OpenID регистрация не допускается на этом сайте."
+#: ../../include/contact_selectors.php:37
+msgid "Reputable, has my trust"
+msgstr "Уважаемые, есть мое доверие"
 
-#: ../../mod/profile_photo.php:44
-msgid "Image uploaded but image cropping failed."
-msgstr "Ð\98зобÑ\80ажение Ð·Ð°Ð³Ñ\80Ñ\83жено, Ð½Ð¾ Ð¾Ð±Ñ\80езка Ð¸Ð·Ð¾Ð±Ñ\80ажениÑ\8f Ð½Ðµ Ñ\83далаÑ\81Ñ\8c."
+#: ../../include/contact_selectors.php:60
+msgid "Weekly"
+msgstr "Ð\95женеделÑ\8cно"
 
-#: ../../mod/profile_photo.php:77 ../../mod/profile_photo.php:84
-#: ../../mod/profile_photo.php:91 ../../mod/profile_photo.php:308
+#: ../../include/contact_selectors.php:61
+msgid "Monthly"
+msgstr "Ежемесячно"
+
+#: ../../include/contact_selectors.php:77
+msgid "OStatus"
+msgstr "OStatus"
+
+#: ../../include/contact_selectors.php:78
+msgid "RSS/Atom"
+msgstr "RSS/Atom"
+
+#: ../../include/contact_selectors.php:82
+msgid "Zot!"
+msgstr "Zot!"
+
+#: ../../include/contact_selectors.php:83
+msgid "LinkedIn"
+msgstr "LinkedIn"
+
+#: ../../include/contact_selectors.php:84
+msgid "XMPP/IM"
+msgstr "XMPP/IM"
+
+#: ../../include/contact_selectors.php:85
+msgid "MySpace"
+msgstr "MySpace"
+
+#: ../../include/contact_selectors.php:87
+msgid "Google+"
+msgstr "Google+"
+
+#: ../../include/contact_selectors.php:88
+msgid "pump.io"
+msgstr "pump.io"
+
+#: ../../include/contact_selectors.php:89
+msgid "Twitter"
+msgstr "Twitter"
+
+#: ../../include/datetime.php:43 ../../include/datetime.php:45
+msgid "Miscellaneous"
+msgstr "Разное"
+
+#: ../../include/datetime.php:153 ../../include/datetime.php:285
+msgid "year"
+msgstr "год"
+
+#: ../../include/datetime.php:158 ../../include/datetime.php:286
+msgid "month"
+msgstr "мес."
+
+#: ../../include/datetime.php:163 ../../include/datetime.php:288
+msgid "day"
+msgstr "день"
+
+#: ../../include/datetime.php:276
+msgid "never"
+msgstr "никогда"
+
+#: ../../include/datetime.php:282
+msgid "less than a second ago"
+msgstr "менее сек. назад"
+
+#: ../../include/datetime.php:285
+msgid "years"
+msgstr "лет"
+
+#: ../../include/datetime.php:286
+msgid "months"
+msgstr "мес."
+
+#: ../../include/datetime.php:287
+msgid "week"
+msgstr "неделя"
+
+#: ../../include/datetime.php:287
+msgid "weeks"
+msgstr "недель"
+
+#: ../../include/datetime.php:288
+msgid "days"
+msgstr "дней"
+
+#: ../../include/datetime.php:289
+msgid "hour"
+msgstr "час"
+
+#: ../../include/datetime.php:289
+msgid "hours"
+msgstr "час."
+
+#: ../../include/datetime.php:290
+msgid "minute"
+msgstr "минута"
+
+#: ../../include/datetime.php:290
+msgid "minutes"
+msgstr "мин."
+
+#: ../../include/datetime.php:291
+msgid "second"
+msgstr "секунда"
+
+#: ../../include/datetime.php:291
+msgid "seconds"
+msgstr "сек."
+
+#: ../../include/datetime.php:300
 #, php-format
-msgid "Image size reduction [%s] failed."
-msgstr "Уменьшение размера изображения [%s] не удалось."
+msgid "%1$d %2$s ago"
+msgstr "%1$d %2$s назад"
+
+#: ../../include/datetime.php:472 ../../include/items.php:1829
+#, php-format
+msgid "%s's birthday"
+msgstr "день рождения %s"
+
+#: ../../include/datetime.php:473 ../../include/items.php:1830
+#, php-format
+msgid "Happy Birthday %s"
+msgstr "С днём рождения %s"
+
+#: ../../include/features.php:23
+msgid "General Features"
+msgstr "Основные возможности"
+
+#: ../../include/features.php:25
+msgid "Multiple Profiles"
+msgstr "Несколько профилей"
+
+#: ../../include/features.php:25
+msgid "Ability to create multiple profiles"
+msgstr "Возможность создания нескольких профилей"
+
+#: ../../include/features.php:30
+msgid "Post Composition Features"
+msgstr ""
+
+#: ../../include/features.php:31
+msgid "Richtext Editor"
+msgstr "Редактор RTF"
+
+#: ../../include/features.php:31
+msgid "Enable richtext editor"
+msgstr "Включить редактор RTF"
+
+#: ../../include/features.php:32
+msgid "Post Preview"
+msgstr "предварительный просмотр"
+
+#: ../../include/features.php:32
+msgid "Allow previewing posts and comments before publishing them"
+msgstr "Разрешить предпросмотр сообщения и комментария перед их публикацией"
+
+#: ../../include/features.php:37
+msgid "Network Sidebar Widgets"
+msgstr "Виджет боковой панели \"Сеть\""
 
-#: ../../mod/profile_photo.php:118
-msgid ""
-"Shift-reload the page or clear browser cache if the new photo does not "
-"display immediately."
-msgstr "Перезагрузите страницу с зажатой клавишей \"Shift\" для того, чтобы увидеть свое новое фото немедленно."
+#: ../../include/features.php:38
+msgid "Search by Date"
+msgstr "Поиск по датам"
 
-#: ../../mod/profile_photo.php:128
-msgid "Unable to process image"
-msgstr "Ð\9dе Ñ\83даеÑ\82Ñ\81Ñ\8f Ð¾Ð±Ñ\80абоÑ\82аÑ\82Ñ\8c Ð¸Ð·Ð¾Ð±Ñ\80ажение"
+#: ../../include/features.php:38
+msgid "Ability to select posts by date ranges"
+msgstr "Ð\92озможноÑ\81Ñ\82Ñ\8c Ð²Ñ\8bбоÑ\80а Ð¿Ð¾Ñ\81Ñ\82ов Ð¿Ð¾ Ð´Ð¸Ð°Ð¿Ð°Ð·Ð¾Ð½Ñ\83 Ð´Ð°Ñ\82"
 
-#: ../../mod/profile_photo.php:242
-msgid "Upload File:"
-msgstr "Ð\97агÑ\80Ñ\83зиÑ\82Ñ\8c Ñ\84айл:"
+#: ../../include/features.php:39
+msgid "Group Filter"
+msgstr "ФилÑ\8cÑ\82Ñ\80 Ð³Ñ\80Ñ\83пп"
 
-#: ../../mod/profile_photo.php:243
-msgid "Select a profile:"
-msgstr "Выбрать этот профиль:"
+#: ../../include/features.php:39
+msgid "Enable widget to display Network posts only from selected group"
+msgstr "Включить виджет для отображения сообщений сети только от выбранной группы"
 
-#: ../../mod/profile_photo.php:245
-msgid "Upload"
-msgstr "Ð\97агÑ\80Ñ\83зиÑ\82Ñ\8c"
+#: ../../include/features.php:40
+msgid "Network Filter"
+msgstr "ФилÑ\8cÑ\82Ñ\80 Ñ\81еÑ\82и"
 
-#: ../../mod/profile_photo.php:248
-msgid "skip this step"
-msgstr "пÑ\80опÑ\83Ñ\81Ñ\82иÑ\82Ñ\8c Ñ\8dÑ\82оÑ\82 Ñ\88аг"
+#: ../../include/features.php:40
+msgid "Enable widget to display Network posts only from selected network"
+msgstr "Ð\92клÑ\8eÑ\87иÑ\82Ñ\8c Ð²Ð¸Ð´Ð¶ÐµÑ\82 Ð´Ð»Ñ\8f Ð¾Ñ\82обÑ\80ажениÑ\8f Ñ\81ообÑ\89ений Ñ\81еÑ\82и Ñ\82олÑ\8cко Ð¾Ñ\82 Ð²Ñ\8bбÑ\80анной Ñ\81еÑ\82и"
 
-#: ../../mod/profile_photo.php:248
-msgid "select a photo from your photo albums"
-msgstr "вÑ\8bбеÑ\80иÑ\82е Ñ\84оÑ\82о Ð¸Ð· Ð²Ð°Ñ\88иÑ\85 Ñ\84оÑ\82оалÑ\8cбомов"
+#: ../../include/features.php:41
+msgid "Save search terms for re-use"
+msgstr "СоÑ\85Ñ\80аниÑ\82Ñ\8c Ñ\83Ñ\81ловиÑ\8f Ð¿Ð¾Ð¸Ñ\81ка Ð´Ð»Ñ\8f Ð¿Ð¾Ð²Ñ\82оÑ\80ного Ð¸Ñ\81полÑ\8cзованиÑ\8f"
 
-#: ../../mod/profile_photo.php:262
-msgid "Crop Image"
-msgstr "Ð\9eбÑ\80езаÑ\82Ñ\8c Ð¸Ð·Ð¾Ð±Ñ\80ажение"
+#: ../../include/features.php:46
+msgid "Network Tabs"
+msgstr "СеÑ\82евÑ\8bе Ð²ÐºÐ»Ð°Ð´ÐºÐ¸"
 
-#: ../../mod/profile_photo.php:263
-msgid "Please adjust the image cropping for optimum viewing."
-msgstr "Ð\9fожалÑ\83йÑ\81Ñ\82а, Ð½Ð°Ñ\81Ñ\82Ñ\80ойÑ\82е Ð¾Ð±Ñ\80езкÑ\83 Ð¸Ð·Ð¾Ð±Ñ\80ажениÑ\8f Ð´Ð»Ñ\8f Ð¾Ð¿Ñ\82ималÑ\8cного Ð¿Ñ\80оÑ\81моÑ\82Ñ\80а."
+#: ../../include/features.php:47
+msgid "Network Personal Tab"
+msgstr "Ð\9fеÑ\80Ñ\81оналÑ\8cнÑ\8bе Ñ\81еÑ\82евÑ\8bе Ð²ÐºÐ»Ð°Ð´ÐºÐ¸"
 
-#: ../../mod/profile_photo.php:265
-msgid "Done Editing"
-msgstr "РедакÑ\82иÑ\80ование Ð²Ñ\8bполнено"
+#: ../../include/features.php:47
+msgid "Enable tab to display only Network posts that you've interacted on"
+msgstr "Ð\92клÑ\8eÑ\87иÑ\82Ñ\8c Ð²ÐºÐ»Ð°Ð´ÐºÑ\83 Ð´Ð»Ñ\8f Ð¾Ñ\82обÑ\80ажениÑ\8f Ñ\82олÑ\8cко Ñ\81ообÑ\89ений Ñ\81еÑ\82и, Ñ\81 ÐºÐ¾Ñ\82оÑ\80ой Ð²Ñ\8b Ð²Ð·Ð°Ð¸Ð¼Ð¾Ð´ÐµÐ¹Ñ\81Ñ\82вовали"
 
-#: ../../mod/profile_photo.php:299
-msgid "Image uploaded successfully."
-msgstr "Ð\98зобÑ\80ажение Ð·Ð°Ð³Ñ\80Ñ\83жено Ñ\83Ñ\81пеÑ\88но."
+#: ../../include/features.php:48
+msgid "Network New Tab"
+msgstr "Ð\9dоваÑ\8f Ð²ÐºÐ»Ð°Ð´ÐºÐ° Ñ\81еÑ\82Ñ\8c"
 
-#: ../../mod/community.php:23
-msgid "Not available."
-msgstr "Ð\9dедоÑ\81Ñ\82Ñ\83пно."
+#: ../../include/features.php:48
+msgid "Enable tab to display only new Network posts (from the last 12 hours)"
+msgstr "Ð\92клÑ\8eÑ\87иÑ\82Ñ\8c Ð²ÐºÐ»Ð°Ð´ÐºÑ\83 Ð´Ð»Ñ\8f Ð¾Ñ\82обÑ\80ажениÑ\8f Ñ\82олÑ\8cко Ð½Ð¾Ð²Ñ\8bÑ\85 Ñ\81ообÑ\89ений Ñ\81еÑ\82и (за Ð¿Ð¾Ñ\81ледние 12 Ñ\87аÑ\81ов)"
 
-#: ../../mod/content.php:626 ../../object/Item.php:362
-#, php-format
-msgid "%d comment"
-msgid_plural "%d comments"
-msgstr[0] "%d комментарий"
-msgstr[1] "%d комментариев"
-msgstr[2] "%d комментариев"
+#: ../../include/features.php:49
+msgid "Network Shared Links Tab"
+msgstr "Вкладка shared ссылок сети"
 
-#: ../../mod/content.php:707 ../../object/Item.php:232
-msgid "like"
-msgstr "нÑ\80авиÑ\82Ñ\81Ñ\8f"
+#: ../../include/features.php:49
+msgid "Enable tab to display only Network posts with links in them"
+msgstr "Ð\92клÑ\8eÑ\87иÑ\82Ñ\8c Ð²ÐºÐ»Ð°Ð´ÐºÑ\83 Ð´Ð»Ñ\8f Ð¾Ñ\82обÑ\80ажениÑ\8f Ñ\82олÑ\8cко Ñ\81ообÑ\89ений Ñ\81еÑ\82и Ñ\81о Ñ\81Ñ\81Ñ\8bлками Ð½Ð° Ð½Ð¸Ñ\85"
 
-#: ../../mod/content.php:708 ../../object/Item.php:233
-msgid "dislike"
-msgstr "не Ð½Ñ\80авиÑ\82Ñ\81а"
+#: ../../include/features.php:54
+msgid "Post/Comment Tools"
+msgstr "Ð\98нÑ\81Ñ\82Ñ\80Ñ\83менÑ\82Ñ\8b Ð¿Ð¾Ñ\81Ñ\82/комменÑ\82аÑ\80ий"
 
-#: ../../mod/content.php:710 ../../object/Item.php:235
-msgid "Share this"
-msgstr "Ð\9fоделиÑ\82еÑ\81Ñ\8c Ñ\8dÑ\82им"
+#: ../../include/features.php:55
+msgid "Multiple Deletion"
+msgstr "Ð\9cножеÑ\81Ñ\82венное Ñ\83даление"
 
-#: ../../mod/content.php:710 ../../object/Item.php:235
-msgid "share"
-msgstr "делиÑ\82Ñ\8cÑ\81Ñ\8f"
+#: ../../include/features.php:55
+msgid "Select and delete multiple posts/comments at once"
+msgstr "Ð\92Ñ\8bбÑ\80аÑ\82Ñ\8c Ð¸ Ñ\83далиÑ\82Ñ\8c Ð½ÐµÑ\81колÑ\8cко Ð¿Ð¾Ñ\81Ñ\82ов/комменÑ\82аÑ\80иев Ð¾Ð´Ð½Ð¾Ð²Ñ\80еменно."
 
-#: ../../mod/content.php:734 ../../object/Item.php:654
-msgid "Bold"
-msgstr "Ð\96иÑ\80нÑ\8bй"
+#: ../../include/features.php:56
+msgid "Edit Sent Posts"
+msgstr "РедакÑ\82иÑ\80оваÑ\82Ñ\8c Ð¾Ñ\82пÑ\80авленнÑ\8bе Ð¿Ð¾Ñ\81Ñ\82Ñ\8b"
 
-#: ../../mod/content.php:735 ../../object/Item.php:655
-msgid "Italic"
-msgstr "Kурсивный"
+#: ../../include/features.php:56
+msgid "Edit and correct posts and comments after sending"
+msgstr "Редактировать и править посты и комментарии после отправления"
 
-#: ../../mod/content.php:736 ../../object/Item.php:656
-msgid "Underline"
-msgstr "Ð\9fодÑ\87еÑ\80кнÑ\83Ñ\82Ñ\8bй"
+#: ../../include/features.php:57
+msgid "Tagging"
+msgstr "Ð\9eÑ\82меÑ\87енное"
 
-#: ../../mod/content.php:737 ../../object/Item.php:657
-msgid "Quote"
-msgstr "ЦиÑ\82аÑ\82а"
+#: ../../include/features.php:57
+msgid "Ability to tag existing posts"
+msgstr "Ð\92озможноÑ\81Ñ\82Ñ\8c Ð¾Ñ\82меÑ\87аÑ\82Ñ\8c Ñ\81Ñ\83Ñ\89еÑ\81Ñ\82вÑ\83Ñ\8eÑ\89ие Ð¿Ð¾Ñ\81Ñ\82Ñ\8b"
 
-#: ../../mod/content.php:738 ../../object/Item.php:658
-msgid "Code"
-msgstr "Ð\9aод"
+#: ../../include/features.php:58
+msgid "Post Categories"
+msgstr "Ð\9aаÑ\82егоÑ\80ии Ð¿Ð¾Ñ\81Ñ\82ов"
 
-#: ../../mod/content.php:739 ../../object/Item.php:659
-msgid "Image"
-msgstr "Ð\98зобÑ\80ажение / Ð¤Ð¾Ñ\82о"
+#: ../../include/features.php:58
+msgid "Add categories to your posts"
+msgstr "Ð\94обавиÑ\82Ñ\8c ÐºÐ°Ñ\82егоÑ\80ии Ð²Ð°Ñ\88его Ð¿Ð¾Ñ\81Ñ\82а"
 
-#: ../../mod/content.php:740 ../../object/Item.php:660
-msgid "Link"
-msgstr "Ссылка"
+#: ../../include/features.php:59
+msgid "Ability to file posts under folders"
+msgstr ""
 
-#: ../../mod/content.php:741 ../../object/Item.php:661
-msgid "Video"
-msgstr "Ð\92идео"
+#: ../../include/features.php:60
+msgid "Dislike Posts"
+msgstr "Ð\9fоÑ\81Ñ\82Ñ\8b Ð´Ð¸Ð·Ð»Ð°Ð¹Ðº"
 
-#: ../../mod/content.php:776 ../../object/Item.php:211
-msgid "add star"
-msgstr "помеÑ\82иÑ\82Ñ\8c"
+#: ../../include/features.php:60
+msgid "Ability to dislike posts/comments"
+msgstr "Ð\92озможноÑ\81Ñ\82Ñ\8c Ð´Ð¸Ð·Ð»Ð°Ð¹ÐºÐ° Ð¿Ð¾Ñ\81Ñ\82ов/комменÑ\82аÑ\80иев"
 
-#: ../../mod/content.php:777 ../../object/Item.php:212
-msgid "remove star"
-msgstr "убрать метку"
+#: ../../include/features.php:61
+msgid "Star Posts"
+msgstr "Популярные посты"
 
-#: ../../mod/content.php:778 ../../object/Item.php:213
-msgid "toggle star status"
-msgstr "пеÑ\80еклÑ\8eÑ\87иÑ\82Ñ\8c Ñ\81Ñ\82аÑ\82Ñ\83Ñ\81"
+#: ../../include/features.php:61
+msgid "Ability to mark special posts with a star indicator"
+msgstr "Ð\92озможноÑ\81Ñ\82Ñ\8c Ð¾Ñ\82меÑ\82иÑ\82Ñ\8c Ñ\81пеÑ\86иалÑ\8cнÑ\8bе Ñ\81ообÑ\89ениÑ\8f Ð¸Ð½Ð´Ð¸ÐºÐ°Ñ\82оÑ\80ом Ð¿Ð¾Ð¿Ñ\83лÑ\8fÑ\80ноÑ\81Ñ\82и"
 
-#: ../../mod/content.php:781 ../../object/Item.php:216
-msgid "starred"
-msgstr "помеÑ\87ено"
+#: ../../include/diaspora.php:704
+msgid "Sharing notification from Diaspora network"
+msgstr "Ð\94елиÑ\82Ñ\8cÑ\81Ñ\8f Ñ\83ведомлениÑ\8fми Ð¸Ð· Ñ\81еÑ\82и Diaspora"
 
-#: ../../mod/content.php:782 ../../object/Item.php:221
-msgid "add tag"
-msgstr "добавиÑ\82Ñ\8c ÐºÐ»Ñ\8eÑ\87евое Ñ\81лово (Ñ\82аг)"
+#: ../../include/diaspora.php:2269
+msgid "Attachments:"
+msgstr "Ð\92ложениÑ\8f:"
 
-#: ../../mod/content.php:786 ../../object/Item.php:130
-msgid "save to folder"
-msgstr "сохранить в папке"
+#: ../../include/acl_selectors.php:325
+msgid "Visible to everybody"
+msgstr "Видимо всем"
 
-#: ../../mod/content.php:877 ../../object/Item.php:308
-msgid "to"
-msgstr "к"
+#: ../../include/items.php:3539
+msgid "A new person is sharing with you at "
+msgstr "Ð\9dовÑ\8bй Ñ\87еловек Ð´ÐµÐ»Ð¸Ñ\82Ñ\81Ñ\8f Ñ\81 Ð²Ð°Ð¼Ð¸"
 
-#: ../../mod/content.php:878 ../../object/Item.php:310
-msgid "Wall-to-Wall"
-msgstr "СÑ\82ена-на-СÑ\82енÑ\83"
+#: ../../include/items.php:3539
+msgid "You have a new follower at "
+msgstr "У Ð²Ð°Ñ\81 ÐµÑ\81Ñ\82Ñ\8c Ð½Ð¾Ð²Ñ\8bй Ñ\84олловеÑ\80 Ð½Ð° "
 
-#: ../../mod/content.php:879 ../../object/Item.php:311
-msgid "via Wall-To-Wall:"
-msgstr "через Стена-на-Стену:"
+#: ../../include/items.php:4062
+msgid "Do you really want to delete this item?"
+msgstr "Вы действительно хотите удалить этот элемент?"
 
-#: ../../object/Item.php:92
-msgid "This entry was edited"
-msgstr ""
+#: ../../include/items.php:4285
+msgid "Archives"
+msgstr "Архивы"
 
-#: ../../object/Item.php:309
-msgid "via"
-msgstr "через"
+#: ../../include/oembed.php:140
+msgid "Embedded content"
+msgstr "Встроенное содержание"
 
-#: ../../view/theme/cleanzero/config.php:82
-#: ../../view/theme/diabook/config.php:154
-#: ../../view/theme/dispy/config.php:72 ../../view/theme/quattro/config.php:66
-msgid "Theme settings"
-msgstr ""
+#: ../../include/oembed.php:149
+msgid "Embedding disabled"
+msgstr "Встраивание отключено"
 
-#: ../../view/theme/cleanzero/config.php:83
-msgid "Set resize level for images in posts and comments (width and height)"
-msgstr ""
+#: ../../include/security.php:22
+msgid "Welcome "
+msgstr "Добро пожаловать, "
 
-#: ../../view/theme/cleanzero/config.php:84
-#: ../../view/theme/diabook/config.php:155
-#: ../../view/theme/dispy/config.php:73
-msgid "Set font-size for posts and comments"
-msgstr ""
+#: ../../include/security.php:23
+msgid "Please upload a profile photo."
+msgstr "Пожалуйста, загрузите фотографию профиля."
 
-#: ../../view/theme/cleanzero/config.php:85
-msgid "Set theme width"
-msgstr ""
+#: ../../include/security.php:26
+msgid "Welcome back "
+msgstr "Добро пожаловать обратно, "
 
-#: ../../view/theme/cleanzero/config.php:86
-#: ../../view/theme/quattro/config.php:68
-msgid "Color scheme"
-msgstr "Цветовая схема"
+#: ../../include/security.php:366
+msgid ""
+"The form security token was not correct. This probably happened because the "
+"form has been opened for too long (>3 hours) before submitting it."
+msgstr "Ключ формы безопасности неправильный. Вероятно, это произошло потому, что форма была открыта слишком долго (более 3 часов) до её отправки."
 
-#: ../../view/theme/diabook/config.php:156
-#: ../../view/theme/dispy/config.php:74
-msgid "Set line-height for posts and comments"
-msgstr ""
+#: ../../include/profile_selectors.php:6
+msgid "Male"
+msgstr "Мужчина"
 
-#: ../../view/theme/diabook/config.php:157
-msgid "Set resolution for middle column"
-msgstr ""
+#: ../../include/profile_selectors.php:6
+msgid "Female"
+msgstr "Женщина"
 
-#: ../../view/theme/diabook/config.php:158
-msgid "Set color scheme"
-msgstr ""
+#: ../../include/profile_selectors.php:6
+msgid "Currently Male"
+msgstr "В данный момент мужчина"
 
-#: ../../view/theme/diabook/config.php:159
-#: ../../view/theme/diabook/theme.php:609
-msgid "Set twitter search term"
-msgstr ""
+#: ../../include/profile_selectors.php:6
+msgid "Currently Female"
+msgstr "В настоящее время женщина"
 
-#: ../../view/theme/diabook/config.php:160
-msgid "Set zoomfactor for Earth Layer"
-msgstr ""
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Male"
+msgstr "В основном мужчина"
 
-#: ../../view/theme/diabook/config.php:161
-#: ../../view/theme/diabook/theme.php:578
-msgid "Set longitude (X) for Earth Layers"
-msgstr ""
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Female"
+msgstr "В основном женщина"
 
-#: ../../view/theme/diabook/config.php:162
-#: ../../view/theme/diabook/theme.php:579
-msgid "Set latitude (Y) for Earth Layers"
-msgstr ""
+#: ../../include/profile_selectors.php:6
+msgid "Transgender"
+msgstr "Транссексуал"
 
-#: ../../view/theme/diabook/config.php:163
-#: ../../view/theme/diabook/theme.php:94
-#: ../../view/theme/diabook/theme.php:537
-#: ../../view/theme/diabook/theme.php:632
-msgid "Community Pages"
-msgstr "Страницы сообщества"
+#: ../../include/profile_selectors.php:6
+msgid "Intersex"
+msgstr "Интерсексуал"
 
-#: ../../view/theme/diabook/config.php:164
-#: ../../view/theme/diabook/theme.php:572
-#: ../../view/theme/diabook/theme.php:633
-msgid "Earth Layers"
-msgstr ""
+#: ../../include/profile_selectors.php:6
+msgid "Transsexual"
+msgstr "Транссексуал"
 
-#: ../../view/theme/diabook/config.php:165
-#: ../../view/theme/diabook/theme.php:384
-#: ../../view/theme/diabook/theme.php:634
-msgid "Community Profiles"
-msgstr ""
+#: ../../include/profile_selectors.php:6
+msgid "Hermaphrodite"
+msgstr "Гермафродит"
 
-#: ../../view/theme/diabook/config.php:166
-#: ../../view/theme/diabook/theme.php:592
-#: ../../view/theme/diabook/theme.php:635
-msgid "Help or @NewHere ?"
-msgstr ""
+#: ../../include/profile_selectors.php:6
+msgid "Neuter"
+msgstr "Средний род"
 
-#: ../../view/theme/diabook/config.php:167
-#: ../../view/theme/diabook/theme.php:599
-#: ../../view/theme/diabook/theme.php:636
-msgid "Connect Services"
-msgstr "Подключить службы"
+#: ../../include/profile_selectors.php:6
+msgid "Non-specific"
+msgstr "Не определен"
 
-#: ../../view/theme/diabook/config.php:168
-#: ../../view/theme/diabook/theme.php:516
-#: ../../view/theme/diabook/theme.php:637
-msgid "Find Friends"
-msgstr "Найти друзей"
+#: ../../include/profile_selectors.php:6
+msgid "Other"
+msgstr "Другой"
 
-#: ../../view/theme/diabook/config.php:169
-msgid "Last tweets"
-msgstr ""
+#: ../../include/profile_selectors.php:6
+msgid "Undecided"
+msgstr "Не решено"
 
-#: ../../view/theme/diabook/config.php:170
-#: ../../view/theme/diabook/theme.php:405
-#: ../../view/theme/diabook/theme.php:639
-msgid "Last users"
-msgstr "Последние пользователи"
+#: ../../include/profile_selectors.php:23
+msgid "Males"
+msgstr "Мужчины"
 
-#: ../../view/theme/diabook/config.php:171
-#: ../../view/theme/diabook/theme.php:479
-#: ../../view/theme/diabook/theme.php:640
-msgid "Last photos"
-msgstr "Последние фото"
+#: ../../include/profile_selectors.php:23
+msgid "Females"
+msgstr "Женщины"
 
-#: ../../view/theme/diabook/config.php:172
-#: ../../view/theme/diabook/theme.php:434
-#: ../../view/theme/diabook/theme.php:641
-msgid "Last likes"
-msgstr "Последние likes"
+#: ../../include/profile_selectors.php:23
+msgid "Gay"
+msgstr "Гей"
 
-#: ../../view/theme/diabook/theme.php:89
-msgid "Your contacts"
-msgstr "Ð\92аÑ\88и ÐºÐ¾Ð½Ñ\82акÑ\82Ñ\8b"
+#: ../../include/profile_selectors.php:23
+msgid "Lesbian"
+msgstr "Ð\9bеÑ\81биÑ\8fнка"
 
-#: ../../view/theme/diabook/theme.php:517
-msgid "Local Directory"
-msgstr "Ð\9bокалÑ\8cнÑ\8bй ÐºÐ°Ñ\82алог"
+#: ../../include/profile_selectors.php:23
+msgid "No Preference"
+msgstr "Ð\91ез Ð¿Ñ\80едпоÑ\87Ñ\82ений"
 
-#: ../../view/theme/diabook/theme.php:577
-msgid "Set zoomfactor for Earth Layers"
-msgstr ""
+#: ../../include/profile_selectors.php:23
+msgid "Bisexual"
+msgstr "Бисексуал"
 
-#: ../../view/theme/diabook/theme.php:606
-#: ../../view/theme/diabook/theme.php:638
-msgid "Last Tweets"
-msgstr "Последние твиты"
+#: ../../include/profile_selectors.php:23
+msgid "Autosexual"
+msgstr "Автосексуал"
 
-#: ../../view/theme/diabook/theme.php:630
-msgid "Show/hide boxes at right-hand column:"
-msgstr ""
+#: ../../include/profile_selectors.php:23
+msgid "Abstinent"
+msgstr "Воздержанный"
 
-#: ../../view/theme/dispy/config.php:75
-msgid "Set colour scheme"
-msgstr ""
+#: ../../include/profile_selectors.php:23
+msgid "Virgin"
+msgstr "Девственница"
 
-#: ../../view/theme/quattro/config.php:67
-msgid "Alignment"
-msgstr "Выравнивание"
+#: ../../include/profile_selectors.php:23
+msgid "Deviant"
+msgstr "Deviant"
 
-#: ../../view/theme/quattro/config.php:67
-msgid "Left"
-msgstr ""
+#: ../../include/profile_selectors.php:23
+msgid "Fetish"
+msgstr "Фетиш"
 
-#: ../../view/theme/quattro/config.php:67
-msgid "Center"
-msgstr "ЦенÑ\82Ñ\80"
+#: ../../include/profile_selectors.php:23
+msgid "Oodles"
+msgstr "Ð\93Ñ\80Ñ\83пповой"
 
-#: ../../view/theme/quattro/config.php:69
-msgid "Posts font size"
-msgstr ""
+#: ../../include/profile_selectors.php:23
+msgid "Nonsexual"
+msgstr "Нет интереса к сексу"
 
-#: ../../view/theme/quattro/config.php:70
-msgid "Textareas font size"
-msgstr ""
+#: ../../include/profile_selectors.php:42
+msgid "Single"
+msgstr "Без пары"
 
-#: ../../boot.php:650
-msgid "Delete this item?"
-msgstr "УдалиÑ\82Ñ\8c Ñ\8dÑ\82оÑ\82 Ñ\8dлеменÑ\82?"
+#: ../../include/profile_selectors.php:42
+msgid "Lonely"
+msgstr "Ð\9fока Ð½Ð¸ÐºÐ¾Ð³Ð¾ Ð½ÐµÑ\82"
 
-#: ../../boot.php:653
-msgid "show fewer"
-msgstr "показаÑ\82Ñ\8c Ð¼ÐµÐ½Ñ\8cÑ\88е"
+#: ../../include/profile_selectors.php:42
+msgid "Available"
+msgstr "Ð\94оÑ\81Ñ\82Ñ\83пнÑ\8bй"
 
-#: ../../boot.php:920
-#, php-format
-msgid "Update %s failed. See error logs."
-msgstr ""
+#: ../../include/profile_selectors.php:42
+msgid "Unavailable"
+msgstr "Не ищу никого"
 
-#: ../../boot.php:922
-#, php-format
-msgid "Update Error at %s"
-msgstr ""
+#: ../../include/profile_selectors.php:42
+msgid "Has crush"
+msgstr "Имеет ошибку"
 
-#: ../../boot.php:1032
-msgid "Create a New Account"
-msgstr "СоздаÑ\82Ñ\8c Ð½Ð¾Ð²Ñ\8bй Ð°ÐºÐºÐ°Ñ\83нÑ\82"
+#: ../../include/profile_selectors.php:42
+msgid "Infatuated"
+msgstr "Ð\92лÑ\8eблÑ\91н"
 
-#: ../../boot.php:1060
-msgid "Nickname or Email address: "
-msgstr "Ð\9dик Ð¸Ð»Ð¸ Ð°Ð´Ñ\80еÑ\81 Ñ\8dлекÑ\82Ñ\80онной Ð¿Ð¾Ñ\87Ñ\82Ñ\8b"
+#: ../../include/profile_selectors.php:42
+msgid "Dating"
+msgstr "СвиданиÑ\8f"
 
-#: ../../boot.php:1061
-msgid "Password: "
-msgstr "Ð\9fаÑ\80олÑ\8c"
+#: ../../include/profile_selectors.php:42
+msgid "Unfaithful"
+msgstr "Ð\98зменÑ\8fÑ\8e Ñ\81Ñ\83пÑ\80Ñ\83гÑ\83"
 
-#: ../../boot.php:1062
-msgid "Remember me"
-msgstr "Ð\9dапомниÑ\82Ñ\8c"
+#: ../../include/profile_selectors.php:42
+msgid "Sex Addict"
+msgstr "Ð\9bÑ\8eблÑ\8e Ñ\81екÑ\81"
 
-#: ../../boot.php:1065
-msgid "Or login using OpenID: "
-msgstr "Ð\98ли Ð·Ð°Ð¹Ñ\82и Ñ\81 OpenID: "
+#: ../../include/profile_selectors.php:42
+msgid "Friends/Benefits"
+msgstr "Ð\94Ñ\80Ñ\83зÑ\8cÑ\8f / Ð\9fÑ\80едпоÑ\87Ñ\82ениÑ\8f"
 
-#: ../../boot.php:1071
-msgid "Forgot your password?"
-msgstr "Ð\97абÑ\8bли Ð¿Ð°Ñ\80олÑ\8c?"
+#: ../../include/profile_selectors.php:42
+msgid "Casual"
+msgstr "Ð\9eбÑ\8bÑ\87нÑ\8bй"
 
-#: ../../boot.php:1074
-msgid "Website Terms of Service"
-msgstr ""
+#: ../../include/profile_selectors.php:42
+msgid "Engaged"
+msgstr "Занят"
 
-#: ../../boot.php:1075
-msgid "terms of service"
-msgstr ""
+#: ../../include/profile_selectors.php:42
+msgid "Married"
+msgstr "Женат / Замужем"
 
-#: ../../boot.php:1077
-msgid "Website Privacy Policy"
+#: ../../include/profile_selectors.php:42
+msgid "Imaginarily married"
 msgstr ""
 
-#: ../../boot.php:1078
-msgid "privacy policy"
-msgstr ""
+#: ../../include/profile_selectors.php:42
+msgid "Partners"
+msgstr "Партнеры"
 
-#: ../../boot.php:1207
-msgid "Requested account is not available."
+#: ../../include/profile_selectors.php:42
+msgid "Cohabiting"
+msgstr "Партнерство"
+
+#: ../../include/profile_selectors.php:42
+msgid "Common law"
 msgstr ""
 
-#: ../../boot.php:1286 ../../boot.php:1390
-msgid "Edit profile"
-msgstr "РедакÑ\82иÑ\80оваÑ\82Ñ\8c Ð¿Ñ\80оÑ\84илÑ\8c"
+#: ../../include/profile_selectors.php:42
+msgid "Happy"
+msgstr "СÑ\87аÑ\81Ñ\82лив/а/"
 
-#: ../../boot.php:1352
-msgid "Message"
-msgstr "СообÑ\89ение"
+#: ../../include/profile_selectors.php:42
+msgid "Not looking"
+msgstr "Ð\9dе Ð² Ð¿Ð¾Ð¸Ñ\81ке"
 
-#: ../../boot.php:1360
-msgid "Manage/edit profiles"
-msgstr "УпÑ\80авление / Ñ\80едакÑ\82иÑ\80ование Ð¿Ñ\80оÑ\84илей"
+#: ../../include/profile_selectors.php:42
+msgid "Swinger"
+msgstr "Свинг"
 
-#: ../../boot.php:1489 ../../boot.php:1575
-msgid "g A l F d"
-msgstr "g A l F d"
+#: ../../include/profile_selectors.php:42
+msgid "Betrayed"
+msgstr "Преданный"
 
-#: ../../boot.php:1490 ../../boot.php:1576
-msgid "d"
-msgstr "F d"
+#: ../../include/profile_selectors.php:42
+msgid "Separated"
+msgstr "Разделенный"
 
-#: ../../boot.php:1535 ../../boot.php:1616
-msgid "[today]"
-msgstr "[сегодня]"
+#: ../../include/profile_selectors.php:42
+msgid "Unstable"
+msgstr "Нестабильный"
 
-#: ../../boot.php:1547
-msgid "Birthday Reminders"
-msgstr "Ð\9dапоминаниÑ\8f Ð¾ Ð´Ð½Ñ\8fÑ\85 Ñ\80ождениÑ\8f"
+#: ../../include/profile_selectors.php:42
+msgid "Divorced"
+msgstr "Разведен(а)"
 
-#: ../../boot.php:1548
-msgid "Birthdays this week:"
-msgstr "Дни рождения на этой неделе:"
+#: ../../include/profile_selectors.php:42
+msgid "Imaginarily divorced"
+msgstr ""
 
-#: ../../boot.php:1609
-msgid "[No description]"
-msgstr "[без описания]"
+#: ../../include/profile_selectors.php:42
+msgid "Widowed"
+msgstr "Овдовевший"
 
-#: ../../boot.php:1627
-msgid "Event Reminders"
-msgstr "Ð\9dапоминаниÑ\8f Ð¾ Ð¼ÐµÑ\80опÑ\80иÑ\8fÑ\82иÑ\8fÑ\85"
+#: ../../include/profile_selectors.php:42
+msgid "Uncertain"
+msgstr "Ð\9dеопÑ\80еделеннÑ\8bй"
 
-#: ../../boot.php:1628
-msgid "Events this week:"
-msgstr "Ð\9cеÑ\80опÑ\80иÑ\8fÑ\82иÑ\8f Ð½Ð° Ñ\8dÑ\82ой Ð½ÐµÐ´ÐµÐ»Ðµ:"
+#: ../../include/profile_selectors.php:42
+msgid "It's complicated"
+msgstr "влиÑ\88ком Ñ\81ложно"
 
-#: ../../boot.php:1864
-msgid "Status Messages and Posts"
-msgstr ""
+#: ../../include/profile_selectors.php:42
+msgid "Don't care"
+msgstr "Не беспокоить"
 
-#: ../../boot.php:1871
-msgid "Profile Details"
-msgstr "Ð\94еÑ\82али Ð¿Ñ\80оÑ\84иля"
+#: ../../include/profile_selectors.php:42
+msgid "Ask me"
+msgstr "СпÑ\80оÑ\81иÑ\82е Ð¼ÐµÐ½я"
 
-#: ../../boot.php:1888
-msgid "Events and Calendar"
-msgstr ""
+#: ../../include/Contact.php:115
+msgid "stopped following"
+msgstr "остановлено следование"
 
-#: ../../boot.php:1895
-msgid "Only You Can See This"
-msgstr "ТолÑ\8cко Ð²Ñ\8b Ð¼Ð¾Ð¶ÐµÑ\82е Ñ\8dÑ\82о Ð²Ð¸Ð´ÐµÑ\82Ñ\8c"
+#: ../../include/Contact.php:234
+msgid "Drop Contact"
+msgstr "УдалиÑ\82Ñ\8c ÐºÐ¾Ð½Ñ\82акÑ\82"
 
-#: ../../index.php:405
-msgid "toggle mobile"
-msgstr "мобильная версия"
+#: ../../include/dba.php:44
+#, php-format
+msgid "Cannot locate DNS info for database server '%s'"
+msgstr "Не могу найти информацию для DNS-сервера базы данных '%s'"
index a0f722a1819847c48ae81e58a407655e377efd76..4e2a51ec9e554facd194bdb8465d7235d348b178 100644 (file)
@@ -5,650 +5,189 @@ function string_plural_select_ru($n){
        return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<10 || $n%100>=20) ? 1 : 2);;
 }}
 ;
-$a->strings["Profile"] = "Профиль";
-$a->strings["Full Name:"] = "Полное имя:";
-$a->strings["Gender:"] = "Пол:";
-$a->strings["j F, Y"] = "j F, Y";
-$a->strings["j F"] = "j F";
-$a->strings["Birthday:"] = "День рождения:";
-$a->strings["Age:"] = "Возраст:";
-$a->strings["Status:"] = "Статус:";
-$a->strings["for %1\$d %2\$s"] = "";
-$a->strings["Sexual Preference:"] = "Сексуальные предпочтения:";
-$a->strings["Homepage:"] = "Домашняя страничка:";
-$a->strings["Hometown:"] = "";
-$a->strings["Tags:"] = "Ключевые слова: ";
-$a->strings["Political Views:"] = "Политические взгляды:";
-$a->strings["Religion:"] = "Религия:";
-$a->strings["About:"] = "О себе:";
-$a->strings["Hobbies/Interests:"] = "Хобби / Интересы:";
-$a->strings["Likes:"] = "";
-$a->strings["Dislikes:"] = "";
-$a->strings["Contact information and Social Networks:"] = "Информация о контакте и социальных сетях:";
-$a->strings["Musical interests:"] = "Музыкальные интересы:";
-$a->strings["Books, literature:"] = "Книги, литература:";
-$a->strings["Television:"] = "Телевидение:";
-$a->strings["Film/dance/culture/entertainment:"] = "Кино / Танцы / Культура / Развлечения:";
-$a->strings["Love/Romance:"] = "Любовь / Романтика:";
-$a->strings["Work/employment:"] = "Работа / Занятость:";
-$a->strings["School/education:"] = "Школа / Образование:";
-$a->strings["Male"] = "Мужчина";
-$a->strings["Female"] = "Женщина";
-$a->strings["Currently Male"] = "В данный момент мужчина";
-$a->strings["Currently Female"] = "В настоящее время женщина";
-$a->strings["Mostly Male"] = "В основном мужчина";
-$a->strings["Mostly Female"] = "В основном женщина";
-$a->strings["Transgender"] = "Транссексуал";
-$a->strings["Intersex"] = "Интерсексуал";
-$a->strings["Transsexual"] = "Транссексуал";
-$a->strings["Hermaphrodite"] = "Гермафродит";
-$a->strings["Neuter"] = "Средний род";
-$a->strings["Non-specific"] = "Не определен";
-$a->strings["Other"] = "Другой";
-$a->strings["Undecided"] = "Не решено";
-$a->strings["Males"] = "Мужчины";
-$a->strings["Females"] = "Женщины";
-$a->strings["Gay"] = "Гей";
-$a->strings["Lesbian"] = "Лесбиянка";
-$a->strings["No Preference"] = "Без предпочтений";
-$a->strings["Bisexual"] = "Бисексуал";
-$a->strings["Autosexual"] = "Автосексуал";
-$a->strings["Abstinent"] = "Воздержанный";
-$a->strings["Virgin"] = "Девственница";
-$a->strings["Deviant"] = "Deviant";
-$a->strings["Fetish"] = "Фетиш";
-$a->strings["Oodles"] = "Групповой";
-$a->strings["Nonsexual"] = "Нет интереса к сексу";
-$a->strings["Single"] = "Без пары";
-$a->strings["Lonely"] = "Пока никого нет";
-$a->strings["Available"] = "Доступный";
-$a->strings["Unavailable"] = "Не ищу никого";
-$a->strings["Has crush"] = "";
-$a->strings["Infatuated"] = "";
-$a->strings["Dating"] = "Свидания";
-$a->strings["Unfaithful"] = "Изменяю супругу";
-$a->strings["Sex Addict"] = "Люблю секс";
-$a->strings["Friends"] = "Друзья";
-$a->strings["Friends/Benefits"] = "Друзья / Предпочтения";
-$a->strings["Casual"] = "Обычный";
-$a->strings["Engaged"] = "Занят";
-$a->strings["Married"] = "Женат / Замужем";
-$a->strings["Imaginarily married"] = "";
-$a->strings["Partners"] = "Партнеры";
-$a->strings["Cohabiting"] = "Партнерство";
-$a->strings["Common law"] = "";
-$a->strings["Happy"] = "Счастлив/а/";
-$a->strings["Not looking"] = "";
-$a->strings["Swinger"] = "Свинг";
-$a->strings["Betrayed"] = "Преданный";
-$a->strings["Separated"] = "Разделенный";
-$a->strings["Unstable"] = "Нестабильный";
-$a->strings["Divorced"] = "Разведен(а)";
-$a->strings["Imaginarily divorced"] = "";
-$a->strings["Widowed"] = "Овдовевший";
-$a->strings["Uncertain"] = "Неопределенный";
-$a->strings["It's complicated"] = "влишком сложно";
-$a->strings["Don't care"] = "Не беспокоить";
-$a->strings["Ask me"] = "Спросите меня";
-$a->strings["stopped following"] = "остановлено следование";
-$a->strings["Poke"] = "";
-$a->strings["View Status"] = "Просмотреть статус";
-$a->strings["View Profile"] = "";
-$a->strings["View Photos"] = "";
-$a->strings["Network Posts"] = "";
-$a->strings["Edit Contact"] = "Редактировать контакт";
-$a->strings["Send PM"] = "Отправить ЛС";
-$a->strings["prev"] = "пред.";
-$a->strings["first"] = "первый";
-$a->strings["last"] = "последний";
-$a->strings["next"] = "след.";
-$a->strings["newer"] = "новее";
-$a->strings["older"] = "старее";
-$a->strings["No contacts"] = "Нет контактов";
-$a->strings["%d Contact"] = array(
-       0 => "%d контакт",
-       1 => "%d контактов",
-       2 => "%d контактов",
+$a->strings["This entry was edited"] = "Эта запись была отредактирована";
+$a->strings["Private Message"] = "Личное сообщение";
+$a->strings["Edit"] = "Редактировать";
+$a->strings["Select"] = "Выберите";
+$a->strings["Delete"] = "Удалить";
+$a->strings["save to folder"] = "сохранить в папке";
+$a->strings["add star"] = "пометить";
+$a->strings["remove star"] = "убрать метку";
+$a->strings["toggle star status"] = "переключить статус";
+$a->strings["starred"] = "помечено";
+$a->strings["add tag"] = "добавить ключевое слово (таг)";
+$a->strings["I like this (toggle)"] = "Нравится";
+$a->strings["like"] = "нравится";
+$a->strings["I don't like this (toggle)"] = "Не нравится";
+$a->strings["dislike"] = "не нравитса";
+$a->strings["Share this"] = "Поделитесь этим";
+$a->strings["share"] = "делиться";
+$a->strings["Categories:"] = "Категории:";
+$a->strings["Filed under:"] = "В рубрике:";
+$a->strings["View %s's profile @ %s"] = "Просмотреть профиль %s [@ %s]";
+$a->strings["to"] = "к";
+$a->strings["via"] = "через";
+$a->strings["Wall-to-Wall"] = "Стена-на-Стену";
+$a->strings["via Wall-To-Wall:"] = "через Стена-на-Стену:";
+$a->strings["%s from %s"] = "%s с %s";
+$a->strings["Comment"] = "Комментарий";
+$a->strings["Please wait"] = "Пожалуйста, подождите";
+$a->strings["%d comment"] = array(
+       0 => "%d комментарий",
+       1 => "%d комментариев",
+       2 => "%d комментариев",
 );
-$a->strings["View Contacts"] = "Просмотр контактов";
-$a->strings["Search"] = "Поиск";
-$a->strings["Save"] = "Сохранить";
-$a->strings["poke"] = "poke";
-$a->strings["poked"] = "";
-$a->strings["ping"] = "";
-$a->strings["pinged"] = "";
-$a->strings["prod"] = "";
-$a->strings["prodded"] = "";
-$a->strings["slap"] = "";
-$a->strings["slapped"] = "";
-$a->strings["finger"] = "";
-$a->strings["fingered"] = "";
-$a->strings["rebuff"] = "";
-$a->strings["rebuffed"] = "";
-$a->strings["happy"] = "";
-$a->strings["sad"] = "";
-$a->strings["mellow"] = "";
-$a->strings["tired"] = "";
-$a->strings["perky"] = "";
-$a->strings["angry"] = "";
-$a->strings["stupified"] = "";
-$a->strings["puzzled"] = "";
-$a->strings["interested"] = "";
-$a->strings["bitter"] = "";
-$a->strings["cheerful"] = "";
-$a->strings["alive"] = "";
-$a->strings["annoyed"] = "";
-$a->strings["anxious"] = "";
-$a->strings["cranky"] = "";
-$a->strings["disturbed"] = "";
-$a->strings["frustrated"] = "";
-$a->strings["motivated"] = "";
-$a->strings["relaxed"] = "";
-$a->strings["surprised"] = "";
-$a->strings["Monday"] = "Понедельник";
-$a->strings["Tuesday"] = "Вторник";
-$a->strings["Wednesday"] = "Среда";
-$a->strings["Thursday"] = "Четверг";
-$a->strings["Friday"] = "Пятница";
-$a->strings["Saturday"] = "Суббота";
-$a->strings["Sunday"] = "Воскресенье";
-$a->strings["January"] = "Январь";
-$a->strings["February"] = "Февраль";
-$a->strings["March"] = "Март";
-$a->strings["April"] = "Апрель";
-$a->strings["May"] = "Май";
-$a->strings["June"] = "Июнь";
-$a->strings["July"] = "Июль";
-$a->strings["August"] = "Август";
-$a->strings["September"] = "Сентябрь";
-$a->strings["October"] = "Октябрь";
-$a->strings["November"] = "Ноябрь";
-$a->strings["December"] = "Декабрь";
-$a->strings["bytes"] = "байт";
-$a->strings["Click to open/close"] = "Нажмите, чтобы открыть / закрыть";
-$a->strings["link to source"] = "ссылка на источник";
-$a->strings["default"] = "значение по умолчанию";
-$a->strings["Select an alternate language"] = "Выбор альтернативного языка";
-$a->strings["event"] = "мероприятие";
-$a->strings["photo"] = "фото";
-$a->strings["activity"] = "активность";
 $a->strings["comment"] = array(
        0 => "",
        1 => "",
        2 => "комментарий",
 );
-$a->strings["post"] = "сообщение";
-$a->strings["Item filed"] = "";
-$a->strings["Visible to everybody"] = "Видимо всем";
-$a->strings["show"] = "показывать";
+$a->strings["show more"] = "показать больше";
+$a->strings["This is you"] = "Это вы";
+$a->strings["Submit"] = "Подтвердить";
+$a->strings["Bold"] = "Жирный";
+$a->strings["Italic"] = "Kурсивный";
+$a->strings["Underline"] = "Подчеркнутый";
+$a->strings["Quote"] = "Цитата";
+$a->strings["Code"] = "Код";
+$a->strings["Image"] = "Изображение / Фото";
+$a->strings["Link"] = "Ссылка";
+$a->strings["Video"] = "Видео";
+$a->strings["Preview"] = "предварительный просмотр";
+$a->strings["You must be logged in to use addons. "] = "Вы должны войти в систему, чтобы использовать аддоны.";
+$a->strings["Not Found"] = "Не найдено";
+$a->strings["Page not found."] = "Страница не найдена.";
+$a->strings["Permission denied"] = "Доступ запрещен";
+$a->strings["Permission denied."] = "Нет разрешения.";
+$a->strings["toggle mobile"] = "мобильная версия";
+$a->strings["Home"] = "Главная";
+$a->strings["Your posts and conversations"] = "Ваши сообщения и беседы";
+$a->strings["Profile"] = "Профиль";
+$a->strings["Your profile page"] = "Страница Вашего профиля";
+$a->strings["Photos"] = "Фото";
+$a->strings["Your photos"] = "Ваши фотографии";
+$a->strings["Events"] = "Мероприятия";
+$a->strings["Your events"] = "Ваши события";
+$a->strings["Personal notes"] = "Личные заметки";
+$a->strings["Your personal photos"] = "Ваши личные фотографии";
+$a->strings["Community"] = "Сообщество";
 $a->strings["don't show"] = "не показывать";
-$a->strings["Logged out."] = "Выход из системы.";
-$a->strings["Login failed."] = "Войти не удалось.";
-$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "";
-$a->strings["The error message was:"] = "";
-$a->strings["Error decoding account file"] = "";
-$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "";
-$a->strings["Error! I can't import this file: DB schema version is not compatible."] = "";
-$a->strings["Error! Cannot check nickname"] = "";
-$a->strings["User '%s' already exists on this server!"] = "";
-$a->strings["User creation error"] = "";
-$a->strings["User profile creation error"] = "";
-$a->strings["%d contact not imported"] = array(
-       0 => "",
-       1 => "",
-       2 => "",
-);
-$a->strings["Done. You can now login with your username and password"] = "";
-$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
-$a->strings["Starts:"] = "Начало:";
-$a->strings["Finishes:"] = "Окончание:";
-$a->strings["Location:"] = "Откуда:";
-$a->strings["Disallowed profile URL."] = "Запрещенный URL профиля.";
-$a->strings["Connect URL missing."] = "Connect-URL отсутствует.";
-$a->strings["This site is not configured to allow communications with other networks."] = "Данный сайт не настроен так, чтобы держать связь с другими сетями.";
-$a->strings["No compatible communication protocols or feeds were discovered."] = "Обнаружены несовместимые протоколы связи или каналы.";
-$a->strings["The profile address specified does not provide adequate information."] = "Указанный адрес профиля не дает адекватной информации.";
-$a->strings["An author or name was not found."] = "Автор или имя не найдены.";
-$a->strings["No browser URL could be matched to this address."] = "Нет URL браузера, который соответствует этому адресу.";
-$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "";
-$a->strings["Use mailto: in front of address to force email check."] = "";
-$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Указанный адрес профиля принадлежит сети, недоступной на этом сайта.";
-$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Ограниченный профиль. Этот человек не сможет получить прямые / личные уведомления от вас.";
-$a->strings["Unable to retrieve contact information."] = "Невозможно получить контактную информацию.";
-$a->strings["following"] = "следует";
-$a->strings["An invitation is required."] = "Требуется приглашение.";
-$a->strings["Invitation could not be verified."] = "Приглашение не может быть проверено.";
-$a->strings["Invalid OpenID url"] = "Неверный URL OpenID";
-$a->strings["Please enter the required information."] = "Пожалуйста, введите необходимую информацию.";
-$a->strings["Please use a shorter name."] = "Пожалуйста, используйте более короткое имя.";
-$a->strings["Name too short."] = "Имя слишком короткое.";
-$a->strings["That doesn't appear to be your full (First Last) name."] = "Кажется, что это ваше неполное (Имя Фамилия) имя.";
-$a->strings["Your email domain is not among those allowed on this site."] = "Домен вашего адреса электронной почты не относится к числу разрешенных на этом сайте.";
-$a->strings["Not a valid email address."] = "Неверный адрес электронной почты.";
-$a->strings["Cannot use that email."] = "Нельзя использовать этот Email.";
-$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "Ваш \"ник\" может содержать только \"a-z\", \"0-9\", \"-\", и \"_\", а также должен начинаться с буквы.";
-$a->strings["Nickname is already registered. Please choose another."] = "Такой ник уже зарегистрирован. Пожалуйста, выберите другой.";
-$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "";
-$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "СЕРЬЕЗНАЯ ОШИБКА: генерация ключей безопасности не удалась.";
-$a->strings["An error occurred during registration. Please try again."] = "Ошибка при регистрации. Пожалуйста, попробуйте еще раз.";
-$a->strings["An error occurred creating your default profile. Please try again."] = "Ошибка создания вашего профиля. Пожалуйста, попробуйте еще раз.";
-$a->strings["Profile Photos"] = "Фотографии профиля";
-$a->strings["Unknown | Not categorised"] = "Неизвестно | Не определено";
-$a->strings["Block immediately"] = "Блокировать немедленно";
-$a->strings["Shady, spammer, self-marketer"] = "Тролль, спаммер, рассылает рекламу";
-$a->strings["Known to me, but no opinion"] = "Известные мне, но нет определенного мнения";
-$a->strings["OK, probably harmless"] = "Хорошо, наверное, безвредные";
-$a->strings["Reputable, has my trust"] = "Уважаемые, есть мое доверие";
-$a->strings["Frequently"] = "Часто";
-$a->strings["Hourly"] = "Раз в час";
-$a->strings["Twice daily"] = "Два раза в день";
-$a->strings["Daily"] = "Ежедневно";
-$a->strings["Weekly"] = "Еженедельно";
-$a->strings["Monthly"] = "Ежемесячно";
-$a->strings["Friendica"] = "Friendica";
-$a->strings["OStatus"] = "OStatus";
-$a->strings["RSS/Atom"] = "RSS/Atom";
-$a->strings["Email"] = "Эл. почта";
-$a->strings["Diaspora"] = "Diaspora";
-$a->strings["Facebook"] = "Facebook";
-$a->strings["Zot!"] = "Zot!";
-$a->strings["LinkedIn"] = "LinkedIn";
-$a->strings["XMPP/IM"] = "XMPP/IM";
-$a->strings["MySpace"] = "MySpace";
-$a->strings["Google+"] = "Google+";
-$a->strings["Add New Contact"] = "Добавить контакт";
-$a->strings["Enter address or web location"] = "Введите адрес или веб-местонахождение";
-$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Пример: bob@example.com, http://example.com/barbara";
-$a->strings["Connect"] = "Подключить";
-$a->strings["%d invitation available"] = array(
-       0 => "%d приглашение доступно",
-       1 => "%d приглашений доступно",
-       2 => "%d приглашений доступно",
-);
-$a->strings["Find People"] = "Поиск людей";
-$a->strings["Enter name or interest"] = "Введите имя или интерес";
-$a->strings["Connect/Follow"] = "Подключиться/Следовать";
-$a->strings["Examples: Robert Morgenstein, Fishing"] = "Примеры: Роберт Morgenstein, Рыбалка";
-$a->strings["Find"] = "Найти";
-$a->strings["Friend Suggestions"] = "Предложения друзей";
-$a->strings["Similar Interests"] = "Похожие интересы";
-$a->strings["Random Profile"] = "";
-$a->strings["Invite Friends"] = "Пригласить друзей";
-$a->strings["Networks"] = "Сети";
-$a->strings["All Networks"] = "Все сети";
-$a->strings["Saved Folders"] = "";
-$a->strings["Everything"] = "Всё";
-$a->strings["Categories"] = "Категории";
-$a->strings["%d contact in common"] = array(
-       0 => "%d Контакт",
-       1 => "%d Контактов",
-       2 => "%d Контактов",
-);
-$a->strings["show more"] = "показать больше";
-$a->strings[" on Last.fm"] = "";
-$a->strings["Image/photo"] = "Изображение / Фото";
-$a->strings["<span><a href=\"%s\" target=\"external-link\">%s</a> wrote the following <a href=\"%s\" target=\"external-link\">post</a>"] = "";
-$a->strings["$1 wrote:"] = "$1 написал:";
-$a->strings["Encrypted content"] = "";
-$a->strings["Miscellaneous"] = "Разное";
-$a->strings["year"] = "год";
-$a->strings["month"] = "мес.";
-$a->strings["day"] = "день";
-$a->strings["never"] = "никогда";
-$a->strings["less than a second ago"] = "менее сек. назад";
-$a->strings["years"] = "лет";
-$a->strings["months"] = "мес.";
-$a->strings["week"] = "неделя";
-$a->strings["weeks"] = "недель";
-$a->strings["days"] = "дней";
-$a->strings["hour"] = "час";
-$a->strings["hours"] = "час.";
-$a->strings["minute"] = "минута";
-$a->strings["minutes"] = "мин.";
-$a->strings["second"] = "секунда";
-$a->strings["seconds"] = "сек.";
-$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s назад";
-$a->strings["%s's birthday"] = "";
-$a->strings["Happy Birthday %s"] = "";
-$a->strings["Click here to upgrade."] = "";
-$a->strings["This action exceeds the limits set by your subscription plan."] = "";
-$a->strings["This action is not available under your subscription plan."] = "";
-$a->strings["(no subject)"] = "(без темы)";
-$a->strings["noreply"] = "без ответа";
-$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s и %2\$s теперь друзья";
-$a->strings["Sharing notification from Diaspora network"] = "Делиться уведомлениями из сети Diaspora";
+$a->strings["show"] = "показывать";
+$a->strings["Theme settings"] = "Настройки темы";
+$a->strings["Set font-size for posts and comments"] = "Установить шрифт-размер для постов и комментариев";
+$a->strings["Set line-height for posts and comments"] = "Установить высоту строки для постов и комментариев";
+$a->strings["Set resolution for middle column"] = "Установить разрешение для средней колонки";
+$a->strings["Contacts"] = "Контакты";
+$a->strings["Your contacts"] = "Ваши контакты";
+$a->strings["Community Pages"] = "Страницы сообщества";
+$a->strings["Community Profiles"] = "Профили сообщества";
+$a->strings["Last users"] = "Последние пользователи";
+$a->strings["Last likes"] = "Последние likes";
+$a->strings["event"] = "мероприятие";
 $a->strings["status"] = "статус";
+$a->strings["photo"] = "фото";
 $a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s нравится %3\$s от %2\$s ";
-$a->strings["Attachments:"] = "Вложения:";
-$a->strings["General Features"] = "";
-$a->strings["Multiple Profiles"] = "";
-$a->strings["Ability to create multiple profiles"] = "";
-$a->strings["Post Composition Features"] = "";
-$a->strings["Richtext Editor"] = "";
-$a->strings["Enable richtext editor"] = "";
-$a->strings["Post Preview"] = "предварительный просмотр";
-$a->strings["Allow previewing posts and comments before publishing them"] = "";
-$a->strings["Network Sidebar Widgets"] = "";
-$a->strings["Search by Date"] = "Поиск по датам";
-$a->strings["Ability to select posts by date ranges"] = "";
-$a->strings["Group Filter"] = "";
-$a->strings["Enable widget to display Network posts only from selected group"] = "";
-$a->strings["Network Filter"] = "Фильтр сети";
-$a->strings["Enable widget to display Network posts only from selected network"] = "";
-$a->strings["Saved Searches"] = "запомненные поиски";
-$a->strings["Save search terms for re-use"] = "";
-$a->strings["Network Tabs"] = "";
-$a->strings["Network Personal Tab"] = "";
-$a->strings["Enable tab to display only Network posts that you've interacted on"] = "";
-$a->strings["Network New Tab"] = "";
-$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "";
-$a->strings["Network Shared Links Tab"] = "";
-$a->strings["Enable tab to display only Network posts with links in them"] = "";
-$a->strings["Post/Comment Tools"] = "";
-$a->strings["Multiple Deletion"] = "";
-$a->strings["Select and delete multiple posts/comments at once"] = "";
-$a->strings["Edit Sent Posts"] = "";
-$a->strings["Edit and correct posts and comments after sending"] = "";
-$a->strings["Tagging"] = "";
-$a->strings["Ability to tag existing posts"] = "";
-$a->strings["Post Categories"] = "";
-$a->strings["Add categories to your posts"] = "";
-$a->strings["Ability to file posts under folders"] = "";
-$a->strings["Dislike Posts"] = "";
-$a->strings["Ability to dislike posts/comments"] = "";
-$a->strings["Star Posts"] = "";
-$a->strings["Ability to mark special posts with a star indicator"] = "";
-$a->strings["Cannot locate DNS info for database server '%s'"] = "Не могу найти информацию для DNS-сервера базы данных '%s'";
-$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "";
-$a->strings["Default privacy group for new contacts"] = "";
-$a->strings["Everybody"] = "Каждый";
-$a->strings["edit"] = "редактировать";
-$a->strings["Groups"] = "Группы";
-$a->strings["Edit group"] = "Редактировать группу";
-$a->strings["Create a new group"] = "Создать новую группу";
-$a->strings["Contacts not in any group"] = "";
-$a->strings["add"] = "добавить";
-$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s не нравится %3\$s от %2\$s ";
-$a->strings["%1\$s poked %2\$s"] = "";
-$a->strings["%1\$s is currently %2\$s"] = "";
-$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s tagged %2\$s's %3\$s в %4\$s";
-$a->strings["post/item"] = "";
-$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s пометил %2\$s %3\$s как Фаворит";
-$a->strings["Select"] = "Выберите";
-$a->strings["Delete"] = "Удалить";
-$a->strings["View %s's profile @ %s"] = "Просмотреть профиль %s [@ %s]";
-$a->strings["Categories:"] = "Категории:";
-$a->strings["Filed under:"] = "В рубрике:";
-$a->strings["%s from %s"] = "%s с %s";
-$a->strings["View in context"] = "Смотреть в контексте";
-$a->strings["Please wait"] = "Пожалуйста, подождите";
-$a->strings["remove"] = "удалить";
-$a->strings["Delete Selected Items"] = "Удалить выбранные позиции";
-$a->strings["Follow Thread"] = "";
-$a->strings["%s likes this."] = "%s нравится это.";
-$a->strings["%s doesn't like this."] = "%s не нравится это.";
-$a->strings["<span  %1\$s>%2\$d people</span> like this"] = "";
-$a->strings["<span  %1\$s>%2\$d people</span> don't like this"] = "";
-$a->strings["and"] = "и";
-$a->strings[", and %d other people"] = ", и %d других чел.";
-$a->strings["%s like this."] = "%s нравится это.";
-$a->strings["%s don't like this."] = "%s не нравится это.";
-$a->strings["Visible to <strong>everybody</strong>"] = "Видимое <strong>всем</strong>";
-$a->strings["Please enter a link URL:"] = "Пожалуйста, введите URL ссылки:";
-$a->strings["Please enter a video link/URL:"] = "";
-$a->strings["Please enter an audio link/URL:"] = "";
-$a->strings["Tag term:"] = "";
-$a->strings["Save to Folder:"] = "Сохранить в папку:";
-$a->strings["Where are you right now?"] = "И где вы сейчас?";
-$a->strings["Delete item(s)?"] = "";
-$a->strings["Post to Email"] = "Отправить на Email";
-$a->strings["Share"] = "Поделиться";
-$a->strings["Upload photo"] = "Загрузить фото";
-$a->strings["upload photo"] = "загрузить фото";
-$a->strings["Attach file"] = "Приложить файл";
-$a->strings["attach file"] = "приложить файл";
-$a->strings["Insert web link"] = "Вставить веб-ссылку";
-$a->strings["web link"] = "веб-ссылка";
-$a->strings["Insert video link"] = "Вставить ссылку видео";
-$a->strings["video link"] = "видео-ссылка";
-$a->strings["Insert audio link"] = "Вставить ссылку аудио";
-$a->strings["audio link"] = "аудио-ссылка";
-$a->strings["Set your location"] = "Задать ваше местоположение";
-$a->strings["set location"] = "установить местонахождение";
-$a->strings["Clear browser location"] = "Очистить местонахождение браузера";
-$a->strings["clear location"] = "убрать местонахождение";
-$a->strings["Set title"] = "Установить заголовок";
-$a->strings["Categories (comma-separated list)"] = "Категории (список через запятую)";
-$a->strings["Permission settings"] = "Настройки разрешений";
-$a->strings["permissions"] = "разрешения";
-$a->strings["CC: email addresses"] = "Копии на email адреса";
-$a->strings["Public post"] = "Публичное сообщение";
-$a->strings["Example: bob@example.com, mary@example.com"] = "Пример: bob@example.com, mary@example.com";
-$a->strings["Preview"] = "предварительный просмотр";
-$a->strings["Cancel"] = "Отмена";
-$a->strings["Post to Groups"] = "";
-$a->strings["Post to Contacts"] = "";
-$a->strings["Private post"] = "Личное сообщение";
-$a->strings["Friendica Notification"] = "Friendica уведомления";
-$a->strings["Thank You,"] = "Спасибо,";
-$a->strings["%s Administrator"] = "%s администратор";
-$a->strings["%s <!item_type!>"] = "%s <!item_type!>";
-$a->strings["[Friendica:Notify] New mail received at %s"] = "";
-$a->strings["%1\$s sent you a new private message at %2\$s."] = "";
-$a->strings["%1\$s sent you %2\$s."] = "";
-$a->strings["a private message"] = "личное сообщение";
-$a->strings["Please visit %s to view and/or reply to your private messages."] = "";
-$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "";
-$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "";
-$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "";
-$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "";
-$a->strings["%s commented on an item/conversation you have been following."] = "";
-$a->strings["Please visit %s to view and/or reply to the conversation."] = "";
-$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "";
-$a->strings["%1\$s posted to your profile wall at %2\$s"] = "";
-$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "";
-$a->strings["[Friendica:Notify] %s tagged you"] = "";
-$a->strings["%1\$s tagged you at %2\$s"] = "";
-$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "";
-$a->strings["[Friendica:Notify] %1\$s poked you"] = "";
-$a->strings["%1\$s poked you at %2\$s"] = "";
-$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "";
-$a->strings["[Friendica:Notify] %s tagged your post"] = "";
-$a->strings["%1\$s tagged your post at %2\$s"] = "";
-$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "";
-$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Сообщение] получен запрос";
-$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "";
-$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "";
-$a->strings["You may visit their profile at %s"] = "";
-$a->strings["Please visit %s to approve or reject the introduction."] = "Посетите %s для подтверждения или отказа запроса.";
-$a->strings["[Friendica:Notify] Friend suggestion received"] = "";
-$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "";
-$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "";
-$a->strings["Name:"] = "Имя:";
-$a->strings["Photo:"] = "Фото:";
-$a->strings["Please visit %s to approve or reject the suggestion."] = "";
-$a->strings["[no subject]"] = "[без темы]";
-$a->strings["Wall Photos"] = "Фото стены";
-$a->strings["Nothing new here"] = "Ничего нового здесь";
-$a->strings["Clear notifications"] = "Стереть уведомления";
+$a->strings["Last photos"] = "Последние фото";
+$a->strings["Contact Photos"] = "Фотографии контакта";
+$a->strings["Profile Photos"] = "Фотографии профиля";
+$a->strings["Find Friends"] = "Найти друзей";
+$a->strings["Local Directory"] = "Локальный каталог";
+$a->strings["Global Directory"] = "Глобальный каталог";
+$a->strings["Similar Interests"] = "Похожие интересы";
+$a->strings["Friend Suggestions"] = "Предложения друзей";
+$a->strings["Invite Friends"] = "Пригласить друзей";
+$a->strings["Settings"] = "Настройки";
+$a->strings["Earth Layers"] = "Карта";
+$a->strings["Set zoomfactor for Earth Layers"] = "Установить масштаб карты";
+$a->strings["Set longitude (X) for Earth Layers"] = "Установить длину (X) карты";
+$a->strings["Set latitude (Y) for Earth Layers"] = "Установить ширину (Y) карты";
+$a->strings["Help or @NewHere ?"] = "Помощь";
+$a->strings["Connect Services"] = "Подключить службы";
+$a->strings["Show/hide boxes at right-hand column:"] = "Показать/скрыть блоки в правой колонке:";
+$a->strings["Set color scheme"] = "Установить цветовую схему";
+$a->strings["Set zoomfactor for Earth Layer"] = "Установить масштаб карты";
+$a->strings["Alignment"] = "Выравнивание";
+$a->strings["Left"] = "";
+$a->strings["Center"] = "Центр";
+$a->strings["Color scheme"] = "Цветовая схема";
+$a->strings["Posts font size"] = "Размер шрифта постов";
+$a->strings["Textareas font size"] = "Размер шрифта текстовых полей";
+$a->strings["Set colour scheme"] = "Установить цветовую схему";
+$a->strings["default"] = "значение по умолчанию";
+$a->strings["Background Image"] = "Фоновое изображение";
+$a->strings["The URL to a picture (e.g. from your photo album) that should be used as background image."] = "URL изображения (например, из вашего фотоальбома), которое должно быть использовано в качестве фонового изображения.";
+$a->strings["Background Color"] = "Цвет фона";
+$a->strings["HEX value for the background color. Don't include the #"] = "HEX код для фонового изображения. Не используйте #";
+$a->strings["font size"] = "размер шрифта";
+$a->strings["base font size for your interface"] = "основной размер шрифта для вашего интерфейса";
+$a->strings["Set resize level for images in posts and comments (width and height)"] = "Установить уровень изменения размера изображений в постах и ​​комментариях (ширина и высота)";
+$a->strings["Set theme width"] = "Установить ширину темы";
+$a->strings["Delete this item?"] = "Удалить этот элемент?";
+$a->strings["show fewer"] = "показать меньше";
+$a->strings["Update %s failed. See error logs."] = "Обновление %s не удалось. Смотрите журнал ошибок.";
+$a->strings["Update Error at %s"] = "Ошибка обновления в %s";
+$a->strings["Create a New Account"] = "Создать новый аккаунт";
+$a->strings["Register"] = "Регистрация";
 $a->strings["Logout"] = "Выход";
-$a->strings["End this session"] = "Конец этой сессии";
-$a->strings["Status"] = "Статус";
-$a->strings["Your posts and conversations"] = "Ваши сообщения и беседы";
-$a->strings["Your profile page"] = "Страница Вашего профиля";
-$a->strings["Photos"] = "Фото";
-$a->strings["Your photos"] = "Ваши фотографии";
-$a->strings["Events"] = "Мероприятия";
-$a->strings["Your events"] = "Ваши события";
-$a->strings["Personal notes"] = "Личные заметки";
-$a->strings["Your personal photos"] = "Ваши личные фотографии";
 $a->strings["Login"] = "Вход";
-$a->strings["Sign in"] = "Вход";
-$a->strings["Home"] = "Главная";
-$a->strings["Home Page"] = "Главная страница";
-$a->strings["Register"] = "Регистрация";
-$a->strings["Create an account"] = "Создать аккаунт";
-$a->strings["Help"] = "Помощь";
-$a->strings["Help and documentation"] = "Помощь и документация";
-$a->strings["Apps"] = "Приложения";
-$a->strings["Addon applications, utilities, games"] = "Дополнительные приложения, утилиты, игры";
-$a->strings["Search site content"] = "Поиск по сайту";
-$a->strings["Community"] = "Сообщество";
-$a->strings["Conversations on this site"] = "Беседы на этом сайте";
-$a->strings["Directory"] = "Каталог";
-$a->strings["People directory"] = "Каталог участников";
-$a->strings["Network"] = "Сеть";
-$a->strings["Conversations from your friends"] = "Беседы с друзьями";
-$a->strings["Network Reset"] = "";
-$a->strings["Load Network page with no filters"] = "";
-$a->strings["Introductions"] = "Запросы";
-$a->strings["Friend Requests"] = "Запросы на добавление в список друзей";
-$a->strings["Notifications"] = "Уведомления";
-$a->strings["See all notifications"] = "Посмотреть все уведомления";
-$a->strings["Mark all system notifications seen"] = "";
-$a->strings["Messages"] = "Сообщения";
-$a->strings["Private mail"] = "Личная почта";
-$a->strings["Inbox"] = "Входящие";
-$a->strings["Outbox"] = "Исходящие";
-$a->strings["New Message"] = "Новое сообщение";
-$a->strings["Manage"] = "Управлять";
-$a->strings["Manage other pages"] = "Управление другими страницами";
-$a->strings["Delegations"] = "";
-$a->strings["Delegate Page Management"] = "Делегировать управление страницей";
-$a->strings["Settings"] = "Настройки";
-$a->strings["Account settings"] = "Настройки аккаунта";
+$a->strings["Nickname or Email address: "] = "Ник или адрес электронной почты: ";
+$a->strings["Password: "] = "Пароль: ";
+$a->strings["Remember me"] = "Запомнить";
+$a->strings["Or login using OpenID: "] = "Или зайти с OpenID: ";
+$a->strings["Forgot your password?"] = "Забыли пароль?";
+$a->strings["Password Reset"] = "Сброс пароля";
+$a->strings["Website Terms of Service"] = "Правила сайта";
+$a->strings["terms of service"] = "правила";
+$a->strings["Website Privacy Policy"] = "Политика конфиденциальности сервера";
+$a->strings["privacy policy"] = "политика конфиденциальности";
+$a->strings["Requested account is not available."] = "Запрашиваемый профиль недоступен.";
+$a->strings["Requested profile is not available."] = "Запрашиваемый профиль недоступен.";
+$a->strings["Edit profile"] = "Редактировать профиль";
+$a->strings["Connect"] = "Подключить";
+$a->strings["Message"] = "Сообщение";
 $a->strings["Profiles"] = "Профили";
-$a->strings["Manage/Edit Profiles"] = "";
-$a->strings["Contacts"] = "Контакты";
-$a->strings["Manage/edit friends and contacts"] = "Управление / редактирование друзей и контактов";
-$a->strings["Admin"] = "Администратор";
-$a->strings["Site setup and configuration"] = "Установка и конфигурация сайта";
-$a->strings["Navigation"] = "";
-$a->strings["Site map"] = "";
-$a->strings["view full size"] = "посмотреть в полный размер";
-$a->strings["Embedded content"] = "Встроенное содержание";
-$a->strings["Embedding disabled"] = "Встраивание отключено";
-$a->strings["[Name Withheld]"] = "[Имя не разглашается]";
-$a->strings["A new person is sharing with you at "] = "Новый человек делится с вами";
-$a->strings["You have a new follower at "] = "У вас есть новый фолловер на ";
-$a->strings["Item not found."] = "Пункт не найден.";
-$a->strings["Do you really want to delete this item?"] = "";
-$a->strings["Yes"] = "Да";
-$a->strings["Permission denied."] = "Нет разрешения.";
-$a->strings["Archives"] = "Архивы";
-$a->strings["Welcome "] = "Добро пожаловать, ";
-$a->strings["Please upload a profile photo."] = "Пожалуйста, загрузите фотографию профиля.";
-$a->strings["Welcome back "] = "Добро пожаловать обратно, ";
-$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "";
-$a->strings["Profile not found."] = "Профиль не найден.";
-$a->strings["Profile deleted."] = "Профиль удален.";
-$a->strings["Profile-"] = "Профиль-";
-$a->strings["New profile created."] = "Новый профиль создан.";
-$a->strings["Profile unavailable to clone."] = "Профиль недоступен для клонирования.";
-$a->strings["Profile Name is required."] = "Необходимо имя профиля.";
-$a->strings["Marital Status"] = "";
-$a->strings["Romantic Partner"] = "";
-$a->strings["Likes"] = "";
-$a->strings["Dislikes"] = "";
-$a->strings["Work/Employment"] = "";
-$a->strings["Religion"] = "Религия";
-$a->strings["Political Views"] = "";
-$a->strings["Gender"] = "Пол";
-$a->strings["Sexual Preference"] = "";
-$a->strings["Homepage"] = "";
-$a->strings["Interests"] = "Хобби / Интересы";
-$a->strings["Address"] = "Адрес";
-$a->strings["Location"] = "Местонахождение";
-$a->strings["Profile updated."] = "Профиль обновлен.";
-$a->strings[" and "] = "и";
-$a->strings["public profile"] = "публичный профиль";
-$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "";
-$a->strings[" - Visit %1\$s's %2\$s"] = " - Посетить профиль %1\$s [%2\$s]";
-$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "";
-$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Скрывать ваш список контактов / друзей от посетителей этого профиля?";
-$a->strings["No"] = "Нет";
-$a->strings["Edit Profile Details"] = "Редактировать детали профиля";
-$a->strings["Submit"] = "Подтвердить";
-$a->strings["Change Profile Photo"] = "";
-$a->strings["View this profile"] = "Просмотреть этот профиль";
-$a->strings["Create a new profile using these settings"] = "Создать новый профиль, используя эти настройки";
-$a->strings["Clone this profile"] = "Клонировать этот профиль";
-$a->strings["Delete this profile"] = "Удалить этот профиль";
-$a->strings["Profile Name:"] = "Имя профиля:";
-$a->strings["Your Full Name:"] = "Ваше полное имя:";
-$a->strings["Title/Description:"] = "Заголовок / Описание:";
-$a->strings["Your Gender:"] = "Ваш пол:";
-$a->strings["Birthday (%s):"] = "День рождения (%s):";
-$a->strings["Street Address:"] = "Адрес:";
-$a->strings["Locality/City:"] = "Город / Населенный пункт:";
-$a->strings["Postal/Zip Code:"] = "Почтовый индекс:";
-$a->strings["Country:"] = "Страна:";
-$a->strings["Region/State:"] = "Район / Область:";
-$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Семейное положение:";
-$a->strings["Who: (if applicable)"] = "Кто: (если требуется)";
-$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Примеры: cathy123, Кэти Уильямс, cathy@example.com";
-$a->strings["Since [date]:"] = "";
-$a->strings["Homepage URL:"] = "Адрес домашней странички:";
-$a->strings["Religious Views:"] = "Религиозные взгляды:";
-$a->strings["Public Keywords:"] = "Общественные ключевые слова:";
-$a->strings["Private Keywords:"] = "Личные ключевые слова:";
-$a->strings["Example: fishing photography software"] = "Пример: рыбалка фотографии программное обеспечение";
-$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Используется для предложения потенциальным друзьям, могут увидеть другие)";
-$a->strings["(Used for searching profiles, never shown to others)"] = "(Используется для поиска профилей, никогда не показывается другим)";
-$a->strings["Tell us about yourself..."] = "Расскажите нам о себе ...";
-$a->strings["Hobbies/Interests"] = "Хобби / Интересы";
-$a->strings["Contact information and Social Networks"] = "Контактная информация и социальные сети";
-$a->strings["Musical interests"] = "Музыкальные интересы";
-$a->strings["Books, literature"] = "Книги, литература";
-$a->strings["Television"] = "Телевидение";
-$a->strings["Film/dance/culture/entertainment"] = "Кино / танцы / культура / развлечения";
-$a->strings["Love/romance"] = "Любовь / романтика";
-$a->strings["Work/employment"] = "Работа / занятость";
-$a->strings["School/education"] = "Школа / образование";
-$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Это ваш <strong>публичный</strong> профиль. <br /> Он <strong>может</strong> быть виден каждому, используя Интернет.";
-$a->strings["Age: "] = "Возраст: ";
-$a->strings["Edit/Manage Profiles"] = "Редактировать профиль";
+$a->strings["Manage/edit profiles"] = "Управление / редактирование профилей";
 $a->strings["Change profile photo"] = "Изменить фото профиля";
 $a->strings["Create New Profile"] = "Создать новый профиль";
 $a->strings["Profile Image"] = "Фото профиля";
 $a->strings["visible to everybody"] = "видимый всем";
 $a->strings["Edit visibility"] = "Редактировать видимость";
-$a->strings["Permission denied"] = "Доступ запрещен";
-$a->strings["Invalid profile identifier."] = "Недопустимый идентификатор профиля.";
-$a->strings["Profile Visibility Editor"] = "Редактор видимости профиля";
-$a->strings["Click on a contact to add or remove."] = "Нажмите на контакт, чтобы добавить или удалить.";
-$a->strings["Visible To"] = "Видимый для";
-$a->strings["All Contacts (with secure profile access)"] = "Все контакты (с безопасным доступом к профилю)";
+$a->strings["Location:"] = "Откуда:";
+$a->strings["Gender:"] = "Пол:";
+$a->strings["Status:"] = "Статус:";
+$a->strings["Homepage:"] = "Домашняя страничка:";
+$a->strings["g A l F d"] = "g A l F d";
+$a->strings["F d"] = "F d";
+$a->strings["[today]"] = "[сегодня]";
+$a->strings["Birthday Reminders"] = "Напоминания о днях рождения";
+$a->strings["Birthdays this week:"] = "Дни рождения на этой неделе:";
+$a->strings["[No description]"] = "[без описания]";
+$a->strings["Event Reminders"] = "Напоминания о мероприятиях";
+$a->strings["Events this week:"] = "Мероприятия на этой неделе:";
+$a->strings["Status"] = "Статус";
+$a->strings["Status Messages and Posts"] = "Сообщение статуса и посты";
+$a->strings["Profile Details"] = "Детали профиля";
+$a->strings["Photo Albums"] = "Фотоальбомы";
+$a->strings["Videos"] = "Видео";
+$a->strings["Events and Calendar"] = "Календарь и события";
 $a->strings["Personal Notes"] = "Личные заметки";
-$a->strings["Visit %s's profile [%s]"] = "Посетить профиль %s [%s]";
-$a->strings["Edit contact"] = "Редактировать контакт";
-$a->strings["Contacts who are not members of a group"] = "Контакты, которые не являются членами группы";
-$a->strings["{0} wants to be your friend"] = "{0} хочет стать Вашим другом";
-$a->strings["{0} sent you a message"] = "{0} отправил Вам сообщение";
-$a->strings["{0} requested registration"] = "{0} требуемая регистрация";
-$a->strings["{0} commented %s's post"] = "{0} прокомментировал сообщение от %s";
-$a->strings["{0} liked %s's post"] = "{0} нравится сообщение от %s";
-$a->strings["{0} disliked %s's post"] = "{0} не нравится сообщение от %s";
-$a->strings["{0} is now friends with %s"] = "{0} теперь друзья с %s";
-$a->strings["{0} posted"] = "{0} опубликовано";
-$a->strings["{0} tagged %s's post with #%s"] = "{0} пометил сообщение %s с #%s";
-$a->strings["{0} mentioned you in a post"] = "{0} упоменул Вас в сообщение";
-$a->strings["Unable to locate original post."] = "Не удалось найти оригинальный пост.";
-$a->strings["Empty post discarded."] = "Пустое сообщение отбрасывается.";
-$a->strings["System error. Post not saved."] = "Системная ошибка. Сообщение не сохранено.";
-$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "";
-$a->strings["You may visit them online at %s"] = "Вы можете посетить их в онлайне на %s";
-$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Пожалуйста, свяжитесь с отправителем, ответив на это сообщение, если вы не хотите получать эти сообщения.";
-$a->strings["%s posted an update."] = "%s отправил/а/ обновление.";
-$a->strings["Friends of %s"] = "%s Друзья";
-$a->strings["No friends to display."] = "Нет друзей.";
-$a->strings["Remove term"] = "Удалить элемент";
+$a->strings["Only You Can See This"] = "Только вы можете это видеть";
+$a->strings["%1\$s is currently %2\$s"] = "";
+$a->strings["Mood"] = "Настроение";
+$a->strings["Set your current mood and tell your friends"] = "Напишите о вашем настроении и расскажите своим друзьям";
 $a->strings["Public access denied."] = "Свободный доступ закрыт.";
-$a->strings["No results."] = "Нет результатов.";
-$a->strings["Authorize application connection"] = "Разрешить связь с приложением";
-$a->strings["Return to your app and insert this Securty Code:"] = "Вернитесь в ваше приложение и задайте этот код:";
-$a->strings["Please login to continue."] = "Пожалуйста, войдите для продолжения.";
-$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Вы действительно хотите разрешить этому приложению доступ к своим постам и контактам, а также создавать новые записи от вашего имени?";
+$a->strings["Item not found."] = "Пункт не найден.";
+$a->strings["Access to this profile has been restricted."] = "Доступ к этому профилю ограничен.";
+$a->strings["Item has been removed."] = "Пункт был удален.";
+$a->strings["Access denied."] = "Доступ запрещен.";
+$a->strings["This is Friendica, version"] = "Это Friendica, версия";
+$a->strings["running at web location"] = "работает на веб-узле";
+$a->strings["Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project."] = "Пожалуйста, посетите сайт <a href=\"http://friendica.com\">Friendica.com</a>, чтобы узнать больше о проекте Friendica.";
+$a->strings["Bug reports and issues: please visit"] = "Отчет об ошибках и проблемах: пожалуйста, посетите";
+$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Предложения, похвала, пожертвования? Пишите на \"info\" на Friendica - точка com";
+$a->strings["Installed plugins/addons/apps:"] = "Установленные плагины / добавки / приложения:";
+$a->strings["No installed plugins/addons/apps"] = "Нет установленных плагинов / добавок / приложений";
+$a->strings["%1\$s welcomes %2\$s"] = "%1\$s добро пожаловать %2\$s";
 $a->strings["Registration details for %s"] = "Подробности регистрации для %s";
 $a->strings["Registration successful. Please check your email for further instructions."] = "Регистрация успешна. Пожалуйста, проверьте свою электронную почту для получения дальнейших инструкций.";
 $a->strings["Failed to send email message. Here is the message that failed."] = "Невозможно отправить сообщение электронной почтой. Вот сообщение, которое не удалось.";
@@ -660,6 +199,8 @@ $a->strings["You may (optionally) fill in this form via OpenID by supplying your
 $a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Если вы не знакомы с OpenID, пожалуйста, оставьте это поле пустым и заполните остальные элементы.";
 $a->strings["Your OpenID (optional): "] = "Ваш OpenID (необязательно):";
 $a->strings["Include your profile in member directory?"] = "Включить ваш профиль в каталог участников?";
+$a->strings["Yes"] = "Да";
+$a->strings["No"] = "Нет";
 $a->strings["Membership on this site is by invitation only."] = "Членство на сайте только по приглашению.";
 $a->strings["Your invitation ID: "] = "ID вашего приглашения:";
 $a->strings["Registration"] = "Регистрация";
@@ -667,272 +208,11 @@ $a->strings["Your Full Name (e.g. Joe Smith): "] = "Ваше полное имя
 $a->strings["Your Email Address: "] = "Ваш адрес электронной почты: ";
 $a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be '<strong>nickname@\$sitename</strong>'."] = "Выбор псевдонима профиля. Он должен начинаться с буквы. Адрес вашего профиля на данном сайте будет в этом случае '<strong>nickname@\$sitename</strong>'.";
 $a->strings["Choose a nickname: "] = "Выберите псевдоним: ";
-$a->strings["Account approved."] = "Аккаунт утвержден.";
-$a->strings["Registration revoked for %s"] = "Регистрация отменена для %s";
-$a->strings["Please login."] = "Пожалуйста, войдите с паролем.";
-$a->strings["Item not available."] = "Пункт не доступен.";
-$a->strings["Item was not found."] = "Пункт не был найден.";
-$a->strings["Remove My Account"] = "Удалить мой аккаунт";
-$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Это позволит полностью удалить ваш аккаунт. Как только это будет сделано, аккаунт восстановлению не подлежит.";
-$a->strings["Please enter your password for verification:"] = "Пожалуйста, введите свой пароль для проверки:";
-$a->strings["Source (bbcode) text:"] = "";
-$a->strings["Source (Diaspora) text to convert to BBcode:"] = "";
-$a->strings["Source input: "] = "";
-$a->strings["bb2html (raw HTML): "] = "bb2html (raw HTML): ";
-$a->strings["bb2html: "] = "bb2html: ";
-$a->strings["bb2html2bb: "] = "bb2html2bb: ";
-$a->strings["bb2md: "] = "bb2md: ";
-$a->strings["bb2md2html: "] = "bb2md2html: ";
-$a->strings["bb2dia2bb: "] = "bb2dia2bb: ";
-$a->strings["bb2md2html2bb: "] = "bb2md2html2bb: ";
-$a->strings["Source input (Diaspora format): "] = "";
-$a->strings["diaspora2bb: "] = "diaspora2bb: ";
-$a->strings["Common Friends"] = "Общие друзья";
-$a->strings["No contacts in common."] = "";
-$a->strings["You must be logged in to use addons. "] = "";
-$a->strings["Applications"] = "Приложения";
-$a->strings["No installed applications."] = "Нет установленных приложений.";
-$a->strings["Could not access contact record."] = "Не удалось получить доступ к записи контакта.";
-$a->strings["Could not locate selected profile."] = "Не удалось найти выбранный профиль.";
-$a->strings["Contact updated."] = "Контакт обновлен.";
-$a->strings["Failed to update contact record."] = "Не удалось обновить запись контакта.";
-$a->strings["Contact has been blocked"] = "Контакт заблокирован";
-$a->strings["Contact has been unblocked"] = "Контакт разблокирован";
-$a->strings["Contact has been ignored"] = "Контакт проигнорирован";
-$a->strings["Contact has been unignored"] = "У контакта отменено игнорирование";
-$a->strings["Contact has been archived"] = "Контакт заархивирован";
-$a->strings["Contact has been unarchived"] = "Контакт разархивирован";
-$a->strings["Do you really want to delete this contact?"] = "";
-$a->strings["Contact has been removed."] = "Контакт удален.";
-$a->strings["You are mutual friends with %s"] = "У Вас взаимная дружба с %s";
-$a->strings["You are sharing with %s"] = "Вы делитесь с %s";
-$a->strings["%s is sharing with you"] = "%s делитса с Вами";
-$a->strings["Private communications are not available for this contact."] = "Личные коммуникации недоступны для этого контакта.";
-$a->strings["Never"] = "Никогда";
-$a->strings["(Update was successful)"] = "(Обновление было успешно)";
-$a->strings["(Update was not successful)"] = "(Обновление не удалось)";
-$a->strings["Suggest friends"] = "Предложить друзей";
-$a->strings["Network type: %s"] = "Сеть: %s";
-$a->strings["View all contacts"] = "Показать все контакты";
-$a->strings["Unblock"] = "Разблокировать";
-$a->strings["Block"] = "Заблокировать";
-$a->strings["Toggle Blocked status"] = "Изменить статус блокированности (заблокировать/разблокировать)";
-$a->strings["Unignore"] = "Не игнорировать";
-$a->strings["Ignore"] = "Игнорировать";
-$a->strings["Toggle Ignored status"] = "Изменить статус игнорирования";
-$a->strings["Unarchive"] = "Разархивировать";
-$a->strings["Archive"] = "Архивировать";
-$a->strings["Toggle Archive status"] = "Сменить статус архивации (архивирова/не архивировать)";
-$a->strings["Repair"] = "Восстановить";
-$a->strings["Advanced Contact Settings"] = "Дополнительные Настройки Контакта";
-$a->strings["Communications lost with this contact!"] = "Связь с контактом утеряна!";
-$a->strings["Contact Editor"] = "Редактор контакта";
-$a->strings["Profile Visibility"] = "Видимость профиля";
-$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Пожалуйста, выберите профиль, который вы хотите отображать %s, когда просмотр вашего профиля безопасен.";
-$a->strings["Contact Information / Notes"] = "Информация о контакте / Заметки";
-$a->strings["Edit contact notes"] = "Редактировать заметки контакта";
-$a->strings["Block/Unblock contact"] = "Блокировать / Разблокировать контакт";
-$a->strings["Ignore contact"] = "Игнорировать контакт";
-$a->strings["Repair URL settings"] = "Восстановить настройки URL";
-$a->strings["View conversations"] = "Просмотр бесед";
-$a->strings["Delete contact"] = "Удалить контакт";
-$a->strings["Last update:"] = "Последнее обновление: ";
-$a->strings["Update public posts"] = "Обновить публичные сообщения";
-$a->strings["Update now"] = "Обновить сейчас";
-$a->strings["Currently blocked"] = "В настоящее время заблокирован";
-$a->strings["Currently ignored"] = "В настоящее время игнорируется";
-$a->strings["Currently archived"] = "В данный момент архивирован";
-$a->strings["Hide this contact from others"] = "Скрыть этот контакт от других";
-$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "";
-$a->strings["Suggestions"] = "Предложения";
-$a->strings["Suggest potential friends"] = "Предложить потенциального знакомого";
-$a->strings["All Contacts"] = "Все контакты";
-$a->strings["Show all contacts"] = "Показать все контакты";
-$a->strings["Unblocked"] = "Не блокирован";
-$a->strings["Only show unblocked contacts"] = "Показать только не блокированные контакты";
-$a->strings["Blocked"] = "Заблокирован";
-$a->strings["Only show blocked contacts"] = "Показать только блокированные контакты";
-$a->strings["Ignored"] = "Игнорирован";
-$a->strings["Only show ignored contacts"] = "Показать только игнорируемые контакты";
-$a->strings["Archived"] = "Архивированные";
-$a->strings["Only show archived contacts"] = "";
-$a->strings["Hidden"] = "Скрытые";
-$a->strings["Only show hidden contacts"] = "";
-$a->strings["Mutual Friendship"] = "Взаимная дружба";
-$a->strings["is a fan of yours"] = "является вашим поклонником";
-$a->strings["you are a fan of"] = "Вы - поклонник";
-$a->strings["Search your contacts"] = "Поиск ваших контактов";
-$a->strings["Finding: "] = "Результат поиска: ";
-$a->strings["everybody"] = "каждый";
-$a->strings["Additional features"] = "";
-$a->strings["Display settings"] = "Параметры дисплея";
-$a->strings["Connector settings"] = "Настройки соединителя";
-$a->strings["Plugin settings"] = "Настройки плагина";
-$a->strings["Connected apps"] = "";
-$a->strings["Export personal data"] = "Экспорт личных данных";
-$a->strings["Remove account"] = "Удалить аккаунт";
-$a->strings["Missing some important data!"] = "Не хватает важных данных!";
-$a->strings["Update"] = "Обновление";
-$a->strings["Failed to connect with email account using the settings provided."] = "Не удалось подключиться к аккаунту e-mail, используя указанные настройки.";
-$a->strings["Email settings updated."] = "Настройки эл. почты обновлены.";
-$a->strings["Features updated"] = "Настройки обновлены";
-$a->strings["Passwords do not match. Password unchanged."] = "Пароли не совпадают. Пароль не изменен.";
-$a->strings["Empty passwords are not allowed. Password unchanged."] = "Пустые пароли не допускаются. Пароль не изменен.";
-$a->strings["Password changed."] = "Пароль изменен.";
-$a->strings["Password update failed. Please try again."] = "Обновление пароля не удалось. Пожалуйста, попробуйте еще раз.";
-$a->strings[" Please use a shorter name."] = " Пожалуйста, используйте более короткое имя.";
-$a->strings[" Name too short."] = " Имя слишком короткое.";
-$a->strings[" Not valid email."] = " Неверный e-mail.";
-$a->strings[" Cannot change to that email."] = " Невозможно изменить на этот e-mail.";
-$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "";
-$a->strings["Private forum has no privacy permissions and no default privacy group."] = "";
-$a->strings["Settings updated."] = "Настройки обновлены.";
-$a->strings["Add application"] = "Добавить приложения";
-$a->strings["Name"] = "Имя";
-$a->strings["Consumer Key"] = "Consumer Key";
-$a->strings["Consumer Secret"] = "Consumer Secret";
-$a->strings["Redirect"] = "Перенаправление";
-$a->strings["Icon url"] = "URL символа";
-$a->strings["You can't edit this application."] = "Вы не можете изменить это приложение.";
-$a->strings["Connected Apps"] = "Подключенные приложения";
-$a->strings["Edit"] = "Редактировать";
-$a->strings["Client key starts with"] = "Ключ клиента начинается с";
-$a->strings["No name"] = "Нет имени";
-$a->strings["Remove authorization"] = "Удалить авторизацию";
-$a->strings["No Plugin settings configured"] = "Нет сконфигурированных настроек плагина";
-$a->strings["Plugin Settings"] = "Настройки плагина";
-$a->strings["Off"] = "";
-$a->strings["On"] = "";
-$a->strings["Additional Features"] = "";
-$a->strings["Built-in support for %s connectivity is %s"] = "Встроенная  поддержка для %s подключение %s";
-$a->strings["enabled"] = "подключено";
-$a->strings["disabled"] = "отключено";
-$a->strings["StatusNet"] = "StatusNet";
-$a->strings["Email access is disabled on this site."] = "Доступ эл. почты отключен на этом сайте.";
-$a->strings["Connector Settings"] = "Настройки соединителя";
-$a->strings["Email/Mailbox Setup"] = "Настройка эл. почты / почтового ящика";
-$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Если вы хотите общаться с Email контактами, используя этот сервис (по желанию), пожалуйста, уточните, как подключиться к вашему почтовому ящику.";
-$a->strings["Last successful email check:"] = "Последняя успешная проверка электронной почты:";
-$a->strings["IMAP server name:"] = "Имя IMAP сервера:";
-$a->strings["IMAP port:"] = "Порт IMAP:";
-$a->strings["Security:"] = "Безопасность:";
-$a->strings["None"] = "Ничего";
-$a->strings["Email login name:"] = "Логин эл. почты:";
-$a->strings["Email password:"] = "Пароль эл. почты:";
-$a->strings["Reply-to address:"] = "Адрес для ответа:";
-$a->strings["Send public posts to all email contacts:"] = "Отправлять открытые сообщения на все контакты электронной почты:";
-$a->strings["Action after import:"] = "Действие после импорта:";
-$a->strings["Mark as seen"] = "";
-$a->strings["Move to folder"] = "";
-$a->strings["Move to folder:"] = "";
-$a->strings["No special theme for mobile devices"] = "";
-$a->strings["Display Settings"] = "Параметры дисплея";
-$a->strings["Display Theme:"] = "Показать тему:";
-$a->strings["Mobile Theme:"] = "";
-$a->strings["Update browser every xx seconds"] = "Обновление браузера каждые хх секунд";
-$a->strings["Minimum of 10 seconds, no maximum"] = "Минимум 10 секунд, максимума нет";
-$a->strings["Number of items to display per page:"] = "";
-$a->strings["Maximum of 100 items"] = "";
-$a->strings["Don't show emoticons"] = "не показывать emoticons";
-$a->strings["Normal Account Page"] = "";
-$a->strings["This account is a normal personal profile"] = "Этот аккаунт является обычным персональным профилем";
-$a->strings["Soapbox Page"] = "";
-$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "Автоматически одобряются все подключения / запросы в друзья, \"только для чтения\" поклонниками";
-$a->strings["Community Forum/Celebrity Account"] = "";
-$a->strings["Automatically approve all connection/friend requests as read-write fans"] = "Автоматически одобряются все подключения / запросы в друзья, \"для чтения и записей\" поклонников";
-$a->strings["Automatic Friend Page"] = "";
-$a->strings["Automatically approve all connection/friend requests as friends"] = "Автоматически одобряются все подключения / запросы в друзья, расширяется список друзей";
-$a->strings["Private Forum [Experimental]"] = "Личный форум [экспериментально]";
-$a->strings["Private forum - approved members only"] = "";
-$a->strings["OpenID:"] = "OpenID:";
-$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Необязательно) Разрешить этому OpenID входить в этот аккаунт";
-$a->strings["Publish your default profile in your local site directory?"] = "Публиковать ваш профиль по умолчанию в вашем локальном каталоге на сайте?";
-$a->strings["Publish your default profile in the global social directory?"] = "Публиковать ваш профиль по умолчанию в глобальном социальном каталоге?";
-$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Скрывать ваш список контактов/друзей от посетителей вашего профиля по умолчанию?";
-$a->strings["Hide your profile details from unknown viewers?"] = "Скрыть данные профиля из неизвестных зрителей?";
-$a->strings["Allow friends to post to your profile page?"] = "Разрешить друзьям оставлять сообщения на страницу вашего профиля?";
-$a->strings["Allow friends to tag your posts?"] = "Разрешить друзьям отмечять ваши сообщения?";
-$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Позвольть предлогать Вам потенциальных друзей?";
-$a->strings["Permit unknown people to send you private mail?"] = "";
-$a->strings["Profile is <strong>not published</strong>."] = "Профиль <strong>не публикуется</strong>.";
-$a->strings["or"] = "или";
-$a->strings["Your Identity Address is"] = "Ваш идентификационный адрес";
-$a->strings["Automatically expire posts after this many days:"] = "Автоматическое истекание срока действия сообщения после стольких дней:";
-$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Если пусто, срок действия сообщений не будет ограничен. Сообщения с истекшим сроком действия будут удалены";
-$a->strings["Advanced expiration settings"] = "Настройки расширенного окончания срока действия";
-$a->strings["Advanced Expiration"] = "Расширенное окончание срока действия";
-$a->strings["Expire posts:"] = "Срок хранения сообщений:";
-$a->strings["Expire personal notes:"] = "Срок хранения личных заметок:";
-$a->strings["Expire starred posts:"] = "Срок хранения усеянных сообщений:";
-$a->strings["Expire photos:"] = "Срок хранения фотографий:";
-$a->strings["Only expire posts by others:"] = "";
-$a->strings["Account Settings"] = "Настройки аккаунта";
-$a->strings["Password Settings"] = "Настройка пароля";
-$a->strings["New Password:"] = "Новый пароль:";
-$a->strings["Confirm:"] = "Подтвердите:";
-$a->strings["Leave password fields blank unless changing"] = "Оставьте поля пароля пустыми, если он не изменяется";
-$a->strings["Basic Settings"] = "Основные параметры";
-$a->strings["Email Address:"] = "Адрес электронной почты:";
-$a->strings["Your Timezone:"] = "Ваш часовой пояс:";
-$a->strings["Default Post Location:"] = "Местонахождение по умолчанию:";
-$a->strings["Use Browser Location:"] = "Использовать определение местоположения браузером:";
-$a->strings["Security and Privacy Settings"] = "Параметры безопасности и конфиденциальности";
-$a->strings["Maximum Friend Requests/Day:"] = "Максимум запросов в друзья в день:";
-$a->strings["(to prevent spam abuse)"] = "(для предотвращения спама)";
-$a->strings["Default Post Permissions"] = "Разрешение на сообщения по умолчанию";
-$a->strings["(click to open/close)"] = "(нажмите, чтобы открыть / закрыть)";
-$a->strings["Show to Groups"] = "Показать в группах";
-$a->strings["Show to Contacts"] = "";
-$a->strings["Default Private Post"] = "";
-$a->strings["Default Public Post"] = "";
-$a->strings["Default Permissions for New Posts"] = "";
-$a->strings["Maximum private messages per day from unknown people:"] = "";
-$a->strings["Notification Settings"] = "Настройка уведомлений";
-$a->strings["By default post a status message when:"] = "";
-$a->strings["accepting a friend request"] = "";
-$a->strings["joining a forum/community"] = "";
-$a->strings["making an <em>interesting</em> profile change"] = "";
-$a->strings["Send a notification email when:"] = "Отправлять уведомление по электронной почте, когда:";
-$a->strings["You receive an introduction"] = "Вы получили запрос";
-$a->strings["Your introductions are confirmed"] = "Ваши запросы подтверждены";
-$a->strings["Someone writes on your profile wall"] = "Кто-то пишет на стене вашего профиля";
-$a->strings["Someone writes a followup comment"] = "Кто-то пишет последующий комментарий";
-$a->strings["You receive a private message"] = "Вы получаете личное сообщение";
-$a->strings["You receive a friend suggestion"] = "";
-$a->strings["You are tagged in a post"] = "";
-$a->strings["You are poked/prodded/etc. in a post"] = "";
-$a->strings["Advanced Account/Page Type Settings"] = "";
-$a->strings["Change the behaviour of this account for special situations"] = "";
-$a->strings["link"] = "";
-$a->strings["Contact settings applied."] = "Установки контакта приняты.";
-$a->strings["Contact update failed."] = "Обновление контакта неудачное.";
+$a->strings["Import"] = "Импорт";
+$a->strings["Import your profile to this friendica instance"] = "Импорт своего профиля в этот экземпляр friendica";
+$a->strings["Profile not found."] = "Профиль не найден.";
 $a->strings["Contact not found."] = "Контакт не найден.";
-$a->strings["Repair Contact Settings"] = "Восстановить установки контакта";
-$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "<strong>ВНИМАНИЕ: Это крайне важно!</strong> Если вы введете неверную информацию, ваша связь с этим контактом перестанет работать.";
-$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "Пожалуйста, нажмите клавишу вашего браузера 'Back' или 'Назад' <strong>сейчас</strong>, если вы не уверены, что делаете на этой странице.";
-$a->strings["Return to contact editor"] = "";
-$a->strings["Account Nickname"] = "Ник аккаунта";
-$a->strings["@Tagname - overrides Name/Nickname"] = "";
-$a->strings["Account URL"] = "URL аккаунта";
-$a->strings["Friend Request URL"] = "URL запроса в друзья";
-$a->strings["Friend Confirm URL"] = "URL подтверждения друга";
-$a->strings["Notification Endpoint URL"] = "URL эндпоинта уведомления";
-$a->strings["Poll/Feed URL"] = "URL опроса/ленты";
-$a->strings["New photo from this URL"] = "Новое фото из этой URL";
-$a->strings["No potential page delegates located."] = "";
-$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "";
-$a->strings["Existing Page Managers"] = "Существующие менеджеры страницы";
-$a->strings["Existing Page Delegates"] = "Существующие уполномоченные страницы";
-$a->strings["Potential Delegates"] = "";
-$a->strings["Remove"] = "Удалить";
-$a->strings["Add"] = "Добавить";
-$a->strings["No entries."] = "Нет записей.";
-$a->strings["Poke/Prod"] = "";
-$a->strings["poke, prod or do other things to somebody"] = "";
-$a->strings["Recipient"] = "";
-$a->strings["Choose what you wish to do to recipient"] = "";
-$a->strings["Make this post private"] = "";
-$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "";
+$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Это может иногда происходить, если контакт запрашивали двое людей, и он был уже одобрен.";
 $a->strings["Response from remote site was not understood."] = "Ответ от удаленного сайта не был понят.";
 $a->strings["Unexpected response from remote site: "] = "Неожиданный ответ от удаленного сайта: ";
 $a->strings["Confirmation completed successfully."] = "Подтверждение успешно завершено.";
@@ -940,6 +220,7 @@ $a->strings["Remote site reported: "] = "Удаленный сайт сообщ
 $a->strings["Temporary failure. Please wait and try again."] = "Временные неудачи. Подождите и попробуйте еще раз.";
 $a->strings["Introduction failed or was revoked."] = "Запрос ошибочен или был отозван.";
 $a->strings["Unable to set contact photo."] = "Не удается установить фото контакта.";
+$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s и %2\$s теперь друзья";
 $a->strings["No user record found for '%s' "] = "Не найдено записи пользователя для '%s' ";
 $a->strings["Our site encryption key is apparently messed up."] = "Наш ключ шифрования сайта, по-видимому, перепутался.";
 $a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Был предоставлен пустой URL сайта ​​или URL не может быть расшифрован нами.";
@@ -950,191 +231,321 @@ $a->strings["Unable to set your contact credentials on our system."] = "Не у
 $a->strings["Unable to update your contact profile details on our system"] = "Не удается обновить ваши контактные детали профиля в нашей системе";
 $a->strings["Connection accepted at %s"] = "Подключение принято в %s";
 $a->strings["%1\$s has joined %2\$s"] = "%1\$s присоединился %2\$s";
-$a->strings["%1\$s welcomes %2\$s"] = "";
-$a->strings["This introduction has already been accepted."] = "Этот запрос был уже принят.";
-$a->strings["Profile location is not valid or does not contain profile information."] = "Местоположение профиля является недопустимым или не содержит информацию о профиле.";
-$a->strings["Warning: profile location has no identifiable owner name."] = "Внимание: местоположение профиля не имеет идентифицируемого имени владельца.";
-$a->strings["Warning: profile location has no profile photo."] = "Внимание: местоположение профиля не имеет еще фотографии профиля.";
-$a->strings["%d required parameter was not found at the given location"] = array(
-       0 => "%d требуемый параметр не был найден в заданном месте",
-       1 => "%d требуемых параметров не были найдены в заданном месте",
-       2 => "%d требуемых параметров не были найдены в заданном месте",
-);
-$a->strings["Introduction complete."] = "Запрос создан.";
-$a->strings["Unrecoverable protocol error."] = "Неисправимая ошибка протокола.";
-$a->strings["Profile unavailable."] = "Профиль недоступен.";
-$a->strings["%s has received too many connection requests today."] = "К %s пришло сегодня слишком много запросов на подключение.";
-$a->strings["Spam protection measures have been invoked."] = "Были применены меры защиты от спама.";
-$a->strings["Friends are advised to please try again in 24 hours."] = "Друзья советуют попробовать еще раз в ближайшие 24 часа.";
-$a->strings["Invalid locator"] = "Недопустимый локатор";
-$a->strings["Invalid email address."] = "Неверный адрес электронной почты.";
-$a->strings["This account has not been configured for email. Request failed."] = "Этот аккаунт не настроен для электронной почты. Запрос не удался.";
-$a->strings["Unable to resolve your name at the provided location."] = "Не удается установить ваше имя на предложенном местоположении.";
-$a->strings["You have already introduced yourself here."] = "Вы уже ввели информацию о себе здесь.";
-$a->strings["Apparently you are already friends with %s."] = "Похоже, что вы уже друзья с %s.";
-$a->strings["Invalid profile URL."] = "Неверный URL профиля.";
-$a->strings["Your introduction has been sent."] = "Ваш запрос отправлен.";
-$a->strings["Please login to confirm introduction."] = "Для подтверждения запроса войдите пожалуйста с паролем.";
-$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Неверно идентифицирован вход. Пожалуйста, войдите в <strong>этот</strong> профиль.";
-$a->strings["Hide this contact"] = "Скрыть этот контакт";
-$a->strings["Welcome home %s."] = "Добро пожаловать домой, %s!";
-$a->strings["Please confirm your introduction/connection request to %s."] = "Пожалуйста, подтвердите краткую информацию / запрос на подключение к %s.";
-$a->strings["Confirm"] = "Подтвердить";
-$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Пожалуйста, введите ваш 'идентификационный адрес' одной из следующих поддерживаемых социальных сетей:";
-$a->strings["<strike>Connect as an email follower</strike> (Coming soon)"] = "<strike>Соединитесь как email последователь</strike> (скоро)";
-$a->strings["If you are not yet a member of the free social web, <a href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public Friendica site and join us today</a>."] = "";
-$a->strings["Friend/Connection Request"] = "Запрос в друзья / на подключение";
-$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Примеры: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca";
-$a->strings["Please answer the following:"] = "Пожалуйста, ответьте следующее:";
-$a->strings["Does %s know you?"] = "%s знает вас?";
-$a->strings["Add a personal note:"] = "Добавить личную заметку:";
-$a->strings["StatusNet/Federated Social Web"] = "StatusNet / Federated Social Web";
-$a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = "";
-$a->strings["Your Identity Address:"] = "Ваш идентификационный адрес:";
-$a->strings["Submit Request"] = "Отправить запрос";
-$a->strings["%1\$s is following %2\$s's %3\$s"] = "";
-$a->strings["Global Directory"] = "Глобальный каталог";
-$a->strings["Find on this site"] = "Найти на этом сайте";
-$a->strings["Site Directory"] = "Каталог сайта";
-$a->strings["Gender: "] = "Пол: ";
-$a->strings["No entries (some entries may be hidden)."] = "Нет записей (некоторые записи могут быть скрыты).";
-$a->strings["Do you really want to delete this suggestion?"] = "";
-$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "";
+$a->strings["Authorize application connection"] = "Разрешить связь с приложением";
+$a->strings["Return to your app and insert this Securty Code:"] = "Вернитесь в ваше приложение и задайте этот код:";
+$a->strings["Please login to continue."] = "Пожалуйста, войдите для продолжения.";
+$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Вы действительно хотите разрешить этому приложению доступ к своим постам и контактам, а также создавать новые записи от вашего имени?";
+$a->strings["No valid account found."] = "Не найдено действительного аккаунта.";
+$a->strings["Password reset request issued. Check your email."] = "Запрос на сброс пароля принят. Проверьте вашу электронную почту.";
+$a->strings["Password reset requested at %s"] = "Запрос на сброс пароля получен %s";
+$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Запрос не может быть проверен. (Вы, возможно, ранее представляли его.) Попытка сброса пароля неудачная.";
+$a->strings["Your password has been reset as requested."] = "Ваш пароль был сброшен по требованию.";
+$a->strings["Your new password is"] = "Ваш новый пароль";
+$a->strings["Save or copy your new password - and then"] = "Сохраните или скопируйте новый пароль - и затем";
+$a->strings["click here to login"] = "нажмите здесь для входа";
+$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Ваш пароль может быть изменен на странице <em>Настройки</em> после успешного входа.";
+$a->strings["Your password has been changed at %s"] = "Ваш пароль был изменен %s";
+$a->strings["Forgot your Password?"] = "Забыли пароль?";
+$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Введите адрес электронной почты и подтвердите, что вы хотите сбросить ваш пароль. Затем проверьте свою электронную почту для получения дальнейших инструкций.";
+$a->strings["Nickname or Email: "] = "Ник или E-mail: ";
+$a->strings["Reset"] = "Сброс";
+$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Количество ежедневных сообщений на стене %s превышено. Сообщение отменено..";
+$a->strings["No recipient selected."] = "Не выбран получатель.";
+$a->strings["Unable to check your home location."] = "Невозможно проверить местоположение.";
+$a->strings["Message could not be sent."] = "Сообщение не может быть отправлено.";
+$a->strings["Message collection failure."] = "Неудача коллекции сообщения.";
+$a->strings["Message sent."] = "Сообщение отправлено.";
+$a->strings["No recipient."] = "Без адресата.";
+$a->strings["Please enter a link URL:"] = "Пожалуйста, введите URL ссылки:";
+$a->strings["Send Private Message"] = "Отправить личное сообщение";
+$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Если Вы хотите ответить %s, пожалуйста, проверьте, позволяют ли настройки конфиденциальности на Вашем сайте принимать персональную почту от неизвестных отправителей.";
+$a->strings["To:"] = "Кому:";
+$a->strings["Subject:"] = "Тема:";
+$a->strings["Your message:"] = "Ваше сообщение:";
+$a->strings["Upload photo"] = "Загрузить фото";
+$a->strings["Insert web link"] = "Вставить веб-ссылку";
+$a->strings["Welcome to Friendica"] = "Добро пожаловать в Friendica";
+$a->strings["New Member Checklist"] = "Новый контрольный список участников";
+$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "Мы хотели бы предложить некоторые советы и ссылки, помогающие сделать вашу работу приятнее. Нажмите на любой элемент, чтобы посетить соответствующую страницу. Ссылка на эту страницу будет видна на  вашей домашней странице в течение двух недель после первоначальной регистрации, а затем она исчезнет.";
+$a->strings["Getting Started"] = "Начало работы";
+$a->strings["Friendica Walk-Through"] = "Friendica тур";
+$a->strings["On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "На вашей странице <em>Быстрый старт</em> - можно найти краткое введение в ваш профиль и сетевые закладки, создать новые связи, и найти группы, чтобы присоединиться к ним.";
+$a->strings["Go to Your Settings"] = "Перейти к вашим настройкам";
+$a->strings["On your <em>Settings</em> page -  change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = "На вашей странице <em>Настройки</em> - вы можете изменить свой первоначальный пароль. Также обратите внимание на ваш личный адрес. Он выглядит так же, как адрес электронной почты - и будет полезен для поиска друзей в свободной социальной сети.";
+$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Просмотрите другие установки, в частности, параметры конфиденциальности. Неопубликованные пункты каталога с частными номерами телефона. В общем, вам, вероятно, следует опубликовать свою информацию - если все ваши друзья и потенциальные друзья точно знают, как вас найти.";
+$a->strings["Upload Profile Photo"] = "Загрузить фото профиля";
+$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Загрузите фотографию профиля, если вы еще не сделали это. Исследования показали, что люди с реальными фотографиями имеют в десять раз больше шансов подружиться, чем люди, которые этого не делают.";
+$a->strings["Edit Your Profile"] = "Редактировать профиль";
+$a->strings["Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Отредактируйте профиль <strong>по умолчанию</strong> на свой ​​вкус. Просмотрите установки для сокрытия вашего списка друзей и сокрытия профиля от неизвестных посетителей.";
+$a->strings["Profile Keywords"] = "Ключевые слова профиля";
+$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Установите некоторые публичные ключевые слова для вашего профиля по умолчанию, которые описывают ваши интересы. Мы можем быть в состоянии найти других людей со схожими интересами и предложить дружбу.";
+$a->strings["Connecting"] = "Подключение";
+$a->strings["Facebook"] = "Facebook";
+$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "Авторизуйте Facebook Connector , если у вас уже есть аккаунт на Facebook, и мы (по желанию) импортируем всех ваших друзей и беседы с Facebook.";
+$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>Если</em> это ваш личный сервер, установите дополнение Facebook, это может облегчить ваш переход на свободную социальную сеть.";
+$a->strings["Importing Emails"] = "Импортирование Email-ов";
+$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "Введите информацию о доступе к вашему email на странице настроек вашего коннектора, если вы хотите импортировать, и общаться с друзьями или получать рассылки на ваш ящик электронной почты";
+$a->strings["Go to Your Contacts Page"] = "Перейти на страницу ваших контактов";
+$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the <em>Add New Contact</em> dialog."] = "Ваша страница контактов - это ваш шлюз к управлению дружбой и общением с друзьями в других сетях. Обычно вы вводите свой ​​адрес или адрес сайта в диалог <em>Добавить новый контакт</em>.";
+$a->strings["Go to Your Site's Directory"] = "Перейти в каталог вашего сайта";
+$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own Identity Address if requested."] = "На странице каталога вы можете найти других людей в этой сети или на других похожих сайтах. Ищите ссылки <em>Подключить</em> или <em>Следовать</em> на страницах их профилей. Укажите свой собственный адрес идентификации, если требуется.";
+$a->strings["Finding New People"] = "Поиск людей";
+$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "На боковой панели страницы Контакты есть несколько инструментов, чтобы найти новых друзей. Мы можем  искать по соответствию интересам, посмотреть людей по имени или интересам, и внести предложения на основе сетевых отношений. На новом сайте, предложения дружбы, как правило, начинают заполняться в течение 24 часов.";
+$a->strings["Groups"] = "Группы";
+$a->strings["Group Your Contacts"] = "Группа \"ваши контакты\"";
+$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "После того, как вы найдете несколько друзей, организуйте их в группы частных бесед в боковой панели на странице Контакты, а затем вы можете взаимодействовать с каждой группой приватно или на вашей странице Сеть.";
+$a->strings["Why Aren't My Posts Public?"] = "Почему мои посты не публичные?";
+$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica уважает вашу приватность. По умолчанию, ваши сообщения будут показываться только для людей, которых вы добавили в список друзей. Для получения дополнительной информации см. раздел справки по ссылке выше.";
+$a->strings["Getting Help"] = "Получить помощь";
+$a->strings["Go to the Help Section"] = "Перейти в раздел справки";
+$a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "Наши страницы <strong>помощи</strong> могут проконсультировать о подробностях и возможностях программы и ресурса.";
+$a->strings["Do you really want to delete this suggestion?"] = "Вы действительно хотите удалить это предложение?";
+$a->strings["Cancel"] = "Отмена";
+$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Нет предложений. Если это новый сайт, пожалуйста, попробуйте снова через 24 часа.";
 $a->strings["Ignore/Hide"] = "Проигнорировать/Скрыть";
-$a->strings["People Search"] = "Поиск людей";
-$a->strings["No matches"] = "Нет соответствий";
-$a->strings["Theme settings updated."] = "";
-$a->strings["Site"] = "Сайт";
-$a->strings["Users"] = "Пользователи";
-$a->strings["Plugins"] = "Плагины";
-$a->strings["Themes"] = "";
-$a->strings["DB updates"] = "";
-$a->strings["Logs"] = "Журналы";
-$a->strings["Plugin Features"] = "";
-$a->strings["User registrations waiting for confirmation"] = "Регистрации пользователей, ожидающие подтверждения";
-$a->strings["Normal Account"] = "Обычный аккаунт";
-$a->strings["Soapbox Account"] = "Аккаунт Витрина";
-$a->strings["Community/Celebrity Account"] = "Аккаунт Сообщество / Знаменитость";
-$a->strings["Automatic Friend Account"] = "\"Автоматический друг\" Аккаунт";
-$a->strings["Blog Account"] = "";
-$a->strings["Private Forum"] = "Личный форум";
-$a->strings["Message queues"] = "Очереди сообщений";
-$a->strings["Administration"] = "Администрация";
-$a->strings["Summary"] = "Резюме";
-$a->strings["Registered users"] = "Зарегистрированные пользователи";
-$a->strings["Pending registrations"] = "Ожидающие регистрации";
-$a->strings["Version"] = "Версия";
-$a->strings["Active plugins"] = "Активные плагины";
-$a->strings["Site settings updated."] = "Установки сайта обновлены.";
-$a->strings["Multi user instance"] = "";
-$a->strings["Closed"] = "Закрыто";
-$a->strings["Requires approval"] = "Требуется подтверждение";
-$a->strings["Open"] = "Открыто";
-$a->strings["No SSL policy, links will track page SSL state"] = "";
-$a->strings["Force all links to use SSL"] = "Заставить все ссылки использовать SSL";
-$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "";
-$a->strings["File upload"] = "Загрузка файлов";
-$a->strings["Policies"] = "Политики";
-$a->strings["Advanced"] = "Расширенный";
-$a->strings["Performance"] = "Производительность";
-$a->strings["Site name"] = "Название сайта";
-$a->strings["Banner/Logo"] = "Баннер/Логотип";
-$a->strings["System language"] = "Системный язык";
-$a->strings["System theme"] = "Системная тема";
-$a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "";
-$a->strings["Mobile system theme"] = "Мобильная тема системы";
-$a->strings["Theme for mobile devices"] = "Тема для мобильных устройств";
-$a->strings["SSL link policy"] = "Политика SSL";
-$a->strings["Determines whether generated links should be forced to use SSL"] = "Ссылки должны быть вынуждены использовать SSL";
-$a->strings["'Share' element"] = "'Share' элемент";
-$a->strings["Activates the bbcode element 'share' for repeating items."] = "";
-$a->strings["Hide help entry from navigation menu"] = "Скрыть пункт \"помощь\" в меню навигации";
-$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "";
-$a->strings["Single user instance"] = "Однопользовательский режим";
-$a->strings["Make this instance multi-user or single-user for the named user"] = "";
-$a->strings["Maximum image size"] = "Максимальный размер изображения";
-$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "";
-$a->strings["Maximum image length"] = "Максимальная длина картинки";
-$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "";
-$a->strings["JPEG image quality"] = "Качество JPEG изображения";
-$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "";
-$a->strings["Register policy"] = "Политика регистрация";
-$a->strings["Maximum Daily Registrations"] = "Максимальное число регистраций в день";
-$a->strings["If registration is permitted above, this sets the maximum number of new user registrations to accept per day.  If register is set to closed, this setting has no effect."] = "";
-$a->strings["Register text"] = "Текст регистрации";
-$a->strings["Will be displayed prominently on the registration page."] = "Будет находиться на видном месте на странице регистрации.";
-$a->strings["Accounts abandoned after x days"] = "Аккаунт считается после x дней не воспользованным";
-$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Не будет тратить ресурсы для опроса сайтов для бесхозных контактов. Введите 0 для отключения лимита времени.";
-$a->strings["Allowed friend domains"] = "Разрешенные домены друзей";
-$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "";
-$a->strings["Allowed email domains"] = "Разрешенные почтовые домены";
-$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "";
-$a->strings["Block public"] = "Блокировать общественный доступ";
-$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "";
-$a->strings["Force publish"] = "Принудительная публикация";
-$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "";
-$a->strings["Global directory update URL"] = "URL обновления глобального каталога";
-$a->strings["URL to update the global directory. If this is not set, the global directory is completely unavailable to the application."] = "";
-$a->strings["Allow threaded items"] = "";
-$a->strings["Allow infinite level threading for items on this site."] = "";
-$a->strings["Private posts by default for new users"] = "Частные сообщения по умолчанию для новых пользователей";
-$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "";
-$a->strings["Don't include post content in email notifications"] = "";
-$a->strings["Don't include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure."] = "";
-$a->strings["Disallow public access to addons listed in the apps menu."] = "";
-$a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = "";
-$a->strings["Don't embed private images in posts"] = "";
-$a->strings["Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while."] = "";
-$a->strings["Block multiple registrations"] = "Блокировать множественные регистрации";
-$a->strings["Disallow users to register additional accounts for use as pages."] = "Запретить пользователям регистрировать дополнительные аккаунты для использования в качестве страниц.";
-$a->strings["OpenID support"] = "Поддержка OpenID";
-$a->strings["OpenID support for registration and logins."] = "OpenID поддержка для регистрации и входа в систему.";
-$a->strings["Fullname check"] = "Проверка полного имени";
-$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "";
-$a->strings["UTF-8 Regular expressions"] = "UTF-8 регулярные выражения";
-$a->strings["Use PHP UTF8 regular expressions"] = "Используйте PHP UTF-8 для регулярных выражений";
-$a->strings["Show Community Page"] = "Показать страницу сообщества";
-$a->strings["Display a Community page showing all recent public postings on this site."] = "Показывать страницу сообщества с указанием всех последних публичных сообщений на этом сайте.";
-$a->strings["Enable OStatus support"] = "Включить поддержку 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."] = "";
-$a->strings["Enable Diaspora support"] = "Включить поддержку Diaspora";
-$a->strings["Provide built-in Diaspora network compatibility."] = "";
-$a->strings["Only allow Friendica contacts"] = "Позвольть только  Friendica контакты";
-$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "Все контакты должны использовать только Friendica протоколы. Все другие встроенные коммуникационные протоколы отключены.";
-$a->strings["Verify SSL"] = "Проверка SSL";
-$a->strings["If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."] = "";
-$a->strings["Proxy user"] = "Прокси пользователь";
-$a->strings["Proxy URL"] = "Прокси URL";
-$a->strings["Network timeout"] = "Тайм-аут сети";
-$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "";
+$a->strings["Search Results For:"] = "Результаты поиска для:";
+$a->strings["Remove term"] = "Удалить элемент";
+$a->strings["Saved Searches"] = "запомненные поиски";
+$a->strings["add"] = "добавить";
+$a->strings["Commented Order"] = "Прокомментированный запрос";
+$a->strings["Sort by Comment Date"] = "Сортировать по дате комментария";
+$a->strings["Posted Order"] = "Отправленный запрос";
+$a->strings["Sort by Post Date"] = "Сортировать по дате отправки";
+$a->strings["Personal"] = "Персонал";
+$a->strings["Posts that mention or involve you"] = "";
+$a->strings["New"] = "Новый";
+$a->strings["Activity Stream - by date"] = "Лента активности - по дате";
+$a->strings["Shared Links"] = "Ссылки, которыми поделились";
+$a->strings["Interesting Links"] = "Интересные ссылки";
+$a->strings["Starred"] = "Помеченный";
+$a->strings["Favourite Posts"] = "Избранные посты";
+$a->strings["Warning: This group contains %s member from an insecure network."] = array(
+       0 => "Внимание: Эта группа содержит %s участника с незащищенной сети.",
+       1 => "Внимание: Эта группа содержит %s участников с незащищенной сети.",
+       2 => "Внимание: Эта группа содержит %s участников с незащищенной сети.",
+);
+$a->strings["Private messages to this group are at risk of public disclosure."] = "Личные сообщения к этой группе находятся под угрозой обнародования.";
+$a->strings["No such group"] = "Нет такой группы";
+$a->strings["Group is empty"] = "Группа пуста";
+$a->strings["Group: "] = "Группа: ";
+$a->strings["Contact: "] = "Контакт: ";
+$a->strings["Private messages to this person are at risk of public disclosure."] = "Личные сообщения этому человеку находятся под угрозой обнародования.";
+$a->strings["Invalid contact."] = "Недопустимый контакт.";
+$a->strings["Friendica Communications Server - Setup"] = "Коммуникационный сервер Friendica - Доступ";
+$a->strings["Could not connect to database."] = "Не удалось подключиться к базе данных.";
+$a->strings["Could not create table."] = "Не удалось создать таблицу.";
+$a->strings["Your Friendica site database has been installed."] = "База данных сайта установлена.";
+$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Вам может понадобиться импортировать файл \"database.sql\" вручную с помощью PhpMyAdmin или MySQL.";
+$a->strings["Please see the file \"INSTALL.txt\"."] = "Пожалуйста, смотрите файл \"INSTALL.txt\".";
+$a->strings["System check"] = "Проверить систему";
+$a->strings["Next"] = "Далее";
+$a->strings["Check again"] = "Проверить еще раз";
+$a->strings["Database connection"] = "Подключение к базе данных";
+$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Для того, чтобы установить Friendica, мы должны знать, как подключиться к базе данных.";
+$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Пожалуйста, свяжитесь с вашим хостинг-провайдером или администратором сайта, если у вас есть вопросы об этих параметрах.";
+$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Базы данных, указанная ниже, должна уже существовать. Если этого нет, пожалуйста, создайте ее перед продолжением.";
+$a->strings["Database Server Name"] = "Имя сервера базы данных";
+$a->strings["Database Login Name"] = "Логин базы данных";
+$a->strings["Database Login Password"] = "Пароль базы данных";
+$a->strings["Database Name"] = "Имя базы данных";
+$a->strings["Site administrator email address"] = "Адрес электронной почты администратора сайта";
+$a->strings["Your account email address must match this in order to use the web admin panel."] = "Ваш адрес электронной почты аккаунта должен соответствовать этому, чтобы использовать веб-панель администратора.";
+$a->strings["Please select a default timezone for your website"] = "Пожалуйста, выберите часовой пояс по умолчанию для вашего сайта";
+$a->strings["Site settings"] = "Настройки сайта";
+$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Не удалось найти PATH веб-сервера в установках PHP.";
+$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron. See <a href='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"] = "Если на вашем сервере не установлена версия командной строки PHP, вы не будете иметь возможность запускать фоновые опросы через крон. См. <a href='http://friendica.com/node/27'> 'Активация запланированных задачах' </a>";
+$a->strings["PHP executable path"] = "PHP executable path";
+$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Введите полный путь к исполняемому файлу PHP. Вы можете оставить это поле пустым, чтобы продолжить установку.";
+$a->strings["Command line PHP"] = "Command line PHP";
+$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "";
+$a->strings["Found PHP version: "] = "Найденная PHP версия: ";
+$a->strings["PHP cli binary"] = "PHP cli binary";
+$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Не включено \"register_argc_argv\" в установках PHP.";
+$a->strings["This is required for message delivery to work."] = "Это необходимо для работы доставки сообщений.";
+$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv";
+$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Ошибка: функция \"openssl_pkey_new\" в этой системе не в состоянии генерировать ключи шифрования";
+$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Если вы работаете под Windows, см. \"http://www.php.net/manual/en/openssl.installation.php\".";
+$a->strings["Generate encryption keys"] = "Генерация шифрованых ключей";
+$a->strings["libCurl PHP module"] = "libCurl PHP модуль";
+$a->strings["GD graphics PHP module"] = "GD graphics PHP модуль";
+$a->strings["OpenSSL PHP module"] = "OpenSSL PHP модуль";
+$a->strings["mysqli PHP module"] = "mysqli PHP модуль";
+$a->strings["mb_string PHP module"] = "mb_string PHP модуль";
+$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite module";
+$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Ошибка: необходим модуль веб-сервера Apache mod-rewrite, но он не установлен.";
+$a->strings["Error: libCURL PHP module required but not installed."] = "Ошибка: необходим libCURL PHP модуль, но он не установлен.";
+$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Ошибка: необходим PHP модуль GD графики с поддержкой JPEG, но он не установлен.";
+$a->strings["Error: openssl PHP module required but not installed."] = "Ошибка: необходим PHP модуль OpenSSL, но он не установлен.";
+$a->strings["Error: mysqli PHP module required but not installed."] = "Ошибка: необходим PHP модуль MySQLi, но он не установлен.";
+$a->strings["Error: mb_string PHP module required but not installed."] = "Ошибка: необходим PHP модуль mb_string, но он не установлен.";
+$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "Веб-инсталлятору требуется создать файл с именем \". htconfig.php\" в верхней папке веб-сервера, но он не в состоянии это сделать.";
+$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Это наиболее частые параметры разрешений, когда веб-сервер не может записать файлы в папке - даже если вы можете.";
+$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "В конце этой процедуры, мы дадим вам текст, для сохранения в файле с именем .htconfig.php в корневой папке, где установлена Friendica.";
+$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "В качестве альтернативы вы можете пропустить эту процедуру и выполнить установку вручную. Пожалуйста, обратитесь к файлу \"INSTALL.txt\" для получения инструкций.";
+$a->strings[".htconfig.php is writable"] = ".htconfig.php is writable";
+$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica использует механизм шаблонов Smarty3 для генерации веб-страниц. Smarty3 компилирует шаблоны в PHP для увеличения скорости загрузки.";
+$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "Для того чтобы хранить эти скомпилированные шаблоны, веб-сервер должен иметь доступ на запись для папки view/smarty3 в директории, где установлена Friendica.";
+$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Пожалуйста, убедитесь, что пользователь, под которым работает ваш веб-сервер (например www-data), имеет доступ на запись в этой папке.";
+$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "Примечание: в качестве меры безопасности, вы должны дать вебсерверу доступ на запись только в view/smarty3 - но не на сами файлы шаблонов (.tpl)., Которые содержатся в этой папке.";
+$a->strings["view/smarty3 is writable"] = "view/smarty3 доступен для записи";
+$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "Url rewrite в .htaccess не работает. Проверьте конфигурацию вашего сервера..";
+$a->strings["Url rewrite is working"] = "Url rewrite работает";
+$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Файл конфигурации базы данных \".htconfig.php\" не могла быть записан. Пожалуйста, используйте приложенный текст, чтобы создать конфигурационный файл в корневом каталоге веб-сервера.";
+$a->strings["Errors encountered creating database tables."] = "Обнаружены ошибки при создании таблиц базы данных.";
+$a->strings["<h1>What next</h1>"] = "<h1>Что далее</h1>";
+$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "ВАЖНО: Вам нужно будет [вручную] установить запланированное задание для регистратора.";
+$a->strings["Theme settings updated."] = "Настройки темы обновлены.";
+$a->strings["Site"] = "Сайт";
+$a->strings["Users"] = "Пользователи";
+$a->strings["Plugins"] = "Плагины";
+$a->strings["Themes"] = "Темы";
+$a->strings["DB updates"] = "Обновление БД";
+$a->strings["Logs"] = "Журналы";
+$a->strings["Admin"] = "Администратор";
+$a->strings["Plugin Features"] = "Возможности плагина";
+$a->strings["User registrations waiting for confirmation"] = "Регистрации пользователей, ожидающие подтверждения";
+$a->strings["Normal Account"] = "Обычный аккаунт";
+$a->strings["Soapbox Account"] = "Аккаунт Витрина";
+$a->strings["Community/Celebrity Account"] = "Аккаунт Сообщество / Знаменитость";
+$a->strings["Automatic Friend Account"] = "\"Автоматический друг\" Аккаунт";
+$a->strings["Blog Account"] = "Аккаунт блога";
+$a->strings["Private Forum"] = "Личный форум";
+$a->strings["Message queues"] = "Очереди сообщений";
+$a->strings["Administration"] = "Администрация";
+$a->strings["Summary"] = "Резюме";
+$a->strings["Registered users"] = "Зарегистрированные пользователи";
+$a->strings["Pending registrations"] = "Ожидающие регистрации";
+$a->strings["Version"] = "Версия";
+$a->strings["Active plugins"] = "Активные плагины";
+$a->strings["Can not parse base url. Must have at least <scheme>://<domain>"] = "Невозможно определить базовый URL. Он должен иметь следующий вид - <scheme>://<domain>";
+$a->strings["Site settings updated."] = "Установки сайта обновлены.";
+$a->strings["No special theme for mobile devices"] = "Нет специальной темы для мобильных устройств";
+$a->strings["Never"] = "Никогда";
+$a->strings["Frequently"] = "Часто";
+$a->strings["Hourly"] = "Раз в час";
+$a->strings["Twice daily"] = "Два раза в день";
+$a->strings["Daily"] = "Ежедневно";
+$a->strings["Multi user instance"] = "Многопользовательский вид";
+$a->strings["Closed"] = "Закрыто";
+$a->strings["Requires approval"] = "Требуется подтверждение";
+$a->strings["Open"] = "Открыто";
+$a->strings["No SSL policy, links will track page SSL state"] = "Нет режима SSL, состояние SSL не будет отслеживаться";
+$a->strings["Force all links to use SSL"] = "Заставить все ссылки использовать SSL";
+$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Само-подписанный сертификат, использовать SSL только локально (не рекомендуется)";
+$a->strings["Save Settings"] = "Сохранить настройки";
+$a->strings["File upload"] = "Загрузка файлов";
+$a->strings["Policies"] = "Политики";
+$a->strings["Advanced"] = "Расширенный";
+$a->strings["Performance"] = "Производительность";
+$a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = "Переместить - ПРЕДУПРЕЖДЕНИЕ: расширеная функция. Может сделать этот сервер недоступным.";
+$a->strings["Site name"] = "Название сайта";
+$a->strings["Banner/Logo"] = "Баннер/Логотип";
+$a->strings["Additional Info"] = "Дополнительная информация";
+$a->strings["For public servers: you can add additional information here that will be listed at dir.friendica.com/siteinfo."] = "Для публичных серверов: вы можете добавить дополнительную информацию, которая будет перечислена в dir.friendica.com/siteinfo.";
+$a->strings["System language"] = "Системный язык";
+$a->strings["System theme"] = "Системная тема";
+$a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "Тема системы по умолчанию - может быть переопределена пользователем - <a href='#' id='cnftheme'>изменить настройки темы</a>";
+$a->strings["Mobile system theme"] = "Мобильная тема системы";
+$a->strings["Theme for mobile devices"] = "Тема для мобильных устройств";
+$a->strings["SSL link policy"] = "Политика SSL";
+$a->strings["Determines whether generated links should be forced to use SSL"] = "Ссылки должны быть вынуждены использовать SSL";
+$a->strings["Old style 'Share'"] = "Старый стиль 'Share'";
+$a->strings["Deactivates the bbcode element 'share' for repeating items."] = "Отключение BBCode элемента 'share' для повторяющихся элементов.";
+$a->strings["Hide help entry from navigation menu"] = "Скрыть пункт \"помощь\" в меню навигации";
+$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "Скрывает элемент меню для страницы справки из меню навигации. Вы все еще можете получить доступ к нему через вызов/помощь напрямую.";
+$a->strings["Single user instance"] = "Однопользовательский режим";
+$a->strings["Make this instance multi-user or single-user for the named user"] = "Сделать этот экземпляр многопользовательским, или однопользовательским для названного пользователя";
+$a->strings["Maximum image size"] = "Максимальный размер изображения";
+$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Максимальный размер в байтах для загружаемых изображений. По умолчанию 0, что означает отсутствие ограничений.";
+$a->strings["Maximum image length"] = "Максимальная длина картинки";
+$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "Максимальная длина в пикселях для длинной стороны загруженных изображений. По умолчанию равно -1, что означает отсутствие ограничений.";
+$a->strings["JPEG image quality"] = "Качество JPEG изображения";
+$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "Загруженные изображения JPEG будут сохранены в этом качестве [0-100]. По умолчанию 100, что означает полное качество.";
+$a->strings["Register policy"] = "Политика регистрация";
+$a->strings["Maximum Daily Registrations"] = "Максимальное число регистраций в день";
+$a->strings["If registration is permitted above, this sets the maximum number of new user registrations to accept per day.  If register is set to closed, this setting has no effect."] = "Если регистрация разрешена, этот параметр устанавливает максимальное количество новых регистраций пользователей в день. Если регистрация закрыта, эта опция не имеет никакого эффекта.";
+$a->strings["Register text"] = "Текст регистрации";
+$a->strings["Will be displayed prominently on the registration page."] = "Будет находиться на видном месте на странице регистрации.";
+$a->strings["Accounts abandoned after x days"] = "Аккаунт считается после x дней не воспользованным";
+$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Не будет тратить ресурсы для опроса сайтов для бесхозных контактов. Введите 0 для отключения лимита времени.";
+$a->strings["Allowed friend domains"] = "Разрешенные домены друзей";
+$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Разделенный запятыми список доменов, которые разрешены для установления связей. Групповые символы принимаются. Оставьте пустым для разрешения связи со всеми доменами.";
+$a->strings["Allowed email domains"] = "Разрешенные почтовые домены";
+$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "Разделенный запятыми список доменов, которые разрешены для установления связей. Групповые символы принимаются. Оставьте пустым для разрешения связи со всеми доменами.";
+$a->strings["Block public"] = "Блокировать общественный доступ";
+$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Отметьте, чтобы заблокировать публичный доступ ко всем иным публичным персональным страницам на этом сайте, если вы не вошли на сайт.";
+$a->strings["Force publish"] = "Принудительная публикация";
+$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Отметьте, чтобы принудительно заставить все профили на этом сайте, быть перечислеными в каталоге сайта.";
+$a->strings["Global directory update URL"] = "URL обновления глобального каталога";
+$a->strings["URL to update the global directory. If this is not set, the global directory is completely unavailable to the application."] = "URL для обновления глобального каталога. Если он не установлен, глобальный каталог полностью недоступен для приложения.";
+$a->strings["Allow threaded items"] = "Разрешить темы в обсуждении";
+$a->strings["Allow infinite level threading for items on this site."] = "Разрешить бесконечный уровень для тем на этом сайте.";
+$a->strings["Private posts by default for new users"] = "Частные сообщения по умолчанию для новых пользователей";
+$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "Установить права на создание постов по умолчанию для всех участников в дефолтной приватной группе, а не для публичных участников.";
+$a->strings["Don't include post content in email notifications"] = "Не включать текст сообщения в email-оповещение.";
+$a->strings["Don't include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure."] = "Не включать содержание сообщения/комментария/личного сообщения  и т.д.. в уведомления электронной почты, отправленных с сайта, в качестве меры конфиденциальности.";
+$a->strings["Disallow public access to addons listed in the apps menu."] = "Запретить публичный доступ к аддонам, перечисленным в меню приложений.";
+$a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = "При установке этого флажка, будут ограничены аддоны, перечисленные в меню приложений, только для участников.";
+$a->strings["Don't embed private images in posts"] = "Не вставлять личные картинки в постах";
+$a->strings["Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while."] = "Не заменяйте локально расположенные фотографии в постах на внедрённые копии изображений. Это означает, что контакты, которые получают сообщения, содержащие личные фотографии, будут вынуждены идентефицироваться и грузить каждое изображение, что может занять некоторое время.";
+$a->strings["Allow Users to set remote_self"] = "Разрешить пользователям установить remote_self";
+$a->strings["With checking this, every user is allowed to mark every contact as a remote_self in the repair contact dialog. Setting this flag on a contact causes mirroring every posting of that contact in the users stream."] = "";
+$a->strings["Block multiple registrations"] = "Блокировать множественные регистрации";
+$a->strings["Disallow users to register additional accounts for use as pages."] = "Запретить пользователям регистрировать дополнительные аккаунты для использования в качестве страниц.";
+$a->strings["OpenID support"] = "Поддержка OpenID";
+$a->strings["OpenID support for registration and logins."] = "OpenID поддержка для регистрации и входа в систему.";
+$a->strings["Fullname check"] = "Проверка полного имени";
+$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Принудить пользователей регистрироваться с пробелом между именем и фамилией в строке \"полное имя\". Антиспам мера.";
+$a->strings["UTF-8 Regular expressions"] = "UTF-8 регулярные выражения";
+$a->strings["Use PHP UTF8 regular expressions"] = "Используйте PHP UTF-8 для регулярных выражений";
+$a->strings["Show Community Page"] = "Показать страницу сообщества";
+$a->strings["Display a Community page showing all recent public postings on this site."] = "Показывать страницу сообщества с указанием всех последних публичных сообщений на этом сайте.";
+$a->strings["Enable OStatus support"] = "Включить поддержку 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."] = "Обеспечить встроенную совместимость с OStatus (identi.ca, status.net и т.д.). Все коммуникации в OStatus являются открытыми, поэтому предупреждения безопасности будут иногда отображаться.";
+$a->strings["OStatus conversation completion interval"] = "";
+$a->strings["How often shall the poller check for new entries in OStatus conversations? This can be a very ressource task."] = "Как часто процессы должны проверять наличие новых записей в OStatus разговорах? Это может быть очень ресурсоёмкой задачей.";
+$a->strings["Enable Diaspora support"] = "Включить поддержку Diaspora";
+$a->strings["Provide built-in Diaspora network compatibility."] = "Обеспечить встроенную поддержку сети Diaspora.";
+$a->strings["Only allow Friendica contacts"] = "Позвольть только  Friendica контакты";
+$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "Все контакты должны использовать только Friendica протоколы. Все другие встроенные коммуникационные протоколы отключены.";
+$a->strings["Verify SSL"] = "Проверка SSL";
+$a->strings["If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."] = "Если хотите, вы можете включить строгую проверку сертификатов. Это будет означать, что вы не сможете соединиться (вообще) с сайтами, имеющими само-подписанный SSL сертификат.";
+$a->strings["Proxy user"] = "Прокси пользователь";
+$a->strings["Proxy URL"] = "Прокси URL";
+$a->strings["Network timeout"] = "Тайм-аут сети";
+$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Значение указывается в секундах. Установите 0 для снятия ограничений (не рекомендуется).";
 $a->strings["Delivery interval"] = "Интервал поставки";
-$a->strings["Delay background delivery processes by this many seconds to reduce system load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 for large dedicated servers."] = "";
+$a->strings["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."] = "Установите задержку выполнения фоновых процессов доставки до указанного количества секунд, чтобы уменьшить нагрузку на систему. Рекомендация: 4-5 для обычного shared хостинга, 2-3 для виртуальных частных серверов. 0-1 для мощных выделенных серверов.";
 $a->strings["Poll interval"] = "Интервал опроса";
-$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "";
-$a->strings["Maximum Load Average"] = "";
-$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "";
-$a->strings["Use MySQL full text engine"] = "";
-$a->strings["Activates the full text engine. Speeds up search - but can only search for four and more characters."] = "";
-$a->strings["Path to item cache"] = "";
-$a->strings["Cache duration in seconds"] = "";
-$a->strings["How long should the cache files be hold? Default value is 86400 seconds (One day)."] = "";
-$a->strings["Path for lock file"] = "";
-$a->strings["Temp path"] = "";
-$a->strings["Base path to installation"] = "";
-$a->strings["Update has been marked successful"] = "";
-$a->strings["Executing %s failed. Check system logs."] = "";
-$a->strings["Update %s was successfully applied."] = "";
-$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "";
-$a->strings["Update function %s could not be found."] = "";
+$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "Установить задержку фоновых процессов опросов путем ограничения количества секунд, чтобы уменьшить нагрузку на систему. Если 0, используется интервал доставки.";
+$a->strings["Maximum Load Average"] = "Средняя максимальная нагрузка";
+$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Максимальная нагрузка на систему перед приостановкой процессов доставки и опросов - по умолчанию 50.";
+$a->strings["Use MySQL full text engine"] = "Использовать систему полнотексного поиска MySQL";
+$a->strings["Activates the full text engine. Speeds up search - but can only search for four and more characters."] = "Активизирует систему полнотексного поиска. Ускоряет поиск - но может искать только при указании четырех и более символов.";
+$a->strings["Suppress Language"] = "";
+$a->strings["Suppress language information in meta information about a posting."] = "";
+$a->strings["Path to item cache"] = "Путь к элементам кэша";
+$a->strings["Cache duration in seconds"] = "Время жизни кэша в секундах";
+$a->strings["How long should the cache files be hold? Default value is 86400 seconds (One day)."] = "Как долго необходимо хранить файлы кэша? Значение по умолчанию 86400 секунд (один день).";
+$a->strings["Path for lock file"] = "Путь к файлу блокировки";
+$a->strings["Temp path"] = "Временная папка";
+$a->strings["Base path to installation"] = "Путь для установки";
+$a->strings["New base url"] = "Новый базовый url";
+$a->strings["Update has been marked successful"] = "Обновление было успешно отмечено";
+$a->strings["Executing %s failed. Check system logs."] = "Не удалось выполнить %s. Проверьте логи системы.";
+$a->strings["Update %s was successfully applied."] = "Обновление %s успешно применено.";
+$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Процесс обновления %s не вернул статус. Не известно, выполнено, или нет.";
+$a->strings["Update function %s could not be found."] = "Функция обновления %s не найдена.";
 $a->strings["No failed updates."] = "Неудавшихся обновлений нет.";
 $a->strings["Failed Updates"] = "Неудавшиеся обновления";
-$a->strings["This does not include updates prior to 1139, which did not return a status."] = "";
-$a->strings["Mark success (if update was manually applied)"] = "";
-$a->strings["Attempt to execute this update step automatically"] = "";
+$a->strings["This does not include updates prior to 1139, which did not return a status."] = "Эта цифра не включает обновления до 1139, которое не возвращает статус.";
+$a->strings["Mark success (if update was manually applied)"] = "Отмечено успешно (если обновление было применено вручную)";
+$a->strings["Attempt to execute this update step automatically"] = "Попытаться выполнить этот шаг обновления автоматически";
+$a->strings["Registration successful. Email send to user"] = "Регистрация завершена. Email отправлен пользователю.";
 $a->strings["%s user blocked/unblocked"] = array(
-       0 => "",
-       1 => "",
-       2 => "",
+       0 => "%s пользователь заблокирован/разблокирован",
+       1 => "%s пользователей заблокировано/разблокировано",
+       2 => "%s пользователей заблокировано/разблокировано",
 );
 $a->strings["%s user deleted"] = array(
        0 => "%s человек удален",
@@ -1144,20 +555,32 @@ $a->strings["%s user deleted"] = array(
 $a->strings["User '%s' deleted"] = "Пользователь '%s' удален";
 $a->strings["User '%s' unblocked"] = "Пользователь '%s' разблокирован";
 $a->strings["User '%s' blocked"] = "Пользователь '%s' блокирован";
+$a->strings["Add User"] = "Добавить пользователя";
 $a->strings["select all"] = "выбрать все";
 $a->strings["User registrations waiting for confirm"] = "Регистрации пользователей, ожидающие подтверждения";
+$a->strings["User waiting for permanent deletion"] = "Пользователь ожидает окончательного удаления";
 $a->strings["Request date"] = "Запрос даты";
+$a->strings["Name"] = "Имя";
+$a->strings["Email"] = "Эл. почта";
 $a->strings["No registrations."] = "Нет регистраций.";
 $a->strings["Approve"] = "Одобрить";
 $a->strings["Deny"] = "Отклонить";
+$a->strings["Block"] = "Заблокировать";
+$a->strings["Unblock"] = "Разблокировать";
 $a->strings["Site admin"] = "Админ сайта";
 $a->strings["Account expired"] = "Аккаунт просрочен";
+$a->strings["New User"] = "Новый пользователь";
 $a->strings["Register date"] = "Дата регистрации";
 $a->strings["Last login"] = "Последний вход";
 $a->strings["Last item"] = "Последний пункт";
+$a->strings["Deleted since"] = "Удалён с";
 $a->strings["Account"] = "Аккаунт";
 $a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Выбранные пользователи будут удалены!\\n\\nВсе, что эти пользователи написали на этом сайте, будет удалено!\\n\\nВы уверены в вашем действии?";
 $a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Пользователь {0} будет удален!\\n\\nВсе, что этот пользователь написал на этом сайте, будет удалено!\\n\\nВы уверены в вашем действии?";
+$a->strings["Name of the new user."] = "Имя нового пользователя.";
+$a->strings["Nickname"] = "Ник";
+$a->strings["Nickname of the new user."] = "Ник нового пользователя.";
+$a->strings["Email address of the new user."] = "Email адрес нового пользователя.";
 $a->strings["Plugin %s disabled."] = "Плагин %s отключен.";
 $a->strings["Plugin %s enabled."] = "Плагин %s включен.";
 $a->strings["Disable"] = "Отключить";
@@ -1171,378 +594,561 @@ $a->strings["[Experimental]"] = "[экспериментально]";
 $a->strings["[Unsupported]"] = "[Неподдерживаемое]";
 $a->strings["Log settings updated."] = "Настройки журнала обновлены.";
 $a->strings["Clear"] = "Очистить";
-$a->strings["Debugging"] = "Отладка";
+$a->strings["Enable Debugging"] = "Включить отладку";
 $a->strings["Log file"] = "Лог-файл";
-$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "";
+$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Должно быть доступно для записи в веб-сервере. Относительно вашего Friendica каталога верхнего уровня.";
 $a->strings["Log level"] = "Уровень лога";
+$a->strings["Update now"] = "Обновить сейчас";
 $a->strings["Close"] = "Закрыть";
 $a->strings["FTP Host"] = "FTP хост";
 $a->strings["FTP Path"] = "Путь FTP";
 $a->strings["FTP User"] = "FTP пользователь";
 $a->strings["FTP Password"] = "FTP пароль";
-$a->strings["Tag removed"] = "Ключевое слово удалено";
-$a->strings["Remove Item Tag"] = "Удалить ключевое слово";
-$a->strings["Select a tag to remove: "] = "Выберите ключевое слово для удаления: ";
+$a->strings["Search"] = "Поиск";
+$a->strings["No results."] = "Нет результатов.";
+$a->strings["Tips for New Members"] = "Советы для новых участников";
+$a->strings["link"] = "ссылка";
+$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s tagged %2\$s's %3\$s в %4\$s";
 $a->strings["Item not found"] = "Элемент не найден";
 $a->strings["Edit post"] = "Редактировать сообщение";
-$a->strings["Event title and start time are required."] = "";
-$a->strings["l, F j"] = "l, j F";
-$a->strings["Edit event"] = "Редактировать мероприятие";
-$a->strings["Create New Event"] = "Создать новое мероприятие";
-$a->strings["Previous"] = "Назад";
-$a->strings["Next"] = "Далее";
-$a->strings["hour:minute"] = "час:минута";
-$a->strings["Event details"] = "Сведения о мероприятии";
-$a->strings["Format is %s %s. Starting date and Title are required."] = "";
-$a->strings["Event Starts:"] = "Начало мероприятия:";
-$a->strings["Required"] = "Требуется";
-$a->strings["Finish date/time is not known or not relevant"] = "Дата/время окончания не известны, или не указаны";
-$a->strings["Event Finishes:"] = "Окончание мероприятия:";
-$a->strings["Adjust for viewer timezone"] = "Настройка часового пояса";
-$a->strings["Description:"] = "Описание:";
-$a->strings["Title:"] = "Титул:";
-$a->strings["Share this event"] = "Поделитесь этим мероприятием";
-$a->strings["Files"] = "Файлы";
-$a->strings["Export account"] = "Экспорт аккаунта";
-$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "";
-$a->strings["Export all"] = "Экспорт всего";
-$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "";
-$a->strings["- select -"] = "- выбрать -";
-$a->strings["Import"] = "Импорт";
+$a->strings["upload photo"] = "загрузить фото";
+$a->strings["Attach file"] = "Приложить файл";
+$a->strings["attach file"] = "приложить файл";
+$a->strings["web link"] = "веб-ссылка";
+$a->strings["Insert video link"] = "Вставить ссылку видео";
+$a->strings["video link"] = "видео-ссылка";
+$a->strings["Insert audio link"] = "Вставить ссылку аудио";
+$a->strings["audio link"] = "аудио-ссылка";
+$a->strings["Set your location"] = "Задать ваше местоположение";
+$a->strings["set location"] = "установить местонахождение";
+$a->strings["Clear browser location"] = "Очистить местонахождение браузера";
+$a->strings["clear location"] = "убрать местонахождение";
+$a->strings["Permission settings"] = "Настройки разрешений";
+$a->strings["CC: email addresses"] = "Копии на email адреса";
+$a->strings["Public post"] = "Публичное сообщение";
+$a->strings["Set title"] = "Установить заголовок";
+$a->strings["Categories (comma-separated list)"] = "Категории (список через запятую)";
+$a->strings["Example: bob@example.com, mary@example.com"] = "Пример: bob@example.com, mary@example.com";
+$a->strings["Item not available."] = "Пункт не доступен.";
+$a->strings["Item was not found."] = "Пункт не был найден.";
+$a->strings["Account approved."] = "Аккаунт утвержден.";
+$a->strings["Registration revoked for %s"] = "Регистрация отменена для %s";
+$a->strings["Please login."] = "Пожалуйста, войдите с паролем.";
+$a->strings["Find on this site"] = "Найти на этом сайте";
+$a->strings["Finding: "] = "Результат поиска: ";
+$a->strings["Site Directory"] = "Каталог сайта";
+$a->strings["Find"] = "Найти";
+$a->strings["Age: "] = "Возраст: ";
+$a->strings["Gender: "] = "Пол: ";
+$a->strings["About:"] = "О себе:";
+$a->strings["No entries (some entries may be hidden)."] = "Нет записей (некоторые записи могут быть скрыты).";
+$a->strings["Contact settings applied."] = "Установки контакта приняты.";
+$a->strings["Contact update failed."] = "Обновление контакта неудачное.";
+$a->strings["Repair Contact Settings"] = "Восстановить установки контакта";
+$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "<strong>ВНИМАНИЕ: Это крайне важно!</strong> Если вы введете неверную информацию, ваша связь с этим контактом перестанет работать.";
+$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "Пожалуйста, нажмите клавишу вашего браузера 'Back' или 'Назад' <strong>сейчас</strong>, если вы не уверены, что делаете на этой странице.";
+$a->strings["Return to contact editor"] = "Возврат к редактору контакта";
+$a->strings["Account Nickname"] = "Ник аккаунта";
+$a->strings["@Tagname - overrides Name/Nickname"] = "";
+$a->strings["Account URL"] = "URL аккаунта";
+$a->strings["Friend Request URL"] = "URL запроса в друзья";
+$a->strings["Friend Confirm URL"] = "URL подтверждения друга";
+$a->strings["Notification Endpoint URL"] = "URL эндпоинта уведомления";
+$a->strings["Poll/Feed URL"] = "URL опроса/ленты";
+$a->strings["New photo from this URL"] = "Новое фото из этой URL";
+$a->strings["Remote Self"] = "";
+$a->strings["Mirror postings from this contact"] = "";
+$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "";
 $a->strings["Move account"] = "Удалить аккаунт";
-$a->strings["You can import an account from another Friendica server."] = "";
-$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "";
-$a->strings["This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora"] = "";
+$a->strings["You can import an account from another Friendica server."] = "Вы можете импортировать учетную запись с другого сервера Friendica.";
+$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "Вам нужно экспортировать свой ​​аккаунт со старого сервера и загрузить его сюда. Мы восстановим ваш ​​старый аккаунт здесь со всеми вашими контактами. Мы постараемся также сообщить друзьям, что вы переехали сюда.";
+$a->strings["This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora"] = "Это экспериментальная функция. Мы не можем импортировать контакты из сети OStatus (StatusNet / identi.ca) или из Diaspora";
 $a->strings["Account file"] = "Файл аккаунта";
-$a->strings["To export your accont, go to \"Settings->Export your porsonal data\" and select \"Export account\""] = "";
-$a->strings["[Embedded content - reload page to view]"] = "[Встроенное содержание - перезагрузите страницу для просмотра]";
-$a->strings["Contact added"] = "Контакт добавлен";
-$a->strings["This is Friendica, version"] = "Это Friendica, версия";
-$a->strings["running at web location"] = "работает на веб-узле";
-$a->strings["Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project."] = "";
-$a->strings["Bug reports and issues: please visit"] = "Отчет об ошибках и проблемах: пожалуйста, посетите";
-$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Предложения, похвала, пожертвования? Пишите на \"info\" на Friendica - точка com";
-$a->strings["Installed plugins/addons/apps:"] = "Установленные плагины / добавки / приложения:";
-$a->strings["No installed plugins/addons/apps"] = "Нет установленных плагинов / добавок / приложений";
-$a->strings["Friend suggestion sent."] = "Приглашение в друзья отправлено.";
-$a->strings["Suggest Friends"] = "Предложить друзей";
-$a->strings["Suggest a friend for %s"] = "Предложить друга для %s.";
-$a->strings["Group created."] = "Группа создана.";
-$a->strings["Could not create group."] = "Не удалось создать группу.";
-$a->strings["Group not found."] = "Группа не найдена.";
-$a->strings["Group name changed."] = "Название группы изменено.";
-$a->strings["Create a group of contacts/friends."] = "Создать группу контактов / друзей.";
-$a->strings["Group Name: "] = "Название группы: ";
-$a->strings["Group removed."] = "Группа удалена.";
-$a->strings["Unable to remove group."] = "Не удается удалить группу.";
-$a->strings["Group Editor"] = "Редактор групп";
-$a->strings["Members"] = "Участники";
-$a->strings["No profile"] = "Нет профиля";
+$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "Для экспорта аккаунта, перейдите в \"Настройки->Экспортировать ваши данные\" и выберите \"Экспорт аккаунта\"";
+$a->strings["Remote privacy information not available."] = "Личная информация удаленно недоступна.";
+$a->strings["Visible to:"] = "Кто может видеть:";
+$a->strings["Save"] = "Сохранить";
 $a->strings["Help:"] = "Помощь:";
-$a->strings["Not Found"] = "Не найдено";
-$a->strings["Page not found."] = "Страница не найдена.";
-$a->strings["No contacts."] = "Нет контактов.";
-$a->strings["Welcome to %s"] = "Добро пожаловать на %s!";
-$a->strings["Access denied."] = "Доступ запрещен.";
-$a->strings["File exceeds size limit of %d"] = "Файл превышает предельный размер %d";
-$a->strings["File upload failed."] = "Загрузка файла не удалась.";
-$a->strings["Image exceeds size limit of %d"] = "Изображение превышает предельный размер %d";
-$a->strings["Unable to process image."] = "Невозможно обработать фото.";
-$a->strings["Image upload failed."] = "Загрузка фото неудачная.";
-$a->strings["Total invitation limit exceeded."] = "";
-$a->strings["%s : Not a valid email address."] = "%s: Неверный адрес электронной почты.";
-$a->strings["Please join us on Friendica"] = "";
-$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "";
-$a->strings["%s : Message delivery failed."] = "%s: Доставка сообщения не удалась.";
-$a->strings["%d message sent."] = array(
-       0 => "%d сообщение отправлено.",
-       1 => "%d сообщений отправлено.",
-       2 => "%d сообщений отправлено.",
+$a->strings["Help"] = "Помощь";
+$a->strings["No profile"] = "Нет профиля";
+$a->strings["This introduction has already been accepted."] = "Этот запрос был уже принят.";
+$a->strings["Profile location is not valid or does not contain profile information."] = "Местоположение профиля является недопустимым или не содержит информацию о профиле.";
+$a->strings["Warning: profile location has no identifiable owner name."] = "Внимание: местоположение профиля не имеет идентифицируемого имени владельца.";
+$a->strings["Warning: profile location has no profile photo."] = "Внимание: местоположение профиля не имеет еще фотографии профиля.";
+$a->strings["%d required parameter was not found at the given location"] = array(
+       0 => "%d требуемый параметр не был найден в заданном месте",
+       1 => "%d требуемых параметров не были найдены в заданном месте",
+       2 => "%d требуемых параметров не были найдены в заданном месте",
 );
-$a->strings["You have no more invitations available"] = "У вас нет больше приглашений";
-$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "";
-$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "";
-$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "";
-$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "";
-$a->strings["Send invitations"] = "Отправить приглашения";
-$a->strings["Enter email addresses, one per line:"] = "Введите адреса электронной почты, по одному в строке:";
-$a->strings["Your message:"] = "Ваше сообщение:";
-$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "";
-$a->strings["You will need to supply this invitation code: \$invite_code"] = "Вам нужно будет предоставить этот код приглашения: \$invite_code";
-$a->strings["Once you have registered, please connect with me via my profile page at:"] = "После того как вы зарегистрировались, пожалуйста, свяжитесь со мной через мою страницу профиля по адресу:";
-$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "";
-$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "";
-$a->strings["No recipient selected."] = "Не выбран получатель.";
-$a->strings["Unable to check your home location."] = "Невозможно проверить местоположение.";
-$a->strings["Message could not be sent."] = "Сообщение не может быть отправлено.";
-$a->strings["Message collection failure."] = "Неудача коллекции сообщения.";
-$a->strings["Message sent."] = "Сообщение отправлено.";
-$a->strings["No recipient."] = "Без адресата.";
-$a->strings["Send Private Message"] = "Отправить личное сообщение";
-$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "";
-$a->strings["To:"] = "Кому:";
-$a->strings["Subject:"] = "Тема:";
-$a->strings["Time Conversion"] = "История общения";
-$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "";
-$a->strings["UTC time: %s"] = "UTC время: %s";
-$a->strings["Current timezone: %s"] = "Ваш часовой пояс: %s";
-$a->strings["Converted localtime: %s"] = "Ваше изменённое время: %s";
-$a->strings["Please select your timezone:"] = "Выберите пожалуйста ваш часовой пояс:";
-$a->strings["Remote privacy information not available."] = "Личная информация удаленно недоступна.";
-$a->strings["Visible to:"] = "Кто может видеть:";
-$a->strings["No valid account found."] = "Не найдено действительного аккаунта.";
-$a->strings["Password reset request issued. Check your email."] = "Запрос на сброс пароля принят. Проверьте вашу электронную почту.";
-$a->strings["Password reset requested at %s"] = "Запрос на сброс пароля получен %s";
-$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Запрос не может быть проверен. (Вы, возможно, ранее представляли его.) Попытка сброса пароля неудачная.";
-$a->strings["Password Reset"] = "Сброс пароля";
-$a->strings["Your password has been reset as requested."] = "Ваш пароль был сброшен по требованию.";
-$a->strings["Your new password is"] = "Ваш новый пароль";
-$a->strings["Save or copy your new password - and then"] = "Сохраните или скопируйте новый пароль - и затем";
-$a->strings["click here to login"] = "нажмите здесь для входа";
-$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Ваш пароль может быть изменен на странице <em>Настройки</em> после успешного входа.";
-$a->strings["Your password has been changed at %s"] = "Ваш пароль был изменен %s";
-$a->strings["Forgot your Password?"] = "Забыли пароль?";
-$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Введите адрес электронной почты и подтвердите, что вы хотите сбросить ваш пароль. Затем проверьте свою электронную почту для получения дальнейших инструкций.";
-$a->strings["Nickname or Email: "] = "Ник или E-mail: ";
-$a->strings["Reset"] = "Сброс";
-$a->strings["System down for maintenance"] = "Система закрыта на техническое обслуживание";
-$a->strings["Manage Identities and/or Pages"] = "Управление идентификацией и / или страницами";
-$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "";
-$a->strings["Select an identity to manage: "] = "Выберите идентификацию для управления: ";
-$a->strings["Profile Match"] = "Похожие профили";
-$a->strings["No keywords to match. Please add keywords to your default profile."] = "Нет соответствующих ключевых слов. Пожалуйста, добавьте ключевые слова для вашего профиля по умолчанию.";
-$a->strings["is interested in:"] = "";
-$a->strings["Unable to locate contact information."] = "Не удалось найти контактную информацию.";
-$a->strings["Do you really want to delete this message?"] = "";
-$a->strings["Message deleted."] = "Сообщение удалено.";
-$a->strings["Conversation removed."] = "Беседа удалена.";
-$a->strings["No messages."] = "Нет сообщений.";
-$a->strings["Unknown sender - %s"] = "Неизвестный отправитель - %s";
-$a->strings["You and %s"] = "Вы и %s";
-$a->strings["%s and You"] = "%s и Вы";
-$a->strings["Delete conversation"] = "Удалить историю общения";
-$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A";
-$a->strings["%d message"] = array(
-       0 => "%d сообщение",
-       1 => "%d сообщений",
-       2 => "%d сообщений",
+$a->strings["Introduction complete."] = "Запрос создан.";
+$a->strings["Unrecoverable protocol error."] = "Неисправимая ошибка протокола.";
+$a->strings["Profile unavailable."] = "Профиль недоступен.";
+$a->strings["%s has received too many connection requests today."] = "К %s пришло сегодня слишком много запросов на подключение.";
+$a->strings["Spam protection measures have been invoked."] = "Были применены меры защиты от спама.";
+$a->strings["Friends are advised to please try again in 24 hours."] = "Друзья советуют попробовать еще раз в ближайшие 24 часа.";
+$a->strings["Invalid locator"] = "Недопустимый локатор";
+$a->strings["Invalid email address."] = "Неверный адрес электронной почты.";
+$a->strings["This account has not been configured for email. Request failed."] = "Этот аккаунт не настроен для электронной почты. Запрос не удался.";
+$a->strings["Unable to resolve your name at the provided location."] = "Не удается установить ваше имя на предложенном местоположении.";
+$a->strings["You have already introduced yourself here."] = "Вы уже ввели информацию о себе здесь.";
+$a->strings["Apparently you are already friends with %s."] = "Похоже, что вы уже друзья с %s.";
+$a->strings["Invalid profile URL."] = "Неверный URL профиля.";
+$a->strings["Disallowed profile URL."] = "Запрещенный URL профиля.";
+$a->strings["Failed to update contact record."] = "Не удалось обновить запись контакта.";
+$a->strings["Your introduction has been sent."] = "Ваш запрос отправлен.";
+$a->strings["Please login to confirm introduction."] = "Для подтверждения запроса войдите пожалуйста с паролем.";
+$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Неверно идентифицирован вход. Пожалуйста, войдите в <strong>этот</strong> профиль.";
+$a->strings["Hide this contact"] = "Скрыть этот контакт";
+$a->strings["Welcome home %s."] = "Добро пожаловать домой, %s!";
+$a->strings["Please confirm your introduction/connection request to %s."] = "Пожалуйста, подтвердите краткую информацию / запрос на подключение к %s.";
+$a->strings["Confirm"] = "Подтвердить";
+$a->strings["[Name Withheld]"] = "[Имя не разглашается]";
+$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Пожалуйста, введите ваш 'идентификационный адрес' одной из следующих поддерживаемых социальных сетей:";
+$a->strings["<strike>Connect as an email follower</strike> (Coming soon)"] = "<strike>Соединитесь как email последователь</strike> (скоро)";
+$a->strings["If you are not yet a member of the free social web, <a href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public Friendica site and join us today</a>."] = "Если вы еще не являетесь членом свободной социальной сети, перейдите по <a href=\"http://dir.friendica.com/siteinfo\"> этой ссылке, чтобы найти публичный сервер Friendica и присоединиться к нам сейчас </a>.";
+$a->strings["Friend/Connection Request"] = "Запрос в друзья / на подключение";
+$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Примеры: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca";
+$a->strings["Please answer the following:"] = "Пожалуйста, ответьте следующее:";
+$a->strings["Does %s know you?"] = "%s знает вас?";
+$a->strings["Add a personal note:"] = "Добавить личную заметку:";
+$a->strings["Friendica"] = "Friendica";
+$a->strings["StatusNet/Federated Social Web"] = "StatusNet / Federated Social Web";
+$a->strings["Diaspora"] = "Diaspora";
+$a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = "Участники сети Diaspora: пожалуйста, не пользуйтесь этой формой. Вместо этого введите  %s в строке поиска Diaspora";
+$a->strings["Your Identity Address:"] = "Ваш идентификационный адрес:";
+$a->strings["Submit Request"] = "Отправить запрос";
+$a->strings["[Embedded content - reload page to view]"] = "[Встроенное содержание - перезагрузите страницу для просмотра]";
+$a->strings["View in context"] = "Смотреть в контексте";
+$a->strings["%d contact edited."] = array(
+       0 => "%d контакт изменён.",
+       1 => "%d контакты изменены",
+       2 => "%d контакты изменены",
 );
-$a->strings["Message not available."] = "Сообщение не доступно.";
-$a->strings["Delete message"] = "Удалить сообщение";
-$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "";
-$a->strings["Send Reply"] = "Отправить ответ";
-$a->strings["Mood"] = "";
-$a->strings["Set your current mood and tell your friends"] = "";
-$a->strings["Search Results For:"] = "";
-$a->strings["Commented Order"] = "Прокомментированный запрос";
-$a->strings["Sort by Comment Date"] = "";
-$a->strings["Posted Order"] = "Отправленный запрос";
-$a->strings["Sort by Post Date"] = "";
-$a->strings["Personal"] = "Персонал";
-$a->strings["Posts that mention or involve you"] = "";
-$a->strings["New"] = "Новый";
-$a->strings["Activity Stream - by date"] = "";
-$a->strings["Shared Links"] = "";
-$a->strings["Interesting Links"] = "";
-$a->strings["Starred"] = "Помеченный";
-$a->strings["Favourite Posts"] = "";
-$a->strings["Warning: This group contains %s member from an insecure network."] = array(
-       0 => "Внимание: Эта группа содержит %s участника с незащищенной сети.",
-       1 => "Внимание: Эта группа содержит %s участников с незащищенной сети.",
-       2 => "Внимание: Эта группа содержит %s участников с незащищенной сети.",
+$a->strings["Could not access contact record."] = "Не удалось получить доступ к записи контакта.";
+$a->strings["Could not locate selected profile."] = "Не удалось найти выбранный профиль.";
+$a->strings["Contact updated."] = "Контакт обновлен.";
+$a->strings["Contact has been blocked"] = "Контакт заблокирован";
+$a->strings["Contact has been unblocked"] = "Контакт разблокирован";
+$a->strings["Contact has been ignored"] = "Контакт проигнорирован";
+$a->strings["Contact has been unignored"] = "У контакта отменено игнорирование";
+$a->strings["Contact has been archived"] = "Контакт заархивирован";
+$a->strings["Contact has been unarchived"] = "Контакт разархивирован";
+$a->strings["Do you really want to delete this contact?"] = "Вы действительно хотите удалить этот контакт?";
+$a->strings["Contact has been removed."] = "Контакт удален.";
+$a->strings["You are mutual friends with %s"] = "У Вас взаимная дружба с %s";
+$a->strings["You are sharing with %s"] = "Вы делитесь с %s";
+$a->strings["%s is sharing with you"] = "%s делитса с Вами";
+$a->strings["Private communications are not available for this contact."] = "Личные коммуникации недоступны для этого контакта.";
+$a->strings["(Update was successful)"] = "(Обновление было успешно)";
+$a->strings["(Update was not successful)"] = "(Обновление не удалось)";
+$a->strings["Suggest friends"] = "Предложить друзей";
+$a->strings["Network type: %s"] = "Сеть: %s";
+$a->strings["%d contact in common"] = array(
+       0 => "%d Контакт",
+       1 => "%d Контактов",
+       2 => "%d Контактов",
 );
-$a->strings["Private messages to this group are at risk of public disclosure."] = "Личные сообщения к этой группе находятся под угрозой обнародования.";
-$a->strings["No such group"] = "Нет такой группы";
-$a->strings["Group is empty"] = "Группа пуста";
-$a->strings["Group: "] = "Группа: ";
-$a->strings["Contact: "] = "Контакт: ";
-$a->strings["Private messages to this person are at risk of public disclosure."] = "Личные сообщения этому человеку находятся под угрозой обнародования.";
-$a->strings["Invalid contact."] = "Недопустимый контакт.";
-$a->strings["Invalid request identifier."] = "Неверный идентификатор запроса.";
-$a->strings["Discard"] = "Отказаться";
-$a->strings["System"] = "Система";
-$a->strings["Show Ignored Requests"] = "Показать проигнорированные запросы";
-$a->strings["Hide Ignored Requests"] = "Скрыть проигнорированные запросы";
-$a->strings["Notification type: "] = "Тип уведомления: ";
-$a->strings["Friend Suggestion"] = "Предложение в друзья";
-$a->strings["suggested by %s"] = "предложено юзером %s";
-$a->strings["Post a new friend activity"] = "";
-$a->strings["if applicable"] = "если требуется";
-$a->strings["Claims to be known to you: "] = "Утверждения, о которых должно быть вам известно: ";
-$a->strings["yes"] = "да";
-$a->strings["no"] = "нет";
-$a->strings["Approve as: "] = "Утвердить как: ";
-$a->strings["Friend"] = "Друг";
-$a->strings["Sharer"] = "Участник";
-$a->strings["Fan/Admirer"] = "Фанат / Поклонник";
-$a->strings["Friend/Connect Request"] = "Запрос в друзья / на подключение";
-$a->strings["New Follower"] = "Новый фолловер";
-$a->strings["No introductions."] = "Запросов нет.";
-$a->strings["%s liked %s's post"] = "%s нравится %s сообшение";
-$a->strings["%s disliked %s's post"] = "%s не нравится %s сообшение";
-$a->strings["%s is now friends with %s"] = "%s теперь друзья с %s";
-$a->strings["%s created a new post"] = "%s написал новое сообщение";
-$a->strings["%s commented on %s's post"] = "%s прокомментировал %s сообщение";
-$a->strings["No more network notifications."] = "Уведомлений из сети больше нет.";
-$a->strings["Network Notifications"] = "Уведомления сети";
-$a->strings["No more system notifications."] = "Системных уведомлений больше нет.";
-$a->strings["System Notifications"] = "Уведомления системы";
-$a->strings["No more personal notifications."] = "Персональных уведомлений больше нет.";
-$a->strings["Personal Notifications"] = "Личные уведомления";
-$a->strings["No more home notifications."] = "Уведомлений больше нет.";
-$a->strings["Home Notifications"] = "Уведомления";
-$a->strings["Photo Albums"] = "Фотоальбомы";
-$a->strings["Contact Photos"] = "Фотографии контакта";
-$a->strings["Upload New Photos"] = "Загрузить новые фото";
-$a->strings["Contact information unavailable"] = "Информация о контакте недоступна";
-$a->strings["Album not found."] = "Альбом не найден.";
-$a->strings["Delete Album"] = "Удалить альбом";
-$a->strings["Do you really want to delete this photo album and all its photos?"] = "Вы действительно хотите удалить этот альбом и все его фотографии?";
-$a->strings["Delete Photo"] = "Удалить фото";
-$a->strings["Do you really want to delete this photo?"] = "Вы действительно хотите удалить эту фотографию?";
-$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "";
-$a->strings["a photo"] = "фото";
-$a->strings["Image exceeds size limit of "] = "Размер фото превышает лимит ";
-$a->strings["Image file is empty."] = "Файл изображения пуст.";
-$a->strings["No photos selected"] = "Не выбрано фото.";
-$a->strings["Access to this item is restricted."] = "Доступ к этому пункту ограничен.";
-$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "";
-$a->strings["Upload Photos"] = "Загрузить фото";
-$a->strings["New album name: "] = "Название нового альбома: ";
-$a->strings["or existing album name: "] = "или название существующего альбома: ";
-$a->strings["Do not show a status post for this upload"] = "Не показывать статус-сообщение для этой закачки";
-$a->strings["Permissions"] = "Разрешения";
-$a->strings["Private Photo"] = "Личное фото";
-$a->strings["Public Photo"] = "Публичное фото";
-$a->strings["Edit Album"] = "Редактировать альбом";
-$a->strings["Show Newest First"] = "Показать новые первыми";
-$a->strings["Show Oldest First"] = "Показать старые первыми";
-$a->strings["View Photo"] = "Просмотр фото";
-$a->strings["Permission denied. Access to this item may be restricted."] = "Нет разрешения. Доступ к этому элементу ограничен.";
-$a->strings["Photo not available"] = "Фото недоступно";
-$a->strings["View photo"] = "Просмотр фото";
-$a->strings["Edit photo"] = "Редактировать фото";
-$a->strings["Use as profile photo"] = "Использовать как фото профиля";
-$a->strings["Private Message"] = "Личное сообщение";
-$a->strings["View Full Size"] = "Просмотреть полный размер";
-$a->strings["Tags: "] = "Ключевые слова: ";
-$a->strings["[Remove any tag]"] = "[Удалить любое ключевое слово]";
-$a->strings["Rotate CW (right)"] = "Поворот по часовой стрелке (направо)";
-$a->strings["Rotate CCW (left)"] = "Поворот против часовой стрелки (налево)";
-$a->strings["New album name"] = "Название нового альбома";
-$a->strings["Caption"] = "Подпись";
-$a->strings["Add a Tag"] = "Добавить ключевое слово (таг)";
-$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Пример: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping";
-$a->strings["Private photo"] = "Личное фото";
-$a->strings["Public photo"] = "Публичное фото";
-$a->strings["I like this (toggle)"] = "Нравится";
-$a->strings["I don't like this (toggle)"] = "Не нравится";
-$a->strings["This is you"] = "Это вы";
-$a->strings["Comment"] = "Комментарий";
-$a->strings["View Album"] = "Просмотреть альбом";
-$a->strings["Recent Photos"] = "Последние фото";
-$a->strings["Welcome to Friendica"] = "Добро пожаловать в Friendica";
-$a->strings["New Member Checklist"] = "Новый контрольный список участников";
-$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "";
-$a->strings["Getting Started"] = "";
-$a->strings["Friendica Walk-Through"] = "";
-$a->strings["On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "";
-$a->strings["Go to Your Settings"] = "";
-$a->strings["On your <em>Settings</em> page -  change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = "";
-$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Просмотрите другие установки, в частности, параметры конфиденциальности. Неопубликованные пункты каталога с частными номерами телефона. В общем, вам, вероятно, следует опубликовать свою информацию - если все ваши друзья и потенциальные друзья точно знают, как вас найти.";
-$a->strings["Upload Profile Photo"] = "Загрузить фото профиля";
-$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Загрузите фотографию профиля, если вы еще не сделали это. Исследования показали, что люди с реальными фотографиями имеют в десять раз больше шансов подружиться, чем люди, которые этого не делают.";
-$a->strings["Edit Your Profile"] = "Редактировать профиль";
-$a->strings["Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Отредактируйте профиль <strong>по умолчанию</strong> на свой ​​вкус. Просмотрите установки для сокрытия вашего списка друзей и сокрытия профиля от неизвестных посетителей.";
-$a->strings["Profile Keywords"] = "Ключевые слова профиля";
-$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Установите некоторые публичные ключевые слова для вашего профиля по умолчанию, которые описывают ваши интересы. Мы можем быть в состоянии найти других людей со схожими интересами и предложить дружбу.";
-$a->strings["Connecting"] = "Подключение";
-$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "Авторизуйте Facebook Connector , если у вас уже есть аккаунт на Facebook, и мы (по желанию) импортируем всех ваших друзей и беседы с Facebook.";
-$a->strings["<em>If</em> this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = "";
-$a->strings["Importing Emails"] = "";
-$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "";
-$a->strings["Go to Your Contacts Page"] = "";
-$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the <em>Add New Contact</em> dialog."] = "";
-$a->strings["Go to Your Site's Directory"] = "";
-$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own Identity Address if requested."] = "На странице каталога вы можете найти других людей в этой сети или на других похожих сайтах. Ищите ссылки <em>Подключить</em> или <em>Следовать</em> на страницах их профилей. Укажите свой собственный адрес идентификации, если требуется.";
-$a->strings["Finding New People"] = "Поиск людей";
-$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "";
-$a->strings["Group Your Contacts"] = "";
-$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "После того, как вы найдете несколько друзей, организуйте их в группы частных бесед в боковой панели на странице Контакты, а затем вы можете взаимодействовать с каждой группой приватно или на вашей странице Сеть.";
-$a->strings["Why Aren't My Posts Public?"] = "";
-$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "";
-$a->strings["Getting Help"] = "";
-$a->strings["Go to the Help Section"] = "";
-$a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "Наши страницы <strong>помощи</strong> могут проконсультировать о подробностях и возможностях программы и ресурса.";
-$a->strings["Requested profile is not available."] = "Запрашиваемый профиль недоступен.";
-$a->strings["Access to this profile has been restricted."] = "Доступ к этому профилю ограничен.";
-$a->strings["Tips for New Members"] = "Советы для новых участников";
-$a->strings["Item has been removed."] = "Пункт был удален.";
-$a->strings["Friendica Social Communications Server - Setup"] = "";
-$a->strings["Could not connect to database."] = "Не удалось подключиться к базе данных.";
-$a->strings["Could not create table."] = "Не удалось создать таблицу.";
-$a->strings["Your Friendica site database has been installed."] = "База данных сайта установлена.";
-$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Вам может понадобиться импортировать файл \"database.sql\" вручную с помощью PhpMyAdmin или MySQL.";
-$a->strings["Please see the file \"INSTALL.txt\"."] = "Пожалуйста, смотрите файл \"INSTALL.txt\".";
-$a->strings["System check"] = "Проверить систему";
-$a->strings["Check again"] = "Проверить еще раз";
-$a->strings["Database connection"] = "Подключение к базе данных";
-$a->strings["In order to install Friendica we need to know how to connect to your database."] = "";
-$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Пожалуйста, свяжитесь с вашим хостинг-провайдером или администратором сайта, если у вас есть вопросы об этих параметрах.";
-$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Базы данных, указанная ниже, должна уже существовать. Если этого нет, пожалуйста, создайте ее перед продолжением.";
-$a->strings["Database Server Name"] = "Имя сервера базы данных";
-$a->strings["Database Login Name"] = "Логин базы данных";
-$a->strings["Database Login Password"] = "Пароль базы данных";
-$a->strings["Database Name"] = "Имя базы данных";
-$a->strings["Site administrator email address"] = "Адрес электронной почты администратора сайта";
-$a->strings["Your account email address must match this in order to use the web admin panel."] = "";
-$a->strings["Please select a default timezone for your website"] = "Пожалуйста, выберите часовой пояс по умолчанию для вашего сайта";
-$a->strings["Site settings"] = "Настройки сайта";
-$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Не удалось найти PATH веб-сервера в установках PHP.";
-$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron. See <a href='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"] = "";
-$a->strings["PHP executable path"] = "PHP executable path";
-$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "";
-$a->strings["Command line PHP"] = "Command line PHP";
-$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "";
-$a->strings["Found PHP version: "] = "Найденная PHP версия: ";
-$a->strings["PHP cli binary"] = "PHP cli binary";
-$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Не включено \"register_argc_argv\" в установках PHP.";
-$a->strings["This is required for message delivery to work."] = "Это необходимо для работы доставки сообщений.";
-$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv";
-$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Ошибка: функция \"openssl_pkey_new\" в этой системе не в состоянии генерировать ключи шифрования";
-$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Если вы работаете под Windows, см. \"http://www.php.net/manual/en/openssl.installation.php\".";
-$a->strings["Generate encryption keys"] = "Генерация шифрованых ключей";
-$a->strings["libCurl PHP module"] = "libCurl PHP модуль";
-$a->strings["GD graphics PHP module"] = "GD graphics PHP модуль";
-$a->strings["OpenSSL PHP module"] = "OpenSSL PHP модуль";
-$a->strings["mysqli PHP module"] = "mysqli PHP модуль";
-$a->strings["mb_string PHP module"] = "mb_string PHP модуль";
-$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite module";
-$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Ошибка: необходим модуль веб-сервера Apache mod-rewrite, но он не установлен.";
-$a->strings["Error: libCURL PHP module required but not installed."] = "Ошибка: необходим libCURL PHP модуль, но он не установлен.";
-$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Ошибка: необходим PHP модуль GD графики с поддержкой JPEG, но он не установлен.";
-$a->strings["Error: openssl PHP module required but not installed."] = "Ошибка: необходим PHP модуль OpenSSL, но он не установлен.";
-$a->strings["Error: mysqli PHP module required but not installed."] = "Ошибка: необходим PHP модуль MySQLi, но он не установлен.";
-$a->strings["Error: mb_string PHP module required but not installed."] = "Ошибка: необходим PHP модуль mb_string, но он не установлен.";
-$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "Веб-инсталлятору требуется создать файл с именем \". htconfig.php\" в верхней папке веб-сервера, но он не в состоянии это сделать.";
-$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Это наиболее частые параметры разрешений, когда веб-сервер не может записать файлы в папке - даже если вы можете.";
-$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "";
-$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "";
-$a->strings[".htconfig.php is writable"] = ".htconfig.php is writable";
-$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "";
-$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "";
-$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "";
-$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "";
-$a->strings["view/smarty3 is writable"] = "";
-$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "";
-$a->strings["Url rewrite is working"] = "";
-$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Файл конфигурации базы данных \".htconfig.php\" не могла быть записан. Пожалуйста, используйте приложенный текст, чтобы создать конфигурационный файл в корневом каталоге веб-сервера.";
-$a->strings["Errors encountered creating database tables."] = "Обнаружены ошибки при создании таблиц базы данных.";
-$a->strings["<h1>What next</h1>"] = "<h1>Что далее</h1>";
-$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "ВАЖНО: Вам нужно будет [вручную] установить запланированное задание для регистратора.";
+$a->strings["View all contacts"] = "Показать все контакты";
+$a->strings["Toggle Blocked status"] = "Изменить статус блокированности (заблокировать/разблокировать)";
+$a->strings["Unignore"] = "Не игнорировать";
+$a->strings["Ignore"] = "Игнорировать";
+$a->strings["Toggle Ignored status"] = "Изменить статус игнорирования";
+$a->strings["Unarchive"] = "Разархивировать";
+$a->strings["Archive"] = "Архивировать";
+$a->strings["Toggle Archive status"] = "Сменить статус архивации (архивирова/не архивировать)";
+$a->strings["Repair"] = "Восстановить";
+$a->strings["Advanced Contact Settings"] = "Дополнительные Настройки Контакта";
+$a->strings["Communications lost with this contact!"] = "Связь с контактом утеряна!";
+$a->strings["Contact Editor"] = "Редактор контакта";
+$a->strings["Profile Visibility"] = "Видимость профиля";
+$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Пожалуйста, выберите профиль, который вы хотите отображать %s, когда просмотр вашего профиля безопасен.";
+$a->strings["Contact Information / Notes"] = "Информация о контакте / Заметки";
+$a->strings["Edit contact notes"] = "Редактировать заметки контакта";
+$a->strings["Visit %s's profile [%s]"] = "Посетить профиль %s [%s]";
+$a->strings["Block/Unblock contact"] = "Блокировать / Разблокировать контакт";
+$a->strings["Ignore contact"] = "Игнорировать контакт";
+$a->strings["Repair URL settings"] = "Восстановить настройки URL";
+$a->strings["View conversations"] = "Просмотр бесед";
+$a->strings["Delete contact"] = "Удалить контакт";
+$a->strings["Last update:"] = "Последнее обновление: ";
+$a->strings["Update public posts"] = "Обновить публичные сообщения";
+$a->strings["Currently blocked"] = "В настоящее время заблокирован";
+$a->strings["Currently ignored"] = "В настоящее время игнорируется";
+$a->strings["Currently archived"] = "В данный момент архивирован";
+$a->strings["Hide this contact from others"] = "Скрыть этот контакт от других";
+$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Ответы/лайки ваших публичных сообщений <strong>будут</strong> видимы.";
+$a->strings["Suggestions"] = "Предложения";
+$a->strings["Suggest potential friends"] = "Предложить потенциального знакомого";
+$a->strings["All Contacts"] = "Все контакты";
+$a->strings["Show all contacts"] = "Показать все контакты";
+$a->strings["Unblocked"] = "Не блокирован";
+$a->strings["Only show unblocked contacts"] = "Показать только не блокированные контакты";
+$a->strings["Blocked"] = "Заблокирован";
+$a->strings["Only show blocked contacts"] = "Показать только блокированные контакты";
+$a->strings["Ignored"] = "Игнорирован";
+$a->strings["Only show ignored contacts"] = "Показать только игнорируемые контакты";
+$a->strings["Archived"] = "Архивированные";
+$a->strings["Only show archived contacts"] = "Показывать только архивные контакты";
+$a->strings["Hidden"] = "Скрытые";
+$a->strings["Only show hidden contacts"] = "Показывать только скрытые контакты";
+$a->strings["Mutual Friendship"] = "Взаимная дружба";
+$a->strings["is a fan of yours"] = "является вашим поклонником";
+$a->strings["you are a fan of"] = "Вы - поклонник";
+$a->strings["Edit contact"] = "Редактировать контакт";
+$a->strings["Search your contacts"] = "Поиск ваших контактов";
+$a->strings["Update"] = "Обновление";
+$a->strings["everybody"] = "каждый";
+$a->strings["Account settings"] = "Настройки аккаунта";
+$a->strings["Additional features"] = "Дополнительные возможности";
+$a->strings["Display settings"] = "Параметры дисплея";
+$a->strings["Connector settings"] = "Настройки соединителя";
+$a->strings["Plugin settings"] = "Настройки плагина";
+$a->strings["Connected apps"] = "Подключенные приложения";
+$a->strings["Export personal data"] = "Экспорт личных данных";
+$a->strings["Remove account"] = "Удалить аккаунт";
+$a->strings["Missing some important data!"] = "Не хватает важных данных!";
+$a->strings["Failed to connect with email account using the settings provided."] = "Не удалось подключиться к аккаунту e-mail, используя указанные настройки.";
+$a->strings["Email settings updated."] = "Настройки эл. почты обновлены.";
+$a->strings["Features updated"] = "Настройки обновлены";
+$a->strings["Relocate message has been send to your contacts"] = "Перемещённое сообщение было отправлено списку контактов";
+$a->strings["Passwords do not match. Password unchanged."] = "Пароли не совпадают. Пароль не изменен.";
+$a->strings["Empty passwords are not allowed. Password unchanged."] = "Пустые пароли не допускаются. Пароль не изменен.";
+$a->strings["Wrong password."] = "Неверный пароль.";
+$a->strings["Password changed."] = "Пароль изменен.";
+$a->strings["Password update failed. Please try again."] = "Обновление пароля не удалось. Пожалуйста, попробуйте еще раз.";
+$a->strings[" Please use a shorter name."] = " Пожалуйста, используйте более короткое имя.";
+$a->strings[" Name too short."] = " Имя слишком короткое.";
+$a->strings["Wrong Password"] = "Неверный пароль.";
+$a->strings[" Not valid email."] = " Неверный e-mail.";
+$a->strings[" Cannot change to that email."] = " Невозможно изменить на этот e-mail.";
+$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Частный форум не имеет настроек приватности. Используется группа конфиденциальности по умолчанию.";
+$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Частный форум не имеет настроек приватности и не имеет групп приватности по умолчанию.";
+$a->strings["Settings updated."] = "Настройки обновлены.";
+$a->strings["Add application"] = "Добавить приложения";
+$a->strings["Consumer Key"] = "Consumer Key";
+$a->strings["Consumer Secret"] = "Consumer Secret";
+$a->strings["Redirect"] = "Перенаправление";
+$a->strings["Icon url"] = "URL символа";
+$a->strings["You can't edit this application."] = "Вы не можете изменить это приложение.";
+$a->strings["Connected Apps"] = "Подключенные приложения";
+$a->strings["Client key starts with"] = "Ключ клиента начинается с";
+$a->strings["No name"] = "Нет имени";
+$a->strings["Remove authorization"] = "Удалить авторизацию";
+$a->strings["No Plugin settings configured"] = "Нет сконфигурированных настроек плагина";
+$a->strings["Plugin Settings"] = "Настройки плагина";
+$a->strings["Off"] = "";
+$a->strings["On"] = "";
+$a->strings["Additional Features"] = "Дополнительные возможности";
+$a->strings["Built-in support for %s connectivity is %s"] = "Встроенная  поддержка для %s подключение %s";
+$a->strings["enabled"] = "подключено";
+$a->strings["disabled"] = "отключено";
+$a->strings["StatusNet"] = "StatusNet";
+$a->strings["Email access is disabled on this site."] = "Доступ эл. почты отключен на этом сайте.";
+$a->strings["Connector Settings"] = "Настройки соединителя";
+$a->strings["Email/Mailbox Setup"] = "Настройка эл. почты / почтового ящика";
+$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Если вы хотите общаться с Email контактами, используя этот сервис (по желанию), пожалуйста, уточните, как подключиться к вашему почтовому ящику.";
+$a->strings["Last successful email check:"] = "Последняя успешная проверка электронной почты:";
+$a->strings["IMAP server name:"] = "Имя IMAP сервера:";
+$a->strings["IMAP port:"] = "Порт IMAP:";
+$a->strings["Security:"] = "Безопасность:";
+$a->strings["None"] = "Ничего";
+$a->strings["Email login name:"] = "Логин эл. почты:";
+$a->strings["Email password:"] = "Пароль эл. почты:";
+$a->strings["Reply-to address:"] = "Адрес для ответа:";
+$a->strings["Send public posts to all email contacts:"] = "Отправлять открытые сообщения на все контакты электронной почты:";
+$a->strings["Action after import:"] = "Действие после импорта:";
+$a->strings["Mark as seen"] = "Отметить, как прочитанное";
+$a->strings["Move to folder"] = "Переместить в папку";
+$a->strings["Move to folder:"] = "Переместить в папку:";
+$a->strings["Display Settings"] = "Параметры дисплея";
+$a->strings["Display Theme:"] = "Показать тему:";
+$a->strings["Mobile Theme:"] = "Мобильная тема:";
+$a->strings["Update browser every xx seconds"] = "Обновление браузера каждые хх секунд";
+$a->strings["Minimum of 10 seconds, no maximum"] = "Минимум 10 секунд, максимума нет";
+$a->strings["Number of items to display per page:"] = "Количество элементов, отображаемых на одной странице:";
+$a->strings["Maximum of 100 items"] = "Максимум 100 элементов";
+$a->strings["Number of items to display per page when viewed from mobile device:"] = "Количество элементов на странице, когда просмотр осуществляется с мобильных устройств:";
+$a->strings["Don't show emoticons"] = "не показывать emoticons";
+$a->strings["Infinite scroll"] = "Бесконечная прокрутка";
+$a->strings["Normal Account Page"] = "Стандартная страница аккаунта";
+$a->strings["This account is a normal personal profile"] = "Этот аккаунт является обычным персональным профилем";
+$a->strings["Soapbox Page"] = "";
+$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "Автоматически одобряются все подключения / запросы в друзья, \"только для чтения\" поклонниками";
+$a->strings["Community Forum/Celebrity Account"] = "Аккаунт сообщества Форум/Знаменитость";
+$a->strings["Automatically approve all connection/friend requests as read-write fans"] = "Автоматически одобряются все подключения / запросы в друзья, \"для чтения и записей\" поклонников";
+$a->strings["Automatic Friend Page"] = "\"Автоматический друг\" страница";
+$a->strings["Automatically approve all connection/friend requests as friends"] = "Автоматически одобряются все подключения / запросы в друзья, расширяется список друзей";
+$a->strings["Private Forum [Experimental]"] = "Личный форум [экспериментально]";
+$a->strings["Private forum - approved members only"] = "Приватный форум - разрешено только участникам";
+$a->strings["OpenID:"] = "OpenID:";
+$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Необязательно) Разрешить этому OpenID входить в этот аккаунт";
+$a->strings["Publish your default profile in your local site directory?"] = "Публиковать ваш профиль по умолчанию в вашем локальном каталоге на сайте?";
+$a->strings["Publish your default profile in the global social directory?"] = "Публиковать ваш профиль по умолчанию в глобальном социальном каталоге?";
+$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Скрывать ваш список контактов/друзей от посетителей вашего профиля по умолчанию?";
+$a->strings["Hide your profile details from unknown viewers?"] = "Скрыть данные профиля из неизвестных зрителей?";
+$a->strings["Allow friends to post to your profile page?"] = "Разрешить друзьям оставлять сообщения на страницу вашего профиля?";
+$a->strings["Allow friends to tag your posts?"] = "Разрешить друзьям отмечять ваши сообщения?";
+$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Позвольть предлогать Вам потенциальных друзей?";
+$a->strings["Permit unknown people to send you private mail?"] = "Разрешить незнакомым людям отправлять вам личные сообщения?";
+$a->strings["Profile is <strong>not published</strong>."] = "Профиль <strong>не публикуется</strong>.";
+$a->strings["or"] = "или";
+$a->strings["Your Identity Address is"] = "Ваш идентификационный адрес";
+$a->strings["Automatically expire posts after this many days:"] = "Автоматическое истекание срока действия сообщения после стольких дней:";
+$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Если пусто, срок действия сообщений не будет ограничен. Сообщения с истекшим сроком действия будут удалены";
+$a->strings["Advanced expiration settings"] = "Настройки расширенного окончания срока действия";
+$a->strings["Advanced Expiration"] = "Расширенное окончание срока действия";
+$a->strings["Expire posts:"] = "Срок хранения сообщений:";
+$a->strings["Expire personal notes:"] = "Срок хранения личных заметок:";
+$a->strings["Expire starred posts:"] = "Срок хранения усеянных сообщений:";
+$a->strings["Expire photos:"] = "Срок хранения фотографий:";
+$a->strings["Only expire posts by others:"] = "Только устаревшие посты других:";
+$a->strings["Account Settings"] = "Настройки аккаунта";
+$a->strings["Password Settings"] = "Настройка пароля";
+$a->strings["New Password:"] = "Новый пароль:";
+$a->strings["Confirm:"] = "Подтвердите:";
+$a->strings["Leave password fields blank unless changing"] = "Оставьте поля пароля пустыми, если он не изменяется";
+$a->strings["Current Password:"] = "Текущий пароль:";
+$a->strings["Your current password to confirm the changes"] = "Ваш текущий пароль, для подтверждения изменений";
+$a->strings["Password:"] = "Пароль:";
+$a->strings["Basic Settings"] = "Основные параметры";
+$a->strings["Full Name:"] = "Полное имя:";
+$a->strings["Email Address:"] = "Адрес электронной почты:";
+$a->strings["Your Timezone:"] = "Ваш часовой пояс:";
+$a->strings["Default Post Location:"] = "Местонахождение по умолчанию:";
+$a->strings["Use Browser Location:"] = "Использовать определение местоположения браузером:";
+$a->strings["Security and Privacy Settings"] = "Параметры безопасности и конфиденциальности";
+$a->strings["Maximum Friend Requests/Day:"] = "Максимум запросов в друзья в день:";
+$a->strings["(to prevent spam abuse)"] = "(для предотвращения спама)";
+$a->strings["Default Post Permissions"] = "Разрешение на сообщения по умолчанию";
+$a->strings["(click to open/close)"] = "(нажмите, чтобы открыть / закрыть)";
+$a->strings["Show to Groups"] = "Показать в группах";
+$a->strings["Show to Contacts"] = "Показывать контактам";
+$a->strings["Default Private Post"] = "Личное сообщение по умолчанию";
+$a->strings["Default Public Post"] = "Публичное сообщение по умолчанию";
+$a->strings["Default Permissions for New Posts"] = "Права для новых записей по умолчанию";
+$a->strings["Maximum private messages per day from unknown people:"] = "Максимальное количество личных сообщений от незнакомых людей в день:";
+$a->strings["Notification Settings"] = "Настройка уведомлений";
+$a->strings["By default post a status message when:"] = "Отправить состояние о статусе по умолчанию, если:";
+$a->strings["accepting a friend request"] = "принятие запроса на добавление в друзья";
+$a->strings["joining a forum/community"] = "вступление в сообщество/форум";
+$a->strings["making an <em>interesting</em> profile change"] = "сделать изменения в <em>настройках интересов</em> профиля";
+$a->strings["Send a notification email when:"] = "Отправлять уведомление по электронной почте, когда:";
+$a->strings["You receive an introduction"] = "Вы получили запрос";
+$a->strings["Your introductions are confirmed"] = "Ваши запросы подтверждены";
+$a->strings["Someone writes on your profile wall"] = "Кто-то пишет на стене вашего профиля";
+$a->strings["Someone writes a followup comment"] = "Кто-то пишет последующий комментарий";
+$a->strings["You receive a private message"] = "Вы получаете личное сообщение";
+$a->strings["You receive a friend suggestion"] = "Вы полулили предложение о добавлении в друзья";
+$a->strings["You are tagged in a post"] = "Вы отмечены в посте";
+$a->strings["You are poked/prodded/etc. in a post"] = "";
+$a->strings["Advanced Account/Page Type Settings"] = "Расширенные настройки типа аккаунта/страницы";
+$a->strings["Change the behaviour of this account for special situations"] = "Измените поведение этого аккаунта в специальных ситуациях";
+$a->strings["Relocate"] = "Переместить";
+$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "Если вы переместили эту анкету с другого сервера, и некоторые из ваших контактов не получили ваши обновления, попробуйте нажать эту кнопку.";
+$a->strings["Resend relocate message to contacts"] = "Отправить перемещённые сообщения контактам";
+$a->strings["Profile deleted."] = "Профиль удален.";
+$a->strings["Profile-"] = "Профиль-";
+$a->strings["New profile created."] = "Новый профиль создан.";
+$a->strings["Profile unavailable to clone."] = "Профиль недоступен для клонирования.";
+$a->strings["Profile Name is required."] = "Необходимо имя профиля.";
+$a->strings["Marital Status"] = "Семейное положение";
+$a->strings["Romantic Partner"] = "Любимый человек";
+$a->strings["Likes"] = "Лайки";
+$a->strings["Dislikes"] = "Дизлайк";
+$a->strings["Work/Employment"] = "Работа/Занятость";
+$a->strings["Religion"] = "Религия";
+$a->strings["Political Views"] = "Политические взгляды";
+$a->strings["Gender"] = "Пол";
+$a->strings["Sexual Preference"] = "Сексуальные предпочтения";
+$a->strings["Homepage"] = "Домашняя страница";
+$a->strings["Interests"] = "Хобби / Интересы";
+$a->strings["Address"] = "Адрес";
+$a->strings["Location"] = "Местонахождение";
+$a->strings["Profile updated."] = "Профиль обновлен.";
+$a->strings[" and "] = "и";
+$a->strings["public profile"] = "публичный профиль";
+$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$s изменились с %2\$s на &ldquo;%3\$s&rdquo;";
+$a->strings[" - Visit %1\$s's %2\$s"] = " - Посетить профиль %1\$s [%2\$s]";
+$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "";
+$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Скрывать ваш список контактов / друзей от посетителей этого профиля?";
+$a->strings["Edit Profile Details"] = "Редактировать детали профиля";
+$a->strings["Change Profile Photo"] = "Изменить фото профиля";
+$a->strings["View this profile"] = "Просмотреть этот профиль";
+$a->strings["Create a new profile using these settings"] = "Создать новый профиль, используя эти настройки";
+$a->strings["Clone this profile"] = "Клонировать этот профиль";
+$a->strings["Delete this profile"] = "Удалить этот профиль";
+$a->strings["Profile Name:"] = "Имя профиля:";
+$a->strings["Your Full Name:"] = "Ваше полное имя:";
+$a->strings["Title/Description:"] = "Заголовок / Описание:";
+$a->strings["Your Gender:"] = "Ваш пол:";
+$a->strings["Birthday (%s):"] = "День рождения (%s):";
+$a->strings["Street Address:"] = "Адрес:";
+$a->strings["Locality/City:"] = "Город / Населенный пункт:";
+$a->strings["Postal/Zip Code:"] = "Почтовый индекс:";
+$a->strings["Country:"] = "Страна:";
+$a->strings["Region/State:"] = "Район / Область:";
+$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Семейное положение:";
+$a->strings["Who: (if applicable)"] = "Кто: (если требуется)";
+$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Примеры: cathy123, Кэти Уильямс, cathy@example.com";
+$a->strings["Since [date]:"] = "С какого времени [дата]:";
+$a->strings["Sexual Preference:"] = "Сексуальные предпочтения:";
+$a->strings["Homepage URL:"] = "Адрес домашней странички:";
+$a->strings["Hometown:"] = "Родной город:";
+$a->strings["Political Views:"] = "Политические взгляды:";
+$a->strings["Religious Views:"] = "Религиозные взгляды:";
+$a->strings["Public Keywords:"] = "Общественные ключевые слова:";
+$a->strings["Private Keywords:"] = "Личные ключевые слова:";
+$a->strings["Likes:"] = "Нравится:";
+$a->strings["Dislikes:"] = "Не нравится:";
+$a->strings["Example: fishing photography software"] = "Пример: рыбалка фотографии программное обеспечение";
+$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Используется для предложения потенциальным друзьям, могут увидеть другие)";
+$a->strings["(Used for searching profiles, never shown to others)"] = "(Используется для поиска профилей, никогда не показывается другим)";
+$a->strings["Tell us about yourself..."] = "Расскажите нам о себе ...";
+$a->strings["Hobbies/Interests"] = "Хобби / Интересы";
+$a->strings["Contact information and Social Networks"] = "Контактная информация и социальные сети";
+$a->strings["Musical interests"] = "Музыкальные интересы";
+$a->strings["Books, literature"] = "Книги, литература";
+$a->strings["Television"] = "Телевидение";
+$a->strings["Film/dance/culture/entertainment"] = "Кино / танцы / культура / развлечения";
+$a->strings["Love/romance"] = "Любовь / романтика";
+$a->strings["Work/employment"] = "Работа / занятость";
+$a->strings["School/education"] = "Школа / образование";
+$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Это ваш <strong>публичный</strong> профиль. <br /> Он <strong>может</strong> быть виден каждому через Интернет.";
+$a->strings["Edit/Manage Profiles"] = "Редактировать профиль";
+$a->strings["Group created."] = "Группа создана.";
+$a->strings["Could not create group."] = "Не удалось создать группу.";
+$a->strings["Group not found."] = "Группа не найдена.";
+$a->strings["Group name changed."] = "Название группы изменено.";
+$a->strings["Save Group"] = "Сохранить группу";
+$a->strings["Create a group of contacts/friends."] = "Создать группу контактов / друзей.";
+$a->strings["Group Name: "] = "Название группы: ";
+$a->strings["Group removed."] = "Группа удалена.";
+$a->strings["Unable to remove group."] = "Не удается удалить группу.";
+$a->strings["Group Editor"] = "Редактор групп";
+$a->strings["Members"] = "Участники";
+$a->strings["Click on a contact to add or remove."] = "Нажмите на контакт, чтобы добавить или удалить.";
+$a->strings["Source (bbcode) text:"] = "Код (bbcode):";
+$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Код (Diaspora) для конвертации в BBcode:";
+$a->strings["Source input: "] = "Ввести код:";
+$a->strings["bb2html (raw HTML): "] = "bb2html (raw HTML): ";
+$a->strings["bb2html: "] = "bb2html: ";
+$a->strings["bb2html2bb: "] = "bb2html2bb: ";
+$a->strings["bb2md: "] = "bb2md: ";
+$a->strings["bb2md2html: "] = "bb2md2html: ";
+$a->strings["bb2dia2bb: "] = "bb2dia2bb: ";
+$a->strings["bb2md2html2bb: "] = "bb2md2html2bb: ";
+$a->strings["Source input (Diaspora format): "] = "Ввод кода (формат Diaspora):";
+$a->strings["diaspora2bb: "] = "diaspora2bb: ";
+$a->strings["Not available."] = "Недоступно.";
+$a->strings["Contact added"] = "Контакт добавлен";
+$a->strings["No more system notifications."] = "Системных уведомлений больше нет.";
+$a->strings["System Notifications"] = "Уведомления системы";
+$a->strings["New Message"] = "Новое сообщение";
+$a->strings["Unable to locate contact information."] = "Не удалось найти контактную информацию.";
+$a->strings["Messages"] = "Сообщения";
+$a->strings["Do you really want to delete this message?"] = "Вы действительно хотите удалить это сообщение?";
+$a->strings["Message deleted."] = "Сообщение удалено.";
+$a->strings["Conversation removed."] = "Беседа удалена.";
+$a->strings["No messages."] = "Нет сообщений.";
+$a->strings["Unknown sender - %s"] = "Неизвестный отправитель - %s";
+$a->strings["You and %s"] = "Вы и %s";
+$a->strings["%s and You"] = "%s и Вы";
+$a->strings["Delete conversation"] = "Удалить историю общения";
+$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A";
+$a->strings["%d message"] = array(
+       0 => "%d сообщение",
+       1 => "%d сообщений",
+       2 => "%d сообщений",
+);
+$a->strings["Message not available."] = "Сообщение не доступно.";
+$a->strings["Delete message"] = "Удалить сообщение";
+$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Невозможно защищённое соединение. Вы <strong>имеете</strong> возможность ответить со страницы профиля отправителя.";
+$a->strings["Send Reply"] = "Отправить ответ";
+$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s не нравится %3\$s от %2\$s ";
 $a->strings["Post successful."] = "Успешно добавлено.";
-$a->strings["OpenID protocol error. No ID returned."] = "";
-$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Аккаунт не найден и OpenID регистрация не допускается на этом сайте.";
+$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
+$a->strings["Time Conversion"] = "История общения";
+$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica предоставляет этот сервис для обмена событиями с другими сетями и друзьями, находящимися в неопределённых часовых поясах.";
+$a->strings["UTC time: %s"] = "UTC время: %s";
+$a->strings["Current timezone: %s"] = "Ваш часовой пояс: %s";
+$a->strings["Converted localtime: %s"] = "Ваше изменённое время: %s";
+$a->strings["Please select your timezone:"] = "Выберите пожалуйста ваш часовой пояс:";
+$a->strings["Save to Folder:"] = "Сохранить в папку:";
+$a->strings["- select -"] = "- выбрать -";
+$a->strings["Invalid profile identifier."] = "Недопустимый идентификатор профиля.";
+$a->strings["Profile Visibility Editor"] = "Редактор видимости профиля";
+$a->strings["Visible To"] = "Видимый для";
+$a->strings["All Contacts (with secure profile access)"] = "Все контакты (с безопасным доступом к профилю)";
+$a->strings["No contacts."] = "Нет контактов.";
+$a->strings["View Contacts"] = "Просмотр контактов";
+$a->strings["People Search"] = "Поиск людей";
+$a->strings["No matches"] = "Нет соответствий";
+$a->strings["Upload New Photos"] = "Загрузить новые фото";
+$a->strings["Contact information unavailable"] = "Информация о контакте недоступна";
+$a->strings["Album not found."] = "Альбом не найден.";
+$a->strings["Delete Album"] = "Удалить альбом";
+$a->strings["Do you really want to delete this photo album and all its photos?"] = "Вы действительно хотите удалить этот альбом и все его фотографии?";
+$a->strings["Delete Photo"] = "Удалить фото";
+$a->strings["Do you really want to delete this photo?"] = "Вы действительно хотите удалить эту фотографию?";
+$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s отмечен/а/ в %2\$s by %3\$s";
+$a->strings["a photo"] = "фото";
+$a->strings["Image exceeds size limit of "] = "Размер фото превышает лимит ";
+$a->strings["Image file is empty."] = "Файл изображения пуст.";
+$a->strings["Unable to process image."] = "Невозможно обработать фото.";
+$a->strings["Image upload failed."] = "Загрузка фото неудачная.";
+$a->strings["No photos selected"] = "Не выбрано фото.";
+$a->strings["Access to this item is restricted."] = "Доступ к этому пункту ограничен.";
+$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Вы использовали %1$.2f мегабайт из %2$.2f возможных для хранения фотографий.";
+$a->strings["Upload Photos"] = "Загрузить фото";
+$a->strings["New album name: "] = "Название нового альбома: ";
+$a->strings["or existing album name: "] = "или название существующего альбома: ";
+$a->strings["Do not show a status post for this upload"] = "Не показывать статус-сообщение для этой закачки";
+$a->strings["Permissions"] = "Разрешения";
+$a->strings["Private Photo"] = "Личное фото";
+$a->strings["Public Photo"] = "Публичное фото";
+$a->strings["Edit Album"] = "Редактировать альбом";
+$a->strings["Show Newest First"] = "Показать новые первыми";
+$a->strings["Show Oldest First"] = "Показать старые первыми";
+$a->strings["View Photo"] = "Просмотр фото";
+$a->strings["Permission denied. Access to this item may be restricted."] = "Нет разрешения. Доступ к этому элементу ограничен.";
+$a->strings["Photo not available"] = "Фото недоступно";
+$a->strings["View photo"] = "Просмотр фото";
+$a->strings["Edit photo"] = "Редактировать фото";
+$a->strings["Use as profile photo"] = "Использовать как фото профиля";
+$a->strings["View Full Size"] = "Просмотреть полный размер";
+$a->strings["Tags: "] = "Ключевые слова: ";
+$a->strings["[Remove any tag]"] = "[Удалить любое ключевое слово]";
+$a->strings["Rotate CW (right)"] = "Поворот по часовой стрелке (направо)";
+$a->strings["Rotate CCW (left)"] = "Поворот против часовой стрелки (налево)";
+$a->strings["New album name"] = "Название нового альбома";
+$a->strings["Caption"] = "Подпись";
+$a->strings["Add a Tag"] = "Добавить ключевое слово (таг)";
+$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Пример: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping";
+$a->strings["Private photo"] = "Личное фото";
+$a->strings["Public photo"] = "Публичное фото";
+$a->strings["Share"] = "Поделиться";
+$a->strings["View Album"] = "Просмотреть альбом";
+$a->strings["Recent Photos"] = "Последние фото";
+$a->strings["File exceeds size limit of %d"] = "Файл превышает предельный размер %d";
+$a->strings["File upload failed."] = "Загрузка файла не удалась.";
+$a->strings["No videos selected"] = "Видео не выбрано";
+$a->strings["View Video"] = "Просмотреть видео";
+$a->strings["Recent Videos"] = "Последние видео";
+$a->strings["Upload New Videos"] = "Загрузить новые видео";
+$a->strings["Poke/Prod"] = "";
+$a->strings["poke, prod or do other things to somebody"] = "";
+$a->strings["Recipient"] = "Получатель";
+$a->strings["Choose what you wish to do to recipient"] = "Выберите действия для получателя";
+$a->strings["Make this post private"] = "Сделать эту запись личной";
+$a->strings["%1\$s is following %2\$s's %3\$s"] = "";
+$a->strings["Export account"] = "Экспорт аккаунта";
+$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Экспорт ваших регистрационных данные и контактов. Используйте, чтобы создать резервную копию вашего аккаунта и/или переместить его на другой сервер.";
+$a->strings["Export all"] = "Экспорт всего";
+$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Экспорт информации вашего аккаунта, контактов и всех ваших пунктов, как JSON. Может получиться очень большой файл и это может занять много времени. Используйте, чтобы создать полную резервную копию вашего аккаунта (фото не экспортируются)";
+$a->strings["Common Friends"] = "Общие друзья";
+$a->strings["No contacts in common."] = "Нет общих контактов.";
+$a->strings["Image exceeds size limit of %d"] = "Изображение превышает предельный размер %d";
+$a->strings["Wall Photos"] = "Фото стены";
 $a->strings["Image uploaded but image cropping failed."] = "Изображение загружено, но обрезка изображения не удалась.";
 $a->strings["Image size reduction [%s] failed."] = "Уменьшение размера изображения [%s] не удалось.";
 $a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Перезагрузите страницу с зажатой клавишей \"Shift\" для того, чтобы увидеть свое новое фото немедленно.";
@@ -1556,96 +1162,544 @@ $a->strings["Crop Image"] = "Обрезать изображение";
 $a->strings["Please adjust the image cropping for optimum viewing."] = "Пожалуйста, настройте обрезку изображения для оптимального просмотра.";
 $a->strings["Done Editing"] = "Редактирование выполнено";
 $a->strings["Image uploaded successfully."] = "Изображение загружено успешно.";
-$a->strings["Not available."] = "Недоступно.";
-$a->strings["%d comment"] = array(
-       0 => "%d комментарий",
-       1 => "%d комментариев",
-       2 => "%d комментариев",
+$a->strings["Applications"] = "Приложения";
+$a->strings["No installed applications."] = "Нет установленных приложений.";
+$a->strings["Nothing new here"] = "Ничего нового здесь";
+$a->strings["Clear notifications"] = "Стереть уведомления";
+$a->strings["Profile Match"] = "Похожие профили";
+$a->strings["No keywords to match. Please add keywords to your default profile."] = "Нет соответствующих ключевых слов. Пожалуйста, добавьте ключевые слова для вашего профиля по умолчанию.";
+$a->strings["is interested in:"] = "интересуется:";
+$a->strings["Tag removed"] = "Ключевое слово удалено";
+$a->strings["Remove Item Tag"] = "Удалить ключевое слово";
+$a->strings["Select a tag to remove: "] = "Выберите ключевое слово для удаления: ";
+$a->strings["Remove"] = "Удалить";
+$a->strings["Event title and start time are required."] = "Название мероприятия и время начала обязательны для заполнения.";
+$a->strings["l, F j"] = "l, j F";
+$a->strings["Edit event"] = "Редактировать мероприятие";
+$a->strings["link to source"] = "ссылка на источник";
+$a->strings["Create New Event"] = "Создать новое мероприятие";
+$a->strings["Previous"] = "Назад";
+$a->strings["hour:minute"] = "час:минута";
+$a->strings["Event details"] = "Сведения о мероприятии";
+$a->strings["Format is %s %s. Starting date and Title are required."] = "Формат %s %s. Необхлдима дата старта и заголовок.";
+$a->strings["Event Starts:"] = "Начало мероприятия:";
+$a->strings["Required"] = "Требуется";
+$a->strings["Finish date/time is not known or not relevant"] = "Дата/время окончания не известны, или не указаны";
+$a->strings["Event Finishes:"] = "Окончание мероприятия:";
+$a->strings["Adjust for viewer timezone"] = "Настройка часового пояса";
+$a->strings["Description:"] = "Описание:";
+$a->strings["Title:"] = "Титул:";
+$a->strings["Share this event"] = "Поделитесь этим мероприятием";
+$a->strings["No potential page delegates located."] = "";
+$a->strings["Delegate Page Management"] = "Делегировать управление страницей";
+$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Доверенные лица могут управлять всеми аспектами этого аккаунта/страницы, за исключением основных настроек аккаунта. Пожалуйста, не предоставляйте доступ в личный кабинет тому, кому вы не полностью доверяете.";
+$a->strings["Existing Page Managers"] = "Существующие менеджеры страницы";
+$a->strings["Existing Page Delegates"] = "Существующие уполномоченные страницы";
+$a->strings["Potential Delegates"] = "Возможные доверенные лица";
+$a->strings["Add"] = "Добавить";
+$a->strings["No entries."] = "Нет записей.";
+$a->strings["Contacts who are not members of a group"] = "Контакты, которые не являются членами группы";
+$a->strings["Files"] = "Файлы";
+$a->strings["System down for maintenance"] = "Система закрыта на техническое обслуживание";
+$a->strings["Remove My Account"] = "Удалить мой аккаунт";
+$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Это позволит полностью удалить ваш аккаунт. Как только это будет сделано, аккаунт восстановлению не подлежит.";
+$a->strings["Please enter your password for verification:"] = "Пожалуйста, введите свой пароль для проверки:";
+$a->strings["Friend suggestion sent."] = "Приглашение в друзья отправлено.";
+$a->strings["Suggest Friends"] = "Предложить друзей";
+$a->strings["Suggest a friend for %s"] = "Предложить друга для %s.";
+$a->strings["Unable to locate original post."] = "Не удалось найти оригинальный пост.";
+$a->strings["Empty post discarded."] = "Пустое сообщение отбрасывается.";
+$a->strings["System error. Post not saved."] = "Системная ошибка. Сообщение не сохранено.";
+$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Это сообщение было отправлено вам %s, участником социальной сети Friendica.";
+$a->strings["You may visit them online at %s"] = "Вы можете посетить их в онлайне на %s";
+$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Пожалуйста, свяжитесь с отправителем, ответив на это сообщение, если вы не хотите получать эти сообщения.";
+$a->strings["%s posted an update."] = "%s отправил/а/ обновление.";
+$a->strings["{0} wants to be your friend"] = "{0} хочет стать Вашим другом";
+$a->strings["{0} sent you a message"] = "{0} отправил Вам сообщение";
+$a->strings["{0} requested registration"] = "{0} требуемая регистрация";
+$a->strings["{0} commented %s's post"] = "{0} прокомментировал сообщение от %s";
+$a->strings["{0} liked %s's post"] = "{0} нравится сообщение от %s";
+$a->strings["{0} disliked %s's post"] = "{0} не нравится сообщение от %s";
+$a->strings["{0} is now friends with %s"] = "{0} теперь друзья с %s";
+$a->strings["{0} posted"] = "{0} опубликовано";
+$a->strings["{0} tagged %s's post with #%s"] = "{0} пометил сообщение %s с #%s";
+$a->strings["{0} mentioned you in a post"] = "{0} упоменул Вас в сообщение";
+$a->strings["OpenID protocol error. No ID returned."] = "Ошибка протокола OpenID. Не возвращён ID.";
+$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Аккаунт не найден и OpenID регистрация не допускается на этом сайте.";
+$a->strings["Login failed."] = "Войти не удалось.";
+$a->strings["Invalid request identifier."] = "Неверный идентификатор запроса.";
+$a->strings["Discard"] = "Отказаться";
+$a->strings["System"] = "Система";
+$a->strings["Network"] = "Сеть";
+$a->strings["Introductions"] = "Запросы";
+$a->strings["Show Ignored Requests"] = "Показать проигнорированные запросы";
+$a->strings["Hide Ignored Requests"] = "Скрыть проигнорированные запросы";
+$a->strings["Notification type: "] = "Тип уведомления: ";
+$a->strings["Friend Suggestion"] = "Предложение в друзья";
+$a->strings["suggested by %s"] = "предложено юзером %s";
+$a->strings["Post a new friend activity"] = "Настроение";
+$a->strings["if applicable"] = "если требуется";
+$a->strings["Claims to be known to you: "] = "Утверждения, о которых должно быть вам известно: ";
+$a->strings["yes"] = "да";
+$a->strings["no"] = "нет";
+$a->strings["Approve as: "] = "Утвердить как: ";
+$a->strings["Friend"] = "Друг";
+$a->strings["Sharer"] = "Участник";
+$a->strings["Fan/Admirer"] = "Фанат / Поклонник";
+$a->strings["Friend/Connect Request"] = "Запрос в друзья / на подключение";
+$a->strings["New Follower"] = "Новый фолловер";
+$a->strings["No introductions."] = "Запросов нет.";
+$a->strings["Notifications"] = "Уведомления";
+$a->strings["%s liked %s's post"] = "%s нравится %s сообшение";
+$a->strings["%s disliked %s's post"] = "%s не нравится %s сообшение";
+$a->strings["%s is now friends with %s"] = "%s теперь друзья с %s";
+$a->strings["%s created a new post"] = "%s написал новое сообщение";
+$a->strings["%s commented on %s's post"] = "%s прокомментировал %s сообщение";
+$a->strings["No more network notifications."] = "Уведомлений из сети больше нет.";
+$a->strings["Network Notifications"] = "Уведомления сети";
+$a->strings["No more personal notifications."] = "Персональных уведомлений больше нет.";
+$a->strings["Personal Notifications"] = "Личные уведомления";
+$a->strings["No more home notifications."] = "Уведомлений больше нет.";
+$a->strings["Home Notifications"] = "Уведомления";
+$a->strings["Total invitation limit exceeded."] = "Превышен общий лимит приглашений.";
+$a->strings["%s : Not a valid email address."] = "%s: Неверный адрес электронной почты.";
+$a->strings["Please join us on Friendica"] = "Пожалуйста, присоединяйтесь к нам на Friendica";
+$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Лимит приглашений превышен. Пожалуйста, свяжитесь с администратором сайта.";
+$a->strings["%s : Message delivery failed."] = "%s: Доставка сообщения не удалась.";
+$a->strings["%d message sent."] = array(
+       0 => "%d сообщение отправлено.",
+       1 => "%d сообщений отправлено.",
+       2 => "%d сообщений отправлено.",
 );
-$a->strings["like"] = "нравится";
-$a->strings["dislike"] = "не нравитса";
-$a->strings["Share this"] = "Поделитесь этим";
-$a->strings["share"] = "делиться";
-$a->strings["Bold"] = "Жирный";
-$a->strings["Italic"] = "Kурсивный";
-$a->strings["Underline"] = "Подчеркнутый";
-$a->strings["Quote"] = "Цитата";
-$a->strings["Code"] = "Код";
-$a->strings["Image"] = "Изображение / Фото";
-$a->strings["Link"] = "Ссылка";
-$a->strings["Video"] = "Видео";
-$a->strings["add star"] = "пометить";
-$a->strings["remove star"] = "убрать метку";
-$a->strings["toggle star status"] = "переключить статус";
-$a->strings["starred"] = "помечено";
-$a->strings["add tag"] = "добавить ключевое слово (таг)";
-$a->strings["save to folder"] = "сохранить в папке";
-$a->strings["to"] = "к";
-$a->strings["Wall-to-Wall"] = "Стена-на-Стену";
-$a->strings["via Wall-To-Wall:"] = "через Стена-на-Стену:";
-$a->strings["This entry was edited"] = "";
-$a->strings["via"] = "через";
-$a->strings["Theme settings"] = "";
-$a->strings["Set resize level for images in posts and comments (width and height)"] = "";
-$a->strings["Set font-size for posts and comments"] = "";
-$a->strings["Set theme width"] = "";
-$a->strings["Color scheme"] = "Цветовая схема";
-$a->strings["Set line-height for posts and comments"] = "";
-$a->strings["Set resolution for middle column"] = "";
-$a->strings["Set color scheme"] = "";
-$a->strings["Set twitter search term"] = "";
-$a->strings["Set zoomfactor for Earth Layer"] = "";
-$a->strings["Set longitude (X) for Earth Layers"] = "";
-$a->strings["Set latitude (Y) for Earth Layers"] = "";
-$a->strings["Community Pages"] = "Страницы сообщества";
-$a->strings["Earth Layers"] = "";
-$a->strings["Community Profiles"] = "";
-$a->strings["Help or @NewHere ?"] = "";
-$a->strings["Connect Services"] = "Подключить службы";
-$a->strings["Find Friends"] = "Найти друзей";
-$a->strings["Last tweets"] = "";
-$a->strings["Last users"] = "Последние пользователи";
-$a->strings["Last photos"] = "Последние фото";
-$a->strings["Last likes"] = "Последние likes";
-$a->strings["Your contacts"] = "Ваши контакты";
-$a->strings["Local Directory"] = "Локальный каталог";
-$a->strings["Set zoomfactor for Earth Layers"] = "";
-$a->strings["Last Tweets"] = "Последние твиты";
-$a->strings["Show/hide boxes at right-hand column:"] = "";
-$a->strings["Set colour scheme"] = "";
-$a->strings["Alignment"] = "Выравнивание";
-$a->strings["Left"] = "";
-$a->strings["Center"] = "Центр";
-$a->strings["Posts font size"] = "";
-$a->strings["Textareas font size"] = "";
-$a->strings["Delete this item?"] = "Удалить этот элемент?";
-$a->strings["show fewer"] = "показать меньше";
-$a->strings["Update %s failed. See error logs."] = "";
-$a->strings["Update Error at %s"] = "";
-$a->strings["Create a New Account"] = "Создать новый аккаунт";
-$a->strings["Nickname or Email address: "] = "Ник или адрес электронной почты: ";
-$a->strings["Password: "] = "Пароль: ";
-$a->strings["Remember me"] = "Напомнить";
-$a->strings["Or login using OpenID: "] = "Или зайти с OpenID: ";
-$a->strings["Forgot your password?"] = "Забыли пароль?";
-$a->strings["Website Terms of Service"] = "";
-$a->strings["terms of service"] = "";
-$a->strings["Website Privacy Policy"] = "";
-$a->strings["privacy policy"] = "";
-$a->strings["Requested account is not available."] = "";
-$a->strings["Edit profile"] = "Редактировать профиль";
-$a->strings["Message"] = "Сообщение";
-$a->strings["Manage/edit profiles"] = "Управление / редактирование профилей";
-$a->strings["g A l F d"] = "g A l F d";
-$a->strings["F d"] = "F d";
-$a->strings["[today]"] = "[сегодня]";
-$a->strings["Birthday Reminders"] = "Напоминания о днях рождения";
-$a->strings["Birthdays this week:"] = "Дни рождения на этой неделе:";
-$a->strings["[No description]"] = "[без описания]";
-$a->strings["Event Reminders"] = "Напоминания о мероприятиях";
-$a->strings["Events this week:"] = "Мероприятия на этой неделе:";
-$a->strings["Status Messages and Posts"] = "";
-$a->strings["Profile Details"] = "Детали профиля";
-$a->strings["Events and Calendar"] = "";
-$a->strings["Only You Can See This"] = "Только вы можете это видеть";
-$a->strings["toggle mobile"] = "мобильная версия";
+$a->strings["You have no more invitations available"] = "У вас нет больше приглашений";
+$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Посетите %s со списком общедоступных сайтов, к которым вы можете присоединиться. Все участники Friendica на других сайтах могут соединиться друг с другом, а также с участниками многих других социальных сетей.";
+$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Для одобрения этого приглашения, пожалуйста, посетите и зарегистрируйтесь на %s ,или любом другом публичном сервере Friendica";
+$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Сайты Friendica, подключившись между собой, могут создать сеть с повышенной безопасностью, которая принадлежит и управляется её членами. Они также могут подключаться ко многим традиционным социальным сетям. См. %s  со списком альтернативных сайтов Friendica, к которым вы можете присоединиться.";
+$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Извините. Эта система в настоящее время не сконфигурирована для соединения с другими общественными сайтами и для приглашения участников.";
+$a->strings["Send invitations"] = "Отправить приглашения";
+$a->strings["Enter email addresses, one per line:"] = "Введите адреса электронной почты, по одному в строке:";
+$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Приглашаем Вас присоединиться ко мне и другим близким друзьям на Friendica - помочь нам создать лучшую социальную сеть.";
+$a->strings["You will need to supply this invitation code: \$invite_code"] = "Вам нужно будет предоставить этот код приглашения: \$invite_code";
+$a->strings["Once you have registered, please connect with me via my profile page at:"] = "После того как вы зарегистрировались, пожалуйста, свяжитесь со мной через мою страницу профиля по адресу:";
+$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "Для получения более подробной информации о проекте Friendica, пожалуйста, посетите http://friendica.com";
+$a->strings["Manage Identities and/or Pages"] = "Управление идентификацией и / или страницами";
+$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "";
+$a->strings["Select an identity to manage: "] = "Выберите идентификацию для управления: ";
+$a->strings["Welcome to %s"] = "Добро пожаловать на %s!";
+$a->strings["Friends of %s"] = "%s Друзья";
+$a->strings["No friends to display."] = "Нет друзей.";
+$a->strings["Add New Contact"] = "Добавить контакт";
+$a->strings["Enter address or web location"] = "Введите адрес или веб-местонахождение";
+$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Пример: bob@example.com, http://example.com/barbara";
+$a->strings["%d invitation available"] = array(
+       0 => "%d приглашение доступно",
+       1 => "%d приглашений доступно",
+       2 => "%d приглашений доступно",
+);
+$a->strings["Find People"] = "Поиск людей";
+$a->strings["Enter name or interest"] = "Введите имя или интерес";
+$a->strings["Connect/Follow"] = "Подключиться/Следовать";
+$a->strings["Examples: Robert Morgenstein, Fishing"] = "Примеры: Роберт Morgenstein, Рыбалка";
+$a->strings["Random Profile"] = "Случайный профиль";
+$a->strings["Networks"] = "Сети";
+$a->strings["All Networks"] = "Все сети";
+$a->strings["Saved Folders"] = "Сохранённые папки";
+$a->strings["Everything"] = "Всё";
+$a->strings["Categories"] = "Категории";
+$a->strings["Click here to upgrade."] = "Нажмите для обновления.";
+$a->strings["This action exceeds the limits set by your subscription plan."] = "Это действие превышает лимиты, установленные вашим тарифным планом.";
+$a->strings["This action is not available under your subscription plan."] = "Это действие не доступно в соответствии с вашим планом подписки.";
+$a->strings["User not found."] = "Пользователь не найден.";
+$a->strings["There is no status with this id."] = "Нет статуса с таким id.";
+$a->strings["view full size"] = "посмотреть в полный размер";
+$a->strings["Starts:"] = "Начало:";
+$a->strings["Finishes:"] = "Окончание:";
+$a->strings["(no subject)"] = "(без темы)";
+$a->strings["noreply"] = "без ответа";
+$a->strings["An invitation is required."] = "Требуется приглашение.";
+$a->strings["Invitation could not be verified."] = "Приглашение не может быть проверено.";
+$a->strings["Invalid OpenID url"] = "Неверный URL OpenID";
+$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Мы столкнулись с проблемой при входе с OpenID, который вы указали. Пожалуйста, проверьте правильность написания ID.";
+$a->strings["The error message was:"] = "Сообщение об ошибке было:";
+$a->strings["Please enter the required information."] = "Пожалуйста, введите необходимую информацию.";
+$a->strings["Please use a shorter name."] = "Пожалуйста, используйте более короткое имя.";
+$a->strings["Name too short."] = "Имя слишком короткое.";
+$a->strings["That doesn't appear to be your full (First Last) name."] = "Кажется, что это ваше неполное (Имя Фамилия) имя.";
+$a->strings["Your email domain is not among those allowed on this site."] = "Домен вашего адреса электронной почты не относится к числу разрешенных на этом сайте.";
+$a->strings["Not a valid email address."] = "Неверный адрес электронной почты.";
+$a->strings["Cannot use that email."] = "Нельзя использовать этот Email.";
+$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "Ваш \"ник\" может содержать только \"a-z\", \"0-9\", \"-\", и \"_\", а также должен начинаться с буквы.";
+$a->strings["Nickname is already registered. Please choose another."] = "Такой ник уже зарегистрирован. Пожалуйста, выберите другой.";
+$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "Ник уже зарегистрирован на этом сайте и не может быть изменён. Пожалуйста, выберите другой ник.";
+$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "СЕРЬЕЗНАЯ ОШИБКА: генерация ключей безопасности не удалась.";
+$a->strings["An error occurred during registration. Please try again."] = "Ошибка при регистрации. Пожалуйста, попробуйте еще раз.";
+$a->strings["An error occurred creating your default profile. Please try again."] = "Ошибка создания вашего профиля. Пожалуйста, попробуйте еще раз.";
+$a->strings["Friends"] = "Друзья";
+$a->strings["%1\$s poked %2\$s"] = "";
+$a->strings["poked"] = "";
+$a->strings["post/item"] = "пост/элемент";
+$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s пометил %2\$s %3\$s как Фаворит";
+$a->strings["remove"] = "удалить";
+$a->strings["Delete Selected Items"] = "Удалить выбранные позиции";
+$a->strings["Follow Thread"] = "";
+$a->strings["View Status"] = "Просмотреть статус";
+$a->strings["View Profile"] = "Просмотреть профиль";
+$a->strings["View Photos"] = "Просмотреть фото";
+$a->strings["Network Posts"] = "Посты сети";
+$a->strings["Edit Contact"] = "Редактировать контакт";
+$a->strings["Send PM"] = "Отправить ЛС";
+$a->strings["Poke"] = "";
+$a->strings["%s likes this."] = "%s нравится это.";
+$a->strings["%s doesn't like this."] = "%s не нравится это.";
+$a->strings["<span  %1\$s>%2\$d people</span> like this"] = "<span %1\$s>%2\$d людям</span> нравится это";
+$a->strings["<span  %1\$s>%2\$d people</span> don't like this"] = "<span %1\$s>%2\$d людям</span> не нравится это";
+$a->strings["and"] = "и";
+$a->strings[", and %d other people"] = ", и %d других чел.";
+$a->strings["%s like this."] = "%s нравится это.";
+$a->strings["%s don't like this."] = "%s не нравится это.";
+$a->strings["Visible to <strong>everybody</strong>"] = "Видимое <strong>всем</strong>";
+$a->strings["Please enter a video link/URL:"] = "Введите  ссылку на видео link/URL:";
+$a->strings["Please enter an audio link/URL:"] = "Введите ссылку на аудио link/URL:";
+$a->strings["Tag term:"] = "";
+$a->strings["Where are you right now?"] = "И где вы сейчас?";
+$a->strings["Delete item(s)?"] = "Удалить елемент(ты)?";
+$a->strings["Post to Email"] = "Отправить на Email";
+$a->strings["permissions"] = "разрешения";
+$a->strings["Post to Groups"] = "Пост для групп";
+$a->strings["Post to Contacts"] = "Пост для контактов";
+$a->strings["Private post"] = "Личное сообщение";
+$a->strings["Logged out."] = "Выход из системы.";
+$a->strings["Error decoding account file"] = "Ошибка расшифровки файла аккаунта";
+$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Ошибка! Неправильная версия данных в файле! Это не файл аккаунта Friendica?";
+$a->strings["Error! Cannot check nickname"] = "Ошибка! Невозможно проверить никнейм";
+$a->strings["User '%s' already exists on this server!"] = "Пользователь '%s' уже существует на этом сервере!";
+$a->strings["User creation error"] = "Ошибка создания пользователя";
+$a->strings["User profile creation error"] = "Ошибка создания профиля пользователя";
+$a->strings["%d contact not imported"] = array(
+       0 => "%d контакт не импортирован",
+       1 => "%d контакты не импортированы",
+       2 => "%d контакты не импортированы",
+);
+$a->strings["Done. You can now login with your username and password"] = "Завершено. Теперь вы можете войти с вашим логином и паролем";
+$a->strings["newer"] = "новее";
+$a->strings["older"] = "старее";
+$a->strings["prev"] = "пред.";
+$a->strings["first"] = "первый";
+$a->strings["last"] = "последний";
+$a->strings["next"] = "след.";
+$a->strings["No contacts"] = "Нет контактов";
+$a->strings["%d Contact"] = array(
+       0 => "%d контакт",
+       1 => "%d контактов",
+       2 => "%d контактов",
+);
+$a->strings["poke"] = "poke";
+$a->strings["ping"] = "пинг";
+$a->strings["pinged"] = "пингуется";
+$a->strings["prod"] = "";
+$a->strings["prodded"] = "";
+$a->strings["slap"] = "";
+$a->strings["slapped"] = "";
+$a->strings["finger"] = "";
+$a->strings["fingered"] = "";
+$a->strings["rebuff"] = "";
+$a->strings["rebuffed"] = "";
+$a->strings["happy"] = "";
+$a->strings["sad"] = "";
+$a->strings["mellow"] = "";
+$a->strings["tired"] = "";
+$a->strings["perky"] = "";
+$a->strings["angry"] = "";
+$a->strings["stupified"] = "";
+$a->strings["puzzled"] = "";
+$a->strings["interested"] = "";
+$a->strings["bitter"] = "";
+$a->strings["cheerful"] = "";
+$a->strings["alive"] = "";
+$a->strings["annoyed"] = "";
+$a->strings["anxious"] = "";
+$a->strings["cranky"] = "";
+$a->strings["disturbed"] = "";
+$a->strings["frustrated"] = "";
+$a->strings["motivated"] = "";
+$a->strings["relaxed"] = "";
+$a->strings["surprised"] = "";
+$a->strings["Monday"] = "Понедельник";
+$a->strings["Tuesday"] = "Вторник";
+$a->strings["Wednesday"] = "Среда";
+$a->strings["Thursday"] = "Четверг";
+$a->strings["Friday"] = "Пятница";
+$a->strings["Saturday"] = "Суббота";
+$a->strings["Sunday"] = "Воскресенье";
+$a->strings["January"] = "Январь";
+$a->strings["February"] = "Февраль";
+$a->strings["March"] = "Март";
+$a->strings["April"] = "Апрель";
+$a->strings["May"] = "Май";
+$a->strings["June"] = "Июнь";
+$a->strings["July"] = "Июль";
+$a->strings["August"] = "Август";
+$a->strings["September"] = "Сентябрь";
+$a->strings["October"] = "Октябрь";
+$a->strings["November"] = "Ноябрь";
+$a->strings["December"] = "Декабрь";
+$a->strings["bytes"] = "байт";
+$a->strings["Click to open/close"] = "Нажмите, чтобы открыть / закрыть";
+$a->strings["Select an alternate language"] = "Выбор альтернативного языка";
+$a->strings["activity"] = "активность";
+$a->strings["post"] = "сообщение";
+$a->strings["Item filed"] = "";
+$a->strings["Friendica Notification"] = "Friendica уведомления";
+$a->strings["Thank You,"] = "Спасибо,";
+$a->strings["%s Administrator"] = "%s администратор";
+$a->strings["%s <!item_type!>"] = "%s <!item_type!>";
+$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica: Оповещение] Новое сообщение, пришедшее на %s";
+$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s отправил вам новое личное сообщение на %2\$s.";
+$a->strings["%1\$s sent you %2\$s."] = "%1\$s послал вам %2\$s.";
+$a->strings["a private message"] = "личное сообщение";
+$a->strings["Please visit %s to view and/or reply to your private messages."] = "Пожалуйста, посетите %s для просмотра и/или ответа на личные сообщения.";
+$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s прокомментировал [url=%2\$s]a %3\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s прокомментировал [url=%2\$s]%3\$s's %4\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s прокомментировал [url=%2\$s]your %3\$s[/url]";
+$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "";
+$a->strings["%s commented on an item/conversation you have been following."] = "";
+$a->strings["Please visit %s to view and/or reply to the conversation."] = "";
+$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Оповещение] %s написал на стене вашего профиля";
+$a->strings["%1\$s posted to your profile wall at %2\$s"] = "";
+$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "";
+$a->strings["[Friendica:Notify] %s tagged you"] = "";
+$a->strings["%1\$s tagged you at %2\$s"] = "";
+$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "";
+$a->strings["[Friendica:Notify] %1\$s poked you"] = "";
+$a->strings["%1\$s poked you at %2\$s"] = "";
+$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "";
+$a->strings["[Friendica:Notify] %s tagged your post"] = "";
+$a->strings["%1\$s tagged your post at %2\$s"] = "";
+$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "";
+$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Сообщение] получен запрос";
+$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "";
+$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "";
+$a->strings["You may visit their profile at %s"] = "Вы можете посмотреть его профиль здесь %s";
+$a->strings["Please visit %s to approve or reject the introduction."] = "Посетите %s для подтверждения или отказа запроса.";
+$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica: Оповещение] получено предложение дружбы";
+$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Вы получили предложение дружбы от '%1\$s' на %2\$s";
+$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "";
+$a->strings["Name:"] = "Имя:";
+$a->strings["Photo:"] = "Фото:";
+$a->strings["Please visit %s to approve or reject the suggestion."] = "Пожалуйста, посетите %s для подтверждения, или отказа запроса.";
+$a->strings[" on Last.fm"] = "на Last.fm";
+$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Удаленная группа с таким названием была восстановлена. Существующие права доступа <strong>могут</strong> применяться к этой группе и любым будущим участникам. Если это не то, что вы хотели, пожалуйста, создайте еще ​​одну группу с другим названием.";
+$a->strings["Default privacy group for new contacts"] = "Группа доступа по умолчанию для новых контактов";
+$a->strings["Everybody"] = "Каждый";
+$a->strings["edit"] = "редактировать";
+$a->strings["Edit group"] = "Редактировать группу";
+$a->strings["Create a new group"] = "Создать новую группу";
+$a->strings["Contacts not in any group"] = "Контакты не состоят в группе";
+$a->strings["Connect URL missing."] = "Connect-URL отсутствует.";
+$a->strings["This site is not configured to allow communications with other networks."] = "Данный сайт не настроен так, чтобы держать связь с другими сетями.";
+$a->strings["No compatible communication protocols or feeds were discovered."] = "Обнаружены несовместимые протоколы связи или каналы.";
+$a->strings["The profile address specified does not provide adequate information."] = "Указанный адрес профиля не дает адекватной информации.";
+$a->strings["An author or name was not found."] = "Автор или имя не найдены.";
+$a->strings["No browser URL could be matched to this address."] = "Нет URL браузера, который соответствует этому адресу.";
+$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "";
+$a->strings["Use mailto: in front of address to force email check."] = "Bcgjkmpeqnt mailto: перед адресом для быстрого доступа к email.";
+$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Указанный адрес профиля принадлежит сети, недоступной на этом сайта.";
+$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Ограниченный профиль. Этот человек не сможет получить прямые / личные уведомления от вас.";
+$a->strings["Unable to retrieve contact information."] = "Невозможно получить контактную информацию.";
+$a->strings["following"] = "следует";
+$a->strings["[no subject]"] = "[без темы]";
+$a->strings["End this session"] = "Конец этой сессии";
+$a->strings["Sign in"] = "Вход";
+$a->strings["Home Page"] = "Главная страница";
+$a->strings["Create an account"] = "Создать аккаунт";
+$a->strings["Help and documentation"] = "Помощь и документация";
+$a->strings["Apps"] = "Приложения";
+$a->strings["Addon applications, utilities, games"] = "Дополнительные приложения, утилиты, игры";
+$a->strings["Search site content"] = "Поиск по сайту";
+$a->strings["Conversations on this site"] = "Беседы на этом сайте";
+$a->strings["Directory"] = "Каталог";
+$a->strings["People directory"] = "Каталог участников";
+$a->strings["Conversations from your friends"] = "Беседы с друзьями";
+$a->strings["Network Reset"] = "Перезагрузка сети";
+$a->strings["Load Network page with no filters"] = "Загрузить страницу сети без фильтров";
+$a->strings["Friend Requests"] = "Запросы на добавление в список друзей";
+$a->strings["See all notifications"] = "Посмотреть все уведомления";
+$a->strings["Mark all system notifications seen"] = "Отметить все системные уведомления, как прочитанные";
+$a->strings["Private mail"] = "Личная почта";
+$a->strings["Inbox"] = "Входящие";
+$a->strings["Outbox"] = "Исходящие";
+$a->strings["Manage"] = "Управлять";
+$a->strings["Manage other pages"] = "Управление другими страницами";
+$a->strings["Delegations"] = "";
+$a->strings["Manage/Edit Profiles"] = "Управление/редактирование профилей";
+$a->strings["Manage/edit friends and contacts"] = "Управление / редактирование друзей и контактов";
+$a->strings["Site setup and configuration"] = "Установка и конфигурация сайта";
+$a->strings["Navigation"] = "Навигация";
+$a->strings["Site map"] = "Карта сайта";
+$a->strings["j F, Y"] = "j F, Y";
+$a->strings["j F"] = "j F";
+$a->strings["Birthday:"] = "День рождения:";
+$a->strings["Age:"] = "Возраст:";
+$a->strings["for %1\$d %2\$s"] = "";
+$a->strings["Tags:"] = "Ключевые слова: ";
+$a->strings["Religion:"] = "Религия:";
+$a->strings["Hobbies/Interests:"] = "Хобби / Интересы:";
+$a->strings["Contact information and Social Networks:"] = "Информация о контакте и социальных сетях:";
+$a->strings["Musical interests:"] = "Музыкальные интересы:";
+$a->strings["Books, literature:"] = "Книги, литература:";
+$a->strings["Television:"] = "Телевидение:";
+$a->strings["Film/dance/culture/entertainment:"] = "Кино / Танцы / Культура / Развлечения:";
+$a->strings["Love/Romance:"] = "Любовь / Романтика:";
+$a->strings["Work/employment:"] = "Работа / Занятость:";
+$a->strings["School/education:"] = "Школа / Образование:";
+$a->strings["Image/photo"] = "Изображение / Фото";
+$a->strings["<span><a href=\"%s\" target=\"external-link\">%s</a> wrote the following <a href=\"%s\" target=\"external-link\">post</a>"] = "";
+$a->strings["$1 wrote:"] = "$1 написал:";
+$a->strings["Encrypted content"] = "Зашифрованный контент";
+$a->strings["Unknown | Not categorised"] = "Неизвестно | Не определено";
+$a->strings["Block immediately"] = "Блокировать немедленно";
+$a->strings["Shady, spammer, self-marketer"] = "Тролль, спаммер, рассылает рекламу";
+$a->strings["Known to me, but no opinion"] = "Известные мне, но нет определенного мнения";
+$a->strings["OK, probably harmless"] = "Хорошо, наверное, безвредные";
+$a->strings["Reputable, has my trust"] = "Уважаемые, есть мое доверие";
+$a->strings["Weekly"] = "Еженедельно";
+$a->strings["Monthly"] = "Ежемесячно";
+$a->strings["OStatus"] = "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["Google+"] = "Google+";
+$a->strings["pump.io"] = "pump.io";
+$a->strings["Twitter"] = "Twitter";
+$a->strings["Miscellaneous"] = "Разное";
+$a->strings["year"] = "год";
+$a->strings["month"] = "мес.";
+$a->strings["day"] = "день";
+$a->strings["never"] = "никогда";
+$a->strings["less than a second ago"] = "менее сек. назад";
+$a->strings["years"] = "лет";
+$a->strings["months"] = "мес.";
+$a->strings["week"] = "неделя";
+$a->strings["weeks"] = "недель";
+$a->strings["days"] = "дней";
+$a->strings["hour"] = "час";
+$a->strings["hours"] = "час.";
+$a->strings["minute"] = "минута";
+$a->strings["minutes"] = "мин.";
+$a->strings["second"] = "секунда";
+$a->strings["seconds"] = "сек.";
+$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s назад";
+$a->strings["%s's birthday"] = "день рождения %s";
+$a->strings["Happy Birthday %s"] = "С днём рождения %s";
+$a->strings["General Features"] = "Основные возможности";
+$a->strings["Multiple Profiles"] = "Несколько профилей";
+$a->strings["Ability to create multiple profiles"] = "Возможность создания нескольких профилей";
+$a->strings["Post Composition Features"] = "";
+$a->strings["Richtext Editor"] = "Редактор RTF";
+$a->strings["Enable richtext editor"] = "Включить редактор RTF";
+$a->strings["Post Preview"] = "предварительный просмотр";
+$a->strings["Allow previewing posts and comments before publishing them"] = "Разрешить предпросмотр сообщения и комментария перед их публикацией";
+$a->strings["Network Sidebar Widgets"] = "Виджет боковой панели \"Сеть\"";
+$a->strings["Search by Date"] = "Поиск по датам";
+$a->strings["Ability to select posts by date ranges"] = "Возможность выбора постов по диапазону дат";
+$a->strings["Group Filter"] = "Фильтр групп";
+$a->strings["Enable widget to display Network posts only from selected group"] = "Включить виджет для отображения сообщений сети только от выбранной группы";
+$a->strings["Network Filter"] = "Фильтр сети";
+$a->strings["Enable widget to display Network posts only from selected network"] = "Включить виджет для отображения сообщений сети только от выбранной сети";
+$a->strings["Save search terms for re-use"] = "Сохранить условия поиска для повторного использования";
+$a->strings["Network Tabs"] = "Сетевые вкладки";
+$a->strings["Network Personal Tab"] = "Персональные сетевые вкладки";
+$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Включить вкладку для отображения только сообщений сети, с которой вы взаимодействовали";
+$a->strings["Network New Tab"] = "Новая вкладка сеть";
+$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Включить вкладку для отображения только новых сообщений сети (за последние 12 часов)";
+$a->strings["Network Shared Links Tab"] = "Вкладка shared ссылок сети";
+$a->strings["Enable tab to display only Network posts with links in them"] = "Включить вкладку для отображения только сообщений сети со ссылками на них";
+$a->strings["Post/Comment Tools"] = "Инструменты пост/комментарий";
+$a->strings["Multiple Deletion"] = "Множественное удаление";
+$a->strings["Select and delete multiple posts/comments at once"] = "Выбрать и удалить несколько постов/комментариев одновременно.";
+$a->strings["Edit Sent Posts"] = "Редактировать отправленные посты";
+$a->strings["Edit and correct posts and comments after sending"] = "Редактировать и править посты и комментарии после отправления";
+$a->strings["Tagging"] = "Отмеченное";
+$a->strings["Ability to tag existing posts"] = "Возможность отмечать существующие посты";
+$a->strings["Post Categories"] = "Категории постов";
+$a->strings["Add categories to your posts"] = "Добавить категории вашего поста";
+$a->strings["Ability to file posts under folders"] = "";
+$a->strings["Dislike Posts"] = "Посты дизлайк";
+$a->strings["Ability to dislike posts/comments"] = "Возможность дизлайка постов/комментариев";
+$a->strings["Star Posts"] = "Популярные посты";
+$a->strings["Ability to mark special posts with a star indicator"] = "Возможность отметить специальные сообщения индикатором популярности";
+$a->strings["Sharing notification from Diaspora network"] = "Делиться уведомлениями из сети Diaspora";
+$a->strings["Attachments:"] = "Вложения:";
+$a->strings["Visible to everybody"] = "Видимо всем";
+$a->strings["A new person is sharing with you at "] = "Новый человек делится с вами";
+$a->strings["You have a new follower at "] = "У вас есть новый фолловер на ";
+$a->strings["Do you really want to delete this item?"] = "Вы действительно хотите удалить этот элемент?";
+$a->strings["Archives"] = "Архивы";
+$a->strings["Embedded content"] = "Встроенное содержание";
+$a->strings["Embedding disabled"] = "Встраивание отключено";
+$a->strings["Welcome "] = "Добро пожаловать, ";
+$a->strings["Please upload a profile photo."] = "Пожалуйста, загрузите фотографию профиля.";
+$a->strings["Welcome back "] = "Добро пожаловать обратно, ";
+$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "Ключ формы безопасности неправильный. Вероятно, это произошло потому, что форма была открыта слишком долго (более 3 часов) до её отправки.";
+$a->strings["Male"] = "Мужчина";
+$a->strings["Female"] = "Женщина";
+$a->strings["Currently Male"] = "В данный момент мужчина";
+$a->strings["Currently Female"] = "В настоящее время женщина";
+$a->strings["Mostly Male"] = "В основном мужчина";
+$a->strings["Mostly Female"] = "В основном женщина";
+$a->strings["Transgender"] = "Транссексуал";
+$a->strings["Intersex"] = "Интерсексуал";
+$a->strings["Transsexual"] = "Транссексуал";
+$a->strings["Hermaphrodite"] = "Гермафродит";
+$a->strings["Neuter"] = "Средний род";
+$a->strings["Non-specific"] = "Не определен";
+$a->strings["Other"] = "Другой";
+$a->strings["Undecided"] = "Не решено";
+$a->strings["Males"] = "Мужчины";
+$a->strings["Females"] = "Женщины";
+$a->strings["Gay"] = "Гей";
+$a->strings["Lesbian"] = "Лесбиянка";
+$a->strings["No Preference"] = "Без предпочтений";
+$a->strings["Bisexual"] = "Бисексуал";
+$a->strings["Autosexual"] = "Автосексуал";
+$a->strings["Abstinent"] = "Воздержанный";
+$a->strings["Virgin"] = "Девственница";
+$a->strings["Deviant"] = "Deviant";
+$a->strings["Fetish"] = "Фетиш";
+$a->strings["Oodles"] = "Групповой";
+$a->strings["Nonsexual"] = "Нет интереса к сексу";
+$a->strings["Single"] = "Без пары";
+$a->strings["Lonely"] = "Пока никого нет";
+$a->strings["Available"] = "Доступный";
+$a->strings["Unavailable"] = "Не ищу никого";
+$a->strings["Has crush"] = "Имеет ошибку";
+$a->strings["Infatuated"] = "Влюблён";
+$a->strings["Dating"] = "Свидания";
+$a->strings["Unfaithful"] = "Изменяю супругу";
+$a->strings["Sex Addict"] = "Люблю секс";
+$a->strings["Friends/Benefits"] = "Друзья / Предпочтения";
+$a->strings["Casual"] = "Обычный";
+$a->strings["Engaged"] = "Занят";
+$a->strings["Married"] = "Женат / Замужем";
+$a->strings["Imaginarily married"] = "";
+$a->strings["Partners"] = "Партнеры";
+$a->strings["Cohabiting"] = "Партнерство";
+$a->strings["Common law"] = "";
+$a->strings["Happy"] = "Счастлив/а/";
+$a->strings["Not looking"] = "Не в поиске";
+$a->strings["Swinger"] = "Свинг";
+$a->strings["Betrayed"] = "Преданный";
+$a->strings["Separated"] = "Разделенный";
+$a->strings["Unstable"] = "Нестабильный";
+$a->strings["Divorced"] = "Разведен(а)";
+$a->strings["Imaginarily divorced"] = "";
+$a->strings["Widowed"] = "Овдовевший";
+$a->strings["Uncertain"] = "Неопределенный";
+$a->strings["It's complicated"] = "влишком сложно";
+$a->strings["Don't care"] = "Не беспокоить";
+$a->strings["Ask me"] = "Спросите меня";
+$a->strings["stopped following"] = "остановлено следование";
+$a->strings["Drop Contact"] = "Удалить контакт";
+$a->strings["Cannot locate DNS info for database server '%s'"] = "Не могу найти информацию для DNS-сервера базы данных '%s'";
index ff650e24700af25481d2c980a73c22709edad2bc..15fcf29938aa27eee580897942cae39a07aae1c8 100644 (file)
@@ -1,15 +1,11 @@
-{{*
- *     AUTOMATICALLY GENERATED TEMPLATE
- *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
 <h3>{{$regtitle}}</h3>
 
 <form action="register" method="post" id="register-form">
 
        <input type="hidden" name="photo" value="{{$photo}}" />
 
-       {{$registertext}}
+       {{if $registertext != ""}}<div class="error-message">{{$registertext}} </div>{{/if}}
+
 
        <p id="register-realpeople">{{$realpeople}}</p>
 
index 5b3d692a21a9eedfb1667a8d88c3e46b08ff8dce..042fcdd67d836d9d44878152403bffc325cd124b 100644 (file)
@@ -3,4 +3,8 @@ all:
        cd green; make; cd ..
        cd lilac; make; cd ..
 
+clean:
+       rm dark/style.css
+       rm green/style.css
+       rm lilac/style.css
 
index 4e2ab475e03486cb3df20b1bf6ecc238021f9587..22d3f13b0bf55353f96acaf26de5a6f72a60774c 100644 (file)
@@ -486,7 +486,6 @@ header {
   margin: 0px;
   padding: 0px;
   /*width: 100%; height: 12px; */
-
   z-index: 110;
   color: #ffffff;
 }
@@ -816,7 +815,6 @@ aside #profiles-menu {
   overflow: auto;
   height: auto;
   /*.contact-block-div { width:60px; height: 60px; }*/
-
 }
 #contact-block .contact-block-h4 {
   float: left;
@@ -898,7 +896,6 @@ aside #profiles-menu {
   margin-bottom: 2em;
   /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
        .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
-
 }
 .widget h3 {
   padding: 0px;
@@ -1177,7 +1174,6 @@ section {
   height: 32px;
   margin-left: 16px;
   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
-
 }
 .comment-edit-preview .contact-photo-menu-button {
   top: 15px !important;
@@ -1269,7 +1265,7 @@ section {
   width: 25px;
   height: 25px;
 }
-
+/* reshare */
 .wall-item-container .wall-item-content .type-link img,
 .type-link img {
   max-width: 160px;
@@ -1282,48 +1278,27 @@ section {
   max-height: 160px;
   overflow: hidden;
 }
-.type-link .oembed {
-}
-
 .shared_header {
   height: 32px;
   color: #999;
-  border-top: 1px solid #D2D2D2;
+  border-top: 1px solid #cccccc;
   padding-top: 5px;
   margin-top: 5px;
 }
-
-.shared_header a {
-  color: black;
-  -webkit-transition: all 0.2s ease-in-out;
-  -moz-transition: all 0.2s ease-in-out;
-  -o-transition: all 0.2s ease-in-out;
-  -ms-transition: all 0.2s ease-in-out;
-  transition: all 0.2s ease-in-out;
-}
-
-.shared_header a:hover {
-  color: #36c;
-}
-
 .shared_header img {
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   float: left;
 }
-
 .shared_header span {
   margin-left: 9px;
 }
-
 blockquote.shared_content {
   margin-left: 32px;
   color: #000;
   border: none;
 }
-
-
 /* threaded comments */
 .children {
   margin-top: 1em;
index aee9b70db1d4049f430670a1aba84f0e68ab6333..24ce51c65be31dd1947b896f8bb2041dcccecb31 100644 (file)
@@ -486,7 +486,6 @@ header {
   margin: 0px;
   padding: 0px;
   /*width: 100%; height: 12px; */
-
   z-index: 110;
   color: #ffffff;
 }
@@ -816,7 +815,6 @@ aside #profiles-menu {
   overflow: auto;
   height: auto;
   /*.contact-block-div { width:60px; height: 60px; }*/
-
 }
 #contact-block .contact-block-h4 {
   float: left;
@@ -898,7 +896,6 @@ aside #profiles-menu {
   margin-bottom: 2em;
   /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
        .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
-
 }
 .widget h3 {
   padding: 0px;
@@ -1177,7 +1174,6 @@ section {
   height: 32px;
   margin-left: 16px;
   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
-
 }
 .comment-edit-preview .contact-photo-menu-button {
   top: 15px !important;
@@ -1269,6 +1265,7 @@ section {
   width: 25px;
   height: 25px;
 }
+/* reshare */
 .wall-item-container .wall-item-content .type-link img,
 .type-link img {
   max-width: 160px;
@@ -1281,47 +1278,27 @@ section {
   max-height: 160px;
   overflow: hidden;
 }
-.type-link .oembed {
-}
-
 .shared_header {
   height: 32px;
   color: #999;
-  border-top: 1px solid #D2D2D2;
+  border-top: 1px solid #cccccc;
   padding-top: 5px;
   margin-top: 5px;
 }
-
-.shared_header a {
-  color: black;
-  -webkit-transition: all 0.2s ease-in-out;
-  -moz-transition: all 0.2s ease-in-out;
-  -o-transition: all 0.2s ease-in-out;
-  -ms-transition: all 0.2s ease-in-out;
-  transition: all 0.2s ease-in-out;
-}
-
-.shared_header a:hover {
-  color: #36c;
-}
-
 .shared_header img {
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   float: left;
 }
-
 .shared_header span {
   margin-left: 9px;
 }
-
 blockquote.shared_content {
   margin-left: 32px;
   color: #000;
   border: none;
 }
-
 /* threaded comments */
 .children {
   margin-top: 1em;
index 97ca47308df78db3bf6baca7ef7d609d829827d3..7c002b112e7b3e380d59e2bff4cbaf6d0dcd7759 100644 (file)
@@ -486,7 +486,6 @@ header {
   margin: 0px;
   padding: 0px;
   /*width: 100%; height: 12px; */
-
   z-index: 110;
   color: #ffffff;
 }
@@ -816,7 +815,6 @@ aside #profiles-menu {
   overflow: auto;
   height: auto;
   /*.contact-block-div { width:60px; height: 60px; }*/
-
 }
 #contact-block .contact-block-h4 {
   float: left;
@@ -898,7 +896,6 @@ aside #profiles-menu {
   margin-bottom: 2em;
   /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
        .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
-
 }
 .widget h3 {
   padding: 0px;
@@ -1177,7 +1174,6 @@ section {
   height: 32px;
   margin-left: 16px;
   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
-
 }
 .comment-edit-preview .contact-photo-menu-button {
   top: 15px !important;
@@ -1269,6 +1265,7 @@ section {
   width: 25px;
   height: 25px;
 }
+/* reshare */
 .wall-item-container .wall-item-content .type-link img,
 .type-link img {
   max-width: 160px;
@@ -1281,47 +1278,27 @@ section {
   max-height: 160px;
   overflow: hidden;
 }
-.type-link .oembed {
-}
-
 .shared_header {
   height: 32px;
   color: #999;
-  border-top: 1px solid #D2D2D2;
+  border-top: 1px solid #cccccc;
   padding-top: 5px;
   margin-top: 5px;
 }
-
-.shared_header a {
-  color: black;
-  -webkit-transition: all 0.2s ease-in-out;
-  -moz-transition: all 0.2s ease-in-out;
-  -o-transition: all 0.2s ease-in-out;
-  -ms-transition: all 0.2s ease-in-out;
-  transition: all 0.2s ease-in-out;
-}
-
-.shared_header a:hover {
-  color: #36c;
-}
-
 .shared_header img {
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   float: left;
 }
-
 .shared_header span {
   margin-left: 9px;
 }
-
 blockquote.shared_content {
   margin-left: 32px;
   color: #000;
   border: none;
 }
-
 /* threaded comments */
 .children {
   margin-top: 1em;
index 768f1cab290b10e9f4af58007576600785664ad9..96019e0927973688a42b952310d061aa18fe6d90 100644 (file)
@@ -670,6 +670,48 @@ section {
 }
 .wwto .contact-photo { width: 25px; height: 25px; }
 
+/* reshare */
+.wall-item-container .wall-item-content .type-link img,
+.type-link img {
+    max-width: 160px;
+    max-height: 160px;
+    float: left;
+    margin-right: 10px;
+}
+.type-link {
+    blockquote {
+        margin-left: 160px;
+        max-height: 160px;
+        overflow: hidden;
+    }
+    .oembed {}
+}
+
+.shared_header {
+    height: 32px;
+    color: #999;
+    border-top: 1px solid @ThreadBottomBorderColor;
+    padding-top: 5px;
+    margin-top: 5px;
+    
+    img {
+        -webkit-border-radius: 4px;
+        -moz-border-radius: 4px;
+        border-radius: 4px;
+        float: left;
+    }
+    
+    span { margin-left: 9px; }
+}
+
+
+blockquote.shared_content {
+    margin-left: 32px;
+    color: #000;
+    border: none;
+}
+
+
 
 /* threaded comments */
 .children {
index 4b2ab87fe2d0e4516fc0e83e06a3e60b694235a1..d9dba9818c4404d2f807ee573e134e46416567db 100644 (file)
@@ -1,7 +1,7 @@
 /*
        style.css
        Theme: Smoothly
-       Maintainer: alex@friendica.pixelbits.de
+       Maintainer: Nomen Nominandum
        last change: 2013-05-08
 
 ** Colors ** 
index 9c4c7ca330338daa92d87ad36d3a5f6d1cfacf77..d3ebbc1d159d3b7bc9092e1ce719d90019224a03 100644 (file)
@@ -2,11 +2,11 @@
 
 /*
  * Name: Smoothly
- * Description: Like coffee with milk. Theme optimized for iPad[2].
- * Version: Version 2013-05-08.2
- * Author: Anne Walk
- * Author: Devlon Duthied
- * Maintainer: Alex <https://friendica.pixelbits.de/profile/alex>
+ * Description: Theme based on Testbubble and optimized for Tablets.
+ * Version: Version 2013-05-08
+ * Author: Anne Walk, Devlon Duthied
+ * Author: Alex <https://red.pixelbits.de/channel/alex>
+ * Maintainer: Nomen Nominandum
  * Screenshot: <a href="screenshot.png">Screenshot</a>
  */
 
diff --git a/view/theme/smoothly/unsupported b/view/theme/smoothly/unsupported
new file mode 100644 (file)
index 0000000..e69de29