From b795ce4fe7c952600ed3520d6822006a2190d4f8 Mon Sep 17 00:00:00 2001
From: friendica <info@friendica.com>
Date: Wed, 23 Nov 2011 23:17:26 -0800
Subject: [PATCH] little stuff - name change, live updates, new network types

---
 boot.php                 |    8 +-
 include/delivery.php     |    2 +-
 include/items.php        |    2 +-
 include/notifier.php     |    2 +-
 include/remoteupdate.php |   10 +-
 js/main.js               |    2 +-
 mod/admin.php            |    4 +-
 mod/friendica.php        |    6 +-
 update.php               |    2 +-
 util/messages.po         | 5341 +++++++++++++++++++-------------------
 util/run_xgettext.sh     |   10 +-
 view/cs/messages.po      |    2 +-
 view/de/messages.po      |    2 +-
 view/es/messages.po      |    2 +-
 view/fr/messages.po      |    2 +-
 view/it/messages.po      |    2 +-
 view/pt-br/messages.po   |    2 +-
 view/ru/messages.po      |    2 +-
 18 files changed, 2736 insertions(+), 2667 deletions(-)

diff --git a/boot.php b/boot.php
index e2e8f94485..91e532072f 100644
--- a/boot.php
+++ b/boot.php
@@ -8,8 +8,8 @@ require_once("include/pgettext.php");
 require_once('include/nav.php');
 require_once('include/cache.php');
 
