aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xboot.php1
-rw-r--r--doc/AdvancedSearch.md5
-rw-r--r--doc/Hooks.md2
-rw-r--r--doc/about.bb2
-rw-r--r--doc/account_basics.bb2
-rw-r--r--doc/accounts.bb2
-rw-r--r--doc/accounts_profiles_channels_basics.bb2
-rw-r--r--doc/addons.bb2
-rw-r--r--doc/addons_gnusocial.bb2
-rw-r--r--doc/api_functions.bb2
-rw-r--r--doc/bbcode.html2
-rw-r--r--doc/campaign.bb2
-rw-r--r--doc/channels.bb2
-rw-r--r--doc/checking_account_quota_usage.bb2
-rw-r--r--doc/cloud.bb2
-rw-r--r--doc/cloud_desktop_clients.bb2
-rw-r--r--doc/comanche.bb20
-rw-r--r--doc/connecting_to_channels.bb2
-rw-r--r--doc/credits.bb76
-rw-r--r--doc/dav_dolphin.bb2
-rw-r--r--doc/dav_konqueror.bb3
-rw-r--r--doc/dav_mount.bb2
-rw-r--r--doc/dav_nautilus.bb2
-rw-r--r--doc/dav_nemo.bb4
-rw-r--r--doc/dav_windows.bb2
-rw-r--r--doc/debian_install.bb2
-rw-r--r--doc/dev-function-overview.md2
-rw-r--r--doc/developer_function_primer.bb2
-rw-r--r--doc/developers.bb2
-rw-r--r--doc/external-resource-links.bb4
-rw-r--r--doc/extra_features.bb2
-rw-r--r--doc/faq_admins.bb2
-rw-r--r--doc/faq_developers.bb5
-rw-r--r--doc/faq_members.bb (renamed from doc/faq_users.bb)4
-rw-r--r--doc/features.bb2
-rw-r--r--doc/git_for_non_developers.bb2
-rw-r--r--doc/hidden_configs.bb4
-rw-r--r--doc/install.bb3
-rw-r--r--doc/install/sample-lighttpd.conf5
-rw-r--r--doc/intro_for_developers.bb2
-rw-r--r--doc/macros/addons_footer.bb2
-rw-r--r--doc/macros/cloud_footer.bb2
-rw-r--r--doc/macros/main_footer.bb1
-rw-r--r--doc/macros/troubleshooting_footer.bb2
-rw-r--r--doc/main.bb2
-rw-r--r--doc/permissions.bb2
-rw-r--r--doc/plugins.bb2
-rw-r--r--doc/problems-following-an-update.bb3
-rw-r--r--doc/profiles.bb2
-rw-r--r--doc/red2pi.bb2
-rw-r--r--doc/registration.bb3
-rw-r--r--doc/remove_account.bb4
-rw-r--r--doc/schema_development.bb2
-rw-r--r--doc/tags_and_mentions.bb3
-rw-r--r--doc/troubleshooting.bb2
-rw-r--r--doc/webpages.bb3
-rw-r--r--doc/what_is_zot.bb2
-rw-r--r--include/ItemObject.php4
-rw-r--r--include/conversation.php6
-rw-r--r--include/nav.php2
-rw-r--r--mod/photos.php4
-rw-r--r--util/messages.po7862
-rw-r--r--view/css/conversation.css5
-rwxr-xr-xview/tpl/conv_item.tpl2
-rwxr-xr-xview/tpl/photo_view.tpl16
-rwxr-xr-xview/tpl/search_item.tpl2
66 files changed, 4046 insertions, 4086 deletions
diff --git a/boot.php b/boot.php
index 1824e792f..14d0a61a5 100755
--- a/boot.php
+++ b/boot.php
@@ -555,6 +555,7 @@ define ( 'ITEM_VERIFIED', 0x2000); // Signature verification was success
define ( 'ITEM_RETAINED', 0x4000); // We looked at this item once to decide whether or not to expire it, and decided not to.
define ( 'ITEM_RSS', 0x8000); // Item comes from a feed. Use this to decide whether to link the title
// Don't make us evaluate this same item again.
+
/**
*
* Reverse the effect of magic_quotes_gpc if it is enabled.
diff --git a/doc/AdvancedSearch.md b/doc/AdvancedSearch.md
index 5a9a5a3bc..df4a87482 100644
--- a/doc/AdvancedSearch.md
+++ b/doc/AdvancedSearch.md
@@ -51,7 +51,4 @@ Example:
name="charlie brown" and country=canada and not gender=female
-
-
-
-
+#include doc/macros/main_footer.bb;
diff --git a/doc/Hooks.md b/doc/Hooks.md
index 350068314..d7998a8e7 100644
--- a/doc/Hooks.md
+++ b/doc/Hooks.md
@@ -133,3 +133,5 @@ Hooks - Complete List
* $a->module . '_pre_' . $selname
* $a->module . '_pre_' . $selname
+#include doc/macros/main_footer.bb;
+
diff --git a/doc/about.bb b/doc/about.bb
index aa4fde54d..bd91970f6 100644
--- a/doc/about.bb
+++ b/doc/about.bb
@@ -20,5 +20,5 @@ Along the way, Red offers a number of unique goodies:
[b]Privacy:[/b] Red identities (Zot IDs) can be deleted, backed up/downloaded, and cloned. The user is in full control of their data. Should you decide to delete all your content and erase your Zot ID, all you have to do is click on a link and it's immediately deleted from the hub. No questions, no fuss.
-Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl]
+#include doc/macros/main_footer.bb;
diff --git a/doc/account_basics.bb b/doc/account_basics.bb
index 3c5d28fbc..a8fd6e5fd 100644
--- a/doc/account_basics.bb
+++ b/doc/account_basics.bb
@@ -31,3 +31,5 @@ See Also
[zrl=[baseurl]/help/permissions]Permissions[/zrl]
[zrl=[baseurl]/help/profiles]Profiles[/zrl]
[zrl=[baseurl]/help/remove_account]Remove Account[/zrl]
+
+#include doc/macros/main_footer.bb;
diff --git a/doc/accounts.bb b/doc/accounts.bb
index bf57f1234..7c0378504 100644
--- a/doc/accounts.bb
+++ b/doc/accounts.bb
@@ -1,4 +1,4 @@
This one still needs to be written.
-Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl]
+#include doc/macros/main_footer.bb;
diff --git a/doc/accounts_profiles_channels_basics.bb b/doc/accounts_profiles_channels_basics.bb
index f803f25e9..c064e99f1 100644
--- a/doc/accounts_profiles_channels_basics.bb
+++ b/doc/accounts_profiles_channels_basics.bb
@@ -15,5 +15,5 @@ Unlike other services Red Matrix offers you the advantage of creating [i]many mo
During the registration you created your first [i]channel[/i]. Yes, besides several profiles you are able to have several channels. This might be a bit confusing in the beginning, but let's clear things up. You already have created one channel. You can use this one for the public, to communicate with people about every day life. But perhaps you are an avid book reader and many people are bored by that. So you open a [i]second channel[/i] just for the book lovers, where you all can talk about books as much as you like. Obviously this is a new stream of posts, with a new profile (... or new profile[i]s[/i] ...) and completely different contacts. Some connections might exist in both channels, but there will be some that are exclusive to only one of both. You yourself just switch between both of them just like you would in real life switch when talking to people you meet on the street or people you meet specially to talk about books. You can even connect to yourself, or better: to your other channel. :)
[i]Think of a channel as different spaces dedicated to different topics where you meet with different people.[/i]
-Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl]
+#include doc/macros/main_footer.bb;
diff --git a/doc/addons.bb b/doc/addons.bb
index a4b76929b..726b437ed 100644
--- a/doc/addons.bb
+++ b/doc/addons.bb
@@ -1,5 +1,5 @@
* [zrl=[baseurl]/help/addons_gnusocial]Posting To Gnu Social[/zrl]
-Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl]
+#include doc/macros/main_footer.bb;
diff --git a/doc/addons_gnusocial.bb b/doc/addons_gnusocial.bb
index 664f1df39..339add5a9 100644
--- a/doc/addons_gnusocial.bb
+++ b/doc/addons_gnusocial.bb
@@ -60,5 +60,5 @@ If you don't choose this option, you will have an option to send a post to your
If all goes well, you have just cross-posted your RedMatrix post to your account on a GNUsocial instance.
-Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl]
+#include doc/macros/addons_footer.bb;
diff --git a/doc/api_functions.bb b/doc/api_functions.bb
index ade6efd42..c9d90c716 100644
--- a/doc/api_functions.bb
+++ b/doc/api_functions.bb
@@ -129,5 +129,5 @@ Red proposed API extensions to the Twitter API
api/albums/destroy (R),J
api/friends/permissions (R),J
-Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl]
+#include doc/macros/main_footer.bb;
diff --git a/doc/bbcode.html b/doc/bbcode.html
index 97a0bbc6c..0f070eaa2 100644
--- a/doc/bbcode.html
+++ b/doc/bbcode.html
@@ -66,8 +66,8 @@
<li>[rpost=title]Text to post[/rpost] The observer will be returned to their home hub to enter a post with the specified title and body. Both are optional <br />
<li>[qr]text to post[/qr] - create a QR code.<br />
<br />
-Return to the <a href="/help/main">Main documentation page[/a]
+#include doc/macros/main_footer.bb;
</div>
diff --git a/doc/campaign.bb b/doc/campaign.bb
index f3d23baa6..b05846a0b 100644
--- a/doc/campaign.bb
+++ b/doc/campaign.bb
@@ -233,5 +233,5 @@ Raising more than our initial goal of funds, will speed up our development effor
Awesome. We'd be more than happy to chat. You can find us {HERE}
-Return to the [url=[baseurl]/help/main]Main documentation page[/url]
+#include doc/macros/main_footer.bb;
diff --git a/doc/channels.bb b/doc/channels.bb
index 42253a664..82b70630c 100644
--- a/doc/channels.bb
+++ b/doc/channels.bb
@@ -26,5 +26,5 @@ The &quot;Matrix&quot; page contains all recent posts from across the matrix, ag
As mentioned at the start, many other kinds of channel are possible, however, the creation procedure is the same. The difference between channels lies primarily in the permissions assigned. For example, a channel for sharing documents with colleagues at work would probably want more permissive settings for &quot;Can write to my &quot;public&quot; file storage&quot; than a personal account. For more information, see the permissions section.
-Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl]
+#include doc/macros/main_footer.bb;
diff --git a/doc/checking_account_quota_usage.bb b/doc/checking_account_quota_usage.bb
index 5bf5b3163..60d84005e 100644
--- a/doc/checking_account_quota_usage.bb
+++ b/doc/checking_account_quota_usage.bb
@@ -14,4 +14,4 @@ Visit the following URL in your browser:
Example:
[observer.baseurl]/filestorage/[observer.webname]
-Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl]
+#include doc/macros/main_footer.bb;
diff --git a/doc/cloud.bb b/doc/cloud.bb
index e71da78e8..92b97a21c 100644
--- a/doc/cloud.bb
+++ b/doc/cloud.bb
@@ -24,4 +24,4 @@ See: [zrl=[baseurl]/help/cloud_desktop_clients]Cloud Desktop Clients[/zrl]
When using WebDAV, the file is created with your channel's default file permissions and this cannot be changed from within the operating system. It also may not be as restrictive as you would like. What we've found is that the preferred method of making files private is to first create folders or directories; then visit &quot;filestorage/{{username}}&quot;; select the directory and change the permissions. Do this before you put anything into the directory. The directory permissions take precedence so you can then put files or other folders into that container and they will be protected from unwanted viewers by the directory permissions. It is common for folks to create a &quot;personal&quot; or &quot;private&quot; folder which is restricted to themselves. You can use this as a personal cloud to store anything from anywhere on the web or any computer and it is protected from others. You might also create folders for &quot;family&quot; and &quot;friends&quot; with permission granted to appropriate collections of channels.
-Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl]
+#include doc/macros/main_footer.bb;
diff --git a/doc/cloud_desktop_clients.bb b/doc/cloud_desktop_clients.bb
index 557acb472..2f099527f 100644
--- a/doc/cloud_desktop_clients.bb
+++ b/doc/cloud_desktop_clients.bb
@@ -18,4 +18,4 @@
Note: There have been reported issues with clients that use "chunked transfer encoding", which includes Apple iOS services, and also the "AnyClient" and "CyberDuck" tools. These work fine for downloads, but uploads often end up with files of zero size. This is caused by an incorrect implemention of chunked encoding in some current FCGI (fast-cgi) implementations. Apache running with PHP as a module does not have these issues, but when running under FCGI you may need to use alternative clients or use the web uploader. At the time of this writing the issue has been open and no updates provided for at least a year. If you encounter zero size files with other clients, please check the client notes; as there are occasional configuration issues which can also produce these symptoms.
-Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl] \ No newline at end of file
+#include doc/macros/cloud_footer.bb;
diff --git a/doc/comanche.bb b/doc/comanche.bb
index d329cc34b..19a74833e 100644
--- a/doc/comanche.bb
+++ b/doc/comanche.bb
@@ -28,10 +28,10 @@ Currently there are three layout templates, unless your site provides additional
edgestwo - two column layout with fixed side margins
edgesthree - three column layout with fixed side margins
full - three column layout with fixed side margins and adds a "header" region beneath the navigation bar
-
- redable
-
- A template for reading longer texts. Three columns: aside, content and right_aside. For maximum readability it is advised to only use the middle content column.
+
+ redable
+
+ A template for reading longer texts. Three columns: aside, content and right_aside. For maximum readability it is advised to only use the middle content column.
[/code]
@@ -45,11 +45,11 @@ To choose a layout template, use the 'template' tag.
To choose the "choklet" template with the "three" flavour:
[code]
- [template=three]choklet[/template]
-[/code]
-
-Or the "redable" (sic) template:
-
+ [template=three]choklet[/template]
+[/code]
+
+Or the "redable" (sic) template:
+
[code]
[template]redable[/template]
[/code]
@@ -188,4 +188,4 @@ The 'comment' tag is used to delimit comments. These comments will not appear on
[/region]
[/code]
-Return to the [url=[baseurl]/help/main]Main documentation page[/url]
+#include doc/macros/main_footer.bb;
diff --git a/doc/connecting_to_channels.bb b/doc/connecting_to_channels.bb
index a067b6cf2..901565ad3 100644
--- a/doc/connecting_to_channels.bb
+++ b/doc/connecting_to_channels.bb
@@ -16,4 +16,4 @@ You may also connect with any channel by visiting the &quot;Connections&quot; pa
Some channels are designated &quot;Premium Channels&quot; and may require some action on your part before a connection can be established. The Connect button will for these channels will take you to a page which lists in detail what terms the channel owner has set. If the terms are accepted, the connection will then proceed normally. In some cases, such as with celebrities and world-reknowned publishers, this may involve payment. If you do not agree to the terms, the connection will not proceed, or it may proceed but with reduced permissions allowed on your interactions with that channel.
-Return to the [url=[baseurl]/help/main]Main documentation page[/url]
+#include doc/macros/main_footer.bb;
diff --git a/doc/credits.bb b/doc/credits.bb
new file mode 100644
index 000000000..d13b99bdd
--- /dev/null
+++ b/doc/credits.bb
@@ -0,0 +1,76 @@
+[b]Credits[/b]
+
+Mike Macgirvin
+Thomas Willingham
+Fabio Comuni
+Simon L'nu
+marijus
+Tobias Diekershoff
+fabrixxm
+tommy tomson
+Simon
+zottel
+Christian Vogeley
+jeroenpraat
+Michael Vogel
+erik
+Zach Prezkuta
+Paolo T
+Michael Meer
+Michael
+Abinoam P. Marques Jr
+Tobias Hößl
+Alexander Kampmann
+Olaf Conradi
+Paolo Tacconi
+tobiasd
+Devlon Duthie
+Zvi ben Yaakov (a.k.a rdc)
+Alexandre Hannud Abdo
+Olivier Migeot
+Chris Case
+Klaus Weidenbach
+Michael Johnston
+olivierm
+Vasudev Kamath
+pixelroot
+Max Weller
+duthied
+Martin Schmitt
+Sebastian Egbers
+Erkan Yilmaz
+sasiflo
+Stefan Parviainen
+Haakon Meland Eriksen
+Oliver Hartmann (23n)
+Erik Lundin
+habeascodice
+sirius
+Charles
+Tony Baldwin
+Hauke Zuehl
+Keith Fernie
+toclimb
+Daniel Frank
+Matthew Exon
+Michal Supler
+Tobias Luther
+U-SOUND\mike
+mrjive
+nostupidzone
+tonnerkiller
+Antoine G
+Christian Drechsler
+Ludovic Grossard
+RedMatrixCanada
+Stanislav Lechev [0xAF]
+aweiher
+bufalo1973
+dsp1986
+felixgilles
+ike
+maase2
+mycocham
+ndurchx
+pafcu
+Simó Albert i Beltran
diff --git a/doc/dav_dolphin.bb b/doc/dav_dolphin.bb
index 4429303d3..a1ebba394 100644
--- a/doc/dav_dolphin.bb
+++ b/doc/dav_dolphin.bb
@@ -6,4 +6,4 @@ When prompted for a username and password, enter your username (the first part o
Note, if you are already logged in to the web interface via Konqueror, you will not be prompted for further authentication.
-Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl] \ No newline at end of file
+#include doc/macros/cloud_footer.bb;
diff --git a/doc/dav_konqueror.bb b/doc/dav_konqueror.bb
index f44c11fb2..79108e1d0 100644
--- a/doc/dav_konqueror.bb
+++ b/doc/dav_konqueror.bb
@@ -8,4 +8,5 @@ Additionally, if one has authenticated at a different hub during their normal br
This functionality is normally restricted to the web interface, and is not available to any desktop software other than KDE.
-Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl] \ No newline at end of file
+#include doc/macros/cloud_footer.bb;
+
diff --git a/doc/dav_mount.bb b/doc/dav_mount.bb
index 62edc09d0..d8cb2e08e 100644
--- a/doc/dav_mount.bb
+++ b/doc/dav_mount.bb
@@ -82,5 +82,5 @@ If that still doesn't work, disable the cache. Note that this has a performance
If it [i]still[/i] doesn't work, there is one more thing you can try. (This one is caused by a bug in older versions of dav2fs itself, so updating to a new version may also help). Enable weak etag dropping by setting [code]drop_weak_etags 1[/code]. Unmount and remount your filesystem to apply the changes.
+#include doc/macros/cloud_footer.bb;
-Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl]
diff --git a/doc/dav_nautilus.bb b/doc/dav_nautilus.bb
index d3c478aa0..51663b6de 100644
--- a/doc/dav_nautilus.bb
+++ b/doc/dav_nautilus.bb
@@ -6,4 +6,4 @@
4. You will be prompted for your username (same as above) and password
5. Your personal DAV directory will be shown in the window
-Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl] \ No newline at end of file
+#include doc/macros/cloud_footer.bb;
diff --git a/doc/dav_nemo.bb b/doc/dav_nemo.bb
index a2553c1d5..2c88b0782 100644
--- a/doc/dav_nemo.bb
+++ b/doc/dav_nemo.bb
@@ -15,5 +15,5 @@ Fill the dialog
- Passwort: yourpasswort
Once open you can set a bookmark.
-
-Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl] \ No newline at end of file
+
+#include doc/macros/cloud_footer.bb;
diff --git a/doc/dav_windows.bb b/doc/dav_windows.bb
index 600944b68..0eaffd4d0 100644
--- a/doc/dav_windows.bb
+++ b/doc/dav_windows.bb
@@ -8,4 +8,4 @@ RedDav using Windows 7 graphical user interface wizard:
5. Type your Red account's user name. IMPORTANT - NO at-sign or domain name.
6. Type your Red password
-Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl] \ No newline at end of file
+#include doc/macros/cloud_footer.bb;
diff --git a/doc/debian_install.bb b/doc/debian_install.bb
index f441025ae..f4e901dc6 100644
--- a/doc/debian_install.bb
+++ b/doc/debian_install.bb
@@ -29,4 +29,4 @@ To install Red for domain example.com, after the initial server setup run
[code]bash setup-debian.sh red example.com[/code]
-Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl]
+#include doc/macros/main_footer.bb;
diff --git a/doc/dev-function-overview.md b/doc/dev-function-overview.md
index 3cda8f7c4..ecf9186ca 100644
--- a/doc/dev-function-overview.md
+++ b/doc/dev-function-overview.md
@@ -48,5 +48,5 @@ Returns the translated variant of $string for the current language or $string (d
Shorthand test to see if variable $var is set and is not empty. Tests vary by type. Returns false if $var or $key is not set.
If variable is set, returns 1 if has 'non-zero' value, otherwise returns 0. -- e.g. x('') or x(0) returns 0;
-Return to the [url=[baseurl]/help/main]Main documentation page[/url]
+#include doc/macros/main_footer.bb;
diff --git a/doc/developer_function_primer.bb b/doc/developer_function_primer.bb
index 144664615..3d5fe82a9 100644
--- a/doc/developer_function_primer.bb
+++ b/doc/developer_function_primer.bb
@@ -44,4 +44,4 @@ Returns the translated variant of $string for the current language or $string (d
Shorthand test to see if variable $var is set and is not empty. Tests vary by type. Returns false if $var or $key is not set. If variable is set, returns 1 if has 'non-zero' value, otherwise returns 0. -- e.g. x('') or x(0) returns 0;
-Return to the [url=[baseurl]/help/main]Main documentation page[/url]
+#include doc/macros/main_footer.bb;
diff --git a/doc/developers.bb b/doc/developers.bb
index a29a848e0..18e39c4ea 100644
--- a/doc/developers.bb
+++ b/doc/developers.bb
@@ -64,4 +64,4 @@ In the interests of consistency we adopt the following code styling. We may acce
[li] Generally speaking, opening braces go on the same line as the thing which opens the brace. They are the last character on the line. Closing braces are on a line by themselves. [/li]
-Return to the [url=[baseurl]/help/main]Main documentation page[/url]
+#include doc/macros/main_footer.bb;
diff --git a/doc/external-resource-links.bb b/doc/external-resource-links.bb
index 70dfd2fcc..29eabce74 100644
--- a/doc/external-resource-links.bb
+++ b/doc/external-resource-links.bb
@@ -19,6 +19,6 @@
[*][url=https://github.com/zzottel/feed2red]feed2red.pl (posts Atom/RSS feeds to channel)[/url]
[b]Utilities[/b]
-[*][url=http://beardyunixer.com:1234/?p=debian-install-script;a=tree]Debian Install Script[/url]
+[*][url=http://gitweb.whogotzot.com/debian-install-script]Debian Install Script[/url]
-Return to the [url=[baseurl]/help/main]Main documentation page[/url]
+#include doc/macros/main_footer.bb;
diff --git a/doc/extra_features.bb b/doc/extra_features.bb
index 372ac6bbe..2e877375e 100644
--- a/doc/extra_features.bb
+++ b/doc/extra_features.bb
@@ -94,4 +94,4 @@ Ability to mark special posts with a star indicator
Provide a personal tag cloud on your channel page
-Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl]
+#include doc/macros/main_footer.bb;
diff --git a/doc/faq_admins.bb b/doc/faq_admins.bb
index 1679ec246..60c1be5a8 100644
--- a/doc/faq_admins.bb
+++ b/doc/faq_admins.bb
@@ -45,4 +45,4 @@ valid SSL certificate rather than disabling port 443.
[/ul]
-Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl]
+#include doc/macros/main_footer.bb;
diff --git a/doc/faq_developers.bb b/doc/faq_developers.bb
index 192dcb5c5..61843648a 100644
--- a/doc/faq_developers.bb
+++ b/doc/faq_developers.bb
@@ -1,6 +1,5 @@
[size=large][b]Frequently Asked Questions For Developers[/b][/size]
-(...) still needs to be written (...)
[ul]
[*][b]What does $a mean?[/b]
@@ -26,3 +25,7 @@ function foo() {
}
[/code]
[/ul]
+
+
+#include doc/macros/main_footer.bb;
+
diff --git a/doc/faq_users.bb b/doc/faq_members.bb
index aac4a114c..a089b8b0c 100644
--- a/doc/faq_users.bb
+++ b/doc/faq_members.bb
@@ -12,6 +12,4 @@ You have probably disabled third party cookies. You need to enable them for rem
There are also a lot of [b]private[/b] foreign language posts and auto-translation services would require us to transmit these private messages to the translation service; and we don't know what they will do with them on their servers. Actually we do know thanks to Edward Snowden. Our best bet is a project called [b][i]Apertium[/i][/b] which is an open source translator we can install locally. It is currently missing German translations - which are the most requested translation in the matrix. Once again, this will be implemented when we find somebody who really wants to make it happen.
[/ul]
-
-
-Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl]
+#include doc/macros/main_footer.bb;
diff --git a/doc/features.bb b/doc/features.bb
index 388f9bc91..fc977fcc1 100644
--- a/doc/features.bb
+++ b/doc/features.bb
@@ -108,4 +108,4 @@ Similar to any other modern blogging system, social network, or a micro-blogging
[b][color=white]Previewing[/color][/b]
Post can be previewed prior to sending.
-Return to the [url=[baseurl]/help/main]Main documentation page[/url] \ No newline at end of file
+#include doc/macros/main_footer.bb;
diff --git a/doc/git_for_non_developers.bb b/doc/git_for_non_developers.bb
index aa87fba69..029a6eb77 100644
--- a/doc/git_for_non_developers.bb
+++ b/doc/git_for_non_developers.bb
@@ -68,4 +68,4 @@ git request-pull master https://example.com/project
And simply send the output to the project maintainer.
-Return to the [url=[baseurl]/help/main]Main documentation page[/url]
+#include doc/macros/main_footer.bb;
diff --git a/doc/hidden_configs.bb b/doc/hidden_configs.bb
index 0fc04b766..7b7a688c4 100644
--- a/doc/hidden_configs.bb
+++ b/doc/hidden_configs.bb
@@ -100,4 +100,6 @@ This document assumes you're an administrator.
the main logs as well.
[b]system > hide_in_statistics[/b]
Tell the red statistics servers to completely hide this hub in hub lists.
- \ No newline at end of file
+
+#include doc/macros/main_footer.bb;
+
diff --git a/doc/install.bb b/doc/install.bb
index 1a35537aa..e68b4a230 100644
--- a/doc/install.bb
+++ b/doc/install.bb
@@ -1 +1,4 @@
#include install/INSTALL.txt;
+
+#include doc/macros/main_footer.bb;
+
diff --git a/doc/install/sample-lighttpd.conf b/doc/install/sample-lighttpd.conf
index 721fa25ea..db26c3b64 100644
--- a/doc/install/sample-lighttpd.conf
+++ b/doc/install/sample-lighttpd.conf
@@ -67,6 +67,11 @@ $SERVER["socket"] == ":443" {
ssl.engine = "enable"
ssl.ca-file = "/etc/lighttpd/certs/ca-certs.crt" #adjust to your needs
ssl.pemfile = "/etc/lighttpd/certs/red-ssl.crt" #adjust to your needs
+
+ ssl.use-compression = "disable"
+ ssl.use-sslv2 = "disable"
+ ssl.use-sslv3 = "disable"
+ ssl.cipher-list = "ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA"
}
### RISTRICT ACCESS TO DIRECTORYS AND FILES
diff --git a/doc/intro_for_developers.bb b/doc/intro_for_developers.bb
index b44095d3d..50aedd0e2 100644
--- a/doc/intro_for_developers.bb
+++ b/doc/intro_for_developers.bb
@@ -109,4 +109,4 @@ At that point, if you need to add javascript or css files, add them to /js or /c
Now you'll probably want to alter a template. These can be found in in /view/tpl OR view//tpl. All you should have to do is copy whatever you want to tweak from the first place to your theme's own tpl directory.
-Return to the [url=[baseurl]/help/main]Main documentation page[/url]
+#include doc/macros/main_footer.bb;
diff --git a/doc/macros/addons_footer.bb b/doc/macros/addons_footer.bb
new file mode 100644
index 000000000..f6b687a23
--- /dev/null
+++ b/doc/macros/addons_footer.bb
@@ -0,0 +1,2 @@
+Return to the [zrl=[baseurl]/help/addons]Addons documentation[/zrl]
+Return to the [zrl=[baseurl]/help/addons]Main documentation[/zrl]
diff --git a/doc/macros/cloud_footer.bb b/doc/macros/cloud_footer.bb
new file mode 100644
index 000000000..798cc9ea6
--- /dev/null
+++ b/doc/macros/cloud_footer.bb
@@ -0,0 +1,2 @@
+Return to the [zrl=[baseurl]/help/cloud]Cloud documentation[/zrl]
+Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl]
diff --git a/doc/macros/main_footer.bb b/doc/macros/main_footer.bb
new file mode 100644
index 000000000..08f671ded
--- /dev/null
+++ b/doc/macros/main_footer.bb
@@ -0,0 +1 @@
+Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl]
diff --git a/doc/macros/troubleshooting_footer.bb b/doc/macros/troubleshooting_footer.bb
new file mode 100644
index 000000000..c7603a62b
--- /dev/null
+++ b/doc/macros/troubleshooting_footer.bb
@@ -0,0 +1,2 @@
+[zrl=[baseurl]/help/troubleshooting]Troubleshooting documentation[/zrl]
+[zrl=[baseurl]/help/troubleshooting]Documentation Main Page[/zrl]
diff --git a/doc/main.bb b/doc/main.bb
index 06559c327..5502db67d 100644
--- a/doc/main.bb
+++ b/doc/main.bb
@@ -36,7 +36,7 @@ Zot is the great new communicaton protocol invented especially for the Red Matri
[zrl=[baseurl]/help/diaspora_compat]Diaspora Communications Compatibility (Diaspora and Friendica)[/zrl]
[size=large][b]Frequently Asked Questions For Members[/b][/size]
-[zrl=[baseurl]/help/faq_users]FAQ For Members[/zrl]
+[zrl=[baseurl]/help/faq_members]FAQ For Members[/zrl]
[size=large][b]For Hub Administrators[/b][/size]
[zrl=[baseurl]/help/install]Install[/zrl]
diff --git a/doc/permissions.bb b/doc/permissions.bb
index c893ed84f..232ea9e96 100644
--- a/doc/permissions.bb
+++ b/doc/permissions.bb
@@ -107,4 +107,4 @@ The connection edit screen offers a slider to select a degree of friendship with
The slider on the matrix page has both a minimum and maximum value. Posts will only be shown from people who fall between this range. Affinity has no relation to permissions, and is only useful in conjunction with the affinity tool feature.
-Return to the [url=[baseurl]/help/main]Main documentation page[/url]
+#include doc/macros/main_footer.bb;
diff --git a/doc/plugins.bb b/doc/plugins.bb
index 7709976c4..06801eb20 100644
--- a/doc/plugins.bb
+++ b/doc/plugins.bb
@@ -261,4 +261,4 @@ The Red Matrix has _install and _uninstall functions but these are used differen
Changing these will often allow your plugin to function, but please double check all your permission and identity code because the concepts behind it are completely different in the Red Matrix. Many structured data names (especially DB schema columns) are also quite different.
-Return to the [url=[baseurl]/help/main]Main documentation page[/url]
+#include doc/macros/main_footer.bb;
diff --git a/doc/problems-following-an-update.bb b/doc/problems-following-an-update.bb
index 0b2c2e11a..a8a764cf1 100644
--- a/doc/problems-following-an-update.bb
+++ b/doc/problems-following-an-update.bb
@@ -34,4 +34,5 @@ Redbasic uses a few javascript libraries that are done differently, or entirely
Should you report an issue with the theme developers then? No. Theme developers use their themes. Chances are, they know. Give them two or three days to catch up and [i]then[/i] report the issue if it's still not fixed. There are two workarounds for this situation. Firstly, you can temporarily use Redbasic. Secondly, most themes are open source too - open a pull request and make yourself a friend.
-Return to the [url=[baseurl]/help/troubleshooting]Troubleshooting documentation page[/url] \ No newline at end of file
+#include doc/macros/troubleshooting_footer.bb;
+
diff --git a/doc/profiles.bb b/doc/profiles.bb
index 63b161962..5fcf5245a 100644
--- a/doc/profiles.bb
+++ b/doc/profiles.bb
@@ -32,4 +32,4 @@ On the directory page, you may search for people with published profiles. Curren
On your Connnections page and in the directory there is a link to &quot;Suggestions&quot; or &quot;Channel Suggestions&quot;, respectively. This will find channels who have matching and/or similar keywords. The more keywords you provide, the more relevant the search results that are returned. These are sorted by relevance.
-Return to the [url=[baseurl]/help/main]Main documentation page[/url]
+#include doc/macros/main_footer.bb;
diff --git a/doc/red2pi.bb b/doc/red2pi.bb
index 4ca58a382..d05cc57dd 100644
--- a/doc/red2pi.bb
+++ b/doc/red2pi.bb
@@ -342,4 +342,4 @@ Save and exit.
Follow the instructions here:
[url=https://github.com/friendica/friendica/wiki/Running-Friendica-with-SSL]https://github.com/friendica/friendica/wiki/Running-Friendica-with-SSL[/url]
-Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl]
+#include doc/macros/main_footer.bb;
diff --git a/doc/registration.bb b/doc/registration.bb
index 0aaa679c2..c507a86a6 100644
--- a/doc/registration.bb
+++ b/doc/registration.bb
@@ -31,4 +31,5 @@ See Also
[zrl=[baseurl]/help/permissions]Permissions[/zrl]
[zrl=[baseurl]/help/remove_account]Remove Account[/zrl]
-Return to the [url=[baseurl]/help/main]Main documentation page[/url]
+#include doc/macros/main_footer.bb;
+
diff --git a/doc/remove_account.bb b/doc/remove_account.bb
index adc08d8f9..feb3f249a 100644
--- a/doc/remove_account.bb
+++ b/doc/remove_account.bb
@@ -24,6 +24,4 @@ This is irreversible.
All your channels will be deleted. If you have identity clones on other sites this only removes by default the channels instances which exists on this site.
-
-
-Return to the [url=[baseurl]/help/main]Main documentation page[/url]
+#include doc/macros/main_footer.bb;
diff --git a/doc/schema_development.bb b/doc/schema_development.bb
index 2890d5454..c92536d7a 100644
--- a/doc/schema_development.bb
+++ b/doc/schema_development.bb
@@ -73,4 +73,4 @@ theme are as follows:
[li] sloppy_photos
Determins whether photos are &quot;sloppy&quot; or aligned. Set or unset (1 or '')[/li]
-Return to the [url=[baseurl]/help/main]Main documentation page[/url]
+#include doc/macros/main_footer.bb;
diff --git a/doc/tags_and_mentions.bb b/doc/tags_and_mentions.bb
index 477fbe291..d638492bb 100644
--- a/doc/tags_and_mentions.bb
+++ b/doc/tags_and_mentions.bb
@@ -66,5 +66,4 @@ will tag Robert Johnson, but we can only match one space. If the name was "Blind
[/code]
are both equivalent.
-
-Return to the [url=[baseurl]/help/main]Main documentation page[/url]
+#include doc/macros/main_footer.bb;
diff --git a/doc/troubleshooting.bb b/doc/troubleshooting.bb
index f5572c6ed..d71b5f576 100644
--- a/doc/troubleshooting.bb
+++ b/doc/troubleshooting.bb
@@ -3,4 +3,4 @@
[li][zrl=[baseurl]/help/technical_faq]Technical FAQ[/zrl][/li]
[li][zrl=[baseurl]/help/problems-following-an-update]Problems following an update[/zrl][/li]
-Return to the [url=[baseurl]/help/main]Main documentation page[/url]
+#include doc/macros/main_footer.bb;
diff --git a/doc/webpages.bb b/doc/webpages.bb
index 2bf7af762..780bde45c 100644
--- a/doc/webpages.bb
+++ b/doc/webpages.bb
@@ -10,6 +10,5 @@ The &quot;page link title&quot; box allows a user to specify the &quot;pagelinkt
Beneath the page creation box, a list of existing pages will appear with an &quot;edit&quot; link. Clicking this will take you to an editor, similar to that of the post editor, where you can make changes to your webpages.
-If you are the admin of a site, you can specify a channel whose webpages we will use at key points around the site. Presently, the only place this is implemented is the home page. If you specify the channel &quot;admin&quot; and then the channel called &quot;admin&quot; creates a webpage called &quot;home&quot;, we will display it's content on your websites home page. We expect this functionality to be extended to other areas in future.
+#include doc/macros/main_footer.bb;
-Return to the [url=[baseurl]/help/main]Main documentation page[/url]
diff --git a/doc/what_is_zot.bb b/doc/what_is_zot.bb
index 0e59d2d4c..67c0159e3 100644
--- a/doc/what_is_zot.bb
+++ b/doc/what_is_zot.bb
@@ -58,4 +58,4 @@ For more detailed, technical information about Zot, check out the following link
- [url=https://github.com/friendica/red/blob/master/include/zot.php]Zot reference implementation in PHP[/url]
-Return to the [url=[baseurl]/help/main]Main documentation page[/url] \ No newline at end of file
+#include doc/macros/main_footer.bb;
diff --git a/include/ItemObject.php b/include/ItemObject.php
index 7c75e35bd..90c036def 100644
--- a/include/ItemObject.php
+++ b/include/ItemObject.php
@@ -191,7 +191,8 @@ class Item extends BaseObject {
}
- $verified = (($item['item_flags'] & ITEM_VERIFIED) ? t('Message is verified') : '');
+ $verified = (($item['item_flags'] & ITEM_VERIFIED) ? t('Message signature validated') : '');
+ $forged = ((($item['sig']) && (! ($item['item_flags'] & ITEM_VERIFIED))) ? t('Message signature incorrect') : '');
$unverified = '' ; // (($this->is_wall_to_wall() && (! ($item['item_flags'] & ITEM_VERIFIED))) ? t('Message cannot be verified') : '');
@@ -269,6 +270,7 @@ class Item extends BaseObject {
'lock' => $lock,
'verified' => $verified,
'unverified' => $unverified,
+ 'forged' => $forged,
'location' => $location,
'indent' => $indent,
'owner_url' => $this->get_owner_url(),
diff --git a/include/conversation.php b/include/conversation.php
index 92ba18d13..b22b570a1 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -649,7 +649,10 @@ function conversation(&$a, $items, $mode, $update, $page_mode = 'traditional', $
$likebuttons = false;
$shareable = false;
- $verified = (($item['item_flags'] & ITEM_VERIFIED) ? t('Message is verified') : '');
+ $verified = (($item['item_flags'] & ITEM_VERIFIED) ? t('Message signature validated') : '');
+ $forged = ((($item['sig']) && (! ($item['item_flags'] & ITEM_VERIFIED))) ? t('Message signature incorrect') : '');
+
+
$unverified = '';
@@ -682,6 +685,7 @@ function conversation(&$a, $items, $mode, $update, $page_mode = 'traditional', $
'mentions' => $mentions,
'verified' => $verified,
'unverified' => $unverified,
+ 'forged' => $forged,
'txt_cats' => t('Categories:'),
'txt_folders' => t('Filed under:'),
'has_cats' => ((count($categories)) ? 'true' : ''),
diff --git a/include/nav.php b/include/nav.php
index ba817648b..f1f89db20 100644
--- a/include/nav.php
+++ b/include/nav.php
@@ -142,7 +142,7 @@ EOT;
sprintf( t('%s - click to logout'), $observer['xchan_addr']));
}
else {
- $nav['loginmenu'][] = Array('rmagic',t('Remote login'),'',t('Click to authenticate to your home hub'));
+ $nav['loginmenu'][] = Array('rmagic',t('Remote authentication'),'',t('Click to authenticate to your home hub'));
}
/**
diff --git a/mod/photos.php b/mod/photos.php
index 2b859b7f1..4c52c7ef7 100644
--- a/mod/photos.php
+++ b/mod/photos.php
@@ -956,7 +956,7 @@ function photos_content(&$a) {
$edit = array(
'edit' => t('Edit photo'),
- 'id' => $ph[0]['id'],
+ 'id' => $link_item['id'], //$ph[0]['id'],
'rotatecw' => t('Rotate CW (right)'),
'rotateccw' => t('Rotate CCW (left)'),
'albums' => $albums['albums'],
@@ -1114,7 +1114,7 @@ function photos_content(&$a) {
$photo_tpl = get_markup_template('photo_view.tpl');
$o .= replace_macros($photo_tpl, array(
- '$id' => $ph[0]['id'],
+ '$id' => $link_item['id'], //$ph[0]['id'],
'$album' => $album_e,
'$tools' => $tools,
'$lock' => $lock,
diff --git a/util/messages.po b/util/messages.po
index 7fafa754c..87c0a1724 100644
--- a/util/messages.po
+++ b/util/messages.po
@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: 2014-10-10.824\n"
+"Project-Id-Version: 2014-10-16.830\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-10 00:03-0700\n"
+"POT-Creation-Date: 2014-10-17 14:18+0000\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"
@@ -17,3751 +17,3805 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../include/dba/dba_driver.php:50
-#, php-format
-msgid "Cannot locate DNS info for database server '%s'"
+#: ../../view/theme/redbasic/php/config.php:84
+msgid "Light (Red Matrix default)"
msgstr ""
-#: ../../include/photo/photo_driver.php:680 ../../include/photos.php:51
-#: ../../mod/photos.php:91 ../../mod/photos.php:657 ../../mod/photos.php:679
-#: ../../mod/profile_photo.php:142 ../../mod/profile_photo.php:301
-#: ../../mod/profile_photo.php:423
-msgid "Profile Photos"
+#: ../../view/theme/redbasic/php/config.php:99
+#: ../../include/ItemObject.php:599 ../../mod/settings.php:519
+#: ../../mod/settings.php:631 ../../mod/settings.php:660
+#: ../../mod/settings.php:684 ../../mod/settings.php:760
+#: ../../mod/settings.php:945 ../../mod/filestorage.php:146
+#: ../../mod/admin.php:414 ../../mod/admin.php:725 ../../mod/admin.php:861
+#: ../../mod/admin.php:994 ../../mod/admin.php:1193 ../../mod/admin.php:1280
+#: ../../mod/photos.php:563 ../../mod/photos.php:672 ../../mod/photos.php:974
+#: ../../mod/photos.php:1014 ../../mod/photos.php:1101 ../../mod/mood.php:135
+#: ../../mod/pdledit.php:58 ../../mod/connedit.php:540 ../../mod/setup.php:307
+#: ../../mod/setup.php:350 ../../mod/invite.php:142 ../../mod/thing.php:284
+#: ../../mod/thing.php:327 ../../mod/connect.php:92 ../../mod/fsuggest.php:108
+#: ../../mod/poke.php:166 ../../mod/group.php:81 ../../mod/appman.php:99
+#: ../../mod/sources.php:104 ../../mod/sources.php:138
+#: ../../mod/import.php:480 ../../mod/mail.php:348 ../../mod/profiles.php:643
+#: ../../mod/chat.php:177 ../../mod/chat.php:211 ../../mod/events.php:587
+msgid "Submit"
msgstr ""
-#: ../../include/network.php:590
-msgid "view full size"
+#: ../../view/theme/redbasic/php/config.php:102
+msgid "Theme settings"
msgstr ""
-#: ../../include/oembed.php:171
-msgid "Embedded content"
+#: ../../view/theme/redbasic/php/config.php:103
+msgid "Set scheme"
msgstr ""
-#: ../../include/oembed.php:180
-msgid "Embedding disabled"
+#: ../../view/theme/redbasic/php/config.php:104
+msgid "Narrow navbar"
msgstr ""
-#: ../../include/items.php:375 ../../mod/profperm.php:23
-#: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/like.php:242
-#: ../../index.php:364
-msgid "Permission denied"
+#: ../../view/theme/redbasic/php/config.php:105
+msgid "Navigation bar background color"
msgstr ""
-#: ../../include/items.php:962 ../../include/items.php:1007
-msgid "(Unknown)"
+#: ../../view/theme/redbasic/php/config.php:106
+msgid "Navigation bar gradient top color"
msgstr ""
-#: ../../include/items.php:1163
-msgid "Visible to anybody on the internet."
+#: ../../view/theme/redbasic/php/config.php:107
+msgid "Navigation bar gradient bottom color"
msgstr ""
-#: ../../include/items.php:1165
-msgid "Visible to you only."
+#: ../../view/theme/redbasic/php/config.php:108
+msgid "Navigation active button gradient top color"
msgstr ""
-#: ../../include/items.php:1167
-msgid "Visible to anybody in this network."
+#: ../../view/theme/redbasic/php/config.php:109
+msgid "Navigation active button gradient bottom color"
msgstr ""
-#: ../../include/items.php:1169
-msgid "Visible to anybody authenticated."
+#: ../../view/theme/redbasic/php/config.php:110
+msgid "Navigation bar border color "
msgstr ""
-#: ../../include/items.php:1171
-#, php-format
-msgid "Visible to anybody on %s."
+#: ../../view/theme/redbasic/php/config.php:111
+msgid "Navigation bar icon color "
msgstr ""
-#: ../../include/items.php:1173
-msgid "Visible to all connections."
+#: ../../view/theme/redbasic/php/config.php:112
+msgid "Navigation bar active icon color "
msgstr ""
-#: ../../include/items.php:1175
-msgid "Visible to approved connections."
+#: ../../view/theme/redbasic/php/config.php:113
+msgid "link color"
msgstr ""
-#: ../../include/items.php:1177
-msgid "Visible to specific connections."
+#: ../../view/theme/redbasic/php/config.php:114
+msgid "Set font-color for banner"
msgstr ""
-#: ../../include/items.php:3927 ../../mod/display.php:32
-#: ../../mod/filestorage.php:18 ../../mod/admin.php:168
-#: ../../mod/admin.php:898 ../../mod/admin.php:1101 ../../mod/thing.php:76
-#: ../../mod/viewsrc.php:20
-msgid "Item not found."
+#: ../../view/theme/redbasic/php/config.php:115
+msgid "Set the background color"
msgstr ""
-#: ../../include/items.php:3989 ../../include/photos.php:15
-#: ../../include/attach.php:119 ../../include/attach.php:166
-#: ../../include/attach.php:229 ../../include/attach.php:243
-#: ../../include/attach.php:283 ../../include/attach.php:297
-#: ../../include/attach.php:322 ../../include/attach.php:513
-#: ../../include/attach.php:585 ../../include/chat.php:116
-#: ../../mod/mood.php:112 ../../mod/mitem.php:73 ../../mod/achievements.php:30
-#: ../../mod/settings.php:496 ../../mod/poke.php:128 ../../mod/api.php:26
-#: ../../mod/api.php:31 ../../mod/authtest.php:13 ../../mod/profile.php:64
-#: ../../mod/profile.php:72 ../../mod/block.php:22 ../../mod/block.php:72
-#: ../../mod/blocks.php:29 ../../mod/blocks.php:44 ../../mod/profiles.php:179
-#: ../../mod/profiles.php:560 ../../mod/webpages.php:40
-#: ../../mod/channel.php:89 ../../mod/channel.php:193
-#: ../../mod/channel.php:236 ../../mod/chat.php:90 ../../mod/chat.php:95
-#: ../../mod/register.php:70 ../../mod/regmod.php:17 ../../mod/common.php:35
-#: ../../mod/network.php:12 ../../mod/connections.php:169
-#: ../../mod/connedit.php:254 ../../mod/delegate.php:6 ../../mod/page.php:30
-#: ../../mod/page.php:80 ../../mod/photos.php:68 ../../mod/photos.php:526
-#: ../../mod/setup.php:203 ../../mod/editblock.php:34 ../../mod/pdledit.php:21
-#: ../../mod/editlayout.php:48 ../../mod/editpost.php:13
-#: ../../mod/editwebpage.php:44 ../../mod/editwebpage.php:83
-#: ../../mod/bookmarks.php:46 ../../mod/profile_photo.php:263
-#: ../../mod/profile_photo.php:276 ../../mod/sources.php:66
-#: ../../mod/events.php:200 ../../mod/filestorage.php:10
-#: ../../mod/filestorage.php:59 ../../mod/filestorage.php:75
-#: ../../mod/filestorage.php:98 ../../mod/fsuggest.php:78
-#: ../../mod/suggest.php:26 ../../mod/group.php:9 ../../mod/thing.php:247
-#: ../../mod/thing.php:264 ../../mod/thing.php:299 ../../mod/invite.php:13
-#: ../../mod/invite.php:104 ../../mod/item.php:182 ../../mod/item.php:190
-#: ../../mod/item.php:929 ../../mod/layouts.php:27 ../../mod/layouts.php:39
-#: ../../mod/like.php:154 ../../mod/viewconnections.php:22
-#: ../../mod/viewconnections.php:27 ../../mod/viewsrc.php:14
-#: ../../mod/mail.php:111 ../../mod/manage.php:6 ../../mod/menu.php:44
-#: ../../mod/message.php:16 ../../mod/new_channel.php:68
-#: ../../mod/new_channel.php:99 ../../mod/notifications.php:66
-#: ../../mod/appman.php:66 ../../mod/service_limits.php:7 ../../index.php:190
-#: ../../index.php:365
-msgid "Permission denied."
+#: ../../view/theme/redbasic/php/config.php:116
+msgid "Set the background image"
msgstr ""
-#: ../../include/items.php:4360 ../../mod/group.php:38 ../../mod/group.php:140
-msgid "Collection not found."
+#: ../../view/theme/redbasic/php/config.php:117
+msgid "Set the background color of items"
msgstr ""
-#: ../../include/items.php:4375
-msgid "Collection is empty."
+#: ../../view/theme/redbasic/php/config.php:118
+msgid "Set the background color of comments"
msgstr ""
-#: ../../include/items.php:4382
-#, php-format
-msgid "Collection: %s"
+#: ../../view/theme/redbasic/php/config.php:119
+msgid "Set the border color of comments"
msgstr ""
-#: ../../include/items.php:4393
-#, php-format
-msgid "Connection: %s"
+#: ../../view/theme/redbasic/php/config.php:120
+msgid "Set the indent for comments"
msgstr ""
-#: ../../include/items.php:4396
-msgid "Connection not found."
+#: ../../view/theme/redbasic/php/config.php:121
+msgid "Set the basic color for item icons"
msgstr ""
-#: ../../include/notify.php:23
-msgid "created a new post"
+#: ../../view/theme/redbasic/php/config.php:122
+msgid "Set the hover color for item icons"
msgstr ""
-#: ../../include/notify.php:24
-#, php-format
-msgid "commented on %s's post"
+#: ../../view/theme/redbasic/php/config.php:123
+msgid "Set font-size for the entire application"
msgstr ""
-#: ../../include/apps.php:126
-msgid "Site Admin"
+#: ../../view/theme/redbasic/php/config.php:124
+msgid "Set font-size for posts and comments"
msgstr ""
-#: ../../include/apps.php:127 ../../include/conversation.php:1566
-#: ../../include/nav.php:116
-msgid "Bookmarks"
+#: ../../view/theme/redbasic/php/config.php:125
+msgid "Set font-color for posts and comments"
msgstr ""
-#: ../../include/apps.php:128
-msgid "Address Book"
+#: ../../view/theme/redbasic/php/config.php:126
+msgid "Set radius of corners"
msgstr ""
-#: ../../include/apps.php:129 ../../include/nav.php:124 ../../boot.php:1495
-msgid "Login"
+#: ../../view/theme/redbasic/php/config.php:127
+msgid "Set shadow depth of photos"
msgstr ""
-#: ../../include/apps.php:130 ../../include/nav.php:217
-#: ../../mod/manage.php:148
-msgid "Channel Manager"
+#: ../../view/theme/redbasic/php/config.php:128
+msgid "Set maximum width of conversation regions"
msgstr ""
-#: ../../include/apps.php:131 ../../include/nav.php:191
-msgid "Matrix"
+#: ../../view/theme/redbasic/php/config.php:129
+msgid "Center conversation regions"
msgstr ""
-#: ../../include/apps.php:132 ../../include/widgets.php:521
-#: ../../include/nav.php:219 ../../mod/admin.php:953 ../../mod/admin.php:1158
-msgid "Settings"
+#: ../../view/theme/redbasic/php/config.php:130
+msgid "Set minimum opacity of nav bar - to hide it"
msgstr ""
-#: ../../include/apps.php:133 ../../include/conversation.php:1542
-#: ../../include/nav.php:105 ../../include/RedDAV/RedBrowser.php:238
-#: ../../mod/fbrowser.php:114
-msgid "Files"
+#: ../../view/theme/redbasic/php/config.php:131
+msgid "Set size of conversation author photo"
msgstr ""
-#: ../../include/apps.php:134 ../../include/conversation.php:1577
-#: ../../include/nav.php:120 ../../mod/webpages.php:86
-msgid "Webpages"
+#: ../../view/theme/redbasic/php/config.php:132
+msgid "Set size of followup author photos"
msgstr ""
-#: ../../include/apps.php:135 ../../include/nav.php:194
-msgid "Channel Home"
+#: ../../view/theme/redbasic/php/config.php:133
+msgid "Sloppy photo albums"
msgstr ""
-#: ../../include/apps.php:136 ../../include/identity.php:1111
-#: ../../include/identity.php:1229 ../../mod/profperm.php:112
-msgid "Profile"
+#: ../../view/theme/redbasic/php/config.php:133
+msgid "Are you a clean desk or a messy desk person?"
msgstr ""
-#: ../../include/apps.php:137 ../../include/conversation.php:1533
-#: ../../include/nav.php:104 ../../mod/fbrowser.php:25
-msgid "Photos"
+#: ../../boot.php:1294
+#, php-format
+msgid "Update %s failed. See error logs."
msgstr ""
-#: ../../include/apps.php:138 ../../include/nav.php:213
-#: ../../mod/events.php:436
-msgid "Events"
+#: ../../boot.php:1297
+#, php-format
+msgid "Update Error at %s"
msgstr ""
-#: ../../include/apps.php:139 ../../include/nav.php:177
-#: ../../mod/directory.php:226
-msgid "Directory"
+#: ../../boot.php:1471
+msgid ""
+"Create an account to access services and applications within the Red Matrix"
msgstr ""
-#: ../../include/apps.php:140 ../../include/nav.php:169 ../../mod/help.php:60
-#: ../../mod/help.php:65
-msgid "Help"
+#: ../../boot.php:1472 ../../include/nav.php:163 ../../mod/register.php:220
+msgid "Register"
msgstr ""
-#: ../../include/apps.php:141 ../../include/nav.php:205
-msgid "Mail"
+#: ../../boot.php:1495 ../../include/nav.php:95 ../../include/nav.php:128
+msgid "Logout"
msgstr ""
-#: ../../include/apps.php:142 ../../mod/mood.php:131
-msgid "Mood"
+#: ../../boot.php:1496 ../../include/nav.php:125 ../../include/apps.php:129
+msgid "Login"
msgstr ""
-#: ../../include/apps.php:143 ../../include/conversation.php:947
-msgid "Poke"
+#: ../../boot.php:1498 ../../include/contact_selectors.php:79
+#: ../../mod/admin.php:728 ../../mod/admin.php:737
+msgid "Email"
msgstr ""
-#: ../../include/apps.php:144 ../../include/nav.php:110
-msgid "Chat"
+#: ../../boot.php:1499
+msgid "Password"
msgstr ""
-#: ../../include/apps.php:145 ../../include/text.php:822
-#: ../../include/text.php:834 ../../include/nav.php:174
-#: ../../mod/search.php:30
-msgid "Search"
+#: ../../boot.php:1500
+msgid "Remember me"
msgstr ""
-#: ../../include/apps.php:146
-msgid "Probe"
+#: ../../boot.php:1505
+msgid "Forgot your password?"
msgstr ""
-#: ../../include/apps.php:147
-msgid "Suggest"
+#: ../../boot.php:1506 ../../mod/lostpass.php:85
+msgid "Password Reset"
msgstr ""
-#: ../../include/apps.php:148
-msgid "Random Channel"
+#: ../../boot.php:1570
+msgid "permission denied"
msgstr ""
-#: ../../include/apps.php:149
-msgid "Invite"
+#: ../../boot.php:1571
+msgid "Got Zot?"
msgstr ""
-#: ../../include/apps.php:150
-msgid "Features"
+#: ../../boot.php:2001
+msgid "toggle mobile"
msgstr ""
-#: ../../include/apps.php:151
-msgid "Language"
+#: ../../include/auth.php:116
+msgid "Logged out."
msgstr ""
-#: ../../include/apps.php:152
-msgid "Post"
+#: ../../include/auth.php:257
+msgid "Failed authentication"
msgstr ""
-#: ../../include/apps.php:153
-msgid "Profile Photo"
+#: ../../include/auth.php:271 ../../mod/openid.php:190
+msgid "Login failed."
msgstr ""
-#: ../../include/apps.php:242 ../../mod/settings.php:79
-#: ../../mod/settings.php:545
-msgid "Update"
+#: ../../include/comanche.php:35
+msgid "Default"
msgstr ""
-#: ../../include/apps.php:242
-msgid "Install"
+#: ../../include/RedDAV/RedBrowser.php:106
+#: ../../include/RedDAV/RedBrowser.php:249
+msgid "parent"
msgstr ""
-#: ../../include/apps.php:247
-msgid "Purchase"
+#: ../../include/RedDAV/RedBrowser.php:130
+msgid "Collection"
msgstr ""
-#: ../../include/apps.php:249 ../../include/page_widgets.php:8
-#: ../../include/page_widgets.php:36 ../../include/RedDAV/RedBrowser.php:247
-#: ../../include/menu.php:42 ../../include/ItemObject.php:100
-#: ../../mod/settings.php:581 ../../mod/blocks.php:99
-#: ../../mod/webpages.php:133 ../../mod/connections.php:381
-#: ../../mod/connections.php:394 ../../mod/connections.php:413
-#: ../../mod/editblock.php:111 ../../mod/editlayout.php:106
-#: ../../mod/editpost.php:112 ../../mod/editwebpage.php:143
-#: ../../mod/thing.php:233 ../../mod/layouts.php:121 ../../mod/menu.php:59
-msgid "Edit"
+#: ../../include/RedDAV/RedBrowser.php:133
+msgid "Principal"
msgstr ""
-#: ../../include/apps.php:250 ../../include/conversation.php:638
-#: ../../include/RedDAV/RedBrowser.php:248 ../../include/ItemObject.php:120
-#: ../../mod/settings.php:582 ../../mod/connedit.php:462
-#: ../../mod/photos.php:1064 ../../mod/group.php:176 ../../mod/admin.php:732
-#: ../../mod/admin.php:863 ../../mod/thing.php:234
-msgid "Delete"
+#: ../../include/RedDAV/RedBrowser.php:136
+msgid "Addressbook"
msgstr ""
-#: ../../include/apps.php:331 ../../include/apps.php:382
-#: ../../include/conversation.php:999 ../../include/RedDAV/RedBrowser.php:160
-#: ../../mod/connedit.php:498
-msgid "Unknown"
+#: ../../include/RedDAV/RedBrowser.php:139
+msgid "Calendar"
msgstr ""
-#: ../../include/page_widgets.php:6
-msgid "New Page"
+#: ../../include/RedDAV/RedBrowser.php:142
+msgid "Schedule Inbox"
msgstr ""
-#: ../../include/page_widgets.php:39 ../../mod/blocks.php:102
-#: ../../mod/webpages.php:136 ../../mod/layouts.php:125
-msgid "View"
+#: ../../include/RedDAV/RedBrowser.php:145
+msgid "Schedule Outbox"
msgstr ""
-#: ../../include/page_widgets.php:40 ../../include/conversation.php:1110
-#: ../../include/ItemObject.php:606 ../../mod/webpages.php:137
-#: ../../mod/photos.php:1015 ../../mod/editblock.php:141
-#: ../../mod/editlayout.php:135 ../../mod/editpost.php:140
-#: ../../mod/editwebpage.php:174
-msgid "Preview"
+#: ../../include/RedDAV/RedBrowser.php:163 ../../include/apps.php:331
+#: ../../include/apps.php:382 ../../include/conversation.php:1003
+#: ../../mod/connedit.php:498
+msgid "Unknown"
msgstr ""
-#: ../../include/page_widgets.php:41 ../../mod/webpages.php:138
-msgid "Actions"
+#: ../../include/RedDAV/RedBrowser.php:223
+#, php-format
+msgid "%1$s used"
msgstr ""
-#: ../../include/page_widgets.php:42 ../../mod/webpages.php:139
-msgid "Page Link"
+#: ../../include/RedDAV/RedBrowser.php:228
+#, php-format
+msgid "%1$s used of %2$s (%3$s&#37;)"
msgstr ""
-#: ../../include/page_widgets.php:43 ../../mod/webpages.php:140
-msgid "Title"
+#: ../../include/RedDAV/RedBrowser.php:241 ../../include/nav.php:106
+#: ../../include/apps.php:133 ../../include/conversation.php:1546
+#: ../../mod/fbrowser.php:114
+msgid "Files"
msgstr ""
-#: ../../include/page_widgets.php:44 ../../mod/webpages.php:141
-msgid "Created"
+#: ../../include/RedDAV/RedBrowser.php:245 ../../mod/settings.php:521
+#: ../../mod/settings.php:547 ../../mod/admin.php:868
+msgid "Name"
msgstr ""
-#: ../../include/page_widgets.php:45 ../../mod/webpages.php:142
-msgid "Edited"
+#: ../../include/RedDAV/RedBrowser.php:246
+msgid "Type"
msgstr ""
-#: ../../include/security.php:320
-msgid ""
-"The form security token was not correct. This probably happened because the "
-"form has been opened for too long (>3 hours) before submitting it."
+#: ../../include/RedDAV/RedBrowser.php:247
+msgid "Size"
msgstr ""
-#: ../../include/widgets.php:29 ../../include/contact_widgets.php:93
-msgid "Categories"
+#: ../../include/RedDAV/RedBrowser.php:248
+msgid "Last Modified"
msgstr ""
-#: ../../include/widgets.php:86 ../../include/nav.php:172
-#: ../../mod/apps.php:33
-msgid "Apps"
+#: ../../include/RedDAV/RedBrowser.php:250 ../../include/page_widgets.php:8
+#: ../../include/page_widgets.php:36 ../../include/menu.php:42
+#: ../../include/ItemObject.php:100 ../../include/apps.php:249
+#: ../../mod/settings.php:581 ../../mod/webpages.php:131
+#: ../../mod/connections.php:381 ../../mod/connections.php:394
+#: ../../mod/connections.php:413 ../../mod/menu.php:59 ../../mod/thing.php:233
+#: ../../mod/editpost.php:112 ../../mod/editwebpage.php:143
+#: ../../mod/blocks.php:99 ../../mod/layouts.php:121
+#: ../../mod/editblock.php:111 ../../mod/editlayout.php:106
+msgid "Edit"
msgstr ""
-#: ../../include/widgets.php:87
-msgid "System"
+#: ../../include/RedDAV/RedBrowser.php:251 ../../include/ItemObject.php:120
+#: ../../include/apps.php:250 ../../include/conversation.php:638
+#: ../../mod/settings.php:582 ../../mod/admin.php:732 ../../mod/admin.php:863
+#: ../../mod/photos.php:1064 ../../mod/connedit.php:462
+#: ../../mod/thing.php:234 ../../mod/group.php:176
+msgid "Delete"
msgstr ""
-#: ../../include/widgets.php:89 ../../include/conversation.php:1445
-msgid "Personal"
+#: ../../include/RedDAV/RedBrowser.php:252
+msgid "Total"
msgstr ""
-#: ../../include/widgets.php:90
-msgid "Create Personal App"
+#: ../../include/RedDAV/RedBrowser.php:304
+msgid "Create new folder"
msgstr ""
-#: ../../include/widgets.php:91
-msgid "Edit Personal App"
+#: ../../include/RedDAV/RedBrowser.php:305 ../../mod/new_channel.php:122
+#: ../../mod/mitem.php:142 ../../mod/menu.php:84
+msgid "Create"
msgstr ""
-#: ../../include/widgets.php:135 ../../include/widgets.php:175
-#: ../../include/conversation.php:944 ../../include/identity.php:831
-#: ../../include/Contact.php:107 ../../mod/directory.php:183
-#: ../../mod/dirprofile.php:164 ../../mod/suggest.php:51
-#: ../../mod/match.php:62
-msgid "Connect"
+#: ../../include/RedDAV/RedBrowser.php:306
+msgid "Upload file"
msgstr ""
-#: ../../include/widgets.php:137 ../../mod/suggest.php:53
-msgid "Ignore/Hide"
+#: ../../include/RedDAV/RedBrowser.php:307 ../../mod/photos.php:745
+#: ../../mod/photos.php:1226 ../../mod/profile_photo.php:361
+msgid "Upload"
msgstr ""
-#: ../../include/widgets.php:143 ../../mod/connections.php:267
-msgid "Suggestions"
+#: ../../include/photos.php:15 ../../include/items.php:3994
+#: ../../include/attach.php:116 ../../include/attach.php:163
+#: ../../include/attach.php:226 ../../include/attach.php:240
+#: ../../include/attach.php:280 ../../include/attach.php:294
+#: ../../include/attach.php:318 ../../include/attach.php:511
+#: ../../include/attach.php:584 ../../include/chat.php:116
+#: ../../mod/settings.php:496 ../../mod/filestorage.php:18
+#: ../../mod/filestorage.php:67 ../../mod/filestorage.php:82
+#: ../../mod/filestorage.php:109 ../../mod/webpages.php:40
+#: ../../mod/authtest.php:13 ../../mod/new_channel.php:68
+#: ../../mod/new_channel.php:99 ../../mod/connections.php:169
+#: ../../mod/profile.php:64 ../../mod/profile.php:72 ../../mod/photos.php:68
+#: ../../mod/photos.php:526 ../../mod/mitem.php:73 ../../mod/regmod.php:17
+#: ../../mod/mood.php:112 ../../mod/pdledit.php:21
+#: ../../mod/profile_photo.php:263 ../../mod/profile_photo.php:276
+#: ../../mod/menu.php:44 ../../mod/block.php:22 ../../mod/block.php:72
+#: ../../mod/suggest.php:26 ../../mod/connedit.php:254
+#: ../../mod/message.php:16 ../../mod/setup.php:203 ../../mod/invite.php:13
+#: ../../mod/invite.php:104 ../../mod/thing.php:247 ../../mod/thing.php:264
+#: ../../mod/thing.php:299 ../../mod/viewconnections.php:22
+#: ../../mod/viewconnections.php:27 ../../mod/register.php:70
+#: ../../mod/network.php:12 ../../mod/delegate.php:6 ../../mod/fsuggest.php:78
+#: ../../mod/manage.php:6 ../../mod/editpost.php:13
+#: ../../mod/editwebpage.php:44 ../../mod/editwebpage.php:83
+#: ../../mod/poke.php:128 ../../mod/blocks.php:29 ../../mod/blocks.php:44
+#: ../../mod/group.php:9 ../../mod/service_limits.php:7 ../../mod/item.php:182
+#: ../../mod/item.php:190 ../../mod/item.php:929 ../../mod/appman.php:66
+#: ../../mod/sources.php:66 ../../mod/page.php:30 ../../mod/page.php:80
+#: ../../mod/mail.php:111 ../../mod/channel.php:89 ../../mod/channel.php:193
+#: ../../mod/channel.php:236 ../../mod/profiles.php:179
+#: ../../mod/profiles.php:560 ../../mod/bookmarks.php:46
+#: ../../mod/common.php:35 ../../mod/like.php:154 ../../mod/api.php:26
+#: ../../mod/api.php:31 ../../mod/chat.php:90 ../../mod/chat.php:95
+#: ../../mod/events.php:200 ../../mod/notifications.php:66
+#: ../../mod/layouts.php:27 ../../mod/layouts.php:39
+#: ../../mod/editblock.php:34 ../../mod/viewsrc.php:14
+#: ../../mod/achievements.php:30 ../../mod/editlayout.php:48
+#: ../../index.php:190 ../../index.php:365
+msgid "Permission denied."
msgstr ""
-#: ../../include/widgets.php:144
-msgid "See more..."
+#: ../../include/photos.php:51 ../../include/photo/photo_driver.php:680
+#: ../../mod/photos.php:91 ../../mod/photos.php:657 ../../mod/photos.php:679
+#: ../../mod/profile_photo.php:142 ../../mod/profile_photo.php:301
+#: ../../mod/profile_photo.php:423
+msgid "Profile Photos"
msgstr ""
-#: ../../include/widgets.php:166
+#: ../../include/photos.php:104
#, php-format
-msgid "You have %1$.0f of %2$.0f allowed connections."
+msgid "Image exceeds website size limit of %lu bytes"
msgstr ""
-#: ../../include/widgets.php:172
-msgid "Add New Connection"
+#: ../../include/photos.php:111
+msgid "Image file is empty."
msgstr ""
-#: ../../include/widgets.php:173
-msgid "Enter the channel address"
+#: ../../include/photos.php:140 ../../mod/profile_photo.php:216
+msgid "Unable to process image"
msgstr ""
-#: ../../include/widgets.php:174
-msgid "Example: bob@example.com, http://example.com/barbara"
+#: ../../include/photos.php:212
+msgid "Photo storage failed."
msgstr ""
-#: ../../include/widgets.php:191
-msgid "Notes"
+#: ../../include/photos.php:340 ../../include/conversation.php:1540
+msgid "Photo Albums"
msgstr ""
-#: ../../include/widgets.php:193 ../../include/text.php:823
-#: ../../include/text.php:835 ../../mod/rbmark.php:28 ../../mod/rbmark.php:98
-#: ../../mod/filer.php:50 ../../mod/admin.php:1341 ../../mod/admin.php:1362
-msgid "Save"
+#: ../../include/photos.php:344
+msgid "Upload New Photos"
msgstr ""
-#: ../../include/widgets.php:263
-msgid "Remove term"
+#: ../../include/contact_widgets.php:14
+#, php-format
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../include/contact_widgets.php:19 ../../mod/admin.php:418
+msgid "Advanced"
msgstr ""
-#: ../../include/widgets.php:272 ../../include/features.php:58
-msgid "Saved Searches"
+#: ../../include/contact_widgets.php:22
+msgid "Find Channels"
msgstr ""
-#: ../../include/widgets.php:273 ../../include/group.php:302
-msgid "add"
+#: ../../include/contact_widgets.php:23
+msgid "Enter name or interest"
msgstr ""
-#: ../../include/widgets.php:303 ../../include/contact_widgets.php:58
-#: ../../include/features.php:72
-msgid "Saved Folders"
+#: ../../include/contact_widgets.php:24
+msgid "Connect/Follow"
msgstr ""
-#: ../../include/widgets.php:306 ../../include/contact_widgets.php:61
-#: ../../include/contact_widgets.php:96
-msgid "Everything"
+#: ../../include/contact_widgets.php:25
+msgid "Examples: Robert Morgenstein, Fishing"
msgstr ""
-#: ../../include/widgets.php:342
-msgid "Archives"
+#: ../../include/contact_widgets.php:26 ../../mod/connections.php:412
+#: ../../mod/directory.php:222 ../../mod/directory.php:227
+msgid "Find"
msgstr ""
-#: ../../include/widgets.php:404
-msgid "Refresh"
+#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59
+msgid "Channel Suggestions"
msgstr ""
-#: ../../include/widgets.php:405 ../../mod/connedit.php:492
-msgid "Me"
+#: ../../include/contact_widgets.php:29
+msgid "Random Profile"
msgstr ""
-#: ../../include/widgets.php:406 ../../mod/connedit.php:494
-msgid "Best Friends"
+#: ../../include/contact_widgets.php:30
+msgid "Invite Friends"
msgstr ""
-#: ../../include/widgets.php:407 ../../include/identity.php:380
-#: ../../include/identity.php:381 ../../include/identity.php:388
-#: ../../include/profile_selectors.php:80 ../../mod/connedit.php:495
-msgid "Friends"
+#: ../../include/contact_widgets.php:32
+msgid "Exammple: name=fred and country=iceland"
msgstr ""
-#: ../../include/widgets.php:408
-msgid "Co-workers"
+#: ../../include/contact_widgets.php:33
+msgid "Advanced Find"
msgstr ""
-#: ../../include/widgets.php:409 ../../mod/connedit.php:496
-msgid "Former Friends"
+#: ../../include/contact_widgets.php:58 ../../include/features.php:72
+#: ../../include/widgets.php:303
+msgid "Saved Folders"
msgstr ""
-#: ../../include/widgets.php:410 ../../mod/connedit.php:497
-msgid "Acquaintances"
+#: ../../include/contact_widgets.php:61 ../../include/contact_widgets.php:96
+#: ../../include/widgets.php:306
+msgid "Everything"
msgstr ""
-#: ../../include/widgets.php:411
-msgid "Everybody"
+#: ../../include/contact_widgets.php:93 ../../include/widgets.php:29
+msgid "Categories"
msgstr ""
-#: ../../include/widgets.php:443
-msgid "Account settings"
+#: ../../include/contact_widgets.php:126
+#, php-format
+msgid "%d connection in common"
+msgid_plural "%d connections in common"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../include/contact_widgets.php:131
+msgid "show more"
msgstr ""
-#: ../../include/widgets.php:449
-msgid "Channel settings"
+#: ../../include/activities.php:39
+msgid " and "
msgstr ""
-#: ../../include/widgets.php:455
-msgid "Additional features"
+#: ../../include/activities.php:47
+msgid "public profile"
msgstr ""
-#: ../../include/widgets.php:461
-msgid "Feature settings"
+#: ../../include/activities.php:52
+#, php-format
+msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
msgstr ""
-#: ../../include/widgets.php:467
-msgid "Display settings"
+#: ../../include/activities.php:53
+#, php-format
+msgid "Visit %1$s's %2$s"
msgstr ""
-#: ../../include/widgets.php:473
-msgid "Connected apps"
+#: ../../include/activities.php:56
+#, php-format
+msgid "%1$s has an updated %2$s, changing %3$s."
msgstr ""
-#: ../../include/widgets.php:479
-msgid "Export channel"
+#: ../../include/items.php:375 ../../mod/subthread.php:49
+#: ../../mod/profperm.php:23 ../../mod/group.php:68 ../../mod/like.php:242
+#: ../../index.php:364
+msgid "Permission denied"
msgstr ""
-#: ../../include/widgets.php:485
-msgid "Export content"
+#: ../../include/items.php:962 ../../include/items.php:1007
+msgid "(Unknown)"
msgstr ""
-#: ../../include/widgets.php:491
-msgid "Automatic Permissions (Advanced)"
+#: ../../include/items.php:1163
+msgid "Visible to anybody on the internet."
msgstr ""
-#: ../../include/widgets.php:501
-msgid "Premium Channel Settings"
+#: ../../include/items.php:1165
+msgid "Visible to you only."
msgstr ""
-#: ../../include/widgets.php:510 ../../include/features.php:49
-#: ../../mod/sources.php:88
-msgid "Channel Sources"
+#: ../../include/items.php:1167
+msgid "Visible to anybody in this network."
msgstr ""
-#: ../../include/widgets.php:535 ../../mod/mail.php:124
-#: ../../mod/message.php:31
-msgid "Messages"
+#: ../../include/items.php:1169
+msgid "Visible to anybody authenticated."
msgstr ""
-#: ../../include/widgets.php:540
-msgid "Check Mail"
+#: ../../include/items.php:1171
+#, php-format
+msgid "Visible to anybody on %s."
msgstr ""
-#: ../../include/widgets.php:545 ../../include/nav.php:210
-msgid "New Message"
+#: ../../include/items.php:1173
+msgid "Visible to all connections."
msgstr ""
-#: ../../include/widgets.php:621
-msgid "Chat Rooms"
+#: ../../include/items.php:1175
+msgid "Visible to approved connections."
msgstr ""
-#: ../../include/widgets.php:639
-msgid "Bookmarked Chatrooms"
+#: ../../include/items.php:1177
+msgid "Visible to specific connections."
msgstr ""
-#: ../../include/widgets.php:657
-msgid "Suggested Chatrooms"
+#: ../../include/items.php:3927 ../../mod/filestorage.php:26
+#: ../../mod/admin.php:168 ../../mod/admin.php:898 ../../mod/admin.php:1101
+#: ../../mod/thing.php:76 ../../mod/display.php:32 ../../mod/viewsrc.php:20
+msgid "Item not found."
msgstr ""
-#: ../../include/zot.php:654
-msgid "Invalid data packet"
+#: ../../include/items.php:4365 ../../mod/group.php:38 ../../mod/group.php:140
+msgid "Collection not found."
msgstr ""
-#: ../../include/zot.php:670
-msgid "Unable to verify channel signature"
+#: ../../include/items.php:4380
+msgid "Collection is empty."
msgstr ""
-#: ../../include/zot.php:1741
+#: ../../include/items.php:4387
#, php-format
-msgid "Unable to verify site signature for %s"
+msgid "Collection: %s"
msgstr ""
-#: ../../include/photos.php:104
+#: ../../include/items.php:4398
#, php-format
-msgid "Image exceeds website size limit of %lu bytes"
+msgid "Connection: %s"
msgstr ""
-#: ../../include/photos.php:111
-msgid "Image file is empty."
+#: ../../include/items.php:4401
+msgid "Connection not found."
msgstr ""
-#: ../../include/photos.php:140 ../../mod/profile_photo.php:216
-msgid "Unable to process image"
+#: ../../include/Contact.php:107 ../../include/identity.php:832
+#: ../../include/conversation.php:948 ../../include/widgets.php:135
+#: ../../include/widgets.php:175 ../../mod/dirprofile.php:164
+#: ../../mod/suggest.php:51 ../../mod/directory.php:183 ../../mod/match.php:62
+msgid "Connect"
msgstr ""
-#: ../../include/photos.php:212
-msgid "Photo storage failed."
+#: ../../include/Contact.php:123
+msgid "New window"
msgstr ""
-#: ../../include/photos.php:340 ../../include/conversation.php:1536
-msgid "Photo Albums"
+#: ../../include/Contact.php:124
+msgid "Open the selected location in a different window or browser tab"
msgstr ""
-#: ../../include/photos.php:344
-msgid "Upload New Photos"
+#: ../../include/Contact.php:211 ../../mod/admin.php:649
+#, php-format
+msgid "User '%s' deleted"
msgstr ""
-#: ../../include/acl_selectors.php:240
-msgid "Visible to your default audience"
+#: ../../include/datetime.php:43 ../../include/datetime.php:45
+msgid "Miscellaneous"
msgstr ""
-#: ../../include/acl_selectors.php:241
-msgid "Show"
+#: ../../include/datetime.php:152 ../../include/datetime.php:284
+msgid "year"
msgstr ""
-#: ../../include/acl_selectors.php:242
-msgid "Don't show"
+#: ../../include/datetime.php:157 ../../include/datetime.php:285
+msgid "month"
msgstr ""
-#: ../../include/acl_selectors.php:248 ../../mod/chat.php:209
-#: ../../mod/photos.php:604 ../../mod/photos.php:970
-#: ../../mod/filestorage.php:128
-msgid "Permissions"
+#: ../../include/datetime.php:162 ../../include/datetime.php:287
+msgid "day"
msgstr ""
-#: ../../include/acl_selectors.php:249 ../../include/ItemObject.php:303
-msgid "Close"
+#: ../../include/datetime.php:275
+msgid "never"
msgstr ""
-#: ../../include/activities.php:39
-msgid " and "
+#: ../../include/datetime.php:281
+msgid "less than a second ago"
msgstr ""
-#: ../../include/activities.php:47
-msgid "public profile"
+#: ../../include/datetime.php:284
+msgid "years"
msgstr ""
-#: ../../include/activities.php:52
-#, php-format
-msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
+#: ../../include/datetime.php:285
+msgid "months"
msgstr ""
-#: ../../include/activities.php:53
-#, php-format
-msgid "Visit %1$s's %2$s"
+#: ../../include/datetime.php:286
+msgid "week"
msgstr ""
-#: ../../include/activities.php:56
-#, php-format
-msgid "%1$s has an updated %2$s, changing %3$s."
+#: ../../include/datetime.php:286
+msgid "weeks"
msgstr ""
-#: ../../include/api.php:1069
-msgid "Public Timeline"
+#: ../../include/datetime.php:287
+msgid "days"
msgstr ""
-#: ../../include/attach.php:224 ../../include/attach.php:278
-msgid "Item was not found."
+#: ../../include/datetime.php:288
+msgid "hour"
msgstr ""
-#: ../../include/attach.php:335
-msgid "No source file."
+#: ../../include/datetime.php:288
+msgid "hours"
msgstr ""
-#: ../../include/attach.php:352
-msgid "Cannot locate file to replace"
+#: ../../include/datetime.php:289
+msgid "minute"
msgstr ""
-#: ../../include/attach.php:370
-msgid "Cannot locate file to revise/update"
+#: ../../include/datetime.php:289
+msgid "minutes"
+msgstr ""
+
+#: ../../include/datetime.php:290
+msgid "second"
+msgstr ""
+
+#: ../../include/datetime.php:290
+msgid "seconds"
msgstr ""
-#: ../../include/attach.php:381
+#: ../../include/datetime.php:299
#, php-format
-msgid "File exceeds size limit of %d"
+msgid "%1$d %2$s ago"
msgstr ""
-#: ../../include/attach.php:393
+#: ../../include/datetime.php:504
#, php-format
-msgid "You have reached your limit of %1$.0f Mbytes attachment storage."
+msgid "%1$s's birthday"
msgstr ""
-#: ../../include/attach.php:475
-msgid "File upload failed. Possible system limit or action terminated."
+#: ../../include/datetime.php:505
+#, php-format
+msgid "Happy Birthday %1$s"
msgstr ""
-#: ../../include/attach.php:487
-msgid "Stored file could not be verified. Upload failed."
+#: ../../include/identity.php:31 ../../mod/item.php:1319
+msgid "Unable to obtain identity information from database"
msgstr ""
-#: ../../include/attach.php:528 ../../include/attach.php:545
-msgid "Path not available."
+#: ../../include/identity.php:66
+msgid "Empty name"
msgstr ""
-#: ../../include/attach.php:590
-msgid "Empty pathname"
+#: ../../include/identity.php:68
+msgid "Name too long"
msgstr ""
-#: ../../include/attach.php:606
-msgid "duplicate filename or path"
+#: ../../include/identity.php:169
+msgid "No account identifier"
msgstr ""
-#: ../../include/attach.php:630
-msgid "Path not found."
+#: ../../include/identity.php:181
+msgid "Nickname is required."
msgstr ""
-#: ../../include/attach.php:681
-msgid "mkdir failed."
+#: ../../include/identity.php:195
+msgid "Reserved nickname. Please choose another."
msgstr ""
-#: ../../include/attach.php:685
-msgid "database storage failed."
+#: ../../include/identity.php:200
+msgid ""
+"Nickname has unsupported characters or is already being used on this site."
msgstr ""
-#: ../../include/conversation.php:120 ../../include/text.php:1743
-#: ../../include/diaspora.php:1924 ../../mod/subthread.php:72
-#: ../../mod/subthread.php:174 ../../mod/tagger.php:45 ../../mod/like.php:294
-msgid "photo"
+#: ../../include/identity.php:282
+msgid "Unable to retrieve created identity"
msgstr ""
-#: ../../include/conversation.php:123 ../../include/text.php:1746
-#: ../../mod/tagger.php:49
-msgid "event"
+#: ../../include/identity.php:342
+msgid "Default Profile"
msgstr ""
-#: ../../include/conversation.php:126 ../../mod/like.php:89
-msgid "channel"
+#: ../../include/identity.php:381 ../../include/identity.php:382
+#: ../../include/identity.php:389 ../../include/profile_selectors.php:80
+#: ../../include/widgets.php:407 ../../mod/connedit.php:495
+msgid "Friends"
msgstr ""
-#: ../../include/conversation.php:148 ../../include/text.php:1749
-#: ../../include/diaspora.php:1924 ../../mod/subthread.php:72
-#: ../../mod/subthread.php:174 ../../mod/tagger.php:53 ../../mod/like.php:294
-msgid "status"
+#: ../../include/identity.php:635
+msgid "Requested channel is not available."
msgstr ""
-#: ../../include/conversation.php:150 ../../include/text.php:1751
-#: ../../mod/tagger.php:55
-msgid "comment"
+#: ../../include/identity.php:683 ../../mod/filestorage.php:48
+#: ../../mod/webpages.php:8 ../../mod/profile.php:16 ../../mod/hcard.php:8
+#: ../../mod/connect.php:13 ../../mod/blocks.php:10 ../../mod/layouts.php:8
+#: ../../mod/achievements.php:11
+msgid "Requested profile is not available."
msgstr ""
-#: ../../include/conversation.php:164 ../../include/diaspora.php:1953
-#: ../../mod/like.php:331
-#, php-format
-msgid "%1$s likes %2$s's %3$s"
+#: ../../include/identity.php:846 ../../mod/profiles.php:750
+msgid "Change profile photo"
msgstr ""
-#: ../../include/conversation.php:167 ../../mod/like.php:333
-#, php-format
-msgid "%1$s doesn't like %2$s's %3$s"
+#: ../../include/identity.php:852
+msgid "Profiles"
msgstr ""
-#: ../../include/conversation.php:204
-#, php-format
-msgid "%1$s is now connected with %2$s"
+#: ../../include/identity.php:852
+msgid "Manage/edit profiles"
msgstr ""
-#: ../../include/conversation.php:239
-#, php-format
-msgid "%1$s poked %2$s"
+#: ../../include/identity.php:853 ../../mod/profiles.php:751
+msgid "Create New Profile"
msgstr ""
-#: ../../include/conversation.php:243 ../../include/text.php:901
-msgid "poked"
+#: ../../include/identity.php:856 ../../include/nav.php:103
+msgid "Edit Profile"
msgstr ""
-#: ../../include/conversation.php:261 ../../mod/mood.php:63
-#, php-format
-msgctxt "mood"
-msgid "%1$s is %2$s"
+#: ../../include/identity.php:867 ../../mod/profiles.php:762
+msgid "Profile Image"
msgstr ""
-#: ../../include/conversation.php:637 ../../include/ItemObject.php:126
-msgid "Select"
+#: ../../include/identity.php:870
+msgid "visible to everybody"
msgstr ""
-#: ../../include/conversation.php:645 ../../include/ItemObject.php:89
-#: ../../mod/photos.php:862
-msgid "Private Message"
+#: ../../include/identity.php:871 ../../mod/profiles.php:645
+#: ../../mod/profiles.php:766
+msgid "Edit visibility"
msgstr ""
-#: ../../include/conversation.php:652 ../../include/ItemObject.php:194
-msgid "Message is verified"
+#: ../../include/identity.php:883 ../../include/event.php:40
+#: ../../include/bb2diaspora.php:461 ../../mod/dirprofile.php:105
+#: ../../mod/directory.php:156 ../../mod/events.php:579
+msgid "Location:"
msgstr ""
-#: ../../include/conversation.php:671
-#, php-format
-msgid "View %s's profile @ %s"
+#: ../../include/identity.php:885 ../../include/identity.php:1122
+#: ../../mod/directory.php:158
+msgid "Gender:"
msgstr ""
-#: ../../include/conversation.php:685
-msgid "Categories:"
+#: ../../include/identity.php:886 ../../include/identity.php:1166
+#: ../../mod/directory.php:160
+msgid "Status:"
msgstr ""
-#: ../../include/conversation.php:686
-msgid "Filed under:"
+#: ../../include/identity.php:887 ../../include/identity.php:1177
+#: ../../mod/directory.php:162
+msgid "Homepage:"
msgstr ""
-#: ../../include/conversation.php:694 ../../include/ItemObject.php:264
-#, php-format
-msgid " from %s"
+#: ../../include/identity.php:888 ../../mod/dirprofile.php:151
+msgid "Online Now"
msgstr ""
-#: ../../include/conversation.php:697 ../../include/ItemObject.php:267
-#, php-format
-msgid "last edited: %s"
+#: ../../include/identity.php:966 ../../include/identity.php:1046
+#: ../../mod/ping.php:298
+msgid "g A l F d"
msgstr ""
-#: ../../include/conversation.php:698 ../../include/ItemObject.php:268
-#, php-format
-msgid "Expires: %s"
+#: ../../include/identity.php:967 ../../include/identity.php:1047
+msgid "F d"
msgstr ""
-#: ../../include/conversation.php:713
-msgid "View in context"
+#: ../../include/identity.php:1012 ../../include/identity.php:1087
+#: ../../mod/ping.php:320
+msgid "[today]"
msgstr ""
-#: ../../include/conversation.php:715 ../../include/conversation.php:1149
-#: ../../include/ItemObject.php:308 ../../mod/photos.php:995
-#: ../../mod/editblock.php:120 ../../mod/editlayout.php:115
-#: ../../mod/editpost.php:121 ../../mod/editwebpage.php:152
-#: ../../mod/mail.php:234 ../../mod/mail.php:349
-msgid "Please wait"
+#: ../../include/identity.php:1024
+msgid "Birthday Reminders"
msgstr ""
-#: ../../include/conversation.php:839
-msgid "remove"
+#: ../../include/identity.php:1025
+msgid "Birthdays this week:"
msgstr ""
-#: ../../include/conversation.php:843 ../../include/nav.php:258
-msgid "Loading..."
+#: ../../include/identity.php:1080
+msgid "[No description]"
msgstr ""
-#: ../../include/conversation.php:844
-msgid "Delete Selected Items"
+#: ../../include/identity.php:1098
+msgid "Event Reminders"
msgstr ""
-#: ../../include/conversation.php:938
-msgid "View Source"
+#: ../../include/identity.php:1099
+msgid "Events this week:"
msgstr ""
-#: ../../include/conversation.php:939
-msgid "Follow Thread"
+#: ../../include/identity.php:1112 ../../include/identity.php:1230
+#: ../../include/apps.php:136 ../../mod/profperm.php:112
+msgid "Profile"
msgstr ""
-#: ../../include/conversation.php:940
-msgid "View Status"
+#: ../../include/identity.php:1120 ../../mod/settings.php:953
+msgid "Full Name:"
msgstr ""
-#: ../../include/conversation.php:941 ../../include/nav.php:98
-#: ../../mod/connedit.php:415 ../../mod/connedit.php:529
-msgid "View Profile"
+#: ../../include/identity.php:1127
+msgid "Like this channel"
msgstr ""
-#: ../../include/conversation.php:942
-msgid "View Photos"
+#: ../../include/identity.php:1138 ../../include/taxonomy.php:338
+#: ../../include/ItemObject.php:146
+msgctxt "noun"
+msgid "Like"
+msgid_plural "Likes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../include/identity.php:1151
+msgid "j F, Y"
msgstr ""
-#: ../../include/conversation.php:943
-msgid "Matrix Activity"
+#: ../../include/identity.php:1152
+msgid "j F"
msgstr ""
-#: ../../include/conversation.php:945
-msgid "Edit Contact"
+#: ../../include/identity.php:1159
+msgid "Birthday:"
msgstr ""
-#: ../../include/conversation.php:946
-msgid "Send PM"
+#: ../../include/identity.php:1163
+msgid "Age:"
msgstr ""
-#: ../../include/conversation.php:1020
+#: ../../include/identity.php:1172
#, php-format
-msgid "%s likes this."
+msgid "for %1$d %2$s"
msgstr ""
-#: ../../include/conversation.php:1020
-#, php-format
-msgid "%s doesn't like this."
+#: ../../include/identity.php:1175 ../../mod/profiles.php:667
+msgid "Sexual Preference:"
msgstr ""
-#: ../../include/conversation.php:1024
-#, php-format
-msgid "<span %1$s>%2$d people</span> like this."
-msgid_plural "<span %1$s>%2$d people</span> like this."
-msgstr[0] ""
-msgstr[1] ""
+#: ../../include/identity.php:1179 ../../mod/profiles.php:669
+msgid "Hometown:"
+msgstr ""
-#: ../../include/conversation.php:1026
-#, php-format
-msgid "<span %1$s>%2$d people</span> don't like this."
-msgid_plural "<span %1$s>%2$d people</span> don't like this."
-msgstr[0] ""
-msgstr[1] ""
+#: ../../include/identity.php:1181
+msgid "Tags:"
+msgstr ""
-#: ../../include/conversation.php:1032
-msgid "and"
+#: ../../include/identity.php:1183 ../../mod/profiles.php:670
+msgid "Political Views:"
msgstr ""
-#: ../../include/conversation.php:1035
-#, php-format
-msgid ", and %d other people"
-msgid_plural ", and %d other people"
-msgstr[0] ""
-msgstr[1] ""
+#: ../../include/identity.php:1185
+msgid "Religion:"
+msgstr ""
-#: ../../include/conversation.php:1036
-#, php-format
-msgid "%s like this."
+#: ../../include/identity.php:1187 ../../mod/directory.php:164
+msgid "About:"
msgstr ""
-#: ../../include/conversation.php:1036
-#, php-format
-msgid "%s don't like this."
+#: ../../include/identity.php:1189
+msgid "Hobbies/Interests:"
msgstr ""
-#: ../../include/conversation.php:1093
-msgid "Visible to <strong>everybody</strong>"
+#: ../../include/identity.php:1191 ../../mod/profiles.php:673
+msgid "Likes:"
msgstr ""
-#: ../../include/conversation.php:1094 ../../mod/mail.php:170
-#: ../../mod/mail.php:282
-msgid "Please enter a link URL:"
+#: ../../include/identity.php:1193 ../../mod/profiles.php:674
+msgid "Dislikes:"
msgstr ""
-#: ../../include/conversation.php:1095
-msgid "Please enter a video link/URL:"
+#: ../../include/identity.php:1196
+msgid "Contact information and Social Networks:"
msgstr ""
-#: ../../include/conversation.php:1096
-msgid "Please enter an audio link/URL:"
+#: ../../include/identity.php:1198
+msgid "My other channels:"
msgstr ""
-#: ../../include/conversation.php:1097
-msgid "Tag term:"
+#: ../../include/identity.php:1200
+msgid "Musical interests:"
msgstr ""
-#: ../../include/conversation.php:1098 ../../mod/filer.php:49
-msgid "Save to Folder:"
+#: ../../include/identity.php:1202
+msgid "Books, literature:"
msgstr ""
-#: ../../include/conversation.php:1099
-msgid "Where are you right now?"
+#: ../../include/identity.php:1204
+msgid "Television:"
msgstr ""
-#: ../../include/conversation.php:1100 ../../mod/editpost.php:52
-#: ../../mod/mail.php:171 ../../mod/mail.php:283
-msgid "Expires YYYY-MM-DD HH:MM"
+#: ../../include/identity.php:1206
+msgid "Film/dance/culture/entertainment:"
msgstr ""
-#: ../../include/conversation.php:1124 ../../mod/photos.php:994
-#: ../../mod/editblock.php:168 ../../mod/editlayout.php:161
-#: ../../mod/editwebpage.php:201 ../../mod/layouts.php:122
-msgid "Share"
+#: ../../include/identity.php:1208
+msgid "Love/Romance:"
msgstr ""
-#: ../../include/conversation.php:1126 ../../mod/editwebpage.php:139
-msgid "Page link title"
+#: ../../include/identity.php:1210
+msgid "Work/employment:"
msgstr ""
-#: ../../include/conversation.php:1129
-msgid "Post as"
+#: ../../include/identity.php:1212
+msgid "School/education:"
msgstr ""
-#: ../../include/conversation.php:1130 ../../mod/editblock.php:112
-#: ../../mod/editlayout.php:107 ../../mod/editpost.php:113
-#: ../../mod/editwebpage.php:144 ../../mod/mail.php:231 ../../mod/mail.php:345
-msgid "Upload photo"
+#: ../../include/identity.php:1232
+msgid "Like this thing"
msgstr ""
-#: ../../include/conversation.php:1131
-msgid "upload photo"
+#: ../../include/page_widgets.php:6
+msgid "New Page"
msgstr ""
-#: ../../include/conversation.php:1132 ../../mod/editblock.php:113
-#: ../../mod/editlayout.php:108 ../../mod/editpost.php:114
-#: ../../mod/editwebpage.php:145 ../../mod/mail.php:232 ../../mod/mail.php:346
-msgid "Attach file"
+#: ../../include/page_widgets.php:39 ../../mod/webpages.php:134
+#: ../../mod/blocks.php:102 ../../mod/layouts.php:125
+msgid "View"
msgstr ""
-#: ../../include/conversation.php:1133
-msgid "attach file"
+#: ../../include/page_widgets.php:40 ../../include/ItemObject.php:608
+#: ../../include/conversation.php:1114 ../../mod/webpages.php:135
+#: ../../mod/photos.php:1015 ../../mod/editpost.php:140
+#: ../../mod/editwebpage.php:174 ../../mod/editblock.php:141
+#: ../../mod/editlayout.php:135
+msgid "Preview"
msgstr ""
-#: ../../include/conversation.php:1134 ../../mod/editblock.php:114
-#: ../../mod/editlayout.php:109 ../../mod/editpost.php:115
-#: ../../mod/editwebpage.php:146 ../../mod/mail.php:233 ../../mod/mail.php:347
-msgid "Insert web link"
+#: ../../include/page_widgets.php:41 ../../mod/webpages.php:136
+msgid "Actions"
msgstr ""
-#: ../../include/conversation.php:1135
-msgid "web link"
+#: ../../include/page_widgets.php:42 ../../mod/webpages.php:137
+msgid "Page Link"
msgstr ""
-#: ../../include/conversation.php:1136
-msgid "Insert video link"
+#: ../../include/page_widgets.php:43 ../../mod/webpages.php:138
+msgid "Title"
msgstr ""
-#: ../../include/conversation.php:1137
-msgid "video link"
+#: ../../include/page_widgets.php:44 ../../mod/webpages.php:139
+msgid "Created"
msgstr ""
-#: ../../include/conversation.php:1138
-msgid "Insert audio link"
+#: ../../include/page_widgets.php:45 ../../mod/webpages.php:140
+msgid "Edited"
msgstr ""
-#: ../../include/conversation.php:1139
-msgid "audio link"
+#: ../../include/message.php:18
+msgid "No recipient provided."
msgstr ""
-#: ../../include/conversation.php:1140 ../../mod/editblock.php:118
-#: ../../mod/editlayout.php:113 ../../mod/editpost.php:119
-#: ../../mod/editwebpage.php:150
-msgid "Set your location"
+#: ../../include/message.php:23
+msgid "[no subject]"
msgstr ""
-#: ../../include/conversation.php:1141
-msgid "set location"
+#: ../../include/message.php:45
+msgid "Unable to determine sender."
msgstr ""
-#: ../../include/conversation.php:1142 ../../mod/editblock.php:119
-#: ../../mod/editlayout.php:114 ../../mod/editpost.php:120
-#: ../../mod/editwebpage.php:151
-msgid "Clear browser location"
+#: ../../include/message.php:200
+msgid "Stored post could not be verified."
msgstr ""
-#: ../../include/conversation.php:1143
-msgid "clear location"
+#: ../../include/taxonomy.php:210
+msgid "Tags"
msgstr ""
-#: ../../include/conversation.php:1145 ../../mod/editblock.php:132
-#: ../../mod/editlayout.php:126 ../../mod/editpost.php:132
-#: ../../mod/editwebpage.php:167
-msgid "Set title"
+#: ../../include/taxonomy.php:227
+msgid "Keywords"
msgstr ""
-#: ../../include/conversation.php:1148 ../../mod/editblock.php:135
-#: ../../mod/editlayout.php:129 ../../mod/editpost.php:134
-#: ../../mod/editwebpage.php:169 ../../mod/events.php:560
-msgid "Categories (comma-separated list)"
+#: ../../include/taxonomy.php:252
+msgid "have"
msgstr ""
-#: ../../include/conversation.php:1150 ../../mod/editblock.php:121
-#: ../../mod/editlayout.php:116 ../../mod/editpost.php:122
-#: ../../mod/editwebpage.php:153
-msgid "Permission settings"
+#: ../../include/taxonomy.php:252
+msgid "has"
msgstr ""
-#: ../../include/conversation.php:1151
-msgid "permissions"
+#: ../../include/taxonomy.php:253
+msgid "want"
msgstr ""
-#: ../../include/conversation.php:1158 ../../mod/editblock.php:129
-#: ../../mod/editlayout.php:123 ../../mod/editpost.php:129
-#: ../../mod/editwebpage.php:162
-msgid "Public post"
+#: ../../include/taxonomy.php:253
+msgid "wants"
msgstr ""
-#: ../../include/conversation.php:1160 ../../mod/editblock.php:136
-#: ../../mod/editlayout.php:130 ../../mod/editpost.php:135
-#: ../../mod/editwebpage.php:170
-msgid "Example: bob@example.com, mary@example.com"
+#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:221
+msgid "like"
msgstr ""
-#: ../../include/conversation.php:1173 ../../mod/editblock.php:146
-#: ../../mod/editlayout.php:140 ../../mod/editpost.php:146
-#: ../../mod/editwebpage.php:179 ../../mod/mail.php:238 ../../mod/mail.php:352
-msgid "Set expiration date"
+#: ../../include/taxonomy.php:254
+msgid "likes"
msgstr ""
-#: ../../include/conversation.php:1175 ../../include/ItemObject.php:609
-#: ../../mod/editpost.php:148 ../../mod/mail.php:240 ../../mod/mail.php:354
-msgid "Encrypt text"
+#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:222
+msgid "dislike"
msgstr ""
-#: ../../include/conversation.php:1177 ../../mod/editpost.php:150
-#: ../../mod/events.php:567
-msgid "OK"
+#: ../../include/taxonomy.php:255
+msgid "dislikes"
msgstr ""
-#: ../../include/conversation.php:1178 ../../mod/settings.php:520
-#: ../../mod/settings.php:546 ../../mod/editpost.php:151
-#: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117
-#: ../../mod/events.php:566 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94
-msgid "Cancel"
+#: ../../include/js_strings.php:5
+msgid "Delete this item?"
msgstr ""
-#: ../../include/conversation.php:1422
-msgid "Discover"
+#: ../../include/js_strings.php:6 ../../include/ItemObject.php:598
+#: ../../mod/photos.php:1013 ../../mod/photos.php:1100
+msgid "Comment"
msgstr ""
-#: ../../include/conversation.php:1425
-msgid "Imported public streams"
+#: ../../include/js_strings.php:7 ../../include/ItemObject.php:332
+msgid "[+] show all"
msgstr ""
-#: ../../include/conversation.php:1430
-msgid "Commented Order"
+#: ../../include/js_strings.php:8
+msgid "[-] show less"
msgstr ""
-#: ../../include/conversation.php:1433
-msgid "Sort by Comment Date"
+#: ../../include/js_strings.php:9
+msgid "[+] expand"
msgstr ""
-#: ../../include/conversation.php:1437
-msgid "Posted Order"
+#: ../../include/js_strings.php:10
+msgid "[-] collapse"
msgstr ""
-#: ../../include/conversation.php:1440
-msgid "Sort by Post Date"
+#: ../../include/js_strings.php:11
+msgid "Password too short"
msgstr ""
-#: ../../include/conversation.php:1448
-msgid "Posts that mention or involve you"
+#: ../../include/js_strings.php:12
+msgid "Passwords do not match"
msgstr ""
-#: ../../include/conversation.php:1454 ../../mod/connections.php:211
-#: ../../mod/connections.php:224 ../../mod/menu.php:61
-msgid "New"
+#: ../../include/js_strings.php:13 ../../mod/photos.php:39
+msgid "everybody"
msgstr ""
-#: ../../include/conversation.php:1457
-msgid "Activity Stream - by date"
+#: ../../include/js_strings.php:14
+msgid "Secret Passphrase"
msgstr ""
-#: ../../include/conversation.php:1463
-msgid "Starred"
+#: ../../include/js_strings.php:15
+msgid "Passphrase hint"
msgstr ""
-#: ../../include/conversation.php:1466
-msgid "Favourite Posts"
+#: ../../include/js_strings.php:16
+msgid "Notice: Permissions have changed but have not yet been submitted."
msgstr ""
-#: ../../include/conversation.php:1473
-msgid "Spam"
+#: ../../include/js_strings.php:17
+msgid "close all"
msgstr ""
-#: ../../include/conversation.php:1476
-msgid "Posts flagged as SPAM"
+#: ../../include/js_strings.php:18
+msgid "Nothing new here"
msgstr ""
-#: ../../include/conversation.php:1512 ../../mod/admin.php:867
-msgid "Channel"
+#: ../../include/js_strings.php:20
+msgid "timeago.prefixAgo"
msgstr ""
-#: ../../include/conversation.php:1515
-msgid "Status Messages and Posts"
+#: ../../include/js_strings.php:21
+msgid "timeago.prefixFromNow"
msgstr ""
-#: ../../include/conversation.php:1524
-msgid "About"
+#: ../../include/js_strings.php:22
+msgid "ago"
msgstr ""
-#: ../../include/conversation.php:1527
-msgid "Profile Details"
+#: ../../include/js_strings.php:23
+msgid "from now"
msgstr ""
-#: ../../include/conversation.php:1545
-msgid "Files and Storage"
+#: ../../include/js_strings.php:24
+msgid "less than a minute"
msgstr ""
-#: ../../include/conversation.php:1554 ../../include/conversation.php:1557
-msgid "Chatrooms"
+#: ../../include/js_strings.php:25
+msgid "about a minute"
msgstr ""
-#: ../../include/conversation.php:1569
-msgid "Saved Bookmarks"
+#: ../../include/js_strings.php:26
+#, php-format
+msgid "%d minutes"
msgstr ""
-#: ../../include/conversation.php:1580
-msgid "Manage Webpages"
+#: ../../include/js_strings.php:27
+msgid "about an hour"
msgstr ""
-#: ../../include/auth.php:116
-msgid "Logged out."
+#: ../../include/js_strings.php:28
+#, php-format
+msgid "about %d hours"
msgstr ""
-#: ../../include/auth.php:257
-msgid "Failed authentication"
+#: ../../include/js_strings.php:29
+msgid "a day"
msgstr ""
-#: ../../include/auth.php:271 ../../mod/openid.php:190
-msgid "Login failed."
+#: ../../include/js_strings.php:30
+#, php-format
+msgid "%d days"
msgstr ""
-#: ../../include/text.php:321
-msgid "prev"
+#: ../../include/js_strings.php:31
+msgid "about a month"
msgstr ""
-#: ../../include/text.php:323
-msgid "first"
+#: ../../include/js_strings.php:32
+#, php-format
+msgid "%d months"
msgstr ""
-#: ../../include/text.php:352
-msgid "last"
+#: ../../include/js_strings.php:33
+msgid "about a year"
msgstr ""
-#: ../../include/text.php:355
-msgid "next"
+#: ../../include/js_strings.php:34
+#, php-format
+msgid "%d years"
msgstr ""
-#: ../../include/text.php:367
-msgid "older"
+#: ../../include/js_strings.php:35
+msgid " "
msgstr ""
-#: ../../include/text.php:369
-msgid "newer"
+#: ../../include/js_strings.php:36
+msgid "timeago.numbers"
msgstr ""
-#: ../../include/text.php:736
-msgid "No connections"
+#: ../../include/permissions.php:13
+msgid "Can view my normal stream and posts"
msgstr ""
-#: ../../include/text.php:749
-#, php-format
-msgid "%d Connection"
-msgid_plural "%d Connections"
-msgstr[0] ""
-msgstr[1] ""
+#: ../../include/permissions.php:14
+msgid "Can view my default channel profile"
+msgstr ""
-#: ../../include/text.php:762
-msgid "View Connections"
+#: ../../include/permissions.php:15
+msgid "Can view my photo albums"
msgstr ""
-#: ../../include/text.php:901
-msgid "poke"
+#: ../../include/permissions.php:16
+msgid "Can view my connections"
msgstr ""
-#: ../../include/text.php:902
-msgid "ping"
+#: ../../include/permissions.php:17
+msgid "Can view my file storage"
msgstr ""
-#: ../../include/text.php:902
-msgid "pinged"
+#: ../../include/permissions.php:18
+msgid "Can view my webpages"
msgstr ""
-#: ../../include/text.php:903
-msgid "prod"
+#: ../../include/permissions.php:21
+msgid "Can send me their channel stream and posts"
msgstr ""
-#: ../../include/text.php:903
-msgid "prodded"
+#: ../../include/permissions.php:22
+msgid "Can post on my channel page (\"wall\")"
msgstr ""
-#: ../../include/text.php:904
-msgid "slap"
+#: ../../include/permissions.php:23
+msgid "Can comment on or like my posts"
msgstr ""
-#: ../../include/text.php:904
-msgid "slapped"
+#: ../../include/permissions.php:24
+msgid "Can send me private mail messages"
msgstr ""
-#: ../../include/text.php:905
-msgid "finger"
+#: ../../include/permissions.php:25
+msgid "Can post photos to my photo albums"
msgstr ""
-#: ../../include/text.php:905
-msgid "fingered"
+#: ../../include/permissions.php:26
+msgid "Can like/dislike stuff"
msgstr ""
-#: ../../include/text.php:906
-msgid "rebuff"
+#: ../../include/permissions.php:26
+msgid "Profiles and things other than posts/comments"
msgstr ""
-#: ../../include/text.php:906
-msgid "rebuffed"
+#: ../../include/permissions.php:28
+msgid "Can forward to all my channel contacts via post @mentions"
msgstr ""
-#: ../../include/text.php:915
-msgid "happy"
+#: ../../include/permissions.php:28
+msgid "Advanced - useful for creating group forum channels"
msgstr ""
-#: ../../include/text.php:916
-msgid "sad"
+#: ../../include/permissions.php:29
+msgid "Can chat with me (when available)"
msgstr ""
-#: ../../include/text.php:917
-msgid "mellow"
+#: ../../include/permissions.php:30
+msgid "Can write to my file storage"
msgstr ""
-#: ../../include/text.php:918
-msgid "tired"
+#: ../../include/permissions.php:31
+msgid "Can edit my webpages"
msgstr ""
-#: ../../include/text.php:919
-msgid "perky"
+#: ../../include/permissions.php:33
+msgid "Can source my public posts in derived channels"
msgstr ""
-#: ../../include/text.php:920
-msgid "angry"
+#: ../../include/permissions.php:33
+msgid "Somewhat advanced - very useful in open communities"
msgstr ""
-#: ../../include/text.php:921
-msgid "stupified"
+#: ../../include/permissions.php:35
+msgid "Can administer my channel resources"
msgstr ""
-#: ../../include/text.php:922
-msgid "puzzled"
+#: ../../include/permissions.php:35
+msgid "Extremely advanced. Leave this alone unless you know what you are doing"
msgstr ""
-#: ../../include/text.php:923
-msgid "interested"
+#: ../../include/permissions.php:738
+msgid "Social Networking"
msgstr ""
-#: ../../include/text.php:924
-msgid "bitter"
+#: ../../include/permissions.php:739 ../../include/permissions.php:741
+#: ../../include/permissions.php:743 ../../include/permissions.php:745
+msgid "Mostly Public"
msgstr ""
-#: ../../include/text.php:925
-msgid "cheerful"
+#: ../../include/permissions.php:739 ../../include/permissions.php:741
+#: ../../include/permissions.php:743
+msgid "Restricted"
msgstr ""
-#: ../../include/text.php:926
-msgid "alive"
+#: ../../include/permissions.php:739 ../../include/permissions.php:741
+msgid "Private"
msgstr ""
-#: ../../include/text.php:927
-msgid "annoyed"
+#: ../../include/permissions.php:740
+msgid "Community Forum"
msgstr ""
-#: ../../include/text.php:928
-msgid "anxious"
+#: ../../include/permissions.php:742
+msgid "Feed Republish"
msgstr ""
-#: ../../include/text.php:929
-msgid "cranky"
+#: ../../include/permissions.php:744
+msgid "Celebrity/Soapbox"
msgstr ""
-#: ../../include/text.php:930
-msgid "disturbed"
+#: ../../include/permissions.php:746 ../../include/profile_selectors.php:6
+#: ../../include/profile_selectors.php:23
+#: ../../include/profile_selectors.php:61
+#: ../../include/profile_selectors.php:97
+msgid "Other"
msgstr ""
-#: ../../include/text.php:931
-msgid "frustrated"
+#: ../../include/permissions.php:747
+msgid "Custom/Expert Mode"
msgstr ""
-#: ../../include/text.php:932
-msgid "depressed"
+#: ../../include/contact_selectors.php:56
+msgid "Frequently"
msgstr ""
-#: ../../include/text.php:933
-msgid "motivated"
+#: ../../include/contact_selectors.php:57
+msgid "Hourly"
msgstr ""
-#: ../../include/text.php:934
-msgid "relaxed"
+#: ../../include/contact_selectors.php:58
+msgid "Twice daily"
msgstr ""
-#: ../../include/text.php:935
-msgid "surprised"
+#: ../../include/contact_selectors.php:59
+msgid "Daily"
msgstr ""
-#: ../../include/text.php:1099
-msgid "Monday"
+#: ../../include/contact_selectors.php:60
+msgid "Weekly"
msgstr ""
-#: ../../include/text.php:1099
-msgid "Tuesday"
+#: ../../include/contact_selectors.php:61
+msgid "Monthly"
msgstr ""
-#: ../../include/text.php:1099
-msgid "Wednesday"
+#: ../../include/contact_selectors.php:76
+msgid "Friendica"
msgstr ""
-#: ../../include/text.php:1099
-msgid "Thursday"
+#: ../../include/contact_selectors.php:77
+msgid "OStatus"
msgstr ""
-#: ../../include/text.php:1099
-msgid "Friday"
+#: ../../include/contact_selectors.php:78
+msgid "RSS/Atom"
msgstr ""
-#: ../../include/text.php:1099
-msgid "Saturday"
+#: ../../include/contact_selectors.php:80
+msgid "Diaspora"
msgstr ""
-#: ../../include/text.php:1099
-msgid "Sunday"
+#: ../../include/contact_selectors.php:81
+msgid "Facebook"
msgstr ""
-#: ../../include/text.php:1103
-msgid "January"
+#: ../../include/contact_selectors.php:82
+msgid "Zot!"
msgstr ""
-#: ../../include/text.php:1103
-msgid "February"
+#: ../../include/contact_selectors.php:83
+msgid "LinkedIn"
msgstr ""
-#: ../../include/text.php:1103
-msgid "March"
+#: ../../include/contact_selectors.php:84
+msgid "XMPP/IM"
msgstr ""
-#: ../../include/text.php:1103
-msgid "April"
+#: ../../include/contact_selectors.php:85
+msgid "MySpace"
msgstr ""
-#: ../../include/text.php:1103
-msgid "May"
+#: ../../include/event.php:11 ../../include/bb2diaspora.php:439
+msgid "l F d, Y \\@ g:i A"
msgstr ""
-#: ../../include/text.php:1103
-msgid "June"
+#: ../../include/event.php:20 ../../include/bb2diaspora.php:445
+msgid "Starts:"
msgstr ""
-#: ../../include/text.php:1103
-msgid "July"
+#: ../../include/event.php:30 ../../include/bb2diaspora.php:453
+msgid "Finishes:"
msgstr ""
-#: ../../include/text.php:1103
-msgid "August"
+#: ../../include/event.php:326
+msgid "This event has been added to your calendar."
msgstr ""
-#: ../../include/text.php:1103
-msgid "September"
+#: ../../include/profile_selectors.php:6
+#: ../../include/profile_selectors.php:23
+msgid "Male"
msgstr ""
-#: ../../include/text.php:1103
-msgid "October"
+#: ../../include/profile_selectors.php:6
+#: ../../include/profile_selectors.php:23
+msgid "Female"
msgstr ""
-#: ../../include/text.php:1103
-msgid "November"
+#: ../../include/profile_selectors.php:6
+msgid "Currently Male"
msgstr ""
-#: ../../include/text.php:1103
-msgid "December"
+#: ../../include/profile_selectors.php:6
+msgid "Currently Female"
msgstr ""
-#: ../../include/text.php:1181
-msgid "unknown.???"
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Male"
msgstr ""
-#: ../../include/text.php:1182
-msgid "bytes"
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Female"
msgstr ""
-#: ../../include/text.php:1221
-msgid "remove category"
+#: ../../include/profile_selectors.php:6
+msgid "Transgender"
msgstr ""
-#: ../../include/text.php:1291
-msgid "remove from file"
+#: ../../include/profile_selectors.php:6
+msgid "Intersex"
msgstr ""
-#: ../../include/text.php:1356 ../../include/text.php:1368
-msgid "Click to open/close"
+#: ../../include/profile_selectors.php:6
+msgid "Transsexual"
msgstr ""
-#: ../../include/text.php:1523 ../../mod/events.php:414
-msgid "Link to Source"
+#: ../../include/profile_selectors.php:6
+msgid "Hermaphrodite"
msgstr ""
-#: ../../include/text.php:1542
-msgid "Select a page layout: "
+#: ../../include/profile_selectors.php:6
+msgid "Neuter"
msgstr ""
-#: ../../include/text.php:1545 ../../include/text.php:1610
-msgid "default"
+#: ../../include/profile_selectors.php:6
+msgid "Non-specific"
msgstr ""
-#: ../../include/text.php:1581
-msgid "Page content type: "
+#: ../../include/profile_selectors.php:6
+msgid "Undecided"
msgstr ""
-#: ../../include/text.php:1622
-msgid "Select an alternate language"
+#: ../../include/profile_selectors.php:42
+#: ../../include/profile_selectors.php:61
+msgid "Males"
msgstr ""
-#: ../../include/text.php:1756
-msgid "activity"
+#: ../../include/profile_selectors.php:42
+#: ../../include/profile_selectors.php:61
+msgid "Females"
msgstr ""
-#: ../../include/text.php:2028
-msgid "Design"
+#: ../../include/profile_selectors.php:42
+msgid "Gay"
msgstr ""
-#: ../../include/text.php:2030
-msgid "Blocks"
+#: ../../include/profile_selectors.php:42
+msgid "Lesbian"
msgstr ""
-#: ../../include/text.php:2031
-msgid "Menus"
+#: ../../include/profile_selectors.php:42
+msgid "No Preference"
msgstr ""
-#: ../../include/text.php:2032
-msgid "Layouts"
+#: ../../include/profile_selectors.php:42
+msgid "Bisexual"
msgstr ""
-#: ../../include/text.php:2033
-msgid "Pages"
+#: ../../include/profile_selectors.php:42
+msgid "Autosexual"
msgstr ""
-#: ../../include/bookmarks.php:35
-#, php-format
-msgid "%1$s's bookmarks"
+#: ../../include/profile_selectors.php:42
+msgid "Abstinent"
msgstr ""
-#: ../../include/taxonomy.php:210
-msgid "Tags"
+#: ../../include/profile_selectors.php:42
+msgid "Virgin"
msgstr ""
-#: ../../include/taxonomy.php:227
-msgid "Keywords"
+#: ../../include/profile_selectors.php:42
+msgid "Deviant"
msgstr ""
-#: ../../include/taxonomy.php:252
-msgid "have"
+#: ../../include/profile_selectors.php:42
+msgid "Fetish"
msgstr ""
-#: ../../include/taxonomy.php:252
-msgid "has"
+#: ../../include/profile_selectors.php:42
+msgid "Oodles"
msgstr ""
-#: ../../include/taxonomy.php:253
-msgid "want"
+#: ../../include/profile_selectors.php:42
+msgid "Nonsexual"
msgstr ""
-#: ../../include/taxonomy.php:253
-msgid "wants"
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Single"
msgstr ""
-#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:220
-msgid "like"
+#: ../../include/profile_selectors.php:80
+msgid "Lonely"
msgstr ""
-#: ../../include/taxonomy.php:254
-msgid "likes"
+#: ../../include/profile_selectors.php:80
+msgid "Available"
msgstr ""
-#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:221
-msgid "dislike"
+#: ../../include/profile_selectors.php:80
+msgid "Unavailable"
msgstr ""
-#: ../../include/taxonomy.php:255
-msgid "dislikes"
+#: ../../include/profile_selectors.php:80
+msgid "Has crush"
msgstr ""
-#: ../../include/taxonomy.php:338 ../../include/identity.php:1137
-#: ../../include/ItemObject.php:146
-msgctxt "noun"
-msgid "Like"
-msgid_plural "Likes"
-msgstr[0] ""
-msgstr[1] ""
+#: ../../include/profile_selectors.php:80
+msgid "Infatuated"
+msgstr ""
-#: ../../include/comanche.php:35 ../../view/theme/apw/php/config.php:185
-msgid "Default"
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Dating"
msgstr ""
-#: ../../include/nav.php:94 ../../include/nav.php:126 ../../boot.php:1494
-msgid "Logout"
+#: ../../include/profile_selectors.php:80
+msgid "Unfaithful"
msgstr ""
-#: ../../include/nav.php:94 ../../include/nav.php:126
-msgid "End this session"
+#: ../../include/profile_selectors.php:80
+msgid "Sex Addict"
msgstr ""
-#: ../../include/nav.php:97 ../../include/nav.php:160
-msgid "Home"
+#: ../../include/profile_selectors.php:80
+msgid "Friends/Benefits"
msgstr ""
-#: ../../include/nav.php:97
-msgid "Your posts and conversations"
+#: ../../include/profile_selectors.php:80
+msgid "Casual"
msgstr ""
-#: ../../include/nav.php:98
-msgid "Your profile page"
+#: ../../include/profile_selectors.php:80
+msgid "Engaged"
msgstr ""
-#: ../../include/nav.php:100
-msgid "Edit Profiles"
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Married"
msgstr ""
-#: ../../include/nav.php:100
-msgid "Manage/Edit profiles"
+#: ../../include/profile_selectors.php:80
+msgid "Imaginarily married"
msgstr ""
-#: ../../include/nav.php:102 ../../include/identity.php:855
-msgid "Edit Profile"
+#: ../../include/profile_selectors.php:80
+msgid "Partners"
msgstr ""
-#: ../../include/nav.php:102
-msgid "Edit your profile"
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Cohabiting"
msgstr ""
-#: ../../include/nav.php:104
-msgid "Your photos"
+#: ../../include/profile_selectors.php:80
+msgid "Common law"
msgstr ""
-#: ../../include/nav.php:105
-msgid "Your files"
+#: ../../include/profile_selectors.php:80
+msgid "Happy"
msgstr ""
-#: ../../include/nav.php:110
-msgid "Your chatrooms"
+#: ../../include/profile_selectors.php:80
+msgid "Not looking"
msgstr ""
-#: ../../include/nav.php:116
-msgid "Your bookmarks"
+#: ../../include/profile_selectors.php:80
+msgid "Swinger"
msgstr ""
-#: ../../include/nav.php:120
-msgid "Your webpages"
+#: ../../include/profile_selectors.php:80
+msgid "Betrayed"
msgstr ""
-#: ../../include/nav.php:124
-msgid "Sign in"
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Separated"
msgstr ""
-#: ../../include/nav.php:141
-#, php-format
-msgid "%s - click to logout"
+#: ../../include/profile_selectors.php:80
+msgid "Unstable"
msgstr ""
-#: ../../include/nav.php:146
-msgid "Click to authenticate to your home hub"
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Divorced"
msgstr ""
-#: ../../include/nav.php:160
-msgid "Home Page"
+#: ../../include/profile_selectors.php:80
+msgid "Imaginarily divorced"
msgstr ""
-#: ../../include/nav.php:164 ../../mod/register.php:220 ../../boot.php:1471
-msgid "Register"
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "Widowed"
msgstr ""
-#: ../../include/nav.php:164
-msgid "Create an account"
+#: ../../include/profile_selectors.php:80
+msgid "Uncertain"
msgstr ""
-#: ../../include/nav.php:169
-msgid "Help and documentation"
+#: ../../include/profile_selectors.php:80
+#: ../../include/profile_selectors.php:97
+msgid "It's complicated"
msgstr ""
-#: ../../include/nav.php:172
-msgid "Applications, utilities, links, games"
+#: ../../include/profile_selectors.php:80
+msgid "Don't care"
msgstr ""
-#: ../../include/nav.php:174
-msgid "Search site content"
+#: ../../include/profile_selectors.php:80
+msgid "Ask me"
msgstr ""
-#: ../../include/nav.php:177
-msgid "Channel Locator"
+#: ../../include/account.php:23
+msgid "Not a valid email address"
msgstr ""
-#: ../../include/nav.php:191
-msgid "Your matrix"
+#: ../../include/account.php:25
+msgid "Your email domain is not among those allowed on this site"
msgstr ""
-#: ../../include/nav.php:192
-msgid "Mark all matrix notifications seen"
+#: ../../include/account.php:31
+msgid "Your email address is already registered at this site."
msgstr ""
-#: ../../include/nav.php:194
-msgid "Channel home"
+#: ../../include/account.php:64
+msgid "An invitation is required."
msgstr ""
-#: ../../include/nav.php:195
-msgid "Mark all channel notifications seen"
+#: ../../include/account.php:68
+msgid "Invitation could not be verified."
msgstr ""
-#: ../../include/nav.php:198 ../../mod/connections.php:406
-msgid "Connections"
+#: ../../include/account.php:119
+msgid "Please enter the required information."
msgstr ""
-#: ../../include/nav.php:201
-msgid "Notices"
+#: ../../include/account.php:187
+msgid "Failed to store account information."
msgstr ""
-#: ../../include/nav.php:201
-msgid "Notifications"
+#: ../../include/account.php:245
+#, php-format
+msgid "Registration confirmation for %s"
msgstr ""
-#: ../../include/nav.php:202
-msgid "See all notifications"
+#: ../../include/account.php:313
+#, php-format
+msgid "Registration request at %s"
msgstr ""
-#: ../../include/nav.php:203 ../../mod/notifications.php:99
-msgid "Mark all system notifications seen"
+#: ../../include/account.php:315 ../../include/account.php:342
+#: ../../include/account.php:399
+msgid "Administrator"
msgstr ""
-#: ../../include/nav.php:205
-msgid "Private mail"
+#: ../../include/account.php:337
+msgid "your registration password"
msgstr ""
-#: ../../include/nav.php:206
-msgid "See all private messages"
+#: ../../include/account.php:340 ../../include/account.php:397
+#, php-format
+msgid "Registration details for %s"
msgstr ""
-#: ../../include/nav.php:207
-msgid "Mark all private messages seen"
+#: ../../include/account.php:406
+msgid "Account approved."
msgstr ""
-#: ../../include/nav.php:208
-msgid "Inbox"
+#: ../../include/account.php:440
+#, php-format
+msgid "Registration revoked for %s"
msgstr ""
-#: ../../include/nav.php:209
-msgid "Outbox"
+#: ../../include/account.php:486
+msgid "Account verified. Please login."
msgstr ""
-#: ../../include/nav.php:213
-msgid "Event Calendar"
+#: ../../include/account.php:647 ../../include/account.php:649
+msgid "Click here to upgrade."
msgstr ""
-#: ../../include/nav.php:214
-msgid "See all events"
+#: ../../include/account.php:655
+msgid "This action exceeds the limits set by your subscription plan."
msgstr ""
-#: ../../include/nav.php:215
-msgid "Mark all events seen"
+#: ../../include/account.php:660
+msgid "This action is not available under your subscription plan."
msgstr ""
-#: ../../include/nav.php:217
-msgid "Manage Your Channels"
+#: ../../include/oembed.php:171
+msgid "Embedded content"
msgstr ""
-#: ../../include/nav.php:219
-msgid "Account/Channel Settings"
+#: ../../include/oembed.php:180
+msgid "Embedding disabled"
msgstr ""
-#: ../../include/nav.php:227 ../../mod/admin.php:123
-msgid "Admin"
+#: ../../include/zot.php:655
+msgid "Invalid data packet"
msgstr ""
-#: ../../include/nav.php:227
-msgid "Site Setup and Configuration"
+#: ../../include/zot.php:671
+msgid "Unable to verify channel signature"
msgstr ""
-#: ../../include/nav.php:263
-msgid "Please wait..."
+#: ../../include/zot.php:1757
+#, php-format
+msgid "Unable to verify site signature for %s"
msgstr ""
-#: ../../include/contact_selectors.php:56
-msgid "Frequently"
+#: ../../include/network.php:590
+msgid "view full size"
msgstr ""
-#: ../../include/contact_selectors.php:57
-msgid "Hourly"
+#: ../../include/dba/dba_driver.php:50
+#, php-format
+msgid "Cannot locate DNS info for database server '%s'"
msgstr ""
-#: ../../include/contact_selectors.php:58
-msgid "Twice daily"
+#: ../../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/contact_selectors.php:59
-msgid "Daily"
+#: ../../include/group.php:234
+msgid "Default privacy group for new contacts"
msgstr ""
-#: ../../include/contact_selectors.php:60
-msgid "Weekly"
+#: ../../include/group.php:253 ../../mod/admin.php:737
+msgid "All Channels"
msgstr ""
-#: ../../include/contact_selectors.php:61
-msgid "Monthly"
+#: ../../include/group.php:275
+msgid "edit"
msgstr ""
-#: ../../include/contact_selectors.php:76
-msgid "Friendica"
+#: ../../include/group.php:297
+msgid "Collections"
msgstr ""
-#: ../../include/contact_selectors.php:77
-msgid "OStatus"
+#: ../../include/group.php:298
+msgid "Edit collection"
msgstr ""
-#: ../../include/contact_selectors.php:78
-msgid "RSS/Atom"
+#: ../../include/group.php:299
+msgid "Create a new collection"
msgstr ""
-#: ../../include/contact_selectors.php:79 ../../mod/admin.php:728
-#: ../../mod/admin.php:737 ../../boot.php:1497
-msgid "Email"
+#: ../../include/group.php:300
+msgid "Channels not in any collection"
msgstr ""
-#: ../../include/contact_selectors.php:80
-msgid "Diaspora"
+#: ../../include/group.php:302 ../../include/widgets.php:273
+msgid "add"
msgstr ""
-#: ../../include/contact_selectors.php:81
-msgid "Facebook"
+#: ../../include/attach.php:221 ../../include/attach.php:275
+msgid "Item was not found."
msgstr ""
-#: ../../include/contact_selectors.php:82
-msgid "Zot!"
+#: ../../include/attach.php:331
+msgid "No source file."
msgstr ""
-#: ../../include/contact_selectors.php:83
-msgid "LinkedIn"
+#: ../../include/attach.php:348
+msgid "Cannot locate file to replace"
msgstr ""
-#: ../../include/contact_selectors.php:84
-msgid "XMPP/IM"
+#: ../../include/attach.php:366
+msgid "Cannot locate file to revise/update"
msgstr ""
-#: ../../include/contact_selectors.php:85
-msgid "MySpace"
+#: ../../include/attach.php:377
+#, php-format
+msgid "File exceeds size limit of %d"
msgstr ""
-#: ../../include/contact_widgets.php:14
+#: ../../include/attach.php:389
#, php-format
-msgid "%d invitation available"
-msgid_plural "%d invitations available"
-msgstr[0] ""
-msgstr[1] ""
+msgid "You have reached your limit of %1$.0f Mbytes attachment storage."
+msgstr ""
-#: ../../include/contact_widgets.php:19 ../../mod/admin.php:418
-msgid "Advanced"
+#: ../../include/attach.php:472
+msgid "File upload failed. Possible system limit or action terminated."
msgstr ""
-#: ../../include/contact_widgets.php:22
-msgid "Find Channels"
+#: ../../include/attach.php:484
+msgid "Stored file could not be verified. Upload failed."
msgstr ""
-#: ../../include/contact_widgets.php:23
-msgid "Enter name or interest"
+#: ../../include/attach.php:526 ../../include/attach.php:543
+msgid "Path not available."
msgstr ""
-#: ../../include/contact_widgets.php:24
-msgid "Connect/Follow"
+#: ../../include/attach.php:589
+msgid "Empty pathname"
msgstr ""
-#: ../../include/contact_widgets.php:25
-msgid "Examples: Robert Morgenstein, Fishing"
+#: ../../include/attach.php:605
+msgid "duplicate filename or path"
msgstr ""
-#: ../../include/contact_widgets.php:26 ../../mod/connections.php:412
-#: ../../mod/directory.php:222 ../../mod/directory.php:227
-msgid "Find"
+#: ../../include/attach.php:629
+msgid "Path not found."
msgstr ""
-#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59
-msgid "Channel Suggestions"
+#: ../../include/attach.php:680
+msgid "mkdir failed."
msgstr ""
-#: ../../include/contact_widgets.php:29
-msgid "Random Profile"
+#: ../../include/attach.php:684
+msgid "database storage failed."
msgstr ""
-#: ../../include/contact_widgets.php:30
-msgid "Invite Friends"
+#: ../../include/ItemObject.php:89 ../../include/conversation.php:645
+#: ../../mod/photos.php:862
+msgid "Private Message"
msgstr ""
-#: ../../include/contact_widgets.php:32
-msgid "Exammple: name=fred and country=iceland"
+#: ../../include/ItemObject.php:126 ../../include/conversation.php:637
+msgid "Select"
msgstr ""
-#: ../../include/contact_widgets.php:33
-msgid "Advanced Find"
+#: ../../include/ItemObject.php:130
+msgid "Save to Folder"
msgstr ""
-#: ../../include/contact_widgets.php:126
-#, php-format
-msgid "%d connection in common"
-msgid_plural "%d connections in common"
+#: ../../include/ItemObject.php:142 ../../include/ItemObject.php:154
+msgid "View all"
+msgstr ""
+
+#: ../../include/ItemObject.php:151
+msgctxt "noun"
+msgid "Dislike"
+msgid_plural "Dislikes"
msgstr[0] ""
msgstr[1] ""
-#: ../../include/contact_widgets.php:131
-msgid "show more"
+#: ../../include/ItemObject.php:179
+msgid "Add Star"
msgstr ""
-#: ../../include/event.php:11 ../../include/bb2diaspora.php:439
-msgid "l F d, Y \\@ g:i A"
+#: ../../include/ItemObject.php:180
+msgid "Remove Star"
msgstr ""
-#: ../../include/event.php:20 ../../include/bb2diaspora.php:445
-msgid "Starts:"
+#: ../../include/ItemObject.php:181
+msgid "Toggle Star Status"
msgstr ""
-#: ../../include/event.php:30 ../../include/bb2diaspora.php:453
-msgid "Finishes:"
+#: ../../include/ItemObject.php:185
+msgid "starred"
msgstr ""
-#: ../../include/event.php:40 ../../include/bb2diaspora.php:461
-#: ../../include/identity.php:882 ../../mod/directory.php:156
-#: ../../mod/dirprofile.php:105 ../../mod/events.php:579
-msgid "Location:"
+#: ../../include/ItemObject.php:194 ../../include/conversation.php:652
+msgid "Message signature validated"
msgstr ""
-#: ../../include/event.php:326
-msgid "This event has been added to your calendar."
+#: ../../include/ItemObject.php:195 ../../include/conversation.php:653
+msgid "Message signature incorrect"
msgstr ""
-#: ../../include/account.php:23
-msgid "Not a valid email address"
+#: ../../include/ItemObject.php:203
+msgid "Add Tag"
msgstr ""
-#: ../../include/account.php:25
-msgid "Your email domain is not among those allowed on this site"
+#: ../../include/ItemObject.php:221 ../../mod/photos.php:992
+msgid "I like this (toggle)"
msgstr ""
-#: ../../include/account.php:31
-msgid "Your email address is already registered at this site."
+#: ../../include/ItemObject.php:222 ../../mod/photos.php:993
+msgid "I don't like this (toggle)"
msgstr ""
-#: ../../include/account.php:64
-msgid "An invitation is required."
+#: ../../include/ItemObject.php:226
+msgid "Share This"
msgstr ""
-#: ../../include/account.php:68
-msgid "Invitation could not be verified."
+#: ../../include/ItemObject.php:226
+msgid "share"
msgstr ""
-#: ../../include/account.php:119
-msgid "Please enter the required information."
+#: ../../include/ItemObject.php:249 ../../include/ItemObject.php:250
+#, php-format
+msgid "View %s's profile - %s"
msgstr ""
-#: ../../include/account.php:187
-msgid "Failed to store account information."
+#: ../../include/ItemObject.php:251
+msgid "to"
msgstr ""
-#: ../../include/account.php:245
-#, php-format
-msgid "Registration confirmation for %s"
+#: ../../include/ItemObject.php:252
+msgid "via"
msgstr ""
-#: ../../include/account.php:313
-#, php-format
-msgid "Registration request at %s"
+#: ../../include/ItemObject.php:253
+msgid "Wall-to-Wall"
msgstr ""
-#: ../../include/account.php:315 ../../include/account.php:342
-#: ../../include/account.php:399
-msgid "Administrator"
+#: ../../include/ItemObject.php:254
+msgid "via Wall-To-Wall:"
msgstr ""
-#: ../../include/account.php:337
-msgid "your registration password"
+#: ../../include/ItemObject.php:265 ../../include/conversation.php:698
+#, php-format
+msgid " from %s"
msgstr ""
-#: ../../include/account.php:340 ../../include/account.php:397
+#: ../../include/ItemObject.php:268 ../../include/conversation.php:701
#, php-format
-msgid "Registration details for %s"
+msgid "last edited: %s"
msgstr ""
-#: ../../include/account.php:406
-msgid "Account approved."
+#: ../../include/ItemObject.php:269 ../../include/conversation.php:702
+#, php-format
+msgid "Expires: %s"
msgstr ""
-#: ../../include/account.php:440
-#, php-format
-msgid "Registration revoked for %s"
+#: ../../include/ItemObject.php:290
+msgid "Save Bookmarks"
msgstr ""
-#: ../../include/account.php:486
-msgid "Account verified. Please login."
+#: ../../include/ItemObject.php:291
+msgid "Add to Calendar"
msgstr ""
-#: ../../include/account.php:647 ../../include/account.php:649
-msgid "Click here to upgrade."
+#: ../../include/ItemObject.php:299
+msgctxt "noun"
+msgid "Likes"
msgstr ""
-#: ../../include/account.php:655
-msgid "This action exceeds the limits set by your subscription plan."
+#: ../../include/ItemObject.php:300
+msgctxt "noun"
+msgid "Dislikes"
msgstr ""
-#: ../../include/account.php:660
-msgid "This action is not available under your subscription plan."
+#: ../../include/ItemObject.php:305 ../../include/acl_selectors.php:249
+msgid "Close"
msgstr ""
-#: ../../include/datetime.php:43 ../../include/datetime.php:45
-msgid "Miscellaneous"
+#: ../../include/ItemObject.php:310 ../../include/conversation.php:719
+#: ../../include/conversation.php:1153 ../../mod/photos.php:995
+#: ../../mod/editpost.php:121 ../../mod/editwebpage.php:152
+#: ../../mod/mail.php:234 ../../mod/mail.php:349 ../../mod/editblock.php:120
+#: ../../mod/editlayout.php:115
+msgid "Please wait"
msgstr ""
-#: ../../include/datetime.php:152 ../../include/datetime.php:284
-msgid "year"
+#: ../../include/ItemObject.php:331
+#, php-format
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../include/ItemObject.php:596 ../../mod/photos.php:1011
+#: ../../mod/photos.php:1098
+msgid "This is you"
msgstr ""
-#: ../../include/datetime.php:157 ../../include/datetime.php:285
-msgid "month"
+#: ../../include/ItemObject.php:600
+msgid "Bold"
msgstr ""
-#: ../../include/datetime.php:162 ../../include/datetime.php:287
-msgid "day"
+#: ../../include/ItemObject.php:601
+msgid "Italic"
msgstr ""
-#: ../../include/datetime.php:275
-msgid "never"
+#: ../../include/ItemObject.php:602
+msgid "Underline"
msgstr ""
-#: ../../include/datetime.php:281
-msgid "less than a second ago"
+#: ../../include/ItemObject.php:603
+msgid "Quote"
msgstr ""
-#: ../../include/datetime.php:284
-msgid "years"
+#: ../../include/ItemObject.php:604
+msgid "Code"
msgstr ""
-#: ../../include/datetime.php:285
-msgid "months"
+#: ../../include/ItemObject.php:605
+msgid "Image"
msgstr ""
-#: ../../include/datetime.php:286
-msgid "week"
+#: ../../include/ItemObject.php:606
+msgid "Link"
msgstr ""
-#: ../../include/datetime.php:286
-msgid "weeks"
+#: ../../include/ItemObject.php:607
+msgid "Video"
msgstr ""
-#: ../../include/datetime.php:287
-msgid "days"
+#: ../../include/ItemObject.php:611 ../../include/conversation.php:1179
+#: ../../mod/editpost.php:148 ../../mod/mail.php:240 ../../mod/mail.php:354
+msgid "Encrypt text"
msgstr ""
-#: ../../include/datetime.php:288
-msgid "hour"
+#: ../../include/security.php:320
+msgid ""
+"The form security token was not correct. This probably happened because the "
+"form has been opened for too long (>3 hours) before submitting it."
msgstr ""
-#: ../../include/datetime.php:288
-msgid "hours"
+#: ../../include/text.php:321
+msgid "prev"
msgstr ""
-#: ../../include/datetime.php:289
-msgid "minute"
+#: ../../include/text.php:323
+msgid "first"
msgstr ""
-#: ../../include/datetime.php:289
-msgid "minutes"
+#: ../../include/text.php:352
+msgid "last"
msgstr ""
-#: ../../include/datetime.php:290
-msgid "second"
+#: ../../include/text.php:355
+msgid "next"
msgstr ""
-#: ../../include/datetime.php:290
-msgid "seconds"
+#: ../../include/text.php:367
+msgid "older"
msgstr ""
-#: ../../include/datetime.php:299
-#, php-format
-msgid "%1$d %2$s ago"
+#: ../../include/text.php:369
+msgid "newer"
msgstr ""
-#: ../../include/datetime.php:504
-#, php-format
-msgid "%1$s's birthday"
+#: ../../include/text.php:736
+msgid "No connections"
msgstr ""
-#: ../../include/datetime.php:505
+#: ../../include/text.php:749
#, php-format
-msgid "Happy Birthday %1$s"
+msgid "%d Connection"
+msgid_plural "%d Connections"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../include/text.php:762
+msgid "View Connections"
msgstr ""
-#: ../../include/dir_fns.php:56
-msgid "Sort Options"
+#: ../../include/text.php:822 ../../include/text.php:834
+#: ../../include/nav.php:173 ../../include/apps.php:145
+#: ../../mod/search.php:30
+msgid "Search"
msgstr ""
-#: ../../include/dir_fns.php:57
-msgid "Alphabetic"
+#: ../../include/text.php:823 ../../include/text.php:835
+#: ../../include/widgets.php:193 ../../mod/admin.php:1341
+#: ../../mod/admin.php:1362 ../../mod/filer.php:50 ../../mod/rbmark.php:28
+#: ../../mod/rbmark.php:98
+msgid "Save"
msgstr ""
-#: ../../include/dir_fns.php:58
-msgid "Reverse Alphabetic"
+#: ../../include/text.php:901
+msgid "poke"
msgstr ""
-#: ../../include/dir_fns.php:59
-msgid "Newest to Oldest"
+#: ../../include/text.php:901 ../../include/conversation.php:243
+msgid "poked"
msgstr ""
-#: ../../include/dir_fns.php:71
-msgid "Enable Safe Search"
+#: ../../include/text.php:902
+msgid "ping"
msgstr ""
-#: ../../include/dir_fns.php:73
-msgid "Disable Safe Search"
+#: ../../include/text.php:902
+msgid "pinged"
msgstr ""
-#: ../../include/dir_fns.php:75
-msgid "Safe Mode"
+#: ../../include/text.php:903
+msgid "prod"
msgstr ""
-#: ../../include/bb2diaspora.php:360
-msgid "Attachments:"
+#: ../../include/text.php:903
+msgid "prodded"
msgstr ""
-#: ../../include/enotify.php:41
-msgid "Red Matrix Notification"
+#: ../../include/text.php:904
+msgid "slap"
msgstr ""
-#: ../../include/enotify.php:42
-msgid "redmatrix"
+#: ../../include/text.php:904
+msgid "slapped"
msgstr ""
-#: ../../include/enotify.php:44
-msgid "Thank You,"
+#: ../../include/text.php:905
+msgid "finger"
msgstr ""
-#: ../../include/enotify.php:46
-#, php-format
-msgid "%s Administrator"
+#: ../../include/text.php:905
+msgid "fingered"
msgstr ""
-#: ../../include/enotify.php:81
-#, php-format
-msgid "%s <!item_type!>"
+#: ../../include/text.php:906
+msgid "rebuff"
msgstr ""
-#: ../../include/enotify.php:85
-#, php-format
-msgid "[Red:Notify] New mail received at %s"
+#: ../../include/text.php:906
+msgid "rebuffed"
msgstr ""
-#: ../../include/enotify.php:87
-#, php-format
-msgid "%1$s, %2$s sent you a new private message at %3$s."
+#: ../../include/text.php:915
+msgid "happy"
msgstr ""
-#: ../../include/enotify.php:88
-#, php-format
-msgid "%1$s sent you %2$s."
+#: ../../include/text.php:916
+msgid "sad"
msgstr ""
-#: ../../include/enotify.php:88
-msgid "a private message"
+#: ../../include/text.php:917
+msgid "mellow"
msgstr ""
-#: ../../include/enotify.php:89
-#, php-format
-msgid "Please visit %s to view and/or reply to your private messages."
+#: ../../include/text.php:918
+msgid "tired"
msgstr ""
-#: ../../include/enotify.php:144
-#, php-format
-msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]"
+#: ../../include/text.php:919
+msgid "perky"
msgstr ""
-#: ../../include/enotify.php:152
-#, php-format
-msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]"
+#: ../../include/text.php:920
+msgid "angry"
msgstr ""
-#: ../../include/enotify.php:161
-#, php-format
-msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]"
+#: ../../include/text.php:921
+msgid "stupified"
msgstr ""
-#: ../../include/enotify.php:172
-#, php-format
-msgid "[Red:Notify] Comment to conversation #%1$d by %2$s"
+#: ../../include/text.php:922
+msgid "puzzled"
msgstr ""
-#: ../../include/enotify.php:173
-#, php-format
-msgid "%1$s, %2$s commented on an item/conversation you have been following."
+#: ../../include/text.php:923
+msgid "interested"
msgstr ""
-#: ../../include/enotify.php:176 ../../include/enotify.php:191
-#: ../../include/enotify.php:217 ../../include/enotify.php:236
-#: ../../include/enotify.php:250
-#, php-format
-msgid "Please visit %s to view and/or reply to the conversation."
+#: ../../include/text.php:924
+msgid "bitter"
msgstr ""
-#: ../../include/enotify.php:182
-#, php-format
-msgid "[Red:Notify] %s posted to your profile wall"
+#: ../../include/text.php:925
+msgid "cheerful"
msgstr ""
-#: ../../include/enotify.php:184
-#, php-format
-msgid "%1$s, %2$s posted to your profile wall at %3$s"
+#: ../../include/text.php:926
+msgid "alive"
msgstr ""
-#: ../../include/enotify.php:186
-#, php-format
-msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]"
+#: ../../include/text.php:927
+msgid "annoyed"
msgstr ""
-#: ../../include/enotify.php:210
-#, php-format
-msgid "[Red:Notify] %s tagged you"
+#: ../../include/text.php:928
+msgid "anxious"
msgstr ""
-#: ../../include/enotify.php:211
-#, php-format
-msgid "%1$s, %2$s tagged you at %3$s"
+#: ../../include/text.php:929
+msgid "cranky"
msgstr ""
-#: ../../include/enotify.php:212
-#, php-format
-msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]."
+#: ../../include/text.php:930
+msgid "disturbed"
msgstr ""
-#: ../../include/enotify.php:225
-#, php-format
-msgid "[Red:Notify] %1$s poked you"
+#: ../../include/text.php:931
+msgid "frustrated"
msgstr ""
-#: ../../include/enotify.php:226
-#, php-format
-msgid "%1$s, %2$s poked you at %3$s"
+#: ../../include/text.php:932
+msgid "depressed"
msgstr ""
-#: ../../include/enotify.php:227
-#, php-format
-msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]."
+#: ../../include/text.php:933
+msgid "motivated"
msgstr ""
-#: ../../include/enotify.php:243
-#, php-format
-msgid "[Red:Notify] %s tagged your post"
+#: ../../include/text.php:934
+msgid "relaxed"
msgstr ""
-#: ../../include/enotify.php:244
-#, php-format
-msgid "%1$s, %2$s tagged your post at %3$s"
+#: ../../include/text.php:935
+msgid "surprised"
msgstr ""
-#: ../../include/enotify.php:245
-#, php-format
-msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]"
+#: ../../include/text.php:1099
+msgid "Monday"
msgstr ""
-#: ../../include/enotify.php:257
-msgid "[Red:Notify] Introduction received"
+#: ../../include/text.php:1099
+msgid "Tuesday"
msgstr ""
-#: ../../include/enotify.php:258
-#, php-format
-msgid "%1$s, you've received an new connection request from '%2$s' at %3$s"
+#: ../../include/text.php:1099
+msgid "Wednesday"
msgstr ""
-#: ../../include/enotify.php:259
-#, php-format
-msgid ""
-"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s."
+#: ../../include/text.php:1099
+msgid "Thursday"
msgstr ""
-#: ../../include/enotify.php:263 ../../include/enotify.php:282
-#, php-format
-msgid "You may visit their profile at %s"
+#: ../../include/text.php:1099
+msgid "Friday"
msgstr ""
-#: ../../include/enotify.php:265
-#, php-format
-msgid "Please visit %s to approve or reject the connection request."
+#: ../../include/text.php:1099
+msgid "Saturday"
msgstr ""
-#: ../../include/enotify.php:272
-msgid "[Red:Notify] Friend suggestion received"
+#: ../../include/text.php:1099
+msgid "Sunday"
msgstr ""
-#: ../../include/enotify.php:273
-#, php-format
-msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s"
+#: ../../include/text.php:1103
+msgid "January"
msgstr ""
-#: ../../include/enotify.php:274
-#, php-format
-msgid ""
-"%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from %4$s."
+#: ../../include/text.php:1103
+msgid "February"
msgstr ""
-#: ../../include/enotify.php:280
-msgid "Name:"
+#: ../../include/text.php:1103
+msgid "March"
msgstr ""
-#: ../../include/enotify.php:281
-msgid "Photo:"
+#: ../../include/text.php:1103
+msgid "April"
msgstr ""
-#: ../../include/enotify.php:284
-#, php-format
-msgid "Please visit %s to approve or reject the suggestion."
+#: ../../include/text.php:1103
+msgid "May"
msgstr ""
-#: ../../include/enotify.php:477
-msgid "[Red:Notify]"
+#: ../../include/text.php:1103
+msgid "June"
msgstr ""
-#: ../../include/chat.php:10
-msgid "Missing room name"
+#: ../../include/text.php:1103
+msgid "July"
msgstr ""
-#: ../../include/chat.php:19
-msgid "Duplicate room name"
+#: ../../include/text.php:1103
+msgid "August"
msgstr ""
-#: ../../include/chat.php:68 ../../include/chat.php:76
-msgid "Invalid room specifier."
+#: ../../include/text.php:1103
+msgid "September"
msgstr ""
-#: ../../include/chat.php:105
-msgid "Room not found."
+#: ../../include/text.php:1103
+msgid "October"
msgstr ""
-#: ../../include/chat.php:126
-msgid "Room is full"
+#: ../../include/text.php:1103
+msgid "November"
msgstr ""
-#: ../../include/features.php:23
-msgid "General Features"
+#: ../../include/text.php:1103
+msgid "December"
msgstr ""
-#: ../../include/features.php:25
-msgid "Content Expiration"
+#: ../../include/text.php:1181
+msgid "unknown.???"
msgstr ""
-#: ../../include/features.php:25
-msgid "Remove posts/comments and/or private messages at a future time"
+#: ../../include/text.php:1182
+msgid "bytes"
msgstr ""
-#: ../../include/features.php:26
-msgid "Multiple Profiles"
+#: ../../include/text.php:1221
+msgid "remove category"
msgstr ""
-#: ../../include/features.php:26
-msgid "Ability to create multiple profiles"
+#: ../../include/text.php:1291
+msgid "remove from file"
msgstr ""
-#: ../../include/features.php:27
-msgid "Advanced Profiles"
+#: ../../include/text.php:1356 ../../include/text.php:1368
+msgid "Click to open/close"
msgstr ""
-#: ../../include/features.php:27
-msgid "Additional profile sections and selections"
+#: ../../include/text.php:1523 ../../mod/events.php:414
+msgid "Link to Source"
msgstr ""
-#: ../../include/features.php:28
-msgid "Profile Import/Export"
+#: ../../include/text.php:1542
+msgid "Select a page layout: "
msgstr ""
-#: ../../include/features.php:28
-msgid "Save and load profile details across sites/channels"
+#: ../../include/text.php:1545 ../../include/text.php:1610
+msgid "default"
msgstr ""
-#: ../../include/features.php:29
-msgid "Web Pages"
+#: ../../include/text.php:1581
+msgid "Page content type: "
msgstr ""
-#: ../../include/features.php:29
-msgid "Provide managed web pages on your channel"
+#: ../../include/text.php:1622
+msgid "Select an alternate language"
msgstr ""
-#: ../../include/features.php:30
-msgid "Private Notes"
+#: ../../include/text.php:1743 ../../include/conversation.php:120
+#: ../../include/diaspora.php:1924 ../../mod/subthread.php:72
+#: ../../mod/subthread.php:174 ../../mod/tagger.php:45 ../../mod/like.php:294
+msgid "photo"
msgstr ""
-#: ../../include/features.php:30
-msgid "Enables a tool to store notes and reminders"
+#: ../../include/text.php:1746 ../../include/conversation.php:123
+#: ../../mod/tagger.php:49
+msgid "event"
msgstr ""
-#: ../../include/features.php:34
-msgid "Navigation Channel Select"
+#: ../../include/text.php:1749 ../../include/conversation.php:148
+#: ../../include/diaspora.php:1924 ../../mod/subthread.php:72
+#: ../../mod/subthread.php:174 ../../mod/tagger.php:53 ../../mod/like.php:294
+msgid "status"
msgstr ""
-#: ../../include/features.php:34
-msgid "Change channels directly from within the navigation dropdown menu"
+#: ../../include/text.php:1751 ../../include/conversation.php:150
+#: ../../mod/tagger.php:55
+msgid "comment"
msgstr ""
-#: ../../include/features.php:38
-msgid "Extended Identity Sharing"
+#: ../../include/text.php:1756
+msgid "activity"
msgstr ""
-#: ../../include/features.php:38
-msgid ""
-"Share your identity with all websites on the internet. When disabled, "
-"identity is only shared with sites in the matrix."
+#: ../../include/text.php:2028
+msgid "Design"
msgstr ""
-#: ../../include/features.php:39
-msgid "Expert Mode"
+#: ../../include/text.php:2030
+msgid "Blocks"
msgstr ""
-#: ../../include/features.php:39
-msgid "Enable Expert Mode to provide advanced configuration options"
+#: ../../include/text.php:2031
+msgid "Menus"
msgstr ""
-#: ../../include/features.php:40
-msgid "Premium Channel"
+#: ../../include/text.php:2032
+msgid "Layouts"
msgstr ""
-#: ../../include/features.php:40
-msgid ""
-"Allows you to set restrictions and terms on those that connect with your "
-"channel"
+#: ../../include/text.php:2033
+msgid "Pages"
msgstr ""
-#: ../../include/features.php:45
-msgid "Post Composition Features"
+#: ../../include/dir_fns.php:56
+msgid "Sort Options"
msgstr ""
-#: ../../include/features.php:47
-msgid "Use Markdown"
+#: ../../include/dir_fns.php:57
+msgid "Alphabetic"
msgstr ""
-#: ../../include/features.php:47
-msgid "Allow use of \"Markdown\" to format posts"
+#: ../../include/dir_fns.php:58
+msgid "Reverse Alphabetic"
msgstr ""
-#: ../../include/features.php:48
-msgid "Post Preview"
+#: ../../include/dir_fns.php:59
+msgid "Newest to Oldest"
msgstr ""
-#: ../../include/features.php:48
-msgid "Allow previewing posts and comments before publishing them"
+#: ../../include/dir_fns.php:71
+msgid "Enable Safe Search"
msgstr ""
-#: ../../include/features.php:49
-msgid "Automatically import channel content from other channels or feeds"
+#: ../../include/dir_fns.php:73
+msgid "Disable Safe Search"
msgstr ""
-#: ../../include/features.php:50
-msgid "Even More Encryption"
+#: ../../include/dir_fns.php:75
+msgid "Safe Mode"
msgstr ""
-#: ../../include/features.php:50
-msgid ""
-"Allow optional encryption of content end-to-end with a shared secret key"
+#: ../../include/bbcode.php:112 ../../include/bbcode.php:653
+#: ../../include/bbcode.php:656 ../../include/bbcode.php:661
+#: ../../include/bbcode.php:664 ../../include/bbcode.php:667
+#: ../../include/bbcode.php:670 ../../include/bbcode.php:675
+#: ../../include/bbcode.php:678 ../../include/bbcode.php:683
+#: ../../include/bbcode.php:686 ../../include/bbcode.php:689
+#: ../../include/bbcode.php:692
+msgid "Image/photo"
msgstr ""
-#: ../../include/features.php:55
-msgid "Network and Stream Filtering"
+#: ../../include/bbcode.php:147 ../../include/bbcode.php:703
+msgid "Encrypted content"
msgstr ""
-#: ../../include/features.php:56
-msgid "Search by Date"
+#: ../../include/bbcode.php:165
+msgid "Install design element: "
msgstr ""
-#: ../../include/features.php:56
-msgid "Ability to select posts by date ranges"
+#: ../../include/bbcode.php:171
+msgid "QR code"
msgstr ""
-#: ../../include/features.php:57
-msgid "Collections Filter"
+#: ../../include/bbcode.php:220
+#, php-format
+msgid "%1$s wrote the following %2$s %3$s"
msgstr ""
-#: ../../include/features.php:57
-msgid "Enable widget to display Network posts only from selected collections"
+#: ../../include/bbcode.php:222
+msgid "post"
msgstr ""
-#: ../../include/features.php:58
-msgid "Save search terms for re-use"
+#: ../../include/bbcode.php:621
+msgid "$1 spoiler"
msgstr ""
-#: ../../include/features.php:59
-msgid "Network Personal Tab"
+#: ../../include/bbcode.php:641
+msgid "$1 wrote:"
msgstr ""
-#: ../../include/features.php:59
-msgid "Enable tab to display only Network posts that you've interacted on"
+#: ../../include/enotify.php:41
+msgid "Red Matrix Notification"
msgstr ""
-#: ../../include/features.php:60
-msgid "Network New Tab"
+#: ../../include/enotify.php:42
+msgid "redmatrix"
msgstr ""
-#: ../../include/features.php:60
-msgid "Enable tab to display all new Network activity"
+#: ../../include/enotify.php:44
+msgid "Thank You,"
msgstr ""
-#: ../../include/features.php:61
-msgid "Affinity Tool"
+#: ../../include/enotify.php:46
+#, php-format
+msgid "%s Administrator"
msgstr ""
-#: ../../include/features.php:61
-msgid "Filter stream activity by depth of relationships"
+#: ../../include/enotify.php:81
+#, php-format
+msgid "%s <!item_type!>"
msgstr ""
-#: ../../include/features.php:62
-msgid "Suggest Channels"
+#: ../../include/enotify.php:85
+#, php-format
+msgid "[Red:Notify] New mail received at %s"
msgstr ""
-#: ../../include/features.php:62
-msgid "Show channel suggestions"
+#: ../../include/enotify.php:87
+#, php-format
+msgid "%1$s, %2$s sent you a new private message at %3$s."
msgstr ""
-#: ../../include/features.php:67
-msgid "Post/Comment Tools"
+#: ../../include/enotify.php:88
+#, php-format
+msgid "%1$s sent you %2$s."
msgstr ""
-#: ../../include/features.php:69
-msgid "Edit Sent Posts"
+#: ../../include/enotify.php:88
+msgid "a private message"
msgstr ""
-#: ../../include/features.php:69
-msgid "Edit and correct posts and comments after sending"
+#: ../../include/enotify.php:89
+#, php-format
+msgid "Please visit %s to view and/or reply to your private messages."
msgstr ""
-#: ../../include/features.php:70
-msgid "Tagging"
+#: ../../include/enotify.php:144
+#, php-format
+msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]"
msgstr ""
-#: ../../include/features.php:70
-msgid "Ability to tag existing posts"
+#: ../../include/enotify.php:152
+#, php-format
+msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]"
msgstr ""
-#: ../../include/features.php:71
-msgid "Post Categories"
+#: ../../include/enotify.php:161
+#, php-format
+msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]"
msgstr ""
-#: ../../include/features.php:71
-msgid "Add categories to your posts"
+#: ../../include/enotify.php:172
+#, php-format
+msgid "[Red:Notify] Comment to conversation #%1$d by %2$s"
msgstr ""
-#: ../../include/features.php:72
-msgid "Ability to file posts under folders"
+#: ../../include/enotify.php:173
+#, php-format
+msgid "%1$s, %2$s commented on an item/conversation you have been following."
msgstr ""
-#: ../../include/features.php:73
-msgid "Dislike Posts"
+#: ../../include/enotify.php:176 ../../include/enotify.php:191
+#: ../../include/enotify.php:217 ../../include/enotify.php:236
+#: ../../include/enotify.php:250
+#, php-format
+msgid "Please visit %s to view and/or reply to the conversation."
msgstr ""
-#: ../../include/features.php:73
-msgid "Ability to dislike posts/comments"
+#: ../../include/enotify.php:182
+#, php-format
+msgid "[Red:Notify] %s posted to your profile wall"
msgstr ""
-#: ../../include/features.php:74
-msgid "Star Posts"
+#: ../../include/enotify.php:184
+#, php-format
+msgid "%1$s, %2$s posted to your profile wall at %3$s"
msgstr ""
-#: ../../include/features.php:74
-msgid "Ability to mark special posts with a star indicator"
+#: ../../include/enotify.php:186
+#, php-format
+msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]"
msgstr ""
-#: ../../include/features.php:75
-msgid "Tag Cloud"
+#: ../../include/enotify.php:210
+#, php-format
+msgid "[Red:Notify] %s tagged you"
msgstr ""
-#: ../../include/features.php:75
-msgid "Provide a personal tag cloud on your channel page"
+#: ../../include/enotify.php:211
+#, php-format
+msgid "%1$s, %2$s tagged you at %3$s"
msgstr ""
-#: ../../include/follow.php:26
-msgid "Channel is blocked on this site."
+#: ../../include/enotify.php:212
+#, php-format
+msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]."
msgstr ""
-#: ../../include/follow.php:31
-msgid "Channel location missing."
+#: ../../include/enotify.php:225
+#, php-format
+msgid "[Red:Notify] %1$s poked you"
msgstr ""
-#: ../../include/follow.php:80
-msgid "Response from remote channel was incomplete."
+#: ../../include/enotify.php:226
+#, php-format
+msgid "%1$s, %2$s poked you at %3$s"
msgstr ""
-#: ../../include/follow.php:97
-msgid "Channel was deleted and no longer exists."
+#: ../../include/enotify.php:227
+#, php-format
+msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]."
msgstr ""
-#: ../../include/follow.php:133 ../../include/follow.php:202
-msgid "Protocol disabled."
+#: ../../include/enotify.php:243
+#, php-format
+msgid "[Red:Notify] %s tagged your post"
msgstr ""
-#: ../../include/follow.php:176
-msgid "Channel discovery failed."
+#: ../../include/enotify.php:244
+#, php-format
+msgid "%1$s, %2$s tagged your post at %3$s"
msgstr ""
-#: ../../include/follow.php:192
-msgid "local account not found."
+#: ../../include/enotify.php:245
+#, php-format
+msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]"
msgstr ""
-#: ../../include/follow.php:219
-msgid "Cannot connect to yourself."
+#: ../../include/enotify.php:257
+msgid "[Red:Notify] Introduction received"
msgstr ""
-#: ../../include/group.php:25
+#: ../../include/enotify.php:258
+#, php-format
+msgid "%1$s, you've received an new connection request from '%2$s' at %3$s"
+msgstr ""
+
+#: ../../include/enotify.php:259
+#, php-format
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."
+"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s."
msgstr ""
-#: ../../include/group.php:234
-msgid "Default privacy group for new contacts"
+#: ../../include/enotify.php:263 ../../include/enotify.php:282
+#, php-format
+msgid "You may visit their profile at %s"
msgstr ""
-#: ../../include/group.php:253 ../../mod/admin.php:737
-msgid "All Channels"
+#: ../../include/enotify.php:265
+#, php-format
+msgid "Please visit %s to approve or reject the connection request."
msgstr ""
-#: ../../include/group.php:275
-msgid "edit"
+#: ../../include/enotify.php:272
+msgid "[Red:Notify] Friend suggestion received"
msgstr ""
-#: ../../include/group.php:297
-msgid "Collections"
+#: ../../include/enotify.php:273
+#, php-format
+msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s"
msgstr ""
-#: ../../include/group.php:298
-msgid "Edit collection"
+#: ../../include/enotify.php:274
+#, php-format
+msgid ""
+"%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from %4$s."
msgstr ""
-#: ../../include/group.php:299
-msgid "Create a new collection"
+#: ../../include/enotify.php:280
+msgid "Name:"
msgstr ""
-#: ../../include/group.php:300
-msgid "Channels not in any collection"
+#: ../../include/enotify.php:281
+msgid "Photo:"
msgstr ""
-#: ../../include/bbcode.php:112 ../../include/bbcode.php:653
-#: ../../include/bbcode.php:656 ../../include/bbcode.php:661
-#: ../../include/bbcode.php:664 ../../include/bbcode.php:667
-#: ../../include/bbcode.php:670 ../../include/bbcode.php:675
-#: ../../include/bbcode.php:678 ../../include/bbcode.php:683
-#: ../../include/bbcode.php:686 ../../include/bbcode.php:689
-#: ../../include/bbcode.php:692
-msgid "Image/photo"
+#: ../../include/enotify.php:284
+#, php-format
+msgid "Please visit %s to approve or reject the suggestion."
msgstr ""
-#: ../../include/bbcode.php:147 ../../include/bbcode.php:703
-msgid "Encrypted content"
+#: ../../include/enotify.php:477
+msgid "[Red:Notify]"
msgstr ""
-#: ../../include/bbcode.php:165
-msgid "Install design element: "
+#: ../../include/bookmarks.php:35
+#, php-format
+msgid "%1$s's bookmarks"
msgstr ""
-#: ../../include/bbcode.php:171
-msgid "QR code"
+#: ../../include/nav.php:95 ../../include/nav.php:128
+msgid "End this session"
msgstr ""
-#: ../../include/bbcode.php:220
-#, php-format
-msgid "%1$s wrote the following %2$s %3$s"
+#: ../../include/nav.php:98 ../../include/nav.php:159
+msgid "Home"
msgstr ""
-#: ../../include/bbcode.php:222
-msgid "post"
+#: ../../include/nav.php:98
+msgid "Your posts and conversations"
msgstr ""
-#: ../../include/bbcode.php:621
-msgid "$1 spoiler"
+#: ../../include/nav.php:99 ../../include/conversation.php:945
+#: ../../mod/connedit.php:415 ../../mod/connedit.php:529
+msgid "View Profile"
msgstr ""
-#: ../../include/bbcode.php:641
-msgid "$1 wrote:"
+#: ../../include/nav.php:99
+msgid "Your profile page"
msgstr ""
-#: ../../include/RedDAV/RedBrowser.php:103
-#: ../../include/RedDAV/RedBrowser.php:246
-msgid "parent"
+#: ../../include/nav.php:101
+msgid "Edit Profiles"
msgstr ""
-#: ../../include/RedDAV/RedBrowser.php:127
-msgid "Collection"
+#: ../../include/nav.php:101
+msgid "Manage/Edit profiles"
msgstr ""
-#: ../../include/RedDAV/RedBrowser.php:130
-msgid "Principal"
+#: ../../include/nav.php:103
+msgid "Edit your profile"
msgstr ""
-#: ../../include/RedDAV/RedBrowser.php:133
-msgid "Addressbook"
+#: ../../include/nav.php:105 ../../include/apps.php:137
+#: ../../include/conversation.php:1537 ../../mod/fbrowser.php:25
+msgid "Photos"
msgstr ""
-#: ../../include/RedDAV/RedBrowser.php:136
-msgid "Calendar"
+#: ../../include/nav.php:105
+msgid "Your photos"
msgstr ""
-#: ../../include/RedDAV/RedBrowser.php:139
-msgid "Schedule Inbox"
+#: ../../include/nav.php:106
+msgid "Your files"
msgstr ""
-#: ../../include/RedDAV/RedBrowser.php:142
-msgid "Schedule Outbox"
+#: ../../include/nav.php:111 ../../include/apps.php:144
+msgid "Chat"
msgstr ""
-#: ../../include/RedDAV/RedBrowser.php:220
-#, php-format
-msgid "%1$s used"
+#: ../../include/nav.php:111
+msgid "Your chatrooms"
msgstr ""
-#: ../../include/RedDAV/RedBrowser.php:225
-#, php-format
-msgid "%1$s used of %2$s (%3$s&#37;)"
+#: ../../include/nav.php:117 ../../include/apps.php:127
+#: ../../include/conversation.php:1570
+msgid "Bookmarks"
msgstr ""
-#: ../../include/RedDAV/RedBrowser.php:242 ../../mod/settings.php:521
-#: ../../mod/settings.php:547 ../../mod/admin.php:868
-msgid "Name"
+#: ../../include/nav.php:117
+msgid "Your bookmarks"
msgstr ""
-#: ../../include/RedDAV/RedBrowser.php:243
-msgid "Type"
+#: ../../include/nav.php:121 ../../include/apps.php:134
+#: ../../include/conversation.php:1581 ../../mod/webpages.php:129
+msgid "Webpages"
msgstr ""
-#: ../../include/RedDAV/RedBrowser.php:244
-msgid "Size"
+#: ../../include/nav.php:121
+msgid "Your webpages"
msgstr ""
-#: ../../include/RedDAV/RedBrowser.php:245
-msgid "Last Modified"
+#: ../../include/nav.php:125
+msgid "Sign in"
msgstr ""
-#: ../../include/RedDAV/RedBrowser.php:249
-msgid "Total"
+#: ../../include/nav.php:142
+#, php-format
+msgid "%s - click to logout"
msgstr ""
-#: ../../include/RedDAV/RedBrowser.php:293
-msgid "Create new folder"
+#: ../../include/nav.php:145
+msgid "Remote authentication"
msgstr ""
-#: ../../include/RedDAV/RedBrowser.php:294 ../../mod/mitem.php:142
-#: ../../mod/menu.php:84 ../../mod/new_channel.php:122
-msgid "Create"
+#: ../../include/nav.php:145
+msgid "Click to authenticate to your home hub"
msgstr ""
-#: ../../include/RedDAV/RedBrowser.php:295
-msgid "Upload file"
+#: ../../include/nav.php:159
+msgid "Home Page"
msgstr ""
-#: ../../include/RedDAV/RedBrowser.php:296 ../../mod/photos.php:745
-#: ../../mod/photos.php:1225 ../../mod/profile_photo.php:361
-msgid "Upload"
+#: ../../include/nav.php:163
+msgid "Create an account"
msgstr ""
-#: ../../include/identity.php:31 ../../mod/item.php:1319
-msgid "Unable to obtain identity information from database"
+#: ../../include/nav.php:168 ../../include/apps.php:140 ../../mod/help.php:60
+#: ../../mod/help.php:65
+msgid "Help"
msgstr ""
-#: ../../include/identity.php:66
-msgid "Empty name"
+#: ../../include/nav.php:168
+msgid "Help and documentation"
msgstr ""
-#: ../../include/identity.php:68
-msgid "Name too long"
+#: ../../include/nav.php:171 ../../include/widgets.php:86
+#: ../../mod/apps.php:33
+msgid "Apps"
msgstr ""
-#: ../../include/identity.php:169
-msgid "No account identifier"
+#: ../../include/nav.php:171
+msgid "Applications, utilities, links, games"
msgstr ""
-#: ../../include/identity.php:181
-msgid "Nickname is required."
+#: ../../include/nav.php:173
+msgid "Search site content"
msgstr ""
-#: ../../include/identity.php:195
-msgid "Reserved nickname. Please choose another."
+#: ../../include/nav.php:176 ../../include/apps.php:139
+#: ../../mod/directory.php:226
+msgid "Directory"
msgstr ""
-#: ../../include/identity.php:200
-msgid ""
-"Nickname has unsupported characters or is already being used on this site."
+#: ../../include/nav.php:176
+msgid "Channel Locator"
msgstr ""
-#: ../../include/identity.php:282
-msgid "Unable to retrieve created identity"
+#: ../../include/nav.php:190 ../../include/apps.php:131
+msgid "Matrix"
msgstr ""
-#: ../../include/identity.php:341
-msgid "Default Profile"
+#: ../../include/nav.php:190
+msgid "Your matrix"
msgstr ""
-#: ../../include/identity.php:634
-msgid "Requested channel is not available."
+#: ../../include/nav.php:191
+msgid "Mark all matrix notifications seen"
msgstr ""
-#: ../../include/identity.php:682 ../../mod/achievements.php:11
-#: ../../mod/profile.php:16 ../../mod/blocks.php:10 ../../mod/webpages.php:8
-#: ../../mod/connect.php:13 ../../mod/filestorage.php:40
-#: ../../mod/layouts.php:8 ../../mod/hcard.php:8
-msgid "Requested profile is not available."
+#: ../../include/nav.php:193 ../../include/apps.php:135
+msgid "Channel Home"
msgstr ""
-#: ../../include/identity.php:845 ../../mod/profiles.php:750
-msgid "Change profile photo"
+#: ../../include/nav.php:193
+msgid "Channel home"
msgstr ""
-#: ../../include/identity.php:851
-msgid "Profiles"
+#: ../../include/nav.php:194
+msgid "Mark all channel notifications seen"
msgstr ""
-#: ../../include/identity.php:851
-msgid "Manage/edit profiles"
+#: ../../include/nav.php:197 ../../mod/connections.php:406
+msgid "Connections"
msgstr ""
-#: ../../include/identity.php:852 ../../mod/profiles.php:751
-msgid "Create New Profile"
+#: ../../include/nav.php:200
+msgid "Notices"
msgstr ""
-#: ../../include/identity.php:866 ../../mod/profiles.php:762
-msgid "Profile Image"
+#: ../../include/nav.php:200
+msgid "Notifications"
msgstr ""
-#: ../../include/identity.php:869
-msgid "visible to everybody"
+#: ../../include/nav.php:201
+msgid "See all notifications"
msgstr ""
-#: ../../include/identity.php:870 ../../mod/profiles.php:645
-#: ../../mod/profiles.php:766
-msgid "Edit visibility"
+#: ../../include/nav.php:202 ../../mod/notifications.php:99
+msgid "Mark all system notifications seen"
msgstr ""
-#: ../../include/identity.php:884 ../../include/identity.php:1121
-#: ../../mod/directory.php:158
-msgid "Gender:"
+#: ../../include/nav.php:204 ../../include/apps.php:141
+msgid "Mail"
msgstr ""
-#: ../../include/identity.php:885 ../../include/identity.php:1165
-#: ../../mod/directory.php:160
-msgid "Status:"
+#: ../../include/nav.php:204
+msgid "Private mail"
msgstr ""
-#: ../../include/identity.php:886 ../../include/identity.php:1176
-#: ../../mod/directory.php:162
-msgid "Homepage:"
+#: ../../include/nav.php:205
+msgid "See all private messages"
msgstr ""
-#: ../../include/identity.php:887 ../../mod/dirprofile.php:151
-msgid "Online Now"
+#: ../../include/nav.php:206
+msgid "Mark all private messages seen"
msgstr ""
-#: ../../include/identity.php:965 ../../include/identity.php:1045
-#: ../../mod/ping.php:298
-msgid "g A l F d"
+#: ../../include/nav.php:207
+msgid "Inbox"
msgstr ""
-#: ../../include/identity.php:966 ../../include/identity.php:1046
-msgid "F d"
+#: ../../include/nav.php:208
+msgid "Outbox"
msgstr ""
-#: ../../include/identity.php:1011 ../../include/identity.php:1086
-#: ../../mod/ping.php:320
-msgid "[today]"
+#: ../../include/nav.php:209 ../../include/widgets.php:545
+msgid "New Message"
msgstr ""
-#: ../../include/identity.php:1023
-msgid "Birthday Reminders"
+#: ../../include/nav.php:212 ../../include/apps.php:138
+#: ../../mod/events.php:436
+msgid "Events"
msgstr ""
-#: ../../include/identity.php:1024
-msgid "Birthdays this week:"
+#: ../../include/nav.php:212
+msgid "Event Calendar"
msgstr ""
-#: ../../include/identity.php:1079
-msgid "[No description]"
+#: ../../include/nav.php:213
+msgid "See all events"
msgstr ""
-#: ../../include/identity.php:1097
-msgid "Event Reminders"
+#: ../../include/nav.php:214
+msgid "Mark all events seen"
msgstr ""
-#: ../../include/identity.php:1098
-msgid "Events this week:"
+#: ../../include/nav.php:216 ../../include/apps.php:130
+#: ../../mod/manage.php:148
+msgid "Channel Manager"
msgstr ""
-#: ../../include/identity.php:1119 ../../mod/settings.php:953
-msgid "Full Name:"
+#: ../../include/nav.php:216
+msgid "Manage Your Channels"
msgstr ""
-#: ../../include/identity.php:1126
-msgid "Like this channel"
+#: ../../include/nav.php:218 ../../include/apps.php:132
+#: ../../include/widgets.php:521 ../../mod/admin.php:953
+#: ../../mod/admin.php:1158
+msgid "Settings"
msgstr ""
-#: ../../include/identity.php:1150
-msgid "j F, Y"
+#: ../../include/nav.php:218
+msgid "Account/Channel Settings"
msgstr ""
-#: ../../include/identity.php:1151
-msgid "j F"
+#: ../../include/nav.php:226 ../../mod/admin.php:123
+msgid "Admin"
msgstr ""
-#: ../../include/identity.php:1158
-msgid "Birthday:"
+#: ../../include/nav.php:226
+msgid "Site Setup and Configuration"
msgstr ""
-#: ../../include/identity.php:1162
-msgid "Age:"
+#: ../../include/nav.php:257 ../../include/conversation.php:847
+msgid "Loading..."
msgstr ""
-#: ../../include/identity.php:1171
-#, php-format
-msgid "for %1$d %2$s"
+#: ../../include/nav.php:262
+msgid "Please wait..."
msgstr ""
-#: ../../include/identity.php:1174 ../../mod/profiles.php:667
-msgid "Sexual Preference:"
+#: ../../include/features.php:23
+msgid "General Features"
msgstr ""
-#: ../../include/identity.php:1178 ../../mod/profiles.php:669
-msgid "Hometown:"
+#: ../../include/features.php:25
+msgid "Content Expiration"
msgstr ""
-#: ../../include/identity.php:1180
-msgid "Tags:"
+#: ../../include/features.php:25
+msgid "Remove posts/comments and/or private messages at a future time"
msgstr ""
-#: ../../include/identity.php:1182 ../../mod/profiles.php:670
-msgid "Political Views:"
+#: ../../include/features.php:26
+msgid "Multiple Profiles"
msgstr ""
-#: ../../include/identity.php:1184
-msgid "Religion:"
+#: ../../include/features.php:26
+msgid "Ability to create multiple profiles"
msgstr ""
-#: ../../include/identity.php:1186 ../../mod/directory.php:164
-msgid "About:"
+#: ../../include/features.php:27
+msgid "Advanced Profiles"
msgstr ""
-#: ../../include/identity.php:1188
-msgid "Hobbies/Interests:"
+#: ../../include/features.php:27
+msgid "Additional profile sections and selections"
msgstr ""
-#: ../../include/identity.php:1190 ../../mod/profiles.php:673
-msgid "Likes:"
+#: ../../include/features.php:28
+msgid "Profile Import/Export"
msgstr ""
-#: ../../include/identity.php:1192 ../../mod/profiles.php:674
-msgid "Dislikes:"
+#: ../../include/features.php:28
+msgid "Save and load profile details across sites/channels"
msgstr ""
-#: ../../include/identity.php:1195
-msgid "Contact information and Social Networks:"
+#: ../../include/features.php:29
+msgid "Web Pages"
msgstr ""
-#: ../../include/identity.php:1197
-msgid "My other channels:"
+#: ../../include/features.php:29
+msgid "Provide managed web pages on your channel"
msgstr ""
-#: ../../include/identity.php:1199
-msgid "Musical interests:"
+#: ../../include/features.php:30
+msgid "Private Notes"
msgstr ""
-#: ../../include/identity.php:1201
-msgid "Books, literature:"
+#: ../../include/features.php:30
+msgid "Enables a tool to store notes and reminders"
msgstr ""
-#: ../../include/identity.php:1203
-msgid "Television:"
+#: ../../include/features.php:34
+msgid "Navigation Channel Select"
msgstr ""
-#: ../../include/identity.php:1205
-msgid "Film/dance/culture/entertainment:"
+#: ../../include/features.php:34
+msgid "Change channels directly from within the navigation dropdown menu"
msgstr ""
-#: ../../include/identity.php:1207
-msgid "Love/Romance:"
+#: ../../include/features.php:38
+msgid "Extended Identity Sharing"
msgstr ""
-#: ../../include/identity.php:1209
-msgid "Work/employment:"
+#: ../../include/features.php:38
+msgid ""
+"Share your identity with all websites on the internet. When disabled, "
+"identity is only shared with sites in the matrix."
msgstr ""
-#: ../../include/identity.php:1211
-msgid "School/education:"
+#: ../../include/features.php:39
+msgid "Expert Mode"
msgstr ""
-#: ../../include/identity.php:1231
-msgid "Like this thing"
+#: ../../include/features.php:39
+msgid "Enable Expert Mode to provide advanced configuration options"
msgstr ""
-#: ../../include/message.php:18
-msgid "No recipient provided."
+#: ../../include/features.php:40
+msgid "Premium Channel"
msgstr ""
-#: ../../include/message.php:23
-msgid "[no subject]"
+#: ../../include/features.php:40
+msgid ""
+"Allows you to set restrictions and terms on those that connect with your "
+"channel"
msgstr ""
-#: ../../include/message.php:45
-msgid "Unable to determine sender."
+#: ../../include/features.php:45
+msgid "Post Composition Features"
msgstr ""
-#: ../../include/message.php:200
-msgid "Stored post could not be verified."
+#: ../../include/features.php:47
+msgid "Use Markdown"
msgstr ""
-#: ../../include/ItemObject.php:130
-msgid "Save to Folder"
+#: ../../include/features.php:47
+msgid "Allow use of \"Markdown\" to format posts"
msgstr ""
-#: ../../include/ItemObject.php:142 ../../include/ItemObject.php:154
-msgid "View all"
+#: ../../include/features.php:48
+msgid "Post Preview"
msgstr ""
-#: ../../include/ItemObject.php:151
-msgctxt "noun"
-msgid "Dislike"
-msgid_plural "Dislikes"
-msgstr[0] ""
-msgstr[1] ""
+#: ../../include/features.php:48
+msgid "Allow previewing posts and comments before publishing them"
+msgstr ""
-#: ../../include/ItemObject.php:179
-msgid "Add Star"
+#: ../../include/features.php:49 ../../include/widgets.php:510
+#: ../../mod/sources.php:88
+msgid "Channel Sources"
msgstr ""
-#: ../../include/ItemObject.php:180
-msgid "Remove Star"
+#: ../../include/features.php:49
+msgid "Automatically import channel content from other channels or feeds"
msgstr ""
-#: ../../include/ItemObject.php:181
-msgid "Toggle Star Status"
+#: ../../include/features.php:50
+msgid "Even More Encryption"
msgstr ""
-#: ../../include/ItemObject.php:185
-msgid "starred"
+#: ../../include/features.php:50
+msgid ""
+"Allow optional encryption of content end-to-end with a shared secret key"
msgstr ""
-#: ../../include/ItemObject.php:202
-msgid "Add Tag"
+#: ../../include/features.php:55
+msgid "Network and Stream Filtering"
msgstr ""
-#: ../../include/ItemObject.php:220 ../../mod/photos.php:992
-msgid "I like this (toggle)"
+#: ../../include/features.php:56
+msgid "Search by Date"
msgstr ""
-#: ../../include/ItemObject.php:221 ../../mod/photos.php:993
-msgid "I don't like this (toggle)"
+#: ../../include/features.php:56
+msgid "Ability to select posts by date ranges"
msgstr ""
-#: ../../include/ItemObject.php:225
-msgid "Share This"
+#: ../../include/features.php:57
+msgid "Collections Filter"
msgstr ""
-#: ../../include/ItemObject.php:225
-msgid "share"
+#: ../../include/features.php:57
+msgid "Enable widget to display Network posts only from selected collections"
msgstr ""
-#: ../../include/ItemObject.php:248 ../../include/ItemObject.php:249
-#, php-format
-msgid "View %s's profile - %s"
+#: ../../include/features.php:58 ../../include/widgets.php:272
+msgid "Saved Searches"
msgstr ""
-#: ../../include/ItemObject.php:250
-msgid "to"
+#: ../../include/features.php:58
+msgid "Save search terms for re-use"
msgstr ""
-#: ../../include/ItemObject.php:251
-msgid "via"
+#: ../../include/features.php:59
+msgid "Network Personal Tab"
msgstr ""
-#: ../../include/ItemObject.php:252
-msgid "Wall-to-Wall"
+#: ../../include/features.php:59
+msgid "Enable tab to display only Network posts that you've interacted on"
msgstr ""
-#: ../../include/ItemObject.php:253
-msgid "via Wall-To-Wall:"
+#: ../../include/features.php:60
+msgid "Network New Tab"
msgstr ""
-#: ../../include/ItemObject.php:288
-msgid "Save Bookmarks"
+#: ../../include/features.php:60
+msgid "Enable tab to display all new Network activity"
msgstr ""
-#: ../../include/ItemObject.php:289
-msgid "Add to Calendar"
+#: ../../include/features.php:61
+msgid "Affinity Tool"
msgstr ""
-#: ../../include/ItemObject.php:297
-msgctxt "noun"
-msgid "Likes"
+#: ../../include/features.php:61
+msgid "Filter stream activity by depth of relationships"
msgstr ""
-#: ../../include/ItemObject.php:298
-msgctxt "noun"
-msgid "Dislikes"
+#: ../../include/features.php:62
+msgid "Suggest Channels"
msgstr ""
-#: ../../include/ItemObject.php:329
-#, php-format
-msgid "%d comment"
-msgid_plural "%d comments"
-msgstr[0] ""
-msgstr[1] ""
+#: ../../include/features.php:62
+msgid "Show channel suggestions"
+msgstr ""
-#: ../../include/ItemObject.php:330 ../../include/js_strings.php:7
-msgid "[+] show all"
+#: ../../include/features.php:67
+msgid "Post/Comment Tools"
msgstr ""
-#: ../../include/ItemObject.php:594 ../../mod/photos.php:1011
-#: ../../mod/photos.php:1098
-msgid "This is you"
+#: ../../include/features.php:69
+msgid "Edit Sent Posts"
msgstr ""
-#: ../../include/ItemObject.php:596 ../../include/js_strings.php:6
-#: ../../mod/photos.php:1013 ../../mod/photos.php:1100
-msgid "Comment"
+#: ../../include/features.php:69
+msgid "Edit and correct posts and comments after sending"
msgstr ""
-#: ../../include/ItemObject.php:597 ../../mod/mood.php:135
-#: ../../mod/settings.php:519 ../../mod/settings.php:631
-#: ../../mod/settings.php:660 ../../mod/settings.php:684
-#: ../../mod/settings.php:760 ../../mod/settings.php:945
-#: ../../mod/poke.php:166 ../../mod/profiles.php:643 ../../mod/chat.php:177
-#: ../../mod/chat.php:211 ../../mod/connect.php:92 ../../mod/connedit.php:540
-#: ../../mod/photos.php:563 ../../mod/photos.php:672 ../../mod/photos.php:974
-#: ../../mod/photos.php:1014 ../../mod/photos.php:1101 ../../mod/setup.php:307
-#: ../../mod/setup.php:350 ../../mod/pdledit.php:58 ../../mod/sources.php:104
-#: ../../mod/sources.php:138 ../../mod/events.php:586
-#: ../../mod/filestorage.php:137 ../../mod/fsuggest.php:108
-#: ../../mod/group.php:81 ../../mod/admin.php:414 ../../mod/admin.php:725
-#: ../../mod/admin.php:861 ../../mod/admin.php:994 ../../mod/admin.php:1193
-#: ../../mod/admin.php:1280 ../../mod/thing.php:284 ../../mod/thing.php:327
-#: ../../mod/import.php:480 ../../mod/invite.php:142 ../../mod/mail.php:348
-#: ../../mod/appman.php:99 ../../mod/poll.php:68
-#: ../../view/theme/apw/php/config.php:256
-#: ../../view/theme/blogga/php/config.php:67
-#: ../../view/theme/blogga/view/theme/blog/config.php:67
-#: ../../view/theme/redbasic/php/config.php:101
-msgid "Submit"
+#: ../../include/features.php:70
+msgid "Tagging"
msgstr ""
-#: ../../include/ItemObject.php:598
-msgid "Bold"
+#: ../../include/features.php:70
+msgid "Ability to tag existing posts"
msgstr ""
-#: ../../include/ItemObject.php:599
-msgid "Italic"
+#: ../../include/features.php:71
+msgid "Post Categories"
msgstr ""
-#: ../../include/ItemObject.php:600
-msgid "Underline"
+#: ../../include/features.php:71
+msgid "Add categories to your posts"
msgstr ""
-#: ../../include/ItemObject.php:601
-msgid "Quote"
+#: ../../include/features.php:72
+msgid "Ability to file posts under folders"
msgstr ""
-#: ../../include/ItemObject.php:602
-msgid "Code"
+#: ../../include/features.php:73
+msgid "Dislike Posts"
msgstr ""
-#: ../../include/ItemObject.php:603
-msgid "Image"
+#: ../../include/features.php:73
+msgid "Ability to dislike posts/comments"
msgstr ""
-#: ../../include/ItemObject.php:604
-msgid "Link"
+#: ../../include/features.php:74
+msgid "Star Posts"
msgstr ""
-#: ../../include/ItemObject.php:605
-msgid "Video"
+#: ../../include/features.php:74
+msgid "Ability to mark special posts with a star indicator"
msgstr ""
-#: ../../include/js_strings.php:5
-msgid "Delete this item?"
+#: ../../include/features.php:75
+msgid "Tag Cloud"
msgstr ""
-#: ../../include/js_strings.php:8
-msgid "[-] show less"
+#: ../../include/features.php:75
+msgid "Provide a personal tag cloud on your channel page"
msgstr ""
-#: ../../include/js_strings.php:9
-msgid "[+] expand"
+#: ../../include/notify.php:23
+msgid "created a new post"
msgstr ""
-#: ../../include/js_strings.php:10
-msgid "[-] collapse"
+#: ../../include/notify.php:24
+#, php-format
+msgid "commented on %s's post"
msgstr ""
-#: ../../include/js_strings.php:11
-msgid "Password too short"
+#: ../../include/apps.php:126
+msgid "Site Admin"
msgstr ""
-#: ../../include/js_strings.php:12
-msgid "Passwords do not match"
+#: ../../include/apps.php:128
+msgid "Address Book"
msgstr ""
-#: ../../include/js_strings.php:13 ../../mod/photos.php:39
-msgid "everybody"
+#: ../../include/apps.php:142 ../../mod/mood.php:131
+msgid "Mood"
msgstr ""
-#: ../../include/js_strings.php:14
-msgid "Secret Passphrase"
+#: ../../include/apps.php:143 ../../include/conversation.php:951
+msgid "Poke"
msgstr ""
-#: ../../include/js_strings.php:15
-msgid "Passphrase hint"
+#: ../../include/apps.php:146
+msgid "Probe"
msgstr ""
-#: ../../include/js_strings.php:16
-msgid "Notice: Permissions have changed but have not yet been submitted."
+#: ../../include/apps.php:147
+msgid "Suggest"
msgstr ""
-#: ../../include/js_strings.php:17
-msgid "close all"
+#: ../../include/apps.php:148
+msgid "Random Channel"
msgstr ""
-#: ../../include/js_strings.php:18
-msgid "Nothing new here"
+#: ../../include/apps.php:149
+msgid "Invite"
msgstr ""
-#: ../../include/js_strings.php:20
-msgid "timeago.prefixAgo"
+#: ../../include/apps.php:150
+msgid "Features"
msgstr ""
-#: ../../include/js_strings.php:21
-msgid "timeago.prefixFromNow"
+#: ../../include/apps.php:151
+msgid "Language"
msgstr ""
-#: ../../include/js_strings.php:22
-msgid "ago"
+#: ../../include/apps.php:152
+msgid "Post"
msgstr ""
-#: ../../include/js_strings.php:23
-msgid "from now"
+#: ../../include/apps.php:153
+msgid "Profile Photo"
msgstr ""
-#: ../../include/js_strings.php:24
-msgid "less than a minute"
+#: ../../include/apps.php:242 ../../mod/settings.php:79
+#: ../../mod/settings.php:545
+msgid "Update"
msgstr ""
-#: ../../include/js_strings.php:25
-msgid "about a minute"
+#: ../../include/apps.php:242
+msgid "Install"
msgstr ""
-#: ../../include/js_strings.php:26
-#, php-format
-msgid "%d minutes"
+#: ../../include/apps.php:247
+msgid "Purchase"
msgstr ""
-#: ../../include/js_strings.php:27
-msgid "about an hour"
+#: ../../include/api.php:1072
+msgid "Public Timeline"
msgstr ""
-#: ../../include/js_strings.php:28
-#, php-format
-msgid "about %d hours"
+#: ../../include/chat.php:10
+msgid "Missing room name"
msgstr ""
-#: ../../include/js_strings.php:29
-msgid "a day"
+#: ../../include/chat.php:19
+msgid "Duplicate room name"
msgstr ""
-#: ../../include/js_strings.php:30
-#, php-format
-msgid "%d days"
+#: ../../include/chat.php:68 ../../include/chat.php:76
+msgid "Invalid room specifier."
msgstr ""
-#: ../../include/js_strings.php:31
-msgid "about a month"
+#: ../../include/chat.php:105
+msgid "Room not found."
msgstr ""
-#: ../../include/js_strings.php:32
-#, php-format
-msgid "%d months"
+#: ../../include/chat.php:126
+msgid "Room is full"
msgstr ""
-#: ../../include/js_strings.php:33
-msgid "about a year"
+#: ../../include/conversation.php:126 ../../mod/like.php:89
+msgid "channel"
msgstr ""
-#: ../../include/js_strings.php:34
+#: ../../include/conversation.php:164 ../../include/diaspora.php:1953
+#: ../../mod/like.php:331
#, php-format
-msgid "%d years"
+msgid "%1$s likes %2$s's %3$s"
msgstr ""
-#: ../../include/js_strings.php:35
-msgid " "
+#: ../../include/conversation.php:167 ../../mod/like.php:333
+#, php-format
+msgid "%1$s doesn't like %2$s's %3$s"
msgstr ""
-#: ../../include/js_strings.php:36
-msgid "timeago.numbers"
+#: ../../include/conversation.php:204
+#, php-format
+msgid "%1$s is now connected with %2$s"
msgstr ""
-#: ../../include/Contact.php:123
-msgid "New window"
+#: ../../include/conversation.php:239
+#, php-format
+msgid "%1$s poked %2$s"
msgstr ""
-#: ../../include/Contact.php:124
-msgid "Open the selected location in a different window or browser tab"
+#: ../../include/conversation.php:261 ../../mod/mood.php:63
+#, php-format
+msgctxt "mood"
+msgid "%1$s is %2$s"
msgstr ""
-#: ../../include/Contact.php:211 ../../mod/admin.php:649
+#: ../../include/conversation.php:674
#, php-format
-msgid "User '%s' deleted"
+msgid "View %s's profile @ %s"
msgstr ""
-#: ../../include/profile_selectors.php:6
-#: ../../include/profile_selectors.php:23
-msgid "Male"
+#: ../../include/conversation.php:689
+msgid "Categories:"
msgstr ""
-#: ../../include/profile_selectors.php:6
-#: ../../include/profile_selectors.php:23
-msgid "Female"
+#: ../../include/conversation.php:690
+msgid "Filed under:"
msgstr ""
-#: ../../include/profile_selectors.php:6
-msgid "Currently Male"
+#: ../../include/conversation.php:717
+msgid "View in context"
msgstr ""
-#: ../../include/profile_selectors.php:6
-msgid "Currently Female"
+#: ../../include/conversation.php:843
+msgid "remove"
msgstr ""
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Male"
+#: ../../include/conversation.php:848
+msgid "Delete Selected Items"
msgstr ""
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Female"
+#: ../../include/conversation.php:942
+msgid "View Source"
msgstr ""
-#: ../../include/profile_selectors.php:6
-msgid "Transgender"
+#: ../../include/conversation.php:943
+msgid "Follow Thread"
msgstr ""
-#: ../../include/profile_selectors.php:6
-msgid "Intersex"
+#: ../../include/conversation.php:944
+msgid "View Status"
msgstr ""
-#: ../../include/profile_selectors.php:6
-msgid "Transsexual"
+#: ../../include/conversation.php:946
+msgid "View Photos"
msgstr ""
-#: ../../include/profile_selectors.php:6
-msgid "Hermaphrodite"
+#: ../../include/conversation.php:947
+msgid "Matrix Activity"
msgstr ""
-#: ../../include/profile_selectors.php:6
-msgid "Neuter"
+#: ../../include/conversation.php:949
+msgid "Edit Contact"
msgstr ""
-#: ../../include/profile_selectors.php:6
-msgid "Non-specific"
+#: ../../include/conversation.php:950
+msgid "Send PM"
msgstr ""
-#: ../../include/profile_selectors.php:6
-#: ../../include/profile_selectors.php:23
-#: ../../include/profile_selectors.php:61
-#: ../../include/profile_selectors.php:97 ../../include/permissions.php:746
-msgid "Other"
+#: ../../include/conversation.php:1024
+#, php-format
+msgid "%s likes this."
msgstr ""
-#: ../../include/profile_selectors.php:6
-msgid "Undecided"
+#: ../../include/conversation.php:1024
+#, php-format
+msgid "%s doesn't like this."
msgstr ""
-#: ../../include/profile_selectors.php:42
-#: ../../include/profile_selectors.php:61
-msgid "Males"
+#: ../../include/conversation.php:1028
+#, php-format
+msgid "<span %1$s>%2$d people</span> like this."
+msgid_plural "<span %1$s>%2$d people</span> like this."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../include/conversation.php:1030
+#, php-format
+msgid "<span %1$s>%2$d people</span> don't like this."
+msgid_plural "<span %1$s>%2$d people</span> don't like this."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../include/conversation.php:1036
+msgid "and"
msgstr ""
-#: ../../include/profile_selectors.php:42
-#: ../../include/profile_selectors.php:61
-msgid "Females"
+#: ../../include/conversation.php:1039
+#, php-format
+msgid ", and %d other people"
+msgid_plural ", and %d other people"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../include/conversation.php:1040
+#, php-format
+msgid "%s like this."
msgstr ""
-#: ../../include/profile_selectors.php:42
-msgid "Gay"
+#: ../../include/conversation.php:1040
+#, php-format
+msgid "%s don't like this."
msgstr ""
-#: ../../include/profile_selectors.php:42
-msgid "Lesbian"
+#: ../../include/conversation.php:1097
+msgid "Visible to <strong>everybody</strong>"
msgstr ""
-#: ../../include/profile_selectors.php:42
-msgid "No Preference"
+#: ../../include/conversation.php:1098 ../../mod/mail.php:170
+#: ../../mod/mail.php:282
+msgid "Please enter a link URL:"
msgstr ""
-#: ../../include/profile_selectors.php:42
-msgid "Bisexual"
+#: ../../include/conversation.php:1099
+msgid "Please enter a video link/URL:"
msgstr ""
-#: ../../include/profile_selectors.php:42
-msgid "Autosexual"
+#: ../../include/conversation.php:1100
+msgid "Please enter an audio link/URL:"
msgstr ""
-#: ../../include/profile_selectors.php:42
-msgid "Abstinent"
+#: ../../include/conversation.php:1101
+msgid "Tag term:"
msgstr ""
-#: ../../include/profile_selectors.php:42
-msgid "Virgin"
+#: ../../include/conversation.php:1102 ../../mod/filer.php:49
+msgid "Save to Folder:"
msgstr ""
-#: ../../include/profile_selectors.php:42
-msgid "Deviant"
+#: ../../include/conversation.php:1103
+msgid "Where are you right now?"
msgstr ""
-#: ../../include/profile_selectors.php:42
-msgid "Fetish"
+#: ../../include/conversation.php:1104 ../../mod/editpost.php:52
+#: ../../mod/mail.php:171 ../../mod/mail.php:283
+msgid "Expires YYYY-MM-DD HH:MM"
msgstr ""
-#: ../../include/profile_selectors.php:42
-msgid "Oodles"
+#: ../../include/conversation.php:1128 ../../mod/photos.php:994
+#: ../../mod/editwebpage.php:201 ../../mod/layouts.php:122
+#: ../../mod/editblock.php:168 ../../mod/editlayout.php:161
+msgid "Share"
msgstr ""
-#: ../../include/profile_selectors.php:42
-msgid "Nonsexual"
+#: ../../include/conversation.php:1130 ../../mod/editwebpage.php:139
+msgid "Page link title"
msgstr ""
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "Single"
+#: ../../include/conversation.php:1133
+msgid "Post as"
msgstr ""
-#: ../../include/profile_selectors.php:80
-msgid "Lonely"
+#: ../../include/conversation.php:1134 ../../mod/editpost.php:113
+#: ../../mod/editwebpage.php:144 ../../mod/mail.php:231 ../../mod/mail.php:345
+#: ../../mod/editblock.php:112 ../../mod/editlayout.php:107
+msgid "Upload photo"
msgstr ""
-#: ../../include/profile_selectors.php:80
-msgid "Available"
+#: ../../include/conversation.php:1135
+msgid "upload photo"
msgstr ""
-#: ../../include/profile_selectors.php:80
-msgid "Unavailable"
+#: ../../include/conversation.php:1136 ../../mod/editpost.php:114
+#: ../../mod/editwebpage.php:145 ../../mod/mail.php:232 ../../mod/mail.php:346
+#: ../../mod/editblock.php:113 ../../mod/editlayout.php:108
+msgid "Attach file"
msgstr ""
-#: ../../include/profile_selectors.php:80
-msgid "Has crush"
+#: ../../include/conversation.php:1137
+msgid "attach file"
msgstr ""
-#: ../../include/profile_selectors.php:80
-msgid "Infatuated"
+#: ../../include/conversation.php:1138 ../../mod/editpost.php:115
+#: ../../mod/editwebpage.php:146 ../../mod/mail.php:233 ../../mod/mail.php:347
+#: ../../mod/editblock.php:114 ../../mod/editlayout.php:109
+msgid "Insert web link"
msgstr ""
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "Dating"
+#: ../../include/conversation.php:1139
+msgid "web link"
msgstr ""
-#: ../../include/profile_selectors.php:80
-msgid "Unfaithful"
+#: ../../include/conversation.php:1140
+msgid "Insert video link"
msgstr ""
-#: ../../include/profile_selectors.php:80
-msgid "Sex Addict"
+#: ../../include/conversation.php:1141
+msgid "video link"
msgstr ""
-#: ../../include/profile_selectors.php:80
-msgid "Friends/Benefits"
+#: ../../include/conversation.php:1142
+msgid "Insert audio link"
msgstr ""
-#: ../../include/profile_selectors.php:80
-msgid "Casual"
+#: ../../include/conversation.php:1143
+msgid "audio link"
msgstr ""
-#: ../../include/profile_selectors.php:80
-msgid "Engaged"
+#: ../../include/conversation.php:1144 ../../mod/editpost.php:119
+#: ../../mod/editwebpage.php:150 ../../mod/editblock.php:118
+#: ../../mod/editlayout.php:113
+msgid "Set your location"
msgstr ""
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "Married"
+#: ../../include/conversation.php:1145
+msgid "set location"
msgstr ""
-#: ../../include/profile_selectors.php:80
-msgid "Imaginarily married"
+#: ../../include/conversation.php:1146 ../../mod/editpost.php:120
+#: ../../mod/editwebpage.php:151 ../../mod/editblock.php:119
+#: ../../mod/editlayout.php:114
+msgid "Clear browser location"
msgstr ""
-#: ../../include/profile_selectors.php:80
-msgid "Partners"
+#: ../../include/conversation.php:1147
+msgid "clear location"
msgstr ""
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "Cohabiting"
+#: ../../include/conversation.php:1149 ../../mod/editpost.php:132
+#: ../../mod/editwebpage.php:167 ../../mod/editblock.php:132
+#: ../../mod/editlayout.php:126
+msgid "Set title"
msgstr ""
-#: ../../include/profile_selectors.php:80
-msgid "Common law"
+#: ../../include/conversation.php:1152 ../../mod/editpost.php:134
+#: ../../mod/editwebpage.php:169 ../../mod/events.php:560
+#: ../../mod/editblock.php:135 ../../mod/editlayout.php:129
+msgid "Categories (comma-separated list)"
msgstr ""
-#: ../../include/profile_selectors.php:80
-msgid "Happy"
+#: ../../include/conversation.php:1154 ../../mod/editpost.php:122
+#: ../../mod/editwebpage.php:153 ../../mod/editblock.php:121
+#: ../../mod/editlayout.php:116
+msgid "Permission settings"
msgstr ""
-#: ../../include/profile_selectors.php:80
-msgid "Not looking"
+#: ../../include/conversation.php:1155
+msgid "permissions"
msgstr ""
-#: ../../include/profile_selectors.php:80
-msgid "Swinger"
+#: ../../include/conversation.php:1162 ../../mod/editpost.php:129
+#: ../../mod/editwebpage.php:162 ../../mod/editblock.php:129
+#: ../../mod/editlayout.php:123
+msgid "Public post"
msgstr ""
-#: ../../include/profile_selectors.php:80
-msgid "Betrayed"
+#: ../../include/conversation.php:1164 ../../mod/editpost.php:135
+#: ../../mod/editwebpage.php:170 ../../mod/editblock.php:136
+#: ../../mod/editlayout.php:130
+msgid "Example: bob@example.com, mary@example.com"
msgstr ""
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "Separated"
+#: ../../include/conversation.php:1177 ../../mod/editpost.php:146
+#: ../../mod/editwebpage.php:179 ../../mod/mail.php:238 ../../mod/mail.php:352
+#: ../../mod/editblock.php:146 ../../mod/editlayout.php:140
+msgid "Set expiration date"
msgstr ""
-#: ../../include/profile_selectors.php:80
-msgid "Unstable"
+#: ../../include/conversation.php:1181 ../../mod/editpost.php:150
+#: ../../mod/events.php:567
+msgid "OK"
msgstr ""
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "Divorced"
+#: ../../include/conversation.php:1182 ../../mod/settings.php:520
+#: ../../mod/settings.php:546 ../../mod/fbrowser.php:82
+#: ../../mod/fbrowser.php:117 ../../mod/editpost.php:151
+#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 ../../mod/events.php:566
+msgid "Cancel"
msgstr ""
-#: ../../include/profile_selectors.php:80
-msgid "Imaginarily divorced"
+#: ../../include/conversation.php:1426
+msgid "Discover"
msgstr ""
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "Widowed"
+#: ../../include/conversation.php:1429
+msgid "Imported public streams"
msgstr ""
-#: ../../include/profile_selectors.php:80
-msgid "Uncertain"
+#: ../../include/conversation.php:1434
+msgid "Commented Order"
msgstr ""
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "It's complicated"
+#: ../../include/conversation.php:1437
+msgid "Sort by Comment Date"
msgstr ""
-#: ../../include/profile_selectors.php:80
-msgid "Don't care"
+#: ../../include/conversation.php:1441
+msgid "Posted Order"
msgstr ""
-#: ../../include/profile_selectors.php:80
-msgid "Ask me"
+#: ../../include/conversation.php:1444
+msgid "Sort by Post Date"
msgstr ""
-#: ../../include/permissions.php:13
-msgid "Can view my normal stream and posts"
+#: ../../include/conversation.php:1449 ../../include/widgets.php:89
+msgid "Personal"
msgstr ""
-#: ../../include/permissions.php:14
-msgid "Can view my default channel profile"
+#: ../../include/conversation.php:1452
+msgid "Posts that mention or involve you"
msgstr ""
-#: ../../include/permissions.php:15
-msgid "Can view my photo albums"
+#: ../../include/conversation.php:1458 ../../mod/connections.php:211
+#: ../../mod/connections.php:224 ../../mod/menu.php:61
+msgid "New"
msgstr ""
-#: ../../include/permissions.php:16
-msgid "Can view my connections"
+#: ../../include/conversation.php:1461
+msgid "Activity Stream - by date"
msgstr ""
-#: ../../include/permissions.php:17
-msgid "Can view my file storage"
+#: ../../include/conversation.php:1467
+msgid "Starred"
msgstr ""
-#: ../../include/permissions.php:18
-msgid "Can view my webpages"
+#: ../../include/conversation.php:1470
+msgid "Favourite Posts"
msgstr ""
-#: ../../include/permissions.php:21
-msgid "Can send me their channel stream and posts"
+#: ../../include/conversation.php:1477
+msgid "Spam"
msgstr ""
-#: ../../include/permissions.php:22
-msgid "Can post on my channel page (\"wall\")"
+#: ../../include/conversation.php:1480
+msgid "Posts flagged as SPAM"
msgstr ""
-#: ../../include/permissions.php:23
-msgid "Can comment on or like my posts"
+#: ../../include/conversation.php:1516 ../../mod/admin.php:867
+msgid "Channel"
msgstr ""
-#: ../../include/permissions.php:24
-msgid "Can send me private mail messages"
+#: ../../include/conversation.php:1519
+msgid "Status Messages and Posts"
msgstr ""
-#: ../../include/permissions.php:25
-msgid "Can post photos to my photo albums"
+#: ../../include/conversation.php:1528
+msgid "About"
msgstr ""
-#: ../../include/permissions.php:26
-msgid "Can like/dislike stuff"
+#: ../../include/conversation.php:1531
+msgid "Profile Details"
msgstr ""
-#: ../../include/permissions.php:26
-msgid "Profiles and things other than posts/comments"
+#: ../../include/conversation.php:1549
+msgid "Files and Storage"
msgstr ""
-#: ../../include/permissions.php:28
-msgid "Can forward to all my channel contacts via post @mentions"
+#: ../../include/conversation.php:1558 ../../include/conversation.php:1561
+msgid "Chatrooms"
msgstr ""
-#: ../../include/permissions.php:28
-msgid "Advanced - useful for creating group forum channels"
+#: ../../include/conversation.php:1573
+msgid "Saved Bookmarks"
msgstr ""
-#: ../../include/permissions.php:29
-msgid "Can chat with me (when available)"
+#: ../../include/conversation.php:1584
+msgid "Manage Webpages"
msgstr ""
-#: ../../include/permissions.php:30
-msgid "Can write to my file storage"
+#: ../../include/bb2diaspora.php:360
+msgid "Attachments:"
msgstr ""
-#: ../../include/permissions.php:31
-msgid "Can edit my webpages"
+#: ../../include/acl_selectors.php:240
+msgid "Visible to your default audience"
msgstr ""
-#: ../../include/permissions.php:33
-msgid "Can source my public posts in derived channels"
+#: ../../include/acl_selectors.php:241
+msgid "Show"
msgstr ""
-#: ../../include/permissions.php:33
-msgid "Somewhat advanced - very useful in open communities"
+#: ../../include/acl_selectors.php:242
+msgid "Don't show"
msgstr ""
-#: ../../include/permissions.php:35
-msgid "Can administer my channel resources"
+#: ../../include/acl_selectors.php:248 ../../mod/filestorage.php:137
+#: ../../mod/photos.php:604 ../../mod/photos.php:970 ../../mod/chat.php:209
+#: ../../mod/events.php:585
+msgid "Permissions"
msgstr ""
-#: ../../include/permissions.php:35
-msgid "Extremely advanced. Leave this alone unless you know what you are doing"
+#: ../../include/widgets.php:87
+msgid "System"
msgstr ""
-#: ../../include/permissions.php:738
-msgid "Social Networking"
+#: ../../include/widgets.php:90
+msgid "Create Personal App"
msgstr ""
-#: ../../include/permissions.php:739 ../../include/permissions.php:741
-#: ../../include/permissions.php:743 ../../include/permissions.php:745
-msgid "Mostly Public"
+#: ../../include/widgets.php:91
+msgid "Edit Personal App"
msgstr ""
-#: ../../include/permissions.php:739 ../../include/permissions.php:741
-#: ../../include/permissions.php:743
-msgid "Restricted"
+#: ../../include/widgets.php:137 ../../mod/suggest.php:53
+msgid "Ignore/Hide"
msgstr ""
-#: ../../include/permissions.php:739 ../../include/permissions.php:741
-msgid "Private"
+#: ../../include/widgets.php:143 ../../mod/connections.php:267
+msgid "Suggestions"
msgstr ""
-#: ../../include/permissions.php:740
-msgid "Community Forum"
+#: ../../include/widgets.php:144
+msgid "See more..."
msgstr ""
-#: ../../include/permissions.php:742
-msgid "Feed Republish"
+#: ../../include/widgets.php:166
+#, php-format
+msgid "You have %1$.0f of %2$.0f allowed connections."
msgstr ""
-#: ../../include/permissions.php:744
-msgid "Celebrity/Soapbox"
+#: ../../include/widgets.php:172
+msgid "Add New Connection"
msgstr ""
-#: ../../include/permissions.php:747
-msgid "Custom/Expert Mode"
+#: ../../include/widgets.php:173
+msgid "Enter the channel address"
msgstr ""
-#: ../../mod/mood.php:132
-msgid "Set your current mood and tell your friends"
+#: ../../include/widgets.php:174
+msgid "Example: bob@example.com, http://example.com/barbara"
msgstr ""
-#: ../../mod/mitem.php:14 ../../mod/menu.php:92
-msgid "Menu not found."
+#: ../../include/widgets.php:191
+msgid "Notes"
msgstr ""
-#: ../../mod/mitem.php:47
-msgid "Menu element updated."
+#: ../../include/widgets.php:263
+msgid "Remove term"
msgstr ""
-#: ../../mod/mitem.php:51
-msgid "Unable to update menu element."
+#: ../../include/widgets.php:342
+msgid "Archives"
msgstr ""
-#: ../../mod/mitem.php:57
-msgid "Menu element added."
+#: ../../include/widgets.php:404
+msgid "Refresh"
msgstr ""
-#: ../../mod/mitem.php:61
-msgid "Unable to add menu element."
+#: ../../include/widgets.php:405 ../../mod/connedit.php:492
+msgid "Me"
msgstr ""
-#: ../../mod/mitem.php:78 ../../mod/dirprofile.php:175 ../../mod/menu.php:120
-#: ../../mod/xchan.php:38
-msgid "Not found."
+#: ../../include/widgets.php:406 ../../mod/connedit.php:494
+msgid "Best Friends"
msgstr ""
-#: ../../mod/mitem.php:96
-msgid "Manage Menu Elements"
+#: ../../include/widgets.php:408
+msgid "Co-workers"
msgstr ""
-#: ../../mod/mitem.php:99
-msgid "Edit menu"
+#: ../../include/widgets.php:409 ../../mod/connedit.php:496
+msgid "Former Friends"
msgstr ""
-#: ../../mod/mitem.php:102
-msgid "Edit element"
+#: ../../include/widgets.php:410 ../../mod/connedit.php:497
+msgid "Acquaintances"
msgstr ""
-#: ../../mod/mitem.php:103
-msgid "Drop element"
+#: ../../include/widgets.php:411
+msgid "Everybody"
msgstr ""
-#: ../../mod/mitem.php:104
-msgid "New element"
+#: ../../include/widgets.php:443
+msgid "Account settings"
msgstr ""
-#: ../../mod/mitem.php:105
-msgid "Edit this menu container"
+#: ../../include/widgets.php:449
+msgid "Channel settings"
msgstr ""
-#: ../../mod/mitem.php:106
-msgid "Add menu element"
+#: ../../include/widgets.php:455
+msgid "Additional features"
msgstr ""
-#: ../../mod/mitem.php:107
-msgid "Delete this menu item"
+#: ../../include/widgets.php:461
+msgid "Feature settings"
msgstr ""
-#: ../../mod/mitem.php:108
-msgid "Edit this menu item"
+#: ../../include/widgets.php:467
+msgid "Display settings"
msgstr ""
-#: ../../mod/mitem.php:131
-msgid "New Menu Element"
+#: ../../include/widgets.php:473
+msgid "Connected apps"
msgstr ""
-#: ../../mod/mitem.php:133 ../../mod/mitem.php:176
-msgid "Menu Item Permissions"
+#: ../../include/widgets.php:479
+msgid "Export channel"
msgstr ""
-#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:980
-msgid "(click to open/close)"
+#: ../../include/widgets.php:485
+msgid "Export content"
msgstr ""
-#: ../../mod/mitem.php:136 ../../mod/mitem.php:180
-msgid "Link text"
+#: ../../include/widgets.php:491
+msgid "Automatic Permissions (Advanced)"
msgstr ""
-#: ../../mod/mitem.php:137 ../../mod/mitem.php:181
-msgid "URL of link"
+#: ../../include/widgets.php:501
+msgid "Premium Channel Settings"
msgstr ""
-#: ../../mod/mitem.php:138 ../../mod/mitem.php:182
-msgid "Use Red magic-auth if available"
+#: ../../include/widgets.php:535 ../../mod/message.php:31
+#: ../../mod/mail.php:124
+msgid "Messages"
msgstr ""
-#: ../../mod/mitem.php:139 ../../mod/mitem.php:183
-msgid "Open link in new window"
+#: ../../include/widgets.php:540
+msgid "Check Mail"
msgstr ""
-#: ../../mod/mitem.php:141 ../../mod/mitem.php:185
-msgid "Order in list"
+#: ../../include/widgets.php:621
+msgid "Chat Rooms"
msgstr ""
-#: ../../mod/mitem.php:141 ../../mod/mitem.php:185
-msgid "Higher numbers will sink to bottom of listing"
+#: ../../include/widgets.php:639
+msgid "Bookmarked Chatrooms"
msgstr ""
-#: ../../mod/mitem.php:154
-msgid "Menu item not found."
+#: ../../include/widgets.php:657
+msgid "Suggested Chatrooms"
msgstr ""
-#: ../../mod/mitem.php:163
-msgid "Menu item deleted."
+#: ../../include/follow.php:26
+msgid "Channel is blocked on this site."
msgstr ""
-#: ../../mod/mitem.php:165
-msgid "Menu item could not be deleted."
+#: ../../include/follow.php:31
+msgid "Channel location missing."
msgstr ""
-#: ../../mod/mitem.php:174
-msgid "Edit Menu Element"
+#: ../../include/follow.php:80
+msgid "Response from remote channel was incomplete."
msgstr ""
-#: ../../mod/mitem.php:186 ../../mod/menu.php:114
-msgid "Modify"
+#: ../../include/follow.php:97
+msgid "Channel was deleted and no longer exists."
msgstr ""
-#: ../../mod/achievements.php:34
-msgid "Some blurb about what to do when you're new here"
+#: ../../include/follow.php:133 ../../include/follow.php:202
+msgid "Protocol disabled."
msgstr ""
-#: ../../mod/ping.php:237
-msgid "sent you a private message"
+#: ../../include/follow.php:176
+msgid "Channel discovery failed."
msgstr ""
-#: ../../mod/ping.php:288
-msgid "added your channel"
+#: ../../include/follow.php:192
+msgid "local account not found."
msgstr ""
-#: ../../mod/ping.php:329
-msgid "posted an event"
+#: ../../include/follow.php:219
+msgid "Cannot connect to yourself."
msgstr ""
-#: ../../mod/acl.php:244
-msgid "network"
+#: ../../mod/post.php:229
+msgid ""
+"Remote authentication blocked. You are logged into this site locally. Please "
+"logout and retry."
+msgstr ""
+
+#: ../../mod/post.php:261 ../../mod/openid.php:72 ../../mod/openid.php:180
+#, php-format
+msgid "Welcome %s. Remote authentication successful."
msgstr ""
#: ../../mod/settings.php:71
@@ -4012,14 +4066,14 @@ msgid "Publish your default profile in the network directory"
msgstr ""
#: ../../mod/settings.php:891 ../../mod/settings.php:896
-#: ../../mod/settings.php:973 ../../mod/api.php:106 ../../mod/profiles.php:602
-#: ../../mod/admin.php:392
+#: ../../mod/settings.php:973 ../../mod/admin.php:392
+#: ../../mod/profiles.php:602 ../../mod/api.php:106
msgid "No"
msgstr ""
#: ../../mod/settings.php:891 ../../mod/settings.php:896
-#: ../../mod/settings.php:973 ../../mod/api.php:105 ../../mod/profiles.php:601
-#: ../../mod/admin.php:394
+#: ../../mod/settings.php:973 ../../mod/admin.php:394
+#: ../../mod/profiles.php:601 ../../mod/api.php:105
msgid "Yes"
msgstr ""
@@ -4141,6 +4195,10 @@ msgstr ""
msgid "Default Post Permissions"
msgstr ""
+#: ../../mod/settings.php:980 ../../mod/mitem.php:134 ../../mod/mitem.php:177
+msgid "(click to open/close)"
+msgstr ""
+
#: ../../mod/settings.php:991
msgid "Maximum private messages per day from unknown people:"
msgstr ""
@@ -4231,57 +4289,45 @@ msgstr ""
msgid "Remove this channel"
msgstr ""
-#: ../../mod/poke.php:159
-msgid "Poke/Prod"
-msgstr ""
-
-#: ../../mod/poke.php:160
-msgid "poke, prod or do other things to somebody"
+#: ../../mod/filestorage.php:76
+msgid "Permission Denied."
msgstr ""
-#: ../../mod/poke.php:161
-msgid "Recipient"
+#: ../../mod/filestorage.php:92
+msgid "File not found."
msgstr ""
-#: ../../mod/poke.php:162
-msgid "Choose what you wish to do to recipient"
+#: ../../mod/filestorage.php:131
+msgid "Edit file permissions"
msgstr ""
-#: ../../mod/poke.php:165
-msgid "Make this post private"
+#: ../../mod/filestorage.php:140
+msgid "Set/edit permissions"
msgstr ""
-#: ../../mod/api.php:76 ../../mod/api.php:102
-msgid "Authorize application connection"
+#: ../../mod/filestorage.php:141
+msgid "Include all files and sub folders"
msgstr ""
-#: ../../mod/api.php:77
-msgid "Return to your app and insert this Securty Code:"
+#: ../../mod/filestorage.php:142
+msgid "Return to file list"
msgstr ""
-#: ../../mod/api.php:89
-msgid "Please login to continue."
+#: ../../mod/filestorage.php:144
+msgid "Copy/paste this code to attach file to a post"
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/filestorage.php:145
+msgid "Copy/paste this URL to link file from a web page"
msgstr ""
-#: ../../mod/post.php:229
-msgid ""
-"Remote authentication blocked. You are logged into this site locally. Please "
-"logout and retry."
+#: ../../mod/home.php:46
+msgid "Red Matrix - &quot;The Network&quot;"
msgstr ""
-#: ../../mod/post.php:261 ../../mod/openid.php:72 ../../mod/openid.php:180
+#: ../../mod/home.php:101
#, php-format
-msgid "Welcome %s. Remote authentication successful."
-msgstr ""
-
-#: ../../mod/attach.php:9
-msgid "Item not available."
+msgid "Welcome to %s"
msgstr ""
#: ../../mod/probe.php:23 ../../mod/probe.php:29
@@ -4289,673 +4335,749 @@ msgstr ""
msgid "Fetching URL returns error: %1$s"
msgstr ""
-#: ../../mod/block.php:27 ../../mod/page.php:35
-msgid "Invalid item."
+#: ../../mod/update_network.php:23 ../../mod/update_display.php:25
+#: ../../mod/update_search.php:46 ../../mod/update_channel.php:43
+msgid "[Embedded content - reload page to view]"
msgstr ""
-#: ../../mod/block.php:39 ../../mod/page.php:47 ../../mod/wall_upload.php:28
-msgid "Channel not found."
+#: ../../mod/new_channel.php:109
+msgid "Add a Channel"
msgstr ""
-#: ../../mod/block.php:75 ../../mod/page.php:83 ../../mod/display.php:102
-#: ../../mod/help.php:72 ../../index.php:240
-msgid "Page not found."
+#: ../../mod/new_channel.php:110
+msgid ""
+"A channel is your own collection of related web pages. A channel can be used "
+"to hold social network profiles, blogs, conversation groups and forums, "
+"celebrity pages, and much more. You may create as many channels as your "
+"service provider allows."
msgstr ""
-#: ../../mod/siteinfo.php:90
-#, php-format
-msgid "Version %s"
+#: ../../mod/new_channel.php:112 ../../mod/sources.php:103
+#: ../../mod/sources.php:137
+msgid "Channel Name"
msgstr ""
-#: ../../mod/siteinfo.php:109
-msgid "Installed plugins/addons/apps:"
+#: ../../mod/new_channel.php:113
+msgid ""
+"Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation "
+"Group\" "
msgstr ""
-#: ../../mod/siteinfo.php:122
-msgid "No installed plugins/addons/apps"
+#: ../../mod/new_channel.php:114
+msgid "Choose a short nickname"
msgstr ""
-#: ../../mod/siteinfo.php:130
-msgid "Red"
+#: ../../mod/new_channel.php:115
+msgid ""
+"Your nickname will be used to create an easily remembered channel address "
+"(like an email address) which you can share with others."
msgstr ""
-#: ../../mod/siteinfo.php:131
+#: ../../mod/new_channel.php:116
msgid ""
-"This is a hub of the Red Matrix - a global cooperative network of "
-"decentralized privacy enhanced websites."
+"Or <a href=\"import\">import an existing channel</a> from another location"
msgstr ""
-#: ../../mod/siteinfo.php:134
-msgid "Running at web location"
+#: ../../mod/new_channel.php:118
+msgid "Channel Type"
msgstr ""
-#: ../../mod/siteinfo.php:135
+#: ../../mod/new_channel.php:119
msgid ""
-"Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more "
-"about the Red Matrix."
+"Please choose a channel type (such as social networking or community forum) "
+"and privacy requirements so we can select the best permissions for you"
msgstr ""
-#: ../../mod/siteinfo.php:136
-msgid "Bug reports and issues: please visit"
+#: ../../mod/rmagic.php:38
+msgid ""
+"We encountered a problem while logging in with the OpenID you provided. "
+"Please check the correct spelling of the ID."
msgstr ""
-#: ../../mod/siteinfo.php:139
-msgid ""
-"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"
+#: ../../mod/rmagic.php:38
+msgid "The error message was:"
msgstr ""
-#: ../../mod/siteinfo.php:141
-msgid "Site Administrators"
+#: ../../mod/rmagic.php:42
+msgid "Authentication failed."
msgstr ""
-#: ../../mod/blocks.php:62
-msgid "Block Name"
+#: ../../mod/rmagic.php:82
+msgid "Remote Authentication"
msgstr ""
-#: ../../mod/profiles.php:18 ../../mod/profiles.php:165
-#: ../../mod/profiles.php:222 ../../mod/profiles.php:575
-msgid "Profile not found."
+#: ../../mod/rmagic.php:83
+msgid "Enter your channel address (e.g. channel@example.com)"
msgstr ""
-#: ../../mod/profiles.php:38
-msgid "Profile deleted."
+#: ../../mod/rmagic.php:84
+msgid "Authenticate"
msgstr ""
-#: ../../mod/profiles.php:56 ../../mod/profiles.php:92
-msgid "Profile-"
+#: ../../mod/admin.php:52
+msgid "Theme settings updated."
msgstr ""
-#: ../../mod/profiles.php:77 ../../mod/profiles.php:120
-msgid "New profile created."
+#: ../../mod/admin.php:97 ../../mod/admin.php:413
+msgid "Site"
msgstr ""
-#: ../../mod/profiles.php:98
-msgid "Profile unavailable to clone."
+#: ../../mod/admin.php:98
+msgid "Accounts"
msgstr ""
-#: ../../mod/profiles.php:136
-msgid "Profile unavailable to export."
+#: ../../mod/admin.php:99 ../../mod/admin.php:860
+msgid "Channels"
msgstr ""
-#: ../../mod/profiles.php:232
-msgid "Profile Name is required."
+#: ../../mod/admin.php:100 ../../mod/admin.php:951 ../../mod/admin.php:993
+msgid "Plugins"
msgstr ""
-#: ../../mod/profiles.php:390
-msgid "Marital Status"
+#: ../../mod/admin.php:101 ../../mod/admin.php:1156 ../../mod/admin.php:1192
+msgid "Themes"
msgstr ""
-#: ../../mod/profiles.php:394
-msgid "Romantic Partner"
+#: ../../mod/admin.php:102 ../../mod/admin.php:515
+msgid "Server"
msgstr ""
-#: ../../mod/profiles.php:398
-msgid "Likes"
+#: ../../mod/admin.php:103
+msgid "Profile Config"
msgstr ""
-#: ../../mod/profiles.php:402
-msgid "Dislikes"
+#: ../../mod/admin.php:104
+msgid "DB updates"
msgstr ""
-#: ../../mod/profiles.php:406
-msgid "Work/Employment"
+#: ../../mod/admin.php:118 ../../mod/admin.php:125 ../../mod/admin.php:1279
+msgid "Logs"
msgstr ""
-#: ../../mod/profiles.php:409
-msgid "Religion"
+#: ../../mod/admin.php:124
+msgid "Plugin Features"
msgstr ""
-#: ../../mod/profiles.php:413
-msgid "Political Views"
+#: ../../mod/admin.php:126
+msgid "User registrations waiting for confirmation"
msgstr ""
-#: ../../mod/profiles.php:417
-msgid "Gender"
+#: ../../mod/admin.php:206
+msgid "Message queues"
msgstr ""
-#: ../../mod/profiles.php:421
-msgid "Sexual Preference"
+#: ../../mod/admin.php:211 ../../mod/admin.php:412 ../../mod/admin.php:514
+#: ../../mod/admin.php:723 ../../mod/admin.php:859 ../../mod/admin.php:950
+#: ../../mod/admin.php:992 ../../mod/admin.php:1155 ../../mod/admin.php:1191
+#: ../../mod/admin.php:1278
+msgid "Administration"
msgstr ""
-#: ../../mod/profiles.php:425
-msgid "Homepage"
+#: ../../mod/admin.php:212
+msgid "Summary"
msgstr ""
-#: ../../mod/profiles.php:429
-msgid "Interests"
+#: ../../mod/admin.php:214
+msgid "Registered users"
msgstr ""
-#: ../../mod/profiles.php:433 ../../mod/admin.php:868
-msgid "Address"
+#: ../../mod/admin.php:216 ../../mod/admin.php:518
+msgid "Pending registrations"
msgstr ""
-#: ../../mod/profiles.php:440 ../../mod/pubsites.php:25
-msgid "Location"
+#: ../../mod/admin.php:217
+msgid "Version"
msgstr ""
-#: ../../mod/profiles.php:523
-msgid "Profile updated."
+#: ../../mod/admin.php:219 ../../mod/admin.php:519
+msgid "Active plugins"
msgstr ""
-#: ../../mod/profiles.php:600
-msgid "Hide your contact/friend list from viewers of this profile?"
+#: ../../mod/admin.php:333
+msgid "Site settings updated."
msgstr ""
-#: ../../mod/profiles.php:642
-msgid "Edit Profile Details"
+#: ../../mod/admin.php:364
+msgid "No special theme for accessibility"
msgstr ""
-#: ../../mod/profiles.php:644
-msgid "View this profile"
+#: ../../mod/admin.php:393
+msgid "Yes - with approval"
msgstr ""
-#: ../../mod/profiles.php:646
-msgid "Change Profile Photo"
+#: ../../mod/admin.php:399
+msgid "My site is not a public server"
msgstr ""
-#: ../../mod/profiles.php:647
-msgid "Create a new profile using these settings"
+#: ../../mod/admin.php:400
+msgid "My site has paid access only"
msgstr ""
-#: ../../mod/profiles.php:648
-msgid "Clone this profile"
+#: ../../mod/admin.php:401
+msgid "My site has free access only"
msgstr ""
-#: ../../mod/profiles.php:649
-msgid "Delete this profile"
+#: ../../mod/admin.php:402
+msgid "My site offers free accounts with optional paid upgrades"
msgstr ""
-#: ../../mod/profiles.php:651
-msgid "Import profile from file"
+#: ../../mod/admin.php:415 ../../mod/register.php:203
+msgid "Registration"
msgstr ""
-#: ../../mod/profiles.php:652
-msgid "Export profile to file"
+#: ../../mod/admin.php:416
+msgid "File upload"
msgstr ""
-#: ../../mod/profiles.php:653
-msgid "Profile Name:"
+#: ../../mod/admin.php:417
+msgid "Policies"
msgstr ""
-#: ../../mod/profiles.php:654
-msgid "Your Full Name:"
+#: ../../mod/admin.php:422
+msgid "Site name"
msgstr ""
-#: ../../mod/profiles.php:655
-msgid "Title/Description:"
+#: ../../mod/admin.php:423
+msgid "Banner/Logo"
msgstr ""
-#: ../../mod/profiles.php:656
-msgid "Your Gender:"
+#: ../../mod/admin.php:424
+msgid "Administrator Information"
msgstr ""
-#: ../../mod/profiles.php:657
-#, php-format
-msgid "Birthday (%s):"
+#: ../../mod/admin.php:424
+msgid ""
+"Contact information for site administrators. Displayed on siteinfo page. "
+"BBCode can be used here"
msgstr ""
-#: ../../mod/profiles.php:658
-msgid "Street Address:"
+#: ../../mod/admin.php:425
+msgid "System language"
msgstr ""
-#: ../../mod/profiles.php:659
-msgid "Locality/City:"
+#: ../../mod/admin.php:426
+msgid "System theme"
msgstr ""
-#: ../../mod/profiles.php:660
-msgid "Postal/Zip Code:"
+#: ../../mod/admin.php:426
+msgid ""
+"Default system theme - may be over-ridden by user profiles - <a href='#' "
+"id='cnftheme'>change theme settings</a>"
msgstr ""
-#: ../../mod/profiles.php:661
-msgid "Country:"
+#: ../../mod/admin.php:427
+msgid "Mobile system theme"
msgstr ""
-#: ../../mod/profiles.php:662
-msgid "Region/State:"
+#: ../../mod/admin.php:427
+msgid "Theme for mobile devices"
msgstr ""
-#: ../../mod/profiles.php:663
-msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
+#: ../../mod/admin.php:428
+msgid "Accessibility system theme"
msgstr ""
-#: ../../mod/profiles.php:664
-msgid "Who: (if applicable)"
+#: ../../mod/admin.php:428
+msgid "Accessibility theme"
msgstr ""
-#: ../../mod/profiles.php:665
-msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+#: ../../mod/admin.php:430
+msgid "Enable Diaspora Protocol"
msgstr ""
-#: ../../mod/profiles.php:666
-msgid "Since [date]:"
+#: ../../mod/admin.php:430
+msgid "Communicate with Diaspora and Friendica - experimental"
msgstr ""
-#: ../../mod/profiles.php:668
-msgid "Homepage URL:"
+#: ../../mod/admin.php:431
+msgid "Allow Feeds as Connections"
msgstr ""
-#: ../../mod/profiles.php:671
-msgid "Religious Views:"
+#: ../../mod/admin.php:431
+msgid "(Heavy system resource usage)"
msgstr ""
-#: ../../mod/profiles.php:672
-msgid "Keywords:"
+#: ../../mod/admin.php:432
+msgid "Maximum image size"
msgstr ""
-#: ../../mod/profiles.php:675
-msgid "Example: fishing photography software"
+#: ../../mod/admin.php:432
+msgid ""
+"Maximum size in bytes of uploaded images. Default is 0, which means no "
+"limits."
msgstr ""
-#: ../../mod/profiles.php:676
-msgid "Used in directory listings"
+#: ../../mod/admin.php:433
+msgid "Does this site allow new member registration?"
msgstr ""
-#: ../../mod/profiles.php:677
-msgid "Tell us about yourself..."
+#: ../../mod/admin.php:434
+msgid "Which best describes the types of account offered by this hub?"
msgstr ""
-#: ../../mod/profiles.php:678
-msgid "Hobbies/Interests"
+#: ../../mod/admin.php:435
+msgid "Register text"
msgstr ""
-#: ../../mod/profiles.php:679
-msgid "Contact information and Social Networks"
+#: ../../mod/admin.php:435
+msgid "Will be displayed prominently on the registration page."
msgstr ""
-#: ../../mod/profiles.php:680
-msgid "My other channels"
+#: ../../mod/admin.php:436
+msgid "Accounts abandoned after x days"
msgstr ""
-#: ../../mod/profiles.php:681
-msgid "Musical interests"
+#: ../../mod/admin.php:436
+msgid ""
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
msgstr ""
-#: ../../mod/profiles.php:682
-msgid "Books, literature"
+#: ../../mod/admin.php:437
+msgid "Allowed friend domains"
msgstr ""
-#: ../../mod/profiles.php:683
-msgid "Television"
+#: ../../mod/admin.php:437
+msgid ""
+"Comma separated list of domains which are allowed to establish friendships "
+"with this site. Wildcards are accepted. Empty to allow any domains"
msgstr ""
-#: ../../mod/profiles.php:684
-msgid "Film/dance/culture/entertainment"
+#: ../../mod/admin.php:438
+msgid "Allowed email domains"
msgstr ""
-#: ../../mod/profiles.php:685
-msgid "Love/romance"
+#: ../../mod/admin.php:438
+msgid ""
+"Comma separated list of domains which are allowed in email addresses for "
+"registrations to this site. Wildcards are accepted. Empty to allow any "
+"domains"
msgstr ""
-#: ../../mod/profiles.php:686
-msgid "Work/employment"
+#: ../../mod/admin.php:439
+msgid "Block public"
msgstr ""
-#: ../../mod/profiles.php:687
-msgid "School/education"
+#: ../../mod/admin.php:439
+msgid ""
+"Check to block public access to all otherwise public personal pages on this "
+"site unless you are currently logged in."
msgstr ""
-#: ../../mod/profiles.php:693
-msgid "This is your default profile."
+#: ../../mod/admin.php:440
+msgid "Verify Email Addresses"
msgstr ""
-#: ../../mod/profiles.php:704 ../../mod/directory.php:143
-#: ../../mod/dirprofile.php:92
-msgid "Age: "
+#: ../../mod/admin.php:440
+msgid ""
+"Check to verify email addresses used in account registration (recommended)."
msgstr ""
-#: ../../mod/profiles.php:747
-msgid "Edit/Manage Profiles"
+#: ../../mod/admin.php:441
+msgid "Force publish"
msgstr ""
-#: ../../mod/profiles.php:748
-msgid "Add profile things"
+#: ../../mod/admin.php:441
+msgid ""
+"Check to force all profiles on this site to be listed in the site directory."
msgstr ""
-#: ../../mod/profiles.php:749
-msgid "Include desirable objects in your profile"
+#: ../../mod/admin.php:442
+msgid "Disable discovery tab"
msgstr ""
-#: ../../mod/profperm.php:29 ../../mod/profperm.php:58
-msgid "Invalid profile identifier."
+#: ../../mod/admin.php:442
+msgid ""
+"Remove the tab in the network view with public content pulled from sources "
+"chosen for this site."
msgstr ""
-#: ../../mod/profperm.php:110
-msgid "Profile Visibility Editor"
+#: ../../mod/admin.php:443
+msgid "No login on Homepage"
msgstr ""
-#: ../../mod/profperm.php:114
-msgid "Click on a contact to add or remove."
+#: ../../mod/admin.php:443
+msgid ""
+"Check to hide the login form from your sites homepage when visitors arrive "
+"who are not logged in (e.g. when you put the content of the homepage in via "
+"the site channel)."
msgstr ""
-#: ../../mod/profperm.php:123
-msgid "Visible To"
+#: ../../mod/admin.php:445
+msgid "Proxy user"
msgstr ""
-#: ../../mod/profperm.php:139 ../../mod/connections.php:279
-msgid "All Connections"
+#: ../../mod/admin.php:446
+msgid "Proxy URL"
msgstr ""
-#: ../../mod/pubsites.php:16
-msgid "Public Sites"
+#: ../../mod/admin.php:447
+msgid "Network timeout"
msgstr ""
-#: ../../mod/pubsites.php:19
+#: ../../mod/admin.php:447
+msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
+msgstr ""
+
+#: ../../mod/admin.php:448
+msgid "Delivery interval"
+msgstr ""
+
+#: ../../mod/admin.php:448
msgid ""
-"The listed sites allow public registration into the Red Matrix. All sites in "
-"the matrix are interlinked so membership on any of them conveys membership "
-"in the matrix as a whole. Some sites may require subscription or provide "
-"tiered service plans. The provider links <strong>may</strong> provide "
-"additional details."
+"Delay background delivery processes by this many seconds to reduce system "
+"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 "
+"for large dedicated servers."
msgstr ""
-#: ../../mod/pubsites.php:25
-msgid "Site URL"
+#: ../../mod/admin.php:449
+msgid "Poll interval"
msgstr ""
-#: ../../mod/pubsites.php:25
-msgid "Access Type"
+#: ../../mod/admin.php:449
+msgid ""
+"Delay background polling processes by this many seconds to reduce system "
+"load. If 0, use delivery interval."
msgstr ""
-#: ../../mod/pubsites.php:25
-msgid "Registration Policy"
+#: ../../mod/admin.php:450
+msgid "Maximum Load Average"
msgstr ""
-#: ../../mod/channel.php:25 ../../mod/chat.php:19
-msgid "You must be logged in to see this page."
+#: ../../mod/admin.php:450
+msgid ""
+"Maximum system load before delivery and poll processes are deferred - "
+"default 50."
msgstr ""
-#: ../../mod/channel.php:86
-msgid "Insufficient permissions. Request redirected to profile page."
+#: ../../mod/admin.php:506
+msgid "No server found"
msgstr ""
-#: ../../mod/rbmark.php:88
-msgid "Select a bookmark folder"
+#: ../../mod/admin.php:513 ../../mod/admin.php:737
+msgid "ID"
msgstr ""
-#: ../../mod/rbmark.php:93
-msgid "Save Bookmark"
+#: ../../mod/admin.php:513
+msgid "for channel"
msgstr ""
-#: ../../mod/rbmark.php:94
-msgid "URL of bookmark"
+#: ../../mod/admin.php:513
+msgid "on server"
msgstr ""
-#: ../../mod/rbmark.php:95 ../../mod/appman.php:93
-msgid "Description"
+#: ../../mod/admin.php:513
+msgid "Status"
msgstr ""
-#: ../../mod/rbmark.php:99
-msgid "Or enter new bookmark folder name"
+#: ../../mod/admin.php:534
+msgid "Update has been marked successful"
msgstr ""
-#: ../../mod/chat.php:167
-msgid "Room not found"
+#: ../../mod/admin.php:544
+#, php-format
+msgid "Executing %s failed. Check system logs."
msgstr ""
-#: ../../mod/chat.php:178
-msgid "Leave Room"
+#: ../../mod/admin.php:547
+#, php-format
+msgid "Update %s was successfully applied."
msgstr ""
-#: ../../mod/chat.php:179
-msgid "Delete This Room"
+#: ../../mod/admin.php:551
+#, php-format
+msgid "Update %s did not return a status. Unknown if it succeeded."
msgstr ""
-#: ../../mod/chat.php:180
-msgid "I am away right now"
+#: ../../mod/admin.php:554
+#, php-format
+msgid "Update function %s could not be found."
msgstr ""
-#: ../../mod/chat.php:181
-msgid "I am online"
+#: ../../mod/admin.php:569
+msgid "No failed updates."
msgstr ""
-#: ../../mod/chat.php:183
-msgid "Bookmark this room"
+#: ../../mod/admin.php:573
+msgid "Failed Updates"
msgstr ""
-#: ../../mod/chat.php:207 ../../mod/chat.php:229
-msgid "New Chatroom"
+#: ../../mod/admin.php:575
+msgid "Mark success (if update was manually applied)"
msgstr ""
-#: ../../mod/chat.php:208
-msgid "Chatroom Name"
+#: ../../mod/admin.php:576
+msgid "Attempt to execute this update step automatically"
msgstr ""
-#: ../../mod/chat.php:225
+#: ../../mod/admin.php:602
#, php-format
-msgid "%1$s's Chatrooms"
+msgid "%s user blocked/unblocked"
+msgid_plural "%s users blocked/unblocked"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../mod/admin.php:609
+#, php-format
+msgid "%s user deleted"
+msgid_plural "%s users deleted"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../mod/admin.php:638
+msgid "Account not found"
msgstr ""
-#: ../../mod/register.php:42
-msgid "Maximum daily site registrations exceeded. Please try again tomorrow."
+#: ../../mod/admin.php:658
+#, php-format
+msgid "User '%s' unblocked"
msgstr ""
-#: ../../mod/register.php:48
-msgid ""
-"Please indicate acceptance of the Terms of Service. Registration failed."
+#: ../../mod/admin.php:658
+#, php-format
+msgid "User '%s' blocked"
msgstr ""
-#: ../../mod/register.php:82
-msgid "Passwords do not match."
+#: ../../mod/admin.php:724 ../../mod/admin.php:736
+msgid "Users"
msgstr ""
-#: ../../mod/register.php:115
-msgid ""
-"Registration successful. Please check your email for validation instructions."
+#: ../../mod/admin.php:726 ../../mod/admin.php:862
+msgid "select all"
msgstr ""
-#: ../../mod/register.php:121
-msgid "Your registration is pending approval by the site owner."
+#: ../../mod/admin.php:727
+msgid "User registrations waiting for confirm"
msgstr ""
-#: ../../mod/register.php:124
-msgid "Your registration can not be processed."
+#: ../../mod/admin.php:728
+msgid "Request date"
msgstr ""
-#: ../../mod/register.php:161
-msgid "Registration on this site/hub is by approval only."
+#: ../../mod/admin.php:729
+msgid "No registrations."
msgstr ""
-#: ../../mod/register.php:162
-msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>"
+#: ../../mod/admin.php:730
+msgid "Approve"
msgstr ""
-#: ../../mod/register.php:170
-msgid ""
-"This site has exceeded the number of allowed daily account registrations. "
-"Please try again tomorrow."
+#: ../../mod/admin.php:731
+msgid "Deny"
msgstr ""
-#: ../../mod/register.php:181
-msgid "Terms of Service"
+#: ../../mod/admin.php:733 ../../mod/connedit.php:436
+#: ../../mod/connedit.php:579
+msgid "Block"
msgstr ""
-#: ../../mod/register.php:187
-#, php-format
-msgid "I accept the %s for this website"
+#: ../../mod/admin.php:734 ../../mod/connedit.php:436
+#: ../../mod/connedit.php:579
+msgid "Unblock"
msgstr ""
-#: ../../mod/register.php:189
-#, php-format
-msgid "I am over 13 years of age and accept the %s for this website"
+#: ../../mod/admin.php:737
+msgid "Register date"
msgstr ""
-#: ../../mod/register.php:203 ../../mod/admin.php:415
-msgid "Registration"
+#: ../../mod/admin.php:737
+msgid "Last login"
msgstr ""
-#: ../../mod/register.php:208
-msgid "Membership on this site is by invitation only."
+#: ../../mod/admin.php:737
+msgid "Expires"
msgstr ""
-#: ../../mod/register.php:209
-msgid "Please enter your invitation code"
+#: ../../mod/admin.php:737
+msgid "Service Class"
msgstr ""
-#: ../../mod/register.php:212
-msgid "Your email address"
+#: ../../mod/admin.php:739
+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/register.php:213
-msgid "Choose a password"
+#: ../../mod/admin.php:740
+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/register.php:214
-msgid "Please re-enter your password"
+#: ../../mod/admin.php:773
+#, php-format
+msgid "%s channel censored/uncensored"
+msgid_plural "%s channels censored/uncensored"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../mod/admin.php:780
+#, php-format
+msgid "%s channel deleted"
+msgid_plural "%s channels deleted"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../mod/admin.php:799
+msgid "Channel not found"
msgstr ""
-#: ../../mod/chatsvc.php:111
-msgid "Away"
+#: ../../mod/admin.php:810
+#, php-format
+msgid "Channel '%s' deleted"
msgstr ""
-#: ../../mod/chatsvc.php:115
-msgid "Online"
+#: ../../mod/admin.php:821
+#, php-format
+msgid "Channel '%s' uncensored"
msgstr ""
-#: ../../mod/regmod.php:11
-msgid "Please login."
+#: ../../mod/admin.php:821
+#, php-format
+msgid "Channel '%s' censored"
msgstr ""
-#: ../../mod/cloud.php:130
-msgid "RedMatrix - Guests: Username: {your email address}, Password: +++"
+#: ../../mod/admin.php:864
+msgid "Censor"
msgstr ""
-#: ../../mod/removeme.php:29
-msgid ""
-"Channel removals are not allowed within 48 hours of changing the account "
-"password."
+#: ../../mod/admin.php:865
+msgid "Uncensor"
msgstr ""
-#: ../../mod/removeme.php:57
-msgid "Remove This Channel"
+#: ../../mod/admin.php:868
+msgid "UID"
msgstr ""
-#: ../../mod/removeme.php:58
+#: ../../mod/admin.php:868 ../../mod/profiles.php:433
+msgid "Address"
+msgstr ""
+
+#: ../../mod/admin.php:870
msgid ""
-"This will completely remove this channel from the network. Once this has "
-"been done it is not recoverable."
+"Selected channels will be deleted!\\n\\nEverything that was posted in these "
+"channels on this site will be permanently deleted!\\n\\nAre you sure?"
msgstr ""
-#: ../../mod/removeme.php:59 ../../mod/removeaccount.php:59
-msgid "Please enter your password for verification:"
+#: ../../mod/admin.php:871
+msgid ""
+"The channel {0} will be deleted!\\n\\nEverything that was posted in this "
+"channel on this site will be permanently deleted!\\n\\nAre you sure?"
msgstr ""
-#: ../../mod/removeme.php:60
-msgid "Remove this channel and all its clones from the network"
+#: ../../mod/admin.php:910
+#, php-format
+msgid "Plugin %s disabled."
msgstr ""
-#: ../../mod/removeme.php:60
-msgid ""
-"By default only the instance of the channel located on this hub will be "
-"removed from the network"
+#: ../../mod/admin.php:914
+#, php-format
+msgid "Plugin %s enabled."
msgstr ""
-#: ../../mod/removeme.php:61
-msgid "Remove Channel"
+#: ../../mod/admin.php:924 ../../mod/admin.php:1126
+msgid "Disable"
msgstr ""
-#: ../../mod/common.php:10
-msgid "No channel."
+#: ../../mod/admin.php:926 ../../mod/admin.php:1128
+msgid "Enable"
msgstr ""
-#: ../../mod/common.php:39
-msgid "Common connections"
+#: ../../mod/admin.php:952 ../../mod/admin.php:1157
+msgid "Toggle"
msgstr ""
-#: ../../mod/common.php:44
-msgid "No connections in common."
+#: ../../mod/admin.php:960 ../../mod/admin.php:1167
+msgid "Author: "
msgstr ""
-#: ../../mod/rmagic.php:38
-msgid ""
-"We encountered a problem while logging in with the OpenID you provided. "
-"Please check the correct spelling of the ID."
+#: ../../mod/admin.php:961 ../../mod/admin.php:1168
+msgid "Maintainer: "
msgstr ""
-#: ../../mod/rmagic.php:38
-msgid "The error message was:"
+#: ../../mod/admin.php:1090
+msgid "No themes found."
msgstr ""
-#: ../../mod/rmagic.php:42
-msgid "Authentication failed."
+#: ../../mod/admin.php:1149
+msgid "Screenshot"
msgstr ""
-#: ../../mod/rmagic.php:82
-msgid "Remote Authentication"
+#: ../../mod/admin.php:1197
+msgid "[Experimental]"
msgstr ""
-#: ../../mod/rmagic.php:83
-msgid "Enter your channel address (e.g. channel@example.com)"
+#: ../../mod/admin.php:1198
+msgid "[Unsupported]"
msgstr ""
-#: ../../mod/rmagic.php:84
-msgid "Authenticate"
+#: ../../mod/admin.php:1225
+msgid "Log settings updated."
msgstr ""
-#: ../../mod/connect.php:55 ../../mod/connect.php:103
-msgid "Continue"
+#: ../../mod/admin.php:1281
+msgid "Clear"
msgstr ""
-#: ../../mod/connect.php:84
-msgid "Premium Channel Setup"
+#: ../../mod/admin.php:1287
+msgid "Debugging"
msgstr ""
-#: ../../mod/connect.php:86
-msgid "Enable premium channel connection restrictions"
+#: ../../mod/admin.php:1288
+msgid "Log file"
msgstr ""
-#: ../../mod/connect.php:87
+#: ../../mod/admin.php:1288
msgid ""
-"Please enter your restrictions or conditions, such as paypal receipt, usage "
-"guidelines, etc."
+"Must be writable by web server. Relative to your Red top-level directory."
msgstr ""
-#: ../../mod/connect.php:89 ../../mod/connect.php:109
-msgid ""
-"This channel may require additional steps or acknowledgement of the "
-"following conditions prior to connecting:"
+#: ../../mod/admin.php:1289
+msgid "Log level"
msgstr ""
-#: ../../mod/connect.php:90
-msgid ""
-"Potential connections will then see the following text before proceeding:"
+#: ../../mod/admin.php:1336
+msgid "New Profile Field"
msgstr ""
-#: ../../mod/connect.php:91 ../../mod/connect.php:112
-msgid ""
-"By continuing, I certify that I have complied with any instructions provided "
-"on this page."
+#: ../../mod/admin.php:1337 ../../mod/admin.php:1358
+msgid "Field nickname"
msgstr ""
-#: ../../mod/connect.php:100
-msgid "(No specific instructions have been provided by the channel owner.)"
+#: ../../mod/admin.php:1337 ../../mod/admin.php:1358
+msgid "System name of field"
msgstr ""
-#: ../../mod/connect.php:108
-msgid "Restricted or Premium Channel"
+#: ../../mod/admin.php:1338 ../../mod/admin.php:1359
+msgid "Input type"
msgstr ""
-#: ../../mod/network.php:79
-msgid "No such group"
+#: ../../mod/admin.php:1339 ../../mod/admin.php:1360
+msgid "Field Name"
msgstr ""
-#: ../../mod/network.php:118
-msgid "Search Results For:"
+#: ../../mod/admin.php:1339 ../../mod/admin.php:1360
+msgid "Label on profile pages"
msgstr ""
-#: ../../mod/network.php:172
-msgid "Collection is empty"
+#: ../../mod/admin.php:1340 ../../mod/admin.php:1361
+msgid "Help text"
msgstr ""
-#: ../../mod/network.php:180
-msgid "Collection: "
+#: ../../mod/admin.php:1340 ../../mod/admin.php:1361
+msgid "Additional info (optional)"
msgstr ""
-#: ../../mod/network.php:193
-msgid "Connection: "
+#: ../../mod/admin.php:1351
+msgid "Field definition not found"
msgstr ""
-#: ../../mod/network.php:196
-msgid "Invalid connection."
+#: ../../mod/admin.php:1357
+msgid "Edit Profile Field"
+msgstr ""
+
+#: ../../mod/filer.php:49
+msgid "- select -"
msgstr ""
#: ../../mod/connections.php:37 ../../mod/connedit.php:64
@@ -5006,6 +5128,10 @@ msgstr ""
msgid "Show pending (new) connections"
msgstr ""
+#: ../../mod/connections.php:279 ../../mod/profperm.php:139
+msgid "All Connections"
+msgstr ""
+
#: ../../mod/connections.php:282
msgid "Show all connections"
msgstr ""
@@ -5051,8 +5177,561 @@ msgstr ""
msgid "Finding: "
msgstr ""
-#: ../../mod/rpost.php:97 ../../mod/editpost.php:42
-msgid "Edit post"
+#: ../../mod/dirprofile.php:9 ../../mod/photos.php:443
+#: ../../mod/viewconnections.php:17 ../../mod/directory.php:15
+#: ../../mod/display.php:9 ../../mod/search.php:13
+msgid "Public access denied."
+msgstr ""
+
+#: ../../mod/dirprofile.php:92 ../../mod/directory.php:143
+#: ../../mod/profiles.php:704
+msgid "Age: "
+msgstr ""
+
+#: ../../mod/dirprofile.php:95 ../../mod/directory.php:146
+msgid "Gender: "
+msgstr ""
+
+#: ../../mod/dirprofile.php:108
+msgid "Status: "
+msgstr ""
+
+#: ../../mod/dirprofile.php:109
+msgid "Sexual Preference: "
+msgstr ""
+
+#: ../../mod/dirprofile.php:111
+msgid "Homepage: "
+msgstr ""
+
+#: ../../mod/dirprofile.php:112
+msgid "Hometown: "
+msgstr ""
+
+#: ../../mod/dirprofile.php:114
+msgid "About: "
+msgstr ""
+
+#: ../../mod/dirprofile.php:162
+msgid "Keywords: "
+msgstr ""
+
+#: ../../mod/dirprofile.php:175 ../../mod/mitem.php:78 ../../mod/xchan.php:38
+#: ../../mod/menu.php:120
+msgid "Not found."
+msgstr ""
+
+#: ../../mod/photos.php:77
+msgid "Page owner information could not be retrieved."
+msgstr ""
+
+#: ../../mod/photos.php:97
+msgid "Album not found."
+msgstr ""
+
+#: ../../mod/photos.php:119 ../../mod/photos.php:673
+msgid "Delete Album"
+msgstr ""
+
+#: ../../mod/photos.php:159 ../../mod/photos.php:975
+msgid "Delete Photo"
+msgstr ""
+
+#: ../../mod/photos.php:453
+msgid "No photos selected"
+msgstr ""
+
+#: ../../mod/photos.php:500
+msgid "Access to this item is restricted."
+msgstr ""
+
+#: ../../mod/photos.php:574
+#, php-format
+msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
+msgstr ""
+
+#: ../../mod/photos.php:577
+#, php-format
+msgid "You have used %1$.2f Mbytes of photo storage."
+msgstr ""
+
+#: ../../mod/photos.php:596
+msgid "Upload Photos"
+msgstr ""
+
+#: ../../mod/photos.php:600 ../../mod/photos.php:668
+msgid "New album name: "
+msgstr ""
+
+#: ../../mod/photos.php:601
+msgid "or existing album name: "
+msgstr ""
+
+#: ../../mod/photos.php:602
+msgid "Do not show a status post for this upload"
+msgstr ""
+
+#: ../../mod/photos.php:622
+msgid "Album name could not be decoded"
+msgstr ""
+
+#: ../../mod/photos.php:657 ../../mod/photos.php:679 ../../mod/photos.php:1148
+#: ../../mod/photos.php:1163
+msgid "Contact Photos"
+msgstr ""
+
+#: ../../mod/photos.php:681
+msgid "Edit Album"
+msgstr ""
+
+#: ../../mod/photos.php:687
+msgid "Show Newest First"
+msgstr ""
+
+#: ../../mod/photos.php:689
+msgid "Show Oldest First"
+msgstr ""
+
+#: ../../mod/photos.php:716 ../../mod/photos.php:1195
+msgid "View Photo"
+msgstr ""
+
+#: ../../mod/photos.php:794
+msgid "Permission denied. Access to this item may be restricted."
+msgstr ""
+
+#: ../../mod/photos.php:796
+msgid "Photo not available"
+msgstr ""
+
+#: ../../mod/photos.php:856
+msgid "Use as profile photo"
+msgstr ""
+
+#: ../../mod/photos.php:880
+msgid "View Full Size"
+msgstr ""
+
+#: ../../mod/photos.php:924 ../../mod/delegate.php:130 ../../mod/tagrm.php:93
+msgid "Remove"
+msgstr ""
+
+#: ../../mod/photos.php:958
+msgid "Edit photo"
+msgstr ""
+
+#: ../../mod/photos.php:960
+msgid "Rotate CW (right)"
+msgstr ""
+
+#: ../../mod/photos.php:961
+msgid "Rotate CCW (left)"
+msgstr ""
+
+#: ../../mod/photos.php:964
+msgid "New album name"
+msgstr ""
+
+#: ../../mod/photos.php:967
+msgid "Caption"
+msgstr ""
+
+#: ../../mod/photos.php:969
+msgid "Add a Tag"
+msgstr ""
+
+#: ../../mod/photos.php:972
+msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+msgstr ""
+
+#: ../../mod/photos.php:1125
+msgid "In This Photo:"
+msgstr ""
+
+#: ../../mod/photos.php:1201
+msgid "View Album"
+msgstr ""
+
+#: ../../mod/photos.php:1224
+msgid "Recent Photos"
+msgstr ""
+
+#: ../../mod/mitem.php:14 ../../mod/menu.php:92
+msgid "Menu not found."
+msgstr ""
+
+#: ../../mod/mitem.php:47
+msgid "Menu element updated."
+msgstr ""
+
+#: ../../mod/mitem.php:51
+msgid "Unable to update menu element."
+msgstr ""
+
+#: ../../mod/mitem.php:57
+msgid "Menu element added."
+msgstr ""
+
+#: ../../mod/mitem.php:61
+msgid "Unable to add menu element."
+msgstr ""
+
+#: ../../mod/mitem.php:96
+msgid "Manage Menu Elements"
+msgstr ""
+
+#: ../../mod/mitem.php:99
+msgid "Edit menu"
+msgstr ""
+
+#: ../../mod/mitem.php:102
+msgid "Edit element"
+msgstr ""
+
+#: ../../mod/mitem.php:103
+msgid "Drop element"
+msgstr ""
+
+#: ../../mod/mitem.php:104
+msgid "New element"
+msgstr ""
+
+#: ../../mod/mitem.php:105
+msgid "Edit this menu container"
+msgstr ""
+
+#: ../../mod/mitem.php:106
+msgid "Add menu element"
+msgstr ""
+
+#: ../../mod/mitem.php:107
+msgid "Delete this menu item"
+msgstr ""
+
+#: ../../mod/mitem.php:108
+msgid "Edit this menu item"
+msgstr ""
+
+#: ../../mod/mitem.php:131
+msgid "New Menu Element"
+msgstr ""
+
+#: ../../mod/mitem.php:133 ../../mod/mitem.php:176
+msgid "Menu Item Permissions"
+msgstr ""
+
+#: ../../mod/mitem.php:136 ../../mod/mitem.php:180
+msgid "Link text"
+msgstr ""
+
+#: ../../mod/mitem.php:137 ../../mod/mitem.php:181
+msgid "URL of link"
+msgstr ""
+
+#: ../../mod/mitem.php:138 ../../mod/mitem.php:182
+msgid "Use Red magic-auth if available"
+msgstr ""
+
+#: ../../mod/mitem.php:139 ../../mod/mitem.php:183
+msgid "Open link in new window"
+msgstr ""
+
+#: ../../mod/mitem.php:141 ../../mod/mitem.php:185
+msgid "Order in list"
+msgstr ""
+
+#: ../../mod/mitem.php:141 ../../mod/mitem.php:185
+msgid "Higher numbers will sink to bottom of listing"
+msgstr ""
+
+#: ../../mod/mitem.php:154
+msgid "Menu item not found."
+msgstr ""
+
+#: ../../mod/mitem.php:163
+msgid "Menu item deleted."
+msgstr ""
+
+#: ../../mod/mitem.php:165
+msgid "Menu item could not be deleted."
+msgstr ""
+
+#: ../../mod/mitem.php:174
+msgid "Edit Menu Element"
+msgstr ""
+
+#: ../../mod/mitem.php:186 ../../mod/menu.php:114
+msgid "Modify"
+msgstr ""
+
+#: ../../mod/subthread.php:103
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
+msgstr ""
+
+#: ../../mod/regmod.php:11
+msgid "Please login."
+msgstr ""
+
+#: ../../mod/mood.php:132
+msgid "Set your current mood and tell your friends"
+msgstr ""
+
+#: ../../mod/impel.php:33
+msgid "webpage"
+msgstr ""
+
+#: ../../mod/impel.php:38
+msgid "block"
+msgstr ""
+
+#: ../../mod/impel.php:43
+msgid "layout"
+msgstr ""
+
+#: ../../mod/impel.php:117
+#, php-format
+msgid "%s element installed"
+msgstr ""
+
+#: ../../mod/lockview.php:31
+msgid "Remote privacy information not available."
+msgstr ""
+
+#: ../../mod/lockview.php:52
+msgid "Visible to:"
+msgstr ""
+
+#: ../../mod/rbmark.php:88
+msgid "Select a bookmark folder"
+msgstr ""
+
+#: ../../mod/rbmark.php:93
+msgid "Save Bookmark"
+msgstr ""
+
+#: ../../mod/rbmark.php:94
+msgid "URL of bookmark"
+msgstr ""
+
+#: ../../mod/rbmark.php:95 ../../mod/appman.php:93
+msgid "Description"
+msgstr ""
+
+#: ../../mod/rbmark.php:99
+msgid "Or enter new bookmark folder name"
+msgstr ""
+
+#: ../../mod/pdledit.php:13
+msgid "Layout updated."
+msgstr ""
+
+#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53
+msgid "Edit System Page Description"
+msgstr ""
+
+#: ../../mod/pdledit.php:48
+msgid "Layout not found."
+msgstr ""
+
+#: ../../mod/pdledit.php:54
+msgid "Module Name:"
+msgstr ""
+
+#: ../../mod/pdledit.php:55 ../../mod/layouts.php:59
+msgid "Layout Help"
+msgstr ""
+
+#: ../../mod/profile_photo.php:108
+msgid "Image uploaded but image cropping failed."
+msgstr ""
+
+#: ../../mod/profile_photo.php:161
+msgid "Image resize failed."
+msgstr ""
+
+#: ../../mod/profile_photo.php:205
+msgid ""
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
+msgstr ""
+
+#: ../../mod/profile_photo.php:232
+#, php-format
+msgid "Image exceeds size limit of %d"
+msgstr ""
+
+#: ../../mod/profile_photo.php:241
+msgid "Unable to process image."
+msgstr ""
+
+#: ../../mod/profile_photo.php:290 ../../mod/profile_photo.php:339
+msgid "Photo not available."
+msgstr ""
+
+#: ../../mod/profile_photo.php:358
+msgid "Upload File:"
+msgstr ""
+
+#: ../../mod/profile_photo.php:359
+msgid "Select a profile:"
+msgstr ""
+
+#: ../../mod/profile_photo.php:360
+msgid "Upload Profile Photo"
+msgstr ""
+
+#: ../../mod/profile_photo.php:365
+msgid "skip this step"
+msgstr ""
+
+#: ../../mod/profile_photo.php:365
+msgid "select a photo from your photo albums"
+msgstr ""
+
+#: ../../mod/profile_photo.php:381
+msgid "Crop Image"
+msgstr ""
+
+#: ../../mod/profile_photo.php:382
+msgid "Please adjust the image cropping for optimum viewing."
+msgstr ""
+
+#: ../../mod/profile_photo.php:384
+msgid "Done Editing"
+msgstr ""
+
+#: ../../mod/profile_photo.php:427
+msgid "Image uploaded successfully."
+msgstr ""
+
+#: ../../mod/profile_photo.php:429
+msgid "Image upload failed."
+msgstr ""
+
+#: ../../mod/profile_photo.php:438
+#, php-format
+msgid "Image size reduction [%s] failed."
+msgstr ""
+
+#: ../../mod/acl.php:244
+msgid "network"
+msgstr ""
+
+#: ../../mod/menu.php:21
+msgid "Menu updated."
+msgstr ""
+
+#: ../../mod/menu.php:25
+msgid "Unable to update menu."
+msgstr ""
+
+#: ../../mod/menu.php:30
+msgid "Menu created."
+msgstr ""
+
+#: ../../mod/menu.php:34
+msgid "Unable to create menu."
+msgstr ""
+
+#: ../../mod/menu.php:57
+msgid "Manage Menus"
+msgstr ""
+
+#: ../../mod/menu.php:60
+msgid "Drop"
+msgstr ""
+
+#: ../../mod/menu.php:62
+msgid "Create a new menu"
+msgstr ""
+
+#: ../../mod/menu.php:63
+msgid "Delete this menu"
+msgstr ""
+
+#: ../../mod/menu.php:64 ../../mod/menu.php:109
+msgid "Edit menu contents"
+msgstr ""
+
+#: ../../mod/menu.php:65
+msgid "Edit this menu"
+msgstr ""
+
+#: ../../mod/menu.php:80
+msgid "New Menu"
+msgstr ""
+
+#: ../../mod/menu.php:81 ../../mod/menu.php:110
+msgid "Menu name"
+msgstr ""
+
+#: ../../mod/menu.php:81 ../../mod/menu.php:110
+msgid "Must be unique, only seen by you"
+msgstr ""
+
+#: ../../mod/menu.php:82 ../../mod/menu.php:111
+msgid "Menu title"
+msgstr ""
+
+#: ../../mod/menu.php:82 ../../mod/menu.php:111
+msgid "Menu title as seen by others"
+msgstr ""
+
+#: ../../mod/menu.php:83 ../../mod/menu.php:112
+msgid "Allow bookmarks"
+msgstr ""
+
+#: ../../mod/menu.php:83 ../../mod/menu.php:112
+msgid "Menu may be used to store saved bookmarks"
+msgstr ""
+
+#: ../../mod/menu.php:98
+msgid "Menu deleted."
+msgstr ""
+
+#: ../../mod/menu.php:100
+msgid "Menu could not be deleted."
+msgstr ""
+
+#: ../../mod/menu.php:106
+msgid "Edit Menu"
+msgstr ""
+
+#: ../../mod/menu.php:108
+msgid "Add or remove entries to this menu"
+msgstr ""
+
+#: ../../mod/block.php:27 ../../mod/page.php:35
+msgid "Invalid item."
+msgstr ""
+
+#: ../../mod/block.php:39 ../../mod/wall_upload.php:28 ../../mod/page.php:47
+msgid "Channel not found."
+msgstr ""
+
+#: ../../mod/block.php:75 ../../mod/help.php:72 ../../mod/display.php:102
+#: ../../mod/page.php:83 ../../index.php:240
+msgid "Page not found."
+msgstr ""
+
+#: ../../mod/tagger.php:98
+#, php-format
+msgid "%1$s tagged %2$s's %3$s with %4$s"
+msgstr ""
+
+#: ../../mod/wall_upload.php:34
+msgid "Wall Photos"
+msgstr ""
+
+#: ../../mod/openid.php:26
+msgid "OpenID protocol error. No ID returned."
+msgstr ""
+
+#: ../../mod/suggest.php:35
+msgid ""
+"No suggestions available. If this is a new site, please try again in 24 "
+"hours."
msgstr ""
#: ../../mod/connedit.php:181
@@ -5138,16 +5817,6 @@ msgstr ""
msgid "View recent posts and comments"
msgstr ""
-#: ../../mod/connedit.php:436 ../../mod/connedit.php:579
-#: ../../mod/admin.php:734
-msgid "Unblock"
-msgstr ""
-
-#: ../../mod/connedit.php:436 ../../mod/connedit.php:579
-#: ../../mod/admin.php:733
-msgid "Block"
-msgstr ""
-
#: ../../mod/connedit.php:439
msgid "Block or Unblock this connection"
msgstr ""
@@ -5367,228 +6036,32 @@ msgid ""
"Replies/likes to your public posts <strong>may</strong> still be visible"
msgstr ""
-#: ../../mod/delegate.php:95
-msgid "No potential page delegates located."
-msgstr ""
-
-#: ../../mod/delegate.php:121
-msgid "Delegate Page Management"
-msgstr ""
-
-#: ../../mod/delegate.php:123
-msgid ""
-"Delegates are able to manage all aspects of this account/page except for "
-"basic account settings. Please do not delegate your personal account to "
-"anybody that you do not trust completely."
-msgstr ""
-
-#: ../../mod/delegate.php:124
-msgid "Existing Page Managers"
-msgstr ""
-
-#: ../../mod/delegate.php:126
-msgid "Existing Page Delegates"
-msgstr ""
-
-#: ../../mod/delegate.php:128
-msgid "Potential Delegates"
-msgstr ""
-
-#: ../../mod/delegate.php:130 ../../mod/photos.php:924 ../../mod/tagrm.php:93
-msgid "Remove"
-msgstr ""
-
-#: ../../mod/delegate.php:131
-msgid "Add"
-msgstr ""
-
-#: ../../mod/delegate.php:132
-msgid "No entries."
-msgstr ""
-
-#: ../../mod/search.php:13 ../../mod/directory.php:15
-#: ../../mod/dirprofile.php:9 ../../mod/photos.php:443 ../../mod/display.php:9
-#: ../../mod/viewconnections.php:17
-msgid "Public access denied."
-msgstr ""
-
-#: ../../mod/directory.php:146 ../../mod/dirprofile.php:95
-msgid "Gender: "
-msgstr ""
-
-#: ../../mod/directory.php:223
-msgid "Finding:"
-msgstr ""
-
-#: ../../mod/directory.php:228
-msgid "next page"
-msgstr ""
-
-#: ../../mod/directory.php:228
-msgid "previous page"
-msgstr ""
-
-#: ../../mod/directory.php:245
-msgid "No entries (some entries may be hidden)."
-msgstr ""
-
-#: ../../mod/dirprofile.php:108
-msgid "Status: "
-msgstr ""
-
-#: ../../mod/dirprofile.php:109
-msgid "Sexual Preference: "
-msgstr ""
-
-#: ../../mod/dirprofile.php:111
-msgid "Homepage: "
-msgstr ""
-
-#: ../../mod/dirprofile.php:112
-msgid "Hometown: "
-msgstr ""
-
-#: ../../mod/dirprofile.php:114
-msgid "About: "
-msgstr ""
-
-#: ../../mod/dirprofile.php:162
-msgid "Keywords: "
-msgstr ""
-
-#: ../../mod/dirsearch.php:21
-msgid "This site is not a directory server"
-msgstr ""
-
-#: ../../mod/photos.php:77
-msgid "Page owner information could not be retrieved."
-msgstr ""
-
-#: ../../mod/photos.php:97
-msgid "Album not found."
-msgstr ""
-
-#: ../../mod/photos.php:119 ../../mod/photos.php:673
-msgid "Delete Album"
-msgstr ""
-
-#: ../../mod/photos.php:159 ../../mod/photos.php:975
-msgid "Delete Photo"
-msgstr ""
-
-#: ../../mod/photos.php:453
-msgid "No photos selected"
-msgstr ""
-
-#: ../../mod/photos.php:500
-msgid "Access to this item is restricted."
-msgstr ""
-
-#: ../../mod/photos.php:574
-#, php-format
-msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
-msgstr ""
-
-#: ../../mod/photos.php:577
-#, php-format
-msgid "You have used %1$.2f Mbytes of photo storage."
-msgstr ""
-
-#: ../../mod/photos.php:596
-msgid "Upload Photos"
-msgstr ""
-
-#: ../../mod/photos.php:600 ../../mod/photos.php:668
-msgid "New album name: "
-msgstr ""
-
-#: ../../mod/photos.php:601
-msgid "or existing album name: "
-msgstr ""
-
-#: ../../mod/photos.php:602
-msgid "Do not show a status post for this upload"
-msgstr ""
-
-#: ../../mod/photos.php:622
-msgid "Album name could not be decoded"
-msgstr ""
-
-#: ../../mod/photos.php:657 ../../mod/photos.php:679 ../../mod/photos.php:1147
-#: ../../mod/photos.php:1162
-msgid "Contact Photos"
-msgstr ""
-
-#: ../../mod/photos.php:681
-msgid "Edit Album"
-msgstr ""
-
-#: ../../mod/photos.php:687
-msgid "Show Newest First"
-msgstr ""
-
-#: ../../mod/photos.php:689
-msgid "Show Oldest First"
-msgstr ""
-
-#: ../../mod/photos.php:716 ../../mod/photos.php:1194
-msgid "View Photo"
-msgstr ""
-
-#: ../../mod/photos.php:794
-msgid "Permission denied. Access to this item may be restricted."
-msgstr ""
-
-#: ../../mod/photos.php:796
-msgid "Photo not available"
-msgstr ""
-
-#: ../../mod/photos.php:856
-msgid "Use as profile photo"
-msgstr ""
-
-#: ../../mod/photos.php:880
-msgid "View Full Size"
-msgstr ""
-
-#: ../../mod/photos.php:958
-msgid "Edit photo"
-msgstr ""
-
-#: ../../mod/photos.php:960
-msgid "Rotate CW (right)"
-msgstr ""
-
-#: ../../mod/photos.php:961
-msgid "Rotate CCW (left)"
-msgstr ""
-
-#: ../../mod/photos.php:964
-msgid "New album name"
+#: ../../mod/message.php:41
+msgid "Conversation removed."
msgstr ""
-#: ../../mod/photos.php:967
-msgid "Caption"
+#: ../../mod/message.php:56
+msgid "No messages."
msgstr ""
-#: ../../mod/photos.php:969
-msgid "Add a Tag"
+#: ../../mod/message.php:72 ../../mod/mail.php:329
+msgid "Delete conversation"
msgstr ""
-#: ../../mod/photos.php:972
-msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+#: ../../mod/message.php:74
+msgid "D, d M Y - g:i A"
msgstr ""
-#: ../../mod/photos.php:1125
-msgid "In This Photo:"
+#: ../../mod/ping.php:237
+msgid "sent you a private message"
msgstr ""
-#: ../../mod/photos.php:1200
-msgid "View Album"
+#: ../../mod/ping.php:288
+msgid "added your channel"
msgstr ""
-#: ../../mod/photos.php:1223
-msgid "Recent Photos"
+#: ../../mod/ping.php:329
+msgid "posted an event"
msgstr ""
#: ../../mod/setup.php:162
@@ -5972,1152 +6445,856 @@ msgid ""
"IMPORTANT: You will need to [manually] setup a scheduled task for the poller."
msgstr ""
-#: ../../mod/editblock.php:8 ../../mod/editblock.php:27
-#: ../../mod/editblock.php:53 ../../mod/editlayout.php:36
-#: ../../mod/editpost.php:20 ../../mod/editwebpage.php:32
-msgid "Item not found"
-msgstr ""
-
-#: ../../mod/editblock.php:77
-msgid "Edit Block"
-msgstr ""
-
-#: ../../mod/editblock.php:87
-msgid "Delete block?"
-msgstr ""
-
-#: ../../mod/editblock.php:115 ../../mod/editlayout.php:110
-#: ../../mod/editpost.php:116 ../../mod/editwebpage.php:147
-msgid "Insert YouTube video"
-msgstr ""
-
-#: ../../mod/editblock.php:116 ../../mod/editlayout.php:111
-#: ../../mod/editpost.php:117 ../../mod/editwebpage.php:148
-msgid "Insert Vorbis [.ogg] video"
-msgstr ""
-
-#: ../../mod/editblock.php:117 ../../mod/editlayout.php:112
-#: ../../mod/editpost.php:118 ../../mod/editwebpage.php:149
-msgid "Insert Vorbis [.ogg] audio"
-msgstr ""
-
-#: ../../mod/editblock.php:153
-msgid "Delete Block"
-msgstr ""
-
-#: ../../mod/pdledit.php:13
-msgid "Layout updated."
-msgstr ""
-
-#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53
-msgid "Edit System Page Description"
-msgstr ""
-
-#: ../../mod/pdledit.php:48
-msgid "Layout not found."
-msgstr ""
-
-#: ../../mod/pdledit.php:54
-msgid "Module Name:"
-msgstr ""
-
-#: ../../mod/pdledit.php:55 ../../mod/layouts.php:59
-msgid "Layout Help"
-msgstr ""
-
-#: ../../mod/editlayout.php:72
-msgid "Edit Layout"
-msgstr ""
-
-#: ../../mod/editlayout.php:82
-msgid "Delete layout?"
-msgstr ""
-
-#: ../../mod/editlayout.php:146
-msgid "Delete Layout"
-msgstr ""
-
-#: ../../mod/editpost.php:31
-msgid "Item is not editable"
-msgstr ""
-
-#: ../../mod/editpost.php:53
-msgid "Delete item?"
-msgstr ""
-
-#: ../../mod/editwebpage.php:106
-msgid "Edit Webpage"
-msgstr ""
-
-#: ../../mod/editwebpage.php:116
-msgid "Delete webpage?"
-msgstr ""
-
-#: ../../mod/editwebpage.php:186
-msgid "Delete Webpage"
-msgstr ""
-
-#: ../../mod/bookmarks.php:38
-msgid "Bookmark added"
-msgstr ""
-
-#: ../../mod/bookmarks.php:60
-msgid "My Bookmarks"
-msgstr ""
-
-#: ../../mod/bookmarks.php:71
-msgid "My Connections Bookmarks"
-msgstr ""
-
-#: ../../mod/profile_photo.php:108
-msgid "Image uploaded but image cropping failed."
-msgstr ""
-
-#: ../../mod/profile_photo.php:161
-msgid "Image resize failed."
+#: ../../mod/magic.php:70
+msgid "Hub not found."
msgstr ""
-#: ../../mod/profile_photo.php:205
-msgid ""
-"Shift-reload the page or clear browser cache if the new photo does not "
-"display immediately."
+#: ../../mod/invite.php:25
+msgid "Total invitation limit exceeded."
msgstr ""
-#: ../../mod/profile_photo.php:232
+#: ../../mod/invite.php:49
#, php-format
-msgid "Image exceeds size limit of %d"
-msgstr ""
-
-#: ../../mod/profile_photo.php:241
-msgid "Unable to process image."
-msgstr ""
-
-#: ../../mod/profile_photo.php:290 ../../mod/profile_photo.php:339
-msgid "Photo not available."
-msgstr ""
-
-#: ../../mod/profile_photo.php:358
-msgid "Upload File:"
-msgstr ""
-
-#: ../../mod/profile_photo.php:359
-msgid "Select a profile:"
-msgstr ""
-
-#: ../../mod/profile_photo.php:360
-msgid "Upload Profile Photo"
-msgstr ""
-
-#: ../../mod/profile_photo.php:365
-msgid "skip this step"
-msgstr ""
-
-#: ../../mod/profile_photo.php:365
-msgid "select a photo from your photo albums"
-msgstr ""
-
-#: ../../mod/profile_photo.php:381
-msgid "Crop Image"
-msgstr ""
-
-#: ../../mod/profile_photo.php:382
-msgid "Please adjust the image cropping for optimum viewing."
-msgstr ""
-
-#: ../../mod/profile_photo.php:384
-msgid "Done Editing"
+msgid "%s : Not a valid email address."
msgstr ""
-#: ../../mod/profile_photo.php:427
-msgid "Image uploaded successfully."
+#: ../../mod/invite.php:76
+msgid "Please join us on Red"
msgstr ""
-#: ../../mod/profile_photo.php:429
-msgid "Image upload failed."
+#: ../../mod/invite.php:87
+msgid "Invitation limit exceeded. Please contact your site administrator."
msgstr ""
-#: ../../mod/profile_photo.php:438
+#: ../../mod/invite.php:92
#, php-format
-msgid "Image size reduction [%s] failed."
-msgstr ""
-
-#: ../../mod/sources.php:32
-msgid "Failed to create source. No channel selected."
-msgstr ""
-
-#: ../../mod/sources.php:45
-msgid "Source created."
-msgstr ""
-
-#: ../../mod/sources.php:57
-msgid "Source updated."
-msgstr ""
-
-#: ../../mod/sources.php:82
-msgid "*"
-msgstr ""
-
-#: ../../mod/sources.php:89
-msgid "Manage remote sources of content for your channel."
-msgstr ""
-
-#: ../../mod/sources.php:90 ../../mod/sources.php:100
-msgid "New Source"
-msgstr ""
-
-#: ../../mod/sources.php:101 ../../mod/sources.php:133
-msgid ""
-"Import all or selected content from the following channel into this channel "
-"and distribute it according to your channel settings."
-msgstr ""
-
-#: ../../mod/sources.php:102 ../../mod/sources.php:134
-msgid "Only import content with these words (one per line)"
-msgstr ""
-
-#: ../../mod/sources.php:102 ../../mod/sources.php:134
-msgid "Leave blank to import all public content"
-msgstr ""
-
-#: ../../mod/sources.php:103 ../../mod/sources.php:137
-#: ../../mod/new_channel.php:112
-msgid "Channel Name"
+msgid "%s : Message delivery failed."
msgstr ""
-#: ../../mod/sources.php:123 ../../mod/sources.php:150
-msgid "Source not found."
-msgstr ""
+#: ../../mod/invite.php:96
+#, php-format
+msgid "%d message sent."
+msgid_plural "%d messages sent."
+msgstr[0] ""
+msgstr[1] ""
-#: ../../mod/sources.php:130
-msgid "Edit Source"
+#: ../../mod/invite.php:115
+msgid "You have no more invitations available"
msgstr ""
-#: ../../mod/sources.php:131
-msgid "Delete Source"
+#: ../../mod/invite.php:129
+msgid "Send invitations"
msgstr ""
-#: ../../mod/sources.php:158
-msgid "Source removed"
+#: ../../mod/invite.php:130
+msgid "Enter email addresses, one per line:"
msgstr ""
-#: ../../mod/sources.php:160
-msgid "Unable to remove source."
+#: ../../mod/invite.php:131 ../../mod/mail.php:228 ../../mod/mail.php:341
+msgid "Your message:"
msgstr ""
-#: ../../mod/filer.php:49
-msgid "- select -"
+#: ../../mod/invite.php:132
+msgid "Please join my community on RedMatrix."
msgstr ""
-#: ../../mod/events.php:91
-msgid "Event title and start time are required."
+#: ../../mod/invite.php:134
+msgid "You will need to supply this invitation code: "
msgstr ""
-#: ../../mod/events.php:105
-msgid "Event not found."
+#: ../../mod/invite.php:135
+msgid "1. Register at any RedMatrix location (they are all inter-connected)"
msgstr ""
-#: ../../mod/events.php:369
-msgid "l, F j"
+#: ../../mod/invite.php:137
+msgid "2. Enter my RedMatrix network address into the site searchbar."
msgstr ""
-#: ../../mod/events.php:391
-msgid "Edit event"
+#: ../../mod/invite.php:138
+msgid "or visit "
msgstr ""
-#: ../../mod/events.php:437
-msgid "Create New Event"
+#: ../../mod/invite.php:140
+msgid "3. Click [Connect]"
msgstr ""
-#: ../../mod/events.php:438
-msgid "Previous"
+#: ../../mod/thing.php:96
+msgid "Thing updated"
msgstr ""
-#: ../../mod/events.php:536
-msgid "hour:minute"
+#: ../../mod/thing.php:156
+msgid "Object store: failed"
msgstr ""
-#: ../../mod/events.php:556
-msgid "Event details"
+#: ../../mod/thing.php:160
+msgid "Thing added"
msgstr ""
-#: ../../mod/events.php:557
+#: ../../mod/thing.php:180
#, php-format
-msgid "Format is %s %s."
-msgstr ""
-
-#: ../../mod/events.php:558
-msgid "Starting date and Title are required."
-msgstr ""
-
-#: ../../mod/events.php:562
-msgid "Event Starts:"
-msgstr ""
-
-#: ../../mod/events.php:562 ../../mod/events.php:581 ../../mod/appman.php:91
-#: ../../mod/appman.php:92
-msgid "Required"
+msgid "OBJ: %1$s %2$s %3$s"
msgstr ""
-#: ../../mod/events.php:570
-msgid "Finish date/time is not known or not relevant"
+#: ../../mod/thing.php:232
+msgid "Show Thing"
msgstr ""
-#: ../../mod/events.php:572
-msgid "Event Finishes:"
+#: ../../mod/thing.php:239
+msgid "item not found."
msgstr ""
-#: ../../mod/events.php:575
-msgid "Adjust for viewer timezone"
+#: ../../mod/thing.php:270
+msgid "Edit Thing"
msgstr ""
-#: ../../mod/events.php:577
-msgid "Description:"
+#: ../../mod/thing.php:272 ../../mod/thing.php:319
+msgid "Select a profile"
msgstr ""
-#: ../../mod/events.php:581
-msgid "Title:"
+#: ../../mod/thing.php:276 ../../mod/thing.php:322
+msgid "Post an activity"
msgstr ""
-#: ../../mod/events.php:583
-msgid "Share this event"
+#: ../../mod/thing.php:276 ../../mod/thing.php:322
+msgid "Only sends to viewers of the applicable profile"
msgstr ""
-#: ../../mod/filestorage.php:68
-msgid "Permission Denied."
+#: ../../mod/thing.php:278 ../../mod/thing.php:324
+msgid "Name of thing e.g. something"
msgstr ""
-#: ../../mod/filestorage.php:85
-msgid "File not found."
+#: ../../mod/thing.php:280 ../../mod/thing.php:325
+msgid "URL of thing (optional)"
msgstr ""
-#: ../../mod/filestorage.php:122
-msgid "Edit file permissions"
+#: ../../mod/thing.php:282 ../../mod/thing.php:326
+msgid "URL for photo of thing (optional)"
msgstr ""
-#: ../../mod/filestorage.php:131
-msgid "Set/edit permissions"
+#: ../../mod/thing.php:317
+msgid "Add Thing to your Profile"
msgstr ""
-#: ../../mod/filestorage.php:132
-msgid "Include all files and sub folders"
+#: ../../mod/oexchange.php:23
+msgid "Unable to find your hub."
msgstr ""
-#: ../../mod/filestorage.php:133
-msgid "Return to file list"
+#: ../../mod/oexchange.php:37
+msgid "Post successful."
msgstr ""
-#: ../../mod/filestorage.php:135
-msgid "Copy/paste this code to attach file to a post"
+#: ../../mod/help.php:43 ../../mod/help.php:49 ../../mod/help.php:55
+msgid "Help:"
msgstr ""
-#: ../../mod/filestorage.php:136
-msgid "Copy/paste this URL to link file from a web page"
+#: ../../mod/help.php:69 ../../index.php:237
+msgid "Not Found"
msgstr ""
-#: ../../mod/follow.php:25
-msgid "Channel added."
+#: ../../mod/viewconnections.php:58
+msgid "No connections."
msgstr ""
-#: ../../mod/subthread.php:103
+#: ../../mod/viewconnections.php:71
#, php-format
-msgid "%1$s is following %2$s's %3$s"
-msgstr ""
-
-#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92
-msgid "Contact not found."
-msgstr ""
-
-#: ../../mod/fsuggest.php:63
-msgid "Friend suggestion sent."
-msgstr ""
-
-#: ../../mod/fsuggest.php:97
-msgid "Suggest Friends"
+msgid "Visit %s's profile [%s]"
msgstr ""
-#: ../../mod/fsuggest.php:99
-#, php-format
-msgid "Suggest a friend for %s"
+#: ../../mod/viewconnections.php:86
+msgid "View Connnections"
msgstr ""
-#: ../../mod/suggest.php:35
+#: ../../mod/removeaccount.php:30
msgid ""
-"No suggestions available. If this is a new site, please try again in 24 "
-"hours."
-msgstr ""
-
-#: ../../mod/group.php:20
-msgid "Collection created."
-msgstr ""
-
-#: ../../mod/group.php:26
-msgid "Could not create collection."
-msgstr ""
-
-#: ../../mod/group.php:54
-msgid "Collection updated."
-msgstr ""
-
-#: ../../mod/group.php:86
-msgid "Create a collection of channels."
-msgstr ""
-
-#: ../../mod/group.php:87 ../../mod/group.php:183
-msgid "Collection Name: "
-msgstr ""
-
-#: ../../mod/group.php:89 ../../mod/group.php:186
-msgid "Members are visible to other channels"
+"Account removals are not allowed within 48 hours of changing the account "
+"password."
msgstr ""
-#: ../../mod/group.php:107
-msgid "Collection removed."
+#: ../../mod/removeaccount.php:57
+msgid "Remove This Account"
msgstr ""
-#: ../../mod/group.php:109
-msgid "Unable to remove collection."
+#: ../../mod/removeaccount.php:58
+msgid ""
+"This will completely remove this account including all its channels from the "
+"network. Once this has been done it is not recoverable."
msgstr ""
-#: ../../mod/group.php:182
-msgid "Collection Editor"
+#: ../../mod/removeaccount.php:59 ../../mod/removeme.php:59
+msgid "Please enter your password for verification:"
msgstr ""
-#: ../../mod/group.php:196
-msgid "Members"
+#: ../../mod/removeaccount.php:60
+msgid ""
+"Remove this account, all its channels and all its channel clones from the "
+"network"
msgstr ""
-#: ../../mod/group.php:198
-msgid "All Connected Channels"
+#: ../../mod/removeaccount.php:60
+msgid ""
+"By default only the instances of the channels located on this hub will be "
+"removed from the network"
msgstr ""
-#: ../../mod/group.php:233
-msgid "Click on a channel to add or remove."
+#: ../../mod/profperm.php:29 ../../mod/profperm.php:58
+msgid "Invalid profile identifier."
msgstr ""
-#: ../../mod/tagger.php:98
-#, php-format
-msgid "%1$s tagged %2$s's %3$s with %4$s"
+#: ../../mod/profperm.php:110
+msgid "Profile Visibility Editor"
msgstr ""
-#: ../../mod/help.php:43 ../../mod/help.php:49 ../../mod/help.php:55
-msgid "Help:"
+#: ../../mod/profperm.php:114
+msgid "Click on a contact to add or remove."
msgstr ""
-#: ../../mod/help.php:69 ../../index.php:237
-msgid "Not Found"
+#: ../../mod/profperm.php:123
+msgid "Visible To"
msgstr ""
-#: ../../mod/tagrm.php:41
-msgid "Tag removed"
+#: ../../mod/register.php:42
+msgid "Maximum daily site registrations exceeded. Please try again tomorrow."
msgstr ""
-#: ../../mod/tagrm.php:79
-msgid "Remove Item Tag"
+#: ../../mod/register.php:48
+msgid ""
+"Please indicate acceptance of the Terms of Service. Registration failed."
msgstr ""
-#: ../../mod/tagrm.php:81
-msgid "Select a tag to remove: "
+#: ../../mod/register.php:82
+msgid "Passwords do not match."
msgstr ""
-#: ../../mod/admin.php:52
-msgid "Theme settings updated."
+#: ../../mod/register.php:115
+msgid ""
+"Registration successful. Please check your email for validation instructions."
msgstr ""
-#: ../../mod/admin.php:97 ../../mod/admin.php:413
-msgid "Site"
+#: ../../mod/register.php:121
+msgid "Your registration is pending approval by the site owner."
msgstr ""
-#: ../../mod/admin.php:98
-msgid "Accounts"
+#: ../../mod/register.php:124
+msgid "Your registration can not be processed."
msgstr ""
-#: ../../mod/admin.php:99 ../../mod/admin.php:860
-msgid "Channels"
+#: ../../mod/register.php:161
+msgid "Registration on this site/hub is by approval only."
msgstr ""
-#: ../../mod/admin.php:100 ../../mod/admin.php:951 ../../mod/admin.php:993
-msgid "Plugins"
+#: ../../mod/register.php:162
+msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>"
msgstr ""
-#: ../../mod/admin.php:101 ../../mod/admin.php:1156 ../../mod/admin.php:1192
-msgid "Themes"
+#: ../../mod/register.php:170
+msgid ""
+"This site has exceeded the number of allowed daily account registrations. "
+"Please try again tomorrow."
msgstr ""
-#: ../../mod/admin.php:102 ../../mod/admin.php:515
-msgid "Server"
+#: ../../mod/register.php:181
+msgid "Terms of Service"
msgstr ""
-#: ../../mod/admin.php:103
-msgid "Profile Config"
+#: ../../mod/register.php:187
+#, php-format
+msgid "I accept the %s for this website"
msgstr ""
-#: ../../mod/admin.php:104
-msgid "DB updates"
+#: ../../mod/register.php:189
+#, php-format
+msgid "I am over 13 years of age and accept the %s for this website"
msgstr ""
-#: ../../mod/admin.php:118 ../../mod/admin.php:125 ../../mod/admin.php:1279
-msgid "Logs"
+#: ../../mod/register.php:208
+msgid "Membership on this site is by invitation only."
msgstr ""
-#: ../../mod/admin.php:124
-msgid "Plugin Features"
+#: ../../mod/register.php:209
+msgid "Please enter your invitation code"
msgstr ""
-#: ../../mod/admin.php:126
-msgid "User registrations waiting for confirmation"
+#: ../../mod/register.php:212
+msgid "Your email address"
msgstr ""
-#: ../../mod/admin.php:206
-msgid "Message queues"
+#: ../../mod/register.php:213
+msgid "Choose a password"
msgstr ""
-#: ../../mod/admin.php:211 ../../mod/admin.php:412 ../../mod/admin.php:514
-#: ../../mod/admin.php:723 ../../mod/admin.php:859 ../../mod/admin.php:950
-#: ../../mod/admin.php:992 ../../mod/admin.php:1155 ../../mod/admin.php:1191
-#: ../../mod/admin.php:1278
-msgid "Administration"
+#: ../../mod/register.php:214
+msgid "Please re-enter your password"
msgstr ""
-#: ../../mod/admin.php:212
-msgid "Summary"
+#: ../../mod/network.php:79
+msgid "No such group"
msgstr ""
-#: ../../mod/admin.php:214
-msgid "Registered users"
+#: ../../mod/network.php:118
+msgid "Search Results For:"
msgstr ""
-#: ../../mod/admin.php:216 ../../mod/admin.php:518
-msgid "Pending registrations"
+#: ../../mod/network.php:172
+msgid "Collection is empty"
msgstr ""
-#: ../../mod/admin.php:217
-msgid "Version"
+#: ../../mod/network.php:180
+msgid "Collection: "
msgstr ""
-#: ../../mod/admin.php:219 ../../mod/admin.php:519
-msgid "Active plugins"
+#: ../../mod/network.php:193
+msgid "Connection: "
msgstr ""
-#: ../../mod/admin.php:333
-msgid "Site settings updated."
+#: ../../mod/network.php:196
+msgid "Invalid connection."
msgstr ""
-#: ../../mod/admin.php:364
-msgid "No special theme for accessibility"
+#: ../../mod/delegate.php:95
+msgid "No potential page delegates located."
msgstr ""
-#: ../../mod/admin.php:393
-msgid "Yes - with approval"
+#: ../../mod/delegate.php:121
+msgid "Delegate Page Management"
msgstr ""
-#: ../../mod/admin.php:399
-msgid "My site is not a public server"
+#: ../../mod/delegate.php:123
+msgid ""
+"Delegates are able to manage all aspects of this account/page except for "
+"basic account settings. Please do not delegate your personal account to "
+"anybody that you do not trust completely."
msgstr ""
-#: ../../mod/admin.php:400
-msgid "My site has paid access only"
+#: ../../mod/delegate.php:124
+msgid "Existing Page Managers"
msgstr ""
-#: ../../mod/admin.php:401
-msgid "My site has free access only"
+#: ../../mod/delegate.php:126
+msgid "Existing Page Delegates"
msgstr ""
-#: ../../mod/admin.php:402
-msgid "My site offers free accounts with optional paid upgrades"
+#: ../../mod/delegate.php:128
+msgid "Potential Delegates"
msgstr ""
-#: ../../mod/admin.php:416
-msgid "File upload"
+#: ../../mod/delegate.php:131
+msgid "Add"
msgstr ""
-#: ../../mod/admin.php:417
-msgid "Policies"
+#: ../../mod/delegate.php:132
+msgid "No entries."
msgstr ""
-#: ../../mod/admin.php:422
-msgid "Site name"
+#: ../../mod/connect.php:55 ../../mod/connect.php:103
+msgid "Continue"
msgstr ""
-#: ../../mod/admin.php:423
-msgid "Banner/Logo"
+#: ../../mod/connect.php:84
+msgid "Premium Channel Setup"
msgstr ""
-#: ../../mod/admin.php:424
-msgid "Administrator Information"
+#: ../../mod/connect.php:86
+msgid "Enable premium channel connection restrictions"
msgstr ""
-#: ../../mod/admin.php:424
+#: ../../mod/connect.php:87
msgid ""
-"Contact information for site administrators. Displayed on siteinfo page. "
-"BBCode can be used here"
-msgstr ""
-
-#: ../../mod/admin.php:425
-msgid "System language"
-msgstr ""
-
-#: ../../mod/admin.php:426
-msgid "System theme"
+"Please enter your restrictions or conditions, such as paypal receipt, usage "
+"guidelines, etc."
msgstr ""
-#: ../../mod/admin.php:426
+#: ../../mod/connect.php:89 ../../mod/connect.php:109
msgid ""
-"Default system theme - may be over-ridden by user profiles - <a href='#' "
-"id='cnftheme'>change theme settings</a>"
-msgstr ""
-
-#: ../../mod/admin.php:427
-msgid "Mobile system theme"
+"This channel may require additional steps or acknowledgement of the "
+"following conditions prior to connecting:"
msgstr ""
-#: ../../mod/admin.php:427
-msgid "Theme for mobile devices"
+#: ../../mod/connect.php:90
+msgid ""
+"Potential connections will then see the following text before proceeding:"
msgstr ""
-#: ../../mod/admin.php:428
-msgid "Accessibility system theme"
+#: ../../mod/connect.php:91 ../../mod/connect.php:112
+msgid ""
+"By continuing, I certify that I have complied with any instructions provided "
+"on this page."
msgstr ""
-#: ../../mod/admin.php:428
-msgid "Accessibility theme"
+#: ../../mod/connect.php:100
+msgid "(No specific instructions have been provided by the channel owner.)"
msgstr ""
-#: ../../mod/admin.php:430
-msgid "Enable Diaspora Protocol"
+#: ../../mod/connect.php:108
+msgid "Restricted or Premium Channel"
msgstr ""
-#: ../../mod/admin.php:430
-msgid "Communicate with Diaspora and Friendica - experimental"
+#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92
+msgid "Contact not found."
msgstr ""
-#: ../../mod/admin.php:431
-msgid "Allow Feeds as Connections"
+#: ../../mod/fsuggest.php:63
+msgid "Friend suggestion sent."
msgstr ""
-#: ../../mod/admin.php:431
-msgid "(Heavy system resource usage)"
+#: ../../mod/fsuggest.php:97
+msgid "Suggest Friends"
msgstr ""
-#: ../../mod/admin.php:432
-msgid "Maximum image size"
+#: ../../mod/fsuggest.php:99
+#, php-format
+msgid "Suggest a friend for %s"
msgstr ""
-#: ../../mod/admin.php:432
-msgid ""
-"Maximum size in bytes of uploaded images. Default is 0, which means no "
-"limits."
+#: ../../mod/manage.php:136
+#, php-format
+msgid "You have created %1$.0f of %2$.0f allowed channels."
msgstr ""
-#: ../../mod/admin.php:433
-msgid "Does this site allow new member registration?"
+#: ../../mod/manage.php:144
+msgid "Create a new channel"
msgstr ""
-#: ../../mod/admin.php:434
-msgid "Which best describes the types of account offered by this hub?"
+#: ../../mod/manage.php:149
+msgid "Current Channel"
msgstr ""
-#: ../../mod/admin.php:435
-msgid "Register text"
+#: ../../mod/manage.php:151
+msgid "Attach to one of your channels by selecting it."
msgstr ""
-#: ../../mod/admin.php:435
-msgid "Will be displayed prominently on the registration page."
+#: ../../mod/manage.php:152
+msgid "Default Channel"
msgstr ""
-#: ../../mod/admin.php:436
-msgid "Accounts abandoned after x days"
+#: ../../mod/manage.php:153
+msgid "Make Default"
msgstr ""
-#: ../../mod/admin.php:436
+#: ../../mod/removeme.php:29
msgid ""
-"Will not waste system resources polling external sites for abandonded "
-"accounts. Enter 0 for no time limit."
+"Channel removals are not allowed within 48 hours of changing the account "
+"password."
msgstr ""
-#: ../../mod/admin.php:437
-msgid "Allowed friend domains"
+#: ../../mod/removeme.php:57
+msgid "Remove This Channel"
msgstr ""
-#: ../../mod/admin.php:437
+#: ../../mod/removeme.php:58
msgid ""
-"Comma separated list of domains which are allowed to establish friendships "
-"with this site. Wildcards are accepted. Empty to allow any domains"
+"This will completely remove this channel from the network. Once this has "
+"been done it is not recoverable."
msgstr ""
-#: ../../mod/admin.php:438
-msgid "Allowed email domains"
+#: ../../mod/removeme.php:60
+msgid "Remove this channel and all its clones from the network"
msgstr ""
-#: ../../mod/admin.php:438
+#: ../../mod/removeme.php:60
msgid ""
-"Comma separated list of domains which are allowed in email addresses for "
-"registrations to this site. Wildcards are accepted. Empty to allow any "
-"domains"
-msgstr ""
-
-#: ../../mod/admin.php:439
-msgid "Block public"
+"By default only the instance of the channel located on this hub will be "
+"removed from the network"
msgstr ""
-#: ../../mod/admin.php:439
-msgid ""
-"Check to block public access to all otherwise public personal pages on this "
-"site unless you are currently logged in."
+#: ../../mod/removeme.php:61
+msgid "Remove Channel"
msgstr ""
-#: ../../mod/admin.php:440
-msgid "Verify Email Addresses"
+#: ../../mod/editpost.php:20 ../../mod/editwebpage.php:32
+#: ../../mod/editblock.php:8 ../../mod/editblock.php:27
+#: ../../mod/editblock.php:53 ../../mod/editlayout.php:36
+msgid "Item not found"
msgstr ""
-#: ../../mod/admin.php:440
-msgid ""
-"Check to verify email addresses used in account registration (recommended)."
+#: ../../mod/editpost.php:31
+msgid "Item is not editable"
msgstr ""
-#: ../../mod/admin.php:441
-msgid "Force publish"
+#: ../../mod/editpost.php:42 ../../mod/rpost.php:97
+msgid "Edit post"
msgstr ""
-#: ../../mod/admin.php:441
-msgid ""
-"Check to force all profiles on this site to be listed in the site directory."
+#: ../../mod/editpost.php:53
+msgid "Delete item?"
msgstr ""
-#: ../../mod/admin.php:442
-msgid "Disable discovery tab"
+#: ../../mod/editpost.php:116 ../../mod/editwebpage.php:147
+#: ../../mod/editblock.php:115 ../../mod/editlayout.php:110
+msgid "Insert YouTube video"
msgstr ""
-#: ../../mod/admin.php:442
-msgid ""
-"Remove the tab in the network view with public content pulled from sources "
-"chosen for this site."
+#: ../../mod/editpost.php:117 ../../mod/editwebpage.php:148
+#: ../../mod/editblock.php:116 ../../mod/editlayout.php:111
+msgid "Insert Vorbis [.ogg] video"
msgstr ""
-#: ../../mod/admin.php:443
-msgid "No login on Homepage"
+#: ../../mod/editpost.php:118 ../../mod/editwebpage.php:149
+#: ../../mod/editblock.php:117 ../../mod/editlayout.php:112
+msgid "Insert Vorbis [.ogg] audio"
msgstr ""
-#: ../../mod/admin.php:443
-msgid ""
-"Check to hide the login form from your sites homepage when visitors arrive "
-"who are not logged in (e.g. when you put the content of the homepage in via "
-"the site channel)."
+#: ../../mod/editwebpage.php:106
+msgid "Edit Webpage"
msgstr ""
-#: ../../mod/admin.php:445
-msgid "Proxy user"
+#: ../../mod/editwebpage.php:116
+msgid "Delete webpage?"
msgstr ""
-#: ../../mod/admin.php:446
-msgid "Proxy URL"
+#: ../../mod/editwebpage.php:186
+msgid "Delete Webpage"
msgstr ""
-#: ../../mod/admin.php:447
-msgid "Network timeout"
+#: ../../mod/poke.php:159
+msgid "Poke/Prod"
msgstr ""
-#: ../../mod/admin.php:447
-msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
+#: ../../mod/poke.php:160
+msgid "poke, prod or do other things to somebody"
msgstr ""
-#: ../../mod/admin.php:448
-msgid "Delivery interval"
+#: ../../mod/poke.php:161
+msgid "Recipient"
msgstr ""
-#: ../../mod/admin.php:448
-msgid ""
-"Delay background delivery processes by this many seconds to reduce system "
-"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 "
-"for large dedicated servers."
+#: ../../mod/poke.php:162
+msgid "Choose what you wish to do to recipient"
msgstr ""
-#: ../../mod/admin.php:449
-msgid "Poll interval"
+#: ../../mod/poke.php:165
+msgid "Make this post private"
msgstr ""
-#: ../../mod/admin.php:449
-msgid ""
-"Delay background polling processes by this many seconds to reduce system "
-"load. If 0, use delivery interval."
+#: ../../mod/blocks.php:62
+msgid "Block Name"
msgstr ""
-#: ../../mod/admin.php:450
-msgid "Maximum Load Average"
+#: ../../mod/group.php:20
+msgid "Collection created."
msgstr ""
-#: ../../mod/admin.php:450
-msgid ""
-"Maximum system load before delivery and poll processes are deferred - "
-"default 50."
+#: ../../mod/group.php:26
+msgid "Could not create collection."
msgstr ""
-#: ../../mod/admin.php:506
-msgid "No server found"
+#: ../../mod/group.php:54
+msgid "Collection updated."
msgstr ""
-#: ../../mod/admin.php:513 ../../mod/admin.php:737
-msgid "ID"
+#: ../../mod/group.php:86
+msgid "Create a collection of channels."
msgstr ""
-#: ../../mod/admin.php:513
-msgid "for channel"
+#: ../../mod/group.php:87 ../../mod/group.php:183
+msgid "Collection Name: "
msgstr ""
-#: ../../mod/admin.php:513
-msgid "on server"
+#: ../../mod/group.php:89 ../../mod/group.php:186
+msgid "Members are visible to other channels"
msgstr ""
-#: ../../mod/admin.php:513
-msgid "Status"
+#: ../../mod/group.php:107
+msgid "Collection removed."
msgstr ""
-#: ../../mod/admin.php:534
-msgid "Update has been marked successful"
+#: ../../mod/group.php:109
+msgid "Unable to remove collection."
msgstr ""
-#: ../../mod/admin.php:544
-#, php-format
-msgid "Executing %s failed. Check system logs."
+#: ../../mod/group.php:182
+msgid "Collection Editor"
msgstr ""
-#: ../../mod/admin.php:547
-#, php-format
-msgid "Update %s was successfully applied."
+#: ../../mod/group.php:196
+msgid "Members"
msgstr ""
-#: ../../mod/admin.php:551
-#, php-format
-msgid "Update %s did not return a status. Unknown if it succeeded."
+#: ../../mod/group.php:198
+msgid "All Connected Channels"
msgstr ""
-#: ../../mod/admin.php:554
-#, php-format
-msgid "Update function %s could not be found."
+#: ../../mod/group.php:233
+msgid "Click on a channel to add or remove."
msgstr ""
-#: ../../mod/admin.php:569
-msgid "No failed updates."
+#: ../../mod/tagrm.php:41
+msgid "Tag removed"
msgstr ""
-#: ../../mod/admin.php:573
-msgid "Failed Updates"
+#: ../../mod/tagrm.php:79
+msgid "Remove Item Tag"
msgstr ""
-#: ../../mod/admin.php:575
-msgid "Mark success (if update was manually applied)"
+#: ../../mod/tagrm.php:81
+msgid "Select a tag to remove: "
msgstr ""
-#: ../../mod/admin.php:576
-msgid "Attempt to execute this update step automatically"
+#: ../../mod/attach.php:9
+msgid "Item not available."
msgstr ""
-#: ../../mod/admin.php:602
-#, php-format
-msgid "%s user blocked/unblocked"
-msgid_plural "%s users blocked/unblocked"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../../mod/admin.php:609
-#, php-format
-msgid "%s user deleted"
-msgid_plural "%s users deleted"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../../mod/admin.php:638
-msgid "Account not found"
+#: ../../mod/service_limits.php:19
+msgid "No service class restrictions found."
msgstr ""
-#: ../../mod/admin.php:658
-#, php-format
-msgid "User '%s' unblocked"
+#: ../../mod/item.php:150
+msgid "Unable to locate original post."
msgstr ""
-#: ../../mod/admin.php:658
-#, php-format
-msgid "User '%s' blocked"
+#: ../../mod/item.php:383
+msgid "Empty post discarded."
msgstr ""
-#: ../../mod/admin.php:724 ../../mod/admin.php:736
-msgid "Users"
+#: ../../mod/item.php:425
+msgid "Executable content type not permitted to this channel."
msgstr ""
-#: ../../mod/admin.php:726 ../../mod/admin.php:862
-msgid "select all"
+#: ../../mod/item.php:855
+msgid "System error. Post not saved."
msgstr ""
-#: ../../mod/admin.php:727
-msgid "User registrations waiting for confirm"
+#: ../../mod/item.php:1324
+#, php-format
+msgid "You have reached your limit of %1$.0f top level posts."
msgstr ""
-#: ../../mod/admin.php:728
-msgid "Request date"
+#: ../../mod/item.php:1330
+#, php-format
+msgid "You have reached your limit of %1$.0f webpages."
msgstr ""
-#: ../../mod/admin.php:729
-msgid "No registrations."
+#: ../../mod/cloud.php:130
+msgid "RedMatrix - Guests: Username: {your email address}, Password: +++"
msgstr ""
-#: ../../mod/admin.php:730
-msgid "Approve"
+#: ../../mod/chatsvc.php:111
+msgid "Away"
msgstr ""
-#: ../../mod/admin.php:731
-msgid "Deny"
+#: ../../mod/chatsvc.php:115
+msgid "Online"
msgstr ""
-#: ../../mod/admin.php:737
-msgid "Register date"
+#: ../../mod/directory.php:223
+msgid "Finding:"
msgstr ""
-#: ../../mod/admin.php:737
-msgid "Last login"
+#: ../../mod/directory.php:228
+msgid "next page"
msgstr ""
-#: ../../mod/admin.php:737
-msgid "Expires"
+#: ../../mod/directory.php:228
+msgid "previous page"
msgstr ""
-#: ../../mod/admin.php:737
-msgid "Service Class"
+#: ../../mod/directory.php:245
+msgid "No entries (some entries may be hidden)."
msgstr ""
-#: ../../mod/admin.php:739
-msgid ""
-"Selected users will be deleted!\\n\\nEverything these users had posted on "
-"this site will be permanently deleted!\\n\\nAre you sure?"
+#: ../../mod/match.php:16
+msgid "Profile Match"
msgstr ""
-#: ../../mod/admin.php:740
-msgid ""
-"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
-"site will be permanently deleted!\\n\\nAre you sure?"
+#: ../../mod/match.php:24
+msgid "No keywords to match. Please add keywords to your default profile."
msgstr ""
-#: ../../mod/admin.php:773
-#, php-format
-msgid "%s channel censored/uncensored"
-msgid_plural "%s channels censored/uncensored"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../../mod/admin.php:780
-#, php-format
-msgid "%s channel deleted"
-msgid_plural "%s channels deleted"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../../mod/admin.php:799
-msgid "Channel not found"
+#: ../../mod/match.php:61
+msgid "is interested in:"
msgstr ""
-#: ../../mod/admin.php:810
-#, php-format
-msgid "Channel '%s' deleted"
+#: ../../mod/match.php:69
+msgid "No matches"
msgstr ""
-#: ../../mod/admin.php:821
-#, php-format
-msgid "Channel '%s' uncensored"
+#: ../../mod/dirsearch.php:21
+msgid "This site is not a directory server"
msgstr ""
-#: ../../mod/admin.php:821
+#: ../../mod/siteinfo.php:90
#, php-format
-msgid "Channel '%s' censored"
-msgstr ""
-
-#: ../../mod/admin.php:864
-msgid "Censor"
+msgid "Version %s"
msgstr ""
-#: ../../mod/admin.php:865
-msgid "Uncensor"
+#: ../../mod/siteinfo.php:111
+msgid "Installed plugins/addons/apps:"
msgstr ""
-#: ../../mod/admin.php:868
-msgid "UID"
+#: ../../mod/siteinfo.php:124
+msgid "No installed plugins/addons/apps"
msgstr ""
-#: ../../mod/admin.php:870
-msgid ""
-"Selected channels will be deleted!\\n\\nEverything that was posted in these "
-"channels on this site will be permanently deleted!\\n\\nAre you sure?"
+#: ../../mod/siteinfo.php:132
+msgid "Red"
msgstr ""
-#: ../../mod/admin.php:871
+#: ../../mod/siteinfo.php:133
msgid ""
-"The channel {0} will be deleted!\\n\\nEverything that was posted in this "
-"channel on this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr ""
-
-#: ../../mod/admin.php:910
-#, php-format
-msgid "Plugin %s disabled."
-msgstr ""
-
-#: ../../mod/admin.php:914
-#, php-format
-msgid "Plugin %s enabled."
-msgstr ""
-
-#: ../../mod/admin.php:924 ../../mod/admin.php:1126
-msgid "Disable"
+"This is a hub of the Red Matrix - a global cooperative network of "
+"decentralized privacy enhanced websites."
msgstr ""
-#: ../../mod/admin.php:926 ../../mod/admin.php:1128
-msgid "Enable"
+#: ../../mod/siteinfo.php:137
+msgid "Running at web location"
msgstr ""
-#: ../../mod/admin.php:952 ../../mod/admin.php:1157
-msgid "Toggle"
+#: ../../mod/siteinfo.php:138
+msgid ""
+"Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more "
+"about the Red Matrix."
msgstr ""
-#: ../../mod/admin.php:960 ../../mod/admin.php:1167
-msgid "Author: "
+#: ../../mod/siteinfo.php:139
+msgid "Bug reports and issues: please visit"
msgstr ""
-#: ../../mod/admin.php:961 ../../mod/admin.php:1168
-msgid "Maintainer: "
+#: ../../mod/siteinfo.php:142
+msgid ""
+"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"
msgstr ""
-#: ../../mod/admin.php:1090
-msgid "No themes found."
+#: ../../mod/siteinfo.php:144
+msgid "Site Administrators"
msgstr ""
-#: ../../mod/admin.php:1149
-msgid "Screenshot"
+#: ../../mod/appman.php:28 ../../mod/appman.php:44
+msgid "App installed."
msgstr ""
-#: ../../mod/admin.php:1197
-msgid "[Experimental]"
+#: ../../mod/appman.php:37
+msgid "Malformed app."
msgstr ""
-#: ../../mod/admin.php:1198
-msgid "[Unsupported]"
+#: ../../mod/appman.php:80
+msgid "Embed code"
msgstr ""
-#: ../../mod/admin.php:1225
-msgid "Log settings updated."
+#: ../../mod/appman.php:86
+msgid "Edit App"
msgstr ""
-#: ../../mod/admin.php:1281
-msgid "Clear"
+#: ../../mod/appman.php:86
+msgid "Create App"
msgstr ""
-#: ../../mod/admin.php:1287
-msgid "Debugging"
+#: ../../mod/appman.php:91
+msgid "Name of app"
msgstr ""
-#: ../../mod/admin.php:1288
-msgid "Log file"
+#: ../../mod/appman.php:91 ../../mod/appman.php:92 ../../mod/events.php:562
+#: ../../mod/events.php:581
+msgid "Required"
msgstr ""
-#: ../../mod/admin.php:1288
-msgid ""
-"Must be writable by web server. Relative to your Red top-level directory."
+#: ../../mod/appman.php:92
+msgid "Location (URL) of app"
msgstr ""
-#: ../../mod/admin.php:1289
-msgid "Log level"
+#: ../../mod/appman.php:94
+msgid "Photo icon URL"
msgstr ""
-#: ../../mod/admin.php:1336
-msgid "New Profile Field"
+#: ../../mod/appman.php:94
+msgid "80 x 80 pixels - optional"
msgstr ""
-#: ../../mod/admin.php:1337 ../../mod/admin.php:1358
-msgid "Field nickname"
+#: ../../mod/appman.php:95
+msgid "Version ID"
msgstr ""
-#: ../../mod/admin.php:1337 ../../mod/admin.php:1358
-msgid "System name of field"
+#: ../../mod/appman.php:96
+msgid "Price of app"
msgstr ""
-#: ../../mod/admin.php:1338 ../../mod/admin.php:1359
-msgid "Input type"
+#: ../../mod/appman.php:97
+msgid "Location (URL) to purchase app"
msgstr ""
-#: ../../mod/admin.php:1339 ../../mod/admin.php:1360
-msgid "Field Name"
+#: ../../mod/sources.php:32
+msgid "Failed to create source. No channel selected."
msgstr ""
-#: ../../mod/admin.php:1339 ../../mod/admin.php:1360
-msgid "Label on profile pages"
+#: ../../mod/sources.php:45
+msgid "Source created."
msgstr ""
-#: ../../mod/admin.php:1340 ../../mod/admin.php:1361
-msgid "Help text"
+#: ../../mod/sources.php:57
+msgid "Source updated."
msgstr ""
-#: ../../mod/admin.php:1340 ../../mod/admin.php:1361
-msgid "Additional info (optional)"
+#: ../../mod/sources.php:82
+msgid "*"
msgstr ""
-#: ../../mod/admin.php:1351
-msgid "Field definition not found"
+#: ../../mod/sources.php:89
+msgid "Manage remote sources of content for your channel."
msgstr ""
-#: ../../mod/admin.php:1357
-msgid "Edit Profile Field"
+#: ../../mod/sources.php:90 ../../mod/sources.php:100
+msgid "New Source"
msgstr ""
-#: ../../mod/thing.php:96
-msgid "Thing updated"
+#: ../../mod/sources.php:101 ../../mod/sources.php:133
+msgid ""
+"Import all or selected content from the following channel into this channel "
+"and distribute it according to your channel settings."
msgstr ""
-#: ../../mod/thing.php:156
-msgid "Object store: failed"
+#: ../../mod/sources.php:102 ../../mod/sources.php:134
+msgid "Only import content with these words (one per line)"
msgstr ""
-#: ../../mod/thing.php:160
-msgid "Thing added"
+#: ../../mod/sources.php:102 ../../mod/sources.php:134
+msgid "Leave blank to import all public content"
msgstr ""
-#: ../../mod/thing.php:180
-#, php-format
-msgid "OBJ: %1$s %2$s %3$s"
+#: ../../mod/sources.php:123 ../../mod/sources.php:150
+msgid "Source not found."
msgstr ""
-#: ../../mod/thing.php:232
-msgid "Show Thing"
+#: ../../mod/sources.php:130
+msgid "Edit Source"
msgstr ""
-#: ../../mod/thing.php:239
-msgid "item not found."
+#: ../../mod/sources.php:131
+msgid "Delete Source"
msgstr ""
-#: ../../mod/thing.php:270
-msgid "Edit Thing"
+#: ../../mod/sources.php:158
+msgid "Source removed"
msgstr ""
-#: ../../mod/thing.php:272 ../../mod/thing.php:319
-msgid "Select a profile"
+#: ../../mod/sources.php:160
+msgid "Unable to remove source."
msgstr ""
-#: ../../mod/thing.php:276 ../../mod/thing.php:322
-msgid "Post an activity"
+#: ../../mod/pubsites.php:16
+msgid "Public Sites"
msgstr ""
-#: ../../mod/thing.php:276 ../../mod/thing.php:322
-msgid "Only sends to viewers of the applicable profile"
+#: ../../mod/pubsites.php:19
+msgid ""
+"The listed sites allow public registration into the Red Matrix. All sites in "
+"the matrix are interlinked so membership on any of them conveys membership "
+"in the matrix as a whole. Some sites may require subscription or provide "
+"tiered service plans. The provider links <strong>may</strong> provide "
+"additional details."
msgstr ""
-#: ../../mod/thing.php:278 ../../mod/thing.php:324
-msgid "Name of thing e.g. something"
+#: ../../mod/pubsites.php:25
+msgid "Site URL"
msgstr ""
-#: ../../mod/thing.php:280 ../../mod/thing.php:325
-msgid "URL of thing (optional)"
+#: ../../mod/pubsites.php:25
+msgid "Access Type"
msgstr ""
-#: ../../mod/thing.php:282 ../../mod/thing.php:326
-msgid "URL for photo of thing (optional)"
+#: ../../mod/pubsites.php:25
+msgid "Registration Policy"
msgstr ""
-#: ../../mod/thing.php:317
-msgid "Add Thing to your Profile"
+#: ../../mod/pubsites.php:25 ../../mod/profiles.php:440
+msgid "Location"
msgstr ""
#: ../../mod/import.php:25
@@ -7206,256 +7383,8 @@ msgstr ""
msgid "Import existing posts if possible"
msgstr ""
-#: ../../mod/invite.php:25
-msgid "Total invitation limit exceeded."
-msgstr ""
-
-#: ../../mod/invite.php:49
-#, php-format
-msgid "%s : Not a valid email address."
-msgstr ""
-
-#: ../../mod/invite.php:76
-msgid "Please join us on Red"
-msgstr ""
-
-#: ../../mod/invite.php:87
-msgid "Invitation limit exceeded. Please contact your site administrator."
-msgstr ""
-
-#: ../../mod/invite.php:92
-#, php-format
-msgid "%s : Message delivery failed."
-msgstr ""
-
-#: ../../mod/invite.php:96
-#, php-format
-msgid "%d message sent."
-msgid_plural "%d messages sent."
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../../mod/invite.php:115
-msgid "You have no more invitations available"
-msgstr ""
-
-#: ../../mod/invite.php:129
-msgid "Send invitations"
-msgstr ""
-
-#: ../../mod/invite.php:130
-msgid "Enter email addresses, one per line:"
-msgstr ""
-
-#: ../../mod/invite.php:131 ../../mod/mail.php:228 ../../mod/mail.php:341
-msgid "Your message:"
-msgstr ""
-
-#: ../../mod/invite.php:132
-msgid "Please join my community on RedMatrix."
-msgstr ""
-
-#: ../../mod/invite.php:134
-msgid "You will need to supply this invitation code: "
-msgstr ""
-
-#: ../../mod/invite.php:135
-msgid "1. Register at any RedMatrix location (they are all inter-connected)"
-msgstr ""
-
-#: ../../mod/invite.php:137
-msgid "2. Enter my RedMatrix network address into the site searchbar."
-msgstr ""
-
-#: ../../mod/invite.php:138
-msgid "or visit "
-msgstr ""
-
-#: ../../mod/invite.php:140
-msgid "3. Click [Connect]"
-msgstr ""
-
-#: ../../mod/item.php:150
-msgid "Unable to locate original post."
-msgstr ""
-
-#: ../../mod/item.php:383
-msgid "Empty post discarded."
-msgstr ""
-
-#: ../../mod/item.php:425
-msgid "Executable content type not permitted to this channel."
-msgstr ""
-
-#: ../../mod/item.php:855
-msgid "System error. Post not saved."
-msgstr ""
-
-#: ../../mod/item.php:1324
-#, php-format
-msgid "You have reached your limit of %1$.0f top level posts."
-msgstr ""
-
-#: ../../mod/item.php:1330
-#, php-format
-msgid "You have reached your limit of %1$.0f webpages."
-msgstr ""
-
-#: ../../mod/update_channel.php:43 ../../mod/update_display.php:25
-#: ../../mod/update_network.php:23 ../../mod/update_search.php:46
-msgid "[Embedded content - reload page to view]"
-msgstr ""
-
-#: ../../mod/layouts.php:62
-msgid "Help with this feature"
-msgstr ""
-
-#: ../../mod/layouts.php:85
-msgid "Layout Name"
-msgstr ""
-
-#: ../../mod/like.php:15
-msgid "Like/Dislike"
-msgstr ""
-
-#: ../../mod/like.php:20
-msgid "This action is restricted to members."
-msgstr ""
-
-#: ../../mod/like.php:21
-msgid ""
-"Please <a href=\"rmagic\">login with your RedMatrix ID</a> or <a href="
-"\"register\">register as a new RedMatrix member</a> to continue."
-msgstr ""
-
-#: ../../mod/like.php:77 ../../mod/like.php:104 ../../mod/like.php:142
-msgid "Invalid request."
-msgstr ""
-
-#: ../../mod/like.php:119
-msgid "thing"
-msgstr ""
-
-#: ../../mod/like.php:165
-msgid "Channel unavailable."
-msgstr ""
-
-#: ../../mod/like.php:204
-msgid "Previous action reversed."
-msgstr ""
-
-#: ../../mod/like.php:417
-msgid "Action completed."
-msgstr ""
-
-#: ../../mod/like.php:418
-msgid "Thank you."
-msgstr ""
-
-#: ../../mod/lockview.php:31
-msgid "Remote privacy information not available."
-msgstr ""
-
-#: ../../mod/lockview.php:52
-msgid "Visible to:"
-msgstr ""
-
-#: ../../mod/viewconnections.php:58
-msgid "No connections."
-msgstr ""
-
-#: ../../mod/viewconnections.php:71
-#, php-format
-msgid "Visit %s's profile [%s]"
-msgstr ""
-
-#: ../../mod/viewconnections.php:86
-msgid "View Connnections"
-msgstr ""
-
-#: ../../mod/lostpass.php:15
-msgid "No valid account found."
-msgstr ""
-
-#: ../../mod/lostpass.php:29
-msgid "Password reset request issued. Check your email."
-msgstr ""
-
-#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102
-#, php-format
-msgid "Site Member (%s)"
-msgstr ""
-
-#: ../../mod/lostpass.php:40
-#, php-format
-msgid "Password reset requested at %s"
-msgstr ""
-
-#: ../../mod/lostpass.php:63
-msgid ""
-"Request could not be verified. (You may have previously submitted it.) "
-"Password reset failed."
-msgstr ""
-
-#: ../../mod/lostpass.php:85 ../../boot.php:1505
-msgid "Password Reset"
-msgstr ""
-
-#: ../../mod/lostpass.php:86
-msgid "Your password has been reset as requested."
-msgstr ""
-
-#: ../../mod/lostpass.php:87
-msgid "Your new password is"
-msgstr ""
-
-#: ../../mod/lostpass.php:88
-msgid "Save or copy your new password - and then"
-msgstr ""
-
-#: ../../mod/lostpass.php:89
-msgid "click here to login"
-msgstr ""
-
-#: ../../mod/lostpass.php:90
-msgid ""
-"Your password may be changed from the <em>Settings</em> page after "
-"successful login."
-msgstr ""
-
-#: ../../mod/lostpass.php:107
-#, php-format
-msgid "Your password has changed at %s"
-msgstr ""
-
-#: ../../mod/lostpass.php:122
-msgid "Forgot your Password?"
-msgstr ""
-
-#: ../../mod/lostpass.php:123
-msgid ""
-"Enter your email address and submit to have your password reset. Then check "
-"your email for further instructions."
-msgstr ""
-
-#: ../../mod/lostpass.php:124
-msgid "Email Address"
-msgstr ""
-
-#: ../../mod/lostpass.php:125
-msgid "Reset"
-msgstr ""
-
-#: ../../mod/magic.php:70
-msgid "Hub not found."
-msgstr ""
-
-#: ../../mod/vote.php:97
-msgid "Total votes"
-msgstr ""
-
-#: ../../mod/vote.php:98
-msgid "Average Rating"
+#: ../../mod/zfinger.php:23
+msgid "invalid target signature"
msgstr ""
#: ../../mod/mail.php:33
@@ -7518,10 +7447,6 @@ msgstr ""
msgid "Private Conversation"
msgstr ""
-#: ../../mod/mail.php:329 ../../mod/message.php:72
-msgid "Delete conversation"
-msgstr ""
-
#: ../../mod/mail.php:331
msgid ""
"No secure communications available. You <strong>may</strong> be able to "
@@ -7532,660 +7457,579 @@ msgstr ""
msgid "Send Reply"
msgstr ""
-#: ../../mod/manage.php:136
-#, php-format
-msgid "You have created %1$.0f of %2$.0f allowed channels."
-msgstr ""
-
-#: ../../mod/manage.php:144
-msgid "Create a new channel"
-msgstr ""
-
-#: ../../mod/manage.php:149
-msgid "Current Channel"
-msgstr ""
-
-#: ../../mod/manage.php:151
-msgid "Attach to one of your channels by selecting it."
-msgstr ""
-
-#: ../../mod/manage.php:152
-msgid "Default Channel"
-msgstr ""
-
-#: ../../mod/manage.php:153
-msgid "Make Default"
-msgstr ""
-
-#: ../../mod/wall_upload.php:34
-msgid "Wall Photos"
-msgstr ""
-
-#: ../../mod/match.php:16
-msgid "Profile Match"
-msgstr ""
-
-#: ../../mod/match.php:24
-msgid "No keywords to match. Please add keywords to your default profile."
-msgstr ""
-
-#: ../../mod/match.php:61
-msgid "is interested in:"
-msgstr ""
-
-#: ../../mod/match.php:69
-msgid "No matches"
+#: ../../mod/channel.php:25 ../../mod/chat.php:19
+msgid "You must be logged in to see this page."
msgstr ""
-#: ../../mod/menu.php:21
-msgid "Menu updated."
+#: ../../mod/channel.php:86
+msgid "Insufficient permissions. Request redirected to profile page."
msgstr ""
-#: ../../mod/menu.php:25
-msgid "Unable to update menu."
+#: ../../mod/profiles.php:18 ../../mod/profiles.php:165
+#: ../../mod/profiles.php:222 ../../mod/profiles.php:575
+msgid "Profile not found."
msgstr ""
-#: ../../mod/menu.php:30
-msgid "Menu created."
+#: ../../mod/profiles.php:38
+msgid "Profile deleted."
msgstr ""
-#: ../../mod/menu.php:34
-msgid "Unable to create menu."
+#: ../../mod/profiles.php:56 ../../mod/profiles.php:92
+msgid "Profile-"
msgstr ""
-#: ../../mod/menu.php:57
-msgid "Manage Menus"
+#: ../../mod/profiles.php:77 ../../mod/profiles.php:120
+msgid "New profile created."
msgstr ""
-#: ../../mod/menu.php:60
-msgid "Drop"
+#: ../../mod/profiles.php:98
+msgid "Profile unavailable to clone."
msgstr ""
-#: ../../mod/menu.php:62
-msgid "Create a new menu"
+#: ../../mod/profiles.php:136
+msgid "Profile unavailable to export."
msgstr ""
-#: ../../mod/menu.php:63
-msgid "Delete this menu"
+#: ../../mod/profiles.php:232
+msgid "Profile Name is required."
msgstr ""
-#: ../../mod/menu.php:64 ../../mod/menu.php:109
-msgid "Edit menu contents"
+#: ../../mod/profiles.php:390
+msgid "Marital Status"
msgstr ""
-#: ../../mod/menu.php:65
-msgid "Edit this menu"
+#: ../../mod/profiles.php:394
+msgid "Romantic Partner"
msgstr ""
-#: ../../mod/menu.php:80
-msgid "New Menu"
+#: ../../mod/profiles.php:398
+msgid "Likes"
msgstr ""
-#: ../../mod/menu.php:81 ../../mod/menu.php:110
-msgid "Menu name"
+#: ../../mod/profiles.php:402
+msgid "Dislikes"
msgstr ""
-#: ../../mod/menu.php:81 ../../mod/menu.php:110
-msgid "Must be unique, only seen by you"
+#: ../../mod/profiles.php:406
+msgid "Work/Employment"
msgstr ""
-#: ../../mod/menu.php:82 ../../mod/menu.php:111
-msgid "Menu title"
+#: ../../mod/profiles.php:409
+msgid "Religion"
msgstr ""
-#: ../../mod/menu.php:82 ../../mod/menu.php:111
-msgid "Menu title as seen by others"
+#: ../../mod/profiles.php:413
+msgid "Political Views"
msgstr ""
-#: ../../mod/menu.php:83 ../../mod/menu.php:112
-msgid "Allow bookmarks"
+#: ../../mod/profiles.php:417
+msgid "Gender"
msgstr ""
-#: ../../mod/menu.php:83 ../../mod/menu.php:112
-msgid "Menu may be used to store saved bookmarks"
+#: ../../mod/profiles.php:421
+msgid "Sexual Preference"
msgstr ""
-#: ../../mod/menu.php:98
-msgid "Menu deleted."
+#: ../../mod/profiles.php:425
+msgid "Homepage"
msgstr ""
-#: ../../mod/menu.php:100
-msgid "Menu could not be deleted."
+#: ../../mod/profiles.php:429
+msgid "Interests"
msgstr ""
-#: ../../mod/menu.php:106
-msgid "Edit Menu"
+#: ../../mod/profiles.php:523
+msgid "Profile updated."
msgstr ""
-#: ../../mod/menu.php:108
-msgid "Add or remove entries to this menu"
+#: ../../mod/profiles.php:600
+msgid "Hide your contact/friend list from viewers of this profile?"
msgstr ""
-#: ../../mod/message.php:41
-msgid "Conversation removed."
+#: ../../mod/profiles.php:642
+msgid "Edit Profile Details"
msgstr ""
-#: ../../mod/message.php:56
-msgid "No messages."
+#: ../../mod/profiles.php:644
+msgid "View this profile"
msgstr ""
-#: ../../mod/message.php:74
-msgid "D, d M Y - g:i A"
+#: ../../mod/profiles.php:646
+msgid "Change Profile Photo"
msgstr ""
-#: ../../mod/new_channel.php:109
-msgid "Add a Channel"
+#: ../../mod/profiles.php:647
+msgid "Create a new profile using these settings"
msgstr ""
-#: ../../mod/new_channel.php:110
-msgid ""
-"A channel is your own collection of related web pages. A channel can be used "
-"to hold social network profiles, blogs, conversation groups and forums, "
-"celebrity pages, and much more. You may create as many channels as your "
-"service provider allows."
+#: ../../mod/profiles.php:648
+msgid "Clone this profile"
msgstr ""
-#: ../../mod/new_channel.php:113
-msgid ""
-"Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation "
-"Group\" "
+#: ../../mod/profiles.php:649
+msgid "Delete this profile"
msgstr ""
-#: ../../mod/new_channel.php:114
-msgid "Choose a short nickname"
+#: ../../mod/profiles.php:651
+msgid "Import profile from file"
msgstr ""
-#: ../../mod/new_channel.php:115
-msgid ""
-"Your nickname will be used to create an easily remembered channel address "
-"(like an email address) which you can share with others."
+#: ../../mod/profiles.php:652
+msgid "Export profile to file"
msgstr ""
-#: ../../mod/new_channel.php:116
-msgid ""
-"Or <a href=\"import\">import an existing channel</a> from another location"
+#: ../../mod/profiles.php:653
+msgid "Profile Name:"
msgstr ""
-#: ../../mod/new_channel.php:118
-msgid "Channel Type"
+#: ../../mod/profiles.php:654
+msgid "Your Full Name:"
msgstr ""
-#: ../../mod/new_channel.php:119
-msgid ""
-"Please choose a channel type (such as social networking or community forum) "
-"and privacy requirements so we can select the best permissions for you"
+#: ../../mod/profiles.php:655
+msgid "Title/Description:"
msgstr ""
-#: ../../mod/home.php:46
-msgid "Red Matrix - &quot;The Network&quot;"
+#: ../../mod/profiles.php:656
+msgid "Your Gender:"
msgstr ""
-#: ../../mod/home.php:101
+#: ../../mod/profiles.php:657
#, php-format
-msgid "Welcome to %s"
-msgstr ""
-
-#: ../../mod/notifications.php:26
-msgid "Invalid request identifier."
-msgstr ""
-
-#: ../../mod/notifications.php:35
-msgid "Discard"
-msgstr ""
-
-#: ../../mod/notifications.php:94 ../../mod/notify.php:53
-msgid "No more system notifications."
-msgstr ""
-
-#: ../../mod/notifications.php:98 ../../mod/notify.php:57
-msgid "System Notifications"
-msgstr ""
-
-#: ../../mod/oexchange.php:23
-msgid "Unable to find your hub."
-msgstr ""
-
-#: ../../mod/oexchange.php:37
-msgid "Post successful."
+msgid "Birthday (%s):"
msgstr ""
-#: ../../mod/zfinger.php:23
-msgid "invalid target signature"
+#: ../../mod/profiles.php:658
+msgid "Street Address:"
msgstr ""
-#: ../../mod/openid.php:26
-msgid "OpenID protocol error. No ID returned."
+#: ../../mod/profiles.php:659
+msgid "Locality/City:"
msgstr ""
-#: ../../mod/appman.php:28 ../../mod/appman.php:44
-msgid "App installed."
+#: ../../mod/profiles.php:660
+msgid "Postal/Zip Code:"
msgstr ""
-#: ../../mod/appman.php:37
-msgid "Malformed app."
+#: ../../mod/profiles.php:661
+msgid "Country:"
msgstr ""
-#: ../../mod/appman.php:80
-msgid "Embed code"
+#: ../../mod/profiles.php:662
+msgid "Region/State:"
msgstr ""
-#: ../../mod/appman.php:86
-msgid "Edit App"
+#: ../../mod/profiles.php:663
+msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
msgstr ""
-#: ../../mod/appman.php:86
-msgid "Create App"
+#: ../../mod/profiles.php:664
+msgid "Who: (if applicable)"
msgstr ""
-#: ../../mod/appman.php:91
-msgid "Name of app"
+#: ../../mod/profiles.php:665
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
msgstr ""
-#: ../../mod/appman.php:92
-msgid "Location (URL) of app"
+#: ../../mod/profiles.php:666
+msgid "Since [date]:"
msgstr ""
-#: ../../mod/appman.php:94
-msgid "Photo icon URL"
+#: ../../mod/profiles.php:668
+msgid "Homepage URL:"
msgstr ""
-#: ../../mod/appman.php:94
-msgid "80 x 80 pixels - optional"
+#: ../../mod/profiles.php:671
+msgid "Religious Views:"
msgstr ""
-#: ../../mod/appman.php:95
-msgid "Version ID"
+#: ../../mod/profiles.php:672
+msgid "Keywords:"
msgstr ""
-#: ../../mod/appman.php:96
-msgid "Price of app"
+#: ../../mod/profiles.php:675
+msgid "Example: fishing photography software"
msgstr ""
-#: ../../mod/appman.php:97
-msgid "Location (URL) to purchase app"
+#: ../../mod/profiles.php:676
+msgid "Used in directory listings"
msgstr ""
-#: ../../mod/poll.php:64
-msgid "Poll"
+#: ../../mod/profiles.php:677
+msgid "Tell us about yourself..."
msgstr ""
-#: ../../mod/poll.php:69
-msgid "View Results"
+#: ../../mod/profiles.php:678
+msgid "Hobbies/Interests"
msgstr ""
-#: ../../mod/removeaccount.php:30
-msgid ""
-"Account removals are not allowed within 48 hours of changing the account "
-"password."
+#: ../../mod/profiles.php:679
+msgid "Contact information and Social Networks"
msgstr ""
-#: ../../mod/removeaccount.php:57
-msgid "Remove This Account"
+#: ../../mod/profiles.php:680
+msgid "My other channels"
msgstr ""
-#: ../../mod/removeaccount.php:58
-msgid ""
-"This will completely remove this account including all its channels from the "
-"network. Once this has been done it is not recoverable."
+#: ../../mod/profiles.php:681
+msgid "Musical interests"
msgstr ""
-#: ../../mod/removeaccount.php:60
-msgid ""
-"Remove this account, all its channels and all its channel clones from the "
-"network"
+#: ../../mod/profiles.php:682
+msgid "Books, literature"
msgstr ""
-#: ../../mod/removeaccount.php:60
-msgid ""
-"By default only the instances of the channels located on this hub will be "
-"removed from the network"
+#: ../../mod/profiles.php:683
+msgid "Television"
msgstr ""
-#: ../../mod/service_limits.php:19
-msgid "No service class restrictions found."
+#: ../../mod/profiles.php:684
+msgid "Film/dance/culture/entertainment"
msgstr ""
-#: ../../mod/impel.php:33
-msgid "webpage"
+#: ../../mod/profiles.php:685
+msgid "Love/romance"
msgstr ""
-#: ../../mod/impel.php:38
-msgid "block"
+#: ../../mod/profiles.php:686
+msgid "Work/employment"
msgstr ""
-#: ../../mod/impel.php:43
-msgid "layout"
+#: ../../mod/profiles.php:687
+msgid "School/education"
msgstr ""
-#: ../../mod/impel.php:117
-#, php-format
-msgid "%s element installed"
+#: ../../mod/profiles.php:693
+msgid "This is your default profile."
msgstr ""
-#: ../../view/theme/apw/php/config.php:202
-#: ../../view/theme/apw/php/config.php:236
-msgid "Schema Default"
+#: ../../mod/profiles.php:747
+msgid "Edit/Manage Profiles"
msgstr ""
-#: ../../view/theme/apw/php/config.php:203
-msgid "Sans-Serif"
+#: ../../mod/profiles.php:748
+msgid "Add profile things"
msgstr ""
-#: ../../view/theme/apw/php/config.php:204
-msgid "Monospace"
+#: ../../mod/profiles.php:749
+msgid "Include desirable objects in your profile"
msgstr ""
-#: ../../view/theme/apw/php/config.php:259
-#: ../../view/theme/blogga/php/config.php:69
-#: ../../view/theme/blogga/view/theme/blog/config.php:69
-#: ../../view/theme/redbasic/php/config.php:104
-msgid "Theme settings"
+#: ../../mod/bookmarks.php:38
+msgid "Bookmark added"
msgstr ""
-#: ../../view/theme/apw/php/config.php:260
-#: ../../view/theme/redbasic/php/config.php:105
-msgid "Set scheme"
+#: ../../mod/bookmarks.php:60
+msgid "My Bookmarks"
msgstr ""
-#: ../../view/theme/apw/php/config.php:261
-#: ../../view/theme/redbasic/php/config.php:127
-msgid "Set font-size for posts and comments"
+#: ../../mod/bookmarks.php:71
+msgid "My Connections Bookmarks"
msgstr ""
-#: ../../view/theme/apw/php/config.php:262
-msgid "Set font face"
+#: ../../mod/common.php:10
+msgid "No channel."
msgstr ""
-#: ../../view/theme/apw/php/config.php:263
-msgid "Set iconset"
+#: ../../mod/common.php:39
+msgid "Common connections"
msgstr ""
-#: ../../view/theme/apw/php/config.php:264
-msgid "Set big shadow size, default 15px 15px 15px"
+#: ../../mod/common.php:44
+msgid "No connections in common."
msgstr ""
-#: ../../view/theme/apw/php/config.php:265
-msgid "Set small shadow size, default 5px 5px 5px"
+#: ../../mod/like.php:15
+msgid "Like/Dislike"
msgstr ""
-#: ../../view/theme/apw/php/config.php:266
-msgid "Set shadow color, default #000"
+#: ../../mod/like.php:20
+msgid "This action is restricted to members."
msgstr ""
-#: ../../view/theme/apw/php/config.php:267
-msgid "Set radius size, default 5px"
+#: ../../mod/like.php:21
+msgid ""
+"Please <a href=\"rmagic\">login with your RedMatrix ID</a> or <a href="
+"\"register\">register as a new RedMatrix member</a> to continue."
msgstr ""
-#: ../../view/theme/apw/php/config.php:268
-msgid "Set line-height for posts and comments"
+#: ../../mod/like.php:77 ../../mod/like.php:104 ../../mod/like.php:142
+msgid "Invalid request."
msgstr ""
-#: ../../view/theme/apw/php/config.php:269
-msgid "Set background image"
+#: ../../mod/like.php:119
+msgid "thing"
msgstr ""
-#: ../../view/theme/apw/php/config.php:270
-msgid "Set background attachment"
+#: ../../mod/like.php:165
+msgid "Channel unavailable."
msgstr ""
-#: ../../view/theme/apw/php/config.php:271
-msgid "Set background color"
+#: ../../mod/like.php:204
+msgid "Previous action reversed."
msgstr ""
-#: ../../view/theme/apw/php/config.php:272
-msgid "Set section background image"
+#: ../../mod/like.php:417
+msgid "Action completed."
msgstr ""
-#: ../../view/theme/apw/php/config.php:273
-msgid "Set section background color"
+#: ../../mod/like.php:418
+msgid "Thank you."
msgstr ""
-#: ../../view/theme/apw/php/config.php:274
-msgid "Set color of items - use hex"
+#: ../../mod/notify.php:53 ../../mod/notifications.php:94
+msgid "No more system notifications."
msgstr ""
-#: ../../view/theme/apw/php/config.php:275
-msgid "Set color of links - use hex"
+#: ../../mod/notify.php:57 ../../mod/notifications.php:98
+msgid "System Notifications"
msgstr ""
-#: ../../view/theme/apw/php/config.php:276
-msgid "Set max-width for items. Default 400px"
+#: ../../mod/api.php:76 ../../mod/api.php:102
+msgid "Authorize application connection"
msgstr ""
-#: ../../view/theme/apw/php/config.php:277
-msgid "Set min-width for items. Default 240px"
+#: ../../mod/api.php:77
+msgid "Return to your app and insert this Securty Code:"
msgstr ""
-#: ../../view/theme/apw/php/config.php:278
-msgid "Set the generic content wrapper width. Default 48%"
+#: ../../mod/api.php:89
+msgid "Please login to continue."
msgstr ""
-#: ../../view/theme/apw/php/config.php:279
-msgid "Set color of fonts - use hex"
+#: ../../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 ""
-#: ../../view/theme/apw/php/config.php:280
-msgid "Set background-size element"
+#: ../../mod/chat.php:167
+msgid "Room not found"
msgstr ""
-#: ../../view/theme/apw/php/config.php:281
-msgid "Item opacity"
+#: ../../mod/chat.php:178
+msgid "Leave Room"
msgstr ""
-#: ../../view/theme/apw/php/config.php:282
-msgid "Display post previews only"
+#: ../../mod/chat.php:179
+msgid "Delete This Room"
msgstr ""
-#: ../../view/theme/apw/php/config.php:283
-msgid "Display side bar on channel page"
+#: ../../mod/chat.php:180
+msgid "I am away right now"
msgstr ""
-#: ../../view/theme/apw/php/config.php:284
-msgid "Colour of the navigation bar"
+#: ../../mod/chat.php:181
+msgid "I am online"
msgstr ""
-#: ../../view/theme/apw/php/config.php:285
-msgid "Item float"
+#: ../../mod/chat.php:183
+msgid "Bookmark this room"
msgstr ""
-#: ../../view/theme/apw/php/config.php:286
-msgid "Left offset of the section element"
+#: ../../mod/chat.php:207 ../../mod/chat.php:229
+msgid "New Chatroom"
msgstr ""
-#: ../../view/theme/apw/php/config.php:287
-msgid "Right offset of the section element"
+#: ../../mod/chat.php:208
+msgid "Chatroom Name"
msgstr ""
-#: ../../view/theme/apw/php/config.php:288
-msgid "Section width"
+#: ../../mod/chat.php:225
+#, php-format
+msgid "%1$s's Chatrooms"
msgstr ""
-#: ../../view/theme/apw/php/config.php:289
-msgid "Left offset of the aside"
+#: ../../mod/events.php:91
+msgid "Event title and start time are required."
msgstr ""
-#: ../../view/theme/apw/php/config.php:290
-msgid "Right offset of the aside element"
+#: ../../mod/events.php:105
+msgid "Event not found."
msgstr ""
-#: ../../view/theme/blogga/php/config.php:47
-#: ../../view/theme/blogga/view/theme/blog/config.php:47
-msgid "None"
+#: ../../mod/events.php:369
+msgid "l, F j"
msgstr ""
-#: ../../view/theme/blogga/php/config.php:70
-#: ../../view/theme/blogga/view/theme/blog/config.php:70
-msgid "Header image"
+#: ../../mod/events.php:391
+msgid "Edit event"
msgstr ""
-#: ../../view/theme/blogga/php/config.php:71
-#: ../../view/theme/blogga/view/theme/blog/config.php:71
-msgid "Header image only on profile pages"
+#: ../../mod/events.php:437
+msgid "Create New Event"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:86
-msgid "Light (Red Matrix default)"
+#: ../../mod/events.php:438
+msgid "Previous"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:106
-msgid "Narrow navbar"
+#: ../../mod/events.php:536
+msgid "hour:minute"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:107
-msgid "Navigation bar background color"
+#: ../../mod/events.php:556
+msgid "Event details"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:108
-msgid "Navigation bar gradient top color"
+#: ../../mod/events.php:557
+#, php-format
+msgid "Format is %s %s."
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:109
-msgid "Navigation bar gradient bottom color"
+#: ../../mod/events.php:558
+msgid "Starting date and Title are required."
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:110
-msgid "Navigation active button gradient top color"
+#: ../../mod/events.php:562
+msgid "Event Starts:"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:111
-msgid "Navigation active button gradient bottom color"
+#: ../../mod/events.php:570
+msgid "Finish date/time is not known or not relevant"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:112
-msgid "Navigation bar border color "
+#: ../../mod/events.php:572
+msgid "Event Finishes:"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:113
-msgid "Navigation bar icon color "
+#: ../../mod/events.php:575
+msgid "Adjust for viewer timezone"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:114
-msgid "Navigation bar active icon color "
+#: ../../mod/events.php:577
+msgid "Description:"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:115
-msgid "link color"
+#: ../../mod/events.php:581
+msgid "Title:"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:116
-msgid "Set font-color for banner"
+#: ../../mod/events.php:583
+msgid "Share this event"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:117
-msgid "Set the background color"
+#: ../../mod/notifications.php:26
+msgid "Invalid request identifier."
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:118
-msgid "Set the background image"
+#: ../../mod/notifications.php:35
+msgid "Discard"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:119
-msgid "Set the background color of items"
+#: ../../mod/lostpass.php:15
+msgid "No valid account found."
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:120
-msgid "Set the background color of comments"
+#: ../../mod/lostpass.php:29
+msgid "Password reset request issued. Check your email."
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:121
-msgid "Set the border color of comments"
+#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102
+#, php-format
+msgid "Site Member (%s)"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:122
-msgid "Set the indent for comments"
+#: ../../mod/lostpass.php:40
+#, php-format
+msgid "Password reset requested at %s"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:123
-msgid "Set the basic color for item icons"
+#: ../../mod/lostpass.php:63
+msgid ""
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:124
-msgid "Set the hover color for item icons"
+#: ../../mod/lostpass.php:86
+msgid "Your password has been reset as requested."
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:125
-msgid "Set the background color of other content"
+#: ../../mod/lostpass.php:87
+msgid "Your new password is"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:126
-msgid "Set font-size for the entire application"
+#: ../../mod/lostpass.php:88
+msgid "Save or copy your new password - and then"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:128
-msgid "Set font-color for posts and comments"
+#: ../../mod/lostpass.php:89
+msgid "click here to login"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:129
-msgid "Set radius of corners"
+#: ../../mod/lostpass.php:90
+msgid ""
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:130
-msgid "Set shadow depth of photos"
+#: ../../mod/lostpass.php:107
+#, php-format
+msgid "Your password has changed at %s"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:131
-msgid "Set maximum width of conversation regions"
+#: ../../mod/lostpass.php:122
+msgid "Forgot your Password?"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:132
-msgid "Center conversation regions"
+#: ../../mod/lostpass.php:123
+msgid ""
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:133
-msgid "Set minimum opacity of nav bar - to hide it"
+#: ../../mod/lostpass.php:124
+msgid "Email Address"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:134
-msgid "Set size of conversation author photo"
+#: ../../mod/lostpass.php:125
+msgid "Reset"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:135
-msgid "Set size of followup author photos"
+#: ../../mod/layouts.php:62
+msgid "Help with this feature"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:136
-msgid "Sloppy photo albums"
+#: ../../mod/layouts.php:85
+msgid "Layout Name"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:136
-msgid "Are you a clean desk or a messy desk person?"
+#: ../../mod/editblock.php:77
+msgid "Edit Block"
msgstr ""
-#: ../../boot.php:1293
-#, php-format
-msgid "Update %s failed. See error logs."
+#: ../../mod/editblock.php:87
+msgid "Delete block?"
msgstr ""
-#: ../../boot.php:1296
-#, php-format
-msgid "Update Error at %s"
+#: ../../mod/editblock.php:153
+msgid "Delete Block"
msgstr ""
-#: ../../boot.php:1470
-msgid ""
-"Create an account to access services and applications within the Red Matrix"
+#: ../../mod/achievements.php:34
+msgid "Some blurb about what to do when you're new here"
msgstr ""
-#: ../../boot.php:1498
-msgid "Password"
+#: ../../mod/editlayout.php:72
+msgid "Edit Layout"
msgstr ""
-#: ../../boot.php:1499
-msgid "Remember me"
+#: ../../mod/editlayout.php:82
+msgid "Delete layout?"
msgstr ""
-#: ../../boot.php:1504
-msgid "Forgot your password?"
+#: ../../mod/editlayout.php:146
+msgid "Delete Layout"
msgstr ""
-#: ../../boot.php:1569
-msgid "permission denied"
+#: ../../mod/follow.php:25
+msgid "Channel added."
msgstr ""
-#: ../../boot.php:1570
-msgid "Got Zot?"
+#: ../../mod/locs.php:47 ../../mod/locs.php:74
+msgid "Location not found."
msgstr ""
-#: ../../boot.php:2000
-msgid "toggle mobile"
+#: ../../mod/locs.php:78
+msgid "Primary location cannot be removed."
msgstr ""
diff --git a/view/css/conversation.css b/view/css/conversation.css
index 9fb4093ca..6c9d757b1 100644
--- a/view/css/conversation.css
+++ b/view/css/conversation.css
@@ -258,3 +258,8 @@ a.wall-item-name-link {
pointer-events: none;
cursor: default;
}
+
+.item-forged {
+ color: #FF0000;
+ font-size: 1.5em !important;
+} \ No newline at end of file
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl
index ff69fd379..00b3b6ced 100755
--- a/view/tpl/conv_item.tpl
+++ b/view/tpl/conv_item.tpl
@@ -28,7 +28,7 @@
<a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.sparkle}}" id="wall-item-name-{{$item.id}}" >{{$item.name}}</span></a>{{if $item.owner_url}}&nbsp;{{$item.via}}&nbsp;<a href="{{$item.owner_url}}" title="{{$item.olinktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.osparkle}}" id="wall-item-ownername-{{$item.id}}">{{$item.owner_name}}</span></a>{{/if}}
</div>
<div class="wall-item-ago" id="wall-item-ago-{{$item.id}}">
- {{if $item.verified}}<i class="icon-ok" title="{{$item.verified}}"></i>&nbsp;{{/if}}{{if $item.location}}<span class="wall-item-location" id="wall-item-location-{{$item.id}}">{{$item.location}},&nbsp;</span>{{/if}}<span class="autotime" title="{{$item.isotime}}">{{$item.localtime}}{{if $item.editedtime}}&nbsp;{{$item.editedtime}}{{/if}}{{if $item.expiretime}}&nbsp;{{$item.expiretime}}{{/if}}</span>{{if $item.editedtime}}&nbsp;<i class="icon-pencil"></i>{{/if}}&nbsp;{{if $item.app}}<span class="item.app">{{$item.str_app}}</span>{{/if}}
+ {{if $item.verified}}<i class="icon-ok" title="{{$item.verified}}"></i>&nbsp;{{elseif $item.forged}}<i class="icon-remove item-forged" title="{{$item.forged}}"></i>&nbsp;{{/if}}{{if $item.location}}<span class="wall-item-location" id="wall-item-location-{{$item.id}}">{{$item.location}},&nbsp;</span>{{/if}}<span class="autotime" title="{{$item.isotime}}">{{$item.localtime}}{{if $item.editedtime}}&nbsp;{{$item.editedtime}}{{/if}}{{if $item.expiretime}}&nbsp;{{$item.expiretime}}{{/if}}</span>{{if $item.editedtime}}&nbsp;<i class="icon-pencil"></i>{{/if}}&nbsp;{{if $item.app}}<span class="item.app">{{$item.str_app}}</span>{{/if}}
</div>
<div class="wall-item-content" id="wall-item-content-{{$item.id}}">
<div class="wall-item-title-end"></div>
diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl
index 4a9c0dfe8..4961464dc 100755
--- a/view/tpl/photo_view.tpl
+++ b/view/tpl/photo_view.tpl
@@ -3,11 +3,21 @@
<h3><a href="{{$album.0}}">{{$album.1}}</a></h3>
<div id="photo-edit-link-wrap">
-{{if $tools}}
-<a id="photo-toprofile-link" href="{{$tools.profile.0}}">{{$tools.profile.1}}</a>
+
+{{if $lock}}
+<div class="wall-item-lock dropdown">
+ <i class="icon-lock lockview dropdown-toggle" data-toggle="dropdown" title="{{$lock}}" onclick="lockview(event,{{$id}});" ></i><ul id="panel-{{$id}}" class="lockview-panel dropdown-menu"></ul>&nbsp;
+</div>
{{/if}}
-{{if $lock}} | <i class="lockview icon-lock" title="{{$lock}}" onclick="lockview(event,'photo/{{$id}}');"></i> {{/if}}
+
+
+{{if $tools}}
+<div>
+ <a id="photo-toprofile-link" href="{{$tools.profile.0}}">{{$tools.profile.1}}</a>
</div>
+{{/if}}
+
+<div class="clear"></div>
{{if $prevlink}}<div id="photo-prev-link"><a href="{{$prevlink.0}}"><i class="icon-backward photo-icons"></i></div>{{/if}}
<div id="photo-view-wrapper">
diff --git a/view/tpl/search_item.tpl b/view/tpl/search_item.tpl
index 6719f2e75..fe683b91a 100755
--- a/view/tpl/search_item.tpl
+++ b/view/tpl/search_item.tpl
@@ -20,7 +20,7 @@
<a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.sparkle}}" id="wall-item-name-{{$item.id}}" >{{$item.name}}</span></a>{{if $item.owner_url}}&nbsp;{{$item.via}}&nbsp;<a href="{{$item.owner_url}}" title="{{$item.olinktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.osparkle}}" id="wall-item-ownername-{{$item.id}}">{{$item.owner_name}}</span></a>{{/if}}
</div>
<div class="wall-item-ago" id="wall-item-ago-{{$item.id}}">
- {{if $item.verified}}<i class="icon-ok" title="{{$item.verified}}"></i>&nbsp;{{/if}}{{if $item.location}}<span class="wall-item-location" id="wall-item-location-{{$item.id}}">{{$item.location}},&nbsp;</span>{{/if}}<span class="autotime" title="{{$item.isotime}}">{{$item.localtime}}{{if $item.editedtime}}&nbsp;{{$item.editedtime}}{{/if}}{{if $item.expiretime}}&nbsp;{{$item.expiretime}}{{/if}}</span>{{if $item.editedtime}}&nbsp;<i class="icon-pencil"></i>{{/if}}&nbsp;{{if $item.app}}<span class="item.app">{{$item.str_app}}</span>{{/if}}
+ {{if $item.verified}}<i class="icon-ok" title="{{$item.verified}}"></i>&nbsp;{{elseif $item.forged}}<i class="icon-remove item-forged" title="{{$item.forged}}"></i>&nbsp;{{/if}}{{if $item.location}}<span class="wall-item-location" id="wall-item-location-{{$item.id}}">{{$item.location}},&nbsp;</span>{{/if}}<span class="autotime" title="{{$item.isotime}}">{{$item.localtime}}{{if $item.editedtime}}&nbsp;{{$item.editedtime}}{{/if}}{{if $item.expiretime}}&nbsp;{{$item.expiretime}}{{/if}}</span>{{if $item.editedtime}}&nbsp;<i class="icon-pencil"></i>{{/if}}&nbsp;{{if $item.app}}<span class="item.app">{{$item.str_app}}</span>{{/if}}
</div>
<div class="wall-item-content" id="wall-item-content-{{$item.id}}">
<div class="wall-item-title-end"></div>