aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/zot.php11
-rw-r--r--util/messages.po5710
-rw-r--r--version.inc2
3 files changed, 2919 insertions, 2804 deletions
diff --git a/include/zot.php b/include/zot.php
index 7c2cfe019..b7a22a099 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -1873,6 +1873,17 @@ function import_site($arr,$pubkey) {
$access_policy = ACCESS_TIERED;
}
+ // don't let insecure sites register as public hubs
+
+ if(strpos($arr['url'],'https://') === false)
+ $access_policy = ACCESS_PRIVATE;
+
+ if($access_policy != ACCESS_PRIVATE) {
+ $x = z_fetch_url($arr['url'] . '/siteinfo/json');
+ if(! $x['success'])
+ $access_policy = ACCESS_PRIVATE;
+ }
+
$directory_url = htmlspecialchars($arr['directory_url'],ENT_COMPAT,'UTF-8',false);
$url = htmlspecialchars($arr['url'],ENT_COMPAT,'UTF-8',false);
$sellpage = htmlspecialchars($arr['sellpage'],ENT_COMPAT,'UTF-8',false);
diff --git a/util/messages.po b/util/messages.po
index 67adad228..aef3c3dc4 100644
--- a/util/messages.po
+++ b/util/messages.po
@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: 2014-01-31.574\n"
+"Project-Id-Version: 2014-02-07.581\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-31 00:02-0800\n"
+"POT-Creation-Date: 2014-02-07 00:03-0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -52,15 +52,15 @@ msgstr ""
msgid "%1$s has an updated %2$s, changing %3$s."
msgstr ""
-#: ../../include/nav.php:72 ../../include/nav.php:87 ../../boot.php:1420
+#: ../../include/nav.php:72 ../../include/nav.php:91 ../../boot.php:1423
msgid "Logout"
msgstr ""
-#: ../../include/nav.php:72 ../../include/nav.php:87
+#: ../../include/nav.php:72 ../../include/nav.php:91
msgid "End this session"
msgstr ""
-#: ../../include/nav.php:75 ../../include/nav.php:121
+#: ../../include/nav.php:75 ../../include/nav.php:125
msgid "Home"
msgstr ""
@@ -69,7 +69,7 @@ msgid "Your posts and conversations"
msgstr ""
#: ../../include/nav.php:76 ../../include/conversation.php:933
-#: ../../mod/connedit.php:309 ../../mod/connedit.php:423
+#: ../../mod/connedit.php:312 ../../mod/connedit.php:426
msgid "View Profile"
msgstr ""
@@ -82,7 +82,7 @@ msgid "Edit Profiles"
msgstr ""
#: ../../include/nav.php:78
-msgid "Manage/Edit Profiles"
+msgid "Manage/Edit profiles"
msgstr ""
#: ../../include/nav.php:79 ../../include/conversation.php:1475
@@ -94,262 +94,723 @@ msgstr ""
msgid "Your photos"
msgstr ""
-#: ../../include/nav.php:85 ../../boot.php:1421
-msgid "Login"
+#: ../../include/nav.php:80 ../../include/conversation.php:1484
+#: ../../mod/fbrowser.php:114
+msgid "Files"
+msgstr ""
+
+#: ../../include/nav.php:80
+msgid "Your files"
+msgstr ""
+
+#: ../../include/nav.php:81
+msgid "Chat"
+msgstr ""
+
+#: ../../include/nav.php:81
+msgid "Your chatrooms"
+msgstr ""
+
+#: ../../include/nav.php:82 ../../include/nav.php:175
+#: ../../include/conversation.php:1506 ../../mod/events.php:354
+msgid "Events"
+msgstr ""
+
+#: ../../include/nav.php:82
+msgid "Your events"
+msgstr ""
+
+#: ../../include/nav.php:83 ../../include/conversation.php:1514
+msgid "Bookmarks"
+msgstr ""
+
+#: ../../include/nav.php:83
+msgid "Your bookmarks"
+msgstr ""
+
+#: ../../include/nav.php:85 ../../include/conversation.php:1525
+msgid "Webpages"
msgstr ""
#: ../../include/nav.php:85
+msgid "Your webpages"
+msgstr ""
+
+#: ../../include/nav.php:89 ../../boot.php:1424
+msgid "Login"
+msgstr ""
+
+#: ../../include/nav.php:89
msgid "Sign in"
msgstr ""
-#: ../../include/nav.php:102
+#: ../../include/nav.php:106
#, php-format
msgid "%s - click to logout"
msgstr ""
-#: ../../include/nav.php:107
+#: ../../include/nav.php:111
msgid "Click to authenticate to your home hub"
msgstr ""
-#: ../../include/nav.php:121
+#: ../../include/nav.php:125
msgid "Home Page"
msgstr ""
-#: ../../include/nav.php:125 ../../mod/register.php:206 ../../boot.php:1397
+#: ../../include/nav.php:129 ../../mod/register.php:206 ../../boot.php:1400
msgid "Register"
msgstr ""
-#: ../../include/nav.php:125
+#: ../../include/nav.php:129
msgid "Create an account"
msgstr ""
-#: ../../include/nav.php:130 ../../mod/help.php:60 ../../mod/help.php:64
+#: ../../include/nav.php:134 ../../mod/help.php:60 ../../mod/help.php:64
msgid "Help"
msgstr ""
-#: ../../include/nav.php:130
+#: ../../include/nav.php:134
msgid "Help and documentation"
msgstr ""
-#: ../../include/nav.php:133
+#: ../../include/nav.php:137
msgid "Apps"
msgstr ""
-#: ../../include/nav.php:133
+#: ../../include/nav.php:137
msgid "Addon applications, utilities, games"
msgstr ""
-#: ../../include/nav.php:135 ../../include/text.php:736
-#: ../../include/text.php:750 ../../mod/search.php:29
+#: ../../include/nav.php:139 ../../include/text.php:752
+#: ../../include/text.php:766 ../../mod/search.php:29
msgid "Search"
msgstr ""
-#: ../../include/nav.php:135
+#: ../../include/nav.php:139
msgid "Search site content"
msgstr ""
-#: ../../include/nav.php:138 ../../mod/directory.php:210
+#: ../../include/nav.php:142 ../../mod/directory.php:210
msgid "Directory"
msgstr ""
-#: ../../include/nav.php:138
+#: ../../include/nav.php:142
msgid "Channel Locator"
msgstr ""
-#: ../../include/nav.php:149
+#: ../../include/nav.php:153
msgid "Matrix"
msgstr ""
-#: ../../include/nav.php:149
+#: ../../include/nav.php:153
msgid "Your matrix"
msgstr ""
-#: ../../include/nav.php:150
+#: ../../include/nav.php:154
msgid "Mark all matrix notifications seen"
msgstr ""
-#: ../../include/nav.php:152
+#: ../../include/nav.php:156
msgid "Channel Home"
msgstr ""
-#: ../../include/nav.php:152
+#: ../../include/nav.php:156
msgid "Channel home"
msgstr ""
-#: ../../include/nav.php:153
+#: ../../include/nav.php:157
msgid "Mark all channel notifications seen"
msgstr ""
-#: ../../include/nav.php:156
+#: ../../include/nav.php:160
msgid "Intros"
msgstr ""
-#: ../../include/nav.php:156 ../../mod/connections.php:242
+#: ../../include/nav.php:160 ../../mod/connections.php:244
msgid "New Connections"
msgstr ""
-#: ../../include/nav.php:159
+#: ../../include/nav.php:163
msgid "Notices"
msgstr ""
-#: ../../include/nav.php:159
+#: ../../include/nav.php:163
msgid "Notifications"
msgstr ""
-#: ../../include/nav.php:160
+#: ../../include/nav.php:164
msgid "See all notifications"
msgstr ""
-#: ../../include/nav.php:161
+#: ../../include/nav.php:165
msgid "Mark all system notifications seen"
msgstr ""
-#: ../../include/nav.php:163
+#: ../../include/nav.php:167
msgid "Mail"
msgstr ""
-#: ../../include/nav.php:163
+#: ../../include/nav.php:167
msgid "Private mail"
msgstr ""
-#: ../../include/nav.php:164
+#: ../../include/nav.php:168
msgid "See all private messages"
msgstr ""
-#: ../../include/nav.php:165
+#: ../../include/nav.php:169
msgid "Mark all private messages seen"
msgstr ""
-#: ../../include/nav.php:166
+#: ../../include/nav.php:170
msgid "Inbox"
msgstr ""
-#: ../../include/nav.php:167
+#: ../../include/nav.php:171
msgid "Outbox"
msgstr ""
-#: ../../include/nav.php:168 ../../include/widgets.php:509
+#: ../../include/nav.php:172 ../../include/widgets.php:509
msgid "New Message"
msgstr ""
-#: ../../include/nav.php:171 ../../include/conversation.php:1493
-#: ../../mod/events.php:354
-msgid "Events"
-msgstr ""
-
-#: ../../include/nav.php:171
+#: ../../include/nav.php:175
msgid "Event Calendar"
msgstr ""
-#: ../../include/nav.php:172
+#: ../../include/nav.php:176
msgid "See all events"
msgstr ""
-#: ../../include/nav.php:173
+#: ../../include/nav.php:177
msgid "Mark all events seen"
msgstr ""
-#: ../../include/nav.php:175
+#: ../../include/nav.php:179
msgid "Channel Select"
msgstr ""
-#: ../../include/nav.php:175
+#: ../../include/nav.php:179
msgid "Manage Your Channels"
msgstr ""
-#: ../../include/nav.php:177 ../../include/widgets.php:487
+#: ../../include/nav.php:181 ../../include/widgets.php:487
#: ../../mod/admin.php:837 ../../mod/admin.php:1042
msgid "Settings"
msgstr ""
-#: ../../include/nav.php:177
+#: ../../include/nav.php:181
msgid "Account/Channel Settings"
msgstr ""
-#: ../../include/nav.php:179 ../../mod/connections.php:349
+#: ../../include/nav.php:183 ../../mod/connections.php:351
msgid "Connections"
msgstr ""
-#: ../../include/nav.php:179
+#: ../../include/nav.php:183
msgid "Manage/Edit Friends and Connections"
msgstr ""
-#: ../../include/nav.php:186 ../../mod/admin.php:112
+#: ../../include/nav.php:190 ../../mod/admin.php:112
msgid "Admin"
msgstr ""
-#: ../../include/nav.php:186
+#: ../../include/nav.php:190
msgid "Site Setup and Configuration"
msgstr ""
-#: ../../include/nav.php:212
+#: ../../include/nav.php:216
msgid "Nothing new here"
msgstr ""
-#: ../../include/nav.php:217
+#: ../../include/nav.php:221
msgid "Please wait..."
msgstr ""
-#: ../../include/chat.php:10
-msgid "Missing room name"
+#: ../../include/text.php:315
+msgid "prev"
msgstr ""
-#: ../../include/chat.php:19
-msgid "Duplicate room name"
+#: ../../include/text.php:317
+msgid "first"
msgstr ""
-#: ../../include/chat.php:68 ../../include/chat.php:76
-msgid "Invalid room specifier."
+#: ../../include/text.php:346
+msgid "last"
msgstr ""
-#: ../../include/chat.php:102
-msgid "Room not found."
+#: ../../include/text.php:349
+msgid "next"
msgstr ""
-#: ../../include/chat.php:113 ../../include/photos.php:15
-#: ../../include/attach.php:97 ../../include/attach.php:128
-#: ../../include/attach.php:184 ../../include/attach.php:199
-#: ../../include/attach.php:232 ../../include/attach.php:246
-#: ../../include/attach.php:267 ../../include/attach.php:462
-#: ../../include/attach.php:540 ../../include/items.php:3454
-#: ../../mod/common.php:35 ../../mod/events.php:140 ../../mod/thing.php:241
-#: ../../mod/thing.php:257 ../../mod/thing.php:291 ../../mod/invite.php:13
-#: ../../mod/invite.php:104 ../../mod/connedit.php:179
-#: ../../mod/webpages.php:40 ../../mod/api.php:26 ../../mod/api.php:31
-#: ../../mod/page.php:30 ../../mod/page.php:80 ../../mod/setup.php:200
-#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27
-#: ../../mod/delegate.php:6 ../../mod/sources.php:62 ../../mod/mitem.php:73
-#: ../../mod/group.php:9 ../../mod/photos.php:68 ../../mod/photos.php:522
-#: ../../mod/chat.php:84 ../../mod/chat.php:89 ../../mod/viewsrc.php:12
-#: ../../mod/menu.php:40 ../../mod/connections.php:167
-#: ../../mod/layouts.php:27 ../../mod/layouts.php:42 ../../mod/network.php:12
-#: ../../mod/profiles.php:152 ../../mod/profiles.php:453
-#: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97
-#: ../../mod/achievements.php:27 ../../mod/filestorage.php:10
-#: ../../mod/filestorage.php:59 ../../mod/filestorage.php:75
-#: ../../mod/filestorage.php:98 ../../mod/manage.php:6
-#: ../../mod/settings.php:486 ../../mod/mail.php:108
-#: ../../mod/editlayout.php:48 ../../mod/profile_photo.php:187
-#: ../../mod/profile_photo.php:200 ../../mod/editpost.php:13
-#: ../../mod/notifications.php:66 ../../mod/blocks.php:29
-#: ../../mod/blocks.php:44 ../../mod/editwebpage.php:44
-#: ../../mod/editwebpage.php:83 ../../mod/poke.php:128
-#: ../../mod/channel.php:88 ../../mod/channel.php:188
-#: ../../mod/channel.php:231 ../../mod/fsuggest.php:78
-#: ../../mod/editblock.php:48 ../../mod/suggest.php:26
-#: ../../mod/message.php:16 ../../mod/register.php:68 ../../mod/regmod.php:18
-#: ../../mod/authtest.php:13 ../../mod/item.php:182 ../../mod/item.php:190
-#: ../../mod/mood.php:119 ../../index.php:176 ../../index.php:347
-msgid "Permission denied."
+#: ../../include/text.php:361
+msgid "older"
+msgstr ""
+
+#: ../../include/text.php:363
+msgid "newer"
+msgstr ""
+
+#: ../../include/text.php:670
+msgid "No connections"
+msgstr ""
+
+#: ../../include/text.php:681
+#, php-format
+msgid "%d Connection"
+msgid_plural "%d Connections"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../include/text.php:693
+msgid "View Connections"
+msgstr ""
+
+#: ../../include/text.php:754 ../../include/text.php:768
+#: ../../include/widgets.php:173 ../../mod/filer.php:36
+msgid "Save"
+msgstr ""
+
+#: ../../include/text.php:834
+msgid "poke"
+msgstr ""
+
+#: ../../include/text.php:834 ../../include/conversation.php:240
+msgid "poked"
+msgstr ""
+
+#: ../../include/text.php:835
+msgid "ping"
+msgstr ""
+
+#: ../../include/text.php:835
+msgid "pinged"
+msgstr ""
+
+#: ../../include/text.php:836
+msgid "prod"
+msgstr ""
+
+#: ../../include/text.php:836
+msgid "prodded"
+msgstr ""
+
+#: ../../include/text.php:837
+msgid "slap"
+msgstr ""
+
+#: ../../include/text.php:837
+msgid "slapped"
+msgstr ""
+
+#: ../../include/text.php:838
+msgid "finger"
+msgstr ""
+
+#: ../../include/text.php:838
+msgid "fingered"
+msgstr ""
+
+#: ../../include/text.php:839
+msgid "rebuff"
+msgstr ""
+
+#: ../../include/text.php:839
+msgid "rebuffed"
+msgstr ""
+
+#: ../../include/text.php:851
+msgid "happy"
+msgstr ""
+
+#: ../../include/text.php:852
+msgid "sad"
+msgstr ""
+
+#: ../../include/text.php:853
+msgid "mellow"
+msgstr ""
+
+#: ../../include/text.php:854
+msgid "tired"
+msgstr ""
+
+#: ../../include/text.php:855
+msgid "perky"
+msgstr ""
+
+#: ../../include/text.php:856
+msgid "angry"
+msgstr ""
+
+#: ../../include/text.php:857
+msgid "stupified"
+msgstr ""
+
+#: ../../include/text.php:858
+msgid "puzzled"
+msgstr ""
+
+#: ../../include/text.php:859
+msgid "interested"
+msgstr ""
+
+#: ../../include/text.php:860
+msgid "bitter"
+msgstr ""
+
+#: ../../include/text.php:861
+msgid "cheerful"
+msgstr ""
+
+#: ../../include/text.php:862
+msgid "alive"
+msgstr ""
+
+#: ../../include/text.php:863
+msgid "annoyed"
+msgstr ""
+
+#: ../../include/text.php:864
+msgid "anxious"
+msgstr ""
+
+#: ../../include/text.php:865
+msgid "cranky"
+msgstr ""
+
+#: ../../include/text.php:866
+msgid "disturbed"
+msgstr ""
+
+#: ../../include/text.php:867
+msgid "frustrated"
+msgstr ""
+
+#: ../../include/text.php:868
+msgid "motivated"
+msgstr ""
+
+#: ../../include/text.php:869
+msgid "relaxed"
+msgstr ""
+
+#: ../../include/text.php:870
+msgid "surprised"
+msgstr ""
+
+#: ../../include/text.php:1031
+msgid "Monday"
+msgstr ""
+
+#: ../../include/text.php:1031
+msgid "Tuesday"
+msgstr ""
+
+#: ../../include/text.php:1031
+msgid "Wednesday"
+msgstr ""
+
+#: ../../include/text.php:1031
+msgid "Thursday"
+msgstr ""
+
+#: ../../include/text.php:1031
+msgid "Friday"
+msgstr ""
+
+#: ../../include/text.php:1031
+msgid "Saturday"
+msgstr ""
+
+#: ../../include/text.php:1031
+msgid "Sunday"
+msgstr ""
+
+#: ../../include/text.php:1035
+msgid "January"
+msgstr ""
+
+#: ../../include/text.php:1035
+msgid "February"
+msgstr ""
+
+#: ../../include/text.php:1035
+msgid "March"
+msgstr ""
+
+#: ../../include/text.php:1035
+msgid "April"
+msgstr ""
+
+#: ../../include/text.php:1035
+msgid "May"
+msgstr ""
+
+#: ../../include/text.php:1035
+msgid "June"
+msgstr ""
+
+#: ../../include/text.php:1035
+msgid "July"
+msgstr ""
+
+#: ../../include/text.php:1035
+msgid "August"
+msgstr ""
+
+#: ../../include/text.php:1035
+msgid "September"
+msgstr ""
+
+#: ../../include/text.php:1035
+msgid "October"
+msgstr ""
+
+#: ../../include/text.php:1035
+msgid "November"
+msgstr ""
+
+#: ../../include/text.php:1035
+msgid "December"
+msgstr ""
+
+#: ../../include/text.php:1113
+msgid "unknown.???"
+msgstr ""
+
+#: ../../include/text.php:1114
+msgid "bytes"
+msgstr ""
+
+#: ../../include/text.php:1149
+msgid "remove category"
+msgstr ""
+
+#: ../../include/text.php:1171
+msgid "remove from file"
+msgstr ""
+
+#: ../../include/text.php:1229 ../../include/text.php:1241
+msgid "Click to open/close"
+msgstr ""
+
+#: ../../include/text.php:1417 ../../mod/events.php:332
+msgid "link to source"
+msgstr ""
+
+#: ../../include/text.php:1436
+msgid "Select a page layout: "
+msgstr ""
+
+#: ../../include/text.php:1439 ../../include/text.php:1504
+msgid "default"
+msgstr ""
+
+#: ../../include/text.php:1475
+msgid "Page content type: "
+msgstr ""
+
+#: ../../include/text.php:1516
+msgid "Select an alternate language"
+msgstr ""
+
+#: ../../include/text.php:1637 ../../include/conversation.php:117
+#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:45
+msgid "photo"
+msgstr ""
+
+#: ../../include/text.php:1640 ../../include/conversation.php:120
+#: ../../mod/tagger.php:49
+msgid "event"
+msgstr ""
+
+#: ../../include/text.php:1643 ../../include/conversation.php:145
+#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:53
+msgid "status"
+msgstr ""
+
+#: ../../include/text.php:1645 ../../include/conversation.php:147
+#: ../../mod/tagger.php:55
+msgid "comment"
+msgstr ""
+
+#: ../../include/text.php:1650
+msgid "activity"
+msgstr ""
+
+#: ../../include/text.php:1907
+msgid "Design"
+msgstr ""
+
+#: ../../include/text.php:1909
+msgid "Blocks"
+msgstr ""
+
+#: ../../include/text.php:1910
+msgid "Menus"
+msgstr ""
+
+#: ../../include/text.php:1911
+msgid "Layouts"
+msgstr ""
+
+#: ../../include/text.php:1912
+msgid "Pages"
+msgstr ""
+
+#: ../../include/widgets.php:29 ../../include/contact_widgets.php:87
+msgid "Categories"
msgstr ""
-#: ../../include/Contact.php:104 ../../include/identity.php:628
#: ../../include/widgets.php:115 ../../include/widgets.php:155
-#: ../../mod/directory.php:183 ../../mod/match.php:62 ../../mod/suggest.php:51
-#: ../../mod/dirprofile.php:170
+#: ../../include/Contact.php:104 ../../include/identity.php:628
+#: ../../mod/directory.php:183 ../../mod/match.php:62
+#: ../../mod/dirprofile.php:170 ../../mod/suggest.php:51
msgid "Connect"
msgstr ""
+#: ../../include/widgets.php:117 ../../mod/suggest.php:53
+msgid "Ignore/Hide"
+msgstr ""
+
+#: ../../include/widgets.php:123 ../../mod/connections.php:238
+msgid "Suggestions"
+msgstr ""
+
+#: ../../include/widgets.php:124
+msgid "See more..."
+msgstr ""
+
+#: ../../include/widgets.php:146
+#, php-format
+msgid "You have %1$.0f of %2$.0f allowed connections."
+msgstr ""
+
+#: ../../include/widgets.php:152
+msgid "Add New Connection"
+msgstr ""
+
+#: ../../include/widgets.php:153
+msgid "Enter the channel address"
+msgstr ""
+
+#: ../../include/widgets.php:154
+msgid "Example: bob@example.com, http://example.com/barbara"
+msgstr ""
+
+#: ../../include/widgets.php:171
+msgid "Notes"
+msgstr ""
+
+#: ../../include/widgets.php:243
+msgid "Remove term"
+msgstr ""
+
+#: ../../include/widgets.php:252 ../../include/features.php:52
+msgid "Saved Searches"
+msgstr ""
+
+#: ../../include/widgets.php:253 ../../include/group.php:290
+msgid "add"
+msgstr ""
+
+#: ../../include/widgets.php:283 ../../include/features.php:66
+#: ../../include/contact_widgets.php:53
+msgid "Saved Folders"
+msgstr ""
+
+#: ../../include/widgets.php:286 ../../include/contact_widgets.php:56
+#: ../../include/contact_widgets.php:90
+msgid "Everything"
+msgstr ""
+
+#: ../../include/widgets.php:318 ../../include/items.php:3613
+msgid "Archives"
+msgstr ""
+
+#: ../../include/widgets.php:370
+msgid "Refresh"
+msgstr ""
+
+#: ../../include/widgets.php:371 ../../mod/connedit.php:389
+msgid "Me"
+msgstr ""
+
+#: ../../include/widgets.php:372 ../../mod/connedit.php:391
+msgid "Best Friends"
+msgstr ""
+
+#: ../../include/widgets.php:373 ../../include/identity.php:310
+#: ../../include/profile_selectors.php:42 ../../mod/connedit.php:392
+msgid "Friends"
+msgstr ""
+
+#: ../../include/widgets.php:374
+msgid "Co-workers"
+msgstr ""
+
+#: ../../include/widgets.php:375 ../../mod/connedit.php:393
+msgid "Former Friends"
+msgstr ""
+
+#: ../../include/widgets.php:376 ../../mod/connedit.php:394
+msgid "Acquaintances"
+msgstr ""
+
+#: ../../include/widgets.php:377
+msgid "Everybody"
+msgstr ""
+
+#: ../../include/widgets.php:409
+msgid "Account settings"
+msgstr ""
+
+#: ../../include/widgets.php:415
+msgid "Channel settings"
+msgstr ""
+
+#: ../../include/widgets.php:421
+msgid "Additional features"
+msgstr ""
+
+#: ../../include/widgets.php:427
+msgid "Feature settings"
+msgstr ""
+
+#: ../../include/widgets.php:433
+msgid "Display settings"
+msgstr ""
+
+#: ../../include/widgets.php:439
+msgid "Connected apps"
+msgstr ""
+
+#: ../../include/widgets.php:445
+msgid "Export channel"
+msgstr ""
+
+#: ../../include/widgets.php:457
+msgid "Automatic Permissions (Advanced)"
+msgstr ""
+
+#: ../../include/widgets.php:467
+msgid "Premium Channel Settings"
+msgstr ""
+
+#: ../../include/widgets.php:476 ../../include/features.php:43
+#: ../../mod/sources.php:88
+msgid "Channel Sources"
+msgstr ""
+
+#: ../../include/widgets.php:504
+msgid "Check Mail"
+msgstr ""
+
+#: ../../include/widgets.php:585
+msgid "Chat Rooms"
+msgstr ""
+
#: ../../include/Contact.php:120
msgid "New window"
msgstr ""
@@ -358,6 +819,215 @@ msgstr ""
msgid "Open the selected location in a different window or browser tab"
msgstr ""
+#: ../../include/features.php:23
+msgid "General Features"
+msgstr ""
+
+#: ../../include/features.php:25
+msgid "Content Expiration"
+msgstr ""
+
+#: ../../include/features.php:25
+msgid "Remove posts/comments and/or private messages at a future time"
+msgstr ""
+
+#: ../../include/features.php:26
+msgid "Multiple Profiles"
+msgstr ""
+
+#: ../../include/features.php:26
+msgid "Ability to create multiple profiles"
+msgstr ""
+
+#: ../../include/features.php:27
+msgid "Web Pages"
+msgstr ""
+
+#: ../../include/features.php:27
+msgid "Provide managed web pages on your channel"
+msgstr ""
+
+#: ../../include/features.php:28
+msgid "Private Notes"
+msgstr ""
+
+#: ../../include/features.php:28
+msgid "Enables a tool to store notes and reminders"
+msgstr ""
+
+#: ../../include/features.php:33
+msgid "Extended Identity Sharing"
+msgstr ""
+
+#: ../../include/features.php:33
+msgid ""
+"Share your identity with all websites on the internet. When disabled, "
+"identity is only shared with sites in the matrix."
+msgstr ""
+
+#: ../../include/features.php:34
+msgid "Expert Mode"
+msgstr ""
+
+#: ../../include/features.php:34
+msgid "Enable Expert Mode to provide advanced configuration options"
+msgstr ""
+
+#: ../../include/features.php:35
+msgid "Premium Channel"
+msgstr ""
+
+#: ../../include/features.php:35
+msgid ""
+"Allows you to set restrictions and terms on those that connect with your "
+"channel"
+msgstr ""
+
+#: ../../include/features.php:40
+msgid "Post Composition Features"
+msgstr ""
+
+#: ../../include/features.php:41
+msgid "Richtext Editor"
+msgstr ""
+
+#: ../../include/features.php:41
+msgid "Enable richtext editor"
+msgstr ""
+
+#: ../../include/features.php:42
+msgid "Post Preview"
+msgstr ""
+
+#: ../../include/features.php:42
+msgid "Allow previewing posts and comments before publishing them"
+msgstr ""
+
+#: ../../include/features.php:43
+msgid "Automatically import channel content from other channels or feeds"
+msgstr ""
+
+#: ../../include/features.php:44
+msgid "Even More Encryption"
+msgstr ""
+
+#: ../../include/features.php:44
+msgid ""
+"Allow optional encryption of content end-to-end with a shared secret key"
+msgstr ""
+
+#: ../../include/features.php:49
+msgid "Network and Stream Filtering"
+msgstr ""
+
+#: ../../include/features.php:50
+msgid "Search by Date"
+msgstr ""
+
+#: ../../include/features.php:50
+msgid "Ability to select posts by date ranges"
+msgstr ""
+
+#: ../../include/features.php:51
+msgid "Collections Filter"
+msgstr ""
+
+#: ../../include/features.php:51
+msgid "Enable widget to display Network posts only from selected collections"
+msgstr ""
+
+#: ../../include/features.php:52
+msgid "Save search terms for re-use"
+msgstr ""
+
+#: ../../include/features.php:53
+msgid "Network Personal Tab"
+msgstr ""
+
+#: ../../include/features.php:53
+msgid "Enable tab to display only Network posts that you've interacted on"
+msgstr ""
+
+#: ../../include/features.php:54
+msgid "Network New Tab"
+msgstr ""
+
+#: ../../include/features.php:54
+msgid "Enable tab to display all new Network activity"
+msgstr ""
+
+#: ../../include/features.php:55
+msgid "Affinity Tool"
+msgstr ""
+
+#: ../../include/features.php:55
+msgid "Filter stream activity by depth of relationships"
+msgstr ""
+
+#: ../../include/features.php:56
+msgid "Suggest Channels"
+msgstr ""
+
+#: ../../include/features.php:56
+msgid "Show channel suggestions"
+msgstr ""
+
+#: ../../include/features.php:61
+msgid "Post/Comment Tools"
+msgstr ""
+
+#: ../../include/features.php:63
+msgid "Edit Sent Posts"
+msgstr ""
+
+#: ../../include/features.php:63
+msgid "Edit and correct posts and comments after sending"
+msgstr ""
+
+#: ../../include/features.php:64
+msgid "Tagging"
+msgstr ""
+
+#: ../../include/features.php:64
+msgid "Ability to tag existing posts"
+msgstr ""
+
+#: ../../include/features.php:65
+msgid "Post Categories"
+msgstr ""
+
+#: ../../include/features.php:65
+msgid "Add categories to your posts"
+msgstr ""
+
+#: ../../include/features.php:66
+msgid "Ability to file posts under folders"
+msgstr ""
+
+#: ../../include/features.php:67
+msgid "Dislike Posts"
+msgstr ""
+
+#: ../../include/features.php:67
+msgid "Ability to dislike posts/comments"
+msgstr ""
+
+#: ../../include/features.php:68
+msgid "Star Posts"
+msgstr ""
+
+#: ../../include/features.php:68
+msgid "Ability to mark special posts with a star indicator"
+msgstr ""
+
+#: ../../include/features.php:69
+msgid "Tag Cloud"
+msgstr ""
+
+#: ../../include/features.php:69
+msgid "Provide a personal tag cloud on your channel page"
+msgstr ""
+
#: ../../include/contact_selectors.php:30
msgid "Unknown | Not categorised"
msgstr ""
@@ -419,7 +1089,7 @@ msgid "RSS/Atom"
msgstr ""
#: ../../include/contact_selectors.php:77 ../../mod/admin.php:741
-#: ../../mod/admin.php:750 ../../boot.php:1423
+#: ../../mod/admin.php:750 ../../boot.php:1426
msgid "Email"
msgstr ""
@@ -525,10 +1195,6 @@ msgstr ""
msgid "Cannot locate DNS info for database server '%s'"
msgstr ""
-#: ../../include/network.php:640
-msgid "view full size"
-msgstr ""
-
#: ../../include/event.php:11 ../../include/bb2diaspora.php:433
msgid "l F d, Y \\@ g:i A"
msgstr ""
@@ -547,48 +1213,52 @@ msgstr ""
msgid "Location:"
msgstr ""
-#: ../../include/bbcode.php:128 ../../include/bbcode.php:537
-#: ../../include/bbcode.php:540 ../../include/bbcode.php:545
-#: ../../include/bbcode.php:548 ../../include/bbcode.php:551
-#: ../../include/bbcode.php:554 ../../include/bbcode.php:559
-#: ../../include/bbcode.php:562 ../../include/bbcode.php:567
-#: ../../include/bbcode.php:570 ../../include/bbcode.php:573
-#: ../../include/bbcode.php:576
-msgid "Image/photo"
+#: ../../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/bbcode.php:163 ../../include/bbcode.php:582
-msgid "Encrypted content"
+#: ../../include/group.php:223
+msgid "Default privacy group for new contacts"
msgstr ""
-#: ../../include/bbcode.php:170
-msgid "QR code"
+#: ../../include/group.php:242 ../../mod/admin.php:750
+msgid "All Channels"
msgstr ""
-#: ../../include/bbcode.php:213
-#, php-format
-msgid "%1$s wrote the following %2$s %3$s"
+#: ../../include/group.php:264
+msgid "edit"
msgstr ""
-#: ../../include/bbcode.php:215
-msgid "post"
+#: ../../include/group.php:285
+msgid "Collections"
msgstr ""
-#: ../../include/bbcode.php:505 ../../include/bbcode.php:525
-msgid "$1 wrote:"
+#: ../../include/group.php:286
+msgid "Edit collection"
+msgstr ""
+
+#: ../../include/group.php:287
+msgid "Create a new collection"
+msgstr ""
+
+#: ../../include/group.php:288
+msgid "Channels not in any collection"
msgstr ""
#: ../../include/js_strings.php:5
msgid "Delete this item?"
msgstr ""
-#: ../../include/js_strings.php:6 ../../include/ItemObject.php:536
-#: ../../mod/photos.php:972 ../../mod/photos.php:1059
+#: ../../include/js_strings.php:6 ../../include/ItemObject.php:546
+#: ../../mod/photos.php:989 ../../mod/photos.php:1076
msgid "Comment"
msgstr ""
-#: ../../include/js_strings.php:7 ../../include/contact_widgets.php:125
-#: ../../include/ItemObject.php:270
+#: ../../include/js_strings.php:7 ../../include/ItemObject.php:280
+#: ../../include/contact_widgets.php:125
msgid "show more"
msgstr ""
@@ -706,13 +1376,577 @@ msgid "Stored post could not be verified."
msgstr ""
#: ../../include/photo/photo_driver.php:637 ../../include/photos.php:51
-#: ../../mod/photos.php:91 ../../mod/photos.php:652 ../../mod/photos.php:674
#: ../../mod/profile_photo.php:78 ../../mod/profile_photo.php:225
-#: ../../mod/profile_photo.php:336
+#: ../../mod/profile_photo.php:336 ../../mod/photos.php:91
+#: ../../mod/photos.php:652 ../../mod/photos.php:674
msgid "Profile Photos"
msgstr ""
-#: ../../include/identity.php:29 ../../mod/item.php:1150
+#: ../../include/attach.php:98 ../../include/attach.php:129
+#: ../../include/attach.php:185 ../../include/attach.php:200
+#: ../../include/attach.php:233 ../../include/attach.php:247
+#: ../../include/attach.php:268 ../../include/attach.php:463
+#: ../../include/attach.php:541 ../../include/chat.php:113
+#: ../../include/photos.php:15 ../../include/items.php:3492
+#: ../../mod/common.php:35 ../../mod/events.php:140 ../../mod/thing.php:241
+#: ../../mod/thing.php:257 ../../mod/thing.php:291 ../../mod/invite.php:13
+#: ../../mod/invite.php:104 ../../mod/item.php:182 ../../mod/item.php:190
+#: ../../mod/menu.php:44 ../../mod/webpages.php:40 ../../mod/api.php:26
+#: ../../mod/api.php:31 ../../mod/bookmarks.php:46 ../../mod/settings.php:490
+#: ../../mod/chat.php:87 ../../mod/chat.php:92
+#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27
+#: ../../mod/delegate.php:6 ../../mod/mitem.php:73 ../../mod/group.php:9
+#: ../../mod/viewsrc.php:12 ../../mod/editpost.php:13
+#: ../../mod/connedit.php:182 ../../mod/layouts.php:27
+#: ../../mod/layouts.php:42 ../../mod/page.php:30 ../../mod/page.php:80
+#: ../../mod/network.php:12 ../../mod/profiles.php:152
+#: ../../mod/profiles.php:453 ../../mod/sources.php:66 ../../mod/setup.php:200
+#: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97
+#: ../../mod/achievements.php:27 ../../mod/manage.php:6 ../../mod/mail.php:108
+#: ../../mod/editlayout.php:48 ../../mod/profile_photo.php:187
+#: ../../mod/profile_photo.php:200 ../../mod/connections.php:169
+#: ../../mod/notifications.php:66 ../../mod/blocks.php:29
+#: ../../mod/blocks.php:44 ../../mod/editwebpage.php:44
+#: ../../mod/editwebpage.php:83 ../../mod/poke.php:128
+#: ../../mod/channel.php:88 ../../mod/channel.php:188
+#: ../../mod/channel.php:231 ../../mod/fsuggest.php:78
+#: ../../mod/editblock.php:48 ../../mod/filestorage.php:10
+#: ../../mod/filestorage.php:59 ../../mod/filestorage.php:75
+#: ../../mod/filestorage.php:98 ../../mod/suggest.php:26
+#: ../../mod/message.php:16 ../../mod/register.php:68 ../../mod/regmod.php:18
+#: ../../mod/authtest.php:13 ../../mod/photos.php:68 ../../mod/photos.php:522
+#: ../../mod/mood.php:119 ../../index.php:176 ../../index.php:351
+msgid "Permission denied."
+msgstr ""
+
+#: ../../include/attach.php:180 ../../include/attach.php:228
+msgid "Item was not found."
+msgstr ""
+
+#: ../../include/attach.php:281
+msgid "No source file."
+msgstr ""
+
+#: ../../include/attach.php:298
+msgid "Cannot locate file to replace"
+msgstr ""
+
+#: ../../include/attach.php:316
+msgid "Cannot locate file to revise/update"
+msgstr ""
+
+#: ../../include/attach.php:327
+#, php-format
+msgid "File exceeds size limit of %d"
+msgstr ""
+
+#: ../../include/attach.php:339
+#, php-format
+msgid "You have reached your limit of %1$.0f Mbytes attachment storage."
+msgstr ""
+
+#: ../../include/attach.php:423
+msgid "File upload failed. Possible system limit or action terminated."
+msgstr ""
+
+#: ../../include/attach.php:435
+msgid "Stored file could not be verified. Upload failed."
+msgstr ""
+
+#: ../../include/attach.php:479 ../../include/attach.php:496
+msgid "Path not available."
+msgstr ""
+
+#: ../../include/attach.php:546
+msgid "Empty pathname"
+msgstr ""
+
+#: ../../include/attach.php:564
+msgid "duplicate filename or path"
+msgstr ""
+
+#: ../../include/attach.php:589
+msgid "Path not found."
+msgstr ""
+
+#: ../../include/attach.php:634
+msgid "mkdir failed."
+msgstr ""
+
+#: ../../include/attach.php:638
+msgid "database storage failed."
+msgstr ""
+
+#: ../../include/bbcode.php:128 ../../include/bbcode.php:587
+#: ../../include/bbcode.php:590 ../../include/bbcode.php:595
+#: ../../include/bbcode.php:598 ../../include/bbcode.php:601
+#: ../../include/bbcode.php:604 ../../include/bbcode.php:609
+#: ../../include/bbcode.php:612 ../../include/bbcode.php:617
+#: ../../include/bbcode.php:620 ../../include/bbcode.php:623
+#: ../../include/bbcode.php:626
+msgid "Image/photo"
+msgstr ""
+
+#: ../../include/bbcode.php:163 ../../include/bbcode.php:637
+msgid "Encrypted content"
+msgstr ""
+
+#: ../../include/bbcode.php:170
+msgid "QR code"
+msgstr ""
+
+#: ../../include/bbcode.php:213
+#, php-format
+msgid "%1$s wrote the following %2$s %3$s"
+msgstr ""
+
+#: ../../include/bbcode.php:215
+msgid "post"
+msgstr ""
+
+#: ../../include/bbcode.php:555 ../../include/bbcode.php:575
+msgid "$1 wrote:"
+msgstr ""
+
+#: ../../include/bookmarks.php:31
+#, php-format
+msgid "%1$s's bookmarks"
+msgstr ""
+
+#: ../../include/conversation.php:123
+msgid "channel"
+msgstr ""
+
+#: ../../include/conversation.php:161 ../../mod/like.php:134
+#, php-format
+msgid "%1$s likes %2$s's %3$s"
+msgstr ""
+
+#: ../../include/conversation.php:164 ../../mod/like.php:136
+#, php-format
+msgid "%1$s doesn't like %2$s's %3$s"
+msgstr ""
+
+#: ../../include/conversation.php:201
+#, php-format
+msgid "%1$s is now connected with %2$s"
+msgstr ""
+
+#: ../../include/conversation.php:236
+#, php-format
+msgid "%1$s poked %2$s"
+msgstr ""
+
+#: ../../include/conversation.php:258 ../../mod/mood.php:63
+#, php-format
+msgid "%1$s is currently %2$s"
+msgstr ""
+
+#: ../../include/conversation.php:631 ../../include/ItemObject.php:114
+msgid "Select"
+msgstr ""
+
+#: ../../include/conversation.php:632 ../../include/ItemObject.php:108
+#: ../../mod/thing.php:230 ../../mod/settings.php:576 ../../mod/group.php:176
+#: ../../mod/admin.php:745 ../../mod/connedit.php:359
+#: ../../mod/filestorage.php:171 ../../mod/photos.php:1040
+msgid "Delete"
+msgstr ""
+
+#: ../../include/conversation.php:642 ../../include/ItemObject.php:161
+msgid "Message is verified"
+msgstr ""
+
+#: ../../include/conversation.php:662
+#, php-format
+msgid "View %s's profile @ %s"
+msgstr ""
+
+#: ../../include/conversation.php:676
+msgid "Categories:"
+msgstr ""
+
+#: ../../include/conversation.php:677
+msgid "Filed under:"
+msgstr ""
+
+#: ../../include/conversation.php:686 ../../include/ItemObject.php:226
+#, php-format
+msgid " from %s"
+msgstr ""
+
+#: ../../include/conversation.php:689 ../../include/ItemObject.php:229
+#, php-format
+msgid "last edited: %s"
+msgstr ""
+
+#: ../../include/conversation.php:690 ../../include/ItemObject.php:230
+#, php-format
+msgid "Expires: %s"
+msgstr ""
+
+#: ../../include/conversation.php:705
+msgid "View in context"
+msgstr ""
+
+#: ../../include/conversation.php:707 ../../include/conversation.php:1120
+#: ../../include/ItemObject.php:258 ../../mod/editpost.php:112
+#: ../../mod/mail.php:222 ../../mod/mail.php:336 ../../mod/editlayout.php:115
+#: ../../mod/editwebpage.php:153 ../../mod/editblock.php:129
+#: ../../mod/photos.php:971
+msgid "Please wait"
+msgstr ""
+
+#: ../../include/conversation.php:834
+msgid "remove"
+msgstr ""
+
+#: ../../include/conversation.php:838
+msgid "Loading..."
+msgstr ""
+
+#: ../../include/conversation.php:839
+msgid "Delete Selected Items"
+msgstr ""
+
+#: ../../include/conversation.php:930
+msgid "View Source"
+msgstr ""
+
+#: ../../include/conversation.php:931
+msgid "Follow Thread"
+msgstr ""
+
+#: ../../include/conversation.php:932
+msgid "View Status"
+msgstr ""
+
+#: ../../include/conversation.php:934
+msgid "View Photos"
+msgstr ""
+
+#: ../../include/conversation.php:935
+msgid "Matrix Activity"
+msgstr ""
+
+#: ../../include/conversation.php:936
+msgid "Edit Contact"
+msgstr ""
+
+#: ../../include/conversation.php:937
+msgid "Send PM"
+msgstr ""
+
+#: ../../include/conversation.php:938
+msgid "Poke"
+msgstr ""
+
+#: ../../include/conversation.php:1000
+#, php-format
+msgid "%s likes this."
+msgstr ""
+
+#: ../../include/conversation.php:1000
+#, php-format
+msgid "%s doesn't like this."
+msgstr ""
+
+#: ../../include/conversation.php:1004
+#, 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:1006
+#, 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:1012
+msgid "and"
+msgstr ""
+
+#: ../../include/conversation.php:1015
+#, php-format
+msgid ", and %d other people"
+msgid_plural ", and %d other people"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../include/conversation.php:1016
+#, php-format
+msgid "%s like this."
+msgstr ""
+
+#: ../../include/conversation.php:1016
+#, php-format
+msgid "%s don't like this."
+msgstr ""
+
+#: ../../include/conversation.php:1066
+msgid "Visible to <strong>everybody</strong>"
+msgstr ""
+
+#: ../../include/conversation.php:1067 ../../mod/mail.php:171
+#: ../../mod/mail.php:269
+msgid "Please enter a link URL:"
+msgstr ""
+
+#: ../../include/conversation.php:1068
+msgid "Please enter a video link/URL:"
+msgstr ""
+
+#: ../../include/conversation.php:1069
+msgid "Please enter an audio link/URL:"
+msgstr ""
+
+#: ../../include/conversation.php:1070
+msgid "Tag term:"
+msgstr ""
+
+#: ../../include/conversation.php:1071 ../../mod/filer.php:35
+msgid "Save to Folder:"
+msgstr ""
+
+#: ../../include/conversation.php:1072
+msgid "Where are you right now?"
+msgstr ""
+
+#: ../../include/conversation.php:1073 ../../mod/editpost.php:52
+#: ../../mod/mail.php:172 ../../mod/mail.php:270
+msgid "Expires YYYY-MM-DD HH:MM"
+msgstr ""
+
+#: ../../include/conversation.php:1083 ../../include/ItemObject.php:556
+#: ../../mod/webpages.php:122 ../../mod/editpost.php:132
+#: ../../mod/editlayout.php:136 ../../mod/editwebpage.php:177
+#: ../../mod/editblock.php:151 ../../mod/photos.php:991
+msgid "Preview"
+msgstr ""
+
+#: ../../include/conversation.php:1097 ../../mod/photos.php:970
+msgid "Share"
+msgstr ""
+
+#: ../../include/conversation.php:1099 ../../mod/editwebpage.php:140
+msgid "Page link title"
+msgstr ""
+
+#: ../../include/conversation.php:1101 ../../mod/editpost.php:104
+#: ../../mod/mail.php:219 ../../mod/mail.php:332 ../../mod/editlayout.php:107
+#: ../../mod/editwebpage.php:145 ../../mod/editblock.php:121
+msgid "Upload photo"
+msgstr ""
+
+#: ../../include/conversation.php:1102
+msgid "upload photo"
+msgstr ""
+
+#: ../../include/conversation.php:1103 ../../mod/editpost.php:105
+#: ../../mod/mail.php:220 ../../mod/mail.php:333 ../../mod/editlayout.php:108
+#: ../../mod/editwebpage.php:146 ../../mod/editblock.php:122
+msgid "Attach file"
+msgstr ""
+
+#: ../../include/conversation.php:1104
+msgid "attach file"
+msgstr ""
+
+#: ../../include/conversation.php:1105 ../../mod/editpost.php:106
+#: ../../mod/mail.php:221 ../../mod/mail.php:334 ../../mod/editlayout.php:109
+#: ../../mod/editwebpage.php:147 ../../mod/editblock.php:123
+msgid "Insert web link"
+msgstr ""
+
+#: ../../include/conversation.php:1106
+msgid "web link"
+msgstr ""
+
+#: ../../include/conversation.php:1107
+msgid "Insert video link"
+msgstr ""
+
+#: ../../include/conversation.php:1108
+msgid "video link"
+msgstr ""
+
+#: ../../include/conversation.php:1109
+msgid "Insert audio link"
+msgstr ""
+
+#: ../../include/conversation.php:1110
+msgid "audio link"
+msgstr ""
+
+#: ../../include/conversation.php:1111 ../../mod/editpost.php:110
+#: ../../mod/editlayout.php:113 ../../mod/editwebpage.php:151
+#: ../../mod/editblock.php:127
+msgid "Set your location"
+msgstr ""
+
+#: ../../include/conversation.php:1112
+msgid "set location"
+msgstr ""
+
+#: ../../include/conversation.php:1113 ../../mod/editpost.php:111
+#: ../../mod/editlayout.php:114 ../../mod/editwebpage.php:152
+#: ../../mod/editblock.php:128
+msgid "Clear browser location"
+msgstr ""
+
+#: ../../include/conversation.php:1114
+msgid "clear location"
+msgstr ""
+
+#: ../../include/conversation.php:1116 ../../mod/editpost.php:124
+#: ../../mod/editlayout.php:127 ../../mod/editwebpage.php:169
+#: ../../mod/editblock.php:142
+msgid "Set title"
+msgstr ""
+
+#: ../../include/conversation.php:1119 ../../mod/editpost.php:126
+#: ../../mod/editlayout.php:130 ../../mod/editwebpage.php:171
+#: ../../mod/editblock.php:145
+msgid "Categories (comma-separated list)"
+msgstr ""
+
+#: ../../include/conversation.php:1121 ../../mod/editpost.php:113
+#: ../../mod/editlayout.php:116 ../../mod/editwebpage.php:154
+#: ../../mod/editblock.php:130
+msgid "Permission settings"
+msgstr ""
+
+#: ../../include/conversation.php:1122
+msgid "permissions"
+msgstr ""
+
+#: ../../include/conversation.php:1130 ../../mod/editpost.php:121
+#: ../../mod/editlayout.php:124 ../../mod/editwebpage.php:164
+#: ../../mod/editblock.php:139
+msgid "Public post"
+msgstr ""
+
+#: ../../include/conversation.php:1132 ../../mod/editpost.php:127
+#: ../../mod/editlayout.php:131 ../../mod/editwebpage.php:172
+#: ../../mod/editblock.php:146
+msgid "Example: bob@example.com, mary@example.com"
+msgstr ""
+
+#: ../../include/conversation.php:1145 ../../mod/editpost.php:138
+#: ../../mod/mail.php:226 ../../mod/mail.php:339 ../../mod/editlayout.php:141
+#: ../../mod/editwebpage.php:182 ../../mod/editblock.php:156
+msgid "Set expiration date"
+msgstr ""
+
+#: ../../include/conversation.php:1147 ../../include/ItemObject.php:559
+#: ../../mod/editpost.php:140 ../../mod/mail.php:228 ../../mod/mail.php:341
+msgid "Encrypt text"
+msgstr ""
+
+#: ../../include/conversation.php:1149 ../../mod/editpost.php:142
+msgid "OK"
+msgstr ""
+
+#: ../../include/conversation.php:1150 ../../mod/settings.php:514
+#: ../../mod/settings.php:540 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94
+#: ../../mod/editpost.php:143 ../../mod/fbrowser.php:82
+#: ../../mod/fbrowser.php:117
+msgid "Cancel"
+msgstr ""
+
+#: ../../include/conversation.php:1381
+msgid "Commented Order"
+msgstr ""
+
+#: ../../include/conversation.php:1384
+msgid "Sort by Comment Date"
+msgstr ""
+
+#: ../../include/conversation.php:1387
+msgid "Posted Order"
+msgstr ""
+
+#: ../../include/conversation.php:1390
+msgid "Sort by Post Date"
+msgstr ""
+
+#: ../../include/conversation.php:1394
+msgid "Personal"
+msgstr ""
+
+#: ../../include/conversation.php:1397
+msgid "Posts that mention or involve you"
+msgstr ""
+
+#: ../../include/conversation.php:1400 ../../mod/menu.php:61
+#: ../../mod/connections.php:211
+msgid "New"
+msgstr ""
+
+#: ../../include/conversation.php:1403
+msgid "Activity Stream - by date"
+msgstr ""
+
+#: ../../include/conversation.php:1410
+msgid "Starred"
+msgstr ""
+
+#: ../../include/conversation.php:1413
+msgid "Favourite Posts"
+msgstr ""
+
+#: ../../include/conversation.php:1420
+msgid "Spam"
+msgstr ""
+
+#: ../../include/conversation.php:1423
+msgid "Posts flagged as SPAM"
+msgstr ""
+
+#: ../../include/conversation.php:1454
+msgid "Channel"
+msgstr ""
+
+#: ../../include/conversation.php:1457
+msgid "Status Messages and Posts"
+msgstr ""
+
+#: ../../include/conversation.php:1466
+msgid "About"
+msgstr ""
+
+#: ../../include/conversation.php:1469
+msgid "Profile Details"
+msgstr ""
+
+#: ../../include/conversation.php:1478 ../../include/photos.php:302
+msgid "Photo Albums"
+msgstr ""
+
+#: ../../include/conversation.php:1487
+msgid "Files and Storage"
+msgstr ""
+
+#: ../../include/conversation.php:1496 ../../include/conversation.php:1499
+msgid "Chatrooms"
+msgstr ""
+
+#: ../../include/conversation.php:1509
+msgid "Events and Calendar"
+msgstr ""
+
+#: ../../include/conversation.php:1517
+msgid "Saved Bookmarks"
+msgstr ""
+
+#: ../../include/conversation.php:1528
+msgid "Manage Webpages"
+msgstr ""
+
+#: ../../include/identity.php:29 ../../mod/item.php:1161
msgid "Unable to obtain identity information from database"
msgstr ""
@@ -745,11 +1979,6 @@ msgstr ""
msgid "Default Profile"
msgstr ""
-#: ../../include/identity.php:310 ../../include/profile_selectors.php:42
-#: ../../include/widgets.php:373 ../../mod/connedit.php:389
-msgid "Friends"
-msgstr ""
-
#: ../../include/identity.php:477
msgid "Requested channel is not available."
msgstr ""
@@ -760,8 +1989,8 @@ msgstr ""
#: ../../include/identity.php:524 ../../mod/webpages.php:8
#: ../../mod/connect.php:13 ../../mod/layouts.php:8
-#: ../../mod/achievements.php:8 ../../mod/filestorage.php:40
-#: ../../mod/blocks.php:10 ../../mod/profile.php:16
+#: ../../mod/achievements.php:8 ../../mod/blocks.php:10
+#: ../../mod/profile.php:16 ../../mod/filestorage.php:40
msgid "Requested profile is not available."
msgstr ""
@@ -817,7 +2046,7 @@ msgid "Online Now"
msgstr ""
#: ../../include/identity.php:752 ../../include/identity.php:832
-#: ../../mod/ping.php:256
+#: ../../mod/ping.php:262
msgid "g A l F d"
msgstr ""
@@ -826,7 +2055,7 @@ msgid "F d"
msgstr ""
#: ../../include/identity.php:798 ../../include/identity.php:873
-#: ../../mod/ping.php:278
+#: ../../mod/ping.php:284
msgid "[today]"
msgstr ""
@@ -855,7 +2084,7 @@ msgstr ""
msgid "Profile"
msgstr ""
-#: ../../include/identity.php:906 ../../mod/settings.php:916
+#: ../../include/identity.php:906 ../../mod/settings.php:920
msgid "Full Name:"
msgstr ""
@@ -952,278 +2181,164 @@ msgstr ""
msgid "School/education:"
msgstr ""
-#: ../../include/reddav.php:1018
-msgid "Edit File properties"
-msgstr ""
-
-#: ../../include/oembed.php:157
-msgid "Embedded content"
-msgstr ""
-
-#: ../../include/oembed.php:166
-msgid "Embedding disabled"
-msgstr ""
-
-#: ../../include/features.php:23
-msgid "General Features"
-msgstr ""
-
-#: ../../include/features.php:25
-msgid "Content Expiration"
-msgstr ""
-
-#: ../../include/features.php:25
-msgid "Remove posts/comments and/or private messages at a future time"
-msgstr ""
-
-#: ../../include/features.php:26
-msgid "Multiple Profiles"
-msgstr ""
-
-#: ../../include/features.php:26
-msgid "Ability to create multiple profiles"
-msgstr ""
-
-#: ../../include/features.php:27
-msgid "Web Pages"
-msgstr ""
-
-#: ../../include/features.php:27
-msgid "Provide managed web pages on your channel"
-msgstr ""
-
-#: ../../include/features.php:28
-msgid "Private Notes"
-msgstr ""
-
-#: ../../include/features.php:28
-msgid "Enables a tool to store notes and reminders"
-msgstr ""
-
-#: ../../include/features.php:33
-msgid "Extended Identity Sharing"
-msgstr ""
-
-#: ../../include/features.php:33
-msgid ""
-"Share your identity with all websites on the internet. When disabled, "
-"identity is only shared with sites in the matrix."
-msgstr ""
-
-#: ../../include/features.php:34
-msgid "Expert Mode"
-msgstr ""
-
-#: ../../include/features.php:34
-msgid "Enable Expert Mode to provide advanced configuration options"
-msgstr ""
-
-#: ../../include/features.php:35
-msgid "Premium Channel"
-msgstr ""
-
-#: ../../include/features.php:35
-msgid ""
-"Allows you to set restrictions and terms on those that connect with your "
-"channel"
-msgstr ""
-
-#: ../../include/features.php:40
-msgid "Post Composition Features"
-msgstr ""
-
-#: ../../include/features.php:41
-msgid "Richtext Editor"
-msgstr ""
-
-#: ../../include/features.php:41
-msgid "Enable richtext editor"
-msgstr ""
-
-#: ../../include/features.php:42
-msgid "Post Preview"
-msgstr ""
-
-#: ../../include/features.php:42
-msgid "Allow previewing posts and comments before publishing them"
-msgstr ""
-
-#: ../../include/features.php:43 ../../include/widgets.php:476
-#: ../../mod/sources.php:81
-msgid "Channel Sources"
-msgstr ""
-
-#: ../../include/features.php:43
-msgid "Automatically import channel content from other channels or feeds"
-msgstr ""
-
-#: ../../include/features.php:44
-msgid "Even More Encryption"
-msgstr ""
-
-#: ../../include/features.php:44
-msgid ""
-"Allow optional encryption of content end-to-end with a shared secret key"
-msgstr ""
-
-#: ../../include/features.php:49
-msgid "Network and Stream Filtering"
-msgstr ""
-
-#: ../../include/features.php:50
-msgid "Search by Date"
-msgstr ""
-
-#: ../../include/features.php:50
-msgid "Ability to select posts by date ranges"
-msgstr ""
-
-#: ../../include/features.php:51
-msgid "Collections Filter"
-msgstr ""
-
-#: ../../include/features.php:51
-msgid "Enable widget to display Network posts only from selected collections"
-msgstr ""
-
-#: ../../include/features.php:52 ../../include/widgets.php:252
-msgid "Saved Searches"
-msgstr ""
-
-#: ../../include/features.php:52
-msgid "Save search terms for re-use"
+#: ../../include/ItemObject.php:89 ../../mod/photos.php:843
+msgid "Private Message"
msgstr ""
-#: ../../include/features.php:53
-msgid "Network Personal Tab"
+#: ../../include/ItemObject.php:96 ../../include/page_widgets.php:8
+#: ../../mod/thing.php:229 ../../mod/menu.php:59 ../../mod/webpages.php:118
+#: ../../mod/settings.php:575 ../../mod/editpost.php:103
+#: ../../mod/layouts.php:102 ../../mod/editlayout.php:106
+#: ../../mod/blocks.php:93 ../../mod/editwebpage.php:144
+#: ../../mod/editblock.php:120 ../../mod/filestorage.php:170
+msgid "Edit"
msgstr ""
-#: ../../include/features.php:53
-msgid "Enable tab to display only Network posts that you've interacted on"
+#: ../../include/ItemObject.php:118
+msgid "save to folder"
msgstr ""
-#: ../../include/features.php:54
-msgid "Network New Tab"
+#: ../../include/ItemObject.php:146
+msgid "add star"
msgstr ""
-#: ../../include/features.php:54
-msgid "Enable tab to display all new Network activity"
+#: ../../include/ItemObject.php:147
+msgid "remove star"
msgstr ""
-#: ../../include/features.php:55
-msgid "Affinity Tool"
+#: ../../include/ItemObject.php:148
+msgid "toggle star status"
msgstr ""
-#: ../../include/features.php:55
-msgid "Filter stream activity by depth of relationships"
+#: ../../include/ItemObject.php:152
+msgid "starred"
msgstr ""
-#: ../../include/features.php:56
-msgid "Suggest Channels"
+#: ../../include/ItemObject.php:169
+msgid "add tag"
msgstr ""
-#: ../../include/features.php:56
-msgid "Show channel suggestions"
+#: ../../include/ItemObject.php:184 ../../mod/photos.php:968
+msgid "I like this (toggle)"
msgstr ""
-#: ../../include/features.php:61
-msgid "Post/Comment Tools"
+#: ../../include/ItemObject.php:184 ../../include/taxonomy.php:254
+msgid "like"
msgstr ""
-#: ../../include/features.php:63
-msgid "Edit Sent Posts"
+#: ../../include/ItemObject.php:185 ../../mod/photos.php:969
+msgid "I don't like this (toggle)"
msgstr ""
-#: ../../include/features.php:63
-msgid "Edit and correct posts and comments after sending"
+#: ../../include/ItemObject.php:185 ../../include/taxonomy.php:255
+msgid "dislike"
msgstr ""
-#: ../../include/features.php:64
-msgid "Tagging"
+#: ../../include/ItemObject.php:187
+msgid "Share this"
msgstr ""
-#: ../../include/features.php:64
-msgid "Ability to tag existing posts"
+#: ../../include/ItemObject.php:187
+msgid "share"
msgstr ""
-#: ../../include/features.php:65
-msgid "Post Categories"
+#: ../../include/ItemObject.php:211 ../../include/ItemObject.php:212
+#, php-format
+msgid "View %s's profile - %s"
msgstr ""
-#: ../../include/features.php:65
-msgid "Add categories to your posts"
+#: ../../include/ItemObject.php:213
+msgid "to"
msgstr ""
-#: ../../include/features.php:66 ../../include/widgets.php:283
-#: ../../include/contact_widgets.php:53
-msgid "Saved Folders"
+#: ../../include/ItemObject.php:214
+msgid "via"
msgstr ""
-#: ../../include/features.php:66
-msgid "Ability to file posts under folders"
+#: ../../include/ItemObject.php:215
+msgid "Wall-to-Wall"
msgstr ""
-#: ../../include/features.php:67
-msgid "Dislike Posts"
+#: ../../include/ItemObject.php:216
+msgid "via Wall-To-Wall:"
msgstr ""
-#: ../../include/features.php:67
-msgid "Ability to dislike posts/comments"
+#: ../../include/ItemObject.php:249
+msgid "Bookmark Links"
msgstr ""
-#: ../../include/features.php:68
-msgid "Star Posts"
-msgstr ""
+#: ../../include/ItemObject.php:279
+#, php-format
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] ""
+msgstr[1] ""
-#: ../../include/features.php:68
-msgid "Ability to mark special posts with a star indicator"
+#: ../../include/ItemObject.php:544 ../../mod/photos.php:987
+#: ../../mod/photos.php:1074
+msgid "This is you"
msgstr ""
-#: ../../include/features.php:69
-msgid "Tag Cloud"
+#: ../../include/ItemObject.php:547 ../../mod/events.php:469
+#: ../../mod/thing.php:276 ../../mod/thing.php:318 ../../mod/invite.php:156
+#: ../../mod/settings.php:513 ../../mod/settings.php:625
+#: ../../mod/settings.php:653 ../../mod/settings.php:677
+#: ../../mod/settings.php:748 ../../mod/settings.php:912
+#: ../../mod/chat.php:119 ../../mod/chat.php:149 ../../mod/connect.php:92
+#: ../../mod/group.php:81 ../../mod/admin.php:431 ../../mod/admin.php:738
+#: ../../mod/admin.php:878 ../../mod/admin.php:1077 ../../mod/admin.php:1164
+#: ../../mod/connedit.php:437 ../../mod/profiles.php:506
+#: ../../mod/sources.php:104 ../../mod/sources.php:138 ../../mod/setup.php:304
+#: ../../mod/setup.php:347 ../../mod/import.php:387 ../../mod/mail.php:223
+#: ../../mod/mail.php:335 ../../mod/poke.php:166 ../../mod/fsuggest.php:108
+#: ../../mod/filestorage.php:131 ../../mod/photos.php:562
+#: ../../mod/photos.php:667 ../../mod/photos.php:950 ../../mod/photos.php:990
+#: ../../mod/photos.php:1077 ../../mod/mood.php:142
+#: ../../view/theme/redbasic/php/config.php:95
+#: ../../view/theme/apw/php/config.php:231
+#: ../../view/theme/blogga/view/theme/blog/config.php:67
+#: ../../view/theme/blogga/php/config.php:67
+msgid "Submit"
msgstr ""
-#: ../../include/features.php:69
-msgid "Provide a personal tag cloud on your channel page"
+#: ../../include/ItemObject.php:548
+msgid "Bold"
msgstr ""
-#: ../../include/group.php:25
-msgid ""
-"A deleted group with this name was revived. Existing item permissions "
-"<strong>may</strong> apply to this group and any future members. If this is "
-"not what you intended, please create another group with a different name."
+#: ../../include/ItemObject.php:549
+msgid "Italic"
msgstr ""
-#: ../../include/group.php:223
-msgid "Default privacy group for new contacts"
+#: ../../include/ItemObject.php:550
+msgid "Underline"
msgstr ""
-#: ../../include/group.php:242 ../../mod/admin.php:750
-msgid "All Channels"
+#: ../../include/ItemObject.php:551
+msgid "Quote"
msgstr ""
-#: ../../include/group.php:264
-msgid "edit"
+#: ../../include/ItemObject.php:552
+msgid "Code"
msgstr ""
-#: ../../include/group.php:285
-msgid "Collections"
+#: ../../include/ItemObject.php:553
+msgid "Image"
msgstr ""
-#: ../../include/group.php:286
-msgid "Edit collection"
+#: ../../include/ItemObject.php:554
+msgid "Link"
msgstr ""
-#: ../../include/group.php:287
-msgid "Create a new collection"
+#: ../../include/ItemObject.php:555
+msgid "Video"
msgstr ""
-#: ../../include/group.php:288
-msgid "Channels not in any collection"
+#: ../../include/api.php:974
+msgid "Public Timeline"
msgstr ""
-#: ../../include/group.php:290 ../../include/widgets.php:253
-msgid "add"
+#: ../../include/network.php:640
+msgid "view full size"
msgstr ""
#: ../../include/notify.php:23
@@ -1235,32 +2350,6 @@ msgstr ""
msgid "commented on %s's post"
msgstr ""
-#: ../../include/photos.php:89
-#, php-format
-msgid "Image exceeds website size limit of %lu bytes"
-msgstr ""
-
-#: ../../include/photos.php:96
-msgid "Image file is empty."
-msgstr ""
-
-#: ../../include/photos.php:123 ../../mod/profile_photo.php:147
-msgid "Unable to process image"
-msgstr ""
-
-#: ../../include/photos.php:185
-msgid "Photo storage failed."
-msgstr ""
-
-#: ../../include/photos.php:302 ../../include/conversation.php:1478
-msgid "Photo Albums"
-msgstr ""
-
-#: ../../include/photos.php:306 ../../mod/photos.php:690
-#: ../../mod/photos.php:1169
-msgid "Upload New Photos"
-msgstr ""
-
#: ../../include/profile_selectors.php:6
msgid "Male"
msgstr ""
@@ -1489,62 +2578,24 @@ msgstr ""
msgid "Ask me"
msgstr ""
-#: ../../include/attach.php:179 ../../include/attach.php:227
-msgid "Item was not found."
-msgstr ""
-
-#: ../../include/attach.php:280
-msgid "No source file."
-msgstr ""
-
-#: ../../include/attach.php:297
-msgid "Cannot locate file to replace"
-msgstr ""
-
-#: ../../include/attach.php:315
-msgid "Cannot locate file to revise/update"
-msgstr ""
-
-#: ../../include/attach.php:326
-#, php-format
-msgid "File exceeds size limit of %d"
-msgstr ""
-
-#: ../../include/attach.php:338
-#, php-format
-msgid "You have reached your limit of %1$.0f Mbytes attachment storage."
-msgstr ""
-
-#: ../../include/attach.php:422
-msgid "File upload failed. Possible system limit or action terminated."
-msgstr ""
-
-#: ../../include/attach.php:434
-msgid "Stored file could not be verified. Upload failed."
-msgstr ""
-
-#: ../../include/attach.php:478 ../../include/attach.php:495
-msgid "Path not available."
-msgstr ""
-
-#: ../../include/attach.php:545
-msgid "Empty pathname"
+#: ../../include/chat.php:10
+msgid "Missing room name"
msgstr ""
-#: ../../include/attach.php:563
-msgid "duplicate filename or path"
+#: ../../include/chat.php:19
+msgid "Duplicate room name"
msgstr ""
-#: ../../include/attach.php:588
-msgid "Path not found."
+#: ../../include/chat.php:68 ../../include/chat.php:76
+msgid "Invalid room specifier."
msgstr ""
-#: ../../include/attach.php:633
-msgid "mkdir failed."
+#: ../../include/chat.php:102
+msgid "Room not found."
msgstr ""
-#: ../../include/attach.php:637
-msgid "database storage failed."
+#: ../../include/chat.php:123
+msgid "Room is full"
msgstr ""
#: ../../include/taxonomy.php:210
@@ -1571,18 +2622,10 @@ msgstr ""
msgid "wants"
msgstr ""
-#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:175
-msgid "like"
-msgstr ""
-
#: ../../include/taxonomy.php:254
msgid "likes"
msgstr ""
-#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:176
-msgid "dislike"
-msgstr ""
-
#: ../../include/taxonomy.php:255
msgid "dislikes"
msgstr ""
@@ -1873,135 +2916,30 @@ msgstr ""
msgid "Please visit %s to approve or reject the suggestion."
msgstr ""
-#: ../../include/widgets.php:29 ../../include/contact_widgets.php:87
-msgid "Categories"
-msgstr ""
-
-#: ../../include/widgets.php:117 ../../mod/suggest.php:53
-msgid "Ignore/Hide"
-msgstr ""
-
-#: ../../include/widgets.php:123 ../../mod/connections.php:236
-msgid "Suggestions"
-msgstr ""
-
-#: ../../include/widgets.php:124
-msgid "See more..."
-msgstr ""
-
-#: ../../include/widgets.php:146
+#: ../../include/photos.php:89
#, php-format
-msgid "You have %1$.0f of %2$.0f allowed connections."
-msgstr ""
-
-#: ../../include/widgets.php:152
-msgid "Add New Connection"
-msgstr ""
-
-#: ../../include/widgets.php:153
-msgid "Enter the channel address"
-msgstr ""
-
-#: ../../include/widgets.php:154
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr ""
-
-#: ../../include/widgets.php:171
-msgid "Notes"
-msgstr ""
-
-#: ../../include/widgets.php:173 ../../include/text.php:738
-#: ../../include/text.php:752 ../../mod/filer.php:36
-msgid "Save"
-msgstr ""
-
-#: ../../include/widgets.php:243
-msgid "Remove term"
-msgstr ""
-
-#: ../../include/widgets.php:286 ../../include/contact_widgets.php:56
-#: ../../include/contact_widgets.php:90
-msgid "Everything"
-msgstr ""
-
-#: ../../include/widgets.php:318 ../../include/items.php:3575
-msgid "Archives"
-msgstr ""
-
-#: ../../include/widgets.php:370
-msgid "Refresh"
-msgstr ""
-
-#: ../../include/widgets.php:371 ../../mod/connedit.php:386
-msgid "Me"
-msgstr ""
-
-#: ../../include/widgets.php:372 ../../mod/connedit.php:388
-msgid "Best Friends"
-msgstr ""
-
-#: ../../include/widgets.php:374
-msgid "Co-workers"
-msgstr ""
-
-#: ../../include/widgets.php:375 ../../mod/connedit.php:390
-msgid "Former Friends"
-msgstr ""
-
-#: ../../include/widgets.php:376 ../../mod/connedit.php:391
-msgid "Acquaintances"
-msgstr ""
-
-#: ../../include/widgets.php:377
-msgid "Everybody"
-msgstr ""
-
-#: ../../include/widgets.php:409
-msgid "Account settings"
-msgstr ""
-
-#: ../../include/widgets.php:415
-msgid "Channel settings"
-msgstr ""
-
-#: ../../include/widgets.php:421
-msgid "Additional features"
-msgstr ""
-
-#: ../../include/widgets.php:427
-msgid "Feature settings"
-msgstr ""
-
-#: ../../include/widgets.php:433
-msgid "Display settings"
-msgstr ""
-
-#: ../../include/widgets.php:439
-msgid "Connected apps"
-msgstr ""
-
-#: ../../include/widgets.php:445
-msgid "Export channel"
+msgid "Image exceeds website size limit of %lu bytes"
msgstr ""
-#: ../../include/widgets.php:457
-msgid "Automatic Permissions (Advanced)"
+#: ../../include/photos.php:96
+msgid "Image file is empty."
msgstr ""
-#: ../../include/widgets.php:467
-msgid "Premium Channel Settings"
+#: ../../include/photos.php:123 ../../mod/profile_photo.php:147
+msgid "Unable to process image"
msgstr ""
-#: ../../include/widgets.php:504
-msgid "Check Mail"
+#: ../../include/photos.php:185
+msgid "Photo storage failed."
msgstr ""
-#: ../../include/widgets.php:585
-msgid "Chat Rooms"
+#: ../../include/photos.php:306 ../../mod/photos.php:690
+#: ../../mod/photos.php:1187
+msgid "Upload New Photos"
msgstr ""
-#: ../../include/api.php:974
-msgid "Public Timeline"
+#: ../../include/reddav.php:1018
+msgid "Edit File properties"
msgstr ""
#: ../../include/contact_widgets.php:14
@@ -2028,7 +2966,7 @@ msgid "Examples: Robert Morgenstein, Fishing"
msgstr ""
#: ../../include/contact_widgets.php:24 ../../mod/directory.php:206
-#: ../../mod/directory.php:211 ../../mod/connections.php:355
+#: ../../mod/directory.php:211 ../../mod/connections.php:357
msgid "Find"
msgstr ""
@@ -2055,15 +2993,6 @@ msgstr[1] ""
msgid "New Page"
msgstr ""
-#: ../../include/page_widgets.php:8 ../../include/ItemObject.php:96
-#: ../../mod/thing.php:229 ../../mod/webpages.php:118 ../../mod/menu.php:55
-#: ../../mod/layouts.php:102 ../../mod/filestorage.php:170
-#: ../../mod/settings.php:571 ../../mod/editlayout.php:106
-#: ../../mod/editpost.php:103 ../../mod/blocks.php:93
-#: ../../mod/editwebpage.php:144 ../../mod/editblock.php:120
-msgid "Edit"
-msgstr ""
-
#: ../../include/plugin.php:475 ../../include/plugin.php:477
msgid "Click here to upgrade."
msgstr ""
@@ -2104,6 +3033,25 @@ msgstr ""
msgid "Cannot connect to yourself."
msgstr ""
+#: ../../include/security.php:280
+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/comanche.php:35 ../../view/theme/redbasic/php/config.php:64
+#: ../../view/theme/apw/php/config.php:176
+msgid "Default"
+msgstr ""
+
+#: ../../include/oembed.php:157
+msgid "Embedded content"
+msgstr ""
+
+#: ../../include/oembed.php:166
+msgid "Embedding disabled"
+msgstr ""
+
#: ../../include/permissions.php:13
msgid "Can view my \"public\" stream and posts"
msgstr ""
@@ -2160,10 +3108,6 @@ msgstr ""
msgid "Can chat with me (when available)"
msgstr ""
-#: ../../include/permissions.php:27
-msgid "Requires compatible chat plugin"
-msgstr ""
-
#: ../../include/permissions.php:28
msgid "Can write to my \"public\" file storage"
msgstr ""
@@ -2181,948 +3125,50 @@ msgid "Somewhat advanced - very useful in open communities"
msgstr ""
#: ../../include/permissions.php:32
-msgid "Can administer my channel resources"
+msgid "Can send me bookmarks"
msgstr ""
-#: ../../include/permissions.php:32
-msgid "Extremely advanced. Leave this alone unless you know what you are doing"
+#: ../../include/permissions.php:33
+msgid "Can administer my channel resources"
msgstr ""
-#: ../../include/comanche.php:35 ../../view/theme/redbasic/php/config.php:62
-#: ../../view/theme/apw/php/config.php:176
-msgid "Default"
+#: ../../include/permissions.php:33
+msgid "Extremely advanced. Leave this alone unless you know what you are doing"
msgstr ""
#: ../../include/items.php:208 ../../mod/like.php:55 ../../mod/group.php:68
-#: ../../mod/profperm.php:23 ../../index.php:346
+#: ../../mod/profperm.php:23 ../../index.php:350
msgid "Permission denied"
msgstr ""
-#: ../../include/items.php:3392 ../../mod/thing.php:74 ../../mod/admin.php:151
+#: ../../include/items.php:3430 ../../mod/thing.php:74 ../../mod/admin.php:151
#: ../../mod/admin.php:782 ../../mod/admin.php:985 ../../mod/viewsrc.php:18
-#: ../../mod/home.php:63 ../../mod/filestorage.php:18 ../../mod/display.php:32
+#: ../../mod/home.php:63 ../../mod/display.php:32 ../../mod/filestorage.php:18
msgid "Item not found."
msgstr ""
-#: ../../include/items.php:3748 ../../mod/group.php:38 ../../mod/group.php:140
+#: ../../include/items.php:3786 ../../mod/group.php:38 ../../mod/group.php:140
msgid "Collection not found."
msgstr ""
-#: ../../include/items.php:3763
+#: ../../include/items.php:3801
msgid "Collection is empty."
msgstr ""
-#: ../../include/items.php:3770
+#: ../../include/items.php:3808
#, php-format
msgid "Collection: %s"
msgstr ""
-#: ../../include/items.php:3781
+#: ../../include/items.php:3819
#, php-format
msgid "Connection: %s"
msgstr ""
-#: ../../include/items.php:3784
+#: ../../include/items.php:3822
msgid "Connection not found."
msgstr ""
-#: ../../include/security.php:280
-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/text.php:315
-msgid "prev"
-msgstr ""
-
-#: ../../include/text.php:317
-msgid "first"
-msgstr ""
-
-#: ../../include/text.php:346
-msgid "last"
-msgstr ""
-
-#: ../../include/text.php:349
-msgid "next"
-msgstr ""
-
-#: ../../include/text.php:361
-msgid "older"
-msgstr ""
-
-#: ../../include/text.php:363
-msgid "newer"
-msgstr ""
-
-#: ../../include/text.php:654
-msgid "No connections"
-msgstr ""
-
-#: ../../include/text.php:665
-#, php-format
-msgid "%d Connection"
-msgid_plural "%d Connections"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../../include/text.php:677
-msgid "View Connections"
-msgstr ""
-
-#: ../../include/text.php:818
-msgid "poke"
-msgstr ""
-
-#: ../../include/text.php:818 ../../include/conversation.php:240
-msgid "poked"
-msgstr ""
-
-#: ../../include/text.php:819
-msgid "ping"
-msgstr ""
-
-#: ../../include/text.php:819
-msgid "pinged"
-msgstr ""
-
-#: ../../include/text.php:820
-msgid "prod"
-msgstr ""
-
-#: ../../include/text.php:820
-msgid "prodded"
-msgstr ""
-
-#: ../../include/text.php:821
-msgid "slap"
-msgstr ""
-
-#: ../../include/text.php:821
-msgid "slapped"
-msgstr ""
-
-#: ../../include/text.php:822
-msgid "finger"
-msgstr ""
-
-#: ../../include/text.php:822
-msgid "fingered"
-msgstr ""
-
-#: ../../include/text.php:823
-msgid "rebuff"
-msgstr ""
-
-#: ../../include/text.php:823
-msgid "rebuffed"
-msgstr ""
-
-#: ../../include/text.php:835
-msgid "happy"
-msgstr ""
-
-#: ../../include/text.php:836
-msgid "sad"
-msgstr ""
-
-#: ../../include/text.php:837
-msgid "mellow"
-msgstr ""
-
-#: ../../include/text.php:838
-msgid "tired"
-msgstr ""
-
-#: ../../include/text.php:839
-msgid "perky"
-msgstr ""
-
-#: ../../include/text.php:840
-msgid "angry"
-msgstr ""
-
-#: ../../include/text.php:841
-msgid "stupified"
-msgstr ""
-
-#: ../../include/text.php:842
-msgid "puzzled"
-msgstr ""
-
-#: ../../include/text.php:843
-msgid "interested"
-msgstr ""
-
-#: ../../include/text.php:844
-msgid "bitter"
-msgstr ""
-
-#: ../../include/text.php:845
-msgid "cheerful"
-msgstr ""
-
-#: ../../include/text.php:846
-msgid "alive"
-msgstr ""
-
-#: ../../include/text.php:847
-msgid "annoyed"
-msgstr ""
-
-#: ../../include/text.php:848
-msgid "anxious"
-msgstr ""
-
-#: ../../include/text.php:849
-msgid "cranky"
-msgstr ""
-
-#: ../../include/text.php:850
-msgid "disturbed"
-msgstr ""
-
-#: ../../include/text.php:851
-msgid "frustrated"
-msgstr ""
-
-#: ../../include/text.php:852
-msgid "motivated"
-msgstr ""
-
-#: ../../include/text.php:853
-msgid "relaxed"
-msgstr ""
-
-#: ../../include/text.php:854
-msgid "surprised"
-msgstr ""
-
-#: ../../include/text.php:1017
-msgid "Monday"
-msgstr ""
-
-#: ../../include/text.php:1017
-msgid "Tuesday"
-msgstr ""
-
-#: ../../include/text.php:1017
-msgid "Wednesday"
-msgstr ""
-
-#: ../../include/text.php:1017
-msgid "Thursday"
-msgstr ""
-
-#: ../../include/text.php:1017
-msgid "Friday"
-msgstr ""
-
-#: ../../include/text.php:1017
-msgid "Saturday"
-msgstr ""
-
-#: ../../include/text.php:1017
-msgid "Sunday"
-msgstr ""
-
-#: ../../include/text.php:1021
-msgid "January"
-msgstr ""
-
-#: ../../include/text.php:1021
-msgid "February"
-msgstr ""
-
-#: ../../include/text.php:1021
-msgid "March"
-msgstr ""
-
-#: ../../include/text.php:1021
-msgid "April"
-msgstr ""
-
-#: ../../include/text.php:1021
-msgid "May"
-msgstr ""
-
-#: ../../include/text.php:1021
-msgid "June"
-msgstr ""
-
-#: ../../include/text.php:1021
-msgid "July"
-msgstr ""
-
-#: ../../include/text.php:1021
-msgid "August"
-msgstr ""
-
-#: ../../include/text.php:1021
-msgid "September"
-msgstr ""
-
-#: ../../include/text.php:1021
-msgid "October"
-msgstr ""
-
-#: ../../include/text.php:1021
-msgid "November"
-msgstr ""
-
-#: ../../include/text.php:1021
-msgid "December"
-msgstr ""
-
-#: ../../include/text.php:1099
-msgid "unknown.???"
-msgstr ""
-
-#: ../../include/text.php:1100
-msgid "bytes"
-msgstr ""
-
-#: ../../include/text.php:1135
-msgid "remove category"
-msgstr ""
-
-#: ../../include/text.php:1157
-msgid "remove from file"
-msgstr ""
-
-#: ../../include/text.php:1215 ../../include/text.php:1227
-msgid "Click to open/close"
-msgstr ""
-
-#: ../../include/text.php:1403 ../../mod/events.php:332
-msgid "link to source"
-msgstr ""
-
-#: ../../include/text.php:1422
-msgid "Select a page layout: "
-msgstr ""
-
-#: ../../include/text.php:1425 ../../include/text.php:1490
-msgid "default"
-msgstr ""
-
-#: ../../include/text.php:1461
-msgid "Page content type: "
-msgstr ""
-
-#: ../../include/text.php:1502
-msgid "Select an alternate language"
-msgstr ""
-
-#: ../../include/text.php:1654 ../../include/conversation.php:117
-#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:45
-msgid "photo"
-msgstr ""
-
-#: ../../include/text.php:1657 ../../include/conversation.php:120
-#: ../../mod/tagger.php:49
-msgid "event"
-msgstr ""
-
-#: ../../include/text.php:1660 ../../include/conversation.php:145
-#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:53
-msgid "status"
-msgstr ""
-
-#: ../../include/text.php:1662 ../../include/conversation.php:147
-#: ../../mod/tagger.php:55
-msgid "comment"
-msgstr ""
-
-#: ../../include/text.php:1667
-msgid "activity"
-msgstr ""
-
-#: ../../include/text.php:1929
-msgid "Design"
-msgstr ""
-
-#: ../../include/text.php:1931
-msgid "Blocks"
-msgstr ""
-
-#: ../../include/text.php:1932
-msgid "Menus"
-msgstr ""
-
-#: ../../include/text.php:1933
-msgid "Layouts"
-msgstr ""
-
-#: ../../include/text.php:1934
-msgid "Pages"
-msgstr ""
-
-#: ../../include/ItemObject.php:89 ../../mod/photos.php:843
-msgid "Private Message"
-msgstr ""
-
-#: ../../include/ItemObject.php:108 ../../include/conversation.php:632
-#: ../../mod/thing.php:230 ../../mod/connedit.php:356 ../../mod/admin.php:745
-#: ../../mod/group.php:176 ../../mod/photos.php:1023
-#: ../../mod/filestorage.php:171 ../../mod/settings.php:572
-msgid "Delete"
-msgstr ""
-
-#: ../../include/ItemObject.php:114 ../../include/conversation.php:631
-msgid "Select"
-msgstr ""
-
-#: ../../include/ItemObject.php:118
-msgid "save to folder"
-msgstr ""
-
-#: ../../include/ItemObject.php:146
-msgid "add star"
-msgstr ""
-
-#: ../../include/ItemObject.php:147
-msgid "remove star"
-msgstr ""
-
-#: ../../include/ItemObject.php:148
-msgid "toggle star status"
-msgstr ""
-
-#: ../../include/ItemObject.php:152
-msgid "starred"
-msgstr ""
-
-#: ../../include/ItemObject.php:161 ../../include/conversation.php:642
-msgid "Message is verified"
-msgstr ""
-
-#: ../../include/ItemObject.php:169
-msgid "add tag"
-msgstr ""
-
-#: ../../include/ItemObject.php:175 ../../mod/photos.php:951
-msgid "I like this (toggle)"
-msgstr ""
-
-#: ../../include/ItemObject.php:176 ../../mod/photos.php:952
-msgid "I don't like this (toggle)"
-msgstr ""
-
-#: ../../include/ItemObject.php:178
-msgid "Share this"
-msgstr ""
-
-#: ../../include/ItemObject.php:178
-msgid "share"
-msgstr ""
-
-#: ../../include/ItemObject.php:202 ../../include/ItemObject.php:203
-#, php-format
-msgid "View %s's profile - %s"
-msgstr ""
-
-#: ../../include/ItemObject.php:204
-msgid "to"
-msgstr ""
-
-#: ../../include/ItemObject.php:205
-msgid "via"
-msgstr ""
-
-#: ../../include/ItemObject.php:206
-msgid "Wall-to-Wall"
-msgstr ""
-
-#: ../../include/ItemObject.php:207
-msgid "via Wall-To-Wall:"
-msgstr ""
-
-#: ../../include/ItemObject.php:217 ../../include/conversation.php:686
-#, php-format
-msgid " from %s"
-msgstr ""
-
-#: ../../include/ItemObject.php:220 ../../include/conversation.php:689
-#, php-format
-msgid "last edited: %s"
-msgstr ""
-
-#: ../../include/ItemObject.php:221 ../../include/conversation.php:690
-#, php-format
-msgid "Expires: %s"
-msgstr ""
-
-#: ../../include/ItemObject.php:248 ../../include/conversation.php:707
-#: ../../include/conversation.php:1120 ../../mod/photos.php:954
-#: ../../mod/mail.php:222 ../../mod/mail.php:336 ../../mod/editlayout.php:115
-#: ../../mod/editpost.php:112 ../../mod/editwebpage.php:153
-#: ../../mod/editblock.php:129
-msgid "Please wait"
-msgstr ""
-
-#: ../../include/ItemObject.php:269
-#, php-format
-msgid "%d comment"
-msgid_plural "%d comments"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../../include/ItemObject.php:534 ../../mod/photos.php:970
-#: ../../mod/photos.php:1057
-msgid "This is you"
-msgstr ""
-
-#: ../../include/ItemObject.php:537 ../../mod/events.php:469
-#: ../../mod/thing.php:276 ../../mod/thing.php:318 ../../mod/invite.php:156
-#: ../../mod/connedit.php:434 ../../mod/setup.php:304 ../../mod/setup.php:347
-#: ../../mod/connect.php:92 ../../mod/sources.php:97 ../../mod/sources.php:131
-#: ../../mod/admin.php:431 ../../mod/admin.php:738 ../../mod/admin.php:878
-#: ../../mod/admin.php:1077 ../../mod/admin.php:1164 ../../mod/group.php:81
-#: ../../mod/photos.php:562 ../../mod/photos.php:667 ../../mod/photos.php:933
-#: ../../mod/photos.php:973 ../../mod/photos.php:1060 ../../mod/chat.php:107
-#: ../../mod/chat.php:133 ../../mod/profiles.php:506
-#: ../../mod/filestorage.php:131 ../../mod/import.php:387
-#: ../../mod/settings.php:509 ../../mod/settings.php:621
-#: ../../mod/settings.php:649 ../../mod/settings.php:673
-#: ../../mod/settings.php:744 ../../mod/settings.php:908
-#: ../../mod/mail.php:223 ../../mod/mail.php:335 ../../mod/poke.php:166
-#: ../../mod/fsuggest.php:108 ../../mod/mood.php:142
-#: ../../view/theme/redbasic/php/config.php:85
-#: ../../view/theme/apw/php/config.php:231
-#: ../../view/theme/blogga/view/theme/blog/config.php:67
-#: ../../view/theme/blogga/php/config.php:67
-msgid "Submit"
-msgstr ""
-
-#: ../../include/ItemObject.php:538
-msgid "Bold"
-msgstr ""
-
-#: ../../include/ItemObject.php:539
-msgid "Italic"
-msgstr ""
-
-#: ../../include/ItemObject.php:540
-msgid "Underline"
-msgstr ""
-
-#: ../../include/ItemObject.php:541
-msgid "Quote"
-msgstr ""
-
-#: ../../include/ItemObject.php:542
-msgid "Code"
-msgstr ""
-
-#: ../../include/ItemObject.php:543
-msgid "Image"
-msgstr ""
-
-#: ../../include/ItemObject.php:544
-msgid "Link"
-msgstr ""
-
-#: ../../include/ItemObject.php:545
-msgid "Video"
-msgstr ""
-
-#: ../../include/ItemObject.php:546 ../../include/conversation.php:1083
-#: ../../mod/webpages.php:122 ../../mod/photos.php:974
-#: ../../mod/editlayout.php:136 ../../mod/editpost.php:132
-#: ../../mod/editwebpage.php:177 ../../mod/editblock.php:151
-msgid "Preview"
-msgstr ""
-
-#: ../../include/ItemObject.php:549 ../../include/conversation.php:1147
-#: ../../mod/mail.php:228 ../../mod/mail.php:341 ../../mod/editpost.php:140
-msgid "Encrypt text"
-msgstr ""
-
-#: ../../include/conversation.php:123
-msgid "channel"
-msgstr ""
-
-#: ../../include/conversation.php:161 ../../mod/like.php:134
-#, php-format
-msgid "%1$s likes %2$s's %3$s"
-msgstr ""
-
-#: ../../include/conversation.php:164 ../../mod/like.php:136
-#, php-format
-msgid "%1$s doesn't like %2$s's %3$s"
-msgstr ""
-
-#: ../../include/conversation.php:201
-#, php-format
-msgid "%1$s is now connected with %2$s"
-msgstr ""
-
-#: ../../include/conversation.php:236
-#, php-format
-msgid "%1$s poked %2$s"
-msgstr ""
-
-#: ../../include/conversation.php:258 ../../mod/mood.php:63
-#, php-format
-msgid "%1$s is currently %2$s"
-msgstr ""
-
-#: ../../include/conversation.php:662
-#, php-format
-msgid "View %s's profile @ %s"
-msgstr ""
-
-#: ../../include/conversation.php:676
-msgid "Categories:"
-msgstr ""
-
-#: ../../include/conversation.php:677
-msgid "Filed under:"
-msgstr ""
-
-#: ../../include/conversation.php:705
-msgid "View in context"
-msgstr ""
-
-#: ../../include/conversation.php:834
-msgid "remove"
-msgstr ""
-
-#: ../../include/conversation.php:838
-msgid "Loading..."
-msgstr ""
-
-#: ../../include/conversation.php:839
-msgid "Delete Selected Items"
-msgstr ""
-
-#: ../../include/conversation.php:930
-msgid "View Source"
-msgstr ""
-
-#: ../../include/conversation.php:931
-msgid "Follow Thread"
-msgstr ""
-
-#: ../../include/conversation.php:932
-msgid "View Status"
-msgstr ""
-
-#: ../../include/conversation.php:934
-msgid "View Photos"
-msgstr ""
-
-#: ../../include/conversation.php:935
-msgid "Matrix Activity"
-msgstr ""
-
-#: ../../include/conversation.php:936
-msgid "Edit Contact"
-msgstr ""
-
-#: ../../include/conversation.php:937
-msgid "Send PM"
-msgstr ""
-
-#: ../../include/conversation.php:938
-msgid "Poke"
-msgstr ""
-
-#: ../../include/conversation.php:1000
-#, php-format
-msgid "%s likes this."
-msgstr ""
-
-#: ../../include/conversation.php:1000
-#, php-format
-msgid "%s doesn't like this."
-msgstr ""
-
-#: ../../include/conversation.php:1004
-#, 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:1006
-#, 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:1012
-msgid "and"
-msgstr ""
-
-#: ../../include/conversation.php:1015
-#, php-format
-msgid ", and %d other people"
-msgid_plural ", and %d other people"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../../include/conversation.php:1016
-#, php-format
-msgid "%s like this."
-msgstr ""
-
-#: ../../include/conversation.php:1016
-#, php-format
-msgid "%s don't like this."
-msgstr ""
-
-#: ../../include/conversation.php:1066
-msgid "Visible to <strong>everybody</strong>"
-msgstr ""
-
-#: ../../include/conversation.php:1067 ../../mod/mail.php:171
-#: ../../mod/mail.php:269
-msgid "Please enter a link URL:"
-msgstr ""
-
-#: ../../include/conversation.php:1068
-msgid "Please enter a video link/URL:"
-msgstr ""
-
-#: ../../include/conversation.php:1069
-msgid "Please enter an audio link/URL:"
-msgstr ""
-
-#: ../../include/conversation.php:1070
-msgid "Tag term:"
-msgstr ""
-
-#: ../../include/conversation.php:1071 ../../mod/filer.php:35
-msgid "Save to Folder:"
-msgstr ""
-
-#: ../../include/conversation.php:1072
-msgid "Where are you right now?"
-msgstr ""
-
-#: ../../include/conversation.php:1073 ../../mod/mail.php:172
-#: ../../mod/mail.php:270 ../../mod/editpost.php:52
-msgid "Expires YYYY-MM-DD HH:MM"
-msgstr ""
-
-#: ../../include/conversation.php:1097 ../../mod/photos.php:953
-msgid "Share"
-msgstr ""
-
-#: ../../include/conversation.php:1099 ../../mod/editwebpage.php:140
-msgid "Page link title"
-msgstr ""
-
-#: ../../include/conversation.php:1101 ../../mod/mail.php:219
-#: ../../mod/mail.php:332 ../../mod/editlayout.php:107
-#: ../../mod/editpost.php:104 ../../mod/editwebpage.php:145
-#: ../../mod/editblock.php:121
-msgid "Upload photo"
-msgstr ""
-
-#: ../../include/conversation.php:1102
-msgid "upload photo"
-msgstr ""
-
-#: ../../include/conversation.php:1103 ../../mod/mail.php:220
-#: ../../mod/mail.php:333 ../../mod/editlayout.php:108
-#: ../../mod/editpost.php:105 ../../mod/editwebpage.php:146
-#: ../../mod/editblock.php:122
-msgid "Attach file"
-msgstr ""
-
-#: ../../include/conversation.php:1104
-msgid "attach file"
-msgstr ""
-
-#: ../../include/conversation.php:1105 ../../mod/mail.php:221
-#: ../../mod/mail.php:334 ../../mod/editlayout.php:109
-#: ../../mod/editpost.php:106 ../../mod/editwebpage.php:147
-#: ../../mod/editblock.php:123
-msgid "Insert web link"
-msgstr ""
-
-#: ../../include/conversation.php:1106
-msgid "web link"
-msgstr ""
-
-#: ../../include/conversation.php:1107
-msgid "Insert video link"
-msgstr ""
-
-#: ../../include/conversation.php:1108
-msgid "video link"
-msgstr ""
-
-#: ../../include/conversation.php:1109
-msgid "Insert audio link"
-msgstr ""
-
-#: ../../include/conversation.php:1110
-msgid "audio link"
-msgstr ""
-
-#: ../../include/conversation.php:1111 ../../mod/editlayout.php:113
-#: ../../mod/editpost.php:110 ../../mod/editwebpage.php:151
-#: ../../mod/editblock.php:127
-msgid "Set your location"
-msgstr ""
-
-#: ../../include/conversation.php:1112
-msgid "set location"
-msgstr ""
-
-#: ../../include/conversation.php:1113 ../../mod/editlayout.php:114
-#: ../../mod/editpost.php:111 ../../mod/editwebpage.php:152
-#: ../../mod/editblock.php:128
-msgid "Clear browser location"
-msgstr ""
-
-#: ../../include/conversation.php:1114
-msgid "clear location"
-msgstr ""
-
-#: ../../include/conversation.php:1116 ../../mod/editlayout.php:127
-#: ../../mod/editpost.php:124 ../../mod/editwebpage.php:169
-#: ../../mod/editblock.php:142
-msgid "Set title"
-msgstr ""
-
-#: ../../include/conversation.php:1119 ../../mod/editlayout.php:130
-#: ../../mod/editpost.php:126 ../../mod/editwebpage.php:171
-#: ../../mod/editblock.php:145
-msgid "Categories (comma-separated list)"
-msgstr ""
-
-#: ../../include/conversation.php:1121 ../../mod/editlayout.php:116
-#: ../../mod/editpost.php:113 ../../mod/editwebpage.php:154
-#: ../../mod/editblock.php:130
-msgid "Permission settings"
-msgstr ""
-
-#: ../../include/conversation.php:1122
-msgid "permissions"
-msgstr ""
-
-#: ../../include/conversation.php:1130 ../../mod/editlayout.php:124
-#: ../../mod/editpost.php:121 ../../mod/editwebpage.php:164
-#: ../../mod/editblock.php:139
-msgid "Public post"
-msgstr ""
-
-#: ../../include/conversation.php:1132 ../../mod/editlayout.php:131
-#: ../../mod/editpost.php:127 ../../mod/editwebpage.php:172
-#: ../../mod/editblock.php:146
-msgid "Example: bob@example.com, mary@example.com"
-msgstr ""
-
-#: ../../include/conversation.php:1145 ../../mod/mail.php:226
-#: ../../mod/mail.php:339 ../../mod/editlayout.php:141
-#: ../../mod/editpost.php:138 ../../mod/editwebpage.php:182
-#: ../../mod/editblock.php:156
-msgid "Set expiration date"
-msgstr ""
-
-#: ../../include/conversation.php:1149 ../../mod/editpost.php:142
-msgid "OK"
-msgstr ""
-
-#: ../../include/conversation.php:1150 ../../mod/tagrm.php:11
-#: ../../mod/tagrm.php:94 ../../mod/settings.php:510
-#: ../../mod/settings.php:536 ../../mod/editpost.php:143
-#: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117
-msgid "Cancel"
-msgstr ""
-
-#: ../../include/conversation.php:1381
-msgid "Commented Order"
-msgstr ""
-
-#: ../../include/conversation.php:1384
-msgid "Sort by Comment Date"
-msgstr ""
-
-#: ../../include/conversation.php:1387
-msgid "Posted Order"
-msgstr ""
-
-#: ../../include/conversation.php:1390
-msgid "Sort by Post Date"
-msgstr ""
-
-#: ../../include/conversation.php:1394
-msgid "Personal"
-msgstr ""
-
-#: ../../include/conversation.php:1397
-msgid "Posts that mention or involve you"
-msgstr ""
-
-#: ../../include/conversation.php:1400 ../../mod/menu.php:57
-#: ../../mod/connections.php:209
-msgid "New"
-msgstr ""
-
-#: ../../include/conversation.php:1403
-msgid "Activity Stream - by date"
-msgstr ""
-
-#: ../../include/conversation.php:1410
-msgid "Starred"
-msgstr ""
-
-#: ../../include/conversation.php:1413
-msgid "Favourite Posts"
-msgstr ""
-
-#: ../../include/conversation.php:1420
-msgid "Spam"
-msgstr ""
-
-#: ../../include/conversation.php:1423
-msgid "Posts flagged as SPAM"
-msgstr ""
-
-#: ../../include/conversation.php:1454
-msgid "Channel"
-msgstr ""
-
-#: ../../include/conversation.php:1457
-msgid "Status Messages and Posts"
-msgstr ""
-
-#: ../../include/conversation.php:1466
-msgid "About"
-msgstr ""
-
-#: ../../include/conversation.php:1469
-msgid "Profile Details"
-msgstr ""
-
-#: ../../include/conversation.php:1484 ../../mod/fbrowser.php:114
-msgid "Files"
-msgstr ""
-
-#: ../../include/conversation.php:1487
-msgid "Files and Storage"
-msgstr ""
-
-#: ../../include/conversation.php:1496
-msgid "Events and Calendar"
-msgstr ""
-
-#: ../../include/conversation.php:1503
-msgid "Webpages"
-msgstr ""
-
-#: ../../include/conversation.php:1506
-msgid "Manage Webpages"
-msgstr ""
-
#: ../../include/zot.php:545
msgid "Invalid data packet"
msgstr ""
@@ -3347,764 +3393,651 @@ msgid ""
"com"
msgstr ""
-#: ../../mod/cloud.php:112
-msgid "Red Matrix - Guests: Username: {your email address}, Password: +++"
-msgstr ""
-
-#: ../../mod/connedit.php:49 ../../mod/connections.php:37
-msgid "Could not access contact record."
-msgstr ""
-
-#: ../../mod/connedit.php:63 ../../mod/connections.php:51
-msgid "Could not locate selected profile."
-msgstr ""
-
-#: ../../mod/connedit.php:104 ../../mod/connections.php:92
-msgid "Connection updated."
-msgstr ""
-
-#: ../../mod/connedit.php:106 ../../mod/connections.php:94
-msgid "Failed to update connection record."
-msgstr ""
-
-#: ../../mod/connedit.php:201
-msgid "Could not access address book record."
-msgstr ""
-
-#: ../../mod/connedit.php:215
-msgid "Refresh failed - channel is currently unavailable."
+#: ../../mod/item.php:145
+msgid "Unable to locate original post."
msgstr ""
-#: ../../mod/connedit.php:222
-msgid "Channel has been unblocked"
+#: ../../mod/item.php:346
+msgid "Empty post discarded."
msgstr ""
-#: ../../mod/connedit.php:223
-msgid "Channel has been blocked"
+#: ../../mod/item.php:388
+msgid "Executable content type not permitted to this channel."
msgstr ""
-#: ../../mod/connedit.php:227 ../../mod/connedit.php:239
-#: ../../mod/connedit.php:251 ../../mod/connedit.php:263
-#: ../../mod/connedit.php:278
-msgid "Unable to set address book parameters."
+#: ../../mod/item.php:819
+msgid "System error. Post not saved."
msgstr ""
-#: ../../mod/connedit.php:234
-msgid "Channel has been unignored"
+#: ../../mod/item.php:1086 ../../mod/wall_upload.php:41
+msgid "Wall Photos"
msgstr ""
-#: ../../mod/connedit.php:235
-msgid "Channel has been ignored"
+#: ../../mod/item.php:1166
+#, php-format
+msgid "You have reached your limit of %1$.0f top level posts."
msgstr ""
-#: ../../mod/connedit.php:246
-msgid "Channel has been unarchived"
+#: ../../mod/item.php:1172
+#, php-format
+msgid "You have reached your limit of %1$.0f webpages."
msgstr ""
-#: ../../mod/connedit.php:247
-msgid "Channel has been archived"
+#: ../../mod/menu.php:21
+msgid "Menu updated."
msgstr ""
-#: ../../mod/connedit.php:258
-msgid "Channel has been unhidden"
+#: ../../mod/menu.php:25
+msgid "Unable to update menu."
msgstr ""
-#: ../../mod/connedit.php:259
-msgid "Channel has been hidden"
+#: ../../mod/menu.php:30
+msgid "Menu created."
msgstr ""
-#: ../../mod/connedit.php:273
-msgid "Channel has been approved"
+#: ../../mod/menu.php:34
+msgid "Unable to create menu."
msgstr ""
-#: ../../mod/connedit.php:274
-msgid "Channel has been unapproved"
+#: ../../mod/menu.php:57
+msgid "Manage Menus"
msgstr ""
-#: ../../mod/connedit.php:292
-msgid "Contact has been removed."
+#: ../../mod/menu.php:60
+msgid "Drop"
msgstr ""
-#: ../../mod/connedit.php:312
-#, php-format
-msgid "View %s's profile"
+#: ../../mod/menu.php:62
+msgid "Create a new menu"
msgstr ""
-#: ../../mod/connedit.php:316
-msgid "Refresh Permissions"
+#: ../../mod/menu.php:63
+msgid "Delete this menu"
msgstr ""
-#: ../../mod/connedit.php:319
-msgid "Fetch updated permissions"
+#: ../../mod/menu.php:64 ../../mod/menu.php:109
+msgid "Edit menu contents"
msgstr ""
-#: ../../mod/connedit.php:323
-msgid "Recent Activity"
+#: ../../mod/menu.php:65
+msgid "Edit this menu"
msgstr ""
-#: ../../mod/connedit.php:326
-msgid "View recent posts and comments"
+#: ../../mod/menu.php:80
+msgid "New Menu"
msgstr ""
-#: ../../mod/connedit.php:330 ../../mod/connedit.php:472
-#: ../../mod/admin.php:747
-msgid "Unblock"
+#: ../../mod/menu.php:81 ../../mod/menu.php:110
+msgid "Menu name"
msgstr ""
-#: ../../mod/connedit.php:330 ../../mod/connedit.php:472
-#: ../../mod/admin.php:746
-msgid "Block"
+#: ../../mod/menu.php:81 ../../mod/menu.php:110
+msgid "Must be unique, only seen by you"
msgstr ""
-#: ../../mod/connedit.php:333
-msgid "Block or Unblock this connection"
+#: ../../mod/menu.php:82 ../../mod/menu.php:111
+msgid "Menu title"
msgstr ""
-#: ../../mod/connedit.php:337 ../../mod/connedit.php:473
-msgid "Unignore"
+#: ../../mod/menu.php:82 ../../mod/menu.php:111
+msgid "Menu title as seen by others"
msgstr ""
-#: ../../mod/connedit.php:337 ../../mod/connedit.php:473
-#: ../../mod/notifications.php:51
-msgid "Ignore"
+#: ../../mod/menu.php:83 ../../mod/menu.php:112
+msgid "Allow bookmarks"
msgstr ""
-#: ../../mod/connedit.php:340
-msgid "Ignore or Unignore this connection"
+#: ../../mod/menu.php:83 ../../mod/menu.php:112
+msgid "Menu may be used to store saved bookmarks"
msgstr ""
-#: ../../mod/connedit.php:343
-msgid "Unarchive"
+#: ../../mod/menu.php:84 ../../mod/mitem.php:142 ../../mod/new_channel.php:117
+msgid "Create"
msgstr ""
-#: ../../mod/connedit.php:343
-msgid "Archive"
+#: ../../mod/menu.php:92 ../../mod/mitem.php:14
+msgid "Menu not found."
msgstr ""
-#: ../../mod/connedit.php:346
-msgid "Archive or Unarchive this connection"
+#: ../../mod/menu.php:98
+msgid "Menu deleted."
msgstr ""
-#: ../../mod/connedit.php:349
-msgid "Unhide"
+#: ../../mod/menu.php:100
+msgid "Menu could not be deleted."
msgstr ""
-#: ../../mod/connedit.php:349
-msgid "Hide"
+#: ../../mod/menu.php:106
+msgid "Edit Menu"
msgstr ""
-#: ../../mod/connedit.php:352
-msgid "Hide or Unhide this connection"
+#: ../../mod/menu.php:108
+msgid "Add or remove entries to this menu"
msgstr ""
-#: ../../mod/connedit.php:359
-msgid "Delete this connection"
+#: ../../mod/menu.php:114 ../../mod/mitem.php:186
+msgid "Modify"
msgstr ""
-#: ../../mod/connedit.php:392
-msgid "Unknown"
+#: ../../mod/menu.php:120 ../../mod/mitem.php:78 ../../mod/xchan.php:27
+#: ../../mod/dirprofile.php:181
+msgid "Not found."
msgstr ""
-#: ../../mod/connedit.php:402 ../../mod/connedit.php:431
-msgid "Approve this connection"
+#: ../../mod/webpages.php:121 ../../mod/layouts.php:105
+#: ../../mod/blocks.php:96
+msgid "View"
msgstr ""
-#: ../../mod/connedit.php:402
-msgid "Accept connection to allow communication"
+#: ../../mod/api.php:76 ../../mod/api.php:102
+msgid "Authorize application connection"
msgstr ""
-#: ../../mod/connedit.php:418
-msgid "Automatic Permissions Settings"
+#: ../../mod/api.php:77
+msgid "Return to your app and insert this Securty Code:"
msgstr ""
-#: ../../mod/connedit.php:418
-#, php-format
-msgid "Connections: settings for %s"
+#: ../../mod/api.php:89
+msgid "Please login to continue."
msgstr ""
-#: ../../mod/connedit.php:422
+#: ../../mod/api.php:104
msgid ""
-"When receiving a channel introduction, any permissions provided here will be "
-"applied to the new connection automatically and the introduction approved. "
-"Leave this page if you do not wish to use this feature."
-msgstr ""
-
-#: ../../mod/connedit.php:424
-msgid "Slide to adjust your degree of friendship"
-msgstr ""
-
-#: ../../mod/connedit.php:430
-msgid "inherited"
+"Do you want to authorize this application to access your posts and contacts, "
+"and/or create new posts for you?"
msgstr ""
-#: ../../mod/connedit.php:432
-msgid "Connection has no individual permissions!"
+#: ../../mod/api.php:105 ../../mod/settings.php:874 ../../mod/settings.php:879
+#: ../../mod/profiles.php:483
+msgid "Yes"
msgstr ""
-#: ../../mod/connedit.php:433
-msgid ""
-"This may be appropriate based on your <a href=\"settings\">privacy settings</"
-"a>, though you may wish to review the \"Advanced Permissions\"."
+#: ../../mod/api.php:106 ../../mod/settings.php:874 ../../mod/settings.php:879
+#: ../../mod/profiles.php:484
+msgid "No"
msgstr ""
-#: ../../mod/connedit.php:435
-msgid "Profile Visibility"
+#: ../../mod/apps.php:8
+msgid "No installed applications."
msgstr ""
-#: ../../mod/connedit.php:436
-#, php-format
-msgid ""
-"Please choose the profile you would like to display to %s when viewing your "
-"profile securely."
+#: ../../mod/apps.php:13
+msgid "Applications"
msgstr ""
-#: ../../mod/connedit.php:437
-msgid "Contact Information / Notes"
+#: ../../mod/rpost.php:86 ../../mod/editpost.php:42
+msgid "Edit post"
msgstr ""
-#: ../../mod/connedit.php:438
-msgid "Edit contact notes"
+#: ../../mod/cloud.php:112
+msgid "Red Matrix - Guests: Username: {your email address}, Password: +++"
msgstr ""
-#: ../../mod/connedit.php:440
-msgid "Their Settings"
+#: ../../mod/bookmarks.php:38
+msgid "Bookmark added"
msgstr ""
-#: ../../mod/connedit.php:441
-msgid "My Settings"
+#: ../../mod/bookmarks.php:53
+msgid "My Bookmarks"
msgstr ""
-#: ../../mod/connedit.php:443
-msgid "Forum Members"
+#: ../../mod/bookmarks.php:64
+msgid "My Connections Bookmarks"
msgstr ""
-#: ../../mod/connedit.php:444
-msgid "Soapbox"
+#: ../../mod/settings.php:71
+msgid "Name is required"
msgstr ""
-#: ../../mod/connedit.php:445
-msgid "Full Sharing"
+#: ../../mod/settings.php:75
+msgid "Key and Secret are required"
msgstr ""
-#: ../../mod/connedit.php:446
-msgid "Cautious Sharing"
+#: ../../mod/settings.php:79 ../../mod/settings.php:539
+msgid "Update"
msgstr ""
-#: ../../mod/connedit.php:447
-msgid "Follow Only"
+#: ../../mod/settings.php:192
+msgid "Passwords do not match. Password unchanged."
msgstr ""
-#: ../../mod/connedit.php:448
-msgid "Individual Permissions"
+#: ../../mod/settings.php:196
+msgid "Empty passwords are not allowed. Password unchanged."
msgstr ""
-#: ../../mod/connedit.php:449
-msgid ""
-"Some permissions may be inherited from your channel <a href=\"settings"
-"\">privacy settings</a>, which have higher priority. Changing those "
-"inherited settings on this page will have no effect."
+#: ../../mod/settings.php:209
+msgid "Password changed."
msgstr ""
-#: ../../mod/connedit.php:450
-msgid "Advanced Permissions"
+#: ../../mod/settings.php:211
+msgid "Password update failed. Please try again."
msgstr ""
-#: ../../mod/connedit.php:451
-msgid "Quick Links"
+#: ../../mod/settings.php:225
+msgid "Not valid email."
msgstr ""
-#: ../../mod/connedit.php:455
-#, php-format
-msgid "Visit %s's profile - %s"
+#: ../../mod/settings.php:228
+msgid "Protected email address. Cannot change to that email."
msgstr ""
-#: ../../mod/connedit.php:456
-msgid "Block/Unblock contact"
+#: ../../mod/settings.php:237
+msgid "System failure storing new email. Please try again."
msgstr ""
-#: ../../mod/connedit.php:457
-msgid "Ignore contact"
+#: ../../mod/settings.php:441
+msgid "Settings updated."
msgstr ""
-#: ../../mod/connedit.php:458
-msgid "Repair URL settings"
+#: ../../mod/settings.php:512 ../../mod/settings.php:538
+#: ../../mod/settings.php:574
+msgid "Add application"
msgstr ""
-#: ../../mod/connedit.php:459
-msgid "View conversations"
+#: ../../mod/settings.php:515 ../../mod/settings.php:541
+msgid "Name"
msgstr ""
-#: ../../mod/connedit.php:461
-msgid "Delete contact"
+#: ../../mod/settings.php:515
+msgid "Name of application"
msgstr ""
-#: ../../mod/connedit.php:464
-msgid "Last update:"
+#: ../../mod/settings.php:516 ../../mod/settings.php:542
+msgid "Consumer Key"
msgstr ""
-#: ../../mod/connedit.php:466
-msgid "Update public posts"
+#: ../../mod/settings.php:516 ../../mod/settings.php:517
+msgid "Automatically generated - change if desired. Max length 20"
msgstr ""
-#: ../../mod/connedit.php:468
-msgid "Update now"
+#: ../../mod/settings.php:517 ../../mod/settings.php:543
+msgid "Consumer Secret"
msgstr ""
-#: ../../mod/connedit.php:474
-msgid "Currently blocked"
+#: ../../mod/settings.php:518 ../../mod/settings.php:544
+msgid "Redirect"
msgstr ""
-#: ../../mod/connedit.php:475
-msgid "Currently ignored"
+#: ../../mod/settings.php:518
+msgid ""
+"Redirect URI - leave blank unless your application specifically requires this"
msgstr ""
-#: ../../mod/connedit.php:476
-msgid "Currently archived"
+#: ../../mod/settings.php:519 ../../mod/settings.php:545
+msgid "Icon url"
msgstr ""
-#: ../../mod/connedit.php:477
-msgid "Currently pending"
+#: ../../mod/settings.php:519
+msgid "Optional"
msgstr ""
-#: ../../mod/connedit.php:478
-msgid "Hide this contact from others"
+#: ../../mod/settings.php:530
+msgid "You can't edit this application."
msgstr ""
-#: ../../mod/connedit.php:478
-msgid ""
-"Replies/likes to your public posts <strong>may</strong> still be visible"
+#: ../../mod/settings.php:573
+msgid "Connected Apps"
msgstr ""
-#: ../../mod/webpages.php:121 ../../mod/layouts.php:105
-#: ../../mod/blocks.php:96
-msgid "View"
+#: ../../mod/settings.php:577
+msgid "Client key starts with"
msgstr ""
-#: ../../mod/api.php:76 ../../mod/api.php:102
-msgid "Authorize application connection"
+#: ../../mod/settings.php:578
+msgid "No name"
msgstr ""
-#: ../../mod/api.php:77
-msgid "Return to your app and insert this Securty Code:"
+#: ../../mod/settings.php:579
+msgid "Remove authorization"
msgstr ""
-#: ../../mod/api.php:89
-msgid "Please login to continue."
+#: ../../mod/settings.php:590
+msgid "No feature settings configured"
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/settings.php:598
+msgid "Feature Settings"
msgstr ""
-#: ../../mod/api.php:105 ../../mod/profiles.php:483 ../../mod/settings.php:870
-#: ../../mod/settings.php:875
-msgid "Yes"
+#: ../../mod/settings.php:621
+msgid "Account Settings"
msgstr ""
-#: ../../mod/api.php:106 ../../mod/profiles.php:484 ../../mod/settings.php:870
-#: ../../mod/settings.php:875
-msgid "No"
+#: ../../mod/settings.php:622
+msgid "Password Settings"
msgstr ""
-#: ../../mod/apps.php:8
-msgid "No installed applications."
+#: ../../mod/settings.php:623
+msgid "New Password:"
msgstr ""
-#: ../../mod/apps.php:13
-msgid "Applications"
+#: ../../mod/settings.php:624
+msgid "Confirm:"
msgstr ""
-#: ../../mod/page.php:35
-msgid "Invalid item."
+#: ../../mod/settings.php:624
+msgid "Leave password fields blank unless changing"
msgstr ""
-#: ../../mod/page.php:47 ../../mod/chanview.php:77 ../../mod/home.php:50
-#: ../../mod/wall_upload.php:35
-msgid "Channel not found."
+#: ../../mod/settings.php:626 ../../mod/settings.php:921
+msgid "Email Address:"
msgstr ""
-#: ../../mod/page.php:83 ../../mod/help.php:71 ../../mod/display.php:100
-#: ../../index.php:226
-msgid "Page not found."
+#: ../../mod/settings.php:627
+msgid "Remove Account"
msgstr ""
-#: ../../mod/attach.php:9
-msgid "Item not available."
+#: ../../mod/settings.php:628
+msgid "Warning: This action is permanent and cannot be reversed."
msgstr ""
-#: ../../mod/setup.php:161
-msgid "Red Matrix Server - Setup"
+#: ../../mod/settings.php:644
+msgid "Off"
msgstr ""
-#: ../../mod/setup.php:167
-msgid "Could not connect to database."
+#: ../../mod/settings.php:644
+msgid "On"
msgstr ""
-#: ../../mod/setup.php:171
-msgid ""
-"Could not connect to specified site URL. Possible SSL certificate or DNS "
-"issue."
+#: ../../mod/settings.php:651
+msgid "Additional Features"
msgstr ""
-#: ../../mod/setup.php:176
-msgid "Could not create table."
+#: ../../mod/settings.php:676
+msgid "Connector Settings"
msgstr ""
-#: ../../mod/setup.php:182
-msgid "Your site database has been installed."
+#: ../../mod/settings.php:706 ../../mod/admin.php:379
+msgid "No special theme for mobile devices"
msgstr ""
-#: ../../mod/setup.php:187
-msgid ""
-"You may need to import the file \"install/database.sql\" manually using "
-"phpmyadmin or mysql."
+#: ../../mod/settings.php:746
+msgid "Display Settings"
msgstr ""
-#: ../../mod/setup.php:188 ../../mod/setup.php:257 ../../mod/setup.php:606
-msgid "Please see the file \"install/INSTALL.txt\"."
+#: ../../mod/settings.php:752
+msgid "Display Theme:"
msgstr ""
-#: ../../mod/setup.php:254
-msgid "System check"
+#: ../../mod/settings.php:753
+msgid "Mobile Theme:"
msgstr ""
-#: ../../mod/setup.php:259
-msgid "Check again"
+#: ../../mod/settings.php:754
+msgid "Update browser every xx seconds"
msgstr ""
-#: ../../mod/setup.php:281
-msgid "Database connection"
+#: ../../mod/settings.php:754
+msgid "Minimum of 10 seconds, no maximum"
msgstr ""
-#: ../../mod/setup.php:282
-msgid ""
-"In order to install Red Matrix we need to know how to connect to your "
-"database."
+#: ../../mod/settings.php:755
+msgid "Maximum number of conversations to load at any time:"
msgstr ""
-#: ../../mod/setup.php:283
-msgid ""
-"Please contact your hosting provider or site administrator if you have "
-"questions about these settings."
+#: ../../mod/settings.php:755
+msgid "Maximum of 100 items"
msgstr ""
-#: ../../mod/setup.php:284
-msgid ""
-"The database you specify below should already exist. If it does not, please "
-"create it before continuing."
+#: ../../mod/settings.php:756
+msgid "Don't show emoticons"
msgstr ""
-#: ../../mod/setup.php:288
-msgid "Database Server Name"
+#: ../../mod/settings.php:792
+msgid "Nobody except yourself"
msgstr ""
-#: ../../mod/setup.php:288
-msgid "Default is localhost"
+#: ../../mod/settings.php:793
+msgid "Only those you specifically allow"
msgstr ""
-#: ../../mod/setup.php:289
-msgid "Database Port"
+#: ../../mod/settings.php:794
+msgid "Anybody in your address book"
msgstr ""
-#: ../../mod/setup.php:289
-msgid "Communication port number - use 0 for default"
+#: ../../mod/settings.php:795
+msgid "Anybody on this website"
msgstr ""
-#: ../../mod/setup.php:290
-msgid "Database Login Name"
+#: ../../mod/settings.php:796
+msgid "Anybody in this network"
msgstr ""
-#: ../../mod/setup.php:291
-msgid "Database Login Password"
+#: ../../mod/settings.php:797
+msgid "Anybody on the internet"
msgstr ""
-#: ../../mod/setup.php:292
-msgid "Database Name"
+#: ../../mod/settings.php:874
+msgid "Publish your default profile in the network directory"
msgstr ""
-#: ../../mod/setup.php:294 ../../mod/setup.php:336
-msgid "Site administrator email address"
+#: ../../mod/settings.php:879
+msgid "Allow us to suggest you as a potential friend to new members?"
msgstr ""
-#: ../../mod/setup.php:294 ../../mod/setup.php:336
-msgid ""
-"Your account email address must match this in order to use the web admin "
-"panel."
+#: ../../mod/settings.php:883 ../../mod/profile_photo.php:288
+msgid "or"
msgstr ""
-#: ../../mod/setup.php:295 ../../mod/setup.php:338
-msgid "Website URL"
+#: ../../mod/settings.php:888
+msgid "Your channel address is"
msgstr ""
-#: ../../mod/setup.php:295 ../../mod/setup.php:338
-msgid "Please use SSL (https) URL if available."
+#: ../../mod/settings.php:910
+msgid "Channel Settings"
msgstr ""
-#: ../../mod/setup.php:298 ../../mod/setup.php:341
-msgid "Please select a default timezone for your website"
+#: ../../mod/settings.php:919
+msgid "Basic Settings"
msgstr ""
-#: ../../mod/setup.php:325
-msgid "Site settings"
+#: ../../mod/settings.php:922
+msgid "Your Timezone:"
msgstr ""
-#: ../../mod/setup.php:381
-msgid "Could not find a command line version of PHP in the web server PATH."
+#: ../../mod/settings.php:923
+msgid "Default Post Location:"
msgstr ""
-#: ../../mod/setup.php:382
-msgid ""
-"If you don't have a command line version of PHP installed on server, you "
-"will not be able to run background polling via cron."
+#: ../../mod/settings.php:924
+msgid "Use Browser Location:"
msgstr ""
-#: ../../mod/setup.php:386
-msgid "PHP executable path"
+#: ../../mod/settings.php:926
+msgid "Adult Content"
msgstr ""
-#: ../../mod/setup.php:386
+#: ../../mod/settings.php:926
msgid ""
-"Enter full path to php executable. You can leave this blank to continue the "
-"installation."
+"This channel frequently or regularly publishes adult content. (Please tag "
+"any adult material and/or nudity with #NSFW)"
msgstr ""
-#: ../../mod/setup.php:391
-msgid "Command line PHP"
+#: ../../mod/settings.php:928
+msgid "Security and Privacy Settings"
msgstr ""
-#: ../../mod/setup.php:400
-msgid ""
-"The command line version of PHP on your system does not have "
-"\"register_argc_argv\" enabled."
+#: ../../mod/settings.php:930
+msgid "Hide my online presence"
msgstr ""
-#: ../../mod/setup.php:401
-msgid "This is required for message delivery to work."
+#: ../../mod/settings.php:930
+msgid "Prevents displaying in your profile that you are online"
msgstr ""
-#: ../../mod/setup.php:403
-msgid "PHP register_argc_argv"
+#: ../../mod/settings.php:932
+msgid "Simple Privacy Settings:"
msgstr ""
-#: ../../mod/setup.php:424
+#: ../../mod/settings.php:933
msgid ""
-"Error: the \"openssl_pkey_new\" function on this system is not able to "
-"generate encryption keys"
+"Very Public - <em>extremely permissive (should be used with caution)</em>"
msgstr ""
-#: ../../mod/setup.php:425
+#: ../../mod/settings.php:934
msgid ""
-"If running under Windows, please see \"http://www.php.net/manual/en/openssl."
-"installation.php\"."
-msgstr ""
-
-#: ../../mod/setup.php:427
-msgid "Generate encryption keys"
+"Typical - <em>default public, privacy when desired (similar to social "
+"network permissions but with improved privacy)</em>"
msgstr ""
-#: ../../mod/setup.php:434
-msgid "libCurl PHP module"
-msgstr ""
-
-#: ../../mod/setup.php:435
-msgid "GD graphics PHP module"
-msgstr ""
-
-#: ../../mod/setup.php:436
-msgid "OpenSSL PHP module"
-msgstr ""
-
-#: ../../mod/setup.php:437
-msgid "mysqli PHP module"
-msgstr ""
-
-#: ../../mod/setup.php:438
-msgid "mb_string PHP module"
+#: ../../mod/settings.php:935
+msgid "Private - <em>default private, never open or public</em>"
msgstr ""
-#: ../../mod/setup.php:439
-msgid "mcrypt PHP module"
+#: ../../mod/settings.php:936
+msgid "Blocked - <em>default blocked to/from everybody</em>"
msgstr ""
-#: ../../mod/setup.php:444 ../../mod/setup.php:446
-msgid "Apache mod_rewrite module"
+#: ../../mod/settings.php:939
+msgid "Advanced Privacy Settings"
msgstr ""
-#: ../../mod/setup.php:444
-msgid ""
-"Error: Apache webserver mod-rewrite module is required but not installed."
+#: ../../mod/settings.php:941
+msgid "Maximum Friend Requests/Day:"
msgstr ""
-#: ../../mod/setup.php:450 ../../mod/setup.php:453
-msgid "proc_open"
+#: ../../mod/settings.php:941
+msgid "May reduce spam activity"
msgstr ""
-#: ../../mod/setup.php:450
-msgid ""
-"Error: proc_open is required but is either not installed or has been "
-"disabled in php.ini"
+#: ../../mod/settings.php:942
+msgid "Default Post Permissions"
msgstr ""
-#: ../../mod/setup.php:458
-msgid "Error: libCURL PHP module required but not installed."
+#: ../../mod/settings.php:943 ../../mod/mitem.php:134 ../../mod/mitem.php:177
+msgid "(click to open/close)"
msgstr ""
-#: ../../mod/setup.php:462
-msgid ""
-"Error: GD graphics PHP module with JPEG support required but not installed."
+#: ../../mod/settings.php:954
+msgid "Maximum private messages per day from unknown people:"
msgstr ""
-#: ../../mod/setup.php:466
-msgid "Error: openssl PHP module required but not installed."
+#: ../../mod/settings.php:954
+msgid "Useful to reduce spamming"
msgstr ""
-#: ../../mod/setup.php:470
-msgid "Error: mysqli PHP module required but not installed."
+#: ../../mod/settings.php:957
+msgid "Notification Settings"
msgstr ""
-#: ../../mod/setup.php:474
-msgid "Error: mb_string PHP module required but not installed."
+#: ../../mod/settings.php:958
+msgid "By default post a status message when:"
msgstr ""
-#: ../../mod/setup.php:478
-msgid "Error: mcrypt PHP module required but not installed."
+#: ../../mod/settings.php:959
+msgid "accepting a friend request"
msgstr ""
-#: ../../mod/setup.php:494
-msgid ""
-"The web installer needs to be able to create a file called \".htconfig.php\" "
-"in the top folder of your web server and it is unable to do so."
+#: ../../mod/settings.php:960
+msgid "joining a forum/community"
msgstr ""
-#: ../../mod/setup.php:495
-msgid ""
-"This is most often a permission setting, as the web server may not be able "
-"to write files in your folder - even if you can."
+#: ../../mod/settings.php:961
+msgid "making an <em>interesting</em> profile change"
msgstr ""
-#: ../../mod/setup.php:496
-msgid ""
-"At the end of this procedure, we will give you a text to save in a file "
-"named .htconfig.php in your Red top folder."
+#: ../../mod/settings.php:962
+msgid "Send a notification email when:"
msgstr ""
-#: ../../mod/setup.php:497
-msgid ""
-"You can alternatively skip this procedure and perform a manual installation. "
-"Please see the file \"install/INSTALL.txt\" for instructions."
+#: ../../mod/settings.php:963
+msgid "You receive an introduction"
msgstr ""
-#: ../../mod/setup.php:500
-msgid ".htconfig.php is writable"
+#: ../../mod/settings.php:964
+msgid "Your introductions are confirmed"
msgstr ""
-#: ../../mod/setup.php:510
-msgid ""
-"Red uses the Smarty3 template engine to render its web views. Smarty3 "
-"compiles templates to PHP to speed up rendering."
+#: ../../mod/settings.php:965
+msgid "Someone writes on your profile wall"
msgstr ""
-#: ../../mod/setup.php:511
-msgid ""
-"In order to store these compiled templates, the web server needs to have "
-"write access to the directory view/tpl/smarty3/ under the Red top level "
-"folder."
+#: ../../mod/settings.php:966
+msgid "Someone writes a followup comment"
msgstr ""
-#: ../../mod/setup.php:512 ../../mod/setup.php:530
-msgid ""
-"Please ensure that the user that your web server runs as (e.g. www-data) has "
-"write access to this folder."
+#: ../../mod/settings.php:967
+msgid "You receive a private message"
msgstr ""
-#: ../../mod/setup.php:513
-msgid ""
-"Note: as a security measure, you should give the web server write access to "
-"view/tpl/smarty3/ only--not the template files (.tpl) that it contains."
+#: ../../mod/settings.php:968
+msgid "You receive a friend suggestion"
msgstr ""
-#: ../../mod/setup.php:516
-msgid "view/tpl/smarty3 is writable"
+#: ../../mod/settings.php:969
+msgid "You are tagged in a post"
msgstr ""
-#: ../../mod/setup.php:529
-msgid ""
-"Red uses the store directory to save uploaded files. The web server needs to "
-"have write access to the store directory under the Red top level folder"
+#: ../../mod/settings.php:970
+msgid "You are poked/prodded/etc. in a post"
msgstr ""
-#: ../../mod/setup.php:533
-msgid "store is writable"
+#: ../../mod/settings.php:973
+msgid "Advanced Account/Page Type Settings"
msgstr ""
-#: ../../mod/setup.php:548
-msgid "SSL certificate validation"
+#: ../../mod/settings.php:974
+msgid "Change the behaviour of this account for special situations"
msgstr ""
-#: ../../mod/setup.php:548
-msgid ""
-"SSL certificate cannot be validated. Fix certificate or disable https access "
-"to this site."
+#: ../../mod/subthread.php:105
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
msgstr ""
-#: ../../mod/setup.php:555
-msgid ""
-"Url rewrite in .htaccess is not working. Check your server configuration."
+#: ../../mod/update_network.php:23 ../../mod/update_channel.php:43
+#: ../../mod/update_search.php:46 ../../mod/update_display.php:25
+#: ../../mod/update_community.php:18
+msgid "[Embedded content - reload page to view]"
msgstr ""
-#: ../../mod/setup.php:557
-msgid "Url rewrite is working"
+#: ../../mod/chanview.php:77 ../../mod/home.php:50 ../../mod/page.php:47
+#: ../../mod/wall_upload.php:35
+msgid "Channel not found."
msgstr ""
-#: ../../mod/setup.php:567
-msgid ""
-"The database configuration file \".htconfig.php\" could not be written. "
-"Please use the enclosed text to create a configuration file in your web "
-"server root."
+#: ../../mod/chanview.php:93
+msgid "toggle full screen mode"
msgstr ""
-#: ../../mod/setup.php:591
-msgid "Errors encountered creating database tables."
+#: ../../mod/tagger.php:98
+#, php-format
+msgid "%1$s tagged %2$s's %3$s with %4$s"
msgstr ""
-#: ../../mod/setup.php:604
-msgid "<h1>What next</h1>"
+#: ../../mod/chat.php:18 ../../mod/channel.php:25
+msgid "You must be logged in to see this page."
msgstr ""
-#: ../../mod/setup.php:605
-msgid ""
-"IMPORTANT: You will need to [manually] setup a scheduled task for the poller."
+#: ../../mod/chat.php:120
+msgid "Leave Room"
msgstr ""
-#: ../../mod/rpost.php:86 ../../mod/editpost.php:42
-msgid "Edit post"
+#: ../../mod/chat.php:121
+msgid "I am away right now"
msgstr ""
-#: ../../mod/subthread.php:105
-#, php-format
-msgid "%1$s is following %2$s's %3$s"
+#: ../../mod/chat.php:122
+msgid "I am online"
msgstr ""
-#: ../../mod/update_network.php:23 ../../mod/update_channel.php:43
-#: ../../mod/update_search.php:46 ../../mod/update_display.php:25
-#: ../../mod/update_community.php:18
-msgid "[Embedded content - reload page to view]"
+#: ../../mod/chat.php:146 ../../mod/chat.php:166
+msgid "New Chatroom"
msgstr ""
-#: ../../mod/chanview.php:93
-msgid "toggle full screen mode"
+#: ../../mod/chat.php:147
+msgid "Chatroom Name"
msgstr ""
-#: ../../mod/tagger.php:98
+#: ../../mod/chat.php:162
#, php-format
-msgid "%1$s tagged %2$s's %3$s with %4$s"
+msgid "%1$s's Chatrooms"
msgstr ""
#: ../../mod/viewconnections.php:17 ../../mod/search.php:13
-#: ../../mod/photos.php:442 ../../mod/directory.php:15 ../../mod/display.php:9
+#: ../../mod/directory.php:15 ../../mod/display.php:9
#: ../../mod/community.php:18 ../../mod/dirprofile.php:9
+#: ../../mod/photos.php:442
msgid "Public access denied."
msgstr ""
@@ -4133,7 +4066,7 @@ msgstr ""
msgid "Select a tag to remove: "
msgstr ""
-#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130
+#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 ../../mod/photos.php:905
msgid "Remove"
msgstr ""
@@ -4215,63 +4148,184 @@ msgstr ""
msgid "No entries."
msgstr ""
-#: ../../mod/sources.php:28
-msgid "Failed to create source. No channel selected."
+#: ../../mod/chatsvc.php:102
+msgid "Away"
msgstr ""
-#: ../../mod/sources.php:41
-msgid "Source created."
+#: ../../mod/chatsvc.php:106
+msgid "Online"
msgstr ""
-#: ../../mod/sources.php:53
-msgid "Source updated."
+#: ../../mod/attach.php:9
+msgid "Item not available."
msgstr ""
-#: ../../mod/sources.php:82
-msgid "Manage remote sources of content for your channel."
+#: ../../mod/mitem.php:47
+msgid "Menu element updated."
msgstr ""
-#: ../../mod/sources.php:83 ../../mod/sources.php:93
-msgid "New Source"
+#: ../../mod/mitem.php:51
+msgid "Unable to update menu element."
msgstr ""
-#: ../../mod/sources.php:94 ../../mod/sources.php:126
-msgid ""
-"Import all or selected content from the following channel into this channel "
-"and distribute it according to your channel settings."
+#: ../../mod/mitem.php:57
+msgid "Menu element added."
msgstr ""
-#: ../../mod/sources.php:95 ../../mod/sources.php:127
-msgid "Only import content with these words (one per line)"
+#: ../../mod/mitem.php:61
+msgid "Unable to add menu element."
msgstr ""
-#: ../../mod/sources.php:95 ../../mod/sources.php:127
-msgid "Leave blank to import all public content"
+#: ../../mod/mitem.php:96
+msgid "Manage Menu Elements"
msgstr ""
-#: ../../mod/sources.php:96 ../../mod/sources.php:130
-#: ../../mod/new_channel.php:110
-msgid "Channel Name"
+#: ../../mod/mitem.php:99
+msgid "Edit menu"
msgstr ""
-#: ../../mod/sources.php:116 ../../mod/sources.php:143
-msgid "Source not found."
+#: ../../mod/mitem.php:102
+msgid "Edit element"
msgstr ""
-#: ../../mod/sources.php:123
-msgid "Edit Source"
+#: ../../mod/mitem.php:103
+msgid "Drop element"
msgstr ""
-#: ../../mod/sources.php:124
-msgid "Delete Source"
+#: ../../mod/mitem.php:104
+msgid "New element"
msgstr ""
-#: ../../mod/sources.php:151
-msgid "Source removed"
+#: ../../mod/mitem.php:105
+msgid "Edit this menu container"
msgstr ""
-#: ../../mod/sources.php:153
-msgid "Unable to remove source."
+#: ../../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/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"
+msgstr ""
+
+#: ../../mod/group.php:107
+msgid "Collection removed."
+msgstr ""
+
+#: ../../mod/group.php:109
+msgid "Unable to remove collection."
+msgstr ""
+
+#: ../../mod/group.php:182
+msgid "Collection Editor"
+msgstr ""
+
+#: ../../mod/group.php:196
+msgid "Members"
+msgstr ""
+
+#: ../../mod/group.php:198
+msgid "All Connected Channels"
+msgstr ""
+
+#: ../../mod/group.php:231
+msgid "Click on a channel to add or remove."
+msgstr ""
+
+#: ../../mod/profperm.php:29 ../../mod/profperm.php:58
+msgid "Invalid profile identifier."
+msgstr ""
+
+#: ../../mod/profperm.php:105
+msgid "Profile Visibility Editor"
+msgstr ""
+
+#: ../../mod/profperm.php:109
+msgid "Click on a contact to add or remove."
+msgstr ""
+
+#: ../../mod/profperm.php:118
+msgid "Visible To"
+msgstr ""
+
+#: ../../mod/profperm.php:134 ../../mod/connections.php:250
+msgid "All Connections"
msgstr ""
#: ../../mod/admin.php:48
@@ -4348,10 +4402,6 @@ msgstr ""
msgid "Site settings updated."
msgstr ""
-#: ../../mod/admin.php:379 ../../mod/settings.php:702
-msgid "No special theme for mobile devices"
-msgstr ""
-
#: ../../mod/admin.php:381
msgid "No special theme for accessibility"
msgstr ""
@@ -4707,6 +4757,16 @@ msgstr ""
msgid "Deny"
msgstr ""
+#: ../../mod/admin.php:746 ../../mod/connedit.php:333
+#: ../../mod/connedit.php:475
+msgid "Block"
+msgstr ""
+
+#: ../../mod/admin.php:747 ../../mod/connedit.php:333
+#: ../../mod/connedit.php:475
+msgid "Unblock"
+msgstr ""
+
#: ../../mod/admin.php:750
msgid "Register date"
msgstr ""
@@ -4806,500 +4866,380 @@ msgstr ""
msgid "Log level"
msgstr ""
-#: ../../mod/mitem.php:14 ../../mod/menu.php:87
-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:78 ../../mod/xchan.php:25 ../../mod/menu.php:113
-#: ../../mod/dirprofile.php:181
-msgid "Not found."
-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:134 ../../mod/mitem.php:177 ../../mod/settings.php:937
-msgid "(click to open/close)"
+#: ../../mod/filer.php:35
+msgid "- select -"
msgstr ""
-#: ../../mod/mitem.php:136 ../../mod/mitem.php:180
-msgid "Link text"
+#: ../../mod/home.php:89
+#, php-format
+msgid "Welcome to %s"
msgstr ""
-#: ../../mod/mitem.php:137 ../../mod/mitem.php:181
-msgid "URL of link"
+#: ../../mod/editpost.php:20 ../../mod/editlayout.php:36
+#: ../../mod/editwebpage.php:32 ../../mod/editblock.php:36
+msgid "Item not found"
msgstr ""
-#: ../../mod/mitem.php:138 ../../mod/mitem.php:182
-msgid "Use Red magic-auth if available"
+#: ../../mod/editpost.php:31
+msgid "Item is not editable"
msgstr ""
-#: ../../mod/mitem.php:139 ../../mod/mitem.php:183
-msgid "Open link in new window"
+#: ../../mod/editpost.php:53
+msgid "Delete item?"
msgstr ""
-#: ../../mod/mitem.php:141 ../../mod/mitem.php:185
-msgid "Order in list"
+#: ../../mod/editpost.php:107 ../../mod/editlayout.php:110
+#: ../../mod/editwebpage.php:148 ../../mod/editblock.php:124
+msgid "Insert YouTube video"
msgstr ""
-#: ../../mod/mitem.php:141 ../../mod/mitem.php:185
-msgid "Higher numbers will sink to bottom of listing"
+#: ../../mod/editpost.php:108 ../../mod/editlayout.php:111
+#: ../../mod/editwebpage.php:149 ../../mod/editblock.php:125
+msgid "Insert Vorbis [.ogg] video"
msgstr ""
-#: ../../mod/mitem.php:142 ../../mod/menu.php:79 ../../mod/new_channel.php:117
-msgid "Create"
+#: ../../mod/editpost.php:109 ../../mod/editlayout.php:112
+#: ../../mod/editwebpage.php:150 ../../mod/editblock.php:126
+msgid "Insert Vorbis [.ogg] audio"
msgstr ""
-#: ../../mod/mitem.php:154
-msgid "Menu item not found."
+#: ../../mod/directory.php:143 ../../mod/profiles.php:561
+#: ../../mod/dirprofile.php:98
+msgid "Age: "
msgstr ""
-#: ../../mod/mitem.php:163
-msgid "Menu item deleted."
+#: ../../mod/directory.php:146 ../../mod/dirprofile.php:101
+msgid "Gender: "
msgstr ""
-#: ../../mod/mitem.php:165
-msgid "Menu item could not be deleted."
+#: ../../mod/directory.php:207
+msgid "Finding:"
msgstr ""
-#: ../../mod/mitem.php:174
-msgid "Edit Menu Element"
+#: ../../mod/directory.php:215
+msgid "next page"
msgstr ""
-#: ../../mod/mitem.php:186 ../../mod/menu.php:107
-msgid "Modify"
+#: ../../mod/directory.php:215
+msgid "previous page"
msgstr ""
-#: ../../mod/group.php:20
-msgid "Collection created."
+#: ../../mod/directory.php:222
+msgid "No entries (some entries may be hidden)."
msgstr ""
-#: ../../mod/group.php:26
-msgid "Could not create collection."
+#: ../../mod/connedit.php:49 ../../mod/connections.php:37
+msgid "Could not access contact record."
msgstr ""
-#: ../../mod/group.php:54
-msgid "Collection updated."
+#: ../../mod/connedit.php:63 ../../mod/connections.php:51
+msgid "Could not locate selected profile."
msgstr ""
-#: ../../mod/group.php:86
-msgid "Create a collection of channels."
+#: ../../mod/connedit.php:107 ../../mod/connections.php:94
+msgid "Connection updated."
msgstr ""
-#: ../../mod/group.php:87 ../../mod/group.php:183
-msgid "Collection Name: "
+#: ../../mod/connedit.php:109 ../../mod/connections.php:96
+msgid "Failed to update connection record."
msgstr ""
-#: ../../mod/group.php:89 ../../mod/group.php:186
-msgid "Members are visible to other channels"
+#: ../../mod/connedit.php:204
+msgid "Could not access address book record."
msgstr ""
-#: ../../mod/group.php:107
-msgid "Collection removed."
+#: ../../mod/connedit.php:218
+msgid "Refresh failed - channel is currently unavailable."
msgstr ""
-#: ../../mod/group.php:109
-msgid "Unable to remove collection."
+#: ../../mod/connedit.php:225
+msgid "Channel has been unblocked"
msgstr ""
-#: ../../mod/group.php:182
-msgid "Collection Editor"
+#: ../../mod/connedit.php:226
+msgid "Channel has been blocked"
msgstr ""
-#: ../../mod/group.php:196
-msgid "Members"
+#: ../../mod/connedit.php:230 ../../mod/connedit.php:242
+#: ../../mod/connedit.php:254 ../../mod/connedit.php:266
+#: ../../mod/connedit.php:281
+msgid "Unable to set address book parameters."
msgstr ""
-#: ../../mod/group.php:198
-msgid "All Connected Channels"
+#: ../../mod/connedit.php:237
+msgid "Channel has been unignored"
msgstr ""
-#: ../../mod/group.php:231
-msgid "Click on a channel to add or remove."
+#: ../../mod/connedit.php:238
+msgid "Channel has been ignored"
msgstr ""
-#: ../../mod/photos.php:77
-msgid "Page owner information could not be retrieved."
+#: ../../mod/connedit.php:249
+msgid "Channel has been unarchived"
msgstr ""
-#: ../../mod/photos.php:97
-msgid "Album not found."
+#: ../../mod/connedit.php:250
+msgid "Channel has been archived"
msgstr ""
-#: ../../mod/photos.php:119 ../../mod/photos.php:668
-msgid "Delete Album"
+#: ../../mod/connedit.php:261
+msgid "Channel has been unhidden"
msgstr ""
-#: ../../mod/photos.php:159 ../../mod/photos.php:934
-msgid "Delete Photo"
+#: ../../mod/connedit.php:262
+msgid "Channel has been hidden"
msgstr ""
-#: ../../mod/photos.php:452
-msgid "No photos selected"
+#: ../../mod/connedit.php:276
+msgid "Channel has been approved"
msgstr ""
-#: ../../mod/photos.php:499
-msgid "Access to this item is restricted."
+#: ../../mod/connedit.php:277
+msgid "Channel has been unapproved"
msgstr ""
-#: ../../mod/photos.php:573
-#, php-format
-msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
+#: ../../mod/connedit.php:295
+msgid "Contact has been removed."
msgstr ""
-#: ../../mod/photos.php:576
+#: ../../mod/connedit.php:315
#, php-format
-msgid "You have used %1$.2f Mbytes of photo storage."
-msgstr ""
-
-#: ../../mod/photos.php:595
-msgid "Upload Photos"
-msgstr ""
-
-#: ../../mod/photos.php:599 ../../mod/photos.php:663
-msgid "New album name: "
-msgstr ""
-
-#: ../../mod/photos.php:600
-msgid "or existing album name: "
-msgstr ""
-
-#: ../../mod/photos.php:601
-msgid "Do not show a status post for this upload"
-msgstr ""
-
-#: ../../mod/photos.php:603 ../../mod/photos.php:929
-#: ../../mod/filestorage.php:124
-msgid "Permissions"
-msgstr ""
-
-#: ../../mod/photos.php:652 ../../mod/photos.php:674 ../../mod/photos.php:1105
-#: ../../mod/photos.php:1120
-msgid "Contact Photos"
+msgid "View %s's profile"
msgstr ""
-#: ../../mod/photos.php:678
-msgid "Edit Album"
+#: ../../mod/connedit.php:319
+msgid "Refresh Permissions"
msgstr ""
-#: ../../mod/photos.php:684
-msgid "Show Newest First"
+#: ../../mod/connedit.php:322
+msgid "Fetch updated permissions"
msgstr ""
-#: ../../mod/photos.php:686
-msgid "Show Oldest First"
+#: ../../mod/connedit.php:326
+msgid "Recent Activity"
msgstr ""
-#: ../../mod/photos.php:729 ../../mod/photos.php:1152
-msgid "View Photo"
+#: ../../mod/connedit.php:329
+msgid "View recent posts and comments"
msgstr ""
-#: ../../mod/photos.php:775
-msgid "Permission denied. Access to this item may be restricted."
+#: ../../mod/connedit.php:336
+msgid "Block or Unblock this connection"
msgstr ""
-#: ../../mod/photos.php:777
-msgid "Photo not available"
+#: ../../mod/connedit.php:340 ../../mod/connedit.php:476
+msgid "Unignore"
msgstr ""
-#: ../../mod/photos.php:837
-msgid "Use as profile photo"
+#: ../../mod/connedit.php:340 ../../mod/connedit.php:476
+#: ../../mod/notifications.php:51
+msgid "Ignore"
msgstr ""
-#: ../../mod/photos.php:861
-msgid "View Full Size"
+#: ../../mod/connedit.php:343
+msgid "Ignore or Unignore this connection"
msgstr ""
-#: ../../mod/photos.php:917
-msgid "Edit photo"
+#: ../../mod/connedit.php:346
+msgid "Unarchive"
msgstr ""
-#: ../../mod/photos.php:919
-msgid "Rotate CW (right)"
+#: ../../mod/connedit.php:346
+msgid "Archive"
msgstr ""
-#: ../../mod/photos.php:920
-msgid "Rotate CCW (left)"
+#: ../../mod/connedit.php:349
+msgid "Archive or Unarchive this connection"
msgstr ""
-#: ../../mod/photos.php:922
-msgid "New album name"
+#: ../../mod/connedit.php:352
+msgid "Unhide"
msgstr ""
-#: ../../mod/photos.php:925
-msgid "Caption"
+#: ../../mod/connedit.php:352
+msgid "Hide"
msgstr ""
-#: ../../mod/photos.php:927
-msgid "Add a Tag"
+#: ../../mod/connedit.php:355
+msgid "Hide or Unhide this connection"
msgstr ""
-#: ../../mod/photos.php:931
-msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+#: ../../mod/connedit.php:362
+msgid "Delete this connection"
msgstr ""
-#: ../../mod/photos.php:1158
-msgid "View Album"
+#: ../../mod/connedit.php:395
+msgid "Unknown"
msgstr ""
-#: ../../mod/photos.php:1167
-msgid "Recent Photos"
+#: ../../mod/connedit.php:405 ../../mod/connedit.php:434
+msgid "Approve this connection"
msgstr ""
-#: ../../mod/chat.php:18 ../../mod/channel.php:25
-msgid "You must be logged in to see this page."
+#: ../../mod/connedit.php:405
+msgid "Accept connection to allow communication"
msgstr ""
-#: ../../mod/chat.php:130
-msgid "New Chatroom"
+#: ../../mod/connedit.php:421
+msgid "Automatic Permissions Settings"
msgstr ""
-#: ../../mod/chat.php:131
-msgid "Chatroom Name"
+#: ../../mod/connedit.php:421
+#, php-format
+msgid "Connections: settings for %s"
msgstr ""
-#: ../../mod/filer.php:35
-msgid "- select -"
+#: ../../mod/connedit.php:425
+msgid ""
+"When receiving a channel introduction, any permissions provided here will be "
+"applied to the new connection automatically and the introduction approved. "
+"Leave this page if you do not wish to use this feature."
msgstr ""
-#: ../../mod/menu.php:17
-msgid "Menu updated."
+#: ../../mod/connedit.php:427
+msgid "Slide to adjust your degree of friendship"
msgstr ""
-#: ../../mod/menu.php:21
-msgid "Unable to update menu."
+#: ../../mod/connedit.php:433
+msgid "inherited"
msgstr ""
-#: ../../mod/menu.php:26
-msgid "Menu created."
+#: ../../mod/connedit.php:435
+msgid "Connection has no individual permissions!"
msgstr ""
-#: ../../mod/menu.php:30
-msgid "Unable to create menu."
+#: ../../mod/connedit.php:436
+msgid ""
+"This may be appropriate based on your <a href=\"settings\">privacy settings</"
+"a>, though you may wish to review the \"Advanced Permissions\"."
msgstr ""
-#: ../../mod/menu.php:53
-msgid "Manage Menus"
+#: ../../mod/connedit.php:438
+msgid "Profile Visibility"
msgstr ""
-#: ../../mod/menu.php:56
-msgid "Drop"
+#: ../../mod/connedit.php:439
+#, php-format
+msgid ""
+"Please choose the profile you would like to display to %s when viewing your "
+"profile securely."
msgstr ""
-#: ../../mod/menu.php:58
-msgid "Create a new menu"
+#: ../../mod/connedit.php:440
+msgid "Contact Information / Notes"
msgstr ""
-#: ../../mod/menu.php:59
-msgid "Delete this menu"
+#: ../../mod/connedit.php:441
+msgid "Edit contact notes"
msgstr ""
-#: ../../mod/menu.php:60 ../../mod/menu.php:104
-msgid "Edit menu contents"
+#: ../../mod/connedit.php:443
+msgid "Their Settings"
msgstr ""
-#: ../../mod/menu.php:61
-msgid "Edit this menu"
+#: ../../mod/connedit.php:444
+msgid "My Settings"
msgstr ""
-#: ../../mod/menu.php:76
-msgid "New Menu"
+#: ../../mod/connedit.php:446
+msgid "Forum Members"
msgstr ""
-#: ../../mod/menu.php:77 ../../mod/menu.php:105
-msgid "Menu name"
+#: ../../mod/connedit.php:447
+msgid "Soapbox"
msgstr ""
-#: ../../mod/menu.php:77 ../../mod/menu.php:105
-msgid "Must be unique, only seen by you"
+#: ../../mod/connedit.php:448
+msgid "Full Sharing (typical social network permissions)"
msgstr ""
-#: ../../mod/menu.php:78 ../../mod/menu.php:106
-msgid "Menu title"
+#: ../../mod/connedit.php:449
+msgid "Cautious Sharing "
msgstr ""
-#: ../../mod/menu.php:78 ../../mod/menu.php:106
-msgid "Menu title as seen by others"
+#: ../../mod/connedit.php:450
+msgid "Follow Only"
msgstr ""
-#: ../../mod/menu.php:93
-msgid "Menu deleted."
+#: ../../mod/connedit.php:451
+msgid "Individual Permissions"
msgstr ""
-#: ../../mod/menu.php:95
-msgid "Menu could not be deleted."
+#: ../../mod/connedit.php:452
+msgid ""
+"Some permissions may be inherited from your channel <a href=\"settings"
+"\">privacy settings</a>, which have higher priority than individual "
+"settings. Changing those inherited settings on this page will have no effect."
msgstr ""
-#: ../../mod/menu.php:101
-msgid "Edit Menu"
+#: ../../mod/connedit.php:453
+msgid "Advanced Permissions"
msgstr ""
-#: ../../mod/menu.php:103
-msgid "Add or remove entries to this menu"
+#: ../../mod/connedit.php:454
+msgid "Simple Permissions (select one and submit)"
msgstr ""
-#: ../../mod/home.php:89
+#: ../../mod/connedit.php:458
#, php-format
-msgid "Welcome to %s"
-msgstr ""
-
-#: ../../mod/directory.php:143 ../../mod/profiles.php:561
-#: ../../mod/dirprofile.php:98
-msgid "Age: "
-msgstr ""
-
-#: ../../mod/directory.php:146 ../../mod/dirprofile.php:101
-msgid "Gender: "
-msgstr ""
-
-#: ../../mod/directory.php:207
-msgid "Finding:"
-msgstr ""
-
-#: ../../mod/directory.php:215
-msgid "next page"
-msgstr ""
-
-#: ../../mod/directory.php:215
-msgid "previous page"
-msgstr ""
-
-#: ../../mod/directory.php:222
-msgid "No entries (some entries may be hidden)."
-msgstr ""
-
-#: ../../mod/connections.php:189 ../../mod/connections.php:261
-msgid "Blocked"
-msgstr ""
-
-#: ../../mod/connections.php:194 ../../mod/connections.php:268
-msgid "Ignored"
-msgstr ""
-
-#: ../../mod/connections.php:199 ../../mod/connections.php:282
-msgid "Hidden"
-msgstr ""
-
-#: ../../mod/connections.php:204 ../../mod/connections.php:275
-msgid "Archived"
-msgstr ""
-
-#: ../../mod/connections.php:215
-msgid "All"
+msgid "Visit %s's profile - %s"
msgstr ""
-#: ../../mod/connections.php:239
-msgid "Suggest new connections"
+#: ../../mod/connedit.php:459
+msgid "Block/Unblock contact"
msgstr ""
-#: ../../mod/connections.php:245
-msgid "Show pending (new) connections"
+#: ../../mod/connedit.php:460
+msgid "Ignore contact"
msgstr ""
-#: ../../mod/connections.php:248 ../../mod/profperm.php:134
-msgid "All Connections"
+#: ../../mod/connedit.php:461
+msgid "Repair URL settings"
msgstr ""
-#: ../../mod/connections.php:251
-msgid "Show all connections"
+#: ../../mod/connedit.php:462
+msgid "View conversations"
msgstr ""
-#: ../../mod/connections.php:254
-msgid "Unblocked"
+#: ../../mod/connedit.php:464
+msgid "Delete contact"
msgstr ""
-#: ../../mod/connections.php:257
-msgid "Only show unblocked connections"
+#: ../../mod/connedit.php:467
+msgid "Last update:"
msgstr ""
-#: ../../mod/connections.php:264
-msgid "Only show blocked connections"
+#: ../../mod/connedit.php:469
+msgid "Update public posts"
msgstr ""
-#: ../../mod/connections.php:271
-msgid "Only show ignored connections"
+#: ../../mod/connedit.php:471
+msgid "Update now"
msgstr ""
-#: ../../mod/connections.php:278
-msgid "Only show archived connections"
+#: ../../mod/connedit.php:477
+msgid "Currently blocked"
msgstr ""
-#: ../../mod/connections.php:285
-msgid "Only show hidden connections"
+#: ../../mod/connedit.php:478
+msgid "Currently ignored"
msgstr ""
-#: ../../mod/connections.php:329
-#, php-format
-msgid "%1$s [%2$s]"
+#: ../../mod/connedit.php:479
+msgid "Currently archived"
msgstr ""
-#: ../../mod/connections.php:330
-msgid "Edit contact"
+#: ../../mod/connedit.php:480
+msgid "Currently pending"
msgstr ""
-#: ../../mod/connections.php:353
-msgid "Search your connections"
+#: ../../mod/connedit.php:481
+msgid "Hide this contact from others"
msgstr ""
-#: ../../mod/connections.php:354
-msgid "Finding: "
+#: ../../mod/connedit.php:481
+msgid ""
+"Replies/likes to your public posts <strong>may</strong> still be visible"
msgstr ""
#: ../../mod/layouts.php:52
@@ -5322,6 +5262,11 @@ msgstr ""
msgid "Not Found"
msgstr ""
+#: ../../mod/help.php:71 ../../mod/page.php:83 ../../mod/display.php:100
+#: ../../index.php:226
+msgid "Page not found."
+msgstr ""
+
#: ../../mod/rmagic.php:56
msgid "Remote Authentication"
msgstr ""
@@ -5334,6 +5279,10 @@ msgstr ""
msgid "Authenticate"
msgstr ""
+#: ../../mod/page.php:35
+msgid "Invalid item."
+msgstr ""
+
#: ../../mod/network.php:79
msgid "No such group"
msgstr ""
@@ -5358,84 +5307,6 @@ msgstr ""
msgid "Invalid connection."
msgstr ""
-#: ../../mod/follow.php:25
-msgid "Channel added."
-msgstr ""
-
-#: ../../mod/post.php:226
-msgid ""
-"Remote authentication blocked. You are logged into this site locally. Please "
-"logout and retry."
-msgstr ""
-
-#: ../../mod/post.php:256
-#, php-format
-msgid "Welcome %s. Remote authentication successful."
-msgstr ""
-
-#: ../../mod/dirsearch.php:21
-msgid "This site is not a directory server"
-msgstr ""
-
-#: ../../mod/siteinfo.php:57
-#, php-format
-msgid "Version %s"
-msgstr ""
-
-#: ../../mod/siteinfo.php:76
-msgid "Installed plugins/addons/apps:"
-msgstr ""
-
-#: ../../mod/siteinfo.php:89
-msgid "No installed plugins/addons/apps"
-msgstr ""
-
-#: ../../mod/siteinfo.php:94
-msgid "Red"
-msgstr ""
-
-#: ../../mod/siteinfo.php:95
-msgid ""
-"This is a hub of the Red Matrix - a global cooperative network of "
-"decentralised privacy enhanced websites."
-msgstr ""
-
-#: ../../mod/siteinfo.php:98
-msgid "Running at web location"
-msgstr ""
-
-#: ../../mod/siteinfo.php:99
-msgid ""
-"Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more "
-"about the Red Matrix."
-msgstr ""
-
-#: ../../mod/siteinfo.php:100
-msgid "Bug reports and issues: please visit"
-msgstr ""
-
-#: ../../mod/siteinfo.php:103
-msgid ""
-"Suggestions, praise, donations, etc. - please email \"redmatrix\" at "
-"librelist - dot com"
-msgstr ""
-
-#: ../../mod/siteinfo.php:104
-msgid "Site Administrators"
-msgstr ""
-
-#: ../../mod/lockview.php:34
-msgid "Remote privacy information not available."
-msgstr ""
-
-#: ../../mod/lockview.php:43
-msgid "Visible to:"
-msgstr ""
-
-#: ../../mod/magic.php:70
-msgid "Hub not found."
-msgstr ""
-
#: ../../mod/profiles.php:18 ../../mod/profiles.php:138
#: ../../mod/profiles.php:168 ../../mod/profiles.php:463
msgid "Profile not found."
@@ -5684,666 +5555,728 @@ msgstr ""
msgid "Include desirable objects in your profile"
msgstr ""
-#: ../../mod/new_channel.php:107
-msgid "Add a Channel"
+#: ../../mod/follow.php:25
+msgid "Channel added."
msgstr ""
-#: ../../mod/new_channel.php:108
+#: ../../mod/post.php:226
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."
+"Remote authentication blocked. You are logged into this site locally. Please "
+"logout and retry."
msgstr ""
-#: ../../mod/new_channel.php:111
-msgid ""
-"Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation "
-"Group\" "
+#: ../../mod/post.php:256
+#, php-format
+msgid "Welcome %s. Remote authentication successful."
msgstr ""
-#: ../../mod/new_channel.php:112
-msgid "Choose a short nickname"
+#: ../../mod/dirsearch.php:21
+msgid "This site is not a directory server"
msgstr ""
-#: ../../mod/new_channel.php:113
-msgid ""
-"Your nickname will be used to create an easily remembered channel address "
-"(like an email address) which you can share with others."
+#: ../../mod/sources.php:32
+msgid "Failed to create source. No channel selected."
msgstr ""
-#: ../../mod/new_channel.php:114
-msgid ""
-"Or <a href=\"import\">import an existing channel</a> from another location"
+#: ../../mod/sources.php:45
+msgid "Source created."
msgstr ""
-#: ../../mod/filestorage.php:68
-msgid "Permission Denied."
+#: ../../mod/sources.php:57
+msgid "Source updated."
msgstr ""
-#: ../../mod/filestorage.php:85
-msgid "File not found."
+#: ../../mod/sources.php:82
+msgid "*"
msgstr ""
-#: ../../mod/filestorage.php:119
-msgid "Edit file permissions"
+#: ../../mod/sources.php:89
+msgid "Manage remote sources of content for your channel."
msgstr ""
-#: ../../mod/filestorage.php:126
-msgid "Include all files and sub folders"
+#: ../../mod/sources.php:90 ../../mod/sources.php:100
+msgid "New Source"
msgstr ""
-#: ../../mod/filestorage.php:127
-msgid "Return to file list"
+#: ../../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/filestorage.php:129
-msgid "Copy/paste this code to attach file to a post"
+#: ../../mod/sources.php:102 ../../mod/sources.php:134
+msgid "Only import content with these words (one per line)"
msgstr ""
-#: ../../mod/filestorage.php:130
-msgid "Copy/paste this URL to link file from a web page"
+#: ../../mod/sources.php:102 ../../mod/sources.php:134
+msgid "Leave blank to import all public content"
msgstr ""
-#: ../../mod/filestorage.php:167
-msgid "Download"
+#: ../../mod/sources.php:103 ../../mod/sources.php:137
+#: ../../mod/new_channel.php:110
+msgid "Channel Name"
msgstr ""
-#: ../../mod/filestorage.php:173
-msgid "Used: "
+#: ../../mod/sources.php:123 ../../mod/sources.php:150
+msgid "Source not found."
msgstr ""
-#: ../../mod/filestorage.php:174
-msgid "[directory]"
+#: ../../mod/sources.php:130
+msgid "Edit Source"
msgstr ""
-#: ../../mod/filestorage.php:176
-msgid "Limit: "
+#: ../../mod/sources.php:131
+msgid "Delete Source"
msgstr ""
-#: ../../mod/lostpass.php:15
-msgid "No valid account found."
+#: ../../mod/sources.php:158
+msgid "Source removed"
msgstr ""
-#: ../../mod/lostpass.php:29
-msgid "Password reset request issued. Check your email."
+#: ../../mod/sources.php:160
+msgid "Unable to remove source."
msgstr ""
-#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102
-#, php-format
-msgid "Site Member (%s)"
+#: ../../mod/lockview.php:34
+msgid "Remote privacy information not available."
msgstr ""
-#: ../../mod/lostpass.php:40
-#, php-format
-msgid "Password reset requested at %s"
+#: ../../mod/lockview.php:43
+msgid "Visible to:"
msgstr ""
-#: ../../mod/lostpass.php:63
-msgid ""
-"Request could not be verified. (You may have previously submitted it.) "
-"Password reset failed."
+#: ../../mod/magic.php:70
+msgid "Hub not found."
msgstr ""
-#: ../../mod/lostpass.php:85 ../../boot.php:1431
-msgid "Password Reset"
+#: ../../mod/setup.php:161
+msgid "Red Matrix Server - Setup"
msgstr ""
-#: ../../mod/lostpass.php:86
-msgid "Your password has been reset as requested."
+#: ../../mod/setup.php:167
+msgid "Could not connect to database."
msgstr ""
-#: ../../mod/lostpass.php:87
-msgid "Your new password is"
+#: ../../mod/setup.php:171
+msgid ""
+"Could not connect to specified site URL. Possible SSL certificate or DNS "
+"issue."
msgstr ""
-#: ../../mod/lostpass.php:88
-msgid "Save or copy your new password - and then"
+#: ../../mod/setup.php:176
+msgid "Could not create table."
msgstr ""
-#: ../../mod/lostpass.php:89
-msgid "click here to login"
+#: ../../mod/setup.php:182
+msgid "Your site database has been installed."
msgstr ""
-#: ../../mod/lostpass.php:90
+#: ../../mod/setup.php:187
msgid ""
-"Your password may be changed from the <em>Settings</em> page after "
-"successful login."
+"You may need to import the file \"install/database.sql\" manually using "
+"phpmyadmin or mysql."
msgstr ""
-#: ../../mod/lostpass.php:107
-#, php-format
-msgid "Your password has changed at %s"
+#: ../../mod/setup.php:188 ../../mod/setup.php:257 ../../mod/setup.php:609
+msgid "Please see the file \"install/INSTALL.txt\"."
msgstr ""
-#: ../../mod/lostpass.php:122
-msgid "Forgot your Password?"
+#: ../../mod/setup.php:254
+msgid "System check"
msgstr ""
-#: ../../mod/lostpass.php:123
-msgid ""
-"Enter your email address and submit to have your password reset. Then check "
-"your email for further instructions."
+#: ../../mod/setup.php:259
+msgid "Check again"
msgstr ""
-#: ../../mod/lostpass.php:124
-msgid "Email Address"
+#: ../../mod/setup.php:281
+msgid "Database connection"
msgstr ""
-#: ../../mod/lostpass.php:125
-msgid "Reset"
+#: ../../mod/setup.php:282
+msgid ""
+"In order to install Red Matrix we need to know how to connect to your "
+"database."
msgstr ""
-#: ../../mod/import.php:36
-msgid "Nothing to import."
+#: ../../mod/setup.php:283
+msgid ""
+"Please contact your hosting provider or site administrator if you have "
+"questions about these settings."
msgstr ""
-#: ../../mod/import.php:58
-msgid "Unable to download data from old server"
+#: ../../mod/setup.php:284
+msgid ""
+"The database you specify below should already exist. If it does not, please "
+"create it before continuing."
msgstr ""
-#: ../../mod/import.php:64
-msgid "Imported file is empty."
+#: ../../mod/setup.php:288
+msgid "Database Server Name"
msgstr ""
-#: ../../mod/import.php:88
-msgid ""
-"Cannot create a duplicate channel identifier on this system. Import failed."
+#: ../../mod/setup.php:288
+msgid "Default is localhost"
msgstr ""
-#: ../../mod/import.php:106
-msgid "Channel clone failed. Import failed."
+#: ../../mod/setup.php:289
+msgid "Database Port"
msgstr ""
-#: ../../mod/import.php:116
-msgid "Cloned channel not found. Import failed."
+#: ../../mod/setup.php:289
+msgid "Communication port number - use 0 for default"
msgstr ""
-#: ../../mod/import.php:358
-msgid "Import completed."
+#: ../../mod/setup.php:290
+msgid "Database Login Name"
msgstr ""
-#: ../../mod/import.php:371
-msgid "You must be logged in to use this feature."
+#: ../../mod/setup.php:291
+msgid "Database Login Password"
msgstr ""
-#: ../../mod/import.php:376
-msgid "Import Channel"
+#: ../../mod/setup.php:292
+msgid "Database Name"
msgstr ""
-#: ../../mod/import.php:377
-msgid ""
-"Use this form to import an existing channel from a different server/hub. You "
-"may retrieve the channel identity from the old server/hub via the network or "
-"provide an export file. Only identity and connections/relationships will be "
-"imported. Importation of content is not yet available."
+#: ../../mod/setup.php:294 ../../mod/setup.php:336
+msgid "Site administrator email address"
msgstr ""
-#: ../../mod/import.php:378
-msgid "File to Upload"
+#: ../../mod/setup.php:294 ../../mod/setup.php:336
+msgid ""
+"Your account email address must match this in order to use the web admin "
+"panel."
msgstr ""
-#: ../../mod/import.php:379
-msgid "Or provide the old server/hub details"
+#: ../../mod/setup.php:295 ../../mod/setup.php:338
+msgid "Website URL"
msgstr ""
-#: ../../mod/import.php:380
-msgid "Your old identity address (xyz@example.com)"
+#: ../../mod/setup.php:295 ../../mod/setup.php:338
+msgid "Please use SSL (https) URL if available."
msgstr ""
-#: ../../mod/import.php:381
-msgid "Your old login email address"
+#: ../../mod/setup.php:298 ../../mod/setup.php:341
+msgid "Please select a default timezone for your website"
msgstr ""
-#: ../../mod/import.php:382
-msgid "Your old login password"
+#: ../../mod/setup.php:325
+msgid "Site settings"
msgstr ""
-#: ../../mod/import.php:383
-msgid ""
-"For either option, please choose whether to make this hub your new primary "
-"address, or whether your old location should continue this role. You will be "
-"able to post from either location, but only one can be marked as the primary "
-"location for files, photos, and media."
+#: ../../mod/setup.php:384
+msgid "Could not find a command line version of PHP in the web server PATH."
msgstr ""
-#: ../../mod/import.php:384
-msgid "Make this hub my primary location"
+#: ../../mod/setup.php:385
+msgid ""
+"If you don't have a command line version of PHP installed on server, you "
+"will not be able to run background polling via cron."
msgstr ""
-#: ../../mod/manage.php:63
-#, php-format
-msgid "You have created %1$.0f of %2$.0f allowed channels."
+#: ../../mod/setup.php:389
+msgid "PHP executable path"
msgstr ""
-#: ../../mod/manage.php:71
-msgid "Create a new channel"
+#: ../../mod/setup.php:389
+msgid ""
+"Enter full path to php executable. You can leave this blank to continue the "
+"installation."
msgstr ""
-#: ../../mod/manage.php:76
-msgid "Channel Manager"
+#: ../../mod/setup.php:394
+msgid "Command line PHP"
msgstr ""
-#: ../../mod/manage.php:77
-msgid "Current Channel"
+#: ../../mod/setup.php:403
+msgid ""
+"The command line version of PHP on your system does not have "
+"\"register_argc_argv\" enabled."
msgstr ""
-#: ../../mod/manage.php:79
-msgid "Attach to one of your channels by selecting it."
+#: ../../mod/setup.php:404
+msgid "This is required for message delivery to work."
msgstr ""
-#: ../../mod/manage.php:80
-msgid "Default Channel"
+#: ../../mod/setup.php:406
+msgid "PHP register_argc_argv"
msgstr ""
-#: ../../mod/manage.php:81
-msgid "Make Default"
+#: ../../mod/setup.php:427
+msgid ""
+"Error: the \"openssl_pkey_new\" function on this system is not able to "
+"generate encryption keys"
msgstr ""
-#: ../../mod/vote.php:97
-msgid "Total votes"
+#: ../../mod/setup.php:428
+msgid ""
+"If running under Windows, please see \"http://www.php.net/manual/en/openssl."
+"installation.php\"."
msgstr ""
-#: ../../mod/vote.php:98
-msgid "Average Rating"
+#: ../../mod/setup.php:430
+msgid "Generate encryption keys"
msgstr ""
-#: ../../mod/match.php:16
-msgid "Profile Match"
+#: ../../mod/setup.php:437
+msgid "libCurl PHP module"
msgstr ""
-#: ../../mod/match.php:24
-msgid "No keywords to match. Please add keywords to your default profile."
+#: ../../mod/setup.php:438
+msgid "GD graphics PHP module"
msgstr ""
-#: ../../mod/match.php:61
-msgid "is interested in:"
+#: ../../mod/setup.php:439
+msgid "OpenSSL PHP module"
msgstr ""
-#: ../../mod/match.php:69
-msgid "No matches"
+#: ../../mod/setup.php:440
+msgid "mysqli PHP module"
msgstr ""
-#: ../../mod/zfinger.php:23
-msgid "invalid target signature"
+#: ../../mod/setup.php:441
+msgid "mb_string PHP module"
msgstr ""
-#: ../../mod/settings.php:71
-msgid "Name is required"
+#: ../../mod/setup.php:442
+msgid "mcrypt PHP module"
msgstr ""
-#: ../../mod/settings.php:75
-msgid "Key and Secret are required"
+#: ../../mod/setup.php:447 ../../mod/setup.php:449
+msgid "Apache mod_rewrite module"
msgstr ""
-#: ../../mod/settings.php:79 ../../mod/settings.php:535
-msgid "Update"
+#: ../../mod/setup.php:447
+msgid ""
+"Error: Apache webserver mod-rewrite module is required but not installed."
msgstr ""
-#: ../../mod/settings.php:192
-msgid "Passwords do not match. Password unchanged."
+#: ../../mod/setup.php:453 ../../mod/setup.php:456
+msgid "proc_open"
msgstr ""
-#: ../../mod/settings.php:196
-msgid "Empty passwords are not allowed. Password unchanged."
+#: ../../mod/setup.php:453
+msgid ""
+"Error: proc_open is required but is either not installed or has been "
+"disabled in php.ini"
msgstr ""
-#: ../../mod/settings.php:209
-msgid "Password changed."
+#: ../../mod/setup.php:461
+msgid "Error: libCURL PHP module required but not installed."
msgstr ""
-#: ../../mod/settings.php:211
-msgid "Password update failed. Please try again."
+#: ../../mod/setup.php:465
+msgid ""
+"Error: GD graphics PHP module with JPEG support required but not installed."
msgstr ""
-#: ../../mod/settings.php:225
-msgid "Not valid email."
+#: ../../mod/setup.php:469
+msgid "Error: openssl PHP module required but not installed."
msgstr ""
-#: ../../mod/settings.php:228
-msgid "Protected email address. Cannot change to that email."
+#: ../../mod/setup.php:473
+msgid "Error: mysqli PHP module required but not installed."
msgstr ""
-#: ../../mod/settings.php:237
-msgid "System failure storing new email. Please try again."
+#: ../../mod/setup.php:477
+msgid "Error: mb_string PHP module required but not installed."
msgstr ""
-#: ../../mod/settings.php:437
-msgid "Settings updated."
+#: ../../mod/setup.php:481
+msgid "Error: mcrypt PHP module required but not installed."
msgstr ""
-#: ../../mod/settings.php:508 ../../mod/settings.php:534
-#: ../../mod/settings.php:570
-msgid "Add application"
+#: ../../mod/setup.php:497
+msgid ""
+"The web installer needs to be able to create a file called \".htconfig.php\" "
+"in the top folder of your web server and it is unable to do so."
msgstr ""
-#: ../../mod/settings.php:511 ../../mod/settings.php:537
-msgid "Name"
+#: ../../mod/setup.php:498
+msgid ""
+"This is most often a permission setting, as the web server may not be able "
+"to write files in your folder - even if you can."
msgstr ""
-#: ../../mod/settings.php:511
-msgid "Name of application"
+#: ../../mod/setup.php:499
+msgid ""
+"At the end of this procedure, we will give you a text to save in a file "
+"named .htconfig.php in your Red top folder."
msgstr ""
-#: ../../mod/settings.php:512 ../../mod/settings.php:538
-msgid "Consumer Key"
+#: ../../mod/setup.php:500
+msgid ""
+"You can alternatively skip this procedure and perform a manual installation. "
+"Please see the file \"install/INSTALL.txt\" for instructions."
msgstr ""
-#: ../../mod/settings.php:512 ../../mod/settings.php:513
-msgid "Automatically generated - change if desired. Max length 20"
+#: ../../mod/setup.php:503
+msgid ".htconfig.php is writable"
msgstr ""
-#: ../../mod/settings.php:513 ../../mod/settings.php:539
-msgid "Consumer Secret"
+#: ../../mod/setup.php:513
+msgid ""
+"Red uses the Smarty3 template engine to render its web views. Smarty3 "
+"compiles templates to PHP to speed up rendering."
msgstr ""
-#: ../../mod/settings.php:514 ../../mod/settings.php:540
-msgid "Redirect"
+#: ../../mod/setup.php:514
+msgid ""
+"In order to store these compiled templates, the web server needs to have "
+"write access to the directory view/tpl/smarty3/ under the Red top level "
+"folder."
msgstr ""
-#: ../../mod/settings.php:514
+#: ../../mod/setup.php:515 ../../mod/setup.php:533
msgid ""
-"Redirect URI - leave blank unless your application specifically requires this"
+"Please ensure that the user that your web server runs as (e.g. www-data) has "
+"write access to this folder."
msgstr ""
-#: ../../mod/settings.php:515 ../../mod/settings.php:541
-msgid "Icon url"
+#: ../../mod/setup.php:516
+msgid ""
+"Note: as a security measure, you should give the web server write access to "
+"view/tpl/smarty3/ only--not the template files (.tpl) that it contains."
msgstr ""
-#: ../../mod/settings.php:515
-msgid "Optional"
+#: ../../mod/setup.php:519
+msgid "view/tpl/smarty3 is writable"
msgstr ""
-#: ../../mod/settings.php:526
-msgid "You can't edit this application."
+#: ../../mod/setup.php:532
+msgid ""
+"Red uses the store directory to save uploaded files. The web server needs to "
+"have write access to the store directory under the Red top level folder"
msgstr ""
-#: ../../mod/settings.php:569
-msgid "Connected Apps"
+#: ../../mod/setup.php:536
+msgid "store is writable"
msgstr ""
-#: ../../mod/settings.php:573
-msgid "Client key starts with"
+#: ../../mod/setup.php:551
+msgid "SSL certificate validation"
msgstr ""
-#: ../../mod/settings.php:574
-msgid "No name"
+#: ../../mod/setup.php:551
+msgid ""
+"SSL certificate cannot be validated. Fix certificate or disable https access "
+"to this site."
msgstr ""
-#: ../../mod/settings.php:575
-msgid "Remove authorization"
+#: ../../mod/setup.php:558
+msgid ""
+"Url rewrite in .htaccess is not working. Check your server configuration."
msgstr ""
-#: ../../mod/settings.php:586
-msgid "No feature settings configured"
+#: ../../mod/setup.php:560
+msgid "Url rewrite is working"
msgstr ""
-#: ../../mod/settings.php:594
-msgid "Feature Settings"
+#: ../../mod/setup.php:570
+msgid ""
+"The database configuration file \".htconfig.php\" could not be written. "
+"Please use the enclosed text to create a configuration file in your web "
+"server root."
msgstr ""
-#: ../../mod/settings.php:617
-msgid "Account Settings"
+#: ../../mod/setup.php:594
+msgid "Errors encountered creating database tables."
msgstr ""
-#: ../../mod/settings.php:618
-msgid "Password Settings"
+#: ../../mod/setup.php:607
+msgid "<h1>What next</h1>"
msgstr ""
-#: ../../mod/settings.php:619
-msgid "New Password:"
+#: ../../mod/setup.php:608
+msgid ""
+"IMPORTANT: You will need to [manually] setup a scheduled task for the poller."
msgstr ""
-#: ../../mod/settings.php:620
-msgid "Confirm:"
+#: ../../mod/siteinfo.php:57
+#, php-format
+msgid "Version %s"
msgstr ""
-#: ../../mod/settings.php:620
-msgid "Leave password fields blank unless changing"
+#: ../../mod/siteinfo.php:76
+msgid "Installed plugins/addons/apps:"
msgstr ""
-#: ../../mod/settings.php:622 ../../mod/settings.php:917
-msgid "Email Address:"
+#: ../../mod/siteinfo.php:89
+msgid "No installed plugins/addons/apps"
msgstr ""
-#: ../../mod/settings.php:623
-msgid "Remove Account"
+#: ../../mod/siteinfo.php:109
+msgid "Red"
msgstr ""
-#: ../../mod/settings.php:624
-msgid "Warning: This action is permanent and cannot be reversed."
+#: ../../mod/siteinfo.php:110
+msgid ""
+"This is a hub of the Red Matrix - a global cooperative network of "
+"decentralised privacy enhanced websites."
msgstr ""
-#: ../../mod/settings.php:640
-msgid "Off"
+#: ../../mod/siteinfo.php:113
+msgid "Running at web location"
msgstr ""
-#: ../../mod/settings.php:640
-msgid "On"
+#: ../../mod/siteinfo.php:114
+msgid ""
+"Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more "
+"about the Red Matrix."
msgstr ""
-#: ../../mod/settings.php:647
-msgid "Additional Features"
+#: ../../mod/siteinfo.php:115
+msgid "Bug reports and issues: please visit"
msgstr ""
-#: ../../mod/settings.php:672
-msgid "Connector Settings"
+#: ../../mod/siteinfo.php:118
+msgid ""
+"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"
msgstr ""
-#: ../../mod/settings.php:742
-msgid "Display Settings"
+#: ../../mod/siteinfo.php:120
+msgid "Site Administrators"
msgstr ""
-#: ../../mod/settings.php:748
-msgid "Display Theme:"
+#: ../../mod/new_channel.php:107
+msgid "Add a Channel"
msgstr ""
-#: ../../mod/settings.php:749
-msgid "Mobile Theme:"
+#: ../../mod/new_channel.php:108
+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/settings.php:750
-msgid "Update browser every xx seconds"
+#: ../../mod/new_channel.php:111
+msgid ""
+"Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation "
+"Group\" "
msgstr ""
-#: ../../mod/settings.php:750
-msgid "Minimum of 10 seconds, no maximum"
+#: ../../mod/new_channel.php:112
+msgid "Choose a short nickname"
msgstr ""
-#: ../../mod/settings.php:751
-msgid "Maximum number of conversations to load at any time:"
+#: ../../mod/new_channel.php:113
+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/settings.php:751
-msgid "Maximum of 100 items"
+#: ../../mod/new_channel.php:114
+msgid ""
+"Or <a href=\"import\">import an existing channel</a> from another location"
msgstr ""
-#: ../../mod/settings.php:752
-msgid "Don't show emoticons"
+#: ../../mod/lostpass.php:15
+msgid "No valid account found."
msgstr ""
-#: ../../mod/settings.php:788
-msgid "Nobody except yourself"
+#: ../../mod/lostpass.php:29
+msgid "Password reset request issued. Check your email."
msgstr ""
-#: ../../mod/settings.php:789
-msgid "Only those you specifically allow"
+#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102
+#, php-format
+msgid "Site Member (%s)"
msgstr ""
-#: ../../mod/settings.php:790
-msgid "Anybody in your address book"
+#: ../../mod/lostpass.php:40
+#, php-format
+msgid "Password reset requested at %s"
msgstr ""
-#: ../../mod/settings.php:791
-msgid "Anybody on this website"
+#: ../../mod/lostpass.php:63
+msgid ""
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
msgstr ""
-#: ../../mod/settings.php:792
-msgid "Anybody in this network"
+#: ../../mod/lostpass.php:85 ../../boot.php:1434
+msgid "Password Reset"
msgstr ""
-#: ../../mod/settings.php:793
-msgid "Anybody on the internet"
+#: ../../mod/lostpass.php:86
+msgid "Your password has been reset as requested."
msgstr ""
-#: ../../mod/settings.php:870
-msgid "Publish your default profile in the network directory"
+#: ../../mod/lostpass.php:87
+msgid "Your new password is"
msgstr ""
-#: ../../mod/settings.php:875
-msgid "Allow us to suggest you as a potential friend to new members?"
+#: ../../mod/lostpass.php:88
+msgid "Save or copy your new password - and then"
msgstr ""
-#: ../../mod/settings.php:879 ../../mod/profile_photo.php:288
-msgid "or"
+#: ../../mod/lostpass.php:89
+msgid "click here to login"
msgstr ""
-#: ../../mod/settings.php:884
-msgid "Your channel address is"
+#: ../../mod/lostpass.php:90
+msgid ""
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
msgstr ""
-#: ../../mod/settings.php:906
-msgid "Channel Settings"
+#: ../../mod/lostpass.php:107
+#, php-format
+msgid "Your password has changed at %s"
msgstr ""
-#: ../../mod/settings.php:915
-msgid "Basic Settings"
+#: ../../mod/lostpass.php:122
+msgid "Forgot your Password?"
msgstr ""
-#: ../../mod/settings.php:918
-msgid "Your Timezone:"
+#: ../../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/settings.php:919
-msgid "Default Post Location:"
+#: ../../mod/lostpass.php:124
+msgid "Email Address"
msgstr ""
-#: ../../mod/settings.php:920
-msgid "Use Browser Location:"
+#: ../../mod/lostpass.php:125
+msgid "Reset"
msgstr ""
-#: ../../mod/settings.php:922
-msgid "Adult Content"
+#: ../../mod/import.php:36
+msgid "Nothing to import."
msgstr ""
-#: ../../mod/settings.php:922
-msgid "This channel publishes adult content."
+#: ../../mod/import.php:58
+msgid "Unable to download data from old server"
msgstr ""
-#: ../../mod/settings.php:924
-msgid "Security and Privacy Settings"
+#: ../../mod/import.php:64
+msgid "Imported file is empty."
msgstr ""
-#: ../../mod/settings.php:926
-msgid "Hide my online presence"
+#: ../../mod/import.php:88
+msgid ""
+"Cannot create a duplicate channel identifier on this system. Import failed."
msgstr ""
-#: ../../mod/settings.php:926
-msgid "Prevents showing if you are available for chat"
+#: ../../mod/import.php:106
+msgid "Channel clone failed. Import failed."
msgstr ""
-#: ../../mod/settings.php:928
-msgid "Quick Privacy Settings:"
+#: ../../mod/import.php:116
+msgid "Cloned channel not found. Import failed."
msgstr ""
-#: ../../mod/settings.php:929
-msgid "Very Public - extremely permissive"
+#: ../../mod/import.php:358
+msgid "Import completed."
msgstr ""
-#: ../../mod/settings.php:930
-msgid "Typical - default public, privacy when desired"
+#: ../../mod/import.php:371
+msgid "You must be logged in to use this feature."
msgstr ""
-#: ../../mod/settings.php:931
-msgid "Private - default private, rarely open or public"
+#: ../../mod/import.php:376
+msgid "Import Channel"
msgstr ""
-#: ../../mod/settings.php:932
-msgid "Blocked - default blocked to/from everybody"
+#: ../../mod/import.php:377
+msgid ""
+"Use this form to import an existing channel from a different server/hub. You "
+"may retrieve the channel identity from the old server/hub via the network or "
+"provide an export file. Only identity and connections/relationships will be "
+"imported. Importation of content is not yet available."
msgstr ""
-#: ../../mod/settings.php:935
-msgid "Maximum Friend Requests/Day:"
+#: ../../mod/import.php:378
+msgid "File to Upload"
msgstr ""
-#: ../../mod/settings.php:935
-msgid "May reduce spam activity"
+#: ../../mod/import.php:379
+msgid "Or provide the old server/hub details"
msgstr ""
-#: ../../mod/settings.php:936
-msgid "Default Post Permissions"
+#: ../../mod/import.php:380
+msgid "Your old identity address (xyz@example.com)"
msgstr ""
-#: ../../mod/settings.php:948
-msgid "Maximum private messages per day from unknown people:"
+#: ../../mod/import.php:381
+msgid "Your old login email address"
msgstr ""
-#: ../../mod/settings.php:948
-msgid "Useful to reduce spamming"
+#: ../../mod/import.php:382
+msgid "Your old login password"
msgstr ""
-#: ../../mod/settings.php:951
-msgid "Notification Settings"
+#: ../../mod/import.php:383
+msgid ""
+"For either option, please choose whether to make this hub your new primary "
+"address, or whether your old location should continue this role. You will be "
+"able to post from either location, but only one can be marked as the primary "
+"location for files, photos, and media."
msgstr ""
-#: ../../mod/settings.php:952
-msgid "By default post a status message when:"
+#: ../../mod/import.php:384
+msgid "Make this hub my primary location"
msgstr ""
-#: ../../mod/settings.php:953
-msgid "accepting a friend request"
+#: ../../mod/manage.php:63
+#, php-format
+msgid "You have created %1$.0f of %2$.0f allowed channels."
msgstr ""
-#: ../../mod/settings.php:954
-msgid "joining a forum/community"
+#: ../../mod/manage.php:71
+msgid "Create a new channel"
msgstr ""
-#: ../../mod/settings.php:955
-msgid "making an <em>interesting</em> profile change"
+#: ../../mod/manage.php:76
+msgid "Channel Manager"
msgstr ""
-#: ../../mod/settings.php:956
-msgid "Send a notification email when:"
+#: ../../mod/manage.php:77
+msgid "Current Channel"
msgstr ""
-#: ../../mod/settings.php:957
-msgid "You receive an introduction"
+#: ../../mod/manage.php:79
+msgid "Attach to one of your channels by selecting it."
msgstr ""
-#: ../../mod/settings.php:958
-msgid "Your introductions are confirmed"
+#: ../../mod/manage.php:80
+msgid "Default Channel"
msgstr ""
-#: ../../mod/settings.php:959
-msgid "Someone writes on your profile wall"
+#: ../../mod/manage.php:81
+msgid "Make Default"
msgstr ""
-#: ../../mod/settings.php:960
-msgid "Someone writes a followup comment"
+#: ../../mod/vote.php:97
+msgid "Total votes"
msgstr ""
-#: ../../mod/settings.php:961
-msgid "You receive a private message"
+#: ../../mod/vote.php:98
+msgid "Average Rating"
msgstr ""
-#: ../../mod/settings.php:962
-msgid "You receive a friend suggestion"
+#: ../../mod/match.php:16
+msgid "Profile Match"
msgstr ""
-#: ../../mod/settings.php:963
-msgid "You are tagged in a post"
+#: ../../mod/match.php:24
+msgid "No keywords to match. Please add keywords to your default profile."
msgstr ""
-#: ../../mod/settings.php:964
-msgid "You are poked/prodded/etc. in a post"
+#: ../../mod/match.php:61
+msgid "is interested in:"
msgstr ""
-#: ../../mod/settings.php:967
-msgid "Advanced Account/Page Type Settings"
+#: ../../mod/match.php:69
+msgid "No matches"
msgstr ""
-#: ../../mod/settings.php:968
-msgid "Change the behaviour of this account for special situations"
+#: ../../mod/zfinger.php:23
+msgid "invalid target signature"
msgstr ""
#: ../../mod/mail.php:33
@@ -6420,11 +6353,6 @@ msgstr ""
msgid "Send Reply"
msgstr ""
-#: ../../mod/editlayout.php:36 ../../mod/editpost.php:20
-#: ../../mod/editwebpage.php:32 ../../mod/editblock.php:36
-msgid "Item not found"
-msgstr ""
-
#: ../../mod/editlayout.php:72
msgid "Edit Layout"
msgstr ""
@@ -6433,21 +6361,6 @@ msgstr ""
msgid "Delete layout?"
msgstr ""
-#: ../../mod/editlayout.php:110 ../../mod/editpost.php:107
-#: ../../mod/editwebpage.php:148 ../../mod/editblock.php:124
-msgid "Insert YouTube video"
-msgstr ""
-
-#: ../../mod/editlayout.php:111 ../../mod/editpost.php:108
-#: ../../mod/editwebpage.php:149 ../../mod/editblock.php:125
-msgid "Insert Vorbis [.ogg] video"
-msgstr ""
-
-#: ../../mod/editlayout.php:112 ../../mod/editpost.php:109
-#: ../../mod/editwebpage.php:150 ../../mod/editblock.php:126
-msgid "Insert Vorbis [.ogg] audio"
-msgstr ""
-
#: ../../mod/editlayout.php:147
msgid "Delete Layout"
msgstr ""
@@ -6528,12 +6441,77 @@ msgstr ""
msgid "Image size reduction [%s] failed."
msgstr ""
-#: ../../mod/editpost.php:31
-msgid "Item is not editable"
+#: ../../mod/connections.php:191 ../../mod/connections.php:263
+msgid "Blocked"
msgstr ""
-#: ../../mod/editpost.php:53
-msgid "Delete item?"
+#: ../../mod/connections.php:196 ../../mod/connections.php:270
+msgid "Ignored"
+msgstr ""
+
+#: ../../mod/connections.php:201 ../../mod/connections.php:284
+msgid "Hidden"
+msgstr ""
+
+#: ../../mod/connections.php:206 ../../mod/connections.php:277
+msgid "Archived"
+msgstr ""
+
+#: ../../mod/connections.php:217
+msgid "All"
+msgstr ""
+
+#: ../../mod/connections.php:241
+msgid "Suggest new connections"
+msgstr ""
+
+#: ../../mod/connections.php:247
+msgid "Show pending (new) connections"
+msgstr ""
+
+#: ../../mod/connections.php:253
+msgid "Show all connections"
+msgstr ""
+
+#: ../../mod/connections.php:256
+msgid "Unblocked"
+msgstr ""
+
+#: ../../mod/connections.php:259
+msgid "Only show unblocked connections"
+msgstr ""
+
+#: ../../mod/connections.php:266
+msgid "Only show blocked connections"
+msgstr ""
+
+#: ../../mod/connections.php:273
+msgid "Only show ignored connections"
+msgstr ""
+
+#: ../../mod/connections.php:280
+msgid "Only show archived connections"
+msgstr ""
+
+#: ../../mod/connections.php:287
+msgid "Only show hidden connections"
+msgstr ""
+
+#: ../../mod/connections.php:331
+#, php-format
+msgid "%1$s [%2$s]"
+msgstr ""
+
+#: ../../mod/connections.php:332
+msgid "Edit contact"
+msgstr ""
+
+#: ../../mod/connections.php:355
+msgid "Search your connections"
+msgstr ""
+
+#: ../../mod/connections.php:356
+msgid "Finding: "
msgstr ""
#: ../../mod/notifications.php:26
@@ -6600,10 +6578,6 @@ msgstr ""
msgid "Make this post private"
msgstr ""
-#: ../../mod/wall_upload.php:41 ../../mod/item.php:1075
-msgid "Wall Photos"
-msgstr ""
-
#: ../../mod/channel.php:85
msgid "Insufficient permissions. Request redirected to profile page."
msgstr ""
@@ -6649,20 +6623,77 @@ msgstr ""
msgid "Delete Block"
msgstr ""
-#: ../../mod/profperm.php:29 ../../mod/profperm.php:58
-msgid "Invalid profile identifier."
+#: ../../mod/dirprofile.php:114
+msgid "Status: "
msgstr ""
-#: ../../mod/profperm.php:105
-msgid "Profile Visibility Editor"
+#: ../../mod/dirprofile.php:115
+msgid "Sexual Preference: "
msgstr ""
-#: ../../mod/profperm.php:109
-msgid "Click on a contact to add or remove."
+#: ../../mod/dirprofile.php:117
+msgid "Homepage: "
msgstr ""
-#: ../../mod/profperm.php:118
-msgid "Visible To"
+#: ../../mod/dirprofile.php:118
+msgid "Hometown: "
+msgstr ""
+
+#: ../../mod/dirprofile.php:120
+msgid "About: "
+msgstr ""
+
+#: ../../mod/dirprofile.php:168
+msgid "Keywords: "
+msgstr ""
+
+#: ../../mod/filestorage.php:68
+msgid "Permission Denied."
+msgstr ""
+
+#: ../../mod/filestorage.php:85
+msgid "File not found."
+msgstr ""
+
+#: ../../mod/filestorage.php:119
+msgid "Edit file permissions"
+msgstr ""
+
+#: ../../mod/filestorage.php:124 ../../mod/photos.php:603
+#: ../../mod/photos.php:946
+msgid "Permissions"
+msgstr ""
+
+#: ../../mod/filestorage.php:126
+msgid "Include all files and sub folders"
+msgstr ""
+
+#: ../../mod/filestorage.php:127
+msgid "Return to file list"
+msgstr ""
+
+#: ../../mod/filestorage.php:129
+msgid "Copy/paste this code to attach file to a post"
+msgstr ""
+
+#: ../../mod/filestorage.php:130
+msgid "Copy/paste this URL to link file from a web page"
+msgstr ""
+
+#: ../../mod/filestorage.php:167
+msgid "Download"
+msgstr ""
+
+#: ../../mod/filestorage.php:173
+msgid "Used: "
+msgstr ""
+
+#: ../../mod/filestorage.php:174
+msgid "[directory]"
+msgstr ""
+
+#: ../../mod/filestorage.php:176
+msgid "Limit: "
msgstr ""
#: ../../mod/suggest.php:35
@@ -6814,178 +6845,251 @@ msgstr ""
msgid "Remove Channel"
msgstr ""
-#: ../../mod/item.php:145
-msgid "Unable to locate original post."
+#: ../../mod/photos.php:77
+msgid "Page owner information could not be retrieved."
msgstr ""
-#: ../../mod/item.php:346
-msgid "Empty post discarded."
+#: ../../mod/photos.php:97
+msgid "Album not found."
msgstr ""
-#: ../../mod/item.php:388
-msgid "Executable content type not permitted to this channel."
+#: ../../mod/photos.php:119 ../../mod/photos.php:668
+msgid "Delete Album"
msgstr ""
-#: ../../mod/item.php:819
-msgid "System error. Post not saved."
+#: ../../mod/photos.php:159 ../../mod/photos.php:951
+msgid "Delete Photo"
+msgstr ""
+
+#: ../../mod/photos.php:452
+msgid "No photos selected"
+msgstr ""
+
+#: ../../mod/photos.php:499
+msgid "Access to this item is restricted."
msgstr ""
-#: ../../mod/item.php:1155
+#: ../../mod/photos.php:573
#, php-format
-msgid "You have reached your limit of %1$.0f top level posts."
+msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
msgstr ""
-#: ../../mod/item.php:1161
+#: ../../mod/photos.php:576
#, php-format
-msgid "You have reached your limit of %1$.0f webpages."
+msgid "You have used %1$.2f Mbytes of photo storage."
msgstr ""
-#: ../../mod/mood.php:138
-msgid "Mood"
+#: ../../mod/photos.php:595
+msgid "Upload Photos"
msgstr ""
-#: ../../mod/mood.php:139
-msgid "Set your current mood and tell your friends"
+#: ../../mod/photos.php:599 ../../mod/photos.php:663
+msgid "New album name: "
msgstr ""
-#: ../../mod/ping.php:186
-msgid "sent you a private message"
+#: ../../mod/photos.php:600
+msgid "or existing album name: "
msgstr ""
-#: ../../mod/ping.php:244
-msgid "added your channel"
+#: ../../mod/photos.php:601
+msgid "Do not show a status post for this upload"
msgstr ""
-#: ../../mod/ping.php:288
-msgid "posted an event"
+#: ../../mod/photos.php:652 ../../mod/photos.php:674 ../../mod/photos.php:1123
+#: ../../mod/photos.php:1138
+msgid "Contact Photos"
msgstr ""
-#: ../../mod/dirprofile.php:114
-msgid "Status: "
+#: ../../mod/photos.php:678
+msgid "Edit Album"
msgstr ""
-#: ../../mod/dirprofile.php:115
-msgid "Sexual Preference: "
+#: ../../mod/photos.php:684
+msgid "Show Newest First"
msgstr ""
-#: ../../mod/dirprofile.php:117
-msgid "Homepage: "
+#: ../../mod/photos.php:686
+msgid "Show Oldest First"
msgstr ""
-#: ../../mod/dirprofile.php:118
-msgid "Hometown: "
+#: ../../mod/photos.php:729 ../../mod/photos.php:1170
+msgid "View Photo"
msgstr ""
-#: ../../mod/dirprofile.php:120
-msgid "About: "
+#: ../../mod/photos.php:775
+msgid "Permission denied. Access to this item may be restricted."
msgstr ""
-#: ../../mod/dirprofile.php:168
-msgid "Keywords: "
+#: ../../mod/photos.php:777
+msgid "Photo not available"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:74
-msgid "Scheme Default"
+#: ../../mod/photos.php:837
+msgid "Use as profile photo"
+msgstr ""
+
+#: ../../mod/photos.php:861
+msgid "View Full Size"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:75
-msgid "red"
+#: ../../mod/photos.php:935
+msgid "Edit photo"
+msgstr ""
+
+#: ../../mod/photos.php:937
+msgid "Rotate CW (right)"
+msgstr ""
+
+#: ../../mod/photos.php:938
+msgid "Rotate CCW (left)"
+msgstr ""
+
+#: ../../mod/photos.php:940
+msgid "New album name"
+msgstr ""
+
+#: ../../mod/photos.php:943
+msgid "Caption"
+msgstr ""
+
+#: ../../mod/photos.php:945
+msgid "Add a Tag"
+msgstr ""
+
+#: ../../mod/photos.php:948
+msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+msgstr ""
+
+#: ../../mod/photos.php:1101
+msgid "In This Photo:"
+msgstr ""
+
+#: ../../mod/photos.php:1176
+msgid "View Album"
+msgstr ""
+
+#: ../../mod/photos.php:1185
+msgid "Recent Photos"
+msgstr ""
+
+#: ../../mod/mood.php:138
+msgid "Mood"
+msgstr ""
+
+#: ../../mod/mood.php:139
+msgid "Set your current mood and tell your friends"
+msgstr ""
+
+#: ../../mod/ping.php:192
+msgid "sent you a private message"
+msgstr ""
+
+#: ../../mod/ping.php:250
+msgid "added your channel"
+msgstr ""
+
+#: ../../mod/ping.php:294
+msgid "posted an event"
msgstr ""
#: ../../view/theme/redbasic/php/config.php:76
-msgid "black"
+msgid "Scheme Default"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:77
+#: ../../view/theme/redbasic/php/config.php:87
msgid "silver"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:88
+#: ../../view/theme/redbasic/php/config.php:98
#: ../../view/theme/apw/php/config.php:234
#: ../../view/theme/blogga/view/theme/blog/config.php:69
#: ../../view/theme/blogga/php/config.php:69
msgid "Theme settings"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:89
+#: ../../view/theme/redbasic/php/config.php:99
#: ../../view/theme/apw/php/config.php:235
msgid "Set scheme"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:90
+#: ../../view/theme/redbasic/php/config.php:100
msgid "Navigation bar colour"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:91
+#: ../../view/theme/redbasic/php/config.php:101
+msgid "link colour"
+msgstr ""
+
+#: ../../view/theme/redbasic/php/config.php:102
msgid "Set font-colour for banner"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:92
+#: ../../view/theme/redbasic/php/config.php:103
msgid "Set the background colour"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:93
+#: ../../view/theme/redbasic/php/config.php:104
msgid "Set the background image"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:94
+#: ../../view/theme/redbasic/php/config.php:105
msgid "Set the background colour of items"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:95
+#: ../../view/theme/redbasic/php/config.php:106
msgid "Set the opacity of items"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:96
+#: ../../view/theme/redbasic/php/config.php:107
msgid "Set the basic colour for item icons"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:97
+#: ../../view/theme/redbasic/php/config.php:108
msgid "Set the hover colour for item icons"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:98
+#: ../../view/theme/redbasic/php/config.php:109
msgid "Set font-size for the entire application"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:99
+#: ../../view/theme/redbasic/php/config.php:110
#: ../../view/theme/apw/php/config.php:236
msgid "Set font-size for posts and comments"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:100
+#: ../../view/theme/redbasic/php/config.php:111
msgid "Set font-colour for posts and comments"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:101
+#: ../../view/theme/redbasic/php/config.php:112
msgid "Set radius of corners"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:102
+#: ../../view/theme/redbasic/php/config.php:113
msgid "Set shadow depth of photos"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:103
+#: ../../view/theme/redbasic/php/config.php:114
msgid "Set maximum width of conversation regions"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:104
+#: ../../view/theme/redbasic/php/config.php:115
msgid "Set minimum opacity of nav bar - to hide it"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:105
+#: ../../view/theme/redbasic/php/config.php:116
msgid "Set size of conversation author photo"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:106
+#: ../../view/theme/redbasic/php/config.php:117
msgid "Set size of followup author photos"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:107
+#: ../../view/theme/redbasic/php/config.php:118
msgid "Sloppy photo albums"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:107
+#: ../../view/theme/redbasic/php/config.php:118
msgid "Are you a clean desk or a messy desk person?"
msgstr ""
@@ -7129,41 +7233,41 @@ msgstr ""
msgid "Header image only on profile pages"
msgstr ""
-#: ../../boot.php:1229
+#: ../../boot.php:1232
#, php-format
msgid "Update %s failed. See error logs."
msgstr ""
-#: ../../boot.php:1232
+#: ../../boot.php:1235
#, php-format
msgid "Update Error at %s"
msgstr ""
-#: ../../boot.php:1396
+#: ../../boot.php:1399
msgid ""
"Create an account to access services and applications within the Red Matrix"
msgstr ""
-#: ../../boot.php:1424
+#: ../../boot.php:1427
msgid "Password"
msgstr ""
-#: ../../boot.php:1425
+#: ../../boot.php:1428
msgid "Remember me"
msgstr ""
-#: ../../boot.php:1430
+#: ../../boot.php:1433
msgid "Forgot your password?"
msgstr ""
-#: ../../boot.php:1495
+#: ../../boot.php:1498
msgid "permission denied"
msgstr ""
-#: ../../boot.php:1496
+#: ../../boot.php:1499
msgid "Got Zot?"
msgstr ""
-#: ../../boot.php:1892
+#: ../../boot.php:1899
msgid "toggle mobile"
msgstr ""
diff --git a/version.inc b/version.inc
index 424737526..a760a1660 100644
--- a/version.inc
+++ b/version.inc
@@ -1 +1 @@
-2014-02-06.580
+2014-02-07.581