-define ( 'FRIENDIKA_PLATFORM',     'Friendica');
-define ( 'FRIENDIKA_VERSION',      '2.3.1174' );
+define ( 'FRIENDICA_PLATFORM',     'Friendica');
+define ( 'FRIENDICA_VERSION',      '2.3.1174' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.22'    );
 define ( 'DB_UPDATE_VERSION',      1105      );
 
@@ -100,6 +100,8 @@ define ( 'NETWORK_FEED',             'feed');    // RSS/Atom feeds with no known
 define ( 'NETWORK_DIASPORA',         'dspr');    // Diaspora
 define ( 'NETWORK_MAIL',             'mail');    // IMAP/POP
 define ( 'NETWORK_FACEBOOK',         'face');    // Facebook API     
+define ( 'NETWORK_LINKEDIN',         'lnkd');    // LinkedIn
+define ( 'NETWORK_XMPP',             'xmpp');    // XMPP     
 
 
 /**
@@ -415,7 +417,7 @@ class App {
 		$tpl = file_get_contents('view/head.tpl');
 		$this->page['htmlhead'] = replace_macros($tpl,array(
 			'$baseurl' => $this->get_baseurl(), // FIXME for z_path!!!!
-			'$generator' => 'Friendika' . ' ' . FRIENDIKA_VERSION,
+			'$generator' => 'Friendica' . ' ' . FRIENDICA_VERSION,
 			'$delitem' => t('Delete this item?'),
 			'$comment' => t('Comment'),
 			'$showmore' => t('show more'),
diff --git a/include/delivery.php b/include/delivery.php
index a9e629fcfb..5441ac5108 100644
--- a/include/delivery.php
+++ b/include/delivery.php
@@ -241,7 +241,7 @@ function delivery_run($argv, $argc){
 				$birthday = '<dfrn:birthday>' . xmlify($birthday) . '</dfrn:birthday>';
 
 			$atom .= replace_macros($feed_template, array(
-					'$version'      => xmlify(FRIENDIKA_VERSION),
+					'$version'      => xmlify(FRIENDICA_VERSION),
 					'$feed_id'      => xmlify($a->get_baseurl() . '/profile/' . $owner['nickname'] ),
 					'$feed_title'   => xmlify($owner['name']),
 					'$feed_updated' => xmlify(datetime_convert('UTC', 'UTC', $updated . '+00:00' , ATOM_TIME)) ,
diff --git a/include/items.php b/include/items.php
index 5ccf76b257..b802a59bdb 100644
--- a/include/items.php
+++ b/include/items.php
@@ -143,7 +143,7 @@ function get_feed_for(&$a, $dfrn_id, $owner_nick, $last_update, $direction = 0)
 	$salmon = feed_salmonlinks($owner_nick);
 
 	$atom .= replace_macros($feed_template, array(
-		'$version'      => xmlify(FRIENDIKA_VERSION),
+		'$version'      => xmlify(FRIENDICA_VERSION),
 		'$feed_id'      => xmlify($a->get_baseurl() . '/profile/' . $owner_nick),
 		'$feed_title'   => xmlify($owner['name']),
 		'$feed_updated' => xmlify(datetime_convert('UTC', 'UTC', 'now' , ATOM_TIME)) ,
diff --git a/include/notifier.php b/include/notifier.php
index c81ca2d153..945ba95e7b 100644
--- a/include/notifier.php
+++ b/include/notifier.php
@@ -323,7 +323,7 @@ function notifier_run($argv, $argc){
 		$birthday = '<dfrn:birthday>' . xmlify($birthday) . '</dfrn:birthday>';
 
 	$atom .= replace_macros($feed_template, array(
-			'$version'      => xmlify(FRIENDIKA_VERSION),
+			'$version'      => xmlify(FRIENDICA_VERSION),
 			'$feed_id'      => xmlify($a->get_baseurl() . '/profile/' . $owner['nickname'] ),
 			'$feed_title'   => xmlify($owner['name']),
 			'$feed_updated' => xmlify(datetime_convert('UTC', 'UTC', $updated . '+00:00' , ATOM_TIME)) ,
diff --git a/include/remoteupdate.php b/include/remoteupdate.php
index aa30da06f8..9effc9b6e9 100644
--- a/include/remoteupdate.php
+++ b/include/remoteupdate.php
@@ -1,7 +1,7 @@
 <?php
-/* update friendika */
+/* update friendica */
 define('APIBASE', 'http://github.com/api/v2/');
-define('F9KREPO', 'friendika/friendika');
+define('F9KREPO', 'friendica/friendica');
 
 $up_totalfiles = 0;
 $up_countfiles = 0;
@@ -19,14 +19,14 @@ function checkUpdate(){
 	
 	if ($tag==0.0) return false;
 	$f = fetch_url("https://raw.github.com/".F9KREPO."/".$tag."/boot.php","r");
-	preg_match("|'FRIENDIKA_VERSION', *'([^']*)'|", $f, $m);
+	preg_match("|'FRIENDICA_VERSION', *'([^']*)'|", $f, $m);
 	$version =  $m[1];
 	
-	$lv = explode(".", FRIENDIKA_VERSION);
+	$lv = explode(".", FRIENDICA_VERSION);
 	$rv = explode(".",$version);
 	foreach($lv as $i=>$v){
 		if ((int)$lv[$i] < (int)$rv[$i]) {
-			return array($tag, $version, "https://github.com/friendika/friendika/zipball/".$tag);
+			return array($tag, $version, "https://github.com/friendica/friendica/zipball/".$tag);
 			break;
 		}
 	}
diff --git a/js/main.js b/js/main.js
index 35cb75c054..b8b89cd9df 100644
--- a/js/main.js
+++ b/js/main.js
@@ -224,7 +224,7 @@
 
 		$.get(update_url,function(data) {
 			in_progress = false;
-			$('.ccollapse-wrapper',data).each(function() {
+			$('.collapsed-comments',data).each(function() {
 				var ident = $(this).attr('id');
 				var is_hidden = $('#' + ident).is(':hidden');
 				if($('#' + ident).length) {
diff --git a/mod/admin.php b/mod/admin.php
index c4bb700566..8ca89900c0 100644
--- a/mod/admin.php
+++ b/mod/admin.php
@@ -146,7 +146,7 @@ function admin_page_summary(&$a) {
 		'$users' => Array( t('Registered users'), $users),
 		'$accounts' => $accounts,
 		'$pending' => Array( t('Pending registrations'), $pending),
-		'$version' => Array( t('Version'), FRIENDIKA_VERSION),
+		'$version' => Array( t('Version'), FRIENDICA_VERSION),
 		'$build' =>  get_config('system','build'),
 		'$plugins' => Array( t('Active plugins'), $a->plugins )
 	));
@@ -700,7 +700,7 @@ function admin_page_remoteupdate(&$a) {
 		'$baseurl' => $a->get_baseurl(),
 		'$submit' => t("Update now"),
 		'$close' => t("Close"),
-		'$localversion' => FRIENDIKA_VERSION,
+		'$localversion' => FRIENDICA_VERSION,
 		'$remoteversion' => $u[1],
 		'$needupdate' => $needupdate,
 		'$canwrite' => $canwrite,
diff --git a/mod/friendica.php b/mod/friendica.php
index 363f1409f1..9dd6b7383a 100644
--- a/mod/friendica.php
+++ b/mod/friendica.php
@@ -15,13 +15,13 @@ function friendica_init(&$a) {
 		}
 
 		$data = Array(
-			'version' => FRIENDIKA_VERSION,
+			'version' => FRIENDICA_VERSION,
 			'url' => z_root(),
 			'plugins' => $a->plugins,
 			'register_policy' =>  $register_policy[$a->config['register_policy']],
 			'admin' => $admin,
 			'site_name' => $a->config['sitename'],
-			'platform' => FRIENDIKA_PLATFORM,
+			'platform' => FRIENDICA_PLATFORM,
 			'info' => ((x($a->config,'info')) ? $a->config['info'] : '')			
 		);
 
@@ -40,7 +40,7 @@ function friendica_content(&$a) {
 
 	$o .= '<p></p><p>';
 
-	$o .= t('This is Friendica, version') . ' ' . FRIENDIKA_VERSION . ' ';
+	$o .= t('This is Friendica, version') . ' ' . FRIENDICA_VERSION . ' ';
 	$o .= t('running at web location') . ' ' . z_root() . '</p><p>';
 
 	$o .= t('Please visit <a href="http://project.friendika.com">Project.Friendika.com</a> to learn more about the Friendica project.') . '</p><p>';	
diff --git a/update.php b/update.php
index 96fdec6911..113bc590aa 100644
--- a/update.php
+++ b/update.php
@@ -885,7 +885,7 @@ function update_1102() {
 
 
 function update_1103() {
-	q("ALTER TABLE `item` ADD INDEX ( `wall` ) ");
+//	q("ALTER TABLE `item` ADD INDEX ( `wall` ) ");
 	q("ALTER TABLE `item` ADD FULLTEXT ( `tag` ) "); 
 	q("ALTER TABLE `contact` ADD INDEX ( `pending` ) ");
 	q("ALTER TABLE `user` ADD INDEX ( `hidewall` ) ");
diff --git a/util/messages.po b/util/messages.po
index b893d273d5..cd05029765 100644
--- a/util/messages.po
+++ b/util/messages.po
@@ -1,1806 +1,2170 @@
-# FRIENDIKA Distributed Social Network
-# Copyright (C) 2010, 2011 Mike Macgirvin
-# This file is distributed under the same license as the Friendika package.
+# FRIENDICA Distributed Social Network
+# Copyright (C) 2010, 2011 the Friendica Project
+# This file is distributed under the same license as the Friendica package.
 # Mike Macgirvin, 2010
 #
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: 2.3.1165\n"
+"Project-Id-Version: 2.3.1174\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-15 17:20+0100\n"
+"POT-Creation-Date: 2011-11-23 16:07-0800\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 #"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
 
-#: ../../index.php:213 ../../mod/help.php:38
-msgid "Not Found"
-msgstr ""
-
-#: ../../index.php:216 ../../mod/help.php:41
-msgid "Page not found."
-msgstr ""
-
-#: ../../index.php:279 ../../mod/profperm.php:19 ../../mod/group.php:67
-msgid "Permission denied"
-msgstr ""
-
-#: ../../index.php:280 ../../mod/manage.php:75 ../../mod/wall_upload.php:42
-#: ../../mod/follow.php:8 ../../mod/profile_photo.php:19
-#: ../../mod/profile_photo.php:137 ../../mod/profile_photo.php:148
-#: ../../mod/profile_photo.php:159 ../../mod/wall_attach.php:43
-#: ../../mod/suggest.php:28 ../../mod/regmod.php:111 ../../mod/profiles.php:7
-#: ../../mod/profiles.php:229 ../../mod/settings.php:41
-#: ../../mod/settings.php:46 ../../mod/settings.php:376
-#: ../../mod/photos.php:123 ../../mod/photos.php:858 ../../mod/display.php:111
-#: ../../mod/editpost.php:10 ../../mod/invite.php:13 ../../mod/invite.php:81
-#: ../../mod/contacts.php:115 ../../mod/register.php:27
-#: ../../mod/allfriends.php:9 ../../mod/install.php:96 ../../mod/network.php:6
-#: ../../mod/events.php:109 ../../mod/notifications.php:62
-#: ../../mod/crepair.php:113 ../../mod/api.php:26 ../../mod/api.php:31
-#: ../../mod/notes.php:20 ../../mod/fsuggest.php:78 ../../mod/item.php:113
-#: ../../mod/message.php:9 ../../mod/message.php:42
-#: ../../mod/dfrn_confirm.php:53 ../../mod/viewcontacts.php:21
-#: ../../mod/group.php:19 ../../mod/attach.php:33 ../../mod/common.php:9
-#: ../../addon/facebook/facebook.php:331 ../../include/items.php:2874
-msgid "Permission denied."
-msgstr ""
-
-#: ../../boot.php:419
-msgid "Delete this item?"
+#: ../../mod/oexchange.php:27
+msgid "Post successful."
 msgstr ""
 
-#: ../../boot.php:420 ../../mod/photos.php:1202 ../../mod/photos.php:1241
-#: ../../mod/photos.php:1272 ../../include/conversation.php:433
-msgid "Comment"
+#: ../../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 ""
 
-#: ../../boot.php:662
-msgid "Create a New Account"
+#: ../../mod/crepair.php:100
+msgid "Contact settings applied."
 msgstr ""
 
-#: ../../boot.php:663 ../../mod/register.php:530 ../../include/nav.php:77
-msgid "Register"
+#: ../../mod/crepair.php:102
+msgid "Contact update failed."
 msgstr ""
 
-#: ../../boot.php:679 ../../include/nav.php:44
-msgid "Logout"
+#: ../../mod/crepair.php:113 ../../mod/wall_attach.php:43
+#: ../../mod/fsuggest.php:78 ../../mod/events.php:109 ../../mod/api.php:26
+#: ../../mod/api.php:31 ../../mod/photos.php:123 ../../mod/photos.php:858
+#: ../../mod/editpost.php:10 ../../mod/install.php:96
+#: ../../mod/notifications.php:62 ../../mod/contacts.php:115
+#: ../../mod/settings.php:41 ../../mod/settings.php:46
+#: ../../mod/settings.php:388 ../../mod/manage.php:75 ../../mod/network.php:6
+#: ../../mod/notes.php:20 ../../mod/attach.php:33 ../../mod/group.php:19
+#: ../../mod/viewcontacts.php:21 ../../mod/register.php:27
+#: ../../mod/regmod.php:111 ../../mod/item.php:113
+#: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:137
+#: ../../mod/profile_photo.php:148 ../../mod/profile_photo.php:159
+#: ../../mod/message.php:9 ../../mod/message.php:42 ../../mod/allfriends.php:9
+#: ../../mod/wall_upload.php:42 ../../mod/follow.php:8 ../../mod/common.php:9
+#: ../../mod/display.php:111 ../../mod/profiles.php:7
+#: ../../mod/profiles.php:229 ../../mod/suggest.php:28 ../../mod/invite.php:13
+#: ../../mod/invite.php:81 ../../mod/dfrn_confirm.php:53
+#: ../../addon/facebook/facebook.php:331 ../../include/items.php:2986
+#: ../../index.php:284
+msgid "Permission denied."
 msgstr ""
 
-#: ../../boot.php:680 ../../addon/communityhome/communityhome.php:28
-#: ../../addon/communityhome/communityhome.php:34 ../../include/nav.php:62
-msgid "Login"
+#: ../../mod/crepair.php:127 ../../mod/fsuggest.php:20
+#: ../../mod/fsuggest.php:92 ../../mod/dfrn_confirm.php:114
+msgid "Contact not found."
 msgstr ""
 
-#: ../../boot.php:682
-msgid "Nickname or Email address: "
+#: ../../mod/crepair.php:133
+msgid "Repair Contact Settings"
 msgstr ""
 
-#: ../../boot.php:683
-msgid "Password: "
+#: ../../mod/crepair.php:135
+msgid ""
+"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect "
+"information your communications with this contact may stop working."
 msgstr ""
 
-#: ../../boot.php:686
-msgid "OpenID: "
+#: ../../mod/crepair.php:136
+msgid ""
+"Please use your browser 'Back' button <strong>now</strong> if you are "
+"uncertain what to do on this page."
 msgstr ""
 
-#: ../../boot.php:692
-msgid "Forgot your password?"
+#: ../../mod/crepair.php:144 ../../mod/settings.php:434
+#: ../../mod/settings.php:460 ../../mod/admin.php:464 ../../mod/admin.php:473
+msgid "Name"
 msgstr ""
 
-#: ../../boot.php:693 ../../mod/lostpass.php:82
-msgid "Password Reset"
+#: ../../mod/crepair.php:145
+msgid "Account Nickname"
 msgstr ""
 
-#: ../../boot.php:815 ../../mod/profile.php:10 ../../mod/hcard.php:10
-msgid "No profile"
+#: ../../mod/crepair.php:146
+msgid "@Tagname - overrides Name/Nickname"
 msgstr ""
 
-#: ../../boot.php:839
-msgid "Edit profile"
+#: ../../mod/crepair.php:147
+msgid "Account URL"
 msgstr ""
 
-#: ../../boot.php:890 ../../include/contact_widgets.php:9
-msgid "Connect"
+#: ../../mod/crepair.php:148
+msgid "Friend Request URL"
 msgstr ""
 
-#: ../../boot.php:900 ../../include/nav.php:129
-msgid "Profiles"
+#: ../../mod/crepair.php:149
+msgid "Friend Confirm URL"
 msgstr ""
 
-#: ../../boot.php:900 ../../include/nav.php:129
-msgid "Manage/edit profiles"
+#: ../../mod/crepair.php:150
+msgid "Notification Endpoint URL"
 msgstr ""
 
-#: ../../boot.php:906 ../../mod/profiles.php:462
-msgid "Change profile photo"
+#: ../../mod/crepair.php:151
+msgid "Poll/Feed URL"
 msgstr ""
 
-#: ../../boot.php:907 ../../mod/profiles.php:463
-msgid "Create New Profile"
+#: ../../mod/crepair.php:152
+msgid "New photo from this URL"
 msgstr ""
 
-#: ../../boot.php:917 ../../mod/profiles.php:473
-msgid "Profile Image"
+#: ../../mod/crepair.php:162 ../../mod/fsuggest.php:107
+#: ../../mod/events.php:330 ../../mod/photos.php:886 ../../mod/photos.php:944
+#: ../../mod/photos.php:1163 ../../mod/photos.php:1203
+#: ../../mod/photos.php:1242 ../../mod/photos.php:1273
+#: ../../mod/install.php:137 ../../mod/localtime.php:45
+#: ../../mod/contacts.php:306 ../../mod/settings.php:432
+#: ../../mod/settings.php:571 ../../mod/settings.php:739
+#: ../../mod/manage.php:106 ../../mod/group.php:84 ../../mod/group.php:167
+#: ../../mod/admin.php:296 ../../mod/admin.php:461 ../../mod/admin.php:587
+#: ../../mod/admin.php:652 ../../mod/profiles.php:375 ../../mod/invite.php:106
+#: ../../addon/facebook/facebook.php:404 ../../addon/nsfw/nsfw.php:53
+#: ../../addon/randplace/randplace.php:178
+#: ../../addon/impressum/impressum.php:69 ../../addon/oembed/oembed.php:41
+#: ../../addon/statusnet/statusnet.php:282
+#: ../../addon/statusnet/statusnet.php:296
+#: ../../addon/statusnet/statusnet.php:322
+#: ../../addon/statusnet/statusnet.php:329
+#: ../../addon/statusnet/statusnet.php:351
+#: ../../addon/statusnet/statusnet.php:486 ../../addon/tumblr/tumblr.php:89
+#: ../../addon/wppost/wppost.php:101 ../../addon/piwik/piwik.php:81
+#: ../../addon/twitter/twitter.php:179 ../../addon/twitter/twitter.php:202
+#: ../../addon/twitter/twitter.php:299 ../../addon/posterous/posterous.php:89
+#: ../../include/conversation.php:479
+msgid "Submit"
 msgstr ""
 
-#: ../../boot.php:920 ../../mod/profiles.php:475
-msgid "visible to everybody"
+#: ../../mod/help.php:30
+msgid "Help:"
 msgstr ""
 
-#: ../../boot.php:921 ../../mod/profiles.php:476
-msgid "Edit visibility"
+#: ../../mod/help.php:34 ../../include/nav.php:82
+msgid "Help"
 msgstr ""
 
-#: ../../boot.php:940 ../../mod/events.php:325 ../../include/event.php:37
-#: ../../include/bb2diaspora.php:249
-msgid "Location:"
+#: ../../mod/help.php:38 ../../index.php:217
+msgid "Not Found"
 msgstr ""
 
-#: ../../boot.php:942 ../../include/profile_advanced.php:17
-msgid "Gender:"
+#: ../../mod/help.php:41 ../../index.php:220
+msgid "Page not found."
 msgstr ""
 
-#: ../../boot.php:945 ../../include/profile_advanced.php:37
-msgid "Status:"
+#: ../../mod/wall_attach.php:57
+#, php-format
+msgid "File exceeds size limit of %d"
 msgstr ""
 
-#: ../../boot.php:947 ../../include/profile_advanced.php:45
-msgid "Homepage:"
+#: ../../mod/wall_attach.php:87 ../../mod/wall_attach.php:98
+msgid "File upload failed."
 msgstr ""
 
-#: ../../boot.php:1006 ../../boot.php:1068
-msgid "g A l F d"
+#: ../../mod/fsuggest.php:63
+msgid "Friend suggestion sent."
 msgstr ""
 
-#: ../../boot.php:1007 ../../boot.php:1069
-msgid "F d"
+#: ../../mod/fsuggest.php:97
+msgid "Suggest Friends"
 msgstr ""
 
-#: ../../boot.php:1030
-msgid "Birthday Reminders"
+#: ../../mod/fsuggest.php:99
+#, php-format
+msgid "Suggest a friend for %s"
 msgstr ""
 
-#: ../../boot.php:1031
-msgid "Birthdays this week:"
+#: ../../mod/events.php:61
+msgid "Event description and start time are required."
 msgstr ""
 
-#: ../../boot.php:1047 ../../boot.php:1111
-msgid "[today]"
+#: ../../mod/events.php:117 ../../include/nav.php:50 ../../boot.php:1302
+msgid "Events"
 msgstr ""
 
-#: ../../boot.php:1092
-msgid "Event Reminders"
+#: ../../mod/events.php:207
+msgid "Create New Event"
 msgstr ""
 
-#: ../../boot.php:1093
-msgid "Events this week:"
+#: ../../mod/events.php:210
+msgid "Previous"
 msgstr ""
 
-#: ../../boot.php:1105
-msgid "[No description]"
+#: ../../mod/events.php:213
+msgid "Next"
 msgstr ""
 
-#: ../../boot.php:1282 ../../include/nav.php:47
-msgid "Status"
+#: ../../mod/events.php:220
+msgid "l, F j"
 msgstr ""
 
-#: ../../boot.php:1287 ../../mod/profperm.php:103
-#: ../../include/profile_advanced.php:7 ../../include/profile_advanced.php:74
-#: ../../include/nav.php:48
-msgid "Profile"
+#: ../../mod/events.php:232
+msgid "Edit event"
 msgstr ""
 
-#: ../../boot.php:1292 ../../include/nav.php:49
-msgid "Photos"
+#: ../../mod/events.php:234 ../../include/text.php:857
+msgid "link to source"
 msgstr ""
 
-#: ../../boot.php:1300 ../../mod/events.php:117 ../../include/nav.php:50
-msgid "Events"
+#: ../../mod/events.php:302
+msgid "hour:minute"
 msgstr ""
 
-#: ../../boot.php:1305 ../../mod/notes.php:44
-msgid "Personal Notes"
+#: ../../mod/events.php:311
+msgid "Event details"
 msgstr ""
 
-#: ../../mod/manage.php:37
+#: ../../mod/events.php:312
 #, php-format
-msgid "Welcome back %s"
+msgid "Format is %s %s. Starting date and Description are required."
 msgstr ""
 
-#: ../../mod/manage.php:87
-msgid "Manage Identities and/or Pages"
+#: ../../mod/events.php:313
+msgid "Event Starts:"
 msgstr ""
 
-#: ../../mod/manage.php:90
-msgid ""
-"(Toggle between different identities or community/group pages which share "
-"your account details.)"
+#: ../../mod/events.php:316
+msgid "Finish date/time is not known or not relevant"
 msgstr ""
 
-#: ../../mod/manage.php:92
-msgid "Select an identity to manage: "
+#: ../../mod/events.php:318
+msgid "Event Finishes:"
 msgstr ""
 
-#: ../../mod/manage.php:106 ../../mod/profiles.php:375
-#: ../../mod/settings.php:420 ../../mod/settings.php:559
-#: ../../mod/settings.php:707 ../../mod/photos.php:886
-#: ../../mod/photos.php:944 ../../mod/photos.php:1163
-#: ../../mod/photos.php:1203 ../../mod/photos.php:1242
-#: ../../mod/photos.php:1273 ../../mod/localtime.php:45
-#: ../../mod/invite.php:106 ../../mod/contacts.php:306
-#: ../../mod/install.php:137 ../../mod/events.php:330
-#: ../../mod/crepair.php:162 ../../mod/fsuggest.php:107
-#: ../../mod/admin.php:296 ../../mod/admin.php:461 ../../mod/admin.php:587
-#: ../../mod/admin.php:652 ../../mod/group.php:84 ../../mod/group.php:167
-#: ../../addon/tumblr/tumblr.php:89 ../../addon/twitter/twitter.php:179
-#: ../../addon/twitter/twitter.php:202 ../../addon/twitter/twitter.php:299
-#: ../../addon/statusnet/statusnet.php:282
-#: ../../addon/statusnet/statusnet.php:296
-#: ../../addon/statusnet/statusnet.php:322
-#: ../../addon/statusnet/statusnet.php:329
-#: ../../addon/statusnet/statusnet.php:351
-#: ../../addon/statusnet/statusnet.php:486 ../../addon/oembed/oembed.php:41
-#: ../../addon/uhremotestorage/uhremotestorage.php:58
-#: ../../addon/impressum/impressum.php:69
-#: ../../addon/facebook/facebook.php:404 ../../addon/nsfw/nsfw.php:53
-#: ../../addon/randplace/randplace.php:178 ../../addon/piwik/piwik.php:81
-#: ../../addon/wppost/wppost.php:101 ../../include/conversation.php:434
-msgid "Submit"
+#: ../../mod/events.php:321
+msgid "Adjust for viewer timezone"
 msgstr ""
 
-#: ../../mod/dirfind.php:23
-msgid "People Search"
+#: ../../mod/events.php:323
+msgid "Description:"
 msgstr ""
 
-#: ../../mod/dirfind.php:57 ../../mod/match.php:57
-msgid "No matches"
+#: ../../mod/events.php:325 ../../include/event.php:37
+#: ../../include/bb2diaspora.php:249 ../../boot.php:942
+msgid "Location:"
 msgstr ""
 
-#: ../../mod/wall_upload.php:56 ../../mod/profile_photo.php:113
-#, php-format
-msgid "Image exceeds size limit of %d"
+#: ../../mod/events.php:327
+msgid "Share this event"
 msgstr ""
 
-#: ../../mod/wall_upload.php:65 ../../mod/profile_photo.php:122
-#: ../../mod/photos.php:647
-msgid "Unable to process image."
+#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94
+#: ../../mod/dfrn_request.php:655 ../../mod/settings.php:433
+#: ../../mod/settings.php:459 ../../addon/js_upload/js_upload.php:45
+msgid "Cancel"
 msgstr ""
 
-#: ../../mod/wall_upload.php:81 ../../mod/wall_upload.php:90
-#: ../../mod/wall_upload.php:97 ../../mod/item.php:299
-#: ../../include/message.php:82
-msgid "Wall Photos"
+#: ../../mod/tagrm.php:41
+msgid "Tag removed"
 msgstr ""
 
-#: ../../mod/wall_upload.php:84 ../../mod/profile_photo.php:251
-#: ../../mod/photos.php:667
-msgid "Image upload failed."
+#: ../../mod/tagrm.php:79
+msgid "Remove Item Tag"
 msgstr ""
 
-#: ../../mod/profile.php:105 ../../mod/display.php:66
-msgid "Access to this profile has been restricted."
+#: ../../mod/tagrm.php:81
+msgid "Select a tag to remove: "
 msgstr ""
 
-#: ../../mod/profile.php:127
-msgid "Tips for New Members"
+#: ../../mod/tagrm.php:93
+msgid "Remove"
 msgstr ""
 
-#: ../../mod/follow.php:20 ../../mod/dfrn_request.php:340
-msgid "Disallowed profile URL."
+#: ../../mod/dfrn_poll.php:90 ../../mod/dfrn_poll.php:516
+#, php-format
+msgid "%s welcomes %s"
 msgstr ""
 
-#: ../../mod/follow.php:39
-msgid ""
-"This site is not configured to allow communications with other networks."
+#: ../../mod/api.php:76 ../../mod/api.php:102
+msgid "Authorize application connection"
 msgstr ""
 
-#: ../../mod/follow.php:40 ../../mod/follow.php:50
-msgid "No compatible communication protocols or feeds were discovered."
+#: ../../mod/api.php:77
+msgid "Return to your app and insert this Securty Code:"
 msgstr ""
 
-#: ../../mod/follow.php:48
-msgid "The profile address specified does not provide adequate information."
+#: ../../mod/api.php:89
+msgid "Please login to continue."
 msgstr ""
 
-#: ../../mod/follow.php:52
-msgid "An author or name was not found."
+#: ../../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/follow.php:54
-msgid "No browser URL could be matched to this address."
+#: ../../mod/api.php:105 ../../mod/dfrn_request.php:645
+#: ../../mod/settings.php:653 ../../mod/settings.php:659
+#: ../../mod/settings.php:667 ../../mod/settings.php:671
+#: ../../mod/settings.php:676 ../../mod/settings.php:682
+#: ../../mod/settings.php:729 ../../mod/settings.php:730
+#: ../../mod/settings.php:731 ../../mod/settings.php:732
+#: ../../mod/register.php:500 ../../mod/profiles.php:357
+msgid "Yes"
 msgstr ""
 
-#: ../../mod/follow.php:61
-msgid ""
-"The profile address specified belongs to a network which has been disabled "
-"on this site."
+#: ../../mod/api.php:106 ../../mod/dfrn_request.php:646
+#: ../../mod/settings.php:653 ../../mod/settings.php:659
+#: ../../mod/settings.php:667 ../../mod/settings.php:671
+#: ../../mod/settings.php:676 ../../mod/settings.php:682
+#: ../../mod/settings.php:729 ../../mod/settings.php:730
+#: ../../mod/settings.php:731 ../../mod/settings.php:732
+#: ../../mod/register.php:501 ../../mod/profiles.php:358
+msgid "No"
 msgstr ""
 
-#: ../../mod/follow.php:66
-msgid ""
-"Limited profile. This person will be unable to receive direct/personal "
-"notifications from you."
+#: ../../mod/photos.php:42
+msgid "Photo Albums"
 msgstr ""
 
-#: ../../mod/follow.php:133
-msgid "Unable to retrieve contact information."
+#: ../../mod/photos.php:50 ../../mod/photos.php:144 ../../mod/photos.php:866
+#: ../../mod/photos.php:936 ../../mod/photos.php:951 ../../mod/photos.php:1351
+#: ../../mod/photos.php:1363 ../../addon/communityhome/communityhome.php:110
+msgid "Contact Photos"
 msgstr ""
 
-#: ../../mod/follow.php:179
-msgid "following"
+#: ../../mod/photos.php:62 ../../mod/settings.php:9
+msgid "everybody"
 msgstr ""
 
-#: ../../mod/profile_photo.php:28
-msgid "Image uploaded but image cropping failed."
+#: ../../mod/photos.php:133
+msgid "Contact information unavailable"
 msgstr ""
 
-#: ../../mod/profile_photo.php:58 ../../mod/profile_photo.php:65
-#: ../../mod/profile_photo.php:72 ../../mod/profile_photo.php:170
-#: ../../mod/profile_photo.php:246 ../../mod/profile_photo.php:255
 #: ../../mod/photos.php:144 ../../mod/photos.php:591 ../../mod/photos.php:936
 #: ../../mod/photos.php:951 ../../mod/register.php:318
 #: ../../mod/register.php:325 ../../mod/register.php:332
+#: ../../mod/profile_photo.php:58 ../../mod/profile_photo.php:65
+#: ../../mod/profile_photo.php:72 ../../mod/profile_photo.php:170
+#: ../../mod/profile_photo.php:246 ../../mod/profile_photo.php:255
 #: ../../addon/communityhome/communityhome.php:111
 msgid "Profile Photos"
 msgstr ""
 
-#: ../../mod/profile_photo.php:61 ../../mod/profile_photo.php:68
-#: ../../mod/profile_photo.php:75 ../../mod/profile_photo.php:258
-#, php-format
-msgid "Image size reduction [%s] failed."
+#: ../../mod/photos.php:154
+msgid "Album not found."
 msgstr ""
 
-#: ../../mod/profile_photo.php:89
-msgid ""
-"Shift-reload the page or clear browser cache if the new photo does not "
-"display immediately."
+#: ../../mod/photos.php:172 ../../mod/photos.php:945
+msgid "Delete Album"
 msgstr ""
 
-#: ../../mod/profile_photo.php:99
-msgid "Unable to process image"
+#: ../../mod/photos.php:235 ../../mod/photos.php:1164
+msgid "Delete Photo"
 msgstr ""
 
-#: ../../mod/profile_photo.php:203
-msgid "Upload File:"
+#: ../../mod/photos.php:522
+msgid "was tagged in a"
 msgstr ""
 
-#: ../../mod/profile_photo.php:204
-msgid "Upload Profile Photo"
+#: ../../mod/photos.php:522 ../../mod/like.php:127 ../../mod/tagger.php:70
+#: ../../addon/communityhome/communityhome.php:163
+#: ../../include/diaspora.php:1213 ../../include/conversation.php:31
+#: ../../include/conversation.php:104
+msgid "photo"
 msgstr ""
 
-#: ../../mod/profile_photo.php:205
-msgid "Upload"
+#: ../../mod/photos.php:522
+msgid "by"
 msgstr ""
 
-#: ../../mod/profile_photo.php:206 ../../mod/settings.php:686
-msgid "or"
+#: ../../mod/photos.php:625 ../../addon/js_upload/js_upload.php:312
+msgid "Image exceeds size limit of "
 msgstr ""
 
-#: ../../mod/profile_photo.php:206
-msgid "skip this step"
+#: ../../mod/photos.php:633
+msgid "Image file is empty."
 msgstr ""
 
-#: ../../mod/profile_photo.php:206
-msgid "select a photo from your photo albums"
+#: ../../mod/photos.php:647 ../../mod/profile_photo.php:122
+#: ../../mod/wall_upload.php:65
+msgid "Unable to process image."
 msgstr ""
 
-#: ../../mod/profile_photo.php:219
-msgid "Crop Image"
+#: ../../mod/photos.php:667 ../../mod/profile_photo.php:251
+#: ../../mod/wall_upload.php:84
+msgid "Image upload failed."
 msgstr ""
 
-#: ../../mod/profile_photo.php:220
-msgid "Please adjust the image cropping for optimum viewing."
+#: ../../mod/photos.php:752 ../../mod/community.php:16
+#: ../../mod/dfrn_request.php:594 ../../mod/viewcontacts.php:16
+#: ../../mod/display.php:7 ../../mod/search.php:71 ../../mod/directory.php:31
+msgid "Public access denied."
 msgstr ""
 
-#: ../../mod/profile_photo.php:221
-msgid "Done Editing"
+#: ../../mod/photos.php:762
+msgid "No photos selected"
 msgstr ""
 
-#: ../../mod/profile_photo.php:249
-msgid "Image uploaded successfully."
+#: ../../mod/photos.php:839
+msgid "Access to this item is restricted."
 msgstr ""
 
-#: ../../mod/home.php:23 ../../addon/communityhome/communityhome.php:179
-#, php-format
-msgid "Welcome to %s"
+#: ../../mod/photos.php:893
+msgid "Upload Photos"
 msgstr ""
 
-#: ../../mod/update_community.php:18 ../../mod/update_network.php:22
-#: ../../mod/update_profile.php:41 ../../mod/update_notes.php:41
-msgid "[Embedded content - reload page to view]"
+#: ../../mod/photos.php:896 ../../mod/photos.php:940
+msgid "New album name: "
 msgstr ""
 
-#: ../../mod/wall_attach.php:57
-#, php-format
-msgid "File exceeds size limit of %d"
+#: ../../mod/photos.php:897
+msgid "or existing album name: "
 msgstr ""
 
-#: ../../mod/wall_attach.php:87 ../../mod/wall_attach.php:98
-msgid "File upload failed."
+#: ../../mod/photos.php:898
+msgid "Do not show a status post for this upload"
 msgstr ""
 
-#: ../../mod/suggest.php:36 ../../include/contact_widgets.php:35
-msgid "Friend Suggestions"
+#: ../../mod/photos.php:900 ../../mod/photos.php:1159
+msgid "Permissions"
 msgstr ""
 
-#: ../../mod/suggest.php:42
-msgid ""
-"No suggestions. This works best when you have more than one contact/friend."
+#: ../../mod/photos.php:955
+msgid "Edit Album"
 msgstr ""
 
-#: ../../mod/suggest.php:55
-msgid "Ignore/Hide"
+#: ../../mod/photos.php:965 ../../mod/photos.php:1381
+msgid "View Photo"
 msgstr ""
 
-#: ../../mod/regmod.php:52 ../../mod/register.php:369
-#, php-format
-msgid "Registration details for %s"
+#: ../../mod/photos.php:1000
+msgid "Permission denied. Access to this item may be restricted."
 msgstr ""
 
-#: ../../mod/regmod.php:54 ../../mod/register.php:371
-#: ../../mod/register.php:425 ../../mod/dfrn_request.php:553
-#: ../../mod/lostpass.php:44 ../../mod/lostpass.php:106
-#: ../../mod/dfrn_confirm.php:703 ../../include/items.php:1767
-#: ../../include/items.php:2114 ../../include/items.php:2440
-msgid "Administrator"
+#: ../../mod/photos.php:1002
+msgid "Photo not available"
 msgstr ""
 
-#: ../../mod/regmod.php:61
-msgid "Account approved."
+#: ../../mod/photos.php:1052
+msgid "View photo"
 msgstr ""
 
-#: ../../mod/regmod.php:93
-#, php-format
-msgid "Registration revoked for %s"
+#: ../../mod/photos.php:1052
+msgid "Edit photo"
 msgstr ""
 
-#: ../../mod/regmod.php:105
-msgid "Please login."
+#: ../../mod/photos.php:1053
+msgid "Use as profile photo"
 msgstr ""
 
-#: ../../mod/profiles.php:21 ../../mod/profiles.php:239
-#: ../../mod/profiles.php:344 ../../mod/dfrn_confirm.php:62
-msgid "Profile not found."
+#: ../../mod/photos.php:1059 ../../include/conversation.php:414
+msgid "Private Message"
 msgstr ""
 
-#: ../../mod/profiles.php:28
-msgid "Profile Name is required."
+#: ../../mod/photos.php:1070
+msgid "View Full Size"
 msgstr ""
 
-#: ../../mod/profiles.php:198
-msgid "Profile updated."
+#: ../../mod/photos.php:1138
+msgid "Tags: "
 msgstr ""
 
-#: ../../mod/profiles.php:256
-msgid "Profile deleted."
+#: ../../mod/photos.php:1141
+msgid "[Remove any tag]"
 msgstr ""
 
-#: ../../mod/profiles.php:272 ../../mod/profiles.php:303
-msgid "Profile-"
+#: ../../mod/photos.php:1152
+msgid "New album name"
 msgstr ""
 
-#: ../../mod/profiles.php:291 ../../mod/profiles.php:330
-msgid "New profile created."
+#: ../../mod/photos.php:1155
+msgid "Caption"
 msgstr ""
 
-#: ../../mod/profiles.php:309
-msgid "Profile unavailable to clone."
+#: ../../mod/photos.php:1157
+msgid "Add a Tag"
 msgstr ""
 
-#: ../../mod/profiles.php:356
-msgid "Hide your contact/friend list from viewers of this profile?"
+#: ../../mod/photos.php:1161
+msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
 msgstr ""
 
-#: ../../mod/profiles.php:357 ../../mod/settings.php:629
-#: ../../mod/settings.php:635 ../../mod/settings.php:643
-#: ../../mod/settings.php:647 ../../mod/settings.php:652
-#: ../../mod/settings.php:658 ../../mod/register.php:500
-#: ../../mod/dfrn_request.php:645 ../../mod/api.php:105
-msgid "Yes"
+#: ../../mod/photos.php:1181 ../../include/conversation.php:461
+msgid "I like this (toggle)"
 msgstr ""
 
-#: ../../mod/profiles.php:358 ../../mod/settings.php:629
-#: ../../mod/settings.php:635 ../../mod/settings.php:643
-#: ../../mod/settings.php:647 ../../mod/settings.php:652
-#: ../../mod/settings.php:658 ../../mod/register.php:501
-#: ../../mod/dfrn_request.php:646 ../../mod/api.php:106
-msgid "No"
+#: ../../mod/photos.php:1182 ../../include/conversation.php:462
+msgid "I don't like this (toggle)"
 msgstr ""
 
-#: ../../mod/profiles.php:374
-msgid "Edit Profile Details"
+#: ../../mod/photos.php:1183 ../../include/conversation.php:852
+msgid "Share"
 msgstr ""
 
-#: ../../mod/profiles.php:376
-msgid "View this profile"
+#: ../../mod/photos.php:1184 ../../mod/editpost.php:99
+#: ../../mod/message.php:137 ../../mod/message.php:270
+#: ../../include/conversation.php:288 ../../include/conversation.php:616
+#: ../../include/conversation.php:861
+msgid "Please wait"
 msgstr ""
 
-#: ../../mod/profiles.php:377
-msgid "Create a new profile using these settings"
+#: ../../mod/photos.php:1200 ../../mod/photos.php:1239
+#: ../../mod/photos.php:1270 ../../include/conversation.php:476
+msgid "This is you"
 msgstr ""
 
-#: ../../mod/profiles.php:378
-msgid "Clone this profile"
+#: ../../mod/photos.php:1202 ../../mod/photos.php:1241
+#: ../../mod/photos.php:1272 ../../include/conversation.php:478
+#: ../../boot.php:420
+msgid "Comment"
 msgstr ""
 
-#: ../../mod/profiles.php:379
-msgid "Delete this profile"
+#: ../../mod/photos.php:1300 ../../mod/settings.php:492
+#: ../../mod/group.php:154 ../../mod/admin.php:468
+#: ../../include/conversation.php:248 ../../include/conversation.php:499
+msgid "Delete"
 msgstr ""
 
-#: ../../mod/profiles.php:380
-msgid "Profile Name:"
+#: ../../mod/photos.php:1368
+msgid "Recent Photos"
 msgstr ""
 
-#: ../../mod/profiles.php:381
-msgid "Your Full Name:"
+#: ../../mod/photos.php:1372
+msgid "Upload New Photos"
 msgstr ""
 
-#: ../../mod/profiles.php:382
-msgid "Title/Description:"
+#: ../../mod/photos.php:1385
+msgid "View Album"
 msgstr ""
 
-#: ../../mod/profiles.php:383
-msgid "Your Gender:"
+#: ../../mod/community.php:21
+msgid "Not available."
 msgstr ""
 
-#: ../../mod/profiles.php:384
-#, php-format
-msgid "Birthday (%s):"
+#: ../../mod/community.php:30 ../../include/nav.php:97
+msgid "Community"
 msgstr ""
 
-#: ../../mod/profiles.php:385
-msgid "Street Address:"
+#: ../../mod/community.php:60 ../../mod/search.php:125
+msgid "No results."
 msgstr ""
 
-#: ../../mod/profiles.php:386
-msgid "Locality/City:"
+#: ../../mod/community.php:87
+msgid ""
+"Shared content is covered by the <a href=\"http://creativecommons.org/"
+"licenses/by/3.0/\">Creative Commons Attribution 3.0</a> license."
 msgstr ""
 
-#: ../../mod/profiles.php:387
-msgid "Postal/Zip Code:"
+#: ../../mod/friendica.php:43
+msgid "This is Friendica, version"
 msgstr ""
 
-#: ../../mod/profiles.php:388
-msgid "Country:"
+#: ../../mod/friendica.php:44
+msgid "running at web location"
 msgstr ""
 
-#: ../../mod/profiles.php:389
-msgid "Region/State:"
+#: ../../mod/friendica.php:46
+msgid ""
+"Please visit <a href=\"http://project.friendika.com\">Project.Friendika.com</"
+"a> to learn more about the Friendica project."
 msgstr ""
 
-#: ../../mod/profiles.php:390
-msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
+#: ../../mod/friendica.php:48
+msgid "Bug reports and issues: please visit"
 msgstr ""
 
-#: ../../mod/profiles.php:391
-msgid "Who: (if applicable)"
+#: ../../mod/friendica.php:49
+msgid ""
+"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
+"dot com"
 msgstr ""
 
-#: ../../mod/profiles.php:392
-msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+#: ../../mod/friendica.php:54
+msgid "Installed plugins/addons/apps"
 msgstr ""
 
-#: ../../mod/profiles.php:393 ../../include/profile_advanced.php:43
-msgid "Sexual Preference:"
+#: ../../mod/friendica.php:62
+msgid "No installed plugins/addons/apps"
 msgstr ""
 
-#: ../../mod/profiles.php:394
-msgid "Homepage URL:"
+#: ../../mod/editpost.php:17 ../../mod/editpost.php:27
+msgid "Item not found"
 msgstr ""
 
-#: ../../mod/profiles.php:395 ../../include/profile_advanced.php:47
-msgid "Political Views:"
+#: ../../mod/editpost.php:32
+msgid "Edit post"
 msgstr ""
 
-#: ../../mod/profiles.php:396
-msgid "Religious Views:"
+#: ../../mod/editpost.php:75 ../../include/conversation.php:838
+msgid "Post to Email"
 msgstr ""
 
-#: ../../mod/profiles.php:397
-msgid "Public Keywords:"
+#: ../../mod/editpost.php:90 ../../mod/settings.php:491
+#: ../../include/conversation.php:486
+msgid "Edit"
 msgstr ""
 
-#: ../../mod/profiles.php:398
-msgid "Private Keywords:"
+#: ../../mod/editpost.php:91 ../../mod/message.php:135
+#: ../../mod/message.php:268 ../../include/conversation.php:853
+msgid "Upload photo"
 msgstr ""
 
-#: ../../mod/profiles.php:399
-msgid "Example: fishing photography software"
+#: ../../mod/editpost.php:92 ../../include/conversation.php:854
+msgid "Attach file"
 msgstr ""
 
-#: ../../mod/profiles.php:400
-msgid "(Used for suggesting potential friends, can be seen by others)"
+#: ../../mod/editpost.php:93 ../../mod/message.php:136
+#: ../../mod/message.php:269 ../../include/conversation.php:855
+msgid "Insert web link"
 msgstr ""
 
-#: ../../mod/profiles.php:401
-msgid "(Used for searching profiles, never shown to others)"
+#: ../../mod/editpost.php:94
+msgid "Insert YouTube video"
 msgstr ""
 
-#: ../../mod/profiles.php:402
-msgid "Tell us about yourself..."
+#: ../../mod/editpost.php:95
+msgid "Insert Vorbis [.ogg] video"
 msgstr ""
 
-#: ../../mod/profiles.php:403
-msgid "Hobbies/Interests"
+#: ../../mod/editpost.php:96
+msgid "Insert Vorbis [.ogg] audio"
 msgstr ""
 
-#: ../../mod/profiles.php:404
-msgid "Contact information and Social Networks"
+#: ../../mod/editpost.php:97 ../../include/conversation.php:858
+msgid "Set your location"
 msgstr ""
 
-#: ../../mod/profiles.php:405
-msgid "Musical interests"
+#: ../../mod/editpost.php:98 ../../include/conversation.php:859
+msgid "Clear browser location"
 msgstr ""
 
-#: ../../mod/profiles.php:406
-msgid "Books, literature"
+#: ../../mod/editpost.php:100 ../../include/conversation.php:862
+msgid "Permission settings"
 msgstr ""
 
-#: ../../mod/profiles.php:407
-msgid "Television"
+#: ../../mod/editpost.php:108 ../../include/conversation.php:870
+msgid "CC: email addresses"
 msgstr ""
 
-#: ../../mod/profiles.php:408
-msgid "Film/dance/culture/entertainment"
+#: ../../mod/editpost.php:109 ../../include/conversation.php:871
+msgid "Public post"
 msgstr ""
 
-#: ../../mod/profiles.php:409
-msgid "Love/romance"
+#: ../../mod/editpost.php:111 ../../include/conversation.php:873
+msgid "Example: bob@example.com, mary@example.com"
 msgstr ""
 
-#: ../../mod/profiles.php:410
-msgid "Work/employment"
+#: ../../mod/dfrn_request.php:92
+msgid "This introduction has already been accepted."
 msgstr ""
 
-#: ../../mod/profiles.php:411
-msgid "School/education"
+#: ../../mod/dfrn_request.php:116 ../../mod/dfrn_request.php:351
+msgid "Profile location is not valid or does not contain profile information."
 msgstr ""
 
-#: ../../mod/profiles.php:416
-msgid ""
-"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
-"be visible to anybody using the internet."
+#: ../../mod/dfrn_request.php:121 ../../mod/dfrn_request.php:356
+msgid "Warning: profile location has no identifiable owner name."
 msgstr ""
 
-#: ../../mod/profiles.php:426 ../../mod/directory.php:122
-msgid "Age: "
+#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:358
+msgid "Warning: profile location has no profile photo."
 msgstr ""
 
-#: ../../mod/profiles.php:461
-msgid "Edit/Manage Profiles"
-msgstr ""
+#: ../../mod/dfrn_request.php:126 ../../mod/dfrn_request.php:361
+#, php-format
+msgid "%d required parameter was not found at the given location"
+msgid_plural "%d required parameters were not found at the given location"
+msgstr[0] ""
+msgstr[1] ""
 
-#: ../../mod/notice.php:15 ../../mod/display.php:28 ../../mod/display.php:115
-#: ../../mod/viewsrc.php:15 ../../mod/admin.php:111 ../../mod/admin.php:502
-#: ../../include/items.php:2786
-msgid "Item not found."
+#: ../../mod/dfrn_request.php:167
+msgid "Introduction complete."
 msgstr ""
 
-#: ../../mod/settings.php:9 ../../mod/photos.php:62
-msgid "everybody"
+#: ../../mod/dfrn_request.php:191
+msgid "Unrecoverable protocol error."
 msgstr ""
 
-#: ../../mod/settings.php:67
-msgid "Missing some important data!"
+#: ../../mod/dfrn_request.php:219
+msgid "Profile unavailable."
 msgstr ""
 
-#: ../../mod/settings.php:70 ../../mod/settings.php:446 ../../mod/admin.php:62
-msgid "Update"
+#: ../../mod/dfrn_request.php:244
+#, php-format
+msgid "%s has received too many connection requests today."
 msgstr ""
 
-#: ../../mod/settings.php:165
-msgid "Failed to connect with email account using the settings provided."
+#: ../../mod/dfrn_request.php:245
+msgid "Spam protection measures have been invoked."
 msgstr ""
 
-#: ../../mod/settings.php:170
-msgid "Email settings updated."
+#: ../../mod/dfrn_request.php:246
+msgid "Friends are advised to please try again in 24 hours."
 msgstr ""
 
-#: ../../mod/settings.php:188
-msgid "Passwords do not match. Password unchanged."
+#: ../../mod/dfrn_request.php:276
+msgid "Invalid locator"
 msgstr ""
 
-#: ../../mod/settings.php:193
-msgid "Empty passwords are not allowed. Password unchanged."
+#: ../../mod/dfrn_request.php:296
+msgid "Unable to resolve your name at the provided location."
 msgstr ""
 
-#: ../../mod/settings.php:204
-msgid "Password changed."
+#: ../../mod/dfrn_request.php:309
+msgid "You have already introduced yourself here."
 msgstr ""
 
-#: ../../mod/settings.php:206
-msgid "Password update failed. Please try again."
+#: ../../mod/dfrn_request.php:313
+#, php-format
+msgid "Apparently you are already friends with %s."
 msgstr ""
 
-#: ../../mod/settings.php:253
-msgid " Please use a shorter name."
+#: ../../mod/dfrn_request.php:334
+msgid "Invalid profile URL."
 msgstr ""
 
-#: ../../mod/settings.php:255
-msgid " Name too short."
+#: ../../mod/dfrn_request.php:340 ../../mod/follow.php:20
+msgid "Disallowed profile URL."
 msgstr ""
 
-#: ../../mod/settings.php:261
-msgid " Not valid email."
+#: ../../mod/dfrn_request.php:409 ../../mod/contacts.php:99
+msgid "Failed to update contact record."
 msgstr ""
 
-#: ../../mod/settings.php:263
-msgid " Cannot change to that email."
+#: ../../mod/dfrn_request.php:430
+msgid "Your introduction has been sent."
 msgstr ""
 
-#: ../../mod/settings.php:323 ../../addon/twitter/twitter.php:294
-#: ../../addon/impressum/impressum.php:64
-#: ../../addon/facebook/facebook.php:320 ../../addon/piwik/piwik.php:94
-msgid "Settings updated."
+#: ../../mod/dfrn_request.php:483
+msgid "Please login to confirm introduction."
 msgstr ""
 
-#: ../../mod/settings.php:382 ../../include/nav.php:128
-msgid "Account settings"
+#: ../../mod/dfrn_request.php:497
+msgid ""
+"Incorrect identity currently logged in. Please login to <strong>this</"
+"strong> profile."
 msgstr ""
 
-#: ../../mod/settings.php:387
-msgid "Connector settings"
+#: ../../mod/dfrn_request.php:509
+#, php-format
+msgid "Welcome home %s."
 msgstr ""
 
-#: ../../mod/settings.php:392
-msgid "Plugin settings"
+#: ../../mod/dfrn_request.php:510
+#, php-format
+msgid "Please confirm your introduction/connection request to %s."
 msgstr ""
 
-#: ../../mod/settings.php:397
-msgid "Connections"
+#: ../../mod/dfrn_request.php:511
+msgid "Confirm"
 msgstr ""
 
-#: ../../mod/settings.php:402
-msgid "Export personal data"
+#: ../../mod/dfrn_request.php:544 ../../include/items.php:2525
+msgid "[Name Withheld]"
 msgstr ""
 
-#: ../../mod/settings.php:419 ../../mod/settings.php:445
-#: ../../mod/settings.php:478
-msgid "Add application"
+#: ../../mod/dfrn_request.php:551
+msgid "Introduction received at "
 msgstr ""
 
-#: ../../mod/settings.php:421 ../../mod/settings.php:447
-#: ../../mod/dfrn_request.php:655 ../../mod/tagrm.php:11
-#: ../../mod/tagrm.php:94 ../../addon/js_upload/js_upload.php:45
-msgid "Cancel"
+#: ../../mod/dfrn_request.php:553 ../../mod/lostpass.php:44
+#: ../../mod/lostpass.php:106 ../../mod/register.php:371
+#: ../../mod/register.php:425 ../../mod/regmod.php:54
+#: ../../mod/dfrn_confirm.php:703 ../../include/items.php:1833
+#: ../../include/items.php:2208 ../../include/items.php:2534
+msgid "Administrator"
 msgstr ""
 
-#: ../../mod/settings.php:422 ../../mod/settings.php:448
-#: ../../mod/crepair.php:144 ../../mod/admin.php:464 ../../mod/admin.php:473
-msgid "Name"
+#: ../../mod/dfrn_request.php:635
+#, php-format
+msgid ""
+"Diaspora members: Please do not use this form. Instead, enter \"%s\" into "
+"your Diaspora search bar."
 msgstr ""
 
-#: ../../mod/settings.php:423 ../../mod/settings.php:449
-#: ../../addon/statusnet/statusnet.php:480
-msgid "Consumer Key"
+#: ../../mod/dfrn_request.php:638
+msgid ""
+"Please enter your 'Identity Address' from one of the following supported "
+"social networks:"
 msgstr ""
 
-#: ../../mod/settings.php:424 ../../mod/settings.php:450
-#: ../../addon/statusnet/statusnet.php:479
-msgid "Consumer Secret"
+#: ../../mod/dfrn_request.php:641
+msgid "Friend/Connection Request"
 msgstr ""
 
-#: ../../mod/settings.php:425 ../../mod/settings.php:451
-msgid "Redirect"
+#: ../../mod/dfrn_request.php:642
+msgid ""
+"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
+"testuser@identi.ca"
 msgstr ""
 
-#: ../../mod/settings.php:426 ../../mod/settings.php:452
-msgid "Icon url"
+#: ../../mod/dfrn_request.php:643
+msgid "Please answer the following:"
 msgstr ""
 
-#: ../../mod/settings.php:437
-msgid "You can't edit this application."
+#: ../../mod/dfrn_request.php:644
+#, php-format
+msgid "Does %s know you?"
 msgstr ""
 
-#: ../../mod/settings.php:477
-msgid "Connected Apps"
+#: ../../mod/dfrn_request.php:647
+msgid "Add a personal note:"
 msgstr ""
 
-#: ../../mod/settings.php:479 ../../mod/editpost.php:90
-#: ../../include/conversation.php:441 ../../include/group.php:190
-msgid "Edit"
+#: ../../mod/dfrn_request.php:649 ../../include/contact_selectors.php:78
+msgid "Friendica"
 msgstr ""
 
-#: ../../mod/settings.php:480 ../../mod/photos.php:1300
-#: ../../mod/admin.php:468 ../../mod/group.php:154
-#: ../../include/conversation.php:211 ../../include/conversation.php:454
-msgid "Delete"
+#: ../../mod/dfrn_request.php:650
+msgid "StatusNet/Federated Social Web"
 msgstr ""
 
-#: ../../mod/settings.php:481
-msgid "Client key starts with"
+#: ../../mod/dfrn_request.php:651 ../../mod/settings.php:527
+#: ../../include/contact_selectors.php:78
+msgid "Diaspora"
 msgstr ""
 
-#: ../../mod/settings.php:482
-msgid "No name"
+#: ../../mod/dfrn_request.php:652
+msgid "- please share from your own site as noted above"
 msgstr ""
 
-#: ../../mod/settings.php:483
-msgid "Remove authorization"
+#: ../../mod/dfrn_request.php:653
+msgid "Your Identity Address:"
 msgstr ""
 
-#: ../../mod/settings.php:495
-msgid "No Plugin settings configured"
+#: ../../mod/dfrn_request.php:654
+msgid "Submit Request"
 msgstr ""
 
-#: ../../mod/settings.php:502 ../../addon/widgets/widgets.php:122
-msgid "Plugin Settings"
+#: ../../mod/install.php:34
+msgid "Could not create/connect to database."
 msgstr ""
 
-#: ../../mod/settings.php:515 ../../mod/settings.php:516
-#, php-format
-msgid "Built-in support for %s connectivity is %s"
+#: ../../mod/install.php:39
+msgid "Connected to database."
 msgstr ""
 
-#: ../../mod/settings.php:515 ../../mod/dfrn_request.php:651
-#: ../../include/contact_selectors.php:78
-msgid "Diaspora"
+#: ../../mod/install.php:75
+msgid "Proceed with Installation"
 msgstr ""
 
-#: ../../mod/settings.php:515 ../../mod/settings.php:516
-msgid "enabled"
+#: ../../mod/install.php:77
+msgid "Your Friendika site database has been installed."
 msgstr ""
 
-#: ../../mod/settings.php:515 ../../mod/settings.php:516
-msgid "disabled"
+#: ../../mod/install.php:78
+msgid ""
+"IMPORTANT: You will need to [manually] setup a scheduled task for the poller."
 msgstr ""
 
-#: ../../mod/settings.php:516
-msgid "StatusNet"
+#: ../../mod/install.php:79 ../../mod/install.php:89 ../../mod/install.php:207
+msgid "Please see the file \"INSTALL.txt\"."
 msgstr ""
 
-#: ../../mod/settings.php:542
-msgid "Connector Settings"
+#: ../../mod/install.php:81
+msgid "Proceed to registration"
 msgstr ""
 
-#: ../../mod/settings.php:548
-msgid "Email/Mailbox Setup"
+#: ../../mod/install.php:87
+msgid "Database import failed."
 msgstr ""
 
-#: ../../mod/settings.php:549
+#: ../../mod/install.php:88
 msgid ""
-"If you wish to communicate with email contacts using this service "
-"(optional), please specify how to connect to your mailbox."
+"You may need to import the file \"database.sql\" manually using phpmyadmin "
+"or mysql."
 msgstr ""
 
-#: ../../mod/settings.php:550
-msgid "Last successful email check:"
+#: ../../mod/install.php:101
+msgid "Welcome to Friendika."
 msgstr ""
 
-#: ../../mod/settings.php:551
-msgid "Email access is disabled on this site."
+#: ../../mod/install.php:124
+msgid "Friendika Social Network"
 msgstr ""
 
-#: ../../mod/settings.php:552
-msgid "IMAP server name:"
+#: ../../mod/install.php:125
+msgid "Installation"
 msgstr ""
 
-#: ../../mod/settings.php:553
-msgid "IMAP port:"
+#: ../../mod/install.php:126
+msgid ""
+"In order to install Friendika we need to know how to connect to your "
+"database."
 msgstr ""
 
-#: ../../mod/settings.php:554
-msgid "Security:"
+#: ../../mod/install.php:127
+msgid ""
+"Please contact your hosting provider or site administrator if you have "
+"questions about these settings."
 msgstr ""
 
-#: ../../mod/settings.php:554
-msgid "None"
+#: ../../mod/install.php:128
+msgid ""
+"The database you specify below should already exist. If it does not, please "
+"create it before continuing."
 msgstr ""
 
-#: ../../mod/settings.php:555
-msgid "Email login name:"
+#: ../../mod/install.php:129
+msgid "Database Server Name"
 msgstr ""
 
-#: ../../mod/settings.php:556
-msgid "Email password:"
+#: ../../mod/install.php:130
+msgid "Database Login Name"
 msgstr ""
 
-#: ../../mod/settings.php:557
-msgid "Reply-to address:"
+#: ../../mod/install.php:131
+msgid "Database Login Password"
 msgstr ""
 
-#: ../../mod/settings.php:558
-msgid "Send public posts to all email contacts:"
+#: ../../mod/install.php:132
+msgid "Database Name"
 msgstr ""
 
-#: ../../mod/settings.php:596 ../../mod/admin.php:126 ../../mod/admin.php:443
-msgid "Normal Account"
+#: ../../mod/install.php:133
+msgid "Please select a default timezone for your website"
 msgstr ""
 
-#: ../../mod/settings.php:597
-msgid "This account is a normal personal profile"
+#: ../../mod/install.php:134
+msgid ""
+"Site administrator email address. Your account email address must match this "
+"in order to use the web admin panel."
 msgstr ""
 
-#: ../../mod/settings.php:600 ../../mod/admin.php:127 ../../mod/admin.php:444
-msgid "Soapbox Account"
+#: ../../mod/install.php:153
+msgid "Could not find a command line version of PHP in the web server PATH."
 msgstr ""
 
-#: ../../mod/settings.php:601
-msgid "Automatically approve all connection/friend requests as read-only fans"
+#: ../../mod/install.php:154
+msgid ""
+"This is required. Please adjust the configuration file .htconfig.php "
+"accordingly."
 msgstr ""
 
-#: ../../mod/settings.php:604 ../../mod/admin.php:128 ../../mod/admin.php:445
-msgid "Community/Celebrity Account"
+#: ../../mod/install.php:161
+msgid ""
+"The command line version of PHP on your system does not have "
+"\"register_argc_argv\" enabled."
 msgstr ""
 
-#: ../../mod/settings.php:605
-msgid "Automatically approve all connection/friend requests as read-write fans"
-msgstr ""
+#: ../../mod/install.php:162
+msgid "This is required for message delivery to work."
+msgstr ""
 
-#: ../../mod/settings.php:608 ../../mod/admin.php:129 ../../mod/admin.php:446
-msgid "Automatic Friend Account"
+#: ../../mod/install.php:184
+msgid ""
+"Error: the \"openssl_pkey_new\" function on this system is not able to "
+"generate encryption keys"
 msgstr ""
 
-#: ../../mod/settings.php:609
-msgid "Automatically approve all connection/friend requests as friends"
+#: ../../mod/install.php:185
+msgid ""
+"If running under Windows, please see \"http://www.php.net/manual/en/openssl."
+"installation.php\"."
 msgstr ""
 
-#: ../../mod/settings.php:619
-msgid "OpenID:"
+#: ../../mod/install.php:194
+msgid ""
+"Error: Apache webserver mod-rewrite module is required but not installed."
 msgstr ""
 
-#: ../../mod/settings.php:619
-msgid "(Optional) Allow this OpenID to login to this account."
+#: ../../mod/install.php:196
+msgid "Error: libCURL PHP module required but not installed."
 msgstr ""
 
-#: ../../mod/settings.php:629
-msgid "Publish your default profile in your local site directory?"
+#: ../../mod/install.php:198
+msgid ""
+"Error: GD graphics PHP module with JPEG support required but not installed."
 msgstr ""
 
-#: ../../mod/settings.php:635
-msgid "Publish your default profile in the global social directory?"
+#: ../../mod/install.php:200
+msgid "Error: openssl PHP module required but not installed."
 msgstr ""
 
-#: ../../mod/settings.php:643
-msgid "Hide your contact/friend list from viewers of your default profile?"
+#: ../../mod/install.php:202
+msgid "Error: mysqli PHP module required but not installed."
 msgstr ""
 
-#: ../../mod/settings.php:647
-msgid "Hide profile details and all your messages from unknown viewers?"
+#: ../../mod/install.php:204
+msgid "Error: mb_string PHP module required but not installed."
 msgstr ""
 
-#: ../../mod/settings.php:652
-msgid "Allow friends to post to your profile page?"
+#: ../../mod/install.php:216
+msgid ""
+"The web installer needs to be able to create a file called \".htconfig.php\" "
+"in the top folder of your web server and it is unable to do so."
 msgstr ""
 
-#: ../../mod/settings.php:658
-msgid "Allow friends to tag your posts?"
+#: ../../mod/install.php:217
+msgid ""
+"This is most often a permission setting, as the web server may not be able "
+"to write files in your folder - even if you can."
 msgstr ""
 
-#: ../../mod/settings.php:667
-msgid "Profile is <strong>not published</strong>."
+#: ../../mod/install.php:218
+msgid ""
+"Please check with your site documentation or support people to see if this "
+"situation can be corrected."
 msgstr ""
 
-#: ../../mod/settings.php:691
-msgid "Your Identity Address is"
+#: ../../mod/install.php:219
+msgid ""
+"If not, you may be required to perform a manual installation. Please see the "
+"file \"INSTALL.txt\" for instructions."
 msgstr ""
 
-#: ../../mod/settings.php:705
-msgid "Account Settings"
+#: ../../mod/install.php:228
+msgid ""
+"The database configuration file \".htconfig.php\" could not be written. "
+"Please use the enclosed text to create a configuration file in your web "
+"server root."
 msgstr ""
 
-#: ../../mod/settings.php:713
-msgid "Password Settings"
+#: ../../mod/install.php:243
+msgid "Errors encountered creating database tables."
 msgstr ""
 
-#: ../../mod/settings.php:714
-msgid "New Password:"
+#: ../../mod/localtime.php:12 ../../include/event.php:11
+#: ../../include/bb2diaspora.php:227
+msgid "l F d, Y \\@ g:i A"
 msgstr ""
 
-#: ../../mod/settings.php:715
-msgid "Confirm:"
+#: ../../mod/localtime.php:24
+msgid "Time Conversion"
 msgstr ""
 
-#: ../../mod/settings.php:715
-msgid "Leave password fields blank unless changing"
+#: ../../mod/localtime.php:26
+msgid ""
+"Friendika provides this service for sharing events with other networks and "
+"friends in unknown timezones."
 msgstr ""
 
-#: ../../mod/settings.php:719
-msgid "Basic Settings"
+#: ../../mod/localtime.php:30
+#, php-format
+msgid "UTC time: %s"
 msgstr ""
 
-#: ../../mod/settings.php:720 ../../include/profile_advanced.php:15
-msgid "Full Name:"
+#: ../../mod/localtime.php:33
+#, php-format
+msgid "Current timezone: %s"
 msgstr ""
 
-#: ../../mod/settings.php:721
-msgid "Email Address:"
+#: ../../mod/localtime.php:36
+#, php-format
+msgid "Converted localtime: %s"
 msgstr ""
 
-#: ../../mod/settings.php:722
-msgid "Your Timezone:"
+#: ../../mod/localtime.php:41
+msgid "Please select your timezone:"
 msgstr ""
 
-#: ../../mod/settings.php:723
-msgid "Default Post Location:"
+#: ../../mod/match.php:10
+msgid "Profile Match"
 msgstr ""
 
-#: ../../mod/settings.php:724
-msgid "Use Browser Location:"
+#: ../../mod/match.php:18
+msgid "No keywords to match. Please add keywords to your default profile."
 msgstr ""
 
-#: ../../mod/settings.php:725
-msgid "Display Theme:"
+#: ../../mod/match.php:57 ../../mod/dirfind.php:57
+msgid "No matches"
 msgstr ""
 
-#: ../../mod/settings.php:729
-msgid "Security and Privacy Settings"
+#: ../../mod/lockview.php:39
+msgid "Remote privacy information not available."
 msgstr ""
 
-#: ../../mod/settings.php:731
-msgid "Maximum Friend Requests/Day:"
+#: ../../mod/lockview.php:43
+msgid "Visible to:"
 msgstr ""
 
-#: ../../mod/settings.php:731
-msgid "(to prevent spam abuse)"
+#: ../../mod/home.php:23 ../../addon/communityhome/communityhome.php:179
+#, php-format
+msgid "Welcome to %s"
 msgstr ""
 
-#: ../../mod/settings.php:732
-msgid "Default Post Permissions"
+#: ../../mod/notifications.php:26
+msgid "Invalid request identifier."
 msgstr ""
 
-#: ../../mod/settings.php:733
-msgid "(click to open/close)"
+#: ../../mod/notifications.php:35 ../../mod/notifications.php:144
+#: ../../mod/notifications.php:188
+msgid "Discard"
 msgstr ""
 
-#: ../../mod/settings.php:739
-msgid "Automatically expire posts after days:"
+#: ../../mod/notifications.php:47 ../../mod/notifications.php:143
+#: ../../mod/notifications.php:187 ../../mod/contacts.php:289
+#: ../../mod/contacts.php:332
+msgid "Ignore"
 msgstr ""
 
-#: ../../mod/settings.php:739
-msgid "If empty, posts will not expire. Expired posts will be deleted"
+#: ../../mod/notifications.php:71 ../../include/nav.php:109
+msgid "Network"
 msgstr ""
 
-#: ../../mod/settings.php:748
-msgid "Notification Settings"
+#: ../../mod/notifications.php:76 ../../include/nav.php:73
+#: ../../include/nav.php:111
+msgid "Home"
 msgstr ""
 
-#: ../../mod/settings.php:749
-msgid "Send a notification email when:"
+#: ../../mod/notifications.php:81 ../../include/nav.php:117
+msgid "Introductions"
 msgstr ""
 
-#: ../../mod/settings.php:750
-msgid "You receive an introduction"
+#: ../../mod/notifications.php:86 ../../mod/message.php:72
+#: ../../include/nav.php:122
+msgid "Messages"
 msgstr ""
 
-#: ../../mod/settings.php:751
-msgid "Your introductions are confirmed"
+#: ../../mod/notifications.php:105
+msgid "Show Ignored Requests"
 msgstr ""
 
-#: ../../mod/settings.php:752
-msgid "Someone writes on your profile wall"
+#: ../../mod/notifications.php:105
+msgid "Hide Ignored Requests"
 msgstr ""
 
-#: ../../mod/settings.php:753
-msgid "Someone writes a followup comment"
+#: ../../mod/notifications.php:131 ../../mod/notifications.php:174
+msgid "Notification type: "
 msgstr ""
 
-#: ../../mod/settings.php:754
-msgid "You receive a private message"
+#: ../../mod/notifications.php:132
+msgid "Friend Suggestion"
 msgstr ""
 
-#: ../../mod/settings.php:758
-msgid "Advanced Page Settings"
+#: ../../mod/notifications.php:134
+#, php-format
+msgid "suggested by %s"
 msgstr ""
 
-#: ../../mod/search.php:13 ../../mod/network.php:75
-msgid "Saved Searches"
+#: ../../mod/notifications.php:140 ../../mod/notifications.php:185
+#: ../../mod/admin.php:466
+msgid "Approve"
 msgstr ""
 
-#: ../../mod/search.php:16 ../../mod/network.php:81
-msgid "Remove term"
+#: ../../mod/notifications.php:160
+msgid "Claims to be known to you: "
 msgstr ""
 
-#: ../../mod/search.php:71 ../../mod/photos.php:752 ../../mod/display.php:7
-#: ../../mod/dfrn_request.php:594 ../../mod/directory.php:31
-#: ../../mod/viewcontacts.php:16 ../../mod/community.php:16
-msgid "Public access denied."
+#: ../../mod/notifications.php:160
+msgid "yes"
 msgstr ""
 
-#: ../../mod/search.php:83
-msgid "Search This Site"
+#: ../../mod/notifications.php:160
+msgid "no"
 msgstr ""
 
-#: ../../mod/search.php:125 ../../mod/community.php:60
-msgid "No results."
+#: ../../mod/notifications.php:167
+msgid "Approve as: "
 msgstr ""
 
-#: ../../mod/photos.php:42
-msgid "Photo Albums"
+#: ../../mod/notifications.php:168
+msgid "Friend"
 msgstr ""
 
-#: ../../mod/photos.php:50 ../../mod/photos.php:144 ../../mod/photos.php:866
-#: ../../mod/photos.php:936 ../../mod/photos.php:951 ../../mod/photos.php:1351
-#: ../../mod/photos.php:1363 ../../addon/communityhome/communityhome.php:110
-msgid "Contact Photos"
+#: ../../mod/notifications.php:169
+msgid "Sharer"
 msgstr ""
 
-#: ../../mod/photos.php:133
-msgid "Contact information unavailable"
+#: ../../mod/notifications.php:169
+msgid "Fan/Admirer"
 msgstr ""
 
-#: ../../mod/photos.php:154
-msgid "Album not found."
+#: ../../mod/notifications.php:175
+msgid "Friend/Connect Request"
 msgstr ""
 
-#: ../../mod/photos.php:172 ../../mod/photos.php:945
-msgid "Delete Album"
+#: ../../mod/notifications.php:175
+msgid "New Follower"
 msgstr ""
 
-#: ../../mod/photos.php:235 ../../mod/photos.php:1164
-msgid "Delete Photo"
+#: ../../mod/notifications.php:194
+msgid "No notifications."
 msgstr ""
 
-#: ../../mod/photos.php:522
-msgid "was tagged in a"
+#: ../../mod/notifications.php:197 ../../mod/notifications.php:283
+#: ../../mod/notifications.php:359 ../../include/nav.php:118
+msgid "Notifications"
 msgstr ""
 
-#: ../../mod/photos.php:522 ../../mod/tagger.php:70 ../../mod/like.php:127
-#: ../../addon/communityhome/communityhome.php:163
-#: ../../include/conversation.php:31 ../../include/diaspora.php:1211
-msgid "photo"
+#: ../../mod/notifications.php:234 ../../mod/notifications.php:316
+#, php-format
+msgid "%s liked %s's post"
 msgstr ""
 
-#: ../../mod/photos.php:522
-msgid "by"
+#: ../../mod/notifications.php:243 ../../mod/notifications.php:325
+#, php-format
+msgid "%s disliked %s's post"
 msgstr ""
 
-#: ../../mod/photos.php:625 ../../addon/js_upload/js_upload.php:312
-msgid "Image exceeds size limit of "
+#: ../../mod/notifications.php:257 ../../mod/notifications.php:339
+#, php-format
+msgid "%s is now friends with %s"
 msgstr ""
 
-#: ../../mod/photos.php:633
-msgid "Image file is empty."
+#: ../../mod/notifications.php:264
+#, php-format
+msgid "%s created a new post"
 msgstr ""
 
-#: ../../mod/photos.php:762
-msgid "No photos selected"
+#: ../../mod/notifications.php:265 ../../mod/notifications.php:348
+#, php-format
+msgid "%s commented on %s's post"
 msgstr ""
 
-#: ../../mod/photos.php:839
-msgid "Access to this item is restricted."
+#: ../../mod/notifications.php:279 ../../mod/notifications.php:355
+msgid "Nothing new!"
 msgstr ""
 
-#: ../../mod/photos.php:893
-msgid "Upload Photos"
+#: ../../mod/contacts.php:62 ../../mod/contacts.php:133
+msgid "Could not access contact record."
 msgstr ""
 
-#: ../../mod/photos.php:896 ../../mod/photos.php:940
-msgid "New album name: "
+#: ../../mod/contacts.php:76
+msgid "Could not locate selected profile."
 msgstr ""
 
-#: ../../mod/photos.php:897
-msgid "or existing album name: "
+#: ../../mod/contacts.php:97
+msgid "Contact updated."
 msgstr ""
 
-#: ../../mod/photos.php:898
-msgid "Do not show a status post for this upload"
+#: ../../mod/contacts.php:155
+msgid "Contact has been blocked"
 msgstr ""
 
-#: ../../mod/photos.php:900 ../../mod/photos.php:1159
-msgid "Permissions"
+#: ../../mod/contacts.php:155
+msgid "Contact has been unblocked"
 msgstr ""
 
-#: ../../mod/photos.php:955
-msgid "Edit Album"
+#: ../../mod/contacts.php:169
+msgid "Contact has been ignored"
+msgstr ""
+
+#: ../../mod/contacts.php:169
+msgid "Contact has been unignored"
+msgstr ""
+
+#: ../../mod/contacts.php:190
+msgid "stopped following"
+msgstr ""
+
+#: ../../mod/contacts.php:211
+msgid "Contact has been removed."
+msgstr ""
+
+#: ../../mod/contacts.php:232
+#, php-format
+msgid "You are mutual friends with %s"
+msgstr ""
+
+#: ../../mod/contacts.php:236
+#, php-format
+msgid "You are sharing with %s"
+msgstr ""
+
+#: ../../mod/contacts.php:241
+#, php-format
+msgid "%s is sharing with you"
+msgstr ""
+
+#: ../../mod/contacts.php:258
+msgid "Private communications are not available for this contact."
+msgstr ""
+
+#: ../../mod/contacts.php:261
+msgid "Never"
+msgstr ""
+
+#: ../../mod/contacts.php:265
+msgid "(Update was successful)"
+msgstr ""
+
+#: ../../mod/contacts.php:265
+msgid "(Update was not successful)"
+msgstr ""
+
+#: ../../mod/contacts.php:267
+msgid "Suggest friends"
+msgstr ""
+
+#: ../../mod/contacts.php:271
+#, php-format
+msgid "Network type: %s"
+msgstr ""
+
+#: ../../mod/contacts.php:274
+#, php-format
+msgid "%d contact in common"
+msgid_plural "%d contacts in common"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../mod/contacts.php:279
+msgid "View all contacts"
+msgstr ""
+
+#: ../../mod/contacts.php:284 ../../mod/contacts.php:331
+#: ../../mod/admin.php:470
+msgid "Unblock"
+msgstr ""
+
+#: ../../mod/contacts.php:284 ../../mod/contacts.php:331
+#: ../../mod/admin.php:469
+msgid "Block"
+msgstr ""
+
+#: ../../mod/contacts.php:289 ../../mod/contacts.php:332
+msgid "Unignore"
+msgstr ""
+
+#: ../../mod/contacts.php:294
+msgid "Repair"
+msgstr ""
+
+#: ../../mod/contacts.php:304
+msgid "Contact Editor"
+msgstr ""
+
+#: ../../mod/contacts.php:307
+msgid "Profile Visibility"
+msgstr ""
+
+#: ../../mod/contacts.php:308
+#, php-format
+msgid ""
+"Please choose the profile you would like to display to %s when viewing your "
+"profile securely."
+msgstr ""
+
+#: ../../mod/contacts.php:309
+msgid "Contact Information / Notes"
+msgstr ""
+
+#: ../../mod/contacts.php:310
+msgid "Edit contact notes"
+msgstr ""
+
+#: ../../mod/contacts.php:315 ../../mod/contacts.php:430
+#: ../../mod/viewcontacts.php:61
+#, php-format
+msgid "Visit %s's profile [%s]"
+msgstr ""
+
+#: ../../mod/contacts.php:316
+msgid "Block/Unblock contact"
+msgstr ""
+
+#: ../../mod/contacts.php:317
+msgid "Ignore contact"
+msgstr ""
+
+#: ../../mod/contacts.php:318
+msgid "Repair URL settings"
+msgstr ""
+
+#: ../../mod/contacts.php:319
+msgid "View conversations"
+msgstr ""
+
+#: ../../mod/contacts.php:321
+msgid "Delete contact"
+msgstr ""
+
+#: ../../mod/contacts.php:325
+msgid "Last update:"
+msgstr ""
+
+#: ../../mod/contacts.php:326
+msgid "Update public posts"
+msgstr ""
+
+#: ../../mod/contacts.php:328 ../../mod/admin.php:701
+msgid "Update now"
+msgstr ""
+
+#: ../../mod/contacts.php:335
+msgid "Currently blocked"
+msgstr ""
+
+#: ../../mod/contacts.php:336
+msgid "Currently ignored"
+msgstr ""
+
+#: ../../mod/contacts.php:364 ../../include/nav.php:130
+msgid "Contacts"
+msgstr ""
+
+#: ../../mod/contacts.php:366
+msgid "Show Blocked Connections"
+msgstr ""
+
+#: ../../mod/contacts.php:366
+msgid "Hide Blocked Connections"
+msgstr ""
+
+#: ../../mod/contacts.php:368
+msgid "Search your contacts"
+msgstr ""
+
+#: ../../mod/contacts.php:369 ../../mod/directory.php:65
+msgid "Finding: "
+msgstr ""
+
+#: ../../mod/contacts.php:370 ../../mod/directory.php:67
+#: ../../include/contact_widgets.php:34
+msgid "Find"
+msgstr ""
+
+#: ../../mod/contacts.php:406
+msgid "Mutual Friendship"
+msgstr ""
+
+#: ../../mod/contacts.php:410
+msgid "is a fan of yours"
+msgstr ""
+
+#: ../../mod/contacts.php:414
+msgid "you are a fan of"
+msgstr ""
+
+#: ../../mod/contacts.php:431 ../../include/Contact.php:129
+#: ../../include/conversation.php:717
+msgid "Edit contact"
+msgstr ""
+
+#: ../../mod/lostpass.php:16
+msgid "No valid account found."
+msgstr ""
+
+#: ../../mod/lostpass.php:31
+msgid "Password reset request issued. Check your email."
+msgstr ""
+
+#: ../../mod/lostpass.php:42
+#, php-format
+msgid "Password reset requested at %s"
+msgstr ""
+
+#: ../../mod/lostpass.php:64
+msgid ""
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
+msgstr ""
+
+#: ../../mod/lostpass.php:82 ../../boot.php:695
+msgid "Password Reset"
+msgstr ""
+
+#: ../../mod/lostpass.php:83
+msgid "Your password has been reset as requested."
+msgstr ""
+
+#: ../../mod/lostpass.php:84
+msgid "Your new password is"
+msgstr ""
+
+#: ../../mod/lostpass.php:85
+msgid "Save or copy your new password - and then"
+msgstr ""
+
+#: ../../mod/lostpass.php:86
+msgid "click here to login"
+msgstr ""
+
+#: ../../mod/lostpass.php:87
+msgid ""
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
+msgstr ""
+
+#: ../../mod/lostpass.php:118
+msgid "Forgot your Password?"
+msgstr ""
+
+#: ../../mod/lostpass.php:119
+msgid ""
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
+msgstr ""
+
+#: ../../mod/lostpass.php:120
+msgid "Nickname or Email: "
+msgstr ""
+
+#: ../../mod/lostpass.php:121
+msgid "Reset"
+msgstr ""
+
+#: ../../mod/settings.php:67
+msgid "Missing some important data!"
+msgstr ""
+
+#: ../../mod/settings.php:70 ../../mod/settings.php:458 ../../mod/admin.php:62
+msgid "Update"
+msgstr ""
+
+#: ../../mod/settings.php:165
+msgid "Failed to connect with email account using the settings provided."
+msgstr ""
+
+#: ../../mod/settings.php:170
+msgid "Email settings updated."
+msgstr ""
+
+#: ../../mod/settings.php:188
+msgid "Passwords do not match. Password unchanged."
+msgstr ""
+
+#: ../../mod/settings.php:193
+msgid "Empty passwords are not allowed. Password unchanged."
+msgstr ""
+
+#: ../../mod/settings.php:204
+msgid "Password changed."
+msgstr ""
+
+#: ../../mod/settings.php:206
+msgid "Password update failed. Please try again."
+msgstr ""
+
+#: ../../mod/settings.php:260
+msgid " Please use a shorter name."
+msgstr ""
+
+#: ../../mod/settings.php:262
+msgid " Name too short."
+msgstr ""
+
+#: ../../mod/settings.php:268
+msgid " Not valid email."
+msgstr ""
+
+#: ../../mod/settings.php:270
+msgid " Cannot change to that email."
+msgstr ""
+
+#: ../../mod/settings.php:335 ../../addon/facebook/facebook.php:320
+#: ../../addon/impressum/impressum.php:64 ../../addon/piwik/piwik.php:94
+#: ../../addon/twitter/twitter.php:294
+msgid "Settings updated."
+msgstr ""
+
+#: ../../mod/settings.php:394 ../../include/nav.php:128
+msgid "Account settings"
+msgstr ""
+
+#: ../../mod/settings.php:399
+msgid "Connector settings"
+msgstr ""
+
+#: ../../mod/settings.php:404
+msgid "Plugin settings"
+msgstr ""
+
+#: ../../mod/settings.php:409
+msgid "Connections"
 msgstr ""
 
-#: ../../mod/photos.php:965 ../../mod/photos.php:1381
-msgid "View Photo"
+#: ../../mod/settings.php:414
+msgid "Export personal data"
 msgstr ""
 
-#: ../../mod/photos.php:1000
-msgid "Permission denied. Access to this item may be restricted."
+#: ../../mod/settings.php:431 ../../mod/settings.php:457
+#: ../../mod/settings.php:490
+msgid "Add application"
 msgstr ""
 
-#: ../../mod/photos.php:1002
-msgid "Photo not available"
+#: ../../mod/settings.php:435 ../../mod/settings.php:461
+#: ../../addon/statusnet/statusnet.php:480
+msgid "Consumer Key"
 msgstr ""
 
-#: ../../mod/photos.php:1052
-msgid "View photo"
+#: ../../mod/settings.php:436 ../../mod/settings.php:462
+#: ../../addon/statusnet/statusnet.php:479
+msgid "Consumer Secret"
 msgstr ""
 
-#: ../../mod/photos.php:1052
-msgid "Edit photo"
+#: ../../mod/settings.php:437 ../../mod/settings.php:463
+msgid "Redirect"
 msgstr ""
 
-#: ../../mod/photos.php:1053
-msgid "Use as profile photo"
+#: ../../mod/settings.php:438 ../../mod/settings.php:464
+msgid "Icon url"
 msgstr ""
 
-#: ../../mod/photos.php:1059 ../../include/conversation.php:369
-msgid "Private Message"
+#: ../../mod/settings.php:449
+msgid "You can't edit this application."
 msgstr ""
 
-#: ../../mod/photos.php:1070
-msgid "View Full Size"
+#: ../../mod/settings.php:489
+msgid "Connected Apps"
 msgstr ""
 
-#: ../../mod/photos.php:1138
-msgid "Tags: "
+#: ../../mod/settings.php:493
+msgid "Client key starts with"
 msgstr ""
 
-#: ../../mod/photos.php:1141
-msgid "[Remove any tag]"
+#: ../../mod/settings.php:494
+msgid "No name"
 msgstr ""
 
-#: ../../mod/photos.php:1152
-msgid "New album name"
+#: ../../mod/settings.php:495
+msgid "Remove authorization"
 msgstr ""
 
-#: ../../mod/photos.php:1155
-msgid "Caption"
+#: ../../mod/settings.php:507
+msgid "No Plugin settings configured"
 msgstr ""
 
-#: ../../mod/photos.php:1157
-msgid "Add a Tag"
+#: ../../mod/settings.php:514 ../../addon/widgets/widgets.php:122
+msgid "Plugin Settings"
 msgstr ""
 
-#: ../../mod/photos.php:1161
-msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+#: ../../mod/settings.php:527 ../../mod/settings.php:528
+#, php-format
+msgid "Built-in support for %s connectivity is %s"
 msgstr ""
 
-#: ../../mod/photos.php:1181 ../../include/conversation.php:416
-msgid "I like this (toggle)"
+#: ../../mod/settings.php:527 ../../mod/settings.php:528
+msgid "enabled"
 msgstr ""
 
-#: ../../mod/photos.php:1182 ../../include/conversation.php:417
-msgid "I don't like this (toggle)"
+#: ../../mod/settings.php:527 ../../mod/settings.php:528
+msgid "disabled"
 msgstr ""
 
-#: ../../mod/photos.php:1183 ../../include/conversation.php:814
-msgid "Share"
+#: ../../mod/settings.php:528
+msgid "StatusNet"
 msgstr ""
 
-#: ../../mod/photos.php:1184 ../../mod/editpost.php:99
-#: ../../mod/message.php:137 ../../mod/message.php:270
-#: ../../include/conversation.php:251 ../../include/conversation.php:578
-#: ../../include/conversation.php:823
-msgid "Please wait"
+#: ../../mod/settings.php:554
+msgid "Connector Settings"
 msgstr ""
 
-#: ../../mod/photos.php:1200 ../../mod/photos.php:1239
-#: ../../mod/photos.php:1270 ../../include/conversation.php:431
-msgid "This is you"
+#: ../../mod/settings.php:560
+msgid "Email/Mailbox Setup"
 msgstr ""
 
-#: ../../mod/photos.php:1368
-msgid "Recent Photos"
+#: ../../mod/settings.php:561
+msgid ""
+"If you wish to communicate with email contacts using this service "
+"(optional), please specify how to connect to your mailbox."
 msgstr ""
 
-#: ../../mod/photos.php:1372
-msgid "Upload New Photos"
+#: ../../mod/settings.php:562
+msgid "Last successful email check:"
 msgstr ""
 
-#: ../../mod/photos.php:1385
-msgid "View Album"
+#: ../../mod/settings.php:563
+msgid "Email access is disabled on this site."
 msgstr ""
 
-#: ../../mod/newmember.php:6
-msgid "Welcome to Friendika"
+#: ../../mod/settings.php:564
+msgid "IMAP server name:"
 msgstr ""
 
-#: ../../mod/newmember.php:8
-msgid "New Member Checklist"
+#: ../../mod/settings.php:565
+msgid "IMAP port:"
 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."
+#: ../../mod/settings.php:566
+msgid "Security:"
 msgstr ""
 
-#: ../../mod/newmember.php:16
-msgid ""
-"On your <em>Settings</em> page -  change your initial password. Also make a "
-"note of your Identity Address. This will be useful in making friends."
+#: ../../mod/settings.php:566
+msgid "None"
 msgstr ""
 
-#: ../../mod/newmember.php:18
-msgid ""
-"Review the other settings, particularly the privacy settings. An unpublished "
-"directory listing is like having an unlisted phone number. In general, you "
-"should probably publish your listing - unless all of your friends and "
-"potential friends know exactly how to find you."
+#: ../../mod/settings.php:567
+msgid "Email login name:"
 msgstr ""
 
-#: ../../mod/newmember.php:20
-msgid ""
-"Upload a profile photo if you have not done so already. Studies have shown "
-"that people with real photos of themselves are ten times more likely to make "
-"friends than people who do not."
+#: ../../mod/settings.php:568
+msgid "Email password:"
 msgstr ""
 
-#: ../../mod/newmember.php:23
-msgid ""
-"Authorise the Facebook Connector if you currently have a Facebook account "
-"and we will (optionally) import all your Facebook friends and conversations."
+#: ../../mod/settings.php:569
+msgid "Reply-to address:"
 msgstr ""
 
-#: ../../mod/newmember.php:28
-msgid ""
-"Enter your email access information on your Settings page if you wish to "
-"import and interact with friends or mailing lists from your email INBOX"
+#: ../../mod/settings.php:570
+msgid "Send public posts to all email contacts:"
 msgstr ""
 
-#: ../../mod/newmember.php:30
-msgid ""
-"Edit your <strong>default</strong> profile to your liking. Review the "
-"settings for hiding your list of friends and hiding the profile from unknown "
-"visitors."
+#: ../../mod/settings.php:620 ../../mod/admin.php:126 ../../mod/admin.php:443
+msgid "Normal Account"
 msgstr ""
 
-#: ../../mod/newmember.php:32
-msgid ""
-"Set some public keywords for your default profile which describe your "
-"interests. We may be able to find other people with similar interests and "
-"suggest friendships."
+#: ../../mod/settings.php:621
+msgid "This account is a normal personal profile"
 msgstr ""
 
-#: ../../mod/newmember.php:34
-msgid ""
-"Your Contacts page is your gateway to managing friendships and connecting "
-"with friends on other networks. Typically you enter their address or site "
-"URL in the <em>Connect</em> dialog."
+#: ../../mod/settings.php:624 ../../mod/admin.php:127 ../../mod/admin.php:444
+msgid "Soapbox Account"
 msgstr ""
 
-#: ../../mod/newmember.php:36
-msgid ""
-"The Directory page lets you find other people in this network or other "
-"federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on "
-"their profile page. Provide your own Identity Address if requested."
+#: ../../mod/settings.php:625
+msgid "Automatically approve all connection/friend requests as read-only fans"
 msgstr ""
 
-#: ../../mod/newmember.php:38
-msgid ""
-"Once you have made some friends, organize them into private conversation "
-"groups from the sidebar of your Contacts page and then you can interact with "
-"each group privately on your Network page."
+#: ../../mod/settings.php:628 ../../mod/admin.php:128 ../../mod/admin.php:445
+msgid "Community/Celebrity Account"
 msgstr ""
 
-#: ../../mod/newmember.php:40
-msgid ""
-"Our <strong>help</strong> pages may be consulted for detail on other program "
-"features and resources."
+#: ../../mod/settings.php:629
+msgid "Automatically approve all connection/friend requests as read-write fans"
 msgstr ""
 
-#: ../../mod/localtime.php:12 ../../include/event.php:11
-#: ../../include/bb2diaspora.php:227
-msgid "l F d, Y \\@ g:i A"
+#: ../../mod/settings.php:632 ../../mod/admin.php:129 ../../mod/admin.php:446
+msgid "Automatic Friend Account"
 msgstr ""
 
-#: ../../mod/localtime.php:24
-msgid "Time Conversion"
+#: ../../mod/settings.php:633
+msgid "Automatically approve all connection/friend requests as friends"
 msgstr ""
 
-#: ../../mod/localtime.php:26
-msgid ""
-"Friendika provides this service for sharing events with other networks and "
-"friends in unknown timezones."
+#: ../../mod/settings.php:643
+msgid "OpenID:"
 msgstr ""
 
-#: ../../mod/localtime.php:30
-#, php-format
-msgid "UTC time: %s"
+#: ../../mod/settings.php:643
+msgid "(Optional) Allow this OpenID to login to this account."
 msgstr ""
 
-#: ../../mod/localtime.php:33
-#, php-format
-msgid "Current timezone: %s"
+#: ../../mod/settings.php:653
+msgid "Publish your default profile in your local site directory?"
 msgstr ""
 
-#: ../../mod/localtime.php:36
-#, php-format
-msgid "Converted localtime: %s"
+#: ../../mod/settings.php:659
+msgid "Publish your default profile in the global social directory?"
 msgstr ""
 
-#: ../../mod/localtime.php:41
-msgid "Please select your timezone:"
+#: ../../mod/settings.php:667
+msgid "Hide your contact/friend list from viewers of your default profile?"
 msgstr ""
 
-#: ../../mod/display.php:108
-msgid "Item has been removed."
+#: ../../mod/settings.php:671
+msgid "Hide your profile details from unknown viewers?"
 msgstr ""
 
-#: ../../mod/editpost.php:17 ../../mod/editpost.php:27
-msgid "Item not found"
+#: ../../mod/settings.php:676
+msgid "Allow friends to post to your profile page?"
 msgstr ""
 
-#: ../../mod/editpost.php:32
-msgid "Edit post"
+#: ../../mod/settings.php:682
+msgid "Allow friends to tag your posts?"
 msgstr ""
 
-#: ../../mod/editpost.php:75 ../../include/conversation.php:800
-msgid "Post to Email"
+#: ../../mod/settings.php:691
+msgid "Profile is <strong>not published</strong>."
 msgstr ""
 
-#: ../../mod/editpost.php:91 ../../mod/message.php:135
-#: ../../mod/message.php:268 ../../include/conversation.php:815
-msgid "Upload photo"
+#: ../../mod/settings.php:710 ../../mod/profile_photo.php:206
+msgid "or"
 msgstr ""
 
-#: ../../mod/editpost.php:92 ../../include/conversation.php:816
-msgid "Attach file"
+#: ../../mod/settings.php:715
+msgid "Your Identity Address is"
 msgstr ""
 
-#: ../../mod/editpost.php:93 ../../mod/message.php:136
-#: ../../mod/message.php:269 ../../include/conversation.php:817
-msgid "Insert web link"
+#: ../../mod/settings.php:726
+msgid "Automatically expire posts after days:"
 msgstr ""
 
-#: ../../mod/editpost.php:94
-msgid "Insert YouTube video"
+#: ../../mod/settings.php:726
+msgid "If empty, posts will not expire. Expired posts will be deleted"
 msgstr ""
 
-#: ../../mod/editpost.php:95
-msgid "Insert Vorbis [.ogg] video"
+#: ../../mod/settings.php:727
+msgid "Advanced expiration settings"
 msgstr ""
 
-#: ../../mod/editpost.php:96
-msgid "Insert Vorbis [.ogg] audio"
+#: ../../mod/settings.php:728
+msgid "Advanced Expiration"
 msgstr ""
 
-#: ../../mod/editpost.php:97 ../../include/conversation.php:820
-msgid "Set your location"
+#: ../../mod/settings.php:729
+msgid "Expire posts:"
 msgstr ""
 
-#: ../../mod/editpost.php:98 ../../include/conversation.php:821
-msgid "Clear browser location"
+#: ../../mod/settings.php:730
+msgid "Expire personal notes:"
 msgstr ""
 
-#: ../../mod/editpost.php:100 ../../include/conversation.php:824
-msgid "Permission settings"
+#: ../../mod/settings.php:731
+msgid "Expire starred posts:"
 msgstr ""
 
-#: ../../mod/editpost.php:108 ../../include/conversation.php:832
-msgid "CC: email addresses"
+#: ../../mod/settings.php:732
+msgid "Expire photos:"
 msgstr ""
 
-#: ../../mod/editpost.php:109 ../../include/conversation.php:833
-msgid "Public post"
+#: ../../mod/settings.php:737
+msgid "Account Settings"
 msgstr ""
 
-#: ../../mod/editpost.php:111 ../../include/conversation.php:835
-msgid "Example: bob@example.com, mary@example.com"
+#: ../../mod/settings.php:745
+msgid "Password Settings"
 msgstr ""
 
-#: ../../mod/invite.php:35
-#, php-format
-msgid "%s : Not a valid email address."
+#: ../../mod/settings.php:746
+msgid "New Password:"
 msgstr ""
 
-#: ../../mod/invite.php:59
-#, php-format
-msgid "Please join my network on %s"
+#: ../../mod/settings.php:747
+msgid "Confirm:"
 msgstr ""
 
-#: ../../mod/invite.php:69
-#, php-format
-msgid "%s : Message delivery failed."
+#: ../../mod/settings.php:747
+msgid "Leave password fields blank unless changing"
 msgstr ""
 
-#: ../../mod/invite.php:73
-#, php-format
-msgid "%d message sent."
-msgid_plural "%d messages sent."
-msgstr[0] ""
-msgstr[1] ""
+#: ../../mod/settings.php:751
+msgid "Basic Settings"
+msgstr ""
 
-#: ../../mod/invite.php:92
-msgid "You have no more invitations available"
+#: ../../mod/settings.php:752 ../../include/profile_advanced.php:15
+msgid "Full Name:"
 msgstr ""
 
-#: ../../mod/invite.php:99
-msgid "Send invitations"
+#: ../../mod/settings.php:753
+msgid "Email Address:"
 msgstr ""
 
-#: ../../mod/invite.php:100
-msgid "Enter email addresses, one per line:"
+#: ../../mod/settings.php:754
+msgid "Your Timezone:"
+msgstr ""
+
+#: ../../mod/settings.php:755
+msgid "Default Post Location:"
+msgstr ""
+
+#: ../../mod/settings.php:756
+msgid "Use Browser Location:"
+msgstr ""
+
+#: ../../mod/settings.php:757
+msgid "Display Theme:"
 msgstr ""
 
-#: ../../mod/invite.php:101 ../../mod/message.php:132
-#: ../../mod/message.php:265
-msgid "Your message:"
+#: ../../mod/settings.php:761
+msgid "Security and Privacy Settings"
 msgstr ""
 
-#: ../../mod/invite.php:102
-#, php-format
-msgid "Please join my social network on %s"
+#: ../../mod/settings.php:763
+msgid "Maximum Friend Requests/Day:"
 msgstr ""
 
-#: ../../mod/invite.php:103
-msgid "To accept this invitation, please visit:"
+#: ../../mod/settings.php:763
+msgid "(to prevent spam abuse)"
 msgstr ""
 
-#: ../../mod/invite.php:104
-msgid "You will need to supply this invitation code: $invite_code"
+#: ../../mod/settings.php:764
+msgid "Default Post Permissions"
 msgstr ""
 
-#: ../../mod/invite.php:104
-msgid ""
-"Once you have registered, please connect with me via my profile page at:"
+#: ../../mod/settings.php:765
+msgid "(click to open/close)"
 msgstr ""
 
-#: ../../mod/ping.php:146
-msgid "{0} wants to be your friend"
+#: ../../mod/settings.php:780
+msgid "Notification Settings"
 msgstr ""
 
-#: ../../mod/ping.php:151
-msgid "{0} sent you a message"
+#: ../../mod/settings.php:781
+msgid "Send a notification email when:"
 msgstr ""
 
-#: ../../mod/ping.php:156
-msgid "{0} requested registration"
+#: ../../mod/settings.php:782
+msgid "You receive an introduction"
 msgstr ""
 
-#: ../../mod/ping.php:162
-#, php-format
-msgid "{0} commented %s's post"
+#: ../../mod/settings.php:783
+msgid "Your introductions are confirmed"
 msgstr ""
 
-#: ../../mod/ping.php:167
-#, php-format
-msgid "{0} liked %s's post"
+#: ../../mod/settings.php:784
+msgid "Someone writes on your profile wall"
 msgstr ""
 
-#: ../../mod/ping.php:172
-#, php-format
-msgid "{0} disliked %s's post"
+#: ../../mod/settings.php:785
+msgid "Someone writes a followup comment"
 msgstr ""
 
-#: ../../mod/ping.php:177
-#, php-format
-msgid "{0} is now friends with %s"
+#: ../../mod/settings.php:786
+msgid "You receive a private message"
 msgstr ""
 
-#: ../../mod/ping.php:182
-msgid "{0} posted"
+#: ../../mod/settings.php:790
+msgid "Advanced Page Settings"
 msgstr ""
 
-#: ../../mod/ping.php:187
+#: ../../mod/manage.php:37
 #, php-format
-msgid "{0} tagged %s's post with #%s"
+msgid "Welcome back %s"
 msgstr ""
 
-#: ../../mod/contacts.php:62 ../../mod/contacts.php:133
-msgid "Could not access contact record."
+#: ../../mod/manage.php:87
+msgid "Manage Identities and/or Pages"
 msgstr ""
 
-#: ../../mod/contacts.php:76
-msgid "Could not locate selected profile."
+#: ../../mod/manage.php:90
+msgid ""
+"(Toggle between different identities or community/group pages which share "
+"your account details.)"
 msgstr ""
 
-#: ../../mod/contacts.php:97
-msgid "Contact updated."
+#: ../../mod/manage.php:92
+msgid "Select an identity to manage: "
 msgstr ""
 
-#: ../../mod/contacts.php:99 ../../mod/dfrn_request.php:409
-msgid "Failed to update contact record."
+#: ../../mod/network.php:83 ../../mod/search.php:16
+msgid "Remove term"
 msgstr ""
 
-#: ../../mod/contacts.php:155
-msgid "Contact has been blocked"
+#: ../../mod/network.php:92 ../../mod/search.php:13
+msgid "Saved Searches"
 msgstr ""
 
-#: ../../mod/contacts.php:155
-msgid "Contact has been unblocked"
+#: ../../mod/network.php:93 ../../include/group.php:214
+msgid "add"
 msgstr ""
 
-#: ../../mod/contacts.php:169
-msgid "Contact has been ignored"
+#: ../../mod/network.php:157
+msgid "Commented Order"
 msgstr ""
 
-#: ../../mod/contacts.php:169
-msgid "Contact has been unignored"
+#: ../../mod/network.php:162
+msgid "Posted Order"
 msgstr ""
 
-#: ../../mod/contacts.php:190
-msgid "stopped following"
+#: ../../mod/network.php:168
+msgid "New"
 msgstr ""
 
-#: ../../mod/contacts.php:211
-msgid "Contact has been removed."
+#: ../../mod/network.php:173
+msgid "Starred"
 msgstr ""
 
-#: ../../mod/contacts.php:232
-#, php-format
-msgid "You are mutual friends with %s"
+#: ../../mod/network.php:178
+msgid "Bookmarks"
 msgstr ""
 
-#: ../../mod/contacts.php:236
+#: ../../mod/network.php:225
 #, php-format
-msgid "You are sharing with %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] ""
+msgstr[1] ""
+
+#: ../../mod/network.php:228
+msgid "Private messages to this group are at risk of public disclosure."
 msgstr ""
 
-#: ../../mod/contacts.php:241
-#, php-format
-msgid "%s is sharing with you"
+#: ../../mod/network.php:301
+msgid "No such group"
 msgstr ""
 
-#: ../../mod/contacts.php:258
-msgid "Private communications are not available for this contact."
+#: ../../mod/network.php:312
+msgid "Group is empty"
 msgstr ""
 
-#: ../../mod/contacts.php:261
-msgid "Never"
+#: ../../mod/network.php:317
+msgid "Group: "
 msgstr ""
 
-#: ../../mod/contacts.php:265
-msgid "(Update was successful)"
+#: ../../mod/network.php:327
+msgid "Contact: "
 msgstr ""
 
-#: ../../mod/contacts.php:265
-msgid "(Update was not successful)"
+#: ../../mod/network.php:329
+msgid "Private messages to this person are at risk of public disclosure."
 msgstr ""
 
-#: ../../mod/contacts.php:267
-msgid "Suggest friends"
+#: ../../mod/network.php:334
+msgid "Invalid contact."
 msgstr ""
 
-#: ../../mod/contacts.php:271
-#, php-format
-msgid "Network type: %s"
+#: ../../mod/notes.php:44 ../../boot.php:1307
+msgid "Personal Notes"
 msgstr ""
 
-#: ../../mod/contacts.php:274
-#, php-format
-msgid "%d contact in common"
-msgid_plural "%d contacts in common"
-msgstr[0] ""
-msgstr[1] ""
+#: ../../mod/notes.php:63 ../../include/text.php:628
+msgid "Save"
+msgstr ""
 
-#: ../../mod/contacts.php:279
-msgid "View all contacts"
+#: ../../mod/newmember.php:6
+msgid "Welcome to Friendika"
 msgstr ""
 
-#: ../../mod/contacts.php:284 ../../mod/contacts.php:331
-#: ../../mod/admin.php:470
-msgid "Unblock"
+#: ../../mod/newmember.php:8
+msgid "New Member Checklist"
 msgstr ""
 
-#: ../../mod/contacts.php:284 ../../mod/contacts.php:331
-#: ../../mod/admin.php:469
-msgid "Block"
+#: ../../mod/newmember.php:12
+msgid ""
+"We would like to offer some tips and links to help make your experience "
+"enjoyable. Click any item to visit the relevant page."
 msgstr ""
 
-#: ../../mod/contacts.php:289 ../../mod/contacts.php:332
-msgid "Unignore"
+#: ../../mod/newmember.php:16
+msgid ""
+"On your <em>Settings</em> page -  change your initial password. Also make a "
+"note of your Identity Address. This will be useful in making friends."
 msgstr ""
 
-#: ../../mod/contacts.php:289 ../../mod/contacts.php:332
-#: ../../mod/notifications.php:47 ../../mod/notifications.php:143
-#: ../../mod/notifications.php:187
-msgid "Ignore"
+#: ../../mod/newmember.php:18
+msgid ""
+"Review the other settings, particularly the privacy settings. An unpublished "
+"directory listing is like having an unlisted phone number. In general, you "
+"should probably publish your listing - unless all of your friends and "
+"potential friends know exactly how to find you."
 msgstr ""
 
-#: ../../mod/contacts.php:294
-msgid "Repair"
+#: ../../mod/newmember.php:20
+msgid ""
+"Upload a profile photo if you have not done so already. Studies have shown "
+"that people with real photos of themselves are ten times more likely to make "
+"friends than people who do not."
 msgstr ""
 
-#: ../../mod/contacts.php:304
-msgid "Contact Editor"
+#: ../../mod/newmember.php:23
+msgid ""
+"Authorise the Facebook Connector if you currently have a Facebook account "
+"and we will (optionally) import all your Facebook friends and conversations."
 msgstr ""
 
-#: ../../mod/contacts.php:307
-msgid "Profile Visibility"
+#: ../../mod/newmember.php:28
+msgid ""
+"Enter your email access information on your Settings page if you wish to "
+"import and interact with friends or mailing lists from your email INBOX"
 msgstr ""
 
-#: ../../mod/contacts.php:308
-#, php-format
+#: ../../mod/newmember.php:30
 msgid ""
-"Please choose the profile you would like to display to %s when viewing your "
-"profile securely."
+"Edit your <strong>default</strong> profile to your liking. Review the "
+"settings for hiding your list of friends and hiding the profile from unknown "
+"visitors."
 msgstr ""
 
-#: ../../mod/contacts.php:309
-msgid "Contact Information / Notes"
+#: ../../mod/newmember.php:32
+msgid ""
+"Set some public keywords for your default profile which describe your "
+"interests. We may be able to find other people with similar interests and "
+"suggest friendships."
 msgstr ""
 
-#: ../../mod/contacts.php:310
-msgid "Edit contact notes"
+#: ../../mod/newmember.php:34
+msgid ""
+"Your Contacts page is your gateway to managing friendships and connecting "
+"with friends on other networks. Typically you enter their address or site "
+"URL in the <em>Connect</em> dialog."
 msgstr ""
 
-#: ../../mod/contacts.php:315 ../../mod/contacts.php:430
-#: ../../mod/viewcontacts.php:61
-#, php-format
-msgid "Visit %s's profile [%s]"
+#: ../../mod/newmember.php:36
+msgid ""
+"The Directory page lets you find other people in this network or other "
+"federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on "
+"their profile page. Provide your own Identity Address if requested."
 msgstr ""
 
-#: ../../mod/contacts.php:316
-msgid "Block/Unblock contact"
+#: ../../mod/newmember.php:38
+msgid ""
+"Once you have made some friends, organize them into private conversation "
+"groups from the sidebar of your Contacts page and then you can interact with "
+"each group privately on your Network page."
 msgstr ""
 
-#: ../../mod/contacts.php:317
-msgid "Ignore contact"
+#: ../../mod/newmember.php:40
+msgid ""
+"Our <strong>help</strong> pages may be consulted for detail on other program "
+"features and resources."
 msgstr ""
 
-#: ../../mod/contacts.php:318
-msgid "Repair URL settings"
+#: ../../mod/attach.php:8
+msgid "Item not available."
 msgstr ""
 
-#: ../../mod/contacts.php:319
-msgid "View conversations"
+#: ../../mod/attach.php:20
+msgid "Item was not found."
 msgstr ""
 
-#: ../../mod/contacts.php:321
-msgid "Delete contact"
+#: ../../mod/group.php:27
+msgid "Group created."
 msgstr ""
 
-#: ../../mod/contacts.php:325
-msgid "Last update:"
+#: ../../mod/group.php:33
+msgid "Could not create group."
 msgstr ""
 
-#: ../../mod/contacts.php:326
-msgid "Update public posts"
+#: ../../mod/group.php:43 ../../mod/group.php:123
+msgid "Group not found."
 msgstr ""
 
-#: ../../mod/contacts.php:328 ../../mod/admin.php:701
-msgid "Update now"
+#: ../../mod/group.php:56
+msgid "Group name changed."
 msgstr ""
 
-#: ../../mod/contacts.php:335
-msgid "Currently blocked"
+#: ../../mod/group.php:67 ../../mod/profperm.php:19 ../../index.php:283
+msgid "Permission denied"
 msgstr ""
 
-#: ../../mod/contacts.php:336
-msgid "Currently ignored"
+#: ../../mod/group.php:82
+msgid "Create a group of contacts/friends."
+msgstr ""
+
+#: ../../mod/group.php:83 ../../mod/group.php:166
+msgid "Group Name: "
+msgstr ""
+
+#: ../../mod/group.php:98
+msgid "Group removed."
 msgstr ""
 
-#: ../../mod/contacts.php:364 ../../include/nav.php:130
-msgid "Contacts"
+#: ../../mod/group.php:100
+msgid "Unable to remove group."
 msgstr ""
 
-#: ../../mod/contacts.php:366
-msgid "Show Blocked Connections"
+#: ../../mod/group.php:164 ../../mod/profperm.php:105
+msgid "Click on a contact to add or remove."
 msgstr ""
 
-#: ../../mod/contacts.php:366
-msgid "Hide Blocked Connections"
+#: ../../mod/group.php:165
+msgid "Group Editor"
 msgstr ""
 
-#: ../../mod/contacts.php:368
-msgid "Search your contacts"
+#: ../../mod/group.php:179
+msgid "Members"
 msgstr ""
 
-#: ../../mod/contacts.php:369 ../../mod/directory.php:65
-msgid "Finding: "
+#: ../../mod/group.php:194
+msgid "All Contacts"
 msgstr ""
 
-#: ../../mod/contacts.php:370 ../../mod/directory.php:67
-#: ../../include/contact_widgets.php:34
-msgid "Find"
+#: ../../mod/profperm.php:25 ../../mod/profperm.php:55
+msgid "Invalid profile identifier."
 msgstr ""
 
-#: ../../mod/contacts.php:406
-msgid "Mutual Friendship"
+#: ../../mod/profperm.php:101
+msgid "Profile Visibility Editor"
 msgstr ""
 
-#: ../../mod/contacts.php:410
-msgid "is a fan of yours"
+#: ../../mod/profperm.php:103 ../../include/profile_advanced.php:7
+#: ../../include/profile_advanced.php:74 ../../include/nav.php:48
+#: ../../boot.php:1289
+msgid "Profile"
 msgstr ""
 
-#: ../../mod/contacts.php:414
-msgid "you are a fan of"
+#: ../../mod/profperm.php:114
+msgid "Visible To"
 msgstr ""
 
-#: ../../mod/contacts.php:431 ../../include/Contact.php:129
-#: ../../include/conversation.php:679
-msgid "Edit contact"
+#: ../../mod/profperm.php:130
+msgid "All Contacts (with secure profile access)"
 msgstr ""
 
-#: ../../mod/lockview.php:39
-msgid "Remote privacy information not available."
+#: ../../mod/viewcontacts.php:25 ../../include/text.php:567
+msgid "View Contacts"
 msgstr ""
 
-#: ../../mod/lockview.php:43
-msgid "Visible to:"
+#: ../../mod/viewcontacts.php:40
+msgid "No contacts."
 msgstr ""
 
 #: ../../mod/register.php:53
@@ -1865,6 +2229,11 @@ msgstr ""
 msgid "An error occurred creating your default profile. Please try again."
 msgstr ""
 
+#: ../../mod/register.php:369 ../../mod/regmod.php:52
+#, php-format
+msgid "Registration details for %s"
+msgstr ""
+
 #: ../../mod/register.php:377
 msgid ""
 "Registration successful. Please check your email for further instructions."
@@ -1893,1719 +2262,1516 @@ msgid ""
 "and clicking 'Register'."
 msgstr ""
 
-#: ../../mod/register.php:482
-msgid ""
-"If you are not familiar with OpenID, please leave that field blank and fill "
-"in the rest of the items."
-msgstr ""
-
-#: ../../mod/register.php:483
-msgid "Your OpenID (optional): "
-msgstr ""
-
-#: ../../mod/register.php:497
-msgid "Include your profile in member directory?"
-msgstr ""
-
-#: ../../mod/register.php:512
-msgid "Membership on this site is by invitation only."
-msgstr ""
-
-#: ../../mod/register.php:513
-msgid "Your invitation ID: "
-msgstr ""
-
-#: ../../mod/register.php:516 ../../mod/admin.php:297
-msgid "Registration"
-msgstr ""
-
-#: ../../mod/register.php:524
-msgid "Your Full Name (e.g. Joe Smith): "
-msgstr ""
-
-#: ../../mod/register.php:525
-msgid "Your Email Address: "
-msgstr ""
-
-#: ../../mod/register.php:526
-msgid ""
-"Choose a profile nickname. This must begin with a text character. Your "
-"profile address on this site will then be '<strong>nickname@$sitename</"
-"strong>'."
-msgstr ""
-
-#: ../../mod/register.php:527
-msgid "Choose a nickname: "
-msgstr ""
-
-#: ../../mod/oexchange.php:27
-msgid "Post successful."
-msgstr ""
-
-#: ../../mod/allfriends.php:34
-#, php-format
-msgid "Friends of %s"
-msgstr ""
-
-#: ../../mod/allfriends.php:40
-msgid "No friends to display."
-msgstr ""
-
-#: ../../mod/help.php:30
-msgid "Help:"
-msgstr ""
-
-#: ../../mod/help.php:34 ../../include/nav.php:82
-msgid "Help"
-msgstr ""
-
-#: ../../mod/install.php:34
-msgid "Could not create/connect to database."
-msgstr ""
-
-#: ../../mod/install.php:39
-msgid "Connected to database."
-msgstr ""
-
-#: ../../mod/install.php:75
-msgid "Proceed with Installation"
-msgstr ""
-
-#: ../../mod/install.php:77
-msgid "Your Friendika site database has been installed."
-msgstr ""
-
-#: ../../mod/install.php:78
-msgid ""
-"IMPORTANT: You will need to [manually] setup a scheduled task for the poller."
-msgstr ""
-
-#: ../../mod/install.php:79 ../../mod/install.php:89 ../../mod/install.php:207
-msgid "Please see the file \"INSTALL.txt\"."
-msgstr ""
-
-#: ../../mod/install.php:81
-msgid "Proceed to registration"
-msgstr ""
-
-#: ../../mod/install.php:87
-msgid "Database import failed."
-msgstr ""
-
-#: ../../mod/install.php:88
-msgid ""
-"You may need to import the file \"database.sql\" manually using phpmyadmin "
-"or mysql."
-msgstr ""
-
-#: ../../mod/install.php:101
-msgid "Welcome to Friendika."
-msgstr ""
-
-#: ../../mod/install.php:124
-msgid "Friendika Social Network"
-msgstr ""
-
-#: ../../mod/install.php:125
-msgid "Installation"
-msgstr ""
-
-#: ../../mod/install.php:126
-msgid ""
-"In order to install Friendika we need to know how to connect to your "
-"database."
-msgstr ""
-
-#: ../../mod/install.php:127
-msgid ""
-"Please contact your hosting provider or site administrator if you have "
-"questions about these settings."
-msgstr ""
-
-#: ../../mod/install.php:128
-msgid ""
-"The database you specify below should already exist. If it does not, please "
-"create it before continuing."
-msgstr ""
-
-#: ../../mod/install.php:129
-msgid "Database Server Name"
-msgstr ""
-
-#: ../../mod/install.php:130
-msgid "Database Login Name"
-msgstr ""
-
-#: ../../mod/install.php:131
-msgid "Database Login Password"
-msgstr ""
-
-#: ../../mod/install.php:132
-msgid "Database Name"
-msgstr ""
-
-#: ../../mod/install.php:133
-msgid "Please select a default timezone for your website"
-msgstr ""
-
-#: ../../mod/install.php:134
-msgid ""
-"Site administrator email address. Your account email address must match this "
-"in order to use the web admin panel."
-msgstr ""
-
-#: ../../mod/install.php:153
-msgid "Could not find a command line version of PHP in the web server PATH."
-msgstr ""
-
-#: ../../mod/install.php:154
-msgid ""
-"This is required. Please adjust the configuration file .htconfig.php "
-"accordingly."
-msgstr ""
-
-#: ../../mod/install.php:161
-msgid ""
-"The command line version of PHP on your system does not have "
-"\"register_argc_argv\" enabled."
-msgstr ""
-
-#: ../../mod/install.php:162
-msgid "This is required for message delivery to work."
-msgstr ""
-
-#: ../../mod/install.php:184
-msgid ""
-"Error: the \"openssl_pkey_new\" function on this system is not able to "
-"generate encryption keys"
-msgstr ""
-
-#: ../../mod/install.php:185
-msgid ""
-"If running under Windows, please see \"http://www.php.net/manual/en/openssl."
-"installation.php\"."
-msgstr ""
-
-#: ../../mod/install.php:194
-msgid ""
-"Error: Apache webserver mod-rewrite module is required but not installed."
-msgstr ""
-
-#: ../../mod/install.php:196
-msgid "Error: libCURL PHP module required but not installed."
-msgstr ""
-
-#: ../../mod/install.php:198
+#: ../../mod/register.php:482
 msgid ""
-"Error: GD graphics PHP module with JPEG support required but not installed."
+"If you are not familiar with OpenID, please leave that field blank and fill "
+"in the rest of the items."
 msgstr ""
 
-#: ../../mod/install.php:200
-msgid "Error: openssl PHP module required but not installed."
+#: ../../mod/register.php:483
+msgid "Your OpenID (optional): "
 msgstr ""
 
-#: ../../mod/install.php:202
-msgid "Error: mysqli PHP module required but not installed."
+#: ../../mod/register.php:497
+msgid "Include your profile in member directory?"
 msgstr ""
 
-#: ../../mod/install.php:204
-msgid "Error: mb_string PHP module required but not installed."
+#: ../../mod/register.php:512
+msgid "Membership on this site is by invitation only."
 msgstr ""
 
-#: ../../mod/install.php:216
-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."
+#: ../../mod/register.php:513
+msgid "Your invitation ID: "
 msgstr ""
 
-#: ../../mod/install.php:217
-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."
+#: ../../mod/register.php:516 ../../mod/admin.php:297
+msgid "Registration"
 msgstr ""
 
-#: ../../mod/install.php:218
-msgid ""
-"Please check with your site documentation or support people to see if this "
-"situation can be corrected."
+#: ../../mod/register.php:524
+msgid "Your Full Name (e.g. Joe Smith): "
 msgstr ""
 
-#: ../../mod/install.php:219
-msgid ""
-"If not, you may be required to perform a manual installation. Please see the "
-"file \"INSTALL.txt\" for instructions."
+#: ../../mod/register.php:525
+msgid "Your Email Address: "
 msgstr ""
 
-#: ../../mod/install.php:228
+#: ../../mod/register.php:526
 msgid ""
-"The database configuration file \".htconfig.php\" could not be written. "
-"Please use the enclosed text to create a configuration file in your web "
-"server root."
-msgstr ""
-
-#: ../../mod/install.php:243
-msgid "Errors encountered creating database tables."
-msgstr ""
-
-#: ../../mod/network.php:148
-msgid "Commented Order"
+"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 ""
 
-#: ../../mod/network.php:153
-msgid "Posted Order"
+#: ../../mod/register.php:527
+msgid "Choose a nickname: "
 msgstr ""
 
-#: ../../mod/network.php:159
-msgid "New"
+#: ../../mod/register.php:530 ../../include/nav.php:77 ../../boot.php:665
+msgid "Register"
 msgstr ""
 
-#: ../../mod/network.php:164
-msgid "Starred"
+#: ../../mod/dirfind.php:23
+msgid "People Search"
 msgstr ""
 
-#: ../../mod/network.php:169
-msgid "Bookmarks"
+#: ../../mod/like.php:127 ../../mod/tagger.php:70
+#: ../../addon/facebook/facebook.php:1024
+#: ../../addon/communityhome/communityhome.php:158
+#: ../../addon/communityhome/communityhome.php:167
+#: ../../include/diaspora.php:1213 ../../include/conversation.php:26
+#: ../../include/conversation.php:35 ../../include/conversation.php:99
+#: ../../include/conversation.php:108
+msgid "status"
 msgstr ""
 
-#: ../../mod/network.php:216
+#: ../../mod/like.php:144 ../../addon/facebook/facebook.php:1028
+#: ../../addon/communityhome/communityhome.php:172
+#: ../../include/diaspora.php:1229 ../../include/conversation.php:43
 #, 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] ""
-msgstr[1] ""
-
-#: ../../mod/network.php:219
-msgid "Private messages to this group are at risk of public disclosure."
+msgid "%1$s likes %2$s's %3$s"
 msgstr ""
 
-#: ../../mod/network.php:292
-msgid "No such group"
+#: ../../mod/like.php:146 ../../include/conversation.php:46
+#, php-format
+msgid "%1$s doesn't like %2$s's %3$s"
 msgstr ""
 
-#: ../../mod/network.php:303
-msgid "Group is empty"
+#: ../../mod/notice.php:15 ../../mod/viewsrc.php:15 ../../mod/admin.php:111
+#: ../../mod/admin.php:502 ../../mod/display.php:28 ../../mod/display.php:115
+#: ../../include/items.php:2898
+msgid "Item not found."
 msgstr ""
 
-#: ../../mod/network.php:308
-msgid "Group: "
+#: ../../mod/viewsrc.php:7
+msgid "Access denied."
 msgstr ""
 
-#: ../../mod/network.php:318
-msgid "Contact: "
+#: ../../mod/regmod.php:61
+msgid "Account approved."
 msgstr ""
 
-#: ../../mod/network.php:320
-msgid "Private messages to this person are at risk of public disclosure."
+#: ../../mod/regmod.php:93
+#, php-format
+msgid "Registration revoked for %s"
 msgstr ""
 
-#: ../../mod/network.php:325
-msgid "Invalid contact."
+#: ../../mod/regmod.php:105
+msgid "Please login."
 msgstr ""
 
-#: ../../mod/profperm.php:25 ../../mod/profperm.php:55
-msgid "Invalid profile identifier."
+#: ../../mod/item.php:84
+msgid "Unable to locate original post."
 msgstr ""
 
-#: ../../mod/profperm.php:101
-msgid "Profile Visibility Editor"
+#: ../../mod/item.php:199
+msgid "Empty post discarded."
 msgstr ""
 
-#: ../../mod/profperm.php:105 ../../mod/group.php:164
-msgid "Click on a contact to add or remove."
+#: ../../mod/item.php:299 ../../mod/wall_upload.php:81
+#: ../../mod/wall_upload.php:90 ../../mod/wall_upload.php:97
+#: ../../include/message.php:82
+msgid "Wall Photos"
 msgstr ""
 
-#: ../../mod/profperm.php:114
-msgid "Visible To"
+#: ../../mod/item.php:675 ../../mod/item.php:720 ../../mod/item.php:764
+#: ../../mod/item.php:807 ../../include/items.php:1835
+#: ../../include/items.php:2162 ../../include/items.php:2209
+#: ../../include/items.php:2321 ../../include/items.php:2367
+msgid "noreply"
 msgstr ""
 
-#: ../../mod/profperm.php:130
-msgid "All Contacts (with secure profile access)"
+#: ../../mod/item.php:719 ../../mod/item.php:806 ../../include/items.php:2366
+msgid "Administrator@"
 msgstr ""
 
-#: ../../mod/events.php:61
-msgid "Event description and start time are required."
+#: ../../mod/item.php:722 ../../include/items.php:2211
+#: ../../include/items.php:2369
+#, php-format
+msgid "%s commented on an item at %s"
 msgstr ""
 
-#: ../../mod/events.php:207
-msgid "Create New Event"
+#: ../../mod/item.php:809
+#, php-format
+msgid "%s posted to your profile wall at %s"
 msgstr ""
 
-#: ../../mod/events.php:210
-msgid "Previous"
+#: ../../mod/item.php:843
+msgid "System error. Post not saved."
 msgstr ""
 
-#: ../../mod/events.php:213
-msgid "Next"
+#: ../../mod/item.php:868
+#, php-format
+msgid ""
+"This message was sent to you by %s, a member of the Friendica social network."
 msgstr ""
 
-#: ../../mod/events.php:220
-msgid "l, F j"
+#: ../../mod/item.php:870
+#, php-format
+msgid "You may visit them online at %s"
 msgstr ""
 
-#: ../../mod/events.php:232
-msgid "Edit event"
+#: ../../mod/item.php:871
+msgid ""
+"Please contact the sender by replying to this post if you do not wish to "
+"receive these messages."
 msgstr ""
 
-#: ../../mod/events.php:234 ../../include/text.php:857
-msgid "link to source"
+#: ../../mod/item.php:873
+#, php-format
+msgid "%s posted an update."
 msgstr ""
 
-#: ../../mod/events.php:302
-msgid "hour:minute"
+#: ../../mod/profile_photo.php:28
+msgid "Image uploaded but image cropping failed."
 msgstr ""
 
-#: ../../mod/events.php:311
-msgid "Event details"
+#: ../../mod/profile_photo.php:61 ../../mod/profile_photo.php:68
+#: ../../mod/profile_photo.php:75 ../../mod/profile_photo.php:258
+#, php-format
+msgid "Image size reduction [%s] failed."
 msgstr ""
 
-#: ../../mod/events.php:312
-#, php-format
-msgid "Format is %s %s. Starting date and Description are required."
+#: ../../mod/profile_photo.php:89
+msgid ""
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
 msgstr ""
 
-#: ../../mod/events.php:313
-msgid "Event Starts:"
+#: ../../mod/profile_photo.php:99
+msgid "Unable to process image"
 msgstr ""
 
-#: ../../mod/events.php:316
-msgid "Finish date/time is not known or not relevant"
+#: ../../mod/profile_photo.php:113 ../../mod/wall_upload.php:56
+#, php-format
+msgid "Image exceeds size limit of %d"
 msgstr ""
 
-#: ../../mod/events.php:318
-msgid "Event Finishes:"
+#: ../../mod/profile_photo.php:203
+msgid "Upload File:"
 msgstr ""
 
-#: ../../mod/events.php:321
-msgid "Adjust for viewer timezone"
+#: ../../mod/profile_photo.php:204
+msgid "Upload Profile Photo"
 msgstr ""
 
-#: ../../mod/events.php:323
-msgid "Description:"
+#: ../../mod/profile_photo.php:205
+msgid "Upload"
 msgstr ""
 
-#: ../../mod/events.php:327
-msgid "Share this event"
+#: ../../mod/profile_photo.php:206
+msgid "skip this step"
 msgstr ""
 
-#: ../../mod/notifications.php:26
-msgid "Invalid request identifier."
+#: ../../mod/profile_photo.php:206
+msgid "select a photo from your photo albums"
 msgstr ""
 
-#: ../../mod/notifications.php:35 ../../mod/notifications.php:144
-#: ../../mod/notifications.php:188
-msgid "Discard"
+#: ../../mod/profile_photo.php:219
+msgid "Crop Image"
 msgstr ""
 
-#: ../../mod/notifications.php:71 ../../include/nav.php:109
-msgid "Network"
+#: ../../mod/profile_photo.php:220
+msgid "Please adjust the image cropping for optimum viewing."
 msgstr ""
 
-#: ../../mod/notifications.php:76 ../../include/nav.php:73
-#: ../../include/nav.php:111
-msgid "Home"
+#: ../../mod/profile_photo.php:221
+msgid "Done Editing"
 msgstr ""
 
-#: ../../mod/notifications.php:81 ../../include/nav.php:117
-msgid "Introductions"
+#: ../../mod/profile_photo.php:249
+msgid "Image uploaded successfully."
 msgstr ""
 
-#: ../../mod/notifications.php:86 ../../mod/message.php:72
-#: ../../include/nav.php:122
-msgid "Messages"
+#: ../../mod/hcard.php:10 ../../mod/profile.php:10 ../../boot.php:817
+msgid "No profile"
 msgstr ""
 
-#: ../../mod/notifications.php:105
-msgid "Show Ignored Requests"
+#: ../../mod/removeme.php:42 ../../mod/removeme.php:45
+msgid "Remove My Account"
 msgstr ""
 
-#: ../../mod/notifications.php:105
-msgid "Hide Ignored Requests"
+#: ../../mod/removeme.php:43
+msgid ""
+"This will completely remove your account. Once this has been done it is not "
+"recoverable."
 msgstr ""
 
-#: ../../mod/notifications.php:131 ../../mod/notifications.php:174
-msgid "Notification type: "
+#: ../../mod/removeme.php:44
+msgid "Please enter your password for verification:"
 msgstr ""
 
-#: ../../mod/notifications.php:132
-msgid "Friend Suggestion"
+#: ../../mod/message.php:23
+msgid "No recipient selected."
 msgstr ""
 
-#: ../../mod/notifications.php:134
-#, php-format
-msgid "suggested by %s"
+#: ../../mod/message.php:26
+msgid "Unable to locate contact information."
 msgstr ""
 
-#: ../../mod/notifications.php:140 ../../mod/notifications.php:185
-#: ../../mod/admin.php:466
-msgid "Approve"
+#: ../../mod/message.php:29
+msgid "Message could not be sent."
 msgstr ""
 
-#: ../../mod/notifications.php:160
-msgid "Claims to be known to you: "
+#: ../../mod/message.php:31
+msgid "Message sent."
 msgstr ""
 
-#: ../../mod/notifications.php:160
-msgid "yes"
+#: ../../mod/message.php:51
+msgid "Inbox"
 msgstr ""
 
-#: ../../mod/notifications.php:160
-msgid "no"
+#: ../../mod/message.php:56
+msgid "Outbox"
 msgstr ""
 
-#: ../../mod/notifications.php:167
-msgid "Approve as: "
+#: ../../mod/message.php:61
+msgid "New Message"
 msgstr ""
 
-#: ../../mod/notifications.php:168
-msgid "Friend"
+#: ../../mod/message.php:87
+msgid "Message deleted."
 msgstr ""
 
-#: ../../mod/notifications.php:169
-msgid "Sharer"
+#: ../../mod/message.php:103
+msgid "Conversation removed."
 msgstr ""
 
-#: ../../mod/notifications.php:169
-msgid "Fan/Admirer"
+#: ../../mod/message.php:119 ../../include/conversation.php:805
+msgid "Please enter a link URL:"
 msgstr ""
 
-#: ../../mod/notifications.php:175
-msgid "Friend/Connect Request"
+#: ../../mod/message.php:127
+msgid "Send Private Message"
 msgstr ""
 
-#: ../../mod/notifications.php:175
-msgid "New Follower"
+#: ../../mod/message.php:128 ../../mod/message.php:261
+msgid "To:"
 msgstr ""
 
-#: ../../mod/notifications.php:194
-msgid "No notifications."
+#: ../../mod/message.php:129 ../../mod/message.php:262
+msgid "Subject:"
 msgstr ""
 
-#: ../../mod/notifications.php:197 ../../mod/notifications.php:283
-#: ../../mod/notifications.php:359 ../../include/nav.php:118
-msgid "Notifications"
+#: ../../mod/message.php:132 ../../mod/message.php:265
+#: ../../mod/invite.php:101
+msgid "Your message:"
 msgstr ""
 
-#: ../../mod/notifications.php:234 ../../mod/notifications.php:316
-#, php-format
-msgid "%s liked %s's post"
+#: ../../mod/message.php:170
+msgid "No messages."
 msgstr ""
 
-#: ../../mod/notifications.php:243 ../../mod/notifications.php:325
-#, php-format
-msgid "%s disliked %s's post"
+#: ../../mod/message.php:183
+msgid "Delete conversation"
 msgstr ""
 
-#: ../../mod/notifications.php:257 ../../mod/notifications.php:339
-#, php-format
-msgid "%s is now friends with %s"
+#: ../../mod/message.php:186
+msgid "D, d M Y - g:i A"
 msgstr ""
 
-#: ../../mod/notifications.php:264
-#, php-format
-msgid "%s created a new post"
+#: ../../mod/message.php:213
+msgid "Message not available."
 msgstr ""
 
-#: ../../mod/notifications.php:265 ../../mod/notifications.php:348
-#, php-format
-msgid "%s commented on %s's post"
+#: ../../mod/message.php:250
+msgid "Delete message"
 msgstr ""
 
-#: ../../mod/notifications.php:279 ../../mod/notifications.php:355
-msgid "Nothing new!"
+#: ../../mod/message.php:260
+msgid "Send Reply"
 msgstr ""
 
-#: ../../mod/crepair.php:100
-msgid "Contact settings applied."
+#: ../../mod/allfriends.php:34
+#, php-format
+msgid "Friends of %s"
 msgstr ""
 
-#: ../../mod/crepair.php:102
-msgid "Contact update failed."
+#: ../../mod/allfriends.php:40
+msgid "No friends to display."
 msgstr ""
 
-#: ../../mod/crepair.php:127 ../../mod/fsuggest.php:20
-#: ../../mod/fsuggest.php:92 ../../mod/dfrn_confirm.php:114
-msgid "Contact not found."
+#: ../../mod/admin.php:59 ../../mod/admin.php:295
+msgid "Site"
 msgstr ""
 
-#: ../../mod/crepair.php:133
-msgid "Repair Contact Settings"
+#: ../../mod/admin.php:60 ../../mod/admin.php:460 ../../mod/admin.php:472
+msgid "Users"
 msgstr ""
 
-#: ../../mod/crepair.php:135
-msgid ""
-"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect "
-"information your communications with this contact may stop working."
+#: ../../mod/admin.php:61 ../../mod/admin.php:549 ../../mod/admin.php:586
+msgid "Plugins"
 msgstr ""
 
-#: ../../mod/crepair.php:136
-msgid ""
-"Please use your browser 'Back' button <strong>now</strong> if you are "
-"uncertain what to do on this page."
+#: ../../mod/admin.php:76 ../../mod/admin.php:651
+msgid "Logs"
 msgstr ""
 
-#: ../../mod/crepair.php:145
-msgid "Account Nickname"
+#: ../../mod/admin.php:81
+msgid "User registrations waiting for confirmation"
 msgstr ""
 
-#: ../../mod/crepair.php:146
-msgid "@Tagname - overrides Name/Nickname"
+#: ../../mod/admin.php:144 ../../mod/admin.php:294 ../../mod/admin.php:459
+#: ../../mod/admin.php:548 ../../mod/admin.php:585 ../../mod/admin.php:650
+msgid "Administration"
 msgstr ""
 
-#: ../../mod/crepair.php:147
-msgid "Account URL"
+#: ../../mod/admin.php:145
+msgid "Summary"
 msgstr ""
 
-#: ../../mod/crepair.php:148
-msgid "Friend Request URL"
+#: ../../mod/admin.php:146
+msgid "Registered users"
 msgstr ""
 
-#: ../../mod/crepair.php:149
-msgid "Friend Confirm URL"
+#: ../../mod/admin.php:148
+msgid "Pending registrations"
 msgstr ""
 
-#: ../../mod/crepair.php:150
-msgid "Notification Endpoint URL"
+#: ../../mod/admin.php:149
+msgid "Version"
 msgstr ""
 
-#: ../../mod/crepair.php:151
-msgid "Poll/Feed URL"
+#: ../../mod/admin.php:151
+msgid "Active plugins"
 msgstr ""
 
-#: ../../mod/crepair.php:152
-msgid "New photo from this URL"
+#: ../../mod/admin.php:243
+msgid "Site settings updated."
 msgstr ""
 
-#: ../../mod/dfrn_request.php:92
-msgid "This introduction has already been accepted."
+#: ../../mod/admin.php:287
+msgid "Closed"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:116 ../../mod/dfrn_request.php:351
-msgid "Profile location is not valid or does not contain profile information."
+#: ../../mod/admin.php:288
+msgid "Requires approval"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:121 ../../mod/dfrn_request.php:356
-msgid "Warning: profile location has no identifiable owner name."
+#: ../../mod/admin.php:289
+msgid "Open"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:358
-msgid "Warning: profile location has no profile photo."
+#: ../../mod/admin.php:298
+msgid "File upload"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:126 ../../mod/dfrn_request.php:361
-#, php-format
-msgid "%d required parameter was not found at the given location"
-msgid_plural "%d required parameters were not found at the given location"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../../mod/dfrn_request.php:167
-msgid "Introduction complete."
+#: ../../mod/admin.php:299
+msgid "Policies"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:191
-msgid "Unrecoverable protocol error."
+#: ../../mod/admin.php:300
+msgid "Advanced"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:219
-msgid "Profile unavailable."
+#: ../../mod/admin.php:304 ../../addon/statusnet/statusnet.php:477
+msgid "Site name"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:244
-#, php-format
-msgid "%s has received too many connection requests today."
+#: ../../mod/admin.php:305
+msgid "Banner/Logo"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:245
-msgid "Spam protection measures have been invoked."
+#: ../../mod/admin.php:306
+msgid "System language"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:246
-msgid "Friends are advised to please try again in 24 hours."
+#: ../../mod/admin.php:307
+msgid "System theme"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:276
-msgid "Invalid locator"
+#: ../../mod/admin.php:309
+msgid "Maximum image size"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:296
-msgid "Unable to resolve your name at the provided location."
+#: ../../mod/admin.php:311
+msgid "Register policy"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:309
-msgid "You have already introduced yourself here."
+#: ../../mod/admin.php:312
+msgid "Register text"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:313
-#, php-format
-msgid "Apparently you are already friends with %s."
+#: ../../mod/admin.php:313
+msgid "Accounts abandoned after x days"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:334
-msgid "Invalid profile URL."
+#: ../../mod/admin.php:313
+msgid ""
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
 msgstr ""
 
-#: ../../mod/dfrn_request.php:430
-msgid "Your introduction has been sent."
+#: ../../mod/admin.php:314
+msgid "Allowed friend domains"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:483
-msgid "Please login to confirm introduction."
+#: ../../mod/admin.php:315
+msgid "Allowed email domains"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:497
-msgid ""
-"Incorrect identity currently logged in. Please login to <strong>this</"
-"strong> profile."
+#: ../../mod/admin.php:316
+msgid "Block public"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:509
-#, php-format
-msgid "Welcome home %s."
+#: ../../mod/admin.php:317
+msgid "Force publish"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:510
-#, php-format
-msgid "Please confirm your introduction/connection request to %s."
+#: ../../mod/admin.php:318
+msgid "Global directory update URL"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:511
-msgid "Confirm"
+#: ../../mod/admin.php:320
+msgid "Block multiple registrations"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:544 ../../include/items.php:2431
-msgid "[Name Withheld]"
+#: ../../mod/admin.php:321
+msgid "OpenID support"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:551
-msgid "Introduction received at "
+#: ../../mod/admin.php:322
+msgid "Gravatar support"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:635
-#, php-format
-msgid ""
-"Diaspora members: Please do not use this form. Instead, enter \"%s\" into "
-"your Diaspora search bar."
+#: ../../mod/admin.php:323
+msgid "Fullname check"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:638
-msgid ""
-"Please enter your 'Identity Address' from one of the following supported "
-"social networks:"
+#: ../../mod/admin.php:324
+msgid "UTF-8 Regular expressions"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:641
-msgid "Friend/Connection Request"
+#: ../../mod/admin.php:325
+msgid "Show Community Page"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:642
-msgid ""
-"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
-"testuser@identi.ca"
+#: ../../mod/admin.php:326
+msgid "Enable OStatus support"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:643
-msgid "Please answer the following:"
+#: ../../mod/admin.php:327
+msgid "Enable Diaspora support"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:644
-#, php-format
-msgid "Does %s know you?"
+#: ../../mod/admin.php:328
+msgid "Only allow Friendika contacts"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:647
-msgid "Add a personal note:"
+#: ../../mod/admin.php:329
+msgid "Verify SSL"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:649 ../../include/contact_selectors.php:78
-msgid "Friendica"
+#: ../../mod/admin.php:330
+msgid "Proxy user"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:650
-msgid "StatusNet/Federated Social Web"
+#: ../../mod/admin.php:331
+msgid "Proxy URL"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:652
-msgid "- please share from your own site as noted above"
+#: ../../mod/admin.php:332
+msgid "Network timeout"
 msgstr ""
 
-#: ../../mod/dfrn_request.php:653
-msgid "Your Identity Address:"
-msgstr ""
+#: ../../mod/admin.php:353
+#, php-format
+msgid "%s user blocked"
+msgid_plural "%s users blocked/unblocked"
+msgstr[0] ""
+msgstr[1] ""
 
-#: ../../mod/dfrn_request.php:654
-msgid "Submit Request"
+#: ../../mod/admin.php:360
+#, php-format
+msgid "%s user deleted"
+msgid_plural "%s users deleted"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../mod/admin.php:394
+#, php-format
+msgid "User '%s' deleted"
 msgstr ""
 
-#: ../../mod/api.php:76 ../../mod/api.php:102
-msgid "Authorize application connection"
+#: ../../mod/admin.php:401
+#, php-format
+msgid "User '%s' unblocked"
 msgstr ""
 
-#: ../../mod/api.php:77
-msgid "Return to your app and insert this Securty Code:"
+#: ../../mod/admin.php:401
+#, php-format
+msgid "User '%s' blocked"
 msgstr ""
 
-#: ../../mod/api.php:89
-msgid "Please login to continue."
+#: ../../mod/admin.php:462
+msgid "select all"
 msgstr ""
 
-#: ../../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?"
+#: ../../mod/admin.php:463
+msgid "User registrations waiting for confirm"
 msgstr ""
 
-#: ../../mod/tagger.php:70 ../../mod/like.php:127
-#: ../../addon/facebook/facebook.php:1024
-#: ../../addon/communityhome/communityhome.php:158
-#: ../../addon/communityhome/communityhome.php:167
-#: ../../include/conversation.php:26 ../../include/conversation.php:35
-#: ../../include/diaspora.php:1211
-msgid "status"
+#: ../../mod/admin.php:464
+msgid "Request date"
 msgstr ""
 
-#: ../../mod/tagger.php:103
-#, php-format
-msgid "%1$s tagged %2$s's %3$s with %4$s"
+#: ../../mod/admin.php:464 ../../mod/admin.php:473
+#: ../../include/contact_selectors.php:78
+msgid "Email"
 msgstr ""
 
-#: ../../mod/like.php:144 ../../addon/facebook/facebook.php:1028
-#: ../../addon/communityhome/communityhome.php:172
-#: ../../include/conversation.php:43 ../../include/diaspora.php:1227
-#, php-format
-msgid "%1$s likes %2$s's %3$s"
+#: ../../mod/admin.php:465
+msgid "No registrations."
 msgstr ""
 
-#: ../../mod/like.php:146 ../../include/conversation.php:46
-#, php-format
-msgid "%1$s doesn't like %2$s's %3$s"
+#: ../../mod/admin.php:467
+msgid "Deny"
 msgstr ""
 
-#: ../../mod/lostpass.php:16
-msgid "No valid account found."
+#: ../../mod/admin.php:473
+msgid "Register date"
 msgstr ""
 
-#: ../../mod/lostpass.php:31
-msgid "Password reset request issued. Check your email."
+#: ../../mod/admin.php:473
+msgid "Last login"
 msgstr ""
 
-#: ../../mod/lostpass.php:42
-#, php-format
-msgid "Password reset requested at %s"
+#: ../../mod/admin.php:473
+msgid "Last item"
 msgstr ""
 
-#: ../../mod/lostpass.php:64
-msgid ""
-"Request could not be verified. (You may have previously submitted it.) "
-"Password reset failed."
+#: ../../mod/admin.php:473
+msgid "Account"
 msgstr ""
 
-#: ../../mod/lostpass.php:83
-msgid "Your password has been reset as requested."
+#: ../../mod/admin.php:475
+msgid ""
+"Selected users will be deleted!\\n\\nEverything these users had posted on "
+"this site will be permanently deleted!\\n\\nAre you sure?"
 msgstr ""
 
-#: ../../mod/lostpass.php:84
-msgid "Your new password is"
+#: ../../mod/admin.php:476
+msgid ""
+"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
+"site will be permanently deleted!\\n\\nAre you sure?"
 msgstr ""
 
-#: ../../mod/lostpass.php:85
-msgid "Save or copy your new password - and then"
+#: ../../mod/admin.php:512
+#, php-format
+msgid "Plugin %s disabled."
 msgstr ""
 
-#: ../../mod/lostpass.php:86
-msgid "click here to login"
+#: ../../mod/admin.php:516
+#, php-format
+msgid "Plugin %s enabled."
 msgstr ""
 
-#: ../../mod/lostpass.php:87
-msgid ""
-"Your password may be changed from the <em>Settings</em> page after "
-"successful login."
+#: ../../mod/admin.php:526
+msgid "Disable"
 msgstr ""
 
-#: ../../mod/lostpass.php:118
-msgid "Forgot your Password?"
+#: ../../mod/admin.php:528
+msgid "Enable"
 msgstr ""
 
-#: ../../mod/lostpass.php:119
-msgid ""
-"Enter your email address and submit to have your password reset. Then check "
-"your email for further instructions."
+#: ../../mod/admin.php:550
+msgid "Toggle"
 msgstr ""
 
-#: ../../mod/lostpass.php:120
-msgid "Nickname or Email: "
+#: ../../mod/admin.php:551 ../../include/nav.php:128
+msgid "Settings"
 msgstr ""
 
-#: ../../mod/lostpass.php:121
-msgid "Reset"
+#: ../../mod/admin.php:613
+msgid "Log settings updated."
 msgstr ""
 
-#: ../../mod/friendica.php:43
-msgid "This is Friendica, version"
+#: ../../mod/admin.php:653
+msgid "Clear"
 msgstr ""
 
-#: ../../mod/friendica.php:44
-msgid "running at web location"
+#: ../../mod/admin.php:659
+msgid "Debugging"
 msgstr ""
 
-#: ../../mod/friendica.php:46
-msgid ""
-"Please visit <a href=\"http://project.friendika.com\">Project.Friendika.com</"
-"a> to learn more about the Friendica project."
+#: ../../mod/admin.php:660
+msgid "Log file"
 msgstr ""
 
-#: ../../mod/friendica.php:48
-msgid "Bug reports and issues: please visit"
+#: ../../mod/admin.php:660
+msgid "Must be writable by web server. Relative to your Friendika index.php."
 msgstr ""
 
-#: ../../mod/friendica.php:49
-msgid ""
-"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
-"dot com"
+#: ../../mod/admin.php:661
+msgid "Log level"
 msgstr ""
 
-#: ../../mod/friendica.php:54
-msgid "Installed plugins/addons/apps"
+#: ../../mod/admin.php:702
+msgid "Close"
 msgstr ""
 
-#: ../../mod/friendica.php:62
-msgid "No installed plugins/addons/apps"
+#: ../../mod/admin.php:708
+msgid "FTP Host"
 msgstr ""
 
-#: ../../mod/removeme.php:42 ../../mod/removeme.php:45
-msgid "Remove My Account"
+#: ../../mod/admin.php:709
+msgid "FTP Path"
 msgstr ""
 
-#: ../../mod/removeme.php:43
-msgid ""
-"This will completely remove your account. Once this has been done it is not "
-"recoverable."
+#: ../../mod/admin.php:710
+msgid "FTP User"
 msgstr ""
 
-#: ../../mod/removeme.php:44
-msgid "Please enter your password for verification:"
+#: ../../mod/admin.php:711
+msgid "FTP Password"
 msgstr ""
 
-#: ../../mod/apps.php:4
-msgid "Applications"
+#: ../../mod/profile.php:105 ../../mod/display.php:66
+msgid "Access to this profile has been restricted."
 msgstr ""
 
-#: ../../mod/apps.php:7
-msgid "No installed applications."
+#: ../../mod/profile.php:127
+msgid "Tips for New Members"
 msgstr ""
 
-#: ../../mod/notes.php:63 ../../include/text.php:628
-msgid "Save"
+#: ../../mod/ping.php:146
+msgid "{0} wants to be your friend"
 msgstr ""
 
-#: ../../mod/fsuggest.php:63
-msgid "Friend suggestion sent."
+#: ../../mod/ping.php:151
+msgid "{0} sent you a message"
 msgstr ""
 
-#: ../../mod/fsuggest.php:97
-msgid "Suggest Friends"
+#: ../../mod/ping.php:156
+msgid "{0} requested registration"
 msgstr ""
 
-#: ../../mod/fsuggest.php:99
+#: ../../mod/ping.php:162
 #, php-format
-msgid "Suggest a friend for %s"
+msgid "{0} commented %s's post"
 msgstr ""
 
-#: ../../mod/viewsrc.php:7
-msgid "Access denied."
+#: ../../mod/ping.php:167
+#, php-format
+msgid "{0} liked %s's post"
 msgstr ""
 
-#: ../../mod/directory.php:49
-msgid "Global Directory"
+#: ../../mod/ping.php:172
+#, php-format
+msgid "{0} disliked %s's post"
 msgstr ""
 
-#: ../../mod/directory.php:55
-msgid "Normal site view"
+#: ../../mod/ping.php:177
+#, php-format
+msgid "{0} is now friends with %s"
 msgstr ""
 
-#: ../../mod/directory.php:57
-msgid "Admin - View all site entries"
+#: ../../mod/ping.php:182
+msgid "{0} posted"
 msgstr ""
 
-#: ../../mod/directory.php:63
-msgid "Find on this site"
+#: ../../mod/ping.php:187
+#, php-format
+msgid "{0} tagged %s's post with #%s"
 msgstr ""
 
-#: ../../mod/directory.php:66
-msgid "Site Directory"
+#: ../../mod/openid.php:63 ../../mod/openid.php:123 ../../include/auth.php:122
+#: ../../include/auth.php:147 ../../include/auth.php:201
+msgid "Login failed."
 msgstr ""
 
-#: ../../mod/directory.php:125
-msgid "Gender: "
+#: ../../mod/openid.php:79 ../../include/auth.php:217
+msgid "Welcome "
 msgstr ""
 
-#: ../../mod/directory.php:151
-msgid "No entries (some entries may be hidden)."
+#: ../../mod/openid.php:80 ../../include/auth.php:218
+msgid "Please upload a profile photo."
 msgstr ""
 
-#: ../../mod/admin.php:59 ../../mod/admin.php:295
-msgid "Site"
+#: ../../mod/openid.php:83 ../../include/auth.php:221
+msgid "Welcome back "
 msgstr ""
 
-#: ../../mod/admin.php:60 ../../mod/admin.php:460 ../../mod/admin.php:472
-msgid "Users"
+#: ../../mod/follow.php:39
+msgid ""
+"This site is not configured to allow communications with other networks."
 msgstr ""
 
-#: ../../mod/admin.php:61 ../../mod/admin.php:549 ../../mod/admin.php:586
-msgid "Plugins"
+#: ../../mod/follow.php:40 ../../mod/follow.php:50
+msgid "No compatible communication protocols or feeds were discovered."
 msgstr ""
 
-#: ../../mod/admin.php:76 ../../mod/admin.php:651
-msgid "Logs"
+#: ../../mod/follow.php:48
+msgid "The profile address specified does not provide adequate information."
 msgstr ""
 
-#: ../../mod/admin.php:81
-msgid "User registrations waiting for confirmation"
+#: ../../mod/follow.php:52
+msgid "An author or name was not found."
 msgstr ""
 
-#: ../../mod/admin.php:144 ../../mod/admin.php:294 ../../mod/admin.php:459
-#: ../../mod/admin.php:548 ../../mod/admin.php:585 ../../mod/admin.php:650
-msgid "Administration"
+#: ../../mod/follow.php:54
+msgid "No browser URL could be matched to this address."
 msgstr ""
 
-#: ../../mod/admin.php:145
-msgid "Summary"
+#: ../../mod/follow.php:61
+msgid ""
+"The profile address specified belongs to a network which has been disabled "
+"on this site."
 msgstr ""
 
-#: ../../mod/admin.php:146
-msgid "Registered users"
+#: ../../mod/follow.php:66
+msgid ""
+"Limited profile. This person will be unable to receive direct/personal "
+"notifications from you."
 msgstr ""
 
-#: ../../mod/admin.php:148
-msgid "Pending registrations"
+#: ../../mod/follow.php:133
+msgid "Unable to retrieve contact information."
 msgstr ""
 
-#: ../../mod/admin.php:149
-msgid "Version"
+#: ../../mod/follow.php:179
+msgid "following"
 msgstr ""
 
-#: ../../mod/admin.php:151
-msgid "Active plugins"
+#: ../../mod/common.php:34
+msgid "Common Friends"
 msgstr ""
 
-#: ../../mod/admin.php:243
-msgid "Site settings updated."
+#: ../../mod/common.php:42
+msgid "No friends in common."
 msgstr ""
 
-#: ../../mod/admin.php:287
-msgid "Closed"
+#: ../../mod/display.php:108
+msgid "Item has been removed."
 msgstr ""
 
-#: ../../mod/admin.php:288
-msgid "Requires approval"
+#: ../../mod/apps.php:4
+msgid "Applications"
 msgstr ""
 
-#: ../../mod/admin.php:289
-msgid "Open"
+#: ../../mod/apps.php:7
+msgid "No installed applications."
 msgstr ""
 
-#: ../../mod/admin.php:298
-msgid "File upload"
+#: ../../mod/search.php:83
+msgid "Search This Site"
 msgstr ""
 
-#: ../../mod/admin.php:299
-msgid "Policies"
+#: ../../mod/profiles.php:21 ../../mod/profiles.php:239
+#: ../../mod/profiles.php:344 ../../mod/dfrn_confirm.php:62
+msgid "Profile not found."
 msgstr ""
 
-#: ../../mod/admin.php:300
-msgid "Advanced"
+#: ../../mod/profiles.php:28
+msgid "Profile Name is required."
 msgstr ""
 
-#: ../../mod/admin.php:304 ../../addon/statusnet/statusnet.php:477
-msgid "Site name"
+#: ../../mod/profiles.php:198
+msgid "Profile updated."
 msgstr ""
 
-#: ../../mod/admin.php:305
-msgid "Banner/Logo"
+#: ../../mod/profiles.php:256
+msgid "Profile deleted."
 msgstr ""
 
-#: ../../mod/admin.php:306
-msgid "System language"
+#: ../../mod/profiles.php:272 ../../mod/profiles.php:303
+msgid "Profile-"
 msgstr ""
 
-#: ../../mod/admin.php:307
-msgid "System theme"
+#: ../../mod/profiles.php:291 ../../mod/profiles.php:330
+msgid "New profile created."
 msgstr ""
 
-#: ../../mod/admin.php:309
-msgid "Maximum image size"
+#: ../../mod/profiles.php:309
+msgid "Profile unavailable to clone."
 msgstr ""
 
-#: ../../mod/admin.php:311
-msgid "Register policy"
+#: ../../mod/profiles.php:356
+msgid "Hide your contact/friend list from viewers of this profile?"
 msgstr ""
 
-#: ../../mod/admin.php:312
-msgid "Register text"
+#: ../../mod/profiles.php:374
+msgid "Edit Profile Details"
 msgstr ""
 
-#: ../../mod/admin.php:313
-msgid "Accounts abandoned after x days"
+#: ../../mod/profiles.php:376
+msgid "View this profile"
 msgstr ""
 
-#: ../../mod/admin.php:313
-msgid ""
-"Will not waste system resources polling external sites for abandonded "
-"accounts. Enter 0 for no time limit."
+#: ../../mod/profiles.php:377
+msgid "Create a new profile using these settings"
 msgstr ""
 
-#: ../../mod/admin.php:314
-msgid "Allowed friend domains"
+#: ../../mod/profiles.php:378
+msgid "Clone this profile"
 msgstr ""
 
-#: ../../mod/admin.php:315
-msgid "Allowed email domains"
+#: ../../mod/profiles.php:379
+msgid "Delete this profile"
 msgstr ""
 
-#: ../../mod/admin.php:316
-msgid "Block public"
+#: ../../mod/profiles.php:380
+msgid "Profile Name:"
 msgstr ""
 
-#: ../../mod/admin.php:317
-msgid "Force publish"
+#: ../../mod/profiles.php:381
+msgid "Your Full Name:"
 msgstr ""
 
-#: ../../mod/admin.php:318
-msgid "Global directory update URL"
+#: ../../mod/profiles.php:382
+msgid "Title/Description:"
 msgstr ""
 
-#: ../../mod/admin.php:320
-msgid "Block multiple registrations"
+#: ../../mod/profiles.php:383
+msgid "Your Gender:"
 msgstr ""
 
-#: ../../mod/admin.php:321
-msgid "OpenID support"
+#: ../../mod/profiles.php:384
+#, php-format
+msgid "Birthday (%s):"
 msgstr ""
 
-#: ../../mod/admin.php:322
-msgid "Gravatar support"
+#: ../../mod/profiles.php:385
+msgid "Street Address:"
 msgstr ""
 
-#: ../../mod/admin.php:323
-msgid "Fullname check"
+#: ../../mod/profiles.php:386
+msgid "Locality/City:"
 msgstr ""
 
-#: ../../mod/admin.php:324
-msgid "UTF-8 Regular expressions"
+#: ../../mod/profiles.php:387
+msgid "Postal/Zip Code:"
 msgstr ""
 
-#: ../../mod/admin.php:325
-msgid "Show Community Page"
+#: ../../mod/profiles.php:388
+msgid "Country:"
 msgstr ""
 
-#: ../../mod/admin.php:326
-msgid "Enable OStatus support"
+#: ../../mod/profiles.php:389
+msgid "Region/State:"
 msgstr ""
 
-#: ../../mod/admin.php:327
-msgid "Enable Diaspora support"
+#: ../../mod/profiles.php:390
+msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
 msgstr ""
 
-#: ../../mod/admin.php:328
-msgid "Only allow Friendika contacts"
+#: ../../mod/profiles.php:391
+msgid "Who: (if applicable)"
 msgstr ""
 
-#: ../../mod/admin.php:329
-msgid "Verify SSL"
+#: ../../mod/profiles.php:392
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
 msgstr ""
 
-#: ../../mod/admin.php:330
-msgid "Proxy user"
+#: ../../mod/profiles.php:393 ../../include/profile_advanced.php:43
+msgid "Sexual Preference:"
 msgstr ""
 
-#: ../../mod/admin.php:331
-msgid "Proxy URL"
+#: ../../mod/profiles.php:394
+msgid "Homepage URL:"
 msgstr ""
 
-#: ../../mod/admin.php:332
-msgid "Network timeout"
+#: ../../mod/profiles.php:395 ../../include/profile_advanced.php:47
+msgid "Political Views:"
 msgstr ""
 
-#: ../../mod/admin.php:353
-#, php-format
-msgid "%s user blocked"
-msgid_plural "%s users blocked/unblocked"
-msgstr[0] ""
-msgstr[1] ""
+#: ../../mod/profiles.php:396
+msgid "Religious Views:"
+msgstr ""
 
-#: ../../mod/admin.php:360
-#, php-format
-msgid "%s user deleted"
-msgid_plural "%s users deleted"
-msgstr[0] ""
-msgstr[1] ""
+#: ../../mod/profiles.php:397
+msgid "Public Keywords:"
+msgstr ""
 
-#: ../../mod/admin.php:394
-#, php-format
-msgid "User '%s' deleted"
+#: ../../mod/profiles.php:398
+msgid "Private Keywords:"
 msgstr ""
 
-#: ../../mod/admin.php:401
-#, php-format
-msgid "User '%s' unblocked"
+#: ../../mod/profiles.php:399
+msgid "Example: fishing photography software"
 msgstr ""
 
-#: ../../mod/admin.php:401
-#, php-format
-msgid "User '%s' blocked"
+#: ../../mod/profiles.php:400
+msgid "(Used for suggesting potential friends, can be seen by others)"
 msgstr ""
 
-#: ../../mod/admin.php:462
-msgid "select all"
+#: ../../mod/profiles.php:401
+msgid "(Used for searching profiles, never shown to others)"
 msgstr ""
 
-#: ../../mod/admin.php:463
-msgid "User registrations waiting for confirm"
+#: ../../mod/profiles.php:402
+msgid "Tell us about yourself..."
 msgstr ""
 
-#: ../../mod/admin.php:464
-msgid "Request date"
+#: ../../mod/profiles.php:403
+msgid "Hobbies/Interests"
 msgstr ""
 
-#: ../../mod/admin.php:464 ../../mod/admin.php:473
-#: ../../include/contact_selectors.php:78
-msgid "Email"
+#: ../../mod/profiles.php:404
+msgid "Contact information and Social Networks"
 msgstr ""
 
-#: ../../mod/admin.php:465
-msgid "No registrations."
+#: ../../mod/profiles.php:405
+msgid "Musical interests"
 msgstr ""
 
-#: ../../mod/admin.php:467
-msgid "Deny"
+#: ../../mod/profiles.php:406
+msgid "Books, literature"
 msgstr ""
 
-#: ../../mod/admin.php:473
-msgid "Register date"
+#: ../../mod/profiles.php:407
+msgid "Television"
 msgstr ""
 
-#: ../../mod/admin.php:473
-msgid "Last login"
+#: ../../mod/profiles.php:408
+msgid "Film/dance/culture/entertainment"
 msgstr ""
 
-#: ../../mod/admin.php:473
-msgid "Last item"
+#: ../../mod/profiles.php:409
+msgid "Love/romance"
 msgstr ""
 
-#: ../../mod/admin.php:473
-msgid "Account"
+#: ../../mod/profiles.php:410
+msgid "Work/employment"
 msgstr ""
 
-#: ../../mod/admin.php:475
-msgid ""
-"Selected users will be deleted!\\n\\nEverything these users had posted on "
-"this site will be permanently deleted!\\n\\nAre you sure?"
+#: ../../mod/profiles.php:411
+msgid "School/education"
 msgstr ""
 
-#: ../../mod/admin.php:476
+#: ../../mod/profiles.php:416
 msgid ""
-"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
-"site will be permanently deleted!\\n\\nAre you sure?"
-msgstr ""
-
-#: ../../mod/admin.php:512
-#, php-format
-msgid "Plugin %s disabled."
+"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
+"be visible to anybody using the internet."
 msgstr ""
 
-#: ../../mod/admin.php:516
-#, php-format
-msgid "Plugin %s enabled."
+#: ../../mod/profiles.php:426 ../../mod/directory.php:122
+msgid "Age: "
 msgstr ""
 
-#: ../../mod/admin.php:526
-msgid "Disable"
+#: ../../mod/profiles.php:461
+msgid "Edit/Manage Profiles"
 msgstr ""
 
-#: ../../mod/admin.php:528
-msgid "Enable"
+#: ../../mod/profiles.php:462 ../../boot.php:908
+msgid "Change profile photo"
 msgstr ""
 
-#: ../../mod/admin.php:550
-msgid "Toggle"
+#: ../../mod/profiles.php:463 ../../boot.php:909
+msgid "Create New Profile"
 msgstr ""
 
-#: ../../mod/admin.php:551 ../../include/nav.php:128
-msgid "Settings"
+#: ../../mod/profiles.php:473 ../../boot.php:919
+msgid "Profile Image"
 msgstr ""
 
-#: ../../mod/admin.php:613
-msgid "Log settings updated."
+#: ../../mod/profiles.php:475 ../../boot.php:922
+msgid "visible to everybody"
 msgstr ""
 
-#: ../../mod/admin.php:653
-msgid "Clear"
+#: ../../mod/profiles.php:476 ../../boot.php:923
+msgid "Edit visibility"
 msgstr ""
 
-#: ../../mod/admin.php:659
-msgid "Debugging"
+#: ../../mod/tagger.php:103 ../../include/conversation.php:116
+#, php-format
+msgid "%1$s tagged %2$s's %3$s with %4$s"
 msgstr ""
 
-#: ../../mod/admin.php:660
-msgid "Log file"
+#: ../../mod/suggest.php:36 ../../include/contact_widgets.php:35
+msgid "Friend Suggestions"
 msgstr ""
 
-#: ../../mod/admin.php:660
-msgid "Must be writable by web server. Relative to your Friendika index.php."
+#: ../../mod/suggest.php:42
+msgid ""
+"No suggestions. This works best when you have more than one contact/friend."
 msgstr ""
 
-#: ../../mod/admin.php:661
-msgid "Log level"
+#: ../../mod/suggest.php:55
+msgid "Ignore/Hide"
 msgstr ""
 
-#: ../../mod/admin.php:702
-msgid "Close"
+#: ../../mod/directory.php:49
+msgid "Global Directory"
 msgstr ""
 
-#: ../../mod/admin.php:708
-msgid "FTP Host"
+#: ../../mod/directory.php:55
+msgid "Normal site view"
 msgstr ""
 
-#: ../../mod/admin.php:709
-msgid "FTP Path"
+#: ../../mod/directory.php:57
+msgid "Admin - View all site entries"
 msgstr ""
 
-#: ../../mod/admin.php:710
-msgid "FTP User"
+#: ../../mod/directory.php:63
+msgid "Find on this site"
 msgstr ""
 
-#: ../../mod/admin.php:711
-msgid "FTP Password"
+#: ../../mod/directory.php:66
+msgid "Site Directory"
 msgstr ""
 
-#: ../../mod/item.php:84
-msgid "Unable to locate original post."
+#: ../../mod/directory.php:125
+msgid "Gender: "
 msgstr ""
 
-#: ../../mod/item.php:199
-msgid "Empty post discarded."
+#: ../../mod/directory.php:151
+msgid "No entries (some entries may be hidden)."
 msgstr ""
 
-#: ../../mod/item.php:675 ../../mod/item.php:720 ../../mod/item.php:764
-#: ../../mod/item.php:807 ../../include/items.php:1769
-#: ../../include/items.php:2068 ../../include/items.php:2115
-#: ../../include/items.php:2227 ../../include/items.php:2273
-msgid "noreply"
+#: ../../mod/invite.php:35
+#, php-format
+msgid "%s : Not a valid email address."
 msgstr ""
 
-#: ../../mod/item.php:719 ../../mod/item.php:806 ../../include/items.php:2272
-msgid "Administrator@"
+#: ../../mod/invite.php:59
+#, php-format
+msgid "Please join my network on %s"
 msgstr ""
 
-#: ../../mod/item.php:722 ../../include/items.php:2117
-#: ../../include/items.php:2275
+#: ../../mod/invite.php:69
 #, php-format
-msgid "%s commented on an item at %s"
+msgid "%s : Message delivery failed."
 msgstr ""
 
-#: ../../mod/item.php:809
+#: ../../mod/invite.php:73
 #, php-format
-msgid "%s posted to your profile wall at %s"
+msgid "%d message sent."
+msgid_plural "%d messages sent."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../mod/invite.php:92
+msgid "You have no more invitations available"
 msgstr ""
 
-#: ../../mod/item.php:843
-msgid "System error. Post not saved."
+#: ../../mod/invite.php:99
+msgid "Send invitations"
 msgstr ""
 
-#: ../../mod/item.php:868
-#, php-format
-msgid ""
-"This message was sent to you by %s, a member of the Friendika social network."
+#: ../../mod/invite.php:100
+msgid "Enter email addresses, one per line:"
 msgstr ""
 
-#: ../../mod/item.php:870
+#: ../../mod/invite.php:102
 #, php-format
-msgid "You may visit them online at %s"
+msgid "Please join my social network on %s"
 msgstr ""
 
-#: ../../mod/item.php:871
-msgid ""
-"Please contact the sender by replying to this post if you do not wish to "
-"receive these messages."
+#: ../../mod/invite.php:103
+msgid "To accept this invitation, please visit:"
 msgstr ""
 
-#: ../../mod/item.php:873
-#, php-format
-msgid "%s posted an update."
+#: ../../mod/invite.php:104
+msgid "You will need to supply this invitation code: $invite_code"
 msgstr ""
 
-#: ../../mod/tagrm.php:41
-msgid "Tag removed"
+#: ../../mod/invite.php:104
+msgid ""
+"Once you have registered, please connect with me via my profile page at:"
 msgstr ""
 
-#: ../../mod/tagrm.php:79
-msgid "Remove Item Tag"
+#: ../../mod/dfrn_confirm.php:234
+msgid "Response from remote site was not understood."
 msgstr ""
 
-#: ../../mod/tagrm.php:81
-msgid "Select a tag to remove: "
+#: ../../mod/dfrn_confirm.php:243
+msgid "Unexpected response from remote site: "
 msgstr ""
 
-#: ../../mod/tagrm.php:93
-msgid "Remove"
+#: ../../mod/dfrn_confirm.php:251
+msgid "Confirmation completed successfully."
 msgstr ""
 
-#: ../../mod/message.php:23
-msgid "No recipient selected."
+#: ../../mod/dfrn_confirm.php:253 ../../mod/dfrn_confirm.php:267
+#: ../../mod/dfrn_confirm.php:274
+msgid "Remote site reported: "
 msgstr ""
 
-#: ../../mod/message.php:26
-msgid "Unable to locate contact information."
+#: ../../mod/dfrn_confirm.php:265
+msgid "Temporary failure. Please wait and try again."
 msgstr ""
 
-#: ../../mod/message.php:29
-msgid "Message could not be sent."
+#: ../../mod/dfrn_confirm.php:272
+msgid "Introduction failed or was revoked."
 msgstr ""
 
-#: ../../mod/message.php:31
-msgid "Message sent."
+#: ../../mod/dfrn_confirm.php:409
+msgid "Unable to set contact photo."
 msgstr ""
 
-#: ../../mod/message.php:51
-msgid "Inbox"
+#: ../../mod/dfrn_confirm.php:459 ../../include/diaspora.php:479
+#: ../../include/conversation.php:79
+#, php-format
+msgid "%1$s is now friends with %2$s"
 msgstr ""
 
-#: ../../mod/message.php:56
-msgid "Outbox"
+#: ../../mod/dfrn_confirm.php:530
+#, php-format
+msgid "No user record found for '%s' "
 msgstr ""
 
-#: ../../mod/message.php:61
-msgid "New Message"
+#: ../../mod/dfrn_confirm.php:540
+msgid "Our site encryption key is apparently messed up."
 msgstr ""
 
-#: ../../mod/message.php:87
-msgid "Message deleted."
+#: ../../mod/dfrn_confirm.php:551
+msgid "Empty site URL was provided or URL could not be decrypted by us."
 msgstr ""
 
-#: ../../mod/message.php:103
-msgid "Conversation removed."
+#: ../../mod/dfrn_confirm.php:572
+msgid "Contact record was not found for you on our site."
 msgstr ""
 
-#: ../../mod/message.php:119 ../../include/conversation.php:767
-msgid "Please enter a link URL:"
+#: ../../mod/dfrn_confirm.php:586
+#, php-format
+msgid "Site public key not available in contact record for URL %s."
 msgstr ""
 
-#: ../../mod/message.php:127
-msgid "Send Private Message"
+#: ../../mod/dfrn_confirm.php:606
+msgid ""
+"The ID provided by your system is a duplicate on our system. It should work "
+"if you try again."
 msgstr ""
 
-#: ../../mod/message.php:128 ../../mod/message.php:261
-msgid "To:"
+#: ../../mod/dfrn_confirm.php:617
+msgid "Unable to set your contact credentials on our system."
 msgstr ""
 
-#: ../../mod/message.php:129 ../../mod/message.php:262
-msgid "Subject:"
+#: ../../mod/dfrn_confirm.php:671
+msgid "Unable to update your contact profile details on our system"
 msgstr ""
 
-#: ../../mod/message.php:170
-msgid "No messages."
+#: ../../mod/dfrn_confirm.php:701
+#, php-format
+msgid "Connection accepted at %s"
 msgstr ""
 
-#: ../../mod/message.php:183
-msgid "Delete conversation"
+#: ../../addon/facebook/facebook.php:337
+msgid "Facebook disabled"
 msgstr ""
 
-#: ../../mod/message.php:186
-msgid "D, d M Y - g:i A"
+#: ../../addon/facebook/facebook.php:342
+msgid "Updating contacts"
 msgstr ""
 
-#: ../../mod/message.php:213
-msgid "Message not available."
+#: ../../addon/facebook/facebook.php:351
+msgid "Facebook API key is missing."
 msgstr ""
 
-#: ../../mod/message.php:250
-msgid "Delete message"
+#: ../../addon/facebook/facebook.php:358
+msgid "Facebook Connect"
 msgstr ""
 
-#: ../../mod/message.php:260
-msgid "Send Reply"
+#: ../../addon/facebook/facebook.php:364
+msgid "Install Facebook connector for this account."
 msgstr ""
 
-#: ../../mod/dfrn_confirm.php:234
-msgid "Response from remote site was not understood."
+#: ../../addon/facebook/facebook.php:371
+msgid "Remove Facebook connector"
 msgstr ""
 
-#: ../../mod/dfrn_confirm.php:243
-msgid "Unexpected response from remote site: "
+#: ../../addon/facebook/facebook.php:376
+msgid ""
+"Re-authenticate [This is necessary whenever your Facebook password is "
+"changed.]"
 msgstr ""
 
-#: ../../mod/dfrn_confirm.php:251
-msgid "Confirmation completed successfully."
+#: ../../addon/facebook/facebook.php:383
+msgid "Post to Facebook by default"
 msgstr ""
 
-#: ../../mod/dfrn_confirm.php:253 ../../mod/dfrn_confirm.php:267
-#: ../../mod/dfrn_confirm.php:274
-msgid "Remote site reported: "
+#: ../../addon/facebook/facebook.php:387
+msgid "Link all your Facebook friends and conversations on this website"
 msgstr ""
 
-#: ../../mod/dfrn_confirm.php:265
-msgid "Temporary failure. Please wait and try again."
+#: ../../addon/facebook/facebook.php:389
+msgid ""
+"Facebook conversations consist of your <em>profile wall</em> and your friend "
+"<em>stream</em>."
 msgstr ""
 
-#: ../../mod/dfrn_confirm.php:272
-msgid "Introduction failed or was revoked."
+#: ../../addon/facebook/facebook.php:390
+msgid "On this website, your Facebook friend stream is only visible to you."
 msgstr ""
 
-#: ../../mod/dfrn_confirm.php:409
-msgid "Unable to set contact photo."
+#: ../../addon/facebook/facebook.php:391
+msgid ""
+"The following settings determine the privacy of your Facebook profile wall "
+"on this website."
 msgstr ""
 
-#: ../../mod/dfrn_confirm.php:459 ../../include/conversation.php:79
-#: ../../include/diaspora.php:477
-#, php-format
-msgid "%1$s is now friends with %2$s"
+#: ../../addon/facebook/facebook.php:395
+msgid ""
+"On this website your Facebook profile wall conversations will only be "
+"visible to you"
 msgstr ""
 
-#: ../../mod/dfrn_confirm.php:530
-#, php-format
-msgid "No user record found for '%s' "
+#: ../../addon/facebook/facebook.php:400
+msgid "Do not import your Facebook profile wall conversations"
 msgstr ""
 
-#: ../../mod/dfrn_confirm.php:540
-msgid "Our site encryption key is apparently messed up."
+#: ../../addon/facebook/facebook.php:402
+msgid ""
+"If you choose to link conversations and leave both of these boxes unchecked, "
+"your Facebook profile wall will be merged with your profile wall on this "
+"website and your privacy settings on this website will be used to determine "
+"who may see the conversations."
 msgstr ""
 
-#: ../../mod/dfrn_confirm.php:551
-msgid "Empty site URL was provided or URL could not be decrypted by us."
+#: ../../addon/facebook/facebook.php:469
+#: ../../include/contact_selectors.php:78
+msgid "Facebook"
 msgstr ""
 
-#: ../../mod/dfrn_confirm.php:572
-msgid "Contact record was not found for you on our site."
+#: ../../addon/facebook/facebook.php:470
+msgid "Facebook Connector Settings"
 msgstr ""
 
-#: ../../mod/dfrn_confirm.php:586
-#, php-format
-msgid "Site public key not available in contact record for URL %s."
+#: ../../addon/facebook/facebook.php:484
+msgid "Post to Facebook"
 msgstr ""
 
-#: ../../mod/dfrn_confirm.php:606
+#: ../../addon/facebook/facebook.php:561
 msgid ""
-"The ID provided by your system is a duplicate on our system. It should work "
-"if you try again."
+"Post to Facebook cancelled because of multi-network access permission "
+"conflict."
 msgstr ""
 
-#: ../../mod/dfrn_confirm.php:617
-msgid "Unable to set your contact credentials on our system."
+#: ../../addon/facebook/facebook.php:624
+msgid "Image: "
 msgstr ""
 
-#: ../../mod/dfrn_confirm.php:671
-msgid "Unable to update your contact profile details on our system"
+#: ../../addon/facebook/facebook.php:700
+msgid "View on Friendika"
 msgstr ""
 
-#: ../../mod/dfrn_confirm.php:701
-#, php-format
-msgid "Connection accepted at %s"
+#: ../../addon/facebook/facebook.php:724
+msgid "Facebook post failed. Queued for retry."
 msgstr ""
 
-#: ../../mod/openid.php:63 ../../mod/openid.php:123 ../../include/auth.php:122
-#: ../../include/auth.php:147 ../../include/auth.php:201
-msgid "Login failed."
-msgstr ""
+#: ../../addon/widgets/widget_like.php:58
+#, php-format
+msgid "%d person likes this"
+msgid_plural "%d people like this"
+msgstr[0] ""
+msgstr[1] ""
 
-#: ../../mod/openid.php:79 ../../include/auth.php:217
-msgid "Welcome "
+#: ../../addon/widgets/widget_like.php:61
+#, php-format
+msgid "%d person doesn't like this"
+msgid_plural "%d people don't like this"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../addon/widgets/widgets.php:55
+msgid "Generate new key"
 msgstr ""
 
-#: ../../mod/openid.php:80 ../../include/auth.php:218
-msgid "Please upload a profile photo."
+#: ../../addon/widgets/widgets.php:58
+msgid "Widgets key"
 msgstr ""
 
-#: ../../mod/openid.php:83 ../../include/auth.php:221
-msgid "Welcome back "
+#: ../../addon/widgets/widgets.php:60
+msgid "Widgets available"
 msgstr ""
 
-#: ../../mod/dfrn_poll.php:90 ../../mod/dfrn_poll.php:516
-#, php-format
-msgid "%s welcomes %s"
+#: ../../addon/widgets/widget_friends.php:40
+msgid "Connect on Friendika!"
 msgstr ""
 
-#: ../../mod/viewcontacts.php:25 ../../include/text.php:567
-msgid "View Contacts"
+#: ../../addon/nsfw/nsfw.php:47
+msgid "\"Not Safe For Work\" Settings"
 msgstr ""
 
-#: ../../mod/viewcontacts.php:40
-msgid "No contacts."
+#: ../../addon/nsfw/nsfw.php:49
+msgid "Comma separated words to treat as NSFW"
 msgstr ""
 
-#: ../../mod/group.php:27
-msgid "Group created."
+#: ../../addon/nsfw/nsfw.php:66
+msgid "NSFW Settings saved."
 msgstr ""
 
-#: ../../mod/group.php:33
-msgid "Could not create group."
+#: ../../addon/nsfw/nsfw.php:102
+#, php-format
+msgid "%s - Click to open/close"
 msgstr ""
 
-#: ../../mod/group.php:43 ../../mod/group.php:123
-msgid "Group not found."
+#: ../../addon/communityhome/communityhome.php:28
+#: ../../addon/communityhome/communityhome.php:34 ../../include/nav.php:62
+#: ../../boot.php:682
+msgid "Login"
 msgstr ""
 
-#: ../../mod/group.php:56
-msgid "Group name changed."
+#: ../../addon/communityhome/communityhome.php:29
+msgid "OpenID"
 msgstr ""
 
-#: ../../mod/group.php:82
-msgid "Create a group of contacts/friends."
+#: ../../addon/communityhome/communityhome.php:38
+msgid "Last users"
 msgstr ""
 
-#: ../../mod/group.php:83 ../../mod/group.php:166
-msgid "Group Name: "
+#: ../../addon/communityhome/communityhome.php:81
+msgid "Most active users"
 msgstr ""
 
-#: ../../mod/group.php:98
-msgid "Group removed."
+#: ../../addon/communityhome/communityhome.php:98
+msgid "Last photos"
 msgstr ""
 
-#: ../../mod/group.php:100
-msgid "Unable to remove group."
+#: ../../addon/communityhome/communityhome.php:133
+msgid "Last likes"
 msgstr ""
 
-#: ../../mod/group.php:165
-msgid "Group Editor"
+#: ../../addon/communityhome/communityhome.php:155
+#: ../../include/conversation.php:23 ../../include/conversation.php:96
+msgid "event"
 msgstr ""
 
-#: ../../mod/group.php:179
-msgid "Members"
+#: ../../addon/membersince/membersince.php:17
+#, php-format
+msgid " - Member since: %s"
 msgstr ""
 
-#: ../../mod/group.php:194
-msgid "All Contacts"
+#: ../../addon/tictac/tictac.php:20
+msgid "Three Dimensional Tic-Tac-Toe"
 msgstr ""
 
-#: ../../mod/attach.php:8
-msgid "Item not available."
+#: ../../addon/tictac/tictac.php:53
+msgid "3D Tic-Tac-Toe"
 msgstr ""
 
-#: ../../mod/attach.php:20
-msgid "Item was not found."
+#: ../../addon/tictac/tictac.php:58
+msgid "New game"
 msgstr ""
 
-#: ../../mod/common.php:34
-msgid "Common Friends"
+#: ../../addon/tictac/tictac.php:59
+msgid "New game with handicap"
 msgstr ""
 
-#: ../../mod/common.php:42
-msgid "No friends in common."
+#: ../../addon/tictac/tictac.php:60
+msgid ""
+"Three dimensional tic-tac-toe is just like the traditional game except that "
+"it is played on multiple levels simultaneously. "
 msgstr ""
 
-#: ../../mod/match.php:10
-msgid "Profile Match"
+#: ../../addon/tictac/tictac.php:61
+msgid ""
+"In this case there are three levels. You win by getting three in a row on "
+"any level, as well as up, down, and diagonally across the different levels."
 msgstr ""
 
-#: ../../mod/match.php:18
-msgid "No keywords to match. Please add keywords to your default profile."
+#: ../../addon/tictac/tictac.php:63
+msgid ""
+"The handicap game disables the center position on the middle level because "
+"the player claiming this square often has an unfair advantage."
 msgstr ""
 
-#: ../../mod/community.php:21
-msgid "Not available."
+#: ../../addon/tictac/tictac.php:182
+msgid "You go first..."
 msgstr ""
 
-#: ../../mod/community.php:30 ../../include/nav.php:97
-msgid "Community"
+#: ../../addon/tictac/tictac.php:187
+msgid "I'm going first this time..."
 msgstr ""
 
-#: ../../mod/community.php:87
-msgid ""
-"Shared content is covered by the <a href=\"http://creativecommons.org/"
-"licenses/by/3.0/\">Creative Commons Attribution 3.0</a> license."
+#: ../../addon/tictac/tictac.php:193
+msgid "You won!"
 msgstr ""
 
-#: ../../addon/tumblr/tumblr.php:35
-msgid "Post to Tumblr"
+#: ../../addon/tictac/tictac.php:199 ../../addon/tictac/tictac.php:224
+msgid "\"Cat\" game!"
 msgstr ""
 
-#: ../../addon/tumblr/tumblr.php:66
-msgid "Tumblr Post Settings"
+#: ../../addon/tictac/tictac.php:222
+msgid "I won!"
 msgstr ""
 
-#: ../../addon/tumblr/tumblr.php:68
-msgid "Enable Tumblr Post Plugin"
+#: ../../addon/randplace/randplace.php:170
+msgid "Randplace Settings"
 msgstr ""
 
-#: ../../addon/tumblr/tumblr.php:73
-msgid "Tumblr login"
+#: ../../addon/randplace/randplace.php:172
+msgid "Enable Randplace Plugin"
 msgstr ""
 
-#: ../../addon/tumblr/tumblr.php:78
-msgid "Tumblr password"
+#: ../../addon/js_upload/js_upload.php:43
+msgid "Upload a file"
 msgstr ""
 
-#: ../../addon/tumblr/tumblr.php:83
-msgid "Post to Tumblr by default"
+#: ../../addon/js_upload/js_upload.php:44
+msgid "Drop files here to upload"
 msgstr ""
 
-#: ../../addon/tumblr/tumblr.php:174 ../../addon/wppost/wppost.php:171
-msgid "Post from Friendica"
+#: ../../addon/js_upload/js_upload.php:46
+msgid "Failed"
 msgstr ""
 
-#: ../../addon/twitter/twitter.php:78
-msgid "Post to Twitter"
+#: ../../addon/js_upload/js_upload.php:294
+msgid "No files were uploaded."
 msgstr ""
 
-#: ../../addon/twitter/twitter.php:123
-msgid "Twitter settings updated."
+#: ../../addon/js_upload/js_upload.php:300
+msgid "Uploaded file is empty"
 msgstr ""
 
-#: ../../addon/twitter/twitter.php:145
-msgid "Twitter Posting Settings"
+#: ../../addon/js_upload/js_upload.php:323
+msgid "File has an invalid extension, it should be one of "
 msgstr ""
 
-#: ../../addon/twitter/twitter.php:152
-msgid ""
-"No consumer key pair for Twitter found. Please contact your site "
-"administrator."
+#: ../../addon/js_upload/js_upload.php:334
+msgid "Upload was cancelled, or server error encountered"
 msgstr ""
 
-#: ../../addon/twitter/twitter.php:171
-msgid ""
-"At this Friendika instance the Twitter plugin was enabled but you have not "
-"yet connected your account to your Twitter account. To do so click the "
-"button below to get a PIN from Twitter which you have to copy into the input "
-"box below and submit the form. Only your <strong>public</strong> posts will "
-"be posted to Twitter."
+#: ../../addon/impressum/impressum.php:25
+msgid "Impressum"
 msgstr ""
 
-#: ../../addon/twitter/twitter.php:172
-msgid "Log in with Twitter"
+#: ../../addon/impressum/impressum.php:38
+#: ../../addon/impressum/impressum.php:40
+#: ../../addon/impressum/impressum.php:70
+msgid "Site Owner"
 msgstr ""
 
-#: ../../addon/twitter/twitter.php:174
-msgid "Copy the PIN from Twitter here"
+#: ../../addon/impressum/impressum.php:38
+#: ../../addon/impressum/impressum.php:74
+msgid "Email Address"
 msgstr ""
 
-#: ../../addon/twitter/twitter.php:188 ../../addon/statusnet/statusnet.php:337
-msgid "Currently connected to: "
+#: ../../addon/impressum/impressum.php:43
+#: ../../addon/impressum/impressum.php:72
+msgid "Postal Address"
 msgstr ""
 
-#: ../../addon/twitter/twitter.php:189
+#: ../../addon/impressum/impressum.php:49
 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."
+"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 ""
 
-#: ../../addon/twitter/twitter.php:191
-msgid "Allow posting to Twitter"
+#: ../../addon/impressum/impressum.php:71
+msgid "Site Owners Profile"
 msgstr ""
 
-#: ../../addon/twitter/twitter.php:194
-msgid "Send public postings to Twitter by default"
+#: ../../addon/impressum/impressum.php:73
+msgid "Notes"
 msgstr ""
 
-#: ../../addon/twitter/twitter.php:199 ../../addon/statusnet/statusnet.php:348
-msgid "Clear OAuth configuration"
+#: ../../addon/buglink/buglink.php:15
+msgid "Report Bug"
 msgstr ""
 
-#: ../../addon/twitter/twitter.php:301
-msgid "Consumer key"
+#: ../../addon/oembed/oembed.php:30
+msgid "OEmbed settings updated"
 msgstr ""
 
-#: ../../addon/twitter/twitter.php:302
-msgid "Consumer secret"
+#: ../../addon/oembed/oembed.php:43
+msgid "Use OEmbed for YouTube videos"
+msgstr ""
+
+#: ../../addon/oembed/oembed.php:71
+msgid "URL to embed:"
 msgstr ""
 
 #: ../../addon/statusnet/statusnet.php:141
@@ -3694,6 +3860,10 @@ msgstr ""
 msgid "Cancel StatusNet Connection"
 msgstr ""
 
+#: ../../addon/statusnet/statusnet.php:337 ../../addon/twitter/twitter.php:188
+msgid "Currently connected to: "
+msgstr ""
+
 #: ../../addon/statusnet/statusnet.php:338
 msgid ""
 "If enabled all your <strong>public</strong> postings can be posted to the "
@@ -3709,398 +3879,250 @@ msgstr ""
 msgid "Send public postings to StatusNet by default"
 msgstr ""
 
-#: ../../addon/statusnet/statusnet.php:478
-msgid "API URL"
-msgstr ""
-
-#: ../../addon/oembed/oembed.php:30
-msgid "OEmbed settings updated"
-msgstr ""
-
-#: ../../addon/oembed/oembed.php:43
-msgid "Use OEmbed for YouTube videos"
-msgstr ""
-
-#: ../../addon/oembed/oembed.php:71
-msgid "URL to embed:"
-msgstr ""
-
-#: ../../addon/tictac/tictac.php:20
-msgid "Three Dimensional Tic-Tac-Toe"
-msgstr ""
-
-#: ../../addon/tictac/tictac.php:53
-msgid "3D Tic-Tac-Toe"
-msgstr ""
-
-#: ../../addon/tictac/tictac.php:58
-msgid "New game"
-msgstr ""
-
-#: ../../addon/tictac/tictac.php:59
-msgid "New game with handicap"
-msgstr ""
-
-#: ../../addon/tictac/tictac.php:60
-msgid ""
-"Three dimensional tic-tac-toe is just like the traditional game except that "
-"it is played on multiple levels simultaneously. "
-msgstr ""
-
-#: ../../addon/tictac/tictac.php:61
-msgid ""
-"In this case there are three levels. You win by getting three in a row on "
-"any level, as well as up, down, and diagonally across the different levels."
-msgstr ""
-
-#: ../../addon/tictac/tictac.php:63
-msgid ""
-"The handicap game disables the center position on the middle level because "
-"the player claiming this square often has an unfair advantage."
-msgstr ""
-
-#: ../../addon/tictac/tictac.php:182
-msgid "You go first..."
-msgstr ""
-
-#: ../../addon/tictac/tictac.php:187
-msgid "I'm going first this time..."
-msgstr ""
-
-#: ../../addon/tictac/tictac.php:193
-msgid "You won!"
-msgstr ""
-
-#: ../../addon/tictac/tictac.php:199 ../../addon/tictac/tictac.php:224
-msgid "\"Cat\" game!"
-msgstr ""
-
-#: ../../addon/tictac/tictac.php:222
-msgid "I won!"
-msgstr ""
-
-#: ../../addon/uhremotestorage/uhremotestorage.php:56
-#, php-format
-msgid ""
-"Allow to use your friendika id (%s) to connecto to external unhosted-enabled "
-"storage (like ownCloud)"
-msgstr ""
-
-#: ../../addon/uhremotestorage/uhremotestorage.php:57
-msgid "Unhosted DAV storage url"
-msgstr ""
-
-#: ../../addon/impressum/impressum.php:25
-msgid "Impressum"
-msgstr ""
-
-#: ../../addon/impressum/impressum.php:38
-#: ../../addon/impressum/impressum.php:40
-#: ../../addon/impressum/impressum.php:70
-msgid "Site Owner"
-msgstr ""
-
-#: ../../addon/impressum/impressum.php:38
-#: ../../addon/impressum/impressum.php:74
-msgid "Email Address"
-msgstr ""
-
-#: ../../addon/impressum/impressum.php:43
-#: ../../addon/impressum/impressum.php:72
-msgid "Postal Address"
-msgstr ""
-
-#: ../../addon/impressum/impressum.php:49
-msgid ""
-"The impressum addon needs to be configured!<br />Please add at least the "
-"<tt>owner</tt> variable to your config file. For other variables please "
-"refer to the README file of the addon."
-msgstr ""
-
-#: ../../addon/impressum/impressum.php:71
-msgid "Site Owners Profile"
-msgstr ""
-
-#: ../../addon/impressum/impressum.php:73
-msgid "Notes"
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:337
-msgid "Facebook disabled"
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:342
-msgid "Updating contacts"
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:351
-msgid "Facebook API key is missing."
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:358
-msgid "Facebook Connect"
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:364
-msgid "Install Facebook connector for this account."
+#: ../../addon/statusnet/statusnet.php:348 ../../addon/twitter/twitter.php:199
+msgid "Clear OAuth configuration"
 msgstr ""
 
-#: ../../addon/facebook/facebook.php:371
-msgid "Remove Facebook connector"
+#: ../../addon/statusnet/statusnet.php:478
+msgid "API URL"
 msgstr ""
 
-#: ../../addon/facebook/facebook.php:376
-msgid ""
-"Re-authenticate [This is necessary whenever your Facebook password is "
-"changed.]"
+#: ../../addon/tumblr/tumblr.php:35
+msgid "Post to Tumblr"
 msgstr ""
 
-#: ../../addon/facebook/facebook.php:383
-msgid "Post to Facebook by default"
+#: ../../addon/tumblr/tumblr.php:66
+msgid "Tumblr Post Settings"
 msgstr ""
 
-#: ../../addon/facebook/facebook.php:387
-msgid "Link all your Facebook friends and conversations on this website"
+#: ../../addon/tumblr/tumblr.php:68
+msgid "Enable Tumblr Post Plugin"
 msgstr ""
 
-#: ../../addon/facebook/facebook.php:389
-msgid ""
-"Facebook conversations consist of your <em>profile wall</em> and your friend "
-"<em>stream</em>."
+#: ../../addon/tumblr/tumblr.php:73
+msgid "Tumblr login"
 msgstr ""
 
-#: ../../addon/facebook/facebook.php:390
-msgid "On this website, your Facebook friend stream is only visible to you."
+#: ../../addon/tumblr/tumblr.php:78
+msgid "Tumblr password"
 msgstr ""
 
-#: ../../addon/facebook/facebook.php:391
-msgid ""
-"The following settings determine the privacy of your Facebook profile wall "
-"on this website."
+#: ../../addon/tumblr/tumblr.php:83
+msgid "Post to Tumblr by default"
 msgstr ""
 
-#: ../../addon/facebook/facebook.php:395
-msgid ""
-"On this website your Facebook profile wall conversations will only be "
-"visible to you"
+#: ../../addon/tumblr/tumblr.php:174 ../../addon/wppost/wppost.php:171
+#: ../../addon/posterous/posterous.php:172
+msgid "Post from Friendica"
 msgstr ""
 
-#: ../../addon/facebook/facebook.php:400
-msgid "Do not import your Facebook profile wall conversations"
+#: ../../addon/wppost/wppost.php:41
+msgid "Post to Wordpress"
 msgstr ""
 
-#: ../../addon/facebook/facebook.php:402
-msgid ""
-"If you choose to link conversations and leave both of these boxes unchecked, "
-"your Facebook profile wall will be merged with your profile wall on this "
-"website and your privacy settings on this website will be used to determine "
-"who may see the conversations."
+#: ../../addon/wppost/wppost.php:73
+msgid "WordPress Post Settings"
 msgstr ""
 
-#: ../../addon/facebook/facebook.php:469
-#: ../../include/contact_selectors.php:78
-msgid "Facebook"
+#: ../../addon/wppost/wppost.php:75
+msgid "Enable WordPress Post Plugin"
 msgstr ""
 
-#: ../../addon/facebook/facebook.php:470
-msgid "Facebook Connector Settings"
+#: ../../addon/wppost/wppost.php:80
+msgid "WordPress username"
 msgstr ""
 
-#: ../../addon/facebook/facebook.php:484
-msgid "Post to Facebook"
+#: ../../addon/wppost/wppost.php:85
+msgid "WordPress password"
 msgstr ""
 
-#: ../../addon/facebook/facebook.php:561
-msgid ""
-"Post to Facebook cancelled because of multi-network access permission "
-"conflict."
+#: ../../addon/wppost/wppost.php:90
+msgid "WordPress API URL"
 msgstr ""
 
-#: ../../addon/facebook/facebook.php:624
-msgid "Image: "
+#: ../../addon/wppost/wppost.php:95
+msgid "Post to WordPress by default"
 msgstr ""
 
-#: ../../addon/facebook/facebook.php:700
-msgid "View on Friendika"
+#: ../../addon/piwik/piwik.php:70
+msgid ""
+"This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> "
+"analytics tool."
 msgstr ""
 
-#: ../../addon/facebook/facebook.php:724
-msgid "Facebook post failed. Queued for retry."
+#: ../../addon/piwik/piwik.php:73
+#, php-format
+msgid ""
+"If you do not want that your visits are logged this way you <a href='%s'>can "
+"set a cookie to prevent Piwik from tracking further visits of the site</a> "
+"(opt-out)."
 msgstr ""
 
-#: ../../addon/widgets/widgets.php:55
-msgid "Generate new key"
+#: ../../addon/piwik/piwik.php:82
+msgid "Piwik Base URL"
 msgstr ""
 
-#: ../../addon/widgets/widgets.php:58
-msgid "Widgets key"
+#: ../../addon/piwik/piwik.php:83
+msgid "Site ID"
 msgstr ""
 
-#: ../../addon/widgets/widgets.php:60
-msgid "Widgets available"
+#: ../../addon/piwik/piwik.php:84
+msgid "Show opt-out cookie link?"
 msgstr ""
 
-#: ../../addon/widgets/widget_friends.php:40
-msgid "Connect on Friendika!"
+#: ../../addon/twitter/twitter.php:78
+msgid "Post to Twitter"
 msgstr ""
 
-#: ../../addon/widgets/widget_like.php:58
-#, php-format
-msgid "%d person likes this"
-msgid_plural "%d people like this"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../../addon/widgets/widget_like.php:61
-#, php-format
-msgid "%d person doesn't like this"
-msgid_plural "%d people don't like this"
-msgstr[0] ""
-msgstr[1] ""
+#: ../../addon/twitter/twitter.php:123
+msgid "Twitter settings updated."
+msgstr ""
 
-#: ../../addon/buglink/buglink.php:15
-msgid "Report Bug"
+#: ../../addon/twitter/twitter.php:145
+msgid "Twitter Posting Settings"
 msgstr ""
 
-#: ../../addon/nsfw/nsfw.php:47
-msgid "\"Not Safe For Work\" Settings"
+#: ../../addon/twitter/twitter.php:152
+msgid ""
+"No consumer key pair for Twitter found. Please contact your site "
+"administrator."
 msgstr ""
 
-#: ../../addon/nsfw/nsfw.php:49
-msgid "Comma separated words to treat as NSFW"
+#: ../../addon/twitter/twitter.php:171
+msgid ""
+"At this Friendika instance the Twitter plugin was enabled but you have not "
+"yet connected your account to your Twitter account. To do so click the "
+"button below to get a PIN from Twitter which you have to copy into the input "
+"box below and submit the form. Only your <strong>public</strong> posts will "
+"be posted to Twitter."
 msgstr ""
 
-#: ../../addon/nsfw/nsfw.php:66
-msgid "NSFW Settings saved."
+#: ../../addon/twitter/twitter.php:172
+msgid "Log in with Twitter"
 msgstr ""
 
-#: ../../addon/nsfw/nsfw.php:102
-#, php-format
-msgid "%s - Click to open/close"
+#: ../../addon/twitter/twitter.php:174
+msgid "Copy the PIN from Twitter here"
 msgstr ""
 
-#: ../../addon/communityhome/communityhome.php:29
-msgid "OpenID"
+#: ../../addon/twitter/twitter.php:189
+msgid ""
+"If enabled all your <strong>public</strong> postings can be posted to the "
+"associated Twitter account. You can choose to do so by default (here) or for "
+"every posting separately in the posting options when writing the entry."
 msgstr ""
 
-#: ../../addon/communityhome/communityhome.php:38
-msgid "Last users"
+#: ../../addon/twitter/twitter.php:191
+msgid "Allow posting to Twitter"
 msgstr ""
 
-#: ../../addon/communityhome/communityhome.php:81
-msgid "Most active users"
+#: ../../addon/twitter/twitter.php:194
+msgid "Send public postings to Twitter by default"
 msgstr ""
 
-#: ../../addon/communityhome/communityhome.php:98
-msgid "Last photos"
+#: ../../addon/twitter/twitter.php:301
+msgid "Consumer key"
 msgstr ""
 
-#: ../../addon/communityhome/communityhome.php:133
-msgid "Last likes"
+#: ../../addon/twitter/twitter.php:302
+msgid "Consumer secret"
 msgstr ""
 
-#: ../../addon/communityhome/communityhome.php:155
-#: ../../include/conversation.php:23
-msgid "event"
+#: ../../addon/posterous/posterous.php:35
+msgid "Post to Posterous"
 msgstr ""
 
-#: ../../addon/membersince/membersince.php:17
-#, php-format
-msgid " - Member since: %s"
+#: ../../addon/posterous/posterous.php:66
+msgid "Posterous Post Settings"
 msgstr ""
 
-#: ../../addon/randplace/randplace.php:170
-msgid "Randplace Settings"
+#: ../../addon/posterous/posterous.php:68
+msgid "Enable Posterous Post Plugin"
 msgstr ""
 
-#: ../../addon/randplace/randplace.php:172
-msgid "Enable Randplace Plugin"
+#: ../../addon/posterous/posterous.php:73
+msgid "Posterous login"
 msgstr ""
 
-#: ../../addon/piwik/piwik.php:70
-msgid ""
-"This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> "
-"analytics tool."
+#: ../../addon/posterous/posterous.php:78
+msgid "Posterous password"
 msgstr ""
 
-#: ../../addon/piwik/piwik.php:73
-#, php-format
-msgid ""
-"If you do not want that your visits are logged this way you <a href='%s'>can "
-"set a cookie to prevent Piwik from tracking further visits of the site</a> "
-"(opt-out)."
+#: ../../addon/posterous/posterous.php:83
+msgid "Post to Posterous by default"
 msgstr ""
 
-#: ../../addon/piwik/piwik.php:82
-msgid "Piwik Base URL"
+#: ../../include/profile_advanced.php:17 ../../boot.php:944
+msgid "Gender:"
 msgstr ""
 
-#: ../../addon/piwik/piwik.php:83
-msgid "Site ID"
+#: ../../include/profile_advanced.php:22
+msgid "j F, Y"
 msgstr ""
 
-#: ../../addon/piwik/piwik.php:84
-msgid "Show opt-out cookie link?"
+#: ../../include/profile_advanced.php:23
+msgid "j F"
 msgstr ""
 
-#: ../../addon/js_upload/js_upload.php:43
-msgid "Upload a file"
+#: ../../include/profile_advanced.php:30 ../../include/datetime.php:421
+#: ../../include/items.php:1280
+msgid "Birthday:"
 msgstr ""
 
-#: ../../addon/js_upload/js_upload.php:44
-msgid "Drop files here to upload"
+#: ../../include/profile_advanced.php:34
+msgid "Age:"
 msgstr ""
 
-#: ../../addon/js_upload/js_upload.php:46
-msgid "Failed"
+#: ../../include/profile_advanced.php:37 ../../boot.php:947
+msgid "Status:"
 msgstr ""
 
-#: ../../addon/js_upload/js_upload.php:294
-msgid "No files were uploaded."
+#: ../../include/profile_advanced.php:45 ../../boot.php:949
+msgid "Homepage:"
 msgstr ""
 
-#: ../../addon/js_upload/js_upload.php:300
-msgid "Uploaded file is empty"
+#: ../../include/profile_advanced.php:49
+msgid "Religion:"
 msgstr ""
 
-#: ../../addon/js_upload/js_upload.php:323
-msgid "File has an invalid extension, it should be one of "
+#: ../../include/profile_advanced.php:51
+msgid "About:"
 msgstr ""
 
-#: ../../addon/js_upload/js_upload.php:334
-msgid "Upload was cancelled, or server error encountered"
+#: ../../include/profile_advanced.php:53
+msgid "Hobbies/Interests:"
 msgstr ""
 
-#: ../../addon/wppost/wppost.php:41
-msgid "Post to Wordpress"
+#: ../../include/profile_advanced.php:55
+msgid "Contact information and Social Networks:"
 msgstr ""
 
-#: ../../addon/wppost/wppost.php:73
-msgid "WordPress Post Settings"
+#: ../../include/profile_advanced.php:57
+msgid "Musical interests:"
 msgstr ""
 
-#: ../../addon/wppost/wppost.php:75
-msgid "Enable WordPress Post Plugin"
+#: ../../include/profile_advanced.php:59
+msgid "Books, literature:"
 msgstr ""
 
-#: ../../addon/wppost/wppost.php:80
-msgid "WordPress username"
+#: ../../include/profile_advanced.php:61
+msgid "Television:"
 msgstr ""
 
-#: ../../addon/wppost/wppost.php:85
-msgid "WordPress password"
+#: ../../include/profile_advanced.php:63
+msgid "Film/dance/culture/entertainment:"
 msgstr ""
 
-#: ../../addon/wppost/wppost.php:90
-msgid "WordPress API URL"
+#: ../../include/profile_advanced.php:65
+msgid "Love/Romance:"
 msgstr ""
 
-#: ../../addon/wppost/wppost.php:95
-msgid "Post to WordPress by default"
+#: ../../include/profile_advanced.php:67
+msgid "Work/employment:"
 msgstr ""
 
-#: ../../include/notifier.php:616 ../../include/delivery.php:415
-msgid "(no subject)"
+#: ../../include/profile_advanced.php:69
+msgid "School/education:"
 msgstr ""
 
 #: ../../include/contact_selectors.php:32
@@ -4351,695 +4373,740 @@ msgstr ""
 msgid "Unstable"
 msgstr ""
 
-#: ../../include/profile_selectors.php:33
-msgid "Divorced"
+#: ../../include/profile_selectors.php:33
+msgid "Divorced"
+msgstr ""
+
+#: ../../include/profile_selectors.php:33
+msgid "Widowed"
+msgstr ""
+
+#: ../../include/profile_selectors.php:33
+msgid "Uncertain"
+msgstr ""
+
+#: ../../include/profile_selectors.php:33
+msgid "Complicated"
+msgstr ""
+
+#: ../../include/profile_selectors.php:33
+msgid "Don't care"
+msgstr ""
+
+#: ../../include/profile_selectors.php:33
+msgid "Ask me"
+msgstr ""
+
+#: ../../include/event.php:17 ../../include/bb2diaspora.php:233
+msgid "Starts:"
+msgstr ""
+
+#: ../../include/event.php:27 ../../include/bb2diaspora.php:241
+msgid "Finishes:"
+msgstr ""
+
+#: ../../include/delivery.php:415 ../../include/notifier.php:628
+msgid "(no subject)"
+msgstr ""
+
+#: ../../include/text.php:232
+msgid "prev"
+msgstr ""
+
+#: ../../include/text.php:234
+msgid "first"
+msgstr ""
+
+#: ../../include/text.php:263
+msgid "last"
+msgstr ""
+
+#: ../../include/text.php:266
+msgid "next"
+msgstr ""
+
+#: ../../include/text.php:546
+msgid "No contacts"
+msgstr ""
+
+#: ../../include/text.php:555
+#, php-format
+msgid "%d Contact"
+msgid_plural "%d Contacts"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../include/text.php:626 ../../include/nav.php:87
+msgid "Search"
+msgstr ""
+
+#: ../../include/text.php:709
+msgid "Monday"
+msgstr ""
+
+#: ../../include/text.php:709
+msgid "Tuesday"
+msgstr ""
+
+#: ../../include/text.php:709
+msgid "Wednesday"
 msgstr ""
 
-#: ../../include/profile_selectors.php:33
-msgid "Widowed"
+#: ../../include/text.php:709
+msgid "Thursday"
 msgstr ""
 
-#: ../../include/profile_selectors.php:33
-msgid "Uncertain"
+#: ../../include/text.php:709
+msgid "Friday"
 msgstr ""
 
-#: ../../include/profile_selectors.php:33
-msgid "Complicated"
+#: ../../include/text.php:709
+msgid "Saturday"
 msgstr ""
 
-#: ../../include/profile_selectors.php:33
-msgid "Don't care"
+#: ../../include/text.php:709
+msgid "Sunday"
 msgstr ""
 
-#: ../../include/profile_selectors.php:33
-msgid "Ask me"
+#: ../../include/text.php:713
+msgid "January"
 msgstr ""
 
-#: ../../include/event.php:17 ../../include/bb2diaspora.php:233
-msgid "Starts:"
+#: ../../include/text.php:713
+msgid "February"
 msgstr ""
 
-#: ../../include/event.php:27 ../../include/bb2diaspora.php:241
-msgid "Finishes:"
+#: ../../include/text.php:713
+msgid "March"
 msgstr ""
 
-#: ../../include/acl_selectors.php:279
-msgid "Visible to everybody"
+#: ../../include/text.php:713
+msgid "April"
 msgstr ""
 
-#: ../../include/acl_selectors.php:280
-msgid "show"
+#: ../../include/text.php:713
+msgid "May"
 msgstr ""
 
-#: ../../include/acl_selectors.php:281
-msgid "don't show"
+#: ../../include/text.php:713
+msgid "June"
 msgstr ""
 
-#: ../../include/auth.php:27
-msgid "Logged out."
+#: ../../include/text.php:713
+msgid "July"
 msgstr ""
 
-#: ../../include/bbcode.php:147
-msgid "Image/photo"
+#: ../../include/text.php:713
+msgid "August"
 msgstr ""
 
-#: ../../include/poller.php:457
-msgid "From: "
+#: ../../include/text.php:713
+msgid "September"
 msgstr ""
 
-#: ../../include/Contact.php:125 ../../include/conversation.php:675
-msgid "View status"
+#: ../../include/text.php:713
+msgid "October"
 msgstr ""
 
-#: ../../include/Contact.php:126 ../../include/conversation.php:676
-msgid "View profile"
+#: ../../include/text.php:713
+msgid "November"
 msgstr ""
 
-#: ../../include/Contact.php:127 ../../include/conversation.php:677
-msgid "View photos"
+#: ../../include/text.php:713
+msgid "December"
 msgstr ""
 
-#: ../../include/Contact.php:128 ../../include/Contact.php:141
-#: ../../include/conversation.php:678
-msgid "View recent"
+#: ../../include/text.php:783
+msgid "bytes"
 msgstr ""
 
-#: ../../include/Contact.php:130 ../../include/Contact.php:141
-#: ../../include/conversation.php:680
-msgid "Send PM"
+#: ../../include/text.php:875
+msgid "Select an alternate language"
 msgstr ""
 
-#: ../../include/datetime.php:44 ../../include/datetime.php:46
-msgid "Miscellaneous"
+#: ../../include/text.php:887
+msgid "default"
 msgstr ""
 
-#: ../../include/datetime.php:105 ../../include/datetime.php:237
-msgid "year"
+#: ../../include/diaspora.php:546
+msgid "Sharing notification from Diaspora network"
 msgstr ""
 
-#: ../../include/datetime.php:110 ../../include/datetime.php:238
-msgid "month"
+#: ../../include/diaspora.php:1529
+msgid "Attachments:"
 msgstr ""
 
-#: ../../include/datetime.php:115 ../../include/datetime.php:240
-msgid "day"
+#: ../../include/diaspora.php:1712
+#, php-format
+msgid "[Relayed] Comment authored by %s from network %s"
 msgstr ""
 
-#: ../../include/datetime.php:228
-msgid "never"
+#: ../../include/oembed.php:128
+msgid "Embedded content"
 msgstr ""
 
-#: ../../include/datetime.php:234
-msgid "less than a second ago"
+#: ../../include/oembed.php:137
+msgid "Embedding disabled"
 msgstr ""
 
-#: ../../include/datetime.php:237
-msgid "years"
+#: ../../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 ""
 
-#: ../../include/datetime.php:238
-msgid "months"
+#: ../../include/group.php:168
+msgid "Everybody"
 msgstr ""
 
-#: ../../include/datetime.php:239
-msgid "week"
+#: ../../include/group.php:190
+msgid "edit"
 msgstr ""
 
-#: ../../include/datetime.php:239
-msgid "weeks"
+#: ../../include/group.php:211
+msgid "Groups"
 msgstr ""
 
-#: ../../include/datetime.php:240
-msgid "days"
+#: ../../include/group.php:212
+msgid "Create a new group"
 msgstr ""
 
-#: ../../include/datetime.php:241
-msgid "hour"
+#: ../../include/nav.php:44 ../../boot.php:681
+msgid "Logout"
 msgstr ""
 
-#: ../../include/datetime.php:241
-msgid "hours"
+#: ../../include/nav.php:44
+msgid "End this session"
 msgstr ""
 
-#: ../../include/datetime.php:242
-msgid "minute"
+#: ../../include/nav.php:47 ../../boot.php:1284
+msgid "Status"
 msgstr ""
 
-#: ../../include/datetime.php:242
-msgid "minutes"
+#: ../../include/nav.php:47 ../../include/nav.php:111
+msgid "Your posts and conversations"
 msgstr ""
 
-#: ../../include/datetime.php:243
-msgid "second"
+#: ../../include/nav.php:48
+msgid "Your profile page"
 msgstr ""
 
-#: ../../include/datetime.php:243
-msgid "seconds"
+#: ../../include/nav.php:49 ../../boot.php:1294
+msgid "Photos"
 msgstr ""
 
-#: ../../include/datetime.php:250
-msgid " ago"
+#: ../../include/nav.php:49
+msgid "Your photos"
 msgstr ""
 
-#: ../../include/datetime.php:421 ../../include/profile_advanced.php:30
-#: ../../include/items.php:1215
-msgid "Birthday:"
+#: ../../include/nav.php:50
+msgid "Your events"
 msgstr ""
 
-#: ../../include/profile_advanced.php:22
-msgid "j F, Y"
+#: ../../include/nav.php:51
+msgid "Personal notes"
 msgstr ""
 
-#: ../../include/profile_advanced.php:23
-msgid "j F"
+#: ../../include/nav.php:51
+msgid "Your personal photos"
 msgstr ""
 
-#: ../../include/profile_advanced.php:34
-msgid "Age:"
+#: ../../include/nav.php:62
+msgid "Sign in"
 msgstr ""
 
-#: ../../include/profile_advanced.php:49
-msgid "Religion:"
+#: ../../include/nav.php:73
+msgid "Home Page"
 msgstr ""
 
-#: ../../include/profile_advanced.php:51
-msgid "About:"
+#: ../../include/nav.php:77
+msgid "Create an account"
 msgstr ""
 
-#: ../../include/profile_advanced.php:53
-msgid "Hobbies/Interests:"
+#: ../../include/nav.php:82
+msgid "Help and documentation"
 msgstr ""
 
-#: ../../include/profile_advanced.php:55
-msgid "Contact information and Social Networks:"
+#: ../../include/nav.php:85
+msgid "Apps"
 msgstr ""
 
-#: ../../include/profile_advanced.php:57
-msgid "Musical interests:"
+#: ../../include/nav.php:85
+msgid "Addon applications, utilities, games"
 msgstr ""
 
-#: ../../include/profile_advanced.php:59
-msgid "Books, literature:"
+#: ../../include/nav.php:87
+msgid "Search site content"
 msgstr ""
 
-#: ../../include/profile_advanced.php:61
-msgid "Television:"
+#: ../../include/nav.php:97
+msgid "Conversations on this site"
 msgstr ""
 
-#: ../../include/profile_advanced.php:63
-msgid "Film/dance/culture/entertainment:"
+#: ../../include/nav.php:99
+msgid "Directory"
 msgstr ""
 
-#: ../../include/profile_advanced.php:65
-msgid "Love/Romance:"
+#: ../../include/nav.php:99
+msgid "People directory"
 msgstr ""
 
-#: ../../include/profile_advanced.php:67
-msgid "Work/employment:"
+#: ../../include/nav.php:109
+msgid "Conversations from your friends"
 msgstr ""
 
-#: ../../include/profile_advanced.php:69
-msgid "School/education:"
+#: ../../include/nav.php:117
+msgid "Friend Requests"
 msgstr ""
 
-#: ../../include/text.php:232
-msgid "prev"
+#: ../../include/nav.php:122
+msgid "Private mail"
 msgstr ""
 
-#: ../../include/text.php:234
-msgid "first"
+#: ../../include/nav.php:125
+msgid "Manage"
 msgstr ""
 
-#: ../../include/text.php:263
-msgid "last"
+#: ../../include/nav.php:125
+msgid "Manage other pages"
 msgstr ""
 
-#: ../../include/text.php:266
-msgid "next"
+#: ../../include/nav.php:129 ../../boot.php:902
+msgid "Profiles"
 msgstr ""
 
-#: ../../include/text.php:546
-msgid "No contacts"
+#: ../../include/nav.php:129 ../../boot.php:902
+msgid "Manage/edit profiles"
 msgstr ""
 
-#: ../../include/text.php:555
-#, php-format
-msgid "%d Contact"
-msgid_plural "%d Contacts"
-msgstr[0] ""
-msgstr[1] ""
+#: ../../include/nav.php:130
+msgid "Manage/edit friends and contacts"
+msgstr ""
 
-#: ../../include/text.php:626 ../../include/nav.php:87
-msgid "Search"
+#: ../../include/nav.php:137
+msgid "Admin"
 msgstr ""
 
-#: ../../include/text.php:709
-msgid "Monday"
+#: ../../include/nav.php:137
+msgid "Site setup and configuration"
 msgstr ""
 
-#: ../../include/text.php:709
-msgid "Tuesday"
+#: ../../include/nav.php:160
+msgid "Nothing new here"
 msgstr ""
 
-#: ../../include/text.php:709
-msgid "Wednesday"
+#: ../../include/contact_widgets.php:6
+msgid "Add New Contact"
 msgstr ""
 
-#: ../../include/text.php:709
-msgid "Thursday"
+#: ../../include/contact_widgets.php:7
+msgid "Enter address or web location"
 msgstr ""
 
-#: ../../include/text.php:709
-msgid "Friday"
+#: ../../include/contact_widgets.php:8
+msgid "Example: bob@example.com, http://example.com/barbara"
 msgstr ""
 
-#: ../../include/text.php:709
-msgid "Saturday"
+#: ../../include/contact_widgets.php:9 ../../boot.php:892
+msgid "Connect"
 msgstr ""
 
-#: ../../include/text.php:709
-msgid "Sunday"
+#: ../../include/contact_widgets.php:18
+msgid "Invite Friends"
 msgstr ""
 
-#: ../../include/text.php:713
-msgid "January"
+#: ../../include/contact_widgets.php:24
+#, php-format
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../include/contact_widgets.php:30
+msgid "Find People"
 msgstr ""
 
-#: ../../include/text.php:713
-msgid "February"
+#: ../../include/contact_widgets.php:31
+msgid "Enter name or interest"
 msgstr ""
 
-#: ../../include/text.php:713
-msgid "March"
+#: ../../include/contact_widgets.php:32
+msgid "Connect/Follow"
 msgstr ""
 
-#: ../../include/text.php:713
-msgid "April"
+#: ../../include/contact_widgets.php:33
+msgid "Examples: Robert Morgenstein, Fishing"
 msgstr ""
 
-#: ../../include/text.php:713
-msgid "May"
+#: ../../include/contact_widgets.php:36
+msgid "Similar Interests"
 msgstr ""
 
-#: ../../include/text.php:713
-msgid "June"
+#: ../../include/auth.php:27
+msgid "Logged out."
 msgstr ""
 
-#: ../../include/text.php:713
-msgid "July"
+#: ../../include/datetime.php:44 ../../include/datetime.php:46
+msgid "Miscellaneous"
 msgstr ""
 
-#: ../../include/text.php:713
-msgid "August"
+#: ../../include/datetime.php:105 ../../include/datetime.php:237
+msgid "year"
 msgstr ""
 
-#: ../../include/text.php:713
-msgid "September"
+#: ../../include/datetime.php:110 ../../include/datetime.php:238
+msgid "month"
 msgstr ""
 
-#: ../../include/text.php:713
-msgid "October"
+#: ../../include/datetime.php:115 ../../include/datetime.php:240
+msgid "day"
 msgstr ""
 
-#: ../../include/text.php:713
-msgid "November"
+#: ../../include/datetime.php:228
+msgid "never"
 msgstr ""
 
-#: ../../include/text.php:713
-msgid "December"
+#: ../../include/datetime.php:234
+msgid "less than a second ago"
 msgstr ""
 
-#: ../../include/text.php:783
-msgid "bytes"
+#: ../../include/datetime.php:237
+msgid "years"
 msgstr ""
 
-#: ../../include/text.php:875
-msgid "Select an alternate language"
+#: ../../include/datetime.php:238
+msgid "months"
 msgstr ""
 
-#: ../../include/text.php:887
-msgid "default"
+#: ../../include/datetime.php:239
+msgid "week"
 msgstr ""
 
-#: ../../include/nav.php:44
-msgid "End this session"
+#: ../../include/datetime.php:239
+msgid "weeks"
 msgstr ""
 
-#: ../../include/nav.php:47 ../../include/nav.php:111
-msgid "Your posts and conversations"
+#: ../../include/datetime.php:240
+msgid "days"
 msgstr ""
 
-#: ../../include/nav.php:48
-msgid "Your profile page"
+#: ../../include/datetime.php:241
+msgid "hour"
 msgstr ""
 
-#: ../../include/nav.php:49
-msgid "Your photos"
+#: ../../include/datetime.php:241
+msgid "hours"
 msgstr ""
 
-#: ../../include/nav.php:50
-msgid "Your events"
+#: ../../include/datetime.php:242
+msgid "minute"
 msgstr ""
 
-#: ../../include/nav.php:51
-msgid "Personal notes"
+#: ../../include/datetime.php:242
+msgid "minutes"
 msgstr ""
 
-#: ../../include/nav.php:51
-msgid "Your personal photos"
+#: ../../include/datetime.php:243
+msgid "second"
 msgstr ""
 
-#: ../../include/nav.php:62
-msgid "Sign in"
+#: ../../include/datetime.php:243
+msgid "seconds"
 msgstr ""
 
-#: ../../include/nav.php:73
-msgid "Home Page"
+#: ../../include/datetime.php:250
+msgid " ago"
 msgstr ""
 
-#: ../../include/nav.php:77
-msgid "Create an account"
+#: ../../include/poller.php:457
+msgid "From: "
 msgstr ""
 
-#: ../../include/nav.php:82
-msgid "Help and documentation"
+#: ../../include/bbcode.php:147
+msgid "Image/photo"
 msgstr ""
 
-#: ../../include/nav.php:85
-msgid "Apps"
+#: ../../include/dba.php:31
+#, php-format
+msgid "Cannot locate DNS info for database server '%s'"
 msgstr ""
 
-#: ../../include/nav.php:85
-msgid "Addon applications, utilities, games"
+#: ../../include/message.php:13
+msgid "[no subject]"
 msgstr ""
 
-#: ../../include/nav.php:87
-msgid "Search site content"
+#: ../../include/acl_selectors.php:279
+msgid "Visible to everybody"
 msgstr ""
 
-#: ../../include/nav.php:97
-msgid "Conversations on this site"
+#: ../../include/acl_selectors.php:280
+msgid "show"
 msgstr ""
 
-#: ../../include/nav.php:99
-msgid "Directory"
+#: ../../include/acl_selectors.php:281
+msgid "don't show"
 msgstr ""
 
-#: ../../include/nav.php:99
-msgid "People directory"
+#: ../../include/items.php:1895
+msgid "New mail received at "
 msgstr ""
 
-#: ../../include/nav.php:109
-msgid "Conversations from your friends"
+#: ../../include/items.php:2532
+msgid "A new person is sharing with you at "
 msgstr ""
 
-#: ../../include/nav.php:117
-msgid "Friend Requests"
+#: ../../include/items.php:2532
+msgid "You have a new follower at "
 msgstr ""
 
-#: ../../include/nav.php:122
-msgid "Private mail"
+#: ../../include/bb2diaspora.php:51
+msgid "view full size"
 msgstr ""
 
-#: ../../include/nav.php:125
-msgid "Manage"
+#: ../../include/bb2diaspora.php:102
+msgid "image/photo"
 msgstr ""
 
-#: ../../include/nav.php:125
-msgid "Manage other pages"
+#: ../../include/Contact.php:125 ../../include/conversation.php:713
+msgid "View status"
 msgstr ""
 
-#: ../../include/nav.php:130
-msgid "Manage/edit friends and contacts"
+#: ../../include/Contact.php:126 ../../include/conversation.php:714
+msgid "View profile"
 msgstr ""
 
-#: ../../include/nav.php:137
-msgid "Admin"
+#: ../../include/Contact.php:127 ../../include/conversation.php:715
+msgid "View photos"
 msgstr ""
 
-#: ../../include/nav.php:137
-msgid "Site setup and configuration"
+#: ../../include/Contact.php:128 ../../include/Contact.php:141
+#: ../../include/conversation.php:716
+msgid "View recent"
 msgstr ""
 
-#: ../../include/nav.php:160
-msgid "Nothing new here"
+#: ../../include/Contact.php:130 ../../include/Contact.php:141
+#: ../../include/conversation.php:718
+msgid "Send PM"
 msgstr ""
 
-#: ../../include/conversation.php:210 ../../include/conversation.php:453
+#: ../../include/conversation.php:247 ../../include/conversation.php:498
 msgid "Select"
 msgstr ""
 
-#: ../../include/conversation.php:225 ../../include/conversation.php:550
-#: ../../include/conversation.php:551
+#: ../../include/conversation.php:262 ../../include/conversation.php:588
+#: ../../include/conversation.php:589
 #, php-format
 msgid "View %s's profile @ %s"
 msgstr ""
 
-#: ../../include/conversation.php:234 ../../include/conversation.php:562
+#: ../../include/conversation.php:271 ../../include/conversation.php:600
 #, php-format
 msgid "%s from %s"
 msgstr ""
 
-#: ../../include/conversation.php:250
+#: ../../include/conversation.php:287
 msgid "View in context"
 msgstr ""
 
-#: ../../include/conversation.php:356
+#: ../../include/conversation.php:398
 #, php-format
-msgid "See all %d comments"
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../include/conversation.php:401 ../../boot.php:421
+msgid "show more"
 msgstr ""
 
-#: ../../include/conversation.php:416
+#: ../../include/conversation.php:461
 msgid "like"
 msgstr ""
 
-#: ../../include/conversation.php:417
+#: ../../include/conversation.php:462
 msgid "dislike"
 msgstr ""
 
-#: ../../include/conversation.php:419
+#: ../../include/conversation.php:464
 msgid "Share this"
 msgstr ""
 
-#: ../../include/conversation.php:419
+#: ../../include/conversation.php:464
 msgid "share"
 msgstr ""
 
-#: ../../include/conversation.php:463
+#: ../../include/conversation.php:508
 msgid "add star"
 msgstr ""
 
-#: ../../include/conversation.php:464
+#: ../../include/conversation.php:509
 msgid "remove star"
 msgstr ""
 
-#: ../../include/conversation.php:465
+#: ../../include/conversation.php:510
 msgid "toggle star status"
 msgstr ""
 
-#: ../../include/conversation.php:468
+#: ../../include/conversation.php:513
 msgid "starred"
 msgstr ""
 
-#: ../../include/conversation.php:469
+#: ../../include/conversation.php:514
 msgid "add tag"
 msgstr ""
 
-#: ../../include/conversation.php:552
+#: ../../include/conversation.php:590
 msgid "to"
 msgstr ""
 
-#: ../../include/conversation.php:553
+#: ../../include/conversation.php:591
 msgid "Wall-to-Wall"
 msgstr ""
 
-#: ../../include/conversation.php:554
+#: ../../include/conversation.php:592
 msgid "via Wall-To-Wall:"
 msgstr ""
 
-#: ../../include/conversation.php:600
+#: ../../include/conversation.php:638
 msgid "Delete Selected Items"
 msgstr ""
 
-#: ../../include/conversation.php:730
+#: ../../include/conversation.php:768
 #, php-format
 msgid "%s likes this."
 msgstr ""
 
-#: ../../include/conversation.php:730
+#: ../../include/conversation.php:768
 #, php-format
 msgid "%s doesn't like this."
 msgstr ""
 
-#: ../../include/conversation.php:734
+#: ../../include/conversation.php:772
 #, php-format
 msgid "<span  %1$s>%2$d people</span> like this."
 msgstr ""
 
-#: ../../include/conversation.php:736
+#: ../../include/conversation.php:774
 #, php-format
 msgid "<span  %1$s>%2$d people</span> don't like this."
 msgstr ""
 
-#: ../../include/conversation.php:742
+#: ../../include/conversation.php:780
 msgid "and"
 msgstr ""
 
-#: ../../include/conversation.php:745
+#: ../../include/conversation.php:783
 #, php-format
 msgid ", and %d other people"
 msgstr ""
 
-#: ../../include/conversation.php:746
+#: ../../include/conversation.php:784
 #, php-format
 msgid "%s like this."
 msgstr ""
 
-#: ../../include/conversation.php:746
+#: ../../include/conversation.php:784
 #, php-format
 msgid "%s don't like this."
 msgstr ""
 
-#: ../../include/conversation.php:766
+#: ../../include/conversation.php:804
 msgid "Visible to <strong>everybody</strong>"
 msgstr ""
 
-#: ../../include/conversation.php:768
+#: ../../include/conversation.php:806
 msgid "Please enter a video link/URL:"
 msgstr ""
 
-#: ../../include/conversation.php:769
+#: ../../include/conversation.php:807
 msgid "Please enter an audio link/URL:"
 msgstr ""
 
-#: ../../include/conversation.php:770
+#: ../../include/conversation.php:808
 msgid "Tag term:"
 msgstr ""
 
-#: ../../include/conversation.php:771
+#: ../../include/conversation.php:809
 msgid "Where are you right now?"
 msgstr ""
 
-#: ../../include/conversation.php:772
+#: ../../include/conversation.php:810
 msgid "Enter a title for this item"
 msgstr ""
 
-#: ../../include/conversation.php:818
+#: ../../include/conversation.php:856
 msgid "Insert video link"
 msgstr ""
 
-#: ../../include/conversation.php:819
+#: ../../include/conversation.php:857
 msgid "Insert audio link"
 msgstr ""
 
-#: ../../include/conversation.php:822
+#: ../../include/conversation.php:860
 msgid "Set title"
 msgstr ""
 
-#: ../../include/bb2diaspora.php:51
-msgid "view full size"
-msgstr ""
-
-#: ../../include/bb2diaspora.php:102
-msgid "image/photo"
-msgstr ""
-
-#: ../../include/dba.php:31
-#, php-format
-msgid "Cannot locate DNS info for database server '%s'"
-msgstr ""
-
-#: ../../include/contact_widgets.php:6
-msgid "Add New Contact"
-msgstr ""
-
-#: ../../include/contact_widgets.php:7
-msgid "Enter address or web location"
-msgstr ""
-
-#: ../../include/contact_widgets.php:8
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr ""
-
-#: ../../include/contact_widgets.php:18
-msgid "Invite Friends"
-msgstr ""
-
-#: ../../include/contact_widgets.php:24
-#, php-format
-msgid "%d invitation available"
-msgid_plural "%d invitations available"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../../include/contact_widgets.php:30
-msgid "Find People"
-msgstr ""
-
-#: ../../include/contact_widgets.php:31
-msgid "Enter name or interest"
+#: ../../boot.php:419
+msgid "Delete this item?"
 msgstr ""
 
-#: ../../include/contact_widgets.php:32
-msgid "Connect/Follow"
+#: ../../boot.php:422
+msgid "show fewer"
 msgstr ""
 
-#: ../../include/contact_widgets.php:33
-msgid "Examples: Robert Morgenstein, Fishing"
+#: ../../boot.php:664
+msgid "Create a New Account"
 msgstr ""
 
-#: ../../include/contact_widgets.php:36
-msgid "Similar Interests"
+#: ../../boot.php:684
+msgid "Nickname or Email address: "
 msgstr ""
 
-#: ../../include/items.php:1829
-msgid "New mail received at "
+#: ../../boot.php:685
+msgid "Password: "
 msgstr ""
 
-#: ../../include/items.php:2438
-msgid "A new person is sharing with you at "
+#: ../../boot.php:688
+msgid "OpenID: "
 msgstr ""
 
-#: ../../include/items.php:2438
-msgid "You have a new follower at "
+#: ../../boot.php:694
+msgid "Forgot your password?"
 msgstr ""
 
-#: ../../include/message.php:13
-msgid "[no subject]"
+#: ../../boot.php:841
+msgid "Edit profile"
 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."
+#: ../../boot.php:1008 ../../boot.php:1070
+msgid "g A l F d"
 msgstr ""
 
-#: ../../include/group.php:165
-msgid "Create a new group"
+#: ../../boot.php:1009 ../../boot.php:1071
+msgid "F d"
 msgstr ""
 
-#: ../../include/group.php:166
-msgid "Everybody"
+#: ../../boot.php:1032
+msgid "Birthday Reminders"
 msgstr ""
 
-#: ../../include/diaspora.php:544
-msgid "Sharing notification from Diaspora network"
+#: ../../boot.php:1033
+msgid "Birthdays this week:"
 msgstr ""
 
-#: ../../include/diaspora.php:1527
-msgid "Attachments:"
+#: ../../boot.php:1049 ../../boot.php:1113
+msgid "[today]"
 msgstr ""
 
-#: ../../include/diaspora.php:1710
-#, php-format
-msgid "[Relayed] Comment authored by %s from network %s"
+#: ../../boot.php:1094
+msgid "Event Reminders"
 msgstr ""
 
-#: ../../include/oembed.php:122
-msgid "Embedded content"
+#: ../../boot.php:1095
+msgid "Events this week:"
 msgstr ""
 
-#: ../../include/oembed.php:131
-msgid "Embedding disabled"
+#: ../../boot.php:1107
+msgid "[No description]"
 msgstr ""
diff --git a/util/run_xgettext.sh b/util/run_xgettext.sh
index da0d9953c9..6ea603c83c 100755
--- a/util/run_xgettext.sh
+++ b/util/run_xgettext.sh
@@ -3,9 +3,9 @@
 FULLPATH=$(dirname $(readlink -f "$0"))
 cd "$FULLPATH/../view/en/"
 
-F9KVERSION=$(sed -n "s/.*'FRIENDIKA_VERSION'.*'\([0-9.]*\)'.*/\1/p" ../../boot.php);
+F9KVERSION=$(sed -n "s/.*'FRIENDICA_VERSION'.*'\([0-9.]*\)'.*/\1/p" ../../boot.php);
 
-echo "Friendika version $F9KVERSION"
+echo "Friendica version $F9KVERSION"
 
 OPTS=
 OUTFILE="$FULLPATH/messages.po"
@@ -25,11 +25,11 @@ echo "extract strings to $OUTFILE.."
 find ../../ -name "*.php" | xargs xgettext $KEYWORDS $OPTS -o "$OUTFILE" --from-code=UTF-8
 
 echo "setup base info.."
-sed -i "s/SOME DESCRIPTIVE TITLE./FRIENDIKA Distributed Social Network/g" "$OUTFILE"
-sed -i "s/YEAR THE PACKAGE'S COPYRIGHT HOLDER/2010, 2011 Mike Macgirvin/g" "$OUTFILE"
+sed -i "s/SOME DESCRIPTIVE TITLE./FRIENDICA Distributed Social Network/g" "$OUTFILE"
+sed -i "s/YEAR THE PACKAGE'S COPYRIGHT HOLDER/2010, 2011 the Friendica Project/g" "$OUTFILE"
 sed -i "s/FIRST AUTHOR <EMAIL@ADDRESS>, YEAR./Mike Macgirvin, 2010/g" "$OUTFILE"
 sed -i "s/PACKAGE VERSION/$F9KVERSION/g" "$OUTFILE"
-sed -i "s/PACKAGE/Friendika/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"
 
diff --git a/view/cs/messages.po b/view/cs/messages.po
index 82f6f2fb9f..529504c5cd 100644
--- a/view/cs/messages.po
+++ b/view/cs/messages.po
@@ -1,4 +1,4 @@
-# FRIENDIKA Distributed Social Network
+# FRIENDICA Distributed Social Network
 # Copyright (C) 2010, 2011 Mike Macgirvin
 # This file is distributed under the same license as the Friendika package.
 # 
diff --git a/view/de/messages.po b/view/de/messages.po
index 0af804fe26..dc4d002d6f 100644
--- a/view/de/messages.po
+++ b/view/de/messages.po
@@ -1,4 +1,4 @@
-# FRIENDIKA Distributed Social Network
+# FRIENDICA Distributed Social Network
 # Copyright (C) 2010, 2011 Mike Macgirvin
 # This file is distributed under the same license as the Friendika package.
 # 
diff --git a/view/es/messages.po b/view/es/messages.po
index 3f1e3591be..d3f8557e9c 100644
--- a/view/es/messages.po
+++ b/view/es/messages.po
@@ -1,4 +1,4 @@
-# FRIENDIKA Distributed Social Network
+# FRIENDICA Distributed Social Network
 # Copyright (C) 2010, 2011 Mike Macgirvin
 # This file is distributed under the same license as the Friendika package.
 # 
diff --git a/view/fr/messages.po b/view/fr/messages.po
index 81e24e28e2..345405760b 100644
--- a/view/fr/messages.po
+++ b/view/fr/messages.po
@@ -1,4 +1,4 @@
-# FRIENDIKA Distributed Social Network
+# FRIENDICA Distributed Social Network
 # Copyright (C) 2010, 2011 Mike Macgirvin
 # This file is distributed under the same license as the Friendika package.
 # 
diff --git a/view/it/messages.po b/view/it/messages.po
index 0a94134ae0..e0375764f9 100644
--- a/view/it/messages.po
+++ b/view/it/messages.po
@@ -1,4 +1,4 @@
-# FRIENDIKA Distributed Social Network
+# FRIENDICA Distributed Social Network
 # Copyright (C) 2010, 2011 Mike Macgirvin
 # This file is distributed under the same license as the Friendika package.
 # 
diff --git a/view/pt-br/messages.po b/view/pt-br/messages.po
index af52d69258..c6aca3dd95 100644
--- a/view/pt-br/messages.po
+++ b/view/pt-br/messages.po
@@ -1,4 +1,4 @@
-# FRIENDIKA Distributed Social Network
+# FRIENDICA Distributed Social Network
 # Copyright (C) 2010, 2011 Mike Macgirvin
 # This file is distributed under the same license as the Friendika package.
 # 
diff --git a/view/ru/messages.po b/view/ru/messages.po
index e400927bd4..31a8309355 100644
--- a/view/ru/messages.po
+++ b/view/ru/messages.po
@@ -1,4 +1,4 @@
-# FRIENDIKA Distributed Social Network
+# FRIENDICA Distributed Social Network
 # Copyright (C) 2010, 2011 Mike Macgirvin
 # This file is distributed under the same license as the Friendika package.
 # 
-- 
2.39.5